@digigov/react-core 2.0.0-6452adf3 → 2.0.0-66d7c5e2

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 (1141) hide show
  1. package/Accordion/index.d.ts +2 -28
  2. package/Accordion/index.js +3 -34
  3. package/Accordion/index.js.map +3 -3
  4. package/Accordion/index.native/index.js +22 -0
  5. package/Accordion/index.native/package.json +6 -0
  6. package/Accordion/index.native.d.ts +2 -0
  7. package/Accordion/index.native.js.map +7 -0
  8. package/Accordion/index.web/index.js +37 -0
  9. package/Accordion/index.web/package.json +6 -0
  10. package/Accordion/index.web.d.ts +28 -0
  11. package/Accordion/index.web.js.map +7 -0
  12. package/AccordionControls/index.js.map +1 -1
  13. package/AccordionSection/index.d.ts +2 -11
  14. package/AccordionSection/index.js +3 -20
  15. package/AccordionSection/index.js.map +3 -3
  16. package/AccordionSection/index.native/index.js +21 -0
  17. package/AccordionSection/index.native/package.json +6 -0
  18. package/AccordionSection/index.native.d.ts +2 -0
  19. package/AccordionSection/index.native.js.map +7 -0
  20. package/AccordionSection/index.web/index.js +23 -0
  21. package/AccordionSection/index.web/package.json +6 -0
  22. package/AccordionSection/index.web.d.ts +10 -0
  23. package/AccordionSection/index.web.js.map +7 -0
  24. package/AccordionSectionContent/index.js.map +1 -1
  25. package/AccordionSectionSummary/index.js.map +1 -1
  26. package/AccordionSectionSummaryHeading/index.d.ts +1 -0
  27. package/AccordionSectionSummaryHeading/index.js +5 -3
  28. package/AccordionSectionSummaryHeading/index.js.map +2 -2
  29. package/AdminAside/index.js.map +1 -1
  30. package/AdminContainer/index.js +1 -1
  31. package/AdminContainer/index.js.map +2 -2
  32. package/AdminHeader/index.js.map +1 -1
  33. package/AdminHeaderContent/index.js.map +2 -2
  34. package/AdminLayout/index.js.map +2 -2
  35. package/AdminMain/index.js.map +1 -1
  36. package/AutoCompleteAssistiveHint/index.js.map +1 -1
  37. package/AutoCompleteContainer/index.js.map +2 -2
  38. package/AutoCompleteInputBase/index.d.ts +17 -0
  39. package/{AutoCompleteInput → AutoCompleteInputBase}/index.js +4 -4
  40. package/AutoCompleteInputBase/index.js.map +7 -0
  41. package/AutoCompleteInputBase/package.json +6 -0
  42. package/AutoCompleteMultipleInputContainer/index.js +1 -1
  43. package/AutoCompleteMultipleInputContainer/index.js.map +2 -2
  44. package/AutoCompleteResultList/index.js.map +2 -2
  45. package/AutoCompleteStatus/index.js.map +1 -1
  46. package/BackLinkBase/index.d.ts +9 -0
  47. package/BackLinkBase/index.js +29 -0
  48. package/BackLinkBase/index.js.map +7 -0
  49. package/{FooterLink → BackLinkBase}/package.json +1 -1
  50. package/BackToTopLink/index.js.map +1 -1
  51. package/BannerContainer/index.js +1 -1
  52. package/BannerContainer/index.js.map +2 -2
  53. package/Base/compat/Input/CheckboxInput.native.js.map +2 -2
  54. package/Base/compat/Input/RadioInput.native.js.map +2 -2
  55. package/Base/compat/button.native/index.js +1 -1
  56. package/Base/compat/button.native.js.map +2 -2
  57. package/Base/compat/details.native/index.js +2 -1
  58. package/Base/compat/details.native.d.ts +2 -1
  59. package/Base/compat/details.native.js.map +2 -2
  60. package/Base/compat/li.native.d.ts +1 -3
  61. package/Base/compat/li.native.js.map +2 -2
  62. package/Base/index.native.js.map +2 -2
  63. package/Base/index.web.d.ts +5 -5
  64. package/Base/index.web.js.map +1 -1
  65. package/Base/mapping.native/index.js +1 -1
  66. package/Base/mapping.native.d.ts +1 -1
  67. package/Base/mapping.native.js.map +2 -2
  68. package/Base/wrap.native/index.js +6 -3
  69. package/Base/wrap.native.js.map +3 -3
  70. package/Bottom/index.js.map +1 -1
  71. package/BottomInfo/index.js.map +1 -1
  72. package/BottomInfoContainer/index.js.map +1 -1
  73. package/BottomInfoContent/index.js.map +1 -1
  74. package/Breadcrumbs/index.js.map +1 -1
  75. package/BreadcrumbsList/index.js.map +1 -1
  76. package/{BreadcrumbsListItemLink → BreadcrumbsListItemLinkBase}/index.d.ts +5 -5
  77. package/BreadcrumbsListItemLinkBase/index.js +23 -0
  78. package/BreadcrumbsListItemLinkBase/index.js.map +7 -0
  79. package/BreadcrumbsListItemLinkBase/package.json +6 -0
  80. package/BreadcrumbsListItemWrapper/index.d.ts +10 -0
  81. package/{BreadcrumbsListItem → BreadcrumbsListItemWrapper}/index.js +4 -4
  82. package/BreadcrumbsListItemWrapper/index.js.map +7 -0
  83. package/{AutoCompleteInputTypeahead → BreadcrumbsListItemWrapper}/package.json +1 -1
  84. package/Button/index.js +2 -0
  85. package/Button/index.js.map +2 -2
  86. package/ButtonGroup/index.js.map +1 -1
  87. package/{ButtonLink → ButtonLinkBase}/index.d.ts +9 -9
  88. package/ButtonLinkBase/index.js +27 -0
  89. package/ButtonLinkBase/index.js.map +7 -0
  90. package/{BackLink → ButtonLinkBase}/package.json +1 -1
  91. package/CallToActionBase/index.d.ts +9 -0
  92. package/{CallToAction → CallToActionBase}/index.js +6 -6
  93. package/CallToActionBase/index.js.map +7 -0
  94. package/{CircularProgress → CallToActionBase}/package.json +1 -1
  95. package/Card/index.js +10 -1
  96. package/Card/index.js.map +2 -2
  97. package/CardAction/index.js.map +1 -1
  98. package/CardContent/index.js.map +1 -1
  99. package/CardHeading/index.js.map +1 -1
  100. package/CheckboxConditional/index.js.map +1 -1
  101. package/CheckboxItem/index.js +11 -2
  102. package/CheckboxItem/index.js.map +2 -2
  103. package/CheckboxItemInput/index.js.map +1 -1
  104. package/CheckboxItemInput/index.web/index.js +2 -2
  105. package/CheckboxItemInput/index.web.js.map +2 -2
  106. package/ChipKeyValue/index.js.map +1 -1
  107. package/ChoiceDividerText/index.js.map +1 -1
  108. package/{CircularProgress → CircularProgressBase}/index.d.ts +5 -5
  109. package/{CircularProgress → CircularProgressBase}/index.js +4 -4
  110. package/CircularProgressBase/index.js.map +7 -0
  111. package/{BreadcrumbsListItem → CircularProgressBase}/package.json +1 -1
  112. package/CodeBlockContainer/index.js.map +1 -1
  113. package/CodeBlockContent/index.js.map +1 -1
  114. package/CopyToClipboardContainer/index.js.map +1 -1
  115. package/CopyToClipboardMessage/index.js.map +1 -1
  116. package/CopyToClipboardMessage/index.native/index.js +2 -2
  117. package/CopyToClipboardMessage/index.native.d.ts +2 -4
  118. package/CopyToClipboardMessage/index.native.js.map +2 -2
  119. package/CopyrightContainer/index.js.map +1 -1
  120. package/DateInputItem/index.js.map +1 -1
  121. package/DateInputItem/index.native/index.js +7 -10
  122. package/DateInputItem/index.native.d.ts +1 -3
  123. package/DateInputItem/index.native.js.map +2 -2
  124. package/DateInputItem/index.web/index.js +11 -1
  125. package/DateInputItem/index.web.js.map +2 -2
  126. package/Details/index.d.ts +2 -2
  127. package/Details/index.js.map +2 -2
  128. package/Details/index.native/index.js +1 -1
  129. package/Details/index.native.d.ts +1 -3
  130. package/Details/index.native.js.map +1 -1
  131. package/Details/index.web.js.map +1 -1
  132. package/DetailsContent/index.d.ts +1 -0
  133. package/DetailsContent/index.js +3 -2
  134. package/DetailsContent/index.js.map +2 -2
  135. package/DrawerHeading/index.js +1 -9
  136. package/DrawerHeading/index.js.map +2 -2
  137. package/DropdownContent/index.js.map +2 -2
  138. package/ErrorMessage/index.js.map +1 -1
  139. package/ErrorSummary/index.d.ts +9 -0
  140. package/ErrorSummary/index.js +3 -3
  141. package/ErrorSummary/index.js.map +2 -2
  142. package/Fieldset/index.js.map +1 -1
  143. package/FileUpload/index.d.ts +7 -0
  144. package/FileUpload/index.js +12 -4
  145. package/FileUpload/index.js.map +2 -2
  146. package/FileUploadContainer/index.d.ts +7 -0
  147. package/FileUploadContainer/index.js +3 -2
  148. package/FileUploadContainer/index.js.map +2 -2
  149. package/FillableText/index.js.map +1 -1
  150. package/FilterContainer/index.js.map +2 -2
  151. package/FilterContent/index.js.map +1 -1
  152. package/FilterSelectedHeading/index.js.map +1 -1
  153. package/FilterSelectedSection/index.js.map +1 -1
  154. package/Footer/index.js.map +1 -1
  155. package/FooterContent/index.js.map +1 -1
  156. package/FooterContentLogos/index.js.map +1 -1
  157. package/FooterImage/index.js.map +1 -1
  158. package/FooterInfo/index.js.map +1 -1
  159. package/FooterLinkBase/index.d.ts +9 -0
  160. package/FooterLinkBase/index.js +23 -0
  161. package/FooterLinkBase/index.js.map +7 -0
  162. package/{CallToAction → FooterLinkBase}/package.json +1 -1
  163. package/FooterListItem/index.js.map +1 -1
  164. package/FooterNavigation/index.js.map +1 -1
  165. package/FooterNavigationSection/index.js.map +1 -1
  166. package/FullPageBackground/index.js.map +1 -1
  167. package/GovGRLogoBase/govgr-logo-base64/package.json +6 -0
  168. package/{GovGRLogo → GovGRLogoBase}/govgr-logo-base64.js.map +1 -1
  169. package/GovGRLogoBase/govgr-logo-blue-base64/package.json +6 -0
  170. package/{GovGRLogo → GovGRLogoBase}/govgr-logo-blue-base64.js.map +1 -1
  171. package/GovGRLogoBase/index.d.ts +9 -0
  172. package/GovGRLogoBase/index.js +43 -0
  173. package/GovGRLogoBase/index.js.map +7 -0
  174. package/{ButtonLink → GovGRLogoBase}/package.json +1 -1
  175. package/Grid/index.d.ts +3 -9
  176. package/Grid/index.js +1 -0
  177. package/Grid/index.js.map +2 -2
  178. package/HeaderContent/index.js.map +1 -1
  179. package/HeaderLogoBase/index.d.ts +19 -0
  180. package/HeaderLogoBase/index.js +33 -0
  181. package/HeaderLogoBase/index.js.map +7 -0
  182. package/HeaderLogoBase/package.json +6 -0
  183. package/HeaderNavMenuContent/index.js.map +1 -1
  184. package/HeaderSecondaryLogoBase/index.d.ts +19 -0
  185. package/{HeaderSecondaryLogo → HeaderSecondaryLogoBase}/index.js +7 -7
  186. package/HeaderSecondaryLogoBase/index.js.map +7 -0
  187. package/{BreadcrumbsListItemLink → HeaderSecondaryLogoBase}/package.json +1 -1
  188. package/HeaderSection/index.js.map +1 -1
  189. package/HeaderTitleBase/index.d.ts +9 -0
  190. package/HeaderTitleBase/index.js +24 -0
  191. package/HeaderTitleBase/index.js.map +7 -0
  192. package/HeaderTitleBase/package.json +6 -0
  193. package/Hidden/index.js +14 -1
  194. package/Hidden/index.js.map +2 -2
  195. package/Hint/index.d.ts +6 -6
  196. package/Hint/index.js.map +1 -1
  197. package/ImageLogo/index.js +1 -1
  198. package/ImageLogo/index.js.map +2 -2
  199. package/ImageLogoSet/index.d.ts +1 -1
  200. package/ImageLogoSet/index.js +2 -2
  201. package/ImageLogoSet/index.js.map +2 -2
  202. package/KitchenSinkAllComponents/index.js.map +1 -1
  203. package/KitchenSinkCard/index.js.map +1 -1
  204. package/KitchenSinkCategory/index.js.map +1 -1
  205. package/KitchenSinkContentInfo/index.js.map +1 -1
  206. package/KitchenSinkContentTags/index.js.map +1 -1
  207. package/KitchenSinkHeading/index.js.map +1 -1
  208. package/KitchenSinkLetterContent/index.js.map +1 -1
  209. package/LabelContainer/index.js.map +1 -1
  210. package/LinkBase/index.js +1 -0
  211. package/LinkBase/index.js.map +2 -2
  212. package/ListItem/index.js.map +1 -1
  213. package/LoaderContainer/index.js.map +1 -1
  214. package/Main/index.js.map +1 -1
  215. package/MastheadBody/index.js.map +1 -1
  216. package/MastheadLogo/index.js.map +1 -1
  217. package/ModalAction/index.js.map +1 -1
  218. package/ModalContent/index.js.map +1 -1
  219. package/ModalHeading/index.js.map +1 -1
  220. package/{NavListItemAction → NavListItemActionBase}/index.d.ts +6 -6
  221. package/{NavListItemAction → NavListItemActionBase}/index.js +7 -7
  222. package/NavListItemActionBase/index.js.map +7 -0
  223. package/NavListItemActionBase/package.json +6 -0
  224. package/NavListItemActionContainer/index.native/index.js +1 -1
  225. package/NavListItemActionContainer/index.native.d.ts +0 -2
  226. package/NavListItemActionContainer/index.native.js.map +1 -1
  227. package/NavListItemActionContainer/index.web.js.map +1 -1
  228. package/NavListItemBadge/index.js +1 -1
  229. package/NavListItemBadge/index.js.map +2 -2
  230. package/{NavListItemLink → NavListItemLinkBase}/index.d.ts +4 -4
  231. package/{NavListItemLink → NavListItemLinkBase}/index.js +6 -6
  232. package/NavListItemLinkBase/index.js.map +7 -0
  233. package/{AutoCompleteInput → NavListItemLinkBase}/package.json +1 -1
  234. package/NavMenuContent/index.js.map +2 -2
  235. package/NavMenuContentListBase/index.js.map +1 -1
  236. package/NavMenuContentListItem/index.js.map +1 -1
  237. package/NavMenuTitle/index.js.map +1 -1
  238. package/NotificationBannerContainer/index.d.ts +2 -1
  239. package/NotificationBannerContainer/index.js.map +2 -2
  240. package/NotificationBannerContent/index.d.ts +22 -0
  241. package/NotificationBannerContent/index.js +14 -3
  242. package/NotificationBannerContent/index.js.map +2 -2
  243. package/NotificationBannerHeader/index.js.map +1 -1
  244. package/NotificationBannerHeading/index.js.map +1 -1
  245. package/NotificationBannerLink/index.js.map +2 -2
  246. package/NotificationBannerLink/index.native/index.js +2 -2
  247. package/NotificationBannerLink/index.native.d.ts +1 -3
  248. package/NotificationBannerLink/index.native.js.map +2 -2
  249. package/NotificationBannerLink/index.web.js.map +1 -1
  250. package/PageTitleContainer/index.js.map +1 -1
  251. package/PaginationLabelContainer/index.js.map +1 -1
  252. package/PaginationList/index.js.map +1 -1
  253. package/PanelBody/index.js.map +1 -1
  254. package/PanelTitle/index.js.map +1 -1
  255. package/PhaseBanner/index.js.map +2 -2
  256. package/PhaseBannerHeaderContainer/index.js.map +1 -1
  257. package/PhaseBannerTag/index.js.map +1 -1
  258. package/PhaseBannerText/index.js.map +1 -1
  259. package/RadioConditional/index.js.map +1 -1
  260. package/RadioItem/index.js.map +2 -2
  261. package/ResultsActionBar/index.js.map +1 -1
  262. package/ResultsHeading/index.js.map +1 -1
  263. package/SearchButton/index.js.map +1 -1
  264. package/SearchContainer/index.js.map +1 -1
  265. package/SelectOption/index.js.map +1 -1
  266. package/SingleCharacterInputs/index.js.map +1 -1
  267. package/Skeleton/index.js +3 -2
  268. package/Skeleton/index.js.map +2 -2
  269. package/SkipLink/index.js.map +1 -1
  270. package/Stack/index.d.ts +2 -2
  271. package/Stack/index.js.map +1 -1
  272. package/StepNavAccordion/index.js.map +1 -1
  273. package/StepNavAccordionContent/index.js.map +1 -1
  274. package/StepNavAccordionHeadingTitle/index.js.map +1 -1
  275. package/StepNavAccordionSummary/index.js.map +1 -1
  276. package/StepNavControls/index.js.map +1 -1
  277. package/StepNavList/index.js.map +1 -1
  278. package/StepNavListItem/index.js.map +1 -1
  279. package/SummaryList/index.d.ts +10 -2
  280. package/SummaryList/index.js +10 -2
  281. package/SummaryList/index.js.map +2 -2
  282. package/SummaryListItem/index.js +1 -1
  283. package/SummaryListItem/index.js.map +2 -2
  284. package/SummaryListItemAction/index.js.map +1 -1
  285. package/SummaryListItemKey/index.d.ts +14 -0
  286. package/SummaryListItemKey/index.js +14 -2
  287. package/SummaryListItemKey/index.js.map +2 -2
  288. package/SummaryListItemValue/index.d.ts +14 -0
  289. package/SummaryListItemValue/index.js +11 -2
  290. package/SummaryListItemValue/index.js.map +2 -2
  291. package/Table/index.d.ts +9 -0
  292. package/Table/index.js +4 -1
  293. package/Table/index.js.map +2 -2
  294. package/TableDataCell/index.d.ts +22 -0
  295. package/TableDataCell/index.js +18 -2
  296. package/TableDataCell/index.js.map +2 -2
  297. package/TableHead/index.js.map +1 -1
  298. package/TableLoaderBackground/index.js.map +1 -1
  299. package/TableNoDataRow/index.js.map +1 -1
  300. package/TableSortIconContainer/index.js.map +1 -1
  301. package/TabsHeading/index.js +1 -1
  302. package/TabsHeading/index.js.map +2 -2
  303. package/TabsList/index.js.map +1 -1
  304. package/TaskListItem/index.js.map +1 -1
  305. package/TaskListItemContent/index.js.map +1 -1
  306. package/TextArea/index.js.map +2 -2
  307. package/TextArea/index.native/index.js +1 -1
  308. package/TextArea/index.native.d.ts +1 -3
  309. package/TextArea/index.native.js.map +1 -1
  310. package/TextArea/index.web.js.map +2 -2
  311. package/TextInput/index.js.map +1 -1
  312. package/TextInput/index.native/index.js +3 -3
  313. package/TextInput/index.native.d.ts +1 -3
  314. package/TextInput/index.native.js.map +2 -2
  315. package/TimelineActions/index.js.map +1 -1
  316. package/TimelineContent/index.js.map +1 -1
  317. package/TimelineHeading/index.js +2 -2
  318. package/TimelineHeading/index.js.map +2 -2
  319. package/TimelineItem/index.js.map +1 -1
  320. package/Top/index.js.map +1 -1
  321. package/Typography/index.d.ts +1 -1
  322. package/Typography/index.js +15 -17
  323. package/Typography/index.js.map +2 -2
  324. package/Unpurge/index.js.map +2 -2
  325. package/VisuallyHidden/index.js.map +1 -1
  326. package/WarningText/index.d.ts +7 -0
  327. package/WarningText/index.js +10 -2
  328. package/WarningText/index.js.map +2 -2
  329. package/WarningTextAssistive/index.d.ts +3 -3
  330. package/WarningTextAssistive/index.js.map +2 -2
  331. package/cjs/Accordion/index.js +5 -35
  332. package/cjs/Accordion/index.js.map +3 -3
  333. package/cjs/{utils/extend.native → Accordion/index.native}/index.js +22 -16
  334. package/cjs/Accordion/index.native.js.map +7 -0
  335. package/cjs/{ButtonLink → Accordion/index.web}/index.js +24 -16
  336. package/cjs/Accordion/index.web.js.map +7 -0
  337. package/cjs/AccordionControls/index.js.map +1 -1
  338. package/cjs/AccordionSection/index.js +5 -21
  339. package/cjs/AccordionSection/index.js.map +3 -3
  340. package/cjs/{CheckboxItemInput → AccordionSection}/index.native/index.js +13 -12
  341. package/cjs/AccordionSection/index.native.js.map +7 -0
  342. package/cjs/{HeaderTitle → AccordionSection/index.web}/index.js +11 -12
  343. package/cjs/AccordionSection/index.web.js.map +7 -0
  344. package/cjs/AccordionSectionContent/index.js.map +1 -1
  345. package/cjs/AccordionSectionSummary/index.js.map +1 -1
  346. package/cjs/AccordionSectionSummaryHeading/index.js +5 -3
  347. package/cjs/AccordionSectionSummaryHeading/index.js.map +2 -2
  348. package/cjs/AdminAside/index.js.map +1 -1
  349. package/cjs/AdminContainer/index.js +1 -1
  350. package/cjs/AdminContainer/index.js.map +2 -2
  351. package/cjs/AdminHeader/index.js.map +1 -1
  352. package/cjs/AdminHeaderContent/index.js.map +2 -2
  353. package/cjs/AdminLayout/index.js.map +2 -2
  354. package/cjs/AdminMain/index.js.map +1 -1
  355. package/cjs/AutoCompleteAssistiveHint/index.js.map +1 -1
  356. package/cjs/AutoCompleteContainer/index.js.map +2 -2
  357. package/cjs/{AutoCompleteInput → AutoCompleteInputBase}/index.js +8 -8
  358. package/cjs/AutoCompleteInputBase/index.js.map +7 -0
  359. package/cjs/AutoCompleteMultipleInputContainer/index.js +1 -1
  360. package/cjs/AutoCompleteMultipleInputContainer/index.js.map +2 -2
  361. package/cjs/AutoCompleteResultList/index.js.map +2 -2
  362. package/cjs/AutoCompleteStatus/index.js.map +1 -1
  363. package/cjs/BackLinkBase/index.js +62 -0
  364. package/cjs/BackLinkBase/index.js.map +7 -0
  365. package/cjs/BackToTopLink/index.js.map +1 -1
  366. package/cjs/BannerContainer/index.js +1 -1
  367. package/cjs/BannerContainer/index.js.map +2 -2
  368. package/cjs/Base/compat/Input/CheckboxInput.native.js.map +2 -2
  369. package/cjs/Base/compat/Input/RadioInput.native.js.map +2 -2
  370. package/cjs/Base/compat/button.native/index.js +1 -1
  371. package/cjs/Base/compat/button.native.js.map +2 -2
  372. package/cjs/Base/compat/details.native/index.js +2 -1
  373. package/cjs/Base/compat/details.native.js.map +2 -2
  374. package/cjs/Base/compat/li.native.js.map +2 -2
  375. package/cjs/Base/index.native.js.map +2 -2
  376. package/cjs/Base/index.web.js.map +1 -1
  377. package/cjs/Base/mapping.native/index.js +1 -1
  378. package/cjs/Base/mapping.native.js.map +2 -2
  379. package/cjs/Base/wrap.native/index.js +6 -3
  380. package/cjs/Base/wrap.native.js.map +3 -3
  381. package/cjs/Bottom/index.js.map +1 -1
  382. package/cjs/BottomInfo/index.js.map +1 -1
  383. package/cjs/BottomInfoContainer/index.js.map +1 -1
  384. package/cjs/BottomInfoContent/index.js.map +1 -1
  385. package/cjs/Breadcrumbs/index.js.map +1 -1
  386. package/cjs/BreadcrumbsList/index.js.map +1 -1
  387. package/cjs/{BreadcrumbsListItemLink → BreadcrumbsListItemLinkBase}/index.js +10 -11
  388. package/cjs/BreadcrumbsListItemLinkBase/index.js.map +7 -0
  389. package/cjs/{BreadcrumbsListItem → BreadcrumbsListItemWrapper}/index.js +8 -8
  390. package/cjs/BreadcrumbsListItemWrapper/index.js.map +7 -0
  391. package/cjs/Button/index.js +2 -0
  392. package/cjs/Button/index.js.map +2 -2
  393. package/cjs/ButtonGroup/index.js.map +1 -1
  394. package/cjs/ButtonLinkBase/index.js +60 -0
  395. package/cjs/ButtonLinkBase/index.js.map +7 -0
  396. package/cjs/{CallToAction → CallToActionBase}/index.js +10 -10
  397. package/cjs/CallToActionBase/index.js.map +7 -0
  398. package/cjs/Card/index.js +10 -1
  399. package/cjs/Card/index.js.map +2 -2
  400. package/cjs/CardAction/index.js.map +1 -1
  401. package/cjs/CardContent/index.js.map +1 -1
  402. package/cjs/CardHeading/index.js.map +1 -1
  403. package/cjs/CheckboxConditional/index.js.map +1 -1
  404. package/cjs/CheckboxItem/index.js +11 -2
  405. package/cjs/CheckboxItem/index.js.map +2 -2
  406. package/cjs/CheckboxItemInput/index.js.map +1 -1
  407. package/cjs/CheckboxItemInput/index.web/index.js +2 -2
  408. package/cjs/CheckboxItemInput/index.web.js.map +2 -2
  409. package/cjs/ChipKeyValue/index.js.map +1 -1
  410. package/cjs/ChoiceDividerText/index.js.map +1 -1
  411. package/cjs/{CircularProgress → CircularProgressBase}/index.js +8 -8
  412. package/cjs/CircularProgressBase/index.js.map +7 -0
  413. package/cjs/CodeBlockContainer/index.js.map +1 -1
  414. package/cjs/CodeBlockContent/index.js.map +1 -1
  415. package/cjs/CopyToClipboardContainer/index.js.map +1 -1
  416. package/cjs/CopyToClipboardMessage/index.js.map +1 -1
  417. package/cjs/CopyToClipboardMessage/index.native/index.js +3 -3
  418. package/cjs/CopyToClipboardMessage/index.native.js.map +2 -2
  419. package/cjs/CopyrightContainer/index.js.map +1 -1
  420. package/cjs/DateInputItem/index.js.map +1 -1
  421. package/cjs/DateInputItem/index.native/index.js +7 -10
  422. package/cjs/DateInputItem/index.native.js.map +2 -2
  423. package/cjs/DateInputItem/index.web/index.js +11 -1
  424. package/cjs/DateInputItem/index.web.js.map +2 -2
  425. package/cjs/Details/index.js.map +2 -2
  426. package/cjs/Details/index.native/index.js +2 -2
  427. package/cjs/Details/index.native.js.map +2 -2
  428. package/cjs/Details/index.web.js.map +1 -1
  429. package/cjs/DetailsContent/index.js +3 -2
  430. package/cjs/DetailsContent/index.js.map +2 -2
  431. package/cjs/DrawerHeading/index.js +1 -9
  432. package/cjs/DrawerHeading/index.js.map +2 -2
  433. package/cjs/DropdownContent/index.js.map +2 -2
  434. package/cjs/ErrorMessage/index.js.map +1 -1
  435. package/cjs/ErrorSummary/index.js +3 -3
  436. package/cjs/ErrorSummary/index.js.map +2 -2
  437. package/cjs/Fieldset/index.js.map +1 -1
  438. package/cjs/FileUpload/index.js +12 -4
  439. package/cjs/FileUpload/index.js.map +2 -2
  440. package/cjs/FileUploadContainer/index.js +3 -2
  441. package/cjs/FileUploadContainer/index.js.map +2 -2
  442. package/cjs/FillableText/index.js.map +1 -1
  443. package/cjs/FilterContainer/index.js.map +2 -2
  444. package/cjs/FilterContent/index.js.map +1 -1
  445. package/cjs/FilterSelectedHeading/index.js.map +1 -1
  446. package/cjs/FilterSelectedSection/index.js.map +1 -1
  447. package/cjs/Footer/index.js.map +1 -1
  448. package/cjs/FooterContent/index.js.map +1 -1
  449. package/cjs/FooterContentLogos/index.js.map +1 -1
  450. package/cjs/FooterImage/index.js.map +1 -1
  451. package/cjs/FooterInfo/index.js.map +1 -1
  452. package/cjs/FooterLinkBase/index.js +56 -0
  453. package/cjs/FooterLinkBase/index.js.map +7 -0
  454. package/cjs/FooterListItem/index.js.map +1 -1
  455. package/cjs/FooterNavigation/index.js.map +1 -1
  456. package/cjs/FooterNavigationSection/index.js.map +1 -1
  457. package/cjs/FullPageBackground/index.js.map +1 -1
  458. package/cjs/{GovGRLogo → GovGRLogoBase}/govgr-logo-base64.js.map +1 -1
  459. package/cjs/{GovGRLogo → GovGRLogoBase}/govgr-logo-blue-base64.js.map +1 -1
  460. package/cjs/{GovGRLogo → GovGRLogoBase}/index.js +41 -43
  461. package/cjs/GovGRLogoBase/index.js.map +7 -0
  462. package/cjs/Grid/index.js +1 -0
  463. package/cjs/Grid/index.js.map +2 -2
  464. package/cjs/HeaderContent/index.js.map +1 -1
  465. package/cjs/{HeaderSecondaryLogo → HeaderLogoBase}/index.js +12 -12
  466. package/cjs/HeaderLogoBase/index.js.map +7 -0
  467. package/cjs/HeaderNavMenuContent/index.js.map +1 -1
  468. package/cjs/HeaderSecondaryLogoBase/index.js +66 -0
  469. package/cjs/HeaderSecondaryLogoBase/index.js.map +7 -0
  470. package/cjs/HeaderSection/index.js.map +1 -1
  471. package/cjs/HeaderTitleBase/index.js +57 -0
  472. package/cjs/HeaderTitleBase/index.js.map +7 -0
  473. package/cjs/Hidden/index.js +14 -1
  474. package/cjs/Hidden/index.js.map +2 -2
  475. package/cjs/Hint/index.js.map +1 -1
  476. package/cjs/ImageLogo/index.js +1 -1
  477. package/cjs/ImageLogo/index.js.map +2 -2
  478. package/cjs/ImageLogoSet/index.js +2 -2
  479. package/cjs/ImageLogoSet/index.js.map +2 -2
  480. package/cjs/KitchenSinkAllComponents/index.js.map +1 -1
  481. package/cjs/KitchenSinkCard/index.js.map +1 -1
  482. package/cjs/KitchenSinkCategory/index.js.map +1 -1
  483. package/cjs/KitchenSinkContentInfo/index.js.map +1 -1
  484. package/cjs/KitchenSinkContentTags/index.js.map +1 -1
  485. package/cjs/KitchenSinkHeading/index.js.map +1 -1
  486. package/cjs/KitchenSinkLetterContent/index.js.map +1 -1
  487. package/cjs/LabelContainer/index.js.map +1 -1
  488. package/cjs/LinkBase/index.js +1 -0
  489. package/cjs/LinkBase/index.js.map +2 -2
  490. package/cjs/ListItem/index.js.map +1 -1
  491. package/cjs/LoaderContainer/index.js.map +1 -1
  492. package/cjs/Main/index.js.map +1 -1
  493. package/cjs/MastheadBody/index.js.map +1 -1
  494. package/cjs/MastheadLogo/index.js.map +1 -1
  495. package/cjs/ModalAction/index.js.map +1 -1
  496. package/cjs/ModalContent/index.js.map +1 -1
  497. package/cjs/ModalHeading/index.js.map +1 -1
  498. package/cjs/{NavListItemAction → NavListItemActionBase}/index.js +11 -11
  499. package/cjs/NavListItemActionBase/index.js.map +7 -0
  500. package/cjs/NavListItemActionContainer/index.native/index.js +2 -2
  501. package/cjs/NavListItemActionContainer/index.native.js.map +2 -2
  502. package/cjs/NavListItemActionContainer/index.web.js.map +1 -1
  503. package/cjs/NavListItemBadge/index.js +1 -1
  504. package/cjs/NavListItemBadge/index.js.map +2 -2
  505. package/cjs/{NavListItemLink → NavListItemLinkBase}/index.js +10 -10
  506. package/cjs/NavListItemLinkBase/index.js.map +7 -0
  507. package/cjs/NavMenuContent/index.js +2 -2
  508. package/cjs/NavMenuContent/index.js.map +3 -3
  509. package/cjs/NavMenuContentListBase/index.js.map +1 -1
  510. package/cjs/NavMenuContentListItem/index.js.map +1 -1
  511. package/cjs/NavMenuTitle/index.js.map +1 -1
  512. package/cjs/NotificationBannerContainer/index.js.map +2 -2
  513. package/cjs/NotificationBannerContent/index.js +14 -3
  514. package/cjs/NotificationBannerContent/index.js.map +2 -2
  515. package/cjs/NotificationBannerHeader/index.js.map +1 -1
  516. package/cjs/NotificationBannerHeading/index.js.map +1 -1
  517. package/cjs/NotificationBannerLink/index.js.map +2 -2
  518. package/cjs/NotificationBannerLink/index.native/index.js +3 -3
  519. package/cjs/NotificationBannerLink/index.native.js.map +2 -2
  520. package/cjs/NotificationBannerLink/index.web.js.map +1 -1
  521. package/cjs/PageTitleContainer/index.js.map +1 -1
  522. package/cjs/PaginationLabelContainer/index.js.map +1 -1
  523. package/cjs/PaginationList/index.js.map +1 -1
  524. package/cjs/PanelBody/index.js.map +1 -1
  525. package/cjs/PanelTitle/index.js.map +1 -1
  526. package/cjs/PhaseBanner/index.js.map +2 -2
  527. package/cjs/PhaseBannerHeaderContainer/index.js.map +1 -1
  528. package/cjs/PhaseBannerTag/index.js.map +1 -1
  529. package/cjs/PhaseBannerText/index.js.map +1 -1
  530. package/cjs/RadioConditional/index.js.map +1 -1
  531. package/cjs/RadioItem/index.js.map +2 -2
  532. package/cjs/ResultsActionBar/index.js.map +1 -1
  533. package/cjs/ResultsHeading/index.js.map +1 -1
  534. package/cjs/SearchButton/index.js.map +1 -1
  535. package/cjs/SearchContainer/index.js.map +1 -1
  536. package/cjs/SelectOption/index.js.map +1 -1
  537. package/cjs/SingleCharacterInputs/index.js.map +1 -1
  538. package/cjs/Skeleton/index.js +3 -2
  539. package/cjs/Skeleton/index.js.map +2 -2
  540. package/cjs/SkipLink/index.js.map +1 -1
  541. package/cjs/Stack/index.js.map +1 -1
  542. package/cjs/StepNavAccordion/index.js.map +1 -1
  543. package/cjs/StepNavAccordionContent/index.js.map +1 -1
  544. package/cjs/StepNavAccordionHeadingTitle/index.js.map +1 -1
  545. package/cjs/StepNavAccordionSummary/index.js.map +1 -1
  546. package/cjs/StepNavControls/index.js.map +1 -1
  547. package/cjs/StepNavList/index.js.map +1 -1
  548. package/cjs/StepNavListItem/index.js.map +1 -1
  549. package/cjs/SummaryList/index.js +10 -2
  550. package/cjs/SummaryList/index.js.map +2 -2
  551. package/cjs/SummaryListItem/index.js +1 -1
  552. package/cjs/SummaryListItem/index.js.map +2 -2
  553. package/cjs/SummaryListItemAction/index.js.map +1 -1
  554. package/cjs/SummaryListItemKey/index.js +14 -2
  555. package/cjs/SummaryListItemKey/index.js.map +3 -3
  556. package/cjs/SummaryListItemValue/index.js +11 -2
  557. package/cjs/SummaryListItemValue/index.js.map +3 -3
  558. package/cjs/Table/index.js +4 -1
  559. package/cjs/Table/index.js.map +2 -2
  560. package/cjs/TableDataCell/index.js +18 -2
  561. package/cjs/TableDataCell/index.js.map +3 -3
  562. package/cjs/TableHead/index.js.map +1 -1
  563. package/cjs/TableLoaderBackground/index.js.map +1 -1
  564. package/cjs/TableNoDataRow/index.js.map +1 -1
  565. package/cjs/TableSortIconContainer/index.js.map +1 -1
  566. package/cjs/TabsHeading/index.js +1 -1
  567. package/cjs/TabsHeading/index.js.map +2 -2
  568. package/cjs/TabsList/index.js.map +1 -1
  569. package/cjs/TaskListItem/index.js.map +1 -1
  570. package/cjs/TaskListItemContent/index.js.map +1 -1
  571. package/cjs/TextArea/index.js.map +2 -2
  572. package/cjs/TextArea/index.native/index.js +2 -2
  573. package/cjs/TextArea/index.native.js.map +2 -2
  574. package/cjs/TextArea/index.web.js.map +2 -2
  575. package/cjs/TextInput/index.js.map +1 -1
  576. package/cjs/TextInput/index.native/index.js +4 -4
  577. package/cjs/TextInput/index.native.js.map +2 -2
  578. package/cjs/TimelineActions/index.js.map +1 -1
  579. package/cjs/TimelineContent/index.js.map +1 -1
  580. package/cjs/TimelineHeading/index.js +2 -2
  581. package/cjs/TimelineHeading/index.js.map +2 -2
  582. package/cjs/TimelineItem/index.js.map +1 -1
  583. package/cjs/Top/index.js.map +1 -1
  584. package/cjs/Typography/index.js +15 -17
  585. package/cjs/Typography/index.js.map +2 -2
  586. package/cjs/Unpurge/index.js.map +2 -2
  587. package/cjs/VisuallyHidden/index.js.map +1 -1
  588. package/cjs/WarningText/index.js +10 -2
  589. package/cjs/WarningText/index.js.map +2 -2
  590. package/cjs/WarningTextAssistive/index.js.map +2 -2
  591. package/cjs/index.js +26 -30
  592. package/cjs/index.js.map +2 -2
  593. package/cjs/lazy/index.js +71 -73
  594. package/cjs/lazy.js.map +3 -3
  595. package/cjs/registry/index.js +48 -46
  596. package/cjs/registry.js.map +3 -3
  597. package/cjs/utils/index.native/index.js +86 -0
  598. package/cjs/utils/index.native.js.map +7 -0
  599. package/index.d.ts +13 -15
  600. package/index.js +14 -16
  601. package/index.js.map +2 -2
  602. package/lazy/index.js +245 -251
  603. package/package.json +5 -5
  604. package/registry/index.js +296 -295
  605. package/src/Accordion/__snapshots__/index.test.tsx.snap +48 -0
  606. package/src/Accordion/index.native.tsx +19 -0
  607. package/src/Accordion/index.test.tsx +24 -0
  608. package/src/Accordion/index.tsx +2 -71
  609. package/src/Accordion/index.web.tsx +71 -0
  610. package/src/AccordionControls/index.tsx +1 -1
  611. package/src/AccordionSection/index.native.tsx +18 -0
  612. package/src/AccordionSection/index.test.tsx +3 -1
  613. package/src/AccordionSection/index.tsx +2 -28
  614. package/src/AccordionSection/index.web.tsx +27 -0
  615. package/src/AccordionSectionContent/index.tsx +1 -1
  616. package/src/AccordionSectionSummary/index.tsx +1 -1
  617. package/src/AccordionSectionSummaryHeading/__snapshots__/index.test.tsx.snap +17 -0
  618. package/src/AccordionSectionSummaryHeading/index.test.tsx +9 -0
  619. package/src/AccordionSectionSummaryHeading/index.tsx +12 -4
  620. package/src/AdminAside/__snapshots__/index.test.tsx.snap +1 -1
  621. package/src/AdminAside/index.tsx +1 -1
  622. package/src/AdminContainer/__snapshots__/index.test.tsx.snap +2 -2
  623. package/src/AdminContainer/index.test.tsx +6 -2
  624. package/src/AdminContainer/index.tsx +1 -1
  625. package/src/AdminHeader/index.test.tsx +3 -1
  626. package/src/AdminHeader/index.tsx +1 -1
  627. package/src/AdminHeaderContent/index.tsx +4 -2
  628. package/src/AdminLayout/index.test.tsx +3 -1
  629. package/src/AdminLayout/index.tsx +1 -2
  630. package/src/AdminMain/__snapshots__/index.test.tsx.snap +1 -1
  631. package/src/AdminMain/index.tsx +1 -1
  632. package/src/AdminTopSection/__snapshots__/index.test.tsx.snap +1 -1
  633. package/src/AdminTopSection/index.test.tsx +3 -1
  634. package/src/Aside/__snapshots__/index.test.tsx.snap +1 -1
  635. package/src/AutoCompleteAssistiveHint/index.test.tsx +2 -1
  636. package/src/AutoCompleteAssistiveHint/index.tsx +1 -1
  637. package/src/AutoCompleteContainer/index.tsx +4 -1
  638. package/src/{AutoCompleteInput → AutoCompleteInputBase}/index.test.tsx +4 -4
  639. package/src/{AutoCompleteInput → AutoCompleteInputBase}/index.tsx +6 -7
  640. package/src/AutoCompleteMultipleInputContainer/index.tsx +4 -4
  641. package/src/AutoCompleteResultList/index.test.tsx +2 -1
  642. package/src/AutoCompleteResultList/index.tsx +1 -4
  643. package/src/AutoCompleteResultListItem/index.test.tsx +2 -1
  644. package/src/AutoCompleteStatus/index.tsx +1 -1
  645. package/src/AutoCompleteStatusContainer/index.test.tsx +2 -1
  646. package/src/{BackLink → BackLinkBase}/__snapshots__/index.test.tsx.snap +2 -2
  647. package/src/BackLinkBase/index.test.tsx +15 -0
  648. package/src/BackLinkBase/index.tsx +36 -0
  649. package/src/BackToTopLink/index.tsx +1 -1
  650. package/src/BannerContainer/__snapshots__/index.test.tsx.snap +1 -1
  651. package/src/BannerContainer/index.test.tsx +3 -1
  652. package/src/BannerContainer/index.tsx +2 -2
  653. package/src/Base/compat/Input/CheckboxInput.native.tsx +2 -6
  654. package/src/Base/compat/Input/RadioInput.native.tsx +2 -6
  655. package/src/Base/compat/button.native.tsx +1 -1
  656. package/src/Base/compat/details.native.tsx +3 -1
  657. package/src/Base/compat/li.native.tsx +1 -3
  658. package/src/Base/index.native.tsx +3 -3
  659. package/src/Base/index.web.tsx +6 -6
  660. package/src/Base/mapping.native.tsx +9 -5
  661. package/src/Base/wrap.native.tsx +9 -6
  662. package/src/Blockquote/index.test.tsx +3 -1
  663. package/src/Bottom/index.tsx +1 -1
  664. package/src/BottomInfo/__snapshots__/index.test.tsx.snap +1 -1
  665. package/src/BottomInfo/index.tsx +1 -1
  666. package/src/BottomInfoContainer/__snapshots__/index.test.tsx.snap +1 -1
  667. package/src/BottomInfoContainer/index.tsx +1 -1
  668. package/src/BottomInfoContent/__snapshots__/index.test.tsx.snap +1 -1
  669. package/src/BottomInfoContent/index.test.tsx +3 -1
  670. package/src/BottomInfoContent/index.tsx +1 -1
  671. package/src/Breadcrumbs/index.test.tsx +3 -1
  672. package/src/Breadcrumbs/index.tsx +1 -1
  673. package/src/BreadcrumbsList/index.test.tsx +3 -1
  674. package/src/BreadcrumbsList/index.tsx +1 -1
  675. package/src/{BreadcrumbsListItemLink → BreadcrumbsListItemLinkBase}/__snapshots__/index.test.tsx.snap +4 -4
  676. package/src/BreadcrumbsListItemLinkBase/index.test.tsx +18 -0
  677. package/src/{BreadcrumbsListItemLink → BreadcrumbsListItemLinkBase}/index.tsx +10 -11
  678. package/src/{BreadcrumbsListItem → BreadcrumbsListItemWrapper}/index.test.tsx +1 -1
  679. package/src/{BreadcrumbsListItem → BreadcrumbsListItemWrapper}/index.tsx +5 -5
  680. package/src/Button/index.test.tsx +23 -8
  681. package/src/Button/index.tsx +2 -0
  682. package/src/ButtonGroup/index.test.tsx +3 -1
  683. package/src/ButtonGroup/index.tsx +1 -1
  684. package/src/{ButtonLink → ButtonLinkBase}/__snapshots__/index.test.tsx.snap +22 -22
  685. package/src/ButtonLinkBase/index.test.tsx +75 -0
  686. package/src/ButtonLinkBase/index.tsx +55 -0
  687. package/src/{CallToAction → CallToActionBase}/__snapshots__/index.test.tsx.snap +1 -1
  688. package/src/CallToActionBase/index.test.tsx +10 -0
  689. package/src/{CallToAction → CallToActionBase}/index.tsx +10 -8
  690. package/src/Card/index.test.tsx +9 -3
  691. package/src/Card/index.tsx +10 -1
  692. package/src/CardAction/index.tsx +1 -1
  693. package/src/CardContent/index.test.tsx +3 -1
  694. package/src/CardContent/index.tsx +1 -1
  695. package/src/CardHeading/index.test.tsx +3 -1
  696. package/src/CardHeading/index.tsx +1 -1
  697. package/src/Checkbox/__snapshots__/index.test.tsx.snap +0 -5
  698. package/src/CheckboxConditional/__snapshots__/index.test.tsx.snap +1 -1
  699. package/src/CheckboxConditional/index.tsx +1 -1
  700. package/src/CheckboxItem/__snapshots__/index.test.tsx.snap +0 -4
  701. package/src/CheckboxItem/index.test.tsx +6 -2
  702. package/src/CheckboxItem/index.tsx +10 -3
  703. package/src/CheckboxItemInput/index.tsx +1 -1
  704. package/src/CheckboxItemInput/index.web.tsx +3 -4
  705. package/src/ChipContainer/index.spec.tsx +3 -1
  706. package/src/ChipHeading/index.test.tsx +3 -1
  707. package/src/ChipKeyValue/index.test.tsx +3 -1
  708. package/src/ChipKeyValue/index.tsx +1 -1
  709. package/src/ChoiceDividerText/index.test.tsx +3 -1
  710. package/src/ChoiceDividerText/index.tsx +1 -1
  711. package/src/{CircularProgress → CircularProgressBase}/__snapshots__/index.test.tsx.snap +6 -6
  712. package/src/CircularProgressBase/index.test.tsx +38 -0
  713. package/src/{CircularProgress → CircularProgressBase}/index.tsx +7 -7
  714. package/src/CloseButton/index.test.tsx +3 -1
  715. package/src/Code/index.test.tsx +7 -3
  716. package/src/CodeBlockContainer/index.tsx +1 -1
  717. package/src/CodeBlockContent/index.tsx +1 -1
  718. package/src/Container/__snapshots__/index.test.tsx.snap +3 -3
  719. package/src/Container/index.test.tsx +3 -1
  720. package/src/CopyToClipboardContainer/index.spec.tsx +2 -1
  721. package/src/CopyToClipboardContainer/index.tsx +1 -1
  722. package/src/CopyToClipboardMessage/index.native.tsx +3 -3
  723. package/src/CopyToClipboardMessage/index.test.tsx +6 -3
  724. package/src/CopyToClipboardMessage/index.tsx +1 -1
  725. package/src/CopyrightContainer/index.tsx +1 -1
  726. package/src/DateInputItem/index.native.tsx +7 -10
  727. package/src/DateInputItem/index.test.tsx +3 -1
  728. package/src/DateInputItem/index.tsx +1 -1
  729. package/src/DateInputItem/index.web.tsx +12 -3
  730. package/src/Details/index.native.tsx +1 -1
  731. package/src/Details/index.tsx +2 -2
  732. package/src/Details/index.web.tsx +1 -1
  733. package/src/DetailsContent/index.test.tsx +3 -1
  734. package/src/DetailsContent/index.tsx +11 -2
  735. package/src/DetailsSummary/index.test.tsx +3 -1
  736. package/src/DrawerHeading/index.tsx +1 -5
  737. package/src/DropdownBase/index.test.tsx +6 -2
  738. package/src/DropdownButton/__snapshots__/index.test.tsx.snap +13 -13
  739. package/src/DropdownButton/index.test.tsx +8 -4
  740. package/src/DropdownContent/index.test.tsx +3 -1
  741. package/src/DropdownContent/index.tsx +1 -1
  742. package/src/ErrorMessage/index.test.tsx +3 -1
  743. package/src/ErrorMessage/index.tsx +1 -1
  744. package/src/ErrorSummary/index.test.tsx +6 -2
  745. package/src/ErrorSummary/index.tsx +17 -4
  746. package/src/FieldContainer/__snapshots__/index.test.tsx.snap +3 -3
  747. package/src/FieldContainer/index.test.tsx +3 -1
  748. package/src/Fieldset/index.tsx +1 -1
  749. package/src/FieldsetLegend/index.test.tsx +3 -1
  750. package/src/FileUpload/index.test.tsx +3 -1
  751. package/src/FileUpload/index.tsx +20 -4
  752. package/src/FileUploadContainer/index.test.tsx +3 -1
  753. package/src/FileUploadContainer/index.tsx +10 -1
  754. package/src/FillableText/index.test.tsx +3 -1
  755. package/src/FillableText/index.tsx +1 -1
  756. package/src/FilterContainer/index.test.tsx +10 -4
  757. package/src/FilterContainer/index.tsx +2 -1
  758. package/src/FilterContent/index.test.tsx +3 -1
  759. package/src/FilterContent/index.tsx +1 -1
  760. package/src/FilterSelectedHeading/index.tsx +1 -1
  761. package/src/FilterSelectedSection/index.tsx +1 -1
  762. package/src/Footer/index.tsx +1 -1
  763. package/src/FooterContainer/__snapshots__/index.test.tsx.snap +1 -1
  764. package/src/FooterContainer/index.test.tsx +3 -1
  765. package/src/FooterContent/index.test.tsx +3 -1
  766. package/src/FooterContent/index.tsx +1 -1
  767. package/src/FooterContentLogos/index.tsx +1 -1
  768. package/src/FooterHeading/index.test.tsx +3 -1
  769. package/src/FooterImage/index.tsx +1 -1
  770. package/src/FooterInfo/index.tsx +1 -1
  771. package/src/FooterInfoSection/index.test.tsx +5 -2
  772. package/src/{FooterLink → FooterLinkBase}/__snapshots__/index.test.tsx.snap +2 -2
  773. package/src/FooterLinkBase/index.test.tsx +16 -0
  774. package/src/FooterLinkBase/index.tsx +27 -0
  775. package/src/FooterList/index.test.tsx +3 -1
  776. package/src/FooterListItem/index.test.tsx +3 -1
  777. package/src/FooterListItem/index.tsx +1 -1
  778. package/src/FooterNavigation/index.test.tsx +3 -1
  779. package/src/FooterNavigation/index.tsx +1 -1
  780. package/src/FooterNavigationSection/index.tsx +1 -1
  781. package/src/FullPageBackground/index.tsx +1 -1
  782. package/src/{GovGRLogo → GovGRLogoBase}/__snapshots__/index.test.tsx.snap +1 -1
  783. package/src/GovGRLogoBase/index.test.tsx +8 -0
  784. package/src/GovGRLogoBase/index.tsx +43 -0
  785. package/src/Grid/__snapshots__/index.test.tsx.snap +8 -8
  786. package/src/Grid/index.tsx +4 -9
  787. package/src/HeaderContent/index.test.tsx +3 -1
  788. package/src/HeaderContent/index.tsx +1 -1
  789. package/src/{HeaderLogo → HeaderLogoBase}/__snapshots__/index.test.tsx.snap +1 -1
  790. package/src/HeaderLogoBase/index.test.tsx +8 -0
  791. package/src/HeaderLogoBase/index.tsx +44 -0
  792. package/src/HeaderNavMenuContent/index.tsx +1 -1
  793. package/src/{HeaderSecondaryLogo → HeaderSecondaryLogoBase}/__snapshots__/index.test.tsx.snap +2 -2
  794. package/src/{HeaderSecondaryLogo → HeaderSecondaryLogoBase}/index.test.tsx +7 -7
  795. package/src/{HeaderSecondaryLogo → HeaderSecondaryLogoBase}/index.tsx +9 -9
  796. package/src/HeaderSection/index.test.tsx +3 -1
  797. package/src/HeaderSection/index.tsx +1 -1
  798. package/src/{HeaderTitle → HeaderTitleBase}/__snapshots__/index.test.tsx.snap +2 -2
  799. package/src/HeaderTitleBase/index.test.tsx +17 -0
  800. package/src/HeaderTitleBase/index.tsx +28 -0
  801. package/src/Heading/index.test.tsx +15 -5
  802. package/src/HeadingCaption/index.test.tsx +3 -1
  803. package/src/Hidden/index.tsx +14 -1
  804. package/src/Hint/index.test.tsx +9 -3
  805. package/src/Hint/index.tsx +6 -6
  806. package/src/ImageLogo/index.test.tsx +3 -1
  807. package/src/ImageLogo/index.tsx +1 -4
  808. package/src/ImageLogoSet/index.test.tsx +2 -1
  809. package/src/ImageLogoSet/index.tsx +3 -6
  810. package/src/KitchenSinkAllComponents/index.tsx +1 -1
  811. package/src/KitchenSinkCard/index.tsx +1 -1
  812. package/src/KitchenSinkCategory/index.tsx +1 -1
  813. package/src/KitchenSinkContentInfo/index.tsx +1 -1
  814. package/src/KitchenSinkContentTags/index.tsx +1 -1
  815. package/src/KitchenSinkHeading/index.tsx +1 -1
  816. package/src/KitchenSinkLetterContent/index.tsx +1 -1
  817. package/src/LabelContainer/index.test.tsx +3 -1
  818. package/src/LabelContainer/index.tsx +1 -1
  819. package/src/LabelTitle/index.test.tsx +15 -5
  820. package/src/LabeledText/index.test.tsx +3 -1
  821. package/src/LinkBase/index.test.tsx +6 -2
  822. package/src/LinkBase/index.tsx +5 -1
  823. package/src/List/__snapshots__/index.test.tsx.snap +19 -19
  824. package/src/List/index.test.tsx +8 -4
  825. package/src/ListItem/index.tsx +1 -1
  826. package/src/LoaderContainer/index.tsx +1 -1
  827. package/src/Main/__snapshots__/index.test.tsx.snap +1 -1
  828. package/src/Main/index.tsx +1 -1
  829. package/src/MastheadBody/index.test.tsx +3 -1
  830. package/src/MastheadBody/index.tsx +1 -1
  831. package/src/MastheadLogo/index.tsx +1 -1
  832. package/src/ModalAction/index.test.tsx +3 -1
  833. package/src/ModalAction/index.tsx +1 -1
  834. package/src/ModalContainer/index.test.tsx +3 -1
  835. package/src/ModalContent/index.test.tsx +3 -1
  836. package/src/ModalContent/index.tsx +1 -1
  837. package/src/ModalHeading/index.test.tsx +3 -1
  838. package/src/ModalHeading/index.tsx +1 -1
  839. package/src/Nav/index.test.tsx +6 -2
  840. package/src/NavListItemActionBase/__snapshots__/index.test.tsx.snap +101 -0
  841. package/src/NavListItemActionBase/index.test.tsx +42 -0
  842. package/src/{NavListItemAction → NavListItemActionBase}/index.tsx +15 -16
  843. package/src/NavListItemActionContainer/index.native.tsx +1 -1
  844. package/src/NavListItemActionContainer/index.test.tsx +2 -1
  845. package/src/NavListItemActionContainer/index.web.tsx +1 -1
  846. package/src/NavListItemBadge/index.tsx +1 -1
  847. package/src/NavListItemButton/index.test.tsx +7 -3
  848. package/src/{NavListItemLink → NavListItemLinkBase}/__snapshots__/index.test.tsx.snap +5 -5
  849. package/src/NavListItemLinkBase/index.test.tsx +41 -0
  850. package/src/{NavListItemLink → NavListItemLinkBase}/index.tsx +8 -9
  851. package/src/NavMenuContainer/__snapshots__/index.test.tsx.snap +4 -4
  852. package/src/NavMenuContainer/index.test.tsx +7 -3
  853. package/src/NavMenuContent/__snapshots__/index.test.tsx.snap +1 -1
  854. package/src/NavMenuContent/index.tsx +2 -3
  855. package/src/NavMenuContentListBase/index.tsx +1 -1
  856. package/src/NavMenuContentListItem/index.tsx +1 -1
  857. package/src/NavMenuTitle/__snapshots__/index.test.tsx.snap +1 -1
  858. package/src/NavMenuTitle/index.test.tsx +3 -1
  859. package/src/NavMenuTitle/index.tsx +1 -1
  860. package/src/NormalText/__snapshots__/index.test.tsx.snap +0 -12
  861. package/src/NormalText/index.test.tsx +33 -21
  862. package/src/NotificationBannerContainer/index.test.tsx +2 -1
  863. package/src/NotificationBannerContainer/index.tsx +2 -1
  864. package/src/NotificationBannerContent/index.test.tsx +2 -1
  865. package/src/NotificationBannerContent/index.tsx +50 -4
  866. package/src/NotificationBannerHeader/index.test.tsx +2 -1
  867. package/src/NotificationBannerHeader/index.tsx +1 -1
  868. package/src/NotificationBannerHeading/index.test.tsx +2 -1
  869. package/src/NotificationBannerHeading/index.tsx +1 -1
  870. package/src/NotificationBannerLink/index.native.tsx +2 -2
  871. package/src/NotificationBannerLink/index.tsx +1 -1
  872. package/src/NotificationBannerLink/index.web.tsx +1 -1
  873. package/src/PageTitleCaption/index.test.tsx +3 -1
  874. package/src/PageTitleContainer/index.tsx +1 -1
  875. package/src/PageTitleHeading/index.test.tsx +3 -1
  876. package/src/Pagination/index.spec.tsx +3 -1
  877. package/src/PaginationLabelContainer/index.spec.tsx +2 -1
  878. package/src/PaginationLabelContainer/index.tsx +1 -1
  879. package/src/PaginationList/index.spec.tsx +3 -1
  880. package/src/PaginationList/index.tsx +1 -1
  881. package/src/PaginationListItem/index.spec.tsx +4 -2
  882. package/src/PanelBody/index.tsx +1 -1
  883. package/src/PanelTitle/index.tsx +1 -1
  884. package/src/Paragraph/__snapshots__/index.test.tsx.snap +0 -12
  885. package/src/Paragraph/index.test.tsx +33 -17
  886. package/src/PhaseBanner/index.test.tsx +6 -2
  887. package/src/PhaseBanner/index.tsx +2 -1
  888. package/src/PhaseBannerHeaderContainer/inde.test.tsx +2 -1
  889. package/src/PhaseBannerHeaderContainer/index.tsx +1 -1
  890. package/src/PhaseBannerTag/index.test.tsx +3 -1
  891. package/src/PhaseBannerTag/index.tsx +1 -1
  892. package/src/PhaseBannerText/index.test.tsx +3 -1
  893. package/src/PhaseBannerText/index.tsx +1 -1
  894. package/src/RadioConditional/__snapshots__/index.test.tsx.snap +1 -1
  895. package/src/RadioConditional/index.test.tsx +3 -1
  896. package/src/RadioConditional/index.tsx +1 -1
  897. package/src/RadioContainer/index.test.tsx +8 -3
  898. package/src/RadioItem/__snapshots__/index.test.tsx.snap +0 -4
  899. package/src/RadioItem/index.test.tsx +6 -2
  900. package/src/RadioItem/index.tsx +2 -1
  901. package/src/ResultsActionBar/index.tsx +1 -1
  902. package/src/ResultsActionBar/indext.test.tsx +3 -1
  903. package/src/ResultsHeading/index.test.tsx +3 -1
  904. package/src/ResultsHeading/index.tsx +1 -1
  905. package/src/SearchButton/index.tsx +1 -1
  906. package/src/SearchContainer/index.test.tsx +3 -1
  907. package/src/SearchContainer/index.tsx +1 -1
  908. package/src/SectionBreak/index.test.tsx +3 -1
  909. package/src/SelectContainer/index.test.tsx +5 -2
  910. package/src/SelectOption/index.test.tsx +3 -1
  911. package/src/SelectOption/index.tsx +1 -1
  912. package/src/SingleCharacterInput/__snapshots__/index.test.tsx.snap +0 -15
  913. package/src/SingleCharacterInput/index.test.tsx +3 -7
  914. package/src/SingleCharacterInputs/index.tsx +1 -1
  915. package/src/Skeleton/index.test.tsx +36 -9
  916. package/src/Skeleton/index.tsx +4 -3
  917. package/src/SkipLink/index.tsx +1 -1
  918. package/src/Stack/index.test.tsx +54 -18
  919. package/src/Stack/index.tsx +2 -2
  920. package/src/StepNavAccordion/index.test.tsx +3 -1
  921. package/src/StepNavAccordion/index.tsx +2 -2
  922. package/src/StepNavAccordionContent/index.tsx +1 -1
  923. package/src/StepNavAccordionHeadingText/index.test.tsx +2 -1
  924. package/src/StepNavAccordionHeadingTitle/index.test.tsx +2 -1
  925. package/src/StepNavAccordionHeadingTitle/index.tsx +1 -1
  926. package/src/StepNavAccordionSummary/index.tsx +1 -1
  927. package/src/StepNavCircleNumber/index.test.tsx +2 -1
  928. package/src/StepNavControls/index.test.tsx +3 -1
  929. package/src/StepNavControls/index.tsx +1 -1
  930. package/src/StepNavList/index.test.tsx +3 -1
  931. package/src/StepNavList/index.tsx +1 -1
  932. package/src/StepNavListItem/index.test.tsx +3 -1
  933. package/src/StepNavListItem/index.tsx +1 -1
  934. package/src/SummaryList/__snapshots__/index.test.tsx.snap +36 -0
  935. package/src/SummaryList/index.test.tsx +18 -1
  936. package/src/SummaryList/index.tsx +20 -3
  937. package/src/SummaryListItem/index.test.tsx +3 -1
  938. package/src/SummaryListItem/index.tsx +1 -1
  939. package/src/SummaryListItemAction/index.tsx +1 -1
  940. package/src/SummaryListItemKey/__snapshots__/index.test.tsx.snap +70 -0
  941. package/src/SummaryListItemKey/index.test.tsx +29 -0
  942. package/src/SummaryListItemKey/index.tsx +29 -1
  943. package/src/SummaryListItemValue/__snapshots__/index.test.tsx.snap +34 -0
  944. package/src/SummaryListItemValue/index.test.tsx +14 -0
  945. package/src/SummaryListItemValue/index.tsx +30 -2
  946. package/src/Table/__snapshots__/index.test.tsx.snap +4 -4
  947. package/src/Table/index.test.tsx +36 -6
  948. package/src/Table/index.tsx +12 -0
  949. package/src/TableBody/index.test.tsx +7 -1
  950. package/src/TableCaption/index.test.tsx +27 -5
  951. package/src/TableContainer/index.test.tsx +3 -1
  952. package/src/TableDataCell/__snapshots__/index.test.tsx.snap +79 -2
  953. package/src/TableDataCell/index.test.tsx +63 -3
  954. package/src/TableDataCell/index.tsx +56 -1
  955. package/src/TableHead/index.test.tsx +12 -2
  956. package/src/TableHead/index.tsx +1 -1
  957. package/src/TableHeadCell/index.test.tsx +129 -15
  958. package/src/TableLoaderBackground/index.tsx +1 -1
  959. package/src/TableNoDataRow/index.test.tsx +9 -1
  960. package/src/TableNoDataRow/index.tsx +1 -1
  961. package/src/TableRow/__snapshots__/index.test.tsx.snap +1 -1
  962. package/src/TableRow/index.test.tsx +28 -4
  963. package/src/TableSortIconContainer/index.tsx +1 -1
  964. package/src/TabsHeading/index.test.tsx +9 -3
  965. package/src/TabsHeading/index.tsx +1 -1
  966. package/src/TabsList/index.tsx +1 -1
  967. package/src/TabsListItemBase/__snapshots__/index.test.tsx.snap +9 -9
  968. package/src/TabsListItemBase/index.test.tsx +4 -2
  969. package/src/TabsPanelBase/index.test.tsx +6 -2
  970. package/src/TaskList/index.test.tsx +3 -1
  971. package/src/TaskListItem/index.test.tsx +3 -1
  972. package/src/TaskListItem/index.tsx +1 -1
  973. package/src/TaskListItemContent/index.tsx +1 -1
  974. package/src/TaskListItemHeading/index.test.tsx +4 -2
  975. package/src/TaskListItemTag/index.test.tsx +5 -2
  976. package/src/TextArea/index.native.tsx +1 -1
  977. package/src/TextArea/index.test.tsx +24 -8
  978. package/src/TextArea/index.tsx +1 -1
  979. package/src/TextArea/index.web.tsx +1 -4
  980. package/src/TextInput/index.native.tsx +3 -3
  981. package/src/TextInput/index.test.tsx +58 -23
  982. package/src/TextInput/index.tsx +1 -1
  983. package/src/Timeline/index.test.tsx +3 -1
  984. package/src/TimelineActions/index.test.tsx +3 -1
  985. package/src/TimelineActions/index.tsx +1 -1
  986. package/src/TimelineContent/index.test.tsx +3 -1
  987. package/src/TimelineContent/index.tsx +1 -1
  988. package/src/TimelineHeading/__snapshots__/index.test.tsx.snap +2 -2
  989. package/src/TimelineHeading/index.test.tsx +3 -1
  990. package/src/TimelineHeading/index.tsx +2 -2
  991. package/src/TimelineItem/index.test.tsx +3 -1
  992. package/src/TimelineItem/index.tsx +1 -1
  993. package/src/Top/index.tsx +1 -1
  994. package/src/Typography/index.tsx +21 -20
  995. package/src/Unpurge/index.tsx +1 -2
  996. package/src/VisuallyHidden/index.test.tsx +3 -1
  997. package/src/VisuallyHidden/index.tsx +1 -1
  998. package/src/WarningText/__snapshots__/index.test.tsx.snap +26 -0
  999. package/src/WarningText/index.test.tsx +11 -2
  1000. package/src/WarningText/index.tsx +21 -6
  1001. package/src/WarningTextAssistive/index.tsx +6 -6
  1002. package/src/index.ts +13 -15
  1003. package/src/lazy.js +245 -248
  1004. package/src/registry.js +288 -288
  1005. package/src/utils/index.native.tsx +122 -0
  1006. package/utils/index.native/index.js +52 -0
  1007. package/utils/index.native/package.json +6 -0
  1008. package/utils/index.native.d.ts +43 -0
  1009. package/utils/index.native.js.map +7 -0
  1010. package/AutoCompleteInput/index.d.ts +0 -17
  1011. package/AutoCompleteInput/index.js.map +0 -7
  1012. package/AutoCompleteInputTypeahead/index.d.ts +0 -11
  1013. package/AutoCompleteInputTypeahead/index.js +0 -25
  1014. package/AutoCompleteInputTypeahead/index.js.map +0 -7
  1015. package/BackLink/index.d.ts +0 -9
  1016. package/BackLink/index.js +0 -33
  1017. package/BackLink/index.js.map +0 -7
  1018. package/BreadcrumbsListItem/index.d.ts +0 -10
  1019. package/BreadcrumbsListItem/index.js.map +0 -7
  1020. package/BreadcrumbsListItemLink/index.js +0 -24
  1021. package/BreadcrumbsListItemLink/index.js.map +0 -7
  1022. package/ButtonLink/index.js +0 -29
  1023. package/ButtonLink/index.js.map +0 -7
  1024. package/CallToAction/index.d.ts +0 -9
  1025. package/CallToAction/index.js.map +0 -7
  1026. package/CheckboxItemInput/index.native/index.js +0 -20
  1027. package/CheckboxItemInput/index.native/package.json +0 -6
  1028. package/CheckboxItemInput/index.native.d.ts +0 -4
  1029. package/CheckboxItemInput/index.native.js.map +0 -7
  1030. package/CircularProgress/index.js.map +0 -7
  1031. package/FooterLink/index.d.ts +0 -9
  1032. package/FooterLink/index.js +0 -25
  1033. package/FooterLink/index.js.map +0 -7
  1034. package/GovGRLogo/govgr-logo-base64/package.json +0 -6
  1035. package/GovGRLogo/govgr-logo-blue-base64/package.json +0 -6
  1036. package/GovGRLogo/index.d.ts +0 -9
  1037. package/GovGRLogo/index.js +0 -45
  1038. package/GovGRLogo/index.js.map +0 -7
  1039. package/GovGRLogo/package.json +0 -6
  1040. package/HeaderLogo/index.d.ts +0 -19
  1041. package/HeaderLogo/index.js +0 -35
  1042. package/HeaderLogo/index.js.map +0 -7
  1043. package/HeaderLogo/package.json +0 -6
  1044. package/HeaderSecondaryLogo/index.d.ts +0 -19
  1045. package/HeaderSecondaryLogo/index.js.map +0 -7
  1046. package/HeaderSecondaryLogo/package.json +0 -6
  1047. package/HeaderTitle/index.d.ts +0 -9
  1048. package/HeaderTitle/index.js +0 -24
  1049. package/HeaderTitle/index.js.map +0 -7
  1050. package/HeaderTitle/package.json +0 -6
  1051. package/NavListItemAction/index.js.map +0 -7
  1052. package/NavListItemAction/package.json +0 -6
  1053. package/NavListItemLink/index.js.map +0 -7
  1054. package/NavListItemLink/index.test.d.ts +0 -1
  1055. package/NavListItemLink/package.json +0 -6
  1056. package/SvgIcon/index.d.ts +0 -37
  1057. package/SvgIcon/index.js +0 -30
  1058. package/SvgIcon/index.js.map +0 -7
  1059. package/SvgIcon/index.test.d.ts +0 -1
  1060. package/SvgIcon/package.json +0 -6
  1061. package/cjs/AutoCompleteInput/index.js.map +0 -7
  1062. package/cjs/AutoCompleteInputTypeahead/index.js +0 -58
  1063. package/cjs/AutoCompleteInputTypeahead/index.js.map +0 -7
  1064. package/cjs/BackLink/index.js +0 -66
  1065. package/cjs/BackLink/index.js.map +0 -7
  1066. package/cjs/BreadcrumbsListItem/index.js.map +0 -7
  1067. package/cjs/BreadcrumbsListItemLink/index.js.map +0 -7
  1068. package/cjs/ButtonLink/index.js.map +0 -7
  1069. package/cjs/CallToAction/index.js.map +0 -7
  1070. package/cjs/CheckboxItemInput/index.native.js.map +0 -7
  1071. package/cjs/CircularProgress/index.js.map +0 -7
  1072. package/cjs/FooterLink/index.js +0 -58
  1073. package/cjs/FooterLink/index.js.map +0 -7
  1074. package/cjs/GovGRLogo/index.js.map +0 -7
  1075. package/cjs/HeaderLogo/index.js +0 -68
  1076. package/cjs/HeaderLogo/index.js.map +0 -7
  1077. package/cjs/HeaderSecondaryLogo/index.js.map +0 -7
  1078. package/cjs/HeaderTitle/index.js.map +0 -7
  1079. package/cjs/NavListItemAction/index.js.map +0 -7
  1080. package/cjs/NavListItemLink/index.js.map +0 -7
  1081. package/cjs/SvgIcon/index.js +0 -63
  1082. package/cjs/SvgIcon/index.js.map +0 -7
  1083. package/cjs/utils/extend.native.js.map +0 -7
  1084. package/lazy.d.ts +0 -248
  1085. package/lazy.js.map +0 -7
  1086. package/registry.d.ts +0 -266
  1087. package/registry.js.map +0 -7
  1088. package/src/AutoCompleteInputTypeahead/__snapshots__/index.test.tsx.snap +0 -16
  1089. package/src/AutoCompleteInputTypeahead/index.test.tsx +0 -8
  1090. package/src/AutoCompleteInputTypeahead/index.tsx +0 -32
  1091. package/src/BackLink/index.test.tsx +0 -11
  1092. package/src/BackLink/index.tsx +0 -37
  1093. package/src/BreadcrumbsListItemLink/index.test.tsx +0 -15
  1094. package/src/ButtonLink/index.test.tsx +0 -64
  1095. package/src/ButtonLink/index.tsx +0 -54
  1096. package/src/CallToAction/index.test.tsx +0 -8
  1097. package/src/CheckboxItemInput/index.native.tsx +0 -17
  1098. package/src/CircularProgress/index.test.tsx +0 -32
  1099. package/src/FooterLink/index.test.tsx +0 -12
  1100. package/src/FooterLink/index.tsx +0 -26
  1101. package/src/GovGRLogo/index.test.tsx +0 -8
  1102. package/src/GovGRLogo/index.tsx +0 -42
  1103. package/src/HeaderLogo/index.test.tsx +0 -8
  1104. package/src/HeaderLogo/index.tsx +0 -43
  1105. package/src/HeaderTitle/index.test.tsx +0 -13
  1106. package/src/HeaderTitle/index.tsx +0 -28
  1107. package/src/NavListItemAction/__snapshots__/index.test.tsx.snap +0 -13
  1108. package/src/NavListItemAction/index.test.tsx +0 -10
  1109. package/src/NavListItemLink/index.test.tsx +0 -37
  1110. package/src/SvgIcon/__snapshots__/index.test.tsx.snap +0 -254
  1111. package/src/SvgIcon/index.test.tsx +0 -68
  1112. package/src/SvgIcon/index.tsx +0 -72
  1113. package/src/utils/extend.native.tsx +0 -36
  1114. package/utils/extend.native/index.js +0 -14
  1115. package/utils/extend.native/package.json +0 -6
  1116. package/utils/extend.native.d.ts +0 -23
  1117. package/utils/extend.native.js.map +0 -7
  1118. /package/{AutoCompleteInput → AutoCompleteInputBase}/index.test.d.ts +0 -0
  1119. /package/{AutoCompleteInputTypeahead → BackLinkBase}/index.test.d.ts +0 -0
  1120. /package/{BackLink → BreadcrumbsListItemLinkBase}/index.test.d.ts +0 -0
  1121. /package/{BreadcrumbsListItem → BreadcrumbsListItemWrapper}/index.test.d.ts +0 -0
  1122. /package/{BreadcrumbsListItemLink → ButtonLinkBase}/index.test.d.ts +0 -0
  1123. /package/{ButtonLink → CallToActionBase}/index.test.d.ts +0 -0
  1124. /package/{CallToAction → CircularProgressBase}/index.test.d.ts +0 -0
  1125. /package/{CircularProgress → FooterLinkBase}/index.test.d.ts +0 -0
  1126. /package/{GovGRLogo → GovGRLogoBase}/govgr-logo-base64/index.js +0 -0
  1127. /package/{GovGRLogo → GovGRLogoBase}/govgr-logo-base64.d.ts +0 -0
  1128. /package/{GovGRLogo → GovGRLogoBase}/govgr-logo-blue-base64/index.js +0 -0
  1129. /package/{GovGRLogo → GovGRLogoBase}/govgr-logo-blue-base64.d.ts +0 -0
  1130. /package/{FooterLink → GovGRLogoBase}/index.test.d.ts +0 -0
  1131. /package/{GovGRLogo → HeaderLogoBase}/index.test.d.ts +0 -0
  1132. /package/{HeaderLogo → HeaderSecondaryLogoBase}/index.test.d.ts +0 -0
  1133. /package/{HeaderSecondaryLogo → HeaderTitleBase}/index.test.d.ts +0 -0
  1134. /package/{HeaderTitle → NavListItemActionBase}/index.test.d.ts +0 -0
  1135. /package/{NavListItemAction → NavListItemLinkBase}/index.test.d.ts +0 -0
  1136. /package/cjs/{GovGRLogo → GovGRLogoBase}/govgr-logo-base64/index.js +0 -0
  1137. /package/cjs/{GovGRLogo → GovGRLogoBase}/govgr-logo-blue-base64/index.js +0 -0
  1138. /package/src/{AutoCompleteInput → AutoCompleteInputBase}/__snapshots__/index.test.tsx.snap +0 -0
  1139. /package/src/{BreadcrumbsListItem → BreadcrumbsListItemWrapper}/__snapshots__/index.test.tsx.snap +0 -0
  1140. /package/src/{GovGRLogo → GovGRLogoBase}/govgr-logo-base64.js +0 -0
  1141. /package/src/{GovGRLogo → GovGRLogoBase}/govgr-logo-blue-base64.ts +0 -0
