@digigov/react-core 1.0.0-8bbf3ef2 → 1.0.0-e322b0cc

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