@thecb/components 7.5.0-beta.0 → 7.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/dist/index.cjs.js +338 -563
  2. package/dist/index.cjs.js.map +1 -1
  3. package/dist/index.d.ts +3 -5
  4. package/dist/index.esm.js +338 -561
  5. package/dist/index.esm.js.map +1 -1
  6. package/package.json +1 -1
  7. package/src/.DS_Store +0 -0
  8. package/src/components/atoms/.DS_Store +0 -0
  9. package/src/components/atoms/icons/{ExternalLinkIcon.js → ExternalLinkicon.js} +0 -0
  10. package/src/components/atoms/icons/WalletIconSmall.js +3 -3
  11. package/src/components/atoms/icons/index.d.ts +0 -1
  12. package/src/components/atoms/icons/index.js +1 -3
  13. package/src/components/atoms/index.js +1 -2
  14. package/src/components/atoms/link/ExternalLink.d.ts +1 -1
  15. package/src/components/atoms/link/ExternalLink.js +42 -48
  16. package/src/components/atoms/link/ExternalLink.styled.js +2 -4
  17. package/src/components/atoms/link/InternalLink.d.ts +1 -1
  18. package/src/components/atoms/link/InternalLink.js +42 -48
  19. package/src/components/atoms/link/InternalLink.styled.js +3 -6
  20. package/src/components/{molecules/radio-section → atoms}/radio-button/RadioButton.js +2 -2
  21. package/src/components/atoms/radio-button/RadioButton.stories.js +34 -0
  22. package/src/components/{molecules/radio-section → atoms}/radio-button/RadioButton.theme.js +1 -1
  23. package/src/components/atoms/radio-button/index.js +3 -0
  24. package/src/components/molecules/index.js +1 -1
  25. package/src/components/molecules/internal-user-info-form/InternalUserInfoForm.js +266 -0
  26. package/src/components/molecules/internal-user-info-form/InternalUserInfoForm.state.js +26 -0
  27. package/src/components/molecules/internal-user-info-form/index.js +11 -0
  28. package/src/components/molecules/radio-section/RadioSection.js +1 -1
  29. package/src/components/molecules/radio-section/RadioSection.stories.js +1 -1
  30. package/src/components/atoms/icons/RevenueManagementImage.d.ts +0 -1
  31. package/src/components/atoms/icons/RevenueManagementImage.js +0 -449
  32. package/src/components/atoms/radio-button-with-label/RadioButtonWithLabel.js +0 -92
  33. package/src/components/atoms/radio-button-with-label/index.js +0 -3
  34. package/src/components/molecules/radio-group/RadioGroup.js +0 -62
  35. package/src/components/molecules/radio-group/RadioGroup.stories.js +0 -44
  36. package/src/components/molecules/radio-group/index.js +0 -3
