@digigov/react-core 1.0.0-6b93ebf2 → 1.0.0-88820b1e

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 (873) hide show
  1. package/AccessibilityMenuButton/index.js +1 -1
  2. package/Accordion/index.d.ts +19 -1
  3. package/Accordion/index.js +7 -2
  4. package/AccordionSection/index.d.ts +1 -2
  5. package/AccordionSection/index.js +2 -4
  6. package/AdminAside/index.d.ts +1 -1
  7. package/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +16 -0
  8. package/{AdminHeaderSection → AdminHeaderContent}/index.d.ts +4 -4
  9. package/{AdminHeaderSection → AdminHeaderContent}/index.js +6 -6
  10. package/{AdminHeaderSection → AdminHeaderContent}/index.spec.js +3 -3
  11. package/AdminLayout/index.js +1 -1
  12. package/AdminMain/index.d.ts +1 -1
  13. package/AdminTopSection/index.d.ts +16 -1
  14. package/AdminTopSection/index.js +6 -3
  15. package/Aside/__snapshots__/index.test.tsx.snap +2 -2
  16. package/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +2 -2
  17. package/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +2 -2
  18. package/AutoCompleteWrapper/index.d.ts +12 -11
  19. package/AutoCompleteWrapper/index.js +3 -3
  20. package/BackLink/__snapshots__/index.test.tsx.snap +14 -4
  21. package/BannerContainer/__snapshots__/index.test.tsx.snap +16 -0
  22. package/BottomInfo/__snapshots__/index.test.tsx.snap +29 -0
  23. package/BottomInfoContainer/__snapshots__/index.test.tsx.snap +29 -0
  24. package/BottomInfoContent/__snapshots__/index.test.tsx.snap +25 -0
  25. package/BottomInfoContent/index.d.ts +1 -1
  26. package/CHANGELOG.md +1 -1
  27. package/CardAction/__snapshots__/index.test.tsx.snap +2 -2
  28. package/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -5
  29. package/Chip/__snapshots__/index.test.tsx.snap +5 -30
  30. package/Chip/index.d.ts +1 -1
  31. package/Chip/index.js +1 -1
  32. package/{esm/ChipSection → ChipContainer}/__snapshots__/index.spec.tsx.snap +3 -3
  33. package/ChipContainer/index.d.ts +14 -0
  34. package/{ChipSection → ChipContainer}/index.js +5 -5
  35. package/ChipContainer/index.spec.js +15 -0
  36. package/ChipHeading/__snapshots__/index.test.tsx.snap +13 -8
  37. package/ChipHeading/index.d.ts +3 -3
  38. package/ChipHeading/index.js +6 -9
  39. package/ChipKeyValue/__snapshots__/index.test.tsx.snap +16 -0
  40. package/CloseButton/__snapshots__/index.test.tsx.snap +51 -0
  41. package/CloseButton/index.d.ts +9 -0
  42. package/{FilterCloseButton → CloseButton}/index.js +8 -10
  43. package/{FooterMeta → CloseButton}/index.test.js +3 -3
  44. package/Container/__snapshots__/index.test.tsx.snap +5 -5
  45. package/DateInputItem/__snapshots__/index.test.tsx.snap +6 -6
  46. package/DateInputItem/index.js +1 -1
  47. package/Drawer/__snapshots__/index.test.tsx.snap +53 -52
  48. package/DrawerHeading/__snapshots__/index.test.tsx.snap +61 -40
  49. package/DrawerHeading/index.d.ts +3 -3
  50. package/DrawerHeading/index.js +14 -17
  51. package/DropdownButton/__snapshots__/index.test.tsx.snap +162 -108
  52. package/ErrorSummary/__snapshots__/index.test.tsx.snap +37 -0
  53. package/FieldContainer/__snapshots__/index.test.tsx.snap +6 -15
  54. package/FieldContainer/index.d.ts +1 -1
  55. package/FieldContainer/index.js +3 -6
  56. package/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
  57. package/FileUploadContainer/index.d.ts +2 -2
  58. package/FileUploadContainer/index.js +4 -4
  59. package/FileUploadContainer/index.test.js +2 -2
  60. package/FilterContainer/__snapshots__/index.test.tsx.snap +16 -0
  61. package/FilterContainer/index.d.ts +38 -0
  62. package/{FilterSection → FilterContainer}/index.js +6 -6
  63. package/FilterContainer/index.test.js +15 -0
  64. package/FilterContent/index.d.ts +1 -1
  65. package/FilterContent/index.js +1 -1
  66. package/{es/FilterHeading → FilterHeadingContainer}/__snapshots__/index.test.tsx.snap +3 -3
  67. package/FilterHeadingContainer/index.d.ts +12 -0
  68. package/{FilterHeading → FilterHeadingContainer}/index.js +6 -6
  69. package/{FilterHeading → FilterHeadingContainer}/index.test.js +3 -3
  70. package/FilterSelectedSection/index.d.ts +1 -7
  71. package/FilterSelectedSection/index.js +3 -5
  72. package/FooterContainer/__snapshots__/index.test.tsx.snap +20 -7
  73. package/FooterContainer/index.d.ts +3 -12
  74. package/FooterContainer/index.js +5 -11
  75. package/FooterContent/index.d.ts +1 -1
  76. package/FooterContent/index.js +1 -1
  77. package/FooterHeading/__snapshots__/index.test.tsx.snap +42 -24
  78. package/FooterHeading/index.d.ts +3 -3
  79. package/FooterHeading/index.js +8 -5
  80. package/FooterInfo/__snapshots__/index.test.tsx.snap +16 -0
  81. package/{FooterMeta → FooterInfo}/index.d.ts +5 -5
  82. package/{FooterMeta → FooterInfo}/index.js +7 -7
  83. package/{FooterInlineList → FooterInfo}/index.test.js +3 -3
  84. package/FooterInfoSection/__snapshots__/index.test.tsx.snap +50 -0
  85. package/FooterInfoSection/index.d.ts +14 -0
  86. package/{FooterMetaItem → FooterInfoSection}/index.js +7 -7
  87. package/{FooterMetaItem → FooterInfoSection}/index.test.js +7 -7
  88. package/FooterList/index.d.ts +8 -2
  89. package/FooterList/index.js +5 -3
  90. package/FooterNavigation/index.d.ts +1 -1
  91. package/FooterNavigation/index.js +1 -1
  92. package/FooterNavigationSection/__snapshots__/index.test.tsx.snap +20 -0
  93. package/FooterNavigationSection/index.d.ts +11 -0
  94. package/{FooterSection → FooterNavigationSection}/index.js +7 -7
  95. package/FooterNavigationSection/index.test.js +17 -0
  96. package/Grid/index.d.ts +1 -1
  97. package/Grid/index.js +1 -1
  98. package/HeaderSection/__snapshots__/index.test.tsx.snap +2 -2
  99. package/HeaderSection/index.js +1 -1
  100. package/Heading/__snapshots__/index.test.tsx.snap +66 -31
  101. package/Heading/index.d.ts +14 -14
  102. package/Heading/index.js +7 -4
  103. package/Heading/index.test.js +43 -26
  104. package/HeadingCaption/index.d.ts +3 -3
  105. package/HeadingCaption/index.js +3 -3
  106. package/Hint/__snapshots__/index.test.tsx.snap +52 -29
  107. package/Hint/index.d.ts +3 -11
  108. package/Hint/index.js +4 -3
  109. package/Hint/index.test.js +3 -3
  110. package/KitchenSinkHeading/index.d.ts +1 -1
  111. package/Layout/__snapshots__/index.test.tsx.snap +2 -2
  112. package/Layout/index.js +1 -1
  113. package/List/__snapshots__/index.test.tsx.snap +8 -8
  114. package/List/index.d.ts +11 -9
  115. package/List/index.js +5 -5
  116. package/List/index.test.js +4 -4
  117. package/ModalContainer/__snapshots__/index.test.tsx.snap +1 -1
  118. package/ModalContent/__snapshots__/index.test.tsx.snap +2 -2
  119. package/ModalHeading/__snapshots__/index.test.tsx.snap +15 -12
  120. package/ModalHeading/index.d.ts +3 -3
  121. package/ModalHeading/index.js +7 -11
  122. package/NavMenuContainer/__snapshots__/index.test.tsx.snap +1 -1
  123. package/NavMenuContainerContent/index.d.ts +1 -1
  124. package/NormalText/__snapshots__/index.test.tsx.snap +604 -366
  125. package/NormalText/index.d.ts +10 -33
  126. package/NormalText/index.js +8 -6
  127. package/NormalText/index.test.js +92 -92
  128. package/NotificationBannerHeading/index.d.ts +1 -1
  129. package/PageTitleCaption/__snapshots__/index.test.tsx.snap +102 -0
  130. package/PageTitleCaption/index.d.ts +9 -0
  131. package/PageTitleCaption/index.js +33 -0
  132. package/PageTitleCaption/index.test.js +47 -0
  133. package/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
  134. package/PageTitleContainer/index.d.ts +9 -0
  135. package/{FooterInlineListItem → PageTitleContainer}/index.js +7 -7
  136. package/PageTitleContainer/index.test.js +15 -0
  137. package/PageTitleHeading/__snapshots__/index.test.tsx.snap +54 -36
  138. package/PageTitleHeading/index.d.ts +1 -1
  139. package/PageTitleHeading/index.js +2 -6
  140. package/Pagination/__snapshots__/index.spec.tsx.snap +17 -0
  141. package/Pagination/index.d.ts +4 -4
  142. package/Pagination/index.js +4 -4
  143. package/Pagination/index.spec.js +8 -0
  144. package/PaginationListItem/__snapshots__/index.spec.tsx.snap +15 -15
  145. package/PaginationListItem/index.d.ts +3 -2
  146. package/PaginationListItem/index.js +4 -3
  147. package/PaginationListItem/index.spec.js +4 -4
  148. package/Paragraph/__snapshots__/index.test.tsx.snap +851 -375
  149. package/Paragraph/index.d.ts +2 -2
  150. package/Paragraph/index.test.js +92 -92
  151. package/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +2 -2
  152. package/PhaseBannerHeaderContainer/index.js +1 -1
  153. package/PhaseBannerTag/__snapshots__/index.test.tsx.snap +2 -2
  154. package/PhaseBannerTag/index.js +1 -1
  155. package/RadioConditional/__snapshots__/index.test.tsx.snap +2 -5
  156. package/ResultsActionBar/__snapshots__/indext.test.tsx.snap +2 -2
  157. package/ResultsActionBar/index.js +1 -1
  158. package/ResultsHeading/__snapshots__/index.test.tsx.snap +2 -2
  159. package/ResultsHeading/index.js +1 -1
  160. package/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +16 -7
  161. package/ResultsHeadingActions/index.js +6 -6
  162. package/SearchButton/__snapshots__/index.test.tsx.snap +41 -26
  163. package/SearchButton/index.d.ts +1 -1
  164. package/SearchButton/index.js +1 -1
  165. package/{esm/SearchSection → SearchContainer}/__snapshots__/index.test.tsx.snap +3 -3
  166. package/SearchContainer/index.d.ts +9 -0
  167. package/{SearchSection → SearchContainer}/index.js +4 -4
  168. package/SearchContainer/index.test.js +15 -0
  169. package/Section/__snapshots__/index.test.tsx.snap +16 -0
  170. package/SectionBreak/__snapshots__/index.test.tsx.snap +6 -6
  171. package/SelectContainer/index.js +2 -4
  172. package/SelectOption/__snapshots__/index.test.tsx.snap +4 -4
  173. package/SelectOption/index.js +3 -7
  174. package/SingleCharacterInput/__snapshots__/index.test.tsx.snap +198 -0
  175. package/SingleCharacterInput/index.d.ts +18 -0
  176. package/SingleCharacterInput/index.js +44 -0
  177. package/{SingleCharacterInputItem → SingleCharacterInput}/index.test.js +18 -27
  178. package/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +16 -0
  179. package/SingleCharacterInputs/index.d.ts +11 -0
  180. package/{SingleCharacterInputContainer → SingleCharacterInputs}/index.js +6 -6
  181. package/{SingleCharacterInputContainer → SingleCharacterInputs}/index.test.js +3 -3
  182. package/Stack/__snapshots__/index.test.tsx.snap +516 -0
  183. package/{ChipSectionWrapper → Stack}/index.d.ts +28 -5
  184. package/Stack/index.js +45 -0
  185. package/Stack/index.test.d.ts +1 -0
  186. package/Stack/index.test.js +254 -0
  187. package/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +15 -45
  188. package/StepNavAccordionHeadingText/index.d.ts +8 -19
  189. package/StepNavAccordionHeadingText/index.js +3 -4
  190. package/StepNavAccordionHeadingText/index.test.js +4 -21
  191. package/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +8 -8
  192. package/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
  193. package/SvgIcon/index.d.ts +22 -21
  194. package/SvgIcon/index.js +1 -1
  195. package/SvgIcon/index.test.js +36 -28
  196. package/Table/index.d.ts +1 -1
  197. package/TableCaption/index.js +1 -1
  198. package/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
  199. package/TableHeadCell/index.d.ts +19 -19
  200. package/TableHeadCell/index.js +3 -3
  201. package/TableHeadCell/index.test.js +24 -24
  202. package/TabsHeading/__snapshots__/index.test.tsx.snap +75 -24
  203. package/TabsHeading/index.d.ts +4 -4
  204. package/TabsHeading/index.js +10 -8
  205. package/TabsListItem/index.d.ts +7 -8
  206. package/TabsListItem/index.js +5 -5
  207. package/TabsListItem/index.test.js +8 -8
  208. package/TaskListItemHeading/__snapshots__/index.test.tsx.snap +4 -4
  209. package/TaskListItemHeading/index.d.ts +4 -19
  210. package/TaskListItemHeading/index.js +9 -33
  211. package/TaskListItemTag/__snapshots__/index.test.tsx.snap +18 -18
  212. package/TaskListItemTag/index.d.ts +7 -7
  213. package/TaskListItemTag/index.js +3 -3
  214. package/TaskListItemTag/index.test.js +6 -6
  215. package/TextInput/__snapshots__/index.test.tsx.snap +204 -204
  216. package/TextInput/index.d.ts +26 -25
  217. package/TextInput/index.js +4 -6
  218. package/TextInput/index.test.js +114 -114
  219. package/Timeline/index.d.ts +7 -7
  220. package/Timeline/index.js +4 -4
  221. package/Typography/__snapshots__/index.test.tsx.snap +181 -0
  222. package/Typography/index.d.ts +30 -0
  223. package/{ChipSectionWrapper → Typography}/index.js +13 -10
  224. package/Typography/index.test.d.ts +1 -0
  225. package/Typography/index.test.js +99 -0
  226. package/Unpurge/index.js +1 -1
  227. package/WarningText/__snapshots__/index.test.tsx.snap +31 -0
  228. package/WarningText/index.d.ts +7 -1
  229. package/WarningText/index.js +4 -2
  230. package/WarningText/index.test.js +8 -0
  231. package/es/AccessibilityMenuButton/index.js +1 -1
  232. package/es/Accordion/index.js +7 -2
  233. package/es/AccordionSection/index.js +2 -4
  234. package/es/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +16 -0
  235. package/es/{AdminHeaderSection → AdminHeaderContent}/index.js +4 -4
  236. package/es/AdminHeaderContent/index.spec.js +9 -0
  237. package/es/AdminLayout/index.js +1 -1
  238. package/es/AdminTopSection/index.js +6 -3
  239. package/es/Aside/__snapshots__/index.test.tsx.snap +2 -2
  240. package/es/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +2 -2
  241. package/es/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +2 -2
  242. package/es/AutoCompleteWrapper/index.js +3 -3
  243. package/es/BackLink/__snapshots__/index.test.tsx.snap +14 -4
  244. package/es/BannerContainer/__snapshots__/index.test.tsx.snap +16 -0
  245. package/es/BottomInfo/__snapshots__/index.test.tsx.snap +29 -0
  246. package/es/BottomInfoContainer/__snapshots__/index.test.tsx.snap +29 -0
  247. package/es/BottomInfoContent/__snapshots__/index.test.tsx.snap +25 -0
  248. package/es/CardAction/__snapshots__/index.test.tsx.snap +2 -2
  249. package/es/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -5
  250. package/es/Chip/__snapshots__/index.test.tsx.snap +5 -30
  251. package/es/Chip/index.js +1 -1
  252. package/{src/ChipSection → es/ChipContainer}/__snapshots__/index.spec.tsx.snap +3 -3
  253. package/{esm/ChipSection → es/ChipContainer}/index.js +3 -3
  254. package/es/ChipContainer/index.spec.js +9 -0
  255. package/es/ChipHeading/__snapshots__/index.test.tsx.snap +13 -8
  256. package/es/ChipHeading/index.js +6 -8
  257. package/es/ChipKeyValue/__snapshots__/index.test.tsx.snap +16 -0
  258. package/es/CloseButton/__snapshots__/index.test.tsx.snap +51 -0
  259. package/{esm/FilterCloseButton → es/CloseButton}/index.js +6 -8
  260. package/es/CloseButton/index.test.js +9 -0
  261. package/es/Container/__snapshots__/index.test.tsx.snap +5 -5
  262. package/es/DateInputItem/__snapshots__/index.test.tsx.snap +6 -6
  263. package/es/DateInputItem/index.js +1 -1
  264. package/es/Drawer/__snapshots__/index.test.tsx.snap +53 -52
  265. package/es/DrawerHeading/__snapshots__/index.test.tsx.snap +61 -40
  266. package/es/DrawerHeading/index.js +14 -16
  267. package/es/DropdownButton/__snapshots__/index.test.tsx.snap +162 -108
  268. package/es/ErrorSummary/__snapshots__/index.test.tsx.snap +37 -0
  269. package/es/FieldContainer/__snapshots__/index.test.tsx.snap +6 -15
  270. package/es/FieldContainer/index.js +3 -6
  271. package/es/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
  272. package/es/FileUploadContainer/index.js +4 -4
  273. package/es/FileUploadContainer/index.test.js +2 -2
  274. package/es/FilterContainer/__snapshots__/index.test.tsx.snap +16 -0
  275. package/es/{FilterSection → FilterContainer}/index.js +4 -4
  276. package/es/FilterContainer/index.test.js +9 -0
  277. package/es/FilterContent/index.js +1 -1
  278. package/{esm/FilterHeading → es/FilterHeadingContainer}/__snapshots__/index.test.tsx.snap +3 -3
  279. package/es/{FilterHeading → FilterHeadingContainer}/index.js +4 -4
  280. package/es/FilterHeadingContainer/index.test.js +9 -0
  281. package/es/FilterSelectedSection/index.js +3 -5
  282. package/es/FooterContainer/__snapshots__/index.test.tsx.snap +20 -7
  283. package/es/FooterContainer/index.js +5 -10
  284. package/es/FooterContent/index.js +1 -1
  285. package/es/FooterHeading/__snapshots__/index.test.tsx.snap +42 -24
  286. package/es/FooterHeading/index.js +8 -5
  287. package/es/FooterInfo/__snapshots__/index.test.tsx.snap +16 -0
  288. package/{esm/FooterMeta → es/FooterInfo}/index.js +5 -5
  289. package/es/FooterInfo/index.test.js +9 -0
  290. package/es/FooterInfoSection/__snapshots__/index.test.tsx.snap +50 -0
  291. package/es/{FooterMetaItem → FooterInfoSection}/index.js +5 -5
  292. package/es/FooterInfoSection/index.test.js +25 -0
  293. package/es/FooterList/index.js +5 -3
  294. package/es/FooterNavigation/index.js +1 -1
  295. package/es/FooterNavigationSection/__snapshots__/index.test.tsx.snap +20 -0
  296. package/es/{FooterSection → FooterNavigationSection}/index.js +5 -5
  297. package/es/FooterNavigationSection/index.test.js +11 -0
  298. package/es/Grid/index.js +1 -1
  299. package/es/HeaderSection/__snapshots__/index.test.tsx.snap +2 -2
  300. package/es/HeaderSection/index.js +1 -1
  301. package/es/Heading/__snapshots__/index.test.tsx.snap +66 -31
  302. package/es/Heading/index.js +7 -4
  303. package/es/Heading/index.test.js +43 -26
  304. package/es/HeadingCaption/index.js +3 -3
  305. package/es/Hint/__snapshots__/index.test.tsx.snap +52 -29
  306. package/es/Hint/index.js +4 -3
  307. package/es/Hint/index.test.js +3 -3
  308. package/es/Layout/__snapshots__/index.test.tsx.snap +2 -2
  309. package/es/Layout/index.js +1 -1
  310. package/es/List/__snapshots__/index.test.tsx.snap +8 -8
  311. package/es/List/index.js +5 -5
  312. package/es/List/index.test.js +4 -4
  313. package/es/ModalContainer/__snapshots__/index.test.tsx.snap +1 -1
  314. package/es/ModalContent/__snapshots__/index.test.tsx.snap +2 -2
  315. package/es/ModalHeading/__snapshots__/index.test.tsx.snap +15 -12
  316. package/es/ModalHeading/index.js +7 -10
  317. package/es/NavMenuContainer/__snapshots__/index.test.tsx.snap +1 -1
  318. package/es/NormalText/__snapshots__/index.test.tsx.snap +604 -366
  319. package/es/NormalText/index.js +8 -6
  320. package/es/NormalText/index.test.js +92 -92
  321. package/es/PageTitleCaption/__snapshots__/index.test.tsx.snap +102 -0
  322. package/es/PageTitleCaption/index.js +18 -0
  323. package/es/PageTitleCaption/index.test.js +41 -0
  324. package/es/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
  325. package/{esm/FooterInlineListItem → es/PageTitleContainer}/index.js +5 -5
  326. package/es/PageTitleContainer/index.test.js +9 -0
  327. package/es/PageTitleHeading/__snapshots__/index.test.tsx.snap +54 -36
  328. package/es/PageTitleHeading/index.js +2 -6
  329. package/es/Pagination/__snapshots__/index.spec.tsx.snap +17 -0
  330. package/es/Pagination/index.js +4 -4
  331. package/es/Pagination/index.spec.js +8 -0
  332. package/es/PaginationListItem/__snapshots__/index.spec.tsx.snap +15 -15
  333. package/es/PaginationListItem/index.js +4 -3
  334. package/es/PaginationListItem/index.spec.js +4 -4
  335. package/es/Paragraph/__snapshots__/index.test.tsx.snap +851 -375
  336. package/es/Paragraph/index.test.js +92 -92
  337. package/es/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +2 -2
  338. package/es/PhaseBannerHeaderContainer/index.js +1 -1
  339. package/es/PhaseBannerTag/__snapshots__/index.test.tsx.snap +2 -2
  340. package/es/PhaseBannerTag/index.js +1 -1
  341. package/es/RadioConditional/__snapshots__/index.test.tsx.snap +2 -5
  342. package/es/ResultsActionBar/__snapshots__/indext.test.tsx.snap +2 -2
  343. package/es/ResultsActionBar/index.js +1 -1
  344. package/es/ResultsHeading/__snapshots__/index.test.tsx.snap +2 -2
  345. package/es/ResultsHeading/index.js +1 -1
  346. package/es/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +16 -7
  347. package/es/ResultsHeadingActions/index.js +6 -6
  348. package/es/SearchButton/__snapshots__/index.test.tsx.snap +41 -26
  349. package/es/SearchButton/index.js +1 -1
  350. package/{SearchSection → es/SearchContainer}/__snapshots__/index.test.tsx.snap +3 -3
  351. package/es/{SearchSection → SearchContainer}/index.js +2 -2
  352. package/es/SearchContainer/index.test.js +9 -0
  353. package/es/Section/__snapshots__/index.test.tsx.snap +16 -0
  354. package/es/SectionBreak/__snapshots__/index.test.tsx.snap +6 -6
  355. package/es/SelectContainer/index.js +2 -4
  356. package/es/SelectOption/__snapshots__/index.test.tsx.snap +4 -4
  357. package/es/SelectOption/index.js +3 -7
  358. package/es/SingleCharacterInput/__snapshots__/index.test.tsx.snap +198 -0
  359. package/es/SingleCharacterInput/index.js +28 -0
  360. package/{esm/SingleCharacterInputItem → es/SingleCharacterInput}/index.test.js +18 -27
  361. package/es/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +16 -0
  362. package/{esm/SingleCharacterInputContainer → es/SingleCharacterInputs}/index.js +4 -4
  363. package/es/SingleCharacterInputs/index.test.js +9 -0
  364. package/es/Stack/__snapshots__/index.test.tsx.snap +516 -0
  365. package/es/Stack/index.js +29 -0
  366. package/es/Stack/index.test.js +248 -0
  367. package/es/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +15 -45
  368. package/es/StepNavAccordionHeadingText/index.js +3 -4
  369. package/es/StepNavAccordionHeadingText/index.test.js +4 -21
  370. package/es/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +8 -8
  371. package/es/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
  372. package/es/SvgIcon/index.js +1 -1
  373. package/es/SvgIcon/index.test.js +36 -28
  374. package/es/TableCaption/index.js +1 -1
  375. package/es/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
  376. package/es/TableHeadCell/index.js +3 -3
  377. package/es/TableHeadCell/index.test.js +24 -24
  378. package/es/TabsHeading/__snapshots__/index.test.tsx.snap +75 -24
  379. package/es/TabsHeading/index.js +10 -8
  380. package/es/TabsListItem/index.js +5 -5
  381. package/es/TabsListItem/index.test.js +8 -8
  382. package/es/TaskListItemHeading/__snapshots__/index.test.tsx.snap +4 -4
  383. package/es/TaskListItemHeading/index.js +9 -32
  384. package/es/TaskListItemTag/__snapshots__/index.test.tsx.snap +18 -18
  385. package/es/TaskListItemTag/index.js +3 -3
  386. package/es/TaskListItemTag/index.test.js +6 -6
  387. package/es/TextInput/__snapshots__/index.test.tsx.snap +204 -204
  388. package/es/TextInput/index.js +4 -6
  389. package/es/TextInput/index.test.js +114 -114
  390. package/es/Timeline/index.js +4 -4
  391. package/es/Typography/__snapshots__/index.test.tsx.snap +181 -0
  392. package/es/Typography/index.js +26 -0
  393. package/es/Typography/index.test.js +93 -0
  394. package/es/Unpurge/index.js +1 -1
  395. package/es/WarningText/__snapshots__/index.test.tsx.snap +31 -0
  396. package/es/WarningText/index.js +4 -2
  397. package/es/WarningText/index.test.js +8 -0
  398. package/es/index.js +15 -15
  399. package/es/registry.js +30 -30
  400. package/esm/AccessibilityMenuButton/index.js +1 -1
  401. package/esm/Accordion/index.js +7 -2
  402. package/esm/AccordionSection/index.js +2 -4
  403. package/esm/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +16 -0
  404. package/esm/{AdminHeaderSection → AdminHeaderContent}/index.js +4 -4
  405. package/esm/AdminHeaderContent/index.spec.js +9 -0
  406. package/esm/AdminLayout/index.js +1 -1
  407. package/esm/AdminTopSection/index.js +6 -3
  408. package/esm/Aside/__snapshots__/index.test.tsx.snap +2 -2
  409. package/esm/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +2 -2
  410. package/esm/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +2 -2
  411. package/esm/AutoCompleteWrapper/index.js +3 -3
  412. package/esm/BackLink/__snapshots__/index.test.tsx.snap +14 -4
  413. package/esm/BannerContainer/__snapshots__/index.test.tsx.snap +16 -0
  414. package/esm/BottomInfo/__snapshots__/index.test.tsx.snap +29 -0
  415. package/esm/BottomInfoContainer/__snapshots__/index.test.tsx.snap +29 -0
  416. package/esm/BottomInfoContent/__snapshots__/index.test.tsx.snap +25 -0
  417. package/esm/CardAction/__snapshots__/index.test.tsx.snap +2 -2
  418. package/esm/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -5
  419. package/esm/Chip/__snapshots__/index.test.tsx.snap +5 -30
  420. package/esm/Chip/index.js +1 -1
  421. package/{ChipSection → esm/ChipContainer}/__snapshots__/index.spec.tsx.snap +3 -3
  422. package/{es/ChipSection → esm/ChipContainer}/index.js +3 -3
  423. package/esm/ChipContainer/index.spec.js +9 -0
  424. package/esm/ChipHeading/__snapshots__/index.test.tsx.snap +13 -8
  425. package/esm/ChipHeading/index.js +6 -8
  426. package/esm/ChipKeyValue/__snapshots__/index.test.tsx.snap +16 -0
  427. package/esm/CloseButton/__snapshots__/index.test.tsx.snap +51 -0
  428. package/{es/FilterCloseButton → esm/CloseButton}/index.js +6 -8
  429. package/esm/CloseButton/index.test.js +9 -0
  430. package/esm/Container/__snapshots__/index.test.tsx.snap +5 -5
  431. package/esm/DateInputItem/__snapshots__/index.test.tsx.snap +6 -6
  432. package/esm/DateInputItem/index.js +1 -1
  433. package/esm/Drawer/__snapshots__/index.test.tsx.snap +53 -52
  434. package/esm/DrawerHeading/__snapshots__/index.test.tsx.snap +61 -40
  435. package/esm/DrawerHeading/index.js +14 -16
  436. package/esm/DropdownButton/__snapshots__/index.test.tsx.snap +162 -108
  437. package/esm/ErrorSummary/__snapshots__/index.test.tsx.snap +37 -0
  438. package/esm/FieldContainer/__snapshots__/index.test.tsx.snap +6 -15
  439. package/esm/FieldContainer/index.js +3 -6
  440. package/esm/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
  441. package/esm/FileUploadContainer/index.js +4 -4
  442. package/esm/FileUploadContainer/index.test.js +2 -2
  443. package/esm/FilterContainer/__snapshots__/index.test.tsx.snap +16 -0
  444. package/esm/{FilterSection → FilterContainer}/index.js +4 -4
  445. package/esm/FilterContainer/index.test.js +9 -0
  446. package/esm/FilterContent/index.js +1 -1
  447. package/{src/FilterHeading → esm/FilterHeadingContainer}/__snapshots__/index.test.tsx.snap +3 -3
  448. package/esm/{FilterHeading → FilterHeadingContainer}/index.js +4 -4
  449. package/esm/FilterHeadingContainer/index.test.js +9 -0
  450. package/esm/FilterSelectedSection/index.js +3 -5
  451. package/esm/FooterContainer/__snapshots__/index.test.tsx.snap +20 -7
  452. package/esm/FooterContainer/index.js +5 -10
  453. package/esm/FooterContent/index.js +1 -1
  454. package/esm/FooterHeading/__snapshots__/index.test.tsx.snap +42 -24
  455. package/esm/FooterHeading/index.js +8 -5
  456. package/esm/FooterInfo/__snapshots__/index.test.tsx.snap +16 -0
  457. package/{es/FooterMeta → esm/FooterInfo}/index.js +5 -5
  458. package/esm/FooterInfo/index.test.js +9 -0
  459. package/esm/FooterInfoSection/__snapshots__/index.test.tsx.snap +50 -0
  460. package/esm/{FooterMetaItem → FooterInfoSection}/index.js +5 -5
  461. package/esm/FooterInfoSection/index.test.js +25 -0
  462. package/esm/FooterList/index.js +5 -3
  463. package/esm/FooterNavigation/index.js +1 -1
  464. package/esm/FooterNavigationSection/__snapshots__/index.test.tsx.snap +20 -0
  465. package/esm/{FooterSection → FooterNavigationSection}/index.js +5 -5
  466. package/esm/FooterNavigationSection/index.test.js +11 -0
  467. package/esm/Grid/index.js +1 -1
  468. package/esm/HeaderSection/__snapshots__/index.test.tsx.snap +2 -2
  469. package/esm/HeaderSection/index.js +1 -1
  470. package/esm/Heading/__snapshots__/index.test.tsx.snap +66 -31
  471. package/esm/Heading/index.js +7 -4
  472. package/esm/Heading/index.test.js +43 -26
  473. package/esm/HeadingCaption/index.js +3 -3
  474. package/esm/Hint/__snapshots__/index.test.tsx.snap +52 -29
  475. package/esm/Hint/index.js +4 -3
  476. package/esm/Hint/index.test.js +3 -3
  477. package/esm/Layout/__snapshots__/index.test.tsx.snap +2 -2
  478. package/esm/Layout/index.js +1 -1
  479. package/esm/List/__snapshots__/index.test.tsx.snap +8 -8
  480. package/esm/List/index.js +5 -5
  481. package/esm/List/index.test.js +4 -4
  482. package/esm/ModalContainer/__snapshots__/index.test.tsx.snap +1 -1
  483. package/esm/ModalContent/__snapshots__/index.test.tsx.snap +2 -2
  484. package/esm/ModalHeading/__snapshots__/index.test.tsx.snap +15 -12
  485. package/esm/ModalHeading/index.js +7 -10
  486. package/esm/NavMenuContainer/__snapshots__/index.test.tsx.snap +1 -1
  487. package/esm/NormalText/__snapshots__/index.test.tsx.snap +604 -366
  488. package/esm/NormalText/index.js +8 -6
  489. package/esm/NormalText/index.test.js +92 -92
  490. package/esm/PageTitleCaption/__snapshots__/index.test.tsx.snap +102 -0
  491. package/esm/PageTitleCaption/index.js +18 -0
  492. package/esm/PageTitleCaption/index.test.js +41 -0
  493. package/esm/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
  494. package/{es/FooterInlineListItem → esm/PageTitleContainer}/index.js +5 -5
  495. package/esm/PageTitleContainer/index.test.js +9 -0
  496. package/esm/PageTitleHeading/__snapshots__/index.test.tsx.snap +54 -36
  497. package/esm/PageTitleHeading/index.js +2 -6
  498. package/esm/Pagination/__snapshots__/index.spec.tsx.snap +17 -0
  499. package/esm/Pagination/index.js +4 -4
  500. package/esm/Pagination/index.spec.js +8 -0
  501. package/esm/PaginationListItem/__snapshots__/index.spec.tsx.snap +15 -15
  502. package/esm/PaginationListItem/index.js +4 -3
  503. package/esm/PaginationListItem/index.spec.js +4 -4
  504. package/esm/Paragraph/__snapshots__/index.test.tsx.snap +851 -375
  505. package/esm/Paragraph/index.test.js +92 -92
  506. package/esm/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +2 -2
  507. package/esm/PhaseBannerHeaderContainer/index.js +1 -1
  508. package/esm/PhaseBannerTag/__snapshots__/index.test.tsx.snap +2 -2
  509. package/esm/PhaseBannerTag/index.js +1 -1
  510. package/esm/RadioConditional/__snapshots__/index.test.tsx.snap +2 -5
  511. package/esm/ResultsActionBar/__snapshots__/indext.test.tsx.snap +2 -2
  512. package/esm/ResultsActionBar/index.js +1 -1
  513. package/esm/ResultsHeading/__snapshots__/index.test.tsx.snap +2 -2
  514. package/esm/ResultsHeading/index.js +1 -1
  515. package/esm/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +16 -7
  516. package/esm/ResultsHeadingActions/index.js +6 -6
  517. package/esm/SearchButton/__snapshots__/index.test.tsx.snap +41 -26
  518. package/esm/SearchButton/index.js +1 -1
  519. package/{src/SearchSection → esm/SearchContainer}/__snapshots__/index.test.tsx.snap +3 -3
  520. package/esm/{SearchSection → SearchContainer}/index.js +2 -2
  521. package/esm/SearchContainer/index.test.js +9 -0
  522. package/esm/Section/__snapshots__/index.test.tsx.snap +16 -0
  523. package/esm/SectionBreak/__snapshots__/index.test.tsx.snap +6 -6
  524. package/esm/SelectContainer/index.js +2 -4
  525. package/esm/SelectOption/__snapshots__/index.test.tsx.snap +4 -4
  526. package/esm/SelectOption/index.js +3 -7
  527. package/esm/SingleCharacterInput/__snapshots__/index.test.tsx.snap +198 -0
  528. package/esm/SingleCharacterInput/index.js +28 -0
  529. package/{es/SingleCharacterInputItem → esm/SingleCharacterInput}/index.test.js +18 -27
  530. package/esm/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +16 -0
  531. package/{es/SingleCharacterInputContainer → esm/SingleCharacterInputs}/index.js +4 -4
  532. package/esm/SingleCharacterInputs/index.test.js +9 -0
  533. package/esm/Stack/__snapshots__/index.test.tsx.snap +516 -0
  534. package/esm/Stack/index.js +29 -0
  535. package/esm/Stack/index.test.js +248 -0
  536. package/esm/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +15 -45
  537. package/esm/StepNavAccordionHeadingText/index.js +3 -4
  538. package/esm/StepNavAccordionHeadingText/index.test.js +4 -21
  539. package/esm/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +8 -8
  540. package/esm/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
  541. package/esm/SvgIcon/index.js +1 -1
  542. package/esm/SvgIcon/index.test.js +36 -28
  543. package/esm/TableCaption/index.js +1 -1
  544. package/esm/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
  545. package/esm/TableHeadCell/index.js +3 -3
  546. package/esm/TableHeadCell/index.test.js +24 -24
  547. package/esm/TabsHeading/__snapshots__/index.test.tsx.snap +75 -24
  548. package/esm/TabsHeading/index.js +10 -8
  549. package/esm/TabsListItem/index.js +5 -5
  550. package/esm/TabsListItem/index.test.js +8 -8
  551. package/esm/TaskListItemHeading/__snapshots__/index.test.tsx.snap +4 -4
  552. package/esm/TaskListItemHeading/index.js +9 -32
  553. package/esm/TaskListItemTag/__snapshots__/index.test.tsx.snap +18 -18
  554. package/esm/TaskListItemTag/index.js +3 -3
  555. package/esm/TaskListItemTag/index.test.js +6 -6
  556. package/esm/TextInput/__snapshots__/index.test.tsx.snap +204 -204
  557. package/esm/TextInput/index.js +4 -6
  558. package/esm/TextInput/index.test.js +114 -114
  559. package/esm/Timeline/index.js +4 -4
  560. package/esm/Typography/__snapshots__/index.test.tsx.snap +181 -0
  561. package/esm/Typography/index.js +26 -0
  562. package/esm/Typography/index.test.js +93 -0
  563. package/esm/Unpurge/index.js +1 -1
  564. package/esm/WarningText/__snapshots__/index.test.tsx.snap +31 -0
  565. package/esm/WarningText/index.js +4 -2
  566. package/esm/WarningText/index.test.js +8 -0
  567. package/esm/index.js +16 -16
  568. package/esm/registry.js +30 -30
  569. package/index.d.ts +15 -15
  570. package/index.js +105 -105
  571. package/package.json +3 -3
  572. package/registry.d.ts +15 -15
  573. package/registry.js +36 -36
  574. package/src/AccessibilityMenuButton/index.tsx +1 -1
  575. package/src/Accordion/index.tsx +36 -2
  576. package/src/AccordionSection/index.tsx +2 -12
  577. package/src/AccordionSectionSummary/index.tsx +5 -2
  578. package/src/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +16 -0
  579. package/src/AdminHeaderContent/index.spec.tsx +10 -0
  580. package/src/AdminHeaderContent/index.tsx +27 -0
  581. package/src/AdminLayout/index.tsx +1 -1
  582. package/src/AdminTopSection/index.tsx +20 -2
  583. package/src/Aside/__snapshots__/index.test.tsx.snap +2 -2
  584. package/src/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +2 -2
  585. package/src/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +2 -2
  586. package/src/AutoCompleteWrapper/index.tsx +18 -23
  587. package/src/BackLink/__snapshots__/index.test.tsx.snap +14 -4
  588. package/src/BannerContainer/__snapshots__/index.test.tsx.snap +16 -0
  589. package/src/BottomInfo/__snapshots__/index.test.tsx.snap +29 -0
  590. package/src/BottomInfoContainer/__snapshots__/index.test.tsx.snap +29 -0
  591. package/src/BottomInfoContent/__snapshots__/index.test.tsx.snap +25 -0
  592. package/src/CardAction/__snapshots__/index.test.tsx.snap +2 -2
  593. package/src/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -5
  594. package/src/Chip/__snapshots__/index.test.tsx.snap +5 -30
  595. package/src/Chip/index.tsx +1 -1
  596. package/{es/ChipSection → src/ChipContainer}/__snapshots__/index.spec.tsx.snap +3 -3
  597. package/src/ChipContainer/index.spec.tsx +8 -0
  598. package/src/{ChipSection → ChipContainer}/index.tsx +4 -4
  599. package/src/ChipHeading/__snapshots__/index.test.tsx.snap +13 -8
  600. package/src/ChipHeading/index.tsx +5 -13
  601. package/src/ChipKeyValue/__snapshots__/index.test.tsx.snap +16 -0
  602. package/src/CloseButton/__snapshots__/index.test.tsx.snap +51 -0
  603. package/src/CloseButton/index.test.tsx +8 -0
  604. package/src/CloseButton/index.tsx +29 -0
  605. package/src/Container/__snapshots__/index.test.tsx.snap +5 -5
  606. package/src/DateInputItem/__snapshots__/index.test.tsx.snap +6 -6
  607. package/src/DateInputItem/index.tsx +2 -2
  608. package/src/Drawer/__snapshots__/index.test.tsx.snap +53 -52
  609. package/src/DrawerHeading/__snapshots__/index.test.tsx.snap +61 -40
  610. package/src/DrawerHeading/index.tsx +14 -19
  611. package/src/DropdownButton/__snapshots__/index.test.tsx.snap +162 -108
  612. package/src/ErrorSummary/__snapshots__/index.test.tsx.snap +37 -0
  613. package/src/FieldContainer/__snapshots__/index.test.tsx.snap +6 -15
  614. package/src/FieldContainer/index.tsx +1 -1
  615. package/src/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
  616. package/src/FileUploadContainer/index.test.tsx +2 -2
  617. package/src/FileUploadContainer/index.tsx +3 -3
  618. package/src/FilterContainer/__snapshots__/index.test.tsx.snap +16 -0
  619. package/src/FilterContainer/index.test.tsx +8 -0
  620. package/src/{FilterSection → FilterContainer}/index.tsx +7 -7
  621. package/src/FilterContent/index.tsx +2 -2
  622. package/{FilterHeading → src/FilterHeadingContainer}/__snapshots__/index.test.tsx.snap +3 -3
  623. package/src/FilterHeadingContainer/index.test.tsx +8 -0
  624. package/src/{FilterHeading → FilterHeadingContainer}/index.tsx +7 -7
  625. package/src/FilterSelectedSection/index.tsx +2 -13
  626. package/src/FooterContainer/__snapshots__/index.test.tsx.snap +20 -7
  627. package/src/FooterContainer/index.tsx +5 -27
  628. package/src/FooterContent/index.tsx +1 -1
  629. package/src/FooterHeading/__snapshots__/index.test.tsx.snap +42 -24
  630. package/src/FooterHeading/index.tsx +10 -8
  631. package/src/FooterInfo/__snapshots__/index.test.tsx.snap +16 -0
  632. package/src/FooterInfo/index.test.tsx +8 -0
  633. package/src/{FooterMeta → FooterInfo}/index.tsx +7 -7
  634. package/src/FooterInfoSection/__snapshots__/index.test.tsx.snap +50 -0
  635. package/src/FooterInfoSection/index.test.tsx +20 -0
  636. package/src/FooterInfoSection/index.tsx +34 -0
  637. package/src/FooterList/index.tsx +11 -3
  638. package/src/FooterNavigation/index.tsx +1 -1
  639. package/src/FooterNavigationSection/__snapshots__/index.test.tsx.snap +20 -0
  640. package/src/FooterNavigationSection/index.test.tsx +8 -0
  641. package/src/FooterNavigationSection/index.tsx +29 -0
  642. package/src/Grid/index.tsx +6 -72
  643. package/src/HeaderSection/__snapshots__/index.test.tsx.snap +2 -2
  644. package/src/HeaderSection/index.tsx +1 -1
  645. package/src/Heading/__snapshots__/index.test.tsx.snap +66 -31
  646. package/src/Heading/index.test.tsx +17 -3
  647. package/src/Heading/index.tsx +18 -19
  648. package/src/HeadingCaption/index.tsx +5 -7
  649. package/src/Hint/__snapshots__/index.test.tsx.snap +52 -29
  650. package/src/Hint/index.test.tsx +3 -3
  651. package/src/Hint/index.tsx +6 -16
  652. package/src/Layout/__snapshots__/index.test.tsx.snap +2 -2
  653. package/src/Layout/index.tsx +2 -2
  654. package/src/List/__snapshots__/index.test.tsx.snap +8 -8
  655. package/src/List/index.test.tsx +4 -4
  656. package/src/List/index.tsx +14 -12
  657. package/src/ModalContainer/__snapshots__/index.test.tsx.snap +1 -1
  658. package/src/ModalContent/__snapshots__/index.test.tsx.snap +2 -2
  659. package/src/ModalHeading/__snapshots__/index.test.tsx.snap +15 -12
  660. package/src/ModalHeading/index.tsx +8 -12
  661. package/src/NavMenuContainer/__snapshots__/index.test.tsx.snap +1 -1
  662. package/src/NavVertical/index.tsx +1 -1
  663. package/src/NormalText/__snapshots__/index.test.tsx.snap +604 -366
  664. package/src/NormalText/index.test.tsx +66 -66
  665. package/src/NormalText/index.tsx +17 -49
  666. package/src/PageTitleCaption/__snapshots__/index.test.tsx.snap +102 -0
  667. package/src/PageTitleCaption/index.test.tsx +32 -0
  668. package/src/PageTitleCaption/index.tsx +22 -0
  669. package/src/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
  670. package/src/PageTitleContainer/index.test.tsx +8 -0
  671. package/src/PageTitleContainer/index.tsx +27 -0
  672. package/src/PageTitleHeading/__snapshots__/index.test.tsx.snap +54 -36
  673. package/src/PageTitleHeading/index.tsx +3 -3
  674. package/src/Pagination/__snapshots__/index.spec.tsx.snap +17 -0
  675. package/src/Pagination/index.spec.tsx +3 -0
  676. package/src/Pagination/index.tsx +5 -5
  677. package/src/PaginationListItem/__snapshots__/index.spec.tsx.snap +15 -15
  678. package/src/PaginationListItem/index.spec.tsx +4 -4
  679. package/src/PaginationListItem/index.tsx +11 -3
  680. package/src/Paragraph/__snapshots__/index.test.tsx.snap +851 -375
  681. package/src/Paragraph/index.test.tsx +66 -66
  682. package/src/Paragraph/index.tsx +1 -1
  683. package/src/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +2 -2
  684. package/src/PhaseBannerHeaderContainer/index.tsx +1 -1
  685. package/src/PhaseBannerTag/__snapshots__/index.test.tsx.snap +2 -2
  686. package/src/PhaseBannerTag/index.tsx +0 -1
  687. package/src/RadioConditional/__snapshots__/index.test.tsx.snap +2 -5
  688. package/src/ResultsActionBar/__snapshots__/indext.test.tsx.snap +2 -2
  689. package/src/ResultsActionBar/index.tsx +1 -1
  690. package/src/ResultsHeading/__snapshots__/index.test.tsx.snap +2 -2
  691. package/src/ResultsHeading/index.tsx +1 -1
  692. package/src/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +16 -7
  693. package/src/ResultsHeadingActions/index.tsx +5 -5
  694. package/src/SearchButton/__snapshots__/index.test.tsx.snap +41 -26
  695. package/src/SearchButton/index.tsx +1 -1
  696. package/{es/SearchSection → src/SearchContainer}/__snapshots__/index.test.tsx.snap +3 -3
  697. package/src/SearchContainer/index.test.tsx +8 -0
  698. package/src/{SearchSection → SearchContainer}/index.tsx +5 -5
  699. package/src/Section/__snapshots__/index.test.tsx.snap +16 -0
  700. package/src/SectionBreak/__snapshots__/index.test.tsx.snap +6 -6
  701. package/src/SelectContainer/index.tsx +1 -2
  702. package/src/SelectOption/__snapshots__/index.test.tsx.snap +4 -4
  703. package/src/SelectOption/index.tsx +4 -4
  704. package/src/SingleCharacterInput/__snapshots__/index.test.tsx.snap +198 -0
  705. package/src/SingleCharacterInput/index.test.tsx +40 -0
  706. package/src/SingleCharacterInput/index.tsx +42 -0
  707. package/src/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +16 -0
  708. package/src/SingleCharacterInputs/index.test.tsx +10 -0
  709. package/src/{SingleCharacterInputContainer → SingleCharacterInputs}/index.tsx +7 -7
  710. package/src/Stack/__snapshots__/index.test.tsx.snap +516 -0
  711. package/src/Stack/index.test.tsx +96 -0
  712. package/src/Stack/index.tsx +63 -0
  713. package/src/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +15 -45
  714. package/src/StepNavAccordionHeadingText/index.test.tsx +3 -23
  715. package/src/StepNavAccordionHeadingText/index.tsx +9 -25
  716. package/src/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +8 -8
  717. package/src/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
  718. package/src/SvgIcon/index.test.tsx +7 -4
  719. package/src/SvgIcon/index.tsx +24 -26
  720. package/src/TableCaption/index.tsx +1 -4
  721. package/src/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
  722. package/src/TableHeadCell/index.test.tsx +24 -24
  723. package/src/TableHeadCell/index.tsx +25 -31
  724. package/src/TabsHeading/__snapshots__/index.test.tsx.snap +75 -24
  725. package/src/TabsHeading/index.tsx +7 -16
  726. package/src/TabsListItem/index.test.tsx +8 -8
  727. package/src/TabsListItem/index.tsx +10 -11
  728. package/src/TaskListItemHeading/__snapshots__/index.test.tsx.snap +4 -4
  729. package/src/TaskListItemHeading/index.tsx +6 -51
  730. package/src/TaskListItemTag/__snapshots__/index.test.tsx.snap +18 -18
  731. package/src/TaskListItemTag/index.test.tsx +6 -6
  732. package/src/TaskListItemTag/index.tsx +8 -10
  733. package/src/TextInput/__snapshots__/index.test.tsx.snap +204 -204
  734. package/src/TextInput/index.test.tsx +84 -84
  735. package/src/TextInput/index.tsx +33 -46
  736. package/src/Timeline/index.tsx +8 -8
  737. package/src/Typography/__snapshots__/index.test.tsx.snap +181 -0
  738. package/src/Typography/index.test.tsx +44 -0
  739. package/src/Typography/index.tsx +52 -0
  740. package/src/Unpurge/index.tsx +118 -0
  741. package/src/WarningText/__snapshots__/index.test.tsx.snap +31 -0
  742. package/src/WarningText/index.test.tsx +3 -0
  743. package/src/WarningText/index.tsx +13 -3
  744. package/src/index.ts +15 -15
  745. package/src/registry.js +30 -30
  746. package/AdminHeaderSection/__snapshots__/index.spec.tsx.snap +0 -16
  747. package/ChipSection/index.d.ts +0 -14
  748. package/ChipSection/index.spec.js +0 -15
  749. package/ChipSectionWrapper/__snapshots__/index.spec.tsx.snap +0 -16
  750. package/ChipSectionWrapper/index.spec.js +0 -15
  751. package/DropdownArrowDown/index.d.ts +0 -9
  752. package/DropdownArrowDown/index.js +0 -31
  753. package/FilterCloseButton/index.d.ts +0 -16
  754. package/FilterHeading/index.d.ts +0 -12
  755. package/FilterSection/__snapshots__/index.test.tsx.snap +0 -16
  756. package/FilterSection/index.d.ts +0 -38
  757. package/FilterSection/index.test.js +0 -15
  758. package/FooterInlineList/__snapshots__/index.test.tsx.snap +0 -16
  759. package/FooterInlineList/index.d.ts +0 -11
  760. package/FooterInlineList/index.js +0 -40
  761. package/FooterInlineListItem/__snapshots__/index.test.tsx.snap +0 -16
  762. package/FooterInlineListItem/index.d.ts +0 -9
  763. package/FooterInlineListItem/index.test.js +0 -15
  764. package/FooterMeta/__snapshots__/index.test.tsx.snap +0 -16
  765. package/FooterMetaItem/__snapshots__/index.test.tsx.snap +0 -50
  766. package/FooterMetaItem/index.d.ts +0 -16
  767. package/FooterSection/__snapshots__/index.test.tsx.snap +0 -16
  768. package/FooterSection/index.d.ts +0 -11
  769. package/FooterSection/index.test.js +0 -15
  770. package/SearchSection/index.d.ts +0 -9
  771. package/SearchSection/index.test.js +0 -15
  772. package/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +0 -16
  773. package/SingleCharacterInputContainer/index.d.ts +0 -11
  774. package/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +0 -173
  775. package/SingleCharacterInputItem/index.d.ts +0 -33
  776. package/SingleCharacterInputItem/index.js +0 -50
  777. package/es/AdminHeaderSection/__snapshots__/index.spec.tsx.snap +0 -16
  778. package/es/AdminHeaderSection/index.spec.js +0 -9
  779. package/es/ChipSection/index.spec.js +0 -9
  780. package/es/ChipSectionWrapper/__snapshots__/index.spec.tsx.snap +0 -16
  781. package/es/ChipSectionWrapper/index.js +0 -23
  782. package/es/ChipSectionWrapper/index.spec.js +0 -9
  783. package/es/DropdownArrowDown/index.js +0 -18
  784. package/es/FilterHeading/index.test.js +0 -9
  785. package/es/FilterSection/__snapshots__/index.test.tsx.snap +0 -16
  786. package/es/FilterSection/index.test.js +0 -9
  787. package/es/FooterInlineList/__snapshots__/index.test.tsx.snap +0 -16
  788. package/es/FooterInlineList/index.js +0 -24
  789. package/es/FooterInlineList/index.test.js +0 -9
  790. package/es/FooterInlineListItem/__snapshots__/index.test.tsx.snap +0 -16
  791. package/es/FooterInlineListItem/index.test.js +0 -9
  792. package/es/FooterMeta/__snapshots__/index.test.tsx.snap +0 -16
  793. package/es/FooterMeta/index.test.js +0 -9
  794. package/es/FooterMetaItem/__snapshots__/index.test.tsx.snap +0 -50
  795. package/es/FooterMetaItem/index.test.js +0 -25
  796. package/es/FooterSection/__snapshots__/index.test.tsx.snap +0 -16
  797. package/es/FooterSection/index.test.js +0 -9
  798. package/es/SearchSection/index.test.js +0 -9
  799. package/es/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +0 -16
  800. package/es/SingleCharacterInputContainer/index.test.js +0 -9
  801. package/es/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +0 -173
  802. package/es/SingleCharacterInputItem/index.js +0 -34
  803. package/esm/AdminHeaderSection/__snapshots__/index.spec.tsx.snap +0 -16
  804. package/esm/AdminHeaderSection/index.spec.js +0 -9
  805. package/esm/ChipSection/index.spec.js +0 -9
  806. package/esm/ChipSectionWrapper/__snapshots__/index.spec.tsx.snap +0 -16
  807. package/esm/ChipSectionWrapper/index.js +0 -23
  808. package/esm/ChipSectionWrapper/index.spec.js +0 -9
  809. package/esm/DropdownArrowDown/index.js +0 -18
  810. package/esm/FilterHeading/index.test.js +0 -9
  811. package/esm/FilterSection/__snapshots__/index.test.tsx.snap +0 -16
  812. package/esm/FilterSection/index.test.js +0 -9
  813. package/esm/FooterInlineList/__snapshots__/index.test.tsx.snap +0 -16
  814. package/esm/FooterInlineList/index.js +0 -24
  815. package/esm/FooterInlineList/index.test.js +0 -9
  816. package/esm/FooterInlineListItem/__snapshots__/index.test.tsx.snap +0 -16
  817. package/esm/FooterInlineListItem/index.test.js +0 -9
  818. package/esm/FooterMeta/__snapshots__/index.test.tsx.snap +0 -16
  819. package/esm/FooterMeta/index.test.js +0 -9
  820. package/esm/FooterMetaItem/__snapshots__/index.test.tsx.snap +0 -50
  821. package/esm/FooterMetaItem/index.test.js +0 -25
  822. package/esm/FooterSection/__snapshots__/index.test.tsx.snap +0 -16
  823. package/esm/FooterSection/index.test.js +0 -9
  824. package/esm/SearchSection/index.test.js +0 -9
  825. package/esm/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +0 -16
  826. package/esm/SingleCharacterInputContainer/index.test.js +0 -9
  827. package/esm/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +0 -173
  828. package/esm/SingleCharacterInputItem/index.js +0 -34
  829. package/src/AdminHeaderSection/__snapshots__/index.spec.tsx.snap +0 -16
  830. package/src/AdminHeaderSection/index.spec.tsx +0 -10
  831. package/src/AdminHeaderSection/index.tsx +0 -27
  832. package/src/ChipSection/index.spec.tsx +0 -8
  833. package/src/ChipSectionWrapper/__snapshots__/index.spec.tsx.snap +0 -16
  834. package/src/ChipSectionWrapper/index.spec.tsx +0 -10
  835. package/src/ChipSectionWrapper/index.tsx +0 -21
  836. package/src/DropdownArrowDown/index.tsx +0 -16
  837. package/src/FilterCloseButton/index.tsx +0 -40
  838. package/src/FilterHeading/index.test.tsx +0 -8
  839. package/src/FilterSection/__snapshots__/index.test.tsx.snap +0 -16
  840. package/src/FilterSection/index.test.tsx +0 -8
  841. package/src/FooterInlineList/__snapshots__/index.test.tsx.snap +0 -16
  842. package/src/FooterInlineList/index.test.tsx +0 -8
  843. package/src/FooterInlineList/index.tsx +0 -29
  844. package/src/FooterInlineListItem/__snapshots__/index.test.tsx.snap +0 -16
  845. package/src/FooterInlineListItem/index.test.tsx +0 -10
  846. package/src/FooterInlineListItem/index.tsx +0 -27
  847. package/src/FooterMeta/__snapshots__/index.test.tsx.snap +0 -16
  848. package/src/FooterMeta/index.test.tsx +0 -8
  849. package/src/FooterMetaItem/__snapshots__/index.test.tsx.snap +0 -50
  850. package/src/FooterMetaItem/index.test.tsx +0 -20
  851. package/src/FooterMetaItem/index.tsx +0 -36
  852. package/src/FooterSection/__snapshots__/index.test.tsx.snap +0 -16
  853. package/src/FooterSection/index.test.tsx +0 -8
  854. package/src/FooterSection/index.tsx +0 -29
  855. package/src/SearchSection/index.test.tsx +0 -8
  856. package/src/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +0 -16
  857. package/src/SingleCharacterInputContainer/index.test.tsx +0 -10
  858. package/src/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +0 -173
  859. package/src/SingleCharacterInputItem/index.test.tsx +0 -45
  860. package/src/SingleCharacterInputItem/index.tsx +0 -62
  861. /package/{AdminHeaderSection → AdminHeaderContent}/index.spec.d.ts +0 -0
  862. /package/{ChipSection → ChipContainer}/index.spec.d.ts +0 -0
  863. /package/{FilterHeading → CloseButton}/index.test.d.ts +0 -0
  864. /package/{FilterSection → FilterContainer}/index.test.d.ts +0 -0
  865. /package/{FooterInlineList → FilterHeadingContainer}/index.test.d.ts +0 -0
  866. /package/{FooterInlineListItem → FooterInfo}/index.test.d.ts +0 -0
  867. /package/{FooterMeta → FooterInfoSection}/index.test.d.ts +0 -0
  868. /package/{FooterMetaItem → FooterNavigationSection}/index.test.d.ts +0 -0
  869. /package/{FooterSection → PageTitleCaption}/index.test.d.ts +0 -0
  870. /package/{SearchSection → PageTitleContainer}/index.test.d.ts +0 -0
  871. /package/{SingleCharacterInputContainer → SearchContainer}/index.test.d.ts +0 -0
  872. /package/{SingleCharacterInputItem → SingleCharacterInput}/index.test.d.ts +0 -0
  873. /package/{ChipSectionWrapper/index.spec.d.ts → SingleCharacterInputs/index.test.d.ts} +0 -0
