@digigov/react-core 0.25.4 → 0.26.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 (902) hide show
  1. package/AccessibilityIcon/index.d.ts +0 -6
  2. package/AccessibilityIcon/index.js +8 -8
  3. package/AccessibilityIcon/index.test.js +4 -4
  4. package/AccessibilityTextIcon/index.test.js +4 -4
  5. package/Accordion/index.d.ts +1 -1
  6. package/Accordion/index.js +7 -7
  7. package/AccordionControls/index.d.ts +1 -1
  8. package/AccordionControls/index.js +7 -7
  9. package/AccordionSection/index.d.ts +1 -1
  10. package/AccordionSection/index.js +7 -7
  11. package/AccordionSectionContent/index.d.ts +1 -1
  12. package/AccordionSectionContent/index.js +7 -7
  13. package/AccordionSectionHeader/index.d.ts +1 -1
  14. package/AccordionSectionHeader/index.js +7 -7
  15. package/AccordionSectionSummary/index.d.ts +1 -1
  16. package/AccordionSectionSummary/index.js +6 -6
  17. package/AccordionSectionSummaryHeading/index.d.ts +1 -1
  18. package/AccordionSectionSummaryHeading/index.js +8 -7
  19. package/ArrowIcon/index.js +9 -9
  20. package/Aside/index.d.ts +1 -1
  21. package/Aside/index.js +7 -7
  22. package/BackLink/index.d.ts +1 -1
  23. package/BackLink/index.js +10 -10
  24. package/Base/index.d.ts +1 -0
  25. package/Base/index.js +13 -45
  26. package/Blockquote/index.d.ts +1 -1
  27. package/Blockquote/index.js +7 -7
  28. package/Bottom/index.d.ts +1 -1
  29. package/Bottom/index.js +7 -7
  30. package/Breadcrumbs/index.d.ts +1 -1
  31. package/Breadcrumbs/index.js +7 -7
  32. package/BreadcrumbsList/index.d.ts +1 -1
  33. package/BreadcrumbsList/index.js +7 -7
  34. package/BreadcrumbsListItem/index.d.ts +1 -1
  35. package/BreadcrumbsListItem/index.js +9 -9
  36. package/BurgerIcon/index.js +15 -15
  37. package/Button/index.d.ts +1 -1
  38. package/Button/index.js +8 -8
  39. package/Button/index.test.js +6 -6
  40. package/ButtonGroup/index.d.ts +1 -1
  41. package/ButtonGroup/index.js +7 -7
  42. package/ButtonLink/index.d.ts +1 -1
  43. package/ButtonLink/index.js +8 -8
  44. package/ButtonLink/index.test.js +6 -6
  45. package/CHANGELOG.md +14 -4
  46. package/CallToAction/index.d.ts +1 -1
  47. package/CallToAction/index.js +8 -8
  48. package/Card/index.d.ts +7 -7
  49. package/Card/index.js +8 -8
  50. package/Card/index.test.js +10 -10
  51. package/CardAction/index.d.ts +1 -1
  52. package/CardAction/index.js +7 -7
  53. package/CardHeading/index.d.ts +1 -1
  54. package/CardHeading/index.js +8 -8
  55. package/CardText/index.d.ts +1 -1
  56. package/CardText/index.js +7 -7
  57. package/CaretContainer/index.d.ts +1 -1
  58. package/CaretContainer/index.js +5 -5
  59. package/CaretIcon/index.js +9 -9
  60. package/CheckIcon/index.d.ts +0 -6
  61. package/CheckIcon/index.js +8 -8
  62. package/CheckIcon/index.test.js +4 -4
  63. package/Checkbox/index.d.ts +1 -1
  64. package/Checkbox/index.js +7 -7
  65. package/CheckboxConditional/index.d.ts +1 -1
  66. package/CheckboxConditional/index.js +8 -8
  67. package/CheckboxItem/__snapshots__/index.test.tsx.snap +219 -73
  68. package/CheckboxItem/index.d.ts +7 -1
  69. package/CheckboxItem/index.js +17 -12
  70. package/CheckboxItem/index.test.js +22 -3
  71. package/ChoiceDivider/__snapshots__/index.test.tsx.snap +18 -0
  72. package/ChoiceDivider/index.d.ts +11 -0
  73. package/ChoiceDivider/index.js +39 -0
  74. package/ChoiceDivider/index.test.js +17 -0
  75. package/CloseIcon/index.d.ts +0 -6
  76. package/CloseIcon/index.js +8 -8
  77. package/Confirmation/index.d.ts +1 -1
  78. package/Confirmation/index.js +7 -7
  79. package/ConfirmationBody/index.d.ts +1 -1
  80. package/ConfirmationBody/index.js +7 -7
  81. package/ConfirmationTitle/index.d.ts +1 -1
  82. package/ConfirmationTitle/index.js +7 -7
  83. package/Container/index.d.ts +1 -1
  84. package/Container/index.js +8 -8
  85. package/Container/index.test.js +2 -2
  86. package/CopyrightContainer/index.d.ts +1 -1
  87. package/CopyrightContainer/index.js +7 -7
  88. package/DateInputContainer/index.d.ts +1 -1
  89. package/DateInputContainer/index.js +7 -7
  90. package/DateInputItem/index.d.ts +6 -6
  91. package/DateInputItem/index.js +11 -11
  92. package/DateInputItem/index.test.js +2 -2
  93. package/Details/index.d.ts +1 -1
  94. package/Details/index.js +7 -7
  95. package/DetailsContent/index.d.ts +1 -1
  96. package/DetailsContent/index.js +7 -7
  97. package/DetailsSummary/index.d.ts +1 -1
  98. package/DetailsSummary/index.js +7 -7
  99. package/ErrorMessage/index.d.ts +1 -1
  100. package/ErrorMessage/index.js +7 -7
  101. package/ErrorSummary/index.d.ts +1 -1
  102. package/ErrorSummary/index.js +7 -7
  103. package/FieldContainer/index.d.ts +1 -1
  104. package/FieldContainer/index.js +11 -11
  105. package/Fieldset/index.d.ts +1 -1
  106. package/Fieldset/index.js +7 -7
  107. package/FieldsetLegend/index.d.ts +5 -5
  108. package/FieldsetLegend/index.js +11 -11
  109. package/FileUpload/index.d.ts +1 -1
  110. package/FileUpload/index.js +11 -11
  111. package/FileUploadContainer/index.d.ts +1 -1
  112. package/FileUploadContainer/index.js +7 -7
  113. package/Footer/index.d.ts +1 -1
  114. package/Footer/index.js +7 -7
  115. package/FooterContainer/index.d.ts +1 -1
  116. package/FooterContainer/index.js +7 -7
  117. package/FooterContent/index.d.ts +1 -1
  118. package/FooterContent/index.js +7 -7
  119. package/FooterContentLogos/index.d.ts +1 -1
  120. package/FooterContentLogos/index.js +7 -7
  121. package/FooterHeading/index.d.ts +1 -1
  122. package/FooterHeading/index.js +8 -8
  123. package/FooterImage/index.d.ts +1 -1
  124. package/FooterImage/index.js +11 -10
  125. package/FooterInlineList/index.d.ts +1 -1
  126. package/FooterInlineList/index.js +7 -7
  127. package/FooterInlineListItem/index.d.ts +1 -1
  128. package/FooterInlineListItem/index.js +7 -7
  129. package/FooterLink/index.d.ts +1 -1
  130. package/FooterLink/index.js +7 -7
  131. package/FooterList/index.d.ts +1 -1
  132. package/FooterList/index.js +7 -7
  133. package/FooterListItem/index.d.ts +1 -1
  134. package/FooterListItem/index.js +7 -7
  135. package/FooterMeta/index.d.ts +1 -1
  136. package/FooterMeta/index.js +7 -7
  137. package/FooterMetaItem/index.d.ts +1 -1
  138. package/FooterMetaItem/index.js +7 -7
  139. package/FooterNavigation/index.d.ts +1 -1
  140. package/FooterNavigation/index.js +7 -7
  141. package/FooterSection/index.d.ts +1 -1
  142. package/FooterSection/index.js +7 -7
  143. package/Form/index.d.ts +1 -1
  144. package/Form/index.js +7 -7
  145. package/GlobeIcon/index.js +9 -9
  146. package/GovGRLogo/index.d.ts +1 -1
  147. package/GovGRLogo/index.js +11 -11
  148. package/Grid/index.d.ts +6 -6
  149. package/Grid/index.js +12 -12
  150. package/Header/index.d.ts +1 -1
  151. package/Header/index.js +7 -7
  152. package/HeaderContent/index.d.ts +1 -1
  153. package/HeaderContent/index.js +7 -7
  154. package/HeaderLogo/index.d.ts +5 -5
  155. package/HeaderLogo/index.js +10 -10
  156. package/HeaderNavMenuContent/index.d.ts +1 -1
  157. package/HeaderNavMenuContent/index.js +7 -7
  158. package/HeaderSecondaryLogo/index.d.ts +5 -5
  159. package/HeaderSecondaryLogo/index.js +10 -10
  160. package/HeaderSecondaryLogo/index.test.js +4 -4
  161. package/HeaderSection/index.d.ts +1 -1
  162. package/HeaderSection/index.js +7 -7
  163. package/HeaderSubtitle/index.d.ts +1 -1
  164. package/HeaderSubtitle/index.js +7 -7
  165. package/HeaderTitle/index.d.ts +1 -1
  166. package/HeaderTitle/index.js +8 -8
  167. package/Heading/index.d.ts +6 -6
  168. package/Heading/index.js +9 -9
  169. package/Heading/index.test.js +24 -24
  170. package/HeadingCaption/index.d.ts +1 -1
  171. package/HeadingCaption/index.js +8 -8
  172. package/HellenicRepublicLogo/index.d.ts +1 -1
  173. package/HellenicRepublicLogo/index.js +15 -13
  174. package/Hidden/index.d.ts +1 -1
  175. package/Hidden/index.js +7 -7
  176. package/Hint/index.d.ts +1 -1
  177. package/Hint/index.js +7 -7
  178. package/LabelContainer/index.d.ts +1 -1
  179. package/LabelContainer/index.js +7 -7
  180. package/LabelTitle/index.d.ts +5 -5
  181. package/LabelTitle/index.js +7 -7
  182. package/Layout/index.d.ts +1 -1
  183. package/Layout/index.js +7 -7
  184. package/LinkBase/index.d.ts +1 -1
  185. package/LinkBase/index.js +7 -7
  186. package/List/index.d.ts +1 -1
  187. package/List/index.js +8 -8
  188. package/ListItem/index.d.ts +1 -1
  189. package/ListItem/index.js +7 -7
  190. package/Main/index.d.ts +1 -1
  191. package/Main/index.js +7 -7
  192. package/Masthead/index.d.ts +1 -1
  193. package/Masthead/index.js +7 -7
  194. package/MastheadBody/index.d.ts +1 -1
  195. package/MastheadBody/index.js +7 -7
  196. package/MoreVertIcon/index.d.ts +0 -6
  197. package/MoreVertIcon/index.js +8 -8
  198. package/MoreVertIcon/index.test.js +4 -4
  199. package/Nav/index.d.ts +14 -14
  200. package/Nav/index.js +15 -15
  201. package/NavList/index.d.ts +1 -1
  202. package/NavList/index.js +7 -7
  203. package/NavListItem/index.d.ts +1 -1
  204. package/NavListItem/index.js +7 -7
  205. package/NavListItemButton/index.d.ts +1 -1
  206. package/NavListItemButton/index.js +7 -7
  207. package/NavListItemLink/index.d.ts +1 -1
  208. package/NavListItemLink/index.js +5 -5
  209. package/NavListItemLink/index.test.js +4 -4
  210. package/NavMenu/index.d.ts +1 -1
  211. package/NavMenu/index.js +8 -8
  212. package/NavMenuContainer/index.d.ts +1 -1
  213. package/NavMenuContainer/index.js +5 -5
  214. package/NavMenuContainerContent/index.d.ts +1 -1
  215. package/NavMenuContainerContent/index.js +5 -5
  216. package/NavMenuContainerContentList/index.d.ts +1 -1
  217. package/NavMenuContainerContentList/index.js +7 -7
  218. package/NavMenuContainerContentListItem/index.d.ts +1 -1
  219. package/NavMenuContainerContentListItem/index.js +7 -7
  220. package/NavMenuContainerTitle/index.d.ts +1 -1
  221. package/NavMenuContainerTitle/index.js +7 -7
  222. package/NavVertical/index.d.ts +1 -1
  223. package/NavVertical/index.js +7 -7
  224. package/NavVerticalItem/index.d.ts +1 -1
  225. package/NavVerticalItem/index.js +6 -6
  226. package/NormalText/index.d.ts +8 -8
  227. package/NormalText/index.js +9 -9
  228. package/NormalText/index.test.js +52 -52
  229. package/NotificationBannerContainer/index.d.ts +1 -1
  230. package/NotificationBannerContainer/index.js +8 -8
  231. package/NotificationBannerContent/index.d.ts +1 -1
  232. package/NotificationBannerContent/index.js +7 -7
  233. package/NotificationBannerHeader/index.d.ts +1 -1
  234. package/NotificationBannerHeader/index.js +7 -7
  235. package/NotificationBannerHeading/index.d.ts +1 -1
  236. package/NotificationBannerHeading/index.js +7 -7
  237. package/NotificationBannerLink/index.d.ts +1 -1
  238. package/NotificationBannerLink/index.js +7 -7
  239. package/PageTitle/index.d.ts +1 -1
  240. package/PageTitle/index.js +7 -7
  241. package/PageTitleCaption/index.d.ts +1 -1
  242. package/PageTitleCaption/index.js +8 -8
  243. package/PageTitleHeading/index.d.ts +1 -1
  244. package/PageTitleHeading/index.js +8 -8
  245. package/PageTitleSection/index.d.ts +1 -1
  246. package/PageTitleSection/index.js +7 -7
  247. package/Paragraph/index.d.ts +8 -8
  248. package/Paragraph/index.js +9 -9
  249. package/Paragraph/index.test.js +52 -52
  250. package/PhaseBanner/index.d.ts +1 -1
  251. package/PhaseBanner/index.js +7 -7
  252. package/PhaseBannerHeaderContainer/inde.test.d.ts +1 -0
  253. package/PhaseBannerHeaderContainer/index.d.ts +1 -1
  254. package/PhaseBannerHeaderContainer/index.js +5 -4
  255. package/PhaseBannerTag/index.d.ts +1 -1
  256. package/PhaseBannerTag/index.js +7 -7
  257. package/PhaseBannerText/index.d.ts +1 -1
  258. package/PhaseBannerText/index.js +7 -7
  259. package/RadioConditional/index.d.ts +1 -1
  260. package/RadioConditional/index.js +8 -8
  261. package/RadioContainer/index.d.ts +1 -1
  262. package/RadioContainer/index.js +7 -7
  263. package/RadioItem/__snapshots__/index.test.tsx.snap +253 -90
  264. package/RadioItem/index.d.ts +7 -1
  265. package/RadioItem/index.js +17 -12
  266. package/RadioItem/index.test.js +26 -7
  267. package/SectionBreak/index.d.ts +5 -5
  268. package/SectionBreak/index.js +8 -8
  269. package/SelectContainer/index.d.ts +1 -1
  270. package/SelectContainer/index.js +7 -7
  271. package/SelectContainer/index.test.js +2 -2
  272. package/SelectOption/index.d.ts +1 -1
  273. package/SelectOption/index.js +8 -8
  274. package/SingleCharacterInputContainer/index.d.ts +1 -1
  275. package/SingleCharacterInputContainer/index.js +7 -7
  276. package/SingleCharacterInputItem/index.d.ts +6 -6
  277. package/SingleCharacterInputItem/index.js +14 -14
  278. package/SingleCharacterInputItem/index.test.js +7 -7
  279. package/SkipLink/index.d.ts +1 -1
  280. package/SkipLink/index.js +7 -7
  281. package/SummaryList/index.d.ts +1 -1
  282. package/SummaryList/index.js +7 -7
  283. package/SummaryListItem/index.d.ts +1 -1
  284. package/SummaryListItem/index.js +7 -7
  285. package/SummaryListItemAction/index.d.ts +1 -1
  286. package/SummaryListItemAction/index.js +7 -7
  287. package/SummaryListItemKey/index.d.ts +1 -1
  288. package/SummaryListItemKey/index.js +7 -7
  289. package/SummaryListItemValue/index.d.ts +1 -1
  290. package/SummaryListItemValue/index.js +7 -7
  291. package/SvgIcon/index.d.ts +1 -1
  292. package/SvgIcon/index.js +9 -9
  293. package/SvgIcon/index.test.js +4 -4
  294. package/Table/index.d.ts +16 -16
  295. package/Table/index.js +12 -12
  296. package/TableBody/index.d.ts +1 -1
  297. package/TableBody/index.js +8 -8
  298. package/TableCaption/index.d.ts +1 -1
  299. package/TableCaption/index.js +8 -8
  300. package/TableContainer/index.d.ts +1 -1
  301. package/TableContainer/index.js +6 -6
  302. package/TableDataCell/index.d.ts +1 -1
  303. package/TableDataCell/index.js +8 -8
  304. package/TableHead/index.d.ts +1 -1
  305. package/TableHead/index.js +7 -7
  306. package/TableHeadCell/index.d.ts +7 -7
  307. package/TableHeadCell/index.js +9 -9
  308. package/TableHeadCell/index.test.js +12 -12
  309. package/TableNoDataRow/index.d.ts +1 -1
  310. package/TableNoDataRow/index.js +7 -7
  311. package/TableRow/index.d.ts +1 -1
  312. package/TableRow/index.js +8 -8
  313. package/Tabs/index.d.ts +1 -1
  314. package/Tabs/index.js +7 -7
  315. package/TabsHeading/index.d.ts +1 -1
  316. package/TabsHeading/index.js +8 -8
  317. package/TabsList/index.d.ts +1 -1
  318. package/TabsList/index.js +7 -7
  319. package/TabsListItem/index.d.ts +1 -1
  320. package/TabsListItem/index.js +10 -10
  321. package/TabsPanel/index.d.ts +1 -1
  322. package/TabsPanel/index.js +7 -7
  323. package/TextArea/index.d.ts +1 -1
  324. package/TextArea/index.js +9 -9
  325. package/TextInput/index.d.ts +5 -5
  326. package/TextInput/index.js +11 -11
  327. package/TextInput/index.test.js +60 -60
  328. package/Top/index.d.ts +1 -1
  329. package/Top/index.js +7 -7
  330. package/UncheckIcon/index.d.ts +0 -6
  331. package/UncheckIcon/index.js +8 -8
  332. package/UncheckIcon/index.test.js +4 -4
  333. package/VisuallyHidden/index.d.ts +1 -1
  334. package/VisuallyHidden/index.js +7 -7
  335. package/WarningText/index.d.ts +1 -1
  336. package/WarningText/index.js +7 -7
  337. package/es/AccessibilityIcon/index.js +7 -7
  338. package/es/AccessibilityIcon/index.test.js +4 -4
  339. package/es/AccessibilityTextIcon/index.test.js +4 -4
  340. package/es/Accordion/index.js +6 -6
  341. package/es/AccordionControls/index.js +6 -6
  342. package/es/AccordionSection/index.js +6 -6
  343. package/es/AccordionSectionContent/index.js +6 -6
  344. package/es/AccordionSectionHeader/index.js +6 -6
  345. package/es/AccordionSectionSummary/index.js +5 -5
  346. package/es/AccordionSectionSummaryHeading/index.js +7 -6
  347. package/es/ArrowIcon/index.js +8 -8
  348. package/es/Aside/index.js +6 -6
  349. package/es/BackLink/index.js +9 -9
  350. package/es/Base/index.js +13 -46
  351. package/es/Blockquote/index.js +6 -6
  352. package/es/Bottom/index.js +6 -6
  353. package/es/Breadcrumbs/index.js +6 -6
  354. package/es/BreadcrumbsList/index.js +6 -6
  355. package/es/BreadcrumbsListItem/index.js +8 -8
  356. package/es/BurgerIcon/index.js +14 -14
  357. package/es/Button/index.js +8 -8
  358. package/es/Button/index.test.js +6 -6
  359. package/es/ButtonGroup/index.js +6 -6
  360. package/es/ButtonLink/index.js +7 -7
  361. package/es/ButtonLink/index.test.js +6 -6
  362. package/es/CallToAction/index.js +7 -7
  363. package/es/Card/index.js +7 -7
  364. package/es/Card/index.test.js +10 -10
  365. package/es/CardAction/index.js +6 -6
  366. package/es/CardHeading/index.js +7 -7
  367. package/es/CardText/index.js +6 -6
  368. package/es/CaretContainer/index.js +5 -5
  369. package/es/CaretIcon/index.js +8 -8
  370. package/es/CheckIcon/index.js +7 -7
  371. package/es/CheckIcon/index.test.js +4 -4
  372. package/es/Checkbox/index.js +6 -6
  373. package/es/CheckboxConditional/index.js +7 -7
  374. package/es/CheckboxItem/__snapshots__/index.test.tsx.snap +219 -73
  375. package/es/CheckboxItem/index.js +15 -11
  376. package/es/CheckboxItem/index.test.js +22 -3
  377. package/es/ChoiceDivider/__snapshots__/index.test.tsx.snap +18 -0
  378. package/es/ChoiceDivider/index.js +23 -0
  379. package/es/ChoiceDivider/index.test.js +11 -0
  380. package/es/CloseIcon/index.js +7 -7
  381. package/es/Confirmation/index.js +6 -6
  382. package/es/ConfirmationBody/index.js +6 -6
  383. package/es/ConfirmationTitle/index.js +6 -6
  384. package/es/Container/index.js +7 -7
  385. package/es/Container/index.test.js +2 -2
  386. package/es/CopyrightContainer/index.js +6 -6
  387. package/es/DateInputContainer/index.js +6 -6
  388. package/es/DateInputItem/index.js +10 -10
  389. package/es/DateInputItem/index.test.js +2 -2
  390. package/es/Details/index.js +6 -6
  391. package/es/DetailsContent/index.js +6 -6
  392. package/es/DetailsSummary/index.js +6 -6
  393. package/es/ErrorMessage/index.js +6 -6
  394. package/es/ErrorSummary/index.js +6 -6
  395. package/es/FieldContainer/index.js +11 -11
  396. package/es/Fieldset/index.js +6 -6
  397. package/es/FieldsetLegend/index.js +10 -10
  398. package/es/FileUpload/index.js +10 -10
  399. package/es/FileUploadContainer/index.js +6 -6
  400. package/es/Footer/index.js +6 -6
  401. package/es/FooterContainer/index.js +6 -6
  402. package/es/FooterContent/index.js +6 -6
  403. package/es/FooterContentLogos/index.js +6 -6
  404. package/es/FooterHeading/index.js +7 -7
  405. package/es/FooterImage/index.js +10 -9
  406. package/es/FooterInlineList/index.js +6 -6
  407. package/es/FooterInlineListItem/index.js +6 -6
  408. package/es/FooterLink/index.js +6 -6
  409. package/es/FooterList/index.js +6 -6
  410. package/es/FooterListItem/index.js +6 -6
  411. package/es/FooterMeta/index.js +6 -6
  412. package/es/FooterMetaItem/index.js +6 -6
  413. package/es/FooterNavigation/index.js +6 -6
  414. package/es/FooterSection/index.js +6 -6
  415. package/es/Form/index.js +6 -6
  416. package/es/GlobeIcon/index.js +8 -8
  417. package/es/GovGRLogo/index.js +10 -10
  418. package/es/Grid/index.js +11 -11
  419. package/es/Header/index.js +6 -6
  420. package/es/HeaderContent/index.js +6 -6
  421. package/es/HeaderLogo/index.js +9 -9
  422. package/es/HeaderNavMenuContent/index.js +6 -6
  423. package/es/HeaderSecondaryLogo/index.js +9 -9
  424. package/es/HeaderSecondaryLogo/index.test.js +4 -4
  425. package/es/HeaderSection/index.js +6 -6
  426. package/es/HeaderSubtitle/index.js +6 -6
  427. package/es/HeaderTitle/index.js +7 -7
  428. package/es/Heading/index.js +8 -8
  429. package/es/Heading/index.test.js +24 -24
  430. package/es/HeadingCaption/index.js +7 -7
  431. package/es/HellenicRepublicLogo/index.js +14 -12
  432. package/es/Hidden/index.js +6 -6
  433. package/es/Hint/index.js +6 -6
  434. package/es/LabelContainer/index.js +6 -6
  435. package/es/LabelTitle/index.js +6 -6
  436. package/es/Layout/index.js +6 -6
  437. package/es/LinkBase/index.js +6 -6
  438. package/es/List/index.js +7 -7
  439. package/es/ListItem/index.js +6 -6
  440. package/es/Main/index.js +6 -6
  441. package/es/Masthead/index.js +6 -6
  442. package/es/MastheadBody/index.js +6 -6
  443. package/es/MoreVertIcon/index.js +7 -7
  444. package/es/MoreVertIcon/index.test.js +4 -4
  445. package/es/Nav/index.js +14 -14
  446. package/es/NavList/index.js +6 -6
  447. package/es/NavListItem/index.js +6 -6
  448. package/es/NavListItemButton/index.js +6 -6
  449. package/es/NavListItemLink/index.js +5 -5
  450. package/es/NavListItemLink/index.test.js +4 -4
  451. package/es/NavMenu/index.js +7 -7
  452. package/es/NavMenuContainer/index.js +5 -5
  453. package/es/NavMenuContainerContent/index.js +5 -5
  454. package/es/NavMenuContainerContentList/index.js +6 -6
  455. package/es/NavMenuContainerContentListItem/index.js +6 -6
  456. package/es/NavMenuContainerTitle/index.js +7 -7
  457. package/es/NavVertical/index.js +6 -6
  458. package/es/NavVerticalItem/index.js +5 -5
  459. package/es/NormalText/index.js +8 -8
  460. package/es/NormalText/index.test.js +52 -52
  461. package/es/NotificationBannerContainer/index.js +7 -7
  462. package/es/NotificationBannerContent/index.js +6 -6
  463. package/es/NotificationBannerHeader/index.js +6 -6
  464. package/es/NotificationBannerHeading/index.js +6 -6
  465. package/es/NotificationBannerLink/index.js +6 -6
  466. package/es/PageTitle/index.js +6 -6
  467. package/es/PageTitleCaption/index.js +7 -7
  468. package/es/PageTitleHeading/index.js +7 -7
  469. package/es/PageTitleSection/index.js +6 -6
  470. package/es/Paragraph/index.js +8 -8
  471. package/es/Paragraph/index.test.js +52 -52
  472. package/es/PhaseBanner/index.js +6 -6
  473. package/es/PhaseBannerHeaderContainer/index.js +4 -3
  474. package/es/PhaseBannerTag/index.js +6 -6
  475. package/es/PhaseBannerText/index.js +6 -6
  476. package/es/RadioConditional/index.js +7 -7
  477. package/es/RadioContainer/index.js +6 -6
  478. package/es/RadioItem/__snapshots__/index.test.tsx.snap +253 -90
  479. package/es/RadioItem/index.js +15 -11
  480. package/es/RadioItem/index.test.js +26 -7
  481. package/es/SectionBreak/index.js +7 -7
  482. package/es/SelectContainer/index.js +6 -6
  483. package/es/SelectContainer/index.test.js +2 -2
  484. package/es/SelectOption/index.js +7 -7
  485. package/es/SingleCharacterInputContainer/index.js +6 -6
  486. package/es/SingleCharacterInputItem/index.js +13 -13
  487. package/es/SingleCharacterInputItem/index.test.js +7 -7
  488. package/es/SkipLink/index.js +6 -6
  489. package/es/SummaryList/index.js +6 -6
  490. package/es/SummaryListItem/index.js +6 -6
  491. package/es/SummaryListItemAction/index.js +6 -6
  492. package/es/SummaryListItemKey/index.js +6 -6
  493. package/es/SummaryListItemValue/index.js +6 -6
  494. package/es/SvgIcon/index.js +8 -8
  495. package/es/SvgIcon/index.test.js +4 -4
  496. package/es/Table/index.js +11 -11
  497. package/es/TableBody/index.js +7 -7
  498. package/es/TableCaption/index.js +7 -7
  499. package/es/TableContainer/index.js +5 -5
  500. package/es/TableDataCell/index.js +7 -7
  501. package/es/TableHead/index.js +6 -6
  502. package/es/TableHeadCell/index.js +8 -8
  503. package/es/TableHeadCell/index.test.js +12 -12
  504. package/es/TableNoDataRow/index.js +6 -6
  505. package/es/TableRow/index.js +7 -7
  506. package/es/Tabs/index.js +6 -6
  507. package/es/TabsHeading/index.js +7 -7
  508. package/es/TabsList/index.js +6 -6
  509. package/es/TabsListItem/index.js +9 -9
  510. package/es/TabsPanel/index.js +6 -6
  511. package/es/TextArea/index.js +8 -8
  512. package/es/TextInput/index.js +10 -10
  513. package/es/TextInput/index.test.js +60 -60
  514. package/es/Top/index.js +6 -6
  515. package/es/UncheckIcon/index.js +7 -7
  516. package/es/UncheckIcon/index.test.js +4 -4
  517. package/es/VisuallyHidden/index.js +6 -6
  518. package/es/WarningText/index.js +6 -6
  519. package/es/index.js +1 -0
  520. package/es/registry.js +3 -0
  521. package/esm/AccessibilityIcon/index.js +7 -7
  522. package/esm/AccessibilityIcon/index.test.js +4 -4
  523. package/esm/AccessibilityTextIcon/index.test.js +4 -4
  524. package/esm/Accordion/index.js +6 -6
  525. package/esm/AccordionControls/index.js +6 -6
  526. package/esm/AccordionSection/index.js +6 -6
  527. package/esm/AccordionSectionContent/index.js +6 -6
  528. package/esm/AccordionSectionHeader/index.js +6 -6
  529. package/esm/AccordionSectionSummary/index.js +5 -5
  530. package/esm/AccordionSectionSummaryHeading/index.js +7 -6
  531. package/esm/ArrowIcon/index.js +8 -8
  532. package/esm/Aside/index.js +6 -6
  533. package/esm/BackLink/index.js +9 -9
  534. package/esm/Base/index.js +13 -46
  535. package/esm/Blockquote/index.js +6 -6
  536. package/esm/Bottom/index.js +6 -6
  537. package/esm/Breadcrumbs/index.js +6 -6
  538. package/esm/BreadcrumbsList/index.js +6 -6
  539. package/esm/BreadcrumbsListItem/index.js +8 -8
  540. package/esm/BurgerIcon/index.js +14 -14
  541. package/esm/Button/index.js +8 -8
  542. package/esm/Button/index.test.js +6 -6
  543. package/esm/ButtonGroup/index.js +6 -6
  544. package/esm/ButtonLink/index.js +7 -7
  545. package/esm/ButtonLink/index.test.js +6 -6
  546. package/esm/CallToAction/index.js +7 -7
  547. package/esm/Card/index.js +7 -7
  548. package/esm/Card/index.test.js +10 -10
  549. package/esm/CardAction/index.js +6 -6
  550. package/esm/CardHeading/index.js +7 -7
  551. package/esm/CardText/index.js +6 -6
  552. package/esm/CaretContainer/index.js +5 -5
  553. package/esm/CaretIcon/index.js +8 -8
  554. package/esm/CheckIcon/index.js +7 -7
  555. package/esm/CheckIcon/index.test.js +4 -4
  556. package/esm/Checkbox/index.js +6 -6
  557. package/esm/CheckboxConditional/index.js +7 -7
  558. package/esm/CheckboxItem/__snapshots__/index.test.tsx.snap +219 -73
  559. package/esm/CheckboxItem/index.js +15 -11
  560. package/esm/CheckboxItem/index.test.js +22 -3
  561. package/esm/ChoiceDivider/__snapshots__/index.test.tsx.snap +18 -0
  562. package/esm/ChoiceDivider/index.js +23 -0
  563. package/esm/ChoiceDivider/index.test.js +11 -0
  564. package/esm/CloseIcon/index.js +7 -7
  565. package/esm/Confirmation/index.js +6 -6
  566. package/esm/ConfirmationBody/index.js +6 -6
  567. package/esm/ConfirmationTitle/index.js +6 -6
  568. package/esm/Container/index.js +7 -7
  569. package/esm/Container/index.test.js +2 -2
  570. package/esm/CopyrightContainer/index.js +6 -6
  571. package/esm/DateInputContainer/index.js +6 -6
  572. package/esm/DateInputItem/index.js +10 -10
  573. package/esm/DateInputItem/index.test.js +2 -2
  574. package/esm/Details/index.js +6 -6
  575. package/esm/DetailsContent/index.js +6 -6
  576. package/esm/DetailsSummary/index.js +6 -6
  577. package/esm/ErrorMessage/index.js +6 -6
  578. package/esm/ErrorSummary/index.js +6 -6
  579. package/esm/FieldContainer/index.js +11 -11
  580. package/esm/Fieldset/index.js +6 -6
  581. package/esm/FieldsetLegend/index.js +10 -10
  582. package/esm/FileUpload/index.js +10 -10
  583. package/esm/FileUploadContainer/index.js +6 -6
  584. package/esm/Footer/index.js +6 -6
  585. package/esm/FooterContainer/index.js +6 -6
  586. package/esm/FooterContent/index.js +6 -6
  587. package/esm/FooterContentLogos/index.js +6 -6
  588. package/esm/FooterHeading/index.js +7 -7
  589. package/esm/FooterImage/index.js +10 -9
  590. package/esm/FooterInlineList/index.js +6 -6
  591. package/esm/FooterInlineListItem/index.js +6 -6
  592. package/esm/FooterLink/index.js +6 -6
  593. package/esm/FooterList/index.js +6 -6
  594. package/esm/FooterListItem/index.js +6 -6
  595. package/esm/FooterMeta/index.js +6 -6
  596. package/esm/FooterMetaItem/index.js +6 -6
  597. package/esm/FooterNavigation/index.js +6 -6
  598. package/esm/FooterSection/index.js +6 -6
  599. package/esm/Form/index.js +6 -6
  600. package/esm/GlobeIcon/index.js +8 -8
  601. package/esm/GovGRLogo/index.js +10 -10
  602. package/esm/Grid/index.js +11 -11
  603. package/esm/Header/index.js +6 -6
  604. package/esm/HeaderContent/index.js +6 -6
  605. package/esm/HeaderLogo/index.js +9 -9
  606. package/esm/HeaderNavMenuContent/index.js +6 -6
  607. package/esm/HeaderSecondaryLogo/index.js +9 -9
  608. package/esm/HeaderSecondaryLogo/index.test.js +4 -4
  609. package/esm/HeaderSection/index.js +6 -6
  610. package/esm/HeaderSubtitle/index.js +6 -6
  611. package/esm/HeaderTitle/index.js +7 -7
  612. package/esm/Heading/index.js +8 -8
  613. package/esm/Heading/index.test.js +24 -24
  614. package/esm/HeadingCaption/index.js +7 -7
  615. package/esm/HellenicRepublicLogo/index.js +14 -12
  616. package/esm/Hidden/index.js +6 -6
  617. package/esm/Hint/index.js +6 -6
  618. package/esm/LabelContainer/index.js +6 -6
  619. package/esm/LabelTitle/index.js +6 -6
  620. package/esm/Layout/index.js +6 -6
  621. package/esm/LinkBase/index.js +6 -6
  622. package/esm/List/index.js +7 -7
  623. package/esm/ListItem/index.js +6 -6
  624. package/esm/Main/index.js +6 -6
  625. package/esm/Masthead/index.js +6 -6
  626. package/esm/MastheadBody/index.js +6 -6
  627. package/esm/MoreVertIcon/index.js +7 -7
  628. package/esm/MoreVertIcon/index.test.js +4 -4
  629. package/esm/Nav/index.js +14 -14
  630. package/esm/NavList/index.js +6 -6
  631. package/esm/NavListItem/index.js +6 -6
  632. package/esm/NavListItemButton/index.js +6 -6
  633. package/esm/NavListItemLink/index.js +5 -5
  634. package/esm/NavListItemLink/index.test.js +4 -4
  635. package/esm/NavMenu/index.js +7 -7
  636. package/esm/NavMenuContainer/index.js +5 -5
  637. package/esm/NavMenuContainerContent/index.js +5 -5
  638. package/esm/NavMenuContainerContentList/index.js +6 -6
  639. package/esm/NavMenuContainerContentListItem/index.js +6 -6
  640. package/esm/NavMenuContainerTitle/index.js +7 -7
  641. package/esm/NavVertical/index.js +6 -6
  642. package/esm/NavVerticalItem/index.js +5 -5
  643. package/esm/NormalText/index.js +8 -8
  644. package/esm/NormalText/index.test.js +52 -52
  645. package/esm/NotificationBannerContainer/index.js +7 -7
  646. package/esm/NotificationBannerContent/index.js +6 -6
  647. package/esm/NotificationBannerHeader/index.js +6 -6
  648. package/esm/NotificationBannerHeading/index.js +6 -6
  649. package/esm/NotificationBannerLink/index.js +6 -6
  650. package/esm/PageTitle/index.js +6 -6
  651. package/esm/PageTitleCaption/index.js +7 -7
  652. package/esm/PageTitleHeading/index.js +7 -7
  653. package/esm/PageTitleSection/index.js +6 -6
  654. package/esm/Paragraph/index.js +8 -8
  655. package/esm/Paragraph/index.test.js +52 -52
  656. package/esm/PhaseBanner/index.js +6 -6
  657. package/esm/PhaseBannerHeaderContainer/index.js +4 -3
  658. package/esm/PhaseBannerTag/index.js +6 -6
  659. package/esm/PhaseBannerText/index.js +6 -6
  660. package/esm/RadioConditional/index.js +7 -7
  661. package/esm/RadioContainer/index.js +6 -6
  662. package/esm/RadioItem/__snapshots__/index.test.tsx.snap +253 -90
  663. package/esm/RadioItem/index.js +15 -11
  664. package/esm/RadioItem/index.test.js +26 -7
  665. package/esm/SectionBreak/index.js +7 -7
  666. package/esm/SelectContainer/index.js +6 -6
  667. package/esm/SelectContainer/index.test.js +2 -2
  668. package/esm/SelectOption/index.js +7 -7
  669. package/esm/SingleCharacterInputContainer/index.js +6 -6
  670. package/esm/SingleCharacterInputItem/index.js +13 -13
  671. package/esm/SingleCharacterInputItem/index.test.js +7 -7
  672. package/esm/SkipLink/index.js +6 -6
  673. package/esm/SummaryList/index.js +6 -6
  674. package/esm/SummaryListItem/index.js +6 -6
  675. package/esm/SummaryListItemAction/index.js +6 -6
  676. package/esm/SummaryListItemKey/index.js +6 -6
  677. package/esm/SummaryListItemValue/index.js +6 -6
  678. package/esm/SvgIcon/index.js +8 -8
  679. package/esm/SvgIcon/index.test.js +4 -4
  680. package/esm/Table/index.js +11 -11
  681. package/esm/TableBody/index.js +7 -7
  682. package/esm/TableCaption/index.js +7 -7
  683. package/esm/TableContainer/index.js +5 -5
  684. package/esm/TableDataCell/index.js +7 -7
  685. package/esm/TableHead/index.js +6 -6
  686. package/esm/TableHeadCell/index.js +8 -8
  687. package/esm/TableHeadCell/index.test.js +12 -12
  688. package/esm/TableNoDataRow/index.js +6 -6
  689. package/esm/TableRow/index.js +7 -7
  690. package/esm/Tabs/index.js +6 -6
  691. package/esm/TabsHeading/index.js +7 -7
  692. package/esm/TabsList/index.js +6 -6
  693. package/esm/TabsListItem/index.js +9 -9
  694. package/esm/TabsPanel/index.js +6 -6
  695. package/esm/TextArea/index.js +8 -8
  696. package/esm/TextInput/index.js +10 -10
  697. package/esm/TextInput/index.test.js +60 -60
  698. package/esm/Top/index.js +6 -6
  699. package/esm/UncheckIcon/index.js +7 -7
  700. package/esm/UncheckIcon/index.test.js +4 -4
  701. package/esm/VisuallyHidden/index.js +6 -6
  702. package/esm/WarningText/index.js +6 -6
  703. package/esm/index.js +2 -1
  704. package/esm/registry.js +3 -0
  705. package/index.d.ts +1 -0
  706. package/index.js +13 -0
  707. package/package.json +2 -2
  708. package/registry.d.ts +1 -0
  709. package/registry.js +4 -0
  710. package/src/AccessibilityIcon/index.test.tsx +2 -2
  711. package/src/AccessibilityIcon/index.tsx +5 -12
  712. package/src/AccessibilityTextIcon/index.test.tsx +2 -2
  713. package/src/Accordion/index.tsx +3 -3
  714. package/src/AccordionControls/index.tsx +3 -3
  715. package/src/AccordionSection/index.tsx +3 -3
  716. package/src/AccordionSectionContent/index.tsx +3 -3
  717. package/src/AccordionSectionHeader/index.tsx +3 -3
  718. package/src/AccordionSectionSummary/index.tsx +3 -3
  719. package/src/AccordionSectionSummaryHeading/index.tsx +5 -4
  720. package/src/ArrowIcon/index.tsx +4 -4
  721. package/src/Aside/index.tsx +3 -3
  722. package/src/BackLink/index.tsx +6 -6
  723. package/src/Base/index.tsx +42 -91
  724. package/src/Blockquote/index.tsx +3 -3
  725. package/src/Bottom/index.tsx +3 -3
  726. package/src/Breadcrumbs/index.tsx +3 -3
  727. package/src/BreadcrumbsList/index.tsx +3 -3
  728. package/src/BreadcrumbsListItem/index.tsx +4 -4
  729. package/src/BurgerIcon/index.tsx +7 -7
  730. package/src/Button/index.test.tsx +3 -3
  731. package/src/Button/index.tsx +6 -6
  732. package/src/ButtonGroup/index.tsx +3 -3
  733. package/src/ButtonLink/index.test.tsx +3 -3
  734. package/src/ButtonLink/index.tsx +3 -3
  735. package/src/CallToAction/index.tsx +4 -4
  736. package/src/Card/index.test.tsx +5 -5
  737. package/src/Card/index.tsx +10 -10
  738. package/src/CardAction/index.tsx +3 -3
  739. package/src/CardHeading/index.tsx +5 -5
  740. package/src/CardText/index.tsx +3 -3
  741. package/src/CaretContainer/index.tsx +2 -2
  742. package/src/CaretIcon/index.tsx +4 -4
  743. package/src/CheckIcon/index.test.tsx +2 -2
  744. package/src/CheckIcon/index.tsx +6 -12
  745. package/src/Checkbox/index.tsx +3 -3
  746. package/src/CheckboxConditional/index.tsx +4 -4
  747. package/src/CheckboxItem/__snapshots__/index.test.tsx.snap +219 -73
  748. package/src/CheckboxItem/index.test.tsx +14 -1
  749. package/src/CheckboxItem/index.tsx +36 -25
  750. package/src/ChoiceDivider/__snapshots__/index.test.tsx.snap +18 -0
  751. package/src/ChoiceDivider/index.test.tsx +8 -0
  752. package/src/ChoiceDivider/index.tsx +29 -0
  753. package/src/CloseIcon/index.tsx +6 -12
  754. package/src/Confirmation/index.tsx +3 -3
  755. package/src/ConfirmationBody/index.tsx +3 -3
  756. package/src/ConfirmationTitle/index.tsx +3 -3
  757. package/src/Container/index.test.tsx +1 -1
  758. package/src/Container/index.tsx +3 -3
  759. package/src/CopyrightContainer/index.tsx +3 -3
  760. package/src/DateInputContainer/index.tsx +3 -3
  761. package/src/DateInputItem/index.test.tsx +1 -1
  762. package/src/DateInputItem/index.tsx +12 -12
  763. package/src/Details/index.tsx +3 -3
  764. package/src/DetailsContent/index.tsx +3 -3
  765. package/src/DetailsSummary/index.tsx +3 -3
  766. package/src/ErrorMessage/index.tsx +3 -3
  767. package/src/ErrorSummary/index.tsx +3 -3
  768. package/src/FieldContainer/index.tsx +4 -4
  769. package/src/Fieldset/index.tsx +3 -3
  770. package/src/FieldsetLegend/index.tsx +24 -22
  771. package/src/FileUpload/index.tsx +8 -8
  772. package/src/FileUploadContainer/index.tsx +3 -3
  773. package/src/Footer/index.tsx +3 -3
  774. package/src/FooterContainer/index.tsx +3 -3
  775. package/src/FooterContent/index.tsx +3 -3
  776. package/src/FooterContentLogos/index.tsx +3 -3
  777. package/src/FooterHeading/index.tsx +3 -3
  778. package/src/FooterImage/index.tsx +6 -5
  779. package/src/FooterInlineList/index.tsx +3 -3
  780. package/src/FooterInlineListItem/index.tsx +3 -3
  781. package/src/FooterLink/index.tsx +3 -3
  782. package/src/FooterList/index.tsx +3 -3
  783. package/src/FooterListItem/index.tsx +3 -3
  784. package/src/FooterMeta/index.tsx +3 -3
  785. package/src/FooterMetaItem/index.tsx +3 -3
  786. package/src/FooterNavigation/index.tsx +3 -3
  787. package/src/FooterSection/index.tsx +3 -3
  788. package/src/Form/index.tsx +3 -3
  789. package/src/GlobeIcon/index.tsx +4 -4
  790. package/src/GovGRLogo/index.tsx +7 -7
  791. package/src/Grid/index.tsx +14 -14
  792. package/src/Header/index.tsx +4 -4
  793. package/src/HeaderContent/index.tsx +3 -3
  794. package/src/HeaderLogo/index.tsx +10 -10
  795. package/src/HeaderNavMenuContent/index.tsx +3 -3
  796. package/src/HeaderSecondaryLogo/index.test.tsx +3 -3
  797. package/src/HeaderSecondaryLogo/index.tsx +10 -10
  798. package/src/HeaderSection/index.tsx +3 -3
  799. package/src/HeaderSubtitle/index.tsx +3 -3
  800. package/src/HeaderTitle/index.tsx +4 -4
  801. package/src/Heading/index.test.tsx +12 -12
  802. package/src/Heading/index.tsx +8 -8
  803. package/src/HeadingCaption/index.tsx +3 -3
  804. package/src/HellenicRepublicLogo/index.tsx +30 -26
  805. package/src/Hidden/index.tsx +3 -3
  806. package/src/Hint/index.tsx +3 -3
  807. package/src/LabelContainer/index.tsx +3 -3
  808. package/src/LabelTitle/index.tsx +7 -7
  809. package/src/Layout/index.tsx +3 -3
  810. package/src/LinkBase/index.tsx +3 -3
  811. package/src/List/index.tsx +3 -3
  812. package/src/ListItem/index.tsx +3 -3
  813. package/src/Main/index.tsx +4 -4
  814. package/src/Masthead/index.tsx +3 -3
  815. package/src/MastheadBody/index.tsx +3 -3
  816. package/src/MoreVertIcon/index.test.tsx +2 -2
  817. package/src/MoreVertIcon/index.tsx +5 -12
  818. package/src/Nav/index.tsx +20 -20
  819. package/src/NavList/index.tsx +3 -3
  820. package/src/NavListItem/index.tsx +3 -3
  821. package/src/NavListItemButton/index.tsx +4 -4
  822. package/src/NavListItemLink/index.test.tsx +2 -2
  823. package/src/NavListItemLink/index.tsx +4 -4
  824. package/src/NavMenu/index.tsx +4 -4
  825. package/src/NavMenuContainer/index.tsx +2 -2
  826. package/src/NavMenuContainerContent/index.tsx +2 -2
  827. package/src/NavMenuContainerContentList/index.tsx +3 -3
  828. package/src/NavMenuContainerContentListItem/index.tsx +3 -3
  829. package/src/NavMenuContainerTitle/index.tsx +7 -7
  830. package/src/NavVertical/index.tsx +3 -3
  831. package/src/NavVerticalItem/index.tsx +3 -3
  832. package/src/NormalText/index.test.tsx +26 -26
  833. package/src/NormalText/index.tsx +11 -11
  834. package/src/NotificationBannerContainer/index.tsx +6 -6
  835. package/src/NotificationBannerContent/index.tsx +3 -3
  836. package/src/NotificationBannerHeader/index.tsx +3 -3
  837. package/src/NotificationBannerHeading/index.tsx +3 -3
  838. package/src/NotificationBannerLink/index.tsx +4 -4
  839. package/src/PageTitle/index.tsx +3 -3
  840. package/src/PageTitleCaption/index.tsx +3 -3
  841. package/src/PageTitleHeading/index.tsx +3 -3
  842. package/src/PageTitleSection/index.tsx +3 -3
  843. package/src/Paragraph/index.test.tsx +26 -26
  844. package/src/Paragraph/index.tsx +11 -11
  845. package/src/PhaseBanner/index.tsx +3 -3
  846. package/src/PhaseBannerHeaderContainer/index.tsx +4 -3
  847. package/src/PhaseBannerTag/index.tsx +3 -3
  848. package/src/PhaseBannerText/index.tsx +3 -3
  849. package/src/RadioConditional/index.tsx +4 -4
  850. package/src/RadioContainer/index.tsx +3 -3
  851. package/src/RadioItem/__snapshots__/index.test.tsx.snap +253 -90
  852. package/src/RadioItem/index.test.tsx +17 -1
  853. package/src/RadioItem/index.tsx +36 -25
  854. package/src/SectionBreak/index.tsx +8 -8
  855. package/src/SelectContainer/index.test.tsx +1 -1
  856. package/src/SelectContainer/index.tsx +4 -4
  857. package/src/SelectOption/index.tsx +4 -4
  858. package/src/SingleCharacterInputContainer/index.tsx +3 -3
  859. package/src/SingleCharacterInputItem/index.test.tsx +4 -4
  860. package/src/SingleCharacterInputItem/index.tsx +26 -24
  861. package/src/SkipLink/index.tsx +5 -5
  862. package/src/SummaryList/index.tsx +3 -3
  863. package/src/SummaryListItem/index.tsx +3 -3
  864. package/src/SummaryListItemAction/index.tsx +3 -3
  865. package/src/SummaryListItemKey/index.tsx +3 -3
  866. package/src/SummaryListItemValue/index.tsx +3 -3
  867. package/src/SvgIcon/index.test.tsx +2 -2
  868. package/src/SvgIcon/index.tsx +4 -4
  869. package/src/Table/index.tsx +22 -22
  870. package/src/TableBody/index.tsx +3 -3
  871. package/src/TableCaption/index.tsx +3 -3
  872. package/src/TableContainer/index.tsx +3 -3
  873. package/src/TableDataCell/index.tsx +3 -3
  874. package/src/TableHead/index.tsx +3 -3
  875. package/src/TableHeadCell/index.test.tsx +6 -6
  876. package/src/TableHeadCell/index.tsx +9 -9
  877. package/src/TableNoDataRow/index.tsx +4 -4
  878. package/src/TableRow/index.tsx +3 -3
  879. package/src/Tabs/index.tsx +3 -3
  880. package/src/TabsHeading/index.tsx +3 -3
  881. package/src/TabsList/index.tsx +4 -4
  882. package/src/TabsListItem/index.tsx +6 -6
  883. package/src/TabsPanel/index.tsx +5 -5
  884. package/src/TextArea/index.tsx +5 -5
  885. package/src/TextInput/index.test.tsx +30 -30
  886. package/src/TextInput/index.tsx +14 -14
  887. package/src/Top/index.tsx +3 -3
  888. package/src/UncheckIcon/index.test.tsx +2 -2
  889. package/src/UncheckIcon/index.tsx +5 -12
  890. package/src/VisuallyHidden/index.tsx +3 -3
  891. package/src/WarningText/index.tsx +3 -3
  892. package/src/index.ts +1 -0
  893. package/src/registry.js +3 -0
  894. /package/{PhaseBannerHeaderContainer → ChoiceDivider}/index.test.d.ts +0 -0
  895. /package/PhaseBannerHeaderContainer/__snapshots__/{index.test.tsx.snap → inde.test.tsx.snap} +0 -0
  896. /package/PhaseBannerHeaderContainer/{index.test.js → inde.test.js} +0 -0
  897. /package/es/PhaseBannerHeaderContainer/__snapshots__/{index.test.tsx.snap → inde.test.tsx.snap} +0 -0
  898. /package/es/PhaseBannerHeaderContainer/{index.test.js → inde.test.js} +0 -0
  899. /package/esm/PhaseBannerHeaderContainer/__snapshots__/{index.test.tsx.snap → inde.test.tsx.snap} +0 -0
  900. /package/esm/PhaseBannerHeaderContainer/{index.test.js → inde.test.js} +0 -0
  901. /package/src/PhaseBannerHeaderContainer/__snapshots__/{index.test.tsx.snap → inde.test.tsx.snap} +0 -0
  902. /package/src/PhaseBannerHeaderContainer/{index.test.tsx → inde.test.tsx} +0 -0
