wysiwyg-editor-3lab 1.0.0 → 1.1.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/CHANGELOG.md +26 -0
- package/README.md +118 -6
- package/dist/{index-DjRrWih5.mjs → index-D8F-sEXp.mjs} +7408 -6604
- package/dist/index-D8F-sEXp.mjs.map +1 -0
- package/dist/{index-aqFdHXK3.js → index-PjfLe6dO.js} +73 -70
- package/dist/index-PjfLe6dO.js.map +1 -0
- package/dist/{index.es-D29Vzsox.js → index.es-D6T1b1XW.js} +2 -2
- package/dist/{index.es-D29Vzsox.js.map → index.es-D6T1b1XW.js.map} +1 -1
- package/dist/{index.es-CMxss2vX.mjs → index.es-URzwyQLw.mjs} +2 -2
- package/dist/{index.es-CMxss2vX.mjs.map → index.es-URzwyQLw.mjs.map} +1 -1
- package/dist/index.esm.js +24 -19
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +9 -1
- package/dist/index-DjRrWih5.mjs.map +0 -1
- package/dist/index-aqFdHXK3.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as za } from "./index-
|
|
1
|
+
import { _ as za } from "./index-D8F-sEXp.mjs";
|
|
2
2
|
var Qe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
3
3
|
function Io(a) {
|
|
4
4
|
return a && a.__esModule && Object.prototype.hasOwnProperty.call(a, "default") ? a.default : a;
|
|
@@ -5633,4 +5633,4 @@ export {
|
|
|
5633
5633
|
xo as vectorsAngle,
|
|
5634
5634
|
mi as vectorsRatio
|
|
5635
5635
|
};
|
|
5636
|
-
//# sourceMappingURL=index.es-
|
|
5636
|
+
//# sourceMappingURL=index.es-URzwyQLw.mjs.map
|