@thecb/components 7.7.1 → 7.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -61,6 +61,8 @@ 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
+
64
66
  declare const ProfileImage: JSX.Element;
65
67
 
66
68
  declare const RevenueManagementImage: JSX.Element;
@@ -400,5 +402,5 @@ interface DefaultPageTemplateProps {
400
402
  declare const DefaultPageTemplate: React.FC<Expand<DefaultPageTemplateProps> &
401
403
  React.HTMLAttributes<HTMLElement>>;
402
404
 
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 };
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 };
404
406
  //# sourceMappingURL=index.d.ts.map
package/dist/index.esm.js CHANGED
@@ -16457,6 +16457,32 @@ 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
+
16460
16486
  var color$2 = "#15749D";
16461
16487
  var hoverColor$1 = "#116285";
16462
16488
  var activeColor$1 = "#0E506D";
@@ -36390,122 +36416,6 @@ var LoadingLine = function LoadingLine(_ref) {
36390
36416
  });
36391
36417
  };
36392
36418
 
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
-
36509
36419
  const validatorToPredicate = (validatorFn, emptyCase) => (
36510
36420
  value,
36511
36421
  ...rest
@@ -38408,9 +38318,9 @@ AddressForm.reducer = reducer;
38408
38318
  AddressForm.mapStateToProps = mapStateToProps$1;
38409
38319
  AddressForm.mapDispatchToProps = mapDispatchToProps;
38410
38320
 
38411
- var backgroundColor$7 = "#ebeffb";
38412
- var fallbackValues$C = {
38413
- backgroundColor: backgroundColor$7
38321
+ var backgroundColor$6 = "#ebeffb";
38322
+ var fallbackValues$A = {
38323
+ backgroundColor: backgroundColor$6
38414
38324
  };
38415
38325
 
38416
38326
  var Banner = function Banner(_ref) {
@@ -38461,7 +38371,7 @@ var Banner = function Banner(_ref) {
38461
38371
  }, /*#__PURE__*/React.createElement(Image, null))));
38462
38372
  };
38463
38373
 
38464
- var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$C);
38374
+ var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$A);
38465
38375
 
38466
38376
  var ChangePasswordForm = function ChangePasswordForm(_ref) {
38467
38377
  var _newPasswordErrorMess;
@@ -38603,7 +38513,7 @@ ChangePasswordForm.mapDispatchToProps = mapDispatchToProps$1;
38603
38513
  var titleColor$1 = "#292A33";
38604
38514
  var headingBackgroundColor = "transparent";
38605
38515
  var bodyBackgroundColor = "transparent";
38606
- var fallbackValues$D = {
38516
+ var fallbackValues$B = {
38607
38517
  titleColor: titleColor$1,
38608
38518
  headingBackgroundColor: headingBackgroundColor,
38609
38519
  bodyBackgroundColor: bodyBackgroundColor
@@ -38730,7 +38640,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
38730
38640
  }, children))));
38731
38641
  };
38732
38642
 
38733
- var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$D);
38643
+ var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$B);
38734
38644
 
38735
38645
  var ClipboardIcon = function ClipboardIcon(_ref) {
38736
38646
  var themeValues = _ref.themeValues;
@@ -39316,7 +39226,7 @@ EmailForm.mapDispatchToProps = mapDispatchToProps$3;
39316
39226
 
39317
39227
  var footerBackgroundColor = BRIGHT_GREY;
39318
39228
  var subfooterBackgroundColor = STORM_GREY;
39319
- var fallbackValues$E = {
39229
+ var fallbackValues$C = {
39320
39230
  footerBackgroundColor: footerBackgroundColor,
39321
39231
  subfooterBackgroundColor: subfooterBackgroundColor
39322
39232
  };
@@ -39348,7 +39258,7 @@ var FooterWithSubfooter = function FooterWithSubfooter(_ref) {
39348
39258
  }));
39349
39259
  };
39350
39260
 
39351
- var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$E);
39261
+ var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$C);
39352
39262
 
39353
39263
  var ForgotPasswordForm = function ForgotPasswordForm(_ref) {
39354
39264
  var _EmailErrorMessages;
@@ -39399,10 +39309,10 @@ ForgotPasswordForm.mapStateToProps = mapStateToProps$5;
39399
39309
  ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
39400
39310
 
39401
39311
  var textColor$4 = "#ffffff";
39402
- var backgroundColor$8 = "#182848";
39403
- var fallbackValues$F = {
39312
+ var backgroundColor$7 = "#182848";
39313
+ var fallbackValues$D = {
39404
39314
  textColor: textColor$4,
39405
- backgroundColor: backgroundColor$8
39315
+ backgroundColor: backgroundColor$7
39406
39316
  };
39407
39317
 
39408
39318
  var HighlightTabRow = function HighlightTabRow(_ref) {
@@ -39457,7 +39367,7 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
39457
39367
  }), repeat( /*#__PURE__*/React.createElement(Box, null), boxesAfter))));
