From d12757a93d9426d972da2d4ef64fe2a278c29ac3 Mon Sep 17 00:00:00 2001 From: jettapat Date: Tue, 19 May 2026 15:31:24 +0700 Subject: [PATCH] docs: update changeset --- .changeset/huge-friends-flash.md | 12 ------------ .changeset/soft-seas-battle.md | 5 +++++ 2 files changed, 5 insertions(+), 12 deletions(-) delete mode 100644 .changeset/huge-friends-flash.md create mode 100644 .changeset/soft-seas-battle.md 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