@digigov/react-core 0.15.3 → 0.16.0

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 (561) hide show
  1. package/Accordion/index.d.ts +3 -3
  2. package/Accordion/index.js +4 -1
  3. package/AccordionControls/index.d.ts +3 -3
  4. package/AccordionControls/index.js +4 -1
  5. package/AccordionSection/index.d.ts +3 -3
  6. package/AccordionSection/index.js +5 -2
  7. package/AccordionSectionContent/index.d.ts +3 -3
  8. package/AccordionSectionContent/index.js +4 -1
  9. package/AccordionSectionHeader/index.d.ts +3 -3
  10. package/AccordionSectionHeader/index.js +4 -1
  11. package/AccordionSectionSummary/index.d.ts +3 -3
  12. package/AccordionSectionSummary/index.js +4 -1
  13. package/AccordionSectionSummaryHeading/index.d.ts +3 -3
  14. package/AccordionSectionSummaryHeading/index.js +4 -1
  15. package/Aside/index.d.ts +3 -3
  16. package/Aside/index.js +4 -1
  17. package/BackLink/index.d.ts +3 -3
  18. package/BackLink/index.js +4 -1
  19. package/Base/index.d.ts +43 -0
  20. package/Base/index.js +65 -0
  21. package/Blockquote/index.d.ts +3 -3
  22. package/Blockquote/index.js +4 -1
  23. package/Bottom/index.d.ts +3 -3
  24. package/Bottom/index.js +4 -1
  25. package/Breadcrumbs/index.d.ts +3 -3
  26. package/Breadcrumbs/index.js +4 -1
  27. package/BreadcrumbsList/index.d.ts +3 -3
  28. package/BreadcrumbsList/index.js +4 -1
  29. package/BreadcrumbsListItem/index.d.ts +3 -3
  30. package/BreadcrumbsListItem/index.js +4 -1
  31. package/Button/index.d.ts +3 -3
  32. package/Button/index.js +4 -1
  33. package/ButtonGroup/index.d.ts +3 -3
  34. package/ButtonGroup/index.js +4 -1
  35. package/ButtonLink/index.d.ts +3 -3
  36. package/ButtonLink/index.js +4 -1
  37. package/CHANGELOG.md +26 -1
  38. package/CallToAction/index.d.ts +1 -1
  39. package/Card/index.d.ts +3 -3
  40. package/Card/index.js +5 -3
  41. package/CardAction/index.d.ts +3 -3
  42. package/CardAction/index.js +4 -1
  43. package/CardHeading/index.d.ts +3 -3
  44. package/CardHeading/index.js +4 -1
  45. package/CardText/index.d.ts +3 -3
  46. package/CardText/index.js +4 -1
  47. package/Checkbox/index.d.ts +3 -3
  48. package/Checkbox/index.js +4 -1
  49. package/CheckboxConditional/index.d.ts +3 -7
  50. package/CheckboxConditional/index.js +6 -4
  51. package/CheckboxConditional/index.test.js +0 -8
  52. package/CheckboxItem/index.d.ts +3 -3
  53. package/CheckboxItem/index.js +4 -1
  54. package/Confirmation/index.d.ts +3 -3
  55. package/Confirmation/index.js +4 -1
  56. package/ConfirmationBody/index.d.ts +3 -3
  57. package/ConfirmationBody/index.js +4 -1
  58. package/ConfirmationTitle/index.d.ts +3 -3
  59. package/ConfirmationTitle/index.js +4 -1
  60. package/Container/index.d.ts +3 -3
  61. package/Container/index.js +6 -2
  62. package/Copyright/index.d.ts +3 -3
  63. package/Copyright/index.js +4 -1
  64. package/DateInput/index.d.ts +3 -3
  65. package/DateInput/index.js +4 -1
  66. package/DateInputItem/index.d.ts +3 -3
  67. package/DateInputItem/index.js +4 -1
  68. package/Details/index.d.ts +3 -3
  69. package/Details/index.js +4 -1
  70. package/DetailsContent/index.d.ts +3 -3
  71. package/DetailsContent/index.js +4 -1
  72. package/DetailsSummary/index.d.ts +3 -3
  73. package/DetailsSummary/index.js +4 -1
  74. package/ErrorMessage/index.d.ts +3 -3
  75. package/ErrorMessage/index.js +4 -1
  76. package/ErrorSummary/index.d.ts +3 -3
  77. package/ErrorSummary/index.js +4 -1
  78. package/Field/index.d.ts +1 -1
  79. package/Fieldset/index.d.ts +3 -3
  80. package/Fieldset/index.js +4 -1
  81. package/FieldsetLegend/index.d.ts +3 -3
  82. package/FieldsetLegend/index.js +6 -3
  83. package/FileUpload/index.d.ts +3 -3
  84. package/FileUpload/index.js +4 -1
  85. package/Footer/index.d.ts +3 -3
  86. package/Footer/index.js +4 -1
  87. package/FooterContainer/index.d.ts +3 -3
  88. package/FooterContainer/index.js +4 -1
  89. package/FooterContent/index.d.ts +3 -3
  90. package/FooterContent/index.js +4 -1
  91. package/FooterContentLogos/index.d.ts +3 -3
  92. package/FooterContentLogos/index.js +4 -1
  93. package/FooterHeading/index.d.ts +3 -3
  94. package/FooterHeading/index.js +4 -1
  95. package/FooterImage/index.d.ts +3 -3
  96. package/FooterImage/index.js +4 -1
  97. package/FooterInlineList/index.d.ts +3 -3
  98. package/FooterInlineList/index.js +4 -1
  99. package/FooterInlineListItem/index.d.ts +3 -3
  100. package/FooterInlineListItem/index.js +4 -1
  101. package/FooterLink/index.d.ts +3 -3
  102. package/FooterLink/index.js +4 -1
  103. package/FooterList/index.d.ts +3 -3
  104. package/FooterList/index.js +4 -1
  105. package/FooterListItem/index.d.ts +3 -3
  106. package/FooterListItem/index.js +4 -1
  107. package/FooterMeta/index.d.ts +3 -3
  108. package/FooterMeta/index.js +4 -1
  109. package/FooterMetaItem/index.d.ts +3 -3
  110. package/FooterMetaItem/index.js +4 -1
  111. package/FooterNavigation/index.d.ts +3 -3
  112. package/FooterNavigation/index.js +4 -1
  113. package/FooterSection/index.d.ts +3 -3
  114. package/FooterSection/index.js +4 -1
  115. package/Form/index.d.ts +3 -3
  116. package/Form/index.js +4 -1
  117. package/GovGRFooter/index.d.ts +3 -3
  118. package/GovGRFooter/index.js +4 -1
  119. package/GovGRLogo/index.d.ts +3 -3
  120. package/GovGRLogo/index.js +4 -1
  121. package/Grid/index.d.ts +3 -3
  122. package/Grid/index.js +4 -1
  123. package/Header/index.d.ts +3 -3
  124. package/Header/index.js +4 -1
  125. package/HeaderContent/index.d.ts +3 -3
  126. package/HeaderContent/index.js +4 -1
  127. package/HeaderLogo/index.d.ts +3 -3
  128. package/HeaderLogo/index.js +4 -1
  129. package/HeaderSecondaryLogo/index.d.ts +3 -3
  130. package/HeaderSecondaryLogo/index.js +4 -1
  131. package/HeaderSection/index.d.ts +3 -3
  132. package/HeaderSection/index.js +4 -1
  133. package/HeaderSubtitle/index.d.ts +3 -3
  134. package/HeaderSubtitle/index.js +4 -1
  135. package/HeaderTitle/index.d.ts +3 -3
  136. package/HeaderTitle/index.js +4 -1
  137. package/Heading/index.d.ts +3 -3
  138. package/Heading/index.js +4 -1
  139. package/HeadingCaption/index.d.ts +3 -3
  140. package/HeadingCaption/index.js +4 -1
  141. package/HellenicRepublicLogo/index.d.ts +3 -3
  142. package/HellenicRepublicLogo/index.js +4 -1
  143. package/Hidden/index.d.ts +3 -3
  144. package/Hidden/index.js +4 -1
  145. package/Hint/index.d.ts +3 -3
  146. package/Hint/index.js +4 -1
  147. package/Label/index.d.ts +3 -3
  148. package/Label/index.js +4 -1
  149. package/LabelTitle/index.d.ts +7 -7
  150. package/LabelTitle/index.js +6 -3
  151. package/Layout/index.d.ts +3 -3
  152. package/Layout/index.js +4 -1
  153. package/Link/index.d.ts +3 -3
  154. package/Link/index.js +4 -1
  155. package/List/index.d.ts +3 -3
  156. package/List/index.js +4 -1
  157. package/ListItem/index.d.ts +3 -3
  158. package/ListItem/index.js +4 -1
  159. package/Main/index.d.ts +3 -3
  160. package/Main/index.js +4 -1
  161. package/Masthead/index.d.ts +3 -3
  162. package/Masthead/index.js +4 -1
  163. package/MastheadBody/index.d.ts +3 -3
  164. package/MastheadBody/index.js +4 -1
  165. package/NavHorizontal/index.d.ts +3 -3
  166. package/NavHorizontal/index.js +4 -1
  167. package/NavHorizontalList/index.d.ts +3 -3
  168. package/NavHorizontalList/index.js +4 -1
  169. package/NavHorizontalListItem/index.d.ts +3 -3
  170. package/NavHorizontalListItem/index.js +4 -1
  171. package/NavVertical/index.d.ts +3 -3
  172. package/NavVertical/index.js +4 -1
  173. package/NavVerticalItem/index.d.ts +3 -3
  174. package/NavVerticalItem/index.js +4 -1
  175. package/NormalText/index.d.ts +3 -3
  176. package/NormalText/index.js +4 -1
  177. package/NotificationBanner/index.d.ts +3 -3
  178. package/NotificationBanner/index.js +4 -1
  179. package/NotificationBannerContent/index.d.ts +3 -3
  180. package/NotificationBannerContent/index.js +4 -1
  181. package/NotificationBannerHeader/index.d.ts +3 -3
  182. package/NotificationBannerHeader/index.js +4 -1
  183. package/NotificationBannerHeading/index.d.ts +3 -3
  184. package/NotificationBannerHeading/index.js +4 -1
  185. package/NotificationBannerLink/index.d.ts +3 -3
  186. package/NotificationBannerLink/index.js +4 -1
  187. package/PageTitle/index.d.ts +3 -3
  188. package/PageTitle/index.js +4 -1
  189. package/PageTitleCaption/index.d.ts +3 -3
  190. package/PageTitleCaption/index.js +4 -1
  191. package/PageTitleHeading/index.d.ts +3 -3
  192. package/PageTitleHeading/index.js +4 -1
  193. package/PageTitleSection/index.d.ts +3 -3
  194. package/PageTitleSection/index.js +4 -1
  195. package/Paragraph/index.d.ts +3 -3
  196. package/Paragraph/index.js +4 -1
  197. package/PhaseBanner/index.d.ts +3 -3
  198. package/PhaseBanner/index.js +4 -1
  199. package/PhaseBannerHeaderContainer/index.d.ts +3 -3
  200. package/PhaseBannerHeaderContainer/index.js +4 -1
  201. package/PhaseBannerTag/index.d.ts +3 -3
  202. package/PhaseBannerTag/index.js +4 -1
  203. package/PhaseBannerText/index.d.ts +3 -3
  204. package/PhaseBannerText/index.js +4 -1
  205. package/Radio/index.d.ts +3 -3
  206. package/Radio/index.js +4 -1
  207. package/RadioConditional/index.d.ts +3 -7
  208. package/RadioConditional/index.js +6 -4
  209. package/RadioConditional/index.test.js +0 -8
  210. package/RadioItem/index.d.ts +3 -3
  211. package/RadioItem/index.js +4 -1
  212. package/SectionBreak/index.d.ts +3 -3
  213. package/SectionBreak/index.js +4 -1
  214. package/Select/index.d.ts +3 -3
  215. package/Select/index.js +4 -1
  216. package/SelectOption/index.d.ts +3 -3
  217. package/SelectOption/index.js +4 -1
  218. package/ServiceBadge/index.d.ts +3 -3
  219. package/ServiceBadge/index.js +4 -1
  220. package/SkipLink/index.d.ts +3 -3
  221. package/SkipLink/index.js +4 -1
  222. package/SummaryList/index.d.ts +3 -3
  223. package/SummaryList/index.js +4 -1
  224. package/SummaryListItem/index.d.ts +3 -3
  225. package/SummaryListItem/index.js +4 -1
  226. package/SummaryListItemAction/index.d.ts +3 -3
  227. package/SummaryListItemAction/index.js +4 -1
  228. package/SummaryListItemKey/index.d.ts +3 -3
  229. package/SummaryListItemKey/index.js +4 -1
  230. package/SummaryListItemValue/index.d.ts +3 -3
  231. package/SummaryListItemValue/index.js +4 -1
  232. package/SvgIcon/index.d.ts +3 -3
  233. package/SvgIcon/index.js +4 -1
  234. package/Table/index.d.ts +3 -3
  235. package/Table/index.js +4 -1
  236. package/TableBody/index.d.ts +3 -3
  237. package/TableBody/index.js +4 -1
  238. package/TableCaption/index.d.ts +3 -3
  239. package/TableCaption/index.js +4 -1
  240. package/TableContainer/index.d.ts +3 -3
  241. package/TableContainer/index.js +4 -1
  242. package/TableDataCell/index.d.ts +3 -3
  243. package/TableDataCell/index.js +4 -1
  244. package/TableHead/index.d.ts +3 -3
  245. package/TableHead/index.js +4 -1
  246. package/TableHeadCell/index.d.ts +3 -3
  247. package/TableHeadCell/index.js +4 -1
  248. package/TableNoDataRow/index.d.ts +3 -3
  249. package/TableNoDataRow/index.js +4 -1
  250. package/TableRow/index.d.ts +3 -3
  251. package/TableRow/index.js +4 -1
  252. package/Tabs/index.d.ts +3 -3
  253. package/Tabs/index.js +4 -1
  254. package/TabsHeading/index.d.ts +3 -3
  255. package/TabsHeading/index.js +4 -1
  256. package/TabsList/index.d.ts +3 -3
  257. package/TabsList/index.js +4 -1
  258. package/TabsListItem/index.d.ts +3 -3
  259. package/TabsListItem/index.js +4 -1
  260. package/TabsPanel/index.d.ts +3 -3
  261. package/TabsPanel/index.js +4 -1
  262. package/TextArea/index.d.ts +3 -3
  263. package/TextArea/index.js +4 -1
  264. package/TextInput/index.d.ts +3 -3
  265. package/TextInput/index.js +4 -1
  266. package/Top/index.d.ts +3 -3
  267. package/Top/index.js +4 -1
  268. package/UncheckIcon/__snapshots__/index.test.tsx.snap +45 -45
  269. package/UncheckIcon/index.d.ts +4 -4
  270. package/UncheckIcon/index.js +5 -5
  271. package/Unpurge/index.d.ts +2 -0
  272. package/Unpurge/index.js +19 -0
  273. package/VisuallyHidden/index.d.ts +3 -3
  274. package/VisuallyHidden/index.js +4 -1
  275. package/WarningText/index.d.ts +3 -3
  276. package/WarningText/index.js +4 -1
  277. package/es/Accordion/index.js +3 -1
  278. package/es/AccordionControls/index.js +3 -1
  279. package/es/AccordionSection/index.js +4 -2
  280. package/es/AccordionSectionContent/index.js +3 -1
  281. package/es/AccordionSectionHeader/index.js +3 -1
  282. package/es/AccordionSectionSummary/index.js +3 -1
  283. package/es/AccordionSectionSummaryHeading/index.js +3 -1
  284. package/es/Aside/index.js +3 -1
  285. package/es/BackLink/index.js +3 -1
  286. package/es/Base/index.js +50 -0
  287. package/es/Blockquote/index.js +3 -1
  288. package/es/Bottom/index.js +3 -1
  289. package/es/Breadcrumbs/index.js +3 -1
  290. package/es/BreadcrumbsList/index.js +3 -1
  291. package/es/BreadcrumbsListItem/index.js +3 -1
  292. package/es/Button/index.js +3 -1
  293. package/es/ButtonGroup/index.js +3 -1
  294. package/es/ButtonLink/index.js +3 -1
  295. package/es/Card/index.js +4 -3
  296. package/es/CardAction/index.js +3 -1
  297. package/es/CardHeading/index.js +3 -1
  298. package/es/CardText/index.js +3 -1
  299. package/es/Checkbox/index.js +3 -1
  300. package/es/CheckboxConditional/index.js +5 -4
  301. package/es/CheckboxConditional/index.test.js +0 -8
  302. package/es/CheckboxItem/index.js +3 -1
  303. package/es/Confirmation/index.js +3 -1
  304. package/es/ConfirmationBody/index.js +3 -1
  305. package/es/ConfirmationTitle/index.js +3 -1
  306. package/es/Container/index.js +5 -2
  307. package/es/Copyright/index.js +3 -1
  308. package/es/DateInput/index.js +3 -1
  309. package/es/DateInputItem/index.js +3 -1
  310. package/es/Details/index.js +3 -1
  311. package/es/DetailsContent/index.js +3 -1
  312. package/es/DetailsSummary/index.js +3 -1
  313. package/es/ErrorMessage/index.js +3 -1
  314. package/es/ErrorSummary/index.js +3 -1
  315. package/es/Fieldset/index.js +3 -1
  316. package/es/FieldsetLegend/index.js +5 -3
  317. package/es/FileUpload/index.js +3 -1
  318. package/es/Footer/index.js +3 -1
  319. package/es/FooterContainer/index.js +3 -1
  320. package/es/FooterContent/index.js +3 -1
  321. package/es/FooterContentLogos/index.js +3 -1
  322. package/es/FooterHeading/index.js +3 -1
  323. package/es/FooterImage/index.js +3 -1
  324. package/es/FooterInlineList/index.js +3 -1
  325. package/es/FooterInlineListItem/index.js +3 -1
  326. package/es/FooterLink/index.js +3 -1
  327. package/es/FooterList/index.js +3 -1
  328. package/es/FooterListItem/index.js +3 -1
  329. package/es/FooterMeta/index.js +3 -1
  330. package/es/FooterMetaItem/index.js +3 -1
  331. package/es/FooterNavigation/index.js +3 -1
  332. package/es/FooterSection/index.js +3 -1
  333. package/es/Form/index.js +3 -1
  334. package/es/GovGRFooter/index.js +3 -1
  335. package/es/GovGRLogo/index.js +3 -1
  336. package/es/Grid/index.js +3 -1
  337. package/es/Header/index.js +3 -1
  338. package/es/HeaderContent/index.js +3 -1
  339. package/es/HeaderLogo/index.js +3 -1
  340. package/es/HeaderSecondaryLogo/index.js +3 -1
  341. package/es/HeaderSection/index.js +3 -1
  342. package/es/HeaderSubtitle/index.js +3 -1
  343. package/es/HeaderTitle/index.js +3 -1
  344. package/es/Heading/index.js +3 -1
  345. package/es/HeadingCaption/index.js +3 -1
  346. package/es/HellenicRepublicLogo/index.js +3 -1
  347. package/es/Hidden/index.js +3 -1
  348. package/es/Hint/index.js +3 -1
  349. package/es/Label/index.js +3 -1
  350. package/es/LabelTitle/index.js +5 -3
  351. package/es/Layout/index.js +3 -1
  352. package/es/Link/index.js +3 -1
  353. package/es/List/index.js +3 -1
  354. package/es/ListItem/index.js +3 -1
  355. package/es/Main/index.js +3 -1
  356. package/es/Masthead/index.js +3 -1
  357. package/es/MastheadBody/index.js +3 -1
  358. package/es/NavHorizontal/index.js +3 -1
  359. package/es/NavHorizontalList/index.js +3 -1
  360. package/es/NavHorizontalListItem/index.js +3 -1
  361. package/es/NavVertical/index.js +3 -1
  362. package/es/NavVerticalItem/index.js +3 -1
  363. package/es/NormalText/index.js +3 -1
  364. package/es/NotificationBanner/index.js +3 -1
  365. package/es/NotificationBannerContent/index.js +3 -1
  366. package/es/NotificationBannerHeader/index.js +3 -1
  367. package/es/NotificationBannerHeading/index.js +3 -1
  368. package/es/NotificationBannerLink/index.js +3 -1
  369. package/es/PageTitle/index.js +3 -1
  370. package/es/PageTitleCaption/index.js +3 -1
  371. package/es/PageTitleHeading/index.js +3 -1
  372. package/es/PageTitleSection/index.js +3 -1
  373. package/es/Paragraph/index.js +3 -1
  374. package/es/PhaseBanner/index.js +3 -1
  375. package/es/PhaseBannerHeaderContainer/index.js +3 -1
  376. package/es/PhaseBannerTag/index.js +3 -1
  377. package/es/PhaseBannerText/index.js +3 -1
  378. package/es/Radio/index.js +3 -1
  379. package/es/RadioConditional/index.js +5 -4
  380. package/es/RadioConditional/index.test.js +0 -8
  381. package/es/RadioItem/index.js +3 -1
  382. package/es/SectionBreak/index.js +3 -1
  383. package/es/Select/index.js +3 -1
  384. package/es/SelectOption/index.js +3 -1
  385. package/es/ServiceBadge/index.js +3 -1
  386. package/es/SkipLink/index.js +3 -1
  387. package/es/SummaryList/index.js +3 -1
  388. package/es/SummaryListItem/index.js +3 -1
  389. package/es/SummaryListItemAction/index.js +3 -1
  390. package/es/SummaryListItemKey/index.js +3 -1
  391. package/es/SummaryListItemValue/index.js +3 -1
  392. package/es/SvgIcon/index.js +3 -1
  393. package/es/Table/index.js +3 -1
  394. package/es/TableBody/index.js +3 -1
  395. package/es/TableCaption/index.js +3 -1
  396. package/es/TableContainer/index.js +3 -1
  397. package/es/TableDataCell/index.js +3 -1
  398. package/es/TableHead/index.js +3 -1
  399. package/es/TableHeadCell/index.js +3 -1
  400. package/es/TableNoDataRow/index.js +3 -1
  401. package/es/TableRow/index.js +3 -1
  402. package/es/Tabs/index.js +3 -1
  403. package/es/TabsHeading/index.js +3 -1
  404. package/es/TabsList/index.js +3 -1
  405. package/es/TabsListItem/index.js +3 -1
  406. package/es/TabsPanel/index.js +3 -1
  407. package/es/TextArea/index.js +3 -1
  408. package/es/TextInput/index.js +3 -1
  409. package/es/Top/index.js +3 -1
  410. package/es/UncheckIcon/__snapshots__/index.test.tsx.snap +45 -45
  411. package/es/UncheckIcon/index.js +3 -3
  412. package/es/Unpurge/index.js +9 -0
  413. package/es/VisuallyHidden/index.js +3 -1
  414. package/es/WarningText/index.js +3 -1
  415. package/es/index.js +1 -0
  416. package/es/registry.js +20 -12
  417. package/esm/Accordion/index.js +3 -1
  418. package/esm/AccordionControls/index.js +3 -1
  419. package/esm/AccordionSection/index.js +4 -2
  420. package/esm/AccordionSectionContent/index.js +3 -1
  421. package/esm/AccordionSectionHeader/index.js +3 -1
  422. package/esm/AccordionSectionSummary/index.js +3 -1
  423. package/esm/AccordionSectionSummaryHeading/index.js +3 -1
  424. package/esm/Aside/index.js +3 -1
  425. package/esm/BackLink/index.js +3 -1
  426. package/esm/Base/index.js +50 -0
  427. package/esm/Blockquote/index.js +3 -1
  428. package/esm/Bottom/index.js +3 -1
  429. package/esm/Breadcrumbs/index.js +3 -1
  430. package/esm/BreadcrumbsList/index.js +3 -1
  431. package/esm/BreadcrumbsListItem/index.js +3 -1
  432. package/esm/Button/index.js +3 -1
  433. package/esm/ButtonGroup/index.js +3 -1
  434. package/esm/ButtonLink/index.js +3 -1
  435. package/esm/Card/index.js +4 -3
  436. package/esm/CardAction/index.js +3 -1
  437. package/esm/CardHeading/index.js +3 -1
  438. package/esm/CardText/index.js +3 -1
  439. package/esm/Checkbox/index.js +3 -1
  440. package/esm/CheckboxConditional/index.js +5 -4
  441. package/esm/CheckboxConditional/index.test.js +0 -8
  442. package/esm/CheckboxItem/index.js +3 -1
  443. package/esm/Confirmation/index.js +3 -1
  444. package/esm/ConfirmationBody/index.js +3 -1
  445. package/esm/ConfirmationTitle/index.js +3 -1
  446. package/esm/Container/index.js +5 -2
  447. package/esm/Copyright/index.js +3 -1
  448. package/esm/DateInput/index.js +3 -1
  449. package/esm/DateInputItem/index.js +3 -1
  450. package/esm/Details/index.js +3 -1
  451. package/esm/DetailsContent/index.js +3 -1
  452. package/esm/DetailsSummary/index.js +3 -1
  453. package/esm/ErrorMessage/index.js +3 -1
  454. package/esm/ErrorSummary/index.js +3 -1
  455. package/esm/Fieldset/index.js +3 -1
  456. package/esm/FieldsetLegend/index.js +5 -3
  457. package/esm/FileUpload/index.js +3 -1
  458. package/esm/Footer/index.js +3 -1
  459. package/esm/FooterContainer/index.js +3 -1
  460. package/esm/FooterContent/index.js +3 -1
  461. package/esm/FooterContentLogos/index.js +3 -1
  462. package/esm/FooterHeading/index.js +3 -1
  463. package/esm/FooterImage/index.js +3 -1
  464. package/esm/FooterInlineList/index.js +3 -1
  465. package/esm/FooterInlineListItem/index.js +3 -1
  466. package/esm/FooterLink/index.js +3 -1
  467. package/esm/FooterList/index.js +3 -1
  468. package/esm/FooterListItem/index.js +3 -1
  469. package/esm/FooterMeta/index.js +3 -1
  470. package/esm/FooterMetaItem/index.js +3 -1
  471. package/esm/FooterNavigation/index.js +3 -1
  472. package/esm/FooterSection/index.js +3 -1
  473. package/esm/Form/index.js +3 -1
  474. package/esm/GovGRFooter/index.js +3 -1
  475. package/esm/GovGRLogo/index.js +3 -1
  476. package/esm/Grid/index.js +3 -1
  477. package/esm/Header/index.js +3 -1
  478. package/esm/HeaderContent/index.js +3 -1
  479. package/esm/HeaderLogo/index.js +3 -1
  480. package/esm/HeaderSecondaryLogo/index.js +3 -1
  481. package/esm/HeaderSection/index.js +3 -1
  482. package/esm/HeaderSubtitle/index.js +3 -1
  483. package/esm/HeaderTitle/index.js +3 -1
  484. package/esm/Heading/index.js +3 -1
  485. package/esm/HeadingCaption/index.js +3 -1
  486. package/esm/HellenicRepublicLogo/index.js +3 -1
  487. package/esm/Hidden/index.js +3 -1
  488. package/esm/Hint/index.js +3 -1
  489. package/esm/Label/index.js +3 -1
  490. package/esm/LabelTitle/index.js +5 -3
  491. package/esm/Layout/index.js +3 -1
  492. package/esm/Link/index.js +3 -1
  493. package/esm/List/index.js +3 -1
  494. package/esm/ListItem/index.js +3 -1
  495. package/esm/Main/index.js +3 -1
  496. package/esm/Masthead/index.js +3 -1
  497. package/esm/MastheadBody/index.js +3 -1
  498. package/esm/NavHorizontal/index.js +3 -1
  499. package/esm/NavHorizontalList/index.js +3 -1
  500. package/esm/NavHorizontalListItem/index.js +3 -1
  501. package/esm/NavVertical/index.js +3 -1
  502. package/esm/NavVerticalItem/index.js +3 -1
  503. package/esm/NormalText/index.js +3 -1
  504. package/esm/NotificationBanner/index.js +3 -1
  505. package/esm/NotificationBannerContent/index.js +3 -1
  506. package/esm/NotificationBannerHeader/index.js +3 -1
  507. package/esm/NotificationBannerHeading/index.js +3 -1
  508. package/esm/NotificationBannerLink/index.js +3 -1
  509. package/esm/PageTitle/index.js +3 -1
  510. package/esm/PageTitleCaption/index.js +3 -1
  511. package/esm/PageTitleHeading/index.js +3 -1
  512. package/esm/PageTitleSection/index.js +3 -1
  513. package/esm/Paragraph/index.js +3 -1
  514. package/esm/PhaseBanner/index.js +3 -1
  515. package/esm/PhaseBannerHeaderContainer/index.js +3 -1
  516. package/esm/PhaseBannerTag/index.js +3 -1
  517. package/esm/PhaseBannerText/index.js +3 -1
  518. package/esm/Radio/index.js +3 -1
  519. package/esm/RadioConditional/index.js +5 -4
  520. package/esm/RadioConditional/index.test.js +0 -8
  521. package/esm/RadioItem/index.js +3 -1
  522. package/esm/SectionBreak/index.js +3 -1
  523. package/esm/Select/index.js +3 -1
  524. package/esm/SelectOption/index.js +3 -1
  525. package/esm/ServiceBadge/index.js +3 -1
  526. package/esm/SkipLink/index.js +3 -1
  527. package/esm/SummaryList/index.js +3 -1
  528. package/esm/SummaryListItem/index.js +3 -1
  529. package/esm/SummaryListItemAction/index.js +3 -1
  530. package/esm/SummaryListItemKey/index.js +3 -1
  531. package/esm/SummaryListItemValue/index.js +3 -1
  532. package/esm/SvgIcon/index.js +3 -1
  533. package/esm/Table/index.js +3 -1
  534. package/esm/TableBody/index.js +3 -1
  535. package/esm/TableCaption/index.js +3 -1
  536. package/esm/TableContainer/index.js +3 -1
  537. package/esm/TableDataCell/index.js +3 -1
  538. package/esm/TableHead/index.js +3 -1
  539. package/esm/TableHeadCell/index.js +3 -1
  540. package/esm/TableNoDataRow/index.js +3 -1
  541. package/esm/TableRow/index.js +3 -1
  542. package/esm/Tabs/index.js +3 -1
  543. package/esm/TabsHeading/index.js +3 -1
  544. package/esm/TabsList/index.js +3 -1
  545. package/esm/TabsListItem/index.js +3 -1
  546. package/esm/TabsPanel/index.js +3 -1
  547. package/esm/TextArea/index.js +3 -1
  548. package/esm/TextInput/index.js +3 -1
  549. package/esm/Top/index.js +3 -1
  550. package/esm/UncheckIcon/__snapshots__/index.test.tsx.snap +45 -45
  551. package/esm/UncheckIcon/index.js +3 -3
  552. package/esm/Unpurge/index.js +9 -0
  553. package/esm/VisuallyHidden/index.js +3 -1
  554. package/esm/WarningText/index.js +3 -1
  555. package/esm/index.js +2 -1
  556. package/esm/registry.js +20 -12
  557. package/index.d.ts +1 -0
  558. package/index.js +8 -0
  559. package/package.json +2 -2
  560. package/registry.d.ts +9 -6
  561. package/registry.js +27 -16
