@thecb/components 8.2.0-beta.0 → 8.2.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -4994,7 +4994,6 @@ var COOL_GREY_05 = "#fbfcfd"; // CBS-050
4994
4994
  var CLOUDBURST_BLUE = "#26395c";
4995
4995
  var ZODIAC_BLUE = "#14284b";
4996
4996
  var CONGRESS_BLUE = "#005095";
4997
- var ROYAL_BLUE = "#3B5BDB";
4998
4997
  var SCIENCE_BLUE = "#0074D9";
4999
4998
  var MARINER_BLUE = "#2E75D2";
5000
4999
  var CURIOUS_BLUE = "#27A9E1";
@@ -5006,9 +5005,9 @@ var FOAM_BLUE = "#EFF4FD";
5006
5005
  var CELLO_BLUE = "#214566";
5007
5006
  var BOSTON_BLUE = "#357fb8";
5008
5007
  var INFO_BLUE = "#E4F4FD";
5009
- var CORNFLOWER_BLUE = "#EBEFFB";
5010
5008
  var HOVER_LIGHT_BLUE = "#EFFAFF";
5011
5009
  var MATISSE_BLUE = "#15749D";
5010
+ var ROYAL_BLUE = "#3181E3";
5012
5011
  var ASTRAL_BLUE = "#3176AA";
5013
5012
  var SAPPHIRE_BLUE = "#116285";
5014
5013
  var PEACOCK_BLUE = "#0E506D"; // GREEN
