@thecb/components 7.7.2 → 7.7.3-beta.1

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.d.ts CHANGED
@@ -61,8 +61,6 @@ declare const ButtonWithLink: React.FC<Expand<ButtonWithLinkProps> &
61
61
 
62
62
  declare const GuidedCheckoutImage: JSX.Element;
63
63
 
64
- declare const HistoryIconSmall: JSX.Element;
65
-
66
64
  declare const ProfileImage: JSX.Element;
67
65
 
68
66
  declare const RevenueManagementImage: JSX.Element;
@@ -402,5 +400,5 @@ interface DefaultPageTemplateProps {
402
400
  declare const DefaultPageTemplate: React.FC<Expand<DefaultPageTemplateProps> &
403
401
  React.HTMLAttributes<HTMLElement>>;
404
402
 
405
- export { Box, BoxProps, ButtonWithAction, ButtonWithActionProps, ButtonWithLink, ButtonWithLinkProps, Card, CardProps, Center, CenterProps, Cluster, ClusterProps, CollapsibleSection, CollapsibleSectionProps, Copyable, CopyableProps, Cover, CoverProps, DefaultPageTemplate, DefaultPageTemplateProps, EditableTable, EditableTableProps, ExternalLink, ExternalLinkProps, FooterWithSubfooter, FooterWithSubfooterProps, GuidedCheckoutImage, HistoryIconSmall, InternalLink, InternalLinkProps, NavFooter, NavFooterProps, NavHeader, NavHeaderProps, NavTabs, NavTabsProps, Paragraph, ParagraphProps, Popover, PopoverProps, ProfileImage, RevenueManagementImage, Stack, StackProps, StandardCheckoutImage, Switcher, SwitcherProps, TableListItem, TableListItemProps, Text, TextProps, Title, TitleProps };
403
+ export { Box, BoxProps, ButtonWithAction, ButtonWithActionProps, ButtonWithLink, ButtonWithLinkProps, Card, CardProps, Center, CenterProps, Cluster, ClusterProps, CollapsibleSection, CollapsibleSectionProps, Copyable, CopyableProps, Cover, CoverProps, DefaultPageTemplate, DefaultPageTemplateProps, EditableTable, EditableTableProps, ExternalLink, ExternalLinkProps, FooterWithSubfooter, FooterWithSubfooterProps, GuidedCheckoutImage, InternalLink, InternalLinkProps, NavFooter, NavFooterProps, NavHeader, NavHeaderProps, NavTabs, NavTabsProps, Paragraph, ParagraphProps, Popover, PopoverProps, ProfileImage, RevenueManagementImage, Stack, StackProps, StandardCheckoutImage, Switcher, SwitcherProps, TableListItem, TableListItemProps, Text, TextProps, Title, TitleProps };
406
404
  //# sourceMappingURL=index.d.ts.map
package/dist/index.esm.js CHANGED
@@ -16457,32 +16457,6 @@ var FindIconSmall = function FindIconSmall(_ref) {
16457
16457
 
16458
16458
  var FindIconSmall$1 = themeComponent(FindIconSmall, "Icons", fallbackValues$2, "primary");
16459
16459
 
16460
- var HistoryIconSmall = function HistoryIconSmall(_ref) {
16461
- var themeValues = _ref.themeValues;
16462
- return /*#__PURE__*/React.createElement("svg", {
16463
- width: "20",
16464
- height: "20",
16465
- viewBox: "0 0 20 20",
16466
- fill: "none",
16467
- xmlns: "http://www.w3.org/2000/svg"
16468
- }, /*#__PURE__*/React.createElement("path", {
16469
- d: "M3.33337 8.33333C3.33337 7.8731 3.70647 7.5 4.16671 7.5H15.8334C16.2936 7.5 16.6667 7.8731 16.6667 8.33333V16.6667C16.6667 17.1269 16.2936 17.5 15.8334 17.5H4.16671C3.70647 17.5 3.33337 17.1269 3.33337 16.6667V8.33333Z",
16470
- fill: themeValues.singleIconColor
16471
- }), /*#__PURE__*/React.createElement("path", {
16472
- fillRule: "evenodd",
16473
- clipRule: "evenodd",
16474
- d: "M5.08337 4.75C4.66916 4.75 4.33337 5.08579 4.33337 5.5C4.33337 5.91421 4.66916 6.25 5.08337 6.25H14.9134C15.3276 6.25 15.6634 5.91421 15.6634 5.5C15.6634 5.08579 15.3276 4.75 14.9134 4.75H5.08337Z",
16475
- fill: themeValues.singleIconColor
16476
- }), /*#__PURE__*/React.createElement("path", {
16477
- fillRule: "evenodd",
16478
- clipRule: "evenodd",
16479
- d: "M6.03337 2.25C5.64677 2.25 5.33337 2.5634 5.33337 2.95C5.33337 3.3366 5.64678 3.65 6.03337 3.65H13.9634C14.35 3.65 14.6634 3.3366 14.6634 2.95C14.6634 2.5634 14.35 2.25 13.9634 2.25H6.03337Z",
16480
- fill: themeValues.singleIconColor
16481
- }));
16482
- };
16483
-
16484
- var HistoryIconSmall$1 = themeComponent(HistoryIconSmall, "Icons", fallbackValues$2, "primary");
16485
-
16486
16460
  var color$2 = "#15749D";
16487
16461
  var hoverColor$1 = "#116285";
16488
16462
  var activeColor$1 = "#0E506D";
@@ -36416,6 +36390,122 @@ var LoadingLine = function LoadingLine(_ref) {
36416
36390
  });
36417
36391
  };
