@ikonai/sdk-react-ui-radix 0.0.25 → 0.0.27
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.
- package/index.js +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,
|