@@ -5100,7 +5099,6 @@ var colors = /*#__PURE__*/Object.freeze({
5100
5099
  AQUA_HAZE_WHITE: AQUA_HAZE_WHITE,
5101
5100
  BLEACH_WHITE: BLEACH_WHITE,
5102
5101
  CATSKILL_WHITE: CATSKILL_WHITE,
5103
- CORNFLOWER_BLUE: CORNFLOWER_BLUE,
5104
5102
  HALF_COLONIAL_WHITE: HALF_COLONIAL_WHITE,
5105
5103
  ATHENS_GREY: ATHENS_GREY,
5106
5104
  ALTO_GREY: ALTO_GREY,
@@ -18752,51 +18750,6 @@ var AmountCallout = function AmountCallout(_ref) {
18752
18750
 
18753
18751
  var AmountCallout$1 = themeComponent(AmountCallout, "AmountCallout", fallbackValues$6);
18754
18752
 
18755
- var background$1 = {
18756
- info: "".concat(INFO_BLUE),
18757
- warn: "".concat(HALF_COLONIAL_WHITE),
18758
- primary: "".concat(CORNFLOWER_BLUE),
18759
- success: "".concat(HINT_GREEN)
18760
- };
18761
- var color$4 = {
18762
- info: "".concat(MATISSE_BLUE),
18763
- warn: "".concat(ZEST_ORANGE),
18764
- primary: "".concat(ROYAL_BLUE),
18765
- success: "".concat(SEA_GREEN)
18766
- };
18767
- var fallbackValues$7 = {
18768
- background: background$1,
18769
- color: color$4
18770
- };
18771
-
18772
- var StyledBadgeContainer = styled(Box).withConfig({
18773
- displayName: "Badge__StyledBadgeContainer",
18774
- componentId: "sc-1g438j-0"
18775
- })(["display:flex;padding:2px 8px;align-items:center;gap:4px;border-radius:4px;background-color:", ";"], function (_ref) {
18776
- var variant = _ref.variant;
18777
- return fallbackValues$7.background[variant];
18778
- });
18779
- var StyledBadge = styled(Text$1).withConfig({
18780
- displayName: "Badge__StyledBadge",
18781
- componentId: "sc-1g438j-1"
18782
- })(["font-family:\"Public Sans\";font-size:10px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:0.2px;color:", ";@media screen and (min-width:1024px){font-size:12px;line-height:150%;letter-spacing:0.24px;}"], function (_ref2) {
18783
- var variant = _ref2.variant;
18784
- return fallbackValues$7.color[variant];
18785
- });
18786
-
18787
- var Badge = function Badge(_ref3) {
18788
- var label = _ref3.label,
18789
- Icon = _ref3.Icon,
18790
- variant = _ref3.variant;
18791
- return /*#__PURE__*/React.createElement(StyledBadgeContainer, {
18792
- variant: variant
18793
- }, Icon && /*#__PURE__*/React.createElement(Icon, {
18794
- fill: fallbackValues$7.color[variant]
18795
- }), /*#__PURE__*/React.createElement(StyledBadge, {
18796
- variant: variant
18797
- }, label));
18798
- };
18799
-
18800
18753
  function _extends$1() {
18801
18754
  _extends$1 = Object.assign ? Object.assign.bind() : function (target) {
18802
18755
  for (var i = 1; i < arguments.length; i++) {
@@ -19614,7 +19567,7 @@ var curriedTint = /*#__PURE__*/curry
19614
19567
  var curriedTint$1 = curriedTint;
19615
19568
 
19616
19569
  var linkColor = MATISSE_BLUE;
19617
- var fallbackValues$8 = {
19570
+ var fallbackValues$7 = {
19618
19571
  linkColor: linkColor
19619
19572
  };
19620
19573
 
@@ -19641,7 +19594,7 @@ var BoxWithShadow = function BoxWithShadow(_ref) {
19641
19594
  }, props), children);
19642
19595
  };
19643
19596
 
19644
- var BoxWithShadow$1 = themeComponent(BoxWithShadow, "BoxWithShadow", fallbackValues$8);
19597
+ var BoxWithShadow$1 = themeComponent(BoxWithShadow, "BoxWithShadow", fallbackValues$7);
19645
19598
 
19646
19599
  // import theme from "styled-theming";
19647
19600
  /*
@@ -19649,7 +19602,7 @@ var BoxWithShadow$1 = themeComponent(BoxWithShadow, "BoxWithShadow", fallbackVal
19649
19602
  for colors/values that should be used here instead
19650
19603
  */
19651
19604
 
19652
- var color$5 = "".concat(MATISSE_BLUE);
19605
+ var color$4 = "".concat(MATISSE_BLUE);
19653
19606
  var activeColor$2 = "".concat(STORM_GREY);
19654
19607
  var activeBreadcrumbColor = "".concat(STORM_GREY);
19655
19608
  var fontSize$2 = "0.875rem";
@@ -19657,8 +19610,8 @@ var lineHeight = "1.25rem";
19657
19610
  var fontWeight$1 = "400";
19658
19611
  var margin = "0.5rem";
19659
19612
  var hover = "text-decoration: none;";
19660
- var fallbackValues$9 = {
19661
- color: color$5,
19613
+ var fallbackValues$8 = {
19614
+ color: color$4,
19662
19615
  activeColor: activeColor$2,
19663
19616
  activeBreadcrumbColor: activeBreadcrumbColor,
19664
19617
  fontSize: fontSize$2,
@@ -19675,7 +19628,7 @@ var fontFamily$2 = {
19675
19628
  var hoverColor$2 = "#116285";
19676
19629
  var activeColor$3 = "#0E506D";
19677
19630
  var externalLinkColor = "#15749D";
19678
- var fallbackValues$a = {
19631
+ var fallbackValues$9 = {
19679
19632
  fontFamily: fontFamily$2,
19680
19633
  hoverColor: hoverColor$2,
19681
19634
  activeColor: activeColor$3,
@@ -19750,7 +19703,7 @@ var ExternalLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
19750
19703
  ariaLabel = _ref.ariaLabel,
19751
19704
  children = _ref.children;
19752
19705
  var themeContext = useContext(ThemeContext);
19753
- var themeValues = createThemeValues(themeContext, fallbackValues$a, "Link", variant);
19706
+ var themeValues = createThemeValues(themeContext, fallbackValues$9, "Link", variant);
19754
19707
  return /*#__PURE__*/React.createElement(StyledExternalLink, {
19755
19708
  href: href,
19756
19709
  target: newTab ? "_blank" : "",
@@ -19842,7 +19795,7 @@ var InternalLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
19842
19795
  _ref$extraStyles = _ref.extraStyles,
19843
19796
  extraStyles = _ref$extraStyles === void 0 ? "" : _ref$extraStyles;
19844
19797
  var themeContext = useContext(ThemeContext);
19845
- var themeValues = createThemeValues(themeContext, fallbackValues$a, "Link", variant);
19798
+ var themeValues = createThemeValues(themeContext, fallbackValues$9, "Link", variant);
19846
19799
  return /*#__PURE__*/React.createElement(StyledInternalLink, {
19847
19800
  to: to,
19848
19801
  color: color,
@@ -19865,7 +19818,7 @@ var Breadcrumbs = function Breadcrumbs(_ref) {
19865
19818
  var _ref$breadcrumbsList = _ref.breadcrumbsList,
19866
19819
  breadcrumbsList = _ref$breadcrumbsList === void 0 ? [] : _ref$breadcrumbsList;
19867
19820
  var themeContext = useContext(ThemeContext);
19868
- var themeValues = createThemeValues(themeContext, fallbackValues$9, "Breadcrumb");
19821
+ var themeValues = createThemeValues(themeContext, fallbackValues$8, "Breadcrumb");
19869
19822
  return /*#__PURE__*/React.createElement(Box, {
19870
19823
  padding: "0",
19871
19824
  as: "nav",
@@ -21546,7 +21499,7 @@ var fontSize$3 = {
21546
21499
  pXL: "1.5rem" // 24px
21547
21500
 
21548
21501
  };
21549
- var fallbackValues$b = {
21502
+ var fallbackValues$a = {
21550
21503
  fontFamily: fontFamily$3,
21551
21504
  fontSize: fontSize$3
21552
21505
  };
@@ -21603,11 +21556,11 @@ var Paragraph = function Paragraph(_ref) {
21603
21556
  }, rest), safeChildren(children, /*#__PURE__*/React.createElement("span", null)));
21604
21557
  };
21605
21558
 
21606
- var Paragraph$1 = themeComponent(Paragraph, "Paragraph", fallbackValues$b, "p");
21559
+ var Paragraph$1 = themeComponent(Paragraph, "Paragraph", fallbackValues$a, "p");
21607
21560
 
21608
21561
  var backgroundColor$1 = WHITE;
21609
21562
  var iconBackgroundColor = GRECIAN_GREY;
21610
- var fallbackValues$c = {
21563
+ var fallbackValues$b = {
21611
21564
  backgroundColor: backgroundColor$1,
21612
21565
  iconBackgroundColor: iconBackgroundColor
21613
21566
  };
@@ -21750,7 +21703,7 @@ var CardRegistryCard = function CardRegistryCard(_ref2) {
21750
21703
  }))))));
21751
21704
  };
21752
21705
 
21753
- var CardRegistryCard$1 = themeComponent(withWindowSize(CardRegistryCard), "CardRegistryCard", fallbackValues$c);
21706
+ var CardRegistryCard$1 = themeComponent(withWindowSize(CardRegistryCard), "CardRegistryCard", fallbackValues$b);
21754
21707
 
21755
21708
  var cardRegistry = {
21756
21709
  accounts: function accounts(props) {
@@ -21821,7 +21774,7 @@ var checkedStyles = {
21821
21774
  var defaultStyles = {
21822
21775
  "default": "\n background: ".concat(WHITE, "; \n border: 1px solid ").concat(STORM_GREY, ";\n")
21823
21776
  };
21824
- var fallbackValues$d = {
21777
+ var fallbackValues$c = {
21825
21778
  backgroundColor: backgroundColor$2,
21826
21779
  textFontSize: textFontSize,
21827
21780
  textFontWeight: textFontWeight,
@@ -21962,7 +21915,7 @@ var Checkbox = function Checkbox(_ref4) {
21962
21915
  }, title)));
21963
21916
  };
21964
21917
 
21965
- var Checkbox$1 = themeComponent(Checkbox, "Checkbox", fallbackValues$d, "default");
21918
+ var Checkbox$1 = themeComponent(Checkbox, "Checkbox", fallbackValues$c, "default");
21966
21919
 
21967
21920
  var listBackgroundColor = {
21968
21921
  "default": "".concat(ATHENS_GREY),
@@ -21988,7 +21941,7 @@ var radioButtonInactive = {
21988
21941
  "default": "".concat(GHOST_GREY),
21989
21942
  disabled: "".concat(GHOST_GREY)
21990
21943
  };
21991
- var fallbackValues$e = {
21944
+ var fallbackValues$d = {
21992
21945
  listBackgroundColor: listBackgroundColor,
21993
21946
  listItemColor: listItemColor,
21994
21947
  listItemBackgroundColor: listItemBackgroundColor,
@@ -22159,7 +22112,7 @@ var CheckboxList = function CheckboxList(_ref2) {
22159
22112
  })));
22160
22113
  };
22161
22114
 
22162
- var CheckboxList$1 = themeComponent(CheckboxList, "CheckboxList", fallbackValues$e, "default");
22115
+ var CheckboxList$1 = themeComponent(CheckboxList, "CheckboxList", fallbackValues$d, "default");
22163
22116
 
22164
22117
  var DropdownIcon = function DropdownIcon() {
22165
22118
  return /*#__PURE__*/React.createElement("svg", {
@@ -23460,7 +23413,7 @@ exportTypedArrayMethod$1('at', function at(index) {
23460
23413
 
23461
23414
  var selectedColor = "".concat(MATISSE_BLUE);
23462
23415
  var hoverColor$3 = "".concat(HOVER_LIGHT_BLUE);
23463
- var fallbackValues$f = {
23416
+ var fallbackValues$e = {
23464
23417
  selectedColor: selectedColor,
23465
23418
  hoverColor: hoverColor$3
23466
23419
  };
@@ -23855,7 +23808,7 @@ var Dropdown = function Dropdown(_ref8) {
23855
23808
  }))) : /*#__PURE__*/React.createElement(Fragment$1, null)));
23856
23809
  };
23857
23810
 
23858
- var Dropdown$1 = themeComponent(Dropdown, "Dropdown", fallbackValues$f);
23811
+ var Dropdown$1 = themeComponent(Dropdown, "Dropdown", fallbackValues$e);
23859
23812
 
23860
23813
  var SelectContainer = styled.div.withConfig({
23861
23814
  displayName: "FormSelectstyled__SelectContainer",
@@ -23894,7 +23847,7 @@ var inputBackgroundColor = {
23894
23847
  "default": "".concat(WHITE),
23895
23848
  disabled: "".concat(SEASHELL_WHITE)
23896
23849
  };
23897
- var color$6 = {
23850
+ var color$5 = {
23898
23851
  "default": "".concat(MINESHAFT_GREY),
23899
23852
  disabled: "".concat(DUSTY_GREY)
23900
23853
  };
@@ -23926,11 +23879,11 @@ var hoverFocusStyles = {
23926
23879
  "default": "color: #0E506D; outline: none; text-decoration: underline; ",
23927
23880
  disabled: "color: #6D717E;"
23928
23881
  };
23929
- var fallbackValues$g = {
23882
+ var fallbackValues$f = {
23930
23883
  linkColor: linkColor$1,
23931
23884
  formBackgroundColor: formBackgroundColor,
23932
23885
  inputBackgroundColor: inputBackgroundColor,
23933
- color: color$6,
23886
+ color: color$5,
23934
23887
  labelColor: labelColor,
23935
23888
  borderColor: borderColor,
23936
23889
  lineHeight: lineHeight$1,
@@ -24029,7 +23982,7 @@ var FormSelect = function FormSelect(_ref) {
24029
23982
  })));
24030
23983
  };
24031
23984
 
24032
- var FormSelect$1 = themeComponent(FormSelect, "FormSelect", fallbackValues$g, "default");
23985
+ var FormSelect$1 = themeComponent(FormSelect, "FormSelect", fallbackValues$f, "default");
24033
23986
 
24034
23987
  var options = [{
24035
23988
  text: "Afghanistan",
@@ -24846,7 +24799,7 @@ var mobileFontSize$1 = {
24846
24799
  extraSmall: "0.71428rem" // 10px
24847
24800
 
24848
24801
  };
24849
- var fallbackValues$h = {
24802
+ var fallbackValues$g = {
24850
24803
  fontFamily: fontFamily$4,
24851
24804
  fontSize: fontSize$5
24852
24805
  };
@@ -24886,7 +24839,7 @@ var _excluded$o = ["themeValues", "weight", "color", "margin", "textAlign", "ext
24886
24839
  var isBelowBreakpoint$1 = window.innerWidth < MOBILE_BREAKPOINT$1;
24887
24840
  var isTouchDevice$2 = "ontouchstart" in window || navigator.maxTouchPoints > 1;
24888
24841
  var mobileDeviceDetected$1 = isBelowBreakpoint$1 && isTouchDevice$2;
24889
- var fallbacks$1 = mobileDeviceDetected$1 ? mobileFallbackValues$1 : fallbackValues$h;
24842
+ var fallbacks$1 = mobileDeviceDetected$1 ? mobileFallbackValues$1 : fallbackValues$g;
24890
24843
 
24891
24844
  var Detail = function Detail(_ref) {
24892
24845
  var themeValues = _ref.themeValues,
@@ -24927,7 +24880,7 @@ var Detail$1 = themeComponent(Detail, "Detail", fallbacks$1, "regular");
24927
24880
 
24928
24881
  var backgroundColor$3 = WHITE;
24929
24882
  var boxShadow = "0px 2px 14px 0px ".concat(ATHENS_GREY, ", 0px 3px 8px 0px ").concat(GHOST_GREY);
24930
- var fallbackValues$i = {
24883
+ var fallbackValues$h = {
24931
24884
  backgroundColor: backgroundColor$3,
24932
24885
  boxShadow: boxShadow
24933
24886
  };
@@ -24948,7 +24901,7 @@ var DisplayBox = function DisplayBox(_ref) {
24948
24901
  }, children));
24949
24902
  };
24950
24903
 
24951
- var DisplayBox$1 = themeComponent(DisplayBox, "DisplayBox", fallbackValues$i);
24904
+ var DisplayBox$1 = themeComponent(DisplayBox, "DisplayBox", fallbackValues$h);
24952
24905
 
24953
24906
  function _extends$2() {
24954
24907
  _extends$2 = Object.assign || function (target) {
@@ -25339,7 +25292,7 @@ var index$4 = /*#__PURE__*/Object.freeze({
25339
25292
  var hoverColor$4 = "#116285";
25340
25293
  var activeColor$4 = "#0E506D";
25341
25294
  var popoverTriggerColor = "#15749D";
25342
- var fallbackValues$j = {
25295
+ var fallbackValues$i = {
25343
25296
  hoverColor: hoverColor$4,
25344
25297
  activeColor: activeColor$4,
25345
25298
  popoverTriggerColor: popoverTriggerColor
@@ -25497,7 +25450,7 @@ var Popover = function Popover(_ref) {
25497
25450
  })));
25498
25451
  };
25499
25452
 
25500
- var Popover$1 = themeComponent(Popover, "Popover", fallbackValues$j);
25453
+ var Popover$1 = themeComponent(Popover, "Popover", fallbackValues$i);
25501
25454
 
25502
25455
  var DisplayCard = function DisplayCard(_ref) {
25503
25456
  var title = _ref.title,
@@ -25580,7 +25533,7 @@ var inputBackgroundColor$1 = {
25580
25533
  "default": "".concat(WHITE),
25581
25534
  disabled: "".concat(SEASHELL_WHITE)
25582
25535
  };
25583
- var color$7 = {
25536
+ var color$6 = {
25584
25537
  "default": "".concat(MINESHAFT_GREY),
25585
25538
  disabled: "".concat(DUSTY_GREY)
25586
25539
  };
@@ -25615,11 +25568,11 @@ var hoverFocusStyles$1 = {
25615
25568
  var formFooterPanel = {
25616
25569
  "default": "".concat(INFO_BLUE)
25617
25570
  };
25618
- var fallbackValues$k = {
25571
+ var fallbackValues$j = {
25619
25572
  linkColor: linkColor$2,
25620
25573
  formBackgroundColor: formBackgroundColor$1,
25621
25574
  inputBackgroundColor: inputBackgroundColor$1,
25622
- color: color$7,
25575
+ color: color$6,
25623
25576
  labelColor: labelColor$1,
25624
25577
  borderColor: borderColor$1,
25625
25578
  lineHeight: lineHeight$2,
@@ -25837,7 +25790,7 @@ var FormInput = function FormInput(_ref15) {
25837
25790
  }, decorator)));
25838
25791
  };
25839
25792
 
25840
- var FormInput$1 = themeComponent(FormInput, "FormInput", fallbackValues$k, "default");
25793
+ var FormInput$1 = themeComponent(FormInput, "FormInput", fallbackValues$j, "default");
25841
25794
 
25842
25795
  var _excluded$q = ["breakpoint", "childGap", "largeChild", "largeChildSize", "children"];
25843
25796
 
@@ -25893,7 +25846,7 @@ var FormContainer = function FormContainer(_ref) {
25893
25846
  }, rest), children);
25894
25847
  };
25895
25848
 
25896
- var FormContainer$1 = themeComponent(withWindowSize(FormContainer), "FormContainer", fallbackValues$k, "default");
25849
+ var FormContainer$1 = themeComponent(withWindowSize(FormContainer), "FormContainer", fallbackValues$j, "default");
25897
25850
 
25898
25851
  var FormFooterPanel = function FormFooterPanel(_ref) {
25899
25852
  var themeValues = _ref.themeValues,
@@ -25917,7 +25870,7 @@ var FormFooterPanel = function FormFooterPanel(_ref) {
25917
25870
  })));
25918
25871
  };
25919
25872
 
25920
- var FormFooterPanel$1 = themeComponent(withWindowSize(FormFooterPanel), "FormFooterPanel", fallbackValues$k, "default");
25873
+ var FormFooterPanel$1 = themeComponent(withWindowSize(FormFooterPanel), "FormFooterPanel", fallbackValues$j, "default");
25921
25874
 
25922
25875
  var fontSize$7 = {
25923
25876
  "default": "1rem",
@@ -25927,14 +25880,14 @@ var padding$1 = {
25927
25880
  "default": "0",
25928
25881
  radio: "0.625rem 0"
25929
25882
  };
25930
- var color$8 = {
25883
+ var color$7 = {
25931
25884
  "default": "".concat(CHARADE_GREY),
25932
25885
  radio: "".concat(MINESHAFT_GREY)
25933
25886
  };
25934
- var fallbackValues$l = {
25887
+ var fallbackValues$k = {
25935
25888
  fontSize: fontSize$7,
25936
25889
  padding: padding$1,
25937
- color: color$8
25890
+ color: color$7
25938
25891
  };
25939
25892
 
25940
25893
  var FormattedAddress = function FormattedAddress(_ref) {
@@ -25974,11 +25927,11 @@ var FormattedAddress = function FormattedAddress(_ref) {
25974
25927
  }, city, ", ", stateProvince, " ".concat(zip), country ? " ".concat(country) : "")));
25975
25928
  };
25976
25929
 
25977
- var FormattedAddress$1 = themeComponent(FormattedAddress, "FormattedAddress", fallbackValues$l, "default");
25930
+ var FormattedAddress$1 = themeComponent(FormattedAddress, "FormattedAddress", fallbackValues$k, "default");
25978
25931
 
25979
25932
  var textColor$1 = "".concat(CHARADE_GREY);
25980
25933
  var autopayTextColor = "".concat(REGENT_GREY);
25981
- var fallbackValues$m = {
25934
+ var fallbackValues$l = {
25982
25935
  textColor: textColor$1,
25983
25936
  autopayTextColor: autopayTextColor
25984
25937
  };
@@ -26018,11 +25971,11 @@ var FormattedBankAccount = function FormattedBankAccount(_ref2) {
26018
25971
  }, "Autopay Enabled")));
26019
25972
  };
26020
25973
 
26021
- var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$m);
25974
+ var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$l);
26022
25975
 
26023
25976
  var textColor$2 = "".concat(CHARADE_GREY);
26024
25977
  var autopayTextColor$1 = "".concat(REGENT_GREY);
26025
- var fallbackValues$n = {
25978
+ var fallbackValues$m = {
26026
25979
  textColor: textColor$2,
26027
25980
  autopayTextColor: autopayTextColor$1
26028
25981
  };
@@ -26059,7 +26012,7 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
26059
26012
  }, "Autopay Enabled")));
26060
26013
  };
