@thecb/components 7.7.0 → 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.cjs.js CHANGED
@@ -6318,14 +6318,6 @@ var throttle = function throttle(delay, fn) {
6318
6318
  return fn.apply(void 0, arguments);
6319
6319
  };
6320
6320
  };
6321
- var titleCaseWord = function titleCaseWord(word) {
6322
- return word.charAt(0).toUpperCase() + word.slice(1);
6323
- };
6324
- var titleCaseString = function titleCaseString(string) {
6325
- return string.split(" ").map(function (word, index, string) {
6326
- return index === 0 || index === string.length - 1 || word.length > 3 ? titleCaseWord(word.toLowerCase()) : word;
6327
- }).join(" ");
6328
- };
6329
6321
 
6330
6322
  var general = /*#__PURE__*/Object.freeze({
6331
6323
  __proto__: null,
@@ -6343,9 +6335,7 @@ var general = /*#__PURE__*/Object.freeze({
6343
6335
  inputPlaceholderTextStyle: inputPlaceholderTextStyle,
6344
6336
  inputDisabledStyle: inputDisabledStyle,
6345
6337
  MOBILE_WIDTH: MOBILE_WIDTH,
6346
- throttle: throttle,
6347
- titleCaseWord: titleCaseWord,
6348
- titleCaseString: titleCaseString
6338
+ throttle: throttle
6349
6339
  });
6350
6340
 
6351
6341
  var _excluded$1 = ["themeValues", "weight", "color", "textWrap", "extraStyles", "hoverStyles", "onClick", "onKeyPress", "as", "dataQa", "children", "variant"];
@@ -13831,6 +13821,33 @@ var GenericCard = function GenericCard() {
13831
13821
  }));
13832
13822
  };
13833
13823
 
13824
+ var BankItemWrapper = styled__default.div.withConfig({
13825
+ displayName: "PaymentIcon__BankItemWrapper",
13826
+ componentId: "sc-1k0jl35-0"
13827
+ })(["display:flex;justify-content:flex-start;align-items:center;"]);
13828
+ var BankAccountText = styled__default.h4.withConfig({
13829
+ displayName: "PaymentIcon__BankAccountText",
13830
+ componentId: "sc-1k0jl35-1"
13831
+ })(["color:", ";font-size:1rem;font-weight:400;line-height:1.5rem;text-align:left;margin-right:0.5rem;display:inline-block;"], CHARADE_GREY);
13832
+ var CHECKING = "CHECKING";
13833
+ var SAVINGS = "SAVINGS";
13834
+
13835
+ var PaymentIcon = function PaymentIcon(_ref) {
13836
+ var lastFour = _ref.lastFour,
13837
+ accountType = _ref.accountType,
13838
+ autoPay = _ref.autoPay;
13839
+ return /*#__PURE__*/React__default.createElement(BankItemWrapper, null, /*#__PURE__*/React__default.createElement(Box, {
13840
+ padding: "0.25rem 0 0 0",
13841
+ extraStyles: "margin-right: 1rem;"
13842
+ }, /*#__PURE__*/React__default.createElement(BankIcon, null)), /*#__PURE__*/React__default.createElement(Stack, {
13843
+ childGap: "0"
13844
+ }, accountType === CHECKING && /*#__PURE__*/React__default.createElement(BankAccountText, null, "Checking Account ending in ", lastFour), accountType === SAVINGS && /*#__PURE__*/React__default.createElement(BankAccountText, null, "Savings Account ending in ", lastFour), autoPay && /*#__PURE__*/React__default.createElement(Text$1, {
13845
+ variant: "p",
13846
+ color: REGENT_GREY,
13847
+ extraStyles: "font-style: italic;"
13848
+ }, "Autopay Enabled")));
13849
+ };
13850
+
13834
13851
  var IconAdd = function IconAdd() {
13835
13852
  return /*#__PURE__*/React__default.createElement("svg", {
13836
13853
  xmlns: "http://www.w3.org/2000/svg",
@@ -16040,389 +16057,6 @@ var ProfileImage = function ProfileImage() {
16040
16057
  }));
16041
16058
  };
16042
16059
 
