@oliasoft-open-source/react-ui-library 3.1.20 → 3.1.22
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 +51 -50
- package/dist/index.js +65 -66
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -2869,17 +2869,17 @@ html[data-theme='dark'] {
|
|
|
2869
2869
|
/*
|
|
2870
2870
|
Z-INDEX
|
|
2871
2871
|
*/
|
|
2872
|
-
.
|
|
2872
|
+
._wrapper_chz6g_329 {
|
|
2873
2873
|
display: inline-flex;
|
|
2874
2874
|
max-width: 100%;
|
|
2875
2875
|
}
|
|
2876
|
-
.
|
|
2876
|
+
._layer_chz6g_333 ._wrapper_chz6g_329 {
|
|
2877
2877
|
width: 100%;
|
|
2878
2878
|
}
|
|
2879
|
-
.
|
|
2879
|
+
._layerContainer_chz6g_336 {
|
|
2880
2880
|
z-index: 2002;
|
|
2881
2881
|
}
|
|
2882
|
-
.
|
|
2882
|
+
._layer_chz6g_333 {
|
|
2883
2883
|
border: 1px solid var(--color-border);
|
|
2884
2884
|
border-radius: 4px;
|
|
2885
2885
|
overflow: hidden;
|
|
@@ -2889,100 +2889,101 @@ html[data-theme='dark'] {
|
|
|
2889
2889
|
min-width: 10em;
|
|
2890
2890
|
max-width: 30em;
|
|
2891
2891
|
position: relative;
|
|
2892
|
+
overflow-y: auto;
|
|
2892
2893
|
}
|
|
2893
|
-
.
|
|
2894
|
+
._layer_chz6g_333._nested_chz6g_351 {
|
|
2894
2895
|
margin: -1px 2px;
|
|
2895
2896
|
}
|
|
2896
|
-
.
|
|
2897
|
+
._layer_chz6g_333 ul {
|
|
2897
2898
|
margin: 0;
|
|
2898
2899
|
padding: 0;
|
|
2899
2900
|
list-style-type: none;
|
|
2900
2901
|
}
|
|
2901
|
-
.
|
|
2902
|
+
._layer_chz6g_333 ul li {
|
|
2902
2903
|
list-style: none;
|
|
2903
2904
|
display: block;
|
|
2904
2905
|
}
|
|
2905
|
-
.
|
|
2906
|
+
._fileInput_chz6g_363 {
|
|
2906
2907
|
width: 100%;
|
|
2907
2908
|
height: 100%;
|
|
2908
2909
|
opacity: 0;
|
|
2909
2910
|
position: absolute;
|
|
2910
2911
|
}
|
|
2911
|
-
.
|
|
2912
|
+
._trigger_chz6g_369 {
|
|
2912
2913
|
display: inline-flex;
|
|
2913
2914
|
align-items: center;
|
|
2914
2915
|
cursor: pointer;
|
|
2915
2916
|
overflow: hidden;
|
|
2916
2917
|
max-width: 100%;
|
|
2917
2918
|
}
|
|
2918
|
-
.
|
|
2919
|
+
._layer_chz6g_333 ._trigger_chz6g_369 {
|
|
2919
2920
|
width: 100%;
|
|
2920
2921
|
}
|
|
2921
|
-
.
|
|
2922
|
+
._middleAlignedInline_chz6g_379 {
|
|
2922
2923
|
display: flex;
|
|
2923
2924
|
align-items: center;
|
|
2924
2925
|
overflow: hidden;
|
|
2925
2926
|
width: 100%;
|
|
2926
2927
|
}
|
|
2927
|
-
.
|
|
2928
|
+
._heading_chz6g_385 {
|
|
2928
2929
|
color: var(--color-text-muted);
|
|
2929
2930
|
letter-spacing: 0.1em;
|
|
2930
2931
|
text-transform: uppercase;
|
|
2931
2932
|
font-size: 12px;
|
|
2932
2933
|
}
|
|
2933
|
-
.
|
|
2934
|
+
._heading_chz6g_385 ._headingIcon_chz6g_391 {
|
|
2934
2935
|
float: right;
|
|
2935
2936
|
}
|
|
2936
|
-
.
|
|
2937
|
+
._heading_chz6g_385 ._headingIcon_chz6g_391 svg {
|
|
2937
2938
|
color: var(--color-text-faint);
|
|
2938
2939
|
}
|
|
2939
|
-
.
|
|
2940
|
+
._heading_chz6g_385 ._headingIcon_chz6g_391:hover {
|
|
2940
2941
|
cursor: pointer;
|
|
2941
2942
|
}
|
|
2942
|
-
.
|
|
2943
|
+
._heading_chz6g_385 ._headingIcon_chz6g_391:hover svg {
|
|
2943
2944
|
color: var(--color-text-primary-hover);
|
|
2944
2945
|
}
|
|
2945
|
-
.
|
|
2946
|
+
._option_chz6g_403 {
|
|
2946
2947
|
color: inherit;
|
|
2947
2948
|
display: block;
|
|
2948
2949
|
}
|
|
2949
|
-
.
|
|
2950
|
-
.
|
|
2951
|
-
.
|
|
2950
|
+
._heading_chz6g_385,
|
|
2951
|
+
._option_chz6g_403,
|
|
2952
|
+
._layer_chz6g_333 ._trigger_chz6g_369 {
|
|
2952
2953
|
padding: 8px 12px;
|
|
2953
2954
|
}
|
|
2954
|
-
.
|
|
2955
|
-
.
|
|
2955
|
+
._option_chz6g_403,
|
|
2956
|
+
._layer_chz6g_333 ._trigger_chz6g_369 {
|
|
2956
2957
|
line-height: 20px;
|
|
2957
2958
|
display: flex;
|
|
2958
2959
|
align-items: flex-start;
|
|
2959
2960
|
}
|
|
2960
|
-
.
|
|
2961
|
-
.
|
|
2962
|
-
.
|
|
2963
|
-
.
|
|
2961
|
+
._option_chz6g_403:hover,
|
|
2962
|
+
._layer_chz6g_333 ._trigger_chz6g_369:hover,
|
|
2963
|
+
._option_chz6g_403._active_chz6g_420,
|
|
2964
|
+
._layer_chz6g_333 ._trigger_chz6g_369._active_chz6g_420 {
|
|
2964
2965
|
background-color: var(--color-background-menuitem-hover);
|
|
2965
2966
|
cursor: pointer;
|
|
2966
2967
|
}
|
|
2967
|
-
.
|
|
2968
|
+
._option_chz6g_403._selected_chz6g_425 {
|
|
2968
2969
|
background-color: var(--color-background-menuitem-active);
|
|
2969
2970
|
font-weight: bold;
|
|
2970
2971
|
}
|
|
2971
|
-
.
|
|
2972
|
+
._layer_chz6g_333 ._trigger_chz6g_369 {
|
|
2972
2973
|
align-items: center;
|
|
2973
2974
|
}
|
|
2974
|
-
.
|
|
2975
|
+
._optionContent_chz6g_432 {
|
|
2975
2976
|
flex-wrap: wrap;
|
|
2976
2977
|
margin-right: auto;
|
|
2977
2978
|
position: relative;
|
|
2978
2979
|
}
|
|
2979
|
-
.
|
|
2980
|
+
._inline_chz6g_437 ._optionContent_chz6g_432 {
|
|
2980
2981
|
display: flex;
|
|
2981
2982
|
justify-content: space-between;
|
|
2982
2983
|
flex-grow: 1;
|
|
2983
2984
|
}
|
|
2984
|
-
.
|
|
2985
|
-
.
|
|
2985
|
+
._icon_chz6g_442,
|
|
2986
|
+
._check_chz6g_443 {
|
|
2986
2987
|
display: flex;
|
|
2987
2988
|
flex-shrink: 1;
|
|
2988
2989
|
width: 16px;
|
|
@@ -2990,83 +2991,83 @@ html[data-theme='dark'] {
|
|
|
2990
2991
|
justify-content: center;
|
|
2991
2992
|
align-items: center;
|
|
2992
2993
|
}
|
|
2993
|
-
.
|
|
2994
|
+
._icon_chz6g_442 {
|
|
2994
2995
|
margin-right: 8px;
|
|
2995
2996
|
color: var(--color-text-primary);
|
|
2996
2997
|
}
|
|
2997
|
-
.
|
|
2998
|
+
._icon_chz6g_442:empty {
|
|
2998
2999
|
display: none;
|
|
2999
3000
|
}
|
|
3000
|
-
.
|
|
3001
|
+
._icon_chz6g_442 img {
|
|
3001
3002
|
max-height: 16px;
|
|
3002
3003
|
max-width: 16px;
|
|
3003
3004
|
width: auto;
|
|
3004
3005
|
height: auto;
|
|
3005
3006
|
}
|
|
3006
|
-
.
|
|
3007
|
+
._check_chz6g_443 {
|
|
3007
3008
|
font-size: 12px;
|
|
3008
3009
|
color: #a5a7a9;
|
|
3009
3010
|
margin-left: 10px;
|
|
3010
3011
|
}
|
|
3011
|
-
.
|
|
3012
|
+
._text_chz6g_469 {
|
|
3012
3013
|
display: inline-flex;
|
|
3013
3014
|
align-items: center;
|
|
3014
3015
|
cursor: pointer;
|
|
3015
3016
|
}
|
|
3016
|
-
.
|
|
3017
|
+
._label_chz6g_474 {
|
|
3017
3018
|
margin-right: auto;
|
|
3018
3019
|
}
|
|
3019
|
-
.
|
|
3020
|
-
.
|
|
3020
|
+
._label_chz6g_474,
|
|
3021
|
+
._heading_chz6g_385 {
|
|
3021
3022
|
max-width: 100%;
|
|
3022
3023
|
display: block;
|
|
3023
3024
|
overflow: hidden;
|
|
3024
3025
|
text-overflow: ellipsis;
|
|
3025
3026
|
white-space: nowrap;
|
|
3026
3027
|
}
|
|
3027
|
-
.
|
|
3028
|
+
._description_chz6g_485 {
|
|
3028
3029
|
color: #999;
|
|
3029
3030
|
display: block;
|
|
3030
3031
|
}
|
|
3031
|
-
.
|
|
3032
|
+
._arrow_chz6g_489 {
|
|
3032
3033
|
margin-left: 10px;
|
|
3033
3034
|
opacity: 0.4;
|
|
3034
3035
|
}
|
|
3035
|
-
.
|
|
3036
|
+
._divider_chz6g_493 {
|
|
3036
3037
|
border: 0;
|
|
3037
3038
|
border-top: 1px solid var(--color-border);
|
|
3038
3039
|
}
|
|
3039
|
-
.
|
|
3040
|
+
._deprecatedSemanticIcon_chz6g_497 {
|
|
3040
3041
|
color: var(--color-text-primary) !important;
|
|
3041
3042
|
margin: -5px 0 0 !important;
|
|
3042
3043
|
}
|
|
3043
|
-
.
|
|
3044
|
+
._disabled_chz6g_501 {
|
|
3044
3045
|
color: var(--color-text-faint);
|
|
3045
3046
|
pointer-events: none;
|
|
3046
3047
|
cursor: not-allowed !important;
|
|
3047
3048
|
}
|
|
3048
|
-
.
|
|
3049
|
+
._buttonLabel_chz6g_506 {
|
|
3049
3050
|
overflow: hidden;
|
|
3050
3051
|
text-overflow: ellipsis;
|
|
3051
3052
|
display: block;
|
|
3052
3053
|
margin-right: auto;
|
|
3053
3054
|
line-height: 1.2;
|
|
3054
3055
|
}
|
|
3055
|
-
.
|
|
3056
|
+
._buttonCaret_chz6g_513 {
|
|
3056
3057
|
margin-left: 5px;
|
|
3057
3058
|
}
|
|
3058
|
-
.
|
|
3059
|
+
._component_chz6g_516 {
|
|
3059
3060
|
display: inline-flex;
|
|
3060
3061
|
align-items: center;
|
|
3061
3062
|
justify-content: center;
|
|
3062
3063
|
cursor: pointer;
|
|
3063
3064
|
}
|
|
3064
|
-
.
|
|
3065
|
+
._right_chz6g_522 {
|
|
3065
3066
|
margin-left: auto;
|
|
3066
3067
|
display: flex;
|
|
3067
3068
|
align-items: center;
|
|
3068
3069
|
}
|
|
3069
|
-
.
|
|
3070
|
+
._actions_chz6g_527 {
|
|
3070
3071
|
margin-left: 8px;
|
|
3071
3072
|
display: flex;
|
|
3072
3073
|
align-items: center;
|
package/dist/index.js
CHANGED
|
@@ -9683,34 +9683,34 @@ function useHover(_temp) {
|
|
|
9683
9683
|
return onMouseLeave(null, true);
|
|
9684
9684
|
}];
|
|
9685
9685
|
}
|
|
9686
|
-
const wrapper$3 = "
|
|
9687
|
-
const layer$1 = "
|
|
9688
|
-
const layerContainer$1 = "
|
|
9689
|
-
const nested = "
|
|
9690
|
-
const fileInput$1 = "
|
|
9691
|
-
const trigger$1 = "
|
|
9692
|
-
const middleAlignedInline = "
|
|
9693
|
-
const heading$5 = "
|
|
9694
|
-
const headingIcon = "
|
|
9695
|
-
const option$1 = "
|
|
9696
|
-
const active$9 = "
|
|
9697
|
-
const selected$1 = "
|
|
9698
|
-
const optionContent$1 = "
|
|
9699
|
-
const inline$3 = "
|
|
9700
|
-
const icon$7 = "
|
|
9701
|
-
const check$1 = "
|
|
9702
|
-
const text$2 = "
|
|
9703
|
-
const label$a = "
|
|
9704
|
-
const description = "
|
|
9705
|
-
const arrow = "
|
|
9706
|
-
const divider$1 = "
|
|
9707
|
-
const deprecatedSemanticIcon = "
|
|
9708
|
-
const disabled$8 = "
|
|
9709
|
-
const buttonLabel = "
|
|
9710
|
-
const buttonCaret = "
|
|
9711
|
-
const component = "
|
|
9712
|
-
const right$7 = "
|
|
9713
|
-
const actions$2 = "
|
|
9686
|
+
const wrapper$3 = "_wrapper_chz6g_329";
|
|
9687
|
+
const layer$1 = "_layer_chz6g_333";
|
|
9688
|
+
const layerContainer$1 = "_layerContainer_chz6g_336";
|
|
9689
|
+
const nested = "_nested_chz6g_351";
|
|
9690
|
+
const fileInput$1 = "_fileInput_chz6g_363";
|
|
9691
|
+
const trigger$1 = "_trigger_chz6g_369";
|
|
9692
|
+
const middleAlignedInline = "_middleAlignedInline_chz6g_379";
|
|
9693
|
+
const heading$5 = "_heading_chz6g_385";
|
|
9694
|
+
const headingIcon = "_headingIcon_chz6g_391";
|
|
9695
|
+
const option$1 = "_option_chz6g_403";
|
|
9696
|
+
const active$9 = "_active_chz6g_420";
|
|
9697
|
+
const selected$1 = "_selected_chz6g_425";
|
|
9698
|
+
const optionContent$1 = "_optionContent_chz6g_432";
|
|
9699
|
+
const inline$3 = "_inline_chz6g_437";
|
|
9700
|
+
const icon$7 = "_icon_chz6g_442";
|
|
9701
|
+
const check$1 = "_check_chz6g_443";
|
|
9702
|
+
const text$2 = "_text_chz6g_469";
|
|
9703
|
+
const label$a = "_label_chz6g_474";
|
|
9704
|
+
const description = "_description_chz6g_485";
|
|
9705
|
+
const arrow = "_arrow_chz6g_489";
|
|
9706
|
+
const divider$1 = "_divider_chz6g_493";
|
|
9707
|
+
const deprecatedSemanticIcon = "_deprecatedSemanticIcon_chz6g_497";
|
|
9708
|
+
const disabled$8 = "_disabled_chz6g_501";
|
|
9709
|
+
const buttonLabel = "_buttonLabel_chz6g_506";
|
|
9710
|
+
const buttonCaret = "_buttonCaret_chz6g_513";
|
|
9711
|
+
const component = "_component_chz6g_516";
|
|
9712
|
+
const right$7 = "_right_chz6g_522";
|
|
9713
|
+
const actions$2 = "_actions_chz6g_527";
|
|
9714
9714
|
const styles$L = {
|
|
9715
9715
|
wrapper: wrapper$3,
|
|
9716
9716
|
layer: layer$1,
|
|
@@ -9930,8 +9930,7 @@ const Layer$2 = ({
|
|
|
9930
9930
|
className: cx(styles$L.layer, isNested ? styles$L.nested : null),
|
|
9931
9931
|
style: {
|
|
9932
9932
|
maxWidth: width,
|
|
9933
|
-
maxHeight: maxHeight2
|
|
9934
|
-
overflowY: maxHeight2 ? "auto" : "default"
|
|
9933
|
+
maxHeight: maxHeight2
|
|
9935
9934
|
},
|
|
9936
9935
|
"data-testid": testId,
|
|
9937
9936
|
children: /* @__PURE__ */ jsx("ul", {
|
|
@@ -10208,7 +10207,7 @@ Button$1.propTypes = {
|
|
|
10208
10207
|
round: propTypes$1.exports.bool,
|
|
10209
10208
|
small: propTypes$1.exports.bool,
|
|
10210
10209
|
styles: propTypes$1.exports.string,
|
|
10211
|
-
width: propTypes$1.exports.string,
|
|
10210
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
10212
10211
|
testId: propTypes$1.exports.string,
|
|
10213
10212
|
pill: propTypes$1.exports.bool,
|
|
10214
10213
|
inverted: propTypes$1.exports.bool
|
|
@@ -10632,7 +10631,7 @@ Menu.defaultProps = {
|
|
|
10632
10631
|
closeOnOptionClick: true,
|
|
10633
10632
|
groupOrder: null,
|
|
10634
10633
|
overflowContainer: true,
|
|
10635
|
-
maxHeight:
|
|
10634
|
+
maxHeight: "40vh",
|
|
10636
10635
|
testId: void 0,
|
|
10637
10636
|
open: void 0,
|
|
10638
10637
|
setOpen: void 0
|
|
@@ -10643,7 +10642,7 @@ Menu.propTypes = {
|
|
|
10643
10642
|
badgeTitle: propTypes$1.exports.string,
|
|
10644
10643
|
badgeDot: propTypes$1.exports.bool,
|
|
10645
10644
|
loading: propTypes$1.exports.bool,
|
|
10646
|
-
width: propTypes$1.exports.string,
|
|
10645
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
10647
10646
|
fullHeightTrigger: propTypes$1.exports.bool,
|
|
10648
10647
|
closeOnOptionClick: propTypes$1.exports.bool,
|
|
10649
10648
|
groupOrder: propTypes$1.exports.string,
|
|
@@ -12730,8 +12729,8 @@ const dialogShape = propTypes$1.exports.shape({
|
|
|
12730
12729
|
content: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number, propTypes$1.exports.node, propTypes$1.exports.arrayOf(propTypes$1.exports.string)]).isRequired,
|
|
12731
12730
|
contentPadding: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
12732
12731
|
footer: propTypes$1.exports.node,
|
|
12733
|
-
width: propTypes$1.exports.string,
|
|
12734
|
-
height: propTypes$1.exports.string,
|
|
12732
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
12733
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
12735
12734
|
bordered: propTypes$1.exports.bool,
|
|
12736
12735
|
onClose: propTypes$1.exports.func,
|
|
12737
12736
|
scroll: propTypes$1.exports.bool,
|
|
@@ -15109,8 +15108,8 @@ Empty.defaultProps = {
|
|
|
15109
15108
|
children: null
|
|
15110
15109
|
};
|
|
15111
15110
|
Empty.propTypes = {
|
|
15112
|
-
width: propTypes$1.exports.string,
|
|
15113
|
-
height: propTypes$1.exports.string,
|
|
15111
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
15112
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
15114
15113
|
text: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
15115
15114
|
children: propTypes$1.exports.node
|
|
15116
15115
|
};
|
|
@@ -15509,7 +15508,7 @@ Label$2.propTypes = {
|
|
|
15509
15508
|
label: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number, propTypes$1.exports.node]),
|
|
15510
15509
|
helpText: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number, propTypes$1.exports.node]),
|
|
15511
15510
|
helpTextMaxWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
15512
|
-
width: propTypes$1.exports.string,
|
|
15511
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
15513
15512
|
info: propTypes$1.exports.string,
|
|
15514
15513
|
onClickHelp: propTypes$1.exports.func,
|
|
15515
15514
|
lock: propTypes$1.exports.shape({
|
|
@@ -15594,7 +15593,7 @@ Field.propTypes = {
|
|
|
15594
15593
|
helpText: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number, propTypes$1.exports.node]),
|
|
15595
15594
|
helpTextMaxWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
15596
15595
|
labelLeft: propTypes$1.exports.bool,
|
|
15597
|
-
labelWidth: propTypes$1.exports.string,
|
|
15596
|
+
labelWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
15598
15597
|
children: propTypes$1.exports.node.isRequired,
|
|
15599
15598
|
info: propTypes$1.exports.string,
|
|
15600
15599
|
onClickHelp: propTypes$1.exports.func,
|
|
@@ -15645,11 +15644,11 @@ Flex.defaultProps = {
|
|
|
15645
15644
|
Flex.propTypes = {
|
|
15646
15645
|
alignItems: propTypes$1.exports.string,
|
|
15647
15646
|
direction: propTypes$1.exports.string,
|
|
15648
|
-
height: propTypes$1.exports.string,
|
|
15647
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
15649
15648
|
justifyContent: propTypes$1.exports.string,
|
|
15650
15649
|
children: propTypes$1.exports.node,
|
|
15651
15650
|
wrap: propTypes$1.exports.bool,
|
|
15652
|
-
gap: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string])
|
|
15651
|
+
gap: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string, propTypes$1.exports.number])
|
|
15653
15652
|
};
|
|
15654
15653
|
const formRow = "_formRow_16j7m_329";
|
|
15655
15654
|
const styles$s = {
|
|
@@ -15717,8 +15716,8 @@ Grid.propTypes = {
|
|
|
15717
15716
|
columns: propTypes$1.exports.string,
|
|
15718
15717
|
columnsTablet: propTypes$1.exports.string,
|
|
15719
15718
|
columnsMobile: propTypes$1.exports.string,
|
|
15720
|
-
gap: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string]),
|
|
15721
|
-
height: propTypes$1.exports.string,
|
|
15719
|
+
gap: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
15720
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
15722
15721
|
children: propTypes$1.exports.node
|
|
15723
15722
|
};
|
|
15724
15723
|
const addon = "_addon_1php6_329";
|
|
@@ -24756,7 +24755,7 @@ ListHeading.defaultProps = {
|
|
|
24756
24755
|
}
|
|
24757
24756
|
};
|
|
24758
24757
|
ListHeading.propTypes = {
|
|
24759
|
-
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]).isRequired,
|
|
24758
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number, propTypes$1.exports.node]).isRequired,
|
|
24760
24759
|
actions: actionsShape,
|
|
24761
24760
|
toggleNarrow: propTypes$1.exports.bool,
|
|
24762
24761
|
onToggleNarrow: propTypes$1.exports.func
|
|
@@ -24805,7 +24804,7 @@ const Name = ({
|
|
|
24805
24804
|
});
|
|
24806
24805
|
};
|
|
24807
24806
|
Name.propTypes = {
|
|
24808
|
-
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]).isRequired,
|
|
24807
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number, propTypes$1.exports.node]).isRequired,
|
|
24809
24808
|
icon: propTypes$1.exports.shape({
|
|
24810
24809
|
icon: propTypes$1.exports.node,
|
|
24811
24810
|
color: propTypes$1.exports.string,
|
|
@@ -24939,7 +24938,7 @@ ListSubheading.propTypes = {
|
|
|
24939
24938
|
actions: actionsShape,
|
|
24940
24939
|
disabled: propTypes$1.exports.bool,
|
|
24941
24940
|
expanded: propTypes$1.exports.bool,
|
|
24942
|
-
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]).isRequired,
|
|
24941
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number, propTypes$1.exports.node]).isRequired,
|
|
24943
24942
|
onClick: propTypes$1.exports.func,
|
|
24944
24943
|
title: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
24945
24944
|
testId: propTypes$1.exports.string
|
|
@@ -25210,11 +25209,11 @@ List.defaultProps = {
|
|
|
25210
25209
|
};
|
|
25211
25210
|
List.propTypes = {
|
|
25212
25211
|
list: propTypes$1.exports.shape({
|
|
25213
|
-
name: propTypes$1.exports.string,
|
|
25212
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
25214
25213
|
actions: actionsShape,
|
|
25215
25214
|
items: propTypes$1.exports.arrayOf(propTypes$1.exports.shape({
|
|
25216
25215
|
id: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]).isRequired,
|
|
25217
|
-
name: propTypes$1.exports.string.isRequired,
|
|
25216
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]).isRequired,
|
|
25218
25217
|
title: propTypes$1.exports.string,
|
|
25219
25218
|
active: propTypes$1.exports.bool,
|
|
25220
25219
|
details: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
@@ -25337,8 +25336,8 @@ Loader.defaultProps = {
|
|
|
25337
25336
|
Loader.propTypes = {
|
|
25338
25337
|
fullViewPortSize: propTypes$1.exports.bool,
|
|
25339
25338
|
cover: propTypes$1.exports.bool,
|
|
25340
|
-
width: propTypes$1.exports.string,
|
|
25341
|
-
height: propTypes$1.exports.string,
|
|
25339
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
25340
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
25342
25341
|
text: propTypes$1.exports.string,
|
|
25343
25342
|
details: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
25344
25343
|
children: propTypes$1.exports.node,
|
|
@@ -25513,8 +25512,8 @@ const messageShape = propTypes$1.exports.shape({
|
|
|
25513
25512
|
details: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number, propTypes$1.exports.node]),
|
|
25514
25513
|
withDismiss: propTypes$1.exports.bool,
|
|
25515
25514
|
onClose: propTypes$1.exports.func,
|
|
25516
|
-
width: propTypes$1.exports.string,
|
|
25517
|
-
maxHeight: propTypes$1.exports.string
|
|
25515
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
25516
|
+
maxHeight: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
25518
25517
|
});
|
|
25519
25518
|
Message.propTypes = {
|
|
25520
25519
|
message: messageShape.isRequired
|
|
@@ -25593,7 +25592,7 @@ Modal.propTypes = {
|
|
|
25593
25592
|
children: propTypes$1.exports.node.isRequired,
|
|
25594
25593
|
visible: propTypes$1.exports.bool,
|
|
25595
25594
|
centered: propTypes$1.exports.bool,
|
|
25596
|
-
width: propTypes$1.exports.string
|
|
25595
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
25597
25596
|
};
|
|
25598
25597
|
const menu$1 = "_menu_10aw9_329";
|
|
25599
25598
|
const header = "_header_10aw9_338";
|
|
@@ -25939,7 +25938,7 @@ const NativeSelectShape = {
|
|
|
25939
25938
|
small: propTypes$1.exports.bool,
|
|
25940
25939
|
tabIndex: propTypes$1.exports.number,
|
|
25941
25940
|
selectedOption: propTypes$1.exports.shape(selectOptionShape$1),
|
|
25942
|
-
width: propTypes$1.exports.string,
|
|
25941
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
25943
25942
|
groupOrder: propTypes$1.exports.string,
|
|
25944
25943
|
testId: propTypes$1.exports.string,
|
|
25945
25944
|
isInTable: propTypes$1.exports.bool
|
|
@@ -27608,7 +27607,7 @@ const CustomSelectShape = {
|
|
|
27608
27607
|
placeholder: propTypes$1.exports.string,
|
|
27609
27608
|
small: propTypes$1.exports.bool,
|
|
27610
27609
|
tabIndex: propTypes$1.exports.number,
|
|
27611
|
-
width: propTypes$1.exports.string,
|
|
27610
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
27612
27611
|
autoLayerWidth: propTypes$1.exports.bool,
|
|
27613
27612
|
onFocus: propTypes$1.exports.func,
|
|
27614
27613
|
onBlur: propTypes$1.exports.func,
|
|
@@ -27829,7 +27828,7 @@ const SelectShape = {
|
|
|
27829
27828
|
onCreate: propTypes$1.exports.func,
|
|
27830
27829
|
small: propTypes$1.exports.bool,
|
|
27831
27830
|
tabIndex: propTypes$1.exports.number,
|
|
27832
|
-
width: propTypes$1.exports.string,
|
|
27831
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
27833
27832
|
autoLayerWidth: propTypes$1.exports.bool,
|
|
27834
27833
|
onFocus: propTypes$1.exports.func,
|
|
27835
27834
|
onBlur: propTypes$1.exports.func,
|
|
@@ -28191,7 +28190,7 @@ ProgressBar$1.defaultProps = {
|
|
|
28191
28190
|
noLabel: false
|
|
28192
28191
|
};
|
|
28193
28192
|
ProgressBar$1.propTypes = {
|
|
28194
|
-
width: propTypes$1.exports.string,
|
|
28193
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
28195
28194
|
colored: propTypes$1.exports.bool,
|
|
28196
28195
|
inverted: propTypes$1.exports.bool,
|
|
28197
28196
|
percentage: propTypes$1.exports.number,
|
|
@@ -34767,8 +34766,8 @@ Slider.defaultProps = {
|
|
|
34767
34766
|
Slider.propTypes = {
|
|
34768
34767
|
name: propTypes$1.exports.string,
|
|
34769
34768
|
label: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number, propTypes$1.exports.node]),
|
|
34770
|
-
width: propTypes$1.exports.string,
|
|
34771
|
-
labelWidth: propTypes$1.exports.string,
|
|
34769
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
34770
|
+
labelWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
34772
34771
|
value: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.array]).isRequired,
|
|
34773
34772
|
min: propTypes$1.exports.number.isRequired,
|
|
34774
34773
|
max: propTypes$1.exports.number.isRequired,
|
|
@@ -34905,7 +34904,7 @@ Title$1.propTypes = {
|
|
|
34905
34904
|
actions: actionsShape,
|
|
34906
34905
|
actionsRight: propTypes$1.exports.bool,
|
|
34907
34906
|
colSpan: propTypes$1.exports.number.isRequired,
|
|
34908
|
-
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
34907
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number, propTypes$1.exports.node]),
|
|
34909
34908
|
testId: propTypes$1.exports.string
|
|
34910
34909
|
};
|
|
34911
34910
|
const cellWrapperPadding$1 = "_cellWrapperPadding_zagix_329";
|
|
@@ -35539,7 +35538,7 @@ const cellShape = propTypes$1.exports.oneOfType([propTypes$1.exports.shape({
|
|
|
35539
35538
|
searchable: propTypes$1.exports.bool,
|
|
35540
35539
|
deprecatedEventHandler: propTypes$1.exports.bool,
|
|
35541
35540
|
maxTooltipWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
35542
|
-
width: propTypes$1.exports.string,
|
|
35541
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
35543
35542
|
autoLayerWidth: propTypes$1.exports.bool,
|
|
35544
35543
|
testId: propTypes$1.exports.string
|
|
35545
35544
|
}), propTypes$1.exports.shape({
|
|
@@ -36046,11 +36045,11 @@ Table.defaultProps = {
|
|
|
36046
36045
|
};
|
|
36047
36046
|
Table.propTypes = {
|
|
36048
36047
|
table: propTypes$1.exports.shape({
|
|
36049
|
-
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
36048
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number, propTypes$1.exports.node]),
|
|
36050
36049
|
actions: actionsShape,
|
|
36051
36050
|
actionsRight: propTypes$1.exports.bool,
|
|
36052
|
-
fixedWidth: propTypes$1.exports.string,
|
|
36053
|
-
maxHeight: propTypes$1.exports.string,
|
|
36051
|
+
fixedWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
36052
|
+
maxHeight: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
36054
36053
|
columnWidths: propTypes$1.exports.arrayOf(propTypes$1.exports.string),
|
|
36055
36054
|
className: propTypes$1.exports.string,
|
|
36056
36055
|
columnHeaderAlignments: propTypes$1.exports.arrayOf(propTypes$1.exports.oneOfType([propTypes$1.exports.oneOf(["left", "right", "center"]), propTypes$1.exports.arrayOf(propTypes$1.exports.oneOf(["left", "right", "center", ""]))])),
|
|
@@ -43613,11 +43612,11 @@ Tree.defaultProps = {
|
|
|
43613
43612
|
};
|
|
43614
43613
|
Tree.propTypes = {
|
|
43615
43614
|
list: propTypes$1.exports.shape({
|
|
43616
|
-
name: propTypes$1.exports.string,
|
|
43615
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
43617
43616
|
actions: actionsShape,
|
|
43618
43617
|
items: propTypes$1.exports.arrayOf(propTypes$1.exports.shape({
|
|
43619
43618
|
id: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]).isRequired,
|
|
43620
|
-
name: propTypes$1.exports.string.isRequired,
|
|
43619
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]).isRequired,
|
|
43621
43620
|
parent: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]).isRequired,
|
|
43622
43621
|
droppable: propTypes$1.exports.bool,
|
|
43623
43622
|
details: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|