@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,185 @@
2
2
 
3
3
  exports[`renders the NormalText with fontSize=14 1`] = `
4
4
  <ForwardRef(NormalText)
5
- fontSize="14"
5
+ fontSize={14}
6
6
  >
7
- <ForwardRef(Base)
7
+ <ForwardRef(Typography)
8
8
  as="span"
9
- className="govgr-!-font-size-14 govgr-body"
9
+ className="govgr-body"
10
+ fontSize={14}
10
11
  >
11
- <span
12
- className="govgr-!-font-size-14 govgr-body"
12
+ <ForwardRef(Base)
13
+ as="span"
14
+ className="govgr-body govgr-!-font-size-14"
13
15
  >
14
- hello
15
- </span>
16
- </ForwardRef(Base)>
16
+ <span
17
+ className="govgr-body govgr-!-font-size-14"
18
+ >
19
+ hello
20
+ </span>
21
+ </ForwardRef(Base)>
22
+ </ForwardRef(Typography)>
17
23
  </ForwardRef(NormalText)>
18
24
  `;
19
25
 
20
26
  exports[`renders the NormalText with fontSize=16 1`] = `
21
27
  <ForwardRef(NormalText)
22
- fontSize="16"
28
+ fontSize={16}
23
29
  >
24
- <ForwardRef(Base)
30
+ <ForwardRef(Typography)
25
31
  as="span"
26
- className="govgr-!-font-size-16 govgr-body"
32
+ className="govgr-body"
33
+ fontSize={16}
27
34
  >
28
- <span
29
- className="govgr-!-font-size-16 govgr-body"
35
+ <ForwardRef(Base)
36
+ as="span"
37
+ className="govgr-body govgr-!-font-size-16"
30
38
  >
31
- hello
32
- </span>
33
- </ForwardRef(Base)>
39
+ <span
40
+ className="govgr-body govgr-!-font-size-16"
41
+ >
42
+ hello
43
+ </span>
44
+ </ForwardRef(Base)>
45
+ </ForwardRef(Typography)>
34
46
  </ForwardRef(NormalText)>
35
47
  `;
36
48
 
37
49
  exports[`renders the NormalText with fontSize=19 1`] = `
38
50
  <ForwardRef(NormalText)
39
- fontSize="19"
51
+ fontSize={19}
40
52
  >
41
- <ForwardRef(Base)
53
+ <ForwardRef(Typography)
42
54
  as="span"
43
- className="govgr-!-font-size-19 govgr-body"
55
+ className="govgr-body"
56
+ fontSize={19}
44
57
  >
45
- <span
46
- className="govgr-!-font-size-19 govgr-body"
58
+ <ForwardRef(Base)
59
+ as="span"
60
+ className="govgr-body govgr-!-font-size-19"
47
61
  >
48
- hello
49
- </span>
50
- </ForwardRef(Base)>
62
+ <span
63
+ className="govgr-body govgr-!-font-size-19"
64
+ >
65
+ hello
66
+ </span>
67
+ </ForwardRef(Base)>
68
+ </ForwardRef(Typography)>
51
69
  </ForwardRef(NormalText)>
52
70
  `;
53
71
 
54
72
  exports[`renders the NormalText with fontSize=24 1`] = `
55
73
  <ForwardRef(NormalText)
56
- fontSize="24"
74
+ fontSize={24}
57
75
  >
58
- <ForwardRef(Base)
76
+ <ForwardRef(Typography)
59
77
  as="span"
60
- className="govgr-!-font-size-24 govgr-body"
78
+ className="govgr-body"
79
+ fontSize={24}
61
80
  >
62
- <span
63
- className="govgr-!-font-size-24 govgr-body"
81
+ <ForwardRef(Base)
82
+ as="span"
83
+ className="govgr-body govgr-!-font-size-24"
64
84
  >
65
- hello
66
- </span>
67
- </ForwardRef(Base)>
85
+ <span
86
+ className="govgr-body govgr-!-font-size-24"
87
+ >
88
+ hello
89
+ </span>
90
+ </ForwardRef(Base)>
91
+ </ForwardRef(Typography)>
68
92
  </ForwardRef(NormalText)>
69
93
  `;
70
94
 
71
95
  exports[`renders the NormalText with fontSize=30 1`] = `
72
96
  <ForwardRef(NormalText)
73
- fontSize="30"
97
+ fontSize={30}
74
98
  >
75
- <ForwardRef(Base)
99
+ <ForwardRef(Typography)
76
100
  as="span"
77
- className="govgr-!-font-size-30 govgr-body"
101
+ className="govgr-body"
102
+ fontSize={30}
78
103
  >
79
- <span
80
- className="govgr-!-font-size-30 govgr-body"
104
+ <ForwardRef(Base)
105
+ as="span"
106
+ className="govgr-body govgr-!-font-size-30"
81
107
  >
82
- hello
83
- </span>
84
- </ForwardRef(Base)>
108
+ <span
109
+ className="govgr-body govgr-!-font-size-30"
110
+ >
111
+ hello
112
+ </span>
113
+ </ForwardRef(Base)>
114
+ </ForwardRef(Typography)>
85
115
  </ForwardRef(NormalText)>
86
116
  `;
87
117
 
88
118
  exports[`renders the NormalText with fontSize=36 1`] = `
89
119
  <ForwardRef(NormalText)
90
- fontSize="36"
120
+ fontSize={36}
91
121
  >
92
- <ForwardRef(Base)
122
+ <ForwardRef(Typography)
93
123
  as="span"
94
- className="govgr-!-font-size-36 govgr-body"
124
+ className="govgr-body"
125
+ fontSize={36}
95
126
  >
96
- <span
97
- className="govgr-!-font-size-36 govgr-body"
127
+ <ForwardRef(Base)
128
+ as="span"
129
+ className="govgr-body govgr-!-font-size-36"
98
130
  >
99
- hello
100
- </span>
101
- </ForwardRef(Base)>
131
+ <span
132
+ className="govgr-body govgr-!-font-size-36"
133
+ >
134
+ hello
135
+ </span>
136
+ </ForwardRef(Base)>
137
+ </ForwardRef(Typography)>
102
138
  </ForwardRef(NormalText)>
103
139
  `;
