@thecb/components 7.7.0-beta.5 → 7.7.1-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -6310,48 +6310,6 @@ var throttle = function throttle(delay, fn) {
6310
6310
  return fn.apply(void 0, arguments);
6311
6311
  };
6312
6312
  };
6313
- var titleCaseWord = function titleCaseWord(word) {
6314
- return word.charAt(0).toUpperCase() + word.slice(1);
6315
- };
6316
- var titleCaseString = function titleCaseString(string) {
6317
- return string.split(" ").map(function (word, index, string) {
6318
- return index === 0 || index === string.length - 1 || word.length > 3 ? titleCaseWord(word.toLowerCase()) : word;
6319
- }).join(" ");
6320
- };
6321
- var renderCardStatus = function renderCardStatus(expirationStatus, expireDate) {
6322
- var textAlign = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "right";
6323
- var as = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : "span";
6324
- var ACTIVE = "ACTIVE";
6325
- var EXPIRING_SOON = "EXPIRING_SOON";
6326
- var EXPIRED = "EXPIRED";
6327
- var textMargin = textAlign === "right" ? "auto" : "0";
6328
-
6329
- switch (expirationStatus) {
6330
- case ACTIVE:
6331
- return /*#__PURE__*/React.createElement(Text$1, {
6332
- as: as,
6333
- variant: "pXS",
6334
- color: ASH_GREY,
6335
- extraStyles: "text-align: ".concat(textAlign, "; margin: ").concat(textMargin, ";")
6336
- }, "Exp Date ", expireDate);
6337
-
6338
- case EXPIRING_SOON:
6339
- return /*#__PURE__*/React.createElement(Text$1, {
6340
- as: as,
6341
- variant: "pXS",
6342
- color: FIRE_YELLOW,
6343
- extraStyles: "text-align: ".concat(textAlign, "; margin: ").concat(textMargin, ";")
6344
- }, "Expiring Soon ", expireDate);
6345
-
6346
- case EXPIRED:
6347
- return /*#__PURE__*/React.createElement(Text$1, {
6348
- as: as,
6349
- variant: "pXS",
6350
- color: ASH_GREY,
6351
- extraStyles: "text-align: ".concat(textAlign, "; margin: ").concat(textMargin, ";")
6352
- }, "Expired");
6353
- }
6354
- };
6355
6313
 
6356
6314
  var general = /*#__PURE__*/Object.freeze({
6357
6315
  __proto__: null,
@@ -6369,10 +6327,7 @@ var general = /*#__PURE__*/Object.freeze({
6369
6327
  inputPlaceholderTextStyle: inputPlaceholderTextStyle,
6370
6328
  inputDisabledStyle: inputDisabledStyle,
6371
6329
  MOBILE_WIDTH: MOBILE_WIDTH,
6372
- throttle: throttle,
6373
- titleCaseWord: titleCaseWord,
6374
- titleCaseString: titleCaseString,
6375
- renderCardStatus: renderCardStatus
6330
+ throttle: throttle
6376
6331
  });
6377
6332
 
6378
6333
  var _excluded$1 = ["themeValues", "weight", "color", "textWrap", "extraStyles", "hoverStyles", "onClick", "onKeyPress", "as", "dataQa", "children", "variant"];
@@ -13858,6 +13813,33 @@ var GenericCard = function GenericCard() {
13858
13813
  }));
13859
13814
  };
13860
13815
 
13816
+ var BankItemWrapper = styled.div.withConfig({
13817
+ displayName: "PaymentIcon__BankItemWrapper",
13818
+ componentId: "sc-1k0jl35-0"
13819
+ })(["display:flex;justify-content:flex-start;align-items:center;"]);
13820
+ var BankAccountText = styled.h4.withConfig({
13821
+ displayName: "PaymentIcon__BankAccountText",
13822
+ componentId: "sc-1k0jl35-1"
13823
+ })(["color:", ";font-size:1rem;font-weight:400;line-height:1.5rem;text-align:left;margin-right:0.5rem;display:inline-block;"], CHARADE_GREY);
13824
+ var CHECKING = "CHECKING";
13825
+ var SAVINGS = "SAVINGS";
13826
+
13827
+ var PaymentIcon = function PaymentIcon(_ref) {
13828
+ var lastFour = _ref.lastFour,
13829
+ accountType = _ref.accountType,
13830
+ autoPay = _ref.autoPay;
13831
+ return /*#__PURE__*/React.createElement(BankItemWrapper, null, /*#__PURE__*/React.createElement(Box, {
13832
+ padding: "0.25rem 0 0 0",
13833
+ extraStyles: "margin-right: 1rem;"
13834
+ }, /*#__PURE__*/React.createElement(BankIcon, null)), /*#__PURE__*/React.createElement(Stack, {
13835
+ childGap: "0"
13836
+ }, accountType === CHECKING && /*#__PURE__*/React.createElement(BankAccountText, null, "Checking Account ending in ", lastFour), accountType === SAVINGS && /*#__PURE__*/React.createElement(BankAccountText, null, "Savings Account ending in ", lastFour), autoPay && /*#__PURE__*/React.createElement(Text$1, {
13837
+ variant: "p",
13838
+ color: REGENT_GREY,
13839
+ extraStyles: "font-style: italic;"
13840
+ }, "Autopay Enabled")));
13841
+ };
13842
+
13861
13843
  var IconAdd = function IconAdd() {
13862
13844
  return /*#__PURE__*/React.createElement("svg", {
13863
13845
  xmlns: "http://www.w3.org/2000/svg",
@@ -16067,389 +16049,6 @@ var ProfileImage = function ProfileImage() {
16067
16049
  }));
16068
16050
  };
16069
16051
 
