@thecb/components 12.0.0-beta.1 → 12.0.0-beta.10

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.cjs.js CHANGED
@@ -15099,7 +15099,8 @@ var AutopayOnIcon = function AutopayOnIcon(_ref) {
15099
15099
  xmlns: "http://www.w3.org/2000/svg",
15100
15100
  width: "12",
15101
15101
  height: "13",
15102
- viewBox: "0 0 12 13"
15102
+ viewBox: "0 0 12 13",
15103
+ "aria-hidden": "true"
15103
15104
  }, /*#__PURE__*/React__default.createElement("g", {
15104
15105
  fill: "none",
15105
15106
  fillRule: "evenodd",
@@ -21673,6 +21674,7 @@ var StyledInternalLink = styled__default( /*#__PURE__*/React.forwardRef(function
21673
21674
  });
21674
21675
  /* eslint-enable no-unused-vars */
21675
21676
 
21677
+ var _excluded$u = ["to", "color", "children", "active", "fontSize", "lineheight", "fontWeight", "variant", "margin", "tabIndex", "dataQa", "extraStyles", "isUnderlined", "hoverUnderline", "extraHoverStyles", "extraActiveStyles", "extraFocusStyles"];
21676
21678
  var InternalLink = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
21677
21679
  var _ref$to = _ref.to,
21678
21680
  to = _ref$to === void 0 ? "" : _ref$to,
@@ -21699,10 +21701,11 @@ var InternalLink = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
21699
21701
  _ref$extraActiveStyle = _ref.extraActiveStyles,
21700
21702
  extraActiveStyles = _ref$extraActiveStyle === void 0 ? "" : _ref$extraActiveStyle,
21701
21703
  _ref$extraFocusStyles = _ref.extraFocusStyles,
21702
- extraFocusStyles = _ref$extraFocusStyles === void 0 ? "" : _ref$extraFocusStyles;
21704
+ extraFocusStyles = _ref$extraFocusStyles === void 0 ? "" : _ref$extraFocusStyles,
21705
+ rest = _objectWithoutProperties(_ref, _excluded$u);
21703
21706
  var themeContext = React.useContext(styled.ThemeContext);
21704
21707
  var themeValues = createThemeValues(themeContext, fallbackValues$a, "Link", variant);
21705
- return /*#__PURE__*/React__default.createElement(StyledInternalLink, {
21708
+ return /*#__PURE__*/React__default.createElement(StyledInternalLink, _extends({
21706
21709
  to: to,
21707
21710
  color: color,
21708
21711
  lineheight: lineheight,
@@ -21722,7 +21725,7 @@ var InternalLink = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
21722
21725
  extraFocusStyles: extraFocusStyles,
21723
21726
  "data-qa": dataQa,
21724
21727
  ref: ref
21725
- }, safeChildren(children, /*#__PURE__*/React__default.createElement("span", null)));
21728
+ }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement("span", null)));
21726
21729
  });
21727
21730
 
21728
21731
  var Breadcrumbs = function Breadcrumbs(_ref) {
@@ -21757,7 +21760,7 @@ var Breadcrumbs = function Breadcrumbs(_ref) {
21757
21760
  })));
21758
21761
  };
21759
21762
 
