@thecb/components 8.0.3-beta.4 → 8.0.4-beta.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.esm.js CHANGED
@@ -4779,7 +4779,7 @@ var fontSize = {
4779
4779
  pXL: "1.5rem" // 24px
4780
4780
 
4781
4781
  };
4782
- var fallbackValues = {
4782
+ var fallbackValues$1 = {
4783
4783
  fontFamily: fontFamily,
4784
4784
  fontSize: fontSize
4785
4785
  };
@@ -4879,7 +4879,7 @@ var createThemeValues = function createThemeValues(themeContext, fallbackValues,
4879
4879
  }, {});
4880
4880
  return createdTheme;
4881
4881
  };
4882
- var themeComponent = function themeComponent(component, componentThemeId, fallbackValues, defaultVariant) {
4882
+ var themeComponent$1 = function themeComponent(component, componentThemeId, fallbackValues, defaultVariant) {
4883
4883
  return function (_ref7) {
4884
4884
  var _themeContext$metadat;
4885
4885
 
@@ -4919,7 +4919,7 @@ export const generateImgSrc = (
4919
4919
  var themeUtils = /*#__PURE__*/Object.freeze({
4920
4920
  __proto__: null,
4921
4921
  createThemeValues: createThemeValues,
4922
- themeComponent: themeComponent
4922
+ themeComponent: themeComponent$1
4923
4923
  });
4924
4924
 
4925
4925
  /* These are constants used by nav frontend components */
@@ -4959,8 +4959,7 @@ var SEASHELL_WHITE = "#F1F1F1";
4959
4959
  var ALABASTER_WHITE = "#F7F7F7";
4960
4960
  var AQUA_HAZE_WHITE = "#F7F9FA";
4961
4961
  var BLEACH_WHITE = "#FEF4d7";
4962
- var CATSKILL_WHITE = "#EAF2F6";
4963
- var HALF_COLONIAL_WHITE = "#FDF4D2"; // GREY
4962
+ var CATSKILL_WHITE = "#EAF2F6"; // GREY
4964
4963
 
4965
4964
  var ATHENS_GREY = "#F6F6F9"; // CBS-100
4966
4965
 
@@ -5067,25 +5066,6 @@ var ALERT_COLORS = {
5067
5066
  },
5068
5067
  text: ZODIAC_BLUE,
5069
5068
  link: SCIENCE_BLUE
5070
- }; // These colors match the pill components seen in CityBase UI designs.
5071
-
5072
- var PILL_COLORS = {
5073
- danger: {
5074
- background: BLUSH_RED,
5075
- text: RAZZMATAZZ_RED
5076
- },
5077
- neutral: {
5078
- background: GRECIAN_GREY,
5079
- text: CHARADE_GREY
5080
- },
5081
- success: {
5082
- background: HINT_GREEN,
5083
- text: SEA_GREEN
5084
- },
5085
- warning: {
5086
- background: HALF_COLONIAL_WHITE,
5087
- text: ZEST_ORANGE
5088
- }
5089
5069
  };
5090
5070
 
5091
5071
  var colors = /*#__PURE__*/Object.freeze({
@@ -5099,7 +5079,6 @@ var colors = /*#__PURE__*/Object.freeze({
5099
5079
  AQUA_HAZE_WHITE: AQUA_HAZE_WHITE,
5100
5080
  BLEACH_WHITE: BLEACH_WHITE,
5101
5081
  CATSKILL_WHITE: CATSKILL_WHITE,
5102
- HALF_COLONIAL_WHITE: HALF_COLONIAL_WHITE,
5103
5082
  ATHENS_GREY: ATHENS_GREY,
5104
5083
  ALTO_GREY: ALTO_GREY,
5105
5084
  SILVER_GREY: SILVER_GREY,
@@ -5163,7 +5142,6 @@ var colors = /*#__PURE__*/Object.freeze({
5163
5142
  BLUSH_RED: BLUSH_RED,
5164
5143
  RASPBERRY: RASPBERRY,
5165
5144
  ALERT_COLORS: ALERT_COLORS,
5166
- PILL_COLORS: PILL_COLORS,
5167
5145
  ERROR_COLOR: ERROR_COLOR
5168
5146
  });
5169
5147
 
@@ -6406,7 +6384,7 @@ var Text = function Text(_ref) {
6406
6384
  }, rest), safeChildren(children, /*#__PURE__*/React.createElement("span", null)));
6407
6385
  };
6408
6386
 
6409
- var Text$1 = themeComponent(Text, "Text", fallbackValues, "p");
6387
+ var Text$1 = themeComponent$1(Text, "Text", fallbackValues$1, "p");
6410
6388
 
6411
6389
  var _excluded$2 = ["activeStyles", "hoverStyles", "disabledStyles", "extraStyles", "borderSize", "borderColor", "borderWidthOverride", "borderRadius", "textAlign", "boxShadow", "minHeight", "minWidth", "maxWidth", "padding", "hiddenStyles", "ariaControls", "ariaLabel"];
6412
6390
  /*
@@ -6486,9 +6464,8 @@ var BoxWrapper = styled(function (_ref) {
6486
6464
  return textAlign;
6487
6465
  }, function (_ref14) {
6488
6466
  var hoverStyles = _ref14.hoverStyles,
6489
- as = _ref14.as,
6490
- disabled = _ref14.disabled;
6491
- return css(["", " ", ""], hoverStyles, as === "button" && !disabled ? "> * > span {\n ".concat(hoverStyles, "\n border: none;\n outline: none;\n box-shadow: none;\n }") : "");
6467
+ as = _ref14.as;
6468
+ return css(["", " ", ""], hoverStyles, as === "button" ? "> * > span {\n ".concat(hoverStyles, "\n border: none;\n outline: none;\n box-shadow: none;\n }") : "");
6492
6469
  }, function (_ref15) {
6493
6470
  var as = _ref15.as;
6494
6471
  return css(["outline:3px solid ", ";outline-offset:2px;", ""], ROYAL_BLUE, as === "button" && "\n > * > span {\n border: none;\n outline: none;\n box-shadow: none;\n }");
@@ -12763,7 +12740,7 @@ var activeColor = {
12763
12740
  whiteSecondary: WHITE,
12764
12741
  whitePrimary: WHITE
12765
12742
  };
12766
- var fallbackValues$1 = {
12743
+ var fallbackValues$2 = {
12767
12744
  padding: padding,
12768
12745
  color: color$1,
12769
12746
  fontSizeVariant: fontSizeVariant,
@@ -12923,7 +12900,7 @@ var ButtonWithAction = function ButtonWithAction(_ref2) {
12923
12900
  rest = _objectWithoutProperties(_ref2, _excluded$h);
12924
12901
 
12925
12902
  var themeContext = useContext(ThemeContext);
12926
- var themeValues = createThemeValues(themeContext, fallbackValues$1, "Button", variant);
12903
+ var themeValues = createThemeValues(themeContext, fallbackValues$2, "Button", variant);
12927
12904
  var isMobile = themeContext.isMobile;
12928
12905
  var hoverStyles = "\n outline: none;\n background-color: ".concat(themeValues.hoverBackgroundColor, ";\n border-color: ").concat(themeValues.hoverBorderColor, ";\n color: ").concat(themeValues.hoverColor, ";\n text-decoration: ").concat(variant === "ghost" || variant === "smallGhost" ? "underline" : "none", ";\n cursor: pointer;\n ");
12929
12906
  var activeStyles = "\n outline: none;\n background-color: ".concat(themeValues.activeBackgroundColor, ";\n border-color: ").concat(themeValues.activeBorderColor, ";\n color: ").concat(themeValues.activeColor, ";\n text-decoration: ").concat(variant === "ghost" || variant === "smallGhost" ? "underline" : "none", ";\n ");
@@ -12979,7 +12956,7 @@ var singleIconColor = {
12979
12956
  secondary: "".concat(BRIGHT_GREY),
12980
12957
  darkMode: "".concat(WHITE)
12981
12958
  };
12982
- var fallbackValues$2 = {
12959
+ var fallbackValues$3 = {
12983
12960
  primaryColor: primaryColor,
12984
12961
  accentColor: accentColor,
12985
12962
  subIconColor: subIconColor,
@@ -13019,7 +12996,7 @@ var AccountsIcon = function AccountsIcon(_ref) {
13019
12996
  })));
13020
12997
  };
13021
12998
 
13022
- var AccountsIcon$1 = themeComponent(AccountsIcon, "Icons", fallbackValues$2, "info");
12999
+ var AccountsIcon$1 = themeComponent$1(AccountsIcon, "Icons", fallbackValues$3, "info");
13023
13000
 
13024
13001
  var AccountsAddIcon = function AccountsAddIcon(_ref) {
13025
13002
  var themeValues = _ref.themeValues;
@@ -13058,7 +13035,7 @@ var AccountsAddIcon = function AccountsAddIcon(_ref) {
13058
13035
  })));
13059
13036
  };
13060
13037
 
13061
- var AccountsAddIcon$1 = themeComponent(AccountsAddIcon, "Icons", fallbackValues$2, "info");
13038
+ var AccountsAddIcon$1 = themeComponent$1(AccountsAddIcon, "Icons", fallbackValues$3, "info");
13062
13039
 
13063
13040
  var ForgotPasswordIcon = function ForgotPasswordIcon(_ref) {
13064
13041
  var themeValues = _ref.themeValues;
@@ -13096,7 +13073,7 @@ var ForgotPasswordIcon = function ForgotPasswordIcon(_ref) {
13096
13073
  })));
13097
13074
  };
13098
13075
 
13099
- var ForgotPasswordIcon$1 = themeComponent(ForgotPasswordIcon, "Icons", fallbackValues$2, "info");
13076
+ var ForgotPasswordIcon$1 = themeComponent$1(ForgotPasswordIcon, "Icons", fallbackValues$3, "info");
13100
13077
 
13101
13078
  var GoToEmailIcon = function GoToEmailIcon(_ref) {
13102
13079
  var themeValues = _ref.themeValues;
@@ -13126,7 +13103,7 @@ var GoToEmailIcon = function GoToEmailIcon(_ref) {
13126
13103
  })));
13127
13104
  };
13128
13105
 
13129
- var GoToEmailIcon$1 = themeComponent(GoToEmailIcon, "Icons", fallbackValues$2, "info");
13106
+ var GoToEmailIcon$1 = themeComponent$1(GoToEmailIcon, "Icons", fallbackValues$3, "info");
13130
13107
 
13131
13108
  var VerifiedEmailIcon = function VerifiedEmailIcon(_ref) {
13132
13109
  var themeValues = _ref.themeValues;
@@ -13170,7 +13147,7 @@ var VerifiedEmailIcon = function VerifiedEmailIcon(_ref) {
13170
13147
  })));
13171
13148
  };
13172
13149
 
13173
- var VerifiedEmailIcon$1 = themeComponent(VerifiedEmailIcon, "Icons", fallbackValues$2, "info");
13150
+ var VerifiedEmailIcon$1 = themeComponent$1(VerifiedEmailIcon, "Icons", fallbackValues$3, "info");
13174
13151
 
13175
13152
  var PaymentMethodIcon = function PaymentMethodIcon(_ref) {
13176
13153
  var themeValues = _ref.themeValues;
@@ -13205,7 +13182,7 @@ var PaymentMethodIcon = function PaymentMethodIcon(_ref) {
13205
13182
  })));
13206
13183
  };
13207
13184
 
13208
- var PaymentMethodIcon$1 = themeComponent(PaymentMethodIcon, "Icons", fallbackValues$2, "info");
13185
+ var PaymentMethodIcon$1 = themeComponent$1(PaymentMethodIcon, "Icons", fallbackValues$3, "info");
13209
13186
 
13210
13187
  var AccountsIconSmall = function AccountsIconSmall(_ref) {
13211
13188
  var themeValues = _ref.themeValues;
@@ -13244,7 +13221,7 @@ var AccountsIconSmall = function AccountsIconSmall(_ref) {
13244
13221
  }))))))));
13245
13222
  };
13246
13223
 
13247
- var AccountsIconSmall$1 = themeComponent(AccountsIconSmall, "Icons", fallbackValues$2, "primary");
13224
+ var AccountsIconSmall$1 = themeComponent$1(AccountsIconSmall, "Icons", fallbackValues$3, "primary");
13248
13225
 
13249
13226
  var PaymentsIconSmall = function PaymentsIconSmall(_ref) {
13250
13227
  var themeValues = _ref.themeValues;
@@ -13295,7 +13272,7 @@ var PaymentsIconSmall = function PaymentsIconSmall(_ref) {
13295
13272
  }))))))));
13296
13273
  };
13297
13274
 
13298
- var PaymentsIconSmall$1 = themeComponent(PaymentsIconSmall, "Icons", fallbackValues$2, "primary");
13275
+ var PaymentsIconSmall$1 = themeComponent$1(PaymentsIconSmall, "Icons", fallbackValues$3, "primary");
13299
13276
 
13300
13277
  var PaymentMethodAddIcon = function PaymentMethodAddIcon(_ref) {
13301
13278
  var themeValues = _ref.themeValues;
@@ -13359,7 +13336,7 @@ var PaymentMethodAddIcon = function PaymentMethodAddIcon(_ref) {
13359
13336
  })))))));
13360
13337
  };
13361
13338
 
13362
- var PaymentMethodAddIcon$1 = themeComponent(PaymentMethodAddIcon, "Icons", fallbackValues$2, "info");
13339
+ var PaymentMethodAddIcon$1 = themeComponent$1(PaymentMethodAddIcon, "Icons", fallbackValues$3, "info");
13363
13340
 
13364
13341
  var ProfileIconSmall = function ProfileIconSmall(_ref) {
13365
13342
  var themeValues = _ref.themeValues;
@@ -13388,7 +13365,7 @@ var ProfileIconSmall = function ProfileIconSmall(_ref) {
13388
13365
  })))));
13389
13366
  };
13390
13367
 
13391
- var ProfileIconSmall$1 = themeComponent(ProfileIconSmall, "Icons", fallbackValues$2, "primary");
13368
+ var ProfileIconSmall$1 = themeComponent$1(ProfileIconSmall, "Icons", fallbackValues$3, "primary");
13392
13369
 
13393
13370
  var SettingsIconSmall = function SettingsIconSmall(_ref) {
13394
13371
  var themeValues = _ref.themeValues;
@@ -13439,7 +13416,7 @@ var SettingsIconSmall = function SettingsIconSmall(_ref) {
13439
13416
  }))))))));
13440
13417
  };
13441
13418
 
13442
- var SettingsIconSmall$1 = themeComponent(SettingsIconSmall, "Icons", fallbackValues$2, "primary");
13419
+ var SettingsIconSmall$1 = themeComponent$1(SettingsIconSmall, "Icons", fallbackValues$3, "primary");
13443
13420
 
13444
13421
  var WalletIconSmall = function WalletIconSmall(_ref) {
13445
13422
  var themeValues = _ref.themeValues,
@@ -13480,7 +13457,7 @@ var WalletIconSmall = function WalletIconSmall(_ref) {
13480
13457
  })));
13481
13458
  };
13482
13459
 
13483
- var WalletIconSmall$1 = themeComponent(WalletIconSmall, "Icons", fallbackValues$2, "primary");
13460
+ var WalletIconSmall$1 = themeComponent$1(WalletIconSmall, "Icons", fallbackValues$3, "primary");
13484
13461
 
13485
13462
  var ChevronIcon = function ChevronIcon(_ref) {
13486
13463
  var themeValues = _ref.themeValues,
@@ -13522,7 +13499,7 @@ var ChevronIcon = function ChevronIcon(_ref) {
13522
13499
  }))));
13523
13500
  };
13524
13501
 
13525
- var ChevronIcon$1 = themeComponent(ChevronIcon, "Icons", fallbackValues$2, "secondary");
13502
+ var ChevronIcon$1 = themeComponent$1(ChevronIcon, "Icons", fallbackValues$3, "secondary");
13526
13503
 
13527
13504
  var PropertiesAddIcon = function PropertiesAddIcon(_ref) {
13528
13505
  var themeValues = _ref.themeValues;
@@ -13591,7 +13568,7 @@ var PropertiesAddIcon = function PropertiesAddIcon(_ref) {
13591
13568
  })))))));
13592
13569
  };
13593
13570
 
13594
- var PropertiesAddIcon$1 = themeComponent(PropertiesAddIcon, "Icons", fallbackValues$2, "info");
13571
+ var PropertiesAddIcon$1 = themeComponent$1(PropertiesAddIcon, "Icons", fallbackValues$3, "info");
13595
13572
 
13596
13573
  var PropertiesIconSmall = function PropertiesIconSmall(_ref) {
13597
13574
  var themeValues = _ref.themeValues;
@@ -13618,7 +13595,7 @@ var PropertiesIconSmall = function PropertiesIconSmall(_ref) {
13618
13595
  })));
13619
13596
  };
13620
13597
 
13621
- var PropertiesIconSmall$1 = themeComponent(PropertiesIconSmall, "Icons", fallbackValues$2, "primary");
13598
+ var PropertiesIconSmall$1 = themeComponent$1(PropertiesIconSmall, "Icons", fallbackValues$3, "primary");
13622
13599
 
13623
13600
  var AccountNumberImage = function AccountNumberImage() {
13624
13601
  return /*#__PURE__*/React.createElement("svg", {
@@ -13807,16 +13784,16 @@ var CheckmarkIcon = function CheckmarkIcon() {
13807
13784
  transform: "translate(672.000000, 64.000000)"
13808
13785
  }, /*#__PURE__*/React.createElement("circle", {
13809
13786
  id: "Oval-2",
13810
- stroke: SEA_GREEN,
13787
+ stroke: MATISSE_BLUE,
13811
13788
  strokeWidth: "2",
13812
- fill: HINT_GREEN,
13789
+ fill: INFO_BLUE,
13813
13790
  cx: "48",
13814
13791
  cy: "48",
13815
13792
  r: "48"
13816
13793
  }), /*#__PURE__*/React.createElement("g", {
13817
13794
  id: "Group-2",
13818
13795
  transform: "translate(20.800000, 28.400000)",
13819
- fill: SEA_GREEN
13796
+ fill: MATISSE_BLUE
13820
13797
  }, /*#__PURE__*/React.createElement("polygon", {
13821
13798
  id: "Rectangle-2",
13822
13799
  transform: "translate(12.800000, 30.000000) rotate(-45.000000) translate(-12.800000, -30.000000) ",
@@ -14110,9 +14087,7 @@ var TimeoutImage = function TimeoutImage() {
14110
14087
  })))));
14111
14088
  };
14112
14089
 
14113
- var AutopayOnIcon = function AutopayOnIcon(_ref) {
14114
- var _ref$color = _ref.color,
14115
- color = _ref$color === void 0 ? SEA_GREEN : _ref$color;
14090
+ var AutopayOnIcon = function AutopayOnIcon() {
14116
14091
  return /*#__PURE__*/React.createElement("svg", {
14117
14092
  xmlns: "http://www.w3.org/2000/svg",
14118
14093
  width: "12",
@@ -14125,7 +14100,7 @@ var AutopayOnIcon = function AutopayOnIcon(_ref) {
14125
14100
  strokeWidth: "1"
14126
14101
  }, /*#__PURE__*/React.createElement("path", {
14127
14102
  className: "autopayIcon",
14128
- fill: color,
14103
+ fill: SEA_GREEN,
14129
14104
  fillRule: "nonzero",
14130
14105
  d: "M1.898 5.75c.079 0 .141-.02.188-.059a.281.281 0 00.094-.152 3.825 3.825 0 011.394-2.144A3.838 3.838 0 016 2.563c.5 0 .98.09 1.441.27.461.179.88.44 1.254.784l-.984.985A.542.542 0 007.547 5c0 .156.055.29.164.398.11.11.242.165.398.165h3.141c.156 0 .289-.055.398-.165A.542.542 0 0011.812 5V1.86a.542.542 0 00-.164-.399.542.542 0 00-.398-.164.542.542 0 00-.398.164l-.844.844A5.699 5.699 0 006 .688c-.938 0-1.809.207-2.613.62-.805.415-1.48.981-2.028 1.7A5.726 5.726 0 00.281 5.422a.265.265 0 00.059.223c.055.07.129.105.222.105h1.336zM6 12.312c.937 0 1.809-.207 2.613-.62a5.919 5.919 0 002.028-1.7 5.726 5.726 0 001.078-2.414.265.265 0 00-.059-.223.267.267 0 00-.223-.105h-1.335c-.079 0-.141.02-.188.059a.281.281 0 00-.094.152 3.825 3.825 0 01-1.394 2.144c-.711.555-1.52.833-2.426.833-.5 0-.98-.09-1.441-.27a3.985 3.985 0 01-1.254-.785l.984-.985A.542.542 0 004.453 8a.542.542 0 00-.164-.398.542.542 0 00-.398-.164H.75a.542.542 0 00-.398.164A.542.542 0 00.187 8v3.14c0 .157.055.29.165.4.109.108.242.163.398.163.156 0 .29-.055.398-.164l.844-.844A5.699 5.699 0 006 12.312z"
14131
14106
  })));
@@ -14523,7 +14498,7 @@ var WalletIcon = function WalletIcon(_ref) {
14523
14498
  }))));
14524
14499
  };
14525
14500
 
14526
- var WalletIcon$1 = themeComponent(WalletIcon, "Icons", fallbackValues$2, "info");
14501
+ var WalletIcon$1 = themeComponent$1(WalletIcon, "Icons", fallbackValues$3, "info");
14527
14502
 
14528
14503
  var AchReturnIcon = function AchReturnIcon() {
14529
14504
  return /*#__PURE__*/React.createElement("svg", {
@@ -14756,29 +14731,7 @@ var FailedIcon = function FailedIcon() {
14756
14731
  }))));
14757
14732
  };
14758
14733
 
14759
- var PencilIcon = function PencilIcon(_ref) {
14760
- var _ref$ariaLabel = _ref.ariaLabel,
14761
- ariaLabel = _ref$ariaLabel === void 0 ? "Edit" : _ref$ariaLabel,
14762
- themeValues = _ref.themeValues;
14763
- return /*#__PURE__*/React.createElement("svg", {
14764
- "aria-label": ariaLabel,
14765
- width: "24px",
14766
- height: "24px",
14767
- fill: "none",
14768
- xmlns: "http://www.w3.org/2000/svg"
14769
- }, /*#__PURE__*/React.createElement("path", {
14770
- fillRule: "evenodd",
14771
- clipRule: "evenodd",
14772
- d: "M19.74 6.84a.885.885 0 0 1 0 1.253l-1.626 1.626-3.333-3.333 1.626-1.626a.885.885 0 0 1 1.253 0l2.08 2.08ZM4 20.5v-3.333l9.83-9.83 3.333 3.333-9.83 9.83H4Z",
14773
- fill: themeValues.subIconColor
14774
- }));
14775
- };
14776
-
14777
- var PencilIcon$1 = themeComponent(PencilIcon, "Icons", fallbackValues$2, "info");
14778
-
14779
- var PendingIcon = function PendingIcon(_ref) {
14780
- var _ref$fill = _ref.fill,
14781
- fill = _ref$fill === void 0 ? STORM_GREY : _ref$fill;
14734
+ var PendingIcon = function PendingIcon() {
14782
14735
  return /*#__PURE__*/React.createElement("svg", {
14783
14736
  width: "32px",
14784
14737
  height: "32px",
@@ -14795,7 +14748,7 @@ var PendingIcon = function PendingIcon(_ref) {
14795
14748
  }, /*#__PURE__*/React.createElement("g", {
14796
14749
  id: "Icons",
14797
14750
  transform: "translate(-64.000000, -448.000000)",
14798
- fill: fill
14751
+ fill: "#6D717E"
14799
14752
  }, /*#__PURE__*/React.createElement("path", {
14800
14753
  d: "M80,480 C88.836556,480 96,472.836556 96,464 C96,455.163444 88.836556,448 80,448 C71.163444,448 64,455.163444 64,464 C64,472.836556 71.163444,480 80,480 Z M87,466 C88.1045695,466 89,465.104569 89,464 C89,462.895431 88.1045695,462 87,462 C85.8954305,462 85,462.895431 85,464 C85,465.104569 85.8954305,466 87,466 Z M80,462 C81.1045695,462 82,462.895431 82,464 C82,465.104569 81.1045695,466 80,466 C78.8954305,466 78,465.104569 78,464 C78,462.895431 78.8954305,462 80,462 Z M73,462 C74.1045695,462 75,462.895431 75,464 C75,465.104569 74.1045695,466 73,466 C71.8954305,466 71,465.104569 71,464 C71,462.895431 71.8954305,462 73,462 Z",
14801
14754
  id: "status-icon---pending"
@@ -14986,7 +14939,7 @@ var CarrotIcon = function CarrotIcon(_ref) {
14986
14939
  }))))))));
14987
14940
  };
14988
14941
 
14989
- var CarrotIcon$1 = themeComponent(CarrotIcon, "Icons", fallbackValues$2, "darkMode");
14942
+ var CarrotIcon$1 = themeComponent$1(CarrotIcon, "Icons", fallbackValues$3, "darkMode");
14990
14943
 
14991
14944
  var ProfileIcon = function ProfileIcon(_ref) {
14992
14945
  var themeValues = _ref.themeValues;
@@ -15024,7 +14977,7 @@ var ProfileIcon = function ProfileIcon(_ref) {
15024
14977
  }))));
15025
14978
  };
15026
14979
 
15027
- var ProfileIcon$1 = themeComponent(ProfileIcon, "Icons", fallbackValues$2, "info");
14980
+ var ProfileIcon$1 = themeComponent$1(ProfileIcon, "Icons", fallbackValues$3, "info");
15028
14981
 
15029
14982
  var GenericCardLarge = function GenericCardLarge() {
15030
14983
  return /*#__PURE__*/React.createElement("svg", {
@@ -15085,7 +15038,7 @@ var EmptyCartIcon = function EmptyCartIcon(_ref) {
15085
15038
  })));
15086
15039
  };
15087
15040
 
15088
- var EmptyCartIcon$1 = themeComponent(EmptyCartIcon, "Icons", fallbackValues$2, "info");
15041
+ var EmptyCartIcon$1 = themeComponent$1(EmptyCartIcon, "Icons", fallbackValues$3, "info");
15089
15042
 
15090
15043
  var ShoppingCartIcon = function ShoppingCartIcon() {
15091
15044
  return /*#__PURE__*/React.createElement("svg", {
@@ -15157,7 +15110,7 @@ var TrashIcon = function TrashIcon(_ref) {
15157
15110
  })));
