Orphaned after the config.tsx / lab.tsx / layouts.tsx / macros.tsx consolidation in #511 — all confirmed to have no remaining importers:
panel/schema.tsx: ALL_CONTROLS and sectionOfControl exports (the latter's docstring describes a command-palette consumer that no longer exists); SeedField no longer needs to be exported.
create/colors/index.tsx: ColorsSummary and ColorsConfig — their only consumer was the deleted customizer-panel.tsx.
panel/primitives.tsx: the hint prop on Segmented is a dead option, and as written would replace the visible label for screen readers via aria-label rather than supplement it.
panel/schema.tsx: the const c = (control: Control): Control => control identity helper is vestigial now that SECTIONS is annotated Section[].
create/export/export-dialog.tsx: stale comment referencing "the panel lab's footer button".
Also: 'shape' status hardcodes designSystem.density !== 'default' instead of comparing against DEFAULTS.density — equivalent today, but the only chapter restating its default inline.
Orphaned after the
config.tsx/lab.tsx/layouts.tsx/macros.tsxconsolidation in #511 — all confirmed to have no remaining importers:panel/schema.tsx:ALL_CONTROLSandsectionOfControlexports (the latter's docstring describes a command-palette consumer that no longer exists);SeedFieldno longer needs to be exported.create/colors/index.tsx:ColorsSummaryandColorsConfig— their only consumer was the deletedcustomizer-panel.tsx.panel/primitives.tsx: thehintprop onSegmentedis a dead option, and as written would replace the visible label for screen readers viaaria-labelrather than supplement it.panel/schema.tsx: theconst c = (control: Control): Control => controlidentity helper is vestigial now thatSECTIONSis annotatedSection[].create/export/export-dialog.tsx: stale comment referencing "the panel lab's footer button".Also:
'shape'status hardcodesdesignSystem.density !== 'default'instead of comparing againstDEFAULTS.density— equivalent today, but the only chapter restating its default inline.