@@ -2,137 +2,225 @@
2
2
 
3
3
  exports[`renders the Paragraph with fontSize=14 1`] = `
4
4
  <ForwardRef(Paragraph)
5
- fontSize="14"
5
+ fontSize={14}
6
6
  >
7
- <ForwardRef(Base)
7
+ <ForwardRef(NormalText)
8
8
  as="p"
9
- className="govgr-!-font-size-14 govgr-body"
9
+ fontSize={14}
10
10
  >
11
- <p
12
- className="govgr-!-font-size-14 govgr-body"
11
+ <ForwardRef(Typography)
12
+ as="p"
13
+ className="govgr-body"
14
+ fontSize={14}
13
15
  >
14
- hello
15
- </p>
16
- </ForwardRef(Base)>
16
+ <ForwardRef(Base)
17
+ as="p"
18
+ className="govgr-body govgr-!-font-size-14"
19
+ >
20
+ <p
21
+ className="govgr-body govgr-!-font-size-14"
22
+ >
23
+ hello
24
+ </p>
25
+ </ForwardRef(Base)>
26
+ </ForwardRef(Typography)>
27
+ </ForwardRef(NormalText)>
17
28
  </ForwardRef(Paragraph)>
18
29
  `;
19
30
 
20
31
  exports[`renders the Paragraph with fontSize=16 1`] = `
21
32
  <ForwardRef(Paragraph)
22
- fontSize="16"
33
+ fontSize={16}
23
34
  >
24
- <ForwardRef(Base)
35
+ <ForwardRef(NormalText)
25
36
  as="p"
26
- className="govgr-!-font-size-16 govgr-body"
37
+ fontSize={16}
27
38
  >
28
- <p
29
- className="govgr-!-font-size-16 govgr-body"
39
+ <ForwardRef(Typography)
40
+ as="p"
41
+ className="govgr-body"
42
+ fontSize={16}
30
43
  >
31
- hello
32
- </p>
33
- </ForwardRef(Base)>
44
+ <ForwardRef(Base)
45
+ as="p"
46
+ className="govgr-body govgr-!-font-size-16"
47
+ >
48
+ <p
49
+ className="govgr-body govgr-!-font-size-16"
50
+ >
51
+ hello
52
+ </p>
53
+ </ForwardRef(Base)>
54
+ </ForwardRef(Typography)>
55
+ </ForwardRef(NormalText)>
34
56
  </ForwardRef(Paragraph)>
35
57
  `;