15158
15111
  };
15159
15112
 
15160
- var TrashIcon$1 = themeComponent(TrashIcon, "Icons", fallbackValues$2, "primary");
15113
+ var TrashIcon$1 = themeComponent$1(TrashIcon, "Icons", fallbackValues$3, "primary");
15161
15114
 
15162
15115
  var NoCustomerResultsIcon = function NoCustomerResultsIcon() {
15163
15116
  return /*#__PURE__*/React.createElement("svg", {
@@ -15750,7 +15703,7 @@ var WalletBannerIcon = function WalletBannerIcon(_ref) {
15750
15703
  }));
15751
15704
  };
15752
15705
 
15753
- var WalletBannerIcon$1 = themeComponent(WalletBannerIcon, "Icons", fallbackValues$2, "primary");
15706
+ var WalletBannerIcon$1 = themeComponent$1(WalletBannerIcon, "Icons", fallbackValues$3, "primary");
15754
15707
 
15755
15708
  var StandardCheckoutImage = function StandardCheckoutImage() {
15756
15709
  return /*#__PURE__*/React.createElement("svg", {
@@ -16310,7 +16263,7 @@ var RevenueManagementImage = function RevenueManagementImage() {
16310
16263
  fill: "#15749D"
16311
16264
  }), /*#__PURE__*/React.createElement("path", {
16312
16265
  d: "M132.245 62.7452V65.8824L140.19 70.4222C140.685 70.7055 141.31 70.6219 141.713 70.2182L152.324 59.6079H148.559L141.2 67.5796C141.1 67.688 140.939 67.7129 140.811 67.6398L132.245 62.7452Z",
16313
- fill: "#15749D"
16266
+ fill: "#3B5BDB"
16314
16267
  }), /*#__PURE__*/React.createElement("path", {
16315
16268
  d: "M145.422 58.353C145.422 57.66 145.983 57.0981 146.677 57.0981H156.716C157.409 57.0981 157.971 57.66 157.971 58.353C157.971 59.0461 157.409 59.6079 156.716 59.6079H146.677C145.983 59.6079 145.422 59.0461 145.422 58.353Z",
16316
16269
  fill: "#15749D"
@@ -16523,705 +16476,6 @@ var RevenueManagementImage = function RevenueManagementImage() {
16523
16476
  }))));
16524
16477
  };
16525
16478
 
