@diagrammo/dgmo 0.20.2 → 0.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -75,16 +75,16 @@ export const INFRA_REGISTRY: ReservedKeyRegistry = staticRegistry([
75
75
  // NOTE: `color` is deliberately OMITTED (unlike sibling registries) — per
76
76
  // §24B.9 the map chart type carries color as a trailing token (peeled by
77
77
  // `peelTrailingColorName`) / via the tag system, not a `color:` metadata key.
78
- // `date`/`weight`/`style` are reserved seams (§24B.12): included so they require
79
- // colons and don't bleed into a name region, but inert in v1.
78
+ // `value` is the single numeric data channel (§24B): it renders as region shade,
79
+ // POI marker size, or edge/leg thickness depending on the element. `style` is the
80
+ // route/edge shape key. `description`/`date`/`score`/`size`/`weight` were removed
81
+ // in the 2026-06-01 syntax review — `value` collapses the old three numeric keys,
82
+ // and description/date had no v1 surface (they now raise an unknown-key error
83
+ // rather than silently no-op).
80
84
  export const MAP_REGISTRY: ReservedKeyRegistry = staticRegistry([
81
- 'score',
85
+ 'value',
82
86
  'label',
83
- 'size',
84
- 'description',
85
- 'weight',
86
87
  'style',
87
- 'date',
88
88
  ]);
89
89
 
90
90
  export const ORG_REGISTRY: ReservedKeyRegistry = staticRegistry([