@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
@@ -1,6 +0,0 @@
1
- import React from "react";
2
- var RejectedVelocityIcon = function () { return (React.createElement("svg", { width: "32px", height: "32px", viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
3
- React.createElement("g", { id: "STOR-3203", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
4
- React.createElement("g", { id: "Icons", transform: "translate(-64.000000, -592.000000)", fill: "#D11053" },
5
- React.createElement("path", { d: "M80,624 C88.836556,624 96,616.836556 96,608 C96,599.163444 88.836556,592 80,592 C71.163444,592 64,599.163444 64,608 C64,616.836556 71.163444,624 80,624 Z M77.4246212,601.282486 L78.131728,601.989592 C78.3269901,602.184855 78.3269901,602.501437 78.131728,602.696699 L73.8281068,606.999039 L81.5,607 C81.7761424,607 82,607.223858 82,607.5 L82,608.5 C82,608.776142 81.7761424,609 81.5,609 L73.8271068,608.999039 L78.131728,613.303301 C78.3269901,613.498563 78.3269901,613.815145 78.131728,614.010408 L77.4246212,614.717514 C77.2293591,614.912777 76.9127766,614.912777 76.7175144,614.717514 L70.3535534,608.353553 C70.1582912,608.158291 70.1582912,607.841709 70.3535534,607.646447 L76.7175144,601.282486 C76.9127766,601.087223 77.2293591,601.087223 77.4246212,601.282486 Z M89.75,607 C89.8880712,607 90,607.111929 90,607.25 L90,608.75 C90,608.888071 89.8880712,609 89.75,609 L88.25,609 C88.1119288,609 88,608.888071 88,608.75 L88,607.25 C88,607.111929 88.1119288,607 88.25,607 L89.75,607 Z M85.75,607 C85.8880712,607 86,607.111929 86,607.25 L86,608.75 C86,608.888071 85.8880712,609 85.75,609 L84.25,609 C84.1119288,609 84,608.888071 84,608.75 L84,607.25 C84,607.111929 84.1119288,607 84.25,607 L85.75,607 Z", id: "status-icon---rejected-velocity" }))))); };
6
- export default RejectedVelocityIcon;
@@ -1,2 +0,0 @@
1
- export default ResetPasswordIcon;
2
- declare function ResetPasswordIcon(): JSX.Element;
@@ -1,16 +0,0 @@
1
- import React from "react";
2
- var ResetPasswordIcon = function () {
3
- return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "86", height: "80", viewBox: "0 0 86 80" },
4
- React.createElement("g", { fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1" },
5
- React.createElement("g", { transform: "translate(-677 -192)" },
6
- React.createElement("g", { transform: "translate(432 168)" },
7
- React.createElement("g", { transform: "translate(245 24)" },
8
- React.createElement("path", { fill: "#FFF", d: "M36 2.44311523L50.2941895 1.66943359 67 7.32739258 78 18.2668457 85 35.1682129 83 53.0935059 75.1977539 66.3569336 62.1745605 75.9748535 46 80 36 78z" }),
9
- React.createElement("path", { fill: "#E5E7EC", d: "M46 6h17.5l11.749 10H46a1 1 0 01-1-1V7a1 1 0 011-1zm27 62L58.5 78H46a1 1 0 01-1-1v-8a1 1 0 011-1h27zm10-16l-4.506 10H46a1 1 0 01-1-1v-8a1 1 0 011-1h37zm2-16l-.382 10H46a1 1 0 01-1-1v-8a1 1 0 011-1h39zm-7-16l4 10H46a1 1 0 01-1-1v-8a1 1 0 011-1h32z" }),
10
- React.createElement("path", { fill: "#15749D", d: "M45.09 0c22.091 0 40 17.909 40 40s-17.909 40-40 40C28.569 80 14.387 69.984 8.286 55.693H5a5 5 0 01-5-5V33.345a5 5 0 015-5h1.814C11.804 11.939 27.052 0 45.09 0zm33.573 55.693l-42.202-.001v20.326c2.78.667 5.682 1.02 8.667 1.02 14.84 0 27.639-8.735 33.535-21.345zm-45.24-.001l-21.83.001c4.271 9.134 12.164 16.235 21.83 19.456V55.692zm-23.41-27.345l23.41-.001V4.928C22.4 8.601 13.683 17.321 10.013 28.347zM45.128 3.038c-2.985 0-5.887.354-8.667 1.021v24.287h43.782C75.349 13.643 61.477 3.039 45.128 3.039z" }),
11
- React.createElement("g", { transform: "translate(8 38)" },
12
- React.createElement("rect", { width: "11", height: "7", x: "0", y: "2", fill: "#FFF", rx: "1" }),
13
- React.createElement("path", { stroke: "#FFF", strokeWidth: "2", d: "M5.5-1l.205.008c.609.05 1.156.317 1.563.724C7.72.185 8 .81 8 1.5h0V3H3V1.5c0-.69.28-1.315.732-1.768A2.492 2.492 0 015.5-1h0z" })),
14
- React.createElement("path", { fill: "#FFF", d: "M41.5 38a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm11 0a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm11 0a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm11 0a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm-44 0a3.5 3.5 0 110 7 3.5 3.5 0 010-7z" })))))));
15
- };
16
- export default ResetPasswordIcon;
@@ -1,2 +0,0 @@
1
- export default RoutingNumberImage;
2
- declare function RoutingNumberImage(): JSX.Element;
@@ -1,20 +0,0 @@
1
- import React from "react";
2
- var RoutingNumberImage = function () {
3
- return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "371", height: "164", viewBox: "0 0 371 164" },
4
- React.createElement("g", { fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1" },
5
- React.createElement("g", { transform: "translate(-365 -522)" },
6
- React.createElement("g", { transform: "translate(333 360)" },
7
- React.createElement("g", { transform: "translate(32 162)" },
8
- React.createElement("rect", { width: "370.8", height: "163.2", x: "0", y: "0", fill: "#E1E1E1", rx: "2.4" }),
9
- React.createElement("rect", { width: "104.4", height: "14.4", x: "14.4", y: "14.4", fill: "#BBB", rx: "1.2" }),
10
- React.createElement("rect", { width: "69.6", height: "14.4", x: "286.8", y: "14.4", fill: "#BBB", rx: "2.4" }),
11
- React.createElement("rect", { width: "87.6", height: "14.4", x: "14.4", y: "33.6", fill: "#BBB", rx: "1.2" }),
12
- React.createElement("path", { fill: "#BBB", d: "M14.4000006 96.0000038L356.400014 96.0000038 356.400014 98.4000039 14.4000006 98.4000039z" }),
13
- React.createElement("path", { fill: "#BBB", d: "M267.600011 140.400006L356.400014 140.400006 356.400014 142.800006 267.600011 142.800006z" }),
14
- React.createElement("path", { fill: "#BBB", d: "M14.4000006 76.8000031L208.800008 76.8000031 208.800008 79.2000031 14.4000006 79.2000031z" }),
15
- React.createElement("rect", { width: "112.8", height: "25.2", x: "243", y: "53.4", fill: "#FFF", stroke: "#BBB", strokeWidth: "1.2", rx: "2.4" }),
16
- React.createElement("rect", { width: "129.6", height: "27.6", x: "16.2", y: "120.6", fill: "#B3D1E8", stroke: "#357FB8", strokeWidth: "1.2", rx: "2.4" }),
17
- React.createElement("path", { fill: "#000", d: "M25.863 137.872a.363.363 0 01-.145-.03.333.333 0 01-.124-.08.343.343 0 01-.08-.12.4.4 0 01-.03-.149v-5.374c0-.046.01-.094.03-.144a.365.365 0 01.08-.125.365.365 0 01.124-.08.53.53 0 01.072-.024.28.28 0 01.073-.01h1.06c.05 0 .1.011.15.035a.395.395 0 01.234.349v5.373c0 .03-.004.06-.012.087a.377.377 0 01-.242.271 1.03 1.03 0 00-.062.013.298.298 0 01-.067.008h-1.061zm4.238 1.613a.473.473 0 01-.16-.03.514.514 0 01-.129-.084.398.398 0 01-.12-.289v-2.122c0-.026.004-.053.01-.08a.493.493 0 01.026-.074.38.38 0 01.146-.182.383.383 0 01.145-.062.358.358 0 01.082-.01h2.112c.026 0 .053.003.08.01a.734.734 0 01.08.025.45.45 0 01.218.219c.02.05.03.101.03.154v2.122c0 .053-.01.106-.03.16a.417.417 0 01-.379.244h-2.11zm0-6.385a.473.473 0 01-.16-.03.383.383 0 01-.129-.089.414.414 0 01-.09-.13.425.425 0 01-.03-.159v-2.117a.468.468 0 01.12-.289c.02-.02.04-.037.062-.052a.228.228 0 01.068-.032.237.237 0 01.077-.028.473.473 0 01.082-.007h2.112c.026 0 .053.002.08.007a.303.303 0 01.08.028c.049.02.092.048.129.085.04.036.07.08.09.129.02.053.03.106.03.16v2.116c0 .057-.01.11-.03.16a.414.414 0 01-.09.129.35.35 0 01-.13.09.425.425 0 01-.16.03h-2.11zm10.618-2.46v4.308a.522.522 0 00.06.244.734.734 0 00.14.204.553.553 0 00.094.075.891.891 0 00.11.06c.036.013.073.025.11.035.036.01.07.015.099.015h1.126c.03 0 .058 0 .084.002a.275.275 0 01.08.018.443.443 0 01.164.15.973.973 0 01.038.049c.011.017.02.033.027.05.013.036.02.076.02.12v3.247a.368.368 0 01-.007.072.185.185 0 01-.028.067.394.394 0 01-.08.115.498.498 0 01-.129.094.323.323 0 01-.135.035H39.22a.292.292 0 01-.11-.03 3.315 3.315 0 00-.059-.035.217.217 0 01-.06-.05.19.19 0 01-.045-.054l-.04-.07a.374.374 0 01-.034-.125v-3.277a.354.354 0 01.035-.134.383.383 0 01.08-.12.374.374 0 01.125-.09.323.323 0 01.133-.034h.18c.01 0 .025-.004.047-.013l.067-.027a.639.639 0 00.13-.09l.044-.055c.017-.02.03-.04.04-.06a.24.24 0 00.03-.104v-3.267a.227.227 0 00-.04-.13.393.393 0 00-.144-.156.476.476 0 00-.135-.063.158.158 0 00-.044-.01h-.175a.223.223 0 01-.06-.01.585.585 0 01-.07-.025.7.7 0 01-.064-.037.358.358 0 01-.107-.107.7.7 0 01-.037-.065.585.585 0 01-.025-.07.237.237 0 01-.01-.064v-.578a.34.34 0 01.035-.154c.01-.02.023-.04.04-.06a.511.511 0 01.154-.134.354.354 0 01.144-.035h1.09a.354.354 0 01.134.035c.025.01.048.021.071.034a.281.281 0 01.06.045c.02.02.036.04.05.062a.813.813 0 01.035.063.3.3 0 01.034.134zm8.741-.503h3.218c.05 0 .096.01.139.03a.583.583 0 01.22.207c.02.035.03.064.034.087a.218.218 0 010 .08v4.323a.176.176 0 01-.012.054.584.584 0 01-.028.065.404.404 0 01-.09.12.818.818 0 01-.054.05.312.312 0 01-.06.04.23.23 0 01-.065.03.27.27 0 01-.074.01H50.57a.62.62 0 00-.438.194.715.715 0 00-.15.204.693.693 0 00-.04.112.443.443 0 00-.015.112v2.136c0 .034.004.07.013.107.008.039.019.076.032.112.017.034.036.069.057.105a.553.553 0 00.271.244c.04.017.079.03.115.042.037.012.07.018.1.018h2.172c.05 0 .097.012.144.037a.442.442 0 01.12.092c.036.04.066.085.09.135.022.05.034.101.034.154a.488.488 0 01-.105.299.423.423 0 01-.122.1.33.33 0 01-.161.04h-3.213a.299.299 0 01-.14-.04.374.374 0 01-.07-.04 1.098 1.098 0 01-.064-.05 1.099 1.099 0 01-.05-.065.374.374 0 01-.04-.07.323.323 0 01-.034-.134l-.005-2.147v-2.146a.34.34 0 01.04-.155.243.243 0 01.042-.072.513.513 0 01.117-.112.229.229 0 01.07-.035.31.31 0 01.124-.035h2.127a.4.4 0 00.117-.017c.038-.012.077-.026.117-.042a.584.584 0 00.204-.155.434.434 0 00.07-.092.821.821 0 00.087-.216.585.585 0 00.012-.12v-2.097a.527.527 0 00-.012-.112 1.128 1.128 0 00-.032-.117.739.739 0 00-.217-.286.494.494 0 00-.102-.062.55.55 0 00-.11-.05.362.362 0 00-.114-.02h-2.157a.305.305 0 01-.12-.035.513.513 0 01-.187-.157.384.384 0 01-.042-.396.507.507 0 01.1-.144.36.36 0 01.254-.12zm9.124-.005h3.248a.378.378 0 01.134.03c.047.02.09.048.13.085a.427.427 0 01.094.114.271.271 0 01.035.13l-.005 1.922v1.923a.727.727 0 00.134.393c.02.027.044.052.07.077a.341.341 0 00.08.058c.03.016.06.03.092.042a.293.293 0 00.102.017h.15l.15.005a.182.182 0 01.095.035c.032.02.06.047.083.08.024.03.042.066.055.11a.81.81 0 01.018.06c.005.02.007.037.007.054v3.815c0 .02-.002.04-.007.06a.81.81 0 01-.018.06.562.562 0 01-.065.11.49.49 0 01-.154.119.391.391 0 01-.075.037.183.183 0 01-.06.012h-4.273a.335.335 0 01-.12-.024.443.443 0 01-.124-.075.5.5 0 01-.1-.132.405.405 0 01-.044-.197c0-.086.015-.158.045-.214.03-.056.066-.1.11-.13a.424.424 0 01.23-.08h1.084l1.09-.004a.35.35 0 00.075-.015.946.946 0 00.115-.04.816.816 0 00.127-.062.347.347 0 00.097-.082.414.414 0 00.077-.093.95.95 0 00.058-.107.462.462 0 00.05-.209v-2.141a.667.667 0 00-.055-.234.63.63 0 00-.14-.215.561.561 0 00-.19-.14.527.527 0 00-.238-.054h-2.142a.337.337 0 01-.189-.052.416.416 0 01-.124-.122.516.516 0 01-.085-.26.49.49 0 01.125-.299.462.462 0 01.126-.089.335.335 0 01.147-.035h2.137a.533.533 0 00.244-.054.604.604 0 00.334-.349.724.724 0 00.05-.259l.004-1.03.01-1.037a.635.635 0 00-.044-.239.502.502 0 00-.053-.097.71.71 0 00-.192-.197 1.028 1.028 0 00-.124-.074.78.78 0 00-.24-.05h-2.14a.38.38 0 01-.24-.1.39.39 0 01-.1-.132.447.447 0 01-.04-.197c0-.076.014-.141.04-.196a.39.39 0 01.1-.132.346.346 0 01.23-.1zm10.255 0c.04 0 .083.012.13.035a.7.7 0 01.064.037.388.388 0 01.115.112l.045.065a.302.302 0 01.04.145v5.349a.598.598 0 00.05.239.663.663 0 00.149.224.475.475 0 00.2.134c.072.033.143.05.213.05h1.16c.03 0 .065-.004.103-.012a2.21 2.21 0 00.112-.028.657.657 0 00.204-.12.662.662 0 00.13-.2.59.59 0 00.044-.213v-.164a.298.298 0 01.03-.13.273.273 0 01.08-.11.138.138 0 01.055-.039.55.55 0 01.19-.045h1.17c.033 0 .07.01.109.03a.512.512 0 01.12.09.36.36 0 01.054.057.216.216 0 01.035.062c.027.047.04.09.04.13l-.005 1.628v1.624a.33.33 0 01-.03.13.47.47 0 01-.14.176 1.037 1.037 0 01-.064.048.302.302 0 01-.145.04h-1.095a.374.374 0 01-.15-.035.374.374 0 01-.07-.04 1.098 1.098 0 01-.064-.05.45.45 0 01-.125-.249v-1.126a.345.345 0 00-.017-.104 2.844 2.844 0 00-.037-.11.506.506 0 00-.063-.11 1.469 1.469 0 00-.077-.094 1.04 1.04 0 00-.095-.075.45.45 0 00-.104-.054.527.527 0 00-.21-.045l-1.623-.005h-1.624a.365.365 0 01-.221-.082.451.451 0 01-.11-.115 2.343 2.343 0 01-.032-.052.484.484 0 01-.04-.13v-6.37c0-.036.003-.071.01-.104l.02-.095c.02-.06.05-.11.09-.15.023-.02.048-.04.074-.06a.37.37 0 01.075-.044.493.493 0 01.067-.032.155.155 0 01.053-.013h1.11zm14.419.005c.046 0 .094.008.144.023.05.014.093.04.13.077.04.033.072.077.097.132a.46.46 0 01.037.191.37.37 0 01-.04.197.449.449 0 01-.353.237h-1.584l-1.579-.005a.455.455 0 00-.11.015.667.667 0 00-.221.1.636.636 0 00-.097.079.606.606 0 00-.16.21.855.855 0 00-.042.114.409.409 0 00-.017.114l.004 1.056v1.056c0 .063.015.131.045.204.03.073.072.14.125.2.03.033.062.064.097.094s.07.055.107.075c.04.023.081.041.125.055.043.013.088.02.134.02h3.183a.3.3 0 01.134.034c.023.01.046.024.07.043a.452.452 0 01.112.115.25.25 0 01.032.061.243.243 0 01.028.07.332.332 0 01.007.07v4.308a.327.327 0 01-.035.144.32.32 0 01-.035.063.444.444 0 01-.18.162.34.34 0 01-.143.034h-4.284a.285.285 0 01-.134-.037.635.635 0 01-.13-.092.585.585 0 01-.092-.135.341.341 0 01-.037-.154c0-.063 0-.122-.003-.177a.266.266 0 01.028-.137c.02-.04.059-.071.117-.094a.762.762 0 01.266-.035h3.183a.472.472 0 00.114-.015.667.667 0 00.115-.04 1.89 1.89 0 00.11-.065.583.583 0 00.1-.08.54.54 0 00.134-.184.534.534 0 00.054-.229v-2.176a.508.508 0 00-.06-.21.557.557 0 00-.067-.109 1.04 1.04 0 00-.087-.1 1.04 1.04 0 00-.194-.134.496.496 0 00-.194-.045h-3.208a.215.215 0 01-.067-.012.545.545 0 01-.212-.122.474.474 0 01-.09-.125.332.332 0 01-.034-.14v-4.307a.357.357 0 01.017-.07.436.436 0 01.17-.237l.062-.042a.645.645 0 01.154-.05h2.127l2.127.005zm8.088-.005a.348.348 0 01.16.045c.03.013.056.03.079.05a.596.596 0 01.15.189.34.34 0 01.03.134v1.614a.336.336 0 01-.038.157.454.454 0 01-.097.127.486.486 0 01-.294.11.878.878 0 01-.167-.015.371.371 0 01-.137-.055.283.283 0 01-.097-.12.483.483 0 01-.037-.204v-.264l-.005-.259a.455.455 0 00-.015-.11 1.154 1.154 0 00-.035-.114.823.823 0 00-.062-.12.587.587 0 00-.083-.104.848.848 0 00-.204-.144.583.583 0 00-.234-.055h-1.02a.657.657 0 00-.528.291.717.717 0 00-.11.234.503.503 0 00-.015.117l.005 1.599v1.594a.44.44 0 00.012.102.693.693 0 00.157.306c.06.067.13.118.21.155.04.02.08.035.124.047a.515.515 0 00.134.017h4.244c.043 0 .088.013.137.038a.509.509 0 01.219.214.27.27 0 01.037.132v3.232c0 .02-.004.042-.012.067a1.742 1.742 0 00-.023.073.374.374 0 01-.04.07 1.098 1.098 0 01-.05.064.64.64 0 01-.062.055.312.312 0 01-.067.04.28.28 0 01-.14.04h-5.339a.238.238 0 01-.07-.013.376.376 0 01-.074-.032.58.58 0 01-.14-.1.399.399 0 01-.102-.187.298.298 0 01-.007-.067v-4.268l-.005-4.273c0-.024.004-.049.013-.075a.565.565 0 01.117-.2.47.47 0 01.134-.094.323.323 0 01.134-.035l1.61-.005h1.603zm-2.127 8.497h3.148a.607.607 0 00.438-.2.707.707 0 00.19-.478v-.966a.707.707 0 00-.19-.478.577.577 0 00-.438-.194h-3.148a.58.58 0 00-.244.052.632.632 0 00-.199.142.723.723 0 00-.18.478v.966a.723.723 0 00.18.478c.056.06.123.109.2.145a.558.558 0 00.243.055zm14.429-8.497a.47.47 0 01.261.08.787.787 0 01.067.05c.024.02.043.041.058.064a.7.7 0 01.037.065.493.493 0 01.035.15v1.773l-.005 1.773c0 .013 0 .03-.003.05a.72.72 0 00-.002.06.386.386 0 01-.065.164.168.168 0 01-.045.04.454.454 0 01-.042.037.195.195 0 01-.047.027l-.384.18-.383.174-.767.358a.472.472 0 00-.077.038.749.749 0 00-.192.152 4.29 4.29 0 01-.043.062.25.25 0 00-.032.062l-.02.062a.211.211 0 00-.01.063l.005 1.733v1.733a.426.426 0 01-.037.187.374.374 0 01-.234.194.578.578 0 01-.162.022.354.354 0 01-.16-.04.606.606 0 01-.139-.094.415.415 0 01-.102-.127.307.307 0 01-.037-.142v-4.094c0-.023.003-.046.01-.067.006-.022.013-.042.02-.062l.04-.068a.311.311 0 01.044-.057 1.75 1.75 0 01.11-.1 1.176 1.176 0 01.11-.064l.702-.314.697-.309.082-.035a.944.944 0 00.092-.045.438.438 0 00.087-.064.285.285 0 00.067-.1.221.221 0 00.02-.04.56.56 0 00.02-.154v-1.843a.527.527 0 00-.012-.112 1.128 1.128 0 00-.033-.117.462.462 0 00-.057-.115.984.984 0 00-.177-.194.46.46 0 00-.114-.07.527.527 0 00-.244-.064H100.5a.5.5 0 00-.214.055.639.639 0 00-.2.134.957.957 0 00-.149.224.76.76 0 00-.05.25v1.05c0 .05-.01.099-.032.147a.422.422 0 01-.087.127.417.417 0 01-.284.134.385.385 0 01-.197-.04.456.456 0 01-.142-.109.464.464 0 01-.09-.137.332.332 0 01-.03-.122v-1.05l.006-1.047c0-.05.003-.093.01-.13a.284.284 0 01.03-.089.303.303 0 01.047-.07l.057-.064c.043-.04.09-.07.14-.09a.372.372 0 01.159-.035h4.174zm5.921 4.164h2.197a.55.55 0 00.518-.356.594.594 0 00.045-.232v-2.112a.594.594 0 00-.165-.418.558.558 0 00-.398-.174h-2.197a.52.52 0 00-.221.047.566.566 0 00-.177.127.66.66 0 00-.122.187.567.567 0 00-.047.231v2.112c0 .083.015.16.047.232a.66.66 0 00.122.186.534.534 0 00.398.17zm.03 4.248h2.137c.08 0 .156-.016.229-.047a.651.651 0 00.19-.122.57.57 0 00.179-.414v-2.226a.555.555 0 00-.18-.413.651.651 0 00-.189-.122.572.572 0 00-.23-.048H109.6a.567.567 0 00-.231.048.74.74 0 00-.192.122.572.572 0 00-.174.413v2.226c0 .08.015.156.047.227a.61.61 0 00.127.187c.056.05.12.09.192.122a.567.567 0 00.231.047zm-2.56.448v-3.934a.21.21 0 01.035-.115.251.251 0 01.08-.09l.075-.05a.446.446 0 01.239-.069h.289a.157.157 0 00.06-.015l.064-.03a.763.763 0 00.14-.104.895.895 0 00.1-.12.226.226 0 00.039-.114v-3.81a.451.451 0 01.045-.18.963.963 0 01.045-.08.268.268 0 01.054-.064.318.318 0 01.065-.057.603.603 0 01.174-.083h2.122l2.122-.005c.05 0 .103.017.16.05l.084.055a.4.4 0 01.08.07c.04.036.07.074.09.112.02.038.034.072.044.102a.555.555 0 01.015.134v3.76c0 .024.004.048.012.073a.514.514 0 00.028.067.23.23 0 00.042.065l.052.055a.783.783 0 00.12.08l.08.027a.266.266 0 00.08.012h.253a.28.28 0 01.144.045c.02.01.04.023.06.04a.7.7 0 00.06.045.292.292 0 01.08.12c.02.049.03.095.03.139l-.005 1.085v2.794a.29.29 0 01-.013.083 1.191 1.191 0 01-.027.082.963.963 0 01-.1.154.423.423 0 01-.139.11.535.535 0 01-.08.032.266.266 0 01-.08.012h-6.33a.282.282 0 01-.09-.014.997.997 0 01-.089-.035.436.436 0 01-.085-.05.696.696 0 01-.136-.14.67.67 0 01-.048-.08.409.409 0 01-.04-.164zm11.76-8.87h5.244a.43.43 0 01.318.135.58.58 0 01.058.067c.018.025.032.05.042.077.01.023.02.05.027.08.009.03.013.061.013.094v8.467a.393.393 0 01-.065.22.408.408 0 01-.2.17.418.418 0 01-.188.043h-1.051a.302.302 0 01-.14-.04 1.86 1.86 0 01-.067-.047.54.54 0 01-.152-.167.265.265 0 01-.03-.119v-3.212a.63.63 0 00-.05-.244.602.602 0 00-.13-.2.753.753 0 00-.099-.092.557.557 0 00-.231-.11.451.451 0 00-.122-.017h-3.178a.483.483 0 01-.184-.04.396.396 0 01-.15-.11.322.322 0 01-.08-.139.734.734 0 01-.024-.08.309.309 0 01-.01-.074v-4.214a.451.451 0 01.045-.184.399.399 0 01.105-.144.388.388 0 01.064-.053.672.672 0 01.152-.057.358.358 0 01.082-.01zm1.05 4.244h3.118a.607.607 0 00.254-.055.568.568 0 00.112-.063.642.642 0 00.237-.291.778.778 0 00.04-.124.596.596 0 00.014-.135v-2.042a.756.756 0 00-.112-.376.77.77 0 00-.179-.18.568.568 0 00-.234-.099.724.724 0 00-.132-.012h-3.118a.624.624 0 00-.326.087.816.816 0 00-.092.062.957.957 0 00-.097.102.559.559 0 00-.078.122.725.725 0 00-.064.294v2.042a.678.678 0 00.112.369.697.697 0 00.286.244c.04.013.081.025.125.037a.515.515 0 00.134.018zm8.014 3.506a.363.363 0 01-.145-.03.333.333 0 01-.124-.08.343.343 0 01-.08-.12.4.4 0 01-.03-.149v-5.374c0-.046.01-.094.03-.144a.365.365 0 01.08-.125.365.365 0 01.124-.08.53.53 0 01.072-.024.28.28 0 01.073-.01h1.06c.05 0 .1.011.15.035a.395.395 0 01.234.349v5.373c0 .03-.004.06-.012.087a.377.377 0 01-.242.271 1.03 1.03 0 00-.062.013.298.298 0 01-.067.008h-1.061zm4.238 1.613a.473.473 0 01-.16-.03.514.514 0 01-.129-.084.398.398 0 01-.12-.289v-2.122c0-.026.004-.053.01-.08a.493.493 0 01.026-.074.381.381 0 01.146-.182.383.383 0 01.145-.062.358.358 0 01.082-.01h2.112c.026 0 .053.003.08.01a.734.734 0 01.08.025.45.45 0 01.218.219c.02.05.03.101.03.154v2.122c0 .053-.01.106-.03.16a.417.417 0 01-.379.244h-2.11zm0-6.385a.473.473 0 01-.16-.03.383.383 0 01-.129-.089.414.414 0 01-.09-.13.425.425 0 01-.03-.159v-2.117a.468.468 0 01.12-.289c.02-.02.04-.037.062-.052a.228.228 0 01.068-.032.237.237 0 01.077-.028.473.473 0 01.082-.007h2.112c.026 0 .053.002.08.007a.303.303 0 01.08.028c.049.02.092.048.129.085.04.036.07.08.09.129.02.053.03.106.03.16v2.116c0 .057-.01.11-.03.16a.414.414 0 01-.09.129.35.35 0 01-.13.09.425.425 0 01-.16.03h-2.11z" }),
18
- React.createElement("path", { fill: "#000", d: "M164.258 130.137c.046 0 .094.008.144.023.05.014.093.04.13.077.04.033.072.077.097.132a.46.46 0 01.037.191.37.37 0 01-.04.197.449.449 0 01-.353.237h-1.584l-1.579-.005a.455.455 0 00-.11.015.667.667 0 00-.221.1.636.636 0 00-.097.079.606.606 0 00-.16.21.855.855 0 00-.042.114.409.409 0 00-.017.114l.004 1.056v1.056c0 .063.015.131.045.204.03.073.072.14.125.2.03.033.062.064.097.094s.07.055.107.075c.04.023.081.041.125.055.043.013.088.02.134.02h3.183a.3.3 0 01.134.034c.023.01.046.024.07.043a.452.452 0 01.112.115.25.25 0 01.032.061.243.243 0 01.028.07.332.332 0 01.007.07v4.308a.327.327 0 01-.035.144.32.32 0 01-.035.063.444.444 0 01-.18.162.34.34 0 01-.143.034h-4.284a.285.285 0 01-.134-.037.635.635 0 01-.13-.092.585.585 0 01-.092-.135.341.341 0 01-.037-.154c0-.063 0-.122-.003-.177a.266.266 0 01.028-.137c.02-.04.059-.071.117-.094a.762.762 0 01.266-.035h3.183a.472.472 0 00.114-.015.667.667 0 00.115-.04 1.89 1.89 0 00.11-.065.583.583 0 00.1-.08.54.54 0 00.134-.184.534.534 0 00.054-.229v-2.176a.508.508 0 00-.06-.21.557.557 0 00-.067-.109 1.04 1.04 0 00-.087-.1 1.04 1.04 0 00-.194-.134.496.496 0 00-.194-.045h-3.208a.215.215 0 01-.067-.012.545.545 0 01-.212-.122.474.474 0 01-.09-.125.332.332 0 01-.034-.14v-4.307a.357.357 0 01.017-.07.436.436 0 01.17-.237l.062-.042a.645.645 0 01.154-.05h2.127l2.127.005zm10.2 0c.046 0 .094.008.144.023.05.014.093.04.13.077.04.033.072.077.097.132a.46.46 0 01.037.191.37.37 0 01-.04.197.449.449 0 01-.353.237h-1.584l-1.579-.005a.455.455 0 00-.11.015.667.667 0 00-.221.1.636.636 0 00-.097.079.606.606 0 00-.16.21.855.855 0 00-.042.114.409.409 0 00-.017.114l.004 1.056v1.056c0 .063.015.131.045.204.03.073.072.14.125.2.03.033.062.064.097.094s.07.055.107.075c.04.023.081.041.125.055.043.013.088.02.134.02h3.183a.3.3 0 01.134.034c.023.01.046.024.07.043a.452.452 0 01.112.115.25.25 0 01.032.061.243.243 0 01.028.07.332.332 0 01.007.07v4.308a.328.328 0 01-.035.144.32.32 0 01-.035.063.444.444 0 01-.18.162.34.34 0 01-.143.034h-4.284a.285.285 0 01-.134-.037.635.635 0 01-.13-.092.585.585 0 01-.092-.135.341.341 0 01-.037-.154c0-.063 0-.122-.003-.177a.266.266 0 01.028-.137c.02-.04.059-.071.117-.094a.762.762 0 01.266-.035h3.183a.472.472 0 00.114-.015.667.667 0 00.115-.04 1.89 1.89 0 00.11-.065.583.583 0 00.1-.08.54.54 0 00.134-.184.534.534 0 00.054-.229v-2.176a.508.508 0 00-.06-.21.557.557 0 00-.067-.109 1.039 1.039 0 00-.087-.1 1.04 1.04 0 00-.194-.134.496.496 0 00-.194-.045h-3.208a.215.215 0 01-.067-.012.545.545 0 01-.212-.122.474.474 0 01-.09-.125.332.332 0 01-.034-.14v-4.307a.357.357 0 01.017-.07.436.436 0 01.17-.237l.062-.042a.645.645 0 01.154-.05h2.127l2.127.005zm5.911 4.159h2.197a.55.55 0 00.518-.356.594.594 0 00.045-.232v-2.112a.594.594 0 00-.165-.418.558.558 0 00-.398-.174h-2.197a.52.52 0 00-.221.047.566.566 0 00-.177.127.66.66 0 00-.122.187.567.567 0 00-.047.231v2.112c0 .083.015.16.047.232a.66.66 0 00.122.186.534.534 0 00.398.17zm.03 4.248h2.137c.08 0 .156-.016.229-.047a.651.651 0 00.19-.122.57.57 0 00.179-.414v-2.226a.555.555 0 00-.18-.413.651.651 0 00-.189-.122.572.572 0 00-.23-.048H180.4a.567.567 0 00-.231.048.74.74 0 00-.192.122.572.572 0 00-.174.413v2.226c0 .08.015.156.047.227a.61.61 0 00.127.187c.056.05.12.09.192.122a.567.567 0 00.231.047zm-2.56.448v-3.934a.21.21 0 01.035-.115.251.251 0 01.08-.09 1.46 1.46 0 01.075-.05.446.446 0 01.239-.069h.289a.157.157 0 00.06-.015l.064-.03a.763.763 0 00.14-.104.895.895 0 00.1-.12.226.226 0 00.039-.114v-3.81a.451.451 0 01.045-.18.964.964 0 01.045-.08.268.268 0 01.054-.064.318.318 0 01.065-.057.603.603 0 01.174-.083h2.122l2.122-.005c.05 0 .103.017.16.05l.084.055a.4.4 0 01.08.07c.04.036.07.074.09.112.02.038.034.072.044.102a.555.555 0 01.015.134v3.76c0 .024.004.048.012.073a.514.514 0 00.028.067.23.23 0 00.042.065l.052.055a.783.783 0 00.12.08l.08.027a.266.266 0 00.08.012h.253a.28.28 0 01.144.045c.02.01.04.023.06.04a.7.7 0 00.06.045.292.292 0 01.08.12c.02.049.03.095.03.139l-.005 1.085v2.794a.29.29 0 01-.013.083 1.191 1.191 0 01-.027.082.963.963 0 01-.1.154.423.423 0 01-.139.11.535.535 0 01-.08.032.266.266 0 01-.08.012h-6.33a.282.282 0 01-.09-.014.997.997 0 01-.089-.035.436.436 0 01-.085-.05.696.696 0 01-.136-.14.67.67 0 01-.048-.08.409.409 0 01-.04-.164zm11.76-8.87h5.244a.43.43 0 01.318.135.58.58 0 01.058.067c.018.025.032.05.042.077.01.023.02.05.027.08.009.03.013.061.013.094v8.467a.393.393 0 01-.065.22.408.408 0 01-.2.17.418.418 0 01-.188.043h-1.051a.302.302 0 01-.14-.04 1.86 1.86 0 01-.067-.047.54.54 0 01-.152-.167.265.265 0 01-.03-.119v-3.212a.63.63 0 00-.05-.244.602.602 0 00-.13-.2.753.753 0 00-.099-.092.557.557 0 00-.231-.11.451.451 0 00-.122-.017h-3.178a.483.483 0 01-.184-.04.396.396 0 01-.15-.11.321.321 0 01-.08-.139.734.734 0 01-.024-.08.309.309 0 01-.01-.074v-4.214a.45.45 0 01.045-.184.399.399 0 01.105-.144.388.388 0 01.064-.053.672.672 0 01.152-.057.358.358 0 01.082-.01zm1.05 4.244h3.118a.607.607 0 00.254-.055.568.568 0 00.112-.063.642.642 0 00.237-.291.778.778 0 00.04-.124.596.596 0 00.014-.135v-2.042a.756.756 0 00-.112-.376.77.77 0 00-.179-.18.568.568 0 00-.234-.099.724.724 0 00-.132-.012h-3.118a.624.624 0 00-.326.087.816.816 0 00-.092.062.957.957 0 00-.097.102.559.559 0 00-.078.122.725.725 0 00-.064.294v2.042a.678.678 0 00.112.369.697.697 0 00.286.244c.04.013.081.025.125.037a.515.515 0 00.134.018zm12.67-3.726v4.308a.522.522 0 00.06.244.734.734 0 00.14.204.553.553 0 00.094.075.891.891 0 00.11.06c.036.013.073.025.11.035.036.01.07.015.099.015h1.126c.03 0 .058 0 .084.002a.275.275 0 01.08.018.443.443 0 01.164.15.972.972 0 01.038.049c.011.017.02.033.027.05.013.036.02.076.02.12v3.247a.368.368 0 01-.007.072.185.185 0 01-.028.067.394.394 0 01-.08.115.498.498 0 01-.129.094.323.323 0 01-.135.035h-3.272a.292.292 0 01-.11-.03 3.314 3.314 0 00-.059-.035.217.217 0 01-.06-.05.19.19 0 01-.045-.054l-.04-.07a.374.374 0 01-.034-.125v-3.277a.354.354 0 01.035-.134.383.383 0 01.08-.12.374.374 0 01.125-.09.323.323 0 01.133-.034h.18c.01 0 .025-.004.047-.013l.067-.027a.639.639 0 00.13-.09 3.56 3.56 0 01.044-.055c.017-.02.03-.04.04-.06a.24.24 0 00.03-.104v-3.267a.227.227 0 00-.04-.13.392.392 0 00-.144-.156.476.476 0 00-.135-.063.158.158 0 00-.044-.01h-.175a.223.223 0 01-.06-.01.585.585 0 01-.07-.025.7.7 0 01-.064-.037.358.358 0 01-.107-.107.7.7 0 01-.037-.065.585.585 0 01-.025-.07.237.237 0 01-.01-.064v-.578a.34.34 0 01.035-.154c.01-.02.023-.04.04-.06a.511.511 0 01.154-.134.354.354 0 01.144-.035h1.09a.354.354 0 01.134.035c.025.01.048.021.071.034a.281.281 0 01.06.045c.02.02.036.04.05.062a.813.813 0 01.035.063.3.3 0 01.034.134zm8.741-.503h3.218c.05 0 .096.01.139.03a.583.583 0 01.22.207c.02.035.03.064.034.087a.218.218 0 010 .08v4.323a.176.176 0 01-.012.054.584.584 0 01-.028.065.404.404 0 01-.09.12.818.818 0 01-.054.05.312.312 0 01-.06.04.23.23 0 01-.065.03.27.27 0 01-.074.01h-2.117a.62.62 0 00-.438.194.715.715 0 00-.15.204.693.693 0 00-.04.112.443.443 0 00-.015.112v2.136c0 .034.004.07.013.107.008.039.019.076.032.112.017.034.036.069.057.105a.553.553 0 00.271.244c.04.017.079.03.115.042.037.012.07.018.1.018h2.172c.05 0 .097.012.144.037a.442.442 0 01.12.092c.036.04.066.085.09.135.022.05.034.101.034.154a.488.488 0 01-.105.299.423.423 0 01-.122.1.33.33 0 01-.161.04h-3.213a.299.299 0 01-.14-.04.374.374 0 01-.07-.04 1.099 1.099 0 01-.064-.05 1.099 1.099 0 01-.05-.065.374.374 0 01-.04-.07.323.323 0 01-.034-.134l-.005-2.147v-2.146a.34.34 0 01.04-.155.243.243 0 01.042-.072.513.513 0 01.117-.112.229.229 0 01.07-.035.31.31 0 01.124-.035h2.127a.4.4 0 00.117-.017c.038-.012.077-.026.117-.042a.584.584 0 00.204-.155.434.434 0 00.07-.092.821.821 0 00.087-.216.585.585 0 00.012-.12v-2.097a.527.527 0 00-.012-.112 1.128 1.128 0 00-.032-.117.739.739 0 00-.217-.286.494.494 0 00-.102-.062.55.55 0 00-.11-.05.362.362 0 00-.114-.02h-2.157a.305.305 0 01-.12-.035.513.513 0 01-.187-.157.384.384 0 01-.042-.396.507.507 0 01.1-.144.36.36 0 01.254-.12zm9.11 4.159h2.196a.55.55 0 00.518-.356.594.594 0 00.045-.232v-2.112a.594.594 0 00-.165-.418.558.558 0 00-.398-.174h-2.197a.52.52 0 00-.221.047.566.566 0 00-.177.127.66.66 0 00-.122.187.567.567 0 00-.047.231v2.112c0 .083.015.16.047.232a.66.66 0 00.122.186.534.534 0 00.398.17zm.03 4.248h2.136c.08 0 .156-.016.229-.047a.651.651 0 00.19-.122.57.57 0 00.179-.414v-2.226a.555.555 0 00-.18-.413.651.651 0 00-.189-.122.572.572 0 00-.23-.048H221.2a.567.567 0 00-.231.048.74.74 0 00-.192.122.572.572 0 00-.174.413v2.226c0 .08.015.156.047.227a.61.61 0 00.127.187c.056.05.12.09.192.122a.567.567 0 00.231.047zm-2.56.448v-3.934a.21.21 0 01.034-.115.251.251 0 01.08-.09l.075-.05a.446.446 0 01.239-.069h.289a.157.157 0 00.06-.015l.064-.03a.763.763 0 00.14-.104.895.895 0 00.1-.12.226.226 0 00.039-.114v-3.81a.451.451 0 01.045-.18.963.963 0 01.045-.08.268.268 0 01.054-.064.318.318 0 01.065-.057.603.603 0 01.174-.083h2.122l2.122-.005c.05 0 .103.017.16.05l.084.055a.4.4 0 01.08.07c.04.036.07.074.09.112.02.038.034.072.044.102a.555.555 0 01.015.134v3.76c0 .024.004.048.012.073a.514.514 0 00.028.067.23.23 0 00.042.065l.052.055a.783.783 0 00.12.08l.08.027a.266.266 0 00.08.012h.253a.28.28 0 01.144.045c.02.01.04.023.06.04a.7.7 0 00.06.045.292.292 0 01.08.12c.02.049.03.095.03.139l-.005 1.085v2.794a.29.29 0 01-.013.083 1.191 1.191 0 01-.027.082.963.963 0 01-.1.154.423.423 0 01-.139.11.535.535 0 01-.08.032.266.266 0 01-.08.012h-6.33a.282.282 0 01-.09-.014.997.997 0 01-.089-.035.436.436 0 01-.085-.05.697.697 0 01-.136-.14.67.67 0 01-.048-.08.409.409 0 01-.04-.164zm17.018-8.855c.046 0 .094.008.144.023.05.014.093.04.13.077.04.033.072.077.097.132a.46.46 0 01.037.191.37.37 0 01-.04.197.449.449 0 01-.353.237h-1.584l-1.579-.005a.455.455 0 00-.11.015.667.667 0 00-.221.1.636.636 0 00-.097.079.606.606 0 00-.16.21.855.855 0 00-.042.114.409.409 0 00-.017.114l.004 1.056v1.056c0 .063.015.131.045.204.03.073.072.14.125.2.03.033.062.064.097.094s.07.055.107.075c.04.023.081.041.125.055.043.013.088.02.134.02h3.183a.3.3 0 01.134.034c.023.01.046.024.07.043a.452.452 0 01.112.115.25.25 0 01.032.061.243.243 0 01.028.07.332.332 0 01.007.07v4.308a.327.327 0 01-.035.144.32.32 0 01-.035.063.444.444 0 01-.18.162.34.34 0 01-.143.034h-4.284a.285.285 0 01-.134-.037.635.635 0 01-.13-.092.585.585 0 01-.092-.135.341.341 0 01-.037-.154c0-.063 0-.122-.003-.177a.266.266 0 01.028-.137c.02-.04.059-.071.117-.094a.762.762 0 01.266-.035h3.183a.472.472 0 00.114-.015.667.667 0 00.115-.04 1.89 1.89 0 00.11-.065.583.583 0 00.1-.08.54.54 0 00.134-.184.534.534 0 00.054-.229v-2.176a.508.508 0 00-.06-.21.557.557 0 00-.067-.109 1.04 1.04 0 00-.087-.1 1.04 1.04 0 00-.194-.134.496.496 0 00-.194-.045h-3.208a.215.215 0 01-.067-.012.545.545 0 01-.212-.122.474.474 0 01-.09-.125.332.332 0 01-.034-.14v-4.307a.357.357 0 01.017-.07.436.436 0 01.17-.237l.062-.042a.645.645 0 01.154-.05h2.127l2.127.005zm8.088 4.517a.432.432 0 01-.08-.007.827.827 0 01-.074-.018.228.228 0 01-.068-.032.414.414 0 01-.057-.047.296.296 0 01-.085-.115.374.374 0 01-.025-.064.27.27 0 01-.01-.075v-3.277a.27.27 0 01.01-.075.374.374 0 01.025-.065.355.355 0 01.085-.114.365.365 0 01.279-.105h2.122a.393.393 0 01.149.03c.053.02.096.045.13.075.033.03.06.068.084.114a.31.31 0 01.035.14v3.277a.29.29 0 01-.035.14.28.28 0 01-.085.114.358.358 0 01-.129.08.919.919 0 01-.072.017.393.393 0 01-.077.007h-2.122zm-2.107 3.213a.439.439 0 01-.299-.115.37.37 0 01-.12-.269v-5.374a.37.37 0 01.12-.269.438.438 0 01.593 0 .404.404 0 01.09.12.33.33 0 01.035.15v5.373a.33.33 0 01-.035.15.404.404 0 01-.09.12.376.376 0 01-.132.084.444.444 0 01-.162.03zm-2.131 0a.439.439 0 01-.165-.03.381.381 0 01-.13-.085.34.34 0 01-.124-.269v-5.374a.35.35 0 01.125-.269.381.381 0 01.13-.084c.049-.02.104-.03.164-.03.06 0 .114.01.164.03.05.02.093.048.13.084a.34.34 0 01.124.27v5.373a.35.35 0 01-.125.27.381.381 0 01-.13.084.439.439 0 01-.163.03z" })))))));
19
- };
20
- export default RoutingNumberImage;
@@ -1,2 +0,0 @@
1
- export default SearchIcon;
2
- declare function SearchIcon(): JSX.Element;
@@ -1,10 +0,0 @@
1
- import React from "react";
2
- var SearchIcon = function () { return (React.createElement("svg", { width: "22px", height: "22px", viewBox: "0 0 22 22", version: "1.1" },
3
- React.createElement("g", { id: "Debt-Search", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
4
- React.createElement("g", { id: "Debt-Search---Expanded", transform: "translate(-155.000000, -258.000000)", stroke: "#292A33", strokeWidth: "2" },
5
- React.createElement("g", { id: "debt-search", transform: "translate(132.000000, 189.000000)" },
6
- React.createElement("g", { id: "search", transform: "translate(0.000000, 44.000000)" },
7
- React.createElement("g", { id: "search_icon", transform: "translate(24.000000, 26.000000)" },
8
- React.createElement("circle", { id: "Oval-2", transform: "translate(7.407407, 7.407407) scale(-1, 1) translate(-7.407407, -7.407407) ", cx: "7.40740741", cy: "7.40740741", r: "7.40740741" }),
9
- React.createElement("line", { x1: "19.6296296", y1: "12.962963", x2: "12.9219369", y2: "19.6706557", id: "Line", strokeLinecap: "round", transform: "translate(16.296296, 16.296296) scale(-1, 1) translate(-16.296296, -16.296296) " })))))))); };
10
- export default SearchIcon;
@@ -1,5 +0,0 @@
1
- declare const _default: ({ variant, ...props }: {
2
- [x: string]: any;
3
- variant?: any;
4
- }) => any;
5
- export default _default;
@@ -1,20 +0,0 @@
1
- import React from "react";
2
- import { fallbackValues } from "./Icons.theme";
3
- import { themeComponent } from "../../../util/themeUtils";
4
- var SettingsIconSmall = function (_a) {
5
- var themeValues = _a.themeValues;
6
- return (React.createElement("svg", { width: "22px", height: "22px", viewBox: "0 2 24 24", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", style: { display: "inline-block", verticalAlign: "text-bottom" } },
7
- React.createElement("defs", null,
8
- React.createElement("rect", { id: "path-1-paymentssmall", x: "0", y: "0", width: "29", height: "27" })),
9
- React.createElement("g", { id: "Random-Icon-Work", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
10
- React.createElement("g", { id: "Header/Desktop/Menu" },
11
- React.createElement("g", { id: "Header/Desktop/Menu/Settings-Tab" },
12
- React.createElement("g", null,
13
- React.createElement("g", { id: "Payments" },
14
- React.createElement("g", { id: "cog" },
15
- React.createElement("mask", { id: "mask-2-paymentssmall", fill: "white" },
16
- React.createElement("use", { xlinkHref: "#path-1-paymentssmall" })),
17
- React.createElement("g", { id: "Mask" }),
18
- React.createElement("path", { d: "M13.9335677,21.7578083 C14.0273176,21.7343707 14.103489,21.6816364 14.1620828,21.5996056 C14.2206766,21.5175747 14.2499732,21.4296843 14.2499732,21.3359343 L14.2499732,19.6132822 C15.0468465,19.3320328 15.7616883,18.9218774 16.3944993,18.3828164 L17.8710583,19.2617205 C17.9648082,19.3085952 18.0585577,19.3203143 18.1523076,19.2968767 C18.2460576,19.2734391 18.3280885,19.2265643 18.3984008,19.156252 C19.2890235,18.195317 19.9335536,17.0937568 20.3319899,15.8515724 C20.3554276,15.7578224 20.349568,15.664073 20.3144118,15.5703231 C20.2792557,15.4765731 20.2148029,15.4062608 20.1210529,15.3593861 L18.644494,14.4804819 C18.7851186,13.6601715 18.7851186,12.8398606 18.644494,12.0195503 L20.1210529,11.1406461 C20.2148029,11.0937714 20.2792557,11.0234591 20.3144118,10.9297091 C20.349568,10.8359592 20.3554276,10.7422098 20.3319899,10.6484598 C19.9335536,9.40627544 19.2890235,8.3047152 18.3984008,7.34378017 C18.3280885,7.27346784 18.2460576,7.22659313 18.1523076,7.20315551 C18.0585577,7.17971789 17.9648082,7.19143697 17.8710583,7.23831168 L16.3944993,8.11721583 C15.7616883,7.57815479 15.0468465,7.16799934 14.2499732,6.88675001 L14.2499732,5.16409787 C14.2499732,5.07034792 14.2206766,4.9824575 14.1620828,4.90042663 C14.103489,4.81839575 14.0273176,4.7656615 13.9335677,4.74222388 C12.6445081,4.46097455 11.355449,4.46097455 10.0663894,4.74222388 C9.97263945,4.7656615 9.89646811,4.81839575 9.83787432,4.90042663 C9.77928053,4.9824575 9.74998391,5.07034792 9.74998391,5.16409787 L9.74998391,6.88675001 C8.95311063,7.16799934 8.23826876,7.57815479 7.60545777,8.11721583 L6.12889879,7.23831168 C6.03514883,7.19143697 5.94139942,7.17971789 5.84764946,7.20315551 C5.75389951,7.22659313 5.67186863,7.27346784 5.6015563,7.34378017 C4.7109336,8.3047152 4.06640353,9.40627544 3.66796716,10.6484598 C3.64452953,10.7422098 3.65038907,10.8359592 3.68554524,10.9297091 C3.72070141,11.0234591 3.7851542,11.0937714 3.87890415,11.1406461 L5.35546313,12.0195503 C5.21483847,12.8398606 5.21483847,13.6601715 5.35546313,14.4804819 L3.87890415,15.3593861 C3.7851542,15.4062608 3.72070141,15.4765731 3.68554524,15.5703231 C3.65038907,15.664073 3.64452953,15.7578224 3.66796716,15.8515724 C4.06640353,17.0937568 4.7109336,18.195317 5.6015563,19.156252 C5.67186863,19.2265643 5.75389951,19.2734391 5.84764946,19.2968767 C5.94139942,19.3203143 6.03514883,19.3085952 6.12889879,19.2617205 L7.60545777,18.3828164 C8.23826876,18.9218774 8.95311063,19.3320328 9.74998391,19.6132822 L9.74998391,21.3359343 C9.74998391,21.4296843 9.77928053,21.5175747 9.83787432,21.5996056 C9.89646811,21.6816364 9.97263945,21.7343707 10.0663894,21.7578083 C11.355449,22.0390576 12.6445081,22.0390576 13.9335677,21.7578083 Z M11.9999785,16.0625094 C11.2265429,16.0625094 10.5644353,15.7871196 10.0136552,15.2363395 C9.46287504,14.6855594 9.18748525,14.0234517 9.18748525,13.2500161 C9.18748525,12.4765804 9.46287504,11.8144728 10.0136552,11.2636927 C10.5644353,10.7129126 11.2265429,10.4375228 11.9999785,10.4375228 C12.7734142,10.4375228 13.4355218,10.7129126 13.9863019,11.2636927 C14.537082,11.8144728 14.8124718,12.4765804 14.8124718,13.2500161 C14.8124718,14.0234517 14.537082,14.6855594 13.9863019,15.2363395 C13.4355218,15.7871196 12.7734142,16.0625094 11.9999785,16.0625094 Z", id: "c", fill: themeValues.singleIconColor, fillRule: "nonzero", mask: "url(#mask-2-paymentssmall)" })))))))));
19
- };
20
- export default themeComponent(SettingsIconSmall, "Icons", fallbackValues, "primary");
@@ -1,2 +0,0 @@
1
- export default ShoppingCartIcon;
2
- declare function ShoppingCartIcon(): JSX.Element;
@@ -1,11 +0,0 @@
1
- import React from "react";
2
- var ShoppingCartIcon = function () { return (React.createElement("svg", { width: "32px", height: "32px", viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
3
- React.createElement("title", null, "Icon - Cart-Empty"),
4
- React.createElement("defs", null,
5
- React.createElement("filter", { id: "cart-badge-filter-1" },
6
- React.createElement("feColorMatrix", { in: "SourceGraphic", type: "matrix", values: "0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0" }))),
7
- React.createElement("g", { id: "cart-badge-Icon---Cart-Empty", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
8
- React.createElement("g", { filter: "url(#cart-badge-filter-1)", id: "cart-badge-Group" },
9
- React.createElement("g", { transform: "translate(3.000000, 7.000000)" },
10
- React.createElement("path", { d: "M18.7499553,20.499994 C19.348912,20.499994 19.8632339,20.2851508 20.2929204,19.8554643 C20.7226068,19.4257779 20.9374501,18.911456 20.9374501,18.3124993 C20.9374501,17.8958334 20.8267735,17.5117199 20.6054196,17.1601583 C20.3840658,16.8085966 20.0780771,16.5416703 19.6874531,16.3593789 L19.6874531,16.3593789 L19.9218275,15.3828187 C19.9739105,15.0963613 19.9088069,14.835945 19.7265155,14.6015706 C19.544224,14.3671962 19.3098496,14.2500089 19.0233921,14.2500089 L19.0233921,14.2500089 L8.5156047,14.2500089 L8.28123026,13.0000119 L19.7265155,13.0000119 C19.9348481,13.0000119 20.1236501,12.9349077 20.2929204,12.8046999 C20.4621906,12.6744921 20.5728678,12.4922006 20.6249508,12.2578262 L20.6249508,12.2578262 L22.4608839,4.13284556 C22.5390088,3.84638811 22.4869258,3.58597187 22.3046343,3.35159742 C22.1223429,3.11722298 21.8749478,3.00004172 21.5624486,3.00004172 L21.5624486,3.00004172 L6.21092269,3.00004172 L5.85936103,1.24222745 C5.80727802,1.03389482 5.6966008,0.858113985 5.52733057,0.714884961 C5.35806034,0.571655937 5.16925831,0.500041723 4.96092567,0.500041723 L4.96092567,0.500041723 L0.937497765,0.500041723 C0.67708152,0.500041723 0.455728279,0.591187141 0.273436848,0.773478571 C0.0911454173,0.955770002 0,1.17712324 0,1.43753949 L0,1.43753949 L0,2.062538 C0,2.32295424 0.0911454173,2.54430748 0.273436848,2.72659891 C0.455728279,2.90889035 0.67708152,3.00004172 0.937497765,3.00004172 L0.937497765,3.00004172 L3.67186625,3.00004172 L6.40623473,16.3984413 C6.06769367,16.606774 5.80076742,16.8802108 5.60545539,17.2187519 C5.41014335,17.5572929 5.31248733,17.9218752 5.31248733,18.3124993 C5.31248733,18.911456 5.52733057,19.4257779 5.95701705,19.8554643 C6.38670352,20.2851508 6.90102541,20.499994 7.49998212,20.499994 C8.09893883,20.499994 8.61326071,20.2851508 9.04294719,19.8554643 C9.47263367,19.4257779 9.6874769,18.904946 9.6874769,18.2929681 C9.6874769,17.6809901 9.46612307,17.1666689 9.02341599,16.750003 L9.02341599,16.750003 L17.2265214,16.750003 C16.7838143,17.1666689 16.5624605,17.6809901 16.5624605,18.2929681 C16.5624605,18.904946 16.7773037,19.4257779 17.2069902,19.8554643 C17.6366767,20.2851508 18.1509986,20.499994 18.7499553,20.499994 Z", id: "cart-badge-shopping-cart", fill: "#FFFFFF", fillRule: "nonzero" })))))); };
11
- export default ShoppingCartIcon;
@@ -1,2 +0,0 @@
1
- export default StatusUnknownIcon;
2
- declare function StatusUnknownIcon(): JSX.Element;
@@ -1,6 +0,0 @@
1
- import React from "react";
2
- var StatusUnknownIcon = function () { return (React.createElement("svg", { width: "32px", height: "32px", viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
3
- React.createElement("g", { id: "STOR-3203", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
4
- React.createElement("g", { id: "Icons", transform: "translate(-64.000000, -736.000000)", fill: "#6D717E" },
5
- React.createElement("path", { d: "M80,736 C88.836556,736 96,743.163444 96,752 C96,760.836556 88.836556,768 80,768 C71.163444,768 64,760.836556 64,752 C64,743.163444 71.163444,736 80,736 Z M80.85,757 L78.85,757 L78.85,759 L80.85,759 L80.85,757 Z M80.1460007,745 C78.0670004,745 76.4650001,746.017 75.7,747.799 L75.7,747.799 L77.5900003,748.294001 L77.6622133,748.125985 C78.1059448,747.191195 79.1250006,746.557 80.1280007,746.557 C81.2800009,746.557 82.099001,747.187 82.099001,748.195001 C82.099001,750.301001 78.9670005,751.093001 78.9670005,754.459002 L78.9670005,754.459002 L80.7670008,754.459002 L80.7792965,754.169347 C81.0061162,751.541289 84.2950014,750.971966 84.2950014,748.087001 C84.2950014,746.341 82.6480011,745 80.1460007,745 Z", id: "status-icon---default-/-unknown" }))))); };
6
- export default StatusUnknownIcon;
@@ -1,2 +0,0 @@
1
- export default SuccessfulIcon;
2
- declare function SuccessfulIcon(): JSX.Element;
@@ -1,6 +0,0 @@
1
- import React from "react";
2
- var SuccessfulIcon = function () { return (React.createElement("svg", { width: "32px", height: "32px", viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
3
- React.createElement("g", { id: "STOR-3203", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
4
- React.createElement("g", { id: "Icons", transform: "translate(-64.000000, -640.000000)", fill: "#317D4F" },
5
- React.createElement("path", { d: "M80,672 C88.836556,672 96,664.836556 96,656 C96,647.163444 88.836556,640 80,640 C71.163444,640 64,647.163444 64,656 C64,664.836556 71.163444,672 80,672 Z M89.6923882,650.464466 C89.8876503,650.659728 89.8876503,650.976311 89.6923882,651.171573 L78.3859015,662.477912 C78.3835247,662.480387 78.3811174,662.482844 78.3786797,662.485281 L77.6715729,663.192388 C77.4763107,663.38765 77.1597282,663.38765 76.9644661,663.192388 L76.2573593,662.485281 L76.2502882,662.476796 L71.3076118,657.535534 C71.1123497,657.340272 71.1123497,657.023689 71.3076118,656.828427 L72.0147186,656.12132 C72.2099808,655.926058 72.5265633,655.926058 72.7218254,656.12132 L77.3180195,660.7161 L88.2781746,649.757359 C88.4734367,649.562097 88.7900192,649.562097 88.9852814,649.757359 L89.6923882,650.464466 Z", id: "status-icon---successful" }))))); };
6
- export default SuccessfulIcon;
@@ -1,2 +0,0 @@
1
- export default TimeoutImage;
2
- declare function TimeoutImage(): JSX.Element;
@@ -1,38 +0,0 @@
1
- import React from "react";
2
- var TimeoutImage = function () {
3
- return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 458 308" },
4
- React.createElement("g", { fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1" },
5
- React.createElement("g", { transform: "translate(-492 -168)" },
6
- React.createElement("g", { transform: "translate(492 168)" },
7
- React.createElement("path", { fill: "#EAF4EB", d: "M286.327 294.916c0 7.133-26.041 12.916-58.164 12.916-32.123 0-58.163-5.783-58.163-12.916S196.04 282 228.163 282s58.164 5.783 58.164 12.916" }),
8
- React.createElement("g", { stroke: "#45B770", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "8.362", transform: "translate(204 268)" },
9
- React.createElement("path", { d: "M15.817 -2.13162821e-14L15.817 24.795 3.55271368e-15 24.795" }),
10
- React.createElement("path", { d: "M31.3102 -2.30926389e-14L31.3102 25.574 47.1272 25.574" })),
11
- React.createElement("path", { fill: "#FEFEFE", d: "M107.968 73h239.721a6.969 6.969 0 016.969 6.968v178.398a6.969 6.969 0 01-6.969 6.968H107.968a6.968 6.968 0 01-6.968-6.968V79.968A6.968 6.968 0 01107.968 73" }),
12
- React.createElement("path", { fill: "#E4E6EB", d: "M101 99L355 99 355 73 101 73z" }),
13
- React.createElement("g", { stroke: "#3B414D", strokeLinecap: "round", strokeWidth: "5.575", transform: "translate(197.811 141.913)" },
14
- React.createElement("path", { strokeLinejoin: "round", d: "M0 5.575C1.168 2.317 4.16 0 7.666 0c3.505 0 6.497 2.317 7.665 5.575" }),
15
- React.createElement("path", { strokeLinejoin: "round", d: "M46 5.575C47.168 2.317 50.16 0 53.666 0c3.505 0 6.497 2.317 7.665 5.575" }),
16
- React.createElement("path", { d: "M50.38 44.087h0a6.886 6.886 0 01-6.886 6.886h-26.42a6.886 6.886 0 01-6.885-6.886", transform: "matrix(1 0 0 -1 0 95.06)" })),
17
- React.createElement("path", { fill: "#3B414D", d: "M124 83a3 3 0 110 6 3 3 0 010-6zm-10 0a3 3 0 110 6 3 3 0 010-6zm20 0a3 3 0 110 6 3 3 0 010-6z" }),
18
- React.createElement("path", { stroke: "#45B770", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "8", d: "M99.441 205.181L77.181 224.512" }),
19
- React.createElement("path", { stroke: "#45B770", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "8", d: "M412.8955 190.764648L381.126953 224.790039 356 205.267859" }),
20
- React.createElement("path", { stroke: "#45B770", strokeLinecap: "round", strokeWidth: "8", d: "M396.5 189.5L429.5 189.5" }),
21
- React.createElement("path", { stroke: "#45B770", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "8", d: "M137.079 231.103a7.605 7.605 0 000 15.211h6.644" }),
22
- React.createElement("g", { transform: "translate(377 63)" },
23
- React.createElement("g", null,
24
- React.createElement("path", { fill: "#FFF", d: "M66.669 116.462H5.122a5.122 5.122 0 110-10.243h61.547a5.122 5.122 0 110 10.243" }),
25
- React.createElement("path", { fill: "#E4F4FD", d: "M15.126 71.521l20.77-13.29 20.769 13.29a19.123 19.123 0 018.815 16.106v18.591H6.311v-18.59c0-6.52 3.323-12.592 8.815-16.107z" }),
26
- React.createElement("path", { fill: "#E4F4FD", d: "M56.665 44.94l-20.77 13.292L15.126 44.94a19.12 19.12 0 01-8.815-16.106V10.244H65.48v18.59a19.12 19.12 0 01-8.815 16.107z" }),
27
- React.createElement("path", { fill: "#FFF", d: "M66.669 10.244H5.122A5.122 5.122 0 115.122 0h61.547a5.122 5.122 0 110 10.244z" })),
28
- React.createElement("g", { stroke: "#3B414D", strokeLinecap: "round", strokeWidth: "6" },
29
- React.createElement("path", { d: "M66.669 116.462H5.122a5.122 5.122 0 110-10.243h61.547a5.122 5.122 0 110 10.243z" }),
30
- React.createElement("path", { d: "M15.126 71.521l20.77-13.29 20.769 13.29a19.123 19.123 0 018.815 16.106v18.591H6.311v-18.59c0-6.52 3.323-12.592 8.815-16.107z" }),
31
- React.createElement("path", { d: "M56.665 44.94l-20.77 13.292L15.126 44.94a19.12 19.12 0 01-8.815-16.106V10.244H65.48v18.59a19.12 19.12 0 01-8.815 16.107z" }),
32
- React.createElement("path", { d: "M66.669 10.244H5.122A5.122 5.122 0 115.122 0h61.547a5.122 5.122 0 110 10.244z" }))),
33
- React.createElement("path", { stroke: "#3B414D", strokeLinecap: "round", strokeWidth: "8", d: "M27.663 247.376l-15.18.348M401 248l-44.96-.276m-256.445-.348l-52.372.348M454 248h-34" }),
34
- React.createElement("path", { stroke: "#3B414D", strokeWidth: "6", d: "M107.969 73H347.69a6.969 6.969 0 016.968 6.969v178.397a6.968 6.968 0 01-6.968 6.968H107.969a6.969 6.969 0 01-6.969-6.968V79.969A6.969 6.969 0 01107.969 73zM104 99h248" }),
35
- React.createElement("path", { stroke: "#45B770", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "8", d: "M77.181 224.512L127.905 236.375" }),
36
- React.createElement("path", { fill: "#B8E4F4", d: "M95.74 141.218c5.753 0 10.652 3.602 12.599 8.67a5.733 5.733 0 016.092 1.987 8.512 8.512 0 013.505-.757 8.557 8.557 0 110 17.114H81.002a8.557 8.557 0 111.69-16.945c1.523-5.792 6.78-10.069 13.049-10.069zM365.823 82c9.17 0 16.7 7.01 17.532 15.963a10.567 10.567 0 016.175-1.99c5.868 0 10.625 4.757 10.625 10.625 0 5.869-4.757 10.625-10.625 10.625h-48.094c-6.868 0-12.435-5.566-12.435-12.434 0-6.868 5.567-12.435 12.435-12.435 2.791 0 5.36.931 7.435 2.484C350.952 87.432 357.75 82 365.822 82zM23.296 75.456c5.752 0 10.651 3.602 12.598 8.669a5.733 5.733 0 011.559-.22c1.84 0 3.476.866 4.532 2.208a8.52 8.52 0 013.506-.757 8.557 8.557 0 110 17.114H8.557a8.557 8.557 0 111.69-16.945c1.523-5.792 6.78-10.07 13.049-10.07zM170.219 8.845c10.946 0 19.935 8.367 20.927 19.054a12.618 12.618 0 017.372-2.375c7.004 0 12.683 5.679 12.683 12.684 0 7.004-5.68 12.683-12.683 12.683h-57.41c-8.197 0-14.843-6.646-14.843-14.844 0-8.197 6.646-14.843 14.843-14.843 3.333 0 6.398 1.112 8.876 2.966 2.485-8.841 10.599-15.325 20.235-15.325zM297.892 0c5.752 0 10.651 3.602 12.598 8.669a5.728 5.728 0 011.56-.219c1.84 0 3.475.865 4.531 2.207a8.516 8.516 0 013.506-.757 8.557 8.557 0 110 17.114h-36.935a8.557 8.557 0 01-8.556-8.557 8.557 8.557 0 0110.248-8.388C286.366 4.277 291.622 0 297.892 0z" }))))));
37
- };
38
- export default TimeoutImage;
@@ -1,5 +0,0 @@
1
- declare const _default: ({ variant, ...props }: {
2
- [x: string]: any;
3
- variant?: any;
4
- }) => any;
5
- export default _default;
@@ -1,15 +0,0 @@
1
- import React from "react";
2
- import { fallbackValues } from "./Icons.theme";
3
- import { themeComponent } from "../../../util/themeUtils";
4
- var TrashIcon = function (_a) {
5
- var themeValues = _a.themeValues;
6
- return (React.createElement("svg", { width: "20px", height: "20px", viewBox: "0 0 20 20", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
7
- React.createElement("defs", null,
8
- React.createElement("path", { d: "M15,7 L14,15.5714286 C14,16.3571429 13.25,17 12.3333333,17 L12.3333333,17 L7.66666667,17 C6.75,17 6,16.3571429 6,15.5714286 L6,15.5714286 L5,7 L15,7 Z M12.1428571,3 L13,4 L16,4 L16,6 L4,6 L4,4 L7,4 L7.85714286,3 L12.1428571,3 Z", id: "trash-path-1" })),
9
- React.createElement("g", { id: "trash-Icons-/-Small-/-20px-S-/-Trash---Mobile---20px", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
10
- React.createElement("mask", { id: "trash-mask-2", fill: "white" },
11
- React.createElement("use", { xlinkHref: "#trash-path-1" })),
12
- React.createElement("use", { id: "trash-Mask", fill: themeValues.singleIconColor, fillRule: "nonzero", xlinkHref: "#trash-path-1" }),
13
- React.createElement("polygon", { id: "trash-Path", fill: themeValues.singleIconColor, fillRule: "nonzero", mask: "url(#trash-mask-2)", points: "0 0 20 0 20 20 0 20" }))));
14
- };
15
- export default themeComponent(TrashIcon, "Icons", fallbackValues, "primary");
@@ -1,5 +0,0 @@
1
- declare const _default: ({ variant, ...props }: {
2
- [x: string]: any;
3
- variant?: any;
4
- }) => any;
5
- export default _default;
@@ -1,19 +0,0 @@
1
- import React from "react";
2
- import { fallbackValues } from "./Icons.theme";
3
- import { themeComponent } from "../../../util/themeUtils";
4
- var VerifiedEmailIcon = function (_a) {
5
- var themeValues = _a.themeValues;
6
- return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "100", height: "100", viewBox: "0 0 100 100" },
7
- React.createElement("defs", null,
8
- React.createElement("path", { id: "prefix__a", d: "M0 0h100v100H0z" }),
9
- React.createElement("path", { d: "M58.462.577c6.37 0 11.533 5.164 11.533 11.533 0 6.37-5.163 11.534-11.533 11.534-1.146 0-2.253-.167-3.298-.479v21.598a3.347 3.347 0 01-3.348 3.348H6.87A34.073 34.073 0 01.192 27.799a34.073 34.073 0 014.26-16.55H46.96C47.4 5.281 52.382.577 58.46.577z", id: "prefix__c" }),
10
- React.createElement("path", { d: "M61.716 33.11c0 6.728 5.454 12.184 12.182 12.184 6.728 0 12.183-5.456 12.183-12.183 0-6.728-5.455-12.182-12.183-12.182s-12.182 5.454-12.182 12.182zm17.206-4.604l1.436 1.436-7.178 7.179-1.436 1.435-4.307-4.307 1.436-1.435 2.87 2.87 7.18-7.178z", id: "prefix__d" })),
11
- React.createElement("g", { fill: "none", fillRule: "evenodd" },
12
- React.createElement("mask", { id: "prefix__b", fill: themeValues.primaryColor },
13
- React.createElement("use", { xlinkHref: "#prefix__a" })),
14
- React.createElement("g", { mask: "url(#prefix__b)" },
15
- React.createElement("use", { fill: themeValues.primaryColor, xlinkHref: "#prefix__c", transform: "translate(15.687 21.252)" })),
16
- React.createElement("path", { d: "M50.109 12.788a36.58 36.58 0 0124.135 9.041h-.095c-1.259 0-2.47.2-3.604.574a33.797 33.797 0 00-20.436-6.836c-11.968 0-22.49 6.19-28.538 15.544h41.265a11.59 11.59 0 00-.208 2.778H19.956a33.771 33.771 0 00-1.667 3.745l-.235.645.134.083 22.932 14.25c.315.196.639.217.956.065l.118-.065L64.09 39.007c.459.815 1.013 1.57 1.649 2.246L43.66 54.972c-1.19.739-2.604.776-3.817.11l-.19-.11-22.432-13.94a34 34 0 00-1.071 8.493 33.8 33.8 0 005.444 18.45l45.91-.001a1.958 1.958 0 001.953-1.813l.005-.146V43.903c.874.39 1.805.673 2.778.835v21.277a4.737 4.737 0 01-4.52 4.732l-.217.005H23.6c6.224 7.762 15.786 12.731 26.509 12.731 18.754 0 33.958-15.204 33.958-33.958 0-2.982-.387-5.901-1.126-8.698a11.537 11.537 0 001.93-3.208 36.737 36.737 0 011.974 11.906c0 20.289-16.448 36.736-36.736 36.736-20.29 0-36.738-16.447-36.738-36.736 0-20.29 16.448-36.737 36.738-36.737z", fill: themeValues.accentColor, fillRule: "nonzero", mask: "url(#prefix__b)" }),
17
- React.createElement("use", { fill: themeValues.subIconColor, xlinkHref: "#prefix__d" }))));
18
- };
19
- export default themeComponent(VerifiedEmailIcon, "Icons", fallbackValues, "info");
@@ -1,2 +0,0 @@
1
- export default VoidedIcon;
2
- declare function VoidedIcon(): JSX.Element;
@@ -1,6 +0,0 @@
1
- import React from "react";
2
- var VoidedIcon = function () { return (React.createElement("svg", { width: "32px", height: "32px", viewBox: "0 0 32 32", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
3
- React.createElement("g", { id: "STOR-3203", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
4
- React.createElement("g", { id: "Icons", transform: "translate(-64.000000, -688.000000)", fill: "#317D4F" },
5
- React.createElement("path", { d: "M80,720 C88.836556,720 96,712.836556 96,704 C96,695.163444 88.836556,688 80,688 C71.163444,688 64,695.163444 64,704 C64,712.836556 71.163444,720 80,720 Z M75.4038059,697.989592 L80.0001458,702.586146 L84.5961941,697.989592 C84.7914562,697.79433 85.1080387,697.79433 85.3033009,697.989592 L86.0104076,698.696699 C86.2056698,698.891961 86.2056698,699.208544 86.0104076,699.403806 L81.4141458,704.000146 L86.0104076,708.596194 C86.2056698,708.791456 86.2056698,709.108039 86.0104076,709.303301 L85.3033009,710.010408 C85.1080387,710.20567 84.7914562,710.20567 84.5961941,710.010408 L80.0001458,705.414146 L75.4038059,710.010408 C75.2085438,710.20567 74.8919613,710.20567 74.6966991,710.010408 L73.9895924,709.303301 C73.7943302,709.108039 73.7943302,708.791456 73.9895924,708.596194 L78.5861458,704.000146 L73.9895924,699.403806 C73.7943302,699.208544 73.7943302,698.891961 73.9895924,698.696699 L74.6966991,697.989592 C74.8919613,697.79433 75.2085438,697.79433 75.4038059,697.989592 Z", id: "status-icon---voided" }))))); };
6
- export default VoidedIcon;
@@ -1,5 +0,0 @@
1
- declare const _default: ({ variant, ...props }: {
2
- [x: string]: any;
3
- variant?: any;
4
- }) => any;
5
- export default _default;
@@ -1,16 +0,0 @@
1
- import React from "react";
2
- import { fallbackValues } from "./Icons.theme";
3
- import { themeComponent } from "../../../util/themeUtils";
4
- var WalletIcon = function (_a) {
5
- var themeValues = _a.themeValues;
6
- return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 299 160" },
7
- React.createElement("g", { fill: "none", fillRule: "evenodd", stroke: "none", strokeWidth: "1" },
8
- React.createElement("g", null,
9
- React.createElement("path", { fill: themeValues.subIconColor, d: "M154.932 144.31c16.42 0 29.73 2.956 29.73 6.602 0 3.646-13.31 6.602-29.73 6.602s-29.73-2.956-29.73-6.602c0-3.646 13.31-6.602 29.73-6.602zM38.894 88.746c5.595 0 10.19 4.277 10.697 9.74a6.45 6.45 0 013.768-1.214 6.484 6.484 0 010 12.966H24.014a7.588 7.588 0 010-15.175c1.704 0 3.27.569 4.537 1.516 1.27-4.519 5.418-7.833 10.343-7.833zM287.055 55.73a2.72 2.72 0 012.72 2.72v21.63a2.72 2.72 0 01-2.72 2.72h-37.303a2.72 2.72 0 01-2.72-2.72V58.45a2.72 2.72 0 012.72-2.72h37.303zM61.817 54.048c2.554 0 4.73 1.6 5.594 3.85a2.545 2.545 0 012.705.883 3.778 3.778 0 011.557-.336 3.8 3.8 0 010 7.603h-16.4a3.8 3.8 0 11.75-7.528 5.995 5.995 0 015.794-4.472zM191.964 28c6.009 0 10.88 4.871 10.88 10.88v1.48L91 42.324V35.48A7.48 7.48 0 0198.48 28h93.484zM38.38 22.048a6.9 6.9 0 016.44 4.43 2.93 2.93 0 013.114 1.017 4.35 4.35 0 011.792-.387 4.374 4.374 0 110 8.748h-18.88a4.374 4.374 0 11.864-8.662c.779-2.96 3.466-5.146 6.67-5.146zM242.193 8a6.9 6.9 0 016.44 4.431 2.928 2.928 0 013.113 1.016 4.353 4.353 0 011.792-.387 4.374 4.374 0 110 8.748h-18.88a4.374 4.374 0 11.866-8.661c.778-2.96 3.464-5.147 6.67-5.147z", opacity: "0.302" }),
10
- React.createElement("rect", { width: "132", height: "97", x: "91", y: "40.398", fill: "#FFF", rx: "10.88" }),
11
- React.createElement("rect", { width: "42.743", height: "27.07", x: "241.333", y: "62.141", fill: "#CACED8", rx: "2.72" }),
12
- React.createElement("path", { fill: "#3B414D", fillRule: "nonzero", d: "M278.2 125.181a2.04 2.04 0 012.093 1.986c.028 1.075-.78 1.577-1.834 1.683l-.152.01-15.25.4a2.04 2.04 0 01-.26-4.069l.153-.01h15.25zm-192.675 0a2.04 2.04 0 01.103 4.076l-.153.004H62.418a2.04 2.04 0 01-.103-4.076l.153-.004h23.057zm-31.043 1.935a2.04 2.04 0 01-1.78 2.129l-.152.013H44.79a2.04 2.04 0 01-.362-4.061l.152-.014h7.759a2.04 2.04 0 012.142 1.933zm167.441-1.758l31.106.006c1.075-.012 1.958.793 1.971 1.799.012.96-.771 1.756-1.778 1.837l-.145.007L221.97 129c-1.075.012-1.958-.793-1.971-1.799-.012-.96.771-1.756 1.778-1.837l.145-.006zm62.153-56.806v5.7h-42.743v-5.7h42.743zM145.815 71c2.575 0 4.828 1.668 5.702 4.106a1.896 1.896 0 01-3.51 1.423l-.059-.144c-.345-.964-1.196-1.594-2.133-1.594-.883 0-1.689.558-2.069 1.427l-.066.167a1.896 1.896 0 01-3.568-1.28c.874-2.437 3.126-4.105 5.703-4.105zm23.513 0c2.576 0 4.828 1.668 5.702 4.106a1.896 1.896 0 01-3.51 1.423l-.059-.144c-.345-.964-1.196-1.594-2.133-1.594-.883 0-1.689.558-2.068 1.427l-.066.167a1.895 1.895 0 11-3.57-1.28c.875-2.437 3.128-4.105 5.704-4.105zm23.636-45.04c7.032 0 12.752 5.618 12.916 12.61l.004.31-.001 1.12h7.165c6.008 0 10.88 4.871 10.88 10.88v76.549c0 6.008-4.872 10.88-10.88 10.88H100.88c-6.009 0-10.88-4.872-10.88-10.88V45.325h-.04V35.48a9.52 9.52 0 019.249-9.516l.271-.004h93.484zm20.084 18.12l-118.968.001v83.348a6.8 6.8 0 006.561 6.795l.239.005h112.168a6.8 6.8 0 006.796-6.562l.004-.238V50.88a6.8 6.8 0 00-6.562-6.796l-.238-.004zm-45.4 49.455c1.047 0 1.895.849 1.895 1.896a5.415 5.415 0 01-5.197 5.41l-.218.005h-13.505a5.415 5.415 0 01-5.414-5.415 1.896 1.896 0 013.785-.148l.006.148c0 .847.648 1.543 1.476 1.617l.147.007h13.505c.847 0 1.543-.649 1.618-1.476l.006-.148c0-1.047.85-1.896 1.896-1.896zm113.708-31.394a2.72 2.72 0 012.72 2.72v21.63a2.72 2.72 0 01-2.72 2.72h-37.303a2.72 2.72 0 01-2.72-2.72v-21.63a2.72 2.72 0 012.72-2.72h37.303zm0 2.04h-37.303a.68.68 0 00-.672.58l-.008.1v21.63a.68.68 0 00.58.673l.1.007h37.303a.68.68 0 00.673-.58l.007-.1v-21.63a.68.68 0 00-.58-.673l-.1-.007zm-4.246 16.327c.751 0 1.36.609 1.36 1.36v.13a1.36 1.36 0 01-1.36 1.36h-7.253a1.36 1.36 0 01-1.36-1.36v-.13c0-.751.609-1.36 1.36-1.36h7.253zM192.964 30.04H99.48a5.44 5.44 0 00-5.436 5.221l-.004.219V40h107.763v-1.12a8.84 8.84 0 00-8.579-8.836l-.26-.004z" }),
13
- React.createElement("path", { fill: themeValues.subIconColor, fillRule: "nonzero", d: "M160.625 137.938v10.248h6.045a2.04 2.04 0 012.034 1.888l.006.152a2.04 2.04 0 01-1.888 2.034l-.152.006h-8.085a2.04 2.04 0 01-2.034-1.888l-.006-.152v-12.288h4.08zm-7.92 0v11.89a2.04 2.04 0 01-1.887 2.034l-.152.006h-8.085a2.04 2.04 0 01-.153-4.075l.153-.005 6.044-.001v-9.849h4.08zm-62.7-34.592c-.008.004-.01.642-.012 1.477v2.665l-.002.408c-.001.507-.004.846-.01.851l-6.626 5.754 15.406 5.409a5.925 5.925 0 015.126-2.95 2.04 2.04 0 01.153 4.074l-.153.006a1.847 1.847 0 00-.144 3.69l.144.005h3.396a2.04 2.04 0 01.153 4.075l-.153.005h-3.396a5.93 5.93 0 01-5.825-4.828l-18.716-6.567a2.037 2.037 0 01-1.286-1.363 2.04 2.04 0 01.237-2.558l.122-.115 11.378-9.88c.042-.037.14-.109.191-.145l.016-.013zm176.39-8.358a2.04 2.04 0 01.152 4.074l-.152.006h-5.572a2.036 2.036 0 01-.233.213l-.13.093-26.212 17.393a2.04 2.04 0 01-2.238.011l-.141-.1-7.84-6.091c-.01-.007-.015-.415-.018-1.224v-.344V107.728v-.789l.004-1.53 9.198 7.147 20.328-13.488h-4.014a2.04 2.04 0 01-.152-4.074l.152-.006h16.868zm-28.267-27.86a8.905 8.905 0 110 17.81 8.905 8.905 0 010-17.81zm48.927-12.398a3.72 3.72 0 013.715 3.522l.005.198v21.63a3.72 3.72 0 01-3.522 3.715l-.198.005-3.306-.005v-2l3.306.005c.9 0 1.639-.691 1.714-1.572l.006-.148V68.84h-5v-5.699h5V58.45c0-.9-.69-1.639-1.571-1.714l-.149-.006h-37.303c-.9 0-1.638.69-1.713 1.571l-.007.149v3.691h-2V58.45a3.72 3.72 0 013.523-3.715l.197-.005h37.303z" }),
14
- React.createElement("path", { fill: "#FFF", d: "M239.196 71.402v3.56l3.562.002V77.1h-3.562v3.562h-2.137V77.1h-3.562v-2.137l3.561-.001.001-3.561h2.137z" })))));
15
- };
16
- export default themeComponent(WalletIcon, "Icons", fallbackValues, "info");
@@ -1,2 +0,0 @@
1
- export default WarningIconXS;
2
- declare function WarningIconXS(): JSX.Element;
@@ -1,13 +0,0 @@
1
- import React from "react";
2
- var WarningIconXS = function () { return (React.createElement("svg", { width: "16px", height: "13px", viewBox: "0 0 16 13", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", "aria-labelledby": "#warning-restricted-item", role: "img" },
3
- React.createElement("title", { id: "warning-restricted-item" }, "Warning: restricted items cannot be selected"),
4
- React.createElement("defs", null,
5
- React.createElement("path", { d: "M11.0106463,4.4659633 C11.3063934,4.63914978 11.5526739,4.88543032 11.7258604,5.18117739 L16.7999622,13.846119 C17.3581267,14.7992854 17.0379144,16.0244612 16.0847481,16.5826257 C15.7781918,16.762142 15.4293522,16.8567653 15.0741018,16.8567653 L4.92589823,16.8567653 C3.82132873,16.8567653 2.92589823,15.9613348 2.92589823,14.8567653 C2.92589823,14.5015149 3.02052159,14.1526753 3.20003784,13.846119 L8.27413962,5.18117739 C8.83230416,4.22801102 10.0574799,3.90779877 11.0106463,4.4659633 Z M10.6666667,13.3333333 L9.33333333,13.3333333 L9.33333333,14.6666667 L10.6666667,14.6666667 L10.6666667,13.3333333 Z M10.6666667,6.66666667 L9.33333333,6.66666667 L9.33333333,12 L10.6666667,12 L10.6666667,6.66666667 Z", id: "WarningIconXs-path-1" })),
6
- React.createElement("g", { id: "WarningIconXs-SRV-2647---Workflow-$0-Balance", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
7
- React.createElement("g", { id: "WarningIconXs-11---Search-Results----Checked--Copy-6", transform: "translate(-135.000000, -483.000000)" },
8
- React.createElement("g", { id: "WarningIconXs-Group", transform: "translate(133.000000, 479.000000)" },
9
- React.createElement("mask", { id: "WarningIconXs-mask-2", fill: "white" },
10
- React.createElement("use", { xlinkHref: "#WarningIconXs-path-1" })),
11
- React.createElement("use", { id: "WarningIconXs-Mask", fill: "#B34A00", fillRule: "nonzero", xlinkHref: "#WarningIconXs-path-1" }),
12
- React.createElement("polygon", { id: "WarningIconXs-Path", fill: "#B34A00", fillRule: "nonzero", mask: "url(#WarningIconXs-mask-2)", points: "-2.84217094e-14 -4.26325641e-14 20 -4.26325641e-14 20 20 -2.84217094e-14 20" })))))); };
13
- export default WarningIconXS;
@@ -1,42 +0,0 @@
1
- export default story;
2
- export function accountsIcon(): JSX.Element;
3
- export function accountsAddIcon(): JSX.Element;
4
- export function forgotPasswordIcon(): JSX.Element;
5
- export function goToEmailIcon(): JSX.Element;
6
- export function verifiedEmailIcon(): JSX.Element;
7
- export function paymentMethodIcon(): JSX.Element;
8
- export function accountsIconSmall(): JSX.Element;
9
- export function paymentsIconSmall(): JSX.Element;
10
- export function profileIconSmall(): JSX.Element;
11
- export function settingsIconSmall(): JSX.Element;
12
- export function chevronIcon(): JSX.Element;
13
- export function propertiesAddIcon(): JSX.Element;
14
- export function propertiesIconSmall(): JSX.Element;
15
- export function accountNumberImage(): JSX.Element;
16
- export function routingNumberImage(): JSX.Element;
17
- export function checkmarkIcon(): JSX.Element;
18
- export function bankIcon(): JSX.Element;
19
- export function genericCard(): JSX.Element;
20
- export function paymentIcon(): JSX.Element;
21
- export function autopayOnIcon(): JSX.Element;
22
- export function searchIcon(): JSX.Element;
23
- export function achReturnIcon(): JSX.Element;
24
- export function allocatedIcon(): JSX.Element;
25
- export function calendarIcon(): JSX.Element;
26
- export function chargebackIcon(): JSX.Element;
27
- export function chargebackReversalIcon(): JSX.Element;
28
- export function duplicateIcon(): JSX.Element;
29
- export function erroredIcon(): JSX.Element;
30
- export function failedIcon(): JSX.Element;
31
- export function pendingIcon(): JSX.Element;
32
- export function refundIcon(): JSX.Element;
33
- export function rejectedIcon(): JSX.Element;
34
- export function rejectedVelocityIcon(): JSX.Element;
35
- export function successfulIcon(): JSX.Element;
36
- export function voidedIcon(): JSX.Element;
37
- export function statusUnknownIcon(): JSX.Element;
38
- declare const story: {
39
- title: any;
40
- component: any;
41
- decorators: ((storyFn: any) => JSX.Element)[];
42
- };
@@ -1,44 +0,0 @@
1
- import React from "react";
2
- import page from "../../../../.storybook/page";
3
- import { AccountsIcon, AccountsAddIcon, ForgotPasswordIcon, GoToEmailIcon, VerifiedEmailIcon, PaymentMethodIcon, AccountsIconSmall, PaymentsIconSmall, ProfileIconSmall, SettingsIconSmall, ChevronIcon, PropertiesAddIcon, PropertiesIconSmall, AccountNumberImage, RoutingNumberImage, CheckmarkIcon, BankIcon, GenericCard, PaymentIcon, AutopayOnIcon, SearchIcon, AchReturnIcon, AllocatedIcon, CalendarIcon, ChargebackIcon, ChargebackReversalIcon, DuplicateIcon, ErroredIcon, FailedIcon, PendingIcon, RefundIcon, RejectedIcon, RejectedVelocityIcon, SuccessfulIcon, VoidedIcon, StatusUnknownIcon } from "./index";
4
- var story = page({
5
- title: "Components|atoms/Icons",
6
- Component: AccountsIcon
7
- });
8
- export default story;
9
- export var accountsIcon = function () { return React.createElement(AccountsIcon, null); };
10
- export var accountsAddIcon = function () { return React.createElement(AccountsAddIcon, null); };
11
- export var forgotPasswordIcon = function () { return React.createElement(ForgotPasswordIcon, null); };
12
- export var goToEmailIcon = function () { return React.createElement(GoToEmailIcon, null); };
13
- export var verifiedEmailIcon = function () { return React.createElement(VerifiedEmailIcon, null); };
14
- export var paymentMethodIcon = function () { return React.createElement(PaymentMethodIcon, null); };
15
- export var accountsIconSmall = function () { return React.createElement(AccountsIconSmall, null); };
16
- export var paymentsIconSmall = function () { return React.createElement(PaymentsIconSmall, null); };
17
- export var profileIconSmall = function () { return React.createElement(ProfileIconSmall, null); };
18
- export var settingsIconSmall = function () { return React.createElement(SettingsIconSmall, null); };
19
- export var chevronIcon = function () { return React.createElement(ChevronIcon, null); };
20
- export var propertiesAddIcon = function () { return React.createElement(PropertiesAddIcon, null); };
21
- export var propertiesIconSmall = function () { return React.createElement(PropertiesIconSmall, null); };
22
- export var accountNumberImage = function () { return React.createElement(AccountNumberImage, null); };
23
- export var routingNumberImage = function () { return React.createElement(RoutingNumberImage, null); };
24
- export var checkmarkIcon = function () { return React.createElement(CheckmarkIcon, null); };
25
- export var bankIcon = function () { return React.createElement(BankIcon, null); };
26
- export var genericCard = function () { return React.createElement(GenericCard, null); };
27
- export var paymentIcon = function () { return React.createElement(PaymentIcon, null); };
28
- export var autopayOnIcon = function () { return React.createElement(AutopayOnIcon, null); };
29
- export var searchIcon = function () { return React.createElement(SearchIcon, null); };
30
- export var achReturnIcon = function () { return React.createElement(AchReturnIcon, null); };
31
- export var allocatedIcon = function () { return React.createElement(AllocatedIcon, null); };
32
- export var calendarIcon = function () { return React.createElement(CalendarIcon, null); };
33
- export var chargebackIcon = function () { return React.createElement(ChargebackIcon, null); };
34
- export var chargebackReversalIcon = function () { return React.createElement(ChargebackReversalIcon, null); };
35
- export var duplicateIcon = function () { return React.createElement(DuplicateIcon, null); };
36
- export var erroredIcon = function () { return React.createElement(ErroredIcon, null); };
37
- export var failedIcon = function () { return React.createElement(FailedIcon, null); };
38
- export var pendingIcon = function () { return React.createElement(PendingIcon, null); };
39
- export var refundIcon = function () { return React.createElement(RefundIcon, null); };
40
- export var rejectedIcon = function () { return React.createElement(RejectedIcon, null); };
41
- export var rejectedVelocityIcon = function () { return React.createElement(RejectedVelocityIcon, null); };
42
- export var successfulIcon = function () { return React.createElement(SuccessfulIcon, null); };
43
- export var voidedIcon = function () { return React.createElement(VoidedIcon, null); };
44
- export var statusUnknownIcon = function () { return React.createElement(StatusUnknownIcon, null); };
@@ -1,59 +0,0 @@
1
- import AccountsIcon from "./AccountsIcon";
2
- import AccountsAddIcon from "./AccountsAddIcon";
3
- import ForgotPasswordIcon from "./ForgotPasswordIcon";
4
- import GoToEmailIcon from "./GoToEmailIcon";
5
- import VerifiedEmailIcon from "./VerifiedEmailIcon";
6
- import PaymentMethodIcon from "./PaymentMethodIcon";
7
- import AccountsIconSmall from "./AccountsIconSmall";
8
- import PaymentsIconSmall from "./PaymentsIconSmall";
9
- import PaymentMethodAddIcon from "./PaymentMethodAddIcon";
10
- import ProfileIconSmall from "./ProfileIconSmall";
11
- import SettingsIconSmall from "./SettingsIconSmall";
12
- import ChevronIcon from "./ChevronIcon";
13
- import PropertiesAddIcon from "./PropertiesAddIcon";
14
- import PropertiesIconSmall from "./PropertiesIconSmall";
15
- import AccountNumberImage from "./AccountNumberImage";
16
- import RoutingNumberImage from "./RoutingNumberImage";
17
- import CheckmarkIcon from "./CheckmarkIcon";
18
- import BankIcon from "./BankIcon";
19
- import GenericCard from "./GenericCard";
20
- import PaymentIcon from "./PaymentIcon";
21
- import IconAdd from "./IconAdd";
22
- import IconQuitLarge from "./IconQuitLarge";
23
- import TimeoutImage from "./TimeoutImage";
24
- import AutopayOnIcon from "./AutopayOnIcon";
25
- import NotFoundIcon from "./NotFoundIcon";
26
- import SearchIcon from "./SearchIcon";
27
- import WalletIcon from "./WalletIcon";
28
- import AchReturnIcon from "./AchReturnIcon";
29
- import AllocatedIcon from "./AllocatedIcon";
30
- import CalendarIcon from "./CalendarIcon";
31
- import ChargebackIcon from "./ChargebackIcon";
32
- import ChargebackReversalIcon from "./ChargebackReversalIcon";
33
- import DuplicateIcon from "./DuplicateIcon";
34
- import ErroredIcon from "./ErroredIcon";
35
- import ExternalLinkIcon from "./ExternalLinkIcon";
36
- import FailedIcon from "./FailedIcon";
37
- import PendingIcon from "./PendingIcon";
38
- import RefundIcon from "./RefundIcon";
39
- import RejectedIcon from "./RejectedIcon";
40
- import RejectedVelocityIcon from "./RejectedVelocityIcon";
41
- import SuccessfulIcon from "./SuccessfulIcon";
42
- import VoidedIcon from "./VoidedIcon";
43
- import StatusUnknownIcon from "./StatusUnknownIcon";
44
- import CarrotIcon from "./CarrotIcon";
45
- import ProfileIcon from "./ProfileIcon";
46
- import GenericCardLarge from "./GenericCardLarge";
47
- import EmptyCartIcon from "./EmptyCartIcon";
48
- import ShoppingCartIcon from "./ShoppingCartIcon";
49
- import TrashIcon from "./TrashIcon";
50
- import NoCustomerResultsIcon from "./NoCustomerResultsIcon";
51
- import NoPaymentResultsIcon from "./NoPaymentResultsIcon";
52
- import CustomerSearchIcon from "./CustomerSearchIcon";
53
- import PaymentSearchIcon from "./PaymentSearchIcon";
54
- import ResetPasswordIcon from "./ResetPasswordIcon";
55
- import PeriscopeFailedIcon from "./PeriscopeFailedIcon";
56
- import CheckIcon from "./CheckIcon";
57
- import WarningIconXS from "./WarningIconXS";
58
- import CashIcon from "./CashIcon";
59
- export { AccountsIcon, AccountsAddIcon, ForgotPasswordIcon, GoToEmailIcon, VerifiedEmailIcon, PaymentMethodIcon, AccountsIconSmall, PaymentsIconSmall, PaymentMethodAddIcon, ProfileIconSmall, SettingsIconSmall, ChevronIcon, PropertiesAddIcon, PropertiesIconSmall, AccountNumberImage, RoutingNumberImage, CheckmarkIcon, BankIcon, GenericCard, PaymentIcon, IconAdd, IconQuitLarge, TimeoutImage, AutopayOnIcon, NotFoundIcon, SearchIcon, WalletIcon, AchReturnIcon, AllocatedIcon, CalendarIcon, ChargebackIcon, ChargebackReversalIcon, DuplicateIcon, ErroredIcon, ExternalLinkIcon, FailedIcon, PendingIcon, RefundIcon, RejectedIcon, RejectedVelocityIcon, SuccessfulIcon, VoidedIcon, StatusUnknownIcon, CarrotIcon, ProfileIcon, GenericCardLarge, EmptyCartIcon, ShoppingCartIcon, TrashIcon, NoCustomerResultsIcon, NoPaymentResultsIcon, CustomerSearchIcon, PaymentSearchIcon, ResetPasswordIcon, PeriscopeFailedIcon, CheckIcon, WarningIconXS, CashIcon };