16043
- var RevenueManagementImage = function RevenueManagementImage() {
16044
- return /*#__PURE__*/React__default.createElement("svg", {
16045
- width: "179",
16046
- height: "96",
16047
- viewBox: "0 0 179 96",
16048
- fill: "none",
16049
- xmlns: "http://www.w3.org/2000/svg"
16050
- }, /*#__PURE__*/React__default.createElement("path", {
16051
- fillRule: "evenodd",
16052
- clipRule: "evenodd",
16053
- 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",
16054
- fill: "#15749D",
16055
- fillOpacity: "0.3"
16056
- }), /*#__PURE__*/React__default.createElement("path", {
16057
- fillRule: "evenodd",
16058
- clipRule: "evenodd",
16059
- 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",
16060
- fill: "#15749D",
16061
- fillOpacity: "0.3"
16062
- }), /*#__PURE__*/React__default.createElement("path", {
16063
- fillRule: "evenodd",
16064
- clipRule: "evenodd",
16065
- 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",
16066
- fill: "#15749D",
16067
- fillOpacity: "0.3"
16068
- }), /*#__PURE__*/React__default.createElement("path", {
16069
- 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",
16070
- fill: "#15749D",
16071
- fillOpacity: "0.3"
16072
- }), /*#__PURE__*/React__default.createElement("path", {
16073
- 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",
16074
- fill: "white"
16075
- }), /*#__PURE__*/React__default.createElement("path", {
16076
- 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",
16077
- fill: "#E5E7EC"
16078
- }), /*#__PURE__*/React__default.createElement("path", {
16079
- 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",
16080
- fill: "#292A33"
16081
- }), /*#__PURE__*/React__default.createElement("path", {
16082
- 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",
16083
- fill: "#292A33"
16084
- }), /*#__PURE__*/React__default.createElement("path", {
16085
- 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",
16086
- fill: "#292A33"
16087
- }), /*#__PURE__*/React__default.createElement("path", {
16088
- fillRule: "evenodd",
16089
- clipRule: "evenodd",
16090
- 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",
16091
- fill: "#292A33"
16092
- }), /*#__PURE__*/React__default.createElement("path", {
16093
- 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",
16094
- fill: "#292A33"
16095
- }), /*#__PURE__*/React__default.createElement("path", {
16096
- 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",
16097
- fill: "#292A33"
16098
- }), /*#__PURE__*/React__default.createElement("path", {
16099
- 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",
16100
- fill: "#292A33"
16101
- }), /*#__PURE__*/React__default.createElement("path", {
16102
- 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",
16103
- fill: "#292A33"
16104
- }), /*#__PURE__*/React__default.createElement("path", {
16105
- fillRule: "evenodd",
16106
- clipRule: "evenodd",
16107
- 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",
16108
- fill: "#292A33"
16109
- }), /*#__PURE__*/React__default.createElement("path", {
16110
- 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",
16111
- fill: "#E4F4FD"
16112
- }), /*#__PURE__*/React__default.createElement("path", {
16113
- fillRule: "evenodd",
16114
- clipRule: "evenodd",
16115
- 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",
16116
- fill: "#292A33"
16117
- }), /*#__PURE__*/React__default.createElement("path", {
16118
- fillRule: "evenodd",
16119
- clipRule: "evenodd",
16120
- 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",
16121
- fill: "#292A33"
16122
- }), /*#__PURE__*/React__default.createElement("path", {
16123
- 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",
16124
- fill: "#E4F4FD"
16125
- }), /*#__PURE__*/React__default.createElement("path", {
16126
- fillRule: "evenodd",
16127
- clipRule: "evenodd",
16128
- 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",
16129
- fill: "#292A33"
16130
- }), /*#__PURE__*/React__default.createElement("path", {
16131
- fillRule: "evenodd",
16132
- clipRule: "evenodd",
16133
- 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",
16134
- fill: "#292A33"
16135
- }), /*#__PURE__*/React__default.createElement("path", {
16136
- fillRule: "evenodd",
16137
- clipRule: "evenodd",
16138
- 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",
16139
- fill: "#292A33"
16140
- }), /*#__PURE__*/React__default.createElement("path", {
16141
- d: "M47.5393 30.1177H132.245V32H47.5393V30.1177Z",
16142
- fill: "#292A33"
16143
- }), /*#__PURE__*/React__default.createElement("g", {
16144
- filter: "url(#filter0_d_2573_15404)"
16145
- }, /*#__PURE__*/React__default.createElement("path", {
16146
- 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",
16147
- fill: "white"
16148
- }), /*#__PURE__*/React__default.createElement("path", {
16149
- 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",
16150
- fill: "#959CA8"
16151
- }), /*#__PURE__*/React__default.createElement("path", {
16152
- 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",
16153
- fill: "#959CA8"
16154
- })), /*#__PURE__*/React__default.createElement("g", {
16155
- filter: "url(#filter1_d_2573_15404)"
16156
- }, /*#__PURE__*/React__default.createElement("path", {
16157
- 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",
16158
- fill: "white"
16159
- }), /*#__PURE__*/React__default.createElement("path", {
16160
- 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",
16161
- fill: "#959CA8"
16162
- }), /*#__PURE__*/React__default.createElement("path", {
16163
- 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",
16164
- fill: "#959CA8"
16165
- }), /*#__PURE__*/React__default.createElement("path", {
16166
- 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",
16167
- fill: "#959CA8"
16168
- }), /*#__PURE__*/React__default.createElement("path", {
16169
- 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",
16170
- fill: "#959CA8"
16171
- })), /*#__PURE__*/React__default.createElement("g", {
16172
- filter: "url(#filter2_d_2573_15404)"
16173
- }, /*#__PURE__*/React__default.createElement("path", {
16174
- 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",
16175
- fill: "white"
16176
- }), /*#__PURE__*/React__default.createElement("path", {
16177
- 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",
16178
- fill: "#959CA8"
16179
- }), /*#__PURE__*/React__default.createElement("path", {
16180
- 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",
16181
- fill: "#959CA8"
16182
- }), /*#__PURE__*/React__default.createElement("path", {
16183
- 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",
16184
- fill: "#959CA8"
16185
- }), /*#__PURE__*/React__default.createElement("path", {
16186
- 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",
16187
- fill: "#959CA8"
16188
- })), /*#__PURE__*/React__default.createElement("g", {
16189
- filter: "url(#filter3_d_2573_15404)"
16190
- }, /*#__PURE__*/React__default.createElement("path", {
16191
- 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",
16192
- fill: "white"
16193
- }), /*#__PURE__*/React__default.createElement("path", {
16194
- 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",
16195
- fill: "#959CA8"
16196
- }), /*#__PURE__*/React__default.createElement("path", {
16197
- 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",
16198
- fill: "#959CA8"
16199
- }), /*#__PURE__*/React__default.createElement("path", {
16200
- 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",
16201
- fill: "#959CA8"
16202
- }), /*#__PURE__*/React__default.createElement("path", {
16203
- 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",
16204
- fill: "#959CA8"
16205
- })), /*#__PURE__*/React__default.createElement("path", {
16206
- 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",
16207
- fill: "#15749D"
16208
- }), /*#__PURE__*/React__default.createElement("path", {
16209
- 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",
16210
- fill: "#15749D"
16211
- }), /*#__PURE__*/React__default.createElement("path", {
16212
- 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",
16213
- fill: "#3B5BDB"
16214
- }), /*#__PURE__*/React__default.createElement("path", {
16215
- 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",
16216
- fill: "#15749D"
16217
- }), /*#__PURE__*/React__default.createElement("path", {
16218
- fillRule: "evenodd",
16219
- clipRule: "evenodd",
16220
- 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",
16221
- fill: "#15749D"
16222
- }), /*#__PURE__*/React__default.createElement("path", {
16223
- 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",
16224
- fill: "#15749D"
16225
- }), /*#__PURE__*/React__default.createElement("g", {
16226
- filter: "url(#filter4_d_2573_15404)"
16227
- }, /*#__PURE__*/React__default.createElement("path", {
16228
- 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",
16229
- fill: "#15749D"
16230
- })), /*#__PURE__*/React__default.createElement("path", {
16231
- fillRule: "evenodd",
16232
- clipRule: "evenodd",
16233
- 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",
16234
- fill: "white"
16235
- }), /*#__PURE__*/React__default.createElement("mask", {
16236
- id: "mask0_2573_15404",
16237
- style: {
16238
- maskType: "alpha"
16239
- },
16240
- maskUnits: "userSpaceOnUse",
16241
- x: "148",
16242
- y: "42",
16243
- width: "8",
16244
- height: "7"
16245
- }, /*#__PURE__*/React__default.createElement("path", {
16246
- fillRule: "evenodd",
16247
- clipRule: "evenodd",
16248
- 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",
16249
- fill: "white"
16250
- })), /*#__PURE__*/React__default.createElement("g", {
16251
- mask: "url(#mask0_2573_15404)"
16252
- }, /*#__PURE__*/React__default.createElement("rect", {
16253
- x: "146.677",
16254
- y: "40.7842",
16255
- width: "10.0392",
16256
- height: "10.0392",
16257
- fill: "white"
16258
- })), /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("filter", {
16259
- id: "filter0_d_2573_15404",
16260
- x: "16.8137",
16261
- y: "28.8823",
16262
- width: "35.7256",
16263
- height: "18.1567",
16264
- filterUnits: "userSpaceOnUse",
16265
- colorInterpolationFilters: "sRGB"
16266
- }, /*#__PURE__*/React__default.createElement("feFlood", {
16267
- floodOpacity: "0",
16268
- result: "BackgroundImageFix"
16269
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16270
- "in": "SourceAlpha",
16271
- type: "matrix",
16272
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16273
- result: "hardAlpha"
16274
- }), /*#__PURE__*/React__default.createElement("feOffset", null), /*#__PURE__*/React__default.createElement("feGaussianBlur", {
16275
- stdDeviation: "2.5"
16276
- }), /*#__PURE__*/React__default.createElement("feComposite", {
16277
- in2: "hardAlpha",
16278
- operator: "out"
16279
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16280
- type: "matrix",
16281
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16282
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16283
- mode: "normal",
16284
- in2: "BackgroundImageFix",
16285
- result: "effect1_dropShadow_2573_15404"
16286
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16287
- mode: "normal",
16288
- "in": "SourceGraphic",
16289
- in2: "effect1_dropShadow_2573_15404",
16290
- result: "shape"
16291
- })), /*#__PURE__*/React__default.createElement("filter", {
16292
- id: "filter1_d_2573_15404",
16293
- x: "0.5",
16294
- y: "35.7842",
16295
- width: "60.8235",
16296
- height: "18.1567",
16297
- filterUnits: "userSpaceOnUse",
16298
- colorInterpolationFilters: "sRGB"
16299
- }, /*#__PURE__*/React__default.createElement("feFlood", {
16300
- floodOpacity: "0",
16301
- result: "BackgroundImageFix"
16302
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16303
- "in": "SourceAlpha",
16304
- type: "matrix",
16305
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16306
- result: "hardAlpha"
16307
- }), /*#__PURE__*/React__default.createElement("feOffset", null), /*#__PURE__*/React__default.createElement("feGaussianBlur", {
16308
- stdDeviation: "2.5"
16309
- }), /*#__PURE__*/React__default.createElement("feComposite", {
16310
- in2: "hardAlpha",
16311
- operator: "out"
16312
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16313
- type: "matrix",
16314
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16315
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16316
- mode: "normal",
16317
- in2: "BackgroundImageFix",
16318
- result: "effect1_dropShadow_2573_15404"
16319
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16320
- mode: "normal",
16321
- "in": "SourceGraphic",
16322
- in2: "effect1_dropShadow_2573_15404",
16323
- result: "shape"
16324
- })), /*#__PURE__*/React__default.createElement("filter", {
16325
- id: "filter2_d_2573_15404",
16326
- x: "127.245",
16327
- y: "22.6079",
16328
- width: "46.3921",
16329
- height: "18.1567",
16330
- filterUnits: "userSpaceOnUse",
16331
- colorInterpolationFilters: "sRGB"
16332
- }, /*#__PURE__*/React__default.createElement("feFlood", {
16333
- floodOpacity: "0",
16334
- result: "BackgroundImageFix"
16335
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16336
- "in": "SourceAlpha",
16337
- type: "matrix",
16338
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16339
- result: "hardAlpha"
16340
- }), /*#__PURE__*/React__default.createElement("feOffset", null), /*#__PURE__*/React__default.createElement("feGaussianBlur", {
16341
- stdDeviation: "2.5"
16342
- }), /*#__PURE__*/React__default.createElement("feComposite", {
16343
- in2: "hardAlpha",
16344
- operator: "out"
16345
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16346
- type: "matrix",
16347
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16348
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16349
- mode: "normal",
16350
- in2: "BackgroundImageFix",
16351
- result: "effect1_dropShadow_2573_15404"
16352
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16353
- mode: "normal",
16354
- "in": "SourceGraphic",
16355
- in2: "effect1_dropShadow_2573_15404",
16356
- result: "shape"
16357
- })), /*#__PURE__*/React__default.createElement("filter", {
16358
- id: "filter3_d_2573_15404",
16359
- x: "117.833",
16360
- y: "29.5098",
16361
- width: "60.8235",
16362
- height: "18.1567",
16363
- filterUnits: "userSpaceOnUse",
16364
- colorInterpolationFilters: "sRGB"
16365
- }, /*#__PURE__*/React__default.createElement("feFlood", {
16366
- floodOpacity: "0",
16367
- result: "BackgroundImageFix"
16368
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16369
- "in": "SourceAlpha",
16370
- type: "matrix",
16371
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16372
- result: "hardAlpha"
16373
- }), /*#__PURE__*/React__default.createElement("feOffset", null), /*#__PURE__*/React__default.createElement("feGaussianBlur", {
16374
- stdDeviation: "2.5"
16375
- }), /*#__PURE__*/React__default.createElement("feComposite", {
16376
- in2: "hardAlpha",
16377
- operator: "out"
16378
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16379
- type: "matrix",
16380
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16381
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16382
- mode: "normal",
16383
- in2: "BackgroundImageFix",
16384
- result: "effect1_dropShadow_2573_15404"
16385
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16386
- mode: "normal",
16387
- "in": "SourceGraphic",
16388
- in2: "effect1_dropShadow_2573_15404",
16389
- result: "shape"
16390
- })), /*#__PURE__*/React__default.createElement("filter", {
16391
- id: "filter4_d_2573_15404",
16392
- x: "132.822",
16393
- y: "26.9292",
16394
- width: "37.7492",
16395
- height: "37.7494",
16396
- filterUnits: "userSpaceOnUse",
16397
- colorInterpolationFilters: "sRGB"
16398
- }, /*#__PURE__*/React__default.createElement("feFlood", {
16399
- floodOpacity: "0",
16400
- result: "BackgroundImageFix"
16401
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16402
- "in": "SourceAlpha",
16403
- type: "matrix",
16404
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16405
- result: "hardAlpha"
16406
- }), /*#__PURE__*/React__default.createElement("feOffset", null), /*#__PURE__*/React__default.createElement("feGaussianBlur", {
16407
- stdDeviation: "5.04515"
16408
- }), /*#__PURE__*/React__default.createElement("feComposite", {
16409
- in2: "hardAlpha",
16410
- operator: "out"
16411
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16412
- type: "matrix",
16413
- 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"
16414
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16415
- mode: "normal",
16416
- in2: "BackgroundImageFix",
16417
- result: "effect1_dropShadow_2573_15404"
16418
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16419
- mode: "normal",
16420
- "in": "SourceGraphic",
16421
- in2: "effect1_dropShadow_2573_15404",
16422
- result: "shape"
16423
- }))));
16424
- };
16425
-
16426
16060
  var FindIconSmall = function FindIconSmall(_ref) {
16427
16061
  var themeValues = _ref.themeValues,
16428
16062
  _ref$iconIndex = _ref.iconIndex,
@@ -23564,40 +23198,6 @@ var creditCardFormat = createFormat(creditCardFormats, formatDelimiter);
23564
23198
  var expirationDateFormat = createFormat(expirationDateFormats, formatDelimiter);
23565
23199
  var phoneFormat = createFormat(phoneFormats, formatDelimiter);
23566
23200
  var moneyFormat = createFormat(moneyFormats, formatDelimiter);
23567
- var renderCardStatus = function renderCardStatus(expirationStatus, expireDate) {
23568
- var textAlign = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "right";
23569
- var as = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : "span";
23570
- var ACTIVE = "ACTIVE";
23571
- var EXPIRING_SOON = "EXPIRING_SOON";
23572
- var EXPIRED = "EXPIRED";
23573
- var textMargin = textAlign === "right" ? "auto" : "0";
23574
-
23575
- switch (expirationStatus) {
23576
- case ACTIVE:
23577
- return /*#__PURE__*/React__default.createElement(Text$1, {
23578
- as: as,
23579
- variant: "pXS",
23580
- color: ASH_GREY,
23581
- extraStyles: "text-align: ".concat(textAlign, "; margin: ").concat(textMargin, ";")
23582
- }, "Exp Date ", expireDate);
23583
-
23584
- case EXPIRING_SOON:
23585
- return /*#__PURE__*/React__default.createElement(Text$1, {
23586
- as: as,
23587
- variant: "pXS",
23588
- color: FIRE_YELLOW,
23589
- extraStyles: "text-align: ".concat(textAlign, "; margin: ").concat(textMargin, ";")
23590
- }, "Expiring Soon ", expireDate);
23591
-
23592
- case EXPIRED:
23593
- return /*#__PURE__*/React__default.createElement(Text$1, {
23594
- as: as,
23595
- variant: "pXS",
23596
- color: ASH_GREY,
23597
- extraStyles: "text-align: ".concat(textAlign, "; margin: ").concat(textMargin, ";")
23598
- }, "Expired");
23599
- }
23600
- };
23601
23201
 
23602
23202
  var formats = /*#__PURE__*/Object.freeze({
23603
23203
  __proto__: null,
@@ -23609,8 +23209,7 @@ var formats = /*#__PURE__*/Object.freeze({
23609
23209
  creditCardFormat: creditCardFormat,
23610
23210
  expirationDateFormat: expirationDateFormat,
23611
23211
  phoneFormat: phoneFormat,
23612
- moneyFormat: moneyFormat,
23613
- renderCardStatus: renderCardStatus
23212
+ moneyFormat: moneyFormat
23614
23213
  });
23615
23214
 
23616
23215
  var useFocusInvalidInput = function useFocusInvalidInput(hasErrors) {
@@ -24303,50 +23902,9 @@ var fallbackValues$l = {
24303
23902
  autopayTextColor: autopayTextColor
24304
23903
  };
24305
23904
 
24306
- var BankItemWrapper = styled__default.div.withConfig({
24307
- displayName: "FormattedBankAccount__BankItemWrapper",
24308
- componentId: "sc-18hcgw4-0"
24309
- })(["display:flex;justify-content:flex-start;align-items:center;"]);
24310
- var BankAccountText = styled__default.h4.withConfig({
24311
- displayName: "FormattedBankAccount__BankAccountText",
24312
- componentId: "sc-18hcgw4-1"
24313
- })(["color:", ";font-size:1rem;font-weight:400;line-height:1.5rem;text-align:left;margin-right:0.5rem;display:inline-block;"], function (_ref) {
24314
- var color = _ref.color;
24315
- return color;
24316
- });
24317
- var CHECKING = "CHECKING";
24318
- var SAVINGS = "SAVINGS";
24319
-
24320
- var FormattedBankAccount = function FormattedBankAccount(_ref2) {
24321
- var lastFour = _ref2.lastFour,
24322
- accountType = _ref2.accountType,
24323
- autoPay = _ref2.autoPay,
24324
- themeValues = _ref2.themeValues;
24325
- return /*#__PURE__*/React__default.createElement(BankItemWrapper, null, /*#__PURE__*/React__default.createElement(Box, {
24326
- padding: "0.25rem 0 0 0",
24327
- extraStyles: "margin-right: 1rem;"
24328
- }, /*#__PURE__*/React__default.createElement(BankIcon, null)), /*#__PURE__*/React__default.createElement(Stack, {
24329
- childGap: "0"
24330
- }, accountType === CHECKING && /*#__PURE__*/React__default.createElement(BankAccountText, {
24331
- color: themeValues.textColor
24332
- }, "Checking Account ending in ", lastFour), accountType === SAVINGS && /*#__PURE__*/React__default.createElement(BankAccountText, {
24333
- color: themeValues.textColor
24334
- }, "Savings Account ending in ", lastFour), autoPay && /*#__PURE__*/React__default.createElement(Text$1, {
24335
- variant: "p",
24336
- color: themeValues.autopayTextColor,
24337
- extraStyles: "font-style: italic;"
24338
- }, "Autopay Enabled")));
24339
- };
24340
-
24341
- var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$l);
24342
-
24343
- var textColor$2 = "".concat(CHARADE_GREY);
24344
- var autopayTextColor$1 = "".concat(REGENT_GREY);
24345
- var fallbackValues$m = {
24346
- textColor: textColor$2,
24347
- autopayTextColor: autopayTextColor$1
24348
- };
24349
-
23905
+ var ACTIVE = "ACTIVE";
23906
+ var EXPIRING_SOON = "EXPIRING_SOON";
23907
+ var EXPIRED = "EXPIRED";
24350
23908
  var CreditCardWrapper = styled__default.div.withConfig({
24351
23909
  displayName: "FormattedCreditCard__CreditCardWrapper",
24352
23910
  componentId: "sc-s0ta5l-0"
@@ -24362,6 +23920,32 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
24362
23920
  expireDate = _ref.expireDate,
24363
23921
  expirationStatus = _ref.expirationStatus,
24364
23922
  themeValues = _ref.themeValues;
23923
+
23924
+ var renderCardStatus = function renderCardStatus() {
23925
+ switch (expirationStatus) {
23926
+ case ACTIVE:
23927
+ return /*#__PURE__*/React__default.createElement(Paragraph$1, {
23928
+ variant: "pXS",
23929
+ color: ASH_GREY,
23930
+ textAlign: "left"
23931
+ }, "Exp Date ", expireDate);
23932
+
23933
+ case EXPIRING_SOON:
23934
+ return /*#__PURE__*/React__default.createElement(Paragraph$1, {
23935
+ variant: "pXS",
23936
+ color: FIRE_YELLOW,
23937
+ textAlign: "left"
23938
+ }, "Expiring Soon ", expireDate);
23939
+
23940
+ case EXPIRED:
23941
+ return /*#__PURE__*/React__default.createElement(Paragraph$1, {
23942
+ variant: "pXS",
23943
+ color: ASH_GREY,
23944
+ textAlign: "left"
23945
+ }, "Expired");
23946
+ }
23947
+ };
23948
+
24365
23949
  return /*#__PURE__*/React__default.createElement(CreditCardWrapper, null, /*#__PURE__*/React__default.createElement(CCIconWrapper, null, /*#__PURE__*/React__default.createElement(GenericCard, null)), /*#__PURE__*/React__default.createElement(Stack, {
24366
23950
  childGap: "0"
24367
23951
  }, /*#__PURE__*/React__default.createElement(Box, {
@@ -24372,14 +23956,14 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
24372
23956
  color: themeValues.textColor,
24373
23957
  textAlign: "left",
24374
23958
  extraStyles: "display: inline-block;"
24375
- }, "Card ending in ".concat(lastFour)), expireDate && /*#__PURE__*/React__default.createElement(React.Fragment, null, renderCardStatus(expirationStatus, expireDate, "left", "p"))), autoPay && /*#__PURE__*/React__default.createElement(Text$1, {
23959
+ }, "Card ending in ".concat(lastFour)), expireDate && /*#__PURE__*/React__default.createElement(React.Fragment, null, renderCardStatus())), autoPay && /*#__PURE__*/React__default.createElement(Text$1, {
24376
23960
  variant: "p",
24377
23961
  color: themeValues.autopayTextColor,
24378
23962
  extraStyles: "font-style: italic;"
24379
23963
  }, "Autopay Enabled")));
24380
23964
  };
24381
23965
 
24382
- var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$m);
23966
+ var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$l);
24383
23967
 
