@thecb/components 7.7.1-beta.1 → 7.7.1-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -6318,6 +6318,14 @@ 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
+ };
6321
6329
 
6322
6330
  var general = /*#__PURE__*/Object.freeze({
6323
6331
  __proto__: null,
@@ -6335,7 +6343,9 @@ var general = /*#__PURE__*/Object.freeze({
6335
6343
  inputPlaceholderTextStyle: inputPlaceholderTextStyle,
6336
6344
  inputDisabledStyle: inputDisabledStyle,
6337
6345
  MOBILE_WIDTH: MOBILE_WIDTH,
6338
- throttle: throttle
6346
+ throttle: throttle,
6347
+ titleCaseWord: titleCaseWord,
6348
+ titleCaseString: titleCaseString
6339
6349
  });
6340
6350
 
6341
6351
  var _excluded$1 = ["themeValues", "weight", "color", "textWrap", "extraStyles", "hoverStyles", "onClick", "onKeyPress", "as", "dataQa", "children", "variant"];
@@ -13821,33 +13831,6 @@ var GenericCard = function GenericCard() {
13821
13831
  }));
13822
13832
  };
13823
13833
 
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
-
13851
13834
  var IconAdd = function IconAdd() {
13852
13835
  return /*#__PURE__*/React__default.createElement("svg", {
13853
13836
  xmlns: "http://www.w3.org/2000/svg",
@@ -16057,6 +16040,389 @@ var ProfileImage = function ProfileImage() {
16057
16040
  }));
16058
16041
  };