@@ -1,13 +1,13 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`renders the UncheckIcon with no props 1`] = `
4
- <ForwardRef(UnCheckIcon)>
4
+ <ForwardRef(UncheckIcon)>
5
5
  <ForwardRef(SvgIcon)
6
6
  className="govgr-svg-icon--check"
7
7
  >
8
8
  <svg
9
9
  aria-hidden="true"
10
- className="govgr-svg-icon--dark govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
10
+ className="govgr-svg-icon--check govgr-svg-icon"
11
11
  focusable="false"
12
12
  viewBox="0 0 24 24"
13
13
  >
@@ -16,11 +16,11 @@ exports[`renders the UncheckIcon with no props 1`] = `
16
16
  />
17
17
  </svg>
18
18
  </ForwardRef(SvgIcon)>
19
- </ForwardRef(UnCheckIcon)>
19
+ </ForwardRef(UncheckIcon)>
20
20
  `;
21
21
 
22
22
  exports[`renders the UncheckIcon with prop size=l 1`] = `
23
- <ForwardRef(UnCheckIcon)
23
+ <ForwardRef(UncheckIcon)
24
24
  size="l"
25
25
  >
26
26
  <ForwardRef(SvgIcon)
@@ -29,7 +29,7 @@ exports[`renders the UncheckIcon with prop size=l 1`] = `
29
29
  >
30
30
  <svg
31
31
  aria-hidden="true"
32
- className="govgr-svg-icon--dark govgr-svg-icon--l govgr-svg-icon--check govgr-svg-icon"
32
+ className="govgr-svg-icon--check govgr-svg-icon--l govgr-svg-icon"
33
33
  focusable="false"
34
34
  viewBox="0 0 24 24"
35
35
  >
@@ -38,11 +38,11 @@ exports[`renders the UncheckIcon with prop size=l 1`] = `
38
38
  />