package/dist/index.cjs.js CHANGED
@@ -13392,7 +13392,9 @@ var SettingsIconSmall = function SettingsIconSmall(_ref) {
13392
13392
  var SettingsIconSmall$1 = themeComponent(SettingsIconSmall, "Icons", fallbackValues$2, "primary");
13393
13393
 
13394
13394
  var WalletIconSmall = function WalletIconSmall(_ref) {
13395
- var themeValues = _ref.themeValues;
13395
+ var themeValues = _ref.themeValues,
13396
+ _ref$iconIndex = _ref.iconIndex,
13397
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
13396
13398
  return /*#__PURE__*/React__default.createElement("svg", {
13397
13399
  width: "20",
13398
13400
  height: "20",
@@ -13405,7 +13407,7 @@ var WalletIconSmall = function WalletIconSmall(_ref) {
13405
13407
  d: "M16.3125 6.94643C16.0446 6.70536 15.7232 6.57143 15.3482 6.57143L5.14283 6.57143C5.0089 6.57143 4.90176 6.54464 4.8214 6.46429C4.74104 6.38393 4.71426 6.27678 4.71426 6.14286C4.71426 6.03571 4.74104 5.92857 4.8214 5.84821C4.90176 5.76786 5.0089 5.71428 5.14283 5.71428L15.4285 5.71428C15.5357 5.71428 15.6428 5.6875 15.7232 5.60714C15.8035 5.52678 15.8571 5.41964 15.8571 5.28571C15.8571 4.9375 15.7232 4.64286 15.4821 4.375C15.2143 4.13393 14.9196 4 14.5714 4L4.71426 4C4.23211 4 3.80354 4.1875 3.48211 4.50893C3.16068 4.83036 2.99997 5.23214 2.99997 5.71428V14.2857C2.99997 14.7679 3.16068 15.1964 3.48211 15.5179C3.80354 15.8393 4.23211 16 4.71426 16L15.3482 16C15.7232 16 16.0446 15.8929 16.3125 15.625C16.5803 15.3839 16.7143 15.0893 16.7143 14.7143V7.85714C16.7143 7.50893 16.5803 7.21428 16.3125 6.94643ZM12.7142 13.143C13.661 13.143 14.4285 12.3755 14.4285 11.4288C14.4285 10.482 13.661 9.71447 12.7142 9.71447C11.7674 9.71447 10.9999 10.482 10.9999 11.4288C10.9999 12.3755 11.7674 13.143 12.7142 13.143Z",
13406
13408
  fill: themeValues.singleIconColor
13407
13409
  }), /*#__PURE__*/React__default.createElement("mask", {
13408
- id: "mask0_503_574",
13410
+ id: "mask0_503_574-".concat(iconIndex),
13409
13411
  style: {
13410
13412
  maskType: "alpha"
13411
13413
  },
@@ -13420,7 +13422,7 @@ var WalletIconSmall = function WalletIconSmall(_ref) {
13420
13422
  d: "M16.3125 6.94643C16.0446 6.70536 15.7232 6.57143 15.3482 6.57143L5.14283 6.57143C5.0089 6.57143 4.90176 6.54464 4.8214 6.46429C4.74104 6.38393 4.71426 6.27678 4.71426 6.14286C4.71426 6.03571 4.74104 5.92857 4.8214 5.84821C4.90176 5.76786 5.0089 5.71428 5.14283 5.71428L15.4285 5.71428C15.5357 5.71428 15.6428 5.6875 15.7232 5.60714C15.8035 5.52678 15.8571 5.41964 15.8571 5.28571C15.8571 4.9375 15.7232 4.64286 15.4821 4.375C15.2143 4.13393 14.9196 4 14.5714 4L4.71426 4C4.23211 4 3.80354 4.1875 3.48211 4.50893C3.16068 4.83036 2.99997 5.23214 2.99997 5.71428V14.2857C2.99997 14.7679 3.16068 15.1964 3.48211 15.5179C3.80354 15.8393 4.23211 16 4.71426 16L15.3482 16C15.7232 16 16.0446 15.8929 16.3125 15.625C16.5803 15.3839 16.7143 15.0893 16.7143 14.7143V7.85714C16.7143 7.50893 16.5803 7.21428 16.3125 6.94643ZM12.7142 13.143C13.661 13.143 14.4285 12.3755 14.4285 11.4288C14.4285 10.482 13.661 9.71447 12.7142 9.71447C11.7674 9.71447 10.9999 10.482 10.9999 11.4288C10.9999 12.3755 11.7674 13.143 12.7142 13.143Z",
13421
13423
  fill: "white"
13422
13424
  })), /*#__PURE__*/React__default.createElement("g", {
13423
- mask: "url(#mask0_503_574)"
13425
+ mask: "url(#mask0_503_574-".concat(iconIndex, ")")
13424
13426
  }, /*#__PURE__*/React__default.createElement("rect", {
13425
13427
  width: "20",
13426
13428
  height: "20",
@@ -16055,389 +16057,6 @@ var ProfileImage = function ProfileImage() {
16055
16057
  }));
16056
16058
  };
16057
16059
 
16058
- var RevenueManagementImage = function RevenueManagementImage() {
16059
- return /*#__PURE__*/React__default.createElement("svg", {
16060
- width: "179",
16061
- height: "96",
16062
- viewBox: "0 0 179 96",
16063
- fill: "none",
16064
- xmlns: "http://www.w3.org/2000/svg"
16065
- }, /*#__PURE__*/React__default.createElement("path", {
16066
- fillRule: "evenodd",
16067
- clipRule: "evenodd",
16068
- 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",
16069
- fill: "#15749D",
16070
- fillOpacity: "0.3"
16071
- }), /*#__PURE__*/React__default.createElement("path", {
16072
- fillRule: "evenodd",
16073
- clipRule: "evenodd",
16074
- 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",
16075
- fill: "#15749D",
16076
- fillOpacity: "0.3"
16077
- }), /*#__PURE__*/React__default.createElement("path", {
16078
- fillRule: "evenodd",
16079
- clipRule: "evenodd",
16080
- 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",
16081
- fill: "#15749D",
16082
- fillOpacity: "0.3"
16083
- }), /*#__PURE__*/React__default.createElement("path", {
16084
- 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",
16085
- fill: "#15749D",
16086
- fillOpacity: "0.3"
16087
- }), /*#__PURE__*/React__default.createElement("path", {
16088
- 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",
16089
- fill: "white"
16090
- }), /*#__PURE__*/React__default.createElement("path", {
16091
- 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",
16092
- fill: "#E5E7EC"
16093
- }), /*#__PURE__*/React__default.createElement("path", {
16094
- 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",
16095
- fill: "#292A33"
16096
- }), /*#__PURE__*/React__default.createElement("path", {
16097
- 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",
16098
- fill: "#292A33"
16099
- }), /*#__PURE__*/React__default.createElement("path", {
16100
- 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",
16101
- fill: "#292A33"
16102
- }), /*#__PURE__*/React__default.createElement("path", {
16103
- fillRule: "evenodd",
16104
- clipRule: "evenodd",
16105
- 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",
16106
- fill: "#292A33"
16107
- }), /*#__PURE__*/React__default.createElement("path", {
16108
- 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",
16109
- fill: "#292A33"
16110
- }), /*#__PURE__*/React__default.createElement("path", {
16111
- 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",
16112
- fill: "#292A33"
16113
- }), /*#__PURE__*/React__default.createElement("path", {
16114
- 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",
16115
- fill: "#292A33"
16116
- }), /*#__PURE__*/React__default.createElement("path", {
16117
- 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",
16118
- fill: "#292A33"
16119
- }), /*#__PURE__*/React__default.createElement("path", {
16120
- fillRule: "evenodd",
16121
- clipRule: "evenodd",
16122
- 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",
16123
- fill: "#292A33"
16124
- }), /*#__PURE__*/React__default.createElement("path", {
16125
- 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",
16126
- fill: "#E4F4FD"
16127
- }), /*#__PURE__*/React__default.createElement("path", {
16128
- fillRule: "evenodd",
16129
- clipRule: "evenodd",
16130
- 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",
16131
- fill: "#292A33"
16132
- }), /*#__PURE__*/React__default.createElement("path", {
16133
- fillRule: "evenodd",
16134
- clipRule: "evenodd",
16135
- 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",
16136
- fill: "#292A33"
16137
- }), /*#__PURE__*/React__default.createElement("path", {
16138
- 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",
16139
- fill: "#E4F4FD"
16140
- }), /*#__PURE__*/React__default.createElement("path", {
16141
- fillRule: "evenodd",
16142
- clipRule: "evenodd",
16143
- 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",
16144
- fill: "#292A33"
16145
- }), /*#__PURE__*/React__default.createElement("path", {
16146
- fillRule: "evenodd",
16147
- clipRule: "evenodd",
16148
- 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",
16149
- fill: "#292A33"
16150
- }), /*#__PURE__*/React__default.createElement("path", {
16151
- fillRule: "evenodd",
16152
- clipRule: "evenodd",
16153
- 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",
16154
- fill: "#292A33"
16155
- }), /*#__PURE__*/React__default.createElement("path", {
16156
- d: "M47.5393 30.1177H132.245V32H47.5393V30.1177Z",
16157
- fill: "#292A33"
16158
- }), /*#__PURE__*/React__default.createElement("g", {
16159
- filter: "url(#filter0_d_2573_15404)"
16160
- }, /*#__PURE__*/React__default.createElement("path", {
16161
- 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",
16162
- fill: "white"
16163
- }), /*#__PURE__*/React__default.createElement("path", {
16164
- 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",
16165
- fill: "#959CA8"
16166
- }), /*#__PURE__*/React__default.createElement("path", {
16167
- 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",
16168
- fill: "#959CA8"
16169
- })), /*#__PURE__*/React__default.createElement("g", {
16170
- filter: "url(#filter1_d_2573_15404)"
16171
- }, /*#__PURE__*/React__default.createElement("path", {
16172
- 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",
16173
- fill: "white"
16174
- }), /*#__PURE__*/React__default.createElement("path", {
16175
- 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",
16176
- fill: "#959CA8"
16177
- }), /*#__PURE__*/React__default.createElement("path", {
16178
- 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",
16179
- fill: "#959CA8"
16180
- }), /*#__PURE__*/React__default.createElement("path", {
16181
- 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",
16182
- fill: "#959CA8"
16183
- }), /*#__PURE__*/React__default.createElement("path", {
16184
- 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",
16185
- fill: "#959CA8"
16186
- })), /*#__PURE__*/React__default.createElement("g", {
16187
- filter: "url(#filter2_d_2573_15404)"
16188
- }, /*#__PURE__*/React__default.createElement("path", {
16189
- 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",
16190
- fill: "white"
16191
- }), /*#__PURE__*/React__default.createElement("path", {
16192
- 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",
16193
- fill: "#959CA8"
16194
- }), /*#__PURE__*/React__default.createElement("path", {
16195
- 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",
16196
- fill: "#959CA8"
16197
- }), /*#__PURE__*/React__default.createElement("path", {
16198
- 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",
16199
- fill: "#959CA8"
16200
- }), /*#__PURE__*/React__default.createElement("path", {
16201
- 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",
16202
- fill: "#959CA8"
16203
- })), /*#__PURE__*/React__default.createElement("g", {
16204
- filter: "url(#filter3_d_2573_15404)"
16205
- }, /*#__PURE__*/React__default.createElement("path", {
16206
- 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",
16207
- fill: "white"
16208
- }), /*#__PURE__*/React__default.createElement("path", {
16209
- 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",
16210
- fill: "#959CA8"
16211
- }), /*#__PURE__*/React__default.createElement("path", {
16212
- 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",
16213
- fill: "#959CA8"
16214
- }), /*#__PURE__*/React__default.createElement("path", {
16215
- 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",
16216
- fill: "#959CA8"
16217
- }), /*#__PURE__*/React__default.createElement("path", {
16218
- 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",
16219
- fill: "#959CA8"
16220
- })), /*#__PURE__*/React__default.createElement("path", {
16221
- 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",
16222
- fill: "#15749D"
16223
- }), /*#__PURE__*/React__default.createElement("path", {
16224
- 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",
16225
- fill: "#15749D"
16226
- }), /*#__PURE__*/React__default.createElement("path", {
16227
- 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",
16228
- fill: "#3B5BDB"
16229
- }), /*#__PURE__*/React__default.createElement("path", {
16230
- 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",
16231
- fill: "#15749D"
16232
- }), /*#__PURE__*/React__default.createElement("path", {
16233
- fillRule: "evenodd",
16234
- clipRule: "evenodd",
16235
- 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",
16236
- fill: "#15749D"
16237
- }), /*#__PURE__*/React__default.createElement("path", {
16238
- 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",
16239
- fill: "#15749D"
16240
- }), /*#__PURE__*/React__default.createElement("g", {
16241
- filter: "url(#filter4_d_2573_15404)"
16242
- }, /*#__PURE__*/React__default.createElement("path", {
16243
- 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",
16244
- fill: "#15749D"
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("mask", {
16251
- id: "mask0_2573_15404",
16252
- style: {
16253
- maskType: "alpha"
16254
- },
16255
- maskUnits: "userSpaceOnUse",
16256
- x: "148",
16257
- y: "42",
16258
- width: "8",
16259
- height: "7"
16260
- }, /*#__PURE__*/React__default.createElement("path", {
16261
- fillRule: "evenodd",
16262
- clipRule: "evenodd",
16263
- 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",
16264
- fill: "white"
16265
- })), /*#__PURE__*/React__default.createElement("g", {
16266
- mask: "url(#mask0_2573_15404)"
16267
- }, /*#__PURE__*/React__default.createElement("rect", {
16268
- x: "146.677",
16269
- y: "40.7842",
16270
- width: "10.0392",
16271
- height: "10.0392",
16272
- fill: "white"
16273
- })), /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("filter", {
16274
- id: "filter0_d_2573_15404",
16275
- x: "16.8137",
16276
- y: "28.8823",
16277
- width: "35.7256",
16278
- height: "18.1567",
16279
- filterUnits: "userSpaceOnUse",
16280
- colorInterpolationFilters: "sRGB"
16281
- }, /*#__PURE__*/React__default.createElement("feFlood", {
16282
- floodOpacity: "0",
16283
- result: "BackgroundImageFix"
16284
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16285
- "in": "SourceAlpha",
16286
- type: "matrix",
16287
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16288
- result: "hardAlpha"
16289
- }), /*#__PURE__*/React__default.createElement("feOffset", null), /*#__PURE__*/React__default.createElement("feGaussianBlur", {
16290
- stdDeviation: "2.5"
16291
- }), /*#__PURE__*/React__default.createElement("feComposite", {
16292
- in2: "hardAlpha",
16293
- operator: "out"
16294
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16295
- type: "matrix",
16296
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16297
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16298
- mode: "normal",
16299
- in2: "BackgroundImageFix",
16300
- result: "effect1_dropShadow_2573_15404"
16301
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16302
- mode: "normal",
16303
- "in": "SourceGraphic",
16304
- in2: "effect1_dropShadow_2573_15404",
16305
- result: "shape"
16306
- })), /*#__PURE__*/React__default.createElement("filter", {
16307
- id: "filter1_d_2573_15404",
16308
- x: "0.5",
16309
- y: "35.7842",
16310
- width: "60.8235",
16311
- height: "18.1567",
16312
- filterUnits: "userSpaceOnUse",
16313
- colorInterpolationFilters: "sRGB"
16314
- }, /*#__PURE__*/React__default.createElement("feFlood", {
16315
- floodOpacity: "0",
16316
- result: "BackgroundImageFix"
16317
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16318
- "in": "SourceAlpha",
16319
- type: "matrix",
16320
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16321
- result: "hardAlpha"
16322
- }), /*#__PURE__*/React__default.createElement("feOffset", null), /*#__PURE__*/React__default.createElement("feGaussianBlur", {
16323
- stdDeviation: "2.5"
16324
- }), /*#__PURE__*/React__default.createElement("feComposite", {
16325
- in2: "hardAlpha",
16326
- operator: "out"
16327
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16328
- type: "matrix",
16329
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16330
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16331
- mode: "normal",
16332
- in2: "BackgroundImageFix",
16333
- result: "effect1_dropShadow_2573_15404"
16334
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16335
- mode: "normal",
16336
- "in": "SourceGraphic",
16337
- in2: "effect1_dropShadow_2573_15404",
16338
- result: "shape"
16339
- })), /*#__PURE__*/React__default.createElement("filter", {
16340
- id: "filter2_d_2573_15404",
16341
- x: "127.245",
16342
- y: "22.6079",
16343
- width: "46.3921",
16344
- height: "18.1567",
16345
- filterUnits: "userSpaceOnUse",
16346
- colorInterpolationFilters: "sRGB"
16347
- }, /*#__PURE__*/React__default.createElement("feFlood", {
16348
- floodOpacity: "0",
16349
- result: "BackgroundImageFix"
16350
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16351
- "in": "SourceAlpha",
16352
- type: "matrix",
16353
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16354
- result: "hardAlpha"
16355
- }), /*#__PURE__*/React__default.createElement("feOffset", null), /*#__PURE__*/React__default.createElement("feGaussianBlur", {
16356
- stdDeviation: "2.5"
16357
- }), /*#__PURE__*/React__default.createElement("feComposite", {
16358
- in2: "hardAlpha",
16359
- operator: "out"
16360
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16361
- type: "matrix",
16362
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16363
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16364
- mode: "normal",
16365
- in2: "BackgroundImageFix",
16366
- result: "effect1_dropShadow_2573_15404"
16367
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16368
- mode: "normal",
16369
- "in": "SourceGraphic",
16370
- in2: "effect1_dropShadow_2573_15404",
16371
- result: "shape"
16372
- })), /*#__PURE__*/React__default.createElement("filter", {
16373
- id: "filter3_d_2573_15404",
16374
- x: "117.833",
16375
- y: "29.5098",
16376
- width: "60.8235",
16377
- height: "18.1567",
16378
- filterUnits: "userSpaceOnUse",
16379
- colorInterpolationFilters: "sRGB"
16380
- }, /*#__PURE__*/React__default.createElement("feFlood", {
16381
- floodOpacity: "0",
16382
- result: "BackgroundImageFix"
16383
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16384
- "in": "SourceAlpha",
16385
- type: "matrix",
16386
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16387
- result: "hardAlpha"
16388
- }), /*#__PURE__*/React__default.createElement("feOffset", null), /*#__PURE__*/React__default.createElement("feGaussianBlur", {
16389
- stdDeviation: "2.5"
16390
- }), /*#__PURE__*/React__default.createElement("feComposite", {
16391
- in2: "hardAlpha",
16392
- operator: "out"
16393
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16394
- type: "matrix",
16395
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16396
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16397
- mode: "normal",
16398
- in2: "BackgroundImageFix",
16399
- result: "effect1_dropShadow_2573_15404"
16400
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16401
- mode: "normal",
16402
- "in": "SourceGraphic",
16403
- in2: "effect1_dropShadow_2573_15404",
16404
- result: "shape"
16405
- })), /*#__PURE__*/React__default.createElement("filter", {
16406
- id: "filter4_d_2573_15404",
16407
- x: "132.822",
16408
- y: "26.9292",
16409
- width: "37.7492",
16410
- height: "37.7494",
16411
- filterUnits: "userSpaceOnUse",
16412
- colorInterpolationFilters: "sRGB"
16413
- }, /*#__PURE__*/React__default.createElement("feFlood", {
16414
- floodOpacity: "0",
16415
- result: "BackgroundImageFix"
16416
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16417
- "in": "SourceAlpha",
16418
- type: "matrix",
16419
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16420
- result: "hardAlpha"
16421
- }), /*#__PURE__*/React__default.createElement("feOffset", null), /*#__PURE__*/React__default.createElement("feGaussianBlur", {
16422
- stdDeviation: "5.04515"
16423
- }), /*#__PURE__*/React__default.createElement("feComposite", {
16424
- in2: "hardAlpha",
16425
- operator: "out"
16426
- }), /*#__PURE__*/React__default.createElement("feColorMatrix", {
16427
- type: "matrix",
16428
- 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"
16429
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16430
- mode: "normal",
16431
- in2: "BackgroundImageFix",
16432
- result: "effect1_dropShadow_2573_15404"
16433
- }), /*#__PURE__*/React__default.createElement("feBlend", {
16434
- mode: "normal",
16435
- "in": "SourceGraphic",
16436
- in2: "effect1_dropShadow_2573_15404",
16437
- result: "shape"
16438
- }))));
16439
- };
16440
-
16441
16060
  var color$2 = "#15749D";
16442
16061
  var hoverColor$1 = "#116285";
16443
16062
  var activeColor$1 = "#0E506D";
@@ -17990,16 +17609,14 @@ var _excluded$k = ["hoverColor", "activeColor", "extrastyles"];
17990
17609
 
17991
17610
  /* eslint-disable no-unused-vars */
17992
17611
 
17993
- var StyledExternalLink = styled__default( /*#__PURE__*/React.forwardRef(function (_ref, ref) {
17612
+ var StyledExternalLink = styled__default(function (_ref) {
17994
17613
  var hoverColor = _ref.hoverColor,
17995
17614
  activeColor = _ref.activeColor,
17996
17615
  extrastyles = _ref.extrastyles,
17997
17616
  props = _objectWithoutProperties(_ref, _excluded$k);
17998
17617
 
17999
- return /*#__PURE__*/React__default.createElement("a", _extends({}, props, {
18000
- ref: ref
18001
- }));
18002
- })).withConfig({
17618
+ return /*#__PURE__*/React__default.createElement("a", props);
17619
+ }).withConfig({
18003
17620
  displayName: "ExternalLinkstyled__StyledExternalLink",
18004
17621
  componentId: "sc-m1q2m2-0"
18005
17622
  })(["display:flex;font-size:", ";color:", ";font-weight:", ";font-family:", ";line-height:", ";&:hover{color:", ";text-decoration:underline;}&:focus{outline:3px solid ", ";outline-offset:2px;}&:active{text-decoration:underline;color:", ";}", ""], function (_ref2) {
@@ -18029,7 +17646,7 @@ var StyledExternalLink = styled__default( /*#__PURE__*/React.forwardRef(function
18029
17646
  });
18030
17647
  /* eslint-enable no-unused-vars */
18031
17648
 
18032
- var ExternalLink = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
17649
+ var ExternalLink = function ExternalLink(_ref) {
18033
17650
  var _ref$href = _ref.href,
18034
17651
  href = _ref$href === void 0 ? "" : _ref$href,
18035
17652
  _ref$newTab = _ref.newTab,
@@ -18065,10 +17682,9 @@ var ExternalLink = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
18065
17682
  extrastyles: extraStyles,
18066
17683
  rel: newTab ? "noopener" : "",
18067
17684
  "data-qa": dataQa,
18068
- "aria-label": ariaLabel,
18069
- ref: ref
17685
+ "aria-label": ariaLabel
18070
17686
  }, safeChildren(children, /*#__PURE__*/React__default.createElement("span", null)));
18071
- });
17687
+ };
18072
17688
 
18073
17689
  var _excluded$l = ["hoverColor", "activeColor", "active", "color", "extrastyles"];
18074
17690
  /*
@@ -18078,7 +17694,7 @@ var _excluded$l = ["hoverColor", "activeColor", "active", "color", "extrastyles"
18078
17694
 
18079
17695
  /* eslint-disable no-unused-vars */
18080
17696
 
18081
- var StyledInternalLink = styled__default( /*#__PURE__*/React.forwardRef(function (_ref, ref) {
17697
+ var StyledInternalLink = styled__default(function (_ref) {
18082
17698
  var hoverColor = _ref.hoverColor,
18083
17699
  activeColor = _ref.activeColor,
18084
17700
  active = _ref.active,
@@ -18086,10 +17702,8 @@ var StyledInternalLink = styled__default( /*#__PURE__*/React.forwardRef(function
18086
17702
  extrastyles = _ref.extrastyles,
18087
17703
  props = _objectWithoutProperties(_ref, _excluded$l);
18088
17704
 
18089
- return /*#__PURE__*/React__default.createElement(reactRouterDom.Link, _extends({}, props, {
18090
- ref: ref
18091
- }));
18092
- })).withConfig({
17705
+ return /*#__PURE__*/React__default.createElement(reactRouterDom.Link, props);
17706
+ }).withConfig({
18093
17707
  displayName: "InternalLinkstyled__StyledInternalLink",
18094
17708
  componentId: "sc-cuqxud-0"
18095
17709
  })(["display:flex;color:", ";font-weight:", ";line-height:", ";font-size:", ";font-family:", ";margin:", ";&:hover{color:", ";text-decoration:underline;}&:focus{outline:3px solid ", ";outline-offset:2px;}&:active{text-decoration:underline;color:", ";}", ""], function (_ref2) {
@@ -18124,7 +17738,7 @@ var StyledInternalLink = styled__default( /*#__PURE__*/React.forwardRef(function
18124
17738
  });
18125
17739
  /* eslint-enable no-unused-vars */
18126
17740
 
18127
- var InternalLink = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
17741
+ var InternalLink = function InternalLink(_ref) {
18128
17742
  var _ref$to = _ref.to,
18129
17743
  to = _ref$to === void 0 ? "" : _ref$to,
18130
17744
  color = _ref.color,
@@ -18156,10 +17770,9 @@ var InternalLink = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
18156
17770
  activeColor: themeValues.activeColor,
18157
17771
  tabIndex: tabIndex,
18158
17772
  extrastyles: extraStyles,
18159
- "data-qa": dataQa,
18160
- ref: ref
17773
+ "data-qa": dataQa
18161
17774
  }, safeChildren(children, /*#__PURE__*/React__default.createElement("span", null)));
18162
- });
17775
+ };
18163
17776
 
18164
17777
  var Breadcrumbs = function Breadcrumbs(_ref) {
18165
17778
  var _ref$breadcrumbsList = _ref.breadcrumbsList,
@@ -25019,64 +24632,6 @@ var ProcessingFee = function ProcessingFee(_ref) {
25019
24632
 
25020
24633
  var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$r, "default");
25021
24634
 
25022
-
25023
-
25024
- var index$5 = /*#__PURE__*/Object.freeze({
25025
- __proto__: null,
25026
- colors: colors,
25027
- fontWeights: style_constants
25028
- });
25029
-
25030
- var HiddenRadioInput = styled__default.input.withConfig({
25031
- displayName: "RadioButtonWithLabel__HiddenRadioInput",
25032
- componentId: "sc-1m9whwg-0"
25033
- })(["position:absolute;opacity:0;margin:0;"]);
25034
- var Circle = styled__default.div.withConfig({
25035
- displayName: "RadioButtonWithLabel__Circle",
25036
- componentId: "sc-1m9whwg-1"
25037
- })(["flex-shrink:0;margin-right:8px;width:1.5rem;height 1.5rem;border:1px solid ", ";border-radius:50%;box-sizing:border-box;padding:2px;:after{content:\"\";width:100%;height:100%;display:block;background:", ";border-radius:50%;transform:scale(0);}"], GREY_CHATEAU, MATISSE_BLUE);
25038
- var InputAndLabelContainer = styled__default(Cluster).withConfig({
25039
- displayName: "RadioButtonWithLabel__InputAndLabelContainer",
25040
- componentId: "sc-1m9whwg-2"
25041
- })(["overflow:visible;", ":checked + label ", ":after{transform:scale(0.85);transition:transform 0.15s;}", ":checked + label ", "{border:1px solid ", ";}", ":focus + label ", "{{box-shadow:0px 0px 2px 1px ", ";}"], HiddenRadioInput, Circle, HiddenRadioInput, Circle, MATISSE_BLUE, HiddenRadioInput, Circle, MATISSE_BLUE);
25042
-
25043
- var RadioButtonWithLabel = function RadioButtonWithLabel(_ref) {
25044
- var _ref$id = _ref.id,
25045
- id = _ref$id === void 0 ? "" : _ref$id,
25046
- _ref$value = _ref.value,
25047
- value = _ref$value === void 0 ? "" : _ref$value,
25048
- _ref$labelText = _ref.labelText,
25049
- labelText = _ref$labelText === void 0 ? "" : _ref$labelText,
25050
- groupName = _ref.groupName,
25051
- setValue = _ref.setValue,
25052
- ariaInvalid = _ref.ariaInvalid,
25053
- index = _ref.index,
25054
- _ref$handleChange = _ref.handleChange,
25055
- handleChange = _ref$handleChange === void 0 ? noop : _ref$handleChange;
25056
- return /*#__PURE__*/React__default.createElement(InputAndLabelContainer, {
25057
- align: "center",
25058
- childGap: "0.5rem"
25059
- }, /*#__PURE__*/React__default.createElement(HiddenRadioInput, {
25060
- "aria-invalid": ariaInvalid,
25061
- style: {
25062
- marginTop: 0
25063
- },
25064
- type: "radio",
25065
- name: groupName,
25066
- id: id,
25067
- value: value,
25068
- onChange: function onChange(e) {
25069
- setValue(e.target.value);
25070
- handleChange(e);
25071
- },
25072
- defaultChecked: index === 0
25073
- }), /*#__PURE__*/React__default.createElement(Text$1, {
25074
- as: "label",
25075
- htmlFor: id,
25076
- extraStyles: "\n font-size: 1rem;\n display: flex; \n width: 100%;\n :hover {\n cursor: pointer;\n }\n "
25077
- }, /*#__PURE__*/React__default.createElement(Circle, null), labelText));
25078
- };
25079
-
25080
24635
  var activeColor$5 = "".concat(MATISSE_BLUE);
25081
24636
  var inactiveColor = "".concat(GREY_CHATEAU);
25082
24637
  var fallbackValues$s = {
@@ -25086,7 +24641,7 @@ var fallbackValues$s = {
25086
24641
 
25087
24642
  var HiddenRadioButton = styled__default.input.withConfig({
25088
24643
  displayName: "RadioButton__HiddenRadioButton",
25089
- componentId: "sc-1jed2i-0"
24644
+ componentId: "sc-v6hie9-0"
25090
24645
  })(["opacity:0;position:absolute;cursor:", ";"], function (_ref) {
25091
24646
  var disabled = _ref.disabled;
25092
24647
  return disabled ? "auto" : "pointer";
@@ -36290,6 +35845,14 @@ var NavTabs = function NavTabs(_ref) {
36290
35845
  }, tabs)));
36291
35846
  };
36292
35847
 
35848
+
35849
+
35850
+ var index$5 = /*#__PURE__*/Object.freeze({
35851
+ __proto__: null,
35852
+ colors: colors,
35853
+ fontWeights: style_constants
35854
+ });
35855
+
36293
35856
  var shineFrames = styled.keyframes(["{0{background-position:0 0;}20%{background-position:100% 100%;}100%{background-position:100% 100%;}}"]);
36294
35857
  var LoadingPill = styled__default.div.withConfig({
36295
35858
  displayName: "LoadingPillstyled__LoadingPill",
@@ -40725,6 +40288,269 @@ var PROPERTIES_COMMERCIAL_AUTO_ICON = "PROPERTIES_COMMERCIAL_AUTO";
40725
40288
  var MISC_BILL_ICON = "MISC_SINGLE_BILL";
40726
40289
  var iconsMap = (_iconsMap = {}, _defineProperty(_iconsMap, ACCOUNTS_GENERIC_ICON, AccountGenericIcon), _defineProperty(_iconsMap, ACCOUNTS_CONSTRUCTION_ICON, AccountConstructionIcon), _defineProperty(_iconsMap, ACCOUNTS_HEALTH_ICON, AccountMedicalIcon), _defineProperty(_iconsMap, ACCOUNTS_DENTAL_ICON, AccountDentalIcon), _defineProperty(_iconsMap, ACCOUNTS_UTILITY_ELECTRIC_ICON, AccountElectricIcon), _defineProperty(_iconsMap, ACCOUNTS_UTILITY_GARBAGE_ICON, AccountGarbageIcon), _defineProperty(_iconsMap, ACCOUNTS_UTILITY_GAS_ICON, AccountGasIcon), _defineProperty(_iconsMap, ACCOUNTS_UTILITY_WATER_ICON, AccountWaterIcon), _defineProperty(_iconsMap, PROPERTIES_PERSONAL_ICON, PropertyPersonalIcon), _defineProperty(_iconsMap, PROPERTIES_GARAGE_ICON, PropertyGarageIcon), _defineProperty(_iconsMap, PROPERTIES_BUSINESS_ICON, PropertyBusinessIcon), _defineProperty(_iconsMap, PROPERTIES_STOREFRONT_ICON, PropertyStorefrontIcon), _defineProperty(_iconsMap, PROPERTIES_APARTMENT_ICON, PropertyApartmentIcon), _defineProperty(_iconsMap, PROPERTIES_LAND_ICON, PropertyLandIcon), _defineProperty(_iconsMap, PROPERTIES_CAR_ICON, PropertyCarIcon), _defineProperty(_iconsMap, PROPERTIES_MOTORCYCLE_ICON, PropertyMotorcycleIcon), _defineProperty(_iconsMap, PROPERTIES_COMMERCIAL_AUTO_ICON, PropertyCommercialVehicleIcon), _defineProperty(_iconsMap, MISC_BILL_ICON, AccountBillIcon), _iconsMap);
40727
40290
 
40291
+ var _roleDescriptions;
40292
+ var RESEARCHER = "RESEARCHER";
40293
+ var AGENCY_ADMIN = "AGENCY_ADMIN";
40294
+ var CLIENT_ADMIN = "CLIENT_ADMIN";
40295
+ var SUPERVISOR = "SUPERVISOR";
40296
+ var CB_ADMIN = "CITYBASE_ADMIN";
40297
+ var CREATE_CLIENT_ADMIN = "CREATE_CLIENT_ADMIN";
40298
+ var PROFILE = "PROFILE";
40299
+ var ADD = "ADD";
40300
+ var EDIT = "EDIT";
40301
+ var roleDescriptions = (_roleDescriptions = {}, _defineProperty(_roleDescriptions, RESEARCHER, "Researcher"), _defineProperty(_roleDescriptions, AGENCY_ADMIN, "Agency admin"), _defineProperty(_roleDescriptions, CLIENT_ADMIN, "Client admin"), _defineProperty(_roleDescriptions, SUPERVISOR, "Supervisor"), _defineProperty(_roleDescriptions, CB_ADMIN, "Citybase admin"), _roleDescriptions);
40302
+
40303
+ var InternalUserInfoForm = function InternalUserInfoForm(_ref) {
40304
+ var _ref$variant = _ref.variant,
40305
+ variant = _ref$variant === void 0 ? "default" : _ref$variant,
40306
+ fields = _ref.fields,
40307
+ actions = _ref.actions,
40308
+ clearOnDismount = _ref.clearOnDismount,
40309
+ showErrors = _ref.showErrors,
40310
+ _ref$handleSubmit = _ref.handleSubmit,
40311
+ handleSubmit = _ref$handleSubmit === void 0 ? noop : _ref$handleSubmit,
40312
+ closeForm = _ref.closeForm,
40313
+ allAgencyOptions = _ref.allAgencyOptions,
40314
+ selectedAgencies = _ref.selectedAgencies,
40315
+ allSelected = _ref.allSelected,
40316
+ _ref$toggleSelectAllA = _ref.toggleSelectAllAgencies,
40317
+ toggleSelectAllAgencies = _ref$toggleSelectAllA === void 0 ? noop : _ref$toggleSelectAllA,
40318
+ selectAgency = _ref.selectAgency,
40319
+ roleOptions = _ref.roleOptions,
40320
+ clientOptions = _ref.clientOptions,
40321
+ namesDisabled = _ref.namesDisabled,
40322
+ emailDisabled = _ref.emailDisabled,
40323
+ roleDisabled = _ref.roleDisabled,
40324
+ selectionDisabled = _ref.selectionDisabled,
40325
+ formType = _ref.formType,
40326
+ openChangePasswordForm = _ref.openChangePasswordForm,
40327
+ firstName = _ref.firstName,
40328
+ lastName = _ref.lastName;
40329
+ React.useEffect(function () {
40330
+ if (formType === CREATE_CLIENT_ADMIN) {
40331
+ actions.fields.client.addValidator(required());
40332
+ }
40333
+
40334
+ if (formType !== PROFILE) {
40335
+ actions.fields.email.addValidator(required());
40336
+ actions.fields.role.addValidator(required());
40337
+ }
40338
+ }, []);
40339
+
40340
+ if (clearOnDismount) {
40341
+ React.useEffect(function () {
40342
+ return function () {
40343
+ return actions.form.clear();
40344
+ };
40345
+ }, []);
40346
+ }
40347
+
40348
+ var clientErrorMessages = _defineProperty({}, required.error, "Client is required");
40349
+
40350
+ var firstNameErrorMessages = _defineProperty({}, required.error, "First name is required");
40351
+
40352
+ var lastNameErrorMessages = _defineProperty({}, required.error, "Last name is required");
40353
+
40354
+ var emailErrorMessages = _defineProperty({}, isProbablyEmail.error, "Invalid email address");
40355
+
40356
+ var roleErrorMessages = _defineProperty({}, required.error, "Role is required");
40357
+
40358
+ return /*#__PURE__*/React__default.createElement(FormContainer$1, {
40359
+ variant: variant,
40360
+ role: "form",
40361
+ "aria-label": "user-info-form",
40362
+ extraStyles: "padding: 0;"
40363
+ }, formType === PROFILE && /*#__PURE__*/React__default.createElement(Box, {
40364
+ padding: "1.5rem"
40365
+ }, /*#__PURE__*/React__default.createElement(Cluster, {
40366
+ justify: "flex-start",
40367
+ align: "center"
40368
+ }, /*#__PURE__*/React__default.createElement(Box, {
40369
+ padding: "1.25rem",
40370
+ borderRadius: "50%",
40371
+ background: "#CACED8"
40372
+ }, /*#__PURE__*/React__default.createElement(Heading$1, {
40373
+ variant: "h4",
40374
+ weight: "700"
40375
+ }, firstName.charAt(0).toUpperCase(), lastName.charAt(0).toUpperCase())), /*#__PURE__*/React__default.createElement(Text$1, {
40376
+ variant: "p",
40377
+ weight: "700",
40378
+ extraStyles: "padding-left: 1rem;"
40379
+ }, firstName, " ", lastName))), formType === CREATE_CLIENT_ADMIN && /*#__PURE__*/React__default.createElement(Box, {
40380
+ padding: "1.5rem 1.5rem 0.5rem",
40381
+ borderColor: GHOST_GREY,
40382
+ borderSize: "1px",
40383
+ borderWidthOverride: "0 0 1px 0"
40384
+ }, /*#__PURE__*/React__default.createElement(FormInputColumn, null, /*#__PURE__*/React__default.createElement(Heading$1, {
40385
+ variant: "h6",
40386
+ weight: "700",
40387
+ margin: "0 0 1rem"
40388
+ }, "Select Client"), /*#__PURE__*/React__default.createElement(FormSelect$1, {
40389
+ labelTextWhenNoError: "Client",
40390
+ errorMessages: clientErrorMessages,
40391
+ options: clientOptions.map(function (client) {
40392
+ return {
40393
+ text: client,
40394
+ value: client,
40395
+ id: client
40396
+ };
40397
+ }),
40398
+ field: fields.client,
40399
+ fieldActions: actions.fields.client,
40400
+ showErrors: showErrors,
40401
+ onKeyDown: function onKeyDown(e) {
40402
+ return e.key === "Enter" && handleSubmit(e);
40403
+ }
40404
+ }))), /*#__PURE__*/React__default.createElement(Box, {
40405
+ padding: formType === PROFILE ? "1.5rem 1.5rem 0" : "1.5rem 1.5rem 0.5rem",
40406
+ borderColor: GHOST_GREY,
40407
+ borderSize: "1px",
40408
+ borderWidthOverride: formType === PROFILE ? "1px 0 0" : "0 0 1px 0"
40409
+ }, /*#__PURE__*/React__default.createElement(FormInputColumn, null, /*#__PURE__*/React__default.createElement(Heading$1, {
40410
+ variant: "h6",
40411
+ weight: "700",
40412
+ margin: "0 0 1rem"
40413
+ }, "Personal Information"), /*#__PURE__*/React__default.createElement(FormInput$1, {
40414
+ labelTextWhenNoError: "First Name",
40415
+ errorMessages: firstNameErrorMessages,
40416
+ field: fields.firstName,
40417
+ fieldActions: actions.fields.firstName,
40418
+ showErrors: showErrors,
40419
+ onKeyDown: function onKeyDown(e) {
40420
+ return e.key === "Enter" && handleSubmit(e);
40421
+ },
40422
+ disabled: namesDisabled,
40423
+ autocomplete: "given-name"
40424
+ }), /*#__PURE__*/React__default.createElement(FormInput$1, {
40425
+ labelTextWhenNoError: "Last Name",
40426
+ errorMessages: lastNameErrorMessages,
40427
+ field: fields.lastName,
40428
+ fieldActions: actions.fields.lastName,
40429
+ showErrors: showErrors,
40430
+ onKeyDown: function onKeyDown(e) {
40431
+ return e.key === "Enter" && handleSubmit(e);
40432
+ },
40433
+ disabled: namesDisabled,
40434
+ autocomplete: "family-name"
40435
+ }), /*#__PURE__*/React__default.createElement(FormInput$1, {
40436
+ labelTextWhenNoError: "Email",
40437
+ errorMessages: emailErrorMessages,
40438
+ field: fields.email,
40439
+ fieldActions: actions.fields.email,
40440
+ showErrors: showErrors,
40441
+ onKeyDown: function onKeyDown(e) {
40442
+ return e.key === "Enter" && handleSubmit(e);
40443
+ },
40444
+ disabled: emailDisabled,
40445
+ autocomplete: "email"
40446
+ }), formType === PROFILE && /*#__PURE__*/React__default.createElement(FormInput$1, {
40447
+ labelTextWhenNoError: "Password",
40448
+ errorMessages: {},
40449
+ field: {
40450
+ rawValue: "•••••••••••••"
40451
+ },
40452
+ disabled: true,
40453
+ decorator: /*#__PURE__*/React__default.createElement(Text$1, {
40454
+ variant: "pS",
40455
+ color: "#15749D",
40456
+ onClick: openChangePasswordForm,
40457
+ extraStyles: "cursor: pointer;"
40458
+ }, "Change Password")
40459
+ }))), /*#__PURE__*/React__default.createElement(Box, {
40460
+ padding: "1.5rem"
40461
+ }, formType !== PROFILE && /*#__PURE__*/React__default.createElement(Box, {
40462
+ padding: "0 0 0.5rem"
40463
+ }, /*#__PURE__*/React__default.createElement(FormInputColumn, null, /*#__PURE__*/React__default.createElement(Heading$1, {
40464
+ variant: "h6",
40465
+ weight: "700",
40466
+ margin: "0 0 1rem"
40467
+ }, "User Settings"), /*#__PURE__*/React__default.createElement(FormSelect$1, {
40468
+ labelTextWhenNoError: "User Role",
40469
+ errorMessages: roleErrorMessages,
40470
+ options: roleOptions.map(function (role) {
40471
+ return {
40472
+ text: roleDescriptions[role],
40473
+ value: role,
40474
+ id: role
40475
+ };
40476
+ }),
40477
+ field: fields.role,
40478
+ fieldActions: actions.fields.role,
40479
+ showErrors: showErrors,
40480
+ onKeyDown: function onKeyDown(e) {
40481
+ return e.key === "Enter" && handleSubmit(e);
40482
+ },
40483
+ disabled: roleDisabled
40484
+ }))), (formType === ADD || formType === EDIT) && /*#__PURE__*/React__default.createElement(Box, {
40485
+ padding: "0.5rem 0 1.5rem"
40486
+ }, /*#__PURE__*/React__default.createElement(FormInputColumn, null, /*#__PURE__*/React__default.createElement(Text$1, {
40487
+ variant: "p"
40488
+ }, "Select which agencies the user can view"), /*#__PURE__*/React__default.createElement(SearchableSelect$1, {
40489
+ actions: actions,
40490
+ fields: fields,
40491
+ items: allAgencyOptions,
40492
+ selectedItems: selectedAgencies,
40493
+ allSelected: allSelected,
40494
+ toggleSelectAllItems: toggleSelectAllAgencies,
40495
+ selectItem: selectAgency,
40496
+ disabled: selectionDisabled
40497
+ }))), /*#__PURE__*/React__default.createElement(Box, {
40498
+ padding: "0"
40499
+ }, /*#__PURE__*/React__default.createElement(Stack, {
40500
+ childGap: "1rem",
40501
+ direction: "row",
40502
+ justify: "flex-end"
40503
+ }, /*#__PURE__*/React__default.createElement(ButtonWithAction, {
40504
+ text: "Cancel",
40505
+ action: function action() {
40506
+ if (formType !== CREATE_CLIENT_ADMIN) {
40507
+ toggleSelectAllAgencies(false);
40508
+ }
40509
+
40510
+ closeForm();
40511
+ },
40512
+ variant: "secondary",
40513
+ dataQa: "Cancel",
40514
+ extraStyles: "margin: 0rem; padding: 0.75rem 1.5rem; border-radius: 4px;"
40515
+ }), /*#__PURE__*/React__default.createElement(ButtonWithAction, {
40516
+ text: "Save",
40517
+ action: handleSubmit,
40518
+ variant: "primary",
40519
+ dataQa: "Save",
40520
+ extraStyles: "margin: 0rem; padding: 0.75rem 1.5rem; border-radius: 4px;"
40521
+ })))));
40522
+ };
40523
+
40524
+ var formConfig$5 = {
40525
+ client: {
40526
+ validators: []
40527
+ },
40528
+ firstName: {
40529
+ validators: [required()]
40530
+ },
40531
+ lastName: {
40532
+ validators: [required()]
40533
+ },
40534
+ email: {
40535
+ validators: [isProbablyEmail()]
40536
+ },
40537
+ role: {
40538
+ validators: []
40539
+ },
40540
+ searchTerm: {
40541
+ validators: []
40542
+ }
40543
+ };
40544
+
40545
+ var _createFormState$5 = createFormState(formConfig$5),
40546
+ reducer$5 = _createFormState$5.reducer,
40547
+ mapStateToProps$6 = _createFormState$5.mapStateToProps,
40548
+ mapDispatchToProps$5 = _createFormState$5.mapDispatchToProps;
40549
+
40550
+ InternalUserInfoForm.reducer = reducer$5;
40551
+ InternalUserInfoForm.mapStateToProps = mapStateToProps$6;
40552
+ InternalUserInfoForm.mapDispatchToProps = mapDispatchToProps$5;
40553
+
40728
40554
  var LoginForm = function LoginForm(_ref) {
40729
40555
  var _emailErrorMessages;
40730
40556
 
@@ -40776,7 +40602,7 @@ var LoginForm = function LoginForm(_ref) {
40776
40602
  }));
40777
40603
  };
40778
40604
 
40779
- var formConfig$5 = {
40605
+ var formConfig$6 = {
40780
40606
  email: {
40781
40607
  validators: [required(), isProbablyEmail()]
40782
40608
  },
@@ -40785,14 +40611,14 @@ var formConfig$5 = {
40785
40611
  }
40786
40612
  };
40787
40613
 
40788
- var _createFormState$5 = createFormState(formConfig$5),
40789
- reducer$5 = _createFormState$5.reducer,
40790
- mapStateToProps$6 = _createFormState$5.mapStateToProps,
40791
- mapDispatchToProps$5 = _createFormState$5.mapDispatchToProps;
40614
+ var _createFormState$6 = createFormState(formConfig$6),
40615
+ reducer$6 = _createFormState$6.reducer,
40616
+ mapStateToProps$7 = _createFormState$6.mapStateToProps,
40617
+ mapDispatchToProps$6 = _createFormState$6.mapDispatchToProps;
40792
40618
 
40793
- LoginForm.reducer = reducer$5;
40794
- LoginForm.mapStateToProps = mapStateToProps$6;
40795
- LoginForm.mapDispatchToProps = mapDispatchToProps$5;
40619
+ LoginForm.reducer = reducer$6;
40620
+ LoginForm.mapStateToProps = mapStateToProps$7;
40621
+ LoginForm.mapDispatchToProps = mapDispatchToProps$6;
40796
40622
 
40797
40623
  /** @license React v16.13.1
40798
40624
  * react-is.production.min.js
@@ -46054,7 +45880,7 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
46054
45880
  })));
46055
45881
  };
46056
45882
 
46057
- var formConfig$6 = {
45883
+ var formConfig$7 = {
46058
45884
  name: {
46059
45885
  validators: [required()]
46060
45886
  },
@@ -46080,14 +45906,14 @@ var formConfig$6 = {
46080
45906
  }
46081
45907
  };
46082
45908
 
46083
- var _createFormState$6 = createFormState(formConfig$6),
46084
- reducer$6 = _createFormState$6.reducer,
46085
- mapStateToProps$7 = _createFormState$6.mapStateToProps,
46086
- mapDispatchToProps$6 = _createFormState$6.mapDispatchToProps;
45909
+ var _createFormState$7 = createFormState(formConfig$7),
45910
+ reducer$7 = _createFormState$7.reducer,
45911
+ mapStateToProps$8 = _createFormState$7.mapStateToProps,
45912
+ mapDispatchToProps$7 = _createFormState$7.mapDispatchToProps;
46087
45913
 
46088
- PaymentFormACH.reducer = reducer$6;
46089
- PaymentFormACH.mapStateToProps = mapStateToProps$7;
46090
- PaymentFormACH.mapDispatchToProps = mapDispatchToProps$6;
45914
+ PaymentFormACH.reducer = reducer$7;
45915
+ PaymentFormACH.mapStateToProps = mapStateToProps$8;
45916
+ PaymentFormACH.mapDispatchToProps = mapDispatchToProps$7;
46091
45917
 
46092
45918
  var PaymentFormCard = function PaymentFormCard(_ref) {
46093
45919
  var _creditCardNumberErro, _expirationDateErrors, _cvvErrors, _zipCodeErrors;
@@ -46228,7 +46054,7 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
46228
46054
 
46229
46055
  var PaymentFormCard$1 = withWindowSize(PaymentFormCard);
46230
46056
 
46231
- var formConfig$7 = {
46057
+ var formConfig$8 = {
46232
46058
  country: {
46233
46059
  defaultValue: "US",
46234
46060
  validators: [required()]
@@ -46254,14 +46080,14 @@ var formConfig$7 = {
46254
46080
  }
46255
46081
  };
46256
46082
 
46257
- var _createFormState$7 = createFormState(formConfig$7),
46258
- reducer$7 = _createFormState$7.reducer,
46259
- mapStateToProps$8 = _createFormState$7.mapStateToProps,
46260
- mapDispatchToProps$7 = _createFormState$7.mapDispatchToProps;
46083
+ var _createFormState$8 = createFormState(formConfig$8),
46084
+ reducer$8 = _createFormState$8.reducer,
46085
+ mapStateToProps$9 = _createFormState$8.mapStateToProps,
46086
+ mapDispatchToProps$8 = _createFormState$8.mapDispatchToProps;
46261
46087
 
46262
- PaymentFormCard$1.reducer = reducer$7;
46263
- PaymentFormCard$1.mapStateToProps = mapStateToProps$8;
46264
- PaymentFormCard$1.mapDispatchToProps = mapDispatchToProps$7;
46088
+ PaymentFormCard$1.reducer = reducer$8;
46089
+ PaymentFormCard$1.mapStateToProps = mapStateToProps$9;
46090
+ PaymentFormCard$1.mapDispatchToProps = mapDispatchToProps$8;
46265
46091
 
46266
46092
  var DashboardIframe = styled__default.iframe.withConfig({
46267
46093
  displayName: "PeriscopeDashboardIframestyled__DashboardIframe",
@@ -46434,70 +46260,21 @@ var PhoneForm = function PhoneForm(_ref) {
46434
46260
  })));
46435
46261
  };
46436
46262
 
46437
- var formConfig$8 = {
46263
+ var formConfig$9 = {
46438
46264
  phone: {
46439
46265
  validators: [required(), hasLength(10, 10)],
46440
46266
  constraints: [onlyIntegers(), hasLength(0, 10)]
46441
46267
  }
46442
46268
  };
46443
46269
 
46444
- var _createFormState$8 = createFormState(formConfig$8),
46445
- reducer$8 = _createFormState$8.reducer,
46446
- mapStateToProps$9 = _createFormState$8.mapStateToProps,
46447
- mapDispatchToProps$8 = _createFormState$8.mapDispatchToProps;
46448
-
46449
- PhoneForm.reducer = reducer$8;
46450
- PhoneForm.mapStateToProps = mapStateToProps$9;
46451
- PhoneForm.mapDispatchToProps = mapDispatchToProps$8;
46452
-
46453
- var DefaultHeading = styled__default.div.withConfig({
46454
- displayName: "RadioGroup__DefaultHeading",
46455
- componentId: "sc-7lqrl8-0"
46456
- })(["font-size:0.875rem;color:", " margin:0;padding:8px 0px;"], CHARADE_GREY);
46457
- var StyledFieldset = styled__default.fieldset.withConfig({
46458
- displayName: "RadioGroup__StyledFieldset",
46459
- componentId: "sc-7lqrl8-1"
46460
- })(["", ""], function (props) {
46461
- return props.$extraStyles;
46462
- });
46463
-
46464
- var RadioGroup = function RadioGroup(_ref) {
46465
- var headingText = _ref.headingText,
46466
- groupName = _ref.groupName,
46467
- _ref$heading = _ref.heading,
46468
- Heading = _ref$heading === void 0 ? /*#__PURE__*/React__default.createElement(DefaultHeading, {
46469
- role: "heading",
46470
- id: "radio-group-".concat(groupName, "-heading")
46471
- }, headingText) : _ref$heading,
46472
- config = _ref.config,
46473
- extraStyles = _ref.extraStyles,
46474
- _ref$handleChange = _ref.handleChange,
46475
- handleChange = _ref$handleChange === void 0 ? noop : _ref$handleChange,
46476
- field = _ref.field,
46477
- fieldActions = _ref.fieldActions;
46478
-
46479
- var setValue = function setValue(value) {
46480
- return fieldActions.set(value);
46481
- };
46270
+ var _createFormState$9 = createFormState(formConfig$9),
46271
+ reducer$9 = _createFormState$9.reducer,
46272
+ mapStateToProps$a = _createFormState$9.mapStateToProps,
46273
+ mapDispatchToProps$9 = _createFormState$9.mapDispatchToProps;
46482
46274
 
46483
- return /*#__PURE__*/React__default.createElement(StyledFieldset, {
46484
- role: "radiogroup",
46485
- "aria-labelledby": "radio-group-".concat(groupName, "-heading"),
46486
- $extraStyles: extraStyles
46487
- }, Heading !== null && Heading, /*#__PURE__*/React__default.createElement(Stack, {
46488
- childGap: "4px"
46489
- }, config.map(function (c, idx) {
46490
- return /*#__PURE__*/React__default.createElement(RadioButtonWithLabel, _extends({
46491
- index: idx,
46492
- key: c.id
46493
- }, c, {
46494
- groupName: groupName,
46495
- setValue: setValue,
46496
- handleChange: handleChange,
46497
- "aria-invalid": field.dirty && field.hasErrors || field.hasErrors && showErrors
46498
- }));
46499
- })));
46500
- };
46275
+ PhoneForm.reducer = reducer$9;
46276
+ PhoneForm.mapStateToProps = mapStateToProps$a;
46277
+ PhoneForm.mapDispatchToProps = mapDispatchToProps$9;
46501
46278
 
46502
46279
  var headingBackgroundColor$1 = "".concat(WHITE);
46503
46280
  var headingDisabledColor = "".concat(ATHENS_GREY);
@@ -46818,7 +46595,7 @@ var RegistrationForm = function RegistrationForm(_ref) {
46818
46595
  })));
46819
46596
  };
46820
46597
 
46821
- var formConfig$9 = {
46598
+ var formConfig$a = {
46822
46599
  firstName: {
46823
46600
  validators: [required()]
46824
46601
  },
@@ -46836,14 +46613,14 @@ var formConfig$9 = {
46836
46613
  }
46837
46614
  };
46838
46615
 
46839
- var _createFormState$9 = createFormState(formConfig$9),
46840
- reducer$9 = _createFormState$9.reducer,
46841
- mapStateToProps$a = _createFormState$9.mapStateToProps,
46842
- mapDispatchToProps$9 = _createFormState$9.mapDispatchToProps;
46616
+ var _createFormState$a = createFormState(formConfig$a),
46617
+ reducer$a = _createFormState$a.reducer,
46618
+ mapStateToProps$b = _createFormState$a.mapStateToProps,
46619
+ mapDispatchToProps$a = _createFormState$a.mapDispatchToProps;
46843
46620
 
46844
- RegistrationForm.reducer = reducer$9;
46845
- RegistrationForm.mapStateToProps = mapStateToProps$a;
46846
- RegistrationForm.mapDispatchToProps = mapDispatchToProps$9;
46621
+ RegistrationForm.reducer = reducer$a;
46622
+ RegistrationForm.mapStateToProps = mapStateToProps$b;
46623
+ RegistrationForm.mapDispatchToProps = mapDispatchToProps$a;
46847
46624
 
46848
46625
  var ResetConfirmationForm = function ResetConfirmationForm() {
46849
46626
  var _useContext = React.useContext(styled.ThemeContext),
@@ -46950,7 +46727,7 @@ var ResetPasswordForm = function ResetPasswordForm(_ref) {
46950
46727
  })));
46951
46728
  };
46952
46729
 
46953
- var formConfig$a = {
46730
+ var formConfig$b = {
46954
46731
  password: {
46955
46732
  validators: [required(), hasLength(8, 100), hasNumber(), hasLowercaseLetter(), hasUppercaseLetter(), hasSpecialCharacter()]
46956
46733
  },
@@ -46959,14 +46736,14 @@ var formConfig$a = {
46959
46736
  }
46960
46737
  };
46961
46738
 
46962
- var _createFormState$a = createFormState(formConfig$a),
46963
- reducer$a = _createFormState$a.reducer,
46964
- mapStateToProps$b = _createFormState$a.mapStateToProps,
46965
- mapDispatchToProps$a = _createFormState$a.mapDispatchToProps;
46739
+ var _createFormState$b = createFormState(formConfig$b),
46740
+ reducer$b = _createFormState$b.reducer,
46741
+ mapStateToProps$c = _createFormState$b.mapStateToProps,
46742
+ mapDispatchToProps$b = _createFormState$b.mapDispatchToProps;
46966
46743
 
46967
- ResetPasswordForm.reducer = reducer$a;
46968
- ResetPasswordForm.mapStateToProps = mapStateToProps$b;
46969
- ResetPasswordForm.mapDispatchToProps = mapDispatchToProps$a;
46744
+ ResetPasswordForm.reducer = reducer$b;
46745
+ ResetPasswordForm.mapStateToProps = mapStateToProps$c;
46746
+ ResetPasswordForm.mapDispatchToProps = mapDispatchToProps$b;
46970
46747
 
46971
46748
  var ResetConfirmationForm$2 = function ResetConfirmationForm() {
46972
46749
  var _useContext = React.useContext(styled.ThemeContext),
@@ -47764,6 +47541,7 @@ exports.IconAdd = IconAdd;
47764
47541
  exports.IconQuitLarge = IconQuitLarge;
47765
47542
  exports.Imposter = Imposter;
47766
47543
  exports.InternalLink = InternalLink;
47544
+ exports.InternalUserInfoForm = InternalUserInfoForm;
47767
47545
  exports.Jumbo = Jumbo$1;
47768
47546
  exports.LabeledAmount = LabeledAmount$1;
47769
47547
  exports.LineItem = LineItem$1;
@@ -47809,8 +47587,6 @@ exports.ProfileImage = ProfileImage;
47809
47587
  exports.PropertiesAddIcon = PropertiesAddIcon$1;
47810
47588
  exports.PropertiesIconSmall = PropertiesIconSmall$1;
47811
47589
  exports.RadioButton = RadioButton$2;
47812
- exports.RadioButtonWithLabel = RadioButtonWithLabel;
47813
- exports.RadioGroup = RadioGroup;
47814
47590
  exports.RadioSection = RadioSection$1;
47815
47591
  exports.Reel = Reel;
47816
47592
  exports.RefundIcon = RefundIcon;
@@ -47821,7 +47597,6 @@ exports.ResetConfirmationForm = ResetConfirmationForm$1;
47821
47597
  exports.ResetPasswordForm = ResetPasswordForm;
47822
47598
  exports.ResetPasswordIcon = ResetPasswordIcon;
47823
47599
  exports.ResetPasswordSuccess = ResetPasswordSuccess;
47824
- exports.RevenueManagementImage = RevenueManagementImage;
47825
47600
  exports.RoutingNumberImage = RoutingNumberImage;
47826
47601
  exports.SearchIcon = SearchIcon;
47827
47602
  exports.SearchableSelect = SearchableSelect$1;