16059
16042
 
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
+
16060
16426
  var FindIconSmall = function FindIconSmall(_ref) {
16061
16427
  var themeValues = _ref.themeValues,
16062
16428
  _ref$iconIndex = _ref.iconIndex,
@@ -16099,6 +16465,33 @@ var FindIconSmall = function FindIconSmall(_ref) {
16099
16465
 
16100
16466
  var FindIconSmall$1 = themeComponent(FindIconSmall, "Icons", fallbackValues$2, "primary");
16101
16467
 
16468
+ var HistoryIconSmall = function HistoryIconSmall(_ref) {
16469
+ var themeValues = _ref.themeValues,
16470
+ _ref$iconIndex = _ref.iconIndex;
16471
+ return /*#__PURE__*/React__default.createElement("svg", {
16472
+ width: "20",
16473
+ height: "20",
16474
+ viewBox: "0 0 20 20",
16475
+ fill: "none",
16476
+ xmlns: "http://www.w3.org/2000/svg"
16477
+ }, /*#__PURE__*/React__default.createElement("path", {
16478
+ d: "M3.33337 8.33333C3.33337 7.8731 3.70647 7.5 4.16671 7.5H15.8334C16.2936 7.5 16.6667 7.8731 16.6667 8.33333V16.6667C16.6667 17.1269 16.2936 17.5 15.8334 17.5H4.16671C3.70647 17.5 3.33337 17.1269 3.33337 16.6667V8.33333Z",
16479
+ fill: themeValues.singleIconColor
16480
+ }), /*#__PURE__*/React__default.createElement("path", {
16481
+ fillRule: "evenodd",
16482
+ clipRule: "evenodd",
16483
+ d: "M5.08337 4.75C4.66916 4.75 4.33337 5.08579 4.33337 5.5C4.33337 5.91421 4.66916 6.25 5.08337 6.25H14.9134C15.3276 6.25 15.6634 5.91421 15.6634 5.5C15.6634 5.08579 15.3276 4.75 14.9134 4.75H5.08337Z",
16484
+ fill: themeValues.singleIconColor
16485
+ }), /*#__PURE__*/React__default.createElement("path", {
16486
+ fillRule: "evenodd",
16487
+ clipRule: "evenodd",
16488
+ d: "M6.03337 2.25C5.64677 2.25 5.33337 2.5634 5.33337 2.95C5.33337 3.3366 5.64678 3.65 6.03337 3.65H13.9634C14.35 3.65 14.6634 3.3366 14.6634 2.95C14.6634 2.5634 14.35 2.25 13.9634 2.25H6.03337Z",
16489
+ fill: themeValues.singleIconColor
16490
+ }));
16491
+ };
16492
+
16493
+ var HistoryIconSmall$1 = themeComponent(HistoryIconSmall, "Icons", fallbackValues$2, "primary");
16494
+
16102
16495
  var color$2 = "#15749D";
16103
16496
  var hoverColor$1 = "#116285";
16104
16497
  var activeColor$1 = "#0E506D";
@@ -23198,6 +23591,40 @@ var creditCardFormat = createFormat(creditCardFormats, formatDelimiter);
23198
23591
  var expirationDateFormat = createFormat(expirationDateFormats, formatDelimiter);
23199
23592
  var phoneFormat = createFormat(phoneFormats, formatDelimiter);
23200
23593
  var moneyFormat = createFormat(moneyFormats, formatDelimiter);
23594
+ var renderCardStatus = function renderCardStatus(expirationStatus, expireDate) {
23595
+ var textAlign = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "right";
23596
+ var as = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : "span";
23597
+ var ACTIVE = "ACTIVE";
23598
+ var EXPIRING_SOON = "EXPIRING_SOON";
23599
+ var EXPIRED = "EXPIRED";
23600
+ var textMargin = textAlign === "right" ? "auto" : "0";
23601
+
23602
+ switch (expirationStatus) {
23603
+ case ACTIVE:
23604
+ return /*#__PURE__*/React__default.createElement(Text$1, {
23605
+ as: as,
23606
+ variant: "pXS",
23607
+ color: ASH_GREY,
23608
+ extraStyles: "text-align: ".concat(textAlign, "; margin: ").concat(textMargin, ";")
23609
+ }, "Exp Date ", expireDate);
23610
+
23611
+ case EXPIRING_SOON:
23612
+ return /*#__PURE__*/React__default.createElement(Text$1, {
23613
+ as: as,
23614
+ variant: "pXS",
23615
+ color: FIRE_YELLOW,
23616
+ extraStyles: "text-align: ".concat(textAlign, "; margin: ").concat(textMargin, ";")
23617
+ }, "Expiring Soon ", expireDate);
23618
+
23619
+ case EXPIRED:
23620
+ return /*#__PURE__*/React__default.createElement(Text$1, {
23621
+ as: as,
23622
+ variant: "pXS",
23623
+ color: ASH_GREY,
23624
+ extraStyles: "text-align: ".concat(textAlign, "; margin: ").concat(textMargin, ";")
23625
+ }, "Expired");
23626
+ }
23627
+ };
23201
23628
 
23202
23629
  var formats = /*#__PURE__*/Object.freeze({
23203
23630
  __proto__: null,
@@ -23209,7 +23636,8 @@ var formats = /*#__PURE__*/Object.freeze({
23209
23636
  creditCardFormat: creditCardFormat,
23210
23637
  expirationDateFormat: expirationDateFormat,
23211
23638
  phoneFormat: phoneFormat,
23212
- moneyFormat: moneyFormat
23639
+ moneyFormat: moneyFormat,
23640
+ renderCardStatus: renderCardStatus
23213
23641
  });
23214
23642
 
23215
23643
  var useFocusInvalidInput = function useFocusInvalidInput(hasErrors) {
@@ -23902,9 +24330,50 @@ var fallbackValues$l = {
23902
24330
  autopayTextColor: autopayTextColor
23903
24331
  };
23904
24332
 
23905
- var ACTIVE = "ACTIVE";
23906
- var EXPIRING_SOON = "EXPIRING_SOON";
23907
- var EXPIRED = "EXPIRED";
24333
+ var BankItemWrapper = styled__default.div.withConfig({
24334
+ displayName: "FormattedBankAccount__BankItemWrapper",
24335
+ componentId: "sc-18hcgw4-0"
24336
+ })(["display:flex;justify-content:flex-start;align-items:center;"]);
24337
+ var BankAccountText = styled__default.h4.withConfig({
24338
+ displayName: "FormattedBankAccount__BankAccountText",
24339
+ componentId: "sc-18hcgw4-1"
24340
+ })(["color:", ";font-size:1rem;font-weight:400;line-height:1.5rem;text-align:left;margin-right:0.5rem;display:inline-block;"], function (_ref) {
24341
+ var color = _ref.color;
24342
+ return color;
24343
+ });
24344
+ var CHECKING = "CHECKING";
24345
+ var SAVINGS = "SAVINGS";
24346
+
24347
+ var FormattedBankAccount = function FormattedBankAccount(_ref2) {
24348
+ var lastFour = _ref2.lastFour,
24349
+ accountType = _ref2.accountType,
24350
+ autoPay = _ref2.autoPay,
24351
+ themeValues = _ref2.themeValues;
24352
+ return /*#__PURE__*/React__default.createElement(BankItemWrapper, null, /*#__PURE__*/React__default.createElement(Box, {
24353
+ padding: "0.25rem 0 0 0",
24354
+ extraStyles: "margin-right: 1rem;"
24355
+ }, /*#__PURE__*/React__default.createElement(BankIcon, null)), /*#__PURE__*/React__default.createElement(Stack, {
24356
+ childGap: "0"
24357
+ }, accountType === CHECKING && /*#__PURE__*/React__default.createElement(BankAccountText, {
24358
+ color: themeValues.textColor
24359
+ }, "Checking Account ending in ", lastFour), accountType === SAVINGS && /*#__PURE__*/React__default.createElement(BankAccountText, {
24360
+ color: themeValues.textColor
24361
+ }, "Savings Account ending in ", lastFour), autoPay && /*#__PURE__*/React__default.createElement(Text$1, {
24362
+ variant: "p",
24363
+ color: themeValues.autopayTextColor,
24364
+ extraStyles: "font-style: italic;"
24365
+ }, "Autopay Enabled")));
24366
+ };
24367
+
24368
+ var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$l);
24369
+
24370
+ var textColor$2 = "".concat(CHARADE_GREY);
24371
+ var autopayTextColor$1 = "".concat(REGENT_GREY);
24372
+ var fallbackValues$m = {
24373
+ textColor: textColor$2,
24374
+ autopayTextColor: autopayTextColor$1
24375
+ };
24376
+
23908
24377
  var CreditCardWrapper = styled__default.div.withConfig({
23909
24378
  displayName: "FormattedCreditCard__CreditCardWrapper",
23910
24379
  componentId: "sc-s0ta5l-0"
@@ -23920,32 +24389,6 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
23920
24389
  expireDate = _ref.expireDate,
23921
24390
  expirationStatus = _ref.expirationStatus,
23922
24391
  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
-
23949
24392
  return /*#__PURE__*/React__default.createElement(CreditCardWrapper, null, /*#__PURE__*/React__default.createElement(CCIconWrapper, null, /*#__PURE__*/React__default.createElement(GenericCard, null)), /*#__PURE__*/React__default.createElement(Stack, {
23950
24393
  childGap: "0"
23951
24394
  }, /*#__PURE__*/React__default.createElement(Box, {
@@ -23956,14 +24399,14 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
23956
24399
  color: themeValues.textColor,
23957
24400
  textAlign: "left",
23958
24401
  extraStyles: "display: inline-block;"
23959
- }, "Card ending in ".concat(lastFour)), expireDate && /*#__PURE__*/React__default.createElement(React.Fragment, null, renderCardStatus())), autoPay && /*#__PURE__*/React__default.createElement(Text$1, {
24402
+ }, "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, {
23960
24403
  variant: "p",
23961
24404
  color: themeValues.autopayTextColor,
23962
24405
  extraStyles: "font-style: italic;"
23963
24406
  }, "Autopay Enabled")));
23964
24407
  };
23965
24408
 
23966
- var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$l);
24409
+ var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$m);
23967
24410
 
23968
24411
  var Hamburger = styled__default.button.withConfig({
23969
24412
  displayName: "HamburgerButton__Hamburger",
@@ -24045,7 +24488,7 @@ var fontSize$8 = {
24045
24488
  h5: "1.375rem",
24046
24489
  h6: "1.25rem"
24047
24490
  };
24048
- var fallbackValues$m = {
24491
+ var fallbackValues$n = {
24049
24492
  fontFamily: fontFamily$5,
24050
24493
  fontSize: fontSize$8
24051
24494
  };
@@ -24087,7 +24530,7 @@ var Heading = function Heading(_ref) {
24087
24530
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement("span", null)));
24088
24531
  };
24089
24532
 
24090
- var Heading$1 = themeComponent(Heading, "Heading", fallbackValues$m, "h1");
24533
+ var Heading$1 = themeComponent(Heading, "Heading", fallbackValues$n, "h1");
24091
24534
 
24092
24535
  var Jumbo = function Jumbo(_ref) {
24093
24536
  var showButton = _ref.showButton,
@@ -24161,7 +24604,7 @@ var fontWeight$4 = {
24161
24604
  pL: "600",
24162
24605
  h6: "700"
24163
24606
  };
24164
- var fallbackValues$n = {
24607
+ var fallbackValues$o = {
24165
24608
  fontWeight: fontWeight$4
24166
24609
  };
24167
24610
 
@@ -24189,7 +24632,7 @@ var LabeledAmount = function LabeledAmount(_ref) {
24189
24632
  }, amount));
24190
24633
  };
24191
24634
 
24192
- var LabeledAmount$1 = themeComponent(LabeledAmount, "LabeledAmount", fallbackValues$n, "default");
24635
+ var LabeledAmount$1 = themeComponent(LabeledAmount, "LabeledAmount", fallbackValues$o, "default");
24193
24636
 
24194
24637
  var weightTitle = {
24195
24638
  "default": "600",
@@ -24199,7 +24642,7 @@ var paragraphVariant = {
24199
24642
  "default": "pL",
24200
24643
  small: "pS"
24201
24644
  };
24202
- var fallbackValues$o = {
24645
+ var fallbackValues$p = {
24203
24646
  weightTitle: weightTitle,
24204
24647
  paragraphVariant: paragraphVariant
24205
24648
  };
@@ -24228,10 +24671,10 @@ var LineItem = function LineItem(_ref) {
24228
24671
  }, amount));
24229
24672
  };
24230
24673
 
24231
- var LineItem$1 = themeComponent(LineItem, "LineItem", fallbackValues$o, "default");
24674
+ var LineItem$1 = themeComponent(LineItem, "LineItem", fallbackValues$p, "default");
24232
24675
 
24233
24676
  var color$8 = "#15749D";
24234
- var fallbackValues$p = {
24677
+ var fallbackValues$q = {
24235
24678
  color: color$8
24236
24679
  };
24237
24680
 
@@ -24270,7 +24713,7 @@ var Spinner$1 = function Spinner(_ref4) {
24270
24713
  })));
24271
24714
  };
24272
24715
 
24273
- var Spinner$2 = themeComponent(Spinner$1, "Spinner", fallbackValues$p);
24716
+ var Spinner$2 = themeComponent(Spinner$1, "Spinner", fallbackValues$q);
24274
24717
 
24275
24718
  var Loading = function Loading() {
24276
24719
  return /*#__PURE__*/React__default.createElement(Box, {
@@ -24536,7 +24979,7 @@ var height$1 = {
24536
24979
  "default": "3rem",
24537
24980
  large: "192px"
24538
24981
  };
24539
- var fallbackValues$q = {
24982
+ var fallbackValues$r = {
24540
24983
  color: color$9,
24541
24984
  height: height$1
24542
24985
  };
@@ -24645,12 +25088,12 @@ var Placeholder = function Placeholder(_ref2) {
24645
25088
  }, text)))))))))));