16526
- var KioskImage = function KioskImage() {
16527
- return /*#__PURE__*/React.createElement("svg", {
16528
- width: 191,
16529
- height: 96,
16530
- viewBox: "0 0 191 96",
16531
- fill: "none",
16532
- xmlns: "http://www.w3.org/2000/svg"
16533
- }, /*#__PURE__*/React.createElement("path", {
16534
- fillRule: "evenodd",
16535
- clipRule: "evenodd",
16536
- d: "M12.4433 28.1096C12.4164 28.11 12.3894 28.1102 12.3624 28.1102C9.63896 28.1102 7.43115 25.9085 7.43115 23.1926C7.43115 20.4766 9.63896 18.2749 12.3624 18.2749C13.4748 18.2749 14.5012 18.6422 15.3263 19.2619C16.1831 16.4509 18.8028 14.4053 21.9017 14.4053C25.4863 14.4053 28.4299 17.1426 28.7452 20.6355C29.4629 20.0662 30.3716 19.726 31.3599 19.726C33.6816 19.726 35.5636 21.6029 35.5636 23.9181C35.5636 26.2334 33.6816 28.1102 31.3599 28.1102C31.3058 28.1102 31.2519 28.1092 31.1983 28.1072V28.1105H12.4433V28.1096Z",
16537
- fill: "#3B5BDB",
16538
- fillOpacity: 0.3
16539
- }), /*#__PURE__*/React.createElement("path", {
16540
- fillRule: "evenodd",
16541
- clipRule: "evenodd",
16542
- d: "M17.077 59.7212C17.0639 59.7214 17.0507 59.7215 17.0375 59.7215C15.7078 59.7215 14.6299 58.6466 14.6299 57.3205C14.6299 55.9945 15.7078 54.9196 17.0375 54.9196C17.5806 54.9196 18.0817 55.0989 18.4845 55.4014C18.9029 54.029 20.1819 53.0303 21.6949 53.0303C23.4451 53.0303 24.8824 54.3669 25.0362 56.0724C25.3866 55.7944 25.8302 55.6283 26.3128 55.6283C27.4463 55.6283 28.3652 56.5447 28.3652 57.6751C28.3652 58.8054 27.4463 59.7218 26.3128 59.7218C26.2864 59.7218 26.26 59.7213 26.2339 59.7203V59.7217H17.077V59.7212Z",
16543
- fill: "#3B5BDB",
16544
- fillOpacity: 0.3
16545
- }), /*#__PURE__*/React.createElement("path", {
16546
- fillRule: "evenodd",
16547
- clipRule: "evenodd",
16548
- d: "M51.8554 45.6714C51.8755 45.6718 51.8958 45.6719 51.916 45.6719C53.9561 45.6719 55.6099 43.9769 55.6099 41.886C55.6099 39.7952 53.9561 38.1002 51.916 38.1002C51.0827 38.1002 50.3139 38.383 49.6959 38.86C49.0541 36.6959 47.0917 35.1211 44.7705 35.1211C42.0852 35.1211 39.8802 37.2286 39.6442 39.9179C39.1066 39.4796 38.4259 39.2177 37.6855 39.2177C35.9465 39.2177 34.5367 40.6626 34.5367 42.445C34.5367 44.2274 35.9465 45.6723 37.6855 45.6723C37.7261 45.6723 37.7665 45.6715 37.8066 45.67V45.6721H51.8554V45.6714Z",
16549
- fill: "#3B5BDB",
16550
- fillOpacity: 0.3
16551
- }), /*#__PURE__*/React.createElement("path", {
16552
- fillRule: "evenodd",
16553
- clipRule: "evenodd",
16554
- d: "M150.742 16.4655C150.66 16.4725 150.577 16.476 150.493 16.476C148.894 16.476 147.597 15.183 147.597 13.588C147.597 11.993 148.894 10.7 150.493 10.7C150.688 10.7 150.878 10.7192 151.062 10.7558C151.584 8.82245 153.354 7.39941 155.457 7.39941C157.417 7.39941 159.087 8.63418 159.728 10.366C159.937 10.263 160.173 10.2052 160.422 10.2052C161.008 10.2052 161.518 10.5242 161.789 10.9973C162.175 10.807 162.61 10.7 163.07 10.7C164.669 10.7 165.966 11.993 165.966 13.588C165.966 15.183 164.669 16.476 163.07 16.476C163.042 16.476 163.015 16.4756 162.987 16.4748V16.476H150.742V16.4655Z",
16555
- fill: "#3B5BDB",
16556
- fillOpacity: 0.3
16557
- }), /*#__PURE__*/React.createElement("path", {
16558
- d: "M115.317 86.6337C115.317 88.8967 104.441 90.7313 91.0246 90.7313C77.6081 90.7313 66.7319 88.8967 66.7319 86.6337C66.7319 84.3707 77.6081 82.5361 91.0246 82.5361C104.441 82.5361 115.317 84.3707 115.317 86.6337Z",
16559
- fill: "#3B5BDB",
16560
- fillOpacity: 0.3
16561
- }), /*#__PURE__*/React.createElement("path", {
16562
- fillRule: "evenodd",
16563
- clipRule: "evenodd",
16564
- d: "M67.656 5.85669C66.0341 5.85669 64.3904 5.64884 64.3904 8.59922V75.4381C64.3904 78.3885 65.9995 78.4389 67.6214 78.4389H115.307C116.929 78.4389 118.244 78.3885 118.244 75.4381L118.209 8.85746C118.209 5.90708 116.271 5.85669 114.649 5.85669H67.656Z",
16565
- fill: "white"
16566
- }), /*#__PURE__*/React.createElement("path", {
16567
- fillRule: "evenodd",
16568
- clipRule: "evenodd",
16569
- d: "M118.209 8.85746C118.209 5.90708 116.271 5.85669 114.649 5.85669H67.656C67.5556 5.85669 67.455 5.85589 67.3548 5.85509C65.8368 5.84305 64.3904 5.83158 64.3904 8.59922V75.4381C64.3904 78.3885 65.9995 78.4389 67.6214 78.4389H115.307C116.929 78.4389 118.244 78.3885 118.244 75.4381L118.209 8.85746ZM115.903 75.4381L115.868 8.85746C115.868 8.55226 115.836 8.36846 115.811 8.27076C115.764 8.25927 115.696 8.24597 115.602 8.23432C115.354 8.20357 115.063 8.19815 114.649 8.19815H67.656C67.5462 8.19815 67.4378 8.19729 67.3401 8.19651L67.3335 8.19646C67.2309 8.19565 67.1397 8.19495 67.051 8.19498C66.9336 8.19503 66.8349 8.19644 66.7493 8.19961C66.7392 8.30204 66.7318 8.43357 66.7318 8.59922V75.4381C66.7318 75.7386 66.7553 75.9409 66.7793 76.0687C66.9759 76.092 67.2256 76.0974 67.6214 76.0974H115.307C115.552 76.0974 115.729 76.0952 115.866 76.0889C115.886 75.9395 115.903 75.7279 115.903 75.4381Z",
16570
- fill: "#292A33"
16571
- }), /*#__PURE__*/React.createElement("path", {
16572
- d: "M70.8725 12.8778C70.8727 12.5547 71.1347 12.293 71.4578 12.293H105.366C105.689 12.293 105.951 12.555 105.951 12.8783V63.8052C105.951 64.1285 105.689 64.3905 105.366 64.3905H71.4152C71.0917 64.3905 70.8296 64.1282 70.8298 63.8047L70.8725 12.8778Z",
16573
- fill: "#EBEFFB"
16574
- }), /*#__PURE__*/React.createElement("rect", {
16575
- x: 162.573,
16576
- y: 70.0283,
16577
- width: 12.5769,
16578
- height: 2.64072,
16579
- rx: 1.32036,
16580
- fill: "#292A33"
16581
- }), /*#__PURE__*/React.createElement("path", {
16582
- d: "M117.073 70.2441H157.463C158.11 70.2441 158.634 70.7683 158.634 71.4149V71.4149C158.634 72.0614 158.11 72.5856 157.463 72.5856H117.073V70.2441Z",
16583
- fill: "#292A33"
16584
- }), /*#__PURE__*/React.createElement("path", {
16585
- d: "M28.6829 71.4149C28.6829 70.7683 29.207 70.2441 29.8536 70.2441H66.1463V72.5856H29.8536C29.207 72.5856 28.6829 72.0614 28.6829 71.4149V71.4149Z",
16586
- fill: "#292A33"
16587
- }), /*#__PURE__*/React.createElement("rect", {
16588
- x: 17.4429,
16589
- y: 70.0283,
16590
- width: 8.10877,
16591
- height: 2.64072,
16592
- rx: 1.32036,
16593
- fill: "#292A33"
16594
- }), /*#__PURE__*/React.createElement("rect", {
16595
- x: 93.0732,
16596
- y: 70.2441,
16597
- width: 8.10877,
16598
- height: 2.64072,
16599
- rx: 1.32036,
16600
- fill: "#292A33"
16601
- }), /*#__PURE__*/React.createElement("rect", {
16602
- x: 112.689,
16603
- y: 56.1953,
16604
- width: 8.10877,
16605
- height: 2.64072,
16606
- rx: 1.32036,
16607
- transform: "rotate(90 112.689 56.1953)",
16608
- fill: "#292A33"
16609
- }), /*#__PURE__*/React.createElement("rect", {
16610
- x: 104.781,
16611
- y: 70.2441,
16612
- width: 8.10877,
16613
- height: 2.64072,
16614
- rx: 1.32036,
16615
- fill: "#292A33"
16616
- }), /*#__PURE__*/React.createElement("path", {
16617
- fillRule: "evenodd",
16618
- clipRule: "evenodd",
16619
- d: "M96.4624 31.5838C95.8425 31.5838 95.2796 32.0356 95.1249 32.7055C95.0174 33.1711 94.5519 33.4615 94.0853 33.3542C93.6187 33.2469 93.3276 32.7825 93.4352 32.3169C93.7555 30.9299 94.9667 29.8535 96.4624 29.8535C97.9582 29.8535 99.1694 30.9299 99.4897 32.3169C99.5972 32.7825 99.3062 33.2469 98.8396 33.3542C98.3729 33.4615 97.9075 33.1711 97.8 32.7055C97.6452 32.0356 97.0824 31.5838 96.4624 31.5838Z",
16620
- fill: "#3B5BDB"
16621
- }), /*#__PURE__*/React.createElement("path", {
16622
- fillRule: "evenodd",
16623
- clipRule: "evenodd",
16624
- d: "M80.3179 31.5838C79.6979 31.5838 79.1351 32.0356 78.9804 32.7055C78.8728 33.1711 78.4074 33.4615 77.9408 33.3542C77.4742 33.2469 77.1831 32.7825 77.2907 32.3169C77.611 30.9299 78.8221 29.8535 80.3179 29.8535C81.8137 29.8535 83.0248 30.9299 83.3452 32.3169C83.4527 32.7825 83.1616 33.2469 82.695 33.3542C82.2284 33.4615 81.763 33.1711 81.6554 32.7055C81.5007 32.0356 80.9379 31.5838 80.3179 31.5838Z",
16625
- fill: "#3B5BDB"
16626
- }), /*#__PURE__*/React.createElement("path", {
16627
- fillRule: "evenodd",
16628
- clipRule: "evenodd",
16629
- d: "M82.8702 42.6553C83.349 42.6553 83.7372 43.0426 83.7372 43.5204C83.7372 44.2447 84.3256 44.8319 85.0514 44.8319H91.7293C92.4551 44.8319 93.0435 44.2447 93.0435 43.5204C93.0435 43.0426 93.4317 42.6553 93.9105 42.6553C94.3894 42.6553 94.7775 43.0426 94.7775 43.5204C94.7775 45.2003 93.4128 46.5622 91.7293 46.5622H85.0514C83.3679 46.5622 82.0032 45.2003 82.0032 43.5204C82.0032 43.0426 82.3914 42.6553 82.8702 42.6553Z",
16630
- fill: "#3B5BDB"
16631
- }), /*#__PURE__*/React.createElement("g", {
16632
- filter: "url(#filter0_d_4997_39198)"
16633
- }, /*#__PURE__*/React.createElement("path", {
16634
- d: "M118.244 20.1895H151.308C153.794 20.1895 155.809 22.2045 155.809 24.6903V24.9302C155.809 27.416 153.794 29.4311 151.308 29.4311H118.244V20.1895Z",
16635
- fill: "white"
16636
- }), /*#__PURE__*/React.createElement("rect", {
16637
- x: 144.722,
16638
- y: 23.8203,
16639
- width: 7.44683,
16640
- height: 1.98054,
16641
- rx: 0.990269,
16642
- fill: "#959CA8"
16643
- }), /*#__PURE__*/React.createElement("rect", {
16644
- x: 137.606,
16645
- y: 23.8203,
16646
- width: 4.4681,
16647
- height: 1.98054,
16648
- rx: 0.990269,
16649
- fill: "#959CA8"
16650
- }), /*#__PURE__*/React.createElement("rect", {
16651
- x: 124.367,
16652
- y: 23.8203,
16653
- width: 10.5911,
16654
- height: 1.98054,
16655
- rx: 0.990269,
16656
- fill: "#959CA8"
16657
- }), /*#__PURE__*/React.createElement("path", {
16658
- d: "M118.244 23.8203H120.729C121.276 23.8203 121.719 24.2637 121.719 24.8106V24.8106C121.719 25.3575 121.276 25.8009 120.729 25.8009H118.244V23.8203Z",
16659
- fill: "#959CA8"
16660
- })), /*#__PURE__*/React.createElement("g", {
16661
- filter: "url(#filter1_d_4997_39198)"
16662
- }, /*#__PURE__*/React.createElement("rect", {
16663
- x: 125.836,
16664
- y: 28.1113,
16665
- width: 53.2862,
16666
- height: 9.2416,
16667
- rx: 4.5008,
16668
- fill: "white"
16669
- }), /*#__PURE__*/React.createElement("rect", {
16670
- x: 164.229,
16671
- y: 31.7422,
16672
- width: 11.253,
16673
- height: 1.98054,
16674
- rx: 0.990269,
16675
- fill: "#959CA8"
16676
- }), /*#__PURE__*/React.createElement("rect", {
16677
- x: 147.68,
16678
- y: 31.7422,
16679
- width: 13.9008,
16680
- height: 1.98054,
16681
- rx: 0.990269,
16682
- fill: "#959CA8"
16683
- }), /*#__PURE__*/React.createElement("rect", {
16684
- x: 140.233,
16685
- y: 31.7422,
16686
- width: 4.79907,
16687
- height: 1.98054,
16688
- rx: 0.990269,
16689
- fill: "#959CA8"
16690
- }), /*#__PURE__*/React.createElement("rect", {
16691
- x: 129.477,
16692
- y: 31.7422,
16693
- width: 8.10877,
16694
- height: 1.98054,
16695
- rx: 0.990269,
16696
- fill: "#959CA8"
16697
- })), /*#__PURE__*/React.createElement("path", {
16698
- d: "M118.244 57.6594V60.7877L126.495 65.2624C127.195 65.6421 128.062 65.5138 128.622 64.9478L139.261 54.1865H135.62L127.589 62.5156C127.446 62.6637 127.22 62.6953 127.042 62.5919L118.244 57.6594Z",
16699
- fill: "#3B5BDB"
16700
- }), /*#__PURE__*/React.createElement("path", {
16701
- d: "M131.708 52.8663C131.708 52.137 132.3 51.5459 133.031 51.5459H143.954C144.685 51.5459 145.277 52.137 145.277 52.8663V52.8663C145.277 53.5955 144.685 54.1866 143.954 54.1866H133.031C132.3 54.1866 131.708 53.5955 131.708 52.8663V52.8663Z",
16702
- fill: "#3B5BDB"
16703
- }), /*#__PURE__*/React.createElement("path", {
16704
- fillRule: "evenodd",
16705
- clipRule: "evenodd",
16706
- d: "M83.3283 63.4473C84.1249 63.5441 84.692 64.267 84.595 65.0618C84.5327 65.5717 84.5006 66.0914 84.5006 66.6193C84.5006 68.5554 84.9326 70.3868 85.7044 72.0265C86.0456 72.7512 85.7333 73.6147 85.007 73.9551C84.2807 74.2955 83.4154 73.984 83.0742 73.2592C82.1247 71.2419 81.5947 68.9903 81.5947 66.6193C81.5947 65.974 81.634 65.3372 81.7104 64.7112C81.8074 63.9164 82.5318 63.3505 83.3283 63.4473Z",
16707
- fill: "#3B5BDB"
16708
- }), /*#__PURE__*/React.createElement("path", {
16709
- d: "M64.683 55.0245V58.244L63.1895 58.9406C69.4503 61.6998 83.3787 67.841 83.3787 67.841V70.8672L60.092 60.5667C58.8353 60.0108 58.7888 58.1134 60.0167 57.4871L64.683 55.0245Z",
16710
- fill: "#3B5BDB"
16711
- }), /*#__PURE__*/React.createElement("g", {
16712
- filter: "url(#filter2_d_4997_39198)"
16713
- }, /*#__PURE__*/React.createElement("rect", {
16714
- x: 128.195,
16715
- y: 30.5869,
16716
- width: 18.5343,
16717
- height: 18.4832,
16718
- rx: 8.439,
16719
- fill: "#3B5BDB"
16720
- })), /*#__PURE__*/React.createElement("path", {
16721
- d: "M138.41 45.0735V44.0862C139.872 43.8932 140.787 43.0549 140.787 41.8526C140.787 40.6557 140.19 39.7843 138.75 39.4369L137.474 39.1225C136.614 38.8964 136.362 38.6647 136.362 38.2015C136.362 37.6223 136.899 37.2252 137.77 37.2252C138.613 37.2252 138.93 37.6554 139.029 38.3614L140.644 38.3338C140.661 37.1922 139.823 36.2435 138.443 36.0009V34.9033H137.058V35.9953C135.645 36.2104 134.637 37.0874 134.648 38.389C134.665 39.6134 135.442 40.3248 136.652 40.573L137.95 40.8543C138.722 41.0308 139.089 41.2735 139.089 41.8636C139.089 42.4317 138.525 42.8563 137.737 42.8563C136.861 42.8563 136.247 42.4703 136.078 41.7423L134.413 41.7753C134.561 43.1707 135.53 43.9208 137.03 44.0918V45.0735H138.41Z",
16722
- fill: "white"
16723
- }), /*#__PURE__*/React.createElement("mask", {
16724
- id: "mask0_4997_39198",
16725
- style: {
16726
- maskType: "luminance"
16727
- },
16728
- maskUnits: "userSpaceOnUse",
16729
- x: 134,
16730
- y: 34,
16731
- width: 7,
16732
- height: 12
16733
- }, /*#__PURE__*/React.createElement("path", {
16734
- d: "M138.41 45.0735V44.0862C139.872 43.8932 140.787 43.0549 140.787 41.8526C140.787 40.6557 140.19 39.7843 138.75 39.4369L137.474 39.1225C136.614 38.8964 136.362 38.6647 136.362 38.2015C136.362 37.6223 136.899 37.2252 137.77 37.2252C138.613 37.2252 138.93 37.6554 139.029 38.3614L140.644 38.3338C140.661 37.1922 139.823 36.2435 138.443 36.0009V34.9033H137.058V35.9953C135.645 36.2104 134.637 37.0874 134.648 38.389C134.665 39.6134 135.442 40.3248 136.652 40.573L137.95 40.8543C138.722 41.0308 139.089 41.2735 139.089 41.8636C139.089 42.4317 138.525 42.8563 137.737 42.8563C136.861 42.8563 136.247 42.4703 136.078 41.7423L134.413 41.7753C134.561 43.1707 135.53 43.9208 137.03 44.0918V45.0735H138.41Z",
16735
- fill: "white"
16736
- })), /*#__PURE__*/React.createElement("g", {
16737
- mask: "url(#mask0_4997_39198)"
16738
- }, /*#__PURE__*/React.createElement("rect", {
16739
- x: 129.951,
16740
- y: 32.2012,
16741
- width: 15.2974,
16742
- height: 15.2552,
16743
- fill: "white"
16744
- })), /*#__PURE__*/React.createElement("path", {
16745
- d: "M73.1709 76.0977H108.878V86.0489C108.878 86.6955 108.354 87.2196 107.707 87.2196H74.3416C73.6951 87.2196 73.1709 86.6955 73.1709 86.0489V76.0977Z",
16746
- fill: "white"
16747
- }), /*#__PURE__*/React.createElement("path", {
16748
- fillRule: "evenodd",
16749
- clipRule: "evenodd",
16750
- d: "M106.537 78.4391H75.5124V84.8781H106.537V78.4391ZM73.1709 76.0977V86.0489C73.1709 86.6955 73.6951 87.2196 74.3416 87.2196H107.707C108.354 87.2196 108.878 86.6955 108.878 86.0489V76.0977H73.1709Z",
16751
- fill: "#292A33"
16752
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("filter", {
16753
- id: "filter0_d_4997_39198",
16754
- x: 107.093,
16755
- y: 9.03814,
16756
- width: 59.8678,
16757
- height: 31.5438,
16758
- filterUnits: "userSpaceOnUse",
16759
- colorInterpolationFilters: "sRGB"
16760
- }, /*#__PURE__*/React.createElement("feFlood", {
16761
- floodOpacity: 0,
16762
- result: "BackgroundImageFix"
16763
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
16764
- "in": "SourceAlpha",
16765
- type: "matrix",
16766
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16767
- result: "hardAlpha"
16768
- }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
16769
- stdDeviation: 5.57566
16770
- }), /*#__PURE__*/React.createElement("feComposite", {
16771
- in2: "hardAlpha",
16772
- operator: "out"
16773
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
16774
- type: "matrix",
16775
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16776
- }), /*#__PURE__*/React.createElement("feBlend", {
16777
- mode: "normal",
16778
- in2: "BackgroundImageFix",
16779
- result: "effect1_dropShadow_4997_39198"
16780
- }), /*#__PURE__*/React.createElement("feBlend", {
16781
- mode: "normal",
16782
- "in": "SourceGraphic",
16783
- in2: "effect1_dropShadow_4997_39198",
16784
- result: "shape"
16785
- })), /*#__PURE__*/React.createElement("filter", {
16786
- id: "filter1_d_4997_39198",
16787
- x: 114.685,
16788
- y: 16.96,
16789
- width: 75.5888,
16790
- height: 31.5438,
16791
- filterUnits: "userSpaceOnUse",
16792
- colorInterpolationFilters: "sRGB"
16793
- }, /*#__PURE__*/React.createElement("feFlood", {
16794
- floodOpacity: 0,
16795
- result: "BackgroundImageFix"
16796
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
16797
- "in": "SourceAlpha",
16798
- type: "matrix",
16799
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16800
- result: "hardAlpha"
16801
- }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
16802
- stdDeviation: 5.57566
16803
- }), /*#__PURE__*/React.createElement("feComposite", {
16804
- in2: "hardAlpha",
16805
- operator: "out"
16806
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
16807
- type: "matrix",
16808
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16809
- }), /*#__PURE__*/React.createElement("feBlend", {
16810
- mode: "normal",
16811
- in2: "BackgroundImageFix",
16812
- result: "effect1_dropShadow_4997_39198"
16813
- }), /*#__PURE__*/React.createElement("feBlend", {
16814
- mode: "normal",
16815
- "in": "SourceGraphic",
16816
- in2: "effect1_dropShadow_4997_39198",
16817
- result: "shape"
16818
- })), /*#__PURE__*/React.createElement("filter", {
16819
- id: "filter2_d_4997_39198",
16820
- x: 113.195,
16821
- y: 15.5869,
16822
- width: 48.5344,
16823
- height: 48.4834,
16824
- filterUnits: "userSpaceOnUse",
16825
- colorInterpolationFilters: "sRGB"
16826
- }, /*#__PURE__*/React.createElement("feFlood", {
16827
- floodOpacity: 0,
16828
- result: "BackgroundImageFix"
16829
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
16830
- "in": "SourceAlpha",
16831
- type: "matrix",
16832
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16833
- result: "hardAlpha"
16834
- }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
16835
- stdDeviation: 7.5
16836
- }), /*#__PURE__*/React.createElement("feComposite", {
16837
- in2: "hardAlpha",
16838
- operator: "out"
16839
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
16840
- type: "matrix",
16841
- values: "0 0 0 0 0.0823529 0 0 0 0 0.454902 0 0 0 0 0.615686 0 0 0 0.2 0"
16842
- }), /*#__PURE__*/React.createElement("feBlend", {
16843
- mode: "normal",
16844
- in2: "BackgroundImageFix",
16845
- result: "effect1_dropShadow_4997_39198"
16846
- }), /*#__PURE__*/React.createElement("feBlend", {
16847
- mode: "normal",
16848
- "in": "SourceGraphic",
16849
- in2: "effect1_dropShadow_4997_39198",
16850
- result: "shape"
16851
- }))));
16852
- };
16853
-
16854
- var PointOfSaleImage = function PointOfSaleImage() {
16855
- return /*#__PURE__*/React.createElement("svg", {
16856
- width: 180,
16857
- height: 96,
16858
- viewBox: "0 0 180 96",
16859
- fill: "none",
16860
- xmlns: "http://www.w3.org/2000/svg"
16861
- }, /*#__PURE__*/React.createElement("path", {
16862
- fillRule: "evenodd",
16863
- clipRule: "evenodd",
16864
- d: "M142.706 17.5583C140.253 17.3968 138.314 15.3563 138.314 12.8627C138.314 10.2637 140.421 8.15681 143.02 8.15681C143.913 8.15681 144.749 8.40592 145.46 8.8385C146.262 5.91385 148.939 3.76465 152.118 3.76465C155.728 3.76465 158.691 6.53709 158.994 10.0693C159.633 9.65335 160.396 9.41171 161.216 9.41171C163.468 9.41171 165.294 11.2377 165.294 13.4901C165.294 15.7426 163.468 17.5686 161.216 17.5686C161.11 17.5686 161.005 17.5646 160.902 17.5567V17.5686H152.118H143.02H142.706V17.5583Z",
16865
- fill: "#15749D",
16866
- fillOpacity: 0.3
16867
- }), /*#__PURE__*/React.createElement("path", {
16868
- fillRule: "evenodd",
16869
- clipRule: "evenodd",
16870
- d: "M20.3531 64.627C18.9669 64.627 17.8433 63.5034 17.8433 62.1172C17.8433 60.7311 18.9669 59.6074 20.3531 59.6074C20.7424 59.6074 21.1111 59.6961 21.44 59.8544C21.9913 58.9536 22.9843 58.3525 24.1178 58.3525C25.5139 58.3525 26.6971 59.2646 27.104 60.5253C27.4257 60.3406 27.7986 60.2349 28.1962 60.2349C29.4091 60.2349 30.3923 61.2181 30.3923 62.431C30.3923 63.6438 29.4091 64.627 28.1962 64.627H24.1178H20.3531Z",
16871
- fill: "#15749D",
16872
- fillOpacity: 0.3
16873
- }), /*#__PURE__*/React.createElement("path", {
16874
- fillRule: "evenodd",
16875
- clipRule: "evenodd",
16876
- d: "M60.8237 8.78431H53.608H49.147V8.77384C49.0663 8.78078 48.9846 8.78431 48.9021 8.78431C47.3428 8.78431 46.0786 7.52018 46.0786 5.96078C46.0786 4.40139 47.3428 3.13726 48.9021 3.13726C49.067 3.13726 49.2286 3.15139 49.3857 3.1785C49.9123 1.34307 51.6033 0 53.608 0C55.4761 0 57.0719 1.1663 57.7068 2.81047C57.8935 2.7321 58.0986 2.68878 58.3139 2.68878C58.8648 2.68878 59.3494 2.97248 59.6292 3.40162C59.992 3.232 60.3968 3.13726 60.8237 3.13726C62.3831 3.13726 63.6472 4.40139 63.6472 5.96078C63.6472 7.43768 62.5133 8.64973 61.0686 8.77384V8.78431H60.8237Z",
16877
- fill: "#15749D",
16878
- fillOpacity: 0.3
16879
- }), /*#__PURE__*/React.createElement("path", {
16880
- d: "M109.451 91.9212C109.451 94.1737 100.883 95.9996 90.3138 95.9996C79.7446 95.9996 71.1765 94.1737 71.1765 91.9212C71.1765 89.6687 79.7446 87.8428 90.3138 87.8428C100.883 87.8428 109.451 89.6687 109.451 91.9212Z",
16881
- fill: "#15749D",
16882
- fillOpacity: 0.3
16883
- }), /*#__PURE__*/React.createElement("path", {
16884
- d: "M49.8433 32H130.784V80.3137C130.784 81.0068 130.223 81.5686 129.53 81.5686H51.0982C50.4051 81.5686 49.8433 81.0068 49.8433 80.3137V32Z",
16885
- fill: "white"
16886
- }), /*#__PURE__*/React.createElement("path", {
16887
- d: "M47.9609 22.9333C47.9609 21.0102 49.5199 19.4512 51.4431 19.4512H129.185C131.108 19.4512 132.667 21.0102 132.667 22.9333V32.0002H47.9609V22.9333Z",
16888
- fill: "#E5E7EC"
16889
- }), /*#__PURE__*/React.createElement("path", {
16890
- d: "M63.0196 25.7243C63.0196 26.4166 62.4577 26.9778 61.7647 26.9778C61.0716 26.9778 60.5098 26.4166 60.5098 25.7243C60.5098 25.0319 61.0716 24.4707 61.7647 24.4707C62.4577 24.4707 63.0196 25.0319 63.0196 25.7243Z",
16891
- fill: "#292A33"
16892
- }), /*#__PURE__*/React.createElement("path", {
16893
- d: "M59.2549 25.7243C59.2549 26.4166 58.6931 26.9778 58 26.9778C57.307 26.9778 56.7451 26.4166 56.7451 25.7243C56.7451 25.0319 57.307 24.4707 58 24.4707C58.6931 24.4707 59.2549 25.0319 59.2549 25.7243Z",
16894
- fill: "#292A33"
16895
- }), /*#__PURE__*/React.createElement("path", {
16896
- d: "M55.4903 25.7243C55.4903 26.4166 54.9284 26.9778 54.2354 26.9778C53.5423 26.9778 52.9805 26.4166 52.9805 25.7243C52.9805 25.0319 53.5423 24.4707 54.2354 24.4707C54.9284 24.4707 55.4903 25.0319 55.4903 25.7243Z",
16897
- fill: "#292A33"
16898
- }), /*#__PURE__*/React.createElement("path", {
16899
- fillRule: "evenodd",
16900
- clipRule: "evenodd",
16901
- d: "M129.53 21.3335H51.0982C50.4051 21.3335 49.8433 21.8954 49.8433 22.5884V80.3139C49.8433 81.007 50.4051 81.5688 51.0982 81.5688H129.53C130.223 81.5688 130.784 81.007 130.784 80.3139V22.5884C130.784 21.8954 130.223 21.3335 129.53 21.3335ZM51.0982 19.4512C49.3655 19.4512 47.9609 20.8558 47.9609 22.5884V80.3139C47.9609 82.0466 49.3655 83.4512 51.0982 83.4512H129.53C131.262 83.4512 132.667 82.0466 132.667 80.3139V22.5884C132.667 20.8558 131.262 19.4512 129.53 19.4512H51.0982Z",
16902
- fill: "#292A33"
16903
- }), /*#__PURE__*/React.createElement("path", {
16904
- d: "M157.765 75.9219C157.765 75.2288 158.326 74.667 159.02 74.667H169.686C170.379 74.667 170.941 75.2288 170.941 75.9219V75.9219C170.941 76.615 170.379 77.1768 169.686 77.1768H159.02C158.326 77.1768 157.765 76.615 157.765 75.9219V75.9219Z",
16905
- fill: "#292A33"
16906
- }), /*#__PURE__*/React.createElement("path", {
16907
- d: "M132.667 74.667H153.252C153.95 74.667 154.517 75.2335 154.517 75.9323V75.9323C154.517 76.6311 153.95 77.1976 153.252 77.1976H132.667V74.667Z",
16908
- fill: "#292A33"
16909
- }), /*#__PURE__*/React.createElement("path", {
16910
- d: "M30.3923 75.9219C30.3923 75.2288 30.9542 74.667 31.6472 74.667H47.961V77.1768H31.6472C30.9542 77.1768 30.3923 76.615 30.3923 75.9219V75.9219Z",
16911
- fill: "#292A33"
16912
- }), /*#__PURE__*/React.createElement("path", {
16913
- d: "M19.7256 75.9219C19.7256 75.2288 20.2874 74.667 20.9805 74.667H26.0001C26.6932 74.667 27.255 75.2288 27.255 75.9219V75.9219C27.255 76.615 26.6932 77.1768 26.0001 77.1768H20.9805C20.2874 77.1768 19.7256 76.615 19.7256 75.9219V75.9219Z",
16914
- fill: "#292A33"
16915
- }), /*#__PURE__*/React.createElement("path", {
16916
- fillRule: "evenodd",
16917
- clipRule: "evenodd",
16918
- d: "M99.7255 48.4773C98.639 48.4773 97.8554 49.1092 97.6631 49.7849C97.5435 50.2053 97.1057 50.4491 96.6854 50.3295C96.265 50.2098 96.0211 49.7721 96.1408 49.3517C96.5631 47.8673 98.0747 46.8945 99.7255 46.8945C101.376 46.8945 102.888 47.8673 103.31 49.3517C103.43 49.7721 103.186 50.2098 102.766 50.3295C102.345 50.4491 101.907 50.2053 101.788 49.7849C101.596 49.1092 100.812 48.4773 99.7255 48.4773Z",
16919
- fill: "#292A33"
16920
- }), /*#__PURE__*/React.createElement("path", {
16921
- fillRule: "evenodd",
16922
- clipRule: "evenodd",
16923
- d: "M82.1569 48.4773C81.0704 48.4773 80.2868 49.1092 80.0945 49.7849C79.9749 50.2053 79.5371 50.4491 79.1167 50.3295C78.6964 50.2098 78.4525 49.7721 78.5722 49.3517C78.9945 47.8673 80.5061 46.8945 82.1569 46.8945C83.8077 46.8945 85.3192 47.8673 85.7416 49.3517C85.8612 49.7721 85.6174 50.2098 85.197 50.3295C84.7766 50.4491 84.3389 50.2053 84.2192 49.7849C84.027 49.1092 83.2434 48.4773 82.1569 48.4773Z",
16924
- fill: "#292A33"
16925
- }), /*#__PURE__*/React.createElement("path", {
16926
- fillRule: "evenodd",
16927
- clipRule: "evenodd",
16928
- d: "M83.098 59.4443C83.5351 59.4443 83.8894 59.7987 83.8894 60.2357C83.8894 61.1848 84.6588 61.9541 85.6078 61.9541H95.0196C95.9687 61.9541 96.738 61.1848 96.738 60.2357C96.738 59.7987 97.0923 59.4443 97.5294 59.4443C97.9665 59.4443 98.3208 59.7987 98.3208 60.2357C98.3208 62.0589 96.8428 63.5369 95.0196 63.5369H85.6078C83.7846 63.5369 82.3066 62.0589 82.3066 60.2357C82.3066 59.7987 82.661 59.4443 83.098 59.4443Z",
16929
- fill: "#292A33"
16930
- }), /*#__PURE__*/React.createElement("path", {
16931
- d: "M47.9609 30.1172H132.667V31.9995H47.9609V30.1172Z",
16932
- fill: "#292A33"
16933
- }), /*#__PURE__*/React.createElement("g", {
16934
- filter: "url(#filter0_d_4979_37133)"
16935
- }, /*#__PURE__*/React.createElement("path", {
16936
- d: "M22.2354 35.1377C22.2354 34.4447 22.7972 33.8828 23.4903 33.8828H47.9608V42.0397H23.4903C22.7972 42.0397 22.2354 41.4778 22.2354 40.7848V35.1377Z",
16937
- fill: "white"
16938
- }), /*#__PURE__*/React.createElement("path", {
16939
- fillRule: "evenodd",
16940
- clipRule: "evenodd",
16941
- d: "M25.9323 37.6658C25.5914 37.5877 25.5079 37.5381 25.5079 37.4245V37.4175C25.5079 37.3252 25.5878 37.2577 25.7514 37.2577C25.9455 37.2577 26.1621 37.3239 26.3658 37.4561C26.4039 37.4808 26.4541 37.4725 26.4801 37.4349L26.724 37.0836C26.7499 37.0462 26.7429 36.9935 26.7064 36.9669C26.5557 36.8569 26.3858 36.779 26.1926 36.7335V36.4748C26.1926 36.4294 26.1565 36.3926 26.112 36.3926H25.6219C25.5774 36.3926 25.5413 36.4294 25.5413 36.4748V36.7055C25.0931 36.7813 24.8261 37.0836 24.8261 37.4813V37.4884C24.8261 37.9957 25.2261 38.1448 25.7444 38.2654C26.0783 38.347 26.1584 38.4003 26.1584 38.5066V38.5138C26.1584 38.6202 26.061 38.6839 25.8766 38.6839C25.6183 38.6839 25.3747 38.5976 25.1483 38.4329C25.1127 38.407 25.0633 38.4148 25.0353 38.449L24.7648 38.7786C24.7353 38.8145 24.7391 38.869 24.7752 38.8981C24.9925 39.0729 25.2567 39.1835 25.5413 39.2299V39.4543C25.5413 39.496 25.5745 39.5298 25.6154 39.5298H26.1186C26.1595 39.5298 26.1926 39.496 26.1926 39.4543V39.2163C26.5893 39.1204 26.8366 38.8483 26.8366 38.4463V38.4393C26.8366 37.9744 26.4888 37.7899 25.9323 37.6658Z",
16942
- fill: "#959CA8"
16943
- }), /*#__PURE__*/React.createElement("path", {
16944
- d: "M40.4314 37.9617C40.4314 37.4419 40.8528 37.0205 41.3726 37.0205H47.9608V38.9029H41.3726C40.8528 38.9029 40.4314 38.4815 40.4314 37.9617V37.9617Z",
16945
- fill: "#959CA8"
16946
- }), /*#__PURE__*/React.createElement("path", {
16947
- d: "M29.7646 37.9617C29.7646 37.4419 30.186 37.0205 30.7058 37.0205H36.9803C37.5001 37.0205 37.9215 37.4419 37.9215 37.9617V37.9617C37.9215 38.4815 37.5001 38.9029 36.9803 38.9029H30.7058C30.186 38.9029 29.7646 38.4815 29.7646 37.9617V37.9617Z",
16948
- fill: "#959CA8"
16949
- })), /*#__PURE__*/React.createElement("g", {
16950
- filter: "url(#filter1_d_4979_37133)"
16951
- }, /*#__PURE__*/React.createElement("path", {
16952
- d: "M5.92163 42.0391C5.92163 41.346 6.48347 40.7842 7.17653 40.7842H55.4903C56.1833 40.7842 56.7452 41.346 56.7452 42.0391V47.6861C56.7452 48.3792 56.1833 48.941 55.4903 48.941H7.17653C6.48347 48.941 5.92163 48.3792 5.92163 47.6861V42.0391Z",
16953
- fill: "white"
16954
- }), /*#__PURE__*/React.createElement("path", {
16955
- fillRule: "evenodd",
16956
- clipRule: "evenodd",
16957
- d: "M9.61856 44.5671C9.27768 44.4891 9.19416 44.4395 9.19416 44.3259V44.3189C9.19416 44.2266 9.27411 44.1591 9.43766 44.1591C9.63178 44.1591 9.84835 44.2252 10.0521 44.3575C10.0902 44.3822 10.1403 44.3738 10.1664 44.3362L10.4103 43.9849C10.4362 43.9476 10.4292 43.8949 10.3926 43.8683C10.242 43.7583 10.0721 43.6804 9.87892 43.6349V43.3761C9.87892 43.3308 9.84282 43.2939 9.79826 43.2939H9.30818C9.26369 43.2939 9.22759 43.3308 9.22759 43.3761V43.6069C8.77941 43.6827 8.5124 43.9849 8.5124 44.3826V44.3898C8.5124 44.8971 8.91239 45.0461 9.43066 45.1667C9.76462 45.2483 9.84464 45.3016 9.84464 45.4079V45.4152C9.84464 45.5215 9.74727 45.5853 9.56287 45.5853C9.30461 45.5853 9.06097 45.499 8.8346 45.3342C8.799 45.3083 8.74961 45.3162 8.72163 45.3504L8.45105 45.6799C8.4216 45.7159 8.42538 45.7704 8.46148 45.7994C8.67882 45.9743 8.94296 46.0849 9.22759 46.1313V46.3556C9.22759 46.3974 9.26075 46.4312 9.30167 46.4312H9.80484C9.84576 46.4312 9.87892 46.3974 9.87892 46.3556V46.1176C10.2755 46.0218 10.5229 45.7496 10.5229 45.3477V45.3407C10.5229 44.8758 10.1751 44.6913 9.61856 44.5671Z",
16958
- fill: "#959CA8"
16959
- }), /*#__PURE__*/React.createElement("path", {
16960
- d: "M41.6863 44.8631C41.6863 44.3433 42.1077 43.9219 42.6275 43.9219H52.6667C53.1865 43.9219 53.6078 44.3433 53.6078 44.8631V44.8631C53.6078 45.3828 53.1865 45.8042 52.6667 45.8042H42.6275C42.1077 45.8042 41.6863 45.3828 41.6863 44.8631V44.8631Z",
16961
- fill: "#959CA8"
16962
- }), /*#__PURE__*/React.createElement("path", {
16963
- d: "M26 44.8631C26 44.3433 26.4214 43.9219 26.9412 43.9219H38.2353C38.7551 43.9219 39.1765 44.3433 39.1765 44.8631V44.8631C39.1765 45.3828 38.7551 45.8042 38.2353 45.8042H26.9412C26.4214 45.8042 26 45.3828 26 44.8631V44.8631Z",
16964
- fill: "#959CA8"
16965
- }), /*#__PURE__*/React.createElement("path", {
16966
- d: "M13.4509 44.8631C13.4509 44.3433 13.8723 43.9219 14.3921 43.9219H22.549C23.0688 43.9219 23.4901 44.3433 23.4901 44.8631V44.8631C23.4901 45.3828 23.0688 45.8042 22.549 45.8042H14.3921C13.8723 45.8042 13.4509 45.3828 13.4509 44.8631V44.8631Z",
16967
- fill: "#959CA8"
16968
- })), /*#__PURE__*/React.createElement("g", {
16969
- filter: "url(#filter2_d_4979_37133)"
16970
- }, /*#__PURE__*/React.createElement("path", {
16971
- d: "M132.667 27.6074H167.804C168.497 27.6074 169.059 28.1693 169.059 28.8623V34.5094C169.059 35.2024 168.497 35.7643 167.804 35.7643H132.667V27.6074Z",
16972
- fill: "white"
16973
- }), /*#__PURE__*/React.createElement("path", {
16974
- d: "M157.765 31.6853C157.765 31.1655 158.186 30.7441 158.706 30.7441H164.98C165.5 30.7441 165.922 31.1655 165.922 31.6853V31.6853C165.922 32.2051 165.5 32.6265 164.98 32.6265H158.706C158.186 32.6265 157.765 32.2051 157.765 31.6853V31.6853Z",
16975
- fill: "#959CA8"
16976
- }), /*#__PURE__*/React.createElement("path", {
16977
- d: "M146.471 31.6853C146.471 31.1655 146.892 30.7441 147.412 30.7441H154.314C154.834 30.7441 155.255 31.1655 155.255 31.6853V31.6853C155.255 32.2051 154.834 32.6265 154.314 32.6265H147.412C146.892 32.6265 146.471 32.2051 146.471 31.6853V31.6853Z",
16978
- fill: "#959CA8"
16979
- }), /*#__PURE__*/React.createElement("path", {
16980
- d: "M132.667 30.7441H143.02C143.539 30.7441 143.961 31.1655 143.961 31.6853V31.6853C143.961 32.2051 143.539 32.6265 143.02 32.6265H132.667V30.7441Z",
16981
- fill: "#959CA8"
16982
- })), /*#__PURE__*/React.createElement("g", {
16983
- filter: "url(#filter3_d_4979_37133)"
16984
- }, /*#__PURE__*/React.createElement("path", {
16985
- d: "M123.255 35.7647C123.255 35.0716 123.817 34.5098 124.51 34.5098H172.824C173.517 34.5098 174.078 35.0716 174.078 35.7647V41.4117C174.078 42.1048 173.517 42.6666 172.824 42.6666H124.51C123.817 42.6666 123.255 42.1048 123.255 41.4117V35.7647Z",
16986
- fill: "white"
16987
- }), /*#__PURE__*/React.createElement("path", {
16988
- fillRule: "evenodd",
16989
- clipRule: "evenodd",
16990
- d: "M126.952 38.2927C126.611 38.2147 126.527 38.1651 126.527 38.0515V38.0445C126.527 37.9522 126.607 37.8847 126.771 37.8847C126.965 37.8847 127.182 37.9508 127.385 38.0831C127.423 38.1078 127.474 38.0994 127.5 38.0618L127.744 37.7105C127.769 37.6731 127.762 37.6205 127.726 37.5939C127.575 37.4839 127.405 37.4059 127.212 37.3605V37.1017C127.212 37.0563 127.176 37.0195 127.132 37.0195H126.641C126.597 37.0195 126.561 37.0563 126.561 37.1017V37.3325C126.113 37.4083 125.846 37.7105 125.846 38.1082V38.1153C125.846 38.6227 126.246 38.7717 126.764 38.8923C127.098 38.9739 127.178 39.0272 127.178 39.1335V39.1407C127.178 39.2471 127.081 39.3109 126.896 39.3109C126.638 39.3109 126.394 39.2246 126.168 39.0598C126.132 39.0339 126.083 39.0418 126.055 39.076L125.784 39.4055C125.755 39.4415 125.759 39.496 125.795 39.525C126.012 39.6999 126.276 39.8105 126.561 39.8568V40.0812C126.561 40.123 126.594 40.1568 126.635 40.1568H127.138C127.179 40.1568 127.212 40.123 127.212 40.0812V39.8432C127.609 39.7474 127.856 39.4752 127.856 39.0732V39.0663C127.856 38.6014 127.508 38.4169 126.952 38.2927Z",
16991
- fill: "#959CA8"
16992
- }), /*#__PURE__*/React.createElement("path", {
16993
- d: "M159.647 38.5886C159.647 38.0688 160.069 37.6475 160.588 37.6475H170C170.52 37.6475 170.941 38.0688 170.941 38.5886V38.5886C170.941 39.1084 170.52 39.5298 170 39.5298H160.588C160.069 39.5298 159.647 39.1084 159.647 38.5886V38.5886Z",
16994
- fill: "#959CA8"
16995
- }), /*#__PURE__*/React.createElement("path", {
16996
- d: "M143.961 38.5896C143.961 38.0698 144.382 37.6484 144.902 37.6484H156.196C156.716 37.6484 157.137 38.0698 157.137 38.5896V38.5896C157.137 39.1094 156.716 39.5308 156.196 39.5308H144.902C144.382 39.5308 143.961 39.1094 143.961 38.5896V38.5896Z",
16997
- fill: "#959CA8"
16998
- }), /*#__PURE__*/React.createElement("path", {
16999
- d: "M130.784 38.5886C130.784 38.0688 131.206 37.6475 131.726 37.6475H140.51C141.03 37.6475 141.451 38.0688 141.451 38.5886V38.5886C141.451 39.1084 141.03 39.5298 140.51 39.5298H131.726C131.206 39.5298 130.784 39.1084 130.784 38.5886V38.5886Z",
17000
- fill: "#959CA8"
17001
- })), /*#__PURE__*/React.createElement("path", {
17002
- d: "M86.2354 89.7247V83.4502H88.7452V91.2848C88.7452 91.8093 88.32 92.2345 87.7956 92.2345H82.4707C81.7777 92.2345 81.2158 91.6727 81.2158 90.9796C81.2158 90.2865 81.7777 89.7247 82.4707 89.7247H86.2354Z",
17003
- fill: "#15749D"
17004
- }), /*#__PURE__*/React.createElement("path", {
17005
- d: "M91.8823 91.2848V83.4502H94.3921V89.7247H98.1568C98.8499 89.7247 99.4117 90.2865 99.4117 90.9796C99.4117 91.6727 98.8499 92.2345 98.1568 92.2345H92.832C92.3075 92.2345 91.8823 91.8093 91.8823 91.2848Z",
17006
- fill: "#15749D"
17007
- }), /*#__PURE__*/React.createElement("path", {
17008
- d: "M132.667 62.7447V65.8819L140.611 70.4217C141.107 70.705 141.731 70.6214 142.135 70.2177L152.745 59.6074H148.98L141.311 67.5835C141.209 67.6894 141.048 67.7113 140.922 67.6364L132.667 62.7447Z",
17009
- fill: "#15749D"
17010
- }), /*#__PURE__*/React.createElement("path", {
17011
- d: "M145.843 58.3526C145.843 57.6595 146.405 57.0977 147.098 57.0977H157.137C157.83 57.0977 158.392 57.6595 158.392 58.3526V58.3526C158.392 59.0456 157.83 59.6075 157.137 59.6075H147.098C146.405 59.6075 145.843 59.0456 145.843 58.3526V58.3526Z",
17012
- fill: "#15749D"
17013
- }), /*#__PURE__*/React.createElement("path", {
17014
- d: "M47.9608 65.8814V62.7441L37.054 71.0541C36.1854 71.7159 36.518 73.0945 37.5928 73.2874L59.2549 77.1755V74.6657L40.4314 71.5285L47.9608 65.8814Z",
17015
- fill: "#15749D"
17016
- }), /*#__PURE__*/React.createElement("path", {
17017
- d: "M62.3921 71.5283H63.647C64.3401 71.5283 64.902 72.0902 64.902 72.7832C64.902 73.4763 64.3401 74.0381 63.647 74.0381H63.0196C61.98 74.0381 61.1372 74.8809 61.1372 75.9205C61.1372 76.9601 61.98 77.8028 63.0196 77.8028H65.5294C66.2225 77.8028 66.7843 78.3647 66.7843 79.0577C66.7843 79.7508 66.2225 80.3126 65.5294 80.3126H62.3921C60.313 80.3126 58.6274 78.6271 58.6274 76.5479V75.293C58.6274 73.2138 60.313 71.5283 62.3921 71.5283Z",
17018
- fill: "#15749D"
17019
- }), /*#__PURE__*/React.createElement("g", {
17020
- filter: "url(#filter4_d_4979_37133)"
17021
- }, /*#__PURE__*/React.createElement("path", {
17022
- d: "M140.823 47.0591C140.823 44.6334 142.79 42.667 145.216 42.667H159.02C161.445 42.667 163.412 44.6334 163.412 47.0591V53.3337C163.412 54.0267 162.85 54.5886 162.157 54.5886H142.078C141.385 54.5886 140.823 54.0267 140.823 53.3337V47.0591Z",
17023
- fill: "#E5E7EC"
17024
- }), /*#__PURE__*/React.createElement("path", {
17025
- fillRule: "evenodd",
17026
- clipRule: "evenodd",
17027
- d: "M159.02 43.9219H145.216C143.483 43.9219 142.078 45.3265 142.078 47.0591V53.3337H162.157V47.0591C162.157 45.3265 160.752 43.9219 159.02 43.9219ZM145.216 42.667C142.79 42.667 140.823 44.6334 140.823 47.0591V53.3337C140.823 54.0267 141.385 54.5886 142.078 54.5886H162.157C162.85 54.5886 163.412 54.0267 163.412 53.3337V47.0591C163.412 44.6334 161.445 42.667 159.02 42.667H145.216Z",
17028
- fill: "#292A33"
17029
- }), /*#__PURE__*/React.createElement("path", {
17030
- d: "M144.588 47.0591C144.588 46.7126 144.869 46.4316 145.216 46.4316H159.02C159.366 46.4316 159.647 46.7126 159.647 47.0591V47.0591C159.647 47.4056 159.366 47.6865 159.02 47.6865H145.216C144.869 47.6865 144.588 47.4056 144.588 47.0591V47.0591Z",
17031
- fill: "#292A33"
17032
- }), /*#__PURE__*/React.createElement("path", {
17033
- d: "M145.843 36.3926V47.6867H158.392V39.5299H161.53C161.876 39.5299 162.157 39.249 162.157 38.9024V36.3926C162.157 35.0065 161.033 33.8828 159.647 33.8828H148.353C146.967 33.8828 145.843 35.0065 145.843 36.3926Z",
17034
- fill: "white"
17035
- }), /*#__PURE__*/React.createElement("path", {
17036
- fillRule: "evenodd",
17037
- clipRule: "evenodd",
17038
- d: "M158.392 39.5299H161.53C161.876 39.5299 162.157 39.249 162.157 38.9024V36.3926C162.157 35.0065 161.033 33.8828 159.647 33.8828H148.353C146.967 33.8828 145.843 35.0065 145.843 36.3926V47.6867H158.392V39.5299ZM157.137 46.4318V38.275H160.902V36.3926C160.902 35.6996 160.34 35.1377 159.647 35.1377H148.353C147.66 35.1377 147.098 35.6996 147.098 36.3926V46.4318H157.137Z",
17039
- fill: "#292A33"
17040
- }), /*#__PURE__*/React.createElement("path", {
17041
- d: "M157.137 36.3926C157.137 35.0065 158.261 33.8828 159.647 33.8828L-nan -nanL-nan -nanL159.647 33.8828C161.033 33.8828 162.157 35.0065 162.157 36.3926V38.9024C162.157 39.249 161.876 39.5299 161.529 39.5299H157.137V36.3926Z",
17042
- fill: "white"
17043
- }), /*#__PURE__*/React.createElement("path", {
17044
- fillRule: "evenodd",
17045
- clipRule: "evenodd",
17046
- d: "M160.902 38.275V36.3926C160.902 35.6996 160.34 35.1377 159.647 35.1377C158.954 35.1377 158.392 35.6996 158.392 36.3926V38.275H160.902ZM159.647 33.8828C158.261 33.8828 157.137 35.0065 157.137 36.3926V39.5299H161.529C161.876 39.5299 162.157 39.249 162.157 38.9024V36.3926C162.157 35.0065 161.033 33.8828 159.647 33.8828Z",
17047
- fill: "#292A33"
17048
- }), /*#__PURE__*/React.createElement("path", {
17049
- d: "M148.98 37.9612C148.98 37.7879 149.121 37.6475 149.294 37.6475H154.941C155.115 37.6475 155.255 37.7879 155.255 37.9612V38.5886C155.255 38.7619 155.115 38.9024 154.941 38.9024H149.294C149.121 38.9024 148.98 38.7619 148.98 38.5886V37.9612Z",
17050
- fill: "#292A33"
17051
- }), /*#__PURE__*/React.createElement("path", {
17052
- d: "M148.98 40.471C148.98 40.2977 149.121 40.1572 149.294 40.1572H153.686C153.86 40.1572 154 40.2977 154 40.471V41.0984C154 41.2717 153.86 41.4121 153.686 41.4121H149.294C149.121 41.4121 148.98 41.2717 148.98 41.0984V40.471Z",
17053
- fill: "#292A33"
17054
- }), /*#__PURE__*/React.createElement("path", {
17055
- d: "M148.98 42.9807C148.98 42.8075 149.121 42.667 149.294 42.667H154.941C155.115 42.667 155.255 42.8075 155.255 42.9807V43.6082C155.255 43.7814 155.115 43.9219 154.941 43.9219H149.294C149.121 43.9219 148.98 43.7814 148.98 43.6082V42.9807Z",
17056
- fill: "#292A33"
17057
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("filter", {
17058
- id: "filter0_d_4979_37133",
17059
- x: 17.2354,
17060
- y: 28.8828,
17061
- width: 35.7256,
17062
- height: 18.1572,
17063
- filterUnits: "userSpaceOnUse",
17064
- colorInterpolationFilters: "sRGB"
17065
- }, /*#__PURE__*/React.createElement("feFlood", {
17066
- floodOpacity: 0,
17067
- result: "BackgroundImageFix"
17068
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
17069
- "in": "SourceAlpha",
17070
- type: "matrix",
17071
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
17072
- result: "hardAlpha"
17073
- }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
17074
- stdDeviation: 2.5
17075
- }), /*#__PURE__*/React.createElement("feComposite", {
17076
- in2: "hardAlpha",
17077
- operator: "out"
17078
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
17079
- type: "matrix",
17080
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
17081
- }), /*#__PURE__*/React.createElement("feBlend", {
17082
- mode: "normal",
17083
- in2: "BackgroundImageFix",
17084
- result: "effect1_dropShadow_4979_37133"
17085
- }), /*#__PURE__*/React.createElement("feBlend", {
17086
- mode: "normal",
17087
- "in": "SourceGraphic",
17088
- in2: "effect1_dropShadow_4979_37133",
17089
- result: "shape"
17090
- })), /*#__PURE__*/React.createElement("filter", {
17091
- id: "filter1_d_4979_37133",
17092
- x: 0.921631,
17093
- y: 35.7842,
17094
- width: 60.8235,
17095
- height: 18.1572,
17096
- filterUnits: "userSpaceOnUse",
17097
- colorInterpolationFilters: "sRGB"
17098
- }, /*#__PURE__*/React.createElement("feFlood", {
17099
- floodOpacity: 0,
17100
- result: "BackgroundImageFix"
17101
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
17102
- "in": "SourceAlpha",
17103
- type: "matrix",
17104
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
17105
- result: "hardAlpha"
17106
- }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
17107
- stdDeviation: 2.5
17108
- }), /*#__PURE__*/React.createElement("feComposite", {
17109
- in2: "hardAlpha",
17110
- operator: "out"
17111
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
17112
- type: "matrix",
17113
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
17114
- }), /*#__PURE__*/React.createElement("feBlend", {
17115
- mode: "normal",
17116
- in2: "BackgroundImageFix",
17117
- result: "effect1_dropShadow_4979_37133"
17118
- }), /*#__PURE__*/React.createElement("feBlend", {
17119
- mode: "normal",
17120
- "in": "SourceGraphic",
17121
- in2: "effect1_dropShadow_4979_37133",
17122
- result: "shape"
17123
- })), /*#__PURE__*/React.createElement("filter", {
17124
- id: "filter2_d_4979_37133",
17125
- x: 127.667,
17126
- y: 22.6074,
17127
- width: 46.3921,
17128
- height: 18.1572,
17129
- filterUnits: "userSpaceOnUse",
17130
- colorInterpolationFilters: "sRGB"
17131
- }, /*#__PURE__*/React.createElement("feFlood", {
17132
- floodOpacity: 0,
17133
- result: "BackgroundImageFix"
17134
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
17135
- "in": "SourceAlpha",
17136
- type: "matrix",
17137
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
17138
- result: "hardAlpha"
17139
- }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
17140
- stdDeviation: 2.5
17141
- }), /*#__PURE__*/React.createElement("feComposite", {
17142
- in2: "hardAlpha",
17143
- operator: "out"
17144
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
17145
- type: "matrix",
17146
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
17147
- }), /*#__PURE__*/React.createElement("feBlend", {
17148
- mode: "normal",
17149
- in2: "BackgroundImageFix",
17150
- result: "effect1_dropShadow_4979_37133"
17151
- }), /*#__PURE__*/React.createElement("feBlend", {
17152
- mode: "normal",
17153
- "in": "SourceGraphic",
17154
- in2: "effect1_dropShadow_4979_37133",
17155
- result: "shape"
17156
- })), /*#__PURE__*/React.createElement("filter", {
17157
- id: "filter3_d_4979_37133",
17158
- x: 118.255,
17159
- y: 29.5098,
17160
- width: 60.8235,
17161
- height: 18.1572,
17162
- filterUnits: "userSpaceOnUse",
17163
- colorInterpolationFilters: "sRGB"
17164
- }, /*#__PURE__*/React.createElement("feFlood", {
17165
- floodOpacity: 0,
17166
- result: "BackgroundImageFix"
17167
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
17168
- "in": "SourceAlpha",
17169
- type: "matrix",
17170
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
17171
- result: "hardAlpha"
17172
- }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
17173
- stdDeviation: 2.5
17174
- }), /*#__PURE__*/React.createElement("feComposite", {
17175
- in2: "hardAlpha",
17176
- operator: "out"
17177
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
17178
- type: "matrix",
17179
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
17180
- }), /*#__PURE__*/React.createElement("feBlend", {
17181
- mode: "normal",
17182
- in2: "BackgroundImageFix",
17183
- result: "effect1_dropShadow_4979_37133"
17184
- }), /*#__PURE__*/React.createElement("feBlend", {
17185
- mode: "normal",
17186
- "in": "SourceGraphic",
17187
- in2: "effect1_dropShadow_4979_37133",
17188
- result: "shape"
17189
- })), /*#__PURE__*/React.createElement("filter", {
17190
- id: "filter4_d_4979_37133",
17191
- x: 132.823,
17192
- y: 25.8828,
17193
- width: 38.5881,
17194
- height: 36.7061,
17195
- filterUnits: "userSpaceOnUse",
17196
- colorInterpolationFilters: "sRGB"
17197
- }, /*#__PURE__*/React.createElement("feFlood", {
17198
- floodOpacity: 0,
17199
- result: "BackgroundImageFix"
17200
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
17201
- "in": "SourceAlpha",
17202
- type: "matrix",
17203
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
17204
- result: "hardAlpha"
17205
- }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
17206
- stdDeviation: 4
17207
- }), /*#__PURE__*/React.createElement("feComposite", {
17208
- in2: "hardAlpha",
17209
- operator: "out"
17210
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
17211
- type: "matrix",
17212
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"
17213
- }), /*#__PURE__*/React.createElement("feBlend", {
17214
- mode: "normal",
17215
- in2: "BackgroundImageFix",
17216
- result: "effect1_dropShadow_4979_37133"
17217
- }), /*#__PURE__*/React.createElement("feBlend", {
17218
- mode: "normal",
17219
- "in": "SourceGraphic",
17220
- in2: "effect1_dropShadow_4979_37133",
17221
- result: "shape"
17222
- }))));
17223
- };
17224
-
17225
16479
  var FindIconSmall = function FindIconSmall(_ref) {
17226
16480
  var themeValues = _ref.themeValues,
17227
16481
  _ref$iconIndex = _ref.iconIndex,
@@ -17262,7 +16516,7 @@ var FindIconSmall = function FindIconSmall(_ref) {
17262
16516
  })));
