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