24646
25089
  };
24647
25090
 
24648
- var Placeholder$1 = themeComponent(Placeholder, "Placeholder", fallbackValues$q, "default");
25091
+ var Placeholder$1 = themeComponent(Placeholder, "Placeholder", fallbackValues$r, "default");
24649
25092
 
24650
25093
  var backgroundColor$4 = {
24651
25094
  "default": "".concat(WHITE)
24652
25095
  };
24653
- var fallbackValues$r = {
25096
+ var fallbackValues$s = {
24654
25097
  backgroundColor: backgroundColor$4
24655
25098
  };
24656
25099
 
@@ -24678,7 +25121,7 @@ var ProcessingFee = function ProcessingFee(_ref) {
24678
25121
  }));
24679
25122
  };
24680
25123
 
24681
- var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$r, "default");
25124
+ var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$s, "default");
24682
25125
 
24683
25126
 
24684
25127
 
@@ -24740,7 +25183,7 @@ var RadioButtonWithLabel = function RadioButtonWithLabel(_ref) {
24740
25183
 
24741
25184
  var activeColor$5 = "".concat(MATISSE_BLUE);
24742
25185
  var inactiveColor = "".concat(GREY_CHATEAU);
24743
- var fallbackValues$s = {
25186
+ var fallbackValues$t = {
24744
25187
  activeColor: activeColor$5,
24745
25188
  inactiveColor: inactiveColor
24746
25189
  };
@@ -24830,12 +25273,12 @@ var RadioButton$1 = function RadioButton(_ref2) {
24830
25273
  })));
24831
25274
  };
24832
25275
 
24833
- var RadioButton$2 = themeComponent(RadioButton$1, "RadioButton", fallbackValues$s);
25276
+ var RadioButton$2 = themeComponent(RadioButton$1, "RadioButton", fallbackValues$t);
24834
25277
 
24835
25278
  var border$2 = {
24836
25279
  "default": "1px solid #caced8"
24837
25280
  };
24838
- var fallbackValues$t = {
25281
+ var fallbackValues$u = {
24839
25282
  border: border$2
24840
25283
  };
24841
25284
 
@@ -24910,7 +25353,7 @@ var SearchableSelect = function SearchableSelect(_ref) {
24910
25353
  })))));
24911
25354
  };
24912
25355
 
24913
- var SearchableSelect$1 = themeComponent(SearchableSelect, "SearchableSelect", fallbackValues$t, "default");
25356
+ var SearchableSelect$1 = themeComponent(SearchableSelect, "SearchableSelect", fallbackValues$u, "default");
24914
25357
 
24915
25358
  var borderColor$2 = {
24916
25359
  "default": "".concat(GREY_CHATEAU)
@@ -24918,7 +25361,7 @@ var borderColor$2 = {
24918
25361
  var borderSize = {
24919
25362
  "default": "1px"
24920
25363
  };
24921
- var fallbackValues$u = {
25364
+ var fallbackValues$v = {
24922
25365
  borderColor: borderColor$2,
24923
25366
  borderSize: borderSize
24924
25367
  };
@@ -24935,7 +25378,7 @@ var SolidDivider = function SolidDivider(_ref) {
24935
25378
  });
24936
25379
  };
24937
25380
 
24938
- var SolidDivider$1 = themeComponent(SolidDivider, "SolidDivider", fallbackValues$u, "default");
25381
+ var SolidDivider$1 = themeComponent(SolidDivider, "SolidDivider", fallbackValues$v, "default");
24939
25382
 
24940
25383
  var placeHolderOptionUS = {
24941
25384
  text: "Please select state",
@@ -35519,7 +35962,7 @@ var offBackground = "".concat(REGENT_GREY);
35519
35962
  var labelStyles = "\n display: flex;\n justify-content: flex-start;\n align-items: center;\n";
35520
35963
  var rightLabelStyles = "\n ".concat(labelStyles, "\n flex-direction: row;\n");
35521
35964
  var leftLabelStyles = "\n ".concat(labelStyles, "\n flex-direction: row-reverse;\n");
35522
- var fallbackValues$v = {
35965
+ var fallbackValues$w = {
35523
35966
  onBackground: onBackground,
35524
35967
  disabledBackground: disabledBackground,
35525
35968
  white: white,
@@ -35695,7 +36138,7 @@ var ToggleSwitch = function ToggleSwitch(_ref6) {
35695
36138
  }, label))));
35696
36139
  };
35697
36140
 
35698
- var ToggleSwitch$1 = themeComponent(ToggleSwitch, "ToggleSwitch", fallbackValues$v);
36141
+ var ToggleSwitch$1 = themeComponent(ToggleSwitch, "ToggleSwitch", fallbackValues$w);
35699
36142
 
35700
36143
  var background$1 = "".concat(ATHENS_GREY);
35701
36144
  var white$1 = "".concat(WHITE);
@@ -35744,7 +36187,7 @@ var backgroundColor$5 = WHITE;
35744
36187
  var imageBackgroundColor = INFO_BLUE;
35745
36188
  var headerBackgroundColor = STORM_GREY;
35746
36189
  var headerColor = WHITE;
35747
- var fallbackValues$w = {
36190
+ var fallbackValues$x = {
35748
36191
  backgroundColor: backgroundColor$5,
35749
36192
  imageBackgroundColor: imageBackgroundColor,
35750
36193
  headerBackgroundColor: headerBackgroundColor,
@@ -35767,11 +36210,11 @@ var CardImage = styled__default.img.withConfig({
35767
36210
 
35768
36211
  var titleColor = BRIGHT_GREY;
35769
36212
  var titleWeight = FONT_WEIGHT_BOLD;
35770
- var textColor$2 = BRIGHT_GREY;
35771
- var fallbackValues$x = {
36213
+ var textColor$3 = BRIGHT_GREY;
36214
+ var fallbackValues$y = {
35772
36215
  titleColor: titleColor,
35773
36216
  titleWeight: titleWeight,
35774
- textColor: textColor$2
36217
+ textColor: textColor$3
35775
36218
  };
35776
36219
 
35777
36220
  var CardText = function CardText(_ref) {
@@ -35792,7 +36235,7 @@ var CardText = function CardText(_ref) {
35792
36235
  color: themeValues.textColor
35793
36236
  }, text))));
35794
36237
  };
35795
- var CardText$1 = themeComponent(withWindowSize(CardText), "CardText", fallbackValues$x);
36238
+ var CardText$1 = themeComponent(withWindowSize(CardText), "CardText", fallbackValues$y);
35796
36239
 
35797
36240
  var CardHeader = function CardHeader(_ref) {
35798
36241
  var backgroundColor = _ref.backgroundColor,
@@ -35889,12 +36332,12 @@ var Card = function Card(_ref) {
35889
36332
  }), children)));
35890
36333
  };
35891
36334
 
35892
- var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$w);
36335
+ var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$x);
35893
36336
 
35894
36337
  var fontFamily$6 = "Public Sans, sans-serif";
35895
36338
  var activeColor$6 = MATISSE_BLUE;
35896
36339
  var linkColor$3 = CHARADE_GREY;
35897
- var fallbackValues$y = {
36340
+ var fallbackValues$z = {
35898
36341
  fontFamily: fontFamily$6,
35899
36342
  activeColor: activeColor$6,
35900
36343
  linkColor: linkColor$3
@@ -35927,7 +36370,7 @@ var NavTab = function NavTab(_ref) {
35927
36370
  }, label));
35928
36371
  };
35929
36372
 
