@nine-lab/nine-ux 0.1.65 → 0.1.66
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/nine-ux.es.js +1 -1
- package/dist/nine-ux.es.js.map +1 -1
- package/dist/nine-ux.umd.js +2 -2
- package/dist/nine-ux.umd.js.map +1 -1
- package/package.json +9 -10
- package/dist/css/nineEditor.css +0 -171
package/dist/nine-ux.es.js
CHANGED
|
@@ -14651,7 +14651,7 @@ Lr = function() {
|
|
|
14651
14651
|
const t = Ae.getComponentCssPath("nineEditor.css"), r = t ? `@import "${t}";` : "";
|
|
14652
14652
|
this.shadowRoot.innerHTML = `
|
|
14653
14653
|
<style>
|
|
14654
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.
|
|
14654
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.66/dist/css/nineEditor.css";
|
|
14655
14655
|
${r}
|
|
14656
14656
|
</style>
|
|
14657
14657
|
|