@oliasoft-open-source/react-ui-library 3.1.17 → 3.1.18

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.
Files changed (3) hide show
  1. package/dist/global.css +1060 -1043
  2. package/dist/index.js +522 -496
  3. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1243,8 +1243,8 @@ function FaRegCircle(props) {
1243
1243
  function FaRegCopy(props) {
1244
1244
  return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 448 512" }, "child": [{ "tag": "path", "attr": { "d": "M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z" } }] })(props);
1245
1245
  }
1246
- const chevron = "_chevron_25xgl_329";
1247
- const expanded$2 = "_expanded_25xgl_335";
1246
+ const chevron = "_chevron_ns2nu_329";
1247
+ const expanded$2 = "_expanded_ns2nu_335";
1248
1248
  const styles$Q = {
1249
1249
  chevron,
1250
1250
  expanded: expanded$2
@@ -1258,15 +1258,15 @@ const Chevron = ({
1258
1258
  className: cx(styles$Q.chevron)
1259
1259
  });
1260
1260
  };
1261
- const accordion = "_accordion_1abkf_329";
1262
- const accordionHeader = "_accordionHeader_1abkf_333";
1263
- const heading$6 = "_heading_1abkf_337";
1264
- const clickable$2 = "_clickable_1abkf_340";
1265
- const bordered$4 = "_bordered_1abkf_346";
1266
- const accordionContent = "_accordionContent_1abkf_350";
1267
- const expanded$1 = "_expanded_1abkf_359";
1268
- const padding$3 = "_padding_1abkf_368";
1269
- const squareBottom = "_squareBottom_1abkf_371";
1261
+ const accordion = "_accordion_1hpxh_329";
1262
+ const accordionHeader = "_accordionHeader_1hpxh_333";
1263
+ const heading$6 = "_heading_1hpxh_337";
1264
+ const clickable$2 = "_clickable_1hpxh_340";
1265
+ const bordered$4 = "_bordered_1hpxh_346";
1266
+ const accordionContent = "_accordionContent_1hpxh_350";
1267
+ const expanded$1 = "_expanded_1hpxh_359";
1268
+ const padding$3 = "_padding_1hpxh_368";
1269
+ const squareBottom = "_squareBottom_1hpxh_371";
1270
1270
  const styles$P = {
1271
1271
  accordion,
1272
1272
  accordionHeader,
@@ -1377,17 +1377,17 @@ Accordion.propTypes = {
1377
1377
  squareBottom: propTypes$1.exports.bool,
1378
1378
  testId: propTypes$1.exports.string
1379
1379
  };
1380
- const checkbox = "_checkbox_jh50z_329";
1381
- const noLabel = "_noLabel_jh50z_342";
1382
- const small$d = "_small_jh50z_345";
1383
- const checkmark = "_checkmark_jh50z_371";
1384
- const disabled$9 = "_disabled_jh50z_392";
1385
- const noMargin$2 = "_noMargin_jh50z_406";
1386
- const isInTable$4 = "_isInTable_jh50z_409";
1380
+ const checkbox = "_checkbox_di89x_329";
1381
+ const noLabel = "_noLabel_di89x_342";
1382
+ const small$e = "_small_di89x_345";
1383
+ const checkmark = "_checkmark_di89x_371";
1384
+ const disabled$9 = "_disabled_di89x_392";
1385
+ const noMargin$2 = "_noMargin_di89x_406";
1386
+ const isInTable$4 = "_isInTable_di89x_409";
1387
1387
  const styles$O = {
1388
1388
  checkbox,
1389
1389
  noLabel,
1390
- small: small$d,
1390
+ small: small$e,
1391
1391
  checkmark,
1392
1392
  disabled: disabled$9,
1393
1393
  noMargin: noMargin$2,
@@ -1471,10 +1471,10 @@ CheckBox.propTypes = {
1471
1471
  dataix: propTypes$1.exports.number,
1472
1472
  value: propTypes$1.exports.string
1473
1473
  };
1474
- const bordered$3 = "_bordered_19uvj_329";
1475
- const checkboxWrapper = "_checkboxWrapper_19uvj_335";
1476
- const padding$2 = "_padding_19uvj_341";
1477
- const contentWrapper = "_contentWrapper_19uvj_344";
1474
+ const bordered$3 = "_bordered_1mb61_329";
1475
+ const checkboxWrapper = "_checkboxWrapper_1mb61_335";
1476
+ const padding$2 = "_padding_1mb61_341";
1477
+ const contentWrapper = "_contentWrapper_1mb61_344";
1478
1478
  const styles$N = {
1479
1479
  bordered: bordered$3,
1480
1480
  checkboxWrapper,
@@ -7647,10 +7647,10 @@ const DeprecatedIcon = ({
7647
7647
  return /* @__PURE__ */ jsx(FaRegCircle, {});
7648
7648
  }
7649
7649
  };
7650
- const wrapper$4 = "_wrapper_1bcqv_329";
7651
- const customSvg = "_customSvg_1bcqv_336";
7652
- const customPng = "_customPng_1bcqv_339";
7653
- const clickable$1 = "_clickable_1bcqv_344";
7650
+ const wrapper$4 = "_wrapper_6gikz_329";
7651
+ const customSvg = "_customSvg_6gikz_336";
7652
+ const customPng = "_customPng_6gikz_339";
7653
+ const clickable$1 = "_clickable_6gikz_344";
7654
7654
  const styles$M = {
7655
7655
  wrapper: wrapper$4,
7656
7656
  customSvg,
@@ -9683,34 +9683,34 @@ function useHover(_temp) {
9683
9683
  return onMouseLeave(null, true);
9684
9684
  }];
9685
9685
  }
9686
- const wrapper$3 = "_wrapper_ddkhz_329";
9687
- const layer$1 = "_layer_ddkhz_333";
9688
- const layerContainer$1 = "_layerContainer_ddkhz_336";
9689
- const nested = "_nested_ddkhz_350";
9690
- const fileInput$1 = "_fileInput_ddkhz_362";
9691
- const trigger$1 = "_trigger_ddkhz_368";
9692
- const middleAlignedInline = "_middleAlignedInline_ddkhz_378";
9693
- const heading$5 = "_heading_ddkhz_384";
9694
- const headingIcon = "_headingIcon_ddkhz_390";
9695
- const option$1 = "_option_ddkhz_402";
9696
- const active$9 = "_active_ddkhz_419";
9697
- const selected$1 = "_selected_ddkhz_424";
9698
- const optionContent$1 = "_optionContent_ddkhz_431";
9699
- const inline$3 = "_inline_ddkhz_436";
9700
- const icon$7 = "_icon_ddkhz_441";
9701
- const check$1 = "_check_ddkhz_442";
9702
- const text$2 = "_text_ddkhz_468";
9703
- const label$a = "_label_ddkhz_473";
9704
- const description = "_description_ddkhz_484";
9705
- const arrow = "_arrow_ddkhz_488";
9706
- const divider$1 = "_divider_ddkhz_492";
9707
- const deprecatedSemanticIcon = "_deprecatedSemanticIcon_ddkhz_496";
9708
- const disabled$8 = "_disabled_ddkhz_500";
9709
- const buttonLabel = "_buttonLabel_ddkhz_505";
9710
- const buttonCaret = "_buttonCaret_ddkhz_512";
9711
- const component = "_component_ddkhz_515";
9712
- const right$7 = "_right_ddkhz_521";
9713
- const actions$3 = "_actions_ddkhz_526";
9686
+ const wrapper$3 = "_wrapper_4p39y_329";
9687
+ const layer$1 = "_layer_4p39y_333";
9688
+ const layerContainer$1 = "_layerContainer_4p39y_336";
9689
+ const nested = "_nested_4p39y_350";
9690
+ const fileInput$1 = "_fileInput_4p39y_362";
9691
+ const trigger$1 = "_trigger_4p39y_368";
9692
+ const middleAlignedInline = "_middleAlignedInline_4p39y_378";
9693
+ const heading$5 = "_heading_4p39y_384";
9694
+ const headingIcon = "_headingIcon_4p39y_390";
9695
+ const option$1 = "_option_4p39y_402";
9696
+ const active$9 = "_active_4p39y_419";
9697
+ const selected$1 = "_selected_4p39y_424";
9698
+ const optionContent$1 = "_optionContent_4p39y_431";
9699
+ const inline$3 = "_inline_4p39y_436";
9700
+ const icon$7 = "_icon_4p39y_441";
9701
+ const check$1 = "_check_4p39y_442";
9702
+ const text$2 = "_text_4p39y_468";
9703
+ const label$a = "_label_4p39y_473";
9704
+ const description = "_description_4p39y_484";
9705
+ const arrow = "_arrow_4p39y_488";
9706
+ const divider$1 = "_divider_4p39y_492";
9707
+ const deprecatedSemanticIcon = "_deprecatedSemanticIcon_4p39y_496";
9708
+ const disabled$8 = "_disabled_4p39y_500";
9709
+ const buttonLabel = "_buttonLabel_4p39y_505";
9710
+ const buttonCaret = "_buttonCaret_4p39y_512";
9711
+ const component = "_component_4p39y_515";
9712
+ const right$7 = "_right_4p39y_521";
9713
+ const actions$2 = "_actions_4p39y_526";
9714
9714
  const styles$L = {
9715
9715
  wrapper: wrapper$3,
9716
9716
  layer: layer$1,
@@ -9739,7 +9739,7 @@ const styles$L = {
9739
9739
  buttonCaret,
9740
9740
  component,
9741
9741
  right: right$7,
9742
- actions: actions$3
9742
+ actions: actions$2
9743
9743
  };
9744
9744
  const Heading$3 = ({
9745
9745
  label: label2,
@@ -9954,21 +9954,21 @@ const placementOptions$1 = (placement, isNested = false) => ({
9954
9954
  preferY: "bottom",
9955
9955
  placement: placement || (isNested ? "right-start" : "bottom-start")
9956
9956
  });
9957
- const wrapper$2 = "_wrapper_1xc80_329";
9958
- const badge = "_badge_1xc80_333";
9959
- const label$9 = "_label_1xc80_338";
9960
- const dark$1 = "_dark_1xc80_350";
9961
- const light = "_light_1xc80_353";
9962
- const small$c = "_small_1xc80_356";
9963
- const dot = "_dot_1xc80_362";
9964
- const hasChildren = "_hasChildren_1xc80_367";
9957
+ const wrapper$2 = "_wrapper_1520w_329";
9958
+ const badge = "_badge_1520w_333";
9959
+ const label$9 = "_label_1520w_338";
9960
+ const dark$1 = "_dark_1520w_350";
9961
+ const light = "_light_1520w_353";
9962
+ const small$d = "_small_1520w_356";
9963
+ const dot = "_dot_1520w_362";
9964
+ const hasChildren = "_hasChildren_1520w_367";
9965
9965
  const styles$K = {
9966
9966
  wrapper: wrapper$2,
9967
9967
  badge,
9968
9968
  label: label$9,
9969
9969
  dark: dark$1,
9970
9970
  light,
9971
- small: small$c,
9971
+ small: small$d,
9972
9972
  dot,
9973
9973
  hasChildren
9974
9974
  };
@@ -10018,23 +10018,23 @@ Badge.propTypes = {
10018
10018
  margin: propTypes$1.exports.string,
10019
10019
  small: propTypes$1.exports.bool
10020
10020
  };
10021
- const button$3 = "_button_hu9gg_363";
10022
- const active$8 = "_active_hu9gg_397";
10023
- const icon$6 = "_icon_hu9gg_409";
10024
- const iconOnly = "_iconOnly_hu9gg_416";
10025
- const basic = "_basic_hu9gg_426";
10026
- const muted$1 = "_muted_hu9gg_432";
10027
- const disabled$7 = "_disabled_hu9gg_445";
10028
- const small$b = "_small_hu9gg_455";
10029
- const pill = "_pill_hu9gg_460";
10030
- const round = "_round_hu9gg_461";
10031
- const orange$1 = "_orange_hu9gg_478";
10032
- const red$1 = "_red_hu9gg_488";
10033
- const green$1 = "_green_hu9gg_498";
10034
- const inverted$1 = "_inverted_hu9gg_526";
10035
- const groupOrderFirst$4 = "_groupOrderFirst_hu9gg_560";
10036
- const groupOrderMiddle$4 = "_groupOrderMiddle_hu9gg_561";
10037
- const groupOrderLast$4 = "_groupOrderLast_hu9gg_562";
10021
+ const button$3 = "_button_czseq_363";
10022
+ const active$8 = "_active_czseq_397";
10023
+ const icon$6 = "_icon_czseq_409";
10024
+ const iconOnly = "_iconOnly_czseq_416";
10025
+ const basic = "_basic_czseq_426";
10026
+ const muted$1 = "_muted_czseq_432";
10027
+ const disabled$7 = "_disabled_czseq_445";
10028
+ const small$c = "_small_czseq_455";
10029
+ const pill = "_pill_czseq_460";
10030
+ const round = "_round_czseq_461";
10031
+ const orange$1 = "_orange_czseq_478";
10032
+ const red$1 = "_red_czseq_488";
10033
+ const green$1 = "_green_czseq_498";
10034
+ const inverted$1 = "_inverted_czseq_526";
10035
+ const groupOrderFirst$4 = "_groupOrderFirst_czseq_560";
10036
+ const groupOrderMiddle$4 = "_groupOrderMiddle_czseq_561";
10037
+ const groupOrderLast$4 = "_groupOrderLast_czseq_562";
10038
10038
  const buttonStyles = {
10039
10039
  button: button$3,
10040
10040
  active: active$8,
@@ -10043,7 +10043,7 @@ const buttonStyles = {
10043
10043
  basic,
10044
10044
  muted: muted$1,
10045
10045
  disabled: disabled$7,
10046
- small: small$b,
10046
+ small: small$c,
10047
10047
  pill,
10048
10048
  round,
10049
10049
  orange: orange$1,
@@ -10054,14 +10054,14 @@ const buttonStyles = {
10054
10054
  groupOrderMiddle: groupOrderMiddle$4,
10055
10055
  groupOrderLast: groupOrderLast$4
10056
10056
  };
10057
- const spinner = "_spinner_16f46_329";
10058
- const small$a = "_small_16f46_335";
10059
- const tiny = "_tiny_16f46_339";
10060
- const colored$1 = "_colored_16f46_366";
10061
- const dark = "_dark_16f46_378";
10057
+ const spinner = "_spinner_21f2c_329";
10058
+ const small$b = "_small_21f2c_335";
10059
+ const tiny = "_tiny_21f2c_339";
10060
+ const colored$1 = "_colored_21f2c_366";
10061
+ const dark = "_dark_21f2c_378";
10062
10062
  const styles$J = {
10063
10063
  spinner,
10064
- small: small$a,
10064
+ small: small$b,
10065
10065
  tiny,
10066
10066
  colored: colored$1,
10067
10067
  dark
@@ -10653,11 +10653,11 @@ Menu.propTypes = {
10653
10653
  open: propTypes$1.exports.bool,
10654
10654
  setOpen: propTypes$1.exports.func
10655
10655
  };
10656
- const actions$2 = "_actions_a7fhh_329";
10657
- const actionComponentContainer = "_actionComponentContainer_a7fhh_339";
10658
- const active$7 = "_active_a7fhh_361";
10656
+ const actions$1 = "_actions_gc0pi_329";
10657
+ const actionComponentContainer = "_actionComponentContainer_gc0pi_339";
10658
+ const active$7 = "_active_gc0pi_361";
10659
10659
  const styles$I = {
10660
- actions: actions$2,
10660
+ actions: actions$1,
10661
10661
  actionComponentContainer,
10662
10662
  active: active$7
10663
10663
  };
@@ -10771,15 +10771,15 @@ Actions.propTypes = {
10771
10771
  actions: actionsShape,
10772
10772
  right: propTypes$1.exports.bool
10773
10773
  };
10774
- const breadcrumb = "_breadcrumb_1nzq0_329";
10775
- const small$9 = "_small_1nzq0_332";
10776
- const labelContainer = "_labelContainer_1nzq0_335";
10777
- const active$6 = "_active_1nzq0_345";
10778
- const disabled$6 = "_disabled_1nzq0_350";
10779
- const separator = "_separator_1nzq0_355";
10774
+ const breadcrumb = "_breadcrumb_1ewgq_329";
10775
+ const small$a = "_small_1ewgq_332";
10776
+ const labelContainer = "_labelContainer_1ewgq_335";
10777
+ const active$6 = "_active_1ewgq_345";
10778
+ const disabled$6 = "_disabled_1ewgq_350";
10779
+ const separator = "_separator_1ewgq_355";
10780
10780
  const styles$H = {
10781
10781
  breadcrumb,
10782
- small: small$9,
10782
+ small: small$a,
10783
10783
  labelContainer,
10784
10784
  active: active$6,
10785
10785
  disabled: disabled$6,
@@ -10854,9 +10854,9 @@ Breadcrumb.propTypes = {
10854
10854
  })).isRequired,
10855
10855
  small: propTypes$1.exports.bool
10856
10856
  };
10857
- const tooltip = "_tooltip_80b7x_329";
10858
- const error$8 = "_error_80b7x_343";
10859
- const warning$b = "_warning_80b7x_347";
10857
+ const tooltip = "_tooltip_g3i5e_329";
10858
+ const error$8 = "_error_g3i5e_343";
10859
+ const warning$b = "_warning_g3i5e_347";
10860
10860
  const styles$G = {
10861
10861
  tooltip,
10862
10862
  error: error$8,
@@ -11010,8 +11010,8 @@ Tooltip$2.propTypes = {
11010
11010
  flex: propTypes$1.exports.string,
11011
11011
  forceOpen: propTypes$1.exports.bool
11012
11012
  };
11013
- const label$8 = "_label_1nb62_329";
11014
- const buttonGroup = "_buttonGroup_1nb62_339";
11013
+ const label$8 = "_label_t6aab_329";
11014
+ const buttonGroup = "_buttonGroup_t6aab_339";
11015
11015
  const styles$F = {
11016
11016
  label: label$8,
11017
11017
  buttonGroup
@@ -11121,13 +11121,13 @@ ButtonGroup.propTypes = {
11121
11121
  value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
11122
11122
  testId: propTypes$1.exports.string
11123
11123
  };
11124
- const card = "_card_1hame_329";
11125
- const bordered$2 = "_bordered_1hame_332";
11126
- const raised = "_raised_1hame_338";
11127
- const cardHeader = "_cardHeader_1hame_341";
11128
- const cardContentBorderTop = "_cardContentBorderTop_1hame_347";
11129
- const padding$1 = "_padding_1hame_350";
11130
- const cardContent = "_cardContent_1hame_347";
11124
+ const card = "_card_62ou5_329";
11125
+ const bordered$2 = "_bordered_62ou5_332";
11126
+ const raised = "_raised_62ou5_338";
11127
+ const cardHeader = "_cardHeader_62ou5_341";
11128
+ const cardContentBorderTop = "_cardContentBorderTop_62ou5_347";
11129
+ const padding$1 = "_padding_62ou5_350";
11130
+ const cardContent = "_cardContent_62ou5_347";
11131
11131
  const styles$E = {
11132
11132
  card,
11133
11133
  bordered: bordered$2,
@@ -12447,23 +12447,23 @@ Column.propTypes = {
12447
12447
  widthTablet: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
12448
12448
  testId: propTypes$1.exports.string
12449
12449
  };
12450
- const divider = "_divider_t8bj0_329";
12451
- const alignLeft = "_alignLeft_t8bj0_340";
12452
- const alignRight = "_alignRight_t8bj0_343";
12450
+ const divider = "_divider_ifk4j_329";
12451
+ const alignLeft = "_alignLeft_ifk4j_340";
12452
+ const alignRight = "_alignRight_ifk4j_343";
12453
12453
  const styles$D = {
12454
12454
  divider,
12455
12455
  alignLeft,
12456
12456
  alignRight
12457
12457
  };
12458
- const bold$1 = "_bold_1j5st_329";
12459
- const center = "_center_1j5st_332";
12460
- const muted = "_muted_1j5st_335";
12461
- const faint$1 = "_faint_1j5st_338";
12462
- const success$1 = "_success_1j5st_341";
12463
- const warning$a = "_warning_1j5st_344";
12464
- const error$7 = "_error_1j5st_347";
12465
- const small$8 = "_small_1j5st_350";
12466
- const link$1 = "_link_1j5st_353";
12458
+ const bold$1 = "_bold_cntjp_329";
12459
+ const center = "_center_cntjp_332";
12460
+ const muted = "_muted_cntjp_335";
12461
+ const faint$1 = "_faint_cntjp_338";
12462
+ const success$1 = "_success_cntjp_341";
12463
+ const warning$a = "_warning_cntjp_344";
12464
+ const error$7 = "_error_cntjp_347";
12465
+ const small$9 = "_small_cntjp_350";
12466
+ const link$1 = "_link_cntjp_353";
12467
12467
  const styles$C = {
12468
12468
  bold: bold$1,
12469
12469
  center,
@@ -12472,7 +12472,7 @@ const styles$C = {
12472
12472
  success: success$1,
12473
12473
  warning: warning$a,
12474
12474
  error: error$7,
12475
- small: small$8,
12475
+ small: small$9,
12476
12476
  link: link$1
12477
12477
  };
12478
12478
  const Text = ({
@@ -12555,13 +12555,13 @@ Divider.propTypes = {
12555
12555
  color: propTypes$1.exports.string,
12556
12556
  align: propTypes$1.exports.string
12557
12557
  };
12558
- const heading$4 = "_heading_1rsob_329";
12559
- const top$1 = "_top_1rsob_337";
12560
- const icons$2 = "_icons_1rsob_349";
12561
- const icon$5 = "_icon_1rsob_349";
12562
- const lock = "_lock_1rsob_363";
12563
- const faint = "_faint_1rsob_366";
12564
- const active$5 = "_active_1rsob_374";
12558
+ const heading$4 = "_heading_zih6k_329";
12559
+ const top$1 = "_top_zih6k_337";
12560
+ const icons$2 = "_icons_zih6k_349";
12561
+ const icon$5 = "_icon_zih6k_349";
12562
+ const lock = "_lock_zih6k_363";
12563
+ const faint = "_faint_zih6k_366";
12564
+ const active$5 = "_active_zih6k_374";
12565
12565
  const styles$B = {
12566
12566
  heading: heading$4,
12567
12567
  top: top$1,
@@ -12745,29 +12745,29 @@ const dialogShape = propTypes$1.exports.shape({
12745
12745
  Dialog.propTypes = {
12746
12746
  dialog: dialogShape.isRequired
12747
12747
  };
12748
- const inputInTable$9 = "_inputInTable_z4c4u_329";
12749
- const inputFocus$9 = "_inputFocus_z4c4u_345";
12750
- const inputError$9 = "_inputError_z4c4u_350";
12751
- const inputWarning$9 = "_inputWarning_z4c4u_351";
12752
- const inputDisabled$9 = "_inputDisabled_z4c4u_382";
12753
- const hideScrollbars$9 = "_hideScrollbars_z4c4u_387";
12754
- const inline$1 = "_inline_z4c4u_409";
12755
- const left$2 = "_left_z4c4u_412";
12756
- const right$6 = "_right_z4c4u_415";
12757
- const fixed$1 = "_fixed_z4c4u_418";
12758
- const border = "_border_z4c4u_430";
12759
- const shadow = "_shadow_z4c4u_436";
12760
- const drawerContent = "_drawerContent_z4c4u_439";
12761
- const isResizing = "_isResizing_z4c4u_451";
12762
- const toggleButton = "_toggleButton_z4c4u_462";
12763
- const top = "_top_z4c4u_475";
12764
- const bottom = "_bottom_z4c4u_478";
12765
- const toggleButtonOpen = "_toggleButtonOpen_z4c4u_481";
12766
- const tabs$1 = "_tabs_z4c4u_484";
12767
- const tab$1 = "_tab_z4c4u_484";
12768
- const active$4 = "_active_z4c4u_515";
12769
- const tabsContent = "_tabsContent_z4c4u_537";
12770
- const resizeHandle = "_resizeHandle_z4c4u_543";
12748
+ const inputInTable$9 = "_inputInTable_4gx6k_329";
12749
+ const inputFocus$9 = "_inputFocus_4gx6k_345";
12750
+ const inputError$9 = "_inputError_4gx6k_350";
12751
+ const inputWarning$9 = "_inputWarning_4gx6k_351";
12752
+ const inputDisabled$9 = "_inputDisabled_4gx6k_382";
12753
+ const hideScrollbars$9 = "_hideScrollbars_4gx6k_387";
12754
+ const inline$1 = "_inline_4gx6k_409";
12755
+ const left$2 = "_left_4gx6k_412";
12756
+ const right$6 = "_right_4gx6k_415";
12757
+ const fixed$1 = "_fixed_4gx6k_418";
12758
+ const border = "_border_4gx6k_430";
12759
+ const shadow = "_shadow_4gx6k_436";
12760
+ const drawerContent = "_drawerContent_4gx6k_439";
12761
+ const isResizing = "_isResizing_4gx6k_451";
12762
+ const toggleButton = "_toggleButton_4gx6k_462";
12763
+ const top = "_top_4gx6k_475";
12764
+ const bottom = "_bottom_4gx6k_478";
12765
+ const toggleButtonOpen = "_toggleButtonOpen_4gx6k_481";
12766
+ const tabs$1 = "_tabs_4gx6k_484";
12767
+ const tab$1 = "_tab_4gx6k_484";
12768
+ const active$4 = "_active_4gx6k_515";
12769
+ const tabsContent = "_tabsContent_4gx6k_537";
12770
+ const resizeHandle = "_resizeHandle_4gx6k_543";
12771
12771
  const styles$z = {
12772
12772
  inputInTable: inputInTable$9,
12773
12773
  inputFocus: inputFocus$9,
@@ -15053,8 +15053,8 @@ Drawer.propTypes = {
15053
15053
  onResize: propTypes$1.exports.func,
15054
15054
  getActiveTab: propTypes$1.exports.func
15055
15055
  };
15056
- const empty$1 = "_empty_1nr44_329";
15057
- const text$1 = "_text_1nr44_339";
15056
+ const empty$1 = "_empty_1g72m_329";
15057
+ const text$1 = "_text_1g72m_339";
15058
15058
  const styles$y = {
15059
15059
  empty: empty$1,
15060
15060
  text: text$1
@@ -15119,7 +15119,7 @@ Empty.propTypes = {
15119
15119
  text: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
15120
15120
  children: propTypes$1.exports.node
15121
15121
  };
15122
- const inputGroup = "_inputGroup_32yrz_329";
15122
+ const inputGroup = "_inputGroup_fj9a2_329";
15123
15123
  const styles$x = {
15124
15124
  inputGroup
15125
15125
  };
@@ -15168,21 +15168,21 @@ InputGroup.propTypes = {
15168
15168
  small: propTypes$1.exports.bool,
15169
15169
  width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
15170
15170
  };
15171
- const inputInTable$8 = "_inputInTable_12o4t_329";
15172
- const inputFocus$8 = "_inputFocus_12o4t_345";
15173
- const inputError$8 = "_inputError_12o4t_350";
15174
- const inputWarning$8 = "_inputWarning_12o4t_351";
15175
- const inputDisabled$8 = "_inputDisabled_12o4t_382";
15176
- const hideScrollbars$8 = "_hideScrollbars_12o4t_387";
15177
- const input$2 = "_input_12o4t_329";
15178
- const isInTable$3 = "_isInTable_12o4t_418";
15179
- const small$7 = "_small_12o4t_446";
15180
- const error$6 = "_error_12o4t_452";
15181
- const warning$9 = "_warning_12o4t_467";
15182
- const right$5 = "_right_12o4t_487";
15183
- const groupOrderFirst$3 = "_groupOrderFirst_12o4t_490";
15184
- const groupOrderMiddle$3 = "_groupOrderMiddle_12o4t_491";
15185
- const groupOrderLast$3 = "_groupOrderLast_12o4t_492";
15171
+ const inputInTable$8 = "_inputInTable_tf34v_329";
15172
+ const inputFocus$8 = "_inputFocus_tf34v_345";
15173
+ const inputError$8 = "_inputError_tf34v_350";
15174
+ const inputWarning$8 = "_inputWarning_tf34v_351";
15175
+ const inputDisabled$8 = "_inputDisabled_tf34v_382";
15176
+ const hideScrollbars$8 = "_hideScrollbars_tf34v_387";
15177
+ const input$2 = "_input_tf34v_329";
15178
+ const isInTable$3 = "_isInTable_tf34v_418";
15179
+ const small$8 = "_small_tf34v_446";
15180
+ const error$6 = "_error_tf34v_452";
15181
+ const warning$9 = "_warning_tf34v_467";
15182
+ const right$5 = "_right_tf34v_487";
15183
+ const groupOrderFirst$3 = "_groupOrderFirst_tf34v_490";
15184
+ const groupOrderMiddle$3 = "_groupOrderMiddle_tf34v_491";
15185
+ const groupOrderLast$3 = "_groupOrderLast_tf34v_492";
15186
15186
  const styles$w = {
15187
15187
  inputInTable: inputInTable$8,
15188
15188
  inputFocus: inputFocus$8,
@@ -15192,7 +15192,7 @@ const styles$w = {
15192
15192
  hideScrollbars: hideScrollbars$8,
15193
15193
  input: input$2,
15194
15194
  isInTable: isInTable$3,
15195
- small: small$7,
15195
+ small: small$8,
15196
15196
  error: error$6,
15197
15197
  warning: warning$9,
15198
15198
  right: right$5,
@@ -15427,10 +15427,10 @@ function HiLockClosed(props) {
15427
15427
  function HiLockOpen(props) {
15428
15428
  return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 20 20", "fill": "currentColor" }, "child": [{ "tag": "path", "attr": { "d": "M10 2a5 5 0 00-5 5v2a2 2 0 00-2 2v5a2 2 0 002 2h10a2 2 0 002-2v-5a2 2 0 00-2-2H7V7a3 3 0 015.905-.75 1 1 0 001.937-.5A5.002 5.002 0 0010 2z" } }] })(props);
15429
15429
  }
15430
- const label$7 = "_label_hnh5m_329";
15431
- const labelLeft$1 = "_labelLeft_hnh5m_333";
15432
- const icons$1 = "_icons_hnh5m_341";
15433
- const icon$4 = "_icon_hnh5m_341";
15430
+ const label$7 = "_label_1pbb7_329";
15431
+ const labelLeft$1 = "_labelLeft_1pbb7_333";
15432
+ const icons$1 = "_icons_1pbb7_341";
15433
+ const icon$4 = "_icon_1pbb7_341";
15434
15434
  const styles$u = {
15435
15435
  label: label$7,
15436
15436
  labelLeft: labelLeft$1,
@@ -15530,17 +15530,17 @@ Label$2.propTypes = {
15530
15530
  }),
15531
15531
  labelLeft: propTypes$1.exports.bool
15532
15532
  };
15533
- const field = "_field_1yec0_329";
15534
- const labelLeft = "_labelLeft_1yec0_333";
15535
- const fieldInput = "_fieldInput_1yec0_337";
15536
- const formRow$1 = "_formRow_1yec0_340";
15537
- const button$2 = "_button_1yec0_350";
15533
+ const field = "_field_9ng6g_329";
15534
+ const labelLeft = "_labelLeft_9ng6g_333";
15535
+ const fieldInput = "_fieldInput_9ng6g_337";
15536
+ const formRow$1 = "_formRow_9ng6g_340";
15537
+ const button$2 = "_button_9ng6g_350";
15538
15538
  const styles$t = {
15539
15539
  field,
15540
15540
  labelLeft,
15541
15541
  fieldInput,
15542
15542
  formRow: formRow$1,
15543
- "form-row": "_form-row_1yec0_341",
15543
+ "form-row": "_form-row_9ng6g_341",
15544
15544
  button: button$2
15545
15545
  };
15546
15546
  const Field = ({
@@ -15656,7 +15656,7 @@ Flex.propTypes = {
15656
15656
  wrap: propTypes$1.exports.bool,
15657
15657
  gap: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string])
15658
15658
  };
15659
- const formRow = "_formRow_1e395_329";
15659
+ const formRow = "_formRow_16j7m_329";
15660
15660
  const styles$s = {
15661
15661
  formRow
15662
15662
  };
@@ -15726,14 +15726,14 @@ Grid.propTypes = {
15726
15726
  height: propTypes$1.exports.string,
15727
15727
  children: propTypes$1.exports.node
15728
15728
  };
15729
- const addon = "_addon_1trlr_329";
15730
- const small$6 = "_small_1trlr_340";
15731
- const groupOrderFirst$2 = "_groupOrderFirst_1trlr_344";
15732
- const groupOrderMiddle$2 = "_groupOrderMiddle_1trlr_345";
15733
- const groupOrderLast$2 = "_groupOrderLast_1trlr_350";
15729
+ const addon = "_addon_1php6_329";
15730
+ const small$7 = "_small_1php6_340";
15731
+ const groupOrderFirst$2 = "_groupOrderFirst_1php6_344";
15732
+ const groupOrderMiddle$2 = "_groupOrderMiddle_1php6_345";
15733
+ const groupOrderLast$2 = "_groupOrderLast_1php6_350";
15734
15734
  const styles$r = {
15735
15735
  addon,
15736
- small: small$6,
15736
+ small: small$7,
15737
15737
  groupOrderFirst: groupOrderFirst$2,
15738
15738
  groupOrderMiddle: groupOrderMiddle$2,
15739
15739
  groupOrderLast: groupOrderLast$2
@@ -24638,41 +24638,41 @@ var InfiniteScroll = function(_super) {
24638
24638
  };
24639
24639
  return InfiniteScroll2;
24640
24640
  }(Component$1);
24641
- const inputInTable$7 = "_inputInTable_11wqb_329";
24642
- const inputFocus$7 = "_inputFocus_11wqb_345";
24643
- const inputError$7 = "_inputError_11wqb_350";
24644
- const inputWarning$7 = "_inputWarning_11wqb_351";
24645
- const inputDisabled$7 = "_inputDisabled_11wqb_382";
24646
- const hideScrollbars$7 = "_hideScrollbars_11wqb_387";
24647
- const header$1 = "_header_11wqb_397";
24648
- const headerTitle = "_headerTitle_11wqb_397";
24649
- const heading$3 = "_heading_11wqb_398";
24650
- const itemHeader = "_itemHeader_11wqb_398";
24651
- const narrow = "_narrow_11wqb_401";
24652
- const stickyHeader = "_stickyHeader_11wqb_405";
24653
- const title$4 = "_title_11wqb_416";
24654
- const name = "_name_11wqb_422";
24655
- const iconTooltipMargin = "_iconTooltipMargin_11wqb_425";
24656
- const bold = "_bold_11wqb_428";
24657
- const toggleNarrow = "_toggleNarrow_11wqb_437";
24658
- const drag = "_drag_11wqb_455";
24659
- const list$1 = "_list_11wqb_475";
24660
- const bordered$1 = "_bordered_11wqb_479";
24661
- const item$4 = "_item_11wqb_398";
24662
- const action = "_action_11wqb_512";
24663
- const active$3 = "_active_11wqb_515";
24664
- const disabled$5 = "_disabled_11wqb_530";
24665
- const label$6 = "_label_11wqb_541";
24666
- const details$2 = "_details_11wqb_548";
24667
- const metadata = "_metadata_11wqb_549";
24668
- const itemContent = "_itemContent_11wqb_558";
24669
- const indentIcon = "_indentIcon_11wqb_562";
24670
- const expandIcon = "_expandIcon_11wqb_566";
24671
- const expanded = "_expanded_11wqb_572";
24672
- const right$4 = "_right_11wqb_575";
24673
- const actions$1 = "_actions_11wqb_582";
24674
- const scrollableList = "_scrollableList_11wqb_587";
24675
- const hideScrollbar = "_hideScrollbar_11wqb_387";
24641
+ const inputInTable$7 = "_inputInTable_b1zhu_329";
24642
+ const inputFocus$7 = "_inputFocus_b1zhu_345";
24643
+ const inputError$7 = "_inputError_b1zhu_350";
24644
+ const inputWarning$7 = "_inputWarning_b1zhu_351";
24645
+ const inputDisabled$7 = "_inputDisabled_b1zhu_382";
24646
+ const hideScrollbars$7 = "_hideScrollbars_b1zhu_387";
24647
+ const header$1 = "_header_b1zhu_397";
24648
+ const headerTitle = "_headerTitle_b1zhu_397";
24649
+ const heading$3 = "_heading_b1zhu_398";
24650
+ const itemHeader = "_itemHeader_b1zhu_398";
24651
+ const narrow = "_narrow_b1zhu_401";
24652
+ const stickyHeader = "_stickyHeader_b1zhu_405";
24653
+ const title$4 = "_title_b1zhu_416";
24654
+ const name = "_name_b1zhu_422";
24655
+ const iconTooltipMargin = "_iconTooltipMargin_b1zhu_425";
24656
+ const bold = "_bold_b1zhu_428";
24657
+ const toggleNarrow = "_toggleNarrow_b1zhu_437";
24658
+ const drag = "_drag_b1zhu_455";
24659
+ const list$1 = "_list_b1zhu_475";
24660
+ const bordered$1 = "_bordered_b1zhu_479";
24661
+ const item$4 = "_item_b1zhu_398";
24662
+ const action = "_action_b1zhu_512";
24663
+ const active$3 = "_active_b1zhu_515";
24664
+ const disabled$5 = "_disabled_b1zhu_530";
24665
+ const label$6 = "_label_b1zhu_541";
24666
+ const details$2 = "_details_b1zhu_548";
24667
+ const metadata = "_metadata_b1zhu_549";
24668
+ const itemContent = "_itemContent_b1zhu_558";
24669
+ const indentIcon = "_indentIcon_b1zhu_562";
24670
+ const expandIcon = "_expandIcon_b1zhu_566";
24671
+ const expanded = "_expanded_b1zhu_572";
24672
+ const right$4 = "_right_b1zhu_575";
24673
+ const actions = "_actions_b1zhu_582";
24674
+ const scrollableList = "_scrollableList_b1zhu_587";
24675
+ const hideScrollbar = "_hideScrollbar_b1zhu_387";
24676
24676
  const listStyles = {
24677
24677
  inputInTable: inputInTable$7,
24678
24678
  inputFocus: inputFocus$7,
@@ -24706,7 +24706,7 @@ const listStyles = {
24706
24706
  expandIcon,
24707
24707
  expanded,
24708
24708
  right: right$4,
24709
- actions: actions$1,
24709
+ actions,
24710
24710
  scrollableList,
24711
24711
  hideScrollbar
24712
24712
  };
@@ -25268,13 +25268,13 @@ List.propTypes = {
25268
25268
  }),
25269
25269
  testId: propTypes$1.exports.string
25270
25270
  };
25271
- const loader = "_loader_dtenj_329";
25272
- const fullViewPortSize = "_fullViewPortSize_dtenj_335";
25273
- const cover = "_cover_dtenj_342";
25274
- const dimmer = "_dimmer_dtenj_349";
25275
- const content$2 = "_content_dtenj_372";
25276
- const text = "_text_dtenj_377";
25277
- const details$1 = "_details_dtenj_381";
25271
+ const loader = "_loader_1i73r_329";
25272
+ const fullViewPortSize = "_fullViewPortSize_1i73r_335";
25273
+ const cover = "_cover_1i73r_342";
25274
+ const dimmer = "_dimmer_1i73r_349";
25275
+ const content$2 = "_content_1i73r_372";
25276
+ const text = "_text_1i73r_377";
25277
+ const details$1 = "_details_1i73r_381";
25278
25278
  const styles$q = {
25279
25279
  loader,
25280
25280
  fullViewPortSize,
@@ -25350,25 +25350,25 @@ Loader.propTypes = {
25350
25350
  testId: propTypes$1.exports.string,
25351
25351
  theme: propTypes$1.exports.string
25352
25352
  };
25353
- const inputInTable$6 = "_inputInTable_3znmn_329";
25354
- const inputFocus$6 = "_inputFocus_3znmn_345";
25355
- const inputError$6 = "_inputError_3znmn_350";
25356
- const inputWarning$6 = "_inputWarning_3znmn_351";
25357
- const inputDisabled$6 = "_inputDisabled_3znmn_382";
25358
- const hideScrollbars$6 = "_hideScrollbars_3znmn_387";
25359
- const container$1 = "_container_3znmn_403";
25360
- const block = "_block_3znmn_421";
25361
- const info = "_info_3znmn_424";
25362
- const success = "_success_3znmn_428";
25363
- const warning$5 = "_warning_3znmn_432";
25364
- const error$4 = "_error_3znmn_436";
25365
- const content$1 = "_content_3znmn_440";
25366
- const heading$2 = "_heading_3znmn_444";
25367
- const icon$3 = "_icon_3znmn_452";
25368
- const dismiss$1 = "_dismiss_3znmn_453";
25369
- const absolute = "_absolute_3znmn_466";
25370
- const legendToggle = "_legendToggle_3znmn_471";
25371
- const detailsText = "_detailsText_3znmn_487";
25353
+ const inputInTable$6 = "_inputInTable_d8pbh_329";
25354
+ const inputFocus$6 = "_inputFocus_d8pbh_345";
25355
+ const inputError$6 = "_inputError_d8pbh_350";
25356
+ const inputWarning$6 = "_inputWarning_d8pbh_351";
25357
+ const inputDisabled$6 = "_inputDisabled_d8pbh_382";
25358
+ const hideScrollbars$6 = "_hideScrollbars_d8pbh_387";
25359
+ const container$1 = "_container_d8pbh_403";
25360
+ const block = "_block_d8pbh_421";
25361
+ const info = "_info_d8pbh_424";
25362
+ const success = "_success_d8pbh_428";
25363
+ const warning$5 = "_warning_d8pbh_432";
25364
+ const error$4 = "_error_d8pbh_436";
25365
+ const content$1 = "_content_d8pbh_440";
25366
+ const heading$2 = "_heading_d8pbh_444";
25367
+ const icon$3 = "_icon_d8pbh_452";
25368
+ const dismiss$1 = "_dismiss_d8pbh_453";
25369
+ const absolute = "_absolute_d8pbh_466";
25370
+ const legendToggle = "_legendToggle_d8pbh_471";
25371
+ const detailsText = "_detailsText_d8pbh_487";
25372
25372
  const styles$p = {
25373
25373
  inputInTable: inputInTable$6,
25374
25374
  inputFocus: inputFocus$6,
@@ -25539,10 +25539,10 @@ const Portal$1 = ({
25539
25539
  Portal$1.propTypes = {
25540
25540
  id: propTypes$1.exports.string.isRequired
25541
25541
  };
25542
- const wrapper$1 = "_wrapper_1bkwq_329";
25543
- const contentContainer = "_contentContainer_1bkwq_343";
25544
- const centered = "_centered_1bkwq_355";
25545
- const newLine = "_newLine_1bkwq_359";
25542
+ const wrapper$1 = "_wrapper_1nvir_329";
25543
+ const contentContainer = "_contentContainer_1nvir_343";
25544
+ const centered = "_centered_1nvir_355";
25545
+ const newLine = "_newLine_1nvir_359";
25546
25546
  const styles$o = {
25547
25547
  wrapper: wrapper$1,
25548
25548
  contentContainer,
@@ -25600,10 +25600,10 @@ Modal.propTypes = {
25600
25600
  centered: propTypes$1.exports.bool,
25601
25601
  width: propTypes$1.exports.string
25602
25602
  };
25603
- const menu$1 = "_menu_vgf7r_329";
25604
- const header = "_header_vgf7r_338";
25605
- const item$3 = "_item_vgf7r_354";
25606
- const heading$1 = "_heading_vgf7r_359";
25603
+ const menu$1 = "_menu_10aw9_329";
25604
+ const header = "_header_10aw9_338";
25605
+ const item$3 = "_item_10aw9_354";
25606
+ const heading$1 = "_heading_10aw9_359";
25607
25607
  const styles$n = {
25608
25608
  menu: menu$1,
25609
25609
  header,
@@ -25744,8 +25744,8 @@ OptionDropdown.propTypes = {
25744
25744
  onChange: propTypes$1.exports.func.isRequired,
25745
25745
  showHeader: propTypes$1.exports.bool
25746
25746
  };
25747
- const page = "_page_1srmo_329";
25748
- const scroll2 = "_scroll_1srmo_351";
25747
+ const page = "_page_1tpk9_329";
25748
+ const scroll2 = "_scroll_1tpk9_351";
25749
25749
  const styles$m = {
25750
25750
  page,
25751
25751
  scroll: scroll2
@@ -25782,23 +25782,23 @@ Page.propTypes = {
25782
25782
  scroll: propTypes$1.exports.bool,
25783
25783
  top: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string])
25784
25784
  };
25785
- const inputInTable$5 = "_inputInTable_197p7_329";
25786
- const inputFocus$5 = "_inputFocus_197p7_345";
25787
- const inputError$5 = "_inputError_197p7_350";
25788
- const inputWarning$5 = "_inputWarning_197p7_351";
25789
- const inputDisabled$5 = "_inputDisabled_197p7_382";
25790
- const hideScrollbars$5 = "_hideScrollbars_197p7_387";
25791
- const select = "_select_197p7_397";
25792
- const isInTable$2 = "_isInTable_197p7_434";
25793
- const unSelected = "_unSelected_197p7_450";
25794
- const error$3 = "_error_197p7_457";
25795
- const warning$4 = "_warning_197p7_472";
25796
- const small$5 = "_small_197p7_487";
25797
- const right$3 = "_right_197p7_494";
25798
- const groupOrderFirst$1 = "_groupOrderFirst_197p7_504";
25799
- const input$1 = "_input_197p7_329";
25800
- const groupOrderMiddle$1 = "_groupOrderMiddle_197p7_505";
25801
- const groupOrderLast$1 = "_groupOrderLast_197p7_506";
25785
+ const inputInTable$5 = "_inputInTable_1sg2p_329";
25786
+ const inputFocus$5 = "_inputFocus_1sg2p_345";
25787
+ const inputError$5 = "_inputError_1sg2p_350";
25788
+ const inputWarning$5 = "_inputWarning_1sg2p_351";
25789
+ const inputDisabled$5 = "_inputDisabled_1sg2p_382";
25790
+ const hideScrollbars$5 = "_hideScrollbars_1sg2p_387";
25791
+ const select = "_select_1sg2p_397";
25792
+ const isInTable$2 = "_isInTable_1sg2p_433";
25793
+ const unSelected = "_unSelected_1sg2p_449";
25794
+ const error$3 = "_error_1sg2p_456";
25795
+ const warning$4 = "_warning_1sg2p_471";
25796
+ const small$6 = "_small_1sg2p_486";
25797
+ const right$3 = "_right_1sg2p_493";
25798
+ const groupOrderFirst$1 = "_groupOrderFirst_1sg2p_503";
25799
+ const input$1 = "_input_1sg2p_329";
25800
+ const groupOrderMiddle$1 = "_groupOrderMiddle_1sg2p_504";
25801
+ const groupOrderLast$1 = "_groupOrderLast_1sg2p_505";
25802
25802
  const styles$l = {
25803
25803
  inputInTable: inputInTable$5,
25804
25804
  inputFocus: inputFocus$5,
@@ -25811,7 +25811,7 @@ const styles$l = {
25811
25811
  unSelected,
25812
25812
  error: error$3,
25813
25813
  warning: warning$4,
25814
- small: small$5,
25814
+ small: small$6,
25815
25815
  right: right$3,
25816
25816
  groupOrderFirst: groupOrderFirst$1,
25817
25817
  input: input$1,
@@ -26163,6 +26163,16 @@ const useFocus = () => {
26163
26163
  };
26164
26164
  return [ref2, setFocus];
26165
26165
  };
26166
+ const useFontsReady = () => {
26167
+ const [isFontLoaded, setFontLoaded] = useState(false);
26168
+ useEffect(() => {
26169
+ const fontIsReady = async () => {
26170
+ await document.fonts.ready.then(() => setFontLoaded(true));
26171
+ };
26172
+ fontIsReady();
26173
+ }, []);
26174
+ return isFontLoaded;
26175
+ };
26166
26176
  const getWidth = () => window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
26167
26177
  const useWindowWidth = () => {
26168
26178
  let [width, setWidth] = useState(getWidth());
@@ -26685,26 +26695,27 @@ var FixedSizeList = /* @__PURE__ */ createListComponent({
26685
26695
  }
26686
26696
  }
26687
26697
  });
26688
- const layerContainer = "_layerContainer_7wl8p_329";
26689
- const layer = "_layer_7wl8p_329";
26690
- const heading = "_heading_7wl8p_351";
26691
- const message = "_message_7wl8p_363";
26692
- const option = "_option_7wl8p_367";
26693
- const focused = "_focused_7wl8p_376";
26694
- const disabled$4 = "_disabled_7wl8p_381";
26695
- const selected = "_selected_7wl8p_385";
26696
- const check = "_check_7wl8p_392";
26697
- const optionContent = "_optionContent_7wl8p_400";
26698
- const label$5 = "_label_7wl8p_405";
26699
- const icon$2 = "_icon_7wl8p_412";
26700
- const details = "_details_7wl8p_416";
26701
- const actions = "_actions_7wl8p_424";
26698
+ const layerContainer = "_layerContainer_uzpyq_329";
26699
+ const layer = "_layer_uzpyq_329";
26700
+ const small$5 = "_small_uzpyq_351";
26701
+ const heading = "_heading_uzpyq_354";
26702
+ const option = "_option_uzpyq_355";
26703
+ const message = "_message_uzpyq_356";
26704
+ const focused = "_focused_uzpyq_389";
26705
+ const disabled$4 = "_disabled_uzpyq_394";
26706
+ const selected = "_selected_uzpyq_398";
26707
+ const check = "_check_uzpyq_404";
26708
+ const optionContent = "_optionContent_uzpyq_418";
26709
+ const label$5 = "_label_uzpyq_423";
26710
+ const icon$2 = "_icon_uzpyq_430";
26711
+ const details = "_details_uzpyq_434";
26702
26712
  const styles$k = {
26703
26713
  layerContainer,
26704
26714
  layer,
26715
+ small: small$5,
26705
26716
  heading,
26706
- message,
26707
26717
  option,
26718
+ message,
26708
26719
  focused,
26709
26720
  disabled: disabled$4,
26710
26721
  selected,
@@ -26712,8 +26723,7 @@ const styles$k = {
26712
26723
  optionContent,
26713
26724
  label: label$5,
26714
26725
  icon: icon$2,
26715
- details,
26716
- actions
26726
+ details
26717
26727
  };
26718
26728
  const Heading = ({
26719
26729
  label: label2
@@ -26764,10 +26774,10 @@ const Option = ({
26764
26774
  closeLayer,
26765
26775
  right: true
26766
26776
  })
26767
- }), selected2 ? /* @__PURE__ */ jsx("span", {
26777
+ }), /* @__PURE__ */ jsx("span", {
26768
26778
  className: styles$k.check,
26769
- children: /* @__PURE__ */ jsx(FaCheck, {})
26770
- }) : null]
26779
+ children: selected2 ? /* @__PURE__ */ jsx(FaCheck, {}) : null
26780
+ })]
26771
26781
  });
26772
26782
  };
26773
26783
  const Section = ({
@@ -26807,6 +26817,7 @@ const Layer = ({
26807
26817
  onSelectOption,
26808
26818
  focusedOptionIndex,
26809
26819
  width,
26820
+ small: small2,
26810
26821
  firstSelectedOptionIndex,
26811
26822
  closeLayer,
26812
26823
  testId
@@ -26816,10 +26827,10 @@ const Layer = ({
26816
26827
  listRef.current.scrollToItem(firstSelectedOptionIndex, "start");
26817
26828
  }
26818
26829
  }, []);
26819
- const optionHeight = 38;
26830
+ const optionHeight = small2 ? 24 : 38;
26820
26831
  return /* @__PURE__ */ jsx("div", {
26821
26832
  "data-testid": testId,
26822
- className: cx(styles$k.layer),
26833
+ className: cx(styles$k.layer, small2 && styles$k.small),
26823
26834
  children: !sections.length ? /* @__PURE__ */ jsx("ul", {
26824
26835
  children: /* @__PURE__ */ jsx("li", {
26825
26836
  children: /* @__PURE__ */ jsx("div", {
@@ -26854,38 +26865,38 @@ const Layer = ({
26854
26865
  })
26855
26866
  });
26856
26867
  };
26857
- const inputInTable$4 = "_inputInTable_1va0y_329";
26858
- const inputFocus$4 = "_inputFocus_1va0y_345";
26859
- const inputError$4 = "_inputError_1va0y_350";
26860
- const inputWarning$4 = "_inputWarning_1va0y_351";
26861
- const inputDisabled$4 = "_inputDisabled_1va0y_382";
26862
- const hideScrollbars$4 = "_hideScrollbars_1va0y_387";
26863
- const trigger = "_trigger_1va0y_397";
26864
- const isInTable$1 = "_isInTable_1va0y_414";
26865
- const input = "_input_1va0y_329";
26866
- const isOpen = "_isOpen_1va0y_433";
26867
- const error$2 = "_error_1va0y_449";
26868
- const warning$3 = "_warning_1va0y_464";
26869
- const disabled$3 = "_disabled_1va0y_479";
26870
- const iconOpen = "_iconOpen_1va0y_484";
26871
- const icons = "_icons_1va0y_487";
26872
- const clearAll = "_clearAll_1va0y_496";
26873
- const focus = "_focus_1va0y_502";
26874
- const triggerInputContainer = "_triggerInputContainer_1va0y_518";
26875
- const right$2 = "_right_1va0y_527";
26876
- const multiOptions = "_multiOptions_1va0y_541";
26877
- const multiOptionWrapper = "_multiOptionWrapper_1va0y_550";
26878
- const small$4 = "_small_1va0y_554";
26879
- const multiOption = "_multiOption_1va0y_541";
26880
- const label$4 = "_label_1va0y_571";
26881
- const closeMultiOption = "_closeMultiOption_1va0y_577";
26882
- const selectedSingleValue = "_selectedSingleValue_1va0y_591";
26883
- const placeHolder = "_placeHolder_1va0y_592";
26884
- const searchable = "_searchable_1va0y_602";
26885
- const groupOrderFirst = "_groupOrderFirst_1va0y_646";
26886
- const groupOrderMiddle = "_groupOrderMiddle_1va0y_647";
26887
- const groupOrderLast = "_groupOrderLast_1va0y_648";
26888
- const detailedLabel = "_detailedLabel_1va0y_665";
26868
+ const inputInTable$4 = "_inputInTable_jptum_329";
26869
+ const inputFocus$4 = "_inputFocus_jptum_345";
26870
+ const inputError$4 = "_inputError_jptum_350";
26871
+ const inputWarning$4 = "_inputWarning_jptum_351";
26872
+ const inputDisabled$4 = "_inputDisabled_jptum_382";
26873
+ const hideScrollbars$4 = "_hideScrollbars_jptum_387";
26874
+ const trigger = "_trigger_jptum_397";
26875
+ const isInTable$1 = "_isInTable_jptum_412";
26876
+ const input = "_input_jptum_329";
26877
+ const isOpen = "_isOpen_jptum_431";
26878
+ const error$2 = "_error_jptum_447";
26879
+ const warning$3 = "_warning_jptum_462";
26880
+ const disabled$3 = "_disabled_jptum_477";
26881
+ const iconOpen = "_iconOpen_jptum_482";
26882
+ const icons = "_icons_jptum_485";
26883
+ const clearAll = "_clearAll_jptum_494";
26884
+ const small$4 = "_small_jptum_503";
26885
+ const focus = "_focus_jptum_512";
26886
+ const triggerInputContainer = "_triggerInputContainer_jptum_526";
26887
+ const right$2 = "_right_jptum_535";
26888
+ const multiOptions = "_multiOptions_jptum_548";
26889
+ const multiOptionWrapper = "_multiOptionWrapper_jptum_557";
26890
+ const multiOption = "_multiOption_jptum_548";
26891
+ const label$4 = "_label_jptum_584";
26892
+ const closeMultiOption = "_closeMultiOption_jptum_590";
26893
+ const selectedSingleValue = "_selectedSingleValue_jptum_605";
26894
+ const placeHolder = "_placeHolder_jptum_606";
26895
+ const searchable = "_searchable_jptum_615";
26896
+ const groupOrderFirst = "_groupOrderFirst_jptum_657";
26897
+ const groupOrderMiddle = "_groupOrderMiddle_jptum_658";
26898
+ const groupOrderLast = "_groupOrderLast_jptum_659";
26899
+ const detailedLabel = "_detailedLabel_jptum_676";
26889
26900
  const styles$j = {
26890
26901
  inputInTable: inputInTable$4,
26891
26902
  inputFocus: inputFocus$4,
@@ -26903,12 +26914,12 @@ const styles$j = {
26903
26914
  iconOpen,
26904
26915
  icons,
26905
26916
  clearAll,
26917
+ small: small$4,
26906
26918
  focus,
26907
26919
  triggerInputContainer,
26908
26920
  right: right$2,
26909
26921
  multiOptions,
26910
26922
  multiOptionWrapper,
26911
- small: small$4,
26912
26923
  multiOption,
26913
26924
  label: label$4,
26914
26925
  closeMultiOption,
@@ -27274,6 +27285,7 @@ const CustomSelect = ({
27274
27285
  const createAble = onCreate !== null;
27275
27286
  const listRef = useRef(null);
27276
27287
  const [triggerRef, setTriggerFocus] = useFocus();
27288
+ const isFontLoaded = useFontsReady();
27277
27289
  const [state, dispatch] = useReducer(reducer, {
27278
27290
  options,
27279
27291
  firstSelectedOptionIndex
@@ -27330,20 +27342,33 @@ const CustomSelect = ({
27330
27342
  setTriggerFocus();
27331
27343
  }
27332
27344
  };
27333
- const isAutoWidth = width === "auto";
27334
- const calcAutoWidth = isAutoWidth || autoLayerWidth;
27335
- const font = "bold 14px sans-serif";
27336
- const autoWidth = calcAutoWidth ? Math.ceil(options.reduce((acc, option2) => {
27337
- var _a, _b;
27338
- const optionActionsWidth = ((_b = (_a = option2 == null ? void 0 : option2.actions) == null ? void 0 : _a.length) != null ? _b : 0) * 24;
27339
- const optionWidth = getTextWidth(option2.label, font) + optionActionsWidth;
27340
- acc = optionWidth > acc ? optionWidth : acc;
27341
- return acc;
27342
- }, 0)) : null;
27343
- const extraTriggerWidth = calcAutoWidth ? 14 * 2 + 24 + (isMulti2 ? 11 : 0) + (clearable ? 28 : 0) + 12 : 0;
27344
- const triggerWidth = isAutoWidth ? `calc(${autoWidth}px + ${extraTriggerWidth}px)` : width;
27345
- const extraLayerWidth = autoLayerWidth ? 14 * 2 + 24 + 12 : 0;
27346
- const layerWidth = autoLayerWidth ? `calc(${autoWidth}px + ${extraLayerWidth}px)` : "0px";
27345
+ const getWidestOptionWidth = useCallback$1(() => {
27346
+ const fontSize = small2 ? "12px" : "14px";
27347
+ const fontFamily = isFontLoaded ? "Lato" : "sans-serif";
27348
+ const font = `${fontSize} ${fontFamily}`;
27349
+ const widestTextWidth = Math.ceil(options.reduce((acc, option2) => {
27350
+ var _a, _b;
27351
+ const optionActionsWidth = ((_b = (_a = option2 == null ? void 0 : option2.actions) == null ? void 0 : _a.length) != null ? _b : 0) * 24;
27352
+ const optionIconWidth = option2.icon ? (small2 ? 12 : 14) + 7 : 0;
27353
+ const optionsText = `${option2.label} ${option2.details || ""}`;
27354
+ const optionWidth = getTextWidth(optionsText, font) + optionActionsWidth + optionIconWidth;
27355
+ acc = optionWidth > acc ? optionWidth : acc;
27356
+ return acc;
27357
+ }, getTextWidth(placeholder3, font)));
27358
+ const extraWidth = (small2 ? 7 : 14) + (small2 ? 24 : 38) + 17 + (isMulti2 ? 16 : 0);
27359
+ return widestTextWidth + extraWidth;
27360
+ }, [options, isFontLoaded]);
27361
+ const getTriggerWidth = () => {
27362
+ if (width !== "auto")
27363
+ return width;
27364
+ return getWidestOptionWidth();
27365
+ };
27366
+ const getLayerWidth = (triggerBounds2) => {
27367
+ if (!autoLayerWidth)
27368
+ return triggerBounds2.width;
27369
+ const layerWidth = Math.max(getWidestOptionWidth(), triggerBounds2.width);
27370
+ return layerWidth;
27371
+ };
27347
27372
  const {
27348
27373
  renderLayer,
27349
27374
  layerProps,
@@ -27480,7 +27505,7 @@ const CustomSelect = ({
27480
27505
  isOpen: state.isLayerOpen,
27481
27506
  focusedSelectedOptionIndex: state.triggerFocus.currentOption,
27482
27507
  clearAllIsFocused,
27483
- width: triggerWidth,
27508
+ width: getTriggerWidth(),
27484
27509
  searchable: searchable2,
27485
27510
  triggerRef: mergeRefs(triggerRef, triggerProps.ref),
27486
27511
  error: error2,
@@ -27515,7 +27540,8 @@ const CustomSelect = ({
27515
27540
  },
27516
27541
  closeLayer: closeOnOptionActionClick ? closeLayer : null,
27517
27542
  triggerRect: triggerBounds,
27518
- width: `max(${layerWidth}, ${triggerBounds.width}px)`,
27543
+ width: getLayerWidth(triggerBounds),
27544
+ small: small2,
27519
27545
  focusedOptionIndex: state.layerFocus.current,
27520
27546
  firstSelectedOptionIndex,
27521
27547
  testId: testId && `${testId}-layer`
@@ -27968,9 +27994,9 @@ const paginationShape = propTypes$1.exports.shape({
27968
27994
  Pagination.propTypes = {
27969
27995
  pagination: paginationShape.isRequired
27970
27996
  };
27971
- const toggleBox = "_toggleBox_l6e0m_329";
27972
- const fullWidthStyleFix = "_fullWidthStyleFix_l6e0m_336";
27973
- const dismiss = "_dismiss_l6e0m_341";
27997
+ const toggleBox = "_toggleBox_skr2d_329";
27998
+ const fullWidthStyleFix = "_fullWidthStyleFix_skr2d_336";
27999
+ const dismiss = "_dismiss_skr2d_341";
27974
28000
  const styles$h = {
27975
28001
  toggleBox,
27976
28002
  fullWidthStyleFix,
@@ -28172,14 +28198,14 @@ ProgressBar$1.propTypes = {
28172
28198
  showProgressColors: propTypes$1.exports.bool,
28173
28199
  noLabel: propTypes$1.exports.bool
28174
28200
  };
28175
- const wrapper = "_wrapper_ddwqu_329";
28176
- const inline = "_inline_ddwqu_329";
28177
- const radio = "_radio_ddwqu_333";
28178
- const labelMargin = "_labelMargin_ddwqu_336";
28179
- const small$3 = "_small_ddwqu_352";
28180
- const noMargin$1 = "_noMargin_ddwqu_356";
28181
- const disabled$2 = "_disabled_ddwqu_415";
28182
- const isInTable = "_isInTable_ddwqu_431";
28201
+ const wrapper = "_wrapper_9405w_329";
28202
+ const inline = "_inline_9405w_329";
28203
+ const radio = "_radio_9405w_333";
28204
+ const labelMargin = "_labelMargin_9405w_336";
28205
+ const small$3 = "_small_9405w_352";
28206
+ const noMargin$1 = "_noMargin_9405w_356";
28207
+ const disabled$2 = "_disabled_9405w_415";
28208
+ const isInTable = "_isInTable_9405w_431";
28183
28209
  const styles$e = {
28184
28210
  wrapper,
28185
28211
  inline,
@@ -28323,7 +28349,7 @@ RadioButton.propTypes = propTypes$1.exports.oneOfType([
28323
28349
  propTypes$1.exports.shape(RadioButtonShape),
28324
28350
  propTypes$1.exports.shape(RadioButtonShapeDeprecated)
28325
28351
  ]).isRequired;
28326
- const row = "_row_1nd3x_329";
28352
+ const row = "_row_1vsni_329";
28327
28353
  const styles$d = {
28328
28354
  row
28329
28355
  };
@@ -28476,23 +28502,23 @@ var reactFastCompare = function isEqual3(a, b2) {
28476
28502
  throw error2;
28477
28503
  }
28478
28504
  };
28479
- const inputInTable$3 = "_inputInTable_1in50_329";
28480
- const inputFocus$3 = "_inputFocus_1in50_345";
28481
- const inputError$3 = "_inputError_1in50_350";
28482
- const inputWarning$3 = "_inputWarning_1in50_351";
28483
- const inputDisabled$3 = "_inputDisabled_1in50_382";
28484
- const hideScrollbars$3 = "_hideScrollbars_1in50_387";
28485
- const sidebar = "_sidebar_1in50_400";
28486
- const inner = "_inner_1in50_410";
28487
- const title$3 = "_title_1in50_421";
28488
- const subtitle = "_subtitle_1in50_422";
28489
- const label$2 = "_label_1in50_423";
28490
- const collapsed = "_collapsed_1in50_427";
28491
- const list = "_list_1in50_450";
28492
- const item$2 = "_item_1in50_456";
28493
- const active$2 = "_active_1in50_477";
28494
- const experimental = "_experimental_1in50_481";
28495
- const icon$1 = "_icon_1in50_484";
28505
+ const inputInTable$3 = "_inputInTable_1mx1k_329";
28506
+ const inputFocus$3 = "_inputFocus_1mx1k_345";
28507
+ const inputError$3 = "_inputError_1mx1k_350";
28508
+ const inputWarning$3 = "_inputWarning_1mx1k_351";
28509
+ const inputDisabled$3 = "_inputDisabled_1mx1k_382";
28510
+ const hideScrollbars$3 = "_hideScrollbars_1mx1k_387";
28511
+ const sidebar = "_sidebar_1mx1k_400";
28512
+ const inner = "_inner_1mx1k_410";
28513
+ const title$3 = "_title_1mx1k_421";
28514
+ const subtitle = "_subtitle_1mx1k_422";
28515
+ const label$2 = "_label_1mx1k_423";
28516
+ const collapsed = "_collapsed_1mx1k_427";
28517
+ const list = "_list_1mx1k_450";
28518
+ const item$2 = "_item_1mx1k_456";
28519
+ const active$2 = "_active_1mx1k_477";
28520
+ const experimental = "_experimental_1mx1k_481";
28521
+ const icon$1 = "_icon_1mx1k_484";
28496
28522
  const styles$c = {
28497
28523
  inputInTable: inputInTable$3,
28498
28524
  inputFocus: inputFocus$3,
@@ -34572,13 +34598,13 @@ const SliderTooltip = ({
34572
34598
  });
34573
34599
  };
34574
34600
  const rcSlider = "";
34575
- const container = "_container_1wkvy_329";
34576
- const small$2 = "_small_1wkvy_335";
34577
- const hasMarks = "_hasMarks_1wkvy_338";
34578
- const vertical = "_vertical_1wkvy_341";
34579
- const hasArrows = "_hasArrows_1wkvy_345";
34580
- const button$1 = "_button_1wkvy_349";
34581
- const label$1 = "_label_1wkvy_352";
34601
+ const container = "_container_qrqjq_329";
34602
+ const small$2 = "_small_qrqjq_335";
34603
+ const hasMarks = "_hasMarks_qrqjq_338";
34604
+ const vertical = "_vertical_qrqjq_341";
34605
+ const hasArrows = "_hasArrows_qrqjq_345";
34606
+ const button$1 = "_button_qrqjq_349";
34607
+ const label$1 = "_label_qrqjq_352";
34582
34608
  const styles$b = {
34583
34609
  container,
34584
34610
  small: small$2,
@@ -34784,22 +34810,22 @@ Spacer.propTypes = {
34784
34810
  width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
34785
34811
  flex: propTypes$1.exports.bool
34786
34812
  };
34787
- const inputInTable$2 = "_inputInTable_77ia1_329";
34788
- const inputFocus$2 = "_inputFocus_77ia1_345";
34789
- const inputError$2 = "_inputError_77ia1_350";
34790
- const inputWarning$2 = "_inputWarning_77ia1_351";
34791
- const inputDisabled$2 = "_inputDisabled_77ia1_382";
34792
- const hideScrollbars$2 = "_hideScrollbars_77ia1_387";
34793
- const cellWrapperPadding$3 = "_cellWrapperPadding_77ia1_397";
34794
- const flexBlock$3 = "_flexBlock_77ia1_400";
34795
- const scrollWrapper = "_scrollWrapper_77ia1_413";
34796
- const bordered = "_bordered_77ia1_413";
34797
- const maxHeight = "_maxHeight_77ia1_417";
34798
- const table = "_table_77ia1_426";
34799
- const cellWrapper$3 = "_cellWrapper_77ia1_397";
34800
- const title$2 = "_title_77ia1_508";
34801
- const footer$1 = "_footer_77ia1_509";
34802
- const striped = "_striped_77ia1_514";
34813
+ const inputInTable$2 = "_inputInTable_x12kw_329";
34814
+ const inputFocus$2 = "_inputFocus_x12kw_345";
34815
+ const inputError$2 = "_inputError_x12kw_350";
34816
+ const inputWarning$2 = "_inputWarning_x12kw_351";
34817
+ const inputDisabled$2 = "_inputDisabled_x12kw_382";
34818
+ const hideScrollbars$2 = "_hideScrollbars_x12kw_387";
34819
+ const cellWrapperPadding$3 = "_cellWrapperPadding_x12kw_397";
34820
+ const flexBlock$3 = "_flexBlock_x12kw_400";
34821
+ const scrollWrapper = "_scrollWrapper_x12kw_413";
34822
+ const bordered = "_bordered_x12kw_413";
34823
+ const maxHeight = "_maxHeight_x12kw_417";
34824
+ const table = "_table_x12kw_426";
34825
+ const cellWrapper$3 = "_cellWrapper_x12kw_397";
34826
+ const title$2 = "_title_x12kw_508";
34827
+ const footer$1 = "_footer_x12kw_509";
34828
+ const striped = "_striped_x12kw_514";
34803
34829
  const styles$a = {
34804
34830
  inputInTable: inputInTable$2,
34805
34831
  inputFocus: inputFocus$2,
@@ -34818,10 +34844,10 @@ const styles$a = {
34818
34844
  footer: footer$1,
34819
34845
  striped
34820
34846
  };
34821
- const cellWrapperPadding$2 = "_cellWrapperPadding_2vvab_329";
34822
- const flexBlock$2 = "_flexBlock_2vvab_332";
34823
- const cellWrapper$2 = "_cellWrapper_2vvab_329";
34824
- const title$1 = "_title_2vvab_340";
34847
+ const cellWrapperPadding$2 = "_cellWrapperPadding_c4wz5_329";
34848
+ const flexBlock$2 = "_flexBlock_c4wz5_332";
34849
+ const cellWrapper$2 = "_cellWrapper_c4wz5_329";
34850
+ const title$1 = "_title_c4wz5_340";
34825
34851
  const styles$9 = {
34826
34852
  cellWrapperPadding: cellWrapperPadding$2,
34827
34853
  flexBlock: flexBlock$2,
@@ -34882,10 +34908,10 @@ Title$1.propTypes = {
34882
34908
  name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
34883
34909
  testId: propTypes$1.exports.string
34884
34910
  };
34885
- const cellWrapperPadding$1 = "_cellWrapperPadding_v0jy0_329";
34886
- const flexBlock$1 = "_flexBlock_v0jy0_332";
34887
- const cellWrapper$1 = "_cellWrapper_v0jy0_329";
34888
- const footer = "_footer_v0jy0_340";
34911
+ const cellWrapperPadding$1 = "_cellWrapperPadding_zagix_329";
34912
+ const flexBlock$1 = "_flexBlock_zagix_332";
34913
+ const cellWrapper$1 = "_cellWrapper_zagix_329";
34914
+ const footer = "_footer_zagix_340";
34889
34915
  const styles$8 = {
34890
34916
  cellWrapperPadding: cellWrapperPadding$1,
34891
34917
  flexBlock: flexBlock$1,
@@ -34958,38 +34984,38 @@ function CgSortAz(props) {
34958
34984
  function CgSortZa(props) {
34959
34985
  return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none" }, "child": [{ "tag": "path", "attr": { "d": "M6 16C6 16.5523 6.44772 17 7 17H17C17.5523 17 18 16.5523 18 16C18 15.4477 17.5523 15 17 15H7C6.44772 15 6 15.4477 6 16Z", "fill": "currentColor" } }, { "tag": "path", "attr": { "d": "M8 12C8 12.5523 8.44772 13 9 13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H9C8.44772 11 8 11.4477 8 12Z", "fill": "currentColor" } }, { "tag": "path", "attr": { "d": "M11 9C10.4477 9 10 8.55229 10 8C10 7.44771 10.4477 7 11 7H13C13.5523 7 14 7.44771 14 8C14 8.55229 13.5523 9 13 9H11Z", "fill": "currentColor" } }] })(props);
34960
34986
  }
34961
- const inputInTable$1 = "_inputInTable_1qid8_329";
34962
- const inputFocus$1 = "_inputFocus_1qid8_345";
34963
- const inputError$1 = "_inputError_1qid8_350";
34964
- const inputWarning$1 = "_inputWarning_1qid8_351";
34965
- const inputDisabled$1 = "_inputDisabled_1qid8_382";
34966
- const hideScrollbars$1 = "_hideScrollbars_1qid8_387";
34967
- const cellWrapperPadding = "_cellWrapperPadding_1qid8_397";
34968
- const flexBlock = "_flexBlock_1qid8_400";
34969
- const cellWrapper = "_cellWrapper_1qid8_397";
34970
- const disabledLink = "_disabledLink_1qid8_418";
34971
- const inputWrapper = "_inputWrapper_1qid8_422";
34972
- const breakWord = "_breakWord_1qid8_438";
34973
- const inputCell = "_inputCell_1qid8_441";
34974
- const sliderCell = "_sliderCell_1qid8_444";
34975
- const staticCell = "_staticCell_1qid8_448";
34976
- const staticCellContent = "_staticCellContent_1qid8_451";
34977
- const error$1 = "_error_1qid8_458";
34978
- const warning$1 = "_warning_1qid8_459";
34979
- const unit = "_unit_1qid8_492";
34980
- const sortingCell = "_sortingCell_1qid8_495";
34981
- const sortingCellIcon = "_sortingCellIcon_1qid8_503";
34982
- const icon = "_icon_1qid8_510";
34983
- const clickable = "_clickable_1qid8_521";
34984
- const checkBoxCell = "_checkBoxCell_1qid8_525";
34985
- const iconCell = "_iconCell_1qid8_529";
34986
- const iconWrapper = "_iconWrapper_1qid8_534";
34987
- const actionsCell = "_actionsCell_1qid8_538";
34988
- const rightAligned = "_rightAligned_1qid8_542";
34989
- const centerAligned = "_centerAligned_1qid8_545";
34990
- const leftAligned = "_leftAligned_1qid8_548";
34991
- const popover = "_popover_1qid8_551";
34992
- const disabledPointerEvents = "_disabledPointerEvents_1qid8_554";
34987
+ const inputInTable$1 = "_inputInTable_1us9t_329";
34988
+ const inputFocus$1 = "_inputFocus_1us9t_345";
34989
+ const inputError$1 = "_inputError_1us9t_350";
34990
+ const inputWarning$1 = "_inputWarning_1us9t_351";
34991
+ const inputDisabled$1 = "_inputDisabled_1us9t_382";
34992
+ const hideScrollbars$1 = "_hideScrollbars_1us9t_387";
34993
+ const cellWrapperPadding = "_cellWrapperPadding_1us9t_397";
34994
+ const flexBlock = "_flexBlock_1us9t_400";
34995
+ const cellWrapper = "_cellWrapper_1us9t_397";
34996
+ const disabledLink = "_disabledLink_1us9t_418";
34997
+ const inputWrapper = "_inputWrapper_1us9t_422";
34998
+ const breakWord = "_breakWord_1us9t_438";
34999
+ const inputCell = "_inputCell_1us9t_441";
35000
+ const sliderCell = "_sliderCell_1us9t_444";
35001
+ const staticCell = "_staticCell_1us9t_448";
35002
+ const staticCellContent = "_staticCellContent_1us9t_451";
35003
+ const error$1 = "_error_1us9t_458";
35004
+ const warning$1 = "_warning_1us9t_459";
35005
+ const unit = "_unit_1us9t_492";
35006
+ const sortingCell = "_sortingCell_1us9t_495";
35007
+ const sortingCellIcon = "_sortingCellIcon_1us9t_503";
35008
+ const icon = "_icon_1us9t_510";
35009
+ const clickable = "_clickable_1us9t_521";
35010
+ const checkBoxCell = "_checkBoxCell_1us9t_525";
35011
+ const iconCell = "_iconCell_1us9t_529";
35012
+ const iconWrapper = "_iconWrapper_1us9t_534";
35013
+ const actionsCell = "_actionsCell_1us9t_538";
35014
+ const rightAligned = "_rightAligned_1us9t_542";
35015
+ const centerAligned = "_centerAligned_1us9t_545";
35016
+ const leftAligned = "_leftAligned_1us9t_548";
35017
+ const popover = "_popover_1us9t_551";
35018
+ const disabledPointerEvents = "_disabledPointerEvents_1us9t_554";
34993
35019
  const styles$7 = {
34994
35020
  inputInTable: inputInTable$1,
34995
35021
  inputFocus: inputFocus$1,
@@ -35582,13 +35608,13 @@ Cell.propTypes = {
35582
35608
  cell: cellShape,
35583
35609
  testId: propTypes$1.exports.string
35584
35610
  };
35585
- const clickableRow = "_clickableRow_t6irm_329";
35586
- const hoverableRow = "_hoverableRow_t6irm_332";
35587
- const expandableRow = "_expandableRow_t6irm_336";
35588
- const flush2 = "_flush_t6irm_336";
35589
- const rowActive = "_rowActive_t6irm_340";
35590
- const dragIconCell = "_dragIconCell_t6irm_356";
35591
- const dragIcon = "_dragIcon_t6irm_356";
35611
+ const clickableRow = "_clickableRow_15h4s_329";
35612
+ const hoverableRow = "_hoverableRow_15h4s_332";
35613
+ const expandableRow = "_expandableRow_15h4s_336";
35614
+ const flush2 = "_flush_15h4s_336";
35615
+ const rowActive = "_rowActive_15h4s_340";
35616
+ const dragIconCell = "_dragIconCell_15h4s_356";
35617
+ const dragIcon = "_dragIcon_15h4s_356";
35592
35618
  const styles$6 = {
35593
35619
  clickableRow,
35594
35620
  hoverableRow,
@@ -36045,16 +36071,16 @@ Table.propTypes = {
36045
36071
  }).isRequired,
36046
36072
  onListReorder: propTypes$1.exports.func
36047
36073
  };
36048
- const tabs = "_tabs_16czx_329";
36049
- const padding = "_padding_16czx_335";
36050
- const margin = "_margin_16czx_339";
36051
- const contentPadding = "_contentPadding_16czx_342";
36052
- const item$1 = "_item_16czx_345";
36053
- const active$1 = "_active_16czx_374";
36054
- const hidden = "_hidden_16czx_379";
36055
- const disabled$1 = "_disabled_16czx_382";
36056
- const left$1 = "_left_16czx_386";
36057
- const right$1 = "_right_16czx_386";
36074
+ const tabs = "_tabs_10e36_329";
36075
+ const padding = "_padding_10e36_335";
36076
+ const margin = "_margin_10e36_339";
36077
+ const contentPadding = "_contentPadding_10e36_342";
36078
+ const item$1 = "_item_10e36_345";
36079
+ const active$1 = "_active_10e36_374";
36080
+ const hidden = "_hidden_10e36_379";
36081
+ const disabled$1 = "_disabled_10e36_382";
36082
+ const left$1 = "_left_10e36_386";
36083
+ const right$1 = "_right_10e36_386";
36058
36084
  const styles$5 = {
36059
36085
  tabs,
36060
36086
  padding,
@@ -36276,17 +36302,17 @@ TextLink.propTypes = {
36276
36302
  target: propTypes$1.exports.string,
36277
36303
  testId: propTypes$1.exports.string
36278
36304
  };
36279
- const inputInTable = "_inputInTable_165qc_329";
36280
- const inputFocus = "_inputFocus_165qc_345";
36281
- const inputError = "_inputError_165qc_350";
36282
- const inputWarning = "_inputWarning_165qc_351";
36283
- const inputDisabled = "_inputDisabled_165qc_382";
36284
- const hideScrollbars = "_hideScrollbars_165qc_387";
36285
- const textarea = "_textarea_165qc_397";
36286
- const small$1 = "_small_165qc_430";
36287
- const error = "_error_165qc_436";
36288
- const warning = "_warning_165qc_451";
36289
- const monospace = "_monospace_165qc_466";
36305
+ const inputInTable = "_inputInTable_1xj0c_329";
36306
+ const inputFocus = "_inputFocus_1xj0c_345";
36307
+ const inputError = "_inputError_1xj0c_350";
36308
+ const inputWarning = "_inputWarning_1xj0c_351";
36309
+ const inputDisabled = "_inputDisabled_1xj0c_382";
36310
+ const hideScrollbars = "_hideScrollbars_1xj0c_387";
36311
+ const textarea = "_textarea_1xj0c_397";
36312
+ const small$1 = "_small_1xj0c_430";
36313
+ const error = "_error_1xj0c_436";
36314
+ const warning = "_warning_1xj0c_451";
36315
+ const monospace = "_monospace_1xj0c_466";
36290
36316
  const styles$4 = {
36291
36317
  inputInTable,
36292
36318
  inputFocus,
@@ -37452,10 +37478,10 @@ const toast = ({
37452
37478
  transition: Slide
37453
37479
  });
37454
37480
  };
37455
- const toggle$1 = "_toggle_1qdm7_337";
37456
- const small = "_small_1qdm7_350";
37457
- const disabled = "_disabled_1qdm7_423";
37458
- const noMargin = "_noMargin_1qdm7_434";
37481
+ const toggle$1 = "_toggle_1k90z_337";
37482
+ const small = "_small_1k90z_350";
37483
+ const disabled = "_disabled_1k90z_423";
37484
+ const noMargin = "_noMargin_1k90z_434";
37459
37485
  const styles$3 = {
37460
37486
  toggle: toggle$1,
37461
37487
  small,
@@ -37512,20 +37538,20 @@ Toggle.propTypes = {
37512
37538
  noMargin: propTypes$1.exports.bool,
37513
37539
  testId: propTypes$1.exports.string
37514
37540
  };
37515
- const topbar = "_topbar_c0x79_335";
37516
- const fixed = "_fixed_c0x79_346";
37517
- const title = "_title_c0x79_354";
37518
- const label = "_label_c0x79_370";
37519
- const brand = "_brand_c0x79_375";
37520
- const version = "_version_c0x79_381";
37521
- const link = "_link_c0x79_382";
37522
- const left = "_left_c0x79_393";
37523
- const right = "_right_c0x79_394";
37524
- const item = "_item_c0x79_405";
37525
- const button = "_button_c0x79_423";
37526
- const menu = "_menu_c0x79_424";
37527
- const active = "_active_c0x79_451";
37528
- const alert = "_alert_c0x79_478";
37541
+ const topbar = "_topbar_1hu2l_335";
37542
+ const fixed = "_fixed_1hu2l_346";
37543
+ const title = "_title_1hu2l_354";
37544
+ const label = "_label_1hu2l_370";
37545
+ const brand = "_brand_1hu2l_375";
37546
+ const version = "_version_1hu2l_381";
37547
+ const link = "_link_1hu2l_382";
37548
+ const left = "_left_1hu2l_393";
37549
+ const right = "_right_1hu2l_394";
37550
+ const item = "_item_1hu2l_405";
37551
+ const button = "_button_1hu2l_423";
37552
+ const menu = "_menu_1hu2l_424";
37553
+ const active = "_active_1hu2l_451";
37554
+ const alert = "_alert_1hu2l_478";
37529
37555
  const styles$2 = {
37530
37556
  topbar,
37531
37557
  fixed,
@@ -43429,12 +43455,12 @@ function AiOutlineMinusSquare(props) {
43429
43455
  function AiOutlinePlusSquare(props) {
43430
43456
  return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 1024 1024" }, "child": [{ "tag": "path", "attr": { "d": "M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attr": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] })(props);
43431
43457
  }
43432
- const tree = "_tree_of4m6_329";
43433
- const toggle = "_toggle_of4m6_332";
43434
- const dropTarget = "_dropTarget_of4m6_336";
43435
- const draggingSource = "_draggingSource_of4m6_339";
43436
- const placeholderContainer = "_placeholderContainer_of4m6_342";
43437
- const placeholder2 = "_placeholder_of4m6_342";
43458
+ const tree = "_tree_1hzfx_329";
43459
+ const toggle = "_toggle_1hzfx_332";
43460
+ const dropTarget = "_dropTarget_1hzfx_336";
43461
+ const draggingSource = "_draggingSource_1hzfx_339";
43462
+ const placeholderContainer = "_placeholderContainer_1hzfx_342";
43463
+ const placeholder2 = "_placeholder_1hzfx_342";
43438
43464
  const styles = {
43439
43465
  tree,
43440
43466
  toggle,