ingeniuscliq-core 0.3.7 → 0.3.8

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.
Files changed (2) hide show
  1. package/dist/index.js +9 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1788,12 +1788,15 @@ const H5 = (e) => {
1788
1788
  const r = decodeURIComponent(t);
1789
1789
  e.headers && (e.headers["X-XSRF-TOKEN"] = r);
1790
1790
  }
1791
- }, M0 = (e) => e == null ? void 0 : e.styles.reduce((t, n) => ({
1792
- ...t,
1793
- ...Object.fromEntries(
1794
- n.colorProperties.map((r) => [r.key, r.value])
1795
- )
1796
- }), {});
1791
+ }, M0 = (e) => e == null ? void 0 : e.styles.reduce((t, n) => {
1792
+ var r;
1793
+ return {
1794
+ ...t,
1795
+ ...Object.fromEntries(
1796
+ (r = n.colorProperties) == null ? void 0 : r.map((o) => [o.key, o.value])
1797
+ )
1798
+ };
1799
+ }, {});
1797
1800
  function z5(e) {
1798
1801
  return !e || typeof e != "string" ? e : e.charAt(0).toUpperCase() + e.slice(1).toLowerCase();
1799
1802
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",