Changed
- Highlight:
- Enabled import from
@ark-ui/react/highlight
. - Exported
HighlightChunk
type to enhance type inference in userland code.
- Enabled import from
Fixed
- Select: Fixed
HiddenSelect
to correctly emit values when a simple string array is used as thevalue
for theSelect
component. - ColorPicker: Fixed an issue where an invalid color value was emitted if no default value was provided.