You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Color helper (toHexString, toRgbString, toHsbString, toCssString).
Changed
ColorPicker public API now matches Ant Design-style props (value / onChange(color, css), size as control size). SchemaForm color fields use the new picker.
Upgrade notes
Replace ColorPicker usage: onChange is (color: Color, css: string) => void; size is "small" | "default" | "large"; presets is optional { label, colors }[].
Store Color in controlled mode to avoid HEX round-trip drift.