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/spa.css CHANGED
@@ -489,101 +489,113 @@
489
489
  color: #0a0f2940;
490
490
  }
491
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;
492
+ .button_XNHIwg.secondary_XNHIwg {
493
+ background-color: var(--background-button-secondary);
494
+ color: var(--text-base-primary);
500
495
  }
501
496
 
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;
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
- [data-theme="dark"] .primary_XNHIwg {
512
- color: #14151a;
513
- background-color: #e8e9f0;
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
- [data-theme="dark"] .primary_XNHIwg:hover:not(:disabled) {
518
- color: #14151a;
519
- background-color: #d2d4de;
509
+ .button_XNHIwg.secondary_XNHIwg:disabled {
510
+ background-color: var(--background-button-secondary);
511
+ color: var(--text-disabled);
520
512
  }
521
513
 
522
- [data-theme="dark"] .primary_XNHIwg:disabled {
523
- color: #e8e9f040;
524
- background-color: #34353e;
525
- border-color: #34353e;
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
- [data-theme="dark"] .tertiary_XNHIwg {
529
- border-color: var(--border-action-normal);
530
- color: var(--text-base-primary);
531
- background-color: #2a2b34;
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
- [data-theme="dark"] .tertiary_XNHIwg:hover:not(:disabled) {
535
- color: var(--text-base-primary);
536
- background-color: #373842;
526
+ .button_XNHIwg.tertiary_XNHIwg:disabled {
527
+ background-color: var(--background-button-tertiary);
528
+ color: var(--text-disabled);
537
529
  }
538
530
 
539
- [data-theme="dark"] .ghost_XNHIwg {
531
+ .button_XNHIwg.ghost_XNHIwg {
540
532
  color: var(--text-base-secondary);
533
+ background-color: #0000;
541
534
  }
542
535
 
543
- [data-theme="dark"] .ghost_XNHIwg:hover {
544
- color: var(--text-base-secondary);
545
- background-color: #e8e9f00f;
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
- [data-theme="dark"] .ghost_XNHIwg:disabled {
549
- color: #e8e9f040;
543
+ .button_XNHIwg.ghost_XNHIwg:disabled {
544
+ color: var(--text-base-quaternary);
550
545
  }
551
546
 
552
- [data-theme="dark"] .ghostFilled_XNHIwg {
547
+ .button_XNHIwg.ghostFilled_XNHIwg {
553
548
  color: var(--text-base-secondary);
554
- background-color: #e8e9f00f;
549
+ background-color: var(--background-hover-subtle);
555
550
  }
556
551
 
557
- [data-theme="dark"] .ghostFilled_XNHIwg:disabled {
558
- color: #e8e9f040;
552
+ .button_XNHIwg.ghostFilled_XNHIwg:disabled {
553
+ color: var(--text-base-quaternary);
559
554
  }
560
555
 
561
- [data-theme="dark"] .quaternary_XNHIwg {
556
+ .button_XNHIwg.quaternary_XNHIwg, .button_XNHIwg.quaternary_XNHIwg:disabled {
562
557
  color: var(--text-base-primary);
563
- background-color: #e8e9f00f;
558
+ background-color: var(--background-hover-subtle);
564
559
  }
565
560
 
566
- [data-theme="dark"] .quaternary_XNHIwg:disabled {
567
- color: var(--text-base-primary);
568
- background-color: #e8e9f00f;
561
+ .button_XNHIwg.quaternary_XNHIwg:disabled {
562
+ color: var(--text-base-quaternary);
569
563
  }
570
564
 
571
- [data-theme="dark"] .quaternary_XNHIwg:disabled {
572
- color: #e8e9f040;
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
- [data-theme="dark"] .quaternary_XNHIwg:hover:not(:disabled) {
576
- color: var(--text-base-primary);
577
- background-color: #e8e9f01a;
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
- [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;
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: #e9eaec;
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: #000 !important;
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: #14151a;
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: #fff;
2051
- background-color: #1f2228;
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: #fff;
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: #f7f7f8;
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: #f7f7f8;
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 #e9eaec;
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: #696b76;
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: #14151a;
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: #dee1e8;
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, #0000000d);
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: #dee1e8;
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, #0000001f);
7422
- background: var(--bg-action-secondary, #f5f5f7);
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: #fff;
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
- background-color: #f7f7f8;
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: #f7f7f8;
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 #e9eaec;
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: #fff;
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: #dee1e8;
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: #9ca3af;
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: #111827;
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: #696b76;
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: #fff;
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: #111827;
13856
- background-color: #f3f4f6;
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
- background-color: #333;
13873
+ opacity: .88;
13861
13874
  }
13862
13875
 
13863
13876
  .button_Ft-RRw.secondary_Ft-RRw:hover {
13864
- background-color: #e5e7eb;
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: #f6f1fc;
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: #696b75;
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
  * {