35930
- var NavTab$1 = themeComponent(NavTab, "NavTab", fallbackValues$y);
36373
+ var NavTab$1 = themeComponent(NavTab, "NavTab", fallbackValues$z);
35931
36374
 
35932
36375
  var NavTabs = function NavTabs(_ref) {
35933
36376
  var tabsConfig = _ref.tabsConfig,
@@ -37885,7 +38328,7 @@ AddressForm.mapStateToProps = mapStateToProps$1;
37885
38328
  AddressForm.mapDispatchToProps = mapDispatchToProps;
37886
38329
 
37887
38330
  var backgroundColor$6 = "#ebeffb";
37888
- var fallbackValues$z = {
38331
+ var fallbackValues$A = {
37889
38332
  backgroundColor: backgroundColor$6
37890
38333
  };
37891
38334
 
@@ -37937,7 +38380,7 @@ var Banner = function Banner(_ref) {
37937
38380
  }, /*#__PURE__*/React__default.createElement(Image, null))));
37938
38381
  };
37939
38382
 
37940
- var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$z);
38383
+ var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$A);
37941
38384
 
37942
38385
  var ChangePasswordForm = function ChangePasswordForm(_ref) {
37943
38386
  var _newPasswordErrorMess;
@@ -38079,7 +38522,7 @@ ChangePasswordForm.mapDispatchToProps = mapDispatchToProps$1;
38079
38522
  var titleColor$1 = "#292A33";
38080
38523
  var headingBackgroundColor = "transparent";
38081
38524
  var bodyBackgroundColor = "transparent";
38082
- var fallbackValues$A = {
38525
+ var fallbackValues$B = {
38083
38526
  titleColor: titleColor$1,
38084
38527
  headingBackgroundColor: headingBackgroundColor,
38085
38528
  bodyBackgroundColor: bodyBackgroundColor
@@ -38206,7 +38649,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
38206
38649
  }, children))));
38207
38650
  };
38208
38651
 
38209
- var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$A);
38652
+ var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$B);
38210
38653
 
38211
38654
  var ClipboardIcon = function ClipboardIcon(_ref) {
38212
38655
  var themeValues = _ref.themeValues;
@@ -38467,8 +38910,8 @@ var EditableListItemControls = styled__default.div.withConfig({
38467
38910
  componentId: "sc-10ehkz7-1"
38468
38911
  })(["display:flex;justify-content:space-evenly;align-items:center;"]);
38469
38912
 
38470
- var ACTIVE$1 = "ACTIVE";
38471
- var EXPIRED$1 = "EXPIRED";
38913
+ var ACTIVE = "ACTIVE";
38914
+ var EXPIRED = "EXPIRED";
38472
38915
 
38473
38916
  var EditableList = function EditableList(_ref) {
38474
38917
  var _ref$title = _ref.title,
@@ -38525,13 +38968,13 @@ var EditableList = function EditableList(_ref) {
38525
38968
  modalOpen = _useState2[0],
38526
38969
  toggleModal = _useState2[1];
38527
38970
 
38528
- var expiredItem = (_item$expirationStatu = item === null || item === void 0 ? void 0 : item.expirationStatus) !== null && _item$expirationStatu !== void 0 ? _item$expirationStatu : ACTIVE$1;
38971
+ var expiredItem = (_item$expirationStatu = item === null || item === void 0 ? void 0 : item.expirationStatus) !== null && _item$expirationStatu !== void 0 ? _item$expirationStatu : ACTIVE;
38529
38972
  return /*#__PURE__*/React__default.createElement(EditableListItem, {
38530
38973
  listItemSize: !!item.id && autoPayMethods !== null && autoPayMethods !== void 0 && autoPayMethods.some(function (methodID) {
38531
38974
  return methodID === item.id;
38532
38975
  }) ? "big" : listItemSize,
38533
38976
  key: item.id || item,
38534
- disabled: expiredItem === EXPIRED$1
38977
+ disabled: expiredItem === EXPIRED
38535
38978
  }, /*#__PURE__*/React__default.createElement(Text$1, {
38536
38979
  variant: "p",
38537
38980
  color: CHARADE_GREY
@@ -38792,7 +39235,7 @@ EmailForm.mapDispatchToProps = mapDispatchToProps$3;
38792
39235
 
38793
39236
  var footerBackgroundColor = BRIGHT_GREY;
38794
39237
  var subfooterBackgroundColor = STORM_GREY;
38795
- var fallbackValues$B = {
39238
+ var fallbackValues$C = {
38796
39239
  footerBackgroundColor: footerBackgroundColor,
38797
39240
  subfooterBackgroundColor: subfooterBackgroundColor
38798
39241
  };
@@ -38824,7 +39267,7 @@ var FooterWithSubfooter = function FooterWithSubfooter(_ref) {
38824
39267
  }));
38825
39268
  };
38826
39269
 
38827
- var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$B);
39270
+ var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$C);
38828
39271
 
38829
39272
  var ForgotPasswordForm = function ForgotPasswordForm(_ref) {
38830
39273
  var _EmailErrorMessages;
@@ -38874,10 +39317,10 @@ ForgotPasswordForm.reducer = reducer$4;
38874
39317
  ForgotPasswordForm.mapStateToProps = mapStateToProps$5;
38875
39318
  ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
38876
39319
 
38877
- var textColor$3 = "#ffffff";
39320
+ var textColor$4 = "#ffffff";
38878
39321
  var backgroundColor$7 = "#182848";
38879
- var fallbackValues$C = {
38880
- textColor: textColor$3,
39322
+ var fallbackValues$D = {
39323
+ textColor: textColor$4,
38881
39324
  backgroundColor: backgroundColor$7
38882
39325
  };
38883
39326
 
@@ -38933,7 +39376,7 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
38933
39376
  }), repeat( /*#__PURE__*/React__default.createElement(Box, null), boxesAfter))));
38934
39377
  };
38935
39378
 
38936
- var HighlightTabRow$1 = /*#__PURE__*/React.memo(themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$C));
39379
+ var HighlightTabRow$1 = /*#__PURE__*/React.memo(themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$D));
38937
39380
 
38938
39381
  var AccountBillIcon = function AccountBillIcon() {
38939
39382
  return /*#__PURE__*/React__default.createElement("svg", {
@@ -44085,7 +44528,7 @@ var backgroundColor$8 = {
44085
44528
  largeTitle: WHITE,
44086
44529
  small: WHITE
44087
44530
  };
44088
- var fallbackValues$D = {
44531
+ var fallbackValues$E = {
44089
44532
  fontSize: fontSize$9,
44090
44533
  fontWeight: fontWeight$5,
44091
44534
  fontColor: fontColor,
@@ -44144,7 +44587,7 @@ var Module = function Module(_ref) {
44144
44587
  }, children)));
44145
44588
  };
44146
44589
 
44147
- var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$D, "default"));
44590
+ var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$E, "default"));
44148
44591
 
44149
44592
  var backgroundColor$9 = {
44150
44593
  profile: "#3b414d",
@@ -44154,7 +44597,7 @@ var shadowColor = {
44154
44597
  profile: "#292A33",
44155
44598
  cms: "#292A33"
44156
44599
  };
44157
- var fallbackValues$E = {
44600
+ var fallbackValues$F = {
44158
44601
  backgroundColor: backgroundColor$9,
44159
44602
  shadowColor: shadowColor
44160
44603
  };
@@ -44195,7 +44638,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
44195
44638
  }, menuContent));
44196
44639
  };
44197
44640
 
44198
- var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$E, "profile");
44641
+ var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$F, "profile");
44199
44642
 
44200
44643
  var menu = posed.div({
44201
44644
  invisible: {
@@ -44251,7 +44694,11 @@ var NavMenuMobile = function NavMenuMobile(_ref) {
44251
44694
  }, menuContent));
44252
44695
  };
