@adstore/templates 2.14.16 → 2.14.17
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/templates.js.js +3 -3
- package/package.json +1 -1
package/dist/templates.js.js
CHANGED
@@ -4146,7 +4146,7 @@ const Of = (t) => {
|
|
4146
4146
|
breakpoints: tn
|
4147
4147
|
}), l = Tt(s, c, tn);
|
4148
4148
|
l && (Ht(l, "button.percent_width", (_ = l == null ? void 0 : l.button) == null ? void 0 : _.width), Ht(l, "artifact.percent_right", (u = l == null ? void 0 : l.artifact) == null ? void 0 : u.right));
|
4149
|
-
const i = P(l), d = !!((p = i == null ? void 0 : i.legal) != null && p.children) && !((f = i == null ? void 0 : i.legal) != null && f.hidden);
|
4149
|
+
const i = P(l) || {}, d = !!((p = i == null ? void 0 : i.legal) != null && p.children) && !((f = i == null ? void 0 : i.legal) != null && f.hidden);
|
4150
4150
|
return Nt(l), ot(() => {
|
4151
4151
|
o && o(s);
|
4152
4152
|
}, []), a("div", {
|
@@ -4186,8 +4186,8 @@ const Of = (t) => {
|
|
4186
4186
|
children: [a(F, {
|
4187
4187
|
className: ft.textContainer,
|
4188
4188
|
style: i == null ? void 0 : i.text,
|
4189
|
-
typography: (M = i.text) == null ? void 0 : M.typography,
|
4190
|
-
accentTypography: (j = i.text) == null ? void 0 : j.accentTypography,
|
4189
|
+
typography: (M = i == null ? void 0 : i.text) == null ? void 0 : M.typography,
|
4190
|
+
accentTypography: (j = i == null ? void 0 : i.text) == null ? void 0 : j.accentTypography,
|
4191
4191
|
children: (O = i == null ? void 0 : i.text) == null ? void 0 : O.children
|
4192
4192
|
}), a("div", {
|
4193
4193
|
className: ft.button,
|