26061
26014
 
26062
- var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$n);
26015
+ var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$m);
26063
26016
 
26064
26017
  var Hamburger = styled.button.withConfig({
26065
26018
  displayName: "HamburgerButton__Hamburger",
@@ -26141,7 +26094,7 @@ var fontSize$8 = {
26141
26094
  h5: "1.375rem",
26142
26095
  h6: "1.25rem"
26143
26096
  };
26144
- var fallbackValues$o = {
26097
+ var fallbackValues$n = {
26145
26098
  fontFamily: fontFamily$5,
26146
26099
  fontSize: fontSize$8
26147
26100
  };
@@ -26183,7 +26136,7 @@ var Heading = function Heading(_ref) {
26183
26136
  }, rest), safeChildren(children, /*#__PURE__*/React.createElement("span", null)));
26184
26137
  };
26185
26138
 
26186
- var Heading$1 = themeComponent(Heading, "Heading", fallbackValues$o, "h1");
26139
+ var Heading$1 = themeComponent(Heading, "Heading", fallbackValues$n, "h1");
26187
26140
 
26188
26141
  var Image = styled.img.withConfig({
26189
26142
  displayName: "ImageBoxstyled__Image",
@@ -26310,7 +26263,7 @@ var fontWeight$4 = {
26310
26263
  pL: "600",
26311
26264
  h6: "700"
26312
26265
  };
26313
- var fallbackValues$p = {
26266
+ var fallbackValues$o = {
26314
26267
  fontWeight: fontWeight$4
26315
26268
  };
26316
26269
 
@@ -26338,7 +26291,7 @@ var LabeledAmount = function LabeledAmount(_ref) {
26338
26291
  }, amount));
26339
26292
  };
