@saasbase-io/core-elements 1.1.20 → 1.1.21
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/components/renderers/_updated/sb-header.d.ts +10 -0
- package/dist/components/renderers/_updated/sb-subtitle.d.ts +9 -0
- package/dist/components/renderers/_updated/sb-title.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/types/styles/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22692,18 +22692,18 @@ let Ei = class extends v {
|
|
|
22692
22692
|
return this;
|
|
22693
22693
|
}
|
|
22694
22694
|
render() {
|
|
22695
|
-
var s, o, a, u, p, m, y;
|
|
22695
|
+
var s, o, a, u, p, m, y, w;
|
|
22696
22696
|
const { class: e, style: t } = O(
|
|
22697
22697
|
this.classList.value,
|
|
22698
22698
|
this.style,
|
|
22699
|
-
(a = (o = (s = this.component) == null ? void 0 : s.customizations) == null ? void 0 : o.byType) == null ? void 0 : a.
|
|
22699
|
+
(u = (a = (o = (s = this.component) == null ? void 0 : s.customizations) == null ? void 0 : o.byType) == null ? void 0 : a.header) == null ? void 0 : u.title,
|
|
22700
22700
|
this.id,
|
|
22701
|
-
(
|
|
22701
|
+
(p = this.component) == null ? void 0 : p.customizations
|
|
22702
22702
|
), { base: r, responsive: i } = lt(t);
|
|
22703
22703
|
return dt(
|
|
22704
22704
|
this.id,
|
|
22705
22705
|
i,
|
|
22706
|
-
((
|
|
22706
|
+
((w = (y = (m = this.component) == null ? void 0 : m.customizations) == null ? void 0 : y.config) == null ? void 0 : w.breakpoints) ?? ot
|
|
22707
22707
|
), c`
|
|
22708
22708
|
<p id=${this.id} class=${e} style=${k(r)}>
|
|
22709
22709
|
${this.content}
|