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.
package/dist/bundle.cjs.js
CHANGED
|
@@ -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>
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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>
|
package/package.json
CHANGED