39458
39368
  };
39459
39369
 
39460
- var HighlightTabRow$1 = /*#__PURE__*/memo(themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$F));
39370
+ var HighlightTabRow$1 = /*#__PURE__*/memo(themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$D));
39461
39371
 
39462
39372
  var AccountBillIcon = function AccountBillIcon() {
39463
39373
  return /*#__PURE__*/React.createElement("svg", {
@@ -44604,12 +44514,12 @@ var borderRadius = {
44604
44514
  largeTitle: "0.25rem",
44605
44515
  small: "0.25rem"
44606
44516
  };
44607
- var backgroundColor$9 = {
44517
+ var backgroundColor$8 = {
44608
44518
  "default": WHITE,
44609
44519
  largeTitle: WHITE,
44610
44520
  small: WHITE
44611
44521
  };
44612
- var fallbackValues$G = {
44522
+ var fallbackValues$E = {
44613
44523
  fontSize: fontSize$9,
44614
44524
  fontWeight: fontWeight$5,
44615
44525
  fontColor: fontColor,
@@ -44619,7 +44529,7 @@ var fallbackValues$G = {
44619
44529
  titleSpacing: titleSpacing,
44620
44530
  boxShadow: boxShadow$1,
44621
44531
  borderRadius: borderRadius,
44622
- backgroundColor: backgroundColor$9
44532
+ backgroundColor: backgroundColor$8
44623
44533
  };
44624
44534
 
44625
44535
  /*
@@ -44668,9 +44578,9 @@ var Module = function Module(_ref) {
44668
44578
  }, children)));
44669
44579
  };
44670
44580
 
44671
- var Module$1 = /*#__PURE__*/memo(themeComponent(Module, "Module", fallbackValues$G, "default"));
44581
+ var Module$1 = /*#__PURE__*/memo(themeComponent(Module, "Module", fallbackValues$E, "default"));
44672
44582
 
44673
- var backgroundColor$a = {
44583
+ var backgroundColor$9 = {
44674
44584
  profile: "#3b414d",
44675
44585
  cms: "#3b414d"
44676
44586
  };
@@ -44678,8 +44588,8 @@ var shadowColor = {
44678
44588
  profile: "#292A33",
44679
44589
  cms: "#292A33"
44680
44590
  };
44681
- var fallbackValues$H = {
44682
- backgroundColor: backgroundColor$a,
44591
+ var fallbackValues$F = {
44592
+ backgroundColor: backgroundColor$9,
44683
44593
  shadowColor: shadowColor
44684
44594
  };
44685
44595
 
@@ -44719,7 +44629,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
44719
44629
  }, menuContent));
44720
44630
  };
44721
44631
 
44722
- var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$H, "profile");
44632
+ var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$F, "profile");
44723
44633
 
44724
44634
  var menu = posed.div({
44725
44635
  invisible: {
@@ -44775,7 +44685,7 @@ var NavMenuMobile = function NavMenuMobile(_ref) {
44775
44685
  }, menuContent));
44776
44686
  };
44777
44687
 
44778
- var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$H, "profile");
44688
+ var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$F, "profile");
44779
44689
 
44780
44690
  var ACH_METHOD = "BANK_ACCOUNT";
44781
44691
  var CC_METHOD = "CREDIT_CARD";
@@ -44836,7 +44746,7 @@ var activeColor$7 = "#0E506D";
44836
44746
  var linkColor$4 = "#3176AA";
44837
44747
  var fontWeight$6 = FONT_WEIGHT_REGULAR;
44838
44748
  var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
44839
- var fallbackValues$I = {
44749
+ var fallbackValues$G = {
44840
44750
  color: color$a,
44841
44751
  hoverColor: hoverColor$5,
44842
44752
  activeColor: activeColor$7,
@@ -44962,7 +44872,7 @@ var AutopayModal = function AutopayModal(_ref) {
44962
44872
  }, modalExtraProps), renderAutoPayControl());
44963
44873
  };
44964
44874
 
44965
- var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$I);
44875
+ var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$G);
44966
44876
 
44967
44877
  var AmountModule = function AmountModule(_ref) {
44968
44878
  var totalAmountDue = _ref.totalAmountDue,
@@ -45800,7 +45710,7 @@ var PaymentButtonBar = function PaymentButtonBar(_ref) {
45800
45710
  }, backButton, !hideForwardButton && /*#__PURE__*/React.createElement(Fragment$1, null, forwardButton))));
45801
45711
  };
45802
45712
 
