@dennismetz/light-editor 1.0.0 → 1.0.2

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.
@@ -1,4 +1,4 @@
1
- .icon {
1
+ .editor-icon {
2
2
  width: 1rem;
3
3
  height: 1rem;
4
4
  fill: currentColor;
@@ -21742,7 +21742,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
21742
21742
  createElementVNode("svg", {
21743
21743
  xmlns: "http://www.w3.org/2000/svg",
21744
21744
  viewBox: "0 0 448 512",
21745
- class: "icon"
21745
+ class: "editor-icon"
21746
21746
  }, [
21747
21747
  createElementVNode("path", { d: "M448 448c0 17.69-14.33 32-32 32h-96c-17.67 0-32-14.31-32-32s14.33-32 32-32h16v-144h-224v144H128c17.67 0 32 14.31 32 32s-14.33 32-32 32H32c-17.67 0-32-14.31-32-32s14.33-32 32-32h16v-320H32c-17.67 0-32-14.31-32-32s14.33-32 32-32h96c17.67 0 32 14.31 32 32s-14.33 32-32 32H112v112h224v-112H320c-17.67 0-32-14.31-32-32s14.33-32 32-32h96c17.67 0 32 14.31 32 32s-14.33 32-32 32h-16v320H416C433.7 416 448 430.3 448 448z" })
21748
21748
  ], -1)
@@ -21745,7 +21745,7 @@ img.ProseMirror-separator {
21745
21745
  vue.createElementVNode("svg", {
21746
21746
  xmlns: "http://www.w3.org/2000/svg",
21747
21747
  viewBox: "0 0 448 512",
21748
- class: "icon"
21748
+ class: "editor-icon"
21749
21749
  }, [
21750
21750
  vue.createElementVNode("path", { d: "M448 448c0 17.69-14.33 32-32 32h-96c-17.67 0-32-14.31-32-32s14.33-32 32-32h16v-144h-224v144H128c17.67 0 32 14.31 32 32s-14.33 32-32 32H32c-17.67 0-32-14.31-32-32s14.33-32 32-32h16v-320H32c-17.67 0-32-14.31-32-32s14.33-32 32-32h96c17.67 0 32 14.31 32 32s-14.33 32-32 32H112v112h224v-112H320c-17.67 0-32-14.31-32-32s14.33-32 32-32h96c17.67 0 32 14.31 32 32s-14.33 32-32 32h-16v320H416C433.7 416 448 430.3 448 448z" })
21751
21751
  ], -1)
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "./dist/light-editor.css": "./dist/light-editor.css"
14
14
  },
15
- "version": "1.0.0",
15
+ "version": "1.0.2",
16
16
  "license": "MIT",
17
17
  "scripts": {
18
18
  "dev": "vite dev --port 3333",