Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/huge-friends-flash.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/ui-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/ui-playground

## 0.1.30

### Patch Changes

- Updated dependencies [[`39210a9`](https://github.com/softnetics/genseki/commit/39210a92eecf6cfba37b05144923b4cd1af443f5)]:
- @genseki/ui@1.1.21

## 0.1.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/ui-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/ui-playground",
"version": "0.1.29",
"version": "0.1.30",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev --port 3004 --turbopack",
Expand Down
13 changes: 13 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @genseki/ui

## 1.1.21

### Patch Changes

- [#355](https://github.com/softnetics/genseki/pull/355) [`39210a9`](https://github.com/softnetics/genseki/commit/39210a92eecf6cfba37b05144923b4cd1af443f5) Thanks [@jettapat-metier](https://github.com/jettapat-metier)! - [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 `<input>` 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

## 1.1.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@genseki/ui",
"sideEffects": false,
"type": "module",
"version": "1.1.20",
"version": "1.1.21",
"files": [
"dist"
],
Expand Down