@digigov/react-core 1.0.0-002c630d → 1.0.0-480e3d97

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