44253
44696
 
44254
- var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$E, "profile");
44697
+ var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$F, "profile");
44698
+
44699
+ var ACH_METHOD = "BANK_ACCOUNT";
44700
+ var CC_METHOD = "CREDIT_CARD";
44701
+ var CASH_METHOD = "CASH";
44255
44702
 
44256
44703
  var IconsModule = function IconsModule(_ref) {
44257
44704
  var icon = _ref.icon,
@@ -44308,7 +44755,7 @@ var activeColor$7 = "#0E506D";
44308
44755
  var linkColor$4 = "#3176AA";
44309
44756
  var fontWeight$6 = FONT_WEIGHT_REGULAR;
44310
44757
  var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
44311
- var fallbackValues$F = {
44758
+ var fallbackValues$G = {
44312
44759
  color: color$a,
44313
44760
  hoverColor: hoverColor$5,
44314
44761
  activeColor: activeColor$7,
@@ -44332,13 +44779,27 @@ var AutopayModal = function AutopayModal(_ref) {
44332
44779
  isPaymentPlan = _ref.isPaymentPlan,
44333
44780
  nextAutopayDate = _ref.nextAutopayDate,
44334
44781
  dueDate = _ref.dueDate,
44335
- inactive = _ref.inactive;
44336
- var planType = isPaymentPlan ? "Payment Plan" : "Autopay";
44782
+ inactive = _ref.inactive,
44783
+ description = _ref.description,
44784
+ subDescription = _ref.subDescription,
44785
+ allowedPaymentInstruments = _ref.allowedPaymentInstruments;
44786
+
44787
+ var generateMethodNeededText = function generateMethodNeededText(planText, allowedPaymentInstruments) {
44788
+ var allowsCard = allowedPaymentInstruments.includes(CC_METHOD);
44789
+ var allowsACH = allowedPaymentInstruments.includes(ACH_METHOD);
44790
+ var methodRequired = allowsCard && !allowsACH ? "debit or credit card payment method" : !allowsCard && allowsACH ? "checking account payment method" : "payment method";
44791
+ return "To setup ".concat(planText, " you must have a saved ").concat(methodRequired, " and address in your profile. Do you want to save these now?");
44792
+ };
44793
+
44794
+ var plan = isPaymentPlan ? "your payment plan" : "autopay";
44795
+ var shortPlan = isPaymentPlan ? "Payment Plan" : "Autopay";
44796
+ var deactivateText = "deactivate ".concat(shortPlan, " for ").concat(description, ": ").concat(subDescription);
44797
+ var activateText = "Set Up ".concat(shortPlan, " for ").concat(description, ": ").concat(subDescription);
44337
44798
  var nextDate = dueDate || nextAutopayDate;
44338
44799
  var modalExtraProps = {
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",
44800
+ modalHeaderText: autoPayActive ? titleCaseString(deactivateText) : titleCaseString(activateText),
44801
+ 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),
44802
+ continueButtonText: autoPayActive ? "Disable ".concat(shortPlan) : "Add to Profile",
44342
44803
  useDangerButton: autoPayActive,
44343
44804
  continueAction: autoPayActive ? function () {
44344
44805
  deactivatePaymentSchedule(isPaymentPlan ? paymentPlanSchedule : autoPaySchedule, isPaymentPlan);
@@ -44354,7 +44815,7 @@ var AutopayModal = function AutopayModal(_ref) {
44354
44815
  case "secondary":
44355
44816
  {
44356
44817
  return /*#__PURE__*/React__default.createElement(ButtonWithAction, {
44357
- text: autoPayActive ? "Turn off ".concat(planType) : "Set Up ".concat(planType),
44818
+ text: autoPayActive ? "Turn off ".concat(shortPlan) : "Set Up ".concat(shortPlan),
44358
44819
  variant: "secondary",
44359
44820
  action: function action() {
44360
44821
  toggleModal(true);
@@ -44367,7 +44828,7 @@ var AutopayModal = function AutopayModal(_ref) {
44367
44828
  case "tertiary":
44368
44829
  {
44369
44830
  return /*#__PURE__*/React__default.createElement(ButtonWithAction, {
44370
- text: autoPayActive ? "Manage ".concat(planType) : "Set Up ".concat(planType),
44831
+ text: autoPayActive ? "Manage ".concat(shortPlan) : "Set Up ".concat(shortPlan),
44371
44832
  variant: "tertiary",
44372
44833
  action: function action() {
44373
44834
  toggleModal(true);
@@ -44399,12 +44860,12 @@ var AutopayModal = function AutopayModal(_ref) {
44399
44860
  e.key === "Enter" && toggleModal(true);
44400
44861
  },
44401
44862
  tabIndex: "0",
44402
- dataQa: "".concat(planType, " On"),
44863
+ dataQa: "".concat(shortPlan, " On"),
44403
44864
  color: SEA_GREEN,
44404
44865
  weight: themeValues.fontWeight,
44405
44866
  hoverStyles: themeValues.modalLinkHoverFocus,
44406
44867
  extraStyles: "padding-left: 0.25rem;"
44407
- }, "".concat(planType, " ").concat(nextAutopayDate))));
44868
+ }, "".concat(shortPlan, " ").concat(nextAutopayDate))));
44408
44869
  }
44409
44870
  }
44410
44871
  };
@@ -44420,7 +44881,7 @@ var AutopayModal = function AutopayModal(_ref) {
44420
44881
  }, modalExtraProps), renderAutoPayControl());
44421
44882
  };
44422
44883
 
44423
- var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$F);
44884
+ var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$G);
44424
44885
 
44425
44886
  var AmountModule = function AmountModule(_ref) {
44426
44887
  var totalAmountDue = _ref.totalAmountDue,
@@ -44431,7 +44892,10 @@ var AmountModule = function AmountModule(_ref) {
44431
44892
  autoPaySchedule = _ref.autoPaySchedule,
44432
44893
  paymentPlanSchedule = _ref.paymentPlanSchedule,
44433
44894
  isPaymentPlan = _ref.isPaymentPlan,
44434
- nextAutopayDate = _ref.nextAutopayDate;
44895
+ nextAutopayDate = _ref.nextAutopayDate,
44896
+ description = _ref.description,
44897
+ subDescription = _ref.subDescription,
44898
+ allowedPaymentInstruments = _ref.allowedPaymentInstruments;
44435
44899
 
44436
44900
  var _useState = React.useState(false),
44437
44901
  _useState2 = _slicedToArray(_useState, 2),
@@ -44460,7 +44924,10 @@ var AmountModule = function AmountModule(_ref) {
44460
44924
  paymentPlanSchedule: paymentPlanSchedule,
44461
44925
  isPaymentPlan: isPaymentPlan,
44462
44926
  nextAutopayDate: nextAutopayDate,
44463
- controlType: "link"
44927
+ controlType: "link",
44928
+ description: description,
44929
+ subDescription: subDescription,
44930
+ allowedPaymentInstruments: allowedPaymentInstruments
44464
44931
  })));
44465
44932
  };
44466
44933
 
@@ -44479,7 +44946,10 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
44479
44946
  isPaymentPlan = _ref.isPaymentPlan,
44480
44947
  nextAutopayDate = _ref.nextAutopayDate,
44481
44948
  obligationAssocID = _ref.obligationAssocID,
44482
- dueDate = _ref.dueDate;
44949
+ dueDate = _ref.dueDate,
44950
+ description = _ref.description,
44951
+ subDescription = _ref.subDescription,
44952
+ allowedPaymentInstruments = _ref.allowedPaymentInstruments;
44483
44953
  var planType = isPaymentPlan ? "Payment Plan" : "Autopay";
44484
44954
 
44485
44955
  var _useState = React.useState(false),