39
39
  </svg>
40
40
  </ForwardRef(SvgIcon)>
41
- </ForwardRef(UnCheckIcon)>
41
+ </ForwardRef(UncheckIcon)>
42
42
  `;
43
43
 
44
44
  exports[`renders the UncheckIcon with prop size=m 1`] = `
45
- <ForwardRef(UnCheckIcon)
45
+ <ForwardRef(UncheckIcon)
46
46
  size="m"
47
47
  >
48
48
  <ForwardRef(SvgIcon)
@@ -51,7 +51,7 @@ exports[`renders the UncheckIcon with prop size=m 1`] = `
51
51
  >
52
52
  <svg
53
53
  aria-hidden="true"
54
- className="govgr-svg-icon--dark govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
54
+ className="govgr-svg-icon--check govgr-svg-icon--m govgr-svg-icon"
55
55
  focusable="false"
56
56
  viewBox="0 0 24 24"
57
57
  >
@@ -60,11 +60,11 @@ exports[`renders the UncheckIcon with prop size=m 1`] = `
60
60
  />
61
61
  </svg>
62
62
  </ForwardRef(SvgIcon)>
63
- </ForwardRef(UnCheckIcon)>
63
+ </ForwardRef(UncheckIcon)>
64
64
  `;
65
65
 
66
66
  exports[`renders the UncheckIcon with prop size=s 1`] = `