16070
- var RevenueManagementImage = function RevenueManagementImage() {
16071
- return /*#__PURE__*/React.createElement("svg", {
16072
- width: "179",
16073
- height: "96",
16074
- viewBox: "0 0 179 96",
16075
- fill: "none",
16076
- xmlns: "http://www.w3.org/2000/svg"
16077
- }, /*#__PURE__*/React.createElement("path", {
16078
- fillRule: "evenodd",
16079
- clipRule: "evenodd",
16080
- d: "M142.284 17.5583C139.832 17.3968 137.892 15.3563 137.892 12.8627C137.892 10.2637 139.999 8.15681 142.598 8.15681C143.492 8.15681 144.327 8.40592 145.039 8.8385C145.84 5.91385 148.517 3.76465 151.696 3.76465C155.307 3.76465 158.27 6.53709 158.573 10.0693C159.212 9.65335 159.975 9.41171 160.794 9.41171C163.047 9.41171 164.872 11.2377 164.872 13.4901C164.872 15.7426 163.047 17.5686 160.794 17.5686C160.688 17.5686 160.584 17.5646 160.48 17.5567V17.5686H151.696H142.598H142.284V17.5583Z",
16081
- fill: "#15749D",
16082
- fillOpacity: "0.3"
16083
- }), /*#__PURE__*/React.createElement("path", {
16084
- fillRule: "evenodd",
16085
- clipRule: "evenodd",
16086
- d: "M19.9314 64.6275C18.5453 64.6275 17.4216 63.5039 17.4216 62.1177C17.4216 60.7316 18.5453 59.6079 19.9314 59.6079C20.3208 59.6079 20.6895 59.6966 21.0184 59.8549C21.5697 58.9541 22.5627 58.353 23.6961 58.353C25.0923 58.353 26.2755 59.265 26.6824 60.5258C27.0041 60.341 27.377 60.2354 27.7746 60.2354C28.9874 60.2354 29.9707 61.2186 29.9707 62.4315C29.9707 63.6443 28.9874 64.6275 27.7746 64.6275H23.6961H19.9314Z",
16087
- fill: "#15749D",
16088
- fillOpacity: "0.3"
16089
- }), /*#__PURE__*/React.createElement("path", {
16090
- fillRule: "evenodd",
16091
- clipRule: "evenodd",
16092
- d: "M60.4021 8.78431H53.1864H48.7254V8.77384C48.6447 8.78078 48.563 8.78431 48.4805 8.78431C46.9211 8.78431 45.657 7.52018 45.657 5.96078C45.657 4.40139 46.9211 3.13725 48.4805 3.13725C48.6454 3.13725 48.8069 3.15139 48.9641 3.1785C49.4907 1.34307 51.1817 0 53.1864 0C55.0545 0 56.6502 1.1663 57.2851 2.81047C57.4719 2.7321 57.677 2.68878 57.8923 2.68878C58.4432 2.68878 58.9278 2.97248 59.2076 3.40162C59.5704 3.232 59.9752 3.13725 60.4021 3.13725C61.9615 3.13725 63.2256 4.40139 63.2256 5.96078C63.2256 7.43768 62.0917 8.64973 60.6469 8.77384V8.78431H60.4021Z",
16093
- fill: "#15749D",
16094
- fillOpacity: "0.3"
16095
- }), /*#__PURE__*/React.createElement("path", {
16096
- d: "M109.029 91.9217C109.029 94.1741 100.461 96.0001 89.8921 96.0001C79.3229 96.0001 70.7549 94.1741 70.7549 91.9217C70.7549 89.6692 79.3229 87.8433 89.8921 87.8433C100.461 87.8433 109.029 89.6692 109.029 91.9217Z",
16097
- fill: "#15749D",
16098
- fillOpacity: "0.3"
16099
- }), /*#__PURE__*/React.createElement("path", {
16100
- d: "M49.4216 32H130.363V80.3137C130.363 81.0068 129.801 81.5686 129.108 81.5686H50.6765C49.9835 81.5686 49.4216 81.0068 49.4216 80.3137V32Z",
16101
- fill: "white"
16102
- }), /*#__PURE__*/React.createElement("path", {
16103
- d: "M47.5393 22.9333C47.5393 21.0102 49.0983 19.4512 51.0214 19.4512H128.763C130.686 19.4512 132.245 21.0102 132.245 22.9333V32.0002H47.5393V22.9333Z",
16104
- fill: "#E5E7EC"
16105
- }), /*#__PURE__*/React.createElement("path", {
16106
- d: "M62.5982 25.7243C62.5982 26.4166 62.0363 26.9778 61.3433 26.9778C60.6502 26.9778 60.0884 26.4166 60.0884 25.7243C60.0884 25.0319 60.6502 24.4707 61.3433 24.4707C62.0363 24.4707 62.5982 25.0319 62.5982 25.7243Z",
16107
- fill: "#292A33"
16108
- }), /*#__PURE__*/React.createElement("path", {
16109
- d: "M58.8335 25.7243C58.8335 26.4166 58.2717 26.9778 57.5786 26.9778C56.8856 26.9778 56.3237 26.4166 56.3237 25.7243C56.3237 25.0319 56.8856 24.4707 57.5786 24.4707C58.2717 24.4707 58.8335 25.0319 58.8335 25.7243Z",
16110
- fill: "#292A33"
16111
- }), /*#__PURE__*/React.createElement("path", {
16112
- d: "M55.0686 25.7243C55.0686 26.4166 54.5068 26.9778 53.8137 26.9778C53.1207 26.9778 52.5588 26.4166 52.5588 25.7243C52.5588 25.0319 53.1207 24.4707 53.8137 24.4707C54.5068 24.4707 55.0686 25.0319 55.0686 25.7243Z",
16113
- fill: "#292A33"
16114
- }), /*#__PURE__*/React.createElement("path", {
16115
- fillRule: "evenodd",
16116
- clipRule: "evenodd",
16117
- d: "M129.108 21.3335H50.6766C49.9835 21.3335 49.4217 21.8954 49.4217 22.5884V80.3139C49.4217 81.007 49.9835 81.5688 50.6766 81.5688H129.108C129.801 81.5688 130.363 81.007 130.363 80.3139V22.5884C130.363 21.8954 129.801 21.3335 129.108 21.3335ZM50.6766 19.4512C48.9439 19.4512 47.5393 20.8558 47.5393 22.5884V80.3139C47.5393 82.0466 48.9439 83.4512 50.6766 83.4512H129.108C130.841 83.4512 132.245 82.0466 132.245 80.3139V22.5884C132.245 20.8558 130.841 19.4512 129.108 19.4512H50.6766Z",
16118
- fill: "#292A33"
16119
- }), /*#__PURE__*/React.createElement("path", {
16120
- d: "M157.343 75.9214C157.343 75.2283 157.905 74.6665 158.598 74.6665H169.265C169.958 74.6665 170.52 75.2283 170.52 75.9214C170.52 76.6145 169.958 77.1763 169.265 77.1763H158.598C157.905 77.1763 157.343 76.6145 157.343 75.9214Z",
16121
- fill: "#292A33"
16122
- }), /*#__PURE__*/React.createElement("path", {
16123
- d: "M132.245 74.6665H152.83C153.529 74.6665 154.095 75.233 154.095 75.9318C154.095 76.6306 153.529 77.1971 152.83 77.1971H132.245V74.6665Z",
16124
- fill: "#292A33"
16125
- }), /*#__PURE__*/React.createElement("path", {
16126
- d: "M29.9707 75.9214C29.9707 75.2283 30.5325 74.6665 31.2256 74.6665H47.5393V77.1763H31.2256C30.5325 77.1763 29.9707 76.6145 29.9707 75.9214Z",
16127
- fill: "#292A33"
16128
- }), /*#__PURE__*/React.createElement("path", {
16129
- d: "M19.304 75.9214C19.304 75.2283 19.8658 74.6665 20.5589 74.6665H25.5785C26.2715 74.6665 26.8334 75.2283 26.8334 75.9214C26.8334 76.6145 26.2715 77.1763 25.5785 77.1763H20.5589C19.8658 77.1763 19.304 76.6145 19.304 75.9214Z",
16130
- fill: "#292A33"
16131
- }), /*#__PURE__*/React.createElement("path", {
16132
- fillRule: "evenodd",
16133
- clipRule: "evenodd",
16134
- d: "M87.696 45.8038V51.4508H93.3431V45.8038C91.5455 45.0049 89.4936 45.0049 87.696 45.8038ZM90.5196 48.941C91.0394 48.941 91.4608 48.5197 91.4608 47.9999C91.4608 47.4801 91.0394 47.0587 90.5196 47.0587C89.9998 47.0587 89.5784 47.4801 89.5784 47.9999C89.5784 48.5197 89.9998 48.941 90.5196 48.941Z",
16135
- fill: "#292A33"
16136
- }), /*#__PURE__*/React.createElement("path", {
16137
- d: "M112.794 50.5097C112.794 56.2275 108.159 60.8626 102.441 60.8626C96.7233 60.8626 92.0881 56.2275 92.0881 50.5097C92.0881 44.7919 96.7233 40.1567 102.441 40.1567C108.159 40.1567 112.794 44.7919 112.794 50.5097Z",
16138
- fill: "#E4F4FD"
16139
- }), /*#__PURE__*/React.createElement("path", {
16140
- fillRule: "evenodd",
16141
- clipRule: "evenodd",
16142
- d: "M102.441 59.2798C107.285 59.2798 111.211 55.3533 111.211 50.5097C111.211 45.6661 107.285 41.7395 102.441 41.7395C97.5975 41.7395 93.6709 45.6661 93.6709 50.5097C93.6709 55.3533 97.5975 59.2798 102.441 59.2798ZM102.441 60.8626C108.159 60.8626 112.794 56.2275 112.794 50.5097C112.794 44.7919 108.159 40.1567 102.441 40.1567C96.7233 40.1567 92.0881 44.7919 92.0881 50.5097C92.0881 56.2275 96.7233 60.8626 102.441 60.8626Z",
16143
- fill: "#292A33"
16144
- }), /*#__PURE__*/React.createElement("path", {
16145
- fillRule: "evenodd",
16146
- clipRule: "evenodd",
16147
- d: "M102.441 50.3601C101.355 50.3601 100.571 50.992 100.379 51.6677C100.259 52.0881 99.8213 52.3319 99.4009 52.2123C98.9805 52.0926 98.7367 51.6549 98.8563 51.2345C99.2787 49.7502 100.79 48.7773 102.441 48.7773C104.092 48.7773 105.603 49.7502 106.026 51.2345C106.145 51.6549 105.902 52.0926 105.481 52.2123C105.061 52.3319 104.623 52.0881 104.503 51.6677C104.311 50.992 103.528 50.3601 102.441 50.3601Z",
16148
- fill: "#292A33"
16149
- }), /*#__PURE__*/React.createElement("path", {
16150
- d: "M88.951 50.5097C88.951 56.2275 84.3158 60.8626 78.5981 60.8626C72.8803 60.8626 68.2451 56.2275 68.2451 50.5097C68.2451 44.7919 72.8803 40.1567 78.5981 40.1567C84.3158 40.1567 88.951 44.7919 88.951 50.5097Z",
16151
- fill: "#E4F4FD"
16152
- }), /*#__PURE__*/React.createElement("path", {
16153
- fillRule: "evenodd",
16154
- clipRule: "evenodd",
16155
- d: "M78.5981 59.2798C83.4417 59.2798 87.3682 55.3533 87.3682 50.5097C87.3682 45.6661 83.4417 41.7395 78.5981 41.7395C73.7544 41.7395 69.8279 45.6661 69.8279 50.5097C69.8279 55.3533 73.7544 59.2798 78.5981 59.2798ZM78.5981 60.8626C84.3158 60.8626 88.951 56.2275 88.951 50.5097C88.951 44.7919 84.3158 40.1567 78.5981 40.1567C72.8803 40.1567 68.2451 44.7919 68.2451 50.5097C68.2451 56.2275 72.8803 60.8626 78.5981 60.8626Z",
16156
- fill: "#292A33"
16157
- }), /*#__PURE__*/React.createElement("path", {
16158
- fillRule: "evenodd",
16159
- clipRule: "evenodd",
16160
- d: "M78.598 50.3601C77.5115 50.3601 76.728 50.992 76.5357 51.6677C76.4161 52.0881 75.9783 52.3319 75.5579 52.2123C75.1375 52.0926 74.8937 51.6549 75.0133 51.2345C75.4357 49.7502 76.9472 48.7773 78.598 48.7773C80.2488 48.7773 81.7604 49.7502 82.1827 51.2345C82.3024 51.6549 82.0586 52.0926 81.6382 52.2123C81.2178 52.3319 80.78 52.0881 80.6604 51.6677C80.4681 50.992 79.6846 50.3601 78.598 50.3601Z",
16161
- fill: "#292A33"
16162
- }), /*#__PURE__*/React.createElement("path", {
16163
- fillRule: "evenodd",
16164
- clipRule: "evenodd",
16165
- d: "M82.6764 64.4634C83.1135 64.4634 83.4678 64.8177 83.4678 65.2548C83.4678 66.2038 84.2372 66.9732 85.1862 66.9732H94.598C95.547 66.9732 96.3164 66.2038 96.3164 65.2548C96.3164 64.8177 96.6707 64.4634 97.1078 64.4634C97.5449 64.4634 97.8992 64.8177 97.8992 65.2548C97.8992 67.078 96.4212 68.556 94.598 68.556H85.1862C83.363 68.556 81.885 67.078 81.885 65.2548C81.885 64.8177 82.2393 64.4634 82.6764 64.4634Z",
16166
- fill: "#292A33"
16167
- }), /*#__PURE__*/React.createElement("path", {
16168
- d: "M47.5393 30.1177H132.245V32H47.5393V30.1177Z",
16169
- fill: "#292A33"
16170
- }), /*#__PURE__*/React.createElement("g", {
16171
- filter: "url(#filter0_d_2573_15404)"
16172
- }, /*#__PURE__*/React.createElement("path", {
16173
- d: "M21.8137 35.1372C21.8137 34.4442 22.3756 33.8823 23.0686 33.8823H47.5392V42.0392H23.0686C22.3756 42.0392 21.8137 41.4773 21.8137 40.7843V35.1372Z",
16174
- fill: "white"
16175
- }), /*#__PURE__*/React.createElement("path", {
16176
- d: "M40.0098 37.9607C40.0098 37.4409 40.4311 37.0195 40.9509 37.0195H47.5392V38.9019H40.9509C40.4311 38.9019 40.0098 38.4805 40.0098 37.9607Z",
16177
- fill: "#959CA8"
16178
- }), /*#__PURE__*/React.createElement("path", {
16179
- d: "M24.9509 37.9607C24.9509 37.4409 25.3723 37.0195 25.8921 37.0195H36.5588C37.0786 37.0195 37.4999 37.4409 37.4999 37.9607C37.4999 38.4805 37.0786 38.9019 36.5588 38.9019H25.8921C25.3723 38.9019 24.9509 38.4805 24.9509 37.9607Z",
16180
- fill: "#959CA8"
16181
- })), /*#__PURE__*/React.createElement("g", {
16182
- filter: "url(#filter1_d_2573_15404)"
16183
- }, /*#__PURE__*/React.createElement("path", {
16184
- d: "M5.5 42.0391C5.5 41.346 6.06184 40.7842 6.7549 40.7842H55.0686C55.7617 40.7842 56.3235 41.346 56.3235 42.0391V47.6861C56.3235 48.3792 55.7617 48.941 55.0686 48.941H6.7549C6.06184 48.941 5.5 48.3792 5.5 47.6861V42.0391Z",
16185
- fill: "white"
16186
- }), /*#__PURE__*/React.createElement("path", {
16187
- d: "M41.2646 44.8626C41.2646 44.3428 41.686 43.9214 42.2058 43.9214H52.245C52.7648 43.9214 53.1862 44.3428 53.1862 44.8626C53.1862 45.3824 52.7648 45.8037 52.245 45.8037H42.2058C41.686 45.8037 41.2646 45.3824 41.2646 44.8626Z",
16188
- fill: "#959CA8"
16189
- }), /*#__PURE__*/React.createElement("path", {
16190
- d: "M25.5784 44.8626C25.5784 44.3428 25.9997 43.9214 26.5195 43.9214H37.8137C38.3335 43.9214 38.7548 44.3428 38.7548 44.8626C38.7548 45.3824 38.3335 45.8037 37.8137 45.8037H26.5195C25.9997 45.8037 25.5784 45.3824 25.5784 44.8626Z",
16191
- fill: "#959CA8"
16192
- }), /*#__PURE__*/React.createElement("path", {
16193
- d: "M18.6765 44.8626C18.6765 44.3428 19.0979 43.9214 19.6177 43.9214H22.1275C22.6473 43.9214 23.0687 44.3428 23.0687 44.8626C23.0687 45.3824 22.6473 45.8037 22.1275 45.8037H19.6177C19.0979 45.8037 18.6765 45.3824 18.6765 44.8626Z",
16194
- fill: "#959CA8"
16195
- }), /*#__PURE__*/React.createElement("path", {
16196
- d: "M8.63721 44.8626C8.63721 44.3428 9.05859 43.9214 9.57838 43.9214H15.2254C15.7452 43.9214 16.1666 44.3428 16.1666 44.8626C16.1666 45.3824 15.7452 45.8037 15.2254 45.8037H9.57838C9.05859 45.8037 8.63721 45.3824 8.63721 44.8626Z",
16197
- fill: "#959CA8"
16198
- })), /*#__PURE__*/React.createElement("g", {
16199
- filter: "url(#filter2_d_2573_15404)"
16200
- }, /*#__PURE__*/React.createElement("path", {
16201
- d: "M132.245 27.6079H167.382C168.075 27.6079 168.637 28.1697 168.637 28.8628V34.5099C168.637 35.2029 168.075 35.7648 167.382 35.7648H132.245V27.6079Z",
16202
- fill: "white"
16203
- }), /*#__PURE__*/React.createElement("path", {
16204
- d: "M157.343 31.6863C157.343 31.1665 157.765 30.7451 158.284 30.7451H164.559C165.079 30.7451 165.5 31.1665 165.5 31.6863C165.5 32.2061 165.079 32.6275 164.559 32.6275H158.284C157.765 32.6275 157.343 32.2061 157.343 31.6863Z",
16205
- fill: "#959CA8"
16206
- }), /*#__PURE__*/React.createElement("path", {
16207
- d: "M150.441 31.6863C150.441 31.1665 150.863 30.7451 151.382 30.7451H153.892C154.412 30.7451 154.833 31.1665 154.833 31.6863C154.833 32.2061 154.412 32.6275 153.892 32.6275H151.382C150.863 32.6275 150.441 32.2061 150.441 31.6863Z",
16208
- fill: "#959CA8"
16209
- }), /*#__PURE__*/React.createElement("path", {
16210
- d: "M137.892 31.6863C137.892 31.1665 138.313 30.7451 138.833 30.7451H146.99C147.51 30.7451 147.931 31.1665 147.931 31.6863C147.931 32.2061 147.51 32.6275 146.99 32.6275H138.833C138.313 32.6275 137.892 32.2061 137.892 31.6863Z",
16211
- fill: "#959CA8"
16212
- }), /*#__PURE__*/React.createElement("path", {
16213
- d: "M132.245 30.7451H134.441C134.961 30.7451 135.382 31.1665 135.382 31.6863C135.382 32.2061 134.961 32.6275 134.441 32.6275H132.245V30.7451Z",
16214
- fill: "#959CA8"
16215
- })), /*#__PURE__*/React.createElement("g", {
16216
- filter: "url(#filter3_d_2573_15404)"
16217
- }, /*#__PURE__*/React.createElement("path", {
16218
- d: "M122.833 35.7647C122.833 35.0716 123.395 34.5098 124.088 34.5098H172.402C173.095 34.5098 173.657 35.0716 173.657 35.7647V41.4117C173.657 42.1048 173.095 42.6666 172.402 42.6666H124.088C123.395 42.6666 122.833 42.1048 122.833 41.4117V35.7647Z",
16219
- fill: "white"
16220
- }), /*#__PURE__*/React.createElement("path", {
16221
- d: "M159.225 38.5881C159.225 38.0684 159.647 37.647 160.167 37.647H169.578C170.098 37.647 170.519 38.0684 170.519 38.5881C170.519 39.1079 170.098 39.5293 169.578 39.5293H160.167C159.647 39.5293 159.225 39.1079 159.225 38.5881Z",
16222
- fill: "#959CA8"
16223
- }), /*#__PURE__*/React.createElement("path", {
16224
- d: "M143.539 38.5891C143.539 38.0693 143.96 37.6479 144.48 37.6479H155.774C156.294 37.6479 156.716 38.0693 156.716 38.5891C156.716 39.1089 156.294 39.5303 155.774 39.5303H144.48C143.96 39.5303 143.539 39.1089 143.539 38.5891Z",
16225
- fill: "#959CA8"
16226
- }), /*#__PURE__*/React.createElement("path", {
16227
- d: "M136.01 38.5891C136.01 38.0693 136.431 37.6479 136.951 37.6479H140.088C140.608 37.6479 141.029 38.0693 141.029 38.5891C141.029 39.1089 140.608 39.5303 140.088 39.5303H136.951C136.431 39.5303 136.01 39.1089 136.01 38.5891Z",
16228
- fill: "#959CA8"
16229
- }), /*#__PURE__*/React.createElement("path", {
16230
- d: "M125.97 38.5891C125.97 38.0693 126.392 37.6479 126.912 37.6479H132.559C133.078 37.6479 133.5 38.0693 133.5 38.5891C133.5 39.1089 133.078 39.5303 132.559 39.5303H126.912C126.392 39.5303 125.97 39.1089 125.97 38.5891Z",
16231
- fill: "#959CA8"
16232
- })), /*#__PURE__*/React.createElement("path", {
16233
- d: "M85.8138 89.7252V83.4507H88.3236V91.2853C88.3236 91.8098 87.8984 92.235 87.3739 92.235H82.0491C81.356 92.235 80.7942 91.6732 80.7942 90.9801C80.7942 90.287 81.356 89.7252 82.0491 89.7252H85.8138Z",
16234
- fill: "#15749D"
16235
- }), /*#__PURE__*/React.createElement("path", {
16236
- d: "M91.4609 91.2853V83.4507H93.9707V89.7252H97.7354C98.4285 89.7252 98.9903 90.287 98.9903 90.9801C98.9903 91.6732 98.4285 92.235 97.7354 92.235H92.4106C91.8861 92.235 91.4609 91.8098 91.4609 91.2853Z",
16237
- fill: "#15749D"
16238
- }), /*#__PURE__*/React.createElement("path", {
16239
- 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",
16240
- fill: "#3B5BDB"
16241
- }), /*#__PURE__*/React.createElement("path", {
16242
- 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",
16243
- fill: "#15749D"
16244
- }), /*#__PURE__*/React.createElement("path", {
16245
- fillRule: "evenodd",
16246
- clipRule: "evenodd",
16247
- d: "M65.5753 47.93C66.1393 47.9988 66.5408 48.5117 66.4721 49.0757C66.4108 49.5788 66.3792 50.0915 66.3792 50.612C66.3792 52.5215 66.8047 54.329 67.5652 55.9474C67.8068 56.4617 67.5858 57.0744 67.0716 57.3161C66.5573 57.5577 65.9445 57.3368 65.7029 56.8225C64.8164 54.9361 64.3215 52.8304 64.3215 50.612C64.3215 50.0081 64.3582 49.4123 64.4296 48.8268C64.4983 48.2628 65.0112 47.8613 65.5753 47.93Z",
16248
- fill: "#15749D"
16249
- }), /*#__PURE__*/React.createElement("path", {
16250
- d: "M47.5393 66.5095V63.3722L46.2844 62.7448C52.2747 60.2933 65.7354 55.2154 65.7354 55.2154V52.0781L42.2512 61.8155C41.3742 62.1791 41.3309 63.4053 42.1801 63.8299L47.5393 66.5095Z",
16251
- fill: "#15749D"
16252
- }), /*#__PURE__*/React.createElement("g", {
16253
- filter: "url(#filter4_d_2573_15404)"
16254
- }, /*#__PURE__*/React.createElement("path", {
16255
- d: "M142.912 39.5293C142.912 38.1432 144.036 37.0195 145.422 37.0195H157.971C159.357 37.0195 160.48 38.1432 160.48 39.5293V52.0784C160.48 53.4645 159.357 54.5882 157.971 54.5882H145.422C144.036 54.5882 142.912 53.4645 142.912 52.0784V39.5293Z",
16256
- fill: "#15749D"
16257
- })), /*#__PURE__*/React.createElement("path", {
16258
- fillRule: "evenodd",
16259
- clipRule: "evenodd",
16260
- d: "M152.597 43.0261C153.484 43.9134 153.568 45.2997 152.849 46.2816L154.965 48.3975C155.014 48.4468 155.014 48.5267 154.965 48.5759L154.597 48.9436C154.548 48.9929 154.468 48.9929 154.419 48.9436L152.303 46.8276C151.321 47.5468 149.934 47.4628 149.047 46.5755C148.067 45.5953 148.067 44.0062 149.047 43.0261C150.027 42.0459 151.616 42.0459 152.597 43.0261ZM152.051 46.0295C152.729 45.3509 152.729 44.2508 152.051 43.5722C151.372 42.8936 150.272 42.8936 149.593 43.5722C148.915 44.2508 148.915 45.3509 149.593 46.0295C150.272 46.708 151.372 46.708 152.051 46.0295Z",
16261
- fill: "white"
16262
- }), /*#__PURE__*/React.createElement("mask", {
16263
- id: "mask0_2573_15404",
16264
- style: {
16265
- maskType: "alpha"
16266
- },
16267
- maskUnits: "userSpaceOnUse",
16268
- x: "148",
16269
- y: "42",
16270
- width: "8",
16271
- height: "7"
16272
- }, /*#__PURE__*/React.createElement("path", {
16273
- fillRule: "evenodd",
16274
- clipRule: "evenodd",
16275
- d: "M152.597 43.0261C153.484 43.9134 153.568 45.2997 152.849 46.2816L154.965 48.3975C155.014 48.4468 155.014 48.5267 154.965 48.5759L154.597 48.9436C154.548 48.9929 154.468 48.9929 154.419 48.9436L152.303 46.8276C151.321 47.5468 149.934 47.4628 149.047 46.5755C148.067 45.5953 148.067 44.0062 149.047 43.0261C150.027 42.0459 151.616 42.0459 152.597 43.0261ZM152.051 46.0295C152.729 45.3509 152.729 44.2508 152.051 43.5722C151.372 42.8936 150.272 42.8936 149.593 43.5722C148.915 44.2508 148.915 45.3509 149.593 46.0295C150.272 46.708 151.372 46.708 152.051 46.0295Z",
16276
- fill: "white"
16277
- })), /*#__PURE__*/React.createElement("g", {
16278
- mask: "url(#mask0_2573_15404)"
16279
- }, /*#__PURE__*/React.createElement("rect", {
16280
- x: "146.677",
16281
- y: "40.7842",
16282
- width: "10.0392",
16283
- height: "10.0392",
16284
- fill: "white"
16285
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("filter", {
16286
- id: "filter0_d_2573_15404",
16287
- x: "16.8137",
16288
- y: "28.8823",
16289
- width: "35.7256",
16290
- height: "18.1567",
16291
- filterUnits: "userSpaceOnUse",
16292
- colorInterpolationFilters: "sRGB"
16293
- }, /*#__PURE__*/React.createElement("feFlood", {
16294
- floodOpacity: "0",
16295
- result: "BackgroundImageFix"
16296
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
16297
- "in": "SourceAlpha",
16298
- type: "matrix",
16299
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16300
- result: "hardAlpha"
16301
- }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
16302
- stdDeviation: "2.5"
16303
- }), /*#__PURE__*/React.createElement("feComposite", {
16304
- in2: "hardAlpha",
16305
- operator: "out"
16306
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
16307
- type: "matrix",
16308
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16309
- }), /*#__PURE__*/React.createElement("feBlend", {
16310
- mode: "normal",
16311
- in2: "BackgroundImageFix",
16312
- result: "effect1_dropShadow_2573_15404"
16313
- }), /*#__PURE__*/React.createElement("feBlend", {
16314
- mode: "normal",
16315
- "in": "SourceGraphic",
16316
- in2: "effect1_dropShadow_2573_15404",
16317
- result: "shape"
16318
- })), /*#__PURE__*/React.createElement("filter", {
16319
- id: "filter1_d_2573_15404",
16320
- x: "0.5",
16321
- y: "35.7842",
16322
- width: "60.8235",
16323
- height: "18.1567",
16324
- filterUnits: "userSpaceOnUse",
16325
- colorInterpolationFilters: "sRGB"
16326
- }, /*#__PURE__*/React.createElement("feFlood", {
16327
- floodOpacity: "0",
16328
- result: "BackgroundImageFix"
16329
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
16330
- "in": "SourceAlpha",
16331
- type: "matrix",
16332
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16333
- result: "hardAlpha"
16334
- }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
16335
- stdDeviation: "2.5"
16336
- }), /*#__PURE__*/React.createElement("feComposite", {
16337
- in2: "hardAlpha",
16338
- operator: "out"
16339
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
16340
- type: "matrix",
16341
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16342
- }), /*#__PURE__*/React.createElement("feBlend", {
16343
- mode: "normal",
16344
- in2: "BackgroundImageFix",
16345
- result: "effect1_dropShadow_2573_15404"
16346
- }), /*#__PURE__*/React.createElement("feBlend", {
16347
- mode: "normal",
16348
- "in": "SourceGraphic",
16349
- in2: "effect1_dropShadow_2573_15404",
16350
- result: "shape"
16351
- })), /*#__PURE__*/React.createElement("filter", {
16352
- id: "filter2_d_2573_15404",
16353
- x: "127.245",
16354
- y: "22.6079",
16355
- width: "46.3921",
16356
- height: "18.1567",
16357
- filterUnits: "userSpaceOnUse",
16358
- colorInterpolationFilters: "sRGB"
16359
- }, /*#__PURE__*/React.createElement("feFlood", {
16360
- floodOpacity: "0",
16361
- result: "BackgroundImageFix"
16362
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
16363
- "in": "SourceAlpha",
16364
- type: "matrix",
16365
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16366
- result: "hardAlpha"
16367
- }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
16368
- stdDeviation: "2.5"
16369
- }), /*#__PURE__*/React.createElement("feComposite", {
16370
- in2: "hardAlpha",
16371
- operator: "out"
16372
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
16373
- type: "matrix",
16374
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16375
- }), /*#__PURE__*/React.createElement("feBlend", {
16376
- mode: "normal",
16377
- in2: "BackgroundImageFix",
16378
- result: "effect1_dropShadow_2573_15404"
16379
- }), /*#__PURE__*/React.createElement("feBlend", {
16380
- mode: "normal",
16381
- "in": "SourceGraphic",
16382
- in2: "effect1_dropShadow_2573_15404",
16383
- result: "shape"
16384
- })), /*#__PURE__*/React.createElement("filter", {
16385
- id: "filter3_d_2573_15404",
16386
- x: "117.833",
16387
- y: "29.5098",
16388
- width: "60.8235",
16389
- height: "18.1567",
16390
- filterUnits: "userSpaceOnUse",
16391
- colorInterpolationFilters: "sRGB"
16392
- }, /*#__PURE__*/React.createElement("feFlood", {
16393
- floodOpacity: "0",
16394
- result: "BackgroundImageFix"
16395
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
16396
- "in": "SourceAlpha",
16397
- type: "matrix",
16398
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16399
- result: "hardAlpha"
16400
- }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
16401
- stdDeviation: "2.5"
16402
- }), /*#__PURE__*/React.createElement("feComposite", {
16403
- in2: "hardAlpha",
16404
- operator: "out"
16405
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
16406
- type: "matrix",
16407
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16408
- }), /*#__PURE__*/React.createElement("feBlend", {
16409
- mode: "normal",
16410
- in2: "BackgroundImageFix",
16411
- result: "effect1_dropShadow_2573_15404"
16412
- }), /*#__PURE__*/React.createElement("feBlend", {
16413
- mode: "normal",
16414
- "in": "SourceGraphic",
16415
- in2: "effect1_dropShadow_2573_15404",
16416
- result: "shape"
16417
- })), /*#__PURE__*/React.createElement("filter", {
16418
- id: "filter4_d_2573_15404",
16419
- x: "132.822",
16420
- y: "26.9292",
16421
- width: "37.7492",
16422
- height: "37.7494",
16423
- filterUnits: "userSpaceOnUse",
16424
- colorInterpolationFilters: "sRGB"
16425
- }, /*#__PURE__*/React.createElement("feFlood", {
16426
- floodOpacity: "0",
16427
- result: "BackgroundImageFix"
16428
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
16429
- "in": "SourceAlpha",
16430
- type: "matrix",
16431
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16432
- result: "hardAlpha"
16433
- }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
16434
- stdDeviation: "5.04515"
16435
- }), /*#__PURE__*/React.createElement("feComposite", {
16436
- in2: "hardAlpha",
16437
- operator: "out"
16438
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
16439
- type: "matrix",
16440
- values: "0 0 0 0 0.0823529 0 0 0 0 0.454902 0 0 0 0 0.615686 0 0 0 0.5 0"
16441
- }), /*#__PURE__*/React.createElement("feBlend", {
16442
- mode: "normal",
16443
- in2: "BackgroundImageFix",
16444
- result: "effect1_dropShadow_2573_15404"
16445
- }), /*#__PURE__*/React.createElement("feBlend", {
16446
- mode: "normal",
16447
- "in": "SourceGraphic",
16448
- in2: "effect1_dropShadow_2573_15404",
16449
- result: "shape"
16450
- }))));
16451
- };
16452
-
16453
16052
  var FindIconSmall = function FindIconSmall(_ref) {
16454
16053
  var themeValues = _ref.themeValues,
16455
16054
  _ref$iconIndex = _ref.iconIndex,
@@ -24295,50 +23894,9 @@ var fallbackValues$l = {
24295
23894
  autopayTextColor: autopayTextColor
24296
23895
  };
24297
23896
 
24298
- var BankItemWrapper = styled.div.withConfig({
24299
- displayName: "FormattedBankAccount__BankItemWrapper",
24300
- componentId: "sc-18hcgw4-0"
24301
- })(["display:flex;justify-content:flex-start;align-items:center;"]);
24302
- var BankAccountText = styled.h4.withConfig({
24303
- displayName: "FormattedBankAccount__BankAccountText",
24304
- componentId: "sc-18hcgw4-1"
24305
- })(["color:", ";font-size:1rem;font-weight:400;line-height:1.5rem;text-align:left;margin-right:0.5rem;display:inline-block;"], function (_ref) {
24306
- var color = _ref.color;
24307
- return color;
24308
- });
24309
- var CHECKING = "CHECKING";
24310
- var SAVINGS = "SAVINGS";
24311
-
24312
- var FormattedBankAccount = function FormattedBankAccount(_ref2) {
24313
- var lastFour = _ref2.lastFour,
24314
- accountType = _ref2.accountType,
24315
- autoPay = _ref2.autoPay,
24316
- themeValues = _ref2.themeValues;
24317
- return /*#__PURE__*/React.createElement(BankItemWrapper, null, /*#__PURE__*/React.createElement(Box, {
24318
- padding: "0.25rem 0 0 0",
24319
- extraStyles: "margin-right: 1rem;"
24320
- }, /*#__PURE__*/React.createElement(BankIcon, null)), /*#__PURE__*/React.createElement(Stack, {
24321
- childGap: "0"
24322
- }, accountType === CHECKING && /*#__PURE__*/React.createElement(BankAccountText, {
24323
- color: themeValues.textColor
24324
- }, "Checking Account ending in ", lastFour), accountType === SAVINGS && /*#__PURE__*/React.createElement(BankAccountText, {
24325
- color: themeValues.textColor
24326
- }, "Savings Account ending in ", lastFour), autoPay && /*#__PURE__*/React.createElement(Text$1, {
24327
- variant: "p",
24328
- color: themeValues.autopayTextColor,
24329
- extraStyles: "font-style: italic;"
24330
- }, "Autopay Enabled")));
24331
- };
24332
-
24333
- var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$l);
24334
-
24335
- var textColor$2 = "".concat(CHARADE_GREY);
24336
- var autopayTextColor$1 = "".concat(REGENT_GREY);
24337
- var fallbackValues$m = {
24338
- textColor: textColor$2,
24339
- autopayTextColor: autopayTextColor$1
24340
- };
24341
-
23897
+ var ACTIVE = "ACTIVE";
23898
+ var EXPIRING_SOON = "EXPIRING_SOON";
23899
+ var EXPIRED = "EXPIRED";
24342
23900
  var CreditCardWrapper = styled.div.withConfig({
24343
23901
  displayName: "FormattedCreditCard__CreditCardWrapper",
24344
23902
  componentId: "sc-s0ta5l-0"
@@ -24354,6 +23912,32 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
24354
23912
  expireDate = _ref.expireDate,
24355
23913
  expirationStatus = _ref.expirationStatus,
24356
23914
  themeValues = _ref.themeValues;
23915
+
23916
+ var renderCardStatus = function renderCardStatus() {
23917
+ switch (expirationStatus) {
23918
+ case ACTIVE:
23919
+ return /*#__PURE__*/React.createElement(Paragraph$1, {
23920
+ variant: "pXS",
23921
+ color: ASH_GREY,
23922
+ textAlign: "left"
23923
+ }, "Exp Date ", expireDate);
23924
+
23925
+ case EXPIRING_SOON:
23926
+ return /*#__PURE__*/React.createElement(Paragraph$1, {
23927
+ variant: "pXS",
23928
+ color: FIRE_YELLOW,
23929
+ textAlign: "left"
23930
+ }, "Expiring Soon ", expireDate);
23931
+
23932
+ case EXPIRED:
23933
+ return /*#__PURE__*/React.createElement(Paragraph$1, {
23934
+ variant: "pXS",
23935
+ color: ASH_GREY,
23936
+ textAlign: "left"
23937
+ }, "Expired");
23938
+ }
23939
+ };
23940
+
24357
23941
  return /*#__PURE__*/React.createElement(CreditCardWrapper, null, /*#__PURE__*/React.createElement(CCIconWrapper, null, /*#__PURE__*/React.createElement(GenericCard, null)), /*#__PURE__*/React.createElement(Stack, {
24358
23942
  childGap: "0"
24359
23943
  }, /*#__PURE__*/React.createElement(Box, {
@@ -24364,14 +23948,14 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
24364
23948
  color: themeValues.textColor,
24365
23949
  textAlign: "left",
24366
23950
  extraStyles: "display: inline-block;"
24367
- }, "Card ending in ".concat(lastFour)), expireDate && /*#__PURE__*/React.createElement(Fragment$1, null, renderCardStatus(expirationStatus, expireDate, "left", "p"))), autoPay && /*#__PURE__*/React.createElement(Text$1, {
23951
+ }, "Card ending in ".concat(lastFour)), expireDate && /*#__PURE__*/React.createElement(Fragment$1, null, renderCardStatus())), autoPay && /*#__PURE__*/React.createElement(Text$1, {
24368
23952
  variant: "p",
24369
23953
  color: themeValues.autopayTextColor,
24370
23954
  extraStyles: "font-style: italic;"
24371
23955
  }, "Autopay Enabled")));
