@godxjp/ui 6.0.1 → 6.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -157,7 +157,7 @@
157
157
 
158
158
  .ui-choice-control {
159
159
  flex-shrink: 0;
160
- margin-top: var(--choice-control-offset);
160
+ line-height: 0;
161
161
  }
162
162
 
163
163
  .ui-choice-content {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@godxjp/ui",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "type": "module",
5
5
  "description": "@godxjp/ui — shared React UI framework (shadcn + Radix + Tailwind v4).",
6
6
  "files": [
@@ -321,4 +321,4 @@
321
321
  "godxjp-ui-audit": "scripts/ui-audit.mjs"
322
322
  },
323
323
  "module": "./dist/index.js"
324
- }
324
+ }