104
140
 
105
141
  exports[`renders the NormalText with fontSize=48 1`] = `
106
142
  <ForwardRef(NormalText)
107
- fontSize="48"
143
+ fontSize={48}
108
144
  >
109
- <ForwardRef(Base)
145
+ <ForwardRef(Typography)
110
146
  as="span"
111
- className="govgr-!-font-size-48 govgr-body"
147
+ className="govgr-body"
148
+ fontSize={48}
112
149
  >
113
- <span
114
- className="govgr-!-font-size-48 govgr-body"
150
+ <ForwardRef(Base)
151
+ as="span"
152
+ className="govgr-body govgr-!-font-size-48"
115
153
  >
116
- hello
117
- </span>
118
- </ForwardRef(Base)>
154
+ <span
155
+ className="govgr-body govgr-!-font-size-48"
156
+ >
157
+ hello
158
+ </span>
159
+ </ForwardRef(Base)>
160
+ </ForwardRef(Typography)>
119
161
  </ForwardRef(NormalText)>
120
162
  `;
121
163
 
122
164
  exports[`renders the NormalText with fontSize=72 1`] = `
123
165
  <ForwardRef(NormalText)
124
- fontSize="72"
166
+ fontSize={72}
125
167
  >
126
- <ForwardRef(Base)
168
+ <ForwardRef(Typography)
127
169
  as="span"
128
- className="govgr-!-font-size-72 govgr-body"
170
+ className="govgr-body"
171
+ fontSize={72}
129
172
  >
130
- <span
131
- className="govgr-!-font-size-72 govgr-body"
173
+ <ForwardRef(Base)
174
+ as="span"
175
+ className="govgr-body govgr-!-font-size-72"
132
176
  >
133
- hello
134
- </span>
135
- </ForwardRef(Base)>
177
+ <span
178
+ className="govgr-body govgr-!-font-size-72"
179
+ >
180
+ hello
181
+ </span>
182
+ </ForwardRef(Base)>
183
+ </ForwardRef(Typography)>
136
184
  </ForwardRef(NormalText)>
137
185
  `;
138
186
 
@@ -140,16 +188,22 @@ exports[`renders the NormalText with fontWeight=bold 1`] = `
140
188
  <ForwardRef(NormalText)
141
189
  fontWeight="bold"
142
190
  >
143
- <ForwardRef(Base)
191
+ <ForwardRef(Typography)
144
192
  as="span"
145
- className="govgr-!-font-weight-bold govgr-body"
193
+ className="govgr-body"
194
+ fontWeight="bold"
146
195
  >
147
- <span
148
- className="govgr-!-font-weight-bold govgr-body"
196
+ <ForwardRef(Base)
197
+ as="span"
198
+ className="govgr-body govgr-!-font-weight-bold"
149
199
  >
150
- hello
151
- </span>
152
- </ForwardRef(Base)>
200
+ <span
201
+ className="govgr-body govgr-!-font-weight-bold"
202
+ >
203
+ hello
204
+ </span>
205
+ </ForwardRef(Base)>
206
+ </ForwardRef(Typography)>
153
207
  </ForwardRef(NormalText)>
154
208
  `;
155
209
 
@@ -157,551 +211,735 @@ exports[`renders the NormalText with fontWeight=regular 1`] = `
157
211
  <ForwardRef(NormalText)
158
212
  fontWeight="regular"
159
213
  >
160
- <ForwardRef(Base)
214
+ <ForwardRef(Typography)
161
215
  as="span"
162
- className="govgr-!-font-weight-regular govgr-body"
216
+ className="govgr-body"
217
+ fontWeight="regular"
163
218
  >
164
- <span
165
- className="govgr-!-font-weight-regular govgr-body"
219
+ <ForwardRef(Base)
220
+ as="span"
221
+ className="govgr-body govgr-!-font-weight-regular"
166
222
  >
167
- hello
168
- </span>
169
- </ForwardRef(Base)>
223
+ <span
224
+ className="govgr-body govgr-!-font-weight-regular"
225
+ >
226
+ hello
227
+ </span>
228
+ </ForwardRef(Base)>
229
+ </ForwardRef(Typography)>
170
230
  </ForwardRef(NormalText)>
171
231
  `;
172
232
 
173
233
  exports[`renders the NormalText with no props 1`] = `
174
234
  <ForwardRef(NormalText)>
175
- <ForwardRef(Base)
235
+ <ForwardRef(Typography)
176
236
  as="span"
177
237
  className="govgr-body"
178
238
  >
179
- <span
239
+ <ForwardRef(Base)
240
+ as="span"
180
241
  className="govgr-body"
181
242
  >
182
- hello
183
- </span>
184
- </ForwardRef(Base)>
243
+ <span
244
+ className="govgr-body"
245
+ >
246
+ hello
247
+ </span>
248
+ </ForwardRef(Base)>
249
+ </ForwardRef(Typography)>
185
250
  </ForwardRef(NormalText)>
186
251
  `;
187
252
 
188
- exports[`renders the NormalText with variant=lead 1`] = `
253
+ exports[`renders the NormalText with size=lead 1`] = `
189
254
  <ForwardRef(NormalText)
190
- variant="lg"
255
+ size="lg"
191
256
  >
192
- <ForwardRef(Base)
257
+ <ForwardRef(Typography)
193
258
  as="span"
194
259
  className="govgr-body-lg govgr-body"
195
260
  >
196
- <span
261
+ <ForwardRef(Base)
262
+ as="span"
197
263
  className="govgr-body-lg govgr-body"
