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

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