26340
26293
 
26341
- var LabeledAmount$1 = themeComponent(LabeledAmount, "LabeledAmount", fallbackValues$p, "default");
26294
+ var LabeledAmount$1 = themeComponent(LabeledAmount, "LabeledAmount", fallbackValues$o, "default");
26342
26295
 
26343
26296
  var weightTitle = {
26344
26297
  "default": "600",
@@ -26348,7 +26301,7 @@ var paragraphVariant = {
26348
26301
  "default": "pL",
26349
26302
  small: "pS"
26350
26303
  };
26351
- var fallbackValues$q = {
26304
+ var fallbackValues$p = {
26352
26305
  weightTitle: weightTitle,
26353
26306
  paragraphVariant: paragraphVariant
26354
26307
  };
@@ -26382,11 +26335,11 @@ var LineItem = function LineItem(_ref) {
26382
26335
  }, amount));
26383
26336
  };
26384
26337
 
26385
- var LineItem$1 = themeComponent(LineItem, "LineItem", fallbackValues$q, "default");
26338
+ var LineItem$1 = themeComponent(LineItem, "LineItem", fallbackValues$p, "default");
26386
26339
 
26387
- var color$9 = "#15749D";
26388
- var fallbackValues$r = {
26389
- color: color$9
26340
+ var color$8 = "#15749D";
26341
+ var fallbackValues$q = {
26342
+ color: color$8
26390
26343
  };
26391
26344
 
26392
26345
  var SpinnerSvgAnimation = styled.svg.withConfig({
@@ -26441,7 +26394,7 @@ var Spinner$1 = function Spinner(_ref6) {
26441
26394
  })));
26442
26395
  };
26443
26396
 
26444
- var Spinner$2 = themeComponent(Spinner$1, "Spinner", fallbackValues$r);
26397
+ var Spinner$2 = themeComponent(Spinner$1, "Spinner", fallbackValues$q);
26445
26398
 
26446
26399
  var Loading = function Loading() {
26447
26400
  return /*#__PURE__*/React.createElement(Box, {
@@ -26699,7 +26652,7 @@ var PasswordRequirements = function PasswordRequirements(_ref) {
26699
26652
  }))));
26700
26653
  };
26701
26654
 
26702
- var color$a = {
26655
+ var color$9 = {
26703
26656
  "default": "".concat(CHARADE_GREY),
26704
26657
  large: "".concat(BRIGHT_GREY)
26705
26658
  };
@@ -26707,8 +26660,8 @@ var height$1 = {
26707
26660
  "default": "3rem",
26708
26661
  large: "192px"
26709
26662
  };
26710
- var fallbackValues$s = {
26711
- color: color$a,
26663
+ var fallbackValues$r = {
26664
+ color: color$9,
26712
26665
  height: height$1
26713
26666
  };
26714
26667
 
@@ -26816,12 +26769,12 @@ var Placeholder = function Placeholder(_ref2) {
26816
26769
  }, text)))))))))));
