sykpcomposer 0.0.77 → 0.0.78
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 +2 -2
- 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
|
@@ -45127,7 +45127,7 @@ const vp = 8, bp = 72, Rs = {
|
|
|
45127
45127
|
o("h3"), i(f.heading.find((x) => x.title === "Heading3").fontSize);
|
|
45128
45128
|
break;
|
|
45129
45129
|
case "default":
|
|
45130
|
-
o("paragraph"), console.log("default");
|
|
45130
|
+
o("paragraph"), i("11"), console.log("default");
|
|
45131
45131
|
break;
|
|
45132
45132
|
}
|
|
45133
45133
|
}, [n]), Wn.useEffect(() => {
|
|
@@ -45142,7 +45142,7 @@ const vp = 8, bp = 72, Rs = {
|
|
|
45142
45142
|
o("h3"), i(f.heading.find((x) => x.title === "Heading3").fontSize);
|
|
45143
45143
|
break;
|
|
45144
45144
|
case "paragraph":
|
|
45145
|
-
o("paragraph"), console.log("Setting to default paragraph");
|
|
45145
|
+
o("paragraph"), i("11"), console.log("Setting to default paragraph");
|
|
45146
45146
|
break;
|
|
45147
45147
|
default:
|
|
45148
45148
|
console.warn("Unknown element type:", e);
|