17263
16517
  };
17264
16518
 
17265
- var FindIconSmall$1 = themeComponent(FindIconSmall, "Icons", fallbackValues$2, "primary");
16519
+ var FindIconSmall$1 = themeComponent$1(FindIconSmall, "Icons", fallbackValues$3, "primary");
17266
16520
 
17267
16521
  var HistoryIconSmall = function HistoryIconSmall(_ref) {
17268
16522
  var themeValues = _ref.themeValues;
@@ -17288,7 +16542,7 @@ var HistoryIconSmall = function HistoryIconSmall(_ref) {
17288
16542
  }));
17289
16543
  };
17290
16544
 
17291
- var HistoryIconSmall$1 = themeComponent(HistoryIconSmall, "Icons", fallbackValues$2, "primary");
16545
+ var HistoryIconSmall$1 = themeComponent$1(HistoryIconSmall, "Icons", fallbackValues$3, "primary");
17292
16546
 
17293
16547
  var ChargebackIconSmall = function ChargebackIconSmall(_ref) {
17294
16548
  var _ref$color = _ref.color,
@@ -18023,7 +17277,7 @@ var ChargebackReversalIconMedium = function ChargebackReversalIconMedium(_ref) {
18023
17277
  var color$2 = "#15749D";
18024
17278
  var hoverColor$1 = "#116285";
18025
17279
  var activeColor$1 = "#0E506D";
18026
- var fallbackValues$3 = {
17280
+ var fallbackValues$4 = {
18027
17281
  color: color$2,
18028
17282
  hoverColor: hoverColor$1,
18029
17283
  activeColor: activeColor$1
@@ -18065,7 +17319,7 @@ var AddObligation = function AddObligation(_ref) {
18065
17319
  })))));
18066
17320
  };
18067
17321
 
18068
- var AddObligation$1 = themeComponent(AddObligation, "AddObligation", fallbackValues$3);
17322
+ var AddObligation$1 = themeComponent$1(AddObligation, "AddObligation", fallbackValues$4);
18069
17323
 