24384
23968
  var Hamburger = styled__default.button.withConfig({
24385
23969
  displayName: "HamburgerButton__Hamburger",
@@ -24461,7 +24045,7 @@ var fontSize$8 = {
24461
24045
  h5: "1.375rem",
24462
24046
  h6: "1.25rem"
24463
24047
  };
24464
- var fallbackValues$n = {
24048
+ var fallbackValues$m = {
24465
24049
  fontFamily: fontFamily$5,
24466
24050
  fontSize: fontSize$8
24467
24051
  };
@@ -24503,7 +24087,7 @@ var Heading = function Heading(_ref) {
24503
24087
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement("span", null)));
24504
24088
  };
24505
24089
 
24506
- var Heading$1 = themeComponent(Heading, "Heading", fallbackValues$n, "h1");
24090
+ var Heading$1 = themeComponent(Heading, "Heading", fallbackValues$m, "h1");
24507
24091
 
24508
24092
  var Jumbo = function Jumbo(_ref) {
24509
24093
  var showButton = _ref.showButton,
@@ -24577,7 +24161,7 @@ var fontWeight$4 = {
24577
24161
  pL: "600",
24578
24162
  h6: "700"
24579
24163
  };
24580
- var fallbackValues$o = {
24164
+ var fallbackValues$n = {
24581
24165
  fontWeight: fontWeight$4
24582
24166
  };
24583
24167
 
@@ -24605,7 +24189,7 @@ var LabeledAmount = function LabeledAmount(_ref) {
24605
24189
  }, amount));
24606
24190
  };
