@oliasoft-open-source/react-ui-library 4.0.0-beta-27 → 4.0.0-beta-29
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 +801 -804
- package/dist/index.js +356 -356
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1925,8 +1925,8 @@ var classnames = { exports: {} };
|
|
|
1925
1925
|
})();
|
|
1926
1926
|
})(classnames);
|
|
1927
1927
|
const cx$2 = classnames.exports;
|
|
1928
|
-
const chevron = "
|
|
1929
|
-
const expanded$2 = "
|
|
1928
|
+
const chevron = "_chevron_1u6ki_1";
|
|
1929
|
+
const expanded$2 = "_expanded_1u6ki_9";
|
|
1930
1930
|
const styles$T = {
|
|
1931
1931
|
chevron,
|
|
1932
1932
|
expanded: expanded$2
|
|
@@ -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_x0umo_1";
|
|
3283
|
+
const accordionHeader = "_accordionHeader_x0umo_5";
|
|
3284
|
+
const heading$6 = "_heading_x0umo_9";
|
|
3285
|
+
const clickable$1 = "_clickable_x0umo_12";
|
|
3286
|
+
const bordered$4 = "_bordered_x0umo_18";
|
|
3287
|
+
const accordionContent = "_accordionContent_x0umo_18";
|
|
3288
|
+
const expanded$1 = "_expanded_x0umo_31";
|
|
3289
|
+
const padding$3 = "_padding_x0umo_40";
|
|
3290
|
+
const squareBottom = "_squareBottom_x0umo_43";
|
|
3291
3291
|
const styles$R = {
|
|
3292
3292
|
accordion,
|
|
3293
3293
|
accordionHeader,
|
|
@@ -3412,13 +3412,13 @@ Accordion.propTypes = {
|
|
|
3412
3412
|
squareBottom: propTypes$1.exports.bool,
|
|
3413
3413
|
testId: propTypes$1.exports.string
|
|
3414
3414
|
};
|
|
3415
|
-
const checkbox = "
|
|
3416
|
-
const noLabel = "
|
|
3417
|
-
const small$e = "
|
|
3418
|
-
const checkmark = "
|
|
3419
|
-
const disabled$9 = "
|
|
3420
|
-
const noMargin$2 = "
|
|
3421
|
-
const isInTable$4 = "
|
|
3415
|
+
const checkbox = "_checkbox_1akzt_1";
|
|
3416
|
+
const noLabel = "_noLabel_1akzt_17";
|
|
3417
|
+
const small$e = "_small_1akzt_20";
|
|
3418
|
+
const checkmark = "_checkmark_1akzt_43";
|
|
3419
|
+
const disabled$9 = "_disabled_1akzt_67";
|
|
3420
|
+
const noMargin$2 = "_noMargin_1akzt_81";
|
|
3421
|
+
const isInTable$4 = "_isInTable_1akzt_84";
|
|
3422
3422
|
const styles$Q = {
|
|
3423
3423
|
checkbox,
|
|
3424
3424
|
noLabel,
|
|
@@ -5444,7 +5444,7 @@ TooltipLayer.defaultProps = {
|
|
|
5444
5444
|
warning: false,
|
|
5445
5445
|
maxWidth: "none",
|
|
5446
5446
|
fontSize: "inherit",
|
|
5447
|
-
padding: "var(--spacing-
|
|
5447
|
+
padding: "var(--spacing-xs) var(--spacing-sm)",
|
|
5448
5448
|
layerProps: {
|
|
5449
5449
|
style: {
|
|
5450
5450
|
position: "fixed"
|
|
@@ -5546,7 +5546,7 @@ Tooltip.defaultProps = {
|
|
|
5546
5546
|
"right-center"
|
|
5547
5547
|
],
|
|
5548
5548
|
fontSize: "inherit",
|
|
5549
|
-
padding: "var(--spacing-
|
|
5549
|
+
padding: "var(--spacing-xs) var(--spacing-sm)",
|
|
5550
5550
|
display: "inline",
|
|
5551
5551
|
flex: "none",
|
|
5552
5552
|
forceOpen: false
|
|
@@ -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_q4imk_1";
|
|
5739
|
+
const checkboxWrapper = "_checkboxWrapper_q4imk_7";
|
|
5740
|
+
const padding$2 = "_padding_q4imk_13";
|
|
5741
|
+
const contentWrapper = "_contentWrapper_q4imk_16";
|
|
5742
5742
|
const styles$N = {
|
|
5743
5743
|
bordered: bordered$3,
|
|
5744
5744
|
checkboxWrapper,
|
|
@@ -11278,34 +11278,34 @@ var lodash = { exports: {} };
|
|
|
11278
11278
|
}).call(commonjsGlobal);
|
|
11279
11279
|
})(lodash, lodash.exports);
|
|
11280
11280
|
const _$1 = lodash.exports;
|
|
11281
|
-
const wrapper$4 = "
|
|
11282
|
-
const layer$1 = "
|
|
11283
|
-
const layerContainer$1 = "
|
|
11284
|
-
const nested = "
|
|
11285
|
-
const fileInput$1 = "
|
|
11286
|
-
const trigger$2 = "
|
|
11287
|
-
const middleAlignedInline = "
|
|
11288
|
-
const heading$5 = "
|
|
11289
|
-
const headingIcon = "
|
|
11290
|
-
const option$1 = "
|
|
11291
|
-
const active$8 = "
|
|
11292
|
-
const selected$1 = "
|
|
11293
|
-
const optionContent$1 = "
|
|
11294
|
-
const inline$4 = "
|
|
11295
|
-
const icon$5 = "
|
|
11296
|
-
const check$1 = "
|
|
11297
|
-
const text$3 = "
|
|
11298
|
-
const label$a = "
|
|
11299
|
-
const description = "
|
|
11300
|
-
const arrow$1 = "
|
|
11301
|
-
const divider$1 = "
|
|
11302
|
-
const deprecatedSemanticIcon = "
|
|
11303
|
-
const disabled$8 = "
|
|
11304
|
-
const buttonLabel = "
|
|
11305
|
-
const buttonCaret = "
|
|
11306
|
-
const component = "
|
|
11307
|
-
const right$7 = "
|
|
11308
|
-
const actions$2 = "
|
|
11281
|
+
const wrapper$4 = "_wrapper_1obma_1";
|
|
11282
|
+
const layer$1 = "_layer_1obma_5";
|
|
11283
|
+
const layerContainer$1 = "_layerContainer_1obma_8";
|
|
11284
|
+
const nested = "_nested_1obma_23";
|
|
11285
|
+
const fileInput$1 = "_fileInput_1obma_35";
|
|
11286
|
+
const trigger$2 = "_trigger_1obma_41";
|
|
11287
|
+
const middleAlignedInline = "_middleAlignedInline_1obma_50";
|
|
11288
|
+
const heading$5 = "_heading_1obma_56";
|
|
11289
|
+
const headingIcon = "_headingIcon_1obma_62";
|
|
11290
|
+
const option$1 = "_option_1obma_74";
|
|
11291
|
+
const active$8 = "_active_1obma_92";
|
|
11292
|
+
const selected$1 = "_selected_1obma_97";
|
|
11293
|
+
const optionContent$1 = "_optionContent_1obma_103";
|
|
11294
|
+
const inline$4 = "_inline_1obma_108";
|
|
11295
|
+
const icon$5 = "_icon_1obma_113";
|
|
11296
|
+
const check$1 = "_check_1obma_114";
|
|
11297
|
+
const text$3 = "_text_1obma_136";
|
|
11298
|
+
const label$a = "_label_1obma_141";
|
|
11299
|
+
const description = "_description_1obma_152";
|
|
11300
|
+
const arrow$1 = "_arrow_1obma_156";
|
|
11301
|
+
const divider$1 = "_divider_1obma_160";
|
|
11302
|
+
const deprecatedSemanticIcon = "_deprecatedSemanticIcon_1obma_164";
|
|
11303
|
+
const disabled$8 = "_disabled_1obma_168";
|
|
11304
|
+
const buttonLabel = "_buttonLabel_1obma_173";
|
|
11305
|
+
const buttonCaret = "_buttonCaret_1obma_179";
|
|
11306
|
+
const component = "_component_1obma_183";
|
|
11307
|
+
const right$7 = "_right_1obma_189";
|
|
11308
|
+
const actions$2 = "_actions_1obma_194";
|
|
11309
11309
|
const styles$M = {
|
|
11310
11310
|
wrapper: wrapper$4,
|
|
11311
11311
|
layer: layer$1,
|
|
@@ -11556,14 +11556,14 @@ const placementOptions$1 = (placement, isNested = false) => ({
|
|
|
11556
11556
|
preferY: "bottom",
|
|
11557
11557
|
placement: placement || (isNested ? "right-start" : "bottom-start")
|
|
11558
11558
|
});
|
|
11559
|
-
const wrapper$3 = "
|
|
11560
|
-
const badge = "
|
|
11561
|
-
const label$9 = "
|
|
11562
|
-
const dark$1 = "
|
|
11563
|
-
const light = "
|
|
11564
|
-
const small$d = "
|
|
11565
|
-
const dot = "
|
|
11566
|
-
const hasChildren = "
|
|
11559
|
+
const wrapper$3 = "_wrapper_67klr_1";
|
|
11560
|
+
const badge = "_badge_67klr_5";
|
|
11561
|
+
const label$9 = "_label_67klr_11";
|
|
11562
|
+
const dark$1 = "_dark_67klr_23";
|
|
11563
|
+
const light = "_light_67klr_26";
|
|
11564
|
+
const small$d = "_small_67klr_29";
|
|
11565
|
+
const dot = "_dot_67klr_33";
|
|
11566
|
+
const hasChildren = "_hasChildren_67klr_38";
|
|
11567
11567
|
const styles$L = {
|
|
11568
11568
|
wrapper: wrapper$3,
|
|
11569
11569
|
badge,
|
|
@@ -11619,32 +11619,32 @@ Badge.propTypes = {
|
|
|
11619
11619
|
margin: propTypes$1.exports.string,
|
|
11620
11620
|
small: propTypes$1.exports.bool
|
|
11621
11621
|
};
|
|
11622
|
-
const inputInTable$b = "
|
|
11623
|
-
const inputHover$b = "
|
|
11624
|
-
const inputFocus$b = "
|
|
11625
|
-
const inputError$b = "
|
|
11626
|
-
const inputWarning$b = "
|
|
11627
|
-
const inputDisabled$b = "
|
|
11628
|
-
const hideScrollbars$b = "
|
|
11629
|
-
const button$3 = "
|
|
11630
|
-
const active$7 = "
|
|
11631
|
-
const green$1 = "
|
|
11632
|
-
const red$1 = "
|
|
11633
|
-
const orange$1 = "
|
|
11634
|
-
const icon$4 = "
|
|
11635
|
-
const iconOnly = "
|
|
11636
|
-
const basic = "
|
|
11637
|
-
const muted$2 = "
|
|
11638
|
-
const disabled$7 = "
|
|
11639
|
-
const small$c = "
|
|
11640
|
-
const pill = "
|
|
11641
|
-
const round = "
|
|
11642
|
-
const error$8 = "
|
|
11643
|
-
const warning$c = "
|
|
11644
|
-
const inverted$1 = "
|
|
11645
|
-
const groupOrderFirst$4 = "
|
|
11646
|
-
const groupOrderMiddle$4 = "
|
|
11647
|
-
const groupOrderLast$4 = "
|
|
11622
|
+
const inputInTable$b = "_inputInTable_sb2dx_1";
|
|
11623
|
+
const inputHover$b = "_inputHover_sb2dx_13";
|
|
11624
|
+
const inputFocus$b = "_inputFocus_sb2dx_18";
|
|
11625
|
+
const inputError$b = "_inputError_sb2dx_25";
|
|
11626
|
+
const inputWarning$b = "_inputWarning_sb2dx_26";
|
|
11627
|
+
const inputDisabled$b = "_inputDisabled_sb2dx_61";
|
|
11628
|
+
const hideScrollbars$b = "_hideScrollbars_sb2dx_67";
|
|
11629
|
+
const button$3 = "_button_sb2dx_103";
|
|
11630
|
+
const active$7 = "_active_sb2dx_139";
|
|
11631
|
+
const green$1 = "_green_sb2dx_139";
|
|
11632
|
+
const red$1 = "_red_sb2dx_139";
|
|
11633
|
+
const orange$1 = "_orange_sb2dx_139";
|
|
11634
|
+
const icon$4 = "_icon_sb2dx_151";
|
|
11635
|
+
const iconOnly = "_iconOnly_sb2dx_157";
|
|
11636
|
+
const basic = "_basic_sb2dx_167";
|
|
11637
|
+
const muted$2 = "_muted_sb2dx_173";
|
|
11638
|
+
const disabled$7 = "_disabled_sb2dx_192";
|
|
11639
|
+
const small$c = "_small_sb2dx_202";
|
|
11640
|
+
const pill = "_pill_sb2dx_207";
|
|
11641
|
+
const round = "_round_sb2dx_208";
|
|
11642
|
+
const error$8 = "_error_sb2dx_275";
|
|
11643
|
+
const warning$c = "_warning_sb2dx_292";
|
|
11644
|
+
const inverted$1 = "_inverted_sb2dx_309";
|
|
11645
|
+
const groupOrderFirst$4 = "_groupOrderFirst_sb2dx_339";
|
|
11646
|
+
const groupOrderMiddle$4 = "_groupOrderMiddle_sb2dx_340";
|
|
11647
|
+
const groupOrderLast$4 = "_groupOrderLast_sb2dx_341";
|
|
11648
11648
|
const buttonStyles = {
|
|
11649
11649
|
inputInTable: inputInTable$b,
|
|
11650
11650
|
inputHover: inputHover$b,
|
|
@@ -12383,9 +12383,9 @@ Menu.propTypes = {
|
|
|
12383
12383
|
open: propTypes$1.exports.bool,
|
|
12384
12384
|
setOpen: propTypes$1.exports.func
|
|
12385
12385
|
};
|
|
12386
|
-
const actions$1 = "
|
|
12387
|
-
const actionComponentContainer = "
|
|
12388
|
-
const active$6 = "
|
|
12386
|
+
const actions$1 = "_actions_1i950_1";
|
|
12387
|
+
const actionComponentContainer = "_actionComponentContainer_1i950_11";
|
|
12388
|
+
const active$6 = "_active_1i950_33";
|
|
12389
12389
|
const styles$J = {
|
|
12390
12390
|
actions: actions$1,
|
|
12391
12391
|
actionComponentContainer,
|
|
@@ -12486,12 +12486,12 @@ Actions.propTypes = {
|
|
|
12486
12486
|
actions: actionsShape,
|
|
12487
12487
|
right: propTypes$1.exports.bool
|
|
12488
12488
|
};
|
|
12489
|
-
const breadcrumb = "
|
|
12490
|
-
const small$a = "
|
|
12491
|
-
const labelContainer = "
|
|
12492
|
-
const active$5 = "
|
|
12493
|
-
const disabled$6 = "
|
|
12494
|
-
const separator = "
|
|
12489
|
+
const breadcrumb = "_breadcrumb_f6yh3_1";
|
|
12490
|
+
const small$a = "_small_f6yh3_4";
|
|
12491
|
+
const labelContainer = "_labelContainer_f6yh3_7";
|
|
12492
|
+
const active$5 = "_active_f6yh3_17";
|
|
12493
|
+
const disabled$6 = "_disabled_f6yh3_22";
|
|
12494
|
+
const separator = "_separator_f6yh3_27";
|
|
12495
12495
|
const styles$I = {
|
|
12496
12496
|
breadcrumb,
|
|
12497
12497
|
small: small$a,
|
|
@@ -12679,13 +12679,13 @@ ButtonGroup.propTypes = {
|
|
|
12679
12679
|
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
12680
12680
|
testId: propTypes$1.exports.string
|
|
12681
12681
|
};
|
|
12682
|
-
const card = "
|
|
12683
|
-
const bordered$2 = "
|
|
12684
|
-
const raised = "
|
|
12685
|
-
const cardHeader = "
|
|
12686
|
-
const cardContentBorderTop = "
|
|
12687
|
-
const padding$1 = "
|
|
12688
|
-
const cardContent = "
|
|
12682
|
+
const card = "_card_tm89i_1";
|
|
12683
|
+
const bordered$2 = "_bordered_tm89i_4";
|
|
12684
|
+
const raised = "_raised_tm89i_10";
|
|
12685
|
+
const cardHeader = "_cardHeader_tm89i_13";
|
|
12686
|
+
const cardContentBorderTop = "_cardContentBorderTop_tm89i_19";
|
|
12687
|
+
const padding$1 = "_padding_tm89i_22";
|
|
12688
|
+
const cardContent = "_cardContent_tm89i_19";
|
|
12689
12689
|
const styles$G = {
|
|
12690
12690
|
card,
|
|
12691
12691
|
bordered: bordered$2,
|
|
@@ -14119,7 +14119,7 @@ const Divider = ({ children, margin: margin2, color: color2, align }) => /* @__P
|
|
|
14119
14119
|
}) : children
|
|
14120
14120
|
});
|
|
14121
14121
|
Divider.defaultProps = {
|
|
14122
|
-
margin: "var(--
|
|
14122
|
+
margin: "var(--spacing)",
|
|
14123
14123
|
color: "var(--color-border)",
|
|
14124
14124
|
align: "center"
|
|
14125
14125
|
};
|
|
@@ -14128,9 +14128,9 @@ Divider.propTypes = {
|
|
|
14128
14128
|
color: propTypes$1.exports.string,
|
|
14129
14129
|
align: propTypes$1.exports.string
|
|
14130
14130
|
};
|
|
14131
|
-
const heading$4 = "
|
|
14132
|
-
const top$1 = "
|
|
14133
|
-
const icons$2 = "
|
|
14131
|
+
const heading$4 = "_heading_1lamt_1";
|
|
14132
|
+
const top$1 = "_top_1lamt_10";
|
|
14133
|
+
const icons$2 = "_icons_1lamt_20";
|
|
14134
14134
|
const styles$D = {
|
|
14135
14135
|
heading: heading$4,
|
|
14136
14136
|
top: top$1,
|
|
@@ -14207,13 +14207,13 @@ Heading$2.propTypes = {
|
|
|
14207
14207
|
top: propTypes$1.exports.bool,
|
|
14208
14208
|
testId: propTypes$1.exports.string
|
|
14209
14209
|
};
|
|
14210
|
-
const dialog = "
|
|
14211
|
-
const inline$3 = "
|
|
14212
|
-
const scroll$3 = "
|
|
14213
|
-
const header$2 = "
|
|
14214
|
-
const dismiss$2 = "
|
|
14215
|
-
const content$3 = "
|
|
14216
|
-
const footer$2 = "
|
|
14210
|
+
const dialog = "_dialog_105c5_1";
|
|
14211
|
+
const inline$3 = "_inline_105c5_18";
|
|
14212
|
+
const scroll$3 = "_scroll_105c5_21";
|
|
14213
|
+
const header$2 = "_header_105c5_24";
|
|
14214
|
+
const dismiss$2 = "_dismiss_105c5_33";
|
|
14215
|
+
const content$3 = "_content_105c5_38";
|
|
14216
|
+
const footer$2 = "_footer_105c5_47";
|
|
14217
14217
|
const styles$C = {
|
|
14218
14218
|
dialog,
|
|
14219
14219
|
inline: inline$3,
|
|
@@ -16675,8 +16675,8 @@ Drawer.propTypes = {
|
|
|
16675
16675
|
onClose: propTypes$1.exports.func,
|
|
16676
16676
|
onOpen: propTypes$1.exports.func
|
|
16677
16677
|
};
|
|
16678
|
-
const empty$2 = "
|
|
16679
|
-
const text$2 = "
|
|
16678
|
+
const empty$2 = "_empty_eyl8c_1";
|
|
16679
|
+
const text$2 = "_text_eyl8c_11";
|
|
16680
16680
|
const styles$A = {
|
|
16681
16681
|
empty: empty$2,
|
|
16682
16682
|
text: text$2
|
|
@@ -17054,9 +17054,9 @@ FileInput.propTypes = {
|
|
|
17054
17054
|
onChange: propTypes$1.exports.func,
|
|
17055
17055
|
testId: propTypes$1.exports.string
|
|
17056
17056
|
};
|
|
17057
|
-
const label$7 = "
|
|
17058
|
-
const labelLeft$1 = "
|
|
17059
|
-
const icons$1 = "
|
|
17057
|
+
const label$7 = "_label_1imqy_1";
|
|
17058
|
+
const labelLeft$1 = "_labelLeft_1imqy_5";
|
|
17059
|
+
const icons$1 = "_icons_1imqy_13";
|
|
17060
17060
|
const styles$w = {
|
|
17061
17061
|
label: label$7,
|
|
17062
17062
|
labelLeft: labelLeft$1,
|
|
@@ -17155,17 +17155,17 @@ Label$2.propTypes = {
|
|
|
17155
17155
|
}),
|
|
17156
17156
|
labelLeft: propTypes$1.exports.bool
|
|
17157
17157
|
};
|
|
17158
|
-
const field = "
|
|
17159
|
-
const labelLeft = "
|
|
17160
|
-
const fieldInput = "
|
|
17161
|
-
const formRow$1 = "
|
|
17162
|
-
const button$2 = "
|
|
17158
|
+
const field = "_field_vq5hq_1";
|
|
17159
|
+
const labelLeft = "_labelLeft_vq5hq_5";
|
|
17160
|
+
const fieldInput = "_fieldInput_vq5hq_9";
|
|
17161
|
+
const formRow$1 = "_formRow_vq5hq_12";
|
|
17162
|
+
const button$2 = "_button_vq5hq_22";
|
|
17163
17163
|
const styles$v = {
|
|
17164
17164
|
field,
|
|
17165
17165
|
labelLeft,
|
|
17166
17166
|
fieldInput,
|
|
17167
17167
|
formRow: formRow$1,
|
|
17168
|
-
"form-row": "_form-
|
|
17168
|
+
"form-row": "_form-row_vq5hq_13",
|
|
17169
17169
|
button: button$2
|
|
17170
17170
|
};
|
|
17171
17171
|
const Field = ({
|
|
@@ -17269,7 +17269,7 @@ const Flex = ({
|
|
|
17269
17269
|
justifyContent,
|
|
17270
17270
|
height,
|
|
17271
17271
|
flexWrap: wrap2 ? "wrap" : "nowrap",
|
|
17272
|
-
gap: gap === false ? 0 : gap === true ? "var(--
|
|
17272
|
+
gap: gap === false ? 0 : gap === true ? "var(--spacing)" : gap
|
|
17273
17273
|
},
|
|
17274
17274
|
children
|
|
17275
17275
|
});
|
|
@@ -17296,7 +17296,7 @@ Flex.propTypes = {
|
|
|
17296
17296
|
propTypes$1.exports.number
|
|
17297
17297
|
])
|
|
17298
17298
|
};
|
|
17299
|
-
const formRow = "
|
|
17299
|
+
const formRow = "_formRow_1m3f8_1";
|
|
17300
17300
|
const styles$u = {
|
|
17301
17301
|
formRow
|
|
17302
17302
|
};
|
|
@@ -17341,7 +17341,7 @@ const Grid = ({
|
|
|
17341
17341
|
columns,
|
|
17342
17342
|
columnsTablet,
|
|
17343
17343
|
columnsMobile,
|
|
17344
|
-
gap: gap === false ? 0 : gap === true ? "var(--
|
|
17344
|
+
gap: gap === false ? 0 : gap === true ? "var(--spacing)" : gap,
|
|
17345
17345
|
height,
|
|
17346
17346
|
children
|
|
17347
17347
|
});
|
|
@@ -26315,42 +26315,42 @@ var InfiniteScroll = function(_super) {
|
|
|
26315
26315
|
};
|
|
26316
26316
|
return InfiniteScroll2;
|
|
26317
26317
|
}(Component$1);
|
|
26318
|
-
const inputInTable$8 = "
|
|
26319
|
-
const inputHover$8 = "
|
|
26320
|
-
const inputFocus$8 = "
|
|
26321
|
-
const inputError$8 = "
|
|
26322
|
-
const inputWarning$8 = "
|
|
26323
|
-
const inputDisabled$8 = "
|
|
26324
|
-
const hideScrollbars$8 = "
|
|
26325
|
-
const header$1 = "
|
|
26326
|
-
const headerTitle = "
|
|
26327
|
-
const heading$3 = "
|
|
26328
|
-
const itemHeader = "
|
|
26329
|
-
const narrow = "
|
|
26330
|
-
const stickyHeader = "
|
|
26331
|
-
const title$3 = "
|
|
26332
|
-
const name = "
|
|
26333
|
-
const iconTooltipMargin = "
|
|
26334
|
-
const bold = "
|
|
26335
|
-
const toggleNarrow = "
|
|
26336
|
-
const drag$1 = "
|
|
26337
|
-
const list$1 = "
|
|
26338
|
-
const bordered$1 = "
|
|
26339
|
-
const item$4 = "
|
|
26340
|
-
const action = "
|
|
26341
|
-
const active$3 = "
|
|
26342
|
-
const disabled$5 = "
|
|
26343
|
-
const label$6 = "
|
|
26344
|
-
const details$2 = "
|
|
26345
|
-
const metadata = "
|
|
26346
|
-
const itemContent = "
|
|
26347
|
-
const indentIcon = "
|
|
26348
|
-
const expandIcon = "
|
|
26349
|
-
const expanded = "
|
|
26350
|
-
const right$4 = "
|
|
26351
|
-
const actions = "
|
|
26352
|
-
const scrollableList = "
|
|
26353
|
-
const hideScrollbar = "
|
|
26318
|
+
const inputInTable$8 = "_inputInTable_1ttzh_1";
|
|
26319
|
+
const inputHover$8 = "_inputHover_1ttzh_13";
|
|
26320
|
+
const inputFocus$8 = "_inputFocus_1ttzh_18";
|
|
26321
|
+
const inputError$8 = "_inputError_1ttzh_25";
|
|
26322
|
+
const inputWarning$8 = "_inputWarning_1ttzh_26";
|
|
26323
|
+
const inputDisabled$8 = "_inputDisabled_1ttzh_61";
|
|
26324
|
+
const hideScrollbars$8 = "_hideScrollbars_1ttzh_67";
|
|
26325
|
+
const header$1 = "_header_1ttzh_77";
|
|
26326
|
+
const headerTitle = "_headerTitle_1ttzh_77";
|
|
26327
|
+
const heading$3 = "_heading_1ttzh_78";
|
|
26328
|
+
const itemHeader = "_itemHeader_1ttzh_78";
|
|
26329
|
+
const narrow = "_narrow_1ttzh_81";
|
|
26330
|
+
const stickyHeader = "_stickyHeader_1ttzh_85";
|
|
26331
|
+
const title$3 = "_title_1ttzh_96";
|
|
26332
|
+
const name = "_name_1ttzh_102";
|
|
26333
|
+
const iconTooltipMargin = "_iconTooltipMargin_1ttzh_105";
|
|
26334
|
+
const bold = "_bold_1ttzh_108";
|
|
26335
|
+
const toggleNarrow = "_toggleNarrow_1ttzh_117";
|
|
26336
|
+
const drag$1 = "_drag_1ttzh_135";
|
|
26337
|
+
const list$1 = "_list_1ttzh_152";
|
|
26338
|
+
const bordered$1 = "_bordered_1ttzh_156";
|
|
26339
|
+
const item$4 = "_item_1ttzh_78";
|
|
26340
|
+
const action = "_action_1ttzh_189";
|
|
26341
|
+
const active$3 = "_active_1ttzh_192";
|
|
26342
|
+
const disabled$5 = "_disabled_1ttzh_207";
|
|
26343
|
+
const label$6 = "_label_1ttzh_218";
|
|
26344
|
+
const details$2 = "_details_1ttzh_224";
|
|
26345
|
+
const metadata = "_metadata_1ttzh_225";
|
|
26346
|
+
const itemContent = "_itemContent_1ttzh_233";
|
|
26347
|
+
const indentIcon = "_indentIcon_1ttzh_240";
|
|
26348
|
+
const expandIcon = "_expandIcon_1ttzh_245";
|
|
26349
|
+
const expanded = "_expanded_1ttzh_252";
|
|
26350
|
+
const right$4 = "_right_1ttzh_255";
|
|
26351
|
+
const actions = "_actions_1ttzh_264";
|
|
26352
|
+
const scrollableList = "_scrollableList_1ttzh_269";
|
|
26353
|
+
const hideScrollbar = "_hideScrollbar_1ttzh_67";
|
|
26354
26354
|
const listStyles = {
|
|
26355
26355
|
inputInTable: inputInTable$8,
|
|
26356
26356
|
inputHover: inputHover$8,
|
|
@@ -26956,13 +26956,13 @@ List.propTypes = {
|
|
|
26956
26956
|
}),
|
|
26957
26957
|
testId: propTypes$1.exports.string
|
|
26958
26958
|
};
|
|
26959
|
-
const loader = "
|
|
26960
|
-
const fullViewPortSize = "
|
|
26961
|
-
const cover = "
|
|
26962
|
-
const dimmer = "
|
|
26963
|
-
const content$2 = "
|
|
26964
|
-
const text$1 = "
|
|
26965
|
-
const details$1 = "
|
|
26959
|
+
const loader = "_loader_1hw8b_1";
|
|
26960
|
+
const fullViewPortSize = "_fullViewPortSize_1hw8b_7";
|
|
26961
|
+
const cover = "_cover_1hw8b_14";
|
|
26962
|
+
const dimmer = "_dimmer_1hw8b_21";
|
|
26963
|
+
const content$2 = "_content_1hw8b_44";
|
|
26964
|
+
const text$1 = "_text_1hw8b_49";
|
|
26965
|
+
const details$1 = "_details_1hw8b_53";
|
|
26966
26966
|
const styles$s = {
|
|
26967
26967
|
loader,
|
|
26968
26968
|
fullViewPortSize,
|
|
@@ -27036,27 +27036,27 @@ Loader.propTypes = {
|
|
|
27036
27036
|
testId: propTypes$1.exports.string,
|
|
27037
27037
|
theme: propTypes$1.exports.string
|
|
27038
27038
|
};
|
|
27039
|
-
const inputInTable$7 = "
|
|
27040
|
-
const inputHover$7 = "
|
|
27041
|
-
const inputFocus$7 = "
|
|
27042
|
-
const inputError$7 = "
|
|
27043
|
-
const inputWarning$7 = "
|
|
27044
|
-
const inputDisabled$7 = "
|
|
27045
|
-
const hideScrollbars$7 = "
|
|
27046
|
-
const container$1 = "
|
|
27047
|
-
const block$1 = "
|
|
27048
|
-
const info = "
|
|
27049
|
-
const success = "
|
|
27050
|
-
const warning$6 = "
|
|
27051
|
-
const error$4 = "
|
|
27052
|
-
const content$1 = "
|
|
27053
|
-
const heading$2 = "
|
|
27054
|
-
const icon$3 = "
|
|
27055
|
-
const dismiss$1 = "
|
|
27056
|
-
const absolute = "
|
|
27057
|
-
const legendToggle = "
|
|
27058
|
-
const detailsText = "
|
|
27059
|
-
const footer$1 = "
|
|
27039
|
+
const inputInTable$7 = "_inputInTable_1og49_1";
|
|
27040
|
+
const inputHover$7 = "_inputHover_1og49_13";
|
|
27041
|
+
const inputFocus$7 = "_inputFocus_1og49_18";
|
|
27042
|
+
const inputError$7 = "_inputError_1og49_25";
|
|
27043
|
+
const inputWarning$7 = "_inputWarning_1og49_26";
|
|
27044
|
+
const inputDisabled$7 = "_inputDisabled_1og49_61";
|
|
27045
|
+
const hideScrollbars$7 = "_hideScrollbars_1og49_67";
|
|
27046
|
+
const container$1 = "_container_1og49_83";
|
|
27047
|
+
const block$1 = "_block_1og49_102";
|
|
27048
|
+
const info = "_info_1og49_105";
|
|
27049
|
+
const success = "_success_1og49_109";
|
|
27050
|
+
const warning$6 = "_warning_1og49_113";
|
|
27051
|
+
const error$4 = "_error_1og49_117";
|
|
27052
|
+
const content$1 = "_content_1og49_121";
|
|
27053
|
+
const heading$2 = "_heading_1og49_125";
|
|
27054
|
+
const icon$3 = "_icon_1og49_132";
|
|
27055
|
+
const dismiss$1 = "_dismiss_1og49_140";
|
|
27056
|
+
const absolute = "_absolute_1og49_144";
|
|
27057
|
+
const legendToggle = "_legendToggle_1og49_156";
|
|
27058
|
+
const detailsText = "_detailsText_1og49_166";
|
|
27059
|
+
const footer$1 = "_footer_1og49_170";
|
|
27060
27060
|
const styles$r = {
|
|
27061
27061
|
inputInTable: inputInTable$7,
|
|
27062
27062
|
inputHover: inputHover$7,
|
|
@@ -27468,23 +27468,23 @@ Page.propTypes = {
|
|
|
27468
27468
|
scroll: propTypes$1.exports.bool,
|
|
27469
27469
|
top: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string])
|
|
27470
27470
|
};
|
|
27471
|
-
const inputInTable$6 = "
|
|
27472
|
-
const inputHover$6 = "
|
|
27473
|
-
const inputFocus$6 = "
|
|
27474
|
-
const inputError$6 = "
|
|
27475
|
-
const inputWarning$6 = "
|
|
27476
|
-
const inputDisabled$6 = "
|
|
27477
|
-
const hideScrollbars$6 = "
|
|
27478
|
-
const select = "
|
|
27479
|
-
const isInTable$2 = "
|
|
27480
|
-
const unSelected = "
|
|
27481
|
-
const error$3 = "
|
|
27482
|
-
const warning$5 = "
|
|
27483
|
-
const small$6 = "
|
|
27484
|
-
const right$3 = "
|
|
27485
|
-
const groupOrderFirst$1 = "
|
|
27486
|
-
const groupOrderMiddle$1 = "
|
|
27487
|
-
const groupOrderLast$1 = "
|
|
27471
|
+
const inputInTable$6 = "_inputInTable_3n1vw_1";
|
|
27472
|
+
const inputHover$6 = "_inputHover_3n1vw_13";
|
|
27473
|
+
const inputFocus$6 = "_inputFocus_3n1vw_18";
|
|
27474
|
+
const inputError$6 = "_inputError_3n1vw_25";
|
|
27475
|
+
const inputWarning$6 = "_inputWarning_3n1vw_26";
|
|
27476
|
+
const inputDisabled$6 = "_inputDisabled_3n1vw_61";
|
|
27477
|
+
const hideScrollbars$6 = "_hideScrollbars_3n1vw_67";
|
|
27478
|
+
const select = "_select_3n1vw_77";
|
|
27479
|
+
const isInTable$2 = "_isInTable_3n1vw_121";
|
|
27480
|
+
const unSelected = "_unSelected_3n1vw_133";
|
|
27481
|
+
const error$3 = "_error_3n1vw_140";
|
|
27482
|
+
const warning$5 = "_warning_3n1vw_157";
|
|
27483
|
+
const small$6 = "_small_3n1vw_174";
|
|
27484
|
+
const right$3 = "_right_3n1vw_182";
|
|
27485
|
+
const groupOrderFirst$1 = "_groupOrderFirst_3n1vw_193";
|
|
27486
|
+
const groupOrderMiddle$1 = "_groupOrderMiddle_3n1vw_194";
|
|
27487
|
+
const groupOrderLast$1 = "_groupOrderLast_3n1vw_198";
|
|
27488
27488
|
const styles$n = {
|
|
27489
27489
|
inputInTable: inputInTable$6,
|
|
27490
27490
|
inputHover: inputHover$6,
|
|
@@ -28437,20 +28437,20 @@ var FixedSizeList = /* @__PURE__ */ createListComponent({
|
|
|
28437
28437
|
}
|
|
28438
28438
|
}
|
|
28439
28439
|
});
|
|
28440
|
-
const layerContainer = "
|
|
28441
|
-
const layer = "
|
|
28442
|
-
const small$5 = "
|
|
28443
|
-
const heading = "
|
|
28444
|
-
const option = "
|
|
28445
|
-
const message = "
|
|
28446
|
-
const focused = "
|
|
28447
|
-
const selected = "
|
|
28448
|
-
const disabled$4 = "
|
|
28449
|
-
const check = "
|
|
28450
|
-
const optionContent = "
|
|
28451
|
-
const label$5 = "
|
|
28452
|
-
const icon$2 = "
|
|
28453
|
-
const details = "
|
|
28440
|
+
const layerContainer = "_layerContainer_fjcyu_1";
|
|
28441
|
+
const layer = "_layer_fjcyu_1";
|
|
28442
|
+
const small$5 = "_small_fjcyu_23";
|
|
28443
|
+
const heading = "_heading_fjcyu_26";
|
|
28444
|
+
const option = "_option_fjcyu_27";
|
|
28445
|
+
const message = "_message_fjcyu_28";
|
|
28446
|
+
const focused = "_focused_fjcyu_64";
|
|
28447
|
+
const selected = "_selected_fjcyu_68";
|
|
28448
|
+
const disabled$4 = "_disabled_fjcyu_71";
|
|
28449
|
+
const check = "_check_fjcyu_75";
|
|
28450
|
+
const optionContent = "_optionContent_fjcyu_92";
|
|
28451
|
+
const label$5 = "_label_fjcyu_97";
|
|
28452
|
+
const icon$2 = "_icon_fjcyu_104";
|
|
28453
|
+
const details = "_details_fjcyu_109";
|
|
28454
28454
|
const styles$m = {
|
|
28455
28455
|
layerContainer,
|
|
28456
28456
|
layer,
|
|
@@ -28668,37 +28668,37 @@ const Layer = ({
|
|
|
28668
28668
|
})
|
|
28669
28669
|
});
|
|
28670
28670
|
};
|
|
28671
|
-
const inputInTable$5 = "
|
|
28672
|
-
const inputHover$5 = "
|
|
28673
|
-
const inputFocus$5 = "
|
|
28674
|
-
const inputError$5 = "
|
|
28675
|
-
const inputWarning$5 = "
|
|
28676
|
-
const inputDisabled$5 = "
|
|
28677
|
-
const hideScrollbars$5 = "
|
|
28678
|
-
const trigger$1 = "
|
|
28679
|
-
const isInTable$1 = "
|
|
28680
|
-
const input = "
|
|
28681
|
-
const isOpen = "
|
|
28682
|
-
const error$2 = "
|
|
28683
|
-
const warning$4 = "
|
|
28684
|
-
const disabled$3 = "
|
|
28685
|
-
const icons = "
|
|
28686
|
-
const clearAll = "
|
|
28687
|
-
const iconOpen = "
|
|
28688
|
-
const small$4 = "
|
|
28689
|
-
const triggerInputContainer = "
|
|
28690
|
-
const right$2 = "
|
|
28691
|
-
const multiOptions = "
|
|
28692
|
-
const multiOption = "
|
|
28693
|
-
const label$4 = "
|
|
28694
|
-
const closeMultiOption = "
|
|
28695
|
-
const focus = "
|
|
28696
|
-
const selectedSingleValue = "
|
|
28697
|
-
const placeHolder = "
|
|
28698
|
-
const groupOrderFirst = "
|
|
28699
|
-
const groupOrderMiddle = "
|
|
28700
|
-
const groupOrderLast = "
|
|
28701
|
-
const detailedLabel = "
|
|
28671
|
+
const inputInTable$5 = "_inputInTable_12t1r_1";
|
|
28672
|
+
const inputHover$5 = "_inputHover_12t1r_13";
|
|
28673
|
+
const inputFocus$5 = "_inputFocus_12t1r_18";
|
|
28674
|
+
const inputError$5 = "_inputError_12t1r_25";
|
|
28675
|
+
const inputWarning$5 = "_inputWarning_12t1r_26";
|
|
28676
|
+
const inputDisabled$5 = "_inputDisabled_12t1r_61";
|
|
28677
|
+
const hideScrollbars$5 = "_hideScrollbars_12t1r_67";
|
|
28678
|
+
const trigger$1 = "_trigger_12t1r_77";
|
|
28679
|
+
const isInTable$1 = "_isInTable_12t1r_93";
|
|
28680
|
+
const input = "_input_12t1r_1";
|
|
28681
|
+
const isOpen = "_isOpen_12t1r_114";
|
|
28682
|
+
const error$2 = "_error_12t1r_122";
|
|
28683
|
+
const warning$4 = "_warning_12t1r_139";
|
|
28684
|
+
const disabled$3 = "_disabled_12t1r_156";
|
|
28685
|
+
const icons = "_icons_12t1r_162";
|
|
28686
|
+
const clearAll = "_clearAll_12t1r_169";
|
|
28687
|
+
const iconOpen = "_iconOpen_12t1r_170";
|
|
28688
|
+
const small$4 = "_small_12t1r_181";
|
|
28689
|
+
const triggerInputContainer = "_triggerInputContainer_12t1r_189";
|
|
28690
|
+
const right$2 = "_right_12t1r_198";
|
|
28691
|
+
const multiOptions = "_multiOptions_12t1r_211";
|
|
28692
|
+
const multiOption = "_multiOption_12t1r_211";
|
|
28693
|
+
const label$4 = "_label_12t1r_239";
|
|
28694
|
+
const closeMultiOption = "_closeMultiOption_12t1r_242";
|
|
28695
|
+
const focus = "_focus_12t1r_253";
|
|
28696
|
+
const selectedSingleValue = "_selectedSingleValue_12t1r_257";
|
|
28697
|
+
const placeHolder = "_placeHolder_12t1r_258";
|
|
28698
|
+
const groupOrderFirst = "_groupOrderFirst_12t1r_297";
|
|
28699
|
+
const groupOrderMiddle = "_groupOrderMiddle_12t1r_298";
|
|
28700
|
+
const groupOrderLast = "_groupOrderLast_12t1r_302";
|
|
28701
|
+
const detailedLabel = "_detailedLabel_12t1r_307";
|
|
28702
28702
|
const styles$l = {
|
|
28703
28703
|
inputInTable: inputInTable$5,
|
|
28704
28704
|
inputHover: inputHover$5,
|
|
@@ -29902,9 +29902,9 @@ const paginationShape = propTypes$1.exports.shape({
|
|
|
29902
29902
|
Pagination.propTypes = {
|
|
29903
29903
|
pagination: paginationShape.isRequired
|
|
29904
29904
|
};
|
|
29905
|
-
const toggleBox = "
|
|
29906
|
-
const fullWidthStyleFix = "
|
|
29907
|
-
const dismiss = "
|
|
29905
|
+
const toggleBox = "_toggleBox_1hhl2_1";
|
|
29906
|
+
const fullWidthStyleFix = "_fullWidthStyleFix_1hhl2_8";
|
|
29907
|
+
const dismiss = "_dismiss_1hhl2_13";
|
|
29908
29908
|
const styles$j = {
|
|
29909
29909
|
toggleBox,
|
|
29910
29910
|
fullWidthStyleFix,
|
|
@@ -30104,14 +30104,14 @@ ProgressBar$1.propTypes = {
|
|
|
30104
30104
|
showProgressColors: propTypes$1.exports.bool,
|
|
30105
30105
|
noLabel: propTypes$1.exports.bool
|
|
30106
30106
|
};
|
|
30107
|
-
const wrapper$1 = "
|
|
30108
|
-
const inline$1 = "
|
|
30109
|
-
const radio = "
|
|
30110
|
-
const labelMargin = "
|
|
30111
|
-
const small$3 = "
|
|
30112
|
-
const noMargin$1 = "
|
|
30113
|
-
const disabled$2 = "
|
|
30114
|
-
const isInTable = "
|
|
30107
|
+
const wrapper$1 = "_wrapper_lzn5h_1";
|
|
30108
|
+
const inline$1 = "_inline_lzn5h_1";
|
|
30109
|
+
const radio = "_radio_lzn5h_5";
|
|
30110
|
+
const labelMargin = "_labelMargin_lzn5h_8";
|
|
30111
|
+
const small$3 = "_small_lzn5h_27";
|
|
30112
|
+
const noMargin$1 = "_noMargin_lzn5h_32";
|
|
30113
|
+
const disabled$2 = "_disabled_lzn5h_90";
|
|
30114
|
+
const isInTable = "_isInTable_lzn5h_106";
|
|
30115
30115
|
const styles$g = {
|
|
30116
30116
|
wrapper: wrapper$1,
|
|
30117
30117
|
inline: inline$1,
|
|
@@ -56736,8 +56736,8 @@ function Remirror(props) {
|
|
|
56736
56736
|
return /* @__PURE__ */ React__default.createElement(I18nProvider, { i18n: i18n2, locale, supportedLocales }, /* @__PURE__ */ React__default.createElement(RemirrorContext.Provider, { value: context2 }, /* @__PURE__ */ React__default.createElement(RemirrorPortals, { portals }), hooks.map((hook, index2) => /* @__PURE__ */ React__default.createElement(HookComponent, { hook, key: index2 })), autoRenderAtStart && /* @__PURE__ */ React__default.createElement(EditorComponent, null), children, autoRenderAtEnd && /* @__PURE__ */ React__default.createElement(EditorComponent, null)));
|
|
56737
56737
|
}
|
|
56738
56738
|
const all = "";
|
|
56739
|
-
const richTextToolbar = "
|
|
56740
|
-
const richTextToolbarContainer = "
|
|
56739
|
+
const richTextToolbar = "_richTextToolbar_1xawa_1";
|
|
56740
|
+
const richTextToolbarContainer = "_richTextToolbarContainer_1xawa_5";
|
|
56741
56741
|
const styles$f = {
|
|
56742
56742
|
richTextToolbar,
|
|
56743
56743
|
richTextToolbarContainer
|
|
@@ -57036,24 +57036,24 @@ var reactFastCompare = function isEqual3(a2, b2) {
|
|
|
57036
57036
|
throw error2;
|
|
57037
57037
|
}
|
|
57038
57038
|
};
|
|
57039
|
-
const inputInTable$3 = "
|
|
57040
|
-
const inputHover$3 = "
|
|
57041
|
-
const inputFocus$3 = "
|
|
57042
|
-
const inputError$3 = "
|
|
57043
|
-
const inputWarning$3 = "
|
|
57044
|
-
const inputDisabled$3 = "
|
|
57045
|
-
const hideScrollbars$3 = "
|
|
57046
|
-
const sidebar = "
|
|
57047
|
-
const inner = "
|
|
57048
|
-
const title$2 = "
|
|
57049
|
-
const subtitle = "
|
|
57050
|
-
const label$2 = "
|
|
57051
|
-
const collapsed = "
|
|
57052
|
-
const list = "
|
|
57053
|
-
const item$2 = "
|
|
57054
|
-
const active$2 = "
|
|
57055
|
-
const experimental = "
|
|
57056
|
-
const icon$1 = "
|
|
57039
|
+
const inputInTable$3 = "_inputInTable_e4ivi_1";
|
|
57040
|
+
const inputHover$3 = "_inputHover_e4ivi_13";
|
|
57041
|
+
const inputFocus$3 = "_inputFocus_e4ivi_18";
|
|
57042
|
+
const inputError$3 = "_inputError_e4ivi_25";
|
|
57043
|
+
const inputWarning$3 = "_inputWarning_e4ivi_26";
|
|
57044
|
+
const inputDisabled$3 = "_inputDisabled_e4ivi_61";
|
|
57045
|
+
const hideScrollbars$3 = "_hideScrollbars_e4ivi_67";
|
|
57046
|
+
const sidebar = "_sidebar_e4ivi_81";
|
|
57047
|
+
const inner = "_inner_e4ivi_92";
|
|
57048
|
+
const title$2 = "_title_e4ivi_102";
|
|
57049
|
+
const subtitle = "_subtitle_e4ivi_103";
|
|
57050
|
+
const label$2 = "_label_e4ivi_104";
|
|
57051
|
+
const collapsed = "_collapsed_e4ivi_108";
|
|
57052
|
+
const list = "_list_e4ivi_133";
|
|
57053
|
+
const item$2 = "_item_e4ivi_137";
|
|
57054
|
+
const active$2 = "_active_e4ivi_163";
|
|
57055
|
+
const experimental = "_experimental_e4ivi_167";
|
|
57056
|
+
const icon$1 = "_icon_e4ivi_170";
|
|
57057
57057
|
const styles$c = {
|
|
57058
57058
|
inputInTable: inputInTable$3,
|
|
57059
57059
|
inputHover: inputHover$3,
|
|
@@ -57083,7 +57083,7 @@ const TooltipIcon = memo(
|
|
|
57083
57083
|
possiblePlacements: ["right-center"],
|
|
57084
57084
|
triggerOffset: 24,
|
|
57085
57085
|
fontSize: 16,
|
|
57086
|
-
padding: "var(--padding-
|
|
57086
|
+
padding: "var(--padding-sm)",
|
|
57087
57087
|
display: "block",
|
|
57088
57088
|
children: /* @__PURE__ */ jsxRuntime.exports.jsx(Icon, {
|
|
57089
57089
|
icon: icon2,
|
|
@@ -59274,13 +59274,13 @@ const SliderTooltip = ({ text: text2 }) => {
|
|
|
59274
59274
|
});
|
|
59275
59275
|
};
|
|
59276
59276
|
const rcSlider = "";
|
|
59277
|
-
const container = "
|
|
59278
|
-
const small$2 = "
|
|
59279
|
-
const hasMarks = "
|
|
59280
|
-
const vertical = "
|
|
59281
|
-
const hasArrows = "
|
|
59282
|
-
const button$1 = "
|
|
59283
|
-
const label$1 = "
|
|
59277
|
+
const container = "_container_1uezr_1";
|
|
59278
|
+
const small$2 = "_small_1uezr_7";
|
|
59279
|
+
const hasMarks = "_hasMarks_1uezr_10";
|
|
59280
|
+
const vertical = "_vertical_1uezr_13";
|
|
59281
|
+
const hasArrows = "_hasArrows_1uezr_17";
|
|
59282
|
+
const button$1 = "_button_1uezr_21";
|
|
59283
|
+
const label$1 = "_label_1uezr_24";
|
|
59284
59284
|
const styles$b = {
|
|
59285
59285
|
container,
|
|
59286
59286
|
small: small$2,
|
|
@@ -59483,7 +59483,7 @@ const Spacer = ({ height, width, flex }) => /* @__PURE__ */ jsxRuntime.exports.j
|
|
|
59483
59483
|
}
|
|
59484
59484
|
});
|
|
59485
59485
|
Spacer.defaultProps = {
|
|
59486
|
-
height: "var(--
|
|
59486
|
+
height: "var(--spacing)",
|
|
59487
59487
|
width: null,
|
|
59488
59488
|
flex: false
|
|
59489
59489
|
};
|
|
@@ -59518,7 +59518,7 @@ const styles$a = {
|
|
|
59518
59518
|
table,
|
|
59519
59519
|
striped
|
|
59520
59520
|
};
|
|
59521
|
-
const title$1 = "
|
|
59521
|
+
const title$1 = "_title_1x464_1";
|
|
59522
59522
|
const styles$9 = {
|
|
59523
59523
|
title: title$1
|
|
59524
59524
|
};
|
|
@@ -59627,35 +59627,35 @@ Footer.propTypes = {
|
|
|
59627
59627
|
pagination: paginationShape,
|
|
59628
59628
|
content: propTypes$1.exports.object
|
|
59629
59629
|
};
|
|
59630
|
-
const inputInTable$1 = "
|
|
59631
|
-
const inputHover$1 = "
|
|
59632
|
-
const inputFocus$1 = "
|
|
59633
|
-
const inputError$1 = "
|
|
59634
|
-
const inputWarning$1 = "
|
|
59635
|
-
const inputDisabled$1 = "
|
|
59636
|
-
const hideScrollbars$1 = "
|
|
59637
|
-
const cell = "
|
|
59638
|
-
const disabledLink = "
|
|
59639
|
-
const inputWrapper = "
|
|
59640
|
-
const breakWord = "
|
|
59641
|
-
const inputCell = "
|
|
59642
|
-
const sliderCell = "
|
|
59643
|
-
const staticCell = "
|
|
59644
|
-
const staticCellContent = "
|
|
59645
|
-
const error$1 = "
|
|
59646
|
-
const warning$2 = "
|
|
59647
|
-
const unit = "
|
|
59648
|
-
const sortingCell = "
|
|
59649
|
-
const sortingCellIcon = "
|
|
59650
|
-
const icon = "
|
|
59651
|
-
const checkBoxCell = "
|
|
59652
|
-
const iconCellWrapper = "
|
|
59653
|
-
const actionsCell = "
|
|
59654
|
-
const rightAligned = "
|
|
59655
|
-
const centerAligned = "
|
|
59656
|
-
const leftAligned = "
|
|
59657
|
-
const popover = "
|
|
59658
|
-
const disabledPointerEvents = "
|
|
59630
|
+
const inputInTable$1 = "_inputInTable_1dsas_1";
|
|
59631
|
+
const inputHover$1 = "_inputHover_1dsas_13";
|
|
59632
|
+
const inputFocus$1 = "_inputFocus_1dsas_18";
|
|
59633
|
+
const inputError$1 = "_inputError_1dsas_25";
|
|
59634
|
+
const inputWarning$1 = "_inputWarning_1dsas_26";
|
|
59635
|
+
const inputDisabled$1 = "_inputDisabled_1dsas_61";
|
|
59636
|
+
const hideScrollbars$1 = "_hideScrollbars_1dsas_67";
|
|
59637
|
+
const cell = "_cell_1dsas_77";
|
|
59638
|
+
const disabledLink = "_disabledLink_1dsas_87";
|
|
59639
|
+
const inputWrapper = "_inputWrapper_1dsas_91";
|
|
59640
|
+
const breakWord = "_breakWord_1dsas_106";
|
|
59641
|
+
const inputCell = "_inputCell_1dsas_109";
|
|
59642
|
+
const sliderCell = "_sliderCell_1dsas_112";
|
|
59643
|
+
const staticCell = "_staticCell_1dsas_116";
|
|
59644
|
+
const staticCellContent = "_staticCellContent_1dsas_119";
|
|
59645
|
+
const error$1 = "_error_1dsas_132";
|
|
59646
|
+
const warning$2 = "_warning_1dsas_133";
|
|
59647
|
+
const unit = "_unit_1dsas_142";
|
|
59648
|
+
const sortingCell = "_sortingCell_1dsas_145";
|
|
59649
|
+
const sortingCellIcon = "_sortingCellIcon_1dsas_156";
|
|
59650
|
+
const icon = "_icon_1dsas_167";
|
|
59651
|
+
const checkBoxCell = "_checkBoxCell_1dsas_171";
|
|
59652
|
+
const iconCellWrapper = "_iconCellWrapper_1dsas_175";
|
|
59653
|
+
const actionsCell = "_actionsCell_1dsas_179";
|
|
59654
|
+
const rightAligned = "_rightAligned_1dsas_187";
|
|
59655
|
+
const centerAligned = "_centerAligned_1dsas_193";
|
|
59656
|
+
const leftAligned = "_leftAligned_1dsas_199";
|
|
59657
|
+
const popover = "_popover_1dsas_202";
|
|
59658
|
+
const disabledPointerEvents = "_disabledPointerEvents_1dsas_205";
|
|
59659
59659
|
const styles$7 = {
|
|
59660
59660
|
inputInTable: inputInTable$1,
|
|
59661
59661
|
inputHover: inputHover$1,
|
|
@@ -60949,16 +60949,16 @@ Table.propTypes = {
|
|
|
60949
60949
|
}).isRequired,
|
|
60950
60950
|
onListReorder: propTypes$1.exports.func
|
|
60951
60951
|
};
|
|
60952
|
-
const tabs = "
|
|
60953
|
-
const padding = "
|
|
60954
|
-
const margin = "
|
|
60955
|
-
const contentPadding = "
|
|
60956
|
-
const item$1 = "
|
|
60957
|
-
const active$1 = "
|
|
60958
|
-
const hidden = "
|
|
60959
|
-
const disabled$1 = "
|
|
60960
|
-
const left$1 = "
|
|
60961
|
-
const right$1 = "
|
|
60952
|
+
const tabs = "_tabs_1d4dq_1";
|
|
60953
|
+
const padding = "_padding_1d4dq_7";
|
|
60954
|
+
const margin = "_margin_1d4dq_11";
|
|
60955
|
+
const contentPadding = "_contentPadding_1d4dq_14";
|
|
60956
|
+
const item$1 = "_item_1d4dq_17";
|
|
60957
|
+
const active$1 = "_active_1d4dq_38";
|
|
60958
|
+
const hidden = "_hidden_1d4dq_57";
|
|
60959
|
+
const disabled$1 = "_disabled_1d4dq_60";
|
|
60960
|
+
const left$1 = "_left_1d4dq_64";
|
|
60961
|
+
const right$1 = "_right_1d4dq_64";
|
|
60962
60962
|
const styles$5 = {
|
|
60963
60963
|
tabs,
|
|
60964
60964
|
padding,
|
|
@@ -62393,10 +62393,10 @@ const toast = ({ id: id2, message: message2, autoClose = 6e3, onClose }) => {
|
|
|
62393
62393
|
type: toastType
|
|
62394
62394
|
});
|
|
62395
62395
|
};
|
|
62396
|
-
const toggle$1 = "
|
|
62397
|
-
const small = "
|
|
62398
|
-
const disabled = "
|
|
62399
|
-
const noMargin = "
|
|
62396
|
+
const toggle$1 = "_toggle_12zt1_9";
|
|
62397
|
+
const small = "_small_12zt1_25";
|
|
62398
|
+
const disabled = "_disabled_12zt1_102";
|
|
62399
|
+
const noMargin = "_noMargin_12zt1_113";
|
|
62400
62400
|
const styles$3 = {
|
|
62401
62401
|
toggle: toggle$1,
|
|
62402
62402
|
small,
|
|
@@ -62472,22 +62472,22 @@ Toggle.propTypes = {
|
|
|
62472
62472
|
helpText: propTypes$1.exports.string,
|
|
62473
62473
|
onClickHelp: propTypes$1.exports.func
|
|
62474
62474
|
};
|
|
62475
|
-
const topbar = "
|
|
62476
|
-
const fixed = "
|
|
62477
|
-
const appSwitcher = "
|
|
62478
|
-
const title = "
|
|
62479
|
-
const logo = "
|
|
62480
|
-
const label = "
|
|
62481
|
-
const brand = "
|
|
62482
|
-
const version = "
|
|
62483
|
-
const left = "
|
|
62484
|
-
const right = "
|
|
62485
|
-
const item = "
|
|
62486
|
-
const link = "
|
|
62487
|
-
const button = "
|
|
62488
|
-
const menu = "
|
|
62489
|
-
const active = "
|
|
62490
|
-
const alert = "
|
|
62475
|
+
const topbar = "_topbar_1yq2w_8";
|
|
62476
|
+
const fixed = "_fixed_1yq2w_17";
|
|
62477
|
+
const appSwitcher = "_appSwitcher_1yq2w_25";
|
|
62478
|
+
const title = "_title_1yq2w_49";
|
|
62479
|
+
const logo = "_logo_1yq2w_65";
|
|
62480
|
+
const label = "_label_1yq2w_68";
|
|
62481
|
+
const brand = "_brand_1yq2w_73";
|
|
62482
|
+
const version = "_version_1yq2w_78";
|
|
62483
|
+
const left = "_left_1yq2w_85";
|
|
62484
|
+
const right = "_right_1yq2w_86";
|
|
62485
|
+
const item = "_item_1yq2w_100";
|
|
62486
|
+
const link = "_link_1yq2w_101";
|
|
62487
|
+
const button = "_button_1yq2w_113";
|
|
62488
|
+
const menu = "_menu_1yq2w_114";
|
|
62489
|
+
const active = "_active_1yq2w_142";
|
|
62490
|
+
const alert = "_alert_1yq2w_167";
|
|
62491
62491
|
const styles$2 = {
|
|
62492
62492
|
topbar,
|
|
62493
62493
|
fixed,
|
|
@@ -62731,9 +62731,9 @@ TopBar.propTypes = {
|
|
|
62731
62731
|
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
62732
62732
|
fixedPosition: propTypes$1.exports.bool
|
|
62733
62733
|
};
|
|
62734
|
-
const popConfirm = "
|
|
62735
|
-
const content = "
|
|
62736
|
-
const buttons = "
|
|
62734
|
+
const popConfirm = "_popConfirm_13o7s_1";
|
|
62735
|
+
const content = "_content_13o7s_7";
|
|
62736
|
+
const buttons = "_buttons_13o7s_12";
|
|
62737
62737
|
const styles$1 = {
|
|
62738
62738
|
popConfirm,
|
|
62739
62739
|
content,
|