@bloom-housing/ui-components 7.1.0 → 7.2.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 (1118) hide show
  1. package/dist/.storybook/constants.d.ts +3 -0
  2. package/dist/.storybook/constants.js +8 -0
  3. package/dist/.storybook/constants.js.map +1 -0
  4. package/dist/__tests__/actions/Button.test.d.ts +1 -0
  5. package/dist/__tests__/actions/Button.test.js +57 -0
  6. package/dist/__tests__/actions/Button.test.js.map +1 -0
  7. package/dist/__tests__/actions/ButtonGroup.test.d.ts +1 -0
  8. package/dist/__tests__/actions/ButtonGroup.test.js +23 -0
  9. package/dist/__tests__/actions/ButtonGroup.test.js.map +1 -0
  10. package/dist/__tests__/actions/ExpandableContent.test.d.ts +1 -0
  11. package/dist/__tests__/actions/ExpandableContent.test.js +36 -0
  12. package/dist/__tests__/actions/ExpandableContent.test.js.map +1 -0
  13. package/dist/__tests__/actions/ExpandableText.test.d.ts +1 -0
  14. package/dist/__tests__/actions/ExpandableText.test.js +56 -0
  15. package/dist/__tests__/actions/ExpandableText.test.js.map +1 -0
  16. package/dist/__tests__/actions/LinkButton.test.d.ts +1 -0
  17. package/dist/__tests__/actions/LinkButton.test.js +27 -0
  18. package/dist/__tests__/actions/LinkButton.test.js.map +1 -0
  19. package/dist/__tests__/blocks/ActionBlock.test.d.ts +1 -0
  20. package/dist/__tests__/blocks/ActionBlock.test.js +30 -0
  21. package/dist/__tests__/blocks/ActionBlock.test.js.map +1 -0
  22. package/dist/__tests__/blocks/Card.test.d.ts +1 -0
  23. package/dist/__tests__/blocks/Card.test.js +47 -0
  24. package/dist/__tests__/blocks/Card.test.js.map +1 -0
  25. package/dist/__tests__/blocks/DashBlock.test.d.ts +1 -0
  26. package/dist/__tests__/blocks/DashBlock.test.js +22 -0
  27. package/dist/__tests__/blocks/DashBlock.test.js.map +1 -0
  28. package/dist/__tests__/blocks/DashBlocks.test.d.ts +1 -0
  29. package/dist/__tests__/blocks/DashBlocks.test.js +16 -0
  30. package/dist/__tests__/blocks/DashBlocks.test.js.map +1 -0
  31. package/dist/__tests__/blocks/FormCard.test.d.ts +1 -0
  32. package/dist/__tests__/blocks/FormCard.test.js +23 -0
  33. package/dist/__tests__/blocks/FormCard.test.js.map +1 -0
  34. package/dist/__tests__/blocks/HousingCounselor.test.d.ts +1 -0
  35. package/dist/__tests__/blocks/HousingCounselor.test.js +29 -0
  36. package/dist/__tests__/blocks/HousingCounselor.test.js.map +1 -0
  37. package/dist/__tests__/blocks/ImageCard.test.d.ts +1 -0
  38. package/dist/__tests__/blocks/ImageCard.test.js +65 -0
  39. package/dist/__tests__/blocks/ImageCard.test.js.map +1 -0
  40. package/dist/__tests__/blocks/InfoCard.test.d.ts +1 -0
  41. package/dist/__tests__/blocks/InfoCard.test.js +30 -0
  42. package/dist/__tests__/blocks/InfoCard.test.js.map +1 -0
  43. package/dist/__tests__/blocks/StandardCard.test.d.ts +1 -0
  44. package/dist/__tests__/blocks/StandardCard.test.js +23 -0
  45. package/dist/__tests__/blocks/StandardCard.test.js.map +1 -0
  46. package/dist/__tests__/blocks/StatusBar.test.d.ts +1 -0
  47. package/dist/__tests__/blocks/StatusBar.test.js +27 -0
  48. package/dist/__tests__/blocks/StatusBar.test.js.map +1 -0
  49. package/dist/__tests__/blocks/StatusItem.test.d.ts +1 -0
  50. package/dist/__tests__/blocks/StatusItem.test.js +25 -0
  51. package/dist/__tests__/blocks/StatusItem.test.js.map +1 -0
  52. package/dist/__tests__/blocks/ViewItem.test.d.ts +1 -0
  53. package/dist/__tests__/blocks/ViewItem.test.js +18 -0
  54. package/dist/__tests__/blocks/ViewItem.test.js.map +1 -0
  55. package/dist/__tests__/fixtures/archer.json +1142 -0
  56. package/dist/__tests__/footers/ExygyFooter.test.d.ts +1 -0
  57. package/dist/__tests__/footers/ExygyFooter.test.js +16 -0
  58. package/dist/__tests__/footers/ExygyFooter.test.js.map +1 -0
  59. package/dist/__tests__/footers/SiteFooter.test.d.ts +1 -0
  60. package/dist/__tests__/footers/SiteFooter.test.js +16 -0
  61. package/dist/__tests__/footers/SiteFooter.test.js.map +1 -0
  62. package/dist/__tests__/forms/DOBField.test.d.ts +1 -0
  63. package/dist/__tests__/forms/DOBField.test.js +30 -0
  64. package/dist/__tests__/forms/DOBField.test.js.map +1 -0
  65. package/dist/__tests__/forms/DateField.test.d.ts +1 -0
  66. package/dist/__tests__/forms/DateField.test.js +29 -0
  67. package/dist/__tests__/forms/DateField.test.js.map +1 -0
  68. package/dist/__tests__/forms/Field.test.d.ts +1 -0
  69. package/dist/__tests__/forms/Field.test.js +52 -0
  70. package/dist/__tests__/forms/Field.test.js.map +1 -0
  71. package/dist/__tests__/forms/FieldGroup.test.d.ts +1 -0
  72. package/dist/__tests__/forms/FieldGroup.test.js +141 -0
  73. package/dist/__tests__/forms/FieldGroup.test.js.map +1 -0
  74. package/dist/__tests__/forms/Form.test.d.ts +1 -0
  75. package/dist/__tests__/forms/Form.test.js +16 -0
  76. package/dist/__tests__/forms/Form.test.js.map +1 -0
  77. package/dist/__tests__/forms/HouseholdMemberForm.test.d.ts +1 -0
  78. package/dist/__tests__/forms/HouseholdMemberForm.test.js +31 -0
  79. package/dist/__tests__/forms/HouseholdMemberForm.test.js.map +1 -0
  80. package/dist/__tests__/forms/HouseholdSizeField.test.d.ts +1 -0
  81. package/dist/__tests__/forms/HouseholdSizeField.test.js +39 -0
  82. package/dist/__tests__/forms/HouseholdSizeField.test.js.map +1 -0
  83. package/dist/__tests__/forms/MultiSelectField.test.d.ts +1 -0
  84. package/dist/__tests__/forms/MultiSelectField.test.js +91 -0
  85. package/dist/__tests__/forms/MultiSelectField.test.js.map +1 -0
  86. package/dist/__tests__/forms/PhoneField.test.d.ts +1 -0
  87. package/dist/__tests__/forms/PhoneField.test.js +32 -0
  88. package/dist/__tests__/forms/PhoneField.test.js.map +1 -0
  89. package/dist/__tests__/forms/Select.test.d.ts +1 -0
  90. package/dist/__tests__/forms/Select.test.js +39 -0
  91. package/dist/__tests__/forms/Select.test.js.map +1 -0
  92. package/dist/__tests__/forms/Textarea.test.d.ts +1 -0
  93. package/dist/__tests__/forms/Textarea.test.js +33 -0
  94. package/dist/__tests__/forms/Textarea.test.js.map +1 -0
  95. package/dist/__tests__/forms/TimeField.test.d.ts +1 -0
  96. package/dist/__tests__/forms/TimeField.test.js +25 -0
  97. package/dist/__tests__/forms/TimeField.test.js.map +1 -0
  98. package/dist/__tests__/headers/Hero.test.d.ts +1 -0
  99. package/dist/__tests__/headers/Hero.test.js +35 -0
  100. package/dist/__tests__/headers/Hero.test.js.map +1 -0
  101. package/dist/__tests__/headers/PageHeader.test.d.ts +1 -0
  102. package/dist/__tests__/headers/PageHeader.test.js +23 -0
  103. package/dist/__tests__/headers/PageHeader.test.js.map +1 -0
  104. package/dist/__tests__/headers/SiteHeader.test.d.ts +1 -0
  105. package/dist/__tests__/headers/SiteHeader.test.js +62 -0
  106. package/dist/__tests__/headers/SiteHeader.test.js.map +1 -0
  107. package/dist/__tests__/helpers/capitalize.test.d.ts +1 -0
  108. package/dist/__tests__/helpers/capitalize.test.js +17 -0
  109. package/dist/__tests__/helpers/capitalize.test.js.map +1 -0
  110. package/dist/__tests__/helpers/formatYesNoLabel.test.d.ts +1 -0
  111. package/dist/__tests__/helpers/formatYesNoLabel.test.js +14 -0
  112. package/dist/__tests__/helpers/formatYesNoLabel.test.js.map +1 -0
  113. package/dist/__tests__/helpers/getTranslationWithArguments.test.d.ts +1 -0
  114. package/dist/__tests__/helpers/getTranslationWithArguments.test.js +17 -0
  115. package/dist/__tests__/helpers/getTranslationWithArguments.test.js.map +1 -0
  116. package/dist/__tests__/helpers/links.test.d.ts +1 -0
  117. package/dist/__tests__/helpers/links.test.js +30 -0
  118. package/dist/__tests__/helpers/links.test.js.map +1 -0
  119. package/dist/__tests__/helpers/mergeDeep.test.d.ts +1 -0
  120. package/dist/__tests__/helpers/mergeDeep.test.js +20 -0
  121. package/dist/__tests__/helpers/mergeDeep.test.js.map +1 -0
  122. package/dist/__tests__/helpers/numberOrdinal.test.d.ts +1 -0
  123. package/dist/__tests__/helpers/numberOrdinal.test.js +20 -0
  124. package/dist/__tests__/helpers/numberOrdinal.test.js.map +1 -0
  125. package/dist/__tests__/icons/HeaderBadge.test.d.ts +1 -0
  126. package/dist/__tests__/icons/HeaderBadge.test.js +15 -0
  127. package/dist/__tests__/icons/HeaderBadge.test.js.map +1 -0
  128. package/dist/__tests__/icons/Icon.test.d.ts +1 -0
  129. package/dist/__tests__/icons/Icon.test.js +23 -0
  130. package/dist/__tests__/icons/Icon.test.js.map +1 -0
  131. package/dist/__tests__/lists/PreferencesList.test.d.ts +1 -0
  132. package/dist/__tests__/lists/PreferencesList.test.js +53 -0
  133. package/dist/__tests__/lists/PreferencesList.test.js.map +1 -0
  134. package/dist/__tests__/navigation/Breadcrumbs.test.d.ts +1 -0
  135. package/dist/__tests__/navigation/Breadcrumbs.test.js +25 -0
  136. package/dist/__tests__/navigation/Breadcrumbs.test.js.map +1 -0
  137. package/dist/__tests__/navigation/FooterNav.test.d.ts +1 -0
  138. package/dist/__tests__/navigation/FooterNav.test.js +16 -0
  139. package/dist/__tests__/navigation/FooterNav.test.js.map +1 -0
  140. package/dist/__tests__/navigation/LanguageNav.test.d.ts +1 -0
  141. package/dist/__tests__/navigation/LanguageNav.test.js +29 -0
  142. package/dist/__tests__/navigation/LanguageNav.test.js.map +1 -0
  143. package/dist/__tests__/navigation/ProgressNav.test.d.ts +1 -0
  144. package/dist/__tests__/navigation/ProgressNav.test.js +20 -0
  145. package/dist/__tests__/navigation/ProgressNav.test.js.map +1 -0
  146. package/dist/__tests__/navigation/SideNav.test.d.ts +1 -0
  147. package/dist/__tests__/navigation/SideNav.test.js +46 -0
  148. package/dist/__tests__/navigation/SideNav.test.js.map +1 -0
  149. package/dist/__tests__/navigation/TabNav.test.d.ts +1 -0
  150. package/dist/__tests__/navigation/TabNav.test.js +29 -0
  151. package/dist/__tests__/navigation/TabNav.test.js.map +1 -0
  152. package/dist/__tests__/navigation/Tabs.test.d.ts +1 -0
  153. package/dist/__tests__/navigation/Tabs.test.js +28 -0
  154. package/dist/__tests__/navigation/Tabs.test.js.map +1 -0
  155. package/dist/__tests__/notifications/AlertBox.test.d.ts +1 -0
  156. package/dist/__tests__/notifications/AlertBox.test.js +69 -0
  157. package/dist/__tests__/notifications/AlertBox.test.js.map +1 -0
  158. package/dist/__tests__/notifications/AlertNotice.test.d.ts +1 -0
  159. package/dist/__tests__/notifications/AlertNotice.test.js +54 -0
  160. package/dist/__tests__/notifications/AlertNotice.test.js.map +1 -0
  161. package/dist/__tests__/notifications/ApplicationStatus.test.d.ts +1 -0
  162. package/dist/__tests__/notifications/ApplicationStatus.test.js +40 -0
  163. package/dist/__tests__/notifications/ApplicationStatus.test.js.map +1 -0
  164. package/dist/__tests__/notifications/ErrorMessage.test.d.ts +1 -0
  165. package/dist/__tests__/notifications/ErrorMessage.test.js +16 -0
  166. package/dist/__tests__/notifications/ErrorMessage.test.js.map +1 -0
  167. package/dist/__tests__/notifications/SiteAlert.test.d.ts +1 -0
  168. package/dist/__tests__/notifications/SiteAlert.test.js +48 -0
  169. package/dist/__tests__/notifications/SiteAlert.test.js.map +1 -0
  170. package/dist/__tests__/notifications/StatusAside.test.d.ts +1 -0
  171. package/dist/__tests__/notifications/StatusAside.test.js +23 -0
  172. package/dist/__tests__/notifications/StatusAside.test.js.map +1 -0
  173. package/dist/__tests__/notifications/StatusMessage.test.d.ts +1 -0
  174. package/dist/__tests__/notifications/StatusMessage.test.js +28 -0
  175. package/dist/__tests__/notifications/StatusMessage.test.js.map +1 -0
  176. package/dist/__tests__/overlays/Drawer.test.d.ts +1 -0
  177. package/dist/__tests__/overlays/Drawer.test.js +29 -0
  178. package/dist/__tests__/overlays/Drawer.test.js.map +1 -0
  179. package/dist/__tests__/overlays/LoadingOverlay.test.d.ts +1 -0
  180. package/dist/__tests__/overlays/LoadingOverlay.test.js +23 -0
  181. package/dist/__tests__/overlays/LoadingOverlay.test.js.map +1 -0
  182. package/dist/__tests__/overlays/Modal.test.d.ts +1 -0
  183. package/dist/__tests__/overlays/Modal.test.js +43 -0
  184. package/dist/__tests__/overlays/Modal.test.js.map +1 -0
  185. package/dist/__tests__/page_components/AdditionalFees.test.d.ts +1 -0
  186. package/dist/__tests__/page_components/AdditionalFees.test.js +37 -0
  187. package/dist/__tests__/page_components/AdditionalFees.test.js.map +1 -0
  188. package/dist/__tests__/page_components/Contact.test.d.ts +1 -0
  189. package/dist/__tests__/page_components/Contact.test.js +41 -0
  190. package/dist/__tests__/page_components/Contact.test.js.map +1 -0
  191. package/dist/__tests__/page_components/ContactAddress.test.d.ts +1 -0
  192. package/dist/__tests__/page_components/ContactAddress.test.js +20 -0
  193. package/dist/__tests__/page_components/ContactAddress.test.js.map +1 -0
  194. package/dist/__tests__/page_components/ContentAccordion.test.d.ts +1 -0
  195. package/dist/__tests__/page_components/ContentAccordion.test.js +26 -0
  196. package/dist/__tests__/page_components/ContentAccordion.test.js.map +1 -0
  197. package/dist/__tests__/page_components/DownloadLotteryResults.test.d.ts +1 -0
  198. package/dist/__tests__/page_components/DownloadLotteryResults.test.js +18 -0
  199. package/dist/__tests__/page_components/DownloadLotteryResults.test.js.map +1 -0
  200. package/dist/__tests__/page_components/EventSection.test.d.ts +1 -0
  201. package/dist/__tests__/page_components/EventSection.test.js +28 -0
  202. package/dist/__tests__/page_components/EventSection.test.js.map +1 -0
  203. package/dist/__tests__/page_components/ExpandableSection.test.d.ts +1 -0
  204. package/dist/__tests__/page_components/ExpandableSection.test.js +23 -0
  205. package/dist/__tests__/page_components/ExpandableSection.test.js.map +1 -0
  206. package/dist/__tests__/page_components/GetApplication.test.d.ts +1 -0
  207. package/dist/__tests__/page_components/GetApplication.test.js +41 -0
  208. package/dist/__tests__/page_components/GetApplication.test.js.map +1 -0
  209. package/dist/__tests__/page_components/ListingCard.test.d.ts +1 -0
  210. package/dist/__tests__/page_components/ListingCard.test.js +66 -0
  211. package/dist/__tests__/page_components/ListingCard.test.js.map +1 -0
  212. package/dist/__tests__/page_components/ListingDetailHeader.test.d.ts +1 -0
  213. package/dist/__tests__/page_components/ListingDetailHeader.test.js +17 -0
  214. package/dist/__tests__/page_components/ListingDetailHeader.test.js.map +1 -0
  215. package/dist/__tests__/page_components/ListingMap.test.d.ts +1 -0
  216. package/dist/__tests__/page_components/ListingMap.test.js +19 -0
  217. package/dist/__tests__/page_components/ListingMap.test.js.map +1 -0
  218. package/dist/__tests__/page_components/ListingsGroup.test.d.ts +1 -0
  219. package/dist/__tests__/page_components/ListingsGroup.test.js +28 -0
  220. package/dist/__tests__/page_components/ListingsGroup.test.js.map +1 -0
  221. package/dist/__tests__/page_components/QuantityRowSection.test.d.ts +1 -0
  222. package/dist/__tests__/page_components/QuantityRowSection.test.js +50 -0
  223. package/dist/__tests__/page_components/QuantityRowSection.test.js.map +1 -0
  224. package/dist/__tests__/page_components/ReferralApplication.test.d.ts +1 -0
  225. package/dist/__tests__/page_components/ReferralApplication.test.js +20 -0
  226. package/dist/__tests__/page_components/ReferralApplication.test.js.map +1 -0
  227. package/dist/__tests__/page_components/SubmitApplication.test.d.ts +1 -0
  228. package/dist/__tests__/page_components/SubmitApplication.test.js +23 -0
  229. package/dist/__tests__/page_components/SubmitApplication.test.js.map +1 -0
  230. package/dist/__tests__/prototypes/FieldSection.test.d.ts +1 -0
  231. package/dist/__tests__/prototypes/FieldSection.test.js +24 -0
  232. package/dist/__tests__/prototypes/FieldSection.test.js.map +1 -0
  233. package/dist/__tests__/prototypes/GridItem.test.d.ts +1 -0
  234. package/dist/__tests__/prototypes/GridItem.test.js +23 -0
  235. package/dist/__tests__/prototypes/GridItem.test.js.map +1 -0
  236. package/dist/__tests__/prototypes/Message.test.d.ts +1 -0
  237. package/dist/__tests__/prototypes/Message.test.js +23 -0
  238. package/dist/__tests__/prototypes/Message.test.js.map +1 -0
  239. package/dist/__tests__/sections/ContentSection.test.d.ts +1 -0
  240. package/dist/__tests__/sections/ContentSection.test.js +22 -0
  241. package/dist/__tests__/sections/ContentSection.test.js.map +1 -0
  242. package/dist/__tests__/sections/FooterSection.test.d.ts +1 -0
  243. package/dist/__tests__/sections/FooterSection.test.js +21 -0
  244. package/dist/__tests__/sections/FooterSection.test.js.map +1 -0
  245. package/dist/__tests__/sections/GridSection.test.d.ts +1 -0
  246. package/dist/__tests__/sections/GridSection.test.js +29 -0
  247. package/dist/__tests__/sections/GridSection.test.js.map +1 -0
  248. package/dist/__tests__/sections/InfoCardGrid.test.d.ts +1 -0
  249. package/dist/__tests__/sections/InfoCardGrid.test.js +23 -0
  250. package/dist/__tests__/sections/InfoCardGrid.test.js.map +1 -0
  251. package/dist/__tests__/sections/ListSection.test.d.ts +1 -0
  252. package/dist/__tests__/sections/ListSection.test.js +18 -0
  253. package/dist/__tests__/sections/ListSection.test.js.map +1 -0
  254. package/dist/__tests__/sections/MarkdownSection.test.d.ts +1 -0
  255. package/dist/__tests__/sections/MarkdownSection.test.js +20 -0
  256. package/dist/__tests__/sections/MarkdownSection.test.js.map +1 -0
  257. package/dist/__tests__/storyshots.spec.d.ts +1 -0
  258. package/dist/__tests__/storyshots.spec.js +39 -0
  259. package/dist/__tests__/storyshots.spec.js.map +1 -0
  260. package/dist/__tests__/tables/AgTable.test.d.ts +1 -0
  261. package/dist/__tests__/tables/AgTable.test.js +197 -0
  262. package/dist/__tests__/tables/AgTable.test.js.map +1 -0
  263. package/dist/__tests__/tables/CategoryTable.test.d.ts +1 -0
  264. package/dist/__tests__/tables/CategoryTable.test.js +55 -0
  265. package/dist/__tests__/tables/CategoryTable.test.js.map +1 -0
  266. package/dist/__tests__/tables/GroupedTable.test.d.ts +5 -0
  267. package/dist/__tests__/tables/GroupedTable.test.js +69 -0
  268. package/dist/__tests__/tables/GroupedTable.test.js.map +1 -0
  269. package/dist/__tests__/tables/MinimalTable.test.d.ts +1 -0
  270. package/dist/__tests__/tables/MinimalTable.test.js +43 -0
  271. package/dist/__tests__/tables/MinimalTable.test.js.map +1 -0
  272. package/dist/__tests__/tables/StackedTable.test.d.ts +1 -0
  273. package/dist/__tests__/tables/StackedTable.test.js +47 -0
  274. package/dist/__tests__/tables/StackedTable.test.js.map +1 -0
  275. package/dist/__tests__/tables/StandardTable.test.d.ts +1 -0
  276. package/dist/__tests__/tables/StandardTable.test.js +83 -0
  277. package/dist/__tests__/tables/StandardTable.test.js.map +1 -0
  278. package/dist/__tests__/text/Description.test.d.ts +1 -0
  279. package/dist/__tests__/text/Description.test.js +29 -0
  280. package/dist/__tests__/text/Description.test.js.map +1 -0
  281. package/dist/__tests__/text/Tag.test.d.ts +1 -0
  282. package/dist/__tests__/text/Tag.test.js +22 -0
  283. package/dist/__tests__/text/Tag.test.js.map +1 -0
  284. package/dist/index.d.ts +133 -0
  285. package/dist/index.js +168 -0
  286. package/dist/index.js.map +1 -0
  287. package/dist/src/actions/Button.d.ts +29 -0
  288. package/dist/src/actions/Button.js +78 -0
  289. package/dist/src/actions/Button.js.map +1 -0
  290. package/dist/src/actions/Button.stories.d.ts +41 -0
  291. package/dist/src/actions/Button.stories.js +148 -0
  292. package/dist/src/actions/Button.stories.js.map +1 -0
  293. package/dist/src/actions/ButtonGroup.d.ts +18 -0
  294. package/dist/src/actions/ButtonGroup.js +26 -0
  295. package/dist/src/actions/ButtonGroup.js.map +1 -0
  296. package/dist/src/actions/ButtonGroup.stories.d.ts +20 -0
  297. package/dist/src/actions/ButtonGroup.stories.js +86 -0
  298. package/dist/src/actions/ButtonGroup.stories.js.map +1 -0
  299. package/dist/src/actions/ExpandableContent.d.ts +11 -0
  300. package/dist/src/actions/ExpandableContent.js +40 -0
  301. package/dist/src/actions/ExpandableContent.js.map +1 -0
  302. package/dist/src/actions/ExpandableContent.stories.d.ts +5 -0
  303. package/dist/src/actions/ExpandableContent.stories.js +35 -0
  304. package/dist/src/actions/ExpandableContent.stories.js.map +1 -0
  305. package/dist/src/actions/ExpandableText.d.ts +16 -0
  306. package/dist/src/actions/ExpandableText.js +66 -0
  307. package/dist/src/actions/ExpandableText.js.map +1 -0
  308. package/dist/src/actions/ExpandableText.stories.d.ts +10 -0
  309. package/dist/src/actions/ExpandableText.stories.js +57 -0
  310. package/dist/src/actions/ExpandableText.stories.js.map +1 -0
  311. package/dist/src/actions/LinkButton.d.ts +10 -0
  312. package/dist/src/actions/LinkButton.js +50 -0
  313. package/dist/src/actions/LinkButton.js.map +1 -0
  314. package/dist/src/actions/LinkButton.stories.d.ts +12 -0
  315. package/dist/src/actions/LinkButton.stories.js +49 -0
  316. package/dist/src/actions/LinkButton.stories.js.map +1 -0
  317. package/dist/src/actions/LocalizedLink.d.ts +4 -0
  318. package/dist/src/actions/LocalizedLink.js +47 -0
  319. package/dist/src/actions/LocalizedLink.js.map +1 -0
  320. package/dist/src/actions/Video.d.ts +13 -0
  321. package/dist/src/actions/Video.js +23 -0
  322. package/dist/src/actions/Video.js.map +1 -0
  323. package/dist/src/blocks/ActionBlock.d.ts +22 -0
  324. package/dist/src/blocks/ActionBlock.js +40 -0
  325. package/dist/src/blocks/ActionBlock.js.map +1 -0
  326. package/dist/src/blocks/ActionBlock.stories.d.ts +11 -0
  327. package/dist/src/blocks/ActionBlock.stories.js +67 -0
  328. package/dist/src/blocks/ActionBlock.stories.js.map +1 -0
  329. package/dist/src/blocks/Card.d.ts +39 -0
  330. package/dist/src/blocks/Card.js +47 -0
  331. package/dist/src/blocks/Card.js.map +1 -0
  332. package/dist/src/blocks/Card.stories.d.ts +18 -0
  333. package/dist/src/blocks/Card.stories.js +88 -0
  334. package/dist/src/blocks/Card.stories.js.map +1 -0
  335. package/dist/src/blocks/DashBlock.d.ts +12 -0
  336. package/dist/src/blocks/DashBlock.js +54 -0
  337. package/dist/src/blocks/DashBlock.js.map +1 -0
  338. package/dist/src/blocks/DashBlocks.d.ts +6 -0
  339. package/dist/src/blocks/DashBlocks.js +12 -0
  340. package/dist/src/blocks/DashBlocks.js.map +1 -0
  341. package/dist/src/blocks/DashBlocks.stories.d.ts +5 -0
  342. package/dist/src/blocks/DashBlocks.stories.js +22 -0
  343. package/dist/src/blocks/DashBlocks.stories.js.map +1 -0
  344. package/dist/src/blocks/FormCard.d.ts +13 -0
  345. package/dist/src/blocks/FormCard.js +42 -0
  346. package/dist/src/blocks/FormCard.js.map +1 -0
  347. package/dist/src/blocks/HousingCounselor.d.ts +15 -0
  348. package/dist/src/blocks/HousingCounselor.js +52 -0
  349. package/dist/src/blocks/HousingCounselor.js.map +1 -0
  350. package/dist/src/blocks/HousingCounselor.stories.d.ts +7 -0
  351. package/dist/src/blocks/HousingCounselor.stories.js +38 -0
  352. package/dist/src/blocks/HousingCounselor.stories.js.map +1 -0
  353. package/dist/src/blocks/ImageCard.d.ts +55 -0
  354. package/dist/src/blocks/ImageCard.js +108 -0
  355. package/dist/src/blocks/ImageCard.js.map +1 -0
  356. package/dist/src/blocks/ImageCard.stories.d.ts +29 -0
  357. package/dist/src/blocks/ImageCard.stories.js +136 -0
  358. package/dist/src/blocks/ImageCard.stories.js.map +1 -0
  359. package/dist/src/blocks/InfoCard.d.ts +11 -0
  360. package/dist/src/blocks/InfoCard.js +48 -0
  361. package/dist/src/blocks/InfoCard.js.map +1 -0
  362. package/dist/src/blocks/InfoCard.stories.d.ts +18 -0
  363. package/dist/src/blocks/InfoCard.stories.js +31 -0
  364. package/dist/src/blocks/InfoCard.stories.js.map +1 -0
  365. package/dist/src/blocks/MediaCard.d.ts +11 -0
  366. package/dist/src/blocks/MediaCard.js +47 -0
  367. package/dist/src/blocks/MediaCard.js.map +1 -0
  368. package/dist/src/blocks/MediaCard.stories.d.ts +18 -0
  369. package/dist/src/blocks/MediaCard.stories.js +52 -0
  370. package/dist/src/blocks/MediaCard.stories.js.map +1 -0
  371. package/dist/src/blocks/StandardCard.d.ts +11 -0
  372. package/dist/src/blocks/StandardCard.js +20 -0
  373. package/dist/src/blocks/StandardCard.js.map +1 -0
  374. package/dist/src/blocks/StandardCard.stories.d.ts +19 -0
  375. package/dist/src/blocks/StandardCard.stories.js +42 -0
  376. package/dist/src/blocks/StandardCard.stories.js.map +1 -0
  377. package/dist/src/blocks/StatusBar.d.ts +10 -0
  378. package/dist/src/blocks/StatusBar.js +42 -0
  379. package/dist/src/blocks/StatusBar.js.map +1 -0
  380. package/dist/src/blocks/StatusBar.stories.d.ts +7 -0
  381. package/dist/src/blocks/StatusBar.stories.js +22 -0
  382. package/dist/src/blocks/StatusBar.stories.js.map +1 -0
  383. package/dist/src/blocks/StatusItem.d.ts +20 -0
  384. package/dist/src/blocks/StatusItem.js +64 -0
  385. package/dist/src/blocks/StatusItem.js.map +1 -0
  386. package/dist/src/blocks/StatusItem.stories.d.ts +6 -0
  387. package/dist/src/blocks/StatusItem.stories.js +16 -0
  388. package/dist/src/blocks/StatusItem.stories.js.map +1 -0
  389. package/dist/src/blocks/ViewItem.d.ts +15 -0
  390. package/dist/src/blocks/ViewItem.js +47 -0
  391. package/dist/src/blocks/ViewItem.js.map +1 -0
  392. package/dist/src/blocks/ViewItem.stories.d.ts +8 -0
  393. package/dist/src/blocks/ViewItem.stories.js +19 -0
  394. package/dist/src/blocks/ViewItem.stories.js.map +1 -0
  395. package/dist/src/config/NavigationContext.d.ts +24 -0
  396. package/dist/src/config/NavigationContext.js +53 -0
  397. package/dist/src/config/NavigationContext.js.map +1 -0
  398. package/dist/src/config/index.d.ts +1 -0
  399. package/dist/src/config/index.js +18 -0
  400. package/dist/src/config/index.js.map +1 -0
  401. package/dist/src/documentation/Utilities.d.ts +2 -0
  402. package/dist/src/documentation/Utilities.js +71 -0
  403. package/dist/src/documentation/Utilities.js.map +1 -0
  404. package/dist/src/footers/ExygyFooter.d.ts +2 -0
  405. package/dist/src/footers/ExygyFooter.js +34 -0
  406. package/dist/src/footers/ExygyFooter.js.map +1 -0
  407. package/dist/src/footers/SiteFooter.d.ts +7 -0
  408. package/dist/src/footers/SiteFooter.js +32 -0
  409. package/dist/src/footers/SiteFooter.js.map +1 -0
  410. package/dist/src/footers/SiteFooter.stories.d.ts +13 -0
  411. package/dist/src/footers/SiteFooter.stories.js +83 -0
  412. package/dist/src/footers/SiteFooter.stories.js.map +1 -0
  413. package/dist/src/forms/CloudinaryUpload.d.ts +12 -0
  414. package/dist/src/forms/CloudinaryUpload.js +82 -0
  415. package/dist/src/forms/CloudinaryUpload.js.map +1 -0
  416. package/dist/src/forms/DOBField.d.ts +32 -0
  417. package/dist/src/forms/DOBField.js +76 -0
  418. package/dist/src/forms/DOBField.js.map +1 -0
  419. package/dist/src/forms/DOBField.stories.d.ts +6 -0
  420. package/dist/src/forms/DOBField.stories.js +19 -0
  421. package/dist/src/forms/DOBField.stories.js.map +1 -0
  422. package/dist/src/forms/DateField.d.ts +34 -0
  423. package/dist/src/forms/DateField.js +64 -0
  424. package/dist/src/forms/DateField.js.map +1 -0
  425. package/dist/src/forms/DateField.stories.d.ts +6 -0
  426. package/dist/src/forms/DateField.stories.js +19 -0
  427. package/dist/src/forms/DateField.stories.js.map +1 -0
  428. package/dist/src/forms/Dropzone.d.ts +19 -0
  429. package/dist/src/forms/Dropzone.js +77 -0
  430. package/dist/src/forms/Dropzone.js.map +1 -0
  431. package/dist/src/forms/Dropzone.stories.d.ts +6 -0
  432. package/dist/src/forms/Dropzone.stories.js +60 -0
  433. package/dist/src/forms/Dropzone.stories.js.map +1 -0
  434. package/dist/src/forms/Field.d.ts +35 -0
  435. package/dist/src/forms/Field.js +116 -0
  436. package/dist/src/forms/Field.js.map +1 -0
  437. package/dist/src/forms/Field.stories.d.ts +13 -0
  438. package/dist/src/forms/Field.stories.js +54 -0
  439. package/dist/src/forms/Field.stories.js.map +1 -0
  440. package/dist/src/forms/FieldGroup.d.ts +41 -0
  441. package/dist/src/forms/FieldGroup.js +121 -0
  442. package/dist/src/forms/FieldGroup.js.map +1 -0
  443. package/dist/src/forms/FieldGroup.stories.d.ts +8 -0
  444. package/dist/src/forms/FieldGroup.stories.js +47 -0
  445. package/dist/src/forms/FieldGroup.stories.js.map +1 -0
  446. package/dist/src/forms/Form.d.ts +9 -0
  447. package/dist/src/forms/Form.js +19 -0
  448. package/dist/src/forms/Form.js.map +1 -0
  449. package/dist/src/forms/HouseholdMemberForm.d.ts +13 -0
  450. package/dist/src/forms/HouseholdMemberForm.js +22 -0
  451. package/dist/src/forms/HouseholdMemberForm.js.map +1 -0
  452. package/dist/src/forms/HouseholdMemberForm.stories.d.ts +7 -0
  453. package/dist/src/forms/HouseholdMemberForm.stories.js +40 -0
  454. package/dist/src/forms/HouseholdMemberForm.stories.js.map +1 -0
  455. package/dist/src/forms/HouseholdSizeField.d.ts +20 -0
  456. package/dist/src/forms/HouseholdSizeField.js +41 -0
  457. package/dist/src/forms/HouseholdSizeField.js.map +1 -0
  458. package/dist/src/forms/HouseholdSizeField.stories.d.ts +6 -0
  459. package/dist/src/forms/HouseholdSizeField.stories.js +44 -0
  460. package/dist/src/forms/HouseholdSizeField.stories.js.map +1 -0
  461. package/dist/src/forms/MultiSelectField.d.ts +21 -0
  462. package/dist/src/forms/MultiSelectField.js +117 -0
  463. package/dist/src/forms/MultiSelectField.js.map +1 -0
  464. package/dist/src/forms/MultiSelectField.stories.d.ts +18 -0
  465. package/dist/src/forms/MultiSelectField.stories.js +170 -0
  466. package/dist/src/forms/MultiSelectField.stories.js.map +1 -0
  467. package/dist/src/forms/PhoneField.d.ts +18 -0
  468. package/dist/src/forms/PhoneField.js +63 -0
  469. package/dist/src/forms/PhoneField.js.map +1 -0
  470. package/dist/src/forms/PhoneMask.d.ts +2 -0
  471. package/dist/src/forms/PhoneMask.js +16 -0
  472. package/dist/src/forms/PhoneMask.js.map +1 -0
  473. package/dist/src/forms/Select.d.ts +28 -0
  474. package/dist/src/forms/Select.js +33 -0
  475. package/dist/src/forms/Select.js.map +1 -0
  476. package/dist/src/forms/Textarea.d.ts +25 -0
  477. package/dist/src/forms/Textarea.js +65 -0
  478. package/dist/src/forms/Textarea.js.map +1 -0
  479. package/dist/src/forms/Textarea.stories.d.ts +12 -0
  480. package/dist/src/forms/Textarea.stories.js +47 -0
  481. package/dist/src/forms/Textarea.stories.js.map +1 -0
  482. package/dist/src/forms/TimeField.d.ts +39 -0
  483. package/dist/src/forms/TimeField.js +103 -0
  484. package/dist/src/forms/TimeField.js.map +1 -0
  485. package/dist/src/forms/TimeField.stories.d.ts +6 -0
  486. package/dist/src/forms/TimeField.stories.js +19 -0
  487. package/dist/src/forms/TimeField.stories.js.map +1 -0
  488. package/dist/src/forms/checkbox.stories.d.ts +6 -0
  489. package/dist/src/forms/checkbox.stories.js +36 -0
  490. package/dist/src/forms/checkbox.stories.js.map +1 -0
  491. package/dist/src/forms/radio.stories.d.ts +6 -0
  492. package/dist/src/forms/radio.stories.js +40 -0
  493. package/dist/src/forms/radio.stories.js.map +1 -0
  494. package/dist/src/global/AppearanceTypes.d.ts +33 -0
  495. package/dist/src/global/AppearanceTypes.js +48 -0
  496. package/dist/src/global/AppearanceTypes.js.map +1 -0
  497. package/dist/src/global/ApplicationStatusType.d.ts +7 -0
  498. package/dist/src/global/ApplicationStatusType.js +12 -0
  499. package/dist/src/global/ApplicationStatusType.js.map +1 -0
  500. package/dist/src/headers/HeadingGroup.d.ts +17 -0
  501. package/dist/src/headers/HeadingGroup.js +21 -0
  502. package/dist/src/headers/HeadingGroup.js.map +1 -0
  503. package/dist/src/headers/HeadingGroup.stories.d.ts +16 -0
  504. package/dist/src/headers/HeadingGroup.stories.js +33 -0
  505. package/dist/src/headers/HeadingGroup.stories.js.map +1 -0
  506. package/dist/src/headers/Hero.d.ts +19 -0
  507. package/dist/src/headers/Hero.js +58 -0
  508. package/dist/src/headers/Hero.js.map +1 -0
  509. package/dist/src/headers/Hero.stories.d.ts +9 -0
  510. package/dist/src/headers/Hero.stories.js +42 -0
  511. package/dist/src/headers/Hero.stories.js.map +1 -0
  512. package/dist/src/headers/PageHeader.d.ts +13 -0
  513. package/dist/src/headers/PageHeader.js +47 -0
  514. package/dist/src/headers/PageHeader.js.map +1 -0
  515. package/dist/src/headers/PageHeader.stories.d.ts +19 -0
  516. package/dist/src/headers/PageHeader.stories.js +62 -0
  517. package/dist/src/headers/PageHeader.stories.js.map +1 -0
  518. package/dist/src/headers/SiteHeader.d.ts +39 -0
  519. package/dist/src/headers/SiteHeader.js +258 -0
  520. package/dist/src/headers/SiteHeader.js.map +1 -0
  521. package/dist/src/headers/SiteHeader.stories.d.ts +19 -0
  522. package/dist/src/headers/SiteHeader.stories.js +273 -0
  523. package/dist/src/headers/SiteHeader.stories.js.map +1 -0
  524. package/dist/src/headers/StepHeader.d.ts +10 -0
  525. package/dist/src/headers/StepHeader.js +38 -0
  526. package/dist/src/headers/StepHeader.js.map +1 -0
  527. package/dist/src/headers/StepHeader.stories.d.ts +18 -0
  528. package/dist/src/headers/StepHeader.stories.js +63 -0
  529. package/dist/src/headers/StepHeader.stories.js.map +1 -0
  530. package/dist/src/helpers/DateFormat.d.ts +2 -0
  531. package/dist/src/helpers/DateFormat.js +15 -0
  532. package/dist/src/helpers/DateFormat.js.map +1 -0
  533. package/dist/src/helpers/MultiLineAddress.d.ts +15 -0
  534. package/dist/src/helpers/MultiLineAddress.js +53 -0
  535. package/dist/src/helpers/MultiLineAddress.js.map +1 -0
  536. package/dist/src/helpers/MultiLineAddress.stories.d.ts +9 -0
  537. package/dist/src/helpers/MultiLineAddress.stories.js +72 -0
  538. package/dist/src/helpers/MultiLineAddress.stories.js.map +1 -0
  539. package/dist/src/helpers/OneLineAddress.d.ts +6 -0
  540. package/dist/src/helpers/OneLineAddress.js +46 -0
  541. package/dist/src/helpers/OneLineAddress.js.map +1 -0
  542. package/dist/src/helpers/OneLineAddress.stories.d.ts +9 -0
  543. package/dist/src/helpers/OneLineAddress.stories.js +72 -0
  544. package/dist/src/helpers/OneLineAddress.stories.js.map +1 -0
  545. package/dist/src/helpers/capitalize.d.ts +1 -0
  546. package/dist/src/helpers/capitalize.js +13 -0
  547. package/dist/src/helpers/capitalize.js.map +1 -0
  548. package/dist/src/helpers/dateToString.d.ts +1 -0
  549. package/dist/src/helpers/dateToString.js +20 -0
  550. package/dist/src/helpers/dateToString.js.map +1 -0
  551. package/dist/src/helpers/debounce.d.ts +1 -0
  552. package/dist/src/helpers/debounce.js +21 -0
  553. package/dist/src/helpers/debounce.js.map +1 -0
  554. package/dist/src/helpers/formOptions.d.ts +10 -0
  555. package/dist/src/helpers/formOptions.js +51 -0
  556. package/dist/src/helpers/formOptions.js.map +1 -0
  557. package/dist/src/helpers/formatYesNoLabel.d.ts +5 -0
  558. package/dist/src/helpers/formatYesNoLabel.js +14 -0
  559. package/dist/src/helpers/formatYesNoLabel.js.map +1 -0
  560. package/dist/src/helpers/getTranslationWithArguments.d.ts +1 -0
  561. package/dist/src/helpers/getTranslationWithArguments.js +32 -0
  562. package/dist/src/helpers/getTranslationWithArguments.js.map +1 -0
  563. package/dist/src/helpers/links.d.ts +2 -0
  564. package/dist/src/helpers/links.js +12 -0
  565. package/dist/src/helpers/links.js.map +1 -0
  566. package/dist/src/helpers/mergeDeep.d.ts +1 -0
  567. package/dist/src/helpers/mergeDeep.js +17 -0
  568. package/dist/src/helpers/mergeDeep.js.map +1 -0
  569. package/dist/src/helpers/numberOrdinal.d.ts +1 -0
  570. package/dist/src/helpers/numberOrdinal.js +20 -0
  571. package/dist/src/helpers/numberOrdinal.js.map +1 -0
  572. package/dist/src/helpers/preferences.d.ts +12 -0
  573. package/dist/src/helpers/preferences.js +31 -0
  574. package/dist/src/helpers/preferences.js.map +1 -0
  575. package/dist/src/helpers/resolveObject.d.ts +1 -0
  576. package/dist/src/helpers/resolveObject.js +11 -0
  577. package/dist/src/helpers/resolveObject.js.map +1 -0
  578. package/dist/src/helpers/translator.d.ts +4 -0
  579. package/dist/src/helpers/translator.js +41 -0
  580. package/dist/src/helpers/translator.js.map +1 -0
  581. package/dist/src/helpers/useIntersect.d.ts +15 -0
  582. package/dist/src/helpers/useIntersect.js +37 -0
  583. package/dist/src/helpers/useIntersect.js.map +1 -0
  584. package/dist/src/helpers/useKeyPress.d.ts +2 -0
  585. package/dist/src/helpers/useKeyPress.js +17 -0
  586. package/dist/src/helpers/useKeyPress.js.map +1 -0
  587. package/dist/src/helpers/useMutate.d.ts +13 -0
  588. package/dist/src/helpers/useMutate.js +93 -0
  589. package/dist/src/helpers/useMutate.js.map +1 -0
  590. package/dist/src/helpers/useOutsideClick.d.ts +7 -0
  591. package/dist/src/helpers/useOutsideClick.js +20 -0
  592. package/dist/src/helpers/useOutsideClick.js.map +1 -0
  593. package/dist/src/helpers/validators.d.ts +3 -0
  594. package/dist/src/helpers/validators.js +7 -0
  595. package/dist/src/helpers/validators.js.map +1 -0
  596. package/dist/src/icons/FontAwesome.stories.d.ts +8 -0
  597. package/dist/src/icons/FontAwesome.stories.js +20 -0
  598. package/dist/src/icons/FontAwesome.stories.js.map +1 -0
  599. package/dist/src/icons/HeaderBadge.d.ts +3 -0
  600. package/dist/src/icons/HeaderBadge.js +42 -0
  601. package/dist/src/icons/HeaderBadge.js.map +1 -0
  602. package/dist/src/icons/HeaderBadge.stories.d.ts +5 -0
  603. package/dist/src/icons/HeaderBadge.stories.js +14 -0
  604. package/dist/src/icons/HeaderBadge.stories.js.map +1 -0
  605. package/dist/src/icons/Icon.d.ts +85 -0
  606. package/dist/src/icons/Icon.js +114 -0
  607. package/dist/src/icons/Icon.js.map +1 -0
  608. package/dist/src/icons/Icon.stories.d.ts +64 -0
  609. package/dist/src/icons/Icon.stories.js +132 -0
  610. package/dist/src/icons/Icon.stories.js.map +1 -0
  611. package/dist/src/icons/Icons.d.ts +64 -0
  612. package/dist/src/icons/Icons.js +457 -0
  613. package/dist/src/icons/Icons.js.map +1 -0
  614. package/dist/src/lists/NumberedList.stories.d.ts +5 -0
  615. package/dist/src/lists/NumberedList.stories.js +38 -0
  616. package/dist/src/lists/NumberedList.stories.js.map +1 -0
  617. package/dist/src/lists/PreferencesList.d.ts +17 -0
  618. package/dist/src/lists/PreferencesList.js +61 -0
  619. package/dist/src/lists/PreferencesList.js.map +1 -0
  620. package/dist/src/lists/PreferencesList.stories.d.ts +16 -0
  621. package/dist/src/lists/PreferencesList.stories.js +76 -0
  622. package/dist/src/lists/PreferencesList.stories.js.map +1 -0
  623. package/dist/src/navigation/Breadcrumbs.d.ts +12 -0
  624. package/dist/src/navigation/Breadcrumbs.js +17 -0
  625. package/dist/src/navigation/Breadcrumbs.js.map +1 -0
  626. package/dist/src/navigation/Breadcrumbs.stories.d.ts +6 -0
  627. package/dist/src/navigation/Breadcrumbs.stories.js +18 -0
  628. package/dist/src/navigation/Breadcrumbs.stories.js.map +1 -0
  629. package/dist/src/navigation/FooterNav.d.ts +8 -0
  630. package/dist/src/navigation/FooterNav.js +35 -0
  631. package/dist/src/navigation/FooterNav.js.map +1 -0
  632. package/dist/src/navigation/LanguageNav.d.ts +12 -0
  633. package/dist/src/navigation/LanguageNav.js +34 -0
  634. package/dist/src/navigation/LanguageNav.js.map +1 -0
  635. package/dist/src/navigation/LanguageNav.stories.d.ts +6 -0
  636. package/dist/src/navigation/LanguageNav.stories.js +27 -0
  637. package/dist/src/navigation/LanguageNav.stories.js.map +1 -0
  638. package/dist/src/navigation/ProgressNav.d.ts +13 -0
  639. package/dist/src/navigation/ProgressNav.js +52 -0
  640. package/dist/src/navigation/ProgressNav.js.map +1 -0
  641. package/dist/src/navigation/ProgressNav.stories.d.ts +16 -0
  642. package/dist/src/navigation/ProgressNav.stories.js +25 -0
  643. package/dist/src/navigation/ProgressNav.stories.js.map +1 -0
  644. package/dist/src/navigation/SideNav.d.ts +14 -0
  645. package/dist/src/navigation/SideNav.js +63 -0
  646. package/dist/src/navigation/SideNav.js.map +1 -0
  647. package/dist/src/navigation/SideNav.stories.d.ts +19 -0
  648. package/dist/src/navigation/SideNav.stories.js +60 -0
  649. package/dist/src/navigation/SideNav.stories.js.map +1 -0
  650. package/dist/src/navigation/TabNav.d.ts +16 -0
  651. package/dist/src/navigation/TabNav.js +41 -0
  652. package/dist/src/navigation/TabNav.js.map +1 -0
  653. package/dist/src/navigation/TabNav.stories.d.ts +36 -0
  654. package/dist/src/navigation/TabNav.stories.js +60 -0
  655. package/dist/src/navigation/TabNav.stories.js.map +1 -0
  656. package/dist/src/navigation/Tabs.d.ts +39 -0
  657. package/dist/src/navigation/Tabs.js +70 -0
  658. package/dist/src/navigation/Tabs.js.map +1 -0
  659. package/dist/src/navigation/Tabs.stories.d.ts +6 -0
  660. package/dist/src/navigation/Tabs.stories.js +42 -0
  661. package/dist/src/navigation/Tabs.stories.js.map +1 -0
  662. package/dist/src/notifications/AlertBox.d.ts +18 -0
  663. package/dist/src/notifications/AlertBox.js +76 -0
  664. package/dist/src/notifications/AlertBox.js.map +1 -0
  665. package/dist/src/notifications/AlertBox.stories.d.ts +28 -0
  666. package/dist/src/notifications/AlertBox.stories.js +61 -0
  667. package/dist/src/notifications/AlertBox.stories.js.map +1 -0
  668. package/dist/src/notifications/AlertNotice.d.ts +12 -0
  669. package/dist/src/notifications/AlertNotice.js +32 -0
  670. package/dist/src/notifications/AlertNotice.js.map +1 -0
  671. package/dist/src/notifications/AlertNotice.stories.d.ts +11 -0
  672. package/dist/src/notifications/AlertNotice.stories.js +37 -0
  673. package/dist/src/notifications/AlertNotice.stories.js.map +1 -0
  674. package/dist/src/notifications/ApplicationStatus.d.ts +15 -0
  675. package/dist/src/notifications/ApplicationStatus.js +70 -0
  676. package/dist/src/notifications/ApplicationStatus.js.map +1 -0
  677. package/dist/src/notifications/ApplicationStatus.stories.d.ts +20 -0
  678. package/dist/src/notifications/ApplicationStatus.stories.js +103 -0
  679. package/dist/src/notifications/ApplicationStatus.stories.js.map +1 -0
  680. package/dist/src/notifications/ErrorMessage.d.ts +8 -0
  681. package/dist/src/notifications/ErrorMessage.js +22 -0
  682. package/dist/src/notifications/ErrorMessage.js.map +1 -0
  683. package/dist/src/notifications/SiteAlert.d.ts +19 -0
  684. package/dist/src/notifications/SiteAlert.js +80 -0
  685. package/dist/src/notifications/SiteAlert.js.map +1 -0
  686. package/dist/src/notifications/StatusAside.d.ts +8 -0
  687. package/dist/src/notifications/StatusAside.js +15 -0
  688. package/dist/src/notifications/StatusAside.js.map +1 -0
  689. package/dist/src/notifications/StatusAside.stories.d.ts +7 -0
  690. package/dist/src/notifications/StatusAside.stories.js +37 -0
  691. package/dist/src/notifications/StatusAside.stories.js.map +1 -0
  692. package/dist/src/notifications/StatusMessage.d.ts +20 -0
  693. package/dist/src/notifications/StatusMessage.js +36 -0
  694. package/dist/src/notifications/StatusMessage.js.map +1 -0
  695. package/dist/src/notifications/StatusMessage.stories.d.ts +7 -0
  696. package/dist/src/notifications/StatusMessage.stories.js +20 -0
  697. package/dist/src/notifications/StatusMessage.stories.js.map +1 -0
  698. package/dist/src/notifications/alertTypes.d.ts +7 -0
  699. package/dist/src/notifications/alertTypes.js +10 -0
  700. package/dist/src/notifications/alertTypes.js.map +1 -0
  701. package/dist/src/overlays/Drawer.d.ts +21 -0
  702. package/dist/src/overlays/Drawer.js +59 -0
  703. package/dist/src/overlays/Drawer.js.map +1 -0
  704. package/dist/src/overlays/Drawer.stories.d.ts +9 -0
  705. package/dist/src/overlays/Drawer.stories.js +97 -0
  706. package/dist/src/overlays/Drawer.stories.js.map +1 -0
  707. package/dist/src/overlays/LoadingOverlay.d.ts +8 -0
  708. package/dist/src/overlays/LoadingOverlay.js +43 -0
  709. package/dist/src/overlays/LoadingOverlay.js.map +1 -0
  710. package/dist/src/overlays/LoadingOverlay.stories.d.ts +6 -0
  711. package/dist/src/overlays/LoadingOverlay.stories.js +21 -0
  712. package/dist/src/overlays/LoadingOverlay.stories.js.map +1 -0
  713. package/dist/src/overlays/Modal.d.ts +18 -0
  714. package/dist/src/overlays/Modal.js +64 -0
  715. package/dist/src/overlays/Modal.js.map +1 -0
  716. package/dist/src/overlays/Modal.stories.d.ts +24 -0
  717. package/dist/src/overlays/Modal.stories.js +141 -0
  718. package/dist/src/overlays/Modal.stories.js.map +1 -0
  719. package/dist/src/overlays/Overlay.d.ts +16 -0
  720. package/dist/src/overlays/Overlay.js +89 -0
  721. package/dist/src/overlays/Overlay.js.map +1 -0
  722. package/dist/src/page_components/ApplicationTimeline.d.ts +10 -0
  723. package/dist/src/page_components/ApplicationTimeline.js +25 -0
  724. package/dist/src/page_components/ApplicationTimeline.js.map +1 -0
  725. package/dist/src/page_components/NavigationHeader.d.ts +18 -0
  726. package/dist/src/page_components/NavigationHeader.js +65 -0
  727. package/dist/src/page_components/NavigationHeader.js.map +1 -0
  728. package/dist/src/page_components/forgot-password/FormForgotPassword.d.ts +21 -0
  729. package/dist/src/page_components/forgot-password/FormForgotPassword.js +59 -0
  730. package/dist/src/page_components/forgot-password/FormForgotPassword.js.map +1 -0
  731. package/dist/src/page_components/listing/AdditionalFees.d.ts +18 -0
  732. package/dist/src/page_components/listing/AdditionalFees.js +48 -0
  733. package/dist/src/page_components/listing/AdditionalFees.js.map +1 -0
  734. package/dist/src/page_components/listing/AdditionalFees.stories.d.ts +12 -0
  735. package/dist/src/page_components/listing/AdditionalFees.stories.js +100 -0
  736. package/dist/src/page_components/listing/AdditionalFees.stories.js.map +1 -0
  737. package/dist/src/page_components/listing/ContentAccordion.d.ts +16 -0
  738. package/dist/src/page_components/listing/ContentAccordion.js +53 -0
  739. package/dist/src/page_components/listing/ContentAccordion.js.map +1 -0
  740. package/dist/src/page_components/listing/ContentAccordion.stories.d.ts +9 -0
  741. package/dist/src/page_components/listing/ContentAccordion.stories.js +86 -0
  742. package/dist/src/page_components/listing/ContentAccordion.stories.js.map +1 -0
  743. package/dist/src/page_components/listing/ListingCard.d.ts +54 -0
  744. package/dist/src/page_components/listing/ListingCard.js +106 -0
  745. package/dist/src/page_components/listing/ListingCard.js.map +1 -0
  746. package/dist/src/page_components/listing/ListingCard.stories.d.ts +28 -0
  747. package/dist/src/page_components/listing/ListingCard.stories.js +286 -0
  748. package/dist/src/page_components/listing/ListingCard.stories.js.map +1 -0
  749. package/dist/src/page_components/listing/ListingDetailHeader.d.ts +12 -0
  750. package/dist/src/page_components/listing/ListingDetailHeader.js +37 -0
  751. package/dist/src/page_components/listing/ListingDetailHeader.js.map +1 -0
  752. package/dist/src/page_components/listing/ListingDetails.d.ts +3 -0
  753. package/dist/src/page_components/listing/ListingDetails.js +38 -0
  754. package/dist/src/page_components/listing/ListingDetails.js.map +1 -0
  755. package/dist/src/page_components/listing/ListingMap.d.ts +23 -0
  756. package/dist/src/page_components/listing/ListingMap.js +123 -0
  757. package/dist/src/page_components/listing/ListingMap.js.map +1 -0
  758. package/dist/src/page_components/listing/ListingMap.stories.d.ts +5 -0
  759. package/dist/src/page_components/listing/ListingMap.stories.js +41 -0
  760. package/dist/src/page_components/listing/ListingMap.stories.js.map +1 -0
  761. package/dist/src/page_components/listing/ListingsGroup.d.ts +14 -0
  762. package/dist/src/page_components/listing/ListingsGroup.js +52 -0
  763. package/dist/src/page_components/listing/ListingsGroup.js.map +1 -0
  764. package/dist/src/page_components/listing/ListingsGroup.stories.d.ts +8 -0
  765. package/dist/src/page_components/listing/ListingsGroup.stories.js +48 -0
  766. package/dist/src/page_components/listing/ListingsGroup.stories.js.map +1 -0
  767. package/dist/src/page_components/listing/listing_sidebar/Contact.d.ts +36 -0
  768. package/dist/src/page_components/listing/listing_sidebar/Contact.js +68 -0
  769. package/dist/src/page_components/listing/listing_sidebar/Contact.js.map +1 -0
  770. package/dist/src/page_components/listing/listing_sidebar/Contact.stories.d.ts +9 -0
  771. package/dist/src/page_components/listing/listing_sidebar/Contact.stories.js +74 -0
  772. package/dist/src/page_components/listing/listing_sidebar/Contact.stories.js.map +1 -0
  773. package/dist/src/page_components/listing/listing_sidebar/ContactAddress.d.ts +10 -0
  774. package/dist/src/page_components/listing/listing_sidebar/ContactAddress.js +52 -0
  775. package/dist/src/page_components/listing/listing_sidebar/ContactAddress.js.map +1 -0
  776. package/dist/src/page_components/listing/listing_sidebar/ContactAddress.stories.d.ts +6 -0
  777. package/dist/src/page_components/listing/listing_sidebar/ContactAddress.stories.js +46 -0
  778. package/dist/src/page_components/listing/listing_sidebar/ContactAddress.stories.js.map +1 -0
  779. package/dist/src/page_components/listing/listing_sidebar/ExpandableSection.d.ts +12 -0
  780. package/dist/src/page_components/listing/listing_sidebar/ExpandableSection.js +50 -0
  781. package/dist/src/page_components/listing/listing_sidebar/ExpandableSection.js.map +1 -0
  782. package/dist/src/page_components/listing/listing_sidebar/ExpandableSection.stories.d.ts +7 -0
  783. package/dist/src/page_components/listing/listing_sidebar/ExpandableSection.stories.js +49 -0
  784. package/dist/src/page_components/listing/listing_sidebar/ExpandableSection.stories.js.map +1 -0
  785. package/dist/src/page_components/listing/listing_sidebar/GetApplication.d.ts +38 -0
  786. package/dist/src/page_components/listing/listing_sidebar/GetApplication.js +75 -0
  787. package/dist/src/page_components/listing/listing_sidebar/GetApplication.js.map +1 -0
  788. package/dist/src/page_components/listing/listing_sidebar/GetApplication.stories.d.ts +13 -0
  789. package/dist/src/page_components/listing/listing_sidebar/GetApplication.stories.js +116 -0
  790. package/dist/src/page_components/listing/listing_sidebar/GetApplication.stories.js.map +1 -0
  791. package/dist/src/page_components/listing/listing_sidebar/ListingUpdated.d.ts +8 -0
  792. package/dist/src/page_components/listing/listing_sidebar/ListingUpdated.js +41 -0
  793. package/dist/src/page_components/listing/listing_sidebar/ListingUpdated.js.map +1 -0
  794. package/dist/src/page_components/listing/listing_sidebar/NumberedHeader.d.ts +5 -0
  795. package/dist/src/page_components/listing/listing_sidebar/NumberedHeader.js +33 -0
  796. package/dist/src/page_components/listing/listing_sidebar/NumberedHeader.js.map +1 -0
  797. package/dist/src/page_components/listing/listing_sidebar/OrDivider.d.ts +7 -0
  798. package/dist/src/page_components/listing/listing_sidebar/OrDivider.js +36 -0
  799. package/dist/src/page_components/listing/listing_sidebar/OrDivider.js.map +1 -0
  800. package/dist/src/page_components/listing/listing_sidebar/QuantityRowSection.d.ts +16 -0
  801. package/dist/src/page_components/listing/listing_sidebar/QuantityRowSection.js +46 -0
  802. package/dist/src/page_components/listing/listing_sidebar/QuantityRowSection.js.map +1 -0
  803. package/dist/src/page_components/listing/listing_sidebar/QuantityRowSection.stories.d.ts +11 -0
  804. package/dist/src/page_components/listing/listing_sidebar/QuantityRowSection.stories.js +96 -0
  805. package/dist/src/page_components/listing/listing_sidebar/QuantityRowSection.stories.js.map +1 -0
  806. package/dist/src/page_components/listing/listing_sidebar/ReferralApplication.d.ts +10 -0
  807. package/dist/src/page_components/listing/listing_sidebar/ReferralApplication.js +46 -0
  808. package/dist/src/page_components/listing/listing_sidebar/ReferralApplication.js.map +1 -0
  809. package/dist/src/page_components/listing/listing_sidebar/ReferralApplication.stories.d.ts +5 -0
  810. package/dist/src/page_components/listing/listing_sidebar/ReferralApplication.stories.js +41 -0
  811. package/dist/src/page_components/listing/listing_sidebar/ReferralApplication.stories.js.map +1 -0
  812. package/dist/src/page_components/listing/listing_sidebar/SidebarBlock.d.ts +9 -0
  813. package/dist/src/page_components/listing/listing_sidebar/SidebarBlock.js +37 -0
  814. package/dist/src/page_components/listing/listing_sidebar/SidebarBlock.js.map +1 -0
  815. package/dist/src/page_components/listing/listing_sidebar/SidebarBlock.stories.d.ts +7 -0
  816. package/dist/src/page_components/listing/listing_sidebar/SidebarBlock.stories.js +47 -0
  817. package/dist/src/page_components/listing/listing_sidebar/SidebarBlock.stories.js.map +1 -0
  818. package/dist/src/page_components/listing/listing_sidebar/SubmitApplication.d.ts +22 -0
  819. package/dist/src/page_components/listing/listing_sidebar/SubmitApplication.js +58 -0
  820. package/dist/src/page_components/listing/listing_sidebar/SubmitApplication.js.map +1 -0
  821. package/dist/src/page_components/listing/listing_sidebar/SubmitApplication.stories.d.ts +9 -0
  822. package/dist/src/page_components/listing/listing_sidebar/SubmitApplication.stories.js +107 -0
  823. package/dist/src/page_components/listing/listing_sidebar/SubmitApplication.stories.js.map +1 -0
  824. package/dist/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.d.ts +10 -0
  825. package/dist/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.js +40 -0
  826. package/dist/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.js.map +1 -0
  827. package/dist/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.stories.d.ts +6 -0
  828. package/dist/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.stories.js +43 -0
  829. package/dist/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.stories.js.map +1 -0
  830. package/dist/src/page_components/listing/listing_sidebar/events/EventSection.d.ts +16 -0
  831. package/dist/src/page_components/listing/listing_sidebar/events/EventSection.js +48 -0
  832. package/dist/src/page_components/listing/listing_sidebar/events/EventSection.js.map +1 -0
  833. package/dist/src/page_components/listing/listing_sidebar/events/EventSection.stories.d.ts +16 -0
  834. package/dist/src/page_components/listing/listing_sidebar/events/EventSection.stories.js +160 -0
  835. package/dist/src/page_components/listing/listing_sidebar/events/EventSection.stories.js.map +1 -0
  836. package/dist/src/page_components/sign-in/FormSignIn.d.ts +33 -0
  837. package/dist/src/page_components/sign-in/FormSignIn.js +55 -0
  838. package/dist/src/page_components/sign-in/FormSignIn.js.map +1 -0
  839. package/dist/src/page_components/sign-in/FormSignInAddPhone.d.ts +18 -0
  840. package/dist/src/page_components/sign-in/FormSignInAddPhone.js +30 -0
  841. package/dist/src/page_components/sign-in/FormSignInAddPhone.js.map +1 -0
  842. package/dist/src/page_components/sign-in/FormSignInErrorBox.d.ts +13 -0
  843. package/dist/src/page_components/sign-in/FormSignInErrorBox.js +26 -0
  844. package/dist/src/page_components/sign-in/FormSignInErrorBox.js.map +1 -0
  845. package/dist/src/page_components/sign-in/FormSignInMFACode.d.ts +19 -0
  846. package/dist/src/page_components/sign-in/FormSignInMFACode.js +46 -0
  847. package/dist/src/page_components/sign-in/FormSignInMFACode.js.map +1 -0
  848. package/dist/src/page_components/sign-in/FormSignInMFAType.d.ts +17 -0
  849. package/dist/src/page_components/sign-in/FormSignInMFAType.js +31 -0
  850. package/dist/src/page_components/sign-in/FormSignInMFAType.js.map +1 -0
  851. package/dist/src/page_components/sign-in/FormTerms.d.ts +6 -0
  852. package/dist/src/page_components/sign-in/FormTerms.js +31 -0
  853. package/dist/src/page_components/sign-in/FormTerms.js.map +1 -0
  854. package/dist/src/page_components/sign-in/ResendConfirmationModal.d.ts +12 -0
  855. package/dist/src/page_components/sign-in/ResendConfirmationModal.js +113 -0
  856. package/dist/src/page_components/sign-in/ResendConfirmationModal.js.map +1 -0
  857. package/dist/src/prototypes/AppCard.stories.d.ts +8 -0
  858. package/dist/src/prototypes/AppCard.stories.js +48 -0
  859. package/dist/src/prototypes/AppCard.stories.js.map +1 -0
  860. package/dist/src/prototypes/Back.stories.d.ts +7 -0
  861. package/dist/src/prototypes/Back.stories.js +16 -0
  862. package/dist/src/prototypes/Back.stories.js.map +1 -0
  863. package/dist/src/prototypes/ButtonGroup.stories.d.ts +8 -0
  864. package/dist/src/prototypes/ButtonGroup.stories.js +32 -0
  865. package/dist/src/prototypes/ButtonGroup.stories.js.map +1 -0
  866. package/dist/src/prototypes/ButtonPager.stories.d.ts +7 -0
  867. package/dist/src/prototypes/ButtonPager.stories.js +19 -0
  868. package/dist/src/prototypes/ButtonPager.stories.js.map +1 -0
  869. package/dist/src/prototypes/FieldSection.d.ts +11 -0
  870. package/dist/src/prototypes/FieldSection.js +44 -0
  871. package/dist/src/prototypes/FieldSection.js.map +1 -0
  872. package/dist/src/prototypes/FieldSection.stories.d.ts +8 -0
  873. package/dist/src/prototypes/FieldSection.stories.js +48 -0
  874. package/dist/src/prototypes/FieldSection.stories.js.map +1 -0
  875. package/dist/src/prototypes/GridItem.d.ts +7 -0
  876. package/dist/src/prototypes/GridItem.js +36 -0
  877. package/dist/src/prototypes/GridItem.js.map +1 -0
  878. package/dist/src/prototypes/GridItem.stories.d.ts +7 -0
  879. package/dist/src/prototypes/GridItem.stories.js +27 -0
  880. package/dist/src/prototypes/GridItem.stories.js.map +1 -0
  881. package/dist/src/prototypes/SummaryCard.stories.d.ts +8 -0
  882. package/dist/src/prototypes/SummaryCard.stories.js +30 -0
  883. package/dist/src/prototypes/SummaryCard.stories.js.map +1 -0
  884. package/dist/src/prototypes/Swatch.d.ts +3 -0
  885. package/dist/src/prototypes/Swatch.js +30 -0
  886. package/dist/src/prototypes/Swatch.js.map +1 -0
  887. package/dist/src/sections/ContentSection.d.ts +9 -0
  888. package/dist/src/sections/ContentSection.js +37 -0
  889. package/dist/src/sections/ContentSection.js.map +1 -0
  890. package/dist/src/sections/FooterSection.d.ts +9 -0
  891. package/dist/src/sections/FooterSection.js +33 -0
  892. package/dist/src/sections/FooterSection.js.map +1 -0
  893. package/dist/src/sections/GridSection.d.ts +25 -0
  894. package/dist/src/sections/GridSection.js +78 -0
  895. package/dist/src/sections/GridSection.js.map +1 -0
  896. package/dist/src/sections/GridSection.stories.d.ts +15 -0
  897. package/dist/src/sections/GridSection.stories.js +177 -0
  898. package/dist/src/sections/GridSection.stories.js.map +1 -0
  899. package/dist/src/sections/InfoCardGrid.d.ts +9 -0
  900. package/dist/src/sections/InfoCardGrid.js +37 -0
  901. package/dist/src/sections/InfoCardGrid.js.map +1 -0
  902. package/dist/src/sections/InfoCardGrid.stories.d.ts +6 -0
  903. package/dist/src/sections/InfoCardGrid.stories.js +21 -0
  904. package/dist/src/sections/InfoCardGrid.stories.js.map +1 -0
  905. package/dist/src/sections/ListSection.d.ts +9 -0
  906. package/dist/src/sections/ListSection.js +37 -0
  907. package/dist/src/sections/ListSection.js.map +1 -0
  908. package/dist/src/sections/MarkdownSection.d.ts +9 -0
  909. package/dist/src/sections/MarkdownSection.js +41 -0
  910. package/dist/src/sections/MarkdownSection.js.map +1 -0
  911. package/dist/src/sections/ResponsiveContentList.d.ts +10 -0
  912. package/dist/src/sections/ResponsiveContentList.js +53 -0
  913. package/dist/src/sections/ResponsiveContentList.js.map +1 -0
  914. package/dist/src/sections/ResponsiveContentList.stories.d.ts +5 -0
  915. package/dist/src/sections/ResponsiveContentList.stories.js +44 -0
  916. package/dist/src/sections/ResponsiveContentList.stories.js.map +1 -0
  917. package/dist/src/sections/ResponsiveWrappers.d.ts +7 -0
  918. package/dist/src/sections/ResponsiveWrappers.js +38 -0
  919. package/dist/src/sections/ResponsiveWrappers.js.map +1 -0
  920. package/dist/src/tables/AgPagination.d.ts +15 -0
  921. package/dist/src/tables/AgPagination.js +56 -0
  922. package/dist/src/tables/AgPagination.js.map +1 -0
  923. package/dist/src/tables/AgTable.d.ts +70 -0
  924. package/dist/src/tables/AgTable.js +156 -0
  925. package/dist/src/tables/AgTable.js.map +1 -0
  926. package/dist/src/tables/AgTable.stories.d.ts +7 -0
  927. package/dist/src/tables/AgTable.stories.js +62 -0
  928. package/dist/src/tables/AgTable.stories.js.map +1 -0
  929. package/dist/src/tables/CategoryTable.d.ts +13 -0
  930. package/dist/src/tables/CategoryTable.js +52 -0
  931. package/dist/src/tables/CategoryTable.js.map +1 -0
  932. package/dist/src/tables/CategoryTable.stories.d.ts +8 -0
  933. package/dist/src/tables/CategoryTable.stories.js +70 -0
  934. package/dist/src/tables/CategoryTable.stories.js.map +1 -0
  935. package/dist/src/tables/GroupedTable.d.ts +11 -0
  936. package/dist/src/tables/GroupedTable.js +73 -0
  937. package/dist/src/tables/GroupedTable.js.map +1 -0
  938. package/dist/src/tables/GroupedTable.stories.d.ts +6 -0
  939. package/dist/src/tables/GroupedTable.stories.js +32 -0
  940. package/dist/src/tables/GroupedTable.stories.js.map +1 -0
  941. package/dist/src/tables/MinimalTable.d.ts +25 -0
  942. package/dist/src/tables/MinimalTable.js +39 -0
  943. package/dist/src/tables/MinimalTable.js.map +1 -0
  944. package/dist/src/tables/MinimalTable.stories.d.ts +29 -0
  945. package/dist/src/tables/MinimalTable.stories.js +136 -0
  946. package/dist/src/tables/MinimalTable.stories.js.map +1 -0
  947. package/dist/src/tables/StackedTable.d.ts +23 -0
  948. package/dist/src/tables/StackedTable.js +71 -0
  949. package/dist/src/tables/StackedTable.js.map +1 -0
  950. package/dist/src/tables/StackedTable.stories.d.ts +10 -0
  951. package/dist/src/tables/StackedTable.stories.js +128 -0
  952. package/dist/src/tables/StackedTable.stories.js.map +1 -0
  953. package/dist/src/tables/StandardTable.d.ts +62 -0
  954. package/dist/src/tables/StandardTable.js +158 -0
  955. package/dist/src/tables/StandardTable.js.map +1 -0
  956. package/dist/src/tables/StandardTable.stories.d.ts +38 -0
  957. package/dist/src/tables/StandardTable.stories.js +111 -0
  958. package/dist/src/tables/StandardTable.stories.js.map +1 -0
  959. package/dist/src/text/Description.d.ts +10 -0
  960. package/dist/src/text/Description.js +54 -0
  961. package/dist/src/text/Description.js.map +1 -0
  962. package/dist/src/text/Heading.d.ts +19 -0
  963. package/dist/src/text/Heading.js +49 -0
  964. package/dist/src/text/Heading.js.map +1 -0
  965. package/dist/src/text/Heading.stories.d.ts +28 -0
  966. package/dist/src/text/Heading.stories.js +71 -0
  967. package/dist/src/text/Heading.stories.js.map +1 -0
  968. package/dist/src/text/Message.d.ts +8 -0
  969. package/dist/src/text/Message.js +37 -0
  970. package/dist/src/text/Message.js.map +1 -0
  971. package/dist/src/text/Message.stories.d.ts +7 -0
  972. package/dist/src/text/Message.stories.js +37 -0
  973. package/dist/src/text/Message.stories.js.map +1 -0
  974. package/dist/src/text/Tag.d.ts +11 -0
  975. package/dist/src/text/Tag.js +43 -0
  976. package/dist/src/text/Tag.js.map +1 -0
  977. package/dist/src/text/Tag.stories.d.ts +24 -0
  978. package/dist/src/text/Tag.stories.js +92 -0
  979. package/dist/src/text/Tag.stories.js.map +1 -0
  980. package/dist/tailwind.config.d.ts +122 -0
  981. package/dist/tailwind.config.js +124 -0
  982. package/dist/tailwind.config.js.map +1 -0
  983. package/package.json +35 -12
  984. package/src/actions/Button.stories.tsx +234 -0
  985. package/src/actions/ButtonGroup.stories.tsx +85 -0
  986. package/src/actions/ExpandableContent.stories.tsx +15 -0
  987. package/src/actions/ExpandableText.stories.tsx +71 -0
  988. package/src/actions/LinkButton.stories.tsx +54 -0
  989. package/src/blocks/ActionBlock.stories.tsx +121 -0
  990. package/src/blocks/Card.docs.mdx +3 -3
  991. package/src/blocks/Card.stories.tsx +182 -0
  992. package/src/blocks/DashBlocks.stories.tsx +39 -0
  993. package/src/blocks/HousingCounselor.stories.tsx +26 -0
  994. package/src/blocks/ImageCard.stories.tsx +179 -0
  995. package/src/blocks/InfoCard.stories.tsx +56 -0
  996. package/src/blocks/MediaCard.stories.tsx +36 -0
  997. package/src/blocks/StandardCard.stories.tsx +74 -0
  998. package/src/blocks/StatusBar.stories.tsx +29 -0
  999. package/src/blocks/StatusItem.stories.tsx +26 -0
  1000. package/src/blocks/ViewItem.stories.tsx +16 -0
  1001. package/src/footers/SiteFooter.stories.tsx +91 -0
  1002. package/src/forms/DOBField.stories.tsx +25 -0
  1003. package/src/forms/DateField.stories.tsx +24 -0
  1004. package/src/forms/Dropzone.stories.tsx +53 -0
  1005. package/src/forms/Dropzone.tsx +1 -1
  1006. package/src/forms/Field.stories.tsx +119 -0
  1007. package/src/forms/FieldGroup.stories.tsx +78 -0
  1008. package/src/forms/HouseholdMemberForm.stories.tsx +27 -0
  1009. package/src/forms/HouseholdSizeField.stories.tsx +26 -0
  1010. package/src/forms/MultiSelectField.stories.tsx +150 -0
  1011. package/src/forms/Textarea.stories.tsx +29 -0
  1012. package/src/forms/TimeField.stories.tsx +24 -0
  1013. package/src/forms/checkbox.stories.tsx +13 -0
  1014. package/src/forms/radio.stories.tsx +19 -0
  1015. package/src/headers/HeadingGroup.stories.tsx +49 -0
  1016. package/src/headers/Hero.stories.tsx +52 -0
  1017. package/src/headers/PageHeader.stories.tsx +55 -0
  1018. package/src/headers/SiteHeader.stories.tsx +394 -0
  1019. package/src/headers/StepHeader.stories.tsx +54 -0
  1020. package/src/helpers/DateFormat.ts +11 -0
  1021. package/src/helpers/MultiLineAddress.stories.tsx +59 -0
  1022. package/src/helpers/OneLineAddress.stories.tsx +59 -0
  1023. package/src/helpers/preferences.tsx +13 -13
  1024. package/src/helpers/useOutsideClick.ts +1 -1
  1025. package/src/icons/FontAwesome.stories.tsx +12 -0
  1026. package/src/icons/HeaderBadge.stories.tsx +8 -0
  1027. package/src/icons/Icon.stories.tsx +67 -0
  1028. package/src/lists/NumberedList.stories.tsx +15 -0
  1029. package/src/lists/PreferencesList.stories.tsx +48 -0
  1030. package/src/locales/es.json +2 -4
  1031. package/src/locales/general.json +1 -3
  1032. package/src/locales/tl.json +1 -3
  1033. package/src/locales/vi.json +2 -4
  1034. package/src/locales/zh.json +3 -5
  1035. package/src/navigation/Breadcrumbs.stories.tsx +18 -0
  1036. package/src/navigation/LanguageNav.stories.tsx +27 -0
  1037. package/src/navigation/ProgressNav.stories.tsx +34 -0
  1038. package/src/navigation/ProgressNav.tsx +1 -1
  1039. package/src/navigation/SideNav.stories.tsx +77 -0
  1040. package/src/navigation/TabNav.stories.tsx +68 -0
  1041. package/src/navigation/Tabs.stories.tsx +60 -0
  1042. package/src/notifications/AlertBox.stories.tsx +112 -0
  1043. package/src/notifications/AlertNotice.stories.tsx +86 -0
  1044. package/src/notifications/ApplicationStatus.stories.tsx +176 -0
  1045. package/src/notifications/StatusAside.stories.tsx +75 -0
  1046. package/src/notifications/StatusMessage.stories.tsx +22 -0
  1047. package/src/overlays/Drawer.stories.tsx +154 -0
  1048. package/src/overlays/LoadingOverlay.stories.tsx +22 -0
  1049. package/src/overlays/Modal.stories.tsx +339 -0
  1050. package/src/overlays/Overlay.tsx +1 -1
  1051. package/src/page_components/NavigationHeader.tsx +31 -31
  1052. package/src/page_components/forgot-password/FormForgotPassword.tsx +42 -29
  1053. package/src/page_components/listing/AdditionalFees.stories.tsx +113 -0
  1054. package/src/page_components/listing/ContentAccordion.stories.tsx +102 -0
  1055. package/src/page_components/listing/ListingCard.stories.tsx +410 -0
  1056. package/src/page_components/listing/ListingMap.stories.tsx +14 -0
  1057. package/src/page_components/listing/ListingMap.tsx +1 -1
  1058. package/src/page_components/listing/ListingsGroup.stories.tsx +62 -0
  1059. package/src/page_components/listing/listing_sidebar/Contact.stories.tsx +91 -0
  1060. package/src/page_components/listing/listing_sidebar/ContactAddress.stories.tsx +22 -0
  1061. package/src/page_components/listing/listing_sidebar/ExpandableSection.stories.tsx +36 -0
  1062. package/src/page_components/listing/listing_sidebar/GetApplication.stories.tsx +178 -0
  1063. package/src/page_components/listing/listing_sidebar/QuantityRowSection.stories.tsx +91 -0
  1064. package/src/page_components/listing/listing_sidebar/ReferralApplication.stories.tsx +21 -0
  1065. package/src/page_components/listing/listing_sidebar/SidebarBlock.stories.tsx +29 -0
  1066. package/src/page_components/listing/listing_sidebar/SubmitApplication.stories.tsx +105 -0
  1067. package/src/page_components/listing/listing_sidebar/events/DownloadLotteryResults.stories.tsx +22 -0
  1068. package/src/page_components/listing/listing_sidebar/events/EventSection.stories.tsx +139 -0
  1069. package/src/page_components/sign-in/FormSignIn.tsx +50 -39
  1070. package/src/page_components/sign-in/FormSignInAddPhone.tsx +32 -24
  1071. package/src/page_components/sign-in/FormSignInErrorBox.tsx +32 -18
  1072. package/src/page_components/sign-in/FormSignInMFACode.tsx +32 -23
  1073. package/src/page_components/sign-in/FormSignInMFAType.tsx +25 -21
  1074. package/src/page_components/sign-in/FormTerms.tsx +23 -16
  1075. package/src/page_components/sign-in/ResendConfirmationModal.tsx +30 -28
  1076. package/src/prototypes/AppCard.stories.tsx +81 -0
  1077. package/src/prototypes/Back.stories.tsx +14 -0
  1078. package/src/prototypes/ButtonGroup.stories.tsx +53 -0
  1079. package/src/prototypes/ButtonPager.stories.tsx +19 -0
  1080. package/src/prototypes/FieldSection.stories.tsx +73 -0
  1081. package/src/prototypes/GridItem.stories.tsx +27 -0
  1082. package/src/prototypes/SummaryCard.stories.tsx +36 -0
  1083. package/src/sections/GridSection.stories.tsx +337 -0
  1084. package/src/sections/InfoCardGrid.stories.tsx +55 -0
  1085. package/src/sections/ResponsiveContentList.stories.tsx +38 -0
  1086. package/src/tables/AgPagination.tsx +30 -28
  1087. package/src/tables/AgTable.stories.tsx +75 -0
  1088. package/src/tables/CategoryTable.stories.tsx +78 -0
  1089. package/src/tables/GroupedTable.stories.tsx +29 -0
  1090. package/src/tables/GroupedTable.tsx +1 -1
  1091. package/src/tables/MinimalTable.stories.tsx +122 -0
  1092. package/src/tables/StackedTable.stories.tsx +142 -0
  1093. package/src/tables/StandardTable.stories.tsx +109 -0
  1094. package/src/text/Heading.stories.tsx +31 -0
  1095. package/src/text/Message.stories.tsx +11 -0
  1096. package/src/text/Tag.stories.tsx +146 -0
  1097. package/.jest/setup-tests.js +0 -31
  1098. package/CHANGELOG.md +0 -6242
  1099. package/LICENSE.txt +0 -201
  1100. package/index.ts +0 -168
  1101. package/jest.config.js +0 -40
  1102. package/netlify.toml +0 -4
  1103. package/public/images/alameda-logo-white.svg +0 -1
  1104. package/public/images/arrow-down.png +0 -0
  1105. package/public/images/arrow-down.svg +0 -1
  1106. package/public/images/check.png +0 -0
  1107. package/public/images/check.svg +0 -11
  1108. package/public/images/eho-logo-white.svg +0 -1
  1109. package/public/images/eho-logo.svg +0 -1
  1110. package/public/images/logo_glyph.svg +0 -11
  1111. package/scripts/duplicate-translations.ts +0 -50
  1112. package/scripts/generate-translations.ts +0 -60
  1113. package/scripts/missing-translations.ts +0 -52
  1114. package/scripts/reformat-strings.ts +0 -68
  1115. package/scripts/unused-foreign-keys.ts +0 -50
  1116. package/tailwind.config.js +0 -124
  1117. package/tailwind.tosass.js +0 -30
  1118. package/tsconfig.json +0 -30
package/LICENSE.txt DELETED
@@ -1,201 +0,0 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
-
7
- 1. Definitions.
8
-
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding those notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
175
-
176
- END OF TERMS AND CONDITIONS
177
-
178
- APPENDIX: How to apply the Apache License to your work.
179
-
180
- To apply the Apache License to your work, attach the following
181
- boilerplate notice, with the fields enclosed by brackets "[]"
182
- replaced with your own identifying information. (Don't include
183
- the brackets!) The text should be enclosed in the appropriate
184
- comment syntax for the file format. We also recommend that a
185
- file or class name and description of purpose be included on the
186
- same "printed page" as the copyright notice for easier
187
- identification within third-party archives.
188
-
189
- Copyright 2021 Exygy, Inc.
190
-
191
- Licensed under the Apache License, Version 2.0 (the "License");
192
- you may not use this file except in compliance with the License.
193
- You may obtain a copy of the License at
194
-
195
- http://www.apache.org/licenses/LICENSE-2.0
196
-
197
- Unless required by applicable law or agreed to in writing, software
198
- distributed under the License is distributed on an "AS IS" BASIS,
199
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
- See the License for the specific language governing permissions and
201
- limitations under the License.
package/index.ts DELETED
@@ -1,168 +0,0 @@
1
- /* Actions */
2
- export * from "./src/actions/Button"
3
- export * from "./src/actions/ButtonGroup"
4
- export * from "./src/actions/ExpandableText"
5
- export * from "./src/actions/LinkButton"
6
- export * from "./src/actions/LocalizedLink"
7
- export * from "./src/actions/ExpandableContent"
8
- export * from "./src/actions/Video"
9
-
10
- /* Blocks */
11
- export * from "./src/blocks/ActionBlock"
12
- export * from "./src/blocks/StatusItem"
13
- export * from "./src/blocks/Card"
14
- export * from "./src/blocks/DashBlock"
15
- export * from "./src/blocks/DashBlocks"
16
- export * from "./src/blocks/FormCard"
17
- export * from "./src/blocks/HousingCounselor"
18
- export * from "./src/blocks/ImageCard"
19
- export * from "./src/blocks/InfoCard"
20
- export * from "./src/blocks/StatusBar"
21
- export * from "./src/blocks/ViewItem"
22
- export * from "./src/blocks/StandardCard"
23
- export * from "./src/blocks/MediaCard"
24
-
25
- /* Contexts */
26
- export * from "./src/config"
27
-
28
- /* Footers */
29
- export * from "./src/footers/ExygyFooter"
30
- export * from "./src/footers/SiteFooter"
31
-
32
- /* Forms */
33
- export * from "./src/forms/DateField"
34
- export * from "./src/forms/DOBField"
35
- export * from "./src/forms/CloudinaryUpload"
36
- export * from "./src/forms/Dropzone"
37
- export * from "./src/forms/Field"
38
- export * from "./src/forms/PhoneField"
39
- export * from "./src/forms/PhoneMask"
40
- export * from "./src/forms/HouseholdMemberForm"
41
- export * from "./src/forms/HouseholdSizeField"
42
- export * from "./src/forms/MultiSelectField"
43
- export * from "./src/forms/FieldGroup"
44
- export * from "./src/forms/Select"
45
- export * from "./src/forms/Form"
46
- export * from "./src/forms/Textarea"
47
- export * from "./src/forms/TimeField"
48
-
49
- /* Global */
50
- export * from "./src/global/AppearanceTypes"
51
- export * from "./src/global/ApplicationStatusType"
52
-
53
- /* Headers */
54
- export * from "./src/headers/Hero"
55
- export * from "./src/headers/PageHeader"
56
- export * from "./src/headers/SiteHeader"
57
- export * from "./src/headers/StepHeader"
58
- export * from "./src/headers/HeadingGroup"
59
-
60
- /* Helpers */
61
- export * from "./src/helpers/capitalize"
62
- export * from "./src/helpers/dateToString"
63
- export * from "./src/helpers/debounce"
64
- export * from "./src/helpers/formOptions"
65
- export * from "./src/helpers/formatYesNoLabel"
66
- export * from "./src/helpers/getTranslationWithArguments"
67
- export * from "./src/helpers/links"
68
- export * from "./src/helpers/mergeDeep"
69
- export * from "./src/helpers/MultiLineAddress"
70
- export * from "./src/helpers/numberOrdinal"
71
- export * from "./src/helpers/OneLineAddress"
72
- export * from "./src/helpers/preferences"
73
- export * from "./src/helpers/resolveObject"
74
- export * from "./src/helpers/translator"
75
- export * from "./src/helpers/useIntersect"
76
- export * from "./src/helpers/useMutate"
77
- export * from "./src/helpers/validators"
78
-
79
- /* Icons */
80
- export * from "./src/icons/HeaderBadge"
81
- export * from "./src/icons/Icon"
82
-
83
- /* Lists */
84
- export * from "./src/lists/PreferencesList"
85
-
86
- /* Navigation */
87
- export * from "./src/navigation/FooterNav"
88
- export * from "./src/navigation/LanguageNav"
89
- export * from "./src/navigation/ProgressNav"
90
- export * from "./src/navigation/TabNav"
91
- export * from "./src/navigation/Tabs"
92
- export * from "./src/navigation/Breadcrumbs"
93
- export * from "./src/navigation/SideNav"
94
-
95
- /* Notifications */
96
- export * from "./src/notifications/AlertBox"
97
- export * from "./src/notifications/AlertNotice"
98
- export * from "./src/notifications/ApplicationStatus"
99
- export * from "./src/notifications/ErrorMessage"
100
- export * from "./src/notifications/SiteAlert"
101
- export * from "./src/notifications/StatusAside"
102
- export * from "./src/notifications/StatusMessage"
103
- export * from "./src/notifications/alertTypes"
104
-
105
- /* Overlays */
106
- export * from "./src/overlays/Overlay"
107
- export * from "./src/overlays/Modal"
108
- export * from "./src/overlays/Drawer"
109
- export * from "./src/overlays/LoadingOverlay"
110
-
111
- /* Page Components */
112
- export * from "./src/page_components/ApplicationTimeline"
113
- export * from "./src/page_components/listing/AdditionalFees"
114
- export * from "./src/page_components/listing/ContentAccordion"
115
- export * from "./src/page_components/listing/ListingCard"
116
- export * from "./src/page_components/listing/ListingDetailHeader"
117
- export * from "./src/page_components/listing/ListingDetails"
118
- export * from "./src/page_components/listing/ListingMap"
119
- export * from "./src/page_components/listing/ListingsGroup"
120
- export * from "./src/page_components/listing/listing_sidebar/GetApplication"
121
- export * from "./src/page_components/listing/listing_sidebar/Contact"
122
- export * from "./src/page_components/listing/listing_sidebar/ListingUpdated"
123
- export * from "./src/page_components/listing/listing_sidebar/NumberedHeader"
124
- export * from "./src/page_components/listing/listing_sidebar/OrDivider"
125
- export * from "./src/page_components/listing/listing_sidebar/ReferralApplication"
126
- export * from "./src/page_components/listing/listing_sidebar/ContactAddress"
127
- export * from "./src/page_components/listing/listing_sidebar/SidebarBlock"
128
- export * from "./src/page_components/listing/listing_sidebar/SubmitApplication"
129
- export * from "./src/page_components/listing/listing_sidebar/QuantityRowSection"
130
- export * from "./src/page_components/listing/listing_sidebar/ExpandableSection"
131
- export * from "./src/page_components/listing/listing_sidebar/events/DownloadLotteryResults"
132
- export * from "./src/page_components/listing/listing_sidebar/events/EventSection"
133
- export * from "./src/page_components/sign-in/FormTerms"
134
- export * from "./src/page_components/sign-in/ResendConfirmationModal"
135
- export * from "./src/page_components/sign-in/FormSignIn"
136
- export * from "./src/page_components/sign-in/FormSignInMFAType"
137
- export * from "./src/page_components/sign-in/FormSignInMFACode"
138
- export * from "./src/page_components/sign-in/FormSignInAddPhone"
139
- export * from "./src/page_components/sign-in/FormSignInErrorBox"
140
- export * from "./src/page_components/forgot-password/FormForgotPassword"
141
- export * from "./src/page_components/NavigationHeader"
142
-
143
- /* Responsive Wrappers */
144
- export * from "./src/sections/ResponsiveWrappers"
145
-
146
- /* Sections */
147
- export * from "./src/sections/ContentSection"
148
- export * from "./src/sections/FooterSection"
149
- export * from "./src/sections/InfoCardGrid"
150
- export * from "./src/sections/ListSection"
151
- export * from "./src/sections/MarkdownSection"
152
- export * from "./src/sections/ResponsiveContentList"
153
- export * from "./src/sections/GridSection"
154
-
155
- /* Tables */
156
- export * from "./src/tables/StandardTable"
157
- export * from "./src/tables/GroupedTable"
158
- export * from "./src/tables/MinimalTable"
159
- export * from "./src/tables/StackedTable"
160
- export * from "./src/tables/CategoryTable"
161
- export * from "./src/tables/AgTable"
162
- export * from "./src/tables/AgPagination"
163
-
164
- /* Text */
165
- export * from "./src/text/Description"
166
- export * from "./src/text/Heading"
167
- export * from "./src/text/Message"
168
- export * from "./src/text/Tag"
package/jest.config.js DELETED
@@ -1,40 +0,0 @@
1
- /*eslint no-undef: "error"*/
2
- /*eslint-env node*/
3
-
4
- process.env.TZ = "UTC"
5
-
6
- module.exports = {
7
- testRegex: ["/*.test.tsx$", "/*.test.ts$"],
8
- collectCoverageFrom: [
9
- "**/*.tsx",
10
- "!**/*.stories.tsx",
11
- "<rootDir>/ui-components/src/helpers/*.ts",
12
- ],
13
- coverageReporters: ["lcov", "text"],
14
- coverageDirectory: "test-coverage",
15
- coverageThreshold: {
16
- global: {
17
- branches: 0,
18
- functions: 0,
19
- lines: 0,
20
- statements: 0,
21
- },
22
- },
23
- preset: "ts-jest",
24
- globals: {
25
- "ts-jest": {
26
- tsConfig: "tsconfig.json",
27
- },
28
- },
29
- rootDir: "..",
30
- roots: ["<rootDir>/ui-components"],
31
- transform: {
32
- "^.+\\.[t|j]sx?$": "ts-jest",
33
- },
34
- setupFiles: ["dotenv/config"],
35
- setupFilesAfterEnv: ["<rootDir>/ui-components/.jest/setup-tests.js"],
36
- moduleNameMapper: {
37
- "\\.(scss|css|less)$": "identity-obj-proxy",
38
- },
39
- testPathIgnorePatterns: ["storyshots.d.ts"],
40
- }
package/netlify.toml DELETED
@@ -1,4 +0,0 @@
1
- [build.environment]
2
-
3
- NODE_VERSION = "14.17.6"
4
- YARN_VERSION = "1.22.4"
@@ -1 +0,0 @@
1
- <svg width="284" height="284" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#FFF" fill-rule="nonzero" d="M32.549 178.898l6.188-.007-4.976 3.742 1.932 5.928-4.962-3.644-4.961 3.659 1.945-5.928-5.035-3.742 6.173-.008 1.863-5.772M256.333 178.674l6.187-.007-4.977 3.75 1.93 5.926-4.963-3.641-4.961 3.657 1.944-5.942-5.032-3.735h6.174l1.86-5.787M25.195 131.672c-3.151-.386-5.482-1.516-6.991-3.396-1.305-1.644-1.825-3.58-1.552-5.825.366-3.01 1.637-5.078 3.805-6.228 1.215-.629 2.392-.899 3.529-.818l-.459 3.743c-.898.135-1.594.362-2.084.687-.879.578-1.393 1.527-1.559 2.848-.158 1.35.263 2.48 1.281 3.387 1.011.919 2.535 1.494 4.567 1.748 2.021.243 3.597.023 4.707-.671 1.107-.687 1.748-1.667 1.898-2.933.158-1.289-.15-2.33-.935-3.113-.425-.433-1.08-.83-1.982-1.192l.459-3.746c1.929.57 3.43 1.589 4.495 3.067 1.067 1.485 1.478 3.252 1.227 5.332-.315 2.569-1.399 4.479-3.248 5.753-1.845 1.265-4.241 1.713-7.158 1.357M34.938 92.939c3.048 1.169 5.047 2.925 6.012 5.263.829 1.794.774 3.904-.158 6.331-.935 2.424-2.308 4.028-4.124 4.796-2.284 1.1-4.946 1.058-7.999-.111-3.109-1.2-5.119-2.956-6.011-5.278-.83-1.794-.775-3.904.157-6.328.935-2.427 2.309-4.023 4.124-4.799 2.218-1.112 4.884-1.074 7.999.126m2.85 10.425c.545-1.408.46-2.729-.263-3.958-.718-1.229-2.037-2.207-3.95-2.948-1.902-.729-3.538-.888-4.9-.459-1.357.425-2.307 1.351-2.851 2.759-.545 1.412-.461 2.731.254 3.974.718 1.239 2.029 2.227 3.942 2.964 1.91.732 3.546.883 4.916.443 1.359-.444 2.308-1.371 2.852-2.775M30.666 81.834l2.087-3.264 9.419 6.019c1.053.676 1.905 1.046 2.546 1.1 1.104.166 2.076-.409 2.905-1.705.83-1.297.94-2.419.332-3.354-.332-.559-1.02-1.177-2.068-1.848l-9.418-6.019 2.084-3.265 9.422 6.026c1.636 1.038 2.739 2.104 3.326 3.195 1.057 2.006.74 4.337-.957 6.991-1.698 2.654-3.681 3.928-5.957 3.815-1.235-.069-2.663-.629-4.291-1.674M44.229 62.204l2.692-2.91 14.28 3.303-9.31-8.642 2.388-2.578L67.617 63.75l-2.577 2.775-14.581-3.334L59.951 72l-2.392 2.584M71.622 37.279l1.96 2.55-4.337 3.338 9.109 11.875-3.032 2.331-9.121-11.876-4.337 3.334-1.96-2.551M87.349 28.308l3.808-2.014-.069 12.879 3.198 6.046-3.372 1.786-3.195-6.038-10.88-7.103 3.958-2.091 7.05 5.235M127.942 25.298c.638 3.202.235 5.842-1.22 7.902-1.072 1.663-2.882 2.743-5.429 3.256-2.55.518-4.639.209-6.267-.906-2.148-1.343-3.546-3.611-4.187-6.821-.655-3.261-.247-5.899 1.23-7.902 1.068-1.659 2.879-2.739 5.43-3.252 2.546-.517 4.638-.208 6.266.907 2.129 1.28 3.521 3.549 4.177 6.816m-7.273 7.998c1.479-.301 2.547-1.072 3.203-2.338.646-1.273.774-2.909.37-4.915-.401-1.999-1.146-3.461-2.234-4.387-1.092-.915-2.38-1.224-3.858-.931-1.484.302-2.562 1.081-3.226 2.347-.663 1.271-.787 2.909-.386 4.915.404 2.014 1.153 3.477 2.262 4.387 1.096.916 2.384 1.224 3.869.922M134.813 15.792l12.954-.143.038 3.202-9.183.101.046 4.19 8.033-.089.047 3.137-8.049.089.089 7.662-3.777.039M172.498 19.492l4.159 1.123 1.467 19.241-3.982-1.076-.178-3.916-6.474-1.74-2.161 3.279-3.835-1.034m7.818-5.012l4.49 1.211-.347-7.508-4.143 6.297zM190.262 25.291l3.449 1.621-6.351 13.496 8.187 3.858-1.396 2.963-11.637-5.479M213.258 37.846l3.525 2.457-5.146 18.603-3.381-2.361 1.158-3.747-5.494-3.831-3.148 2.354-3.264-2.276m9.059-2.063l3.813 2.663 2.223-7.185-6.036 4.522zM236.694 57.898l3.812 3.896-13.002 12.721-2.461-2.512 8.805-8.607c.254-.243.609-.591 1.064-1.026.463-.44.825-.783 1.063-1.026l-13.334 8.202-2.602-2.654 8.512-13.134c-.246.235-.594.583-1.041 1.034-.455.459-.811.807-1.057 1.05l-8.797 8.607-2.464-2.512 13.013-12.725 3.85 3.943-7.902 12.381M251.014 82.121l-5.361-8.007-3.195 2.141 4.916 7.351-2.625 1.751-4.915-7.346-3.898 2.601 5.604 8.372-2.725 1.829-7.67-11.467 15.125-10.109 7.422 11.089M261.194 95.721c.416 1.045.664 1.96.726 2.751.115 1.335-.201 2.593-.918 3.754a8.18 8.18 0 01-2.215 2.33 14.495 14.495 0 01-2.64 1.485c-2.229.934-4.307 1.281-6.235 1.034-2.593-.34-4.429-1.774-5.494-4.313l-3.039-7.229 16.783-7.049m-1.468 4.621l-10.987 4.614 1.358 3.233c.693 1.651 1.998 2.466 3.912 2.435 1.041-.023 2.191-.293 3.435-.814 1.713-.718 2.907-1.539 3.596-2.457.703-.923.717-2.181.047-3.777l-1.361-3.234zM267.506 116.873l.67 4.244-16.961 9.213-.648-4.074 3.505-1.763-1.05-6.625-3.883-.629-.625-3.92m7.764 5.081l.74 4.6 6.707-3.392-7.447-1.208zM62.729 228.239c2.177-2.33 4.457-3.55 6.86-3.657 2.095-.093 3.967.625 5.625 2.176 2.215 2.061 3.145 4.307 2.798 6.729-.205 1.359-.679 2.471-1.412 3.351l-2.759-2.578c.417-.817.647-1.512.671-2.099.047-1.042-.42-2.014-1.389-2.934-.999-.926-2.16-1.25-3.495-.955-1.336.276-2.693 1.164-4.094 2.67-1.397 1.488-2.143 2.886-2.234 4.197-.089 1.313.332 2.393 1.254 3.256.957.896 1.976 1.25 3.075 1.08.594-.084 1.304-.386 2.126-.901l2.759 2.569c-1.59 1.233-3.295 1.844-5.12 1.836-1.825-.008-3.511-.717-5.035-2.146-1.887-1.769-2.805-3.772-2.742-6.004.071-2.253 1.106-4.445 3.112-6.59M88.564 236.581l3.763 2.091-3.188 19.021-3.6-1.99.757-3.852-5.865-3.24-2.882 2.67-3.478-1.922m8.786-2.994l4.078 2.246 1.455-7.369-5.533 5.123zM101.185 243.023l3.573 1.336-5.225 13.974 8.477 3.165-1.142 3.07-12.054-4.498M116.035 266.898l-3.657-.909 4.402-17.649 3.658.904M125.141 250.385l12.88 1.428-.356 3.187-9.129-1.018-.463 4.166 7.994.879-.346 3.135-7.998-.896-.846 7.616-3.742-.417M158.94 258.813c.4 3.248-.192 5.842-1.806 7.793-1.188 1.574-3.071 2.517-5.649 2.84-2.585.324-4.646-.139-6.181-1.373-2.045-1.497-3.271-3.865-3.665-7.106-.413-3.311.188-5.903 1.816-7.794 1.185-1.566 3.07-2.523 5.652-2.832 2.577-.324 4.646.131 6.174 1.366 2.038 1.434 3.25 3.802 3.659 7.106m-7.84 7.438c1.497-.187 2.624-.888 3.364-2.101.741-1.211.988-2.832.732-4.868-.238-2.029-.888-3.542-1.905-4.537-1.019-.995-2.27-1.404-3.773-1.212-1.497.178-2.623.88-3.384 2.1-.76 1.203-1.011 2.84-.76 4.861.255 2.037.896 3.55 1.93 4.545 1.025.996 2.291 1.397 3.796 1.212M169.913 246.08c1.195-.34 2.16-.479 2.878-.409a4.46 4.46 0 012.007.702c.509.324.957.727 1.335 1.188.378.463.679 1.035.896 1.722.255.825.31 1.698.14 2.624-.162.934-.681 1.705-1.536 2.338.903.076 1.613.355 2.138.849.519.479.974 1.343 1.352 2.548l.361 1.172c.255.787.448 1.319.609 1.582.24.418.563.672.988.771l.131.439-3.997 1.25a9.012 9.012 0 01-.524-.849 8.65 8.65 0 01-.625-1.45l-.531-1.605c-.363-1.104-.78-1.774-1.273-2.029-.479-.255-1.235-.224-2.246.102l-3.542 1.11 2.13 6.806-3.542 1.111-5.455-17.347m4.479 1.874l1.474 4.676 3.912-1.228c.771-.246 1.327-.523 1.659-.832.587-.557.718-1.313.409-2.284-.332-1.058-.889-1.659-1.659-1.821-.439-.085-1.034 0-1.774.225l-4.021 1.264zM179.96 242.545l3.595-1.667 11.969 8.474-5.348-11.538 3.196-1.473 7.638 16.514-3.426 1.583-12.23-8.622 5.439 11.762-3.185 1.481M209.809 247.855l-3.273 1.875-9.051-15.781 3.271-1.883M209.276 226.611l3.441-2.586 16.043 10.719-3.295 2.479-3.195-2.27-5.371 4.013 1.259 3.728-3.179 2.377m.871-9.246l3.728-2.786-6.119-4.367 2.391 7.153z"/><path d="M141.689 283.992l-.046-.016C63.442 283.791.081 220.398.046 142.611c-.065-.39-.031-.617-.046-.617C0 63.735 63.339.231 141.612.026c.217-.031.31-.031.354-.019h.031c78.344.019 141.896 63.48 141.982 141.855v.443c-.146 78.2-63.569 141.616-141.836 141.687v-2.524l.88-2.36-.88 2.36v2.524h-.454zM5.062 142.14c.066 75.573 61.363 136.79 136.92 136.79 0 .03.052.03.146.03h.016v-.017c75.558-.084 136.774-61.377 136.774-136.919.063 0 0-.02.016-.274-.146-75.53-61.418-136.677-136.936-136.677h-.131C66.278 5.139 5.062 66.432 5.062 141.994H3.384l1.678.146z" fill="#FFF" fill-rule="nonzero"/><path d="M140.43 243.29c-55.162-.84-99.654-45.797-99.712-101.176C40.664 86.172 85.967 40.78 141.903 40.731c55.937-.058 101.333 45.243 101.388 101.183.055 55.373-44.345 100.415-99.51 101.372l-1.675.015-1.675-.012zm1.67-4.989c53.178-.06 96.244-43.211 96.191-96.383-.053-53.177-43.208-96.243-96.383-96.187-53.175.046-96.242 43.197-96.19 96.378.055 52.645 42.35 95.382 94.79 96.18l1.592.012z" fill="#FFF" fill-rule="nonzero"/><path d="M177.035 92.04l11.367-12.968s-3.797-2.527-8.844 4.117c-5.045 6.637-2.523 8.851-2.523 8.851M178.617 93.301l12-13.292s2.584 3.866-2.517 9.492c-6.319 6.96-9.483 3.8-9.483 3.8M195.317 78.953c.732-.996-.217-2.921-2.106-4.313-1.883-1.39-4.012-1.706-4.738-.71-.731.995.209 2.924 2.092 4.313 1.896 1.392 4.018 1.705 4.752.71M196.141 74.091a2.459 2.459 0 10-.008-4.916 2.442 2.442 0 00-2.445 2.458 2.453 2.453 0 002.453 2.458M188.194 107.095a2.345 2.345 0 10-.007-4.692 2.338 2.338 0 00-2.338 2.346 2.343 2.343 0 002.345 2.346M168.509 97.418s-28.729 31.958-43.572 48.715c-14.839 16.776-41.033 55.359-41.033 55.359s34.736-33.86 48.946-49.664c14.207-15.823 42.928-49.992 42.928-49.992l-2.839-1.887-83.035 94.267 80.82-94.899M184.598 103.654c.764-.429 1.736-1.212 1.713-1.817-.022-.775-1.174-1.748-2.27-1.185-.888.439-1.697 1.254-1.267 2.423.326.844 1.184.933 1.824.579M182.668 99.29c.262-1.373-1.095-1.863-1.921-2.361-1.836-1.115-3.503 1.026-3.342 2.338.332 2.708 4.576 3.634 5.263.023M173.849 98.132c.424.188.727.807 1.273.505 1.25-.694 1.396-2.322 2.546-3.117-1.28-1.505-3.079-3.113-5.017-2.411-3.131 1.138-1.217 3.958 1.198 5.023M170.716 92.36c.617.174 1.242-.305 1.119-.567-1.158-2.685-5.456-3.549-5.881-.022-.239 1.997 4.106 3.807 4.762.589M165.013 89.829c.463-.404 1.188-.979 1.104-1.184-.71-1.629-3.18-.745-3.457.602-.038.212.378.733.595 1.157.832 1.694 1.218-.093 1.758-.575M162.428 86.626c.378-.482-.077-1.011-.586-1.153-1.289-.37-2.57-.031-3.049 1.242-.472 1.224-.069 2.747 1.195 2.94 1.73.251 1.575-1.937 2.44-3.029M111.182 120.132c-14.635 20.156-28.93 37.823-42.16 57.671 6.378 3.396 14.002-.387 20.9-1.714 2.964-.569 9.355-.586 9.355-.586s24.188-33.197 52.493-62.262c-11.409-8.338-24.731 1.824-37.241 3.557-1.257.174-2.313 1.91-3.347 3.334" fill="#FFF" fill-rule="nonzero"/><path d="M117.637 99.402c-6.281 2.484-12.335 4.784-18.2 8.434-1.47.907-1.327 3.207-1.161 4.804.822 7.782.271 16.521.421 23.097 4.865-6.518 10.337-14.002 15.147-20.562 8.724.482 16.521-3.989 24.647-6.343-.814-5.745 1.674-12.849-1.281-17.702-6.74 2.237-12.93 5.652-19.573 8.272" fill="#FFF" fill-rule="nonzero"/><path d="M98.38 135.743a70.633 70.633 0 01-.051-2.762c0-2.921.081-6.108.081-9.388 0-3.639-.081-7.393-.455-10.915a13.52 13.52 0 01-.111-1.659c0-1.297.243-2.728 1.427-3.457 5.896-3.673 11.974-5.98 18.242-8.465 6.629-2.597 12.817-6.027 19.964-8.138 1.219 2.014 1.527 4.371 1.527 6.837 0 2.717-.391 5.591-.391 8.269 0 .926.065 1.852-.03 3.071-7.687 2.191-15.124 6.366-23.424 6.386-.439 0-.896-.02-1.058-.162-4.823 6.559-10.282 14.048-15.155 20.561l-.552.733-.014-.911zm1.215-27.645c-.86.518-1.118 1.671-1.118 2.921 0 .536.05 1.092.111 1.578.374 3.572.455 7.342.455 10.996 0 3.279-.081 6.482-.081 9.388 0 .629.008 1.238.022 1.84 4.72-6.339 9.979-13.523 14.874-19.967.439.031.86.031 1.301.031 8.071 0 15.479-4.125 23.016-6.008a20.243 20.243 0 01-.178-2.813c0-2.743.374-5.603.374-8.269 0-2.403-.31-4.646-1.072-6.366-6.694 2.227-12.883 5.637-19.543 8.269-6.285 2.485-12.327 4.777-18.161 8.4z"/><path d="M164.704 118.516c-15.35 18.979-34.012 33.96-44.482 55.443 14.287-4.244 29.196-6.219 44.251-5.107 14.061-18.412 26.538-37.916 39.764-56.927-3.797-1.937-7.522.664-11.344-.177-6.858-1.501-13.666-4.218-20.108-1.887-3.62 1.32-5.504 5.468-8.081 8.655" fill="#FFF" fill-rule="nonzero"/><path d="M164.442 118.307c2.555-3.121 4.43-7.35 8.219-8.747 1.82-.683 3.688-.926 5.57-.926 4.861 0 9.792 1.721 14.716 2.798a7.692 7.692 0 001.599.162c2.082 0 4.229-.718 6.451-.733 1.096 0 2.244.196 3.494 1.234-13.22 19.01-25.704 38.521-40.049 57.058-2.777-.23-5.541-.31-8.304-.31-12.181 0-24.211 1.953-36.21 4.978 10.518-21.583 29.204-36.554 44.514-55.514zm-44.321 55.329c11.676-3.456 23.774-5.425 36.018-5.425 2.763 0 5.541.092 8.079.439 14.053-18.396 26.523-37.89 39.873-56.439-1.041-.536-2.068-.718-3.094-.718-2.076 0-4.23.718-6.451.733a7.988 7.988 0 01-1.729-.178c-4.971-1.092-9.871-2.798-14.585-2.798-1.82 0-3.604.259-5.348.896-3.449 1.25-5.332 5.316-7.948 8.569-15.372 19.007-34.015 33.978-44.815 54.921zM113.272 174.917l3.793.308 7.254-12.015" fill="#FFF" fill-rule="nonzero"/><path d="M113.25 175.225l-.668-.076 11.51-12.162.501.379-7.555 12.169-3.788-.31zm3.542-.177l5.722-9.478-8.589 9.105 2.867.373z"/><path fill="#FFF" fill-rule="nonzero" d="M199.213 141.009l3.149-4.425 6.652.305M214.692 136.252v1.582l-1.897.95 1.588 8.846-28.427 12.979 11.675-17.068 17.061-7.289zm-17.994 17.398c-.549.293-1.698.308-1.158 1.203.117.192.873.209 1.088-.008.209-.209.07-.771.07-1.195zm5.626-2.424c-.804-.447-1.521.325-1.097 1.097.107.184.873.208 1.088-.009.209-.224.187-.987.009-1.088zm-4.476-1.311c-.101-.179-.873-.201-1.082.024-.215.207-.192.978-.008 1.08.795.456 1.514-.326 1.09-1.104zm10.709-1.258c-.19-.385-.807.117-1.117.563.492-.061 1.697.587 1.117-.563zm-4.914-.703c-.495.062-1.344-.571-1.266.633.424-.208.84-.417 1.266-.633zm-5.055-1.257c-.332.393-1.73-.649-1.127.563.084.155 1.266.78 1.127-.563zm10.743-1.83c-.217 0-.418.34-.633.556h1.266c-.217-.216-.418-.556-.633-.556zm-4.423-.068c-.632-.903-1.427-.972-1.814.031-.045.115.332.531.549.531.416 0 .84-.354 1.265-.562zm5.54-3.045c-.285-.324-1.382-.413-1.736.513-.215.571.007.861.611.61.57-.247 1.765-.413 1.125-1.123zM196.758 158.125l19.27-8.542.517 1.142-19.285 8.55zM180.037 168.898l2.445-3.534 11.06-5.703s4.43-.642 5.379 3.789c.957 4.422-1.258 6.319-1.258 6.319l-59.393 34.826s.745-4.229-1.271-6.945c-2.188-2.963-7.586-3.156-7.586-3.156l17.689-9.814 22.766-1.289 8.635-12.246"/><path d="M194.823 173.566s4.422-.949 10.426-.323c6.01.625 10.748 2.516 10.748 2.516l-45.791 33.868s-10.124-1.258-17.077-.617c-6.952.641-12.952 3.813-16.745 4.444-3.792.633-11.378.017-13.28-4.729-1.896-4.746-.949-10.41 2.521-12.016 2.053-.941 4.742 0 4.742 0s-6.702 3.98-3.785 9.8c1.586 3.164 4.75 2.841 4.75 2.841 1.895.315 7.89-3.164 10.104-4.121 2.21-.942 53.387-31.663 53.387-31.663" fill="#FFF" fill-rule="nonzero"/><path d="M133.525 197.333l-3.477 1.897s1.895 0 2.852 1.892c.949 1.897.316 2.854.316 2.854l2.527-1.266s.94-1.898-.009-3.164c-.948-1.265-2.209-2.213-2.209-2.213" fill="#FFF" fill-rule="nonzero"/><path d="M135.428 205.074l-3.477 1.279s.633-2.375-.63-3.949c-1.272-1.59-1.272-1.266-2.53-.633-1.267.633-.949 2.522.315 4.104 1.267 1.574 2.338 1.729 3.478 1.729 1.266 0 2.844-2.53 2.844-2.53M80.068 158.828l16.413-21.507.293-29.08s-7.269.641-10.749-.309c-3.483-.941-4.746-2.836-4.746-2.836s3.16 1.887 6.638 2.203c3.483.316 8.851-.641 8.851-.641l39.021-16.949-.791-.475-39.179 16.162s-4.74 1.262-9.167.008c-4.426-1.258-4.426-2.523-4.426-2.523l38.865-16.475-1.898-.633-38.229 16.159s-.316.315-.949 1.265-.475 2.057-.475 2.057l.166 8.061s3.168 2.527 6.645 3.152c3.48.633 8.534-.008 8.534-.008l-.316 1.578s-5.369.956-8.847.324c-3.477-.626-5.691-2.52-5.691-2.52l.316 2.526s2.527 1.574 5.375 1.891c2.844.316 8.847-.007 8.847-.007v1.894s-6.636.324-8.847.008c-2.215-.305-5.691-1.887-5.691-1.887" fill="#FFF" fill-rule="nonzero"/><path d="M123.459 87.352l8.691 1.57-35.067 14.89s-2.849 1.743-6.641 1.114c-3.793-.625-4.426-1.574-4.426-1.574l37.443-16zm-31.75 14.257l-2.053.787-.474.987h1.894l.791-.829-.158-.945zm5.685.941c-1.049.216-2.299-.544-3.16.633.426 0 .847-.031 1.263.015.769.089 1.455.135 1.897-.648zm7.551-3.179c.26-.548-.268-.957-.45-.556-.498 1.107-2.134-.301-2.045 1.201.859-.131 1.96.466 2.495-.645zm-5.022-.776l-1.582.158-.787.633c.125.046 1.308.46 2.211.158.949-.316.158-.949.158-.949zm12.64-3.013c-.586.339-1.154.756-1.896.629-.174 1.409.901.467 1.279.514.401.049.791-.53.617-1.143zm-4.585-.787l-1.264.949.01.003c.153.05 1.915.602 2.521-.003.629-.633-1.267-.949-1.267-.949zm12.668-2.276c-.258-.317-1.138-.104-1.771-.104.404.323-.787 1.547.625 1.207.603-.139 1.764-.332 1.146-1.103zm-4.767-1.05c-.158 0-.318.949-.31.948.07-.01.537-.07.955-.108l.088-.01.018-.045c.11-.251.447-.627.355-.627-.157 0-.948-.158-1.106-.158zm11.848-2.292c-1.88 0-2.197.76-1.781 1.227.673.749 1.622-.324 2.351-.675.356-.166.047-.552-.57-.552zm-5.064-.572l-.02.02c-.12.167-.604 1.254-.604 1.254 0-.154 1.735-.471 1.735-.471l.316-.791-.018.002c-.165.018-1.402.145-1.402-.002l-.007-.012zM67.718 133.555s1.895 1.262 4.426 1.57c2.526.316 5.688-.316 5.688-.316l.03 27.5s-1.262 2.529-4.737 2.529c-3.478.008-5.375-1.574-5.375-1.574M68.068 168.952l.008 6.319 4.102-5.378M206.768 112.241l1.898 7.262-40.073 59.474-42.989 3.193s-2.526-1.266-3.477-2.84c-.949-1.59-1.586-3.473-1.586-3.473l44.248-4.475 41.979-59.141zm-41.022 65.145l-14.229.649-1.891 1.264 16.437-.647-.317-1.266zm-.633-2.206l-10.116.008-2.848 1.905 13.281-.648-.317-1.265zm5.524-.794s.95-1.266-.154-1.104c-1.11.154-2.53 1.898-2.53 1.898l1.897.788zm-5.848-2.047l-7.585.634-1.258 1.265 9.159-.324-.316-1.575zm8.536-3.804l-1.421 1.582s.787.633.941.633c.162 0 .795-1.111.795-1.111l-.315-1.104zm-3.637.641c-.162-.957-.787-.324-.787-.324l-.948.949v.949l.048-.017c.294-.106 1.828-.706 1.687-1.557zm2.054-.171l-.949.315-.004.018c-.037.166-.322 1.411-.468 1.411h.787l.634-1.744zm2.207-6.319c-.009-.949-.787-.162-.787-.162l-1.429.795.48 1.103.014-.006c.164-.077 1.722-.83 1.722-1.73zm4.266.154c0-.162-1.104 0-1.104 0s-1.742 1.266-1.742 1.428l1.426.154.949-.316s.471-1.104.471-1.266zm-.163-5.842c.154-.957-.316-.633-.316-.633l-1.58.633-.316 1.42.316.471.044-.025c.272-.156 1.705-1.014 1.852-1.866zm3.953-.486l-1.111 1.427-.155.788.633.154.949-1.104-.316-1.265zm-2.215.633l-.949.794.471.634.949-.634-.471-.794zm1.877-6.764l-.076.018c-.304.064-.697.109-.697.109l-1.11 1.429.315 1.258 1.898-1.891-.007-.013c-.042-.087-.279-.58-.32-.88l-.003-.03zm4.281.599l-1.111 1.42v.479l.01.009c.145-.024 1.734-1.753 1.734-1.753l-.633-.155zm-1.899-.154l-.949 1.104.633.795 1.103-1.267-.787-.632zm5.842-5.696l-.949 1.259.162.948 1.258-1.573-.471-.634zm-4.105-.478l-1.266.633-.316 1.899 1.736-1.899-.154-.633zm2.685.478l-1.428.787v.95h.795l.633-1.737zm3.627-5.694l-1.42 1.735.471.317.949-1.108v-.944zm-2.369-.946c-.153 0-1.42 1.106-1.42 1.106l-.795 1.104 1.111.633 1.42-2.053-.005-.022c-.027-.128-.172-.768-.311-.768zm3.789.63l-.787 1.26.154.95 1.266-1.265-.633-.945zm2.84-5.854c-.138 0-1.447 1.684-1.695 2.005l-.04.052-.162.633 1.582-1.582.161-.569v1.205h1.735v-1.424l-1.672-.001zm-2.84-.629l-1.266 1.266c-.036.142-.424 1.736.633 1.736 1.104 0 1.42-2.211 1.42-2.211l-.787-.791zm8.049-5.224l-1.266 1.582.317 1.107 1.582-2.373-.633-.316zm-3.319.166c-.434-.582-1.808.707-2.025.917l-.029.028.318 1.266.009-.006c.151-.11 2.188-1.6 1.727-2.205zm2.053-.004s-.471.633-.625.633c-.162 0-.633 1.262-.633 1.262s.471-.158.633-.158c.155-.001.625-1.737.625-1.737zm3.789-5.22l-1.265.158.316 1.582.795-.316.154-1.424zm-1.89-1.104l-1.111.158-.787 1.266-.008.01c-.062.085-.458.635-.308.781.153.159.47.475.47.475l1.744-2.057v-.633zm3.309-5.69c-.154 0-1.104 1.262-1.104 1.262s-.793 1.423-.16 1.581c.633.158 1.428-1.74 1.582-1.74.153 0 .315-.945.315-.945s-.471-.158-.633-.158zM97.156 179.038l-2.526 3.796-27.491 1.605 1.257-2.839M112.327 177.124l3.793-.31s-1.582 3.789-4.103 4.738c-2.526.949-4.741.008-4.741.008M66.822 186.337l26.55-1.605-.316.95-26.234 1.289" fill="#FFF" fill-rule="nonzero"/><path d="M118.335 178.389s-2.84 3.789-5.051 5.063c-2.211 1.266-10.43 1.272-10.43 1.272l-.948.948s10.111-.323 12.011-1.589c1.895-1.273 4.102-3.172 4.102-3.172s2.853 2.531 4.75 3.156c1.998.671 46.458-1.938 46.458-1.938l-.008-.948-43.607 2.254s-1.998-.418-3.482-1.258c-2.217-1.264-3.795-3.788-3.795-3.788" fill="#FFF" fill-rule="nonzero"/><path d="M170.445 179.84l37.921-55.911"/><path fill="#FFF" fill-rule="nonzero" d="M170.307 179.748l37.92-55.904.263.162-37.921 55.919zM157.188 172.811l7.585-.634.017.162.146-.046.162 1.768-9.274.054 1.364-1.304zm.124.262l-1.381 1.003 9.005-.131-.285-1.451-7.339.579zM154.989 175.025l10.108-.017.023.162.139-.039.17 1.468-13.381.354 2.941-1.928zm-2.855 1.898l13.126-.455-.27-1.135-9.916-.017-2.94 1.607z"/><path d="M151.509 177.865l14.222-.648.017.162.146-.039.162 1.467-16.529.354 1.982-1.296zm.085.293l-1.983.973 16.299-.456-.285-1.134-14.031.617z"/><path d="M77.502 119.005v3.477s-2.207 1.266-3.784.949c-1.59-.309-2.855-1.574-2.855-1.574" fill="#FFF" fill-rule="nonzero"/><path d="M77.514 129.751v-2.844s-1.897.316-5.058-.309c-3.16-.633-3.644-.949-3.644-.949v-1.578s1.803 1.119 3.636 1.578c1.9.467 5.058-.324 5.058-.324v-1.262s-3.321.787-5.69.166c-2.322-.617-2.844-2.057-2.844-2.057l10.104-5.695-.316-.948-11.054 5.694-.31 6.324s1.267 1.895 4.109 2.211c2.845.31 6.009-.007 6.009-.007" fill="#FFF" fill-rule="nonzero"/><path d="M71.479 129.906c-2.909-.324-4.209-2.258-4.24-2.373l.391-6.447 11.273-5.603.242 1.139-10.022 5.506c.02-.02.471 1.347 2.73 1.948.633.162 1.378.228 2.097.228 1.815 0 3.507-.39 3.719-.243l-.131 1.412s-1.902.471-3.654.471c-.521 0-1.022-.034-1.479-.146-1.667-.421-3.278-1.354-3.448-1.647l-.063 1.37c.021-.016.439.293 3.592.926 1.544.293 2.794.374 3.669.374.861 0 1.332-.065 1.514.081v2.844h-.166l.02.162s-1.445.131-3.249.131c-.88-.002-1.853-.022-2.795-.133zm-3.623-8.674l-.323 6.22s1.22 1.837 3.992 2.146a26.73 26.73 0 002.747.131c1.472 0 2.697-.089 3.096-.119l.17-2.547c-.017 0-.506.081-1.383.081-.891 0-2.159-.081-3.733-.39-3.168-.633-3.654-.957-3.771-1.104l.243-1.721s1.786 1.119 3.592 1.559c.405.111.893.146 1.396.146 1.633 0 3.415-.432 3.461-.328l.193-1.104c0 .02-1.722.409-3.588.409-.733 0-1.497-.065-2.178-.228-2.388-.633-2.938-2.13-2.878-2.357l10.023-5.506-.101-.86-10.958 5.572z"/><path d="M67.714 129.759v1.739s1.902 1.582 4.268 1.898c2.376.305 5.688-.166 5.688-.166l-.158-1.581s-3.792.475-5.528.158c-1.743-.308-4.112-2.048-4.27-2.048M68.223 165.633v1.582s1.74.949 2.844 1.111c1.107.154 2.373.146 2.373.146l1.578-1.582s-2.686.008-3.951-.154c-1.262-.153-2.844-1.103-2.844-1.103M179.319 158.889l1.104-1.265-.633-.633-.787.948" fill="#FFF" fill-rule="nonzero"/><path fill="#2B3C78" fill-rule="nonzero" d="M207.879 118.4l-.47.475.633.158"/></g></svg>
Binary file
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M31.1 9.2c-.5-.4-1.2-.4-1.5 0L16 22.8C15.8 22.5 2.4 9.2 2.4 9.2c-.4-.4-1.1-.4-1.5 0s-.4 1.2 0 1.5l13.6 13.6.1.1 1.4 1.4 15.1-15.1c.4-.4.4-1.1 0-1.5zM16.1 25.8z"/></svg>
Binary file
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill:#FFFFFF;}
7
- </style>
8
- <path class="st0" d="M6.3,12.9c-0.3,0-0.6-0.1-0.8-0.3L1.8,8.9C1.7,8.7,1.6,8.4,1.6,8.2c0-0.3,0.1-0.5,0.3-0.7
9
- C2,7.3,2.3,7.2,2.6,7.2h0.3l0.2,0.1c0.1,0,0.2,0.1,0.2,0.2l2.9,2.9L13,3.7c0.2-0.2,0.5-0.3,0.8-0.3c0.3,0,0.5,0.1,0.7,0.3
10
- c0.2,0.2,0.3,0.6,0.3,0.9c0,0.3-0.2,0.5-0.4,0.7L7,12.6C6.8,12.8,6.6,12.9,6.3,12.9z"/>
11
- </svg>
@@ -1 +0,0 @@
1
- <svg width="100" height="96" xmlns="http://www.w3.org/2000/svg"><g fill="#FFF" fill-rule="nonzero"><path d="M11.485 78.11H7.573v1.549h3.593v1.307H7.573v1.903h4.085v1.308H6.065v-7.37h5.42v1.304-.001zm4.946 4.063l.74.696c-.258.132-.543.2-.832.197-.832 0-2.003-.512-2.003-2.575s1.17-2.575 2.003-2.575c.831 0 2 .512 2 2.575 0 .69-.133 1.2-.338 1.583l-.78-.729-.79.828zm3.48 1.702l-.803-.755c.452-.576.772-1.417.772-2.629 0-3.458-2.567-3.878-3.542-3.878-.975 0-3.54.42-3.54 3.878 0 3.46 2.565 3.88 3.54 3.88.43 0 1.19-.08 1.888-.495l.874.834.811-.835zm7.216-2.275c0 1.938-1.172 2.77-3.03 2.77-.677 0-1.683-.164-2.34-.892-.4-.448-.554-1.049-.574-1.786v-4.886h1.57v4.782c0 1.03.596 1.479 1.313 1.479 1.058 0 1.488-.513 1.488-1.406v-4.855h1.573V81.6zm4.124-3.13h.022l.912 2.915h-1.881l.947-2.915zm-1.358 4.184h2.721l.473 1.524h1.673l-2.595-7.372h-1.777l-2.627 7.372h1.621l.511-1.524zm7.608.19h3.664v1.333h-5.206v-7.37h1.542v6.037zm9.502-1.975v3.308h-1.537v-7.37h1.537v2.79h2.875v-2.79h1.537v7.37h-1.537V80.87h-2.875v-.001zm7.347-.378c0-2.063 1.172-2.575 2-2.575.834 0 2.004.512 2.004 2.575s-1.17 2.575-2.004 2.575c-.828 0-2-.512-2-2.575zm-1.538 0c0 3.46 2.568 3.88 3.538 3.88.98 0 3.544-.42 3.544-3.88 0-3.459-2.564-3.878-3.544-3.878-.97 0-3.538.42-3.538 3.878zm14.432 1.11c0 1.937-1.172 2.77-3.03 2.77-.678 0-1.681-.165-2.34-.893-.4-.448-.555-1.049-.573-1.786v-4.886h1.568v4.782c0 1.03.597 1.479 1.317 1.479 1.057 0 1.487-.513 1.487-1.406v-4.855h1.572V81.6l-.001.001zm2.817.306c.014.41.22 1.19 1.564 1.19.727 0 1.54-.173 1.54-.956 0-.572-.554-.728-1.333-.912l-.792-.185c-1.194-.277-2.342-.54-2.342-2.162 0-.822.444-2.27 2.834-2.27 2.26 0 2.865 1.477 2.876 2.38h-1.48c-.04-.325-.164-1.108-1.509-1.108-.583 0-1.281.216-1.281.883 0 .578.472.696.777.768l1.798.442c1.006.247 1.928.658 1.928 1.981 0 2.22-2.256 2.413-2.904 2.413-2.687 0-3.148-1.55-3.148-2.464h1.472zm7.382 2.27h-1.535v-7.37h1.535v7.37zm6.15-7.37h1.436v7.37H83.49l-3.005-5.258h-.026v5.258h-1.436v-7.37h1.622l2.922 5.132h.026v-5.133.001zm6.588 3.397h3.077v3.973h-1.024l-.154-.923c-.39.447-.954 1.116-2.3 1.116-1.774 0-3.384-1.273-3.384-3.858 0-2.01 1.119-3.911 3.6-3.9 2.261 0 3.155 1.466 3.232 2.486H91.69c0-.288-.525-1.214-1.611-1.214-1.1 0-2.116.759-2.116 2.646 0 2.014 1.099 2.536 2.145 2.536.339 0 1.471-.131 1.786-1.622h-1.713v-1.24zM7.277 91.688c0-2.063 1.17-2.578 2-2.578.831 0 2 .515 2 2.578 0 2.061-1.169 2.578-2 2.578-.83 0-2-.517-2-2.578zm-1.54 0c0 3.457 2.566 3.883 3.54 3.883.976 0 3.541-.426 3.541-3.883 0-3.458-2.566-3.879-3.54-3.879-.975 0-3.54.421-3.54 3.879h-.001zm11.3-.248v-2.167h1.22c.954 0 1.356.3 1.356 1.019 0 .328 0 1.148-1.15 1.148h-1.427.001zm0 1.275H18.8c1.982 0 2.35-1.685 2.35-2.351 0-1.447-.86-2.361-2.288-2.361h-3.365v7.371h1.54v-2.659zm8.291-1.275v-2.167h1.22c.954 0 1.355.3 1.355 1.019 0 .328 0 1.148-1.148 1.148h-1.427zm0 1.275h1.766c1.98 0 2.35-1.685 2.35-2.351 0-1.447-.86-2.361-2.288-2.361h-3.368v7.371h1.54v-2.659zm7.966-1.027c0-2.063 1.167-2.578 2.002-2.578.827 0 2 .515 2 2.578 0 2.061-1.172 2.578-2 2.578-.835 0-2.002-.517-2.002-2.578zm-1.54 0c0 3.457 2.565 3.883 3.542 3.883.972 0 3.538-.426 3.538-3.883 0-3.458-2.566-3.879-3.538-3.879-.977 0-3.542.421-3.542 3.879zm11.27-.442v-1.973h1.917c.904 0 1.077.578 1.077.967 0 .73-.389 1.006-1.19 1.006h-1.804zm-1.513 4.129h1.513V92.49h1.588c1.14 0 1.203.388 1.203 1.394 0 .758.058 1.137.161 1.49h1.706v-.198c-.329-.122-.329-.39-.329-1.464 0-1.38-.328-1.603-.933-1.87.728-.245 1.137-.945 1.137-1.754 0-.638-.357-2.084-2.318-2.084h-3.728v7.371zm11.782 0h-1.539v-6.068h-2.226v-1.304h5.994v1.304h-2.229v6.068zm10.49-2.58c0 1.94-1.17 2.776-3.029 2.776-.674 0-1.68-.171-2.338-.898-.4-.45-.554-1.046-.572-1.784v-4.886h1.568v4.782c0 1.026.596 1.481 1.314 1.481 1.056 0 1.487-.517 1.487-1.409v-4.854h1.571v4.792h-.001zm7.45-4.792h1.44v7.372H71.13l-3.008-5.258h-.016v5.258h-1.44v-7.372h1.622l2.927 5.13h.018v-5.13zm5.783 7.372h-1.544v-7.372h1.544v7.372zm6.01 0h-1.539v-6.068h-2.223v-1.304h5.99v1.304h-2.228v6.068zm8.049 0h-1.543v-2.783l-2.542-4.589h1.815l1.53 3.204 1.46-3.204h1.742l-2.462 4.607v2.765zM49.63.03L.01 24.471v11.48h5.553v34.436h87.76V35.951h6.669V24.47L49.63.03zm32.956 59.985H16.302V28.544L49.63 11.51l32.956 17.033v31.472z"/><path d="M64.809 39.65H34.078V28.544h30.73V39.65h.001zm0 15.93H34.078V44.466h30.73V55.58h.001z"/></g></svg>
@@ -1 +0,0 @@
1
- <svg width="100" height="96" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M11.485 78.11H7.573v1.549h3.593v1.307H7.573v1.903h4.085v1.308H6.065v-7.37h5.42v1.304zm4.946 4.063l.74.696c-.258.132-.543.2-.832.197-.832 0-2.003-.512-2.003-2.575s1.17-2.575 2.003-2.575c.831 0 2 .512 2 2.575 0 .69-.133 1.2-.338 1.583l-.78-.729-.79.828zm3.48 1.702l-.803-.755c.452-.576.772-1.417.772-2.629 0-3.458-2.567-3.878-3.542-3.878-.975 0-3.54.42-3.54 3.878 0 3.46 2.565 3.88 3.54 3.88.43 0 1.19-.08 1.888-.495l.874.834.811-.835zm7.216-2.275c0 1.938-1.172 2.77-3.03 2.77-.677 0-1.683-.164-2.34-.892-.4-.448-.554-1.049-.574-1.786v-4.886h1.57v4.782c0 1.03.596 1.479 1.313 1.479 1.058 0 1.488-.513 1.488-1.406v-4.855h1.573V81.6zm4.124-3.13h.022l.912 2.915h-1.881l.947-2.915zm-1.358 4.184h2.721l.473 1.524h1.673l-2.595-7.372h-1.777l-2.627 7.372h1.621l.511-1.524zm7.608.19h3.664v1.333h-5.206v-7.37h1.542v6.036zm9.502-1.975v3.308h-1.537v-7.37h1.537v2.79h2.875v-2.79h1.537v7.37h-1.537V80.87h-2.875zm7.347-.378c0-2.063 1.172-2.575 2-2.575.834 0 2.004.512 2.004 2.575s-1.17 2.575-2.004 2.575c-.828 0-2-.512-2-2.575zm-1.538 0c0 3.46 2.568 3.88 3.538 3.88.98 0 3.544-.42 3.544-3.88 0-3.459-2.564-3.878-3.544-3.878-.97 0-3.538.42-3.538 3.878zm14.432 1.11c0 1.937-1.172 2.77-3.03 2.77-.678 0-1.681-.165-2.34-.893-.4-.448-.555-1.049-.573-1.786v-4.886h1.568v4.782c0 1.03.597 1.479 1.317 1.479 1.057 0 1.487-.513 1.487-1.406v-4.855h1.572V81.6zm2.817.306c.014.41.22 1.19 1.564 1.19.727 0 1.54-.173 1.54-.956 0-.572-.554-.728-1.333-.912l-.792-.185c-1.194-.277-2.342-.54-2.342-2.162 0-.822.444-2.27 2.834-2.27 2.26 0 2.865 1.477 2.876 2.38h-1.48c-.04-.325-.164-1.108-1.509-1.108-.583 0-1.281.216-1.281.883 0 .578.472.696.777.768l1.798.442c1.006.247 1.928.658 1.928 1.981 0 2.22-2.256 2.413-2.904 2.413-2.687 0-3.148-1.55-3.148-2.464h1.472zm7.382 2.27h-1.535v-7.37h1.535v7.37zm6.15-7.37h1.436v7.37H83.49l-3.005-5.258h-.026v5.258h-1.436v-7.37h1.622l2.922 5.132h.026v-5.133zm6.588 3.397h3.077v3.973h-1.024l-.154-.923c-.39.447-.954 1.116-2.3 1.116-1.774 0-3.384-1.273-3.384-3.858 0-2.01 1.119-3.911 3.6-3.9 2.261 0 3.155 1.466 3.232 2.486H91.69c0-.288-.525-1.214-1.611-1.214-1.1 0-2.116.759-2.116 2.646 0 2.014 1.099 2.536 2.145 2.536.339 0 1.471-.131 1.786-1.622h-1.713v-1.24zM7.277 91.688c0-2.063 1.17-2.578 2-2.578.831 0 2 .515 2 2.578 0 2.061-1.169 2.578-2 2.578-.83 0-2-.517-2-2.578zm-1.54 0c0 3.457 2.566 3.883 3.54 3.883.976 0 3.541-.426 3.541-3.883 0-3.458-2.566-3.879-3.54-3.879-.975 0-3.54.421-3.54 3.879zm11.3-.248v-2.167h1.22c.954 0 1.356.3 1.356 1.019 0 .328 0 1.148-1.15 1.148h-1.427zm0 1.275H18.8c1.982 0 2.35-1.685 2.35-2.351 0-1.447-.86-2.361-2.288-2.361h-3.365v7.371h1.54v-2.659zm8.291-1.275v-2.167h1.22c.954 0 1.355.3 1.355 1.019 0 .328 0 1.148-1.148 1.148h-1.427zm0 1.275h1.766c1.98 0 2.35-1.685 2.35-2.351 0-1.447-.86-2.361-2.288-2.361h-3.368v7.371h1.54v-2.659zm7.966-1.027c0-2.063 1.167-2.578 2.002-2.578.827 0 2 .515 2 2.578 0 2.061-1.172 2.578-2 2.578-.835 0-2.002-.517-2.002-2.578zm-1.54 0c0 3.457 2.565 3.883 3.542 3.883.972 0 3.538-.426 3.538-3.883 0-3.458-2.566-3.879-3.538-3.879-.977 0-3.542.421-3.542 3.879zm11.27-.442v-1.973h1.917c.904 0 1.077.578 1.077.967 0 .73-.389 1.006-1.19 1.006h-1.804zm-1.513 4.129h1.513V92.49h1.588c1.14 0 1.203.388 1.203 1.394 0 .758.058 1.137.161 1.49h1.706v-.198c-.329-.122-.329-.39-.329-1.464 0-1.38-.328-1.603-.933-1.87.728-.245 1.137-.945 1.137-1.754 0-.638-.357-2.084-2.318-2.084h-3.728v7.37zm11.782 0h-1.539v-6.068h-2.226v-1.304h5.994v1.304h-2.229v6.068zm10.49-2.58c0 1.94-1.17 2.776-3.029 2.776-.674 0-1.68-.171-2.338-.898-.4-.45-.554-1.046-.572-1.784v-4.886h1.568v4.782c0 1.026.596 1.481 1.314 1.481 1.056 0 1.487-.517 1.487-1.409v-4.854h1.571v4.792zm7.45-4.792h1.44v7.372H71.13l-3.008-5.258h-.016v5.258h-1.44v-7.372h1.622l2.927 5.13h.018v-5.13zm5.783 7.372h-1.544v-7.372h1.544v7.372zm6.01 0h-1.539v-6.068h-2.223v-1.304h5.99v1.304h-2.228v6.068zm8.049 0h-1.543v-2.783l-2.542-4.589h1.815l1.53 3.204 1.46-3.204h1.742l-2.462 4.607v2.765zM49.63.03L.01 24.471v11.48h5.553v34.436h87.76V35.951h6.669V24.47L49.63.03zm32.956 59.985H16.302V28.544L49.63 11.51l32.956 17.033v31.472z"/><path d="M64.809 39.65H34.078V28.544h30.73V39.65zm0 15.93H34.078V44.466h30.73V55.58z"/></g></svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="79px" height="72px" viewBox="0 0 79 72" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 53.2 (72643) - https://sketchapp.com -->
4
- <title>logo_portal</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <g id="logo_portal" fill="#2D82E8" fill-rule="nonzero">
8
- <path d="M69.4,24.7 L69.3,24.7 L69.3,62.6 L9.6,62.6 L9.6,24.7 L39.5,10.5 L69.4,24.7 Z M51,30.2 L41.9,30.2 L41.9,49 L51,49 L51,30.2 Z M28,30.2 L28,49 L37.1,49 L37.1,30.2 L28,30.2 Z M69.4,67.3 L9.7,67.3 L4.9,72 L74.3,72 L69.4,67.3 Z M79,18.7 L39.5,0 L23.2,7.7 L23.2,0 L14.1,0 L14.1,12 L0,18.7 L4.8,21.7 L39.5,5.2 L74.2,21.7 L79,18.7 Z" id="Shape"></path>
9
- </g>
10
- </g>
11
- </svg>
@@ -1,50 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-var-requires */
2
- // Prints duplicate translation strings for cleanup
3
- // example: `ts-node duplicate-translations > duplicated-keys.json`
4
- const englishTranslations = require("../src/locales/general.json")
5
- const spanishTranslations = require("../src/locales/es.json")
6
- const chineseTranslations = require("../src/locales/zh.json")
7
- const vietnameseTranslations = require("../src/locales/vi.json")
8
- const tagalogTranslations = require("../src/locales/tl.json")
9
-
10
- function main() {
11
- type TranslationsType = {
12
- [key: string]: string
13
- }
14
-
15
- const allTranslations = [
16
- { translationKeys: englishTranslations, language: "English" },
17
- { translationKeys: spanishTranslations, language: "Spanish" },
18
- { translationKeys: chineseTranslations, language: "Chinese" },
19
- { translationKeys: vietnameseTranslations, language: "Vietnamese" },
20
- { translationKeys: tagalogTranslations, language: "Tagalog" },
21
- ]
22
-
23
- const getDuplicateStrings = (translations: TranslationsType) => {
24
- const translationValues = Object.values(translations)
25
- translationValues.forEach(() => {
26
- translationValues.filter((value, index) => translationValues.indexOf(value) !== index)
27
- })
28
-
29
- const duplicates: string[] = translationValues.reduce(
30
- (acc: string[], val, index, translationValues) => {
31
- if (translationValues.indexOf(val) !== index && acc.indexOf(val) < 0) acc.push(val)
32
- return acc
33
- },
34
- []
35
- )
36
-
37
- return duplicates
38
- }
39
-
40
- allTranslations.forEach((foreignKeys) => {
41
- console.log("--------------------")
42
- console.log(`Duplicate Public Site ${foreignKeys.language} Translations:`)
43
- const duplicatePublicSiteTranslations = getDuplicateStrings(foreignKeys.translationKeys)
44
- duplicatePublicSiteTranslations.forEach((duplicateValue) => console.log(duplicateValue))
45
- })
46
- }
47
-
48
- void main()
49
-
50
- export {}
@@ -1,60 +0,0 @@
1
- /* eslint-disable @typescript-eslint/no-var-requires */
2
- // Prints out a combination of an inputted csv file and existing translations file
3
- // The CSV of the new translations must be in the format "key,value"
4
- // Temporarily update the ui-components tsconfig to include `"module": "commonjs"`
5
- // example: `ts-node generate-translations es new-spanish.csv > merged-spanish-translations.json`
6
- const fs = require("fs")
7
- const general = require("../src/locales/general.json")
8
- const es = require("../src/locales/es.json")
9
- const zh = require("../src/locales/zh.json")
10
- const vi = require("../src/locales/vi.json")
11
- const tl = require("../src/locales/tl.json")
12
-
13
- function main() {
14
- if (process.argv.length < 4) {
15
- console.log(
16
- "usage: ts-node generate-translations es new-spanish.csv > merged-spanish-translations.json"
17
- )
18
- process.exit(1)
19
- }
20
-
21
- const languageMap = {
22
- general: general,
23
- es: es,
24
- zh: zh,
25
- vi: vi,
26
- tl: tl,
27
- }
28
-
29
- const [language, filePath] = process.argv.slice(2)
30
-
31
- // Process existing keys
32
- const mergedTranslations: string[] = []
33
- Object.keys(languageMap[language]).forEach((key) => {
34
- const formattedTranslation = `"${key}": "${languageMap[language][key]}",`
35
- mergedTranslations.push(JSON.stringify(formattedTranslation))
36
- })
37
-
38
- // Add new keys if not present
39
- const newTranslationsFile: any = fs.readFileSync(filePath, "utf-8")
40
- const newTranslations = newTranslationsFile.split("\n")
41
- newTranslations.forEach((translation: string) => {
42
- const [key, ...values] = translation.split(",")
43
- const value = values.join("_")
44
- if (!mergedTranslations[key]) {
45
- const formattedTranslation = `"${key}": "${value}",`
46
- mergedTranslations.push(JSON.stringify(formattedTranslation))
47
- }
48
- })
49
-
50
- mergedTranslations.sort()
51
- console.log("{")
52
- mergedTranslations.forEach((translation) => {
53
- console.log(JSON.parse(translation))
54
- })
55
- console.log("}")
56
- }
57
-
58
- void main()
59
-
60
- export {}