@@ -1,54 +0,0 @@
1
- import React from 'react';
2
- import clsx from 'clsx';
3
- import Base, { BaseProps } from '@digigov/react-core/Base';
4
-
5
- export interface ButtonLinkProps extends BaseProps<'a'> {
6
- /**
7
- * color is optional.
8
- * 'primary' color is used for the main call to action on a page.
9
- * 'secondary' color is used for secondary calls to action on a page.
10
- * 'warning' color is used to make users think carefully before they use them.
11
- * The default value is 'primary'.
12
- * @value 'primary'
13
- * @value 'secondary'
14
- * @value 'warning'
15
- * @default 'primary'
16
- */
17
- color?: 'primary' | 'secondary' | 'warning';
18
-
19
- /**
20
- * dense is optional.
21
- * @value true Button will be dense.
22
- * @value false
23
- * @default false
24
- */
25
- dense?: boolean;
26
- }
27
- /**
28
- * Use the Button component to help users carry out an action.
29
- */
30
- export const ButtonLink = React.forwardRef<HTMLAnchorElement, ButtonLinkProps>(
31
- function ButtonLink(
32
- { color = 'primary', dense, className, children, ...props },
33
- ref
34
- ) {
35
- return (
36
- <Base
37
- as="a"
38
- ref={ref}
39
- className={clsx(className, {
40
- 'ds-btn': true,
41
- 'ds-btn--dense': dense,
42
- 'ds-btn-primary': color === 'primary',
43
- 'ds-btn-secondary': color === 'secondary',
44
- 'ds-btn-warning': color === 'warning',
45
- })}
46
- {...props}
47
- >
48
- {children}
49
- </Base>
50
- );
51
- }
52
- );
53
-
54
- export default ButtonLink;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { render } from '@testing-library/react';
3
-
4
- import CallToAction from '@digigov/react-core/CallToAction';
5
-
6
- it('renders the CallToAction with no props', () => {
7
- expect(render(<CallToAction>hello</CallToAction>).baseElement).toMatchSnapshot();
8
- });
@@ -1,17 +0,0 @@
1
- import extend from '@digigov/react-core/utils/extend.native';
2
- import CoreCheckboxItemInput from '@digigov/react-core/CheckboxItemInput/index.web';
3
- import clsx from 'clsx';
4
-
5
- export const CheckboxItemInput = extend(
6
- CoreCheckboxItemInput,
7
- ({ className, ...props }) => {
8
- return {
9
- ...props,
10
- className: clsx(className, {
11
- 'ds-checkboxes__input__wrapper': true,
12
- }),
13
- };
14
- }
15
- );
16
-
17
- export default CheckboxItemInput;
@@ -1,32 +0,0 @@
1
- import React from 'react';
2
- import { render } from '@testing-library/react';
3
-
4
- import CircularProgress from '@digigov/react-core/CircularProgress';
5
-
6
- it('renders the CircularProgress', () => {
7
- expect(render(<CircularProgress />).baseElement).toMatchSnapshot();
8
- });
9
-
10
- it('renders the CircularProgress with size sm', () => {
11
- expect(render(<CircularProgress size="sm" />).baseElement).toMatchSnapshot();
12
- });
13
-
14
- it('renders the CircularProgress with size lg', () => {
15
- expect(render(<CircularProgress size="lg" />).baseElement).toMatchSnapshot();
16
- });
17
-
18
- it('renders the CircularProgress with color=secondary prop', () => {
19
- expect(render(<CircularProgress color={'secondary'} />).baseElement).toMatchSnapshot();
20
- });
21
-
22
- it('renders the CircularProgress with color=secondary and size sm props', () => {
23
- expect(
24
- render(<CircularProgress color={'secondary'} size="sm" />).baseElement
25
- ).toMatchSnapshot();
26
- });
27
-
28
- it('renders the CircularProgress with color=secondary and size lg props', () => {
29
- expect(
30
- render(<CircularProgress color={'secondary'} size="lg" />).baseElement
31
- ).toMatchSnapshot();
32
- });
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- import { render } from '@testing-library/react';
3
-
4
- import FooterLink from '@digigov/react-core/FooterLink';
5
-
6
- it('renders the FooterLink with no props', () => {
7
- expect(render(<FooterLink>hello</FooterLink>).baseElement).toMatchSnapshot();
8
- });
9
-
10
- it('renders the FooterLink with href prop', () => {
11
- expect(render(<FooterLink href={'#'}>hello</FooterLink>).baseElement).toMatchSnapshot();
12
- });
@@ -1,26 +0,0 @@
1
- import React from 'react';
2
- import clsx from 'clsx';
3
- import Base, { BaseProps } from '@digigov/react-core/Base';
4
-
5
- export interface FooterLinkProps extends BaseProps<'a'> { }
6
- /**
7
- * FooterLink in used inside the Footer component.
8
- */
9
- export const FooterLink = React.forwardRef<HTMLAnchorElement, FooterLinkProps>(
10
- function FooterLink({ className, children, ...props }, ref) {
11
- return (
12
- <Base
13
- as="a"
14
- ref={ref}
15
- className={clsx(className, {
16
- 'ds-footer__link': true,
17
- })}
18
- {...props}
19
- >
20
- {children}
21
- </Base>
22
- );
23
- }
24
- );
25
-
26
- export default FooterLink;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { render } from '@testing-library/react';
3
-
4
- import GovGRLogo from '@digigov/react-core/GovGRLogo';
5
-
6
- it('renders the GovGRLogo with no props', () => {
7
- expect(render(<GovGRLogo />).baseElement).toMatchSnapshot();
8
- });
@@ -1,42 +0,0 @@
1
- import React from 'react';
2
- import clsx from 'clsx';
3
- import Base, { BaseProps } from '@digigov/react-core/Base';
4
- import logo from '@digigov/react-core/GovGRLogo/govgr-logo-base64';
5
- import logoInverted from '@digigov/react-core/GovGRLogo/govgr-logo-blue-base64';
6
- export interface GovGRLogoProps extends BaseProps<'a'> { }
7
- /**
8
- * Use this component anywhere you what to provide the gov.gr logo.
9
- * */
10
- export const GovGRLogo = React.forwardRef<HTMLAnchorElement, GovGRLogoProps>(
11
- function GovGRLogo(
12
- { href = 'https://www.gov.gr/', className, ...props },
13
- ref
14
- ) {
15
- return (
16
- <Base
17
- as="a"
18
- href={href}
19
- ref={ref}
20
- className={clsx(className, { 'ds-header__link': true })}
21
- {...props}
22
- >
23
- <img
24
- src={logo}
25
- className={clsx(className, {
26
- 'ds-header__logo': true,
27
- })}
28
- alt="gov.gr logo"
29
- />
30
- <img
31
- src={logoInverted}
32
- className={clsx(className, {
33
- 'ds-header__logo-inverted': true,
34
- })}
35
- alt="gov.gr logo"
36
- />
37
- </Base>
38
- );
39
- }
40
- );
41
-
42
- export default GovGRLogo;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { render } from '@testing-library/react';
3
-
4
- import HeaderLogo from '@digigov/react-core/HeaderLogo';
5
-
6
- it('renders the HeaderLogo with no props', () => {
7
- expect(render(<HeaderLogo />).baseElement).toMatchSnapshot();
8
- });
@@ -1,43 +0,0 @@
1
- import React from 'react';
2
- import clsx from 'clsx';
3
- import Base, { BaseProps } from '@digigov/react-core/Base';
4
-
5
- export interface HeaderLogoProps extends BaseProps<'a'> {
6
- /**
7
- * src is optional.
8
-
9
- */
10
- src?: string;
11
- /**
12
- * href is optional.
13
-
14
- */
15
- altText?: string;
16
- }
17
- /**
18
- * Use this component inside the Header to provide a logo.
19
- */
20
- export const HeaderLogo = React.forwardRef<HTMLAnchorElement, HeaderLogoProps>(
21
- function HeaderLogo({ href, src, altText, className, ...props }, ref) {
22
- return (
23
- <Base
24
- as="a"
25
- href={href}
26
- ref={ref}
27
- className={clsx(className, {
28
- 'ds-header__link': true,
29
- })}
30
- {...props}
31
- >
32
- <img
33
- src={src}
34
- className={clsx(className, {
35
- 'ds-header__logo': true,
36
- })}
37
- alt={altText}
38
- />
39
- </Base>
40
- );
41
- }
42
- );
43
- export default HeaderLogo;
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import { render } from '@testing-library/react';
3
-
4
- import HeaderTitle from '@digigov/react-core/HeaderTitle';
5
-
6
- it('renders the HeaderTitle with no props', () => {
7
- expect(render(<HeaderTitle>hello</HeaderTitle>).baseElement).toMatchSnapshot();
8
- });
9
- it('renders the HeaderTitle with href', () => {
10
- expect(
11
- render(<HeaderTitle href="https://government.gov.gr">hello</HeaderTitle>).baseElement
12
- ).toMatchSnapshot();
13
- });
@@ -1,28 +0,0 @@
1
- import React from 'react';
2
- import clsx from 'clsx';
3
- import Base, { BaseProps } from '@digigov/react-core/Base';
4
-
5
- export interface HeaderTitleProps extends BaseProps<'a'> { }
6
- /**
7
- * Use this component inside HeaderContent to provide a title to the header.
8
- */
9
- export const HeaderTitle = React.forwardRef<
10
- HTMLAnchorElement,
11
- HeaderTitleProps
12
- >(function HeaderTitle({ href = '/', className, children, ...props }, ref) {
13
- return (
14
- <Base
15
- as="a"
16
- ref={ref}
17
- href={href}
18
- className={clsx(className, {
19
- 'ds-header__title': true,
20
- })}
21
- {...props}
22
- >
23
- {children}
24
- </Base>
25
- );
26
- });
27
-
28
- export default HeaderTitle;
@@ -1,13 +0,0 @@
1
- // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
-
3
- exports[`renders the NavListItemActionContainer with no props 1`] = `
4
- <body>
5
- <div>
6
- <li
7
- class="ds-nav__list-item"
8
- >
9
- hello
10
- </li>
11
- </div>
12
- </body>
13
- `;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { render } from '@testing-library/react';
3
-
4
- import NavListItemActionContainer from '@digigov/react-core/NavListItemActionContainer';
5
-
6
- it('renders the NavListItemActionContainer with no props', () => {
7
- expect(
8
- render(<NavListItemActionContainer>hello</NavListItemActionContainer>).baseElement
9
- ).toMatchSnapshot();
10
- });
@@ -1,37 +0,0 @@
1
- import React from 'react';
2
- import { render } from '@testing-library/react';
3
- import NavListItemLink from '@digigov/react-core/NavListItemLink';
4
-
5
- it('renders the NavListItemLink with no props', () => {
6
- expect(render(<NavListItemLink>hello</NavListItemLink>).baseElement).toMatchSnapshot();
7
- });
8
-
9
- it('renders the NavListItemLink with active=true', () => {
10
- expect(
11
- render(<NavListItemLink active={true}>hello</NavListItemLink>).baseElement
12
- ).toMatchSnapshot();
13
- });
14
-
15
- it('renders the NavListItemLink with active=false', () => {
16
- expect(
17
- render(<NavListItemLink active={false}>hello</NavListItemLink>).baseElement
18
- ).toMatchSnapshot();
19
- });
20
- it('renders the NavListItemLink with href and active=false', () => {
21
- expect(
22
- render(
23
- <NavListItemLink href="/" active={false}>
24
- hello
25
- </NavListItemLink>
26
- ).baseElement
27
- ).toMatchSnapshot();
28
- });
29
- it('renders the NavListItemLink with href and active=true', () => {
30
- expect(
31
- render(
32
- <NavListItemLink href="/" active={false}>
33
- hello
34
- </NavListItemLink>
35
- ).baseElement
36
- ).toMatchSnapshot();
37
- });
@@ -1,254 +0,0 @@
1
- // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
-
3
- exports[`renders the SvgIcon with no props 1`] = `
4
- <body>
5
- <div>
6
- <svg
7
- aria-hidden="true"
8
- class="ds-svg-icon"
9
- focusable="false"
10
- viewBox="0 0 24 24"
11
- />
12
- </div>
13
- </body>
14
- `;
15
-
16
- exports[`renders the SvgIcon with prop color=base-content 1`] = `
17
- <body>
18
- <div>
19
- <svg
20
- aria-hidden="true"
21
- class="ds-svg-icon ds-svg-icon--base-content"
22
- focusable="false"
23
- viewBox="0 0 24 24"
24
- >
25
- hello
26
- </svg>
27
- </div>
28
- </body>
29
- `;
30
-
31
- exports[`renders the SvgIcon with prop color=dark 1`] = `
32
- <body>
33
- <div>
34
- <svg
35
- aria-hidden="true"
36
- class="ds-svg-icon ds-svg-icon--dark"
37
- focusable="false"
38
- viewBox="0 0 24 24"
39
- >
40
- hello
41
- </svg>
42
- </div>
43
- </body>
44
- `;
45
-
46
- exports[`renders the SvgIcon with prop color=error 1`] = `
47
- <body>
48
- <div>
49
- <svg
50
- aria-hidden="true"
51
- class="ds-svg-icon ds-svg-icon--error"
52
- focusable="false"
53
- viewBox="0 0 24 24"
54
- >
55
- hello
56
- </svg>
57
- </div>
58
- </body>
59
- `;
60
-
61
- exports[`renders the SvgIcon with prop color=error and size= xl 1`] = `
62
- <body>
63
- <div>
64
- <svg
65
- aria-hidden="true"
66
- class="ds-svg-icon ds-svg-icon--warning ds-svg-icon--xl"
67
- focusable="false"
68
- viewBox="0 0 24 24"
69
- >
70
- hello
71
- </svg>
72
- </div>
73
- </body>
74
- `;
75
-
76
- exports[`renders the SvgIcon with prop color=focus 1`] = `
77
- <body>
78
- <div>
79
- <svg
80
- aria-hidden="true"
81
- class="ds-svg-icon ds-svg-icon--focus"
82
- focusable="false"
83
- viewBox="0 0 24 24"
84
- >
85
- hello
86
- </svg>
87
- </div>
88
- </body>
89
- `;
90
-
91
- exports[`renders the SvgIcon with prop color=gray 1`] = `
92
- <body>
93
- <div>
94
- <svg
95
- aria-hidden="true"
96
- class="ds-svg-icon ds-svg-icon--gray"
97
- focusable="false"
98
- viewBox="0 0 24 24"
99
- >
100
- hello
101
- </svg>
102
- </div>
103
- </body>
104
- `;
105
-
106
- exports[`renders the SvgIcon with prop color=primary 1`] = `
107
- <body>
108
- <div>
109
- <svg
110
- aria-hidden="true"
111
- class="ds-svg-icon ds-svg-icon--primary"
112
- focusable="false"
113
- viewBox="0 0 24 24"
114
- >
115
- hello
116
- </svg>
117
- </div>
118
- </body>
119
- `;
120
-
121
- exports[`renders the SvgIcon with prop color=success 1`] = `
122
- <body>
123
- <div>
124
- <svg
125
- aria-hidden="true"
126
- class="ds-svg-icon ds-svg-icon--success"
127
- focusable="false"
128
- viewBox="0 0 24 24"
129
- >
130
- hello
131
- </svg>
132
- </div>
133
- </body>
134
- `;
135
-
136
- exports[`renders the SvgIcon with prop color=warning 1`] = `
137
- <body>
138
- <div>
139
- <svg
140
- aria-hidden="true"
141
- class="ds-svg-icon ds-svg-icon--warning"
142
- focusable="false"
143
- viewBox="0 0 24 24"
144
- >
145
- hello
146
- </svg>
147
- </div>
148
- </body>
149
- `;
150
-
151
- exports[`renders the SvgIcon with prop color=warning and size=sm 1`] = `
152
- <body>
153
- <div>
154
- <svg
155
- aria-hidden="true"
156
- class="ds-svg-icon ds-svg-icon--warning ds-svg-icon--sm"
157
- focusable="false"
158
- viewBox="0 0 24 24"
159
- >
160
- hello
161
- </svg>
162
- </div>
163
- </body>
164
- `;
165
-
166
- exports[`renders the SvgIcon with prop color=white 1`] = `
167
- <body>
168
- <div>
169
- <svg
170
- aria-hidden="true"
171
- class="ds-svg-icon ds-svg-icon--white"
172
- focusable="false"
173
- viewBox="0 0 24 24"
174
- >
175
- hello
176
- </svg>
177
- </div>
178
- </body>
179
- `;
180
-
181
- exports[`renders the SvgIcon with prop size=lg 1`] = `
182
- <body>
183
- <div>
184
- <svg
185
- aria-hidden="true"
186
- class="ds-svg-icon ds-svg-icon--lg"
187
- focusable="false"
188
- viewBox="0 0 24 24"
189
- >
190
- hello
191
- </svg>
192
- </div>
193
- </body>
194
- `;
195
-
196
- exports[`renders the SvgIcon with prop size=md 1`] = `
197
- <body>
198
- <div>
199
- <svg
200
- aria-hidden="true"
201
- class="ds-svg-icon ds-svg-icon--md"
202
- focusable="false"
203
- viewBox="0 0 24 24"
204
- >
205
- hello
206
- </svg>
207
- </div>
208
- </body>
209
- `;
210
-
211
- exports[`renders the SvgIcon with prop size=sm 1`] = `
212
- <body>
213
- <div>
214
- <svg
215
- aria-hidden="true"
216
- class="ds-svg-icon ds-svg-icon--sm"
217
- focusable="false"
218
- viewBox="0 0 24 24"
219
- >
220
- hello
221
- </svg>
222
- </div>
223
- </body>
224
- `;
225
-
226
- exports[`renders the SvgIcon with prop size=xl 1`] = `
227
- <body>
228
- <div>
229
- <svg
230
- aria-hidden="true"
231
- class="ds-svg-icon ds-svg-icon--xl"
232
- focusable="false"
233
- viewBox="0 0 24 24"
234
- >
235
- hello
236
- </svg>
237
- </div>
238
- </body>
239
- `;
240
-
241
- exports[`renders the SvgIcon with prop size=xs 1`] = `
242
- <body>
243
- <div>
244
- <svg
245
- aria-hidden="true"
246
- class="ds-svg-icon ds-svg-icon--xs"
247
- focusable="false"
248
- viewBox="0 0 24 24"
249
- >
250
- hello
251
- </svg>
252
- </div>
253
- </body>
254
- `;
@@ -1,68 +0,0 @@
1
- import React from 'react';
2
- import { render } from '@testing-library/react';
3
-
4
- import SvgIcon from '@digigov/react-core/SvgIcon';
5
-
6
- it('renders the SvgIcon with no props', () => {
7
- expect(render(<SvgIcon />).baseElement).toMatchSnapshot();
8
- });
9
- it('renders the SvgIcon with prop size=xs', () => {
10
- expect(render(<SvgIcon size="xs">hello</SvgIcon>).baseElement).toMatchSnapshot();
11
- });
12
- it('renders the SvgIcon with prop size=sm', () => {
13
- expect(render(<SvgIcon size="sm">hello</SvgIcon>).baseElement).toMatchSnapshot();
14
- });
15
- it('renders the SvgIcon with prop size=md', () => {
16
- expect(render(<SvgIcon size="md">hello</SvgIcon>).baseElement).toMatchSnapshot();
17
- });
18
- it('renders the SvgIcon with prop size=lg', () => {
19
- expect(render(<SvgIcon size="lg">hello</SvgIcon>).baseElement).toMatchSnapshot();
20
- });
21
- it('renders the SvgIcon with prop size=xl', () => {
22
- expect(render(<SvgIcon size="xl">hello</SvgIcon>).baseElement).toMatchSnapshot();
23
- });
24
- it('renders the SvgIcon with prop color=base-content', () => {
25
- expect(render(<SvgIcon color="base-content">hello</SvgIcon>).baseElement).toMatchSnapshot();
26
- });
27
- it('renders the SvgIcon with prop color=dark', () => {
28
- expect(render(<SvgIcon color="dark">hello</SvgIcon>).baseElement).toMatchSnapshot();
29
- });
30
- it('renders the SvgIcon with prop color=white', () => {
31
- expect(render(<SvgIcon color="white">hello</SvgIcon>).baseElement).toMatchSnapshot();
32
- });
33
- it('renders the SvgIcon with prop color=gray', () => {
34
- expect(render(<SvgIcon color="gray">hello</SvgIcon>).baseElement).toMatchSnapshot();
35
- });
36
- it('renders the SvgIcon with prop color=primary', () => {
37
- expect(render(<SvgIcon color="primary">hello</SvgIcon>).baseElement).toMatchSnapshot();
38
- });
39
- it('renders the SvgIcon with prop color=success', () => {
40
- expect(render(<SvgIcon color="success">hello</SvgIcon>).baseElement).toMatchSnapshot();
41
- });
42
- it('renders the SvgIcon with prop color=warning', () => {
43
- expect(render(<SvgIcon color="warning">hello</SvgIcon>).baseElement).toMatchSnapshot();
44
- });
45
- it('renders the SvgIcon with prop color=error', () => {
46
- expect(render(<SvgIcon color="error">hello</SvgIcon>).baseElement).toMatchSnapshot();
47
- });
48
- it('renders the SvgIcon with prop color=focus', () => {
49
- expect(render(<SvgIcon color="focus">hello</SvgIcon>).baseElement).toMatchSnapshot();
50
- });
51
- it('renders the SvgIcon with prop color=warning and size=sm', () => {
52
- expect(
53
- render(
54
- <SvgIcon color="warning" size="sm">
55
- hello
56
- </SvgIcon>
57
- ).baseElement
58
- ).toMatchSnapshot();
59
- });
60
- it('renders the SvgIcon with prop color=error and size= xl', () => {
61
- expect(
62
- render(
63
- <SvgIcon color="warning" size="xl">
64
- hello
65
- </SvgIcon>
66
- ).baseElement
67
- ).toMatchSnapshot();
68
- });