36418
36392
 
36393
+ var Table_styled = styled.table.withConfig({
36394
+ displayName: "Tablestyled",
36395
+ componentId: "sc-mveye7-0"
36396
+ })(["width:100%;table-layout:auto;", ""], function (_ref) {
36397
+ var extraStyles = _ref.extraStyles;
36398
+ return extraStyles;
36399
+ });
36400
+
36401
+ var TableBody_styled = styled.tbody.withConfig({
36402
+ displayName: "TableBodystyled",
36403
+ componentId: "sc-wk5osr-0"
36404
+ })(["", ""], function (_ref) {
36405
+ var extraStyles = _ref.extraStyles;
36406
+ return extraStyles;
36407
+ });
36408
+
36409
+ var TableCell_styled = styled.td.withConfig({
36410
+ displayName: "TableCellstyled",
36411
+ componentId: "sc-iqndn8-0"
36412
+ })(["padding:", ";font-size:0.875rem;white-space:nowrap;max-width:250px;overflow:hidden;text-overflow:ellipsis;&:last-child{text-align:right;}", ";"], function (_ref) {
36413
+ var padding = _ref.padding;
36414
+ return padding ? padding : "24px";
36415
+ }, function (_ref2) {
36416
+ var extraStyles = _ref2.extraStyles;
36417
+ return extraStyles;
36418
+ });
36419
+
36420
+ var backgroundColor$6 = ALABASTER_WHITE;
36421
+ var borderColor$3 = GREY_CHATEAU;
36422
+ var fallbackValues$A = {
36423
+ backgroundColor: backgroundColor$6,
36424
+ borderColor: borderColor$3
36425
+ };
36426
+
36427
+ var StyledTableHead = styled.thead.withConfig({
36428
+ displayName: "TableHeadstyled",
36429
+ componentId: "sc-j8e6c1-0"
36430
+ })(["background-color:", ";border-bottom:", ";font-size:0.875rem;"], function (_ref) {
36431
+ var backgroundColor = _ref.backgroundColor;
36432
+ return backgroundColor;
36433
+ }, function (_ref2) {
36434
+ var borderColor = _ref2.borderColor;
36435
+ return "1px solid ".concat(borderColor);
36436
+ });
36437
+
36438
+ var borderColor$4 = GREY_CHATEAU;
36439
+ var hoverBackgroundColor$1 = HOVER_LIGHT_BLUE;
36440
+ var fallbackValues$B = {
36441
+ borderColor: borderColor$4,
36442
+ hoverBackgroundColor: hoverBackgroundColor$1
36443
+ };
36444
+
36445
+ var TableRowWrapper = styled.tr.withConfig({
36446
+ displayName: "TableRowstyled",
36447
+ componentId: "sc-1tc0sav-0"
36448
+ })(["&:not(:last-child){border-bottom:", ";}", " ", ""], function (_ref) {
36449
+ var borderColor = _ref.borderColor;
36450
+ return "1px solid ".concat(borderColor);
36451
+ }, function (_ref2) {
36452
+ var hoverEffect = _ref2.hoverEffect,
36453
+ hoverBackgroundColor = _ref2.hoverBackgroundColor;
36454
+ return hoverEffect && "&:hover {\n cursor: pointer;\n background-color: ".concat(hoverBackgroundColor, ";\n }");
36455
+ }, function (_ref3) {
36456
+ var extraStyles = _ref3.extraStyles;
36457
+ return extraStyles;
36458
+ });
36459
+
36460
+ var _excluded$w = ["children", "extraStyles", "hoverEffect", "onClick", "themeValues"];
36461
+
36462
+ var TableRow = function TableRow(_ref) {
36463
+ var children = _ref.children,
36464
+ extraStyles = _ref.extraStyles,
36465
+ _ref$hoverEffect = _ref.hoverEffect,
36466
+ hoverEffect = _ref$hoverEffect === void 0 ? true : _ref$hoverEffect,
36467
+ onClick = _ref.onClick,
36468
+ themeValues = _ref.themeValues,
36469
+ props = _objectWithoutProperties(_ref, _excluded$w);
36470
+
36471
+ return /*#__PURE__*/React.createElement(TableRowWrapper, _extends({
36472
+ onClick: onClick,
36473
+ hoverEffect: hoverEffect,
36474
+ extraStyles: extraStyles,
36475
+ borderColor: themeValues.borderColor,
36476
+ hoverBackgroundColor: themeValues.hoverBackgroundColor
36477
+ }, props), children);
36478
+ };
36479
+
36480
+ var TableRow$1 = themeComponent(TableRow, "TableRow", fallbackValues$B);
36481
+
36482
+ var TableHead = function TableHead(_ref) {
36483
+ var children = _ref.children,
36484
+ _ref$extraStyles = _ref.extraStyles,
36485
+ extraStyles = _ref$extraStyles === void 0 ? "" : _ref$extraStyles,
36486
+ themeValues = _ref.themeValues;
36487
+ return /*#__PURE__*/React.createElement(StyledTableHead, {
36488
+ backgroundColor: themeValues.backgroundColor,
36489
+ borderColor: themeValues.borderColor
36490
+ }, /*#__PURE__*/React.createElement(TableRow$1, {
36491
+ extraStyles: extraStyles,
36492
+ hoverEffect: false
36493
+ }, children));
36494
+ };
36495
+
36496
+ var TableHead$1 = themeComponent(TableHead, "TableHead", fallbackValues$A);
36497
+
36498
+ var TableHeading_styled = styled.th.withConfig({
36499
+ displayName: "TableHeadingstyled",
36500
+ componentId: "sc-1ggk38d-0"
36501
+ })(["padding:24px;min-width:", ";text-align:left;&:last-child{text-align:right;}", ""], function (_ref) {
36502
+ var minWidth = _ref.minWidth;
36503
+ return minWidth ? minWidth : "initial";
36504
+ }, function (_ref2) {
36505
+ var extraStyles = _ref2.extraStyles;
36506
+ return extraStyles;
36507
+ });
36508
+
36419
36509
  const validatorToPredicate = (validatorFn, emptyCase) => (
36420
36510
  value,
36421
36511
  ...rest
@@ -38318,9 +38408,9 @@ AddressForm.reducer = reducer;
38318
38408
  AddressForm.mapStateToProps = mapStateToProps$1;
38319
38409
  AddressForm.mapDispatchToProps = mapDispatchToProps;
38320
38410
 
38321
- var backgroundColor$6 = "#ebeffb";
38322
- var fallbackValues$A = {
38323
- backgroundColor: backgroundColor$6
38411
+ var backgroundColor$7 = "#ebeffb";
38412
+ var fallbackValues$C = {
38413
+ backgroundColor: backgroundColor$7
38324
38414
  };
38325
38415
 
38326
38416
  var Banner = function Banner(_ref) {
@@ -38371,7 +38461,7 @@ var Banner = function Banner(_ref) {
38371
38461
  }, /*#__PURE__*/React.createElement(Image, null))));
