@hyphen/hyphen-components 4.2.0 → 4.3.0

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.
@@ -249,7 +249,7 @@ Component, props, getDefault) {
249
249
  return defaultProps.as || 'div';
250
250
  }
251
251
 
252
- var styles$w = {"box-transition":"Box-module_box-transition__eQx8C"};
252
+ var styles$x = {"box-transition":"Box-module_box-transition__eQx8C"};
253
253
 
254
254
  var _excluded$M = ["as", "alignItems", "alignContent", "alignSelf", "background", "borderColor", "borderWidth", "children", "childGap", "className", "color", "columnGap", "cursor", "display", "direction", "flex", "fontFamily", "fontSize", "focus", "fontWeight", "gap", "height", "hover", "justifyContent", "margin", "maxHeight", "minHeight", "maxWidth", "minWidth", "overflow", "padding", "position", "radius", "rowGap", "shadow", "style", "textAlign", "wrap", "width", "zIndex"];
255
255
  /**
@@ -387,7 +387,7 @@ var Box = /*#__PURE__*/forwardRef(function (_ref, ref) {
387
387
  var boxClasses = classNames.apply(void 0, [className, cssShorthandToClasses('m', margin), cssShorthandToClasses('p', padding), cssShorthandToClasses('br', radius), cssShorthandToClasses('g', gap), cssShorthandToClasses('cg', columnGap), cssShorthandToClasses('rg', rowGap), heightCss.classes, maxHeightCss.classes, minHeightCss.classes, maxWidthCss.classes, minWidthCss.classes, widthCss.classes, flexDirectionClasses, generateResponsiveClasses('display', display), generateResponsiveClasses('justify-content', justifyContent), generateResponsiveClasses('align-items', alignItems), generateResponsiveClasses('align-content', alignContent), generateResponsiveClasses('align-self', alignSelf), generateResponsiveClasses('font-family', fontFamily), generateResponsiveClasses('font-size', fontSize), generateResponsiveClasses('overflow', overflow), generateResponsiveClasses('shadow', shadow), generateResponsiveClasses('flex', flex), cssShorthandToClasses('bw', borderWidth), generateResponsiveClasses('font-weight', fontWeight), generateResponsiveClasses('text-align', textAlign), generateResponsiveClasses('position', position), generateResponsiveClasses('z-index', zIndex)].concat(hoverClasses != null ? hoverClasses : [], focusClasses != null ? focusClasses : [], [(_ref3 = {
388
388
  'flex-wrap': isFlexBox && wrap,
389
389
  'flex-nowrap': isFlexBox && wrap === false
390
- }, _ref3["background-color-" + background] = background, _ref3["font-color-" + color] = color, _ref3["border-color-" + borderColor] = borderColor, _ref3["cursor-" + cursor] = cursor, _ref3[styles$w['box-transition']] = hover || focus, _ref3)]));
390
+ }, _ref3["background-color-" + background] = background, _ref3["font-color-" + color] = color, _ref3["border-color-" + borderColor] = borderColor, _ref3["cursor-" + cursor] = cursor, _ref3[styles$x['box-transition']] = hover || focus, _ref3)]));
391
391
  var boxStyles = _extends({}, style, heightCss.styles, maxHeightCss.styles, maxWidthCss.styles, widthCss.styles, minHeightCss.styles, minWidthCss.styles);