26817
26770
  };
26818
26771
 
26819
- var Placeholder$1 = themeComponent(Placeholder, "Placeholder", fallbackValues$s, "default");
26772
+ var Placeholder$1 = themeComponent(Placeholder, "Placeholder", fallbackValues$r, "default");
26820
26773
 
26821
26774
  var backgroundColor$4 = {
26822
26775
  "default": "".concat(WHITE)
26823
26776
  };
26824
- var fallbackValues$t = {
26777
+ var fallbackValues$s = {
26825
26778
  backgroundColor: backgroundColor$4
26826
26779
  };
26827
26780
 
@@ -26849,11 +26802,11 @@ var ProcessingFee = function ProcessingFee(_ref) {
26849
26802
  }));
26850
26803
  };
26851
26804
 
26852
- var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$t, "default");
26805
+ var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$s, "default");
26853
26806
 
26854
26807
  var activeColor$5 = MATISSE_BLUE;
26855
26808
  var inactiveBorderColor = GREY_CHATEAU;
26856
- var fallbackValues$u = {
26809
+ var fallbackValues$t = {
26857
26810
  inactiveBorderColor: inactiveBorderColor,
26858
26811
  activeColor: activeColor$5
26859
26812
  };
@@ -26925,11 +26878,11 @@ var RadioButtonWithLabel = function RadioButtonWithLabel(_ref5) {
26925
26878
  }), labelText));
26926
26879
  };
26927
26880
 
26928
- var RadioButtonWithLabel$1 = themeComponent(RadioButtonWithLabel, "RadioButtonWithLabel", fallbackValues$u);
26881
+ var RadioButtonWithLabel$1 = themeComponent(RadioButtonWithLabel, "RadioButtonWithLabel", fallbackValues$t);
26929
26882
 
26930
26883
  var activeColor$6 = "".concat(MATISSE_BLUE);
26931
26884
  var inactiveColor = "".concat(GREY_CHATEAU);
26932
- var fallbackValues$v = {
26885
+ var fallbackValues$u = {
26933
26886
  activeColor: activeColor$6,
26934
26887
  inactiveColor: inactiveColor
26935
26888
  };
@@ -27022,12 +26975,12 @@ var RadioButton$1 = function RadioButton(_ref2) {
27022
26975
  })));
27023
26976
  };
27024
26977
 
27025
- var RadioButton$2 = themeComponent(RadioButton$1, "RadioButton", fallbackValues$v);
26978
+ var RadioButton$2 = themeComponent(RadioButton$1, "RadioButton", fallbackValues$u);
27026
26979
 
27027
26980
  var border$2 = {
27028
26981
  "default": "1px solid #caced8"
27029
26982
  };
27030
- var fallbackValues$w = {
26983
+ var fallbackValues$v = {
27031
26984
  border: border$2
27032
26985
  };
27033
26986
 
@@ -27104,7 +27057,7 @@ var SearchableSelect = function SearchableSelect(_ref) {
27104
27057
  }))));
27105
27058
  };
27106
27059
 
27107
- var SearchableSelect$1 = themeComponent(SearchableSelect, "SearchableSelect", fallbackValues$w, "default");
27060
+ var SearchableSelect$1 = themeComponent(SearchableSelect, "SearchableSelect", fallbackValues$v, "default");
27108
27061
 
27109
27062
  var borderColor$2 = {
27110
27063
  "default": "".concat(GREY_CHATEAU)
@@ -27112,7 +27065,7 @@ var borderColor$2 = {
27112
27065
  var borderSize = {
27113
27066
  "default": "1px"
27114
27067
  };
27115
- var fallbackValues$x = {
27068
+ var fallbackValues$w = {
27116
27069
  borderColor: borderColor$2,
27117
27070
  borderSize: borderSize
27118
27071
  };
@@ -27129,7 +27082,7 @@ var SolidDivider = function SolidDivider(_ref) {
27129
27082
  });
27130
27083
  };
27131
27084
 
27132
- var SolidDivider$1 = themeComponent(SolidDivider, "SolidDivider", fallbackValues$x, "default");
27085
+ var SolidDivider$1 = themeComponent(SolidDivider, "SolidDivider", fallbackValues$w, "default");
27133
27086
 
27134
27087
  var placeHolderOptionUS = {
27135
27088
  text: "Please select state",
@@ -37713,7 +37666,7 @@ var offBackground = "".concat(REGENT_GREY);
37713
37666
  var labelStyles = "\n display: flex;\n justify-content: flex-start;\n align-items: center;\n";
37714
37667
  var rightLabelStyles = "\n ".concat(labelStyles, "\n flex-direction: row;\n");
37715
37668
  var leftLabelStyles = "\n ".concat(labelStyles, "\n flex-direction: row-reverse;\n");
37716
- var fallbackValues$y = {
37669
+ var fallbackValues$x = {
37717
37670
  onBackground: onBackground,
37718
37671
  disabledBackground: disabledBackground,
37719
37672
  white: white,
@@ -37889,14 +37842,14 @@ var ToggleSwitch = function ToggleSwitch(_ref6) {
37889
37842
  }, label))));
37890
37843
  };
37891
37844
 
37892
- var ToggleSwitch$1 = themeComponent(ToggleSwitch, "ToggleSwitch", fallbackValues$y);
37845
+ var ToggleSwitch$1 = themeComponent(ToggleSwitch, "ToggleSwitch", fallbackValues$x);
37893
37846
 
37894
- var background$2 = "".concat(ATHENS_GREY);
37847
+ var background$1 = "".concat(ATHENS_GREY);
37895
37848
  var white$1 = "".concat(WHITE);
37896
37849
  var black = "#000";
37897
37850
  var focusBorder = "".concat(MATISSE_BLUE);
37898
37851
  var themeValues = {
37899
- background: background$2,
37852
+ background: background$1,
37900
37853
  white: white$1,
37901
37854
  black: black,
37902
37855
  focusBorder: focusBorder
@@ -37938,7 +37891,7 @@ var backgroundColor$5 = WHITE;
37938
37891
  var imageBackgroundColor = INFO_BLUE;
37939
37892
  var headerBackgroundColor = STORM_GREY;
37940
37893
  var headerColor = WHITE;
37941
- var fallbackValues$z = {
37894
+ var fallbackValues$y = {
37942
37895
  backgroundColor: backgroundColor$5,
37943
37896
  imageBackgroundColor: imageBackgroundColor,
37944
37897
  headerBackgroundColor: headerBackgroundColor,
@@ -37962,7 +37915,7 @@ var CardImage = styled.img.withConfig({
37962
37915
  var titleColor = BRIGHT_GREY;
37963
37916
  var titleWeight = FONT_WEIGHT_BOLD;
37964
37917
  var textColor$3 = BRIGHT_GREY;
37965
- var fallbackValues$A = {
37918
+ var fallbackValues$z = {
37966
37919
  titleColor: titleColor,
37967
37920
  titleWeight: titleWeight,
37968
37921
  textColor: textColor$3
@@ -37986,7 +37939,7 @@ var CardText = function CardText(_ref) {
37986
37939
  color: themeValues.textColor
37987
37940
  }, text))));
37988
37941
  };
37989
- var CardText$1 = themeComponent(withWindowSize(CardText), "CardText", fallbackValues$A);
37942
+ var CardText$1 = themeComponent(withWindowSize(CardText), "CardText", fallbackValues$z);
37990
37943
 
37991
37944
  var CardHeader = function CardHeader(_ref) {
37992
37945
  var backgroundColor = _ref.backgroundColor,
@@ -38089,12 +38042,12 @@ var Card = function Card(_ref) {
38089
38042
  }), children)))));