36
58
 
37
59
  exports[`renders the Paragraph with fontSize=19 1`] = `
38
60
  <ForwardRef(Paragraph)
39
- fontSize="19"
61
+ fontSize={19}
40
62
  >
41
- <ForwardRef(Base)
63
+ <ForwardRef(NormalText)
42
64
  as="p"
43
- className="govgr-!-font-size-19 govgr-body"
65
+ fontSize={19}
44
66
  >
45
- <p
46
- className="govgr-!-font-size-19 govgr-body"
67
+ <ForwardRef(Typography)
68
+ as="p"
69
+ className="govgr-body"
70
+ fontSize={19}
47
71
  >
48
- hello
49
- </p>
50
- </ForwardRef(Base)>
72
+ <ForwardRef(Base)
73
+ as="p"
74
+ className="govgr-body govgr-!-font-size-19"
75
+ >
76
+ <p
77
+ className="govgr-body govgr-!-font-size-19"
78
+ >
79
+ hello
80
+ </p>
81
+ </ForwardRef(Base)>
82
+ </ForwardRef(Typography)>
83
+ </ForwardRef(NormalText)>
51
84
  </ForwardRef(Paragraph)>
52
85
  `;
53
86
 
54
87
  exports[`renders the Paragraph with fontSize=24 1`] = `
55
88
  <ForwardRef(Paragraph)
56
- fontSize="24"
89
+ fontSize={24}
57
90
  >
58
- <ForwardRef(Base)
91
+ <ForwardRef(NormalText)
59
92
  as="p"
60
- className="govgr-!-font-size-24 govgr-body"
93
+ fontSize={24}
61
94
  >
62
- <p
63
- className="govgr-!-font-size-24 govgr-body"
95
+ <ForwardRef(Typography)
96
+ as="p"
97
+ className="govgr-body"
98
+ fontSize={24}
64
99
  >
65
- hello
66
- </p>
67
- </ForwardRef(Base)>
100
+ <ForwardRef(Base)
101
+ as="p"
102
+ className="govgr-body govgr-!-font-size-24"
103
+ >
104
+ <p
105
+ className="govgr-body govgr-!-font-size-24"
106
+ >
107
+ hello
108
+ </p>
109
+ </ForwardRef(Base)>
110
+ </ForwardRef(Typography)>
111
+ </ForwardRef(NormalText)>
68
112
  </ForwardRef(Paragraph)>
69
113
  `;
