@oliasoft-open-source/react-ui-library 4.0.0-beta-22 → 4.0.0-beta-24

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/global.css CHANGED
@@ -8527,121 +8527,122 @@ button:active .remirror-menu-pane-shortcut,
8527
8527
  min-height: 0;
8528
8528
  flex-shrink: 0;
8529
8529
  }
8530
- ._inputInTable_kett7_1 {
8530
+ ._inputInTable_19p7c_1 {
8531
8531
  background-color: transparent;
8532
8532
  border-radius: inherit !important;
8533
8533
  height: var(--size);
8534
8534
  min-height: 100%;
8535
8535
  }
8536
- ._inputInTable_kett7_1:not(:hover) {
8536
+ ._inputInTable_19p7c_1:not(:hover) {
8537
8537
  border-color: transparent;
8538
8538
  }
8539
- ._inputInTable_kett7_1:not(:focus) {
8539
+ ._inputInTable_19p7c_1:not(:focus) {
8540
8540
  box-shadow: none;
8541
8541
  }
8542
- ._inputHover_kett7_13 {
8542
+ ._inputHover_19p7c_13 {
8543
8543
  position: relative;
8544
8544
  border-color: var(--color-border-hover);
8545
8545
  z-index: 2;
8546
8546
  }
8547
- ._inputFocus_kett7_18 {
8547
+ ._inputFocus_19p7c_18 {
8548
8548
  position: relative;
8549
8549
  outline: none !important;
8550
8550
  border-color: var(--color-border-focus) !important;
8551
8551
  box-shadow: var(--shadow-focus);
8552
8552
  z-index: 3;
8553
8553
  }
8554
- ._inputError_kett7_25,
8555
- ._inputWarning_kett7_26 {
8554
+ ._inputError_19p7c_25,
8555
+ ._inputWarning_19p7c_26 {
8556
8556
  position: relative;
8557
8557
  }
8558
- ._inputError_kett7_25 {
8558
+ ._inputError_19p7c_25 {
8559
8559
  z-index: 2;
8560
8560
  border-color: var(--color-border-error);
8561
8561
  color: var(--color-text-error) !important;
8562
8562
  background-color: var(--color-background-error);
8563
8563
  }
8564
- ._inputError_kett7_25:hover {
8564
+ ._inputError_19p7c_25:hover {
8565
8565
  border-color: var(--color-border-error-hover) !important;
8566
8566
  }
8567
- ._inputError_kett7_25:focus {
8567
+ ._inputError_19p7c_25:focus {
8568
8568
  position: relative;
8569
8569
  outline: none !important;
8570
8570
  border-color: var(--color-border-focus) !important;
8571
8571
  box-shadow: var(--shadow-focus);
8572
8572
  z-index: 3;
8573
8573
  }
8574
- ._inputWarning_kett7_26 {
8574
+ ._inputWarning_19p7c_26 {
8575
8575
  z-index: 1;
8576
8576
  border-color: var(--color-border-warning);
8577
8577
  color: var(--color-text-warning) !important;
8578
8578
  background-color: var(--color-background-warning);
8579
8579
  }
8580
- ._inputWarning_kett7_26:hover {
8580
+ ._inputWarning_19p7c_26:hover {
8581
8581
  border-color: var(--color-border-warning-hover) !important;
8582
8582
  }
8583
- ._inputWarning_kett7_26:focus {
8583
+ ._inputWarning_19p7c_26:focus {
8584
8584
  position: relative;
8585
8585
  outline: none !important;
8586
8586
  border-color: var(--color-border-focus) !important;
8587
8587
  box-shadow: var(--shadow-focus);
8588
8588
  z-index: 3;
8589
8589
  }
8590
- ._inputDisabled_kett7_61 {
8590
+ ._inputDisabled_19p7c_61 {
8591
8591
  pointer-events: none;
8592
8592
  background-color: var(--color-background-disabled);
8593
8593
  color: var(--color-text-muted);
8594
8594
  box-shadow: none;
8595
8595
  }
8596
- ._hideScrollbars_kett7_67 {
8596
+ ._hideScrollbars_19p7c_67 {
8597
8597
  /* Firefox */
8598
8598
  scrollbar-width: none;
8599
8599
  /* IE 10+ */
8600
8600
  -ms-overflow-style: none;
8601
8601
  /* Chrome, Safari and Opera */
8602
8602
  }
8603
- ._hideScrollbars_kett7_67::-webkit-scrollbar {
8603
+ ._hideScrollbars_19p7c_67::-webkit-scrollbar {
8604
8604
  display: none;
8605
8605
  }
8606
8606
  :root {
8607
+ --size-sidebar: var(--size-xl);
8607
8608
  --color-background-sidebar: var(--color-neutral-1000);
8608
8609
  }
8609
- ._sidebar_kett7_80 {
8610
+ ._sidebar_19p7c_81 {
8610
8611
  background-color: var(--color-background-sidebar);
8611
8612
  color: white;
8612
8613
  position: relative;
8613
8614
  padding: var(--padding-y) 0;
8614
8615
  }
8615
8616
  @media print {
8616
- ._sidebar_kett7_80 {
8617
+ ._sidebar_19p7c_81 {
8617
8618
  display: none;
8618
8619
  }
8619
8620
  }
8620
- ._inner_kett7_91 {
8621
+ ._inner_19p7c_92 {
8621
8622
  /* Firefox */
8622
8623
  scrollbar-width: none;
8623
8624
  /* IE 10+ */
8624
8625
  -ms-overflow-style: none;
8625
8626
  /* Chrome, Safari and Opera */
8626
8627
  }
8627
- ._inner_kett7_91::-webkit-scrollbar {
8628
+ ._inner_19p7c_92::-webkit-scrollbar {
8628
8629
  display: none;
8629
8630
  }
8630
- ._title_kett7_101,
8631
- ._subtitle_kett7_102,
8632
- ._label_kett7_103 {
8631
+ ._title_19p7c_102,
8632
+ ._subtitle_19p7c_103,
8633
+ ._label_19p7c_104 {
8633
8634
  transition: opacity 0.2s, max-height 0.2s, margin 0.2s, color 0.2s;
8634
8635
  max-height: 50px;
8635
8636
  }
8636
- ._collapsed_kett7_107 ._title_kett7_101,
8637
- ._collapsed_kett7_107 ._subtitle_kett7_102,
8638
- ._collapsed_kett7_107 ._label_kett7_103 {
8637
+ ._collapsed_19p7c_108 ._title_19p7c_102,
8638
+ ._collapsed_19p7c_108 ._subtitle_19p7c_103,
8639
+ ._collapsed_19p7c_108 ._label_19p7c_104 {
8639
8640
  opacity: 0;
8640
8641
  max-height: 0;
8641
8642
  margin-bottom: 0;
8642
8643
  margin-top: 0;
8643
8644
  }
8644
- ._title_kett7_101 {
8645
+ ._title_19p7c_102 {
8645
8646
  overflow: hidden;
8646
8647
  max-width: 100%;
8647
8648
  text-overflow: ellipsis;
@@ -8650,7 +8651,7 @@ button:active .remirror-menu-pane-shortcut,
8650
8651
  font-size: var(--font-size-lg);
8651
8652
  padding: 0 var(--padding-x);
8652
8653
  }
8653
- ._subtitle_kett7_102 {
8654
+ ._subtitle_19p7c_103 {
8654
8655
  margin-bottom: var(--padding-y);
8655
8656
  white-space: nowrap;
8656
8657
  font-size: var(--font-size-sm);
@@ -8658,11 +8659,11 @@ button:active .remirror-menu-pane-shortcut,
8658
8659
  opacity: 0.6;
8659
8660
  padding: 0 var(--padding-x);
8660
8661
  }
8661
- ._list_kett7_132 {
8662
+ ._list_19p7c_133 {
8662
8663
  margin-bottom: var(--padding-y);
8663
8664
  margin-top: 0;
8664
8665
  }
8665
- ._item_kett7_136 {
8666
+ ._item_19p7c_137 {
8666
8667
  min-height: var(--size-lg);
8667
8668
  transition: padding 0.2s;
8668
8669
  font-size: var(--font-size-lg);
@@ -8672,30 +8673,30 @@ button:active .remirror-menu-pane-shortcut,
8672
8673
  padding: 0 var(--padding-x);
8673
8674
  align-items: center;
8674
8675
  }
8675
- ._collapsed_kett7_107 ._item_kett7_136 {
8676
+ ._collapsed_19p7c_108 ._item_19p7c_137 {
8676
8677
  padding: 0 9px;
8677
8678
  }
8678
- ._item_kett7_136:focus {
8679
+ ._item_19p7c_137:focus {
8679
8680
  outline: none;
8680
8681
  }
8681
- ._item_kett7_136::-moz-focus-inner {
8682
+ ._item_19p7c_137::-moz-focus-inner {
8682
8683
  border: 0;
8683
8684
  }
8684
- ._item_kett7_136:hover,
8685
- ._item_kett7_136:focus {
8685
+ ._item_19p7c_137:hover,
8686
+ ._item_19p7c_137:focus {
8686
8687
  color: var(--color-primary-400);
8687
8688
  }
8688
- ._item_kett7_136:active {
8689
+ ._item_19p7c_137:active {
8689
8690
  color: var(--color-primary-300);
8690
8691
  }
8691
- ._item_kett7_136._active_kett7_162 {
8692
+ ._item_19p7c_137._active_19p7c_163 {
8692
8693
  color: white;
8693
8694
  background: black;
8694
8695
  }
8695
- ._item_kett7_136._experimental_kett7_166 {
8696
+ ._item_19p7c_137._experimental_19p7c_167 {
8696
8697
  background: #40130b;
8697
8698
  }
8698
- ._icon_kett7_169 {
8699
+ ._icon_19p7c_170 {
8699
8700
  margin-right: var(--spacing-3);
8700
8701
  line-height: 0;
8701
8702
  flex-shrink: 0;
@@ -8703,23 +8704,23 @@ button:active .remirror-menu-pane-shortcut,
8703
8704
  opacity: 0.4;
8704
8705
  display: block;
8705
8706
  }
8706
- ._item_kett7_136:hover ._icon_kett7_169,
8707
- ._item_kett7_136:focus ._icon_kett7_169 {
8707
+ ._item_19p7c_137:hover ._icon_19p7c_170,
8708
+ ._item_19p7c_137:focus ._icon_19p7c_170 {
8708
8709
  opacity: 0.6;
8709
8710
  }
8710
- ._item_kett7_136:active ._icon_kett7_169 {
8711
+ ._item_19p7c_137:active ._icon_19p7c_170 {
8711
8712
  opacity: 0.8;
8712
8713
  }
8713
- ._item_kett7_136._active_kett7_162 ._icon_kett7_169 {
8714
+ ._item_19p7c_137._active_19p7c_163 ._icon_19p7c_170 {
8714
8715
  opacity: 1;
8715
8716
  }
8716
- ._icon_kett7_169 > * {
8717
+ ._icon_19p7c_170 > * {
8717
8718
  opacity: 1;
8718
8719
  }
8719
- ._icon_kett7_169 > span {
8720
+ ._icon_19p7c_170 > span {
8720
8721
  display: block;
8721
8722
  }
8722
- ._label_kett7_103 {
8723
+ ._label_19p7c_104 {
8723
8724
  white-space: nowrap;
8724
8725
  overflow: hidden;
8725
8726
  }
@@ -10565,12 +10566,13 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10565
10566
  margin: 0;
10566
10567
  }
10567
10568
  :root {
10569
+ --size-topbar: var(--size-xl);
10568
10570
  --color-link-border-hover: var(--color-neutral-100);
10569
10571
  }
10570
10572
  [data-theme='dark'] {
10571
10573
  --color-link-border-hover: var(--color-neutral-600);
10572
10574
  }
10573
- ._topbar_hthqn_7 {
10575
+ ._topbar_uzfj5_8 {
10574
10576
  top: 0;
10575
10577
  left: 0;
10576
10578
  z-index: var(--zindex-topbar);
@@ -10579,15 +10581,15 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10579
10581
  background: var(--color-background-raised);
10580
10582
  display: flex;
10581
10583
  }
10582
- ._topbar_hthqn_7._fixed_hthqn_16 {
10584
+ ._topbar_uzfj5_8._fixed_uzfj5_17 {
10583
10585
  position: fixed;
10584
10586
  }
10585
10587
  @media print {
10586
- ._topbar_hthqn_7 {
10588
+ ._topbar_uzfj5_8 {
10587
10589
  display: none !important;
10588
10590
  }
10589
10591
  }
10590
- ._appSwitcher_hthqn_24 {
10592
+ ._appSwitcher_uzfj5_25 {
10591
10593
  color: white;
10592
10594
  display: flex;
10593
10595
  align-items: center;
@@ -10596,22 +10598,22 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10596
10598
  background-color: var(--color-neutral-700);
10597
10599
  aspect-ratio: 1;
10598
10600
  }
10599
- ._appSwitcher_hthqn_24:hover {
10601
+ ._appSwitcher_uzfj5_25:hover {
10600
10602
  background-color: var(--color-neutral-750);
10601
10603
  }
10602
- ._appSwitcher_hthqn_24:active {
10604
+ ._appSwitcher_uzfj5_25:active {
10603
10605
  background-color: var(--color-neutral-800);
10604
10606
  }
10605
- [data-theme='dark'] ._appSwitcher_hthqn_24 {
10607
+ [data-theme='dark'] ._appSwitcher_uzfj5_25 {
10606
10608
  background-color: var(--color-neutral-900);
10607
10609
  }
10608
- [data-theme='dark'] ._appSwitcher_hthqn_24:hover {
10610
+ [data-theme='dark'] ._appSwitcher_uzfj5_25:hover {
10609
10611
  background-color: var(--color-neutral-950);
10610
10612
  }
10611
- [data-theme='dark'] ._appSwitcher_hthqn_24:active {
10613
+ [data-theme='dark'] ._appSwitcher_uzfj5_25:active {
10612
10614
  background-color: var(--color-neutral-1000);
10613
10615
  }
10614
- ._title_hthqn_48 {
10616
+ ._title_uzfj5_49 {
10615
10617
  display: flex;
10616
10618
  align-items: center;
10617
10619
  justify-content: center;
@@ -10619,55 +10621,55 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10619
10621
  padding: 0;
10620
10622
  position: relative;
10621
10623
  }
10622
- ._title_hthqn_48 img,
10623
- ._title_hthqn_48 svg {
10624
+ ._title_uzfj5_49 img,
10625
+ ._title_uzfj5_49 svg {
10624
10626
  max-height: var(--size-lg);
10625
10627
  max-width: 300px;
10626
10628
  height: auto;
10627
10629
  width: auto;
10628
10630
  color: var(--color-text);
10629
10631
  }
10630
- ._title_hthqn_48 ._logo_hthqn_64 {
10632
+ ._title_uzfj5_49 ._logo_uzfj5_65 {
10631
10633
  display: flex;
10632
10634
  }
10633
- ._title_hthqn_48 ._label_hthqn_67 {
10635
+ ._title_uzfj5_49 ._label_uzfj5_68 {
10634
10636
  color: var(--color-text);
10635
10637
  white-space: nowrap;
10636
10638
  font-weight: bold;
10637
10639
  }
10638
- ._brand_hthqn_72 {
10640
+ ._brand_uzfj5_73 {
10639
10641
  padding: 0;
10640
10642
  position: relative;
10641
10643
  flex-shrink: 0;
10642
10644
  }
10643
- ._version_hthqn_77 {
10645
+ ._version_uzfj5_78 {
10644
10646
  line-height: 1;
10645
10647
  position: absolute;
10646
10648
  right: 0;
10647
10649
  bottom: 100%;
10648
10650
  font-size: var(--font-size-xs);
10649
10651
  }
10650
- ._left_hthqn_84,
10651
- ._right_hthqn_85 {
10652
+ ._left_uzfj5_85,
10653
+ ._right_uzfj5_86 {
10652
10654
  display: flex;
10653
10655
  min-width: 0;
10654
10656
  }
10655
- ._left_hthqn_84 {
10657
+ ._left_uzfj5_85 {
10656
10658
  gap: var(--spacing-4);
10657
10659
  padding-left: var(--spacing-4);
10658
10660
  }
10659
- ._right_hthqn_85 {
10661
+ ._right_uzfj5_86 {
10660
10662
  margin-left: auto;
10661
10663
  flex-shrink: 0;
10662
10664
  padding-right: var(--spacing-2);
10663
10665
  gap: var(--spacing-2);
10664
10666
  }
10665
- ._item_hthqn_99,
10666
- ._link_hthqn_100 {
10667
+ ._item_uzfj5_100,
10668
+ ._link_uzfj5_101 {
10667
10669
  align-items: center;
10668
10670
  display: flex;
10669
10671
  }
10670
- ._item_hthqn_99 {
10672
+ ._item_uzfj5_100 {
10671
10673
  position: relative;
10672
10674
  transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
10673
10675
  user-select: none;
@@ -10675,18 +10677,18 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10675
10677
  min-width: 0;
10676
10678
  max-width: 50vw;
10677
10679
  }
10678
- ._item_hthqn_99._button_hthqn_112,
10679
- ._item_hthqn_99._menu_hthqn_113 {
10680
+ ._item_uzfj5_100._button_uzfj5_113,
10681
+ ._item_uzfj5_100._menu_uzfj5_114 {
10680
10682
  flex-shrink: 0;
10681
10683
  }
10682
- ._label_hthqn_67 {
10684
+ ._label_uzfj5_68 {
10683
10685
  text-overflow: ellipsis;
10684
10686
  white-space: nowrap;
10685
10687
  overflow: hidden;
10686
10688
  display: block;
10687
10689
  max-width: 100%;
10688
10690
  }
10689
- ._link_hthqn_100 {
10691
+ ._link_uzfj5_101 {
10690
10692
  text-decoration: none;
10691
10693
  color: var(--color-text-primary);
10692
10694
  cursor: pointer;
@@ -10694,24 +10696,24 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10694
10696
  font-weight: bold;
10695
10697
  height: 100%;
10696
10698
  }
10697
- ._link_hthqn_100 svg {
10699
+ ._link_uzfj5_101 svg {
10698
10700
  margin-right: var(--spacing-1);
10699
10701
  flex-shrink: 0;
10700
10702
  }
10701
- ._link_hthqn_100:hover {
10703
+ ._link_uzfj5_101:hover {
10702
10704
  color: var(--color-text-primary-hover);
10703
10705
  }
10704
- ._link_hthqn_100:active {
10706
+ ._link_uzfj5_101:active {
10705
10707
  color: var(--color-text-primary-active);
10706
10708
  }
10707
- ._link_hthqn_100._active_hthqn_141 {
10709
+ ._link_uzfj5_101._active_uzfj5_142 {
10708
10710
  color: var(--color-text);
10709
10711
  }
10710
- ._link_hthqn_100:hover,
10711
- ._link_hthqn_100._active_hthqn_141 {
10712
+ ._link_uzfj5_101:hover,
10713
+ ._link_uzfj5_101._active_uzfj5_142 {
10712
10714
  background-color: transparent;
10713
10715
  }
10714
- ._link_hthqn_100:after {
10716
+ ._link_uzfj5_101:after {
10715
10717
  content: '';
10716
10718
  position: absolute;
10717
10719
  left: 0;
@@ -10719,17 +10721,17 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10719
10721
  bottom: 0;
10720
10722
  border-bottom: 2px solid transparent;
10721
10723
  }
10722
- ._link_hthqn_100:hover:after {
10724
+ ._link_uzfj5_101:hover:after {
10723
10725
  border-color: var(--color-link-border-hover);
10724
10726
  }
10725
- ._link_hthqn_100._active_hthqn_141:after {
10727
+ ._link_uzfj5_101._active_uzfj5_142:after {
10726
10728
  border-color: var(--color-background-primary);
10727
10729
  }
10728
- ._link_hthqn_100[disabled] {
10730
+ ._link_uzfj5_101[disabled] {
10729
10731
  pointer-events: none;
10730
10732
  color: var(--color-text-faint);
10731
10733
  }
10732
- ._alert_hthqn_166 {
10734
+ ._alert_uzfj5_167 {
10733
10735
  background-color: var(--color-background-primary);
10734
10736
  color: white;
10735
10737
  text-align: center;
package/dist/index.js CHANGED
@@ -57019,24 +57019,24 @@ var reactFastCompare = function isEqual3(a2, b2) {
57019
57019
  throw error2;
57020
57020
  }
57021
57021
  };
57022
- const inputInTable$3 = "_inputInTable_kett7_1";
57023
- const inputHover$3 = "_inputHover_kett7_13";
57024
- const inputFocus$3 = "_inputFocus_kett7_18";
57025
- const inputError$3 = "_inputError_kett7_25";
57026
- const inputWarning$3 = "_inputWarning_kett7_26";
57027
- const inputDisabled$3 = "_inputDisabled_kett7_61";
57028
- const hideScrollbars$3 = "_hideScrollbars_kett7_67";
57029
- const sidebar = "_sidebar_kett7_80";
57030
- const inner = "_inner_kett7_91";
57031
- const title$2 = "_title_kett7_101";
57032
- const subtitle = "_subtitle_kett7_102";
57033
- const label$2 = "_label_kett7_103";
57034
- const collapsed = "_collapsed_kett7_107";
57035
- const list = "_list_kett7_132";
57036
- const item$2 = "_item_kett7_136";
57037
- const active$2 = "_active_kett7_162";
57038
- const experimental = "_experimental_kett7_166";
57039
- const icon$1 = "_icon_kett7_169";
57022
+ const inputInTable$3 = "_inputInTable_19p7c_1";
57023
+ const inputHover$3 = "_inputHover_19p7c_13";
57024
+ const inputFocus$3 = "_inputFocus_19p7c_18";
57025
+ const inputError$3 = "_inputError_19p7c_25";
57026
+ const inputWarning$3 = "_inputWarning_19p7c_26";
57027
+ const inputDisabled$3 = "_inputDisabled_19p7c_61";
57028
+ const hideScrollbars$3 = "_hideScrollbars_19p7c_67";
57029
+ const sidebar = "_sidebar_19p7c_81";
57030
+ const inner = "_inner_19p7c_92";
57031
+ const title$2 = "_title_19p7c_102";
57032
+ const subtitle = "_subtitle_19p7c_103";
57033
+ const label$2 = "_label_19p7c_104";
57034
+ const collapsed = "_collapsed_19p7c_108";
57035
+ const list = "_list_19p7c_133";
57036
+ const item$2 = "_item_19p7c_137";
57037
+ const active$2 = "_active_19p7c_163";
57038
+ const experimental = "_experimental_19p7c_167";
57039
+ const icon$1 = "_icon_19p7c_170";
57040
57040
  const styles$c = {
57041
57041
  inputInTable: inputInTable$3,
57042
57042
  inputHover: inputHover$3,
@@ -57156,7 +57156,7 @@ const SideBar = memo(
57156
57156
  open: isOpen2,
57157
57157
  top: top2,
57158
57158
  background: "var(--color-background-sidebar)",
57159
- closedWidth: "var(--size-xl)",
57159
+ closedWidth: "var(--size-sidebar)",
57160
57160
  enableButton: visible,
57161
57161
  buttonPosition: "bottom",
57162
57162
  buttonAnimate: true,
@@ -62448,22 +62448,22 @@ Toggle.propTypes = {
62448
62448
  helpText: propTypes$1.exports.string,
62449
62449
  onClickHelp: propTypes$1.exports.func
62450
62450
  };
62451
- const topbar = "_topbar_hthqn_7";
62452
- const fixed = "_fixed_hthqn_16";
62453
- const appSwitcher = "_appSwitcher_hthqn_24";
62454
- const title = "_title_hthqn_48";
62455
- const logo = "_logo_hthqn_64";
62456
- const label = "_label_hthqn_67";
62457
- const brand = "_brand_hthqn_72";
62458
- const version = "_version_hthqn_77";
62459
- const left = "_left_hthqn_84";
62460
- const right = "_right_hthqn_85";
62461
- const item = "_item_hthqn_99";
62462
- const link = "_link_hthqn_100";
62463
- const button = "_button_hthqn_112";
62464
- const menu = "_menu_hthqn_113";
62465
- const active = "_active_hthqn_141";
62466
- const alert = "_alert_hthqn_166";
62451
+ const topbar = "_topbar_uzfj5_8";
62452
+ const fixed = "_fixed_uzfj5_17";
62453
+ const appSwitcher = "_appSwitcher_uzfj5_25";
62454
+ const title = "_title_uzfj5_49";
62455
+ const logo = "_logo_uzfj5_65";
62456
+ const label = "_label_uzfj5_68";
62457
+ const brand = "_brand_uzfj5_73";
62458
+ const version = "_version_uzfj5_78";
62459
+ const left = "_left_uzfj5_85";
62460
+ const right = "_right_uzfj5_86";
62461
+ const item = "_item_uzfj5_100";
62462
+ const link = "_link_uzfj5_101";
62463
+ const button = "_button_uzfj5_113";
62464
+ const menu = "_menu_uzfj5_114";
62465
+ const active = "_active_uzfj5_142";
62466
+ const alert = "_alert_uzfj5_167";
62467
62467
  const styles$2 = {
62468
62468
  topbar,
62469
62469
  fixed,