@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/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
- onValue(nextList, detail);
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
  );