microboard-ui-temp 0.9.0 → 0.9.2

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/spa.css CHANGED
@@ -246,21 +246,21 @@
246
246
  }
247
247
 
248
248
  .secondary_XNHIwg {
249
- --background-color: #fff;
250
- --background-hover-color: #f7f7f8;
251
- --background-active-color: #f7f7f8;
252
- --background-disabled-color: #fff;
253
- --content-color: #14151a;
254
- --content-hover-color: #14151a;
249
+ --background-color: var(--background-button-secondary);
250
+ --background-hover-color: var(--background-button-secondary-hover);
251
+ --background-active-color: var(--background-button-secondary-hover);
252
+ --background-disabled-color: var(--background-button-secondary);
253
+ --content-color: var(--text-base-primary);
254
+ --content-hover-color: var(--text-base-primary);
255
255
  --content-active-color: #924fe8;
256
- --content-disabled-color: #b1b3bb;
256
+ --content-disabled-color: var(--text-disabled);
257
257
  --focus-outline-color: #e3d9ff;
258
258
  }
259
259
 
260
260
  .tertiary_XNHIwg {
261
- --background-color: #f5f6f7;
262
- --background-hover-color: #ececee;
263
- --background-active-color: #ececee;
261
+ --background-color: var(--background-button-tertiary);
262
+ --background-hover-color: var(--background-button-tertiary-hover);
263
+ --background-active-color: var(--background-button-tertiary-hover);
264
264
  --content-color: var(--text-base-primary);
265
265
  --content-hover-color: var(--text-base-primary);
266
266
  --content-active-color: var(--text-base-primary);
@@ -269,13 +269,13 @@
269
269
  }
270
270
 
271
271
  .black_XNHIwg {
272
- --background-color: #14151a;
273
- --background-hover-color: #1f2228;
274
- --background-active-color: #ececee;
275
- --background-disabled-color: #e9eaec;
276
- --content-color: #fff;
277
- --content-hover-color: var(--text-base-primary);
278
- --content-active-color: var(--text-base-primary);
272
+ --background-color: var(--background-button-primary);
273
+ --background-hover-color: var(--background-button-primary-hover);
274
+ --background-active-color: var(--background-button-primary-hover);
275
+ --background-disabled-color: var(--border-action-normal);
276
+ --content-color: var(--color-button-primary);
277
+ --content-hover-color: var(--color-button-primary);
278
+ --content-active-color: var(--color-button-primary);
279
279
  --content-disabled-color: var(--text-base-quaternary);
280
280
  --focus-outline-color: #e3d9ff;
281
281
  }
@@ -398,15 +398,15 @@
398
398
  }
399
399
 
400
400
  .primary_XNHIwg {
401
- color: #fff;
402
- background-color: #14151a;
403
- border: 1px solid #14151a;
401
+ border: 1px solid var(--background-button-primary);
402
+ background-color: var(--background-button-primary);
403
+ color: var(--color-button-primary);
404
404
  box-shadow: 0 1px 2px #14151a0d;
405
405
  }
406
406
 
407
407
  .primary_XNHIwg:hover:not(:disabled) {
408
- color: #fff;
409
- background-color: #1f2228;
408
+ background-color: var(--background-button-primary-hover);
409
+ color: var(--color-button-primary);
410
410
  }
411
411
 
412
412
  .primary_XNHIwg:active:not(:disabled) {
@@ -414,29 +414,29 @@
414
414
  }
415
415
 
416
416
  .primary_XNHIwg:disabled, .primary_XNHIwg:disabled:hover {
417
- color: #0a0f2940;
418
- background-color: #e9eaec;
419
- border-color: #e9eaec;
417
+ border-color: var(--border-action-normal);
418
+ background-color: var(--border-action-normal);
419
+ color: var(--text-base-quaternary);
420
420
  }
421
421
 
422
422
  .primary_XNHIwg.loading_XNHIwg {
423
- color: #fff;
424
- background-color: #14151a;
425
- border-color: #14151a;
423
+ border-color: var(--background-button-primary);
424
+ background-color: var(--background-button-primary);
425
+ color: var(--color-button-primary);
426
426
  }
427
427
 
428
428
  .quaternary_XNHIwg, .quaternary_XNHIwg:disabled {
429
- color: #14151a;
430
- background-color: #0a0f290a;
429
+ color: var(--text-base-primary);
430
+ background-color: var(--background-hover-subtle);
431
431
  }
432
432
 
