@dennismetz/light-editor 1.0.1 → 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.
package/dist/light-editor.css
CHANGED
package/dist/light-editor.es.js
CHANGED
|
@@ -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)
|
package/dist/light-editor.umd.js
CHANGED
|
@@ -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)
|