38090
38043
  };
38091
38044
 
38092
- var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$z);
38045
+ var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$y);
38093
38046
 
38094
38047
  var fontFamily$6 = "Public Sans, sans-serif";
38095
38048
  var activeColor$7 = MATISSE_BLUE;
38096
38049
  var linkColor$3 = CHARADE_GREY;
38097
- var fallbackValues$B = {
38050
+ var fallbackValues$A = {
38098
38051
  fontFamily: fontFamily$6,
38099
38052
  activeColor: activeColor$7,
38100
38053
  linkColor: linkColor$3
@@ -38127,7 +38080,7 @@ var NavTab = function NavTab(_ref) {
38127
38080
  }, label));
38128
38081
  };
38129
38082
 
38130
- var NavTab$1 = themeComponent(NavTab, "NavTab", fallbackValues$B);
38083
+ var NavTab$1 = themeComponent(NavTab, "NavTab", fallbackValues$A);
38131
38084
 
38132
38085
  var NavTabs = function NavTabs(_ref) {
38133
38086
  var tabsConfig = _ref.tabsConfig,
@@ -38228,7 +38181,7 @@ var TableCell_styled = styled.td.withConfig({
38228
38181
 
38229
38182
  var backgroundColor$6 = ALABASTER_WHITE;
38230
38183
  var borderColor$3 = GREY_CHATEAU;
38231
- var fallbackValues$C = {
38184
+ var fallbackValues$B = {
38232
38185
  backgroundColor: backgroundColor$6,
38233
38186
  borderColor: borderColor$3
38234
38187
  };
@@ -38250,7 +38203,7 @@ var StyledTableHead = styled.thead.withConfig({
38250
38203
 
38251
38204
  var borderColor$4 = GREY_CHATEAU;
38252
38205
  var hoverBackgroundColor$1 = HOVER_LIGHT_BLUE;
38253
- var fallbackValues$D = {
38206
+ var fallbackValues$C = {
38254
38207
  borderColor: borderColor$4,
38255
38208
  hoverBackgroundColor: hoverBackgroundColor$1
38256
38209
  };
@@ -38292,7 +38245,7 @@ var TableRow = function TableRow(_ref) {
38292
38245
  }, props), children);
38293
38246
  };
38294
38247
 
38295
- var TableRow$1 = themeComponent(TableRow, "TableRow", fallbackValues$D);
38248
+ var TableRow$1 = themeComponent(TableRow, "TableRow", fallbackValues$C);
38296
38249
 
38297
38250
  var TableHead = function TableHead(_ref) {
38298
38251
  var children = _ref.children,
@@ -38308,7 +38261,7 @@ var TableHead = function TableHead(_ref) {
38308
38261
  }, children));
38309
38262
  };
38310
38263
 
38311
- var TableHead$1 = themeComponent(TableHead, "TableHead", fallbackValues$C);
38264
+ var TableHead$1 = themeComponent(TableHead, "TableHead", fallbackValues$B);
38312
38265
 
38313
38266
  var TableHeading_styled = styled.th.withConfig({
38314
38267
  displayName: "TableHeadingstyled",
@@ -40229,7 +40182,7 @@ AddressForm.mapStateToProps = mapStateToProps$1;
40229
40182
  AddressForm.mapDispatchToProps = mapDispatchToProps;
40230
40183
 
40231
40184
  var backgroundColor$7 = "#ebeffb";
40232
- var fallbackValues$E = {
40185
+ var fallbackValues$D = {
40233
40186
  backgroundColor: backgroundColor$7
40234
40187
  };
40235
40188
 
@@ -40281,7 +40234,7 @@ var Banner = function Banner(_ref) {
40281
40234
  }, /*#__PURE__*/React.createElement(Image, null))));
40282
40235
  };
40283
40236
 
40284
- var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$E);
40237
+ var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$D);
40285
40238
 
40286
40239
  var ChangePasswordForm = function ChangePasswordForm(_ref) {
40287
40240
  var _newPasswordErrorMess;
@@ -40423,7 +40376,7 @@ ChangePasswordForm.mapDispatchToProps = mapDispatchToProps$1;
40423
40376
  var titleColor$1 = "#292A33";
40424
40377
  var headingBackgroundColor = "transparent";
40425
40378
  var bodyBackgroundColor = "transparent";
40426
- var fallbackValues$F = {
40379
+ var fallbackValues$E = {
40427
40380
  titleColor: titleColor$1,
40428
40381
  headingBackgroundColor: headingBackgroundColor,
40429
40382
  bodyBackgroundColor: bodyBackgroundColor
@@ -40552,7 +40505,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
40552
40505
  }, children))));
40553
40506
  };
40554
40507
 
40555
- var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$F);
40508
+ var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$E);
40556
40509
 
40557
40510
  var ClipboardIcon = function ClipboardIcon(_ref) {
40558
40511
  var themeValues = _ref.themeValues;
@@ -41142,7 +41095,7 @@ EmailForm.mapDispatchToProps = mapDispatchToProps$3;
41142
41095
 
41143
41096
  var footerBackgroundColor = BRIGHT_GREY;
41144
41097
  var subfooterBackgroundColor = STORM_GREY;
41145
- var fallbackValues$G = {
41098
+ var fallbackValues$F = {
41146
41099
  footerBackgroundColor: footerBackgroundColor,
41147
41100
  subfooterBackgroundColor: subfooterBackgroundColor
41148
41101
  };
@@ -41174,7 +41127,7 @@ var FooterWithSubfooter = function FooterWithSubfooter(_ref) {
41174
41127
  }));
41175
41128
  };
41176
41129
 
41177
- var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$G);
41130
+ var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$F);
41178
41131
 
41179
41132
  var ForgotPasswordForm = function ForgotPasswordForm(_ref) {
41180
41133
  var _EmailErrorMessages;
@@ -41226,7 +41179,7 @@ ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
41226
41179
 
41227
41180
  var textColor$4 = "#ffffff";
41228
41181
  var backgroundColor$8 = "#182848";
41229
- var fallbackValues$H = {
41182
+ var fallbackValues$G = {
41230
41183
  textColor: textColor$4,
41231
41184
  backgroundColor: backgroundColor$8
41232
41185
  };
@@ -41286,7 +41239,7 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
41286
41239
  }), repeat( /*#__PURE__*/React.createElement(Box, null), boxesAfter))));
41287
41240
  };
41288
41241
 
41289
- var HighlightTabRow$1 = themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$H);
41242
+ var HighlightTabRow$1 = themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$G);
41290
41243
 