21760
- var _excluded$u = ["url", "disabled", "fileLink", "extraStyles", "linkExtraStyles", "newTab", "dataQa"];
21763
+ var _excluded$v = ["url", "disabled", "fileLink", "extraStyles", "linkExtraStyles", "newTab", "dataQa"];
21761
21764
  var ButtonWithLink = function ButtonWithLink(_ref) {
21762
21765
  var _ref$url = _ref.url,
21763
21766
  url = _ref$url === void 0 ? "/" : _ref$url,
@@ -21772,7 +21775,7 @@ var ButtonWithLink = function ButtonWithLink(_ref) {
21772
21775
  _ref$newTab = _ref.newTab,
21773
21776
  newTab = _ref$newTab === void 0 ? false : _ref$newTab,
21774
21777
  dataQa = _ref.dataQa,
21775
- otherProps = _objectWithoutProperties(_ref, _excluded$u);
21778
+ otherProps = _objectWithoutProperties(_ref, _excluded$v);
21776
21779
  var ButtonWithLinkWrapper = function ButtonWithLinkWrapper(_ref2) {
21777
21780
  var children = _ref2.children,
21778
21781
  url = _ref2.url,
@@ -21860,7 +21863,7 @@ var ParagraphText = styled__default.p.withConfig({
21860
21863
  return extraStyles;
21861
21864
  });
21862
21865
 
21863
- var _excluded$v = ["themeValues", "weight", "color", "margin", "extraStyles", "dataQa", "children", "as"];
21866
+ var _excluded$w = ["themeValues", "weight", "color", "margin", "extraStyles", "dataQa", "children", "as"];
21864
21867
  var Paragraph = function Paragraph(_ref) {
21865
21868
  var themeValues = _ref.themeValues,
21866
21869
  _ref$weight = _ref.weight,
@@ -21874,7 +21877,7 @@ var Paragraph = function Paragraph(_ref) {
21874
21877
  dataQa = _ref.dataQa,
21875
21878
  children = _ref.children,
21876
21879
  as = _ref.as,
21877
- rest = _objectWithoutProperties(_ref, _excluded$v);
21880
+ rest = _objectWithoutProperties(_ref, _excluded$w);
21878
21881
  return /*#__PURE__*/React__default.createElement(ParagraphText, _extends({
21879
21882
  weight: weight,
21880
21883
  color: color,
@@ -22116,7 +22119,7 @@ var ENTER = 13;
22116
22119
  var ESCAPE = 27;
22117
22120
  var SPACEBAR = 32;
22118
22121
 
22119
- var _excluded$w = ["title", "name", "checked", "onChange", "disabled", "themeValues", "hidden", "error", "checkboxMargin", "extraStyles", "textExtraStyles", "labelledById", "dataQa", "checkboxExtraStyles", "hasIconOverride", "icon"];
22122
+ var _excluded$x = ["title", "name", "checked", "onChange", "disabled", "themeValues", "hidden", "error", "checkboxMargin", "extraStyles", "textExtraStyles", "labelledById", "dataQa", "checkboxExtraStyles", "hasIconOverride", "icon"];
22120
22123
  var CheckboxContainer = styled__default.span.withConfig({
22121
22124
  displayName: "Checkbox__CheckboxContainer",
22122
22125
  componentId: "sc-36kqbv-0"
@@ -22186,7 +22189,7 @@ var Checkbox = /*#__PURE__*/React.forwardRef(function (_ref5, ref) {
22186
22189
  _ref5$hasIconOverride = _ref5.hasIconOverride,
22187
22190
  hasIconOverride = _ref5$hasIconOverride === void 0 ? false : _ref5$hasIconOverride,
22188
22191
  Icon = _ref5.icon,
22189
- rest = _objectWithoutProperties(_ref5, _excluded$w);
22192
+ rest = _objectWithoutProperties(_ref5, _excluded$x);
22190
22193
  var _useState = React.useState(false),
22191
22194
  _useState2 = _slicedToArray(_useState, 2),
22192
22195
  focused = _useState2[0],
@@ -22542,7 +22545,7 @@ var TableRowWrapper = styled__default.tr.withConfig({
22542
22545
  return extraStyles;
22543
22546
  });
22544
22547
 
22545
- var _excluded$x = ["children", "extraStyles", "hoverCursor", "hoverEffect", "onClick", "themeValues"];
22548
+ var _excluded$y = ["children", "extraStyles", "hoverCursor", "hoverEffect", "onClick", "themeValues"];
22546
22549
  var TableRow = function TableRow(_ref) {
22547
22550
  var children = _ref.children,
22548
22551
  extraStyles = _ref.extraStyles,
@@ -22552,7 +22555,7 @@ var TableRow = function TableRow(_ref) {
22552
22555
  hoverEffect = _ref$hoverEffect === void 0 ? true : _ref$hoverEffect,
22553
22556
  onClick = _ref.onClick,
22554
22557
  themeValues = _ref.themeValues,
22555
- props = _objectWithoutProperties(_ref, _excluded$x);
22558
+ props = _objectWithoutProperties(_ref, _excluded$y);
22556
22559
  return /*#__PURE__*/React__default.createElement(TableRowWrapper, _extends({
22557
22560
  onClick: onClick,
22558
22561
  hoverEffect: hoverEffect,
@@ -25389,7 +25392,7 @@ var mobileFallbackValues$1 = {
25389
25392
  };
25390
25393
  var MOBILE_BREAKPOINT$1 = 768;
25391
25394
 
25392
- var _excluded$y = ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"];
25395
+ var _excluded$z = ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"];
25393
25396
  var isBelowBreakpoint$1 = window.innerWidth < MOBILE_BREAKPOINT$1;
25394
25397
  var isTouchDevice$1 = "ontouchstart" in window || navigator.maxTouchPoints > 1;
25395
25398
  var mobileDeviceDetected$1 = isBelowBreakpoint$1 && isTouchDevice$1;
@@ -25412,7 +25415,7 @@ var Detail = function Detail(_ref) {
25412
25415
  as = _ref$as === void 0 ? "p" : _ref$as,
25413
25416
  dataQa = _ref.dataQa,
25414
25417
  children = _ref.children,
25415
- rest = _objectWithoutProperties(_ref, _excluded$y);
25418
+ rest = _objectWithoutProperties(_ref, _excluded$z);
25416
25419
  return /*#__PURE__*/React__default.createElement(DetailText, _extends({
25417
25420
  variant: variant,
25418
25421
  as: as,
@@ -25802,7 +25805,7 @@ var fallbackValues$m = {
25802
25805
  formFooterPanel: formFooterPanel
25803
25806
  };
25804
25807
 
25805
- var _excluded$z = ["showErrors", "themeValues"],
25808
+ var _excluded$A = ["showErrors", "themeValues"],
25806
25809
  _excluded2 = ["ariaLabelledBy", "type", "labelDisplayOverride", "labelTextWhenNoError", "errorMessages", "isNum", "isEmail", "helperModal", "field", "fieldActions", "showErrors", "formatter", "decorator", "themeValues", "background", "customHeight", "autocompleteValue", "extraStyles", "removeFromValue", "dataQa", "isRequired", "errorFieldExtraStyles", "showFieldErrorRow", "labelTextVariant", "errorTextVariant"];
25807
25810
  var InputField = styled__default.input.withConfig({
25808
25811
  displayName: "FormInput__InputField",
@@ -25837,7 +25840,7 @@ var InputField = styled__default.input.withConfig({
25837
25840
  var FormattedInputField = styled__default(function (_ref8) {
25838
25841
  var showErrors = _ref8.showErrors,
25839
25842
  themeValues = _ref8.themeValues,
25840
- props = _objectWithoutProperties(_ref8, _excluded$z);
25843
+ props = _objectWithoutProperties(_ref8, _excluded$A);
25841
25844
  return /*#__PURE__*/React__default.createElement(FormattedInput, props);
25842
25845
  }).withConfig({
25843
25846
  displayName: "FormInput__FormattedInputField",
@@ -26042,7 +26045,7 @@ var FormInput = function FormInput(_ref15) {
26042
26045
  };
26043
26046
  var FormInput$1 = themeComponent(FormInput, "FormInput", fallbackValues$m, "default");
26044
26047
 
26045
- var _excluded$A = ["breakpoint", "childGap", "largeChild", "largeChildSize", "children"];
26048
+ var _excluded$B = ["breakpoint", "childGap", "largeChild", "largeChildSize", "children"];
26046
26049
  var FormInputRow = function FormInputRow(_ref) {
26047
26050
  var _ref$breakpoint = _ref.breakpoint,
26048
26051
  breakpoint = _ref$breakpoint === void 0 ? "30rem" : _ref$breakpoint,
@@ -26051,7 +26054,7 @@ var FormInputRow = function FormInputRow(_ref) {
26051
26054
  largeChild = _ref.largeChild,
26052
26055
  largeChildSize = _ref.largeChildSize,
26053
26056
  children = _ref.children,
26054
- rest = _objectWithoutProperties(_ref, _excluded$A);
26057
+ rest = _objectWithoutProperties(_ref, _excluded$B);
26055
26058
  return /*#__PURE__*/React__default.createElement(Box, _extends({
26056
26059
  padding: "0"
26057
26060
  }, rest), /*#__PURE__*/React__default.createElement(Switcher, {
@@ -26062,24 +26065,24 @@ var FormInputRow = function FormInputRow(_ref) {
26062
26065
  }, children));
26063
26066
  };
26064
26067
 
26065
- var _excluded$B = ["childGap", "bottomItem", "children"];
26068
+ var _excluded$C = ["childGap", "bottomItem", "children"];
26066
26069
  var FormInputColumn = function FormInputColumn(_ref) {
26067
26070
  var _ref$childGap = _ref.childGap,
26068
26071
  childGap = _ref$childGap === void 0 ? "0.5rem" : _ref$childGap,
26069
26072
  bottomItem = _ref.bottomItem,
26070
26073
  children = _ref.children,
26071
- rest = _objectWithoutProperties(_ref, _excluded$B);
26074
+ rest = _objectWithoutProperties(_ref, _excluded$C);
26072
26075
  return /*#__PURE__*/React__default.createElement(Stack, _extends({
26073
26076
  childGap: childGap,
26074
26077
  bottomItem: bottomItem
26075
26078
  }, rest), children);
26076
26079
  };
26077
26080
 
26078
- var _excluded$C = ["themeValues", "children"];
26081
+ var _excluded$D = ["themeValues", "children"];
26079
26082
  var FormContainer = function FormContainer(_ref) {
26080
26083
  var themeValues = _ref.themeValues,
26081
26084
  children = _ref.children,
26082
- rest = _objectWithoutProperties(_ref, _excluded$C);
26085
+ rest = _objectWithoutProperties(_ref, _excluded$D);
26083
26086
  var _useContext = React.useContext(styled.ThemeContext),
26084
26087
  isMobile = _useContext.isMobile;
26085
26088
  return /*#__PURE__*/React__default.createElement(Box, _extends({
@@ -26111,7 +26114,7 @@ var FormFooterPanel = function FormFooterPanel(_ref) {
26111
26114
  };
26112
26115
  var FormFooterPanel$1 = themeComponent(withWindowSize(FormFooterPanel), "FormFooterPanel", fallbackValues$m, "default");
26113
26116
 
26114
- var _excluded$D = ["ariaLabelledBy", "labelDisplayOverride", "labelTextWhenNoError", "errorMessages", "helperModal", "field", "fieldActions", "showErrors", "themeValues", "customHeight", "extraStyles", "removeFromValue", "dataQa", "isRequired", "errorFieldExtraStyles", "showFieldErrorRow", "labelTextVariant", "errorTextVariant", "resize", "rows", "cols", "placeholder", "maxLength"];
26117
+ var _excluded$E = ["ariaLabelledBy", "labelDisplayOverride", "labelTextWhenNoError", "errorMessages", "helperModal", "field", "fieldActions", "showErrors", "themeValues", "customHeight", "extraStyles", "removeFromValue", "dataQa", "isRequired", "errorFieldExtraStyles", "showFieldErrorRow", "labelTextVariant", "errorTextVariant", "resize", "rows", "cols", "placeholder", "maxLength"];
26115
26118
  var TextareaField = styled__default.textarea.withConfig({
26116
26119
  displayName: "FormTextarea__TextareaField",
26117
26120
  componentId: "sc-94tlb0-0"
@@ -26174,7 +26177,7 @@ var FormTextarea = function FormTextarea(_ref8) {
26174
26177
  cols = _ref8.cols,
26175
26178
  placeholder = _ref8.placeholder,
26176
26179
  maxLength = _ref8.maxLength,
26177
- props = _objectWithoutProperties(_ref8, _excluded$D);
26180
+ props = _objectWithoutProperties(_ref8, _excluded$E);
26178
26181
  var setValue = function setValue(value) {
26179
26182
  if (removeFromValue !== undefined) {
26180
26183
  return fieldActions.set(value.replace(removeFromValue, ""));
@@ -26314,9 +26317,13 @@ var BankItemWrapper = styled__default.div.withConfig({
26314
26317
  displayName: "FormattedBankAccount__BankItemWrapper",
26315
26318
  componentId: "sc-18hcgw4-0"
26316
26319
  })(["display:flex;justify-content:flex-start;align-items:center;"]);
26320
+ var BankIconWrapper = styled__default.div.withConfig({
26321
+ displayName: "FormattedBankAccount__BankIconWrapper",
26322
+ componentId: "sc-18hcgw4-1"
26323
+ })(["margin-right:8px;width:36px;height:auto;display:flex;"]);
26317
26324
  var BankAccountText = styled__default.h4.withConfig({
26318
26325
  displayName: "FormattedBankAccount__BankAccountText",
26319
- componentId: "sc-18hcgw4-1"
26326
+ componentId: "sc-18hcgw4-2"
26320
26327
  })(["color:", ";font-size:1rem;font-weight:400;line-height:1.5rem;text-align:left;margin-right:0.5rem;display:inline-block;"], function (_ref) {
26321
26328
  var color = _ref.color;
26322
26329
  return color;
@@ -26328,10 +26335,7 @@ var FormattedBankAccount = function FormattedBankAccount(_ref2) {
26328
26335
  accountType = _ref2.accountType,
26329
26336
  autoPay = _ref2.autoPay,
26330
26337
  themeValues = _ref2.themeValues;
26331
- return /*#__PURE__*/React__default.createElement(BankItemWrapper, null, /*#__PURE__*/React__default.createElement(Box, {
26332
- padding: "0.25rem 0 0 0",
26333
- extraStyles: "margin-right: 1rem;"
26334
- }, /*#__PURE__*/React__default.createElement(BankIcon, null)), /*#__PURE__*/React__default.createElement(Stack, {
26338
+ return /*#__PURE__*/React__default.createElement(BankItemWrapper, null, /*#__PURE__*/React__default.createElement(BankIconWrapper, null, /*#__PURE__*/React__default.createElement(BankIconLarge, null)), /*#__PURE__*/React__default.createElement(Stack, {
26335
26339
  childGap: "0"
26336
26340
  }, accountType === CHECKING && /*#__PURE__*/React__default.createElement(BankAccountText, {
26337
26341
  color: themeValues.textColor
@@ -26386,7 +26390,7 @@ var CardType = function CardType(_ref) {
26386
26390
  var _ref2 = cardBrands[normalizedType] || cardBrands["default"],
26387
26391
  label = _ref2.label,
26388
26392
  IconComponent = _ref2[size];
26389
- return /*#__PURE__*/React__default.createElement("span", null, /*#__PURE__*/React__default.createElement(IconComponent, null));
26393
+ return /*#__PURE__*/React__default.createElement(IconComponent, null);
26390
26394
  };
26391
26395
 
26392
26396
  var textColor$2 = "".concat(CHARADE_GREY);
@@ -26463,7 +26467,7 @@ var CreditCardWrapper = styled__default.div.withConfig({
26463
26467
  var CCIconWrapper = styled__default.div.withConfig({
26464
26468
  displayName: "FormattedCreditCard__CCIconWrapper",
26465
26469
  componentId: "sc-s0ta5l-1"
26466
- })(["margin-right:16px;width:36px;height:auto;display:flex;"]);
26470
+ })(["margin-right:8px;width:36px;height:auto;display:flex;"]);
26467
26471
  var FormattedCreditCard = function FormattedCreditCard(_ref) {
26468
26472
  var lastFour = _ref.lastFour,
26469
26473
  type = _ref.type,
@@ -26578,7 +26582,7 @@ var fallbackValues$q = {
26578
26582
  fontSize: fontSize$8
26579
26583
  };
26580
26584
 
26581
- var _excluded$E = ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"];
26585
+ var _excluded$F = ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"];
26582
26586
  var Heading = function Heading(_ref) {
26583
26587
  var themeValues = _ref.themeValues,
26584
26588
  _ref$weight = _ref.weight,
@@ -26597,7 +26601,7 @@ var Heading = function Heading(_ref) {
26597
26601
  as = _ref$as === void 0 ? variant : _ref$as,
26598
26602
  dataQa = _ref.dataQa,
26599
26603
  children = _ref.children,
26600
- rest = _objectWithoutProperties(_ref, _excluded$E);
26604
+ rest = _objectWithoutProperties(_ref, _excluded$F);
26601
26605
  return /*#__PURE__*/React__default.createElement(HeadingText, _extends({
26602
26606
  variant: variant,
26603
26607
  as: as,
@@ -26877,11 +26881,11 @@ var LabeledAmountV2 = function LabeledAmountV2(_ref) {
26877
26881
  }, /*#__PURE__*/React__default.createElement("span", null, label), /*#__PURE__*/React__default.createElement("span", null, amount));
26878
26882
  };
26879
26883
 
26880
- var _excluded$F = ["version"];
26884
+ var _excluded$G = ["version"];
26881
26885
  var LabeledAmount = function LabeledAmount(_ref) {
26882
26886
  var _ref$version = _ref.version,
26883
26887
  version = _ref$version === void 0 ? "v1" : _ref$version,
26884
- rest = _objectWithoutProperties(_ref, _excluded$F);
26888
+ rest = _objectWithoutProperties(_ref, _excluded$G);
26885
26889
  var LabeledAmountComponent = version === "v1" ? LabeledAmountV1 : LabeledAmountV2;
26886
26890
  return /*#__PURE__*/React__default.createElement(LabeledAmountComponent, rest);
26887
26891
  };
@@ -26959,7 +26963,7 @@ var Loading = function Loading() {
26959
26963
  })))));
26960
26964
  };
26961
26965
 
26962
- var _excluded$G = ["leftContent", "rightContent", "footerMinHeight", "backgroundColor", "largeSide", "largeSideSize", "footerPadding", "isMobile", "footerWidth"];
26966
+ var _excluded$H = ["leftContent", "rightContent", "footerMinHeight", "backgroundColor", "largeSide", "largeSideSize", "footerPadding", "isMobile", "footerWidth"];
26963
26967
  var NavFooter = function NavFooter(_ref) {
26964
26968
  var leftContent = _ref.leftContent,
26965
26969
  rightContent = _ref.rightContent,
@@ -26974,7 +26978,7 @@ var NavFooter = function NavFooter(_ref) {
26974
26978
  footerPadding = _ref$footerPadding === void 0 ? "1.5rem 1rem" : _ref$footerPadding,
26975
26979
  isMobile = _ref.isMobile,
26976
26980
  footerWidth = _ref.footerWidth,
26977
- rest = _objectWithoutProperties(_ref, _excluded$G);
26981
+ rest = _objectWithoutProperties(_ref, _excluded$H);
26978
26982
  return /*#__PURE__*/React__default.createElement(Box, _extends({
26979
26983
  padding: footerPadding,
26980
26984
  background: backgroundColor,
@@ -27005,7 +27009,7 @@ var NavFooter = function NavFooter(_ref) {
27005
27009
  }, rightContent)))))));
27006
27010
  };
27007
27011
 
27008
- var _excluded$H = ["leftContent", "rightContent", "headerHeight", "isMobile", "backgroundColor", "headerWidth"];
27012
+ var _excluded$I = ["leftContent", "rightContent", "headerHeight", "isMobile", "backgroundColor", "headerWidth"];
27009
27013
  var NavHeader = function NavHeader(_ref) {
27010
27014
  var leftContent = _ref.leftContent,
27011
27015
  rightContent = _ref.rightContent,
@@ -27014,7 +27018,7 @@ var NavHeader = function NavHeader(_ref) {
27014
27018
  isMobile = _ref.isMobile,
27015
27019
  backgroundColor = _ref.backgroundColor,
27016
27020
  headerWidth = _ref.headerWidth,
27017
- rest = _objectWithoutProperties(_ref, _excluded$H);
27021
+ rest = _objectWithoutProperties(_ref, _excluded$I);
27018
27022
  return /*#__PURE__*/React__default.createElement(Box, _extends({
27019
27023
  padding: "0 16px 4px",
27020
27024
  background: backgroundColor,
@@ -27572,7 +27576,7 @@ var RadioButton$1 = function RadioButton(_ref2) {
27572
27576
  borderWidth: "1px",
27573
27577
  borderStyle: "solid",
27574
27578
  borderRadius: "12px",
27575
- margin: "6px 14px 6px 6px",
27579
+ margin: "6px 8px 6px 6px",
27576
27580
  height: "24px",
27577
27581
  width: "24px",
27578
27582
  variants: buttonBorder,
@@ -38875,7 +38879,7 @@ var LoadingPill = styled__default.span.withConfig({
38875
38879
  return backgroundColor;
38876
38880
  }, shineFrames);
38877
38881
 
38878
- var _excluded$I = ["minWidth", "maxWidth", "exactWidth", "height", "margin", "backgroundColor", "foregroundColor"];
38882
+ var _excluded$J = ["minWidth", "maxWidth", "exactWidth", "height", "margin", "backgroundColor", "foregroundColor"];
38879
38883
  var LoadingLine = function LoadingLine(_ref) {
38880
38884
  var minWidth = _ref.minWidth,
38881
38885
  maxWidth = _ref.maxWidth,
@@ -38889,7 +38893,7 @@ var LoadingLine = function LoadingLine(_ref) {
38889
38893
  backgroundColor = _ref$backgroundColor === void 0 ? SEASHELL_WHITE : _ref$backgroundColor,
38890
38894
  _ref$foregroundColor = _ref.foregroundColor,
38891
38895
  foregroundColor = _ref$foregroundColor === void 0 ? ALABASTER_WHITE : _ref$foregroundColor,
38892
- props = _objectWithoutProperties(_ref, _excluded$I);
38896
+ props = _objectWithoutProperties(_ref, _excluded$J);
38893
38897
  var calculatedWidth = Math.floor(Math.random() * (parseInt(maxWidth) - parseInt(minWidth) + 1) + parseInt(minWidth));
38894
38898
  return /*#__PURE__*/React__default.createElement(LoadingPill, _extends({
38895
38899
  "aria-label": "loading",
@@ -40923,7 +40927,9 @@ var EditableList = function EditableList(_ref) {
40923
40927
  _ref$editItemAriaRole = _ref.editItemAriaRole,
40924
40928
  editItemAriaRole = _ref$editItemAriaRole === void 0 ? "" : _ref$editItemAriaRole,
40925
40929
  _ref$disablePlacehold = _ref.disablePlaceholder,
40926
- disablePlaceholder = _ref$disablePlacehold === void 0 ? false : _ref$disablePlacehold;
40930
+ disablePlaceholder = _ref$disablePlacehold === void 0 ? false : _ref$disablePlacehold,
40931
+ _ref$getEditHref = _ref.getEditHref,
40932
+ getEditHref = _ref$getEditHref === void 0 ? null : _ref$getEditHref;
40927
40933
  var addText = "Add a".concat(itemName[0].match(/[aieouAIEOU]/) ? "n" : "", " ").concat(itemName);
40928
40934
  return /*#__PURE__*/React__default.createElement(Box, {
40929
40935
  padding: listPadding,
@@ -40990,7 +40996,12 @@ var EditableList = function EditableList(_ref) {
40990
40996
  extraStyles: ":not(:first-child) { border-left: 2px solid ".concat(BOSTON_BLUE, ";}"),
40991
40997
  dataQa: qaPrefix + " Edit",
40992
40998
  key: "Edit ".concat(item.id)
40993
- }, /*#__PURE__*/React__default.createElement(ButtonWithAction, {
40999
+ }, getEditHref ? /*#__PURE__*/React__default.createElement(InternalLink, {
41000
+ to: getEditHref(item),
41001
+ fontWeight: "400",
41002
+ extraStyles: "margin: 0.5rem; min-width: 0;",
41003
+ "aria-label": "Edit ".concat(ariaLabel || itemName)
41004
+ }, "Edit") : /*#__PURE__*/React__default.createElement(ButtonWithAction, {
40994
41005
  variant: "smallGhost",
40995
41006
  text: "Edit",
40996
41007
  action: function action() {
@@ -45288,11 +45299,11 @@ var Modal$2 = function Modal(_ref) {
45288
45299
  };
45289
45300
  var ModalControlV2 = withWindowSize(Modal$2);
45290
45301
 
45291
- var _excluded$J = ["version"];
45302
+ var _excluded$K = ["version"];
45292
45303
  var Modal$3 = function Modal(_ref) {
45293
45304
  var _ref$version = _ref.version,
45294
45305
  version = _ref$version === void 0 ? "v1" : _ref$version,
45295
- rest = _objectWithoutProperties(_ref, _excluded$J);
45306
+ rest = _objectWithoutProperties(_ref, _excluded$K);
45296
45307
  var ModalControl = version === "v1" ? Modal$1 : ModalControlV2;
45297
45308
  return /*#__PURE__*/React__default.createElement(ModalControl, rest);
45298
45309
  };
@@ -45814,7 +45825,7 @@ var disabledBorderColor$1 = GHOST_GREY;
45814
45825
  var disabledColor$2 = MANATEE_GREY;
45815
45826
  var activeBackgroundColor$1 = CORNFLOWER_BLUE;
45816
45827
  var backgroundColor$a = LINK_WATER;
45817
- var borderColor$5 = MANATEE_GREY;
45828
+ var borderColor$5 = MOON_RAKER;
45818
45829
  var color$c = ROYAL_BLUE_VIVID;
45819
45830
  var textColor$5 = BRIGHT_GREY;
45820
45831
  var fallbackValues$L = {
@@ -45828,33 +45839,33 @@ var fallbackValues$L = {
45828
45839
  textColor: textColor$5
45829
45840
  };
45830
45841
 
45831
- var Container = styled__default(Box).withConfig({
45832
- displayName: "LinkCardstyled__Container",
45842
+ var StyledAnchor = styled__default("a").withConfig({
45843
+ displayName: "LinkCardstyled__StyledAnchor",
45833
45844
  componentId: "sc-l5q1h2-0"
45834
- })(["display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:40px;flex-shrink:0;align-self:stretch;border-radius:8px;padding:", ";", " text-decoration:none;transition:all 0.2s ease-in-out;", ""], SPACING.MD, function (_ref) {
45835
- var disabled = _ref.disabled,
45836
- themeValues = _ref.themeValues;
45837
- return "\n background-color: ".concat(disabled ? themeValues.disabledBackgroundColor : themeValues.backgroundColor, ";\n border: 1px solid ").concat(disabled ? themeValues.disabledBorderColor : themeValues.borderColor, ";\n ");
45838
- }, function (_ref2) {
45839
- var disabled = _ref2.disabled,
45840
- themeValues = _ref2.themeValues;
45841
- return disabled ? "\n &:hover,\n &:active {\n cursor: default;\n box-shadow: none;\n border: 1px solid ".concat(themeValues.disabledBorderColor, ";\n }\n ") : "\n &:hover,\n &:active {\n cursor: pointer;\n box-shadow: 0px 0px 0px 0px rgba(41, 42, 51, 0.1),\n 0px 5px 11px 0px rgba(41, 42, 51, 0.1),\n 0px 4px 19px 0px rgba(41, 42, 51, 0.09),\n 0px 27px 26px 0px rgba(41, 42, 51, 0.05),\n 0px 56px 31px 0px rgba(41, 42, 51, 0.01),\n 0px 80px 33px 0px rgba(41, 42, 51, 0);\n }\n\n &:hover:not(:active) {\n border: 1px solid ".concat(themeValues.borderColor, ";\n }\n\n &:active {\n background-color: ").concat(themeValues.activeBackgroundColor, ";\n border: ").concat(BORDER_THIN, " solid ").concat(themeValues.borderColor, ";\n }\n ");
45845
+ })(["", ""], function (_ref) {
45846
+ var disabled = _ref.$disabled,
45847
+ theme = _ref.$theme,
45848
+ extraStyles = _ref.$extraStyles,
45849
+ disabledStyles = _ref.$disabledStyles,
45850
+ hoverStyles = _ref.$hoverStyles,
45851
+ activeStyles = _ref.$activeStyles;
45852
+ return "\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n gap: 40px;\n flex-shrink: 0;\n padding: 24px;\n align-self: stretch;\n border-radius: 8px;\n text-decoration: none;\n background-color: ".concat(disabled ? theme.disabledBackgroundColor : theme.backgroundColor, ";\n border: 1px solid\n ").concat(disabled ? theme.disabledBorderColor : theme.borderColor, ";\n transition: all 0.2s ease-in-out;\n ").concat(extraStyles || "", "\n\n ").concat(disabled ? "\n &:hover,\n &:active {\n cursor: default;\n box-shadow: none;\n border: 1px solid ".concat(theme.disabledBorderColor, ";\n ").concat(disabledStyles || "", "\n }\n ") : "\n &:hover,\n &:active {\n cursor: pointer;\n box-shadow: 0px 0px 0px 0px rgba(41, 42, 51, 0.1),\n 0px 5px 11px 0px rgba(41, 42, 51, 0.1),\n 0px 4px 19px 0px rgba(41, 42, 51, 0.09),\n 0px 27px 26px 0px rgba(41, 42, 51, 0.05),\n 0px 56px 31px 0px rgba(41, 42, 51, 0.01),\n 0px 80px 33px 0px rgba(41, 42, 51, 0);\n }\n ".concat(hoverStyles || "", "\n\n &:hover:not(:active) {\n border: 1px solid ").concat(theme.borderColor, ";\n }\n\n &:active {\n background-color: ").concat(theme.activeBackgroundColor, ";\n border: 1px solid ").concat(theme.borderColor, ";\n ").concat(activeStyles || "", "\n }\n "), "\n ");
45842
45853
  });
45843
45854
  var Title$2 = styled__default(Heading$1).withConfig({
45844
45855
  displayName: "LinkCardstyled__Title",
45845
45856
  componentId: "sc-l5q1h2-1"
45846
- })(["display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;align-self:stretch;overflow:hidden;text-overflow:ellipsis;font-size:", ";line-height:150%;background-color:transparent;font-weight:", ";", ";"], FONT_SIZE.MD, FONT_WEIGHT_SEMIBOLD, function (_ref3) {
45847
- var disabled = _ref3.disabled,
45848
- themeValues = _ref3.themeValues;
45849
- return "color: ".concat(disabled ? themeValues.disabledColor : themeValues.color, ";");
45857
+ })(["display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;align-self:stretch;overflow:hidden;text-overflow:ellipsis;font-size:16px;line-height:150%;background-color:transparent;font-weight:", ";color:", ";"], FONT_WEIGHT_SEMIBOLD, function (_ref2) {
45858
+ var disabled = _ref2.$disabled,
45859
+ theme = _ref2.$theme;
45860
+ return disabled ? theme.disabledColor : theme.color;
45850
45861
  });
45851
45862
  var Subtitle = styled__default(Paragraph$1).withConfig({
45852
45863
  displayName: "LinkCardstyled__Subtitle",
45853
45864
  componentId: "sc-l5q1h2-2"
45854
- })(["overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;align-self:stretch;font-size:", ";line-height:150%;letter-spacing:0.14px;font-weight:", ";", ";"], FONT_SIZE.SM, FONT_WEIGHT_REGULAR, function (_ref4) {
45855
- var disabled = _ref4.disabled,
45856
- themeValues = _ref4.themeValues;
45857
- return "color: ".concat(disabled ? themeValues.disabledColor : themeValues.textColor, ";");
45865
+ })(["overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;align-self:stretch;font-size:14px;line-height:150%;letter-spacing:0.14px;font-weight:", ";color:", ";"], FONT_WEIGHT_REGULAR, function (_ref3) {
45866
+ var disabled = _ref3.$disabled,
45867
+ theme = _ref3.$theme;
45868
+ return disabled ? theme.disabledColor : theme.textColor;
45858
45869
  });
45859
45870
  var Footer = styled__default(Stack).withConfig({
45860
45871
  displayName: "LinkCardstyled__Footer",
@@ -45873,6 +45884,7 @@ var LinkCard = function LinkCard(_ref) {
45873
45884
  leftContent = _ref.leftContent,
45874
45885
  showRight = _ref.showRight,
45875
45886
  rightContent = _ref.rightContent,
45887
+ href = _ref.href,
45876
45888
  _ref$extraStyles = _ref.extraStyles,
45877
45889
  extraStyles = _ref$extraStyles === void 0 ? "" : _ref$extraStyles,
45878
45890
  _ref$extraHoverStyles = _ref.extraHoverStyles,
@@ -45885,32 +45897,23 @@ var LinkCard = function LinkCard(_ref) {
45885
45897
  _ref$disabled = _ref.disabled,
45886
45898
  disabled = _ref$disabled === void 0 ? false : _ref$disabled,
45887
45899
  _ref$isExternalLink = _ref.isExternalLink,
45888
- isExternalLink = _ref$isExternalLink === void 0 ? false : _ref$isExternalLink,
45889
- _ref$href = _ref.href,
45890
- href = _ref$href === void 0 ? "" : _ref$href;
45891
- var _useContext = React.useContext(styled.ThemeContext),
45892
- isMobile = _useContext.isMobile;
45900
+ isExternalLink = _ref$isExternalLink === void 0 ? false : _ref$isExternalLink;
45893
45901
  var regex = /\W/g;
45894
45902
  var locatorSlug = title === null || title === void 0 || (_title$toLowerCase = title.toLowerCase) === null || _title$toLowerCase === void 0 || (_title$toLowerCase = _title$toLowerCase.call(title)) === null || _title$toLowerCase === void 0 || (_title$toLowerCase$re = _title$toLowerCase.replaceAll) === null || _title$toLowerCase$re === void 0 ? void 0 : _title$toLowerCase$re.call(_title$toLowerCase, regex, "-");
45895
- return /*#__PURE__*/React__default.createElement(Container, {
45896
- as: "a",
45897
- role: "link",
45903
+ return /*#__PURE__*/React__default.createElement(StyledAnchor, {
45904
+ key: "link-card-".concat(locatorSlug),
45898
45905
  href: disabled ? undefined : href,
45906
+ rel: isExternalLink ? "noopener noreferrer" : undefined,
45907
+ target: isExternalLink ? "_blank" : undefined,
45899
45908
  tabIndex: disabled ? -1 : 0,
45900
- borderRadius: "8px",
45901
- dataQa: "link-card-".concat(locatorSlug),
45902
- width: "100%",
45903
- maxWidth: isMobile ? "100%" : "288px",
45904
- minWidth: isMobile ? "240px" : "288px",
45905
- minHeight: "141px",
45906
- padding: SPACING.MD,
45907
- themeValues: themeValues,
45908
- extraStyles: extraStyles,
45909
- hoverStyles: extraHoverStyles,
45910
- activeStyles: extraActiveStyles,
45911
45909
  "aria-disabled": disabled,
45912
- disabled: disabled,
45913
- "aria-label": "".concat(title, ", ").concat(subtitle)
45910
+ $disabled: disabled,
45911
+ "aria-label": "".concat(title, ", ").concat(subtitle),
45912
+ "data-qa": "link-card-".concat(locatorSlug),
45913
+ $theme: themeValues,
45914
+ $extraStyles: disabled ? "pointer-events: none; ".concat(extraStyles) : extraStyles,
45915
+ $hoverStyles: extraHoverStyles,
45916
+ $activeStyles: extraActiveStyles
45914
45917
  }, /*#__PURE__*/React__default.createElement(Stack, {
45915
45918
  childGap: 0,
45916
45919
  bottomItem: 3,
@@ -45925,9 +45928,9 @@ var LinkCard = function LinkCard(_ref) {
45925
45928
  extraStyles: "align-items: center;"
45926
45929
  }, /*#__PURE__*/React__default.createElement(Title$2, {
45927
45930
  variant: titleVariant,
45928
- themeValues: themeValues,
45931
+ $theme: themeValues,
45929
45932
  margin: 0,
45930
- disabled: disabled
45933
+ $disabled: disabled
45931
45934
  }, title), isExternalLink && /*#__PURE__*/React__default.createElement(ExternalLinkIcon, {
45932
45935
  linkColor: themeValues.color,
45933
45936
  text: locatorSlug,
@@ -45940,8 +45943,8 @@ var LinkCard = function LinkCard(_ref) {
45940
45943
  width: "100%"
45941
45944
  }, /*#__PURE__*/React__default.createElement(Subtitle, {
45942
45945
  variant: "pS",
45943
- themeValues: themeValues,
45944
- disabled: disabled
45946
+ $theme: themeValues,
45947
+ $disabled: disabled
45945
45948
  }, subtitle)), /*#__PURE__*/React__default.createElement(Box, {
45946
45949
  background: "transparent",
45947
45950
  borderWidthOverride: "0 0 0 0",
@@ -46138,7 +46141,8 @@ var IconsModule = function IconsModule(_ref) {
46138
46141
  Icon = iconsMap[icon];
46139
46142
  }
46140
46143
  return /*#__PURE__*/React__default.createElement(Box, {
46141
- padding: "0 1rem 0 0"
46144
+ padding: "0 1rem 0 0",
46145
+ "aria-hidden": "true"
46142
46146
  }, /*#__PURE__*/React__default.createElement(Cluster, {
46143
46147
  justify: "center",
46144
46148
  align: "center"
@@ -46222,7 +46226,6 @@ var AutopayModalModule = function AutopayModalModule(_ref) {
46222
46226
  } : navigateToSettings,
46223
46227
  isLoading: deactivatingSchedule
46224
46228
  };
46225
- var modalLinkHoverFocus = "\n outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;\n ";
46226
46229
  var hoverStyles = "text-decoration: underline;";
46227
46230
  var activeStyles = "text-decoration: underline;";
46228
46231
  var renderAutoPayControl = function renderAutoPayControl() {
@@ -46257,28 +46260,25 @@ var AutopayModalModule = function AutopayModalModule(_ref) {
46257
46260
  {
46258
46261
  return /*#__PURE__*/React__default.createElement(Box, {
46259
46262
  padding: "0",
46263
+ role: "button",
46264
+ tabIndex: "0",
46260
46265
  onClick: onClick || function () {
46261
46266
  toggleModal(true);
46262
46267
  },
46268
+ onKeyDown: onKeyPress || function (e) {
46269
+ e.key === "Enter" && toggleModal(true);
46270
+ },
46263
46271
  hoverStyles: hoverStyles,
46264
46272
  activeStyles: activeStyles,
46265
- extraStyles: "cursor: pointer;"
46273
+ extraStyles: "cursor: pointer; margin-bottom: 5px;",
46274
+ dataQa: "".concat(shortPlan, " On")
46266
46275
  }, /*#__PURE__*/React__default.createElement(Cluster, {
46267
46276
  justify: isMobile ? "flex-start" : "flex-end",
46268
46277
  align: "center"
46269
46278
  }, /*#__PURE__*/React__default.createElement(AutopayOnIcon, null), /*#__PURE__*/React__default.createElement(Text$1, {
46270
46279
  variant: "pS",
46271
- onClick: onClick || function () {
46272
- return toggleModal(true);
46273
- },
46274
- onKeyPress: onKeyPress || function (e) {
46275
- e.key === "Enter" && toggleModal(true);
46276
- },
46277
- tabIndex: "0",
46278
- dataQa: "".concat(shortPlan, " On"),
46279
46280
  color: SEA_GREEN,
46280
46281
  weight: FONT_WEIGHT_REGULAR,
46281
- hoverStyles: modalLinkHoverFocus,
46282
46282
  extraStyles: "padding-left: 0.25rem;",
46283
46283
  disabled: disableActions
46284
46284
  }, "".concat(shortPlan, " ").concat(nextAutopayDate))));
@@ -47552,7 +47552,7 @@ var fallbackValues$Q = {
47552
47552
  labeledAmountTotal: labeledAmountTotal
47553
47553
  };
47554
47554
 
47555
- var _excluded$K = ["amount"],
47555
+ var _excluded$L = ["amount"],
47556
47556
  _excluded2$1 = ["amount"];
47557
47557
  var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
47558
47558
  var lineItemElems = _ref.lineItemElems,
@@ -47795,7 +47795,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
47795
47795
  return fee.amount > 0;
47796
47796
  }).map(function (_ref5) {
47797
47797
  var amount = _ref5.amount,
47798
- rest = _objectWithoutProperties(_ref5, _excluded$K);
47798
+ rest = _objectWithoutProperties(_ref5, _excluded$L);
47799
47799
  return _objectSpread2(_objectSpread2({}, rest), {}, {
47800
47800
  amount: displayCurrency(amount)
47801
47801
  });
@@ -48232,11 +48232,11 @@ var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
48232
48232
  }, errorMessage))))));
48233
48233
  };
48234
48234
 
48235
- var _excluded$L = ["version"];
48235
+ var _excluded$M = ["version"];
48236
48236
  var TermsAndConditions = function TermsAndConditions(_ref) {
48237
48237
  var _ref$version = _ref.version,
48238
48238
  version = _ref$version === void 0 ? "v1" : _ref$version,
48239
- rest = _objectWithoutProperties(_ref, _excluded$L);
48239
+ rest = _objectWithoutProperties(_ref, _excluded$M);
48240
48240
  var TermsAndConditionsControl = version === "v1" ? TermsAndConditionsControlV1 : TermsAndConditionsControlV2;
48241
48241
  return /*#__PURE__*/React__default.createElement(TermsAndConditionsControl, rest);
48242
48242
  };
@@ -49044,7 +49044,7 @@ var InnerRadioSection = function InnerRadioSection(_ref) {
49044
49044
  }, section.content))));
49045
49045
  };
49046
49046
 
49047
- var _excluded$M = ["themeValues", "isMobile", "supportsTouch", "sections", "openSection", "toggleOpenSection", "staggeredAnimation", "initiallyOpen", "openHeight", "containerStyles", "ariaDescribedBy", "isSectionRequired", "groupedSections", "borderOverride"];
49047
+ var _excluded$N = ["themeValues", "isMobile", "supportsTouch", "sections", "openSection", "toggleOpenSection", "staggeredAnimation", "initiallyOpen", "openHeight", "containerStyles", "ariaDescribedBy", "isSectionRequired", "groupedSections", "borderOverride"];
49048
49048
 
49049
49049
  /**
49050
49050
  - The RadioSection component takes either a flat array (via the 'sections'
@@ -49094,7 +49094,7 @@ var RadioSection = function RadioSection(_ref) {
49094
49094
  _ref$groupedSections = _ref.groupedSections,
49095
49095
  groupedSections = _ref$groupedSections === void 0 ? [] : _ref$groupedSections,
49096
49096
  borderOverride = _ref.borderOverride,
49097
- rest = _objectWithoutProperties(_ref, _excluded$M);
49097
+ rest = _objectWithoutProperties(_ref, _excluded$N);
49098
49098
  var _useState = React.useState(null),
49099
49099
  _useState2 = _slicedToArray(_useState, 2),
49100
49100
  focused = _useState2[0],
@@ -49650,7 +49650,7 @@ var Tab = function Tab(_ref) {
49650
49650
  }, label));
49651
49651
  };
49652
49652
 
49653
- var _excluded$N = ["tabsConfig", "tabsDisplayMode", "tabsPadding", "contentPadding", "extraStyles"];
49653
+ var _excluded$O = ["tabsConfig", "tabsDisplayMode", "tabsPadding", "contentPadding", "extraStyles"];
49654
49654
  var HORIZONTAL = "horizontal";
49655
49655
  var Tabs = function Tabs(_ref) {
49656
49656
  var _tabsConfig$tabs$;
@@ -49663,7 +49663,7 @@ var Tabs = function Tabs(_ref) {
49663
49663
  contentPadding = _ref$contentPadding === void 0 ? "0" : _ref$contentPadding,
49664
49664
  _ref$extraStyles = _ref.extraStyles,
49665
49665
  extraStyles = _ref$extraStyles === void 0 ? "" : _ref$extraStyles,
49666
- props = _objectWithoutProperties(_ref, _excluded$N);
49666
+ props = _objectWithoutProperties(_ref, _excluded$O);
49667
49667
  var _useState = React.useState(((_tabsConfig$tabs$ = tabsConfig.tabs[0]) === null || _tabsConfig$tabs$ === void 0 ? void 0 : _tabsConfig$tabs$.label) || null),
49668
49668
  _useState2 = _slicedToArray(_useState, 2),
49669
49669
  activeTab = _useState2[0],
@@ -49816,7 +49816,7 @@ var Timeout = function Timeout(_ref) {
49816
49816
  };
49817
49817
  var Timeout$1 = withWindowSize(Timeout);
49818
49818
 
49819
- var _excluded$O = ["variant", "message", "toastOpen", "closeToastNotification", "extraStyles", "minWidth", "maxWidth", "height", "childGap", "backgroundColor", "role", "ariaLive", "screenReaderMessage", "showScreenReaderMessage"];
49819
+ var _excluded$P = ["variant", "message", "toastOpen", "closeToastNotification", "extraStyles", "minWidth", "maxWidth", "height", "childGap", "backgroundColor", "role", "ariaLive", "screenReaderMessage", "showScreenReaderMessage"];
49820
49820
  var VARIANTS = {
49821
49821
  SUCCESS: "success",
49822
49822
  ERROR: "error"
@@ -49845,7 +49845,7 @@ var ToastNotification = function ToastNotification(_ref) {
49845
49845
  screenReaderMessage = _ref.screenReaderMessage,
49846
49846
  _ref$showScreenReader = _ref.showScreenReaderMessage,
49847
49847
  showScreenReaderMessage = _ref$showScreenReader === void 0 ? true : _ref$showScreenReader,
49848
- rest = _objectWithoutProperties(_ref, _excluded$O);
49848
+ rest = _objectWithoutProperties(_ref, _excluded$P);
49849
49849
  var screenReaderMessageRef = React.useRef();
49850
49850
  var LIVEREGION_TRANSITION_DELAY = 1000;
49851
49851
  React.useEffect(function () {
@@ -50028,7 +50028,7 @@ var PopupMenuItemContainer = styled__default(ButtonWithAction).withConfig({
50028
50028
  return "\n background-color: ".concat(isDeleteAction ? theme.menuItemHoverBackgroundColorDelete : theme.menuItemHoverBackgroundColor, ";\n ");
50029
50029
  });
50030
50030
 
50031
- var _excluded$P = ["id", "closeMenuCallback", "action", "themeValues", "text", "hasIcon", "isDeleteAction", "icon", "textExtraStyles", "hoverStyles", "activeStyles", "extraStyles"];
50031
+ var _excluded$Q = ["id", "closeMenuCallback", "action", "themeValues", "text", "hasIcon", "isDeleteAction", "icon", "textExtraStyles", "hoverStyles", "activeStyles", "extraStyles"];
50032
50032
  var PopupMenuItem = function PopupMenuItem(_ref) {
50033
50033
  var id = _ref.id,
50034
50034
  closeMenuCallback = _ref.closeMenuCallback,
@@ -50044,7 +50044,7 @@ var PopupMenuItem = function PopupMenuItem(_ref) {
50044
50044
  hoverStyles = _ref.hoverStyles,
50045
50045
  activeStyles = _ref.activeStyles,
50046
50046
  extraStyles = _ref.extraStyles,
50047
- rest = _objectWithoutProperties(_ref, _excluded$P);
50047
+ rest = _objectWithoutProperties(_ref, _excluded$Q);
50048
50048
  return /*#__PURE__*/React__default.createElement(PopupMenuItemContainer, _extends({
50049
50049
  id: id,
50050
50050
  role: "menuItem",
@@ -50283,7 +50283,7 @@ var ActionLinkButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
50283
50283
  });
50284
50284
  });
50285
50285
 
50286
- var _excluded$Q = ["width", "height", "color"];
50286
+ var _excluded$R = ["width", "height", "color"];
50287
50287
  var DropdownIconV2 = function DropdownIconV2(_ref) {
50288
50288
  var _ref$width = _ref.width,
50289
50289
  width = _ref$width === void 0 ? "18" : _ref$width,
@@ -50291,7 +50291,7 @@ var DropdownIconV2 = function DropdownIconV2(_ref) {
50291
50291
  height = _ref$height === void 0 ? "19" : _ref$height,
50292
50292
  _ref$color = _ref.color,
50293
50293
  color = _ref$color === void 0 ? "#292A33" : _ref$color,
50294
- props = _objectWithoutProperties(_ref, _excluded$Q);
50294
+ props = _objectWithoutProperties(_ref, _excluded$R);
50295
50295
  return /*#__PURE__*/React__default.createElement("svg", _extends({
50296
50296
  "aria-hidden": "true",
50297
50297
  width: width,
@@ -50439,7 +50439,7 @@ var SearchBox = function SearchBox(_ref) {
50439
50439
  }));
50440
50440
  };
50441
50441
 
50442
- var _excluded$R = ["width", "height", "color"];
50442
+ var _excluded$S = ["width", "height", "color"];
50443
50443
  var CheckboxCheckmarkIcon = function CheckboxCheckmarkIcon(_ref) {
50444
50444
  var _ref$width = _ref.width,
50445
50445
  width = _ref$width === void 0 ? "18" : _ref$width,
@@ -50447,7 +50447,7 @@ var CheckboxCheckmarkIcon = function CheckboxCheckmarkIcon(_ref) {
50447
50447
  height = _ref$height === void 0 ? "18" : _ref$height,
50448
50448
  _ref$color = _ref.color,
50449
50449
  color = _ref$color === void 0 ? "#FEFEFE" : _ref$color,
50450
- props = _objectWithoutProperties(_ref, _excluded$R);
50450
+ props = _objectWithoutProperties(_ref, _excluded$S);
50451
50451
  return /*#__PURE__*/React__default.createElement("svg", _extends({
50452
50452
  xmlns: "http://www.w3.org/2000/svg",
50453
50453
  width: width,
@@ -50927,7 +50927,7 @@ var MultipleSelectFilter = function MultipleSelectFilter(_ref) {
50927
50927
  var MultipleSelectFilter$1 = themeComponent(MultipleSelectFilter, "MultipleSelectFilter", fallbackValues$10);
50928
50928
 
50929
50929
  var TextWrapStyles = styled.css(["word-wrap:break-word;overflow-wrap:break-word;white-space:normal;max-width:100%;"]);
50930
- var Container$1 = styled__default(Box).withConfig({
50930
+ var Container = styled__default(Box).withConfig({
50931
50931
  displayName: "ContactCardstyled__Container",
50932
50932
  componentId: "sc-1v62a1n-0"
50933
50933
  })(["height:fit-content;display:flex;padding:1rem;flex-direction:column;align-items:flex-start;gap:1.5rem;border-radius:8px;", ""], function (_ref) {
@@ -50965,7 +50965,7 @@ var ContactCard = function ContactCard(_ref) {
50965
50965
  externalLinkColor: ROYAL_BLUE_VIVID
50966
50966
  };
50967
50967
  var linkThemeValues = createThemeValues(themeContext, linkFallbackValues, "Link", linkVariant);
50968
- return /*#__PURE__*/React__default.createElement(Container$1, {
50968
+ return /*#__PURE__*/React__default.createElement(Container, {
50969
50969
  borderRadius: "8px",
50970
50970
  background: WHITE,
50971
50971
  boxShadow: "0px 2px 4px rgba(0, 0, 0, 0.25)",
@@ -51143,7 +51143,7 @@ var fallbackValues$11 = {
51143
51143
  justifyContent: justifyContent
51144
51144
  };
51145
51145
 
51146
- var _excluded$S = ["variant", "imageUrl", "isMobile", "theme", "extraStyles"],
51146
+ var _excluded$T = ["variant", "imageUrl", "isMobile", "theme", "extraStyles"],
51147
51147
  _excluded2$2 = ["theme", "isMobile"],
51148
51148
  _excluded3 = ["theme", "isMobile"],
51149
51149
  _excluded4 = ["theme", "isMobile"];
@@ -51166,7 +51166,7 @@ var HeroContainer = styled__default(function (_ref2) {
51166
51166
  isMobile = _ref2.isMobile,
51167
51167
  theme = _ref2.theme,
51168
51168
  extraStyles = _ref2.extraStyles,
51169
- props = _objectWithoutProperties(_ref2, _excluded$S);
51169
+ props = _objectWithoutProperties(_ref2, _excluded$T);
51170
51170
  return /*#__PURE__*/React__default.createElement(Box, props);
51171
51171
  }).withConfig({
51172
51172
  displayName: "HeroImagestyled__HeroContainer",