@ikonai/sdk-react-ui-radix 0.0.25 → 0.0.28

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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -7706,10 +7706,10 @@ function ZC() {
7706
7706
  RC,
7707
7707
  {
7708
7708
  value: h ? i : void 0,
7709
- defaultValue: s,
7709
+ defaultValue: h ? void 0 : s,
7710
7710
  onValueChange: m,
7711
7711
  open: v ? a : void 0,
7712
- defaultOpen: c,
7712
+ defaultOpen: v ? void 0 : c,
7713
7713
  onOpenChange: g,
7714
7714
  disabled: l,
7715
7715
  required: u,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikonai/sdk-react-ui-radix",
3
- "version": "0.0.25",
3
+ "version": "0.0.28",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",