microboard-ui-temp 0.1.13 → 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.
- package/dist/board.html +85 -82
- package/package.json +1 -1
package/dist/board.html
CHANGED
|
@@ -1,87 +1,90 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
href="https://fonts.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
width: 100.465px;
|
|
26
|
-
height: 100.465px;
|
|
27
|
-
transform-origin: left top;
|
|
28
|
-
transform: translate(490.324px, 232.34px) scale(2.15218, 2.15218);
|
|
29
|
-
position: absolute;
|
|
30
|
-
"
|
|
31
|
-
><svg
|
|
32
|
-
width="100.46464515049854px"
|
|
33
|
-
height="100.4646451504986px"
|
|
34
|
-
viewBox="0 0 100.46464515049854 100.4646451504986"
|
|
35
|
-
transform-origin="0 0"
|
|
36
|
-
transform="scale(0.46464515049856425, 0.46464515049856425)"
|
|
37
|
-
style="position: absolute; overflow: visible"
|
|
38
|
-
>
|
|
39
|
-
<path
|
|
40
|
-
d="M 0 50 L 50 0 L 100 50 L 50 100 L 0 50 Z"
|
|
41
|
-
fill="none"
|
|
42
|
-
fill-opacity="1"
|
|
43
|
-
stroke="rgb(20, 21, 26)"
|
|
44
|
-
vector-effect="non-scaling-stroke"
|
|
45
|
-
stroke-width="1"
|
|
46
|
-
stroke-opacity="1"
|
|
47
|
-
stroke-dasharray=""
|
|
48
|
-
transform-origin="0 0"
|
|
49
|
-
transform="scale(2.15218, 2.15218)"
|
|
50
|
-
></path>
|
|
51
|
-
</svg>
|
|
52
|
-
<rich-text
|
|
53
|
-
id="c8afcf81-52fa-4d10-b20e-5b8d646144cb_text"
|
|
54
|
-
data-vertical-alignment="center"
|
|
55
|
-
data-placeholder-text=" "
|
|
56
|
-
data-real-size="14"
|
|
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>
|
|
15
|
+
<body style="overflow-x: hidden; overflow-y: hidden">
|
|
16
|
+
<div id="items">
|
|
17
|
+
<shape-item
|
|
18
|
+
id="c8afcf81-52fa-4d10-b20e-5b8d646144cb"
|
|
19
|
+
data-shape-type="Rhombus"
|
|
20
|
+
fill="none"
|
|
21
|
+
stroke="rgb(20, 21, 26)"
|
|
22
|
+
data-border-style="solid"
|
|
23
|
+
stroke-dasharray=""
|
|
24
|
+
stroke-width="1"
|
|
57
25
|
data-link-to=""
|
|
58
26
|
style="
|
|
59
|
-
width:
|
|
60
|
-
height:
|
|
27
|
+
width: 100.465px;
|
|
28
|
+
height: 100.465px;
|
|
61
29
|
transform-origin: left top;
|
|
62
|
-
transform: translate(
|
|
30
|
+
transform: translate(490.324px, 232.34px) scale(2.15218, 2.15218);
|
|
63
31
|
position: absolute;
|
|
64
|
-
overflow: auto;
|
|
65
|
-
overflow-wrap: break-word;
|
|
66
|
-
max-width: 216.218px;
|
|
67
|
-
margin-top: 20.4465px;
|
|
68
32
|
"
|
|
69
|
-
><
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
33
|
+
><svg
|
|
34
|
+
width="100.46464515049854px"
|
|
35
|
+
height="100.4646451504986px"
|
|
36
|
+
viewBox="0 0 100.46464515049854 100.4646451504986"
|
|
37
|
+
transform-origin="0 0"
|
|
38
|
+
transform="scale(0.46464515049856425, 0.46464515049856425)"
|
|
39
|
+
style="position: absolute; overflow: visible"
|
|
40
|
+
>
|
|
41
|
+
<path
|
|
42
|
+
d="M 0 50 L 50 0 L 100 50 L 50 100 L 0 50 Z"
|
|
43
|
+
fill="none"
|
|
44
|
+
fill-opacity="1"
|
|
45
|
+
stroke="rgb(20, 21, 26)"
|
|
46
|
+
vector-effect="non-scaling-stroke"
|
|
47
|
+
stroke-width="1"
|
|
48
|
+
stroke-opacity="1"
|
|
49
|
+
stroke-dasharray=""
|
|
50
|
+
transform-origin="0 0"
|
|
51
|
+
transform="scale(2.15218, 2.15218)"
|
|
52
|
+
></path>
|
|
53
|
+
</svg>
|
|
54
|
+
<rich-text
|
|
55
|
+
id="c8afcf81-52fa-4d10-b20e-5b8d646144cb_text"
|
|
56
|
+
data-vertical-alignment="center"
|
|
57
|
+
data-placeholder-text=" "
|
|
58
|
+
data-real-size="14"
|
|
59
|
+
data-link-to=""
|
|
60
|
+
style="
|
|
61
|
+
width: 112.609px;
|
|
62
|
+
height: 107.609px;
|
|
63
|
+
transform-origin: left top;
|
|
64
|
+
transform: translate(23.2122px, 24.3738px) scale(0.464645, 0.464645);
|
|
65
|
+
position: absolute;
|
|
66
|
+
overflow: auto;
|
|
67
|
+
overflow-wrap: break-word;
|
|
68
|
+
max-width: 216.218px;
|
|
69
|
+
margin-top: 20.4465px;
|
|
70
|
+
"
|
|
71
|
+
><p style="text-align: center; line-height: 1.4; margin: 0px">
|
|
72
|
+
<span
|
|
73
|
+
style="
|
|
74
|
+
font-weight: 400;
|
|
75
|
+
color: black;
|
|
76
|
+
font-size: 14px;
|
|
77
|
+
font-family: "Open Sans";
|
|
78
|
+
"
|
|
79
|
+
>123</span
|
|
80
|
+
>
|
|
81
|
+
</p></rich-text
|
|
82
|
+
></shape-item
|
|
83
|
+
>
|
|
84
|
+
</div>
|
|
85
|
+
<script type="module" src="https://unpkg.com/microboard-ui-temp/dist/customWebComponents.js"></script>
|
|
86
|
+
<script type="module" src="https://unpkg.com/microboard-ui-temp/dist/controlsHandlers.js"></script>
|
|
87
|
+
<script type="module" src="https://unpkg.com/microboard-ui-temp/dist/titlePanel.js"></script>
|
|
88
|
+
<script defer src="https://unpkg.com/microboard-ui-temp/dist/loadLinksImages.js"></script>
|
|
89
|
+
</body>
|
|
90
|
+
</html>
|