@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.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. 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 flex items-center justify-center",
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crimson-education/helios-editor-renderer",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {