vrfi-design-system 1.1.49 → 1.1.50

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/main.es.js CHANGED
@@ -67876,8 +67876,10 @@ const aIe = ({
67876
67876
  [t, d]
67877
67877
  ), m = ir(
67878
67878
  (p) => {
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]);
67879
+ const v = Array.isArray(A) ? A : [], b = o ? p[0] ?? null : p, h = v.filter(
67880
+ (y) => !p.includes(y)
67881
+ ), C = h.length === 1 ? h[0] : void 0;
67882
+ d(b), C !== void 0 ? t == null || t(b, C) : t == null || t(b);
67881
67883
  },
67882
67884
  [t, d, o, A]
67883
67885
  ), g = o ? A === null ? [] : [A] : A;