@@ -105,8 +105,8 @@ it('renders the TextInput with cellWidth=full', function () {
105
105
  });
106
106
 
107
107
  var _ref14 = /*#__PURE__*/React.createElement(TextInput, {
108
- cellWidth: 'one-quarter',
109
- characterWidth: 2
108
+ characterWidth: 2,
109
+ cellWidth: 'one-quarter'
110
110
  });
111
111
 
112
112
  it('renders the TextInput with characterWidth=2 and with cellWidth=one-quarter', function () {
@@ -114,8 +114,8 @@ it('renders the TextInput with characterWidth=2 and with cellWidth=one-quarter',
114
114
  });
115
115
 
116
116
  var _ref15 = /*#__PURE__*/React.createElement(TextInput, {
117
- cellWidth: 'one-quarter',
118
- characterWidth: 3
117
+ characterWidth: 3,
118
+ cellWidth: 'one-quarter'
119
119
  });
120
120
 
121
121
  it('renders the TextInput with characterWidth=3 and with cellWidth=one-quarter', function () {
@@ -123,8 +123,8 @@ it('renders the TextInput with characterWidth=3 and with cellWidth=one-quarter',
123
123
  });
124
124
 
125
125
  var _ref16 = /*#__PURE__*/React.createElement(TextInput, {
126
- cellWidth: 'one-quarter',
127
- characterWidth: 4
126
+ characterWidth: 4,
127
+ cellWidth: 'one-quarter'
128
128
  });
129
129
 
130
130
  it('renders the TextInput with characterWidth=4 and with cellWidth=one-quarter', function () {
@@ -132,8 +132,8 @@ it('renders the TextInput with characterWidth=4 and with cellWidth=one-quarter',
132
132
  });
133
133
 
134
134
  var _ref17 = /*#__PURE__*/React.createElement(TextInput, {
135
- cellWidth: 'one-quarter',
136
- characterWidth: 5
135
+ characterWidth: 5,
136
+ cellWidth: 'one-quarter'
137
137
  });
138
138
 
139
139
  it('renders the TextInput with with characterWidth=5 with cellWidth=one-quarter', function () {
@@ -141,8 +141,8 @@ it('renders the TextInput with with characterWidth=5 with cellWidth=one-quarter
141
141
  });
142
142
 
143
143
  var _ref18 = /*#__PURE__*/React.createElement(TextInput, {
144
- cellWidth: 'one-quarter',
145
- characterWidth: 20
144
+ characterWidth: 20,
145
+ cellWidth: 'one-quarter'
146
146
  });
147
147
 
148
148
  it('renders the TextInput with characterWidth=20 and with cellWidth=one-quarter', function () {
@@ -150,8 +150,8 @@ it('renders the TextInput with characterWidth=20 and with cellWidth=one-quarter'
150
150
  });
151
151
 
152
152
  var _ref19 = /*#__PURE__*/React.createElement(TextInput, {
153
- cellWidth: 'one-third',
154
- characterWidth: 2
153
+ characterWidth: 2,
154
+ cellWidth: 'one-third'
155
155
  });
156
156
 
157
157
  it('renders the TextInput with characterWidth=2 and with cellWidth=one-third', function () {
@@ -159,8 +159,8 @@ it('renders the TextInput with characterWidth=2 and with cellWidth=one-third', f
159
159
  });
160
160
 
161
161
  var _ref20 = /*#__PURE__*/React.createElement(TextInput, {
162
- cellWidth: 'one-third',
163
- characterWidth: 3
162
+ characterWidth: 3,
163
+ cellWidth: 'one-third'
164
164
  });
165
165
 
166
166
  it('renders the TextInput with characterWidth=3 and with cellWidth=one-third', function () {
@@ -168,8 +168,8 @@ it('renders the TextInput with characterWidth=3 and with cellWidth=one-third', f
168
168
  });
169
169
 
170
170
  var _ref21 = /*#__PURE__*/React.createElement(TextInput, {
171
- cellWidth: 'one-third',
172
- characterWidth: 4
171
+ characterWidth: 4,
172
+ cellWidth: 'one-third'
173
173
  });
174
174
 
175
175
  it('renders the TextInput with characterWidth=4 and with cellWidth=one-third', function () {
@@ -177,8 +177,8 @@ it('renders the TextInput with characterWidth=4 and with cellWidth=one-third', f
177
177
  });
178
178
 
179
179
  var _ref22 = /*#__PURE__*/React.createElement(TextInput, {
180
- cellWidth: 'one-third',
181
- characterWidth: 5
180
+ characterWidth: 5,
181
+ cellWidth: 'one-third'
182
182
  });
183
183
 
184
184
  it('renders the TextInput with with characterWidth=5 with cellWidth=one-third', function () {
@@ -186,8 +186,8 @@ it('renders the TextInput with with characterWidth=5 with cellWidth=one-third',
186
186
  });
187
187
 
188
188
  var _ref23 = /*#__PURE__*/React.createElement(TextInput, {
189
- cellWidth: 'one-third',
190
- characterWidth: 20
189
+ characterWidth: 20,
190
+ cellWidth: 'one-third'
191
191
  });
192
192
 
193
193
  it('renders the TextInput with characterWidth=20 and with cellWidth=one-third', function () {
@@ -195,8 +195,8 @@ it('renders the TextInput with characterWidth=20 and with cellWidth=one-third',
195
195
  });
196
196
 
197
197
  var _ref24 = /*#__PURE__*/React.createElement(TextInput, {
198
- cellWidth: 'one-half',
199
- characterWidth: 2
198
+ characterWidth: 2,
199
+ cellWidth: 'one-half'
200
200
  });
201
201
 
202
202
  it('renders the TextInput with characterWidth=2 and with cellWidth=one-half', function () {
@@ -204,8 +204,8 @@ it('renders the TextInput with characterWidth=2 and with cellWidth=one-half', fu
204
204
  });
205
205
 
206
206
  var _ref25 = /*#__PURE__*/React.createElement(TextInput, {
207
- cellWidth: 'one-half',
208
- characterWidth: 3
207
+ characterWidth: 3,
208
+ cellWidth: 'one-half'
209
209
  });
210
210
 
211
211
  it('renders the TextInput with characterWidth=3 and with cellWidth=one-half', function () {
@@ -213,8 +213,8 @@ it('renders the TextInput with characterWidth=3 and with cellWidth=one-half', fu
213
213
  });
214
214
 
215
215
  var _ref26 = /*#__PURE__*/React.createElement(TextInput, {
216
- cellWidth: 'one-half',
217
- characterWidth: 4
216
+ characterWidth: 4,
217
+ cellWidth: 'one-half'
218
218
  });
219
219
 
220
220
  it('renders the TextInput with characterWidth=4 and with cellWidth=one-half', function () {
@@ -222,8 +222,8 @@ it('renders the TextInput with characterWidth=4 and with cellWidth=one-half', fu
222
222
  });
223
223
 
224
224
  var _ref27 = /*#__PURE__*/React.createElement(TextInput, {
225
- cellWidth: 'one-half',
226
- characterWidth: 5
225
+ characterWidth: 5,
226
+ cellWidth: 'one-half'
227
227
  });
228
228
 
229
229
  it('renders the TextInput with with characterWidth=5 with cellWidth=one-half', function () {
@@ -231,8 +231,8 @@ it('renders the TextInput with with characterWidth=5 with cellWidth=one-half',
231
231
  });
232
232
 
233
233
  var _ref28 = /*#__PURE__*/React.createElement(TextInput, {
234
- cellWidth: 'one-half',
235
- characterWidth: 20
234
+ characterWidth: 20,
235
+ cellWidth: 'one-half'
236
236
  });
237
237
 
238
238
  it('renders the TextInput with characterWidth=20 and with cellWidth=one-half', function () {
@@ -240,8 +240,8 @@ it('renders the TextInput with characterWidth=20 and with cellWidth=one-half', f
240
240
  });
241
241
 
242
242
  var _ref29 = /*#__PURE__*/React.createElement(TextInput, {
243
- cellWidth: 'two-thirds',
244
- characterWidth: 2
243
+ characterWidth: 2,
244
+ cellWidth: 'two-thirds'
245
245
  });
246
246
 
247
247
  it('renders the TextInput with characterWidth=2 and with cellWidth=two-thirds', function () {
@@ -249,8 +249,8 @@ it('renders the TextInput with characterWidth=2 and with cellWidth=two-thirds',
249
249
  });
250
250
 
251
251
  var _ref30 = /*#__PURE__*/React.createElement(TextInput, {
252
- cellWidth: 'two-thirds',
253
- characterWidth: 3
252
+ characterWidth: 3,
253
+ cellWidth: 'two-thirds'
254
254
  });
255
255
 
256
256
  it('renders the TextInput with characterWidth=3 and with cellWidth=two-thirds', function () {
@@ -258,8 +258,8 @@ it('renders the TextInput with characterWidth=3 and with cellWidth=two-thirds',
258
258
  });
259
259
 
260
260
  var _ref31 = /*#__PURE__*/React.createElement(TextInput, {
261
- cellWidth: 'two-thirds',
262
- characterWidth: 4
261
+ characterWidth: 4,
262
+ cellWidth: 'two-thirds'
263
263
  });
264
264
 
265
265
  it('renders the TextInput with characterWidth=4 and with cellWidth=two-thirds', function () {
@@ -267,8 +267,8 @@ it('renders the TextInput with characterWidth=4 and with cellWidth=two-thirds',
267
267
  });
268
268
 
269
269
  var _ref32 = /*#__PURE__*/React.createElement(TextInput, {
270
- cellWidth: 'two-thirds',
271
- characterWidth: 5
270
+ characterWidth: 5,
271
+ cellWidth: 'two-thirds'
272
272
  });
273
273
 
274
274
  it('renders the TextInput with with characterWidth=5 with cellWidth=two-thirds', function () {
@@ -276,8 +276,8 @@ it('renders the TextInput with with characterWidth=5 with cellWidth=two-thirds'
276
276
  });
277
277
 
278
278
  var _ref33 = /*#__PURE__*/React.createElement(TextInput, {
279
- cellWidth: 'two-thirds',
280
- characterWidth: 20
279
+ characterWidth: 20,
280
+ cellWidth: 'two-thirds'
281
281
  });
282
282
 
283
283
  it('renders the TextInput with characterWidth=20 and with cellWidth=two-thirds', function () {
@@ -285,8 +285,8 @@ it('renders the TextInput with characterWidth=20 and with cellWidth=two-thirds',
285
285
  });
286
286
 
287
287
  var _ref34 = /*#__PURE__*/React.createElement(TextInput, {
288
- cellWidth: 'three-quarters',
289
- characterWidth: 2
288
+ characterWidth: 2,
289
+ cellWidth: 'three-quarters'
290
290
  });
291
291
 
292
292
  it('renders the TextInput with characterWidth=2 and with cellWidth=three-quarters', function () {
@@ -294,8 +294,8 @@ it('renders the TextInput with characterWidth=2 and with cellWidth=three-quarter
294
294
  });
295
295
 
296
296
  var _ref35 = /*#__PURE__*/React.createElement(TextInput, {
297
- cellWidth: 'three-quarters',
298
- characterWidth: 3
297
+ characterWidth: 3,
298
+ cellWidth: 'three-quarters'
299
299
  });
300
300
 
301
301
  it('renders the TextInput with characterWidth=3 and with cellWidth=three-quarters', function () {
@@ -303,8 +303,8 @@ it('renders the TextInput with characterWidth=3 and with cellWidth=three-quarter
303
303
  });
304
304
 
305
305
  var _ref36 = /*#__PURE__*/React.createElement(TextInput, {
306
- cellWidth: 'three-quarters',
307
- characterWidth: 4
306
+ characterWidth: 4,
307
+ cellWidth: 'three-quarters'
308
308
  });
309
309
 
310
310
  it('renders the TextInput with characterWidth=4 and with cellWidth=three-quarters', function () {
@@ -312,8 +312,8 @@ it('renders the TextInput with characterWidth=4 and with cellWidth=three-quarter
312
312
  });
313
313
 
314
314
  var _ref37 = /*#__PURE__*/React.createElement(TextInput, {
315
- cellWidth: 'three-quarters',
316
- characterWidth: 5
315
+ characterWidth: 5,
316
+ cellWidth: 'three-quarters'
317
317
  });
318
318
 
319
319
  it('renders the TextInput with with characterWidth=5 with cellWidth=three-quarters', function () {
@@ -321,8 +321,8 @@ it('renders the TextInput with with characterWidth=5 with cellWidth=three-quart
321
321
  });
322
322
 
323
323
  var _ref38 = /*#__PURE__*/React.createElement(TextInput, {
324
- cellWidth: 'three-quarters',
325
- characterWidth: 20
324
+ characterWidth: 20,
325
+ cellWidth: 'three-quarters'
326
326
  });
327
327
 
328
328
  it('renders the TextInput with characterWidth=20 and with cellWidth=three-quarters', function () {
@@ -330,8 +330,8 @@ it('renders the TextInput with characterWidth=20 and with cellWidth=three-quarte
330
330
  });
331
331
 
332
332
  var _ref39 = /*#__PURE__*/React.createElement(TextInput, {
333
- cellWidth: 'full',
334
- characterWidth: 2
333
+ characterWidth: 2,
334
+ cellWidth: 'full'
335
335
  });
336
336
 
337
337
  it('renders the TextInput with characterWidth=2 and with cellWidth=full', function () {
@@ -339,8 +339,8 @@ it('renders the TextInput with characterWidth=2 and with cellWidth=full', functi
339
339
  });
340
340
 
341
341
  var _ref40 = /*#__PURE__*/React.createElement(TextInput, {
342
- cellWidth: 'full',
343
- characterWidth: 3
342
+ characterWidth: 3,
343
+ cellWidth: 'full'
344
344
  });
345
345
 
346
346
  it('renders the TextInput with characterWidth=3 and with cellWidth=full', function () {
@@ -348,8 +348,8 @@ it('renders the TextInput with characterWidth=3 and with cellWidth=full', functi
348
348
  });
349
349
 
350
350
  var _ref41 = /*#__PURE__*/React.createElement(TextInput, {
351
- cellWidth: 'full',
352
- characterWidth: 4
351
+ characterWidth: 4,
352
+ cellWidth: 'full'
353
353
  });
354
354
 
355
355
  it('renders the TextInput with characterWidth=4 and with cellWidth=full', function () {
@@ -357,8 +357,8 @@ it('renders the TextInput with characterWidth=4 and with cellWidth=full', functi
357
357
  });
358
358
 
359
359
  var _ref42 = /*#__PURE__*/React.createElement(TextInput, {
360
- cellWidth: 'full',
361
- characterWidth: 5
360
+ characterWidth: 5,
361
+ cellWidth: 'full'
362
362
  });
363
363
 
364
364
  it('renders the TextInput with with characterWidth=5 with cellWidth=full', function () {
@@ -366,8 +366,8 @@ it('renders the TextInput with with characterWidth=5 with cellWidth=full', func
366
366
  });
367
367
 
368
368
  var _ref43 = /*#__PURE__*/React.createElement(TextInput, {
369
- cellWidth: 'full',
370
- characterWidth: 20
369
+ characterWidth: 20,
370
+ cellWidth: 'full'
371
371
  });
372
372
 
373
373
  it('renders the TextInput with characterWidth=20 and with cellWidth=full', function () {
package/esm/Top/index.js CHANGED
@@ -1,22 +1,22 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
- var _excluded = ["children", "className"];
3
+ var _excluded = ["className", "children"];
4
4
  import React from 'react';
5
- import clsx from 'clsx';
6
5
  import Base from '@digigov/react-core/Base';
6
+ import clsx from 'clsx';
7
7
 
8
8
  /**
9
9
  * Top is used inside the Layout component and it must be the first component in order.
10
10
  */
11
11
  export var Top = /*#__PURE__*/React.forwardRef(function Top(_ref, ref) {
12
- var children = _ref.children,
13
- className = _ref.className,
12
+ var className = _ref.className,
13
+ children = _ref.children,
14
14
  props = _objectWithoutProperties(_ref, _excluded);
15
15
 
16
16
  return /*#__PURE__*/React.createElement(Base, _extends({
17
17
  as: "div",
18
- className: clsx(className, true && 'govgr-top'),
19
- ref: ref
18
+ ref: ref,
19
+ className: clsx(className, true && 'govgr-top')
20
20
  }, props), children);
21
21
  });
22
22
  export default Top;
@@ -1,9 +1,9 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
- var _excluded = ["className", "size", "variant"];
3
+ var _excluded = ["size", "variant", "className"];
4
4
  import React from 'react';
5
- import clsx from 'clsx';
6
5
  import SvgIcon from '@digigov/react-core/SvgIcon';
6
+ import clsx from 'clsx';
7
7
 
8
8
  var _ref2 = /*#__PURE__*/React.createElement("polygon", {
9
9
  points: "20.59 5.74 18.26 3.41 12 9.67 5.742 3.41 3.41 5.74 9.67 12 3.41 18.26 5.74 20.6 12 14.33 18.26 20.59 20.59 18.26 14.33 12 20.59 5.74"
@@ -13,16 +13,16 @@ var _ref2 = /*#__PURE__*/React.createElement("polygon", {
13
13
  * Use UnUncheckIcon component when you need a uncheck/decline icon.
14
14
  */
15
15
  export var UncheckIcon = /*#__PURE__*/React.forwardRef(function UncheckIcon(_ref, ref) {
16
- var className = _ref.className,
17
- size = _ref.size,
16
+ var size = _ref.size,
18
17
  variant = _ref.variant,
18
+ className = _ref.className,
19
19
  props = _objectWithoutProperties(_ref, _excluded);
20
20
 
21
21
  return /*#__PURE__*/React.createElement(SvgIcon, _extends({
22
- className: clsx(className, true && 'govgr-svg-icon--check'),
23
- ref: ref,
24
22
  size: size,
25
- variant: variant
23
+ variant: variant,
24
+ className: clsx(className, true && 'govgr-svg-icon--check'),
25
+ ref: ref
26
26
  }, props), _ref2);
27
27
  });
28
28
  export default UncheckIcon;
@@ -105,8 +105,8 @@ it('renders the UncheckIcon with prop variant=focus', function () {
105
105
  });
106
106
 
107
107
  var _ref14 = /*#__PURE__*/React.createElement(UncheckIcon, {
108
- size: "s",
109
- variant: "warning"
108
+ variant: "warning",
109
+ size: "s"
110
110
  });
111
111
 
112
112
  it('renders the UncheckIcon with prop variant=warning and size=s', function () {
@@ -114,8 +114,8 @@ it('renders the UncheckIcon with prop variant=warning and size=s', function () {
114
114
  });
115
115
 
116
116
  var _ref15 = /*#__PURE__*/React.createElement(UncheckIcon, {
117
- size: "xl",
118
- variant: "warning"
117
+ variant: "warning",
118
+ size: "xl"
119
119
  });
120
120
 
121
121
  it('renders the UncheckIcon with prop variant=error and size= xl', function () {
@@ -1,23 +1,23 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
- var _excluded = ["children", "className"];
3
+ var _excluded = ["className", "children"];
4
4
  import React from 'react';
5
- import clsx from 'clsx';
6
5
  import Base from '@digigov/react-core/Base';
6
+ import clsx from 'clsx';
7
7
 
8
8
  /**
9
9
  * Details for the VisuallyHidden.
10
10
  * VisuallyHidden component provides text for screen readers that is visually hidden.
11
11
  */
12
12
  export var VisuallyHidden = /*#__PURE__*/React.forwardRef(function VisuallyHidden(_ref, ref) {
13
- var children = _ref.children,
14
- className = _ref.className,
13
+ var className = _ref.className,
14
+ children = _ref.children,
15
15
  props = _objectWithoutProperties(_ref, _excluded);
16
16
 
17
17
  return /*#__PURE__*/React.createElement(Base, _extends({
18
18
  as: "span",
19
- className: clsx(className, true && 'govgr-visually-hidden'),
20
- ref: ref
19
+ ref: ref,
20
+ className: clsx(className, true && 'govgr-visually-hidden')
21
21
  }, props), children);
22
22
  });
23
23
  export default VisuallyHidden;
@@ -1,9 +1,9 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
3
- var _excluded = ["children", "className"];
3
+ var _excluded = ["className", "children"];
4
4
  import React from 'react';
5
- import clsx from 'clsx';
6
5
  import Base from '@digigov/react-core/Base';
6
+ import clsx from 'clsx';
7
7
 
8
8
  /**
9
9
  * WarningText.
@@ -11,14 +11,14 @@ import Base from '@digigov/react-core/Base';
11
11
  * The component is used with a text inside it.
12
12
  */
13
13
  export var WarningText = /*#__PURE__*/React.forwardRef(function WarningText(_ref, ref) {
14
- var children = _ref.children,
15
- className = _ref.className,
14
+ var className = _ref.className,
15
+ children = _ref.children,
16
16
  props = _objectWithoutProperties(_ref, _excluded);
17
17
 
18
18
  return /*#__PURE__*/React.createElement(Base, _extends({
19
19
  as: "div",
20
- className: clsx(className, true && 'govgr-warning-text'),
21
- ref: ref
20
+ ref: ref,
21
+ className: clsx(className, true && 'govgr-warning-text')
22
22
  }, props), /*#__PURE__*/React.createElement("span", {
23
23
  className: clsx(true && 'govgr-warning-text__icon')
24
24
  }, "!"), /*#__PURE__*/React.createElement("strong", {
package/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v0.25.4
1
+ /** @license Digigov v0.26.0
2
2
  *
3
3
  * This source code is licensed under the BSD-2-Clause license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -34,6 +34,7 @@ export * from '@digigov/react-core/CaretIcon';
34
34
  export * from '@digigov/react-core/Checkbox';
35
35
  export * from '@digigov/react-core/CheckboxConditional';
36
36
  export * from '@digigov/react-core/CheckboxItem';
37
+ export * from '@digigov/react-core/ChoiceDivider';
37
38
  export * from '@digigov/react-core/CheckIcon';
38
39
  export * from '@digigov/react-core/UncheckIcon';
39
40
  export * from '@digigov/react-core/CloseIcon';
package/esm/registry.js CHANGED
@@ -31,6 +31,7 @@ import * as _digigov_react_core_Checkbox from '@digigov/react-core/Checkbox';
31
31
  import * as _digigov_react_core_CheckboxConditional from '@digigov/react-core/CheckboxConditional';
32
32
  import * as _digigov_react_core_CheckboxItem from '@digigov/react-core/CheckboxItem';
33
33
  import * as _digigov_react_core_CheckIcon from '@digigov/react-core/CheckIcon';
34
+ import * as _digigov_react_core_ChoiceDivider from '@digigov/react-core/ChoiceDivider';
34
35
  import * as _digigov_react_core_CloseIcon from '@digigov/react-core/CloseIcon';
35
36
  import * as _digigov_react_core_Confirmation from '@digigov/react-core/Confirmation';
36
37
  import * as _digigov_react_core_ConfirmationBody from '@digigov/react-core/ConfirmationBody';
@@ -163,6 +164,7 @@ import * as _digigov_react_core_VisuallyHidden from '@digigov/react-core/Visuall
163
164
  import * as _digigov_react_core_WarningText from '@digigov/react-core/WarningText';
164
165
 
165
166
  function lazyImport(pkgImport) {
167
+ // eslint-disable-next-line no-undef
166
168
  return new Proxy({}, {
167
169
  get: function get(_target, name) {
168
170
  if (name === '__esModule' || name === 'default') {
@@ -210,6 +212,7 @@ export default {
210
212
  '@digigov/react-core/CheckboxConditional': lazyImport(_digigov_react_core_CheckboxConditional),
211
213
  '@digigov/react-core/CheckboxItem': lazyImport(_digigov_react_core_CheckboxItem),
212
214
  '@digigov/react-core/CheckIcon': lazyImport(_digigov_react_core_CheckIcon),
215
+ '@digigov/react-core/ChoiceDivider': lazyImport(_digigov_react_core_ChoiceDivider),
213
216
  '@digigov/react-core/CloseIcon': lazyImport(_digigov_react_core_CloseIcon),
214
217
  '@digigov/react-core/Confirmation': lazyImport(_digigov_react_core_Confirmation),
215
218
  '@digigov/react-core/ConfirmationBody': lazyImport(_digigov_react_core_ConfirmationBody),
package/index.d.ts CHANGED
@@ -29,6 +29,7 @@ export * from '@digigov/react-core/CaretIcon';
29
29
  export * from '@digigov/react-core/Checkbox';
30
30
  export * from '@digigov/react-core/CheckboxConditional';
31
31
  export * from '@digigov/react-core/CheckboxItem';
32
+ export * from '@digigov/react-core/ChoiceDivider';
32
33
  export * from '@digigov/react-core/CheckIcon';
33
34
  export * from '@digigov/react-core/UncheckIcon';
34
35
  export * from '@digigov/react-core/CloseIcon';
package/index.js CHANGED
@@ -407,6 +407,19 @@ Object.keys(_CheckboxItem).forEach(function (key) {
407
407
  });
408
408
  });
409
409
 
410
+ var _ChoiceDivider = require("@digigov/react-core/ChoiceDivider");
411
+
412
+ Object.keys(_ChoiceDivider).forEach(function (key) {
413
+ if (key === "default" || key === "__esModule") return;
414
+ if (key in exports && exports[key] === _ChoiceDivider[key]) return;
415
+ Object.defineProperty(exports, key, {
416
+ enumerable: true,
417
+ get: function get() {
418
+ return _ChoiceDivider[key];
419
+ }
420
+ });
421
+ });
422
+
410
423
  var _CheckIcon = require("@digigov/react-core/CheckIcon");
411
424
 
412
425
  Object.keys(_CheckIcon).forEach(function (key) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/react-core",
3
- "version": "0.25.4",
3
+ "version": "0.26.0",
4
4
  "description": "@digigov react core components",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
@@ -11,7 +11,7 @@
11
11
  "directory": "dist"
12
12
  },
13
13
  "peerDependencies": {
14
- "@digigov/css": "0.38.2",
14
+ "@digigov/css": "0.38.3",
15
15
  "clsx": "1.1.1",
16
16
  "react": "^16.8.0 || ^17.0.0",
17
17
  "react-dom": "^16.8.0 || ^17.0.0"
package/registry.d.ts CHANGED
@@ -32,6 +32,7 @@ declare var _default: {
32
32
  '@digigov/react-core/CheckboxConditional': {};
33
33
  '@digigov/react-core/CheckboxItem': {};
34
34
  '@digigov/react-core/CheckIcon': {};
35
+ '@digigov/react-core/ChoiceDivider': {};
35
36
  '@digigov/react-core/CloseIcon': {};
36
37
  '@digigov/react-core/Confirmation': {};
37
38
  '@digigov/react-core/ConfirmationBody': {};
package/registry.js CHANGED
@@ -73,6 +73,8 @@ var _digigov_react_core_CheckboxItem = _interopRequireWildcard(require("@digigov
73
73
 
74
74
  var _digigov_react_core_CheckIcon = _interopRequireWildcard(require("@digigov/react-core/CheckIcon"));
75
75
 
76
+ var _digigov_react_core_ChoiceDivider = _interopRequireWildcard(require("@digigov/react-core/ChoiceDivider"));
77
+
76
78
  var _digigov_react_core_CloseIcon = _interopRequireWildcard(require("@digigov/react-core/CloseIcon"));
77
79
 
78
80
  var _digigov_react_core_Confirmation = _interopRequireWildcard(require("@digigov/react-core/Confirmation"));
@@ -338,6 +340,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
338
340
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
339
341
 
340
342
  function lazyImport(pkgImport) {
343
+ // eslint-disable-next-line no-undef
341
344
  return new Proxy({}, {
342
345
  get: function get(_target, name) {
343
346
  if (name === '__esModule' || name === 'default') {
@@ -385,6 +388,7 @@ var _default = {
385
388
  '@digigov/react-core/CheckboxConditional': lazyImport(_digigov_react_core_CheckboxConditional),
386
389
  '@digigov/react-core/CheckboxItem': lazyImport(_digigov_react_core_CheckboxItem),
387
390
  '@digigov/react-core/CheckIcon': lazyImport(_digigov_react_core_CheckIcon),
391
+ '@digigov/react-core/ChoiceDivider': lazyImport(_digigov_react_core_ChoiceDivider),
388
392
  '@digigov/react-core/CloseIcon': lazyImport(_digigov_react_core_CloseIcon),
389
393
  '@digigov/react-core/Confirmation': lazyImport(_digigov_react_core_Confirmation),
390
394
  '@digigov/react-core/ConfirmationBody': lazyImport(_digigov_react_core_ConfirmationBody),
@@ -46,8 +46,8 @@ it('renders the AccessibilityIcon with prop variant=focus', () => {
46
46
  expect(mount(<AccessibilityIcon variant="focus" />)).toMatchSnapshot();
47
47
  });
48
48
  it('renders the AccessibilityIcon with prop variant=warning and size=s', () => {
49
- expect(mount(<AccessibilityIcon size="s" variant="warning" />)).toMatchSnapshot();
49
+ expect(mount(<AccessibilityIcon variant="warning" size="s" />)).toMatchSnapshot();
50
50
  });
51
51
  it('renders the AccessibilityIcon with prop variant=error and size= xl', () => {
52
- expect(mount(<AccessibilityIcon size="xl" variant="warning" />)).toMatchSnapshot();
52
+ expect(mount(<AccessibilityIcon variant="warning" size="xl" />)).toMatchSnapshot();
53
53
  });
@@ -1,29 +1,22 @@
1
1
  import React from 'react';
2
- import clsx from 'clsx';
3
2
  import SvgIcon, { SvgIconProps } from '@digigov/react-core/SvgIcon';
4
- export interface AccessibilityIconProps extends SvgIconProps {
5
- /**
6
- * ref is optional.
7
- * ref prop declares the reference of the svg icon component.
8
- * It can be used to to access the DOM element and the React element.
9
- */
10
- ref?: React.Ref<SVGSVGElement>;
11
- }
3
+ import clsx from 'clsx';
4
+ export interface AccessibilityIconProps extends SvgIconProps {}
12
5
  /**
13
6
  * Use AccessibilityIcon component when you need to show web accessibility options.
14
7
  */
15
8
  export const AccessibilityIcon: React.FC<AccessibilityIconProps> = React.forwardRef<
16
9
  SVGSVGElement,
17
10
  AccessibilityIconProps
18
- >(function AccessibilityIcon({ className, size, variant, ...props }, ref) {
11
+ >(function AccessibilityIcon({ size, variant, className, ...props }, ref) {
19
12
  return (
20
13
  <SvgIcon
14
+ size={size}
15
+ variant={variant}
21
16
  className={clsx(className, {
22
17
  'govgr-svg-icon--accessibility': true,
23
18
  })}
24
19
  ref={ref}
25
- size={size}
26
- variant={variant}
27
20
  {...props}
28
21
  >
29
22
  <title>Μενού Προσβασιμότητας</title>
@@ -43,8 +43,8 @@ it('renders the AccessibilityTextIcon with prop variant=focus', () => {
43
43
  expect(mount(<AccessibilityTextIcon variant="focus" />)).toMatchSnapshot();
44
44
  });
45
45
  it('renders the AccessibilityTextIcon with prop variant=warning and size=s', () => {
46
- expect(mount(<AccessibilityTextIcon size="s" variant="warning" />)).toMatchSnapshot();
46
+ expect(mount(<AccessibilityTextIcon variant="warning" size="s" />)).toMatchSnapshot();
47
47
  });
48
48
  it('renders the AccessibilityTextIcon with prop variant=error and size= xl', () => {
49
- expect(mount(<AccessibilityTextIcon size="xl" variant="warning" />)).toMatchSnapshot();
49
+ expect(mount(<AccessibilityTextIcon variant="warning" size="xl" />)).toMatchSnapshot();
50
50
  });