ingeniuscliq-core 0.1.27 → 0.1.28

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12471,7 +12471,7 @@ function yz({
12471
12471
  });
12472
12472
  return xn(() => {
12473
12473
  const o = r == null ? void 0 : r.styles.map((a) => Yw(r.template, a.selected) ?? "").filter((a) => a !== "");
12474
- n.setComponents(o ?? []), n.setTemplate((r == null ? void 0 : r.template) ?? "");
12474
+ o && n.setComponents(o), r != null && r.template && n.setTemplate(r.template), r != null && r.styles && n.setStyles(r.styles.map((a) => ({ key: a.key, selected: a.selected, colorProperties: a.colorProperties }))), r != null && r.settings && n.setSettings(r.settings);
12475
12475
  }, [r]), /* @__PURE__ */ d(
12476
12476
  ok,
12477
12477
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",