392
392
  /**
393
393
  * Creates an object that maps the flex direction to either `right` or `bottom`
@@ -514,7 +514,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
514
514
  }, "???");
515
515
  });
516
516
 
517
- var styles$v = {"alert":"Alert-module_alert__zP4AL","close-icon":"Alert-module_close-icon__zs4Xk","alert-heading":"Alert-module_alert-heading__VguTk","alert__default":"Alert-module_alert__default__-pcBw","alert__info":"Alert-module_alert__info__UZeOd","alert__success":"Alert-module_alert__success__o2IHF","alert__warning":"Alert-module_alert__warning__lzTY-","alert__danger":"Alert-module_alert__danger__M-XFh","alert__icon__default":"Alert-module_alert__icon__default__cCx9C","alert__icon__info":"Alert-module_alert__icon__info__2W0Bi","alert__icon__success":"Alert-module_alert__icon__success__NBCDO","alert__icon__warning":"Alert-module_alert__icon__warning__nY4hy","alert__icon__danger":"Alert-module_alert__icon__danger__NcOrf"};
517
+ var styles$w = {"alert":"Alert-module_alert__zP4AL","close-icon":"Alert-module_close-icon__zs4Xk","alert-heading":"Alert-module_alert-heading__VguTk","alert__default":"Alert-module_alert__default__-pcBw","alert__info":"Alert-module_alert__info__UZeOd","alert__success":"Alert-module_alert__success__o2IHF","alert__warning":"Alert-module_alert__warning__lzTY-","alert__danger":"Alert-module_alert__danger__M-XFh","alert__icon__default":"Alert-module_alert__icon__default__cCx9C","alert__icon__info":"Alert-module_alert__icon__info__2W0Bi","alert__icon__success":"Alert-module_alert__icon__success__NBCDO","alert__icon__warning":"Alert-module_alert__icon__warning__nY4hy","alert__icon__danger":"Alert-module_alert__icon__danger__NcOrf"};
518
518
 
519
519
  // eslint-disable-next-line import/prefer-default-export
520
520
  var ALERT_ICONS_MAP = {
@@ -565,7 +565,7 @@ var Alert = function Alert(_ref) {
565
565
  var renderAlertIcon = function renderAlertIcon() {
566
566
  return React__default.createElement(Box, {
567
567
  fontSize: "md",
568
- className: styles$v["alert__icon__" + variant]
568
+ className: styles$w["alert__icon__" + variant]
569
569
  }, React__default.createElement(Icon, {
570
570
  name: ALERT_ICONS_MAP[variant].icon,
571
571
  "data-testid": "alert-icon-" + variant + "-test-id"
@@ -578,7 +578,7 @@ var Alert = function Alert(_ref) {
578
578
  return React__default.createElement(Box, {
579
579
  margin: "0 0 0 auto",
580
580
  color: "secondary",
581
- className: styles$v['close-icon']
581
+ className: styles$w['close-icon']
582
582
  }, React__default.createElement("button", {
583
583
  type: "button",
584
584
  onClick: handleClose,
@@ -588,7 +588,7 @@ var Alert = function Alert(_ref) {
588
588
  "data-testid": "alert-close-icon-test-id"
589
589
  })));
590
590
  };
591
- var alertContainerClasses = classNames(styles$v["alert__" + variant], styles$v.alert, className);
591
+ var alertContainerClasses = classNames(styles$w["alert__" + variant], styles$w.alert, className);
592
592
  return React__default.createElement(Box, _extends({
593
593
  alignItems: "flex-start",
594
594
  gap: "md",
@@ -605,11 +605,11 @@ var Alert = function Alert(_ref) {
605
605
  as: "h4",
606
606
  fontSize: "sm",
607
607
  fontWeight: "semibold",
608
- className: styles$v['alert-heading']
608
+ className: styles$w['alert-heading']
609
609
  }, title), message && (typeof message === 'string' ? React__default.createElement("p", null, message) : message))), isClosable && renderCloseIcon());
610
610
  };
611
611
 
612
- var styles$u = {"badge":"Badge-module_badge__ZbEBU","size-sm":"Badge-module_size-sm__rL8a6","size-md":"Badge-module_size-md__kf6IH","size-lg":"Badge-module_size-lg__of6XJ","inverse":"Badge-module_inverse__qZCFA","purple":"Badge-module_purple__rX-xW","green":"Badge-module_green__W03uU","red":"Badge-module_red__fl2jg","blue":"Badge-module_blue__C7kyV","yellow":"Badge-module_yellow__gGZ6R","light-grey":"Badge-module_light-grey__Wtrhx","dark-grey":"Badge-module_dark-grey__X-807","hyphen":"Badge-module_hyphen__9pe7x","size-sm-tablet":"Badge-module_size-sm-tablet__6xMVk","size-md-tablet":"Badge-module_size-md-tablet__4w-7I","size-lg-tablet":"Badge-module_size-lg-tablet__8xyRF","size-sm-desktop":"Badge-module_size-sm-desktop__Ayf5L","size-md-desktop":"Badge-module_size-md-desktop__XSq7m","size-lg-desktop":"Badge-module_size-lg-desktop__Baw3S","size-sm-hd":"Badge-module_size-sm-hd__Da6Au","size-md-hd":"Badge-module_size-md-hd__-VNMk","size-lg-hd":"Badge-module_size-lg-hd__6MOwL"};
612
+ var styles$v = {"badge":"Badge-module_badge__ZbEBU","size-sm":"Badge-module_size-sm__rL8a6","size-md":"Badge-module_size-md__kf6IH","size-lg":"Badge-module_size-lg__of6XJ","inverse":"Badge-module_inverse__qZCFA","purple":"Badge-module_purple__rX-xW","green":"Badge-module_green__W03uU","red":"Badge-module_red__fl2jg","blue":"Badge-module_blue__C7kyV","yellow":"Badge-module_yellow__gGZ6R","light-grey":"Badge-module_light-grey__Wtrhx","dark-grey":"Badge-module_dark-grey__X-807","hyphen":"Badge-module_hyphen__9pe7x","size-sm-tablet":"Badge-module_size-sm-tablet__6xMVk","size-md-tablet":"Badge-module_size-md-tablet__4w-7I","size-lg-tablet":"Badge-module_size-lg-tablet__8xyRF","size-sm-desktop":"Badge-module_size-sm-desktop__Ayf5L","size-md-desktop":"Badge-module_size-md-desktop__XSq7m","size-lg-desktop":"Badge-module_size-lg-desktop__Baw3S","size-sm-hd":"Badge-module_size-sm-hd__Da6Au","size-md-hd":"Badge-module_size-md-hd__-VNMk","size-lg-hd":"Badge-module_size-lg-hd__6MOwL"};
613
613
 
614
614
  var _excluded$J = ["className", "message", "variant", "size"];
615
615
  var Badge = function Badge(_ref) {
@@ -624,22 +624,22 @@ var Badge = function Badge(_ref) {
624
624
  size = _ref$size === void 0 ? 'md' : _ref$size,
625
625
  restProps = _objectWithoutPropertiesLoose(_ref, _excluded$J);
626
626
  var responsiveClasses = generateResponsiveClasses('size', size).map(function (c) {
627
- return styles$u[c];
627
+ return styles$v[c];
628
628
  });
629
- var badgeClasses = classNames(styles$u.badge, className, responsiveClasses, (_classNames = {}, _classNames[styles$u[variant]] = variant, _classNames));
629
+ var badgeClasses = classNames(styles$v.badge, className, responsiveClasses, (_classNames = {}, _classNames[styles$v[variant]] = variant, _classNames));
630
630
  return React__default.createElement(Box, _extends({
631
631
  className: badgeClasses,
632
632
  display: "inline-block"
633
633
  }, restProps), message);
634
634
  };
635
635
 
636
- var styles$t = {"spinner":"Spinner-module_spinner__SZoUP","spin":"Spinner-module_spin__Yk0wm"};
636
+ var styles$u = {"spinner":"Spinner-module_spinner__SZoUP","spin":"Spinner-module_spin__Yk0wm"};
637
637
 
638
638
  var Spinner = function Spinner(_ref) {
639
639
  var className = _ref.className,
640
640
  _ref$size = _ref.size,
641
641
  size = _ref$size === void 0 ? 'md' : _ref$size;
642
- var classes = classNames(className, styles$t.spinner);
642
+ var classes = classNames(className, styles$u.spinner);
643
643
  var sizeInPixels = function sizeInPixels() {
644
644
  var pixels;
645
645
  if (size === 'sm') pixels = '12';
@@ -726,7 +726,7 @@ var Spinner = function Spinner(_ref) {
726
726
  }))));
727
727
  };
728
728
 
729
- var styles$s = {"button":"Button-module_button__18Bed","size-sm":"Button-module_size-sm__6Xrjw","size-md":"Button-module_size-md__BkuGu","size-lg":"Button-module_size-lg__JVYWV","primary":"Button-module_primary__st6yY","secondary":"Button-module_secondary__j-3rj","tertiary":"Button-module_tertiary__Nd7xM","danger":"Button-module_danger__Hxs5n","size-sm-tablet":"Button-module_size-sm-tablet__9XaSx","size-md-tablet":"Button-module_size-md-tablet__YQxaI","size-lg-tablet":"Button-module_size-lg-tablet__h3l97","size-sm-desktop":"Button-module_size-sm-desktop__8tTsg","size-md-desktop":"Button-module_size-md-desktop__OCdDi","size-lg-desktop":"Button-module_size-lg-desktop__uFc4f","size-sm-hd":"Button-module_size-sm-hd__INFfD","size-md-hd":"Button-module_size-md-hd__8e2mW","size-lg-hd":"Button-module_size-lg-hd__DH60l","loading":"Button-module_loading__QfItr","label":"Button-module_label__1PsXG","full-width":"Button-module_full-width__qDri6","spinner-wrapper":"Button-module_spinner-wrapper__rALNw"};
729
+ var styles$t = {"button":"Button-module_button__18Bed","size-sm":"Button-module_size-sm__6Xrjw","size-md":"Button-module_size-md__BkuGu","size-lg":"Button-module_size-lg__JVYWV","primary":"Button-module_primary__st6yY","secondary":"Button-module_secondary__j-3rj","tertiary":"Button-module_tertiary__Nd7xM","danger":"Button-module_danger__Hxs5n","size-sm-tablet":"Button-module_size-sm-tablet__9XaSx","size-md-tablet":"Button-module_size-md-tablet__YQxaI","size-lg-tablet":"Button-module_size-lg-tablet__h3l97","size-sm-desktop":"Button-module_size-sm-desktop__8tTsg","size-md-desktop":"Button-module_size-md-desktop__OCdDi","size-lg-desktop":"Button-module_size-lg-desktop__uFc4f","size-sm-hd":"Button-module_size-sm-hd__INFfD","size-md-hd":"Button-module_size-md-hd__8e2mW","size-lg-hd":"Button-module_size-lg-hd__DH60l","loading":"Button-module_loading__QfItr","label":"Button-module_label__1PsXG","full-width":"Button-module_full-width__qDri6","spinner-wrapper":"Button-module_spinner-wrapper__rALNw"};
730
730
 
731
731
  var _excluded$I = ["asChild", "children", "className", "fullWidth", "iconPrefix", "iconSuffix", "isDisabled", "isLoading", "onClick", "onBlur", "onFocus", "shadow", "size", "type", "variant"];
732
732
  var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
@@ -752,9 +752,9 @@ var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
752
752
  restProps = _objectWithoutPropertiesLoose(_ref, _excluded$I);
753
753
  var disabled = isLoading || isDisabled;
754
754
  var responsiveClasses = generateResponsiveClasses('size', size).map(function (c) {
755
- return styles$s[c];
755
+ return styles$t[c];
756
756
  }).filter(Boolean);
757
- var buttonClasses = classNames('hyphen-components__variables__form-control', styles$s.button, className, responsiveClasses, generateResponsiveClasses('shadow', shadow), (_classNames = {}, _classNames[styles$s.loading] = isLoading, _classNames[styles$s[variant]] = variant, _classNames[styles$s['full-width']] = fullWidth, _classNames));
757
+ var buttonClasses = classNames('hyphen-components__variables__form-control', styles$t.button, className, responsiveClasses, generateResponsiveClasses('shadow', shadow), (_classNames = {}, _classNames[styles$t.loading] = isLoading, _classNames[styles$t[variant]] = variant, _classNames[styles$t['full-width']] = fullWidth, _classNames));
758
758
  var handleClick = !disabled ? onClick : undefined;
759
759
  var handleBlur = !disabled ? onBlur : undefined;
760
760
  var handleFocus = !disabled ? onFocus : undefined;
@@ -771,18 +771,18 @@ var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
771
771
  }, !asChild && {
772
772
  type: type
773
773
  }, restProps), isLoading && React__default.createElement(Spinner, {
774
- className: styles$s['spinner-wrapper']
774
+ className: styles$t['spinner-wrapper']
775
775
  }), iconPrefix && React__default.createElement(Icon, {
776
- className: styles$s.label,
776
+ className: styles$t.label,
777
777
  name: iconPrefix,
778
778
  "aria-hidden": "true",
779
779
  focusable: "false",
780
780
  "data-testid": "prefixIcon",
781
781
  size: size === 'md' ? 'sm' : size
782
782
  }), children && React__default.createElement(Slottable, null, asChild ? children : React__default.createElement("span", {
783
- className: styles$s.label
783
+ className: styles$t.label
784
784
  }, children)), iconSuffix && React__default.createElement(Icon, {
785
- className: styles$s.label,
785
+ className: styles$t.label,
786
786
  name: iconSuffix,
787
787
  "aria-hidden": "true",
788
788
  focusable: "false",
@@ -825,7 +825,7 @@ var HEADING_DEFAULT_SIZE_MAP = {
825
825
  h6: 'sm'
826
826
  };
827
827
 
828
- var styles$r = {"heading":"Heading-module_heading__zKyv7"};
828
+ var styles$s = {"heading":"Heading-module_heading__zKyv7"};
829
829
 
830
830
  var _excluded$G = ["as", "children", "className", "color", "size"];
831
831
  var Heading = function Heading(_ref) {
@@ -841,7 +841,7 @@ var Heading = function Heading(_ref) {
841
841
  as: as
842
842
  });
843
843
  var headingSize = size || HEADING_DEFAULT_SIZE_MAP[as];
844
- var classes = classNames(styles$r.heading, className, generateResponsiveClasses('heading', headingSize), (_classNames = {}, _classNames["font-color-" + color] = color, _classNames));
844
+ var classes = classNames(styles$s.heading, className, generateResponsiveClasses('heading', headingSize), (_classNames = {}, _classNames["font-color-" + color] = color, _classNames));
845
845
  return createElement(element, _extends({
846
846
  className: classes
847
847
  }, restProps), children);
@@ -876,7 +876,7 @@ var CardHeader = function CardHeader(_ref) {
876
876
  }, restProps), title && renderTitle(), children);
877
877
  };
878
878
 
879
- var styles$q = {"card-section-border":"Card-module_card-section-border__OefDX"};
879
+ var styles$r = {"card-section-border":"Card-module_card-section-border__OefDX"};
880
880
 
881
881
  var _excluded$E = ["background", "borderColor", "borderWidth", "children", "childGap", "gap", "className", "display", "padding", "subdued", "title"];
882
882
  var CardSection = function CardSection(_ref) {
@@ -912,7 +912,7 @@ var CardSection = function CardSection(_ref) {
912
912
  fontSize: "sm",
913
913
  color: "base"
914
914
  }, title)) : title;
915
- var sectionClasses = classNames((_classNames = {}, _classNames[styles$q['card-section-border']] = borderColor === undefined && borderWidth === undefined, _classNames[styles$q['card-subdued']] = subdued, _classNames), className);
915
+ var sectionClasses = classNames((_classNames = {}, _classNames[styles$r['card-section-border']] = borderColor === undefined && borderWidth === undefined, _classNames[styles$r['card-subdued']] = subdued, _classNames), className);
916
916
  return React__default.createElement(Box, _extends({
917
917
  background: background,
918
918
  borderColor: borderColor,
@@ -994,7 +994,7 @@ var CheckboxIcon = function CheckboxIcon(_ref) {
994
994
  }));
995
995
  };
996
996
 
997
- var styles$p = {"checkbox":"Checkbox-module_checkbox__dY-7P","size-sm":"Checkbox-module_size-sm__mJkMQ","size-md":"Checkbox-module_size-md__I2s8g","size-lg":"Checkbox-module_size-lg__rFFnb","hidden":"Checkbox-module_hidden__2y7Zr","size-sm-tablet":"Checkbox-module_size-sm-tablet__GhQUW","size-md-tablet":"Checkbox-module_size-md-tablet__XRHf4","size-lg-tablet":"Checkbox-module_size-lg-tablet__quoAJ","size-sm-desktop":"Checkbox-module_size-sm-desktop__fqeEc","size-md-desktop":"Checkbox-module_size-md-desktop__9a278","size-lg-desktop":"Checkbox-module_size-lg-desktop__WQnv0","size-sm-hd":"Checkbox-module_size-sm-hd__X3yIF","size-md-hd":"Checkbox-module_size-md-hd__6T0dF","size-lg-hd":"Checkbox-module_size-lg-hd__UXCt1"};
997
+ var styles$q = {"checkbox":"Checkbox-module_checkbox__dY-7P","size-sm":"Checkbox-module_size-sm__mJkMQ","size-md":"Checkbox-module_size-md__I2s8g","size-lg":"Checkbox-module_size-lg__rFFnb","hidden":"Checkbox-module_hidden__2y7Zr","size-sm-tablet":"Checkbox-module_size-sm-tablet__GhQUW","size-md-tablet":"Checkbox-module_size-md-tablet__XRHf4","size-lg-tablet":"Checkbox-module_size-lg-tablet__quoAJ","size-sm-desktop":"Checkbox-module_size-sm-desktop__fqeEc","size-md-desktop":"Checkbox-module_size-md-desktop__9a278","size-lg-desktop":"Checkbox-module_size-lg-desktop__WQnv0","size-sm-hd":"Checkbox-module_size-sm-hd__X3yIF","size-md-hd":"Checkbox-module_size-md-hd__6T0dF","size-lg-hd":"Checkbox-module_size-lg-hd__UXCt1"};
998
998
 
999
999
  var _excluded$B = ["className", "display", "id", "isChecked", "label", "labelledby", "onChange", "error", "isDisabled", "isHidden", "isIndeterminate", "isRequired", "onBlur", "onFocus", "size", "value"];
1000
1000
  var Checkbox = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
@@ -1060,11 +1060,11 @@ var Checkbox = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
1060
1060
  value: value
1061
1061
  });
1062
1062
  var responsiveClasses = generateResponsiveClasses('size', size);
1063
- var containerClasses = classNames.apply(void 0, [styles$p.checkbox, className].concat(responsiveClasses.map(function (c) {
1064
- return styles$p[c];
1065
- }), [(_ref2 = {}, _ref2[styles$p.hidden] = isHidden, _ref2)]));
1063
+ var containerClasses = classNames.apply(void 0, [styles$q.checkbox, className].concat(responsiveClasses.map(function (c) {
1064
+ return styles$q[c];
1065
+ }), [(_ref2 = {}, _ref2[styles$q.hidden] = isHidden, _ref2)]));
1066
1066
  var iconClasses = classNames.apply(void 0, responsiveClasses.map(function (c) {
1067
- return styles$p[c];
1067
+ return styles$q[c];
1068
1068
  }));
1069
1069
  return React__default.createElement(Box, _extends({
1070
1070
  display: display,
@@ -1087,28 +1087,28 @@ var Checkbox = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
1087
1087
  }));
1088
1088
  });
1089
1089
 
1090
- var styles$o = {"input-validation-message":"InputValidationMessage-module_input-validation-message__4MMMK"};
1090
+ var styles$p = {"input-validation-message":"InputValidationMessage-module_input-validation-message__4MMMK"};
1091
1091
 
1092
1092
  var InputValidationMessage = function InputValidationMessage(_ref) {
1093
1093
  var children = _ref.children,
1094
1094
  _ref$size = _ref.size,
1095
1095
  size = _ref$size === void 0 ? 'sm' : _ref$size;
1096
- var classes = classNames('hyphen-components__variables__form-control', styles$o['input-validation-message'], 'font-color-danger', "font-size-" + size, 'm-top-sm');
1096
+ var classes = classNames('hyphen-components__variables__form-control', styles$p['input-validation-message'], 'font-color-danger', "font-size-" + size, 'm-top-sm');
1097
1097
  return React__default.createElement("div", {
1098
1098
  className: classes
1099
1099
  }, children);
1100
1100
  };
1101
1101
 
1102
- var styles$n = {"label":"FormLabel-module_label__qTUB9","radio-input-label":"FormLabel-module_radio-input-label__IpAiN","disabled":"FormLabel-module_disabled__83oiH"};
1102
+ var styles$o = {"label":"FormLabel-module_label__qTUB9","radio-input-label":"FormLabel-module_radio-input-label__IpAiN","disabled":"FormLabel-module_disabled__83oiH"};
1103
1103
 
1104
- var styles$m = {"help-text":"HelpText-module_help-text__8WodW"};
1104
+ var styles$n = {"help-text":"HelpText-module_help-text__8WodW"};
1105
1105
 
1106
1106
  var HelpText = /*#__PURE__*/forwardRef(function (_ref, ref) {
1107
1107
  var children = _ref.children,
1108
1108
  className = _ref.className;
1109
1109
  return React__default.createElement(Box, {
1110
1110
  ref: ref,
1111
- className: classNames('hyphen-components__variables__form-control', styles$m['help-text'], className),
1111
+ className: classNames('hyphen-components__variables__form-control', styles$n['help-text'], className),
1112
1112
  display: "block",
1113
1113
  color: "secondary",
1114
1114
  fontSize: "sm"
@@ -1138,7 +1138,7 @@ var FormLabel = function FormLabel(_ref) {
1138
1138
  _ref$padding = _ref.padding,
1139
1139
  padding = _ref$padding === void 0 ? '0' : _ref$padding,
1140
1140
  restProps = _objectWithoutPropertiesLoose(_ref, _excluded$A);
1141
- var labelClasses = classNames('hyphen-components__variables__form-control', styles$n.label, className, (_classNames = {}, _classNames[styles$n.disabled] = isDisabled, _classNames[styles$n.disabled] = isDisabled, _classNames[styles$n['radio-input-label']] = isRadioInputLabel, _classNames));
1141
+ var labelClasses = classNames('hyphen-components__variables__form-control', styles$o.label, className, (_classNames = {}, _classNames[styles$o.disabled] = isDisabled, _classNames[styles$o.disabled] = isDisabled, _classNames[styles$o['radio-input-label']] = isRadioInputLabel, _classNames));
1142
1142
  return React__default.createElement(Box, _extends({
1143
1143
  as: "label",
1144
1144
  id: inputId + "Label",
@@ -1241,7 +1241,7 @@ var Collapsible = CollapsiblePrimitive.Root;
1241
1241
  var CollapsibleTrigger = CollapsiblePrimitive.CollapsibleTrigger;
1242
1242
  var CollapsibleContent = CollapsiblePrimitive.CollapsibleContent;
1243
1243
 
1244
- var styles$l = {};
1244
+ var styles$m = {};
1245
1245
 
1246
1246
  var _excluded$y = ["children", "dayClassName", "maxDate", "minDate", "monthsShown", "openToDate", "startDate", "selected", "selectsRange", "showTwoColumnMonthYearPicker", "showFullMonthYearPicker", "showMonthYearPicker", "className", "formatWeekDay"];
1247
1247
  var DatePicker = function DatePicker(_ref) {
@@ -1276,7 +1276,7 @@ var DatePicker = function DatePicker(_ref) {
1276
1276
  return formattedDate[0];
1277
1277
  } : _ref$formatWeekDay,
1278
1278
  restProps = _objectWithoutPropertiesLoose(_ref, _excluded$y);
1279
- var datePickerClasses = classNames(styles$l['react-datepicker'], className);
1279
+ var datePickerClasses = classNames(styles$m['react-datepicker'], className);
1280
1280
  return React__default.createElement(ReactDatePicker, _extends({
1281
1281
  inline: true,
1282
1282
  calendarClassName: datePickerClasses,
@@ -1334,7 +1334,7 @@ function getAutoCompleteValue(value) {
1334
1334
  return value;
1335
1335
  }
1336
1336
 
1337
- var styles$k = {"text-input-wrapper":"TextInput-module_text-input-wrapper__HCnQD","size-sm":"TextInput-module_size-sm__qWJn7","prefix":"TextInput-module_prefix__-wFO9","suffix":"TextInput-module_suffix__327yL","clear-button":"TextInput-module_clear-button__LUJpO","is-clearable":"TextInput-module_is-clearable__ExAY3","size-md":"TextInput-module_size-md__UFPtt","size-lg":"TextInput-module_size-lg__Hjfez","disabled":"TextInput-module_disabled__lrifj","size-sm-tablet":"TextInput-module_size-sm-tablet__neC5C","size-md-tablet":"TextInput-module_size-md-tablet__u29oc","size-lg-tablet":"TextInput-module_size-lg-tablet__3PUB3","size-sm-desktop":"TextInput-module_size-sm-desktop__kA12V","size-md-desktop":"TextInput-module_size-md-desktop__yLJGr","size-lg-desktop":"TextInput-module_size-lg-desktop__A1pcS","size-sm-hd":"TextInput-module_size-sm-hd__f7Thr","size-md-hd":"TextInput-module_size-md-hd__Tsnqc","size-lg-hd":"TextInput-module_size-lg-hd__XLMos","error":"TextInput-module_error__p6zZq","text-input-label":"TextInput-module_text-input-label__3PlSG"};
1337
+ var styles$l = {"text-input-wrapper":"TextInput-module_text-input-wrapper__HCnQD","size-sm":"TextInput-module_size-sm__qWJn7","prefix":"TextInput-module_prefix__-wFO9","suffix":"TextInput-module_suffix__327yL","clear-button":"TextInput-module_clear-button__LUJpO","is-clearable":"TextInput-module_is-clearable__ExAY3","size-md":"TextInput-module_size-md__UFPtt","size-lg":"TextInput-module_size-lg__Hjfez","disabled":"TextInput-module_disabled__lrifj","size-sm-tablet":"TextInput-module_size-sm-tablet__neC5C","size-md-tablet":"TextInput-module_size-md-tablet__u29oc","size-lg-tablet":"TextInput-module_size-lg-tablet__3PUB3","size-sm-desktop":"TextInput-module_size-sm-desktop__kA12V","size-md-desktop":"TextInput-module_size-md-desktop__yLJGr","size-lg-desktop":"TextInput-module_size-lg-desktop__A1pcS","size-sm-hd":"TextInput-module_size-sm-hd__f7Thr","size-md-hd":"TextInput-module_size-md-hd__Tsnqc","size-lg-hd":"TextInput-module_size-lg-hd__XLMos","error":"TextInput-module_error__p6zZq","text-input-label":"TextInput-module_text-input-label__3PlSG"};
1338
1338
 
1339
1339
  var _excluded$w = ["id", "label", "onChange", "value", "autoComplete", "autoFocus", "error", "helpText", "hideLabel", "inputProps", "isDisabled", "isRequired", "maxLength", "name", "onBlur", "onClear", "onFocus", "prefix", "placeholder", "requiredIndicator", "suffix", "size", "type"];
1340
1340
  var TextInput = /*#__PURE__*/forwardRef(function (_ref, ref) {
@@ -1382,10 +1382,10 @@ var TextInput = /*#__PURE__*/forwardRef(function (_ref, ref) {
1382
1382
  type = _ref$type === void 0 ? 'text' : _ref$type,
1383
1383
  restProps = _objectWithoutPropertiesLoose(_ref, _excluded$w);
1384
1384
  var responsiveClasses = generateResponsiveClasses('size', size);
1385
- var inputWrapperClasses = classNames.apply(void 0, ['hyphen-components__variables__form-control', styles$k['text-input-wrapper']].concat(responsiveClasses.map(function (c) {
1386
- return styles$k[c];
1387
- }), [(_ref2 = {}, _ref2[styles$k.error] = error, _ref2[styles$k.disabled] = isDisabled, _ref2[styles$k['is-clearable']] = onClear, _ref2)]));
1388
- var clearBtnClasses = classNames(styles$k['clear-button'], styles$k.md);
1385
+ var inputWrapperClasses = classNames.apply(void 0, ['hyphen-components__variables__form-control', styles$l['text-input-wrapper']].concat(responsiveClasses.map(function (c) {
1386
+ return styles$l[c];
1387
+ }), [(_ref2 = {}, _ref2[styles$l.error] = error, _ref2[styles$l.disabled] = isDisabled, _ref2[styles$l['is-clearable']] = onClear, _ref2)]));
1388
+ var clearBtnClasses = classNames(styles$l['clear-button'], styles$l.md);
1389
1389
  var renderClearIcon = function renderClearIcon() {
1390
1390
  var handleKeyPress = function handleKeyPress(event) {
1391
1391
  if (event.keyCode === 13 && onClear) onClear(event);
@@ -1444,17 +1444,17 @@ var TextInput = /*#__PURE__*/forwardRef(function (_ref, ref) {
1444
1444
  }, prefix && React__default.createElement(Box, {
1445
1445
  color: "secondary",
1446
1446
  background: "secondary",
1447
- className: classNames(styles$k.prefix, 'ws-nowrap')
1447
+ className: classNames(styles$l.prefix, 'ws-nowrap')
1448
1448
  }, prefix), React__default.createElement(Box, _extends({
1449
1449
  as: "input"
1450
1450
  }, computedInputProps)), !!onClear && !!value && renderClearIcon(), suffix && React__default.createElement(Box, {
1451
1451
  color: "secondary",
1452
1452
  background: "secondary",
1453
- className: classNames(styles$k.suffix, 'ws-nowrap')
1453
+ className: classNames(styles$l.suffix, 'ws-nowrap')
1454
1454
  }, suffix)));
1455
1455
  });
1456
1456
 
1457
- var styles$j = {"popover":"Popover-module_popover__rvS3X","fadeIn":"Popover-module_fadeIn__0btE5","popover-arrow":"Popover-module_popover-arrow__SLtPW"};
1457
+ var styles$k = {"popover":"Popover-module_popover__rvS3X","fadeIn":"Popover-module_fadeIn__0btE5","popover-arrow":"Popover-module_popover-arrow__SLtPW"};
1458
1458
 
1459
1459
  // eslint-disable-next-line import/prefer-default-export
1460
1460
  var getColumnKeys = function getColumnKeys(columns) {
@@ -1615,14 +1615,14 @@ var Popover = function Popover(_ref) {
1615
1615
  attributes = _usePopper.attributes;
1616
1616
  var containerBoxProps = _extends({}, contentContainerDefaults, contentContainerProps);
1617
1617
  var computedArrowColor = arrowColor || containerBoxProps.background;
1618
- var arrowClasses = classNames(styles$j['popover-arrow'], "background-color-" + computedArrowColor, {
1618
+ var arrowClasses = classNames(styles$k['popover-arrow'], "background-color-" + computedArrowColor, {
1619
1619
  'display-none': !hasArrow
1620
1620
  });
1621
1621
  var renderPopperContent = function renderPopperContent() {
1622
1622
  var renderPopperBox = function renderPopperBox() {
1623
1623
  return React__default.createElement(Box, _extends({
1624
1624
  ref: popperRef,
1625
- className: classNames(styles$j.popover, className),
1625
+ className: classNames(styles$k.popover, className),
1626
1626
  style: popperStyles.popper,
1627
1627
  role: "dialog",
1628
1628
  "aria-label": "Popover",
@@ -1807,7 +1807,7 @@ var DetailsSummary = function DetailsSummary(_ref) {
1807
1807
  }), children);
1808
1808
  };
1809
1809
 
1810
- var styles$i = {"details-reset":"Details-module_details-reset__HWtSD"};
1810
+ var styles$j = {"details-reset":"Details-module_details-reset__HWtSD"};
1811
1811
 
1812
1812
  var _excluded$s = ["children", "className", "display", "isOpen"];
1813
1813
  var DetailsBaseComponent = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
@@ -1817,7 +1817,7 @@ var DetailsBaseComponent = /*#__PURE__*/React__default.forwardRef(function (_ref
1817
1817
  display = _ref$display === void 0 ? 'block' : _ref$display,
1818
1818
  isOpen = _ref.isOpen,
1819
1819
  restProps = _objectWithoutPropertiesLoose(_ref, _excluded$s);
1820
- var detailsClasses = classNames(className, styles$i['details-reset'], styles$i.details);
1820
+ var detailsClasses = classNames(className, styles$j['details-reset'], styles$j.details);
1821
1821
  return React__default.createElement(Box, _extends({
1822
1822
  as: "details",
1823
1823
  className: detailsClasses,
@@ -1834,7 +1834,7 @@ var Details = /*#__PURE__*/function () {
1834
1834
  return Details;
1835
1835
  }();
1836
1836
 
1837
- var styles$h = {"drawer":"Drawer-module_drawer__IKoOm","hide-overlay-right":"Drawer-module_hide-overlay-right__FANA9","hide-overlay-left":"Drawer-module_hide-overlay-left__xZFa3","hide-overlay-bottom":"Drawer-module_hide-overlay-bottom__11EB1","hide-overlay-top":"Drawer-module_hide-overlay-top__kEsV5","drawer-content":"Drawer-module_drawer-content__zZ9xR","left":"Drawer-module_left__pwTcW","right":"Drawer-module_right__EzGpI","bottom":"Drawer-module_bottom__r3Q5Z","top":"Drawer-module_top__xQejO"};
1837
+ var styles$i = {"drawer":"Drawer-module_drawer__IKoOm","hide-overlay-right":"Drawer-module_hide-overlay-right__FANA9","hide-overlay-left":"Drawer-module_hide-overlay-left__xZFa3","hide-overlay-bottom":"Drawer-module_hide-overlay-bottom__11EB1","hide-overlay-top":"Drawer-module_hide-overlay-top__kEsV5","drawer-content":"Drawer-module_drawer-content__zZ9xR","left":"Drawer-module_left__pwTcW","right":"Drawer-module_right__EzGpI","bottom":"Drawer-module_bottom__r3Q5Z","top":"Drawer-module_top__xQejO"};
1838
1838
 
1839
1839
  var _excluded$r = ["defaultIsOpen", "open", "onOpenChange", "className", "children"],
1840
1840
  _excluded2$2 = ["asChild", "onClick"],
@@ -1975,8 +1975,8 @@ var Drawer = /*#__PURE__*/forwardRef(function (_ref3, ref) {
1975
1975
  }, [initialFocusRef]);
1976
1976
  var dynamicWidth = width;
1977
1977
  var dynamicStyle = (_dynamicStyle = {}, _dynamicStyle['--drawer-width'] = dynamicWidth, _dynamicStyle);
1978
- var overlayClassnames = classNames(styles$h.overlay, styles$h.drawer, (_classNames = {}, _classNames[styles$h['hide-overlay']] = hideOverlay, _classNames[styles$h["hide-overlay-" + placement]] = hideOverlay, _classNames['position-fixed'] = containerRef === undefined, _classNames['position-absolute'] = containerRef !== undefined, _classNames));
1979
- var contentClassnames = classNames(styles$h['drawer-content'], styles$h[placement], (_classNames2 = {}, _classNames2[styles$h['hide-overlay']] = hideOverlay, _classNames2));
1978
+ var overlayClassnames = classNames(styles$i.overlay, styles$i.drawer, (_classNames = {}, _classNames[styles$i['hide-overlay']] = hideOverlay, _classNames[styles$i["hide-overlay-" + placement]] = hideOverlay, _classNames['position-fixed'] = containerRef === undefined, _classNames['position-absolute'] = containerRef !== undefined, _classNames));
1979
+ var contentClassnames = classNames(styles$i['drawer-content'], styles$i[placement], (_classNames2 = {}, _classNames2[styles$i['hide-overlay']] = hideOverlay, _classNames2));
1980
1980
  var parentElement = containerRef != null && containerRef.current ? containerRef.current : document.body;
1981
1981
  var isDisabledFocusLock = hideOverlay || dangerouslyBypassFocusLock;
1982
1982
  var isDisabledRemoveScroll = hideOverlay || dangerouslyBypassScrollLock;
@@ -2232,7 +2232,7 @@ var RadioInputIcon = function RadioInputIcon(_ref) {
2232
2232
  }));
2233
2233
  };
2234
2234
 
2235
- var styles$g = {"size-sm":"RadioInput-module_size-sm__6DLmn","size-md":"RadioInput-module_size-md__wiJ4R","size-lg":"RadioInput-module_size-lg__pX8S8","radio-container":"RadioInput-module_radio-container__EBRgV","hidden":"RadioInput-module_hidden__KF4as","size-sm-tablet":"RadioInput-module_size-sm-tablet__x7edi","size-md-tablet":"RadioInput-module_size-md-tablet__T-HTa","size-lg-tablet":"RadioInput-module_size-lg-tablet__0Hkim","size-sm-desktop":"RadioInput-module_size-sm-desktop__HjeWG","size-md-desktop":"RadioInput-module_size-md-desktop__3Y1fn","size-lg-desktop":"RadioInput-module_size-lg-desktop__z3nKW","size-sm-hd":"RadioInput-module_size-sm-hd__oxAR7","size-md-hd":"RadioInput-module_size-md-hd__ws7ro","size-lg-hd":"RadioInput-module_size-lg-hd__87uii"};
2235
+ var styles$h = {"size-sm":"RadioInput-module_size-sm__6DLmn","size-md":"RadioInput-module_size-md__wiJ4R","size-lg":"RadioInput-module_size-lg__pX8S8","radio-container":"RadioInput-module_radio-container__EBRgV","hidden":"RadioInput-module_hidden__KF4as","size-sm-tablet":"RadioInput-module_size-sm-tablet__x7edi","size-md-tablet":"RadioInput-module_size-md-tablet__T-HTa","size-lg-tablet":"RadioInput-module_size-lg-tablet__0Hkim","size-sm-desktop":"RadioInput-module_size-sm-desktop__HjeWG","size-md-desktop":"RadioInput-module_size-md-desktop__3Y1fn","size-lg-desktop":"RadioInput-module_size-lg-desktop__z3nKW","size-sm-hd":"RadioInput-module_size-sm-hd__oxAR7","size-md-hd":"RadioInput-module_size-md-hd__ws7ro","size-lg-hd":"RadioInput-module_size-lg-hd__87uii"};
2236
2236
 
2237
2237
  var RadioInput = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
2238
2238
  var _classNames;
@@ -2256,7 +2256,7 @@ var RadioInput = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
2256
2256
  _ref$size = _ref.size,
2257
2257
  size = _ref$size === void 0 ? 'md' : _ref$size;
2258
2258
  var responsiveClasses = classNames.apply(void 0, generateResponsiveClasses('size', size).map(function (c) {
2259
- return styles$g[c];
2259
+ return styles$h[c];
2260
2260
  }));
2261
2261
  var labelProps = {
2262
2262
  inputId: option.id,
@@ -2265,7 +2265,7 @@ var RadioInput = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
2265
2265
  isRadioInputLabel: true,
2266
2266
  justifyContent: 'center'
2267
2267
  };
2268
- var containerClasses = classNames('hyphen-components__variables__form-control', className, styles$g['radio-container'], responsiveClasses, (_classNames = {}, _classNames[styles$g.hidden] = isHidden, _classNames));
2268
+ var containerClasses = classNames('hyphen-components__variables__form-control', className, styles$h['radio-container'], responsiveClasses, (_classNames = {}, _classNames[styles$h.hidden] = isHidden, _classNames));
2269
2269
  return React__default.createElement(React__default.Fragment, null, option && React__default.createElement(Box, {
2270
2270
  className: containerClasses,
2271
2271
  key: option.id,
@@ -2301,7 +2301,7 @@ var RadioInput = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
2301
2301
  }), option.label && React__default.createElement(FormLabel, _extends({}, labelProps), option.label)));
2302
2302
  });
2303
2303
 
2304
- var styles$f = {"radio-group":"RadioGroup-module_radio-group__FWPcT","fieldset":"RadioGroup-module_fieldset__PEUXI","legend":"RadioGroup-module_legend__tcfV7","description":"RadioGroup-module_description__8fzM-"};
2304
+ var styles$g = {"radio-group":"RadioGroup-module_radio-group__FWPcT","fieldset":"RadioGroup-module_fieldset__PEUXI","legend":"RadioGroup-module_legend__tcfV7","description":"RadioGroup-module_description__8fzM-"};
2305
2305
 
2306
2306
  var _excluded$n = ["name", "onChange", "options", "className", "description", "direction", "error", "isDisabled", "isRequired", "onBlur", "onFocus", "requiredIndicator", "size", "title", "value"];
2307
2307
  var RadioGroup = function RadioGroup(_ref) {
@@ -2334,19 +2334,19 @@ var RadioGroup = function RadioGroup(_ref) {
2334
2334
  _ref$value = _ref.value,
2335
2335
  value = _ref$value === void 0 ? undefined : _ref$value,
2336
2336
  restProps = _objectWithoutPropertiesLoose(_ref, _excluded$n);
2337
- var groupClasses = classNames('hyphen-components__variables__form-control', className, (_classNames = {}, _classNames[styles$f.loading] = error, _classNames));
2337
+ var groupClasses = classNames('hyphen-components__variables__form-control', className, (_classNames = {}, _classNames[styles$g.loading] = error, _classNames));
2338
2338
  return React__default.createElement("div", _extends({
2339
- className: classNames(styles$f['radio-group'], groupClasses)
2339
+ className: classNames(styles$g['radio-group'], groupClasses)
2340
2340
  }, restProps), React__default.createElement("fieldset", {
2341
- className: styles$f.fieldset
2341
+ className: styles$g.fieldset
2342
2342
  }, (title || description) && React__default.createElement("legend", {
2343
- className: styles$f.legend
2343
+ className: styles$g.legend
2344
2344
  }, title, isRequired && React__default.createElement("span", null, requiredIndicator), description && React__default.createElement("div", {
2345
- className: styles$f.description
2345
+ className: styles$g.description
2346
2346
  }, description)), React__default.createElement(Box, {
2347
2347
  direction: direction,
2348
2348
  gap: "sm",
2349
- className: styles$f.options
2349
+ className: styles$g.options
2350
2350
  }, options && options.map(function (option) {
2351
2351
  return React__default.createElement(RadioInput, {
2352
2352
  key: option.id,
@@ -2386,7 +2386,7 @@ var FormikRadioGroup = function FormikRadioGroup(_ref) {
2386
2386
  }));
2387
2387
  };
2388
2388
 
2389
- var styles$e = {"react-select-icon":"SelectInput-module_react-select-icon__PvocB","size-sm":"SelectInput-module_size-sm__PKB-J","size-md":"SelectInput-module_size-md__n9Fj8","size-lg":"SelectInput-module_size-lg__LQ-uG","error":"SelectInput-module_error__Avf98","size-sm-tablet":"SelectInput-module_size-sm-tablet__2Dg01","size-md-tablet":"SelectInput-module_size-md-tablet__-iOSg","size-lg-tablet":"SelectInput-module_size-lg-tablet__9xmuJ","size-sm-desktop":"SelectInput-module_size-sm-desktop__tOWI4","size-md-desktop":"SelectInput-module_size-md-desktop__vo-UC","size-lg-desktop":"SelectInput-module_size-lg-desktop__nxQdj","size-sm-hd":"SelectInput-module_size-sm-hd__qamTH","size-md-hd":"SelectInput-module_size-md-hd__Cf8hk","size-lg-hd":"SelectInput-module_size-lg-hd__E4-mZ","disabled":"SelectInput-module_disabled__4ezAy","select-input-label":"SelectInput-module_select-input-label__eqEYa"};
2389
+ var styles$f = {"react-select-icon":"SelectInput-module_react-select-icon__PvocB","size-sm":"SelectInput-module_size-sm__PKB-J","size-md":"SelectInput-module_size-md__n9Fj8","size-lg":"SelectInput-module_size-lg__LQ-uG","error":"SelectInput-module_error__Avf98","size-sm-tablet":"SelectInput-module_size-sm-tablet__2Dg01","size-md-tablet":"SelectInput-module_size-md-tablet__-iOSg","size-lg-tablet":"SelectInput-module_size-lg-tablet__9xmuJ","size-sm-desktop":"SelectInput-module_size-sm-desktop__tOWI4","size-md-desktop":"SelectInput-module_size-md-desktop__vo-UC","size-lg-desktop":"SelectInput-module_size-lg-desktop__nxQdj","size-sm-hd":"SelectInput-module_size-sm-hd__qamTH","size-md-hd":"SelectInput-module_size-md-hd__Cf8hk","size-lg-hd":"SelectInput-module_size-lg-hd__E4-mZ","disabled":"SelectInput-module_disabled__4ezAy","select-input-label":"SelectInput-module_select-input-label__eqEYa"};
2390
2390
 
2391
2391
  var _excluded$l = ["id", "label", "onChange", "options", "value", "autoFocus", "className", "error", "helpText", "hideLabel", "isClearable", "isAsync", "isCreatable", "isDisabled", "isMulti", "isRequired", "menuPortalTarget", "name", "onFocus", "onBlur", "placeholder", "requiredIndicator", "size"];
2392
2392
  function SelectInput(props) {
@@ -2449,13 +2449,13 @@ function SelectInput(props) {
2449
2449
  };
2450
2450
  var responsiveClasses = generateResponsiveClasses('size', size);
2451
2451
  var wrapperClasses = classNames.apply(void 0, ['hyphen-components__variables__form-control', 'select-input-wrapper', className].concat(responsiveClasses.map(function (c) {
2452
- return styles$e[c];
2453
- }), [(_ref = {}, _ref[styles$e.disabled] = isDisabled, _ref)]));
2454
- var inputClasses = classNames('react-select', (_classNames = {}, _classNames[styles$e.error] = error, _classNames));
2452
+ return styles$f[c];
2453
+ }), [(_ref = {}, _ref[styles$f.disabled] = isDisabled, _ref)]));
2454
+ var inputClasses = classNames('react-select', (_classNames = {}, _classNames[styles$f.error] = error, _classNames));
2455
2455
  var labelProps = {
2456
2456
  inputId: id,
2457
2457
  helpText: helpText,
2458
- className: styles$e['select-input-label'],
2458
+ className: styles$f['select-input-label'],
2459
2459
  isDisabled: isDisabled,
2460
2460
  isFieldRequired: isRequired,
2461
2461
  requiredIndicator: requiredIndicator
@@ -2542,7 +2542,7 @@ var FormikSelectInput = function FormikSelectInput(_ref) {
2542
2542
  }, props));
2543
2543
  };
2544
2544
 
2545
- var styles$d = {"text-input-wrapper":"SelectInputInset-module_text-input-wrapper__hZ4Fy","size-md":"SelectInputInset-module_size-md__6MFcV","select-input-label":"SelectInputInset-module_select-input-label__6XdR6","clear-button":"SelectInputInset-module_clear-button__xbZaY","size-lg":"SelectInputInset-module_size-lg__i2Bzf","disabled":"SelectInputInset-module_disabled__DYSr2","size-md-tablet":"SelectInputInset-module_size-md-tablet__xwoPz","size-lg-tablet":"SelectInputInset-module_size-lg-tablet__2DgFa","size-md-desktop":"SelectInputInset-module_size-md-desktop__MfemS","size-lg-desktop":"SelectInputInset-module_size-lg-desktop__etLGJ","size-md-hd":"SelectInputInset-module_size-md-hd__NWb1q","size-lg-hd":"SelectInputInset-module_size-lg-hd__ycjXC","error":"SelectInputInset-module_error__j-jgS"};
2545
+ var styles$e = {"text-input-wrapper":"SelectInputInset-module_text-input-wrapper__hZ4Fy","size-md":"SelectInputInset-module_size-md__6MFcV","select-input-label":"SelectInputInset-module_select-input-label__6XdR6","clear-button":"SelectInputInset-module_clear-button__xbZaY","size-lg":"SelectInputInset-module_size-lg__i2Bzf","disabled":"SelectInputInset-module_disabled__DYSr2","size-md-tablet":"SelectInputInset-module_size-md-tablet__xwoPz","size-lg-tablet":"SelectInputInset-module_size-lg-tablet__2DgFa","size-md-desktop":"SelectInputInset-module_size-md-desktop__MfemS","size-lg-desktop":"SelectInputInset-module_size-lg-desktop__etLGJ","size-md-hd":"SelectInputInset-module_size-md-hd__NWb1q","size-lg-hd":"SelectInputInset-module_size-lg-hd__ycjXC","error":"SelectInputInset-module_error__j-jgS"};
2546
2546
 
2547
2547
  var SelectInputInset = /*#__PURE__*/forwardRef(function (_ref, ref) {
2548
2548
  var _ref2;
@@ -2584,10 +2584,10 @@ var SelectInputInset = /*#__PURE__*/forwardRef(function (_ref, ref) {
2584
2584
  };
2585
2585
  var optionsWithPlaceholder = [_extends({}, placeholderOption)].concat(options);
2586
2586
  var responsiveClasses = generateResponsiveClasses('size', size);
2587
- var inputWrapperClasses = classNames.apply(void 0, ['hyphen-components__variables__form-control', styles$d['text-input-wrapper']].concat(responsiveClasses.map(function (c) {
2588
- return styles$d[c];
2589
- }), [(_ref2 = {}, _ref2[styles$d.error] = error, _ref2[styles$d.disabled] = isDisabled, _ref2[styles$d['is-clearable']] = onClear, _ref2)]));
2590
- var clearBtnClasses = classNames(styles$d['clear-button'], styles$d.md);
2587
+ var inputWrapperClasses = classNames.apply(void 0, ['hyphen-components__variables__form-control', styles$e['text-input-wrapper']].concat(responsiveClasses.map(function (c) {
2588
+ return styles$e[c];
2589
+ }), [(_ref2 = {}, _ref2[styles$e.error] = error, _ref2[styles$e.disabled] = isDisabled, _ref2[styles$e['is-clearable']] = onClear, _ref2)]));
2590
+ var clearBtnClasses = classNames(styles$e['clear-button'], styles$e.md);
2591
2591
  var renderClearIcon = function renderClearIcon() {
2592
2592
  var handleKeyPress = function handleKeyPress(event) {
2593
2593
  if (event.keyCode === 13 && onClear) onClear(event);
@@ -2642,7 +2642,7 @@ var SelectInputInset = /*#__PURE__*/forwardRef(function (_ref, ref) {
2642
2642
  }, option.label);
2643
2643
  })), !!onClear && !!value && renderClearIcon(), React__default.createElement("label", {
2644
2644
  htmlFor: id,
2645
- className: styles$d['select-input-label'],
2645
+ className: styles$e['select-input-label'],
2646
2646
  id: id + "Label"
2647
2647
  }, label, isRequired && requiredIndicator && React__default.createElement("span", null, requiredIndicator))), helpText && React__default.createElement(HelpText, null, helpText), error && error !== true && React__default.createElement(InputValidationMessage, null, error));
2648
2648
  });
@@ -2674,7 +2674,7 @@ var FormikSelectInputInset = function FormikSelectInputInset(_ref) {
2674
2674
  }));
2675
2675
  };
2676
2676
 
2677
- var styles$c = {"text-input-wrapper":"TextareaInputInset-module_text-input-wrapper__0VNFI","size-md":"TextareaInputInset-module_size-md__Hkdpr","text-input-label":"TextareaInputInset-module_text-input-label__yHDss","size-lg":"TextareaInputInset-module_size-lg__wOXof","disabled":"TextareaInputInset-module_disabled__U-Fpa","size-md-tablet":"TextareaInputInset-module_size-md-tablet__KnN-9","size-lg-tablet":"TextareaInputInset-module_size-lg-tablet__oJ0ib","size-md-desktop":"TextareaInputInset-module_size-md-desktop__uBIxD","size-lg-desktop":"TextareaInputInset-module_size-lg-desktop__3qmko","size-md-hd":"TextareaInputInset-module_size-md-hd__6340p","size-lg-hd":"TextareaInputInset-module_size-lg-hd__PtVQT","error":"TextareaInputInset-module_error__sxX-U","textarea-resize-both":"TextareaInputInset-module_textarea-resize-both__53-Ff","textarea-resize-horizontal":"TextareaInputInset-module_textarea-resize-horizontal__X0ibH","textarea-resize-vertical":"TextareaInputInset-module_textarea-resize-vertical__YlsyR","textarea-resize-none":"TextareaInputInset-module_textarea-resize-none__p0eJB"};
2677
+ var styles$d = {"text-input-wrapper":"TextareaInputInset-module_text-input-wrapper__0VNFI","size-md":"TextareaInputInset-module_size-md__Hkdpr","text-input-label":"TextareaInputInset-module_text-input-label__yHDss","size-lg":"TextareaInputInset-module_size-lg__wOXof","disabled":"TextareaInputInset-module_disabled__U-Fpa","size-md-tablet":"TextareaInputInset-module_size-md-tablet__KnN-9","size-lg-tablet":"TextareaInputInset-module_size-lg-tablet__oJ0ib","size-md-desktop":"TextareaInputInset-module_size-md-desktop__uBIxD","size-lg-desktop":"TextareaInputInset-module_size-lg-desktop__3qmko","size-md-hd":"TextareaInputInset-module_size-md-hd__6340p","size-lg-hd":"TextareaInputInset-module_size-lg-hd__PtVQT","error":"TextareaInputInset-module_error__sxX-U","textarea-resize-both":"TextareaInputInset-module_textarea-resize-both__53-Ff","textarea-resize-horizontal":"TextareaInputInset-module_textarea-resize-horizontal__X0ibH","textarea-resize-vertical":"TextareaInputInset-module_textarea-resize-vertical__YlsyR","textarea-resize-none":"TextareaInputInset-module_textarea-resize-none__p0eJB"};
2678
2678
 
2679
2679
  var TextareaInputInset = /*#__PURE__*/forwardRef(function (_ref, ref) {
2680
2680
  var _ref2, _classNames;
@@ -2717,9 +2717,9 @@ var TextareaInputInset = /*#__PURE__*/forwardRef(function (_ref, ref) {
2717
2717
  _ref$type = _ref.type,
2718
2718
  type = _ref$type === void 0 ? 'text' : _ref$type;
2719
2719
  var responsiveClasses = generateResponsiveClasses('size', size);
2720
- var inputWrapperClasses = classNames.apply(void 0, ['hyphen-components__variables__form-control', styles$c['text-input-wrapper']].concat(responsiveClasses.map(function (c) {
2721
- return styles$c[c];
2722
- }), [(_ref2 = {}, _ref2[styles$c.disabled] = isDisabled, _ref2)]));
2720
+ var inputWrapperClasses = classNames.apply(void 0, ['hyphen-components__variables__form-control', styles$d['text-input-wrapper']].concat(responsiveClasses.map(function (c) {
2721
+ return styles$d[c];
2722
+ }), [(_ref2 = {}, _ref2[styles$d.disabled] = isDisabled, _ref2)]));
2723
2723
  var computedInputProps = _extends({}, inputProps, {
2724
2724
  // These are spread first so that we don't have top level props overwritten by the user.
2725
2725
  'aria-required': isRequired,
@@ -2728,7 +2728,7 @@ var TextareaInputInset = /*#__PURE__*/forwardRef(function (_ref, ref) {
2728
2728
  'aria-labelledby': label ? id + "Label" : undefined,
2729
2729
  autoComplete: getAutoCompleteValue(autoComplete),
2730
2730
  autoFocus: autoFocus,
2731
- className: classNames(styles$c["textarea-resize-" + resize], (_classNames = {}, _classNames[styles$c.error] = error, _classNames)),
2731
+ className: classNames(styles$d["textarea-resize-" + resize], (_classNames = {}, _classNames[styles$d.error] = error, _classNames)),
2732
2732
  disabled: isDisabled,
2733
2733
  id: id,
2734
2734
  maxLength: maxLength,
@@ -2754,7 +2754,7 @@ var TextareaInputInset = /*#__PURE__*/forwardRef(function (_ref, ref) {
2754
2754
  as: "textarea"
2755
2755
  }, computedInputProps)), React__default.createElement("label", {
2756
2756
  htmlFor: id,
2757
- className: styles$c['text-input-label'],
2757
+ className: styles$d['text-input-label'],
2758
2758
  id: id + "Label"
2759
2759
  }, label, isRequired && requiredIndicator && React__default.createElement("span", null, requiredIndicator))), helpText && React__default.createElement(HelpText, null, helpText), error && error !== true && React__default.createElement(InputValidationMessage, null, error));
2760
2760
  });
@@ -2784,7 +2784,7 @@ var FormikTextareaInputInset = function FormikTextareaInputInset(_ref) {
2784
2784
  }));
2785
2785
  };
2786
2786
 
2787
- var styles$b = {"text-input-wrapper":"TextInputInset-module_text-input-wrapper__qQzOh","size-md":"TextInputInset-module_size-md__Lg91X","label-input-wrapper":"TextInputInset-module_label-input-wrapper__opMsd","text-input-label":"TextInputInset-module_text-input-label__zADJM","prefix":"TextInputInset-module_prefix__i-iby","suffix":"TextInputInset-module_suffix__r9ZnM","clear-button":"TextInputInset-module_clear-button__kV9pf","size-lg":"TextInputInset-module_size-lg__ggigL","disabled":"TextInputInset-module_disabled__udCEB","size-md-tablet":"TextInputInset-module_size-md-tablet__adPUS","size-lg-tablet":"TextInputInset-module_size-lg-tablet__HZTUo","size-md-desktop":"TextInputInset-module_size-md-desktop__Pjze7","size-lg-desktop":"TextInputInset-module_size-lg-desktop__5ov91","size-md-hd":"TextInputInset-module_size-md-hd__jyglU","size-lg-hd":"TextInputInset-module_size-lg-hd__ymgTS","error":"TextInputInset-module_error__LZghB"};
2787
+ var styles$c = {"text-input-wrapper":"TextInputInset-module_text-input-wrapper__qQzOh","size-md":"TextInputInset-module_size-md__Lg91X","label-input-wrapper":"TextInputInset-module_label-input-wrapper__opMsd","text-input-label":"TextInputInset-module_text-input-label__zADJM","prefix":"TextInputInset-module_prefix__i-iby","suffix":"TextInputInset-module_suffix__r9ZnM","clear-button":"TextInputInset-module_clear-button__kV9pf","size-lg":"TextInputInset-module_size-lg__ggigL","disabled":"TextInputInset-module_disabled__udCEB","size-md-tablet":"TextInputInset-module_size-md-tablet__adPUS","size-lg-tablet":"TextInputInset-module_size-lg-tablet__HZTUo","size-md-desktop":"TextInputInset-module_size-md-desktop__Pjze7","size-lg-desktop":"TextInputInset-module_size-lg-desktop__5ov91","size-md-hd":"TextInputInset-module_size-md-hd__jyglU","size-lg-hd":"TextInputInset-module_size-lg-hd__ymgTS","error":"TextInputInset-module_error__LZghB"};
2788
2788
 
2789
2789
  var TextInputInset = /*#__PURE__*/forwardRef(function (_ref, ref) {
2790
2790
  var _ref2;
@@ -2828,10 +2828,10 @@ var TextInputInset = /*#__PURE__*/forwardRef(function (_ref, ref) {
2828
2828
  _ref$type = _ref.type,
2829
2829
  type = _ref$type === void 0 ? 'text' : _ref$type;
2830
2830
  var responsiveClasses = generateResponsiveClasses('size', size);
2831
- var inputWrapperClasses = classNames.apply(void 0, ['hyphen-components__variables__form-control', styles$b['text-input-wrapper']].concat(responsiveClasses.map(function (c) {
2832
- return styles$b[c];
2833
- }), [(_ref2 = {}, _ref2[styles$b.error] = error, _ref2[styles$b.disabled] = isDisabled, _ref2[styles$b['is-clearable']] = onClear, _ref2)]));
2834
- var clearBtnClasses = classNames(styles$b['clear-button'], styles$b.md);
2831
+ var inputWrapperClasses = classNames.apply(void 0, ['hyphen-components__variables__form-control', styles$c['text-input-wrapper']].concat(responsiveClasses.map(function (c) {
2832
+ return styles$c[c];
2833
+ }), [(_ref2 = {}, _ref2[styles$c.error] = error, _ref2[styles$c.disabled] = isDisabled, _ref2[styles$c['is-clearable']] = onClear, _ref2)]));
2834
+ var clearBtnClasses = classNames(styles$c['clear-button'], styles$c.md);
2835
2835
  var renderClearIcon = function renderClearIcon() {
2836
2836
  var handleKeyPress = function handleKeyPress(event) {
2837
2837
  if (event.keyCode === 13 && onClear) onClear(event);
@@ -2880,7 +2880,7 @@ var TextInputInset = /*#__PURE__*/forwardRef(function (_ref, ref) {
2880
2880
  alignItems: "center",
2881
2881
  justifyContent: "center",
2882
2882
  background: "secondary",
2883
- className: classNames(styles$b.prefix, 'ws-nowrap')
2883
+ className: classNames(styles$c.prefix, 'ws-nowrap')
2884
2884
  }, prefix), React__default.createElement(Box, {
2885
2885
  direction: "row",
2886
2886
  position: "relative",
@@ -2890,12 +2890,12 @@ var TextInputInset = /*#__PURE__*/forwardRef(function (_ref, ref) {
2890
2890
  as: "input"
2891
2891
  }, computedInputProps)), !!onClear && !!value && renderClearIcon(), React__default.createElement("label", {
2892
2892
  htmlFor: id,
2893
- className: styles$b['text-input-label'],
2893
+ className: styles$c['text-input-label'],
2894
2894
  id: id + "Label"
2895
2895
  }, label, isRequired && requiredIndicator && React__default.createElement("span", null, requiredIndicator))), suffix && React__default.createElement(Box, {
2896
2896
  color: "base",
2897
2897
  background: "secondary",
2898
- className: classNames(styles$b.suffix, 'ws-nowrap')
2898
+ className: classNames(styles$c.suffix, 'ws-nowrap')
2899
2899
  }, suffix)), helpText && React__default.createElement(HelpText, null, helpText), error && error !== true && React__default.createElement(InputValidationMessage, null, error));
2900
2900
  });
2901
2901
 
@@ -2924,7 +2924,7 @@ var FormikTextInputInset = function FormikTextInputInset(_ref) {
2924
2924
  }));
2925
2925
  };
2926
2926
 
2927
- var styles$a = {"select-input-native-wrapper":"SelectInputNative-module_select-input-native-wrapper__-vvFm","disabled":"SelectInputNative-module_disabled__gKmV4","size-sm":"SelectInputNative-module_size-sm__7Ql4z","size-md":"SelectInputNative-module_size-md__ofleh","size-lg":"SelectInputNative-module_size-lg__ewS-6","size-sm-tablet":"SelectInputNative-module_size-sm-tablet__3wbFA","size-md-tablet":"SelectInputNative-module_size-md-tablet__nLo2t","size-lg-tablet":"SelectInputNative-module_size-lg-tablet__fLu2T","size-sm-desktop":"SelectInputNative-module_size-sm-desktop__aUL7D","size-md-desktop":"SelectInputNative-module_size-md-desktop__s1uoc","size-lg-desktop":"SelectInputNative-module_size-lg-desktop__Ri2Ka","size-sm-hd":"SelectInputNative-module_size-sm-hd__RVm4G","size-md-hd":"SelectInputNative-module_size-md-hd__m4Rqf","size-lg-hd":"SelectInputNative-module_size-lg-hd__V6i8b","error":"SelectInputNative-module_error__RBOZT","text-input-label":"SelectInputNative-module_text-input-label__-YjDc"};
2927
+ var styles$b = {"select-input-native-wrapper":"SelectInputNative-module_select-input-native-wrapper__-vvFm","disabled":"SelectInputNative-module_disabled__gKmV4","size-sm":"SelectInputNative-module_size-sm__7Ql4z","size-md":"SelectInputNative-module_size-md__ofleh","size-lg":"SelectInputNative-module_size-lg__ewS-6","size-sm-tablet":"SelectInputNative-module_size-sm-tablet__3wbFA","size-md-tablet":"SelectInputNative-module_size-md-tablet__nLo2t","size-lg-tablet":"SelectInputNative-module_size-lg-tablet__fLu2T","size-sm-desktop":"SelectInputNative-module_size-sm-desktop__aUL7D","size-md-desktop":"SelectInputNative-module_size-md-desktop__s1uoc","size-lg-desktop":"SelectInputNative-module_size-lg-desktop__Ri2Ka","size-sm-hd":"SelectInputNative-module_size-sm-hd__RVm4G","size-md-hd":"SelectInputNative-module_size-md-hd__m4Rqf","size-lg-hd":"SelectInputNative-module_size-lg-hd__V6i8b","error":"SelectInputNative-module_error__RBOZT","text-input-label":"SelectInputNative-module_text-input-label__-YjDc"};
2928
2928
 
2929
2929
  var _excluded$g = ["autoFocus", "label", "hideLabel", "helpText", "error", "id", "isDisabled", "isRequired", "name", "value", "options", "onChange", "placeholder", "requiredIndicator", "size"];
2930
2930
  var SelectInputNative = function SelectInputNative(_ref) {
@@ -2955,9 +2955,9 @@ var SelectInputNative = function SelectInputNative(_ref) {
2955
2955
  };
2956
2956
  var optionsWithPlaceholder = [_extends({}, placeholderOption)].concat(options);
2957
2957
  var responsiveClasses = generateResponsiveClasses('size', size);
2958
- var selectWrapperClasses = classNames.apply(void 0, ['hyphen-components__variables__form-control', styles$a['select-input-native-wrapper']].concat(responsiveClasses.map(function (className) {
2959
- return styles$a[className];
2960
- }), [(_ref2 = {}, _ref2[styles$a.disabled] = isDisabled, _ref2[styles$a.error] = error, _ref2)]));
2958
+ var selectWrapperClasses = classNames.apply(void 0, ['hyphen-components__variables__form-control', styles$b['select-input-native-wrapper']].concat(responsiveClasses.map(function (className) {
2959
+ return styles$b[className];
2960
+ }), [(_ref2 = {}, _ref2[styles$b.disabled] = isDisabled, _ref2[styles$b.error] = error, _ref2)]));
2961
2961
  return React__default.createElement(FormControl, _extends({
2962
2962
  label: label,
2963
2963
  hideLabel: hideLabel,
@@ -3046,7 +3046,7 @@ var FormikTextInput = function FormikTextInput(_ref) {
3046
3046
  }));
3047
3047
  };
3048
3048
 
3049
- var styles$9 = {"textarea-input-wrapper":"TextareaInput-module_textarea-input-wrapper__mJBZN","size-sm":"TextareaInput-module_size-sm__-YCcV","size-md":"TextareaInput-module_size-md__uPOvN","size-lg":"TextareaInput-module_size-lg__P5SYv","size-sm-tablet":"TextareaInput-module_size-sm-tablet__rYP2T","size-md-tablet":"TextareaInput-module_size-md-tablet__D1PYq","size-lg-tablet":"TextareaInput-module_size-lg-tablet__N-UED","size-sm-desktop":"TextareaInput-module_size-sm-desktop__Z-Zdg","size-md-desktop":"TextareaInput-module_size-md-desktop__W3jIm","size-lg-desktop":"TextareaInput-module_size-lg-desktop__XLwk0","size-sm-hd":"TextareaInput-module_size-sm-hd__KP21d","size-md-hd":"TextareaInput-module_size-md-hd__3me0R","size-lg-hd":"TextareaInput-module_size-lg-hd__BcgC-","error":"TextareaInput-module_error__JpCpt","textarea-input-label":"TextareaInput-module_textarea-input-label__1zb77","textarea-resize-both":"TextareaInput-module_textarea-resize-both__Gn3Zh","textarea-resize-horizontal":"TextareaInput-module_textarea-resize-horizontal__0aRED","textarea-resize-vertical":"TextareaInput-module_textarea-resize-vertical__DbKar","textarea-resize-none":"TextareaInput-module_textarea-resize-none__l6dRF"};
3049
+ var styles$a = {"textarea-input-wrapper":"TextareaInput-module_textarea-input-wrapper__mJBZN","size-sm":"TextareaInput-module_size-sm__-YCcV","size-md":"TextareaInput-module_size-md__uPOvN","size-lg":"TextareaInput-module_size-lg__P5SYv","size-sm-tablet":"TextareaInput-module_size-sm-tablet__rYP2T","size-md-tablet":"TextareaInput-module_size-md-tablet__D1PYq","size-lg-tablet":"TextareaInput-module_size-lg-tablet__N-UED","size-sm-desktop":"TextareaInput-module_size-sm-desktop__Z-Zdg","size-md-desktop":"TextareaInput-module_size-md-desktop__W3jIm","size-lg-desktop":"TextareaInput-module_size-lg-desktop__XLwk0","size-sm-hd":"TextareaInput-module_size-sm-hd__KP21d","size-md-hd":"TextareaInput-module_size-md-hd__3me0R","size-lg-hd":"TextareaInput-module_size-lg-hd__BcgC-","error":"TextareaInput-module_error__JpCpt","textarea-input-label":"TextareaInput-module_textarea-input-label__1zb77","textarea-resize-both":"TextareaInput-module_textarea-resize-both__Gn3Zh","textarea-resize-horizontal":"TextareaInput-module_textarea-resize-horizontal__0aRED","textarea-resize-vertical":"TextareaInput-module_textarea-resize-vertical__DbKar","textarea-resize-none":"TextareaInput-module_textarea-resize-none__l6dRF"};
3050
3050
 
3051
3051
  var _excluded$d = ["id", "label", "onChange", "value", "autoComplete", "autoFocus", "className", "error", "helpText", "hideLabel", "isDisabled", "isRequired", "maxLength", "name", "onBlur", "onFocus", "placeholder", "requiredIndicator", "resize", "rows", "size"];
3052
3052
  var TextareaInput = function TextareaInput(_ref) {
@@ -3090,9 +3090,9 @@ var TextareaInput = function TextareaInput(_ref) {
3090
3090
  size = _ref$size === void 0 ? 'md' : _ref$size,
3091
3091
  restProps = _objectWithoutPropertiesLoose(_ref, _excluded$d);
3092
3092
  var responsiveClasses = generateResponsiveClasses('size', size);
3093
- var inputWrapperClasses = classNames.apply(void 0, ['hyphen-components__variables__form-control', styles$9['textarea-input-wrapper']].concat(responsiveClasses.map(function (c) {
3094
- return styles$9[c];
3095
- }), [(_ref2 = {}, _ref2[styles$9.error] = error, _ref2[styles$9.disabled] = isDisabled, _ref2)]));
3093
+ var inputWrapperClasses = classNames.apply(void 0, ['hyphen-components__variables__form-control', styles$a['textarea-input-wrapper']].concat(responsiveClasses.map(function (c) {
3094
+ return styles$a[c];
3095
+ }), [(_ref2 = {}, _ref2[styles$a.error] = error, _ref2[styles$a.disabled] = isDisabled, _ref2)]));
3096
3096
  var inputProps = {
3097
3097
  'aria-required': isRequired,
3098
3098
  'aria-invalid': !!error,
@@ -3100,7 +3100,7 @@ var TextareaInput = function TextareaInput(_ref) {
3100
3100
  'aria-labelledby': label && !hideLabel ? id + "Label" : undefined,
3101
3101
  autoComplete: getAutoCompleteValue(autoComplete),
3102
3102
  autoFocus: autoFocus,
3103
- className: classNames(styles$9["textarea-resize-" + resize]),
3103
+ className: classNames(styles$a["textarea-resize-" + resize]),
3104
3104
  disabled: isDisabled,
3105
3105
  id: id,
3106
3106
  maxLength: maxLength,
@@ -3116,7 +3116,7 @@ var TextareaInput = function TextareaInput(_ref) {
3116
3116
  var labelProps = {
3117
3117
  inputId: id,
3118
3118
  helpText: helpText,
3119
- className: styles$9['textarea-input-label'],
3119
+ className: styles$a['textarea-input-label'],
3120
3120
  isDisabled: isDisabled,
3121
3121
  isFieldRequired: isRequired,
3122
3122
  requiredIndicator: requiredIndicator
@@ -3302,7 +3302,7 @@ var FormikTimePickerNative = function FormikTimePickerNative(_ref) {
3302
3302
  }));
3303
3303
  };
3304
3304
 
3305
- var styles$8 = {"thumb-size-sm":"Toggle-module_thumb-size-sm__GeodE","thumb-size-md":"Toggle-module_thumb-size-md__hZP-v","thumb-size-lg":"Toggle-module_thumb-size-lg__vTfiF","track-size-sm":"Toggle-module_track-size-sm__9H8xR","track-size-md":"Toggle-module_track-size-md__7tLlO","track-size-lg":"Toggle-module_track-size-lg__9drMt","thumb-size-sm-tablet":"Toggle-module_thumb-size-sm-tablet__pbksf","thumb-size-md-tablet":"Toggle-module_thumb-size-md-tablet__-TDJj","thumb-size-lg-tablet":"Toggle-module_thumb-size-lg-tablet__Q0isC","track-size-sm-tablet":"Toggle-module_track-size-sm-tablet__vpDN9","track-size-md-tablet":"Toggle-module_track-size-md-tablet__jBAOT","track-size-lg-tablet":"Toggle-module_track-size-lg-tablet__MLRv2","thumb-size-sm-desktop":"Toggle-module_thumb-size-sm-desktop__8a93z","thumb-size-md-desktop":"Toggle-module_thumb-size-md-desktop__VaAlw","thumb-size-lg-desktop":"Toggle-module_thumb-size-lg-desktop__c9vh7","track-size-sm-desktop":"Toggle-module_track-size-sm-desktop__LqFN-","track-size-md-desktop":"Toggle-module_track-size-md-desktop__3ClrR","track-size-lg-desktop":"Toggle-module_track-size-lg-desktop__ruWSF","thumb-size-sm-hd":"Toggle-module_thumb-size-sm-hd__m5Lwq","thumb-size-md-hd":"Toggle-module_thumb-size-md-hd__4VcAY","thumb-size-lg-hd":"Toggle-module_thumb-size-lg-hd__L-oay","track-size-sm-hd":"Toggle-module_track-size-sm-hd__0m-1g","track-size-md-hd":"Toggle-module_track-size-md-hd__S19uj","track-size-lg-hd":"Toggle-module_track-size-lg-hd__Go0mj","disabled":"Toggle-module_disabled__sxlCk","toggle-thumb":"Toggle-module_toggle-thumb__6hl8Y","toggle-track":"Toggle-module_toggle-track__Jv1qD","error":"Toggle-module_error__f1tIX","toggle-input":"Toggle-module_toggle-input__sNnss"};
3305
+ var styles$9 = {"thumb-size-sm":"Toggle-module_thumb-size-sm__GeodE","thumb-size-md":"Toggle-module_thumb-size-md__hZP-v","thumb-size-lg":"Toggle-module_thumb-size-lg__vTfiF","track-size-sm":"Toggle-module_track-size-sm__9H8xR","track-size-md":"Toggle-module_track-size-md__7tLlO","track-size-lg":"Toggle-module_track-size-lg__9drMt","thumb-size-sm-tablet":"Toggle-module_thumb-size-sm-tablet__pbksf","thumb-size-md-tablet":"Toggle-module_thumb-size-md-tablet__-TDJj","thumb-size-lg-tablet":"Toggle-module_thumb-size-lg-tablet__Q0isC","track-size-sm-tablet":"Toggle-module_track-size-sm-tablet__vpDN9","track-size-md-tablet":"Toggle-module_track-size-md-tablet__jBAOT","track-size-lg-tablet":"Toggle-module_track-size-lg-tablet__MLRv2","thumb-size-sm-desktop":"Toggle-module_thumb-size-sm-desktop__8a93z","thumb-size-md-desktop":"Toggle-module_thumb-size-md-desktop__VaAlw","thumb-size-lg-desktop":"Toggle-module_thumb-size-lg-desktop__c9vh7","track-size-sm-desktop":"Toggle-module_track-size-sm-desktop__LqFN-","track-size-md-desktop":"Toggle-module_track-size-md-desktop__3ClrR","track-size-lg-desktop":"Toggle-module_track-size-lg-desktop__ruWSF","thumb-size-sm-hd":"Toggle-module_thumb-size-sm-hd__m5Lwq","thumb-size-md-hd":"Toggle-module_thumb-size-md-hd__4VcAY","thumb-size-lg-hd":"Toggle-module_thumb-size-lg-hd__L-oay","track-size-sm-hd":"Toggle-module_track-size-sm-hd__0m-1g","track-size-md-hd":"Toggle-module_track-size-md-hd__S19uj","track-size-lg-hd":"Toggle-module_track-size-lg-hd__Go0mj","disabled":"Toggle-module_disabled__sxlCk","toggle-thumb":"Toggle-module_toggle-thumb__6hl8Y","toggle-track":"Toggle-module_toggle-track__Jv1qD","error":"Toggle-module_error__f1tIX","toggle-input":"Toggle-module_toggle-input__sNnss"};
3306
3306
 
3307
3307
  var Toggle = function Toggle(_ref) {
3308
3308
  var _classNames, _ref2;
@@ -3338,12 +3338,12 @@ var Toggle = function Toggle(_ref) {
3338
3338
  var handleFocus = function handleFocus(event) {
3339
3339
  if (onFocus) onFocus(event);
3340
3340
  };
3341
- var wrapperClasses = classNames('hyphen-components__variables__form-control', (_classNames = {}, _classNames[styles$8.disabled] = isDisabled, _classNames));
3342
- var trackClasses = classNames.apply(void 0, [styles$8['toggle-track']].concat(generateResponsiveClasses('track-size', size).map(function (c) {
3343
- return styles$8[c];
3344
- }), [(_ref2 = {}, _ref2[styles$8.error] = error, _ref2)]));
3345
- var thumbClasses = classNames.apply(void 0, [styles$8['toggle-thumb']].concat(generateResponsiveClasses('thumb-size', size).map(function (c) {
3346
- return styles$8[c];
3341
+ var wrapperClasses = classNames('hyphen-components__variables__form-control', (_classNames = {}, _classNames[styles$9.disabled] = isDisabled, _classNames));
3342
+ var trackClasses = classNames.apply(void 0, [styles$9['toggle-track']].concat(generateResponsiveClasses('track-size', size).map(function (c) {
3343
+ return styles$9[c];
3344
+ }), [(_ref2 = {}, _ref2[styles$9.error] = error, _ref2)]));
3345
+ var thumbClasses = classNames.apply(void 0, [styles$9['toggle-thumb']].concat(generateResponsiveClasses('thumb-size', size).map(function (c) {
3346
+ return styles$9[c];
3347
3347
  })));
3348
3348
  var inputProps = {
3349
3349
  'aria-required': isRequired,
@@ -3358,7 +3358,7 @@ var Toggle = function Toggle(_ref) {
3358
3358
  onFocus: handleFocus,
3359
3359
  required: isRequired,
3360
3360
  type: 'checkbox',
3361
- className: styles$8['toggle-input']
3361
+ className: styles$9['toggle-input']
3362
3362
  };
3363
3363
  var labelProps = {
3364
3364
  inputId: id,
@@ -3489,7 +3489,7 @@ var ModalBody = function ModalBody(_ref) {
3489
3489
  }, restProps), children);
3490
3490
  };
3491
3491
 
3492
- var styles$7 = {"modal-close":"Modal-module_modal-close__1YmMa","modal":"Modal-module_modal__yNG-7","modal-content":"Modal-module_modal-content__GMtBm"};
3492
+ var styles$8 = {"modal-close":"Modal-module_modal-close__1YmMa","modal":"Modal-module_modal__yNG-7","modal-content":"Modal-module_modal-content__GMtBm"};
3493
3493
 
3494
3494
  var _excluded$4 = ["ariaLabel", "ariaLabelledBy", "allowPinchZoom", "children", "className", "containerRef", "fullScreenMobile", "initialFocusRef", "isOpen", "maxWidth", "onDismiss", "overflow"];
3495
3495
  var ModalBaseComponent = /*#__PURE__*/forwardRef(function (_ref, ref) {
@@ -3520,10 +3520,10 @@ var ModalBaseComponent = /*#__PURE__*/forwardRef(function (_ref, ref) {
3520
3520
  }, 100);
3521
3521
  }, [initialFocusRef]);
3522
3522
  var maxWidthCss = getDimensionCss('mw', maxWidth);
3523
- var overlayClassnames = classNames(styles$7.overlay, styles$7.modal, {
3523
+ var overlayClassnames = classNames(styles$8.overlay, styles$8.modal, {
3524
3524
  fullscreen: fullScreenMobile
3525
3525
  });
3526
- var contentClassnames = classNames(styles$7['modal-content'], className, maxWidthCss.classes, (_classNames = {}, _classNames["overflow-" + overflow] = overflow, _classNames));
3526
+ var contentClassnames = classNames(styles$8['modal-content'], className, maxWidthCss.classes, (_classNames = {}, _classNames["overflow-" + overflow] = overflow, _classNames));
3527
3527
  if (!isOpen) return null;
3528
3528
  var parentElement = containerRef != null && containerRef.current ? containerRef.current : undefined;
3529
3529
  return React__default.createElement(FocusLock, {
@@ -3735,7 +3735,7 @@ var Pagination = function Pagination(_ref) {
3735
3735
  }, isTotalVisible && activeListRangeText));
3736
3736
  };
3737
3737
 
3738
- var styles$6 = {"slider":"RangeInput-module_slider__Z6D68","disabled":"RangeInput-module_disabled__gyu72"};
3738
+ var styles$7 = {"slider":"RangeInput-module_slider__Z6D68","disabled":"RangeInput-module_disabled__gyu72"};
3739
3739
 
3740
3740
  var _excluded$3 = ["value", "max", "id", "onChange", "className", "isDisabled"];
3741
3741
  var RangeInput = function RangeInput(_ref) {
@@ -3760,7 +3760,7 @@ var RangeInput = function RangeInput(_ref) {
3760
3760
  "aria-valuemax": max,
3761
3761
  "aria-valuenow": value,
3762
3762
  "aria-label": "range input",
3763
- className: classNames(styles$6.slider, className, (_classNames = {}, _classNames[styles$6.disabled] = isDisabled, _classNames)),
3763
+ className: classNames(styles$7.slider, className, (_classNames = {}, _classNames[styles$7.disabled] = isDisabled, _classNames)),
3764
3764
  onChange: onChange,
3765
3765
  disabled: isDisabled,
3766
3766
  style: {
@@ -3850,6 +3850,8 @@ function useIsMobile() {
3850
3850
  return !!isMobile;
3851
3851
  }
3852
3852
 
3853
+ var styles$6 = {"rail":"Sidebar-module_rail__nWu0Q"};
3854
+
3853
3855
  var _excluded$2 = ["defaultOpen", "open", "onOpenChange", "className", "style", "children"],
3854
3856
  _excluded2 = ["side", "collapsible", "className", "children"],
3855
3857
  _excluded3 = ["className", "onClick"],
@@ -3931,7 +3933,7 @@ var SidebarProvider = /*#__PURE__*/forwardRef(function (_ref, ref) {
3931
3933
  // Keydown event handler for toggling sidebar
3932
3934
  useEffect(function () {
3933
3935
  var handleKeyDown = function handleKeyDown(event) {
3934
- if (event.key === SIDEBAR_KEYBOARD_SHORTCUT && (event.metaKey || event.ctrlKey)) {
3936
+ if (event.key === SIDEBAR_KEYBOARD_SHORTCUT) {
3935
3937
  event.preventDefault();
3936
3938
  toggleSidebar();
3937
3939
  }
@@ -4233,17 +4235,16 @@ var SidebarRail = /*#__PURE__*/React__default.forwardRef(function (_ref17, ref)
4233
4235
  "aria-label": "Toggle Sidebar",
4234
4236
  tabIndex: -1,
4235
4237
  onClick: toggleSidebar,
4236
- title: "Toggle Sidebar",
4237
- className: classNames('hover-show-child display-flex p-top-5xl justify-content-center position-absolute background-color-transparent bw-0', {
4238
+ title: "Toggle Sidebar [",
4239
+ className: classNames(styles$6.rail, 'hover-show-child background-color-transparent display-flex p-top-5xl p-left-xl p-right-0 justify-content-center position-absolute', {
4238
4240
  'cursor-w-resize': open,
4239
4241
  'cursor-e-resize': !open
4240
4242
  }, className),
4241
4243
  style: {
4242
- top: '0',
4243
- bottom: '0',
4244
- right: '-1rem',
4245
- width: '1rem',
4246
- zIndex: '-1'
4244
+ top: '20px',
4245
+ bottom: '20px',
4246
+ right: '-14px',
4247
+ width: '10px'
4247
4248
  }
4248
4249
  }, props), React__default.createElement(Box, {
4249
4250
  radius: "xl",
@@ -4251,7 +4252,7 @@ var SidebarRail = /*#__PURE__*/React__default.forwardRef(function (_ref17, ref)
4251
4252
  color: "secondary",
4252
4253
  borderWidth: "sm",
4253
4254
  padding: "xs",
4254
- margin: "0 0 0 sm",
4255
+ margin: "0",
4255
4256
  shadow: "xs",
4256
4257
  className: classNames('hover-child', {
4257
4258
  'cursor-w-resize': open,