diff --git a/.changeset/huge-friends-flash.md b/.changeset/huge-friends-flash.md deleted file mode 100644 index 388510c9..00000000 --- a/.changeset/huge-friends-flash.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@genseki/ui': patch ---- - -[FIX] General UI fixes - -- Consistent disabled state tokens across form primitives (Input, Textarea, Select, Switch, RadioGroup, Checkbox, Toggle, Tabs, Slider, Command, ColorPicker, Calendar) -- InputGroup auto-detects disabled descendant input/textarea and aria-disabled, so wrappers around RichTextEditor and fieldset-disabled forms render the disabled chrome consistently -- InputGroup wrapping a direct `` is now exactly h-18 to match sibling Buttons (was 74px due to wrapper border on top of inner Input h-18) -- Filter popover: trigger keeps a focus ring while the popover is open, and the popover content aligns to the trigger's end edge -- Filter popover: highlight the currently active column in the left list -- Filter popover: disable "Reset All" when no filter is selected diff --git a/.changeset/soft-seas-battle.md b/.changeset/soft-seas-battle.md new file mode 100644 index 00000000..5228a494 --- /dev/null +++ b/.changeset/soft-seas-battle.md @@ -0,0 +1,5 @@ +--- +'@genseki/ui': patch +--- + +[FIX] General UI fixes