@@ -44535,7 +45005,10 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
44535
45005
  autoPaySchedule: autoPaySchedule,
44536
45006
  paymentPlanSchedule: paymentPlanSchedule,
44537
45007
  isPaymentPlan: isPaymentPlan,
44538
- nextAutopayDate: nextAutopayDate
45008
+ nextAutopayDate: nextAutopayDate,
45009
+ description: description,
45010
+ subDescription: subDescription,
45011
+ allowedPaymentInstruments: allowedPaymentInstruments
44539
45012
  }))), /*#__PURE__*/React__default.createElement(Box, {
44540
45013
  padding: isMobile ? "16px" : "0"
44541
45014
  }, /*#__PURE__*/React__default.createElement(Cluster, {
@@ -44575,7 +45048,10 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
44575
45048
  paymentPlanSchedule: paymentPlanSchedule,
44576
45049
  isPaymentPlan: isPaymentPlan,
44577
45050
  nextAutopayDate: nextAutopayDate,
44578
- dueDate: dueDate
45051
+ dueDate: dueDate,
45052
+ description: description,
45053
+ subDescription: subDescription,
45054
+ allowedPaymentInstruments: allowedPaymentInstruments
44579
45055
  })), !isMobile && /*#__PURE__*/React__default.createElement(Box, {
44580
45056
  padding: "0"
44581
45057
  }, /*#__PURE__*/React__default.createElement(ButtonWithAction, {
@@ -44665,7 +45141,10 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
44665
45141
  dueDate = _ref.dueDate,
44666
45142
  agencyName = _ref.agencyName,
44667
45143
  configType = _ref.configType,
44668
- actions = _ref.actions;
45144
+ actions = _ref.actions,
45145
+ description = _ref.description,
45146
+ subDescription = _ref.subDescription,
45147
+ allowedPaymentInstruments = _ref.allowedPaymentInstruments;
44669
45148
 
44670
45149
  var _useState = React.useState(false),
44671
45150
  _useState2 = _slicedToArray(_useState, 2),
@@ -44704,7 +45183,10 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
44704
45183
  obligationAssocID: obligationAssocID,
44705
45184
  dueDate: dueDate,
44706
45185
  controlType: "secondary",
44707
- inactive: true
45186
+ inactive: true,
45187
+ description: description,
45188
+ subDescription: subDescription,
45189
+ allowedPaymentInstruments: allowedPaymentInstruments
44708
45190
  })), /*#__PURE__*/React__default.createElement(Box, {
44709
45191
  padding: "0",
44710
45192
  extraStyles: "flex-grow: 1;"
@@ -44746,7 +45228,7 @@ var InactiveTitleModule = function InactiveTitleModule(_ref) {
44746
45228
  };
44747
45229
 
44748
45230
  var Obligation = function Obligation(_ref) {
44749
- var _firstObligation$cust, _firstObligation$desc, _firstObligation$subD;
45231
+ var _obligations$, _firstObligation$cust;
44750
45232
 
44751
45233
  var config = _ref.config,
44752
45234
  obligations = _ref.obligations,
@@ -44781,7 +45263,13 @@ var Obligation = function Obligation(_ref) {
44781
45263
  The top level desc/subdesc for all obligations in a collection is the same
44782
45264
  (Collection accounts look different in the Account Details page)
44783
45265
  */
44784
- var firstObligation = obligations[0];
45266
+ var firstObligation = (_obligations$ = obligations === null || obligations === void 0 ? void 0 : obligations[0]) !== null && _obligations$ !== void 0 ? _obligations$ : {};
45267
+ var _firstObligation$allo = firstObligation.allowedPaymentInstruments,
45268
+ allowedPaymentInstruments = _firstObligation$allo === void 0 ? [CASH_METHOD, CC_METHOD, ACH_METHOD] : _firstObligation$allo,
45269
+ _firstObligation$desc = firstObligation.description,
45270
+ description = _firstObligation$desc === void 0 ? "Account" : _firstObligation$desc,
45271
+ _firstObligation$subD = firstObligation.subDescription,
45272
+ subDescription = _firstObligation$subD === void 0 ? obligationAssocID : _firstObligation$subD;
44785
45273
  var customAttributes = (_firstObligation$cust = firstObligation === null || firstObligation === void 0 ? void 0 : firstObligation.customAttributes) !== null && _firstObligation$cust !== void 0 ? _firstObligation$cust : {};
44786
45274
  var boxShadowValue = "0px 2px 4px rgba(41, 42, 51, 0.1), 0px 1px 1px 2px rgba(41, 42, 51, 0.1);";
44787
45275
  var activeObligation = /*#__PURE__*/React__default.createElement(Box, {
@@ -44789,7 +45277,7 @@ var Obligation = function Obligation(_ref) {
44789
45277
  borderRadius: "4px",
44790
45278
  boxShadow: boxShadowValue,
44791
45279
  as: "section",
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),
45280
+ "aria-label": "".concat(description, " - ").concat(subDescription),
44793
45281
  border: "1px solid ".concat(GRECIAN_GREY),
44794
45282
  borderWidthOverride: "1px 0 0 0"
44795
45283
  }, /*#__PURE__*/React__default.createElement(Box, {
@@ -44818,8 +45306,8 @@ var Obligation = function Obligation(_ref) {
44818
45306
  iconValue: config.iconValue,
44819
45307
  customAttributes: customAttributes
44820
45308
  }), /*#__PURE__*/React__default.createElement(TitleModule, {
44821
- title: firstObligation === null || firstObligation === void 0 ? void 0 : firstObligation.description,
44822
- subtitle: firstObligation === null || firstObligation === void 0 ? void 0 : firstObligation.subDescription,
45309
+ title: description,
45310
+ subtitle: subDescription,
44823
45311
  titleColor: BRIGHT_GREY,
44824
45312
  isMobile: isMobile
44825
45313
  }))), !isMobile && /*#__PURE__*/React__default.createElement(AmountModule, {
@@ -44833,7 +45321,10 @@ var Obligation = function Obligation(_ref) {
44833
45321
  autoPaySchedule: autoPaySchedule,
44834
45322
  paymentPlanSchedule: paymentPlanSchedule,
44835
45323
  isPaymentPlan: isPaymentPlan,
44836
- nextAutopayDate: nextAutopayDate
45324
+ nextAutopayDate: nextAutopayDate,
45325
+ description: description,
45326
+ subDescription: subDescription,
45327
+ allowedPaymentInstruments: allowedPaymentInstruments
44837
45328
  }))), !isMobile && /*#__PURE__*/React__default.createElement(PaymentDetailsActions, {
44838
45329
  obligations: obligations,
44839
45330
  autoPayEnabled: autoPayEnabled,
@@ -44848,7 +45339,10 @@ var Obligation = function Obligation(_ref) {
44848
45339
  isMobile: isMobile,
44849
45340
  isPaymentPlan: isPaymentPlan,
44850
45341
  nextAutopayDate: nextAutopayDate,
44851
- obligationAssocID: obligationAssocID
45342
+ obligationAssocID: obligationAssocID,
45343
+ description: description,
45344
+ subDescription: subDescription,
45345
+ allowedPaymentInstruments: allowedPaymentInstruments
44852
45346
  }))), isMobile && /*#__PURE__*/React__default.createElement(PaymentDetailsActions, {
44853
45347
  obligations: obligations,
44854
45348
  autoPayEnabled: autoPayEnabled,
@@ -44863,7 +45357,10 @@ var Obligation = function Obligation(_ref) {
44863
45357
  isMobile: isMobile,
44864
45358
  isPaymentPlan: isPaymentPlan,
44865
45359
  nextAutopayDate: nextAutopayDate,
44866
- obligationAssocID: obligationAssocID
45360
+ obligationAssocID: obligationAssocID,
45361
+ description: description,
45362
+ subDescription: subDescription,
45363
+ allowedPaymentInstruments: allowedPaymentInstruments
44867
45364
  }));
44868
45365
  var inactiveObligation = /*#__PURE__*/React__default.createElement(Box, {
44869
45366
  padding: "0",
@@ -44916,7 +45413,10 @@ var Obligation = function Obligation(_ref) {
44916
45413
  obligationAssocID: obligationAssocID,
44917
45414
  dueDate: dueDate,
44918
45415
  agencyName: agencyName,
44919
- configType: config.type
45416
+ configType: config.type,
45417
+ description: description,
45418
+ subDescription: subDescription,
45419
+ allowedPaymentInstruments: allowedPaymentInstruments
44920
45420
  }))), isMobile && /*#__PURE__*/React__default.createElement(InactiveControlsModule, {
44921
45421
  obligations: obligations,
44922
45422
  autoPayEnabled: autoPayEnabled,
@@ -44930,7 +45430,10 @@ var Obligation = function Obligation(_ref) {
44930
45430
  obligationAssocID: obligationAssocID,
44931
45431
  dueDate: dueDate,
44932
45432
  agencyName: agencyName,
44933
- configType: config.type
45433
+ configType: config.type,
45434
+ description: description,
45435
+ subDescription: subDescription,
45436
+ allowedPaymentInstruments: allowedPaymentInstruments
44934
45437
  }))));
