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
package/dist/spa.css
CHANGED
|
@@ -489,101 +489,113 @@
|
|
|
489
489
|
color: #0a0f2940;
|
|
490
490
|
}
|
|
491
491
|
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
--background-active-color: var(--background-button-secondary-hover);
|
|
496
|
-
--background-disabled-color: var(--background-button-secondary);
|
|
497
|
-
--content-color: var(--text-base-primary);
|
|
498
|
-
--content-hover-color: var(--text-base-primary);
|
|
499
|
-
--content-disabled-color: #e8e9f04d;
|
|
492
|
+
.button_XNHIwg.secondary_XNHIwg {
|
|
493
|
+
background-color: var(--background-button-secondary);
|
|
494
|
+
color: var(--text-base-primary);
|
|
500
495
|
}
|
|
501
496
|
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
--content-hover-color: var(--text-base-primary);
|
|
508
|
-
--content-disabled-color: #e8e9f040;
|
|
497
|
+
@media (hover: hover) {
|
|
498
|
+
.button_XNHIwg.secondary_XNHIwg:hover:not(:disabled) {
|
|
499
|
+
background-color: var(--background-button-secondary-hover);
|
|
500
|
+
color: var(--text-base-primary);
|
|
501
|
+
}
|
|
509
502
|
}
|
|
510
503
|
|
|
511
|
-
[
|
|
512
|
-
color:
|
|
513
|
-
|
|
514
|
-
border-color: #34353e;
|
|
504
|
+
.button_XNHIwg.secondary_XNHIwg:active:not([disabled]), .button_XNHIwg.secondary_XNHIwg.active_XNHIwg:not([disabled]) {
|
|
505
|
+
background-color: var(--background-button-secondary-hover);
|
|
506
|
+
color: var(--border-action-focus);
|
|
515
507
|
}
|
|
516
508
|
|
|
517
|
-
|
|
518
|
-
color:
|
|
519
|
-
|
|
509
|
+
.button_XNHIwg.secondary_XNHIwg:disabled {
|
|
510
|
+
background-color: var(--background-button-secondary);
|
|
511
|
+
color: var(--text-disabled);
|
|
520
512
|
}
|
|
521
513
|
|
|
522
|
-
|
|
523
|
-
color:
|
|
524
|
-
|
|
525
|
-
border
|
|
514
|
+
.button_XNHIwg.tertiary_XNHIwg {
|
|
515
|
+
background-color: var(--background-button-tertiary);
|
|
516
|
+
color: var(--text-base-primary);
|
|
517
|
+
border: 1px solid var(--border-action-normal);
|
|
526
518
|
}
|
|
527
519
|
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
520
|
+
@media (hover: hover) {
|
|
521
|
+
.button_XNHIwg.tertiary_XNHIwg:hover:not(:disabled) {
|
|
522
|
+
background-color: var(--background-button-tertiary-hover);
|
|
523
|
+
}
|
|
532
524
|
}
|
|
533
525
|
|
|
534
|
-
|
|
535
|
-
color: var(--
|
|
536
|
-
|
|
526
|
+
.button_XNHIwg.tertiary_XNHIwg:disabled {
|
|
527
|
+
background-color: var(--background-button-tertiary);
|
|
528
|
+
color: var(--text-disabled);
|
|
537
529
|
}
|
|
538
530
|
|
|
539
|
-
|
|
531
|
+
.button_XNHIwg.ghost_XNHIwg {
|
|
540
532
|
color: var(--text-base-secondary);
|
|
533
|
+
background-color: #0000;
|
|
541
534
|
}
|
|
542
535
|
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
536
|
+
@media (hover: hover) {
|
|
537
|
+
.button_XNHIwg.ghost_XNHIwg:hover {
|
|
538
|
+
color: var(--text-base-secondary);
|
|
539
|
+
background-color: var(--background-hover-subtle);
|
|
540
|
+
}
|
|
546
541
|
}
|
|
547
542
|
|
|
548
|
-
|
|
549
|
-
color:
|
|
543
|
+
.button_XNHIwg.ghost_XNHIwg:disabled {
|
|
544
|
+
color: var(--text-base-quaternary);
|
|
550
545
|
}
|
|
551
546
|
|
|
552
|
-
|
|
547
|
+
.button_XNHIwg.ghostFilled_XNHIwg {
|
|
553
548
|
color: var(--text-base-secondary);
|
|
554
|
-
background-color:
|
|
549
|
+
background-color: var(--background-hover-subtle);
|
|
555
550
|
}
|
|
556
551
|
|
|
557
|
-
|
|
558
|
-
color:
|
|
552
|
+
.button_XNHIwg.ghostFilled_XNHIwg:disabled {
|
|
553
|
+
color: var(--text-base-quaternary);
|
|
559
554
|
}
|
|
560
555
|
|
|
561
|
-
|
|
556
|
+
.button_XNHIwg.quaternary_XNHIwg, .button_XNHIwg.quaternary_XNHIwg:disabled {
|
|
562
557
|
color: var(--text-base-primary);
|
|
563
|
-
background-color:
|
|
558
|
+
background-color: var(--background-hover-subtle);
|
|
564
559
|
}
|
|
565
560
|
|
|
566
|
-
|
|
567
|
-
color: var(--text-base-
|
|
568
|
-
background-color: #e8e9f00f;
|
|
561
|
+
.button_XNHIwg.quaternary_XNHIwg:disabled {
|
|
562
|
+
color: var(--text-base-quaternary);
|
|
569
563
|
}
|
|
570
564
|
|
|
571
|
-
|
|
572
|
-
|
|
565
|
+
@media (hover: hover) {
|
|
566
|
+
.button_XNHIwg.quaternary_XNHIwg:hover:not(:disabled) {
|
|
567
|
+
color: var(--text-base-primary);
|
|
568
|
+
background-color: var(--background-hover-subtle-strong);
|
|
569
|
+
}
|
|
573
570
|
}
|
|
574
571
|
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
background-color:
|
|
572
|
+
.button_XNHIwg.primary_XNHIwg {
|
|
573
|
+
border: 1px solid var(--background-button-primary);
|
|
574
|
+
background-color: var(--background-button-primary);
|
|
575
|
+
color: var(--color-button-primary);
|
|
578
576
|
}
|
|
579
577
|
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
--
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
578
|
+
.button_XNHIwg.primary_XNHIwg:hover:not(:disabled) {
|
|
579
|
+
background-color: var(--background-button-primary-hover);
|
|
580
|
+
color: var(--color-button-primary);
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.button_XNHIwg.primary_XNHIwg:disabled {
|
|
584
|
+
border-color: var(--border-action-normal);
|
|
585
|
+
background-color: var(--border-action-normal);
|
|
586
|
+
color: var(--text-base-quaternary);
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
.button_XNHIwg.black_XNHIwg {
|
|
590
|
+
background-color: var(--background-button-primary);
|
|
591
|
+
color: var(--color-button-primary);
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
@media (hover: hover) {
|
|
595
|
+
.button_XNHIwg.black_XNHIwg:hover {
|
|
596
|
+
background-color: var(--background-button-primary-hover);
|
|
597
|
+
color: var(--color-button-primary);
|
|
598
|
+
}
|
|
587
599
|
}
|
|
588
600
|
|
|
589
601
|
.loader_XNHIwg {
|
|
@@ -1900,7 +1912,7 @@ body {
|
|
|
1900
1912
|
object-position: center;
|
|
1901
1913
|
overflow: hidden;
|
|
1902
1914
|
display: flex;
|
|
1903
|
-
background-color:
|
|
1915
|
+
background-color: var(--background-badge-gray);
|
|
1904
1916
|
border-radius: 50%;
|
|
1905
1917
|
justify-content: center;
|
|
1906
1918
|
align-items: center;
|
|
@@ -1983,7 +1995,7 @@ body {
|
|
|
1983
1995
|
|
|
1984
1996
|
.unauthRights_jFMnzg {
|
|
1985
1997
|
padding: 8px 10px;
|
|
1986
|
-
color:
|
|
1998
|
+
color: var(--text-base-primary) !important;
|
|
1987
1999
|
}
|
|
1988
2000
|
|
|
1989
2001
|
.unauthBtns_jFMnzg {
|
|
@@ -2037,18 +2049,18 @@ body {
|
|
|
2037
2049
|
}
|
|
2038
2050
|
|
|
2039
2051
|
.logInBtn_jFMnzg {
|
|
2040
|
-
color:
|
|
2052
|
+
background-color: var(--background-button-secondary);
|
|
2053
|
+
border: 1px solid var(--border-action-normal);
|
|
2054
|
+
color: var(--text-base-primary);
|
|
2041
2055
|
white-space: nowrap;
|
|
2042
|
-
background-color: #fff;
|
|
2043
|
-
border: 1px solid #dee0e3;
|
|
2044
2056
|
border-radius: 10px;
|
|
2045
2057
|
padding: 6px 16px;
|
|
2046
2058
|
}
|
|
2047
2059
|
|
|
2048
2060
|
@media screen and (hover: hover) {
|
|
2049
2061
|
.logInBtn_jFMnzg:hover {
|
|
2050
|
-
color:
|
|
2051
|
-
|
|
2062
|
+
background-color: var(--background-button-primary);
|
|
2063
|
+
color: var(--color-button-primary);
|
|
2052
2064
|
}
|
|
2053
2065
|
}
|
|
2054
2066
|
|
|
@@ -2058,11 +2070,11 @@ body {
|
|
|
2058
2070
|
|
|
2059
2071
|
.dropdownWrapper_jFMnzg {
|
|
2060
2072
|
position: absolute;
|
|
2073
|
+
border: 1px solid var(--border-action-normal);
|
|
2074
|
+
background-color: var(--background-surface-default);
|
|
2061
2075
|
-webkit-user-select: none;
|
|
2062
2076
|
-ms-user-select: none;
|
|
2063
2077
|
user-select: none;
|
|
2064
|
-
background-color: #fff;
|
|
2065
|
-
border: 1px solid #dee0e3;
|
|
2066
2078
|
border-radius: 12px;
|
|
2067
2079
|
min-width: 240px;
|
|
2068
2080
|
max-width: 250px;
|
|
@@ -2115,7 +2127,7 @@ body {
|
|
|
2115
2127
|
|
|
2116
2128
|
.icon_jFMnzg {
|
|
2117
2129
|
display: flex;
|
|
2118
|
-
background-color:
|
|
2130
|
+
background-color: var(--background-button-secondary);
|
|
2119
2131
|
flex-direction: column;
|
|
2120
2132
|
justify-content: center;
|
|
2121
2133
|
align-items: center;
|
|
@@ -2125,7 +2137,7 @@ body {
|
|
|
2125
2137
|
}
|
|
2126
2138
|
|
|
2127
2139
|
.iconActive_jFMnzg {
|
|
2128
|
-
background-color:
|
|
2140
|
+
background-color: var(--background-button-secondary-hover);
|
|
2129
2141
|
}
|
|
2130
2142
|
|
|
2131
2143
|
.icon_jFMnzg:first-child {
|
|
@@ -2134,7 +2146,7 @@ body {
|
|
|
2134
2146
|
|
|
2135
2147
|
.icon_jFMnzg:hover {
|
|
2136
2148
|
cursor: pointer;
|
|
2137
|
-
background-color:
|
|
2149
|
+
background-color: var(--background-button-secondary-hover);
|
|
2138
2150
|
}
|
|
2139
2151
|
|
|
2140
2152
|
.icon_jFMnzg svg {
|
|
@@ -2150,14 +2162,14 @@ body {
|
|
|
2150
2162
|
}
|
|
2151
2163
|
|
|
2152
2164
|
.icon_jFMnzg:not(:last-child) {
|
|
2153
|
-
border-right: 1px solid
|
|
2165
|
+
border-right: 1px solid var(--border-action-normal);
|
|
2154
2166
|
}
|
|
2155
2167
|
|
|
2156
2168
|
.userPicWrapper_jFMnzg {
|
|
2157
2169
|
display: flex;
|
|
2170
|
+
background-color: var(--background-badge-gray);
|
|
2158
2171
|
cursor: pointer;
|
|
2159
2172
|
position: relative;
|
|
2160
|
-
background-color: #e9eaec;
|
|
2161
2173
|
border-radius: 50%;
|
|
2162
2174
|
flex-direction: column;
|
|
2163
2175
|
justify-content: center;
|
|
@@ -2168,7 +2180,7 @@ body {
|
|
|
2168
2180
|
}
|
|
2169
2181
|
|
|
2170
2182
|
.userPic_jFMnzg {
|
|
2171
|
-
color:
|
|
2183
|
+
color: var(--icon-base-secondary);
|
|
2172
2184
|
display: flex;
|
|
2173
2185
|
position: relative;
|
|
2174
2186
|
border-radius: 50%;
|
|
@@ -2216,8 +2228,8 @@ body {
|
|
|
2216
2228
|
}
|
|
2217
2229
|
|
|
2218
2230
|
.modal_jFMnzg {
|
|
2231
|
+
background-color: var(--background-surface-default);
|
|
2219
2232
|
display: flex;
|
|
2220
|
-
background-color: #fff;
|
|
2221
2233
|
border-radius: 24px;
|
|
2222
2234
|
flex-direction: column;
|
|
2223
2235
|
gap: 32px;
|
|
@@ -2364,7 +2376,7 @@ body {
|
|
|
2364
2376
|
}
|
|
2365
2377
|
|
|
2366
2378
|
.userDropDownButton_jFMnzg {
|
|
2367
|
-
color:
|
|
2379
|
+
color: var(--text-base-primary);
|
|
2368
2380
|
font-size: 14px;
|
|
2369
2381
|
font-weight: 400;
|
|
2370
2382
|
}
|
|
@@ -7238,7 +7250,7 @@ td.currentTariff_0VfwRg {
|
|
|
7238
7250
|
}
|
|
7239
7251
|
|
|
7240
7252
|
.list_Jwe-NQ::-webkit-scrollbar-thumb {
|
|
7241
|
-
background-color:
|
|
7253
|
+
background-color: var(--scrollbar-thumb);
|
|
7242
7254
|
border-radius: 2px;
|
|
7243
7255
|
}
|
|
7244
7256
|
|
|
@@ -7283,7 +7295,7 @@ td.currentTariff_0VfwRg {
|
|
|
7283
7295
|
}
|
|
7284
7296
|
|
|
7285
7297
|
.chevronBtn_Jwe-NQ:hover, .item_Jwe-NQ:hover {
|
|
7286
|
-
background-color: var(--bg-action-secondary-hover
|
|
7298
|
+
background-color: var(--bg-action-secondary-hover);
|
|
7287
7299
|
}
|
|
7288
7300
|
|
|
7289
7301
|
.typeIcon_Jwe-NQ {
|
|
@@ -7389,7 +7401,7 @@ td.currentTariff_0VfwRg {
|
|
|
7389
7401
|
|
|
7390
7402
|
.folders_5QMOig::-webkit-scrollbar-thumb {
|
|
7391
7403
|
display: block;
|
|
7392
|
-
background-color:
|
|
7404
|
+
background-color: var(--scrollbar-thumb);
|
|
7393
7405
|
border-radius: 2px;
|
|
7394
7406
|
}
|
|
7395
7407
|
|
|
@@ -7418,8 +7430,8 @@ td.currentTariff_0VfwRg {
|
|
|
7418
7430
|
|
|
7419
7431
|
.itemsSearch_5QMOig {
|
|
7420
7432
|
display: flex;
|
|
7421
|
-
border: 1px solid var(--border-action-normal
|
|
7422
|
-
background: var(--bg-action-secondary
|
|
7433
|
+
border: 1px solid var(--border-action-normal);
|
|
7434
|
+
background: var(--bg-action-secondary);
|
|
7423
7435
|
border-radius: 8px;
|
|
7424
7436
|
flex-shrink: 0;
|
|
7425
7437
|
align-items: center;
|
|
@@ -7485,8 +7497,8 @@ td.currentTariff_0VfwRg {
|
|
|
7485
7497
|
.add_5QMOig {
|
|
7486
7498
|
display: flex;
|
|
7487
7499
|
cursor: pointer;
|
|
7500
|
+
border: 1px solid var(--border-action-normal);
|
|
7488
7501
|
background: none;
|
|
7489
|
-
border: 1px solid #dedfe3;
|
|
7490
7502
|
border-radius: 10px;
|
|
7491
7503
|
flex: 1 0;
|
|
7492
7504
|
justify-content: center;
|
|
@@ -11577,7 +11589,7 @@ input.rename_i3VZwA {
|
|
|
11577
11589
|
/* src/features/UserPanel/Buttons/TogglePresenceRender/TogglePresenceRender.module.css */
|
|
11578
11590
|
.icon_MRZoRw {
|
|
11579
11591
|
display: flex;
|
|
11580
|
-
background-color:
|
|
11592
|
+
background-color: var(--background-button-secondary);
|
|
11581
11593
|
border-left: 1px solid #0000;
|
|
11582
11594
|
border-right: 1px solid #0000;
|
|
11583
11595
|
flex-direction: column;
|
|
@@ -11589,9 +11601,9 @@ input.rename_i3VZwA {
|
|
|
11589
11601
|
}
|
|
11590
11602
|
|
|
11591
11603
|
.iconActive_MRZoRw {
|
|
11604
|
+
background-color: var(--background-button-secondary-hover);
|
|
11592
11605
|
color: #924fe8;
|
|
11593
|
-
|
|
11594
|
-
border-color: #e9eaec;
|
|
11606
|
+
border-color: var(--border-action-normal);
|
|
11595
11607
|
}
|
|
11596
11608
|
|
|
11597
11609
|
.icon_MRZoRw:first-child {
|
|
@@ -11600,7 +11612,7 @@ input.rename_i3VZwA {
|
|
|
11600
11612
|
|
|
11601
11613
|
.icon_MRZoRw:hover {
|
|
11602
11614
|
cursor: pointer;
|
|
11603
|
-
background-color:
|
|
11615
|
+
background-color: var(--background-button-secondary-hover);
|
|
11604
11616
|
}
|
|
11605
11617
|
|
|
11606
11618
|
.icon_MRZoRw svg {
|
|
@@ -11612,7 +11624,7 @@ input.rename_i3VZwA {
|
|
|
11612
11624
|
}
|
|
11613
11625
|
|
|
11614
11626
|
.icon_MRZoRw:not(:last-child) {
|
|
11615
|
-
border-right: 1px solid
|
|
11627
|
+
border-right: 1px solid var(--border-action-normal);
|
|
11616
11628
|
}
|
|
11617
11629
|
|
|
11618
11630
|
/* src/features/UserPanel/ActionButtons/ActionButtons.module.css */
|
|
@@ -13660,7 +13672,7 @@ audio::-webkit-media-controls-enclosure {
|
|
|
13660
13672
|
/* src/pages/SelectBoardPage/SelectBoardPage.module.css */
|
|
13661
13673
|
.container_Ft-RRw {
|
|
13662
13674
|
display: flex;
|
|
13663
|
-
background-color:
|
|
13675
|
+
background-color: var(--background-surface-default);
|
|
13664
13676
|
border-radius: 8px;
|
|
13665
13677
|
flex-direction: column;
|
|
13666
13678
|
gap: 12px;
|
|
@@ -13701,7 +13713,7 @@ audio::-webkit-media-controls-enclosure {
|
|
|
13701
13713
|
|
|
13702
13714
|
.folders_Ft-RRw::-webkit-scrollbar-thumb {
|
|
13703
13715
|
display: block;
|
|
13704
|
-
background-color:
|
|
13716
|
+
background-color: var(--scrollbar-thumb);
|
|
13705
13717
|
border-radius: 2px;
|
|
13706
13718
|
}
|
|
13707
13719
|
|
|
@@ -13733,9 +13745,9 @@ audio::-webkit-media-controls-enclosure {
|
|
|
13733
13745
|
|
|
13734
13746
|
.search_Ft-RRw {
|
|
13735
13747
|
display: flex;
|
|
13748
|
+
border: 1px solid var(--border-action-normal);
|
|
13749
|
+
background-color: var(--background-button-secondary);
|
|
13736
13750
|
cursor: text;
|
|
13737
|
-
background-color: #fff;
|
|
13738
|
-
border: 1px solid #dee0e3;
|
|
13739
13751
|
border-radius: 8px;
|
|
13740
13752
|
align-items: center;
|
|
13741
13753
|
padding-right: 10px;
|
|
@@ -13748,6 +13760,7 @@ audio::-webkit-media-controls-enclosure {
|
|
|
13748
13760
|
|
|
13749
13761
|
.search_Ft-RRw input {
|
|
13750
13762
|
outline: none;
|
|
13763
|
+
color: var(--text-base-primary);
|
|
13751
13764
|
background: none;
|
|
13752
13765
|
border: none;
|
|
13753
13766
|
flex: 1;
|
|
@@ -13757,7 +13770,7 @@ audio::-webkit-media-controls-enclosure {
|
|
|
13757
13770
|
}
|
|
13758
13771
|
|
|
13759
13772
|
.search_Ft-RRw input::placeholder {
|
|
13760
|
-
color:
|
|
13773
|
+
color: var(--text-base-secondary);
|
|
13761
13774
|
font-weight: 200;
|
|
13762
13775
|
}
|
|
13763
13776
|
|
|
@@ -13788,17 +13801,17 @@ audio::-webkit-media-controls-enclosure {
|
|
|
13788
13801
|
}
|
|
13789
13802
|
|
|
13790
13803
|
.header_Ft-RRw h1 {
|
|
13791
|
-
color:
|
|
13804
|
+
color: var(--text-base-primary);
|
|
13792
13805
|
font-size: 1.5rem;
|
|
13793
13806
|
font-weight: 600;
|
|
13794
13807
|
}
|
|
13795
13808
|
|
|
13796
13809
|
.header_Ft-RRw .profile_Ft-RRw {
|
|
13797
|
-
color:
|
|
13810
|
+
background-color: var(--background-badge-gray);
|
|
13811
|
+
color: var(--icon-base-secondary);
|
|
13798
13812
|
display: flex;
|
|
13799
13813
|
overflow: hidden;
|
|
13800
13814
|
cursor: pointer;
|
|
13801
|
-
background-color: #e9eaec;
|
|
13802
13815
|
border-radius: 50%;
|
|
13803
13816
|
flex-direction: column;
|
|
13804
13817
|
justify-content: center;
|
|
@@ -13847,21 +13860,21 @@ audio::-webkit-media-controls-enclosure {
|
|
|
13847
13860
|
|
|
13848
13861
|
.button_Ft-RRw.primary_Ft-RRw {
|
|
13849
13862
|
background: var(--text-base-primary);
|
|
13850
|
-
color:
|
|
13863
|
+
color: var(--background-surface-default);
|
|
13851
13864
|
box-shadow: 0 1px 2px #14151a0d;
|
|
13852
13865
|
}
|
|
13853
13866
|
|
|
13854
13867
|
.button_Ft-RRw.secondary_Ft-RRw {
|
|
13855
|
-
color:
|
|
13856
|
-
|
|
13868
|
+
background-color: var(--background-button-tertiary);
|
|
13869
|
+
color: var(--text-base-primary);
|
|
13857
13870
|
}
|
|
13858
13871
|
|
|
13859
13872
|
.button_Ft-RRw.primary_Ft-RRw:hover {
|
|
13860
|
-
|
|
13873
|
+
opacity: .88;
|
|
13861
13874
|
}
|
|
13862
13875
|
|
|
13863
13876
|
.button_Ft-RRw.secondary_Ft-RRw:hover {
|
|
13864
|
-
background-color:
|
|
13877
|
+
background-color: var(--background-button-tertiary-hover);
|
|
13865
13878
|
}
|
|
13866
13879
|
|
|
13867
13880
|
.infoMessage_Ft-RRw {
|
|
@@ -13894,14 +13907,14 @@ audio::-webkit-media-controls-enclosure {
|
|
|
13894
13907
|
|
|
13895
13908
|
.selected_Ft-RRw {
|
|
13896
13909
|
display: flex;
|
|
13897
|
-
background-color:
|
|
13910
|
+
background-color: var(--background-badge-purple-disabled);
|
|
13898
13911
|
border-radius: 10px;
|
|
13899
13912
|
gap: 6px;
|
|
13900
13913
|
padding: 6px 8px;
|
|
13901
13914
|
}
|
|
13902
13915
|
|
|
13903
13916
|
.selectedIcon_Ft-RRw {
|
|
13904
|
-
color:
|
|
13917
|
+
color: var(--icon-base-secondary);
|
|
13905
13918
|
display: grid;
|
|
13906
13919
|
place-items: center;
|
|
13907
13920
|
}
|
|
@@ -14611,9 +14624,18 @@ audio::-webkit-media-controls-enclosure {
|
|
|
14611
14624
|
--background-surface-default: #fff;
|
|
14612
14625
|
--background-button-secondary: #fff;
|
|
14613
14626
|
--background-button-secondary-hover: #f7f7f8;
|
|
14627
|
+
--background-button-tertiary: #f5f6f7;
|
|
14628
|
+
--background-button-tertiary-hover: #ececee;
|
|
14629
|
+
--background-button-primary: #14151a;
|
|
14630
|
+
--background-button-primary-hover: #1f2228;
|
|
14631
|
+
--color-button-primary: #fff;
|
|
14614
14632
|
--background-badge-purple-disabled: #f7f1fd;
|
|
14615
14633
|
--background-badge-gray: #e9eaec;
|
|
14616
14634
|
--background-accent-purple: #924fe8;
|
|
14635
|
+
--background-hover-subtle: #0a0f290a;
|
|
14636
|
+
--background-hover-subtle-strong: #0a0f2914;
|
|
14637
|
+
--bg-action-secondary: #f5f6f7;
|
|
14638
|
+
--bg-action-secondary-hover: #0a0f290f;
|
|
14617
14639
|
--border-action-normal: #dedfe3;
|
|
14618
14640
|
--border-action-focus: #924fe8;
|
|
14619
14641
|
--border-select-primary: #924fe8;
|
|
@@ -14621,9 +14643,11 @@ audio::-webkit-media-controls-enclosure {
|
|
|
14621
14643
|
--text-base-secondary: #0f132499;
|
|
14622
14644
|
--text-base-quaternary: #0a0f2940;
|
|
14623
14645
|
--text-accent-purple: #9859e9;
|
|
14646
|
+
--text-disabled: #b1b3bb;
|
|
14624
14647
|
--icon-base-primary: #14151a;
|
|
14625
14648
|
--icon-base-secondary: #696b76;
|
|
14626
14649
|
--icon-accent-purple: #924fe8;
|
|
14650
|
+
--scrollbar-thumb: #dee1e8;
|
|
14627
14651
|
--absolute-position-panel-padding: 12px;
|
|
14628
14652
|
}
|
|
14629
14653
|
|
|
@@ -14631,9 +14655,18 @@ audio::-webkit-media-controls-enclosure {
|
|
|
14631
14655
|
--background-surface-default: #1e1f26;
|
|
14632
14656
|
--background-button-secondary: #1e1f26;
|
|
14633
14657
|
--background-button-secondary-hover: #2a2b34;
|
|
14658
|
+
--background-button-tertiary: #2a2b34;
|
|
14659
|
+
--background-button-tertiary-hover: #373842;
|
|
14660
|
+
--background-button-primary: #e8e9f0;
|
|
14661
|
+
--background-button-primary-hover: #d2d4de;
|
|
14662
|
+
--color-button-primary: #14151a;
|
|
14634
14663
|
--background-badge-purple-disabled: #281c3c;
|
|
14635
14664
|
--background-badge-gray: #2d2e37;
|
|
14636
14665
|
--background-accent-purple: #924fe8;
|
|
14666
|
+
--background-hover-subtle: #e8e9f00f;
|
|
14667
|
+
--background-hover-subtle-strong: #e8e9f01a;
|
|
14668
|
+
--bg-action-secondary: #26272f;
|
|
14669
|
+
--bg-action-secondary-hover: #e8e9f014;
|
|
14637
14670
|
--border-action-normal: #34353e;
|
|
14638
14671
|
--border-action-focus: #924fe8;
|
|
14639
14672
|
--border-select-primary: #924fe8;
|
|
@@ -14641,9 +14674,11 @@ audio::-webkit-media-controls-enclosure {
|
|
|
14641
14674
|
--text-base-secondary: #e8e9f099;
|
|
14642
14675
|
--text-base-quaternary: #e8e9f040;
|
|
14643
14676
|
--text-accent-purple: #ac78f5;
|
|
14677
|
+
--text-disabled: #e8e9f04d;
|
|
14644
14678
|
--icon-base-primary: #e8e9f0;
|
|
14645
14679
|
--icon-base-secondary: #9496a5;
|
|
14646
14680
|
--icon-accent-purple: #924fe8;
|
|
14681
|
+
--scrollbar-thumb: #50525f;
|
|
14647
14682
|
}
|
|
14648
14683
|
|
|
14649
14684
|
* {
|