18070
17324
  var IconChevron = function IconChevron(_ref) {
18071
17325
  var _ref$fill = _ref.fill,
@@ -18454,7 +17708,7 @@ var link = {
18454
17708
  error: "".concat(SCIENCE_BLUE),
18455
17709
  success: "".concat(SCIENCE_BLUE)
18456
17710
  };
18457
- var fallbackValues$4 = {
17711
+ var fallbackValues$5 = {
18458
17712
  background: background,
18459
17713
  border: border$1,
18460
17714
  iconBackground: iconBackground,
@@ -18463,63 +17717,7 @@ var fallbackValues$4 = {
18463
17717
  link: link
18464
17718
  };
18465
17719
 
18466
- /*
18467
-
18468
- A utility function that can generate box-shadow values for components
18469
- Takes a string representing an rgb color value and returns an object
18470
- with values for standard, inset, and overlay shadows.
18471
-
18472
- The objects for standard and inset shadows contain versions approiate
18473
- for base, hover, and active interaction states.
18474
-
18475
- */
18476
-
18477
- /*
18478
- Function to convert string representing rgb color to rgba value with provided opacity
18479
- ("rgb(41, 42, 51)", "0.1") => "rgba(41, 42, 51, 0.1)"
18480
-
18481
- */
18482
- var rgbToRgba = function rgbToRgba() {
18483
- var rgbValue = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "";
18484
- var opacity = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "";
18485
-
18486
- if (typeof rgbValue !== "string" || typeof opacity !== "string" || rgbValue.charAt(0) === "#") {
18487
- return "";
18488
- }
18489
-
18490
- return "".concat(rgbValue.slice(0, 3), "a").concat(rgbValue.slice(3, -1), ", ").concat(opacity).concat(rgbValue.slice(-1));
18491
- };
18492
-
18493
- var generateShadows = function generateShadows() {
18494
- var baseColorRGB = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "rgb(41, 42, 51)";
18495
- var colorTen = rgbToRgba(baseColorRGB, "0.1") || "rgba(41, 42, 51, 0.1)";
18496
- var colorTwenty = rgbToRgba(baseColorRGB, "0.2") || "rgba(41, 42, 51, 0.2)";
18497
- var colorTwentyFive = rgbToRgba(baseColorRGB, "0.25") || "rgba(41, 42, 51, 0.25)";
18498
- var colorThirty = rgbToRgba(baseColorRGB, "0.3") || "rgba(41, 42, 51, 0.3)";
18499
- var blackTwentyFive = "rgba(0, 0, 0, 0.25)";
18500
- var standard = {
18501
- base: "0px 1px 2px 0px ".concat(colorTen, ", 0px 2px 6px 0px ").concat(colorTwenty, ", inset 0px 1px 0px 0px ").concat(colorTen),
18502
- hover: "0px 1px 2px 0px ".concat(colorTwenty, ", 0px 4px 8px 0px ").concat(blackTwentyFive, ", 0px 6px 12px 0px ").concat(colorTen),
18503
- active: "0px 2px 8px 0px ".concat(colorTwenty, ", 0px 4px 8px 0px ").concat(colorThirty, ", 0px 6px 12px 0px ").concat(colorTwentyFive)
18504
- };
18505
- var inset = {
18506
- base: "0px 1px 2px 0px ".concat(colorTen, ", 0px 2px 4px 0px ").concat(colorTwenty, ", inset 0px 1px 0px 0px ").concat(colorTen),
18507
- hover: "0px 1px 2px 0px ".concat(colorTen, ", 0px 2px 4px 0px ").concat(colorTwentyFive, ", 0px 4px 8px 0px ").concat(colorTen),
18508
- active: "0px 1px 2px 2px ".concat(colorTwenty, ", 0px 3px 6px 0px ").concat(colorThirty, ", 0px 4px 8px 0px ").concat(colorTwenty)
18509
- };
18510
- var overlay = {
18511
- base: "0px 7px 32px 0px ".concat(colorTwenty, ", 0px 1px 4px 0px ").concat(colorTwenty, ", 0px 1px 8px -1px ").concat(colorThirty)
18512
- };
18513
- return {
18514
- standard: standard,
18515
- inset: inset,
18516
- overlay: overlay
18517
- };
18518
- };
18519
-
18520
17720
  var Alert = function Alert(_ref) {
18521
- var _generateShadows, _generateShadows$inse;
18522
-
18523
17721
  var heading = _ref.heading,
18524
17722
  text = _ref.text,
18525
17723
  textOverride = _ref.textOverride,
@@ -18533,26 +17731,13 @@ var Alert = function Alert(_ref) {
18533
17731
  showQuitLink = _ref$showQuitLink === void 0 ? true : _ref$showQuitLink,
18534
17732
  themeValues = _ref.themeValues,
18535
17733
  extraStyles = _ref.extraStyles,
18536
- maxContentWidth = _ref.maxContentWidth,
18537
- _ref$noBorder = _ref.noBorder,
18538
- noBorder = _ref$noBorder === void 0 ? false : _ref$noBorder,
18539
- _ref$enableBoxShadow = _ref.enableBoxShadow,
18540
- enableBoxShadow = _ref$enableBoxShadow === void 0 ? false : _ref$enableBoxShadow,
18541
- _ref$enableSmallText = _ref.enableSmallText,
18542
- enableSmallText = _ref$enableSmallText === void 0 ? false : _ref$enableSmallText,
18543
- _ref$innerContentPadd = _ref.innerContentPadding,
18544
- innerContentPadding = _ref$innerContentPadd === void 0 ? "1rem" : _ref$innerContentPadd,
18545
- _ref$iconPadding = _ref.iconPadding,
18546
- iconPadding = _ref$iconPadding === void 0 ? "0 0 0 1rem" : _ref$iconPadding,
18547
- _ref$contentFullHeigh = _ref.contentFullHeight,
18548
- contentFullHeight = _ref$contentFullHeigh === void 0 ? false : _ref$contentFullHeigh;
17734
+ maxContentWidth = _ref.maxContentWidth;
18549
17735
  var Icon = AlertIcons[variant];
18550
- var contentPadding = maxContentWidth ? "".concat(padding, " 1rem") : innerContentPadding;
18551
17736
  var content = /*#__PURE__*/React.createElement(Sidebar, {
18552
17737
  width: "24px",
18553
17738
  childGap: "0rem"
18554
17739
  }, /*#__PURE__*/React.createElement(Box, {
18555
- padding: iconPadding,
17740
+ padding: "0 0 0 1rem",
18556
17741
  minHeight: "100%"
18557
17742
  }, /*#__PURE__*/React.createElement(Cover, {
18558
17743
  minHeight: "100%",
@@ -18566,18 +17751,17 @@ var Alert = function Alert(_ref) {
18566
17751
  }, /*#__PURE__*/React.createElement(Sidebar, {
18567
17752
  sidebarOnRight: true,
18568
17753
  width: "24px",
18569
- childGap: "0rem",
18570
- fullHeight: contentFullHeight
17754
+ childGap: "0rem"
18571
17755
  }, /*#__PURE__*/React.createElement(Box, {
18572
- padding: contentPadding
17756
+ padding: maxContentWidth ? "".concat(padding, " 1rem") : "1rem"
18573
17757
  }, /*#__PURE__*/React.createElement(Cluster, {
18574
17758
  justify: "flex-start",
18575
17759
  align: "center"
18576
17760
  }, textOverride ? textOverride : /*#__PURE__*/React.createElement(Stack, {
18577
17761
  fullHeight: true,
18578
- childGap: "0"
17762
+ childGap: "0.25rem"
18579
17763
  }, /*#__PURE__*/React.createElement(Text$1, {
18580
- variant: enableSmallText ? "pS" : "p",
17764
+ variant: "p",
18581
17765
  color: themeValues.text,
18582
17766
  weight: "600"
18583
17767
  }, heading), /*#__PURE__*/React.createElement(Text$1, {
@@ -18599,15 +17783,14 @@ var Alert = function Alert(_ref) {
18599
17783
  background: themeValues.background,
18600
17784
  borderRadius: "4px",
18601
17785
  borderColor: themeValues.border,
18602
- borderSize: noBorder ? "0px" : "1px",
18603
- boxShadow: enableBoxShadow ? (_generateShadows = generateShadows()) === null || _generateShadows === void 0 ? void 0 : (_generateShadows$inse = _generateShadows.inset) === null || _generateShadows$inse === void 0 ? void 0 : _generateShadows$inse.base : "",
17786
+ borderSize: "1px",
18604
17787
  extraStyles: extraStyles
18605
17788
  }, maxContentWidth ? /*#__PURE__*/React.createElement(Center, {
18606
17789
  maxWidth: maxContentWidth
18607
17790
  }, content) : content);
18608
17791
  };
18609
17792
 
18610
- var Alert$1 = themeComponent(Alert, "Alert", fallbackValues$4, "info");
17793
+ var Alert$1 = themeComponent$1(Alert, "Alert", fallbackValues$5, "info");
18611
17794
 
18612
17795
  var TitleText = styled.h1.withConfig({
18613
17796
  displayName: "Titlestyled__TitleText",
@@ -18652,7 +17835,7 @@ var mobileFontSize = {
18652
17835
  small: "1.2142rem" // 17px
18653
17836
 
18654
17837
  };
18655
- var fallbackValues$5 = {
17838
+ var fallbackValues$6 = {
18656
17839
  fontFamily: fontFamily$1,
18657
17840
  fontSize: fontSize$1
18658
17841
  };
@@ -18689,7 +17872,7 @@ var _excluded$i = ["themeValues", "weight", "color", "margin", "textAlign", "ext
18689
17872
  var isBelowBreakpoint = window.innerWidth < MOBILE_BREAKPOINT;
18690
17873
  var isTouchDevice$1 = "ontouchstart" in window || navigator.maxTouchPoints > 1;
18691
17874
  var mobileDeviceDetected = isBelowBreakpoint && isTouchDevice$1;
18692
- var fallbacks = mobileDeviceDetected ? mobileFallbackValues : fallbackValues$5;
17875
+ var fallbacks = mobileDeviceDetected ? mobileFallbackValues : fallbackValues$6;
18693
17876
 
18694
17877
  var Title = function Title(_ref) {
18695
17878
  var themeValues = _ref.themeValues,
@@ -18726,10 +17909,10 @@ var Title = function Title(_ref) {
18726
17909
  }, rest), safeChildren(children, /*#__PURE__*/React.createElement("span", null)));
18727
17910
  };
18728
17911
 
18729
- var Title$1 = themeComponent(Title, "Title", fallbacks, "large");
17912
+ var Title$1 = themeComponent$1(Title, "Title", fallbacks, "large");
18730
17913
 
18731
17914
  var color$3 = "#292A33";
18732
- var fallbackValues$6 = {
17915
+ var fallbackValues$7 = {
18733
17916
  color: color$3
18734
17917
  };
18735
17918
 
@@ -18748,7 +17931,7 @@ var AmountCallout = function AmountCallout(_ref) {
18748
17931
  }, amount));
18749
17932
  };
18750
17933
 
18751
- var AmountCallout$1 = themeComponent(AmountCallout, "AmountCallout", fallbackValues$6);
17934
+ var AmountCallout$1 = themeComponent$1(AmountCallout, "AmountCallout", fallbackValues$7);
18752
17935
 
18753
17936
  function _extends$1() {
18754
17937
  _extends$1 = Object.assign ? Object.assign.bind() : function (target) {
@@ -19567,7 +18750,7 @@ var curriedTint = /*#__PURE__*/curry
19567
18750
  var curriedTint$1 = curriedTint;
19568
18751
 
19569
18752
  var linkColor = MATISSE_BLUE;
19570
- var fallbackValues$7 = {
18753
+ var fallbackValues$8 = {
19571
18754
  linkColor: linkColor
19572
18755
  };
19573
18756
 
@@ -19594,7 +18777,7 @@ var BoxWithShadow = function BoxWithShadow(_ref) {
19594
18777
  }, props), children);
19595
18778
  };
19596
18779
 
19597
- var BoxWithShadow$1 = themeComponent(BoxWithShadow, "BoxWithShadow", fallbackValues$7);
18780
+ var BoxWithShadow$1 = themeComponent$1(BoxWithShadow, "BoxWithShadow", fallbackValues$8);
19598
18781
 
19599
18782
  // import theme from "styled-theming";
19600
18783
  /*
@@ -19610,7 +18793,7 @@ var lineHeight = "1.25rem";
19610
18793
  var fontWeight$1 = "400";
19611
18794
  var margin = "0.5rem";
19612
18795
  var hover = "text-decoration: none;";
19613
- var fallbackValues$8 = {
18796
+ var fallbackValues$9 = {
19614
18797
  color: color$4,
19615
18798
  activeColor: activeColor$2,
19616
18799
  activeBreadcrumbColor: activeBreadcrumbColor,
@@ -19628,7 +18811,7 @@ var fontFamily$2 = {
19628
18811
  var hoverColor$2 = "#116285";
19629
18812
  var activeColor$3 = "#0E506D";
19630
18813
  var externalLinkColor = "#15749D";
19631
- var fallbackValues$9 = {
18814
+ var fallbackValues$a = {
19632
18815
  fontFamily: fontFamily$2,
19633
18816
  hoverColor: hoverColor$2,
19634
18817
  activeColor: activeColor$3,
@@ -19703,7 +18886,7 @@ var ExternalLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
19703
18886
  ariaLabel = _ref.ariaLabel,
19704
18887
  children = _ref.children;
19705
18888
  var themeContext = useContext(ThemeContext);
19706
- var themeValues = createThemeValues(themeContext, fallbackValues$9, "Link", variant);
18889
+ var themeValues = createThemeValues(themeContext, fallbackValues$a, "Link", variant);
19707
18890
  return /*#__PURE__*/React.createElement(StyledExternalLink, {
19708
18891
  href: href,
19709
18892
  target: newTab ? "_blank" : "",
@@ -19795,7 +18978,7 @@ var InternalLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
19795
18978
  _ref$extraStyles = _ref.extraStyles,
19796
18979
  extraStyles = _ref$extraStyles === void 0 ? "" : _ref$extraStyles;
19797
18980
  var themeContext = useContext(ThemeContext);
19798
- var themeValues = createThemeValues(themeContext, fallbackValues$9, "Link", variant);
18981
+ var themeValues = createThemeValues(themeContext, fallbackValues$a, "Link", variant);
19799
18982
  return /*#__PURE__*/React.createElement(StyledInternalLink, {
19800
18983
  to: to,
19801
18984
  color: color,
@@ -19818,7 +19001,7 @@ var Breadcrumbs = function Breadcrumbs(_ref) {
19818
19001
  var _ref$breadcrumbsList = _ref.breadcrumbsList,
19819
19002
  breadcrumbsList = _ref$breadcrumbsList === void 0 ? [] : _ref$breadcrumbsList;
19820
19003
  var themeContext = useContext(ThemeContext);
19821
- var themeValues = createThemeValues(themeContext, fallbackValues$8, "Breadcrumb");
19004
+ var themeValues = createThemeValues(themeContext, fallbackValues$9, "Breadcrumb");
19822
19005
  return /*#__PURE__*/React.createElement(Box, {
19823
19006
  padding: "0",
19824
19007
  as: "nav",
@@ -21499,7 +20682,7 @@ var fontSize$3 = {
21499
20682
  pXL: "1.5rem" // 24px
21500
20683
 
21501
20684
  };
21502
- var fallbackValues$a = {
20685
+ var fallbackValues$b = {
21503
20686
  fontFamily: fontFamily$3,
21504
20687
  fontSize: fontSize$3
21505
20688
  };
@@ -21556,11 +20739,11 @@ var Paragraph = function Paragraph(_ref) {
21556
20739
  }, rest), safeChildren(children, /*#__PURE__*/React.createElement("span", null)));
21557
20740
  };
21558
20741
 
21559
- var Paragraph$1 = themeComponent(Paragraph, "Paragraph", fallbackValues$a, "p");
20742
+ var Paragraph$1 = themeComponent$1(Paragraph, "Paragraph", fallbackValues$b, "p");
21560
20743
 
21561
20744
  var backgroundColor$1 = WHITE;
21562
20745
  var iconBackgroundColor = GRECIAN_GREY;
21563
- var fallbackValues$b = {
20746
+ var fallbackValues$c = {
21564
20747
  backgroundColor: backgroundColor$1,
21565
20748
  iconBackgroundColor: iconBackgroundColor
21566
20749
  };
@@ -21703,7 +20886,7 @@ var CardRegistryCard = function CardRegistryCard(_ref2) {
21703
20886
  }))))));
21704
20887
  };
21705
20888
 
21706
- var CardRegistryCard$1 = themeComponent(withWindowSize(CardRegistryCard), "CardRegistryCard", fallbackValues$b);
20889
+ var CardRegistryCard$1 = themeComponent$1(withWindowSize(CardRegistryCard), "CardRegistryCard", fallbackValues$c);
21707
20890
 
21708
20891
  var cardRegistry = {
21709
20892
  accounts: function accounts(props) {
@@ -21774,7 +20957,7 @@ var checkedStyles = {
21774
20957
  var defaultStyles = {
21775
20958
  "default": "\n background: ".concat(WHITE, "; \n border: 1px solid ").concat(STORM_GREY, ";\n")
21776
20959
  };
21777
- var fallbackValues$c = {
20960
+ var fallbackValues$d = {
21778
20961
  backgroundColor: backgroundColor$2,
21779
20962
  textFontSize: textFontSize,
21780
20963
  textFontWeight: textFontWeight,
@@ -21797,7 +20980,7 @@ var CheckboxContainer = styled.div.withConfig({
21797
20980
  var CheckboxLabelContainer = styled.label.withConfig({
21798
20981
  displayName: "Checkbox__CheckboxLabelContainer",
21799
20982
  componentId: "sc-36kqbv-1"
21800
- })(["display:flex;align-items:center;column-gap:1rem;"]);
20983
+ })(["display:flex;align-items:center;"]);
21801
20984
  var CheckboxIcon = styled.svg.withConfig({
21802
20985
  displayName: "Checkbox__CheckboxIcon",
21803
20986
  componentId: "sc-36kqbv-2"
@@ -21816,7 +20999,7 @@ var HiddenCheckbox = styled.input.attrs({
21816
20999
  var StyledCheckbox = styled.div.withConfig({
21817
21000
  displayName: "Checkbox__StyledCheckbox",
21818
21001
  componentId: "sc-36kqbv-4"
21819
- })(["display:inline-block;width:24px;height:24px;border-radius:2px;transition:all 150ms;", "{visibility:", ";}", ";"], CheckboxIcon, function (_ref2) {
21002
+ })(["display:inline-block;margin-right:16px;width:24px;height:24px;border-radius:2px;transition:all 150ms;", "{visibility:", ";}", ";"], CheckboxIcon, function (_ref2) {
21820
21003
  var checked = _ref2.checked;
21821
21004
  return checked ? "visible" : "hidden";
21822
21005
  }, function (_ref3) {
@@ -21846,8 +21029,6 @@ var Checkbox = function Checkbox(_ref4) {
21846
21029
  hidden = _ref4$hidden === void 0 ? false : _ref4$hidden,
21847
21030
  _ref4$error = _ref4.error,
21848
21031
  error = _ref4$error === void 0 ? false : _ref4$error,
21849
- _ref4$checkboxMargin = _ref4.checkboxMargin,
21850
- checkboxMargin = _ref4$checkboxMargin === void 0 ? "0 16px 0 0" : _ref4$checkboxMargin,
21851
21032
  extraStyles = _ref4.extraStyles,
21852
21033
  textExtraStyles = _ref4.textExtraStyles;
21853
21034
 
@@ -21876,7 +21057,7 @@ var Checkbox = function Checkbox(_ref4) {
21876
21057
  },
21877
21058
  hiddenStyles: hidden,
21878
21059
  background: themeValues.backgroundColor,
21879
- extraStyles: "outline: none; ".concat(extraStyles, "; margin: ").concat(checkboxMargin, ";")
21060
+ extraStyles: "outline: none; ".concat(extraStyles)
21880
21061
  }, /*#__PURE__*/React.createElement(CheckboxLabelContainer, null, /*#__PURE__*/React.createElement(CheckboxContainer, {
21881
21062
  "data-qa": "Checkbox"
21882
21063
  }, /*#__PURE__*/React.createElement(HiddenCheckbox, {
@@ -21888,7 +21069,7 @@ var Checkbox = function Checkbox(_ref4) {
21888
21069
  onChange: onChange,
21889
21070
  tabIndex: "-1",
21890
21071
  "aria-invalid": error,
21891
- "aria-describedby": error ? "".concat(name, "-error-message") : ""
21072
+ "aria-describedby": "".concat(name, "-error-message")
21892
21073
  }), /*#__PURE__*/React.createElement(StyledCheckbox, {
21893
21074
  error: error,
21894
21075
  disabled: disabled,
@@ -21907,7 +21088,7 @@ var Checkbox = function Checkbox(_ref4) {
21907
21088
  checkColor: themeValues.checkColor
21908
21089
  }, /*#__PURE__*/React.createElement("polyline", {
21909
21090
  points: "20 6 9 17 4 12"
21910
- })))), title && /*#__PURE__*/React.createElement(Text$1, {
21091
+ })))), /*#__PURE__*/React.createElement(Text$1, {
21911
21092
  variant: "p",
21912
21093
  weight: themeValues.textFontWeight,
21913
21094
  color: themeValues.textColor,
@@ -21915,7 +21096,7 @@ var Checkbox = function Checkbox(_ref4) {
21915
21096
  }, title)));
21916
21097
  };
21917
21098
 
21918
- var Checkbox$1 = themeComponent(Checkbox, "Checkbox", fallbackValues$c, "default");
21099
+ var Checkbox$1 = themeComponent$1(Checkbox, "Checkbox", fallbackValues$d, "default");
21919
21100
 
21920
21101
  var listBackgroundColor = {
21921
21102
  "default": "".concat(ATHENS_GREY),
@@ -21941,7 +21122,7 @@ var radioButtonInactive = {
21941
21122
  "default": "".concat(GHOST_GREY),
21942
21123
  disabled: "".concat(GHOST_GREY)
21943
21124
  };
21944
- var fallbackValues$d = {
21125
+ var fallbackValues$e = {
21945
21126
  listBackgroundColor: listBackgroundColor,
21946
21127
  listItemColor: listItemColor,
21947
21128
  listItemBackgroundColor: listItemBackgroundColor,
@@ -22112,7 +21293,7 @@ var CheckboxList = function CheckboxList(_ref2) {
22112
21293
  })));
22113
21294
  };
22114
21295
 
22115
- var CheckboxList$1 = themeComponent(CheckboxList, "CheckboxList", fallbackValues$d, "default");
21296
+ var CheckboxList$1 = themeComponent$1(CheckboxList, "CheckboxList", fallbackValues$e, "default");
22116
21297
 
22117
21298
  var DropdownIcon = function DropdownIcon() {
22118
21299
  return /*#__PURE__*/React.createElement("svg", {
@@ -23413,7 +22594,7 @@ exportTypedArrayMethod$1('at', function at(index) {
23413
22594
 
23414
22595
  var selectedColor = "".concat(MATISSE_BLUE);
23415
22596
  var hoverColor$3 = "".concat(HOVER_LIGHT_BLUE);
23416
- var fallbackValues$e = {
22597
+ var fallbackValues$f = {
23417
22598
  selectedColor: selectedColor,
23418
22599
  hoverColor: hoverColor$3
23419
22600
  };
@@ -23808,7 +22989,7 @@ var Dropdown = function Dropdown(_ref8) {
23808
22989
  }))) : /*#__PURE__*/React.createElement(Fragment$1, null)));
23809
22990
  };
23810
22991
 
23811
- var Dropdown$1 = themeComponent(Dropdown, "Dropdown", fallbackValues$e);
22992
+ var Dropdown$1 = themeComponent$1(Dropdown, "Dropdown", fallbackValues$f);
23812
22993
 
23813
22994
  var SelectContainer = styled.div.withConfig({
23814
22995
  displayName: "FormSelectstyled__SelectContainer",
@@ -23879,7 +23060,7 @@ var hoverFocusStyles = {
23879
23060
  "default": "color: #0E506D; outline: none; text-decoration: underline; ",
23880
23061
  disabled: "color: #6D717E;"
23881
23062
  };
23882
- var fallbackValues$f = {
23063
+ var fallbackValues$g = {
23883
23064
  linkColor: linkColor$1,
23884
23065
  formBackgroundColor: formBackgroundColor,
23885
23066
  inputBackgroundColor: inputBackgroundColor,
@@ -23982,7 +23163,7 @@ var FormSelect = function FormSelect(_ref) {
23982
23163
  })));
23983
23164
  };
23984
23165
 
23985
- var FormSelect$1 = themeComponent(FormSelect, "FormSelect", fallbackValues$f, "default");
23166
+ var FormSelect$1 = themeComponent$1(FormSelect, "FormSelect", fallbackValues$g, "default");
23986
23167
 
23987
23168
  var options = [{
23988
23169
  text: "Afghanistan",
@@ -24799,7 +23980,7 @@ var mobileFontSize$1 = {
24799
23980
  extraSmall: "0.71428rem" // 10px
24800
23981
 
24801
23982
  };
24802
- var fallbackValues$g = {
23983
+ var fallbackValues$h = {
24803
23984
  fontFamily: fontFamily$4,
24804
23985
  fontSize: fontSize$5
24805
23986
  };
@@ -24839,7 +24020,7 @@ var _excluded$o = ["themeValues", "weight", "color", "margin", "textAlign", "ext
24839
24020
  var isBelowBreakpoint$1 = window.innerWidth < MOBILE_BREAKPOINT$1;
24840
24021
  var isTouchDevice$2 = "ontouchstart" in window || navigator.maxTouchPoints > 1;
24841
24022
  var mobileDeviceDetected$1 = isBelowBreakpoint$1 && isTouchDevice$2;
24842
- var fallbacks$1 = mobileDeviceDetected$1 ? mobileFallbackValues$1 : fallbackValues$g;
24023
+ var fallbacks$1 = mobileDeviceDetected$1 ? mobileFallbackValues$1 : fallbackValues$h;
24843
24024
 
24844
24025
  var Detail = function Detail(_ref) {
24845
24026
  var themeValues = _ref.themeValues,
@@ -24876,11 +24057,11 @@ var Detail = function Detail(_ref) {
24876
24057
  }, rest), safeChildren(children, /*#__PURE__*/React.createElement("span", null)));
24877
24058
  };
24878
24059
 
24879
- var Detail$1 = themeComponent(Detail, "Detail", fallbacks$1, "regular");
24060
+ var Detail$1 = themeComponent$1(Detail, "Detail", fallbacks$1, "regular");
24880
24061
 
24881
24062
  var backgroundColor$3 = WHITE;
24882
24063
  var boxShadow = "0px 2px 14px 0px ".concat(ATHENS_GREY, ", 0px 3px 8px 0px ").concat(GHOST_GREY);
24883
- var fallbackValues$h = {
24064
+ var fallbackValues$i = {
24884
24065
  backgroundColor: backgroundColor$3,
24885
24066
  boxShadow: boxShadow
24886
24067
  };
@@ -24901,7 +24082,7 @@ var DisplayBox = function DisplayBox(_ref) {
24901
24082
  }, children));
24902
24083
  };
24903
24084
 
24904
- var DisplayBox$1 = themeComponent(DisplayBox, "DisplayBox", fallbackValues$h);
24085
+ var DisplayBox$1 = themeComponent$1(DisplayBox, "DisplayBox", fallbackValues$i);
24905
24086
 
24906
24087
  function _extends$2() {
24907
24088
  _extends$2 = Object.assign || function (target) {
@@ -25292,7 +24473,7 @@ var index$4 = /*#__PURE__*/Object.freeze({
25292
24473
  var hoverColor$4 = "#116285";
25293
24474
  var activeColor$4 = "#0E506D";
25294
24475
  var popoverTriggerColor = "#15749D";
25295
- var fallbackValues$i = {
24476
+ var fallbackValues$j = {
25296
24477
  hoverColor: hoverColor$4,
25297
24478
  activeColor: activeColor$4,
25298
24479
  popoverTriggerColor: popoverTriggerColor
@@ -25450,7 +24631,7 @@ var Popover = function Popover(_ref) {
25450
24631
  })));
25451
24632
  };
25452
24633
 
25453
- var Popover$1 = themeComponent(Popover, "Popover", fallbackValues$i);
24634
+ var Popover$1 = themeComponent$1(Popover, "Popover", fallbackValues$j);
25454
24635
 
25455
24636
  var DisplayCard = function DisplayCard(_ref) {
25456
24637
  var title = _ref.title,
@@ -25568,7 +24749,7 @@ var hoverFocusStyles$1 = {
25568
24749
  var formFooterPanel = {
25569
24750
  "default": "".concat(INFO_BLUE)
25570
24751
  };
25571
- var fallbackValues$j = {
24752
+ var fallbackValues$k = {
25572
24753
  linkColor: linkColor$2,
25573
24754
  formBackgroundColor: formBackgroundColor$1,
25574
24755
  inputBackgroundColor: inputBackgroundColor$1,
@@ -25790,7 +24971,7 @@ var FormInput = function FormInput(_ref15) {
25790
24971
  }, decorator)));
25791
24972
  };
25792
24973
 
25793
- var FormInput$1 = themeComponent(FormInput, "FormInput", fallbackValues$j, "default");
24974
+ var FormInput$1 = themeComponent$1(FormInput, "FormInput", fallbackValues$k, "default");
25794
24975
 
25795
24976
  var _excluded$q = ["breakpoint", "childGap", "largeChild", "largeChildSize", "children"];
25796
24977
 
@@ -25846,7 +25027,7 @@ var FormContainer = function FormContainer(_ref) {
25846
25027
  }, rest), children);
25847
25028
  };
25848
25029
 
25849
- var FormContainer$1 = themeComponent(withWindowSize(FormContainer), "FormContainer", fallbackValues$j, "default");
25030
+ var FormContainer$1 = themeComponent$1(withWindowSize(FormContainer), "FormContainer", fallbackValues$k, "default");
25850
25031
 
25851
25032
  var FormFooterPanel = function FormFooterPanel(_ref) {
25852
25033
  var themeValues = _ref.themeValues,
@@ -25870,7 +25051,7 @@ var FormFooterPanel = function FormFooterPanel(_ref) {
25870
25051
  })));
25871
25052
  };
25872
25053
 
25873
- var FormFooterPanel$1 = themeComponent(withWindowSize(FormFooterPanel), "FormFooterPanel", fallbackValues$j, "default");
25054
+ var FormFooterPanel$1 = themeComponent$1(withWindowSize(FormFooterPanel), "FormFooterPanel", fallbackValues$k, "default");
25874
25055
 
25875
25056
  var fontSize$7 = {
25876
25057
  "default": "1rem",
@@ -25884,7 +25065,7 @@ var color$7 = {
25884
25065
  "default": "".concat(CHARADE_GREY),
25885
25066
  radio: "".concat(MINESHAFT_GREY)
25886
25067
  };
25887
- var fallbackValues$k = {
25068
+ var fallbackValues$l = {
25888
25069
  fontSize: fontSize$7,
25889
25070
  padding: padding$1,
25890
25071
  color: color$7
@@ -25927,11 +25108,11 @@ var FormattedAddress = function FormattedAddress(_ref) {
25927
25108
  }, city, ", ", stateProvince, " ".concat(zip), country ? " ".concat(country) : "")));
25928
25109
  };
25929
25110
 
25930
- var FormattedAddress$1 = themeComponent(FormattedAddress, "FormattedAddress", fallbackValues$k, "default");
25111
+ var FormattedAddress$1 = themeComponent$1(FormattedAddress, "FormattedAddress", fallbackValues$l, "default");
25931
25112
 
25932
25113
  var textColor$1 = "".concat(CHARADE_GREY);
25933
25114
  var autopayTextColor = "".concat(REGENT_GREY);
25934
- var fallbackValues$l = {
25115
+ var fallbackValues$m = {
25935
25116
  textColor: textColor$1,
25936
25117
  autopayTextColor: autopayTextColor
25937
25118
  };
@@ -25971,11 +25152,11 @@ var FormattedBankAccount = function FormattedBankAccount(_ref2) {
25971
25152
  }, "Autopay Enabled")));
25972
25153
  };
25973
25154
 
25974
- var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$l);
25155
+ var FormattedBankAccount$1 = themeComponent$1(FormattedBankAccount, "FormattedBankAccount", fallbackValues$m);
25975
25156
 
25976
25157
  var textColor$2 = "".concat(CHARADE_GREY);
25977
25158
  var autopayTextColor$1 = "".concat(REGENT_GREY);
25978
- var fallbackValues$m = {
25159
+ var fallbackValues$n = {
25979
25160
  textColor: textColor$2,
25980
25161
  autopayTextColor: autopayTextColor$1
25981
25162
  };
@@ -26012,7 +25193,7 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
26012
25193
  }, "Autopay Enabled")));
26013
25194
  };
26014
25195
 
26015
- var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$m);
25196
+ var FormattedCreditCard$1 = themeComponent$1(FormattedCreditCard, "FormattedCreditCard", fallbackValues$n);
26016
25197
 
26017
25198
  var Hamburger = styled.button.withConfig({
26018
25199
  displayName: "HamburgerButton__Hamburger",
@@ -26094,7 +25275,7 @@ var fontSize$8 = {
26094
25275
  h5: "1.375rem",
26095
25276
  h6: "1.25rem"
26096
25277
  };
26097
- var fallbackValues$n = {
25278
+ var fallbackValues$o = {
26098
25279
  fontFamily: fontFamily$5,
26099
25280
  fontSize: fontSize$8
26100
25281
  };
@@ -26136,7 +25317,7 @@ var Heading = function Heading(_ref) {
26136
25317
  }, rest), safeChildren(children, /*#__PURE__*/React.createElement("span", null)));
26137
25318
  };
26138
25319
 
26139
- var Heading$1 = themeComponent(Heading, "Heading", fallbackValues$n, "h1");
25320
+ var Heading$1 = themeComponent$1(Heading, "Heading", fallbackValues$o, "h1");
26140
25321
 
26141
25322
  var Image = styled.img.withConfig({
26142
25323
  displayName: "ImageBoxstyled__Image",
@@ -26263,7 +25444,7 @@ var fontWeight$4 = {
26263
25444
  pL: "600",
26264
25445
  h6: "700"
26265
25446
  };
26266
- var fallbackValues$o = {
25447
+ var fallbackValues$p = {
26267
25448
  fontWeight: fontWeight$4
26268
25449
  };
26269
25450
 
@@ -26291,7 +25472,7 @@ var LabeledAmount = function LabeledAmount(_ref) {
26291
25472
  }, amount));
26292
25473
  };
26293
25474
 
26294
- var LabeledAmount$1 = themeComponent(LabeledAmount, "LabeledAmount", fallbackValues$o, "default");
25475
+ var LabeledAmount$1 = themeComponent$1(LabeledAmount, "LabeledAmount", fallbackValues$p, "default");
26295
25476
 
26296
25477
  var weightTitle = {
26297
25478
  "default": "600",
@@ -26301,7 +25482,7 @@ var paragraphVariant = {
26301
25482
  "default": "pL",
26302
25483
  small: "pS"
26303
25484
  };
26304
- var fallbackValues$p = {
25485
+ var fallbackValues$q = {
26305
25486
  weightTitle: weightTitle,
26306
25487
  paragraphVariant: paragraphVariant
26307
25488
  };
@@ -26310,9 +25491,7 @@ var LineItem = function LineItem(_ref) {
26310
25491
  var description = _ref.description,
26311
25492
  subDescription = _ref.subDescription,
26312
25493
  amount = _ref.amount,
26313
- themeValues = _ref.themeValues,
26314
- _ref$displayQuantity = _ref.displayQuantity,
26315
- displayQuantity = _ref$displayQuantity === void 0 ? null : _ref$displayQuantity;
25494
+ themeValues = _ref.themeValues;
26316
25495
  return /*#__PURE__*/React.createElement(Cluster, {
26317
25496
  nowrap: true,
26318
25497
  justify: "space-between",
@@ -26325,27 +25504,24 @@ var LineItem = function LineItem(_ref) {
26325
25504
  }, description), /*#__PURE__*/React.createElement(Paragraph$1, {
26326
25505
  variant: themeValues.paragraphVariant,
26327
25506
  weight: "400"
26328
- }, subDescription)), !!displayQuantity && /*#__PURE__*/React.createElement(Paragraph$1, {
26329
- variant: themeValues.paragraphVariant,
26330
- weight: themeValues.weightTitle
26331
- }, "x".concat(displayQuantity)), /*#__PURE__*/React.createElement(Paragraph$1, {
25507
+ }, subDescription)), /*#__PURE__*/React.createElement(Paragraph$1, {
26332
25508
  variant: themeValues.paragraphVariant,
26333
25509
  weight: "600",
26334
25510
  extraStyles: "margin: 0; text-align: end; min-width: fit-content; padding-left: 32px;"
26335
25511
  }, amount));
26336
25512
  };
26337
25513
 
26338
- var LineItem$1 = themeComponent(LineItem, "LineItem", fallbackValues$p, "default");
25514
+ var LineItem$1 = themeComponent$1(LineItem, "LineItem", fallbackValues$q, "default");
26339
25515
 
26340
25516
  var color$8 = "#15749D";
26341
- var fallbackValues$q = {
25517
+ var fallbackValues$r = {
26342
25518
  color: color$8
26343
25519
  };
26344
25520
 
26345
25521
  var SpinnerSvgAnimation = styled.svg.withConfig({
26346
25522
  displayName: "Spinner__SpinnerSvgAnimation",
26347
25523
  componentId: "sc-vhupl9-0"
26348
- })(["animation:rotate 2s linear infinite;margin:-25px 0 0 -25px;width:", "px;height:", "px;& .path{stroke:", ";stroke-linecap:round;animation:dash 1.5s ease-in-out infinite;}@keyframes rotate{100%{transform:rotate(360deg);}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0;}50%{stroke-dasharray:90,150;stroke-dashoffset:-35;}100%{stroke-dasharray:90,150;stroke-dashoffset:-124;}}", ""], function (_ref) {
25524
+ })(["animation:rotate 2s linear infinite;margin:-25px 0 0 -25px;width:", "px;height:", "px;& .path{stroke:", ";stroke-linecap:round;animation:dash 1.5s ease-in-out infinite;}@keyframes rotate{100%{transform:rotate(360deg);}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0;}50%{stroke-dasharray:90,150;stroke-dashoffset:-35;}100%{stroke-dasharray:90,150;stroke-dashoffset:-124;}}"], function (_ref) {
26349
25525
  var size = _ref.size;
26350
25526
  return size;
26351
25527
  }, function (_ref2) {
@@ -26354,36 +25530,19 @@ var SpinnerSvgAnimation = styled.svg.withConfig({
26354
25530
  }, function (_ref3) {
26355
25531
  var color = _ref3.color;
26356
25532
  return color;
26357
- }, function (_ref4) {
26358
- var centerSpinner = _ref4.centerSpinner;
26359
- return centerSpinner ? css(["margin:0;"]) : "";
26360
25533
  });
26361
25534
  var SpinnerContainer$2 = styled.div.withConfig({
26362
25535
  displayName: "Spinner__SpinnerContainer",
26363
25536
  componentId: "sc-vhupl9-1"
26364
- })(["width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;line-height:1;", ""], function (_ref5) {
26365
- var centerSpinner = _ref5.centerSpinner,
26366
- size = _ref5.size;
26367
- return centerSpinner ? css(["width:", "px;height:", "px;"], size, size) : "";
26368
- });
26369
- /*
26370
- `centerSpinner` prop alters existing styling of spinner to allow it to properly center itself within
26371
- containers. Default is false to preserve legacy behavior for past uses.
26372
- */
25537
+ })(["width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;line-height:1;"]);
26373
25538
 
26374
- var Spinner$1 = function Spinner(_ref6) {
26375
- var _ref6$size = _ref6.size,
26376
- size = _ref6$size === void 0 ? "24" : _ref6$size,
26377
- _ref6$centerSpinner = _ref6.centerSpinner,
26378
- centerSpinner = _ref6$centerSpinner === void 0 ? false : _ref6$centerSpinner,
26379
- themeValues = _ref6.themeValues;
26380
- return /*#__PURE__*/React.createElement(SpinnerContainer$2, {
26381
- centerSpinner: centerSpinner,
26382
- size: size
26383
- }, /*#__PURE__*/React.createElement(SpinnerSvgAnimation, {
25539
+ var Spinner$1 = function Spinner(_ref4) {
25540
+ var _ref4$size = _ref4.size,
25541
+ size = _ref4$size === void 0 ? "24" : _ref4$size,
25542
+ themeValues = _ref4.themeValues;
25543
+ return /*#__PURE__*/React.createElement(SpinnerContainer$2, null, /*#__PURE__*/React.createElement(SpinnerSvgAnimation, {
26384
25544
  size: size,
26385
- color: themeValues.color,
26386
- centerSpinner: centerSpinner
25545
+ color: themeValues.color
26387
25546
  }, /*#__PURE__*/React.createElement("circle", {
26388
25547
  className: "path",
26389
25548
  cx: "50",
@@ -26394,7 +25553,7 @@ var Spinner$1 = function Spinner(_ref6) {
26394
25553
  })));
26395
25554
  };
26396
25555
 
26397
- var Spinner$2 = themeComponent(Spinner$1, "Spinner", fallbackValues$q);
25556
+ var Spinner$2 = themeComponent$1(Spinner$1, "Spinner", fallbackValues$r);
26398
25557
 
26399
25558
  var Loading = function Loading() {
26400
25559
  return /*#__PURE__*/React.createElement(Box, {
@@ -26660,7 +25819,7 @@ var height$1 = {
26660
25819
  "default": "3rem",
26661
25820
  large: "192px"
26662
25821
  };
26663
- var fallbackValues$r = {
25822
+ var fallbackValues$s = {
26664
25823
  color: color$9,
26665
25824
  height: height$1
26666
25825
  };
@@ -26769,12 +25928,12 @@ var Placeholder = function Placeholder(_ref2) {
26769
25928
  }, text)))))))))));
26770
25929
  };
26771
25930
 
26772
- var Placeholder$1 = themeComponent(Placeholder, "Placeholder", fallbackValues$r, "default");
25931
+ var Placeholder$1 = themeComponent$1(Placeholder, "Placeholder", fallbackValues$s, "default");
26773
25932
 
26774
25933
  var backgroundColor$4 = {
26775
25934
  "default": "".concat(WHITE)
26776
25935
  };
26777
- var fallbackValues$s = {
25936
+ var fallbackValues$t = {
26778
25937
  backgroundColor: backgroundColor$4
26779
25938
  };
26780
25939
 
@@ -26802,7 +25961,7 @@ var ProcessingFee = function ProcessingFee(_ref) {
26802
25961
  }));
26803
25962
  };
26804
25963
 
26805
- var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$s, "default");
25964
+ var ProcessingFee$1 = themeComponent$1(ProcessingFee, "ProcessingFee", fallbackValues$t, "default");
26806
25965
 