198
264
  >
199
- hello
200
- </span>
201
- </ForwardRef(Base)>
265
+ <span
266
+ className="govgr-body-lg govgr-body"
267
+ >
268
+ hello
269
+ </span>
270
+ </ForwardRef(Base)>
271
+ </ForwardRef(Typography)>
202
272
  </ForwardRef(NormalText)>
203
273
  `;
204
274
 
205
- exports[`renders the NormalText with variant=lead and font size fontSize=48 1`] = `
275
+ exports[`renders the NormalText with size=lead and font size fontSize=48 1`] = `
206
276
  <ForwardRef(NormalText)
207
- fontSize="48"
208
- variant="lg"
277
+ fontSize={48}
278
+ size="lg"
209
279
  >
210
- <ForwardRef(Base)
280
+ <ForwardRef(Typography)
211
281
  as="span"
212
- className="govgr-!-font-size-48 govgr-body-lg govgr-body"
282
+ className="govgr-body-lg govgr-body"
283
+ fontSize={48}
213
284
  >
214
- <span
215
- className="govgr-!-font-size-48 govgr-body-lg govgr-body"
285
+ <ForwardRef(Base)
286
+ as="span"
287
+ className="govgr-body-lg govgr-body govgr-!-font-size-48"
216
288
  >
217
- hello
218
- </span>
219
- </ForwardRef(Base)>
289
+ <span
290
+ className="govgr-body-lg govgr-body govgr-!-font-size-48"
291
+ >
292
+ hello
293
+ </span>
294
+ </ForwardRef(Base)>
295
+ </ForwardRef(Typography)>
220
296
  </ForwardRef(NormalText)>
221
297
  `;
222
298
 
223
- exports[`renders the NormalText with variant=lead and font size fontSize=72 1`] = `
299
+ exports[`renders the NormalText with size=lead and font size fontSize=72 1`] = `
224
300
  <ForwardRef(NormalText)
225
- fontSize="72"
226
- variant="lg"
301
+ fontSize={72}
302
+ size="lg"
227
303
  >
228
- <ForwardRef(Base)
304
+ <ForwardRef(Typography)
229
305
  as="span"
230
- className="govgr-!-font-size-72 govgr-body-lg govgr-body"
306
+ className="govgr-body-lg govgr-body"
307
+ fontSize={72}
231
308
  >
232
- <span
233
- className="govgr-!-font-size-72 govgr-body-lg govgr-body"
309
+ <ForwardRef(Base)
310
+ as="span"
311
+ className="govgr-body-lg govgr-body govgr-!-font-size-72"
234
312
  >
235
- hello
236
- </span>
237
- </ForwardRef(Base)>
313
+ <span
314
+ className="govgr-body-lg govgr-body govgr-!-font-size-72"
315
+ >
316
+ hello
317
+ </span>
318
+ </ForwardRef(Base)>
319
+ </ForwardRef(Typography)>
238
320
  </ForwardRef(NormalText)>
239
321
  `;
240
322
 
241
- exports[`renders the NormalText with variant=lead and fontSize=14 1`] = `
323
+ exports[`renders the NormalText with size=lead and fontSize=14 1`] = `
242
324
  <ForwardRef(NormalText)
243
- fontSize="14"
244
- variant="lg"
325
+ fontSize={14}
326
+ size="lg"
245
327
  >
246
- <ForwardRef(Base)
328
+ <ForwardRef(Typography)
247
329
  as="span"
248
- className="govgr-!-font-size-14 govgr-body-lg govgr-body"
330
+ className="govgr-body-lg govgr-body"
331
+ fontSize={14}
249
332
  >
250
- <span
251
- className="govgr-!-font-size-14 govgr-body-lg govgr-body"
333
+ <ForwardRef(Base)
334
+ as="span"
335
+ className="govgr-body-lg govgr-body govgr-!-font-size-14"
252
336
  >
253
- hello
254
- </span>
255
- </ForwardRef(Base)>
337
+ <span
338
+ className="govgr-body-lg govgr-body govgr-!-font-size-14"
339
+ >
340
+ hello
341
+ </span>
342
+ </ForwardRef(Base)>
343
+ </ForwardRef(Typography)>
256
344
  </ForwardRef(NormalText)>
257
345
  `;
258
346
 
259
- exports[`renders the NormalText with variant=lead and fontSize=19 1`] = `
347
+ exports[`renders the NormalText with size=lead and fontSize=19 1`] = `
260
348
  <ForwardRef(NormalText)
261
- fontSize="19"
262
- variant="lg"
349
+ fontSize={19}
350
+ size="lg"
263
351
  >
264
- <ForwardRef(Base)
352
+ <ForwardRef(Typography)
265
353
  as="span"
266
- className="govgr-!-font-size-19 govgr-body-lg govgr-body"
354
+ className="govgr-body-lg govgr-body"
355
+ fontSize={19}
267
356
  >
268
- <span
269
- className="govgr-!-font-size-19 govgr-body-lg govgr-body"
357
+ <ForwardRef(Base)
358
+ as="span"
359
+ className="govgr-body-lg govgr-body govgr-!-font-size-19"
270
360
  >
271
- hello
272
- </span>
273
- </ForwardRef(Base)>
361
+ <span
362
+ className="govgr-body-lg govgr-body govgr-!-font-size-19"
363
+ >
364
+ hello
365
+ </span>
366
+ </ForwardRef(Base)>
367
+ </ForwardRef(Typography)>
274
368
  </ForwardRef(NormalText)>
