Andrey Antukh 93f87cb1a2 ♻️ Rename :content to :path-data for path and bool shapes
Rename the :content attribute to :path-data on path and bool shapes to
eliminate ambiguity with the text shape :content attribute. This allows
the sync-attrs system in component.cljc to map :path-data directly to
:geometry-group without type-dependent dispatch, and removes the special
case in container.cljc that checked shape type when resolving the
content sync group.

Affected namespaces:
- app.common.types.{path,shape,component,container}
- app.common.types.path.{shape-to-path,segment}
- app.common.geom.shapes.{transforms,intersect}
- app.common.files.{builder,shapes-builder}

Signed-off-by: Andrey Antukh <niwi@niwi.nz>
2026-03-31 23:57:19 +02:00
..
2024-09-03 23:35:53 +02:00
2026-01-22 13:55:41 +01:00
2026-03-11 15:24:40 +01:00