38372
38462
  };
38373
38463
 
38374
- var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$A);
38464
+ var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$C);
38375
38465
 
38376
38466
  var ChangePasswordForm = function ChangePasswordForm(_ref) {
38377
38467
  var _newPasswordErrorMess;
@@ -38513,7 +38603,7 @@ ChangePasswordForm.mapDispatchToProps = mapDispatchToProps$1;
38513
38603
  var titleColor$1 = "#292A33";
38514
38604
  var headingBackgroundColor = "transparent";
38515
38605
  var bodyBackgroundColor = "transparent";
38516
- var fallbackValues$B = {
38606
+ var fallbackValues$D = {
38517
38607
  titleColor: titleColor$1,
38518
38608
  headingBackgroundColor: headingBackgroundColor,
38519
38609
  bodyBackgroundColor: bodyBackgroundColor
@@ -38640,7 +38730,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
38640
38730
  }, children))));
38641
38731
  };
38642
38732
 
38643
- var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$B);
38733
+ var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$D);
38644
38734
 
38645
38735
  var ClipboardIcon = function ClipboardIcon(_ref) {
38646
38736
  var themeValues = _ref.themeValues;
@@ -39226,7 +39316,7 @@ EmailForm.mapDispatchToProps = mapDispatchToProps$3;
39226
39316
 
39227
39317
  var footerBackgroundColor = BRIGHT_GREY;
39228
39318
  var subfooterBackgroundColor = STORM_GREY;
39229
- var fallbackValues$C = {
39319
+ var fallbackValues$E = {
39230
39320
  footerBackgroundColor: footerBackgroundColor,
39231
39321
  subfooterBackgroundColor: subfooterBackgroundColor
39232
39322
  };
@@ -39258,7 +39348,7 @@ var FooterWithSubfooter = function FooterWithSubfooter(_ref) {
39258
39348
  }));
39259
39349
  };
39260
39350
 
39261
- var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$C);
39351
+ var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$E);
39262
39352
 
39263
39353
  var ForgotPasswordForm = function ForgotPasswordForm(_ref) {
39264
39354
  var _EmailErrorMessages;
@@ -39309,10 +39399,10 @@ ForgotPasswordForm.mapStateToProps = mapStateToProps$5;
39309
39399
  ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
39310
39400
 
39311
39401
  var textColor$4 = "#ffffff";
39312
- var backgroundColor$7 = "#182848";
39313
- var fallbackValues$D = {
39402
+ var backgroundColor$8 = "#182848";
39403
+ var fallbackValues$F = {
39314
39404
  textColor: textColor$4,
39315
- backgroundColor: backgroundColor$7
39405
+ backgroundColor: backgroundColor$8
39316
39406
  };
39317
39407
 
39318
39408
  var HighlightTabRow = function HighlightTabRow(_ref) {
@@ -39367,7 +39457,7 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
39367
39457
  }), repeat( /*#__PURE__*/React.createElement(Box, null), boxesAfter))));
