@thecb/components 7.5.2 → 7.6.0

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 (1017) hide show
  1. package/dist/index.cjs.js +384 -12
  2. package/dist/index.cjs.js.map +1 -1
  3. package/dist/index.d.ts +3 -1
  4. package/dist/index.esm.js +384 -13
  5. package/dist/index.esm.js.map +1 -1
  6. package/package.json +1 -1
  7. package/src/components/atoms/icons/RevenueManagementImage.d.ts +1 -0
  8. package/src/components/atoms/icons/RevenueManagementImage.js +449 -0
  9. package/src/components/atoms/icons/index.d.ts +1 -0
  10. package/src/components/atoms/icons/index.js +2 -0
  11. package/dist/.storybook/page.d.ts +0 -13
  12. package/dist/.storybook/page.js +0 -41
  13. package/dist/.storybook/themes/apc.theme.d.ts +0 -79
  14. package/dist/.storybook/themes/apc.theme.js +0 -1
  15. package/dist/.storybook/themes/index.d.ts +0 -2
  16. package/dist/.storybook/themes/index.js +0 -2
  17. package/dist/.storybook/themes/sf.theme.d.ts +0 -231
  18. package/dist/.storybook/themes/sf.theme.js +0 -1
  19. package/dist/button-with-action/ButtonWithActionProps.js +0 -0
  20. package/dist/button-with-link/ButtonWithLinkProps.js +0 -1
  21. package/dist/nav-tabs/TabConfig.js +0 -0
  22. package/dist/src/components/atoms/add-obligation/AddObligation.d.ts +0 -5
  23. package/dist/src/components/atoms/add-obligation/AddObligation.js +0 -21
  24. package/dist/src/components/atoms/add-obligation/AddObligation.stories.d.ts +0 -7
  25. package/dist/src/components/atoms/add-obligation/AddObligation.stories.js +0 -10
  26. package/dist/src/components/atoms/add-obligation/AddObligation.theme.d.ts +0 -9
  27. package/dist/src/components/atoms/add-obligation/AddObligation.theme.js +0 -8
  28. package/dist/src/components/atoms/add-obligation/index.d.ts +0 -2
  29. package/dist/src/components/atoms/add-obligation/index.js +0 -2
  30. package/dist/src/components/atoms/alert/Alert.d.ts +0 -5
  31. package/dist/src/components/atoms/alert/Alert.js +0 -26
  32. package/dist/src/components/atoms/alert/Alert.stories.d.ts +0 -7
  33. package/dist/src/components/atoms/alert/Alert.stories.js +0 -19
  34. package/dist/src/components/atoms/alert/Alert.theme.d.ts +0 -65
  35. package/dist/src/components/atoms/alert/Alert.theme.js +0 -45
  36. package/dist/src/components/atoms/alert/index.d.ts +0 -2
  37. package/dist/src/components/atoms/alert/index.js +0 -2
  38. package/dist/src/components/atoms/amount-callout/AmountCallout.d.ts +0 -5
  39. package/dist/src/components/atoms/amount-callout/AmountCallout.js +0 -12
  40. package/dist/src/components/atoms/amount-callout/AmountCallout.stories.d.ts +0 -7
  41. package/dist/src/components/atoms/amount-callout/AmountCallout.stories.js +0 -18
  42. package/dist/src/components/atoms/amount-callout/AmountCallout.theme.d.ts +0 -5
  43. package/dist/src/components/atoms/amount-callout/AmountCallout.theme.js +0 -4
  44. package/dist/src/components/atoms/amount-callout/index.d.ts +0 -2
  45. package/dist/src/components/atoms/amount-callout/index.js +0 -2
  46. package/dist/src/components/atoms/box-with-shadow/BoxWithShadow.d.ts +0 -5
  47. package/dist/src/components/atoms/box-with-shadow/BoxWithShadow.js +0 -43
  48. package/dist/src/components/atoms/box-with-shadow/BoxWithShadow.theme.d.ts +0 -5
  49. package/dist/src/components/atoms/box-with-shadow/BoxWithShadow.theme.js +0 -5
  50. package/dist/src/components/atoms/box-with-shadow/index.d.ts +0 -2
  51. package/dist/src/components/atoms/box-with-shadow/index.js +0 -2
  52. package/dist/src/components/atoms/breadcrumb/Breadcrumb.d.ts +0 -4
  53. package/dist/src/components/atoms/breadcrumb/Breadcrumb.js +0 -22
  54. package/dist/src/components/atoms/breadcrumb/Breadcrumb.stories.d.ts +0 -7
  55. package/dist/src/components/atoms/breadcrumb/Breadcrumb.stories.js +0 -37
  56. package/dist/src/components/atoms/breadcrumb/Breadcrumb.theme.d.ts +0 -19
  57. package/dist/src/components/atoms/breadcrumb/Breadcrumb.theme.js +0 -24
  58. package/dist/src/components/atoms/breadcrumb/index.d.ts +0 -2
  59. package/dist/src/components/atoms/breadcrumb/index.js +0 -2
  60. package/dist/src/components/atoms/button-with-action/ButtonWithAction.d.ts +0 -15
  61. package/dist/src/components/atoms/button-with-action/ButtonWithAction.js +0 -86
  62. package/dist/src/components/atoms/button-with-action/ButtonWithAction.stories.d.ts +0 -7
  63. package/dist/src/components/atoms/button-with-action/ButtonWithAction.stories.js +0 -24
  64. package/dist/src/components/atoms/button-with-action/ButtonWithAction.theme.d.ts +0 -342
  65. package/dist/src/components/atoms/button-with-action/ButtonWithAction.theme.js +0 -202
  66. package/dist/src/components/atoms/button-with-action/ButtonWithActionProps.d.ts +0 -14
  67. package/dist/src/components/atoms/button-with-action/ButtonWithActionProps.js +0 -1
  68. package/dist/src/components/atoms/button-with-action/index.d.ts +0 -2
  69. package/dist/src/components/atoms/button-with-action/index.js +0 -2
  70. package/dist/src/components/atoms/button-with-link/ButtonWithLink.d.ts +0 -11
  71. package/dist/src/components/atoms/button-with-link/ButtonWithLink.js +0 -41
  72. package/dist/src/components/atoms/button-with-link/ButtonWithLink.stories.d.ts +0 -7
  73. package/dist/src/components/atoms/button-with-link/ButtonWithLink.stories.js +0 -21
  74. package/dist/src/components/atoms/button-with-link/ButtonWithLinkProps.d.ts +0 -10
  75. package/dist/src/components/atoms/button-with-link/ButtonWithLinkProps.js +0 -2
  76. package/dist/src/components/atoms/button-with-link/index.d.ts +0 -2
  77. package/dist/src/components/atoms/button-with-link/index.js +0 -2
  78. package/dist/src/components/atoms/card/Card.d.ts +0 -5
  79. package/dist/src/components/atoms/card/Card.js +0 -18
  80. package/dist/src/components/atoms/card/Card.theme.d.ts +0 -5
  81. package/dist/src/components/atoms/card/Card.theme.js +0 -5
  82. package/dist/src/components/atoms/card/index.d.ts +0 -2
  83. package/dist/src/components/atoms/card/index.js +0 -2
  84. package/dist/src/components/atoms/checkbox/Checkbox.d.ts +0 -5
  85. package/dist/src/components/atoms/checkbox/Checkbox.js +0 -52
  86. package/dist/src/components/atoms/checkbox/Checkbox.stories.d.ts +0 -7
  87. package/dist/src/components/atoms/checkbox/Checkbox.stories.js +0 -16
  88. package/dist/src/components/atoms/checkbox/Checkbox.theme.d.ts +0 -68
  89. package/dist/src/components/atoms/checkbox/Checkbox.theme.js +0 -39
  90. package/dist/src/components/atoms/checkbox/index.d.ts +0 -2
  91. package/dist/src/components/atoms/checkbox/index.js +0 -2
  92. package/dist/src/components/atoms/checkbox-list/CheckboxList.d.ts +0 -6
  93. package/dist/src/components/atoms/checkbox-list/CheckboxList.js +0 -40
  94. package/dist/src/components/atoms/checkbox-list/CheckboxList.stories.d.ts +0 -7
  95. package/dist/src/components/atoms/checkbox-list/CheckboxList.stories.js +0 -41
  96. package/dist/src/components/atoms/checkbox-list/CheckboxList.theme.d.ts +0 -44
  97. package/dist/src/components/atoms/checkbox-list/CheckboxList.theme.js +0 -33
  98. package/dist/src/components/atoms/checkbox-list/index.d.ts +0 -2
  99. package/dist/src/components/atoms/checkbox-list/index.js +0 -2
  100. package/dist/src/components/atoms/country-dropdown/CountryDropdown.d.ts +0 -9
  101. package/dist/src/components/atoms/country-dropdown/CountryDropdown.js +0 -8
  102. package/dist/src/components/atoms/country-dropdown/CountryDropdown.stories.d.ts +0 -7
  103. package/dist/src/components/atoms/country-dropdown/CountryDropdown.stories.js +0 -31
  104. package/dist/src/components/atoms/country-dropdown/index.d.ts +0 -1
  105. package/dist/src/components/atoms/country-dropdown/index.js +0 -1
  106. package/dist/src/components/atoms/country-dropdown/options.d.ts +0 -4
  107. package/dist/src/components/atoms/country-dropdown/options.js +0 -249
  108. package/dist/src/components/atoms/detail/Detail.d.ts +0 -5
  109. package/dist/src/components/atoms/detail/Detail.js +0 -63
  110. package/dist/src/components/atoms/detail/Detail.styled.d.ts +0 -1
  111. package/dist/src/components/atoms/detail/Detail.styled.js +0 -28
  112. package/dist/src/components/atoms/detail/Detail.theme.d.ts +0 -36
  113. package/dist/src/components/atoms/detail/Detail.theme.js +0 -28
  114. package/dist/src/components/atoms/detail/index.d.ts +0 -2
  115. package/dist/src/components/atoms/detail/index.js +0 -2
  116. package/dist/src/components/atoms/display-box/DisplayBox.d.ts +0 -5
  117. package/dist/src/components/atoms/display-box/DisplayBox.js +0 -11
  118. package/dist/src/components/atoms/display-box/DisplayBox.stories.d.ts +0 -7
  119. package/dist/src/components/atoms/display-box/DisplayBox.stories.js +0 -12
  120. package/dist/src/components/atoms/display-box/DisplayBox.theme.d.ts +0 -7
  121. package/dist/src/components/atoms/display-box/DisplayBox.theme.js +0 -7
  122. package/dist/src/components/atoms/display-box/index.d.ts +0 -2
  123. package/dist/src/components/atoms/display-box/index.js +0 -2
  124. package/dist/src/components/atoms/display-card/DisplayCard.d.ts +0 -9
  125. package/dist/src/components/atoms/display-card/DisplayCard.js +0 -22
  126. package/dist/src/components/atoms/display-card/DisplayCard.stories.d.ts +0 -7
  127. package/dist/src/components/atoms/display-card/DisplayCard.stories.js +0 -10
  128. package/dist/src/components/atoms/display-card/index.d.ts +0 -2
  129. package/dist/src/components/atoms/display-card/index.js +0 -2
  130. package/dist/src/components/atoms/dropdown/Dropdown.d.ts +0 -5
  131. package/dist/src/components/atoms/dropdown/Dropdown.js +0 -258
  132. package/dist/src/components/atoms/dropdown/Dropdown.stories.d.ts +0 -7
  133. package/dist/src/components/atoms/dropdown/Dropdown.stories.js +0 -30
  134. package/dist/src/components/atoms/dropdown/Dropdown.theme.d.ts +0 -7
  135. package/dist/src/components/atoms/dropdown/Dropdown.theme.js +0 -7
  136. package/dist/src/components/atoms/dropdown/DropdownIcon.d.ts +0 -2
  137. package/dist/src/components/atoms/dropdown/DropdownIcon.js +0 -7
  138. package/dist/src/components/atoms/dropdown/index.d.ts +0 -2
  139. package/dist/src/components/atoms/dropdown/index.js +0 -2
  140. package/dist/src/components/atoms/form-layouts/FormContainer.d.ts +0 -5
  141. package/dist/src/components/atoms/form-layouts/FormContainer.js +0 -34
  142. package/dist/src/components/atoms/form-layouts/FormFooterPanel.d.ts +0 -5
  143. package/dist/src/components/atoms/form-layouts/FormFooterPanel.js +0 -15
  144. package/dist/src/components/atoms/form-layouts/FormInput.d.ts +0 -5
  145. package/dist/src/components/atoms/form-layouts/FormInput.js +0 -116
  146. package/dist/src/components/atoms/form-layouts/FormInputColumn.d.ts +0 -7
  147. package/dist/src/components/atoms/form-layouts/FormInputColumn.js +0 -29
  148. package/dist/src/components/atoms/form-layouts/FormInputRow.d.ts +0 -9
  149. package/dist/src/components/atoms/form-layouts/FormInputRow.js +0 -30
  150. package/dist/src/components/atoms/form-layouts/FormLayouts.stories.d.ts +0 -7
  151. package/dist/src/components/atoms/form-layouts/FormLayouts.stories.js +0 -38
  152. package/dist/src/components/atoms/form-layouts/FormLayouts.theme.d.ts +0 -86
  153. package/dist/src/components/atoms/form-layouts/FormLayouts.theme.js +0 -44
  154. package/dist/src/components/atoms/form-layouts/index.d.ts +0 -6
  155. package/dist/src/components/atoms/form-layouts/index.js +0 -6
  156. package/dist/src/components/atoms/form-select/FormSelect.d.ts +0 -5
  157. package/dist/src/components/atoms/form-select/FormSelect.js +0 -36
  158. package/dist/src/components/atoms/form-select/FormSelect.stories.d.ts +0 -7
  159. package/dist/src/components/atoms/form-select/FormSelect.stories.js +0 -36
  160. package/dist/src/components/atoms/form-select/FormSelect.styled.d.ts +0 -3
  161. package/dist/src/components/atoms/form-select/FormSelect.styled.js +0 -22
  162. package/dist/src/components/atoms/form-select/FormSelect.theme.d.ts +0 -81
  163. package/dist/src/components/atoms/form-select/FormSelect.theme.js +0 -40
  164. package/dist/src/components/atoms/form-select/index.d.ts +0 -2
  165. package/dist/src/components/atoms/form-select/index.js +0 -2
  166. package/dist/src/components/atoms/formatted-address/FormattedAddress.d.ts +0 -5
  167. package/dist/src/components/atoms/formatted-address/FormattedAddress.js +0 -22
  168. package/dist/src/components/atoms/formatted-address/FormattedAddress.stories.d.ts +0 -7
  169. package/dist/src/components/atoms/formatted-address/FormattedAddress.stories.js +0 -18
  170. package/dist/src/components/atoms/formatted-address/FormattedAddress.theme.d.ts +0 -23
  171. package/dist/src/components/atoms/formatted-address/FormattedAddress.theme.js +0 -9
  172. package/dist/src/components/atoms/formatted-address/index.d.ts +0 -2
  173. package/dist/src/components/atoms/formatted-address/index.js +0 -2
  174. package/dist/src/components/atoms/formatted-credit-card/FormattedCreditCard.d.ts +0 -7
  175. package/dist/src/components/atoms/formatted-credit-card/FormattedCreditCard.js +0 -47
  176. package/dist/src/components/atoms/formatted-credit-card/FormattedCreditCard.theme.d.ts +0 -7
  177. package/dist/src/components/atoms/formatted-credit-card/FormattedCreditCard.theme.js +0 -7
  178. package/dist/src/components/atoms/formatted-credit-card/index.d.ts +0 -2
  179. package/dist/src/components/atoms/formatted-credit-card/index.js +0 -2
  180. package/dist/src/components/atoms/hamburger-button/HamburgerButton.d.ts +0 -8
  181. package/dist/src/components/atoms/hamburger-button/HamburgerButton.js +0 -27
  182. package/dist/src/components/atoms/hamburger-button/HamburgerButton.stories.d.ts +0 -7
  183. package/dist/src/components/atoms/hamburger-button/HamburgerButton.stories.js +0 -11
  184. package/dist/src/components/atoms/hamburger-button/index.d.ts +0 -2
  185. package/dist/src/components/atoms/hamburger-button/index.js +0 -2
  186. package/dist/src/components/atoms/heading/Heading.d.ts +0 -5
  187. package/dist/src/components/atoms/heading/Heading.js +0 -40
  188. package/dist/src/components/atoms/heading/Heading.stories.d.ts +0 -7
  189. package/dist/src/components/atoms/heading/Heading.stories.js +0 -10
  190. package/dist/src/components/atoms/heading/Heading.styled.d.ts +0 -1
  191. package/dist/src/components/atoms/heading/Heading.styled.js +0 -28
  192. package/dist/src/components/atoms/heading/Heading.theme.d.ts +0 -17
  193. package/dist/src/components/atoms/heading/Heading.theme.js +0 -16
  194. package/dist/src/components/atoms/heading/index.d.ts +0 -2
  195. package/dist/src/components/atoms/heading/index.js +0 -2
  196. package/dist/src/components/atoms/icons/AccountNumberImage.d.ts +0 -2
  197. package/dist/src/components/atoms/icons/AccountNumberImage.js +0 -20
  198. package/dist/src/components/atoms/icons/AccountsAddIcon.d.ts +0 -5
  199. package/dist/src/components/atoms/icons/AccountsAddIcon.js +0 -16
  200. package/dist/src/components/atoms/icons/AccountsIcon.d.ts +0 -5
  201. package/dist/src/components/atoms/icons/AccountsIcon.js +0 -15
  202. package/dist/src/components/atoms/icons/AccountsIconSmall.d.ts +0 -5
  203. package/dist/src/components/atoms/icons/AccountsIconSmall.js +0 -20
  204. package/dist/src/components/atoms/icons/AchReturnIcon.d.ts +0 -2
  205. package/dist/src/components/atoms/icons/AchReturnIcon.js +0 -6
  206. package/dist/src/components/atoms/icons/AllocatedIcon.d.ts +0 -2
  207. package/dist/src/components/atoms/icons/AllocatedIcon.js +0 -6
  208. package/dist/src/components/atoms/icons/AutopayOnIcon.d.ts +0 -2
  209. package/dist/src/components/atoms/icons/AutopayOnIcon.js +0 -6
  210. package/dist/src/components/atoms/icons/BankIcon.d.ts +0 -2
  211. package/dist/src/components/atoms/icons/BankIcon.js +0 -7
  212. package/dist/src/components/atoms/icons/CalendarIcon.d.ts +0 -2
  213. package/dist/src/components/atoms/icons/CalendarIcon.js +0 -6
  214. package/dist/src/components/atoms/icons/CarrotIcon.d.ts +0 -5
  215. package/dist/src/components/atoms/icons/CarrotIcon.js +0 -20
  216. package/dist/src/components/atoms/icons/CashIcon.d.ts +0 -2
  217. package/dist/src/components/atoms/icons/CashIcon.js +0 -7
  218. package/dist/src/components/atoms/icons/ChargebackIcon.d.ts +0 -2
  219. package/dist/src/components/atoms/icons/ChargebackIcon.js +0 -6
  220. package/dist/src/components/atoms/icons/ChargebackReversalIcon.d.ts +0 -2
  221. package/dist/src/components/atoms/icons/ChargebackReversalIcon.js +0 -6
  222. package/dist/src/components/atoms/icons/CheckIcon.d.ts +0 -2
  223. package/dist/src/components/atoms/icons/CheckIcon.js +0 -12
  224. package/dist/src/components/atoms/icons/CheckmarkIcon.d.ts +0 -2
  225. package/dist/src/components/atoms/icons/CheckmarkIcon.js +0 -12
  226. package/dist/src/components/atoms/icons/ChevronIcon.d.ts +0 -5
  227. package/dist/src/components/atoms/icons/ChevronIcon.js +0 -16
  228. package/dist/src/components/atoms/icons/CustomerSearchIcon.d.ts +0 -2
  229. package/dist/src/components/atoms/icons/CustomerSearchIcon.js +0 -22
  230. package/dist/src/components/atoms/icons/DuplicateIcon.d.ts +0 -2
  231. package/dist/src/components/atoms/icons/DuplicateIcon.js +0 -6
  232. package/dist/src/components/atoms/icons/EmptyCartIcon.d.ts +0 -5
  233. package/dist/src/components/atoms/icons/EmptyCartIcon.js +0 -13
  234. package/dist/src/components/atoms/icons/ErroredIcon.d.ts +0 -2
  235. package/dist/src/components/atoms/icons/ErroredIcon.js +0 -6
  236. package/dist/src/components/atoms/icons/ExternalLinkIcon.d.ts +0 -5
  237. package/dist/src/components/atoms/icons/ExternalLinkIcon.js +0 -11
  238. package/dist/src/components/atoms/icons/FailedIcon.d.ts +0 -2
  239. package/dist/src/components/atoms/icons/FailedIcon.js +0 -6
  240. package/dist/src/components/atoms/icons/ForgotPasswordIcon.d.ts +0 -5
  241. package/dist/src/components/atoms/icons/ForgotPasswordIcon.js +0 -17
  242. package/dist/src/components/atoms/icons/GenericCard.d.ts +0 -2
  243. package/dist/src/components/atoms/icons/GenericCard.js +0 -6
  244. package/dist/src/components/atoms/icons/GenericCardLarge.d.ts +0 -2
  245. package/dist/src/components/atoms/icons/GenericCardLarge.js +0 -8
  246. package/dist/src/components/atoms/icons/GoToEmailIcon.d.ts +0 -5
  247. package/dist/src/components/atoms/icons/GoToEmailIcon.js +0 -16
  248. package/dist/src/components/atoms/icons/IconAdd.d.ts +0 -2
  249. package/dist/src/components/atoms/icons/IconAdd.js +0 -14
  250. package/dist/src/components/atoms/icons/IconQuitLarge.d.ts +0 -4
  251. package/dist/src/components/atoms/icons/IconQuitLarge.js +0 -19
  252. package/dist/src/components/atoms/icons/Icons.theme.d.ts +0 -33
  253. package/dist/src/components/atoms/icons/Icons.theme.js +0 -27
  254. package/dist/src/components/atoms/icons/NoCustomerResultsIcon.d.ts +0 -2
  255. package/dist/src/components/atoms/icons/NoCustomerResultsIcon.js +0 -15
  256. package/dist/src/components/atoms/icons/NoPaymentResultsIcon.d.ts +0 -2
  257. package/dist/src/components/atoms/icons/NoPaymentResultsIcon.js +0 -16
  258. package/dist/src/components/atoms/icons/NotFoundIcon.d.ts +0 -2
  259. package/dist/src/components/atoms/icons/NotFoundIcon.js +0 -56
  260. package/dist/src/components/atoms/icons/PaymentIcon.d.ts +0 -8
  261. package/dist/src/components/atoms/icons/PaymentIcon.js +0 -30
  262. package/dist/src/components/atoms/icons/PaymentMethodAddIcon.d.ts +0 -5
  263. package/dist/src/components/atoms/icons/PaymentMethodAddIcon.js +0 -28
  264. package/dist/src/components/atoms/icons/PaymentMethodIcon.d.ts +0 -5
  265. package/dist/src/components/atoms/icons/PaymentMethodIcon.js +0 -15
  266. package/dist/src/components/atoms/icons/PaymentSearchIcon.d.ts +0 -2
  267. package/dist/src/components/atoms/icons/PaymentSearchIcon.js +0 -23
  268. package/dist/src/components/atoms/icons/PaymentsIconSmall.d.ts +0 -5
  269. package/dist/src/components/atoms/icons/PaymentsIconSmall.js +0 -20
  270. package/dist/src/components/atoms/icons/PendingIcon.d.ts +0 -2
  271. package/dist/src/components/atoms/icons/PendingIcon.js +0 -6
  272. package/dist/src/components/atoms/icons/PeriscopeFailedIcon.d.ts +0 -2
  273. package/dist/src/components/atoms/icons/PeriscopeFailedIcon.js +0 -56
  274. package/dist/src/components/atoms/icons/ProfileIcon.d.ts +0 -5
  275. package/dist/src/components/atoms/icons/ProfileIcon.js +0 -16
  276. package/dist/src/components/atoms/icons/ProfileIconSmall.d.ts +0 -5
  277. package/dist/src/components/atoms/icons/ProfileIconSmall.js +0 -12
  278. package/dist/src/components/atoms/icons/PropertiesAddIcon.d.ts +0 -5
  279. package/dist/src/components/atoms/icons/PropertiesAddIcon.js +0 -31
  280. package/dist/src/components/atoms/icons/PropertiesIconSmall.d.ts +0 -5
  281. package/dist/src/components/atoms/icons/PropertiesIconSmall.js +0 -10
  282. package/dist/src/components/atoms/icons/RefundIcon.d.ts +0 -2
  283. package/dist/src/components/atoms/icons/RefundIcon.js +0 -6
  284. package/dist/src/components/atoms/icons/RejectedIcon.d.ts +0 -2
  285. package/dist/src/components/atoms/icons/RejectedIcon.js +0 -6
  286. package/dist/src/components/atoms/icons/RejectedVelocityIcon.d.ts +0 -2
  287. package/dist/src/components/atoms/icons/RejectedVelocityIcon.js +0 -6
  288. package/dist/src/components/atoms/icons/ResetPasswordIcon.d.ts +0 -2
  289. package/dist/src/components/atoms/icons/ResetPasswordIcon.js +0 -16
  290. package/dist/src/components/atoms/icons/RoutingNumberImage.d.ts +0 -2
  291. package/dist/src/components/atoms/icons/RoutingNumberImage.js +0 -20
  292. package/dist/src/components/atoms/icons/SearchIcon.d.ts +0 -2
  293. package/dist/src/components/atoms/icons/SearchIcon.js +0 -10
  294. package/dist/src/components/atoms/icons/SettingsIconSmall.d.ts +0 -5
  295. package/dist/src/components/atoms/icons/SettingsIconSmall.js +0 -20
  296. package/dist/src/components/atoms/icons/ShoppingCartIcon.d.ts +0 -2
  297. package/dist/src/components/atoms/icons/ShoppingCartIcon.js +0 -11
  298. package/dist/src/components/atoms/icons/StatusUnknownIcon.d.ts +0 -2
  299. package/dist/src/components/atoms/icons/StatusUnknownIcon.js +0 -6
  300. package/dist/src/components/atoms/icons/SuccessfulIcon.d.ts +0 -2
  301. package/dist/src/components/atoms/icons/SuccessfulIcon.js +0 -6
  302. package/dist/src/components/atoms/icons/TimeoutImage.d.ts +0 -2
  303. package/dist/src/components/atoms/icons/TimeoutImage.js +0 -38
  304. package/dist/src/components/atoms/icons/TrashIcon.d.ts +0 -5
  305. package/dist/src/components/atoms/icons/TrashIcon.js +0 -15
  306. package/dist/src/components/atoms/icons/VerifiedEmailIcon.d.ts +0 -5
  307. package/dist/src/components/atoms/icons/VerifiedEmailIcon.js +0 -19
  308. package/dist/src/components/atoms/icons/VoidedIcon.d.ts +0 -2
  309. package/dist/src/components/atoms/icons/VoidedIcon.js +0 -6
  310. package/dist/src/components/atoms/icons/WalletIcon.d.ts +0 -5
  311. package/dist/src/components/atoms/icons/WalletIcon.js +0 -16
  312. package/dist/src/components/atoms/icons/WarningIconXS.d.ts +0 -2
  313. package/dist/src/components/atoms/icons/WarningIconXS.js +0 -13
  314. package/dist/src/components/atoms/icons/icons.stories.d.ts +0 -42
  315. package/dist/src/components/atoms/icons/icons.stories.js +0 -44
  316. package/dist/src/components/atoms/icons/index.d.ts +0 -59
  317. package/dist/src/components/atoms/icons/index.js +0 -59
  318. package/dist/src/components/atoms/index.d.ts +0 -45
  319. package/dist/src/components/atoms/index.js +0 -45
  320. package/dist/src/components/atoms/jumbo/Jumbo.d.ts +0 -4
  321. package/dist/src/components/atoms/jumbo/Jumbo.js +0 -25
  322. package/dist/src/components/atoms/jumbo/index.d.ts +0 -2
  323. package/dist/src/components/atoms/jumbo/index.js +0 -2
  324. package/dist/src/components/atoms/labeled-amount/LabeledAmount.d.ts +0 -5
  325. package/dist/src/components/atoms/labeled-amount/LabeledAmount.js +0 -16
  326. package/dist/src/components/atoms/labeled-amount/LabeledAmount.stories.d.ts +0 -7
  327. package/dist/src/components/atoms/labeled-amount/LabeledAmount.stories.js +0 -20
  328. package/dist/src/components/atoms/labeled-amount/LabeledAmount.theme.d.ts +0 -12
  329. package/dist/src/components/atoms/labeled-amount/LabeledAmount.theme.js +0 -10
  330. package/dist/src/components/atoms/labeled-amount/index.d.ts +0 -2
  331. package/dist/src/components/atoms/labeled-amount/index.js +0 -2
  332. package/dist/src/components/atoms/layouts/Box.d.ts +0 -3
  333. package/dist/src/components/atoms/layouts/Box.js +0 -37
  334. package/dist/src/components/atoms/layouts/Box.styled.d.ts +0 -1
  335. package/dist/src/components/atoms/layouts/Box.styled.js +0 -107
  336. package/dist/src/components/atoms/layouts/Center.d.ts +0 -8
  337. package/dist/src/components/atoms/layouts/Center.js +0 -35
  338. package/dist/src/components/atoms/layouts/Center.styled.d.ts +0 -1
  339. package/dist/src/components/atoms/layouts/Center.styled.js +0 -21
  340. package/dist/src/components/atoms/layouts/Cluster.d.ts +0 -16
  341. package/dist/src/components/atoms/layouts/Cluster.js +0 -39
  342. package/dist/src/components/atoms/layouts/Cluster.styled.d.ts +0 -2
  343. package/dist/src/components/atoms/layouts/Cluster.styled.js +0 -71
  344. package/dist/src/components/atoms/layouts/Cover.d.ts +0 -11
  345. package/dist/src/components/atoms/layouts/Cover.js +0 -52
  346. package/dist/src/components/atoms/layouts/Cover.styled.d.ts +0 -1
  347. package/dist/src/components/atoms/layouts/Cover.styled.js +0 -30
  348. package/dist/src/components/atoms/layouts/Frame.d.ts +0 -7
  349. package/dist/src/components/atoms/layouts/Frame.js +0 -42
  350. package/dist/src/components/atoms/layouts/Frame.styled.d.ts +0 -1
  351. package/dist/src/components/atoms/layouts/Frame.styled.js +0 -10
  352. package/dist/src/components/atoms/layouts/Grid.d.ts +0 -8
  353. package/dist/src/components/atoms/layouts/Grid.js +0 -38
  354. package/dist/src/components/atoms/layouts/Grid.styled.d.ts +0 -1
  355. package/dist/src/components/atoms/layouts/Grid.styled.js +0 -24
  356. package/dist/src/components/atoms/layouts/Imposter.d.ts +0 -13
  357. package/dist/src/components/atoms/layouts/Imposter.js +0 -49
  358. package/dist/src/components/atoms/layouts/Imposter.styled.d.ts +0 -1
  359. package/dist/src/components/atoms/layouts/Imposter.styled.js +0 -30
  360. package/dist/src/components/atoms/layouts/Motion.d.ts +0 -7
  361. package/dist/src/components/atoms/layouts/Motion.js +0 -64
  362. package/dist/src/components/atoms/layouts/Motion.styled.d.ts +0 -1
  363. package/dist/src/components/atoms/layouts/Motion.styled.js +0 -71
  364. package/dist/src/components/atoms/layouts/Reel.d.ts +0 -13
  365. package/dist/src/components/atoms/layouts/Reel.js +0 -36
  366. package/dist/src/components/atoms/layouts/Reel.styled.d.ts +0 -1
  367. package/dist/src/components/atoms/layouts/Reel.styled.js +0 -30
  368. package/dist/src/components/atoms/layouts/Sidebar.d.ts +0 -11
  369. package/dist/src/components/atoms/layouts/Sidebar.js +0 -43
  370. package/dist/src/components/atoms/layouts/Sidebar.styled.d.ts +0 -2
  371. package/dist/src/components/atoms/layouts/Sidebar.styled.js +0 -59
  372. package/dist/src/components/atoms/layouts/Stack.d.ts +0 -10
  373. package/dist/src/components/atoms/layouts/Stack.js +0 -39
  374. package/dist/src/components/atoms/layouts/Stack.styled.d.ts +0 -1
  375. package/dist/src/components/atoms/layouts/Stack.styled.js +0 -26
  376. package/dist/src/components/atoms/layouts/Switcher.d.ts +0 -14
  377. package/dist/src/components/atoms/layouts/Switcher.js +0 -62
  378. package/dist/src/components/atoms/layouts/Switcher.styled.d.ts +0 -2
  379. package/dist/src/components/atoms/layouts/Switcher.styled.js +0 -42
  380. package/dist/src/components/atoms/layouts/examples/FixedSizeContainer.d.ts +0 -9
  381. package/dist/src/components/atoms/layouts/examples/FixedSizeContainer.js +0 -12
  382. package/dist/src/components/atoms/layouts/examples/FixedSizeContainer.styled.d.ts +0 -2
  383. package/dist/src/components/atoms/layouts/examples/FixedSizeContainer.styled.js +0 -21
  384. package/dist/src/components/atoms/layouts/examples/LayoutContentBlock.d.ts +0 -11
  385. package/dist/src/components/atoms/layouts/examples/LayoutContentBlock.js +0 -9
  386. package/dist/src/components/atoms/layouts/examples/LayoutContentBlock.styled.d.ts +0 -1
  387. package/dist/src/components/atoms/layouts/examples/LayoutContentBlock.styled.js +0 -25
  388. package/dist/src/components/atoms/layouts/examples/ResizingContainer.d.ts +0 -9
  389. package/dist/src/components/atoms/layouts/examples/ResizingContainer.js +0 -26
  390. package/dist/src/components/atoms/layouts/examples/ResizingContainer.styled.d.ts +0 -2
  391. package/dist/src/components/atoms/layouts/examples/ResizingContainer.styled.js +0 -23
  392. package/dist/src/components/atoms/layouts/examples/box-example/BoxExample.stories.d.ts +0 -7
  393. package/dist/src/components/atoms/layouts/examples/box-example/BoxExample.stories.js +0 -19
  394. package/dist/src/components/atoms/layouts/examples/center-example/CenterExample.stories.d.ts +0 -7
  395. package/dist/src/components/atoms/layouts/examples/center-example/CenterExample.stories.js +0 -13
  396. package/dist/src/components/atoms/layouts/examples/cluster-example/ClusterExample.d.ts +0 -6
  397. package/dist/src/components/atoms/layouts/examples/cluster-example/ClusterExample.js +0 -7
  398. package/dist/src/components/atoms/layouts/examples/cluster-example/ClusterExample.stories.d.ts +0 -21
  399. package/dist/src/components/atoms/layouts/examples/cluster-example/ClusterExample.stories.js +0 -43
  400. package/dist/src/components/atoms/layouts/examples/cover-example/CoverExample.stories.d.ts +0 -15
  401. package/dist/src/components/atoms/layouts/examples/cover-example/CoverExample.stories.js +0 -18
  402. package/dist/src/components/atoms/layouts/examples/frame-example/FrameExample.stories.d.ts +0 -7
  403. package/dist/src/components/atoms/layouts/examples/frame-example/FrameExample.stories.js +0 -12
  404. package/dist/src/components/atoms/layouts/examples/grid-example/GridExample.d.ts +0 -7
  405. package/dist/src/components/atoms/layouts/examples/grid-example/GridExample.js +0 -32
  406. package/dist/src/components/atoms/layouts/examples/grid-example/GridExample.stories.d.ts +0 -11
  407. package/dist/src/components/atoms/layouts/examples/grid-example/GridExample.stories.js +0 -26
  408. package/dist/src/components/atoms/layouts/examples/imposter-example/ImposterExample.stories.d.ts +0 -7
  409. package/dist/src/components/atoms/layouts/examples/imposter-example/ImposterExample.stories.js +0 -14
  410. package/dist/src/components/atoms/layouts/examples/motion-example/MotionExample.stories.d.ts +0 -7
  411. package/dist/src/components/atoms/layouts/examples/motion-example/MotionExample.stories.js +0 -41
  412. package/dist/src/components/atoms/layouts/examples/reel-example/ReelExample.stories.d.ts +0 -7
  413. package/dist/src/components/atoms/layouts/examples/reel-example/ReelExample.stories.js +0 -21
  414. package/dist/src/components/atoms/layouts/examples/sidebar-example/SidebarExample.d.ts +0 -7
  415. package/dist/src/components/atoms/layouts/examples/sidebar-example/SidebarExample.js +0 -7
  416. package/dist/src/components/atoms/layouts/examples/sidebar-example/SidebarExample.stories.d.ts +0 -11
  417. package/dist/src/components/atoms/layouts/examples/sidebar-example/SidebarExample.stories.js +0 -41
  418. package/dist/src/components/atoms/layouts/examples/stack-example/StackExample.d.ts +0 -7
  419. package/dist/src/components/atoms/layouts/examples/stack-example/StackExample.js +0 -26
  420. package/dist/src/components/atoms/layouts/examples/stack-example/StackExample.stories.d.ts +0 -21
  421. package/dist/src/components/atoms/layouts/examples/stack-example/StackExample.stories.js +0 -26
  422. package/dist/src/components/atoms/layouts/examples/switcher-example/SwitcherExample.d.ts +0 -8
  423. package/dist/src/components/atoms/layouts/examples/switcher-example/SwitcherExample.js +0 -26
  424. package/dist/src/components/atoms/layouts/examples/switcher-example/SwitcherExample.stories.d.ts +0 -16
  425. package/dist/src/components/atoms/layouts/examples/switcher-example/SwitcherExample.stories.js +0 -30
  426. package/dist/src/components/atoms/layouts/index.d.ts +0 -13
  427. package/dist/src/components/atoms/layouts/index.js +0 -13
  428. package/dist/src/components/atoms/line-item/LineItem.d.ts +0 -5
  429. package/dist/src/components/atoms/line-item/LineItem.js +0 -14
  430. package/dist/src/components/atoms/line-item/LineItem.stories.d.ts +0 -7
  431. package/dist/src/components/atoms/line-item/LineItem.stories.js +0 -10
  432. package/dist/src/components/atoms/line-item/LineItem.theme.d.ts +0 -16
  433. package/dist/src/components/atoms/line-item/LineItem.theme.js +0 -6
  434. package/dist/src/components/atoms/line-item/index.d.ts +0 -2
  435. package/dist/src/components/atoms/line-item/index.js +0 -2
  436. package/dist/src/components/atoms/link/ExternalLink.d.ts +0 -14
  437. package/dist/src/components/atoms/link/ExternalLink.js +0 -14
  438. package/dist/src/components/atoms/link/ExternalLink.styled.d.ts +0 -1
  439. package/dist/src/components/atoms/link/ExternalLink.styled.js +0 -64
  440. package/dist/src/components/atoms/link/InternalLink.d.ts +0 -15
  441. package/dist/src/components/atoms/link/InternalLink.js +0 -13
  442. package/dist/src/components/atoms/link/InternalLink.styled.d.ts +0 -1
  443. package/dist/src/components/atoms/link/InternalLink.styled.js +0 -68
  444. package/dist/src/components/atoms/link/Link.stories.d.ts +0 -8
  445. package/dist/src/components/atoms/link/Link.stories.js +0 -26
  446. package/dist/src/components/atoms/link/Link.theme.d.ts +0 -14
  447. package/dist/src/components/atoms/link/Link.theme.js +0 -13
  448. package/dist/src/components/atoms/link/index.d.ts +0 -3
  449. package/dist/src/components/atoms/link/index.js +0 -3
  450. package/dist/src/components/atoms/loading/Loading.d.ts +0 -2
  451. package/dist/src/components/atoms/loading/Loading.js +0 -9
  452. package/dist/src/components/atoms/loading/index.d.ts +0 -2
  453. package/dist/src/components/atoms/loading/index.js +0 -2
  454. package/dist/src/components/atoms/nav-footer/NavFooter.d.ts +0 -13
  455. package/dist/src/components/atoms/nav-footer/NavFooter.js +0 -38
  456. package/dist/src/components/atoms/nav-footer/NavFooter.stories.d.ts +0 -7
  457. package/dist/src/components/atoms/nav-footer/NavFooter.stories.js +0 -13
  458. package/dist/src/components/atoms/nav-footer/index.d.ts +0 -2
  459. package/dist/src/components/atoms/nav-footer/index.js +0 -2
  460. package/dist/src/components/atoms/nav-header/NavHeader.d.ts +0 -10
  461. package/dist/src/components/atoms/nav-header/NavHeader.js +0 -37
  462. package/dist/src/components/atoms/nav-header/NavHeader.stories.d.ts +0 -7
  463. package/dist/src/components/atoms/nav-header/NavHeader.stories.js +0 -13
  464. package/dist/src/components/atoms/nav-header/index.d.ts +0 -2
  465. package/dist/src/components/atoms/nav-header/index.js +0 -2
  466. package/dist/src/components/atoms/nav-tabs/NavTab.d.ts +0 -5
  467. package/dist/src/components/atoms/nav-tabs/NavTab.js +0 -20
  468. package/dist/src/components/atoms/nav-tabs/NavTab.theme.d.ts +0 -9
  469. package/dist/src/components/atoms/nav-tabs/NavTab.theme.js +0 -9
  470. package/dist/src/components/atoms/nav-tabs/NavTabs.d.ts +0 -4
  471. package/dist/src/components/atoms/nav-tabs/NavTabs.js +0 -27
  472. package/dist/src/components/atoms/nav-tabs/TabConfig.d.ts +0 -4
  473. package/dist/src/components/atoms/nav-tabs/TabConfig.js +0 -1
  474. package/dist/src/components/atoms/nav-tabs/index.d.ts +0 -1
  475. package/dist/src/components/atoms/nav-tabs/index.js +0 -2
  476. package/dist/src/components/atoms/paragraph/Paragraph.d.ts +0 -5
  477. package/dist/src/components/atoms/paragraph/Paragraph.js +0 -40
  478. package/dist/src/components/atoms/paragraph/Paragraph.stories.d.ts +0 -7
  479. package/dist/src/components/atoms/paragraph/Paragraph.stories.js +0 -17
  480. package/dist/src/components/atoms/paragraph/Paragraph.styled.d.ts +0 -1
  481. package/dist/src/components/atoms/paragraph/Paragraph.styled.js +0 -25
  482. package/dist/src/components/atoms/paragraph/Paragraph.theme.d.ts +0 -27
  483. package/dist/src/components/atoms/paragraph/Paragraph.theme.js +0 -21
  484. package/dist/src/components/atoms/paragraph/index.d.ts +0 -2
  485. package/dist/src/components/atoms/paragraph/index.js +0 -2
  486. package/dist/src/components/atoms/password-requirements/PasswordRequirements.d.ts +0 -5
  487. package/dist/src/components/atoms/password-requirements/PasswordRequirements.js +0 -59
  488. package/dist/src/components/atoms/password-requirements/PasswordRequirements.stories.d.ts +0 -7
  489. package/dist/src/components/atoms/password-requirements/PasswordRequirements.stories.js +0 -46
  490. package/dist/src/components/atoms/password-requirements/index.d.ts +0 -2
  491. package/dist/src/components/atoms/password-requirements/index.js +0 -2
  492. package/dist/src/components/atoms/placeholder/Placeholder.d.ts +0 -5
  493. package/dist/src/components/atoms/placeholder/Placeholder.js +0 -33
  494. package/dist/src/components/atoms/placeholder/Placeholder.stories.d.ts +0 -7
  495. package/dist/src/components/atoms/placeholder/Placeholder.stories.js +0 -23
  496. package/dist/src/components/atoms/placeholder/Placeholder.theme.d.ts +0 -16
  497. package/dist/src/components/atoms/placeholder/Placeholder.theme.js +0 -7
  498. package/dist/src/components/atoms/placeholder/index.d.ts +0 -2
  499. package/dist/src/components/atoms/placeholder/index.js +0 -2
  500. package/dist/src/components/atoms/processing-fee/ProcessingFee.d.ts +0 -5
  501. package/dist/src/components/atoms/processing-fee/ProcessingFee.js +0 -15
  502. package/dist/src/components/atoms/processing-fee/ProcessingFee.stories.d.ts +0 -7
  503. package/dist/src/components/atoms/processing-fee/ProcessingFee.stories.js +0 -17
  504. package/dist/src/components/atoms/processing-fee/ProcessingFee.theme.d.ts +0 -8
  505. package/dist/src/components/atoms/processing-fee/ProcessingFee.theme.js +0 -5
  506. package/dist/src/components/atoms/processing-fee/index.d.ts +0 -2
  507. package/dist/src/components/atoms/processing-fee/index.js +0 -2
  508. package/dist/src/components/atoms/radio-button/RadioButton.d.ts +0 -5
  509. package/dist/src/components/atoms/radio-button/RadioButton.js +0 -68
  510. package/dist/src/components/atoms/radio-button/RadioButton.stories.d.ts +0 -7
  511. package/dist/src/components/atoms/radio-button/RadioButton.stories.js +0 -16
  512. package/dist/src/components/atoms/radio-button/RadioButton.theme.d.ts +0 -7
  513. package/dist/src/components/atoms/radio-button/RadioButton.theme.js +0 -7
  514. package/dist/src/components/atoms/radio-button/index.d.ts +0 -2
  515. package/dist/src/components/atoms/radio-button/index.js +0 -2
  516. package/dist/src/components/atoms/searchable-select/SearchableSelect.d.ts +0 -5
  517. package/dist/src/components/atoms/searchable-select/SearchableSelect.js +0 -37
  518. package/dist/src/components/atoms/searchable-select/SearchableSelect.theme.d.ts +0 -8
  519. package/dist/src/components/atoms/searchable-select/SearchableSelect.theme.js +0 -6
  520. package/dist/src/components/atoms/searchable-select/index.d.ts +0 -2
  521. package/dist/src/components/atoms/searchable-select/index.js +0 -2
  522. package/dist/src/components/atoms/solid-divider/SolidDivider.d.ts +0 -5
  523. package/dist/src/components/atoms/solid-divider/SolidDivider.js +0 -9
  524. package/dist/src/components/atoms/solid-divider/SolidDivider.stories.d.ts +0 -7
  525. package/dist/src/components/atoms/solid-divider/SolidDivider.stories.js +0 -9
  526. package/dist/src/components/atoms/solid-divider/SolidDivider.theme.d.ts +0 -13
  527. package/dist/src/components/atoms/solid-divider/SolidDivider.theme.js +0 -7
  528. package/dist/src/components/atoms/solid-divider/index.d.ts +0 -2
  529. package/dist/src/components/atoms/solid-divider/index.js +0 -2
  530. package/dist/src/components/atoms/spinner/Spinner.d.ts +0 -6
  531. package/dist/src/components/atoms/spinner/Spinner.js +0 -27
  532. package/dist/src/components/atoms/spinner/Spinner.stories.d.ts +0 -7
  533. package/dist/src/components/atoms/spinner/Spinner.stories.js +0 -12
  534. package/dist/src/components/atoms/spinner/Spinner.theme.d.ts +0 -5
  535. package/dist/src/components/atoms/spinner/Spinner.theme.js +0 -4
  536. package/dist/src/components/atoms/spinner/index.d.ts +0 -2
  537. package/dist/src/components/atoms/spinner/index.js +0 -2
  538. package/dist/src/components/atoms/state-province-dropdown/StateProvinceDropdown.d.ts +0 -10
  539. package/dist/src/components/atoms/state-province-dropdown/StateProvinceDropdown.js +0 -19
  540. package/dist/src/components/atoms/state-province-dropdown/StateProvinceDropdown.stories.d.ts +0 -7
  541. package/dist/src/components/atoms/state-province-dropdown/StateProvinceDropdown.stories.js +0 -30
  542. package/dist/src/components/atoms/state-province-dropdown/index.d.ts +0 -2
  543. package/dist/src/components/atoms/state-province-dropdown/index.js +0 -2
  544. package/dist/src/components/atoms/state-province-dropdown/options.d.ts +0 -11
  545. package/dist/src/components/atoms/state-province-dropdown/options.js +0 -3837
  546. package/dist/src/components/atoms/tab/Tab.d.ts +0 -6
  547. package/dist/src/components/atoms/tab/Tab.js +0 -17
  548. package/dist/src/components/atoms/tab/Tab.stories.d.ts +0 -7
  549. package/dist/src/components/atoms/tab/Tab.stories.js +0 -9
  550. package/dist/src/components/atoms/tab/Tab.theme.d.ts +0 -27
  551. package/dist/src/components/atoms/tab/Tab.theme.js +0 -23
  552. package/dist/src/components/atoms/tab/index.d.ts +0 -2
  553. package/dist/src/components/atoms/tab/index.js +0 -2
  554. package/dist/src/components/atoms/text/Text.d.ts +0 -5
  555. package/dist/src/components/atoms/text/Text.js +0 -34
  556. package/dist/src/components/atoms/text/Text.stories.d.ts +0 -7
  557. package/dist/src/components/atoms/text/Text.stories.js +0 -17
  558. package/dist/src/components/atoms/text/Text.styled.d.ts +0 -1
  559. package/dist/src/components/atoms/text/Text.styled.js +0 -32
  560. package/dist/src/components/atoms/text/Text.theme.d.ts +0 -27
  561. package/dist/src/components/atoms/text/Text.theme.js +0 -24
  562. package/dist/src/components/atoms/text/index.d.ts +0 -2
  563. package/dist/src/components/atoms/text/index.js +0 -2
  564. package/dist/src/components/atoms/title/Title.d.ts +0 -5
  565. package/dist/src/components/atoms/title/Title.js +0 -60
  566. package/dist/src/components/atoms/title/Title.styled.d.ts +0 -1
  567. package/dist/src/components/atoms/title/Title.styled.js +0 -28
  568. package/dist/src/components/atoms/title/Title.theme.d.ts +0 -26
  569. package/dist/src/components/atoms/title/Title.theme.js +0 -22
  570. package/dist/src/components/atoms/title/index.d.ts +0 -2
  571. package/dist/src/components/atoms/title/index.js +0 -2
  572. package/dist/src/components/atoms/toggle-switch/ToggleSwitch.d.ts +0 -5
  573. package/dist/src/components/atoms/toggle-switch/ToggleSwitch.js +0 -126
  574. package/dist/src/components/atoms/toggle-switch/ToggleSwitch.stories.d.ts +0 -7
  575. package/dist/src/components/atoms/toggle-switch/ToggleSwitch.stories.js +0 -15
  576. package/dist/src/components/atoms/toggle-switch/ToggleSwitch.theme.d.ts +0 -15
  577. package/dist/src/components/atoms/toggle-switch/ToggleSwitch.theme.js +0 -16
  578. package/dist/src/components/atoms/toggle-switch/index.d.ts +0 -2
  579. package/dist/src/components/atoms/toggle-switch/index.js +0 -2
  580. package/dist/src/components/atoms/typeahead-input/TypeaheadIinput.stories.d.ts +0 -7
  581. package/dist/src/components/atoms/typeahead-input/TypeaheadIinput.stories.js +0 -9
  582. package/dist/src/components/atoms/typeahead-input/TypeaheadInput.d.ts +0 -8
  583. package/dist/src/components/atoms/typeahead-input/TypeaheadInput.js +0 -22
  584. package/dist/src/components/atoms/typeahead-input/TypeaheadInput.theme.d.ts +0 -11
  585. package/dist/src/components/atoms/typeahead-input/TypeaheadInput.theme.js +0 -11
  586. package/dist/src/components/atoms/typeahead-input/index.d.ts +0 -2
  587. package/dist/src/components/atoms/typeahead-input/index.js +0 -2
  588. package/dist/src/components/atoms/welcome-card/Card.d.ts +0 -5
  589. package/dist/src/components/atoms/welcome-card/Card.js +0 -52
  590. package/dist/src/components/atoms/welcome-card/Card.theme.d.ts +0 -7
  591. package/dist/src/components/atoms/welcome-card/Card.theme.js +0 -7
  592. package/dist/src/components/atoms/welcome-card/index.d.ts +0 -8
  593. package/dist/src/components/atoms/welcome-card/index.js +0 -20
  594. package/dist/src/components/index.d.ts +0 -4
  595. package/dist/src/components/index.js +0 -4
  596. package/dist/src/components/molecules/account-and-routing-modal/AccountAndRoutingModal.d.ts +0 -5
  597. package/dist/src/components/molecules/account-and-routing-modal/AccountAndRoutingModal.js +0 -22
  598. package/dist/src/components/molecules/account-and-routing-modal/AccountAndRoutingModal.theme.d.ts +0 -28
  599. package/dist/src/components/molecules/account-and-routing-modal/AccountAndRoutingModal.theme.js +0 -17
  600. package/dist/src/components/molecules/account-and-routing-modal/index.d.ts +0 -2
  601. package/dist/src/components/molecules/account-and-routing-modal/index.js +0 -2
  602. package/dist/src/components/molecules/address-form/AddressForm.d.ts +0 -12
  603. package/dist/src/components/molecules/address-form/AddressForm.js +0 -52
  604. package/dist/src/components/molecules/address-form/AddressForm.state.d.ts +0 -3
  605. package/dist/src/components/molecules/address-form/AddressForm.state.js +0 -33
  606. package/dist/src/components/molecules/address-form/AddressForm.stories.d.ts +0 -7
  607. package/dist/src/components/molecules/address-form/AddressForm.stories.js +0 -15
  608. package/dist/src/components/molecules/address-form/index.d.ts +0 -2
  609. package/dist/src/components/molecules/address-form/index.js +0 -6
  610. package/dist/src/components/molecules/change-password-form/ChangePasswordForm.d.ts +0 -13
  611. package/dist/src/components/molecules/change-password-form/ChangePasswordForm.js +0 -55
  612. package/dist/src/components/molecules/change-password-form/ChangePasswordForm.state.d.ts +0 -3
  613. package/dist/src/components/molecules/change-password-form/ChangePasswordForm.state.js +0 -21
  614. package/dist/src/components/molecules/change-password-form/ChangePasswordForm.stories.d.ts +0 -7
  615. package/dist/src/components/molecules/change-password-form/ChangePasswordForm.stories.js +0 -14
  616. package/dist/src/components/molecules/change-password-form/index.d.ts +0 -2
  617. package/dist/src/components/molecules/change-password-form/index.js +0 -6
  618. package/dist/src/components/molecules/collapsible-section/CollapsibleSection.d.ts +0 -5
  619. package/dist/src/components/molecules/collapsible-section/CollapsibleSection.js +0 -60
  620. package/dist/src/components/molecules/collapsible-section/CollapsibleSection.stories.d.ts +0 -7
  621. package/dist/src/components/molecules/collapsible-section/CollapsibleSection.stories.js +0 -30
  622. package/dist/src/components/molecules/collapsible-section/CollapsibleSection.theme.d.ts +0 -9
  623. package/dist/src/components/molecules/collapsible-section/CollapsibleSection.theme.js +0 -8
  624. package/dist/src/components/molecules/collapsible-section/index.d.ts +0 -2
  625. package/dist/src/components/molecules/collapsible-section/index.js +0 -2
  626. package/dist/src/components/molecules/edit-name-form/EdidNameForm.stories.d.ts +0 -7
  627. package/dist/src/components/molecules/edit-name-form/EdidNameForm.stories.js +0 -16
  628. package/dist/src/components/molecules/edit-name-form/EditNameForm.d.ts +0 -8
  629. package/dist/src/components/molecules/edit-name-form/EditNameForm.js +0 -22
  630. package/dist/src/components/molecules/edit-name-form/EditNameForm.state.d.ts +0 -3
  631. package/dist/src/components/molecules/edit-name-form/EditNameForm.state.js +0 -11
  632. package/dist/src/components/molecules/edit-name-form/index.d.ts +0 -2
  633. package/dist/src/components/molecules/edit-name-form/index.js +0 -6
  634. package/dist/src/components/molecules/editable-list/EditableList.d.ts +0 -23
  635. package/dist/src/components/molecules/editable-list/EditableList.js +0 -49
  636. package/dist/src/components/molecules/editable-list/EditableList.styled.d.ts +0 -2
  637. package/dist/src/components/molecules/editable-list/EditableList.styled.js +0 -15
  638. package/dist/src/components/molecules/editable-list/index.d.ts +0 -2
  639. package/dist/src/components/molecules/editable-list/index.js +0 -2
  640. package/dist/src/components/molecules/editable-table/EditableTable.d.ts +0 -7
  641. package/dist/src/components/molecules/editable-table/EditableTable.js +0 -16
  642. package/dist/src/components/molecules/editable-table/EditableTable.styled.d.ts +0 -9
  643. package/dist/src/components/molecules/editable-table/EditableTable.styled.js +0 -61
  644. package/dist/src/components/molecules/editable-table/TableListItem.d.ts +0 -9
  645. package/dist/src/components/molecules/editable-table/TableListItem.js +0 -21
  646. package/dist/src/components/molecules/editable-table/index.d.ts +0 -3
  647. package/dist/src/components/molecules/editable-table/index.js +0 -3
  648. package/dist/src/components/molecules/email-form/EmailForm.d.ts +0 -13
  649. package/dist/src/components/molecules/email-form/EmailForm.js +0 -23
  650. package/dist/src/components/molecules/email-form/EmailForm.state.d.ts +0 -3
  651. package/dist/src/components/molecules/email-form/EmailForm.state.js +0 -8
  652. package/dist/src/components/molecules/email-form/EmailForm.stories.d.ts +0 -7
  653. package/dist/src/components/molecules/email-form/EmailForm.stories.js +0 -16
  654. package/dist/src/components/molecules/email-form/index.d.ts +0 -2
  655. package/dist/src/components/molecules/email-form/index.js +0 -6
  656. package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.d.ts +0 -8
  657. package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.js +0 -17
  658. package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.state.d.ts +0 -3
  659. package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.state.js +0 -8
  660. package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.stories.d.ts +0 -7
  661. package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.stories.js +0 -16
  662. package/dist/src/components/molecules/forgot-password-form/index.d.ts +0 -2
  663. package/dist/src/components/molecules/forgot-password-form/index.js +0 -6
  664. package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.d.ts +0 -6
  665. package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.js +0 -29
  666. package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.stories.d.ts +0 -7
  667. package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.stories.js +0 -17
  668. package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.theme.d.ts +0 -7
  669. package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.theme.js +0 -6
  670. package/dist/src/components/molecules/highlight-tab-row/index.d.ts +0 -2
  671. package/dist/src/components/molecules/highlight-tab-row/index.js +0 -2
  672. package/dist/src/components/molecules/index.d.ts +0 -36
  673. package/dist/src/components/molecules/index.js +0 -36
  674. package/dist/src/components/molecules/internal-user-info-form/InternalUserInfoForm.d.ts +0 -25
  675. package/dist/src/components/molecules/internal-user-info-form/InternalUserInfoForm.js +0 -108
  676. package/dist/src/components/molecules/internal-user-info-form/InternalUserInfoForm.state.d.ts +0 -3
  677. package/dist/src/components/molecules/internal-user-info-form/InternalUserInfoForm.state.js +0 -23
  678. package/dist/src/components/molecules/internal-user-info-form/index.d.ts +0 -2
  679. package/dist/src/components/molecules/internal-user-info-form/index.js +0 -6
  680. package/dist/src/components/molecules/login-form/LoginForm.d.ts +0 -8
  681. package/dist/src/components/molecules/login-form/LoginForm.js +0 -22
  682. package/dist/src/components/molecules/login-form/LoginForm.state.d.ts +0 -3
  683. package/dist/src/components/molecules/login-form/LoginForm.state.js +0 -11
  684. package/dist/src/components/molecules/login-form/LoginForm.stories.d.ts +0 -7
  685. package/dist/src/components/molecules/login-form/LoginForm.stories.js +0 -16
  686. package/dist/src/components/molecules/login-form/index.d.ts +0 -2
  687. package/dist/src/components/molecules/login-form/index.js +0 -6
  688. package/dist/src/components/molecules/modal/Modal.d.ts +0 -27
  689. package/dist/src/components/molecules/modal/Modal.js +0 -51
  690. package/dist/src/components/molecules/modal/Modal.stories.d.ts +0 -15
  691. package/dist/src/components/molecules/modal/Modal.stories.js +0 -28
  692. package/dist/src/components/molecules/modal/index.d.ts +0 -2
  693. package/dist/src/components/molecules/modal/index.js +0 -2
  694. package/dist/src/components/molecules/module/Module.d.ts +0 -6
  695. package/dist/src/components/molecules/module/Module.js +0 -31
  696. package/dist/src/components/molecules/module/Module.stories.d.ts +0 -7
  697. package/dist/src/components/molecules/module/Module.stories.js +0 -18
  698. package/dist/src/components/molecules/module/Module.theme.d.ts +0 -87
  699. package/dist/src/components/molecules/module/Module.theme.js +0 -43
  700. package/dist/src/components/molecules/module/index.d.ts +0 -2
  701. package/dist/src/components/molecules/module/index.js +0 -2
  702. package/dist/src/components/molecules/nav-menu/NavMenu.theme.d.ts +0 -15
  703. package/dist/src/components/molecules/nav-menu/NavMenu.theme.js +0 -12
  704. package/dist/src/components/molecules/nav-menu/NavMenuDesktop.d.ts +0 -5
  705. package/dist/src/components/molecules/nav-menu/NavMenuDesktop.js +0 -11
  706. package/dist/src/components/molecules/nav-menu/NavMenuMobile.d.ts +0 -5
  707. package/dist/src/components/molecules/nav-menu/NavMenuMobile.js +0 -49
  708. package/dist/src/components/molecules/nav-menu/index.d.ts +0 -3
  709. package/dist/src/components/molecules/nav-menu/index.js +0 -3
  710. package/dist/src/components/molecules/obligation/Obligation.d.ts +0 -23
  711. package/dist/src/components/molecules/obligation/Obligation.js +0 -44
  712. package/dist/src/components/molecules/obligation/icons/AccountBillIcon.d.ts +0 -2
  713. package/dist/src/components/molecules/obligation/icons/AccountBillIcon.js +0 -20
  714. package/dist/src/components/molecules/obligation/icons/AccountConstructionIcon.d.ts +0 -2
  715. package/dist/src/components/molecules/obligation/icons/AccountConstructionIcon.js +0 -21
  716. package/dist/src/components/molecules/obligation/icons/AccountDentalIcon.d.ts +0 -2
  717. package/dist/src/components/molecules/obligation/icons/AccountDentalIcon.js +0 -21
  718. package/dist/src/components/molecules/obligation/icons/AccountElectricIcon.d.ts +0 -2
  719. package/dist/src/components/molecules/obligation/icons/AccountElectricIcon.js +0 -21
  720. package/dist/src/components/molecules/obligation/icons/AccountGarbageIcon.d.ts +0 -2
  721. package/dist/src/components/molecules/obligation/icons/AccountGarbageIcon.js +0 -21
  722. package/dist/src/components/molecules/obligation/icons/AccountGasIcon.d.ts +0 -2
  723. package/dist/src/components/molecules/obligation/icons/AccountGasIcon.js +0 -21
  724. package/dist/src/components/molecules/obligation/icons/AccountGenericIcon.d.ts +0 -2
  725. package/dist/src/components/molecules/obligation/icons/AccountGenericIcon.js +0 -20
  726. package/dist/src/components/molecules/obligation/icons/AccountMedicalIcon.d.ts +0 -2
  727. package/dist/src/components/molecules/obligation/icons/AccountMedicalIcon.js +0 -21
  728. package/dist/src/components/molecules/obligation/icons/AccountWaterIcon.d.ts +0 -2
  729. package/dist/src/components/molecules/obligation/icons/AccountWaterIcon.js +0 -21
  730. package/dist/src/components/molecules/obligation/icons/PropertyApartmentIcon.d.ts +0 -2
  731. package/dist/src/components/molecules/obligation/icons/PropertyApartmentIcon.js +0 -22
  732. package/dist/src/components/molecules/obligation/icons/PropertyBusinessIcon.d.ts +0 -2
  733. package/dist/src/components/molecules/obligation/icons/PropertyBusinessIcon.js +0 -20
  734. package/dist/src/components/molecules/obligation/icons/PropertyCarIcon.d.ts +0 -2
  735. package/dist/src/components/molecules/obligation/icons/PropertyCarIcon.js +0 -22
  736. package/dist/src/components/molecules/obligation/icons/PropertyCommercialVehicleIcon.d.ts +0 -2
  737. package/dist/src/components/molecules/obligation/icons/PropertyCommercialVehicleIcon.js +0 -23
  738. package/dist/src/components/molecules/obligation/icons/PropertyGarageIcon.d.ts +0 -2
  739. package/dist/src/components/molecules/obligation/icons/PropertyGarageIcon.js +0 -22
  740. package/dist/src/components/molecules/obligation/icons/PropertyLandIcon.d.ts +0 -2
  741. package/dist/src/components/molecules/obligation/icons/PropertyLandIcon.js +0 -22
  742. package/dist/src/components/molecules/obligation/icons/PropertyMotorcycleIcon.d.ts +0 -2
  743. package/dist/src/components/molecules/obligation/icons/PropertyMotorcycleIcon.js +0 -22
  744. package/dist/src/components/molecules/obligation/icons/PropertyPersonalIcon.d.ts +0 -2
  745. package/dist/src/components/molecules/obligation/icons/PropertyPersonalIcon.js +0 -20
  746. package/dist/src/components/molecules/obligation/icons/PropertyStorefrontIcon.d.ts +0 -2
  747. package/dist/src/components/molecules/obligation/icons/PropertyStorefrontIcon.js +0 -23
  748. package/dist/src/components/molecules/obligation/icons/index.d.ts +0 -38
  749. package/dist/src/components/molecules/obligation/icons/index.js +0 -57
  750. package/dist/src/components/molecules/obligation/index.d.ts +0 -2
  751. package/dist/src/components/molecules/obligation/index.js +0 -2
  752. package/dist/src/components/molecules/obligation/modules/AmountModule.d.ts +0 -12
  753. package/dist/src/components/molecules/obligation/modules/AmountModule.js +0 -17
  754. package/dist/src/components/molecules/obligation/modules/AmountModule.stories.d.ts +0 -7
  755. package/dist/src/components/molecules/obligation/modules/AmountModule.stories.js +0 -12
  756. package/dist/src/components/molecules/obligation/modules/AutopayModalModule.d.ts +0 -4
  757. package/dist/src/components/molecules/obligation/modules/AutopayModalModule.js +0 -76
  758. package/dist/src/components/molecules/obligation/modules/AutopayModalModule.theme.d.ts +0 -15
  759. package/dist/src/components/molecules/obligation/modules/AutopayModalModule.theme.js +0 -15
  760. package/dist/src/components/molecules/obligation/modules/IconModule.d.ts +0 -8
  761. package/dist/src/components/molecules/obligation/modules/IconModule.js +0 -20
  762. package/dist/src/components/molecules/obligation/modules/InactiveControlsModule.d.ts +0 -16
  763. package/dist/src/components/molecules/obligation/modules/InactiveControlsModule.js +0 -18
  764. package/dist/src/components/molecules/obligation/modules/InactiveTitleModule.d.ts +0 -6
  765. package/dist/src/components/molecules/obligation/modules/InactiveTitleModule.js +0 -18
  766. package/dist/src/components/molecules/obligation/modules/PaymentDetailsActions.d.ts +0 -18
  767. package/dist/src/components/molecules/obligation/modules/PaymentDetailsActions.js +0 -44
  768. package/dist/src/components/molecules/obligation/modules/RemoveAccountModalModule.d.ts +0 -8
  769. package/dist/src/components/molecules/obligation/modules/RemoveAccountModalModule.js +0 -39
  770. package/dist/src/components/molecules/obligation/modules/TitleModule.d.ts +0 -7
  771. package/dist/src/components/molecules/obligation/modules/TitleModule.js +0 -13
  772. package/dist/src/components/molecules/obligation/modules/index.d.ts +0 -8
  773. package/dist/src/components/molecules/obligation/modules/index.js +0 -8
  774. package/dist/src/components/molecules/pagination/Pagination.d.ts +0 -14
  775. package/dist/src/components/molecules/pagination/Pagination.js +0 -56
  776. package/dist/src/components/molecules/pagination/index.d.ts +0 -2
  777. package/dist/src/components/molecules/pagination/index.js +0 -2
  778. package/dist/src/components/molecules/partial-amount-form/PartialAmountForm.d.ts +0 -11
  779. package/dist/src/components/molecules/partial-amount-form/PartialAmountForm.js +0 -27
  780. package/dist/src/components/molecules/partial-amount-form/PartialAmountForm.state.d.ts +0 -5
  781. package/dist/src/components/molecules/partial-amount-form/PartialAmountForm.state.js +0 -49
  782. package/dist/src/components/molecules/partial-amount-form/index.d.ts +0 -3
  783. package/dist/src/components/molecules/partial-amount-form/index.js +0 -3
  784. package/dist/src/components/molecules/payment-button-bar/PaymentButtonBar.d.ts +0 -15
  785. package/dist/src/components/molecules/payment-button-bar/PaymentButtonBar.js +0 -24
  786. package/dist/src/components/molecules/payment-button-bar/PaymentButtonBar.stories.d.ts +0 -7
  787. package/dist/src/components/molecules/payment-button-bar/PaymentButtonBar.stories.js +0 -10
  788. package/dist/src/components/molecules/payment-button-bar/index.d.ts +0 -2
  789. package/dist/src/components/molecules/payment-button-bar/index.js +0 -2
  790. package/dist/src/components/molecules/payment-details/PaymentDetails.d.ts +0 -5
  791. package/dist/src/components/molecules/payment-details/PaymentDetails.js +0 -143
  792. package/dist/src/components/molecules/payment-details/PaymentDetails.stories.d.ts +0 -11
  793. package/dist/src/components/molecules/payment-details/PaymentDetails.stories.js +0 -126
  794. package/dist/src/components/molecules/payment-details/PaymentDetails.theme.d.ts +0 -30
  795. package/dist/src/components/molecules/payment-details/PaymentDetails.theme.js +0 -10
  796. package/dist/src/components/molecules/payment-details/index.d.ts +0 -1
  797. package/dist/src/components/molecules/payment-details/index.js +0 -1
  798. package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.d.ts +0 -16
  799. package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.js +0 -52
  800. package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.state.d.ts +0 -3
  801. package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.state.js +0 -28
  802. package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.stories.d.ts +0 -7
  803. package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.stories.js +0 -16
  804. package/dist/src/components/molecules/payment-form-ach/index.d.ts +0 -2
  805. package/dist/src/components/molecules/payment-form-ach/index.js +0 -6
  806. package/dist/src/components/molecules/payment-form-card/PaymentFormCard.d.ts +0 -4
  807. package/dist/src/components/molecules/payment-form-card/PaymentFormCard.js +0 -74
  808. package/dist/src/components/molecules/payment-form-card/PaymentFormCard.state.d.ts +0 -3
  809. package/dist/src/components/molecules/payment-form-card/PaymentFormCard.state.js +0 -41
  810. package/dist/src/components/molecules/payment-form-card/PaymentFormCard.stories.d.ts +0 -7
  811. package/dist/src/components/molecules/payment-form-card/PaymentFormCard.stories.js +0 -16
  812. package/dist/src/components/molecules/payment-form-card/index.d.ts +0 -2
  813. package/dist/src/components/molecules/payment-form-card/index.js +0 -6
  814. package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashBoardIframe.stories.d.ts +0 -7
  815. package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashBoardIframe.stories.js +0 -10
  816. package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashboardIframe.d.ts +0 -11
  817. package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashboardIframe.js +0 -70
  818. package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashboardIframe.styled.d.ts +0 -1
  819. package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashboardIframe.styled.js +0 -8
  820. package/dist/src/components/molecules/periscope-dashboard-iframe/index.d.ts +0 -2
  821. package/dist/src/components/molecules/periscope-dashboard-iframe/index.js +0 -2
  822. package/dist/src/components/molecules/phone-form/PhoneForm.d.ts +0 -12
  823. package/dist/src/components/molecules/phone-form/PhoneForm.js +0 -23
  824. package/dist/src/components/molecules/phone-form/PhoneForm.state.d.ts +0 -3
  825. package/dist/src/components/molecules/phone-form/PhoneForm.state.js +0 -9
  826. package/dist/src/components/molecules/phone-form/PhoneForm.stories.d.ts +0 -7
  827. package/dist/src/components/molecules/phone-form/PhoneForm.stories.js +0 -16
  828. package/dist/src/components/molecules/phone-form/index.d.ts +0 -2
  829. package/dist/src/components/molecules/phone-form/index.js +0 -6
  830. package/dist/src/components/molecules/radio-section/RadioSection.d.ts +0 -5
  831. package/dist/src/components/molecules/radio-section/RadioSection.js +0 -126
  832. package/dist/src/components/molecules/radio-section/RadioSection.stories.d.ts +0 -7
  833. package/dist/src/components/molecules/radio-section/RadioSection.stories.js +0 -18
  834. package/dist/src/components/molecules/radio-section/RadioSection.theme.d.ts +0 -13
  835. package/dist/src/components/molecules/radio-section/RadioSection.theme.js +0 -13
  836. package/dist/src/components/molecules/radio-section/index.d.ts +0 -2
  837. package/dist/src/components/molecules/radio-section/index.js +0 -2
  838. package/dist/src/components/molecules/registration-form/RegistrationForm.d.ts +0 -9
  839. package/dist/src/components/molecules/registration-form/RegistrationForm.js +0 -43
  840. package/dist/src/components/molecules/registration-form/RegistrationForm.state.d.ts +0 -3
  841. package/dist/src/components/molecules/registration-form/RegistrationForm.state.js +0 -27
  842. package/dist/src/components/molecules/registration-form/RegistrationForm.stories.d.ts +0 -7
  843. package/dist/src/components/molecules/registration-form/RegistrationForm.stories.js +0 -16
  844. package/dist/src/components/molecules/registration-form/index.d.ts +0 -2
  845. package/dist/src/components/molecules/registration-form/index.js +0 -6
  846. package/dist/src/components/molecules/reset-confirmation-form/ResetConfirmationForm.d.ts +0 -4
  847. package/dist/src/components/molecules/reset-confirmation-form/ResetConfirmationForm.js +0 -27
  848. package/dist/src/components/molecules/reset-confirmation-form/ResetConfirmationForm.stories.d.ts +0 -7
  849. package/dist/src/components/molecules/reset-confirmation-form/ResetConfirmationForm.stories.js +0 -9
  850. package/dist/src/components/molecules/reset-confirmation-form/index.d.ts +0 -2
  851. package/dist/src/components/molecules/reset-confirmation-form/index.js +0 -2
  852. package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.d.ts +0 -9
  853. package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.js +0 -30
  854. package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.state.d.ts +0 -3
  855. package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.state.js +0 -18
  856. package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.stories.d.ts +0 -7
  857. package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.stories.js +0 -16
  858. package/dist/src/components/molecules/reset-password-form/index.d.ts +0 -2
  859. package/dist/src/components/molecules/reset-password-form/index.js +0 -6
  860. package/dist/src/components/molecules/reset-password-success/ResetPasswordSuccess.d.ts +0 -4
  861. package/dist/src/components/molecules/reset-password-success/ResetPasswordSuccess.js +0 -27
  862. package/dist/src/components/molecules/reset-password-success/ResetPasswordSuccess.stories.d.ts +0 -7
  863. package/dist/src/components/molecules/reset-password-success/ResetPasswordSuccess.stories.js +0 -9
  864. package/dist/src/components/molecules/reset-password-success/index.d.ts +0 -2
  865. package/dist/src/components/molecules/reset-password-success/index.js +0 -2
  866. package/dist/src/components/molecules/tab-sidebar/TabSidebar.d.ts +0 -5
  867. package/dist/src/components/molecules/tab-sidebar/TabSidebar.js +0 -28
  868. package/dist/src/components/molecules/tab-sidebar/TabSidebar.stories.d.ts +0 -7
  869. package/dist/src/components/molecules/tab-sidebar/TabSidebar.stories.js +0 -52
  870. package/dist/src/components/molecules/tab-sidebar/TabSidebar.theme.d.ts +0 -9
  871. package/dist/src/components/molecules/tab-sidebar/TabSidebar.theme.js +0 -8
  872. package/dist/src/components/molecules/tab-sidebar/index.d.ts +0 -2
  873. package/dist/src/components/molecules/tab-sidebar/index.js +0 -2
  874. package/dist/src/components/molecules/tabs/Tabs.d.ts +0 -5
  875. package/dist/src/components/molecules/tabs/Tabs.js +0 -33
  876. package/dist/src/components/molecules/tabs/Tabs.stories.d.ts +0 -7
  877. package/dist/src/components/molecules/tabs/Tabs.stories.js +0 -186
  878. package/dist/src/components/molecules/tabs/Tabs.theme.d.ts +0 -9
  879. package/dist/src/components/molecules/tabs/Tabs.theme.js +0 -8
  880. package/dist/src/components/molecules/tabs/index.d.ts +0 -2
  881. package/dist/src/components/molecules/tabs/index.js +0 -2
  882. package/dist/src/components/molecules/terms-and-conditions/TermsAndConditions.d.ts +0 -8
  883. package/dist/src/components/molecules/terms-and-conditions/TermsAndConditions.js +0 -17
  884. package/dist/src/components/molecules/terms-and-conditions/TermsAndConditions.stories.d.ts +0 -7
  885. package/dist/src/components/molecules/terms-and-conditions/TermsAndConditions.stories.js +0 -12
  886. package/dist/src/components/molecules/terms-and-conditions/index.d.ts +0 -2
  887. package/dist/src/components/molecules/terms-and-conditions/index.js +0 -2
  888. package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.d.ts +0 -5
  889. package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.js +0 -16
  890. package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.stories.d.ts +0 -7
  891. package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.stories.js +0 -19
  892. package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.theme.d.ts +0 -50
  893. package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.theme.js +0 -24
  894. package/dist/src/components/molecules/terms-and-conditions-modal/index.d.ts +0 -2
  895. package/dist/src/components/molecules/terms-and-conditions-modal/index.js +0 -2
  896. package/dist/src/components/molecules/timeout/Timeout.d.ts +0 -4
  897. package/dist/src/components/molecules/timeout/Timeout.js +0 -26
  898. package/dist/src/components/molecules/timeout/index.d.ts +0 -2
  899. package/dist/src/components/molecules/timeout/index.js +0 -2
  900. package/dist/src/components/molecules/welcome-module/WelcomeModule.d.ts +0 -6
  901. package/dist/src/components/molecules/welcome-module/WelcomeModule.js +0 -27
  902. package/dist/src/components/molecules/welcome-module/WelcomeModule.theme.d.ts +0 -13
  903. package/dist/src/components/molecules/welcome-module/WelcomeModule.theme.js +0 -13
  904. package/dist/src/components/molecules/welcome-module/index.d.ts +0 -2
  905. package/dist/src/components/molecules/welcome-module/index.js +0 -2
  906. package/dist/src/components/molecules/workflow-tile/WorkflowTile.d.ts +0 -7
  907. package/dist/src/components/molecules/workflow-tile/WorkflowTile.js +0 -19
  908. package/dist/src/components/molecules/workflow-tile/WorkflowTile.stories.d.ts +0 -7
  909. package/dist/src/components/molecules/workflow-tile/WorkflowTile.stories.js +0 -11
  910. package/dist/src/components/molecules/workflow-tile/index.d.ts +0 -2
  911. package/dist/src/components/molecules/workflow-tile/index.js +0 -2
  912. package/dist/src/components/templates/center-single/CenterSingle.d.ts +0 -4
  913. package/dist/src/components/templates/center-single/CenterSingle.js +0 -20
  914. package/dist/src/components/templates/center-single/index.d.ts +0 -2
  915. package/dist/src/components/templates/center-single/index.js +0 -2
  916. package/dist/src/components/templates/center-stack/CenterStack.d.ts +0 -4
  917. package/dist/src/components/templates/center-stack/CenterStack.js +0 -22
  918. package/dist/src/components/templates/center-stack/index.d.ts +0 -2
  919. package/dist/src/components/templates/center-stack/index.js +0 -2
  920. package/dist/src/components/templates/default-page-template/DefaultPageTemplate.d.ts +0 -4
  921. package/dist/src/components/templates/default-page-template/DefaultPageTemplate.js +0 -20
  922. package/dist/src/components/templates/default-page-template/index.d.ts +0 -2
  923. package/dist/src/components/templates/default-page-template/index.js +0 -2
  924. package/dist/src/components/templates/index.d.ts +0 -5
  925. package/dist/src/components/templates/index.js +0 -5
  926. package/dist/src/components/templates/sidebar-single-content/SidebarSingleContent.d.ts +0 -4
  927. package/dist/src/components/templates/sidebar-single-content/SidebarSingleContent.js +0 -25
  928. package/dist/src/components/templates/sidebar-single-content/index.d.ts +0 -2
  929. package/dist/src/components/templates/sidebar-single-content/index.js +0 -2
  930. package/dist/src/components/templates/sidebar-stack-content/SidebarStackContent.d.ts +0 -4
  931. package/dist/src/components/templates/sidebar-stack-content/SidebarStackContent.js +0 -25
  932. package/dist/src/components/templates/sidebar-stack-content/index.d.ts +0 -2
  933. package/dist/src/components/templates/sidebar-stack-content/index.js +0 -2
  934. package/dist/src/components/templates/templates.theme.d.ts +0 -5
  935. package/dist/src/components/templates/templates.theme.js +0 -4
  936. package/dist/src/components/withWindowSize.d.ts +0 -4
  937. package/dist/src/components/withWindowSize.js +0 -70
  938. package/dist/src/constants/colors.d.ts +0 -97
  939. package/dist/src/constants/colors.js +0 -113
  940. package/dist/src/constants/index.d.ts +0 -3
  941. package/dist/src/constants/index.js +0 -3
  942. package/dist/src/constants/regex_constants.d.ts +0 -1
  943. package/dist/src/constants/regex_constants.js +0 -1
  944. package/dist/src/constants/style_constants.d.ts +0 -8
  945. package/dist/src/constants/style_constants.js +0 -10
  946. package/dist/src/deprecated/colors.d.ts +0 -81
  947. package/dist/src/deprecated/colors.js +0 -97
  948. package/dist/src/deprecated/components/radio-button/index.d.ts +0 -2
  949. package/dist/src/deprecated/components/radio-button/index.js +0 -2
  950. package/dist/src/deprecated/components/radio-button/radio-button.d.ts +0 -5
  951. package/dist/src/deprecated/components/radio-button/radio-button.js +0 -29
  952. package/dist/src/deprecated/icons/AlertErrorIcon.d.ts +0 -1
  953. package/dist/src/deprecated/icons/AlertErrorIcon.js +0 -10
  954. package/dist/src/deprecated/icons/AlertInfoIcon.d.ts +0 -1
  955. package/dist/src/deprecated/icons/AlertInfoIcon.js +0 -10
  956. package/dist/src/deprecated/icons/AlertSuccessIcon.d.ts +0 -1
  957. package/dist/src/deprecated/icons/AlertSuccessIcon.js +0 -10
  958. package/dist/src/deprecated/icons/AlertWarningIcon.d.ts +0 -1
  959. package/dist/src/deprecated/icons/AlertWarningIcon.js +0 -6
  960. package/dist/src/deprecated/icons/BankIcon.d.ts +0 -2
  961. package/dist/src/deprecated/icons/BankIcon.js +0 -19
  962. package/dist/src/deprecated/icons/GenericCard.d.ts +0 -2
  963. package/dist/src/deprecated/icons/GenericCard.js +0 -9
  964. package/dist/src/deprecated/icons/IconCheck.d.ts +0 -5
  965. package/dist/src/deprecated/icons/IconCheck.js +0 -10
  966. package/dist/src/deprecated/icons/IconCheckEmail.d.ts +0 -4
  967. package/dist/src/deprecated/icons/IconCheckEmail.js +0 -14
  968. package/dist/src/deprecated/icons/IconChevron.d.ts +0 -3
  969. package/dist/src/deprecated/icons/IconChevron.js +0 -14
  970. package/dist/src/deprecated/icons/IconEmailVerified.d.ts +0 -4
  971. package/dist/src/deprecated/icons/IconEmailVerified.js +0 -22
  972. package/dist/src/deprecated/icons/IconEye.d.ts +0 -3
  973. package/dist/src/deprecated/icons/IconEye.js +0 -15
  974. package/dist/src/deprecated/icons/IconEyeSlash.d.ts +0 -3
  975. package/dist/src/deprecated/icons/IconEyeSlash.js +0 -19
  976. package/dist/src/deprecated/icons/IconInvalid.d.ts +0 -7
  977. package/dist/src/deprecated/icons/IconInvalid.js +0 -14
  978. package/dist/src/deprecated/icons/IconNeutral.d.ts +0 -6
  979. package/dist/src/deprecated/icons/IconNeutral.js +0 -10
  980. package/dist/src/deprecated/icons/IconQuit.d.ts +0 -5
  981. package/dist/src/deprecated/icons/IconQuit.js +0 -14
  982. package/dist/src/deprecated/icons/IconValid.d.ts +0 -7
  983. package/dist/src/deprecated/icons/IconValid.js +0 -15
  984. package/dist/src/deprecated/icons/IconWarn.d.ts +0 -3
  985. package/dist/src/deprecated/icons/IconWarn.js +0 -13
  986. package/dist/src/deprecated/icons/index.d.ts +0 -22
  987. package/dist/src/deprecated/icons/index.js +0 -22
  988. package/dist/src/deprecated/index.d.ts +0 -1
  989. package/dist/src/deprecated/index.js +0 -1
  990. package/dist/src/deprecated/spinner/Spinner.d.ts +0 -7
  991. package/dist/src/deprecated/spinner/Spinner.js +0 -46
  992. package/dist/src/deprecated/spinner/index.d.ts +0 -1
  993. package/dist/src/deprecated/spinner/index.js +0 -1
  994. package/dist/src/deprecated/utility/__tests__/safeConcat.spec.d.ts +0 -1
  995. package/dist/src/deprecated/utility/__tests__/safeConcat.spec.js +0 -47
  996. package/dist/src/deprecated/utility/__tests__/validateKeyType.spec.d.ts +0 -1
  997. package/dist/src/deprecated/utility/__tests__/validateKeyType.spec.js +0 -100
  998. package/dist/src/deprecated/utility/index.d.ts +0 -2
  999. package/dist/src/deprecated/utility/index.js +0 -2
  1000. package/dist/src/deprecated/utility/safeConcat.d.ts +0 -1
  1001. package/dist/src/deprecated/utility/safeConcat.js +0 -8
  1002. package/dist/src/deprecated/utility/validateKeyType.d.ts +0 -1
  1003. package/dist/src/deprecated/utility/validateKeyType.js +0 -13
  1004. package/dist/src/index.d.ts +0 -4
  1005. package/dist/src/index.js +0 -4
  1006. package/dist/src/util/focusFirstInvalidInputHook.d.ts +0 -2
  1007. package/dist/src/util/focusFirstInvalidInputHook.js +0 -17
  1008. package/dist/src/util/formats.d.ts +0 -9
  1009. package/dist/src/util/formats.js +0 -70
  1010. package/dist/src/util/general.d.ts +0 -13
  1011. package/dist/src/util/general.js +0 -101
  1012. package/dist/src/util/index.d.ts +0 -5
  1013. package/dist/src/util/index.js +0 -5
  1014. package/dist/src/util/inputValidationUtils.d.ts +0 -43
  1015. package/dist/src/util/inputValidationUtils.js +0 -92
  1016. package/dist/src/util/themeUtils.d.ts +0 -5
  1017. package/dist/src/util/themeUtils.js +0 -129
