@digigov/react-core 1.0.0-002c630d → 1.0.0-079f34f3d

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