24607
24191
 
24608
- var LabeledAmount$1 = themeComponent(LabeledAmount, "LabeledAmount", fallbackValues$o, "default");
24192
+ var LabeledAmount$1 = themeComponent(LabeledAmount, "LabeledAmount", fallbackValues$n, "default");
24609
24193
 
24610
24194
  var weightTitle = {
24611
24195
  "default": "600",
@@ -24615,7 +24199,7 @@ var paragraphVariant = {
24615
24199
  "default": "pL",
24616
24200
  small: "pS"
24617
24201
  };
24618
- var fallbackValues$p = {
24202
+ var fallbackValues$o = {
24619
24203
  weightTitle: weightTitle,
24620
24204
  paragraphVariant: paragraphVariant
24621
24205
  };
@@ -24644,10 +24228,10 @@ var LineItem = function LineItem(_ref) {
24644
24228
  }, amount));
24645
24229
  };
24646
24230
 
24647
- var LineItem$1 = themeComponent(LineItem, "LineItem", fallbackValues$p, "default");
24231
+ var LineItem$1 = themeComponent(LineItem, "LineItem", fallbackValues$o, "default");
24648
24232
 
24649
24233
  var color$8 = "#15749D";
24650
- var fallbackValues$q = {
24234
+ var fallbackValues$p = {
24651
24235
  color: color$8
24652
24236
  };
24653
24237
 
@@ -24686,7 +24270,7 @@ var Spinner$1 = function Spinner(_ref4) {
24686
24270
  })));
24687
24271
  };
24688
24272
 
24689
- var Spinner$2 = themeComponent(Spinner$1, "Spinner", fallbackValues$q);
24273
+ var Spinner$2 = themeComponent(Spinner$1, "Spinner", fallbackValues$p);
24690
24274
 
24691
24275
  var Loading = function Loading() {
24692
24276
  return /*#__PURE__*/React__default.createElement(Box, {
@@ -24952,7 +24536,7 @@ var height$1 = {
24952
24536
  "default": "3rem",
24953
24537
  large: "192px"
24954
24538
  };
24955
- var fallbackValues$r = {
24539
+ var fallbackValues$q = {
24956
24540
  color: color$9,
24957
24541
  height: height$1
24958
24542
  };
@@ -25061,12 +24645,12 @@ var Placeholder = function Placeholder(_ref2) {
25061
24645
  }, text)))))))))));
25062
24646
  };
25063
24647
 
25064
- var Placeholder$1 = themeComponent(Placeholder, "Placeholder", fallbackValues$r, "default");
24648
+ var Placeholder$1 = themeComponent(Placeholder, "Placeholder", fallbackValues$q, "default");
25065
24649
 
25066
24650
  var backgroundColor$4 = {
25067
24651
  "default": "".concat(WHITE)
25068
24652
  };
25069
- var fallbackValues$s = {
24653
+ var fallbackValues$r = {
25070
24654
  backgroundColor: backgroundColor$4
25071
24655
  };
25072
24656
 
@@ -25094,7 +24678,7 @@ var ProcessingFee = function ProcessingFee(_ref) {
25094
24678
  }));
25095
24679
  };
25096
24680
 
25097
- var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$s, "default");
24681
+ var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$r, "default");
25098
24682
 
25099
24683
 
25100
24684
 
@@ -25156,7 +24740,7 @@ var RadioButtonWithLabel = function RadioButtonWithLabel(_ref) {
25156
24740
 
25157
24741
  var activeColor$5 = "".concat(MATISSE_BLUE);
25158
24742
  var inactiveColor = "".concat(GREY_CHATEAU);
25159
- var fallbackValues$t = {
24743
+ var fallbackValues$s = {
25160
24744
  activeColor: activeColor$5,
25161
24745
  inactiveColor: inactiveColor
25162
24746
  };
@@ -25246,12 +24830,12 @@ var RadioButton$1 = function RadioButton(_ref2) {
25246
24830
  })));
25247
24831
  };
25248
24832
 
25249
- var RadioButton$2 = themeComponent(RadioButton$1, "RadioButton", fallbackValues$t);
24833
+ var RadioButton$2 = themeComponent(RadioButton$1, "RadioButton", fallbackValues$s);
25250
24834
 
25251
24835
  var border$2 = {
25252
24836
  "default": "1px solid #caced8"
25253
24837
  };
25254
- var fallbackValues$u = {
24838
+ var fallbackValues$t = {
25255
24839
  border: border$2
25256
24840
  };
25257
24841
 
@@ -25326,7 +24910,7 @@ var SearchableSelect = function SearchableSelect(_ref) {
25326
24910
  })))));
25327
24911
  };
25328
24912
 
25329
- var SearchableSelect$1 = themeComponent(SearchableSelect, "SearchableSelect", fallbackValues$u, "default");
24913
+ var SearchableSelect$1 = themeComponent(SearchableSelect, "SearchableSelect", fallbackValues$t, "default");
25330
24914
 
25331
24915
  var borderColor$2 = {
25332
24916
  "default": "".concat(GREY_CHATEAU)
@@ -25334,7 +24918,7 @@ var borderColor$2 = {
25334
24918
  var borderSize = {
25335
24919
  "default": "1px"
25336
24920
  };
25337
- var fallbackValues$v = {
24921
+ var fallbackValues$u = {
25338
24922
  borderColor: borderColor$2,
25339
24923
  borderSize: borderSize
25340
24924
  };
@@ -25351,7 +24935,7 @@ var SolidDivider = function SolidDivider(_ref) {
25351
24935
  });
25352
24936
  };
25353
24937
 
25354
- var SolidDivider$1 = themeComponent(SolidDivider, "SolidDivider", fallbackValues$v, "default");
24938
+ var SolidDivider$1 = themeComponent(SolidDivider, "SolidDivider", fallbackValues$u, "default");
25355
24939
 
25356
24940
  var placeHolderOptionUS = {
25357
24941
  text: "Please select state",
@@ -35935,7 +35519,7 @@ var offBackground = "".concat(REGENT_GREY);
35935
35519
  var labelStyles = "\n display: flex;\n justify-content: flex-start;\n align-items: center;\n";
35936
35520
  var rightLabelStyles = "\n ".concat(labelStyles, "\n flex-direction: row;\n");
35937
35521
  var leftLabelStyles = "\n ".concat(labelStyles, "\n flex-direction: row-reverse;\n");
35938
- var fallbackValues$w = {
35522
+ var fallbackValues$v = {
35939
35523
  onBackground: onBackground,
35940
35524
  disabledBackground: disabledBackground,
35941
35525
  white: white,
@@ -36111,7 +35695,7 @@ var ToggleSwitch = function ToggleSwitch(_ref6) {
36111
35695
  }, label))));
36112
35696
  };
36113
35697
 
36114
- var ToggleSwitch$1 = themeComponent(ToggleSwitch, "ToggleSwitch", fallbackValues$w);
35698
+ var ToggleSwitch$1 = themeComponent(ToggleSwitch, "ToggleSwitch", fallbackValues$v);
36115
35699
 
36116
35700
  var background$1 = "".concat(ATHENS_GREY);
36117
35701
  var white$1 = "".concat(WHITE);
@@ -36160,7 +35744,7 @@ var backgroundColor$5 = WHITE;
36160
35744
  var imageBackgroundColor = INFO_BLUE;
36161
35745
  var headerBackgroundColor = STORM_GREY;
36162
35746
  var headerColor = WHITE;
36163
- var fallbackValues$x = {
35747
+ var fallbackValues$w = {
36164
35748
  backgroundColor: backgroundColor$5,
36165
35749
  imageBackgroundColor: imageBackgroundColor,
36166
35750
  headerBackgroundColor: headerBackgroundColor,
@@ -36183,11 +35767,11 @@ var CardImage = styled__default.img.withConfig({
36183
35767
 
36184
35768
  var titleColor = BRIGHT_GREY;
36185
35769
  var titleWeight = FONT_WEIGHT_BOLD;
36186
- var textColor$3 = BRIGHT_GREY;
36187
- var fallbackValues$y = {
35770
+ var textColor$2 = BRIGHT_GREY;
35771
+ var fallbackValues$x = {
36188
35772
  titleColor: titleColor,
36189
35773
  titleWeight: titleWeight,
36190
- textColor: textColor$3
35774
+ textColor: textColor$2
36191
35775
  };
36192
35776
 
36193
35777
  var CardText = function CardText(_ref) {
@@ -36208,7 +35792,7 @@ var CardText = function CardText(_ref) {
36208
35792
  color: themeValues.textColor
36209
35793
  }, text))));
36210
35794
  };
36211
- var CardText$1 = themeComponent(withWindowSize(CardText), "CardText", fallbackValues$y);
35795
+ var CardText$1 = themeComponent(withWindowSize(CardText), "CardText", fallbackValues$x);
36212
35796
 
36213
35797
  var CardHeader = function CardHeader(_ref) {
36214
35798
  var backgroundColor = _ref.backgroundColor,
@@ -36305,12 +35889,12 @@ var Card = function Card(_ref) {
36305
35889
  }), children)));
36306
35890
  };
36307
35891
 
36308
- var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$x);
35892
+ var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$w);
36309
35893
 
36310
35894
  var fontFamily$6 = "Public Sans, sans-serif";
36311
35895
  var activeColor$6 = MATISSE_BLUE;
36312
35896
  var linkColor$3 = CHARADE_GREY;
