color-picker widget type
Auto-generated from the source archive. Do not edit by hand — rerun
catalyst-changelog-syncinstead.
What changed
Section titled “What changed”- A scalar (
varchar) field can now declarewidget: { type: color-picker }, and the front-module generator emits an<au-color-picker>bound to the Signal Form via[formField]. color-pickeris added to the published JSON schema (aurora-1.4.json), so YAML validation and editor autocomplete accept it.
Why it matters
Section titled “Why it matters”The au-color-picker component already existed but was unreachable from the schema, so any module that wanted a color input — like the HUB app color field that tints each launchpad card — had to hand-edit its generated form, breaking the schema-first contract. Now a field declares itself a color input and the generator wires ColorPickerImports from the public @aurora barrel for you. The change is purely additive: existing widgets and fields are untouched, and a field opts in only by setting the widget.