vrfi-design-system 1.1.47 → 1.1.49

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.d.ts CHANGED
@@ -330,7 +330,7 @@ declare interface CheckBoxWithFormWrapperProps {
330
330
  disabled?: boolean;
331
331
  indeterminate?: boolean;
332
332
  group?: boolean;
333
- onCheckboxChange?: (event: string | number | boolean | (string | number)[] | null) => void;
333
+ onCheckboxChange?: (event: string | number | boolean | (string | number)[] | null, unchecked?: string | number) => void;
334
334
  options?: (CheckboxOptionType | string | number)[];
335
335
  name: string;
336
336
  className?: string;
package/dist/main.es.js CHANGED
@@ -67876,10 +67876,10 @@ const aIe = ({
67876
67876
  [t, d]
67877
67877
  ), m = ir(
67878
67878
  (p) => {
67879
- const v = o ? p[0] || null : p;
67880
- d(v), t == null || t(v);
67879
+ const b = (Array.isArray(A) ? A : []).filter((C) => !p.includes(C)), h = o ? p[0] || null : p;
67880
+ d(h), t == null || t(h, b[0]);
67881
67881
  },
67882
- [t, d, o]
67882
+ [t, d, o, A]
67883
67883
  ), g = o ? A === null ? [] : [A] : A;
67884
67884
  return /* @__PURE__ */ M.jsx("div", { children: n ? /* @__PURE__ */ M.jsx(
67885
67885
  ro.Group,