microboard-ui-temp 0.10.2 → 0.10.3
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-e1r2sk6e.js → chunk-m8vb5zbh.js} +79446 -79447
- package/dist/{chunk-ccbp3q1g.css → chunk-pkx7e2vs.css} +6 -3
- package/dist/example.html +1 -1
- package/dist/index.css +5 -2
- package/dist/index.html +1 -1
- package/dist/index.js +79446 -79447
- package/dist/spa.css +12 -3
- package/dist/spa.js +79480 -79481
- package/package.json +1 -1
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
[data-theme="dark"] {
|
|
38
38
|
--background-surface-default: #1e1f26;
|
|
39
|
-
--background-button-secondary: #
|
|
39
|
+
--background-button-secondary: #2a2b34;
|
|
40
40
|
--background-button-secondary-hover: #2a2b34;
|
|
41
41
|
--background-button-tertiary: #2a2b34;
|
|
42
42
|
--background-button-tertiary-hover: #373842;
|
|
@@ -331,11 +331,12 @@ button[data-variant="black"] {
|
|
|
331
331
|
.wrapper_nFyDWw {
|
|
332
332
|
display: flex;
|
|
333
333
|
background-color: var(--background-surface-default);
|
|
334
|
+
border-radius: 12px;
|
|
334
335
|
flex-direction: column;
|
|
335
336
|
justify-content: center;
|
|
336
337
|
align-items: stretch;
|
|
337
338
|
width: 100%;
|
|
338
|
-
|
|
339
|
+
padding: 40px 32px;
|
|
339
340
|
}
|
|
340
341
|
|
|
341
342
|
.form_nFyDWw {
|
|
@@ -2012,6 +2013,7 @@ body {
|
|
|
2012
2013
|
|
|
2013
2014
|
.inputPrefix_2Ex0qA {
|
|
2014
2015
|
display: flex;
|
|
2016
|
+
color: var(--icon-base-secondary);
|
|
2015
2017
|
flex-direction: column;
|
|
2016
2018
|
justify-content: center;
|
|
2017
2019
|
align-items: center;
|
|
@@ -2146,7 +2148,7 @@ body {
|
|
|
2146
2148
|
|
|
2147
2149
|
.unauthBtns_jFMnzg {
|
|
2148
2150
|
display: flex;
|
|
2149
|
-
align-items:
|
|
2151
|
+
align-items: center;
|
|
2150
2152
|
gap: 8px;
|
|
2151
2153
|
}
|
|
2152
2154
|
|
|
@@ -13714,6 +13716,7 @@ audio::-webkit-media-controls-enclosure {
|
|
|
13714
13716
|
.authView_hbU_PQ {
|
|
13715
13717
|
display: grid;
|
|
13716
13718
|
grid-template-rows: max-content 1fr 64px;
|
|
13719
|
+
background-color: var(--background-surface-default);
|
|
13717
13720
|
justify-content: center;
|
|
13718
13721
|
place-items: center;
|
|
13719
13722
|
width: 100%;
|
package/dist/example.html
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
document.documentElement.setAttribute("data-theme", t);
|
|
45
45
|
})();
|
|
46
46
|
</script>
|
|
47
|
-
<link rel="stylesheet" crossorigin href="/chunk-
|
|
47
|
+
<link rel="stylesheet" crossorigin href="/chunk-pkx7e2vs.css"><script type="module" crossorigin src="/chunk-m8vb5zbh.js"></script></head>
|
|
48
48
|
|
|
49
49
|
<body
|
|
50
50
|
style="
|
package/dist/index.css
CHANGED
|
@@ -89,11 +89,12 @@
|
|
|
89
89
|
.wrapper_nFyDWw {
|
|
90
90
|
display: flex;
|
|
91
91
|
background-color: var(--background-surface-default);
|
|
92
|
+
border-radius: 12px;
|
|
92
93
|
flex-direction: column;
|
|
93
94
|
justify-content: center;
|
|
94
95
|
align-items: stretch;
|
|
95
96
|
width: 100%;
|
|
96
|
-
|
|
97
|
+
padding: 40px 32px;
|
|
97
98
|
}
|
|
98
99
|
|
|
99
100
|
.form_nFyDWw {
|
|
@@ -1770,6 +1771,7 @@ body {
|
|
|
1770
1771
|
|
|
1771
1772
|
.inputPrefix_2Ex0qA {
|
|
1772
1773
|
display: flex;
|
|
1774
|
+
color: var(--icon-base-secondary);
|
|
1773
1775
|
flex-direction: column;
|
|
1774
1776
|
justify-content: center;
|
|
1775
1777
|
align-items: center;
|
|
@@ -1904,7 +1906,7 @@ body {
|
|
|
1904
1906
|
|
|
1905
1907
|
.unauthBtns_jFMnzg {
|
|
1906
1908
|
display: flex;
|
|
1907
|
-
align-items:
|
|
1909
|
+
align-items: center;
|
|
1908
1910
|
gap: 8px;
|
|
1909
1911
|
}
|
|
1910
1912
|
|
|
@@ -13472,6 +13474,7 @@ audio::-webkit-media-controls-enclosure {
|
|
|
13472
13474
|
.authView_hbU_PQ {
|
|
13473
13475
|
display: grid;
|
|
13474
13476
|
grid-template-rows: max-content 1fr 64px;
|
|
13477
|
+
background-color: var(--background-surface-default);
|
|
13475
13478
|
justify-content: center;
|
|
13476
13479
|
place-items: center;
|
|
13477
13480
|
width: 100%;
|
package/dist/index.html
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
document.documentElement.setAttribute("data-theme", t);
|
|
45
45
|
})();
|
|
46
46
|
</script>
|
|
47
|
-
<link rel="stylesheet" crossorigin href="/chunk-
|
|
47
|
+
<link rel="stylesheet" crossorigin href="/chunk-pkx7e2vs.css"><script type="module" crossorigin src="/chunk-m8vb5zbh.js"></script></head>
|
|
48
48
|
|
|
49
49
|
<body
|
|
50
50
|
style="
|