ninegrid2 6.1291.0 → 6.1292.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.
@@ -372163,12 +372163,12 @@ class nxEditor extends nxDiv {
372163
372163
  connectedCallback() {
372164
372164
  if (super.connectedCallback()) this.#init();
372165
372165
  }
372166
-
372166
+ //@import "https://cdn.ckeditor.com/ckeditor5/44.1.0/ckeditor5.css";
372167
372167
  #init = async () => {
372168
372168
  const htmlTmpl = document.createElement("template");
372169
372169
  htmlTmpl.innerHTML = `
372170
372170
  <style>
372171
- @import "https://cdn.ckeditor.com/ckeditor5/44.1.0/ckeditor5.css";
372171
+
372172
372172
  @import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/nxEditor.css";
372173
372173
  ${ninegrid.getCustomPath(this,"nxEditor.css")}
372174
372174
  </style>
@@ -372159,12 +372159,12 @@ class nxEditor extends nxDiv {
372159
372159
  connectedCallback() {
372160
372160
  if (super.connectedCallback()) this.#init();
372161
372161
  }
372162
-
372162
+ //@import "https://cdn.ckeditor.com/ckeditor5/44.1.0/ckeditor5.css";
372163
372163
  #init = async () => {
372164
372164
  const htmlTmpl = document.createElement("template");
372165
372165
  htmlTmpl.innerHTML = `
372166
372166
  <style>
372167
- @import "https://cdn.ckeditor.com/ckeditor5/44.1.0/ckeditor5.css";
372167
+
372168
372168
  @import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/nxEditor.css";
372169
372169
  ${ninegrid.getCustomPath(this,"nxEditor.css")}
372170
372170
  </style>
@@ -26,12 +26,12 @@ class nxEditor extends nxDiv {
26
26
  connectedCallback() {
27
27
  if (super.connectedCallback()) this.#init();
28
28
  }
29
-
29
+ //@import "https://cdn.ckeditor.com/ckeditor5/44.1.0/ckeditor5.css";
30
30
  #init = async () => {
31
31
  const htmlTmpl = document.createElement("template");
32
32
  htmlTmpl.innerHTML = `
33
33
  <style>
34
- @import "https://cdn.ckeditor.com/ckeditor5/44.1.0/ckeditor5.css";
34
+
35
35
  @import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/nxEditor.css";
36
36
  ${ninegrid.getCustomPath(this,"nxEditor.css")}
37
37
  </style>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1291.0",
4
+ "version": "6.1292.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -26,12 +26,12 @@ class nxEditor extends nxDiv {
26
26
  connectedCallback() {
27
27
  if (super.connectedCallback()) this.#init();
28
28
  }
29
-
29
+ //@import "https://cdn.ckeditor.com/ckeditor5/44.1.0/ckeditor5.css";
30
30
  #init = async () => {
31
31
  const htmlTmpl = document.createElement("template");
32
32
  htmlTmpl.innerHTML = `
33
33
  <style>
34
- @import "https://cdn.ckeditor.com/ckeditor5/44.1.0/ckeditor5.css";
34
+
35
35
  @import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/nxEditor.css";
36
36
  ${ninegrid.getCustomPath(this,"nxEditor.css")}
37
37
  </style>