microboard-ui-temp 0.3.8 → 0.5.0
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/{chunk-mq91cbqc.js → chunk-8aacyxvb.js} +2416 -2127
- package/dist/{chunk-dn1bhr0e.css → chunk-f0mvcsbm.css} +6 -0
- package/dist/example.html +2 -2
- package/dist/index.css +6 -0
- package/dist/index.html +2 -2
- package/dist/index.js +2416 -2127
- package/dist/spa.css +6 -0
- package/dist/spa.js +2416 -2127
- package/dist/types/features/Pickers/ColorPicker/SemanticColorPicker.d.ts +8 -0
- package/dist/types/features/ToolsPanel/Buttons/ThemeToggle.d.ts +2 -0
- package/dist/types/shared/lib/resolveColorValue.d.ts +9 -0
- package/package.json +2 -2
|
@@ -3003,6 +3003,12 @@ a.link_jFMnzg {
|
|
|
3003
3003
|
background-color: #f7f7f8;
|
|
3004
3004
|
}
|
|
3005
3005
|
|
|
3006
|
+
.quaternary_Lhh5GA {
|
|
3007
|
+
color: #fff;
|
|
3008
|
+
background-color: #924fe8;
|
|
3009
|
+
border: 1px solid #924fe8;
|
|
3010
|
+
}
|
|
3011
|
+
|
|
3006
3012
|
.quaternary_Lhh5GA:hover {
|
|
3007
3013
|
background-color: #b799f5;
|
|
3008
3014
|
border: 1px solid #924fe8;
|
package/dist/example.html
CHANGED
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
rel="stylesheet"
|
|
32
32
|
/>
|
|
33
33
|
|
|
34
|
-
<link rel="stylesheet" crossorigin href="/chunk-
|
|
35
|
-
<script type="module" crossorigin src="/chunk-
|
|
34
|
+
<link rel="stylesheet" crossorigin href="/chunk-f0mvcsbm.css"><script src="/env.js"></script>
|
|
35
|
+
<script type="module" crossorigin src="/chunk-8aacyxvb.js"></script></head>
|
|
36
36
|
|
|
37
37
|
<body
|
|
38
38
|
style="
|
package/dist/index.css
CHANGED
|
@@ -2862,6 +2862,12 @@ a.link_jFMnzg {
|
|
|
2862
2862
|
background-color: #f7f7f8;
|
|
2863
2863
|
}
|
|
2864
2864
|
|
|
2865
|
+
.quaternary_Lhh5GA {
|
|
2866
|
+
color: #fff;
|
|
2867
|
+
background-color: #924fe8;
|
|
2868
|
+
border: 1px solid #924fe8;
|
|
2869
|
+
}
|
|
2870
|
+
|
|
2865
2871
|
.quaternary_Lhh5GA:hover {
|
|
2866
2872
|
background-color: #b799f5;
|
|
2867
2873
|
border: 1px solid #924fe8;
|
package/dist/index.html
CHANGED
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
rel="stylesheet"
|
|
32
32
|
/>
|
|
33
33
|
|
|
34
|
-
<link rel="stylesheet" crossorigin href="/chunk-
|
|
35
|
-
<script type="module" crossorigin src="/chunk-
|
|
34
|
+
<link rel="stylesheet" crossorigin href="/chunk-f0mvcsbm.css"><script src="/env.js"></script>
|
|
35
|
+
<script type="module" crossorigin src="/chunk-8aacyxvb.js"></script></head>
|
|
36
36
|
|
|
37
37
|
<body
|
|
38
38
|
style="
|