24372
23956
  };
24373
23957
 
24374
- var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$m);
23958
+ var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$l);
24375
23959
 
24376
23960
  var Hamburger = styled.button.withConfig({
24377
23961
  displayName: "HamburgerButton__Hamburger",
@@ -24453,7 +24037,7 @@ var fontSize$8 = {
24453
24037
  h5: "1.375rem",
24454
24038
  h6: "1.25rem"
24455
24039
  };
24456
- var fallbackValues$n = {
24040
+ var fallbackValues$m = {
24457
24041
  fontFamily: fontFamily$5,
24458
24042
  fontSize: fontSize$8
24459
24043
  };
@@ -24495,7 +24079,7 @@ var Heading = function Heading(_ref) {
24495
24079
  }, rest), safeChildren(children, /*#__PURE__*/React.createElement("span", null)));
24496
24080
  };
24497
24081
 
24498
- var Heading$1 = themeComponent(Heading, "Heading", fallbackValues$n, "h1");
24082
+ var Heading$1 = themeComponent(Heading, "Heading", fallbackValues$m, "h1");
24499
24083
 
24500
24084
  var Jumbo = function Jumbo(_ref) {
24501
24085
  var showButton = _ref.showButton,
@@ -24569,7 +24153,7 @@ var fontWeight$4 = {
24569
24153
  pL: "600",
24570
24154
  h6: "700"
24571
24155
  };
24572
- var fallbackValues$o = {
24156
+ var fallbackValues$n = {
24573
24157
  fontWeight: fontWeight$4
24574
24158
  };
24575
24159
 
@@ -24597,7 +24181,7 @@ var LabeledAmount = function LabeledAmount(_ref) {
24597
24181
  }, amount));
24598
24182
  };
24599
24183
 
24600
- var LabeledAmount$1 = themeComponent(LabeledAmount, "LabeledAmount", fallbackValues$o, "default");
24184
+ var LabeledAmount$1 = themeComponent(LabeledAmount, "LabeledAmount", fallbackValues$n, "default");
24601
24185
 
24602
24186
  var weightTitle = {
24603
24187
  "default": "600",
@@ -24607,7 +24191,7 @@ var paragraphVariant = {
24607
24191
  "default": "pL",
24608
24192
  small: "pS"
24609
24193
  };
24610
- var fallbackValues$p = {
24194
+ var fallbackValues$o = {
24611
24195
  weightTitle: weightTitle,
24612
24196
  paragraphVariant: paragraphVariant
24613
24197
  };
@@ -24636,10 +24220,10 @@ var LineItem = function LineItem(_ref) {
24636
24220
  }, amount));
24637
24221
  };
24638
24222
 
24639
- var LineItem$1 = themeComponent(LineItem, "LineItem", fallbackValues$p, "default");
24223
+ var LineItem$1 = themeComponent(LineItem, "LineItem", fallbackValues$o, "default");
24640
24224
 
24641
24225
  var color$8 = "#15749D";
24642
- var fallbackValues$q = {
24226
+ var fallbackValues$p = {
24643
24227
  color: color$8
24644
24228
  };
24645
24229
 
@@ -24678,7 +24262,7 @@ var Spinner$1 = function Spinner(_ref4) {
24678
24262
  })));
24679
24263
  };
24680
24264
 
24681
- var Spinner$2 = themeComponent(Spinner$1, "Spinner", fallbackValues$q);
24265
+ var Spinner$2 = themeComponent(Spinner$1, "Spinner", fallbackValues$p);
24682
24266
 
24683
24267
  var Loading = function Loading() {
24684
24268
  return /*#__PURE__*/React.createElement(Box, {
@@ -24944,7 +24528,7 @@ var height$1 = {
24944
24528
  "default": "3rem",
24945
24529
  large: "192px"
24946
24530
  };
24947
- var fallbackValues$r = {
24531
+ var fallbackValues$q = {
24948
24532
  color: color$9,
24949
24533
  height: height$1
24950
24534
  };
@@ -25053,12 +24637,12 @@ var Placeholder = function Placeholder(_ref2) {
25053
24637
  }, text)))))))))));
25054
24638
  };
25055
24639
 
25056
- var Placeholder$1 = themeComponent(Placeholder, "Placeholder", fallbackValues$r, "default");
24640
+ var Placeholder$1 = themeComponent(Placeholder, "Placeholder", fallbackValues$q, "default");
25057
24641
 
25058
24642
  var backgroundColor$4 = {
25059
24643
  "default": "".concat(WHITE)
25060
24644
  };
25061
- var fallbackValues$s = {
24645
+ var fallbackValues$r = {
25062
24646
  backgroundColor: backgroundColor$4
25063
24647
  };
25064
24648
 
@@ -25086,7 +24670,7 @@ var ProcessingFee = function ProcessingFee(_ref) {
25086
24670
  }));
25087
24671
  };
25088
24672
 
25089
- var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$s, "default");
24673
+ var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$r, "default");
25090
24674
 
25091
24675
 
25092
24676
 
@@ -25148,7 +24732,7 @@ var RadioButtonWithLabel = function RadioButtonWithLabel(_ref) {
25148
24732
 
25149
24733
  var activeColor$5 = "".concat(MATISSE_BLUE);
25150
24734
  var inactiveColor = "".concat(GREY_CHATEAU);
25151
- var fallbackValues$t = {
24735
+ var fallbackValues$s = {
25152
24736
  activeColor: activeColor$5,
25153
24737
  inactiveColor: inactiveColor
25154
24738
  };
@@ -25238,12 +24822,12 @@ var RadioButton$1 = function RadioButton(_ref2) {
25238
24822
  })));
25239
24823
  };
25240
24824
 
25241
- var RadioButton$2 = themeComponent(RadioButton$1, "RadioButton", fallbackValues$t);
24825
+ var RadioButton$2 = themeComponent(RadioButton$1, "RadioButton", fallbackValues$s);
25242
24826
 
25243
24827
  var border$2 = {
25244
24828
  "default": "1px solid #caced8"
25245
24829
  };
25246
- var fallbackValues$u = {
24830
+ var fallbackValues$t = {
25247
24831
  border: border$2
25248
24832
  };
25249
24833
 
@@ -25318,7 +24902,7 @@ var SearchableSelect = function SearchableSelect(_ref) {
25318
24902
  })))));
25319
24903
  };
25320
24904
 
25321
- var SearchableSelect$1 = themeComponent(SearchableSelect, "SearchableSelect", fallbackValues$u, "default");
24905
+ var SearchableSelect$1 = themeComponent(SearchableSelect, "SearchableSelect", fallbackValues$t, "default");
25322
24906
 
25323
24907
  var borderColor$2 = {
25324
24908
  "default": "".concat(GREY_CHATEAU)
@@ -25326,7 +24910,7 @@ var borderColor$2 = {
25326
24910
  var borderSize = {
25327
24911
  "default": "1px"
25328
24912
  };
25329
- var fallbackValues$v = {
24913
+ var fallbackValues$u = {
25330
24914
  borderColor: borderColor$2,
25331
24915
  borderSize: borderSize
25332
24916
  };
@@ -25343,7 +24927,7 @@ var SolidDivider = function SolidDivider(_ref) {
25343
24927
  });
25344
24928
  };
25345
24929
 
25346
- var SolidDivider$1 = themeComponent(SolidDivider, "SolidDivider", fallbackValues$v, "default");
24930
+ var SolidDivider$1 = themeComponent(SolidDivider, "SolidDivider", fallbackValues$u, "default");
25347
24931
 
25348
24932
  var placeHolderOptionUS = {
25349
24933
  text: "Please select state",
@@ -35927,7 +35511,7 @@ var offBackground = "".concat(REGENT_GREY);
35927
35511
  var labelStyles = "\n display: flex;\n justify-content: flex-start;\n align-items: center;\n";
35928
35512
  var rightLabelStyles = "\n ".concat(labelStyles, "\n flex-direction: row;\n");
35929
35513
  var leftLabelStyles = "\n ".concat(labelStyles, "\n flex-direction: row-reverse;\n");
35930
- var fallbackValues$w = {
35514
+ var fallbackValues$v = {
35931
35515
  onBackground: onBackground,
35932
35516
  disabledBackground: disabledBackground,
35933
35517
  white: white,
@@ -36103,7 +35687,7 @@ var ToggleSwitch = function ToggleSwitch(_ref6) {
36103
35687
  }, label))));
36104
35688
  };
36105
35689
 
36106
- var ToggleSwitch$1 = themeComponent(ToggleSwitch, "ToggleSwitch", fallbackValues$w);
35690
+ var ToggleSwitch$1 = themeComponent(ToggleSwitch, "ToggleSwitch", fallbackValues$v);
36107
35691
 
36108
35692
  var background$1 = "".concat(ATHENS_GREY);
36109
35693
  var white$1 = "".concat(WHITE);
@@ -36152,7 +35736,7 @@ var backgroundColor$5 = WHITE;
36152
35736
  var imageBackgroundColor = INFO_BLUE;
36153
35737
  var headerBackgroundColor = STORM_GREY;
36154
35738
  var headerColor = WHITE;
36155
- var fallbackValues$x = {
35739
+ var fallbackValues$w = {
36156
35740
  backgroundColor: backgroundColor$5,
36157
35741
  imageBackgroundColor: imageBackgroundColor,
36158
35742
  headerBackgroundColor: headerBackgroundColor,
@@ -36175,11 +35759,11 @@ var CardImage = styled.img.withConfig({
36175
35759
 
36176
35760
  var titleColor = BRIGHT_GREY;
36177
35761
  var titleWeight = FONT_WEIGHT_BOLD;
36178
- var textColor$3 = BRIGHT_GREY;
36179
- var fallbackValues$y = {
35762
+ var textColor$2 = BRIGHT_GREY;
35763
+ var fallbackValues$x = {
36180
35764
  titleColor: titleColor,
36181
35765
  titleWeight: titleWeight,
36182
- textColor: textColor$3
35766
+ textColor: textColor$2
36183
35767
  };
36184
35768
 
36185
35769
  var CardText = function CardText(_ref) {
@@ -36200,7 +35784,7 @@ var CardText = function CardText(_ref) {
36200
35784
  color: themeValues.textColor
36201
35785
  }, text))));
36202
35786
  };
36203
- var CardText$1 = themeComponent(withWindowSize(CardText), "CardText", fallbackValues$y);
35787
+ var CardText$1 = themeComponent(withWindowSize(CardText), "CardText", fallbackValues$x);
36204
35788
 
36205
35789
  var CardHeader = function CardHeader(_ref) {
36206
35790
  var backgroundColor = _ref.backgroundColor,
@@ -36297,12 +35881,12 @@ var Card = function Card(_ref) {
36297
35881
  }), children)));
36298
35882
  };
36299
35883
 
36300
- var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$x);
35884
+ var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$w);
36301
35885
 
36302
35886
  var fontFamily$6 = "Public Sans, sans-serif";
36303
35887
  var activeColor$6 = MATISSE_BLUE;
36304
35888
  var linkColor$3 = CHARADE_GREY;
36305
- var fallbackValues$z = {
35889
+ var fallbackValues$y = {
36306
35890
  fontFamily: fontFamily$6,
36307
35891
  activeColor: activeColor$6,
36308
35892
  linkColor: linkColor$3
@@ -36335,7 +35919,7 @@ var NavTab = function NavTab(_ref) {
36335
35919
  }, label));
36336
35920
  };
36337
35921
 
36338
- var NavTab$1 = themeComponent(NavTab, "NavTab", fallbackValues$z);
35922
+ var NavTab$1 = themeComponent(NavTab, "NavTab", fallbackValues$y);
36339
35923
 
36340
35924
  var NavTabs = function NavTabs(_ref) {
36341
35925
  var tabsConfig = _ref.tabsConfig,
@@ -38293,7 +37877,7 @@ AddressForm.mapStateToProps = mapStateToProps$1;
38293
37877
  AddressForm.mapDispatchToProps = mapDispatchToProps;
38294
37878
 
38295
37879
  var backgroundColor$6 = "#ebeffb";
38296
- var fallbackValues$A = {
37880
+ var fallbackValues$z = {
38297
37881
  backgroundColor: backgroundColor$6
38298
37882
  };
38299
37883
 
@@ -38345,7 +37929,7 @@ var Banner = function Banner(_ref) {
38345
37929
  }, /*#__PURE__*/React.createElement(Image, null))));
38346
37930
  };
38347
37931
 
38348
- var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$A);
37932
+ var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$z);
38349
37933
 
38350
37934
  var ChangePasswordForm = function ChangePasswordForm(_ref) {
38351
37935
  var _newPasswordErrorMess;
@@ -38487,7 +38071,7 @@ ChangePasswordForm.mapDispatchToProps = mapDispatchToProps$1;
38487
38071
  var titleColor$1 = "#292A33";
38488
38072
  var headingBackgroundColor = "transparent";
38489
38073
  var bodyBackgroundColor = "transparent";
38490
- var fallbackValues$B = {
38074
+ var fallbackValues$A = {
38491
38075
  titleColor: titleColor$1,
38492
38076
  headingBackgroundColor: headingBackgroundColor,
38493
38077
  bodyBackgroundColor: bodyBackgroundColor
@@ -38614,7 +38198,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
38614
38198
  }, children))));
38615
38199
  };
38616
38200
 
38617
- var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$B);
38201
+ var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$A);
38618
38202
 
38619
38203
  var ClipboardIcon = function ClipboardIcon(_ref) {
38620
38204
  var themeValues = _ref.themeValues;
@@ -38875,8 +38459,8 @@ var EditableListItemControls = styled.div.withConfig({
38875
38459
  componentId: "sc-10ehkz7-1"
38876
38460
  })(["display:flex;justify-content:space-evenly;align-items:center;"]);
38877
38461
 
38878
- var ACTIVE = "ACTIVE";
38879
- var EXPIRED = "EXPIRED";
38462
+ var ACTIVE$1 = "ACTIVE";
38463
+ var EXPIRED$1 = "EXPIRED";
38880
38464
 
38881
38465
  var EditableList = function EditableList(_ref) {
38882
38466
  var _ref$title = _ref.title,
@@ -38933,13 +38517,13 @@ var EditableList = function EditableList(_ref) {
38933
38517
  modalOpen = _useState2[0],
38934
38518
  toggleModal = _useState2[1];
38935
38519
 
38936
- var expiredItem = (_item$expirationStatu = item === null || item === void 0 ? void 0 : item.expirationStatus) !== null && _item$expirationStatu !== void 0 ? _item$expirationStatu : ACTIVE;
38520
+ var expiredItem = (_item$expirationStatu = item === null || item === void 0 ? void 0 : item.expirationStatus) !== null && _item$expirationStatu !== void 0 ? _item$expirationStatu : ACTIVE$1;
38937
38521
  return /*#__PURE__*/React.createElement(EditableListItem, {
38938
38522
  listItemSize: !!item.id && autoPayMethods !== null && autoPayMethods !== void 0 && autoPayMethods.some(function (methodID) {
38939
38523
  return methodID === item.id;
38940
38524
  }) ? "big" : listItemSize,
38941
38525
  key: item.id || item,
38942
- disabled: expiredItem === EXPIRED
38526
+ disabled: expiredItem === EXPIRED$1
38943
38527
  }, /*#__PURE__*/React.createElement(Text$1, {
38944
38528
  variant: "p",
38945
38529
  color: CHARADE_GREY
@@ -39200,7 +38784,7 @@ EmailForm.mapDispatchToProps = mapDispatchToProps$3;
39200
38784
 
39201
38785
  var footerBackgroundColor = BRIGHT_GREY;
39202
38786
  var subfooterBackgroundColor = STORM_GREY;
39203
- var fallbackValues$C = {
38787
+ var fallbackValues$B = {
39204
38788
  footerBackgroundColor: footerBackgroundColor,
39205
38789
  subfooterBackgroundColor: subfooterBackgroundColor
39206
38790
  };
@@ -39232,7 +38816,7 @@ var FooterWithSubfooter = function FooterWithSubfooter(_ref) {
39232
38816
  }));
39233
38817
  };
39234
38818
 
39235
- var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$C);
38819
+ var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$B);
39236
38820
 
39237
38821
  var ForgotPasswordForm = function ForgotPasswordForm(_ref) {
39238
38822
  var _EmailErrorMessages;
@@ -39282,10 +38866,10 @@ ForgotPasswordForm.reducer = reducer$4;
39282
38866
  ForgotPasswordForm.mapStateToProps = mapStateToProps$5;
39283
38867
  ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
39284
38868
 
39285
- var textColor$4 = "#ffffff";
38869
+ var textColor$3 = "#ffffff";
39286
38870
  var backgroundColor$7 = "#182848";
39287
- var fallbackValues$D = {
39288
- textColor: textColor$4,
38871
+ var fallbackValues$C = {
38872
+ textColor: textColor$3,
39289
38873
  backgroundColor: backgroundColor$7
39290
38874
  };
39291
38875
 
@@ -39341,7 +38925,7 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
39341
38925
  }), repeat( /*#__PURE__*/React.createElement(Box, null), boxesAfter))));
39342
38926
  };
39343
38927
 
39344
- var HighlightTabRow$1 = /*#__PURE__*/memo(themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$D));
38928
+ var HighlightTabRow$1 = /*#__PURE__*/memo(themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$C));
39345
38929
 
39346
38930
  var AccountBillIcon = function AccountBillIcon() {
39347
38931
  return /*#__PURE__*/React.createElement("svg", {
@@ -44493,7 +44077,7 @@ var backgroundColor$8 = {
44493
44077
  largeTitle: WHITE,
44494
44078
  small: WHITE
44495
44079
  };
44496
- var fallbackValues$E = {
44080
+ var fallbackValues$D = {
44497
44081
  fontSize: fontSize$9,
44498
44082
  fontWeight: fontWeight$5,
44499
44083
  fontColor: fontColor,
@@ -44552,7 +44136,7 @@ var Module = function Module(_ref) {
44552
44136
  }, children)));
44553
44137
  };
44554
44138
 
44555
- var Module$1 = /*#__PURE__*/memo(themeComponent(Module, "Module", fallbackValues$E, "default"));
44139
+ var Module$1 = /*#__PURE__*/memo(themeComponent(Module, "Module", fallbackValues$D, "default"));
44556
44140
 
44557
44141
  var backgroundColor$9 = {
44558
44142
  profile: "#3b414d",
@@ -44562,7 +44146,7 @@ var shadowColor = {
44562
44146
  profile: "#292A33",
44563
44147
  cms: "#292A33"
44564
44148
  };
44565
- var fallbackValues$F = {
44149
+ var fallbackValues$E = {
44566
44150
  backgroundColor: backgroundColor$9,
44567
44151
  shadowColor: shadowColor
44568
44152
  };
@@ -44603,7 +44187,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
44603
44187
  }, menuContent));
44604
44188
  };
44605
44189
 
44606
- var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$F, "profile");
44190
+ var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$E, "profile");
44607
44191
 
44608
44192
  var menu = posed.div({
44609
44193
  invisible: {
@@ -44659,11 +44243,7 @@ var NavMenuMobile = function NavMenuMobile(_ref) {
44659
44243
  }, menuContent));
44660
44244
  };
44661
44245
 
44662
- var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$F, "profile");
44663
-
44664
- var ACH_METHOD = "BANK_ACCOUNT";
44665
- var CC_METHOD = "CREDIT_CARD";
44666
- var CASH_METHOD = "CASH";
44246
+ var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$E, "profile");
44667
44247
 
44668
44248
  var IconsModule = function IconsModule(_ref) {
44669
44249
  var icon = _ref.icon,
@@ -44720,7 +44300,7 @@ var activeColor$7 = "#0E506D";
44720
44300
  var linkColor$4 = "#3176AA";
44721
44301
  var fontWeight$6 = FONT_WEIGHT_REGULAR;
44722
44302
  var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
44723
- var fallbackValues$G = {
44303
+ var fallbackValues$F = {
44724
44304
  color: color$a,
44725
44305
  hoverColor: hoverColor$5,
44726
44306
  activeColor: activeColor$7,
@@ -44744,27 +44324,13 @@ var AutopayModal = function AutopayModal(_ref) {
44744
44324
  isPaymentPlan = _ref.isPaymentPlan,
44745
44325
  nextAutopayDate = _ref.nextAutopayDate,
44746
44326
  dueDate = _ref.dueDate,
44747
- inactive = _ref.inactive,
44748
- description = _ref.description,
44749
- subDescription = _ref.subDescription,
44750
- allowedPaymentInstruments = _ref.allowedPaymentInstruments;
44751
-
44752
- var generateMethodNeededText = function generateMethodNeededText(planText, allowedPaymentInstruments) {
44753
- var allowsCard = allowedPaymentInstruments.includes(CC_METHOD);
44754
- var allowsACH = allowedPaymentInstruments.includes(ACH_METHOD);
44755
- var methodRequired = allowsCard && !allowsACH ? "debit or credit card payment method" : !allowsCard && allowsACH ? "checking account payment method" : "payment method";
44756
- return "To setup ".concat(planText, " you must have a saved ").concat(methodRequired, " and address in your profile. Do you want to save these now?");
44757
- };
44758
-
44759
- var plan = isPaymentPlan ? "your payment plan" : "autopay";
44760
- var shortPlan = isPaymentPlan ? "Payment Plan" : "Autopay";
44761
- var deactivateText = "deactivate ".concat(shortPlan, " for ").concat(description, ": ").concat(subDescription);
44762
- var activateText = "Set Up ".concat(shortPlan, " for ").concat(description, ": ").concat(subDescription);
44327
+ inactive = _ref.inactive;
44328
+ var planType = isPaymentPlan ? "Payment Plan" : "Autopay";
44763
44329
  var nextDate = dueDate || nextAutopayDate;
44764
44330
  var modalExtraProps = {
44765
- modalHeaderText: autoPayActive ? titleCaseString(deactivateText) : titleCaseString(activateText),
44766
- 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),
44767
- continueButtonText: autoPayActive ? "Disable ".concat(shortPlan) : "Add to Profile",
44331
+ modalHeaderText: autoPayActive ? "Deactivate ".concat(planType) : "Set Up ".concat(planType),
44332
+ modalBodyText: autoPayActive ? "Are you sure you want to deactivate ".concat(isPaymentPlan ? "your payment plan" : "autopay", "? ").concat(!inactive && nextDate ? "Your next payment will be due on ".concat(nextDate, ".") : "") : "To set up ".concat(isPaymentPlan ? "a payment plan" : "autopay", " you must save a payment method and address in your profile. Do you want to save these now?"),
44333
+ continueButtonText: autoPayActive ? "Disable ".concat(planType) : "Add to Profile",
44768
44334
  useDangerButton: autoPayActive,
44769
44335
  continueAction: autoPayActive ? function () {
44770
44336
  deactivatePaymentSchedule(isPaymentPlan ? paymentPlanSchedule : autoPaySchedule, isPaymentPlan);
@@ -44780,7 +44346,7 @@ var AutopayModal = function AutopayModal(_ref) {
44780
44346
  case "secondary":
44781
44347
  {
44782
44348
  return /*#__PURE__*/React.createElement(ButtonWithAction, {
44783
- text: autoPayActive ? "Turn off ".concat(shortPlan) : "Set Up ".concat(shortPlan),
44349
+ text: autoPayActive ? "Turn off ".concat(planType) : "Set Up ".concat(planType),
44784
44350
  variant: "secondary",
44785
44351
  action: function action() {
44786
44352
  toggleModal(true);
@@ -44793,7 +44359,7 @@ var AutopayModal = function AutopayModal(_ref) {
44793
44359
  case "tertiary":
44794
44360
  {
44795
44361
  return /*#__PURE__*/React.createElement(ButtonWithAction, {
44796
- text: autoPayActive ? "Manage ".concat(shortPlan) : "Set Up ".concat(shortPlan),
44362
+ text: autoPayActive ? "Manage ".concat(planType) : "Set Up ".concat(planType),
44797
44363
  variant: "tertiary",
44798
44364
  action: function action() {
44799
44365
  toggleModal(true);
@@ -44825,12 +44391,12 @@ var AutopayModal = function AutopayModal(_ref) {
44825
44391
  e.key === "Enter" && toggleModal(true);
44826
44392
  },
44827
44393
  tabIndex: "0",
44828
- dataQa: "".concat(shortPlan, " On"),
44394
+ dataQa: "".concat(planType, " On"),
44829
44395
  color: SEA_GREEN,
44830
44396
  weight: themeValues.fontWeight,
44831
44397
  hoverStyles: themeValues.modalLinkHoverFocus,
44832
44398
  extraStyles: "padding-left: 0.25rem;"
44833
- }, "".concat(shortPlan, " ").concat(nextAutopayDate))));
44399
+ }, "".concat(planType, " ").concat(nextAutopayDate))));
44834
44400
  }
44835
44401
  }
44836
44402
  };
@@ -44846,7 +44412,7 @@ var AutopayModal = function AutopayModal(_ref) {
44846
44412
  }, modalExtraProps), renderAutoPayControl());
44847
44413
  };
44848
44414
 
44849
- var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$G);
44415
+ var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$F);
44850
44416
 
44851
44417
  var AmountModule = function AmountModule(_ref) {
44852
44418
  var totalAmountDue = _ref.totalAmountDue,
@@ -44857,10 +44423,7 @@ var AmountModule = function AmountModule(_ref) {
44857
44423
  autoPaySchedule = _ref.autoPaySchedule,
44858
44424
  paymentPlanSchedule = _ref.paymentPlanSchedule,
44859
44425
  isPaymentPlan = _ref.isPaymentPlan,
44860
- nextAutopayDate = _ref.nextAutopayDate,
44861
- description = _ref.description,
44862
- subDescription = _ref.subDescription,
44863
- allowedPaymentInstruments = _ref.allowedPaymentInstruments;
44426
+ nextAutopayDate = _ref.nextAutopayDate;
44864
44427
 
44865
44428
  var _useState = useState(false),
44866
44429
  _useState2 = _slicedToArray(_useState, 2),
@@ -44889,10 +44452,7 @@ var AmountModule = function AmountModule(_ref) {
44889
44452
  paymentPlanSchedule: paymentPlanSchedule,
44890
44453
  isPaymentPlan: isPaymentPlan,
44891
44454
  nextAutopayDate: nextAutopayDate,
44892
- controlType: "link",
44893
- description: description,
44894
- subDescription: subDescription,
44895
- allowedPaymentInstruments: allowedPaymentInstruments
44455
+ controlType: "link"
44896
44456
  })));
44897
44457
  };
44898
44458
 
@@ -44911,10 +44471,7 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
44911
44471
  isPaymentPlan = _ref.isPaymentPlan,
44912
44472
  nextAutopayDate = _ref.nextAutopayDate,
44913
44473
  obligationAssocID = _ref.obligationAssocID,
44914
- dueDate = _ref.dueDate,
44915
- description = _ref.description,
44916
- subDescription = _ref.subDescription,
44917
- allowedPaymentInstruments = _ref.allowedPaymentInstruments;
44474
+ dueDate = _ref.dueDate;
44918
44475
  var planType = isPaymentPlan ? "Payment Plan" : "Autopay";
44919
44476
 
44920
44477
  var _useState = useState(false),
@@ -44970,10 +44527,7 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
44970
44527
  autoPaySchedule: autoPaySchedule,
44971
44528
  paymentPlanSchedule: paymentPlanSchedule,
44972
44529
  isPaymentPlan: isPaymentPlan,
44973
- nextAutopayDate: nextAutopayDate,
44974
- description: description,
44975
- subDescription: subDescription,
44976
- allowedPaymentInstruments: allowedPaymentInstruments
44530
+ nextAutopayDate: nextAutopayDate
44977
44531
  }))), /*#__PURE__*/React.createElement(Box, {
44978
44532
  padding: isMobile ? "16px" : "0"
44979
44533
  }, /*#__PURE__*/React.createElement(Cluster, {
@@ -45013,10 +44567,7 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
45013
44567
  paymentPlanSchedule: paymentPlanSchedule,
45014
44568
  isPaymentPlan: isPaymentPlan,
45015
44569
  nextAutopayDate: nextAutopayDate,
45016
- dueDate: dueDate,
45017
- description: description,
45018
- subDescription: subDescription,
45019
- allowedPaymentInstruments: allowedPaymentInstruments
44570
+ dueDate: dueDate
45020
44571
  })), !isMobile && /*#__PURE__*/React.createElement(Box, {
45021
44572
  padding: "0"
45022
44573
  }, /*#__PURE__*/React.createElement(ButtonWithAction, {
@@ -45106,10 +44657,7 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
45106
44657
  dueDate = _ref.dueDate,
45107
44658
  agencyName = _ref.agencyName,
45108
44659
  configType = _ref.configType,
45109
- actions = _ref.actions,
45110
- description = _ref.description,
45111
- subDescription = _ref.subDescription,
45112
- allowedPaymentInstruments = _ref.allowedPaymentInstruments;
44660
+ actions = _ref.actions;
45113
44661
 
45114
44662
  var _useState = useState(false),
45115
44663
  _useState2 = _slicedToArray(_useState, 2),
@@ -45148,10 +44696,7 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
45148
44696
  obligationAssocID: obligationAssocID,
45149
44697
  dueDate: dueDate,
45150
44698
  controlType: "secondary",
45151
- inactive: true,
45152
- description: description,
45153
- subDescription: subDescription,
45154
- allowedPaymentInstruments: allowedPaymentInstruments
44699
+ inactive: true
45155
44700
  })), /*#__PURE__*/React.createElement(Box, {
45156
44701
  padding: "0",
45157
44702
  extraStyles: "flex-grow: 1;"
@@ -45193,7 +44738,7 @@ var InactiveTitleModule = function InactiveTitleModule(_ref) {
45193
44738
  };
45194
44739
 
45195
44740
  var Obligation = function Obligation(_ref) {
45196
- var _obligations$, _firstObligation$cust;
44741
+ var _firstObligation$cust, _firstObligation$desc, _firstObligation$subD;
45197
44742
 
45198
44743
  var config = _ref.config,
45199
44744
  obligations = _ref.obligations,
@@ -45228,13 +44773,7 @@ var Obligation = function Obligation(_ref) {
45228
44773
  The top level desc/subdesc for all obligations in a collection is the same
45229
44774
  (Collection accounts look different in the Account Details page)
45230
44775
  */
45231
- var firstObligation = (_obligations$ = obligations === null || obligations === void 0 ? void 0 : obligations[0]) !== null && _obligations$ !== void 0 ? _obligations$ : {};
45232
- var _firstObligation$allo = firstObligation.allowedPaymentInstruments,
45233
- allowedPaymentInstruments = _firstObligation$allo === void 0 ? [CASH_METHOD, CC_METHOD, ACH_METHOD] : _firstObligation$allo,
45234
- _firstObligation$desc = firstObligation.description,
45235
- description = _firstObligation$desc === void 0 ? "Account" : _firstObligation$desc,
45236
- _firstObligation$subD = firstObligation.subDescription,
45237
- subDescription = _firstObligation$subD === void 0 ? obligationAssocID : _firstObligation$subD;
44776
+ var firstObligation = obligations[0];
45238
44777
  var customAttributes = (_firstObligation$cust = firstObligation === null || firstObligation === void 0 ? void 0 : firstObligation.customAttributes) !== null && _firstObligation$cust !== void 0 ? _firstObligation$cust : {};
45239
44778
  var boxShadowValue = "0px 2px 4px rgba(41, 42, 51, 0.1), 0px 1px 1px 2px rgba(41, 42, 51, 0.1);";
45240
44779
  var activeObligation = /*#__PURE__*/React.createElement(Box, {
@@ -45242,7 +44781,7 @@ var Obligation = function Obligation(_ref) {
45242
44781
  borderRadius: "4px",
45243
44782
  boxShadow: boxShadowValue,
45244
44783
  as: "section",
45245
- "aria-label": "".concat(description, " - ").concat(subDescription),
44784
+ "aria-label": "".concat((_firstObligation$desc = firstObligation === null || firstObligation === void 0 ? void 0 : firstObligation.description) !== null && _firstObligation$desc !== void 0 ? _firstObligation$desc : "account", " ").concat((_firstObligation$subD = firstObligation === null || firstObligation === void 0 ? void 0 : firstObligation.subDescription) !== null && _firstObligation$subD !== void 0 ? _firstObligation$subD : obligationAssocID),
45246
44785
  border: "1px solid ".concat(GRECIAN_GREY),
45247
44786
  borderWidthOverride: "1px 0 0 0"
45248
44787
  }, /*#__PURE__*/React.createElement(Box, {
@@ -45271,8 +44810,8 @@ var Obligation = function Obligation(_ref) {
45271
44810
  iconValue: config.iconValue,
45272
44811
  customAttributes: customAttributes
45273
44812
  }), /*#__PURE__*/React.createElement(TitleModule, {
45274
- title: description,
45275
- subtitle: subDescription,
44813
+ title: firstObligation === null || firstObligation === void 0 ? void 0 : firstObligation.description,
44814
+ subtitle: firstObligation === null || firstObligation === void 0 ? void 0 : firstObligation.subDescription,
45276
44815
  titleColor: BRIGHT_GREY,
45277
44816
  isMobile: isMobile
45278
44817
  }))), !isMobile && /*#__PURE__*/React.createElement(AmountModule, {
@@ -45286,10 +44825,7 @@ var Obligation = function Obligation(_ref) {
45286
44825
  autoPaySchedule: autoPaySchedule,
45287
44826
  paymentPlanSchedule: paymentPlanSchedule,
45288
44827
  isPaymentPlan: isPaymentPlan,
45289
- nextAutopayDate: nextAutopayDate,
45290
- description: description,
45291
- subDescription: subDescription,
45292
- allowedPaymentInstruments: allowedPaymentInstruments
44828
+ nextAutopayDate: nextAutopayDate
45293
44829
  }))), !isMobile && /*#__PURE__*/React.createElement(PaymentDetailsActions, {
45294
44830
  obligations: obligations,
45295
44831
  autoPayEnabled: autoPayEnabled,
@@ -45304,10 +44840,7 @@ var Obligation = function Obligation(_ref) {
45304
44840
  isMobile: isMobile,
45305
44841
  isPaymentPlan: isPaymentPlan,
45306
44842
  nextAutopayDate: nextAutopayDate,
45307
- obligationAssocID: obligationAssocID,
45308
- description: description,
45309
- subDescription: subDescription,
45310
- allowedPaymentInstruments: allowedPaymentInstruments
44843
+ obligationAssocID: obligationAssocID
45311
44844
  }))), isMobile && /*#__PURE__*/React.createElement(PaymentDetailsActions, {
45312
44845
  obligations: obligations,
45313
44846
  autoPayEnabled: autoPayEnabled,
@@ -45322,10 +44855,7 @@ var Obligation = function Obligation(_ref) {
45322
44855
  isMobile: isMobile,
45323
44856
  isPaymentPlan: isPaymentPlan,
45324
44857
  nextAutopayDate: nextAutopayDate,
45325
- obligationAssocID: obligationAssocID,
45326
- description: description,
45327
- subDescription: subDescription,
45328
- allowedPaymentInstruments: allowedPaymentInstruments
44858
+ obligationAssocID: obligationAssocID
45329
44859
  }));
45330
44860
  var inactiveObligation = /*#__PURE__*/React.createElement(Box, {
45331
44861
  padding: "0",
@@ -45378,10 +44908,7 @@ var Obligation = function Obligation(_ref) {
45378
44908
  obligationAssocID: obligationAssocID,
45379
44909
  dueDate: dueDate,
45380
44910
  agencyName: agencyName,
45381
- configType: config.type,
45382
- description: description,
45383
- subDescription: subDescription,
45384
- allowedPaymentInstruments: allowedPaymentInstruments
44911
+ configType: config.type
45385
44912
  }))), isMobile && /*#__PURE__*/React.createElement(InactiveControlsModule, {
45386
44913
  obligations: obligations,
45387
44914
  autoPayEnabled: autoPayEnabled,
@@ -45395,10 +44922,7 @@ var Obligation = function Obligation(_ref) {
45395
44922
  obligationAssocID: obligationAssocID,
45396
44923
  dueDate: dueDate,
45397
44924
  agencyName: agencyName,
45398
- configType: config.type,
45399
- description: description,
45400
- subDescription: subDescription,
45401
- allowedPaymentInstruments: allowedPaymentInstruments
44925
+ configType: config.type
45402
44926
  }))));
45403
44927
  return inactive ? inactiveObligation : activeObligation;
45404
44928
  };
@@ -45700,7 +45224,7 @@ var labeledAmountTotal = {
45700
45224
  "default": "h6",
45701
45225
  small: "p"
45702
45226
  };
45703
- var fallbackValues$H = {
45227
+ var fallbackValues$G = {
45704
45228
  backgroundColor: backgroundColor$a,
45705
45229
  lineItem: lineItem,
45706
45230
  labeledAmountSubtotal: labeledAmountSubtotal,
@@ -45951,7 +45475,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
45951
45475
  });
45952
45476
  };
45953
45477
 
45954
- var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$H, "default");
45478
+ var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$G, "default");
45955
45479
 
45956
45480
  var linkColor$5 = {
45957
45481
  "default": "#3176AA"
@@ -45968,7 +45492,7 @@ var fontWeight$7 = {
45968
45492
  var modalLinkHoverFocus$1 = {
45969
45493
  "default": "outline: none; text-decoration: underline;"
45970
45494
  };
45971
- var fallbackValues$I = {
45495
+ var fallbackValues$H = {
45972
45496
  linkColor: linkColor$5,
45973
45497
  fontSize: fontSize$a,
45974
45498
  lineHeight: lineHeight$4,
@@ -46027,7 +45551,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
46027
45551
  }, link));
46028
45552
  };
46029
45553
 
46030
- var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$I, "default");
45554
+ var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$H, "default");
46031
45555
 
46032
45556
  var PaymentFormACH = function PaymentFormACH(_ref) {
46033
45557
  var _routingNumberErrors, _accountNumberErrors;
@@ -46633,7 +46157,7 @@ var headingDisabledColor = "".concat(ATHENS_GREY);
46633
46157
  var bodyBackgroundColor$1 = "#eeeeee";
46634
46158
  var borderColor$3 = "".concat(GREY_CHATEAU);
46635
46159
  var focusStyles = "outline: none;";
46636
- var fallbackValues$J = {
46160
+ var fallbackValues$I = {
46637
46161
  headingBackgroundColor: headingBackgroundColor$1,
46638
46162
  headingDisabledColor: headingDisabledColor,
46639
46163
  bodyBackgroundColor: bodyBackgroundColor$1,
@@ -46650,8 +46174,7 @@ var fallbackValues$J = {
46650
46174
  hideRadioButton: boolean, (keeps section displayed but hides radio and disables open/close function),
46651
46175
  hidden: boolean, (hides section entirely)
46652
46176
  dataQa: string,
46653
- content: <React Component(s)> e.g.: <Box><Stack>cool content stuff</Stack></Box> (any collection of components will work),
46654
- rightTitleContent: <React Component(s)> (rendered on the very right of the title section, use to supplement "rightIcons" with text, as in expired CC status, or render other custom content)
46177
+ content: <React Component(s)> e.g.: <Box><Stack>cool content stuff</Stack></Box> (any collection of components will work)
46655
46178
  }
46656
46179
 
46657
46180
  Also takes an "openSection" which should equal the id of the section that should be open
@@ -46664,6 +46187,10 @@ var fallbackValues$J = {
46664
46187
 
46665
46188
  */
46666
46189
 
46190
+ var ACTIVE$2 = "ACTIVE";
46191
+ var EXPIRING_SOON$1 = "EXPIRING_SOON";
46192
+ var EXPIRED$2 = "EXPIRED";
46193
+
46667
46194
  var RadioSection = function RadioSection(_ref) {
46668
46195
  var themeValues = _ref.themeValues,
46669
46196
  isMobile = _ref.isMobile,
@@ -46686,6 +46213,34 @@ var RadioSection = function RadioSection(_ref) {
46686
46213
  }
46687
46214
  };
46688
46215
 
46216
+ var renderCardStatus = function renderCardStatus(item) {
46217
+ var expirationStatus = item.expirationStatus,
46218
+ expireDate = item.expireDate;
46219
+
46220
+ switch (expirationStatus) {
46221
+ case ACTIVE$2:
46222
+ return /*#__PURE__*/React.createElement(Text$1, {
46223
+ variant: "pXS",
46224
+ color: ASH_GREY,
46225
+ extraStyles: "text-align: right;"
46226
+ }, "Exp Date ", expireDate);
46227
+
46228
+ case EXPIRING_SOON$1:
46229
+ return /*#__PURE__*/React.createElement(Text$1, {
46230
+ variant: "pXS",
46231
+ color: FIRE_YELLOW,
46232
+ extraStyles: "text-align: right;"
46233
+ }, "Expiring Soon ", expireDate);
46234
+
46235
+ case EXPIRED$2:
46236
+ return /*#__PURE__*/React.createElement(Text$1, {
46237
+ variant: "pXS",
46238
+ color: ASH_GREY,
46239
+ extraStyles: "text-align: right;"
46240
+ }, "Expired");
46241
+ }
46242
+ };
46243
+
46689
46244
  var wrapper = {
46690
46245
  open: {
46691
46246
  height: openHeight,
@@ -46739,13 +46294,13 @@ var RadioSection = function RadioSection(_ref) {
46739
46294
  return /*#__PURE__*/React.createElement(Motion, {
46740
46295
  tabIndex: section.hideRadioButton || section.disabled ? "-1" : "0",
46741
46296
  onKeyDown: function onKeyDown(e) {
46742
- return !section.disabled && handleKeyDown(section.id, e);
46297
+ return handleKeyDown(section.id, e);
46743
46298
  },
46744
46299
  onFocus: function onFocus() {
46745
- return !section.disabled && setFocused(section.id);
46300
+ return setFocused(section.id);
46746
46301
  },
46747
46302
  onBlur: function onBlur() {
46748
- return !section.disabled && setFocused(null);
46303
+ return setFocused(null);
46749
46304
  },
46750
46305
  hoverStyles: themeValues.focusStyles,
46751
46306
  animate: openSection === section.id ? "open" : "closed",
@@ -46760,7 +46315,7 @@ var RadioSection = function RadioSection(_ref) {
46760
46315
  onClick: isMobile && supportsTouch || section.disabled ? noop : function () {
46761
46316
  return toggleOpenSection(section.id);
46762
46317
  },
46763
- onTouchEnd: isMobile && supportsTouch && !section.disabled ? function () {
46318
+ onTouchEnd: isMobile && supportsTouch || !section.disabled ? function () {
46764
46319
  return toggleOpenSection(section.id);
46765
46320
  } : noop,
46766
46321
  key: "header-".concat(section.id),
@@ -46805,7 +46360,7 @@ var RadioSection = function RadioSection(_ref) {
46805
46360
  isMobile: isMobile,
46806
46361
  alt: icon.altText
46807
46362
  });
46808
- })), section.rightTitleContent && /*#__PURE__*/React.createElement(Fragment$1, null, section.rightTitleContent))), /*#__PURE__*/React.createElement(AnimatePresence, {
46363
+ })), section.shouldDisplayCardExpiration && /*#__PURE__*/React.createElement(Fragment$1, null, renderCardStatus(section)))), /*#__PURE__*/React.createElement(AnimatePresence, {
46809
46364
  initial: false
46810
46365
  }, openSection === section.id && /*#__PURE__*/React.createElement(Motion, {
46811
46366
  key: "content-".concat(section.id),
@@ -46821,7 +46376,7 @@ var RadioSection = function RadioSection(_ref) {
46821
46376
  })));
46822
46377
  };
46823
46378
 
46824
- var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$J);
46379
+ var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$I);
46825
46380
 
46826
46381
  var RegistrationForm = function RegistrationForm(_ref) {
46827
46382
  var _emailErrorMessages, _passwordErrorMessage;
@@ -47118,7 +46673,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
47118
46673
  var activeTabBackground = "#FFFFFF";
47119
46674
  var activeTabAccent = "#15749D";
47120
46675
  var activeTabHover = "#B8D5E1";
47121
- var fallbackValues$K = {
46676
+ var fallbackValues$J = {
47122
46677
  activeTabBackground: activeTabBackground,
47123
46678
  activeTabAccent: activeTabAccent,
47124
46679
  activeTabHover: activeTabHover
@@ -47197,12 +46752,12 @@ var Tabs = function Tabs(_ref) {
47197
46752
  }))));
47198
46753
  };
47199
46754
 
47200
- var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$K);
46755
+ var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$J);
47201
46756
 
47202
46757
  var activeTabBackground$1 = "#FFFFFF";
47203
46758
  var activeTabAccent$1 = "#15749D";
47204
46759
  var activeTabHover$1 = "#B8D5E1";
47205
- var fallbackValues$L = {
46760
+ var fallbackValues$K = {
47206
46761
  activeTabBackground: activeTabBackground$1,
47207
46762
  activeTabAccent: activeTabAccent$1,
47208
46763
  activeTabHover: activeTabHover$1
@@ -47258,7 +46813,7 @@ var TabSidebar = function TabSidebar(_ref) {
47258
46813
  })));
47259
46814
  };
47260
46815
 
47261
- var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$L);
46816
+ var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$K);
47262
46817
 
47263
46818
  var backgroundColor$b = {
47264
46819
  "default": "#ffffff",
@@ -47289,7 +46844,7 @@ var modalLinkHoverFocus$2 = {
47289
46844
  "default": standardInteractionStyles,
47290
46845
  footer: standardInteractionStyles
47291
46846
  };
47292
- var fallbackValues$M = {
46847
+ var fallbackValues$L = {
47293
46848
  backgroundColor: backgroundColor$b,
47294
46849
  linkColor: linkColor$6,
47295
46850
  border: border$3,
@@ -47351,7 +46906,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
47351
46906
  }, link));
47352
46907
  };
47353
46908
 
47354
- var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$M, "default");
46909
+ var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$L, "default");
47355
46910
 
47356
46911
  var TermsAndConditions = function TermsAndConditions(_ref) {
47357
46912
  var onCheck = _ref.onCheck,
@@ -47426,7 +46981,7 @@ var fontColor$1 = WHITE;
47426
46981
  var textAlign$1 = "left";
47427
46982
  var headerBackgroundColor$1 = BRIGHT_GREY;
47428
46983
  var imageBackgroundColor$1 = MATISSE_BLUE;
47429
- var fallbackValues$N = {
46984
+ var fallbackValues$M = {
47430
46985
  fontWeight: fontWeight$9,
47431
46986
  fontColor: fontColor$1,
47432
46987
  textAlign: textAlign$1,
@@ -47473,7 +47028,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
47473
47028
  })))));