36313
- var fallbackValues$z = {
35897
+ var fallbackValues$y = {
36314
35898
  fontFamily: fontFamily$6,
36315
35899
  activeColor: activeColor$6,
36316
35900
  linkColor: linkColor$3
@@ -36343,7 +35927,7 @@ var NavTab = function NavTab(_ref) {
36343
35927
  }, label));
36344
35928
  };
36345
35929
 
36346
- var NavTab$1 = themeComponent(NavTab, "NavTab", fallbackValues$z);
35930
+ var NavTab$1 = themeComponent(NavTab, "NavTab", fallbackValues$y);
36347
35931
 
36348
35932
  var NavTabs = function NavTabs(_ref) {
36349
35933
  var tabsConfig = _ref.tabsConfig,
@@ -38301,7 +37885,7 @@ AddressForm.mapStateToProps = mapStateToProps$1;
38301
37885
  AddressForm.mapDispatchToProps = mapDispatchToProps;
38302
37886
 
38303
37887
  var backgroundColor$6 = "#ebeffb";
38304
- var fallbackValues$A = {
37888
+ var fallbackValues$z = {
38305
37889
  backgroundColor: backgroundColor$6
38306
37890
  };
38307
37891
 
@@ -38353,7 +37937,7 @@ var Banner = function Banner(_ref) {
38353
37937
  }, /*#__PURE__*/React__default.createElement(Image, null))));
38354
37938
  };
38355
37939
 
38356
- var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$A);
37940
+ var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$z);
38357
37941
 
38358
37942
  var ChangePasswordForm = function ChangePasswordForm(_ref) {
38359
37943
  var _newPasswordErrorMess;
@@ -38495,7 +38079,7 @@ ChangePasswordForm.mapDispatchToProps = mapDispatchToProps$1;
38495
38079
  var titleColor$1 = "#292A33";
38496
38080
  var headingBackgroundColor = "transparent";
38497
38081
  var bodyBackgroundColor = "transparent";
38498
- var fallbackValues$B = {
38082
+ var fallbackValues$A = {
38499
38083
  titleColor: titleColor$1,
38500
38084
  headingBackgroundColor: headingBackgroundColor,
38501
38085
  bodyBackgroundColor: bodyBackgroundColor
@@ -38622,7 +38206,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
38622
38206
  }, children))));
38623
38207
  };
38624
38208
 
38625
- var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$B);
38209
+ var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$A);
38626
38210
 
38627
38211
  var ClipboardIcon = function ClipboardIcon(_ref) {
38628
38212
  var themeValues = _ref.themeValues;
@@ -38883,8 +38467,8 @@ var EditableListItemControls = styled__default.div.withConfig({
38883
38467
  componentId: "sc-10ehkz7-1"
38884
38468
  })(["display:flex;justify-content:space-evenly;align-items:center;"]);
38885
38469
 
38886
- var ACTIVE = "ACTIVE";
38887
- var EXPIRED = "EXPIRED";
38470
+ var ACTIVE$1 = "ACTIVE";
38471
+ var EXPIRED$1 = "EXPIRED";
38888
38472
 
38889
38473
  var EditableList = function EditableList(_ref) {
38890
38474
  var _ref$title = _ref.title,
@@ -38941,13 +38525,13 @@ var EditableList = function EditableList(_ref) {
38941
38525
  modalOpen = _useState2[0],
38942
38526
  toggleModal = _useState2[1];
38943
38527
 
38944
- var expiredItem = (_item$expirationStatu = item === null || item === void 0 ? void 0 : item.expirationStatus) !== null && _item$expirationStatu !== void 0 ? _item$expirationStatu : ACTIVE;
38528
+ var expiredItem = (_item$expirationStatu = item === null || item === void 0 ? void 0 : item.expirationStatus) !== null && _item$expirationStatu !== void 0 ? _item$expirationStatu : ACTIVE$1;
38945
38529
  return /*#__PURE__*/React__default.createElement(EditableListItem, {
38946
38530
  listItemSize: !!item.id && autoPayMethods !== null && autoPayMethods !== void 0 && autoPayMethods.some(function (methodID) {
38947
38531
  return methodID === item.id;
38948
38532
  }) ? "big" : listItemSize,
38949
38533
  key: item.id || item,
38950
- disabled: expiredItem === EXPIRED
38534
+ disabled: expiredItem === EXPIRED$1
38951
38535
  }, /*#__PURE__*/React__default.createElement(Text$1, {
38952
38536
  variant: "p",
38953
38537
  color: CHARADE_GREY
@@ -39208,7 +38792,7 @@ EmailForm.mapDispatchToProps = mapDispatchToProps$3;
39208
38792
 
39209
38793
  var footerBackgroundColor = BRIGHT_GREY;
39210
38794
  var subfooterBackgroundColor = STORM_GREY;
39211
- var fallbackValues$C = {
38795
+ var fallbackValues$B = {
39212
38796
  footerBackgroundColor: footerBackgroundColor,
39213
38797
  subfooterBackgroundColor: subfooterBackgroundColor
39214
38798
  };
@@ -39240,7 +38824,7 @@ var FooterWithSubfooter = function FooterWithSubfooter(_ref) {
39240
38824
  }));
39241
38825
  };
39242
38826
 
39243
- var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$C);
38827
+ var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$B);
39244
38828
 
39245
38829
  var ForgotPasswordForm = function ForgotPasswordForm(_ref) {
39246
38830
  var _EmailErrorMessages;
@@ -39290,10 +38874,10 @@ ForgotPasswordForm.reducer = reducer$4;
39290
38874
  ForgotPasswordForm.mapStateToProps = mapStateToProps$5;
39291
38875
  ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
39292
38876
 
39293
- var textColor$4 = "#ffffff";
38877
+ var textColor$3 = "#ffffff";
39294
38878
  var backgroundColor$7 = "#182848";
39295
- var fallbackValues$D = {
39296
- textColor: textColor$4,
38879
+ var fallbackValues$C = {
38880
+ textColor: textColor$3,
39297
38881
  backgroundColor: backgroundColor$7
39298
38882
  };
39299
38883
 
@@ -39349,7 +38933,7 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
39349
38933
  }), repeat( /*#__PURE__*/React__default.createElement(Box, null), boxesAfter))));
39350
38934
  };
39351
38935
 
39352
- var HighlightTabRow$1 = /*#__PURE__*/React.memo(themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$D));
38936
+ var HighlightTabRow$1 = /*#__PURE__*/React.memo(themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$C));
39353
38937
 
39354
38938
  var AccountBillIcon = function AccountBillIcon() {
39355
38939
  return /*#__PURE__*/React__default.createElement("svg", {
@@ -44501,7 +44085,7 @@ var backgroundColor$8 = {
44501
44085
  largeTitle: WHITE,
44502
44086
  small: WHITE
44503
44087
  };
44504
- var fallbackValues$E = {
44088
+ var fallbackValues$D = {
44505
44089
  fontSize: fontSize$9,
44506
44090
  fontWeight: fontWeight$5,
44507
44091
  fontColor: fontColor,
@@ -44560,7 +44144,7 @@ var Module = function Module(_ref) {
44560
44144
  }, children)));
44561
44145
  };
44562
44146
 
44563
- var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$E, "default"));
44147
+ var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$D, "default"));
44564
44148
 
44565
44149
  var backgroundColor$9 = {
44566
44150
  profile: "#3b414d",
@@ -44570,7 +44154,7 @@ var shadowColor = {
44570
44154
  profile: "#292A33",
44571
44155
  cms: "#292A33"
44572
44156
  };
44573
- var fallbackValues$F = {
44157
+ var fallbackValues$E = {
44574
44158
  backgroundColor: backgroundColor$9,
44575
44159
  shadowColor: shadowColor
44576
44160
  };
@@ -44611,7 +44195,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
44611
44195
  }, menuContent));
44612
44196
  };
44613
44197
 
44614
- var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$F, "profile");
44198
+ var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$E, "profile");
44615
44199
 
44616
44200
  var menu = posed.div({
44617
44201
  invisible: {
@@ -44667,11 +44251,7 @@ var NavMenuMobile = function NavMenuMobile(_ref) {
44667
44251
  }, menuContent));
44668
44252
  };
44669
44253
 
44670
- var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$F, "profile");
44671
-
44672
- var ACH_METHOD = "BANK_ACCOUNT";
44673
- var CC_METHOD = "CREDIT_CARD";
44674
- var CASH_METHOD = "CASH";
44254
+ var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$E, "profile");
44675
44255
 