275
369
  `;
276
370
 
277
- exports[`renders the NormalText with variant=lead and fontSize=24 1`] = `
371
+ exports[`renders the NormalText with size=lead and fontSize=24 1`] = `
278
372
  <ForwardRef(NormalText)
279
- fontSize="24"
280
- variant="lg"
373
+ fontSize={24}
374
+ size="lg"
281
375
  >
282
- <ForwardRef(Base)
376
+ <ForwardRef(Typography)
283
377
  as="span"
284
- className="govgr-!-font-size-24 govgr-body-lg govgr-body"
378
+ className="govgr-body-lg govgr-body"
379
+ fontSize={24}
285
380
  >
286
- <span
287
- className="govgr-!-font-size-24 govgr-body-lg govgr-body"
381
+ <ForwardRef(Base)
382
+ as="span"
383
+ className="govgr-body-lg govgr-body govgr-!-font-size-24"
288
384
  >
289
- hello
290
- </span>
291
- </ForwardRef(Base)>
385
+ <span
386
+ className="govgr-body-lg govgr-body govgr-!-font-size-24"
387
+ >
388
+ hello
389
+ </span>
390
+ </ForwardRef(Base)>
391
+ </ForwardRef(Typography)>
292
392
  </ForwardRef(NormalText)>
293
393
  `;
294
394
 
295
- exports[`renders the NormalText with variant=lead and fontSize=30 1`] = `
395
+ exports[`renders the NormalText with size=lead and fontSize=30 1`] = `
296
396
  <ForwardRef(NormalText)
297
- fontSize="30"
298
- variant="lg"
397
+ fontSize={30}
398
+ size="lg"
299
399
  >
300
- <ForwardRef(Base)
400
+ <ForwardRef(Typography)
301
401
  as="span"
302
- className="govgr-!-font-size-30 govgr-body-lg govgr-body"
402
+ className="govgr-body-lg govgr-body"
403
+ fontSize={30}
303
404
  >
304
- <span
305
- className="govgr-!-font-size-30 govgr-body-lg govgr-body"
405
+ <ForwardRef(Base)
406
+ as="span"
407
+ className="govgr-body-lg govgr-body govgr-!-font-size-30"
306
408
  >
307
- hello
308
- </span>
309
- </ForwardRef(Base)>
409
+ <span
410
+ className="govgr-body-lg govgr-body govgr-!-font-size-30"
411
+ >
412
+ hello
413
+ </span>
414
+ </ForwardRef(Base)>
415
+ </ForwardRef(Typography)>
310
416
  </ForwardRef(NormalText)>
311
417
  `;
312
418
 
313
- exports[`renders the NormalText with variant=lead and fontSize=36 1`] = `
419
+ exports[`renders the NormalText with size=lead and fontSize=36 1`] = `
314
420
  <ForwardRef(NormalText)
315
- fontSize="36"
316
- variant="lg"
421
+ fontSize={36}
422
+ size="lg"
317
423
  >
318
- <ForwardRef(Base)
424
+ <ForwardRef(Typography)
319
425
  as="span"
320
- className="govgr-!-font-size-36 govgr-body-lg govgr-body"
426
+ className="govgr-body-lg govgr-body"
427
+ fontSize={36}
321
428
  >
322
- <span
323
- className="govgr-!-font-size-36 govgr-body-lg govgr-body"
429
+ <ForwardRef(Base)
430
+ as="span"
431
+ className="govgr-body-lg govgr-body govgr-!-font-size-36"
324
432
  >
325
- hello
326
- </span>
327
- </ForwardRef(Base)>
433
+ <span
434
+ className="govgr-body-lg govgr-body govgr-!-font-size-36"
435
+ >
436
+ hello
437
+ </span>
438
+ </ForwardRef(Base)>
439
+ </ForwardRef(Typography)>
328
440
  </ForwardRef(NormalText)>
329
441
  `;
330
442
 
331
- exports[`renders the NormalText with variant=lead and fontSize=36 2`] = `
443
+ exports[`renders the NormalText with size=lead and fontSize=36 2`] = `
332
444
  <ForwardRef(NormalText)
333
- fontSize="36"
334
- variant="lg"
445
+ fontSize={36}
446
+ size="lg"
335
447
  >
336
- <ForwardRef(Base)
448
+ <ForwardRef(Typography)
337
449
  as="span"
338
- className="govgr-!-font-size-36 govgr-body-lg govgr-body"
450
+ className="govgr-body-lg govgr-body"
451
+ fontSize={36}
339
452
  >
340
- <span
341
- className="govgr-!-font-size-36 govgr-body-lg govgr-body"
453
+ <ForwardRef(Base)
454
+ as="span"
455
+ className="govgr-body-lg govgr-body govgr-!-font-size-36"
342
456
  >
343
- hello
344
- </span>
345
- </ForwardRef(Base)>
457
+ <span
458
+ className="govgr-body-lg govgr-body govgr-!-font-size-36"
459
+ >
460
+ hello
461
+ </span>
462
+ </ForwardRef(Base)>
463
+ </ForwardRef(Typography)>
346
464
  </ForwardRef(NormalText)>
347
465
  `;
348
466
 
349
- exports[`renders the NormalText with variant=lead and ontSize=16 1`] = `
467
+ exports[`renders the NormalText with size=lead and ontSize=16 1`] = `
350
468
  <ForwardRef(NormalText)
351
- fontSize="16"
352
- variant="lg"
469
+ fontSize={16}
470
+ size="lg"
353
471
  >
354
- <ForwardRef(Base)
472
+ <ForwardRef(Typography)
355
473
  as="span"
356
- className="govgr-!-font-size-16 govgr-body-lg govgr-body"
474
+ className="govgr-body-lg govgr-body"
475
+ fontSize={16}
357
476
  >
358
- <span
359
- className="govgr-!-font-size-16 govgr-body-lg govgr-body"
477
+ <ForwardRef(Base)
478
+ as="span"
479
+ className="govgr-body-lg govgr-body govgr-!-font-size-16"
360
480
  >
361
- hello
362
- </span>
363
- </ForwardRef(Base)>
481
+ <span
482
+ className="govgr-body-lg govgr-body govgr-!-font-size-16"
483
+ >
484
+ hello
485
+ </span>
486
+ </ForwardRef(Base)>
487
+ </ForwardRef(Typography)>
364
488
  </ForwardRef(NormalText)>
365
489
  `;
