@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,20 +0,0 @@
1
- import React from "react";
2
- var AccountGenericIcon = function () { return (React.createElement("svg", { width: "51px", height: "51px", viewBox: "0 0 81 81", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
3
- React.createElement("defs", null,
4
- React.createElement("circle", { id: "account-generic-path-1", cx: "33.5", cy: "33.5", r: "33.5" }),
5
- React.createElement("filter", { x: "-17.2%", y: "-14.2%", width: "134.3%", height: "134.3%", filterUnits: "objectBoundingBox", id: "account-generic-filter-2" },
6
- React.createElement("feOffset", { dx: "0", dy: "-4", in: "SourceAlpha", result: "shadowOffsetOuter1" }),
7
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.964705882 0 0 0 0 0.964705882 0 0 0 0 0.976470588 0 0 0 1 0", type: "matrix", in: "shadowOffsetOuter1", result: "shadowMatrixOuter1" }),
8
- React.createElement("feOffset", { dx: "0", dy: "2", in: "SourceAlpha", result: "shadowOffsetOuter2" }),
9
- React.createElement("feGaussianBlur", { stdDeviation: "3.5", in: "shadowOffsetOuter2", result: "shadowBlurOuter2" }),
10
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.161570617 0 0 0 0 0.163300979 0 0 0 0 0.199501812 0 0 0 0.3 0", type: "matrix", in: "shadowBlurOuter2", result: "shadowMatrixOuter2" }),
11
- React.createElement("feMerge", null,
12
- React.createElement("feMergeNode", { in: "shadowMatrixOuter1" }),
13
- React.createElement("feMergeNode", { in: "shadowMatrixOuter2" })))),
14
- React.createElement("g", { id: "AccountGeneric", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
15
- React.createElement("g", { id: "AccountGenericIcon", transform: "translate(7.000000, 5.000000)" },
16
- React.createElement("g", { id: "Oval-Copy-6" },
17
- React.createElement("use", { fill: "black", fillOpacity: "1", filter: "url(#account-generic-filter-2)", xlinkHref: "#account-generic-path-1" }),
18
- React.createElement("use", { fill: "#FFFFFF", fillRule: "evenodd", xlinkHref: "#account-generic-path-1" })),
19
- React.createElement("path", { d: "M45.9999428,26.0000477 L45.9999428,25.6250486 C45.9999428,25.2083826 45.8541101,24.8542174 45.5624438,24.5625511 L45.5624438,24.5625511 L39.4374584,18.4375657 C39.1457921,18.1458994 38.791627,18.0000668 38.374961,18.0000668 L38.374961,18.0000668 L37.9999619,18.0000668 L37.9999619,26.0000477 L45.9999428,26.0000477 Z M44.4999464,49.9999905 C44.9166123,49.9999905 45.2707775,49.8541578 45.5624438,49.5624915 C45.8541101,49.2708252 45.9999428,48.91666 45.9999428,48.499994 L45.9999428,48.499994 L45.9999428,28.0000429 L37.499963,28.0000429 C37.0832971,28.0000429 36.7291319,27.8542102 36.4374656,27.562544 C36.1457993,27.2708777 35.9999666,26.9167125 35.9999666,26.5000465 L35.9999666,26.5000465 L35.9999666,18.0000668 L23.5,18.0000668 C23.0833304,18.0000668 22.7291652,18.1458994 22.437499,18.4375657 C22.1458327,18.729232 22,19.0833972 22,19.5000668 L22,19.5000668 L22,48.499994 C22,48.91666 22.1458327,49.2708252 22.437499,49.5624915 C22.7291652,49.8541578 23.0833304,49.9999905 23.5,49.9999905 L23.5,49.9999905 L44.4999464,49.9999905 Z M31.4999774,24.0000572 L26.4999905,24.0000572 C26.3749896,24.0000572 26.2604068,23.9479696 26.1562401,23.8438028 C26.0520734,23.7396361 25.9999905,23.6250533 25.9999905,23.5000572 L25.9999905,23.5000572 L25.9999905,22.5000572 C25.9999905,22.3750563 26.0520734,22.2604736 26.1562401,22.1563068 C26.2604068,22.0521401 26.3749896,22.0000572 26.4999905,22.0000572 L26.4999905,22.0000572 L31.4999774,22.0000572 C31.6249771,22.0000572 31.7395598,22.0521401 31.8437265,22.1563068 C31.9478933,22.2604736 31.9999762,22.3750563 31.9999762,22.5000572 L31.9999762,22.5000572 L31.9999762,23.5000572 C31.9999762,23.6250533 31.9478933,23.7396361 31.8437265,23.8438028 C31.7395598,23.9479696 31.6249771,24.0000572 31.4999774,24.0000572 L31.4999774,24.0000572 Z M31.4999774,28.0000477 L26.4999905,28.0000477 C26.3749896,28.0000477 26.2604068,27.94796 26.1562401,27.8437933 C26.0520734,27.7396266 25.9999905,27.6250438 25.9999905,27.5000477 L25.9999905,27.5000477 L25.9999905,26.5000477 C25.9999905,26.3750468 26.0520734,26.260464 26.1562401,26.1562973 C26.2604068,26.0521306 26.3749896,26.0000477 26.4999905,26.0000477 L26.4999905,26.0000477 L31.4999774,26.0000477 C31.6249771,26.0000477 31.7395598,26.0521306 31.8437265,26.1562973 C31.9478933,26.260464 31.9999762,26.3750468 31.9999762,26.5000477 L31.9999762,26.5000477 L31.9999762,27.5000477 C31.9999762,27.6250438 31.9478933,27.7396266 31.8437265,27.8437933 C31.7395598,27.94796 31.6249771,28.0000477 31.4999774,28.0000477 L31.4999774,28.0000477 Z M40.9999547,40.0000143 L26.9999905,40.0000143 C26.7083218,40.0000143 26.4687393,39.9062645 26.2812398,39.718765 C26.0937402,39.5312654 25.9999905,39.291683 25.9999905,39.0000167 L25.9999905,39.0000167 L25.9999905,33.0000334 C25.9999905,32.7083647 26.0937402,32.4687823 26.2812398,32.2812827 C26.4687393,32.0937832 26.7083218,32.0000334 26.9999905,32.0000334 L26.9999905,32.0000334 L40.9999547,32.0000334 C41.291621,32.0000334 41.5312034,32.0937832 41.718703,32.2812827 C41.9062025,32.4687823 41.9999523,32.7083647 41.9999523,33.0000334 L41.9999523,33.0000334 L41.9999523,39.0000167 C41.9999523,39.291683 41.9062025,39.5312654 41.718703,39.718765 C41.5312034,39.9062645 41.291621,40.0000143 40.9999547,40.0000143 L40.9999547,40.0000143 Z M39.9999571,38.0000286 L39.9999571,34.0000286 L27.9999857,34.0000286 L27.9999857,38.0000286 L39.9999571,38.0000286 Z M41.4999535,46.0000048 L36.4999666,46.0000048 C36.3749657,46.0000048 36.260383,45.9479171 36.1562162,45.8437504 C36.0520495,45.7395836 35.9999666,45.6250009 35.9999666,45.5000048 L35.9999666,45.5000048 L35.9999666,44.5000048 C35.9999666,44.3750039 36.0520495,44.2604211 36.1562162,44.1562544 C36.260383,44.0520877 36.3749657,44.0000048 36.4999666,44.0000048 L36.4999666,44.0000048 L41.4999535,44.0000048 C41.6249532,44.0000048 41.739536,44.0520877 41.8437027,44.1562544 C41.9478694,44.2604211 41.9999523,44.3750039 41.9999523,44.5000048 L41.9999523,44.5000048 L41.9999523,45.5000048 C41.9999523,45.6250009 41.9478694,45.7395836 41.8437027,45.8437504 C41.739536,45.9479171 41.6249532,46.0000048 41.4999535,46.0000048 L41.4999535,46.0000048 Z", id: "f", fill: "#292A33", fillRule: "nonzero" }))))); };
20
- export default AccountGenericIcon;
@@ -1,2 +0,0 @@
1
- export default AccountMedicalIcon;
2
- declare function AccountMedicalIcon(): JSX.Element;
@@ -1,21 +0,0 @@
1
- import React from "react";
2
- var AccountMedicalIcon = function () { return (React.createElement("svg", { width: "51px", height: "51px", viewBox: "0 0 81 81", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
3
- React.createElement("defs", null,
4
- React.createElement("circle", { id: "account-medical-path-1", cx: "33.5", cy: "33.5", r: "33.5" }),
5
- React.createElement("filter", { x: "-17.2%", y: "-14.2%", width: "134.3%", height: "134.3%", filterUnits: "objectBoundingBox", id: "account-medical-filter-2" },
6
- React.createElement("feOffset", { dx: "0", dy: "-4", in: "SourceAlpha", result: "shadowOffsetOuter1" }),
7
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.964705882 0 0 0 0 0.964705882 0 0 0 0 0.976470588 0 0 0 1 0", type: "matrix", in: "shadowOffsetOuter1", result: "shadowMatrixOuter1" }),
8
- React.createElement("feOffset", { dx: "0", dy: "2", in: "SourceAlpha", result: "shadowOffsetOuter2" }),
9
- React.createElement("feGaussianBlur", { stdDeviation: "3.5", in: "shadowOffsetOuter2", result: "shadowBlurOuter2" }),
10
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.161570617 0 0 0 0 0.163300979 0 0 0 0 0.199501812 0 0 0 0.3 0", type: "matrix", in: "shadowBlurOuter2", result: "shadowMatrixOuter2" }),
11
- React.createElement("feMerge", null,
12
- React.createElement("feMergeNode", { in: "shadowMatrixOuter1" }),
13
- React.createElement("feMergeNode", { in: "shadowMatrixOuter2" })))),
14
- React.createElement("g", { id: "account-medical-Profile-/-Icons", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
15
- React.createElement("g", { id: "Outlined", transform: "translate(-91.000000, -110.000000)" },
16
- React.createElement("g", { id: "account-medical-Profile-Obligation-Icon-/-Account---Medical", transform: "translate(98.000000, 115.000000)" },
17
- React.createElement("g", { id: "Oval-Copy-6" },
18
- React.createElement("use", { fill: "black", fillOpacity: "1", filter: "url(#account-medical-filter-2)", xlinkHref: "#account-medical-path-1" }),
19
- React.createElement("use", { fill: "#FFFFFF", fillRule: "evenodd", xlinkHref: "#account-medical-path-1" })),
20
- React.createElement("path", { d: "M45.9999428,26.0000477 L45.9999428,25.6250486 C45.9999428,25.2083826 45.8541101,24.8542174 45.5624438,24.5625511 L45.5624438,24.5625511 L39.4374584,18.4375657 C39.1457921,18.1458994 38.791627,18.0000668 38.374961,18.0000668 L38.374961,18.0000668 L37.9999619,18.0000668 L37.9999619,26.0000477 L45.9999428,26.0000477 Z M44.4999464,49.9999905 C44.9166123,49.9999905 45.2707775,49.8541578 45.5624438,49.5624915 C45.8541101,49.2708252 45.9999428,48.91666 45.9999428,48.499994 L45.9999428,48.499994 L45.9999428,28.0000429 L37.499963,28.0000429 C37.0832971,28.0000429 36.7291319,27.8542102 36.4374656,27.562544 C36.1457993,27.2708777 35.9999666,26.9167125 35.9999666,26.5000465 L35.9999666,26.5000465 L35.9999666,18.0000668 L23.5,18.0000668 C23.0833304,18.0000668 22.7291652,18.1458994 22.437499,18.4375657 C22.1458327,18.729232 22,19.0833972 22,19.5000668 L22,19.5000668 L22,48.499994 C22,48.91666 22.1458327,49.2708252 22.437499,49.5624915 C22.7291652,49.8541578 23.0833304,49.9999905 23.5,49.9999905 L23.5,49.9999905 L44.4999464,49.9999905 Z M35.4999678,44.0000048 L32.499975,44.0000048 C32.3749753,44.0000048 32.2603925,43.9479219 32.1562258,43.8437551 C32.052059,43.7395884 31.9999857,43.6250057 31.9999857,43.500006 L31.9999857,43.500006 L31.9999857,40.0000143 L28.4999857,40.0000143 C28.3749848,40.0000143 28.2604021,39.9479314 28.1562353,39.8437647 C28.0520686,39.7395979 27.9999857,39.6250152 27.9999857,39.5000155 L27.9999857,39.5000155 L27.9999857,36.5000226 C27.9999857,36.3750229 28.0520686,36.2604402 28.1562353,36.1562735 C28.2604021,36.0521067 28.3749848,36.0000334 28.4999857,36.0000334 L28.4999857,36.0000334 L31.9999857,36.0000334 L31.9999857,32.5000334 C31.9999857,32.3750325 32.052059,32.2604497 32.1562258,32.156283 C32.2603925,32.0521163 32.3749753,32.0000334 32.499975,32.0000334 L32.499975,32.0000334 L35.4999678,32.0000334 C35.6249675,32.0000334 35.7395503,32.0521163 35.843717,32.156283 C35.9478837,32.2604497 35.9999666,32.3750325 35.9999666,32.5000334 L35.9999666,32.5000334 L35.9999666,36.0000334 L39.4999583,36.0000334 C39.624958,36.0000334 39.7395407,36.0521067 39.8437075,36.1562735 C39.9478742,36.2604402 39.9999571,36.3750229 39.9999571,36.5000226 L39.9999571,36.5000226 L39.9999571,39.5000155 C39.9999571,39.6250152 39.9478742,39.7395979 39.8437075,39.8437647 C39.7395407,39.9479314 39.624958,40.0000143 39.4999583,40.0000143 L39.4999583,40.0000143 L35.9999666,40.0000143 L35.9999666,43.500006 C35.9999666,43.6250057 35.9478837,43.7395884 35.843717,43.8437551 C35.7395503,43.9479219 35.6249675,44.0000048 35.4999678,44.0000048 L35.4999678,44.0000048 Z", id: "f", fill: "#292A33", fillRule: "nonzero" })))))); };
21
- export default AccountMedicalIcon;
@@ -1,2 +0,0 @@
1
- export default AccountWaterIcon;
2
- declare function AccountWaterIcon(): JSX.Element;
@@ -1,21 +0,0 @@
1
- import React from "react";
2
- var AccountWaterIcon = function () { return (React.createElement("svg", { width: "51px", height: "51px", viewBox: "0 0 81 81", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
3
- React.createElement("defs", null,
4
- React.createElement("circle", { id: "account-water-path-1", cx: "33.5", cy: "33.5", r: "33.5" }),
5
- React.createElement("filter", { x: "-17.2%", y: "-14.2%", width: "134.3%", height: "134.3%", filterUnits: "objectBoundingBox", id: "account-water-filter-2" },
6
- React.createElement("feOffset", { dx: "0", dy: "-4", in: "SourceAlpha", result: "shadowOffsetOuter1" }),
7
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.964705882 0 0 0 0 0.964705882 0 0 0 0 0.976470588 0 0 0 1 0", type: "matrix", in: "shadowOffsetOuter1", result: "shadowMatrixOuter1" }),
8
- React.createElement("feOffset", { dx: "0", dy: "2", in: "SourceAlpha", result: "shadowOffsetOuter2" }),
9
- React.createElement("feGaussianBlur", { stdDeviation: "3.5", in: "shadowOffsetOuter2", result: "shadowBlurOuter2" }),
10
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.161570617 0 0 0 0 0.163300979 0 0 0 0 0.199501812 0 0 0 0.3 0", type: "matrix", in: "shadowBlurOuter2", result: "shadowMatrixOuter2" }),
11
- React.createElement("feMerge", null,
12
- React.createElement("feMergeNode", { in: "shadowMatrixOuter1" }),
13
- React.createElement("feMergeNode", { in: "shadowMatrixOuter2" })))),
14
- React.createElement("g", { id: "account-water-Profile-/-Icons", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
15
- React.createElement("g", { id: "Outlined", transform: "translate(-91.000000, -567.000000)" },
16
- React.createElement("g", { id: "account-water-Profile-Obligation-Icon-/-Account---Water", transform: "translate(98.000000, 572.000000)" },
17
- React.createElement("g", { id: "Oval-Copy-6" },
18
- React.createElement("use", { fill: "black", fillOpacity: "1", filter: "url(#account-water-filter-2)", xlinkHref: "#account-water-path-1" }),
19
- React.createElement("use", { fill: "#FFFFFF", fillRule: "evenodd", xlinkHref: "#account-water-path-1" })),
20
- React.createElement("path", { d: "M33.9999738,49.9999905 C35.999969,49.9999905 37.8437146,49.4999917 39.5312106,48.499994 C41.2187066,47.4999964 42.5520364,46.1458327 43.531201,44.4375037 C44.5103657,42.7291748 44.9999475,40.8750122 44.9999475,38.875017 C44.9999475,37.208354 44.6249484,35.6041918 43.8749502,34.0625285 C43.4166183,33.1041977 42.5416204,31.6979511 41.2499565,29.8437885 C39.9582926,27.989626 38.9999619,26.5000465 38.3749633,25.3750492 C37.2916329,23.4583868 36.437468,21.4583915 35.8124695,19.3750635 C35.6458029,18.7917319 35.3020537,18.3854828 34.7812219,18.1563164 C34.2603901,17.9271499 33.7395574,17.9271499 33.2187256,18.1563164 C32.6978939,18.3854828 32.3541447,18.7917319 32.1874781,19.3750635 C31.5624796,21.4583915 30.7291486,23.4375538 29.6874841,25.3125493 C29.0208187,26.4375466 28.041655,27.9375431 26.7499911,29.8125386 C25.4583272,31.6875341 24.5833292,33.1041977 24.1249973,34.0625285 C23.3749991,35.6458577 23,37.2500209 23,38.875017 C23,40.8750122 23.4895818,42.7291748 24.4687465,44.4375037 C25.4479111,46.1458327 26.781241,47.4999964 28.468737,48.499994 C30.1562329,49.4999917 31.9999785,49.9999905 33.9999738,49.9999905 Z M33.9999738,46 C32.7499768,46 31.5833126,45.6875007 30.4999905,45.0625022 C29.4166517,44.4375037 28.5624867,43.5833388 27.9374882,42.5000083 C27.3124897,41.4166779 26.9999905,40.2500137 26.9999905,39.0000191 C26.9999905,38.7083504 27.0937402,38.468768 27.2812398,38.2812684 C27.4687393,38.0937688 27.7083218,38.0000191 27.9999905,38.0000191 C28.2916544,38.0000191 28.5312368,38.0937688 28.7187364,38.2812684 C28.9062359,38.468768 28.9999905,38.7083504 28.9999905,39.0000191 C28.9999905,40.3750134 29.4895675,41.5520936 30.4687322,42.5312583 C31.4478968,43.5104229 32.6249771,44.0000048 33.9999738,44.0000048 C34.2916401,44.0000048 34.5312225,44.0937545 34.7187221,44.2812541 C34.9062216,44.4687537 34.9999714,44.7083361 34.9999714,45.0000024 C34.9999714,45.2916687 34.9062216,45.5312511 34.7187221,45.7187507 C34.5312225,45.9062502 34.2916401,46 33.9999738,46 Z", id: "t", fill: "#292A33", fillRule: "nonzero" })))))); };
21
- export default AccountWaterIcon;
@@ -1,2 +0,0 @@
1
- export default PropertyApartmentIcon;
2
- declare function PropertyApartmentIcon(): JSX.Element;
@@ -1,22 +0,0 @@
1
- import React from "react";
2
- var PropertyApartmentIcon = function () { return (React.createElement("svg", { width: "51px", height: "51px", viewBox: "0 0 81 81", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
3
- React.createElement("defs", null,
4
- React.createElement("circle", { id: "apt-path-1", cx: "33.5", cy: "33.5", r: "33.5" }),
5
- React.createElement("filter", { x: "-17.2%", y: "-14.2%", width: "134.3%", height: "134.3%", filterUnits: "objectBoundingBox", id: "apt-filter-2" },
6
- React.createElement("feOffset", { dx: "0", dy: "-4", in: "SourceAlpha", result: "shadowOffsetOuter1" }),
7
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.964705882 0 0 0 0 0.964705882 0 0 0 0 0.976470588 0 0 0 1 0", type: "matrix", in: "shadowOffsetOuter1", result: "shadowMatrixOuter1" }),
8
- React.createElement("feOffset", { dx: "0", dy: "2", in: "SourceAlpha", result: "shadowOffsetOuter2" }),
9
- React.createElement("feGaussianBlur", { stdDeviation: "3.5", in: "shadowOffsetOuter2", result: "shadowBlurOuter2" }),
10
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.161570617 0 0 0 0 0.163300979 0 0 0 0 0.199501812 0 0 0 0.3 0", type: "matrix", in: "shadowBlurOuter2", result: "shadowMatrixOuter2" }),
11
- React.createElement("feMerge", null,
12
- React.createElement("feMergeNode", { in: "shadowMatrixOuter1" }),
13
- React.createElement("feMergeNode", { in: "shadowMatrixOuter2" })))),
14
- React.createElement("g", { id: "apt-Profile-/-Icons", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
15
- React.createElement("g", { id: "Outlined", transform: "translate(7.000000, -456.000000)" },
16
- React.createElement("g", { id: "Potentail-future-property", transform: "translate(0.000000, 231.000000)" },
17
- React.createElement("g", { id: "apt-Profile-Obligation-Icon-/-Property---02-Apt-or-Condo", transform: "translate(0.000000, 230.000000)" },
18
- React.createElement("g", { id: "Oval-Copy" },
19
- React.createElement("use", { fill: "black", fillOpacity: "1", filter: "url(#apt-filter-2)", xlinkHref: "#apt-path-1" }),
20
- React.createElement("use", { fill: "#FFFFFF", fillRule: "evenodd", xlinkHref: "#apt-path-1" })),
21
- React.createElement("path", { d: "M47.9999332,49.9999905 L47.9999332,48.7499934 C47.9999332,48.5416609 47.9270164,48.3645774 47.7811838,48.2187447 C47.6353511,48.072912 47.4582675,47.9999952 47.249935,47.9999952 L47.249935,47.9999952 L45.999938,47.9999952 L45.999938,19.5000668 C45.999938,19.0833972 45.8541053,18.729232 45.5624391,18.4375657 C45.2707728,18.1458994 44.9166076,18.0000668 44.4999416,18.0000668 L44.4999416,18.0000668 L23.5,18.0000668 C23.0833257,18.0000668 22.7291605,18.1458994 22.4374942,18.4375657 C22.1458279,18.729232 22,19.0833972 22,19.5000668 L22,19.5000668 L22,47.9999952 L20.7499982,47.9999952 C20.5416657,47.9999952 20.3645821,48.072912 20.2187495,48.2187447 C20.0729168,48.3645774 20,48.5416609 20,48.7499934 L20,48.7499934 L20,49.9999905 L47.9999332,49.9999905 Z M31.2499732,26.0000572 L28.7499791,26.0000572 C28.5416466,26.0000572 28.3645631,25.9271309 28.2187304,25.7812982 C28.0728977,25.6354655 27.9999809,25.458382 27.9999809,25.2500495 L27.9999809,25.2500495 L27.9999809,22.7500554 C27.9999809,22.5417229 28.0728977,22.3646394 28.2187304,22.2188067 C28.3645631,22.072974 28.5416466,22.0000572 28.7499791,22.0000572 L28.7499791,22.0000572 L31.2499732,22.0000572 C31.4583057,22.0000572 31.6353892,22.072974 31.7812219,22.2188067 C31.9270546,22.3646394 31.9999809,22.5417229 31.9999809,22.7500554 L31.9999809,22.7500554 L31.9999809,25.2500495 C31.9999809,25.458382 31.9270546,25.6354655 31.7812219,25.7812982 C31.6353892,25.9271309 31.4583057,26.0000572 31.2499732,26.0000572 L31.2499732,26.0000572 Z M39.2499541,26.0000572 L36.7499601,26.0000572 C36.5416275,26.0000572 36.364544,25.9271309 36.2187113,25.7812982 C36.0728787,25.6354655 35.9999619,25.458382 35.9999619,25.2500495 L35.9999619,25.2500495 L35.9999619,22.7500554 C35.9999619,22.5417229 36.0728787,22.3646394 36.2187113,22.2188067 C36.364544,22.072974 36.5416275,22.0000572 36.7499601,22.0000572 L36.7499601,22.0000572 L39.2499541,22.0000572 C39.4582866,22.0000572 39.6353702,22.072974 39.7812028,22.2188067 C39.9270355,22.3646394 39.9999619,22.5417229 39.9999619,22.7500554 L39.9999619,22.7500554 L39.9999619,25.2500495 C39.9999619,25.458382 39.9270355,25.6354655 39.7812028,25.7812982 C39.6353702,25.9271309 39.4582866,26.0000572 39.2499541,26.0000572 L39.2499541,26.0000572 Z M31.2499732,32.0000429 L28.7499791,32.0000429 C28.5416466,32.0000429 28.3645631,31.9271166 28.2187304,31.7812839 C28.0728977,31.6354512 27.9999809,31.4583677 27.9999809,31.2500352 L27.9999809,31.2500352 L27.9999809,28.7500411 C27.9999809,28.5417086 28.0728977,28.3646251 28.2187304,28.2187924 C28.3645631,28.0729597 28.5416466,28.0000429 28.7499791,28.0000429 L28.7499791,28.0000429 L31.2499732,28.0000429 C31.4583057,28.0000429 31.6353892,28.0729597 31.7812219,28.2187924 C31.9270546,28.3646251 31.9999809,28.5417086 31.9999809,28.7500411 L31.9999809,28.7500411 L31.9999809,31.2500352 C31.9999809,31.4583677 31.9270546,31.6354512 31.7812219,31.7812839 C31.6353892,31.9271166 31.4583057,32.0000429 31.2499732,32.0000429 L31.2499732,32.0000429 Z M39.2499541,32.0000429 L36.7499601,32.0000429 C36.5416275,32.0000429 36.364544,31.9271166 36.2187113,31.7812839 C36.0728787,31.6354512 35.9999619,31.4583677 35.9999619,31.2500352 L35.9999619,31.2500352 L35.9999619,28.7500411 C35.9999619,28.5417086 36.0728787,28.3646251 36.2187113,28.2187924 C36.364544,28.0729597 36.5416275,28.0000429 36.7499601,28.0000429 L36.7499601,28.0000429 L39.2499541,28.0000429 C39.4582866,28.0000429 39.6353702,28.0729597 39.7812028,28.2187924 C39.9270355,28.3646251 39.9999619,28.5417086 39.9999619,28.7500411 L39.9999619,28.7500411 L39.9999619,31.2500352 C39.9999619,31.4583677 39.9270355,31.6354512 39.7812028,31.7812839 C39.6353702,31.9271166 39.4582866,32.0000429 39.2499541,32.0000429 L39.2499541,32.0000429 Z M31.2499732,38.0000286 L28.7499791,38.0000286 C28.5416466,38.0000286 28.3645631,37.9271023 28.2187304,37.7812696 C28.0728977,37.6354369 27.9999809,37.4583534 27.9999809,37.2500209 L27.9999809,37.2500209 L27.9999809,34.7500268 C27.9999809,34.5416943 28.0728977,34.3646108 28.2187304,34.2187781 C28.3645631,34.0729454 28.5416466,34.0000286 28.7499791,34.0000286 L28.7499791,34.0000286 L31.2499732,34.0000286 C31.4583057,34.0000286 31.6353892,34.0729454 31.7812219,34.2187781 C31.9270546,34.3646108 31.9999809,34.5416943 31.9999809,34.7500268 L31.9999809,34.7500268 L31.9999809,37.2500209 C31.9999809,37.4583534 31.9270546,37.6354369 31.7812219,37.7812696 C31.6353892,37.9271023 31.4583057,38.0000286 31.2499732,38.0000286 L31.2499732,38.0000286 Z M39.2499541,38.0000286 L36.7499601,38.0000286 C36.5416275,38.0000286 36.364544,37.9271023 36.2187113,37.7812696 C36.0728787,37.6354369 35.9999619,37.4583534 35.9999619,37.2500209 L35.9999619,37.2500209 L35.9999619,34.7500268 C35.9999619,34.5416943 36.0728787,34.3646108 36.2187113,34.2187781 C36.364544,34.0729454 36.5416275,34.0000286 36.7499601,34.0000286 L36.7499601,34.0000286 L39.2499541,34.0000286 C39.4582866,34.0000286 39.6353702,34.0729454 39.7812028,34.2187781 C39.9270355,34.3646108 39.9999619,34.5416943 39.9999619,34.7500268 L39.9999619,34.7500268 L39.9999619,37.2500209 C39.9999619,37.4583534 39.9270355,37.6354369 39.7812028,37.7812696 C39.6353702,37.9271023 39.4582866,38.0000286 39.2499541,38.0000286 L39.2499541,38.0000286 Z M35.9999714,47.9999952 L31.9999714,47.9999952 L31.9999714,42.7500077 C31.9999714,42.5416752 32.0728882,42.3645917 32.2187209,42.218759 C32.3645535,42.0729263 32.5416371,42.0000095 32.7499696,42.0000095 L32.7499696,42.0000095 L35.2499636,42.0000095 C35.4582962,42.0000095 35.6353797,42.0729263 35.7812124,42.218759 C35.927045,42.3645917 35.9999714,42.5416752 35.9999714,42.7500077 L35.9999714,42.7500077 L35.9999714,47.9999952 Z", id: "b", fill: "#292A33", fillRule: "nonzero" }))))))); };
22
- export default PropertyApartmentIcon;
@@ -1,2 +0,0 @@
1
- export default PropertyBusinessIcon;
2
- declare function PropertyBusinessIcon(): JSX.Element;
@@ -1,20 +0,0 @@
1
- import React from "react";
2
- var PropertyBusinessIcon = function () { return (React.createElement("svg", { width: "51px", height: "51px", viewBox: "0 0 81 81", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
3
- React.createElement("defs", null,
4
- React.createElement("circle", { id: "property-business-path-1", cx: "33.5", cy: "33.5", r: "33.5" }),
5
- React.createElement("filter", { x: "-17.2%", y: "-14.2%", width: "134.3%", height: "134.3%", filterUnits: "objectBoundingBox", id: "property-business-filter-2" },
6
- React.createElement("feOffset", { dx: "0", dy: "-4", in: "SourceAlpha", result: "shadowOffsetOuter1" }),
7
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.964705882 0 0 0 0 0.964705882 0 0 0 0 0.976470588 0 0 0 1 0", type: "matrix", in: "shadowOffsetOuter1", result: "shadowMatrixOuter1" }),
8
- React.createElement("feOffset", { dx: "0", dy: "2", in: "SourceAlpha", result: "shadowOffsetOuter2" }),
9
- React.createElement("feGaussianBlur", { stdDeviation: "3.5", in: "shadowOffsetOuter2", result: "shadowBlurOuter2" }),
10
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.161570617 0 0 0 0 0.163300979 0 0 0 0 0.199501812 0 0 0 0.3 0", type: "matrix", in: "shadowBlurOuter2", result: "shadowMatrixOuter2" }),
11
- React.createElement("feMerge", null,
12
- React.createElement("feMergeNode", { in: "shadowMatrixOuter1" }),
13
- React.createElement("feMergeNode", { in: "shadowMatrixOuter2" })))),
14
- React.createElement("g", { id: "PropertyBusiness", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
15
- React.createElement("g", { id: "PropertyBusinessIcon", transform: "translate(7.000000, 5.000000)" },
16
- React.createElement("g", { id: "Oval-Copy-5" },
17
- React.createElement("use", { fill: "black", fillOpacity: "1", filter: "url(#property-business-filter-2)", xlinkHref: "#property-business-path-1" }),
18
- React.createElement("use", { fill: "#FFFFFF", fillRule: "evenodd", xlinkHref: "#property-business-path-1" })),
19
- React.createElement("path", { d: "M48.4999273,47.9999952 C48.9165933,47.9999952 49.2707585,47.8541626 49.5624247,47.5624963 C49.854091,47.27083 49.9999237,46.9166648 49.9999237,46.4999988 L49.9999237,46.4999988 L49.9999237,29.5000393 C49.9999237,28.9167077 49.7395073,28.4792088 49.2186756,28.1875425 C48.6978438,27.8958762 48.187428,27.9167101 47.6874292,28.2500423 L47.6874292,28.2500423 L38.9999499,33.7500292 L38.9999499,29.5000393 C38.9999499,28.9167077 38.7395336,28.4792088 38.2187018,28.1875425 C37.69787,27.8958762 37.1874543,27.9167101 36.6874554,28.2500423 L36.6874554,28.2500423 L27.9999762,33.7500292 L27.9999762,21.500062 C27.9999762,21.0833924 27.8541435,20.7292272 27.5624772,20.4375609 C27.2708109,20.1458947 26.9166457,20.000062 26.4999797,20.000062 L26.4999797,20.000062 L19.5,20.000062 C19.0833304,20.000062 18.7291652,20.1458947 18.437499,20.4375609 C18.1458327,20.7292272 18,21.0833924 18,21.500062 L18,21.500062 L18,46.4999988 C18,46.9166648 18.1458327,47.27083 18.437499,47.5624963 C18.7291652,47.8541626 19.0833304,47.9999952 19.5,47.9999952 L19.5,47.9999952 L48.4999273,47.9999952 Z", id: "i", fill: "#292A33", fillRule: "nonzero" }))))); };
20
- export default PropertyBusinessIcon;
@@ -1,2 +0,0 @@
1
- export default PropertyCarIcon;
2
- declare function PropertyCarIcon(): JSX.Element;
@@ -1,22 +0,0 @@
1
- import React from "react";
2
- var PropertyCarIcon = function () { return (React.createElement("svg", { width: "51px", height: "51px", viewBox: "0 0 81 81", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
3
- React.createElement("defs", null,
4
- React.createElement("circle", { id: "car-path-1", cx: "33.5", cy: "33.5", r: "33.5" }),
5
- React.createElement("filter", { x: "-17.2%", y: "-14.2%", width: "134.3%", height: "134.3%", filterUnits: "objectBoundingBox", id: "car-filter-2" },
6
- React.createElement("feOffset", { dx: "0", dy: "-4", in: "SourceAlpha", result: "shadowOffsetOuter1" }),
7
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.964705882 0 0 0 0 0.964705882 0 0 0 0 0.976470588 0 0 0 1 0", type: "matrix", in: "shadowOffsetOuter1", result: "shadowMatrixOuter1" }),
8
- React.createElement("feOffset", { dx: "0", dy: "2", in: "SourceAlpha", result: "shadowOffsetOuter2" }),
9
- React.createElement("feGaussianBlur", { stdDeviation: "3.5", in: "shadowOffsetOuter2", result: "shadowBlurOuter2" }),
10
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.161570617 0 0 0 0 0.163300979 0 0 0 0 0.199501812 0 0 0 0.3 0", type: "matrix", in: "shadowBlurOuter2", result: "shadowMatrixOuter2" }),
11
- React.createElement("feMerge", null,
12
- React.createElement("feMergeNode", { in: "shadowMatrixOuter1" }),
13
- React.createElement("feMergeNode", { in: "shadowMatrixOuter2" })))),
14
- React.createElement("g", { id: "car-Profile-/-Icons", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
15
- React.createElement("g", { id: "Outlined", transform: "translate(7.000000, -686.000000)" },
16
- React.createElement("g", { id: "Potentail-future-property", transform: "translate(0.000000, 231.000000)" },
17
- React.createElement("g", { id: "car-Profile-Obligation-Icon-/-Property---Private-Car", transform: "translate(0.000000, 460.000000)" },
18
- React.createElement("g", { id: "Oval-Copy-6" },
19
- React.createElement("use", { fill: "black", fillOpacity: "1", filter: "url(#car-filter-2)", xlinkHref: "#car-path-1" }),
20
- React.createElement("use", { fill: "#FFFFFF", fillRule: "evenodd", xlinkHref: "#car-path-1" })),
21
- React.createElement("path", { d: "M23.9999857,46 C24.5416514,46 25.0104003,45.8020835 25.4062323,45.4062514 C25.8020644,45.0104193 25.9999809,44.5416705 25.9999809,44.0000048 L25.9999809,44.0000048 L25.9999809,42.0000095 L41.9999428,42.0000095 L41.9999428,44.0000048 C41.9999428,44.5416705 42.1978593,45.0104193 42.5936914,45.4062514 C42.9895234,45.8020835 43.4582723,46 43.999938,46 L43.999938,46 L45.9999332,46 C46.5415989,46 47.0103478,45.8020835 47.4061799,45.4062514 C47.802012,45.0104193 47.9999285,44.5416705 47.9999285,44.0000048 L47.9999285,44.0000048 L47.9999285,40.6250128 C48.6665939,39.8750146 48.9999261,39.0000167 48.9999261,38.0000191 L48.9999261,38.0000191 L48.9999261,35.0000262 C48.9999261,33.7916961 48.5415942,32.7916985 47.6249294,32.0000334 L47.6249294,32.0000334 L48.8749264,32.0000334 C49.041593,32.0000334 49.1978426,31.9479505 49.3436753,31.8437838 C49.4895079,31.739617 49.5832577,31.6042013 49.6249246,31.4375347 L49.6249246,31.4375347 L49.9999237,29.9375383 C50.0415906,29.6875389 49.9895067,29.4687894 49.8436741,29.2812899 C49.6978414,29.0937903 49.4999249,29.0000405 49.2499255,29.0000405 L49.2499255,29.0000405 L45.4999344,29.0000405 L44.437437,26.3750468 C43.9374382,25.041717 43.0936902,23.9792195 41.906193,23.1875544 C40.7186958,22.3958893 39.395782,22.0000572 37.9374525,22.0000572 L37.9374525,22.0000572 L30.0624712,22.0000572 C28.6041417,22.0000572 27.2812279,22.3958893 26.0937307,23.1875544 C24.9062335,23.9792195 24.0624855,25.041717 23.5624867,26.3750468 L23.5624867,26.3750468 L22.4999893,29.0000405 L18.7499982,29.0000405 C18.4999988,29.0000405 18.3020823,29.0937903 18.1562496,29.2812899 C18.010417,29.4687894 17.9583331,29.6875389 18,29.9375383 L18,29.9375383 L18.3749991,31.4375347 C18.416666,31.6042013 18.5104158,31.739617 18.6562484,31.8437838 C18.8020811,31.9479505 18.9583307,32.0000334 19.1249973,32.0000334 L19.1249973,32.0000334 L20.3749943,32.0000334 C19.4583295,32.7916985 18.9999976,33.7916961 18.9999976,35.0000262 L18.9999976,35.0000262 L18.9999976,38.0000191 C18.9999976,39.0000167 19.3333298,39.8750146 19.9999952,40.6250128 L19.9999952,40.6250128 L19.9999952,44.0000048 C19.9999952,44.5416705 20.1979117,45.0104193 20.5937438,45.4062514 C20.9895759,45.8020835 21.4583248,46 21.9999905,46 L21.9999905,46 L23.9999857,46 Z M41.9999428,31.0000358 L25.9999809,31.0000358 L27.2499779,27.8750432 C27.4583105,27.3333775 27.8228936,26.8854626 28.3437253,26.5312964 C28.8645571,26.1771303 29.4374727,26.0000477 30.0624712,26.0000477 L30.0624712,26.0000477 L37.9999523,26.0000477 C38.5832839,26.0000477 39.1353666,26.1771303 39.6561984,26.5312964 C40.1770301,26.8854626 40.5416132,27.3333775 40.7499458,27.8750432 L40.7499458,27.8750432 L41.9999428,31.0000358 Z M24.4374847,38.0000286 L23.9999905,38.0000286 C23.4166541,38.0000286 22.9374882,37.8125195 22.5624891,37.4375204 C22.18749,37.0625213 21.9999905,36.5833555 21.9999905,36.0000286 C21.9999905,35.4166922 22.18749,34.9375264 22.5624891,34.5625273 C22.9374882,34.1875282 23.4166541,34.0000286 23.9999905,34.0000286 C24.5833173,34.0000286 25.2291497,34.3437778 25.9374811,35.0312762 C26.6458124,35.7187745 26.9999785,36.3750229 26.9999785,37.0000286 C26.9999785,37.4583534 26.7291462,37.7500197 26.1874805,37.8750194 C25.8541483,37.9583522 25.2708157,38.0000286 24.4374847,38.0000286 L24.4374847,38.0000286 Z M43.9999452,38.0000286 L43.5624391,38.0000286 C42.729108,38.0000286 42.1457754,37.9583522 41.8124432,37.8750194 C41.2707775,37.7500197 40.9999452,37.4583534 40.9999452,37.0000286 C40.9999452,36.3750229 41.3541113,35.7187745 42.0624426,35.0312762 C42.770774,34.3437778 43.4166064,34.0000286 43.9999452,34.0000286 C44.5832696,34.0000286 45.0624355,34.1875282 45.4374346,34.5625273 C45.8124337,34.9375264 45.9999332,35.4166922 45.9999332,36.0000286 C45.9999332,36.5833555 45.8124337,37.0625213 45.4374346,37.4375204 C45.0624355,37.8125195 44.5832696,38.0000286 43.9999452,38.0000286 L43.9999452,38.0000286 Z", id: "c", fill: "#292A33", fillRule: "nonzero" }))))))); };
22
- export default PropertyCarIcon;
@@ -1,2 +0,0 @@
1
- export default PropertyCommercialVehicleIcon;
2
- declare function PropertyCommercialVehicleIcon(): JSX.Element;
@@ -1,23 +0,0 @@
1
- import React from "react";
2
- var PropertyCommercialVehicleIcon = function () { return (React.createElement("svg", { width: "51px", height: "51px", viewBox: "0 0 81 81", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
3
- React.createElement("title", null, "Profile Obligation Icon / Property - Commercial Vehicle"),
4
- React.createElement("defs", null,
5
- React.createElement("circle", { id: "comm-vehicle-path-1", cx: "33.5", cy: "33.5", r: "33.5" }),
6
- React.createElement("filter", { x: "-17.2%", y: "-14.2%", width: "134.3%", height: "134.3%", filterUnits: "objectBoundingBox", id: "comm-vehicle-filter-2" },
7
- React.createElement("feOffset", { dx: "0", dy: "-4", in: "SourceAlpha", result: "shadowOffsetOuter1" }),
8
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.964705882 0 0 0 0 0.964705882 0 0 0 0 0.976470588 0 0 0 1 0", type: "matrix", in: "shadowOffsetOuter1", result: "shadowMatrixOuter1" }),
9
- React.createElement("feOffset", { dx: "0", dy: "2", in: "SourceAlpha", result: "shadowOffsetOuter2" }),
10
- React.createElement("feGaussianBlur", { stdDeviation: "3.5", in: "shadowOffsetOuter2", result: "shadowBlurOuter2" }),
11
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.161570617 0 0 0 0 0.163300979 0 0 0 0 0.199501812 0 0 0 0.3 0", type: "matrix", in: "shadowBlurOuter2", result: "shadowMatrixOuter2" }),
12
- React.createElement("feMerge", null,
13
- React.createElement("feMergeNode", { in: "shadowMatrixOuter1" }),
14
- React.createElement("feMergeNode", { in: "shadowMatrixOuter2" })))),
15
- React.createElement("g", { id: "comm-vehicle-Profile-/-Icons", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
16
- React.createElement("g", { id: "Outlined", transform: "translate(7.000000, -916.000000)" },
17
- React.createElement("g", { id: "comm-vehicle-Potentail-future-property", transform: "translate(0.000000, 231.000000)" },
18
- React.createElement("g", { id: "comm-vehicle-Profile-Obligation-Icon-/-Property---Commercial-Vehicle", transform: "translate(0.000000, 690.000000)" },
19
- React.createElement("g", { id: "Oval-Copy-6" },
20
- React.createElement("use", { fill: "black", fillOpacity: "1", filter: "url(#comm-vehicle-filter-2)", xlinkHref: "#comm-vehicle-path-1" }),
21
- React.createElement("use", { fill: "#FFFFFF", fillRule: "evenodd", xlinkHref: "#comm-vehicle-path-1" })),
22
- React.createElement("path", { d: "M43.9999285,49.9999905 C45.6665915,49.9999905 47.0832541,49.4166588 48.2499183,48.2499946 C49.4165825,47.0833304 49.9999142,45.6666678 49.9999142,44.0000048 L49.9999142,44.0000048 L52.999907,44.0000048 C53.2915733,44.0000048 53.5311558,43.906255 53.7186553,43.7187554 C53.9061549,43.5312559 53.9999046,43.2916734 53.9999046,43.0000072 L53.9999046,43.0000072 L53.9999046,41.0000119 C53.9999046,40.7083456 53.9061549,40.4687632 53.7186553,40.2812636 C53.5311558,40.0937641 53.2915733,40.0000143 52.999907,40.0000143 L52.999907,40.0000143 L51.9999094,40.0000143 L51.9999094,33.2500304 C51.9999094,32.4166994 51.7082431,31.7083671 51.1249115,31.1250355 L51.1249115,31.1250355 L44.8749264,24.8750504 C44.2915948,24.2917187 43.5832625,24.0000525 42.7499315,24.0000525 L42.7499315,24.0000525 L39.999938,24.0000525 L39.999938,21.0000668 C39.999938,20.1667286 39.7082717,19.4583963 39.1249401,18.8750647 C38.5416085,18.291733 37.8332762,18.0000668 36.9999452,18.0000668 L36.9999452,18.0000668 L17,18.0000668 C16.1666618,18.0000668 15.4583295,18.291733 14.8749979,18.8750647 C14.2916663,19.4583963 14,20.1667286 14,21.0000668 L14,21.0000668 L14,41.0000119 C14,41.8333429 14.2916663,42.5416752 14.8749979,43.1250069 C15.4583295,43.7083385 16.1666618,44.0000048 17,44.0000048 L17,44.0000048 L18,44.0000048 C18,45.6666678 18.5833221,47.0833304 19.7499863,48.2499946 C20.9166505,49.4166588 22.3333131,49.9999905 23.9999762,49.9999905 C25.6666392,49.9999905 27.0833018,49.4166588 28.249966,48.2499946 C29.4166302,47.0833304 29.9999619,45.6666678 29.9999619,44.0000048 L29.9999619,44.0000048 L37.9999428,44.0000048 C37.9999428,45.6666678 38.5832744,47.0833304 39.7499386,48.2499946 C40.9166028,49.4166588 42.3332655,49.9999905 43.9999285,49.9999905 Z M48.9999166,34.0000286 L39.999938,34.0000286 L39.999938,27.0000453 L42.7499315,27.0000453 L48.9999166,33.2500304 L48.9999166,34.0000286 Z M23.9999833,46.9999976 C23.1666451,46.9999976 22.4583128,46.7083313 21.8749812,46.1249997 C21.2916496,45.5416681 20.9999833,44.8333358 20.9999833,44.0000119 C20.9999833,43.1666737 21.2916496,42.4583415 21.8749812,41.8750098 C22.4583128,41.2916782 23.1666451,41.0000119 23.9999833,41.0000119 C24.8333072,41.0000119 25.5416395,41.2916782 26.1249711,41.8750098 C26.7083027,42.4583415 26.999969,43.1666737 26.999969,44.0000119 C26.999969,44.8333358 26.7083027,45.5416681 26.1249711,46.1249997 C25.5416395,46.7083313 24.8333072,46.9999976 23.9999833,46.9999976 Z M43.9999356,46.9999976 C43.1665974,46.9999976 42.4582652,46.7083313 41.8749335,46.1249997 C41.2916019,45.5416681 40.9999356,44.8333358 40.9999356,44.0000119 C40.9999356,43.1666737 41.2916019,42.4583415 41.8749335,41.8750098 C42.4582652,41.2916782 43.1665974,41.0000119 43.9999356,41.0000119 C44.8332595,41.0000119 45.5415918,41.2916782 46.1249234,41.8750098 C46.708255,42.4583415 46.9999213,43.1666737 46.9999213,44.0000119 C46.9999213,44.8333358 46.708255,45.5416681 46.1249234,46.1249997 C45.5415918,46.7083313 44.8332595,46.9999976 43.9999356,46.9999976 Z", id: "t", fill: "#292A33", fillRule: "nonzero" }))))))); };
23
- export default PropertyCommercialVehicleIcon;
@@ -1,2 +0,0 @@
1
- export default PropertyGarageIcon;
2
- declare function PropertyGarageIcon(): JSX.Element;
@@ -1,22 +0,0 @@
1
- import React from "react";
2
- var PropertyGarageIcon = function () { return (React.createElement("svg", { width: "51px", height: "51px", viewBox: "0 0 81 81", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
3
- React.createElement("defs", null,
4
- React.createElement("circle", { id: "garage-path-1", cx: "33.5", cy: "33.5", r: "33.5" }),
5
- React.createElement("filter", { x: "-17.2%", y: "-14.2%", width: "134.3%", height: "134.3%", filterUnits: "objectBoundingBox", id: "garage-filter-2" },
6
- React.createElement("feOffset", { dx: "0", dy: "-4", in: "SourceAlpha", result: "shadowOffsetOuter1" }),
7
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.964705882 0 0 0 0 0.964705882 0 0 0 0 0.976470588 0 0 0 1 0", type: "matrix", in: "shadowOffsetOuter1", result: "shadowMatrixOuter1" }),
8
- React.createElement("feOffset", { dx: "0", dy: "2", in: "SourceAlpha", result: "shadowOffsetOuter2" }),
9
- React.createElement("feGaussianBlur", { stdDeviation: "3.5", in: "shadowOffsetOuter2", result: "shadowBlurOuter2" }),
10
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.161570617 0 0 0 0 0.163300979 0 0 0 0 0.199501812 0 0 0 0.3 0", type: "matrix", in: "shadowBlurOuter2", result: "shadowMatrixOuter2" }),
11
- React.createElement("feMerge", null,
12
- React.createElement("feMergeNode", { in: "shadowMatrixOuter1" }),
13
- React.createElement("feMergeNode", { in: "shadowMatrixOuter2" })))),
14
- React.createElement("g", { id: "garage-Profile-/-Icons", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
15
- React.createElement("g", { id: "Outlined", transform: "translate(7.000000, -226.000000)" },
16
- React.createElement("g", { id: "garage-Potentail-future-property", transform: "translate(0.000000, 231.000000)" },
17
- React.createElement("g", { id: "Profile-Obligation-Icon-/-Property---Garage" },
18
- React.createElement("g", { id: "Oval-Copy-3" },
19
- React.createElement("use", { fill: "black", fillOpacity: "1", filter: "url(#garage-filter-2)", xlinkHref: "#garage-path-1" }),
20
- React.createElement("use", { fill: "#FFFFFF", fillRule: "evenodd", xlinkHref: "#garage-path-1" })),
21
- React.createElement("path", { d: "M19.4999869,49.9999905 C19.6249866,49.9999905 19.7395693,49.9479076 19.8437361,49.8437408 C19.9479028,49.7395741 19.9999857,49.6249914 19.9999857,49.4999917 L19.9999857,49.4999917 L19.9999857,34.0000286 C19.9999857,33.4583629 20.1979022,32.989614 20.5937343,32.593782 C20.9895664,32.1979499 21.4791492,32.0000334 22.0624808,32.0000334 L22.0624808,32.0000334 L45.9374239,32.0000334 C46.5207555,32.0000334 47.0103383,32.1979499 47.4061704,32.593782 C47.8020024,32.989614 47.9999189,33.4583629 47.9999189,34.0000286 L47.9999189,34.0000286 L47.9999189,49.4999917 C47.9999189,49.6249914 48.0520018,49.7395741 48.1561686,49.8437408 C48.2603353,49.9479076 48.374918,49.9999905 48.4999177,49.9999905 L48.4999177,49.9999905 L53.4999058,49.9999905 C53.6249055,49.9999905 53.7394883,49.9479076 53.843655,49.8437408 C53.9478217,49.7395741 53.9999046,49.6249914 53.9999046,49.4999917 L53.9999046,49.4999917 L53.9999046,28.0625428 C53.9999046,27.4792111 53.833238,26.9375454 53.4999058,26.4375466 C53.1665736,25.9375478 52.7082407,25.5625487 52.1249091,25.3125493 L52.1249091,25.3125493 L52.187409,25.3125493 L35.1249496,18.2500662 C34.3749514,17.9167339 33.6249532,17.9167339 32.874955,18.2500662 L32.874955,18.2500662 L15.8749955,25.3125493 C15.2916639,25.5625487 14.833331,25.9375478 14.5,26.4375466 C14.1666666,26.9375454 14,27.4792111 14,28.0625428 L14,28.0625428 L14,49.4999917 C14,49.6249914 14.0520829,49.7395741 14.1562496,49.8437408 C14.2604164,49.9479076 14.3749991,49.9999905 14.5,49.9999905 L14.5,49.9999905 L19.4999869,49.9999905 Z M45.4999249,38.0000286 C45.6249246,38.0000286 45.7395073,37.9479362 45.8436741,37.8437694 C45.9478408,37.7396027 45.9999237,37.62502 45.9999237,37.5000286 L45.9999237,37.5000286 L45.9999237,34.5000286 C45.9999237,34.3750277 45.9478408,34.260445 45.8436741,34.1562782 C45.7395073,34.0521115 45.6249246,34.0000286 45.4999249,34.0000286 L45.4999249,34.0000286 L22.5624808,34.0000286 C22.395813,34.0000286 22.2708133,34.0521115 22.1874805,34.1562782 C22.1041477,34.260445 22.0624808,34.3750277 22.0624808,34.5000286 L22.0624808,34.5000286 L22.0624808,37.5000286 C22.0624808,37.62502 22.1041477,37.7396027 22.1874805,37.8437694 C22.2708133,37.9479362 22.395813,38.0000286 22.5624808,38.0000286 L22.5624808,38.0000286 L45.4999249,38.0000286 Z M45.4999249,44.0000143 C45.6249246,44.0000143 45.7395073,43.9479219 45.8436741,43.8437551 C45.9478408,43.7395884 45.9999237,43.6250057 45.9999237,43.5000143 L45.9999237,43.5000143 L45.9999237,40.5000143 C45.9999237,40.3750134 45.9478408,40.2604307 45.8436741,40.1562639 C45.7395073,40.0520972 45.6249246,40.0000143 45.4999249,40.0000143 L45.4999249,40.0000143 L22.4999809,40.0000143 C22.37498,40.0000143 22.2603973,40.0520972 22.1562306,40.1562639 C22.0520638,40.2604307 21.9999809,40.3750134 21.9999809,40.5000143 L21.9999809,40.5000143 L21.9999809,43.5000143 C21.9999809,43.6250057 22.0520638,43.7395884 22.1562306,43.8437551 C22.2603973,43.9479219 22.37498,44.0000143 22.4999809,44.0000143 L22.4999809,44.0000143 L45.4999249,44.0000143 Z M45.4999249,50 C45.6249246,50 45.7395073,49.9479076 45.8436741,49.8437408 C45.9478408,49.7395741 45.9999237,49.6249914 45.9999237,49.5 L45.9999237,49.5 L45.9999237,46.5 C45.9999237,46.3749991 45.9478408,46.2604164 45.8436741,46.1562496 C45.7395073,46.0520829 45.6249246,46 45.4999249,46 L45.4999249,46 L22.4999809,46 C22.37498,46 22.2603973,46.0520829 22.1562306,46.1562496 C22.0520638,46.2604164 21.9999809,46.3749991 21.9999809,46.5 L21.9999809,46.5 L21.9999809,49.5 C21.9999809,49.6249914 22.0520638,49.7395741 22.1562306,49.8437408 C22.2603973,49.9479076 22.37498,50 22.4999809,50 L22.4999809,50 L45.4999249,50 Z", id: "w", fill: "#292A33", fillRule: "nonzero" }))))))); };
22
- export default PropertyGarageIcon;
@@ -1,2 +0,0 @@
1
- export default PropertyLandIcon;
2
- declare function PropertyLandIcon(): JSX.Element;
@@ -1,22 +0,0 @@
1
- import React from "react";
2
- var PropertyLandIcon = function () { return (React.createElement("svg", { width: "51px", height: "51px", viewBox: "0 0 81 81", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
3
- React.createElement("defs", null,
4
- React.createElement("circle", { id: "land-path-1", cx: "33.5", cy: "33.5", r: "33.5" }),
5
- React.createElement("filter", { x: "-17.2%", y: "-14.2%", width: "134.3%", height: "134.3%", filterUnits: "objectBoundingBox", id: "land-filter-2" },
6
- React.createElement("feOffset", { dx: "0", dy: "-4", in: "SourceAlpha", result: "shadowOffsetOuter1" }),
7
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.964705882 0 0 0 0 0.964705882 0 0 0 0 0.976470588 0 0 0 1 0", type: "matrix", in: "shadowOffsetOuter1", result: "shadowMatrixOuter1" }),
8
- React.createElement("feOffset", { dx: "0", dy: "2", in: "SourceAlpha", result: "shadowOffsetOuter2" }),
9
- React.createElement("feGaussianBlur", { stdDeviation: "3.5", in: "shadowOffsetOuter2", result: "shadowBlurOuter2" }),
10
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.161570617 0 0 0 0 0.163300979 0 0 0 0 0.199501812 0 0 0 0.3 0", type: "matrix", in: "shadowBlurOuter2", result: "shadowMatrixOuter2" }),
11
- React.createElement("feMerge", null,
12
- React.createElement("feMergeNode", { in: "shadowMatrixOuter1" }),
13
- React.createElement("feMergeNode", { in: "shadowMatrixOuter2" })))),
14
- React.createElement("g", { id: "land-Profile-/-Icons", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
15
- React.createElement("g", { id: "Outlined", transform: "translate(7.000000, -571.000000)" },
16
- React.createElement("g", { id: "land-Potentail-future-property", transform: "translate(0.000000, 231.000000)" },
17
- React.createElement("g", { id: "Profile-Obligation-Icon-/-Property---Land", transform: "translate(0.000000, 345.000000)" },
18
- React.createElement("g", { id: "Oval-Copy-6" },
19
- React.createElement("use", { fill: "black", fillOpacity: "1", filter: "url(#land-filter-2)", xlinkHref: "#land-path-1" }),
20
- React.createElement("use", { fill: "#FFFFFF", fillRule: "evenodd", xlinkHref: "#land-path-1" })),
21
- React.createElement("path", { d: "M36.9999642,49.9999905 C37.3749633,49.9999905 37.6562127,49.8437408 37.8437122,49.5312416 C38.0312118,49.2187423 38.0416287,48.8958261 37.8749622,48.5624939 L37.8749622,48.5624939 L35.9999666,45.5000012 L35.9999666,44.0000048 L44.5624462,44.0000048 C44.8541125,44.0000048 45.1145279,43.927088 45.3436943,43.7812553 C45.5728608,43.6354226 45.7499434,43.4375061 45.8749431,43.1875067 C45.9999428,42.9375073 46.0416097,42.6770909 45.9999428,42.4062586 C45.9582759,42.1354262 45.8332762,41.8750098 45.6249437,41.6250104 L45.6249437,41.6250104 L40.6249556,36.0000238 L42.562451,36.0000238 C43.1874495,36.0000238 43.6249484,35.7291915 43.8749478,35.1875258 C44.1249472,34.6458601 44.0624474,34.1458613 43.6874483,33.6875294 L43.6874483,33.6875294 L38.7499601,28.0000429 L40.5624557,28.0000429 C40.854122,28.0000429 41.1249544,27.9271261 41.3749538,27.7812934 C41.6249532,27.6354608 41.8020358,27.4271273 41.9062025,27.1562949 C42.0103693,26.8854626 42.0416192,26.6146292 41.9999523,26.3437969 C41.9582854,26.0729645 41.8332857,25.8333811 41.6249532,25.6250486 L41.6249532,25.6250486 L34.7499696,18.312566 C34.5416371,18.1042335 34.2916377,18.0000668 33.9999714,18.0000668 C33.7083051,18.0000668 33.4583057,18.1042335 33.2499732,18.312566 L33.2499732,18.312566 L26.3749896,25.6250486 C26.1666571,25.8333811 26.0416573,26.0729645 25.9999905,26.3437969 C25.9583236,26.6146292 25.9895735,26.8854626 26.0937402,27.1562949 C26.197907,27.4271273 26.3749896,27.6354608 26.624989,27.7812934 C26.8749884,27.9271261 27.1458207,28.0000429 27.437487,28.0000429 L27.437487,28.0000429 L29.2499827,28.0000429 L24.3124945,33.6875294 C23.9374954,34.1458613 23.8749955,34.6458601 24.1249949,35.1875258 C24.3749943,35.7291915 24.8124933,36.0000238 25.4374918,36.0000238 L25.4374918,36.0000238 L27.3749872,36.0000238 L22.3749991,41.6250104 C22.1666666,41.8750098 22.0416669,42.1354262 22,42.4062586 C21.9583331,42.6770909 22,42.9375073 22.1249997,43.1875067 C22.2499994,43.4375061 22.427082,43.6354226 22.6562484,43.7812553 C22.8854149,43.927088 23.1458303,44.0000048 23.4374966,44.0000048 L23.4374966,44.0000048 L31.9999762,44.0000048 L31.9999762,45.5000012 L30.1249806,48.5624939 C29.958314,48.8958261 29.968731,49.2187423 30.1562306,49.5312416 C30.3437301,49.8437408 30.6249794,49.9999905 30.9999785,49.9999905 L30.9999785,49.9999905 L36.9999642,49.9999905 Z", id: "t", fill: "#292A33", fillRule: "nonzero" }))))))); };
22
- export default PropertyLandIcon;
@@ -1,2 +0,0 @@
1
- export default PropertyMotorcycleIcon;
2
- declare function PropertyMotorcycleIcon(): JSX.Element;
@@ -1,22 +0,0 @@
1
- import React from "react";
2
- var PropertyMotorcycleIcon = function () { return (React.createElement("svg", { width: "51px", height: "51px", viewBox: "0 0 81 81", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
3
- React.createElement("defs", null,
4
- React.createElement("circle", { id: "motorcycle-path-1", cx: "33.5", cy: "33.5", r: "33.5" }),
5
- React.createElement("filter", { x: "-17.2%", y: "-14.2%", width: "134.3%", height: "134.3%", filterUnits: "objectBoundingBox", id: "motorcycle-filter-2" },
6
- React.createElement("feOffset", { dx: "0", dy: "-4", in: "SourceAlpha", result: "shadowOffsetOuter1" }),
7
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.964705882 0 0 0 0 0.964705882 0 0 0 0 0.976470588 0 0 0 1 0", type: "matrix", in: "shadowOffsetOuter1", result: "shadowMatrixOuter1" }),
8
- React.createElement("feOffset", { dx: "0", dy: "2", in: "SourceAlpha", result: "shadowOffsetOuter2" }),
9
- React.createElement("feGaussianBlur", { stdDeviation: "3.5", in: "shadowOffsetOuter2", result: "shadowBlurOuter2" }),
10
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.161570617 0 0 0 0 0.163300979 0 0 0 0 0.199501812 0 0 0 0.3 0", type: "matrix", in: "shadowBlurOuter2", result: "shadowMatrixOuter2" }),
11
- React.createElement("feMerge", null,
12
- React.createElement("feMergeNode", { in: "shadowMatrixOuter1" }),
13
- React.createElement("feMergeNode", { in: "shadowMatrixOuter2" })))),
14
- React.createElement("g", { id: "motorcycle-Profile-/-Icons", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
15
- React.createElement("g", { id: "Outlined", transform: "translate(7.000000, -801.000000)" },
16
- React.createElement("g", { id: "Potentail-future-property", transform: "translate(0.000000, 231.000000)" },
17
- React.createElement("g", { id: "motorcycle-Profile-Obligation-Icon-/-Property---Motorcycle", transform: "translate(0.000000, 575.000000)" },
18
- React.createElement("g", { id: "Oval-Copy-6" },
19
- React.createElement("use", { fill: "black", fillOpacity: "1", filter: "url(#motorcycle-filter-2)", xlinkHref: "#motorcycle-path-1" }),
20
- React.createElement("use", { fill: "#FFFFFF", fillRule: "evenodd", xlinkHref: "#motorcycle-path-1" })),
21
- React.createElement("path", { d: "M45.9686738,46 C47.4061704,46 48.7499171,45.6458339 49.9999142,44.9375025 C51.2499112,44.2291712 52.2290758,43.2500066 52.9374072,42.0000095 C53.6457385,40.7500125 53.9999046,39.4062657 53.9999046,37.9687691 C53.9999046,36.5312726 53.6353225,35.2083587 52.9061572,34.0000286 C52.176992,32.7916985 51.2082443,31.8229508 49.9999142,31.0937855 C48.791584,30.3646203 47.4790872,30.0000381 46.0624236,30.0000381 C45.1457588,30.0000381 44.2707608,30.1458708 43.4374298,30.4375371 L43.4374298,30.4375371 L41.3749347,27.0000453 L46.4999225,27.0000453 C46.9165885,27.0000453 47.2707537,26.8542126 47.56242,26.5625463 C47.8540863,26.2708801 47.9999189,25.9167149 47.9999189,25.5000572 L47.9999189,25.5000572 L47.9999189,23.5000572 C47.9999189,23.0833877 47.8540863,22.7292225 47.56242,22.4375562 C47.2707537,22.1458899 46.9165885,22.0000572 46.4999225,22.0000572 L46.4999225,22.0000572 L43.6874292,22.0000572 C43.2290973,22.0000572 42.8540982,22.1667238 42.5624319,22.5000572 L42.5624319,22.5000572 L40.1874376,25.1250498 L38.8124408,22.7500554 C38.5207746,22.2500566 38.0832756,22.0000572 37.499944,22.0000572 L37.499944,22.0000572 L32.4999559,22.0000572 C32.2082896,22.0000572 31.9687072,22.093807 31.7812076,22.2813065 C31.5937081,22.4688061 31.4999583,22.7083885 31.4999583,23.0000572 L31.4999583,23.0000572 L31.4999583,24.0000572 C31.4999583,24.2917187 31.5937081,24.5313012 31.7812076,24.7188007 C31.9687072,24.9063003 32.2082896,25.0000572 32.4999559,25.0000572 L32.4999559,25.0000572 L36.6249461,25.0000572 L37.8749431,27.0000453 L28.249966,27.0000453 C27.6249675,26.2083802 26.8749693,25.6042156 25.9999714,25.1875496 C24.9583069,24.7292177 23.6249771,24.5000572 21.9999809,24.5000572 L21.9999809,24.5000572 L18.5624891,24.5000572 C18.1041572,24.5000572 17.7291581,24.6458839 17.4374918,24.9375502 C17.1458255,25.2292165 16.9999928,25.5833817 16.9999928,26.0000572 C16.9999928,26.4167137 17.1458255,26.7708789 17.4374918,27.0625452 C17.7291581,27.3542114 18.0833233,27.5000441 18.4999893,27.5000441 L18.4999893,27.5000441 L21.9999809,27.5000441 C23.3333108,27.5000441 24.3333084,28.0208759 24.9999738,29.0625404 L24.9999738,29.0625404 L24.2499756,30.3125374 C23.4166445,30.062538 22.5624796,29.9583713 21.6874817,30.0000381 C20.3124849,30.041705 19.041655,30.4167041 17.8749908,31.1250355 C16.7083266,31.8333668 15.7812458,32.7812815 15.0937474,33.9687787 C14.406249,35.1562759 14.0416669,36.4375228 14,37.8125195 C13.9583331,39.2708491 14.2916663,40.6354298 14.9999976,41.9062598 C15.7083289,43.1770897 16.6874936,44.1770874 17.9374906,44.9062526 C19.1874876,45.6354179 20.5416514,46 21.9999809,46 C23.8333096,46 25.4687227,45.4375013 26.9062192,44.312504 C28.3437158,43.1875067 29.2916305,41.7500101 29.7499624,40.0000143 L29.7499624,40.0000143 L34.9999499,40.0000143 C35.4166159,40.0000143 35.7811981,39.8437647 36.0936973,39.5312654 C36.4061966,39.2187662 36.5416132,38.854184 36.4999464,38.437518 C36.4582795,36.9375216 36.7395288,35.500025 37.3436943,34.1250283 C37.9478599,32.7500316 38.8332738,31.5833674 39.999938,30.6250367 L39.999938,30.6250367 L40.8124361,31.9375335 C39.9374382,32.6875317 39.2499398,33.5937796 38.749941,34.656277 C38.2499422,35.7187745 37.9999428,36.8541888 37.9999428,38.0625189 C37.9999428,39.4791825 38.3541089,40.7916794 39.0624402,42.0000095 C39.7707716,43.2083397 40.7395193,44.1770874 41.9686833,44.9062526 C43.1978474,45.6354179 44.5311772,46 45.9686738,46 Z M21.9999809,43.0000072 C20.6249842,43.0000072 19.447904,42.5104253 18.4687393,41.5312607 C17.4895747,40.552096 16.9999928,39.3750158 16.9999928,38.0000191 C16.9999928,36.6250224 17.4895747,35.4479421 18.4687393,34.4687775 C19.447904,33.4896128 20.6249842,33.000031 21.9999809,33.000031 C22.2499803,33.000031 22.4999797,33.020864 22.7499791,33.0625308 L22.7499791,33.0625308 L20.1874852,37.7500197 C19.895819,38.2500185 19.895819,38.7500173 20.1874852,39.2500161 C20.4791515,39.7500149 20.9166505,40.0000143 21.4999821,40.0000143 L21.4999821,40.0000143 L26.56247,40.0000143 C26.1874709,40.9166791 25.5833054,41.6458434 24.7499744,42.1875091 C23.9166433,42.7291748 22.9999785,43.0000072 21.9999809,43.0000072 Z M46.2499231,43.0000072 C44.8332595,43.08334 43.6040964,42.625008 42.5624319,41.6250104 C41.5207674,40.6250128 40.9999356,39.4166827 40.9999356,38.0000191 C40.9999356,36.6666892 41.4582675,35.520858 42.3749323,34.5625273 L42.3749323,34.5625273 L45.4999249,39.6875151 C45.6249246,39.9375145 45.8228411,40.0937641 46.0936735,40.1562639 C46.3645059,40.2187638 46.6040893,40.1875139 46.8124218,40.0625142 L46.8124218,40.0625142 L47.6874197,39.5000155 C47.9374191,39.3750158 48.0936687,39.1770993 48.1561686,38.9062669 C48.2186684,38.6354345 48.1874185,38.3958511 48.0624188,38.1875186 L48.0624188,38.1875186 L44.9999356,33.1250307 C45.3332583,33.0416979 45.6665915,33.000031 45.9999237,33.000031 C47.4165873,33.000031 48.6249174,33.5208628 49.6249151,34.5625273 C50.6249127,35.6041918 51.0832446,36.8333549 50.9999118,38.2500185 C50.916579,39.5416824 50.4269962,40.6354298 49.5311653,41.5312607 C48.6353344,42.4270915 47.541587,42.9166743 46.2499231,43.0000072 Z", id: "m", fill: "#292A33", fillRule: "nonzero" }))))))); };
22
- export default PropertyMotorcycleIcon;
@@ -1,2 +0,0 @@
1
- export default PropertyPersonalIcon;
2
- declare function PropertyPersonalIcon(): JSX.Element;
@@ -1,20 +0,0 @@
1
- import React from "react";
2
- var PropertyPersonalIcon = function () { return (React.createElement("svg", { width: "51px", height: "51px", viewBox: "0 0 81 81", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
3
- React.createElement("defs", null,
4
- React.createElement("circle", { id: "property-personal-path-1", cx: "33.5", cy: "33.5", r: "33.5" }),
5
- React.createElement("filter", { x: "-17.2%", y: "-14.2%", width: "134.3%", height: "134.3%", filterUnits: "objectBoundingBox", id: "property-personal-filter-2" },
6
- React.createElement("feOffset", { dx: "0", dy: "-4", in: "SourceAlpha", result: "shadowOffsetOuter1" }),
7
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.964705882 0 0 0 0 0.964705882 0 0 0 0 0.976470588 0 0 0 1 0", type: "matrix", in: "shadowOffsetOuter1", result: "shadowMatrixOuter1" }),
8
- React.createElement("feOffset", { dx: "0", dy: "2", in: "SourceAlpha", result: "shadowOffsetOuter2" }),
9
- React.createElement("feGaussianBlur", { stdDeviation: "3.5", in: "shadowOffsetOuter2", result: "shadowBlurOuter2" }),
10
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.161570617 0 0 0 0 0.163300979 0 0 0 0 0.199501812 0 0 0 0.3 0", type: "matrix", in: "shadowBlurOuter2", result: "shadowMatrixOuter2" }),
11
- React.createElement("feMerge", null,
12
- React.createElement("feMergeNode", { in: "shadowMatrixOuter1" }),
13
- React.createElement("feMergeNode", { in: "shadowMatrixOuter2" })))),
14
- React.createElement("g", { id: "PropertyPersonal", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
15
- React.createElement("g", { id: "PropertyPersonalIcon", transform: "translate(7.000000, 5.000000)" },
16
- React.createElement("g", { id: "Oval" },
17
- React.createElement("use", { fill: "black", fillOpacity: "1", filter: "url(#property-personal-filter-2)", xlinkHref: "#property-personal-path-1" }),
18
- React.createElement("use", { fill: "#FFFFFF", fillRule: "evenodd", xlinkHref: "#property-personal-path-1" })),
19
- React.createElement("path", { d: "M49.7499195,37.0000215 C49.9582521,37.0000215 50.1249186,36.9166886 50.2499183,36.7500221 L50.2499183,36.7500221 L51.8124146,34.8125267 C51.9374143,34.6458601 51.9894972,34.4583605 51.9686642,34.250028 C51.9478313,34.0416955 51.8749145,33.8750289 51.7499148,33.7500292 L51.7499148,33.7500292 L46.4999273,29.4375395 L46.4999273,20.7500602 C46.4999273,20.5417277 46.4270105,20.3646441 46.2811778,20.2188115 C46.1353451,20.0729788 45.9582616,20.000062 45.7499291,20.000062 L45.7499291,20.000062 L42.2499374,20.000062 C42.0416049,20.000062 41.8645213,20.0729788 41.7186887,20.2188115 C41.572856,20.3646441 41.4999392,20.5417277 41.4999392,20.7500602 L41.4999392,20.7500602 L41.4999392,25.3125493 L35.9374525,20.6875603 C35.3541208,20.2292284 34.7082884,20.000062 33.9999571,20.000062 C33.2916258,20.000062 32.6666272,20.2292284 32.1249616,20.6875603 L32.1249616,20.6875603 L16.2499994,33.7500292 C16.1249997,33.8750289 16.0520829,34.0416955 16.0312499,34.250028 C16.010417,34.4583605 16.0624999,34.6458601 16.1874996,34.8125267 L16.1874996,34.8125267 L17.7499958,36.7500221 C17.8749955,36.9166886 18.0416621,37.0000215 18.2499946,37.0000215 C18.4583272,37.0000215 18.6458267,36.9375216 18.8124933,36.8125219 L18.8124933,36.8125219 L33.4999583,24.7500507 C33.6666249,24.625051 33.8332905,24.5625511 33.9999571,24.5625511 C34.1666237,24.5625511 34.3332893,24.625051 34.4999559,24.7500507 L34.4999559,24.7500507 L49.1874209,36.8125219 C49.3540875,36.9375216 49.541587,37.0000215 49.7499195,37.0000215 Z M30.249966,47.9999952 C30.4582985,47.9999952 30.6353821,47.9270784 30.7812148,47.7812458 C30.9270474,47.6354131 30.9999642,47.4583295 30.9999642,47.249997 L30.9999642,47.249997 L30.9999642,40.2500137 C30.9999642,40.0416812 31.072881,39.8645976 31.2187137,39.718765 C31.3645464,39.5729323 31.5416299,39.5000155 31.7499624,39.5000155 L31.7499624,39.5000155 L36.2499517,39.5000155 C36.4582842,39.5000155 36.6353678,39.5729323 36.7812005,39.718765 C36.9270331,39.8645976 36.9999499,40.0416812 36.9999499,40.2500137 L36.9999499,40.2500137 L36.9999499,47.249997 C36.9999499,47.4583295 37.0728667,47.6354131 37.2186994,47.7812458 C37.3645321,47.9270784 37.5416156,47.9999952 37.7499481,47.9999952 L37.7499481,47.9999952 L44.9999309,47.9999952 C45.4165968,47.9999952 45.770762,47.8541626 46.0624283,47.5624963 C46.3540946,47.27083 46.4999273,46.9166648 46.4999273,46.4999988 L46.4999273,46.4999988 L46.4999273,37.5625201 C46.4999273,37.3125207 46.4165945,37.1041882 46.2499279,36.9375216 L46.2499279,36.9375216 L34.4999559,27.3125446 C34.3332893,27.1875449 34.1666237,27.125045 33.9999571,27.125045 C33.8332905,27.125045 33.6666249,27.1875449 33.4999583,27.3125446 L33.4999583,27.3125446 L21.7499863,36.9375216 C21.5833197,37.1041882 21.4999869,37.3125207 21.4999869,37.5625201 L21.4999869,37.5625201 L21.4999869,46.4999988 C21.4999869,46.9166648 21.6458196,47.27083 21.9374858,47.5624963 C22.2291521,47.8541626 22.5833173,47.9999952 22.9999869,47.9999952 L22.9999869,47.9999952 L30.249966,47.9999952 Z", id: "h", fill: "#292A33", fillRule: "nonzero" }))))); };
20
- export default PropertyPersonalIcon;
@@ -1,2 +0,0 @@
1
- export default PropertyStorefrontIcon;
2
- declare function PropertyStorefrontIcon(): JSX.Element;
@@ -1,23 +0,0 @@
1
- import React from "react";
2
- var PropertyStorefrontIcon = function () { return (React.createElement("svg", { width: "51px", height: "51px", viewBox: "0 0 81 81", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
3
- React.createElement("title", null, "Profile Obligation Icon / Property - Storefront"),
4
- React.createElement("defs", null,
5
- React.createElement("circle", { id: "storefront-path-1", cx: "33.5", cy: "33.5", r: "33.5" }),
6
- React.createElement("filter", { x: "-17.2%", y: "-14.2%", width: "134.3%", height: "134.3%", filterUnits: "objectBoundingBox", id: "storefront-filter-2" },
7
- React.createElement("feOffset", { dx: "0", dy: "-4", in: "SourceAlpha", result: "shadowOffsetOuter1" }),
8
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.964705882 0 0 0 0 0.964705882 0 0 0 0 0.976470588 0 0 0 1 0", type: "matrix", in: "shadowOffsetOuter1", result: "shadowMatrixOuter1" }),
9
- React.createElement("feOffset", { dx: "0", dy: "2", in: "SourceAlpha", result: "shadowOffsetOuter2" }),
10
- React.createElement("feGaussianBlur", { stdDeviation: "3.5", in: "shadowOffsetOuter2", result: "shadowBlurOuter2" }),
11
- React.createElement("feColorMatrix", { values: "0 0 0 0 0.161570617 0 0 0 0 0.163300979 0 0 0 0 0.199501812 0 0 0 0.3 0", type: "matrix", in: "shadowBlurOuter2", result: "shadowMatrixOuter2" }),
12
- React.createElement("feMerge", null,
13
- React.createElement("feMergeNode", { in: "shadowMatrixOuter1" }),
14
- React.createElement("feMergeNode", { in: "shadowMatrixOuter2" })))),
15
- React.createElement("g", { id: "storefront-Profile-/-Icons", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
16
- React.createElement("g", { id: "Outlined", transform: "translate(7.000000, -341.000000)" },
17
- React.createElement("g", { id: "Potentail-future-property", transform: "translate(0.000000, 231.000000)" },
18
- React.createElement("g", { id: "storefront-Profile-Obligation-Icon-/-Property---Storefront", transform: "translate(0.000000, 115.000000)" },
19
- React.createElement("g", { id: "Oval-Copy-4" },
20
- React.createElement("use", { fill: "black", fillOpacity: "1", filter: "url(#storefront-filter-2)", xlinkHref: "#storefront-path-1" }),
21
- React.createElement("use", { fill: "#FFFFFF", fillRule: "evenodd", xlinkHref: "#storefront-path-1" })),
22
- React.createElement("path", { d: "M51.9999094,30.0000381 C52.4999082,30.0000381 52.9374072,29.8333716 53.3124063,29.5000393 C53.6874054,29.1667071 53.9061549,28.7604581 53.9686547,28.2812922 C54.0311546,27.8021264 53.9374048,27.3333775 53.6874054,26.8750456 L53.6874054,26.8750456 L48.3124182,18.8750647 C47.9374191,18.291733 47.3957534,18.0000668 46.6874221,18.0000668 L46.6874221,18.0000668 L21.3124826,18.0000668 C20.6041512,18.0000668 20.0624855,18.291733 19.6874864,18.8750647 L19.6874864,18.8750647 L14.3749991,26.8750456 C14.0833328,27.3333775 13.9687501,27.8021264 14.0312499,28.2812922 C14.0937498,28.7604581 14.3124993,29.1667071 14.6874984,29.5000393 C15.0624975,29.8333716 15.4999964,30.0000381 15.9999952,30.0000381 L15.9999952,30.0000381 L51.9999094,30.0000381 Z M35.9999475,49.9999905 C36.5416132,49.9999905 37.0103621,49.802074 37.4061942,49.4062419 C37.8020263,49.0104098 37.9999428,48.5416609 37.9999428,47.9999952 L37.9999428,47.9999952 L37.9999428,32.0000334 L33.9999523,32.0000334 L33.9999523,42.0000095 L21.9999905,42.0000095 L21.9999905,32.0000334 L17.9999905,32.0000334 L17.9999905,47.9999952 C17.9999905,48.5416609 18.197907,49.0104098 18.593739,49.4062419 C18.9895711,49.802074 19.45832,49.9999905 19.9999905,49.9999905 L19.9999905,49.9999905 L35.9999475,49.9999905 Z M48.9999237,49.9999905 C49.2915828,49.9999905 49.5311653,49.9062407 49.7186648,49.7187411 C49.9061644,49.5312416 49.9999237,49.2916591 49.9999237,48.9999928 L49.9999237,48.9999928 L49.9999237,32.0000334 L45.9999237,32.0000334 L45.9999237,48.9999928 C45.9999237,49.2916591 46.0936735,49.5312416 46.281173,49.7187411 C46.4686726,49.9062407 46.708255,49.9999905 46.9999237,49.9999905 L46.9999237,49.9999905 L48.9999237,49.9999905 Z", id: "s", fill: "#292A33", fillRule: "nonzero" }))))))); };
23
- export default PropertyStorefrontIcon;
@@ -1,38 +0,0 @@
1
- export namespace iconsMap {
2
- export { AccountGenericIcon as ACCOUNTS_GENERIC };
3
- export { AccountConstructionIcon as ACCOUNTS_CONSTRUCTION };
4
- export { AccountMedicalIcon as ACCOUNTS_HEALTH };
5
- export { AccountDentalIcon as ACCOUNTS_DENTAL };
6
- export { AccountElectricIcon as ACCOUNTS_UTILITY_ELECTRIC };
7
- export { AccountGarbageIcon as ACCOUNTS_UTILITY_GARBAGE };
8
- export { AccountGasIcon as ACCOUNTS_UTILITY_GAS };
9
- export { AccountWaterIcon as ACCOUNTS_UTILITY_WATER };
10
- export { PropertyPersonalIcon as PROPERTIES_PERSONAL };
11
- export { PropertyGarageIcon as PROPERTIES_GARAGE };
12
- export { PropertyBusinessIcon as PROPERTIES_BUSINESS };
13
- export { PropertyStorefrontIcon as PROPERTIES_STOREFRONT };
14
- export { PropertyApartmentIcon as PROPERTIES_APARTMENT };
15
- export { PropertyLandIcon as PROPERTIES_LAND };
16
- export { PropertyCarIcon as PROPERTIES_CAR };
17
- export { PropertyMotorcycleIcon as PROPERTIES_MOTORCYCLE };
18
- export { PropertyCommercialVehicleIcon as PROPERTIES_COMMERCIAL_AUTO };
19
- export { AccountBillIcon as MISC_SINGLE_BILL };
20
- }
21
- import AccountGenericIcon from "./AccountGenericIcon";
22
- import AccountConstructionIcon from "./AccountConstructionIcon";
23
- import AccountMedicalIcon from "./AccountMedicalIcon";
24
- import AccountDentalIcon from "./AccountDentalIcon";
25
- import AccountElectricIcon from "./AccountElectricIcon";
26
- import AccountGarbageIcon from "./AccountGarbageIcon";
27
- import AccountGasIcon from "./AccountGasIcon";
28
- import AccountWaterIcon from "./AccountWaterIcon";
29
- import PropertyPersonalIcon from "./PropertyPersonalIcon";
30
- import PropertyGarageIcon from "./PropertyGarageIcon";
31
- import PropertyBusinessIcon from "./PropertyBusinessIcon";
32
- import PropertyStorefrontIcon from "./PropertyStorefrontIcon";
33
- import PropertyApartmentIcon from "./PropertyApartmentIcon";
34
- import PropertyLandIcon from "./PropertyLandIcon";
35
- import PropertyCarIcon from "./PropertyCarIcon";
36
- import PropertyMotorcycleIcon from "./PropertyMotorcycleIcon";
37
- import PropertyCommercialVehicleIcon from "./PropertyCommercialVehicleIcon";
38
- import AccountBillIcon from "./AccountBillIcon";
@@ -1,57 +0,0 @@
1
- var _a;
2
- import AccountBillIcon from "./AccountBillIcon";
3
- import AccountGenericIcon from "./AccountGenericIcon";
4
- import AccountConstructionIcon from "./AccountConstructionIcon";
5
- import AccountDentalIcon from "./AccountDentalIcon";
6
- import AccountElectricIcon from "./AccountElectricIcon";
7
- import AccountGarbageIcon from "./AccountGarbageIcon";
8
- import AccountGasIcon from "./AccountGasIcon";
9
- import AccountMedicalIcon from "./AccountMedicalIcon";
10
- import AccountWaterIcon from "./AccountWaterIcon";
11
- import PropertyApartmentIcon from "./PropertyApartmentIcon";
12
- import PropertyBusinessIcon from "./PropertyBusinessIcon";
13
- import PropertyCarIcon from "./PropertyCarIcon";
14
- import PropertyCommercialVehicleIcon from "./PropertyCommercialVehicleIcon";
15
- import PropertyGarageIcon from "./PropertyGarageIcon";
16
- import PropertyLandIcon from "./PropertyLandIcon";
17
- import PropertyMotorcycleIcon from "./PropertyMotorcycleIcon";
18
- import PropertyStorefrontIcon from "./PropertyStorefrontIcon";
19
- import PropertyPersonalIcon from "./PropertyPersonalIcon";
20
- var ACCOUNTS_GENERIC_ICON = "ACCOUNTS_GENERIC";
21
- var ACCOUNTS_CONSTRUCTION_ICON = "ACCOUNTS_CONSTRUCTION";
22
- var ACCOUNTS_HEALTH_ICON = "ACCOUNTS_HEALTH";
23
- var ACCOUNTS_DENTAL_ICON = "ACCOUNTS_DENTAL";
24
- var ACCOUNTS_UTILITY_ELECTRIC_ICON = "ACCOUNTS_UTILITY_ELECTRIC";
25
- var ACCOUNTS_UTILITY_GAS_ICON = "ACCOUNTS_UTILITY_GAS";
26
- var ACCOUNTS_UTILITY_GARBAGE_ICON = "ACCOUNTS_UTILITY_GARBAGE";
27
- var ACCOUNTS_UTILITY_WATER_ICON = "ACCOUNTS_UTILITY_WATER";
28
- var PROPERTIES_PERSONAL_ICON = "PROPERTIES_PERSONAL";
29
- var PROPERTIES_GARAGE_ICON = "PROPERTIES_GARAGE";
30
- var PROPERTIES_BUSINESS_ICON = "PROPERTIES_BUSINESS";
31
- var PROPERTIES_STOREFRONT_ICON = "PROPERTIES_STOREFRONT";
32
- var PROPERTIES_APARTMENT_ICON = "PROPERTIES_APARTMENT";
33
- var PROPERTIES_LAND_ICON = "PROPERTIES_LAND";
34
- var PROPERTIES_CAR_ICON = "PROPERTIES_CAR";
35
- var PROPERTIES_MOTORCYCLE_ICON = "PROPERTIES_MOTORCYCLE";
36
- var PROPERTIES_COMMERCIAL_AUTO_ICON = "PROPERTIES_COMMERCIAL_AUTO";
37
- var MISC_BILL_ICON = "MISC_SINGLE_BILL";
38
- export var iconsMap = (_a = {},
39
- _a[ACCOUNTS_GENERIC_ICON] = AccountGenericIcon,
40
- _a[ACCOUNTS_CONSTRUCTION_ICON] = AccountConstructionIcon,
41
- _a[ACCOUNTS_HEALTH_ICON] = AccountMedicalIcon,
42
- _a[ACCOUNTS_DENTAL_ICON] = AccountDentalIcon,
43
- _a[ACCOUNTS_UTILITY_ELECTRIC_ICON] = AccountElectricIcon,
44
- _a[ACCOUNTS_UTILITY_GARBAGE_ICON] = AccountGarbageIcon,
45
- _a[ACCOUNTS_UTILITY_GAS_ICON] = AccountGasIcon,
46
- _a[ACCOUNTS_UTILITY_WATER_ICON] = AccountWaterIcon,
47
- _a[PROPERTIES_PERSONAL_ICON] = PropertyPersonalIcon,
48
- _a[PROPERTIES_GARAGE_ICON] = PropertyGarageIcon,
49
- _a[PROPERTIES_BUSINESS_ICON] = PropertyBusinessIcon,
50
- _a[PROPERTIES_STOREFRONT_ICON] = PropertyStorefrontIcon,
51
- _a[PROPERTIES_APARTMENT_ICON] = PropertyApartmentIcon,
52
- _a[PROPERTIES_LAND_ICON] = PropertyLandIcon,
53
- _a[PROPERTIES_CAR_ICON] = PropertyCarIcon,
54
- _a[PROPERTIES_MOTORCYCLE_ICON] = PropertyMotorcycleIcon,
55
- _a[PROPERTIES_COMMERCIAL_AUTO_ICON] = PropertyCommercialVehicleIcon,
56
- _a[MISC_BILL_ICON] = AccountBillIcon,
57
- _a);
@@ -1,2 +0,0 @@
1
- export default Obligation;
2
- import Obligation from "./Obligation";
@@ -1,2 +0,0 @@
1
- import Obligation from "./Obligation";
2
- export default Obligation;
@@ -1,12 +0,0 @@
1
- export default AmountModule;
2
- declare function AmountModule({ totalAmountDue, autoPayEnabled, isMobile, deactivatePaymentSchedule, navigateToSettings, autoPaySchedule, paymentPlanSchedule, isPaymentPlan, nextAutopayDate }: {
3
- totalAmountDue: any;
4
- autoPayEnabled: any;
5
- isMobile: any;
6
- deactivatePaymentSchedule: any;
7
- navigateToSettings: any;
8
- autoPaySchedule: any;
9
- paymentPlanSchedule: any;
10
- isPaymentPlan: any;
11
- nextAutopayDate: any;
12
- }): JSX.Element;
@@ -1,17 +0,0 @@
1
- import React, { useState } from "react";
2
- import AmountCallout from "../../../atoms/amount-callout";
3
- import { Box, Stack } from "../../../atoms/layouts";
4
- import Text from "../../../atoms/text";
5
- import { FONT_WEIGHT_SEMIBOLD } from "../../../../constants/style_constants";
6
- import { displayCurrency } from "../../../../util/general";
7
- import { AutopayModalModule } from "./AutopayModalModule";
8
- var AmountModule = function (_a) {
9
- var totalAmountDue = _a.totalAmountDue, autoPayEnabled = _a.autoPayEnabled, isMobile = _a.isMobile, deactivatePaymentSchedule = _a.deactivatePaymentSchedule, navigateToSettings = _a.navigateToSettings, autoPaySchedule = _a.autoPaySchedule, paymentPlanSchedule = _a.paymentPlanSchedule, isPaymentPlan = _a.isPaymentPlan, nextAutopayDate = _a.nextAutopayDate;
10
- var _b = useState(false), modalOpen = _b[0], toggleModal = _b[1];
11
- return (React.createElement(Box, { padding: "0 0.25rem 0 0" },
12
- React.createElement(Stack, { childGap: "0" },
13
- isMobile && (React.createElement(Text, { variant: "pS", weight: FONT_WEIGHT_SEMIBOLD, textAlign: "left" }, "Amount Due")),
14
- React.createElement(AmountCallout, { amount: displayCurrency(totalAmountDue), textAlign: isMobile ? "left" : "right" }),
15
- autoPayEnabled && (React.createElement(AutopayModalModule, { autoPayActive: autoPayEnabled, autoPaySchedule: autoPaySchedule, toggleModal: toggleModal, modalOpen: modalOpen, navigateToSettings: navigateToSettings, deactivatePaymentSchedule: deactivatePaymentSchedule, isMobile: isMobile, paymentPlanSchedule: paymentPlanSchedule, isPaymentPlan: isPaymentPlan, nextAutopayDate: nextAutopayDate, controlType: "link" })))));
16
- };
17
- export default AmountModule;
@@ -1,7 +0,0 @@
1
- export function amountModule(): JSX.Element;
2
- export default story;
3
- declare const story: {
4
- title: any;
5
- component: any;
6
- decorators: ((storyFn: any) => JSX.Element)[];
7
- };