@oliasoft-open-source/react-ui-library 4.0.0-beta-31 → 4.0.0-beta-32
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 +49 -47
- package/dist/index.js +29 -29
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -1820,7 +1820,7 @@ html[data-theme='dark'] {
|
|
|
1820
1820
|
._icons_ss23n_20 > * {
|
|
1821
1821
|
margin-left: var(--margin-xs);
|
|
1822
1822
|
}
|
|
1823
|
-
.
|
|
1823
|
+
._dialog_bamra_1 {
|
|
1824
1824
|
border-radius: var(--border-radius);
|
|
1825
1825
|
background: var(--color-background-raised);
|
|
1826
1826
|
line-height: var(--line-height);
|
|
@@ -1829,51 +1829,51 @@ html[data-theme='dark'] {
|
|
|
1829
1829
|
display: flex;
|
|
1830
1830
|
flex-direction: column;
|
|
1831
1831
|
}
|
|
1832
|
-
.
|
|
1832
|
+
._dialog_bamra_1 > :first-child {
|
|
1833
1833
|
border-top-left-radius: inherit;
|
|
1834
1834
|
border-top-right-radius: inherit;
|
|
1835
1835
|
}
|
|
1836
|
-
.
|
|
1836
|
+
._dialog_bamra_1 > :last-child {
|
|
1837
1837
|
border-bottom-left-radius: inherit;
|
|
1838
1838
|
border-bottom-right-radius: inherit;
|
|
1839
1839
|
}
|
|
1840
|
-
.
|
|
1840
|
+
._dialog_bamra_1._inline_bamra_18 {
|
|
1841
1841
|
display: inline-flex;
|
|
1842
1842
|
}
|
|
1843
|
-
.
|
|
1843
|
+
._dialog_bamra_1._scroll_bamra_21 {
|
|
1844
1844
|
max-height: 100%;
|
|
1845
1845
|
}
|
|
1846
|
-
.
|
|
1846
|
+
._header_bamra_24 {
|
|
1847
1847
|
display: flex;
|
|
1848
1848
|
justify-content: space-between;
|
|
1849
1849
|
align-items: flex-start;
|
|
1850
|
-
padding: var(--padding);
|
|
1850
|
+
padding: var(--space-3) var(--padding-x);
|
|
1851
1851
|
background-color: var(--color-background);
|
|
1852
1852
|
border-bottom: 1px solid var(--color-border);
|
|
1853
1853
|
flex-shrink: 0;
|
|
1854
1854
|
}
|
|
1855
|
-
.
|
|
1855
|
+
._header_bamra_24 ._dismiss_bamra_33 {
|
|
1856
1856
|
margin-right: calc(var(--margin-xs) * -1);
|
|
1857
1857
|
margin-left: var(--margin-sm);
|
|
1858
1858
|
flex-shrink: 0;
|
|
1859
1859
|
}
|
|
1860
|
-
.
|
|
1860
|
+
._content_bamra_38 {
|
|
1861
1861
|
flex-grow: 1;
|
|
1862
1862
|
}
|
|
1863
|
-
.
|
|
1863
|
+
._scroll_bamra_21 ._content_bamra_38 {
|
|
1864
1864
|
overflow: auto;
|
|
1865
1865
|
min-height: 0;
|
|
1866
1866
|
height: 100%;
|
|
1867
1867
|
flex: 1 1 auto;
|
|
1868
1868
|
}
|
|
1869
|
-
.
|
|
1869
|
+
._footer_bamra_47 {
|
|
1870
1870
|
display: flex;
|
|
1871
|
-
padding: var(--padding);
|
|
1871
|
+
padding: var(--space-3) var(--padding-x);
|
|
1872
1872
|
background-color: var(--color-background);
|
|
1873
1873
|
border-top: 1px solid var(--color-border);
|
|
1874
1874
|
flex-shrink: 0;
|
|
1875
1875
|
}
|
|
1876
|
-
.
|
|
1876
|
+
._footer_bamra_47 button:not(:last-child) {
|
|
1877
1877
|
margin-right: var(--margin);
|
|
1878
1878
|
}
|
|
1879
1879
|
._inputInTable_1yqw7_1 {
|
|
@@ -2968,44 +2968,43 @@ html[data-theme='dark'] {
|
|
|
2968
2968
|
._newLine_ijw69_31 {
|
|
2969
2969
|
white-space: 'pre-wrap';
|
|
2970
2970
|
}
|
|
2971
|
-
.
|
|
2971
|
+
._menu_vqsn8_1 {
|
|
2972
2972
|
overflow-y: auto;
|
|
2973
2973
|
position: relative;
|
|
2974
2974
|
min-width: 160px;
|
|
2975
|
-
padding: 7px 0;
|
|
2976
2975
|
border: 1px solid var(--color-border);
|
|
2977
2976
|
border-radius: var(--border-radius);
|
|
2978
2977
|
box-shadow: var(--shadow-layer);
|
|
2979
2978
|
background-color: var(--color-background-raised);
|
|
2980
2979
|
margin-top: 2px;
|
|
2981
2980
|
}
|
|
2982
|
-
.
|
|
2983
|
-
padding:
|
|
2981
|
+
._header_vqsn8_11 {
|
|
2982
|
+
padding: var(--space-2) var(--padding-sm-x);
|
|
2984
2983
|
display: flex;
|
|
2985
2984
|
justify-content: space-between;
|
|
2986
2985
|
}
|
|
2987
|
-
.
|
|
2986
|
+
._header_vqsn8_11 a {
|
|
2988
2987
|
color: var(--color-text-primary);
|
|
2989
2988
|
font-weight: normal;
|
|
2990
2989
|
cursor: pointer;
|
|
2991
2990
|
}
|
|
2992
|
-
.
|
|
2991
|
+
._header_vqsn8_11 a:hover {
|
|
2993
2992
|
color: var(--color-text-primary-hover);
|
|
2994
2993
|
}
|
|
2995
|
-
.
|
|
2994
|
+
._header_vqsn8_11 a:active {
|
|
2996
2995
|
color: var(--color-text-primary-active);
|
|
2997
2996
|
}
|
|
2998
|
-
.
|
|
2999
|
-
padding:
|
|
2997
|
+
._item_vqsn8_27 {
|
|
2998
|
+
padding: var(--space-2) var(--padding-sm-x);
|
|
3000
2999
|
background: transparent;
|
|
3001
3000
|
cursor: default;
|
|
3002
3001
|
}
|
|
3003
|
-
.
|
|
3002
|
+
._heading_vqsn8_32 {
|
|
3004
3003
|
color: var(--color-text-muted);
|
|
3005
3004
|
letter-spacing: 0.1em;
|
|
3006
3005
|
text-transform: uppercase;
|
|
3007
3006
|
font-size: var(--font-size-sm);
|
|
3008
|
-
padding:
|
|
3007
|
+
padding: var(--space-2) var(--padding-sm-x);
|
|
3009
3008
|
max-width: 100%;
|
|
3010
3009
|
display: block;
|
|
3011
3010
|
overflow: hidden;
|
|
@@ -9501,23 +9500,23 @@ tbody ._staticCell_1diro_116 ._staticCellContent_1diro_119 {
|
|
|
9501
9500
|
._dragIcon_11d5t_28:active {
|
|
9502
9501
|
color: var(--color-text-primary-active);
|
|
9503
9502
|
}
|
|
9504
|
-
.
|
|
9503
|
+
._tabs_zed53_1 {
|
|
9505
9504
|
display: flex;
|
|
9506
9505
|
flex-wrap: wrap;
|
|
9507
9506
|
border-bottom: 1px solid var(--color-border);
|
|
9508
9507
|
flex-shrink: 0;
|
|
9509
9508
|
}
|
|
9510
|
-
.
|
|
9509
|
+
._tabs_zed53_1._padding_zed53_7 {
|
|
9511
9510
|
padding-left: var(--padding-x);
|
|
9512
9511
|
padding-right: var(--padding-x);
|
|
9513
9512
|
}
|
|
9514
|
-
.
|
|
9515
|
-
margin:
|
|
9513
|
+
._tabs_zed53_1._margin_zed53_11 {
|
|
9514
|
+
margin: var(--margin) 0;
|
|
9516
9515
|
}
|
|
9517
|
-
.
|
|
9516
|
+
._contentPadding_zed53_14 {
|
|
9518
9517
|
padding-top: var(--padding-y);
|
|
9519
9518
|
}
|
|
9520
|
-
.
|
|
9519
|
+
._item_zed53_17 {
|
|
9521
9520
|
align-self: flex-end;
|
|
9522
9521
|
display: flex;
|
|
9523
9522
|
align-items: center;
|
|
@@ -9535,36 +9534,36 @@ tbody ._staticCell_1diro_116 ._staticCellContent_1diro_119 {
|
|
|
9535
9534
|
color: var(--color-text-primary);
|
|
9536
9535
|
cursor: pointer;
|
|
9537
9536
|
}
|
|
9538
|
-
.
|
|
9539
|
-
margin-right: var(--margin);
|
|
9537
|
+
._item_zed53_17:not(:last-child) {
|
|
9538
|
+
margin-right: var(--margin-lg);
|
|
9540
9539
|
}
|
|
9541
|
-
.
|
|
9540
|
+
._item_zed53_17:hover:not(._active_zed53_38) {
|
|
9542
9541
|
color: var(--color-text-primary-hover);
|
|
9543
9542
|
background: rgba(0, 0, 0, 0.025);
|
|
9544
9543
|
}
|
|
9545
|
-
[data-theme='dark'] .
|
|
9544
|
+
[data-theme='dark'] ._item_zed53_17:hover:not(._active_zed53_38) {
|
|
9546
9545
|
background: rgba(255, 255, 255, 0.1);
|
|
9547
9546
|
}
|
|
9548
|
-
.
|
|
9547
|
+
._item_zed53_17:active:not(._active_zed53_38) {
|
|
9549
9548
|
color: var(--color-text-primary-active);
|
|
9550
9549
|
background: rgba(0, 0, 0, 0.05);
|
|
9551
9550
|
}
|
|
9552
|
-
[data-theme='dark'] .
|
|
9551
|
+
[data-theme='dark'] ._item_zed53_17:active:not(._active_zed53_38) {
|
|
9553
9552
|
background: rgba(255, 255, 255, 0.2);
|
|
9554
9553
|
}
|
|
9555
|
-
.
|
|
9554
|
+
._item_zed53_17._active_zed53_38 {
|
|
9556
9555
|
border-color: var(--color-text);
|
|
9557
9556
|
color: var(--color-text);
|
|
9558
9557
|
cursor: default;
|
|
9559
9558
|
}
|
|
9560
|
-
.
|
|
9559
|
+
._item_zed53_17._hidden_zed53_57 {
|
|
9561
9560
|
display: none !important;
|
|
9562
9561
|
}
|
|
9563
|
-
.
|
|
9562
|
+
._item_zed53_17._disabled_zed53_60 {
|
|
9564
9563
|
color: var(--color-text-faint);
|
|
9565
9564
|
pointer-events: none;
|
|
9566
9565
|
}
|
|
9567
|
-
.
|
|
9566
|
+
._item_zed53_17._left_zed53_64 + ._item_zed53_17._right_zed53_64 {
|
|
9568
9567
|
margin-left: auto;
|
|
9569
9568
|
}
|
|
9570
9569
|
._inputInTable_hyht1_1 {
|
|
@@ -10726,23 +10725,26 @@ tbody ._staticCell_1diro_116 ._staticCellContent_1diro_119 {
|
|
|
10726
10725
|
gap: var(--margin);
|
|
10727
10726
|
justify-content: center;
|
|
10728
10727
|
}
|
|
10729
|
-
.
|
|
10728
|
+
._tree_1x719_1 {
|
|
10730
10729
|
position: relative;
|
|
10731
10730
|
}
|
|
10732
|
-
.
|
|
10731
|
+
._toggle_1x719_4 {
|
|
10733
10732
|
display: flex;
|
|
10734
|
-
margin: -
|
|
10733
|
+
margin-right: var(--margin-sm);
|
|
10734
|
+
margin-left: calc(var(--margin-sm) * -1);
|
|
10735
|
+
margin-top: calc((var(--line-height) - var(--size-sm)) / 2);
|
|
10736
|
+
margin-bottom: calc((var(--line-height) - var(--size-sm)) / 2);
|
|
10735
10737
|
}
|
|
10736
|
-
.
|
|
10738
|
+
._dropTarget_1x719_11 > div:first-child {
|
|
10737
10739
|
background-color: var(--color-background-listitem-active);
|
|
10738
10740
|
}
|
|
10739
|
-
.
|
|
10741
|
+
._draggingSource_1x719_14 {
|
|
10740
10742
|
opacity: 0.2;
|
|
10741
10743
|
}
|
|
10742
|
-
.
|
|
10744
|
+
._placeholderContainer_1x719_17 {
|
|
10743
10745
|
position: relative;
|
|
10744
10746
|
}
|
|
10745
|
-
.
|
|
10747
|
+
._placeholder_1x719_17 {
|
|
10746
10748
|
background-color: var(--color-background-primary);
|
|
10747
10749
|
height: 4px;
|
|
10748
10750
|
border-radius: var(--border-radius-sm);
|
package/dist/index.js
CHANGED
|
@@ -14206,13 +14206,13 @@ Heading$2.propTypes = {
|
|
|
14206
14206
|
top: propTypes$1.exports.bool,
|
|
14207
14207
|
testId: propTypes$1.exports.string
|
|
14208
14208
|
};
|
|
14209
|
-
const dialog = "
|
|
14210
|
-
const inline$3 = "
|
|
14211
|
-
const scroll$3 = "
|
|
14212
|
-
const header$2 = "
|
|
14213
|
-
const dismiss$2 = "
|
|
14214
|
-
const content$3 = "
|
|
14215
|
-
const footer$2 = "
|
|
14209
|
+
const dialog = "_dialog_bamra_1";
|
|
14210
|
+
const inline$3 = "_inline_bamra_18";
|
|
14211
|
+
const scroll$3 = "_scroll_bamra_21";
|
|
14212
|
+
const header$2 = "_header_bamra_24";
|
|
14213
|
+
const dismiss$2 = "_dismiss_bamra_33";
|
|
14214
|
+
const content$3 = "_content_bamra_38";
|
|
14215
|
+
const footer$2 = "_footer_bamra_47";
|
|
14216
14216
|
const styles$C = {
|
|
14217
14217
|
dialog,
|
|
14218
14218
|
inline: inline$3,
|
|
@@ -27289,10 +27289,10 @@ Modal.propTypes = {
|
|
|
27289
27289
|
centered: propTypes$1.exports.bool,
|
|
27290
27290
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
27291
27291
|
};
|
|
27292
|
-
const menu$1 = "
|
|
27293
|
-
const header = "
|
|
27294
|
-
const item$3 = "
|
|
27295
|
-
const heading$1 = "
|
|
27292
|
+
const menu$1 = "_menu_vqsn8_1";
|
|
27293
|
+
const header = "_header_vqsn8_11";
|
|
27294
|
+
const item$3 = "_item_vqsn8_27";
|
|
27295
|
+
const heading$1 = "_heading_vqsn8_32";
|
|
27296
27296
|
const styles$p = {
|
|
27297
27297
|
menu: menu$1,
|
|
27298
27298
|
header,
|
|
@@ -27358,7 +27358,7 @@ const Layer$1 = ({ options, onChangeOptions, showHeader, maxHeight }) => {
|
|
|
27358
27358
|
]
|
|
27359
27359
|
}),
|
|
27360
27360
|
/* @__PURE__ */ jsxRuntime.exports.jsx(Divider, {
|
|
27361
|
-
margin:
|
|
27361
|
+
margin: 0
|
|
27362
27362
|
})
|
|
27363
27363
|
]
|
|
27364
27364
|
}),
|
|
@@ -27370,7 +27370,7 @@ const Layer$1 = ({ options, onChangeOptions, showHeader, maxHeight }) => {
|
|
|
27370
27370
|
}, index2);
|
|
27371
27371
|
case "Divider":
|
|
27372
27372
|
return /* @__PURE__ */ jsxRuntime.exports.jsx(Divider, {
|
|
27373
|
-
margin:
|
|
27373
|
+
margin: 0
|
|
27374
27374
|
}, index2);
|
|
27375
27375
|
default:
|
|
27376
27376
|
return /* @__PURE__ */ jsxRuntime.exports.jsx(Option$1, {
|
|
@@ -60947,16 +60947,16 @@ Table.propTypes = {
|
|
|
60947
60947
|
}).isRequired,
|
|
60948
60948
|
onListReorder: propTypes$1.exports.func
|
|
60949
60949
|
};
|
|
60950
|
-
const tabs = "
|
|
60951
|
-
const padding = "
|
|
60952
|
-
const margin = "
|
|
60953
|
-
const contentPadding = "
|
|
60954
|
-
const item$1 = "
|
|
60955
|
-
const active$1 = "
|
|
60956
|
-
const hidden = "
|
|
60957
|
-
const disabled$1 = "
|
|
60958
|
-
const left$1 = "
|
|
60959
|
-
const right$1 = "
|
|
60950
|
+
const tabs = "_tabs_zed53_1";
|
|
60951
|
+
const padding = "_padding_zed53_7";
|
|
60952
|
+
const margin = "_margin_zed53_11";
|
|
60953
|
+
const contentPadding = "_contentPadding_zed53_14";
|
|
60954
|
+
const item$1 = "_item_zed53_17";
|
|
60955
|
+
const active$1 = "_active_zed53_38";
|
|
60956
|
+
const hidden = "_hidden_zed53_57";
|
|
60957
|
+
const disabled$1 = "_disabled_zed53_60";
|
|
60958
|
+
const left$1 = "_left_zed53_64";
|
|
60959
|
+
const right$1 = "_right_zed53_64";
|
|
60960
60960
|
const styles$5 = {
|
|
60961
60961
|
tabs,
|
|
60962
60962
|
padding,
|
|
@@ -74447,12 +74447,12 @@ function TreeInner(props, ref2) {
|
|
|
74447
74447
|
);
|
|
74448
74448
|
}
|
|
74449
74449
|
var Tree$1 = forwardRef(TreeInner);
|
|
74450
|
-
const tree = "
|
|
74451
|
-
const toggle = "
|
|
74452
|
-
const dropTarget = "
|
|
74453
|
-
const draggingSource = "
|
|
74454
|
-
const placeholderContainer = "
|
|
74455
|
-
const placeholder2 = "
|
|
74450
|
+
const tree = "_tree_1x719_1";
|
|
74451
|
+
const toggle = "_toggle_1x719_4";
|
|
74452
|
+
const dropTarget = "_dropTarget_1x719_11";
|
|
74453
|
+
const draggingSource = "_draggingSource_1x719_14";
|
|
74454
|
+
const placeholderContainer = "_placeholderContainer_1x719_17";
|
|
74455
|
+
const placeholder2 = "_placeholder_1x719_17";
|
|
74456
74456
|
const styles = {
|
|
74457
74457
|
tree,
|
|
74458
74458
|
toggle,
|