366
490
 
367
- exports[`renders the NormalText with variant=normal 1`] = `
491
+ exports[`renders the NormalText with size=normal 1`] = `
368
492
  <ForwardRef(NormalText)
369
- variant="md"
493
+ size="md"
370
494
  >
371
- <ForwardRef(Base)
495
+ <ForwardRef(Typography)
372
496
  as="span"
373
497
  className="govgr-body"
374
498
  >
375
- <span
499
+ <ForwardRef(Base)
500
+ as="span"
376
501
  className="govgr-body"
377
502
  >
378
- hello
379
- </span>
380
- </ForwardRef(Base)>
503
+ <span
504
+ className="govgr-body"
505
+ >
506
+ hello
507
+ </span>
508
+ </ForwardRef(Base)>
509
+ </ForwardRef(Typography)>
381
510
  </ForwardRef(NormalText)>
382
511
  `;
383
512
 
384
- exports[`renders the NormalText with variant=normal and font size fontSize=48 1`] = `
513
+ exports[`renders the NormalText with size=normal and font size fontSize=48 1`] = `
385
514
  <ForwardRef(NormalText)
386
- fontSize="48"
387
- variant="md"
515
+ fontSize={48}
516
+ size="md"
388
517
  >
389
- <ForwardRef(Base)
518
+ <ForwardRef(Typography)
390
519
  as="span"
391
- className="govgr-!-font-size-48 govgr-body"
520
+ className="govgr-body"
521
+ fontSize={48}
392
522
  >
393
- <span
394
- className="govgr-!-font-size-48 govgr-body"
523
+ <ForwardRef(Base)
524
+ as="span"
525
+ className="govgr-body govgr-!-font-size-48"
395
526
  >
396
- hello
397
- </span>
398
- </ForwardRef(Base)>
527
+ <span
528
+ className="govgr-body govgr-!-font-size-48"
529
+ >
530
+ hello
531
+ </span>
532
+ </ForwardRef(Base)>
533
+ </ForwardRef(Typography)>
399
534
  </ForwardRef(NormalText)>
400
535
  `;
401
536
 
402
- exports[`renders the NormalText with variant=normal and font size fontSize=72 1`] = `
537
+ exports[`renders the NormalText with size=normal and font size fontSize=72 1`] = `
403
538
  <ForwardRef(NormalText)
404
- fontSize="72"
405
- variant="md"
539
+ fontSize={72}
540
+ size="md"
406
541
  >
407
- <ForwardRef(Base)
542
+ <ForwardRef(Typography)
408
543
  as="span"
409
- className="govgr-!-font-size-72 govgr-body"
544
+ className="govgr-body"
545
+ fontSize={72}
410
546
  >
411
- <span
412
- className="govgr-!-font-size-72 govgr-body"
547
+ <ForwardRef(Base)
548
+ as="span"
549
+ className="govgr-body govgr-!-font-size-72"
413
550
  >
414
- hello
415
- </span>
416
- </ForwardRef(Base)>
551
+ <span
552
+ className="govgr-body govgr-!-font-size-72"
553
+ >
554
+ hello
555
+ </span>
556
+ </ForwardRef(Base)>
557
+ </ForwardRef(Typography)>
417
558
  </ForwardRef(NormalText)>
418
559
  `;
419
560
 
420
- exports[`renders the NormalText with variant=normal and fontSize=14 1`] = `
561
+ exports[`renders the NormalText with size=normal and fontSize=14 1`] = `
421
562
  <ForwardRef(NormalText)
422
- fontSize="14"
423
- variant="md"
563
+ fontSize={14}
564
+ size="md"
424
565
  >
425
- <ForwardRef(Base)
566
+ <ForwardRef(Typography)
426
567
  as="span"
427
- className="govgr-!-font-size-14 govgr-body"
568
+ className="govgr-body"
569
+ fontSize={14}
428
570
  >
429
- <span
430
- className="govgr-!-font-size-14 govgr-body"
571
+ <ForwardRef(Base)
572
+ as="span"
573
+ className="govgr-body govgr-!-font-size-14"
431
574
  >
432
- hello
433
- </span>
434
- </ForwardRef(Base)>
575
+ <span
576
+ className="govgr-body govgr-!-font-size-14"
577
+ >
578
+ hello
579
+ </span>
580
+ </ForwardRef(Base)>
581
+ </ForwardRef(Typography)>
435
582
  </ForwardRef(NormalText)>
436
583
  `;
437
584
 
438
- exports[`renders the NormalText with variant=normal and fontSize=19 1`] = `
585
+ exports[`renders the NormalText with size=normal and fontSize=19 1`] = `
439
586
  <ForwardRef(NormalText)
440
- fontSize="19"
441
- variant="md"
587
+ fontSize={19}
588
+ size="md"
442
589
  >
443
- <ForwardRef(Base)
590
+ <ForwardRef(Typography)
444
591
  as="span"
445
- className="govgr-!-font-size-19 govgr-body"
592
+ className="govgr-body"
593
+ fontSize={19}
446
594
  >
447
- <span
448
- className="govgr-!-font-size-19 govgr-body"
595
+ <ForwardRef(Base)
596
+ as="span"
597
+ className="govgr-body govgr-!-font-size-19"
449
598
  >
450
- hello
451
- </span>
452
- </ForwardRef(Base)>
599
+ <span
600
+ className="govgr-body govgr-!-font-size-19"
601
+ >
602
+ hello
603
+ </span>
604
+ </ForwardRef(Base)>
605
+ </ForwardRef(Typography)>
453
606
  </ForwardRef(NormalText)>