44935
45438
  return inactive ? inactiveObligation : activeObligation;
44936
45439
  };
@@ -45232,7 +45735,7 @@ var labeledAmountTotal = {
45232
45735
  "default": "h6",
45233
45736
  small: "p"
45234
45737
  };
45235
- var fallbackValues$G = {
45738
+ var fallbackValues$H = {
45236
45739
  backgroundColor: backgroundColor$a,
45237
45740
  lineItem: lineItem,
45238
45741
  labeledAmountSubtotal: labeledAmountSubtotal,
@@ -45483,7 +45986,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
45483
45986
  });
45484
45987
  };
45485
45988
 
45486
- var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$G, "default");
45989
+ var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$H, "default");
45487
45990
 
45488
45991
  var linkColor$5 = {
45489
45992
  "default": "#3176AA"
@@ -45500,7 +46003,7 @@ var fontWeight$7 = {
45500
46003
  var modalLinkHoverFocus$1 = {
45501
46004
  "default": "outline: none; text-decoration: underline;"
45502
46005
  };
45503
- var fallbackValues$H = {
46006
+ var fallbackValues$I = {
45504
46007
  linkColor: linkColor$5,
45505
46008
  fontSize: fontSize$a,
45506
46009
  lineHeight: lineHeight$4,
@@ -45559,7 +46062,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
45559
46062
  }, link));
45560
46063
  };
45561
46064
 
45562
- var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$H, "default");
46065
+ var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$I, "default");
45563
46066
 
45564
46067
  var PaymentFormACH = function PaymentFormACH(_ref) {
45565
46068
  var _routingNumberErrors, _accountNumberErrors;
@@ -46165,7 +46668,7 @@ var headingDisabledColor = "".concat(ATHENS_GREY);
46165
46668
  var bodyBackgroundColor$1 = "#eeeeee";
46166
46669
  var borderColor$3 = "".concat(GREY_CHATEAU);
46167
46670
  var focusStyles = "outline: none;";
46168
- var fallbackValues$I = {
46671
+ var fallbackValues$J = {
46169
46672
  headingBackgroundColor: headingBackgroundColor$1,
46170
46673
  headingDisabledColor: headingDisabledColor,
46171
46674
  bodyBackgroundColor: bodyBackgroundColor$1,
@@ -46182,7 +46685,8 @@ var fallbackValues$I = {
46182
46685
  hideRadioButton: boolean, (keeps section displayed but hides radio and disables open/close function),
46183
46686
  hidden: boolean, (hides section entirely)
46184
46687
  dataQa: string,
46185
- content: <React Component(s)> e.g.: <Box><Stack>cool content stuff</Stack></Box> (any collection of components will work)
46688
+ content: <React Component(s)> e.g.: <Box><Stack>cool content stuff</Stack></Box> (any collection of components will work),
46689
+ 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)
46186
46690
  }
46187
46691
 
46188
46692
  Also takes an "openSection" which should equal the id of the section that should be open
@@ -46195,10 +46699,6 @@ var fallbackValues$I = {
46195
46699
 
46196
46700
  */
46197
46701
 
46198
- var ACTIVE$2 = "ACTIVE";
46199
- var EXPIRING_SOON$1 = "EXPIRING_SOON";
46200
- var EXPIRED$2 = "EXPIRED";
46201
-
46202
46702
  var RadioSection = function RadioSection(_ref) {
46203
46703
  var themeValues = _ref.themeValues,
46204
46704
  isMobile = _ref.isMobile,
@@ -46221,34 +46721,6 @@ var RadioSection = function RadioSection(_ref) {
46221
46721
  }
46222
46722
  };
46223
46723
 
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
-
46252
46724
  var wrapper = {
46253
46725
  open: {
46254
46726
  height: openHeight,
@@ -46302,13 +46774,13 @@ var RadioSection = function RadioSection(_ref) {
46302
46774
  return /*#__PURE__*/React__default.createElement(Motion, {
46303
46775
  tabIndex: section.hideRadioButton || section.disabled ? "-1" : "0",
46304
46776
  onKeyDown: function onKeyDown(e) {
46305
- return handleKeyDown(section.id, e);
46777
+ return !section.disabled && handleKeyDown(section.id, e);
46306
46778
  },
46307
46779
  onFocus: function onFocus() {
46308
- return setFocused(section.id);
46780
+ return !section.disabled && setFocused(section.id);
46309
46781
  },
46310
46782
  onBlur: function onBlur() {
46311
- return setFocused(null);
46783
+ return !section.disabled && setFocused(null);
46312
46784
  },
46313
46785
  hoverStyles: themeValues.focusStyles,
46314
46786
  animate: openSection === section.id ? "open" : "closed",
@@ -46323,7 +46795,7 @@ var RadioSection = function RadioSection(_ref) {
46323
46795
  onClick: isMobile && supportsTouch || section.disabled ? noop : function () {
46324
46796
  return toggleOpenSection(section.id);
46325
46797
  },
46326
- onTouchEnd: isMobile && supportsTouch || !section.disabled ? function () {
46798
+ onTouchEnd: isMobile && supportsTouch && !section.disabled ? function () {
46327
46799
  return toggleOpenSection(section.id);
46328
46800
  } : noop,
46329
46801
  key: "header-".concat(section.id),
@@ -46368,7 +46840,7 @@ var RadioSection = function RadioSection(_ref) {
46368
46840
  isMobile: isMobile,
46369
46841
  alt: icon.altText
46370
46842
  });
46371
- })), section.shouldDisplayCardExpiration && /*#__PURE__*/React__default.createElement(React.Fragment, null, renderCardStatus(section)))), /*#__PURE__*/React__default.createElement(AnimatePresence, {
46843
+ })), section.rightTitleContent && /*#__PURE__*/React__default.createElement(React.Fragment, null, section.rightTitleContent))), /*#__PURE__*/React__default.createElement(AnimatePresence, {
46372
46844
  initial: false
46373
46845
  }, openSection === section.id && /*#__PURE__*/React__default.createElement(Motion, {
46374
46846
  key: "content-".concat(section.id),
@@ -46384,7 +46856,7 @@ var RadioSection = function RadioSection(_ref) {
46384
46856
  })));
46385
46857
  };
46386
46858
 
46387
- var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$I);
46859
+ var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$J);
46388
46860
 
