@digigov/react-core 1.0.0-6b93ebf2 → 1.0.0-77ee23d9

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 (1161) hide show
  1. package/AccessibilityMenuButton/index.js +1 -1
  2. package/Accordion/__snapshots__/index.test.tsx.snap +2 -2
  3. package/Accordion/index.d.ts +19 -1
  4. package/Accordion/index.js +7 -2
  5. package/AccordionSection/index.d.ts +1 -2
  6. package/AccordionSection/index.js +2 -4
  7. package/AdminAside/index.d.ts +1 -1
  8. package/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
  9. package/AdminContainer/index.d.ts +4 -4
  10. package/AdminContainer/index.js +6 -5
  11. package/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +16 -0
  12. package/{AdminHeaderSection → AdminHeaderContent}/index.d.ts +4 -4
  13. package/{AdminHeaderSection → AdminHeaderContent}/index.js +6 -6
  14. package/{AdminHeaderSection → AdminHeaderContent}/index.spec.js +3 -3
  15. package/AdminLayout/index.js +1 -1
  16. package/AdminMain/index.d.ts +1 -1
  17. package/AdminTopSection/index.d.ts +16 -1
  18. package/AdminTopSection/index.js +6 -3
  19. package/Aside/__snapshots__/index.test.tsx.snap +16 -7
  20. package/Aside/index.d.ts +5 -5
  21. package/Aside/index.js +9 -5
  22. package/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +2 -2
  23. package/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +2 -2
  24. package/AutoCompleteWrapper/index.d.ts +12 -11
  25. package/AutoCompleteWrapper/index.js +3 -3
  26. package/BackLink/__snapshots__/index.test.tsx.snap +14 -4
  27. package/BannerContainer/__snapshots__/index.test.tsx.snap +16 -0
  28. package/Base/index.d.ts +2 -0
  29. package/Base/index.js +3 -2
  30. package/BottomInfo/__snapshots__/index.test.tsx.snap +25 -0
  31. package/BottomInfo/index.d.ts +1 -1
  32. package/BottomInfoContainer/__snapshots__/index.test.tsx.snap +25 -0
  33. package/BottomInfoContainer/index.d.ts +1 -1
  34. package/BottomInfoContent/__snapshots__/index.test.tsx.snap +22 -0
  35. package/BottomInfoContent/index.d.ts +1 -1
  36. package/BottomInfoContent/index.js +2 -11
  37. package/CHANGELOG.md +1 -1
  38. package/CardAction/__snapshots__/index.test.tsx.snap +2 -2
  39. package/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -5
  40. package/Chip/__snapshots__/index.test.tsx.snap +5 -30
  41. package/Chip/index.d.ts +1 -1
  42. package/Chip/index.js +1 -1
  43. package/{esm/ChipSection → ChipContainer}/__snapshots__/index.spec.tsx.snap +3 -3
  44. package/ChipContainer/index.d.ts +14 -0
  45. package/{ChipSection → ChipContainer}/index.js +5 -5
  46. package/ChipContainer/index.spec.js +15 -0
  47. package/ChipHeading/__snapshots__/index.test.tsx.snap +18 -8
  48. package/ChipHeading/index.d.ts +3 -3
  49. package/ChipHeading/index.js +6 -9
  50. package/ChipKeyValue/__snapshots__/index.test.tsx.snap +16 -0
  51. package/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
  52. package/CircularProgress/index.d.ts +1 -1
  53. package/CircularProgress/index.js +2 -2
  54. package/CloseButton/__snapshots__/index.test.tsx.snap +51 -0
  55. package/CloseButton/index.d.ts +9 -0
  56. package/{FilterCloseButton → CloseButton}/index.js +8 -10
  57. package/{FooterMeta → CloseButton}/index.test.js +3 -3
  58. package/Container/__snapshots__/index.test.tsx.snap +36 -48
  59. package/Container/index.d.ts +12 -12
  60. package/Container/index.js +7 -7
  61. package/DateInputItem/__snapshots__/index.test.tsx.snap +6 -6
  62. package/DateInputItem/index.js +1 -1
  63. package/Drawer/__snapshots__/index.test.tsx.snap +50 -44
  64. package/DrawerHeading/__snapshots__/index.test.tsx.snap +61 -40
  65. package/DrawerHeading/index.d.ts +3 -3
  66. package/DrawerHeading/index.js +14 -17
  67. package/DropdownButton/__snapshots__/index.test.tsx.snap +162 -108
  68. package/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
  69. package/DropdownContent/index.d.ts +9 -1
  70. package/DropdownContent/index.js +4 -2
  71. package/ErrorSummary/__snapshots__/index.test.tsx.snap +37 -0
  72. package/FieldContainer/__snapshots__/index.test.tsx.snap +6 -15
  73. package/FieldContainer/index.d.ts +1 -1
  74. package/FieldContainer/index.js +3 -6
  75. package/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
  76. package/FileUploadContainer/index.d.ts +2 -2
  77. package/FileUploadContainer/index.js +4 -4
  78. package/FileUploadContainer/index.test.js +2 -2
  79. package/FilterContainer/__snapshots__/index.test.tsx.snap +16 -0
  80. package/FilterContainer/index.d.ts +38 -0
  81. package/{FilterSection → FilterContainer}/index.js +6 -6
  82. package/FilterContainer/index.test.js +15 -0
  83. package/FilterContent/index.d.ts +1 -1
  84. package/FilterContent/index.js +1 -1
  85. package/{es/FilterHeading → FilterHeadingContainer}/__snapshots__/index.test.tsx.snap +3 -3
  86. package/FilterHeadingContainer/index.d.ts +12 -0
  87. package/{FilterHeading → FilterHeadingContainer}/index.js +6 -6
  88. package/{FilterHeading → FilterHeadingContainer}/index.test.js +3 -3
  89. package/FilterSelectedSection/index.d.ts +1 -7
  90. package/FilterSelectedSection/index.js +3 -5
  91. package/FooterContainer/__snapshots__/index.test.tsx.snap +16 -7
  92. package/FooterContainer/index.d.ts +3 -12
  93. package/FooterContainer/index.js +5 -11
  94. package/FooterContent/index.d.ts +1 -1
  95. package/FooterContent/index.js +1 -1
  96. package/FooterHeading/__snapshots__/index.test.tsx.snap +57 -24
  97. package/FooterHeading/index.d.ts +3 -3
  98. package/FooterHeading/index.js +8 -5
  99. package/FooterInfo/__snapshots__/index.test.tsx.snap +16 -0
  100. package/{FooterMeta → FooterInfo}/index.d.ts +5 -5
  101. package/{FooterMeta → FooterInfo}/index.js +7 -7
  102. package/{FooterInlineList → FooterInfo}/index.test.js +3 -3
  103. package/FooterInfoSection/__snapshots__/index.test.tsx.snap +50 -0
  104. package/FooterInfoSection/index.d.ts +14 -0
  105. package/{FooterMetaItem → FooterInfoSection}/index.js +7 -7
  106. package/{FooterMetaItem → FooterInfoSection}/index.test.js +7 -7
  107. package/FooterList/index.d.ts +8 -2
  108. package/FooterList/index.js +5 -3
  109. package/FooterNavigation/index.d.ts +1 -1
  110. package/FooterNavigation/index.js +1 -1
  111. package/FooterNavigationSection/__snapshots__/index.test.tsx.snap +20 -0
  112. package/FooterNavigationSection/index.d.ts +11 -0
  113. package/{FooterSection → FooterNavigationSection}/index.js +7 -7
  114. package/FooterNavigationSection/index.test.js +17 -0
  115. package/Grid/index.d.ts +64 -32
  116. package/Grid/index.js +1 -1
  117. package/HeaderSection/__snapshots__/index.test.tsx.snap +2 -2
  118. package/HeaderSection/index.js +1 -1
  119. package/Heading/__snapshots__/index.test.tsx.snap +237 -107
  120. package/Heading/index.d.ts +14 -14
  121. package/Heading/index.js +7 -4
  122. package/Heading/index.test.js +43 -26
  123. package/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
  124. package/HeadingCaption/index.d.ts +3 -3
  125. package/HeadingCaption/index.js +3 -3
  126. package/Hint/__snapshots__/index.test.tsx.snap +52 -29
  127. package/Hint/index.d.ts +3 -11
  128. package/Hint/index.js +4 -3
  129. package/Hint/index.test.js +3 -3
  130. package/ImageLogo/__snapshots__/index.test.tsx.snap +36 -0
  131. package/ImageLogo/index.d.ts +20 -0
  132. package/ImageLogo/index.js +45 -0
  133. package/ImageLogo/index.test.js +26 -0
  134. package/ImageLogoSet/__snapshots__/index.test.tsx.snap +118 -0
  135. package/ImageLogoSet/index.d.ts +20 -0
  136. package/ImageLogoSet/index.js +45 -0
  137. package/ImageLogoSet/index.test.js +29 -0
  138. package/KitchenSinkHeading/index.d.ts +1 -1
  139. package/Layout/__snapshots__/index.test.tsx.snap +2 -2
  140. package/Layout/index.js +1 -1
  141. package/List/__snapshots__/index.test.tsx.snap +8 -8
  142. package/List/index.d.ts +11 -9
  143. package/List/index.js +5 -5
  144. package/List/index.test.js +4 -4
  145. package/Main/__snapshots__/index.test.tsx.snap +16 -7
  146. package/Main/index.d.ts +4 -4
  147. package/Main/index.js +7 -4
  148. package/ModalContainer/__snapshots__/index.test.tsx.snap +1 -1
  149. package/ModalContent/__snapshots__/index.test.tsx.snap +2 -2
  150. package/ModalHeading/__snapshots__/index.test.tsx.snap +21 -12
  151. package/ModalHeading/index.d.ts +3 -3
  152. package/ModalHeading/index.js +7 -11
  153. package/Nav/__snapshots__/index.test.tsx.snap +4 -4
  154. package/Nav/index.d.ts +3 -20
  155. package/Nav/index.js +2 -4
  156. package/NavList/__snapshots__/index.test.tsx.snap +4 -4
  157. package/NavList/index.d.ts +15 -2
  158. package/NavList/index.js +5 -2
  159. package/{esm/NavListItem → NavListItemAction}/__snapshots__/index.test.tsx.snap +3 -3
  160. package/NavListItemAction/index.d.ts +14 -0
  161. package/NavListItemAction/index.js +44 -0
  162. package/{NavListItem → NavListItemAction}/index.test.js +3 -3
  163. package/{NavListItem → NavListItemActionContainer}/__snapshots__/index.test.tsx.snap +3 -3
  164. package/NavListItemActionContainer/index.d.ts +10 -0
  165. package/{NavListItem → NavListItemActionContainer}/index.js +5 -5
  166. package/NavListItemActionContainer/index.test.js +15 -0
  167. package/NavMenuContainer/__snapshots__/index.test.tsx.snap +27 -18
  168. package/NavMenuContainer/index.d.ts +10 -3
  169. package/NavMenuContainer/index.js +14 -3
  170. package/NavMenuContent/__snapshots__/index.test.tsx.snap +24 -0
  171. package/NavMenuContent/index.d.ts +11 -0
  172. package/{NavMenuContainerContent → NavMenuContent}/index.js +12 -8
  173. package/{NavMenuContainerContent → NavMenuContent}/index.test.js +2 -2
  174. package/{esm/NavMenuContainerContentList → NavMenuContentListBase}/__snapshots__/index.test.tsx.snap +3 -3
  175. package/{FooterInlineListItem → NavMenuContentListBase}/index.d.ts +5 -4
  176. package/{NavMenuContainerContentList → NavMenuContentListBase}/index.js +6 -6
  177. package/{NavMenuContainerTitle → NavMenuContentListBase}/index.test.js +3 -3
  178. package/{es/NavMenuContainerContentListItem → NavMenuContentListItem}/__snapshots__/index.test.tsx.snap +3 -3
  179. package/NavMenuContentListItem/index.d.ts +10 -0
  180. package/{NavMenuContainerContentListItem → NavMenuContentListItem}/index.js +5 -5
  181. package/{NavMenuContainerContentList → NavMenuContentListItem}/index.test.js +3 -3
  182. package/NavMenuTitle/__snapshots__/index.test.tsx.snap +43 -0
  183. package/NavMenuTitle/index.d.ts +11 -0
  184. package/{NavMenuContainerTitle → NavMenuTitle}/index.js +10 -9
  185. package/{NavMenu → NavMenuTitle}/index.test.js +3 -3
  186. package/NormalText/__snapshots__/index.test.tsx.snap +604 -366
  187. package/NormalText/index.d.ts +10 -33
  188. package/NormalText/index.js +8 -6
  189. package/NormalText/index.test.js +92 -92
  190. package/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
  191. package/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
  192. package/NotificationBannerHeading/index.d.ts +1 -1
  193. package/PageTitleCaption/__snapshots__/index.test.tsx.snap +127 -0
  194. package/PageTitleCaption/index.d.ts +9 -0
  195. package/PageTitleCaption/index.js +33 -0
  196. package/PageTitleCaption/index.test.js +47 -0
  197. package/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
  198. package/PageTitleContainer/index.d.ts +9 -0
  199. package/{FooterInlineListItem → PageTitleContainer}/index.js +7 -7
  200. package/PageTitleContainer/index.test.js +15 -0
  201. package/PageTitleHeading/__snapshots__/index.test.tsx.snap +79 -36
  202. package/PageTitleHeading/index.d.ts +1 -1
  203. package/PageTitleHeading/index.js +2 -6
  204. package/Pagination/__snapshots__/index.spec.tsx.snap +17 -0
  205. package/Pagination/index.d.ts +4 -4
  206. package/Pagination/index.js +4 -4
  207. package/Pagination/index.spec.js +8 -0
  208. package/PaginationListItem/__snapshots__/index.spec.tsx.snap +15 -15
  209. package/PaginationListItem/index.d.ts +3 -2
  210. package/PaginationListItem/index.js +4 -3
  211. package/PaginationListItem/index.spec.js +4 -4
  212. package/Paragraph/__snapshots__/index.test.tsx.snap +851 -375
  213. package/Paragraph/index.d.ts +2 -2
  214. package/Paragraph/index.test.js +92 -92
  215. package/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +2 -2
  216. package/PhaseBannerHeaderContainer/index.js +1 -1
  217. package/PhaseBannerTag/__snapshots__/index.test.tsx.snap +2 -2
  218. package/PhaseBannerTag/index.js +1 -1
  219. package/RadioConditional/__snapshots__/index.test.tsx.snap +2 -5
  220. package/ResultsActionBar/__snapshots__/indext.test.tsx.snap +2 -2
  221. package/ResultsActionBar/index.js +1 -1
  222. package/ResultsHeading/__snapshots__/index.test.tsx.snap +2 -2
  223. package/ResultsHeading/index.js +1 -1
  224. package/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +16 -7
  225. package/ResultsHeadingActions/index.js +6 -6
  226. package/SearchButton/__snapshots__/index.test.tsx.snap +41 -26
  227. package/SearchButton/index.d.ts +1 -1
  228. package/SearchButton/index.js +1 -1
  229. package/{esm/SearchSection → SearchContainer}/__snapshots__/index.test.tsx.snap +3 -3
  230. package/SearchContainer/index.d.ts +9 -0
  231. package/{SearchSection → SearchContainer}/index.js +4 -4
  232. package/SearchContainer/index.test.js +15 -0
  233. package/Section/__snapshots__/index.test.tsx.snap +16 -0
  234. package/SectionBreak/__snapshots__/index.test.tsx.snap +6 -6
  235. package/SelectContainer/index.js +2 -4
  236. package/SelectOption/__snapshots__/index.test.tsx.snap +4 -4
  237. package/SelectOption/index.js +3 -7
  238. package/SingleCharacterInput/__snapshots__/index.test.tsx.snap +198 -0
  239. package/SingleCharacterInput/index.d.ts +18 -0
  240. package/SingleCharacterInput/index.js +44 -0
  241. package/{SingleCharacterInputItem → SingleCharacterInput}/index.test.js +18 -27
  242. package/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +16 -0
  243. package/{NavMenuContainerTitle → SingleCharacterInputs}/index.d.ts +5 -5
  244. package/{SingleCharacterInputContainer → SingleCharacterInputs}/index.js +6 -6
  245. package/{SingleCharacterInputContainer → SingleCharacterInputs}/index.test.js +3 -3
  246. package/Stack/__snapshots__/index.test.tsx.snap +516 -0
  247. package/{ChipSectionWrapper → Stack}/index.d.ts +28 -5
  248. package/Stack/index.js +45 -0
  249. package/Stack/index.test.js +254 -0
  250. package/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +15 -45
  251. package/StepNavAccordionHeadingText/index.d.ts +8 -19
  252. package/StepNavAccordionHeadingText/index.js +3 -4
  253. package/StepNavAccordionHeadingText/index.test.js +4 -21
  254. package/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +8 -8
  255. package/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
  256. package/SvgIcon/index.d.ts +23 -22
  257. package/SvgIcon/index.js +1 -1
  258. package/SvgIcon/index.test.js +36 -28
  259. package/Table/index.d.ts +1 -1
  260. package/TableCaption/index.js +1 -1
  261. package/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
  262. package/TableHeadCell/index.d.ts +19 -19
  263. package/TableHeadCell/index.js +3 -3
  264. package/TableHeadCell/index.test.js +24 -24
  265. package/TabsHeading/__snapshots__/index.test.tsx.snap +90 -24
  266. package/TabsHeading/index.d.ts +4 -4
  267. package/TabsHeading/index.js +10 -8
  268. package/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
  269. package/TabsListItem/index.d.ts +7 -8
  270. package/TabsListItem/index.js +5 -5
  271. package/TabsListItem/index.test.js +8 -8
  272. package/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
  273. package/TaskListItemHeading/index.d.ts +4 -19
  274. package/TaskListItemHeading/index.js +9 -33
  275. package/TaskListItemTag/__snapshots__/index.test.tsx.snap +18 -18
  276. package/TaskListItemTag/index.d.ts +7 -7
  277. package/TaskListItemTag/index.js +3 -3
  278. package/TaskListItemTag/index.test.js +6 -6
  279. package/TextInput/__snapshots__/index.test.tsx.snap +204 -204
  280. package/TextInput/index.d.ts +26 -25
  281. package/TextInput/index.js +4 -6
  282. package/TextInput/index.test.js +114 -114
  283. package/Timeline/index.d.ts +7 -7
  284. package/Timeline/index.js +4 -4
  285. package/Typography/__snapshots__/index.test.tsx.snap +181 -0
  286. package/Typography/index.d.ts +30 -0
  287. package/{NavVerticalItem → Typography}/index.js +12 -9
  288. package/Typography/index.test.d.ts +1 -0
  289. package/Typography/index.test.js +99 -0
  290. package/Unpurge/index.js +1 -1
  291. package/WarningText/__snapshots__/index.test.tsx.snap +31 -0
  292. package/WarningText/index.d.ts +7 -1
  293. package/WarningText/index.js +4 -2
  294. package/WarningText/index.test.js +8 -0
  295. package/es/AccessibilityMenuButton/index.js +1 -1
  296. package/es/Accordion/__snapshots__/index.test.tsx.snap +2 -2
  297. package/es/Accordion/index.js +7 -2
  298. package/es/AccordionSection/index.js +2 -4
  299. package/es/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
  300. package/es/AdminContainer/index.js +6 -5
  301. package/es/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +16 -0
  302. package/es/{AdminHeaderSection → AdminHeaderContent}/index.js +4 -4
  303. package/es/AdminHeaderContent/index.spec.js +9 -0
  304. package/es/AdminLayout/index.js +1 -1
  305. package/es/AdminTopSection/index.js +6 -3
  306. package/es/Aside/__snapshots__/index.test.tsx.snap +16 -7
  307. package/es/Aside/index.js +9 -5
  308. package/es/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +2 -2
  309. package/es/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +2 -2
  310. package/es/AutoCompleteWrapper/index.js +3 -3
  311. package/es/BackLink/__snapshots__/index.test.tsx.snap +14 -4
  312. package/es/BannerContainer/__snapshots__/index.test.tsx.snap +16 -0
  313. package/es/Base/index.js +3 -2
  314. package/es/BottomInfo/__snapshots__/index.test.tsx.snap +25 -0
  315. package/es/BottomInfoContainer/__snapshots__/index.test.tsx.snap +25 -0
  316. package/es/BottomInfoContent/__snapshots__/index.test.tsx.snap +22 -0
  317. package/es/BottomInfoContent/index.js +2 -11
  318. package/es/CardAction/__snapshots__/index.test.tsx.snap +2 -2
  319. package/es/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -5
  320. package/es/Chip/__snapshots__/index.test.tsx.snap +5 -30
  321. package/es/Chip/index.js +1 -1
  322. package/{src/ChipSection → es/ChipContainer}/__snapshots__/index.spec.tsx.snap +3 -3
  323. package/{esm/ChipSection → es/ChipContainer}/index.js +3 -3
  324. package/es/ChipContainer/index.spec.js +9 -0
  325. package/es/ChipHeading/__snapshots__/index.test.tsx.snap +18 -8
  326. package/es/ChipHeading/index.js +6 -8
  327. package/es/ChipKeyValue/__snapshots__/index.test.tsx.snap +16 -0
  328. package/es/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
  329. package/es/CircularProgress/index.js +2 -2
  330. package/es/CloseButton/__snapshots__/index.test.tsx.snap +51 -0
  331. package/es/{FilterCloseButton → CloseButton}/index.js +6 -8
  332. package/es/CloseButton/index.test.js +9 -0
  333. package/es/Container/__snapshots__/index.test.tsx.snap +36 -48
  334. package/es/Container/index.js +7 -7
  335. package/es/DateInputItem/__snapshots__/index.test.tsx.snap +6 -6
  336. package/es/DateInputItem/index.js +1 -1
  337. package/es/Drawer/__snapshots__/index.test.tsx.snap +50 -44
  338. package/es/DrawerHeading/__snapshots__/index.test.tsx.snap +61 -40
  339. package/es/DrawerHeading/index.js +14 -16
  340. package/es/DropdownButton/__snapshots__/index.test.tsx.snap +162 -108
  341. package/es/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
  342. package/es/DropdownContent/index.js +4 -2
  343. package/es/ErrorSummary/__snapshots__/index.test.tsx.snap +37 -0
  344. package/es/FieldContainer/__snapshots__/index.test.tsx.snap +6 -15
  345. package/es/FieldContainer/index.js +3 -6
  346. package/es/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
  347. package/es/FileUploadContainer/index.js +4 -4
  348. package/es/FileUploadContainer/index.test.js +2 -2
  349. package/es/FilterContainer/__snapshots__/index.test.tsx.snap +16 -0
  350. package/es/{FilterSection → FilterContainer}/index.js +4 -4
  351. package/es/FilterContainer/index.test.js +9 -0
  352. package/es/FilterContent/index.js +1 -1
  353. package/{esm/FilterHeading → es/FilterHeadingContainer}/__snapshots__/index.test.tsx.snap +3 -3
  354. package/es/{FilterHeading → FilterHeadingContainer}/index.js +4 -4
  355. package/es/FilterHeadingContainer/index.test.js +9 -0
  356. package/es/FilterSelectedSection/index.js +3 -5
  357. package/es/FooterContainer/__snapshots__/index.test.tsx.snap +16 -7
  358. package/es/FooterContainer/index.js +5 -10
  359. package/es/FooterContent/index.js +1 -1
  360. package/es/FooterHeading/__snapshots__/index.test.tsx.snap +57 -24
  361. package/es/FooterHeading/index.js +8 -5
  362. package/es/FooterInfo/__snapshots__/index.test.tsx.snap +16 -0
  363. package/{esm/FooterMeta → es/FooterInfo}/index.js +5 -5
  364. package/es/FooterInfo/index.test.js +9 -0
  365. package/es/FooterInfoSection/__snapshots__/index.test.tsx.snap +50 -0
  366. package/es/{FooterMetaItem → FooterInfoSection}/index.js +5 -5
  367. package/es/FooterInfoSection/index.test.js +25 -0
  368. package/es/FooterList/index.js +5 -3
  369. package/es/FooterNavigation/index.js +1 -1
  370. package/es/FooterNavigationSection/__snapshots__/index.test.tsx.snap +20 -0
  371. package/es/{FooterSection → FooterNavigationSection}/index.js +5 -5
  372. package/es/FooterNavigationSection/index.test.js +11 -0
  373. package/es/Grid/index.js +1 -1
  374. package/es/HeaderSection/__snapshots__/index.test.tsx.snap +2 -2
  375. package/es/HeaderSection/index.js +1 -1
  376. package/es/Heading/__snapshots__/index.test.tsx.snap +237 -107
  377. package/es/Heading/index.js +7 -4
  378. package/es/Heading/index.test.js +43 -26
  379. package/es/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
  380. package/es/HeadingCaption/index.js +3 -3
  381. package/es/Hint/__snapshots__/index.test.tsx.snap +52 -29
  382. package/es/Hint/index.js +4 -3
  383. package/es/Hint/index.test.js +3 -3
  384. package/es/ImageLogo/__snapshots__/index.test.tsx.snap +36 -0
  385. package/es/ImageLogo/index.js +29 -0
  386. package/es/ImageLogo/index.test.js +20 -0
  387. package/es/ImageLogoSet/__snapshots__/index.test.tsx.snap +118 -0
  388. package/es/ImageLogoSet/index.js +30 -0
  389. package/es/ImageLogoSet/index.test.js +23 -0
  390. package/es/Layout/__snapshots__/index.test.tsx.snap +2 -2
  391. package/es/Layout/index.js +1 -1
  392. package/es/List/__snapshots__/index.test.tsx.snap +8 -8
  393. package/es/List/index.js +5 -5
  394. package/es/List/index.test.js +4 -4
  395. package/es/Main/__snapshots__/index.test.tsx.snap +16 -7
  396. package/es/Main/index.js +7 -4
  397. package/es/ModalContainer/__snapshots__/index.test.tsx.snap +1 -1
  398. package/es/ModalContent/__snapshots__/index.test.tsx.snap +2 -2
  399. package/es/ModalHeading/__snapshots__/index.test.tsx.snap +21 -12
  400. package/es/ModalHeading/index.js +7 -10
  401. package/es/Nav/__snapshots__/index.test.tsx.snap +4 -4
  402. package/es/Nav/index.js +2 -4
  403. package/es/NavList/__snapshots__/index.test.tsx.snap +4 -4
  404. package/es/NavList/index.js +5 -2
  405. package/es/{NavListItem → NavListItemAction}/__snapshots__/index.test.tsx.snap +3 -3
  406. package/es/NavListItemAction/index.js +27 -0
  407. package/es/NavListItemAction/index.test.js +9 -0
  408. package/{src/NavListItem → es/NavListItemActionContainer}/__snapshots__/index.test.tsx.snap +3 -3
  409. package/{esm/NavListItem → es/NavListItemActionContainer}/index.js +3 -3
  410. package/es/NavListItemActionContainer/index.test.js +9 -0
  411. package/es/NavMenuContainer/__snapshots__/index.test.tsx.snap +27 -18
  412. package/es/NavMenuContainer/index.js +12 -3
  413. package/es/NavMenuContent/__snapshots__/index.test.tsx.snap +24 -0
  414. package/es/{NavMenuContainerContent → NavMenuContent}/index.js +9 -6
  415. package/es/{NavMenuContainerContent → NavMenuContent}/index.test.js +1 -1
  416. package/{src/NavMenuContainerContentList → es/NavMenuContentListBase}/__snapshots__/index.test.tsx.snap +3 -3
  417. package/es/{NavMenuContainerContentList → NavMenuContentListBase}/index.js +4 -4
  418. package/es/NavMenuContentListBase/index.test.js +9 -0
  419. package/{esm/NavMenuContainerContentListItem → es/NavMenuContentListItem}/__snapshots__/index.test.tsx.snap +3 -3
  420. package/{esm/NavMenuContainerContentListItem → es/NavMenuContentListItem}/index.js +3 -3
  421. package/es/NavMenuContentListItem/index.test.js +9 -0
  422. package/es/NavMenuTitle/__snapshots__/index.test.tsx.snap +43 -0
  423. package/es/{NavMenuContainerTitle → NavMenuTitle}/index.js +8 -7
  424. package/es/NavMenuTitle/index.test.js +9 -0
  425. package/es/NormalText/__snapshots__/index.test.tsx.snap +604 -366
  426. package/es/NormalText/index.js +8 -6
  427. package/es/NormalText/index.test.js +92 -92
  428. package/es/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
  429. package/es/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
  430. package/es/PageTitleCaption/__snapshots__/index.test.tsx.snap +127 -0
  431. package/es/PageTitleCaption/index.js +18 -0
  432. package/es/PageTitleCaption/index.test.js +41 -0
  433. package/es/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
  434. package/{esm/FooterInlineListItem → es/PageTitleContainer}/index.js +5 -5
  435. package/es/PageTitleContainer/index.test.js +9 -0
  436. package/es/PageTitleHeading/__snapshots__/index.test.tsx.snap +79 -36
  437. package/es/PageTitleHeading/index.js +2 -6
  438. package/es/Pagination/__snapshots__/index.spec.tsx.snap +17 -0
  439. package/es/Pagination/index.js +4 -4
  440. package/es/Pagination/index.spec.js +8 -0
  441. package/es/PaginationListItem/__snapshots__/index.spec.tsx.snap +15 -15
  442. package/es/PaginationListItem/index.js +4 -3
  443. package/es/PaginationListItem/index.spec.js +4 -4
  444. package/es/Paragraph/__snapshots__/index.test.tsx.snap +851 -375
  445. package/es/Paragraph/index.test.js +92 -92
  446. package/es/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +2 -2
  447. package/es/PhaseBannerHeaderContainer/index.js +1 -1
  448. package/es/PhaseBannerTag/__snapshots__/index.test.tsx.snap +2 -2
  449. package/es/PhaseBannerTag/index.js +1 -1
  450. package/es/RadioConditional/__snapshots__/index.test.tsx.snap +2 -5
  451. package/es/ResultsActionBar/__snapshots__/indext.test.tsx.snap +2 -2
  452. package/es/ResultsActionBar/index.js +1 -1
  453. package/es/ResultsHeading/__snapshots__/index.test.tsx.snap +2 -2
  454. package/es/ResultsHeading/index.js +1 -1
  455. package/es/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +16 -7
  456. package/es/ResultsHeadingActions/index.js +6 -6
  457. package/es/SearchButton/__snapshots__/index.test.tsx.snap +41 -26
  458. package/es/SearchButton/index.js +1 -1
  459. package/{SearchSection → es/SearchContainer}/__snapshots__/index.test.tsx.snap +3 -3
  460. package/es/{SearchSection → SearchContainer}/index.js +2 -2
  461. package/es/SearchContainer/index.test.js +9 -0
  462. package/es/Section/__snapshots__/index.test.tsx.snap +16 -0
  463. package/es/SectionBreak/__snapshots__/index.test.tsx.snap +6 -6
  464. package/es/SelectContainer/index.js +2 -4
  465. package/es/SelectOption/__snapshots__/index.test.tsx.snap +4 -4
  466. package/es/SelectOption/index.js +3 -7
  467. package/es/SingleCharacterInput/__snapshots__/index.test.tsx.snap +198 -0
  468. package/es/SingleCharacterInput/index.js +28 -0
  469. package/es/{SingleCharacterInputItem → SingleCharacterInput}/index.test.js +18 -27
  470. package/es/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +16 -0
  471. package/{esm/SingleCharacterInputContainer → es/SingleCharacterInputs}/index.js +4 -4
  472. package/es/SingleCharacterInputs/index.test.js +9 -0
  473. package/es/Stack/__snapshots__/index.test.tsx.snap +516 -0
  474. package/es/Stack/index.js +29 -0
  475. package/es/Stack/index.test.js +248 -0
  476. package/es/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +15 -45
  477. package/es/StepNavAccordionHeadingText/index.js +3 -4
  478. package/es/StepNavAccordionHeadingText/index.test.js +4 -21
  479. package/es/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +8 -8
  480. package/es/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
  481. package/es/SvgIcon/index.js +1 -1
  482. package/es/SvgIcon/index.test.js +36 -28
  483. package/es/TableCaption/index.js +1 -1
  484. package/es/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
  485. package/es/TableHeadCell/index.js +3 -3
  486. package/es/TableHeadCell/index.test.js +24 -24
  487. package/es/TabsHeading/__snapshots__/index.test.tsx.snap +90 -24
  488. package/es/TabsHeading/index.js +10 -8
  489. package/es/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
  490. package/es/TabsListItem/index.js +5 -5
  491. package/es/TabsListItem/index.test.js +8 -8
  492. package/es/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
  493. package/es/TaskListItemHeading/index.js +9 -32
  494. package/es/TaskListItemTag/__snapshots__/index.test.tsx.snap +18 -18
  495. package/es/TaskListItemTag/index.js +3 -3
  496. package/es/TaskListItemTag/index.test.js +6 -6
  497. package/es/TextInput/__snapshots__/index.test.tsx.snap +204 -204
  498. package/es/TextInput/index.js +4 -6
  499. package/es/TextInput/index.test.js +114 -114
  500. package/es/Timeline/index.js +4 -4
  501. package/es/Typography/__snapshots__/index.test.tsx.snap +181 -0
  502. package/es/Typography/index.js +26 -0
  503. package/es/Typography/index.test.js +93 -0
  504. package/es/Unpurge/index.js +1 -1
  505. package/es/WarningText/__snapshots__/index.test.tsx.snap +31 -0
  506. package/es/WarningText/index.js +4 -2
  507. package/es/WarningText/index.test.js +8 -0
  508. package/es/index.js +24 -24
  509. package/es/registry.js +46 -48
  510. package/esm/AccessibilityMenuButton/index.js +1 -1
  511. package/esm/Accordion/__snapshots__/index.test.tsx.snap +2 -2
  512. package/esm/Accordion/index.js +7 -2
  513. package/esm/AccordionSection/index.js +2 -4
  514. package/esm/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
  515. package/esm/AdminContainer/index.js +6 -5
  516. package/esm/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +16 -0
  517. package/esm/{AdminHeaderSection → AdminHeaderContent}/index.js +4 -4
  518. package/esm/AdminHeaderContent/index.spec.js +9 -0
  519. package/esm/AdminLayout/index.js +1 -1
  520. package/esm/AdminTopSection/index.js +6 -3
  521. package/esm/Aside/__snapshots__/index.test.tsx.snap +16 -7
  522. package/esm/Aside/index.js +9 -5
  523. package/esm/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +2 -2
  524. package/esm/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +2 -2
  525. package/esm/AutoCompleteWrapper/index.js +3 -3
  526. package/esm/BackLink/__snapshots__/index.test.tsx.snap +14 -4
  527. package/esm/BannerContainer/__snapshots__/index.test.tsx.snap +16 -0
  528. package/esm/Base/index.js +3 -2
  529. package/esm/BottomInfo/__snapshots__/index.test.tsx.snap +25 -0
  530. package/esm/BottomInfoContainer/__snapshots__/index.test.tsx.snap +25 -0
  531. package/esm/BottomInfoContent/__snapshots__/index.test.tsx.snap +22 -0
  532. package/esm/BottomInfoContent/index.js +2 -11
  533. package/esm/CardAction/__snapshots__/index.test.tsx.snap +2 -2
  534. package/esm/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -5
  535. package/esm/Chip/__snapshots__/index.test.tsx.snap +5 -30
  536. package/esm/Chip/index.js +1 -1
  537. package/{ChipSection → esm/ChipContainer}/__snapshots__/index.spec.tsx.snap +3 -3
  538. package/{es/ChipSection → esm/ChipContainer}/index.js +3 -3
  539. package/esm/ChipContainer/index.spec.js +9 -0
  540. package/esm/ChipHeading/__snapshots__/index.test.tsx.snap +18 -8
  541. package/esm/ChipHeading/index.js +6 -8
  542. package/esm/ChipKeyValue/__snapshots__/index.test.tsx.snap +16 -0
  543. package/esm/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
  544. package/esm/CircularProgress/index.js +2 -2
  545. package/esm/CloseButton/__snapshots__/index.test.tsx.snap +51 -0
  546. package/esm/{FilterCloseButton → CloseButton}/index.js +6 -8
  547. package/esm/CloseButton/index.test.js +9 -0
  548. package/esm/Container/__snapshots__/index.test.tsx.snap +36 -48
  549. package/esm/Container/index.js +7 -7
  550. package/esm/DateInputItem/__snapshots__/index.test.tsx.snap +6 -6
  551. package/esm/DateInputItem/index.js +1 -1
  552. package/esm/Drawer/__snapshots__/index.test.tsx.snap +50 -44
  553. package/esm/DrawerHeading/__snapshots__/index.test.tsx.snap +61 -40
  554. package/esm/DrawerHeading/index.js +14 -16
  555. package/esm/DropdownButton/__snapshots__/index.test.tsx.snap +162 -108
  556. package/esm/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
  557. package/esm/DropdownContent/index.js +4 -2
  558. package/esm/ErrorSummary/__snapshots__/index.test.tsx.snap +37 -0
  559. package/esm/FieldContainer/__snapshots__/index.test.tsx.snap +6 -15
  560. package/esm/FieldContainer/index.js +3 -6
  561. package/esm/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
  562. package/esm/FileUploadContainer/index.js +4 -4
  563. package/esm/FileUploadContainer/index.test.js +2 -2
  564. package/esm/FilterContainer/__snapshots__/index.test.tsx.snap +16 -0
  565. package/esm/{FilterSection → FilterContainer}/index.js +4 -4
  566. package/esm/FilterContainer/index.test.js +9 -0
  567. package/esm/FilterContent/index.js +1 -1
  568. package/{src/FilterHeading → esm/FilterHeadingContainer}/__snapshots__/index.test.tsx.snap +3 -3
  569. package/esm/{FilterHeading → FilterHeadingContainer}/index.js +4 -4
  570. package/esm/FilterHeadingContainer/index.test.js +9 -0
  571. package/esm/FilterSelectedSection/index.js +3 -5
  572. package/esm/FooterContainer/__snapshots__/index.test.tsx.snap +16 -7
  573. package/esm/FooterContainer/index.js +5 -10
  574. package/esm/FooterContent/index.js +1 -1
  575. package/esm/FooterHeading/__snapshots__/index.test.tsx.snap +57 -24
  576. package/esm/FooterHeading/index.js +8 -5
  577. package/esm/FooterInfo/__snapshots__/index.test.tsx.snap +16 -0
  578. package/{es/FooterMeta → esm/FooterInfo}/index.js +5 -5
  579. package/esm/FooterInfo/index.test.js +9 -0
  580. package/esm/FooterInfoSection/__snapshots__/index.test.tsx.snap +50 -0
  581. package/esm/{FooterMetaItem → FooterInfoSection}/index.js +5 -5
  582. package/esm/FooterInfoSection/index.test.js +25 -0
  583. package/esm/FooterList/index.js +5 -3
  584. package/esm/FooterNavigation/index.js +1 -1
  585. package/esm/FooterNavigationSection/__snapshots__/index.test.tsx.snap +20 -0
  586. package/esm/{FooterSection → FooterNavigationSection}/index.js +5 -5
  587. package/esm/FooterNavigationSection/index.test.js +11 -0
  588. package/esm/Grid/index.js +1 -1
  589. package/esm/HeaderSection/__snapshots__/index.test.tsx.snap +2 -2
  590. package/esm/HeaderSection/index.js +1 -1
  591. package/esm/Heading/__snapshots__/index.test.tsx.snap +237 -107
  592. package/esm/Heading/index.js +7 -4
  593. package/esm/Heading/index.test.js +43 -26
  594. package/esm/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
  595. package/esm/HeadingCaption/index.js +3 -3
  596. package/esm/Hint/__snapshots__/index.test.tsx.snap +52 -29
  597. package/esm/Hint/index.js +4 -3
  598. package/esm/Hint/index.test.js +3 -3
  599. package/esm/ImageLogo/__snapshots__/index.test.tsx.snap +36 -0
  600. package/esm/ImageLogo/index.js +29 -0
  601. package/esm/ImageLogo/index.test.js +20 -0
  602. package/esm/ImageLogoSet/__snapshots__/index.test.tsx.snap +118 -0
  603. package/esm/ImageLogoSet/index.js +30 -0
  604. package/esm/ImageLogoSet/index.test.js +23 -0
  605. package/esm/Layout/__snapshots__/index.test.tsx.snap +2 -2
  606. package/esm/Layout/index.js +1 -1
  607. package/esm/List/__snapshots__/index.test.tsx.snap +8 -8
  608. package/esm/List/index.js +5 -5
  609. package/esm/List/index.test.js +4 -4
  610. package/esm/Main/__snapshots__/index.test.tsx.snap +16 -7
  611. package/esm/Main/index.js +7 -4
  612. package/esm/ModalContainer/__snapshots__/index.test.tsx.snap +1 -1
  613. package/esm/ModalContent/__snapshots__/index.test.tsx.snap +2 -2
  614. package/esm/ModalHeading/__snapshots__/index.test.tsx.snap +21 -12
  615. package/esm/ModalHeading/index.js +7 -10
  616. package/esm/Nav/__snapshots__/index.test.tsx.snap +4 -4
  617. package/esm/Nav/index.js +2 -4
  618. package/esm/NavList/__snapshots__/index.test.tsx.snap +4 -4
  619. package/esm/NavList/index.js +5 -2
  620. package/esm/NavListItemAction/__snapshots__/index.test.tsx.snap +16 -0
  621. package/esm/NavListItemAction/index.js +27 -0
  622. package/esm/NavListItemAction/index.test.js +9 -0
  623. package/esm/NavListItemActionContainer/__snapshots__/index.test.tsx.snap +16 -0
  624. package/{es/NavListItem → esm/NavListItemActionContainer}/index.js +3 -3
  625. package/esm/NavListItemActionContainer/index.test.js +9 -0
  626. package/esm/NavMenuContainer/__snapshots__/index.test.tsx.snap +27 -18
  627. package/esm/NavMenuContainer/index.js +12 -3
  628. package/esm/NavMenuContent/__snapshots__/index.test.tsx.snap +24 -0
  629. package/esm/{NavMenuContainerContent → NavMenuContent}/index.js +9 -6
  630. package/esm/{NavMenuContainerContent → NavMenuContent}/index.test.js +1 -1
  631. package/{es/NavMenuContainerContentList → esm/NavMenuContentListBase}/__snapshots__/index.test.tsx.snap +3 -3
  632. package/esm/{NavMenuContainerContentList → NavMenuContentListBase}/index.js +4 -4
  633. package/esm/NavMenuContentListBase/index.test.js +9 -0
  634. package/{NavMenuContainerContentListItem → esm/NavMenuContentListItem}/__snapshots__/index.test.tsx.snap +3 -3
  635. package/{es/NavMenuContainerContentListItem → esm/NavMenuContentListItem}/index.js +3 -3
  636. package/esm/NavMenuContentListItem/index.test.js +9 -0
  637. package/esm/NavMenuTitle/__snapshots__/index.test.tsx.snap +43 -0
  638. package/esm/{NavMenuContainerTitle → NavMenuTitle}/index.js +8 -7
  639. package/esm/NavMenuTitle/index.test.js +9 -0
  640. package/esm/NormalText/__snapshots__/index.test.tsx.snap +604 -366
  641. package/esm/NormalText/index.js +8 -6
  642. package/esm/NormalText/index.test.js +92 -92
  643. package/esm/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
  644. package/esm/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
  645. package/esm/PageTitleCaption/__snapshots__/index.test.tsx.snap +127 -0
  646. package/esm/PageTitleCaption/index.js +18 -0
  647. package/esm/PageTitleCaption/index.test.js +41 -0
  648. package/esm/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
  649. package/{es/FooterInlineListItem → esm/PageTitleContainer}/index.js +5 -5
  650. package/esm/PageTitleContainer/index.test.js +9 -0
  651. package/esm/PageTitleHeading/__snapshots__/index.test.tsx.snap +79 -36
  652. package/esm/PageTitleHeading/index.js +2 -6
  653. package/esm/Pagination/__snapshots__/index.spec.tsx.snap +17 -0
  654. package/esm/Pagination/index.js +4 -4
  655. package/esm/Pagination/index.spec.js +8 -0
  656. package/esm/PaginationListItem/__snapshots__/index.spec.tsx.snap +15 -15
  657. package/esm/PaginationListItem/index.js +4 -3
  658. package/esm/PaginationListItem/index.spec.js +4 -4
  659. package/esm/Paragraph/__snapshots__/index.test.tsx.snap +851 -375
  660. package/esm/Paragraph/index.test.js +92 -92
  661. package/esm/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +2 -2
  662. package/esm/PhaseBannerHeaderContainer/index.js +1 -1
  663. package/esm/PhaseBannerTag/__snapshots__/index.test.tsx.snap +2 -2
  664. package/esm/PhaseBannerTag/index.js +1 -1
  665. package/esm/RadioConditional/__snapshots__/index.test.tsx.snap +2 -5
  666. package/esm/ResultsActionBar/__snapshots__/indext.test.tsx.snap +2 -2
  667. package/esm/ResultsActionBar/index.js +1 -1
  668. package/esm/ResultsHeading/__snapshots__/index.test.tsx.snap +2 -2
  669. package/esm/ResultsHeading/index.js +1 -1
  670. package/esm/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +16 -7
  671. package/esm/ResultsHeadingActions/index.js +6 -6
  672. package/esm/SearchButton/__snapshots__/index.test.tsx.snap +41 -26
  673. package/esm/SearchButton/index.js +1 -1
  674. package/{src/SearchSection → esm/SearchContainer}/__snapshots__/index.test.tsx.snap +3 -3
  675. package/esm/{SearchSection → SearchContainer}/index.js +2 -2
  676. package/esm/SearchContainer/index.test.js +9 -0
  677. package/esm/Section/__snapshots__/index.test.tsx.snap +16 -0
  678. package/esm/SectionBreak/__snapshots__/index.test.tsx.snap +6 -6
  679. package/esm/SelectContainer/index.js +2 -4
  680. package/esm/SelectOption/__snapshots__/index.test.tsx.snap +4 -4
  681. package/esm/SelectOption/index.js +3 -7
  682. package/esm/SingleCharacterInput/__snapshots__/index.test.tsx.snap +198 -0
  683. package/esm/SingleCharacterInput/index.js +28 -0
  684. package/esm/{SingleCharacterInputItem → SingleCharacterInput}/index.test.js +18 -27
  685. package/esm/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +16 -0
  686. package/{es/SingleCharacterInputContainer → esm/SingleCharacterInputs}/index.js +4 -4
  687. package/esm/SingleCharacterInputs/index.test.js +9 -0
  688. package/esm/Stack/__snapshots__/index.test.tsx.snap +516 -0
  689. package/esm/Stack/index.js +29 -0
  690. package/esm/Stack/index.test.js +248 -0
  691. package/esm/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +15 -45
  692. package/esm/StepNavAccordionHeadingText/index.js +3 -4
  693. package/esm/StepNavAccordionHeadingText/index.test.js +4 -21
  694. package/esm/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +8 -8
  695. package/esm/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
  696. package/esm/SvgIcon/index.js +1 -1
  697. package/esm/SvgIcon/index.test.js +36 -28
  698. package/esm/TableCaption/index.js +1 -1
  699. package/esm/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
  700. package/esm/TableHeadCell/index.js +3 -3
  701. package/esm/TableHeadCell/index.test.js +24 -24
  702. package/esm/TabsHeading/__snapshots__/index.test.tsx.snap +90 -24
  703. package/esm/TabsHeading/index.js +10 -8
  704. package/esm/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
  705. package/esm/TabsListItem/index.js +5 -5
  706. package/esm/TabsListItem/index.test.js +8 -8
  707. package/esm/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
  708. package/esm/TaskListItemHeading/index.js +9 -32
  709. package/esm/TaskListItemTag/__snapshots__/index.test.tsx.snap +18 -18
  710. package/esm/TaskListItemTag/index.js +3 -3
  711. package/esm/TaskListItemTag/index.test.js +6 -6
  712. package/esm/TextInput/__snapshots__/index.test.tsx.snap +204 -204
  713. package/esm/TextInput/index.js +4 -6
  714. package/esm/TextInput/index.test.js +114 -114
  715. package/esm/Timeline/index.js +4 -4
  716. package/esm/Typography/__snapshots__/index.test.tsx.snap +181 -0
  717. package/esm/Typography/index.js +26 -0
  718. package/esm/Typography/index.test.js +93 -0
  719. package/esm/Unpurge/index.js +1 -1
  720. package/esm/WarningText/__snapshots__/index.test.tsx.snap +31 -0
  721. package/esm/WarningText/index.js +4 -2
  722. package/esm/WarningText/index.test.js +8 -0
  723. package/esm/index.js +25 -25
  724. package/esm/registry.js +46 -48
  725. package/index.d.ts +24 -24
  726. package/index.js +154 -167
  727. package/package.json +3 -3
  728. package/registry.d.ts +23 -24
  729. package/registry.js +54 -57
  730. package/src/AccessibilityMenuButton/index.tsx +1 -1
  731. package/src/Accordion/__snapshots__/index.test.tsx.snap +2 -2
  732. package/src/Accordion/index.tsx +36 -2
  733. package/src/AccordionSection/index.tsx +2 -12
  734. package/src/AccordionSectionSummary/index.tsx +5 -2
  735. package/src/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
  736. package/src/AdminContainer/index.tsx +9 -10
  737. package/src/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +16 -0
  738. package/src/AdminHeaderContent/index.spec.tsx +10 -0
  739. package/src/AdminHeaderContent/index.tsx +27 -0
  740. package/src/AdminLayout/index.tsx +1 -1
  741. package/src/AdminTopSection/index.tsx +20 -2
  742. package/src/Aside/__snapshots__/index.test.tsx.snap +16 -7
  743. package/src/Aside/index.tsx +10 -7
  744. package/src/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +2 -2
  745. package/src/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +2 -2
  746. package/src/AutoCompleteWrapper/index.tsx +18 -23
  747. package/src/BackLink/__snapshots__/index.test.tsx.snap +14 -4
  748. package/src/BannerContainer/__snapshots__/index.test.tsx.snap +16 -0
  749. package/src/Base/index.tsx +4 -0
  750. package/src/BottomInfo/__snapshots__/index.test.tsx.snap +25 -0
  751. package/src/BottomInfoContainer/__snapshots__/index.test.tsx.snap +25 -0
  752. package/src/BottomInfoContent/__snapshots__/index.test.tsx.snap +22 -0
  753. package/src/BottomInfoContent/index.tsx +1 -4
  754. package/src/CardAction/__snapshots__/index.test.tsx.snap +2 -2
  755. package/src/CheckboxConditional/__snapshots__/index.test.tsx.snap +2 -5
  756. package/src/Chip/__snapshots__/index.test.tsx.snap +5 -30
  757. package/src/Chip/index.tsx +1 -1
  758. package/{es/ChipSection → src/ChipContainer}/__snapshots__/index.spec.tsx.snap +3 -3
  759. package/src/ChipContainer/index.spec.tsx +8 -0
  760. package/src/{ChipSection → ChipContainer}/index.tsx +4 -4
  761. package/src/ChipHeading/__snapshots__/index.test.tsx.snap +18 -8
  762. package/src/ChipHeading/index.tsx +5 -13
  763. package/src/ChipKeyValue/__snapshots__/index.test.tsx.snap +16 -0
  764. package/src/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
  765. package/src/CircularProgress/index.tsx +2 -2
  766. package/src/CloseButton/__snapshots__/index.test.tsx.snap +51 -0
  767. package/src/CloseButton/index.test.tsx +8 -0
  768. package/src/CloseButton/index.tsx +29 -0
  769. package/src/Container/__snapshots__/index.test.tsx.snap +36 -48
  770. package/src/Container/index.tsx +16 -22
  771. package/src/DateInputItem/__snapshots__/index.test.tsx.snap +6 -6
  772. package/src/DateInputItem/index.tsx +2 -2
  773. package/src/Drawer/__snapshots__/index.test.tsx.snap +50 -44
  774. package/src/DrawerHeading/__snapshots__/index.test.tsx.snap +61 -40
  775. package/src/DrawerHeading/index.tsx +14 -19
  776. package/src/DropdownButton/__snapshots__/index.test.tsx.snap +162 -108
  777. package/src/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
  778. package/src/DropdownContent/index.tsx +15 -2
  779. package/src/ErrorSummary/__snapshots__/index.test.tsx.snap +37 -0
  780. package/src/FieldContainer/__snapshots__/index.test.tsx.snap +6 -15
  781. package/src/FieldContainer/index.tsx +1 -1
  782. package/src/FileUploadContainer/__snapshots__/index.test.tsx.snap +2 -2
  783. package/src/FileUploadContainer/index.test.tsx +2 -2
  784. package/src/FileUploadContainer/index.tsx +3 -3
  785. package/src/FilterContainer/__snapshots__/index.test.tsx.snap +16 -0
  786. package/src/FilterContainer/index.test.tsx +8 -0
  787. package/src/{FilterSection → FilterContainer}/index.tsx +7 -7
  788. package/src/FilterContent/index.tsx +2 -2
  789. package/{FilterHeading → src/FilterHeadingContainer}/__snapshots__/index.test.tsx.snap +3 -3
  790. package/src/FilterHeadingContainer/index.test.tsx +8 -0
  791. package/src/{FilterHeading → FilterHeadingContainer}/index.tsx +7 -7
  792. package/src/FilterSelectedSection/index.tsx +2 -13
  793. package/src/FooterContainer/__snapshots__/index.test.tsx.snap +16 -7
  794. package/src/FooterContainer/index.tsx +5 -27
  795. package/src/FooterContent/index.tsx +1 -1
  796. package/src/FooterHeading/__snapshots__/index.test.tsx.snap +57 -24
  797. package/src/FooterHeading/index.tsx +10 -8
  798. package/src/FooterInfo/__snapshots__/index.test.tsx.snap +16 -0
  799. package/src/FooterInfo/index.test.tsx +8 -0
  800. package/src/{FooterMeta → FooterInfo}/index.tsx +7 -7
  801. package/src/FooterInfoSection/__snapshots__/index.test.tsx.snap +50 -0
  802. package/src/FooterInfoSection/index.test.tsx +20 -0
  803. package/src/FooterInfoSection/index.tsx +34 -0
  804. package/src/FooterList/index.tsx +11 -3
  805. package/src/FooterNavigation/index.tsx +1 -1
  806. package/src/FooterNavigationSection/__snapshots__/index.test.tsx.snap +20 -0
  807. package/src/FooterNavigationSection/index.test.tsx +8 -0
  808. package/src/FooterNavigationSection/index.tsx +29 -0
  809. package/src/Grid/index.tsx +87 -110
  810. package/src/HeaderSection/__snapshots__/index.test.tsx.snap +2 -2
  811. package/src/HeaderSection/index.tsx +1 -1
  812. package/src/Heading/__snapshots__/index.test.tsx.snap +237 -107
  813. package/src/Heading/index.test.tsx +17 -3
  814. package/src/Heading/index.tsx +18 -19
  815. package/src/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
  816. package/src/HeadingCaption/index.tsx +5 -7
  817. package/src/Hint/__snapshots__/index.test.tsx.snap +52 -29
  818. package/src/Hint/index.test.tsx +3 -3
  819. package/src/Hint/index.tsx +6 -16
  820. package/src/ImageLogo/__snapshots__/index.test.tsx.snap +36 -0
  821. package/src/ImageLogo/index.test.tsx +13 -0
  822. package/src/ImageLogo/index.tsx +43 -0
  823. package/src/ImageLogoSet/__snapshots__/index.test.tsx.snap +118 -0
  824. package/src/ImageLogoSet/index.test.tsx +17 -0
  825. package/src/ImageLogoSet/index.tsx +36 -0
  826. package/src/Layout/__snapshots__/index.test.tsx.snap +2 -2
  827. package/src/Layout/index.tsx +2 -2
  828. package/src/List/__snapshots__/index.test.tsx.snap +8 -8
  829. package/src/List/index.test.tsx +4 -4
  830. package/src/List/index.tsx +14 -12
  831. package/src/Main/__snapshots__/index.test.tsx.snap +16 -7
  832. package/src/Main/index.tsx +9 -6
  833. package/src/ModalContainer/__snapshots__/index.test.tsx.snap +1 -1
  834. package/src/ModalContent/__snapshots__/index.test.tsx.snap +2 -2
  835. package/src/ModalHeading/__snapshots__/index.test.tsx.snap +21 -12
  836. package/src/ModalHeading/index.tsx +8 -12
  837. package/src/Nav/__snapshots__/index.test.tsx.snap +4 -4
  838. package/src/Nav/index.tsx +2 -22
  839. package/src/NavList/__snapshots__/index.test.tsx.snap +4 -4
  840. package/src/NavList/index.tsx +20 -2
  841. package/src/NavListItemAction/__snapshots__/index.test.tsx.snap +16 -0
  842. package/src/NavListItemAction/index.test.tsx +8 -0
  843. package/src/NavListItemAction/index.tsx +27 -0
  844. package/src/NavListItemActionContainer/__snapshots__/index.test.tsx.snap +16 -0
  845. package/src/NavListItemActionContainer/index.test.tsx +8 -0
  846. package/src/{NavListItem → NavListItemActionContainer}/index.tsx +5 -5
  847. package/src/NavMenuContainer/__snapshots__/index.test.tsx.snap +27 -18
  848. package/src/NavMenuContainer/index.tsx +31 -10
  849. package/src/NavMenuContent/__snapshots__/index.test.tsx.snap +24 -0
  850. package/src/{NavMenuContainerContent → NavMenuContent}/index.test.tsx +1 -1
  851. package/src/NavMenuContent/index.tsx +25 -0
  852. package/{NavMenuContainerContentList → src/NavMenuContentListBase}/__snapshots__/index.test.tsx.snap +3 -3
  853. package/src/NavMenuContentListBase/index.test.tsx +9 -0
  854. package/src/NavMenuContentListBase/index.tsx +28 -0
  855. package/src/{NavMenuContainerContentListItem → NavMenuContentListItem}/__snapshots__/index.test.tsx.snap +3 -3
  856. package/src/NavMenuContentListItem/index.test.tsx +11 -0
  857. package/src/{NavMenuContainerContentListItem → NavMenuContentListItem}/index.tsx +6 -6
  858. package/src/NavMenuTitle/__snapshots__/index.test.tsx.snap +43 -0
  859. package/src/NavMenuTitle/index.test.tsx +9 -0
  860. package/src/NavMenuTitle/index.tsx +41 -0
  861. package/src/NormalText/__snapshots__/index.test.tsx.snap +604 -366
  862. package/src/NormalText/index.test.tsx +66 -66
  863. package/src/NormalText/index.tsx +17 -49
  864. package/src/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
  865. package/src/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
  866. package/src/PageTitleCaption/__snapshots__/index.test.tsx.snap +127 -0
  867. package/src/PageTitleCaption/index.test.tsx +32 -0
  868. package/src/PageTitleCaption/index.tsx +22 -0
  869. package/src/PageTitleContainer/__snapshots__/index.test.tsx.snap +16 -0
  870. package/src/PageTitleContainer/index.test.tsx +8 -0
  871. package/src/PageTitleContainer/index.tsx +27 -0
  872. package/src/PageTitleHeading/__snapshots__/index.test.tsx.snap +79 -36
  873. package/src/PageTitleHeading/index.tsx +3 -3
  874. package/src/Pagination/__snapshots__/index.spec.tsx.snap +17 -0
  875. package/src/Pagination/index.spec.tsx +3 -0
  876. package/src/Pagination/index.tsx +5 -5
  877. package/src/PaginationListItem/__snapshots__/index.spec.tsx.snap +15 -15
  878. package/src/PaginationListItem/index.spec.tsx +4 -4
  879. package/src/PaginationListItem/index.tsx +11 -3
  880. package/src/Paragraph/__snapshots__/index.test.tsx.snap +851 -375
  881. package/src/Paragraph/index.test.tsx +66 -66
  882. package/src/Paragraph/index.tsx +1 -1
  883. package/src/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +2 -2
  884. package/src/PhaseBannerHeaderContainer/index.tsx +1 -1
  885. package/src/PhaseBannerTag/__snapshots__/index.test.tsx.snap +2 -2
  886. package/src/PhaseBannerTag/index.tsx +0 -1
  887. package/src/RadioConditional/__snapshots__/index.test.tsx.snap +2 -5
  888. package/src/ResultsActionBar/__snapshots__/indext.test.tsx.snap +2 -2
  889. package/src/ResultsActionBar/index.tsx +1 -1
  890. package/src/ResultsHeading/__snapshots__/index.test.tsx.snap +2 -2
  891. package/src/ResultsHeading/index.tsx +1 -1
  892. package/src/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +16 -7
  893. package/src/ResultsHeadingActions/index.tsx +5 -5
  894. package/src/SearchButton/__snapshots__/index.test.tsx.snap +41 -26
  895. package/src/SearchButton/index.tsx +1 -1
  896. package/{es/SearchSection → src/SearchContainer}/__snapshots__/index.test.tsx.snap +3 -3
  897. package/src/SearchContainer/index.test.tsx +8 -0
  898. package/src/{SearchSection → SearchContainer}/index.tsx +5 -5
  899. package/src/Section/__snapshots__/index.test.tsx.snap +16 -0
  900. package/src/SectionBreak/__snapshots__/index.test.tsx.snap +6 -6
  901. package/src/SelectContainer/index.tsx +1 -2
  902. package/src/SelectOption/__snapshots__/index.test.tsx.snap +4 -4
  903. package/src/SelectOption/index.tsx +4 -4
  904. package/src/SingleCharacterInput/__snapshots__/index.test.tsx.snap +198 -0
  905. package/src/SingleCharacterInput/index.test.tsx +40 -0
  906. package/src/SingleCharacterInput/index.tsx +42 -0
  907. package/src/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +16 -0
  908. package/src/SingleCharacterInputs/index.test.tsx +10 -0
  909. package/src/{SingleCharacterInputContainer → SingleCharacterInputs}/index.tsx +7 -7
  910. package/src/Stack/__snapshots__/index.test.tsx.snap +516 -0
  911. package/src/Stack/index.test.tsx +96 -0
  912. package/src/Stack/index.tsx +63 -0
  913. package/src/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +15 -45
  914. package/src/StepNavAccordionHeadingText/index.test.tsx +3 -23
  915. package/src/StepNavAccordionHeadingText/index.tsx +9 -25
  916. package/src/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +8 -8
  917. package/src/SvgIcon/__snapshots__/index.test.tsx.snap +39 -16
  918. package/src/SvgIcon/index.test.tsx +7 -4
  919. package/src/SvgIcon/index.tsx +24 -26
  920. package/src/TableCaption/index.tsx +1 -4
  921. package/src/TableHeadCell/__snapshots__/index.test.tsx.snap +53 -53
  922. package/src/TableHeadCell/index.test.tsx +24 -24
  923. package/src/TableHeadCell/index.tsx +25 -31
  924. package/src/TabsHeading/__snapshots__/index.test.tsx.snap +90 -24
  925. package/src/TabsHeading/index.tsx +7 -16
  926. package/src/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
  927. package/src/TabsListItem/index.test.tsx +8 -8
  928. package/src/TabsListItem/index.tsx +10 -11
  929. package/src/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
  930. package/src/TaskListItemHeading/index.tsx +6 -51
  931. package/src/TaskListItemTag/__snapshots__/index.test.tsx.snap +18 -18
  932. package/src/TaskListItemTag/index.test.tsx +6 -6
  933. package/src/TaskListItemTag/index.tsx +8 -10
  934. package/src/TextInput/__snapshots__/index.test.tsx.snap +204 -204
  935. package/src/TextInput/index.test.tsx +84 -84
  936. package/src/TextInput/index.tsx +33 -46
  937. package/src/Timeline/index.tsx +8 -8
  938. package/src/Typography/__snapshots__/index.test.tsx.snap +181 -0
  939. package/src/Typography/index.test.tsx +44 -0
  940. package/src/Typography/index.tsx +52 -0
  941. package/src/Unpurge/index.tsx +168 -0
  942. package/src/WarningText/__snapshots__/index.test.tsx.snap +31 -0
  943. package/src/WarningText/index.test.tsx +3 -0
  944. package/src/WarningText/index.tsx +13 -3
  945. package/src/index.ts +24 -24
  946. package/src/registry.js +47 -50
  947. package/AdminHeaderSection/__snapshots__/index.spec.tsx.snap +0 -16
  948. package/ChipSection/index.d.ts +0 -14
  949. package/ChipSection/index.spec.js +0 -15
  950. package/ChipSectionWrapper/__snapshots__/index.spec.tsx.snap +0 -16
  951. package/ChipSectionWrapper/index.js +0 -39
  952. package/ChipSectionWrapper/index.spec.js +0 -15
  953. package/DropdownArrowDown/index.d.ts +0 -9
  954. package/DropdownArrowDown/index.js +0 -31
  955. package/FilterCloseButton/index.d.ts +0 -16
  956. package/FilterHeading/index.d.ts +0 -12
  957. package/FilterSection/__snapshots__/index.test.tsx.snap +0 -16
  958. package/FilterSection/index.d.ts +0 -38
  959. package/FilterSection/index.test.js +0 -15
  960. package/FooterInlineList/__snapshots__/index.test.tsx.snap +0 -16
  961. package/FooterInlineList/index.d.ts +0 -11
  962. package/FooterInlineList/index.js +0 -40
  963. package/FooterInlineListItem/__snapshots__/index.test.tsx.snap +0 -16
  964. package/FooterInlineListItem/index.test.js +0 -15
  965. package/FooterMeta/__snapshots__/index.test.tsx.snap +0 -16
  966. package/FooterMetaItem/__snapshots__/index.test.tsx.snap +0 -50
  967. package/FooterMetaItem/index.d.ts +0 -16
  968. package/FooterSection/__snapshots__/index.test.tsx.snap +0 -16
  969. package/FooterSection/index.d.ts +0 -11
  970. package/FooterSection/index.test.js +0 -15
  971. package/Icon/__snapshots__/index.test.tsx.snap +0 -343
  972. package/Icon/index.d.ts +0 -25
  973. package/Icon/index.js +0 -58
  974. package/Icon/index.test.js +0 -88
  975. package/NavListItem/index.d.ts +0 -10
  976. package/NavMenu/__snapshots__/index.test.tsx.snap +0 -18
  977. package/NavMenu/index.d.ts +0 -26
  978. package/NavMenu/index.js +0 -43
  979. package/NavMenuContainerContent/__snapshots__/index.test.tsx.snap +0 -21
  980. package/NavMenuContainerContent/index.d.ts +0 -11
  981. package/NavMenuContainerContentList/index.d.ts +0 -10
  982. package/NavMenuContainerContentListItem/index.d.ts +0 -10
  983. package/NavMenuContainerContentListItem/index.test.js +0 -15
  984. package/NavMenuContainerTitle/__snapshots__/index.test.tsx.snap +0 -37
  985. package/NavVertical/__snapshots__/index.test.tsx.snap +0 -16
  986. package/NavVertical/index.d.ts +0 -11
  987. package/NavVertical/index.js +0 -40
  988. package/NavVertical/index.test.js +0 -15
  989. package/NavVerticalItem/__snapshots__/index.test.tsx.snap +0 -50
  990. package/NavVerticalItem/index.d.ts +0 -16
  991. package/NavVerticalItem/index.test.js +0 -31
  992. package/SearchSection/index.d.ts +0 -9
  993. package/SearchSection/index.test.js +0 -15
  994. package/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +0 -16
  995. package/SingleCharacterInputContainer/index.d.ts +0 -11
  996. package/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +0 -173
  997. package/SingleCharacterInputItem/index.d.ts +0 -33
  998. package/SingleCharacterInputItem/index.js +0 -50
  999. package/es/AdminHeaderSection/__snapshots__/index.spec.tsx.snap +0 -16
  1000. package/es/AdminHeaderSection/index.spec.js +0 -9
  1001. package/es/ChipSection/index.spec.js +0 -9
  1002. package/es/ChipSectionWrapper/__snapshots__/index.spec.tsx.snap +0 -16
  1003. package/es/ChipSectionWrapper/index.js +0 -23
  1004. package/es/ChipSectionWrapper/index.spec.js +0 -9
  1005. package/es/DropdownArrowDown/index.js +0 -18
  1006. package/es/FilterHeading/index.test.js +0 -9
  1007. package/es/FilterSection/__snapshots__/index.test.tsx.snap +0 -16
  1008. package/es/FilterSection/index.test.js +0 -9
  1009. package/es/FooterInlineList/__snapshots__/index.test.tsx.snap +0 -16
  1010. package/es/FooterInlineList/index.js +0 -24
  1011. package/es/FooterInlineList/index.test.js +0 -9
  1012. package/es/FooterInlineListItem/__snapshots__/index.test.tsx.snap +0 -16
  1013. package/es/FooterInlineListItem/index.test.js +0 -9
  1014. package/es/FooterMeta/__snapshots__/index.test.tsx.snap +0 -16
  1015. package/es/FooterMeta/index.test.js +0 -9
  1016. package/es/FooterMetaItem/__snapshots__/index.test.tsx.snap +0 -50
  1017. package/es/FooterMetaItem/index.test.js +0 -25
  1018. package/es/FooterSection/__snapshots__/index.test.tsx.snap +0 -16
  1019. package/es/FooterSection/index.test.js +0 -9
  1020. package/es/Icon/__snapshots__/index.test.tsx.snap +0 -343
  1021. package/es/Icon/index.js +0 -34
  1022. package/es/Icon/index.test.js +0 -82
  1023. package/es/NavListItem/index.test.js +0 -9
  1024. package/es/NavMenu/__snapshots__/index.test.tsx.snap +0 -18
  1025. package/es/NavMenu/index.js +0 -27
  1026. package/es/NavMenu/index.test.js +0 -9
  1027. package/es/NavMenuContainerContent/__snapshots__/index.test.tsx.snap +0 -21
  1028. package/es/NavMenuContainerContentList/index.test.js +0 -9
  1029. package/es/NavMenuContainerContentListItem/index.test.js +0 -9
  1030. package/es/NavMenuContainerTitle/__snapshots__/index.test.tsx.snap +0 -37
  1031. package/es/NavMenuContainerTitle/index.test.js +0 -9
  1032. package/es/NavVertical/__snapshots__/index.test.tsx.snap +0 -16
  1033. package/es/NavVertical/index.js +0 -24
  1034. package/es/NavVertical/index.test.js +0 -9
  1035. package/es/NavVerticalItem/__snapshots__/index.test.tsx.snap +0 -50
  1036. package/es/NavVerticalItem/index.js +0 -23
  1037. package/es/NavVerticalItem/index.test.js +0 -25
  1038. package/es/SearchSection/index.test.js +0 -9
  1039. package/es/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +0 -16
  1040. package/es/SingleCharacterInputContainer/index.test.js +0 -9
  1041. package/es/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +0 -173
  1042. package/es/SingleCharacterInputItem/index.js +0 -34
  1043. package/esm/AdminHeaderSection/__snapshots__/index.spec.tsx.snap +0 -16
  1044. package/esm/AdminHeaderSection/index.spec.js +0 -9
  1045. package/esm/ChipSection/index.spec.js +0 -9
  1046. package/esm/ChipSectionWrapper/__snapshots__/index.spec.tsx.snap +0 -16
  1047. package/esm/ChipSectionWrapper/index.js +0 -23
  1048. package/esm/ChipSectionWrapper/index.spec.js +0 -9
  1049. package/esm/DropdownArrowDown/index.js +0 -18
  1050. package/esm/FilterHeading/index.test.js +0 -9
  1051. package/esm/FilterSection/__snapshots__/index.test.tsx.snap +0 -16
  1052. package/esm/FilterSection/index.test.js +0 -9
  1053. package/esm/FooterInlineList/__snapshots__/index.test.tsx.snap +0 -16
  1054. package/esm/FooterInlineList/index.js +0 -24
  1055. package/esm/FooterInlineList/index.test.js +0 -9
  1056. package/esm/FooterInlineListItem/__snapshots__/index.test.tsx.snap +0 -16
  1057. package/esm/FooterInlineListItem/index.test.js +0 -9
  1058. package/esm/FooterMeta/__snapshots__/index.test.tsx.snap +0 -16
  1059. package/esm/FooterMeta/index.test.js +0 -9
  1060. package/esm/FooterMetaItem/__snapshots__/index.test.tsx.snap +0 -50
  1061. package/esm/FooterMetaItem/index.test.js +0 -25
  1062. package/esm/FooterSection/__snapshots__/index.test.tsx.snap +0 -16
  1063. package/esm/FooterSection/index.test.js +0 -9
  1064. package/esm/Icon/__snapshots__/index.test.tsx.snap +0 -343
  1065. package/esm/Icon/index.js +0 -34
  1066. package/esm/Icon/index.test.js +0 -82
  1067. package/esm/NavListItem/index.test.js +0 -9
  1068. package/esm/NavMenu/__snapshots__/index.test.tsx.snap +0 -18
  1069. package/esm/NavMenu/index.js +0 -27
  1070. package/esm/NavMenu/index.test.js +0 -9
  1071. package/esm/NavMenuContainerContent/__snapshots__/index.test.tsx.snap +0 -21
  1072. package/esm/NavMenuContainerContentList/index.test.js +0 -9
  1073. package/esm/NavMenuContainerContentListItem/index.test.js +0 -9
  1074. package/esm/NavMenuContainerTitle/__snapshots__/index.test.tsx.snap +0 -37
  1075. package/esm/NavMenuContainerTitle/index.test.js +0 -9
  1076. package/esm/NavVertical/__snapshots__/index.test.tsx.snap +0 -16
  1077. package/esm/NavVertical/index.js +0 -24
  1078. package/esm/NavVertical/index.test.js +0 -9
  1079. package/esm/NavVerticalItem/__snapshots__/index.test.tsx.snap +0 -50
  1080. package/esm/NavVerticalItem/index.js +0 -23
  1081. package/esm/NavVerticalItem/index.test.js +0 -25
  1082. package/esm/SearchSection/index.test.js +0 -9
  1083. package/esm/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +0 -16
  1084. package/esm/SingleCharacterInputContainer/index.test.js +0 -9
  1085. package/esm/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +0 -173
  1086. package/esm/SingleCharacterInputItem/index.js +0 -34
  1087. package/src/AdminHeaderSection/__snapshots__/index.spec.tsx.snap +0 -16
  1088. package/src/AdminHeaderSection/index.spec.tsx +0 -10
  1089. package/src/AdminHeaderSection/index.tsx +0 -27
  1090. package/src/ChipSection/index.spec.tsx +0 -8
  1091. package/src/ChipSectionWrapper/__snapshots__/index.spec.tsx.snap +0 -16
  1092. package/src/ChipSectionWrapper/index.spec.tsx +0 -10
  1093. package/src/ChipSectionWrapper/index.tsx +0 -21
  1094. package/src/DropdownArrowDown/index.tsx +0 -16
  1095. package/src/FilterCloseButton/index.tsx +0 -40
  1096. package/src/FilterHeading/index.test.tsx +0 -8
  1097. package/src/FilterSection/__snapshots__/index.test.tsx.snap +0 -16
  1098. package/src/FilterSection/index.test.tsx +0 -8
  1099. package/src/FooterInlineList/__snapshots__/index.test.tsx.snap +0 -16
  1100. package/src/FooterInlineList/index.test.tsx +0 -8
  1101. package/src/FooterInlineList/index.tsx +0 -29
  1102. package/src/FooterInlineListItem/__snapshots__/index.test.tsx.snap +0 -16
  1103. package/src/FooterInlineListItem/index.test.tsx +0 -10
  1104. package/src/FooterInlineListItem/index.tsx +0 -27
  1105. package/src/FooterMeta/__snapshots__/index.test.tsx.snap +0 -16
  1106. package/src/FooterMeta/index.test.tsx +0 -8
  1107. package/src/FooterMetaItem/__snapshots__/index.test.tsx.snap +0 -50
  1108. package/src/FooterMetaItem/index.test.tsx +0 -20
  1109. package/src/FooterMetaItem/index.tsx +0 -36
  1110. package/src/FooterSection/__snapshots__/index.test.tsx.snap +0 -16
  1111. package/src/FooterSection/index.test.tsx +0 -8
  1112. package/src/FooterSection/index.tsx +0 -29
  1113. package/src/Icon/__snapshots__/index.test.tsx.snap +0 -343
  1114. package/src/Icon/index.test.tsx +0 -36
  1115. package/src/Icon/index.tsx +0 -63
  1116. package/src/NavListItem/index.test.tsx +0 -8
  1117. package/src/NavMenu/__snapshots__/index.test.tsx.snap +0 -18
  1118. package/src/NavMenu/index.test.tsx +0 -7
  1119. package/src/NavMenu/index.tsx +0 -51
  1120. package/src/NavMenuContainerContent/__snapshots__/index.test.tsx.snap +0 -21
  1121. package/src/NavMenuContainerContent/index.tsx +0 -22
  1122. package/src/NavMenuContainerContentList/index.test.tsx +0 -9
  1123. package/src/NavMenuContainerContentList/index.tsx +0 -28
  1124. package/src/NavMenuContainerContentListItem/index.test.tsx +0 -11
  1125. package/src/NavMenuContainerTitle/__snapshots__/index.test.tsx.snap +0 -37
  1126. package/src/NavMenuContainerTitle/index.test.tsx +0 -9
  1127. package/src/NavMenuContainerTitle/index.tsx +0 -40
  1128. package/src/NavVertical/__snapshots__/index.test.tsx.snap +0 -16
  1129. package/src/NavVertical/index.test.tsx +0 -8
  1130. package/src/NavVertical/index.tsx +0 -28
  1131. package/src/NavVerticalItem/__snapshots__/index.test.tsx.snap +0 -50
  1132. package/src/NavVerticalItem/index.test.tsx +0 -20
  1133. package/src/NavVerticalItem/index.tsx +0 -37
  1134. package/src/SearchSection/index.test.tsx +0 -8
  1135. package/src/SingleCharacterInputContainer/__snapshots__/index.test.tsx.snap +0 -16
  1136. package/src/SingleCharacterInputContainer/index.test.tsx +0 -10
  1137. package/src/SingleCharacterInputItem/__snapshots__/index.test.tsx.snap +0 -173
  1138. package/src/SingleCharacterInputItem/index.test.tsx +0 -45
  1139. package/src/SingleCharacterInputItem/index.tsx +0 -62
  1140. /package/{AdminHeaderSection → AdminHeaderContent}/index.spec.d.ts +0 -0
  1141. /package/{ChipSection → ChipContainer}/index.spec.d.ts +0 -0
  1142. /package/{FilterHeading → CloseButton}/index.test.d.ts +0 -0
  1143. /package/{FilterSection → FilterContainer}/index.test.d.ts +0 -0
  1144. /package/{FooterInlineList → FilterHeadingContainer}/index.test.d.ts +0 -0
  1145. /package/{FooterInlineListItem → FooterInfo}/index.test.d.ts +0 -0
  1146. /package/{FooterMeta → FooterInfoSection}/index.test.d.ts +0 -0
  1147. /package/{FooterMetaItem → FooterNavigationSection}/index.test.d.ts +0 -0
  1148. /package/{FooterSection → ImageLogo}/index.test.d.ts +0 -0
  1149. /package/{Icon → ImageLogoSet}/index.test.d.ts +0 -0
  1150. /package/{NavListItem → NavListItemAction}/index.test.d.ts +0 -0
  1151. /package/{NavMenu → NavListItemActionContainer}/index.test.d.ts +0 -0
  1152. /package/{NavMenuContainerContent → NavMenuContent}/index.test.d.ts +0 -0
  1153. /package/{NavMenuContainerContentList → NavMenuContentListBase}/index.test.d.ts +0 -0
  1154. /package/{NavMenuContainerContentListItem → NavMenuContentListItem}/index.test.d.ts +0 -0
  1155. /package/{NavMenuContainerTitle → NavMenuTitle}/index.test.d.ts +0 -0
  1156. /package/{NavVertical → PageTitleCaption}/index.test.d.ts +0 -0
  1157. /package/{NavVerticalItem → PageTitleContainer}/index.test.d.ts +0 -0
  1158. /package/{SearchSection → SearchContainer}/index.test.d.ts +0 -0
  1159. /package/{SingleCharacterInputContainer → SingleCharacterInput}/index.test.d.ts +0 -0
  1160. /package/{SingleCharacterInputItem → SingleCharacterInputs}/index.test.d.ts +0 -0
  1161. /package/{ChipSectionWrapper/index.spec.d.ts → Stack/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)>