39368
39458
  };
39369
39459
 
39370
- var HighlightTabRow$1 = /*#__PURE__*/memo(themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$D));
39460
+ var HighlightTabRow$1 = /*#__PURE__*/memo(themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$F));
39371
39461
 
39372
39462
  var AccountBillIcon = function AccountBillIcon() {
39373
39463
  return /*#__PURE__*/React.createElement("svg", {
@@ -44514,12 +44604,12 @@ var borderRadius = {
44514
44604
  largeTitle: "0.25rem",
44515
44605
  small: "0.25rem"
44516
44606
  };
44517
- var backgroundColor$8 = {
44607
+ var backgroundColor$9 = {
44518
44608
  "default": WHITE,
44519
44609
  largeTitle: WHITE,
44520
44610
  small: WHITE
44521
44611
  };
44522
- var fallbackValues$E = {
44612
+ var fallbackValues$G = {
44523
44613
  fontSize: fontSize$9,
44524
44614
  fontWeight: fontWeight$5,
44525
44615
  fontColor: fontColor,
@@ -44529,7 +44619,7 @@ var fallbackValues$E = {
44529
44619
  titleSpacing: titleSpacing,
44530
44620
  boxShadow: boxShadow$1,
44531
44621
  borderRadius: borderRadius,
44532
- backgroundColor: backgroundColor$8
44622
+ backgroundColor: backgroundColor$9
44533
44623
  };
44534
44624
 
44535
44625
  /*
@@ -44578,9 +44668,9 @@ var Module = function Module(_ref) {
44578
44668
  }, children)));
44579
44669
  };
44580
44670
 
44581
- var Module$1 = /*#__PURE__*/memo(themeComponent(Module, "Module", fallbackValues$E, "default"));
44671
+ var Module$1 = /*#__PURE__*/memo(themeComponent(Module, "Module", fallbackValues$G, "default"));
44582
44672
 
44583
- var backgroundColor$9 = {
44673
+ var backgroundColor$a = {
44584
44674
  profile: "#3b414d",
44585
44675
  cms: "#3b414d"
44586
44676
  };
@@ -44588,8 +44678,8 @@ var shadowColor = {
44588
44678
  profile: "#292A33",
44589
44679
  cms: "#292A33"
44590
44680
  };
44591
- var fallbackValues$F = {
44592
- backgroundColor: backgroundColor$9,
44681
+ var fallbackValues$H = {
44682
+ backgroundColor: backgroundColor$a,
44593
44683
  shadowColor: shadowColor
44594
44684
  };
44595
44685
 
@@ -44629,7 +44719,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
44629
44719
  }, menuContent));
44630
44720
  };
44631
44721
 
44632
- var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$F, "profile");
44722
+ var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$H, "profile");
44633
44723
 
44634
44724
  var menu = posed.div({
44635
44725
  invisible: {
@@ -44685,7 +44775,7 @@ var NavMenuMobile = function NavMenuMobile(_ref) {
44685
44775
  }, menuContent));
44686
44776
  };
44687
44777
 
44688
- var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$F, "profile");
44778
+ var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$H, "profile");
44689
44779
 
44690
44780
  var ACH_METHOD = "BANK_ACCOUNT";
44691
44781
  var CC_METHOD = "CREDIT_CARD";
@@ -44746,7 +44836,7 @@ var activeColor$7 = "#0E506D";
44746
44836
  var linkColor$4 = "#3176AA";
44747
44837
  var fontWeight$6 = FONT_WEIGHT_REGULAR;
44748
44838
  var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
44749
- var fallbackValues$G = {
44839
+ var fallbackValues$I = {
44750
44840
  color: color$a,
44751
44841
  hoverColor: hoverColor$5,
44752
44842
  activeColor: activeColor$7,
@@ -44872,7 +44962,7 @@ var AutopayModal = function AutopayModal(_ref) {
44872
44962
  }, modalExtraProps), renderAutoPayControl());
44873
44963
  };
44874
44964
 
44875
- var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$G);
44965
+ var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$I);
44876
44966
 
44877
44967
  var AmountModule = function AmountModule(_ref) {
44878
44968
  var totalAmountDue = _ref.totalAmountDue,
@@ -45710,7 +45800,7 @@ var PaymentButtonBar = function PaymentButtonBar(_ref) {
45710
45800
  }, backButton, !hideForwardButton && /*#__PURE__*/React.createElement(Fragment$1, null, forwardButton))));
45711
45801
  };
45712
45802
 