26807
25966
 
26808
25967
 
@@ -26819,25 +25978,37 @@ var HiddenRadioInput = styled.input.withConfig({
26819
25978
  var Circle = styled.div.withConfig({
26820
25979
  displayName: "RadioButtonWithLabel__Circle",
26821
25980
  componentId: "sc-1m9whwg-1"
26822
- })(["flex-shrink:0;margin-right:8px;width:1.5rem;height 1.5rem;border:1px solid ", ";border-radius:50%;box-sizing:border-box;padding:2px;:after{content:\"\";width:100%;height:100%;display:block;background:", ";border-radius:50%;transform:scale(0);}"], GREY_CHATEAU, MATISSE_BLUE);
25981
+ })(["flex-shrink:0;margin-right:8px;width:1.5rem;height 1.5rem;border:", ";border-radius:50%;box-sizing:border-box;padding:2px;:after{content:\"\";width:100%;height:100%;display:block;background:", ";border-radius:50%;transform:scale(0);}"], function (_ref) {
25982
+ var borderColor = _ref.borderColor;
25983
+ return "1px solid ".concat(borderColor);
25984
+ }, function (_ref2) {
25985
+ var backgroundColor = _ref2.backgroundColor;
25986
+ return backgroundColor;
25987
+ });
26823
25988
  var InputAndLabelContainer = styled(Cluster).withConfig({
26824
25989
  displayName: "RadioButtonWithLabel__InputAndLabelContainer",
26825
25990
  componentId: "sc-1m9whwg-2"
26826
- })(["overflow:visible;", ":checked + label ", ":after{transform:scale(0.85);transition:transform 0.15s;}", ":checked + label ", "{border:1px solid ", ";}", ":focus + label ", "{{box-shadow:0px 0px 2px 1px ", ";}"], HiddenRadioInput, Circle, HiddenRadioInput, Circle, MATISSE_BLUE, HiddenRadioInput, Circle, MATISSE_BLUE);
26827
-
26828
- var RadioButtonWithLabel = function RadioButtonWithLabel(_ref) {
26829
- var _ref$id = _ref.id,
26830
- id = _ref$id === void 0 ? "" : _ref$id,
26831
- _ref$value = _ref.value,
26832
- value = _ref$value === void 0 ? "" : _ref$value,
26833
- _ref$labelText = _ref.labelText,
26834
- labelText = _ref$labelText === void 0 ? "" : _ref$labelText,
26835
- groupName = _ref.groupName,
26836
- setValue = _ref.setValue,
26837
- ariaInvalid = _ref.ariaInvalid,
26838
- index = _ref.index,
26839
- _ref$handleChange = _ref.handleChange,
26840
- handleChange = _ref$handleChange === void 0 ? noop : _ref$handleChange;
25991
+ })(["overflow:visible;", ":checked + label ", ":after{transform:scale(0.85);transition:transform 0.15s;}", ":checked + label ", "{border:", "}", ":focus + label ", "{{box-shadow:", "}"], HiddenRadioInput, Circle, HiddenRadioInput, Circle, function (_ref3) {
25992
+ var backgroundColor = _ref3.backgroundColor;
25993
+ return "1px solid ".concat(backgroundColor, ";");
25994
+ }, HiddenRadioInput, Circle, function (_ref4) {
25995
+ var backgroundColor = _ref4.backgroundColor;
25996
+ return "0px 0px 2px 1px ".concat(backgroundColor, ";");
25997
+ });
25998
+
25999
+ var RadioButtonWithLabel = function RadioButtonWithLabel(_ref5) {
26000
+ var _ref5$id = _ref5.id,
26001
+ id = _ref5$id === void 0 ? "" : _ref5$id,
26002
+ _ref5$value = _ref5.value,
26003
+ value = _ref5$value === void 0 ? "" : _ref5$value,
26004
+ _ref5$labelText = _ref5.labelText,
26005
+ labelText = _ref5$labelText === void 0 ? "" : _ref5$labelText,
26006
+ groupName = _ref5.groupName,
26007
+ setValue = _ref5.setValue,
26008
+ ariaInvalid = _ref5.ariaInvalid,
26009
+ index = _ref5.index,
26010
+ _ref5$handleChange = _ref5.handleChange,
26011
+ handleChange = _ref5$handleChange === void 0 ? noop : _ref5$handleChange;
26841
26012
  return /*#__PURE__*/React.createElement(InputAndLabelContainer, {
26842
26013
  align: "center",
26843
26014
  childGap: "0.5rem"
@@ -26862,9 +26033,11 @@ var RadioButtonWithLabel = function RadioButtonWithLabel(_ref) {
26862
26033
  }, /*#__PURE__*/React.createElement(Circle, null), labelText));
26863
26034
  };
26864
26035
 
26036
+ var RadioButtonWithLabel$1 = themeComponent(RadioButtonWithLabel, "RadioButtonWithLabel", fallbackValues);
26037
+
26865
26038
  var activeColor$5 = "".concat(MATISSE_BLUE);
26866
26039
  var inactiveColor = "".concat(GREY_CHATEAU);
26867
- var fallbackValues$t = {
26040
+ var fallbackValues$u = {
26868
26041
  activeColor: activeColor$5,
26869
26042
  inactiveColor: inactiveColor
26870
26043
  };
@@ -26886,8 +26059,6 @@ var RadioButton$1 = function RadioButton(_ref2) {
26886
26059
  name = _ref2.name,
26887
26060
  _ref2$disabled = _ref2.disabled,
26888
26061
  disabled = _ref2$disabled === void 0 ? false : _ref2$disabled,
26889
- _ref2$ariaDescribedBy = _ref2.ariaDescribedBy,
26890
- ariaDescribedBy = _ref2$ariaDescribedBy === void 0 ? "" : _ref2$ariaDescribedBy,
26891
26062
  themeValues = _ref2.themeValues;
26892
26063
  var buttonBorder = {
26893
26064
  onFocused: {
@@ -26939,7 +26110,6 @@ var RadioButton$1 = function RadioButton(_ref2) {
26939
26110
  "aria-label": name,
26940
26111
  disabled: disabled,
26941
26112
  onClick: toggleRadio,
26942
- "aria-describedby": ariaDescribedBy,
26943
26113
  tabIndex: "-1"
26944
26114
  }), /*#__PURE__*/React.createElement(Motion, {
26945
26115
  borderWidth: "1px",
@@ -26957,12 +26127,12 @@ var RadioButton$1 = function RadioButton(_ref2) {
26957
26127
  })));
26958
26128
  };
26959
26129
 
26960
- var RadioButton$2 = themeComponent(RadioButton$1, "RadioButton", fallbackValues$t);
26130
+ var RadioButton$2 = themeComponent$1(RadioButton$1, "RadioButton", fallbackValues$u);
26961
26131
 
26962
26132
  var border$2 = {
26963
26133
  "default": "1px solid #caced8"
26964
26134
  };
26965
- var fallbackValues$u = {
26135
+ var fallbackValues$v = {
26966
26136
  border: border$2
26967
26137
  };
26968
26138
 
@@ -27039,7 +26209,7 @@ var SearchableSelect = function SearchableSelect(_ref) {
27039
26209
  }))));
27040
26210
  };
27041
26211
 
27042
- var SearchableSelect$1 = themeComponent(SearchableSelect, "SearchableSelect", fallbackValues$u, "default");
26212
+ var SearchableSelect$1 = themeComponent$1(SearchableSelect, "SearchableSelect", fallbackValues$v, "default");
27043
26213
 
27044
26214
  var borderColor$2 = {
27045
26215
  "default": "".concat(GREY_CHATEAU)
@@ -27047,7 +26217,7 @@ var borderColor$2 = {
27047
26217
  var borderSize = {
27048
26218
  "default": "1px"
27049
26219
  };
27050
- var fallbackValues$v = {
26220
+ var fallbackValues$w = {
27051
26221
  borderColor: borderColor$2,
27052
26222
  borderSize: borderSize
27053
26223
  };
@@ -27064,7 +26234,7 @@ var SolidDivider = function SolidDivider(_ref) {
27064
26234
  });
27065
26235
  };
27066
26236
 
27067
- var SolidDivider$1 = themeComponent(SolidDivider, "SolidDivider", fallbackValues$v, "default");
26237
+ var SolidDivider$1 = themeComponent$1(SolidDivider, "SolidDivider", fallbackValues$w, "default");
27068
26238
 
27069
26239
  var placeHolderOptionUS = {
27070
26240
  text: "Please select state",
@@ -37648,7 +36818,7 @@ var offBackground = "".concat(REGENT_GREY);
37648
36818
  var labelStyles = "\n display: flex;\n justify-content: flex-start;\n align-items: center;\n";
37649
36819
  var rightLabelStyles = "\n ".concat(labelStyles, "\n flex-direction: row;\n");
37650
36820
  var leftLabelStyles = "\n ".concat(labelStyles, "\n flex-direction: row-reverse;\n");
37651
- var fallbackValues$w = {
36821
+ var fallbackValues$x = {
37652
36822
  onBackground: onBackground,
37653
36823
  disabledBackground: disabledBackground,
37654
36824
  white: white,
@@ -37824,7 +36994,7 @@ var ToggleSwitch = function ToggleSwitch(_ref6) {
37824
36994
  }, label))));
37825
36995
  };
37826
36996
 
37827
- var ToggleSwitch$1 = themeComponent(ToggleSwitch, "ToggleSwitch", fallbackValues$w);
36997
+ var ToggleSwitch$1 = themeComponent$1(ToggleSwitch, "ToggleSwitch", fallbackValues$x);
37828
36998
 
37829
36999
  var background$1 = "".concat(ATHENS_GREY);
37830
37000
  var white$1 = "".concat(WHITE);
@@ -37873,7 +37043,7 @@ var backgroundColor$5 = WHITE;
37873
37043
  var imageBackgroundColor = INFO_BLUE;
37874
37044
  var headerBackgroundColor = STORM_GREY;
37875
37045
  var headerColor = WHITE;
37876
- var fallbackValues$x = {
37046
+ var fallbackValues$y = {
37877
37047
  backgroundColor: backgroundColor$5,
37878
37048
  imageBackgroundColor: imageBackgroundColor,
37879
37049
  headerBackgroundColor: headerBackgroundColor,
@@ -37897,7 +37067,7 @@ var CardImage = styled.img.withConfig({
37897
37067
  var titleColor = BRIGHT_GREY;
37898
37068
  var titleWeight = FONT_WEIGHT_BOLD;
37899
37069
  var textColor$3 = BRIGHT_GREY;
37900
- var fallbackValues$y = {
37070
+ var fallbackValues$z = {
37901
37071
  titleColor: titleColor,
37902
37072
  titleWeight: titleWeight,
37903
37073
  textColor: textColor$3
@@ -37921,7 +37091,7 @@ var CardText = function CardText(_ref) {
37921
37091
  color: themeValues.textColor
37922
37092
  }, text))));
37923
37093
  };
37924
- var CardText$1 = themeComponent(withWindowSize(CardText), "CardText", fallbackValues$y);
37094
+ var CardText$1 = themeComponent$1(withWindowSize(CardText), "CardText", fallbackValues$z);
37925
37095
 
37926
37096
  var CardHeader = function CardHeader(_ref) {
37927
37097
  var backgroundColor = _ref.backgroundColor,
@@ -37979,10 +37149,11 @@ var Card = function Card(_ref) {
37979
37149
  minWidth: width,
37980
37150
  extraStyles: extraStyles
37981
37151
  }, /*#__PURE__*/React.createElement(Cover, {
37982
- singleChild: true
37152
+ singleChild: true,
37153
+ fillCenter: true
37983
37154
  }, /*#__PURE__*/React.createElement(Stack, {
37984
37155
  fullHeight: true,
37985
- childGap: "1.5rem",
37156
+ childGap: "0",
37986
37157
  bottomItem: numberOfChildren
37987
37158
  }, headerText && /*#__PURE__*/React.createElement(CardHeader, {
37988
37159
  headerText: headerText,
@@ -37992,14 +37163,10 @@ var Card = function Card(_ref) {
37992
37163
  borderRadius: borderRadius,
37993
37164
  padding: padding,
37994
37165
  as: headerAs
37995
- }), /*#__PURE__*/React.createElement(Stack, {
37996
- direction: "row",
37997
- childGap: "0"
37998
- }, Image && !imgSrc && /*#__PURE__*/React.createElement(Box, {
37166
+ }), Image && !imgSrc && /*#__PURE__*/React.createElement(Box, {
37999
37167
  minHeight: imgHeight,
38000
37168
  padding: "0",
38001
- background: themeValues.imageBackgroundColor,
38002
- extraStyles: "background-color: ".concat(themeValues.imageBackgroundColor)
37169
+ background: themeValues.imageBackgroundColor
38003
37170
  }, /*#__PURE__*/React.createElement(Cover, {
38004
37171
  minHeight: imgHeight,
38005
37172
  singleChild: true
@@ -38013,24 +37180,20 @@ var Card = function Card(_ref) {
38013
37180
  backgroundColor: themeValues.imageBackgroundColor,
38014
37181
  src: imgSrc,
38015
37182
  alt: imgAltText
38016
- }), /*#__PURE__*/React.createElement(Box, {
38017
- padding: "0",
38018
- width: "100%",
38019
- extraStyles: "flex-basis: 100%;"
38020
- }, text && /*#__PURE__*/React.createElement(CardText$1, {
37183
+ }), text && /*#__PURE__*/React.createElement(CardText$1, {
38021
37184
  padding: padding,
38022
37185
  titleText: titleText,
38023
37186
  text: text,
38024
37187
  titleVariant: titleVariant
38025
- }), children)))));
37188
+ }), children)));
38026
37189
  };
38027
37190
 
38028
- var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$x);
37191
+ var Card$1 = themeComponent$1(withWindowSize(Card), "Card", fallbackValues$y);
38029
37192
 
38030
37193
  var fontFamily$6 = "Public Sans, sans-serif";
38031
37194
  var activeColor$6 = MATISSE_BLUE;
38032
37195
  var linkColor$3 = CHARADE_GREY;
38033
- var fallbackValues$z = {
37196
+ var fallbackValues$A = {
38034
37197
  fontFamily: fontFamily$6,
38035
37198
  activeColor: activeColor$6,
38036
37199
  linkColor: linkColor$3
@@ -38063,7 +37226,7 @@ var NavTab = function NavTab(_ref) {
38063
37226
  }, label));
38064
37227
  };
38065
37228
 
38066
- var NavTab$1 = themeComponent(NavTab, "NavTab", fallbackValues$z);
37229
+ var NavTab$1 = themeComponent$1(NavTab, "NavTab", fallbackValues$A);
38067
37230
 
38068
37231
  var NavTabs = function NavTabs(_ref) {
38069
37232
  var tabsConfig = _ref.tabsConfig,
@@ -38156,7 +37319,7 @@ var TableCell_styled = styled.td.withConfig({
38156
37319
 
38157
37320
  var backgroundColor$6 = ALABASTER_WHITE;
38158
37321
  var borderColor$3 = GREY_CHATEAU;
38159
- var fallbackValues$A = {
37322
+ var fallbackValues$B = {
38160
37323
  backgroundColor: backgroundColor$6,
38161
37324
  borderColor: borderColor$3
38162
37325
  };
@@ -38178,7 +37341,7 @@ var StyledTableHead = styled.thead.withConfig({
38178
37341
 
38179
37342
  var borderColor$4 = GREY_CHATEAU;
38180
37343
  var hoverBackgroundColor$1 = HOVER_LIGHT_BLUE;
38181
- var fallbackValues$B = {
37344
+ var fallbackValues$C = {
38182
37345
  borderColor: borderColor$4,
38183
37346
  hoverBackgroundColor: hoverBackgroundColor$1
38184
37347
  };
@@ -38220,7 +37383,7 @@ var TableRow = function TableRow(_ref) {
38220
37383
  }, props), children);
38221
37384
  };
38222
37385
 
38223
- var TableRow$1 = themeComponent(TableRow, "TableRow", fallbackValues$B);
37386
+ var TableRow$1 = themeComponent$1(TableRow, "TableRow", fallbackValues$C);
38224
37387
 
38225
37388
  var TableHead = function TableHead(_ref) {
38226
37389
  var children = _ref.children,
@@ -38236,7 +37399,7 @@ var TableHead = function TableHead(_ref) {
38236
37399
  }, children));
38237
37400
  };
38238
37401
 
38239
- var TableHead$1 = themeComponent(TableHead, "TableHead", fallbackValues$A);
37402
+ var TableHead$1 = themeComponent$1(TableHead, "TableHead", fallbackValues$B);
38240
37403
 
38241
37404
  var TableHeading_styled = styled.th.withConfig({
38242
37405
  displayName: "TableHeadingstyled",
@@ -40157,7 +39320,7 @@ AddressForm.mapStateToProps = mapStateToProps$1;
40157
39320
  AddressForm.mapDispatchToProps = mapDispatchToProps;
40158
39321
 
40159
39322
  var backgroundColor$7 = "#ebeffb";
40160
- var fallbackValues$C = {
39323
+ var fallbackValues$D = {
40161
39324
  backgroundColor: backgroundColor$7
40162
39325
  };
40163
39326
 
@@ -40209,7 +39372,7 @@ var Banner = function Banner(_ref) {
40209
39372
  }, /*#__PURE__*/React.createElement(Image, null))));
40210
39373
  };
40211
39374
 
40212
- var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$C);
39375
+ var Banner$1 = themeComponent$1(Banner, "Banner", fallbackValues$D);
40213
39376
 
40214
39377
  var ChangePasswordForm = function ChangePasswordForm(_ref) {
40215
39378
  var _newPasswordErrorMess;
@@ -40351,7 +39514,7 @@ ChangePasswordForm.mapDispatchToProps = mapDispatchToProps$1;
40351
39514
  var titleColor$1 = "#292A33";
40352
39515
  var headingBackgroundColor = "transparent";
40353
39516
  var bodyBackgroundColor = "transparent";
40354
- var fallbackValues$D = {
39517
+ var fallbackValues$E = {
40355
39518
  titleColor: titleColor$1,
40356
39519
  headingBackgroundColor: headingBackgroundColor,
40357
39520
  bodyBackgroundColor: bodyBackgroundColor
@@ -40382,9 +39545,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
40382
39545
  _ref$name = _ref.name,
40383
39546
  name = _ref$name === void 0 ? "" : _ref$name,
40384
39547
  _ref$index = _ref.index,
40385
- index = _ref$index === void 0 ? 1 : _ref$index,
40386
- _ref$extraStyles = _ref.extraStyles,
40387
- extraStyles = _ref$extraStyles === void 0 ? "" : _ref$extraStyles;
39548
+ index = _ref$index === void 0 ? 1 : _ref$index;
40388
39549
 
40389
39550
  var handleKeyDown = function handleKeyDown(e) {
40390
39551
  if (e.keyCode === 13) {
@@ -40444,7 +39605,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
40444
39605
  hoverStyles: "cursor: pointer;",
40445
39606
  tabIndex: "0",
40446
39607
  onKeyDown: handleKeyDown,
40447
- extraStyles: "z-index: 25; ".concat(extraStyles),
39608
+ extraStyles: "z-index: 25;",
40448
39609
  role: "button",
40449
39610
  "aria-expanded": isOpen.toString(),
40450
39611
  "aria-controls": id,
@@ -40480,7 +39641,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
40480
39641
  }, children))));
40481
39642
  };
40482
39643
 
40483
- var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$D);
39644
+ var CollapsibleSection$1 = themeComponent$1(CollapsibleSection, "CollapsibleSection", fallbackValues$E);
40484
39645
 
40485
39646
  var ClipboardIcon = function ClipboardIcon(_ref) {
40486
39647
  var themeValues = _ref.themeValues;
@@ -40514,7 +39675,7 @@ var ClipboardIcon = function ClipboardIcon(_ref) {
40514
39675
  })));
40515
39676
  };
40516
39677
 
40517
- var ClipboardIcon$1 = themeComponent(ClipboardIcon, "Icons", fallbackValues$2, "primary");
39678
+ var ClipboardIcon$1 = themeComponent$1(ClipboardIcon, "Icons", fallbackValues$3, "primary");
40518
39679
 
40519
39680
  /*
40520
39681
  This component will render `content` and a clipboard icon.
@@ -40771,16 +39932,13 @@ var EditableList = function EditableList(_ref) {
40771
39932
  autoPayMethods = _ref.autoPayMethods,
40772
39933
  _ref$as = _ref.as,
40773
39934
  as = _ref$as === void 0 ? "p" : _ref$as,
40774
- _ref$listPadding = _ref.listPadding,
40775
- listPadding = _ref$listPadding === void 0 ? "0rem 0rem 1.5rem 0rem" : _ref$listPadding,
40776
39935
  qaPrefix = _ref.qaPrefix,
40777
39936
  ariaLabel = _ref.ariaLabel;
40778
39937
  var addText = "Add a".concat(itemName[0].match(/[aieouAIEOU]/) ? "n" : "", " ").concat(itemName);
40779
39938
  return /*#__PURE__*/React.createElement(Box, {
40780
- padding: listPadding,
39939
+ padding: "0rem 0rem 1.5rem 0rem",
40781
39940
  as: "section",
40782
- "aria-labelledby": typeof title === "string" ? "editable-list-".concat(createIdFromString(title)) : "",
40783
- "aria-label": !title && typeof itemName === "string" ? "editable-list-".concat(createIdFromString(itemName)) : ""
39941
+ "aria-labelledby": "li"
40784
39942
  }, /*#__PURE__*/React.createElement(Stack, {
40785
39943
  childGap: "0rem"
40786
39944
  }, title !== "" && /*#__PURE__*/React.createElement(Box, {
@@ -40789,8 +39947,7 @@ var EditableList = function EditableList(_ref) {
40789
39947
  as: as,
40790
39948
  weight: titleWeight,
40791
39949
  color: CHARADE_GREY,
40792
- extraStyles: "letter-spacing: 0.29px; font-size: 1.125rem;",
40793
- id: typeof title === "string" ? "editable-list-".concat(createIdFromString(title)) : ""
39950
+ extraStyles: "letter-spacing: 0.29px; font-size: 1.125rem;"
40794
39951
  }, title)), /*#__PURE__*/React.createElement(Box, {
40795
39952
  padding: "0",
40796
39953
  borderRadius: "4px",
@@ -41070,7 +40227,7 @@ EmailForm.mapDispatchToProps = mapDispatchToProps$3;
41070
40227
 
41071
40228
  var footerBackgroundColor = BRIGHT_GREY;
41072
40229
  var subfooterBackgroundColor = STORM_GREY;
41073
- var fallbackValues$E = {
40230
+ var fallbackValues$F = {
41074
40231
  footerBackgroundColor: footerBackgroundColor,
41075
40232
  subfooterBackgroundColor: subfooterBackgroundColor
41076
40233
  };
@@ -41102,7 +40259,7 @@ var FooterWithSubfooter = function FooterWithSubfooter(_ref) {
41102
40259
  }));
41103
40260
  };
41104
40261
 
41105
- var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$E);
40262
+ var FooterWithSubfooter$1 = themeComponent$1(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$F);
41106
40263
 
41107
40264
  var ForgotPasswordForm = function ForgotPasswordForm(_ref) {
41108
40265
  var _EmailErrorMessages;
@@ -41154,7 +40311,7 @@ ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
41154
40311
 
41155
40312
  var textColor$4 = "#ffffff";
41156
40313
  var backgroundColor$8 = "#182848";
41157
- var fallbackValues$F = {
40314
+ var fallbackValues$G = {
41158
40315
  textColor: textColor$4,
41159
40316
  backgroundColor: backgroundColor$8
41160
40317
  };
@@ -41214,7 +40371,7 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
41214
40371
  }), repeat( /*#__PURE__*/React.createElement(Box, null), boxesAfter))));