41291
41244
  var AccountBillIcon = function AccountBillIcon() {
41292
41245
  return /*#__PURE__*/React.createElement("svg", {
@@ -46438,7 +46391,7 @@ var backgroundColor$9 = {
46438
46391
  largeTitle: WHITE,
46439
46392
  small: WHITE
46440
46393
  };
46441
- var fallbackValues$I = {
46394
+ var fallbackValues$H = {
46442
46395
  fontSize: fontSize$9,
46443
46396
  fontWeight: fontWeight$5,
46444
46397
  fontColor: fontColor,
@@ -46506,7 +46459,7 @@ var Module = function Module(_ref) {
46506
46459
  }, children)));
46507
46460
  };
46508
46461
 
46509
- var Module$1 = /*#__PURE__*/memo(themeComponent(Module, "Module", fallbackValues$I, "default"));
46462
+ var Module$1 = /*#__PURE__*/memo(themeComponent(Module, "Module", fallbackValues$H, "default"));
46510
46463
 
46511
46464
  var backgroundColor$a = {
46512
46465
  profile: "#3b414d",
@@ -46516,7 +46469,7 @@ var shadowColor = {
46516
46469
  profile: "#292A33",
46517
46470
  cms: "#292A33"
46518
46471
  };
46519
- var fallbackValues$J = {
46472
+ var fallbackValues$I = {
46520
46473
  backgroundColor: backgroundColor$a,
46521
46474
  shadowColor: shadowColor
46522
46475
  };
@@ -46557,7 +46510,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
46557
46510
  }, menuContent));
46558
46511
  };
46559
46512
 
46560
- var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$J, "profile");
46513
+ var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$I, "profile");
46561
46514
 
46562
46515
  var menu = posed.div({
46563
46516
  invisible: {
@@ -46619,7 +46572,7 @@ var NavMenuMobile = function NavMenuMobile(_ref2) {
46619
46572
  }, menuContent));
46620
46573
  };
46621
46574
 
46622
- var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$J, "profile");
46575
+ var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$I, "profile");
46623
46576
 
46624
46577
  var ACH_METHOD = "BANK_ACCOUNT";
46625
46578
  var CC_METHOD = "CREDIT_CARD";
@@ -46674,14 +46627,14 @@ var TitleModule = function TitleModule(_ref) {
46674
46627
  }, subtitle)));
46675
46628
  };
46676
46629
 
46677
- var color$b = "#15749D";
46630
+ var color$a = "#15749D";
46678
46631
  var hoverColor$5 = "#116285";
46679
46632
  var activeColor$8 = "#0E506D";
46680
46633
  var linkColor$4 = "#3176AA";
46681
46634
  var fontWeight$6 = FONT_WEIGHT_REGULAR;
46682
46635
  var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
46683
- var fallbackValues$K = {
46684
- color: color$b,
46636
+ var fallbackValues$J = {
46637
+ color: color$a,
46685
46638
  hoverColor: hoverColor$5,
46686
46639
  activeColor: activeColor$8,
46687
46640
  linkColor: linkColor$4,
@@ -46806,7 +46759,7 @@ var AutopayModal = function AutopayModal(_ref) {
46806
46759
  }, modalExtraProps), renderAutoPayControl());
46807
46760
  };
46808
46761
 
46809
- var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$K);
46762
+ var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$J);
46810
46763
 
46811
46764
  var AmountModule = function AmountModule(_ref) {
46812
46765
  var totalAmountDue = _ref.totalAmountDue,
@@ -47481,7 +47434,7 @@ var numberColor = MATISSE_BLUE;
47481
47434
  var hoverBackgroundColor$2 = ALABASTER_WHITE;
47482
47435
  var activeBackgroundColor$1 = WHITE;
47483
47436
  var activeColor$9 = MATISSE_BLUE;
47484
- var fallbackValues$L = {
47437
+ var fallbackValues$K = {
47485
47438
  activeColor: activeColor$9,
47486
47439
  activeBackgroundColor: activeBackgroundColor$1,
47487
47440
  arrowColor: arrowColor,
@@ -47689,7 +47642,7 @@ var Pagination = function Pagination(_ref3) {
47689
47642
  }));
47690
47643
  };
47691
47644
 
47692
- var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$L);
47645
+ var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$K);
47693
47646
 
47694
47647
  var PaymentButtonBar = function PaymentButtonBar(_ref) {
47695
47648
  var _ref$isForwardButtonD = _ref.isForwardButtonDisabled,
@@ -47773,7 +47726,7 @@ var labeledAmountTotal = {
47773
47726
  "default": "h6",
47774
47727
  small: "p"
47775
47728
  };
47776
- var fallbackValues$M = {
47729
+ var fallbackValues$L = {
47777
47730
  backgroundColor: backgroundColor$b,
47778
47731
  lineItem: lineItem,
47779
47732
  labeledAmountSubtotal: labeledAmountSubtotal,
@@ -48093,7 +48046,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
48093
48046
  });
48094
48047
  };
48095
48048
 
48096
- var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$M, "default");
48049
+ var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$L, "default");
48097
48050
 
48098
48051
  var linkColor$5 = {
48099
48052
  "default": "#3176AA"
@@ -48110,7 +48063,7 @@ var fontWeight$7 = {
48110
48063
  var modalLinkHoverFocus$1 = {
48111
48064
  "default": "outline: none; text-decoration: underline;"
48112
48065
  };
48113
- var fallbackValues$N = {
48066
+ var fallbackValues$M = {
48114
48067
  linkColor: linkColor$5,
48115
48068
  fontSize: fontSize$a,
48116
48069
  lineHeight: lineHeight$4,
@@ -48169,7 +48122,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
48169
48122
  }, link));
48170
48123
  };
48171
48124
 
48172
- var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$N, "default");
48125
+ var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$M, "default");
48173
48126
 
48174
48127
  var backgroundColor$c = {
48175
48128
  "default": "#ffffff",
@@ -48200,7 +48153,7 @@ var modalLinkHoverFocus$2 = {
48200
48153
  "default": standardInteractionStyles,
48201
48154
  footer: standardInteractionStyles
48202
48155
  };
48203
- var fallbackValues$O = {
48156
+ var fallbackValues$N = {
48204
48157
  backgroundColor: backgroundColor$c,
48205
48158
  linkColor: linkColor$6,
48206
48159
  border: border$3,
@@ -48265,7 +48218,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
48265
48218
  }, link));
48266
48219
  };
48267
48220
 
48268
- var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$O, "default");
48221
+ var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$N, "default");
48269
48222
 
48270
48223
  var TermsAndConditionsControlV1 = function TermsAndConditionsControlV1(_ref) {
48271
48224
  var onCheck = _ref.onCheck,
@@ -49064,7 +49017,7 @@ var headingDisabledColor = "".concat(ATHENS_GREY);
49064
49017
  var bodyBackgroundColor$1 = "#eeeeee";
49065
49018
  var borderColor$5 = "".concat(GREY_CHATEAU);
49066
49019
  var focusStyles = "outline: none;";
49067
- var fallbackValues$P = {
49020
+ var fallbackValues$O = {
49068
49021
  headingBackgroundColor: headingBackgroundColor$1,
49069
49022
  headingDisabledColor: headingDisabledColor,
49070
49023
  bodyBackgroundColor: bodyBackgroundColor$1,
@@ -49254,7 +49207,7 @@ var RadioSection = function RadioSection(_ref) {
49254
49207
  })));