package/dist/index.d.ts CHANGED
@@ -63,6 +63,8 @@ declare const GuidedCheckoutImage: JSX.Element;
63
63
 
64
64
  declare const ProfileImage: JSX.Element;
65
65
 
66
+ declare const RevenueManagementImage: JSX.Element;
67
+
66
68
  declare const StandardCheckoutImage: JSX.Element;
67
69
 
68
70
  interface BoxProps {
@@ -398,5 +400,5 @@ interface DefaultPageTemplateProps {
398
400
  declare const DefaultPageTemplate: React.FC<Expand<DefaultPageTemplateProps> &
399
401
  React.HTMLAttributes<HTMLElement>>;
400
402
 
401
- export { Box, BoxProps, ButtonWithAction, ButtonWithActionProps, ButtonWithLink, ButtonWithLinkProps, Card, CardProps, Center, CenterProps, Cluster, ClusterProps, CollapsibleSection, CollapsibleSectionProps, Copyable, CopyableProps, Cover, CoverProps, DefaultPageTemplate, DefaultPageTemplateProps, EditableTable, EditableTableProps, ExternalLink, ExternalLinkProps, FooterWithSubfooter, FooterWithSubfooterProps, GuidedCheckoutImage, InternalLink, InternalLinkProps, NavFooter, NavFooterProps, NavHeader, NavHeaderProps, NavTabs, NavTabsProps, Paragraph, ParagraphProps, Popover, PopoverProps, ProfileImage, Stack, StackProps, StandardCheckoutImage, Switcher, SwitcherProps, TableListItem, TableListItemProps, Text, TextProps, Title, TitleProps };
403
+ export { Box, BoxProps, ButtonWithAction, ButtonWithActionProps, ButtonWithLink, ButtonWithLinkProps, Card, CardProps, Center, CenterProps, Cluster, ClusterProps, CollapsibleSection, CollapsibleSectionProps, Copyable, CopyableProps, Cover, CoverProps, DefaultPageTemplate, DefaultPageTemplateProps, EditableTable, EditableTableProps, ExternalLink, ExternalLinkProps, FooterWithSubfooter, FooterWithSubfooterProps, GuidedCheckoutImage, InternalLink, InternalLinkProps, NavFooter, NavFooterProps, NavHeader, NavHeaderProps, NavTabs, NavTabsProps, Paragraph, ParagraphProps, Popover, PopoverProps, ProfileImage, RevenueManagementImage, Stack, StackProps, StandardCheckoutImage, Switcher, SwitcherProps, TableListItem, TableListItemProps, Text, TextProps, Title, TitleProps };
402
404
  //# sourceMappingURL=index.d.ts.map
package/dist/index.esm.js CHANGED
@@ -16049,6 +16049,389 @@ var ProfileImage = function ProfileImage() {
16049
16049
  }));