45803
- var backgroundColor$b = {
45713
+ var backgroundColor$a = {
45804
45714
  "default": "transparent",
45805
45715
  small: "transparent"
45806
45716
  };
@@ -45816,14 +45726,14 @@ var labeledAmountTotal = {
45816
45726
  "default": "h6",
45817
45727
  small: "p"
45818
45728
  };
45819
- var fallbackValues$J = {
45820
- backgroundColor: backgroundColor$b,
45729
+ var fallbackValues$H = {
45730
+ backgroundColor: backgroundColor$a,
45821
45731
  lineItem: lineItem,
45822
45732
  labeledAmountSubtotal: labeledAmountSubtotal,
45823
45733
  labeledAmountTotal: labeledAmountTotal
45824
45734
  };
45825
45735
 
45826
- var _excluded$x = ["amount"],
45736
+ var _excluded$w = ["amount"],
45827
45737
  _excluded2$1 = ["amount"];
45828
45738
 
45829
45739
  var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
@@ -45968,7 +45878,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
45968
45878
  return fee.amount > 0;
45969
45879
  }).map(function (_ref5) {
45970
45880
  var amount = _ref5.amount,
45971
- rest = _objectWithoutProperties(_ref5, _excluded$x);
45881
+ rest = _objectWithoutProperties(_ref5, _excluded$w);
45972
45882
 
45973
45883
  return _objectSpread2(_objectSpread2({}, rest), {}, {
45974
45884
  amount: displayCurrency(amount)
@@ -46067,7 +45977,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
46067
45977
  });
46068
45978
  };
46069
45979
 
46070
- var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$J, "default");
45980
+ var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$H, "default");
46071
45981
 
46072
45982
  var linkColor$5 = {
46073
45983
  "default": "#3176AA"
@@ -46084,7 +45994,7 @@ var fontWeight$7 = {
46084
45994
  var modalLinkHoverFocus$1 = {
46085
45995
  "default": "outline: none; text-decoration: underline;"
46086
45996
  };
46087
- var fallbackValues$K = {
45997
+ var fallbackValues$I = {
46088
45998
  linkColor: linkColor$5,
46089
45999
  fontSize: fontSize$a,
46090
46000
  lineHeight: lineHeight$4,
@@ -46143,7 +46053,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
46143
46053
  }, link));
46144
46054
  };
46145
46055
 
46146
- var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$K, "default");
46056
+ var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$I, "default");
46147
46057
 
46148
46058
  var PaymentFormACH = function PaymentFormACH(_ref) {
46149
46059
  var _routingNumberErrors, _accountNumberErrors;
@@ -46747,13 +46657,13 @@ var RadioGroup = function RadioGroup(_ref) {
46747
46657
  var headingBackgroundColor$1 = "".concat(WHITE);
46748
46658
  var headingDisabledColor = "".concat(ATHENS_GREY);
46749
46659
  var bodyBackgroundColor$1 = "#eeeeee";
46750
- var borderColor$5 = "".concat(GREY_CHATEAU);
46660
+ var borderColor$3 = "".concat(GREY_CHATEAU);
46751
46661
  var focusStyles = "outline: none;";
46752
- var fallbackValues$L = {
46662
+ var fallbackValues$J = {
46753
46663
  headingBackgroundColor: headingBackgroundColor$1,
46754
46664
  headingDisabledColor: headingDisabledColor,
46755
46665
  bodyBackgroundColor: bodyBackgroundColor$1,
46756
- borderColor: borderColor$5,
46666
+ borderColor: borderColor$3,
46757
46667
  focusStyles: focusStyles
46758
46668
  };
46759
46669
 
@@ -46937,7 +46847,7 @@ var RadioSection = function RadioSection(_ref) {
46937
46847
  })));
46938
46848
  };
46939
46849
 
46940
- var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$L);
46850
+ var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$J);
46941
46851
 
46942
46852
  var RegistrationForm = function RegistrationForm(_ref) {
46943
46853
  var _emailErrorMessages, _passwordErrorMessage;
@@ -47234,7 +47144,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
47234
47144
  var activeTabBackground = "#FFFFFF";
47235
47145
  var activeTabAccent = "#15749D";
47236
47146
  var activeTabHover = "#B8D5E1";
47237
- var fallbackValues$M = {
47147
+ var fallbackValues$K = {
47238
47148
  activeTabBackground: activeTabBackground,
47239
47149
  activeTabAccent: activeTabAccent,
47240
47150
  activeTabHover: activeTabHover
@@ -47313,12 +47223,12 @@ var Tabs = function Tabs(_ref) {
47313
47223
  }))));
47314
47224
  };
47315
47225
 
47316
- var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$M);
47226
+ var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$K);
47317
47227
 
