@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.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: "input",
23992
+ className: "editor",
23993
23993
  renderElement: J,
23994
23994
  renderLeaf: G,
23995
23995
  placeholder: n || d.formatMessage({ id: "richTextEditor_placeholder" }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "6.6.0",
3
+ "version": "6.6.1-beta.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {