@digigov/react-core 1.0.0-002c630d → 1.0.0-21c8c3dc

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