ide-assi 0.523.0 → 0.524.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.
@@ -202906,7 +202906,6 @@ class IdeTipPopup extends HTMLElement
202906
202906
 
202907
202907
  this.shadowRoot.innerHTML = `
202908
202908
  <style>
202909
- <style>
202910
202909
  @import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/ideAssi.css";
202911
202910
  ${ninegrid.getCustomPath(this,"ideAssi.css")}
202912
202911
  </style>
@@ -202902,7 +202902,6 @@ class IdeTipPopup extends HTMLElement
202902
202902
 
202903
202903
  this.shadowRoot.innerHTML = `
202904
202904
  <style>
202905
- <style>
202906
202905
  @import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/ideAssi.css";
202907
202906
  ${ninegrid.getCustomPath(this,"ideAssi.css")}
202908
202907
  </style>
@@ -12,7 +12,6 @@ class IdeTipPopup extends HTMLElement
12
12
 
13
13
  this.shadowRoot.innerHTML = `
14
14
  <style>
15
- <style>
16
15
  @import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/ideAssi.css";
17
16
  ${ninegrid.getCustomPath(this,"ideAssi.css")}
18
17
  </style>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.523.0",
4
+ "version": "0.524.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -12,7 +12,6 @@ class IdeTipPopup extends HTMLElement
12
12
 
13
13
  this.shadowRoot.innerHTML = `
14
14
  <style>
15
- <style>
16
15
  @import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/ideAssi.css";
17
16
  ${ninegrid.getCustomPath(this,"ideAssi.css")}
18
17
  </style>