45713
- var backgroundColor$a = {
45803
+ var backgroundColor$b = {
45714
45804
  "default": "transparent",
45715
45805
  small: "transparent"
45716
45806
  };
@@ -45726,14 +45816,14 @@ var labeledAmountTotal = {
45726
45816
  "default": "h6",
45727
45817
  small: "p"
45728
45818
  };
45729
- var fallbackValues$H = {
45730
- backgroundColor: backgroundColor$a,
45819
+ var fallbackValues$J = {
45820
+ backgroundColor: backgroundColor$b,
45731
45821
  lineItem: lineItem,
45732
45822
  labeledAmountSubtotal: labeledAmountSubtotal,
45733
45823
  labeledAmountTotal: labeledAmountTotal
45734
45824
  };
45735
45825
 
45736
- var _excluded$w = ["amount"],
45826
+ var _excluded$x = ["amount"],
45737
45827
  _excluded2$1 = ["amount"];
45738
45828
 
45739
45829
  var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
@@ -45878,7 +45968,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
45878
45968
  return fee.amount > 0;
45879
45969
  }).map(function (_ref5) {
45880
45970
  var amount = _ref5.amount,
45881
- rest = _objectWithoutProperties(_ref5, _excluded$w);
45971
+ rest = _objectWithoutProperties(_ref5, _excluded$x);
45882
45972
 
45883
45973
  return _objectSpread2(_objectSpread2({}, rest), {}, {
45884
45974
  amount: displayCurrency(amount)
@@ -45977,7 +46067,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
45977
46067
  });
45978
46068
  };
45979
46069
 
45980
- var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$H, "default");
46070
+ var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$J, "default");
45981
46071
 
45982
46072
  var linkColor$5 = {
45983
46073
  "default": "#3176AA"
@@ -45994,7 +46084,7 @@ var fontWeight$7 = {
45994
46084
  var modalLinkHoverFocus$1 = {
45995
46085
  "default": "outline: none; text-decoration: underline;"
45996
46086
  };
45997
- var fallbackValues$I = {
46087
+ var fallbackValues$K = {
45998
46088
  linkColor: linkColor$5,
45999
46089
  fontSize: fontSize$a,
46000
46090
  lineHeight: lineHeight$4,
@@ -46053,7 +46143,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
46053
46143
  }, link));
46054
46144
  };
46055
46145
 
46056
- var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$I, "default");
46146
+ var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$K, "default");
46057
46147
 
46058
46148
  var PaymentFormACH = function PaymentFormACH(_ref) {
46059
46149
  var _routingNumberErrors, _accountNumberErrors;
@@ -46657,13 +46747,13 @@ var RadioGroup = function RadioGroup(_ref) {
46657
46747
  var headingBackgroundColor$1 = "".concat(WHITE);
46658
46748
  var headingDisabledColor = "".concat(ATHENS_GREY);
46659
46749
  var bodyBackgroundColor$1 = "#eeeeee";
46660
- var borderColor$3 = "".concat(GREY_CHATEAU);
46750
+ var borderColor$5 = "".concat(GREY_CHATEAU);
46661
46751
  var focusStyles = "outline: none;";
46662
- var fallbackValues$J = {
46752
+ var fallbackValues$L = {
46663
46753
  headingBackgroundColor: headingBackgroundColor$1,
46664
46754
  headingDisabledColor: headingDisabledColor,
46665
46755
  bodyBackgroundColor: bodyBackgroundColor$1,
46666
- borderColor: borderColor$3,
46756
+ borderColor: borderColor$5,
46667
46757
  focusStyles: focusStyles
46668
46758
  };
46669
46759
 
@@ -46847,7 +46937,7 @@ var RadioSection = function RadioSection(_ref) {
46847
46937
  })));
46848
46938
  };
46849
46939
 
46850
- var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$J);
46940
+ var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$L);
46851
46941
 
46852
46942
  var RegistrationForm = function RegistrationForm(_ref) {
46853
46943
  var _emailErrorMessages, _passwordErrorMessage;
@@ -47144,7 +47234,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
47144
47234
  var activeTabBackground = "#FFFFFF";
47145
47235
  var activeTabAccent = "#15749D";
47146
47236
  var activeTabHover = "#B8D5E1";
47147
- var fallbackValues$K = {
47237
+ var fallbackValues$M = {
47148
47238
  activeTabBackground: activeTabBackground,
47149
47239
  activeTabAccent: activeTabAccent,
47150
47240
  activeTabHover: activeTabHover
@@ -47223,12 +47313,12 @@ var Tabs = function Tabs(_ref) {
47223
47313
  }))));
47224
47314
  };
47225
47315
 
47226
- var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$K);
47316
+ var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$M);
47227
47317
 
47228
47318
  var activeTabBackground$1 = "#FFFFFF";
47229
47319
  var activeTabAccent$1 = "#15749D";
47230
47320
  var activeTabHover$1 = "#B8D5E1";
47231
- var fallbackValues$L = {
47321
+ var fallbackValues$N = {
47232
47322
  activeTabBackground: activeTabBackground$1,
47233
47323
  activeTabAccent: activeTabAccent$1,
47234
47324
  activeTabHover: activeTabHover$1
@@ -47284,9 +47374,9 @@ var TabSidebar = function TabSidebar(_ref) {
47284
47374
  })));
47285
47375
  };
47286
47376
 
47287
- var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$L);
47377
+ var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$N);
47288
47378
 