41215
40372
  };
41216
40373
 
41217
- var HighlightTabRow$1 = themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$F);
40374
+ var HighlightTabRow$1 = themeComponent$1(HighlightTabRow, "HighlightTabRow", fallbackValues$G);
41218
40375
 
41219
40376
  var AccountBillIcon = function AccountBillIcon() {
41220
40377
  return /*#__PURE__*/React.createElement("svg", {
@@ -46366,7 +45523,7 @@ var backgroundColor$9 = {
46366
45523
  largeTitle: WHITE,
46367
45524
  small: WHITE
46368
45525
  };
46369
- var fallbackValues$G = {
45526
+ var fallbackValues$H = {
46370
45527
  fontSize: fontSize$9,
46371
45528
  fontWeight: fontWeight$5,
46372
45529
  fontColor: fontColor,
@@ -46434,7 +45591,7 @@ var Module = function Module(_ref) {
46434
45591
  }, children)));
46435
45592
  };
46436
45593
 
46437
- var Module$1 = /*#__PURE__*/memo(themeComponent(Module, "Module", fallbackValues$G, "default"));
45594
+ var Module$1 = /*#__PURE__*/memo(themeComponent$1(Module, "Module", fallbackValues$H, "default"));
46438
45595
 
46439
45596
  var backgroundColor$a = {
46440
45597
  profile: "#3b414d",
@@ -46444,7 +45601,7 @@ var shadowColor = {
46444
45601
  profile: "#292A33",
46445
45602
  cms: "#292A33"
46446
45603
  };
46447
- var fallbackValues$H = {
45604
+ var fallbackValues$I = {
46448
45605
  backgroundColor: backgroundColor$a,
46449
45606
  shadowColor: shadowColor
46450
45607
  };
@@ -46485,7 +45642,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
46485
45642
  }, menuContent));
46486
45643
  };
46487
45644
 
46488
- var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$H, "profile");
45645
+ var NavMenuDesktop$1 = themeComponent$1(NavMenuDesktop, "NavMenu", fallbackValues$I, "profile");
46489
45646
 
46490
45647
  var menu = posed.div({
46491
45648
  invisible: {
@@ -46520,25 +45677,19 @@ var menu = posed.div({
46520
45677
  var ImposterMenu = styled(menu).withConfig({
46521
45678
  displayName: "NavMenuMobile__ImposterMenu",
46522
45679
  componentId: "sc-1pf0qp7-0"
46523
- })(["position:fixed;top:", ";"], function (_ref) {
46524
- var headerSize = _ref.headerSize;
46525
- return headerSize;
46526
- });
45680
+ })(["position:fixed;top:72px;"]);
46527
45681
 
46528
- var NavMenuMobile = function NavMenuMobile(_ref2) {
46529
- var id = _ref2.id,
46530
- _ref2$menuContent = _ref2.menuContent,
46531
- menuContent = _ref2$menuContent === void 0 ? [] : _ref2$menuContent,
46532
- _ref2$visible = _ref2.visible,
46533
- visible = _ref2$visible === void 0 ? false : _ref2$visible,
46534
- _ref2$headerSize = _ref2.headerSize,
46535
- headerSize = _ref2$headerSize === void 0 ? "72px" : _ref2$headerSize,
46536
- themeValues = _ref2.themeValues;
45682
+ var NavMenuMobile = function NavMenuMobile(_ref) {
45683
+ var id = _ref.id,
45684
+ _ref$menuContent = _ref.menuContent,
45685
+ menuContent = _ref$menuContent === void 0 ? [] : _ref$menuContent,
45686
+ _ref$visible = _ref.visible,
45687
+ visible = _ref$visible === void 0 ? false : _ref$visible,
45688
+ themeValues = _ref.themeValues;
46537
45689
  return /*#__PURE__*/React.createElement(ImposterMenu, {
46538
45690
  id: id,
46539
45691
  initialPose: "invisible",
46540
- pose: visible ? "visible" : "invisible",
46541
- headerSize: headerSize
45692
+ pose: visible ? "visible" : "invisible"
46542
45693
  }, /*#__PURE__*/React.createElement(Box, {
46543
45694
  width: "100vw",
46544
45695
  padding: "1rem 0.5rem",
@@ -46547,7 +45698,7 @@ var NavMenuMobile = function NavMenuMobile(_ref2) {
46547
45698
  }, menuContent));
46548
45699
  };
46549
45700
 
46550
- var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$H, "profile");
45701
+ var NavMenuMobile$1 = themeComponent$1(NavMenuMobile, "NavMenu", fallbackValues$I, "profile");
46551
45702
 
46552
45703
  var ACH_METHOD = "BANK_ACCOUNT";
46553
45704
  var CC_METHOD = "CREDIT_CARD";
@@ -46608,7 +45759,7 @@ var activeColor$7 = "#0E506D";
46608
45759
  var linkColor$4 = "#3176AA";
46609
45760
  var fontWeight$6 = FONT_WEIGHT_REGULAR;
46610
45761
  var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
46611
- var fallbackValues$I = {
45762
+ var fallbackValues$J = {
46612
45763
  color: color$a,
46613
45764
  hoverColor: hoverColor$5,
46614
45765
  activeColor: activeColor$7,
@@ -46641,7 +45792,7 @@ var AutopayModal = function AutopayModal(_ref) {
46641
45792
  var allowsCard = allowedPaymentInstruments.includes(CC_METHOD);
46642
45793
  var allowsACH = allowedPaymentInstruments.includes(ACH_METHOD);
46643
45794
  var methodRequired = allowsCard && !allowsACH ? "debit or credit card payment method" : !allowsCard && allowsACH ? "checking account payment method" : "payment method";
46644
- return "To setup ".concat(planText, " you must have a saved ").concat(methodRequired, " and address. Do you want to save these now?");
45795
+ return "To setup ".concat(planText, " you must have a saved ").concat(methodRequired, " and address in your profile. Do you want to save these now?");
46645
45796
  };
46646
45797
 
46647
45798
  var plan = isPaymentPlan ? "your payment plan" : "autopay";
@@ -46652,7 +45803,7 @@ var AutopayModal = function AutopayModal(_ref) {
46652
45803
  var modalExtraProps = {
46653
45804
  modalHeaderText: autoPayActive ? titleCaseString(deactivateText) : titleCaseString(activateText),
46654
45805
  modalBodyText: autoPayActive ? "Are you sure you want to deactivate ".concat(plan, "? ").concat(!inactive && nextDate ? "Your next payment will be due on ".concat(nextDate, ".") : "") : generateMethodNeededText(plan, allowedPaymentInstruments),
46655
- continueButtonText: autoPayActive ? "Disable ".concat(shortPlan) : "Add",
45806
+ continueButtonText: autoPayActive ? "Disable ".concat(shortPlan) : "Add to Profile",
46656
45807
  useDangerButton: autoPayActive,
46657
45808
  continueAction: autoPayActive ? function () {
46658
45809
  deactivatePaymentSchedule(isPaymentPlan ? paymentPlanSchedule : autoPaySchedule, isPaymentPlan);
@@ -46734,7 +45885,7 @@ var AutopayModal = function AutopayModal(_ref) {
46734
45885
  }, modalExtraProps), renderAutoPayControl());
46735
45886
  };
46736
45887
 
46737
- var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$I);
45888
+ var AutopayModalModule = themeComponent$1(AutopayModal, "AutopayModal", fallbackValues$J);
46738
45889
 
46739
45890
  var AmountModule = function AmountModule(_ref) {
46740
45891
  var totalAmountDue = _ref.totalAmountDue,
@@ -46960,7 +46111,7 @@ var RemoveAccountModalModule = function RemoveAccountModalModule(_ref) {
46960
46111
  },
46961
46112
  modalOpen: modalIsOpen,
46962
46113
  modalHeaderText: "Remove ".concat(accountType),
46963
- modalBodyText: "Are you sure you want to remove the ".concat(identifier, " ").concat(accounts, "? Any autopay scheduled against ").concat(obligations.length > 1 ? "them" : "it", " will be deactivated."),
46114
+ modalBodyText: "Are you sure you want to remove the ".concat(identifier, " ").concat(accounts, " from your profile? Any autopay scheduled against ").concat(obligations.length > 1 ? "them" : "it", " will be deactivated."),
46964
46115
  continueButtonText: "Remove",
46965
46116
  continueAction: function continueAction() {
46966
46117
  removeAccount();
@@ -47300,7 +46451,6 @@ var PartialAmountForm = function PartialAmountForm(_ref) {
47300
46451
  maximum = _ref.maximum,
47301
46452
  _ref$minimum = _ref.minimum,
47302
46453
  minimum = _ref$minimum === void 0 ? 1 : _ref$minimum,
47303
- blockPartialPaymentOverpay = _ref.blockPartialPaymentOverpay,
47304
46454
  clearOnDismount = _ref.clearOnDismount,
47305
46455
  fields = _ref.fields,
47306
46456
  actions = _ref.actions,
@@ -47316,18 +46466,6 @@ var PartialAmountForm = function PartialAmountForm(_ref) {
47316
46466
  }
47317
46467
 
47318
46468
  var amountErrors = (_amountErrors = {}, _defineProperty(_amountErrors, required.error, "Amount is required"), _defineProperty(_amountErrors, numberGreaterThanOrEqualTo.error, "There is a minimum payment of ".concat(displayCurrency(minimum))), _defineProperty(_amountErrors, numberLessThanOrEqualTo.error, "There is a maximum payment of ".concat(displayCurrency(maximum))), _amountErrors);
47319
-
47320
- var getPartialAmountFormErrors = function getPartialAmountFormErrors(itemAmount) {
47321
- var errorMessages = amountErrors;
47322
-
47323
- if (blockPartialPaymentOverpay) {
47324
- var maxAmountError = "There is a maximum payment of ".concat(displayCurrency(itemAmount));
47325
- return _objectSpread2(_objectSpread2({}, errorMessages), {}, _defineProperty({}, numberLessThanOrEqualTo.error, maxAmountError));
47326
- }
47327
-
47328
- return errorMessages;
47329
- };
47330
-
47331
46469
  var lineItemsNew = Array.isArray(lineItems) ? lineItems : [];
47332
46470
  return /*#__PURE__*/React.createElement(FormContainer$1, {
47333
46471
  variant: variant,
@@ -47346,7 +46484,7 @@ var PartialAmountForm = function PartialAmountForm(_ref) {
47346
46484
  field: fields[li.id],
47347
46485
  fieldActions: actions.fields[li.id],
47348
46486
  showErrors: showErrors,
47349
- errorMessages: getPartialAmountFormErrors(li.amount),
46487
+ errorMessages: amountErrors,
47350
46488
  style: {
47351
46489
  textAlign: "right"
47352
46490
  },
@@ -47365,7 +46503,6 @@ var PartialAmountForm = function PartialAmountForm(_ref) {
47365
46503
 
47366
46504
  var createPartialAmountFormState = function createPartialAmountFormState(lineItems, maximum) {
47367
46505
  var minimum = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 1;
47368
- var blockPartialPaymentOverpay = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false;
47369
46506
  var formConfig = lineItems.reduce(function (acc, item) {
47370
46507
  var validators = [required(), validateSum(numberGreaterThanOrEqualTo(minimum), lineItems.filter(function (lineItem) {
47371
46508
  return lineItem != item;
@@ -47381,10 +46518,6 @@ var createPartialAmountFormState = function createPartialAmountFormState(lineIte
47381
46518
  }, [])));
47382
46519
  }
47383
46520
 
47384
- if (blockPartialPaymentOverpay) {
47385
- validators.push(numberLessThanOrEqualTo(item.amount));
47386
- }
47387
-
47388
46521
  return _objectSpread2(_objectSpread2({}, acc), {}, _defineProperty({}, item.id, {
47389
46522
  validators: validators,
47390
46523
  constraints: [onlyNaturals()],
@@ -47409,7 +46542,7 @@ var numberColor = MATISSE_BLUE;
47409
46542
  var hoverBackgroundColor$2 = ALABASTER_WHITE;
47410
46543
  var activeBackgroundColor$1 = WHITE;
47411
46544
  var activeColor$8 = MATISSE_BLUE;
47412
- var fallbackValues$J = {
46545
+ var fallbackValues$K = {
47413
46546
  activeColor: activeColor$8,
47414
46547
  activeBackgroundColor: activeBackgroundColor$1,
47415
46548
  arrowColor: arrowColor,
@@ -47617,12 +46750,10 @@ var Pagination = function Pagination(_ref3) {
47617
46750
  }));
47618
46751
  };
47619
46752
 
47620
- var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$J);
46753
+ var Pagination$1 = themeComponent$1(Pagination, "Pagination", fallbackValues$K);
47621
46754
 
47622
46755
  var PaymentButtonBar = function PaymentButtonBar(_ref) {
47623
- var _ref$isForwardButtonD = _ref.isForwardButtonDisabled,
47624
- isForwardButtonDisabled = _ref$isForwardButtonD === void 0 ? false : _ref$isForwardButtonD,
47625
- _ref$forwardButtonTex = _ref.forwardButtonText,
46756
+ var _ref$forwardButtonTex = _ref.forwardButtonText,
47626
46757
  forwardButtonText = _ref$forwardButtonTex === void 0 ? "Next" : _ref$forwardButtonTex,
47627
46758
  forwardButtonAction = _ref.forwardButtonAction,
47628
46759
  forwardButtonLoading = _ref.forwardButtonLoading,
@@ -47639,9 +46770,7 @@ var PaymentButtonBar = function PaymentButtonBar(_ref) {
47639
46770
  redirectText = _ref$redirectText === void 0 ? "Return" : _ref$redirectText,
47640
46771
  buttonFlexOverride = _ref.buttonFlexOverride,
47641
46772
  _ref$hideForwardButto = _ref.hideForwardButton,
47642
- hideForwardButton = _ref$hideForwardButto === void 0 ? false : _ref$hideForwardButto,
47643
- _ref$hideBackButton = _ref.hideBackButton,
47644
- hideBackButton = _ref$hideBackButton === void 0 ? false : _ref$hideBackButton;
46773
+ hideForwardButton = _ref$hideForwardButto === void 0 ? false : _ref$hideForwardButto;
47645
46774
 
47646
46775
  var _useContext = useContext(ThemeContext),
47647
46776
  isMobile = _useContext.isMobile;
@@ -47664,16 +46793,14 @@ var PaymentButtonBar = function PaymentButtonBar(_ref) {
47664
46793
  text: redirectText,
47665
46794
  variant: forwardButtonVariant,
47666
46795
  extraStyles: isMobile && "flex-grow: 1",
47667
- dataQa: redirectText,
47668
- disabled: isForwardButtonDisabled
46796
+ dataQa: redirectText
47669
46797
  }) : forwardButtonAction && /*#__PURE__*/React.createElement(ButtonWithAction, {
47670
46798
  text: forwardButtonText,
47671
46799
  variant: forwardButtonVariant,
47672
46800
  action: forwardButtonAction,
47673
46801
  isLoading: forwardButtonLoading,
47674
46802
  extraStyles: isMobile && "flex-grow: 1",
47675
- dataQa: forwardButtonText,
47676
- disabled: isForwardButtonDisabled
46803
+ dataQa: forwardButtonText
47677
46804
  });
47678
46805
  return /*#__PURE__*/React.createElement(Fragment$1, null, /*#__PURE__*/React.createElement(Box, {
47679
46806
  padding: "1.25rem 0"
@@ -47682,7 +46809,7 @@ var PaymentButtonBar = function PaymentButtonBar(_ref) {
47682
46809
  }, /*#__PURE__*/React.createElement(Cluster, {
47683
46810
  justify: buttonFlexOverride ? buttonFlexOverride : !!backButton ? "space-between" : "flex-end",
47684
46811
  align: "center"
47685
- }, !hideBackButton && /*#__PURE__*/React.createElement(Fragment$1, null, backButton), !hideForwardButton && /*#__PURE__*/React.createElement(Fragment$1, null, forwardButton))));
46812
+ }, backButton, !hideForwardButton && /*#__PURE__*/React.createElement(Fragment$1, null, forwardButton))));
47686
46813
  };
47687
46814
 
47688
46815
  var backgroundColor$b = {
@@ -47701,7 +46828,7 @@ var labeledAmountTotal = {
47701
46828
  "default": "h6",
47702
46829
  small: "p"
47703
46830
  };
47704
- var fallbackValues$K = {
46831
+ var fallbackValues$L = {
47705
46832
  backgroundColor: backgroundColor$b,
47706
46833
  lineItem: lineItem,
47707
46834
  labeledAmountSubtotal: labeledAmountSubtotal,
@@ -47750,7 +46877,7 @@ var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
47750
46877
  },
47751
46878
  text: "Void",
47752
46879
  padding: "0",
47753
- extraStyles: "\n min-width: 65px;\n margin: 0px;\n min-height: 0px;\n ",
46880
+ extraStyles: "\n min-width: 65px; \n margin: 0px;\n min-height: 0px;\n ",
47754
46881
  textExtraStyles: "font-weight: ".concat(FONT_WEIGHT_REGULAR, "; font-size: 14px;")
47755
46882
  })), /*#__PURE__*/React.createElement(Box, {
47756
46883
  padding: "0",
@@ -47778,69 +46905,12 @@ var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
47778
46905
  }));
47779
46906
  };
47780
46907
 
47781
- var LoadingDetails = function LoadingDetails() {
47782
- return /*#__PURE__*/React.createElement(Box, {
47783
- padding: "0",
47784
- background: GRECIAN_GREY,
47785
- borderRadius: "4px",
47786
- minHeight: "196px"
47787
- }, /*#__PURE__*/React.createElement(Cover, {
47788
- minHeight: "196px",
47789
- singleChild: true,
47790
- fillCenter: true
47791
- }, /*#__PURE__*/React.createElement(Center, {
47792
- intrinsic: true
47793
- }, /*#__PURE__*/React.createElement(Box, {
47794
- padding: "0",
47795
- extraStyles: "flex-grow: 1; display: flex; justify-content: center; align-items: center;"
47796
- }, /*#__PURE__*/React.createElement(Spinner$2, {
47797
- size: "100",
47798
- centerSpinner: true
47799
- })))));
47800
- };
47801
-
47802
- var ErrorDetails = function ErrorDetails() {
47803
- return /*#__PURE__*/React.createElement(Box, {
47804
- padding: "0"
47805
- }, /*#__PURE__*/React.createElement(Alert$1, {
47806
- variant: "error",
47807
- heading: "Error Loading Payment",
47808
- text: "Please go back and try again.",
47809
- showQuitLink: false,
47810
- noBorder: true,
47811
- enableBoxShadow: true,
47812
- enableSmallText: true,
47813
- innerContentPadding: "0 0 0 0.75rem",
47814
- iconPadding: "0 0 0 0",
47815
- height: "67px",
47816
- minHeight: "67px",
47817
- padding: "0.75rem"
47818
- }));
47819
- };
47820
-
47821
- var getLoadingOrErrorContent = function getLoadingOrErrorContent() {
47822
- var isLoading = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
47823
- var isError = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
47824
-
47825
- if (isLoading) {
47826
- return /*#__PURE__*/React.createElement(LoadingDetails, null);
47827
- } else if (isError) {
47828
- return /*#__PURE__*/React.createElement(ErrorDetails, null);
47829
- }
47830
-
47831
- return /*#__PURE__*/React.createElement(Fragment$1, null);
47832
- };
47833
-
47834
46908
  var Collapsible = function Collapsible(_ref2) {
47835
46909
  var content = _ref2.content,
47836
46910
  title = _ref2.title,
47837
46911
  supportsTouch = _ref2.supportsTouch,
47838
46912
  isOpen = _ref2.isOpen,
47839
- setIsOpen = _ref2.setIsOpen,
47840
- _ref2$isLoading = _ref2.isLoading,
47841
- isLoading = _ref2$isLoading === void 0 ? false : _ref2$isLoading,
47842
- _ref2$isError = _ref2.isError,
47843
- isError = _ref2$isError === void 0 ? false : _ref2$isError;
46913
+ setIsOpen = _ref2.setIsOpen;
47844
46914
  return /*#__PURE__*/React.createElement(CollapsibleSection$1, {
47845
46915
  isMobile: true,
47846
46916
  supportsTouch: supportsTouch,
@@ -47863,17 +46933,13 @@ var Collapsible = function Collapsible(_ref2) {
47863
46933
  },
47864
46934
  positionTransition: true,
47865
46935
  initial: "closed"
47866
- }, isLoading || isError ? getLoadingOrErrorContent(isLoading, isError) : content));
46936
+ }, content));
47867
46937
  };
47868
46938
 
47869
46939
  var NonCollapsible = function NonCollapsible(_ref3) {
47870
46940
  var title = _ref3.title,
47871
- content = _ref3.content,
47872
- _ref3$isLoading = _ref3.isLoading,
47873
- isLoading = _ref3$isLoading === void 0 ? false : _ref3$isLoading,
47874
- _ref3$isError = _ref3.isError,
47875
- isError = _ref3$isError === void 0 ? false : _ref3$isError;
47876
- return /*#__PURE__*/React.createElement(Stack, null, title, isLoading || isError ? getLoadingOrErrorContent(isLoading, isError) : content);
46941
+ content = _ref3.content;
46942
+ return /*#__PURE__*/React.createElement(Stack, null, title, content);
47877
46943
  };
47878
46944
 
47879
46945
  var PaymentDetails = function PaymentDetails(_ref4) {
@@ -47903,11 +46969,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
47903
46969
  _ref4$voidableAmountP = _ref4.voidableAmountPaid,
47904
46970
  voidableAmountPaid = _ref4$voidableAmountP === void 0 ? 0 : _ref4$voidableAmountP,
47905
46971
  _ref4$remainingBalanc = _ref4.remainingBalance,
47906
- remainingBalance = _ref4$remainingBalanc === void 0 ? false : _ref4$remainingBalanc,
47907
- _ref4$isLoading = _ref4.isLoading,
47908
- isLoading = _ref4$isLoading === void 0 ? false : _ref4$isLoading,
47909
- _ref4$isError = _ref4.isError,
47910
- isError = _ref4$isError === void 0 ? false : _ref4$isError;
46972
+ remainingBalance = _ref4$remainingBalanc === void 0 ? false : _ref4$remainingBalanc;
47911
46973
 
47912
46974
  var _useState = useState(initiallyOpen),
47913
46975
  _useState2 = _slicedToArray(_useState, 2),
@@ -48010,18 +47072,14 @@ var PaymentDetails = function PaymentDetails(_ref4) {
48010
47072
  isOpen: isOpen,
48011
47073
  setIsOpen: setIsOpen,
48012
47074
  isMobile: isMobile,
48013
- supportsTouch: supportsTouch,
48014
- isLoading: isLoading,
48015
- isError: isError
47075
+ supportsTouch: supportsTouch
48016
47076
  }) : /*#__PURE__*/React.createElement(NonCollapsible, {
48017
47077
  title: title,
48018
- content: content,
48019
- isLoading: isLoading,
48020
- isError: isError
47078
+ content: content
48021
47079
  });
48022
47080
  };
48023
47081
 
48024
- var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$K, "default");
47082
+ var PaymentDetails$1 = themeComponent$1(PaymentDetails, "PaymentDetails", fallbackValues$L, "default");
48025
47083
 
48026
47084
  var linkColor$5 = {
48027
47085
  "default": "#3176AA"
@@ -48038,7 +47096,7 @@ var fontWeight$7 = {
48038
47096
  var modalLinkHoverFocus$1 = {
48039
47097
  "default": "outline: none; text-decoration: underline;"
48040
47098
  };
48041
- var fallbackValues$L = {
47099
+ var fallbackValues$M = {
48042
47100
  linkColor: linkColor$5,
48043
47101
  fontSize: fontSize$a,
48044
47102
  lineHeight: lineHeight$4,
@@ -48097,7 +47155,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
48097
47155
  }, link));
48098
47156
  };
48099
47157
 
48100
- var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$L, "default");
47158
+ var AccountAndRoutingModal$1 = themeComponent$1(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$M, "default");
48101
47159
 
48102
47160
  var backgroundColor$c = {
48103
47161
  "default": "#ffffff",
@@ -48128,7 +47186,7 @@ var modalLinkHoverFocus$2 = {
48128
47186
  "default": standardInteractionStyles,
48129
47187
  footer: standardInteractionStyles
48130
47188
  };
48131
- var fallbackValues$M = {
47189
+ var fallbackValues$N = {
48132
47190
  backgroundColor: backgroundColor$c,
48133
47191
  linkColor: linkColor$6,
48134
47192
  border: border$3,
@@ -48164,8 +47222,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
48164
47222
  background: themeValues.backgroundColor,
48165
47223
  border: "1px solid ".concat(themeValues.border),
48166
47224
  borderRadius: "3px",
48167
- extraStyles: "overflow: scroll; max-height: 20rem;",
48168
- id: "terms-body-text"
47225
+ extraStyles: "overflow: scroll; max-height: 20rem;"
48169
47226
  }, /*#__PURE__*/React.createElement(Text$1, {
48170
47227
  variant: "p",
48171
47228
  extraStyles: "& a { text-decoration: underline; }"
@@ -48193,175 +47250,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
48193
47250
  }, link));
48194
47251
  };
48195
47252
 
48196
- var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$M, "default");
48197
-
48198
- var TermsAndConditionsControlV1 = function TermsAndConditionsControlV1(_ref) {
48199
- var onCheck = _ref.onCheck,
48200
- isChecked = _ref.isChecked,
48201
- html = _ref.html,
48202
- terms = _ref.terms,
48203
- _ref$error = _ref.error,
48204
- error = _ref$error === void 0 ? false : _ref$error,
48205
- linkVariant = _ref.linkVariant;
48206
-
48207
- var _useState = useState(false),
48208
- _useState2 = _slicedToArray(_useState, 2),
48209
- showTerms = _useState2[0],
48210
- toggleShowTerms = _useState2[1];
48211
-
48212
- return /*#__PURE__*/React.createElement(DisplayBox$1, null, /*#__PURE__*/React.createElement(Stack, null, /*#__PURE__*/React.createElement(Checkbox$1, {
48213
- name: "terms",
48214
- title: "Terms and Conditions",
48215
- error: error,
48216
- checked: isChecked,
48217
- onChange: onCheck
48218
- }), /*#__PURE__*/React.createElement(Box, {
48219
- padding: "0 0 0 58px"
48220
- }, /*#__PURE__*/React.createElement(Stack, null, /*#__PURE__*/React.createElement(Box, {
48221
- padding: "0"
48222
- }, html), terms && /*#__PURE__*/React.createElement(TermsAndConditionsModal$1, {
48223
- link: "Learn More",
48224
- terms: terms,
48225
- isOpen: showTerms,
48226
- toggleOpen: toggleShowTerms,
48227
- linkVariant: linkVariant
48228
- })))));
48229
- };
48230
-
48231
- /*
48232
- Hook that takes an ID selector for an element on the screen
48233
- And optionally values for top position, left position, smooth behavior
48234
- Finds element on screen and scrolls it to the provided coordinates
48235
-
48236
- (string, number, number, string, number) => undefined;
48237
- */
48238
- var useScrollTo = function useScrollTo(id) {
48239
- var top = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
48240
- var left = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 0;
48241
- var behavior = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : "auto";
48242
- var delay = arguments.length > 4 ? arguments[4] : undefined;
48243
- var scrollItem;
48244
-
48245
- if (delay) {
48246
- setTimeout(function () {
48247
- var _scrollItem;
48248
-
48249
- scrollItem = document.getElementById(id);
48250
- (_scrollItem = scrollItem) === null || _scrollItem === void 0 ? void 0 : _scrollItem.scrollTo({
48251
- top: top,
48252
- left: left,
48253
- behavior: behavior
48254
- });
48255
- }, delay);
48256
- } else {
48257
- var _scrollItem2;
48258
-
48259
- scrollItem = document.getElementById(id);
48260
- (_scrollItem2 = scrollItem) === null || _scrollItem2 === void 0 ? void 0 : _scrollItem2.scrollTo({
48261
- top: top,
48262
- left: left,
48263
- behavior: behavior
48264
- });
48265
- }
48266
- };
48267
-
48268
- var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
48269
- var _ref$showCheckbox = _ref.showCheckbox,
48270
- showCheckbox = _ref$showCheckbox === void 0 ? true : _ref$showCheckbox,
48271
- onCheck = _ref.onCheck,
48272
- isChecked = _ref.isChecked,
48273
- hasError = _ref.hasError,
48274
- _ref$errorMessage = _ref.errorMessage,
48275
- errorMessage = _ref$errorMessage === void 0 ? "Please accept Terms and Conditions" : _ref$errorMessage,
48276
- _ref$description = _ref.description,
48277
- description = _ref$description === void 0 ? "" : _ref$description,
48278
- _ref$linkText = _ref.linkText,
48279
- linkText = _ref$linkText === void 0 ? "Terms and Conditions" : _ref$linkText,
48280
- html = _ref.html,
48281
- terms = _ref.terms,
48282
- _ref$id = _ref.id,
48283
- id = _ref$id === void 0 ? "terms-and-conditions" : _ref$id,
48284
- _ref$displayInline = _ref.displayInline,
48285
- displayInline = _ref$displayInline === void 0 ? true : _ref$displayInline,
48286
- _ref$modalVariant = _ref.modalVariant,
48287
- modalVariant = _ref$modalVariant === void 0 ? "default" : _ref$modalVariant,
48288
- _ref$containerBackgro = _ref.containerBackground,
48289
- containerBackground = _ref$containerBackgro === void 0 ? ATHENS_GREY : _ref$containerBackgro,
48290
- _ref$checkboxMargin = _ref.checkboxMargin,
48291
- checkboxMargin = _ref$checkboxMargin === void 0 ? "4px 8px 4px 4px" : _ref$checkboxMargin,
48292
- _ref$modalTitle = _ref.modalTitle,
48293
- modalTitle = _ref$modalTitle === void 0 ? "Terms and Conditions" : _ref$modalTitle;
48294
-
48295
- var _useState = useState(false),
48296
- _useState2 = _slicedToArray(_useState, 2),
48297
- showTerms = _useState2[0],
48298
- toggleShowTerms = _useState2[1];
48299
-
48300
- var standardBoxShadow = generateShadows().standard.base;
48301
-
48302
- var toggleTerms = function toggleTerms(termsOpen) {
48303
- toggleShowTerms(termsOpen);
48304
-
48305
- if (termsOpen) {
48306
- useScrollTo("terms-body-text", 0, 0, "smooth", 100);
48307
- }
48308
- };
48309
-
48310
- return /*#__PURE__*/React.createElement(Box, {
48311
- padding: displayInline ? "0" : "1.5rem",
48312
- minWidth: displayInline ? "0" : "100%",
48313
- background: displayInline ? "transparent" : containerBackground,
48314
- boxShadow: displayInline ? "none" : standardBoxShadow,
48315
- borderRadius: displayInline ? "0" : "4px"
48316
- }, /*#__PURE__*/React.createElement(Stack, {
48317
- childGap: "0"
48318
- }, html && /*#__PURE__*/React.createElement(Box, {
48319
- padding: "0"
48320
- }, html), /*#__PURE__*/React.createElement(Cluster, {
48321
- justify: "flex-start",
48322
- align: "center",
48323
- nowrap: true
48324
- }, showCheckbox && /*#__PURE__*/React.createElement(Checkbox$1, {
48325
- name: id,
48326
- error: hasError,
48327
- checked: isChecked,
48328
- onChange: onCheck,
48329
- checkboxMargin: checkboxMargin,
48330
- extraStyles: "align-self: flex-start;"
48331
- }), /*#__PURE__*/React.createElement(Stack, {
48332
- childGap: "0.25rem",
48333
- fullHeight: true
48334
- }, /*#__PURE__*/React.createElement(Cluster, {
48335
- justify: "flex-start",
48336
- align: "center",
48337
- nowrap: true,
48338
- extraStyles: "padding-right: 2px; > div > * { margin: 4px 2px; };"
48339
- }, description && /*#__PURE__*/React.createElement(Text$1, {
48340
- color: CHARADE_GREY
48341
- }, description), terms && /*#__PURE__*/React.createElement(TermsAndConditionsModal$1, {
48342
- link: linkText,
48343
- terms: terms,
48344
- isOpen: showTerms,
48345
- toggleOpen: toggleTerms,
48346
- linkVariant: modalVariant,
48347
- title: modalTitle
48348
- })), showCheckbox && hasError && /*#__PURE__*/React.createElement(Text$1, {
48349
- variant: "pXS",
48350
- color: ERROR_COLOR,
48351
- id: "".concat(id, "-error-message")
48352
- }, errorMessage)))));
48353
- };
48354
-
48355
- var _excluded$y = ["version"];
48356
-
48357
- var TermsAndConditions = function TermsAndConditions(_ref) {
48358
- var _ref$version = _ref.version,
48359
- version = _ref$version === void 0 ? "v1" : _ref$version,
48360
- rest = _objectWithoutProperties(_ref, _excluded$y);
48361
-
48362
- var TermsAndConditionsControl = version === "v1" ? TermsAndConditionsControlV1 : TermsAndConditionsControlV2;
48363
- return /*#__PURE__*/React.createElement(TermsAndConditionsControl, rest);
48364
- };
47253
+ var TermsAndConditionsModal$1 = themeComponent$1(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$N, "default");
48365
47254
 
48366
47255
  var PaymentFormACH = function PaymentFormACH(_ref) {
48367
47256
  var _routingNumberErrors, _accountNumberErrors;
@@ -48382,7 +47271,9 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
48382
47271
  showWalletCheckbox = _ref.showWalletCheckbox,
48383
47272
  saveToWallet = _ref.saveToWallet,
48384
47273
  walletCheckboxMarked = _ref.walletCheckboxMarked,
48385
- termsContent = _ref.termsContent;
47274
+ termsContent = _ref.termsContent,
47275
+ _ref$termsTitle = _ref.termsTitle,
47276
+ termsTitle = _ref$termsTitle === void 0 ? "Terms &amp; Conditions" : _ref$termsTitle;
48386
47277
 
48387
47278
  if (clearOnDismount) {
48388
47279
  useEffect$1(function () {
@@ -48402,7 +47293,13 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
48402
47293
  showAccount = _useState4[0],
48403
47294
  toggleShowAccount = _useState4[1];
48404
47295
 
47296
+ var _useState5 = useState(false),
47297
+ _useState6 = _slicedToArray(_useState5, 2),
47298
+ termsModalOpen = _useState6[0],
47299
+ setTermsModalOpen = _useState6[1];
47300
+
48405
47301
  var showTerms = !!termsContent;
47302
+ var showTermsLinkVariant = showWalletCheckbox ? "p" : "pS";
48406
47303
 
48407
47304
  var nameErrors = _defineProperty({}, required.error, "Name is required");
48408
47305
 
@@ -48513,8 +47410,7 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
48513
47410
  checked: defaultMethod.value,
48514
47411
  hidden: hideDefaultPayment
48515
47412
  }), (showWalletCheckbox || showTerms) && /*#__PURE__*/React.createElement(Cluster, {
48516
- childGap: "4px",
48517
- align: "center"
47413
+ childGap: "4px"
48518
47414
  }, showWalletCheckbox && /*#__PURE__*/React.createElement(Checkbox$1, {
48519
47415
  name: "bank checkbox",
48520
47416
  title: "Save checking account to wallet.",
@@ -48522,12 +47418,18 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
48522
47418
  onChange: saveToWallet
48523
47419
  }), showTerms && /*#__PURE__*/React.createElement(Cover, {
48524
47420
  singleChild: true
48525
- }, /*#__PURE__*/React.createElement(TermsAndConditions, {
48526
- version: "v2",
48527
- showCheckbox: false,
48528
- description: "View",
48529
- terms: termsContent
48530
- })))));
47421
+ }, /*#__PURE__*/React.createElement(Cluster, {
47422
+ childGap: 0
47423
+ }, /*#__PURE__*/React.createElement(Text$1, {
47424
+ variant: showTermsLinkVariant
47425
+ }, "View\xA0"), /*#__PURE__*/React.createElement(TermsAndConditionsModal$1, {
47426
+ link: termsTitle,
47427
+ linkVariant: showTermsLinkVariant,
47428
+ terms: termsContent,
47429
+ title: termsTitle,
47430
+ isOpen: termsModalOpen,
47431
+ toggleOpen: setTermsModalOpen
47432
+ }))))));
48531
47433
  };
