microboard-ui-temp 0.9.0 → 0.9.1
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-jhg35595.js → chunk-b5xd0djw.js} +427 -427
- package/dist/{chunk-zxdsfc4g.css → chunk-t7qyvg3g.css} +138 -103
- package/dist/example.html +2 -2
- package/dist/index.css +138 -103
- package/dist/index.html +2 -2
- package/dist/index.js +427 -427
- package/dist/spa.css +138 -103
- package/dist/spa.js +427 -427
- package/package.json +1 -1
|
@@ -80,9 +80,18 @@
|
|
|
80
80
|
--background-surface-default: #fff;
|
|
81
81
|
--background-button-secondary: #fff;
|
|
82
82
|
--background-button-secondary-hover: #f7f7f8;
|
|
83
|
+
--background-button-tertiary: #f5f6f7;
|
|
84
|
+
--background-button-tertiary-hover: #ececee;
|
|
85
|
+
--background-button-primary: #14151a;
|
|
86
|
+
--background-button-primary-hover: #1f2228;
|
|
87
|
+
--color-button-primary: #fff;
|
|
83
88
|
--background-badge-purple-disabled: #f7f1fd;
|
|
84
89
|
--background-badge-gray: #e9eaec;
|
|
85
90
|
--background-accent-purple: #924fe8;
|
|
91
|
+
--background-hover-subtle: #0a0f290a;
|
|
92
|
+
--background-hover-subtle-strong: #0a0f2914;
|
|
93
|
+
--bg-action-secondary: #f5f6f7;
|
|
94
|
+
--bg-action-secondary-hover: #0a0f290f;
|
|
86
95
|
--border-action-normal: #dedfe3;
|
|
87
96
|
--border-action-focus: #924fe8;
|
|
88
97
|
--border-select-primary: #924fe8;
|
|
@@ -90,9 +99,11 @@
|
|
|
90
99
|
--text-base-secondary: #0f132499;
|
|
91
100
|
--text-base-quaternary: #0a0f2940;
|
|
92
101
|
--text-accent-purple: #9859e9;
|
|
102
|
+
--text-disabled: #b1b3bb;
|
|
93
103
|
--icon-base-primary: #14151a;
|
|
94
104
|
--icon-base-secondary: #696b76;
|
|
95
105
|
--icon-accent-purple: #924fe8;
|
|
106
|
+
--scrollbar-thumb: #dee1e8;
|
|
96
107
|
--absolute-position-panel-padding: 12px;
|
|
97
108
|
}
|
|
98
109
|
|
|
@@ -100,9 +111,18 @@
|
|
|
100
111
|
--background-surface-default: #1e1f26;
|
|
101
112
|
--background-button-secondary: #1e1f26;
|
|
102
113
|
--background-button-secondary-hover: #2a2b34;
|
|
114
|
+
--background-button-tertiary: #2a2b34;
|
|
115
|
+
--background-button-tertiary-hover: #373842;
|
|
116
|
+
--background-button-primary: #e8e9f0;
|
|
117
|
+
--background-button-primary-hover: #d2d4de;
|
|
118
|
+
--color-button-primary: #14151a;
|
|
103
119
|
--background-badge-purple-disabled: #281c3c;
|
|
104
120
|
--background-badge-gray: #2d2e37;
|
|
105
121
|
--background-accent-purple: #924fe8;
|
|
122
|
+
--background-hover-subtle: #e8e9f00f;
|
|
123
|
+
--background-hover-subtle-strong: #e8e9f01a;
|
|
124
|
+
--bg-action-secondary: #26272f;
|
|
125
|
+
--bg-action-secondary-hover: #e8e9f014;
|
|
106
126
|
--border-action-normal: #34353e;
|
|
107
127
|
--border-action-focus: #924fe8;
|
|
108
128
|
--border-select-primary: #924fe8;
|
|
@@ -110,9 +130,11 @@
|
|
|
110
130
|
--text-base-secondary: #e8e9f099;
|
|
111
131
|
--text-base-quaternary: #e8e9f040;
|
|
112
132
|
--text-accent-purple: #ac78f5;
|
|
133
|
+
--text-disabled: #e8e9f04d;
|
|
113
134
|
--icon-base-primary: #e8e9f0;
|
|
114
135
|
--icon-base-secondary: #9496a5;
|
|
115
136
|
--icon-accent-purple: #924fe8;
|
|
137
|
+
--scrollbar-thumb: #50525f;
|
|
116
138
|
}
|
|
117
139
|
|
|
118
140
|
* {
|
|
@@ -670,101 +692,113 @@ input:-webkit-autofill:active {
|
|
|
670
692
|
color: #0a0f2940;
|
|
671
693
|
}
|
|
672
694
|
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
--background-active-color: var(--background-button-secondary-hover);
|
|
677
|
-
--background-disabled-color: var(--background-button-secondary);
|
|
678
|
-
--content-color: var(--text-base-primary);
|
|
679
|
-
--content-hover-color: var(--text-base-primary);
|
|
680
|
-
--content-disabled-color: #e8e9f04d;
|
|
695
|
+
.button_XNHIwg.secondary_XNHIwg {
|
|
696
|
+
background-color: var(--background-button-secondary);
|
|
697
|
+
color: var(--text-base-primary);
|
|
681
698
|
}
|
|
682
699
|
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
--content-hover-color: var(--text-base-primary);
|
|
689
|
-
--content-disabled-color: #e8e9f040;
|
|
700
|
+
@media (hover: hover) {
|
|
701
|
+
.button_XNHIwg.secondary_XNHIwg:hover:not(:disabled) {
|
|
702
|
+
background-color: var(--background-button-secondary-hover);
|
|
703
|
+
color: var(--text-base-primary);
|
|
704
|
+
}
|
|
690
705
|
}
|
|
691
706
|
|
|
692
|
-
[
|
|
693
|
-
color:
|
|
694
|
-
|
|
695
|
-
border-color: #34353e;
|
|
707
|
+
.button_XNHIwg.secondary_XNHIwg:active:not([disabled]), .button_XNHIwg.secondary_XNHIwg.active_XNHIwg:not([disabled]) {
|
|
708
|
+
background-color: var(--background-button-secondary-hover);
|
|
709
|
+
color: var(--border-action-focus);
|
|
696
710
|
}
|
|
697
711
|
|
|
698
|
-
|
|
699
|
-
color:
|
|
700
|
-
|
|
712
|
+
.button_XNHIwg.secondary_XNHIwg:disabled {
|
|
713
|
+
background-color: var(--background-button-secondary);
|
|
714
|
+
color: var(--text-disabled);
|
|
701
715
|
}
|
|
702
716
|
|
|
703
|
-
|
|
704
|
-
color:
|
|
705
|
-
|
|
706
|
-
border
|
|
717
|
+
.button_XNHIwg.tertiary_XNHIwg {
|
|
718
|
+
background-color: var(--background-button-tertiary);
|
|
719
|
+
color: var(--text-base-primary);
|
|
720
|
+
border: 1px solid var(--border-action-normal);
|
|
707
721
|
}
|
|
708
722
|
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
723
|
+
@media (hover: hover) {
|
|
724
|
+
.button_XNHIwg.tertiary_XNHIwg:hover:not(:disabled) {
|
|
725
|
+
background-color: var(--background-button-tertiary-hover);
|
|
726
|
+
}
|
|
713
727
|
}
|
|
714
728
|
|
|
715
|
-
|
|
716
|
-
color: var(--
|
|
717
|
-
|
|
729
|
+
.button_XNHIwg.tertiary_XNHIwg:disabled {
|
|
730
|
+
background-color: var(--background-button-tertiary);
|
|
731
|
+
color: var(--text-disabled);
|
|
718
732
|
}
|
|
719
733
|
|
|
720
|
-
|
|
734
|
+
.button_XNHIwg.ghost_XNHIwg {
|
|
721
735
|
color: var(--text-base-secondary);
|
|
736
|
+
background-color: #0000;
|
|
722
737
|
}
|
|
723
738
|
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
739
|
+
@media (hover: hover) {
|
|
740
|
+
.button_XNHIwg.ghost_XNHIwg:hover {
|
|
741
|
+
color: var(--text-base-secondary);
|
|
742
|
+
background-color: var(--background-hover-subtle);
|
|
743
|
+
}
|
|
727
744
|
}
|
|
728
745
|
|
|
729
|
-
|
|
730
|
-
color:
|
|
746
|
+
.button_XNHIwg.ghost_XNHIwg:disabled {
|
|
747
|
+
color: var(--text-base-quaternary);
|
|
731
748
|
}
|
|
732
749
|
|
|
733
|
-
|
|
750
|
+
.button_XNHIwg.ghostFilled_XNHIwg {
|
|
734
751
|
color: var(--text-base-secondary);
|
|
735
|
-
background-color:
|
|
752
|
+
background-color: var(--background-hover-subtle);
|
|
736
753
|
}
|
|
737
754
|
|
|
738
|
-
|
|
739
|
-
color:
|
|
755
|
+
.button_XNHIwg.ghostFilled_XNHIwg:disabled {
|
|
756
|
+
color: var(--text-base-quaternary);
|
|
740
757
|
}
|
|
741
758
|
|
|
742
|
-
|
|
759
|
+
.button_XNHIwg.quaternary_XNHIwg, .button_XNHIwg.quaternary_XNHIwg:disabled {
|
|
743
760
|
color: var(--text-base-primary);
|
|
744
|
-
background-color:
|
|
761
|
+
background-color: var(--background-hover-subtle);
|
|
745
762
|
}
|
|
746
763
|
|
|
747
|
-
|
|
748
|
-
color: var(--text-base-
|
|
749
|
-
background-color: #e8e9f00f;
|
|
764
|
+
.button_XNHIwg.quaternary_XNHIwg:disabled {
|
|
765
|
+
color: var(--text-base-quaternary);
|
|
750
766
|
}
|
|
751
767
|
|
|
752
|
-
|
|
753
|
-
|
|
768
|
+
@media (hover: hover) {
|
|
769
|
+
.button_XNHIwg.quaternary_XNHIwg:hover:not(:disabled) {
|
|
770
|
+
color: var(--text-base-primary);
|
|
771
|
+
background-color: var(--background-hover-subtle-strong);
|
|
772
|
+
}
|
|
754
773
|
}
|
|
755
774
|
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
background-color:
|
|
775
|
+
.button_XNHIwg.primary_XNHIwg {
|
|
776
|
+
border: 1px solid var(--background-button-primary);
|
|
777
|
+
background-color: var(--background-button-primary);
|
|
778
|
+
color: var(--color-button-primary);
|
|
759
779
|
}
|
|
760
780
|
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
--
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
781
|
+
.button_XNHIwg.primary_XNHIwg:hover:not(:disabled) {
|
|
782
|
+
background-color: var(--background-button-primary-hover);
|
|
783
|
+
color: var(--color-button-primary);
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
.button_XNHIwg.primary_XNHIwg:disabled {
|
|
787
|
+
border-color: var(--border-action-normal);
|
|
788
|
+
background-color: var(--border-action-normal);
|
|
789
|
+
color: var(--text-base-quaternary);
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
.button_XNHIwg.black_XNHIwg {
|
|
793
|
+
background-color: var(--background-button-primary);
|
|
794
|
+
color: var(--color-button-primary);
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
@media (hover: hover) {
|
|
798
|
+
.button_XNHIwg.black_XNHIwg:hover {
|
|
799
|
+
background-color: var(--background-button-primary-hover);
|
|
800
|
+
color: var(--color-button-primary);
|
|
801
|
+
}
|
|
768
802
|
}
|
|
769
803
|
|
|
770
804
|
.loader_XNHIwg {
|
|
@@ -2081,7 +2115,7 @@ body {
|
|
|
2081
2115
|
object-position: center;
|
|
2082
2116
|
overflow: hidden;
|
|
2083
2117
|
display: flex;
|
|
2084
|
-
background-color:
|
|
2118
|
+
background-color: var(--background-badge-gray);
|
|
2085
2119
|
border-radius: 50%;
|
|
2086
2120
|
justify-content: center;
|
|
2087
2121
|
align-items: center;
|
|
@@ -2164,7 +2198,7 @@ body {
|
|
|
2164
2198
|
|
|
2165
2199
|
.unauthRights_jFMnzg {
|
|
2166
2200
|
padding: 8px 10px;
|
|
2167
|
-
color:
|
|
2201
|
+
color: var(--text-base-primary) !important;
|
|
2168
2202
|
}
|
|
2169
2203
|
|
|
2170
2204
|
.unauthBtns_jFMnzg {
|
|
@@ -2218,18 +2252,18 @@ body {
|
|
|
2218
2252
|
}
|
|
2219
2253
|
|
|
2220
2254
|
.logInBtn_jFMnzg {
|
|
2221
|
-
color:
|
|
2255
|
+
background-color: var(--background-button-secondary);
|
|
2256
|
+
border: 1px solid var(--border-action-normal);
|
|
2257
|
+
color: var(--text-base-primary);
|
|
2222
2258
|
white-space: nowrap;
|
|
2223
|
-
background-color: #fff;
|
|
2224
|
-
border: 1px solid #dee0e3;
|
|
2225
2259
|
border-radius: 10px;
|
|
2226
2260
|
padding: 6px 16px;
|
|
2227
2261
|
}
|
|
2228
2262
|
|
|
2229
2263
|
@media screen and (hover: hover) {
|
|
2230
2264
|
.logInBtn_jFMnzg:hover {
|
|
2231
|
-
color:
|
|
2232
|
-
|
|
2265
|
+
background-color: var(--background-button-primary);
|
|
2266
|
+
color: var(--color-button-primary);
|
|
2233
2267
|
}
|
|
2234
2268
|
}
|
|
2235
2269
|
|
|
@@ -2239,11 +2273,11 @@ body {
|
|
|
2239
2273
|
|
|
2240
2274
|
.dropdownWrapper_jFMnzg {
|
|
2241
2275
|
position: absolute;
|
|
2276
|
+
border: 1px solid var(--border-action-normal);
|
|
2277
|
+
background-color: var(--background-surface-default);
|
|
2242
2278
|
-webkit-user-select: none;
|
|
2243
2279
|
-ms-user-select: none;
|
|
2244
2280
|
user-select: none;
|
|
2245
|
-
background-color: #fff;
|
|
2246
|
-
border: 1px solid #dee0e3;
|
|
2247
2281
|
border-radius: 12px;
|
|
2248
2282
|
min-width: 240px;
|
|
2249
2283
|
max-width: 250px;
|
|
@@ -2296,7 +2330,7 @@ body {
|
|
|
2296
2330
|
|
|
2297
2331
|
.icon_jFMnzg {
|
|
2298
2332
|
display: flex;
|
|
2299
|
-
background-color:
|
|
2333
|
+
background-color: var(--background-button-secondary);
|
|
2300
2334
|
flex-direction: column;
|
|
2301
2335
|
justify-content: center;
|
|
2302
2336
|
align-items: center;
|
|
@@ -2306,7 +2340,7 @@ body {
|
|
|
2306
2340
|
}
|
|
2307
2341
|
|
|
2308
2342
|
.iconActive_jFMnzg {
|
|
2309
|
-
background-color:
|
|
2343
|
+
background-color: var(--background-button-secondary-hover);
|
|
2310
2344
|
}
|
|
2311
2345
|
|
|
2312
2346
|
.icon_jFMnzg:first-child {
|
|
@@ -2315,7 +2349,7 @@ body {
|
|
|
2315
2349
|
|
|
2316
2350
|
.icon_jFMnzg:hover {
|
|
2317
2351
|
cursor: pointer;
|
|
2318
|
-
background-color:
|
|
2352
|
+
background-color: var(--background-button-secondary-hover);
|
|
2319
2353
|
}
|
|
2320
2354
|
|
|
2321
2355
|
.icon_jFMnzg svg {
|
|
@@ -2331,14 +2365,14 @@ body {
|
|
|
2331
2365
|
}
|
|
2332
2366
|
|
|
2333
2367
|
.icon_jFMnzg:not(:last-child) {
|
|
2334
|
-
border-right: 1px solid
|
|
2368
|
+
border-right: 1px solid var(--border-action-normal);
|
|
2335
2369
|
}
|
|
2336
2370
|
|
|
2337
2371
|
.userPicWrapper_jFMnzg {
|
|
2338
2372
|
display: flex;
|
|
2373
|
+
background-color: var(--background-badge-gray);
|
|
2339
2374
|
cursor: pointer;
|
|
2340
2375
|
position: relative;
|
|
2341
|
-
background-color: #e9eaec;
|
|
2342
2376
|
border-radius: 50%;
|
|
2343
2377
|
flex-direction: column;
|
|
2344
2378
|
justify-content: center;
|
|
@@ -2349,7 +2383,7 @@ body {
|
|
|
2349
2383
|
}
|
|
2350
2384
|
|
|
2351
2385
|
.userPic_jFMnzg {
|
|
2352
|
-
color:
|
|
2386
|
+
color: var(--icon-base-secondary);
|
|
2353
2387
|
display: flex;
|
|
2354
2388
|
position: relative;
|
|
2355
2389
|
border-radius: 50%;
|
|
@@ -2397,8 +2431,8 @@ body {
|
|
|
2397
2431
|
}
|
|
2398
2432
|
|
|
2399
2433
|
.modal_jFMnzg {
|
|
2434
|
+
background-color: var(--background-surface-default);
|
|
2400
2435
|
display: flex;
|
|
2401
|
-
background-color: #fff;
|
|
2402
2436
|
border-radius: 24px;
|
|
2403
2437
|
flex-direction: column;
|
|
2404
2438
|
gap: 32px;
|
|
@@ -2545,7 +2579,7 @@ body {
|
|
|
2545
2579
|
}
|
|
2546
2580
|
|
|
2547
2581
|
.userDropDownButton_jFMnzg {
|
|
2548
|
-
color:
|
|
2582
|
+
color: var(--text-base-primary);
|
|
2549
2583
|
font-size: 14px;
|
|
2550
2584
|
font-weight: 400;
|
|
2551
2585
|
}
|
|
@@ -7419,7 +7453,7 @@ td.currentTariff_0VfwRg {
|
|
|
7419
7453
|
}
|
|
7420
7454
|
|
|
7421
7455
|
.list_Jwe-NQ::-webkit-scrollbar-thumb {
|
|
7422
|
-
background-color:
|
|
7456
|
+
background-color: var(--scrollbar-thumb);
|
|
7423
7457
|
border-radius: 2px;
|
|
7424
7458
|
}
|
|
7425
7459
|
|
|
@@ -7464,7 +7498,7 @@ td.currentTariff_0VfwRg {
|
|
|
7464
7498
|
}
|
|
7465
7499
|
|
|
7466
7500
|
.chevronBtn_Jwe-NQ:hover, .item_Jwe-NQ:hover {
|
|
7467
|
-
background-color: var(--bg-action-secondary-hover
|
|
7501
|
+
background-color: var(--bg-action-secondary-hover);
|
|
7468
7502
|
}
|
|
7469
7503
|
|
|
7470
7504
|
.typeIcon_Jwe-NQ {
|
|
@@ -7570,7 +7604,7 @@ td.currentTariff_0VfwRg {
|
|
|
7570
7604
|
|
|
7571
7605
|
.folders_5QMOig::-webkit-scrollbar-thumb {
|
|
7572
7606
|
display: block;
|
|
7573
|
-
background-color:
|
|
7607
|
+
background-color: var(--scrollbar-thumb);
|
|
7574
7608
|
border-radius: 2px;
|
|
7575
7609
|
}
|
|
7576
7610
|
|
|
@@ -7599,8 +7633,8 @@ td.currentTariff_0VfwRg {
|
|
|
7599
7633
|
|
|
7600
7634
|
.itemsSearch_5QMOig {
|
|
7601
7635
|
display: flex;
|
|
7602
|
-
border: 1px solid var(--border-action-normal
|
|
7603
|
-
background: var(--bg-action-secondary
|
|
7636
|
+
border: 1px solid var(--border-action-normal);
|
|
7637
|
+
background: var(--bg-action-secondary);
|
|
7604
7638
|
border-radius: 8px;
|
|
7605
7639
|
flex-shrink: 0;
|
|
7606
7640
|
align-items: center;
|
|
@@ -7666,8 +7700,8 @@ td.currentTariff_0VfwRg {
|
|
|
7666
7700
|
.add_5QMOig {
|
|
7667
7701
|
display: flex;
|
|
7668
7702
|
cursor: pointer;
|
|
7703
|
+
border: 1px solid var(--border-action-normal);
|
|
7669
7704
|
background: none;
|
|
7670
|
-
border: 1px solid #dedfe3;
|
|
7671
7705
|
border-radius: 10px;
|
|
7672
7706
|
flex: 1 0;
|
|
7673
7707
|
justify-content: center;
|
|
@@ -11758,7 +11792,7 @@ input.rename_i3VZwA {
|
|
|
11758
11792
|
/* src/features/UserPanel/Buttons/TogglePresenceRender/TogglePresenceRender.module.css */
|
|
11759
11793
|
.icon_MRZoRw {
|
|
11760
11794
|
display: flex;
|
|
11761
|
-
background-color:
|
|
11795
|
+
background-color: var(--background-button-secondary);
|
|
11762
11796
|
border-left: 1px solid #0000;
|
|
11763
11797
|
border-right: 1px solid #0000;
|
|
11764
11798
|
flex-direction: column;
|
|
@@ -11770,9 +11804,9 @@ input.rename_i3VZwA {
|
|
|
11770
11804
|
}
|
|
11771
11805
|
|
|
11772
11806
|
.iconActive_MRZoRw {
|
|
11807
|
+
background-color: var(--background-button-secondary-hover);
|
|
11773
11808
|
color: #924fe8;
|
|
11774
|
-
|
|
11775
|
-
border-color: #e9eaec;
|
|
11809
|
+
border-color: var(--border-action-normal);
|
|
11776
11810
|
}
|
|
11777
11811
|
|
|
11778
11812
|
.icon_MRZoRw:first-child {
|
|
@@ -11781,7 +11815,7 @@ input.rename_i3VZwA {
|
|
|
11781
11815
|
|
|
11782
11816
|
.icon_MRZoRw:hover {
|
|
11783
11817
|
cursor: pointer;
|
|
11784
|
-
background-color:
|
|
11818
|
+
background-color: var(--background-button-secondary-hover);
|
|
11785
11819
|
}
|
|
11786
11820
|
|
|
11787
11821
|
.icon_MRZoRw svg {
|
|
@@ -11793,7 +11827,7 @@ input.rename_i3VZwA {
|
|
|
11793
11827
|
}
|
|
11794
11828
|
|
|
11795
11829
|
.icon_MRZoRw:not(:last-child) {
|
|
11796
|
-
border-right: 1px solid
|
|
11830
|
+
border-right: 1px solid var(--border-action-normal);
|
|
11797
11831
|
}
|
|
11798
11832
|
|
|
11799
11833
|
/* src/features/UserPanel/ActionButtons/ActionButtons.module.css */
|
|
@@ -13841,7 +13875,7 @@ audio::-webkit-media-controls-enclosure {
|
|
|
13841
13875
|
/* src/pages/SelectBoardPage/SelectBoardPage.module.css */
|
|
13842
13876
|
.container_Ft-RRw {
|
|
13843
13877
|
display: flex;
|
|
13844
|
-
background-color:
|
|
13878
|
+
background-color: var(--background-surface-default);
|
|
13845
13879
|
border-radius: 8px;
|
|
13846
13880
|
flex-direction: column;
|
|
13847
13881
|
gap: 12px;
|
|
@@ -13882,7 +13916,7 @@ audio::-webkit-media-controls-enclosure {
|
|
|
13882
13916
|
|
|
13883
13917
|
.folders_Ft-RRw::-webkit-scrollbar-thumb {
|
|
13884
13918
|
display: block;
|
|
13885
|
-
background-color:
|
|
13919
|
+
background-color: var(--scrollbar-thumb);
|
|
13886
13920
|
border-radius: 2px;
|
|
13887
13921
|
}
|
|
13888
13922
|
|
|
@@ -13914,9 +13948,9 @@ audio::-webkit-media-controls-enclosure {
|
|
|
13914
13948
|
|
|
13915
13949
|
.search_Ft-RRw {
|
|
13916
13950
|
display: flex;
|
|
13951
|
+
border: 1px solid var(--border-action-normal);
|
|
13952
|
+
background-color: var(--background-button-secondary);
|
|
13917
13953
|
cursor: text;
|
|
13918
|
-
background-color: #fff;
|
|
13919
|
-
border: 1px solid #dee0e3;
|
|
13920
13954
|
border-radius: 8px;
|
|
13921
13955
|
align-items: center;
|
|
13922
13956
|
padding-right: 10px;
|
|
@@ -13929,6 +13963,7 @@ audio::-webkit-media-controls-enclosure {
|
|
|
13929
13963
|
|
|
13930
13964
|
.search_Ft-RRw input {
|
|
13931
13965
|
outline: none;
|
|
13966
|
+
color: var(--text-base-primary);
|
|
13932
13967
|
background: none;
|
|
13933
13968
|
border: none;
|
|
13934
13969
|
flex: 1;
|
|
@@ -13938,7 +13973,7 @@ audio::-webkit-media-controls-enclosure {
|
|
|
13938
13973
|
}
|
|
13939
13974
|
|
|
13940
13975
|
.search_Ft-RRw input::placeholder {
|
|
13941
|
-
color:
|
|
13976
|
+
color: var(--text-base-secondary);
|
|
13942
13977
|
font-weight: 200;
|
|
13943
13978
|
}
|
|
13944
13979
|
|
|
@@ -13969,17 +14004,17 @@ audio::-webkit-media-controls-enclosure {
|
|
|
13969
14004
|
}
|
|
13970
14005
|
|
|
13971
14006
|
.header_Ft-RRw h1 {
|
|
13972
|
-
color:
|
|
14007
|
+
color: var(--text-base-primary);
|
|
13973
14008
|
font-size: 1.5rem;
|
|
13974
14009
|
font-weight: 600;
|
|
13975
14010
|
}
|
|
13976
14011
|
|
|
13977
14012
|
.header_Ft-RRw .profile_Ft-RRw {
|
|
13978
|
-
color:
|
|
14013
|
+
background-color: var(--background-badge-gray);
|
|
14014
|
+
color: var(--icon-base-secondary);
|
|
13979
14015
|
display: flex;
|
|
13980
14016
|
overflow: hidden;
|
|
13981
14017
|
cursor: pointer;
|
|
13982
|
-
background-color: #e9eaec;
|
|
13983
14018
|
border-radius: 50%;
|
|
13984
14019
|
flex-direction: column;
|
|
13985
14020
|
justify-content: center;
|
|
@@ -14028,21 +14063,21 @@ audio::-webkit-media-controls-enclosure {
|
|
|
14028
14063
|
|
|
14029
14064
|
.button_Ft-RRw.primary_Ft-RRw {
|
|
14030
14065
|
background: var(--text-base-primary);
|
|
14031
|
-
color:
|
|
14066
|
+
color: var(--background-surface-default);
|
|
14032
14067
|
box-shadow: 0 1px 2px #14151a0d;
|
|
14033
14068
|
}
|
|
14034
14069
|
|
|
14035
14070
|
.button_Ft-RRw.secondary_Ft-RRw {
|
|
14036
|
-
color:
|
|
14037
|
-
|
|
14071
|
+
background-color: var(--background-button-tertiary);
|
|
14072
|
+
color: var(--text-base-primary);
|
|
14038
14073
|
}
|
|
14039
14074
|
|
|
14040
14075
|
.button_Ft-RRw.primary_Ft-RRw:hover {
|
|
14041
|
-
|
|
14076
|
+
opacity: .88;
|
|
14042
14077
|
}
|
|
14043
14078
|
|
|
14044
14079
|
.button_Ft-RRw.secondary_Ft-RRw:hover {
|
|
14045
|
-
background-color:
|
|
14080
|
+
background-color: var(--background-button-tertiary-hover);
|
|
14046
14081
|
}
|
|
14047
14082
|
|
|
14048
14083
|
.infoMessage_Ft-RRw {
|
|
@@ -14075,14 +14110,14 @@ audio::-webkit-media-controls-enclosure {
|
|
|
14075
14110
|
|
|
14076
14111
|
.selected_Ft-RRw {
|
|
14077
14112
|
display: flex;
|
|
14078
|
-
background-color:
|
|
14113
|
+
background-color: var(--background-badge-purple-disabled);
|
|
14079
14114
|
border-radius: 10px;
|
|
14080
14115
|
gap: 6px;
|
|
14081
14116
|
padding: 6px 8px;
|
|
14082
14117
|
}
|
|
14083
14118
|
|
|
14084
14119
|
.selectedIcon_Ft-RRw {
|
|
14085
|
-
color:
|
|
14120
|
+
color: var(--icon-base-secondary);
|
|
14086
14121
|
display: grid;
|
|
14087
14122
|
place-items: center;
|
|
14088
14123
|
}
|
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-t7qyvg3g.css"><script src="/env.js"></script>
|
|
35
|
+
<script type="module" crossorigin src="/chunk-b5xd0djw.js"></script></head>
|
|
36
36
|
|
|
37
37
|
<body
|
|
38
38
|
style="
|