@oliasoft-open-source/react-ui-library 3.11.0-beta-5 → 4.0.0-beta-2

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/index.js CHANGED
@@ -2130,8 +2130,8 @@ function FaRegCircle(props) {
2130
2130
  function FaRegCopy(props) {
2131
2131
  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);
2132
2132
  }
2133
- const chevron = "_chevron_v1bcf_337";
2134
- const expanded$2 = "_expanded_v1bcf_343";
2133
+ const chevron = "_chevron_1blrq_335";
2134
+ const expanded$2 = "_expanded_1blrq_341";
2135
2135
  const styles$T = {
2136
2136
  chevron,
2137
2137
  expanded: expanded$2
@@ -2143,15 +2143,15 @@ const Chevron = ({ expanded: expanded2 }) => {
2143
2143
  className: cx$2(styles$T.chevron)
2144
2144
  });
2145
2145
  };
2146
- const accordion = "_accordion_1umgo_337";
2147
- const accordionHeader = "_accordionHeader_1umgo_341";
2148
- const heading$6 = "_heading_1umgo_345";
2149
- const clickable$2 = "_clickable_1umgo_348";
2150
- const bordered$4 = "_bordered_1umgo_354";
2151
- const accordionContent = "_accordionContent_1umgo_354";
2152
- const expanded$1 = "_expanded_1umgo_367";
2153
- const padding$3 = "_padding_1umgo_376";
2154
- const squareBottom = "_squareBottom_1umgo_379";
2146
+ const accordion = "_accordion_1yewz_335";
2147
+ const accordionHeader = "_accordionHeader_1yewz_339";
2148
+ const heading$6 = "_heading_1yewz_343";
2149
+ const clickable$2 = "_clickable_1yewz_346";
2150
+ const bordered$4 = "_bordered_1yewz_352";
2151
+ const accordionContent = "_accordionContent_1yewz_352";
2152
+ const expanded$1 = "_expanded_1yewz_365";
2153
+ const padding$3 = "_padding_1yewz_374";
2154
+ const squareBottom = "_squareBottom_1yewz_377";
2155
2155
  const styles$S = {
2156
2156
  accordion,
2157
2157
  accordionHeader,
@@ -2276,19 +2276,19 @@ Accordion.propTypes = {
2276
2276
  squareBottom: propTypes$1.exports.bool,
2277
2277
  testId: propTypes$1.exports.string
2278
2278
  };
2279
- const checkbox = "_checkbox_1ymuk_337";
2280
- const noLabel = "_noLabel_1ymuk_352";
2281
- const small$e = "_small_1ymuk_355";
2282
- const checkmark = "_checkmark_1ymuk_380";
2283
- const disabled$9 = "_disabled_1ymuk_401";
2284
- const noMargin$2 = "_noMargin_1ymuk_415";
2285
- const isInTable$4 = "_isInTable_1ymuk_418";
2279
+ const checkbox = "_checkbox_19ok6_335";
2280
+ const noLabel = "_noLabel_19ok6_350";
2281
+ const small$e = "_small_19ok6_353";
2282
+ const checkmark = "_checkmark_19ok6_378";
2283
+ const disabled$a = "_disabled_19ok6_399";
2284
+ const noMargin$2 = "_noMargin_19ok6_413";
2285
+ const isInTable$4 = "_isInTable_19ok6_416";
2286
2286
  const styles$R = {
2287
2287
  checkbox,
2288
2288
  noLabel,
2289
2289
  small: small$e,
2290
2290
  checkmark,
2291
- disabled: disabled$9,
2291
+ disabled: disabled$a,
2292
2292
  noMargin: noMargin$2,
2293
2293
  isInTable: isInTable$4
2294
2294
  };
@@ -4270,9 +4270,9 @@ function useHover(_temp) {
4270
4270
  return onMouseLeave(null, true);
4271
4271
  }];
4272
4272
  }