44676
44256
  var IconsModule = function IconsModule(_ref) {
44677
44257
  var icon = _ref.icon,
@@ -44728,7 +44308,7 @@ var activeColor$7 = "#0E506D";
44728
44308
  var linkColor$4 = "#3176AA";
44729
44309
  var fontWeight$6 = FONT_WEIGHT_REGULAR;
44730
44310
  var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
44731
- var fallbackValues$G = {
44311
+ var fallbackValues$F = {
44732
44312
  color: color$a,
44733
44313
  hoverColor: hoverColor$5,
44734
44314
  activeColor: activeColor$7,
@@ -44752,27 +44332,13 @@ var AutopayModal = function AutopayModal(_ref) {
44752
44332
  isPaymentPlan = _ref.isPaymentPlan,
44753
44333
  nextAutopayDate = _ref.nextAutopayDate,
44754
44334
  dueDate = _ref.dueDate,
44755
- inactive = _ref.inactive,
44756
- description = _ref.description,
44757
- subDescription = _ref.subDescription,
44758
- allowedPaymentInstruments = _ref.allowedPaymentInstruments;
44759
-
44760
- var generateMethodNeededText = function generateMethodNeededText(planText, allowedPaymentInstruments) {
44761
- var allowsCard = allowedPaymentInstruments.includes(CC_METHOD);
44762
- var allowsACH = allowedPaymentInstruments.includes(ACH_METHOD);
44763
- var methodRequired = allowsCard && !allowsACH ? "debit or credit card payment method" : !allowsCard && allowsACH ? "checking account payment method" : "payment method";
44764
- return "To setup ".concat(planText, " you must have a saved ").concat(methodRequired, " and address in your profile. Do you want to save these now?");
44765
- };
44766
-
44767
- var plan = isPaymentPlan ? "your payment plan" : "autopay";
44768
- var shortPlan = isPaymentPlan ? "Payment Plan" : "Autopay";
44769
- var deactivateText = "deactivate ".concat(shortPlan, " for ").concat(description, ": ").concat(subDescription);
44770
- var activateText = "Set Up ".concat(shortPlan, " for ").concat(description, ": ").concat(subDescription);
44335
+ inactive = _ref.inactive;
44336
+ var planType = isPaymentPlan ? "Payment Plan" : "Autopay";
44771
44337
  var nextDate = dueDate || nextAutopayDate;
44772
44338
  var modalExtraProps = {
44773
- modalHeaderText: autoPayActive ? titleCaseString(deactivateText) : titleCaseString(activateText),
44774
- 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),
44775
- continueButtonText: autoPayActive ? "Disable ".concat(shortPlan) : "Add to Profile",
44339
+ modalHeaderText: autoPayActive ? "Deactivate ".concat(planType) : "Set Up ".concat(planType),
44340
+ 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?"),
44341
+ continueButtonText: autoPayActive ? "Disable ".concat(planType) : "Add to Profile",
44776
44342
  useDangerButton: autoPayActive,
44777
44343
  continueAction: autoPayActive ? function () {
44778
44344
  deactivatePaymentSchedule(isPaymentPlan ? paymentPlanSchedule : autoPaySchedule, isPaymentPlan);
@@ -44788,7 +44354,7 @@ var AutopayModal = function AutopayModal(_ref) {
44788
44354
  case "secondary":
44789
44355
  {
44790
44356
  return /*#__PURE__*/React__default.createElement(ButtonWithAction, {
44791
- text: autoPayActive ? "Turn off ".concat(shortPlan) : "Set Up ".concat(shortPlan),
44357
+ text: autoPayActive ? "Turn off ".concat(planType) : "Set Up ".concat(planType),
44792
44358
  variant: "secondary",
44793
44359
  action: function action() {
44794
44360
  toggleModal(true);
@@ -44801,7 +44367,7 @@ var AutopayModal = function AutopayModal(_ref) {
44801
44367
  case "tertiary":
44802
44368
  {
44803
44369
  return /*#__PURE__*/React__default.createElement(ButtonWithAction, {
44804
- text: autoPayActive ? "Manage ".concat(shortPlan) : "Set Up ".concat(shortPlan),
44370
+ text: autoPayActive ? "Manage ".concat(planType) : "Set Up ".concat(planType),
44805
44371
  variant: "tertiary",
44806
44372
  action: function action() {
44807
44373
  toggleModal(true);
@@ -44833,12 +44399,12 @@ var AutopayModal = function AutopayModal(_ref) {
44833
44399
  e.key === "Enter" && toggleModal(true);
44834
44400
  },
44835
44401
  tabIndex: "0",
44836
- dataQa: "".concat(shortPlan, " On"),
44402
+ dataQa: "".concat(planType, " On"),
44837
44403
  color: SEA_GREEN,
44838
44404
  weight: themeValues.fontWeight,
44839
44405
  hoverStyles: themeValues.modalLinkHoverFocus,
44840
44406
  extraStyles: "padding-left: 0.25rem;"
44841
- }, "".concat(shortPlan, " ").concat(nextAutopayDate))));
44407
+ }, "".concat(planType, " ").concat(nextAutopayDate))));
44842
44408
  }
44843
44409
  }
44844
44410
  };
@@ -44854,7 +44420,7 @@ var AutopayModal = function AutopayModal(_ref) {
44854
44420
  }, modalExtraProps), renderAutoPayControl());
44855
44421
  };
44856
44422
 
44857
- var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$G);
44423
+ var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$F);
44858
44424
 
44859
44425
  var AmountModule = function AmountModule(_ref) {
44860
44426
  var totalAmountDue = _ref.totalAmountDue,
@@ -44865,10 +44431,7 @@ var AmountModule = function AmountModule(_ref) {
44865
44431
  autoPaySchedule = _ref.autoPaySchedule,
44866
44432
  paymentPlanSchedule = _ref.paymentPlanSchedule,
44867
44433
  isPaymentPlan = _ref.isPaymentPlan,
44868
- nextAutopayDate = _ref.nextAutopayDate,
44869
- description = _ref.description,
44870
- subDescription = _ref.subDescription,
44871
- allowedPaymentInstruments = _ref.allowedPaymentInstruments;
44434
+ nextAutopayDate = _ref.nextAutopayDate;
44872
44435
 
44873
44436
  var _useState = React.useState(false),
44874
44437
  _useState2 = _slicedToArray(_useState, 2),
@@ -44897,10 +44460,7 @@ var AmountModule = function AmountModule(_ref) {
44897
44460
  paymentPlanSchedule: paymentPlanSchedule,
44898
44461
  isPaymentPlan: isPaymentPlan,
44899
44462
  nextAutopayDate: nextAutopayDate,
44900
- controlType: "link",
44901
- description: description,
44902
- subDescription: subDescription,
44903
- allowedPaymentInstruments: allowedPaymentInstruments
44463
+ controlType: "link"
44904
44464
  })));
44905
44465
  };
44906
44466
 
@@ -44919,10 +44479,7 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
44919
44479
  isPaymentPlan = _ref.isPaymentPlan,
44920
44480
  nextAutopayDate = _ref.nextAutopayDate,
44921
44481
  obligationAssocID = _ref.obligationAssocID,
44922
- dueDate = _ref.dueDate,
44923
- description = _ref.description,
44924
- subDescription = _ref.subDescription,
44925
- allowedPaymentInstruments = _ref.allowedPaymentInstruments;
44482
+ dueDate = _ref.dueDate;
44926
44483
  var planType = isPaymentPlan ? "Payment Plan" : "Autopay";
44927
44484
 
44928
44485
  var _useState = React.useState(false),
@@ -44978,10 +44535,7 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
44978
44535
  autoPaySchedule: autoPaySchedule,
44979
44536
  paymentPlanSchedule: paymentPlanSchedule,
44980
44537
  isPaymentPlan: isPaymentPlan,