67
- <ForwardRef(UnCheckIcon)
67
+ <ForwardRef(UncheckIcon)
68
68
  size="s"
69
69
  >
70
70
  <ForwardRef(SvgIcon)
@@ -73,7 +73,7 @@ exports[`renders the UncheckIcon with prop size=s 1`] = `
73
73
  >
74
74
  <svg
75
75
  aria-hidden="true"
76
- className="govgr-svg-icon--dark govgr-svg-icon--s govgr-svg-icon--check govgr-svg-icon"
76
+ className="govgr-svg-icon--check govgr-svg-icon--s govgr-svg-icon"
77
77
  focusable="false"
78
78
  viewBox="0 0 24 24"
79
79
  >
@@ -82,11 +82,11 @@ exports[`renders the UncheckIcon with prop size=s 1`] = `
82
82
  />
83
83
  </svg>
84
84
  </ForwardRef(SvgIcon)>
85
- </ForwardRef(UnCheckIcon)>
85
+ </ForwardRef(UncheckIcon)>
86
86
  `;
87
87
 
88
88
  exports[`renders the UncheckIcon with prop size=xl 1`] = `
89
- <ForwardRef(UnCheckIcon)
89
+ <ForwardRef(UncheckIcon)
90
90
  size="xl"
91
91
  >
92
92
  <ForwardRef(SvgIcon)
@@ -95,7 +95,7 @@ exports[`renders the UncheckIcon with prop size=xl 1`] = `
95
95
  >
96
96
  <svg
97
97
  aria-hidden="true"
98
- className="govgr-svg-icon--dark govgr-svg-icon--xl govgr-svg-icon--check govgr-svg-icon"
98
+ className="govgr-svg-icon--check govgr-svg-icon--xl govgr-svg-icon"
99
99
  focusable="false"
100
100
  viewBox="0 0 24 24"
101
101
  >
@@ -104,11 +104,11 @@ exports[`renders the UncheckIcon with prop size=xl 1`] = `
104
104
  />
105
105
  </svg>
106
106
  </ForwardRef(SvgIcon)>
107
- </ForwardRef(UnCheckIcon)>
107
+ </ForwardRef(UncheckIcon)>
108
108
  `;
109
109
 
110
110
  exports[`renders the UncheckIcon with prop variant=dark 1`] = `
111
- <ForwardRef(UnCheckIcon)
111
+ <ForwardRef(UncheckIcon)
112
112
  variant="dark"
113
113
  >
114
114
  <ForwardRef(SvgIcon)
@@ -117,7 +117,7 @@ exports[`renders the UncheckIcon with prop variant=dark 1`] = `
117
117
  >
118
118
  <svg
119
119
  aria-hidden="true"
120
- className="govgr-svg-icon--dark govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
120
+ className="govgr-svg-icon--check govgr-svg-icon--dark govgr-svg-icon"
121
121
  focusable="false"
122
122
  viewBox="0 0 24 24"
123
123
  >
@@ -126,11 +126,11 @@ exports[`renders the UncheckIcon with prop variant=dark 1`] = `
126
126
  />
127
127
  </svg>
128
128
  </ForwardRef(SvgIcon)>
129
- </ForwardRef(UnCheckIcon)>
129
+ </ForwardRef(UncheckIcon)>
130
130
  `;
131
131
 
132
132
  exports[`renders the UncheckIcon with prop variant=error 1`] = `
133
- <ForwardRef(UnCheckIcon)
133
+ <ForwardRef(UncheckIcon)
134
134
  variant="error"
135
135
  >
136
136
  <ForwardRef(SvgIcon)
@@ -139,7 +139,7 @@ exports[`renders the UncheckIcon with prop variant=error 1`] = `
139
139
  >
140
140
  <svg
141
141
  aria-hidden="true"
142
- className="govgr-svg-icon--error govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
142
+ className="govgr-svg-icon--check govgr-svg-icon--error govgr-svg-icon"
143
143
  focusable="false"
144
144
  viewBox="0 0 24 24"
145
145
  >
@@ -148,11 +148,11 @@ exports[`renders the UncheckIcon with prop variant=error 1`] = `
148
148
  />
149
149
  </svg>
150
150
  </ForwardRef(SvgIcon)>
151
- </ForwardRef(UnCheckIcon)>
151
+ </ForwardRef(UncheckIcon)>
152
152
  `;
153
153
 
154
154
  exports[`renders the UncheckIcon with prop variant=error and size= xl 1`] = `
155
- <ForwardRef(UnCheckIcon)
155
+ <ForwardRef(UncheckIcon)
156
156
  size="xl"
157
157
  variant="warning"
158
158
  >
@@ -163,7 +163,7 @@ exports[`renders the UncheckIcon with prop variant=error and size= xl 1`] = `
163
163
  >
164
164
  <svg
165
165
  aria-hidden="true"
166
- className="govgr-svg-icon--warning govgr-svg-icon--xl govgr-svg-icon--check govgr-svg-icon"
166
+ className="govgr-svg-icon--check govgr-svg-icon--warning govgr-svg-icon--xl govgr-svg-icon"
167
167
  focusable="false"
168
168
  viewBox="0 0 24 24"
169
169
  >
@@ -172,11 +172,11 @@ exports[`renders the UncheckIcon with prop variant=error and size= xl 1`] = `
172
172
  />
173
173
  </svg>
174
174
  </ForwardRef(SvgIcon)>
175
- </ForwardRef(UnCheckIcon)>
175
+ </ForwardRef(UncheckIcon)>
176
176
  `;
177
177
 
178
178
  exports[`renders the UncheckIcon with prop variant=focus 1`] = `
179
- <ForwardRef(UnCheckIcon)
179
+ <ForwardRef(UncheckIcon)
180
180
  variant="focus"
181
181
  >
182
182
  <ForwardRef(SvgIcon)
@@ -185,7 +185,7 @@ exports[`renders the UncheckIcon with prop variant=focus 1`] = `
185
185
  >
186
186
  <svg
187
187
  aria-hidden="true"
188
- className="govgr-svg-icon--focus govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
188
+ className="govgr-svg-icon--check govgr-svg-icon--focus govgr-svg-icon"
189
189
  focusable="false"
190
190
  viewBox="0 0 24 24"
191
191
  >
@@ -194,11 +194,11 @@ exports[`renders the UncheckIcon with prop variant=focus 1`] = `
194
194
  />
195
195
  </svg>
196
196
  </ForwardRef(SvgIcon)>
197
- </ForwardRef(UnCheckIcon)>
197
+ </ForwardRef(UncheckIcon)>
198
198
  `;
199
199
 
200
200
  exports[`renders the UncheckIcon with prop variant=gray 1`] = `
201
- <ForwardRef(UnCheckIcon)
201
+ <ForwardRef(UncheckIcon)
202
202
  variant="gray"
203
203
  >
204
204
  <ForwardRef(SvgIcon)
@@ -207,7 +207,7 @@ exports[`renders the UncheckIcon with prop variant=gray 1`] = `
207
207
  >
208
208
  <svg
209
209
  aria-hidden="true"
210
- className="govgr-svg-icon--gray govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
210
+ className="govgr-svg-icon--check govgr-svg-icon--gray govgr-svg-icon"
211
211
  focusable="false"
212
212
  viewBox="0 0 24 24"
213
213
  >
@@ -216,11 +216,11 @@ exports[`renders the UncheckIcon with prop variant=gray 1`] = `
216
216
  />
217
217
  </svg>
218
218
  </ForwardRef(SvgIcon)>
219
- </ForwardRef(UnCheckIcon)>
219
+ </ForwardRef(UncheckIcon)>
220
220
  `;
221
221
 
222
222
  exports[`renders the UncheckIcon with prop variant=light 1`] = `
223
- <ForwardRef(UnCheckIcon)
223
+ <ForwardRef(UncheckIcon)
224
224
  variant="light"
225
225
  >
226
226
  <ForwardRef(SvgIcon)
@@ -229,7 +229,7 @@ exports[`renders the UncheckIcon with prop variant=light 1`] = `
229
229
  >
230
230
  <svg
231
231
  aria-hidden="true"
232
- className="govgr-svg-icon--light govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
232
+ className="govgr-svg-icon--check govgr-svg-icon--light govgr-svg-icon"
233
233
  focusable="false"
234
234
  viewBox="0 0 24 24"
235
235
  >
@@ -238,11 +238,11 @@ exports[`renders the UncheckIcon with prop variant=light 1`] = `
238
238
  />
239
239
  </svg>
240
240
  </ForwardRef(SvgIcon)>
241
- </ForwardRef(UnCheckIcon)>
241
+ </ForwardRef(UncheckIcon)>
242
242
  `;
243
243
 
244
244
  exports[`renders the UncheckIcon with prop variant=primary 1`] = `
245
- <ForwardRef(UnCheckIcon)
245
+ <ForwardRef(UncheckIcon)
246
246
  variant="primary"
247
247
  >
248
248
  <ForwardRef(SvgIcon)
@@ -251,7 +251,7 @@ exports[`renders the UncheckIcon with prop variant=primary 1`] = `
251
251
  >
252
252
  <svg
253
253
  aria-hidden="true"
254
- className="govgr-svg-icon--primary govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
254
+ className="govgr-svg-icon--check govgr-svg-icon--primary govgr-svg-icon"
255
255
  focusable="false"
256
256
  viewBox="0 0 24 24"
257
257
  >
@@ -260,11 +260,11 @@ exports[`renders the UncheckIcon with prop variant=primary 1`] = `
260
260
  />
261
261
  </svg>
262
262
  </ForwardRef(SvgIcon)>
263
- </ForwardRef(UnCheckIcon)>
263
+ </ForwardRef(UncheckIcon)>
264
264
  `;
265
265
 
266
266
  exports[`renders the UncheckIcon with prop variant=success 1`] = `
267
- <ForwardRef(UnCheckIcon)
267
+ <ForwardRef(UncheckIcon)
268
268
  variant="success"
269
269
  >
270
270
  <ForwardRef(SvgIcon)
