@oliasoft-open-source/react-ui-library 4.0.0-beta-36 → 4.0.0-beta-37
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 +44 -44
- package/dist/index.js +25 -25
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -777,49 +777,49 @@ a {
|
|
|
777
777
|
color: var(--color-text-primary-active) !important;
|
|
778
778
|
fill: var(--color-text-primary-active) !important;
|
|
779
779
|
}
|
|
780
|
-
.
|
|
780
|
+
._accordion_1erh7_1 {
|
|
781
781
|
position: relative;
|
|
782
782
|
color: var(--color-text);
|
|
783
783
|
}
|
|
784
|
-
.
|
|
784
|
+
._accordion_1erh7_1 ._accordionHeader_1erh7_5 {
|
|
785
785
|
display: flex;
|
|
786
786
|
align-items: center;
|
|
787
787
|
}
|
|
788
|
-
.
|
|
788
|
+
._accordion_1erh7_1 ._accordionHeader_1erh7_5 ._heading_1erh7_9 {
|
|
789
789
|
flex-grow: 1;
|
|
790
790
|
}
|
|
791
|
-
.
|
|
791
|
+
._accordion_1erh7_1 ._accordionHeader_1erh7_5._clickable_1erh7_12:hover {
|
|
792
792
|
cursor: pointer;
|
|
793
793
|
}
|
|
794
|
-
.
|
|
794
|
+
._accordion_1erh7_1 ._accordionHeader_1erh7_5._clickable_1erh7_12:hover > * {
|
|
795
795
|
color: var(--color-text) !important;
|
|
796
796
|
}
|
|
797
|
-
.
|
|
797
|
+
._accordion_1erh7_1:not(._bordered_1erh7_18) ._accordionContent_1erh7_18 {
|
|
798
798
|
margin-top: var(--margin);
|
|
799
799
|
}
|
|
800
|
-
.
|
|
801
|
-
.
|
|
800
|
+
._accordion_1erh7_1._bordered_1erh7_18 ._accordionHeader_1erh7_5,
|
|
801
|
+
._accordion_1erh7_1._bordered_1erh7_18 ._accordionContent_1erh7_18 {
|
|
802
802
|
border: 1px solid var(--color-border);
|
|
803
803
|
line-height: var(--line-height);
|
|
804
804
|
}
|
|
805
|
-
.
|
|
806
|
-
padding: var(--
|
|
805
|
+
._accordion_1erh7_1._bordered_1erh7_18 ._accordionHeader_1erh7_5 {
|
|
806
|
+
padding: var(--space-1) var(--padding-sm);
|
|
807
807
|
border-radius: var(--border-radius);
|
|
808
808
|
background-color: var(--color-background);
|
|
809
809
|
}
|
|
810
|
-
.
|
|
810
|
+
._accordion_1erh7_1._bordered_1erh7_18._expanded_1erh7_31 ._accordionHeader_1erh7_5 {
|
|
811
811
|
border-bottom-left-radius: 0;
|
|
812
812
|
border-bottom-right-radius: 0;
|
|
813
813
|
}
|
|
814
|
-
.
|
|
814
|
+
._accordion_1erh7_1._bordered_1erh7_18 ._accordionContent_1erh7_18 {
|
|
815
815
|
border-top: none;
|
|
816
816
|
border-radius: 0 0 var(--border-radius) var(--border-radius);
|
|
817
817
|
background-color: var(--color-background-raised);
|
|
818
818
|
}
|
|
819
|
-
.
|
|
819
|
+
._accordion_1erh7_1._bordered_1erh7_18 ._accordionContent_1erh7_18._padding_1erh7_40 {
|
|
820
820
|
padding: var(--padding-sm);
|
|
821
821
|
}
|
|
822
|
-
.
|
|
822
|
+
._accordion_1erh7_1._bordered_1erh7_18._squareBottom_1erh7_43 ._accordionHeader_1erh7_5 {
|
|
823
823
|
border-bottom-left-radius: 0;
|
|
824
824
|
border-bottom-right-radius: 0;
|
|
825
825
|
}
|
|
@@ -952,22 +952,22 @@ a {
|
|
|
952
952
|
._clickable_hd0z2_12:active {
|
|
953
953
|
color: var(--color-text-primary-active);
|
|
954
954
|
}
|
|
955
|
-
.
|
|
955
|
+
._bordered_3972c_1 {
|
|
956
956
|
border: 1px solid var(--color-border);
|
|
957
957
|
border-radius: 0 0 var(--border-radius) var(--border-radius);
|
|
958
958
|
border-top: none;
|
|
959
959
|
background-color: var(--color-background-raised);
|
|
960
960
|
}
|
|
961
|
-
.
|
|
962
|
-
padding: var(--
|
|
961
|
+
._checkboxWrapper_3972c_7 {
|
|
962
|
+
padding: var(--space-1) var(--padding-sm);
|
|
963
963
|
}
|
|
964
|
-
.
|
|
964
|
+
._checkboxWrapper_3972c_7:last-child {
|
|
965
965
|
border-radius: 0 0 inherit inherit;
|
|
966
966
|
}
|
|
967
|
-
.
|
|
967
|
+
._padding_3972c_13 {
|
|
968
968
|
padding: var(--padding-sm);
|
|
969
969
|
}
|
|
970
|
-
.
|
|
970
|
+
._contentWrapper_3972c_16 {
|
|
971
971
|
border-radius: inherit;
|
|
972
972
|
}
|
|
973
973
|
._wrapper_aulte_1 {
|
|
@@ -1674,42 +1674,42 @@ html[data-theme='dark'] {
|
|
|
1674
1674
|
._buttonGroup_iu2wi_11 > *:not(:last-child) {
|
|
1675
1675
|
margin-right: -1px;
|
|
1676
1676
|
}
|
|
1677
|
-
.
|
|
1677
|
+
._card_1atmq_1 {
|
|
1678
1678
|
color: var(--color-text);
|
|
1679
1679
|
}
|
|
1680
|
-
.
|
|
1680
|
+
._card_1atmq_1._bordered_1atmq_4 {
|
|
1681
1681
|
background: var(--color-background-raised);
|
|
1682
1682
|
border: 1px solid var(--color-border);
|
|
1683
1683
|
box-shadow: var(--shadow-button);
|
|
1684
1684
|
border-radius: var(--border-radius);
|
|
1685
1685
|
}
|
|
1686
|
-
.
|
|
1686
|
+
._card_1atmq_1._bordered_1atmq_4._raised_1atmq_10 {
|
|
1687
1687
|
box-shadow: var(--shadow-layer);
|
|
1688
1688
|
}
|
|
1689
|
-
.
|
|
1689
|
+
._card_1atmq_1._bordered_1atmq_4 ._cardHeader_1atmq_13 {
|
|
1690
1690
|
background: var(--color-background);
|
|
1691
|
-
padding: var(--margin-xs) var(--padding-sm
|
|
1691
|
+
padding: var(--margin-xs) var(--padding-sm);
|
|
1692
1692
|
border-top-left-radius: inherit;
|
|
1693
1693
|
border-top-right-radius: inherit;
|
|
1694
1694
|
}
|
|
1695
|
-
.
|
|
1695
|
+
._card_1atmq_1._bordered_1atmq_4 ._cardContentBorderTop_1atmq_19 {
|
|
1696
1696
|
border-top: 1px solid var(--color-border);
|
|
1697
1697
|
}
|
|
1698
|
-
.
|
|
1698
|
+
._card_1atmq_1._bordered_1atmq_4 ._padding_1atmq_22 {
|
|
1699
1699
|
padding: var(--padding-sm);
|
|
1700
1700
|
}
|
|
1701
|
-
.
|
|
1701
|
+
._cardContent_1atmq_19:first-child {
|
|
1702
1702
|
border-top-left-radius: inherit;
|
|
1703
1703
|
border-top-right-radius: inherit;
|
|
1704
1704
|
}
|
|
1705
|
-
.
|
|
1705
|
+
._cardContent_1atmq_19:last-child {
|
|
1706
1706
|
border-bottom-left-radius: inherit;
|
|
1707
1707
|
border-bottom-right-radius: inherit;
|
|
1708
1708
|
}
|
|
1709
|
-
.
|
|
1709
|
+
._cardHeader_1atmq_13 {
|
|
1710
1710
|
display: flex;
|
|
1711
1711
|
align-items: center;
|
|
1712
|
-
padding: var(--padding-sm
|
|
1712
|
+
padding: var(--padding-sm) 0;
|
|
1713
1713
|
}
|
|
1714
1714
|
._divider_2bfzh_1 {
|
|
1715
1715
|
display: flex;
|
|
@@ -2942,7 +2942,7 @@ html[data-theme='dark'] {
|
|
|
2942
2942
|
._newLine_1haxe_31 {
|
|
2943
2943
|
white-space: 'pre-wrap';
|
|
2944
2944
|
}
|
|
2945
|
-
.
|
|
2945
|
+
._menu_1gmgb_1 {
|
|
2946
2946
|
overflow-y: auto;
|
|
2947
2947
|
position: relative;
|
|
2948
2948
|
min-width: 160px;
|
|
@@ -2952,33 +2952,33 @@ html[data-theme='dark'] {
|
|
|
2952
2952
|
background-color: var(--color-background-raised);
|
|
2953
2953
|
margin-top: 2px;
|
|
2954
2954
|
}
|
|
2955
|
-
.
|
|
2956
|
-
padding: var(--space-2) var(--padding-sm
|
|
2955
|
+
._header_1gmgb_11 {
|
|
2956
|
+
padding: var(--space-2) var(--padding-sm);
|
|
2957
2957
|
display: flex;
|
|
2958
2958
|
justify-content: space-between;
|
|
2959
2959
|
}
|
|
2960
|
-
.
|
|
2960
|
+
._header_1gmgb_11 a {
|
|
2961
2961
|
color: var(--color-text-primary);
|
|
2962
2962
|
font-weight: normal;
|
|
2963
2963
|
cursor: pointer;
|
|
2964
2964
|
}
|
|
2965
|
-
.
|
|
2965
|
+
._header_1gmgb_11 a:hover {
|
|
2966
2966
|
color: var(--color-text-primary-hover);
|
|
2967
2967
|
}
|
|
2968
|
-
.
|
|
2968
|
+
._header_1gmgb_11 a:active {
|
|
2969
2969
|
color: var(--color-text-primary-active);
|
|
2970
2970
|
}
|
|
2971
|
-
.
|
|
2972
|
-
padding: var(--space-2) var(--padding-sm
|
|
2971
|
+
._item_1gmgb_27 {
|
|
2972
|
+
padding: var(--space-2) var(--padding-sm);
|
|
2973
2973
|
background: transparent;
|
|
2974
2974
|
cursor: default;
|
|
2975
2975
|
}
|
|
2976
|
-
.
|
|
2976
|
+
._heading_1gmgb_32 {
|
|
2977
2977
|
color: var(--color-text-muted);
|
|
2978
2978
|
letter-spacing: 0.1em;
|
|
2979
2979
|
text-transform: uppercase;
|
|
2980
2980
|
font-size: var(--font-size-sm);
|
|
2981
|
-
padding: var(--space-2) var(--padding-sm
|
|
2981
|
+
padding: var(--space-2) var(--padding-sm);
|
|
2982
2982
|
max-width: 100%;
|
|
2983
2983
|
display: block;
|
|
2984
2984
|
overflow: hidden;
|
|
@@ -9196,10 +9196,10 @@ tbody tr {
|
|
|
9196
9196
|
._striped_1ssxi_188 tbody tr:nth-child(even) {
|
|
9197
9197
|
background-color: var(--color-background-table-row-tinted);
|
|
9198
9198
|
}
|
|
9199
|
-
.
|
|
9199
|
+
._title_q9c26_1 {
|
|
9200
9200
|
background-color: var(--color-background);
|
|
9201
9201
|
border-bottom: 1px solid var(--color-border-table);
|
|
9202
|
-
padding: var(--margin-xs) var(--padding-sm
|
|
9202
|
+
padding: var(--margin-xs) var(--padding-sm);
|
|
9203
9203
|
display: flex;
|
|
9204
9204
|
align-items: center;
|
|
9205
9205
|
justify-content: space-between;
|
|
@@ -10387,7 +10387,7 @@ tbody ._staticCell_1diro_116 ._staticCellContent_1diro_119 {
|
|
|
10387
10387
|
}
|
|
10388
10388
|
|
|
10389
10389
|
.Toastify__toast .Toastify__toast-body > div > div {
|
|
10390
|
-
padding-right: calc(var(--size-sm) + var(--padding-sm
|
|
10390
|
+
padding-right: calc(var(--size-sm) + var(--padding-sm) + var(--margin-xs));
|
|
10391
10391
|
}
|
|
10392
10392
|
|
|
10393
10393
|
/*# sourceMappingURL=toaster.less.map */:root {
|
package/dist/index.js
CHANGED
|
@@ -3279,15 +3279,15 @@ const Chevron = ({ expanded: expanded2 }) => {
|
|
|
3279
3279
|
})
|
|
3280
3280
|
});
|
|
3281
3281
|
};
|
|
3282
|
-
const accordion = "
|
|
3283
|
-
const accordionHeader = "
|
|
3284
|
-
const heading$6 = "
|
|
3285
|
-
const clickable$1 = "
|
|
3286
|
-
const bordered$4 = "
|
|
3287
|
-
const accordionContent = "
|
|
3288
|
-
const expanded$1 = "
|
|
3289
|
-
const padding$3 = "
|
|
3290
|
-
const squareBottom = "
|
|
3282
|
+
const accordion = "_accordion_1erh7_1";
|
|
3283
|
+
const accordionHeader = "_accordionHeader_1erh7_5";
|
|
3284
|
+
const heading$6 = "_heading_1erh7_9";
|
|
3285
|
+
const clickable$1 = "_clickable_1erh7_12";
|
|
3286
|
+
const bordered$4 = "_bordered_1erh7_18";
|
|
3287
|
+
const accordionContent = "_accordionContent_1erh7_18";
|
|
3288
|
+
const expanded$1 = "_expanded_1erh7_31";
|
|
3289
|
+
const padding$3 = "_padding_1erh7_40";
|
|
3290
|
+
const squareBottom = "_squareBottom_1erh7_43";
|
|
3291
3291
|
const styles$R = {
|
|
3292
3292
|
accordion,
|
|
3293
3293
|
accordionHeader,
|
|
@@ -5735,10 +5735,10 @@ CheckBox.propTypes = {
|
|
|
5735
5735
|
helpText: propTypes$1.exports.string,
|
|
5736
5736
|
onClickHelp: propTypes$1.exports.func
|
|
5737
5737
|
};
|
|
5738
|
-
const bordered$3 = "
|
|
5739
|
-
const checkboxWrapper = "
|
|
5740
|
-
const padding$2 = "
|
|
5741
|
-
const contentWrapper = "
|
|
5738
|
+
const bordered$3 = "_bordered_3972c_1";
|
|
5739
|
+
const checkboxWrapper = "_checkboxWrapper_3972c_7";
|
|
5740
|
+
const padding$2 = "_padding_3972c_13";
|
|
5741
|
+
const contentWrapper = "_contentWrapper_3972c_16";
|
|
5742
5742
|
const styles$N = {
|
|
5743
5743
|
bordered: bordered$3,
|
|
5744
5744
|
checkboxWrapper,
|
|
@@ -12661,13 +12661,13 @@ ButtonGroup.propTypes = {
|
|
|
12661
12661
|
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
12662
12662
|
testId: propTypes$1.exports.string
|
|
12663
12663
|
};
|
|
12664
|
-
const card = "
|
|
12665
|
-
const bordered$2 = "
|
|
12666
|
-
const raised = "
|
|
12667
|
-
const cardHeader = "
|
|
12668
|
-
const cardContentBorderTop = "
|
|
12669
|
-
const padding$1 = "
|
|
12670
|
-
const cardContent = "
|
|
12664
|
+
const card = "_card_1atmq_1";
|
|
12665
|
+
const bordered$2 = "_bordered_1atmq_4";
|
|
12666
|
+
const raised = "_raised_1atmq_10";
|
|
12667
|
+
const cardHeader = "_cardHeader_1atmq_13";
|
|
12668
|
+
const cardContentBorderTop = "_cardContentBorderTop_1atmq_19";
|
|
12669
|
+
const padding$1 = "_padding_1atmq_22";
|
|
12670
|
+
const cardContent = "_cardContent_1atmq_19";
|
|
12671
12671
|
const styles$G = {
|
|
12672
12672
|
card,
|
|
12673
12673
|
bordered: bordered$2,
|
|
@@ -27272,10 +27272,10 @@ Modal.propTypes = {
|
|
|
27272
27272
|
centered: propTypes$1.exports.bool,
|
|
27273
27273
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
27274
27274
|
};
|
|
27275
|
-
const menu$1 = "
|
|
27276
|
-
const header = "
|
|
27277
|
-
const item$3 = "
|
|
27278
|
-
const heading$1 = "
|
|
27275
|
+
const menu$1 = "_menu_1gmgb_1";
|
|
27276
|
+
const header = "_header_1gmgb_11";
|
|
27277
|
+
const item$3 = "_item_1gmgb_27";
|
|
27278
|
+
const heading$1 = "_heading_1gmgb_32";
|
|
27279
27279
|
const styles$p = {
|
|
27280
27280
|
menu: menu$1,
|
|
27281
27281
|
header,
|
|
@@ -59499,7 +59499,7 @@ const styles$a = {
|
|
|
59499
59499
|
table,
|
|
59500
59500
|
striped
|
|
59501
59501
|
};
|
|
59502
|
-
const title$1 = "
|
|
59502
|
+
const title$1 = "_title_q9c26_1";
|
|
59503
59503
|
const styles$9 = {
|
|
59504
59504
|
title: title$1
|
|
59505
59505
|
};
|
package/package.json
CHANGED