@oliasoft-open-source/react-ui-library 3.3.0 → 3.3.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/global.css +42 -36
- package/dist/index.js +31 -24
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -11920,73 +11920,73 @@ html[data-theme='dark'] {
|
|
|
11920
11920
|
/*
|
|
11921
11921
|
Z-INDEX
|
|
11922
11922
|
*/
|
|
11923
|
-
.
|
|
11923
|
+
._inputInTable_orepy_332 {
|
|
11924
11924
|
background-color: transparent;
|
|
11925
11925
|
border-radius: inherit !important;
|
|
11926
11926
|
height: 38px;
|
|
11927
11927
|
min-height: 100%;
|
|
11928
11928
|
}
|
|
11929
|
-
.
|
|
11929
|
+
._inputHover_orepy_338 {
|
|
11930
11930
|
position: relative;
|
|
11931
11931
|
border-color: var(--color-border-hover);
|
|
11932
11932
|
z-index: 2;
|
|
11933
11933
|
}
|
|
11934
|
-
.
|
|
11934
|
+
._inputFocus_orepy_343 {
|
|
11935
11935
|
position: relative;
|
|
11936
11936
|
outline: none !important;
|
|
11937
11937
|
border-color: var(--color-border-focus) !important;
|
|
11938
11938
|
box-shadow: var(--shadow-focus);
|
|
11939
11939
|
z-index: 3;
|
|
11940
11940
|
}
|
|
11941
|
-
.
|
|
11942
|
-
.
|
|
11941
|
+
._inputError_orepy_350,
|
|
11942
|
+
._inputWarning_orepy_351 {
|
|
11943
11943
|
position: relative;
|
|
11944
11944
|
}
|
|
11945
|
-
.
|
|
11945
|
+
._inputError_orepy_350 {
|
|
11946
11946
|
z-index: 2;
|
|
11947
11947
|
border-color: var(--color-border-error) !important;
|
|
11948
11948
|
color: var(--color-text-error) !important;
|
|
11949
11949
|
background-color: var(--color-background-error);
|
|
11950
11950
|
}
|
|
11951
|
-
.
|
|
11951
|
+
._inputError_orepy_350:hover {
|
|
11952
11952
|
border-color: var(--color-border-error-hover) !important;
|
|
11953
11953
|
}
|
|
11954
|
-
.
|
|
11954
|
+
._inputError_orepy_350:focus {
|
|
11955
11955
|
position: relative;
|
|
11956
11956
|
outline: none !important;
|
|
11957
11957
|
border-color: var(--color-border-focus) !important;
|
|
11958
11958
|
box-shadow: var(--shadow-focus);
|
|
11959
11959
|
z-index: 3;
|
|
11960
11960
|
}
|
|
11961
|
-
.
|
|
11961
|
+
._inputWarning_orepy_351 {
|
|
11962
11962
|
z-index: 1;
|
|
11963
11963
|
border-color: var(--color-border-warning) !important;
|
|
11964
11964
|
color: var(--color-text-warning) !important;
|
|
11965
11965
|
background-color: var(--color-background-warning);
|
|
11966
11966
|
}
|
|
11967
|
-
.
|
|
11967
|
+
._inputWarning_orepy_351:hover {
|
|
11968
11968
|
border-color: var(--color-border-warning-hover) !important;
|
|
11969
11969
|
}
|
|
11970
|
-
.
|
|
11970
|
+
._inputWarning_orepy_351:focus {
|
|
11971
11971
|
position: relative;
|
|
11972
11972
|
outline: none !important;
|
|
11973
11973
|
border-color: var(--color-border-focus) !important;
|
|
11974
11974
|
box-shadow: var(--shadow-focus);
|
|
11975
11975
|
z-index: 3;
|
|
11976
11976
|
}
|
|
11977
|
-
.
|
|
11977
|
+
._inputDisabled_orepy_386 {
|
|
11978
11978
|
pointer-events: none;
|
|
11979
11979
|
background-color: var(--color-background-disabled);
|
|
11980
11980
|
color: var(--color-text-muted);
|
|
11981
11981
|
}
|
|
11982
|
-
.
|
|
11982
|
+
._hideScrollbars_orepy_391 {
|
|
11983
11983
|
/* Firefox */
|
|
11984
11984
|
scrollbar-width: none;
|
|
11985
11985
|
/* IE 10+ */
|
|
11986
11986
|
-ms-overflow-style: none;
|
|
11987
11987
|
/* Chrome, Safari and Opera */
|
|
11988
11988
|
}
|
|
11989
|
-
.
|
|
11989
|
+
._hideScrollbars_orepy_391::-webkit-scrollbar {
|
|
11990
11990
|
display: none;
|
|
11991
11991
|
}
|
|
11992
11992
|
:root {
|
|
@@ -11995,7 +11995,7 @@ html[data-theme='dark'] {
|
|
|
11995
11995
|
html[data-theme='dark'] {
|
|
11996
11996
|
--color-border-message: transparent;
|
|
11997
11997
|
}
|
|
11998
|
-
.
|
|
11998
|
+
._container_orepy_407 {
|
|
11999
11999
|
padding: 10px 14px;
|
|
12000
12000
|
border-radius: 4px;
|
|
12001
12001
|
display: inline-flex;
|
|
@@ -12010,33 +12010,33 @@ html[data-theme='dark'] {
|
|
|
12010
12010
|
-ms-overflow-style: none;
|
|
12011
12011
|
/* Chrome, Safari and Opera */
|
|
12012
12012
|
}
|
|
12013
|
-
.
|
|
12013
|
+
._container_orepy_407::-webkit-scrollbar {
|
|
12014
12014
|
display: none;
|
|
12015
12015
|
}
|
|
12016
|
-
.
|
|
12016
|
+
._container_orepy_407._block_orepy_425 {
|
|
12017
12017
|
display: flex;
|
|
12018
12018
|
}
|
|
12019
|
-
.
|
|
12019
|
+
._container_orepy_407._info_orepy_428 {
|
|
12020
12020
|
color: var(--color-text-info);
|
|
12021
12021
|
background-color: var(--color-background-info);
|
|
12022
12022
|
}
|
|
12023
|
-
.
|
|
12023
|
+
._container_orepy_407._success_orepy_432 {
|
|
12024
12024
|
color: var(--color-text-success);
|
|
12025
12025
|
background-color: var(--color-background-success);
|
|
12026
12026
|
}
|
|
12027
|
-
.
|
|
12027
|
+
._container_orepy_407._warning_orepy_436 {
|
|
12028
12028
|
color: var(--color-text-warning);
|
|
12029
12029
|
background-color: var(--color-background-warning);
|
|
12030
12030
|
}
|
|
12031
|
-
.
|
|
12031
|
+
._container_orepy_407._error_orepy_440 {
|
|
12032
12032
|
color: var(--color-text-error);
|
|
12033
12033
|
background-color: var(--color-background-error);
|
|
12034
12034
|
}
|
|
12035
|
-
.
|
|
12035
|
+
._content_orepy_444 {
|
|
12036
12036
|
flex: 1;
|
|
12037
12037
|
min-width: 0;
|
|
12038
12038
|
}
|
|
12039
|
-
.
|
|
12039
|
+
._heading_orepy_448 {
|
|
12040
12040
|
font-weight: bold;
|
|
12041
12041
|
letter-spacing: 0.1em;
|
|
12042
12042
|
text-transform: uppercase;
|
|
@@ -12044,45 +12044,51 @@ html[data-theme='dark'] {
|
|
|
12044
12044
|
line-height: 20px;
|
|
12045
12045
|
margin-bottom: 3px;
|
|
12046
12046
|
}
|
|
12047
|
-
.
|
|
12048
|
-
.
|
|
12047
|
+
._icon_orepy_456,
|
|
12048
|
+
._dismiss_orepy_457 {
|
|
12049
12049
|
display: flex;
|
|
12050
12050
|
justify-content: center;
|
|
12051
12051
|
align-items: center;
|
|
12052
12052
|
height: 20px;
|
|
12053
12053
|
}
|
|
12054
|
-
.
|
|
12054
|
+
._icon_orepy_456 {
|
|
12055
12055
|
margin-right: 12px;
|
|
12056
12056
|
}
|
|
12057
|
-
.
|
|
12057
|
+
._dismiss_orepy_457 {
|
|
12058
12058
|
margin-left: 12px;
|
|
12059
12059
|
color: var(--color-text);
|
|
12060
12060
|
}
|
|
12061
|
-
.
|
|
12061
|
+
._dismiss_orepy_457._absolute_orepy_470 {
|
|
12062
12062
|
position: absolute;
|
|
12063
12063
|
top: 10px;
|
|
12064
12064
|
right: 14px;
|
|
12065
12065
|
}
|
|
12066
|
-
.
|
|
12067
|
-
.
|
|
12066
|
+
._legendToggle_orepy_475,
|
|
12067
|
+
._dismiss_orepy_457 {
|
|
12068
12068
|
opacity: 0.4;
|
|
12069
12069
|
}
|
|
12070
|
-
.
|
|
12071
|
-
.
|
|
12070
|
+
._legendToggle_orepy_475:hover,
|
|
12071
|
+
._dismiss_orepy_457:hover {
|
|
12072
12072
|
opacity: 0.8;
|
|
12073
12073
|
cursor: pointer;
|
|
12074
12074
|
}
|
|
12075
|
-
.
|
|
12076
|
-
.
|
|
12075
|
+
._legendToggle_orepy_475:active,
|
|
12076
|
+
._dismiss_orepy_457:active {
|
|
12077
12077
|
opacity: 1;
|
|
12078
12078
|
}
|
|
12079
|
-
.
|
|
12079
|
+
._legendToggle_orepy_475 {
|
|
12080
12080
|
margin-top: 3px;
|
|
12081
12081
|
}
|
|
12082
|
-
.
|
|
12082
|
+
._detailsText_orepy_491 {
|
|
12083
12083
|
margin-top: 3px;
|
|
12084
12084
|
word-break: break-word;
|
|
12085
12085
|
}
|
|
12086
|
+
._footer_orepy_495 {
|
|
12087
|
+
display: flex;
|
|
12088
|
+
flex-wrap: wrap;
|
|
12089
|
+
gap: 8px;
|
|
12090
|
+
margin-top: 8px;
|
|
12091
|
+
}
|
|
12086
12092
|
/*
|
|
12087
12093
|
This file has shared variables that are re-used:
|
|
12088
12094
|
- in other LESS files/modules
|
package/dist/index.js
CHANGED
|
@@ -12664,7 +12664,7 @@ const scroll$2 = "_scroll_11kaj_22";
|
|
|
12664
12664
|
const header$2 = "_header_11kaj_25";
|
|
12665
12665
|
const dismiss$2 = "_dismiss_11kaj_33";
|
|
12666
12666
|
const content$3 = "_content_11kaj_44";
|
|
12667
|
-
const footer$
|
|
12667
|
+
const footer$3 = "_footer_11kaj_53";
|
|
12668
12668
|
const styles$A = {
|
|
12669
12669
|
dialog,
|
|
12670
12670
|
inline: inline$2,
|
|
@@ -12672,7 +12672,7 @@ const styles$A = {
|
|
|
12672
12672
|
header: header$2,
|
|
12673
12673
|
dismiss: dismiss$2,
|
|
12674
12674
|
content: content$3,
|
|
12675
|
-
footer: footer$
|
|
12675
|
+
footer: footer$3
|
|
12676
12676
|
};
|
|
12677
12677
|
const convertStringToJsx = (children) => {
|
|
12678
12678
|
if (lodash.exports.isArray(children)) {
|
|
@@ -25362,26 +25362,27 @@ Loader.propTypes = {
|
|
|
25362
25362
|
testId: propTypes$1.exports.string,
|
|
25363
25363
|
theme: propTypes$1.exports.string
|
|
25364
25364
|
};
|
|
25365
|
-
const inputInTable$6 = "
|
|
25366
|
-
const inputHover$6 = "
|
|
25367
|
-
const inputFocus$6 = "
|
|
25368
|
-
const inputError$6 = "
|
|
25369
|
-
const inputWarning$6 = "
|
|
25370
|
-
const inputDisabled$6 = "
|
|
25371
|
-
const hideScrollbars$6 = "
|
|
25372
|
-
const container$1 = "
|
|
25373
|
-
const block = "
|
|
25374
|
-
const info = "
|
|
25375
|
-
const success = "
|
|
25376
|
-
const warning$5 = "
|
|
25377
|
-
const error$4 = "
|
|
25378
|
-
const content$1 = "
|
|
25379
|
-
const heading$2 = "
|
|
25380
|
-
const icon$3 = "
|
|
25381
|
-
const dismiss$1 = "
|
|
25382
|
-
const absolute = "
|
|
25383
|
-
const legendToggle = "
|
|
25384
|
-
const detailsText = "
|
|
25365
|
+
const inputInTable$6 = "_inputInTable_orepy_332";
|
|
25366
|
+
const inputHover$6 = "_inputHover_orepy_338";
|
|
25367
|
+
const inputFocus$6 = "_inputFocus_orepy_343";
|
|
25368
|
+
const inputError$6 = "_inputError_orepy_350";
|
|
25369
|
+
const inputWarning$6 = "_inputWarning_orepy_351";
|
|
25370
|
+
const inputDisabled$6 = "_inputDisabled_orepy_386";
|
|
25371
|
+
const hideScrollbars$6 = "_hideScrollbars_orepy_391";
|
|
25372
|
+
const container$1 = "_container_orepy_407";
|
|
25373
|
+
const block = "_block_orepy_425";
|
|
25374
|
+
const info = "_info_orepy_428";
|
|
25375
|
+
const success = "_success_orepy_432";
|
|
25376
|
+
const warning$5 = "_warning_orepy_436";
|
|
25377
|
+
const error$4 = "_error_orepy_440";
|
|
25378
|
+
const content$1 = "_content_orepy_444";
|
|
25379
|
+
const heading$2 = "_heading_orepy_448";
|
|
25380
|
+
const icon$3 = "_icon_orepy_456";
|
|
25381
|
+
const dismiss$1 = "_dismiss_orepy_457";
|
|
25382
|
+
const absolute = "_absolute_orepy_470";
|
|
25383
|
+
const legendToggle = "_legendToggle_orepy_475";
|
|
25384
|
+
const detailsText = "_detailsText_orepy_491";
|
|
25385
|
+
const footer$2 = "_footer_orepy_495";
|
|
25385
25386
|
const styles$p = {
|
|
25386
25387
|
inputInTable: inputInTable$6,
|
|
25387
25388
|
inputHover: inputHover$6,
|
|
@@ -25402,7 +25403,8 @@ const styles$p = {
|
|
|
25402
25403
|
dismiss: dismiss$1,
|
|
25403
25404
|
absolute,
|
|
25404
25405
|
legendToggle,
|
|
25405
|
-
detailsText
|
|
25406
|
+
detailsText,
|
|
25407
|
+
footer: footer$2
|
|
25406
25408
|
};
|
|
25407
25409
|
const Dismiss = ({
|
|
25408
25410
|
type,
|
|
@@ -25482,6 +25484,7 @@ const Message = ({
|
|
|
25482
25484
|
heading: heading2,
|
|
25483
25485
|
content: content2,
|
|
25484
25486
|
details: details2,
|
|
25487
|
+
footer: footer2,
|
|
25485
25488
|
withDismiss,
|
|
25486
25489
|
onClose,
|
|
25487
25490
|
width,
|
|
@@ -25515,7 +25518,10 @@ const Message = ({
|
|
|
25515
25518
|
dispatch: () => dispatch({
|
|
25516
25519
|
type: "TOGGLE_DETAILS"
|
|
25517
25520
|
})
|
|
25518
|
-
}) : null
|
|
25521
|
+
}) : null, !!footer2 && /* @__PURE__ */ jsx("div", {
|
|
25522
|
+
className: styles$p.footer,
|
|
25523
|
+
children: footer2
|
|
25524
|
+
})]
|
|
25519
25525
|
}), withDismiss ? /* @__PURE__ */ jsx(Dismiss, {
|
|
25520
25526
|
type,
|
|
25521
25527
|
onClose
|
|
@@ -25530,6 +25536,7 @@ const messageShape = propTypes$1.exports.shape({
|
|
|
25530
25536
|
heading: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
25531
25537
|
content: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number, propTypes$1.exports.node]),
|
|
25532
25538
|
details: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number, propTypes$1.exports.node]),
|
|
25539
|
+
footer: propTypes$1.exports.node,
|
|
25533
25540
|
withDismiss: propTypes$1.exports.bool,
|
|
25534
25541
|
onClose: propTypes$1.exports.func,
|
|
25535
25542
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|