@apolitical/component-library 6.6.0 → 6.6.1-beta.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.js +1 -1
- package/index.mjs +2 -2
- package/package.json +1 -1
- package/style.css +1 -1
package/index.mjs
CHANGED
|
@@ -23959,7 +23959,7 @@ const _m = ({
|
|
|
23959
23959
|
dispatch: B
|
|
23960
23960
|
});
|
|
23961
23961
|
}, 100);
|
|
23962
|
-
return L ? /* @__PURE__ */ c.jsx("div", { id: D, className: "rich-text-editor", children: /* @__PURE__ */ c.jsxs(
|
|
23962
|
+
return L ? /* @__PURE__ */ c.jsx("div", { id: D, className: "rich-text-editor input", children: /* @__PURE__ */ c.jsxs(
|
|
23963
23963
|
pn.Provider,
|
|
23964
23964
|
{
|
|
23965
23965
|
value: {
|
|
@@ -23989,7 +23989,7 @@ const _m = ({
|
|
|
23989
23989
|
/* @__PURE__ */ c.jsx(
|
|
23990
23990
|
cw,
|
|
23991
23991
|
{
|
|
23992
|
-
className: "
|
|
23992
|
+
className: "editor",
|
|
23993
23993
|
renderElement: J,
|
|
23994
23994
|
renderLeaf: G,
|
|
23995
23995
|
placeholder: n || d.formatMessage({ id: "richTextEditor_placeholder" }),
|