70
114
 
71
115
  exports[`renders the Paragraph with fontSize=30 1`] = `
72
116
  <ForwardRef(Paragraph)
73
- fontSize="30"
117
+ fontSize={30}
74
118
  >
75
- <ForwardRef(Base)
119
+ <ForwardRef(NormalText)
76
120
  as="p"
77
- className="govgr-!-font-size-30 govgr-body"
121
+ fontSize={30}
78
122
  >
79
- <p
80
- className="govgr-!-font-size-30 govgr-body"
123
+ <ForwardRef(Typography)
124
+ as="p"
125
+ className="govgr-body"
126
+ fontSize={30}
81
127
  >
82
- hello
83
- </p>
84
- </ForwardRef(Base)>
128
+ <ForwardRef(Base)
129
+ as="p"
130
+ className="govgr-body govgr-!-font-size-30"
131
+ >
132
+ <p
133
+ className="govgr-body govgr-!-font-size-30"
134
+ >
135
+ hello
136
+ </p>
137
+ </ForwardRef(Base)>
138
+ </ForwardRef(Typography)>
139
+ </ForwardRef(NormalText)>
85
140
  </ForwardRef(Paragraph)>
86
141
  `;
87
142
 
88
143
  exports[`renders the Paragraph with fontSize=36 1`] = `
89
144
  <ForwardRef(Paragraph)
90
- fontSize="36"
145
+ fontSize={36}
91
146
  >
92
- <ForwardRef(Base)
147
+ <ForwardRef(NormalText)
93
148
  as="p"
94
- className="govgr-!-font-size-36 govgr-body"
149
+ fontSize={36}
95
150
  >
96
- <p
97
- className="govgr-!-font-size-36 govgr-body"
151
+ <ForwardRef(Typography)
152
+ as="p"
153
+ className="govgr-body"
154
+ fontSize={36}
98
155
  >
99
- hello
100
- </p>
101
- </ForwardRef(Base)>
156
+ <ForwardRef(Base)
157
+ as="p"
158
+ className="govgr-body govgr-!-font-size-36"
159
+ >
160
+ <p
161
+ className="govgr-body govgr-!-font-size-36"
162
+ >
163
+ hello
164
+ </p>
165
+ </ForwardRef(Base)>
166
+ </ForwardRef(Typography)>
167
+ </ForwardRef(NormalText)>
102
168
  </ForwardRef(Paragraph)>
103
169
  `;
104
170
 
105
171
  exports[`renders the Paragraph with fontSize=48 1`] = `
106
172
  <ForwardRef(Paragraph)
107
- fontSize="48"
173
+ fontSize={48}
108
174
  >
109
- <ForwardRef(Base)
175
+ <ForwardRef(NormalText)
110
176
  as="p"
111
- className="govgr-!-font-size-48 govgr-body"
177
+ fontSize={48}
112
178
  >
113
- <p
114
- className="govgr-!-font-size-48 govgr-body"
179
+ <ForwardRef(Typography)
180
+ as="p"
181
+ className="govgr-body"
182
+ fontSize={48}
115
183
  >
116
- hello
117
- </p>
118
- </ForwardRef(Base)>
184
+ <ForwardRef(Base)
185
+ as="p"
186
+ className="govgr-body govgr-!-font-size-48"
187
+ >
188
+ <p
189
+ className="govgr-body govgr-!-font-size-48"
190
+ >
191
+ hello
192
+ </p>
193
+ </ForwardRef(Base)>
194
+ </ForwardRef(Typography)>
195
+ </ForwardRef(NormalText)>
119
196
  </ForwardRef(Paragraph)>
120
197
  `;
121
198
 
122
199
  exports[`renders the Paragraph with fontSize=72 1`] = `
123
200
  <ForwardRef(Paragraph)
124
- fontSize="72"
201
+ fontSize={72}
125
202
  >
126
- <ForwardRef(Base)
203
+ <ForwardRef(NormalText)
127
204
  as="p"
128
- className="govgr-!-font-size-72 govgr-body"
205
+ fontSize={72}
129
206
  >
130
- <p
131
- className="govgr-!-font-size-72 govgr-body"
207
+ <ForwardRef(Typography)
208
+ as="p"
209
+ className="govgr-body"
210
+ fontSize={72}
132
211
  >
133
- hello
134
- </p>
135
- </ForwardRef(Base)>
212
+ <ForwardRef(Base)
213
+ as="p"
214
+ className="govgr-body govgr-!-font-size-72"
215
+ >
216
+ <p
217
+ className="govgr-body govgr-!-font-size-72"
218
+ >
219
+ hello
220
+ </p>
221
+ </ForwardRef(Base)>
222
+ </ForwardRef(Typography)>
223
+ </ForwardRef(NormalText)>
136
224
  </ForwardRef(Paragraph)>
137
225
  `;
138
226
 
@@ -140,16 +228,27 @@ exports[`renders the Paragraph with fontWeight=bold 1`] = `
140
228
  <ForwardRef(Paragraph)
141
229
  fontWeight="bold"
142
230
  >
143
- <ForwardRef(Base)
231
+ <ForwardRef(NormalText)
144
232
  as="p"
145
- className="govgr-!-font-weight-bold govgr-body"
233
+ fontWeight="bold"
146
234
  >
147
- <p
148
- className="govgr-!-font-weight-bold govgr-body"
235
+ <ForwardRef(Typography)
236
+ as="p"
237
+ className="govgr-body"
238
+ fontWeight="bold"
149
239
  >
150
- hello
151
- </p>
152
- </ForwardRef(Base)>
240
+ <ForwardRef(Base)
241
+ as="p"
242
+ className="govgr-body govgr-!-font-weight-bold"
243
+ >
244
+ <p
245
+ className="govgr-body govgr-!-font-weight-bold"
246
+ >
247
+ hello
248
+ </p>
249
+ </ForwardRef(Base)>
250
+ </ForwardRef(Typography)>
251
+ </ForwardRef(NormalText)>
153
252
  </ForwardRef(Paragraph)>
154
253
  `;
155
254
 
@@ -157,16 +256,27 @@ exports[`renders the Paragraph with fontWeight=bold 2`] = `
157
256
  <ForwardRef(Paragraph)
158
257
  fontWeight="bold"
159
258
  >
160
- <ForwardRef(Base)
259
+ <ForwardRef(NormalText)
161
260
  as="p"
162
- className="govgr-!-font-weight-bold govgr-body"
261
+ fontWeight="bold"
163
262
  >
164
- <p
165
- className="govgr-!-font-weight-bold govgr-body"
263
+ <ForwardRef(Typography)
264
+ as="p"
265
+ className="govgr-body"
266
+ fontWeight="bold"
166
267
  >
167
- hello
168
- </p>
169
- </ForwardRef(Base)>
268
+ <ForwardRef(Base)
269
+ as="p"
270
+ className="govgr-body govgr-!-font-weight-bold"
271
+ >
272
+ <p
273
+ className="govgr-body govgr-!-font-weight-bold"
274
+ >
275
+ hello
276
+ </p>
277
+ </ForwardRef(Base)>
278
+ </ForwardRef(Typography)>
279
+ </ForwardRef(NormalText)>
170
280
  </ForwardRef(Paragraph)>
171
281
  `;