454
607
  `;
455
608
 
456
- exports[`renders the NormalText with variant=normal and fontSize=24 1`] = `
609
+ exports[`renders the NormalText with size=normal and fontSize=24 1`] = `
457
610
  <ForwardRef(NormalText)
458
- fontSize="24"
459
- variant="md"
611
+ fontSize={24}
612
+ size="md"
460
613
  >
461
- <ForwardRef(Base)
614
+ <ForwardRef(Typography)
462
615
  as="span"
463
- className="govgr-!-font-size-24 govgr-body"
616
+ className="govgr-body"
617
+ fontSize={24}
464
618
  >
465
- <span
466
- className="govgr-!-font-size-24 govgr-body"
619
+ <ForwardRef(Base)
620
+ as="span"
621
+ className="govgr-body govgr-!-font-size-24"
467
622
  >
468
- hello
469
- </span>
470
- </ForwardRef(Base)>
623
+ <span
624
+ className="govgr-body govgr-!-font-size-24"
625
+ >
626
+ hello
627
+ </span>
628
+ </ForwardRef(Base)>
629
+ </ForwardRef(Typography)>
471
630
  </ForwardRef(NormalText)>
472
631
  `;
473
632
 
474
- exports[`renders the NormalText with variant=normal and fontSize=30 1`] = `
633
+ exports[`renders the NormalText with size=normal and fontSize=30 1`] = `
475
634
  <ForwardRef(NormalText)
476
- fontSize="30"
477
- variant="md"
635
+ fontSize={30}
636
+ size="md"
478
637
  >
479
- <ForwardRef(Base)
638
+ <ForwardRef(Typography)
480
639
  as="span"
481
- className="govgr-!-font-size-30 govgr-body"
640
+ className="govgr-body"
641
+ fontSize={30}
482
642
  >
483
- <span
484
- className="govgr-!-font-size-30 govgr-body"
643
+ <ForwardRef(Base)
644
+ as="span"
645
+ className="govgr-body govgr-!-font-size-30"
485
646
  >
486
- hello
487
- </span>
488
- </ForwardRef(Base)>
647
+ <span
648
+ className="govgr-body govgr-!-font-size-30"
649
+ >
650
+ hello
651
+ </span>
652
+ </ForwardRef(Base)>
653
+ </ForwardRef(Typography)>
489
654
  </ForwardRef(NormalText)>
490
655
  `;
491
656
 
492
- exports[`renders the NormalText with variant=normal and fontSize=36 1`] = `
657
+ exports[`renders the NormalText with size=normal and fontSize=36 1`] = `
493
658
  <ForwardRef(NormalText)
494
- fontSize="36"
495
- variant="md"
659
+ fontSize={36}
660
+ size="md"
496
661
  >
497
- <ForwardRef(Base)
662
+ <ForwardRef(Typography)
498
663
  as="span"
499
- className="govgr-!-font-size-36 govgr-body"
664
+ className="govgr-body"
665
+ fontSize={36}
500
666
  >
501
- <span
502
- className="govgr-!-font-size-36 govgr-body"
667
+ <ForwardRef(Base)
668
+ as="span"
669
+ className="govgr-body govgr-!-font-size-36"
503
670
  >
504
- hello
505
- </span>
506
- </ForwardRef(Base)>
671
+ <span
672
+ className="govgr-body govgr-!-font-size-36"
673
+ >
674
+ hello
675
+ </span>
676
+ </ForwardRef(Base)>
677
+ </ForwardRef(Typography)>
507
678
  </ForwardRef(NormalText)>
508
679
  `;
509
680
 
510
- exports[`renders the NormalText with variant=normal and ontSize=16 1`] = `
681
+ exports[`renders the NormalText with size=normal and ontSize=16 1`] = `
511
682
  <ForwardRef(NormalText)
512
- fontSize="16"
513
- variant="md"
683
+ fontSize={16}
684
+ size="md"
514
685
  >
515
- <ForwardRef(Base)
686
+ <ForwardRef(Typography)
516
687
  as="span"
517
- className="govgr-!-font-size-16 govgr-body"
688
+ className="govgr-body"
689
+ fontSize={16}
518
690
  >
519
- <span
520
- className="govgr-!-font-size-16 govgr-body"
691
+ <ForwardRef(Base)
692
+ as="span"
693
+ className="govgr-body govgr-!-font-size-16"
521
694
  >
522
- hello
523
- </span>
524
- </ForwardRef(Base)>
695
+ <span
696
+ className="govgr-body govgr-!-font-size-16"
697
+ >
698
+ hello
699
+ </span>
700
+ </ForwardRef(Base)>
701
+ </ForwardRef(Typography)>
525
702
  </ForwardRef(NormalText)>
526
703
  `;
527
704
 
528
- exports[`renders the NormalText with variant=small 1`] = `
705
+ exports[`renders the NormalText with size=small 1`] = `
529
706
  <ForwardRef(NormalText)
530
- variant="sm"
707
+ size="sm"
531
708
  >
532
- <ForwardRef(Base)
709
+ <ForwardRef(Typography)
533
710
  as="span"
534
711
  className="govgr-body-sm govgr-body"
535
712
  >
536
- <span
713
+ <ForwardRef(Base)
714
+ as="span"
537
715
  className="govgr-body-sm govgr-body"
538
716
  >
539
- hello
540
- </span>
541
- </ForwardRef(Base)>
717
+ <span
718
+ className="govgr-body-sm govgr-body"
719
+ >
720
+ hello
721
+ </span>
722
+ </ForwardRef(Base)>
723
+ </ForwardRef(Typography)>
542
724
  </ForwardRef(NormalText)>
543
725
  `;
544
726
 
545
- exports[`renders the NormalText with variant=small and font size fontSize=48 1`] = `
727
+ exports[`renders the NormalText with size=small and font size fontSize=48 1`] = `
546
728
  <ForwardRef(NormalText)
547
- fontSize="48"
548
- variant="sm"
729
+ fontSize={48}
730
+ size="sm"
549
731
  >