46389
46861
  var RegistrationForm = function RegistrationForm(_ref) {
46390
46862
  var _emailErrorMessages, _passwordErrorMessage;
@@ -46681,7 +47153,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
46681
47153
  var activeTabBackground = "#FFFFFF";
46682
47154
  var activeTabAccent = "#15749D";
46683
47155
  var activeTabHover = "#B8D5E1";
46684
- var fallbackValues$J = {
47156
+ var fallbackValues$K = {
46685
47157
  activeTabBackground: activeTabBackground,
46686
47158
  activeTabAccent: activeTabAccent,
46687
47159
  activeTabHover: activeTabHover
@@ -46760,12 +47232,12 @@ var Tabs = function Tabs(_ref) {
46760
47232
  }))));
46761
47233
  };
46762
47234
 
46763
- var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$J);
47235
+ var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$K);
46764
47236
 
46765
47237
  var activeTabBackground$1 = "#FFFFFF";
46766
47238
  var activeTabAccent$1 = "#15749D";
46767
47239
  var activeTabHover$1 = "#B8D5E1";
46768
- var fallbackValues$K = {
47240
+ var fallbackValues$L = {
46769
47241
  activeTabBackground: activeTabBackground$1,
46770
47242
  activeTabAccent: activeTabAccent$1,
46771
47243
  activeTabHover: activeTabHover$1
@@ -46821,7 +47293,7 @@ var TabSidebar = function TabSidebar(_ref) {
46821
47293
  })));
46822
47294
  };
46823
47295
 
46824
- var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$K);
47296
+ var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$L);
46825
47297
 
46826
47298
  var backgroundColor$b = {
46827
47299
  "default": "#ffffff",
@@ -46852,7 +47324,7 @@ var modalLinkHoverFocus$2 = {
46852
47324
  "default": standardInteractionStyles,
46853
47325
  footer: standardInteractionStyles
46854
47326
  };
46855
- var fallbackValues$L = {
47327
+ var fallbackValues$M = {
46856
47328
  backgroundColor: backgroundColor$b,
46857
47329
  linkColor: linkColor$6,
46858
47330
  border: border$3,
@@ -46914,7 +47386,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
46914
47386
  }, link));
46915
47387
  };
46916
47388
 
46917
- var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$L, "default");
47389
+ var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$M, "default");
46918
47390
 
46919
47391
  var TermsAndConditions = function TermsAndConditions(_ref) {
46920
47392
  var onCheck = _ref.onCheck,
@@ -46989,7 +47461,7 @@ var fontColor$1 = WHITE;
46989
47461
  var textAlign$1 = "left";
46990
47462
  var headerBackgroundColor$1 = BRIGHT_GREY;
46991
47463
  var imageBackgroundColor$1 = MATISSE_BLUE;
46992
- var fallbackValues$M = {
47464
+ var fallbackValues$N = {
46993
47465
  fontWeight: fontWeight$9,
46994
47466
  fontColor: fontColor$1,
46995
47467
  textAlign: textAlign$1,
@@ -47036,7 +47508,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
47036
47508
  })))));
47037
47509
  };
47038
47510
 
47039
- var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$M));
47511
+ var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$N));
47040
47512
 
47041
47513
  var WorkflowTile = function WorkflowTile(_ref) {
47042
47514
  var _ref$workflowName = _ref.workflowName,
@@ -47091,7 +47563,7 @@ var WorkflowTile = function WorkflowTile(_ref) {
47091
47563
  };
47092
47564
 
47093
47565
  var pageBackground = "#FBFCFD";
47094
- var fallbackValues$N = {
47566
+ var fallbackValues$O = {
47095
47567
  pageBackground: pageBackground
47096
47568
  };
47097
47569
 
@@ -47138,7 +47610,7 @@ var CenterSingle = function CenterSingle(_ref) {
47138
47610
  })));
47139
47611
  };
47140
47612
 
47141
- var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$N));
47613
+ var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$O));
47142
47614
 
47143
47615
  var CenterStack = function CenterStack(_ref) {
47144
47616
  var header = _ref.header,
@@ -47180,7 +47652,7 @@ var CenterStack = function CenterStack(_ref) {
47180
47652
  })));
47181
47653
  };
47182
47654
 
47183
- var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$N));
47655
+ var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$O));
47184
47656
 
47185
47657
  var CenterSingle$2 = function CenterSingle(_ref) {
47186
47658
  var header = _ref.header,
@@ -47225,7 +47697,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
47225
47697
  })));
47226
47698
  };
47227
47699
 
47228
- var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$N));
47700
+ var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$O));
47229
47701
 
47230
47702
  var SidebarSingleContent = function SidebarSingleContent(_ref) {
47231
47703
  var header = _ref.header,
@@ -47279,7 +47751,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
47279
47751
  })));
47280
47752
  };
47281
47753
 
47282
- var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$N));
47754
+ var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$O));
47283
47755
 
47284
47756
  var SidebarStackContent = function SidebarStackContent(_ref) {
47285
47757
  var header = _ref.header,
@@ -47350,7 +47822,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
47350
47822
  })));
47351
47823
  };
47352
47824
 
47353
- var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$N));
47825
+ var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$O));
47354
47826
 
47355
47827
  exports.AccountNumberImage = AccountNumberImage;
47356
47828
  exports.AccountsAddIcon = AccountsAddIcon$1;
@@ -47417,6 +47889,7 @@ exports.FormInputColumn = FormInputColumn;
47417
47889
  exports.FormInputRow = FormInputRow;
47418
47890
  exports.FormSelect = FormSelect$1;
47419
47891
  exports.FormattedAddress = FormattedAddress$1;
47892
+ exports.FormattedBankAccount = FormattedBankAccount$1;
47420
47893
  exports.FormattedCreditCard = FormattedCreditCard$1;
47421
47894
  exports.Frame = Frame;
47422
47895
  exports.GenericCard = GenericCard;
@@ -47427,6 +47900,7 @@ exports.GuidedCheckoutImage = GuidedCheckoutImage;
47427
47900
  exports.HamburgerButton = HamburgerButton;
47428
47901
  exports.Heading = Heading$1;
47429
47902
  exports.HighlightTabRow = HighlightTabRow$1;
47903
+ exports.HistoryIconSmall = HistoryIconSmall$1;
47430
47904
  exports.IconAdd = IconAdd;
47431
47905
  exports.IconQuitLarge = IconQuitLarge;
47432
47906
  exports.Imposter = Imposter;
@@ -47458,7 +47932,6 @@ exports.PaymentButtonBar = PaymentButtonBar;
47458
47932
  exports.PaymentDetails = PaymentDetails$1;
47459
47933
  exports.PaymentFormACH = PaymentFormACH;
47460
47934
  exports.PaymentFormCard = PaymentFormCard$1;
47461
- exports.PaymentIcon = PaymentIcon;
47462
47935
  exports.PaymentMethodAddIcon = PaymentMethodAddIcon$1;
47463
47936
  exports.PaymentMethodIcon = PaymentMethodIcon$1;
47464
47937
  exports.PaymentSearchIcon = PaymentSearchIcon;
@@ -47488,6 +47961,7 @@ exports.ResetConfirmationForm = ResetConfirmationForm$1;
47488
47961
  exports.ResetPasswordForm = ResetPasswordForm;
47489
47962
  exports.ResetPasswordIcon = ResetPasswordIcon;
47490
47963
  exports.ResetPasswordSuccess = ResetPasswordSuccess;
47964
+ exports.RevenueManagementImage = RevenueManagementImage;
47491
47965
  exports.RoutingNumberImage = RoutingNumberImage;
47492
47966
  exports.SearchIcon = SearchIcon;
47493
47967
  exports.SearchableSelect = SearchableSelect$1;