172
282
 
@@ -174,551 +284,917 @@ exports[`renders the Paragraph with fontWeight=regular 1`] = `
174
284
  <ForwardRef(Paragraph)
175
285
  fontWeight="regular"
176
286
  >
177
- <ForwardRef(Base)
287
+ <ForwardRef(NormalText)
178
288
  as="p"
179
- className="govgr-!-font-weight-regular govgr-body"
289
+ fontWeight="regular"
180
290
  >
181
- <p
182
- className="govgr-!-font-weight-regular govgr-body"
291
+ <ForwardRef(Typography)
292
+ as="p"
293
+ className="govgr-body"
294
+ fontWeight="regular"
183
295
  >
184
- hello
185
- </p>
186
- </ForwardRef(Base)>
296
+ <ForwardRef(Base)
297
+ as="p"
298
+ className="govgr-body govgr-!-font-weight-regular"
299
+ >
300
+ <p
301
+ className="govgr-body govgr-!-font-weight-regular"
302
+ >
303
+ hello
304
+ </p>
305
+ </ForwardRef(Base)>
306
+ </ForwardRef(Typography)>
307
+ </ForwardRef(NormalText)>
187
308
  </ForwardRef(Paragraph)>
188
309
  `;
189
310
 
190
311
  exports[`renders the Paragraph with no props 1`] = `
191
312
  <ForwardRef(Paragraph)>
192
- <ForwardRef(Base)
313
+ <ForwardRef(NormalText)
193
314
  as="p"
194
- className="govgr-body"
195
315
  >
196
- <p
316
+ <ForwardRef(Typography)
317
+ as="p"
197
318
  className="govgr-body"
198
319
  >
199
- hello
200
- </p>
201
- </ForwardRef(Base)>
320
+ <ForwardRef(Base)
321
+ as="p"
322
+ className="govgr-body"
323
+ >
324
+ <p
325
+ className="govgr-body"
326
+ >
327
+ hello
328
+ </p>
329
+ </ForwardRef(Base)>
330
+ </ForwardRef(Typography)>
331
+ </ForwardRef(NormalText)>
202
332
  </ForwardRef(Paragraph)>
203
333
  `;
204
334
 
205
- exports[`renders the Paragraph with variant=lead 1`] = `
335
+ exports[`renders the Paragraph with size=lead 1`] = `
206
336
  <ForwardRef(Paragraph)
207
- variant="lg"
337
+ size="lg"
208
338
  >
209
- <ForwardRef(Base)
339
+ <ForwardRef(NormalText)
210
340
  as="p"
211
- className="govgr-body-lg govgr-body"
341
+ size="lg"
212
342
  >
213
- <p
343
+ <ForwardRef(Typography)
344
+ as="p"
214
345
  className="govgr-body-lg govgr-body"
215
346
  >
216
- hello
217
- </p>
218
- </ForwardRef(Base)>
347
+ <ForwardRef(Base)
348
+ as="p"
349
+ className="govgr-body-lg govgr-body"
350
+ >
351
+ <p
352
+ className="govgr-body-lg govgr-body"
353
+ >
354
+ hello
355
+ </p>
356
+ </ForwardRef(Base)>
357
+ </ForwardRef(Typography)>
358
+ </ForwardRef(NormalText)>
219
359
  </ForwardRef(Paragraph)>
220
360
  `;
221
361
 
222
- exports[`renders the Paragraph with variant=lead and fontSize=14 1`] = `
362
+ exports[`renders the Paragraph with size=lead and fontSize=14 1`] = `
223
363
  <ForwardRef(Paragraph)
224
- fontSize="14"
225
- variant="lg"
364
+ fontSize={14}
365
+ size="lg"
226
366
  >
227
- <ForwardRef(Base)
367
+ <ForwardRef(NormalText)
228
368
  as="p"
229
- className="govgr-!-font-size-14 govgr-body-lg govgr-body"
369
+ fontSize={14}
370
+ size="lg"
230
371
  >
231
- <p
232
- className="govgr-!-font-size-14 govgr-body-lg govgr-body"
372
+ <ForwardRef(Typography)
373
+ as="p"
374
+ className="govgr-body-lg govgr-body"
375
+ fontSize={14}
233
376
  >
234
- hello
235
- </p>
236
- </ForwardRef(Base)>
377
+ <ForwardRef(Base)
378
+ as="p"
379
+ className="govgr-body-lg govgr-body govgr-!-font-size-14"
380
+ >
381
+ <p
382
+ className="govgr-body-lg govgr-body govgr-!-font-size-14"
383
+ >
384
+ hello
385
+ </p>
386
+ </ForwardRef(Base)>
387
+ </ForwardRef(Typography)>
388
+ </ForwardRef(NormalText)>
237
389
  </ForwardRef(Paragraph)>
238
390
  `;
239
391
 
240
- exports[`renders the Paragraph with variant=lead and fontSize=16 1`] = `
392
+ exports[`renders the Paragraph with size=lead and fontSize=16 1`] = `
241
393
  <ForwardRef(Paragraph)
242
- fontSize="16"
243
- variant="lg"
394
+ fontSize={16}
395
+ size="lg"
244
396
  >
245
- <ForwardRef(Base)
397
+ <ForwardRef(NormalText)
246
398
  as="p"
247
- className="govgr-!-font-size-16 govgr-body-lg govgr-body"
399
+ fontSize={16}
400
+ size="lg"
248
401
  >
249
- <p
250
- className="govgr-!-font-size-16 govgr-body-lg govgr-body"
402
+ <ForwardRef(Typography)
403
+ as="p"
404
+ className="govgr-body-lg govgr-body"
405
+ fontSize={16}
251
406
  >
252
- hello
253
- </p>
254
- </ForwardRef(Base)>
407
+ <ForwardRef(Base)
408
+ as="p"
409
+ className="govgr-body-lg govgr-body govgr-!-font-size-16"
410
+ >
411
+ <p
412
+ className="govgr-body-lg govgr-body govgr-!-font-size-16"
413
+ >
414
+ hello
415
+ </p>
416
+ </ForwardRef(Base)>
417
+ </ForwardRef(Typography)>
418
+ </ForwardRef(NormalText)>
255
419
  </ForwardRef(Paragraph)>
256
420
  `;
257
421
 
258
- exports[`renders the Paragraph with variant=lead and fontSize=19 1`] = `
422
+ exports[`renders the Paragraph with size=lead and fontSize=19 1`] = `
259
423
  <ForwardRef(Paragraph)
260
- fontSize="19"
261
- variant="lg"
424
+ fontSize={19}
425
+ size="lg"
262
426
  >
263
- <ForwardRef(Base)
427
+ <ForwardRef(NormalText)
264
428
  as="p"
265
- className="govgr-!-font-size-19 govgr-body-lg govgr-body"
429
+ fontSize={19}
430
+ size="lg"
266
431
  >
267
- <p
268
- className="govgr-!-font-size-19 govgr-body-lg govgr-body"
432
+ <ForwardRef(Typography)
433
+ as="p"
434
+ className="govgr-body-lg govgr-body"
435
+ fontSize={19}
269
436
  >
270
- hello
271
- </p>
272
- </ForwardRef(Base)>
437
+ <ForwardRef(Base)
438
+ as="p"
439
+ className="govgr-body-lg govgr-body govgr-!-font-size-19"
440
+ >
441
+ <p
442
+ className="govgr-body-lg govgr-body govgr-!-font-size-19"
443
+ >
444
+ hello
445
+ </p>
446
+ </ForwardRef(Base)>
447
+ </ForwardRef(Typography)>
448
+ </ForwardRef(NormalText)>
273
449
  </ForwardRef(Paragraph)>
274
450
  `;
275
451
 
276
- exports[`renders the Paragraph with variant=lead and fontSize=24 1`] = `
452
+ exports[`renders the Paragraph with size=lead and fontSize=24 1`] = `
277
453
  <ForwardRef(Paragraph)
278
- fontSize="14"
279
- variant="lg"
454
+ fontSize={14}
455
+ size="lg"
280
456
  >
281
- <ForwardRef(Base)
457
+ <ForwardRef(NormalText)
282
458
  as="p"
283
- className="govgr-!-font-size-14 govgr-body-lg govgr-body"
459
+ fontSize={14}
460
+ size="lg"
284
461
  >
285
- <p
286
- className="govgr-!-font-size-14 govgr-body-lg govgr-body"
462
+ <ForwardRef(Typography)
463
+ as="p"
464
+ className="govgr-body-lg govgr-body"
465
+ fontSize={14}
287
466
  >
288
- hello
289
- </p>
290
- </ForwardRef(Base)>
467
+ <ForwardRef(Base)
468
+ as="p"
469
+ className="govgr-body-lg govgr-body govgr-!-font-size-14"
470
+ >
471
+ <p
472
+ className="govgr-body-lg govgr-body govgr-!-font-size-14"
473
+ >
474
+ hello
475
+ </p>
476
+ </ForwardRef(Base)>
477
+ </ForwardRef(Typography)>
478
+ </ForwardRef(NormalText)>
291
479
  </ForwardRef(Paragraph)>
292
480
  `;
293
481
 
294
- exports[`renders the Paragraph with variant=lead and fontSize=30 1`] = `
482
+ exports[`renders the Paragraph with size=lead and fontSize=30 1`] = `
295
483
  <ForwardRef(Paragraph)
296
- fontSize="30"
297
- variant="lg"
484
+ fontSize={30}
485
+ size="lg"
298
486
  >
299
- <ForwardRef(Base)
487
+ <ForwardRef(NormalText)
300
488
  as="p"
301
- className="govgr-!-font-size-30 govgr-body-lg govgr-body"
489
+ fontSize={30}
490
+ size="lg"
302
491
  >
303
- <p
304
- className="govgr-!-font-size-30 govgr-body-lg govgr-body"
492
+ <ForwardRef(Typography)
493
+ as="p"
494
+ className="govgr-body-lg govgr-body"
495
+ fontSize={30}
305
496
  >
306
- hello
307
- </p>
308
- </ForwardRef(Base)>
497
+ <ForwardRef(Base)
498
+ as="p"
499
+ className="govgr-body-lg govgr-body govgr-!-font-size-30"
500
+ >
501
+ <p
502
+ className="govgr-body-lg govgr-body govgr-!-font-size-30"
503
+ >
504
+ hello
505
+ </p>
506
+ </ForwardRef(Base)>
507
+ </ForwardRef(Typography)>
508
+ </ForwardRef(NormalText)>
309
509
  </ForwardRef(Paragraph)>
310
510
  `;
311
511
 
312
- exports[`renders the Paragraph with variant=lead and fontSize=36 1`] = `
512
+ exports[`renders the Paragraph with size=lead and fontSize=36 1`] = `
313
513
  <ForwardRef(Paragraph)
314
- fontSize="36"
315
- variant="lg"
514
+ fontSize={36}
515
+ size="lg"
316
516
  >
317
- <ForwardRef(Base)
517
+ <ForwardRef(NormalText)
318
518
  as="p"
319
- className="govgr-!-font-size-36 govgr-body-lg govgr-body"
519
+ fontSize={36}
520
+ size="lg"
320
521
  >
321
- <p
322
- className="govgr-!-font-size-36 govgr-body-lg govgr-body"
522
+ <ForwardRef(Typography)
523
+ as="p"
524
+ className="govgr-body-lg govgr-body"
525
+ fontSize={36}
323
526
  >
324
- hello
325
- </p>
326
- </ForwardRef(Base)>
527
+ <ForwardRef(Base)
528
+ as="p"
529
+ className="govgr-body-lg govgr-body govgr-!-font-size-36"
530
+ >
531
+ <p
532
+ className="govgr-body-lg govgr-body govgr-!-font-size-36"
533
+ >
534
+ hello
535
+ </p>
536
+ </ForwardRef(Base)>
537
+ </ForwardRef(Typography)>
538
+ </ForwardRef(NormalText)>
327
539
  </ForwardRef(Paragraph)>
328
540
  `;
329
541
 
330
- exports[`renders the Paragraph with variant=lead and fontSize=48 1`] = `
542
+ exports[`renders the Paragraph with size=lead and fontSize=48 1`] = `
331
543
  <ForwardRef(Paragraph)
332
- fontSize="48"
333
- variant="lg"
544
+ fontSize={48}
545
+ size="lg"
334
546
  >
335
- <ForwardRef(Base)
547
+ <ForwardRef(NormalText)
336
548
  as="p"
337
- className="govgr-!-font-size-48 govgr-body-lg govgr-body"
549
+ fontSize={48}
550
+ size="lg"
338
551
  >
339
- <p
340
- className="govgr-!-font-size-48 govgr-body-lg govgr-body"
552
+ <ForwardRef(Typography)
553
+ as="p"
554
+ className="govgr-body-lg govgr-body"
555
+ fontSize={48}
341
556
  >
342
- hello
343
- </p>
344
- </ForwardRef(Base)>
557
+ <ForwardRef(Base)
558
+ as="p"
559
+ className="govgr-body-lg govgr-body govgr-!-font-size-48"
560
+ >
561
+ <p
562
+ className="govgr-body-lg govgr-body govgr-!-font-size-48"
563
+ >
564
+ hello
565
+ </p>
566
+ </ForwardRef(Base)>
567
+ </ForwardRef(Typography)>
568
+ </ForwardRef(NormalText)>
345
569
  </ForwardRef(Paragraph)>
346
570
  `;
347
571
 
348
- exports[`renders the Paragraph with variant=lead and fontSize=72 1`] = `
572
+ exports[`renders the Paragraph with size=lead and fontSize=72 1`] = `
349
573
  <ForwardRef(Paragraph)
350
- fontSize="72"
351
- variant="lg"
574
+ fontSize={72}
575
+ size="lg"
352
576
  >
353
- <ForwardRef(Base)
577
+ <ForwardRef(NormalText)
354
578
  as="p"
355
- className="govgr-!-font-size-72 govgr-body-lg govgr-body"
579
+ fontSize={72}
580
+ size="lg"
356
581
  >