48532
47434
 
48533
47435
  var formConfig$6 = {
@@ -48582,12 +47484,20 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
48582
47484
  saveToWallet = _ref.saveToWallet,
48583
47485
  walletCheckboxMarked = _ref.walletCheckboxMarked,
48584
47486
  deniedCards = _ref.deniedCards,
48585
- termsContent = _ref.termsContent;
47487
+ termsContent = _ref.termsContent,
47488
+ _ref$termsTitle = _ref.termsTitle,
47489
+ termsTitle = _ref$termsTitle === void 0 ? "Terms &amp; Conditions" : _ref$termsTitle;
48586
47490
 
48587
47491
  var _useContext = useContext(ThemeContext),
48588
47492
  isMobile = _useContext.isMobile;
48589
47493
 
47494
+ var _useState = useState(false),
47495
+ _useState2 = _slicedToArray(_useState, 2),
47496
+ termsModalOpen = _useState2[0],
47497
+ setTermsModalOpen = _useState2[1];
47498
+
48590
47499
  var showTerms = !!termsContent;
47500
+ var showTermsLinkVariant = showWalletCheckbox ? "p" : "pS";
48591
47501
  useEffect$1(function () {
48592
47502
  if (deniedCards) {
48593
47503
  deniedCards.map(function (card) {
@@ -48697,8 +47607,7 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
48697
47607
  },
48698
47608
  autocomplete: "billing postal-code"
48699
47609
  })), (showWalletCheckbox || showTerms) && /*#__PURE__*/React.createElement(Cluster, {
48700
- childGap: "4px",
48701
- align: "center"
47610
+ childGap: "4px"
48702
47611
  }, showWalletCheckbox && /*#__PURE__*/React.createElement(Checkbox$1, {
48703
47612
  name: "credit card checkbox",
48704
47613
  title: "Save credit card to wallet.",
@@ -48706,12 +47615,18 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
48706
47615
  onChange: saveToWallet
48707
47616
  }), showTerms && /*#__PURE__*/React.createElement(Cover, {
48708
47617
  singleChild: true
48709
- }, /*#__PURE__*/React.createElement(TermsAndConditions, {
48710
- version: "v2",
48711
- showCheckbox: false,
48712
- description: "View",
48713
- terms: termsContent
48714
- })))));
47618
+ }, /*#__PURE__*/React.createElement(Cluster, {
47619
+ childGap: 0
47620
+ }, /*#__PURE__*/React.createElement(Text$1, {
47621
+ variant: showTermsLinkVariant
47622
+ }, "View\xA0"), /*#__PURE__*/React.createElement(TermsAndConditionsModal$1, {
47623
+ link: termsTitle,
47624
+ linkVariant: showTermsLinkVariant,
47625
+ terms: termsContent,
47626
+ title: termsTitle,
47627
+ isOpen: termsModalOpen,
47628
+ toggleOpen: setTermsModalOpen
47629
+ }))))));
48715
47630
  };
48716
47631
 
48717
47632
  var PaymentFormCard$1 = withWindowSize(PaymentFormCard);
@@ -48975,7 +47890,7 @@ var RadioGroup = function RadioGroup(_ref) {
48975
47890
  }, Heading !== null && Heading, /*#__PURE__*/React.createElement(Stack, {
48976
47891
  childGap: "4px"
48977
47892
  }, config.map(function (c, idx) {
48978
- return /*#__PURE__*/React.createElement(RadioButtonWithLabel, _extends({
47893
+ return /*#__PURE__*/React.createElement(RadioButtonWithLabel$1, _extends({
48979
47894
  index: idx,
48980
47895
  key: c.id
48981
47896
  }, c, {
@@ -48992,7 +47907,7 @@ var headingDisabledColor = "".concat(ATHENS_GREY);
48992
47907
  var bodyBackgroundColor$1 = "#eeeeee";
48993
47908
  var borderColor$5 = "".concat(GREY_CHATEAU);
48994
47909
  var focusStyles = "outline: none;";
48995
- var fallbackValues$N = {
47910
+ var fallbackValues$O = {
48996
47911
  headingBackgroundColor: headingBackgroundColor$1,
48997
47912
  headingDisabledColor: headingDisabledColor,
48998
47913
  bodyBackgroundColor: bodyBackgroundColor$1,
@@ -49037,8 +47952,7 @@ var RadioSection = function RadioSection(_ref) {
49037
47952
  _ref$initiallyOpen = _ref.initiallyOpen,
49038
47953
  initiallyOpen = _ref$initiallyOpen === void 0 ? true : _ref$initiallyOpen,
49039
47954
  _ref$openHeight = _ref.openHeight,
49040
- openHeight = _ref$openHeight === void 0 ? "auto" : _ref$openHeight,
49041
- ariaDescribedBy = _ref.ariaDescribedBy;
47955
+ openHeight = _ref$openHeight === void 0 ? "auto" : _ref$openHeight;
49042
47956
 
49043
47957
  var handleKeyDown = function handleKeyDown(id, e) {
49044
47958
  if ((e === null || e === void 0 ? void 0 : e.keyCode) === 13) {
@@ -49115,7 +48029,7 @@ var RadioSection = function RadioSection(_ref) {
49115
48029
  }, /*#__PURE__*/React.createElement(Stack, {
49116
48030
  childGap: "0"
49117
48031
  }, /*#__PURE__*/React.createElement(Box, {
49118
- padding: section.hideRadioButton ? "1.5rem" : "1.25rem 1.5rem",
48032
+ padding: section.hideRadioButton ? "1.5rem" : "1.25rem 1.5rem 1.25rem 1.25rem",
49119
48033
  background: section.disabled ? themeValues.headingDisabledColor : themeValues.headingBackgroundColor,
49120
48034
  onClick: isMobile && supportsTouch || section.disabled ? noop : function () {
49121
48035
  return toggleOpenSection(section.id);
@@ -49132,7 +48046,7 @@ var RadioSection = function RadioSection(_ref) {
49132
48046
  }, /*#__PURE__*/React.createElement(Cluster, {
49133
48047
  justify: "space-between",
49134
48048
  align: "center",
49135
- childGap: "1px",
48049
+ childGap: "0.5rem",
49136
48050
  nowrap: true
49137
48051
  }, /*#__PURE__*/React.createElement(Cluster, {
49138
48052
  justify: "flex-start",
@@ -49141,8 +48055,7 @@ var RadioSection = function RadioSection(_ref) {
49141
48055
  }, !section.hideRadioButton && /*#__PURE__*/React.createElement(Box, {
49142
48056
  padding: "0"
49143
48057
  }, /*#__PURE__*/React.createElement(RadioButton$2, {
49144
- name: typeof section.title === "string" ? createIdFromString(section.title) : section.id,
49145
- ariaDescribedBy: ariaDescribedBy,
48058
+ name: section.id,
49146
48059
  radioOn: openSection === section.id,
49147
48060
  radioFocused: focused === section.id,
49148
48061
  toggleRadio: section.disabled ? noop : function () {
@@ -49182,7 +48095,7 @@ var RadioSection = function RadioSection(_ref) {
49182
48095
  })));
49183
48096
  };
49184
48097
 
49185
- var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$N);
48098
+ var RadioSection$1 = themeComponent$1(RadioSection, "RadioSection", fallbackValues$O);
49186
48099
 
49187
48100
  var RegistrationForm = function RegistrationForm(_ref) {
49188
48101
  var _emailErrorMessages, _passwordErrorMessage;
@@ -49479,7 +48392,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
49479
48392
  var activeTabBackground = "#FFFFFF";
49480
48393
  var activeTabAccent = "#15749D";
49481
48394
  var activeTabHover = "#B8D5E1";
49482
- var fallbackValues$O = {
48395
+ var fallbackValues$P = {
49483
48396
  activeTabBackground: activeTabBackground,
49484
48397
  activeTabAccent: activeTabAccent,
49485
48398
  activeTabHover: activeTabHover
@@ -49558,12 +48471,12 @@ var Tabs = function Tabs(_ref) {
49558
48471
  }))));
49559
48472
  };
49560
48473
 
49561
- var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$O);
48474
+ var Tabs$1 = themeComponent$1(Tabs, "NavigationTab", fallbackValues$P);
49562
48475
 
49563
48476
  var activeTabBackground$1 = "#FFFFFF";
49564
48477
  var activeTabAccent$1 = "#15749D";
49565
48478
  var activeTabHover$1 = "#B8D5E1";
49566
- var fallbackValues$P = {
48479
+ var fallbackValues$Q = {
49567
48480
  activeTabBackground: activeTabBackground$1,
49568
48481
  activeTabAccent: activeTabAccent$1,
49569
48482
  activeTabHover: activeTabHover$1
@@ -49619,7 +48532,40 @@ var TabSidebar = function TabSidebar(_ref) {
49619
48532
  })));
49620
48533
  };
49621
48534
 
49622
- var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$P);
48535
+ var TabSidebar$1 = themeComponent$1(TabSidebar, "ProfileTab", fallbackValues$Q);
48536
+
48537
+ var TermsAndConditions = function TermsAndConditions(_ref) {
48538
+ var onCheck = _ref.onCheck,
48539
+ isChecked = _ref.isChecked,
48540
+ html = _ref.html,
48541
+ terms = _ref.terms,
48542
+ _ref$error = _ref.error,
48543
+ error = _ref$error === void 0 ? false : _ref$error,
48544
+ linkVariant = _ref.linkVariant;
48545
+
48546
+ var _useState = useState(false),
48547
+ _useState2 = _slicedToArray(_useState, 2),
48548
+ showTerms = _useState2[0],
48549
+ toggleShowTerms = _useState2[1];
48550
+
48551
+ return /*#__PURE__*/React.createElement(DisplayBox$1, null, /*#__PURE__*/React.createElement(Stack, null, /*#__PURE__*/React.createElement(Checkbox$1, {
48552
+ name: "terms",
48553
+ title: "Terms and Conditions",
48554
+ error: error,
48555
+ checked: isChecked,
48556
+ onChange: onCheck
48557
+ }), /*#__PURE__*/React.createElement(Box, {
48558
+ padding: "0 0 0 58px"
48559
+ }, /*#__PURE__*/React.createElement(Stack, null, /*#__PURE__*/React.createElement(Box, {
48560
+ padding: "0"
48561
+ }, html), terms && /*#__PURE__*/React.createElement(TermsAndConditionsModal$1, {
48562
+ link: "Learn More",
48563
+ terms: terms,
48564
+ isOpen: showTerms,
48565
+ toggleOpen: toggleShowTerms,
48566
+ linkVariant: linkVariant
48567
+ })))));
48568
+ };
49623
48569
 
49624
48570
  var Timeout = function Timeout(_ref) {
49625
48571
  var onLogout = _ref.onLogout;
@@ -49663,7 +48609,7 @@ var fontColor$1 = WHITE;
49663
48609
  var textAlign$1 = "left";
49664
48610
  var headerBackgroundColor$1 = BRIGHT_GREY;
49665
48611
  var imageBackgroundColor$1 = MATISSE_BLUE;
49666
- var fallbackValues$Q = {
48612
+ var fallbackValues$R = {
49667
48613
  fontWeight: fontWeight$9,
49668
48614
  fontColor: fontColor$1,
49669
48615
  textAlign: textAlign$1,
@@ -49710,7 +48656,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
49710
48656
  })))));
49711
48657
  };
49712
48658
 
49713
- var WelcomeModule$1 = /*#__PURE__*/memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$Q));
48659
+ var WelcomeModule$1 = /*#__PURE__*/memo(themeComponent$1(WelcomeModule, "WelcomeModule", fallbackValues$R));
49714
48660
 
49715
48661
  var WorkflowTile = function WorkflowTile(_ref) {
49716
48662
  var _ref$workflowName = _ref.workflowName,
@@ -49765,7 +48711,7 @@ var WorkflowTile = function WorkflowTile(_ref) {
49765
48711
  };
49766
48712
 
49767
48713
  var pageBackground = "#FBFCFD";
49768
- var fallbackValues$R = {
48714
+ var fallbackValues$S = {
49769
48715
  pageBackground: pageBackground
49770
48716
  };
49771
48717
 
@@ -49782,15 +48728,13 @@ var CenterSingle = function CenterSingle(_ref) {
49782
48728
  _ref$centeredMobileCo = _ref.centeredMobileContent,
49783
48729
  centeredMobileContent = _ref$centeredMobileCo === void 0 ? false : _ref$centeredMobileCo,
49784
48730
  content = _ref.content,
49785
- _ref$backgroundColor = _ref.backgroundColor,
49786
- backgroundColor = _ref$backgroundColor === void 0 ? COOL_GREY_05 : _ref$backgroundColor,
49787
48731
  themeValues = _ref.themeValues;
49788
48732
  var themeContext = useContext(ThemeContext);
49789
48733
  var isMobile = themeContext.isMobile;
49790
48734
  return /*#__PURE__*/React.createElement(Box, {
49791
48735
  padding: "0",
49792
48736
  minWidth: "100%",
49793
- background: backgroundColor,
48737
+ background: COOL_GREY_05,
49794
48738
  extraStyles: "flex-grow: 1;"
49795
48739
  }, /*#__PURE__*/React.createElement(Cover, {
49796
48740
  centerOverride: isMobile && !centeredMobileContent
@@ -49814,7 +48758,7 @@ var CenterSingle = function CenterSingle(_ref) {
49814
48758
  })));
49815
48759
  };
49816
48760
 
49817
- var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$R));
48761
+ var CenterSingle$1 = withWindowSize(themeComponent$1(CenterSingle, "Global", fallbackValues$S));
49818
48762
 
49819
48763
  var CenterStack = function CenterStack(_ref) {
49820
48764
  var header = _ref.header,
@@ -49856,7 +48800,7 @@ var CenterStack = function CenterStack(_ref) {
49856
48800
  })));
49857
48801
  };
49858
48802
 
49859
- var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$R));
48803
+ var CenterStack$1 = withWindowSize(themeComponent$1(CenterStack, "Global", fallbackValues$S));
49860
48804
 
49861
48805
  var CenterSingle$2 = function CenterSingle(_ref) {
49862
48806
  var header = _ref.header,
@@ -49901,7 +48845,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
49901
48845
  })));
49902
48846
  };
49903
48847
 
49904
- var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$R));
48848
+ var DefaultPageTemplate = withWindowSize(themeComponent$1(CenterSingle$2, "Global", fallbackValues$S));
49905
48849
 
49906
48850
  var SidebarSingleContent = function SidebarSingleContent(_ref) {
49907
48851
  var header = _ref.header,
@@ -49955,7 +48899,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
49955
48899
  })));
49956
48900
  };
49957
48901
 
49958
- var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$R));
48902
+ var SidebarSingleContent$1 = withWindowSize(themeComponent$1(SidebarSingleContent, "Global", fallbackValues$S));
49959
48903
 
49960
48904
  var SidebarStackContent = function SidebarStackContent(_ref) {
49961
48905
  var header = _ref.header,
@@ -50026,7 +48970,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
50026
48970
  })));
50027
48971
  };
50028
48972
 
50029
- var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$R));
48973
+ var SidebarStackContent$1 = withWindowSize(themeComponent$1(SidebarStackContent, "Global", fallbackValues$S));
50030
48974
 
50031
- 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, 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 };
48975
+ 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, 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, 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$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 };
50032
48976
  //# sourceMappingURL=index.esm.js.map