47474
47029
  };
47475
47030
 
47476
- var WelcomeModule$1 = /*#__PURE__*/memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$N));
47031
+ var WelcomeModule$1 = /*#__PURE__*/memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$M));
47477
47032
 
47478
47033
  var WorkflowTile = function WorkflowTile(_ref) {
47479
47034
  var _ref$workflowName = _ref.workflowName,
@@ -47528,7 +47083,7 @@ var WorkflowTile = function WorkflowTile(_ref) {
47528
47083
  };
47529
47084
 
47530
47085
  var pageBackground = "#FBFCFD";
47531
- var fallbackValues$O = {
47086
+ var fallbackValues$N = {
47532
47087
  pageBackground: pageBackground
47533
47088
  };
47534
47089
 
@@ -47575,7 +47130,7 @@ var CenterSingle = function CenterSingle(_ref) {
47575
47130
  })));
47576
47131
  };
47577
47132
 
47578
- var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$O));
47133
+ var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$N));
47579
47134
 
47580
47135
  var CenterStack = function CenterStack(_ref) {
47581
47136
  var header = _ref.header,
@@ -47617,7 +47172,7 @@ var CenterStack = function CenterStack(_ref) {
47617
47172
  })));
47618
47173
  };
47619
47174
 
47620
- var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$O));
47175
+ var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$N));
47621
47176
 
47622
47177
  var CenterSingle$2 = function CenterSingle(_ref) {
47623
47178
  var header = _ref.header,
@@ -47662,7 +47217,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
47662
47217
  })));
47663
47218
  };
47664
47219
 
47665
- var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$O));
47220
+ var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$N));
47666
47221
 
47667
47222
  var SidebarSingleContent = function SidebarSingleContent(_ref) {
47668
47223
  var header = _ref.header,
@@ -47716,7 +47271,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
47716
47271
  })));
47717
47272
  };
47718
47273
 
47719
- var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$O));
47274
+ var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$N));
47720
47275
 
47721
47276
  var SidebarStackContent = function SidebarStackContent(_ref) {
47722
47277
  var header = _ref.header,
@@ -47787,7 +47342,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
47787
47342
  })));
47788
47343
  };
47789
47344
 
47790
- var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$O));
47345
+ var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$N));
47791
47346
 
47792
- export { AccountNumberImage, AccountsAddIcon$1 as AccountsAddIcon, AccountsIcon$1 as AccountsIcon, AccountsIconSmall$1 as AccountsIconSmall, AchReturnIcon, AddObligation$1 as AddObligation, AddressForm, Alert$1 as Alert, AllocatedIcon, AmountCallout$1 as AmountCallout, AutopayOnIcon, BankIcon, Banner$1 as Banner, Box, BoxWithShadow$1 as BoxWithShadow, Breadcrumbs as Breadcrumb, ButtonWithAction, ButtonWithLink, CalendarIcon, Card$1 as Card, CarrotIcon$1 as CarrotIcon, CashIcon, Center, CenterSingle$1 as CenterSingle, CenterStack$1 as CenterStack, ChangePasswordForm, ChargebackIcon, ChargebackReversalIcon, CheckIcon, Checkbox$1 as Checkbox, CheckboxList$1 as CheckboxList, CheckmarkIcon, ChevronIcon$1 as ChevronIcon, Cluster, CollapsibleSection$1 as CollapsibleSection, Copyable, CountryDropdown, Cover, CustomerSearchIcon, DefaultPageTemplate, Detail$1 as Detail, DisplayBox$1 as DisplayBox, DisplayCard, Dropdown$1 as Dropdown, DuplicateIcon, EditNameForm, EditableList, EditableTable, EmailForm, EmptyCartIcon$1 as EmptyCartIcon, ErroredIcon, ExternalLink, ExternalLinkIcon, FailedIcon, FindIconSmall$1 as FindIconSmall, FooterWithSubfooter$1 as FooterWithSubfooter, ForgotPasswordForm, ForgotPasswordIcon$1 as ForgotPasswordIcon, FormContainer$1 as FormContainer, FormFooterPanel$1 as FormFooterPanel, FormInput$1 as FormInput, FormInputColumn, FormInputRow, FormSelect$1 as FormSelect, FormattedAddress$1 as FormattedAddress, FormattedBankAccount$1 as FormattedBankAccount, FormattedCreditCard$1 as FormattedCreditCard, Frame, GenericCard, GenericCardLarge, GoToEmailIcon$1 as GoToEmailIcon, Grid, GuidedCheckoutImage, HamburgerButton, Heading$1 as Heading, HighlightTabRow$1 as HighlightTabRow, IconAdd, IconQuitLarge, Imposter, InternalLink, Jumbo$1 as Jumbo, LabeledAmount$1 as LabeledAmount, LineItem$1 as LineItem, Loading, LoadingLine, LoginForm, Modal$1 as Modal, Module$1 as Module, Motion, NavFooter, NavHeader, NavMenuDesktop$1 as NavMenuDesktop, NavMenuMobile$1 as NavMenuMobile, NavTabs, NoCustomerResultsIcon, NoPaymentResultsIcon, NotFoundIcon, Obligation, iconsMap as ObligationIcons, Pagination, Paragraph$1 as Paragraph, PartialAmountForm, PasswordRequirements, PaymentButtonBar, PaymentDetails$1 as PaymentDetails, PaymentFormACH, PaymentFormCard$1 as PaymentFormCard, PaymentMethodAddIcon$1 as PaymentMethodAddIcon, PaymentMethodIcon$1 as PaymentMethodIcon, PaymentSearchIcon, PaymentsIconSmall$1 as PaymentsIconSmall, PendingIcon, PeriscopeDashboardIframe, PeriscopeFailedIcon, PhoneForm, Placeholder$1 as Placeholder, Popover$1 as Popover, ProcessingFee$1 as ProcessingFee, ProfileIcon$1 as ProfileIcon, ProfileIconSmall$1 as ProfileIconSmall, ProfileImage, PropertiesAddIcon$1 as PropertiesAddIcon, PropertiesIconSmall$1 as PropertiesIconSmall, RadioButton$2 as RadioButton, RadioButtonWithLabel, RadioGroup, RadioSection$1 as RadioSection, Reel, RefundIcon, RegistrationForm, RejectedIcon, RejectedVelocityIcon, ResetConfirmationForm$1 as ResetConfirmationForm, ResetPasswordForm, ResetPasswordIcon, ResetPasswordSuccess, RevenueManagementImage, RoutingNumberImage, SearchIcon, SearchableSelect$1 as SearchableSelect, SettingsIconSmall$1 as SettingsIconSmall, ShoppingCartIcon, Sidebar, SidebarSingleContent$1 as SidebarSingleContent, SidebarStackContent$1 as SidebarStackContent, SolidDivider$1 as SolidDivider, Spinner$2 as Spinner, Stack, StandardCheckoutImage, FormStateDropdown as StateProvinceDropdown, StatusUnknownIcon, SuccessfulIcon, Switcher, TabSidebar$1 as TabSidebar, TableListItem, Tabs$1 as Tabs, TermsAndConditions, TermsAndConditionsModal$1 as TermsAndConditionsModal, Text$1 as Text, Timeout$1 as Timeout, TimeoutImage, Title$1 as Title, ToggleSwitch$1 as ToggleSwitch, TrashIcon$1 as TrashIcon, TypeaheadInput, VerifiedEmailIcon$1 as VerifiedEmailIcon, VoidedIcon, WalletBannerIcon$1 as WalletBannerIcon, WalletIcon$1 as WalletIcon, WalletIconSmall$1 as WalletIconSmall, WarningIconXS, WelcomeModule$1 as WelcomeModule, WorkflowTile, cardRegistry, index$5 as constants, createPartialAmountFormState, index$4 as util, withWindowSize };
47347
+ export { AccountNumberImage, AccountsAddIcon$1 as AccountsAddIcon, AccountsIcon$1 as AccountsIcon, AccountsIconSmall$1 as AccountsIconSmall, AchReturnIcon, AddObligation$1 as AddObligation, AddressForm, Alert$1 as Alert, AllocatedIcon, AmountCallout$1 as AmountCallout, AutopayOnIcon, BankIcon, Banner$1 as Banner, Box, BoxWithShadow$1 as BoxWithShadow, Breadcrumbs as Breadcrumb, ButtonWithAction, ButtonWithLink, CalendarIcon, Card$1 as Card, CarrotIcon$1 as CarrotIcon, CashIcon, Center, CenterSingle$1 as CenterSingle, CenterStack$1 as CenterStack, ChangePasswordForm, ChargebackIcon, ChargebackReversalIcon, CheckIcon, Checkbox$1 as Checkbox, CheckboxList$1 as CheckboxList, CheckmarkIcon, ChevronIcon$1 as ChevronIcon, Cluster, CollapsibleSection$1 as CollapsibleSection, Copyable, CountryDropdown, Cover, CustomerSearchIcon, DefaultPageTemplate, Detail$1 as Detail, DisplayBox$1 as DisplayBox, DisplayCard, Dropdown$1 as Dropdown, DuplicateIcon, EditNameForm, EditableList, EditableTable, EmailForm, EmptyCartIcon$1 as EmptyCartIcon, ErroredIcon, ExternalLink, ExternalLinkIcon, FailedIcon, FindIconSmall$1 as FindIconSmall, FooterWithSubfooter$1 as FooterWithSubfooter, ForgotPasswordForm, ForgotPasswordIcon$1 as ForgotPasswordIcon, FormContainer$1 as FormContainer, FormFooterPanel$1 as FormFooterPanel, FormInput$1 as FormInput, FormInputColumn, FormInputRow, FormSelect$1 as FormSelect, FormattedAddress$1 as FormattedAddress, FormattedCreditCard$1 as FormattedCreditCard, Frame, GenericCard, GenericCardLarge, GoToEmailIcon$1 as GoToEmailIcon, Grid, GuidedCheckoutImage, HamburgerButton, Heading$1 as Heading, HighlightTabRow$1 as HighlightTabRow, IconAdd, IconQuitLarge, Imposter, InternalLink, Jumbo$1 as Jumbo, LabeledAmount$1 as LabeledAmount, LineItem$1 as LineItem, Loading, LoadingLine, LoginForm, Modal$1 as Modal, Module$1 as Module, Motion, NavFooter, NavHeader, NavMenuDesktop$1 as NavMenuDesktop, NavMenuMobile$1 as NavMenuMobile, NavTabs, NoCustomerResultsIcon, NoPaymentResultsIcon, NotFoundIcon, Obligation, iconsMap as ObligationIcons, Pagination, Paragraph$1 as Paragraph, PartialAmountForm, PasswordRequirements, PaymentButtonBar, PaymentDetails$1 as PaymentDetails, PaymentFormACH, PaymentFormCard$1 as PaymentFormCard, PaymentIcon, PaymentMethodAddIcon$1 as PaymentMethodAddIcon, PaymentMethodIcon$1 as PaymentMethodIcon, PaymentSearchIcon, PaymentsIconSmall$1 as PaymentsIconSmall, PendingIcon, PeriscopeDashboardIframe, PeriscopeFailedIcon, PhoneForm, Placeholder$1 as Placeholder, Popover$1 as Popover, ProcessingFee$1 as ProcessingFee, ProfileIcon$1 as ProfileIcon, ProfileIconSmall$1 as ProfileIconSmall, ProfileImage, PropertiesAddIcon$1 as PropertiesAddIcon, PropertiesIconSmall$1 as PropertiesIconSmall, RadioButton$2 as RadioButton, RadioButtonWithLabel, RadioGroup, RadioSection$1 as RadioSection, Reel, RefundIcon, RegistrationForm, RejectedIcon, RejectedVelocityIcon, ResetConfirmationForm$1 as ResetConfirmationForm, ResetPasswordForm, ResetPasswordIcon, ResetPasswordSuccess, RoutingNumberImage, SearchIcon, SearchableSelect$1 as SearchableSelect, SettingsIconSmall$1 as SettingsIconSmall, ShoppingCartIcon, Sidebar, SidebarSingleContent$1 as SidebarSingleContent, SidebarStackContent$1 as SidebarStackContent, SolidDivider$1 as SolidDivider, Spinner$2 as Spinner, Stack, StandardCheckoutImage, FormStateDropdown as StateProvinceDropdown, StatusUnknownIcon, SuccessfulIcon, Switcher, TabSidebar$1 as TabSidebar, TableListItem, Tabs$1 as Tabs, TermsAndConditions, TermsAndConditionsModal$1 as TermsAndConditionsModal, Text$1 as Text, Timeout$1 as Timeout, TimeoutImage, Title$1 as Title, ToggleSwitch$1 as ToggleSwitch, TrashIcon$1 as TrashIcon, TypeaheadInput, VerifiedEmailIcon$1 as VerifiedEmailIcon, VoidedIcon, WalletBannerIcon$1 as WalletBannerIcon, WalletIcon$1 as WalletIcon, WalletIconSmall$1 as WalletIconSmall, WarningIconXS, WelcomeModule$1 as WelcomeModule, WorkflowTile, cardRegistry, index$5 as constants, createPartialAmountFormState, index$4 as util, withWindowSize };
47793
47348
  //# sourceMappingURL=index.esm.js.map