@tailor-cms/ce-html-raw-edit 0.0.2 → 0.0.3
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/index.cjs +0 -1
- package/dist/index.js +0 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -58486,7 +58486,6 @@ const allowedTags = [
|
|
|
58486
58486
|
"small",
|
|
58487
58487
|
"span",
|
|
58488
58488
|
"strong",
|
|
58489
|
-
"style",
|
|
58490
58489
|
"sub",
|
|
58491
58490
|
"sup",
|
|
58492
58491
|
"time",
|
package/dist/index.js
CHANGED
|
@@ -58484,7 +58484,6 @@ const allowedTags = [
|
|
|
58484
58484
|
"small",
|
|
58485
58485
|
"span",
|
|
58486
58486
|
"strong",
|
|
58487
|
-
"style",
|
|
58488
58487
|
"sub",
|
|
58489
58488
|
"sup",
|
|
58490
58489
|
"time",
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Raw HTML edit component",
|
|
4
4
|
"author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.3",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"typescript": "^5.8.3",
|
|
27
27
|
"vite": "^7.0.3",
|
|
28
28
|
"vue-tsc": "^3.0.1",
|
|
29
|
-
"@tailor-cms/ce-html-raw-manifest": "0.0.
|
|
29
|
+
"@tailor-cms/ce-html-raw-manifest": "0.0.3"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@codemirror/lang-css": "^6.3.1",
|