1mpacto-react-ui 0.0.19 → 0.0.20
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -21308,7 +21308,7 @@ const OE = "_container_1q8xg_1", LE = "_disabled_1q8xg_5", GE = "_label_1q8xg_9"
|
|
21308
21308
|
const [n, r] = te({}), [a, o] = te({}), i = (l, c) => l.map((f) => f[c]).join(","), s = (l, c) => l.map((f) => f[c]);
|
21309
21309
|
Ee(() => {
|
21310
21310
|
typeof t == "function" && t(n, a);
|
21311
|
-
}, [n, a
|
21311
|
+
}, [n, a]);
|
21312
21312
|
const u = (l, c, f, g) => {
|
21313
21313
|
let d = l;
|
21314
21314
|
Array.isArray(l) && (f === "array-of-object-to-array" ? d = s(l, g) : f === "array-of-object-to-string" ? d = i(l, g) : f === "array-to-string" && (d = d.toString())), r((m) => ({ ...m, [c]: d })), o((m) => ({ ...m, [c]: l }));
|