@thecb/components 6.3.0-beta.1 → 6.3.1-beta.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 (1073) hide show
  1. package/dist/index.cjs.js +14651 -14704
  2. package/dist/index.cjs.js.map +1 -1
  3. package/dist/index.esm.js +14650 -14699
  4. package/dist/index.esm.js.map +1 -1
  5. package/package.json +2 -6
  6. package/src/.DS_Store +0 -0
  7. package/src/components/atoms/display-card/DisplayCard.js +31 -12
  8. package/src/components/atoms/icons/{ExternalLinkIcon.js → ExternalLinkicon.js} +0 -0
  9. package/src/components/atoms/index.js +1 -3
  10. package/src/components/atoms/text/Text.js +2 -0
  11. package/src/components/atoms/toggle-switch/ToggleSwitch.js +3 -3
  12. package/src/components/atoms/{card-registry/CardRegistryCard.js → welcome-card/Card.js} +3 -7
  13. package/src/components/atoms/{card-registry/CardRegistry.theme.js → welcome-card/Card.theme.js} +0 -0
  14. package/src/components/atoms/{card-registry → welcome-card}/index.js +4 -4
  15. package/src/components/molecules/index.js +2 -4
  16. package/src/components/molecules/popover/Popover.js +124 -0
  17. package/src/components/molecules/popover/Popover.theme.js +9 -0
  18. package/src/components/molecules/popover/index.js +3 -0
  19. package/src/components/templates/default-page-template/DefaultPageTemplate.js +2 -7
  20. package/src/util/index.js +2 -1
  21. package/src/util/useOutsideClick.js +33 -0
  22. package/dist/.storybook/page.d.ts +0 -13
  23. package/dist/.storybook/page.js +0 -41
  24. package/dist/.storybook/themes/apc.theme.d.ts +0 -79
  25. package/dist/.storybook/themes/apc.theme.js +0 -1
  26. package/dist/.storybook/themes/index.d.ts +0 -2
  27. package/dist/.storybook/themes/index.js +0 -2
  28. package/dist/.storybook/themes/sf.theme.d.ts +0 -231
  29. package/dist/.storybook/themes/sf.theme.js +0 -1
  30. package/dist/button-with-action/ButtonWithActionProps.js +0 -0
  31. package/dist/button-with-link/ButtonWithLinkProps.js +0 -1
  32. package/dist/index.d.ts +0 -277
  33. package/dist/index.d.ts.map +0 -1
  34. package/dist/nav-tabs/TabConfig.js +0 -0
  35. package/dist/src/components/atoms/add-obligation/AddObligation.d.ts +0 -5
  36. package/dist/src/components/atoms/add-obligation/AddObligation.js +0 -21
  37. package/dist/src/components/atoms/add-obligation/AddObligation.stories.d.ts +0 -7
  38. package/dist/src/components/atoms/add-obligation/AddObligation.stories.js +0 -10
  39. package/dist/src/components/atoms/add-obligation/AddObligation.theme.d.ts +0 -9
  40. package/dist/src/components/atoms/add-obligation/AddObligation.theme.js +0 -8
  41. package/dist/src/components/atoms/add-obligation/index.d.ts +0 -2
  42. package/dist/src/components/atoms/add-obligation/index.js +0 -2
  43. package/dist/src/components/atoms/alert/Alert.d.ts +0 -5
  44. package/dist/src/components/atoms/alert/Alert.js +0 -26
  45. package/dist/src/components/atoms/alert/Alert.stories.d.ts +0 -7
  46. package/dist/src/components/atoms/alert/Alert.stories.js +0 -19
  47. package/dist/src/components/atoms/alert/Alert.theme.d.ts +0 -65
  48. package/dist/src/components/atoms/alert/Alert.theme.js +0 -45
  49. package/dist/src/components/atoms/alert/index.d.ts +0 -2
  50. package/dist/src/components/atoms/alert/index.js +0 -2
  51. package/dist/src/components/atoms/amount-callout/AmountCallout.d.ts +0 -5
  52. package/dist/src/components/atoms/amount-callout/AmountCallout.js +0 -12
  53. package/dist/src/components/atoms/amount-callout/AmountCallout.stories.d.ts +0 -7
  54. package/dist/src/components/atoms/amount-callout/AmountCallout.stories.js +0 -18
  55. package/dist/src/components/atoms/amount-callout/AmountCallout.theme.d.ts +0 -5
  56. package/dist/src/components/atoms/amount-callout/AmountCallout.theme.js +0 -4
  57. package/dist/src/components/atoms/amount-callout/index.d.ts +0 -2
  58. package/dist/src/components/atoms/amount-callout/index.js +0 -2
  59. package/dist/src/components/atoms/box-with-shadow/BoxWithShadow.d.ts +0 -5
  60. package/dist/src/components/atoms/box-with-shadow/BoxWithShadow.js +0 -43
  61. package/dist/src/components/atoms/box-with-shadow/BoxWithShadow.theme.d.ts +0 -5
  62. package/dist/src/components/atoms/box-with-shadow/BoxWithShadow.theme.js +0 -5
  63. package/dist/src/components/atoms/box-with-shadow/index.d.ts +0 -2
  64. package/dist/src/components/atoms/box-with-shadow/index.js +0 -2
  65. package/dist/src/components/atoms/breadcrumb/Breadcrumb.d.ts +0 -4
  66. package/dist/src/components/atoms/breadcrumb/Breadcrumb.js +0 -22
  67. package/dist/src/components/atoms/breadcrumb/Breadcrumb.stories.d.ts +0 -7
  68. package/dist/src/components/atoms/breadcrumb/Breadcrumb.stories.js +0 -37
  69. package/dist/src/components/atoms/breadcrumb/Breadcrumb.theme.d.ts +0 -19
  70. package/dist/src/components/atoms/breadcrumb/Breadcrumb.theme.js +0 -24
  71. package/dist/src/components/atoms/breadcrumb/index.d.ts +0 -2
  72. package/dist/src/components/atoms/breadcrumb/index.js +0 -2
  73. package/dist/src/components/atoms/button-with-action/ButtonWithAction.d.ts +0 -15
  74. package/dist/src/components/atoms/button-with-action/ButtonWithAction.js +0 -86
  75. package/dist/src/components/atoms/button-with-action/ButtonWithAction.stories.d.ts +0 -7
  76. package/dist/src/components/atoms/button-with-action/ButtonWithAction.stories.js +0 -24
  77. package/dist/src/components/atoms/button-with-action/ButtonWithAction.theme.d.ts +0 -342
  78. package/dist/src/components/atoms/button-with-action/ButtonWithAction.theme.js +0 -202
  79. package/dist/src/components/atoms/button-with-action/ButtonWithActionProps.d.ts +0 -14
  80. package/dist/src/components/atoms/button-with-action/ButtonWithActionProps.js +0 -1
  81. package/dist/src/components/atoms/button-with-action/index.d.ts +0 -2
  82. package/dist/src/components/atoms/button-with-action/index.js +0 -2
  83. package/dist/src/components/atoms/button-with-link/ButtonWithLink.d.ts +0 -11
  84. package/dist/src/components/atoms/button-with-link/ButtonWithLink.js +0 -41
  85. package/dist/src/components/atoms/button-with-link/ButtonWithLink.stories.d.ts +0 -7
  86. package/dist/src/components/atoms/button-with-link/ButtonWithLink.stories.js +0 -21
  87. package/dist/src/components/atoms/button-with-link/ButtonWithLinkProps.d.ts +0 -10
  88. package/dist/src/components/atoms/button-with-link/ButtonWithLinkProps.js +0 -2
  89. package/dist/src/components/atoms/button-with-link/index.d.ts +0 -2
  90. package/dist/src/components/atoms/button-with-link/index.js +0 -2
  91. package/dist/src/components/atoms/card/Card.d.ts +0 -5
  92. package/dist/src/components/atoms/card/Card.js +0 -18
  93. package/dist/src/components/atoms/card/Card.theme.d.ts +0 -5
  94. package/dist/src/components/atoms/card/Card.theme.js +0 -5
  95. package/dist/src/components/atoms/card/index.d.ts +0 -2
  96. package/dist/src/components/atoms/card/index.js +0 -2
  97. package/dist/src/components/atoms/checkbox/Checkbox.d.ts +0 -5
  98. package/dist/src/components/atoms/checkbox/Checkbox.js +0 -52
  99. package/dist/src/components/atoms/checkbox/Checkbox.stories.d.ts +0 -7
  100. package/dist/src/components/atoms/checkbox/Checkbox.stories.js +0 -16
  101. package/dist/src/components/atoms/checkbox/Checkbox.theme.d.ts +0 -68
  102. package/dist/src/components/atoms/checkbox/Checkbox.theme.js +0 -39
  103. package/dist/src/components/atoms/checkbox/index.d.ts +0 -2
  104. package/dist/src/components/atoms/checkbox/index.js +0 -2
  105. package/dist/src/components/atoms/checkbox-list/CheckboxList.d.ts +0 -6
  106. package/dist/src/components/atoms/checkbox-list/CheckboxList.js +0 -40
  107. package/dist/src/components/atoms/checkbox-list/CheckboxList.stories.d.ts +0 -7
  108. package/dist/src/components/atoms/checkbox-list/CheckboxList.stories.js +0 -41
  109. package/dist/src/components/atoms/checkbox-list/CheckboxList.theme.d.ts +0 -44
  110. package/dist/src/components/atoms/checkbox-list/CheckboxList.theme.js +0 -33
  111. package/dist/src/components/atoms/checkbox-list/index.d.ts +0 -2
  112. package/dist/src/components/atoms/checkbox-list/index.js +0 -2
  113. package/dist/src/components/atoms/country-dropdown/CountryDropdown.d.ts +0 -9
  114. package/dist/src/components/atoms/country-dropdown/CountryDropdown.js +0 -8
  115. package/dist/src/components/atoms/country-dropdown/CountryDropdown.stories.d.ts +0 -7
  116. package/dist/src/components/atoms/country-dropdown/CountryDropdown.stories.js +0 -31
  117. package/dist/src/components/atoms/country-dropdown/index.d.ts +0 -1
  118. package/dist/src/components/atoms/country-dropdown/index.js +0 -1
  119. package/dist/src/components/atoms/country-dropdown/options.d.ts +0 -4
  120. package/dist/src/components/atoms/country-dropdown/options.js +0 -249
  121. package/dist/src/components/atoms/detail/Detail.d.ts +0 -5
  122. package/dist/src/components/atoms/detail/Detail.js +0 -63
  123. package/dist/src/components/atoms/detail/Detail.styled.d.ts +0 -1
  124. package/dist/src/components/atoms/detail/Detail.styled.js +0 -28
  125. package/dist/src/components/atoms/detail/Detail.theme.d.ts +0 -36
  126. package/dist/src/components/atoms/detail/Detail.theme.js +0 -28
  127. package/dist/src/components/atoms/detail/index.d.ts +0 -2
  128. package/dist/src/components/atoms/detail/index.js +0 -2
  129. package/dist/src/components/atoms/display-box/DisplayBox.d.ts +0 -5
  130. package/dist/src/components/atoms/display-box/DisplayBox.js +0 -11
  131. package/dist/src/components/atoms/display-box/DisplayBox.stories.d.ts +0 -7
  132. package/dist/src/components/atoms/display-box/DisplayBox.stories.js +0 -12
  133. package/dist/src/components/atoms/display-box/DisplayBox.theme.d.ts +0 -7
  134. package/dist/src/components/atoms/display-box/DisplayBox.theme.js +0 -7
  135. package/dist/src/components/atoms/display-box/index.d.ts +0 -2
  136. package/dist/src/components/atoms/display-box/index.js +0 -2
  137. package/dist/src/components/atoms/display-card/DisplayCard.d.ts +0 -9
  138. package/dist/src/components/atoms/display-card/DisplayCard.js +0 -22
  139. package/dist/src/components/atoms/display-card/DisplayCard.stories.d.ts +0 -7
  140. package/dist/src/components/atoms/display-card/DisplayCard.stories.js +0 -10
  141. package/dist/src/components/atoms/display-card/index.d.ts +0 -2
  142. package/dist/src/components/atoms/display-card/index.js +0 -2
  143. package/dist/src/components/atoms/dropdown/Dropdown.d.ts +0 -5
  144. package/dist/src/components/atoms/dropdown/Dropdown.js +0 -258
  145. package/dist/src/components/atoms/dropdown/Dropdown.stories.d.ts +0 -7
  146. package/dist/src/components/atoms/dropdown/Dropdown.stories.js +0 -30
  147. package/dist/src/components/atoms/dropdown/Dropdown.theme.d.ts +0 -7
  148. package/dist/src/components/atoms/dropdown/Dropdown.theme.js +0 -7
  149. package/dist/src/components/atoms/dropdown/DropdownIcon.d.ts +0 -2
  150. package/dist/src/components/atoms/dropdown/DropdownIcon.js +0 -7
  151. package/dist/src/components/atoms/dropdown/index.d.ts +0 -2
  152. package/dist/src/components/atoms/dropdown/index.js +0 -2
  153. package/dist/src/components/atoms/form-layouts/FormContainer.d.ts +0 -5
  154. package/dist/src/components/atoms/form-layouts/FormContainer.js +0 -34
  155. package/dist/src/components/atoms/form-layouts/FormFooterPanel.d.ts +0 -5
  156. package/dist/src/components/atoms/form-layouts/FormFooterPanel.js +0 -15
  157. package/dist/src/components/atoms/form-layouts/FormInput.d.ts +0 -5
  158. package/dist/src/components/atoms/form-layouts/FormInput.js +0 -116
  159. package/dist/src/components/atoms/form-layouts/FormInputColumn.d.ts +0 -7
  160. package/dist/src/components/atoms/form-layouts/FormInputColumn.js +0 -29
  161. package/dist/src/components/atoms/form-layouts/FormInputRow.d.ts +0 -9
  162. package/dist/src/components/atoms/form-layouts/FormInputRow.js +0 -30
  163. package/dist/src/components/atoms/form-layouts/FormLayouts.stories.d.ts +0 -7
  164. package/dist/src/components/atoms/form-layouts/FormLayouts.stories.js +0 -38
  165. package/dist/src/components/atoms/form-layouts/FormLayouts.theme.d.ts +0 -86
  166. package/dist/src/components/atoms/form-layouts/FormLayouts.theme.js +0 -44
  167. package/dist/src/components/atoms/form-layouts/index.d.ts +0 -6
  168. package/dist/src/components/atoms/form-layouts/index.js +0 -6
  169. package/dist/src/components/atoms/form-select/FormSelect.d.ts +0 -5
  170. package/dist/src/components/atoms/form-select/FormSelect.js +0 -36
  171. package/dist/src/components/atoms/form-select/FormSelect.stories.d.ts +0 -7
  172. package/dist/src/components/atoms/form-select/FormSelect.stories.js +0 -36
  173. package/dist/src/components/atoms/form-select/FormSelect.styled.d.ts +0 -3
  174. package/dist/src/components/atoms/form-select/FormSelect.styled.js +0 -22
  175. package/dist/src/components/atoms/form-select/FormSelect.theme.d.ts +0 -81
  176. package/dist/src/components/atoms/form-select/FormSelect.theme.js +0 -40
  177. package/dist/src/components/atoms/form-select/index.d.ts +0 -2
  178. package/dist/src/components/atoms/form-select/index.js +0 -2
  179. package/dist/src/components/atoms/formatted-address/FormattedAddress.d.ts +0 -5
  180. package/dist/src/components/atoms/formatted-address/FormattedAddress.js +0 -22
  181. package/dist/src/components/atoms/formatted-address/FormattedAddress.stories.d.ts +0 -7
  182. package/dist/src/components/atoms/formatted-address/FormattedAddress.stories.js +0 -18
  183. package/dist/src/components/atoms/formatted-address/FormattedAddress.theme.d.ts +0 -23
  184. package/dist/src/components/atoms/formatted-address/FormattedAddress.theme.js +0 -9
  185. package/dist/src/components/atoms/formatted-address/index.d.ts +0 -2
  186. package/dist/src/components/atoms/formatted-address/index.js +0 -2
  187. package/dist/src/components/atoms/formatted-credit-card/FormattedCreditCard.d.ts +0 -7
  188. package/dist/src/components/atoms/formatted-credit-card/FormattedCreditCard.js +0 -47
  189. package/dist/src/components/atoms/formatted-credit-card/FormattedCreditCard.theme.d.ts +0 -7
  190. package/dist/src/components/atoms/formatted-credit-card/FormattedCreditCard.theme.js +0 -7
  191. package/dist/src/components/atoms/formatted-credit-card/index.d.ts +0 -2
  192. package/dist/src/components/atoms/formatted-credit-card/index.js +0 -2
  193. package/dist/src/components/atoms/hamburger-button/HamburgerButton.d.ts +0 -8
  194. package/dist/src/components/atoms/hamburger-button/HamburgerButton.js +0 -27
  195. package/dist/src/components/atoms/hamburger-button/HamburgerButton.stories.d.ts +0 -7
  196. package/dist/src/components/atoms/hamburger-button/HamburgerButton.stories.js +0 -11
  197. package/dist/src/components/atoms/hamburger-button/index.d.ts +0 -2
  198. package/dist/src/components/atoms/hamburger-button/index.js +0 -2
  199. package/dist/src/components/atoms/heading/Heading.d.ts +0 -5
  200. package/dist/src/components/atoms/heading/Heading.js +0 -40
  201. package/dist/src/components/atoms/heading/Heading.stories.d.ts +0 -7
  202. package/dist/src/components/atoms/heading/Heading.stories.js +0 -10
  203. package/dist/src/components/atoms/heading/Heading.styled.d.ts +0 -1
  204. package/dist/src/components/atoms/heading/Heading.styled.js +0 -28
  205. package/dist/src/components/atoms/heading/Heading.theme.d.ts +0 -17
  206. package/dist/src/components/atoms/heading/Heading.theme.js +0 -16
  207. package/dist/src/components/atoms/heading/index.d.ts +0 -2
  208. package/dist/src/components/atoms/heading/index.js +0 -2
  209. package/dist/src/components/atoms/icons/AccountNumberImage.d.ts +0 -2
  210. package/dist/src/components/atoms/icons/AccountNumberImage.js +0 -20
  211. package/dist/src/components/atoms/icons/AccountsAddIcon.d.ts +0 -5
  212. package/dist/src/components/atoms/icons/AccountsAddIcon.js +0 -16
  213. package/dist/src/components/atoms/icons/AccountsIcon.d.ts +0 -5
  214. package/dist/src/components/atoms/icons/AccountsIcon.js +0 -15
  215. package/dist/src/components/atoms/icons/AccountsIconSmall.d.ts +0 -5
  216. package/dist/src/components/atoms/icons/AccountsIconSmall.js +0 -20
  217. package/dist/src/components/atoms/icons/AchReturnIcon.d.ts +0 -2
  218. package/dist/src/components/atoms/icons/AchReturnIcon.js +0 -6
  219. package/dist/src/components/atoms/icons/AllocatedIcon.d.ts +0 -2
  220. package/dist/src/components/atoms/icons/AllocatedIcon.js +0 -6
  221. package/dist/src/components/atoms/icons/AutopayOnIcon.d.ts +0 -2
  222. package/dist/src/components/atoms/icons/AutopayOnIcon.js +0 -6
  223. package/dist/src/components/atoms/icons/BankIcon.d.ts +0 -2
  224. package/dist/src/components/atoms/icons/BankIcon.js +0 -7
  225. package/dist/src/components/atoms/icons/CalendarIcon.d.ts +0 -2
  226. package/dist/src/components/atoms/icons/CalendarIcon.js +0 -6
  227. package/dist/src/components/atoms/icons/CarrotIcon.d.ts +0 -5
  228. package/dist/src/components/atoms/icons/CarrotIcon.js +0 -20
  229. package/dist/src/components/atoms/icons/CashIcon.d.ts +0 -2
  230. package/dist/src/components/atoms/icons/CashIcon.js +0 -7
  231. package/dist/src/components/atoms/icons/ChargebackIcon.d.ts +0 -2
  232. package/dist/src/components/atoms/icons/ChargebackIcon.js +0 -6
  233. package/dist/src/components/atoms/icons/ChargebackReversalIcon.d.ts +0 -2
  234. package/dist/src/components/atoms/icons/ChargebackReversalIcon.js +0 -6
  235. package/dist/src/components/atoms/icons/CheckIcon.d.ts +0 -2
  236. package/dist/src/components/atoms/icons/CheckIcon.js +0 -12
  237. package/dist/src/components/atoms/icons/CheckmarkIcon.d.ts +0 -2
  238. package/dist/src/components/atoms/icons/CheckmarkIcon.js +0 -12
  239. package/dist/src/components/atoms/icons/ChevronIcon.d.ts +0 -5
  240. package/dist/src/components/atoms/icons/ChevronIcon.js +0 -16
  241. package/dist/src/components/atoms/icons/CustomerSearchIcon.d.ts +0 -2
  242. package/dist/src/components/atoms/icons/CustomerSearchIcon.js +0 -22
  243. package/dist/src/components/atoms/icons/DuplicateIcon.d.ts +0 -2
  244. package/dist/src/components/atoms/icons/DuplicateIcon.js +0 -6
  245. package/dist/src/components/atoms/icons/EmptyCartIcon.d.ts +0 -5
  246. package/dist/src/components/atoms/icons/EmptyCartIcon.js +0 -13
  247. package/dist/src/components/atoms/icons/ErroredIcon.d.ts +0 -2
  248. package/dist/src/components/atoms/icons/ErroredIcon.js +0 -6
  249. package/dist/src/components/atoms/icons/ExternalLinkIcon.d.ts +0 -5
  250. package/dist/src/components/atoms/icons/ExternalLinkIcon.js +0 -11
  251. package/dist/src/components/atoms/icons/FailedIcon.d.ts +0 -2
  252. package/dist/src/components/atoms/icons/FailedIcon.js +0 -6
  253. package/dist/src/components/atoms/icons/ForgotPasswordIcon.d.ts +0 -5
  254. package/dist/src/components/atoms/icons/ForgotPasswordIcon.js +0 -17
  255. package/dist/src/components/atoms/icons/GenericCard.d.ts +0 -2
  256. package/dist/src/components/atoms/icons/GenericCard.js +0 -6
  257. package/dist/src/components/atoms/icons/GenericCardLarge.d.ts +0 -2
  258. package/dist/src/components/atoms/icons/GenericCardLarge.js +0 -8
  259. package/dist/src/components/atoms/icons/GoToEmailIcon.d.ts +0 -5
  260. package/dist/src/components/atoms/icons/GoToEmailIcon.js +0 -16
  261. package/dist/src/components/atoms/icons/IconAdd.d.ts +0 -2
  262. package/dist/src/components/atoms/icons/IconAdd.js +0 -14
  263. package/dist/src/components/atoms/icons/IconQuitLarge.d.ts +0 -4
  264. package/dist/src/components/atoms/icons/IconQuitLarge.js +0 -19
  265. package/dist/src/components/atoms/icons/Icons.theme.d.ts +0 -33
  266. package/dist/src/components/atoms/icons/Icons.theme.js +0 -27
  267. package/dist/src/components/atoms/icons/NoCustomerResultsIcon.d.ts +0 -2
  268. package/dist/src/components/atoms/icons/NoCustomerResultsIcon.js +0 -15
  269. package/dist/src/components/atoms/icons/NoPaymentResultsIcon.d.ts +0 -2
  270. package/dist/src/components/atoms/icons/NoPaymentResultsIcon.js +0 -16
  271. package/dist/src/components/atoms/icons/NotFoundIcon.d.ts +0 -2
  272. package/dist/src/components/atoms/icons/NotFoundIcon.js +0 -56
  273. package/dist/src/components/atoms/icons/PaymentIcon.d.ts +0 -8
  274. package/dist/src/components/atoms/icons/PaymentIcon.js +0 -30
  275. package/dist/src/components/atoms/icons/PaymentMethodAddIcon.d.ts +0 -5
  276. package/dist/src/components/atoms/icons/PaymentMethodAddIcon.js +0 -28
  277. package/dist/src/components/atoms/icons/PaymentMethodIcon.d.ts +0 -5
  278. package/dist/src/components/atoms/icons/PaymentMethodIcon.js +0 -15
  279. package/dist/src/components/atoms/icons/PaymentSearchIcon.d.ts +0 -2
  280. package/dist/src/components/atoms/icons/PaymentSearchIcon.js +0 -23
  281. package/dist/src/components/atoms/icons/PaymentsIconSmall.d.ts +0 -5
  282. package/dist/src/components/atoms/icons/PaymentsIconSmall.js +0 -20
  283. package/dist/src/components/atoms/icons/PendingIcon.d.ts +0 -2
  284. package/dist/src/components/atoms/icons/PendingIcon.js +0 -6
  285. package/dist/src/components/atoms/icons/PeriscopeFailedIcon.d.ts +0 -2
  286. package/dist/src/components/atoms/icons/PeriscopeFailedIcon.js +0 -56
  287. package/dist/src/components/atoms/icons/ProfileIcon.d.ts +0 -5
  288. package/dist/src/components/atoms/icons/ProfileIcon.js +0 -16
  289. package/dist/src/components/atoms/icons/ProfileIconSmall.d.ts +0 -5
  290. package/dist/src/components/atoms/icons/ProfileIconSmall.js +0 -12
  291. package/dist/src/components/atoms/icons/PropertiesAddIcon.d.ts +0 -5
  292. package/dist/src/components/atoms/icons/PropertiesAddIcon.js +0 -31
  293. package/dist/src/components/atoms/icons/PropertiesIconSmall.d.ts +0 -5
  294. package/dist/src/components/atoms/icons/PropertiesIconSmall.js +0 -10
  295. package/dist/src/components/atoms/icons/RefundIcon.d.ts +0 -2
  296. package/dist/src/components/atoms/icons/RefundIcon.js +0 -6
  297. package/dist/src/components/atoms/icons/RejectedIcon.d.ts +0 -2
  298. package/dist/src/components/atoms/icons/RejectedIcon.js +0 -6
  299. package/dist/src/components/atoms/icons/RejectedVelocityIcon.d.ts +0 -2
  300. package/dist/src/components/atoms/icons/RejectedVelocityIcon.js +0 -6
  301. package/dist/src/components/atoms/icons/ResetPasswordIcon.d.ts +0 -2
  302. package/dist/src/components/atoms/icons/ResetPasswordIcon.js +0 -16
  303. package/dist/src/components/atoms/icons/RoutingNumberImage.d.ts +0 -2
  304. package/dist/src/components/atoms/icons/RoutingNumberImage.js +0 -20
  305. package/dist/src/components/atoms/icons/SearchIcon.d.ts +0 -2
  306. package/dist/src/components/atoms/icons/SearchIcon.js +0 -10
  307. package/dist/src/components/atoms/icons/SettingsIconSmall.d.ts +0 -5
  308. package/dist/src/components/atoms/icons/SettingsIconSmall.js +0 -20
  309. package/dist/src/components/atoms/icons/ShoppingCartIcon.d.ts +0 -2
  310. package/dist/src/components/atoms/icons/ShoppingCartIcon.js +0 -11
  311. package/dist/src/components/atoms/icons/StatusUnknownIcon.d.ts +0 -2
  312. package/dist/src/components/atoms/icons/StatusUnknownIcon.js +0 -6
  313. package/dist/src/components/atoms/icons/SuccessfulIcon.d.ts +0 -2
  314. package/dist/src/components/atoms/icons/SuccessfulIcon.js +0 -6
  315. package/dist/src/components/atoms/icons/TimeoutImage.d.ts +0 -2
  316. package/dist/src/components/atoms/icons/TimeoutImage.js +0 -38
  317. package/dist/src/components/atoms/icons/TrashIcon.d.ts +0 -5
  318. package/dist/src/components/atoms/icons/TrashIcon.js +0 -15
  319. package/dist/src/components/atoms/icons/VerifiedEmailIcon.d.ts +0 -5
  320. package/dist/src/components/atoms/icons/VerifiedEmailIcon.js +0 -19
  321. package/dist/src/components/atoms/icons/VoidedIcon.d.ts +0 -2
  322. package/dist/src/components/atoms/icons/VoidedIcon.js +0 -6
  323. package/dist/src/components/atoms/icons/WalletIcon.d.ts +0 -5
  324. package/dist/src/components/atoms/icons/WalletIcon.js +0 -16
  325. package/dist/src/components/atoms/icons/WarningIconXS.d.ts +0 -2
  326. package/dist/src/components/atoms/icons/WarningIconXS.js +0 -13
  327. package/dist/src/components/atoms/icons/icons.stories.d.ts +0 -42
  328. package/dist/src/components/atoms/icons/icons.stories.js +0 -44
  329. package/dist/src/components/atoms/icons/index.d.ts +0 -59
  330. package/dist/src/components/atoms/icons/index.js +0 -59
  331. package/dist/src/components/atoms/index.d.ts +0 -45
  332. package/dist/src/components/atoms/index.js +0 -45
  333. package/dist/src/components/atoms/jumbo/Jumbo.d.ts +0 -4
  334. package/dist/src/components/atoms/jumbo/Jumbo.js +0 -25
  335. package/dist/src/components/atoms/jumbo/index.d.ts +0 -2
  336. package/dist/src/components/atoms/jumbo/index.js +0 -2
  337. package/dist/src/components/atoms/labeled-amount/LabeledAmount.d.ts +0 -5
  338. package/dist/src/components/atoms/labeled-amount/LabeledAmount.js +0 -16
  339. package/dist/src/components/atoms/labeled-amount/LabeledAmount.stories.d.ts +0 -7
  340. package/dist/src/components/atoms/labeled-amount/LabeledAmount.stories.js +0 -20
  341. package/dist/src/components/atoms/labeled-amount/LabeledAmount.theme.d.ts +0 -12
  342. package/dist/src/components/atoms/labeled-amount/LabeledAmount.theme.js +0 -10
  343. package/dist/src/components/atoms/labeled-amount/index.d.ts +0 -2
  344. package/dist/src/components/atoms/labeled-amount/index.js +0 -2
  345. package/dist/src/components/atoms/layouts/Box.d.ts +0 -3
  346. package/dist/src/components/atoms/layouts/Box.js +0 -37
  347. package/dist/src/components/atoms/layouts/Box.styled.d.ts +0 -1
  348. package/dist/src/components/atoms/layouts/Box.styled.js +0 -107
  349. package/dist/src/components/atoms/layouts/Center.d.ts +0 -8
  350. package/dist/src/components/atoms/layouts/Center.js +0 -35
  351. package/dist/src/components/atoms/layouts/Center.styled.d.ts +0 -1
  352. package/dist/src/components/atoms/layouts/Center.styled.js +0 -21
  353. package/dist/src/components/atoms/layouts/Cluster.d.ts +0 -16
  354. package/dist/src/components/atoms/layouts/Cluster.js +0 -39
  355. package/dist/src/components/atoms/layouts/Cluster.styled.d.ts +0 -2
  356. package/dist/src/components/atoms/layouts/Cluster.styled.js +0 -71
  357. package/dist/src/components/atoms/layouts/Cover.d.ts +0 -11
  358. package/dist/src/components/atoms/layouts/Cover.js +0 -52
  359. package/dist/src/components/atoms/layouts/Cover.styled.d.ts +0 -1
  360. package/dist/src/components/atoms/layouts/Cover.styled.js +0 -30
  361. package/dist/src/components/atoms/layouts/Frame.d.ts +0 -7
  362. package/dist/src/components/atoms/layouts/Frame.js +0 -42
  363. package/dist/src/components/atoms/layouts/Frame.styled.d.ts +0 -1
  364. package/dist/src/components/atoms/layouts/Frame.styled.js +0 -10
  365. package/dist/src/components/atoms/layouts/Grid.d.ts +0 -8
  366. package/dist/src/components/atoms/layouts/Grid.js +0 -38
  367. package/dist/src/components/atoms/layouts/Grid.styled.d.ts +0 -1
  368. package/dist/src/components/atoms/layouts/Grid.styled.js +0 -24
  369. package/dist/src/components/atoms/layouts/Imposter.d.ts +0 -13
  370. package/dist/src/components/atoms/layouts/Imposter.js +0 -49
  371. package/dist/src/components/atoms/layouts/Imposter.styled.d.ts +0 -1
  372. package/dist/src/components/atoms/layouts/Imposter.styled.js +0 -30
  373. package/dist/src/components/atoms/layouts/Motion.d.ts +0 -7
  374. package/dist/src/components/atoms/layouts/Motion.js +0 -64
  375. package/dist/src/components/atoms/layouts/Motion.styled.d.ts +0 -1
  376. package/dist/src/components/atoms/layouts/Motion.styled.js +0 -71
  377. package/dist/src/components/atoms/layouts/Reel.d.ts +0 -13
  378. package/dist/src/components/atoms/layouts/Reel.js +0 -36
  379. package/dist/src/components/atoms/layouts/Reel.styled.d.ts +0 -1
  380. package/dist/src/components/atoms/layouts/Reel.styled.js +0 -30
  381. package/dist/src/components/atoms/layouts/Sidebar.d.ts +0 -11
  382. package/dist/src/components/atoms/layouts/Sidebar.js +0 -43
  383. package/dist/src/components/atoms/layouts/Sidebar.styled.d.ts +0 -2
  384. package/dist/src/components/atoms/layouts/Sidebar.styled.js +0 -59
  385. package/dist/src/components/atoms/layouts/Stack.d.ts +0 -10
  386. package/dist/src/components/atoms/layouts/Stack.js +0 -39
  387. package/dist/src/components/atoms/layouts/Stack.styled.d.ts +0 -1
  388. package/dist/src/components/atoms/layouts/Stack.styled.js +0 -26
  389. package/dist/src/components/atoms/layouts/Switcher.d.ts +0 -14
  390. package/dist/src/components/atoms/layouts/Switcher.js +0 -62
  391. package/dist/src/components/atoms/layouts/Switcher.styled.d.ts +0 -2
  392. package/dist/src/components/atoms/layouts/Switcher.styled.js +0 -42
  393. package/dist/src/components/atoms/layouts/examples/FixedSizeContainer.d.ts +0 -9
  394. package/dist/src/components/atoms/layouts/examples/FixedSizeContainer.js +0 -12
  395. package/dist/src/components/atoms/layouts/examples/FixedSizeContainer.styled.d.ts +0 -2
  396. package/dist/src/components/atoms/layouts/examples/FixedSizeContainer.styled.js +0 -21
  397. package/dist/src/components/atoms/layouts/examples/LayoutContentBlock.d.ts +0 -11
  398. package/dist/src/components/atoms/layouts/examples/LayoutContentBlock.js +0 -9
  399. package/dist/src/components/atoms/layouts/examples/LayoutContentBlock.styled.d.ts +0 -1
  400. package/dist/src/components/atoms/layouts/examples/LayoutContentBlock.styled.js +0 -25
  401. package/dist/src/components/atoms/layouts/examples/ResizingContainer.d.ts +0 -9
  402. package/dist/src/components/atoms/layouts/examples/ResizingContainer.js +0 -26
  403. package/dist/src/components/atoms/layouts/examples/ResizingContainer.styled.d.ts +0 -2
  404. package/dist/src/components/atoms/layouts/examples/ResizingContainer.styled.js +0 -23
  405. package/dist/src/components/atoms/layouts/examples/box-example/BoxExample.stories.d.ts +0 -7
  406. package/dist/src/components/atoms/layouts/examples/box-example/BoxExample.stories.js +0 -19
  407. package/dist/src/components/atoms/layouts/examples/center-example/CenterExample.stories.d.ts +0 -7
  408. package/dist/src/components/atoms/layouts/examples/center-example/CenterExample.stories.js +0 -13
  409. package/dist/src/components/atoms/layouts/examples/cluster-example/ClusterExample.d.ts +0 -6
  410. package/dist/src/components/atoms/layouts/examples/cluster-example/ClusterExample.js +0 -7
  411. package/dist/src/components/atoms/layouts/examples/cluster-example/ClusterExample.stories.d.ts +0 -21
  412. package/dist/src/components/atoms/layouts/examples/cluster-example/ClusterExample.stories.js +0 -43
  413. package/dist/src/components/atoms/layouts/examples/cover-example/CoverExample.stories.d.ts +0 -15
  414. package/dist/src/components/atoms/layouts/examples/cover-example/CoverExample.stories.js +0 -18
  415. package/dist/src/components/atoms/layouts/examples/frame-example/FrameExample.stories.d.ts +0 -7
  416. package/dist/src/components/atoms/layouts/examples/frame-example/FrameExample.stories.js +0 -12
  417. package/dist/src/components/atoms/layouts/examples/grid-example/GridExample.d.ts +0 -7
  418. package/dist/src/components/atoms/layouts/examples/grid-example/GridExample.js +0 -32
  419. package/dist/src/components/atoms/layouts/examples/grid-example/GridExample.stories.d.ts +0 -11
  420. package/dist/src/components/atoms/layouts/examples/grid-example/GridExample.stories.js +0 -26
  421. package/dist/src/components/atoms/layouts/examples/imposter-example/ImposterExample.stories.d.ts +0 -7
  422. package/dist/src/components/atoms/layouts/examples/imposter-example/ImposterExample.stories.js +0 -14
  423. package/dist/src/components/atoms/layouts/examples/motion-example/MotionExample.stories.d.ts +0 -7
  424. package/dist/src/components/atoms/layouts/examples/motion-example/MotionExample.stories.js +0 -41
  425. package/dist/src/components/atoms/layouts/examples/reel-example/ReelExample.stories.d.ts +0 -7
  426. package/dist/src/components/atoms/layouts/examples/reel-example/ReelExample.stories.js +0 -21
  427. package/dist/src/components/atoms/layouts/examples/sidebar-example/SidebarExample.d.ts +0 -7
  428. package/dist/src/components/atoms/layouts/examples/sidebar-example/SidebarExample.js +0 -7
  429. package/dist/src/components/atoms/layouts/examples/sidebar-example/SidebarExample.stories.d.ts +0 -11
  430. package/dist/src/components/atoms/layouts/examples/sidebar-example/SidebarExample.stories.js +0 -41
  431. package/dist/src/components/atoms/layouts/examples/stack-example/StackExample.d.ts +0 -7
  432. package/dist/src/components/atoms/layouts/examples/stack-example/StackExample.js +0 -26
  433. package/dist/src/components/atoms/layouts/examples/stack-example/StackExample.stories.d.ts +0 -21
  434. package/dist/src/components/atoms/layouts/examples/stack-example/StackExample.stories.js +0 -26
  435. package/dist/src/components/atoms/layouts/examples/switcher-example/SwitcherExample.d.ts +0 -8
  436. package/dist/src/components/atoms/layouts/examples/switcher-example/SwitcherExample.js +0 -26
  437. package/dist/src/components/atoms/layouts/examples/switcher-example/SwitcherExample.stories.d.ts +0 -16
  438. package/dist/src/components/atoms/layouts/examples/switcher-example/SwitcherExample.stories.js +0 -30
  439. package/dist/src/components/atoms/layouts/index.d.ts +0 -13
  440. package/dist/src/components/atoms/layouts/index.js +0 -13
  441. package/dist/src/components/atoms/line-item/LineItem.d.ts +0 -5
  442. package/dist/src/components/atoms/line-item/LineItem.js +0 -14
  443. package/dist/src/components/atoms/line-item/LineItem.stories.d.ts +0 -7
  444. package/dist/src/components/atoms/line-item/LineItem.stories.js +0 -10
  445. package/dist/src/components/atoms/line-item/LineItem.theme.d.ts +0 -16
  446. package/dist/src/components/atoms/line-item/LineItem.theme.js +0 -6
  447. package/dist/src/components/atoms/line-item/index.d.ts +0 -2
  448. package/dist/src/components/atoms/line-item/index.js +0 -2
  449. package/dist/src/components/atoms/link/ExternalLink.d.ts +0 -14
  450. package/dist/src/components/atoms/link/ExternalLink.js +0 -14
  451. package/dist/src/components/atoms/link/ExternalLink.styled.d.ts +0 -1
  452. package/dist/src/components/atoms/link/ExternalLink.styled.js +0 -64
  453. package/dist/src/components/atoms/link/InternalLink.d.ts +0 -15
  454. package/dist/src/components/atoms/link/InternalLink.js +0 -13
  455. package/dist/src/components/atoms/link/InternalLink.styled.d.ts +0 -1
  456. package/dist/src/components/atoms/link/InternalLink.styled.js +0 -68
  457. package/dist/src/components/atoms/link/Link.stories.d.ts +0 -8
  458. package/dist/src/components/atoms/link/Link.stories.js +0 -26
  459. package/dist/src/components/atoms/link/Link.theme.d.ts +0 -14
  460. package/dist/src/components/atoms/link/Link.theme.js +0 -13
  461. package/dist/src/components/atoms/link/index.d.ts +0 -3
  462. package/dist/src/components/atoms/link/index.js +0 -3
  463. package/dist/src/components/atoms/loading/Loading.d.ts +0 -2
  464. package/dist/src/components/atoms/loading/Loading.js +0 -9
  465. package/dist/src/components/atoms/loading/index.d.ts +0 -2
  466. package/dist/src/components/atoms/loading/index.js +0 -2
  467. package/dist/src/components/atoms/nav-footer/NavFooter.d.ts +0 -13
  468. package/dist/src/components/atoms/nav-footer/NavFooter.js +0 -38
  469. package/dist/src/components/atoms/nav-footer/NavFooter.stories.d.ts +0 -7
  470. package/dist/src/components/atoms/nav-footer/NavFooter.stories.js +0 -13
  471. package/dist/src/components/atoms/nav-footer/index.d.ts +0 -2
  472. package/dist/src/components/atoms/nav-footer/index.js +0 -2
  473. package/dist/src/components/atoms/nav-header/NavHeader.d.ts +0 -10
  474. package/dist/src/components/atoms/nav-header/NavHeader.js +0 -37
  475. package/dist/src/components/atoms/nav-header/NavHeader.stories.d.ts +0 -7
  476. package/dist/src/components/atoms/nav-header/NavHeader.stories.js +0 -13
  477. package/dist/src/components/atoms/nav-header/index.d.ts +0 -2
  478. package/dist/src/components/atoms/nav-header/index.js +0 -2
  479. package/dist/src/components/atoms/nav-tabs/NavTab.d.ts +0 -5
  480. package/dist/src/components/atoms/nav-tabs/NavTab.js +0 -20
  481. package/dist/src/components/atoms/nav-tabs/NavTab.theme.d.ts +0 -9
  482. package/dist/src/components/atoms/nav-tabs/NavTab.theme.js +0 -9
  483. package/dist/src/components/atoms/nav-tabs/NavTabs.d.ts +0 -4
  484. package/dist/src/components/atoms/nav-tabs/NavTabs.js +0 -27
  485. package/dist/src/components/atoms/nav-tabs/TabConfig.d.ts +0 -4
  486. package/dist/src/components/atoms/nav-tabs/TabConfig.js +0 -1
  487. package/dist/src/components/atoms/nav-tabs/index.d.ts +0 -1
  488. package/dist/src/components/atoms/nav-tabs/index.js +0 -2
  489. package/dist/src/components/atoms/paragraph/Paragraph.d.ts +0 -5
  490. package/dist/src/components/atoms/paragraph/Paragraph.js +0 -40
  491. package/dist/src/components/atoms/paragraph/Paragraph.stories.d.ts +0 -7
  492. package/dist/src/components/atoms/paragraph/Paragraph.stories.js +0 -17
  493. package/dist/src/components/atoms/paragraph/Paragraph.styled.d.ts +0 -1
  494. package/dist/src/components/atoms/paragraph/Paragraph.styled.js +0 -25
  495. package/dist/src/components/atoms/paragraph/Paragraph.theme.d.ts +0 -27
  496. package/dist/src/components/atoms/paragraph/Paragraph.theme.js +0 -21
  497. package/dist/src/components/atoms/paragraph/index.d.ts +0 -2
  498. package/dist/src/components/atoms/paragraph/index.js +0 -2
  499. package/dist/src/components/atoms/password-requirements/PasswordRequirements.d.ts +0 -5
  500. package/dist/src/components/atoms/password-requirements/PasswordRequirements.js +0 -59
  501. package/dist/src/components/atoms/password-requirements/PasswordRequirements.stories.d.ts +0 -7
  502. package/dist/src/components/atoms/password-requirements/PasswordRequirements.stories.js +0 -46
  503. package/dist/src/components/atoms/password-requirements/index.d.ts +0 -2
  504. package/dist/src/components/atoms/password-requirements/index.js +0 -2
  505. package/dist/src/components/atoms/placeholder/Placeholder.d.ts +0 -5
  506. package/dist/src/components/atoms/placeholder/Placeholder.js +0 -33
  507. package/dist/src/components/atoms/placeholder/Placeholder.stories.d.ts +0 -7
  508. package/dist/src/components/atoms/placeholder/Placeholder.stories.js +0 -23
  509. package/dist/src/components/atoms/placeholder/Placeholder.theme.d.ts +0 -16
  510. package/dist/src/components/atoms/placeholder/Placeholder.theme.js +0 -7
  511. package/dist/src/components/atoms/placeholder/index.d.ts +0 -2
  512. package/dist/src/components/atoms/placeholder/index.js +0 -2
  513. package/dist/src/components/atoms/processing-fee/ProcessingFee.d.ts +0 -5
  514. package/dist/src/components/atoms/processing-fee/ProcessingFee.js +0 -15
  515. package/dist/src/components/atoms/processing-fee/ProcessingFee.stories.d.ts +0 -7
  516. package/dist/src/components/atoms/processing-fee/ProcessingFee.stories.js +0 -17
  517. package/dist/src/components/atoms/processing-fee/ProcessingFee.theme.d.ts +0 -8
  518. package/dist/src/components/atoms/processing-fee/ProcessingFee.theme.js +0 -5
  519. package/dist/src/components/atoms/processing-fee/index.d.ts +0 -2
  520. package/dist/src/components/atoms/processing-fee/index.js +0 -2
  521. package/dist/src/components/atoms/radio-button/RadioButton.d.ts +0 -5
  522. package/dist/src/components/atoms/radio-button/RadioButton.js +0 -68
  523. package/dist/src/components/atoms/radio-button/RadioButton.stories.d.ts +0 -7
  524. package/dist/src/components/atoms/radio-button/RadioButton.stories.js +0 -16
  525. package/dist/src/components/atoms/radio-button/RadioButton.theme.d.ts +0 -7
  526. package/dist/src/components/atoms/radio-button/RadioButton.theme.js +0 -7
  527. package/dist/src/components/atoms/radio-button/index.d.ts +0 -2
  528. package/dist/src/components/atoms/radio-button/index.js +0 -2
  529. package/dist/src/components/atoms/searchable-select/SearchableSelect.d.ts +0 -5
  530. package/dist/src/components/atoms/searchable-select/SearchableSelect.js +0 -37
  531. package/dist/src/components/atoms/searchable-select/SearchableSelect.theme.d.ts +0 -8
  532. package/dist/src/components/atoms/searchable-select/SearchableSelect.theme.js +0 -6
  533. package/dist/src/components/atoms/searchable-select/index.d.ts +0 -2
  534. package/dist/src/components/atoms/searchable-select/index.js +0 -2
  535. package/dist/src/components/atoms/solid-divider/SolidDivider.d.ts +0 -5
  536. package/dist/src/components/atoms/solid-divider/SolidDivider.js +0 -9
  537. package/dist/src/components/atoms/solid-divider/SolidDivider.stories.d.ts +0 -7
  538. package/dist/src/components/atoms/solid-divider/SolidDivider.stories.js +0 -9
  539. package/dist/src/components/atoms/solid-divider/SolidDivider.theme.d.ts +0 -13
  540. package/dist/src/components/atoms/solid-divider/SolidDivider.theme.js +0 -7
  541. package/dist/src/components/atoms/solid-divider/index.d.ts +0 -2
  542. package/dist/src/components/atoms/solid-divider/index.js +0 -2
  543. package/dist/src/components/atoms/spinner/Spinner.d.ts +0 -6
  544. package/dist/src/components/atoms/spinner/Spinner.js +0 -27
  545. package/dist/src/components/atoms/spinner/Spinner.stories.d.ts +0 -7
  546. package/dist/src/components/atoms/spinner/Spinner.stories.js +0 -12
  547. package/dist/src/components/atoms/spinner/Spinner.theme.d.ts +0 -5
  548. package/dist/src/components/atoms/spinner/Spinner.theme.js +0 -4
  549. package/dist/src/components/atoms/spinner/index.d.ts +0 -2
  550. package/dist/src/components/atoms/spinner/index.js +0 -2
  551. package/dist/src/components/atoms/state-province-dropdown/StateProvinceDropdown.d.ts +0 -10
  552. package/dist/src/components/atoms/state-province-dropdown/StateProvinceDropdown.js +0 -19
  553. package/dist/src/components/atoms/state-province-dropdown/StateProvinceDropdown.stories.d.ts +0 -7
  554. package/dist/src/components/atoms/state-province-dropdown/StateProvinceDropdown.stories.js +0 -30
  555. package/dist/src/components/atoms/state-province-dropdown/index.d.ts +0 -2
  556. package/dist/src/components/atoms/state-province-dropdown/index.js +0 -2
  557. package/dist/src/components/atoms/state-province-dropdown/options.d.ts +0 -11
  558. package/dist/src/components/atoms/state-province-dropdown/options.js +0 -3837
  559. package/dist/src/components/atoms/tab/Tab.d.ts +0 -6
  560. package/dist/src/components/atoms/tab/Tab.js +0 -17
  561. package/dist/src/components/atoms/tab/Tab.stories.d.ts +0 -7
  562. package/dist/src/components/atoms/tab/Tab.stories.js +0 -9
  563. package/dist/src/components/atoms/tab/Tab.theme.d.ts +0 -27
  564. package/dist/src/components/atoms/tab/Tab.theme.js +0 -23
  565. package/dist/src/components/atoms/tab/index.d.ts +0 -2
  566. package/dist/src/components/atoms/tab/index.js +0 -2
  567. package/dist/src/components/atoms/text/Text.d.ts +0 -5
  568. package/dist/src/components/atoms/text/Text.js +0 -34
  569. package/dist/src/components/atoms/text/Text.stories.d.ts +0 -7
  570. package/dist/src/components/atoms/text/Text.stories.js +0 -17
  571. package/dist/src/components/atoms/text/Text.styled.d.ts +0 -1
  572. package/dist/src/components/atoms/text/Text.styled.js +0 -32
  573. package/dist/src/components/atoms/text/Text.theme.d.ts +0 -27
  574. package/dist/src/components/atoms/text/Text.theme.js +0 -24
  575. package/dist/src/components/atoms/text/index.d.ts +0 -2
  576. package/dist/src/components/atoms/text/index.js +0 -2
  577. package/dist/src/components/atoms/title/Title.d.ts +0 -5
  578. package/dist/src/components/atoms/title/Title.js +0 -60
  579. package/dist/src/components/atoms/title/Title.styled.d.ts +0 -1
  580. package/dist/src/components/atoms/title/Title.styled.js +0 -28
  581. package/dist/src/components/atoms/title/Title.theme.d.ts +0 -26
  582. package/dist/src/components/atoms/title/Title.theme.js +0 -22
  583. package/dist/src/components/atoms/title/index.d.ts +0 -2
  584. package/dist/src/components/atoms/title/index.js +0 -2
  585. package/dist/src/components/atoms/toggle-switch/ToggleSwitch.d.ts +0 -5
  586. package/dist/src/components/atoms/toggle-switch/ToggleSwitch.js +0 -126
  587. package/dist/src/components/atoms/toggle-switch/ToggleSwitch.stories.d.ts +0 -7
  588. package/dist/src/components/atoms/toggle-switch/ToggleSwitch.stories.js +0 -15
  589. package/dist/src/components/atoms/toggle-switch/ToggleSwitch.theme.d.ts +0 -15
  590. package/dist/src/components/atoms/toggle-switch/ToggleSwitch.theme.js +0 -16
  591. package/dist/src/components/atoms/toggle-switch/index.d.ts +0 -2
  592. package/dist/src/components/atoms/toggle-switch/index.js +0 -2
  593. package/dist/src/components/atoms/typeahead-input/TypeaheadIinput.stories.d.ts +0 -7
  594. package/dist/src/components/atoms/typeahead-input/TypeaheadIinput.stories.js +0 -9
  595. package/dist/src/components/atoms/typeahead-input/TypeaheadInput.d.ts +0 -8
  596. package/dist/src/components/atoms/typeahead-input/TypeaheadInput.js +0 -22
  597. package/dist/src/components/atoms/typeahead-input/TypeaheadInput.theme.d.ts +0 -11
  598. package/dist/src/components/atoms/typeahead-input/TypeaheadInput.theme.js +0 -11
  599. package/dist/src/components/atoms/typeahead-input/index.d.ts +0 -2
  600. package/dist/src/components/atoms/typeahead-input/index.js +0 -2
  601. package/dist/src/components/atoms/welcome-card/Card.d.ts +0 -5
  602. package/dist/src/components/atoms/welcome-card/Card.js +0 -52
  603. package/dist/src/components/atoms/welcome-card/Card.theme.d.ts +0 -7
  604. package/dist/src/components/atoms/welcome-card/Card.theme.js +0 -7
  605. package/dist/src/components/atoms/welcome-card/index.d.ts +0 -8
  606. package/dist/src/components/atoms/welcome-card/index.js +0 -20
  607. package/dist/src/components/index.d.ts +0 -4
  608. package/dist/src/components/index.js +0 -4
  609. package/dist/src/components/molecules/account-and-routing-modal/AccountAndRoutingModal.d.ts +0 -5
  610. package/dist/src/components/molecules/account-and-routing-modal/AccountAndRoutingModal.js +0 -22
  611. package/dist/src/components/molecules/account-and-routing-modal/AccountAndRoutingModal.theme.d.ts +0 -28
  612. package/dist/src/components/molecules/account-and-routing-modal/AccountAndRoutingModal.theme.js +0 -17
  613. package/dist/src/components/molecules/account-and-routing-modal/index.d.ts +0 -2
  614. package/dist/src/components/molecules/account-and-routing-modal/index.js +0 -2
  615. package/dist/src/components/molecules/address-form/AddressForm.d.ts +0 -12
  616. package/dist/src/components/molecules/address-form/AddressForm.js +0 -52
  617. package/dist/src/components/molecules/address-form/AddressForm.state.d.ts +0 -3
  618. package/dist/src/components/molecules/address-form/AddressForm.state.js +0 -33
  619. package/dist/src/components/molecules/address-form/AddressForm.stories.d.ts +0 -7
  620. package/dist/src/components/molecules/address-form/AddressForm.stories.js +0 -15
  621. package/dist/src/components/molecules/address-form/index.d.ts +0 -2
  622. package/dist/src/components/molecules/address-form/index.js +0 -6
  623. package/dist/src/components/molecules/change-password-form/ChangePasswordForm.d.ts +0 -13
  624. package/dist/src/components/molecules/change-password-form/ChangePasswordForm.js +0 -55
  625. package/dist/src/components/molecules/change-password-form/ChangePasswordForm.state.d.ts +0 -3
  626. package/dist/src/components/molecules/change-password-form/ChangePasswordForm.state.js +0 -21
  627. package/dist/src/components/molecules/change-password-form/ChangePasswordForm.stories.d.ts +0 -7
  628. package/dist/src/components/molecules/change-password-form/ChangePasswordForm.stories.js +0 -14
  629. package/dist/src/components/molecules/change-password-form/index.d.ts +0 -2
  630. package/dist/src/components/molecules/change-password-form/index.js +0 -6
  631. package/dist/src/components/molecules/collapsible-section/CollapsibleSection.d.ts +0 -5
  632. package/dist/src/components/molecules/collapsible-section/CollapsibleSection.js +0 -60
  633. package/dist/src/components/molecules/collapsible-section/CollapsibleSection.stories.d.ts +0 -7
  634. package/dist/src/components/molecules/collapsible-section/CollapsibleSection.stories.js +0 -30
  635. package/dist/src/components/molecules/collapsible-section/CollapsibleSection.theme.d.ts +0 -9
  636. package/dist/src/components/molecules/collapsible-section/CollapsibleSection.theme.js +0 -8
  637. package/dist/src/components/molecules/collapsible-section/index.d.ts +0 -2
  638. package/dist/src/components/molecules/collapsible-section/index.js +0 -2
  639. package/dist/src/components/molecules/edit-name-form/EdidNameForm.stories.d.ts +0 -7
  640. package/dist/src/components/molecules/edit-name-form/EdidNameForm.stories.js +0 -16
  641. package/dist/src/components/molecules/edit-name-form/EditNameForm.d.ts +0 -8
  642. package/dist/src/components/molecules/edit-name-form/EditNameForm.js +0 -22
  643. package/dist/src/components/molecules/edit-name-form/EditNameForm.state.d.ts +0 -3
  644. package/dist/src/components/molecules/edit-name-form/EditNameForm.state.js +0 -11
  645. package/dist/src/components/molecules/edit-name-form/index.d.ts +0 -2
  646. package/dist/src/components/molecules/edit-name-form/index.js +0 -6
  647. package/dist/src/components/molecules/editable-list/EditableList.d.ts +0 -23
  648. package/dist/src/components/molecules/editable-list/EditableList.js +0 -49
  649. package/dist/src/components/molecules/editable-list/EditableList.styled.d.ts +0 -2
  650. package/dist/src/components/molecules/editable-list/EditableList.styled.js +0 -15
  651. package/dist/src/components/molecules/editable-list/index.d.ts +0 -2
  652. package/dist/src/components/molecules/editable-list/index.js +0 -2
  653. package/dist/src/components/molecules/editable-table/EditableTable.d.ts +0 -7
  654. package/dist/src/components/molecules/editable-table/EditableTable.js +0 -16
  655. package/dist/src/components/molecules/editable-table/EditableTable.styled.d.ts +0 -9
  656. package/dist/src/components/molecules/editable-table/EditableTable.styled.js +0 -61
  657. package/dist/src/components/molecules/editable-table/TableListItem.d.ts +0 -9
  658. package/dist/src/components/molecules/editable-table/TableListItem.js +0 -21
  659. package/dist/src/components/molecules/editable-table/index.d.ts +0 -3
  660. package/dist/src/components/molecules/editable-table/index.js +0 -3
  661. package/dist/src/components/molecules/email-form/EmailForm.d.ts +0 -13
  662. package/dist/src/components/molecules/email-form/EmailForm.js +0 -23
  663. package/dist/src/components/molecules/email-form/EmailForm.state.d.ts +0 -3
  664. package/dist/src/components/molecules/email-form/EmailForm.state.js +0 -8
  665. package/dist/src/components/molecules/email-form/EmailForm.stories.d.ts +0 -7
  666. package/dist/src/components/molecules/email-form/EmailForm.stories.js +0 -16
  667. package/dist/src/components/molecules/email-form/index.d.ts +0 -2
  668. package/dist/src/components/molecules/email-form/index.js +0 -6
  669. package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.d.ts +0 -8
  670. package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.js +0 -17
  671. package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.state.d.ts +0 -3
  672. package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.state.js +0 -8
  673. package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.stories.d.ts +0 -7
  674. package/dist/src/components/molecules/forgot-password-form/ForgotPasswordForm.stories.js +0 -16
  675. package/dist/src/components/molecules/forgot-password-form/index.d.ts +0 -2
  676. package/dist/src/components/molecules/forgot-password-form/index.js +0 -6
  677. package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.d.ts +0 -6
  678. package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.js +0 -29
  679. package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.stories.d.ts +0 -7
  680. package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.stories.js +0 -17
  681. package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.theme.d.ts +0 -7
  682. package/dist/src/components/molecules/highlight-tab-row/HighlightTabRow.theme.js +0 -6
  683. package/dist/src/components/molecules/highlight-tab-row/index.d.ts +0 -2
  684. package/dist/src/components/molecules/highlight-tab-row/index.js +0 -2
  685. package/dist/src/components/molecules/index.d.ts +0 -36
  686. package/dist/src/components/molecules/index.js +0 -36
  687. package/dist/src/components/molecules/internal-user-info-form/InternalUserInfoForm.d.ts +0 -25
  688. package/dist/src/components/molecules/internal-user-info-form/InternalUserInfoForm.js +0 -108
  689. package/dist/src/components/molecules/internal-user-info-form/InternalUserInfoForm.state.d.ts +0 -3
  690. package/dist/src/components/molecules/internal-user-info-form/InternalUserInfoForm.state.js +0 -23
  691. package/dist/src/components/molecules/internal-user-info-form/index.d.ts +0 -2
  692. package/dist/src/components/molecules/internal-user-info-form/index.js +0 -6
  693. package/dist/src/components/molecules/login-form/LoginForm.d.ts +0 -8
  694. package/dist/src/components/molecules/login-form/LoginForm.js +0 -22
  695. package/dist/src/components/molecules/login-form/LoginForm.state.d.ts +0 -3
  696. package/dist/src/components/molecules/login-form/LoginForm.state.js +0 -11
  697. package/dist/src/components/molecules/login-form/LoginForm.stories.d.ts +0 -7
  698. package/dist/src/components/molecules/login-form/LoginForm.stories.js +0 -16
  699. package/dist/src/components/molecules/login-form/index.d.ts +0 -2
  700. package/dist/src/components/molecules/login-form/index.js +0 -6
  701. package/dist/src/components/molecules/modal/Modal.d.ts +0 -27
  702. package/dist/src/components/molecules/modal/Modal.js +0 -51
  703. package/dist/src/components/molecules/modal/Modal.stories.d.ts +0 -15
  704. package/dist/src/components/molecules/modal/Modal.stories.js +0 -28
  705. package/dist/src/components/molecules/modal/index.d.ts +0 -2
  706. package/dist/src/components/molecules/modal/index.js +0 -2
  707. package/dist/src/components/molecules/module/Module.d.ts +0 -6
  708. package/dist/src/components/molecules/module/Module.js +0 -31
  709. package/dist/src/components/molecules/module/Module.stories.d.ts +0 -7
  710. package/dist/src/components/molecules/module/Module.stories.js +0 -18
  711. package/dist/src/components/molecules/module/Module.theme.d.ts +0 -87
  712. package/dist/src/components/molecules/module/Module.theme.js +0 -43
  713. package/dist/src/components/molecules/module/index.d.ts +0 -2
  714. package/dist/src/components/molecules/module/index.js +0 -2
  715. package/dist/src/components/molecules/nav-menu/NavMenu.theme.d.ts +0 -15
  716. package/dist/src/components/molecules/nav-menu/NavMenu.theme.js +0 -12
  717. package/dist/src/components/molecules/nav-menu/NavMenuDesktop.d.ts +0 -5
  718. package/dist/src/components/molecules/nav-menu/NavMenuDesktop.js +0 -11
  719. package/dist/src/components/molecules/nav-menu/NavMenuMobile.d.ts +0 -5
  720. package/dist/src/components/molecules/nav-menu/NavMenuMobile.js +0 -49
  721. package/dist/src/components/molecules/nav-menu/index.d.ts +0 -3
  722. package/dist/src/components/molecules/nav-menu/index.js +0 -3
  723. package/dist/src/components/molecules/obligation/Obligation.d.ts +0 -23
  724. package/dist/src/components/molecules/obligation/Obligation.js +0 -44
  725. package/dist/src/components/molecules/obligation/icons/AccountBillIcon.d.ts +0 -2
  726. package/dist/src/components/molecules/obligation/icons/AccountBillIcon.js +0 -20
  727. package/dist/src/components/molecules/obligation/icons/AccountConstructionIcon.d.ts +0 -2
  728. package/dist/src/components/molecules/obligation/icons/AccountConstructionIcon.js +0 -21
  729. package/dist/src/components/molecules/obligation/icons/AccountDentalIcon.d.ts +0 -2
  730. package/dist/src/components/molecules/obligation/icons/AccountDentalIcon.js +0 -21
  731. package/dist/src/components/molecules/obligation/icons/AccountElectricIcon.d.ts +0 -2
  732. package/dist/src/components/molecules/obligation/icons/AccountElectricIcon.js +0 -21
  733. package/dist/src/components/molecules/obligation/icons/AccountGarbageIcon.d.ts +0 -2
  734. package/dist/src/components/molecules/obligation/icons/AccountGarbageIcon.js +0 -21
  735. package/dist/src/components/molecules/obligation/icons/AccountGasIcon.d.ts +0 -2
  736. package/dist/src/components/molecules/obligation/icons/AccountGasIcon.js +0 -21
  737. package/dist/src/components/molecules/obligation/icons/AccountGenericIcon.d.ts +0 -2
  738. package/dist/src/components/molecules/obligation/icons/AccountGenericIcon.js +0 -20
  739. package/dist/src/components/molecules/obligation/icons/AccountMedicalIcon.d.ts +0 -2
  740. package/dist/src/components/molecules/obligation/icons/AccountMedicalIcon.js +0 -21
  741. package/dist/src/components/molecules/obligation/icons/AccountWaterIcon.d.ts +0 -2
  742. package/dist/src/components/molecules/obligation/icons/AccountWaterIcon.js +0 -21
  743. package/dist/src/components/molecules/obligation/icons/PropertyApartmentIcon.d.ts +0 -2
  744. package/dist/src/components/molecules/obligation/icons/PropertyApartmentIcon.js +0 -22
  745. package/dist/src/components/molecules/obligation/icons/PropertyBusinessIcon.d.ts +0 -2
  746. package/dist/src/components/molecules/obligation/icons/PropertyBusinessIcon.js +0 -20
  747. package/dist/src/components/molecules/obligation/icons/PropertyCarIcon.d.ts +0 -2
  748. package/dist/src/components/molecules/obligation/icons/PropertyCarIcon.js +0 -22
  749. package/dist/src/components/molecules/obligation/icons/PropertyCommercialVehicleIcon.d.ts +0 -2
  750. package/dist/src/components/molecules/obligation/icons/PropertyCommercialVehicleIcon.js +0 -23
  751. package/dist/src/components/molecules/obligation/icons/PropertyGarageIcon.d.ts +0 -2
  752. package/dist/src/components/molecules/obligation/icons/PropertyGarageIcon.js +0 -22
  753. package/dist/src/components/molecules/obligation/icons/PropertyLandIcon.d.ts +0 -2
  754. package/dist/src/components/molecules/obligation/icons/PropertyLandIcon.js +0 -22
  755. package/dist/src/components/molecules/obligation/icons/PropertyMotorcycleIcon.d.ts +0 -2
  756. package/dist/src/components/molecules/obligation/icons/PropertyMotorcycleIcon.js +0 -22
  757. package/dist/src/components/molecules/obligation/icons/PropertyPersonalIcon.d.ts +0 -2
  758. package/dist/src/components/molecules/obligation/icons/PropertyPersonalIcon.js +0 -20
  759. package/dist/src/components/molecules/obligation/icons/PropertyStorefrontIcon.d.ts +0 -2
  760. package/dist/src/components/molecules/obligation/icons/PropertyStorefrontIcon.js +0 -23
  761. package/dist/src/components/molecules/obligation/icons/index.d.ts +0 -38
  762. package/dist/src/components/molecules/obligation/icons/index.js +0 -57
  763. package/dist/src/components/molecules/obligation/index.d.ts +0 -2
  764. package/dist/src/components/molecules/obligation/index.js +0 -2
  765. package/dist/src/components/molecules/obligation/modules/AmountModule.d.ts +0 -12
  766. package/dist/src/components/molecules/obligation/modules/AmountModule.js +0 -17
  767. package/dist/src/components/molecules/obligation/modules/AmountModule.stories.d.ts +0 -7
  768. package/dist/src/components/molecules/obligation/modules/AmountModule.stories.js +0 -12
  769. package/dist/src/components/molecules/obligation/modules/AutopayModalModule.d.ts +0 -4
  770. package/dist/src/components/molecules/obligation/modules/AutopayModalModule.js +0 -76
  771. package/dist/src/components/molecules/obligation/modules/AutopayModalModule.theme.d.ts +0 -15
  772. package/dist/src/components/molecules/obligation/modules/AutopayModalModule.theme.js +0 -15
  773. package/dist/src/components/molecules/obligation/modules/IconModule.d.ts +0 -8
  774. package/dist/src/components/molecules/obligation/modules/IconModule.js +0 -20
  775. package/dist/src/components/molecules/obligation/modules/InactiveControlsModule.d.ts +0 -16
  776. package/dist/src/components/molecules/obligation/modules/InactiveControlsModule.js +0 -18
  777. package/dist/src/components/molecules/obligation/modules/InactiveTitleModule.d.ts +0 -6
  778. package/dist/src/components/molecules/obligation/modules/InactiveTitleModule.js +0 -18
  779. package/dist/src/components/molecules/obligation/modules/PaymentDetailsActions.d.ts +0 -18
  780. package/dist/src/components/molecules/obligation/modules/PaymentDetailsActions.js +0 -44
  781. package/dist/src/components/molecules/obligation/modules/RemoveAccountModalModule.d.ts +0 -8
  782. package/dist/src/components/molecules/obligation/modules/RemoveAccountModalModule.js +0 -39
  783. package/dist/src/components/molecules/obligation/modules/TitleModule.d.ts +0 -7
  784. package/dist/src/components/molecules/obligation/modules/TitleModule.js +0 -13
  785. package/dist/src/components/molecules/obligation/modules/index.d.ts +0 -8
  786. package/dist/src/components/molecules/obligation/modules/index.js +0 -8
  787. package/dist/src/components/molecules/pagination/Pagination.d.ts +0 -14
  788. package/dist/src/components/molecules/pagination/Pagination.js +0 -56
  789. package/dist/src/components/molecules/pagination/index.d.ts +0 -2
  790. package/dist/src/components/molecules/pagination/index.js +0 -2
  791. package/dist/src/components/molecules/partial-amount-form/PartialAmountForm.d.ts +0 -11
  792. package/dist/src/components/molecules/partial-amount-form/PartialAmountForm.js +0 -27
  793. package/dist/src/components/molecules/partial-amount-form/PartialAmountForm.state.d.ts +0 -5
  794. package/dist/src/components/molecules/partial-amount-form/PartialAmountForm.state.js +0 -49
  795. package/dist/src/components/molecules/partial-amount-form/index.d.ts +0 -3
  796. package/dist/src/components/molecules/partial-amount-form/index.js +0 -3
  797. package/dist/src/components/molecules/payment-button-bar/PaymentButtonBar.d.ts +0 -15
  798. package/dist/src/components/molecules/payment-button-bar/PaymentButtonBar.js +0 -24
  799. package/dist/src/components/molecules/payment-button-bar/PaymentButtonBar.stories.d.ts +0 -7
  800. package/dist/src/components/molecules/payment-button-bar/PaymentButtonBar.stories.js +0 -10
  801. package/dist/src/components/molecules/payment-button-bar/index.d.ts +0 -2
  802. package/dist/src/components/molecules/payment-button-bar/index.js +0 -2
  803. package/dist/src/components/molecules/payment-details/PaymentDetails.d.ts +0 -5
  804. package/dist/src/components/molecules/payment-details/PaymentDetails.js +0 -143
  805. package/dist/src/components/molecules/payment-details/PaymentDetails.stories.d.ts +0 -11
  806. package/dist/src/components/molecules/payment-details/PaymentDetails.stories.js +0 -126
  807. package/dist/src/components/molecules/payment-details/PaymentDetails.theme.d.ts +0 -30
  808. package/dist/src/components/molecules/payment-details/PaymentDetails.theme.js +0 -10
  809. package/dist/src/components/molecules/payment-details/index.d.ts +0 -1
  810. package/dist/src/components/molecules/payment-details/index.js +0 -1
  811. package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.d.ts +0 -16
  812. package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.js +0 -52
  813. package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.state.d.ts +0 -3
  814. package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.state.js +0 -28
  815. package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.stories.d.ts +0 -7
  816. package/dist/src/components/molecules/payment-form-ach/PaymentFormACH.stories.js +0 -16
  817. package/dist/src/components/molecules/payment-form-ach/index.d.ts +0 -2
  818. package/dist/src/components/molecules/payment-form-ach/index.js +0 -6
  819. package/dist/src/components/molecules/payment-form-card/PaymentFormCard.d.ts +0 -4
  820. package/dist/src/components/molecules/payment-form-card/PaymentFormCard.js +0 -74
  821. package/dist/src/components/molecules/payment-form-card/PaymentFormCard.state.d.ts +0 -3
  822. package/dist/src/components/molecules/payment-form-card/PaymentFormCard.state.js +0 -41
  823. package/dist/src/components/molecules/payment-form-card/PaymentFormCard.stories.d.ts +0 -7
  824. package/dist/src/components/molecules/payment-form-card/PaymentFormCard.stories.js +0 -16
  825. package/dist/src/components/molecules/payment-form-card/index.d.ts +0 -2
  826. package/dist/src/components/molecules/payment-form-card/index.js +0 -6
  827. package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashBoardIframe.stories.d.ts +0 -7
  828. package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashBoardIframe.stories.js +0 -10
  829. package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashboardIframe.d.ts +0 -11
  830. package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashboardIframe.js +0 -70
  831. package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashboardIframe.styled.d.ts +0 -1
  832. package/dist/src/components/molecules/periscope-dashboard-iframe/PeriscopeDashboardIframe.styled.js +0 -8
  833. package/dist/src/components/molecules/periscope-dashboard-iframe/index.d.ts +0 -2
  834. package/dist/src/components/molecules/periscope-dashboard-iframe/index.js +0 -2
  835. package/dist/src/components/molecules/phone-form/PhoneForm.d.ts +0 -12
  836. package/dist/src/components/molecules/phone-form/PhoneForm.js +0 -23
  837. package/dist/src/components/molecules/phone-form/PhoneForm.state.d.ts +0 -3
  838. package/dist/src/components/molecules/phone-form/PhoneForm.state.js +0 -9
  839. package/dist/src/components/molecules/phone-form/PhoneForm.stories.d.ts +0 -7
  840. package/dist/src/components/molecules/phone-form/PhoneForm.stories.js +0 -16
  841. package/dist/src/components/molecules/phone-form/index.d.ts +0 -2
  842. package/dist/src/components/molecules/phone-form/index.js +0 -6
  843. package/dist/src/components/molecules/radio-section/RadioSection.d.ts +0 -5
  844. package/dist/src/components/molecules/radio-section/RadioSection.js +0 -126
  845. package/dist/src/components/molecules/radio-section/RadioSection.stories.d.ts +0 -7
  846. package/dist/src/components/molecules/radio-section/RadioSection.stories.js +0 -18
  847. package/dist/src/components/molecules/radio-section/RadioSection.theme.d.ts +0 -13
  848. package/dist/src/components/molecules/radio-section/RadioSection.theme.js +0 -13
  849. package/dist/src/components/molecules/radio-section/index.d.ts +0 -2
  850. package/dist/src/components/molecules/radio-section/index.js +0 -2
  851. package/dist/src/components/molecules/registration-form/RegistrationForm.d.ts +0 -9
  852. package/dist/src/components/molecules/registration-form/RegistrationForm.js +0 -43
  853. package/dist/src/components/molecules/registration-form/RegistrationForm.state.d.ts +0 -3
  854. package/dist/src/components/molecules/registration-form/RegistrationForm.state.js +0 -27
  855. package/dist/src/components/molecules/registration-form/RegistrationForm.stories.d.ts +0 -7
  856. package/dist/src/components/molecules/registration-form/RegistrationForm.stories.js +0 -16
  857. package/dist/src/components/molecules/registration-form/index.d.ts +0 -2
  858. package/dist/src/components/molecules/registration-form/index.js +0 -6
  859. package/dist/src/components/molecules/reset-confirmation-form/ResetConfirmationForm.d.ts +0 -4
  860. package/dist/src/components/molecules/reset-confirmation-form/ResetConfirmationForm.js +0 -27
  861. package/dist/src/components/molecules/reset-confirmation-form/ResetConfirmationForm.stories.d.ts +0 -7
  862. package/dist/src/components/molecules/reset-confirmation-form/ResetConfirmationForm.stories.js +0 -9
  863. package/dist/src/components/molecules/reset-confirmation-form/index.d.ts +0 -2
  864. package/dist/src/components/molecules/reset-confirmation-form/index.js +0 -2
  865. package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.d.ts +0 -9
  866. package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.js +0 -30
  867. package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.state.d.ts +0 -3
  868. package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.state.js +0 -18
  869. package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.stories.d.ts +0 -7
  870. package/dist/src/components/molecules/reset-password-form/ResetPasswordForm.stories.js +0 -16
  871. package/dist/src/components/molecules/reset-password-form/index.d.ts +0 -2
  872. package/dist/src/components/molecules/reset-password-form/index.js +0 -6
  873. package/dist/src/components/molecules/reset-password-success/ResetPasswordSuccess.d.ts +0 -4
  874. package/dist/src/components/molecules/reset-password-success/ResetPasswordSuccess.js +0 -27
  875. package/dist/src/components/molecules/reset-password-success/ResetPasswordSuccess.stories.d.ts +0 -7
  876. package/dist/src/components/molecules/reset-password-success/ResetPasswordSuccess.stories.js +0 -9
  877. package/dist/src/components/molecules/reset-password-success/index.d.ts +0 -2
  878. package/dist/src/components/molecules/reset-password-success/index.js +0 -2
  879. package/dist/src/components/molecules/tab-sidebar/TabSidebar.d.ts +0 -5
  880. package/dist/src/components/molecules/tab-sidebar/TabSidebar.js +0 -28
  881. package/dist/src/components/molecules/tab-sidebar/TabSidebar.stories.d.ts +0 -7
  882. package/dist/src/components/molecules/tab-sidebar/TabSidebar.stories.js +0 -52
  883. package/dist/src/components/molecules/tab-sidebar/TabSidebar.theme.d.ts +0 -9
  884. package/dist/src/components/molecules/tab-sidebar/TabSidebar.theme.js +0 -8
  885. package/dist/src/components/molecules/tab-sidebar/index.d.ts +0 -2
  886. package/dist/src/components/molecules/tab-sidebar/index.js +0 -2
  887. package/dist/src/components/molecules/tabs/Tabs.d.ts +0 -5
  888. package/dist/src/components/molecules/tabs/Tabs.js +0 -33
  889. package/dist/src/components/molecules/tabs/Tabs.stories.d.ts +0 -7
  890. package/dist/src/components/molecules/tabs/Tabs.stories.js +0 -186
  891. package/dist/src/components/molecules/tabs/Tabs.theme.d.ts +0 -9
  892. package/dist/src/components/molecules/tabs/Tabs.theme.js +0 -8
  893. package/dist/src/components/molecules/tabs/index.d.ts +0 -2
  894. package/dist/src/components/molecules/tabs/index.js +0 -2
  895. package/dist/src/components/molecules/terms-and-conditions/TermsAndConditions.d.ts +0 -8
  896. package/dist/src/components/molecules/terms-and-conditions/TermsAndConditions.js +0 -17
  897. package/dist/src/components/molecules/terms-and-conditions/TermsAndConditions.stories.d.ts +0 -7
  898. package/dist/src/components/molecules/terms-and-conditions/TermsAndConditions.stories.js +0 -12
  899. package/dist/src/components/molecules/terms-and-conditions/index.d.ts +0 -2
  900. package/dist/src/components/molecules/terms-and-conditions/index.js +0 -2
  901. package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.d.ts +0 -5
  902. package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.js +0 -16
  903. package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.stories.d.ts +0 -7
  904. package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.stories.js +0 -19
  905. package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.theme.d.ts +0 -50
  906. package/dist/src/components/molecules/terms-and-conditions-modal/TermsAndConditionsModal.theme.js +0 -24
  907. package/dist/src/components/molecules/terms-and-conditions-modal/index.d.ts +0 -2
  908. package/dist/src/components/molecules/terms-and-conditions-modal/index.js +0 -2
  909. package/dist/src/components/molecules/timeout/Timeout.d.ts +0 -4
  910. package/dist/src/components/molecules/timeout/Timeout.js +0 -26
  911. package/dist/src/components/molecules/timeout/index.d.ts +0 -2
  912. package/dist/src/components/molecules/timeout/index.js +0 -2
  913. package/dist/src/components/molecules/welcome-module/WelcomeModule.d.ts +0 -6
  914. package/dist/src/components/molecules/welcome-module/WelcomeModule.js +0 -27
  915. package/dist/src/components/molecules/welcome-module/WelcomeModule.theme.d.ts +0 -13
  916. package/dist/src/components/molecules/welcome-module/WelcomeModule.theme.js +0 -13
  917. package/dist/src/components/molecules/welcome-module/index.d.ts +0 -2
  918. package/dist/src/components/molecules/welcome-module/index.js +0 -2
  919. package/dist/src/components/molecules/workflow-tile/WorkflowTile.d.ts +0 -7
  920. package/dist/src/components/molecules/workflow-tile/WorkflowTile.js +0 -19
  921. package/dist/src/components/molecules/workflow-tile/WorkflowTile.stories.d.ts +0 -7
  922. package/dist/src/components/molecules/workflow-tile/WorkflowTile.stories.js +0 -11
  923. package/dist/src/components/molecules/workflow-tile/index.d.ts +0 -2
  924. package/dist/src/components/molecules/workflow-tile/index.js +0 -2
  925. package/dist/src/components/templates/center-single/CenterSingle.d.ts +0 -4
  926. package/dist/src/components/templates/center-single/CenterSingle.js +0 -20
  927. package/dist/src/components/templates/center-single/index.d.ts +0 -2
  928. package/dist/src/components/templates/center-single/index.js +0 -2
  929. package/dist/src/components/templates/center-stack/CenterStack.d.ts +0 -4
  930. package/dist/src/components/templates/center-stack/CenterStack.js +0 -22
  931. package/dist/src/components/templates/center-stack/index.d.ts +0 -2
  932. package/dist/src/components/templates/center-stack/index.js +0 -2
  933. package/dist/src/components/templates/default-page-template/DefaultPageTemplate.d.ts +0 -4
  934. package/dist/src/components/templates/default-page-template/DefaultPageTemplate.js +0 -20
  935. package/dist/src/components/templates/default-page-template/index.d.ts +0 -2
  936. package/dist/src/components/templates/default-page-template/index.js +0 -2
  937. package/dist/src/components/templates/index.d.ts +0 -5
  938. package/dist/src/components/templates/index.js +0 -5
  939. package/dist/src/components/templates/sidebar-single-content/SidebarSingleContent.d.ts +0 -4
  940. package/dist/src/components/templates/sidebar-single-content/SidebarSingleContent.js +0 -25
  941. package/dist/src/components/templates/sidebar-single-content/index.d.ts +0 -2
  942. package/dist/src/components/templates/sidebar-single-content/index.js +0 -2
  943. package/dist/src/components/templates/sidebar-stack-content/SidebarStackContent.d.ts +0 -4
  944. package/dist/src/components/templates/sidebar-stack-content/SidebarStackContent.js +0 -25
  945. package/dist/src/components/templates/sidebar-stack-content/index.d.ts +0 -2
  946. package/dist/src/components/templates/sidebar-stack-content/index.js +0 -2
  947. package/dist/src/components/templates/templates.theme.d.ts +0 -5
  948. package/dist/src/components/templates/templates.theme.js +0 -4
  949. package/dist/src/components/withWindowSize.d.ts +0 -4
  950. package/dist/src/components/withWindowSize.js +0 -70
  951. package/dist/src/constants/colors.d.ts +0 -97
  952. package/dist/src/constants/colors.js +0 -113
  953. package/dist/src/constants/index.d.ts +0 -3
  954. package/dist/src/constants/index.js +0 -3
  955. package/dist/src/constants/regex_constants.d.ts +0 -1
  956. package/dist/src/constants/regex_constants.js +0 -1
  957. package/dist/src/constants/style_constants.d.ts +0 -8
  958. package/dist/src/constants/style_constants.js +0 -10
  959. package/dist/src/deprecated/colors.d.ts +0 -81
  960. package/dist/src/deprecated/colors.js +0 -97
  961. package/dist/src/deprecated/components/radio-button/index.d.ts +0 -2
  962. package/dist/src/deprecated/components/radio-button/index.js +0 -2
  963. package/dist/src/deprecated/components/radio-button/radio-button.d.ts +0 -5
  964. package/dist/src/deprecated/components/radio-button/radio-button.js +0 -29
  965. package/dist/src/deprecated/icons/AlertErrorIcon.d.ts +0 -1
  966. package/dist/src/deprecated/icons/AlertErrorIcon.js +0 -10
  967. package/dist/src/deprecated/icons/AlertInfoIcon.d.ts +0 -1
  968. package/dist/src/deprecated/icons/AlertInfoIcon.js +0 -10
  969. package/dist/src/deprecated/icons/AlertSuccessIcon.d.ts +0 -1
  970. package/dist/src/deprecated/icons/AlertSuccessIcon.js +0 -10
  971. package/dist/src/deprecated/icons/AlertWarningIcon.d.ts +0 -1
  972. package/dist/src/deprecated/icons/AlertWarningIcon.js +0 -6
  973. package/dist/src/deprecated/icons/BankIcon.d.ts +0 -2
  974. package/dist/src/deprecated/icons/BankIcon.js +0 -19
  975. package/dist/src/deprecated/icons/GenericCard.d.ts +0 -2
  976. package/dist/src/deprecated/icons/GenericCard.js +0 -9
  977. package/dist/src/deprecated/icons/IconCheck.d.ts +0 -5
  978. package/dist/src/deprecated/icons/IconCheck.js +0 -10
  979. package/dist/src/deprecated/icons/IconCheckEmail.d.ts +0 -4
  980. package/dist/src/deprecated/icons/IconCheckEmail.js +0 -14
  981. package/dist/src/deprecated/icons/IconChevron.d.ts +0 -3
  982. package/dist/src/deprecated/icons/IconChevron.js +0 -14
  983. package/dist/src/deprecated/icons/IconEmailVerified.d.ts +0 -4
  984. package/dist/src/deprecated/icons/IconEmailVerified.js +0 -22
  985. package/dist/src/deprecated/icons/IconEye.d.ts +0 -3
  986. package/dist/src/deprecated/icons/IconEye.js +0 -15
  987. package/dist/src/deprecated/icons/IconEyeSlash.d.ts +0 -3
  988. package/dist/src/deprecated/icons/IconEyeSlash.js +0 -19
  989. package/dist/src/deprecated/icons/IconInvalid.d.ts +0 -7
  990. package/dist/src/deprecated/icons/IconInvalid.js +0 -14
  991. package/dist/src/deprecated/icons/IconNeutral.d.ts +0 -6
  992. package/dist/src/deprecated/icons/IconNeutral.js +0 -10
  993. package/dist/src/deprecated/icons/IconQuit.d.ts +0 -5
  994. package/dist/src/deprecated/icons/IconQuit.js +0 -14
  995. package/dist/src/deprecated/icons/IconValid.d.ts +0 -7
  996. package/dist/src/deprecated/icons/IconValid.js +0 -15
  997. package/dist/src/deprecated/icons/IconWarn.d.ts +0 -3
  998. package/dist/src/deprecated/icons/IconWarn.js +0 -13
  999. package/dist/src/deprecated/icons/index.d.ts +0 -22
  1000. package/dist/src/deprecated/icons/index.js +0 -22
  1001. package/dist/src/deprecated/index.d.ts +0 -1
  1002. package/dist/src/deprecated/index.js +0 -1
  1003. package/dist/src/deprecated/spinner/Spinner.d.ts +0 -7
  1004. package/dist/src/deprecated/spinner/Spinner.js +0 -46
  1005. package/dist/src/deprecated/spinner/index.d.ts +0 -1
  1006. package/dist/src/deprecated/spinner/index.js +0 -1
  1007. package/dist/src/deprecated/utility/__tests__/safeConcat.spec.d.ts +0 -1
  1008. package/dist/src/deprecated/utility/__tests__/safeConcat.spec.js +0 -47
  1009. package/dist/src/deprecated/utility/__tests__/validateKeyType.spec.d.ts +0 -1
  1010. package/dist/src/deprecated/utility/__tests__/validateKeyType.spec.js +0 -100
  1011. package/dist/src/deprecated/utility/index.d.ts +0 -2
  1012. package/dist/src/deprecated/utility/index.js +0 -2
  1013. package/dist/src/deprecated/utility/safeConcat.d.ts +0 -1
  1014. package/dist/src/deprecated/utility/safeConcat.js +0 -8
  1015. package/dist/src/deprecated/utility/validateKeyType.d.ts +0 -1
  1016. package/dist/src/deprecated/utility/validateKeyType.js +0 -13
  1017. package/dist/src/index.d.ts +0 -4
  1018. package/dist/src/index.js +0 -4
  1019. package/dist/src/util/focusFirstInvalidInputHook.d.ts +0 -2
  1020. package/dist/src/util/focusFirstInvalidInputHook.js +0 -17
  1021. package/dist/src/util/formats.d.ts +0 -9
  1022. package/dist/src/util/formats.js +0 -70
  1023. package/dist/src/util/general.d.ts +0 -13
  1024. package/dist/src/util/general.js +0 -101
  1025. package/dist/src/util/index.d.ts +0 -5
  1026. package/dist/src/util/index.js +0 -5
  1027. package/dist/src/util/inputValidationUtils.d.ts +0 -43
  1028. package/dist/src/util/inputValidationUtils.js +0 -92
  1029. package/dist/src/util/themeUtils.d.ts +0 -5
  1030. package/dist/src/util/themeUtils.js +0 -129
  1031. package/src/components/atoms/button-with-action/index.d.ts +0 -17
  1032. package/src/components/atoms/button-with-link/index.d.ts +0 -14
  1033. package/src/components/atoms/card/Card.js +0 -43
  1034. package/src/components/atoms/card/Card.theme.js +0 -7
  1035. package/src/components/atoms/card/index.d.ts +0 -10
  1036. package/src/components/atoms/card/index.js +0 -3
  1037. package/src/components/atoms/index.d.ts +0 -10
  1038. package/src/components/atoms/layouts/Box.d.ts +0 -32
  1039. package/src/components/atoms/layouts/Center.d.ts +0 -11
  1040. package/src/components/atoms/layouts/Cluster.d.ts +0 -19
  1041. package/src/components/atoms/layouts/Cover.d.ts +0 -14
  1042. package/src/components/atoms/layouts/Stack.d.ts +0 -27
  1043. package/src/components/atoms/layouts/index.d.ts +0 -5
  1044. package/src/components/atoms/link/ExternalLink.d.ts +0 -18
  1045. package/src/components/atoms/link/InternalLink.d.ts +0 -19
  1046. package/src/components/atoms/link/index.d.ts +0 -2
  1047. package/src/components/atoms/nav-footer/index.d.ts +0 -17
  1048. package/src/components/atoms/nav-header/index.d.ts +0 -16
  1049. package/src/components/atoms/nav-tabs/NavTab.js +0 -47
  1050. package/src/components/atoms/nav-tabs/NavTab.theme.js +0 -11
  1051. package/src/components/atoms/nav-tabs/NavTabs.js +0 -24
  1052. package/src/components/atoms/nav-tabs/index.d.ts +0 -10
  1053. package/src/components/atoms/nav-tabs/index.js +0 -3
  1054. package/src/components/atoms/paragraph/index.d.ts +0 -15
  1055. package/src/components/atoms/title/index.d.ts +0 -17
  1056. package/src/components/index.d.ts +0 -3
  1057. package/src/components/molecules/card-with-header/CardWithHeader.js +0 -33
  1058. package/src/components/molecules/card-with-header/CardWithHeader.theme.js +0 -9
  1059. package/src/components/molecules/card-with-header/index.d.ts +0 -10
  1060. package/src/components/molecules/card-with-header/index.js +0 -2
  1061. package/src/components/molecules/footer-with-subfooter/FooterWithSubfooter.js +0 -42
  1062. package/src/components/molecules/footer-with-subfooter/FooterWithSubfooter.theme.js +0 -8
  1063. package/src/components/molecules/footer-with-subfooter/index.d.ts +0 -14
  1064. package/src/components/molecules/footer-with-subfooter/index.js +0 -3
  1065. package/src/components/molecules/index.d.ts +0 -3
  1066. package/src/components/molecules/welcome-card/WelcomeCard.js +0 -63
  1067. package/src/components/molecules/welcome-card/WelcomeCard.theme.js +0 -15
  1068. package/src/components/molecules/welcome-card/index.d.ts +0 -14
  1069. package/src/components/molecules/welcome-card/index.js +0 -3
  1070. package/src/components/templates/default-page-template/index.d.ts +0 -16
  1071. package/src/components/templates/index.d.ts +0 -1
  1072. package/src/index.d.ts +0 -1
  1073. package/src/util/expand.d.ts +0 -3
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "6.3.0-beta.1",
3
+ "version": "6.3.1-beta.0",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
- "typings": "dist/index.d.ts",
7
6
  "module": "dist/index.esm.js",