357
- <p
358
- className="govgr-!-font-size-72 govgr-body-lg govgr-body"
582
+ <ForwardRef(Typography)
583
+ as="p"
584
+ className="govgr-body-lg govgr-body"
585
+ fontSize={72}
359
586
  >
360
- hello
361
- </p>
362
- </ForwardRef(Base)>
587
+ <ForwardRef(Base)
588
+ as="p"
589
+ className="govgr-body-lg govgr-body govgr-!-font-size-72"
590
+ >
591
+ <p
592
+ className="govgr-body-lg govgr-body govgr-!-font-size-72"
593
+ >
594
+ hello
595
+ </p>
596
+ </ForwardRef(Base)>
597
+ </ForwardRef(Typography)>
598
+ </ForwardRef(NormalText)>
363
599
  </ForwardRef(Paragraph)>
364
600
  `;
365
601
 
366
- exports[`renders the Paragraph with variant=normal 1`] = `
602
+ exports[`renders the Paragraph with size=normal 1`] = `
367
603
  <ForwardRef(Paragraph)
368
- variant="md"
604
+ size="md"
369
605
  >
370
- <ForwardRef(Base)
606
+ <ForwardRef(NormalText)
371
607
  as="p"
372
- className="govgr-body"
608
+ size="md"
373
609
  >
374
- <p
610
+ <ForwardRef(Typography)
611
+ as="p"
375
612
  className="govgr-body"
376
613
  >
377
- hello
378
- </p>
379
- </ForwardRef(Base)>
614
+ <ForwardRef(Base)
615
+ as="p"
616
+ className="govgr-body"
617
+ >
618
+ <p
619
+ className="govgr-body"
620
+ >
621
+ hello
622
+ </p>
623
+ </ForwardRef(Base)>
624
+ </ForwardRef(Typography)>
625
+ </ForwardRef(NormalText)>
380
626
  </ForwardRef(Paragraph)>
381
627
  `;
382
628
 
383
- exports[`renders the Paragraph with variant=normal and fontSize=14 1`] = `
629
+ exports[`renders the Paragraph with size=normal and fontSize=14 1`] = `
384
630
  <ForwardRef(Paragraph)
385
- fontSize="14"
386
- variant="md"
631
+ fontSize={14}
632
+ size="md"
387
633
  >
388
- <ForwardRef(Base)
634
+ <ForwardRef(NormalText)
389
635
  as="p"
390
- className="govgr-!-font-size-14 govgr-body"
636
+ fontSize={14}
637
+ size="md"
391
638
  >
392
- <p
393
- className="govgr-!-font-size-14 govgr-body"
639
+ <ForwardRef(Typography)
640
+ as="p"
641
+ className="govgr-body"
642
+ fontSize={14}
394
643
  >
395
- hello
396
- </p>
397
- </ForwardRef(Base)>
644
+ <ForwardRef(Base)
645
+ as="p"
646
+ className="govgr-body govgr-!-font-size-14"
647
+ >
648
+ <p
649
+ className="govgr-body govgr-!-font-size-14"
650
+ >
651
+ hello
652
+ </p>
653
+ </ForwardRef(Base)>
654
+ </ForwardRef(Typography)>
655
+ </ForwardRef(NormalText)>
398
656
  </ForwardRef(Paragraph)>
399
657
  `;
400
658
 
401
- exports[`renders the Paragraph with variant=normal and fontSize=16 1`] = `
659
+ exports[`renders the Paragraph with size=normal and fontSize=16 1`] = `
402
660
  <ForwardRef(Paragraph)
403
- fontSize="16"
404
- variant="md"
661
+ fontSize={16}
662
+ size="md"
405
663
  >
406
- <ForwardRef(Base)
664
+ <ForwardRef(NormalText)
407
665
  as="p"
408
- className="govgr-!-font-size-16 govgr-body"
666
+ fontSize={16}
667
+ size="md"
409
668
  >
410
- <p
411
- className="govgr-!-font-size-16 govgr-body"
669
+ <ForwardRef(Typography)
670
+ as="p"
671
+ className="govgr-body"
672
+ fontSize={16}
412
673
  >
413
- hello
414
- </p>
415
- </ForwardRef(Base)>
674
+ <ForwardRef(Base)
675
+ as="p"
676
+ className="govgr-body govgr-!-font-size-16"
677
+ >
678
+ <p
679
+ className="govgr-body govgr-!-font-size-16"
680
+ >
681
+ hello
682
+ </p>
683
+ </ForwardRef(Base)>
684
+ </ForwardRef(Typography)>
685
+ </ForwardRef(NormalText)>
416
686
  </ForwardRef(Paragraph)>
417
687
  `;
418
688
 
419
- exports[`renders the Paragraph with variant=normal and fontSize=19 1`] = `
689
+ exports[`renders the Paragraph with size=normal and fontSize=19 1`] = `
420
690
  <ForwardRef(Paragraph)
421
- fontSize="19"
422
- variant="md"
691
+ fontSize={19}
692
+ size="md"
423
693
  >
424
- <ForwardRef(Base)
694
+ <ForwardRef(NormalText)
425
695
  as="p"
426
- className="govgr-!-font-size-19 govgr-body"
696
+ fontSize={19}
697
+ size="md"
427
698
  >
428
- <p
429
- className="govgr-!-font-size-19 govgr-body"
699
+ <ForwardRef(Typography)
700
+ as="p"
701
+ className="govgr-body"
702
+ fontSize={19}
430
703
  >
431
- hello
432
- </p>
433
- </ForwardRef(Base)>
704
+ <ForwardRef(Base)
705
+ as="p"
706
+ className="govgr-body govgr-!-font-size-19"
707
+ >
708
+ <p
709
+ className="govgr-body govgr-!-font-size-19"
710
+ >
711
+ hello
712
+ </p>
713
+ </ForwardRef(Base)>
714
+ </ForwardRef(Typography)>
715
+ </ForwardRef(NormalText)>
434
716
  </ForwardRef(Paragraph)>
435
717
  `;
436
718
 
437
- exports[`renders the Paragraph with variant=normal and fontSize=24 1`] = `
719
+ exports[`renders the Paragraph with size=normal and fontSize=24 1`] = `
438
720
  <ForwardRef(Paragraph)
439
- fontSize="14"
440
- variant="md"
721
+ fontSize={14}
722
+ size="md"
441
723
  >
442
- <ForwardRef(Base)
724
+ <ForwardRef(NormalText)
443
725
  as="p"
444
- className="govgr-!-font-size-14 govgr-body"
726
+ fontSize={14}
727
+ size="md"
445
728
  >
446
- <p
447
- className="govgr-!-font-size-14 govgr-body"
729
+ <ForwardRef(Typography)
730
+ as="p"
731
+ className="govgr-body"
732
+ fontSize={14}
448
733
  >
449
- hello
450
- </p>
451
- </ForwardRef(Base)>
734
+ <ForwardRef(Base)
735
+ as="p"
736
+ className="govgr-body govgr-!-font-size-14"
737
+ >
738
+ <p
739
+ className="govgr-body govgr-!-font-size-14"
740
+ >
741
+ hello
742
+ </p>
743
+ </ForwardRef(Base)>
744
+ </ForwardRef(Typography)>
745
+ </ForwardRef(NormalText)>
452
746
  </ForwardRef(Paragraph)>
453
747
  `;
454
748
 
455
- exports[`renders the Paragraph with variant=normal and fontSize=30 1`] = `
749
+ exports[`renders the Paragraph with size=normal and fontSize=30 1`] = `
456
750
  <ForwardRef(Paragraph)
457
- fontSize="30"
458
- variant="md"
751
+ fontSize={30}
752
+ size="md"
459
753
  >
460
- <ForwardRef(Base)
754
+ <ForwardRef(NormalText)
461
755
  as="p"
462
- className="govgr-!-font-size-30 govgr-body"
756
+ fontSize={30}
757
+ size="md"
463
758
  >
464
- <p
465
- className="govgr-!-font-size-30 govgr-body"
759
+ <ForwardRef(Typography)
760
+ as="p"
761
+ className="govgr-body"
762
+ fontSize={30}
466
763
  >
467
- hello
468
- </p>
469
- </ForwardRef(Base)>
764
+ <ForwardRef(Base)
765
+ as="p"
766
+ className="govgr-body govgr-!-font-size-30"
767
+ >
768
+ <p
769
+ className="govgr-body govgr-!-font-size-30"
770
+ >
771
+ hello
772
+ </p>
773
+ </ForwardRef(Base)>
774
+ </ForwardRef(Typography)>
775
+ </ForwardRef(NormalText)>
470
776
  </ForwardRef(Paragraph)>
471
777
  `;
472
778
 
473
- exports[`renders the Paragraph with variant=normal and fontSize=36 1`] = `
779
+ exports[`renders the Paragraph with size=normal and fontSize=36 1`] = `
474
780
  <ForwardRef(Paragraph)
475
- fontSize="36"
476
- variant="md"
781
+ fontSize={36}
782
+ size="md"
477
783
  >
478
- <ForwardRef(Base)
784
+ <ForwardRef(NormalText)
479
785
  as="p"
480
- className="govgr-!-font-size-36 govgr-body"
786
+ fontSize={36}
787
+ size="md"
481
788
  >
482
- <p
483
- className="govgr-!-font-size-36 govgr-body"
789
+ <ForwardRef(Typography)
790
+ as="p"
791
+ className="govgr-body"
792
+ fontSize={36}
484
793
  >
485
- hello
486
- </p>
487
- </ForwardRef(Base)>
794
+ <ForwardRef(Base)
795
+ as="p"
796
+ className="govgr-body govgr-!-font-size-36"
797
+ >
798
+ <p
799
+ className="govgr-body govgr-!-font-size-36"
800
+ >
801
+ hello
802
+ </p>
803
+ </ForwardRef(Base)>
804
+ </ForwardRef(Typography)>
805
+ </ForwardRef(NormalText)>
488
806
  </ForwardRef(Paragraph)>
489
807
  `;
490
808
 
491
- exports[`renders the Paragraph with variant=normal and fontSize=48 1`] = `
809
+ exports[`renders the Paragraph with size=normal and fontSize=48 1`] = `
492
810
  <ForwardRef(Paragraph)
493
- fontSize="48"
494
- variant="md"
811
+ fontSize={48}
812
+ size="md"
495
813
  >
496
- <ForwardRef(Base)
814
+ <ForwardRef(NormalText)
497
815
  as="p"
498
- className="govgr-!-font-size-48 govgr-body"
816
+ fontSize={48}
817
+ size="md"
499
818
  >
500
- <p
501
- className="govgr-!-font-size-48 govgr-body"
819
+ <ForwardRef(Typography)
820
+ as="p"
821
+ className="govgr-body"
822
+ fontSize={48}
502
823
  >
503
- hello
504
- </p>
505
- </ForwardRef(Base)>
824
+ <ForwardRef(Base)
825
+ as="p"
826
+ className="govgr-body govgr-!-font-size-48"
827
+ >
828
+ <p
829
+ className="govgr-body govgr-!-font-size-48"
830
+ >
831
+ hello
832
+ </p>
833
+ </ForwardRef(Base)>
834
+ </ForwardRef(Typography)>
835
+ </ForwardRef(NormalText)>
506
836
  </ForwardRef(Paragraph)>
507
837
  `;
508
838
 
509
- exports[`renders the Paragraph with variant=normal and fontSize=72 1`] = `
839
+ exports[`renders the Paragraph with size=normal and fontSize=72 1`] = `
510
840
  <ForwardRef(Paragraph)
511
- fontSize="72"
512
- variant="md"
841
+ fontSize={72}
842
+ size="md"
513
843
  >
514
- <ForwardRef(Base)
844
+ <ForwardRef(NormalText)
515
845
  as="p"
516
- className="govgr-!-font-size-72 govgr-body"
846
+ fontSize={72}
847
+ size="md"
517
848
  >
518
- <p
519
- className="govgr-!-font-size-72 govgr-body"
849
+ <ForwardRef(Typography)
850
+ as="p"
851
+ className="govgr-body"
852
+ fontSize={72}
520
853
  >
521
- hello
522
- </p>
523
- </ForwardRef(Base)>
854
+ <ForwardRef(Base)
855
+ as="p"
856
+ className="govgr-body govgr-!-font-size-72"
857
+ >
858
+ <p
859
+ className="govgr-body govgr-!-font-size-72"
860
+ >
861
+ hello
862
+ </p>
863
+ </ForwardRef(Base)>
864
+ </ForwardRef(Typography)>
865
+ </ForwardRef(NormalText)>
524
866
  </ForwardRef(Paragraph)>
525
867
  `;
526
868
 
527
- exports[`renders the Paragraph with variant=normal, fontSize=72 and fontWeight="bold 1`] = `
869
+ exports[`renders the Paragraph with size=normal, fontSize=72 and fontWeight="bold 1`] = `
528
870
  <ForwardRef(Paragraph)
529
- fontSize="72"
871
+ fontSize={72}
530
872
  fontWeight="bold"
531
- variant="md"
873
+ size="md"
532
874
  >
533
- <ForwardRef(Base)
875
+ <ForwardRef(NormalText)
534
876
  as="p"
535
- className="govgr-!-font-weight-bold govgr-!-font-size-72 govgr-body"
877
+ fontSize={72}
878
+ fontWeight="bold"
879
+ size="md"
536
880
  >
537
- <p
538
- className="govgr-!-font-weight-bold govgr-!-font-size-72 govgr-body"
881
+ <ForwardRef(Typography)
882
+ as="p"
883
+ className="govgr-body"
884
+ fontSize={72}
885
+ fontWeight="bold"
539
886
  >
540
- hello
541
- </p>
542
- </ForwardRef(Base)>
887
+ <ForwardRef(Base)
888
+ as="p"
889
+ className="govgr-body govgr-!-font-weight-bold govgr-!-font-size-72"
890
+ >
891
+ <p
892
+ className="govgr-body govgr-!-font-weight-bold govgr-!-font-size-72"
893
+ >
894
+ hello
895
+ </p>
896
+ </ForwardRef(Base)>
897
+ </ForwardRef(Typography)>
898
+ </ForwardRef(NormalText)>
543
899
  </ForwardRef(Paragraph)>
