@oliasoft-open-source/react-ui-library 4.0.0-beta-22 → 4.0.0-beta-23
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 +39 -38
- package/dist/index.js +16 -16
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -10565,12 +10565,13 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
10565
10565
|
margin: 0;
|
|
10566
10566
|
}
|
|
10567
10567
|
:root {
|
|
10568
|
+
--size-topbar: var(--size-xl);
|
|
10568
10569
|
--color-link-border-hover: var(--color-neutral-100);
|
|
10569
10570
|
}
|
|
10570
10571
|
[data-theme='dark'] {
|
|
10571
10572
|
--color-link-border-hover: var(--color-neutral-600);
|
|
10572
10573
|
}
|
|
10573
|
-
.
|
|
10574
|
+
._topbar_uzfj5_8 {
|
|
10574
10575
|
top: 0;
|
|
10575
10576
|
left: 0;
|
|
10576
10577
|
z-index: var(--zindex-topbar);
|
|
@@ -10579,15 +10580,15 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
10579
10580
|
background: var(--color-background-raised);
|
|
10580
10581
|
display: flex;
|
|
10581
10582
|
}
|
|
10582
|
-
.
|
|
10583
|
+
._topbar_uzfj5_8._fixed_uzfj5_17 {
|
|
10583
10584
|
position: fixed;
|
|
10584
10585
|
}
|
|
10585
10586
|
@media print {
|
|
10586
|
-
.
|
|
10587
|
+
._topbar_uzfj5_8 {
|
|
10587
10588
|
display: none !important;
|
|
10588
10589
|
}
|
|
10589
10590
|
}
|
|
10590
|
-
.
|
|
10591
|
+
._appSwitcher_uzfj5_25 {
|
|
10591
10592
|
color: white;
|
|
10592
10593
|
display: flex;
|
|
10593
10594
|
align-items: center;
|
|
@@ -10596,22 +10597,22 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
10596
10597
|
background-color: var(--color-neutral-700);
|
|
10597
10598
|
aspect-ratio: 1;
|
|
10598
10599
|
}
|
|
10599
|
-
.
|
|
10600
|
+
._appSwitcher_uzfj5_25:hover {
|
|
10600
10601
|
background-color: var(--color-neutral-750);
|
|
10601
10602
|
}
|
|
10602
|
-
.
|
|
10603
|
+
._appSwitcher_uzfj5_25:active {
|
|
10603
10604
|
background-color: var(--color-neutral-800);
|
|
10604
10605
|
}
|
|
10605
|
-
[data-theme='dark'] .
|
|
10606
|
+
[data-theme='dark'] ._appSwitcher_uzfj5_25 {
|
|
10606
10607
|
background-color: var(--color-neutral-900);
|
|
10607
10608
|
}
|
|
10608
|
-
[data-theme='dark'] .
|
|
10609
|
+
[data-theme='dark'] ._appSwitcher_uzfj5_25:hover {
|
|
10609
10610
|
background-color: var(--color-neutral-950);
|
|
10610
10611
|
}
|
|
10611
|
-
[data-theme='dark'] .
|
|
10612
|
+
[data-theme='dark'] ._appSwitcher_uzfj5_25:active {
|
|
10612
10613
|
background-color: var(--color-neutral-1000);
|
|
10613
10614
|
}
|
|
10614
|
-
.
|
|
10615
|
+
._title_uzfj5_49 {
|
|
10615
10616
|
display: flex;
|
|
10616
10617
|
align-items: center;
|
|
10617
10618
|
justify-content: center;
|
|
@@ -10619,55 +10620,55 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
10619
10620
|
padding: 0;
|
|
10620
10621
|
position: relative;
|
|
10621
10622
|
}
|
|
10622
|
-
.
|
|
10623
|
-
.
|
|
10623
|
+
._title_uzfj5_49 img,
|
|
10624
|
+
._title_uzfj5_49 svg {
|
|
10624
10625
|
max-height: var(--size-lg);
|
|
10625
10626
|
max-width: 300px;
|
|
10626
10627
|
height: auto;
|
|
10627
10628
|
width: auto;
|
|
10628
10629
|
color: var(--color-text);
|
|
10629
10630
|
}
|
|
10630
|
-
.
|
|
10631
|
+
._title_uzfj5_49 ._logo_uzfj5_65 {
|
|
10631
10632
|
display: flex;
|
|
10632
10633
|
}
|
|
10633
|
-
.
|
|
10634
|
+
._title_uzfj5_49 ._label_uzfj5_68 {
|
|
10634
10635
|
color: var(--color-text);
|
|
10635
10636
|
white-space: nowrap;
|
|
10636
10637
|
font-weight: bold;
|
|
10637
10638
|
}
|
|
10638
|
-
.
|
|
10639
|
+
._brand_uzfj5_73 {
|
|
10639
10640
|
padding: 0;
|
|
10640
10641
|
position: relative;
|
|
10641
10642
|
flex-shrink: 0;
|
|
10642
10643
|
}
|
|
10643
|
-
.
|
|
10644
|
+
._version_uzfj5_78 {
|
|
10644
10645
|
line-height: 1;
|
|
10645
10646
|
position: absolute;
|
|
10646
10647
|
right: 0;
|
|
10647
10648
|
bottom: 100%;
|
|
10648
10649
|
font-size: var(--font-size-xs);
|
|
10649
10650
|
}
|
|
10650
|
-
.
|
|
10651
|
-
.
|
|
10651
|
+
._left_uzfj5_85,
|
|
10652
|
+
._right_uzfj5_86 {
|
|
10652
10653
|
display: flex;
|
|
10653
10654
|
min-width: 0;
|
|
10654
10655
|
}
|
|
10655
|
-
.
|
|
10656
|
+
._left_uzfj5_85 {
|
|
10656
10657
|
gap: var(--spacing-4);
|
|
10657
10658
|
padding-left: var(--spacing-4);
|
|
10658
10659
|
}
|
|
10659
|
-
.
|
|
10660
|
+
._right_uzfj5_86 {
|
|
10660
10661
|
margin-left: auto;
|
|
10661
10662
|
flex-shrink: 0;
|
|
10662
10663
|
padding-right: var(--spacing-2);
|
|
10663
10664
|
gap: var(--spacing-2);
|
|
10664
10665
|
}
|
|
10665
|
-
.
|
|
10666
|
-
.
|
|
10666
|
+
._item_uzfj5_100,
|
|
10667
|
+
._link_uzfj5_101 {
|
|
10667
10668
|
align-items: center;
|
|
10668
10669
|
display: flex;
|
|
10669
10670
|
}
|
|
10670
|
-
.
|
|
10671
|
+
._item_uzfj5_100 {
|
|
10671
10672
|
position: relative;
|
|
10672
10673
|
transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
|
|
10673
10674
|
user-select: none;
|
|
@@ -10675,18 +10676,18 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
10675
10676
|
min-width: 0;
|
|
10676
10677
|
max-width: 50vw;
|
|
10677
10678
|
}
|
|
10678
|
-
.
|
|
10679
|
-
.
|
|
10679
|
+
._item_uzfj5_100._button_uzfj5_113,
|
|
10680
|
+
._item_uzfj5_100._menu_uzfj5_114 {
|
|
10680
10681
|
flex-shrink: 0;
|
|
10681
10682
|
}
|
|
10682
|
-
.
|
|
10683
|
+
._label_uzfj5_68 {
|
|
10683
10684
|
text-overflow: ellipsis;
|
|
10684
10685
|
white-space: nowrap;
|
|
10685
10686
|
overflow: hidden;
|
|
10686
10687
|
display: block;
|
|
10687
10688
|
max-width: 100%;
|
|
10688
10689
|
}
|
|
10689
|
-
.
|
|
10690
|
+
._link_uzfj5_101 {
|
|
10690
10691
|
text-decoration: none;
|
|
10691
10692
|
color: var(--color-text-primary);
|
|
10692
10693
|
cursor: pointer;
|
|
@@ -10694,24 +10695,24 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
10694
10695
|
font-weight: bold;
|
|
10695
10696
|
height: 100%;
|
|
10696
10697
|
}
|
|
10697
|
-
.
|
|
10698
|
+
._link_uzfj5_101 svg {
|
|
10698
10699
|
margin-right: var(--spacing-1);
|
|
10699
10700
|
flex-shrink: 0;
|
|
10700
10701
|
}
|
|
10701
|
-
.
|
|
10702
|
+
._link_uzfj5_101:hover {
|
|
10702
10703
|
color: var(--color-text-primary-hover);
|
|
10703
10704
|
}
|
|
10704
|
-
.
|
|
10705
|
+
._link_uzfj5_101:active {
|
|
10705
10706
|
color: var(--color-text-primary-active);
|
|
10706
10707
|
}
|
|
10707
|
-
.
|
|
10708
|
+
._link_uzfj5_101._active_uzfj5_142 {
|
|
10708
10709
|
color: var(--color-text);
|
|
10709
10710
|
}
|
|
10710
|
-
.
|
|
10711
|
-
.
|
|
10711
|
+
._link_uzfj5_101:hover,
|
|
10712
|
+
._link_uzfj5_101._active_uzfj5_142 {
|
|
10712
10713
|
background-color: transparent;
|
|
10713
10714
|
}
|
|
10714
|
-
.
|
|
10715
|
+
._link_uzfj5_101:after {
|
|
10715
10716
|
content: '';
|
|
10716
10717
|
position: absolute;
|
|
10717
10718
|
left: 0;
|
|
@@ -10719,17 +10720,17 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
|
|
|
10719
10720
|
bottom: 0;
|
|
10720
10721
|
border-bottom: 2px solid transparent;
|
|
10721
10722
|
}
|
|
10722
|
-
.
|
|
10723
|
+
._link_uzfj5_101:hover:after {
|
|
10723
10724
|
border-color: var(--color-link-border-hover);
|
|
10724
10725
|
}
|
|
10725
|
-
.
|
|
10726
|
+
._link_uzfj5_101._active_uzfj5_142:after {
|
|
10726
10727
|
border-color: var(--color-background-primary);
|
|
10727
10728
|
}
|
|
10728
|
-
.
|
|
10729
|
+
._link_uzfj5_101[disabled] {
|
|
10729
10730
|
pointer-events: none;
|
|
10730
10731
|
color: var(--color-text-faint);
|
|
10731
10732
|
}
|
|
10732
|
-
.
|
|
10733
|
+
._alert_uzfj5_167 {
|
|
10733
10734
|
background-color: var(--color-background-primary);
|
|
10734
10735
|
color: white;
|
|
10735
10736
|
text-align: center;
|
package/dist/index.js
CHANGED
|
@@ -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 = "
|
|
62452
|
-
const fixed = "
|
|
62453
|
-
const appSwitcher = "
|
|
62454
|
-
const title = "
|
|
62455
|
-
const logo = "
|
|
62456
|
-
const label = "
|
|
62457
|
-
const brand = "
|
|
62458
|
-
const version = "
|
|
62459
|
-
const left = "
|
|
62460
|
-
const right = "
|
|
62461
|
-
const item = "
|
|
62462
|
-
const link = "
|
|
62463
|
-
const button = "
|
|
62464
|
-
const menu = "
|
|
62465
|
-
const active = "
|
|
62466
|
-
const alert = "
|
|
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,
|
package/package.json
CHANGED