550
- <ForwardRef(Base)
732
+ <ForwardRef(Typography)
551
733
  as="span"
552
- className="govgr-!-font-size-48 govgr-body-sm govgr-body"
734
+ className="govgr-body-sm govgr-body"
735
+ fontSize={48}
553
736
  >
554
- <span
555
- className="govgr-!-font-size-48 govgr-body-sm govgr-body"
737
+ <ForwardRef(Base)
738
+ as="span"
739
+ className="govgr-body-sm govgr-body govgr-!-font-size-48"
556
740
  >
557
- hello
558
- </span>
559
- </ForwardRef(Base)>
741
+ <span
742
+ className="govgr-body-sm govgr-body govgr-!-font-size-48"
743
+ >
744
+ hello
745
+ </span>
746
+ </ForwardRef(Base)>
747
+ </ForwardRef(Typography)>
560
748
  </ForwardRef(NormalText)>
561
749
  `;
562
750
 
563
- exports[`renders the NormalText with variant=small and font size fontSize=72 1`] = `
751
+ exports[`renders the NormalText with size=small and font size fontSize=72 1`] = `
564
752
  <ForwardRef(NormalText)
565
- fontSize="72"
566
- variant="sm"
753
+ fontSize={72}
754
+ size="sm"
567
755
  >
568
- <ForwardRef(Base)
756
+ <ForwardRef(Typography)
569
757
  as="span"
570
- className="govgr-!-font-size-72 govgr-body-sm govgr-body"
758
+ className="govgr-body-sm govgr-body"
759
+ fontSize={72}
571
760
  >
572
- <span
573
- className="govgr-!-font-size-72 govgr-body-sm govgr-body"
761
+ <ForwardRef(Base)
762
+ as="span"
763
+ className="govgr-body-sm govgr-body govgr-!-font-size-72"
574
764
  >
575
- hello
576
- </span>
577
- </ForwardRef(Base)>
765
+ <span
766
+ className="govgr-body-sm govgr-body govgr-!-font-size-72"
767
+ >
768
+ hello
769
+ </span>
770
+ </ForwardRef(Base)>
771
+ </ForwardRef(Typography)>
578
772
  </ForwardRef(NormalText)>
579
773
  `;
580
774
 
581
- exports[`renders the NormalText with variant=small and fontSize=14 1`] = `
775
+ exports[`renders the NormalText with size=small and fontSize=14 1`] = `
582
776
  <ForwardRef(NormalText)
583
- fontSize="14"
584
- variant="sm"
777
+ fontSize={14}
778
+ size="sm"
585
779
  >
586
- <ForwardRef(Base)
780
+ <ForwardRef(Typography)
587
781
  as="span"
588
- className="govgr-!-font-size-14 govgr-body-sm govgr-body"
782
+ className="govgr-body-sm govgr-body"
783
+ fontSize={14}
589
784
  >
590
- <span
591
- className="govgr-!-font-size-14 govgr-body-sm govgr-body"
785
+ <ForwardRef(Base)
786
+ as="span"
787
+ className="govgr-body-sm govgr-body govgr-!-font-size-14"
592
788
  >
593
- hello
594
- </span>
595
- </ForwardRef(Base)>
789
+ <span
790
+ className="govgr-body-sm govgr-body govgr-!-font-size-14"
791
+ >
792
+ hello
793
+ </span>
794
+ </ForwardRef(Base)>
795
+ </ForwardRef(Typography)>
596
796
  </ForwardRef(NormalText)>
597
797
  `;
598
798
 
599
- exports[`renders the NormalText with variant=small and fontSize=19 1`] = `
799
+ exports[`renders the NormalText with size=small and fontSize=19 1`] = `
600
800
  <ForwardRef(NormalText)
601
- fontSize="19"
602
- variant="sm"
801
+ fontSize={19}
802
+ size="sm"
603
803
  >
604
- <ForwardRef(Base)
804
+ <ForwardRef(Typography)
605
805
  as="span"
606
- className="govgr-!-font-size-19 govgr-body-sm govgr-body"
806
+ className="govgr-body-sm govgr-body"
807
+ fontSize={19}
607
808
  >
608
- <span
609
- className="govgr-!-font-size-19 govgr-body-sm govgr-body"
809
+ <ForwardRef(Base)
810
+ as="span"
811
+ className="govgr-body-sm govgr-body govgr-!-font-size-19"
610
812
  >
611
- hello
612
- </span>
613
- </ForwardRef(Base)>
813
+ <span
814
+ className="govgr-body-sm govgr-body govgr-!-font-size-19"
815
+ >
816
+ hello
817
+ </span>
818
+ </ForwardRef(Base)>
819
+ </ForwardRef(Typography)>
614
820
  </ForwardRef(NormalText)>
615
821
  `;
616
822
 
617
- exports[`renders the NormalText with variant=small and fontSize=24 1`] = `
823
+ exports[`renders the NormalText with size=small and fontSize=24 1`] = `
618
824
  <ForwardRef(NormalText)
619
- fontSize="24"
620
- variant="sm"
825
+ fontSize={24}
826
+ size="sm"
621
827
  >
622
- <ForwardRef(Base)
828
+ <ForwardRef(Typography)
623
829
  as="span"
624
- className="govgr-!-font-size-24 govgr-body-sm govgr-body"
830
+ className="govgr-body-sm govgr-body"
831
+ fontSize={24}
625
832
  >
626
- <span
627
- className="govgr-!-font-size-24 govgr-body-sm govgr-body"
833
+ <ForwardRef(Base)
834
+ as="span"
835
+ className="govgr-body-sm govgr-body govgr-!-font-size-24"
628
836
  >