@@ -273,7 +273,7 @@ exports[`renders the UncheckIcon with prop variant=success 1`] = `
273
273
  >
274
274
  <svg
275
275
  aria-hidden="true"
276
- className="govgr-svg-icon--success govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
276
+ className="govgr-svg-icon--check govgr-svg-icon--success govgr-svg-icon"
277
277
  focusable="false"
278
278
  viewBox="0 0 24 24"
279
279
  >
@@ -282,11 +282,11 @@ exports[`renders the UncheckIcon with prop variant=success 1`] = `
282
282
  />
283
283
  </svg>
284
284
  </ForwardRef(SvgIcon)>
285
- </ForwardRef(UnCheckIcon)>
285
+ </ForwardRef(UncheckIcon)>
286
286
  `;
287
287
 
288
288
  exports[`renders the UncheckIcon with prop variant=warning 1`] = `
289
- <ForwardRef(UnCheckIcon)
289
+ <ForwardRef(UncheckIcon)
290
290
  variant="warning"
291
291
  >
292
292
  <ForwardRef(SvgIcon)
@@ -295,7 +295,7 @@ exports[`renders the UncheckIcon with prop variant=warning 1`] = `
295
295
  >
296
296
  <svg
297
297
  aria-hidden="true"
298
- className="govgr-svg-icon--warning govgr-svg-icon--m govgr-svg-icon--check govgr-svg-icon"
298
+ className="govgr-svg-icon--check govgr-svg-icon--warning govgr-svg-icon"
299
299
  focusable="false"
300
300
  viewBox="0 0 24 24"
301
301
  >
@@ -304,11 +304,11 @@ exports[`renders the UncheckIcon with prop variant=warning 1`] = `
304
304
  />
305
305
  </svg>
306
306
  </ForwardRef(SvgIcon)>
307
- </ForwardRef(UnCheckIcon)>
307
+ </ForwardRef(UncheckIcon)>
308
308
  `;
309
309
 
310
310
  exports[`renders the UncheckIcon with prop variant=warning and size=s 1`] = `
311
- <ForwardRef(UnCheckIcon)
311
+ <ForwardRef(UncheckIcon)
312
312
  size="s"
313
313
  variant="warning"
314
314
  >
@@ -319,7 +319,7 @@ exports[`renders the UncheckIcon with prop variant=warning and size=s 1`] = `
319
319
  >
320
320
  <svg
321
321
  aria-hidden="true"
322
- className="govgr-svg-icon--warning govgr-svg-icon--s govgr-svg-icon--check govgr-svg-icon"
322
+ className="govgr-svg-icon--check govgr-svg-icon--warning govgr-svg-icon--s govgr-svg-icon"
323
323
  focusable="false"
324
324
  viewBox="0 0 24 24"
325
325
  >
@@ -328,5 +328,5 @@ exports[`renders the UncheckIcon with prop variant=warning and size=s 1`] = `
328
328
  />
329
329
  </svg>
330
330
  </ForwardRef(SvgIcon)>
