@crimson-education/helios-editor-renderer 0.7.0 → 0.8.0
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/index.mjs +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -86435,7 +86435,7 @@ function pA({
|
|
|
86435
86435
|
children: /* @__PURE__ */ ce(
|
|
86436
86436
|
"div",
|
|
86437
86437
|
{
|
|
86438
|
-
className: "relative z-[2] box-border h-full px-4 py-3
|
|
86438
|
+
className: "relative z-[2] box-border h-full px-4 py-3 SlateElementDiv",
|
|
86439
86439
|
style: { minHeight: l },
|
|
86440
86440
|
children: e
|
|
86441
86441
|
}
|