@digigov/react-core 1.0.0-002c630d → 1.0.0-290a96e2

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