microboard-ui-temp 0.1.12 → 0.1.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.
Files changed (2) hide show
  1. package/dist/board.html +18 -14
  2. package/package.json +1 -1
package/dist/board.html CHANGED
@@ -1,14 +1,17 @@
1
- <head>
2
- <meta charset="utf-8" />
3
- <meta name="last-event-order" content="0" />
4
- <title>Microboard basic board</title>
5
- <link rel="preconnect" href="https://fonts.googleapis.com" />
6
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
7
- <link
8
- href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap"
9
- rel="stylesheet"
10
- />
11
- <link rel="stylesheet" crossorigin href="https://unpkg.com/microboard-ui-temp/dist/board.css" />
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="last-event-order" content="0" />
6
+ <title>Microboard basic board</title>
7
+ <link rel="preconnect" href="https://fonts.googleapis.com" />
8
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
9
+ <link
10
+ href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap"
11
+ rel="stylesheet"
12
+ />
13
+ <link rel="stylesheet" crossorigin href="https://unpkg.com/microboard-ui-temp/dist/board.css" />
14
+ </head>
12
15
  <body style="overflow-x: hidden; overflow-y: hidden">
13
16
  <div id="items">
14
17
  <shape-item
@@ -46,8 +49,9 @@
46
49
  stroke-dasharray=""
47
50
  transform-origin="0 0"
48
51
  transform="scale(2.15218, 2.15218)"
49
- ></path></svg
50
- ><rich-text
52
+ ></path>
53
+ </svg>
54
+ <rich-text
51
55
  id="c8afcf81-52fa-4d10-b20e-5b8d646144cb_text"
52
56
  data-vertical-alignment="center"
53
57
  data-placeholder-text="&nbsp;"
@@ -83,4 +87,4 @@
83
87
  <script type="module" src="https://unpkg.com/microboard-ui-temp/dist/titlePanel.js"></script>
84
88
  <script defer src="https://unpkg.com/microboard-ui-temp/dist/loadLinksImages.js"></script>
85
89
  </body>
86
- </head>
90
+ </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-ui-temp",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",