331
- </ForwardRef(UnCheckIcon)>
331
+ </ForwardRef(UncheckIcon)>
332
332
  `;
@@ -10,9 +10,9 @@ var _ref2 = /*#__PURE__*/React.createElement("polygon", {
10
10
  });
11
11
 
12
12
  /**
13
- * Use UnunCheckIcon component when you need a uncheck/decline icon.
13
+ * Use UnUncheckIcon component when you need a uncheck/decline icon.
14
14
  */
15
- export var UnCheckIcon = /*#__PURE__*/React.forwardRef(function UnCheckIcon(_ref, ref) {
15
+ export var UncheckIcon = /*#__PURE__*/React.forwardRef(function UncheckIcon(_ref, ref) {
16
16
  var size = _ref.size,
17
17
  variant = _ref.variant,
18
18
  className = _ref.className,
@@ -25,4 +25,4 @@ export var UnCheckIcon = /*#__PURE__*/React.forwardRef(function UnCheckIcon(_ref
25
25
  ref: ref
26
26
  }, props), _ref2);
27
27
  });
28
- export default UnCheckIcon;
28
+ export default UncheckIcon;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+
3
+ function Unpurge() {
4
+ return /*#__PURE__*/React.createElement("div", {
5
+ className: "\n govgr-m-0 \n govgr-mt-0 \n govgr-mb-0 \n govgr-mr-0 \n govgr-ml-0 \n govgr-p-0 \n govgr-pt-0 \n govgr-pb-0 \n govgr-pr-0 \n govgr-pl-0 \n govgr-m-1 \n govgr-mt-1 \n govgr-mb-1 \n govgr-mr-1 \n govgr-ml-1 \n govgr-p-1 \n govgr-pt-1 \n govgr-pb-1 \n govgr-pr-1 \n govgr-pl-1 \n govgr-m-2 \n govgr-mt-2 \n govgr-mb-2 \n govgr-mr-2 \n govgr-ml-2 \n govgr-p-2 \n govgr-pt-2 \n govgr-pb-2 \n govgr-pr-2 \n govgr-pl-2 \n govgr-m-3 \n govgr-mt-3 \n govgr-mb-3 \n govgr-mr-3 \n govgr-ml-3 \n govgr-p-3 \n govgr-pt-3 \n govgr-pb-3 \n govgr-pr-3 \n govgr-pl-3 \n govgr-m-4 \n govgr-mt-4 \n govgr-mb-4 \n govgr-mr-4 \n govgr-ml-4 \n govgr-p-4 \n govgr-pt-4 \n govgr-pb-4 \n govgr-pr-4 \n govgr-pl-4 \n govgr-m-5 \n govgr-mt-5 \n govgr-mb-5 \n govgr-mr-5 \n govgr-ml-5 \n govgr-p-5 \n govgr-pt-5 \n govgr-pb-5 \n govgr-pr-5 \n govgr-pl-5 \n govgr-m-6 \n govgr-mt-6 \n govgr-mb-6 \n govgr-mr-6 \n govgr-ml-6 \n govgr-p-6 \n govgr-pt-6 \n govgr-pb-6 \n govgr-pr-6 \n govgr-pl-6 \n govgr-m-7 \n govgr-mt-7 \n govgr-mb-7 \n govgr-mr-7 \n govgr-ml-7 \n govgr-p-7 \n govgr-pt-7 \n govgr-pb-7 \n govgr-pr-7 \n govgr-pl-7 \n govgr-m-8 \n govgr-mt-8 \n govgr-mb-8 \n govgr-mr-8 \n govgr-ml-8 \n govgr-p-8 \n govgr-pt-8 \n govgr-pb-8 \n govgr-pr-8 \n govgr-pl-8 \n govgr-m-9 \n govgr-mt-9 \n govgr-mb-9 \n govgr-mr-9 \n govgr-ml-9 \n govgr-p-9 \n govgr-pt-9 \n govgr-pb-9 \n govgr-pr-9 \n govgr-pl-9 \n govgr-print-hidden\n "
6
+ });
7
+ }
8
+
9
+ export default Unpurge;
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
3
  var _excluded = ["className", "children"];
4
4
  import React from 'react';
5
+ import Base from '@digigov/react-core/Base';
5
6
  import clsx from 'clsx';
6
7
 
7
8
  /**
@@ -13,7 +14,8 @@ export var VisuallyHidden = /*#__PURE__*/React.forwardRef(function VisuallyHidde
13
14
  children = _ref.children,
14
15
  props = _objectWithoutProperties(_ref, _excluded);
15
16
 
16
- return /*#__PURE__*/React.createElement("span", _extends({
17
+ return /*#__PURE__*/React.createElement(Base, _extends({
18
+ as: "span",
17
19
  ref: ref,
18
20
  className: clsx(className, true && 'govgr-visually-hidden')
19
21
  }, props), children);
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
3
  var _excluded = ["className", "children"];
4
4
  import React from 'react';
5
+ import Base from '@digigov/react-core/Base';
5
6
  import clsx from 'clsx';
6
7
 
7
8
  /**
@@ -14,7 +15,8 @@ export var WarningText = /*#__PURE__*/React.forwardRef(function WarningText(_ref
14
15
  children = _ref.children,
15
16
  props = _objectWithoutProperties(_ref, _excluded);
16
17
 
17
- return /*#__PURE__*/React.createElement("div", _extends({
18
+ return /*#__PURE__*/React.createElement(Base, _extends({
19
+ as: "div",
18
20
  ref: ref,
19
21
  className: clsx(className, true && 'govgr-warning-text')
20
22
  }, props), /*#__PURE__*/React.createElement("span", {
package/es/index.js CHANGED
@@ -136,5 +136,6 @@ export { default as TabsPanel } from '@digigov/react-core/TabsPanel';
136
136
  export { default as TextArea } from '@digigov/react-core/TextArea';
137
137
  export { default as TextInput } from '@digigov/react-core/TextInput';
138
138
  export { default as Top } from '@digigov/react-core/Top';
139
+ export { default as Base } from '@digigov/react-core/Base';
139
140
  export { default as VisuallyHidden } from '@digigov/react-core/VisuallyHidden';
140
141
  export { default as WarningText } from '@digigov/react-core/WarningText';
package/es/registry.js CHANGED
@@ -1,14 +1,14 @@
1
- import * as _digigov_react_core from '@digigov/react-core';
2
1
  import * as _digigov_react_core_Accordion from '@digigov/react-core/Accordion';
3
2
  import * as _digigov_react_core_AccordionControls from '@digigov/react-core/AccordionControls';
4
3
  import * as _digigov_react_core_AccordionSection from '@digigov/react-core/AccordionSection';
4
+ import * as _digigov_react_core_AccordionSectionContent from '@digigov/react-core/AccordionSectionContent';
5
5
  import * as _digigov_react_core_AccordionSectionHeader from '@digigov/react-core/AccordionSectionHeader';
6
6
  import * as _digigov_react_core_AccordionSectionSummary from '@digigov/react-core/AccordionSectionSummary';
7
- import * as _digigov_react_core_AccordionSectionContent from '@digigov/react-core/AccordionSectionContent';
8
7
  import * as _digigov_react_core_AccordionSectionSummaryHeading from '@digigov/react-core/AccordionSectionSummaryHeading';
9
8
  import * as _digigov_react_core_ArrowIcon from '@digigov/react-core/ArrowIcon';
10
9
  import * as _digigov_react_core_Aside from '@digigov/react-core/Aside';
11
10
  import * as _digigov_react_core_BackLink from '@digigov/react-core/BackLink';
11
+ import * as _digigov_react_core_Base from '@digigov/react-core/Base';
12
12
  import * as _digigov_react_core_Blockquote from '@digigov/react-core/Blockquote';
13
13
  import * as _digigov_react_core_Bottom from '@digigov/react-core/Bottom';
14
14
  import * as _digigov_react_core_Breadcrumbs from '@digigov/react-core/Breadcrumbs';
@@ -24,10 +24,10 @@ import * as _digigov_react_core_CardAction from '@digigov/react-core/CardAction'
24
24
  import * as _digigov_react_core_CardHeading from '@digigov/react-core/CardHeading';
25
25
  import * as _digigov_react_core_CardText from '@digigov/react-core/CardText';
26
26
  import * as _digigov_react_core_CaretIcon from '@digigov/react-core/CaretIcon';
27
- import * as _digigov_react_core_CheckIcon from '@digigov/react-core/CheckIcon';
28
27
  import * as _digigov_react_core_Checkbox from '@digigov/react-core/Checkbox';
29
28
  import * as _digigov_react_core_CheckboxConditional from '@digigov/react-core/CheckboxConditional';
30
29
  import * as _digigov_react_core_CheckboxItem from '@digigov/react-core/CheckboxItem';
30
+ import * as _digigov_react_core_CheckIcon from '@digigov/react-core/CheckIcon';
31
31
  import * as _digigov_react_core_CloseIcon from '@digigov/react-core/CloseIcon';
32
32
  import * as _digigov_react_core_Confirmation from '@digigov/react-core/Confirmation';
33
33
  import * as _digigov_react_core_ConfirmationBody from '@digigov/react-core/ConfirmationBody';
@@ -42,8 +42,8 @@ import * as _digigov_react_core_DetailsSummary from '@digigov/react-core/Details
42
42
  import * as _digigov_react_core_ErrorMessage from '@digigov/react-core/ErrorMessage';
43
43
  import * as _digigov_react_core_ErrorSummary from '@digigov/react-core/ErrorSummary';
44
44
  import * as _digigov_react_core_Field from '@digigov/react-core/Field';
45
- import * as _digigov_react_core_FieldsetLegend from '@digigov/react-core/FieldsetLegend';
46
45
  import * as _digigov_react_core_Fieldset from '@digigov/react-core/Fieldset';
46
+ import * as _digigov_react_core_FieldsetLegend from '@digigov/react-core/FieldsetLegend';
47
47
  import * as _digigov_react_core_FileUpload from '@digigov/react-core/FileUpload';
48
48
  import * as _digigov_react_core_Footer from '@digigov/react-core/Footer';
49
49
  import * as _digigov_react_core_FooterContainer from '@digigov/react-core/FooterContainer';
@@ -58,9 +58,10 @@ import * as _digigov_react_core_FooterList from '@digigov/react-core/FooterList'
58
58
  import * as _digigov_react_core_FooterListItem from '@digigov/react-core/FooterListItem';
59
59
  import * as _digigov_react_core_FooterMeta from '@digigov/react-core/FooterMeta';
60
60
  import * as _digigov_react_core_FooterMetaItem from '@digigov/react-core/FooterMetaItem';
61
- import * as _digigov_react_core_GovGRFooter from '@digigov/react-core/GovGRFooter';
62
- import * as _digigov_react_core_FooterSection from '@digigov/react-core/FooterSection';
63
61
  import * as _digigov_react_core_FooterNavigation from '@digigov/react-core/FooterNavigation';
62
+ import * as _digigov_react_core_FooterSection from '@digigov/react-core/FooterSection';
63
+ import * as _digigov_react_core_Form from '@digigov/react-core/Form';
64
+ import * as _digigov_react_core_GovGRFooter from '@digigov/react-core/GovGRFooter';
64
65
  import * as _digigov_react_core_GovGRLogo from '@digigov/react-core/GovGRLogo';
65
66
  import * as _digigov_react_core_Grid from '@digigov/react-core/Grid';
66
67
  import * as _digigov_react_core_Header from '@digigov/react-core/Header';
@@ -77,6 +78,7 @@ import * as _digigov_react_core_HellenicRepublicLogo_logo_el from '@digigov/reac
77
78
  import * as _digigov_react_core_HellenicRepublicLogo_logo_en from '@digigov/react-core/HellenicRepublicLogo/logo-en';
78
79
  import * as _digigov_react_core_Hidden from '@digigov/react-core/Hidden';
79
80
  import * as _digigov_react_core_Hint from '@digigov/react-core/Hint';
81
+ import * as _digigov_react_core from '@digigov/react-core';
80
82
  import * as _digigov_react_core_Label from '@digigov/react-core/Label';
81
83
  import * as _digigov_react_core_LabelTitle from '@digigov/react-core/LabelTitle';
82
84
  import * as _digigov_react_core_Layout from '@digigov/react-core/Layout';
@@ -139,6 +141,7 @@ import * as _digigov_react_core_TextArea from '@digigov/react-core/TextArea';
139
141
  import * as _digigov_react_core_TextInput from '@digigov/react-core/TextInput';
140
142
  import * as _digigov_react_core_Top from '@digigov/react-core/Top';
141
143
  import * as _digigov_react_core_UncheckIcon from '@digigov/react-core/UncheckIcon';
144
+ import * as _digigov_react_core_Unpurge from '@digigov/react-core/Unpurge';
142
145
  import * as _digigov_react_core_VisuallyHidden from '@digigov/react-core/VisuallyHidden';
143
146
  import * as _digigov_react_core_WarningText from '@digigov/react-core/WarningText';
144
147
 
@@ -147,6 +150,8 @@ function lazyImport(pkgImport) {
147
150
  get: function get(_target, name) {
148
151
  if (name === '__esModule' || name === 'default') {
149
152
  return pkgImport["default"];
153
+ } else if (name === '*') {
154
+ return pkgImport;
150
155
  } else {
151
156
  return pkgImport[name];
152
157
  }
@@ -155,17 +160,17 @@ function lazyImport(pkgImport) {
155
160
  }
156
161
 
157
162
  export default {
158
- '@digigov/react-core': lazyImport(_digigov_react_core),
159
163
  '@digigov/react-core/Accordion': lazyImport(_digigov_react_core_Accordion),
160
164
  '@digigov/react-core/AccordionControls': lazyImport(_digigov_react_core_AccordionControls),
161
165
  '@digigov/react-core/AccordionSection': lazyImport(_digigov_react_core_AccordionSection),
166
+ '@digigov/react-core/AccordionSectionContent': lazyImport(_digigov_react_core_AccordionSectionContent),
162
167
  '@digigov/react-core/AccordionSectionHeader': lazyImport(_digigov_react_core_AccordionSectionHeader),
163
168
  '@digigov/react-core/AccordionSectionSummary': lazyImport(_digigov_react_core_AccordionSectionSummary),
164
- '@digigov/react-core/AccordionSectionContent': lazyImport(_digigov_react_core_AccordionSectionContent),
165
169
  '@digigov/react-core/AccordionSectionSummaryHeading': lazyImport(_digigov_react_core_AccordionSectionSummaryHeading),
166
170
  '@digigov/react-core/ArrowIcon': lazyImport(_digigov_react_core_ArrowIcon),
167
171
  '@digigov/react-core/Aside': lazyImport(_digigov_react_core_Aside),
168
172
  '@digigov/react-core/BackLink': lazyImport(_digigov_react_core_BackLink),
173
+ '@digigov/react-core/Base': lazyImport(_digigov_react_core_Base),
169
174
  '@digigov/react-core/Blockquote': lazyImport(_digigov_react_core_Blockquote),
170
175
  '@digigov/react-core/Bottom': lazyImport(_digigov_react_core_Bottom),
171
176
  '@digigov/react-core/Breadcrumbs': lazyImport(_digigov_react_core_Breadcrumbs),
@@ -181,10 +186,10 @@ export default {
181
186
  '@digigov/react-core/CardHeading': lazyImport(_digigov_react_core_CardHeading),
182
187
  '@digigov/react-core/CardText': lazyImport(_digigov_react_core_CardText),
183
188
  '@digigov/react-core/CaretIcon': lazyImport(_digigov_react_core_CaretIcon),
184
- '@digigov/react-core/CheckIcon': lazyImport(_digigov_react_core_CheckIcon),
185
189
  '@digigov/react-core/Checkbox': lazyImport(_digigov_react_core_Checkbox),
186
190
  '@digigov/react-core/CheckboxConditional': lazyImport(_digigov_react_core_CheckboxConditional),
187
191
  '@digigov/react-core/CheckboxItem': lazyImport(_digigov_react_core_CheckboxItem),
192
+ '@digigov/react-core/CheckIcon': lazyImport(_digigov_react_core_CheckIcon),
188
193
  '@digigov/react-core/CloseIcon': lazyImport(_digigov_react_core_CloseIcon),
189
194
  '@digigov/react-core/Confirmation': lazyImport(_digigov_react_core_Confirmation),
190
195
  '@digigov/react-core/ConfirmationBody': lazyImport(_digigov_react_core_ConfirmationBody),
@@ -199,8 +204,8 @@ export default {
199
204
  '@digigov/react-core/ErrorMessage': lazyImport(_digigov_react_core_ErrorMessage),
200
205
  '@digigov/react-core/ErrorSummary': lazyImport(_digigov_react_core_ErrorSummary),
201
206
  '@digigov/react-core/Field': lazyImport(_digigov_react_core_Field),
202
- '@digigov/react-core/FieldsetLegend': lazyImport(_digigov_react_core_FieldsetLegend),
203
207
  '@digigov/react-core/Fieldset': lazyImport(_digigov_react_core_Fieldset),
208
+ '@digigov/react-core/FieldsetLegend': lazyImport(_digigov_react_core_FieldsetLegend),
204
209
  '@digigov/react-core/FileUpload': lazyImport(_digigov_react_core_FileUpload),
205
210
  '@digigov/react-core/Footer': lazyImport(_digigov_react_core_Footer),
206
211
  '@digigov/react-core/FooterContainer': lazyImport(_digigov_react_core_FooterContainer),
@@ -215,9 +220,10 @@ export default {
215
220
  '@digigov/react-core/FooterListItem': lazyImport(_digigov_react_core_FooterListItem),
216
221
  '@digigov/react-core/FooterMeta': lazyImport(_digigov_react_core_FooterMeta),
217
222
  '@digigov/react-core/FooterMetaItem': lazyImport(_digigov_react_core_FooterMetaItem),
218
- '@digigov/react-core/GovGRFooter': lazyImport(_digigov_react_core_GovGRFooter),
219
- '@digigov/react-core/FooterSection': lazyImport(_digigov_react_core_FooterSection),
220
223
  '@digigov/react-core/FooterNavigation': lazyImport(_digigov_react_core_FooterNavigation),
224
+ '@digigov/react-core/FooterSection': lazyImport(_digigov_react_core_FooterSection),
225
+ '@digigov/react-core/Form': lazyImport(_digigov_react_core_Form),
226
+ '@digigov/react-core/GovGRFooter': lazyImport(_digigov_react_core_GovGRFooter),
221
227
  '@digigov/react-core/GovGRLogo': lazyImport(_digigov_react_core_GovGRLogo),
222
228
  '@digigov/react-core/Grid': lazyImport(_digigov_react_core_Grid),
223
229
  '@digigov/react-core/Header': lazyImport(_digigov_react_core_Header),
@@ -234,6 +240,7 @@ export default {
234
240
  '@digigov/react-core/HellenicRepublicLogo/logo-en': lazyImport(_digigov_react_core_HellenicRepublicLogo_logo_en),
235
241
  '@digigov/react-core/Hidden': lazyImport(_digigov_react_core_Hidden),
236
242
  '@digigov/react-core/Hint': lazyImport(_digigov_react_core_Hint),
243
+ '@digigov/react-core': lazyImport(_digigov_react_core),
237
244
  '@digigov/react-core/Label': lazyImport(_digigov_react_core_Label),
238
245
  '@digigov/react-core/LabelTitle': lazyImport(_digigov_react_core_LabelTitle),
239
246
  '@digigov/react-core/Layout': lazyImport(_digigov_react_core_Layout),
@@ -296,6 +303,7 @@ export default {
296
303
  '@digigov/react-core/TextInput': lazyImport(_digigov_react_core_TextInput),
297
304
  '@digigov/react-core/Top': lazyImport(_digigov_react_core_Top),
298
305
  '@digigov/react-core/UncheckIcon': lazyImport(_digigov_react_core_UncheckIcon),
306
+ '@digigov/react-core/Unpurge': lazyImport(_digigov_react_core_Unpurge),
299
307
  '@digigov/react-core/VisuallyHidden': lazyImport(_digigov_react_core_VisuallyHidden),
300
308
  '@digigov/react-core/WarningText': lazyImport(_digigov_react_core_WarningText)
301
309
  };
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
3
  var _excluded = ["className", "children"];
4
4
  import React from 'react';
5
+ import Base from '@digigov/react-core/Base';
5
6
  import clsx from 'clsx';
6
7
 
7
8
  /**
@@ -13,7 +14,8 @@ export var Accordion = /*#__PURE__*/React.forwardRef(function Accordion(_ref, re
13
14
  children = _ref.children,
14
15
  props = _objectWithoutProperties(_ref, _excluded);
15
16
 
16
- return /*#__PURE__*/React.createElement("div", _extends({
17
+ return /*#__PURE__*/React.createElement(Base, _extends({
18
+ as: "div",
17
19
  ref: ref,
18
20
  className: clsx(className, true && 'govgr-accordion')
19
21
  }, props), children);
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
3
  var _excluded = ["className", "children"];
4
4
  import React from 'react';
5
+ import Base from '@digigov/react-core/Base';
5
6
  import clsx from 'clsx';
6
7
 
7
8
  /**
@@ -12,7 +13,8 @@ export var AccordionControls = /*#__PURE__*/React.forwardRef(function AccordionC
12
13
  children = _ref.children,
13
14
  props = _objectWithoutProperties(_ref, _excluded);
14
15
 
15
- return /*#__PURE__*/React.createElement("div", _extends({
16
+ return /*#__PURE__*/React.createElement(Base, _extends({
17
+ as: "div",
16
18
  ref: ref,
17
19
  className: clsx(className, true && 'govgr-accordion__controls')
18
20
  }, props), children);
@@ -2,11 +2,12 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
3
  var _excluded = ["className", "children"];
4
4
  import React from 'react';
5
+ import Base from '@digigov/react-core/Base';
5
6
  import clsx from 'clsx';
6
7
 
7
8
  /**
8
9
  * AccordionSection should be inside the Accordion component.
9
- *
10
+ *
10
11
  * Inside this component must place the AccordionSectionHeader and the AccordionSectionContent components.
11
12
  */
12
13
  // eslint-disable-next-line react/display-name
@@ -15,7 +16,8 @@ export var AccordionSection = /*#__PURE__*/React.forwardRef(function AccordionSe
15
16
  children = _ref.children,
16
17
  props = _objectWithoutProperties(_ref, _excluded);
17
18
 
18
- return /*#__PURE__*/React.createElement("details", _extends({
19
+ return /*#__PURE__*/React.createElement(Base, _extends({
20
+ as: "details",
19
21
  ref: ref,
20
22
  className: clsx(className, true && 'govgr-accordion__section')
21
23
  }, props), children);
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
3
  var _excluded = ["className", "children"];
4
4
  import React from 'react';
5
+ import Base from '@digigov/react-core/Base';
5
6
  import clsx from 'clsx';
6
7
 
7
8
  /**
@@ -13,7 +14,8 @@ export var AccordionSectionContent = /*#__PURE__*/React.forwardRef(function Acco
13
14
  children = _ref.children,
14
15
  props = _objectWithoutProperties(_ref, _excluded);
15
16
 
16
- return /*#__PURE__*/React.createElement("div", _extends({
17
+ return /*#__PURE__*/React.createElement(Base, _extends({
18
+ as: "div",
17
19
  ref: ref,
18
20
  className: clsx(className, true && 'govgr-accordion__section-content')
19
21
  }, props), children);
@@ -2,6 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
3
  var _excluded = ["className", "children"];
4
4
  import React from 'react';
5
+ import Base from '@digigov/react-core/Base';
5
6
  import clsx from 'clsx';
6
7
 
7
8
  /**
@@ -12,7 +13,8 @@ export var AccordionSectionHeader = /*#__PURE__*/React.forwardRef(function Accor
12
13
  children = _ref.children,
13
14
  props = _objectWithoutProperties(_ref, _excluded);
14
15
 
15
- return /*#__PURE__*/React.createElement("summary", _extends({
16
+ return /*#__PURE__*/React.createElement(Base, _extends({
17
+ as: "summary",
16
18
  ref: ref,
17
19
  className: clsx(className, true && 'govgr-accordion__section-header')
18
20
  }, props), /*#__PURE__*/React.createElement("h2", {