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

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