@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/extra.mjs
CHANGED
|
@@ -14362,7 +14362,7 @@ var ShadcnChipsVariant = React72.forwardRef(function ShadcnChipsVariant2(props,
|
|
|
14362
14362
|
{
|
|
14363
14363
|
"data-slot": "chips-upper",
|
|
14364
14364
|
className: cn(
|
|
14365
|
-
"flex items-center gap-1 text-xs",
|
|
14365
|
+
"flex items-center gap-1 text-xs flex-wrap",
|
|
14366
14366
|
chipsClassName
|
|
14367
14367
|
),
|
|
14368
14368
|
children: [
|
|
@@ -15648,7 +15648,9 @@ var InnerShadcnCheckboxVariant = (props, ref) => {
|
|
|
15648
15648
|
nativeEvent: void 0,
|
|
15649
15649
|
meta: void 0
|
|
15650
15650
|
};
|
|
15651
|
-
|
|
15651
|
+
const value2 = {};
|
|
15652
|
+
nextList.forEach((item) => value2[item.value] = item.state);
|
|
15653
|
+
onValue(value2, detail);
|
|
15652
15654
|
},
|
|
15653
15655
|
[onValue, disabled, groupValue]
|
|
15654
15656
|
);
|