@digigov/react-core 1.0.0-6b93ebf2 → 1.0.0-871b6be5

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