47289
- var backgroundColor$b = {
47379
+ var backgroundColor$c = {
47290
47380
  "default": "#ffffff",
47291
47381
  footer: "#ffffff"
47292
47382
  };
@@ -47315,8 +47405,8 @@ var modalLinkHoverFocus$2 = {
47315
47405
  "default": standardInteractionStyles,
47316
47406
  footer: standardInteractionStyles
47317
47407
  };
47318
- var fallbackValues$M = {
47319
- backgroundColor: backgroundColor$b,
47408
+ var fallbackValues$O = {
47409
+ backgroundColor: backgroundColor$c,
47320
47410
  linkColor: linkColor$6,
47321
47411
  border: border$3,
47322
47412
  fontSize: fontSize$b,
@@ -47377,7 +47467,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
47377
47467
  }, link));
47378
47468
  };
47379
47469
 
47380
- var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$M, "default");
47470
+ var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$O, "default");
47381
47471
 
47382
47472
  var TermsAndConditions = function TermsAndConditions(_ref) {
47383
47473
  var onCheck = _ref.onCheck,
@@ -47452,7 +47542,7 @@ var fontColor$1 = WHITE;
47452
47542
  var textAlign$1 = "left";
47453
47543
  var headerBackgroundColor$1 = BRIGHT_GREY;
47454
47544
  var imageBackgroundColor$1 = MATISSE_BLUE;
47455
- var fallbackValues$N = {
47545
+ var fallbackValues$P = {
47456
47546
  fontWeight: fontWeight$9,
47457
47547
  fontColor: fontColor$1,
47458
47548
  textAlign: textAlign$1,
@@ -47499,7 +47589,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
47499
47589
  })))));
47500
47590
  };
47501
47591
 
47502
- var WelcomeModule$1 = /*#__PURE__*/memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$N));
47592
+ var WelcomeModule$1 = /*#__PURE__*/memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$P));
47503
47593
 
47504
47594
  var WorkflowTile = function WorkflowTile(_ref) {
47505
47595
  var _ref$workflowName = _ref.workflowName,
@@ -47554,7 +47644,7 @@ var WorkflowTile = function WorkflowTile(_ref) {
47554
47644
  };
47555
47645
 
47556
47646
  var pageBackground = "#FBFCFD";
47557
- var fallbackValues$O = {
47647
+ var fallbackValues$Q = {
47558
47648
  pageBackground: pageBackground
47559
47649
  };
47560
47650
 
@@ -47601,7 +47691,7 @@ var CenterSingle = function CenterSingle(_ref) {
47601
47691
  })));
47602
47692
  };
47603
47693
 
47604
- var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$O));
47694
+ var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$Q));
47605
47695
 
47606
47696
  var CenterStack = function CenterStack(_ref) {
47607
47697
  var header = _ref.header,
@@ -47643,7 +47733,7 @@ var CenterStack = function CenterStack(_ref) {
47643
47733
  })));
47644
47734
  };
47645
47735
 
47646
- var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$O));
47736
+ var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$Q));
47647
47737
 
47648
47738
  var CenterSingle$2 = function CenterSingle(_ref) {
47649
47739
  var header = _ref.header,
@@ -47688,7 +47778,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
47688
47778
  })));
47689
47779
  };
47690
47780
 
47691
- var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$O));
47781
+ var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$Q));
47692
47782
 
47693
47783
  var SidebarSingleContent = function SidebarSingleContent(_ref) {
47694
47784
  var header = _ref.header,
@@ -47742,7 +47832,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
47742
47832
  })));
47743
47833
  };
47744
47834
 
47745
- var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$O));
47835
+ var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$Q));
47746
47836
 
47747
47837
  var SidebarStackContent = function SidebarStackContent(_ref) {
47748
47838
  var header = _ref.header,
@@ -47813,7 +47903,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
47813
47903
  })));
47814
47904
  };
47815
47905
 
47816
- var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$O));
47906
+ var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$Q));
47817
47907
 
