@timeax/form-palette 0.1.13 → 0.1.14
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/dist/{core-DwDTiD7w.d.mts → core-B0VZEMYY.d.mts} +2 -6
- package/dist/{core-ya4_MUaP.d.ts → core-BFcyKS5S.d.ts} +2 -6
- package/dist/extra.d.mts +2 -2
- package/dist/extra.d.ts +2 -2
- package/dist/extra.js +4 -2
- package/dist/extra.js.map +1 -1
- package/dist/extra.mjs +4 -2
- package/dist/extra.mjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -2
package/dist/index.mjs
CHANGED
|
@@ -15005,7 +15005,7 @@ var ShadcnChipsVariant = React11.forwardRef(function ShadcnChipsVariant2(props,
|
|
|
15005
15005
|
{
|
|
15006
15006
|
"data-slot": "chips-upper",
|
|
15007
15007
|
className: cn(
|
|
15008
|
-
"flex items-center gap-1 text-xs",
|
|
15008
|
+
"flex items-center gap-1 text-xs flex-wrap",
|
|
15009
15009
|
chipsClassName
|
|
15010
15010
|
),
|
|
15011
15011
|
children: [
|
|
@@ -16291,7 +16291,9 @@ var InnerShadcnCheckboxVariant = (props, ref) => {
|
|
|
16291
16291
|
nativeEvent: void 0,
|
|
16292
16292
|
meta: void 0
|
|
16293
16293
|
};
|
|
16294
|
-
|
|
16294
|
+
const value2 = {};
|
|
16295
|
+
nextList.forEach((item) => value2[item.value] = item.state);
|
|
16296
|
+
onValue(value2, detail);
|
|
16295
16297
|
},
|
|
16296
16298
|
[onValue, disabled, groupValue]
|
|
16297
16299
|
);
|