433
433
  .quaternary_XNHIwg:disabled {
434
- color: #0a0f2940;
434
+ color: var(--text-disabled);
435
435
  }
436
436
 
437
437
  .quaternary_XNHIwg:hover:not(:disabled) {
438
- color: #14151a;
439
- background-color: #0a0f2914;
438
+ color: var(--text-base-primary);
439
+ background-color: var(--background-hover-subtle-strong);
440
440
  }
441
441
 
442
442
  .quaternary_XNHIwg:active:not(:disabled), .tertiary_XNHIwg:active:not(:disabled) {
@@ -445,24 +445,24 @@
445
445
  }
446
446
 
447
447
  .tertiary_XNHIwg {
448
- color: #14151a;
449
- background-color: #fff;
450
- border: 1px solid #dee0e3;
448
+ color: var(--text-base-primary);
449
+ background-color: var(--background-button-tertiary);
450
+ border: 1px solid var(--border-action-normal);
451
451
  }
452
452
 
453
453
  .tertiary_XNHIwg:hover:not(:disabled) {
454
- background-color: #f7f7f8;
454
+ background-color: var(--background-button-tertiary-hover);
455
455
  }
456
456
 
457
457
  .ghost_XNHIwg {
458
- color: #0f132499;
458
+ color: var(--text-base-secondary);
459
459
  background-color: #0000;
460
460
  font-weight: 600;
461
461
  }
462
462
 
463
463
  .ghost_XNHIwg:hover {
464
- color: #0a0f2999;
465
- background-color: #0a0f290a;
464
+ color: var(--text-base-secondary);
465
+ background-color: var(--background-hover-subtle);
466
466
  }
467
467
 
468
468
  .ghost_XNHIwg:active {
@@ -471,12 +471,12 @@
471
471
  }
472
472
 
473
473
  .ghost_XNHIwg:disabled {
474
- color: #0a0f2940;
474
+ color: var(--text-disabled);
475
475
  }
476
476
 
477
477
  .ghostFilled_XNHIwg {
478
- color: #0a0f2999;
479
- background-color: #0a0f290a;
478
+ color: var(--text-base-secondary);
479
+ background-color: var(--background-hover-subtle);
480
480
  font-weight: 600;
481
481
  }
482
482
 
@@ -486,104 +486,7 @@
486
486
  }
487
487
 
488
488
  .ghostFilled_XNHIwg:disabled {
489
- color: #0a0f2940;
490
- }
491
-
492
- [data-theme="dark"] .secondary_XNHIwg {
493
- --background-color: var(--background-button-secondary);
494
- --background-hover-color: var(--background-button-secondary-hover);
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;
500
- }
501
-
502
- [data-theme="dark"] .tertiary_XNHIwg {
503
- --background-color: #2a2b34;
504
- --background-hover-color: #373842;
505
- --background-active-color: #373842;
506
- --content-color: var(--text-base-primary);
507
- --content-hover-color: var(--text-base-primary);
508
- --content-disabled-color: #e8e9f040;
509
- }
510
-
511
- [data-theme="dark"] .primary_XNHIwg {
512
- color: #14151a;
513
- background-color: #e8e9f0;
514
- border-color: #34353e;
515
- }
516
-
517
- [data-theme="dark"] .primary_XNHIwg:hover:not(:disabled) {
518
- color: #14151a;
519
- background-color: #d2d4de;
520
- }
521
-
522
- [data-theme="dark"] .primary_XNHIwg:disabled {
523
- color: #e8e9f040;
524
- background-color: #34353e;
525
- border-color: #34353e;
526
- }
527
-
528
- [data-theme="dark"] .tertiary_XNHIwg {
529
- border-color: var(--border-action-normal);
530
- color: var(--text-base-primary);
531
- background-color: #2a2b34;
532
- }
533
-
534
- [data-theme="dark"] .tertiary_XNHIwg:hover:not(:disabled) {
535
- color: var(--text-base-primary);
536
- background-color: #373842;
537
- }
538
-
539
- [data-theme="dark"] .ghost_XNHIwg {
540
- color: var(--text-base-secondary);
541
- }
542
-
543
- [data-theme="dark"] .ghost_XNHIwg:hover {
544
- color: var(--text-base-secondary);
545
- background-color: #e8e9f00f;
546
- }
547
-
548
- [data-theme="dark"] .ghost_XNHIwg:disabled {
549
- color: #e8e9f040;
550
- }
551
-
552
- [data-theme="dark"] .ghostFilled_XNHIwg {
553
- color: var(--text-base-secondary);
554
- background-color: #e8e9f00f;
555
- }
556
-
557
- [data-theme="dark"] .ghostFilled_XNHIwg:disabled {
558
- color: #e8e9f040;
559
- }
560
-
561
- [data-theme="dark"] .quaternary_XNHIwg {
562
- color: var(--text-base-primary);
563
- background-color: #e8e9f00f;
564
- }
565
-
566
- [data-theme="dark"] .quaternary_XNHIwg:disabled {
567
- color: var(--text-base-primary);
568
- background-color: #e8e9f00f;
569
- }
570
-
571
- [data-theme="dark"] .quaternary_XNHIwg:disabled {
572
- color: #e8e9f040;
573
- }
574
-
575
- [data-theme="dark"] .quaternary_XNHIwg:hover:not(:disabled) {
576
- color: var(--text-base-primary);
577
- background-color: #e8e9f01a;
578
- }
579
-
580
- [data-theme="dark"] .black_XNHIwg {
581
- --background-color: #e8e9f0;
582
- --background-hover-color: #d2d4de;
583
- --background-active-color: #d2d4de;
584
- --content-color: #14151a;
585
- --content-hover-color: #14151a;
586
- --content-active-color: #14151a;
489
+ color: var(--text-disabled);
587
490
  }
