@nine-lab/nine-ux 0.1.82 → 0.1.83
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.umd.js +2 -2
- package/package.json +1 -1
package/dist/nine-ux.umd.js
CHANGED
|
@@ -19372,7 +19372,7 @@ img.ProseMirror-separator {
|
|
|
19372
19372
|
const customImport = customPath ? `@import "${customPath}";` : "";
|
|
19373
19373
|
this.shadowRoot.innerHTML = `
|
|
19374
19374
|
<style>
|
|
19375
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@${"0.1.
|
|
19375
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@${"0.1.83"}/dist/css/nineEditor.css";
|
|
19376
19376
|
${customImport}
|
|
19377
19377
|
</style>
|
|
19378
19378
|
|
|
@@ -19508,7 +19508,7 @@ img.ProseMirror-separator {
|
|
|
19508
19508
|
};
|
|
19509
19509
|
const sync = () => {
|
|
19510
19510
|
var _a;
|
|
19511
|
-
console.log(nine);
|
|
19511
|
+
console.log(nine, window.nine);
|
|
19512
19512
|
const { nativeOverride } = ((_a = nine == null ? void 0 : nine.config) == null ? void 0 : _a.ux) || {};
|
|
19513
19513
|
const targets = Array.isArray(nativeOverride) ? nativeOverride : nativeOverride === true ? ["alert", "confirm"] : [];
|
|
19514
19514
|
console.log(nine, targets);
|