8
7
  "source": "src/index.js",
9
8
  "scripts": {
@@ -58,15 +57,12 @@
58
57
  "rollup": "^1.21.4",
59
58
  "rollup-plugin-babel": "^4.3.3",
60
59
  "rollup-plugin-commonjs": "^10.0.0",
61
- "rollup-plugin-dts": "^4.2.2",
62
60
  "rollup-plugin-json": "^4.0.0",
63
61
  "rollup-plugin-node-resolve": "^5.1.0",
64
- "rollup-plugin-ts": "^3.0.2",
65
62
  "rollup-plugin-visualizer": "^4.0.4",
66
63
  "storybook": "^6.4.22",
67
64
  "styled-components": "^5.3.5",
68
- "styled-theming": "^2.2.0",
69
- "typescript": "^4.8.2"
65
+ "styled-theming": "^2.2.0"
70
66
  },
71
67
  "peerDependencies": {
72
68
  "react": "^16.13.1",
package/src/.DS_Store ADDED
Binary file
@@ -6,7 +6,8 @@ import Paragraph from "../paragraph";
6
6
  import Cluster from "../layouts/Cluster";
7
7
  import ButtonWithAction from "../button-with-action";
8
8
  import ButtonWithLink from "../button-with-link";
9
- import { WHITE, CHARADE_GREY } from "../../../constants/colors";
9
+ import { WHITE, CHARADE_GREY, STORM_GREY } from "../../../constants/colors";
10
+ import { Popover } from "../../molecules";
10
11
 
11
12
  const DisplayCard = ({
12
13
  title,
@@ -14,18 +15,34 @@ const DisplayCard = ({
14
15
  buttonText,
15
16
  buttonAction,
16
17
  url,
17
- link = false
18
+ link = false,
19
+ helpText,
20
+ hasPopover = false,
21
+ popoverTriggerText = "",
22
+ popoverContent = "",
23
+ popoverExtraStyles,
24
+ popoverTextExtraStyles
18
25
  }) => (
19
26
  <Box padding="0 0 16px">
20
27
  <Stack childGap="0rem">
21
28
  <Box padding="0 0 8px 0">
22
- <Paragraph
23
- variant="pL"
24
- color={CHARADE_GREY}
25
- extraStyles={`letter-spacing: 0.29px`}
26
- >
27
- {title}
28
- </Paragraph>
29
+ <Cluster justify="space-between" align="center" overflow>
30
+ <Paragraph
31
+ variant="pL"
32
+ color={CHARADE_GREY}
33
+ extraStyles={`letter-spacing: 0.29px`}
34
+ >
35
+ {title}
36
+ </Paragraph>
37
+ {hasPopover && (
38
+ <Popover
39
+ triggerText={popoverTriggerText}
40
+ content={popoverContent}
41
+ popoverExtraStyles={popoverExtraStyles}
42
+ popoverTextExtraStyles={popoverTextExtraStyles}
43
+ />
44
+ )}
45
+ </Cluster>
29
46
  </Box>
30
47
  <Box padding="0">
31
48
  <Box
@@ -37,9 +54,7 @@ const DisplayCard = ({
37
54
  0px 3px 8px 0px rgb(202, 206, 216)"
38
55
  >
39
56
  <Cluster justify="space-between" align="center">
40
- <Text variant="p" color={CHARADE_GREY}>
41
- {item}
42
- </Text>
57
+ <Text color={CHARADE_GREY}>{item}</Text>
43
58
  {link ? (
44
59
  <ButtonWithLink
45
60
  text={buttonText}
@@ -56,6 +71,10 @@ const DisplayCard = ({
56
71
  dataQa={buttonText}
57
72
  extraStyles={`min-width: 0;`}
58
73
  />
74
+ ) : helpText ? (
75
+ <Text color={STORM_GREY} extraStyles={`font-style: italic;`}>
76
+ {helpText}
77
+ </Text>
59
78
  ) : (
60
79
  <Fragment />
61
80
  )}
@@ -5,7 +5,7 @@ export { default as BoxWithShadow } from "./box-with-shadow";
5
5
  export { default as Breadcrumb } from "./breadcrumb";
6
6
  export { default as ButtonWithAction } from "./button-with-action";
7
7
  export { default as ButtonWithLink } from "./button-with-link";
8
- export { default as cardRegistry } from "./card-registry";
8
+ export { default as cardRegistry } from "./welcome-card";
9
9
  export { default as Checkbox } from "./checkbox";
10
10
  export { default as CheckboxList } from "./checkbox-list";
11
11
  export { default as CountryDropdown } from "./country-dropdown";
@@ -41,5 +41,3 @@ export { default as Text } from "./text";
41
41
  export { default as Title } from "./title";
42
42
  export { default as ToggleSwitch } from "./toggle-switch";
43
43
  export { default as TypeaheadInput } from "./typeahead-input";
44
- export { default as Card } from "./card";
45
- export { default as NavTabs } from "./nav-tabs";
@@ -18,6 +18,7 @@ const Text = ({
18
18
  as,
19
19
  dataQa,
20
20
  children,
21
+ variant = "p",
21
22
  ...rest
22
23
  }) => (
23
24
  <TextSpan
@@ -32,6 +33,7 @@ const Text = ({
32
33
  onKeyPress={onKeyPress}
33
34
  data-qa={dataQa}
34
35
  $textWrap={textWrap}
36
+ $variant={variant}
35
37
  {...rest}
36
38
  >
37
39
  {safeChildren(children, <span />)}
@@ -103,10 +103,10 @@ const ToggleSwitch = ({
103
103
  },
104
104
  on: {
105
105
  backgroundColor: themeValues.white,
106
- right: "2px",
106
+ right: "1px",
107
107
  top: "2px",
108
108
  bottom: "2px",
109
- left: "24px",
109
+ left: "25px",
110
110
  transition: {
111
111
  ease: "backIn"
112
112
  }
@@ -162,7 +162,7 @@ const ToggleSwitch = ({
162
162
  }
163
163
  >
164
164
  <Center>
165
- <Cluster justify="stretch" align="center">
165
+ <Cluster justify="stretch" align="center" overflow="visible">
166
166
  <Cover minHeight="100%" singleChild>
167
167
  <Box
168
168
  minWidth="100%"
@@ -5,7 +5,7 @@ import { Box, Stack, Cover } from "../layouts";
5
5
  import Text from "../text";
6
6
  import Paragraph from "../paragraph";
7
7
  import ButtonWithAction from "../button-with-action";
8
- import { fallbackValues } from "./CardRegistry.theme";
8
+ import { fallbackValues } from "./Card.theme";
9
9
  import { themeComponent } from "../../../util/themeUtils";
10
10
  import {
11
11
  AccountsAddIcon,
@@ -26,7 +26,7 @@ const CardVariantSwitcher = ({ variant, children }) => {
26
26
  );
27
27
  };
28
28
 
29
- const CardRegistryCard = ({
29
+ const Card = ({
30
30
  themeValues,
31
31
  icon,
32
32
  heading,
@@ -123,8 +123,4 @@ const CardRegistryCard = ({
123
123
  );
124
124
  };
125
125
 
126
- export default themeComponent(
127
- withWindowSize(CardRegistryCard),
128
- "CardRegistryCard",
129
- fallbackValues
130
- );
126
+ export default themeComponent(withWindowSize(Card), "Card", fallbackValues);
@@ -1,9 +1,9 @@
1
1
  import React from "react";
2
- import CardRegistryCard from "./CardRegistryCard";
2
+ import Card from "./Card";
3
3
 
4
4
  export const cardRegistry = {
5
5
  accounts: props => (
6
- <CardRegistryCard
6
+ <Card
7
7
  icon="accounts"
8
8
  heading="Find Your Account"
9
9
  buttonText="Find Account"
@@ -13,7 +13,7 @@ export const cardRegistry = {
13
13
  />
14
14
  ),
15
15
  properties: props => (
16
- <CardRegistryCard
16
+ <Card
17
17
  icon="properties"
18
18
  heading="Find Your Property"
19
19
  buttonText="Find Property"
@@ -23,7 +23,7 @@ export const cardRegistry = {
23
23
  />
24
24
  ),
25
25
  payment: props => (
26
- <CardRegistryCard
26
+ <Card
27
27
  icon="payment"
28
28
  heading="Manage Your Wallet"
29
29
  buttonText="Go to Wallet"
@@ -1,12 +1,10 @@
1
1
  export { default as AddressForm } from "./address-form";
2
- export { default as CardWithHeader } from "./card-with-header";
3
2
  export { default as ChangePasswordForm } from "./change-password-form";
4
3
  export { default as CollapsibleSection } from "./collapsible-section";
5
4
  export { default as EditNameForm } from "./edit-name-form";
6
5
  export { default as EditableList } from "./editable-list";
7
6
  export * from "./editable-table";
8
7
  export { default as EmailForm } from "./email-form";
9
- export { default as FooterWithSubfooter } from "./footer-with-subfooter";
10
8
  export { default as ForgotPasswordForm } from "./forgot-password-form";
11
9
  export { default as HighlightTabRow } from "./highlight-tab-row";
12
10
  export { iconsMap as ObligationIcons } from "./obligation/icons";
@@ -22,7 +20,9 @@ export { default as PaymentButtonBar } from "./payment-button-bar";
22
20
  export { default as PaymentDetails } from "./payment-details";
23
21
  export { default as PaymentFormACH } from "./payment-form-ach";
24
22
  export { default as PaymentFormCard } from "./payment-form-card";
23
+ export { default as PeriscopeDashboardIframe } from "./periscope-dashboard-iframe";
25
24
  export { default as PhoneForm } from "./phone-form";
25
+ export { default as Popover } from "./popover";
26
26
  export { default as RadioSection } from "./radio-section";
27
27
  export { default as RegistrationForm } from "./registration-form";
28
28
  export { default as ResetConfirmationForm } from "./reset-confirmation-form";
@@ -33,7 +33,5 @@ export { default as TabSidebar } from "./tab-sidebar";
33
33
  export { default as TermsAndConditions } from "./terms-and-conditions";
34
34
  export { default as TermsAndConditionsModal } from "./terms-and-conditions-modal";
35
35
  export { default as Timeout } from "./timeout";
36
- export { default as WelcomeCard } from "./welcome-card";
37
36
  export { default as WelcomeModule } from "./welcome-module";
38
37
  export { default as WorkflowTile } from "./workflow-tile";
39
- export { default as PeriscopeDashboardIframe } from "./periscope-dashboard-iframe";
@@ -0,0 +1,124 @@
1
+ import React, { useState, useContext } from "react";
2
+ import { themeComponent } from "../../../util/themeUtils";
3
+ import Text from "../../atoms/text";
4
+ import Paragraph from "../../atoms/paragraph";
5
+ import { Box } from "../../atoms/layouts";
6
+ import ButtonWithAction from "../../atoms/button-with-action";
7
+ import { useOutsideClick } from "../../../util";
8
+ import { noop } from "../../../util/general";
9
+ import { fallbackValues } from "./Popover.theme";
10
+
11
+ const Popover = ({
12
+ themeValues,
13
+ triggerText = "",
14
+ content = "",
15
+ hasIcon = false,
16
+ icon: Icon,
17
+ iconHelpText = "", // for screen-readers, required if using an icon for trigger
18
+ popoverID = 0,
19
+ popoverFocus = false,
20
+ extraStyles,
21
+ textExtraStyles,
22
+ minWidth = "250px",
23
+ maxWidth = "300px",
24
+ height = "auto",
25
+ position, // { top: string, right: string, bottom: string, left: string }
26
+ arrowPosition // { top: string, right: string, bottom: string, left: string }
27
+ }) => {
28
+ const { hoverColor, activeColor, popoverTriggerColor } = themeValues;
29
+ const { top = "-110px", right = "auto", bottom = "auto", left = "-225px" } =
30
+ position ?? {};
31
+ const {
32
+ arrowTop = "auto",
33
+ arrowRight = "10px",
34
+ arrowBottom = "-8px",
35
+ arrowLeft = "auto"
36
+ } = arrowPosition ?? {};
37
+
38
+ const [popoverOpen, togglePopover] = useState(false);
39
+
40
+ const handleTogglePopover = popoverState => {
41
+ if (popoverOpen !== popoverState) {
42
+ togglePopover(popoverState);
43
+ }
44
+ };
45
+
46
+ const triggerRef = useOutsideClick(() => handleTogglePopover(false));
47
+
48
+ return (
49
+ <Box padding="0" extraStyles={`position: relative; ${extraStyles}`}>
50
+ <ButtonWithAction
51
+ action={() => noop}
52
+ onFocus={() => {
53
+ handleTogglePopover(true);
54
+ }}
55
+ onBlur={() => {
56
+ handleTogglePopover(false);
57
+ }}
58
+ onKeyDown={e => {
59
+ if (e.keyCode === 27) {
60
+ handleTogglePopover(false);
61
+ }
62
+ }}
63
+ onTouchStart={() => handleTogglePopover(true)}
64
+ onTouchEnd={() => handleTogglePopover(false)}
65
+ onMouseEnter={() => handleTogglePopover(true)}
66
+ onMouseLeave={() => handleTogglePopover(false)}
67
+ contentOverride
68
+ variant="smallGhost"
69
+ tabIndex="0"
70
+ id={`btnPopover${popoverID}`}
71
+ aria-expanded={popoverOpen}
72
+ aria-labelledby={`btnPopover${popoverID}_info Disclosure${popoverID}`}
73
+ aria-describedby={`Disclosure${popoverID}`}
74
+ aria-controls={`Disclosed${popoverID}`}
75
+ ref={triggerRef}
76
+ >
77
+ {hasIcon && (
78
+ <>
79
+ <Icon />
80
+ <Box padding="0" srOnly>
81
+ <Text id={`btnPopover${popoverID}_info`}>{iconHelpText}</Text>
82
+ </Box>
83
+ </>
84
+ )}
85
+ {!hasIcon && (
86
+ <Text
87
+ color={popoverTriggerColor}
88
+ extraStyles={`&:active { color: ${activeColor}; } &:hover { color: ${hoverColor} }; ${textExtraStyles}`}
89
+ >
90
+ {triggerText}
91
+ </Text>
92
+ )}
93
+ </ButtonWithAction>
94
+ <Box
95
+ background="white"
96
+ borderRadius="4px"
97
+ boxShadow="0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)"
98
+ id={`Disclosed${popoverID}`}
99
+ role={"region"}
100
+ aria-describedby={`Disclosure${popoverID}`}
101
+ tabIndex={popoverFocus && popoverOpen ? "0" : "-1"}
102
+ minWidth={minWidth}
103
+ maxWidth={maxWidth}
104
+ extraStyles={`
105
+ display: ${popoverOpen ? "block" : "none"};
106
+ position: absolute;
107
+ top: ${top};
108
+ right: ${right};
109
+ bottom: ${bottom};
110
+ left: ${left};
111
+ height: ${height}
112
+ `}
113
+ >
114
+ <Paragraph>{content}</Paragraph>
115
+ <Box
116
+ padding="0"
117
+ extraStyles={`position: absolute; content: ""; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid rgba(255, 255, 255, 0.85); filter: drop-shadow(2px 8px 14px black); bottom: ${arrowBottom}; right: ${arrowRight}; top: ${arrowTop}; left: ${arrowLeft};`}
118
+ />
119
+ </Box>
120
+ </Box>
121
+ );
122
+ };
123
+
124
+ export default themeComponent(Popover, "Popover", fallbackValues);
@@ -0,0 +1,9 @@
1
+ const hoverColor = "#116285";
2
+ const activeColor = "#0E506D";
3
+ const popoverTriggerColor = "#15749D";
4
+
5
+ export const fallbackValues = {
6
+ hoverColor,
7
+ activeColor,
8
+ popoverTriggerColor
9
+ };
@@ -0,0 +1,3 @@
1
+ import Popover from "./Popover";
2
+
3
+ export default Popover;
@@ -14,8 +14,7 @@ const CenterSingle = ({
14
14
  content,
15
15
  themeValues,
16
16
  maxWidth = "75rem",
17
- gutters = "2rem",
18
- fillPageVertical = false
17
+ gutters = "2rem"
19
18
  }) => {
20
19
  const themeContext = useContext(ThemeContext);
21
20
  const { isMobile } = themeContext;
@@ -27,11 +26,7 @@ const CenterSingle = ({
27
26
  background={COOL_GREY_05}
28
27
  extraStyles="flex-grow: 1;"
29
28
  >
30
- <Cover
31
- childGap="0"
32
- fillCenter
33
- style={{ minHeight: fillPageVertical ? "100vh" : "initial" }}
34
- >
29
+ <Cover childGap="0" fillCenter>
35
30
  {header ? header : <Box padding="0" />}
36
31
  <Box
37
32
  padding="0"
package/src/util/index.js CHANGED
@@ -2,5 +2,6 @@ import * as formats from "./formats";
2
2
  import * as general from "./general";
3
3
  import * as theme from "./themeUtils";
4
4
  import useFocusInvalidInput from "./focusFirstInvalidInputHook";
5
+ import useOutsideClick from "./useOutsideClick";
5
6
 
6
- export { formats, general, theme, useFocusInvalidInput };
7
+ export { formats, general, theme, useFocusInvalidInput, useOutsideClick };
@@ -0,0 +1,33 @@
1
+ import { useRef, useEffect } from "react";
2
+
3
+ /*
4
+ Hook that assigns a click event listener to the main document element
5
+ Returns a ref to attach to another element (like an icon/button that triggers a popover)
6
+ If a click event gets captured by the document and the assigned element isn't the target
7
+ hook will run whatever handler is passed (eg a function that closes a popover)
8
+
9
+ See popover component for implementation
10
+
11
+ */
12
+
13
+ const useOutsideClickHook = handler => {
14
+ const ref = useRef();
15
+
16
+ useEffect(() => {
17
+ const handleOutsideClick = e => {
18
+ if (ref.current && !ref.current.contains(e.target)) {
19
+ handler();
20
+ }
21
+
22
+ document.addEventListener("click", handleOutsideClick, true);
23
+
24
+ return () => {
25
+ document.removeEventListener("click", handleOutsideClick, true);
26
+ };
27
+ };
28
+ }, [ref]);
29
+
30
+ return ref;
31
+ };
32
+
33
+ export default useOutsideClickHook;
@@ -1,13 +0,0 @@
1
- declare function _default({ title, Component, height, reducer, containerMax, containerMin }: {
2
- title: any;
3
- Component: any;
4
- height: any;
5
- reducer?: (() => void) | undefined;
6
- containerMax?: string | undefined;
7
- containerMin?: string | undefined;
8
- }): {
9
- title: any;
10
- component: any;
11
- decorators: ((storyFn: any) => JSX.Element)[];
12
- };
13
- export default _default;
@@ -1,41 +0,0 @@
1
- import React from "react";
2
- import { ThemeProvider } from "styled-components";
3
- import { select, radios, text } from "@storybook/addon-knobs";
4
- import { Provider } from 'react-redux';
5
- import { createStore } from "redux";
6
- import { BrowserRouter as Router } from "react-router-dom";
7
- import { createBrowserHistory } from "history";
8
- import ResizingContainer from "../src/components/atoms/layouts/examples/ResizingContainer";
9
- import { SFTheme, APCTheme } from "./themes";
10
- var themesLabel = "Theme";
11
- var themes = {
12
- SF: SFTheme,
13
- APC: APCTheme,
14
- None: {},
15
- };
16
- var defaultValue = SFTheme;
17
- var groupId = "Theme";
18
- var animateLabel = "Animate";
19
- var animateOptions = {
20
- play: "play",
21
- pause: "pause"
22
- };
23
- var animateDefaultValue = "pause";
24
- var animateGroupID = "Container";
25
- var themeDecorator = function (storyFn) { return (React.createElement(ThemeProvider, { theme: select(themesLabel, themes, defaultValue, groupId) }, storyFn())); };
26
- export default (function (_a) {
27
- var title = _a.title, Component = _a.Component, height = _a.height, _b = _a.reducer, reducer = _b === void 0 ? function () { } : _b, _c = _a.containerMax, containerMax = _c === void 0 ? "40rem" : _c, _d = _a.containerMin, containerMin = _d === void 0 ? "20rem" : _d;
28
- var history = createBrowserHistory();
29
- var store = createStore(reducer, window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__());
30
- return {
31
- title: title,
32
- component: Component,
33
- decorators: [
34
- themeDecorator,
35
- function (storyFn) { return (React.createElement(Router, { history: history },
36
- React.createElement(Provider, { store: store },
37
- React.createElement("div", { style: { height: "max-content", display: "flex", justifyContent: "center", flexDirection: "column" } },
38
- React.createElement(ResizingContainer, { height: height, animate: radios(animateLabel, animateOptions, animateDefaultValue, animateGroupID), containerMax: text("Container Max", containerMax, animateGroupID), containerMin: text("Container Min", containerMin, animateGroupID) }, storyFn()))))); }
39
- ]
40
- };
41
- });
@@ -1,79 +0,0 @@
1
- export namespace APCTheme {
2
- namespace values {
3
- namespace Button {
4
- namespace active {
5
- const primary: string;
6
- const secondary: string;
7
- const smallPrimary: string;
8
- const smallSecondary: string;
9
- }
10
- namespace backgroundColor {
11
- const primary_1: string;
12
- export { primary_1 as primary };
13
- const secondary_1: string;
14
- export { secondary_1 as secondary };
15
- const smallPrimary_1: string;
16
- export { smallPrimary_1 as smallPrimary };
17
- const smallSecondary_1: string;
18
- export { smallSecondary_1 as smallSecondary };
19
- }
20
- namespace border {
21
- const primary_2: string;
22
- export { primary_2 as primary };
23
- const secondary_2: string;
24
- export { secondary_2 as secondary };
25
- const smallPrimary_2: string;
26
- export { smallPrimary_2 as smallPrimary };
27
- const smallSecondary_2: string;
28
- export { smallSecondary_2 as smallSecondary };
29
- }
30
- namespace color {
31
- const primary_3: string;
32
- export { primary_3 as primary };
33
- const secondary_3: string;
34
- export { secondary_3 as secondary };
35
- const smallPrimary_3: string;
36
- export { smallPrimary_3 as smallPrimary };
37
- const smallSecondary_3: string;
38
- export { smallSecondary_3 as smallSecondary };
39
- }
40
- namespace focus {
41
- const primary_4: string;
42
- export { primary_4 as primary };
43
- const secondary_4: string;
44
- export { secondary_4 as secondary };
45
- const smallPrimary_4: string;
46
- export { smallPrimary_4 as smallPrimary };
47
- const smallSecondary_4: string;
48
- export { smallSecondary_4 as smallSecondary };
49
- }
50
- namespace hover {
51
- const primary_5: string;
52
- export { primary_5 as primary };
53
- const secondary_5: string;
54
- export { secondary_5 as secondary };
55
- const smallPrimary_5: string;
56
- export { smallPrimary_5 as smallPrimary };
57
- const smallSecondary_5: string;
58
- export { smallSecondary_5 as smallSecondary };
59
- }
60
- }
61
- namespace Footer {
62
- const backgroundColor_1: string;
63
- export { backgroundColor_1 as backgroundColor };
64
- }
65
- namespace Header {
66
- const backgroundColor_2: string;
67
- export { backgroundColor_2 as backgroundColor };
68
- }
69
- namespace HighlightTabRow {
70
- const backgroundColor_3: string;
71
- export { backgroundColor_3 as backgroundColor };
72
- }
73
- const linkColor: string;
74
- const logo: string;
75
- const primaryColor: string;
76
- const secondaryColor: string;
77
- const textColor: string;
78
- }
79
- }
@@ -1 +0,0 @@
1
- export var APCTheme = { values: { "Button": { "active": { "primary": "background-color: #C8171E; border: 2px solid #C8171E; box-shadow: 0 0 10px #E30100;", "secondary": "background-color: #F58D91; color: #FF0000; box-shadow: 0 0 10px #FF0000", "smallPrimary": "background-color: #C8171E; border: 2px solid #C8171E; box-shadow: 0 0 10px #E30100", "smallSecondary": "background-color: #F58D91; color: #FF0000; box-shadow: 0 0 10px #FF0000" }, "backgroundColor": { "primary": "#EC1C24", "secondary": "#F6F6F9", "smallPrimary": "#EC1C24", "smallSecondary": "#F6F6F9" }, "border": { "primary": "2px solid #EC1C24;", "secondary": "2px solid #EC1C24;", "smallPrimary": "2px solid %#EC1C24;", "smallSecondary": "2px solid #EC1C24;" }, "color": { "primary": "#F6F6F9", "secondary": "#EC1C24", "smallPrimary": "#F6F6F9", "smallSecondary": "#EC1C24" }, "focus": { "primary": "outline: none; background-color: #C8171E; border: 2px solid #C8171E; box-shadow: 0 0 10px #E30100", "secondary": "outline: none; background-color: #F58D91; color: #FF0000; box-shadow: 0 0 10px #FF0000;", "smallPrimary": "outline: none; background-color: #C8171E; border: 2px solid #C8171E; box-shadow: 0 0 10px #E30100", "smallSecondary": "outline: none; background-color: #F58D91; color: #FF0000; box-shadow: 0 0 10px #FF0000;" }, "hover": { "primary": "cursor: pointer; background-color: #E30100; border: 2px solid #E30100; box-shadow: 0 0 10px #E30100;", "secondary": "cursor: pointer; background-color: #FBD9D9; box-shadow: 0 0 10px #EC1C24; color: #EC1C24;", "smallPrimary": "cursor: pointer; background-color: #E30100; border: 2px solid #E30100; box-shadow: 0 0 10px #E30100;", "smallSecondary": "cursor: pointer; background-color: #FBD9D9; box-shadow: 0 0 10px #EC1C24; color: #EC1C24;" } }, "Footer": { "backgroundColor": "#56575B" }, "Header": { "backgroundColor": "#FFFFFF" }, "HighlightTabRow": { "backgroundColor": "#215B9E" }, "linkColor": "#15749D", "logo": "logo.png", "primaryColor": "#3B414D", "secondaryColor": "#E5E7EC", "textColor": "#000000" } };
@@ -1,2 +0,0 @@
1
- export { SFTheme } from "./sf.theme";
2
- export { APCTheme } from "./apc.theme";
@@ -1,2 +0,0 @@
1
- export { SFTheme } from "./sf.theme";
2
- export { APCTheme } from "./apc.theme";