44981
- nextAutopayDate: nextAutopayDate,
44982
- description: description,
44983
- subDescription: subDescription,
44984
- allowedPaymentInstruments: allowedPaymentInstruments
44538
+ nextAutopayDate: nextAutopayDate
44985
44539
  }))), /*#__PURE__*/React__default.createElement(Box, {
44986
44540
  padding: isMobile ? "16px" : "0"
44987
44541
  }, /*#__PURE__*/React__default.createElement(Cluster, {
@@ -45021,10 +44575,7 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
45021
44575
  paymentPlanSchedule: paymentPlanSchedule,
45022
44576
  isPaymentPlan: isPaymentPlan,
45023
44577
  nextAutopayDate: nextAutopayDate,
45024
- dueDate: dueDate,
45025
- description: description,
45026
- subDescription: subDescription,
45027
- allowedPaymentInstruments: allowedPaymentInstruments
44578
+ dueDate: dueDate
45028
44579
  })), !isMobile && /*#__PURE__*/React__default.createElement(Box, {
45029
44580
  padding: "0"
45030
44581
  }, /*#__PURE__*/React__default.createElement(ButtonWithAction, {
@@ -45114,10 +44665,7 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
45114
44665
  dueDate = _ref.dueDate,
45115
44666
  agencyName = _ref.agencyName,
45116
44667
  configType = _ref.configType,
45117
- actions = _ref.actions,
45118
- description = _ref.description,
45119
- subDescription = _ref.subDescription,
45120
- allowedPaymentInstruments = _ref.allowedPaymentInstruments;
44668
+ actions = _ref.actions;
45121
44669
 
45122
44670
  var _useState = React.useState(false),
45123
44671
  _useState2 = _slicedToArray(_useState, 2),
@@ -45156,10 +44704,7 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
45156
44704
  obligationAssocID: obligationAssocID,
45157
44705
  dueDate: dueDate,
45158
44706
  controlType: "secondary",
45159
- inactive: true,
45160
- description: description,
45161
- subDescription: subDescription,
45162
- allowedPaymentInstruments: allowedPaymentInstruments
44707
+ inactive: true
45163
44708
  })), /*#__PURE__*/React__default.createElement(Box, {
45164
44709
  padding: "0",
45165
44710
  extraStyles: "flex-grow: 1;"
@@ -45201,7 +44746,7 @@ var InactiveTitleModule = function InactiveTitleModule(_ref) {
45201
44746
  };
45202
44747
 
45203
44748
  var Obligation = function Obligation(_ref) {
45204
- var _obligations$, _firstObligation$cust;
44749
+ var _firstObligation$cust, _firstObligation$desc, _firstObligation$subD;
45205
44750
 
45206
44751
  var config = _ref.config,
45207
44752
  obligations = _ref.obligations,
@@ -45236,13 +44781,7 @@ var Obligation = function Obligation(_ref) {
45236
44781
  The top level desc/subdesc for all obligations in a collection is the same
45237
44782
  (Collection accounts look different in the Account Details page)
45238
44783
  */
45239
- var firstObligation = (_obligations$ = obligations === null || obligations === void 0 ? void 0 : obligations[0]) !== null && _obligations$ !== void 0 ? _obligations$ : {};
45240
- var _firstObligation$allo = firstObligation.allowedPaymentInstruments,
45241
- allowedPaymentInstruments = _firstObligation$allo === void 0 ? [CASH_METHOD, CC_METHOD, ACH_METHOD] : _firstObligation$allo,
45242
- _firstObligation$desc = firstObligation.description,
45243
- description = _firstObligation$desc === void 0 ? "Account" : _firstObligation$desc,
45244
- _firstObligation$subD = firstObligation.subDescription,
45245
- subDescription = _firstObligation$subD === void 0 ? obligationAssocID : _firstObligation$subD;
44784
+ var firstObligation = obligations[0];
45246
44785
  var customAttributes = (_firstObligation$cust = firstObligation === null || firstObligation === void 0 ? void 0 : firstObligation.customAttributes) !== null && _firstObligation$cust !== void 0 ? _firstObligation$cust : {};
45247
44786
  var boxShadowValue = "0px 2px 4px rgba(41, 42, 51, 0.1), 0px 1px 1px 2px rgba(41, 42, 51, 0.1);";
45248
44787
  var activeObligation = /*#__PURE__*/React__default.createElement(Box, {
@@ -45250,7 +44789,7 @@ var Obligation = function Obligation(_ref) {
45250
44789
  borderRadius: "4px",
45251
44790
  boxShadow: boxShadowValue,
45252
44791
  as: "section",
45253
- "aria-label": "".concat(description, " - ").concat(subDescription),
44792
+ "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),
45254
44793
  border: "1px solid ".concat(GRECIAN_GREY),
45255
44794
  borderWidthOverride: "1px 0 0 0"
45256
44795
  }, /*#__PURE__*/React__default.createElement(Box, {
@@ -45279,8 +44818,8 @@ var Obligation = function Obligation(_ref) {
45279
44818
  iconValue: config.iconValue,
45280
44819
  customAttributes: customAttributes
45281
44820
  }), /*#__PURE__*/React__default.createElement(TitleModule, {
45282
- title: description,
45283
- subtitle: subDescription,
44821
+ title: firstObligation === null || firstObligation === void 0 ? void 0 : firstObligation.description,
44822
+ subtitle: firstObligation === null || firstObligation === void 0 ? void 0 : firstObligation.subDescription,
45284
44823
  titleColor: BRIGHT_GREY,
45285
44824
  isMobile: isMobile
45286
44825
  }))), !isMobile && /*#__PURE__*/React__default.createElement(AmountModule, {
@@ -45294,10 +44833,7 @@ var Obligation = function Obligation(_ref) {
45294
44833
  autoPaySchedule: autoPaySchedule,
45295
44834
  paymentPlanSchedule: paymentPlanSchedule,
45296
44835
  isPaymentPlan: isPaymentPlan,
45297
- nextAutopayDate: nextAutopayDate,
45298
- description: description,
45299
- subDescription: subDescription,
45300
- allowedPaymentInstruments: allowedPaymentInstruments
44836
+ nextAutopayDate: nextAutopayDate
45301
44837
  }))), !isMobile && /*#__PURE__*/React__default.createElement(PaymentDetailsActions, {
45302
44838
  obligations: obligations,
45303
44839
  autoPayEnabled: autoPayEnabled,
@@ -45312,10 +44848,7 @@ var Obligation = function Obligation(_ref) {
45312
44848
  isMobile: isMobile,
45313
44849
  isPaymentPlan: isPaymentPlan,
45314
44850
  nextAutopayDate: nextAutopayDate,
45315
- obligationAssocID: obligationAssocID,
45316
- description: description,
45317
- subDescription: subDescription,
45318
- allowedPaymentInstruments: allowedPaymentInstruments
44851
+ obligationAssocID: obligationAssocID
45319
44852
  }))), isMobile && /*#__PURE__*/React__default.createElement(PaymentDetailsActions, {
45320
44853
  obligations: obligations,
45321
44854
  autoPayEnabled: autoPayEnabled,
@@ -45330,10 +44863,7 @@ var Obligation = function Obligation(_ref) {
45330
44863
  isMobile: isMobile,
45331
44864
  isPaymentPlan: isPaymentPlan,
45332
44865
  nextAutopayDate: nextAutopayDate,
45333
- obligationAssocID: obligationAssocID,
45334
- description: description,
45335
- subDescription: subDescription,
45336
- allowedPaymentInstruments: allowedPaymentInstruments
44866
+ obligationAssocID: obligationAssocID
45337
44867
  }));
45338
44868
  var inactiveObligation = /*#__PURE__*/React__default.createElement(Box, {
45339
44869
  padding: "0",
@@ -45386,10 +44916,7 @@ var Obligation = function Obligation(_ref) {
45386
44916
  obligationAssocID: obligationAssocID,
45387
44917
  dueDate: dueDate,
45388
44918
  agencyName: agencyName,
45389
- configType: config.type,
45390
- description: description,
45391
- subDescription: subDescription,
45392
- allowedPaymentInstruments: allowedPaymentInstruments
44919
+ configType: config.type
45393
44920
  }))), isMobile && /*#__PURE__*/React__default.createElement(InactiveControlsModule, {
45394
44921
  obligations: obligations,
45395
44922
  autoPayEnabled: autoPayEnabled,
@@ -45403,10 +44930,7 @@ var Obligation = function Obligation(_ref) {
45403
44930
  obligationAssocID: obligationAssocID,
45404
44931
  dueDate: dueDate,
45405
44932
  agencyName: agencyName,
45406
- configType: config.type,
45407
- description: description,
45408
- subDescription: subDescription,
45409
- allowedPaymentInstruments: allowedPaymentInstruments
44933
+ configType: config.type
45410
44934
  }))));
45411
44935
  return inactive ? inactiveObligation : activeObligation;
45412
44936
  };
@@ -45708,7 +45232,7 @@ var labeledAmountTotal = {
45708
45232
  "default": "h6",
45709
45233
  small: "p"
45710
45234
  };
45711
- var fallbackValues$H = {
45235
+ var fallbackValues$G = {
45712
45236
  backgroundColor: backgroundColor$a,
45713
45237
  lineItem: lineItem,
45714
45238
  labeledAmountSubtotal: labeledAmountSubtotal,
@@ -45959,7 +45483,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
45959
45483
  });
45960
45484
  };
45961
45485
 
45962
- var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$H, "default");
45486
+ var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$G, "default");
45963
45487
 
45964
45488
  var linkColor$5 = {
45965
45489
  "default": "#3176AA"
@@ -45976,7 +45500,7 @@ var fontWeight$7 = {
45976
45500
  var modalLinkHoverFocus$1 = {
45977
45501
  "default": "outline: none; text-decoration: underline;"
45978
45502
  };
45979
- var fallbackValues$I = {
45503
+ var fallbackValues$H = {
45980
45504
  linkColor: linkColor$5,
45981
45505
  fontSize: fontSize$a,
45982
45506
  lineHeight: lineHeight$4,
@@ -46035,7 +45559,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
46035
45559
  }, link));
46036
45560
  };
46037
45561
 
46038
- var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$I, "default");
45562
+ var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$H, "default");
46039
45563
 
46040
45564
  var PaymentFormACH = function PaymentFormACH(_ref) {
46041
45565
  var _routingNumberErrors, _accountNumberErrors;
@@ -46641,7 +46165,7 @@ var headingDisabledColor = "".concat(ATHENS_GREY);
46641
46165
  var bodyBackgroundColor$1 = "#eeeeee";
46642
46166
  var borderColor$3 = "".concat(GREY_CHATEAU);
46643
46167
  var focusStyles = "outline: none;";
46644
- var fallbackValues$J = {
46168
+ var fallbackValues$I = {
46645
46169
  headingBackgroundColor: headingBackgroundColor$1,
46646
46170
  headingDisabledColor: headingDisabledColor,
46647
46171
  bodyBackgroundColor: bodyBackgroundColor$1,
@@ -46658,8 +46182,7 @@ var fallbackValues$J = {
46658
46182
  hideRadioButton: boolean, (keeps section displayed but hides radio and disables open/close function),
46659
46183
  hidden: boolean, (hides section entirely)
46660
46184
  dataQa: string,
46661
- content: <React Component(s)> e.g.: <Box><Stack>cool content stuff</Stack></Box> (any collection of components will work),
46662
- 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)
46185
+ content: <React Component(s)> e.g.: <Box><Stack>cool content stuff</Stack></Box> (any collection of components will work)
46663
46186
  }
46664
46187
 
46665
46188
  Also takes an "openSection" which should equal the id of the section that should be open
@@ -46672,6 +46195,10 @@ var fallbackValues$J = {
46672
46195
 
46673
46196
  */
46674
46197
 
46198
+ var ACTIVE$2 = "ACTIVE";
46199
+ var EXPIRING_SOON$1 = "EXPIRING_SOON";
46200
+ var EXPIRED$2 = "EXPIRED";
46201
+
46675
46202
  var RadioSection = function RadioSection(_ref) {
46676
46203
  var themeValues = _ref.themeValues,
46677
46204
  isMobile = _ref.isMobile,
@@ -46694,6 +46221,34 @@ var RadioSection = function RadioSection(_ref) {
46694
46221
  }
46695
46222
  };
46696
46223
 
46224
+ var renderCardStatus = function renderCardStatus(item) {
46225
+ var expirationStatus = item.expirationStatus,
46226
+ expireDate = item.expireDate;
46227
+
46228
+ switch (expirationStatus) {
46229
+ case ACTIVE$2:
46230
+ return /*#__PURE__*/React__default.createElement(Text$1, {
46231
+ variant: "pXS",
46232
+ color: ASH_GREY,
46233
+ extraStyles: "text-align: right;"
46234
+ }, "Exp Date ", expireDate);
46235
+
46236
+ case EXPIRING_SOON$1:
46237
+ return /*#__PURE__*/React__default.createElement(Text$1, {
46238
+ variant: "pXS",
46239
+ color: FIRE_YELLOW,
46240
+ extraStyles: "text-align: right;"
46241
+ }, "Expiring Soon ", expireDate);
46242
+
46243
+ case EXPIRED$2:
46244
+ return /*#__PURE__*/React__default.createElement(Text$1, {
46245
+ variant: "pXS",
46246
+ color: ASH_GREY,
46247
+ extraStyles: "text-align: right;"
46248
+ }, "Expired");
46249
+ }
46250
+ };
46251
+
46697
46252
  var wrapper = {
46698
46253
  open: {
46699
46254
  height: openHeight,
@@ -46747,13 +46302,13 @@ var RadioSection = function RadioSection(_ref) {
46747
46302
  return /*#__PURE__*/React__default.createElement(Motion, {
46748
46303
  tabIndex: section.hideRadioButton || section.disabled ? "-1" : "0",
46749
46304
  onKeyDown: function onKeyDown(e) {
46750
- return !section.disabled && handleKeyDown(section.id, e);
46305
+ return handleKeyDown(section.id, e);
46751
46306
  },
46752
46307
  onFocus: function onFocus() {
46753
- return !section.disabled && setFocused(section.id);
46308
+ return setFocused(section.id);
46754
46309
  },
46755
46310
  onBlur: function onBlur() {
46756
- return !section.disabled && setFocused(null);
46311
+ return setFocused(null);
46757
46312
  },
46758
46313
  hoverStyles: themeValues.focusStyles,
46759
46314
  animate: openSection === section.id ? "open" : "closed",
@@ -46768,7 +46323,7 @@ var RadioSection = function RadioSection(_ref) {
46768
46323
  onClick: isMobile && supportsTouch || section.disabled ? noop : function () {
46769
46324
  return toggleOpenSection(section.id);
46770
46325
  },
46771
- onTouchEnd: isMobile && supportsTouch && !section.disabled ? function () {
46326
+ onTouchEnd: isMobile && supportsTouch || !section.disabled ? function () {
46772
46327
  return toggleOpenSection(section.id);
46773
46328
  } : noop,
46774
46329
  key: "header-".concat(section.id),
@@ -46813,7 +46368,7 @@ var RadioSection = function RadioSection(_ref) {
46813
46368
  isMobile: isMobile,
46814
46369
  alt: icon.altText
46815
46370
  });
46816
- })), section.rightTitleContent && /*#__PURE__*/React__default.createElement(React.Fragment, null, section.rightTitleContent))), /*#__PURE__*/React__default.createElement(AnimatePresence, {
46371
+ })), section.shouldDisplayCardExpiration && /*#__PURE__*/React__default.createElement(React.Fragment, null, renderCardStatus(section)))), /*#__PURE__*/React__default.createElement(AnimatePresence, {
46817
46372
  initial: false
46818
46373
  }, openSection === section.id && /*#__PURE__*/React__default.createElement(Motion, {
46819
46374
  key: "content-".concat(section.id),
@@ -46829,7 +46384,7 @@ var RadioSection = function RadioSection(_ref) {
46829
46384
  })));
46830
46385
  };