49255
49208
  };
49256
49209
 
49257
- var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$P);
49210
+ var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$O);
49258
49211
 
49259
49212
  var RegistrationForm = function RegistrationForm(_ref) {
49260
49213
  var _emailErrorMessages, _passwordErrorMessage;
@@ -49551,7 +49504,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
49551
49504
  var activeTabBackground = "#FFFFFF";
49552
49505
  var activeTabAccent = "#15749D";
49553
49506
  var activeTabHover = "#B8D5E1";
49554
- var fallbackValues$Q = {
49507
+ var fallbackValues$P = {
49555
49508
  activeTabBackground: activeTabBackground,
49556
49509
  activeTabAccent: activeTabAccent,
49557
49510
  activeTabHover: activeTabHover
@@ -49630,12 +49583,12 @@ var Tabs = function Tabs(_ref) {
49630
49583
  }))));
49631
49584
  };
49632
49585
 
49633
- var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$Q);
49586
+ var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$P);
49634
49587
 
49635
49588
  var activeTabBackground$1 = "#FFFFFF";
49636
49589
  var activeTabAccent$1 = "#15749D";
49637
49590
  var activeTabHover$1 = "#B8D5E1";
49638
- var fallbackValues$R = {
49591
+ var fallbackValues$Q = {
49639
49592
  activeTabBackground: activeTabBackground$1,
49640
49593
  activeTabAccent: activeTabAccent$1,
49641
49594
  activeTabHover: activeTabHover$1
@@ -49691,7 +49644,7 @@ var TabSidebar = function TabSidebar(_ref) {
49691
49644
  })));
49692
49645
  };
49693
49646
 
49694
- var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$R);
49647
+ var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$Q);
49695
49648
 
49696
49649
  var Timeout = function Timeout(_ref) {
49697
49650
  var onLogout = _ref.onLogout;
@@ -49735,7 +49688,7 @@ var fontColor$1 = WHITE;
49735
49688
  var textAlign$1 = "left";
49736
49689
  var headerBackgroundColor$1 = BRIGHT_GREY;
49737
49690
  var imageBackgroundColor$1 = MATISSE_BLUE;
49738
- var fallbackValues$S = {
49691
+ var fallbackValues$R = {
49739
49692
  fontWeight: fontWeight$9,
49740
49693
  fontColor: fontColor$1,
49741
49694
  textAlign: textAlign$1,
@@ -49782,7 +49735,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
49782
49735
  })))));
49783
49736
  };
49784
49737
 
49785
- var WelcomeModule$1 = /*#__PURE__*/memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$S));
49738
+ var WelcomeModule$1 = /*#__PURE__*/memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$R));
49786
49739
 
49787
49740
  var WorkflowTile = function WorkflowTile(_ref) {
49788
49741
  var _ref$workflowName = _ref.workflowName,
@@ -49837,7 +49790,7 @@ var WorkflowTile = function WorkflowTile(_ref) {
49837
49790
  };
49838
49791
 
49839
49792
  var pageBackground = "#FBFCFD";
49840
- var fallbackValues$T = {
49793
+ var fallbackValues$S = {
49841
49794
  pageBackground: pageBackground
49842
49795
  };
49843
49796
 
@@ -49886,7 +49839,7 @@ var CenterSingle = function CenterSingle(_ref) {
49886
49839
  })));
49887
49840
  };
49888
49841
 
49889
- var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$T));
49842
+ var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$S));
49890
49843
 
49891
49844
  var CenterStack = function CenterStack(_ref) {
49892
49845
  var header = _ref.header,
@@ -49928,7 +49881,7 @@ var CenterStack = function CenterStack(_ref) {
49928
49881
  })));
49929
49882
  };
49930
49883
 
49931
- var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$T));
49884
+ var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$S));
49932
49885
 
49933
49886
  var CenterSingle$2 = function CenterSingle(_ref) {
49934
49887
  var header = _ref.header,
@@ -49973,7 +49926,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
49973
49926
  })));
49974
49927
  };
49975
49928
 
49976
- var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$T));
49929
+ var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$S));
49977
49930
 
49978
49931
  var SidebarSingleContent = function SidebarSingleContent(_ref) {
49979
49932
  var header = _ref.header,
@@ -50027,7 +49980,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
50027
49980
  })));
50028
49981
  };
50029
49982
 
50030
- var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$T));
49983
+ var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$S));
50031
49984
 
50032
49985
  var SidebarStackContent = function SidebarStackContent(_ref) {
50033
49986
  var header = _ref.header,
@@ -50098,7 +50051,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
50098
50051
  })));
50099
50052
  };
50100
50053
 
50101
- var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$T));
50054
+ var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$S));
50102
50055
 
50103
- 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, ArrowDownCircleIconSmall, ArrowLeftCircleIconMedium, ArrowLeftCircleIconSmall, ArrowRightCircleIconSmall, ArrowUpCircleIconSmall, AutopayOnIcon, Badge, BankIcon, BankIconLarge, 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, ChargebackIconMedium, ChargebackIconSmall, ChargebackReversalIcon, ChargebackReversalIconMedium, ChargebackReversalIconSmall, 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, ImageBox, Imposter, InternalLink, Jumbo$1 as Jumbo, KioskImage, 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$1 as 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, PencilIcon$1 as PencilIcon, PendingIcon, PeriscopeDashboardIframe, PeriscopeFailedIcon, PhoneForm, Placeholder$1 as Placeholder, PointOfSaleImage, 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$1 as RadioButtonWithLabel, RadioGroup, RadioSection$1 as RadioSection, Reel, RefundIcon, RefundIconMedium, RefundIconSmall, 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, SuccessfulIconMedium, SuccessfulIconSmall, 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, TableRow$1 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, XCircleIconMedium, XCircleIconSmall, cardRegistry, index$5 as constants, createPartialAmountFormState, index$4 as util, withWindowSize };
50056
+ 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, ArrowDownCircleIconSmall, ArrowLeftCircleIconMedium, ArrowLeftCircleIconSmall, ArrowRightCircleIconSmall, ArrowUpCircleIconSmall, AutopayOnIcon, BankIcon, BankIconLarge, 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, ChargebackIconMedium, ChargebackIconSmall, ChargebackReversalIcon, ChargebackReversalIconMedium, ChargebackReversalIconSmall, 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, ImageBox, Imposter, InternalLink, Jumbo$1 as Jumbo, KioskImage, 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$1 as 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, PencilIcon$1 as PencilIcon, PendingIcon, PeriscopeDashboardIframe, PeriscopeFailedIcon, PhoneForm, Placeholder$1 as Placeholder, PointOfSaleImage, 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$1 as RadioButtonWithLabel, RadioGroup, RadioSection$1 as RadioSection, Reel, RefundIcon, RefundIconMedium, RefundIconSmall, 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, SuccessfulIconMedium, SuccessfulIconSmall, 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, TableRow$1 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, XCircleIconMedium, XCircleIconSmall, cardRegistry, index$5 as constants, createPartialAmountFormState, index$4 as util, withWindowSize };
50104
50057
  //# sourceMappingURL=index.esm.js.map