629
- hello
630
- </span>
631
- </ForwardRef(Base)>
837
+ <span
838
+ className="govgr-body-sm govgr-body govgr-!-font-size-24"
839
+ >
840
+ hello
841
+ </span>
842
+ </ForwardRef(Base)>
843
+ </ForwardRef(Typography)>
632
844
  </ForwardRef(NormalText)>
633
845
  `;
634
846
 
635
- exports[`renders the NormalText with variant=small and fontSize=30 1`] = `
847
+ exports[`renders the NormalText with size=small and fontSize=30 1`] = `
636
848
  <ForwardRef(NormalText)
637
- fontSize="30"
638
- variant="sm"
849
+ fontSize={30}
850
+ size="sm"
639
851
  >
640
- <ForwardRef(Base)
852
+ <ForwardRef(Typography)
641
853
  as="span"
642
- className="govgr-!-font-size-30 govgr-body-sm govgr-body"
854
+ className="govgr-body-sm govgr-body"
855
+ fontSize={30}
643
856
  >
644
- <span
645
- className="govgr-!-font-size-30 govgr-body-sm govgr-body"
857
+ <ForwardRef(Base)
858
+ as="span"
859
+ className="govgr-body-sm govgr-body govgr-!-font-size-30"
646
860
  >
647
- hello
648
- </span>
649
- </ForwardRef(Base)>
861
+ <span
862
+ className="govgr-body-sm govgr-body govgr-!-font-size-30"
863
+ >
864
+ hello
865
+ </span>
866
+ </ForwardRef(Base)>
867
+ </ForwardRef(Typography)>
650
868
  </ForwardRef(NormalText)>
651
869
  `;
652
870
 
653
- exports[`renders the NormalText with variant=small and ontSize=16 1`] = `
871
+ exports[`renders the NormalText with size=small and ontSize=16 1`] = `
654
872
  <ForwardRef(NormalText)
655
- fontSize="16"
656
- variant="sm"
873
+ fontSize={16}
874
+ size="sm"
657
875
  >
658
- <ForwardRef(Base)
876
+ <ForwardRef(Typography)
659
877
  as="span"
660
- className="govgr-!-font-size-16 govgr-body-sm govgr-body"
878
+ className="govgr-body-sm govgr-body"
879
+ fontSize={16}
661
880
  >
662
- <span
663
- className="govgr-!-font-size-16 govgr-body-sm govgr-body"
881
+ <ForwardRef(Base)
882
+ as="span"
883
+ className="govgr-body-sm govgr-body govgr-!-font-size-16"
664
884
  >
665
- hello
666
- </span>
667
- </ForwardRef(Base)>
885
+ <span
886
+ className="govgr-body-sm govgr-body govgr-!-font-size-16"
887
+ >
888
+ hello
889
+ </span>
890
+ </ForwardRef(Base)>
891
+ </ForwardRef(Typography)>
668
892
  </ForwardRef(NormalText)>
669
893
  `;
670
894
 
671
- exports[`renders the NormalText with variant=small, font size fontSize=72 and fontWeight=bold 1`] = `
895
+ exports[`renders the NormalText with size=small, font size fontSize=72 and fontWeight=bold 1`] = `
672
896
  <ForwardRef(NormalText)
673
- fontSize="72"
897
+ fontSize={72}
674
898
  fontWeight="bold"
675
- variant="sm"
899
+ size="sm"
676
900
  >
677
- <ForwardRef(Base)
901
+ <ForwardRef(Typography)
678
902
  as="span"
679
- className="govgr-!-font-weight-bold govgr-!-font-size-72 govgr-body-sm govgr-body"
903
+ className="govgr-body-sm govgr-body"
904
+ fontSize={72}
905
+ fontWeight="bold"
680
906
  >
681
- <span
682
- className="govgr-!-font-weight-bold govgr-!-font-size-72 govgr-body-sm govgr-body"
907
+ <ForwardRef(Base)
908
+ as="span"
909
+ className="govgr-body-sm govgr-body govgr-!-font-weight-bold govgr-!-font-size-72"
683
910
  >
684
- hello
685
- </span>
686
- </ForwardRef(Base)>
911
+ <span
912
+ className="govgr-body-sm govgr-body govgr-!-font-weight-bold govgr-!-font-size-72"
913
+ >
914
+ hello
915
+ </span>
916
+ </ForwardRef(Base)>
917
+ </ForwardRef(Typography)>
687
918
  </ForwardRef(NormalText)>
688
919
  `;
689
920
 
690
- exports[`renders the NormalText with variant=small, font size fontSize=72 and fontWeight=regular 1`] = `
921
+ exports[`renders the NormalText with size=small, font size fontSize=72 and fontWeight=regular 1`] = `
691
922
  <ForwardRef(NormalText)
692
- fontSize="72"
923
+ fontSize={72}
693
924
  fontWeight="regular"
694
- variant="sm"
925
+ size="sm"
695
926
  >
696
- <ForwardRef(Base)
927
+ <ForwardRef(Typography)
697
928
  as="span"
698
- className="govgr-!-font-weight-regular govgr-!-font-size-72 govgr-body-sm govgr-body"
699
- >
700
- <span
701
- className="govgr-!-font-weight-regular govgr-!-font-size-72 govgr-body-sm govgr-body"
702
- >
703
- hello
704
- </span>
705
- </ForwardRef(Base)>
929
+ className="govgr-body-sm govgr-body"
930
+ fontSize={72}
931
+ fontWeight="regular"
932
+ >
933
+ <ForwardRef(Base)
934
+ as="span"
935
+ className="govgr-body-sm govgr-body govgr-!-font-weight-regular govgr-!-font-size-72"
936
+ >
937
+ <span
938
+ className="govgr-body-sm govgr-body govgr-!-font-weight-regular govgr-!-font-size-72"
939
+ >
940
+ hello
941
+ </span>
942
+ </ForwardRef(Base)>
943
+ </ForwardRef(Typography)>
706
944
  </ForwardRef(NormalText)>
707
945
  `;