sykpcomposer 0.0.75 → 0.0.76
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.es.js +5 -10
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -45057,8 +45057,8 @@ const vp = 8, bp = 72, Rs = {
|
|
|
45057
45057
|
});
|
|
45058
45058
|
}, _ = (x) => {
|
|
45059
45059
|
d(x), p.update(() => {
|
|
45060
|
-
const
|
|
45061
|
-
be(
|
|
45060
|
+
const k = Ee();
|
|
45061
|
+
be(k) && ux(k, () => Qs(x));
|
|
45062
45062
|
});
|
|
45063
45063
|
let w;
|
|
45064
45064
|
switch (x) {
|
|
@@ -45078,14 +45078,9 @@ const vp = 8, bp = 72, Rs = {
|
|
|
45078
45078
|
w = 0;
|
|
45079
45079
|
}
|
|
45080
45080
|
const S = f.heading[w];
|
|
45081
|
-
i(String(S.fontSize)), d(x), o(x)
|
|
45082
|
-
|
|
45083
|
-
|
|
45084
|
-
color: S.fontColor,
|
|
45085
|
-
"font-family": S.fontFamily,
|
|
45086
|
-
"line-height": `${1 + S.leadingSpace}em`,
|
|
45087
|
-
"margin-bottom": `${S.trailingSpace}em`
|
|
45088
|
-
});
|
|
45081
|
+
i(String(S.fontSize)), d(x), o(x);
|
|
45082
|
+
const C = { title: `${S.title}`, "font-size": `${S.fontSize}px`, color: S.fontColor, "font-family": S.fontFamily, "line-height": `${1 + S.leadingSpace}em`, "margin-bottom": `${S.trailingSpace}em` };
|
|
45083
|
+
u(C);
|
|
45089
45084
|
}, b = () => {
|
|
45090
45085
|
o("paragraph"), u({
|
|
45091
45086
|
"font-size": "11px"
|