46831
46386
 
46832
- var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$J);
46387
+ var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$I);
46833
46388
 
46834
46389
  var RegistrationForm = function RegistrationForm(_ref) {
46835
46390
  var _emailErrorMessages, _passwordErrorMessage;
@@ -47126,7 +46681,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
47126
46681
  var activeTabBackground = "#FFFFFF";
47127
46682
  var activeTabAccent = "#15749D";
47128
46683
  var activeTabHover = "#B8D5E1";
47129
- var fallbackValues$K = {
46684
+ var fallbackValues$J = {
47130
46685
  activeTabBackground: activeTabBackground,
47131
46686
  activeTabAccent: activeTabAccent,
47132
46687
  activeTabHover: activeTabHover
@@ -47205,12 +46760,12 @@ var Tabs = function Tabs(_ref) {
47205
46760
  }))));
47206
46761
  };
47207
46762
 
47208
- var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$K);
46763
+ var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$J);
47209
46764
 
47210
46765
  var activeTabBackground$1 = "#FFFFFF";
47211
46766
  var activeTabAccent$1 = "#15749D";
47212
46767
  var activeTabHover$1 = "#B8D5E1";
47213
- var fallbackValues$L = {
46768
+ var fallbackValues$K = {
47214
46769
  activeTabBackground: activeTabBackground$1,
47215
46770
  activeTabAccent: activeTabAccent$1,
47216
46771
  activeTabHover: activeTabHover$1
@@ -47266,7 +46821,7 @@ var TabSidebar = function TabSidebar(_ref) {
47266
46821
  })));
47267
46822
  };
47268
46823
 
47269
- var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$L);
46824
+ var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$K);
47270
46825
 
47271
46826
  var backgroundColor$b = {
47272
46827
  "default": "#ffffff",
@@ -47297,7 +46852,7 @@ var modalLinkHoverFocus$2 = {
47297
46852
  "default": standardInteractionStyles,
47298
46853
  footer: standardInteractionStyles
47299
46854
  };
47300
- var fallbackValues$M = {
46855
+ var fallbackValues$L = {
47301
46856
  backgroundColor: backgroundColor$b,
47302
46857
  linkColor: linkColor$6,
47303
46858
  border: border$3,
@@ -47359,7 +46914,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
47359
46914
  }, link));
47360
46915
  };
47361
46916
 
47362
- var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$M, "default");
46917
+ var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$L, "default");
47363
46918
 
47364
46919
  var TermsAndConditions = function TermsAndConditions(_ref) {
47365
46920
  var onCheck = _ref.onCheck,
@@ -47434,7 +46989,7 @@ var fontColor$1 = WHITE;
47434
46989
  var textAlign$1 = "left";
47435
46990
  var headerBackgroundColor$1 = BRIGHT_GREY;
47436
46991
  var imageBackgroundColor$1 = MATISSE_BLUE;
47437
- var fallbackValues$N = {
46992
+ var fallbackValues$M = {
47438
46993
  fontWeight: fontWeight$9,
47439
46994
  fontColor: fontColor$1,
47440
46995
  textAlign: textAlign$1,
@@ -47481,7 +47036,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
47481
47036
  })))));
47482
47037
  };
47483
47038
 
47484
- var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$N));
47039
+ var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$M));
47485
47040
 
47486
47041
  var WorkflowTile = function WorkflowTile(_ref) {
47487
47042
  var _ref$workflowName = _ref.workflowName,
@@ -47536,7 +47091,7 @@ var WorkflowTile = function WorkflowTile(_ref) {
47536
47091
  };
47537
47092
 
47538
47093
  var pageBackground = "#FBFCFD";
47539
- var fallbackValues$O = {
47094
+ var fallbackValues$N = {
47540
47095
  pageBackground: pageBackground
47541
47096
  };
47542
47097
 
@@ -47583,7 +47138,7 @@ var CenterSingle = function CenterSingle(_ref) {
47583
47138
  })));
47584
47139
  };
47585
47140
 
47586
- var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$O));
47141
+ var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$N));
47587
47142
 
47588
47143
  var CenterStack = function CenterStack(_ref) {
47589
47144
  var header = _ref.header,
@@ -47625,7 +47180,7 @@ var CenterStack = function CenterStack(_ref) {
47625
47180
  })));
47626
47181
  };
47627
47182
 
47628
- var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$O));
47183
+ var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$N));
47629
47184
 
47630
47185
  var CenterSingle$2 = function CenterSingle(_ref) {
47631
47186
  var header = _ref.header,
@@ -47670,7 +47225,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
47670
47225
  })));
47671
47226
  };
47672
47227
 
47673
- var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$O));
47228
+ var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$N));
47674
47229
 
47675
47230
  var SidebarSingleContent = function SidebarSingleContent(_ref) {
47676
47231
  var header = _ref.header,
@@ -47724,7 +47279,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
47724
47279
  })));
47725
47280
  };
47726
47281
 
47727
- var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$O));
47282
+ var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$N));
47728
47283
 
47729
47284
  var SidebarStackContent = function SidebarStackContent(_ref) {
47730
47285
  var header = _ref.header,
@@ -47795,7 +47350,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
47795
47350
  })));
47796
47351
  };
47797
47352
 
47798
- var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$O));
47353
+ var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$N));
47799
47354
 
47800
47355
  exports.AccountNumberImage = AccountNumberImage;
47801
47356
  exports.AccountsAddIcon = AccountsAddIcon$1;
@@ -47862,7 +47417,6 @@ exports.FormInputColumn = FormInputColumn;
47862
47417
  exports.FormInputRow = FormInputRow;
47863
47418
  exports.FormSelect = FormSelect$1;
47864
47419
  exports.FormattedAddress = FormattedAddress$1;
47865
- exports.FormattedBankAccount = FormattedBankAccount$1;
47866
47420
  exports.FormattedCreditCard = FormattedCreditCard$1;
47867
47421
  exports.Frame = Frame;
47868
47422
  exports.GenericCard = GenericCard;
@@ -47904,6 +47458,7 @@ exports.PaymentButtonBar = PaymentButtonBar;
47904
47458
  exports.PaymentDetails = PaymentDetails$1;
47905
47459
  exports.PaymentFormACH = PaymentFormACH;
47906
47460
  exports.PaymentFormCard = PaymentFormCard$1;
47461
+ exports.PaymentIcon = PaymentIcon;
47907
47462
  exports.PaymentMethodAddIcon = PaymentMethodAddIcon$1;
47908
47463
  exports.PaymentMethodIcon = PaymentMethodIcon$1;
47909
47464
  exports.PaymentSearchIcon = PaymentSearchIcon;
@@ -47933,7 +47488,6 @@ exports.ResetConfirmationForm = ResetConfirmationForm$1;
47933
47488
  exports.ResetPasswordForm = ResetPasswordForm;
47934
47489
  exports.ResetPasswordIcon = ResetPasswordIcon;
47935
47490
  exports.ResetPasswordSuccess = ResetPasswordSuccess;
47936
- exports.RevenueManagementImage = RevenueManagementImage;
47937
47491
  exports.RoutingNumberImage = RoutingNumberImage;
47938
47492
  exports.SearchIcon = SearchIcon;
47939
47493
  exports.SearchableSelect = SearchableSelect$1;