47318
47228
  var activeTabBackground$1 = "#FFFFFF";
47319
47229
  var activeTabAccent$1 = "#15749D";
47320
47230
  var activeTabHover$1 = "#B8D5E1";
47321
- var fallbackValues$N = {
47231
+ var fallbackValues$L = {
47322
47232
  activeTabBackground: activeTabBackground$1,
47323
47233
  activeTabAccent: activeTabAccent$1,
47324
47234
  activeTabHover: activeTabHover$1
@@ -47374,9 +47284,9 @@ var TabSidebar = function TabSidebar(_ref) {
47374
47284
  })));
47375
47285
  };
47376
47286
 
47377
- var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$N);
47287
+ var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$L);
47378
47288
 
47379
- var backgroundColor$c = {
47289
+ var backgroundColor$b = {
47380
47290
  "default": "#ffffff",
47381
47291
  footer: "#ffffff"
47382
47292
  };
@@ -47405,8 +47315,8 @@ var modalLinkHoverFocus$2 = {
47405
47315
  "default": standardInteractionStyles,
47406
47316
  footer: standardInteractionStyles
47407
47317
  };
47408
- var fallbackValues$O = {
47409
- backgroundColor: backgroundColor$c,
47318
+ var fallbackValues$M = {
47319
+ backgroundColor: backgroundColor$b,
47410
47320
  linkColor: linkColor$6,
47411
47321
  border: border$3,
47412
47322
  fontSize: fontSize$b,
@@ -47467,7 +47377,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
47467
47377
  }, link));
47468
47378
  };
47469
47379
 
47470
- var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$O, "default");
47380
+ var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$M, "default");
47471
47381
 
47472
47382
  var TermsAndConditions = function TermsAndConditions(_ref) {
47473
47383
  var onCheck = _ref.onCheck,
@@ -47542,7 +47452,7 @@ var fontColor$1 = WHITE;
47542
47452
  var textAlign$1 = "left";
47543
47453
  var headerBackgroundColor$1 = BRIGHT_GREY;
47544
47454
  var imageBackgroundColor$1 = MATISSE_BLUE;
47545
- var fallbackValues$P = {
47455
+ var fallbackValues$N = {
47546
47456
  fontWeight: fontWeight$9,
47547
47457
  fontColor: fontColor$1,
47548
47458
  textAlign: textAlign$1,
@@ -47589,7 +47499,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
47589
47499
  })))));
47590
47500
  };
47591
47501
 
47592
- var WelcomeModule$1 = /*#__PURE__*/memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$P));
47502
+ var WelcomeModule$1 = /*#__PURE__*/memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$N));
47593
47503
 
47594
47504
  var WorkflowTile = function WorkflowTile(_ref) {
47595
47505
  var _ref$workflowName = _ref.workflowName,
@@ -47644,7 +47554,7 @@ var WorkflowTile = function WorkflowTile(_ref) {
47644
47554
  };
47645
47555
 
47646
47556
  var pageBackground = "#FBFCFD";
47647
- var fallbackValues$Q = {
47557
+ var fallbackValues$O = {
47648
47558
  pageBackground: pageBackground
47649
47559
  };
47650
47560
 
@@ -47691,7 +47601,7 @@ var CenterSingle = function CenterSingle(_ref) {
47691
47601
  })));
47692
47602
  };
47693
47603
 
47694
- var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$Q));
47604
+ var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$O));
47695
47605
 
47696
47606
  var CenterStack = function CenterStack(_ref) {
47697
47607
  var header = _ref.header,
@@ -47733,7 +47643,7 @@ var CenterStack = function CenterStack(_ref) {
47733
47643
  })));
47734
47644
  };
47735
47645
 
47736
- var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$Q));
47646
+ var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$O));
47737
47647
 
47738
47648
  var CenterSingle$2 = function CenterSingle(_ref) {
47739
47649
  var header = _ref.header,
@@ -47778,7 +47688,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
47778
47688
  })));
47779
47689
  };
47780
47690
 
47781
- var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$Q));
47691
+ var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$O));
47782
47692
 
47783
47693
  var SidebarSingleContent = function SidebarSingleContent(_ref) {
47784
47694
  var header = _ref.header,
@@ -47832,7 +47742,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
47832
47742
  })));
47833
47743
  };
47834
47744
 
47835
- var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$Q));
47745
+ var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$O));
47836
47746
 
47837
47747
  var SidebarStackContent = function SidebarStackContent(_ref) {
47838
47748
  var header = _ref.header,
@@ -47903,7 +47813,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
47903
47813
  })));
47904
47814
  };
47905
47815
 
47906
- var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$Q));
47816
+ var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$O));
47907
47817
 
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 };
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 };
47909
47819
  //# sourceMappingURL=index.esm.js.map