4273
- const tooltip = "_tooltip_a98g1_337";
4274
- const error$9 = "_error_a98g1_351";
4275
- const warning$d = "_warning_a98g1_355";
4273
+ const tooltip = "_tooltip_1jqh5_335";
4274
+ const error$9 = "_error_1jqh5_349";
4275
+ const warning$d = "_warning_1jqh5_353";
4276
4276
  const styles$Q = {
4277
4277
  tooltip,
4278
4278
  error: error$9,
@@ -4598,10 +4598,10 @@ CheckBox.propTypes = {
4598
4598
  helpText: propTypes$1.exports.string,
4599
4599
  onClickHelp: propTypes$1.exports.func
4600
4600
  };
4601
- const bordered$3 = "_bordered_7odwn_337";
4602
- const checkboxWrapper = "_checkboxWrapper_7odwn_343";
4603
- const padding$2 = "_padding_7odwn_349";
4604
- const contentWrapper = "_contentWrapper_7odwn_352";
4601
+ const bordered$3 = "_bordered_1wn17_335";
4602
+ const checkboxWrapper = "_checkboxWrapper_1wn17_341";
4603
+ const padding$2 = "_padding_1wn17_347";
4604
+ const contentWrapper = "_contentWrapper_1wn17_350";
4605
4605
  const styles$O = {
4606
4606
  bordered: bordered$3,
4607
4607
  checkboxWrapper,
@@ -10836,10 +10836,10 @@ const DeprecatedIcon = ({ icon: icon2 }) => {
10836
10836
  return /* @__PURE__ */ jsxRuntime.exports.jsx(FaRegCircle, {});
10837
10837
  }
10838
10838
  };
10839
- const wrapper$4 = "_wrapper_92fr1_337";
10840
- const customSvg = "_customSvg_92fr1_344";
10841
- const customPng = "_customPng_92fr1_347";
10842
- const clickable = "_clickable_92fr1_352";
10839
+ const wrapper$4 = "_wrapper_124bw_335";
10840
+ const customSvg = "_customSvg_124bw_342";
10841
+ const customPng = "_customPng_124bw_345";
10842
+ const clickable = "_clickable_124bw_350";
10843
10843
  const styles$N = {
10844
10844
  wrapper: wrapper$4,
10845
10845
  customSvg,
@@ -10894,34 +10894,34 @@ Icon.propTypes = {
10894
10894
  clickable: propTypes$1.exports.bool,
10895
10895
  testId: propTypes$1.exports.string
10896
10896
  };
10897
- const wrapper$3 = "_wrapper_1vofz_337";
10898
- const layer$1 = "_layer_1vofz_341";
10899
- const layerContainer$1 = "_layerContainer_1vofz_344";
10900
- const nested = "_nested_1vofz_359";
10901
- const fileInput$1 = "_fileInput_1vofz_371";
10902
- const trigger$2 = "_trigger_1vofz_377";
10903
- const middleAlignedInline = "_middleAlignedInline_1vofz_386";
10904
- const heading$5 = "_heading_1vofz_392";
10905
- const headingIcon = "_headingIcon_1vofz_398";
10906
- const option$1 = "_option_1vofz_410";
10907
- const active$8 = "_active_1vofz_427";
10908
- const selected$1 = "_selected_1vofz_432";
10909
- const optionContent$1 = "_optionContent_1vofz_439";
10910
- const inline$4 = "_inline_1vofz_444";
10911
- const icon$5 = "_icon_1vofz_449";
10912
- const check$1 = "_check_1vofz_450";
10913
- const text$3 = "_text_1vofz_476";
10914
- const label$a = "_label_1vofz_481";
10915
- const description = "_description_1vofz_492";
10916
- const arrow$1 = "_arrow_1vofz_496";
10917
- const divider$1 = "_divider_1vofz_500";
10918
- const deprecatedSemanticIcon = "_deprecatedSemanticIcon_1vofz_504";
10919
- const disabled$8 = "_disabled_1vofz_508";
10920
- const buttonLabel = "_buttonLabel_1vofz_513";
10921
- const buttonCaret = "_buttonCaret_1vofz_520";
10922
- const component = "_component_1vofz_523";
10923
- const right$7 = "_right_1vofz_529";
10924
- const actions$2 = "_actions_1vofz_534";
10897
+ const wrapper$3 = "_wrapper_1fg45_335";
10898
+ const layer$1 = "_layer_1fg45_339";
10899
+ const layerContainer$1 = "_layerContainer_1fg45_342";
10900
+ const nested = "_nested_1fg45_357";
10901
+ const fileInput$1 = "_fileInput_1fg45_369";
10902
+ const trigger$2 = "_trigger_1fg45_375";
10903
+ const middleAlignedInline = "_middleAlignedInline_1fg45_384";
10904
+ const heading$5 = "_heading_1fg45_390";
10905
+ const headingIcon = "_headingIcon_1fg45_396";
10906
+ const option$1 = "_option_1fg45_408";
10907
+ const active$8 = "_active_1fg45_425";
10908
+ const selected$1 = "_selected_1fg45_430";
10909
+ const optionContent$1 = "_optionContent_1fg45_437";
10910
+ const inline$4 = "_inline_1fg45_442";
10911
+ const icon$5 = "_icon_1fg45_447";
10912
+ const check$1 = "_check_1fg45_448";
10913
+ const text$3 = "_text_1fg45_474";
10914
+ const label$a = "_label_1fg45_479";
10915
+ const description = "_description_1fg45_490";
10916
+ const arrow$1 = "_arrow_1fg45_494";
10917
+ const divider$1 = "_divider_1fg45_498";
10918
+ const deprecatedSemanticIcon = "_deprecatedSemanticIcon_1fg45_502";
10919
+ const disabled$9 = "_disabled_1fg45_506";
10920
+ const buttonLabel = "_buttonLabel_1fg45_511";
10921
+ const buttonCaret = "_buttonCaret_1fg45_518";
10922
+ const component = "_component_1fg45_521";
10923
+ const right$7 = "_right_1fg45_527";
10924
+ const actions$2 = "_actions_1fg45_532";
10925
10925
  const styles$M = {
10926
10926
  wrapper: wrapper$3,
10927
10927
  layer: layer$1,
@@ -10945,7 +10945,7 @@ const styles$M = {
10945
10945
  arrow: arrow$1,
10946
10946
  divider: divider$1,
10947
10947
  deprecatedSemanticIcon,
10948
- disabled: disabled$8,
10948
+ disabled: disabled$9,
10949
10949
  buttonLabel,
10950
10950
  buttonCaret,
10951
10951
  component,
@@ -11056,7 +11056,7 @@ const Section$1 = ({
11056
11056
  close: close2,
11057
11057
  tree: tree2,
11058
11058
  path,
11059
- maxHeight
11059
+ maxHeight: maxHeight2
11060
11060
  }) => {
11061
11061
  const disabledContext = useContext(DisabledContext);
11062
11062
  switch (section.type) {
@@ -11096,7 +11096,7 @@ const Section$1 = ({
11096
11096
  closeParent: close2,
11097
11097
  tree: tree2,
11098
11098
  path,
11099
- maxHeight,
11099
+ maxHeight: maxHeight2,
11100
11100
  testId: section.testId
11101
11101
  });
11102
11102
  default:
@@ -11116,7 +11116,7 @@ const Layer$2 = ({
11116
11116
  close: close2,
11117
11117
  tree: tree2,
11118
11118
  path,
11119
- maxHeight,
11119
+ maxHeight: maxHeight2,
11120
11120
  showAllButton,
11121
11121
  testId
11122
11122
  }) => {
@@ -11150,7 +11150,7 @@ const Layer$2 = ({
11150
11150
  ).filter((s) => s == null ? void 0 : s.visible) : sections.map((s) => ({ ...s, closeOnOptionClick }));
11151
11151
  return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
11152
11152
  className: cx$2(styles$M.layer, isNested ? styles$M.nested : null),
11153
- style: { maxWidth: width, maxHeight },
11153
+ style: { maxWidth: width, maxHeight: maxHeight2 },
11154
11154
  "data-testid": testId,
11155
11155
  children: /* @__PURE__ */ jsxRuntime.exports.jsx("ul", {
11156
11156
  children: localSections.map((section, i) => /* @__PURE__ */ jsxRuntime.exports.jsx("li", {
@@ -11160,7 +11160,7 @@ const Layer$2 = ({
11160
11160
  close: close2,
11161
11161
  tree: tree2,
11162
11162
  path: childPath(path, i),
11163
- maxHeight
11163
+ maxHeight: maxHeight2
11164
11164
  })
11165
11165
  }, i))
11166
11166
  })
@@ -11172,14 +11172,14 @@ const placementOptions$1 = (placement, isNested = false) => ({
11172
11172
  preferY: "bottom",
11173
11173
  placement: placement || (isNested ? "right-start" : "bottom-start")
11174
11174
  });
11175
- const wrapper$2 = "_wrapper_b1kj7_337";
11176
- const badge = "_badge_b1kj7_341";
11177
- const label$9 = "_label_b1kj7_346";
11178
- const dark$1 = "_dark_b1kj7_358";
11179
- const light = "_light_b1kj7_361";
11180
- const small$d = "_small_b1kj7_364";
11181
- const dot = "_dot_b1kj7_370";
11182
- const hasChildren = "_hasChildren_b1kj7_375";
11175
+ const wrapper$2 = "_wrapper_kb8eo_335";
11176
+ const badge = "_badge_kb8eo_339";
11177
+ const label$9 = "_label_kb8eo_344";
11178
+ const dark$1 = "_dark_kb8eo_356";
11179
+ const light = "_light_kb8eo_359";
11180
+ const small$d = "_small_kb8eo_362";
11181
+ const dot = "_dot_kb8eo_368";
11182
+ const hasChildren = "_hasChildren_kb8eo_373";
11183
11183
  const styles$L = {
11184
11184
  wrapper: wrapper$2,
11185
11185
  badge,
@@ -11235,33 +11235,32 @@ Badge.propTypes = {
11235
11235
  margin: propTypes$1.exports.string,
11236
11236
  small: propTypes$1.exports.bool
11237
11237
  };
11238
- const inputInTable$b = "_inputInTable_gtaak_337";
11239
- const inputHover$b = "_inputHover_gtaak_346";
11240
- const inputFocus$b = "_inputFocus_gtaak_351";
11241
- const inputError$b = "_inputError_gtaak_358";
11242
- const inputWarning$b = "_inputWarning_gtaak_359";
11243
- const inputDisabled$b = "_inputDisabled_gtaak_394";
11244
- const hideScrollbars$b = "_hideScrollbars_gtaak_399";
11245
- const scrollbars$b = "_scrollbars_gtaak_409";
11246
- const button$3 = "_button_gtaak_470";
11247
- const active$7 = "_active_gtaak_507";
11248
- const green$1 = "_green_gtaak_507";
11249
- const red$1 = "_red_gtaak_507";
11250
- const orange$1 = "_orange_gtaak_507";
11251
- const icon$4 = "_icon_gtaak_519";
11252
- const iconOnly = "_iconOnly_gtaak_526";
11253
- const basic = "_basic_gtaak_536";
11254
- const muted$2 = "_muted_gtaak_542";
11255
- const disabled$7 = "_disabled_gtaak_555";
11256
- const small$c = "_small_gtaak_565";
11257
- const pill = "_pill_gtaak_570";
11258
- const round = "_round_gtaak_571";
11259
- const error$8 = "_error_gtaak_648";
11260
- const warning$c = "_warning_gtaak_665";
11261
- const inverted$1 = "_inverted_gtaak_682";
11262
- const groupOrderFirst$4 = "_groupOrderFirst_gtaak_716";
11263
- const groupOrderMiddle$4 = "_groupOrderMiddle_gtaak_717";
11264
- const groupOrderLast$4 = "_groupOrderLast_gtaak_718";
11238
+ const inputInTable$b = "_inputInTable_1jbq5_335";
11239
+ const inputHover$b = "_inputHover_1jbq5_341";
11240
+ const inputFocus$b = "_inputFocus_1jbq5_346";
11241
+ const inputError$b = "_inputError_1jbq5_353";
11242
+ const inputWarning$b = "_inputWarning_1jbq5_354";
11243
+ const inputDisabled$b = "_inputDisabled_1jbq5_389";
11244
+ const hideScrollbars$b = "_hideScrollbars_1jbq5_394";
11245
+ const button$3 = "_button_1jbq5_438";
11246
+ const active$7 = "_active_1jbq5_475";
11247
+ const green$1 = "_green_1jbq5_475";
11248
+ const red$1 = "_red_1jbq5_475";
11249
+ const orange$1 = "_orange_1jbq5_475";
11250
+ const icon$4 = "_icon_1jbq5_487";
11251
+ const iconOnly = "_iconOnly_1jbq5_494";
11252
+ const basic = "_basic_1jbq5_504";
11253
+ const muted$2 = "_muted_1jbq5_510";
11254
+ const disabled$8 = "_disabled_1jbq5_523";
11255
+ const small$c = "_small_1jbq5_533";
11256
+ const pill = "_pill_1jbq5_538";
11257
+ const round = "_round_1jbq5_539";
11258
+ const error$8 = "_error_1jbq5_616";
11259
+ const warning$c = "_warning_1jbq5_633";
11260
+ const inverted$1 = "_inverted_1jbq5_650";
11261
+ const groupOrderFirst$4 = "_groupOrderFirst_1jbq5_684";
11262
+ const groupOrderMiddle$4 = "_groupOrderMiddle_1jbq5_685";
11263
+ const groupOrderLast$4 = "_groupOrderLast_1jbq5_686";
11265
11264
  const buttonStyles = {
11266
11265
  inputInTable: inputInTable$b,
11267
11266
  inputHover: inputHover$b,
@@ -11270,7 +11269,6 @@ const buttonStyles = {
11270
11269
  inputWarning: inputWarning$b,
11271
11270
  inputDisabled: inputDisabled$b,
11272
11271
  hideScrollbars: hideScrollbars$b,
11273
- scrollbars: scrollbars$b,
11274
11272
  button: button$3,
11275
11273
  active: active$7,
11276
11274
  green: green$1,
@@ -11280,7 +11278,7 @@ const buttonStyles = {
11280
11278
  iconOnly,
11281
11279
  basic,
11282
11280
  muted: muted$2,
11283
- disabled: disabled$7,
11281
+ disabled: disabled$8,
11284
11282
  small: small$c,
11285
11283
  pill,
11286
11284
  round,
@@ -11291,11 +11289,11 @@ const buttonStyles = {
11291
11289
  groupOrderMiddle: groupOrderMiddle$4,
11292
11290
  groupOrderLast: groupOrderLast$4
11293
11291
  };
11294
- const spinner = "_spinner_r9wdf_337";
11295
- const small$b = "_small_r9wdf_343";
11296
- const tiny = "_tiny_r9wdf_347";
11297
- const colored$1 = "_colored_r9wdf_374";
11298
- const dark = "_dark_r9wdf_386";
11292
+ const spinner = "_spinner_np4br_335";
11293
+ const small$b = "_small_np4br_341";
11294
+ const tiny = "_tiny_np4br_345";
11295
+ const colored$1 = "_colored_np4br_372";
11296
+ const dark = "_dark_np4br_384";
11299
11297
  const styles$K = {
11300
11298
  spinner,
11301
11299
  small: small$b,
@@ -11669,7 +11667,7 @@ const isMenuEmpty = (menu2) => {
11669
11667
  const { sections } = menu2;
11670
11668
  return !isValidElement(sections) && (!sections.length || sections.every((section) => lodash.exports.isEmpty(section)));
11671
11669
  };
11672
- const useContextMenu = (sections, width, placement, possiblePlacements, closeOnOptionClick, closeParent, tree2, path, groupOrder, overflowContainer, maxHeight, testId) => {
11670
+ const useContextMenu = (sections, width, placement, possiblePlacements, closeOnOptionClick, closeParent, tree2, path, groupOrder, overflowContainer, maxHeight2, testId) => {
11673
11671
  const { hasMousePosition, resetMousePosition, handleMouseEvent, trigger: trigger2 } = useMousePositionAsTrigger();
11674
11672
  const close2 = resetMousePosition;
11675
11673
  const isOpen2 = hasMousePosition;
@@ -11695,7 +11693,7 @@ const useContextMenu = (sections, width, placement, possiblePlacements, closeOnO
11695
11693
  tree: tree2,
11696
11694
  path,
11697
11695
  groupOrder,
11698
- maxHeight,
11696
+ maxHeight: maxHeight2,
11699
11697
  testId: testId && `${testId}-layer`
11700
11698
  })
11701
11699
  })
@@ -11772,7 +11770,7 @@ const DropDownMenu = ({
11772
11770
  path,
11773
11771
  groupOrder,
11774
11772
  overflowContainer,
11775
- maxHeight,
11773
+ maxHeight: maxHeight2,
11776
11774
  testId,
11777
11775
  open: openProp,
11778
11776
  setOpen: setOpenProp,
@@ -11863,7 +11861,7 @@ const DropDownMenu = ({
11863
11861
  tree: tree2,
11864
11862
  path,
11865
11863
  groupOrder,
11866
- maxHeight,
11864
+ maxHeight: maxHeight2,
11867
11865
  showAllButton,
11868
11866
  testId: testId && `${testId}-layer`
11869
11867
  })
@@ -11975,9 +11973,9 @@ Menu.propTypes = {
11975
11973
  open: propTypes$1.exports.bool,
11976
11974
  setOpen: propTypes$1.exports.func
11977
11975
  };
11978
- const actions$1 = "_actions_j8q8p_337";
11979
- const actionComponentContainer = "_actionComponentContainer_j8q8p_347";
11980
- const active$6 = "_active_j8q8p_369";
11976
+ const actions$1 = "_actions_13yvz_335";
11977
+ const actionComponentContainer = "_actionComponentContainer_13yvz_345";
11978
+ const active$6 = "_active_13yvz_367";
11981
11979
  const styles$J = {
11982
11980
  actions: actions$1,
11983
11981
  actionComponentContainer,
@@ -12079,18 +12077,18 @@ Actions.propTypes = {
12079
12077
  actions: actionsShape,
12080
12078
  right: propTypes$1.exports.bool
12081
12079
  };
12082
- const breadcrumb = "_breadcrumb_1uhzx_337";
12083
- const small$a = "_small_1uhzx_340";
12084
- const labelContainer = "_labelContainer_1uhzx_343";
12085
- const active$5 = "_active_1uhzx_353";
12086
- const disabled$6 = "_disabled_1uhzx_358";
12087
- const separator = "_separator_1uhzx_363";
12080
+ const breadcrumb = "_breadcrumb_knud2_335";
12081
+ const small$a = "_small_knud2_338";
12082
+ const labelContainer = "_labelContainer_knud2_341";
12083
+ const active$5 = "_active_knud2_351";
12084
+ const disabled$7 = "_disabled_knud2_356";
12085
+ const separator = "_separator_knud2_361";
12088
12086
  const styles$I = {
12089
12087
  breadcrumb,
12090
12088
  small: small$a,
12091
12089
  labelContainer,
12092
12090
  active: active$5,
12093
- disabled: disabled$6,
12091
+ disabled: disabled$7,
12094
12092
  separator
12095
12093
  };
12096
12094
  const Link$2 = ({
@@ -12160,8 +12158,8 @@ Breadcrumb.propTypes = {
12160
12158
  ).isRequired,
12161
12159
  small: propTypes$1.exports.bool
12162
12160
  };
12163
- const label$8 = "_label_ib20b_337";
12164
- const buttonGroup = "_buttonGroup_ib20b_347";
12161
+ const label$8 = "_label_8gfar_335";
12162
+ const buttonGroup = "_buttonGroup_8gfar_345";
12165
12163
  const styles$H = {
12166
12164
  label: label$8,
12167
12165
  buttonGroup
@@ -12272,13 +12270,13 @@ ButtonGroup.propTypes = {
12272
12270
  value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
12273
12271
  testId: propTypes$1.exports.string
12274
12272
  };
12275
- const card = "_card_2vo7e_337";
12276
- const bordered$2 = "_bordered_2vo7e_340";
12277
- const raised = "_raised_2vo7e_346";
12278
- const cardHeader = "_cardHeader_2vo7e_349";
12279
- const cardContentBorderTop = "_cardContentBorderTop_2vo7e_355";
12280
- const padding$1 = "_padding_2vo7e_358";
12281
- const cardContent = "_cardContent_2vo7e_355";
12273
+ const card = "_card_l0li5_335";
12274
+ const bordered$2 = "_bordered_l0li5_338";
12275
+ const raised = "_raised_l0li5_344";
12276
+ const cardHeader = "_cardHeader_l0li5_347";
12277
+ const cardContentBorderTop = "_cardContentBorderTop_l0li5_353";
12278
+ const padding$1 = "_padding_l0li5_356";
12279
+ const cardContent = "_cardContent_l0li5_353";
12282
12280
  const styles$G = {
12283
12281
  card,
12284
12282
  bordered: bordered$2,
@@ -13607,23 +13605,23 @@ Column.propTypes = {
13607
13605
  widthTablet: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
13608
13606
  testId: propTypes$1.exports.string
13609
13607
  };
13610
- const divider = "_divider_w0nt9_337";
13611
- const alignLeft = "_alignLeft_w0nt9_348";
13612
- const alignRight = "_alignRight_w0nt9_351";
13608
+ const divider = "_divider_1p2ba_335";
13609
+ const alignLeft = "_alignLeft_1p2ba_346";
13610
+ const alignRight = "_alignRight_1p2ba_349";
13613
13611
  const styles$F = {
13614
13612
  divider,
13615
13613
  alignLeft,
13616
13614
  alignRight
13617
13615
  };
13618
- const bold$1 = "_bold_fn58f_337";
13619
- const center = "_center_fn58f_340";
13620
- const muted$1 = "_muted_fn58f_343";
13621
- const faint = "_faint_fn58f_346";
13622
- const success$1 = "_success_fn58f_349";
13623
- const warning$b = "_warning_fn58f_352";
13624
- const error$7 = "_error_fn58f_355";
13625
- const small$9 = "_small_fn58f_358";
13626
- const link$1 = "_link_fn58f_361";
13616
+ const bold$1 = "_bold_1d8ug_335";
13617
+ const center = "_center_1d8ug_338";
13618
+ const muted$1 = "_muted_1d8ug_341";
13619
+ const faint = "_faint_1d8ug_344";
13620
+ const success$1 = "_success_1d8ug_347";
13621
+ const warning$b = "_warning_1d8ug_350";
13622
+ const error$7 = "_error_1d8ug_353";
13623
+ const small$9 = "_small_1d8ug_356";
13624
+ const link$1 = "_link_1d8ug_359";
13627
13625
  const styles$E = {
13628
13626
  bold: bold$1,
13629
13627
  center,
@@ -13721,9 +13719,9 @@ Divider.propTypes = {
13721
13719
  color: propTypes$1.exports.string,
13722
13720
  align: propTypes$1.exports.string
13723
13721
  };
13724
- const heading$4 = "_heading_1cbst_337";
13725
- const top$1 = "_top_1cbst_345";
13726
- const icons$2 = "_icons_1cbst_357";
13722
+ const heading$4 = "_heading_1hmcc_335";
13723
+ const top$1 = "_top_1hmcc_343";
13724
+ const icons$2 = "_icons_1hmcc_355";
13727
13725
  const styles$D = {
13728
13726
  heading: heading$4,
13729
13727
  top: top$1,
@@ -13806,7 +13804,7 @@ const scroll$2 = "_scroll_11kaj_22";
13806
13804
  const header$2 = "_header_11kaj_25";
13807
13805
  const dismiss$2 = "_dismiss_11kaj_33";
13808
13806
  const content$3 = "_content_11kaj_44";
13809
- const footer$2 = "_footer_11kaj_53";
13807
+ const footer$3 = "_footer_11kaj_53";
13810
13808
  const styles$C = {
13811
13809
  dialog,
13812
13810
  inline: inline$3,
@@ -13814,7 +13812,7 @@ const styles$C = {
13814
13812
  header: header$2,
13815
13813
  dismiss: dismiss$2,
13816
13814
  content: content$3,
13817
- footer: footer$2
13815
+ footer: footer$3
13818
13816
  };
13819
13817
  const convertStringToJsx = (children) => {
13820
13818
  if (lodash.exports.isArray(children)) {
@@ -13900,31 +13898,30 @@ const dialogShape = propTypes$1.exports.shape({
13900
13898
  Dialog.propTypes = {
13901
13899
  dialog: dialogShape.isRequired
13902
13900
  };
13903
- const inputInTable$a = "_inputInTable_yeflg_337";
13904
- const inputHover$a = "_inputHover_yeflg_346";
13905
- const inputFocus$a = "_inputFocus_yeflg_351";
13906
- const inputError$a = "_inputError_yeflg_358";
13907
- const inputWarning$a = "_inputWarning_yeflg_359";
13908
- const inputDisabled$a = "_inputDisabled_yeflg_394";
13909
- const hideScrollbars$a = "_hideScrollbars_yeflg_399";
13910
- const scrollbars$a = "_scrollbars_yeflg_409";
13911
- const inline$2 = "_inline_yeflg_448";
13912
- const left$2 = "_left_yeflg_451";
13913
- const right$6 = "_right_yeflg_454";
13914
- const fixed$1 = "_fixed_yeflg_457";
13915
- const border$1 = "_border_yeflg_469";
13916
- const shadow = "_shadow_yeflg_475";
13917
- const drawerContent = "_drawerContent_yeflg_478";
13918
- const isResizing = "_isResizing_yeflg_490";
13919
- const toggleButton = "_toggleButton_yeflg_501";
13920
- const top = "_top_yeflg_514";
13921
- const bottom = "_bottom_yeflg_517";
13922
- const toggleButtonOpen = "_toggleButtonOpen_yeflg_520";
13923
- const tabs$1 = "_tabs_yeflg_523";
13924
- const tab$1 = "_tab_yeflg_523";
13925
- const active$4 = "_active_yeflg_554";
13926
- const tabsContent = "_tabsContent_yeflg_576";
13927
- const resizeHandle = "_resizeHandle_yeflg_582";
13901
+ const inputInTable$a = "_inputInTable_ld7vb_335";
13902
+ const inputHover$a = "_inputHover_ld7vb_341";
13903
+ const inputFocus$a = "_inputFocus_ld7vb_346";
13904
+ const inputError$a = "_inputError_ld7vb_353";
13905
+ const inputWarning$a = "_inputWarning_ld7vb_354";
13906
+ const inputDisabled$a = "_inputDisabled_ld7vb_389";
13907
+ const hideScrollbars$a = "_hideScrollbars_ld7vb_394";
13908
+ const inline$2 = "_inline_ld7vb_416";
13909
+ const left$2 = "_left_ld7vb_419";
13910
+ const right$6 = "_right_ld7vb_422";
13911
+ const fixed$1 = "_fixed_ld7vb_425";
13912
+ const border$1 = "_border_ld7vb_437";
13913
+ const shadow = "_shadow_ld7vb_443";
13914
+ const drawerContent = "_drawerContent_ld7vb_446";
13915
+ const isResizing = "_isResizing_ld7vb_458";
13916
+ const toggleButton = "_toggleButton_ld7vb_469";
13917
+ const top = "_top_ld7vb_482";
13918
+ const bottom = "_bottom_ld7vb_485";
13919
+ const toggleButtonOpen = "_toggleButtonOpen_ld7vb_488";
13920
+ const tabs$1 = "_tabs_ld7vb_491";
13921
+ const tab$1 = "_tab_ld7vb_491";
13922
+ const active$4 = "_active_ld7vb_522";
13923
+ const tabsContent = "_tabsContent_ld7vb_544";
13924
+ const resizeHandle = "_resizeHandle_ld7vb_550";
13928
13925
  const styles$B = {
13929
13926
  inputInTable: inputInTable$a,
13930
13927
  inputHover: inputHover$a,
@@ -13933,7 +13930,6 @@ const styles$B = {
13933
13930
  inputWarning: inputWarning$a,
13934
13931
  inputDisabled: inputDisabled$a,
13935
13932
  hideScrollbars: hideScrollbars$a,
13936
- scrollbars: scrollbars$a,
13937
13933
  inline: inline$2,
13938
13934
  left: left$2,
13939
13935
  right: right$6,
@@ -16137,11 +16133,15 @@ const Drawer = ({
16137
16133
  const currentWidth = open ? openWidth : tabs2 ? TABS_WIDTH : closedWidth;
16138
16134
  const handleTabClick = (index2) => {
16139
16135
  if (activeTab === index2 && open) {
16136
+ if (onClose) {
16137
+ onClose(tabs2[index2]);
16138
+ }
16140
16139
  setOpen(false);
16141
- onClose(index2);
16142
16140
  } else if (!open) {
16141
+ if (onOpen) {
16142
+ onOpen(tabs2[index2]);
16143
+ }
16143
16144
  setOpen(true);
16144
- onOpen(tabs2[index2]);
16145
16145
  if (onResize && width < MIN_OPEN_WIDTH) {
16146
16146
  onResize(MIN_OPEN_WIDTH);
16147
16147
  }
@@ -16259,8 +16259,8 @@ Drawer.propTypes = {
16259
16259
  onClose: propTypes$1.exports.func,
16260
16260
  onOpen: propTypes$1.exports.func
16261
16261
  };
16262
- const empty$2 = "_empty_101i6_337";
16263
- const text$2 = "_text_101i6_347";
16262
+ const empty$2 = "_empty_1pswm_335";
16263
+ const text$2 = "_text_1pswm_345";
16264
16264
  const styles$A = {
16265
16265
  empty: empty$2,
16266
16266
  text: text$2
@@ -16327,7 +16327,7 @@ Empty.propTypes = {
16327
16327
  text: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
16328
16328
  children: propTypes$1.exports.node
16329
16329
  };
16330
- const inputGroup = "_inputGroup_12byf_337";
16330
+ const inputGroup = "_inputGroup_tc6qm_335";
16331
16331
  const styles$z = {
16332
16332
  inputGroup
16333
16333
  };
@@ -16363,23 +16363,22 @@ InputGroup.propTypes = {
16363
16363
  small: propTypes$1.exports.bool,
16364
16364
  width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
16365
16365
  };
16366
- const inputInTable$9 = "_inputInTable_hz1tq_337";
16367
- const inputHover$9 = "_inputHover_hz1tq_346";
16368
- const inputFocus$9 = "_inputFocus_hz1tq_351";
16369
- const inputError$9 = "_inputError_hz1tq_358";
16370
- const inputWarning$9 = "_inputWarning_hz1tq_359";
16371
- const inputDisabled$9 = "_inputDisabled_hz1tq_394";
16372
- const hideScrollbars$9 = "_hideScrollbars_hz1tq_399";
16373
- const scrollbars$9 = "_scrollbars_hz1tq_409";
16374
- const input$1 = "_input_hz1tq_337";
16375
- const isInTable$3 = "_isInTable_hz1tq_457";
16376
- const small$8 = "_small_hz1tq_478";
16377
- const error$6 = "_error_hz1tq_484";
16378
- const warning$a = "_warning_hz1tq_501";
16379
- const right$5 = "_right_hz1tq_523";
16380
- const groupOrderFirst$3 = "_groupOrderFirst_hz1tq_526";
16381
- const groupOrderMiddle$3 = "_groupOrderMiddle_hz1tq_527";
16382
- const groupOrderLast$3 = "_groupOrderLast_hz1tq_528";
16366
+ const inputInTable$9 = "_inputInTable_1pp06_335";
16367
+ const inputHover$9 = "_inputHover_1pp06_341";
16368
+ const inputFocus$9 = "_inputFocus_1pp06_346";
16369
+ const inputError$9 = "_inputError_1pp06_353";
16370
+ const inputWarning$9 = "_inputWarning_1pp06_354";
16371
+ const inputDisabled$9 = "_inputDisabled_1pp06_389";
16372
+ const hideScrollbars$9 = "_hideScrollbars_1pp06_394";
16373
+ const input$1 = "_input_1pp06_335";
16374
+ const isInTable$3 = "_isInTable_1pp06_425";
16375
+ const small$8 = "_small_1pp06_443";
16376
+ const error$6 = "_error_1pp06_449";
16377
+ const warning$a = "_warning_1pp06_466";
16378
+ const right$5 = "_right_1pp06_488";
16379
+ const groupOrderFirst$3 = "_groupOrderFirst_1pp06_491";
16380
+ const groupOrderMiddle$3 = "_groupOrderMiddle_1pp06_492";
16381
+ const groupOrderLast$3 = "_groupOrderLast_1pp06_493";
16383
16382
  const styles$y = {
16384
16383
  inputInTable: inputInTable$9,
16385
16384
  inputHover: inputHover$9,
@@ -16388,7 +16387,6 @@ const styles$y = {
16388
16387
  inputWarning: inputWarning$9,
16389
16388
  inputDisabled: inputDisabled$9,
16390
16389
  hideScrollbars: hideScrollbars$9,
16391
- scrollbars: scrollbars$9,
16392
16390
  input: input$1,
16393
16391
  isInTable: isInTable$3,
16394
16392
  small: small$8,
@@ -16646,9 +16644,9 @@ function HiLockClosed(props) {
16646
16644
  function HiLockOpen(props) {
16647
16645
  return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 20 20", "fill": "currentColor", "aria-hidden": "true" }, "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);
16648
16646
  }
16649
- const label$7 = "_label_12r7q_337";
16650
- const labelLeft$1 = "_labelLeft_12r7q_341";
16651
- const icons$1 = "_icons_12r7q_349";
16647
+ const label$7 = "_label_l31y6_335";
16648
+ const labelLeft$1 = "_labelLeft_l31y6_339";
16649
+ const icons$1 = "_icons_l31y6_347";
16652
16650
  const styles$w = {
16653
16651
  label: label$7,
16654
16652
  labelLeft: labelLeft$1,
@@ -16747,17 +16745,17 @@ Label$2.propTypes = {
16747
16745
  }),
16748
16746
  labelLeft: propTypes$1.exports.bool
16749
16747
  };
16750
- const field = "_field_10krz_337";
16751
- const labelLeft = "_labelLeft_10krz_341";
16752
- const fieldInput = "_fieldInput_10krz_345";
16753
- const formRow$1 = "_formRow_10krz_348";
16754
- const button$2 = "_button_10krz_358";
16748
+ const field = "_field_1kief_335";
16749
+ const labelLeft = "_labelLeft_1kief_339";
16750
+ const fieldInput = "_fieldInput_1kief_343";
16751
+ const formRow$1 = "_formRow_1kief_346";
16752
+ const button$2 = "_button_1kief_356";
16755
16753
  const styles$v = {
16756
16754
  field,
16757
16755
  labelLeft,
16758
16756
  fieldInput,
16759
16757
  formRow: formRow$1,
16760
- "form-row": "_form-row_10krz_349",
16758
+ "form-row": "_form-row_1kief_347",
16761
16759
  button: button$2
16762
16760
  };
16763
16761
  const Field = ({
@@ -16888,7 +16886,7 @@ Flex.propTypes = {
16888
16886
  propTypes$1.exports.number
16889
16887
  ])
16890
16888
  };
16891
- const formRow = "_formRow_fyd4m_337";
16889
+ const formRow = "_formRow_x6f1o_335";
16892
16890
  const styles$u = {
16893
16891
  formRow
16894
16892
  };
@@ -16960,11 +16958,11 @@ Grid.propTypes = {
16960
16958
  height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
16961
16959
  children: propTypes$1.exports.node
16962
16960
  };
16963
- const addon = "_addon_e13pi_337";
16964
- const small$7 = "_small_e13pi_348";
16965
- const groupOrderFirst$2 = "_groupOrderFirst_e13pi_352";
16966
- const groupOrderMiddle$2 = "_groupOrderMiddle_e13pi_353";
16967
- const groupOrderLast$2 = "_groupOrderLast_e13pi_357";
16961
+ const addon = "_addon_1i07p_335";
16962
+ const small$7 = "_small_1i07p_346";
16963
+ const groupOrderFirst$2 = "_groupOrderFirst_1i07p_350";
16964
+ const groupOrderMiddle$2 = "_groupOrderMiddle_1i07p_351";
16965
+ const groupOrderLast$2 = "_groupOrderLast_1i07p_355";
16968
16966
  const styles$t = {
16969
16967
  addon,
16970
16968
  small: small$7,
@@ -25907,43 +25905,42 @@ var InfiniteScroll = function(_super) {
25907
25905
  };
25908
25906
  return InfiniteScroll2;
25909
25907
  }(Component$1);
25910
- const inputInTable$8 = "_inputInTable_z1p4i_337";
25911
- const inputHover$8 = "_inputHover_z1p4i_346";
25912
- const inputFocus$8 = "_inputFocus_z1p4i_351";
25913
- const inputError$8 = "_inputError_z1p4i_358";
25914
- const inputWarning$8 = "_inputWarning_z1p4i_359";
25915
- const inputDisabled$8 = "_inputDisabled_z1p4i_394";
25916
- const hideScrollbars$8 = "_hideScrollbars_z1p4i_399";
25917
- const scrollbars$8 = "_scrollbars_z1p4i_409";
25918
- const header$1 = "_header_z1p4i_436";
25919
- const headerTitle = "_headerTitle_z1p4i_436";
25920
- const heading$3 = "_heading_z1p4i_437";
25921
- const itemHeader = "_itemHeader_z1p4i_437";
25922
- const narrow = "_narrow_z1p4i_440";
25923
- const stickyHeader = "_stickyHeader_z1p4i_444";
25924
- const title$3 = "_title_z1p4i_455";
25925
- const name = "_name_z1p4i_461";
25926
- const iconTooltipMargin = "_iconTooltipMargin_z1p4i_464";
25927
- const bold = "_bold_z1p4i_467";
25928
- const toggleNarrow = "_toggleNarrow_z1p4i_476";
25929
- const drag$1 = "_drag_z1p4i_494";
25930
- const list$1 = "_list_z1p4i_514";
25931
- const bordered$1 = "_bordered_z1p4i_518";
25932
- const item$4 = "_item_z1p4i_437";
25933
- const action = "_action_z1p4i_551";
25934
- const active$3 = "_active_z1p4i_554";
25935
- const disabled$5 = "_disabled_z1p4i_569";
25936
- const label$6 = "_label_z1p4i_580";
25937
- const details$2 = "_details_z1p4i_587";
25938
- const metadata = "_metadata_z1p4i_588";
25939
- const itemContent = "_itemContent_z1p4i_597";
25940
- const indentIcon = "_indentIcon_z1p4i_604";
25941
- const expandIcon = "_expandIcon_z1p4i_608";
25942
- const expanded = "_expanded_z1p4i_614";
25943
- const right$4 = "_right_z1p4i_617";
25944
- const actions = "_actions_z1p4i_624";
25945
- const scrollableList = "_scrollableList_z1p4i_629";
25946
- const hideScrollbar = "_hideScrollbar_z1p4i_399";
25908
+ const inputInTable$8 = "_inputInTable_1an43_335";
25909
+ const inputHover$8 = "_inputHover_1an43_341";
25910
+ const inputFocus$8 = "_inputFocus_1an43_346";
25911
+ const inputError$8 = "_inputError_1an43_353";
25912
+ const inputWarning$8 = "_inputWarning_1an43_354";
25913
+ const inputDisabled$8 = "_inputDisabled_1an43_389";
25914
+ const hideScrollbars$8 = "_hideScrollbars_1an43_394";
25915
+ const header$1 = "_header_1an43_404";
25916
+ const headerTitle = "_headerTitle_1an43_404";
25917
+ const heading$3 = "_heading_1an43_405";
25918
+ const itemHeader = "_itemHeader_1an43_405";
25919
+ const narrow = "_narrow_1an43_408";
25920
+ const stickyHeader = "_stickyHeader_1an43_412";
25921
+ const title$4 = "_title_1an43_423";
25922
+ const name = "_name_1an43_429";
25923
+ const iconTooltipMargin = "_iconTooltipMargin_1an43_432";
25924
+ const bold = "_bold_1an43_435";
25925
+ const toggleNarrow = "_toggleNarrow_1an43_444";
25926
+ const drag$1 = "_drag_1an43_462";
25927
+ const list$1 = "_list_1an43_482";
25928
+ const bordered$1 = "_bordered_1an43_486";
25929
+ const item$4 = "_item_1an43_405";
25930
+ const action = "_action_1an43_519";
25931
+ const active$3 = "_active_1an43_522";
25932
+ const disabled$6 = "_disabled_1an43_537";
25933
+ const label$6 = "_label_1an43_548";
25934
+ const details$2 = "_details_1an43_555";
25935
+ const metadata = "_metadata_1an43_556";
25936
+ const itemContent = "_itemContent_1an43_565";
25937
+ const indentIcon = "_indentIcon_1an43_572";
25938
+ const expandIcon = "_expandIcon_1an43_576";
25939
+ const expanded = "_expanded_1an43_582";
25940
+ const right$4 = "_right_1an43_585";
25941
+ const actions = "_actions_1an43_592";
25942
+ const scrollableList = "_scrollableList_1an43_597";
25943
+ const hideScrollbar = "_hideScrollbar_1an43_394";
25947
25944
  const listStyles = {
25948
25945
  inputInTable: inputInTable$8,
25949
25946
  inputHover: inputHover$8,
@@ -25952,14 +25949,13 @@ const listStyles = {
25952
25949
  inputWarning: inputWarning$8,
25953
25950
  inputDisabled: inputDisabled$8,
25954
25951
  hideScrollbars: hideScrollbars$8,
25955
- scrollbars: scrollbars$8,
25956
25952
  header: header$1,
25957
25953
  headerTitle,
25958
25954
  heading: heading$3,
25959
25955
  itemHeader,
25960
25956
  narrow,
25961
25957
  stickyHeader,
25962
- title: title$3,
25958
+ title: title$4,
25963
25959
  name,
25964
25960
  iconTooltipMargin,
25965
25961
  bold,
@@ -25970,7 +25966,7 @@ const listStyles = {
25970
25966
  item: item$4,
25971
25967
  action,
25972
25968
  active: active$3,
25973
- disabled: disabled$5,
25969
+ disabled: disabled$6,
25974
25970
  label: label$6,
25975
25971
  details: details$2,
25976
25972
  metadata,
@@ -26558,13 +26554,13 @@ List.propTypes = {
26558
26554
  }),
26559
26555
  testId: propTypes$1.exports.string
26560
26556
  };
26561
- const loader = "_loader_1tt0v_337";
26562
- const fullViewPortSize = "_fullViewPortSize_1tt0v_343";
26563
- const cover = "_cover_1tt0v_350";
26564
- const dimmer = "_dimmer_1tt0v_357";
26565
- const content$2 = "_content_1tt0v_380";
26566
- const text$1 = "_text_1tt0v_385";
26567
- const details$1 = "_details_1tt0v_389";
26557
+ const loader = "_loader_1ki7r_335";
26558
+ const fullViewPortSize = "_fullViewPortSize_1ki7r_341";
26559
+ const cover = "_cover_1ki7r_348";
26560
+ const dimmer = "_dimmer_1ki7r_355";
26561
+ const content$2 = "_content_1ki7r_378";
26562
+ const text$1 = "_text_1ki7r_383";
26563
+ const details$1 = "_details_1ki7r_387";
26568
26564
  const styles$s = {
26569
26565
  loader,
26570
26566
  fullViewPortSize,
@@ -26638,28 +26634,27 @@ Loader.propTypes = {
26638
26634
  testId: propTypes$1.exports.string,
26639
26635
  theme: propTypes$1.exports.string
26640
26636
  };
26641
- const inputInTable$7 = "_inputInTable_1ju1p_337";
26642
- const inputHover$7 = "_inputHover_1ju1p_346";
26643
- const inputFocus$7 = "_inputFocus_1ju1p_351";
26644
- const inputError$7 = "_inputError_1ju1p_358";
26645
- const inputWarning$7 = "_inputWarning_1ju1p_359";
26646
- const inputDisabled$7 = "_inputDisabled_1ju1p_394";
26647
- const hideScrollbars$7 = "_hideScrollbars_1ju1p_399";
26648
- const scrollbars$7 = "_scrollbars_1ju1p_409";
26649
- const container$1 = "_container_1ju1p_442";
26650
- const block$1 = "_block_1ju1p_460";
26651
- const info = "_info_1ju1p_463";
26652
- const success = "_success_1ju1p_467";
26653
- const warning$6 = "_warning_1ju1p_471";
26654
- const error$4 = "_error_1ju1p_475";
26655
- const content$1 = "_content_1ju1p_479";
26656
- const heading$2 = "_heading_1ju1p_483";
26657
- const icon$3 = "_icon_1ju1p_491";
26658
- const dismiss$1 = "_dismiss_1ju1p_492";
26659
- const absolute = "_absolute_1ju1p_505";
26660
- const legendToggle = "_legendToggle_1ju1p_510";
26661
- const detailsText = "_detailsText_1ju1p_526";
26662
- const footer$1 = "_footer_1ju1p_530";
26637
+ const inputInTable$7 = "_inputInTable_jryqb_335";
26638
+ const inputHover$7 = "_inputHover_jryqb_341";
26639
+ const inputFocus$7 = "_inputFocus_jryqb_346";
26640
+ const inputError$7 = "_inputError_jryqb_353";
26641
+ const inputWarning$7 = "_inputWarning_jryqb_354";
26642
+ const inputDisabled$7 = "_inputDisabled_jryqb_389";
26643
+ const hideScrollbars$7 = "_hideScrollbars_jryqb_394";
26644
+ const container$1 = "_container_jryqb_410";
26645
+ const block$1 = "_block_jryqb_428";
26646
+ const info = "_info_jryqb_431";
26647
+ const success = "_success_jryqb_435";
26648
+ const warning$6 = "_warning_jryqb_439";
26649
+ const error$4 = "_error_jryqb_443";
26650
+ const content$1 = "_content_jryqb_447";
26651
+ const heading$2 = "_heading_jryqb_451";
26652
+ const icon$3 = "_icon_jryqb_459";
26653
+ const dismiss$1 = "_dismiss_jryqb_460";
26654
+ const absolute = "_absolute_jryqb_473";
26655
+ const legendToggle = "_legendToggle_jryqb_478";
26656
+ const detailsText = "_detailsText_jryqb_494";
26657
+ const footer$2 = "_footer_jryqb_498";
26663
26658
  const styles$r = {
26664
26659
  inputInTable: inputInTable$7,
26665
26660
  inputHover: inputHover$7,
@@ -26668,7 +26663,6 @@ const styles$r = {
26668
26663
  inputWarning: inputWarning$7,
26669
26664
  inputDisabled: inputDisabled$7,
26670
26665
  hideScrollbars: hideScrollbars$7,
26671
- scrollbars: scrollbars$7,
26672
26666
  container: container$1,
26673
26667
  block: block$1,
26674
26668
  info,
@@ -26682,7 +26676,7 @@ const styles$r = {
26682
26676
  absolute,
26683
26677
  legendToggle,
26684
26678
  detailsText,
26685
- footer: footer$1
26679
+ footer: footer$2
26686
26680
  };
26687
26681
  const Dismiss = ({ type, onClose, isInToast }) => {
26688
26682
  return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
@@ -26759,7 +26753,7 @@ const Message = ({ message: message2 }) => {
26759
26753
  withDismiss,
26760
26754
  onClose,
26761
26755
  width,
26762
- maxHeight
26756
+ maxHeight: maxHeight2
26763
26757
  } = message2;
26764
26758
  const [state, dispatch] = useReducer(reducer$1, initialState$4);
26765
26759
  return /* @__PURE__ */ jsxRuntime.exports.jsx(jsxRuntime.exports.Fragment, {
@@ -26769,7 +26763,7 @@ const Message = ({ message: message2 }) => {
26769
26763
  width ? styles$r.block : null,
26770
26764
  type === "Success" ? styles$r.success : type === "Warning" ? styles$r.warning : type === "Error" ? styles$r.error : styles$r.info
26771
26765
  ),
26772
- style: { width, maxHeight },
26766
+ style: { width, maxHeight: maxHeight2 },
26773
26767
  children: [
26774
26768
  /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
26775
26769
  children: icon2 ? /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
@@ -26844,10 +26838,10 @@ const Portal = ({ id: id2, children }) => {
26844
26838
  Portal.propTypes = {
26845
26839
  id: propTypes$1.exports.string.isRequired
26846
26840
  };
26847
- const wrapper$1 = "_wrapper_mama7_337";
26848
- const contentContainer = "_contentContainer_mama7_351";
26849
- const centered = "_centered_mama7_363";
26850
- const newLine = "_newLine_mama7_367";
26841
+ const wrapper$1 = "_wrapper_1516y_335";
26842
+ const contentContainer = "_contentContainer_1516y_349";
26843
+ const centered = "_centered_1516y_361";
26844
+ const newLine = "_newLine_1516y_365";
26851
26845
  const styles$q = {
26852
26846
  wrapper: wrapper$1,
26853
26847
  contentContainer,
@@ -26895,10 +26889,10 @@ Modal.propTypes = {
26895
26889
  centered: propTypes$1.exports.bool,
26896
26890
  width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
26897
26891
  };
26898
- const menu$1 = "_menu_1p4t8_337";
26899
- const header = "_header_1p4t8_348";
26900
- const item$3 = "_item_1p4t8_364";
26901
- const heading$1 = "_heading_1p4t8_369";
26892
+ const menu$1 = "_menu_1mbhi_335";
26893
+ const header = "_header_1mbhi_346";
26894
+ const item$3 = "_item_1mbhi_362";
26895
+ const heading$1 = "_heading_1mbhi_367";
26902
26896
  const styles$p = {
26903
26897
  menu: menu$1,
26904
26898
  header,
@@ -26921,10 +26915,10 @@ const Heading$1 = ({ label: label2 }) => /* @__PURE__ */ jsxRuntime.exports.jsx(
26921
26915
  className: styles$p.heading,
26922
26916
  children: label2
26923
26917
  });
26924
- const Layer$1 = ({ options, onChangeOptions, showHeader, maxHeight }) => {
26918
+ const Layer$1 = ({ options, onChangeOptions, showHeader, maxHeight: maxHeight2 }) => {
26925
26919
  return /* @__PURE__ */ jsxRuntime.exports.jsxs("div", {
26926
26920
  className: cx$2("menu", styles$p.menu),
26927
- style: { maxHeight },
26921
+ style: { maxHeight: maxHeight2 },
26928
26922
  children: [
26929
26923
  showHeader && /* @__PURE__ */ jsxRuntime.exports.jsxs(jsxRuntime.exports.Fragment, {
26930
26924
  children: [
@@ -27000,7 +26994,7 @@ const OptionDropdown = ({
27000
26994
  options,
27001
26995
  onChange,
27002
26996
  showHeader,
27003
- maxHeight
26997
+ maxHeight: maxHeight2
27004
26998
  }) => {
27005
26999
  return /* @__PURE__ */ jsxRuntime.exports.jsx(Menu, {
27006
27000
  menu: {
@@ -27016,7 +27010,7 @@ const OptionDropdown = ({
27016
27010
  onChange(evt);
27017
27011
  },
27018
27012
  showHeader,
27019
- maxHeight
27013
+ maxHeight: maxHeight2
27020
27014
  })
27021
27015
  }
27022
27016
  });
@@ -27040,8 +27034,8 @@ OptionDropdown.propTypes = {
27040
27034
  showHeader: propTypes$1.exports.bool,
27041
27035
  maxHeight: propTypes$1.exports.string
27042
27036
  };
27043
- const page = "_page_uingh_337";
27044
- const scroll2 = "_scroll_uingh_359";
27037
+ const page = "_page_1496n_335";
27038
+ const scroll2 = "_scroll_1496n_357";
27045
27039
  const styles$o = {
27046
27040
  page,
27047
27041
  scroll: scroll2
@@ -27072,24 +27066,23 @@ Page.propTypes = {
27072
27066
  scroll: propTypes$1.exports.bool,
27073
27067
  top: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string])
27074
27068
  };
27075
- const inputInTable$6 = "_inputInTable_1ljgl_337";
27076
- const inputHover$6 = "_inputHover_1ljgl_346";
27077
- const inputFocus$6 = "_inputFocus_1ljgl_351";
27078
- const inputError$6 = "_inputError_1ljgl_358";
27079
- const inputWarning$6 = "_inputWarning_1ljgl_359";
27080
- const inputDisabled$6 = "_inputDisabled_1ljgl_394";
27081
- const hideScrollbars$6 = "_hideScrollbars_1ljgl_399";
27082
- const scrollbars$6 = "_scrollbars_1ljgl_409";
27083
- const select = "_select_1ljgl_436";
27084
- const isInTable$2 = "_isInTable_1ljgl_477";
27085
- const unSelected = "_unSelected_1ljgl_486";
27086
- const error$3 = "_error_1ljgl_493";
27087
- const warning$5 = "_warning_1ljgl_510";
27088
- const small$6 = "_small_1ljgl_527";
27089
- const right$3 = "_right_1ljgl_534";
27090
- const groupOrderFirst$1 = "_groupOrderFirst_1ljgl_545";
27091
- const groupOrderMiddle$1 = "_groupOrderMiddle_1ljgl_546";
27092
- const groupOrderLast$1 = "_groupOrderLast_1ljgl_550";
27069
+ const inputInTable$6 = "_inputInTable_1hqkf_335";
27070
+ const inputHover$6 = "_inputHover_1hqkf_341";
27071
+ const inputFocus$6 = "_inputFocus_1hqkf_346";
27072
+ const inputError$6 = "_inputError_1hqkf_353";
27073
+ const inputWarning$6 = "_inputWarning_1hqkf_354";
27074
+ const inputDisabled$6 = "_inputDisabled_1hqkf_389";
27075
+ const hideScrollbars$6 = "_hideScrollbars_1hqkf_394";
27076
+ const select = "_select_1hqkf_404";
27077
+ const isInTable$2 = "_isInTable_1hqkf_445";
27078
+ const unSelected = "_unSelected_1hqkf_451";
27079
+ const error$3 = "_error_1hqkf_458";
27080
+ const warning$5 = "_warning_1hqkf_475";
27081
+ const small$6 = "_small_1hqkf_492";
27082
+ const right$3 = "_right_1hqkf_499";
27083
+ const groupOrderFirst$1 = "_groupOrderFirst_1hqkf_510";
27084
+ const groupOrderMiddle$1 = "_groupOrderMiddle_1hqkf_511";
27085
+ const groupOrderLast$1 = "_groupOrderLast_1hqkf_515";
27093
27086
  const styles$n = {
27094
27087
  inputInTable: inputInTable$6,
27095
27088
  inputHover: inputHover$6,
@@ -27098,7 +27091,6 @@ const styles$n = {
27098
27091
  inputWarning: inputWarning$6,
27099
27092
  inputDisabled: inputDisabled$6,
27100
27093
  hideScrollbars: hideScrollbars$6,
27101
- scrollbars: scrollbars$6,
27102
27094
  select,
27103
27095
  isInTable: isInTable$2,
27104
27096
  unSelected,
@@ -28043,20 +28035,20 @@ var FixedSizeList = /* @__PURE__ */ createListComponent({
28043
28035
  }
28044
28036
  }
28045
28037
  });
28046
- const layerContainer = "_layerContainer_1rb4f_337";
28047
- const layer = "_layer_1rb4f_337";
28048
- const small$5 = "_small_1rb4f_359";
28049
- const heading = "_heading_1rb4f_362";
28050
- const option = "_option_1rb4f_363";
28051
- const message = "_message_1rb4f_364";
28052
- const focused = "_focused_1rb4f_398";
28053
- const selected = "_selected_1rb4f_402";
28054
- const disabled$4 = "_disabled_1rb4f_409";
28055
- const check = "_check_1rb4f_413";
28056
- const optionContent = "_optionContent_1rb4f_427";
28057
- const label$5 = "_label_1rb4f_432";
28058
- const icon$2 = "_icon_1rb4f_439";
28059
- const details = "_details_1rb4f_443";
28038
+ const layerContainer = "_layerContainer_1icy9_335";
28039
+ const layer = "_layer_1icy9_335";
28040
+ const small$5 = "_small_1icy9_357";
28041
+ const heading = "_heading_1icy9_360";
28042
+ const option = "_option_1icy9_361";
28043
+ const message = "_message_1icy9_362";
28044
+ const focused = "_focused_1icy9_396";
28045
+ const selected = "_selected_1icy9_400";
28046
+ const disabled$5 = "_disabled_1icy9_407";
28047
+ const check = "_check_1icy9_411";
28048
+ const optionContent = "_optionContent_1icy9_425";
28049
+ const label$5 = "_label_1icy9_430";
28050
+ const icon$2 = "_icon_1icy9_437";
28051
+ const details = "_details_1icy9_441";
28060
28052
  const styles$m = {
28061
28053
  layerContainer,
28062
28054
  layer,
@@ -28066,7 +28058,7 @@ const styles$m = {
28066
28058
  message,
28067
28059
  focused,
28068
28060
  selected,
28069
- disabled: disabled$4,
28061
+ disabled: disabled$5,
28070
28062
  check,
28071
28063
  optionContent,
28072
28064
  label: label$5,
@@ -28186,7 +28178,7 @@ const Layer = ({
28186
28178
  listRef.current.scrollToItem(firstSelectedOptionIndex, "start");
28187
28179
  }
28188
28180
  }, []);
28189
- const optionHeight = small2 ? 24 : 32;
28181
+ const optionHeight = small2 ? 24 : 38;
28190
28182
  return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
28191
28183
  "data-testid": testId,
28192
28184
  className: cx$2(styles$m.layer, small2 && styles$m.small),
@@ -28221,38 +28213,37 @@ const Layer = ({
28221
28213
  })
28222
28214
  });
28223
28215
  };
28224
- const inputInTable$5 = "_inputInTable_1r3i0_337";
28225
- const inputHover$5 = "_inputHover_1r3i0_346";
28226
- const inputFocus$5 = "_inputFocus_1r3i0_351";
28227
- const inputError$5 = "_inputError_1r3i0_358";
28228
- const inputWarning$5 = "_inputWarning_1r3i0_359";
28229
- const inputDisabled$5 = "_inputDisabled_1r3i0_394";
28230
- const hideScrollbars$5 = "_hideScrollbars_1r3i0_399";
28231
- const scrollbars$5 = "_scrollbars_1r3i0_409";
28232
- const trigger$1 = "_trigger_1r3i0_440";
28233
- const isInTable$1 = "_isInTable_1r3i0_455";
28234
- const input = "_input_1r3i0_337";
28235
- const isOpen = "_isOpen_1r3i0_473";
28236
- const error$2 = "_error_1r3i0_481";
28237
- const warning$4 = "_warning_1r3i0_498";
28238
- const disabled$3 = "_disabled_1r3i0_515";
28239
- const iconOpen = "_iconOpen_1r3i0_520";
28240
- const icons = "_icons_1r3i0_523";
28241
- const clearAll = "_clearAll_1r3i0_531";
28242
- const small$4 = "_small_1r3i0_540";
28243
- const focus = "_focus_1r3i0_549";
28244
- const triggerInputContainer = "_triggerInputContainer_1r3i0_563";
28245
- const right$2 = "_right_1r3i0_572";
28246
- const multiOptions = "_multiOptions_1r3i0_585";
28247
- const multiOption = "_multiOption_1r3i0_585";
28248
- const label$4 = "_label_1r3i0_617";
28249
- const closeMultiOption = "_closeMultiOption_1r3i0_620";
28250
- const selectedSingleValue = "_selectedSingleValue_1r3i0_635";
28251
- const placeHolder = "_placeHolder_1r3i0_636";
28252
- const groupOrderFirst = "_groupOrderFirst_1r3i0_675";
28253
- const groupOrderMiddle = "_groupOrderMiddle_1r3i0_676";
28254
- const groupOrderLast = "_groupOrderLast_1r3i0_680";
28255
- const detailedLabel = "_detailedLabel_1r3i0_685";
28216
+ const inputInTable$5 = "_inputInTable_1p3m9_335";
28217
+ const inputHover$5 = "_inputHover_1p3m9_341";
28218
+ const inputFocus$5 = "_inputFocus_1p3m9_346";
28219
+ const inputError$5 = "_inputError_1p3m9_353";
28220
+ const inputWarning$5 = "_inputWarning_1p3m9_354";
28221
+ const inputDisabled$5 = "_inputDisabled_1p3m9_389";
28222
+ const hideScrollbars$5 = "_hideScrollbars_1p3m9_394";
28223
+ const trigger$1 = "_trigger_1p3m9_408";
28224
+ const isInTable$1 = "_isInTable_1p3m9_423";
28225
+ const input = "_input_1p3m9_335";
28226
+ const isOpen = "_isOpen_1p3m9_438";
28227
+ const error$2 = "_error_1p3m9_446";
28228
+ const warning$4 = "_warning_1p3m9_463";
28229
+ const disabled$4 = "_disabled_1p3m9_480";
28230
+ const iconOpen = "_iconOpen_1p3m9_485";
28231
+ const icons = "_icons_1p3m9_488";
28232
+ const clearAll = "_clearAll_1p3m9_496";
28233
+ const small$4 = "_small_1p3m9_505";
28234
+ const focus = "_focus_1p3m9_514";
28235
+ const triggerInputContainer = "_triggerInputContainer_1p3m9_528";
28236
+ const right$2 = "_right_1p3m9_537";
28237
+ const multiOptions = "_multiOptions_1p3m9_550";
28238
+ const multiOption = "_multiOption_1p3m9_550";
28239
+ const label$4 = "_label_1p3m9_582";
28240
+ const closeMultiOption = "_closeMultiOption_1p3m9_585";
28241
+ const selectedSingleValue = "_selectedSingleValue_1p3m9_600";
28242
+ const placeHolder = "_placeHolder_1p3m9_601";
28243
+ const groupOrderFirst = "_groupOrderFirst_1p3m9_640";
28244
+ const groupOrderMiddle = "_groupOrderMiddle_1p3m9_641";
28245
+ const groupOrderLast = "_groupOrderLast_1p3m9_645";
28246
+ const detailedLabel = "_detailedLabel_1p3m9_650";
28256
28247
  const styles$l = {
28257
28248
  inputInTable: inputInTable$5,
28258
28249
  inputHover: inputHover$5,
@@ -28261,14 +28252,13 @@ const styles$l = {
28261
28252
  inputWarning: inputWarning$5,
28262
28253
  inputDisabled: inputDisabled$5,
28263
28254
  hideScrollbars: hideScrollbars$5,
28264
- scrollbars: scrollbars$5,
28265
28255
  trigger: trigger$1,
28266
28256
  isInTable: isInTable$1,
28267
28257
  input,
28268
28258
  isOpen,
28269
28259
  error: error$2,
28270
28260
  warning: warning$4,
28271
- disabled: disabled$3,
28261
+ disabled: disabled$4,
28272
28262
  iconOpen,
28273
28263
  icons,
28274
28264
  clearAll,
@@ -28295,7 +28285,7 @@ const getTextWidth = (text2, font) => {
28295
28285
  };
28296
28286
  const FONT_SIZE = "14px";
28297
28287
  const FONT_SIZE_SMALL = "12px";
28298
- const FONT_FAMILY = "Lato";
28288
+ const FONT_FAMILY = "Roobert";
28299
28289
  const FONT_FAMILY_FALLBACK = "sans-serif";
28300
28290
  const PADDING = 14;
28301
28291
  const PADDING_SMALL = 7;
@@ -29501,9 +29491,9 @@ const paginationShape = propTypes$1.exports.shape({
29501
29491
  Pagination.propTypes = {
29502
29492
  pagination: paginationShape.isRequired
29503
29493
  };
29504
- const toggleBox = "_toggleBox_1xiya_337";
29505
- const fullWidthStyleFix = "_fullWidthStyleFix_1xiya_344";
29506
- const dismiss = "_dismiss_1xiya_349";
29494
+ const toggleBox = "_toggleBox_1lvnc_335";
29495
+ const fullWidthStyleFix = "_fullWidthStyleFix_1lvnc_342";
29496
+ const dismiss = "_dismiss_1lvnc_347";
29507
29497
  const styles$j = {
29508
29498
  toggleBox,
29509
29499
  fullWidthStyleFix,
@@ -29703,14 +29693,14 @@ ProgressBar$1.propTypes = {
29703
29693
  showProgressColors: propTypes$1.exports.bool,
29704
29694
  noLabel: propTypes$1.exports.bool
29705
29695
  };
29706
- const wrapper = "_wrapper_dg95i_337";
29707
- const inline$1 = "_inline_dg95i_337";
29708
- const radio = "_radio_dg95i_341";
29709
- const labelMargin = "_labelMargin_dg95i_344";
29710
- const small$3 = "_small_dg95i_362";
29711
- const noMargin$1 = "_noMargin_dg95i_366";
29712
- const disabled$2 = "_disabled_dg95i_425";
29713
- const isInTable = "_isInTable_dg95i_441";
29696
+ const wrapper = "_wrapper_1ss3z_335";
29697
+ const inline$1 = "_inline_1ss3z_335";
29698
+ const radio = "_radio_1ss3z_339";
29699
+ const labelMargin = "_labelMargin_1ss3z_342";
29700
+ const small$3 = "_small_1ss3z_360";
29701
+ const noMargin$1 = "_noMargin_1ss3z_364";
29702
+ const disabled$3 = "_disabled_1ss3z_423";
29703
+ const isInTable = "_isInTable_1ss3z_439";
29714
29704
  const styles$g = {
29715
29705
  wrapper,
29716
29706
  inline: inline$1,
@@ -29718,7 +29708,7 @@ const styles$g = {
29718
29708
  labelMargin,
29719
29709
  small: small$3,
29720
29710
  noMargin: noMargin$1,
29721
- disabled: disabled$2,
29711
+ disabled: disabled$3,
29722
29712
  isInTable
29723
29713
  };
29724
29714
  const RadioInput = ({
@@ -52987,7 +52977,7 @@ function isNestedTable(element) {
52987
52977
  }
52988
52978
  return !!parentNode2.closest("table");
52989
52979
  }
52990
- function cell$1(content2, node) {
52980
+ function cell(content2, node) {
52991
52981
  var _a2;
52992
52982
  var _a;
52993
52983
  const childNodes = [];
@@ -53015,7 +53005,7 @@ var turndownService = new TurndownService({ codeBlockStyle: "fenced", headingSty
53015
53005
  if (isControllerHeadingCell(node)) {
53016
53006
  return "";
53017
53007
  }
53018
- return cell$1(content2, node);
53008
+ return cell(content2, node);
53019
53009
  }
53020
53010
  }).addRule("tableRow", {
53021
53011
  filter: "tr",
@@ -53034,7 +53024,7 @@ var turndownService = new TurndownService({ codeBlockStyle: "fenced", headingSty
53034
53024
  if (align) {
53035
53025
  border2 = alignMap[align] || border2;
53036
53026
  }
53037
- borderCells += cell$1(border2, childNode);
53027
+ borderCells += cell(border2, childNode);
53038
53028
  }
53039
53029
  }
53040
53030
  return `
@@ -56424,15 +56414,14 @@ RichTextToolbar.propTypes = {
56424
56414
  disabled: propTypes$1.exports.bool,
56425
56415
  toolbarComponent: propTypes$1.exports.node
56426
56416
  };
56427
- const inputInTable$4 = "_inputInTable_18f5h_337";
56428
- const inputHover$4 = "_inputHover_18f5h_346";
56429
- const inputFocus$4 = "_inputFocus_18f5h_351";
56430
- const inputError$4 = "_inputError_18f5h_358";
56431
- const inputWarning$4 = "_inputWarning_18f5h_359";
56432
- const inputDisabled$4 = "_inputDisabled_18f5h_394";
56433
- const hideScrollbars$4 = "_hideScrollbars_18f5h_399";
56434
- const scrollbars$4 = "_scrollbars_18f5h_409";
56435
- const richTextInput = "_richTextInput_18f5h_436";
56417
+ const inputInTable$4 = "_inputInTable_wizfl_335";
56418
+ const inputHover$4 = "_inputHover_wizfl_341";
56419
+ const inputFocus$4 = "_inputFocus_wizfl_346";
56420
+ const inputError$4 = "_inputError_wizfl_353";
56421
+ const inputWarning$4 = "_inputWarning_wizfl_354";
56422
+ const inputDisabled$4 = "_inputDisabled_wizfl_389";
56423
+ const hideScrollbars$4 = "_hideScrollbars_wizfl_394";
56424
+ const richTextInput = "_richTextInput_wizfl_404";
56436
56425
  const styles$e = {
56437
56426
  inputInTable: inputInTable$4,
56438
56427
  inputHover: inputHover$4,
@@ -56441,7 +56430,6 @@ const styles$e = {
56441
56430
  inputWarning: inputWarning$4,
56442
56431
  inputDisabled: inputDisabled$4,
56443
56432
  hideScrollbars: hideScrollbars$4,
56444
- scrollbars: scrollbars$4,
56445
56433
  richTextInput
56446
56434
  };
56447
56435
  const RichTextInput = forwardRef(
@@ -56501,7 +56489,7 @@ RichTextInput.propTypes = {
56501
56489
  value: propTypes$1.exports.string,
56502
56490
  toolbarComponent: propTypes$1.exports.node
56503
56491
  };
56504
- const row = "_row_1c5bj_337";
56492
+ const row = "_row_1grw3_335";
56505
56493
  const styles$d = {
56506
56494
  row
56507
56495
  };
@@ -56652,25 +56640,24 @@ var reactFastCompare = function isEqual3(a2, b2) {
56652
56640
  throw error2;
56653
56641
  }
56654
56642
  };
56655
- const inputInTable$3 = "_inputInTable_go6n4_337";
56656
- const inputHover$3 = "_inputHover_go6n4_346";
56657
- const inputFocus$3 = "_inputFocus_go6n4_351";
56658
- const inputError$3 = "_inputError_go6n4_358";
56659
- const inputWarning$3 = "_inputWarning_go6n4_359";
56660
- const inputDisabled$3 = "_inputDisabled_go6n4_394";
56661
- const hideScrollbars$3 = "_hideScrollbars_go6n4_399";
56662
- const scrollbars$3 = "_scrollbars_go6n4_409";
56663
- const sidebar = "_sidebar_go6n4_439";
56664
- const inner = "_inner_go6n4_449";
56665
- const title$2 = "_title_go6n4_460";
56666
- const subtitle = "_subtitle_go6n4_461";
56667
- const label$2 = "_label_go6n4_462";
56668
- const collapsed = "_collapsed_go6n4_466";
56669
- const list = "_list_go6n4_489";
56670
- const item$2 = "_item_go6n4_495";
56671
- const active$2 = "_active_go6n4_516";
56672
- const experimental = "_experimental_go6n4_520";
56673
- const icon$1 = "_icon_go6n4_523";
56643
+ const inputInTable$3 = "_inputInTable_3m1v7_335";
56644
+ const inputHover$3 = "_inputHover_3m1v7_341";
56645
+ const inputFocus$3 = "_inputFocus_3m1v7_346";
56646
+ const inputError$3 = "_inputError_3m1v7_353";
56647
+ const inputWarning$3 = "_inputWarning_3m1v7_354";
56648
+ const inputDisabled$3 = "_inputDisabled_3m1v7_389";
56649
+ const hideScrollbars$3 = "_hideScrollbars_3m1v7_394";
56650
+ const sidebar = "_sidebar_3m1v7_407";
56651
+ const inner = "_inner_3m1v7_417";
56652
+ const title$3 = "_title_3m1v7_428";
56653
+ const subtitle = "_subtitle_3m1v7_429";
56654
+ const label$2 = "_label_3m1v7_430";
56655
+ const collapsed = "_collapsed_3m1v7_434";
56656
+ const list = "_list_3m1v7_457";
56657
+ const item$2 = "_item_3m1v7_463";
56658
+ const active$2 = "_active_3m1v7_484";
56659
+ const experimental = "_experimental_3m1v7_488";
56660
+ const icon$1 = "_icon_3m1v7_491";
56674
56661
  const styles$c = {
56675
56662
  inputInTable: inputInTable$3,
56676
56663
  inputHover: inputHover$3,
@@ -56679,10 +56666,9 @@ const styles$c = {
56679
56666
  inputWarning: inputWarning$3,
56680
56667
  inputDisabled: inputDisabled$3,
56681
56668
  hideScrollbars: hideScrollbars$3,
56682
- scrollbars: scrollbars$3,
56683
56669
  sidebar,
56684
56670
  inner,
56685
- title: title$2,
56671
+ title: title$3,
56686
56672
  subtitle,
56687
56673
  label: label$2,
56688
56674
  collapsed,
@@ -58892,13 +58878,13 @@ const SliderTooltip = ({ text: text2 }) => {
58892
58878
  });
58893
58879
  };
58894
58880
  const rcSlider = "";
58895
- const container = "_container_8feto_337";
58896
- const small$2 = "_small_8feto_343";
58897
- const hasMarks = "_hasMarks_8feto_346";
58898
- const vertical = "_vertical_8feto_349";
58899
- const hasArrows = "_hasArrows_8feto_353";
58900
- const button$1 = "_button_8feto_357";
58901
- const label$1 = "_label_8feto_360";
58881
+ const container = "_container_1itew_335";
58882
+ const small$2 = "_small_1itew_341";
58883
+ const hasMarks = "_hasMarks_1itew_344";
58884
+ const vertical = "_vertical_1itew_347";
58885
+ const hasArrows = "_hasArrows_1itew_351";
58886
+ const button$1 = "_button_1itew_355";
58887
+ const label$1 = "_label_1itew_358";
58902
58888
  const styles$b = {
58903
58889
  container,
58904
58890
  small: small$2,
@@ -59110,18 +59096,23 @@ Spacer.propTypes = {
59110
59096
  width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
59111
59097
  flex: propTypes$1.exports.bool
59112
59098
  };
59113
- const inputInTable$2 = "_inputInTable_15p4y_337";
59114
- const inputHover$2 = "_inputHover_15p4y_346";
59115
- const inputFocus$2 = "_inputFocus_15p4y_351";
59116
- const inputError$2 = "_inputError_15p4y_358";
59117
- const inputWarning$2 = "_inputWarning_15p4y_359";
59118
- const inputDisabled$2 = "_inputDisabled_15p4y_394";
59119
- const hideScrollbars$2 = "_hideScrollbars_15p4y_399";
59120
- const scrollbars$2 = "_scrollbars_15p4y_409";
59121
- const scrollWrapper = "_scrollWrapper_15p4y_446";
59122
- const bordered = "_bordered_15p4y_474";
59123
- const table = "_table_15p4y_480";
59124
- const striped = "_striped_15p4y_567";
59099
+ const inputInTable$2 = "_inputInTable_dlfrf_335";
59100
+ const inputHover$2 = "_inputHover_dlfrf_341";
59101
+ const inputFocus$2 = "_inputFocus_dlfrf_346";
59102
+ const inputError$2 = "_inputError_dlfrf_353";
59103
+ const inputWarning$2 = "_inputWarning_dlfrf_354";
59104
+ const inputDisabled$2 = "_inputDisabled_dlfrf_389";
59105
+ const hideScrollbars$2 = "_hideScrollbars_dlfrf_394";
59106
+ const cellWrapperPadding$3 = "_cellWrapperPadding_dlfrf_404";
59107
+ const flexBlock$3 = "_flexBlock_dlfrf_407";
59108
+ const scrollWrapper = "_scrollWrapper_dlfrf_420";
59109
+ const bordered = "_bordered_dlfrf_420";
59110
+ const maxHeight = "_maxHeight_dlfrf_424";
59111
+ const table = "_table_dlfrf_433";
59112
+ const cellWrapper$3 = "_cellWrapper_dlfrf_404";
59113
+ const title$2 = "_title_dlfrf_515";
59114
+ const footer$1 = "_footer_dlfrf_516";
59115
+ const striped = "_striped_dlfrf_521";
59125
59116
  const styles$a = {
59126
59117
  inputInTable: inputInTable$2,
59127
59118
  inputHover: inputHover$2,
@@ -59130,18 +59121,29 @@ const styles$a = {
59130
59121
  inputWarning: inputWarning$2,
59131
59122
  inputDisabled: inputDisabled$2,
59132
59123
  hideScrollbars: hideScrollbars$2,
59133
- scrollbars: scrollbars$2,
59124
+ cellWrapperPadding: cellWrapperPadding$3,
59125
+ flexBlock: flexBlock$3,
59134
59126
  scrollWrapper,
59135
59127
  bordered,
59128
+ maxHeight,
59136
59129
  table,
59130
+ cellWrapper: cellWrapper$3,
59131
+ title: title$2,
59132
+ footer: footer$1,
59137
59133
  striped
59138
59134
  };
59139
- const title$1 = "_title_83v84_337";
59135
+ const cellWrapperPadding$2 = "_cellWrapperPadding_h6mne_335";
59136
+ const flexBlock$2 = "_flexBlock_h6mne_338";
59137
+ const cellWrapper$2 = "_cellWrapper_h6mne_335";
59138
+ const title$1 = "_title_h6mne_346";
59140
59139
  const styles$9 = {
59140
+ cellWrapperPadding: cellWrapperPadding$2,
59141
+ flexBlock: flexBlock$2,
59142
+ cellWrapper: cellWrapper$2,
59141
59143
  title: title$1
59142
59144
  };
59143
59145
  const Title$1 = (props) => {
59144
- const { name: name2, actions: actions2, actionsRight, testId } = props;
59146
+ const { colSpan, name: name2, actions: actions2, actionsRight, testId } = props;
59145
59147
  const isNameDefined = name2 !== null;
59146
59148
  const isActionsDefined = actions2 !== null;
59147
59149
  if (!isNameDefined && !isActionsDefined) {
@@ -59161,17 +59163,21 @@ const Title$1 = (props) => {
59161
59163
  children: actionsComponent
59162
59164
  });
59163
59165
  };
59164
- return /* @__PURE__ */ jsxRuntime.exports.jsxs("div", {
59165
- className: styles$9.title,
59166
- children: [
59167
- isNameDefined ? /* @__PURE__ */ jsxRuntime.exports.jsx(Heading$2, {
59168
- children: /* @__PURE__ */ jsxRuntime.exports.jsx("span", {
59169
- "data-testid": testId,
59170
- children: name2
59171
- })
59172
- }) : null,
59173
- actionsContainer()
59174
- ]
59166
+ return /* @__PURE__ */ jsxRuntime.exports.jsx("tr", {
59167
+ children: /* @__PURE__ */ jsxRuntime.exports.jsx("th", {
59168
+ colSpan,
59169
+ className: styles$9.cellWrapper,
59170
+ children: /* @__PURE__ */ jsxRuntime.exports.jsxs("div", {
59171
+ className: styles$9.title,
59172
+ children: [
59173
+ isNameDefined ? /* @__PURE__ */ jsxRuntime.exports.jsx("span", {
59174
+ "data-testid": testId,
59175
+ children: name2
59176
+ }) : null,
59177
+ actionsContainer()
59178
+ ]
59179
+ })
59180
+ })
59175
59181
  });
59176
59182
  };
59177
59183
  Title$1.defaultProps = {
@@ -59183,6 +59189,7 @@ Title$1.defaultProps = {
59183
59189
  Title$1.propTypes = {
59184
59190
  actions: actionsShape,
59185
59191
  actionsRight: propTypes$1.exports.bool,
59192
+ colSpan: propTypes$1.exports.number.isRequired,
59186
59193
  name: propTypes$1.exports.oneOfType([
59187
59194
  propTypes$1.exports.string,
59188
59195
  propTypes$1.exports.number,
@@ -59190,8 +59197,14 @@ Title$1.propTypes = {
59190
59197
  ]),
59191
59198
  testId: propTypes$1.exports.string
59192
59199
  };
59193
- const footer = "_footer_6rirt_337";
59200
+ const cellWrapperPadding$1 = "_cellWrapperPadding_1extq_335";
59201
+ const flexBlock$1 = "_flexBlock_1extq_338";
59202
+ const cellWrapper$1 = "_cellWrapper_1extq_335";
59203
+ const footer = "_footer_1extq_346";
59194
59204
  const styles$8 = {
59205
+ cellWrapperPadding: cellWrapperPadding$1,
59206
+ flexBlock: flexBlock$1,
59207
+ cellWrapper: cellWrapper$1,
59195
59208
  footer
59196
59209
  };
59197
59210
  const Footer = (props) => {
@@ -59258,37 +59271,39 @@ function CgSortAz(props) {
59258
59271
  function CgSortZa(props) {
59259
59272
  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);
59260
59273
  }
59261
- const inputInTable$1 = "_inputInTable_ibs3l_337";
59262
- const inputHover$1 = "_inputHover_ibs3l_346";
59263
- const inputFocus$1 = "_inputFocus_ibs3l_351";
59264
- const inputError$1 = "_inputError_ibs3l_358";
59265
- const inputWarning$1 = "_inputWarning_ibs3l_359";
59266
- const inputDisabled$1 = "_inputDisabled_ibs3l_394";
59267
- const hideScrollbars$1 = "_hideScrollbars_ibs3l_399";
59268
- const scrollbars$1 = "_scrollbars_ibs3l_409";
59269
- const cell = "_cell_ibs3l_436";
59270
- const disabledLink = "_disabledLink_ibs3l_446";
59271
- const inputWrapper = "_inputWrapper_ibs3l_450";
59272
- const breakWord = "_breakWord_ibs3l_466";
59273
- const inputCell = "_inputCell_ibs3l_469";
59274
- const sliderCell = "_sliderCell_ibs3l_472";
59275
- const staticCell = "_staticCell_ibs3l_476";
59276
- const staticCellContent = "_staticCellContent_ibs3l_479";
59277
- const error$1 = "_error_ibs3l_492";
59278
- const warning$2 = "_warning_ibs3l_493";
59279
- const unit = "_unit_ibs3l_530";
59280
- const sortingCell = "_sortingCell_ibs3l_533";
59281
- const sortingCellIcon = "_sortingCellIcon_ibs3l_541";
59282
- const icon = "_icon_ibs3l_548";
59283
- const checkBoxCell = "_checkBoxCell_ibs3l_552";
59284
- const iconCell = "_iconCell_ibs3l_556";
59285
- const iconWrapper = "_iconWrapper_ibs3l_561";
59286
- const actionsCell = "_actionsCell_ibs3l_565";
59287
- const rightAligned = "_rightAligned_ibs3l_573";
59288
- const centerAligned = "_centerAligned_ibs3l_579";
59289
- const leftAligned = "_leftAligned_ibs3l_582";
59290
- const popover = "_popover_ibs3l_585";
59291
- const disabledPointerEvents = "_disabledPointerEvents_ibs3l_588";
59274
+ const inputInTable$1 = "_inputInTable_1k4d6_335";
59275
+ const inputHover$1 = "_inputHover_1k4d6_341";
59276
+ const inputFocus$1 = "_inputFocus_1k4d6_346";
59277
+ const inputError$1 = "_inputError_1k4d6_353";
59278
+ const inputWarning$1 = "_inputWarning_1k4d6_354";
59279
+ const inputDisabled$1 = "_inputDisabled_1k4d6_389";
59280
+ const hideScrollbars$1 = "_hideScrollbars_1k4d6_394";
59281
+ const cellWrapperPadding = "_cellWrapperPadding_1k4d6_404";
59282
+ const flexBlock = "_flexBlock_1k4d6_407";
59283
+ const cellWrapper = "_cellWrapper_1k4d6_404";
59284
+ const disabledLink = "_disabledLink_1k4d6_425";
59285
+ const inputWrapper = "_inputWrapper_1k4d6_429";
59286
+ const breakWord = "_breakWord_1k4d6_445";
59287
+ const inputCell = "_inputCell_1k4d6_448";
59288
+ const sliderCell = "_sliderCell_1k4d6_451";
59289
+ const staticCell = "_staticCell_1k4d6_455";
59290
+ const staticCellContent = "_staticCellContent_1k4d6_458";
59291
+ const error$1 = "_error_1k4d6_467";
59292
+ const warning$2 = "_warning_1k4d6_468";
59293
+ const unit = "_unit_1k4d6_505";
59294
+ const disabled$2 = "_disabled_1k4d6_425";
59295
+ const sortingCell = "_sortingCell_1k4d6_513";
59296
+ const sortingCellIcon = "_sortingCellIcon_1k4d6_521";
59297
+ const icon = "_icon_1k4d6_528";
59298
+ const checkBoxCell = "_checkBoxCell_1k4d6_532";
59299
+ const iconCell = "_iconCell_1k4d6_536";
59300
+ const iconWrapper = "_iconWrapper_1k4d6_541";
59301
+ const actionsCell = "_actionsCell_1k4d6_545";
59302
+ const rightAligned = "_rightAligned_1k4d6_549";
59303
+ const centerAligned = "_centerAligned_1k4d6_555";
59304
+ const leftAligned = "_leftAligned_1k4d6_558";
59305
+ const popover = "_popover_1k4d6_561";
59306
+ const disabledPointerEvents = "_disabledPointerEvents_1k4d6_564";
59292
59307
  const styles$7 = {
59293
59308
  inputInTable: inputInTable$1,
59294
59309
  inputHover: inputHover$1,
@@ -59297,8 +59312,9 @@ const styles$7 = {
59297
59312
  inputWarning: inputWarning$1,
59298
59313
  inputDisabled: inputDisabled$1,
59299
59314
  hideScrollbars: hideScrollbars$1,
59300
- scrollbars: scrollbars$1,
59301
- cell,
59315
+ cellWrapperPadding,
59316
+ flexBlock,
59317
+ cellWrapper,
59302
59318
  disabledLink,
59303
59319
  inputWrapper,
59304
59320
  breakWord,
@@ -59309,6 +59325,7 @@ const styles$7 = {
59309
59325
  error: error$1,
59310
59326
  warning: warning$2,
59311
59327
  unit,
59328
+ disabled: disabled$2,
59312
59329
  sortingCell,
59313
59330
  sortingCellIcon,
59314
59331
  icon,
@@ -59485,76 +59502,67 @@ const getHeaderAlignment = (alignments, isHeader, rowIndex) => {
59485
59502
  }
59486
59503
  };
59487
59504
  const NumberInputCell = (props) => {
59488
- const { cell: cell2, testId } = props;
59489
- return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
59490
- className: styles$7.inputWrapper,
59491
- children: /* @__PURE__ */ jsxRuntime.exports.jsx(NumberInput, {
59492
- name: cell2.name,
59493
- value: cell2.value,
59494
- onChange: (ev) => cell2.onChange(ev),
59495
- placeholder: cell2.placeholder,
59496
- error: cell2.error,
59497
- warning: cell2.warning,
59498
- disabled: cell2.disabled,
59499
- isInTable: true,
59500
- left: cell2.left,
59501
- testId,
59502
- tabIndex: cell2.disabled ? -1 : 0,
59503
- tooltip: cell2.tooltip,
59504
- validationCallback: cell2.validationCallback,
59505
- allowEmpty: cell2.allowEmpty
59506
- })
59505
+ const { cell: cell2, columnAlignment, testId } = props;
59506
+ return /* @__PURE__ */ jsxRuntime.exports.jsx(NumberInput, {
59507
+ name: cell2.name,
59508
+ value: cell2.value,
59509
+ onChange: (ev) => cell2.onChange(ev),
59510
+ placeholder: cell2.placeholder,
59511
+ error: cell2.error,
59512
+ warning: cell2.warning,
59513
+ disabled: cell2.disabled,
59514
+ isInTable: true,
59515
+ left: cell2.left,
59516
+ testId,
59517
+ tabIndex: cell2.disabled ? -1 : 0,
59518
+ tooltip: cell2.tooltip,
59519
+ validationCallback: cell2.validationCallback,
59520
+ allowEmpty: cell2.allowEmpty
59507
59521
  });
59508
59522
  };
59509
59523
  const InputCell = (props) => {
59510
59524
  const { cell: cell2, columnAlignment, testId } = props;
59511
- return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
59512
- className: styles$7.inputWrapper,
59513
- children: /* @__PURE__ */ jsxRuntime.exports.jsx(Input$1, {
59514
- name: cell2.name,
59515
- value: cell2.value,
59516
- onChange: (ev) => cell2.onChange(ev),
59517
- placeholder: cell2.placeholder,
59518
- error: cell2.error,
59519
- warning: cell2.warning,
59520
- disabled: cell2.disabled,
59521
- isInTable: true,
59522
- maxTooltipWidth: cell2.maxTooltipWidth,
59523
- right: columnAlignment === "right",
59524
- testId,
59525
- tabIndex: cell2.disabled ? -1 : 0,
59526
- tooltip: cell2.tooltip
59527
- })
59525
+ return /* @__PURE__ */ jsxRuntime.exports.jsx(Input$1, {
59526
+ name: cell2.name,
59527
+ value: cell2.value,
59528
+ onChange: (ev) => cell2.onChange(ev),
59529
+ placeholder: cell2.placeholder,
59530
+ error: cell2.error,
59531
+ warning: cell2.warning,
59532
+ disabled: cell2.disabled,
59533
+ isInTable: true,
59534
+ maxTooltipWidth: cell2.maxTooltipWidth,
59535
+ right: columnAlignment === "right",
59536
+ testId,
59537
+ tabIndex: cell2.disabled ? -1 : 0,
59538
+ tooltip: cell2.tooltip
59528
59539
  });
59529
59540
  };
59530
59541
  const SelectCell = (props) => {
59531
59542
  const { cell: cell2, columnAlignment, testId } = props;
59532
- return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
59533
- className: styles$7.inputWrapper,
59534
- children: /* @__PURE__ */ jsxRuntime.exports.jsx(Select, {
59535
- name: cell2.name,
59536
- borderRadius: 0,
59537
- menu: cell2.menu,
59538
- options: cell2.options,
59539
- onChange: (ev) => cell2.onChange(ev),
59540
- onCreate: cell2.onCreate ? (ev) => cell2.onCreate(ev) : void 0,
59541
- error: cell2.error,
59542
- warning: cell2.warning,
59543
- disabled: cell2.disabled,
59544
- placeholder: cell2.placeholder,
59545
- isInTable: true,
59546
- value: cell2.value,
59547
- native: cell2.native,
59548
- clearable: cell2.clearable,
59549
- searchable: cell2.searchable,
59550
- deprecatedEventHandler: cell2.deprecatedEventHandler,
59551
- maxTooltipWidth: cell2.maxTooltipWidth,
59552
- width: "100%",
59553
- autoLayerWidth: cell2.autoLayerWidth,
59554
- right: columnAlignment === "right",
59555
- testId,
59556
- tabIndex: cell2.disabled ? -1 : 0
59557
- })
59543
+ return /* @__PURE__ */ jsxRuntime.exports.jsx(Select, {
59544
+ name: cell2.name,
59545
+ borderRadius: 0,
59546
+ menu: cell2.menu,
59547
+ options: cell2.options,
59548
+ onChange: (ev) => cell2.onChange(ev),
59549
+ onCreate: cell2.onCreate ? (ev) => cell2.onCreate(ev) : void 0,
59550
+ error: cell2.error,
59551
+ warning: cell2.warning,
59552
+ disabled: cell2.disabled,
59553
+ placeholder: cell2.placeholder,
59554
+ isInTable: true,
59555
+ value: cell2.value,
59556
+ native: cell2.native,
59557
+ clearable: cell2.clearable,
59558
+ searchable: cell2.searchable,
59559
+ deprecatedEventHandler: cell2.deprecatedEventHandler,
59560
+ maxTooltipWidth: cell2.maxTooltipWidth,
59561
+ width: cell2.width,
59562
+ autoLayerWidth: cell2.autoLayerWidth,
59563
+ right: columnAlignment === "right",
59564
+ testId,
59565
+ tabIndex: cell2.disabled ? -1 : 0
59558
59566
  });
59559
59567
  };
59560
59568
  const LinkCell = (props) => {
@@ -59605,18 +59613,21 @@ const CheckBoxCell = (props) => {
59605
59613
  };
59606
59614
  const SliderCell = (props) => {
59607
59615
  const { cell: cell2 } = props;
59608
- return /* @__PURE__ */ jsxRuntime.exports.jsx(Slider, {
59609
- label: cell2.label,
59610
- value: cell2.value,
59611
- min: cell2.min,
59612
- max: cell2.max,
59613
- step: cell2.step,
59614
- marks: cell2.marks,
59615
- onChange: (ev) => cell2.onChange(ev),
59616
- showArrows: cell2.showArrows,
59617
- showToolTop: cell2.showTooltip,
59618
- tooltipFormatter: cell2.tooltipFormatter,
59619
- disabled: cell2.disabled
59616
+ return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
59617
+ className: styles$7.inputWrapper,
59618
+ children: /* @__PURE__ */ jsxRuntime.exports.jsx(Slider, {
59619
+ label: cell2.label,
59620
+ value: cell2.value,
59621
+ min: cell2.min,
59622
+ max: cell2.max,
59623
+ step: cell2.step,
59624
+ marks: cell2.marks,
59625
+ onChange: (ev) => cell2.onChange(ev),
59626
+ showArrows: cell2.showArrows,
59627
+ showToolTop: cell2.showTooltip,
59628
+ tooltipFormatter: cell2.tooltipFormatter,
59629
+ disabled: cell2.disabled
59630
+ })
59620
59631
  });
59621
59632
  };
59622
59633
  const Sort = (props) => {
@@ -59681,12 +59692,22 @@ const ActionsCell = (props) => {
59681
59692
  };
59682
59693
  const StaticCell = (props) => {
59683
59694
  const { cell: cell2, isHeader, testId } = props;
59684
- const { error: error2, warning: warning2, tooltip: tooltip2, maxTooltipWidth, hasSort, onSort, type } = cell2;
59695
+ const {
59696
+ disabled: disabled2,
59697
+ error: error2,
59698
+ warning: warning2,
59699
+ tooltip: tooltip2,
59700
+ maxTooltipWidth,
59701
+ hasSort,
59702
+ onSort,
59703
+ type
59704
+ } = cell2;
59685
59705
  const field2 = /* @__PURE__ */ jsxRuntime.exports.jsxs("div", {
59686
59706
  className: cx$2(
59687
59707
  styles$7.staticCellContent,
59688
59708
  type === "Unit" ? styles$7.unit : "",
59689
- error2 ? styles$7.error : warning2 ? styles$7.warning : ""
59709
+ error2 ? styles$7.error : warning2 ? styles$7.warning : "",
59710
+ disabled2 ? styles$7.disabled : ""
59690
59711
  ),
59691
59712
  onClick: hasSort ? (evt) => onSort(evt) : () => {
59692
59713
  },
@@ -59739,24 +59760,33 @@ const PopoverCell = (props) => {
59739
59760
  })
59740
59761
  });
59741
59762
  };
59763
+ const InputCellWrapper = (props) => {
59764
+ const { cell: cell2, columnAlignment, testId } = props;
59765
+ return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
59766
+ className: styles$7.inputWrapper,
59767
+ children: cell2.type === "Input" ? /* @__PURE__ */ jsxRuntime.exports.jsx(InputCell, {
59768
+ cell: cell2,
59769
+ columnAlignment,
59770
+ testId
59771
+ }) : cell2.type === "NumberInput" ? /* @__PURE__ */ jsxRuntime.exports.jsx(NumberInputCell, {
59772
+ cell: cell2,
59773
+ columnAlignment,
59774
+ testId
59775
+ }) : cell2.type === "Select" ? /* @__PURE__ */ jsxRuntime.exports.jsx(SelectCell, {
59776
+ cell: cell2,
59777
+ columnAlignment,
59778
+ testId
59779
+ }) : null
59780
+ });
59781
+ };
59742
59782
  const CellWrapper = (props) => {
59743
59783
  const { cell: cell2, isHeader, columnAlignment, testId } = props;
59744
59784
  if (cell2) {
59745
59785
  switch (cell2.type) {
59746
59786
  case "Input":
59747
- return /* @__PURE__ */ jsxRuntime.exports.jsx(InputCell, {
59748
- cell: cell2,
59749
- columnAlignment,
59750
- testId
59751
- });
59752
59787
  case "NumberInput":
59753
- return /* @__PURE__ */ jsxRuntime.exports.jsx(NumberInputCell, {
59754
- cell: cell2,
59755
- columnAlignment,
59756
- testId
59757
- });
59758
59788
  case "Select":
59759
- return /* @__PURE__ */ jsxRuntime.exports.jsx(SelectCell, {
59789
+ return /* @__PURE__ */ jsxRuntime.exports.jsx(InputCellWrapper, {
59760
59790
  cell: cell2,
59761
59791
  columnAlignment,
59762
59792
  testId
@@ -59815,33 +59845,20 @@ const Cell = (props) => {
59815
59845
  };
59816
59846
  const cellAlignmentStyle = getCellAlignment(alignment, styles$7);
59817
59847
  const cellAlignmentText = getCellAlignment(alignment, styles$7, true);
59818
- const cellTypeClassname = (type) => {
59819
- switch (type) {
59820
- case "Input":
59821
- case "NumberInput":
59822
- case "Select":
59823
- case "Popover":
59824
- return styles$7.inputCell;
59825
- case "Slider":
59826
- return styles$7.sliderCell;
59827
- case "CheckBox":
59828
- return styles$7.checkBoxCell;
59829
- case "Actions":
59830
- return styles$7.actionsCell;
59831
- case "Icon":
59832
- return styles$7.iconCell;
59833
- default:
59834
- return styles$7.staticCell;
59835
- }
59836
- };
59837
59848
  const className = cx$2(
59838
- styles$7.cell,
59839
- cellTypeClassname(cell2.type),
59849
+ styles$7.cellWrapper,
59850
+ cell2.type === "Input" || cell2.type === "NumberInput" || cell2.type === "Select" || cell2.type === "Popover" ? styles$7.inputCell : "",
59851
+ cell2.type === "Slider" ? styles$7.sliderCell : "",
59852
+ cell2.type === "CheckBox" ? styles$7.checkBoxCell : "",
59853
+ cell2.type === "Actions" ? styles$7.actionsCell : "",
59854
+ cell2.type === "Icon" ? styles$7.iconCell : "",
59855
+ cell2.type === "Static" || cell2.type === "Link" || !cell2.type ? styles$7.staticCell : "",
59840
59856
  cell2.hasSort ? styles$7.sortingCell : null,
59841
59857
  cellAlignmentStyle,
59842
59858
  cell2.breakWord ? styles$7.breakWord : ""
59843
59859
  );
59844
- const width = widthProp && !(colSpan && colSpan > 1) ? widthProp : (snapshot == null ? void 0 : snapshot.isDragging) && ref2.current ? ref2.current.offsetWidth : void 0;
59860
+ const isWidthCustomSelect = cell2.type === "Select" && cell2.native !== true && cell2.width !== void 0;
59861
+ const width = isWidthCustomSelect ? "1%" : widthProp && !(colSpan && colSpan > 1) ? widthProp : (snapshot == null ? void 0 : snapshot.isDragging) && ref2.current ? ref2.current.offsetWidth : void 0;
59845
59862
  const style2 = { ...styleProp, width };
59846
59863
  const Element2 = isHeader ? "th" : "td";
59847
59864
  return /* @__PURE__ */ jsxRuntime.exports.jsx(Element2, {
@@ -60072,13 +60089,13 @@ Cell.propTypes = {
60072
60089
  cell: cellShape,
60073
60090
  testId: propTypes$1.exports.string
60074
60091
  };
60075
- const clickableRow = "_clickableRow_pj6et_337";
60076
- const hoverableRow = "_hoverableRow_pj6et_340";
60077
- const rowActive = "_rowActive_pj6et_340";
60078
- const expandableRow = "_expandableRow_pj6et_344";
60079
- const flush2 = "_flush_pj6et_344";
60080
- const dragIconCell = "_dragIconCell_pj6et_364";
60081
- const dragIcon = "_dragIcon_pj6et_364";
60092
+ const clickableRow = "_clickableRow_1t5fb_335";
60093
+ const hoverableRow = "_hoverableRow_1t5fb_338";
60094
+ const rowActive = "_rowActive_1t5fb_338";
60095
+ const expandableRow = "_expandableRow_1t5fb_342";
60096
+ const flush2 = "_flush_1t5fb_342";
60097
+ const dragIconCell = "_dragIconCell_1t5fb_362";
60098
+ const dragIcon = "_dragIcon_1t5fb_362";
60082
60099
  const styles$6 = {
60083
60100
  clickableRow,
60084
60101
  hoverableRow,
@@ -60108,6 +60125,8 @@ const Row = (props) => {
60108
60125
  columnWidths,
60109
60126
  colSpan,
60110
60127
  hasRowActions: hasRowActions2,
60128
+ rowsMetaData,
60129
+ setRowsMetaData,
60111
60130
  provided,
60112
60131
  snapshot,
60113
60132
  draggableTable,
@@ -60120,6 +60139,24 @@ const Row = (props) => {
60120
60139
  isHeader,
60121
60140
  rowIndex
60122
60141
  );
60142
+ if (rowsMetaData && setRowsMetaData) {
60143
+ useEffect(() => {
60144
+ if (targetRef.current) {
60145
+ setRowsMetaData((data) => {
60146
+ const lastElement = data[data.length - 1];
60147
+ return [
60148
+ ...data,
60149
+ {
60150
+ width: targetRef.current.offsetWidth,
60151
+ height: targetRef.current.offsetHeight,
60152
+ isHeader: !!isHeader,
60153
+ stickyOffset: lastElement ? lastElement.height + lastElement.stickyOffset : 0
60154
+ }
60155
+ ];
60156
+ });
60157
+ }
60158
+ }, []);
60159
+ }
60123
60160
  const {
60124
60161
  onRowClick,
60125
60162
  onRowFocus,
@@ -60172,6 +60209,18 @@ const Row = (props) => {
60172
60209
  })
60173
60210
  });
60174
60211
  };
60212
+ const stickyStyle = () => {
60213
+ let styles2 = {};
60214
+ const rowMetaData = rowsMetaData ? rowsMetaData[rowIndex] : void 0;
60215
+ if (rowMetaData) {
60216
+ styles2 = {
60217
+ position: "sticky",
60218
+ zIndex: 4,
60219
+ top: rowMetaData.stickyOffset ? `${rowMetaData.stickyOffset}px` : 0
60220
+ };
60221
+ }
60222
+ return styles2;
60223
+ };
60175
60224
  return isHeader ? /* @__PURE__ */ jsxRuntime.exports.jsxs(jsxRuntime.exports.Fragment, {
60176
60225
  children: [
60177
60226
  /* @__PURE__ */ jsxRuntime.exports.jsxs("tr", {
@@ -60184,6 +60233,7 @@ const Row = (props) => {
60184
60233
  onRowClick ? styles$6.clickableRow : null,
60185
60234
  onRowMouseEnter ? styles$6.hoverableRow : null
60186
60235
  ),
60236
+ style: { ...stickyStyle() },
60187
60237
  children: [
60188
60238
  draggableTable ? /* @__PURE__ */ jsxRuntime.exports.jsx(Cell, {
60189
60239
  isHeader: true
@@ -60300,12 +60350,12 @@ const hasRowActions = (rows, headers) => {
60300
60350
  const TableScrollWrapper = ({ table: table2, children }) => {
60301
60351
  const {
60302
60352
  fixedWidth: width,
60303
- maxHeight,
60353
+ maxHeight: maxHeight2,
60304
60354
  rows,
60305
60355
  infiniteScroll,
60306
60356
  bordered: bordered2 = true
60307
60357
  } = table2;
60308
- const pageSize = Math.ceil(window.innerHeight / 32);
60358
+ const pageSize = Math.ceil(window.innerHeight / 38);
60309
60359
  const [visibleRows, setVisibleRows] = infiniteScroll ? useState(pageSize) : [rows.length, null];
60310
60360
  const [hasMore, setHasMore] = infiniteScroll ? useState(visibleRows < rows.length) : [false, null];
60311
60361
  const loadMoreItems = () => {
@@ -60320,10 +60370,10 @@ const TableScrollWrapper = ({ table: table2, children }) => {
60320
60370
  className: cx$2(
60321
60371
  styles$a.scrollWrapper,
60322
60372
  bordered2 ? styles$a.bordered : "",
60323
- maxHeight ? styles$a.maxHeight : ""
60373
+ maxHeight2 ? styles$a.maxHeight : ""
60324
60374
  ),
60325
60375
  style: {
60326
- maxHeight,
60376
+ maxHeight: maxHeight2,
60327
60377
  width,
60328
60378
  display: width === "auto" ? "inline-block" : null
60329
60379
  },
@@ -60341,6 +60391,7 @@ const Table = (props) => {
60341
60391
  var _a, _b, _c, _d, _e2, _f, _g;
60342
60392
  const { onListReorder, table: propTable } = props;
60343
60393
  const {
60394
+ fixedWidth,
60344
60395
  columnWidths,
60345
60396
  footer: footer2,
60346
60397
  name: name2,
@@ -60349,6 +60400,7 @@ const Table = (props) => {
60349
60400
  actionsRight,
60350
60401
  columnHeaderAlignments,
60351
60402
  columnAlignment,
60403
+ stickyHeaders,
60352
60404
  striped: striped2 = true,
60353
60405
  testId,
60354
60406
  draggable: draggable2,
@@ -60369,6 +60421,7 @@ const Table = (props) => {
60369
60421
  const columnCount = getColumnCount(propRows, headers);
60370
60422
  const rowActions = hasRowActions(propRows, headers);
60371
60423
  const colSpan = columnCount + (rowActions ? 1 : 0);
60424
+ const [rowsMetaData, setRowsMetaData] = useState([]);
60372
60425
  const isLastPage = footer2 ? ((_b = (_a = footer2 == null ? void 0 : footer2.pagination) == null ? void 0 : _a.rowsPerPage) == null ? void 0 : _b.value) === 0 || ((_c = footer2 == null ? void 0 : footer2.pagination) == null ? void 0 : _c.selectedPage) >= ((_d = footer2 == null ? void 0 : footer2.pagination) == null ? void 0 : _d.rowCount) / ((_f = (_e2 = footer2 == null ? void 0 : footer2.pagination) == null ? void 0 : _e2.rowsPerPage) == null ? void 0 : _f.value) : true;
60373
60426
  const addEmptyTempRow = ((_g = defaultEmptyRow == null ? void 0 : defaultEmptyRow.cells) == null ? void 0 : _g.length) && onAddRow && isLastPage;
60374
60427
  const tempEmptyCells = addEmptyTempRow ? defaultEmptyRow.cells.map((cell2, i) => {
@@ -60418,68 +60471,66 @@ const Table = (props) => {
60418
60471
  children: (provided) => {
60419
60472
  return /* @__PURE__ */ jsxRuntime.exports.jsx(TableScrollWrapper, {
60420
60473
  table: table2,
60421
- children: ({ visibleRows }) => /* @__PURE__ */ jsxRuntime.exports.jsxs(jsxRuntime.exports.Fragment, {
60474
+ children: ({ visibleRows }) => /* @__PURE__ */ jsxRuntime.exports.jsxs("table", {
60475
+ className: cx$2(styles$a.table, striped2 ? styles$a.striped : ""),
60476
+ "data-testid": testId,
60477
+ ref: provided.innerRef,
60422
60478
  children: [
60423
- /* @__PURE__ */ jsxRuntime.exports.jsx(Title$1, {
60424
- actions: actions2,
60425
- actionsRight,
60426
- name: name2,
60427
- testId: testId && `${testId}-title`
60428
- }),
60429
- /* @__PURE__ */ jsxRuntime.exports.jsxs("table", {
60430
- className: cx$2(
60431
- styles$a.table,
60432
- striped2 ? styles$a.striped : ""
60433
- ),
60434
- "data-testid": testId,
60435
- ref: provided.innerRef,
60479
+ /* @__PURE__ */ jsxRuntime.exports.jsxs("thead", {
60436
60480
  children: [
60437
- /* @__PURE__ */ jsxRuntime.exports.jsx("thead", {
60438
- children: headers.map((row2, rowIndex) => {
60439
- return /* @__PURE__ */ jsxRuntime.exports.jsx(Row, {
60440
- rowIndex,
60441
- isHeader: true,
60442
- row: row2,
60443
- columnCount,
60444
- columnWidths,
60445
- colSpan,
60446
- hasRowActions: rowActions,
60447
- columnAlignment,
60448
- columnHeaderAlignments,
60449
- draggableTable: draggable2
60450
- }, `0_${rowIndex}`);
60451
- })
60452
- }),
60453
- /* @__PURE__ */ jsxRuntime.exports.jsxs("tbody", {
60454
- children: [
60455
- rows.slice(0, visibleRows).map((row2, rowIndex) => /* @__PURE__ */ jsxRuntime.exports.jsx(PublicDraggable, {
60456
- draggableId: rowIndex + "",
60457
- index: rowIndex,
60458
- isDragDisabled: row2.noDrag,
60459
- children: (provided2, snapshot) => /* @__PURE__ */ jsxRuntime.exports.jsx(Row, {
60460
- rowIndex,
60461
- row: row2,
60462
- columnCount,
60463
- columnWidths,
60464
- colSpan,
60465
- hasRowActions: rowActions,
60466
- columnAlignment,
60467
- provided: provided2,
60468
- snapshot,
60469
- draggableTable: draggable2,
60470
- width: dimensions.width
60471
- }, `1_${rowIndex}`)
60472
- }, `index_${rowIndex}`)),
60473
- provided.placeholder
60474
- ]
60481
+ /* @__PURE__ */ jsxRuntime.exports.jsx(Title$1, {
60482
+ actions: actions2,
60483
+ actionsRight,
60484
+ name: name2,
60485
+ colSpan,
60486
+ testId: testId && `${testId}-title`
60475
60487
  }),
60476
- footer2 && /* @__PURE__ */ jsxRuntime.exports.jsx(Footer, {
60477
- colSpan: colSpan + 1,
60478
- pagination: footer2.pagination,
60479
- actions: footer2.actions,
60480
- content: footer2.content
60488
+ headers.map((row2, rowIndex) => {
60489
+ return /* @__PURE__ */ jsxRuntime.exports.jsx(Row, {
60490
+ rowIndex,
60491
+ isHeader: true,
60492
+ row: row2,
60493
+ columnCount,
60494
+ columnWidths,
60495
+ colSpan,
60496
+ hasRowActions: rowActions,
60497
+ columnAlignment,
60498
+ columnHeaderAlignments,
60499
+ rowsMetaData: stickyHeaders ? rowsMetaData : void 0,
60500
+ setRowsMetaData: stickyHeaders ? setRowsMetaData : void 0,
60501
+ draggableTable: draggable2
60502
+ }, `0_${rowIndex}`);
60481
60503
  })
60482
60504
  ]
60505
+ }),
60506
+ /* @__PURE__ */ jsxRuntime.exports.jsxs("tbody", {
60507
+ children: [
60508
+ rows.slice(0, visibleRows).map((row2, rowIndex) => /* @__PURE__ */ jsxRuntime.exports.jsx(PublicDraggable, {
60509
+ draggableId: rowIndex + "",
60510
+ index: rowIndex,
60511
+ isDragDisabled: row2.noDrag,
60512
+ children: (provided2, snapshot) => /* @__PURE__ */ jsxRuntime.exports.jsx(Row, {
60513
+ rowIndex,
60514
+ row: row2,
60515
+ columnCount,
60516
+ columnWidths,
60517
+ colSpan,
60518
+ hasRowActions: rowActions,
60519
+ columnAlignment,
60520
+ provided: provided2,
60521
+ snapshot,
60522
+ draggableTable: draggable2,
60523
+ width: dimensions.width
60524
+ }, `1_${rowIndex}`)
60525
+ }, `index_${rowIndex}`)),
60526
+ provided.placeholder
60527
+ ]
60528
+ }),
60529
+ footer2 && /* @__PURE__ */ jsxRuntime.exports.jsx(Footer, {
60530
+ colSpan: colSpan + 1,
60531
+ pagination: footer2.pagination,
60532
+ actions: footer2.actions,
60533
+ content: footer2.content
60483
60534
  })
60484
60535
  ]
60485
60536
  })
@@ -60489,51 +60540,52 @@ const Table = (props) => {
60489
60540
  })
60490
60541
  }) : /* @__PURE__ */ jsxRuntime.exports.jsx(TableScrollWrapper, {
60491
60542
  table: table2,
60492
- children: ({ visibleRows }) => /* @__PURE__ */ jsxRuntime.exports.jsxs(jsxRuntime.exports.Fragment, {
60543
+ children: ({ visibleRows }) => /* @__PURE__ */ jsxRuntime.exports.jsxs("table", {
60544
+ className: cx$2(styles$a.table, striped2 ? styles$a.striped : ""),
60545
+ "data-testid": testId,
60493
60546
  children: [
60494
- /* @__PURE__ */ jsxRuntime.exports.jsx(Title$1, {
60495
- actions: actions2,
60496
- actionsRight,
60497
- name: name2,
60498
- testId: testId && `${testId}-title`
60499
- }),
60500
- /* @__PURE__ */ jsxRuntime.exports.jsxs("table", {
60501
- className: cx$2(styles$a.table, striped2 ? styles$a.striped : ""),
60502
- "data-testid": testId,
60547
+ /* @__PURE__ */ jsxRuntime.exports.jsxs("thead", {
60503
60548
  children: [
60504
- /* @__PURE__ */ jsxRuntime.exports.jsx("thead", {
60505
- children: headers.map((row2, rowIndex) => {
60506
- return /* @__PURE__ */ jsxRuntime.exports.jsx(Row, {
60507
- rowIndex,
60508
- isHeader: true,
60509
- row: row2,
60510
- columnCount,
60511
- columnWidths,
60512
- colSpan,
60513
- hasRowActions: rowActions,
60514
- columnAlignment,
60515
- columnHeaderAlignments
60516
- }, `0_${rowIndex}`);
60517
- })
60549
+ /* @__PURE__ */ jsxRuntime.exports.jsx(Title$1, {
60550
+ actions: actions2,
60551
+ actionsRight,
60552
+ name: name2,
60553
+ colSpan,
60554
+ testId: testId && `${testId}-title`
60518
60555
  }),
60519
- /* @__PURE__ */ jsxRuntime.exports.jsx("tbody", {
60520
- children: rows.slice(0, visibleRows).map((row2, rowIndex) => /* @__PURE__ */ jsxRuntime.exports.jsx(Row, {
60556
+ headers.map((row2, rowIndex) => {
60557
+ return /* @__PURE__ */ jsxRuntime.exports.jsx(Row, {
60521
60558
  rowIndex,
60559
+ isHeader: true,
60522
60560
  row: row2,
60523
60561
  columnCount,
60524
60562
  columnWidths,
60525
60563
  colSpan,
60526
60564
  hasRowActions: rowActions,
60527
- columnAlignment
60528
- }, `1_${rowIndex}`))
60529
- }),
60530
- footer2 && /* @__PURE__ */ jsxRuntime.exports.jsx(Footer, {
60531
- colSpan,
60532
- pagination: footer2.pagination,
60533
- actions: footer2.actions,
60534
- content: footer2.content
60565
+ columnAlignment,
60566
+ columnHeaderAlignments,
60567
+ rowsMetaData: stickyHeaders ? rowsMetaData : void 0,
60568
+ setRowsMetaData: stickyHeaders ? setRowsMetaData : void 0
60569
+ }, `0_${rowIndex}`);
60535
60570
  })
60536
60571
  ]
60572
+ }),
60573
+ /* @__PURE__ */ jsxRuntime.exports.jsx("tbody", {
60574
+ children: rows.slice(0, visibleRows).map((row2, rowIndex) => /* @__PURE__ */ jsxRuntime.exports.jsx(Row, {
60575
+ rowIndex,
60576
+ row: row2,
60577
+ columnCount,
60578
+ columnWidths,
60579
+ colSpan,
60580
+ hasRowActions: rowActions,
60581
+ columnAlignment
60582
+ }, `1_${rowIndex}`))
60583
+ }),
60584
+ footer2 && /* @__PURE__ */ jsxRuntime.exports.jsx(Footer, {
60585
+ colSpan,
60586
+ pagination: footer2.pagination,
60587
+ actions: footer2.actions,
60588
+ content: footer2.content
60537
60589
  })
60538
60590
  ]
60539
60591
  })
@@ -60566,6 +60618,7 @@ Table.propTypes = {
60566
60618
  propTypes$1.exports.oneOf(["left", "right", "center", ""])
60567
60619
  ),
60568
60620
  infiniteScroll: propTypes$1.exports.bool,
60621
+ stickyHeaders: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.bool]),
60569
60622
  headers: propTypes$1.exports.arrayOf(rowShape),
60570
60623
  rows: propTypes$1.exports.arrayOf(rowShape),
60571
60624
  draggable: propTypes$1.exports.bool,
@@ -60578,21 +60631,20 @@ Table.propTypes = {
60578
60631
  striped: propTypes$1.exports.bool,
60579
60632
  testId: propTypes$1.exports.string,
60580
60633
  onAddRow: propTypes$1.exports.func,
60581
- defaultEmptyRow: propTypes$1.exports.object,
60582
- stickyHeaders: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.bool])
60634
+ defaultEmptyRow: propTypes$1.exports.object
60583
60635
  }).isRequired,
60584
60636
  onListReorder: propTypes$1.exports.func
60585
60637
  };
60586
- const tabs = "_tabs_8mgdo_337";
60587
- const padding = "_padding_8mgdo_343";
60588
- const margin = "_margin_8mgdo_347";
60589
- const contentPadding = "_contentPadding_8mgdo_350";
60590
- const item$1 = "_item_8mgdo_353";
60591
- const active$1 = "_active_8mgdo_382";
60592
- const hidden = "_hidden_8mgdo_387";
60593
- const disabled$1 = "_disabled_8mgdo_390";
60594
- const left$1 = "_left_8mgdo_394";
60595
- const right$1 = "_right_8mgdo_394";
60638
+ const tabs = "_tabs_jc7kg_335";
60639
+ const padding = "_padding_jc7kg_341";
60640
+ const margin = "_margin_jc7kg_345";
60641
+ const contentPadding = "_contentPadding_jc7kg_348";
60642
+ const item$1 = "_item_jc7kg_351";
60643
+ const active$1 = "_active_jc7kg_380";
60644
+ const hidden = "_hidden_jc7kg_385";
60645
+ const disabled$1 = "_disabled_jc7kg_388";
60646
+ const left$1 = "_left_jc7kg_392";
60647
+ const right$1 = "_right_jc7kg_392";
60596
60648
  const styles$5 = {
60597
60649
  tabs,
60598
60650
  padding,
@@ -60820,19 +60872,18 @@ TextLink.propTypes = {
60820
60872
  target: propTypes$1.exports.string,
60821
60873
  testId: propTypes$1.exports.string
60822
60874
  };
60823
- const inputInTable = "_inputInTable_mb83o_337";
60824
- const inputHover = "_inputHover_mb83o_346";
60825
- const inputFocus = "_inputFocus_mb83o_351";
60826
- const inputError = "_inputError_mb83o_358";
60827
- const inputWarning = "_inputWarning_mb83o_359";
60828
- const inputDisabled = "_inputDisabled_mb83o_394";
60829
- const hideScrollbars = "_hideScrollbars_mb83o_399";
60830
- const scrollbars = "_scrollbars_mb83o_409";
60831
- const textarea = "_textarea_mb83o_436";
60832
- const small$1 = "_small_mb83o_473";
60833
- const error = "_error_mb83o_479";
60834
- const warning$1 = "_warning_mb83o_496";
60835
- const monospace = "_monospace_mb83o_513";
60875
+ const inputInTable = "_inputInTable_1t2x9_335";
60876
+ const inputHover = "_inputHover_1t2x9_341";
60877
+ const inputFocus = "_inputFocus_1t2x9_346";
60878
+ const inputError = "_inputError_1t2x9_353";
60879
+ const inputWarning = "_inputWarning_1t2x9_354";
60880
+ const inputDisabled = "_inputDisabled_1t2x9_389";
60881
+ const hideScrollbars = "_hideScrollbars_1t2x9_394";
60882
+ const textarea = "_textarea_1t2x9_404";
60883
+ const small$1 = "_small_1t2x9_441";
60884
+ const error = "_error_1t2x9_447";
60885
+ const warning$1 = "_warning_1t2x9_464";
60886
+ const monospace = "_monospace_1t2x9_481";
60836
60887
  const styles$4 = {
60837
60888
  inputInTable,
60838
60889
  inputHover,
@@ -60841,7 +60892,6 @@ const styles$4 = {
60841
60892
  inputWarning,
60842
60893
  inputDisabled,
60843
60894
  hideScrollbars,
60844
- scrollbars,
60845
60895
  textarea,
60846
60896
  small: small$1,
60847
60897
  error,
@@ -62026,10 +62076,10 @@ const toast = ({ id: id2, message: message2, autoClose = 6e3, onClose }) => {
62026
62076
  type: toastType
62027
62077
  });
62028
62078
  };
62029
- const toggle$1 = "_toggle_1duec_345";
62030
- const small = "_small_1duec_360";
62031
- const disabled = "_disabled_1duec_432";
62032
- const noMargin = "_noMargin_1duec_443";
62079
+ const toggle$1 = "_toggle_rnsmr_343";
62080
+ const small = "_small_rnsmr_358";
62081
+ const disabled = "_disabled_rnsmr_430";
62082
+ const noMargin = "_noMargin_rnsmr_441";
62033
62083
  const styles$3 = {
62034
62084
  toggle: toggle$1,
62035
62085
  small,
@@ -62105,21 +62155,21 @@ Toggle.propTypes = {
62105
62155
  helpText: propTypes$1.exports.string,
62106
62156
  onClickHelp: propTypes$1.exports.func
62107
62157
  };
62108
- const topbar = "_topbar_9581b_345";
62109
- const fixed = "_fixed_9581b_356";
62110
- const title = "_title_9581b_364";
62111
- const logo = "_logo_9581b_380";
62112
- const label = "_label_9581b_383";
62113
- const brand = "_brand_9581b_388";
62114
- const version = "_version_9581b_393";
62115
- const left = "_left_9581b_401";
62116
- const right = "_right_9581b_402";
62117
- const item = "_item_9581b_419";
62118
- const link = "_link_9581b_420";
62119
- const button = "_button_9581b_432";
62120
- const menu = "_menu_9581b_433";
62121
- const active = "_active_9581b_461";
62122
- const alert = "_alert_9581b_486";
62158
+ const topbar = "_topbar_8tc9g_343";
62159
+ const fixed = "_fixed_8tc9g_354";
62160
+ const title = "_title_8tc9g_362";
62161
+ const logo = "_logo_8tc9g_378";
62162
+ const label = "_label_8tc9g_381";
62163
+ const brand = "_brand_8tc9g_386";
62164
+ const version = "_version_8tc9g_391";
62165
+ const left = "_left_8tc9g_399";
62166
+ const right = "_right_8tc9g_400";
62167
+ const item = "_item_8tc9g_417";
62168
+ const link = "_link_8tc9g_418";
62169
+ const button = "_button_8tc9g_430";
62170
+ const menu = "_menu_8tc9g_431";
62171
+ const active = "_active_8tc9g_459";
62172
+ const alert = "_alert_8tc9g_484";
62123
62173
  const styles$2 = {
62124
62174
  topbar,
62125
62175
  fixed,
@@ -74059,12 +74109,12 @@ function AiOutlineMinusSquare(props) {
74059
74109
  function AiOutlinePlusSquare(props) {
74060
74110
  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);
74061
74111
  }
74062
- const tree = "_tree_1wigv_337";
74063
- const toggle = "_toggle_1wigv_340";
74064
- const dropTarget = "_dropTarget_1wigv_344";
74065
- const draggingSource = "_draggingSource_1wigv_347";
74066
- const placeholderContainer = "_placeholderContainer_1wigv_350";
74067
- const placeholder2 = "_placeholder_1wigv_350";
74112
+ const tree = "_tree_1ykbp_335";
74113
+ const toggle = "_toggle_1ykbp_338";
74114
+ const dropTarget = "_dropTarget_1ykbp_342";
74115
+ const draggingSource = "_draggingSource_1ykbp_345";
74116
+ const placeholderContainer = "_placeholderContainer_1ykbp_348";
74117
+ const placeholder2 = "_placeholder_1ykbp_348";
74068
74118
  const styles = {
74069
74119
  tree,
74070
74120
  toggle,