588
491
 
589
492
  .loader_XNHIwg {
@@ -1900,7 +1803,7 @@ body {
1900
1803
  object-position: center;
1901
1804
  overflow: hidden;
1902
1805
  display: flex;
1903
- background-color: #e9eaec;
1806
+ background-color: var(--background-badge-gray);
1904
1807
  border-radius: 50%;
1905
1808
  justify-content: center;
1906
1809
  align-items: center;
@@ -1983,7 +1886,7 @@ body {
1983
1886
 
1984
1887
  .unauthRights_jFMnzg {
1985
1888
  padding: 8px 10px;
1986
- color: #000 !important;
1889
+ color: var(--text-base-primary) !important;
1987
1890
  }
1988
1891
 
1989
1892
  .unauthBtns_jFMnzg {
@@ -2037,18 +1940,18 @@ body {
2037
1940
  }
2038
1941
 
2039
1942
  .logInBtn_jFMnzg {
2040
- color: #14151a;
1943
+ background-color: var(--background-button-secondary);
1944
+ border: 1px solid var(--border-action-normal);
1945
+ color: var(--text-base-primary);
2041
1946
  white-space: nowrap;
2042
- background-color: #fff;
2043
- border: 1px solid #dee0e3;
2044
1947
  border-radius: 10px;
2045
1948
  padding: 6px 16px;
2046
1949
  }
2047
1950
 
2048
1951
  @media screen and (hover: hover) {
2049
1952
  .logInBtn_jFMnzg:hover {
2050
- color: #fff;
2051
- background-color: #1f2228;
1953
+ background-color: var(--background-button-primary);
1954
+ color: var(--color-button-primary);
2052
1955
  }
2053
1956
  }
2054
1957
 
@@ -2058,11 +1961,11 @@ body {
2058
1961
 
2059
1962
  .dropdownWrapper_jFMnzg {
2060
1963
  position: absolute;
1964
+ border: 1px solid var(--border-action-normal);
1965
+ background-color: var(--background-surface-default);
2061
1966
  -webkit-user-select: none;
2062
1967
  -ms-user-select: none;
2063
1968
  user-select: none;
2064
- background-color: #fff;
2065
- border: 1px solid #dee0e3;
2066
1969
  border-radius: 12px;
2067
1970
  min-width: 240px;
2068
1971
  max-width: 250px;
@@ -2115,7 +2018,7 @@ body {
2115
2018
 
2116
2019
  .icon_jFMnzg {
2117
2020
  display: flex;
2118
- background-color: #fff;
2021
+ background-color: var(--background-button-secondary);
2119
2022
  flex-direction: column;
2120
2023
  justify-content: center;
2121
2024
  align-items: center;
@@ -2125,7 +2028,7 @@ body {
2125
2028
  }
2126
2029
 
2127
2030
  .iconActive_jFMnzg {
2128
- background-color: #f7f7f8;
2031
+ background-color: var(--background-button-secondary-hover);
2129
2032
  }
2130
2033
 
2131
2034
  .icon_jFMnzg:first-child {
@@ -2134,7 +2037,7 @@ body {
2134
2037
 
2135
2038
  .icon_jFMnzg:hover {
2136
2039
  cursor: pointer;
2137
- background-color: #f7f7f8;
2040
+ background-color: var(--background-button-secondary-hover);
2138
2041
  }
2139
2042
 
2140
2043
  .icon_jFMnzg svg {
@@ -2150,14 +2053,14 @@ body {
2150
2053
  }
2151
2054
 
2152
2055
  .icon_jFMnzg:not(:last-child) {
2153
- border-right: 1px solid #e9eaec;
2056
+ border-right: 1px solid var(--border-action-normal);
2154
2057
  }
2155
2058
 
2156
2059
  .userPicWrapper_jFMnzg {
2157
2060
  display: flex;
2061
+ background-color: var(--background-badge-gray);
2158
2062
  cursor: pointer;
2159
2063
  position: relative;
2160
- background-color: #e9eaec;
2161
2064
  border-radius: 50%;
2162
2065
  flex-direction: column;
2163
2066
  justify-content: center;
@@ -2168,7 +2071,7 @@ body {
2168
2071
  }
2169
2072
 
2170
2073
  .userPic_jFMnzg {
2171
- color: #696b76;
2074
+ color: var(--icon-base-secondary);
2172
2075
  display: flex;
2173
2076
  position: relative;
2174
2077
  border-radius: 50%;
@@ -2216,8 +2119,8 @@ body {
2216
2119
  }
2217
2120
 
2218
2121
  .modal_jFMnzg {
2122
+ background-color: var(--background-surface-default);
2219
2123
  display: flex;
2220
- background-color: #fff;
2221
2124
  border-radius: 24px;
2222
2125
  flex-direction: column;
2223
2126
  gap: 32px;
@@ -2364,7 +2267,7 @@ body {
2364
2267
  }
2365
2268
 
2366
2269
  .userDropDownButton_jFMnzg {
2367
- color: #14151a;
2270
+ color: var(--text-base-primary);
2368
2271
  font-size: 14px;
2369
2272
  font-weight: 400;
2370
2273
  }
@@ -7238,7 +7141,7 @@ td.currentTariff_0VfwRg {
7238
7141
  }
7239
7142
 
7240
7143
  .list_Jwe-NQ::-webkit-scrollbar-thumb {
7241
- background-color: #dee1e8;
7144
+ background-color: var(--scrollbar-thumb);
7242
7145
  border-radius: 2px;
7243
7146
  }
7244
7147
 
@@ -7283,7 +7186,7 @@ td.currentTariff_0VfwRg {
7283
7186
  }
7284
7187
 
7285
7188
  .chevronBtn_Jwe-NQ:hover, .item_Jwe-NQ:hover {
7286
- background-color: var(--bg-action-secondary-hover, #0000000d);
7189
+ background-color: var(--bg-action-secondary-hover);
7287
7190
  }
7288
7191
 
7289
7192
  .typeIcon_Jwe-NQ {
@@ -7389,7 +7292,7 @@ td.currentTariff_0VfwRg {
7389
7292
 
7390
7293
  .folders_5QMOig::-webkit-scrollbar-thumb {
7391
7294
  display: block;
7392
- background-color: #dee1e8;
7295
+ background-color: var(--scrollbar-thumb);
7393
7296
  border-radius: 2px;
7394
7297
  }
7395
7298
 
@@ -7418,8 +7321,8 @@ td.currentTariff_0VfwRg {
7418
7321
 
7419
7322
  .itemsSearch_5QMOig {
7420
7323
  display: flex;
7421
- border: 1px solid var(--border-action-normal, #0000001f);
7422
- background: var(--bg-action-secondary, #f5f5f7);
7324
+ border: 1px solid var(--border-action-normal);
7325
+ background: var(--bg-action-secondary);
7423
7326
  border-radius: 8px;
7424
7327
  flex-shrink: 0;
7425
7328
  align-items: center;
@@ -7485,8 +7388,8 @@ td.currentTariff_0VfwRg {
7485
7388
  .add_5QMOig {
7486
7389
  display: flex;
7487
7390
  cursor: pointer;
7391
+ border: 1px solid var(--border-action-normal);
7488
7392
  background: none;
7489
- border: 1px solid #dedfe3;
7490
7393
  border-radius: 10px;
7491
7394
  flex: 1 0;
7492
7395
  justify-content: center;
@@ -7544,7 +7447,7 @@ td.currentTariff_0VfwRg {
7544
7447
 
7545
7448
  .header_iZlcpA {
7546
7449
  display: flex;
7547
- color: #14151a;
7450
+ color: var(--text-base-primary);
7548
7451
  cursor: pointer;
7549
7452
  border-radius: 10px;
7550
7453
  align-items: center;
@@ -7558,24 +7461,24 @@ td.currentTariff_0VfwRg {
7558
7461
  }
7559
7462
 
7560
7463
  .header_iZlcpA.over_iZlcpA {
7561
- background-color: #0a0f290a;
7464
+ background-color: var(--background-hover-subtle);
7562
7465
  }
7563
7466
 
7564
7467
  @media screen and (hover: hover) {
7565
7468
  .header_iZlcpA:hover {
7566
- background-color: #0a0f290a;
7469
+ background-color: var(--background-hover-subtle);
7567
7470
  }
7568
7471
  }
7569
7472
 
7570
7473
  .icon_iZlcpA {
7571
- color: #696b75;
7474
+ color: var(--icon-base-secondary);
7572
7475
  display: flex;
7573
7476
  align-items: center;
7574
7477
  gap: 4px;
7575
7478
  }
7576
7479
 
7577
7480
  .noContent_iZlcpA {
7578
- color: #0a0f2940;
7481
+ color: var(--text-disabled);
7579
7482
  font-size: 14px;
7580
7483
  font-weight: 500;
7581
7484
  }
@@ -7585,8 +7488,8 @@ td.currentTariff_0VfwRg {
7585
7488
  }
7586
7489
 
7587
7490
  .content_iZlcpA {
7491
+ border-left: 1px solid var(--border-action-normal);
7588
7492
  display: flex;
7589
- border-left: 1px solid #dee0e3;
7590
7493
  flex-direction: column;
7591
7494
  gap: 2px;
7592
7495
  padding-left: 6px;
@@ -7617,7 +7520,7 @@ td.currentTariff_0VfwRg {
7617
7520
  .contextMenuBtn_iZlcpA {
7618
7521
  position: absolute;
7619
7522
  cursor: pointer;
7620
- color: #696b76;
7523
+ color: var(--icon-base-secondary);
7621
7524
  z-index: 5;
7622
7525
  display: none;
7623
7526
  border-radius: 4px;
@@ -7631,11 +7534,11 @@ td.currentTariff_0VfwRg {
7631
7534
 
7632
7535
  @media screen and (hover: hover) {
7633
7536
  .header_iZlcpA:hover, .contextMenuBtn_iZlcpA:hover ~ .header_iZlcpA {
7634
- background-color: #0a0f290a;
7537
+ background-color: var(--background-hover-subtle);
7635
7538
  }
7636
7539
 
7637
7540
  .contextMenuBtn_iZlcpA:hover {
7638
- background-color: #0a0f2914;
7541
+ background-color: var(--background-hover-subtle-strong);
7639
7542
  }
7640
7543
 
7641
7544
  .wrapper_iZlcpA:hover .contextMenuBtn_iZlcpA, .contextMenuBtn_iZlcpA:hover {
@@ -7646,14 +7549,14 @@ td.currentTariff_0VfwRg {
7646
7549
  /* src/entities/Folder/FolderItem.module.css */
7647
7550
  .wrapper_IZQRBA {
7648
7551
  position: relative;
7649
- background-color: #fff;
7552
+ background-color: var(--background-surface-default);
7650
7553
  }
7651
7554
 
7652
7555
  .item_IZQRBA {
7653
7556
  display: flex;
7654
7557
  position: relative;
7655
7558
  overflow: visible;
7656
- color: #0f132499;
7559
+ color: var(--text-base-secondary);
7657
7560
  cursor: pointer;
7658
7561
  position: relative;
7659
7562
  border-radius: 10px;
@@ -7668,13 +7571,13 @@ td.currentTariff_0VfwRg {
7668
7571
  }
7669
7572
 
7670
7573
  .icon_IZQRBA {
7671
- color: #696b76;
7574
+ color: var(--icon-base-secondary);
7672
7575
  display: grid;
7673
7576
  place-items: center;
7674
7577
  }
7675
7578
 
7676
7579
  .active_IZQRBA, .dragging_IZQRBA {
7677
- background-color: #0a0f290a;
7580
+ background-color: var(--background-hover-subtle);
7678
7581
  }
7679
7582
 
7680
7583
  .active_IZQRBA:before {
@@ -7692,7 +7595,7 @@ td.currentTariff_0VfwRg {
7692
7595
  .contextMenuBtn_IZQRBA {
7693
7596
  position: absolute;
7694
7597
  cursor: pointer;
7695
- color: #696b76;
7598
+ color: var(--icon-base-secondary);
7696
7599
  z-index: 5;
7697
7600
  display: none;
7698
7601
  border-radius: 4px;
@@ -7706,11 +7609,11 @@ td.currentTariff_0VfwRg {
7706
7609
 
7707
7610
  @media screen and (hover: hover) {
7708
7611
  .item_IZQRBA:hover:not(.disableHover_IZQRBA), .contextMenuBtn_IZQRBA:hover ~ .item_IZQRBA:not(.disableHover_IZQRBA) {
7709
- background-color: #0a0f290a;
7612
+ background-color: var(--background-hover-subtle);
7710
7613
  }
7711
7614
 
7712
7615
  .contextMenuBtn_IZQRBA:hover {
7713
- background-color: #0a0f2914;
7616
+ background-color: var(--background-hover-subtle-strong);
7714
7617
  }
7715
7618
 
7716
7619
  .wrapper_IZQRBA:hover .contextMenuBtn_IZQRBA, .contextMenuBtn_IZQRBA:hover {
@@ -7726,7 +7629,7 @@ td.currentTariff_0VfwRg {
7726
7629
  }
7727
7630
 
7728
7631
  .placeholder_IZQRBA {
7729
- background-color: #c8cacf;
7632
+ background-color: var(--border-action-normal);
7730
7633
  width: 100%;
7731
7634
  height: 2px;
7732
7635
  }
@@ -9035,10 +8938,10 @@ input.rename_i3VZwA {
9035
8938
  .exportDropdown_i3VZwA {
9036
8939
  position: absolute;
9037
8940
  top: calc(100% + var(--absolute-position-panel-padding));
8941
+ background-color: var(--background-surface-default);
8942
+ border: 1px solid var(--border-action-normal);
9038
8943
  display: flex;
9039
8944
  z-index: 100;
9040
- background-color: #fff;
9041
- border: 1px solid #cccccc80;
9042
8945
  border-radius: 8px;
9043
8946
  flex-direction: column;
9044
8947
  gap: 5px;
@@ -9057,7 +8960,7 @@ input.rename_i3VZwA {
9057
8960
  }
9058
8961
 
9059
8962
  .exportDropdown_i3VZwA > div:hover {
9060
- background-color: #0a0f290a;
8963
+ background-color: var(--background-hover-subtle);
9061
8964
  }
9062
8965
 
9063
8966
  .exportDropdownItemTitle_i3VZwA {
@@ -9075,7 +8978,7 @@ input.rename_i3VZwA {
9075
8978
  }
9076
8979
 
9077
8980
  .exportDropdown_i3VZwA p {
9078
- color: #14151a;
8981
+ color: var(--text-base-primary);
9079
8982
  margin: 0;
9080
8983
  font-size: 14px;
9081
8984
  line-height: 20px;
@@ -11577,7 +11480,7 @@ input.rename_i3VZwA {
11577
11480
  /* src/features/UserPanel/Buttons/TogglePresenceRender/TogglePresenceRender.module.css */
11578
11481
  .icon_MRZoRw {
11579
11482
  display: flex;
11580
- background-color: #fff;
11483
+ background-color: var(--background-button-secondary);
11581
11484
  border-left: 1px solid #0000;
11582
11485
  border-right: 1px solid #0000;
11583
11486
  flex-direction: column;
@@ -11589,9 +11492,9 @@ input.rename_i3VZwA {
11589
11492
  }
11590
11493
 
11591
11494
  .iconActive_MRZoRw {
11495
+ background-color: var(--background-button-secondary-hover);
11592
11496
  color: #924fe8;
11593
- background-color: #f7f7f8;
11594
- border-color: #e9eaec;
11497
+ border-color: var(--border-action-normal);
11595
11498
  }
11596
11499
 
11597
11500
  .icon_MRZoRw:first-child {
@@ -11600,7 +11503,7 @@ input.rename_i3VZwA {
11600
11503
 
11601
11504
  .icon_MRZoRw:hover {
11602
11505
  cursor: pointer;
11603
- background-color: #f7f7f8;
11506
+ background-color: var(--background-button-secondary-hover);
11604
11507
  }
11605
11508
 
11606
11509
  .icon_MRZoRw svg {
@@ -11612,7 +11515,7 @@ input.rename_i3VZwA {
11612
11515
  }
11613
11516
 
11614
11517
  .icon_MRZoRw:not(:last-child) {
11615
- border-right: 1px solid #e9eaec;
11518
+ border-right: 1px solid var(--border-action-normal);
11616
11519
  }
11617
11520
 
11618
11521
  /* src/features/UserPanel/ActionButtons/ActionButtons.module.css */
@@ -13660,7 +13563,7 @@ audio::-webkit-media-controls-enclosure {
13660
13563
  /* src/pages/SelectBoardPage/SelectBoardPage.module.css */
13661
13564
  .container_Ft-RRw {
13662
13565
  display: flex;
13663
- background-color: #fff;
13566
+ background-color: var(--background-surface-default);
13664
13567
  border-radius: 8px;
13665
13568
  flex-direction: column;
13666
13569
  gap: 12px;
@@ -13701,7 +13604,7 @@ audio::-webkit-media-controls-enclosure {
13701
13604
 
13702
13605
  .folders_Ft-RRw::-webkit-scrollbar-thumb {
13703
13606
  display: block;
13704
- background-color: #dee1e8;
13607
+ background-color: var(--scrollbar-thumb);
13705
13608
  border-radius: 2px;
13706
13609
  }
13707
13610
 
@@ -13733,9 +13636,9 @@ audio::-webkit-media-controls-enclosure {
13733
13636
 
13734
13637
  .search_Ft-RRw {
13735
13638
  display: flex;
13639
+ border: 1px solid var(--border-action-normal);
13640
+ background-color: var(--background-button-secondary);
13736
13641
  cursor: text;
13737
- background-color: #fff;
13738
- border: 1px solid #dee0e3;
13739
13642
  border-radius: 8px;
13740
13643
  align-items: center;
13741
13644
  padding-right: 10px;
@@ -13748,6 +13651,7 @@ audio::-webkit-media-controls-enclosure {
13748
13651
 
13749
13652
  .search_Ft-RRw input {
13750
13653
  outline: none;
13654
+ color: var(--text-base-primary);
13751
13655
  background: none;
13752
13656
  border: none;
13753
13657
  flex: 1;
@@ -13757,7 +13661,7 @@ audio::-webkit-media-controls-enclosure {
13757
13661
  }
13758
13662
 
13759
13663
  .search_Ft-RRw input::placeholder {
13760
- color: #9ca3af;
13664
+ color: var(--text-base-secondary);
13761
13665
  font-weight: 200;
13762
13666
  }
13763
13667
 
@@ -13788,17 +13692,17 @@ audio::-webkit-media-controls-enclosure {
13788
13692
  }
13789
13693
 
13790
13694
  .header_Ft-RRw h1 {
13791
- color: #111827;
13695
+ color: var(--text-base-primary);
13792
13696
  font-size: 1.5rem;
13793
13697
  font-weight: 600;
13794
13698
  }
13795
13699
 
13796
13700
  .header_Ft-RRw .profile_Ft-RRw {
13797
- color: #696b76;
13701
+ background-color: var(--background-badge-gray);
13702
+ color: var(--icon-base-secondary);
13798
13703
  display: flex;
13799
13704
  overflow: hidden;
13800
13705
  cursor: pointer;
13801
- background-color: #e9eaec;
13802
13706
  border-radius: 50%;
13803
13707
  flex-direction: column;
13804
13708
  justify-content: center;
@@ -13847,21 +13751,21 @@ audio::-webkit-media-controls-enclosure {
13847
13751
 
13848
13752
  .button_Ft-RRw.primary_Ft-RRw {
13849
13753
  background: var(--text-base-primary);
13850
- color: #fff;
13754
+ color: var(--background-surface-default);
13851
13755
  box-shadow: 0 1px 2px #14151a0d;
13852
13756
  }
13853
13757
 
13854
13758
  .button_Ft-RRw.secondary_Ft-RRw {
13855
- color: #111827;
13856
- background-color: #f3f4f6;
13759
+ background-color: var(--background-button-tertiary);
13760
+ color: var(--text-base-primary);
13857
13761
  }
13858
13762
 
13859
13763
  .button_Ft-RRw.primary_Ft-RRw:hover {
13860
- background-color: #333;
13764
+ opacity: .88;
13861
13765
  }
13862
13766
 
13863
13767
  .button_Ft-RRw.secondary_Ft-RRw:hover {
13864
- background-color: #e5e7eb;
13768
+ background-color: var(--background-button-tertiary-hover);
13865
13769
  }
13866
13770
 
13867
13771
  .infoMessage_Ft-RRw {
@@ -13894,14 +13798,14 @@ audio::-webkit-media-controls-enclosure {
13894
13798
 
13895
13799
  .selected_Ft-RRw {
13896
13800
  display: flex;
13897
- background-color: #f6f1fc;
13801
+ background-color: var(--background-badge-purple-disabled);
13898
13802
  border-radius: 10px;
13899
13803
  gap: 6px;
13900
13804
  padding: 6px 8px;
13901
13805
  }
13902
13806
 
13903
13807
  .selectedIcon_Ft-RRw {
13904
- color: #696b75;
13808
+ color: var(--icon-base-secondary);
13905
13809
  display: grid;
13906
13810
  place-items: center;
13907
13811
  }
@@ -14611,9 +14515,18 @@ audio::-webkit-media-controls-enclosure {
14611
14515
  --background-surface-default: #fff;
14612
14516
  --background-button-secondary: #fff;
14613
14517
  --background-button-secondary-hover: #f7f7f8;
14518
+ --background-button-tertiary: #f5f6f7;
14519
+ --background-button-tertiary-hover: #ececee;
14520
+ --background-button-primary: #14151a;
14521
+ --background-button-primary-hover: #1f2228;
14522
+ --color-button-primary: #fff;
14614
14523
  --background-badge-purple-disabled: #f7f1fd;
14615
14524
  --background-badge-gray: #e9eaec;
14616
14525
  --background-accent-purple: #924fe8;
14526
+ --background-hover-subtle: #0a0f290a;
14527
+ --background-hover-subtle-strong: #0a0f2914;
14528
+ --bg-action-secondary: #f5f6f7;
14529
+ --bg-action-secondary-hover: #0a0f290f;
14617
14530
  --border-action-normal: #dedfe3;
14618
14531
  --border-action-focus: #924fe8;
14619
14532
  --border-select-primary: #924fe8;
@@ -14621,9 +14534,11 @@ audio::-webkit-media-controls-enclosure {
14621
14534
  --text-base-secondary: #0f132499;
14622
14535
  --text-base-quaternary: #0a0f2940;
14623
14536
  --text-accent-purple: #9859e9;
14537
+ --text-disabled: #b1b3bb;
14624
14538
  --icon-base-primary: #14151a;
14625
14539
  --icon-base-secondary: #696b76;
14626
14540
  --icon-accent-purple: #924fe8;
14541
+ --scrollbar-thumb: #dee1e8;
14627
14542
  --absolute-position-panel-padding: 12px;
14628
14543
  }
14629
14544
 
@@ -14631,9 +14546,18 @@ audio::-webkit-media-controls-enclosure {
14631
14546
  --background-surface-default: #1e1f26;
14632
14547
  --background-button-secondary: #1e1f26;
14633
14548
  --background-button-secondary-hover: #2a2b34;
14549
+ --background-button-tertiary: #2a2b34;
14550
+ --background-button-tertiary-hover: #373842;
14551
+ --background-button-primary: #e8e9f0;
14552
+ --background-button-primary-hover: #d2d4de;
14553
+ --color-button-primary: #14151a;
14634
14554
  --background-badge-purple-disabled: #281c3c;
14635
14555
  --background-badge-gray: #2d2e37;
14636
14556
  --background-accent-purple: #924fe8;
14557
+ --background-hover-subtle: #e8e9f00f;
14558
+ --background-hover-subtle-strong: #e8e9f01a;
14559
+ --bg-action-secondary: #26272f;
14560
+ --bg-action-secondary-hover: #e8e9f014;
14637
14561
  --border-action-normal: #34353e;
14638
14562
  --border-action-focus: #924fe8;
14639
14563
  --border-select-primary: #924fe8;
@@ -14641,9 +14565,11 @@ audio::-webkit-media-controls-enclosure {
14641
14565
  --text-base-secondary: #e8e9f099;
14642
14566
  --text-base-quaternary: #e8e9f040;
14643
14567
  --text-accent-purple: #ac78f5;
14568
+ --text-disabled: #e8e9f04d;
14644
14569
  --icon-base-primary: #e8e9f0;
14645
14570
  --icon-base-secondary: #9496a5;
14646
14571
  --icon-accent-purple: #924fe8;
14572
+ --scrollbar-thumb: #50525f;
14647
14573
  }
14648
14574
 
14649
14575
  * {