16050
16050
  };
16051
16051
 
16052
+ var RevenueManagementImage = function RevenueManagementImage() {
16053
+ return /*#__PURE__*/React.createElement("svg", {
16054
+ width: "179",
16055
+ height: "96",
16056
+ viewBox: "0 0 179 96",
16057
+ fill: "none",
16058
+ xmlns: "http://www.w3.org/2000/svg"
16059
+ }, /*#__PURE__*/React.createElement("path", {
16060
+ fillRule: "evenodd",
16061
+ clipRule: "evenodd",
16062
+ 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",
16063
+ fill: "#15749D",
16064
+ fillOpacity: "0.3"
16065
+ }), /*#__PURE__*/React.createElement("path", {
16066
+ fillRule: "evenodd",
16067
+ clipRule: "evenodd",
16068
+ 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",
16069
+ fill: "#15749D",
16070
+ fillOpacity: "0.3"
16071
+ }), /*#__PURE__*/React.createElement("path", {
16072
+ fillRule: "evenodd",
16073
+ clipRule: "evenodd",
16074
+ 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",
16075
+ fill: "#15749D",
16076
+ fillOpacity: "0.3"
16077
+ }), /*#__PURE__*/React.createElement("path", {
16078
+ 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",
16079
+ fill: "#15749D",
16080
+ fillOpacity: "0.3"
16081
+ }), /*#__PURE__*/React.createElement("path", {
16082
+ 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",
16083
+ fill: "white"
16084
+ }), /*#__PURE__*/React.createElement("path", {
16085
+ 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",
16086
+ fill: "#E5E7EC"
16087
+ }), /*#__PURE__*/React.createElement("path", {
16088
+ 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",
16089
+ fill: "#292A33"
16090
+ }), /*#__PURE__*/React.createElement("path", {
16091
+ 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",
16092
+ fill: "#292A33"
16093
+ }), /*#__PURE__*/React.createElement("path", {
16094
+ 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",
16095
+ fill: "#292A33"
16096
+ }), /*#__PURE__*/React.createElement("path", {
16097
+ fillRule: "evenodd",
16098
+ clipRule: "evenodd",
16099
+ 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",
16100
+ fill: "#292A33"
16101
+ }), /*#__PURE__*/React.createElement("path", {
16102
+ 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",
16103
+ fill: "#292A33"
16104
+ }), /*#__PURE__*/React.createElement("path", {
16105
+ 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",
16106
+ fill: "#292A33"
16107
+ }), /*#__PURE__*/React.createElement("path", {
16108
+ 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",
16109
+ fill: "#292A33"
16110
+ }), /*#__PURE__*/React.createElement("path", {
16111
+ 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",
16112
+ fill: "#292A33"
16113
+ }), /*#__PURE__*/React.createElement("path", {
16114
+ fillRule: "evenodd",
16115
+ clipRule: "evenodd",
16116
+ 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",
16117
+ fill: "#292A33"
16118
+ }), /*#__PURE__*/React.createElement("path", {
16119
+ 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",
16120
+ fill: "#E4F4FD"
16121
+ }), /*#__PURE__*/React.createElement("path", {
16122
+ fillRule: "evenodd",
16123
+ clipRule: "evenodd",
16124
+ 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",
16125
+ fill: "#292A33"
16126
+ }), /*#__PURE__*/React.createElement("path", {
16127
+ fillRule: "evenodd",
16128
+ clipRule: "evenodd",
16129
+ 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",
16130
+ fill: "#292A33"
16131
+ }), /*#__PURE__*/React.createElement("path", {
16132
+ 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",
16133
+ fill: "#E4F4FD"
16134
+ }), /*#__PURE__*/React.createElement("path", {
16135
+ fillRule: "evenodd",
16136
+ clipRule: "evenodd",
16137
+ 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",
16138
+ fill: "#292A33"
16139
+ }), /*#__PURE__*/React.createElement("path", {
16140
+ fillRule: "evenodd",
16141
+ clipRule: "evenodd",
16142
+ 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",
16143
+ fill: "#292A33"
16144
+ }), /*#__PURE__*/React.createElement("path", {
16145
+ fillRule: "evenodd",
16146
+ clipRule: "evenodd",
16147
+ 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",
16148
+ fill: "#292A33"
16149
+ }), /*#__PURE__*/React.createElement("path", {
16150
+ d: "M47.5393 30.1177H132.245V32H47.5393V30.1177Z",
16151
+ fill: "#292A33"
16152
+ }), /*#__PURE__*/React.createElement("g", {
16153
+ filter: "url(#filter0_d_2573_15404)"
16154
+ }, /*#__PURE__*/React.createElement("path", {
16155
+ 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",
16156
+ fill: "white"
16157
+ }), /*#__PURE__*/React.createElement("path", {
16158
+ 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",
16159
+ fill: "#959CA8"
16160
+ }), /*#__PURE__*/React.createElement("path", {
16161
+ 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",
16162
+ fill: "#959CA8"
16163
+ })), /*#__PURE__*/React.createElement("g", {
16164
+ filter: "url(#filter1_d_2573_15404)"
16165
+ }, /*#__PURE__*/React.createElement("path", {
16166
+ 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",
16167
+ fill: "white"
16168
+ }), /*#__PURE__*/React.createElement("path", {
16169
+ 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",
16170
+ fill: "#959CA8"
16171
+ }), /*#__PURE__*/React.createElement("path", {
16172
+ 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",
16173
+ fill: "#959CA8"
16174
+ }), /*#__PURE__*/React.createElement("path", {
16175
+ 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",
16176
+ fill: "#959CA8"
16177
+ }), /*#__PURE__*/React.createElement("path", {
16178
+ 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",
16179
+ fill: "#959CA8"
16180
+ })), /*#__PURE__*/React.createElement("g", {
16181
+ filter: "url(#filter2_d_2573_15404)"
16182
+ }, /*#__PURE__*/React.createElement("path", {
16183
+ 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",
16184
+ fill: "white"
16185
+ }), /*#__PURE__*/React.createElement("path", {
16186
+ 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",
16187
+ fill: "#959CA8"
16188
+ }), /*#__PURE__*/React.createElement("path", {
16189
+ 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",
16190
+ fill: "#959CA8"
16191
+ }), /*#__PURE__*/React.createElement("path", {
16192
+ 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",
16193
+ fill: "#959CA8"
16194
+ }), /*#__PURE__*/React.createElement("path", {
16195
+ 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",
16196
+ fill: "#959CA8"
16197
+ })), /*#__PURE__*/React.createElement("g", {
16198
+ filter: "url(#filter3_d_2573_15404)"
16199
+ }, /*#__PURE__*/React.createElement("path", {
16200
+ 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",
16201
+ fill: "white"
16202
+ }), /*#__PURE__*/React.createElement("path", {
16203
+ 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",
16204
+ fill: "#959CA8"
16205
+ }), /*#__PURE__*/React.createElement("path", {
16206
+ 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",
16207
+ fill: "#959CA8"
16208
+ }), /*#__PURE__*/React.createElement("path", {
16209
+ 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",
16210
+ fill: "#959CA8"
16211
+ }), /*#__PURE__*/React.createElement("path", {
16212
+ 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",
16213
+ fill: "#959CA8"
16214
+ })), /*#__PURE__*/React.createElement("path", {
16215
+ 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",
16216
+ fill: "#15749D"
16217
+ }), /*#__PURE__*/React.createElement("path", {
16218
+ 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",
16219
+ fill: "#15749D"
16220
+ }), /*#__PURE__*/React.createElement("path", {
16221
+ 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",
16222
+ fill: "#3B5BDB"
16223
+ }), /*#__PURE__*/React.createElement("path", {
16224
+ 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",
16225
+ fill: "#15749D"
16226
+ }), /*#__PURE__*/React.createElement("path", {
16227
+ fillRule: "evenodd",
16228
+ clipRule: "evenodd",
16229
+ 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",
16230
+ fill: "#15749D"
16231
+ }), /*#__PURE__*/React.createElement("path", {
16232
+ 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",
16233
+ fill: "#15749D"
16234
+ }), /*#__PURE__*/React.createElement("g", {
16235
+ filter: "url(#filter4_d_2573_15404)"
16236
+ }, /*#__PURE__*/React.createElement("path", {
16237
+ 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",
16238
+ fill: "#15749D"
16239
+ })), /*#__PURE__*/React.createElement("path", {
16240
+ fillRule: "evenodd",
16241
+ clipRule: "evenodd",
16242
+ 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",
16243
+ fill: "white"
16244
+ }), /*#__PURE__*/React.createElement("mask", {
16245
+ id: "mask0_2573_15404",
16246
+ style: {
16247
+ maskType: "alpha"
16248
+ },
16249
+ maskUnits: "userSpaceOnUse",
16250
+ x: "148",
16251
+ y: "42",
16252
+ width: "8",
16253
+ height: "7"
16254
+ }, /*#__PURE__*/React.createElement("path", {
16255
+ fillRule: "evenodd",
16256
+ clipRule: "evenodd",
16257
+ 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",
16258
+ fill: "white"
16259
+ })), /*#__PURE__*/React.createElement("g", {
16260
+ mask: "url(#mask0_2573_15404)"
16261
+ }, /*#__PURE__*/React.createElement("rect", {
16262
+ x: "146.677",
16263
+ y: "40.7842",
16264
+ width: "10.0392",
16265
+ height: "10.0392",
16266
+ fill: "white"
16267
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("filter", {
16268
+ id: "filter0_d_2573_15404",
16269
+ x: "16.8137",
16270
+ y: "28.8823",
16271
+ width: "35.7256",
16272
+ height: "18.1567",
16273
+ filterUnits: "userSpaceOnUse",
16274
+ colorInterpolationFilters: "sRGB"
16275
+ }, /*#__PURE__*/React.createElement("feFlood", {
16276
+ floodOpacity: "0",
16277
+ result: "BackgroundImageFix"
16278
+ }), /*#__PURE__*/React.createElement("feColorMatrix", {
16279
+ "in": "SourceAlpha",
16280
+ type: "matrix",
16281
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16282
+ result: "hardAlpha"
16283
+ }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
16284
+ stdDeviation: "2.5"
16285
+ }), /*#__PURE__*/React.createElement("feComposite", {
16286
+ in2: "hardAlpha",
16287
+ operator: "out"
16288
+ }), /*#__PURE__*/React.createElement("feColorMatrix", {
16289
+ type: "matrix",
16290
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16291
+ }), /*#__PURE__*/React.createElement("feBlend", {
16292
+ mode: "normal",
16293
+ in2: "BackgroundImageFix",
16294
+ result: "effect1_dropShadow_2573_15404"
16295
+ }), /*#__PURE__*/React.createElement("feBlend", {
16296
+ mode: "normal",
16297
+ "in": "SourceGraphic",
16298
+ in2: "effect1_dropShadow_2573_15404",
16299
+ result: "shape"
16300
+ })), /*#__PURE__*/React.createElement("filter", {
16301
+ id: "filter1_d_2573_15404",
16302
+ x: "0.5",
16303
+ y: "35.7842",
16304
+ width: "60.8235",
16305
+ height: "18.1567",
16306
+ filterUnits: "userSpaceOnUse",
16307
+ colorInterpolationFilters: "sRGB"
16308
+ }, /*#__PURE__*/React.createElement("feFlood", {
16309
+ floodOpacity: "0",
16310
+ result: "BackgroundImageFix"
16311
+ }), /*#__PURE__*/React.createElement("feColorMatrix", {
16312
+ "in": "SourceAlpha",
16313
+ type: "matrix",
16314
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16315
+ result: "hardAlpha"
16316
+ }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
16317
+ stdDeviation: "2.5"
16318
+ }), /*#__PURE__*/React.createElement("feComposite", {
16319
+ in2: "hardAlpha",
16320
+ operator: "out"
16321
+ }), /*#__PURE__*/React.createElement("feColorMatrix", {
16322
+ type: "matrix",
16323
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16324
+ }), /*#__PURE__*/React.createElement("feBlend", {
16325
+ mode: "normal",
16326
+ in2: "BackgroundImageFix",
16327
+ result: "effect1_dropShadow_2573_15404"
16328
+ }), /*#__PURE__*/React.createElement("feBlend", {
16329
+ mode: "normal",
16330
+ "in": "SourceGraphic",
16331
+ in2: "effect1_dropShadow_2573_15404",
16332
+ result: "shape"
16333
+ })), /*#__PURE__*/React.createElement("filter", {
16334
+ id: "filter2_d_2573_15404",
16335
+ x: "127.245",
16336
+ y: "22.6079",
16337
+ width: "46.3921",
16338
+ height: "18.1567",
16339
+ filterUnits: "userSpaceOnUse",
16340
+ colorInterpolationFilters: "sRGB"
16341
+ }, /*#__PURE__*/React.createElement("feFlood", {
16342
+ floodOpacity: "0",
16343
+ result: "BackgroundImageFix"
16344
+ }), /*#__PURE__*/React.createElement("feColorMatrix", {
16345
+ "in": "SourceAlpha",
16346
+ type: "matrix",
16347
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16348
+ result: "hardAlpha"
16349
+ }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
16350
+ stdDeviation: "2.5"
16351
+ }), /*#__PURE__*/React.createElement("feComposite", {
16352
+ in2: "hardAlpha",
16353
+ operator: "out"
16354
+ }), /*#__PURE__*/React.createElement("feColorMatrix", {
16355
+ type: "matrix",
16356
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16357
+ }), /*#__PURE__*/React.createElement("feBlend", {
16358
+ mode: "normal",
16359
+ in2: "BackgroundImageFix",
16360
+ result: "effect1_dropShadow_2573_15404"
16361
+ }), /*#__PURE__*/React.createElement("feBlend", {
16362
+ mode: "normal",
16363
+ "in": "SourceGraphic",
16364
+ in2: "effect1_dropShadow_2573_15404",
16365
+ result: "shape"
16366
+ })), /*#__PURE__*/React.createElement("filter", {
16367
+ id: "filter3_d_2573_15404",
16368
+ x: "117.833",
16369
+ y: "29.5098",
16370
+ width: "60.8235",
16371
+ height: "18.1567",
16372
+ filterUnits: "userSpaceOnUse",
16373
+ colorInterpolationFilters: "sRGB"
16374
+ }, /*#__PURE__*/React.createElement("feFlood", {
16375
+ floodOpacity: "0",
16376
+ result: "BackgroundImageFix"
16377
+ }), /*#__PURE__*/React.createElement("feColorMatrix", {
16378
+ "in": "SourceAlpha",
16379
+ type: "matrix",
16380
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16381
+ result: "hardAlpha"
16382
+ }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
16383
+ stdDeviation: "2.5"
16384
+ }), /*#__PURE__*/React.createElement("feComposite", {
16385
+ in2: "hardAlpha",
16386
+ operator: "out"
16387
+ }), /*#__PURE__*/React.createElement("feColorMatrix", {
16388
+ type: "matrix",
16389
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"
16390
+ }), /*#__PURE__*/React.createElement("feBlend", {
16391
+ mode: "normal",
16392
+ in2: "BackgroundImageFix",
16393
+ result: "effect1_dropShadow_2573_15404"
16394
+ }), /*#__PURE__*/React.createElement("feBlend", {
16395
+ mode: "normal",
16396
+ "in": "SourceGraphic",
16397
+ in2: "effect1_dropShadow_2573_15404",
16398
+ result: "shape"
16399
+ })), /*#__PURE__*/React.createElement("filter", {
16400
+ id: "filter4_d_2573_15404",
16401
+ x: "132.822",
16402
+ y: "26.9292",
16403
+ width: "37.7492",
16404
+ height: "37.7494",
16405
+ filterUnits: "userSpaceOnUse",
16406
+ colorInterpolationFilters: "sRGB"
16407
+ }, /*#__PURE__*/React.createElement("feFlood", {
16408
+ floodOpacity: "0",
16409
+ result: "BackgroundImageFix"
16410
+ }), /*#__PURE__*/React.createElement("feColorMatrix", {
16411
+ "in": "SourceAlpha",
16412
+ type: "matrix",
16413
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
16414
+ result: "hardAlpha"
16415
+ }), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
16416
+ stdDeviation: "5.04515"
16417
+ }), /*#__PURE__*/React.createElement("feComposite", {
16418
+ in2: "hardAlpha",
16419
+ operator: "out"
16420
+ }), /*#__PURE__*/React.createElement("feColorMatrix", {
16421
+ type: "matrix",
16422
+ 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"
16423
+ }), /*#__PURE__*/React.createElement("feBlend", {
16424
+ mode: "normal",
16425
+ in2: "BackgroundImageFix",
16426
+ result: "effect1_dropShadow_2573_15404"
16427
+ }), /*#__PURE__*/React.createElement("feBlend", {
16428
+ mode: "normal",
16429
+ "in": "SourceGraphic",
16430
+ in2: "effect1_dropShadow_2573_15404",
16431
+ result: "shape"
16432
+ }))));
16433
+ };
16434
+
16052
16435
  var FindIconSmall = function FindIconSmall(_ref) {
16053
16436
  var themeValues = _ref.themeValues,
16054
16437
  _ref$iconIndex = _ref.iconIndex,
@@ -16754,14 +17137,12 @@ function _extends$1() {
16754
17137
  _extends$1 = Object.assign ? Object.assign.bind() : function (target) {
16755
17138
  for (var i = 1; i < arguments.length; i++) {
16756
17139
  var source = arguments[i];
16757
-
16758
17140
  for (var key in source) {
16759
17141
  if (Object.prototype.hasOwnProperty.call(source, key)) {
16760
17142
  target[key] = source[key];
16761
17143
  }
16762
17144
  }
16763
17145
  }
16764
-
16765
17146
  return target;
16766
17147
  };
16767
17148
  return _extends$1.apply(this, arguments);
@@ -16771,7 +17152,6 @@ function _assertThisInitialized(self) {
16771
17152
  if (self === void 0) {
16772
17153
  throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
16773
17154
  }
16774
-
16775
17155
  return self;
16776
17156
  }
16777
17157
 
@@ -16804,7 +17184,6 @@ function _isNativeReflectConstruct() {
16804
17184
  if (typeof Reflect === "undefined" || !Reflect.construct) return false;
16805
17185
  if (Reflect.construct.sham) return false;
16806
17186
  if (typeof Proxy === "function") return true;
16807
-
16808
17187
  try {
16809
17188
  Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
16810
17189
  return true;
@@ -16826,30 +17205,23 @@ function _construct(Parent, args, Class) {
16826
17205
  return instance;
16827
17206
  };
16828
17207
  }
16829
-
16830
17208
  return _construct.apply(null, arguments);
16831
17209
  }
16832
17210
 
16833
17211
  function _wrapNativeSuper(Class) {
16834
17212
  var _cache = typeof Map === "function" ? new Map() : undefined;
16835
-
16836
17213
  _wrapNativeSuper = function _wrapNativeSuper(Class) {
16837
17214
  if (Class === null || !_isNativeFunction(Class)) return Class;
16838
-
16839
17215
  if (typeof Class !== "function") {
16840
17216
  throw new TypeError("Super expression must either be null or a function");
16841
17217
  }
16842
-
16843
17218
  if (typeof _cache !== "undefined") {
16844
17219
  if (_cache.has(Class)) return _cache.get(Class);
16845
-
16846
17220
  _cache.set(Class, Wrapper);
16847
17221
  }
16848
-
16849
17222
  function Wrapper() {
16850
17223
  return _construct(Class, arguments, _getPrototypeOf(this).constructor);
16851
17224
  }
16852
-
16853
17225
  Wrapper.prototype = Object.create(Class.prototype, {
16854
17226
  constructor: {
16855
17227
  value: Wrapper,
@@ -16860,7 +17232,6 @@ function _wrapNativeSuper(Class) {
16860
17232
  });
16861
17233
  return _setPrototypeOf(Wrapper, Class);
16862
17234
  };
16863
-
16864
17235
  return _wrapNativeSuper(Class);
16865
17236
  }
16866
17237
 
@@ -47344,5 +47715,5 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
47344
47715
 
47345
47716
  var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$N));
47346
47717
 
47347
- export { AccountNumberImage, AccountsAddIcon$1 as AccountsAddIcon, AccountsIcon$1 as AccountsIcon, AccountsIconSmall$1 as AccountsIconSmall, AchReturnIcon, AddObligation$1 as AddObligation, AddressForm, Alert$1 as Alert, AllocatedIcon, AmountCallout$1 as AmountCallout, AutopayOnIcon, BankIcon, Banner$1 as Banner, Box, BoxWithShadow$1 as BoxWithShadow, Breadcrumbs as Breadcrumb, ButtonWithAction, ButtonWithLink, CalendarIcon, Card$1 as Card, CarrotIcon$1 as CarrotIcon, CashIcon, Center, CenterSingle$1 as CenterSingle, CenterStack$1 as CenterStack, ChangePasswordForm, ChargebackIcon, ChargebackReversalIcon, CheckIcon, Checkbox$1 as Checkbox, CheckboxList$1 as CheckboxList, CheckmarkIcon, ChevronIcon$1 as ChevronIcon, Cluster, CollapsibleSection$1 as CollapsibleSection, Copyable, CountryDropdown, Cover, CustomerSearchIcon, DefaultPageTemplate, Detail$1 as Detail, DisplayBox$1 as DisplayBox, DisplayCard, Dropdown$1 as Dropdown, DuplicateIcon, EditNameForm, EditableList, EditableTable, EmailForm, EmptyCartIcon$1 as EmptyCartIcon, ErroredIcon, ExternalLink, ExternalLinkIcon, FailedIcon, FindIconSmall$1 as FindIconSmall, FooterWithSubfooter$1 as FooterWithSubfooter, ForgotPasswordForm, ForgotPasswordIcon$1 as ForgotPasswordIcon, FormContainer$1 as FormContainer, FormFooterPanel$1 as FormFooterPanel, FormInput$1 as FormInput, FormInputColumn, FormInputRow, FormSelect$1 as FormSelect, FormattedAddress$1 as FormattedAddress, FormattedCreditCard$1 as FormattedCreditCard, Frame, GenericCard, GenericCardLarge, GoToEmailIcon$1 as GoToEmailIcon, Grid, GuidedCheckoutImage, HamburgerButton, Heading$1 as Heading, HighlightTabRow$1 as HighlightTabRow, IconAdd, IconQuitLarge, Imposter, InternalLink, Jumbo$1 as Jumbo, LabeledAmount$1 as LabeledAmount, LineItem$1 as LineItem, Loading, LoadingLine, LoginForm, Modal$1 as Modal, Module$1 as Module, Motion, NavFooter, NavHeader, NavMenuDesktop$1 as NavMenuDesktop, NavMenuMobile$1 as NavMenuMobile, NavTabs, NoCustomerResultsIcon, NoPaymentResultsIcon, NotFoundIcon, Obligation, iconsMap as ObligationIcons, Pagination, Paragraph$1 as Paragraph, PartialAmountForm, PasswordRequirements, PaymentButtonBar, PaymentDetails$1 as PaymentDetails, PaymentFormACH, PaymentFormCard$1 as PaymentFormCard, PaymentIcon, PaymentMethodAddIcon$1 as PaymentMethodAddIcon, PaymentMethodIcon$1 as PaymentMethodIcon, PaymentSearchIcon, PaymentsIconSmall$1 as PaymentsIconSmall, PendingIcon, PeriscopeDashboardIframe, PeriscopeFailedIcon, PhoneForm, Placeholder$1 as Placeholder, Popover$1 as Popover, ProcessingFee$1 as ProcessingFee, ProfileIcon$1 as ProfileIcon, ProfileIconSmall$1 as ProfileIconSmall, ProfileImage, PropertiesAddIcon$1 as PropertiesAddIcon, PropertiesIconSmall$1 as PropertiesIconSmall, RadioButton$2 as RadioButton, RadioButtonWithLabel, RadioGroup, RadioSection$1 as RadioSection, Reel, RefundIcon, RegistrationForm, RejectedIcon, RejectedVelocityIcon, ResetConfirmationForm$1 as ResetConfirmationForm, ResetPasswordForm, ResetPasswordIcon, ResetPasswordSuccess, RoutingNumberImage, SearchIcon, SearchableSelect$1 as SearchableSelect, SettingsIconSmall$1 as SettingsIconSmall, ShoppingCartIcon, Sidebar, SidebarSingleContent$1 as SidebarSingleContent, SidebarStackContent$1 as SidebarStackContent, SolidDivider$1 as SolidDivider, Spinner$2 as Spinner, Stack, StandardCheckoutImage, FormStateDropdown as StateProvinceDropdown, StatusUnknownIcon, SuccessfulIcon, Switcher, TabSidebar$1 as TabSidebar, TableListItem, Tabs$1 as Tabs, TermsAndConditions, TermsAndConditionsModal$1 as TermsAndConditionsModal, Text$1 as Text, Timeout$1 as Timeout, TimeoutImage, Title$1 as Title, ToggleSwitch$1 as ToggleSwitch, TrashIcon$1 as TrashIcon, TypeaheadInput, VerifiedEmailIcon$1 as VerifiedEmailIcon, VoidedIcon, WalletBannerIcon$1 as WalletBannerIcon, WalletIcon$1 as WalletIcon, WalletIconSmall$1 as WalletIconSmall, WarningIconXS, WelcomeModule$1 as WelcomeModule, WorkflowTile, cardRegistry, index$5 as constants, createPartialAmountFormState, index$4 as util, withWindowSize };
47718
+ export { AccountNumberImage, AccountsAddIcon$1 as AccountsAddIcon, AccountsIcon$1 as AccountsIcon, AccountsIconSmall$1 as AccountsIconSmall, AchReturnIcon, AddObligation$1 as AddObligation, AddressForm, Alert$1 as Alert, AllocatedIcon, AmountCallout$1 as AmountCallout, AutopayOnIcon, BankIcon, Banner$1 as Banner, Box, BoxWithShadow$1 as BoxWithShadow, Breadcrumbs as Breadcrumb, ButtonWithAction, ButtonWithLink, CalendarIcon, Card$1 as Card, CarrotIcon$1 as CarrotIcon, CashIcon, Center, CenterSingle$1 as CenterSingle, CenterStack$1 as CenterStack, ChangePasswordForm, ChargebackIcon, ChargebackReversalIcon, CheckIcon, Checkbox$1 as Checkbox, CheckboxList$1 as CheckboxList, CheckmarkIcon, ChevronIcon$1 as ChevronIcon, Cluster, CollapsibleSection$1 as CollapsibleSection, Copyable, CountryDropdown, Cover, CustomerSearchIcon, DefaultPageTemplate, Detail$1 as Detail, DisplayBox$1 as DisplayBox, DisplayCard, Dropdown$1 as Dropdown, DuplicateIcon, EditNameForm, EditableList, EditableTable, EmailForm, EmptyCartIcon$1 as EmptyCartIcon, ErroredIcon, ExternalLink, ExternalLinkIcon, FailedIcon, FindIconSmall$1 as FindIconSmall, FooterWithSubfooter$1 as FooterWithSubfooter, ForgotPasswordForm, ForgotPasswordIcon$1 as ForgotPasswordIcon, FormContainer$1 as FormContainer, FormFooterPanel$1 as FormFooterPanel, FormInput$1 as FormInput, FormInputColumn, FormInputRow, FormSelect$1 as FormSelect, FormattedAddress$1 as FormattedAddress, FormattedCreditCard$1 as FormattedCreditCard, Frame, GenericCard, GenericCardLarge, GoToEmailIcon$1 as GoToEmailIcon, Grid, GuidedCheckoutImage, HamburgerButton, Heading$1 as Heading, HighlightTabRow$1 as HighlightTabRow, IconAdd, IconQuitLarge, Imposter, InternalLink, Jumbo$1 as Jumbo, LabeledAmount$1 as LabeledAmount, LineItem$1 as LineItem, Loading, LoadingLine, LoginForm, Modal$1 as Modal, Module$1 as Module, Motion, NavFooter, NavHeader, NavMenuDesktop$1 as NavMenuDesktop, NavMenuMobile$1 as NavMenuMobile, NavTabs, NoCustomerResultsIcon, NoPaymentResultsIcon, NotFoundIcon, Obligation, iconsMap as ObligationIcons, Pagination, Paragraph$1 as Paragraph, PartialAmountForm, PasswordRequirements, PaymentButtonBar, PaymentDetails$1 as PaymentDetails, PaymentFormACH, PaymentFormCard$1 as PaymentFormCard, PaymentIcon, PaymentMethodAddIcon$1 as PaymentMethodAddIcon, PaymentMethodIcon$1 as PaymentMethodIcon, PaymentSearchIcon, PaymentsIconSmall$1 as PaymentsIconSmall, PendingIcon, PeriscopeDashboardIframe, PeriscopeFailedIcon, PhoneForm, Placeholder$1 as Placeholder, Popover$1 as Popover, ProcessingFee$1 as ProcessingFee, ProfileIcon$1 as ProfileIcon, ProfileIconSmall$1 as ProfileIconSmall, ProfileImage, PropertiesAddIcon$1 as PropertiesAddIcon, PropertiesIconSmall$1 as PropertiesIconSmall, RadioButton$2 as RadioButton, RadioButtonWithLabel, RadioGroup, RadioSection$1 as RadioSection, Reel, RefundIcon, RegistrationForm, RejectedIcon, RejectedVelocityIcon, ResetConfirmationForm$1 as ResetConfirmationForm, ResetPasswordForm, ResetPasswordIcon, ResetPasswordSuccess, RevenueManagementImage, RoutingNumberImage, SearchIcon, SearchableSelect$1 as SearchableSelect, SettingsIconSmall$1 as SettingsIconSmall, ShoppingCartIcon, Sidebar, SidebarSingleContent$1 as SidebarSingleContent, SidebarStackContent$1 as SidebarStackContent, SolidDivider$1 as SolidDivider, Spinner$2 as Spinner, Stack, StandardCheckoutImage, FormStateDropdown as StateProvinceDropdown, StatusUnknownIcon, SuccessfulIcon, Switcher, TabSidebar$1 as TabSidebar, TableListItem, Tabs$1 as Tabs, TermsAndConditions, TermsAndConditionsModal$1 as TermsAndConditionsModal, Text$1 as Text, Timeout$1 as Timeout, TimeoutImage, Title$1 as Title, ToggleSwitch$1 as ToggleSwitch, TrashIcon$1 as TrashIcon, TypeaheadInput, VerifiedEmailIcon$1 as VerifiedEmailIcon, VoidedIcon, WalletBannerIcon$1 as WalletBannerIcon, WalletIcon$1 as WalletIcon, WalletIconSmall$1 as WalletIconSmall, WarningIconXS, WelcomeModule$1 as WelcomeModule, WorkflowTile, cardRegistry, index$5 as constants, createPartialAmountFormState, index$4 as util, withWindowSize };
47348
47719
  //# sourceMappingURL=index.esm.js.map