544
900
  `;
545
901
 
546
- exports[`renders the Paragraph with variant=normal, fontSize=72 and fontWeight="regular 1`] = `
902
+ exports[`renders the Paragraph with size=normal, fontSize=72 and fontWeight="regular 1`] = `
547
903
  <ForwardRef(Paragraph)
548
- fontSize="72"
904
+ fontSize={72}
549
905
  fontWeight="regular"
550
- variant="md"
906
+ size="md"
551
907
  >
552
- <ForwardRef(Base)
908
+ <ForwardRef(NormalText)
553
909
  as="p"
554
- className="govgr-!-font-weight-regular govgr-!-font-size-72 govgr-body"
910
+ fontSize={72}
911
+ fontWeight="regular"
912
+ size="md"
555
913
  >
556
- <p
557
- className="govgr-!-font-weight-regular govgr-!-font-size-72 govgr-body"
914
+ <ForwardRef(Typography)
915
+ as="p"
916
+ className="govgr-body"
917
+ fontSize={72}
918
+ fontWeight="regular"
558
919
  >
559
- hello
560
- </p>
561
- </ForwardRef(Base)>
920
+ <ForwardRef(Base)
921
+ as="p"
922
+ className="govgr-body govgr-!-font-weight-regular govgr-!-font-size-72"
923
+ >
924
+ <p
925
+ className="govgr-body govgr-!-font-weight-regular govgr-!-font-size-72"
926
+ >
927
+ hello
928
+ </p>
929
+ </ForwardRef(Base)>
930
+ </ForwardRef(Typography)>
931
+ </ForwardRef(NormalText)>
562
932
  </ForwardRef(Paragraph)>
563
933
  `;
564
934
 
565
- exports[`renders the Paragraph with variant=small 1`] = `
935
+ exports[`renders the Paragraph with size=small 1`] = `
566
936
  <ForwardRef(Paragraph)
567
- variant="sm"
937
+ size="sm"
568
938
  >
569
- <ForwardRef(Base)
939
+ <ForwardRef(NormalText)
570
940
  as="p"
571
- className="govgr-body-sm govgr-body"
941
+ size="sm"
572
942
  >
573
- <p
943
+ <ForwardRef(Typography)
944
+ as="p"
574
945
  className="govgr-body-sm govgr-body"
575
946
  >
576
- hello
577
- </p>
578
- </ForwardRef(Base)>
947
+ <ForwardRef(Base)
948
+ as="p"
949
+ className="govgr-body-sm govgr-body"
950
+ >
951
+ <p
952
+ className="govgr-body-sm govgr-body"
953
+ >
954
+ hello
955
+ </p>
956
+ </ForwardRef(Base)>
957
+ </ForwardRef(Typography)>
958
+ </ForwardRef(NormalText)>
579
959
  </ForwardRef(Paragraph)>
580
960
  `;
581
961
 
582
- exports[`renders the Paragraph with variant=small and fontSize=14 1`] = `
962
+ exports[`renders the Paragraph with size=small and fontSize=14 1`] = `
583
963
  <ForwardRef(Paragraph)
584
- fontSize="14"
585
- variant="sm"
964
+ fontSize={14}
965
+ size="sm"
586
966
  >
587
- <ForwardRef(Base)
967
+ <ForwardRef(NormalText)
588
968
  as="p"
589
- className="govgr-!-font-size-14 govgr-body-sm govgr-body"
969
+ fontSize={14}
970
+ size="sm"
590
971
  >
591
- <p
592
- className="govgr-!-font-size-14 govgr-body-sm govgr-body"
972
+ <ForwardRef(Typography)
973
+ as="p"
974
+ className="govgr-body-sm govgr-body"
975
+ fontSize={14}
593
976
  >
594
- hello
595
- </p>
596
- </ForwardRef(Base)>
977
+ <ForwardRef(Base)
978
+ as="p"
979
+ className="govgr-body-sm govgr-body govgr-!-font-size-14"
980
+ >
981
+ <p
982
+ className="govgr-body-sm govgr-body govgr-!-font-size-14"
983
+ >
984
+ hello
985
+ </p>
986
+ </ForwardRef(Base)>
987
+ </ForwardRef(Typography)>
988
+ </ForwardRef(NormalText)>
597
989
  </ForwardRef(Paragraph)>
598
990
  `;
599
991
 
600
- exports[`renders the Paragraph with variant=small and fontSize=16 1`] = `
992
+ exports[`renders the Paragraph with size=small and fontSize=16 1`] = `
601
993
  <ForwardRef(Paragraph)
602
- fontSize="16"
603
- variant="sm"
994
+ fontSize={16}
995
+ size="sm"
604
996
  >
605
- <ForwardRef(Base)
997
+ <ForwardRef(NormalText)
606
998
  as="p"
607
- className="govgr-!-font-size-16 govgr-body-sm govgr-body"
999
+ fontSize={16}
1000
+ size="sm"
608
1001
  >
609
- <p
610
- className="govgr-!-font-size-16 govgr-body-sm govgr-body"
1002
+ <ForwardRef(Typography)
1003
+ as="p"
1004
+ className="govgr-body-sm govgr-body"
1005
+ fontSize={16}
611
1006
  >
612
- hello
613
- </p>
614
- </ForwardRef(Base)>
1007
+ <ForwardRef(Base)
1008
+ as="p"
1009
+ className="govgr-body-sm govgr-body govgr-!-font-size-16"
1010
+ >
1011
+ <p
1012
+ className="govgr-body-sm govgr-body govgr-!-font-size-16"
1013
+ >
1014
+ hello
1015
+ </p>
1016
+ </ForwardRef(Base)>
1017
+ </ForwardRef(Typography)>
1018
+ </ForwardRef(NormalText)>
615
1019
  </ForwardRef(Paragraph)>
616
1020
  `;
617
1021
 
618
- exports[`renders the Paragraph with variant=small and fontSize=19 1`] = `
1022
+ exports[`renders the Paragraph with size=small and fontSize=19 1`] = `
619
1023
  <ForwardRef(Paragraph)
620
- fontSize="19"
621
- variant="sm"
1024
+ fontSize={19}
1025
+ size="sm"
622
1026
  >
623
- <ForwardRef(Base)
1027
+ <ForwardRef(NormalText)
624
1028
  as="p"
625
- className="govgr-!-font-size-19 govgr-body-sm govgr-body"
1029
+ fontSize={19}
1030
+ size="sm"
626
1031
  >
627
- <p
628
- className="govgr-!-font-size-19 govgr-body-sm govgr-body"
1032
+ <ForwardRef(Typography)
1033
+ as="p"
1034
+ className="govgr-body-sm govgr-body"
1035
+ fontSize={19}
629
1036
  >
630
- hello
631
- </p>
632
- </ForwardRef(Base)>
1037
+ <ForwardRef(Base)
1038
+ as="p"
1039
+ className="govgr-body-sm govgr-body govgr-!-font-size-19"
1040
+ >
1041
+ <p
1042
+ className="govgr-body-sm govgr-body govgr-!-font-size-19"
1043
+ >
1044
+ hello
1045
+ </p>
1046
+ </ForwardRef(Base)>
1047
+ </ForwardRef(Typography)>
1048
+ </ForwardRef(NormalText)>
633
1049
  </ForwardRef(Paragraph)>
634
1050
  `;
635
1051
 
636
- exports[`renders the Paragraph with variant=small and fontSize=24 1`] = `
1052
+ exports[`renders the Paragraph with size=small and fontSize=24 1`] = `
637
1053
  <ForwardRef(Paragraph)
638
- fontSize="14"
639
- variant="sm"
1054
+ fontSize={14}
1055
+ size="sm"
640
1056
  >
641
- <ForwardRef(Base)
1057
+ <ForwardRef(NormalText)
642
1058
  as="p"
643
- className="govgr-!-font-size-14 govgr-body-sm govgr-body"
1059
+ fontSize={14}
1060
+ size="sm"
644
1061
  >
645
- <p
646
- className="govgr-!-font-size-14 govgr-body-sm govgr-body"
1062
+ <ForwardRef(Typography)
1063
+ as="p"
1064
+ className="govgr-body-sm govgr-body"
1065
+ fontSize={14}
647
1066
  >
648
- hello
649
- </p>
650
- </ForwardRef(Base)>
1067
+ <ForwardRef(Base)
1068
+ as="p"
1069
+ className="govgr-body-sm govgr-body govgr-!-font-size-14"
1070
+ >
1071
+ <p
1072
+ className="govgr-body-sm govgr-body govgr-!-font-size-14"
1073
+ >
1074
+ hello
1075
+ </p>
1076
+ </ForwardRef(Base)>
1077
+ </ForwardRef(Typography)>
1078
+ </ForwardRef(NormalText)>
651
1079
  </ForwardRef(Paragraph)>
652
1080
  `;
653
1081
 
654
- exports[`renders the Paragraph with variant=small and fontSize=30 1`] = `
1082
+ exports[`renders the Paragraph with size=small and fontSize=30 1`] = `
655
1083
  <ForwardRef(Paragraph)
656
- fontSize="30"
657
- variant="sm"
1084
+ fontSize={30}
1085
+ size="sm"
658
1086
  >
659
- <ForwardRef(Base)
1087
+ <ForwardRef(NormalText)
660
1088
  as="p"
661
- className="govgr-!-font-size-30 govgr-body-sm govgr-body"
1089
+ fontSize={30}
1090
+ size="sm"
662
1091
  >
663
- <p
664
- className="govgr-!-font-size-30 govgr-body-sm govgr-body"
1092
+ <ForwardRef(Typography)
1093
+ as="p"
1094
+ className="govgr-body-sm govgr-body"
1095
+ fontSize={30}
665
1096
  >
666
- hello
667
- </p>
668
- </ForwardRef(Base)>
1097
+ <ForwardRef(Base)
1098
+ as="p"
1099
+ className="govgr-body-sm govgr-body govgr-!-font-size-30"
1100
+ >
1101
+ <p
1102
+ className="govgr-body-sm govgr-body govgr-!-font-size-30"
1103
+ >
1104
+ hello
1105
+ </p>
1106
+ </ForwardRef(Base)>
1107
+ </ForwardRef(Typography)>
1108
+ </ForwardRef(NormalText)>
669
1109
  </ForwardRef(Paragraph)>
670
1110
  `;
671
1111
 
672
- exports[`renders the Paragraph with variant=small and fontSize=36 1`] = `
1112
+ exports[`renders the Paragraph with size=small and fontSize=36 1`] = `
673
1113
  <ForwardRef(Paragraph)
674
- fontSize="36"
675
- variant="sm"
1114
+ fontSize={36}
1115
+ size="sm"
676
1116
  >
677
- <ForwardRef(Base)
1117
+ <ForwardRef(NormalText)
678
1118
  as="p"
679
- className="govgr-!-font-size-36 govgr-body-sm govgr-body"
1119
+ fontSize={36}
1120
+ size="sm"
680
1121
  >
681
- <p
682
- className="govgr-!-font-size-36 govgr-body-sm govgr-body"
1122
+ <ForwardRef(Typography)
1123
+ as="p"
1124
+ className="govgr-body-sm govgr-body"
1125
+ fontSize={36}
683
1126
  >
684
- hello
685
- </p>
686
- </ForwardRef(Base)>
1127
+ <ForwardRef(Base)
1128
+ as="p"
1129
+ className="govgr-body-sm govgr-body govgr-!-font-size-36"
1130
+ >
1131
+ <p
1132
+ className="govgr-body-sm govgr-body govgr-!-font-size-36"
1133
+ >
1134
+ hello
1135
+ </p>
1136
+ </ForwardRef(Base)>
1137
+ </ForwardRef(Typography)>
1138
+ </ForwardRef(NormalText)>
687
1139
  </ForwardRef(Paragraph)>
688
1140
  `;
689
1141
 
690
- exports[`renders the Paragraph with variant=small and fontSize=48 1`] = `
1142
+ exports[`renders the Paragraph with size=small and fontSize=48 1`] = `
691
1143
  <ForwardRef(Paragraph)
692
- fontSize="48"
693
- variant="sm"
1144
+ fontSize={48}
1145
+ size="sm"
694
1146
  >
695
- <ForwardRef(Base)
1147
+ <ForwardRef(NormalText)
696
1148
  as="p"
697
- className="govgr-!-font-size-48 govgr-body-sm govgr-body"
1149
+ fontSize={48}
1150
+ size="sm"
698
1151
  >
699
- <p
700
- className="govgr-!-font-size-48 govgr-body-sm govgr-body"
1152
+ <ForwardRef(Typography)
1153
+ as="p"
1154
+ className="govgr-body-sm govgr-body"
1155
+ fontSize={48}
701
1156
  >
702
- hello
703
- </p>
704
- </ForwardRef(Base)>
1157
+ <ForwardRef(Base)
1158
+ as="p"
1159
+ className="govgr-body-sm govgr-body govgr-!-font-size-48"
1160
+ >
1161
+ <p
1162
+ className="govgr-body-sm govgr-body govgr-!-font-size-48"
1163
+ >
1164
+ hello
1165
+ </p>
1166
+ </ForwardRef(Base)>
1167
+ </ForwardRef(Typography)>
1168
+ </ForwardRef(NormalText)>
705
1169
  </ForwardRef(Paragraph)>
706
1170
  `;
707
1171
 
708
- exports[`renders the Paragraph with variant=small and fontSize=72 1`] = `
1172
+ exports[`renders the Paragraph with size=small and fontSize=72 1`] = `
709
1173
  <ForwardRef(Paragraph)
710
- fontSize="72"
711
- variant="sm"
1174
+ fontSize={72}
1175
+ size="sm"
712
1176
  >
713
- <ForwardRef(Base)
1177
+ <ForwardRef(NormalText)
714
1178
  as="p"
715
- className="govgr-!-font-size-72 govgr-body-sm govgr-body"
1179
+ fontSize={72}
1180
+ size="sm"
716
1181
  >
717
- <p
718
- className="govgr-!-font-size-72 govgr-body-sm govgr-body"
1182
+ <ForwardRef(Typography)
1183
+ as="p"
1184
+ className="govgr-body-sm govgr-body"
1185
+ fontSize={72}
719
1186
  >
720
- hello
721
- </p>
722
- </ForwardRef(Base)>
1187
+ <ForwardRef(Base)
1188
+ as="p"
1189
+ className="govgr-body-sm govgr-body govgr-!-font-size-72"
1190
+ >
1191
+ <p
1192
+ className="govgr-body-sm govgr-body govgr-!-font-size-72"
1193
+ >
1194
+ hello
1195
+ </p>
1196
+ </ForwardRef(Base)>
1197
+ </ForwardRef(Typography)>
1198
+ </ForwardRef(NormalText)>
723
1199
  </ForwardRef(Paragraph)>
724
1200
  `;