47818
- export { AccountNumberImage, AccountsAddIcon$1 as AccountsAddIcon, AccountsIcon$1 as AccountsIcon, AccountsIconSmall$1 as AccountsIconSmall, AchReturnIcon, AddObligation$1 as AddObligation, AddressForm, Alert$1 as Alert, AllocatedIcon, AmountCallout$1 as AmountCallout, AutopayOnIcon, BankIcon, Banner$1 as Banner, Box, BoxWithShadow$1 as BoxWithShadow, Breadcrumbs as Breadcrumb, ButtonWithAction, ButtonWithLink, CalendarIcon, Card$1 as Card, CarrotIcon$1 as CarrotIcon, CashIcon, Center, CenterSingle$1 as CenterSingle, CenterStack$1 as CenterStack, ChangePasswordForm, ChargebackIcon, ChargebackReversalIcon, CheckIcon, Checkbox$1 as Checkbox, CheckboxList$1 as CheckboxList, CheckmarkIcon, ChevronIcon$1 as ChevronIcon, Cluster, CollapsibleSection$1 as CollapsibleSection, Copyable, CountryDropdown, Cover, CustomerSearchIcon, DefaultPageTemplate, Detail$1 as Detail, DisplayBox$1 as DisplayBox, DisplayCard, Dropdown$1 as Dropdown, DuplicateIcon, EditNameForm, EditableList, EditableTable, EmailForm, EmptyCartIcon$1 as EmptyCartIcon, ErroredIcon, ExternalLink, ExternalLinkIcon, FailedIcon, FindIconSmall$1 as FindIconSmall, FooterWithSubfooter$1 as FooterWithSubfooter, ForgotPasswordForm, ForgotPasswordIcon$1 as ForgotPasswordIcon, FormContainer$1 as FormContainer, FormFooterPanel$1 as FormFooterPanel, FormInput$1 as FormInput, FormInputColumn, FormInputRow, FormSelect$1 as FormSelect, FormattedAddress$1 as FormattedAddress, FormattedBankAccount$1 as FormattedBankAccount, FormattedCreditCard$1 as FormattedCreditCard, Frame, GenericCard, GenericCardLarge, GoToEmailIcon$1 as GoToEmailIcon, Grid, GuidedCheckoutImage, HamburgerButton, Heading$1 as Heading, HighlightTabRow$1 as HighlightTabRow, HistoryIconSmall$1 as HistoryIconSmall, IconAdd, IconQuitLarge, Imposter, InternalLink, Jumbo$1 as Jumbo, LabeledAmount$1 as LabeledAmount, LineItem$1 as LineItem, Loading, LoadingLine, LoginForm, Modal$1 as Modal, Module$1 as Module, Motion, NavFooter, NavHeader, NavMenuDesktop$1 as NavMenuDesktop, NavMenuMobile$1 as NavMenuMobile, NavTabs, NoCustomerResultsIcon, NoPaymentResultsIcon, NotFoundIcon, Obligation, iconsMap as ObligationIcons, Pagination, Paragraph$1 as Paragraph, PartialAmountForm, PasswordRequirements, PaymentButtonBar, PaymentDetails$1 as PaymentDetails, PaymentFormACH, PaymentFormCard$1 as PaymentFormCard, PaymentMethodAddIcon$1 as PaymentMethodAddIcon, PaymentMethodIcon$1 as PaymentMethodIcon, PaymentSearchIcon, PaymentsIconSmall$1 as PaymentsIconSmall, PendingIcon, PeriscopeDashboardIframe, PeriscopeFailedIcon, PhoneForm, Placeholder$1 as Placeholder, Popover$1 as Popover, ProcessingFee$1 as ProcessingFee, ProfileIcon$1 as ProfileIcon, ProfileIconSmall$1 as ProfileIconSmall, ProfileImage, PropertiesAddIcon$1 as PropertiesAddIcon, PropertiesIconSmall$1 as PropertiesIconSmall, RadioButton$2 as RadioButton, RadioButtonWithLabel, RadioGroup, RadioSection$1 as RadioSection, Reel, RefundIcon, RegistrationForm, RejectedIcon, RejectedVelocityIcon, ResetConfirmationForm$1 as ResetConfirmationForm, ResetPasswordForm, ResetPasswordIcon, ResetPasswordSuccess, RevenueManagementImage, RoutingNumberImage, SearchIcon, SearchableSelect$1 as SearchableSelect, SettingsIconSmall$1 as SettingsIconSmall, ShoppingCartIcon, Sidebar, SidebarSingleContent$1 as SidebarSingleContent, SidebarStackContent$1 as SidebarStackContent, SolidDivider$1 as SolidDivider, Spinner$2 as Spinner, Stack, StandardCheckoutImage, FormStateDropdown as StateProvinceDropdown, StatusUnknownIcon, SuccessfulIcon, Switcher, TabSidebar$1 as TabSidebar, TableListItem, Tabs$1 as Tabs, TermsAndConditions, TermsAndConditionsModal$1 as TermsAndConditionsModal, Text$1 as Text, Timeout$1 as Timeout, TimeoutImage, Title$1 as Title, ToggleSwitch$1 as ToggleSwitch, TrashIcon$1 as TrashIcon, TypeaheadInput, VerifiedEmailIcon$1 as VerifiedEmailIcon, VoidedIcon, WalletBannerIcon$1 as WalletBannerIcon, WalletIcon$1 as WalletIcon, WalletIconSmall$1 as WalletIconSmall, WarningIconXS, WelcomeModule$1 as WelcomeModule, WorkflowTile, cardRegistry, index$5 as constants, createPartialAmountFormState, index$4 as util, withWindowSize };
47908
+ export { AccountNumberImage, AccountsAddIcon$1 as AccountsAddIcon, AccountsIcon$1 as AccountsIcon, AccountsIconSmall$1 as AccountsIconSmall, AchReturnIcon, AddObligation$1 as AddObligation, AddressForm, Alert$1 as Alert, AllocatedIcon, AmountCallout$1 as AmountCallout, AutopayOnIcon, BankIcon, Banner$1 as Banner, Box, BoxWithShadow$1 as BoxWithShadow, Breadcrumbs as Breadcrumb, ButtonWithAction, ButtonWithLink, CalendarIcon, Card$1 as Card, CarrotIcon$1 as CarrotIcon, CashIcon, Center, CenterSingle$1 as CenterSingle, CenterStack$1 as CenterStack, ChangePasswordForm, ChargebackIcon, ChargebackReversalIcon, CheckIcon, Checkbox$1 as Checkbox, CheckboxList$1 as CheckboxList, CheckmarkIcon, ChevronIcon$1 as ChevronIcon, Cluster, CollapsibleSection$1 as CollapsibleSection, Copyable, CountryDropdown, Cover, CustomerSearchIcon, DefaultPageTemplate, Detail$1 as Detail, DisplayBox$1 as DisplayBox, DisplayCard, Dropdown$1 as Dropdown, DuplicateIcon, EditNameForm, EditableList, EditableTable, EmailForm, EmptyCartIcon$1 as EmptyCartIcon, ErroredIcon, ExternalLink, ExternalLinkIcon, FailedIcon, FindIconSmall$1 as FindIconSmall, FooterWithSubfooter$1 as FooterWithSubfooter, ForgotPasswordForm, ForgotPasswordIcon$1 as ForgotPasswordIcon, FormContainer$1 as FormContainer, FormFooterPanel$1 as FormFooterPanel, FormInput$1 as FormInput, FormInputColumn, FormInputRow, FormSelect$1 as FormSelect, FormattedAddress$1 as FormattedAddress, FormattedBankAccount$1 as FormattedBankAccount, FormattedCreditCard$1 as FormattedCreditCard, Frame, GenericCard, GenericCardLarge, GoToEmailIcon$1 as GoToEmailIcon, Grid, GuidedCheckoutImage, HamburgerButton, Heading$1 as Heading, HighlightTabRow$1 as HighlightTabRow, IconAdd, IconQuitLarge, Imposter, InternalLink, Jumbo$1 as Jumbo, LabeledAmount$1 as LabeledAmount, LineItem$1 as LineItem, Loading, LoadingLine, LoginForm, Modal$1 as Modal, Module$1 as Module, Motion, NavFooter, NavHeader, NavMenuDesktop$1 as NavMenuDesktop, NavMenuMobile$1 as NavMenuMobile, NavTabs, NoCustomerResultsIcon, NoPaymentResultsIcon, NotFoundIcon, Obligation, iconsMap as ObligationIcons, Pagination, Paragraph$1 as Paragraph, PartialAmountForm, PasswordRequirements, PaymentButtonBar, PaymentDetails$1 as PaymentDetails, PaymentFormACH, PaymentFormCard$1 as PaymentFormCard, PaymentMethodAddIcon$1 as PaymentMethodAddIcon, PaymentMethodIcon$1 as PaymentMethodIcon, PaymentSearchIcon, PaymentsIconSmall$1 as PaymentsIconSmall, PendingIcon, PeriscopeDashboardIframe, PeriscopeFailedIcon, PhoneForm, Placeholder$1 as Placeholder, Popover$1 as Popover, ProcessingFee$1 as ProcessingFee, ProfileIcon$1 as ProfileIcon, ProfileIconSmall$1 as ProfileIconSmall, ProfileImage, PropertiesAddIcon$1 as PropertiesAddIcon, PropertiesIconSmall$1 as PropertiesIconSmall, RadioButton$2 as RadioButton, RadioButtonWithLabel, RadioGroup, RadioSection$1 as RadioSection, Reel, RefundIcon, RegistrationForm, RejectedIcon, RejectedVelocityIcon, ResetConfirmationForm$1 as ResetConfirmationForm, ResetPasswordForm, ResetPasswordIcon, ResetPasswordSuccess, RevenueManagementImage, RoutingNumberImage, SearchIcon, SearchableSelect$1 as SearchableSelect, SettingsIconSmall$1 as SettingsIconSmall, ShoppingCartIcon, Sidebar, SidebarSingleContent$1 as SidebarSingleContent, SidebarStackContent$1 as SidebarStackContent, SolidDivider$1 as SolidDivider, Spinner$2 as Spinner, Stack, StandardCheckoutImage, FormStateDropdown as StateProvinceDropdown, StatusUnknownIcon, SuccessfulIcon, Switcher, TabSidebar$1 as TabSidebar, Table_styled as Table, TableBody_styled as TableBody, TableCell_styled as TableCell, TableHead$1 as TableHead, TableHeading_styled as TableHeading, TableListItem, TableRowWrapper as TableRow, Tabs$1 as Tabs, TermsAndConditions, TermsAndConditionsModal$1 as TermsAndConditionsModal, Text$1 as Text, Timeout$1 as Timeout, TimeoutImage, Title$1 as Title, ToggleSwitch$1 as ToggleSwitch, TrashIcon$1 as TrashIcon, TypeaheadInput, VerifiedEmailIcon$1 as VerifiedEmailIcon, VoidedIcon, WalletBannerIcon$1 as WalletBannerIcon, WalletIcon$1 as WalletIcon, WalletIconSmall$1 as WalletIconSmall, WarningIconXS, WelcomeModule$1 as WelcomeModule, WorkflowTile, cardRegistry, index$5 as constants, createPartialAmountFormState, index$4 as util, withWindowSize };
47819
47909
  //# sourceMappingURL=index.esm.js.map