@digigov/react-core 1.0.0-21c8c3dc → 1.0.0-23c81d9f

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 (3217) hide show
  1. package/Accordion/index.js +11 -27
  2. package/Accordion/index.test/index.js +9 -0
  3. package/Accordion/index.test/package.json +6 -0
  4. package/Accordion/package.json +6 -0
  5. package/AccordionControls/index.js +11 -27
  6. package/AccordionControls/index.test/index.js +9 -0
  7. package/AccordionControls/index.test/package.json +6 -0
  8. package/AccordionControls/package.json +6 -0
  9. package/AccordionSection/index.js +11 -27
  10. package/AccordionSection/index.test/index.js +25 -0
  11. package/AccordionSection/index.test/package.json +6 -0
  12. package/AccordionSection/package.json +6 -0
  13. package/AccordionSectionContent/index.js +11 -27
  14. package/AccordionSectionContent/index.test/index.js +9 -0
  15. package/AccordionSectionContent/index.test/package.json +6 -0
  16. package/AccordionSectionContent/package.json +6 -0
  17. package/AccordionSectionSummary/index.d.ts +1 -1
  18. package/AccordionSectionSummary/index.js +11 -27
  19. package/AccordionSectionSummary/index.test/index.js +9 -0
  20. package/AccordionSectionSummary/index.test/package.json +6 -0
  21. package/AccordionSectionSummary/package.json +6 -0
  22. package/AccordionSectionSummaryHeading/index.js +13 -29
  23. package/AccordionSectionSummaryHeading/index.test/index.js +9 -0
  24. package/AccordionSectionSummaryHeading/index.test/package.json +6 -0
  25. package/AccordionSectionSummaryHeading/package.json +6 -0
  26. package/AdminAside/index.js +11 -27
  27. package/AdminAside/index.test/index.js +9 -0
  28. package/AdminAside/index.test/package.json +6 -0
  29. package/AdminAside/package.json +6 -0
  30. package/AdminContainer/index.js +12 -28
  31. package/AdminContainer/index.test/index.js +9 -0
  32. package/AdminContainer/index.test/package.json +6 -0
  33. package/AdminContainer/package.json +6 -0
  34. package/AdminHeader/index.js +11 -27
  35. package/AdminHeader/index.test/index.js +9 -0
  36. package/AdminHeader/index.test/package.json +6 -0
  37. package/AdminHeader/package.json +6 -0
  38. package/AdminHeaderContent/index.js +11 -27
  39. package/AdminHeaderContent/index.spec/index.js +9 -0
  40. package/AdminHeaderContent/index.spec/package.json +6 -0
  41. package/AdminHeaderContent/package.json +6 -0
  42. package/AdminLayout/index.js +11 -27
  43. package/AdminLayout/index.test/index.js +9 -0
  44. package/AdminLayout/index.test/package.json +6 -0
  45. package/AdminLayout/package.json +6 -0
  46. package/AdminMain/index.js +11 -27
  47. package/AdminMain/index.test/index.js +9 -0
  48. package/AdminMain/index.test/package.json +6 -0
  49. package/AdminMain/package.json +6 -0
  50. package/AdminTopSection/index.js +11 -27
  51. package/AdminTopSection/index.test/index.js +9 -0
  52. package/AdminTopSection/index.test/package.json +6 -0
  53. package/AdminTopSection/package.json +6 -0
  54. package/Aside/index.d.ts +18 -1
  55. package/Aside/index.js +15 -28
  56. package/Aside/index.test/index.js +9 -0
  57. package/Aside/index.test/package.json +6 -0
  58. package/Aside/package.json +6 -0
  59. package/AutoCompleteAssistiveHint/index.js +11 -27
  60. package/AutoCompleteAssistiveHint/index.test/index.js +9 -0
  61. package/AutoCompleteAssistiveHint/index.test/package.json +6 -0
  62. package/AutoCompleteAssistiveHint/package.json +6 -0
  63. package/AutoCompleteInput/index.js +11 -27
  64. package/AutoCompleteInput/index.test/index.js +44 -0
  65. package/AutoCompleteInput/index.test/package.json +6 -0
  66. package/AutoCompleteInput/package.json +6 -0
  67. package/AutoCompleteInputTypeahead/index.js +11 -27
  68. package/AutoCompleteInputTypeahead/index.test/index.js +9 -0
  69. package/AutoCompleteInputTypeahead/index.test/package.json +6 -0
  70. package/AutoCompleteInputTypeahead/package.json +6 -0
  71. package/AutoCompleteResultList/index.js +11 -27
  72. package/AutoCompleteResultList/index.test/index.js +35 -0
  73. package/AutoCompleteResultList/index.test/package.json +6 -0
  74. package/AutoCompleteResultList/package.json +6 -0
  75. package/AutoCompleteResultListItem/index.js +11 -27
  76. package/AutoCompleteResultListItem/index.test/index.js +36 -0
  77. package/AutoCompleteResultListItem/index.test/package.json +6 -0
  78. package/AutoCompleteResultListItem/package.json +6 -0
  79. package/AutoCompleteStatus/index.js +11 -27
  80. package/AutoCompleteStatus/index.test/index.js +9 -0
  81. package/AutoCompleteStatus/index.test/package.json +6 -0
  82. package/AutoCompleteStatus/package.json +6 -0
  83. package/AutoCompleteStatusWrapper/index.js +11 -27
  84. package/AutoCompleteStatusWrapper/index.test/index.js +9 -0
  85. package/AutoCompleteStatusWrapper/index.test/package.json +6 -0
  86. package/AutoCompleteStatusWrapper/package.json +6 -0
  87. package/AutoCompleteWrapper/index.js +11 -27
  88. package/AutoCompleteWrapper/index.test/index.js +9 -0
  89. package/AutoCompleteWrapper/index.test/package.json +6 -0
  90. package/AutoCompleteWrapper/package.json +6 -0
  91. package/BackLink/index.js +13 -30
  92. package/BackLink/index.test/index.js +17 -0
  93. package/BackLink/index.test/package.json +6 -0
  94. package/BackLink/package.json +6 -0
  95. package/BackToTopContainer/index.d.ts +17 -0
  96. package/BackToTopContainer/index.js +25 -0
  97. package/BackToTopContainer/package.json +6 -0
  98. package/BackToTopLimit/index.d.ts +9 -0
  99. package/BackToTopLimit/index.js +22 -0
  100. package/BackToTopLimit/package.json +6 -0
  101. package/BackToTopLink/index.d.ts +9 -0
  102. package/BackToTopLink/index.js +32 -0
  103. package/BackToTopLink/package.json +6 -0
  104. package/BannerContainer/index.js +11 -28
  105. package/BannerContainer/index.test/index.js +9 -0
  106. package/BannerContainer/index.test/package.json +6 -0
  107. package/BannerContainer/package.json +6 -0
  108. package/Base/index.js +10 -26
  109. package/Base/package.json +6 -0
  110. package/Blockquote/index.js +11 -27
  111. package/Blockquote/index.test/index.js +17 -0
  112. package/Blockquote/index.test/package.json +6 -0
  113. package/Blockquote/package.json +6 -0
  114. package/Bottom/index.js +11 -27
  115. package/Bottom/index.test/index.js +9 -0
  116. package/Bottom/index.test/package.json +6 -0
  117. package/Bottom/package.json +6 -0
  118. package/BottomInfo/__snapshots__/index.test.tsx.snap +7 -2
  119. package/BottomInfo/index.js +11 -27
  120. package/BottomInfo/index.test/index.js +9 -0
  121. package/BottomInfo/index.test/package.json +6 -0
  122. package/BottomInfo/package.json +6 -0
  123. package/BottomInfoContainer/__snapshots__/index.test.tsx.snap +7 -2
  124. package/BottomInfoContainer/index.js +11 -27
  125. package/BottomInfoContainer/index.test/index.js +9 -0
  126. package/BottomInfoContainer/index.test/package.json +6 -0
  127. package/BottomInfoContainer/package.json +6 -0
  128. package/BottomInfoContent/index.js +11 -27
  129. package/BottomInfoContent/index.test/index.js +9 -0
  130. package/BottomInfoContent/index.test/package.json +6 -0
  131. package/BottomInfoContent/package.json +6 -0
  132. package/Breadcrumbs/index.js +11 -27
  133. package/Breadcrumbs/index.test/index.js +9 -0
  134. package/Breadcrumbs/index.test/package.json +6 -0
  135. package/Breadcrumbs/package.json +6 -0
  136. package/BreadcrumbsList/index.js +11 -27
  137. package/BreadcrumbsList/index.test/index.js +9 -0
  138. package/BreadcrumbsList/index.test/package.json +6 -0
  139. package/BreadcrumbsList/package.json +6 -0
  140. package/BreadcrumbsListItem/index.js +13 -29
  141. package/BreadcrumbsListItem/index.test/index.js +17 -0
  142. package/BreadcrumbsListItem/index.test/package.json +6 -0
  143. package/BreadcrumbsListItem/package.json +6 -0
  144. package/Button/__snapshots__/index.test.tsx.snap +18 -0
  145. package/Button/index.d.ts +8 -1
  146. package/Button/index.js +13 -28
  147. package/Button/index.test/index.js +100 -0
  148. package/Button/index.test/package.json +6 -0
  149. package/Button/package.json +6 -0
  150. package/ButtonGroup/index.js +11 -27
  151. package/ButtonGroup/index.test/index.js +9 -0
  152. package/ButtonGroup/index.test/package.json +6 -0
  153. package/ButtonGroup/package.json +6 -0
  154. package/ButtonLink/index.js +11 -27
  155. package/ButtonLink/index.test/index.js +90 -0
  156. package/ButtonLink/index.test/package.json +6 -0
  157. package/ButtonLink/package.json +6 -0
  158. package/CallToAction/__snapshots__/index.test.tsx.snap +2 -2
  159. package/CallToAction/index.js +13 -30
  160. package/CallToAction/index.test/index.js +9 -0
  161. package/CallToAction/index.test/package.json +6 -0
  162. package/CallToAction/package.json +6 -0
  163. package/Card/index.js +13 -29
  164. package/Card/index.test/index.js +95 -0
  165. package/Card/index.test/package.json +6 -0
  166. package/Card/package.json +6 -0
  167. package/CardAction/index.js +11 -27
  168. package/CardAction/index.test/index.js +9 -0
  169. package/CardAction/index.test/package.json +6 -0
  170. package/CardAction/package.json +6 -0
  171. package/CardContent/index.js +11 -27
  172. package/CardContent/index.test/index.js +9 -0
  173. package/CardContent/index.test/package.json +6 -0
  174. package/CardContent/package.json +6 -0
  175. package/CardHeading/index.js +11 -27
  176. package/CardHeading/index.test/index.js +9 -0
  177. package/CardHeading/index.test/package.json +6 -0
  178. package/CardHeading/package.json +6 -0
  179. package/Checkbox/__snapshots__/index.test.tsx.snap +76 -0
  180. package/Checkbox/index.d.ts +8 -1
  181. package/Checkbox/index.js +13 -28
  182. package/Checkbox/index.test/index.js +32 -0
  183. package/Checkbox/index.test/package.json +6 -0
  184. package/Checkbox/package.json +6 -0
  185. package/CheckboxConditional/index.js +14 -32
  186. package/CheckboxConditional/index.test/index.js +9 -0
  187. package/CheckboxConditional/index.test/package.json +6 -0
  188. package/CheckboxConditional/package.json +6 -0
  189. package/CheckboxItem/index.js +17 -35
  190. package/CheckboxItem/index.test/index.js +62 -0
  191. package/CheckboxItem/index.test/package.json +6 -0
  192. package/CheckboxItem/package.json +6 -0
  193. package/Chip/index.js +14 -31
  194. package/Chip/index.test/index.js +9 -0
  195. package/Chip/index.test/package.json +6 -0
  196. package/Chip/package.json +6 -0
  197. package/ChipContainer/index.js +11 -27
  198. package/ChipContainer/index.spec/index.js +9 -0
  199. package/ChipContainer/index.spec/package.json +6 -0
  200. package/ChipContainer/package.json +6 -0
  201. package/ChipHeading/index.d.ts +1 -1
  202. package/ChipHeading/index.js +9 -24
  203. package/ChipHeading/index.test/index.js +9 -0
  204. package/ChipHeading/index.test/package.json +6 -0
  205. package/ChipHeading/package.json +6 -0
  206. package/ChipKeyValue/index.js +11 -27
  207. package/ChipKeyValue/index.test/index.js +9 -0
  208. package/ChipKeyValue/index.test/package.json +6 -0
  209. package/ChipKeyValue/package.json +6 -0
  210. package/ChoiceDividerText/index.js +11 -27
  211. package/ChoiceDividerText/index.test/index.js +9 -0
  212. package/ChoiceDividerText/index.test/package.json +6 -0
  213. package/ChoiceDividerText/package.json +6 -0
  214. package/CircularProgress/index.js +13 -29
  215. package/CircularProgress/index.test/index.js +51 -0
  216. package/CircularProgress/index.test/package.json +6 -0
  217. package/CircularProgress/package.json +6 -0
  218. package/CloseButton/__snapshots__/index.test.tsx.snap +53 -0
  219. package/CloseButton/index.d.ts +7 -1
  220. package/CloseButton/index.js +17 -33
  221. package/CloseButton/index.test/index.js +17 -0
  222. package/CloseButton/index.test/package.json +6 -0
  223. package/CloseButton/package.json +6 -0
  224. package/Container/__snapshots__/index.test.tsx.snap +14 -4
  225. package/Container/index.js +11 -27
  226. package/Container/index.test/index.js +26 -0
  227. package/Container/index.test/package.json +6 -0
  228. package/Container/package.json +6 -0
  229. package/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +21 -0
  230. package/CopyToClipboardContainer/index.d.ts +9 -1
  231. package/CopyToClipboardContainer/index.js +15 -30
  232. package/CopyToClipboardContainer/index.spec/index.js +34 -0
  233. package/CopyToClipboardContainer/index.spec/package.json +6 -0
  234. package/CopyToClipboardContainer/package.json +6 -0
  235. package/CopyToClipboardMessage/index.js +11 -27
  236. package/CopyToClipboardMessage/index.test/index.js +45 -0
  237. package/CopyToClipboardMessage/index.test/package.json +6 -0
  238. package/CopyToClipboardMessage/package.json +6 -0
  239. package/CopyrightContainer/index.js +11 -27
  240. package/CopyrightContainer/index.test/index.js +9 -0
  241. package/CopyrightContainer/index.test/package.json +6 -0
  242. package/CopyrightContainer/package.json +6 -0
  243. package/DateInputContainer/__snapshots__/index.test.tsx.snap +17 -0
  244. package/DateInputContainer/index.d.ts +8 -1
  245. package/DateInputContainer/index.js +14 -29
  246. package/DateInputContainer/index.test/index.js +17 -0
  247. package/DateInputContainer/index.test/package.json +6 -0
  248. package/DateInputContainer/package.json +6 -0
  249. package/DateInputItem/index.js +15 -31
  250. package/DateInputItem/index.test/index.js +26 -0
  251. package/DateInputItem/index.test/package.json +6 -0
  252. package/DateInputItem/package.json +6 -0
  253. package/Details/index.js +11 -27
  254. package/Details/index.test/index.js +9 -0
  255. package/Details/index.test/package.json +6 -0
  256. package/Details/package.json +6 -0
  257. package/DetailsContent/index.js +11 -27
  258. package/DetailsContent/index.test/index.js +9 -0
  259. package/DetailsContent/index.test/package.json +6 -0
  260. package/DetailsContent/package.json +6 -0
  261. package/DetailsSummary/index.js +11 -27
  262. package/DetailsSummary/index.test/index.js +9 -0
  263. package/DetailsSummary/index.test/package.json +6 -0
  264. package/DetailsSummary/package.json +6 -0
  265. package/Drawer/index.d.ts +9 -1
  266. package/Drawer/index.js +16 -31
  267. package/Drawer/index.test/index.js +18 -0
  268. package/Drawer/index.test/package.json +6 -0
  269. package/Drawer/package.json +6 -0
  270. package/DrawerHeading/index.js +13 -30
  271. package/DrawerHeading/index.test/index.js +9 -0
  272. package/DrawerHeading/index.test/package.json +6 -0
  273. package/DrawerHeading/package.json +6 -0
  274. package/DropdownBase/__snapshots__/index.test.tsx.snap +20 -0
  275. package/DropdownBase/index.d.ts +8 -1
  276. package/DropdownBase/index.js +13 -28
  277. package/DropdownBase/index.test/index.js +104 -0
  278. package/DropdownBase/index.test/package.json +6 -0
  279. package/DropdownBase/package.json +6 -0
  280. package/DropdownButton/__snapshots__/index.test.tsx.snap +24 -24
  281. package/DropdownButton/index.js +13 -30
  282. package/DropdownButton/index.test/index.js +197 -0
  283. package/DropdownButton/index.test/package.json +6 -0
  284. package/DropdownButton/package.json +6 -0
  285. package/DropdownContent/index.js +11 -27
  286. package/DropdownContent/index.test/index.js +9 -0
  287. package/DropdownContent/index.test/package.json +6 -0
  288. package/DropdownContent/package.json +6 -0
  289. package/ErrorMessage/index.js +11 -27
  290. package/ErrorMessage/index.test/index.js +9 -0
  291. package/ErrorMessage/index.test/package.json +6 -0
  292. package/ErrorMessage/package.json +6 -0
  293. package/ErrorSummary/__snapshots__/index.test.tsx.snap +39 -0
  294. package/ErrorSummary/index.d.ts +8 -1
  295. package/ErrorSummary/index.js +15 -29
  296. package/ErrorSummary/index.test/index.js +17 -0
  297. package/ErrorSummary/index.test/package.json +6 -0
  298. package/ErrorSummary/package.json +6 -0
  299. package/FieldContainer/index.js +11 -27
  300. package/FieldContainer/index.test/index.js +25 -0
  301. package/FieldContainer/index.test/package.json +6 -0
  302. package/FieldContainer/package.json +6 -0
  303. package/Fieldset/index.js +11 -27
  304. package/Fieldset/index.test/index.js +9 -0
  305. package/Fieldset/index.test/package.json +6 -0
  306. package/Fieldset/package.json +6 -0
  307. package/FieldsetLegend/index.js +11 -27
  308. package/FieldsetLegend/index.test/index.js +85 -0
  309. package/FieldsetLegend/index.test/package.json +6 -0
  310. package/FieldsetLegend/package.json +6 -0
  311. package/FileUpload/index.js +13 -29
  312. package/FileUpload/index.test/index.js +17 -0
  313. package/FileUpload/index.test/package.json +6 -0
  314. package/FileUpload/package.json +6 -0
  315. package/FileUploadContainer/index.js +11 -27
  316. package/FileUploadContainer/index.test/index.js +17 -0
  317. package/FileUploadContainer/index.test/package.json +6 -0
  318. package/FileUploadContainer/package.json +6 -0
  319. package/FillableText/index.js +11 -27
  320. package/FillableText/index.test/index.js +9 -0
  321. package/FillableText/index.test/package.json +6 -0
  322. package/FillableText/package.json +6 -0
  323. package/FilterContainer/index.js +11 -27
  324. package/FilterContainer/index.test/index.js +9 -0
  325. package/FilterContainer/index.test/package.json +6 -0
  326. package/FilterContainer/package.json +6 -0
  327. package/FilterContent/index.js +11 -27
  328. package/FilterContent/index.test/index.js +9 -0
  329. package/FilterContent/index.test/package.json +6 -0
  330. package/FilterContent/package.json +6 -0
  331. package/FilterHeadingContainer/index.js +11 -27
  332. package/FilterHeadingContainer/index.test/index.js +9 -0
  333. package/FilterHeadingContainer/index.test/package.json +6 -0
  334. package/FilterHeadingContainer/package.json +6 -0
  335. package/FilterOptionsSection/index.js +11 -27
  336. package/FilterOptionsSection/index.spec/index.js +9 -0
  337. package/FilterOptionsSection/index.spec/package.json +6 -0
  338. package/FilterOptionsSection/package.json +6 -0
  339. package/FilterSelectedHeading/index.js +11 -27
  340. package/FilterSelectedHeading/index.spec/index.js +9 -0
  341. package/FilterSelectedHeading/index.spec/package.json +6 -0
  342. package/FilterSelectedHeading/package.json +6 -0
  343. package/FilterSelectedSection/index.js +11 -27
  344. package/FilterSelectedSection/index.test/index.js +9 -0
  345. package/FilterSelectedSection/index.test/package.json +6 -0
  346. package/FilterSelectedSection/package.json +6 -0
  347. package/Footer/index.js +11 -27
  348. package/Footer/index.test/index.js +9 -0
  349. package/Footer/index.test/package.json +6 -0
  350. package/Footer/package.json +6 -0
  351. package/FooterContainer/index.js +9 -24
  352. package/FooterContainer/index.test/index.js +9 -0
  353. package/FooterContainer/index.test/package.json +6 -0
  354. package/FooterContainer/package.json +6 -0
  355. package/FooterContent/index.js +11 -27
  356. package/FooterContent/index.test/index.js +9 -0
  357. package/FooterContent/index.test/package.json +6 -0
  358. package/FooterContent/package.json +6 -0
  359. package/FooterContentLogos/index.js +11 -27
  360. package/FooterContentLogos/index.test/index.js +9 -0
  361. package/FooterContentLogos/index.test/package.json +6 -0
  362. package/FooterContentLogos/package.json +6 -0
  363. package/FooterHeading/index.d.ts +1 -1
  364. package/FooterHeading/index.js +11 -27
  365. package/FooterHeading/index.test/index.js +25 -0
  366. package/FooterHeading/index.test/package.json +6 -0
  367. package/FooterHeading/package.json +6 -0
  368. package/FooterImage/index.js +11 -27
  369. package/FooterImage/index.test/index.js +9 -0
  370. package/FooterImage/index.test/package.json +6 -0
  371. package/FooterImage/package.json +6 -0
  372. package/FooterInfo/index.js +11 -27
  373. package/FooterInfo/index.test/index.js +9 -0
  374. package/FooterInfo/index.test/package.json +6 -0
  375. package/FooterInfo/package.json +6 -0
  376. package/FooterInfoSection/index.js +11 -27
  377. package/FooterInfoSection/index.test/index.js +25 -0
  378. package/FooterInfoSection/index.test/package.json +6 -0
  379. package/FooterInfoSection/package.json +6 -0
  380. package/FooterLink/index.js +11 -27
  381. package/FooterLink/index.test/index.js +17 -0
  382. package/FooterLink/index.test/package.json +6 -0
  383. package/FooterLink/package.json +6 -0
  384. package/FooterList/index.js +11 -27
  385. package/FooterList/index.test/index.js +17 -0
  386. package/FooterList/index.test/package.json +6 -0
  387. package/FooterList/package.json +6 -0
  388. package/FooterListItem/index.js +11 -27
  389. package/FooterListItem/index.test/index.js +9 -0
  390. package/FooterListItem/index.test/package.json +6 -0
  391. package/FooterListItem/package.json +6 -0
  392. package/FooterNavigation/index.js +11 -27
  393. package/FooterNavigation/index.test/index.js +9 -0
  394. package/FooterNavigation/index.test/package.json +6 -0
  395. package/FooterNavigation/package.json +6 -0
  396. package/FooterNavigationSection/index.js +11 -27
  397. package/FooterNavigationSection/index.test/index.js +11 -0
  398. package/FooterNavigationSection/index.test/package.json +6 -0
  399. package/FooterNavigationSection/package.json +6 -0
  400. package/Form/index.js +11 -27
  401. package/Form/index.test/index.js +17 -0
  402. package/Form/index.test/package.json +6 -0
  403. package/Form/package.json +6 -0
  404. package/FullPageBackground/index.js +11 -27
  405. package/FullPageBackground/index.test/index.js +9 -0
  406. package/FullPageBackground/index.test/package.json +6 -0
  407. package/FullPageBackground/package.json +6 -0
  408. package/GovGRLogo/govgr-logo-base64/package.json +6 -0
  409. package/GovGRLogo/govgr-logo-blue-base64/package.json +6 -0
  410. package/GovGRLogo/index.js +19 -37
  411. package/GovGRLogo/index.test/index.js +9 -0
  412. package/GovGRLogo/index.test/package.json +6 -0
  413. package/GovGRLogo/package.json +6 -0
  414. package/Grid/index.js +11 -27
  415. package/Grid/index.test/index.js +65 -0
  416. package/Grid/index.test/package.json +6 -0
  417. package/Grid/package.json +6 -0
  418. package/Header/index.js +11 -27
  419. package/Header/index.test/index.js +9 -0
  420. package/Header/index.test/package.json +6 -0
  421. package/Header/package.json +6 -0
  422. package/HeaderContent/index.js +11 -27
  423. package/HeaderContent/index.test/index.js +9 -0
  424. package/HeaderContent/index.test/package.json +6 -0
  425. package/HeaderContent/package.json +6 -0
  426. package/HeaderLogo/index.js +13 -29
  427. package/HeaderLogo/index.test/index.js +9 -0
  428. package/HeaderLogo/index.test/package.json +6 -0
  429. package/HeaderLogo/package.json +6 -0
  430. package/HeaderNavMenuContent/index.js +11 -27
  431. package/HeaderNavMenuContent/index.test/index.js +9 -0
  432. package/HeaderNavMenuContent/index.test/package.json +6 -0
  433. package/HeaderNavMenuContent/package.json +6 -0
  434. package/HeaderSecondaryLogo/index.js +13 -29
  435. package/HeaderSecondaryLogo/index.test/index.js +22 -0
  436. package/HeaderSecondaryLogo/index.test/package.json +6 -0
  437. package/HeaderSecondaryLogo/package.json +6 -0
  438. package/HeaderSection/index.js +11 -27
  439. package/HeaderSection/index.test/index.js +9 -0
  440. package/HeaderSection/index.test/package.json +6 -0
  441. package/HeaderSection/package.json +6 -0
  442. package/HeaderTitle/index.js +11 -27
  443. package/HeaderTitle/index.test/index.js +17 -0
  444. package/HeaderTitle/index.test/package.json +6 -0
  445. package/HeaderTitle/package.json +6 -0
  446. package/Heading/index.d.ts +6 -2
  447. package/Heading/index.js +13 -28
  448. package/Heading/index.test/index.js +166 -0
  449. package/Heading/index.test/package.json +6 -0
  450. package/Heading/package.json +6 -0
  451. package/HeadingCaption/index.js +11 -27
  452. package/HeadingCaption/index.test/index.js +33 -0
  453. package/HeadingCaption/index.test/package.json +6 -0
  454. package/HeadingCaption/package.json +6 -0
  455. package/HellenicRepublicLogo/index.js +19 -39
  456. package/HellenicRepublicLogo/index.test/index.js +9 -0
  457. package/HellenicRepublicLogo/index.test/package.json +6 -0
  458. package/HellenicRepublicLogo/logo-el/package.json +6 -0
  459. package/HellenicRepublicLogo/logo-en/package.json +6 -0
  460. package/HellenicRepublicLogo/logo-inverted-el/package.json +6 -0
  461. package/HellenicRepublicLogo/logo-inverted-en/package.json +6 -0
  462. package/HellenicRepublicLogo/package.json +6 -0
  463. package/Hidden/index.js +11 -27
  464. package/Hidden/index.test/index.js +43 -0
  465. package/Hidden/index.test/package.json +6 -0
  466. package/Hidden/package.json +6 -0
  467. package/Hint/index.d.ts +6 -1
  468. package/Hint/index.js +13 -28
  469. package/Hint/index.test/index.js +33 -0
  470. package/Hint/index.test/package.json +6 -0
  471. package/Hint/package.json +6 -0
  472. package/ImageLogo/__snapshots__/index.test.tsx.snap +5 -3
  473. package/ImageLogo/index.js +11 -27
  474. package/ImageLogo/index.test/index.js +20 -0
  475. package/ImageLogo/index.test/package.json +6 -0
  476. package/ImageLogo/package.json +6 -0
  477. package/ImageLogoSet/index.js +10 -25
  478. package/ImageLogoSet/index.test/index.js +23 -0
  479. package/ImageLogoSet/index.test/package.json +6 -0
  480. package/ImageLogoSet/package.json +6 -0
  481. package/KitchenSinkAllComponents/index.js +11 -27
  482. package/KitchenSinkAllComponents/package.json +6 -0
  483. package/KitchenSinkCard/index.js +11 -27
  484. package/KitchenSinkCard/package.json +6 -0
  485. package/KitchenSinkCategory/index.js +11 -27
  486. package/KitchenSinkCategory/package.json +6 -0
  487. package/KitchenSinkContent/index.js +11 -27
  488. package/KitchenSinkContent/package.json +6 -0
  489. package/KitchenSinkContentInfo/index.js +11 -27
  490. package/KitchenSinkContentInfo/package.json +6 -0
  491. package/KitchenSinkContentTags/index.js +11 -27
  492. package/KitchenSinkContentTags/package.json +6 -0
  493. package/KitchenSinkHeading/index.d.ts +1 -1
  494. package/KitchenSinkHeading/index.js +11 -27
  495. package/KitchenSinkHeading/package.json +6 -0
  496. package/KitchenSinkLetterContent/index.js +11 -27
  497. package/KitchenSinkLetterContent/package.json +6 -0
  498. package/LabelContainer/index.js +11 -27
  499. package/LabelContainer/index.test/index.js +9 -0
  500. package/LabelContainer/index.test/package.json +6 -0
  501. package/LabelContainer/package.json +6 -0
  502. package/LabelTitle/index.js +11 -27
  503. package/LabelTitle/index.test/index.js +85 -0
  504. package/LabelTitle/index.test/package.json +6 -0
  505. package/LabelTitle/package.json +6 -0
  506. package/LabeledText/index.js +11 -27
  507. package/LabeledText/index.test/index.js +25 -0
  508. package/LabeledText/index.test/package.json +6 -0
  509. package/LabeledText/package.json +6 -0
  510. package/Layout/index.js +11 -27
  511. package/Layout/index.test/index.js +9 -0
  512. package/Layout/index.test/package.json +6 -0
  513. package/Layout/package.json +6 -0
  514. package/LinkBase/index.js +11 -27
  515. package/LinkBase/index.test/index.js +25 -0
  516. package/LinkBase/index.test/package.json +6 -0
  517. package/LinkBase/package.json +6 -0
  518. package/List/index.js +11 -27
  519. package/List/index.test/index.js +60 -0
  520. package/List/index.test/package.json +6 -0
  521. package/List/package.json +6 -0
  522. package/ListItem/index.js +11 -27
  523. package/ListItem/index.test/index.js +9 -0
  524. package/ListItem/index.test/package.json +6 -0
  525. package/ListItem/package.json +6 -0
  526. package/LoaderContainer/index.js +11 -27
  527. package/LoaderContainer/index.test/index.js +9 -0
  528. package/LoaderContainer/index.test/package.json +6 -0
  529. package/LoaderContainer/package.json +6 -0
  530. package/Main/index.js +11 -27
  531. package/Main/index.test/index.js +9 -0
  532. package/Main/index.test/package.json +6 -0
  533. package/Main/package.json +6 -0
  534. package/Masthead/index.js +11 -27
  535. package/Masthead/index.test/index.js +9 -0
  536. package/Masthead/index.test/package.json +6 -0
  537. package/Masthead/package.json +6 -0
  538. package/MastheadBody/index.js +11 -27
  539. package/MastheadBody/index.test/index.js +9 -0
  540. package/MastheadBody/index.test/package.json +6 -0
  541. package/MastheadBody/package.json +6 -0
  542. package/MastheadLogo/index.js +11 -27
  543. package/MastheadLogo/index.test/index.js +9 -0
  544. package/MastheadLogo/index.test/package.json +6 -0
  545. package/MastheadLogo/package.json +6 -0
  546. package/ModalAction/index.js +11 -27
  547. package/ModalAction/index.test/index.js +9 -0
  548. package/ModalAction/index.test/package.json +6 -0
  549. package/ModalAction/package.json +6 -0
  550. package/ModalContainer/index.d.ts +8 -1
  551. package/ModalContainer/index.js +17 -32
  552. package/ModalContainer/index.test/index.js +9 -0
  553. package/ModalContainer/index.test/package.json +6 -0
  554. package/ModalContainer/package.json +6 -0
  555. package/ModalContent/index.js +11 -27
  556. package/ModalContent/index.test/index.js +9 -0
  557. package/ModalContent/index.test/package.json +6 -0
  558. package/ModalContent/package.json +6 -0
  559. package/ModalHeading/index.d.ts +1 -1
  560. package/ModalHeading/index.js +9 -24
  561. package/ModalHeading/index.test/index.js +9 -0
  562. package/ModalHeading/index.test/package.json +6 -0
  563. package/ModalHeading/package.json +6 -0
  564. package/Nav/__snapshots__/index.test.tsx.snap +91 -4
  565. package/Nav/index.d.ts +30 -15
  566. package/Nav/index.js +27 -35
  567. package/Nav/index.test/index.js +59 -0
  568. package/Nav/index.test/package.json +6 -0
  569. package/Nav/package.json +6 -0
  570. package/NavList/index.js +11 -27
  571. package/NavList/index.test/index.js +17 -0
  572. package/NavList/index.test/package.json +6 -0
  573. package/NavList/package.json +6 -0
  574. package/NavListItemAction/index.d.ts +1 -1
  575. package/NavListItemAction/index.js +12 -29
  576. package/NavListItemAction/index.test/index.js +9 -0
  577. package/NavListItemAction/index.test/package.json +6 -0
  578. package/NavListItemAction/package.json +6 -0
  579. package/NavListItemActionContainer/index.js +11 -27
  580. package/NavListItemActionContainer/index.test/index.js +9 -0
  581. package/NavListItemActionContainer/index.test/package.json +6 -0
  582. package/NavListItemActionContainer/package.json +6 -0
  583. package/NavListItemButton/__snapshots__/index.test.tsx.snap +6 -6
  584. package/NavListItemButton/index.d.ts +1 -1
  585. package/NavListItemButton/index.js +13 -30
  586. package/NavListItemButton/index.test/index.js +25 -0
  587. package/NavListItemButton/index.test/package.json +6 -0
  588. package/NavListItemButton/package.json +6 -0
  589. package/NavListItemLink/index.js +11 -27
  590. package/NavListItemLink/index.test/index.js +43 -0
  591. package/NavListItemLink/index.test/package.json +6 -0
  592. package/NavListItemLink/package.json +6 -0
  593. package/NavMenuContainer/__snapshots__/index.test.tsx.snap +117 -0
  594. package/NavMenuContainer/index.js +13 -30
  595. package/NavMenuContainer/index.test/index.js +33 -0
  596. package/NavMenuContainer/index.test/package.json +6 -0
  597. package/NavMenuContainer/package.json +6 -0
  598. package/NavMenuContent/index.js +11 -27
  599. package/NavMenuContent/index.test/index.js +9 -0
  600. package/NavMenuContent/index.test/package.json +6 -0
  601. package/NavMenuContent/package.json +6 -0
  602. package/NavMenuContentListBase/index.js +11 -27
  603. package/NavMenuContentListBase/index.test/index.js +9 -0
  604. package/NavMenuContentListBase/index.test/package.json +6 -0
  605. package/NavMenuContentListBase/package.json +6 -0
  606. package/NavMenuContentListItem/index.js +11 -27
  607. package/NavMenuContentListItem/index.test/index.js +9 -0
  608. package/NavMenuContentListItem/index.test/package.json +6 -0
  609. package/NavMenuContentListItem/package.json +6 -0
  610. package/NavMenuTitle/index.js +14 -31
  611. package/NavMenuTitle/index.test/index.js +9 -0
  612. package/NavMenuTitle/index.test/package.json +6 -0
  613. package/NavMenuTitle/package.json +6 -0
  614. package/NormalText/index.js +11 -27
  615. package/NormalText/index.test/index.js +349 -0
  616. package/NormalText/index.test/package.json +6 -0
  617. package/NormalText/package.json +6 -0
  618. package/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +23 -0
  619. package/NotificationBannerContainer/index.d.ts +8 -1
  620. package/NotificationBannerContainer/index.js +13 -28
  621. package/NotificationBannerContainer/index.test/index.js +25 -0
  622. package/NotificationBannerContainer/index.test/package.json +6 -0
  623. package/NotificationBannerContainer/package.json +6 -0
  624. package/NotificationBannerContent/index.js +11 -27
  625. package/NotificationBannerContent/index.test/index.js +9 -0
  626. package/NotificationBannerContent/index.test/package.json +6 -0
  627. package/NotificationBannerContent/package.json +6 -0
  628. package/NotificationBannerHeader/index.js +14 -31
  629. package/NotificationBannerHeader/index.test/index.js +9 -0
  630. package/NotificationBannerHeader/index.test/package.json +6 -0
  631. package/NotificationBannerHeader/package.json +6 -0
  632. package/NotificationBannerHeading/index.d.ts +1 -1
  633. package/NotificationBannerHeading/index.js +11 -27
  634. package/NotificationBannerHeading/index.test/index.js +9 -0
  635. package/NotificationBannerHeading/index.test/package.json +6 -0
  636. package/NotificationBannerHeading/package.json +6 -0
  637. package/NotificationBannerLink/index.js +11 -27
  638. package/NotificationBannerLink/index.test/index.js +17 -0
  639. package/NotificationBannerLink/index.test/package.json +6 -0
  640. package/NotificationBannerLink/package.json +6 -0
  641. package/PageTitleCaption/index.js +9 -24
  642. package/PageTitleCaption/index.test/index.js +41 -0
  643. package/PageTitleCaption/index.test/package.json +6 -0
  644. package/PageTitleCaption/package.json +6 -0
  645. package/PageTitleContainer/index.js +11 -27
  646. package/PageTitleContainer/index.test/index.js +9 -0
  647. package/PageTitleContainer/index.test/package.json +6 -0
  648. package/PageTitleContainer/package.json +6 -0
  649. package/PageTitleHeading/index.d.ts +1 -1
  650. package/PageTitleHeading/index.js +9 -24
  651. package/PageTitleHeading/index.test/index.js +41 -0
  652. package/PageTitleHeading/index.test/package.json +6 -0
  653. package/PageTitleHeading/package.json +6 -0
  654. package/Pagination/index.js +11 -27
  655. package/Pagination/index.spec/index.js +17 -0
  656. package/Pagination/index.spec/package.json +6 -0
  657. package/Pagination/package.json +6 -0
  658. package/PaginationLabelContainer/index.js +11 -27
  659. package/PaginationLabelContainer/index.spec/index.js +9 -0
  660. package/PaginationLabelContainer/index.spec/package.json +6 -0
  661. package/PaginationLabelContainer/package.json +6 -0
  662. package/PaginationList/index.js +11 -27
  663. package/PaginationList/index.spec/index.js +16 -0
  664. package/PaginationList/index.spec/package.json +6 -0
  665. package/PaginationList/package.json +6 -0
  666. package/PaginationListItem/index.js +11 -27
  667. package/PaginationListItem/index.spec/index.js +42 -0
  668. package/PaginationListItem/index.spec/package.json +6 -0
  669. package/PaginationListItem/package.json +6 -0
  670. package/Panel/index.js +11 -27
  671. package/Panel/index.test/index.js +9 -0
  672. package/Panel/index.test/package.json +6 -0
  673. package/Panel/package.json +6 -0
  674. package/PanelBody/index.js +11 -27
  675. package/PanelBody/index.test/index.js +9 -0
  676. package/PanelBody/index.test/package.json +6 -0
  677. package/PanelBody/package.json +6 -0
  678. package/PanelTitle/index.js +11 -27
  679. package/PanelTitle/index.test/index.js +9 -0
  680. package/PanelTitle/index.test/package.json +6 -0
  681. package/PanelTitle/package.json +6 -0
  682. package/Paragraph/index.js +9 -24
  683. package/Paragraph/index.test/index.js +357 -0
  684. package/Paragraph/index.test/package.json +6 -0
  685. package/Paragraph/package.json +6 -0
  686. package/PhaseBanner/index.js +13 -29
  687. package/PhaseBanner/index.test/index.js +17 -0
  688. package/PhaseBanner/index.test/package.json +6 -0
  689. package/PhaseBanner/package.json +6 -0
  690. package/PhaseBannerHeaderContainer/inde.test/index.js +9 -0
  691. package/PhaseBannerHeaderContainer/inde.test/package.json +6 -0
  692. package/PhaseBannerHeaderContainer/index.js +11 -28
  693. package/PhaseBannerHeaderContainer/package.json +6 -0
  694. package/PhaseBannerTag/index.js +11 -27
  695. package/PhaseBannerTag/index.test/index.js +9 -0
  696. package/PhaseBannerTag/index.test/package.json +6 -0
  697. package/PhaseBannerTag/package.json +6 -0
  698. package/PhaseBannerText/index.js +11 -27
  699. package/PhaseBannerText/index.test/index.js +9 -0
  700. package/PhaseBannerText/index.test/package.json +6 -0
  701. package/PhaseBannerText/package.json +6 -0
  702. package/RadioConditional/index.js +14 -32
  703. package/RadioConditional/index.test/index.js +9 -0
  704. package/RadioConditional/index.test/package.json +6 -0
  705. package/RadioConditional/package.json +6 -0
  706. package/RadioContainer/__snapshots__/index.test.tsx.snap +17 -0
  707. package/RadioContainer/index.d.ts +8 -1
  708. package/RadioContainer/index.js +15 -30
  709. package/RadioContainer/index.test/index.js +25 -0
  710. package/RadioContainer/index.test/package.json +6 -0
  711. package/RadioContainer/package.json +6 -0
  712. package/RadioItem/__snapshots__/index.test.tsx.snap +2 -2
  713. package/RadioItem/index.js +17 -35
  714. package/RadioItem/index.test/index.js +71 -0
  715. package/RadioItem/index.test/package.json +6 -0
  716. package/RadioItem/package.json +6 -0
  717. package/ResultsActionBar/index.js +11 -27
  718. package/ResultsActionBar/indext.test/index.js +9 -0
  719. package/ResultsActionBar/indext.test/package.json +6 -0
  720. package/ResultsActionBar/package.json +6 -0
  721. package/ResultsHeading/index.js +11 -27
  722. package/ResultsHeading/index.test/index.js +9 -0
  723. package/ResultsHeading/index.test/package.json +6 -0
  724. package/ResultsHeading/package.json +6 -0
  725. package/ResultsHeadingActions/index.js +13 -30
  726. package/ResultsHeadingActions/index.test/index.js +9 -0
  727. package/ResultsHeadingActions/index.test/package.json +6 -0
  728. package/ResultsHeadingActions/package.json +6 -0
  729. package/SearchButton/index.d.ts +1 -1
  730. package/SearchButton/index.js +13 -30
  731. package/SearchButton/index.test/index.js +9 -0
  732. package/SearchButton/index.test/package.json +6 -0
  733. package/SearchButton/package.json +6 -0
  734. package/SearchContainer/index.js +11 -27
  735. package/SearchContainer/index.test/index.js +9 -0
  736. package/SearchContainer/index.test/package.json +6 -0
  737. package/SearchContainer/package.json +6 -0
  738. package/Section/index.js +11 -27
  739. package/Section/index.test/index.js +9 -0
  740. package/Section/index.test/package.json +6 -0
  741. package/Section/package.json +6 -0
  742. package/SectionBreak/index.js +11 -27
  743. package/SectionBreak/index.test/index.js +49 -0
  744. package/SectionBreak/index.test/package.json +6 -0
  745. package/SectionBreak/package.json +6 -0
  746. package/SelectContainer/__snapshots__/index.test.tsx.snap +17 -0
  747. package/SelectContainer/index.d.ts +8 -1
  748. package/SelectContainer/index.js +14 -29
  749. package/SelectContainer/index.test/index.js +34 -0
  750. package/SelectContainer/index.test/package.json +6 -0
  751. package/SelectContainer/package.json +6 -0
  752. package/SelectOption/index.js +11 -27
  753. package/SelectOption/index.test/index.js +17 -0
  754. package/SelectOption/index.test/package.json +6 -0
  755. package/SelectOption/package.json +6 -0
  756. package/SingleCharacterInput/index.d.ts +1 -1
  757. package/SingleCharacterInput/index.js +11 -27
  758. package/SingleCharacterInput/index.test/index.js +53 -0
  759. package/SingleCharacterInput/index.test/package.json +6 -0
  760. package/SingleCharacterInput/package.json +6 -0
  761. package/SingleCharacterInputs/index.js +11 -27
  762. package/SingleCharacterInputs/index.test/index.js +9 -0
  763. package/SingleCharacterInputs/index.test/package.json +6 -0
  764. package/SingleCharacterInputs/package.json +6 -0
  765. package/SkipLink/index.js +11 -27
  766. package/SkipLink/index.test/index.js +9 -0
  767. package/SkipLink/index.test/package.json +6 -0
  768. package/SkipLink/package.json +6 -0
  769. package/Stack/index.js +11 -27
  770. package/Stack/index.test/index.js +248 -0
  771. package/Stack/index.test/package.json +6 -0
  772. package/Stack/package.json +6 -0
  773. package/StepNav/__snapshots__/index.test.tsx.snap +2 -2
  774. package/StepNav/index.js +11 -27
  775. package/StepNav/index.test/index.js +17 -0
  776. package/StepNav/index.test/package.json +6 -0
  777. package/StepNav/package.json +6 -0
  778. package/StepNavAccordion/index.js +11 -27
  779. package/StepNavAccordion/index.test/index.js +9 -0
  780. package/StepNavAccordion/index.test/package.json +6 -0
  781. package/StepNavAccordion/package.json +6 -0
  782. package/StepNavAccordionContent/index.js +11 -27
  783. package/StepNavAccordionContent/index.test/index.js +9 -0
  784. package/StepNavAccordionContent/index.test/package.json +6 -0
  785. package/StepNavAccordionContent/package.json +6 -0
  786. package/StepNavAccordionHeadingText/index.js +13 -29
  787. package/StepNavAccordionHeadingText/index.test/index.js +25 -0
  788. package/StepNavAccordionHeadingText/index.test/package.json +6 -0
  789. package/StepNavAccordionHeadingText/package.json +6 -0
  790. package/StepNavAccordionHeadingTitle/index.js +11 -27
  791. package/StepNavAccordionHeadingTitle/index.test/index.js +9 -0
  792. package/StepNavAccordionHeadingTitle/index.test/package.json +6 -0
  793. package/StepNavAccordionHeadingTitle/package.json +6 -0
  794. package/StepNavAccordionSummary/index.js +11 -27
  795. package/StepNavAccordionSummary/index.test/index.js +9 -0
  796. package/StepNavAccordionSummary/index.test/package.json +6 -0
  797. package/StepNavAccordionSummary/package.json +6 -0
  798. package/StepNavAccordionSummaryHeading/index.js +11 -27
  799. package/StepNavAccordionSummaryHeading/index.test/index.js +43 -0
  800. package/StepNavAccordionSummaryHeading/index.test/package.json +6 -0
  801. package/StepNavAccordionSummaryHeading/package.json +6 -0
  802. package/StepNavCircleNumber/index.js +13 -29
  803. package/StepNavCircleNumber/index.test/index.js +17 -0
  804. package/StepNavCircleNumber/index.test/package.json +6 -0
  805. package/StepNavCircleNumber/package.json +6 -0
  806. package/StepNavControls/index.js +11 -27
  807. package/StepNavControls/index.test/index.js +9 -0
  808. package/StepNavControls/index.test/package.json +6 -0
  809. package/StepNavControls/package.json +6 -0
  810. package/StepNavList/index.js +11 -27
  811. package/StepNavList/index.test/index.js +9 -0
  812. package/StepNavList/index.test/package.json +6 -0
  813. package/StepNavList/package.json +6 -0
  814. package/StepNavListItem/index.js +11 -27
  815. package/StepNavListItem/index.test/index.js +9 -0
  816. package/StepNavListItem/index.test/package.json +6 -0
  817. package/StepNavListItem/package.json +6 -0
  818. package/SummaryList/index.js +11 -27
  819. package/SummaryList/index.test/index.js +9 -0
  820. package/SummaryList/index.test/package.json +6 -0
  821. package/SummaryList/package.json +6 -0
  822. package/SummaryListItem/index.js +11 -27
  823. package/SummaryListItem/index.test/index.js +9 -0
  824. package/SummaryListItem/index.test/package.json +6 -0
  825. package/SummaryListItem/package.json +6 -0
  826. package/SummaryListItemAction/index.js +11 -27
  827. package/SummaryListItemAction/index.test/index.js +9 -0
  828. package/SummaryListItemAction/index.test/package.json +6 -0
  829. package/SummaryListItemAction/package.json +6 -0
  830. package/SummaryListItemKey/index.js +11 -27
  831. package/SummaryListItemKey/index.test/index.js +9 -0
  832. package/SummaryListItemKey/index.test/package.json +6 -0
  833. package/SummaryListItemKey/package.json +6 -0
  834. package/SummaryListItemValue/index.js +11 -27
  835. package/SummaryListItemValue/index.test/index.js +9 -0
  836. package/SummaryListItemValue/index.test/package.json +6 -0
  837. package/SummaryListItemValue/package.json +6 -0
  838. package/SvgIcon/index.js +11 -27
  839. package/SvgIcon/index.test/index.js +131 -0
  840. package/SvgIcon/index.test/package.json +6 -0
  841. package/SvgIcon/package.json +6 -0
  842. package/Table/index.js +11 -27
  843. package/Table/index.test/index.js +41 -0
  844. package/Table/index.test/package.json +6 -0
  845. package/Table/package.json +6 -0
  846. package/TableBody/index.js +11 -27
  847. package/TableBody/index.test/index.js +9 -0
  848. package/TableBody/index.test/package.json +6 -0
  849. package/TableBody/package.json +6 -0
  850. package/TableCaption/index.js +11 -27
  851. package/TableCaption/index.test/index.js +41 -0
  852. package/TableCaption/index.test/package.json +6 -0
  853. package/TableCaption/package.json +6 -0
  854. package/TableContainer/index.js +11 -27
  855. package/TableContainer/index.test/index.js +17 -0
  856. package/TableContainer/index.test/package.json +6 -0
  857. package/TableContainer/package.json +6 -0
  858. package/TableDataCell/index.js +11 -27
  859. package/TableDataCell/index.test/index.js +17 -0
  860. package/TableDataCell/index.test/package.json +6 -0
  861. package/TableDataCell/package.json +6 -0
  862. package/TableHead/index.js +11 -27
  863. package/TableHead/index.test/index.js +9 -0
  864. package/TableHead/index.test/package.json +6 -0
  865. package/TableHead/package.json +6 -0
  866. package/TableHeadCell/index.js +11 -27
  867. package/TableHeadCell/index.test/index.js +119 -0
  868. package/TableHeadCell/index.test/package.json +6 -0
  869. package/TableHeadCell/package.json +6 -0
  870. package/TableLoaderBackground/index.js +11 -27
  871. package/TableLoaderBackground/index.test/index.js +9 -0
  872. package/TableLoaderBackground/index.test/package.json +6 -0
  873. package/TableLoaderBackground/package.json +6 -0
  874. package/TableNoDataRow/index.js +12 -28
  875. package/TableNoDataRow/index.test/index.js +9 -0
  876. package/TableNoDataRow/index.test/package.json +6 -0
  877. package/TableNoDataRow/package.json +6 -0
  878. package/TableRow/index.js +11 -27
  879. package/TableRow/index.test/index.js +25 -0
  880. package/TableRow/index.test/package.json +6 -0
  881. package/TableRow/package.json +6 -0
  882. package/TableSortIconContainer/index.js +11 -27
  883. package/TableSortIconContainer/index.test/index.js +9 -0
  884. package/TableSortIconContainer/index.test/package.json +6 -0
  885. package/TableSortIconContainer/package.json +6 -0
  886. package/Tabs/__snapshots__/index.test.tsx.snap +17 -0
  887. package/Tabs/index.d.ts +9 -1
  888. package/Tabs/index.js +15 -29
  889. package/Tabs/index.test/index.js +17 -0
  890. package/Tabs/index.test/package.json +6 -0
  891. package/Tabs/package.json +6 -0
  892. package/TabsHeading/index.js +11 -27
  893. package/TabsHeading/index.test/index.js +25 -0
  894. package/TabsHeading/index.test/package.json +6 -0
  895. package/TabsHeading/package.json +6 -0
  896. package/TabsList/index.js +11 -27
  897. package/TabsList/index.test/index.js +9 -0
  898. package/TabsList/index.test/package.json +6 -0
  899. package/TabsList/package.json +6 -0
  900. package/TabsListItemBase/__snapshots__/index.test.tsx.snap +133 -0
  901. package/TabsListItemBase/index.d.ts +17 -0
  902. package/TabsListItemBase/index.js +29 -0
  903. package/TabsListItemBase/index.test/index.js +43 -0
  904. package/TabsListItemBase/index.test/package.json +6 -0
  905. package/TabsListItemBase/package.json +6 -0
  906. package/TabsPanelBase/__snapshots__/index.test.tsx.snap +83 -0
  907. package/TabsPanelBase/index.d.ts +18 -0
  908. package/TabsPanelBase/index.js +26 -0
  909. package/TabsPanelBase/index.test/index.js +33 -0
  910. package/TabsPanelBase/index.test/package.json +6 -0
  911. package/TabsPanelBase/package.json +6 -0
  912. package/TaskList/__snapshots__/index.test.tsx.snap +2 -2
  913. package/TaskList/index.js +11 -27
  914. package/TaskList/index.test/index.js +17 -0
  915. package/TaskList/index.test/package.json +6 -0
  916. package/TaskList/package.json +6 -0
  917. package/TaskListItem/index.js +11 -27
  918. package/TaskListItem/index.test/index.js +9 -0
  919. package/TaskListItem/index.test/package.json +6 -0
  920. package/TaskListItem/package.json +6 -0
  921. package/TaskListItemContent/index.js +11 -27
  922. package/TaskListItemContent/index.test/index.js +9 -0
  923. package/TaskListItemContent/index.test/package.json +6 -0
  924. package/TaskListItemContent/package.json +6 -0
  925. package/TaskListItemHeading/index.d.ts +1 -1
  926. package/TaskListItemHeading/index.js +9 -24
  927. package/TaskListItemHeading/index.test/index.js +25 -0
  928. package/TaskListItemHeading/index.test/package.json +6 -0
  929. package/TaskListItemHeading/package.json +6 -0
  930. package/TaskListItemTag/index.js +11 -27
  931. package/TaskListItemTag/index.test/index.js +33 -0
  932. package/TaskListItemTag/index.test/package.json +6 -0
  933. package/TaskListItemTag/package.json +6 -0
  934. package/TextArea/__snapshots__/index.test.tsx.snap +19 -0
  935. package/TextArea/index.d.ts +8 -1
  936. package/TextArea/index.js +16 -31
  937. package/TextArea/index.test/index.js +57 -0
  938. package/TextArea/index.test/package.json +6 -0
  939. package/TextArea/package.json +6 -0
  940. package/TextInput/__snapshots__/index.test.tsx.snap +17 -0
  941. package/TextInput/index.d.ts +8 -1
  942. package/TextInput/index.js +13 -28
  943. package/TextInput/index.test/index.js +383 -0
  944. package/TextInput/index.test/package.json +6 -0
  945. package/TextInput/package.json +6 -0
  946. package/Timeline/index.js +11 -27
  947. package/Timeline/index.test/index.js +17 -0
  948. package/Timeline/index.test/package.json +6 -0
  949. package/Timeline/package.json +6 -0
  950. package/TimelineActions/index.js +11 -27
  951. package/TimelineActions/index.test/index.js +9 -0
  952. package/TimelineActions/index.test/package.json +6 -0
  953. package/TimelineActions/package.json +6 -0
  954. package/TimelineContent/index.js +11 -27
  955. package/TimelineContent/index.test/index.js +9 -0
  956. package/TimelineContent/index.test/package.json +6 -0
  957. package/TimelineContent/package.json +6 -0
  958. package/TimelineHeading/index.js +11 -27
  959. package/TimelineHeading/index.test/index.js +25 -0
  960. package/TimelineHeading/index.test/package.json +6 -0
  961. package/TimelineHeading/package.json +6 -0
  962. package/TimelineItem/index.js +11 -27
  963. package/TimelineItem/index.test/index.js +9 -0
  964. package/TimelineItem/index.test/package.json +6 -0
  965. package/TimelineItem/package.json +6 -0
  966. package/Top/index.js +11 -27
  967. package/Top/index.test/index.js +9 -0
  968. package/Top/index.test/package.json +6 -0
  969. package/Top/package.json +6 -0
  970. package/Typography/index.js +11 -27
  971. package/Typography/index.test/index.js +93 -0
  972. package/Typography/index.test/package.json +6 -0
  973. package/Typography/package.json +6 -0
  974. package/Unpurge/index.js +4 -14
  975. package/Unpurge/package.json +6 -0
  976. package/VisuallyHidden/index.js +11 -27
  977. package/VisuallyHidden/index.test/index.js +9 -0
  978. package/VisuallyHidden/index.test/package.json +6 -0
  979. package/VisuallyHidden/package.json +6 -0
  980. package/WarningText/__snapshots__/index.test.tsx.snap +31 -0
  981. package/WarningText/index.d.ts +8 -1
  982. package/WarningText/index.js +19 -34
  983. package/WarningText/index.test/index.js +25 -0
  984. package/WarningText/index.test/package.json +6 -0
  985. package/WarningText/package.json +6 -0
  986. package/cjs/Accordion/index.js +44 -0
  987. package/cjs/Accordion/index.test/index.js +15 -0
  988. package/cjs/AccordionControls/index.js +38 -0
  989. package/cjs/AccordionControls/index.test/index.js +15 -0
  990. package/cjs/AccordionSection/index.js +40 -0
  991. package/cjs/AccordionSection/index.test/index.js +31 -0
  992. package/cjs/AccordionSectionContent/index.js +39 -0
  993. package/cjs/AccordionSectionContent/index.test/index.js +15 -0
  994. package/cjs/AccordionSectionSummary/index.js +40 -0
  995. package/cjs/AccordionSectionSummary/index.test/index.js +15 -0
  996. package/cjs/AccordionSectionSummaryHeading/index.js +42 -0
  997. package/cjs/AccordionSectionSummaryHeading/index.test/index.js +15 -0
  998. package/cjs/AdminAside/index.js +39 -0
  999. package/cjs/AdminAside/index.test/index.js +15 -0
  1000. package/cjs/AdminContainer/index.js +42 -0
  1001. package/cjs/AdminContainer/index.test/index.js +15 -0
  1002. package/cjs/AdminHeader/index.js +41 -0
  1003. package/cjs/AdminHeader/index.test/index.js +15 -0
  1004. package/cjs/AdminHeaderContent/index.js +38 -0
  1005. package/cjs/AdminHeaderContent/index.spec/index.js +15 -0
  1006. package/cjs/AdminLayout/index.js +39 -0
  1007. package/cjs/AdminLayout/index.test/index.js +15 -0
  1008. package/cjs/AdminMain/index.js +39 -0
  1009. package/cjs/AdminMain/index.test/index.js +15 -0
  1010. package/cjs/AdminTopSection/index.js +42 -0
  1011. package/cjs/AdminTopSection/index.test/index.js +15 -0
  1012. package/cjs/Aside/index.js +46 -0
  1013. package/cjs/Aside/index.test/index.js +15 -0
  1014. package/cjs/AutoCompleteAssistiveHint/index.js +40 -0
  1015. package/cjs/AutoCompleteAssistiveHint/index.test/index.js +15 -0
  1016. package/cjs/AutoCompleteInput/index.js +44 -0
  1017. package/cjs/AutoCompleteInput/index.test/index.js +50 -0
  1018. package/cjs/AutoCompleteInputTypeahead/index.js +42 -0
  1019. package/cjs/AutoCompleteInputTypeahead/index.test/index.js +15 -0
  1020. package/cjs/AutoCompleteResultList/index.js +42 -0
  1021. package/cjs/AutoCompleteResultList/index.test/index.js +41 -0
  1022. package/cjs/AutoCompleteResultListItem/index.js +46 -0
  1023. package/cjs/AutoCompleteResultListItem/index.test/index.js +42 -0
  1024. package/cjs/AutoCompleteStatus/index.js +42 -0
  1025. package/cjs/AutoCompleteStatus/index.test/index.js +15 -0
  1026. package/cjs/AutoCompleteStatusWrapper/index.js +39 -0
  1027. package/cjs/AutoCompleteStatusWrapper/index.test/index.js +15 -0
  1028. package/cjs/AutoCompleteWrapper/index.js +40 -0
  1029. package/cjs/AutoCompleteWrapper/index.test/index.js +15 -0
  1030. package/cjs/BackLink/index.js +53 -0
  1031. package/cjs/BackLink/index.test/index.js +23 -0
  1032. package/cjs/BackToTopContainer/index.js +41 -0
  1033. package/cjs/BackToTopLimit/index.js +37 -0
  1034. package/cjs/BackToTopLink/index.js +49 -0
  1035. package/cjs/BannerContainer/index.js +35 -0
  1036. package/cjs/BannerContainer/index.test/index.js +15 -0
  1037. package/cjs/Base/index.js +57 -0
  1038. package/cjs/Blockquote/index.js +39 -0
  1039. package/cjs/Blockquote/index.test/index.js +23 -0
  1040. package/cjs/Bottom/index.js +38 -0
  1041. package/cjs/Bottom/index.test/index.js +15 -0
  1042. package/cjs/BottomInfo/__snapshots__/index.test.tsx.snap +30 -0
  1043. package/cjs/BottomInfo/index.js +37 -0
  1044. package/cjs/BottomInfo/index.test/index.js +15 -0
  1045. package/cjs/BottomInfoContainer/__snapshots__/index.test.tsx.snap +30 -0
  1046. package/cjs/BottomInfoContainer/index.js +37 -0
  1047. package/cjs/BottomInfoContainer/index.test/index.js +15 -0
  1048. package/cjs/BottomInfoContent/index.js +41 -0
  1049. package/cjs/BottomInfoContent/index.test/index.js +15 -0
  1050. package/cjs/Breadcrumbs/index.js +39 -0
  1051. package/cjs/Breadcrumbs/index.test/index.js +15 -0
  1052. package/cjs/BreadcrumbsList/index.js +38 -0
  1053. package/cjs/BreadcrumbsList/index.test/index.js +15 -0
  1054. package/cjs/BreadcrumbsListItem/index.js +43 -0
  1055. package/cjs/BreadcrumbsListItem/index.test/index.js +23 -0
  1056. package/cjs/Button/__snapshots__/index.test.tsx.snap +232 -0
  1057. package/cjs/Button/index.js +48 -0
  1058. package/cjs/Button/index.test/index.js +106 -0
  1059. package/cjs/ButtonGroup/index.js +38 -0
  1060. package/cjs/ButtonGroup/index.test/index.js +15 -0
  1061. package/cjs/ButtonLink/index.js +40 -0
  1062. package/cjs/ButtonLink/index.test/index.js +96 -0
  1063. package/cjs/CallToAction/__snapshots__/index.test.tsx.snap +52 -0
  1064. package/cjs/CallToAction/index.js +44 -0
  1065. package/cjs/CallToAction/index.test/index.js +15 -0
  1066. package/cjs/Card/index.js +46 -0
  1067. package/cjs/Card/index.test/index.js +101 -0
  1068. package/cjs/CardAction/index.js +40 -0
  1069. package/cjs/CardAction/index.test/index.js +15 -0
  1070. package/cjs/CardContent/index.js +39 -0
  1071. package/cjs/CardContent/index.test/index.js +15 -0
  1072. package/cjs/CardHeading/index.js +41 -0
  1073. package/cjs/CardHeading/index.test/index.js +15 -0
  1074. package/cjs/Checkbox/__snapshots__/index.test.tsx.snap +212 -0
  1075. package/cjs/Checkbox/index.js +42 -0
  1076. package/cjs/Checkbox/index.test/index.js +39 -0
  1077. package/cjs/CheckboxConditional/index.js +44 -0
  1078. package/cjs/CheckboxConditional/index.test/index.js +15 -0
  1079. package/cjs/CheckboxItem/index.js +56 -0
  1080. package/cjs/CheckboxItem/index.test/index.js +68 -0
  1081. package/cjs/Chip/index.js +54 -0
  1082. package/cjs/Chip/index.test/index.js +15 -0
  1083. package/cjs/ChipContainer/index.js +39 -0
  1084. package/cjs/ChipContainer/index.spec/index.js +15 -0
  1085. package/cjs/ChipHeading/index.js +36 -0
  1086. package/cjs/ChipHeading/index.test/index.js +15 -0
  1087. package/cjs/ChipKeyValue/index.js +39 -0
  1088. package/cjs/ChipKeyValue/index.test/index.js +15 -0
  1089. package/cjs/ChoiceDividerText/index.js +39 -0
  1090. package/cjs/ChoiceDividerText/index.test/index.js +15 -0
  1091. package/cjs/CircularProgress/index.js +55 -0
  1092. package/cjs/CircularProgress/index.test/index.js +57 -0
  1093. package/cjs/CloseButton/__snapshots__/index.test.tsx.snap +104 -0
  1094. package/cjs/CloseButton/index.js +43 -0
  1095. package/cjs/CloseButton/index.test/index.js +23 -0
  1096. package/cjs/Container/__snapshots__/index.test.tsx.snap +76 -0
  1097. package/cjs/Container/index.js +45 -0
  1098. package/cjs/Container/index.test/index.js +32 -0
  1099. package/cjs/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +84 -0
  1100. package/cjs/CopyToClipboardContainer/index.js +46 -0
  1101. package/cjs/CopyToClipboardContainer/index.spec/index.js +40 -0
  1102. package/cjs/CopyToClipboardMessage/index.js +40 -0
  1103. package/cjs/CopyToClipboardMessage/index.test/index.js +51 -0
  1104. package/cjs/CopyrightContainer/index.js +39 -0
  1105. package/cjs/CopyrightContainer/index.test/index.js +15 -0
  1106. package/cjs/DateInputContainer/__snapshots__/index.test.tsx.snap +33 -0
  1107. package/cjs/DateInputContainer/index.js +42 -0
  1108. package/cjs/DateInputContainer/index.test/index.js +23 -0
  1109. package/cjs/DateInputItem/index.js +52 -0
  1110. package/cjs/DateInputItem/index.test/index.js +32 -0
  1111. package/cjs/Details/index.js +39 -0
  1112. package/cjs/Details/index.test/index.js +15 -0
  1113. package/cjs/DetailsContent/index.js +39 -0
  1114. package/cjs/DetailsContent/index.test/index.js +15 -0
  1115. package/cjs/DetailsSummary/index.js +39 -0
  1116. package/cjs/DetailsSummary/index.test/index.js +15 -0
  1117. package/cjs/Drawer/index.js +45 -0
  1118. package/cjs/Drawer/index.test/index.js +28 -0
  1119. package/cjs/DrawerHeading/index.js +49 -0
  1120. package/cjs/DrawerHeading/index.test/index.js +15 -0
  1121. package/cjs/DropdownBase/__snapshots__/index.test.tsx.snap +226 -0
  1122. package/cjs/DropdownBase/index.js +44 -0
  1123. package/cjs/DropdownBase/index.test/index.js +110 -0
  1124. package/cjs/DropdownButton/__snapshots__/index.test.tsx.snap +643 -0
  1125. package/cjs/DropdownButton/index.js +54 -0
  1126. package/cjs/DropdownButton/index.test/index.js +203 -0
  1127. package/cjs/DropdownContent/index.js +40 -0
  1128. package/cjs/DropdownContent/index.test/index.js +15 -0
  1129. package/cjs/ErrorMessage/index.js +40 -0
  1130. package/cjs/ErrorMessage/index.test/index.js +15 -0
  1131. package/cjs/ErrorSummary/__snapshots__/index.test.tsx.snap +76 -0
  1132. package/cjs/ErrorSummary/index.js +40 -0
  1133. package/cjs/ErrorSummary/index.test/index.js +23 -0
  1134. package/cjs/FieldContainer/index.js +48 -0
  1135. package/cjs/FieldContainer/index.test/index.js +31 -0
  1136. package/cjs/Fieldset/index.js +39 -0
  1137. package/cjs/Fieldset/index.test/index.js +15 -0
  1138. package/cjs/FieldsetLegend/index.js +45 -0
  1139. package/cjs/FieldsetLegend/index.test/index.js +91 -0
  1140. package/cjs/FileUpload/index.js +51 -0
  1141. package/cjs/FileUpload/index.test/index.js +23 -0
  1142. package/cjs/FileUploadContainer/index.js +41 -0
  1143. package/cjs/FileUploadContainer/index.test/index.js +23 -0
  1144. package/cjs/FillableText/index.js +39 -0
  1145. package/cjs/FillableText/index.test/index.js +15 -0
  1146. package/cjs/FilterContainer/index.js +46 -0
  1147. package/cjs/FilterContainer/index.test/index.js +15 -0
  1148. package/cjs/FilterContent/index.js +38 -0
  1149. package/cjs/FilterContent/index.test/index.js +15 -0
  1150. package/cjs/FilterHeadingContainer/index.js +41 -0
  1151. package/cjs/FilterHeadingContainer/index.test/index.js +15 -0
  1152. package/cjs/FilterOptionsSection/index.js +39 -0
  1153. package/cjs/FilterOptionsSection/index.spec/index.js +15 -0
  1154. package/cjs/FilterSelectedHeading/index.js +38 -0
  1155. package/cjs/FilterSelectedHeading/index.spec/index.js +15 -0
  1156. package/cjs/FilterSelectedSection/index.js +38 -0
  1157. package/cjs/FilterSelectedSection/index.test/index.js +15 -0
  1158. package/cjs/Footer/index.js +38 -0
  1159. package/cjs/Footer/index.test/index.js +15 -0
  1160. package/cjs/FooterContainer/index.js +34 -0
  1161. package/cjs/FooterContainer/index.test/index.js +15 -0
  1162. package/cjs/FooterContent/index.js +39 -0
  1163. package/cjs/FooterContent/index.test/index.js +15 -0
  1164. package/cjs/FooterContentLogos/index.js +40 -0
  1165. package/cjs/FooterContentLogos/index.test/index.js +15 -0
  1166. package/cjs/FooterHeading/index.js +43 -0
  1167. package/cjs/FooterHeading/index.test/index.js +31 -0
  1168. package/cjs/FooterImage/index.js +44 -0
  1169. package/cjs/FooterImage/index.test/index.js +15 -0
  1170. package/cjs/FooterInfo/index.js +40 -0
  1171. package/cjs/FooterInfo/index.test/index.js +15 -0
  1172. package/cjs/FooterInfoSection/index.js +39 -0
  1173. package/cjs/FooterInfoSection/index.test/index.js +31 -0
  1174. package/cjs/FooterLink/index.js +38 -0
  1175. package/cjs/FooterLink/index.test/index.js +23 -0
  1176. package/cjs/FooterList/index.js +42 -0
  1177. package/cjs/FooterList/index.test/index.js +23 -0
  1178. package/cjs/FooterListItem/index.js +39 -0
  1179. package/cjs/FooterListItem/index.test/index.js +15 -0
  1180. package/cjs/FooterNavigation/index.js +40 -0
  1181. package/cjs/FooterNavigation/index.test/index.js +15 -0
  1182. package/cjs/FooterNavigationSection/index.js +40 -0
  1183. package/cjs/FooterNavigationSection/index.test/index.js +17 -0
  1184. package/cjs/Form/index.js +41 -0
  1185. package/cjs/Form/index.test/index.js +23 -0
  1186. package/cjs/FullPageBackground/index.js +39 -0
  1187. package/cjs/FullPageBackground/index.test/index.js +15 -0
  1188. package/cjs/GovGRLogo/index.js +52 -0
  1189. package/cjs/GovGRLogo/index.test/index.js +15 -0
  1190. package/cjs/Grid/index.js +50 -0
  1191. package/cjs/Grid/index.test/index.js +71 -0
  1192. package/cjs/Header/index.js +40 -0
  1193. package/cjs/Header/index.test/index.js +15 -0
  1194. package/cjs/HeaderContent/index.js +38 -0
  1195. package/cjs/HeaderContent/index.test/index.js +15 -0
  1196. package/cjs/HeaderLogo/index.js +45 -0
  1197. package/cjs/HeaderLogo/index.test/index.js +15 -0
  1198. package/cjs/HeaderNavMenuContent/index.js +40 -0
  1199. package/cjs/HeaderNavMenuContent/index.test/index.js +15 -0
  1200. package/cjs/HeaderSecondaryLogo/index.js +45 -0
  1201. package/cjs/HeaderSecondaryLogo/index.test/index.js +28 -0
  1202. package/cjs/HeaderSection/index.js +38 -0
  1203. package/cjs/HeaderSection/index.test/index.js +15 -0
  1204. package/cjs/HeaderTitle/index.js +41 -0
  1205. package/cjs/HeaderTitle/index.test/index.js +23 -0
  1206. package/cjs/Heading/index.js +67 -0
  1207. package/cjs/Heading/index.test/index.js +172 -0
  1208. package/cjs/HeadingCaption/index.js +41 -0
  1209. package/cjs/HeadingCaption/index.test/index.js +39 -0
  1210. package/cjs/HellenicRepublicLogo/index.js +60 -0
  1211. package/cjs/HellenicRepublicLogo/index.test/index.js +15 -0
  1212. package/cjs/Hidden/index.js +46 -0
  1213. package/cjs/Hidden/index.test/index.js +49 -0
  1214. package/cjs/Hint/index.js +41 -0
  1215. package/cjs/Hint/index.test/index.js +39 -0
  1216. package/cjs/ImageLogo/__snapshots__/index.test.tsx.snap +38 -0
  1217. package/cjs/ImageLogo/index.js +45 -0
  1218. package/cjs/ImageLogo/index.test/index.js +26 -0
  1219. package/cjs/ImageLogoSet/index.js +45 -0
  1220. package/cjs/ImageLogoSet/index.test/index.js +29 -0
  1221. package/cjs/KitchenSinkAllComponents/index.js +33 -0
  1222. package/cjs/KitchenSinkCard/index.js +34 -0
  1223. package/cjs/KitchenSinkCategory/index.js +33 -0
  1224. package/cjs/KitchenSinkContent/index.js +35 -0
  1225. package/cjs/KitchenSinkContentInfo/index.js +33 -0
  1226. package/cjs/KitchenSinkContentTags/index.js +33 -0
  1227. package/cjs/KitchenSinkHeading/index.js +32 -0
  1228. package/cjs/KitchenSinkLetterContent/index.js +33 -0
  1229. package/cjs/LabelContainer/index.js +38 -0
  1230. package/cjs/LabelContainer/index.test/index.js +15 -0
  1231. package/cjs/LabelTitle/index.js +44 -0
  1232. package/cjs/LabelTitle/index.test/index.js +91 -0
  1233. package/cjs/LabeledText/index.js +41 -0
  1234. package/cjs/LabeledText/index.test/index.js +31 -0
  1235. package/cjs/Layout/index.js +40 -0
  1236. package/cjs/Layout/index.test/index.js +15 -0
  1237. package/cjs/LinkBase/index.js +40 -0
  1238. package/cjs/LinkBase/index.test/index.js +31 -0
  1239. package/cjs/List/index.js +44 -0
  1240. package/cjs/List/index.test/index.js +67 -0
  1241. package/cjs/ListItem/index.js +38 -0
  1242. package/cjs/ListItem/index.test/index.js +15 -0
  1243. package/cjs/LoaderContainer/index.js +38 -0
  1244. package/cjs/LoaderContainer/index.test/index.js +15 -0
  1245. package/cjs/Main/index.js +44 -0
  1246. package/cjs/Main/index.test/index.js +15 -0
  1247. package/cjs/Masthead/index.js +40 -0
  1248. package/cjs/Masthead/index.test/index.js +15 -0
  1249. package/cjs/MastheadBody/index.js +38 -0
  1250. package/cjs/MastheadBody/index.test/index.js +15 -0
  1251. package/cjs/MastheadLogo/index.js +44 -0
  1252. package/cjs/MastheadLogo/index.test/index.js +15 -0
  1253. package/cjs/ModalAction/index.js +40 -0
  1254. package/cjs/ModalAction/index.test/index.js +15 -0
  1255. package/cjs/ModalContainer/index.js +47 -0
  1256. package/cjs/ModalContainer/index.test/index.js +15 -0
  1257. package/cjs/ModalContent/index.js +39 -0
  1258. package/cjs/ModalContent/index.test/index.js +15 -0
  1259. package/cjs/ModalHeading/index.js +37 -0
  1260. package/cjs/ModalHeading/index.test/index.js +15 -0
  1261. package/cjs/Nav/__snapshots__/index.test.tsx.snap +120 -0
  1262. package/cjs/Nav/index.js +56 -0
  1263. package/cjs/Nav/index.test/index.js +65 -0
  1264. package/cjs/NavList/index.js +44 -0
  1265. package/cjs/NavList/index.test/index.js +23 -0
  1266. package/cjs/NavListItemAction/index.js +44 -0
  1267. package/cjs/NavListItemAction/index.test/index.js +15 -0
  1268. package/cjs/NavListItemActionContainer/index.js +39 -0
  1269. package/cjs/NavListItemActionContainer/index.test/index.js +15 -0
  1270. package/cjs/NavListItemButton/__snapshots__/index.test.tsx.snap +179 -0
  1271. package/cjs/NavListItemButton/index.js +46 -0
  1272. package/cjs/NavListItemButton/index.test/index.js +31 -0
  1273. package/cjs/NavListItemLink/index.js +40 -0
  1274. package/cjs/NavListItemLink/index.test/index.js +49 -0
  1275. package/cjs/NavMenuContainer/__snapshots__/index.test.tsx.snap +155 -0
  1276. package/cjs/NavMenuContainer/index.js +50 -0
  1277. package/cjs/NavMenuContainer/index.test/index.js +39 -0
  1278. package/cjs/NavMenuContent/index.js +43 -0
  1279. package/cjs/NavMenuContent/index.test/index.js +15 -0
  1280. package/cjs/NavMenuContentListBase/index.js +39 -0
  1281. package/cjs/NavMenuContentListBase/index.test/index.js +15 -0
  1282. package/cjs/NavMenuContentListItem/index.js +39 -0
  1283. package/cjs/NavMenuContentListItem/index.test/index.js +15 -0
  1284. package/cjs/NavMenuTitle/index.js +48 -0
  1285. package/cjs/NavMenuTitle/index.test/index.js +15 -0
  1286. package/cjs/NormalText/index.js +45 -0
  1287. package/cjs/NormalText/index.test/index.js +355 -0
  1288. package/cjs/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +68 -0
  1289. package/cjs/NotificationBannerContainer/index.js +48 -0
  1290. package/cjs/NotificationBannerContainer/index.test/index.js +31 -0
  1291. package/cjs/NotificationBannerContent/index.js +41 -0
  1292. package/cjs/NotificationBannerContent/index.test/index.js +15 -0
  1293. package/cjs/NotificationBannerHeader/index.js +47 -0
  1294. package/cjs/NotificationBannerHeader/index.test/index.js +15 -0
  1295. package/cjs/NotificationBannerHeading/index.js +41 -0
  1296. package/cjs/NotificationBannerHeading/index.test/index.js +15 -0
  1297. package/cjs/NotificationBannerLink/index.js +39 -0
  1298. package/cjs/NotificationBannerLink/index.test/index.js +23 -0
  1299. package/cjs/PageTitleCaption/index.js +33 -0
  1300. package/cjs/PageTitleCaption/index.test/index.js +47 -0
  1301. package/cjs/PageTitleContainer/index.js +38 -0
  1302. package/cjs/PageTitleContainer/index.test/index.js +15 -0
  1303. package/cjs/PageTitleHeading/index.js +34 -0
  1304. package/cjs/PageTitleHeading/index.test/index.js +47 -0
  1305. package/cjs/Pagination/index.js +40 -0
  1306. package/cjs/Pagination/index.spec/index.js +23 -0
  1307. package/cjs/PaginationLabelContainer/index.js +38 -0
  1308. package/cjs/PaginationLabelContainer/index.spec/index.js +15 -0
  1309. package/cjs/PaginationList/index.js +38 -0
  1310. package/cjs/PaginationList/index.spec/index.js +23 -0
  1311. package/cjs/PaginationListItem/index.js +43 -0
  1312. package/cjs/PaginationListItem/index.spec/index.js +48 -0
  1313. package/cjs/Panel/index.js +40 -0
  1314. package/cjs/Panel/index.test/index.js +15 -0
  1315. package/cjs/PanelBody/index.js +38 -0
  1316. package/cjs/PanelBody/index.test/index.js +15 -0
  1317. package/cjs/PanelTitle/index.js +38 -0
  1318. package/cjs/PanelTitle/index.test/index.js +15 -0
  1319. package/cjs/Paragraph/index.js +34 -0
  1320. package/cjs/Paragraph/index.test/index.js +363 -0
  1321. package/cjs/PhaseBanner/index.js +43 -0
  1322. package/cjs/PhaseBanner/index.test/index.js +23 -0
  1323. package/cjs/PhaseBannerHeaderContainer/inde.test/index.js +15 -0
  1324. package/cjs/PhaseBannerHeaderContainer/index.js +35 -0
  1325. package/cjs/PhaseBannerTag/index.js +38 -0
  1326. package/cjs/PhaseBannerTag/index.test/index.js +15 -0
  1327. package/cjs/PhaseBannerText/index.js +40 -0
  1328. package/cjs/PhaseBannerText/index.test/index.js +15 -0
  1329. package/cjs/RadioConditional/index.js +44 -0
  1330. package/cjs/RadioConditional/index.test/index.js +15 -0
  1331. package/cjs/RadioContainer/__snapshots__/index.test.tsx.snap +50 -0
  1332. package/cjs/RadioContainer/index.js +41 -0
  1333. package/cjs/RadioContainer/index.test/index.js +31 -0
  1334. package/cjs/RadioItem/__snapshots__/index.test.tsx.snap +341 -0
  1335. package/cjs/RadioItem/index.js +56 -0
  1336. package/cjs/RadioItem/index.test/index.js +77 -0
  1337. package/cjs/ResultsActionBar/index.js +38 -0
  1338. package/cjs/ResultsActionBar/indext.test/index.js +15 -0
  1339. package/cjs/ResultsHeading/index.js +39 -0
  1340. package/cjs/ResultsHeading/index.test/index.js +15 -0
  1341. package/cjs/ResultsHeadingActions/index.js +46 -0
  1342. package/cjs/ResultsHeadingActions/index.test/index.js +15 -0
  1343. package/cjs/SearchButton/index.js +42 -0
  1344. package/cjs/SearchButton/index.test/index.js +15 -0
  1345. package/cjs/SearchContainer/index.js +38 -0
  1346. package/cjs/SearchContainer/index.test/index.js +15 -0
  1347. package/cjs/Section/index.js +39 -0
  1348. package/cjs/Section/index.test/index.js +15 -0
  1349. package/cjs/SectionBreak/index.js +41 -0
  1350. package/cjs/SectionBreak/index.test/index.js +55 -0
  1351. package/cjs/SelectContainer/__snapshots__/index.test.tsx.snap +74 -0
  1352. package/cjs/SelectContainer/index.js +40 -0
  1353. package/cjs/SelectContainer/index.test/index.js +40 -0
  1354. package/cjs/SelectOption/index.js +39 -0
  1355. package/cjs/SelectOption/index.test/index.js +23 -0
  1356. package/cjs/SingleCharacterInput/index.js +44 -0
  1357. package/cjs/SingleCharacterInput/index.test/index.js +59 -0
  1358. package/cjs/SingleCharacterInputs/index.js +40 -0
  1359. package/cjs/SingleCharacterInputs/index.test/index.js +15 -0
  1360. package/cjs/SkipLink/index.js +42 -0
  1361. package/cjs/SkipLink/index.test/index.js +15 -0
  1362. package/cjs/Stack/index.js +45 -0
  1363. package/cjs/Stack/index.test/index.js +254 -0
  1364. package/cjs/StepNav/__snapshots__/index.test.tsx.snap +33 -0
  1365. package/cjs/StepNav/index.js +40 -0
  1366. package/cjs/StepNav/index.test/index.js +23 -0
  1367. package/cjs/StepNavAccordion/index.js +41 -0
  1368. package/cjs/StepNavAccordion/index.test/index.js +15 -0
  1369. package/cjs/StepNavAccordionContent/index.js +39 -0
  1370. package/cjs/StepNavAccordionContent/index.test/index.js +15 -0
  1371. package/cjs/StepNavAccordionHeadingText/index.js +48 -0
  1372. package/cjs/StepNavAccordionHeadingText/index.test/index.js +31 -0
  1373. package/cjs/StepNavAccordionHeadingTitle/index.js +40 -0
  1374. package/cjs/StepNavAccordionHeadingTitle/index.test/index.js +15 -0
  1375. package/cjs/StepNavAccordionSummary/index.js +39 -0
  1376. package/cjs/StepNavAccordionSummary/index.test/index.js +15 -0
  1377. package/cjs/StepNavAccordionSummaryHeading/index.js +62 -0
  1378. package/cjs/StepNavAccordionSummaryHeading/index.test/index.js +49 -0
  1379. package/cjs/StepNavCircleNumber/index.js +44 -0
  1380. package/cjs/StepNavCircleNumber/index.test/index.js +23 -0
  1381. package/cjs/StepNavControls/index.js +39 -0
  1382. package/cjs/StepNavControls/index.test/index.js +15 -0
  1383. package/cjs/StepNavList/index.js +39 -0
  1384. package/cjs/StepNavList/index.test/index.js +15 -0
  1385. package/cjs/StepNavListItem/index.js +38 -0
  1386. package/cjs/StepNavListItem/index.test/index.js +15 -0
  1387. package/cjs/SummaryList/index.js +41 -0
  1388. package/cjs/SummaryList/index.test/index.js +15 -0
  1389. package/cjs/SummaryListItem/index.js +41 -0
  1390. package/cjs/SummaryListItem/index.test/index.js +15 -0
  1391. package/cjs/SummaryListItemAction/index.js +39 -0
  1392. package/cjs/SummaryListItemAction/index.test/index.js +15 -0
  1393. package/cjs/SummaryListItemKey/index.js +39 -0
  1394. package/cjs/SummaryListItemKey/index.test/index.js +15 -0
  1395. package/cjs/SummaryListItemValue/index.js +38 -0
  1396. package/cjs/SummaryListItemValue/index.test/index.js +15 -0
  1397. package/cjs/SvgIcon/index.js +44 -0
  1398. package/cjs/SvgIcon/index.test/index.js +137 -0
  1399. package/cjs/Table/index.js +46 -0
  1400. package/cjs/Table/index.test/index.js +47 -0
  1401. package/cjs/TableBody/index.js +40 -0
  1402. package/cjs/TableBody/index.test/index.js +15 -0
  1403. package/cjs/TableCaption/index.js +40 -0
  1404. package/cjs/TableCaption/index.test/index.js +47 -0
  1405. package/cjs/TableContainer/index.js +40 -0
  1406. package/cjs/TableContainer/index.test/index.js +23 -0
  1407. package/cjs/TableDataCell/index.js +40 -0
  1408. package/cjs/TableDataCell/index.test/index.js +23 -0
  1409. package/cjs/TableHead/index.js +38 -0
  1410. package/cjs/TableHead/index.test/index.js +15 -0
  1411. package/cjs/TableHeadCell/index.js +41 -0
  1412. package/cjs/TableHeadCell/index.test/index.js +125 -0
  1413. package/cjs/TableLoaderBackground/index.js +39 -0
  1414. package/cjs/TableLoaderBackground/index.test/index.js +15 -0
  1415. package/cjs/TableNoDataRow/index.js +42 -0
  1416. package/cjs/TableNoDataRow/index.test/index.js +15 -0
  1417. package/cjs/TableRow/index.js +41 -0
  1418. package/cjs/TableRow/index.test/index.js +31 -0
  1419. package/cjs/TableSortIconContainer/index.js +40 -0
  1420. package/cjs/TableSortIconContainer/index.test/index.js +15 -0
  1421. package/cjs/Tabs/__snapshots__/index.test.tsx.snap +33 -0
  1422. package/cjs/Tabs/index.js +41 -0
  1423. package/cjs/Tabs/index.test/index.js +23 -0
  1424. package/cjs/TabsHeading/index.js +42 -0
  1425. package/cjs/TabsHeading/index.test/index.js +31 -0
  1426. package/cjs/TabsList/index.js +40 -0
  1427. package/cjs/TabsList/index.test/index.js +15 -0
  1428. package/cjs/TabsListItemBase/__snapshots__/index.test.tsx.snap +133 -0
  1429. package/cjs/TabsListItemBase/index.js +45 -0
  1430. package/cjs/TabsListItemBase/index.test/index.js +49 -0
  1431. package/cjs/TabsPanelBase/__snapshots__/index.test.tsx.snap +83 -0
  1432. package/cjs/TabsPanelBase/index.js +42 -0
  1433. package/cjs/TabsPanelBase/index.test/index.js +39 -0
  1434. package/cjs/TaskList/__snapshots__/index.test.tsx.snap +33 -0
  1435. package/cjs/TaskList/index.js +40 -0
  1436. package/cjs/TaskList/index.test/index.js +23 -0
  1437. package/cjs/TaskListItem/index.js +38 -0
  1438. package/cjs/TaskListItem/index.test/index.js +15 -0
  1439. package/cjs/TaskListItemContent/index.js +39 -0
  1440. package/cjs/TaskListItemContent/index.test/index.js +15 -0
  1441. package/cjs/TaskListItemHeading/index.js +36 -0
  1442. package/cjs/TaskListItemHeading/index.test/index.js +31 -0
  1443. package/cjs/TaskListItemTag/index.js +39 -0
  1444. package/cjs/TaskListItemTag/index.test/index.js +39 -0
  1445. package/cjs/TextArea/__snapshots__/index.test.tsx.snap +132 -0
  1446. package/cjs/TextArea/index.js +46 -0
  1447. package/cjs/TextArea/index.test/index.js +63 -0
  1448. package/cjs/TextInput/__snapshots__/index.test.tsx.snap +777 -0
  1449. package/cjs/TextInput/index.js +46 -0
  1450. package/cjs/TextInput/index.test/index.js +389 -0
  1451. package/cjs/Timeline/index.js +40 -0
  1452. package/cjs/Timeline/index.test/index.js +23 -0
  1453. package/cjs/TimelineActions/index.js +40 -0
  1454. package/cjs/TimelineActions/index.test/index.js +15 -0
  1455. package/cjs/TimelineContent/index.js +39 -0
  1456. package/cjs/TimelineContent/index.test/index.js +15 -0
  1457. package/cjs/TimelineHeading/index.js +60 -0
  1458. package/cjs/TimelineHeading/index.test/index.js +31 -0
  1459. package/cjs/TimelineItem/index.js +38 -0
  1460. package/cjs/TimelineItem/index.test/index.js +15 -0
  1461. package/cjs/Top/index.js +38 -0
  1462. package/cjs/Top/index.test/index.js +15 -0
  1463. package/cjs/Typography/index.js +42 -0
  1464. package/cjs/Typography/index.test/index.js +99 -0
  1465. package/cjs/Unpurge/index.js +19 -0
  1466. package/cjs/VisuallyHidden/index.js +39 -0
  1467. package/cjs/VisuallyHidden/index.test/index.js +15 -0
  1468. package/cjs/WarningText/__snapshots__/index.test.tsx.snap +92 -0
  1469. package/cjs/WarningText/index.js +49 -0
  1470. package/cjs/WarningText/index.test/index.js +31 -0
  1471. package/cjs/index.js +2735 -0
  1472. package/cjs/registry/index.js +754 -0
  1473. package/index.d.ts +2 -11
  1474. package/index.js +217 -2852
  1475. package/package.json +5 -5
  1476. package/registry/index.js +500 -0
  1477. package/registry/package.json +6 -0
  1478. package/registry.d.ts +5 -12
  1479. package/src/AccordionSectionSummary/index.tsx +1 -1
  1480. package/src/Aside/index.tsx +22 -2
  1481. package/src/BackToTopContainer/index.tsx +43 -0
  1482. package/src/BackToTopLimit/index.tsx +26 -0
  1483. package/src/BackToTopLink/index.tsx +33 -0
  1484. package/src/BottomInfo/__snapshots__/index.test.tsx.snap +7 -2
  1485. package/src/BottomInfoContainer/__snapshots__/index.test.tsx.snap +7 -2
  1486. package/src/Button/__snapshots__/index.test.tsx.snap +18 -0
  1487. package/src/Button/index.test.tsx +3 -0
  1488. package/src/Button/index.tsx +9 -0
  1489. package/src/CallToAction/__snapshots__/index.test.tsx.snap +2 -2
  1490. package/src/CallToAction/index.tsx +3 -3
  1491. package/src/Checkbox/__snapshots__/index.test.tsx.snap +76 -0
  1492. package/src/Checkbox/index.test.tsx +10 -0
  1493. package/src/Checkbox/index.tsx +9 -1
  1494. package/src/CloseButton/__snapshots__/index.test.tsx.snap +53 -0
  1495. package/src/CloseButton/index.test.tsx +3 -0
  1496. package/src/CloseButton/index.tsx +10 -3
  1497. package/src/Container/__snapshots__/index.test.tsx.snap +14 -4
  1498. package/src/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +21 -0
  1499. package/src/CopyToClipboardContainer/index.spec.tsx +8 -2
  1500. package/src/CopyToClipboardContainer/index.tsx +10 -1
  1501. package/src/DateInputContainer/__snapshots__/index.test.tsx.snap +17 -0
  1502. package/src/DateInputContainer/index.test.tsx +5 -0
  1503. package/src/DateInputContainer/index.tsx +11 -2
  1504. package/src/Drawer/index.tsx +13 -3
  1505. package/src/DropdownBase/__snapshots__/index.test.tsx.snap +20 -0
  1506. package/src/DropdownBase/index.test.tsx +10 -0
  1507. package/src/DropdownBase/index.tsx +9 -1
  1508. package/src/DropdownButton/__snapshots__/index.test.tsx.snap +24 -24
  1509. package/src/DropdownButton/index.tsx +3 -3
  1510. package/src/ErrorSummary/__snapshots__/index.test.tsx.snap +39 -0
  1511. package/src/ErrorSummary/index.test.tsx +4 -0
  1512. package/src/ErrorSummary/index.tsx +12 -5
  1513. package/src/Heading/index.tsx +7 -2
  1514. package/src/Hint/index.tsx +9 -3
  1515. package/src/ImageLogo/__snapshots__/index.test.tsx.snap +5 -3
  1516. package/src/ModalContainer/index.tsx +11 -2
  1517. package/src/Nav/__snapshots__/index.test.tsx.snap +91 -4
  1518. package/src/Nav/index.test.tsx +15 -0
  1519. package/src/Nav/index.tsx +53 -20
  1520. package/src/NavListItemButton/__snapshots__/index.test.tsx.snap +6 -6
  1521. package/src/NavListItemButton/index.tsx +2 -2
  1522. package/src/NavMenuContainer/__snapshots__/index.test.tsx.snap +117 -0
  1523. package/src/NavMenuContainer/index.test.tsx +9 -0
  1524. package/src/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +23 -0
  1525. package/src/NotificationBannerContainer/index.test.tsx +7 -0
  1526. package/src/NotificationBannerContainer/index.tsx +9 -1
  1527. package/src/RadioContainer/__snapshots__/index.test.tsx.snap +17 -0
  1528. package/src/RadioContainer/index.test.tsx +3 -0
  1529. package/src/RadioContainer/index.tsx +9 -1
  1530. package/src/RadioItem/__snapshots__/index.test.tsx.snap +2 -2
  1531. package/src/SelectContainer/__snapshots__/index.test.tsx.snap +17 -0
  1532. package/src/SelectContainer/index.test.tsx +5 -0
  1533. package/src/SelectContainer/index.tsx +11 -2
  1534. package/src/StepNav/__snapshots__/index.test.tsx.snap +2 -2
  1535. package/src/Tabs/__snapshots__/index.test.tsx.snap +17 -0
  1536. package/src/Tabs/index.test.tsx +3 -0
  1537. package/src/Tabs/index.tsx +13 -2
  1538. package/src/TabsListItemBase/__snapshots__/index.test.tsx.snap +133 -0
  1539. package/src/TabsListItemBase/index.test.tsx +38 -0
  1540. package/src/TabsListItemBase/index.tsx +46 -0
  1541. package/src/TabsPanelBase/__snapshots__/index.test.tsx.snap +83 -0
  1542. package/src/TabsPanelBase/index.test.tsx +20 -0
  1543. package/src/TabsPanelBase/index.tsx +39 -0
  1544. package/src/TaskList/__snapshots__/index.test.tsx.snap +2 -2
  1545. package/src/TextArea/__snapshots__/index.test.tsx.snap +19 -0
  1546. package/src/TextArea/index.test.tsx +3 -0
  1547. package/src/TextArea/index.tsx +11 -2
  1548. package/src/TextInput/__snapshots__/index.test.tsx.snap +17 -0
  1549. package/src/TextInput/index.test.tsx +3 -0
  1550. package/src/TextInput/index.tsx +9 -0
  1551. package/src/Unpurge/index.tsx +1 -0
  1552. package/src/WarningText/__snapshots__/index.test.tsx.snap +31 -0
  1553. package/src/WarningText/index.test.tsx +3 -0
  1554. package/src/WarningText/index.tsx +9 -1
  1555. package/src/index.ts +2 -11
  1556. package/src/registry.js +10 -24
  1557. package/AccessibilityMenu/index.d.ts +0 -17
  1558. package/AccessibilityMenu/index.js +0 -42
  1559. package/AccessibilityMenuBody/index.d.ts +0 -11
  1560. package/AccessibilityMenuBody/index.js +0 -40
  1561. package/AccessibilityMenuButton/index.d.ts +0 -11
  1562. package/AccessibilityMenuButton/index.js +0 -47
  1563. package/AccessibilityMenuContent/index.d.ts +0 -11
  1564. package/AccessibilityMenuContent/index.js +0 -40
  1565. package/AccessibilityMenuHeader/index.d.ts +0 -10
  1566. package/AccessibilityMenuHeader/index.js +0 -39
  1567. package/AccessibilityMenuHeaderButton/index.d.ts +0 -10
  1568. package/AccessibilityMenuHeaderButton/index.js +0 -38
  1569. package/AccessibilityMenuList/index.d.ts +0 -11
  1570. package/AccessibilityMenuList/index.js +0 -40
  1571. package/AccessibilityMenuListItem/index.d.ts +0 -11
  1572. package/AccessibilityMenuListItem/index.js +0 -40
  1573. package/AccessibilityMenuOptionButton/index.d.ts +0 -17
  1574. package/AccessibilityMenuOptionButton/index.js +0 -42
  1575. package/AccessibilityMenuSteps/index.d.ts +0 -24
  1576. package/AccessibilityMenuSteps/index.js +0 -55
  1577. package/Accordion/index.test.js +0 -15
  1578. package/AccordionControls/index.test.js +0 -15
  1579. package/AccordionSection/index.test.js +0 -31
  1580. package/AccordionSectionContent/index.test.js +0 -15
  1581. package/AccordionSectionSummary/index.test.js +0 -15
  1582. package/AccordionSectionSummaryHeading/index.test.js +0 -15
  1583. package/AdminAside/index.test.js +0 -15
  1584. package/AdminContainer/index.test.js +0 -15
  1585. package/AdminHeader/index.test.js +0 -15
  1586. package/AdminHeaderContent/index.spec.js +0 -15
  1587. package/AdminLayout/index.test.js +0 -15
  1588. package/AdminMain/index.test.js +0 -15
  1589. package/AdminTopSection/index.test.js +0 -15
  1590. package/Aside/index.test.js +0 -15
  1591. package/AutoCompleteAssistiveHint/index.test.js +0 -15
  1592. package/AutoCompleteInput/index.test.js +0 -50
  1593. package/AutoCompleteInputTypeahead/index.test.js +0 -15
  1594. package/AutoCompleteResultList/index.test.js +0 -41
  1595. package/AutoCompleteResultListItem/index.test.js +0 -42
  1596. package/AutoCompleteStatus/index.test.js +0 -15
  1597. package/AutoCompleteStatusWrapper/index.test.js +0 -15
  1598. package/AutoCompleteWrapper/index.test.js +0 -15
  1599. package/BackLink/index.test.js +0 -23
  1600. package/BannerContainer/index.test.js +0 -15
  1601. package/Blockquote/index.test.js +0 -23
  1602. package/Bottom/index.test.js +0 -15
  1603. package/BottomInfo/index.test.js +0 -15
  1604. package/BottomInfoContainer/index.test.js +0 -15
  1605. package/BottomInfoContent/index.test.js +0 -15
  1606. package/Breadcrumbs/index.test.js +0 -15
  1607. package/BreadcrumbsList/index.test.js +0 -15
  1608. package/BreadcrumbsListItem/index.test.js +0 -23
  1609. package/Button/index.test.js +0 -98
  1610. package/ButtonGroup/index.test.js +0 -15
  1611. package/ButtonLink/index.test.js +0 -96
  1612. package/CallToAction/index.test.js +0 -15
  1613. package/Card/index.test.js +0 -101
  1614. package/CardAction/index.test.js +0 -15
  1615. package/CardContent/index.test.js +0 -15
  1616. package/CardHeading/index.test.js +0 -15
  1617. package/Checkbox/index.test.js +0 -31
  1618. package/CheckboxConditional/index.test.js +0 -15
  1619. package/CheckboxItem/index.test.js +0 -68
  1620. package/Chip/index.test.js +0 -15
  1621. package/ChipContainer/index.spec.js +0 -15
  1622. package/ChipHeading/index.test.js +0 -15
  1623. package/ChipKeyValue/index.test.js +0 -15
  1624. package/ChoiceDividerText/index.test.js +0 -15
  1625. package/CircularProgress/index.test.js +0 -57
  1626. package/CloseButton/index.test.js +0 -15
  1627. package/Container/index.test.js +0 -32
  1628. package/CopyToClipboardContainer/index.spec.js +0 -32
  1629. package/CopyToClipboardMessage/index.test.js +0 -51
  1630. package/CopyrightContainer/index.test.js +0 -15
  1631. package/DateInputContainer/index.test.js +0 -15
  1632. package/DateInputItem/index.test.js +0 -32
  1633. package/Details/index.test.js +0 -15
  1634. package/DetailsContent/index.test.js +0 -15
  1635. package/DetailsSummary/index.test.js +0 -15
  1636. package/Drawer/index.test.js +0 -28
  1637. package/DrawerHeading/index.test.js +0 -15
  1638. package/DropdownBase/index.test.js +0 -101
  1639. package/DropdownButton/index.test.js +0 -203
  1640. package/DropdownContent/index.test.js +0 -15
  1641. package/ErrorMessage/index.test.js +0 -15
  1642. package/ErrorSummary/index.test.js +0 -15
  1643. package/FieldContainer/index.test.js +0 -31
  1644. package/Fieldset/index.test.js +0 -15
  1645. package/FieldsetLegend/index.test.js +0 -91
  1646. package/FileUpload/index.test.js +0 -23
  1647. package/FileUploadContainer/index.test.js +0 -23
  1648. package/FillableText/index.test.js +0 -15
  1649. package/FilterContainer/index.test.js +0 -15
  1650. package/FilterContent/index.test.js +0 -15
  1651. package/FilterHeadingContainer/index.test.js +0 -15
  1652. package/FilterOptionsSection/index.spec.js +0 -15
  1653. package/FilterSelectedHeading/index.spec.js +0 -15
  1654. package/FilterSelectedSection/index.test.js +0 -15
  1655. package/Footer/index.test.js +0 -15
  1656. package/FooterContainer/index.test.js +0 -15
  1657. package/FooterContent/index.test.js +0 -15
  1658. package/FooterContentLogos/index.test.js +0 -15
  1659. package/FooterHeading/index.test.js +0 -31
  1660. package/FooterImage/index.test.js +0 -15
  1661. package/FooterInfo/index.test.js +0 -15
  1662. package/FooterInfoSection/index.test.js +0 -31
  1663. package/FooterLink/index.test.js +0 -23
  1664. package/FooterList/index.test.js +0 -23
  1665. package/FooterListItem/index.test.js +0 -15
  1666. package/FooterNavigation/index.test.js +0 -15
  1667. package/FooterNavigationSection/index.test.js +0 -17
  1668. package/Form/index.test.js +0 -23
  1669. package/FullPageBackground/index.test.js +0 -15
  1670. package/GovGRLogo/index.test.js +0 -15
  1671. package/Grid/index.test.js +0 -71
  1672. package/Header/index.test.js +0 -15
  1673. package/HeaderContent/index.test.js +0 -15
  1674. package/HeaderLogo/index.test.js +0 -15
  1675. package/HeaderNavMenuContent/index.test.js +0 -15
  1676. package/HeaderSecondaryLogo/index.test.js +0 -28
  1677. package/HeaderSection/index.test.js +0 -15
  1678. package/HeaderTitle/index.test.js +0 -23
  1679. package/Heading/index.test.js +0 -172
  1680. package/HeadingCaption/index.test.js +0 -39
  1681. package/HellenicRepublicLogo/index.test.js +0 -15
  1682. package/Hidden/index.test.js +0 -49
  1683. package/Hint/index.test.js +0 -39
  1684. package/ImageLogo/index.test.js +0 -26
  1685. package/ImageLogoSet/index.test.js +0 -29
  1686. package/LabelContainer/index.test.js +0 -15
  1687. package/LabelTitle/index.test.js +0 -91
  1688. package/LabeledText/index.test.js +0 -31
  1689. package/Layout/index.test.js +0 -15
  1690. package/LinkBase/index.test.js +0 -31
  1691. package/List/index.test.js +0 -67
  1692. package/ListItem/index.test.js +0 -15
  1693. package/LoaderContainer/index.test.js +0 -15
  1694. package/Main/index.test.js +0 -15
  1695. package/Masthead/index.test.js +0 -15
  1696. package/MastheadBody/index.test.js +0 -15
  1697. package/MastheadLogo/index.test.js +0 -15
  1698. package/ModalAction/index.test.js +0 -15
  1699. package/ModalContainer/index.test.js +0 -15
  1700. package/ModalContent/index.test.js +0 -15
  1701. package/ModalHeading/index.test.js +0 -15
  1702. package/Nav/index.test.js +0 -23
  1703. package/NavList/index.test.js +0 -23
  1704. package/NavListItemAction/index.test.js +0 -15
  1705. package/NavListItemActionContainer/index.test.js +0 -15
  1706. package/NavListItemButton/index.test.js +0 -31
  1707. package/NavListItemLink/index.test.js +0 -49
  1708. package/NavMenuContainer/index.test.js +0 -15
  1709. package/NavMenuContent/index.test.js +0 -15
  1710. package/NavMenuContentListBase/index.test.js +0 -15
  1711. package/NavMenuContentListItem/index.test.js +0 -15
  1712. package/NavMenuTitle/index.test.js +0 -15
  1713. package/NormalText/index.test.js +0 -355
  1714. package/NotificationBannerContainer/index.test.js +0 -23
  1715. package/NotificationBannerContent/index.test.js +0 -15
  1716. package/NotificationBannerHeader/index.test.js +0 -15
  1717. package/NotificationBannerHeading/index.test.js +0 -15
  1718. package/NotificationBannerLink/index.test.js +0 -23
  1719. package/PageTitleCaption/index.test.js +0 -47
  1720. package/PageTitleContainer/index.test.js +0 -15
  1721. package/PageTitleHeading/index.test.js +0 -47
  1722. package/Pagination/index.spec.js +0 -23
  1723. package/PaginationLabelContainer/index.spec.js +0 -15
  1724. package/PaginationList/index.spec.js +0 -23
  1725. package/PaginationListItem/index.spec.js +0 -48
  1726. package/Panel/index.test.js +0 -15
  1727. package/PanelBody/index.test.js +0 -15
  1728. package/PanelTitle/index.test.js +0 -15
  1729. package/Paragraph/index.test.js +0 -363
  1730. package/PhaseBanner/index.test.js +0 -23
  1731. package/PhaseBannerHeaderContainer/inde.test.js +0 -15
  1732. package/PhaseBannerTag/index.test.js +0 -15
  1733. package/PhaseBannerText/index.test.js +0 -15
  1734. package/RadioConditional/index.test.js +0 -15
  1735. package/RadioContainer/index.test.js +0 -23
  1736. package/RadioItem/index.test.js +0 -77
  1737. package/ResultsActionBar/indext.test.js +0 -15
  1738. package/ResultsHeading/index.test.js +0 -15
  1739. package/ResultsHeadingActions/index.test.js +0 -15
  1740. package/SearchButton/index.test.js +0 -15
  1741. package/SearchContainer/index.test.js +0 -15
  1742. package/Section/index.test.js +0 -15
  1743. package/SectionBreak/index.test.js +0 -55
  1744. package/SelectContainer/index.test.js +0 -32
  1745. package/SelectOption/index.test.js +0 -23
  1746. package/SingleCharacterInput/index.test.js +0 -59
  1747. package/SingleCharacterInputs/index.test.js +0 -15
  1748. package/SkipLink/index.test.js +0 -15
  1749. package/Stack/index.test.js +0 -254
  1750. package/StepNav/index.test.js +0 -23
  1751. package/StepNavAccordion/index.test.js +0 -15
  1752. package/StepNavAccordionContent/index.test.js +0 -15
  1753. package/StepNavAccordionHeadingText/index.test.js +0 -31
  1754. package/StepNavAccordionHeadingTitle/index.test.js +0 -15
  1755. package/StepNavAccordionSummary/index.test.js +0 -15
  1756. package/StepNavAccordionSummaryHeading/index.test.js +0 -49
  1757. package/StepNavCircleNumber/index.test.js +0 -23
  1758. package/StepNavControls/index.test.js +0 -15
  1759. package/StepNavList/index.test.js +0 -15
  1760. package/StepNavListItem/index.test.js +0 -15
  1761. package/SummaryList/index.test.js +0 -15
  1762. package/SummaryListItem/index.test.js +0 -15
  1763. package/SummaryListItemAction/index.test.js +0 -15
  1764. package/SummaryListItemKey/index.test.js +0 -15
  1765. package/SummaryListItemValue/index.test.js +0 -15
  1766. package/SvgIcon/index.test.js +0 -137
  1767. package/Table/index.test.js +0 -47
  1768. package/TableBody/index.test.js +0 -15
  1769. package/TableCaption/index.test.js +0 -47
  1770. package/TableContainer/index.test.js +0 -23
  1771. package/TableDataCell/index.test.js +0 -23
  1772. package/TableHead/index.test.js +0 -15
  1773. package/TableHeadCell/index.test.js +0 -125
  1774. package/TableLoaderBackground/index.test.js +0 -15
  1775. package/TableNoDataRow/index.test.js +0 -15
  1776. package/TableRow/index.test.js +0 -31
  1777. package/TableSortIconContainer/index.test.js +0 -15
  1778. package/Tabs/index.test.js +0 -15
  1779. package/TabsHeading/index.test.js +0 -31
  1780. package/TabsList/index.test.js +0 -15
  1781. package/TabsListItem/__snapshots__/index.test.tsx.snap +0 -133
  1782. package/TabsListItem/index.d.ts +0 -17
  1783. package/TabsListItem/index.js +0 -45
  1784. package/TabsListItem/index.test.js +0 -49
  1785. package/TabsPanel/__snapshots__/index.test.tsx.snap +0 -83
  1786. package/TabsPanel/index.d.ts +0 -18
  1787. package/TabsPanel/index.js +0 -42
  1788. package/TabsPanel/index.test.js +0 -39
  1789. package/TaskList/index.test.js +0 -23
  1790. package/TaskListItem/index.test.js +0 -15
  1791. package/TaskListItemContent/index.test.js +0 -15
  1792. package/TaskListItemHeading/index.test.js +0 -31
  1793. package/TaskListItemTag/index.test.js +0 -39
  1794. package/TextArea/index.test.js +0 -55
  1795. package/TextInput/index.test.js +0 -381
  1796. package/Timeline/index.test.js +0 -23
  1797. package/TimelineActions/index.test.js +0 -15
  1798. package/TimelineContent/index.test.js +0 -15
  1799. package/TimelineHeading/index.test.js +0 -31
  1800. package/TimelineItem/index.test.js +0 -15
  1801. package/Top/index.test.js +0 -15
  1802. package/Typography/index.test.js +0 -99
  1803. package/VisuallyHidden/index.test.js +0 -15
  1804. package/WarningText/index.test.js +0 -23
  1805. package/es/AccessibilityMenu/index.js +0 -26
  1806. package/es/AccessibilityMenuBody/index.js +0 -24
  1807. package/es/AccessibilityMenuButton/index.js +0 -30
  1808. package/es/AccessibilityMenuContent/index.js +0 -24
  1809. package/es/AccessibilityMenuHeader/index.js +0 -23
  1810. package/es/AccessibilityMenuHeaderButton/index.js +0 -22
  1811. package/es/AccessibilityMenuList/index.js +0 -24
  1812. package/es/AccessibilityMenuListItem/index.js +0 -24
  1813. package/es/AccessibilityMenuOptionButton/index.js +0 -26
  1814. package/es/AccessibilityMenuSteps/index.js +0 -39
  1815. package/es/Accordion/index.js +0 -28
  1816. package/es/Accordion/index.test.js +0 -9
  1817. package/es/AccordionControls/index.js +0 -22
  1818. package/es/AccordionControls/index.test.js +0 -9
  1819. package/es/AccordionSection/index.js +0 -24
  1820. package/es/AccordionSection/index.test.js +0 -25
  1821. package/es/AccordionSectionContent/index.js +0 -23
  1822. package/es/AccordionSectionContent/index.test.js +0 -9
  1823. package/es/AccordionSectionSummary/index.js +0 -24
  1824. package/es/AccordionSectionSummary/index.test.js +0 -9
  1825. package/es/AccordionSectionSummaryHeading/index.js +0 -26
  1826. package/es/AccordionSectionSummaryHeading/index.test.js +0 -9
  1827. package/es/AdminAside/index.js +0 -23
  1828. package/es/AdminAside/index.test.js +0 -9
  1829. package/es/AdminContainer/index.js +0 -26
  1830. package/es/AdminContainer/index.test.js +0 -9
  1831. package/es/AdminHeader/index.js +0 -25
  1832. package/es/AdminHeader/index.test.js +0 -9
  1833. package/es/AdminHeaderContent/index.js +0 -22
  1834. package/es/AdminHeaderContent/index.spec.js +0 -9
  1835. package/es/AdminLayout/index.js +0 -23
  1836. package/es/AdminLayout/index.test.js +0 -9
  1837. package/es/AdminMain/index.js +0 -23
  1838. package/es/AdminMain/index.test.js +0 -9
  1839. package/es/AdminTopSection/index.js +0 -26
  1840. package/es/AdminTopSection/index.test.js +0 -9
  1841. package/es/Aside/index.js +0 -27
  1842. package/es/Aside/index.test.js +0 -9
  1843. package/es/AutoCompleteAssistiveHint/index.js +0 -24
  1844. package/es/AutoCompleteAssistiveHint/index.test.js +0 -9
  1845. package/es/AutoCompleteInput/index.js +0 -28
  1846. package/es/AutoCompleteInput/index.test.js +0 -44
  1847. package/es/AutoCompleteInputTypeahead/index.js +0 -26
  1848. package/es/AutoCompleteInputTypeahead/index.test.js +0 -9
  1849. package/es/AutoCompleteResultList/index.js +0 -26
  1850. package/es/AutoCompleteResultList/index.test.js +0 -35
  1851. package/es/AutoCompleteResultListItem/index.js +0 -30
  1852. package/es/AutoCompleteResultListItem/index.test.js +0 -36
  1853. package/es/AutoCompleteStatus/index.js +0 -26
  1854. package/es/AutoCompleteStatus/index.test.js +0 -9
  1855. package/es/AutoCompleteStatusWrapper/index.js +0 -23
  1856. package/es/AutoCompleteStatusWrapper/index.test.js +0 -9
  1857. package/es/AutoCompleteWrapper/index.js +0 -24
  1858. package/es/AutoCompleteWrapper/index.test.js +0 -9
  1859. package/es/BackLink/index.js +0 -36
  1860. package/es/BackLink/index.test.js +0 -17
  1861. package/es/BannerContainer/index.js +0 -18
  1862. package/es/BannerContainer/index.test.js +0 -9
  1863. package/es/Base/index.js +0 -41
  1864. package/es/Blockquote/index.js +0 -23
  1865. package/es/Blockquote/index.test.js +0 -17
  1866. package/es/Bottom/index.js +0 -22
  1867. package/es/Bottom/index.test.js +0 -9
  1868. package/es/BottomInfo/__snapshots__/index.test.tsx.snap +0 -25
  1869. package/es/BottomInfo/index.js +0 -21
  1870. package/es/BottomInfo/index.test.js +0 -9
  1871. package/es/BottomInfoContainer/__snapshots__/index.test.tsx.snap +0 -25
  1872. package/es/BottomInfoContainer/index.js +0 -21
  1873. package/es/BottomInfoContainer/index.test.js +0 -9
  1874. package/es/BottomInfoContent/index.js +0 -25
  1875. package/es/BottomInfoContent/index.test.js +0 -9
  1876. package/es/Breadcrumbs/index.js +0 -23
  1877. package/es/Breadcrumbs/index.test.js +0 -9
  1878. package/es/BreadcrumbsList/index.js +0 -22
  1879. package/es/BreadcrumbsList/index.test.js +0 -9
  1880. package/es/BreadcrumbsListItem/index.js +0 -27
  1881. package/es/BreadcrumbsListItem/index.test.js +0 -17
  1882. package/es/Button/__snapshots__/index.test.tsx.snap +0 -214
  1883. package/es/Button/index.js +0 -31
  1884. package/es/Button/index.test.js +0 -92
  1885. package/es/ButtonGroup/index.js +0 -22
  1886. package/es/ButtonGroup/index.test.js +0 -9
  1887. package/es/ButtonLink/index.js +0 -24
  1888. package/es/ButtonLink/index.test.js +0 -90
  1889. package/es/CallToAction/__snapshots__/index.test.tsx.snap +0 -52
  1890. package/es/CallToAction/index.js +0 -27
  1891. package/es/CallToAction/index.test.js +0 -9
  1892. package/es/Card/index.js +0 -30
  1893. package/es/Card/index.test.js +0 -95
  1894. package/es/CardAction/index.js +0 -24
  1895. package/es/CardAction/index.test.js +0 -9
  1896. package/es/CardContent/index.js +0 -23
  1897. package/es/CardContent/index.test.js +0 -9
  1898. package/es/CardHeading/index.js +0 -25
  1899. package/es/CardHeading/index.test.js +0 -9
  1900. package/es/Checkbox/__snapshots__/index.test.tsx.snap +0 -136
  1901. package/es/Checkbox/index.js +0 -25
  1902. package/es/Checkbox/index.test.js +0 -24
  1903. package/es/CheckboxConditional/index.js +0 -26
  1904. package/es/CheckboxConditional/index.test.js +0 -9
  1905. package/es/CheckboxItem/index.js +0 -38
  1906. package/es/CheckboxItem/index.test.js +0 -62
  1907. package/es/Chip/index.js +0 -37
  1908. package/es/Chip/index.test.js +0 -9
  1909. package/es/ChipContainer/index.js +0 -23
  1910. package/es/ChipContainer/index.spec.js +0 -9
  1911. package/es/ChipHeading/index.js +0 -21
  1912. package/es/ChipHeading/index.test.js +0 -9
  1913. package/es/ChipKeyValue/index.js +0 -23
  1914. package/es/ChipKeyValue/index.test.js +0 -9
  1915. package/es/ChoiceDividerText/index.js +0 -23
  1916. package/es/ChoiceDividerText/index.test.js +0 -9
  1917. package/es/CircularProgress/index.js +0 -39
  1918. package/es/CircularProgress/index.test.js +0 -51
  1919. package/es/CloseButton/__snapshots__/index.test.tsx.snap +0 -51
  1920. package/es/CloseButton/index.js +0 -25
  1921. package/es/CloseButton/index.test.js +0 -9
  1922. package/es/Container/__snapshots__/index.test.tsx.snap +0 -66
  1923. package/es/Container/index.js +0 -29
  1924. package/es/Container/index.test.js +0 -26
  1925. package/es/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +0 -63
  1926. package/es/CopyToClipboardContainer/index.js +0 -29
  1927. package/es/CopyToClipboardContainer/index.spec.js +0 -26
  1928. package/es/CopyToClipboardMessage/index.js +0 -24
  1929. package/es/CopyToClipboardMessage/index.test.js +0 -45
  1930. package/es/CopyrightContainer/index.js +0 -23
  1931. package/es/CopyrightContainer/index.test.js +0 -9
  1932. package/es/DateInputContainer/__snapshots__/index.test.tsx.snap +0 -16
  1933. package/es/DateInputContainer/index.js +0 -25
  1934. package/es/DateInputContainer/index.test.js +0 -9
  1935. package/es/DateInputItem/index.js +0 -36
  1936. package/es/DateInputItem/index.test.js +0 -26
  1937. package/es/Details/index.js +0 -23
  1938. package/es/Details/index.test.js +0 -9
  1939. package/es/DetailsContent/index.js +0 -23
  1940. package/es/DetailsContent/index.test.js +0 -9
  1941. package/es/DetailsSummary/index.js +0 -23
  1942. package/es/DetailsSummary/index.test.js +0 -9
  1943. package/es/Drawer/index.js +0 -28
  1944. package/es/Drawer/index.test.js +0 -18
  1945. package/es/DrawerHeading/index.js +0 -32
  1946. package/es/DrawerHeading/index.test.js +0 -9
  1947. package/es/DropdownBase/__snapshots__/index.test.tsx.snap +0 -206
  1948. package/es/DropdownBase/index.js +0 -27
  1949. package/es/DropdownBase/index.test.js +0 -95
  1950. package/es/DropdownButton/__snapshots__/index.test.tsx.snap +0 -643
  1951. package/es/DropdownButton/index.js +0 -37
  1952. package/es/DropdownButton/index.test.js +0 -197
  1953. package/es/DropdownContent/index.js +0 -24
  1954. package/es/DropdownContent/index.test.js +0 -9
  1955. package/es/ErrorMessage/index.js +0 -24
  1956. package/es/ErrorMessage/index.test.js +0 -9
  1957. package/es/ErrorSummary/__snapshots__/index.test.tsx.snap +0 -37
  1958. package/es/ErrorSummary/index.js +0 -22
  1959. package/es/ErrorSummary/index.test.js +0 -9
  1960. package/es/FieldContainer/index.js +0 -32
  1961. package/es/FieldContainer/index.test.js +0 -25
  1962. package/es/Fieldset/index.js +0 -23
  1963. package/es/Fieldset/index.test.js +0 -9
  1964. package/es/FieldsetLegend/index.js +0 -29
  1965. package/es/FieldsetLegend/index.test.js +0 -85
  1966. package/es/FileUpload/index.js +0 -35
  1967. package/es/FileUpload/index.test.js +0 -17
  1968. package/es/FileUploadContainer/index.js +0 -25
  1969. package/es/FileUploadContainer/index.test.js +0 -17
  1970. package/es/FillableText/index.js +0 -23
  1971. package/es/FillableText/index.test.js +0 -9
  1972. package/es/FilterContainer/index.js +0 -30
  1973. package/es/FilterContainer/index.test.js +0 -9
  1974. package/es/FilterContent/index.js +0 -22
  1975. package/es/FilterContent/index.test.js +0 -9
  1976. package/es/FilterHeadingContainer/index.js +0 -25
  1977. package/es/FilterHeadingContainer/index.test.js +0 -9
  1978. package/es/FilterOptionsSection/index.js +0 -23
  1979. package/es/FilterOptionsSection/index.spec.js +0 -9
  1980. package/es/FilterSelectedHeading/index.js +0 -22
  1981. package/es/FilterSelectedHeading/index.spec.js +0 -9
  1982. package/es/FilterSelectedSection/index.js +0 -22
  1983. package/es/FilterSelectedSection/index.test.js +0 -9
  1984. package/es/Footer/index.js +0 -22
  1985. package/es/Footer/index.test.js +0 -9
  1986. package/es/FooterContainer/index.js +0 -19
  1987. package/es/FooterContainer/index.test.js +0 -9
  1988. package/es/FooterContent/index.js +0 -23
  1989. package/es/FooterContent/index.test.js +0 -9
  1990. package/es/FooterContentLogos/index.js +0 -24
  1991. package/es/FooterContentLogos/index.test.js +0 -9
  1992. package/es/FooterHeading/index.js +0 -27
  1993. package/es/FooterHeading/index.test.js +0 -25
  1994. package/es/FooterImage/index.js +0 -28
  1995. package/es/FooterImage/index.test.js +0 -9
  1996. package/es/FooterInfo/index.js +0 -24
  1997. package/es/FooterInfo/index.test.js +0 -9
  1998. package/es/FooterInfoSection/index.js +0 -23
  1999. package/es/FooterInfoSection/index.test.js +0 -25
  2000. package/es/FooterLink/index.js +0 -22
  2001. package/es/FooterLink/index.test.js +0 -17
  2002. package/es/FooterList/index.js +0 -26
  2003. package/es/FooterList/index.test.js +0 -17
  2004. package/es/FooterListItem/index.js +0 -23
  2005. package/es/FooterListItem/index.test.js +0 -9
  2006. package/es/FooterNavigation/index.js +0 -24
  2007. package/es/FooterNavigation/index.test.js +0 -9
  2008. package/es/FooterNavigationSection/index.js +0 -24
  2009. package/es/FooterNavigationSection/index.test.js +0 -11
  2010. package/es/Form/index.js +0 -25
  2011. package/es/Form/index.test.js +0 -17
  2012. package/es/FullPageBackground/index.js +0 -23
  2013. package/es/FullPageBackground/index.test.js +0 -9
  2014. package/es/GovGRLogo/index.js +0 -34
  2015. package/es/GovGRLogo/index.test.js +0 -9
  2016. package/es/Grid/index.js +0 -34
  2017. package/es/Grid/index.test.js +0 -65
  2018. package/es/Header/index.js +0 -24
  2019. package/es/Header/index.test.js +0 -9
  2020. package/es/HeaderContent/index.js +0 -22
  2021. package/es/HeaderContent/index.test.js +0 -9
  2022. package/es/HeaderLogo/index.js +0 -29
  2023. package/es/HeaderLogo/index.test.js +0 -9
  2024. package/es/HeaderNavMenuContent/index.js +0 -24
  2025. package/es/HeaderNavMenuContent/index.test.js +0 -9
  2026. package/es/HeaderSecondaryLogo/index.js +0 -29
  2027. package/es/HeaderSecondaryLogo/index.test.js +0 -22
  2028. package/es/HeaderSection/index.js +0 -22
  2029. package/es/HeaderSection/index.test.js +0 -9
  2030. package/es/HeaderTitle/index.js +0 -25
  2031. package/es/HeaderTitle/index.test.js +0 -17
  2032. package/es/Heading/index.js +0 -50
  2033. package/es/Heading/index.test.js +0 -166
  2034. package/es/HeadingCaption/index.js +0 -25
  2035. package/es/HeadingCaption/index.test.js +0 -33
  2036. package/es/HellenicRepublicLogo/index.js +0 -40
  2037. package/es/HellenicRepublicLogo/index.test.js +0 -9
  2038. package/es/Hidden/index.js +0 -30
  2039. package/es/Hidden/index.test.js +0 -43
  2040. package/es/Hint/index.js +0 -24
  2041. package/es/Hint/index.test.js +0 -33
  2042. package/es/ImageLogo/__snapshots__/index.test.tsx.snap +0 -36
  2043. package/es/ImageLogo/index.js +0 -29
  2044. package/es/ImageLogo/index.test.js +0 -20
  2045. package/es/ImageLogoSet/index.js +0 -30
  2046. package/es/ImageLogoSet/index.test.js +0 -23
  2047. package/es/KitchenSinkAllComponents/index.js +0 -17
  2048. package/es/KitchenSinkCard/index.js +0 -18
  2049. package/es/KitchenSinkCategory/index.js +0 -17
  2050. package/es/KitchenSinkContent/index.js +0 -19
  2051. package/es/KitchenSinkContentInfo/index.js +0 -17
  2052. package/es/KitchenSinkContentTags/index.js +0 -17
  2053. package/es/KitchenSinkHeading/index.js +0 -16
  2054. package/es/KitchenSinkLetterContent/index.js +0 -17
  2055. package/es/LabelContainer/index.js +0 -22
  2056. package/es/LabelContainer/index.test.js +0 -9
  2057. package/es/LabelTitle/index.js +0 -28
  2058. package/es/LabelTitle/index.test.js +0 -85
  2059. package/es/LabeledText/index.js +0 -25
  2060. package/es/LabeledText/index.test.js +0 -25
  2061. package/es/Layout/index.js +0 -24
  2062. package/es/Layout/index.test.js +0 -9
  2063. package/es/LinkBase/index.js +0 -24
  2064. package/es/LinkBase/index.test.js +0 -25
  2065. package/es/List/index.js +0 -28
  2066. package/es/List/index.test.js +0 -60
  2067. package/es/ListItem/index.js +0 -22
  2068. package/es/ListItem/index.test.js +0 -9
  2069. package/es/LoaderContainer/index.js +0 -22
  2070. package/es/LoaderContainer/index.test.js +0 -9
  2071. package/es/Main/index.js +0 -28
  2072. package/es/Main/index.test.js +0 -9
  2073. package/es/Masthead/index.js +0 -24
  2074. package/es/Masthead/index.test.js +0 -9
  2075. package/es/MastheadBody/index.js +0 -22
  2076. package/es/MastheadBody/index.test.js +0 -9
  2077. package/es/MastheadLogo/index.js +0 -28
  2078. package/es/MastheadLogo/index.test.js +0 -9
  2079. package/es/ModalAction/index.js +0 -24
  2080. package/es/ModalAction/index.test.js +0 -9
  2081. package/es/ModalContainer/index.js +0 -30
  2082. package/es/ModalContainer/index.test.js +0 -9
  2083. package/es/ModalContent/index.js +0 -23
  2084. package/es/ModalContent/index.test.js +0 -9
  2085. package/es/ModalHeading/index.js +0 -22
  2086. package/es/ModalHeading/index.test.js +0 -9
  2087. package/es/Nav/__snapshots__/index.test.tsx.snap +0 -33
  2088. package/es/Nav/index.js +0 -31
  2089. package/es/Nav/index.test.js +0 -17
  2090. package/es/NavList/index.js +0 -28
  2091. package/es/NavList/index.test.js +0 -17
  2092. package/es/NavListItemAction/index.js +0 -27
  2093. package/es/NavListItemAction/index.test.js +0 -9
  2094. package/es/NavListItemActionContainer/index.js +0 -23
  2095. package/es/NavListItemActionContainer/index.test.js +0 -9
  2096. package/es/NavListItemButton/__snapshots__/index.test.tsx.snap +0 -179
  2097. package/es/NavListItemButton/index.js +0 -29
  2098. package/es/NavListItemButton/index.test.js +0 -25
  2099. package/es/NavListItemLink/index.js +0 -24
  2100. package/es/NavListItemLink/index.test.js +0 -43
  2101. package/es/NavMenuContainer/__snapshots__/index.test.tsx.snap +0 -38
  2102. package/es/NavMenuContainer/index.js +0 -33
  2103. package/es/NavMenuContainer/index.test.js +0 -9
  2104. package/es/NavMenuContent/index.js +0 -27
  2105. package/es/NavMenuContent/index.test.js +0 -9
  2106. package/es/NavMenuContentListBase/index.js +0 -23
  2107. package/es/NavMenuContentListBase/index.test.js +0 -9
  2108. package/es/NavMenuContentListItem/index.js +0 -23
  2109. package/es/NavMenuContentListItem/index.test.js +0 -9
  2110. package/es/NavMenuTitle/index.js +0 -31
  2111. package/es/NavMenuTitle/index.test.js +0 -9
  2112. package/es/NormalText/index.js +0 -29
  2113. package/es/NormalText/index.test.js +0 -349
  2114. package/es/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +0 -45
  2115. package/es/NotificationBannerContainer/index.js +0 -31
  2116. package/es/NotificationBannerContainer/index.test.js +0 -17
  2117. package/es/NotificationBannerContent/index.js +0 -25
  2118. package/es/NotificationBannerContent/index.test.js +0 -9
  2119. package/es/NotificationBannerHeader/index.js +0 -30
  2120. package/es/NotificationBannerHeader/index.test.js +0 -9
  2121. package/es/NotificationBannerHeading/index.js +0 -25
  2122. package/es/NotificationBannerHeading/index.test.js +0 -9
  2123. package/es/NotificationBannerLink/index.js +0 -23
  2124. package/es/NotificationBannerLink/index.test.js +0 -17
  2125. package/es/PageTitleCaption/index.js +0 -18
  2126. package/es/PageTitleCaption/index.test.js +0 -41
  2127. package/es/PageTitleContainer/index.js +0 -22
  2128. package/es/PageTitleContainer/index.test.js +0 -9
  2129. package/es/PageTitleHeading/index.js +0 -19
  2130. package/es/PageTitleHeading/index.test.js +0 -41
  2131. package/es/Pagination/index.js +0 -24
  2132. package/es/Pagination/index.spec.js +0 -17
  2133. package/es/PaginationLabelContainer/index.js +0 -22
  2134. package/es/PaginationLabelContainer/index.spec.js +0 -9
  2135. package/es/PaginationList/index.js +0 -22
  2136. package/es/PaginationList/index.spec.js +0 -16
  2137. package/es/PaginationListItem/index.js +0 -27
  2138. package/es/PaginationListItem/index.spec.js +0 -42
  2139. package/es/Panel/index.js +0 -24
  2140. package/es/Panel/index.test.js +0 -9
  2141. package/es/PanelBody/index.js +0 -22
  2142. package/es/PanelBody/index.test.js +0 -9
  2143. package/es/PanelTitle/index.js +0 -22
  2144. package/es/PanelTitle/index.test.js +0 -9
  2145. package/es/Paragraph/index.js +0 -19
  2146. package/es/Paragraph/index.test.js +0 -357
  2147. package/es/PhaseBanner/index.js +0 -27
  2148. package/es/PhaseBanner/index.test.js +0 -17
  2149. package/es/PhaseBannerHeaderContainer/inde.test.js +0 -9
  2150. package/es/PhaseBannerHeaderContainer/index.js +0 -18
  2151. package/es/PhaseBannerTag/index.js +0 -22
  2152. package/es/PhaseBannerTag/index.test.js +0 -9
  2153. package/es/PhaseBannerText/index.js +0 -24
  2154. package/es/PhaseBannerText/index.test.js +0 -9
  2155. package/es/RadioConditional/index.js +0 -26
  2156. package/es/RadioConditional/index.test.js +0 -9
  2157. package/es/RadioContainer/__snapshots__/index.test.tsx.snap +0 -33
  2158. package/es/RadioContainer/index.js +0 -24
  2159. package/es/RadioContainer/index.test.js +0 -17
  2160. package/es/RadioItem/__snapshots__/index.test.tsx.snap +0 -341
  2161. package/es/RadioItem/index.js +0 -38
  2162. package/es/RadioItem/index.test.js +0 -71
  2163. package/es/ResultsActionBar/index.js +0 -22
  2164. package/es/ResultsActionBar/indext.test.js +0 -9
  2165. package/es/ResultsHeading/index.js +0 -23
  2166. package/es/ResultsHeading/index.test.js +0 -9
  2167. package/es/ResultsHeadingActions/index.js +0 -29
  2168. package/es/ResultsHeadingActions/index.test.js +0 -9
  2169. package/es/SearchButton/index.js +0 -25
  2170. package/es/SearchButton/index.test.js +0 -9
  2171. package/es/SearchContainer/index.js +0 -22
  2172. package/es/SearchContainer/index.test.js +0 -9
  2173. package/es/Section/index.js +0 -23
  2174. package/es/Section/index.test.js +0 -9
  2175. package/es/SectionBreak/index.js +0 -25
  2176. package/es/SectionBreak/index.test.js +0 -49
  2177. package/es/SelectContainer/__snapshots__/index.test.tsx.snap +0 -57
  2178. package/es/SelectContainer/index.js +0 -23
  2179. package/es/SelectContainer/index.test.js +0 -26
  2180. package/es/SelectOption/index.js +0 -23
  2181. package/es/SelectOption/index.test.js +0 -17
  2182. package/es/SingleCharacterInput/index.js +0 -28
  2183. package/es/SingleCharacterInput/index.test.js +0 -53
  2184. package/es/SingleCharacterInputs/index.js +0 -24
  2185. package/es/SingleCharacterInputs/index.test.js +0 -9
  2186. package/es/SkipLink/index.js +0 -26
  2187. package/es/SkipLink/index.test.js +0 -9
  2188. package/es/Stack/index.js +0 -29
  2189. package/es/Stack/index.test.js +0 -248
  2190. package/es/StepNav/__snapshots__/index.test.tsx.snap +0 -33
  2191. package/es/StepNav/index.js +0 -24
  2192. package/es/StepNav/index.test.js +0 -17
  2193. package/es/StepNavAccordion/index.js +0 -25
  2194. package/es/StepNavAccordion/index.test.js +0 -9
  2195. package/es/StepNavAccordionContent/index.js +0 -23
  2196. package/es/StepNavAccordionContent/index.test.js +0 -9
  2197. package/es/StepNavAccordionHeadingText/index.js +0 -32
  2198. package/es/StepNavAccordionHeadingText/index.test.js +0 -25
  2199. package/es/StepNavAccordionHeadingTitle/index.js +0 -24
  2200. package/es/StepNavAccordionHeadingTitle/index.test.js +0 -9
  2201. package/es/StepNavAccordionSummary/index.js +0 -23
  2202. package/es/StepNavAccordionSummary/index.test.js +0 -9
  2203. package/es/StepNavAccordionSummaryHeading/index.js +0 -46
  2204. package/es/StepNavAccordionSummaryHeading/index.test.js +0 -43
  2205. package/es/StepNavCircleNumber/index.js +0 -28
  2206. package/es/StepNavCircleNumber/index.test.js +0 -17
  2207. package/es/StepNavControls/index.js +0 -23
  2208. package/es/StepNavControls/index.test.js +0 -9
  2209. package/es/StepNavList/index.js +0 -23
  2210. package/es/StepNavList/index.test.js +0 -9
  2211. package/es/StepNavListItem/index.js +0 -22
  2212. package/es/StepNavListItem/index.test.js +0 -9
  2213. package/es/SummaryList/index.js +0 -25
  2214. package/es/SummaryList/index.test.js +0 -9
  2215. package/es/SummaryListItem/index.js +0 -25
  2216. package/es/SummaryListItem/index.test.js +0 -9
  2217. package/es/SummaryListItemAction/index.js +0 -23
  2218. package/es/SummaryListItemAction/index.test.js +0 -9
  2219. package/es/SummaryListItemKey/index.js +0 -23
  2220. package/es/SummaryListItemKey/index.test.js +0 -9
  2221. package/es/SummaryListItemValue/index.js +0 -22
  2222. package/es/SummaryListItemValue/index.test.js +0 -9
  2223. package/es/SvgIcon/index.js +0 -28
  2224. package/es/SvgIcon/index.test.js +0 -131
  2225. package/es/Table/index.js +0 -30
  2226. package/es/Table/index.test.js +0 -41
  2227. package/es/TableBody/index.js +0 -24
  2228. package/es/TableBody/index.test.js +0 -9
  2229. package/es/TableCaption/index.js +0 -24
  2230. package/es/TableCaption/index.test.js +0 -41
  2231. package/es/TableContainer/index.js +0 -24
  2232. package/es/TableContainer/index.test.js +0 -17
  2233. package/es/TableDataCell/index.js +0 -24
  2234. package/es/TableDataCell/index.test.js +0 -17
  2235. package/es/TableHead/index.js +0 -22
  2236. package/es/TableHead/index.test.js +0 -9
  2237. package/es/TableHeadCell/index.js +0 -25
  2238. package/es/TableHeadCell/index.test.js +0 -119
  2239. package/es/TableLoaderBackground/index.js +0 -23
  2240. package/es/TableLoaderBackground/index.test.js +0 -9
  2241. package/es/TableNoDataRow/index.js +0 -26
  2242. package/es/TableNoDataRow/index.test.js +0 -9
  2243. package/es/TableRow/index.js +0 -25
  2244. package/es/TableRow/index.test.js +0 -25
  2245. package/es/TableSortIconContainer/index.js +0 -24
  2246. package/es/TableSortIconContainer/index.test.js +0 -9
  2247. package/es/Tabs/__snapshots__/index.test.tsx.snap +0 -16
  2248. package/es/Tabs/index.js +0 -23
  2249. package/es/Tabs/index.test.js +0 -9
  2250. package/es/TabsHeading/index.js +0 -26
  2251. package/es/TabsHeading/index.test.js +0 -25
  2252. package/es/TabsList/index.js +0 -24
  2253. package/es/TabsList/index.test.js +0 -9
  2254. package/es/TabsListItem/__snapshots__/index.test.tsx.snap +0 -133
  2255. package/es/TabsListItem/index.js +0 -29
  2256. package/es/TabsListItem/index.test.js +0 -43
  2257. package/es/TabsPanel/__snapshots__/index.test.tsx.snap +0 -83
  2258. package/es/TabsPanel/index.js +0 -26
  2259. package/es/TabsPanel/index.test.js +0 -33
  2260. package/es/TaskList/__snapshots__/index.test.tsx.snap +0 -33
  2261. package/es/TaskList/index.js +0 -24
  2262. package/es/TaskList/index.test.js +0 -17
  2263. package/es/TaskListItem/index.js +0 -22
  2264. package/es/TaskListItem/index.test.js +0 -9
  2265. package/es/TaskListItemContent/index.js +0 -23
  2266. package/es/TaskListItemContent/index.test.js +0 -9
  2267. package/es/TaskListItemHeading/index.js +0 -21
  2268. package/es/TaskListItemHeading/index.test.js +0 -25
  2269. package/es/TaskListItemTag/index.js +0 -23
  2270. package/es/TaskListItemTag/index.test.js +0 -33
  2271. package/es/TextArea/__snapshots__/index.test.tsx.snap +0 -113
  2272. package/es/TextArea/index.js +0 -29
  2273. package/es/TextArea/index.test.js +0 -49
  2274. package/es/TextInput/__snapshots__/index.test.tsx.snap +0 -760
  2275. package/es/TextInput/index.js +0 -29
  2276. package/es/TextInput/index.test.js +0 -375
  2277. package/es/Timeline/index.js +0 -24
  2278. package/es/Timeline/index.test.js +0 -17
  2279. package/es/TimelineActions/index.js +0 -24
  2280. package/es/TimelineActions/index.test.js +0 -9
  2281. package/es/TimelineContent/index.js +0 -23
  2282. package/es/TimelineContent/index.test.js +0 -9
  2283. package/es/TimelineHeading/index.js +0 -44
  2284. package/es/TimelineHeading/index.test.js +0 -25
  2285. package/es/TimelineItem/index.js +0 -22
  2286. package/es/TimelineItem/index.test.js +0 -9
  2287. package/es/Top/index.js +0 -22
  2288. package/es/Top/index.test.js +0 -9
  2289. package/es/Typography/index.js +0 -26
  2290. package/es/Typography/index.test.js +0 -93
  2291. package/es/Unpurge/index.js +0 -9
  2292. package/es/VisuallyHidden/index.js +0 -23
  2293. package/es/VisuallyHidden/index.test.js +0 -9
  2294. package/es/WarningText/__snapshots__/index.test.tsx.snap +0 -61
  2295. package/es/WarningText/index.js +0 -32
  2296. package/es/WarningText/index.test.js +0 -17
  2297. package/es/index.js +0 -221
  2298. package/es/registry.js +0 -514
  2299. package/esm/AccessibilityMenu/index.js +0 -26
  2300. package/esm/AccessibilityMenuBody/index.js +0 -24
  2301. package/esm/AccessibilityMenuButton/index.js +0 -30
  2302. package/esm/AccessibilityMenuContent/index.js +0 -24
  2303. package/esm/AccessibilityMenuHeader/index.js +0 -23
  2304. package/esm/AccessibilityMenuHeaderButton/index.js +0 -22
  2305. package/esm/AccessibilityMenuList/index.js +0 -24
  2306. package/esm/AccessibilityMenuListItem/index.js +0 -24
  2307. package/esm/AccessibilityMenuOptionButton/index.js +0 -26
  2308. package/esm/AccessibilityMenuSteps/index.js +0 -39
  2309. package/esm/Accordion/__snapshots__/index.test.tsx.snap +0 -16
  2310. package/esm/Accordion/index.js +0 -28
  2311. package/esm/Accordion/index.test.js +0 -9
  2312. package/esm/AccordionControls/__snapshots__/index.test.tsx.snap +0 -18
  2313. package/esm/AccordionControls/index.js +0 -22
  2314. package/esm/AccordionControls/index.test.js +0 -9
  2315. package/esm/AccordionSection/__snapshots__/index.test.tsx.snap +0 -54
  2316. package/esm/AccordionSection/index.js +0 -24
  2317. package/esm/AccordionSection/index.test.js +0 -25
  2318. package/esm/AccordionSectionContent/__snapshots__/index.test.tsx.snap +0 -16
  2319. package/esm/AccordionSectionContent/index.js +0 -23
  2320. package/esm/AccordionSectionContent/index.test.js +0 -9
  2321. package/esm/AccordionSectionSummary/__snapshots__/index.test.tsx.snap +0 -20
  2322. package/esm/AccordionSectionSummary/index.js +0 -24
  2323. package/esm/AccordionSectionSummary/index.test.js +0 -9
  2324. package/esm/AccordionSectionSummaryHeading/__snapshots__/index.test.tsx.snap +0 -22
  2325. package/esm/AccordionSectionSummaryHeading/index.js +0 -26
  2326. package/esm/AccordionSectionSummaryHeading/index.test.js +0 -9
  2327. package/esm/AdminAside/__snapshots__/index.test.tsx.snap +0 -22
  2328. package/esm/AdminAside/index.js +0 -23
  2329. package/esm/AdminAside/index.test.js +0 -9
  2330. package/esm/AdminContainer/__snapshots__/index.test.tsx.snap +0 -30
  2331. package/esm/AdminContainer/index.js +0 -26
  2332. package/esm/AdminContainer/index.test.js +0 -9
  2333. package/esm/AdminHeader/__snapshots__/index.test.tsx.snap +0 -20
  2334. package/esm/AdminHeader/index.js +0 -25
  2335. package/esm/AdminHeader/index.test.js +0 -9
  2336. package/esm/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +0 -16
  2337. package/esm/AdminHeaderContent/index.js +0 -22
  2338. package/esm/AdminHeaderContent/index.spec.js +0 -9
  2339. package/esm/AdminLayout/__snapshots__/index.test.tsx.snap +0 -16
  2340. package/esm/AdminLayout/index.js +0 -23
  2341. package/esm/AdminLayout/index.test.js +0 -9
  2342. package/esm/AdminMain/__snapshots__/index.test.tsx.snap +0 -22
  2343. package/esm/AdminMain/index.js +0 -23
  2344. package/esm/AdminMain/index.test.js +0 -9
  2345. package/esm/AdminTopSection/__snapshots__/index.test.tsx.snap +0 -21
  2346. package/esm/AdminTopSection/index.js +0 -26
  2347. package/esm/AdminTopSection/index.test.js +0 -9
  2348. package/esm/Aside/__snapshots__/index.test.tsx.snap +0 -25
  2349. package/esm/Aside/index.js +0 -27
  2350. package/esm/Aside/index.test.js +0 -9
  2351. package/esm/AutoCompleteAssistiveHint/__snapshots__/index.test.tsx.snap +0 -16
  2352. package/esm/AutoCompleteAssistiveHint/index.js +0 -24
  2353. package/esm/AutoCompleteAssistiveHint/index.test.js +0 -9
  2354. package/esm/AutoCompleteInput/__snapshots__/index.test.tsx.snap +0 -89
  2355. package/esm/AutoCompleteInput/index.js +0 -28
  2356. package/esm/AutoCompleteInput/index.test.js +0 -44
  2357. package/esm/AutoCompleteInputTypeahead/__snapshots__/index.test.tsx.snap +0 -22
  2358. package/esm/AutoCompleteInputTypeahead/index.js +0 -26
  2359. package/esm/AutoCompleteInputTypeahead/index.test.js +0 -9
  2360. package/esm/AutoCompleteResultList/__snapshots__/index.test.tsx.snap +0 -69
  2361. package/esm/AutoCompleteResultList/index.js +0 -26
  2362. package/esm/AutoCompleteResultList/index.test.js +0 -35
  2363. package/esm/AutoCompleteResultListItem/__snapshots__/index.test.tsx.snap +0 -78
  2364. package/esm/AutoCompleteResultListItem/index.js +0 -30
  2365. package/esm/AutoCompleteResultListItem/index.test.js +0 -36
  2366. package/esm/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +0 -22
  2367. package/esm/AutoCompleteStatus/index.js +0 -26
  2368. package/esm/AutoCompleteStatus/index.test.js +0 -9
  2369. package/esm/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +0 -16
  2370. package/esm/AutoCompleteStatusWrapper/index.js +0 -23
  2371. package/esm/AutoCompleteStatusWrapper/index.test.js +0 -9
  2372. package/esm/AutoCompleteWrapper/__snapshots__/index.test.tsx.snap +0 -16
  2373. package/esm/AutoCompleteWrapper/index.js +0 -24
  2374. package/esm/AutoCompleteWrapper/index.test.js +0 -9
  2375. package/esm/BackLink/__snapshots__/index.test.tsx.snap +0 -115
  2376. package/esm/BackLink/index.js +0 -36
  2377. package/esm/BackLink/index.test.js +0 -17
  2378. package/esm/BannerContainer/__snapshots__/index.test.tsx.snap +0 -16
  2379. package/esm/BannerContainer/index.js +0 -18
  2380. package/esm/BannerContainer/index.test.js +0 -9
  2381. package/esm/Base/index.js +0 -41
  2382. package/esm/Blockquote/__snapshots__/index.test.tsx.snap +0 -33
  2383. package/esm/Blockquote/index.js +0 -23
  2384. package/esm/Blockquote/index.test.js +0 -17
  2385. package/esm/Bottom/__snapshots__/index.test.tsx.snap +0 -16
  2386. package/esm/Bottom/index.js +0 -22
  2387. package/esm/Bottom/index.test.js +0 -9
  2388. package/esm/BottomInfo/__snapshots__/index.test.tsx.snap +0 -25
  2389. package/esm/BottomInfo/index.js +0 -21
  2390. package/esm/BottomInfo/index.test.js +0 -9
  2391. package/esm/BottomInfoContainer/__snapshots__/index.test.tsx.snap +0 -25
  2392. package/esm/BottomInfoContainer/index.js +0 -21
  2393. package/esm/BottomInfoContainer/index.test.js +0 -9
  2394. package/esm/BottomInfoContent/__snapshots__/index.test.tsx.snap +0 -22
  2395. package/esm/BottomInfoContent/index.js +0 -25
  2396. package/esm/BottomInfoContent/index.test.js +0 -9
  2397. package/esm/Breadcrumbs/__snapshots__/index.test.tsx.snap +0 -16
  2398. package/esm/Breadcrumbs/index.js +0 -23
  2399. package/esm/Breadcrumbs/index.test.js +0 -9
  2400. package/esm/BreadcrumbsList/__snapshots__/index.test.tsx.snap +0 -16
  2401. package/esm/BreadcrumbsList/index.js +0 -22
  2402. package/esm/BreadcrumbsList/index.test.js +0 -9
  2403. package/esm/BreadcrumbsListItem/__snapshots__/index.test.tsx.snap +0 -42
  2404. package/esm/BreadcrumbsListItem/index.js +0 -27
  2405. package/esm/BreadcrumbsListItem/index.test.js +0 -17
  2406. package/esm/Button/__snapshots__/index.test.tsx.snap +0 -214
  2407. package/esm/Button/index.js +0 -31
  2408. package/esm/Button/index.test.js +0 -92
  2409. package/esm/ButtonGroup/__snapshots__/index.test.tsx.snap +0 -16
  2410. package/esm/ButtonGroup/index.js +0 -22
  2411. package/esm/ButtonGroup/index.test.js +0 -9
  2412. package/esm/ButtonLink/__snapshots__/index.test.tsx.snap +0 -199
  2413. package/esm/ButtonLink/index.js +0 -24
  2414. package/esm/ButtonLink/index.test.js +0 -90
  2415. package/esm/CallToAction/__snapshots__/index.test.tsx.snap +0 -52
  2416. package/esm/CallToAction/index.js +0 -27
  2417. package/esm/CallToAction/index.test.js +0 -9
  2418. package/esm/Card/__snapshots__/index.test.tsx.snap +0 -236
  2419. package/esm/Card/index.js +0 -30
  2420. package/esm/Card/index.test.js +0 -95
  2421. package/esm/CardAction/__snapshots__/index.test.tsx.snap +0 -16
  2422. package/esm/CardAction/index.js +0 -24
  2423. package/esm/CardAction/index.test.js +0 -9
  2424. package/esm/CardContent/__snapshots__/index.test.tsx.snap +0 -16
  2425. package/esm/CardContent/index.js +0 -23
  2426. package/esm/CardContent/index.test.js +0 -9
  2427. package/esm/CardHeading/__snapshots__/index.test.tsx.snap +0 -20
  2428. package/esm/CardHeading/index.js +0 -25
  2429. package/esm/CardHeading/index.test.js +0 -9
  2430. package/esm/Checkbox/__snapshots__/index.test.tsx.snap +0 -136
  2431. package/esm/Checkbox/index.js +0 -25
  2432. package/esm/Checkbox/index.test.js +0 -24
  2433. package/esm/CheckboxConditional/__snapshots__/index.test.tsx.snap +0 -44
  2434. package/esm/CheckboxConditional/index.js +0 -26
  2435. package/esm/CheckboxConditional/index.test.js +0 -9
  2436. package/esm/CheckboxItem/__snapshots__/index.test.tsx.snap +0 -291
  2437. package/esm/CheckboxItem/index.js +0 -38
  2438. package/esm/CheckboxItem/index.test.js +0 -62
  2439. package/esm/Chip/__snapshots__/index.test.tsx.snap +0 -20
  2440. package/esm/Chip/index.js +0 -37
  2441. package/esm/Chip/index.test.js +0 -9
  2442. package/esm/ChipContainer/__snapshots__/index.spec.tsx.snap +0 -16
  2443. package/esm/ChipContainer/index.js +0 -23
  2444. package/esm/ChipContainer/index.spec.js +0 -9
  2445. package/esm/ChipHeading/__snapshots__/index.test.tsx.snap +0 -26
  2446. package/esm/ChipHeading/index.js +0 -21
  2447. package/esm/ChipHeading/index.test.js +0 -9
  2448. package/esm/ChipKeyValue/__snapshots__/index.test.tsx.snap +0 -16
  2449. package/esm/ChipKeyValue/index.js +0 -23
  2450. package/esm/ChipKeyValue/index.test.js +0 -9
  2451. package/esm/ChoiceDividerText/__snapshots__/index.test.tsx.snap +0 -16
  2452. package/esm/ChoiceDividerText/index.js +0 -23
  2453. package/esm/ChoiceDividerText/index.test.js +0 -9
  2454. package/esm/CircularProgress/__snapshots__/index.test.tsx.snap +0 -181
  2455. package/esm/CircularProgress/index.js +0 -39
  2456. package/esm/CircularProgress/index.test.js +0 -51
  2457. package/esm/CloseButton/__snapshots__/index.test.tsx.snap +0 -51
  2458. package/esm/CloseButton/index.js +0 -25
  2459. package/esm/CloseButton/index.test.js +0 -9
  2460. package/esm/Container/__snapshots__/index.test.tsx.snap +0 -66
  2461. package/esm/Container/index.js +0 -29
  2462. package/esm/Container/index.test.js +0 -26
  2463. package/esm/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +0 -63
  2464. package/esm/CopyToClipboardContainer/index.js +0 -29
  2465. package/esm/CopyToClipboardContainer/index.spec.js +0 -26
  2466. package/esm/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +0 -97
  2467. package/esm/CopyToClipboardMessage/index.js +0 -24
  2468. package/esm/CopyToClipboardMessage/index.test.js +0 -45
  2469. package/esm/CopyrightContainer/__snapshots__/index.test.tsx.snap +0 -16
  2470. package/esm/CopyrightContainer/index.js +0 -23
  2471. package/esm/CopyrightContainer/index.test.js +0 -9
  2472. package/esm/DateInputContainer/__snapshots__/index.test.tsx.snap +0 -16
  2473. package/esm/DateInputContainer/index.js +0 -25
  2474. package/esm/DateInputContainer/index.test.js +0 -9
  2475. package/esm/DateInputItem/__snapshots__/index.test.tsx.snap +0 -94
  2476. package/esm/DateInputItem/index.js +0 -36
  2477. package/esm/DateInputItem/index.test.js +0 -26
  2478. package/esm/Details/__snapshots__/index.test.tsx.snap +0 -16
  2479. package/esm/Details/index.js +0 -23
  2480. package/esm/Details/index.test.js +0 -9
  2481. package/esm/DetailsContent/__snapshots__/index.test.tsx.snap +0 -16
  2482. package/esm/DetailsContent/index.js +0 -23
  2483. package/esm/DetailsContent/index.test.js +0 -9
  2484. package/esm/DetailsSummary/__snapshots__/index.test.tsx.snap +0 -16
  2485. package/esm/DetailsSummary/index.js +0 -23
  2486. package/esm/DetailsSummary/index.test.js +0 -9
  2487. package/esm/Drawer/__snapshots__/index.test.tsx.snap +0 -105
  2488. package/esm/Drawer/index.js +0 -28
  2489. package/esm/Drawer/index.test.js +0 -18
  2490. package/esm/DrawerHeading/__snapshots__/index.test.tsx.snap +0 -75
  2491. package/esm/DrawerHeading/index.js +0 -32
  2492. package/esm/DrawerHeading/index.test.js +0 -9
  2493. package/esm/DropdownBase/__snapshots__/index.test.tsx.snap +0 -206
  2494. package/esm/DropdownBase/index.js +0 -27
  2495. package/esm/DropdownBase/index.test.js +0 -95
  2496. package/esm/DropdownButton/__snapshots__/index.test.tsx.snap +0 -643
  2497. package/esm/DropdownButton/index.js +0 -37
  2498. package/esm/DropdownButton/index.test.js +0 -197
  2499. package/esm/DropdownContent/__snapshots__/index.test.tsx.snap +0 -16
  2500. package/esm/DropdownContent/index.js +0 -24
  2501. package/esm/DropdownContent/index.test.js +0 -9
  2502. package/esm/ErrorMessage/__snapshots__/index.test.tsx.snap +0 -16
  2503. package/esm/ErrorMessage/index.js +0 -24
  2504. package/esm/ErrorMessage/index.test.js +0 -9
  2505. package/esm/ErrorSummary/__snapshots__/index.test.tsx.snap +0 -37
  2506. package/esm/ErrorSummary/index.js +0 -22
  2507. package/esm/ErrorSummary/index.test.js +0 -9
  2508. package/esm/FieldContainer/__snapshots__/index.test.tsx.snap +0 -68
  2509. package/esm/FieldContainer/index.js +0 -32
  2510. package/esm/FieldContainer/index.test.js +0 -25
  2511. package/esm/Fieldset/__snapshots__/index.test.tsx.snap +0 -16
  2512. package/esm/Fieldset/index.js +0 -23
  2513. package/esm/Fieldset/index.test.js +0 -9
  2514. package/esm/FieldsetLegend/__snapshots__/index.test.tsx.snap +0 -193
  2515. package/esm/FieldsetLegend/index.js +0 -29
  2516. package/esm/FieldsetLegend/index.test.js +0 -85
  2517. package/esm/FileUpload/__snapshots__/index.test.tsx.snap +0 -61
  2518. package/esm/FileUpload/index.js +0 -35
  2519. package/esm/FileUpload/index.test.js +0 -17
  2520. package/esm/FileUploadContainer/__snapshots__/index.test.tsx.snap +0 -29
  2521. package/esm/FileUploadContainer/index.js +0 -25
  2522. package/esm/FileUploadContainer/index.test.js +0 -17
  2523. package/esm/FillableText/__snapshots__/index.test.tsx.snap +0 -16
  2524. package/esm/FillableText/index.js +0 -23
  2525. package/esm/FillableText/index.test.js +0 -9
  2526. package/esm/FilterContainer/__snapshots__/index.test.tsx.snap +0 -16
  2527. package/esm/FilterContainer/index.js +0 -30
  2528. package/esm/FilterContainer/index.test.js +0 -9
  2529. package/esm/FilterContent/__snapshots__/index.test.tsx.snap +0 -16
  2530. package/esm/FilterContent/index.js +0 -22
  2531. package/esm/FilterContent/index.test.js +0 -9
  2532. package/esm/FilterHeadingContainer/__snapshots__/index.test.tsx.snap +0 -16
  2533. package/esm/FilterHeadingContainer/index.js +0 -25
  2534. package/esm/FilterHeadingContainer/index.test.js +0 -9
  2535. package/esm/FilterOptionsSection/__snapshots__/index.spec.tsx.snap +0 -16
  2536. package/esm/FilterOptionsSection/index.js +0 -23
  2537. package/esm/FilterOptionsSection/index.spec.js +0 -9
  2538. package/esm/FilterSelectedHeading/__snapshots__/index.spec.tsx.snap +0 -16
  2539. package/esm/FilterSelectedHeading/index.js +0 -22
  2540. package/esm/FilterSelectedHeading/index.spec.js +0 -9
  2541. package/esm/FilterSelectedSection/__snapshots__/index.test.tsx.snap +0 -16
  2542. package/esm/FilterSelectedSection/index.js +0 -22
  2543. package/esm/FilterSelectedSection/index.test.js +0 -9
  2544. package/esm/Footer/__snapshots__/index.test.tsx.snap +0 -16
  2545. package/esm/Footer/index.js +0 -22
  2546. package/esm/Footer/index.test.js +0 -9
  2547. package/esm/FooterContainer/__snapshots__/index.test.tsx.snap +0 -25
  2548. package/esm/FooterContainer/index.js +0 -19
  2549. package/esm/FooterContainer/index.test.js +0 -9
  2550. package/esm/FooterContent/__snapshots__/index.test.tsx.snap +0 -16
  2551. package/esm/FooterContent/index.js +0 -23
  2552. package/esm/FooterContent/index.test.js +0 -9
  2553. package/esm/FooterContentLogos/__snapshots__/index.test.tsx.snap +0 -16
  2554. package/esm/FooterContentLogos/index.js +0 -24
  2555. package/esm/FooterContentLogos/index.test.js +0 -9
  2556. package/esm/FooterHeading/__snapshots__/index.test.tsx.snap +0 -83
  2557. package/esm/FooterHeading/index.js +0 -27
  2558. package/esm/FooterHeading/index.test.js +0 -25
  2559. package/esm/FooterImage/__snapshots__/index.test.tsx.snap +0 -16
  2560. package/esm/FooterImage/index.js +0 -28
  2561. package/esm/FooterImage/index.test.js +0 -9
  2562. package/esm/FooterInfo/__snapshots__/index.test.tsx.snap +0 -16
  2563. package/esm/FooterInfo/index.js +0 -24
  2564. package/esm/FooterInfo/index.test.js +0 -9
  2565. package/esm/FooterInfoSection/__snapshots__/index.test.tsx.snap +0 -50
  2566. package/esm/FooterInfoSection/index.js +0 -23
  2567. package/esm/FooterInfoSection/index.test.js +0 -25
  2568. package/esm/FooterLink/__snapshots__/index.test.tsx.snap +0 -35
  2569. package/esm/FooterLink/index.js +0 -22
  2570. package/esm/FooterLink/index.test.js +0 -17
  2571. package/esm/FooterList/__snapshots__/index.test.tsx.snap +0 -33
  2572. package/esm/FooterList/index.js +0 -26
  2573. package/esm/FooterList/index.test.js +0 -17
  2574. package/esm/FooterListItem/__snapshots__/index.test.tsx.snap +0 -16
  2575. package/esm/FooterListItem/index.js +0 -23
  2576. package/esm/FooterListItem/index.test.js +0 -9
  2577. package/esm/FooterNavigation/__snapshots__/index.test.tsx.snap +0 -16
  2578. package/esm/FooterNavigation/index.js +0 -24
  2579. package/esm/FooterNavigation/index.test.js +0 -9
  2580. package/esm/FooterNavigationSection/__snapshots__/index.test.tsx.snap +0 -20
  2581. package/esm/FooterNavigationSection/index.js +0 -24
  2582. package/esm/FooterNavigationSection/index.test.js +0 -11
  2583. package/esm/Form/__snapshots__/index.test.tsx.snap +0 -33
  2584. package/esm/Form/index.js +0 -25
  2585. package/esm/Form/index.test.js +0 -17
  2586. package/esm/FullPageBackground/__snapshots__/index.test.tsx.snap +0 -14
  2587. package/esm/FullPageBackground/index.js +0 -23
  2588. package/esm/FullPageBackground/index.test.js +0 -9
  2589. package/esm/GovGRLogo/__snapshots__/index.test.tsx.snap +0 -27
  2590. package/esm/GovGRLogo/govgr-logo-base64.js +0 -1
  2591. package/esm/GovGRLogo/govgr-logo-blue-base64.js +0 -1
  2592. package/esm/GovGRLogo/index.js +0 -34
  2593. package/esm/GovGRLogo/index.test.js +0 -9
  2594. package/esm/Grid/__snapshots__/index.test.tsx.snap +0 -135
  2595. package/esm/Grid/index.js +0 -34
  2596. package/esm/Grid/index.test.js +0 -65
  2597. package/esm/Header/__snapshots__/index.test.tsx.snap +0 -18
  2598. package/esm/Header/index.js +0 -24
  2599. package/esm/Header/index.test.js +0 -9
  2600. package/esm/HeaderContent/__snapshots__/index.test.tsx.snap +0 -16
  2601. package/esm/HeaderContent/index.js +0 -22
  2602. package/esm/HeaderContent/index.test.js +0 -9
  2603. package/esm/HeaderLogo/__snapshots__/index.test.tsx.snap +0 -18
  2604. package/esm/HeaderLogo/index.js +0 -29
  2605. package/esm/HeaderLogo/index.test.js +0 -9
  2606. package/esm/HeaderNavMenuContent/__snapshots__/index.test.tsx.snap +0 -16
  2607. package/esm/HeaderNavMenuContent/index.js +0 -24
  2608. package/esm/HeaderNavMenuContent/index.test.js +0 -9
  2609. package/esm/HeaderSecondaryLogo/__snapshots__/index.test.tsx.snap +0 -48
  2610. package/esm/HeaderSecondaryLogo/index.js +0 -29
  2611. package/esm/HeaderSecondaryLogo/index.test.js +0 -22
  2612. package/esm/HeaderSection/__snapshots__/index.test.tsx.snap +0 -16
  2613. package/esm/HeaderSection/index.js +0 -22
  2614. package/esm/HeaderSection/index.test.js +0 -9
  2615. package/esm/HeaderTitle/__snapshots__/index.test.tsx.snap +0 -37
  2616. package/esm/HeaderTitle/index.js +0 -25
  2617. package/esm/HeaderTitle/index.test.js +0 -17
  2618. package/esm/Heading/__snapshots__/index.test.tsx.snap +0 -430
  2619. package/esm/Heading/index.js +0 -50
  2620. package/esm/Heading/index.test.js +0 -166
  2621. package/esm/HeadingCaption/__snapshots__/index.test.tsx.snap +0 -87
  2622. package/esm/HeadingCaption/index.js +0 -25
  2623. package/esm/HeadingCaption/index.test.js +0 -33
  2624. package/esm/HellenicRepublicLogo/__snapshots__/index.test.tsx.snap +0 -30
  2625. package/esm/HellenicRepublicLogo/index.js +0 -40
  2626. package/esm/HellenicRepublicLogo/index.test.js +0 -9
  2627. package/esm/HellenicRepublicLogo/logo-el.js +0 -1
  2628. package/esm/HellenicRepublicLogo/logo-en.js +0 -1
  2629. package/esm/HellenicRepublicLogo/logo-inverted-el.js +0 -1
  2630. package/esm/HellenicRepublicLogo/logo-inverted-en.js +0 -1
  2631. package/esm/Hidden/__snapshots__/index.test.tsx.snap +0 -96
  2632. package/esm/Hidden/index.js +0 -30
  2633. package/esm/Hidden/index.test.js +0 -43
  2634. package/esm/Hint/__snapshots__/index.test.tsx.snap +0 -90
  2635. package/esm/Hint/index.js +0 -24
  2636. package/esm/Hint/index.test.js +0 -33
  2637. package/esm/ImageLogo/__snapshots__/index.test.tsx.snap +0 -36
  2638. package/esm/ImageLogo/index.js +0 -29
  2639. package/esm/ImageLogo/index.test.js +0 -20
  2640. package/esm/ImageLogoSet/__snapshots__/index.test.tsx.snap +0 -118
  2641. package/esm/ImageLogoSet/index.js +0 -30
  2642. package/esm/ImageLogoSet/index.test.js +0 -23
  2643. package/esm/KitchenSinkAllComponents/index.js +0 -17
  2644. package/esm/KitchenSinkCard/index.js +0 -18
  2645. package/esm/KitchenSinkCategory/index.js +0 -17
  2646. package/esm/KitchenSinkContent/index.js +0 -19
  2647. package/esm/KitchenSinkContentInfo/index.js +0 -17
  2648. package/esm/KitchenSinkContentTags/index.js +0 -17
  2649. package/esm/KitchenSinkHeading/index.js +0 -16
  2650. package/esm/KitchenSinkLetterContent/index.js +0 -17
  2651. package/esm/LabelContainer/__snapshots__/index.test.tsx.snap +0 -16
  2652. package/esm/LabelContainer/index.js +0 -22
  2653. package/esm/LabelContainer/index.test.js +0 -9
  2654. package/esm/LabelTitle/__snapshots__/index.test.tsx.snap +0 -193
  2655. package/esm/LabelTitle/index.js +0 -28
  2656. package/esm/LabelTitle/index.test.js +0 -85
  2657. package/esm/LabeledText/__snapshots__/index.test.tsx.snap +0 -50
  2658. package/esm/LabeledText/index.js +0 -25
  2659. package/esm/LabeledText/index.test.js +0 -25
  2660. package/esm/Layout/__snapshots__/index.test.tsx.snap +0 -16
  2661. package/esm/Layout/index.js +0 -24
  2662. package/esm/Layout/index.test.js +0 -9
  2663. package/esm/LinkBase/__snapshots__/index.test.tsx.snap +0 -50
  2664. package/esm/LinkBase/index.js +0 -24
  2665. package/esm/LinkBase/index.test.js +0 -25
  2666. package/esm/List/__snapshots__/index.test.tsx.snap +0 -212
  2667. package/esm/List/index.js +0 -28
  2668. package/esm/List/index.test.js +0 -60
  2669. package/esm/ListItem/__snapshots__/index.test.tsx.snap +0 -16
  2670. package/esm/ListItem/index.js +0 -22
  2671. package/esm/ListItem/index.test.js +0 -9
  2672. package/esm/LoaderContainer/__snapshots__/index.test.tsx.snap +0 -14
  2673. package/esm/LoaderContainer/index.js +0 -22
  2674. package/esm/LoaderContainer/index.test.js +0 -9
  2675. package/esm/Main/__snapshots__/index.test.tsx.snap +0 -27
  2676. package/esm/Main/index.js +0 -28
  2677. package/esm/Main/index.test.js +0 -9
  2678. package/esm/Masthead/__snapshots__/index.test.tsx.snap +0 -16
  2679. package/esm/Masthead/index.js +0 -24
  2680. package/esm/Masthead/index.test.js +0 -9
  2681. package/esm/MastheadBody/__snapshots__/index.test.tsx.snap +0 -16
  2682. package/esm/MastheadBody/index.js +0 -22
  2683. package/esm/MastheadBody/index.test.js +0 -9
  2684. package/esm/MastheadLogo/__snapshots__/index.test.tsx.snap +0 -16
  2685. package/esm/MastheadLogo/index.js +0 -28
  2686. package/esm/MastheadLogo/index.test.js +0 -9
  2687. package/esm/ModalAction/__snapshots__/index.test.tsx.snap +0 -16
  2688. package/esm/ModalAction/index.js +0 -24
  2689. package/esm/ModalAction/index.test.js +0 -9
  2690. package/esm/ModalContainer/__snapshots__/index.test.tsx.snap +0 -24
  2691. package/esm/ModalContainer/index.js +0 -30
  2692. package/esm/ModalContainer/index.test.js +0 -9
  2693. package/esm/ModalContent/__snapshots__/index.test.tsx.snap +0 -16
  2694. package/esm/ModalContent/index.js +0 -23
  2695. package/esm/ModalContent/index.test.js +0 -9
  2696. package/esm/ModalHeading/__snapshots__/index.test.tsx.snap +0 -29
  2697. package/esm/ModalHeading/index.js +0 -22
  2698. package/esm/ModalHeading/index.test.js +0 -9
  2699. package/esm/Nav/__snapshots__/index.test.tsx.snap +0 -33
  2700. package/esm/Nav/index.js +0 -31
  2701. package/esm/Nav/index.test.js +0 -17
  2702. package/esm/NavList/__snapshots__/index.test.tsx.snap +0 -33
  2703. package/esm/NavList/index.js +0 -28
  2704. package/esm/NavList/index.test.js +0 -17
  2705. package/esm/NavListItemAction/__snapshots__/index.test.tsx.snap +0 -16
  2706. package/esm/NavListItemAction/index.js +0 -27
  2707. package/esm/NavListItemAction/index.test.js +0 -9
  2708. package/esm/NavListItemActionContainer/__snapshots__/index.test.tsx.snap +0 -16
  2709. package/esm/NavListItemActionContainer/index.js +0 -23
  2710. package/esm/NavListItemActionContainer/index.test.js +0 -9
  2711. package/esm/NavListItemButton/__snapshots__/index.test.tsx.snap +0 -179
  2712. package/esm/NavListItemButton/index.js +0 -29
  2713. package/esm/NavListItemButton/index.test.js +0 -25
  2714. package/esm/NavListItemLink/__snapshots__/index.test.tsx.snap +0 -112
  2715. package/esm/NavListItemLink/index.js +0 -24
  2716. package/esm/NavListItemLink/index.test.js +0 -43
  2717. package/esm/NavMenuContainer/__snapshots__/index.test.tsx.snap +0 -38
  2718. package/esm/NavMenuContainer/index.js +0 -33
  2719. package/esm/NavMenuContainer/index.test.js +0 -9
  2720. package/esm/NavMenuContent/__snapshots__/index.test.tsx.snap +0 -24
  2721. package/esm/NavMenuContent/index.js +0 -27
  2722. package/esm/NavMenuContent/index.test.js +0 -9
  2723. package/esm/NavMenuContentListBase/__snapshots__/index.test.tsx.snap +0 -16
  2724. package/esm/NavMenuContentListBase/index.js +0 -23
  2725. package/esm/NavMenuContentListBase/index.test.js +0 -9
  2726. package/esm/NavMenuContentListItem/__snapshots__/index.test.tsx.snap +0 -16
  2727. package/esm/NavMenuContentListItem/index.js +0 -23
  2728. package/esm/NavMenuContentListItem/index.test.js +0 -9
  2729. package/esm/NavMenuTitle/__snapshots__/index.test.tsx.snap +0 -43
  2730. package/esm/NavMenuTitle/index.js +0 -31
  2731. package/esm/NavMenuTitle/index.test.js +0 -9
  2732. package/esm/NormalText/__snapshots__/index.test.tsx.snap +0 -945
  2733. package/esm/NormalText/index.js +0 -29
  2734. package/esm/NormalText/index.test.js +0 -349
  2735. package/esm/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +0 -45
  2736. package/esm/NotificationBannerContainer/index.js +0 -31
  2737. package/esm/NotificationBannerContainer/index.test.js +0 -17
  2738. package/esm/NotificationBannerContent/__snapshots__/index.test.tsx.snap +0 -16
  2739. package/esm/NotificationBannerContent/index.js +0 -25
  2740. package/esm/NotificationBannerContent/index.test.js +0 -9
  2741. package/esm/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +0 -39
  2742. package/esm/NotificationBannerHeader/index.js +0 -30
  2743. package/esm/NotificationBannerHeader/index.test.js +0 -9
  2744. package/esm/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +0 -27
  2745. package/esm/NotificationBannerHeading/index.js +0 -25
  2746. package/esm/NotificationBannerHeading/index.test.js +0 -9
  2747. package/esm/NotificationBannerLink/__snapshots__/index.test.tsx.snap +0 -44
  2748. package/esm/NotificationBannerLink/index.js +0 -23
  2749. package/esm/NotificationBannerLink/index.test.js +0 -17
  2750. package/esm/PageTitleCaption/__snapshots__/index.test.tsx.snap +0 -127
  2751. package/esm/PageTitleCaption/index.js +0 -18
  2752. package/esm/PageTitleCaption/index.test.js +0 -41
  2753. package/esm/PageTitleContainer/__snapshots__/index.test.tsx.snap +0 -16
  2754. package/esm/PageTitleContainer/index.js +0 -22
  2755. package/esm/PageTitleContainer/index.test.js +0 -9
  2756. package/esm/PageTitleHeading/__snapshots__/index.test.tsx.snap +0 -127
  2757. package/esm/PageTitleHeading/index.js +0 -19
  2758. package/esm/PageTitleHeading/index.test.js +0 -41
  2759. package/esm/Pagination/__snapshots__/index.spec.tsx.snap +0 -33
  2760. package/esm/Pagination/index.js +0 -24
  2761. package/esm/Pagination/index.spec.js +0 -17
  2762. package/esm/PaginationLabelContainer/__snapshots__/index.spec.tsx.snap +0 -16
  2763. package/esm/PaginationLabelContainer/index.js +0 -22
  2764. package/esm/PaginationLabelContainer/index.spec.js +0 -9
  2765. package/esm/PaginationList/__snapshots__/index.spec.tsx.snap +0 -54
  2766. package/esm/PaginationList/index.js +0 -22
  2767. package/esm/PaginationList/index.spec.js +0 -16
  2768. package/esm/PaginationListItem/__snapshots__/index.spec.tsx.snap +0 -85
  2769. package/esm/PaginationListItem/index.js +0 -27
  2770. package/esm/PaginationListItem/index.spec.js +0 -42
  2771. package/esm/Panel/__snapshots__/index.test.tsx.snap +0 -16
  2772. package/esm/Panel/index.js +0 -24
  2773. package/esm/Panel/index.test.js +0 -9
  2774. package/esm/PanelBody/__snapshots__/index.test.tsx.snap +0 -16
  2775. package/esm/PanelBody/index.js +0 -22
  2776. package/esm/PanelBody/index.test.js +0 -9
  2777. package/esm/PanelTitle/__snapshots__/index.test.tsx.snap +0 -16
  2778. package/esm/PanelTitle/index.js +0 -22
  2779. package/esm/PanelTitle/index.test.js +0 -9
  2780. package/esm/Paragraph/__snapshots__/index.test.tsx.snap +0 -1200
  2781. package/esm/Paragraph/index.js +0 -19
  2782. package/esm/Paragraph/index.test.js +0 -357
  2783. package/esm/PhaseBanner/__snapshots__/index.test.tsx.snap +0 -41
  2784. package/esm/PhaseBanner/index.js +0 -27
  2785. package/esm/PhaseBanner/index.test.js +0 -17
  2786. package/esm/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +0 -16
  2787. package/esm/PhaseBannerHeaderContainer/inde.test.js +0 -9
  2788. package/esm/PhaseBannerHeaderContainer/index.js +0 -18
  2789. package/esm/PhaseBannerTag/__snapshots__/index.test.tsx.snap +0 -16
  2790. package/esm/PhaseBannerTag/index.js +0 -22
  2791. package/esm/PhaseBannerTag/index.test.js +0 -9
  2792. package/esm/PhaseBannerText/__snapshots__/index.test.tsx.snap +0 -16
  2793. package/esm/PhaseBannerText/index.js +0 -24
  2794. package/esm/PhaseBannerText/index.test.js +0 -9
  2795. package/esm/RadioConditional/__snapshots__/index.test.tsx.snap +0 -44
  2796. package/esm/RadioConditional/index.js +0 -26
  2797. package/esm/RadioConditional/index.test.js +0 -9
  2798. package/esm/RadioContainer/__snapshots__/index.test.tsx.snap +0 -33
  2799. package/esm/RadioContainer/index.js +0 -24
  2800. package/esm/RadioContainer/index.test.js +0 -17
  2801. package/esm/RadioItem/__snapshots__/index.test.tsx.snap +0 -341
  2802. package/esm/RadioItem/index.js +0 -38
  2803. package/esm/RadioItem/index.test.js +0 -71
  2804. package/esm/ResultsActionBar/__snapshots__/indext.test.tsx.snap +0 -16
  2805. package/esm/ResultsActionBar/index.js +0 -22
  2806. package/esm/ResultsActionBar/indext.test.js +0 -9
  2807. package/esm/ResultsHeading/__snapshots__/index.test.tsx.snap +0 -16
  2808. package/esm/ResultsHeading/index.js +0 -23
  2809. package/esm/ResultsHeading/index.test.js +0 -9
  2810. package/esm/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +0 -31
  2811. package/esm/ResultsHeadingActions/index.js +0 -29
  2812. package/esm/ResultsHeadingActions/index.test.js +0 -9
  2813. package/esm/SearchButton/__snapshots__/index.test.tsx.snap +0 -50
  2814. package/esm/SearchButton/index.js +0 -25
  2815. package/esm/SearchButton/index.test.js +0 -9
  2816. package/esm/SearchContainer/__snapshots__/index.test.tsx.snap +0 -16
  2817. package/esm/SearchContainer/index.js +0 -22
  2818. package/esm/SearchContainer/index.test.js +0 -9
  2819. package/esm/Section/__snapshots__/index.test.tsx.snap +0 -16
  2820. package/esm/Section/index.js +0 -23
  2821. package/esm/Section/index.test.js +0 -9
  2822. package/esm/SectionBreak/__snapshots__/index.test.tsx.snap +0 -89
  2823. package/esm/SectionBreak/index.js +0 -25
  2824. package/esm/SectionBreak/index.test.js +0 -49
  2825. package/esm/SelectContainer/__snapshots__/index.test.tsx.snap +0 -57
  2826. package/esm/SelectContainer/index.js +0 -23
  2827. package/esm/SelectContainer/index.test.js +0 -26
  2828. package/esm/SelectOption/__snapshots__/index.test.tsx.snap +0 -35
  2829. package/esm/SelectOption/index.js +0 -23
  2830. package/esm/SelectOption/index.test.js +0 -17
  2831. package/esm/SingleCharacterInput/__snapshots__/index.test.tsx.snap +0 -198
  2832. package/esm/SingleCharacterInput/index.js +0 -28
  2833. package/esm/SingleCharacterInput/index.test.js +0 -53
  2834. package/esm/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +0 -16
  2835. package/esm/SingleCharacterInputs/index.js +0 -24
  2836. package/esm/SingleCharacterInputs/index.test.js +0 -9
  2837. package/esm/SkipLink/__snapshots__/index.test.tsx.snap +0 -20
  2838. package/esm/SkipLink/index.js +0 -26
  2839. package/esm/SkipLink/index.test.js +0 -9
  2840. package/esm/Stack/__snapshots__/index.test.tsx.snap +0 -516
  2841. package/esm/Stack/index.js +0 -29
  2842. package/esm/Stack/index.test.js +0 -248
  2843. package/esm/StepNav/__snapshots__/index.test.tsx.snap +0 -33
  2844. package/esm/StepNav/index.js +0 -24
  2845. package/esm/StepNav/index.test.js +0 -17
  2846. package/esm/StepNavAccordion/__snapshots__/index.test.tsx.snap +0 -16
  2847. package/esm/StepNavAccordion/index.js +0 -25
  2848. package/esm/StepNavAccordion/index.test.js +0 -9
  2849. package/esm/StepNavAccordionContent/__snapshots__/index.test.tsx.snap +0 -16
  2850. package/esm/StepNavAccordionContent/index.js +0 -23
  2851. package/esm/StepNavAccordionContent/index.test.js +0 -9
  2852. package/esm/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +0 -80
  2853. package/esm/StepNavAccordionHeadingText/index.js +0 -32
  2854. package/esm/StepNavAccordionHeadingText/index.test.js +0 -25
  2855. package/esm/StepNavAccordionHeadingTitle/__snapshots__/index.test.tsx.snap +0 -16
  2856. package/esm/StepNavAccordionHeadingTitle/index.js +0 -24
  2857. package/esm/StepNavAccordionHeadingTitle/index.test.js +0 -9
  2858. package/esm/StepNavAccordionSummary/__snapshots__/index.test.tsx.snap +0 -18
  2859. package/esm/StepNavAccordionSummary/index.js +0 -23
  2860. package/esm/StepNavAccordionSummary/index.test.js +0 -9
  2861. package/esm/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +0 -86
  2862. package/esm/StepNavAccordionSummaryHeading/index.js +0 -46
  2863. package/esm/StepNavAccordionSummaryHeading/index.test.js +0 -43
  2864. package/esm/StepNavCircleNumber/__snapshots__/index.test.tsx.snap +0 -47
  2865. package/esm/StepNavCircleNumber/index.js +0 -28
  2866. package/esm/StepNavCircleNumber/index.test.js +0 -17
  2867. package/esm/StepNavControls/__snapshots__/index.test.tsx.snap +0 -16
  2868. package/esm/StepNavControls/index.js +0 -23
  2869. package/esm/StepNavControls/index.test.js +0 -9
  2870. package/esm/StepNavList/__snapshots__/index.test.tsx.snap +0 -16
  2871. package/esm/StepNavList/index.js +0 -23
  2872. package/esm/StepNavList/index.test.js +0 -9
  2873. package/esm/StepNavListItem/__snapshots__/index.test.tsx.snap +0 -16
  2874. package/esm/StepNavListItem/index.js +0 -22
  2875. package/esm/StepNavListItem/index.test.js +0 -9
  2876. package/esm/SummaryList/__snapshots__/index.test.tsx.snap +0 -16
  2877. package/esm/SummaryList/index.js +0 -25
  2878. package/esm/SummaryList/index.test.js +0 -9
  2879. package/esm/SummaryListItem/__snapshots__/index.test.tsx.snap +0 -16
  2880. package/esm/SummaryListItem/index.js +0 -25
  2881. package/esm/SummaryListItem/index.test.js +0 -9
  2882. package/esm/SummaryListItemAction/__snapshots__/index.test.tsx.snap +0 -16
  2883. package/esm/SummaryListItemAction/index.js +0 -23
  2884. package/esm/SummaryListItemAction/index.test.js +0 -9
  2885. package/esm/SummaryListItemKey/__snapshots__/index.test.tsx.snap +0 -16
  2886. package/esm/SummaryListItemKey/index.js +0 -23
  2887. package/esm/SummaryListItemKey/index.test.js +0 -9
  2888. package/esm/SummaryListItemValue/__snapshots__/index.test.tsx.snap +0 -16
  2889. package/esm/SummaryListItemValue/index.js +0 -22
  2890. package/esm/SummaryListItemValue/index.test.js +0 -9
  2891. package/esm/SvgIcon/__snapshots__/index.test.tsx.snap +0 -367
  2892. package/esm/SvgIcon/index.js +0 -28
  2893. package/esm/SvgIcon/index.test.js +0 -131
  2894. package/esm/Table/__snapshots__/index.test.tsx.snap +0 -84
  2895. package/esm/Table/index.js +0 -30
  2896. package/esm/Table/index.test.js +0 -41
  2897. package/esm/TableBody/__snapshots__/index.test.tsx.snap +0 -16
  2898. package/esm/TableBody/index.js +0 -24
  2899. package/esm/TableBody/index.test.js +0 -9
  2900. package/esm/TableCaption/__snapshots__/index.test.tsx.snap +0 -84
  2901. package/esm/TableCaption/index.js +0 -24
  2902. package/esm/TableCaption/index.test.js +0 -41
  2903. package/esm/TableContainer/__snapshots__/index.test.tsx.snap +0 -33
  2904. package/esm/TableContainer/index.js +0 -24
  2905. package/esm/TableContainer/index.test.js +0 -17
  2906. package/esm/TableDataCell/__snapshots__/index.test.tsx.snap +0 -33
  2907. package/esm/TableDataCell/index.js +0 -24
  2908. package/esm/TableDataCell/index.test.js +0 -17
  2909. package/esm/TableHead/__snapshots__/index.test.tsx.snap +0 -16
  2910. package/esm/TableHead/index.js +0 -22
  2911. package/esm/TableHead/index.test.js +0 -9
  2912. package/esm/TableHeadCell/__snapshots__/index.test.tsx.snap +0 -219
  2913. package/esm/TableHeadCell/index.js +0 -25
  2914. package/esm/TableHeadCell/index.test.js +0 -119
  2915. package/esm/TableLoaderBackground/__snapshots__/index.test.tsx.snap +0 -16
  2916. package/esm/TableLoaderBackground/index.js +0 -23
  2917. package/esm/TableLoaderBackground/index.test.js +0 -9
  2918. package/esm/TableNoDataRow/__snapshots__/index.test.tsx.snap +0 -22
  2919. package/esm/TableNoDataRow/index.js +0 -26
  2920. package/esm/TableNoDataRow/index.test.js +0 -9
  2921. package/esm/TableRow/__snapshots__/index.test.tsx.snap +0 -50
  2922. package/esm/TableRow/index.js +0 -25
  2923. package/esm/TableRow/index.test.js +0 -25
  2924. package/esm/TableSortIconContainer/__snapshots__/index.test.tsx.snap +0 -16
  2925. package/esm/TableSortIconContainer/index.js +0 -24
  2926. package/esm/TableSortIconContainer/index.test.js +0 -9
  2927. package/esm/Tabs/__snapshots__/index.test.tsx.snap +0 -16
  2928. package/esm/Tabs/index.js +0 -23
  2929. package/esm/Tabs/index.test.js +0 -9
  2930. package/esm/TabsHeading/__snapshots__/index.test.tsx.snap +0 -116
  2931. package/esm/TabsHeading/index.js +0 -26
  2932. package/esm/TabsHeading/index.test.js +0 -25
  2933. package/esm/TabsList/__snapshots__/index.test.tsx.snap +0 -18
  2934. package/esm/TabsList/index.js +0 -24
  2935. package/esm/TabsList/index.test.js +0 -9
  2936. package/esm/TabsListItem/__snapshots__/index.test.tsx.snap +0 -133
  2937. package/esm/TabsListItem/index.js +0 -29
  2938. package/esm/TabsListItem/index.test.js +0 -43
  2939. package/esm/TabsPanel/__snapshots__/index.test.tsx.snap +0 -83
  2940. package/esm/TabsPanel/index.js +0 -26
  2941. package/esm/TabsPanel/index.test.js +0 -33
  2942. package/esm/TaskList/__snapshots__/index.test.tsx.snap +0 -33
  2943. package/esm/TaskList/index.js +0 -24
  2944. package/esm/TaskList/index.test.js +0 -17
  2945. package/esm/TaskListItem/__snapshots__/index.test.tsx.snap +0 -16
  2946. package/esm/TaskListItem/index.js +0 -22
  2947. package/esm/TaskListItem/index.test.js +0 -9
  2948. package/esm/TaskListItemContent/__snapshots__/index.test.tsx.snap +0 -16
  2949. package/esm/TaskListItemContent/index.js +0 -23
  2950. package/esm/TaskListItemContent/index.test.js +0 -9
  2951. package/esm/TaskListItemHeading/__snapshots__/index.test.tsx.snap +0 -86
  2952. package/esm/TaskListItemHeading/index.js +0 -21
  2953. package/esm/TaskListItemHeading/index.test.js +0 -25
  2954. package/esm/TaskListItemTag/__snapshots__/index.test.tsx.snap +0 -67
  2955. package/esm/TaskListItemTag/index.js +0 -23
  2956. package/esm/TaskListItemTag/index.test.js +0 -33
  2957. package/esm/TextArea/__snapshots__/index.test.tsx.snap +0 -113
  2958. package/esm/TextArea/index.js +0 -29
  2959. package/esm/TextArea/index.test.js +0 -49
  2960. package/esm/TextInput/__snapshots__/index.test.tsx.snap +0 -760
  2961. package/esm/TextInput/index.js +0 -29
  2962. package/esm/TextInput/index.test.js +0 -375
  2963. package/esm/Timeline/__snapshots__/index.test.tsx.snap +0 -33
  2964. package/esm/Timeline/index.js +0 -24
  2965. package/esm/Timeline/index.test.js +0 -17
  2966. package/esm/TimelineActions/__snapshots__/index.test.tsx.snap +0 -16
  2967. package/esm/TimelineActions/index.js +0 -24
  2968. package/esm/TimelineActions/index.test.js +0 -9
  2969. package/esm/TimelineContent/__snapshots__/index.test.tsx.snap +0 -16
  2970. package/esm/TimelineContent/index.js +0 -23
  2971. package/esm/TimelineContent/index.test.js +0 -9
  2972. package/esm/TimelineHeading/__snapshots__/index.test.tsx.snap +0 -50
  2973. package/esm/TimelineHeading/index.js +0 -44
  2974. package/esm/TimelineHeading/index.test.js +0 -25
  2975. package/esm/TimelineItem/__snapshots__/index.test.tsx.snap +0 -16
  2976. package/esm/TimelineItem/index.js +0 -22
  2977. package/esm/TimelineItem/index.test.js +0 -9
  2978. package/esm/Top/__snapshots__/index.test.tsx.snap +0 -16
  2979. package/esm/Top/index.js +0 -22
  2980. package/esm/Top/index.test.js +0 -9
  2981. package/esm/Typography/__snapshots__/index.test.tsx.snap +0 -181
  2982. package/esm/Typography/index.js +0 -26
  2983. package/esm/Typography/index.test.js +0 -93
  2984. package/esm/Unpurge/index.js +0 -9
  2985. package/esm/VisuallyHidden/__snapshots__/index.test.tsx.snap +0 -16
  2986. package/esm/VisuallyHidden/index.js +0 -23
  2987. package/esm/VisuallyHidden/index.test.js +0 -9
  2988. package/esm/WarningText/__snapshots__/index.test.tsx.snap +0 -61
  2989. package/esm/WarningText/index.js +0 -32
  2990. package/esm/WarningText/index.test.js +0 -17
  2991. package/esm/index.js +0 -226
  2992. package/esm/registry.js +0 -514
  2993. package/registry.js +0 -775
  2994. package/src/AccessibilityMenu/index.tsx +0 -41
  2995. package/src/AccessibilityMenuBody/index.tsx +0 -29
  2996. package/src/AccessibilityMenuButton/index.tsx +0 -33
  2997. package/src/AccessibilityMenuContent/index.tsx +0 -29
  2998. package/src/AccessibilityMenuHeader/index.tsx +0 -28
  2999. package/src/AccessibilityMenuHeaderButton/index.tsx +0 -30
  3000. package/src/AccessibilityMenuList/index.tsx +0 -29
  3001. package/src/AccessibilityMenuListItem/index.tsx +0 -29
  3002. package/src/AccessibilityMenuOptionButton/index.tsx +0 -42
  3003. package/src/AccessibilityMenuSteps/index.tsx +0 -81
  3004. package/src/TabsListItem/__snapshots__/index.test.tsx.snap +0 -133
  3005. package/src/TabsListItem/index.test.tsx +0 -38
  3006. package/src/TabsListItem/index.tsx +0 -46
  3007. package/src/TabsPanel/__snapshots__/index.test.tsx.snap +0 -83
  3008. package/src/TabsPanel/index.test.tsx +0 -20
  3009. package/src/TabsPanel/index.tsx +0 -39
  3010. /package/{es/GovGRLogo/govgr-logo-base64.js → GovGRLogo/govgr-logo-base64/index.js} +0 -0
  3011. /package/{es/GovGRLogo/govgr-logo-blue-base64.js → GovGRLogo/govgr-logo-blue-base64/index.js} +0 -0
  3012. /package/{es/HellenicRepublicLogo/logo-el.js → HellenicRepublicLogo/logo-el/index.js} +0 -0
  3013. /package/{es/HellenicRepublicLogo/logo-en.js → HellenicRepublicLogo/logo-en/index.js} +0 -0
  3014. /package/{es/HellenicRepublicLogo/logo-inverted-el.js → HellenicRepublicLogo/logo-inverted-el/index.js} +0 -0
  3015. /package/{es/HellenicRepublicLogo/logo-inverted-en.js → HellenicRepublicLogo/logo-inverted-en/index.js} +0 -0
  3016. /package/{TabsListItem → TabsListItemBase}/index.test.d.ts +0 -0
  3017. /package/{TabsPanel → TabsPanelBase}/index.test.d.ts +0 -0
  3018. /package/{es → cjs}/Accordion/__snapshots__/index.test.tsx.snap +0 -0
  3019. /package/{es → cjs}/AccordionControls/__snapshots__/index.test.tsx.snap +0 -0
  3020. /package/{es → cjs}/AccordionSection/__snapshots__/index.test.tsx.snap +0 -0
  3021. /package/{es → cjs}/AccordionSectionContent/__snapshots__/index.test.tsx.snap +0 -0
  3022. /package/{es → cjs}/AccordionSectionSummary/__snapshots__/index.test.tsx.snap +0 -0
  3023. /package/{es → cjs}/AccordionSectionSummaryHeading/__snapshots__/index.test.tsx.snap +0 -0
  3024. /package/{es → cjs}/AdminAside/__snapshots__/index.test.tsx.snap +0 -0
  3025. /package/{es → cjs}/AdminContainer/__snapshots__/index.test.tsx.snap +0 -0
  3026. /package/{es → cjs}/AdminHeader/__snapshots__/index.test.tsx.snap +0 -0
  3027. /package/{es → cjs}/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +0 -0
  3028. /package/{es → cjs}/AdminLayout/__snapshots__/index.test.tsx.snap +0 -0
  3029. /package/{es → cjs}/AdminMain/__snapshots__/index.test.tsx.snap +0 -0
  3030. /package/{es → cjs}/AdminTopSection/__snapshots__/index.test.tsx.snap +0 -0
  3031. /package/{es → cjs}/Aside/__snapshots__/index.test.tsx.snap +0 -0
  3032. /package/{es → cjs}/AutoCompleteAssistiveHint/__snapshots__/index.test.tsx.snap +0 -0
  3033. /package/{es → cjs}/AutoCompleteInput/__snapshots__/index.test.tsx.snap +0 -0
  3034. /package/{es → cjs}/AutoCompleteInputTypeahead/__snapshots__/index.test.tsx.snap +0 -0
  3035. /package/{es → cjs}/AutoCompleteResultList/__snapshots__/index.test.tsx.snap +0 -0
  3036. /package/{es → cjs}/AutoCompleteResultListItem/__snapshots__/index.test.tsx.snap +0 -0
  3037. /package/{es → cjs}/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +0 -0
  3038. /package/{es → cjs}/AutoCompleteStatusWrapper/__snapshots__/index.test.tsx.snap +0 -0
  3039. /package/{es → cjs}/AutoCompleteWrapper/__snapshots__/index.test.tsx.snap +0 -0
  3040. /package/{es → cjs}/BackLink/__snapshots__/index.test.tsx.snap +0 -0
  3041. /package/{es → cjs}/BannerContainer/__snapshots__/index.test.tsx.snap +0 -0
  3042. /package/{es → cjs}/Blockquote/__snapshots__/index.test.tsx.snap +0 -0
  3043. /package/{es → cjs}/Bottom/__snapshots__/index.test.tsx.snap +0 -0
  3044. /package/{es → cjs}/BottomInfoContent/__snapshots__/index.test.tsx.snap +0 -0
  3045. /package/{es → cjs}/Breadcrumbs/__snapshots__/index.test.tsx.snap +0 -0
  3046. /package/{es → cjs}/BreadcrumbsList/__snapshots__/index.test.tsx.snap +0 -0
  3047. /package/{es → cjs}/BreadcrumbsListItem/__snapshots__/index.test.tsx.snap +0 -0
  3048. /package/{es → cjs}/ButtonGroup/__snapshots__/index.test.tsx.snap +0 -0
  3049. /package/{es → cjs}/ButtonLink/__snapshots__/index.test.tsx.snap +0 -0
  3050. /package/{es → cjs}/Card/__snapshots__/index.test.tsx.snap +0 -0
  3051. /package/{es → cjs}/CardAction/__snapshots__/index.test.tsx.snap +0 -0
  3052. /package/{es → cjs}/CardContent/__snapshots__/index.test.tsx.snap +0 -0
  3053. /package/{es → cjs}/CardHeading/__snapshots__/index.test.tsx.snap +0 -0
  3054. /package/{es → cjs}/CheckboxConditional/__snapshots__/index.test.tsx.snap +0 -0
  3055. /package/{es → cjs}/CheckboxItem/__snapshots__/index.test.tsx.snap +0 -0
  3056. /package/{es → cjs}/Chip/__snapshots__/index.test.tsx.snap +0 -0
  3057. /package/{es → cjs}/ChipContainer/__snapshots__/index.spec.tsx.snap +0 -0
  3058. /package/{es → cjs}/ChipHeading/__snapshots__/index.test.tsx.snap +0 -0
  3059. /package/{es → cjs}/ChipKeyValue/__snapshots__/index.test.tsx.snap +0 -0
  3060. /package/{es → cjs}/ChoiceDividerText/__snapshots__/index.test.tsx.snap +0 -0
  3061. /package/{es → cjs}/CircularProgress/__snapshots__/index.test.tsx.snap +0 -0
  3062. /package/{es → cjs}/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +0 -0
  3063. /package/{es → cjs}/CopyrightContainer/__snapshots__/index.test.tsx.snap +0 -0
  3064. /package/{es → cjs}/DateInputItem/__snapshots__/index.test.tsx.snap +0 -0
  3065. /package/{es → cjs}/Details/__snapshots__/index.test.tsx.snap +0 -0
  3066. /package/{es → cjs}/DetailsContent/__snapshots__/index.test.tsx.snap +0 -0
  3067. /package/{es → cjs}/DetailsSummary/__snapshots__/index.test.tsx.snap +0 -0
  3068. /package/{es → cjs}/Drawer/__snapshots__/index.test.tsx.snap +0 -0
  3069. /package/{es → cjs}/DrawerHeading/__snapshots__/index.test.tsx.snap +0 -0
  3070. /package/{es → cjs}/DropdownContent/__snapshots__/index.test.tsx.snap +0 -0
  3071. /package/{es → cjs}/ErrorMessage/__snapshots__/index.test.tsx.snap +0 -0
  3072. /package/{es → cjs}/FieldContainer/__snapshots__/index.test.tsx.snap +0 -0
  3073. /package/{es → cjs}/Fieldset/__snapshots__/index.test.tsx.snap +0 -0
  3074. /package/{es → cjs}/FieldsetLegend/__snapshots__/index.test.tsx.snap +0 -0
  3075. /package/{es → cjs}/FileUpload/__snapshots__/index.test.tsx.snap +0 -0
  3076. /package/{es → cjs}/FileUploadContainer/__snapshots__/index.test.tsx.snap +0 -0
  3077. /package/{es → cjs}/FillableText/__snapshots__/index.test.tsx.snap +0 -0
  3078. /package/{es → cjs}/FilterContainer/__snapshots__/index.test.tsx.snap +0 -0
  3079. /package/{es → cjs}/FilterContent/__snapshots__/index.test.tsx.snap +0 -0
  3080. /package/{es → cjs}/FilterHeadingContainer/__snapshots__/index.test.tsx.snap +0 -0
  3081. /package/{es → cjs}/FilterOptionsSection/__snapshots__/index.spec.tsx.snap +0 -0
  3082. /package/{es → cjs}/FilterSelectedHeading/__snapshots__/index.spec.tsx.snap +0 -0
  3083. /package/{es → cjs}/FilterSelectedSection/__snapshots__/index.test.tsx.snap +0 -0
  3084. /package/{es → cjs}/Footer/__snapshots__/index.test.tsx.snap +0 -0
  3085. /package/{es → cjs}/FooterContainer/__snapshots__/index.test.tsx.snap +0 -0
  3086. /package/{es → cjs}/FooterContent/__snapshots__/index.test.tsx.snap +0 -0
  3087. /package/{es → cjs}/FooterContentLogos/__snapshots__/index.test.tsx.snap +0 -0
  3088. /package/{es → cjs}/FooterHeading/__snapshots__/index.test.tsx.snap +0 -0
  3089. /package/{es → cjs}/FooterImage/__snapshots__/index.test.tsx.snap +0 -0
  3090. /package/{es → cjs}/FooterInfo/__snapshots__/index.test.tsx.snap +0 -0
  3091. /package/{es → cjs}/FooterInfoSection/__snapshots__/index.test.tsx.snap +0 -0
  3092. /package/{es → cjs}/FooterLink/__snapshots__/index.test.tsx.snap +0 -0
  3093. /package/{es → cjs}/FooterList/__snapshots__/index.test.tsx.snap +0 -0
  3094. /package/{es → cjs}/FooterListItem/__snapshots__/index.test.tsx.snap +0 -0
  3095. /package/{es → cjs}/FooterNavigation/__snapshots__/index.test.tsx.snap +0 -0
  3096. /package/{es → cjs}/FooterNavigationSection/__snapshots__/index.test.tsx.snap +0 -0
  3097. /package/{es → cjs}/Form/__snapshots__/index.test.tsx.snap +0 -0
  3098. /package/{es → cjs}/FullPageBackground/__snapshots__/index.test.tsx.snap +0 -0
  3099. /package/{es → cjs}/GovGRLogo/__snapshots__/index.test.tsx.snap +0 -0
  3100. /package/{GovGRLogo/govgr-logo-base64.js → cjs/GovGRLogo/govgr-logo-base64/index.js} +0 -0
  3101. /package/{GovGRLogo/govgr-logo-blue-base64.js → cjs/GovGRLogo/govgr-logo-blue-base64/index.js} +0 -0
  3102. /package/{es → cjs}/Grid/__snapshots__/index.test.tsx.snap +0 -0
  3103. /package/{es → cjs}/Header/__snapshots__/index.test.tsx.snap +0 -0
  3104. /package/{es → cjs}/HeaderContent/__snapshots__/index.test.tsx.snap +0 -0
  3105. /package/{es → cjs}/HeaderLogo/__snapshots__/index.test.tsx.snap +0 -0
  3106. /package/{es → cjs}/HeaderNavMenuContent/__snapshots__/index.test.tsx.snap +0 -0
  3107. /package/{es → cjs}/HeaderSecondaryLogo/__snapshots__/index.test.tsx.snap +0 -0
  3108. /package/{es → cjs}/HeaderSection/__snapshots__/index.test.tsx.snap +0 -0
  3109. /package/{es → cjs}/HeaderTitle/__snapshots__/index.test.tsx.snap +0 -0
  3110. /package/{es → cjs}/Heading/__snapshots__/index.test.tsx.snap +0 -0
  3111. /package/{es → cjs}/HeadingCaption/__snapshots__/index.test.tsx.snap +0 -0
  3112. /package/{es → cjs}/HellenicRepublicLogo/__snapshots__/index.test.tsx.snap +0 -0
  3113. /package/{HellenicRepublicLogo/logo-el.js → cjs/HellenicRepublicLogo/logo-el/index.js} +0 -0
  3114. /package/{HellenicRepublicLogo/logo-en.js → cjs/HellenicRepublicLogo/logo-en/index.js} +0 -0
  3115. /package/{HellenicRepublicLogo/logo-inverted-el.js → cjs/HellenicRepublicLogo/logo-inverted-el/index.js} +0 -0
  3116. /package/{HellenicRepublicLogo/logo-inverted-en.js → cjs/HellenicRepublicLogo/logo-inverted-en/index.js} +0 -0
  3117. /package/{es → cjs}/Hidden/__snapshots__/index.test.tsx.snap +0 -0
  3118. /package/{es → cjs}/Hint/__snapshots__/index.test.tsx.snap +0 -0
  3119. /package/{es → cjs}/ImageLogoSet/__snapshots__/index.test.tsx.snap +0 -0
  3120. /package/{es → cjs}/LabelContainer/__snapshots__/index.test.tsx.snap +0 -0
  3121. /package/{es → cjs}/LabelTitle/__snapshots__/index.test.tsx.snap +0 -0
  3122. /package/{es → cjs}/LabeledText/__snapshots__/index.test.tsx.snap +0 -0
  3123. /package/{es → cjs}/Layout/__snapshots__/index.test.tsx.snap +0 -0
  3124. /package/{es → cjs}/LinkBase/__snapshots__/index.test.tsx.snap +0 -0
  3125. /package/{es → cjs}/List/__snapshots__/index.test.tsx.snap +0 -0
  3126. /package/{es → cjs}/ListItem/__snapshots__/index.test.tsx.snap +0 -0
  3127. /package/{es → cjs}/LoaderContainer/__snapshots__/index.test.tsx.snap +0 -0
  3128. /package/{es → cjs}/Main/__snapshots__/index.test.tsx.snap +0 -0
  3129. /package/{es → cjs}/Masthead/__snapshots__/index.test.tsx.snap +0 -0
  3130. /package/{es → cjs}/MastheadBody/__snapshots__/index.test.tsx.snap +0 -0
  3131. /package/{es → cjs}/MastheadLogo/__snapshots__/index.test.tsx.snap +0 -0
  3132. /package/{es → cjs}/ModalAction/__snapshots__/index.test.tsx.snap +0 -0
  3133. /package/{es → cjs}/ModalContainer/__snapshots__/index.test.tsx.snap +0 -0
  3134. /package/{es → cjs}/ModalContent/__snapshots__/index.test.tsx.snap +0 -0
  3135. /package/{es → cjs}/ModalHeading/__snapshots__/index.test.tsx.snap +0 -0
  3136. /package/{es → cjs}/NavList/__snapshots__/index.test.tsx.snap +0 -0
  3137. /package/{es → cjs}/NavListItemAction/__snapshots__/index.test.tsx.snap +0 -0
  3138. /package/{es → cjs}/NavListItemActionContainer/__snapshots__/index.test.tsx.snap +0 -0
  3139. /package/{es → cjs}/NavListItemLink/__snapshots__/index.test.tsx.snap +0 -0
  3140. /package/{es → cjs}/NavMenuContent/__snapshots__/index.test.tsx.snap +0 -0
  3141. /package/{es → cjs}/NavMenuContentListBase/__snapshots__/index.test.tsx.snap +0 -0
  3142. /package/{es → cjs}/NavMenuContentListItem/__snapshots__/index.test.tsx.snap +0 -0
  3143. /package/{es → cjs}/NavMenuTitle/__snapshots__/index.test.tsx.snap +0 -0
  3144. /package/{es → cjs}/NormalText/__snapshots__/index.test.tsx.snap +0 -0
  3145. /package/{es → cjs}/NotificationBannerContent/__snapshots__/index.test.tsx.snap +0 -0
  3146. /package/{es → cjs}/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +0 -0
  3147. /package/{es → cjs}/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +0 -0
  3148. /package/{es → cjs}/NotificationBannerLink/__snapshots__/index.test.tsx.snap +0 -0
  3149. /package/{es → cjs}/PageTitleCaption/__snapshots__/index.test.tsx.snap +0 -0
  3150. /package/{es → cjs}/PageTitleContainer/__snapshots__/index.test.tsx.snap +0 -0
  3151. /package/{es → cjs}/PageTitleHeading/__snapshots__/index.test.tsx.snap +0 -0
  3152. /package/{es → cjs}/Pagination/__snapshots__/index.spec.tsx.snap +0 -0
  3153. /package/{es → cjs}/PaginationLabelContainer/__snapshots__/index.spec.tsx.snap +0 -0
  3154. /package/{es → cjs}/PaginationList/__snapshots__/index.spec.tsx.snap +0 -0
  3155. /package/{es → cjs}/PaginationListItem/__snapshots__/index.spec.tsx.snap +0 -0
  3156. /package/{es → cjs}/Panel/__snapshots__/index.test.tsx.snap +0 -0
  3157. /package/{es → cjs}/PanelBody/__snapshots__/index.test.tsx.snap +0 -0
  3158. /package/{es → cjs}/PanelTitle/__snapshots__/index.test.tsx.snap +0 -0
  3159. /package/{es → cjs}/Paragraph/__snapshots__/index.test.tsx.snap +0 -0
  3160. /package/{es → cjs}/PhaseBanner/__snapshots__/index.test.tsx.snap +0 -0
  3161. /package/{es → cjs}/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +0 -0
  3162. /package/{es → cjs}/PhaseBannerTag/__snapshots__/index.test.tsx.snap +0 -0
  3163. /package/{es → cjs}/PhaseBannerText/__snapshots__/index.test.tsx.snap +0 -0
  3164. /package/{es → cjs}/RadioConditional/__snapshots__/index.test.tsx.snap +0 -0
  3165. /package/{es → cjs}/ResultsActionBar/__snapshots__/indext.test.tsx.snap +0 -0
  3166. /package/{es → cjs}/ResultsHeading/__snapshots__/index.test.tsx.snap +0 -0
  3167. /package/{es → cjs}/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +0 -0
  3168. /package/{es → cjs}/SearchButton/__snapshots__/index.test.tsx.snap +0 -0
  3169. /package/{es → cjs}/SearchContainer/__snapshots__/index.test.tsx.snap +0 -0
  3170. /package/{es → cjs}/Section/__snapshots__/index.test.tsx.snap +0 -0
  3171. /package/{es → cjs}/SectionBreak/__snapshots__/index.test.tsx.snap +0 -0
  3172. /package/{es → cjs}/SelectOption/__snapshots__/index.test.tsx.snap +0 -0
  3173. /package/{es → cjs}/SingleCharacterInput/__snapshots__/index.test.tsx.snap +0 -0
  3174. /package/{es → cjs}/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +0 -0
  3175. /package/{es → cjs}/SkipLink/__snapshots__/index.test.tsx.snap +0 -0
  3176. /package/{es → cjs}/Stack/__snapshots__/index.test.tsx.snap +0 -0
  3177. /package/{es → cjs}/StepNavAccordion/__snapshots__/index.test.tsx.snap +0 -0
  3178. /package/{es → cjs}/StepNavAccordionContent/__snapshots__/index.test.tsx.snap +0 -0
  3179. /package/{es → cjs}/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +0 -0
  3180. /package/{es → cjs}/StepNavAccordionHeadingTitle/__snapshots__/index.test.tsx.snap +0 -0
  3181. /package/{es → cjs}/StepNavAccordionSummary/__snapshots__/index.test.tsx.snap +0 -0
  3182. /package/{es → cjs}/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +0 -0
  3183. /package/{es → cjs}/StepNavCircleNumber/__snapshots__/index.test.tsx.snap +0 -0
  3184. /package/{es → cjs}/StepNavControls/__snapshots__/index.test.tsx.snap +0 -0
  3185. /package/{es → cjs}/StepNavList/__snapshots__/index.test.tsx.snap +0 -0
  3186. /package/{es → cjs}/StepNavListItem/__snapshots__/index.test.tsx.snap +0 -0
  3187. /package/{es → cjs}/SummaryList/__snapshots__/index.test.tsx.snap +0 -0
  3188. /package/{es → cjs}/SummaryListItem/__snapshots__/index.test.tsx.snap +0 -0
  3189. /package/{es → cjs}/SummaryListItemAction/__snapshots__/index.test.tsx.snap +0 -0
  3190. /package/{es → cjs}/SummaryListItemKey/__snapshots__/index.test.tsx.snap +0 -0
  3191. /package/{es → cjs}/SummaryListItemValue/__snapshots__/index.test.tsx.snap +0 -0
  3192. /package/{es → cjs}/SvgIcon/__snapshots__/index.test.tsx.snap +0 -0
  3193. /package/{es → cjs}/Table/__snapshots__/index.test.tsx.snap +0 -0
  3194. /package/{es → cjs}/TableBody/__snapshots__/index.test.tsx.snap +0 -0
  3195. /package/{es → cjs}/TableCaption/__snapshots__/index.test.tsx.snap +0 -0
  3196. /package/{es → cjs}/TableContainer/__snapshots__/index.test.tsx.snap +0 -0
  3197. /package/{es → cjs}/TableDataCell/__snapshots__/index.test.tsx.snap +0 -0
  3198. /package/{es → cjs}/TableHead/__snapshots__/index.test.tsx.snap +0 -0
  3199. /package/{es → cjs}/TableHeadCell/__snapshots__/index.test.tsx.snap +0 -0
  3200. /package/{es → cjs}/TableLoaderBackground/__snapshots__/index.test.tsx.snap +0 -0
  3201. /package/{es → cjs}/TableNoDataRow/__snapshots__/index.test.tsx.snap +0 -0
  3202. /package/{es → cjs}/TableRow/__snapshots__/index.test.tsx.snap +0 -0
  3203. /package/{es → cjs}/TableSortIconContainer/__snapshots__/index.test.tsx.snap +0 -0
  3204. /package/{es → cjs}/TabsHeading/__snapshots__/index.test.tsx.snap +0 -0
  3205. /package/{es → cjs}/TabsList/__snapshots__/index.test.tsx.snap +0 -0
  3206. /package/{es → cjs}/TaskListItem/__snapshots__/index.test.tsx.snap +0 -0
  3207. /package/{es → cjs}/TaskListItemContent/__snapshots__/index.test.tsx.snap +0 -0
  3208. /package/{es → cjs}/TaskListItemHeading/__snapshots__/index.test.tsx.snap +0 -0
  3209. /package/{es → cjs}/TaskListItemTag/__snapshots__/index.test.tsx.snap +0 -0
  3210. /package/{es → cjs}/Timeline/__snapshots__/index.test.tsx.snap +0 -0
  3211. /package/{es → cjs}/TimelineActions/__snapshots__/index.test.tsx.snap +0 -0
  3212. /package/{es → cjs}/TimelineContent/__snapshots__/index.test.tsx.snap +0 -0
  3213. /package/{es → cjs}/TimelineHeading/__snapshots__/index.test.tsx.snap +0 -0
  3214. /package/{es → cjs}/TimelineItem/__snapshots__/index.test.tsx.snap +0 -0
  3215. /package/{es → cjs}/Top/__snapshots__/index.test.tsx.snap +0 -0
  3216. /package/{es → cjs}/Typography/__snapshots__/index.test.tsx.snap +0 -0
  3217. /package/{es → cjs}/VisuallyHidden/__snapshots__/index.test.tsx.snap +0 -0
package/index.js CHANGED
@@ -1,2852 +1,217 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
-
7
- var _Accordion = require("@digigov/react-core/Accordion");
8
-
9
- Object.keys(_Accordion).forEach(function (key) {
10
- if (key === "default" || key === "__esModule") return;
11
- if (key in exports && exports[key] === _Accordion[key]) return;
12
- Object.defineProperty(exports, key, {
13
- enumerable: true,
14
- get: function get() {
15
- return _Accordion[key];
16
- }
17
- });
18
- });
19
-
20
- var _AccordionControls = require("@digigov/react-core/AccordionControls");
21
-
22
- Object.keys(_AccordionControls).forEach(function (key) {
23
- if (key === "default" || key === "__esModule") return;
24
- if (key in exports && exports[key] === _AccordionControls[key]) return;
25
- Object.defineProperty(exports, key, {
26
- enumerable: true,
27
- get: function get() {
28
- return _AccordionControls[key];
29
- }
30
- });
31
- });
32
-
33
- var _AccordionSection = require("@digigov/react-core/AccordionSection");
34
-
35
- Object.keys(_AccordionSection).forEach(function (key) {
36
- if (key === "default" || key === "__esModule") return;
37
- if (key in exports && exports[key] === _AccordionSection[key]) return;
38
- Object.defineProperty(exports, key, {
39
- enumerable: true,
40
- get: function get() {
41
- return _AccordionSection[key];
42
- }
43
- });
44
- });
45
-
46
- var _AccordionSectionContent = require("@digigov/react-core/AccordionSectionContent");
47
-
48
- Object.keys(_AccordionSectionContent).forEach(function (key) {
49
- if (key === "default" || key === "__esModule") return;
50
- if (key in exports && exports[key] === _AccordionSectionContent[key]) return;
51
- Object.defineProperty(exports, key, {
52
- enumerable: true,
53
- get: function get() {
54
- return _AccordionSectionContent[key];
55
- }
56
- });
57
- });
58
-
59
- var _AccordionSectionSummary = require("@digigov/react-core/AccordionSectionSummary");
60
-
61
- Object.keys(_AccordionSectionSummary).forEach(function (key) {
62
- if (key === "default" || key === "__esModule") return;
63
- if (key in exports && exports[key] === _AccordionSectionSummary[key]) return;
64
- Object.defineProperty(exports, key, {
65
- enumerable: true,
66
- get: function get() {
67
- return _AccordionSectionSummary[key];
68
- }
69
- });
70
- });
71
-
72
- var _AccordionSectionSummaryHeading = require("@digigov/react-core/AccordionSectionSummaryHeading");
73
-
74
- Object.keys(_AccordionSectionSummaryHeading).forEach(function (key) {
75
- if (key === "default" || key === "__esModule") return;
76
- if (key in exports && exports[key] === _AccordionSectionSummaryHeading[key]) return;
77
- Object.defineProperty(exports, key, {
78
- enumerable: true,
79
- get: function get() {
80
- return _AccordionSectionSummaryHeading[key];
81
- }
82
- });
83
- });
84
-
85
- var _Aside = require("@digigov/react-core/Aside");
86
-
87
- Object.keys(_Aside).forEach(function (key) {
88
- if (key === "default" || key === "__esModule") return;
89
- if (key in exports && exports[key] === _Aside[key]) return;
90
- Object.defineProperty(exports, key, {
91
- enumerable: true,
92
- get: function get() {
93
- return _Aside[key];
94
- }
95
- });
96
- });
97
-
98
- var _BackLink = require("@digigov/react-core/BackLink");
99
-
100
- Object.keys(_BackLink).forEach(function (key) {
101
- if (key === "default" || key === "__esModule") return;
102
- if (key in exports && exports[key] === _BackLink[key]) return;
103
- Object.defineProperty(exports, key, {
104
- enumerable: true,
105
- get: function get() {
106
- return _BackLink[key];
107
- }
108
- });
109
- });
110
-
111
- var _Blockquote = require("@digigov/react-core/Blockquote");
112
-
113
- Object.keys(_Blockquote).forEach(function (key) {
114
- if (key === "default" || key === "__esModule") return;
115
- if (key in exports && exports[key] === _Blockquote[key]) return;
116
- Object.defineProperty(exports, key, {
117
- enumerable: true,
118
- get: function get() {
119
- return _Blockquote[key];
120
- }
121
- });
122
- });
123
-
124
- var _Bottom = require("@digigov/react-core/Bottom");
125
-
126
- Object.keys(_Bottom).forEach(function (key) {
127
- if (key === "default" || key === "__esModule") return;
128
- if (key in exports && exports[key] === _Bottom[key]) return;
129
- Object.defineProperty(exports, key, {
130
- enumerable: true,
131
- get: function get() {
132
- return _Bottom[key];
133
- }
134
- });
135
- });
136
-
137
- var _Breadcrumbs = require("@digigov/react-core/Breadcrumbs");
138
-
139
- Object.keys(_Breadcrumbs).forEach(function (key) {
140
- if (key === "default" || key === "__esModule") return;
141
- if (key in exports && exports[key] === _Breadcrumbs[key]) return;
142
- Object.defineProperty(exports, key, {
143
- enumerable: true,
144
- get: function get() {
145
- return _Breadcrumbs[key];
146
- }
147
- });
148
- });
149
-
150
- var _BreadcrumbsList = require("@digigov/react-core/BreadcrumbsList");
151
-
152
- Object.keys(_BreadcrumbsList).forEach(function (key) {
153
- if (key === "default" || key === "__esModule") return;
154
- if (key in exports && exports[key] === _BreadcrumbsList[key]) return;
155
- Object.defineProperty(exports, key, {
156
- enumerable: true,
157
- get: function get() {
158
- return _BreadcrumbsList[key];
159
- }
160
- });
161
- });
162
-
163
- var _BreadcrumbsListItem = require("@digigov/react-core/BreadcrumbsListItem");
164
-
165
- Object.keys(_BreadcrumbsListItem).forEach(function (key) {
166
- if (key === "default" || key === "__esModule") return;
167
- if (key in exports && exports[key] === _BreadcrumbsListItem[key]) return;
168
- Object.defineProperty(exports, key, {
169
- enumerable: true,
170
- get: function get() {
171
- return _BreadcrumbsListItem[key];
172
- }
173
- });
174
- });
175
-
176
- var _Button = require("@digigov/react-core/Button");
177
-
178
- Object.keys(_Button).forEach(function (key) {
179
- if (key === "default" || key === "__esModule") return;
180
- if (key in exports && exports[key] === _Button[key]) return;
181
- Object.defineProperty(exports, key, {
182
- enumerable: true,
183
- get: function get() {
184
- return _Button[key];
185
- }
186
- });
187
- });
188
-
189
- var _ButtonGroup = require("@digigov/react-core/ButtonGroup");
190
-
191
- Object.keys(_ButtonGroup).forEach(function (key) {
192
- if (key === "default" || key === "__esModule") return;
193
- if (key in exports && exports[key] === _ButtonGroup[key]) return;
194
- Object.defineProperty(exports, key, {
195
- enumerable: true,
196
- get: function get() {
197
- return _ButtonGroup[key];
198
- }
199
- });
200
- });
201
-
202
- var _ButtonLink = require("@digigov/react-core/ButtonLink");
203
-
204
- Object.keys(_ButtonLink).forEach(function (key) {
205
- if (key === "default" || key === "__esModule") return;
206
- if (key in exports && exports[key] === _ButtonLink[key]) return;
207
- Object.defineProperty(exports, key, {
208
- enumerable: true,
209
- get: function get() {
210
- return _ButtonLink[key];
211
- }
212
- });
213
- });
214
-
215
- var _CallToAction = require("@digigov/react-core/CallToAction");
216
-
217
- Object.keys(_CallToAction).forEach(function (key) {
218
- if (key === "default" || key === "__esModule") return;
219
- if (key in exports && exports[key] === _CallToAction[key]) return;
220
- Object.defineProperty(exports, key, {
221
- enumerable: true,
222
- get: function get() {
223
- return _CallToAction[key];
224
- }
225
- });
226
- });
227
-
228
- var _Card = require("@digigov/react-core/Card");
229
-
230
- Object.keys(_Card).forEach(function (key) {
231
- if (key === "default" || key === "__esModule") return;
232
- if (key in exports && exports[key] === _Card[key]) return;
233
- Object.defineProperty(exports, key, {
234
- enumerable: true,
235
- get: function get() {
236
- return _Card[key];
237
- }
238
- });
239
- });
240
-
241
- var _CardAction = require("@digigov/react-core/CardAction");
242
-
243
- Object.keys(_CardAction).forEach(function (key) {
244
- if (key === "default" || key === "__esModule") return;
245
- if (key in exports && exports[key] === _CardAction[key]) return;
246
- Object.defineProperty(exports, key, {
247
- enumerable: true,
248
- get: function get() {
249
- return _CardAction[key];
250
- }
251
- });
252
- });
253
-
254
- var _CardHeading = require("@digigov/react-core/CardHeading");
255
-
256
- Object.keys(_CardHeading).forEach(function (key) {
257
- if (key === "default" || key === "__esModule") return;
258
- if (key in exports && exports[key] === _CardHeading[key]) return;
259
- Object.defineProperty(exports, key, {
260
- enumerable: true,
261
- get: function get() {
262
- return _CardHeading[key];
263
- }
264
- });
265
- });
266
-
267
- var _CardContent = require("@digigov/react-core/CardContent");
268
-
269
- Object.keys(_CardContent).forEach(function (key) {
270
- if (key === "default" || key === "__esModule") return;
271
- if (key in exports && exports[key] === _CardContent[key]) return;
272
- Object.defineProperty(exports, key, {
273
- enumerable: true,
274
- get: function get() {
275
- return _CardContent[key];
276
- }
277
- });
278
- });
279
-
280
- var _Checkbox = require("@digigov/react-core/Checkbox");
281
-
282
- Object.keys(_Checkbox).forEach(function (key) {
283
- if (key === "default" || key === "__esModule") return;
284
- if (key in exports && exports[key] === _Checkbox[key]) return;
285
- Object.defineProperty(exports, key, {
286
- enumerable: true,
287
- get: function get() {
288
- return _Checkbox[key];
289
- }
290
- });
291
- });
292
-
293
- var _CheckboxConditional = require("@digigov/react-core/CheckboxConditional");
294
-
295
- Object.keys(_CheckboxConditional).forEach(function (key) {
296
- if (key === "default" || key === "__esModule") return;
297
- if (key in exports && exports[key] === _CheckboxConditional[key]) return;
298
- Object.defineProperty(exports, key, {
299
- enumerable: true,
300
- get: function get() {
301
- return _CheckboxConditional[key];
302
- }
303
- });
304
- });
305
-
306
- var _CheckboxItem = require("@digigov/react-core/CheckboxItem");
307
-
308
- Object.keys(_CheckboxItem).forEach(function (key) {
309
- if (key === "default" || key === "__esModule") return;
310
- if (key in exports && exports[key] === _CheckboxItem[key]) return;
311
- Object.defineProperty(exports, key, {
312
- enumerable: true,
313
- get: function get() {
314
- return _CheckboxItem[key];
315
- }
316
- });
317
- });
318
-
319
- var _ChoiceDividerText = require("@digigov/react-core/ChoiceDividerText");
320
-
321
- Object.keys(_ChoiceDividerText).forEach(function (key) {
322
- if (key === "default" || key === "__esModule") return;
323
- if (key in exports && exports[key] === _ChoiceDividerText[key]) return;
324
- Object.defineProperty(exports, key, {
325
- enumerable: true,
326
- get: function get() {
327
- return _ChoiceDividerText[key];
328
- }
329
- });
330
- });
331
-
332
- var _Panel = require("@digigov/react-core/Panel");
333
-
334
- Object.keys(_Panel).forEach(function (key) {
335
- if (key === "default" || key === "__esModule") return;
336
- if (key in exports && exports[key] === _Panel[key]) return;
337
- Object.defineProperty(exports, key, {
338
- enumerable: true,
339
- get: function get() {
340
- return _Panel[key];
341
- }
342
- });
343
- });
344
-
345
- var _PanelBody = require("@digigov/react-core/PanelBody");
346
-
347
- Object.keys(_PanelBody).forEach(function (key) {
348
- if (key === "default" || key === "__esModule") return;
349
- if (key in exports && exports[key] === _PanelBody[key]) return;
350
- Object.defineProperty(exports, key, {
351
- enumerable: true,
352
- get: function get() {
353
- return _PanelBody[key];
354
- }
355
- });
356
- });
357
-
358
- var _Container = require("@digigov/react-core/Container");
359
-
360
- Object.keys(_Container).forEach(function (key) {
361
- if (key === "default" || key === "__esModule") return;
362
- if (key in exports && exports[key] === _Container[key]) return;
363
- Object.defineProperty(exports, key, {
364
- enumerable: true,
365
- get: function get() {
366
- return _Container[key];
367
- }
368
- });
369
- });
370
-
371
- var _CopyrightContainer = require("@digigov/react-core/CopyrightContainer");
372
-
373
- Object.keys(_CopyrightContainer).forEach(function (key) {
374
- if (key === "default" || key === "__esModule") return;
375
- if (key in exports && exports[key] === _CopyrightContainer[key]) return;
376
- Object.defineProperty(exports, key, {
377
- enumerable: true,
378
- get: function get() {
379
- return _CopyrightContainer[key];
380
- }
381
- });
382
- });
383
-
384
- var _DateInputContainer = require("@digigov/react-core/DateInputContainer");
385
-
386
- Object.keys(_DateInputContainer).forEach(function (key) {
387
- if (key === "default" || key === "__esModule") return;
388
- if (key in exports && exports[key] === _DateInputContainer[key]) return;
389
- Object.defineProperty(exports, key, {
390
- enumerable: true,
391
- get: function get() {
392
- return _DateInputContainer[key];
393
- }
394
- });
395
- });
396
-
397
- var _DateInputItem = require("@digigov/react-core/DateInputItem");
398
-
399
- Object.keys(_DateInputItem).forEach(function (key) {
400
- if (key === "default" || key === "__esModule") return;
401
- if (key in exports && exports[key] === _DateInputItem[key]) return;
402
- Object.defineProperty(exports, key, {
403
- enumerable: true,
404
- get: function get() {
405
- return _DateInputItem[key];
406
- }
407
- });
408
- });
409
-
410
- var _Details = require("@digigov/react-core/Details");
411
-
412
- Object.keys(_Details).forEach(function (key) {
413
- if (key === "default" || key === "__esModule") return;
414
- if (key in exports && exports[key] === _Details[key]) return;
415
- Object.defineProperty(exports, key, {
416
- enumerable: true,
417
- get: function get() {
418
- return _Details[key];
419
- }
420
- });
421
- });
422
-
423
- var _DetailsContent = require("@digigov/react-core/DetailsContent");
424
-
425
- Object.keys(_DetailsContent).forEach(function (key) {
426
- if (key === "default" || key === "__esModule") return;
427
- if (key in exports && exports[key] === _DetailsContent[key]) return;
428
- Object.defineProperty(exports, key, {
429
- enumerable: true,
430
- get: function get() {
431
- return _DetailsContent[key];
432
- }
433
- });
434
- });
435
-
436
- var _DetailsSummary = require("@digigov/react-core/DetailsSummary");
437
-
438
- Object.keys(_DetailsSummary).forEach(function (key) {
439
- if (key === "default" || key === "__esModule") return;
440
- if (key in exports && exports[key] === _DetailsSummary[key]) return;
441
- Object.defineProperty(exports, key, {
442
- enumerable: true,
443
- get: function get() {
444
- return _DetailsSummary[key];
445
- }
446
- });
447
- });
448
-
449
- var _ErrorMessage = require("@digigov/react-core/ErrorMessage");
450
-
451
- Object.keys(_ErrorMessage).forEach(function (key) {
452
- if (key === "default" || key === "__esModule") return;
453
- if (key in exports && exports[key] === _ErrorMessage[key]) return;
454
- Object.defineProperty(exports, key, {
455
- enumerable: true,
456
- get: function get() {
457
- return _ErrorMessage[key];
458
- }
459
- });
460
- });
461
-
462
- var _ErrorSummary = require("@digigov/react-core/ErrorSummary");
463
-
464
- Object.keys(_ErrorSummary).forEach(function (key) {
465
- if (key === "default" || key === "__esModule") return;
466
- if (key in exports && exports[key] === _ErrorSummary[key]) return;
467
- Object.defineProperty(exports, key, {
468
- enumerable: true,
469
- get: function get() {
470
- return _ErrorSummary[key];
471
- }
472
- });
473
- });
474
-
475
- var _Fieldset = require("@digigov/react-core/Fieldset");
476
-
477
- Object.keys(_Fieldset).forEach(function (key) {
478
- if (key === "default" || key === "__esModule") return;
479
- if (key in exports && exports[key] === _Fieldset[key]) return;
480
- Object.defineProperty(exports, key, {
481
- enumerable: true,
482
- get: function get() {
483
- return _Fieldset[key];
484
- }
485
- });
486
- });
487
-
488
- var _FieldsetLegend = require("@digigov/react-core/FieldsetLegend");
489
-
490
- Object.keys(_FieldsetLegend).forEach(function (key) {
491
- if (key === "default" || key === "__esModule") return;
492
- if (key in exports && exports[key] === _FieldsetLegend[key]) return;
493
- Object.defineProperty(exports, key, {
494
- enumerable: true,
495
- get: function get() {
496
- return _FieldsetLegend[key];
497
- }
498
- });
499
- });
500
-
501
- var _FileUpload = require("@digigov/react-core/FileUpload");
502
-
503
- Object.keys(_FileUpload).forEach(function (key) {
504
- if (key === "default" || key === "__esModule") return;
505
- if (key in exports && exports[key] === _FileUpload[key]) return;
506
- Object.defineProperty(exports, key, {
507
- enumerable: true,
508
- get: function get() {
509
- return _FileUpload[key];
510
- }
511
- });
512
- });
513
-
514
- var _Footer = require("@digigov/react-core/Footer");
515
-
516
- Object.keys(_Footer).forEach(function (key) {
517
- if (key === "default" || key === "__esModule") return;
518
- if (key in exports && exports[key] === _Footer[key]) return;
519
- Object.defineProperty(exports, key, {
520
- enumerable: true,
521
- get: function get() {
522
- return _Footer[key];
523
- }
524
- });
525
- });
526
-
527
- var _FooterContainer = require("@digigov/react-core/FooterContainer");
528
-
529
- Object.keys(_FooterContainer).forEach(function (key) {
530
- if (key === "default" || key === "__esModule") return;
531
- if (key in exports && exports[key] === _FooterContainer[key]) return;
532
- Object.defineProperty(exports, key, {
533
- enumerable: true,
534
- get: function get() {
535
- return _FooterContainer[key];
536
- }
537
- });
538
- });
539
-
540
- var _FooterContent = require("@digigov/react-core/FooterContent");
541
-
542
- Object.keys(_FooterContent).forEach(function (key) {
543
- if (key === "default" || key === "__esModule") return;
544
- if (key in exports && exports[key] === _FooterContent[key]) return;
545
- Object.defineProperty(exports, key, {
546
- enumerable: true,
547
- get: function get() {
548
- return _FooterContent[key];
549
- }
550
- });
551
- });
552
-
553
- var _FooterContentLogos = require("@digigov/react-core/FooterContentLogos");
554
-
555
- Object.keys(_FooterContentLogos).forEach(function (key) {
556
- if (key === "default" || key === "__esModule") return;
557
- if (key in exports && exports[key] === _FooterContentLogos[key]) return;
558
- Object.defineProperty(exports, key, {
559
- enumerable: true,
560
- get: function get() {
561
- return _FooterContentLogos[key];
562
- }
563
- });
564
- });
565
-
566
- var _FooterHeading = require("@digigov/react-core/FooterHeading");
567
-
568
- Object.keys(_FooterHeading).forEach(function (key) {
569
- if (key === "default" || key === "__esModule") return;
570
- if (key in exports && exports[key] === _FooterHeading[key]) return;
571
- Object.defineProperty(exports, key, {
572
- enumerable: true,
573
- get: function get() {
574
- return _FooterHeading[key];
575
- }
576
- });
577
- });
578
-
579
- var _FooterImage = require("@digigov/react-core/FooterImage");
580
-
581
- Object.keys(_FooterImage).forEach(function (key) {
582
- if (key === "default" || key === "__esModule") return;
583
- if (key in exports && exports[key] === _FooterImage[key]) return;
584
- Object.defineProperty(exports, key, {
585
- enumerable: true,
586
- get: function get() {
587
- return _FooterImage[key];
588
- }
589
- });
590
- });
591
-
592
- var _FooterLink = require("@digigov/react-core/FooterLink");
593
-
594
- Object.keys(_FooterLink).forEach(function (key) {
595
- if (key === "default" || key === "__esModule") return;
596
- if (key in exports && exports[key] === _FooterLink[key]) return;
597
- Object.defineProperty(exports, key, {
598
- enumerable: true,
599
- get: function get() {
600
- return _FooterLink[key];
601
- }
602
- });
603
- });
604
-
605
- var _FooterList = require("@digigov/react-core/FooterList");
606
-
607
- Object.keys(_FooterList).forEach(function (key) {
608
- if (key === "default" || key === "__esModule") return;
609
- if (key in exports && exports[key] === _FooterList[key]) return;
610
- Object.defineProperty(exports, key, {
611
- enumerable: true,
612
- get: function get() {
613
- return _FooterList[key];
614
- }
615
- });
616
- });
617
-
618
- var _FooterListItem = require("@digigov/react-core/FooterListItem");
619
-
620
- Object.keys(_FooterListItem).forEach(function (key) {
621
- if (key === "default" || key === "__esModule") return;
622
- if (key in exports && exports[key] === _FooterListItem[key]) return;
623
- Object.defineProperty(exports, key, {
624
- enumerable: true,
625
- get: function get() {
626
- return _FooterListItem[key];
627
- }
628
- });
629
- });
630
-
631
- var _FooterInfo = require("@digigov/react-core/FooterInfo");
632
-
633
- Object.keys(_FooterInfo).forEach(function (key) {
634
- if (key === "default" || key === "__esModule") return;
635
- if (key in exports && exports[key] === _FooterInfo[key]) return;
636
- Object.defineProperty(exports, key, {
637
- enumerable: true,
638
- get: function get() {
639
- return _FooterInfo[key];
640
- }
641
- });
642
- });
643
-
644
- var _FooterInfoSection = require("@digigov/react-core/FooterInfoSection");
645
-
646
- Object.keys(_FooterInfoSection).forEach(function (key) {
647
- if (key === "default" || key === "__esModule") return;
648
- if (key in exports && exports[key] === _FooterInfoSection[key]) return;
649
- Object.defineProperty(exports, key, {
650
- enumerable: true,
651
- get: function get() {
652
- return _FooterInfoSection[key];
653
- }
654
- });
655
- });
656
-
657
- var _FooterNavigation = require("@digigov/react-core/FooterNavigation");
658
-
659
- Object.keys(_FooterNavigation).forEach(function (key) {
660
- if (key === "default" || key === "__esModule") return;
661
- if (key in exports && exports[key] === _FooterNavigation[key]) return;
662
- Object.defineProperty(exports, key, {
663
- enumerable: true,
664
- get: function get() {
665
- return _FooterNavigation[key];
666
- }
667
- });
668
- });
669
-
670
- var _FooterNavigationSection = require("@digigov/react-core/FooterNavigationSection");
671
-
672
- Object.keys(_FooterNavigationSection).forEach(function (key) {
673
- if (key === "default" || key === "__esModule") return;
674
- if (key in exports && exports[key] === _FooterNavigationSection[key]) return;
675
- Object.defineProperty(exports, key, {
676
- enumerable: true,
677
- get: function get() {
678
- return _FooterNavigationSection[key];
679
- }
680
- });
681
- });
682
-
683
- var _FieldContainer = require("@digigov/react-core/FieldContainer");
684
-
685
- Object.keys(_FieldContainer).forEach(function (key) {
686
- if (key === "default" || key === "__esModule") return;
687
- if (key in exports && exports[key] === _FieldContainer[key]) return;
688
- Object.defineProperty(exports, key, {
689
- enumerable: true,
690
- get: function get() {
691
- return _FieldContainer[key];
692
- }
693
- });
694
- });
695
-
696
- var _GovGRLogo = require("@digigov/react-core/GovGRLogo");
697
-
698
- Object.keys(_GovGRLogo).forEach(function (key) {
699
- if (key === "default" || key === "__esModule") return;
700
- if (key in exports && exports[key] === _GovGRLogo[key]) return;
701
- Object.defineProperty(exports, key, {
702
- enumerable: true,
703
- get: function get() {
704
- return _GovGRLogo[key];
705
- }
706
- });
707
- });
708
-
709
- var _Grid = require("@digigov/react-core/Grid");
710
-
711
- Object.keys(_Grid).forEach(function (key) {
712
- if (key === "default" || key === "__esModule") return;
713
- if (key in exports && exports[key] === _Grid[key]) return;
714
- Object.defineProperty(exports, key, {
715
- enumerable: true,
716
- get: function get() {
717
- return _Grid[key];
718
- }
719
- });
720
- });
721
-
722
- var _Header = require("@digigov/react-core/Header");
723
-
724
- Object.keys(_Header).forEach(function (key) {
725
- if (key === "default" || key === "__esModule") return;
726
- if (key in exports && exports[key] === _Header[key]) return;
727
- Object.defineProperty(exports, key, {
728
- enumerable: true,
729
- get: function get() {
730
- return _Header[key];
731
- }
732
- });
733
- });
734
-
735
- var _HeaderContent = require("@digigov/react-core/HeaderContent");
736
-
737
- Object.keys(_HeaderContent).forEach(function (key) {
738
- if (key === "default" || key === "__esModule") return;
739
- if (key in exports && exports[key] === _HeaderContent[key]) return;
740
- Object.defineProperty(exports, key, {
741
- enumerable: true,
742
- get: function get() {
743
- return _HeaderContent[key];
744
- }
745
- });
746
- });
747
-
748
- var _HeaderLogo = require("@digigov/react-core/HeaderLogo");
749
-
750
- Object.keys(_HeaderLogo).forEach(function (key) {
751
- if (key === "default" || key === "__esModule") return;
752
- if (key in exports && exports[key] === _HeaderLogo[key]) return;
753
- Object.defineProperty(exports, key, {
754
- enumerable: true,
755
- get: function get() {
756
- return _HeaderLogo[key];
757
- }
758
- });
759
- });
760
-
761
- var _HeaderSecondaryLogo = require("@digigov/react-core/HeaderSecondaryLogo");
762
-
763
- Object.keys(_HeaderSecondaryLogo).forEach(function (key) {
764
- if (key === "default" || key === "__esModule") return;
765
- if (key in exports && exports[key] === _HeaderSecondaryLogo[key]) return;
766
- Object.defineProperty(exports, key, {
767
- enumerable: true,
768
- get: function get() {
769
- return _HeaderSecondaryLogo[key];
770
- }
771
- });
772
- });
773
-
774
- var _HeaderSection = require("@digigov/react-core/HeaderSection");
775
-
776
- Object.keys(_HeaderSection).forEach(function (key) {
777
- if (key === "default" || key === "__esModule") return;
778
- if (key in exports && exports[key] === _HeaderSection[key]) return;
779
- Object.defineProperty(exports, key, {
780
- enumerable: true,
781
- get: function get() {
782
- return _HeaderSection[key];
783
- }
784
- });
785
- });
786
-
787
- var _HeaderTitle = require("@digigov/react-core/HeaderTitle");
788
-
789
- Object.keys(_HeaderTitle).forEach(function (key) {
790
- if (key === "default" || key === "__esModule") return;
791
- if (key in exports && exports[key] === _HeaderTitle[key]) return;
792
- Object.defineProperty(exports, key, {
793
- enumerable: true,
794
- get: function get() {
795
- return _HeaderTitle[key];
796
- }
797
- });
798
- });
799
-
800
- var _Heading = require("@digigov/react-core/Heading");
801
-
802
- Object.keys(_Heading).forEach(function (key) {
803
- if (key === "default" || key === "__esModule") return;
804
- if (key in exports && exports[key] === _Heading[key]) return;
805
- Object.defineProperty(exports, key, {
806
- enumerable: true,
807
- get: function get() {
808
- return _Heading[key];
809
- }
810
- });
811
- });
812
-
813
- var _HeadingCaption = require("@digigov/react-core/HeadingCaption");
814
-
815
- Object.keys(_HeadingCaption).forEach(function (key) {
816
- if (key === "default" || key === "__esModule") return;
817
- if (key in exports && exports[key] === _HeadingCaption[key]) return;
818
- Object.defineProperty(exports, key, {
819
- enumerable: true,
820
- get: function get() {
821
- return _HeadingCaption[key];
822
- }
823
- });
824
- });
825
-
826
- var _HellenicRepublicLogo = require("@digigov/react-core/HellenicRepublicLogo");
827
-
828
- Object.keys(_HellenicRepublicLogo).forEach(function (key) {
829
- if (key === "default" || key === "__esModule") return;
830
- if (key in exports && exports[key] === _HellenicRepublicLogo[key]) return;
831
- Object.defineProperty(exports, key, {
832
- enumerable: true,
833
- get: function get() {
834
- return _HellenicRepublicLogo[key];
835
- }
836
- });
837
- });
838
-
839
- var _Hidden = require("@digigov/react-core/Hidden");
840
-
841
- Object.keys(_Hidden).forEach(function (key) {
842
- if (key === "default" || key === "__esModule") return;
843
- if (key in exports && exports[key] === _Hidden[key]) return;
844
- Object.defineProperty(exports, key, {
845
- enumerable: true,
846
- get: function get() {
847
- return _Hidden[key];
848
- }
849
- });
850
- });
851
-
852
- var _Hint = require("@digigov/react-core/Hint");
853
-
854
- Object.keys(_Hint).forEach(function (key) {
855
- if (key === "default" || key === "__esModule") return;
856
- if (key in exports && exports[key] === _Hint[key]) return;
857
- Object.defineProperty(exports, key, {
858
- enumerable: true,
859
- get: function get() {
860
- return _Hint[key];
861
- }
862
- });
863
- });
864
-
865
- var _LabelContainer = require("@digigov/react-core/LabelContainer");
866
-
867
- Object.keys(_LabelContainer).forEach(function (key) {
868
- if (key === "default" || key === "__esModule") return;
869
- if (key in exports && exports[key] === _LabelContainer[key]) return;
870
- Object.defineProperty(exports, key, {
871
- enumerable: true,
872
- get: function get() {
873
- return _LabelContainer[key];
874
- }
875
- });
876
- });
877
-
878
- var _LabelTitle = require("@digigov/react-core/LabelTitle");
879
-
880
- Object.keys(_LabelTitle).forEach(function (key) {
881
- if (key === "default" || key === "__esModule") return;
882
- if (key in exports && exports[key] === _LabelTitle[key]) return;
883
- Object.defineProperty(exports, key, {
884
- enumerable: true,
885
- get: function get() {
886
- return _LabelTitle[key];
887
- }
888
- });
889
- });
890
-
891
- var _Layout = require("@digigov/react-core/Layout");
892
-
893
- Object.keys(_Layout).forEach(function (key) {
894
- if (key === "default" || key === "__esModule") return;
895
- if (key in exports && exports[key] === _Layout[key]) return;
896
- Object.defineProperty(exports, key, {
897
- enumerable: true,
898
- get: function get() {
899
- return _Layout[key];
900
- }
901
- });
902
- });
903
-
904
- var _LinkBase = require("@digigov/react-core/LinkBase");
905
-
906
- Object.keys(_LinkBase).forEach(function (key) {
907
- if (key === "default" || key === "__esModule") return;
908
- if (key in exports && exports[key] === _LinkBase[key]) return;
909
- Object.defineProperty(exports, key, {
910
- enumerable: true,
911
- get: function get() {
912
- return _LinkBase[key];
913
- }
914
- });
915
- });
916
-
917
- var _List = require("@digigov/react-core/List");
918
-
919
- Object.keys(_List).forEach(function (key) {
920
- if (key === "default" || key === "__esModule") return;
921
- if (key in exports && exports[key] === _List[key]) return;
922
- Object.defineProperty(exports, key, {
923
- enumerable: true,
924
- get: function get() {
925
- return _List[key];
926
- }
927
- });
928
- });
929
-
930
- var _ListItem = require("@digigov/react-core/ListItem");
931
-
932
- Object.keys(_ListItem).forEach(function (key) {
933
- if (key === "default" || key === "__esModule") return;
934
- if (key in exports && exports[key] === _ListItem[key]) return;
935
- Object.defineProperty(exports, key, {
936
- enumerable: true,
937
- get: function get() {
938
- return _ListItem[key];
939
- }
940
- });
941
- });
942
-
943
- var _Main = require("@digigov/react-core/Main");
944
-
945
- Object.keys(_Main).forEach(function (key) {
946
- if (key === "default" || key === "__esModule") return;
947
- if (key in exports && exports[key] === _Main[key]) return;
948
- Object.defineProperty(exports, key, {
949
- enumerable: true,
950
- get: function get() {
951
- return _Main[key];
952
- }
953
- });
954
- });
955
-
956
- var _Masthead = require("@digigov/react-core/Masthead");
957
-
958
- Object.keys(_Masthead).forEach(function (key) {
959
- if (key === "default" || key === "__esModule") return;
960
- if (key in exports && exports[key] === _Masthead[key]) return;
961
- Object.defineProperty(exports, key, {
962
- enumerable: true,
963
- get: function get() {
964
- return _Masthead[key];
965
- }
966
- });
967
- });
968
-
969
- var _MastheadBody = require("@digigov/react-core/MastheadBody");
970
-
971
- Object.keys(_MastheadBody).forEach(function (key) {
972
- if (key === "default" || key === "__esModule") return;
973
- if (key in exports && exports[key] === _MastheadBody[key]) return;
974
- Object.defineProperty(exports, key, {
975
- enumerable: true,
976
- get: function get() {
977
- return _MastheadBody[key];
978
- }
979
- });
980
- });
981
-
982
- var _Nav = require("@digigov/react-core/Nav");
983
-
984
- Object.keys(_Nav).forEach(function (key) {
985
- if (key === "default" || key === "__esModule") return;
986
- if (key in exports && exports[key] === _Nav[key]) return;
987
- Object.defineProperty(exports, key, {
988
- enumerable: true,
989
- get: function get() {
990
- return _Nav[key];
991
- }
992
- });
993
- });
994
-
995
- var _NavList = require("@digigov/react-core/NavList");
996
-
997
- Object.keys(_NavList).forEach(function (key) {
998
- if (key === "default" || key === "__esModule") return;
999
- if (key in exports && exports[key] === _NavList[key]) return;
1000
- Object.defineProperty(exports, key, {
1001
- enumerable: true,
1002
- get: function get() {
1003
- return _NavList[key];
1004
- }
1005
- });
1006
- });
1007
-
1008
- var _NavListItemAction = require("@digigov/react-core/NavListItemAction");
1009
-
1010
- Object.keys(_NavListItemAction).forEach(function (key) {
1011
- if (key === "default" || key === "__esModule") return;
1012
- if (key in exports && exports[key] === _NavListItemAction[key]) return;
1013
- Object.defineProperty(exports, key, {
1014
- enumerable: true,
1015
- get: function get() {
1016
- return _NavListItemAction[key];
1017
- }
1018
- });
1019
- });
1020
-
1021
- var _NavListItemActionContainer = require("@digigov/react-core/NavListItemActionContainer");
1022
-
1023
- Object.keys(_NavListItemActionContainer).forEach(function (key) {
1024
- if (key === "default" || key === "__esModule") return;
1025
- if (key in exports && exports[key] === _NavListItemActionContainer[key]) return;
1026
- Object.defineProperty(exports, key, {
1027
- enumerable: true,
1028
- get: function get() {
1029
- return _NavListItemActionContainer[key];
1030
- }
1031
- });
1032
- });
1033
-
1034
- var _NavListItemLink = require("@digigov/react-core/NavListItemLink");
1035
-
1036
- Object.keys(_NavListItemLink).forEach(function (key) {
1037
- if (key === "default" || key === "__esModule") return;
1038
- if (key in exports && exports[key] === _NavListItemLink[key]) return;
1039
- Object.defineProperty(exports, key, {
1040
- enumerable: true,
1041
- get: function get() {
1042
- return _NavListItemLink[key];
1043
- }
1044
- });
1045
- });
1046
-
1047
- var _NavListItemButton = require("@digigov/react-core/NavListItemButton");
1048
-
1049
- Object.keys(_NavListItemButton).forEach(function (key) {
1050
- if (key === "default" || key === "__esModule") return;
1051
- if (key in exports && exports[key] === _NavListItemButton[key]) return;
1052
- Object.defineProperty(exports, key, {
1053
- enumerable: true,
1054
- get: function get() {
1055
- return _NavListItemButton[key];
1056
- }
1057
- });
1058
- });
1059
-
1060
- var _NavMenuContainer = require("@digigov/react-core/NavMenuContainer");
1061
-
1062
- Object.keys(_NavMenuContainer).forEach(function (key) {
1063
- if (key === "default" || key === "__esModule") return;
1064
- if (key in exports && exports[key] === _NavMenuContainer[key]) return;
1065
- Object.defineProperty(exports, key, {
1066
- enumerable: true,
1067
- get: function get() {
1068
- return _NavMenuContainer[key];
1069
- }
1070
- });
1071
- });
1072
-
1073
- var _NavMenuContent = require("@digigov/react-core/NavMenuContent");
1074
-
1075
- Object.keys(_NavMenuContent).forEach(function (key) {
1076
- if (key === "default" || key === "__esModule") return;
1077
- if (key in exports && exports[key] === _NavMenuContent[key]) return;
1078
- Object.defineProperty(exports, key, {
1079
- enumerable: true,
1080
- get: function get() {
1081
- return _NavMenuContent[key];
1082
- }
1083
- });
1084
- });
1085
-
1086
- var _NavMenuContentListBase = require("@digigov/react-core/NavMenuContentListBase");
1087
-
1088
- Object.keys(_NavMenuContentListBase).forEach(function (key) {
1089
- if (key === "default" || key === "__esModule") return;
1090
- if (key in exports && exports[key] === _NavMenuContentListBase[key]) return;
1091
- Object.defineProperty(exports, key, {
1092
- enumerable: true,
1093
- get: function get() {
1094
- return _NavMenuContentListBase[key];
1095
- }
1096
- });
1097
- });
1098
-
1099
- var _NavMenuContentListItem = require("@digigov/react-core/NavMenuContentListItem");
1100
-
1101
- Object.keys(_NavMenuContentListItem).forEach(function (key) {
1102
- if (key === "default" || key === "__esModule") return;
1103
- if (key in exports && exports[key] === _NavMenuContentListItem[key]) return;
1104
- Object.defineProperty(exports, key, {
1105
- enumerable: true,
1106
- get: function get() {
1107
- return _NavMenuContentListItem[key];
1108
- }
1109
- });
1110
- });
1111
-
1112
- var _NavMenuTitle = require("@digigov/react-core/NavMenuTitle");
1113
-
1114
- Object.keys(_NavMenuTitle).forEach(function (key) {
1115
- if (key === "default" || key === "__esModule") return;
1116
- if (key in exports && exports[key] === _NavMenuTitle[key]) return;
1117
- Object.defineProperty(exports, key, {
1118
- enumerable: true,
1119
- get: function get() {
1120
- return _NavMenuTitle[key];
1121
- }
1122
- });
1123
- });
1124
-
1125
- var _NormalText = require("@digigov/react-core/NormalText");
1126
-
1127
- Object.keys(_NormalText).forEach(function (key) {
1128
- if (key === "default" || key === "__esModule") return;
1129
- if (key in exports && exports[key] === _NormalText[key]) return;
1130
- Object.defineProperty(exports, key, {
1131
- enumerable: true,
1132
- get: function get() {
1133
- return _NormalText[key];
1134
- }
1135
- });
1136
- });
1137
-
1138
- var _NotificationBannerContainer = require("@digigov/react-core/NotificationBannerContainer");
1139
-
1140
- Object.keys(_NotificationBannerContainer).forEach(function (key) {
1141
- if (key === "default" || key === "__esModule") return;
1142
- if (key in exports && exports[key] === _NotificationBannerContainer[key]) return;
1143
- Object.defineProperty(exports, key, {
1144
- enumerable: true,
1145
- get: function get() {
1146
- return _NotificationBannerContainer[key];
1147
- }
1148
- });
1149
- });
1150
-
1151
- var _NotificationBannerContent = require("@digigov/react-core/NotificationBannerContent");
1152
-
1153
- Object.keys(_NotificationBannerContent).forEach(function (key) {
1154
- if (key === "default" || key === "__esModule") return;
1155
- if (key in exports && exports[key] === _NotificationBannerContent[key]) return;
1156
- Object.defineProperty(exports, key, {
1157
- enumerable: true,
1158
- get: function get() {
1159
- return _NotificationBannerContent[key];
1160
- }
1161
- });
1162
- });
1163
-
1164
- var _NotificationBannerHeader = require("@digigov/react-core/NotificationBannerHeader");
1165
-
1166
- Object.keys(_NotificationBannerHeader).forEach(function (key) {
1167
- if (key === "default" || key === "__esModule") return;
1168
- if (key in exports && exports[key] === _NotificationBannerHeader[key]) return;
1169
- Object.defineProperty(exports, key, {
1170
- enumerable: true,
1171
- get: function get() {
1172
- return _NotificationBannerHeader[key];
1173
- }
1174
- });
1175
- });
1176
-
1177
- var _NotificationBannerHeading = require("@digigov/react-core/NotificationBannerHeading");
1178
-
1179
- Object.keys(_NotificationBannerHeading).forEach(function (key) {
1180
- if (key === "default" || key === "__esModule") return;
1181
- if (key in exports && exports[key] === _NotificationBannerHeading[key]) return;
1182
- Object.defineProperty(exports, key, {
1183
- enumerable: true,
1184
- get: function get() {
1185
- return _NotificationBannerHeading[key];
1186
- }
1187
- });
1188
- });
1189
-
1190
- var _NotificationBannerLink = require("@digigov/react-core/NotificationBannerLink");
1191
-
1192
- Object.keys(_NotificationBannerLink).forEach(function (key) {
1193
- if (key === "default" || key === "__esModule") return;
1194
- if (key in exports && exports[key] === _NotificationBannerLink[key]) return;
1195
- Object.defineProperty(exports, key, {
1196
- enumerable: true,
1197
- get: function get() {
1198
- return _NotificationBannerLink[key];
1199
- }
1200
- });
1201
- });
1202
-
1203
- var _Section = require("@digigov/react-core/Section");
1204
-
1205
- Object.keys(_Section).forEach(function (key) {
1206
- if (key === "default" || key === "__esModule") return;
1207
- if (key in exports && exports[key] === _Section[key]) return;
1208
- Object.defineProperty(exports, key, {
1209
- enumerable: true,
1210
- get: function get() {
1211
- return _Section[key];
1212
- }
1213
- });
1214
- });
1215
-
1216
- var _PageTitleContainer = require("@digigov/react-core/PageTitleContainer");
1217
-
1218
- Object.keys(_PageTitleContainer).forEach(function (key) {
1219
- if (key === "default" || key === "__esModule") return;
1220
- if (key in exports && exports[key] === _PageTitleContainer[key]) return;
1221
- Object.defineProperty(exports, key, {
1222
- enumerable: true,
1223
- get: function get() {
1224
- return _PageTitleContainer[key];
1225
- }
1226
- });
1227
- });
1228
-
1229
- var _PageTitleCaption = require("@digigov/react-core/PageTitleCaption");
1230
-
1231
- Object.keys(_PageTitleCaption).forEach(function (key) {
1232
- if (key === "default" || key === "__esModule") return;
1233
- if (key in exports && exports[key] === _PageTitleCaption[key]) return;
1234
- Object.defineProperty(exports, key, {
1235
- enumerable: true,
1236
- get: function get() {
1237
- return _PageTitleCaption[key];
1238
- }
1239
- });
1240
- });
1241
-
1242
- var _PageTitleHeading = require("@digigov/react-core/PageTitleHeading");
1243
-
1244
- Object.keys(_PageTitleHeading).forEach(function (key) {
1245
- if (key === "default" || key === "__esModule") return;
1246
- if (key in exports && exports[key] === _PageTitleHeading[key]) return;
1247
- Object.defineProperty(exports, key, {
1248
- enumerable: true,
1249
- get: function get() {
1250
- return _PageTitleHeading[key];
1251
- }
1252
- });
1253
- });
1254
-
1255
- var _Paragraph = require("@digigov/react-core/Paragraph");
1256
-
1257
- Object.keys(_Paragraph).forEach(function (key) {
1258
- if (key === "default" || key === "__esModule") return;
1259
- if (key in exports && exports[key] === _Paragraph[key]) return;
1260
- Object.defineProperty(exports, key, {
1261
- enumerable: true,
1262
- get: function get() {
1263
- return _Paragraph[key];
1264
- }
1265
- });
1266
- });
1267
-
1268
- var _PhaseBannerHeaderContainer = require("@digigov/react-core/PhaseBannerHeaderContainer");
1269
-
1270
- Object.keys(_PhaseBannerHeaderContainer).forEach(function (key) {
1271
- if (key === "default" || key === "__esModule") return;
1272
- if (key in exports && exports[key] === _PhaseBannerHeaderContainer[key]) return;
1273
- Object.defineProperty(exports, key, {
1274
- enumerable: true,
1275
- get: function get() {
1276
- return _PhaseBannerHeaderContainer[key];
1277
- }
1278
- });
1279
- });
1280
-
1281
- var _PhaseBanner = require("@digigov/react-core/PhaseBanner");
1282
-
1283
- Object.keys(_PhaseBanner).forEach(function (key) {
1284
- if (key === "default" || key === "__esModule") return;
1285
- if (key in exports && exports[key] === _PhaseBanner[key]) return;
1286
- Object.defineProperty(exports, key, {
1287
- enumerable: true,
1288
- get: function get() {
1289
- return _PhaseBanner[key];
1290
- }
1291
- });
1292
- });
1293
-
1294
- var _PhaseBannerTag = require("@digigov/react-core/PhaseBannerTag");
1295
-
1296
- Object.keys(_PhaseBannerTag).forEach(function (key) {
1297
- if (key === "default" || key === "__esModule") return;
1298
- if (key in exports && exports[key] === _PhaseBannerTag[key]) return;
1299
- Object.defineProperty(exports, key, {
1300
- enumerable: true,
1301
- get: function get() {
1302
- return _PhaseBannerTag[key];
1303
- }
1304
- });
1305
- });
1306
-
1307
- var _PhaseBannerText = require("@digigov/react-core/PhaseBannerText");
1308
-
1309
- Object.keys(_PhaseBannerText).forEach(function (key) {
1310
- if (key === "default" || key === "__esModule") return;
1311
- if (key in exports && exports[key] === _PhaseBannerText[key]) return;
1312
- Object.defineProperty(exports, key, {
1313
- enumerable: true,
1314
- get: function get() {
1315
- return _PhaseBannerText[key];
1316
- }
1317
- });
1318
- });
1319
-
1320
- var _RadioContainer = require("@digigov/react-core/RadioContainer");
1321
-
1322
- Object.keys(_RadioContainer).forEach(function (key) {
1323
- if (key === "default" || key === "__esModule") return;
1324
- if (key in exports && exports[key] === _RadioContainer[key]) return;
1325
- Object.defineProperty(exports, key, {
1326
- enumerable: true,
1327
- get: function get() {
1328
- return _RadioContainer[key];
1329
- }
1330
- });
1331
- });
1332
-
1333
- var _RadioItem = require("@digigov/react-core/RadioItem");
1334
-
1335
- Object.keys(_RadioItem).forEach(function (key) {
1336
- if (key === "default" || key === "__esModule") return;
1337
- if (key in exports && exports[key] === _RadioItem[key]) return;
1338
- Object.defineProperty(exports, key, {
1339
- enumerable: true,
1340
- get: function get() {
1341
- return _RadioItem[key];
1342
- }
1343
- });
1344
- });
1345
-
1346
- var _RadioConditional = require("@digigov/react-core/RadioConditional");
1347
-
1348
- Object.keys(_RadioConditional).forEach(function (key) {
1349
- if (key === "default" || key === "__esModule") return;
1350
- if (key in exports && exports[key] === _RadioConditional[key]) return;
1351
- Object.defineProperty(exports, key, {
1352
- enumerable: true,
1353
- get: function get() {
1354
- return _RadioConditional[key];
1355
- }
1356
- });
1357
- });
1358
-
1359
- var _SectionBreak = require("@digigov/react-core/SectionBreak");
1360
-
1361
- Object.keys(_SectionBreak).forEach(function (key) {
1362
- if (key === "default" || key === "__esModule") return;
1363
- if (key in exports && exports[key] === _SectionBreak[key]) return;
1364
- Object.defineProperty(exports, key, {
1365
- enumerable: true,
1366
- get: function get() {
1367
- return _SectionBreak[key];
1368
- }
1369
- });
1370
- });
1371
-
1372
- var _SelectContainer = require("@digigov/react-core/SelectContainer");
1373
-
1374
- Object.keys(_SelectContainer).forEach(function (key) {
1375
- if (key === "default" || key === "__esModule") return;
1376
- if (key in exports && exports[key] === _SelectContainer[key]) return;
1377
- Object.defineProperty(exports, key, {
1378
- enumerable: true,
1379
- get: function get() {
1380
- return _SelectContainer[key];
1381
- }
1382
- });
1383
- });
1384
-
1385
- var _SelectOption = require("@digigov/react-core/SelectOption");
1386
-
1387
- Object.keys(_SelectOption).forEach(function (key) {
1388
- if (key === "default" || key === "__esModule") return;
1389
- if (key in exports && exports[key] === _SelectOption[key]) return;
1390
- Object.defineProperty(exports, key, {
1391
- enumerable: true,
1392
- get: function get() {
1393
- return _SelectOption[key];
1394
- }
1395
- });
1396
- });
1397
-
1398
- var _SingleCharacterInputs = require("@digigov/react-core/SingleCharacterInputs");
1399
-
1400
- Object.keys(_SingleCharacterInputs).forEach(function (key) {
1401
- if (key === "default" || key === "__esModule") return;
1402
- if (key in exports && exports[key] === _SingleCharacterInputs[key]) return;
1403
- Object.defineProperty(exports, key, {
1404
- enumerable: true,
1405
- get: function get() {
1406
- return _SingleCharacterInputs[key];
1407
- }
1408
- });
1409
- });
1410
-
1411
- var _SingleCharacterInput = require("@digigov/react-core/SingleCharacterInput");
1412
-
1413
- Object.keys(_SingleCharacterInput).forEach(function (key) {
1414
- if (key === "default" || key === "__esModule") return;
1415
- if (key in exports && exports[key] === _SingleCharacterInput[key]) return;
1416
- Object.defineProperty(exports, key, {
1417
- enumerable: true,
1418
- get: function get() {
1419
- return _SingleCharacterInput[key];
1420
- }
1421
- });
1422
- });
1423
-
1424
- var _SkipLink = require("@digigov/react-core/SkipLink");
1425
-
1426
- Object.keys(_SkipLink).forEach(function (key) {
1427
- if (key === "default" || key === "__esModule") return;
1428
- if (key in exports && exports[key] === _SkipLink[key]) return;
1429
- Object.defineProperty(exports, key, {
1430
- enumerable: true,
1431
- get: function get() {
1432
- return _SkipLink[key];
1433
- }
1434
- });
1435
- });
1436
-
1437
- var _Stack = require("@digigov/react-core/Stack");
1438
-
1439
- Object.keys(_Stack).forEach(function (key) {
1440
- if (key === "default" || key === "__esModule") return;
1441
- if (key in exports && exports[key] === _Stack[key]) return;
1442
- Object.defineProperty(exports, key, {
1443
- enumerable: true,
1444
- get: function get() {
1445
- return _Stack[key];
1446
- }
1447
- });
1448
- });
1449
-
1450
- var _SummaryList = require("@digigov/react-core/SummaryList");
1451
-
1452
- Object.keys(_SummaryList).forEach(function (key) {
1453
- if (key === "default" || key === "__esModule") return;
1454
- if (key in exports && exports[key] === _SummaryList[key]) return;
1455
- Object.defineProperty(exports, key, {
1456
- enumerable: true,
1457
- get: function get() {
1458
- return _SummaryList[key];
1459
- }
1460
- });
1461
- });
1462
-
1463
- var _SummaryListItem = require("@digigov/react-core/SummaryListItem");
1464
-
1465
- Object.keys(_SummaryListItem).forEach(function (key) {
1466
- if (key === "default" || key === "__esModule") return;
1467
- if (key in exports && exports[key] === _SummaryListItem[key]) return;
1468
- Object.defineProperty(exports, key, {
1469
- enumerable: true,
1470
- get: function get() {
1471
- return _SummaryListItem[key];
1472
- }
1473
- });
1474
- });
1475
-
1476
- var _SummaryListItemAction = require("@digigov/react-core/SummaryListItemAction");
1477
-
1478
- Object.keys(_SummaryListItemAction).forEach(function (key) {
1479
- if (key === "default" || key === "__esModule") return;
1480
- if (key in exports && exports[key] === _SummaryListItemAction[key]) return;
1481
- Object.defineProperty(exports, key, {
1482
- enumerable: true,
1483
- get: function get() {
1484
- return _SummaryListItemAction[key];
1485
- }
1486
- });
1487
- });
1488
-
1489
- var _SummaryListItemKey = require("@digigov/react-core/SummaryListItemKey");
1490
-
1491
- Object.keys(_SummaryListItemKey).forEach(function (key) {
1492
- if (key === "default" || key === "__esModule") return;
1493
- if (key in exports && exports[key] === _SummaryListItemKey[key]) return;
1494
- Object.defineProperty(exports, key, {
1495
- enumerable: true,
1496
- get: function get() {
1497
- return _SummaryListItemKey[key];
1498
- }
1499
- });
1500
- });
1501
-
1502
- var _SummaryListItemValue = require("@digigov/react-core/SummaryListItemValue");
1503
-
1504
- Object.keys(_SummaryListItemValue).forEach(function (key) {
1505
- if (key === "default" || key === "__esModule") return;
1506
- if (key in exports && exports[key] === _SummaryListItemValue[key]) return;
1507
- Object.defineProperty(exports, key, {
1508
- enumerable: true,
1509
- get: function get() {
1510
- return _SummaryListItemValue[key];
1511
- }
1512
- });
1513
- });
1514
-
1515
- var _SvgIcon = require("@digigov/react-core/SvgIcon");
1516
-
1517
- Object.keys(_SvgIcon).forEach(function (key) {
1518
- if (key === "default" || key === "__esModule") return;
1519
- if (key in exports && exports[key] === _SvgIcon[key]) return;
1520
- Object.defineProperty(exports, key, {
1521
- enumerable: true,
1522
- get: function get() {
1523
- return _SvgIcon[key];
1524
- }
1525
- });
1526
- });
1527
-
1528
- var _ImageLogo = require("@digigov/react-core/ImageLogo");
1529
-
1530
- Object.keys(_ImageLogo).forEach(function (key) {
1531
- if (key === "default" || key === "__esModule") return;
1532
- if (key in exports && exports[key] === _ImageLogo[key]) return;
1533
- Object.defineProperty(exports, key, {
1534
- enumerable: true,
1535
- get: function get() {
1536
- return _ImageLogo[key];
1537
- }
1538
- });
1539
- });
1540
-
1541
- var _ImageLogoSet = require("@digigov/react-core/ImageLogoSet");
1542
-
1543
- Object.keys(_ImageLogoSet).forEach(function (key) {
1544
- if (key === "default" || key === "__esModule") return;
1545
- if (key in exports && exports[key] === _ImageLogoSet[key]) return;
1546
- Object.defineProperty(exports, key, {
1547
- enumerable: true,
1548
- get: function get() {
1549
- return _ImageLogoSet[key];
1550
- }
1551
- });
1552
- });
1553
-
1554
- var _Table = require("@digigov/react-core/Table");
1555
-
1556
- Object.keys(_Table).forEach(function (key) {
1557
- if (key === "default" || key === "__esModule") return;
1558
- if (key in exports && exports[key] === _Table[key]) return;
1559
- Object.defineProperty(exports, key, {
1560
- enumerable: true,
1561
- get: function get() {
1562
- return _Table[key];
1563
- }
1564
- });
1565
- });
1566
-
1567
- var _TableBody = require("@digigov/react-core/TableBody");
1568
-
1569
- Object.keys(_TableBody).forEach(function (key) {
1570
- if (key === "default" || key === "__esModule") return;
1571
- if (key in exports && exports[key] === _TableBody[key]) return;
1572
- Object.defineProperty(exports, key, {
1573
- enumerable: true,
1574
- get: function get() {
1575
- return _TableBody[key];
1576
- }
1577
- });
1578
- });
1579
-
1580
- var _TableCaption = require("@digigov/react-core/TableCaption");
1581
-
1582
- Object.keys(_TableCaption).forEach(function (key) {
1583
- if (key === "default" || key === "__esModule") return;
1584
- if (key in exports && exports[key] === _TableCaption[key]) return;
1585
- Object.defineProperty(exports, key, {
1586
- enumerable: true,
1587
- get: function get() {
1588
- return _TableCaption[key];
1589
- }
1590
- });
1591
- });
1592
-
1593
- var _TableContainer = require("@digigov/react-core/TableContainer");
1594
-
1595
- Object.keys(_TableContainer).forEach(function (key) {
1596
- if (key === "default" || key === "__esModule") return;
1597
- if (key in exports && exports[key] === _TableContainer[key]) return;
1598
- Object.defineProperty(exports, key, {
1599
- enumerable: true,
1600
- get: function get() {
1601
- return _TableContainer[key];
1602
- }
1603
- });
1604
- });
1605
-
1606
- var _TableDataCell = require("@digigov/react-core/TableDataCell");
1607
-
1608
- Object.keys(_TableDataCell).forEach(function (key) {
1609
- if (key === "default" || key === "__esModule") return;
1610
- if (key in exports && exports[key] === _TableDataCell[key]) return;
1611
- Object.defineProperty(exports, key, {
1612
- enumerable: true,
1613
- get: function get() {
1614
- return _TableDataCell[key];
1615
- }
1616
- });
1617
- });
1618
-
1619
- var _TableNoDataRow = require("@digigov/react-core/TableNoDataRow");
1620
-
1621
- Object.keys(_TableNoDataRow).forEach(function (key) {
1622
- if (key === "default" || key === "__esModule") return;
1623
- if (key in exports && exports[key] === _TableNoDataRow[key]) return;
1624
- Object.defineProperty(exports, key, {
1625
- enumerable: true,
1626
- get: function get() {
1627
- return _TableNoDataRow[key];
1628
- }
1629
- });
1630
- });
1631
-
1632
- var _TableHead = require("@digigov/react-core/TableHead");
1633
-
1634
- Object.keys(_TableHead).forEach(function (key) {
1635
- if (key === "default" || key === "__esModule") return;
1636
- if (key in exports && exports[key] === _TableHead[key]) return;
1637
- Object.defineProperty(exports, key, {
1638
- enumerable: true,
1639
- get: function get() {
1640
- return _TableHead[key];
1641
- }
1642
- });
1643
- });
1644
-
1645
- var _TableHeadCell = require("@digigov/react-core/TableHeadCell");
1646
-
1647
- Object.keys(_TableHeadCell).forEach(function (key) {
1648
- if (key === "default" || key === "__esModule") return;
1649
- if (key in exports && exports[key] === _TableHeadCell[key]) return;
1650
- Object.defineProperty(exports, key, {
1651
- enumerable: true,
1652
- get: function get() {
1653
- return _TableHeadCell[key];
1654
- }
1655
- });
1656
- });
1657
-
1658
- var _TableRow = require("@digigov/react-core/TableRow");
1659
-
1660
- Object.keys(_TableRow).forEach(function (key) {
1661
- if (key === "default" || key === "__esModule") return;
1662
- if (key in exports && exports[key] === _TableRow[key]) return;
1663
- Object.defineProperty(exports, key, {
1664
- enumerable: true,
1665
- get: function get() {
1666
- return _TableRow[key];
1667
- }
1668
- });
1669
- });
1670
-
1671
- var _TableSortIconContainer = require("@digigov/react-core/TableSortIconContainer");
1672
-
1673
- Object.keys(_TableSortIconContainer).forEach(function (key) {
1674
- if (key === "default" || key === "__esModule") return;
1675
- if (key in exports && exports[key] === _TableSortIconContainer[key]) return;
1676
- Object.defineProperty(exports, key, {
1677
- enumerable: true,
1678
- get: function get() {
1679
- return _TableSortIconContainer[key];
1680
- }
1681
- });
1682
- });
1683
-
1684
- var _Tabs = require("@digigov/react-core/Tabs");
1685
-
1686
- Object.keys(_Tabs).forEach(function (key) {
1687
- if (key === "default" || key === "__esModule") return;
1688
- if (key in exports && exports[key] === _Tabs[key]) return;
1689
- Object.defineProperty(exports, key, {
1690
- enumerable: true,
1691
- get: function get() {
1692
- return _Tabs[key];
1693
- }
1694
- });
1695
- });
1696
-
1697
- var _TabsHeading = require("@digigov/react-core/TabsHeading");
1698
-
1699
- Object.keys(_TabsHeading).forEach(function (key) {
1700
- if (key === "default" || key === "__esModule") return;
1701
- if (key in exports && exports[key] === _TabsHeading[key]) return;
1702
- Object.defineProperty(exports, key, {
1703
- enumerable: true,
1704
- get: function get() {
1705
- return _TabsHeading[key];
1706
- }
1707
- });
1708
- });
1709
-
1710
- var _TabsList = require("@digigov/react-core/TabsList");
1711
-
1712
- Object.keys(_TabsList).forEach(function (key) {
1713
- if (key === "default" || key === "__esModule") return;
1714
- if (key in exports && exports[key] === _TabsList[key]) return;
1715
- Object.defineProperty(exports, key, {
1716
- enumerable: true,
1717
- get: function get() {
1718
- return _TabsList[key];
1719
- }
1720
- });
1721
- });
1722
-
1723
- var _TabsListItem = require("@digigov/react-core/TabsListItem");
1724
-
1725
- Object.keys(_TabsListItem).forEach(function (key) {
1726
- if (key === "default" || key === "__esModule") return;
1727
- if (key in exports && exports[key] === _TabsListItem[key]) return;
1728
- Object.defineProperty(exports, key, {
1729
- enumerable: true,
1730
- get: function get() {
1731
- return _TabsListItem[key];
1732
- }
1733
- });
1734
- });
1735
-
1736
- var _TabsPanel = require("@digigov/react-core/TabsPanel");
1737
-
1738
- Object.keys(_TabsPanel).forEach(function (key) {
1739
- if (key === "default" || key === "__esModule") return;
1740
- if (key in exports && exports[key] === _TabsPanel[key]) return;
1741
- Object.defineProperty(exports, key, {
1742
- enumerable: true,
1743
- get: function get() {
1744
- return _TabsPanel[key];
1745
- }
1746
- });
1747
- });
1748
-
1749
- var _TextArea = require("@digigov/react-core/TextArea");
1750
-
1751
- Object.keys(_TextArea).forEach(function (key) {
1752
- if (key === "default" || key === "__esModule") return;
1753
- if (key in exports && exports[key] === _TextArea[key]) return;
1754
- Object.defineProperty(exports, key, {
1755
- enumerable: true,
1756
- get: function get() {
1757
- return _TextArea[key];
1758
- }
1759
- });
1760
- });
1761
-
1762
- var _TextInput = require("@digigov/react-core/TextInput");
1763
-
1764
- Object.keys(_TextInput).forEach(function (key) {
1765
- if (key === "default" || key === "__esModule") return;
1766
- if (key in exports && exports[key] === _TextInput[key]) return;
1767
- Object.defineProperty(exports, key, {
1768
- enumerable: true,
1769
- get: function get() {
1770
- return _TextInput[key];
1771
- }
1772
- });
1773
- });
1774
-
1775
- var _Typography = require("@digigov/react-core/Typography");
1776
-
1777
- Object.keys(_Typography).forEach(function (key) {
1778
- if (key === "default" || key === "__esModule") return;
1779
- if (key in exports && exports[key] === _Typography[key]) return;
1780
- Object.defineProperty(exports, key, {
1781
- enumerable: true,
1782
- get: function get() {
1783
- return _Typography[key];
1784
- }
1785
- });
1786
- });
1787
-
1788
- var _Top = require("@digigov/react-core/Top");
1789
-
1790
- Object.keys(_Top).forEach(function (key) {
1791
- if (key === "default" || key === "__esModule") return;
1792
- if (key in exports && exports[key] === _Top[key]) return;
1793
- Object.defineProperty(exports, key, {
1794
- enumerable: true,
1795
- get: function get() {
1796
- return _Top[key];
1797
- }
1798
- });
1799
- });
1800
-
1801
- var _Base = require("@digigov/react-core/Base");
1802
-
1803
- Object.keys(_Base).forEach(function (key) {
1804
- if (key === "default" || key === "__esModule") return;
1805
- if (key in exports && exports[key] === _Base[key]) return;
1806
- Object.defineProperty(exports, key, {
1807
- enumerable: true,
1808
- get: function get() {
1809
- return _Base[key];
1810
- }
1811
- });
1812
- });
1813
-
1814
- var _VisuallyHidden = require("@digigov/react-core/VisuallyHidden");
1815
-
1816
- Object.keys(_VisuallyHidden).forEach(function (key) {
1817
- if (key === "default" || key === "__esModule") return;
1818
- if (key in exports && exports[key] === _VisuallyHidden[key]) return;
1819
- Object.defineProperty(exports, key, {
1820
- enumerable: true,
1821
- get: function get() {
1822
- return _VisuallyHidden[key];
1823
- }
1824
- });
1825
- });
1826
-
1827
- var _WarningText = require("@digigov/react-core/WarningText");
1828
-
1829
- Object.keys(_WarningText).forEach(function (key) {
1830
- if (key === "default" || key === "__esModule") return;
1831
- if (key in exports && exports[key] === _WarningText[key]) return;
1832
- Object.defineProperty(exports, key, {
1833
- enumerable: true,
1834
- get: function get() {
1835
- return _WarningText[key];
1836
- }
1837
- });
1838
- });
1839
-
1840
- var _AccessibilityMenu = require("@digigov/react-core/AccessibilityMenu");
1841
-
1842
- Object.keys(_AccessibilityMenu).forEach(function (key) {
1843
- if (key === "default" || key === "__esModule") return;
1844
- if (key in exports && exports[key] === _AccessibilityMenu[key]) return;
1845
- Object.defineProperty(exports, key, {
1846
- enumerable: true,
1847
- get: function get() {
1848
- return _AccessibilityMenu[key];
1849
- }
1850
- });
1851
- });
1852
-
1853
- var _AccessibilityMenuButton = require("@digigov/react-core/AccessibilityMenuButton");
1854
-
1855
- Object.keys(_AccessibilityMenuButton).forEach(function (key) {
1856
- if (key === "default" || key === "__esModule") return;
1857
- if (key in exports && exports[key] === _AccessibilityMenuButton[key]) return;
1858
- Object.defineProperty(exports, key, {
1859
- enumerable: true,
1860
- get: function get() {
1861
- return _AccessibilityMenuButton[key];
1862
- }
1863
- });
1864
- });
1865
-
1866
- var _AccessibilityMenuContent = require("@digigov/react-core/AccessibilityMenuContent");
1867
-
1868
- Object.keys(_AccessibilityMenuContent).forEach(function (key) {
1869
- if (key === "default" || key === "__esModule") return;
1870
- if (key in exports && exports[key] === _AccessibilityMenuContent[key]) return;
1871
- Object.defineProperty(exports, key, {
1872
- enumerable: true,
1873
- get: function get() {
1874
- return _AccessibilityMenuContent[key];
1875
- }
1876
- });
1877
- });
1878
-
1879
- var _AccessibilityMenuHeader = require("@digigov/react-core/AccessibilityMenuHeader");
1880
-
1881
- Object.keys(_AccessibilityMenuHeader).forEach(function (key) {
1882
- if (key === "default" || key === "__esModule") return;
1883
- if (key in exports && exports[key] === _AccessibilityMenuHeader[key]) return;
1884
- Object.defineProperty(exports, key, {
1885
- enumerable: true,
1886
- get: function get() {
1887
- return _AccessibilityMenuHeader[key];
1888
- }
1889
- });
1890
- });
1891
-
1892
- var _AccessibilityMenuBody = require("@digigov/react-core/AccessibilityMenuBody");
1893
-
1894
- Object.keys(_AccessibilityMenuBody).forEach(function (key) {
1895
- if (key === "default" || key === "__esModule") return;
1896
- if (key in exports && exports[key] === _AccessibilityMenuBody[key]) return;
1897
- Object.defineProperty(exports, key, {
1898
- enumerable: true,
1899
- get: function get() {
1900
- return _AccessibilityMenuBody[key];
1901
- }
1902
- });
1903
- });
1904
-
1905
- var _AccessibilityMenuList = require("@digigov/react-core/AccessibilityMenuList");
1906
-
1907
- Object.keys(_AccessibilityMenuList).forEach(function (key) {
1908
- if (key === "default" || key === "__esModule") return;
1909
- if (key in exports && exports[key] === _AccessibilityMenuList[key]) return;
1910
- Object.defineProperty(exports, key, {
1911
- enumerable: true,
1912
- get: function get() {
1913
- return _AccessibilityMenuList[key];
1914
- }
1915
- });
1916
- });
1917
-
1918
- var _AccessibilityMenuListItem = require("@digigov/react-core/AccessibilityMenuListItem");
1919
-
1920
- Object.keys(_AccessibilityMenuListItem).forEach(function (key) {
1921
- if (key === "default" || key === "__esModule") return;
1922
- if (key in exports && exports[key] === _AccessibilityMenuListItem[key]) return;
1923
- Object.defineProperty(exports, key, {
1924
- enumerable: true,
1925
- get: function get() {
1926
- return _AccessibilityMenuListItem[key];
1927
- }
1928
- });
1929
- });
1930
-
1931
- var _AccessibilityMenuOptionButton = require("@digigov/react-core/AccessibilityMenuOptionButton");
1932
-
1933
- Object.keys(_AccessibilityMenuOptionButton).forEach(function (key) {
1934
- if (key === "default" || key === "__esModule") return;
1935
- if (key in exports && exports[key] === _AccessibilityMenuOptionButton[key]) return;
1936
- Object.defineProperty(exports, key, {
1937
- enumerable: true,
1938
- get: function get() {
1939
- return _AccessibilityMenuOptionButton[key];
1940
- }
1941
- });
1942
- });
1943
-
1944
- var _AccessibilityMenuSteps = require("@digigov/react-core/AccessibilityMenuSteps");
1945
-
1946
- Object.keys(_AccessibilityMenuSteps).forEach(function (key) {
1947
- if (key === "default" || key === "__esModule") return;
1948
- if (key in exports && exports[key] === _AccessibilityMenuSteps[key]) return;
1949
- Object.defineProperty(exports, key, {
1950
- enumerable: true,
1951
- get: function get() {
1952
- return _AccessibilityMenuSteps[key];
1953
- }
1954
- });
1955
- });
1956
-
1957
- var _AdminAside = require("@digigov/react-core/AdminAside");
1958
-
1959
- Object.keys(_AdminAside).forEach(function (key) {
1960
- if (key === "default" || key === "__esModule") return;
1961
- if (key in exports && exports[key] === _AdminAside[key]) return;
1962
- Object.defineProperty(exports, key, {
1963
- enumerable: true,
1964
- get: function get() {
1965
- return _AdminAside[key];
1966
- }
1967
- });
1968
- });
1969
-
1970
- var _AdminContainer = require("@digigov/react-core/AdminContainer");
1971
-
1972
- Object.keys(_AdminContainer).forEach(function (key) {
1973
- if (key === "default" || key === "__esModule") return;
1974
- if (key in exports && exports[key] === _AdminContainer[key]) return;
1975
- Object.defineProperty(exports, key, {
1976
- enumerable: true,
1977
- get: function get() {
1978
- return _AdminContainer[key];
1979
- }
1980
- });
1981
- });
1982
-
1983
- var _AdminLayout = require("@digigov/react-core/AdminLayout");
1984
-
1985
- Object.keys(_AdminLayout).forEach(function (key) {
1986
- if (key === "default" || key === "__esModule") return;
1987
- if (key in exports && exports[key] === _AdminLayout[key]) return;
1988
- Object.defineProperty(exports, key, {
1989
- enumerable: true,
1990
- get: function get() {
1991
- return _AdminLayout[key];
1992
- }
1993
- });
1994
- });
1995
-
1996
- var _AdminMain = require("@digigov/react-core/AdminMain");
1997
-
1998
- Object.keys(_AdminMain).forEach(function (key) {
1999
- if (key === "default" || key === "__esModule") return;
2000
- if (key in exports && exports[key] === _AdminMain[key]) return;
2001
- Object.defineProperty(exports, key, {
2002
- enumerable: true,
2003
- get: function get() {
2004
- return _AdminMain[key];
2005
- }
2006
- });
2007
- });
2008
-
2009
- var _AdminTopSection = require("@digigov/react-core/AdminTopSection");
2010
-
2011
- Object.keys(_AdminTopSection).forEach(function (key) {
2012
- if (key === "default" || key === "__esModule") return;
2013
- if (key in exports && exports[key] === _AdminTopSection[key]) return;
2014
- Object.defineProperty(exports, key, {
2015
- enumerable: true,
2016
- get: function get() {
2017
- return _AdminTopSection[key];
2018
- }
2019
- });
2020
- });
2021
-
2022
- var _AutoCompleteInput = require("@digigov/react-core/AutoCompleteInput");
2023
-
2024
- Object.keys(_AutoCompleteInput).forEach(function (key) {
2025
- if (key === "default" || key === "__esModule") return;
2026
- if (key in exports && exports[key] === _AutoCompleteInput[key]) return;
2027
- Object.defineProperty(exports, key, {
2028
- enumerable: true,
2029
- get: function get() {
2030
- return _AutoCompleteInput[key];
2031
- }
2032
- });
2033
- });
2034
-
2035
- var _AutoCompleteInputTypeahead = require("@digigov/react-core/AutoCompleteInputTypeahead");
2036
-
2037
- Object.keys(_AutoCompleteInputTypeahead).forEach(function (key) {
2038
- if (key === "default" || key === "__esModule") return;
2039
- if (key in exports && exports[key] === _AutoCompleteInputTypeahead[key]) return;
2040
- Object.defineProperty(exports, key, {
2041
- enumerable: true,
2042
- get: function get() {
2043
- return _AutoCompleteInputTypeahead[key];
2044
- }
2045
- });
2046
- });
2047
-
2048
- var _AutoCompleteResultList = require("@digigov/react-core/AutoCompleteResultList");
2049
-
2050
- Object.keys(_AutoCompleteResultList).forEach(function (key) {
2051
- if (key === "default" || key === "__esModule") return;
2052
- if (key in exports && exports[key] === _AutoCompleteResultList[key]) return;
2053
- Object.defineProperty(exports, key, {
2054
- enumerable: true,
2055
- get: function get() {
2056
- return _AutoCompleteResultList[key];
2057
- }
2058
- });
2059
- });
2060
-
2061
- var _AutoCompleteResultListItem = require("@digigov/react-core/AutoCompleteResultListItem");
2062
-
2063
- Object.keys(_AutoCompleteResultListItem).forEach(function (key) {
2064
- if (key === "default" || key === "__esModule") return;
2065
- if (key in exports && exports[key] === _AutoCompleteResultListItem[key]) return;
2066
- Object.defineProperty(exports, key, {
2067
- enumerable: true,
2068
- get: function get() {
2069
- return _AutoCompleteResultListItem[key];
2070
- }
2071
- });
2072
- });
2073
-
2074
- var _AutoCompleteWrapper = require("@digigov/react-core/AutoCompleteWrapper");
2075
-
2076
- Object.keys(_AutoCompleteWrapper).forEach(function (key) {
2077
- if (key === "default" || key === "__esModule") return;
2078
- if (key in exports && exports[key] === _AutoCompleteWrapper[key]) return;
2079
- Object.defineProperty(exports, key, {
2080
- enumerable: true,
2081
- get: function get() {
2082
- return _AutoCompleteWrapper[key];
2083
- }
2084
- });
2085
- });
2086
-
2087
- var _Chip = require("@digigov/react-core/Chip");
2088
-
2089
- Object.keys(_Chip).forEach(function (key) {
2090
- if (key === "default" || key === "__esModule") return;
2091
- if (key in exports && exports[key] === _Chip[key]) return;
2092
- Object.defineProperty(exports, key, {
2093
- enumerable: true,
2094
- get: function get() {
2095
- return _Chip[key];
2096
- }
2097
- });
2098
- });
2099
-
2100
- var _ChipHeading = require("@digigov/react-core/ChipHeading");
2101
-
2102
- Object.keys(_ChipHeading).forEach(function (key) {
2103
- if (key === "default" || key === "__esModule") return;
2104
- if (key in exports && exports[key] === _ChipHeading[key]) return;
2105
- Object.defineProperty(exports, key, {
2106
- enumerable: true,
2107
- get: function get() {
2108
- return _ChipHeading[key];
2109
- }
2110
- });
2111
- });
2112
-
2113
- var _ChipContainer = require("@digigov/react-core/ChipContainer");
2114
-
2115
- Object.keys(_ChipContainer).forEach(function (key) {
2116
- if (key === "default" || key === "__esModule") return;
2117
- if (key in exports && exports[key] === _ChipContainer[key]) return;
2118
- Object.defineProperty(exports, key, {
2119
- enumerable: true,
2120
- get: function get() {
2121
- return _ChipContainer[key];
2122
- }
2123
- });
2124
- });
2125
-
2126
- var _ChipKeyValue = require("@digigov/react-core/ChipKeyValue");
2127
-
2128
- Object.keys(_ChipKeyValue).forEach(function (key) {
2129
- if (key === "default" || key === "__esModule") return;
2130
- if (key in exports && exports[key] === _ChipKeyValue[key]) return;
2131
- Object.defineProperty(exports, key, {
2132
- enumerable: true,
2133
- get: function get() {
2134
- return _ChipKeyValue[key];
2135
- }
2136
- });
2137
- });
2138
-
2139
- var _CopyToClipboardMessage = require("@digigov/react-core/CopyToClipboardMessage");
2140
-
2141
- Object.keys(_CopyToClipboardMessage).forEach(function (key) {
2142
- if (key === "default" || key === "__esModule") return;
2143
- if (key in exports && exports[key] === _CopyToClipboardMessage[key]) return;
2144
- Object.defineProperty(exports, key, {
2145
- enumerable: true,
2146
- get: function get() {
2147
- return _CopyToClipboardMessage[key];
2148
- }
2149
- });
2150
- });
2151
-
2152
- var _CopyToClipboardContainer = require("@digigov/react-core/CopyToClipboardContainer");
2153
-
2154
- Object.keys(_CopyToClipboardContainer).forEach(function (key) {
2155
- if (key === "default" || key === "__esModule") return;
2156
- if (key in exports && exports[key] === _CopyToClipboardContainer[key]) return;
2157
- Object.defineProperty(exports, key, {
2158
- enumerable: true,
2159
- get: function get() {
2160
- return _CopyToClipboardContainer[key];
2161
- }
2162
- });
2163
- });
2164
-
2165
- var _DropdownBase = require("@digigov/react-core/DropdownBase");
2166
-
2167
- Object.keys(_DropdownBase).forEach(function (key) {
2168
- if (key === "default" || key === "__esModule") return;
2169
- if (key in exports && exports[key] === _DropdownBase[key]) return;
2170
- Object.defineProperty(exports, key, {
2171
- enumerable: true,
2172
- get: function get() {
2173
- return _DropdownBase[key];
2174
- }
2175
- });
2176
- });
2177
-
2178
- var _DropdownButton = require("@digigov/react-core/DropdownButton");
2179
-
2180
- Object.keys(_DropdownButton).forEach(function (key) {
2181
- if (key === "default" || key === "__esModule") return;
2182
- if (key in exports && exports[key] === _DropdownButton[key]) return;
2183
- Object.defineProperty(exports, key, {
2184
- enumerable: true,
2185
- get: function get() {
2186
- return _DropdownButton[key];
2187
- }
2188
- });
2189
- });
2190
-
2191
- var _DropdownContent = require("@digigov/react-core/DropdownContent");
2192
-
2193
- Object.keys(_DropdownContent).forEach(function (key) {
2194
- if (key === "default" || key === "__esModule") return;
2195
- if (key in exports && exports[key] === _DropdownContent[key]) return;
2196
- Object.defineProperty(exports, key, {
2197
- enumerable: true,
2198
- get: function get() {
2199
- return _DropdownContent[key];
2200
- }
2201
- });
2202
- });
2203
-
2204
- var _FillableText = require("@digigov/react-core/FillableText");
2205
-
2206
- Object.keys(_FillableText).forEach(function (key) {
2207
- if (key === "default" || key === "__esModule") return;
2208
- if (key in exports && exports[key] === _FillableText[key]) return;
2209
- Object.defineProperty(exports, key, {
2210
- enumerable: true,
2211
- get: function get() {
2212
- return _FillableText[key];
2213
- }
2214
- });
2215
- });
2216
-
2217
- var _Drawer = require("@digigov/react-core/Drawer");
2218
-
2219
- Object.keys(_Drawer).forEach(function (key) {
2220
- if (key === "default" || key === "__esModule") return;
2221
- if (key in exports && exports[key] === _Drawer[key]) return;
2222
- Object.defineProperty(exports, key, {
2223
- enumerable: true,
2224
- get: function get() {
2225
- return _Drawer[key];
2226
- }
2227
- });
2228
- });
2229
-
2230
- var _DrawerHeading = require("@digigov/react-core/DrawerHeading");
2231
-
2232
- Object.keys(_DrawerHeading).forEach(function (key) {
2233
- if (key === "default" || key === "__esModule") return;
2234
- if (key in exports && exports[key] === _DrawerHeading[key]) return;
2235
- Object.defineProperty(exports, key, {
2236
- enumerable: true,
2237
- get: function get() {
2238
- return _DrawerHeading[key];
2239
- }
2240
- });
2241
- });
2242
-
2243
- var _FilterContent = require("@digigov/react-core/FilterContent");
2244
-
2245
- Object.keys(_FilterContent).forEach(function (key) {
2246
- if (key === "default" || key === "__esModule") return;
2247
- if (key in exports && exports[key] === _FilterContent[key]) return;
2248
- Object.defineProperty(exports, key, {
2249
- enumerable: true,
2250
- get: function get() {
2251
- return _FilterContent[key];
2252
- }
2253
- });
2254
- });
2255
-
2256
- var _FilterHeadingContainer = require("@digigov/react-core/FilterHeadingContainer");
2257
-
2258
- Object.keys(_FilterHeadingContainer).forEach(function (key) {
2259
- if (key === "default" || key === "__esModule") return;
2260
- if (key in exports && exports[key] === _FilterHeadingContainer[key]) return;
2261
- Object.defineProperty(exports, key, {
2262
- enumerable: true,
2263
- get: function get() {
2264
- return _FilterHeadingContainer[key];
2265
- }
2266
- });
2267
- });
2268
-
2269
- var _FilterOptionsSection = require("@digigov/react-core/FilterOptionsSection");
2270
-
2271
- Object.keys(_FilterOptionsSection).forEach(function (key) {
2272
- if (key === "default" || key === "__esModule") return;
2273
- if (key in exports && exports[key] === _FilterOptionsSection[key]) return;
2274
- Object.defineProperty(exports, key, {
2275
- enumerable: true,
2276
- get: function get() {
2277
- return _FilterOptionsSection[key];
2278
- }
2279
- });
2280
- });
2281
-
2282
- var _FilterContainer = require("@digigov/react-core/FilterContainer");
2283
-
2284
- Object.keys(_FilterContainer).forEach(function (key) {
2285
- if (key === "default" || key === "__esModule") return;
2286
- if (key in exports && exports[key] === _FilterContainer[key]) return;
2287
- Object.defineProperty(exports, key, {
2288
- enumerable: true,
2289
- get: function get() {
2290
- return _FilterContainer[key];
2291
- }
2292
- });
2293
- });
2294
-
2295
- var _FilterSelectedHeading = require("@digigov/react-core/FilterSelectedHeading");
2296
-
2297
- Object.keys(_FilterSelectedHeading).forEach(function (key) {
2298
- if (key === "default" || key === "__esModule") return;
2299
- if (key in exports && exports[key] === _FilterSelectedHeading[key]) return;
2300
- Object.defineProperty(exports, key, {
2301
- enumerable: true,
2302
- get: function get() {
2303
- return _FilterSelectedHeading[key];
2304
- }
2305
- });
2306
- });
2307
-
2308
- var _FilterSelectedSection = require("@digigov/react-core/FilterSelectedSection");
2309
-
2310
- Object.keys(_FilterSelectedSection).forEach(function (key) {
2311
- if (key === "default" || key === "__esModule") return;
2312
- if (key in exports && exports[key] === _FilterSelectedSection[key]) return;
2313
- Object.defineProperty(exports, key, {
2314
- enumerable: true,
2315
- get: function get() {
2316
- return _FilterSelectedSection[key];
2317
- }
2318
- });
2319
- });
2320
-
2321
- var _SearchButton = require("@digigov/react-core/SearchButton");
2322
-
2323
- Object.keys(_SearchButton).forEach(function (key) {
2324
- if (key === "default" || key === "__esModule") return;
2325
- if (key in exports && exports[key] === _SearchButton[key]) return;
2326
- Object.defineProperty(exports, key, {
2327
- enumerable: true,
2328
- get: function get() {
2329
- return _SearchButton[key];
2330
- }
2331
- });
2332
- });
2333
-
2334
- var _SearchContainer = require("@digigov/react-core/SearchContainer");
2335
-
2336
- Object.keys(_SearchContainer).forEach(function (key) {
2337
- if (key === "default" || key === "__esModule") return;
2338
- if (key in exports && exports[key] === _SearchContainer[key]) return;
2339
- Object.defineProperty(exports, key, {
2340
- enumerable: true,
2341
- get: function get() {
2342
- return _SearchContainer[key];
2343
- }
2344
- });
2345
- });
2346
-
2347
- var _ResultsHeading = require("@digigov/react-core/ResultsHeading");
2348
-
2349
- Object.keys(_ResultsHeading).forEach(function (key) {
2350
- if (key === "default" || key === "__esModule") return;
2351
- if (key in exports && exports[key] === _ResultsHeading[key]) return;
2352
- Object.defineProperty(exports, key, {
2353
- enumerable: true,
2354
- get: function get() {
2355
- return _ResultsHeading[key];
2356
- }
2357
- });
2358
- });
2359
-
2360
- var _ResultsHeadingActions = require("@digigov/react-core/ResultsHeadingActions");
2361
-
2362
- Object.keys(_ResultsHeadingActions).forEach(function (key) {
2363
- if (key === "default" || key === "__esModule") return;
2364
- if (key in exports && exports[key] === _ResultsHeadingActions[key]) return;
2365
- Object.defineProperty(exports, key, {
2366
- enumerable: true,
2367
- get: function get() {
2368
- return _ResultsHeadingActions[key];
2369
- }
2370
- });
2371
- });
2372
-
2373
- var _ResultsActionBar = require("@digigov/react-core/ResultsActionBar");
2374
-
2375
- Object.keys(_ResultsActionBar).forEach(function (key) {
2376
- if (key === "default" || key === "__esModule") return;
2377
- if (key in exports && exports[key] === _ResultsActionBar[key]) return;
2378
- Object.defineProperty(exports, key, {
2379
- enumerable: true,
2380
- get: function get() {
2381
- return _ResultsActionBar[key];
2382
- }
2383
- });
2384
- });
2385
-
2386
- var _AdminHeader = require("@digigov/react-core/AdminHeader");
2387
-
2388
- Object.keys(_AdminHeader).forEach(function (key) {
2389
- if (key === "default" || key === "__esModule") return;
2390
- if (key in exports && exports[key] === _AdminHeader[key]) return;
2391
- Object.defineProperty(exports, key, {
2392
- enumerable: true,
2393
- get: function get() {
2394
- return _AdminHeader[key];
2395
- }
2396
- });
2397
- });
2398
-
2399
- var _AdminHeaderContent = require("@digigov/react-core/AdminHeaderContent");
2400
-
2401
- Object.keys(_AdminHeaderContent).forEach(function (key) {
2402
- if (key === "default" || key === "__esModule") return;
2403
- if (key in exports && exports[key] === _AdminHeaderContent[key]) return;
2404
- Object.defineProperty(exports, key, {
2405
- enumerable: true,
2406
- get: function get() {
2407
- return _AdminHeaderContent[key];
2408
- }
2409
- });
2410
- });
2411
-
2412
- var _ModalContainer = require("@digigov/react-core/ModalContainer");
2413
-
2414
- Object.keys(_ModalContainer).forEach(function (key) {
2415
- if (key === "default" || key === "__esModule") return;
2416
- if (key in exports && exports[key] === _ModalContainer[key]) return;
2417
- Object.defineProperty(exports, key, {
2418
- enumerable: true,
2419
- get: function get() {
2420
- return _ModalContainer[key];
2421
- }
2422
- });
2423
- });
2424
-
2425
- var _ModalHeading = require("@digigov/react-core/ModalHeading");
2426
-
2427
- Object.keys(_ModalHeading).forEach(function (key) {
2428
- if (key === "default" || key === "__esModule") return;
2429
- if (key in exports && exports[key] === _ModalHeading[key]) return;
2430
- Object.defineProperty(exports, key, {
2431
- enumerable: true,
2432
- get: function get() {
2433
- return _ModalHeading[key];
2434
- }
2435
- });
2436
- });
2437
-
2438
- var _ModalContent = require("@digigov/react-core/ModalContent");
2439
-
2440
- Object.keys(_ModalContent).forEach(function (key) {
2441
- if (key === "default" || key === "__esModule") return;
2442
- if (key in exports && exports[key] === _ModalContent[key]) return;
2443
- Object.defineProperty(exports, key, {
2444
- enumerable: true,
2445
- get: function get() {
2446
- return _ModalContent[key];
2447
- }
2448
- });
2449
- });
2450
-
2451
- var _ModalAction = require("@digigov/react-core/ModalAction");
2452
-
2453
- Object.keys(_ModalAction).forEach(function (key) {
2454
- if (key === "default" || key === "__esModule") return;
2455
- if (key in exports && exports[key] === _ModalAction[key]) return;
2456
- Object.defineProperty(exports, key, {
2457
- enumerable: true,
2458
- get: function get() {
2459
- return _ModalAction[key];
2460
- }
2461
- });
2462
- });
2463
-
2464
- var _Pagination = require("@digigov/react-core/Pagination");
2465
-
2466
- Object.keys(_Pagination).forEach(function (key) {
2467
- if (key === "default" || key === "__esModule") return;
2468
- if (key in exports && exports[key] === _Pagination[key]) return;
2469
- Object.defineProperty(exports, key, {
2470
- enumerable: true,
2471
- get: function get() {
2472
- return _Pagination[key];
2473
- }
2474
- });
2475
- });
2476
-
2477
- var _PaginationList = require("@digigov/react-core/PaginationList");
2478
-
2479
- Object.keys(_PaginationList).forEach(function (key) {
2480
- if (key === "default" || key === "__esModule") return;
2481
- if (key in exports && exports[key] === _PaginationList[key]) return;
2482
- Object.defineProperty(exports, key, {
2483
- enumerable: true,
2484
- get: function get() {
2485
- return _PaginationList[key];
2486
- }
2487
- });
2488
- });
2489
-
2490
- var _PaginationListItem = require("@digigov/react-core/PaginationListItem");
2491
-
2492
- Object.keys(_PaginationListItem).forEach(function (key) {
2493
- if (key === "default" || key === "__esModule") return;
2494
- if (key in exports && exports[key] === _PaginationListItem[key]) return;
2495
- Object.defineProperty(exports, key, {
2496
- enumerable: true,
2497
- get: function get() {
2498
- return _PaginationListItem[key];
2499
- }
2500
- });
2501
- });
2502
-
2503
- var _PaginationLabelContainer = require("@digigov/react-core/PaginationLabelContainer");
2504
-
2505
- Object.keys(_PaginationLabelContainer).forEach(function (key) {
2506
- if (key === "default" || key === "__esModule") return;
2507
- if (key in exports && exports[key] === _PaginationLabelContainer[key]) return;
2508
- Object.defineProperty(exports, key, {
2509
- enumerable: true,
2510
- get: function get() {
2511
- return _PaginationLabelContainer[key];
2512
- }
2513
- });
2514
- });
2515
-
2516
- var _LoaderContainer = require("@digigov/react-core/LoaderContainer");
2517
-
2518
- Object.keys(_LoaderContainer).forEach(function (key) {
2519
- if (key === "default" || key === "__esModule") return;
2520
- if (key in exports && exports[key] === _LoaderContainer[key]) return;
2521
- Object.defineProperty(exports, key, {
2522
- enumerable: true,
2523
- get: function get() {
2524
- return _LoaderContainer[key];
2525
- }
2526
- });
2527
- });
2528
-
2529
- var _CircularProgress = require("@digigov/react-core/CircularProgress");
2530
-
2531
- Object.keys(_CircularProgress).forEach(function (key) {
2532
- if (key === "default" || key === "__esModule") return;
2533
- if (key in exports && exports[key] === _CircularProgress[key]) return;
2534
- Object.defineProperty(exports, key, {
2535
- enumerable: true,
2536
- get: function get() {
2537
- return _CircularProgress[key];
2538
- }
2539
- });
2540
- });
2541
-
2542
- var _FullPageBackground = require("@digigov/react-core/FullPageBackground");
2543
-
2544
- Object.keys(_FullPageBackground).forEach(function (key) {
2545
- if (key === "default" || key === "__esModule") return;
2546
- if (key in exports && exports[key] === _FullPageBackground[key]) return;
2547
- Object.defineProperty(exports, key, {
2548
- enumerable: true,
2549
- get: function get() {
2550
- return _FullPageBackground[key];
2551
- }
2552
- });
2553
- });
2554
-
2555
- var _StepNavCircleNumber = require("@digigov/react-core/StepNavCircleNumber");
2556
-
2557
- Object.keys(_StepNavCircleNumber).forEach(function (key) {
2558
- if (key === "default" || key === "__esModule") return;
2559
- if (key in exports && exports[key] === _StepNavCircleNumber[key]) return;
2560
- Object.defineProperty(exports, key, {
2561
- enumerable: true,
2562
- get: function get() {
2563
- return _StepNavCircleNumber[key];
2564
- }
2565
- });
2566
- });
2567
-
2568
- var _StepNav = require("@digigov/react-core/StepNav");
2569
-
2570
- Object.keys(_StepNav).forEach(function (key) {
2571
- if (key === "default" || key === "__esModule") return;
2572
- if (key in exports && exports[key] === _StepNav[key]) return;
2573
- Object.defineProperty(exports, key, {
2574
- enumerable: true,
2575
- get: function get() {
2576
- return _StepNav[key];
2577
- }
2578
- });
2579
- });
2580
-
2581
- var _StepNavAccordion = require("@digigov/react-core/StepNavAccordion");
2582
-
2583
- Object.keys(_StepNavAccordion).forEach(function (key) {
2584
- if (key === "default" || key === "__esModule") return;
2585
- if (key in exports && exports[key] === _StepNavAccordion[key]) return;
2586
- Object.defineProperty(exports, key, {
2587
- enumerable: true,
2588
- get: function get() {
2589
- return _StepNavAccordion[key];
2590
- }
2591
- });
2592
- });
2593
-
2594
- var _StepNavAccordionContent = require("@digigov/react-core/StepNavAccordionContent");
2595
-
2596
- Object.keys(_StepNavAccordionContent).forEach(function (key) {
2597
- if (key === "default" || key === "__esModule") return;
2598
- if (key in exports && exports[key] === _StepNavAccordionContent[key]) return;
2599
- Object.defineProperty(exports, key, {
2600
- enumerable: true,
2601
- get: function get() {
2602
- return _StepNavAccordionContent[key];
2603
- }
2604
- });
2605
- });
2606
-
2607
- var _StepNavAccordionSummary = require("@digigov/react-core/StepNavAccordionSummary");
2608
-
2609
- Object.keys(_StepNavAccordionSummary).forEach(function (key) {
2610
- if (key === "default" || key === "__esModule") return;
2611
- if (key in exports && exports[key] === _StepNavAccordionSummary[key]) return;
2612
- Object.defineProperty(exports, key, {
2613
- enumerable: true,
2614
- get: function get() {
2615
- return _StepNavAccordionSummary[key];
2616
- }
2617
- });
2618
- });
2619
-
2620
- var _StepNavAccordionSummaryHeading = require("@digigov/react-core/StepNavAccordionSummaryHeading");
2621
-
2622
- Object.keys(_StepNavAccordionSummaryHeading).forEach(function (key) {
2623
- if (key === "default" || key === "__esModule") return;
2624
- if (key in exports && exports[key] === _StepNavAccordionSummaryHeading[key]) return;
2625
- Object.defineProperty(exports, key, {
2626
- enumerable: true,
2627
- get: function get() {
2628
- return _StepNavAccordionSummaryHeading[key];
2629
- }
2630
- });
2631
- });
2632
-
2633
- var _StepNavAccordionHeadingTitle = require("@digigov/react-core/StepNavAccordionHeadingTitle");
2634
-
2635
- Object.keys(_StepNavAccordionHeadingTitle).forEach(function (key) {
2636
- if (key === "default" || key === "__esModule") return;
2637
- if (key in exports && exports[key] === _StepNavAccordionHeadingTitle[key]) return;
2638
- Object.defineProperty(exports, key, {
2639
- enumerable: true,
2640
- get: function get() {
2641
- return _StepNavAccordionHeadingTitle[key];
2642
- }
2643
- });
2644
- });
2645
-
2646
- var _StepNavAccordionHeadingText = require("@digigov/react-core/StepNavAccordionHeadingText");
2647
-
2648
- Object.keys(_StepNavAccordionHeadingText).forEach(function (key) {
2649
- if (key === "default" || key === "__esModule") return;
2650
- if (key in exports && exports[key] === _StepNavAccordionHeadingText[key]) return;
2651
- Object.defineProperty(exports, key, {
2652
- enumerable: true,
2653
- get: function get() {
2654
- return _StepNavAccordionHeadingText[key];
2655
- }
2656
- });
2657
- });
2658
-
2659
- var _StepNavControls = require("@digigov/react-core/StepNavControls");
2660
-
2661
- Object.keys(_StepNavControls).forEach(function (key) {
2662
- if (key === "default" || key === "__esModule") return;
2663
- if (key in exports && exports[key] === _StepNavControls[key]) return;
2664
- Object.defineProperty(exports, key, {
2665
- enumerable: true,
2666
- get: function get() {
2667
- return _StepNavControls[key];
2668
- }
2669
- });
2670
- });
2671
-
2672
- var _StepNavList = require("@digigov/react-core/StepNavList");
2673
-
2674
- Object.keys(_StepNavList).forEach(function (key) {
2675
- if (key === "default" || key === "__esModule") return;
2676
- if (key in exports && exports[key] === _StepNavList[key]) return;
2677
- Object.defineProperty(exports, key, {
2678
- enumerable: true,
2679
- get: function get() {
2680
- return _StepNavList[key];
2681
- }
2682
- });
2683
- });
2684
-
2685
- var _StepNavListItem = require("@digigov/react-core/StepNavListItem");
2686
-
2687
- Object.keys(_StepNavListItem).forEach(function (key) {
2688
- if (key === "default" || key === "__esModule") return;
2689
- if (key in exports && exports[key] === _StepNavListItem[key]) return;
2690
- Object.defineProperty(exports, key, {
2691
- enumerable: true,
2692
- get: function get() {
2693
- return _StepNavListItem[key];
2694
- }
2695
- });
2696
- });
2697
-
2698
- var _TableLoaderBackground = require("@digigov/react-core/TableLoaderBackground");
2699
-
2700
- Object.keys(_TableLoaderBackground).forEach(function (key) {
2701
- if (key === "default" || key === "__esModule") return;
2702
- if (key in exports && exports[key] === _TableLoaderBackground[key]) return;
2703
- Object.defineProperty(exports, key, {
2704
- enumerable: true,
2705
- get: function get() {
2706
- return _TableLoaderBackground[key];
2707
- }
2708
- });
2709
- });
2710
-
2711
- var _LabeledText = require("@digigov/react-core/LabeledText");
2712
-
2713
- Object.keys(_LabeledText).forEach(function (key) {
2714
- if (key === "default" || key === "__esModule") return;
2715
- if (key in exports && exports[key] === _LabeledText[key]) return;
2716
- Object.defineProperty(exports, key, {
2717
- enumerable: true,
2718
- get: function get() {
2719
- return _LabeledText[key];
2720
- }
2721
- });
2722
- });
2723
-
2724
- var _Timeline = require("@digigov/react-core/Timeline");
2725
-
2726
- Object.keys(_Timeline).forEach(function (key) {
2727
- if (key === "default" || key === "__esModule") return;
2728
- if (key in exports && exports[key] === _Timeline[key]) return;
2729
- Object.defineProperty(exports, key, {
2730
- enumerable: true,
2731
- get: function get() {
2732
- return _Timeline[key];
2733
- }
2734
- });
2735
- });
2736
-
2737
- var _TimelineActions = require("@digigov/react-core/TimelineActions");
2738
-
2739
- Object.keys(_TimelineActions).forEach(function (key) {
2740
- if (key === "default" || key === "__esModule") return;
2741
- if (key in exports && exports[key] === _TimelineActions[key]) return;
2742
- Object.defineProperty(exports, key, {
2743
- enumerable: true,
2744
- get: function get() {
2745
- return _TimelineActions[key];
2746
- }
2747
- });
2748
- });
2749
-
2750
- var _TimelineContent = require("@digigov/react-core/TimelineContent");
2751
-
2752
- Object.keys(_TimelineContent).forEach(function (key) {
2753
- if (key === "default" || key === "__esModule") return;
2754
- if (key in exports && exports[key] === _TimelineContent[key]) return;
2755
- Object.defineProperty(exports, key, {
2756
- enumerable: true,
2757
- get: function get() {
2758
- return _TimelineContent[key];
2759
- }
2760
- });
2761
- });
2762
-
2763
- var _TimelineHeading = require("@digigov/react-core/TimelineHeading");
2764
-
2765
- Object.keys(_TimelineHeading).forEach(function (key) {
2766
- if (key === "default" || key === "__esModule") return;
2767
- if (key in exports && exports[key] === _TimelineHeading[key]) return;
2768
- Object.defineProperty(exports, key, {
2769
- enumerable: true,
2770
- get: function get() {
2771
- return _TimelineHeading[key];
2772
- }
2773
- });
2774
- });
2775
-
2776
- var _TimelineItem = require("@digigov/react-core/TimelineItem");
2777
-
2778
- Object.keys(_TimelineItem).forEach(function (key) {
2779
- if (key === "default" || key === "__esModule") return;
2780
- if (key in exports && exports[key] === _TimelineItem[key]) return;
2781
- Object.defineProperty(exports, key, {
2782
- enumerable: true,
2783
- get: function get() {
2784
- return _TimelineItem[key];
2785
- }
2786
- });
2787
- });
2788
-
2789
- var _TaskList = require("@digigov/react-core/TaskList");
2790
-
2791
- Object.keys(_TaskList).forEach(function (key) {
2792
- if (key === "default" || key === "__esModule") return;
2793
- if (key in exports && exports[key] === _TaskList[key]) return;
2794
- Object.defineProperty(exports, key, {
2795
- enumerable: true,
2796
- get: function get() {
2797
- return _TaskList[key];
2798
- }
2799
- });
2800
- });
2801
-
2802
- var _TaskListItem = require("@digigov/react-core/TaskListItem");
2803
-
2804
- Object.keys(_TaskListItem).forEach(function (key) {
2805
- if (key === "default" || key === "__esModule") return;
2806
- if (key in exports && exports[key] === _TaskListItem[key]) return;
2807
- Object.defineProperty(exports, key, {
2808
- enumerable: true,
2809
- get: function get() {
2810
- return _TaskListItem[key];
2811
- }
2812
- });
2813
- });
2814
-
2815
- var _TaskListItemContent = require("@digigov/react-core/TaskListItemContent");
2816
-
2817
- Object.keys(_TaskListItemContent).forEach(function (key) {
2818
- if (key === "default" || key === "__esModule") return;
2819
- if (key in exports && exports[key] === _TaskListItemContent[key]) return;
2820
- Object.defineProperty(exports, key, {
2821
- enumerable: true,
2822
- get: function get() {
2823
- return _TaskListItemContent[key];
2824
- }
2825
- });
2826
- });
2827
-
2828
- var _TaskListItemHeading = require("@digigov/react-core/TaskListItemHeading");
2829
-
2830
- Object.keys(_TaskListItemHeading).forEach(function (key) {
2831
- if (key === "default" || key === "__esModule") return;
2832
- if (key in exports && exports[key] === _TaskListItemHeading[key]) return;
2833
- Object.defineProperty(exports, key, {
2834
- enumerable: true,
2835
- get: function get() {
2836
- return _TaskListItemHeading[key];
2837
- }
2838
- });
2839
- });
2840
-
2841
- var _TaskListItemTag = require("@digigov/react-core/TaskListItemTag");
2842
-
2843
- Object.keys(_TaskListItemTag).forEach(function (key) {
2844
- if (key === "default" || key === "__esModule") return;
2845
- if (key in exports && exports[key] === _TaskListItemTag[key]) return;
2846
- Object.defineProperty(exports, key, {
2847
- enumerable: true,
2848
- get: function get() {
2849
- return _TaskListItemTag[key];
2850
- }
2851
- });
2852
- });
1
+ /** @license Digigov v1.0.0-23c81d9f
2
+ *
3
+ * This source code is licensed under the BSD-2-Clause license found in the
4
+ * LICENSE file in the root directory of this source tree.
5
+ */
6
+ export * from "./Accordion";
7
+ export * from "./AccordionControls";
8
+ export * from "./AccordionSection";
9
+ export * from "./AccordionSectionContent";
10
+ export * from "./AccordionSectionSummary";
11
+ export * from "./AccordionSectionSummaryHeading";
12
+ export * from "./Aside";
13
+ export * from "./BackLink";
14
+ export * from "./Blockquote";
15
+ export * from "./Bottom";
16
+ export * from "./Breadcrumbs";
17
+ export * from "./BreadcrumbsList";
18
+ export * from "./BreadcrumbsListItem";
19
+ export * from "./Button";
20
+ export * from "./ButtonGroup";
21
+ export * from "./ButtonLink";
22
+ export * from "./CallToAction";
23
+ export * from "./Card";
24
+ export * from "./CardAction";
25
+ export * from "./CardHeading";
26
+ export * from "./CardContent";
27
+ export * from "./Checkbox";
28
+ export * from "./CheckboxConditional";
29
+ export * from "./CheckboxItem";
30
+ export * from "./ChoiceDividerText";
31
+ export * from "./Panel";
32
+ export * from "./PanelBody";
33
+ export * from "./PanelBody";
34
+ export * from "./Container";
35
+ export * from "./CopyrightContainer";
36
+ export * from "./DateInputContainer";
37
+ export * from "./DateInputItem";
38
+ export * from "./Details";
39
+ export * from "./DetailsContent";
40
+ export * from "./DetailsSummary";
41
+ export * from "./ErrorMessage";
42
+ export * from "./ErrorSummary";
43
+ export * from "./Fieldset";
44
+ export * from "./FieldsetLegend";
45
+ export * from "./FileUpload";
46
+ export * from "./Footer";
47
+ export * from "./FooterContainer";
48
+ export * from "./FooterContent";
49
+ export * from "./FooterContentLogos";
50
+ export * from "./FooterHeading";
51
+ export * from "./FooterImage";
52
+ export * from "./FooterLink";
53
+ export * from "./FooterList";
54
+ export * from "./FooterListItem";
55
+ export * from "./FooterInfo";
56
+ export * from "./FooterInfoSection";
57
+ export * from "./FooterNavigation";
58
+ export * from "./FooterNavigationSection";
59
+ export * from "./FieldContainer";
60
+ export * from "./GovGRLogo";
61
+ export * from "./Grid";
62
+ export * from "./Header";
63
+ export * from "./HeaderContent";
64
+ export * from "./HeaderLogo";
65
+ export * from "./HeaderSecondaryLogo";
66
+ export * from "./HeaderSection";
67
+ export * from "./HeaderTitle";
68
+ export * from "./Heading";
69
+ export * from "./HeadingCaption";
70
+ export * from "./HellenicRepublicLogo";
71
+ export * from "./Hidden";
72
+ export * from "./Hint";
73
+ export * from "./LabelContainer";
74
+ export * from "./LabelTitle";
75
+ export * from "./Layout";
76
+ export * from "./LinkBase";
77
+ export * from "./List";
78
+ export * from "./ListItem";
79
+ export * from "./Main";
80
+ export * from "./Masthead";
81
+ export * from "./MastheadBody";
82
+ export * from "./Nav";
83
+ export * from "./NavList";
84
+ export * from "./NavListItemAction";
85
+ export * from "./NavListItemActionContainer";
86
+ export * from "./NavListItemLink";
87
+ export * from "./NavListItemButton";
88
+ export * from "./NavMenuContainer";
89
+ export * from "./NavMenuContent";
90
+ export * from "./NavMenuContentListBase";
91
+ export * from "./NavMenuContentListItem";
92
+ export * from "./NavMenuTitle";
93
+ export * from "./NavListItemAction";
94
+ export * from "./NormalText";
95
+ export * from "./NotificationBannerContainer";
96
+ export * from "./NotificationBannerContent";
97
+ export * from "./NotificationBannerHeader";
98
+ export * from "./NotificationBannerHeading";
99
+ export * from "./NotificationBannerLink";
100
+ export * from "./Section";
101
+ export * from "./PageTitleContainer";
102
+ export * from "./PageTitleCaption";
103
+ export * from "./PageTitleHeading";
104
+ export * from "./Paragraph";
105
+ export * from "./PhaseBannerHeaderContainer";
106
+ export * from "./PhaseBanner";
107
+ export * from "./PhaseBannerTag";
108
+ export * from "./PhaseBannerText";
109
+ export * from "./RadioContainer";
110
+ export * from "./RadioItem";
111
+ export * from "./RadioConditional";
112
+ export * from "./SectionBreak";
113
+ export * from "./SelectContainer";
114
+ export * from "./SelectOption";
115
+ export * from "./SingleCharacterInputs";
116
+ export * from "./SingleCharacterInput";
117
+ export * from "./SkipLink";
118
+ export * from "./Stack";
119
+ export * from "./SummaryList";
120
+ export * from "./SummaryListItem";
121
+ export * from "./SummaryListItemAction";
122
+ export * from "./SummaryListItemKey";
123
+ export * from "./SummaryListItemValue";
124
+ export * from "./SvgIcon";
125
+ export * from "./ImageLogo";
126
+ export * from "./ImageLogoSet";
127
+ export * from "./Table";
128
+ export * from "./TableBody";
129
+ export * from "./TableCaption";
130
+ export * from "./TableContainer";
131
+ export * from "./TableDataCell";
132
+ export * from "./TableNoDataRow";
133
+ export * from "./TableHead";
134
+ export * from "./TableHeadCell";
135
+ export * from "./TableRow";
136
+ export * from "./TableSortIconContainer";
137
+ export * from "./Tabs";
138
+ export * from "./TabsHeading";
139
+ export * from "./TabsList";
140
+ export * from "./TabsListItemBase";
141
+ export * from "./TabsPanelBase";
142
+ export * from "./TextArea";
143
+ export * from "./TextInput";
144
+ export * from "./Typography";
145
+ export * from "./Top";
146
+ export * from "./Base";
147
+ export * from "./VisuallyHidden";
148
+ export * from "./WarningText";
149
+ export * from "./AdminAside";
150
+ export * from "./AdminContainer";
151
+ export * from "./AdminLayout";
152
+ export * from "./AdminMain";
153
+ export * from "./AdminTopSection";
154
+ export * from "./AutoCompleteInput";
155
+ export * from "./AutoCompleteInputTypeahead";
156
+ export * from "./AutoCompleteResultList";
157
+ export * from "./AutoCompleteResultListItem";
158
+ export * from "./AutoCompleteWrapper";
159
+ export * from "./Chip";
160
+ export * from "./ChipHeading";
161
+ export * from "./ChipContainer";
162
+ export * from "./ChipKeyValue";
163
+ export * from "./CopyToClipboardMessage";
164
+ export * from "./CopyToClipboardContainer";
165
+ export * from "./DropdownBase";
166
+ export * from "./DropdownButton";
167
+ export * from "./DropdownContent";
168
+ export * from "./FillableText";
169
+ export * from "./Drawer";
170
+ export * from "./DrawerHeading";
171
+ export * from "./FilterContent";
172
+ export * from "./FilterHeadingContainer";
173
+ export * from "./FilterOptionsSection";
174
+ export * from "./FilterContainer";
175
+ export * from "./FilterSelectedHeading";
176
+ export * from "./FilterSelectedSection";
177
+ export * from "./SearchButton";
178
+ export * from "./SearchContainer";
179
+ export * from "./ResultsHeading";
180
+ export * from "./ResultsHeadingActions";
181
+ export * from "./ResultsActionBar";
182
+ export * from "./AdminHeader";
183
+ export * from "./AdminHeaderContent";
184
+ export * from "./ModalContainer";
185
+ export * from "./ModalHeading";
186
+ export * from "./ModalContent";
187
+ export * from "./ModalAction";
188
+ export * from "./Pagination";
189
+ export * from "./PaginationList";
190
+ export * from "./PaginationListItem";
191
+ export * from "./PaginationLabelContainer";
192
+ export * from "./LoaderContainer";
193
+ export * from "./CircularProgress";
194
+ export * from "./FullPageBackground";
195
+ export * from "./StepNavCircleNumber";
196
+ export * from "./StepNav";
197
+ export * from "./StepNavAccordion";
198
+ export * from "./StepNavAccordionContent";
199
+ export * from "./StepNavAccordionSummary";
200
+ export * from "./StepNavAccordionSummaryHeading";
201
+ export * from "./StepNavAccordionHeadingTitle";
202
+ export * from "./StepNavAccordionHeadingText";
203
+ export * from "./StepNavControls";
204
+ export * from "./StepNavList";
205
+ export * from "./StepNavListItem";
206
+ export * from "./TableLoaderBackground";
207
+ export * from "./LabeledText";
208
+ export * from "./Timeline";
209
+ export * from "./TimelineActions";
210
+ export * from "./TimelineContent";
211
+ export * from "./TimelineHeading";
212
+ export * from "./TimelineItem";
213
+ export * from "./TaskList";
214
+ export * from "./TaskListItem";
215
+ export * from "./TaskListItemContent";
216
+ export * from "./TaskListItemHeading";
217
+ export * from "./TaskListItemTag";