microboard-ui-temp 0.0.13 → 0.0.14
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/package.json
CHANGED
package/public/board.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
rel="stylesheet"
|
|
10
10
|
/>
|
|
11
11
|
<!-- <link rel="stylesheet" crossorigin href="./board.css" /> -->
|
|
12
|
-
<link rel="stylesheet" crossorigin href="https://unpkg.com/microboard-ui-temp
|
|
12
|
+
<link rel="stylesheet" crossorigin href="https://unpkg.com/microboard-ui-temp@0.0.14/public/board.css" />
|
|
13
13
|
<!-- <style>
|
|
14
14
|
@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";
|
|
15
15
|
@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap";
|
|
@@ -377,12 +377,12 @@
|
|
|
377
377
|
// "https://www.unpkg.com/test_package_board@0.0.99/dist/bundle.js"
|
|
378
378
|
// );
|
|
379
379
|
const { initInter } = await import(
|
|
380
|
-
"https://www.unpkg.com/microboard-ui-temp
|
|
380
|
+
"https://www.unpkg.com/microboard-ui-temp@0.0.14/dist/index.js"
|
|
381
381
|
);
|
|
382
382
|
initInter();
|
|
383
383
|
|
|
384
384
|
const { createApp } = await import(
|
|
385
|
-
"https://www.unpkg.com/microboard-ui-temp
|
|
385
|
+
"https://www.unpkg.com/microboard-ui-temp@0.0.14/dist/index.js"
|
|
386
386
|
);
|
|
387
387
|
console.log("createapp", createApp);
|
|
388
388
|
|
|
@@ -448,8 +448,8 @@
|
|
|
448
448
|
});
|
|
449
449
|
});
|
|
450
450
|
</script> -->
|
|
451
|
-
<script type="module" src="https://unpkg.com/microboard-ui-temp
|
|
452
|
-
<script defer src="https://unpkg.com/microboard-ui-temp
|
|
451
|
+
<script type="module" src="https://unpkg.com/microboard-ui-temp@0.0.14/public/customWebComponents.js"></script>
|
|
452
|
+
<script defer src="https://unpkg.com/microboard-ui-temp@0.0.14/public/loadLinksImages.js"></script>
|
|
453
453
|
<!-- <script type="module" href="./public/customWebComponents.js"></script>
|
|
454
454
|
<script defer href="./public/loadLinksImages.js"></script> -->
|
|
455
455
|
</body>
|
|
@@ -255,9 +255,9 @@ document.addEventListener("DOMContentLoaded", () => {
|
|
|
255
255
|
translateY = 0;
|
|
256
256
|
scale = 1;
|
|
257
257
|
updateTransform();
|
|
258
|
-
const { initInter } = await import("https://www.unpkg.com/microboard-ui-temp@0.0.
|
|
258
|
+
const { initInter } = await import("https://www.unpkg.com/microboard-ui-temp@0.0.14/dist/index.js");
|
|
259
259
|
initInter();
|
|
260
|
-
const { createApp } = await import("https://www.unpkg.com/microboard-ui-temp@0.0.
|
|
260
|
+
const { createApp } = await import("https://www.unpkg.com/microboard-ui-temp@0.0.14/dist/index.js");
|
|
261
261
|
console.log("createapp", createApp);
|
|
262
262
|
const app = createApp();
|
|
263
263
|
window.app = app;
|