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.
- package/dist/index.js +1 -1
- 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
|
|
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
|
{
|