ninegrid2 6.1278.0 → 6.1279.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/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/nx/nxEditor.js +1 -1
- package/package.json +1 -1
- package/src/nx/nxEditor.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -122494,7 +122494,7 @@ class nxEditor extends nxDiv {
|
|
|
122494
122494
|
const htmlTmpl = document.createElement("template");
|
|
122495
122495
|
htmlTmpl.innerHTML = `
|
|
122496
122496
|
<style>
|
|
122497
|
-
@import "https://cdn.ckeditor.com/ckeditor5/
|
|
122497
|
+
@import "https://cdn.ckeditor.com/ckeditor5/44.1.0/ckeditor5.css";
|
|
122498
122498
|
@import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/nxEditor.css";
|
|
122499
122499
|
${ninegrid.getCustomPath(this,"nxEditor.css")}
|
|
122500
122500
|
</style>
|
package/dist/bundle.esm.js
CHANGED
|
@@ -122490,7 +122490,7 @@ class nxEditor extends nxDiv {
|
|
|
122490
122490
|
const htmlTmpl = document.createElement("template");
|
|
122491
122491
|
htmlTmpl.innerHTML = `
|
|
122492
122492
|
<style>
|
|
122493
|
-
@import "https://cdn.ckeditor.com/ckeditor5/
|
|
122493
|
+
@import "https://cdn.ckeditor.com/ckeditor5/44.1.0/ckeditor5.css";
|
|
122494
122494
|
@import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/nxEditor.css";
|
|
122495
122495
|
${ninegrid.getCustomPath(this,"nxEditor.css")}
|
|
122496
122496
|
</style>
|
package/dist/nx/nxEditor.js
CHANGED
|
@@ -18,7 +18,7 @@ class nxEditor extends nxDiv {
|
|
|
18
18
|
const htmlTmpl = document.createElement("template");
|
|
19
19
|
htmlTmpl.innerHTML = `
|
|
20
20
|
<style>
|
|
21
|
-
@import "https://cdn.ckeditor.com/ckeditor5/
|
|
21
|
+
@import "https://cdn.ckeditor.com/ckeditor5/44.1.0/ckeditor5.css";
|
|
22
22
|
@import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/nxEditor.css";
|
|
23
23
|
${ninegrid.getCustomPath(this,"nxEditor.css")}
|
|
24
24
|
</style>
|
package/package.json
CHANGED
package/src/nx/nxEditor.js
CHANGED
|
@@ -18,7 +18,7 @@ class nxEditor extends nxDiv {
|
|
|
18
18
|
const htmlTmpl = document.createElement("template");
|
|
19
19
|
htmlTmpl.innerHTML = `
|
|
20
20
|
<style>
|
|
21
|
-
@import "https://cdn.ckeditor.com/ckeditor5/
|
|
21
|
+
@import "https://cdn.ckeditor.com/ckeditor5/44.1.0/ckeditor5.css";
|
|
22
22
|
@import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/nxEditor.css";
|
|
23
23
|
${ninegrid.getCustomPath(this,"nxEditor.css")}
|
|
24
24
|
</style>
|