@nine-lab/nine-ux 0.1.96 → 0.1.98
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.js +1 -1
- package/dist/nine-ux.umd.js +2 -2
- package/package.json +1 -1
package/dist/nine-ux.js
CHANGED
|
@@ -19361,7 +19361,7 @@ render_fn = function() {
|
|
|
19361
19361
|
const customImport = customPath ? `@import "${customPath}";` : "";
|
|
19362
19362
|
this.shadowRoot.innerHTML = `
|
|
19363
19363
|
<style>
|
|
19364
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@${"0.1.
|
|
19364
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@${"0.1.98"}/dist/css/nineEditor.css";
|
|
19365
19365
|
${customImport}
|
|
19366
19366
|
</style>
|
|
19367
19367
|
|
package/dist/nine-ux.umd.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(function(global, factory) {
|
|
2
|
-
typeof exports === "object" && typeof module !== "undefined" ? factory(require("@nine-lab/nine-util")) : typeof define === "function" && define.amd ? define(["@nine-lab/nine-util"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global.
|
|
2
|
+
typeof exports === "object" && typeof module !== "undefined" ? factory(require("@nine-lab/nine-util")) : typeof define === "function" && define.amd ? define(["@nine-lab/nine-util"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global.nine1));
|
|
3
3
|
})(this, function(nineUtil) {
|
|
4
4
|
"use strict";var __defProp = Object.defineProperty;
|
|
5
5
|
var __typeError = (msg) => {
|
|
@@ -19364,7 +19364,7 @@ img.ProseMirror-separator {
|
|
|
19364
19364
|
const customImport = customPath ? `@import "${customPath}";` : "";
|
|
19365
19365
|
this.shadowRoot.innerHTML = `
|
|
19366
19366
|
<style>
|
|
19367
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@${"0.1.
|
|
19367
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@${"0.1.98"}/dist/css/nineEditor.css";
|
|
19368
19368
|
${customImport}
|
|
19369
19369
|
</style>
|
|
19370
19370
|
|