@digigov/ui 1.2.0-dcbd7ded → 2.0.0-113e6661

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 (3365) hide show
  1. package/api/APIErrors/index.js +36 -73
  2. package/api/APIErrors.d.ts +1 -0
  3. package/api/APIErrors.js.map +7 -0
  4. package/api/APIProvider/index.js +20 -21
  5. package/api/APIProvider.d.ts +1 -0
  6. package/api/APIProvider.js.map +7 -0
  7. package/api/fetchAPI/index.js +28 -41
  8. package/api/fetchAPI.d.ts +1 -5
  9. package/api/fetchAPI.js.map +7 -0
  10. package/api/index.d.ts +1 -2
  11. package/api/index.js +11 -12
  12. package/api/index.js.map +7 -0
  13. package/api/useResource/index.js +62 -92
  14. package/api/useResource.js.map +7 -0
  15. package/api/useResourceAction/index.js +58 -105
  16. package/api/useResourceAction.js.map +7 -0
  17. package/api/useResourceQuery/index.js +126 -161
  18. package/api/useResourceQuery.js.map +7 -0
  19. package/api/utils/index.js +104 -163
  20. package/api/utils.d.ts +5 -1
  21. package/api/utils.js.map +7 -0
  22. package/app/App/index.js +11 -10
  23. package/app/App.js.map +7 -0
  24. package/app/BannerContainer/BannerContainer.stories/index.js +12 -7
  25. package/app/BannerContainer/BannerContainer.stories.d.ts +1 -1
  26. package/app/BannerContainer/BannerContainer.stories.js.map +7 -0
  27. package/app/BannerContainer/__stories__/CookiesBanner/index.js +15 -15
  28. package/app/BannerContainer/__stories__/CookiesBanner.d.ts +2 -2
  29. package/app/BannerContainer/__stories__/CookiesBanner.js.map +7 -0
  30. package/app/BannerContainer/index.js +7 -3
  31. package/app/BannerContainer/index.js.map +7 -0
  32. package/app/BannerContainer/index.test.d.ts +1 -0
  33. package/app/BottomInfo/index.js +9 -5
  34. package/app/BottomInfo/index.js.map +7 -0
  35. package/app/CloseButton/index.js +7 -3
  36. package/app/CloseButton/index.js.map +7 -0
  37. package/app/FilterContainer/index.js +15 -11
  38. package/app/FilterContainer/index.js.map +7 -0
  39. package/app/Footer/Footer.stories/index.js +27 -15
  40. package/app/Footer/Footer.stories.d.ts +8 -8
  41. package/app/Footer/Footer.stories.js.map +7 -0
  42. package/app/Footer/__stories__/Default/index.js +8 -6
  43. package/app/Footer/__stories__/Default.d.ts +2 -2
  44. package/app/Footer/__stories__/Default.js.map +7 -0
  45. package/app/Footer/__stories__/DefaultCopyright/index.js +22 -16
  46. package/app/Footer/__stories__/DefaultCopyright.d.ts +2 -2
  47. package/app/Footer/__stories__/DefaultCopyright.js.map +7 -0
  48. package/app/Footer/__stories__/FooterAllInclusive/index.js +31 -65
  49. package/app/Footer/__stories__/FooterAllInclusive.d.ts +2 -2
  50. package/app/Footer/__stories__/FooterAllInclusive.js.map +7 -0
  51. package/app/Footer/__stories__/FooterWithLink/index.js +23 -27
  52. package/app/Footer/__stories__/FooterWithLink.d.ts +2 -2
  53. package/app/Footer/__stories__/FooterWithLink.js.map +7 -0
  54. package/app/Footer/__stories__/FooterWithLogo/index.js +24 -25
  55. package/app/Footer/__stories__/FooterWithLogo.d.ts +2 -2
  56. package/app/Footer/__stories__/FooterWithLogo.js.map +7 -0
  57. package/app/Footer/__stories__/FooterWithSecondaryNavigation/index.js +27 -47
  58. package/app/Footer/__stories__/FooterWithSecondaryNavigation.d.ts +2 -2
  59. package/app/Footer/__stories__/FooterWithSecondaryNavigation.js.map +7 -0
  60. package/app/Footer/__stories__/FooterWithText/index.js +22 -28
  61. package/app/Footer/__stories__/FooterWithText.d.ts +2 -2
  62. package/app/Footer/__stories__/FooterWithText.js.map +7 -0
  63. package/app/Footer/__stories__/YearCopyright/index.js +22 -20
  64. package/app/Footer/__stories__/YearCopyright.d.ts +2 -2
  65. package/app/Footer/__stories__/YearCopyright.js.map +7 -0
  66. package/app/Footer/index.js +19 -15
  67. package/app/Footer/index.js.map +7 -0
  68. package/app/Footer/index.test.d.ts +1 -0
  69. package/app/Footer/interaction.test.d.ts +1 -0
  70. package/app/Header/Header.stories/index.js +22 -13
  71. package/app/Header/Header.stories.d.ts +5 -5
  72. package/app/Header/Header.stories.js.map +7 -0
  73. package/app/Header/HeaderContent/index.js +7 -3
  74. package/app/Header/HeaderContent.js.map +7 -0
  75. package/app/Header/HeaderLogo/index.js +7 -3
  76. package/app/Header/HeaderLogo.js.map +7 -0
  77. package/app/Header/HeaderNavMenuContent/index.js +7 -3
  78. package/app/Header/HeaderNavMenuContent.js.map +7 -0
  79. package/app/Header/HeaderSecondaryLogo/index.js +7 -3
  80. package/app/Header/HeaderSecondaryLogo.js.map +7 -0
  81. package/app/Header/HeaderSection/index.js +7 -3
  82. package/app/Header/HeaderSection.js.map +7 -0
  83. package/app/Header/HeaderTitle/index.js +7 -3
  84. package/app/Header/HeaderTitle.js.map +7 -0
  85. package/app/Header/__stories__/Default/index.js +11 -11
  86. package/app/Header/__stories__/Default.d.ts +2 -2
  87. package/app/Header/__stories__/Default.js.map +7 -0
  88. package/app/Header/__stories__/WithHeaderNavigation/index.js +24 -34
  89. package/app/Header/__stories__/WithHeaderNavigation.d.ts +2 -2
  90. package/app/Header/__stories__/WithHeaderNavigation.js.map +7 -0
  91. package/app/Header/__stories__/WithNavigation/index.js +30 -51
  92. package/app/Header/__stories__/WithNavigation.d.ts +2 -2
  93. package/app/Header/__stories__/WithNavigation.js.map +7 -0
  94. package/app/Header/__stories__/WithServiceName/index.js +12 -12
  95. package/app/Header/__stories__/WithServiceName.d.ts +2 -2
  96. package/app/Header/__stories__/WithServiceName.js.map +7 -0
  97. package/app/Header/__stories__/WithServiceNameAndLogo/index.js +16 -17
  98. package/app/Header/__stories__/WithServiceNameAndLogo.d.ts +2 -2
  99. package/app/Header/__stories__/WithServiceNameAndLogo.js.map +7 -0
  100. package/app/Header/index.js +13 -9
  101. package/app/Header/index.js.map +7 -0
  102. package/app/Header/index.test.d.ts +1 -0
  103. package/app/Header/interaction.test.d.ts +1 -0
  104. package/app/Loader/Loader.stories/index.js +12 -5
  105. package/app/Loader/Loader.stories.d.ts +2 -1
  106. package/app/Loader/Loader.stories.js.map +7 -0
  107. package/app/Loader/__stories__/Default/index.js +10 -6
  108. package/app/Loader/__stories__/Default.d.ts +2 -2
  109. package/app/Loader/__stories__/Default.js.map +7 -0
  110. package/app/Loader/__stories__/FullPageLoader/index.js +13 -0
  111. package/app/Loader/__stories__/FullPageLoader/package.json +6 -0
  112. package/app/Loader/__stories__/FullPageLoader.d.ts +2 -0
  113. package/app/Loader/__stories__/FullPageLoader.js.map +7 -0
  114. package/app/Loader/index.js +9 -5
  115. package/app/Loader/index.js.map +7 -0
  116. package/app/Loader/index.test.d.ts +1 -0
  117. package/app/Masthead/Masthead.stories/index.js +17 -10
  118. package/app/Masthead/Masthead.stories.d.ts +3 -3
  119. package/app/Masthead/Masthead.stories.js.map +7 -0
  120. package/app/Masthead/__stories__/Default/index.js +12 -12
  121. package/app/Masthead/__stories__/Default.d.ts +2 -2
  122. package/app/Masthead/__stories__/Default.js.map +7 -0
  123. package/app/Masthead/__stories__/WithElements/index.js +19 -18
  124. package/app/Masthead/__stories__/WithElements.d.ts +2 -2
  125. package/app/Masthead/__stories__/WithElements.js.map +7 -0
  126. package/app/Masthead/__stories__/WithLogo/index.js +17 -16
  127. package/app/Masthead/__stories__/WithLogo.d.ts +2 -2
  128. package/app/Masthead/__stories__/WithLogo.js.map +7 -0
  129. package/app/Masthead/index.js +9 -5
  130. package/app/Masthead/index.js.map +7 -0
  131. package/app/Masthead/index.test.d.ts +1 -0
  132. package/app/Masthead/interaction.test.d.ts +1 -0
  133. package/app/Modal/Modal/index.js +51 -0
  134. package/app/Modal/Modal/package.json +6 -0
  135. package/app/Modal/Modal.d.ts +8 -0
  136. package/app/Modal/Modal.js.map +7 -0
  137. package/app/Modal/Modal.stories/index.js +22 -11
  138. package/app/Modal/Modal.stories.d.ts +6 -5
  139. package/app/Modal/Modal.stories.js.map +7 -0
  140. package/app/Modal/__stories__/AlertDialog/index.js +47 -38
  141. package/app/Modal/__stories__/AlertDialog.d.ts +2 -2
  142. package/app/Modal/__stories__/AlertDialog.js.map +7 -0
  143. package/app/Modal/__stories__/Auto/index.js +23 -44
  144. package/app/Modal/__stories__/Auto.d.ts +2 -2
  145. package/app/Modal/__stories__/Auto.js.map +7 -0
  146. package/app/Modal/__stories__/Default/index.js +37 -36
  147. package/app/Modal/__stories__/Default.d.ts +2 -2
  148. package/app/Modal/__stories__/Default.js.map +7 -0
  149. package/app/Modal/__stories__/Dense/index.js +37 -37
  150. package/app/Modal/__stories__/Dense.d.ts +2 -2
  151. package/app/Modal/__stories__/Dense.js.map +7 -0
  152. package/app/Modal/__stories__/WithHooks/index.js +32 -28
  153. package/app/Modal/__stories__/WithHooks.d.ts +2 -2
  154. package/app/Modal/__stories__/WithHooks.js.map +7 -0
  155. package/app/Modal/__stories__/WithoutModalGaps/index.js +38 -0
  156. package/app/Modal/__stories__/WithoutModalGaps/package.json +6 -0
  157. package/app/Modal/__stories__/WithoutModalGaps.d.ts +3 -0
  158. package/app/Modal/__stories__/WithoutModalGaps.js.map +7 -0
  159. package/app/Modal/auto/index.js +49 -53
  160. package/app/Modal/auto.d.ts +4 -4
  161. package/app/Modal/auto.js.map +7 -0
  162. package/app/Modal/hooks/index.js +60 -53
  163. package/app/Modal/hooks.js.map +7 -0
  164. package/app/Modal/index.d.ts +2 -8
  165. package/app/Modal/index.js +13 -58
  166. package/app/Modal/index.js.map +7 -0
  167. package/app/Modal/index.test.d.ts +1 -0
  168. package/app/Modal/interaction.test.d.ts +1 -0
  169. package/app/NotFound/NotFound.stories/index.js +10 -5
  170. package/app/NotFound/NotFound.stories.d.ts +1 -1
  171. package/app/NotFound/NotFound.stories.js.map +7 -0
  172. package/app/NotFound/__stories__/Default/index.js +8 -6
  173. package/app/NotFound/__stories__/Default.d.ts +2 -2
  174. package/app/NotFound/__stories__/Default.js.map +7 -0
  175. package/app/NotFound/index.js +14 -10
  176. package/app/NotFound/index.js.map +7 -0
  177. package/app/NotFound/index.test.d.ts +1 -0
  178. package/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion/index.js +282 -165
  179. package/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion.js.map +7 -0
  180. package/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck/index.js +22 -20
  181. package/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck.js.map +7 -0
  182. package/app/OutdatedBrowserBanner/index.d.ts +0 -1
  183. package/app/OutdatedBrowserBanner/index.js +17 -21
  184. package/app/OutdatedBrowserBanner/index.js.map +7 -0
  185. package/app/PageTitleContainer/index.js +9 -5
  186. package/app/PageTitleContainer/index.js.map +7 -0
  187. package/app/Panel/Panel.stories/index.js +12 -7
  188. package/app/Panel/Panel.stories.d.ts +1 -1
  189. package/app/Panel/Panel.stories.js.map +7 -0
  190. package/app/Panel/__stories__/Default/index.js +8 -6
  191. package/app/Panel/__stories__/Default.d.ts +2 -2
  192. package/app/Panel/__stories__/Default.js.map +7 -0
  193. package/app/Panel/index.js +9 -5
  194. package/app/Panel/index.js.map +7 -0
  195. package/app/Panel/index.test.d.ts +1 -0
  196. package/app/PhaseBannerHeader/PhaseBannerHeader.stories/index.js +10 -5
  197. package/app/PhaseBannerHeader/PhaseBannerHeader.stories.d.ts +1 -1
  198. package/app/PhaseBannerHeader/PhaseBannerHeader.stories.js.map +7 -0
  199. package/app/PhaseBannerHeader/__stories__/Default/index.js +14 -9
  200. package/app/PhaseBannerHeader/__stories__/Default.d.ts +2 -2
  201. package/app/PhaseBannerHeader/__stories__/Default.js.map +7 -0
  202. package/app/PhaseBannerHeader/index.d.ts +1 -1
  203. package/app/PhaseBannerHeader/index.js +14 -17
  204. package/app/PhaseBannerHeader/index.js.map +7 -0
  205. package/app/PhaseBannerHeader/index.test.d.ts +1 -0
  206. package/app/QrCodeScanner/QrCodeScanner.stories/index.js +10 -5
  207. package/app/QrCodeScanner/QrCodeScanner.stories.d.ts +1 -1
  208. package/app/QrCodeScanner/QrCodeScanner.stories.js.map +7 -0
  209. package/app/QrCodeScanner/__stories__/Default/index.js +29 -39
  210. package/app/QrCodeScanner/__stories__/Default.d.ts +2 -2
  211. package/app/QrCodeScanner/__stories__/Default.js.map +7 -0
  212. package/app/QrCodeScanner/index.d.ts +1 -0
  213. package/app/QrCodeScanner/index.js +48 -49
  214. package/app/QrCodeScanner/index.js.map +7 -0
  215. package/app/QrCodeViewer/QRCode.stories/index.js +12 -6
  216. package/app/QrCodeViewer/QRCode.stories.d.ts +2 -2
  217. package/app/QrCodeViewer/QRCode.stories.js.map +7 -0
  218. package/app/QrCodeViewer/__stories__/Custom/index.js +19 -13
  219. package/app/QrCodeViewer/__stories__/Custom.d.ts +2 -2
  220. package/app/QrCodeViewer/__stories__/Custom.js.map +7 -0
  221. package/app/QrCodeViewer/__stories__/Default/index.js +8 -8
  222. package/app/QrCodeViewer/__stories__/Default.d.ts +2 -2
  223. package/app/QrCodeViewer/__stories__/Default.js.map +7 -0
  224. package/app/QrCodeViewer/index.js +93 -96
  225. package/app/QrCodeViewer/index.js.map +7 -0
  226. package/app/QrCodeViewer/index.test.d.ts +1 -0
  227. package/app/QrCodeViewer/qrcodegen/index.js +993 -943
  228. package/app/QrCodeViewer/qrcodegen.js.map +7 -0
  229. package/app/QrCodeViewer/types/index.js +1 -1
  230. package/app/QrCodeViewer/types.js.map +7 -0
  231. package/app/QrCodeViewer/utils/index.js +42 -54
  232. package/app/QrCodeViewer/utils.js.map +7 -0
  233. package/app/Skeleton/Skeleton.stories/index.js +29 -0
  234. package/app/Skeleton/Skeleton.stories/package.json +6 -0
  235. package/app/Skeleton/Skeleton.stories.d.ts +17 -0
  236. package/app/Skeleton/Skeleton.stories.js.map +7 -0
  237. package/app/Skeleton/__stories__/Button/index.js +9 -0
  238. package/app/Skeleton/__stories__/Button/package.json +6 -0
  239. package/app/Skeleton/__stories__/Button.d.ts +3 -0
  240. package/app/Skeleton/__stories__/Button.js.map +7 -0
  241. package/app/Skeleton/__stories__/Circular/index.js +9 -0
  242. package/app/Skeleton/__stories__/Circular/package.json +6 -0
  243. package/app/Skeleton/__stories__/Circular.d.ts +3 -0
  244. package/app/Skeleton/__stories__/Circular.js.map +7 -0
  245. package/app/Skeleton/__stories__/Default/index.js +9 -0
  246. package/app/Skeleton/__stories__/Default/package.json +6 -0
  247. package/app/Skeleton/__stories__/Default.d.ts +3 -0
  248. package/app/Skeleton/__stories__/Default.js.map +7 -0
  249. package/app/Skeleton/__stories__/NoAnimation/index.js +9 -0
  250. package/app/Skeleton/__stories__/NoAnimation/package.json +6 -0
  251. package/app/Skeleton/__stories__/NoAnimation.d.ts +3 -0
  252. package/app/Skeleton/__stories__/NoAnimation.js.map +7 -0
  253. package/app/Skeleton/__stories__/Rectangular/index.js +9 -0
  254. package/app/Skeleton/__stories__/Rectangular/package.json +6 -0
  255. package/app/Skeleton/__stories__/Rectangular.d.ts +3 -0
  256. package/app/Skeleton/__stories__/Rectangular.js.map +7 -0
  257. package/app/Skeleton/__stories__/SpecificWidthAndHeight/index.js +9 -0
  258. package/app/Skeleton/__stories__/SpecificWidthAndHeight/package.json +6 -0
  259. package/app/Skeleton/__stories__/SpecificWidthAndHeight.d.ts +3 -0
  260. package/app/Skeleton/__stories__/SpecificWidthAndHeight.js.map +7 -0
  261. package/app/Skeleton/__stories__/TextSizes/index.js +9 -0
  262. package/app/Skeleton/__stories__/TextSizes/package.json +6 -0
  263. package/app/Skeleton/__stories__/TextSizes.d.ts +3 -0
  264. package/app/Skeleton/__stories__/TextSizes.js.map +7 -0
  265. package/app/Skeleton/__stories__/UnderTypography/index.js +11 -0
  266. package/app/Skeleton/__stories__/UnderTypography/package.json +6 -0
  267. package/app/Skeleton/__stories__/UnderTypography.d.ts +3 -0
  268. package/app/Skeleton/__stories__/UnderTypography.js.map +7 -0
  269. package/app/Skeleton/__stories__/WithChildren/index.js +10 -0
  270. package/app/Skeleton/__stories__/WithChildren/package.json +6 -0
  271. package/app/Skeleton/__stories__/WithChildren.d.ts +3 -0
  272. package/app/Skeleton/__stories__/WithChildren.js.map +7 -0
  273. package/app/Skeleton/index.d.ts +3 -0
  274. package/app/Skeleton/index.js +7 -0
  275. package/app/Skeleton/index.js.map +7 -0
  276. package/app/Skeleton/index.test.d.ts +1 -0
  277. package/app/Skeleton/package.json +6 -0
  278. package/app/ThemeOptions/index.d.ts +1 -1
  279. package/app/ThemeOptions/index.js +160 -206
  280. package/app/ThemeOptions/index.js.map +7 -0
  281. package/app/hooks/useFontSize/index.js +21 -7
  282. package/app/hooks/useFontSize.js.map +7 -0
  283. package/app/hooks/useHighlightLinks/index.js +29 -24
  284. package/app/hooks/useHighlightLinks.js.map +7 -0
  285. package/app/hooks/useLetterSpacing/index.js +17 -7
  286. package/app/hooks/useLetterSpacing.js.map +7 -0
  287. package/app/hooks/useLineHeight/index.js +21 -7
  288. package/app/hooks/useLineHeight.js.map +7 -0
  289. package/app/hooks/useTheme/index.js +37 -30
  290. package/app/hooks/useTheme.js.map +7 -0
  291. package/app/hooks/useVariantVars/index.js +18 -17
  292. package/app/hooks/useVariantVars.js.map +7 -0
  293. package/app/index.js +17 -16
  294. package/app/index.js.map +7 -0
  295. package/cjs/api/APIErrors/index.js +69 -78
  296. package/cjs/api/APIErrors.js.map +7 -0
  297. package/cjs/api/APIProvider/index.js +54 -29
  298. package/cjs/api/APIProvider.js.map +7 -0
  299. package/cjs/api/fetchAPI/index.js +47 -48
  300. package/cjs/api/fetchAPI.js.map +7 -0
  301. package/cjs/api/index.js +38 -85
  302. package/cjs/api/index.js.map +7 -0
  303. package/cjs/api/useResource/index.js +84 -98
  304. package/cjs/api/useResource.js.map +7 -0
  305. package/cjs/api/useResourceAction/index.js +80 -111
  306. package/cjs/api/useResourceAction.js.map +7 -0
  307. package/cjs/api/useResourceQuery/index.js +148 -167
  308. package/cjs/api/useResourceQuery.js.map +7 -0
  309. package/cjs/api/utils/index.js +127 -170
  310. package/cjs/api/utils.js.map +7 -0
  311. package/cjs/app/App/index.js +43 -18
  312. package/cjs/app/App.js.map +7 -0
  313. package/cjs/app/BannerContainer/BannerContainer.stories/index.js +45 -26
  314. package/cjs/app/BannerContainer/BannerContainer.stories.js.map +7 -0
  315. package/cjs/app/BannerContainer/__stories__/CookiesBanner/index.js +47 -24
  316. package/cjs/app/BannerContainer/__stories__/CookiesBanner.js.map +7 -0
  317. package/cjs/app/BannerContainer/index.js +38 -13
  318. package/cjs/app/BannerContainer/index.js.map +7 -0
  319. package/cjs/app/BottomInfo/index.js +41 -38
  320. package/cjs/app/BottomInfo/index.js.map +7 -0
  321. package/cjs/app/CloseButton/index.js +39 -21
  322. package/cjs/app/CloseButton/index.js.map +7 -0
  323. package/cjs/app/FilterContainer/index.js +57 -119
  324. package/cjs/app/FilterContainer/index.js.map +7 -0
  325. package/cjs/app/Footer/Footer.stories/index.js +67 -111
  326. package/cjs/app/Footer/Footer.stories.js.map +7 -0
  327. package/cjs/app/Footer/__stories__/Default/index.js +41 -13
  328. package/cjs/app/Footer/__stories__/Default.js.map +7 -0
  329. package/cjs/app/Footer/__stories__/DefaultCopyright/index.js +45 -22
  330. package/cjs/app/Footer/__stories__/DefaultCopyright.js.map +7 -0
  331. package/cjs/app/Footer/__stories__/FooterAllInclusive/index.js +49 -71
  332. package/cjs/app/Footer/__stories__/FooterAllInclusive.js.map +7 -0
  333. package/cjs/app/Footer/__stories__/FooterWithLink/index.js +46 -33
  334. package/cjs/app/Footer/__stories__/FooterWithLink.js.map +7 -0
  335. package/cjs/app/Footer/__stories__/FooterWithLogo/index.js +48 -31
  336. package/cjs/app/Footer/__stories__/FooterWithLogo.js.map +7 -0
  337. package/cjs/app/Footer/__stories__/FooterWithSecondaryNavigation/index.js +47 -53
  338. package/cjs/app/Footer/__stories__/FooterWithSecondaryNavigation.js.map +7 -0
  339. package/cjs/app/Footer/__stories__/FooterWithText/index.js +46 -34
  340. package/cjs/app/Footer/__stories__/FooterWithText.js.map +7 -0
  341. package/cjs/app/Footer/__stories__/YearCopyright/index.js +45 -26
  342. package/cjs/app/Footer/__stories__/YearCopyright.js.map +7 -0
  343. package/cjs/app/Footer/index.js +63 -165
  344. package/cjs/app/Footer/index.js.map +7 -0
  345. package/cjs/app/Header/Header.stories/index.js +60 -77
  346. package/cjs/app/Header/Header.stories.js.map +7 -0
  347. package/cjs/app/Header/HeaderContent/index.js +38 -13
  348. package/cjs/app/Header/HeaderContent.js.map +7 -0
  349. package/cjs/app/Header/HeaderLogo/index.js +39 -21
  350. package/cjs/app/Header/HeaderLogo.js.map +7 -0
  351. package/cjs/app/Header/HeaderNavMenuContent/index.js +38 -13
  352. package/cjs/app/Header/HeaderNavMenuContent.js.map +7 -0
  353. package/cjs/app/Header/HeaderSecondaryLogo/index.js +38 -13
  354. package/cjs/app/Header/HeaderSecondaryLogo.js.map +7 -0
  355. package/cjs/app/Header/HeaderSection/index.js +39 -21
  356. package/cjs/app/Header/HeaderSection.js.map +7 -0
  357. package/cjs/app/Header/HeaderTitle/index.js +39 -21
  358. package/cjs/app/Header/HeaderTitle.js.map +7 -0
  359. package/cjs/app/Header/__stories__/Default/index.js +44 -18
  360. package/cjs/app/Header/__stories__/Default.js.map +7 -0
  361. package/cjs/app/Header/__stories__/WithHeaderNavigation/index.js +52 -40
  362. package/cjs/app/Header/__stories__/WithHeaderNavigation.js.map +7 -0
  363. package/cjs/app/Header/__stories__/WithNavigation/index.js +62 -60
  364. package/cjs/app/Header/__stories__/WithNavigation.js.map +7 -0
  365. package/cjs/app/Header/__stories__/WithServiceName/index.js +45 -19
  366. package/cjs/app/Header/__stories__/WithServiceName.js.map +7 -0
  367. package/cjs/app/Header/__stories__/WithServiceNameAndLogo/index.js +48 -23
  368. package/cjs/app/Header/__stories__/WithServiceNameAndLogo.js.map +7 -0
  369. package/cjs/app/Header/index.js +53 -95
  370. package/cjs/app/Header/index.js.map +7 -0
  371. package/cjs/app/Loader/Loader.stories/index.js +46 -24
  372. package/cjs/app/Loader/Loader.stories.js.map +7 -0
  373. package/cjs/app/Loader/__stories__/Default/index.js +42 -12
  374. package/cjs/app/Loader/__stories__/Default.js.map +7 -0
  375. package/cjs/app/Loader/__stories__/FullPageLoader/index.js +42 -0
  376. package/cjs/app/Loader/__stories__/FullPageLoader.js.map +7 -0
  377. package/cjs/app/Loader/index.js +43 -45
  378. package/cjs/app/Loader/index.js.map +7 -0
  379. package/cjs/app/Masthead/Masthead.stories/index.js +52 -51
  380. package/cjs/app/Masthead/Masthead.stories.js.map +7 -0
  381. package/cjs/app/Masthead/__stories__/Default/index.js +45 -19
  382. package/cjs/app/Masthead/__stories__/Default.js.map +7 -0
  383. package/cjs/app/Masthead/__stories__/WithElements/index.js +48 -25
  384. package/cjs/app/Masthead/__stories__/WithElements.js.map +7 -0
  385. package/cjs/app/Masthead/__stories__/WithLogo/index.js +46 -23
  386. package/cjs/app/Masthead/__stories__/WithLogo.js.map +7 -0
  387. package/cjs/app/Masthead/index.js +43 -45
  388. package/cjs/app/Masthead/index.js.map +7 -0
  389. package/cjs/app/Modal/Modal/index.js +85 -0
  390. package/cjs/app/Modal/Modal.js.map +7 -0
  391. package/cjs/app/Modal/Modal.stories/index.js +60 -74
  392. package/cjs/app/Modal/Modal.stories.js.map +7 -0
  393. package/cjs/app/Modal/__stories__/AlertDialog/index.js +74 -47
  394. package/cjs/app/Modal/__stories__/AlertDialog.js.map +7 -0
  395. package/cjs/app/Modal/__stories__/Auto/index.js +47 -50
  396. package/cjs/app/Modal/__stories__/Auto.js.map +7 -0
  397. package/cjs/app/Modal/__stories__/Default/index.js +64 -45
  398. package/cjs/app/Modal/__stories__/Default.js.map +7 -0
  399. package/cjs/app/Modal/__stories__/Dense/index.js +64 -46
  400. package/cjs/app/Modal/__stories__/Dense.js.map +7 -0
  401. package/cjs/app/Modal/__stories__/WithHooks/index.js +59 -34
  402. package/cjs/app/Modal/__stories__/WithHooks.js.map +7 -0
  403. package/cjs/app/Modal/__stories__/WithoutModalGaps/index.js +66 -0
  404. package/cjs/app/Modal/__stories__/WithoutModalGaps.js.map +7 -0
  405. package/cjs/app/Modal/auto/index.js +85 -62
  406. package/cjs/app/Modal/auto.js.map +7 -0
  407. package/cjs/app/Modal/hooks/index.js +92 -62
  408. package/cjs/app/Modal/hooks.js.map +7 -0
  409. package/cjs/app/Modal/index.js +51 -134
  410. package/cjs/app/Modal/index.js.map +7 -0
  411. package/cjs/app/NotFound/NotFound.stories/index.js +43 -24
  412. package/cjs/app/NotFound/NotFound.stories.js.map +7 -0
  413. package/cjs/app/NotFound/__stories__/Default/index.js +41 -13
  414. package/cjs/app/NotFound/__stories__/Default.js.map +7 -0
  415. package/cjs/app/NotFound/index.js +46 -16
  416. package/cjs/app/NotFound/index.js.map +7 -0
  417. package/cjs/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion/index.js +304 -172
  418. package/cjs/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion.js.map +7 -0
  419. package/cjs/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck/index.js +54 -27
  420. package/cjs/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck.js.map +7 -0
  421. package/cjs/app/OutdatedBrowserBanner/index.js +50 -41
  422. package/cjs/app/OutdatedBrowserBanner/index.js.map +7 -0
  423. package/cjs/app/PageTitleContainer/index.js +43 -45
  424. package/cjs/app/PageTitleContainer/index.js.map +7 -0
  425. package/cjs/app/Panel/Panel.stories/index.js +45 -26
  426. package/cjs/app/Panel/Panel.stories.js.map +7 -0
  427. package/cjs/app/Panel/__stories__/Default/index.js +41 -13
  428. package/cjs/app/Panel/__stories__/Default.js.map +7 -0
  429. package/cjs/app/Panel/index.js +43 -45
  430. package/cjs/app/Panel/index.js.map +7 -0
  431. package/cjs/app/PhaseBannerHeader/PhaseBannerHeader.stories/index.js +43 -24
  432. package/cjs/app/PhaseBannerHeader/PhaseBannerHeader.stories.js.map +7 -0
  433. package/cjs/app/PhaseBannerHeader/__stories__/Default/index.js +46 -15
  434. package/cjs/app/PhaseBannerHeader/__stories__/Default.js.map +7 -0
  435. package/cjs/app/PhaseBannerHeader/index.js +46 -23
  436. package/cjs/app/PhaseBannerHeader/index.js.map +7 -0
  437. package/cjs/app/QrCodeScanner/QrCodeScanner.stories/index.js +43 -24
  438. package/cjs/app/QrCodeScanner/QrCodeScanner.stories.js.map +7 -0
  439. package/cjs/app/QrCodeScanner/__stories__/Default/index.js +61 -48
  440. package/cjs/app/QrCodeScanner/__stories__/Default.js.map +7 -0
  441. package/cjs/app/QrCodeScanner/index.js +80 -60
  442. package/cjs/app/QrCodeScanner/index.js.map +7 -0
  443. package/cjs/app/QrCodeViewer/QRCode.stories/index.js +46 -36
  444. package/cjs/app/QrCodeViewer/QRCode.stories.js.map +7 -0
  445. package/cjs/app/QrCodeViewer/__stories__/Custom/index.js +52 -20
  446. package/cjs/app/QrCodeViewer/__stories__/Custom.js.map +7 -0
  447. package/cjs/app/QrCodeViewer/__stories__/Default/index.js +41 -15
  448. package/cjs/app/QrCodeViewer/__stories__/Default.js.map +7 -0
  449. package/cjs/app/QrCodeViewer/index.js +126 -111
  450. package/cjs/app/QrCodeViewer/index.js.map +7 -0
  451. package/cjs/app/QrCodeViewer/qrcodegen/index.js +1013 -948
  452. package/cjs/app/QrCodeViewer/qrcodegen.js.map +7 -0
  453. package/cjs/app/QrCodeViewer/types/index.js +16 -5
  454. package/cjs/app/QrCodeViewer/types.js.map +7 -0
  455. package/cjs/app/QrCodeViewer/utils/index.js +65 -60
  456. package/cjs/app/QrCodeViewer/utils.js.map +7 -0
  457. package/cjs/app/Skeleton/Skeleton.stories/index.js +70 -0
  458. package/cjs/app/Skeleton/Skeleton.stories.js.map +7 -0
  459. package/cjs/app/Skeleton/__stories__/Button/index.js +42 -0
  460. package/cjs/app/Skeleton/__stories__/Button.js.map +7 -0
  461. package/cjs/app/Skeleton/__stories__/Circular/index.js +42 -0
  462. package/cjs/app/Skeleton/__stories__/Circular.js.map +7 -0
  463. package/cjs/app/Skeleton/__stories__/Default/index.js +42 -0
  464. package/cjs/app/Skeleton/__stories__/Default.js.map +7 -0
  465. package/cjs/app/Skeleton/__stories__/NoAnimation/index.js +42 -0
  466. package/cjs/app/Skeleton/__stories__/NoAnimation.js.map +7 -0
  467. package/cjs/app/Skeleton/__stories__/Rectangular/index.js +42 -0
  468. package/cjs/app/Skeleton/__stories__/Rectangular.js.map +7 -0
  469. package/cjs/app/Skeleton/__stories__/SpecificWidthAndHeight/index.js +42 -0
  470. package/cjs/app/Skeleton/__stories__/SpecificWidthAndHeight.js.map +7 -0
  471. package/cjs/app/Skeleton/__stories__/TextSizes/index.js +42 -0
  472. package/cjs/app/Skeleton/__stories__/TextSizes.js.map +7 -0
  473. package/cjs/app/Skeleton/__stories__/UnderTypography/index.js +44 -0
  474. package/cjs/app/Skeleton/__stories__/UnderTypography.js.map +7 -0
  475. package/cjs/app/Skeleton/__stories__/WithChildren/index.js +43 -0
  476. package/cjs/app/Skeleton/__stories__/WithChildren.js.map +7 -0
  477. package/cjs/app/Skeleton/index.js +41 -0
  478. package/cjs/app/Skeleton/index.js.map +7 -0
  479. package/cjs/app/ThemeOptions/index.js +189 -215
  480. package/cjs/app/ThemeOptions/index.js.map +7 -0
  481. package/cjs/app/hooks/useFontSize/index.js +54 -14
  482. package/cjs/app/hooks/useFontSize.js.map +7 -0
  483. package/cjs/app/hooks/useHighlightLinks/index.js +51 -30
  484. package/cjs/app/hooks/useHighlightLinks.js.map +7 -0
  485. package/cjs/app/hooks/useLetterSpacing/index.js +50 -14
  486. package/cjs/app/hooks/useLetterSpacing.js.map +7 -0
  487. package/cjs/app/hooks/useLineHeight/index.js +54 -14
  488. package/cjs/app/hooks/useLineHeight.js.map +7 -0
  489. package/cjs/app/hooks/useTheme/index.js +59 -36
  490. package/cjs/app/hooks/useTheme.js.map +7 -0
  491. package/cjs/app/hooks/useVariantVars/index.js +36 -23
  492. package/cjs/app/hooks/useVariantVars.js.map +7 -0
  493. package/cjs/app/index.js +52 -181
  494. package/cjs/app/index.js.map +7 -0
  495. package/cjs/content/Accordion/Accordion.stories/index.js +55 -63
  496. package/cjs/content/Accordion/Accordion.stories.js.map +7 -0
  497. package/cjs/content/Accordion/__stories__/Auto/index.js +48 -44
  498. package/cjs/content/Accordion/__stories__/Auto.js.map +7 -0
  499. package/cjs/content/Accordion/__stories__/Default/index.js +45 -35
  500. package/cjs/content/Accordion/__stories__/Default.js.map +7 -0
  501. package/cjs/content/Accordion/__stories__/WithHints/index.js +46 -36
  502. package/cjs/content/Accordion/__stories__/WithHints.js.map +7 -0
  503. package/cjs/content/Accordion/__stories__/WithHook/index.js +53 -56
  504. package/cjs/content/Accordion/__stories__/WithHook.js.map +7 -0
  505. package/cjs/content/Accordion/auto/index.js +94 -61
  506. package/cjs/content/Accordion/auto.js.map +7 -0
  507. package/cjs/content/Accordion/hooks/index.js +142 -126
  508. package/cjs/content/Accordion/hooks.js.map +7 -0
  509. package/cjs/content/Accordion/index.js +53 -108
  510. package/cjs/content/Accordion/index.js.map +7 -0
  511. package/cjs/content/Blockquote/Blockquote.stories/index.js +48 -38
  512. package/cjs/content/Blockquote/Blockquote.stories.js.map +7 -0
  513. package/cjs/content/Blockquote/__stories__/Default/index.js +41 -13
  514. package/cjs/content/Blockquote/__stories__/Default.js.map +7 -0
  515. package/cjs/content/Blockquote/__stories__/Dense/index.js +41 -15
  516. package/cjs/content/Blockquote/__stories__/Dense.js.map +7 -0
  517. package/cjs/content/Blockquote/index.js +39 -21
  518. package/cjs/content/Blockquote/index.js.map +7 -0
  519. package/cjs/content/Card/Card.stories/index.js +76 -147
  520. package/cjs/content/Card/Card.stories.js.map +7 -0
  521. package/cjs/content/Card/__stories__/Default/index.js +42 -14
  522. package/cjs/content/Card/__stories__/Default.js.map +7 -0
  523. package/cjs/content/Card/__stories__/Dense/index.js +42 -18
  524. package/cjs/content/Card/__stories__/Dense.js.map +7 -0
  525. package/cjs/content/Card/__stories__/WithClickableContent/index.js +42 -18
  526. package/cjs/content/Card/__stories__/WithClickableContent.js.map +7 -0
  527. package/cjs/content/Card/__stories__/WithClickableLink/index.js +42 -16
  528. package/cjs/content/Card/__stories__/WithClickableLink.js.map +7 -0
  529. package/cjs/content/Card/__stories__/WithDarkBorder/index.js +42 -17
  530. package/cjs/content/Card/__stories__/WithDarkBorder.js.map +7 -0
  531. package/cjs/content/Card/__stories__/WithDarkTopBorder/index.js +42 -17
  532. package/cjs/content/Card/__stories__/WithDarkTopBorder.js.map +7 -0
  533. package/cjs/content/Card/__stories__/WithDivider/index.js +42 -16
  534. package/cjs/content/Card/__stories__/WithDivider.js.map +7 -0
  535. package/cjs/content/Card/__stories__/WithGrayBorder/index.js +42 -17
  536. package/cjs/content/Card/__stories__/WithGrayBorder.js.map +7 -0
  537. package/cjs/content/Card/__stories__/WithGrayTopBorder/index.js +42 -17
  538. package/cjs/content/Card/__stories__/WithGrayTopBorder.js.map +7 -0
  539. package/cjs/content/Card/__stories__/WithGroupButton/index.js +43 -15
  540. package/cjs/content/Card/__stories__/WithGroupButton.js.map +7 -0
  541. package/cjs/content/Card/__stories__/WithLink/index.js +42 -14
  542. package/cjs/content/Card/__stories__/WithLink.js.map +7 -0
  543. package/cjs/content/Card/index.js +45 -57
  544. package/cjs/content/Card/index.js.map +7 -0
  545. package/cjs/content/Chip/Chip.stories/index.js +55 -72
  546. package/cjs/content/Chip/Chip.stories.js.map +7 -0
  547. package/cjs/content/Chip/__stories__/ClickableChip/index.js +48 -15
  548. package/cjs/content/Chip/__stories__/ClickableChip.js.map +7 -0
  549. package/cjs/content/Chip/__stories__/ClickableDeletableChip/index.js +50 -17
  550. package/cjs/content/Chip/__stories__/ClickableDeletableChip.js.map +7 -0
  551. package/cjs/content/Chip/__stories__/Default/index.js +41 -13
  552. package/cjs/content/Chip/__stories__/Default.js.map +7 -0
  553. package/cjs/content/Chip/__stories__/DeletableChip/index.js +48 -15
  554. package/cjs/content/Chip/__stories__/DeletableChip.js.map +7 -0
  555. package/cjs/content/Chip/__stories__/GroupOfChips/index.js +41 -16
  556. package/cjs/content/Chip/__stories__/GroupOfChips.js.map +7 -0
  557. package/cjs/content/Chip/index.js +45 -57
  558. package/cjs/content/Chip/index.js.map +7 -0
  559. package/cjs/content/Details/Details.stories/index.js +45 -26
  560. package/cjs/content/Details/Details.stories.js.map +7 -0
  561. package/cjs/content/Details/__stories__/Default/index.js +41 -13
  562. package/cjs/content/Details/__stories__/Default.js.map +7 -0
  563. package/cjs/content/Details/index.js +43 -45
  564. package/cjs/content/Details/index.js.map +7 -0
  565. package/cjs/content/FillableText/index.js +41 -33
  566. package/cjs/content/FillableText/index.js.map +7 -0
  567. package/cjs/content/List/List/index.js +39 -21
  568. package/cjs/content/List/List.js.map +7 -0
  569. package/cjs/content/List/List.stories/index.js +60 -86
  570. package/cjs/content/List/List.stories.js.map +7 -0
  571. package/cjs/content/List/ListItem/index.js +38 -13
  572. package/cjs/content/List/ListItem.js.map +7 -0
  573. package/cjs/content/List/__stories__/BulletList/index.js +42 -16
  574. package/cjs/content/List/__stories__/BulletList.js.map +7 -0
  575. package/cjs/content/List/__stories__/Default/index.js +42 -15
  576. package/cjs/content/List/__stories__/Default.js.map +7 -0
  577. package/cjs/content/List/__stories__/HorizontalList/index.js +43 -17
  578. package/cjs/content/List/__stories__/HorizontalList.js.map +7 -0
  579. package/cjs/content/List/__stories__/NestedBulletList/index.js +42 -24
  580. package/cjs/content/List/__stories__/NestedBulletList.js.map +7 -0
  581. package/cjs/content/List/__stories__/NumberedList/index.js +42 -16
  582. package/cjs/content/List/__stories__/NumberedList.js.map +7 -0
  583. package/cjs/content/List/__stories__/WithExtraSpace/index.js +42 -16
  584. package/cjs/content/List/__stories__/WithExtraSpace.js.map +7 -0
  585. package/cjs/content/List/index.js +29 -33
  586. package/cjs/content/List/index.js.map +7 -0
  587. package/cjs/content/Markdown/Markdown.stories/index.js +46 -0
  588. package/cjs/content/Markdown/Markdown.stories.js.map +7 -0
  589. package/cjs/content/Markdown/__stories__/Default/index.js +63 -0
  590. package/cjs/content/Markdown/__stories__/Default.js.map +7 -0
  591. package/cjs/content/Markdown/index.js +45 -16
  592. package/cjs/content/Markdown/index.js.map +7 -0
  593. package/cjs/content/Markdown/useMarkdownToHTML/index.js +82 -63
  594. package/cjs/content/Markdown/useMarkdownToHTML.js.map +7 -0
  595. package/cjs/content/SafeHTML/SafeHTML.stories/index.js +46 -0
  596. package/cjs/content/SafeHTML/SafeHTML.stories.js.map +7 -0
  597. package/cjs/content/SafeHTML/__stories__/Default/index.js +61 -0
  598. package/cjs/content/SafeHTML/__stories__/Default.js.map +7 -0
  599. package/cjs/content/SafeHTML/index.js +101 -81
  600. package/cjs/content/SafeHTML/index.js.map +7 -0
  601. package/cjs/content/StepNav/StepNav.stories/index.js +56 -73
  602. package/cjs/content/StepNav/StepNav.stories.js.map +7 -0
  603. package/cjs/content/StepNav/__stories__/Auto/index.js +159 -131
  604. package/cjs/content/StepNav/__stories__/Auto.js.map +7 -0
  605. package/cjs/content/StepNav/__stories__/Default/index.js +183 -153
  606. package/cjs/content/StepNav/__stories__/Default.js.map +7 -0
  607. package/cjs/content/StepNav/__stories__/Dense/index.js +183 -155
  608. package/cjs/content/StepNav/__stories__/Dense.js.map +7 -0
  609. package/cjs/content/StepNav/__stories__/WithHints/index.js +184 -162
  610. package/cjs/content/StepNav/__stories__/WithHints.js.map +7 -0
  611. package/cjs/content/StepNav/__stories__/WithHook/index.js +162 -139
  612. package/cjs/content/StepNav/__stories__/WithHook.js.map +7 -0
  613. package/cjs/content/StepNav/auto/index.js +91 -60
  614. package/cjs/content/StepNav/auto.js.map +7 -0
  615. package/cjs/content/StepNav/index.js +71 -129
  616. package/cjs/content/StepNav/index.js.map +7 -0
  617. package/cjs/content/SummaryList/SummaryList.stories/index.js +47 -86
  618. package/cjs/content/SummaryList/SummaryList.stories.js.map +7 -0
  619. package/cjs/content/SummaryList/__stories__/Default/index.js +43 -21
  620. package/cjs/content/SummaryList/__stories__/Default.js.map +7 -0
  621. package/cjs/content/SummaryList/__stories__/RowVariations/index.js +43 -36
  622. package/cjs/content/SummaryList/__stories__/RowVariations.js.map +7 -0
  623. package/cjs/content/SummaryList/__stories__/SummaryListExample/index.js +70 -0
  624. package/cjs/content/SummaryList/__stories__/SummaryListExample.js.map +7 -0
  625. package/cjs/content/SummaryList/__stories__/WithActions/index.js +44 -27
  626. package/cjs/content/SummaryList/__stories__/WithActions.js.map +7 -0
  627. package/cjs/content/SummaryList/__stories__/WithKeyAndAction/index.js +45 -23
  628. package/cjs/content/SummaryList/__stories__/WithKeyAndAction.js.map +7 -0
  629. package/cjs/content/SummaryList/__stories__/WithNoLastBorder/index.js +44 -0
  630. package/cjs/content/SummaryList/__stories__/WithNoLastBorder.js.map +7 -0
  631. package/cjs/content/SummaryList/__stories__/WithoutActions/index.js +41 -13
  632. package/cjs/content/SummaryList/__stories__/WithoutActions.js.map +7 -0
  633. package/cjs/content/SummaryList/__stories__/WithoutBorders/index.js +43 -23
  634. package/cjs/content/SummaryList/__stories__/WithoutBorders.js.map +7 -0
  635. package/cjs/content/SummaryList/index.js +37 -66
  636. package/cjs/content/SummaryList/index.js.map +7 -0
  637. package/cjs/content/Table/Table.stories/index.js +98 -232
  638. package/cjs/content/Table/Table.stories.js.map +7 -0
  639. package/cjs/content/Table/TableFloatingScroll/index.js +90 -75
  640. package/cjs/content/Table/TableFloatingScroll.js.map +7 -0
  641. package/cjs/content/Table/__stories__/DarkVariant/index.js +69 -49
  642. package/cjs/content/Table/__stories__/DarkVariant.js.map +7 -0
  643. package/cjs/content/Table/__stories__/DarkVariantWithVerticalHeaders/index.js +69 -49
  644. package/cjs/content/Table/__stories__/DarkVariantWithVerticalHeaders.js.map +7 -0
  645. package/cjs/content/Table/__stories__/Default/index.js +64 -43
  646. package/cjs/content/Table/__stories__/Default.js.map +7 -0
  647. package/cjs/content/Table/__stories__/DefinedWidth/index.js +64 -45
  648. package/cjs/content/Table/__stories__/DefinedWidth.js.map +7 -0
  649. package/cjs/content/Table/__stories__/Densed/index.js +127 -105
  650. package/cjs/content/Table/__stories__/Densed.js.map +7 -0
  651. package/cjs/content/Table/__stories__/Full/index.js +138 -93
  652. package/cjs/content/Table/__stories__/Full.js.map +7 -0
  653. package/cjs/content/Table/__stories__/MultipleProps/index.js +100 -67
  654. package/cjs/content/Table/__stories__/MultipleProps.js.map +7 -0
  655. package/cjs/content/Table/__stories__/NoData/index.js +42 -14
  656. package/cjs/content/Table/__stories__/NoData.js.map +7 -0
  657. package/cjs/content/Table/__stories__/NumericDataType/index.js +93 -57
  658. package/cjs/content/Table/__stories__/NumericDataType.js.map +7 -0
  659. package/cjs/content/Table/__stories__/RowColors/index.js +88 -61
  660. package/cjs/content/Table/__stories__/RowColors.js.map +7 -0
  661. package/cjs/content/Table/__stories__/Stacked/index.js +64 -45
  662. package/cjs/content/Table/__stories__/Stacked.js.map +7 -0
  663. package/cjs/content/Table/__stories__/TableCaptions/index.js +42 -20
  664. package/cjs/content/Table/__stories__/TableCaptions.js.map +7 -0
  665. package/cjs/content/Table/__stories__/VerticalBorders/index.js +69 -49
  666. package/cjs/content/Table/__stories__/VerticalBorders.js.map +7 -0
  667. package/cjs/content/Table/__stories__/VerticalHeaders/index.js +64 -43
  668. package/cjs/content/Table/__stories__/VerticalHeaders.js.map +7 -0
  669. package/cjs/content/Table/__stories__/WithFloatingScroll/index.js +78 -74
  670. package/cjs/content/Table/__stories__/WithFloatingScroll.js.map +7 -0
  671. package/cjs/content/Table/__stories__/WithLoader/index.js +84 -67
  672. package/cjs/content/Table/__stories__/WithLoader.js.map +7 -0
  673. package/cjs/content/Table/__stories__/WithSortFilters/index.js +138 -102
  674. package/cjs/content/Table/__stories__/WithSortFilters.js.map +7 -0
  675. package/cjs/content/Table/__stories__/ZebraProp/index.js +69 -49
  676. package/cjs/content/Table/__stories__/ZebraProp.js.map +7 -0
  677. package/cjs/content/Table/hooks/useSort/index.js +40 -27
  678. package/cjs/content/Table/hooks/useSort.js.map +7 -0
  679. package/cjs/content/Table/index.js +151 -249
  680. package/cjs/content/Table/index.js.map +7 -0
  681. package/cjs/content/TaskList/TaskList.stories/index.js +47 -37
  682. package/cjs/content/TaskList/TaskList.stories.js.map +7 -0
  683. package/cjs/content/TaskList/__stories__/Default/index.js +110 -74
  684. package/cjs/content/TaskList/__stories__/Default.js.map +7 -0
  685. package/cjs/content/TaskList/__stories__/Dense/index.js +110 -76
  686. package/cjs/content/TaskList/__stories__/Dense.js.map +7 -0
  687. package/cjs/content/TaskList/index.js +47 -69
  688. package/cjs/content/TaskList/index.js.map +7 -0
  689. package/cjs/content/Timeline/Timeline.stories/index.js +47 -37
  690. package/cjs/content/Timeline/Timeline.stories.js.map +7 -0
  691. package/cjs/content/Timeline/__stories__/Default/index.js +160 -125
  692. package/cjs/content/Timeline/__stories__/Default.js.map +7 -0
  693. package/cjs/content/Timeline/__stories__/Dense/index.js +160 -127
  694. package/cjs/content/Timeline/__stories__/Dense.js.map +7 -0
  695. package/cjs/content/Timeline/index.js +47 -69
  696. package/cjs/content/Timeline/index.js.map +7 -0
  697. package/cjs/content/index.js +44 -137
  698. package/cjs/content/index.js.map +7 -0
  699. package/cjs/custom.d/index.js +1 -1
  700. package/cjs/custom.d.js.map +7 -0
  701. package/cjs/feedback/CopyToClipboard/CopyToClipboard.stories/index.js +49 -48
  702. package/cjs/feedback/CopyToClipboard/CopyToClipboard.stories.js.map +7 -0
  703. package/cjs/feedback/CopyToClipboard/__stories__/Banner/index.js +51 -19
  704. package/cjs/feedback/CopyToClipboard/__stories__/Banner.js.map +7 -0
  705. package/cjs/feedback/CopyToClipboard/__stories__/Default/index.js +56 -25
  706. package/cjs/feedback/CopyToClipboard/__stories__/Default.js.map +7 -0
  707. package/cjs/feedback/CopyToClipboard/__stories__/Dense/index.js +54 -23
  708. package/cjs/feedback/CopyToClipboard/__stories__/Dense.js.map +7 -0
  709. package/cjs/feedback/CopyToClipboard/index.js +73 -61
  710. package/cjs/feedback/CopyToClipboard/index.js.map +7 -0
  711. package/cjs/feedback/ErrorSummary/ErrorSummary.stories/index.js +60 -86
  712. package/cjs/feedback/ErrorSummary/ErrorSummary.stories.js.map +7 -0
  713. package/cjs/feedback/ErrorSummary/__stories__/Default/index.js +43 -17
  714. package/cjs/feedback/ErrorSummary/__stories__/Default.js.map +7 -0
  715. package/cjs/feedback/ErrorSummary/__stories__/Dense/index.js +43 -19
  716. package/cjs/feedback/ErrorSummary/__stories__/Dense.js.map +7 -0
  717. package/cjs/feedback/ErrorSummary/__stories__/LinkedToCheckbox/index.js +48 -34
  718. package/cjs/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js.map +7 -0
  719. package/cjs/feedback/ErrorSummary/__stories__/LinkedToField/index.js +48 -35
  720. package/cjs/feedback/ErrorSummary/__stories__/LinkedToField.js.map +7 -0
  721. package/cjs/feedback/ErrorSummary/__stories__/LinkedToInput/index.js +50 -33
  722. package/cjs/feedback/ErrorSummary/__stories__/LinkedToInput.js.map +7 -0
  723. package/cjs/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/index.js +50 -39
  724. package/cjs/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js.map +7 -0
  725. package/cjs/feedback/ErrorSummary/index.js +39 -21
  726. package/cjs/feedback/ErrorSummary/index.js.map +7 -0
  727. package/cjs/feedback/NotificationBanner/NotificationBanner.stories/index.js +52 -51
  728. package/cjs/feedback/NotificationBanner/NotificationBanner.stories.js.map +7 -0
  729. package/cjs/feedback/NotificationBanner/__stories__/Default/index.js +48 -15
  730. package/cjs/feedback/NotificationBanner/__stories__/Default.js.map +7 -0
  731. package/cjs/feedback/NotificationBanner/__stories__/Dense/index.js +48 -15
  732. package/cjs/feedback/NotificationBanner/__stories__/Dense.js.map +7 -0
  733. package/cjs/feedback/NotificationBanner/__stories__/Success/index.js +48 -15
  734. package/cjs/feedback/NotificationBanner/__stories__/Success.js.map +7 -0
  735. package/cjs/feedback/NotificationBanner/index.js +62 -60
  736. package/cjs/feedback/NotificationBanner/index.js.map +7 -0
  737. package/cjs/feedback/PhaseBanner/PhaseBanner.stories/index.js +48 -38
  738. package/cjs/feedback/PhaseBanner/PhaseBanner.stories.js.map +7 -0
  739. package/cjs/feedback/PhaseBanner/__stories__/Default/index.js +42 -16
  740. package/cjs/feedback/PhaseBanner/__stories__/Default.js.map +7 -0
  741. package/cjs/feedback/PhaseBanner/__stories__/Underlined/index.js +42 -18
  742. package/cjs/feedback/PhaseBanner/__stories__/Underlined.js.map +7 -0
  743. package/cjs/feedback/PhaseBanner/index.js +45 -57
  744. package/cjs/feedback/PhaseBanner/index.js.map +7 -0
  745. package/cjs/feedback/WarningText/WarningText.stories/index.js +51 -50
  746. package/cjs/feedback/WarningText/WarningText.stories.js.map +7 -0
  747. package/cjs/feedback/WarningText/__stories__/AssistiveText/index.js +41 -15
  748. package/cjs/feedback/WarningText/__stories__/AssistiveText.js.map +7 -0
  749. package/cjs/feedback/WarningText/__stories__/Default/index.js +41 -13
  750. package/cjs/feedback/WarningText/__stories__/Default.js.map +7 -0
  751. package/cjs/feedback/WarningText/__stories__/Dense/index.js +41 -15
  752. package/cjs/feedback/WarningText/__stories__/Dense.js.map +7 -0
  753. package/cjs/feedback/WarningText/index.js +42 -21
  754. package/cjs/feedback/WarningText/index.js.map +7 -0
  755. package/cjs/feedback/index.js +29 -59
  756. package/cjs/feedback/index.js.map +7 -0
  757. package/cjs/form/AutoComplete/AutoComplete.stories/index.js +70 -96
  758. package/cjs/form/AutoComplete/AutoComplete.stories.js.map +7 -0
  759. package/cjs/form/AutoComplete/Status/index.js +112 -135
  760. package/cjs/form/AutoComplete/Status/index.js.map +7 -0
  761. package/cjs/form/AutoComplete/__stories__/Default/index.js +44 -20
  762. package/cjs/form/AutoComplete/__stories__/Default.js.map +7 -0
  763. package/cjs/form/AutoComplete/__stories__/Multiple/index.js +45 -0
  764. package/cjs/form/AutoComplete/__stories__/Multiple.js.map +7 -0
  765. package/cjs/form/AutoComplete/__stories__/MultipleShowingTwoSelected/index.js +45 -0
  766. package/cjs/form/AutoComplete/__stories__/MultipleShowingTwoSelected.js.map +7 -0
  767. package/cjs/form/AutoComplete/__stories__/MultipleWithDefaultValues/index.js +45 -0
  768. package/cjs/form/AutoComplete/__stories__/MultipleWithDefaultValues.js.map +7 -0
  769. package/cjs/form/AutoComplete/__stories__/MultipleWithMinLength/index.js +55 -0
  770. package/cjs/form/AutoComplete/__stories__/MultipleWithMinLength.js.map +7 -0
  771. package/cjs/form/AutoComplete/__stories__/WithAutoSelect/index.js +55 -30
  772. package/cjs/form/AutoComplete/__stories__/WithAutoSelect.js.map +7 -0
  773. package/cjs/form/AutoComplete/__stories__/WithDefaultValue/index.js +52 -21
  774. package/cjs/form/AutoComplete/__stories__/WithDefaultValue.js.map +7 -0
  775. package/cjs/form/AutoComplete/__stories__/WithMinLength/index.js +53 -22
  776. package/cjs/form/AutoComplete/__stories__/WithMinLength.js.map +7 -0
  777. package/cjs/form/AutoComplete/__stories__/WithPlaceHolder/index.js +52 -21
  778. package/cjs/form/AutoComplete/__stories__/WithPlaceHolder.js.map +7 -0
  779. package/cjs/form/AutoComplete/__stories__/WithShowAllValues/index.js +51 -21
  780. package/cjs/form/AutoComplete/__stories__/WithShowAllValues.js.map +7 -0
  781. package/cjs/form/AutoComplete/__stories__/utils/index.js +1 -1
  782. package/cjs/form/AutoComplete/__stories__/utils.js.map +7 -0
  783. package/cjs/form/AutoComplete/index.js +617 -602
  784. package/cjs/form/AutoComplete/index.js.map +7 -0
  785. package/cjs/form/AutoComplete/utils/index.js +311 -34
  786. package/cjs/form/AutoComplete/utils.js.map +7 -0
  787. package/cjs/form/Button/Button.stories/index.js +78 -158
  788. package/cjs/form/Button/Button.stories.js.map +7 -0
  789. package/cjs/form/Button/ButtonLink/index.js +39 -21
  790. package/cjs/form/Button/ButtonLink.js.map +7 -0
  791. package/cjs/form/Button/CallToAction/index.js +39 -21
  792. package/cjs/form/Button/CallToAction.js.map +7 -0
  793. package/cjs/form/Button/ThemeToggleButton/index.js +71 -43
  794. package/cjs/form/Button/ThemeToggleButton.js.map +7 -0
  795. package/cjs/form/Button/__stories__/Back/index.js +41 -17
  796. package/cjs/form/Button/__stories__/Back.js.map +7 -0
  797. package/cjs/form/Button/__stories__/ButtonLinkButton/index.js +50 -21
  798. package/cjs/form/Button/__stories__/ButtonLinkButton.js.map +7 -0
  799. package/cjs/form/Button/__stories__/CallToActionButton/index.js +50 -18
  800. package/cjs/form/Button/__stories__/CallToActionButton.js.map +7 -0
  801. package/cjs/form/Button/__stories__/Dense/index.js +41 -16
  802. package/cjs/form/Button/__stories__/Dense.js.map +7 -0
  803. package/cjs/form/Button/__stories__/Disabled/index.js +41 -17
  804. package/cjs/form/Button/__stories__/Disabled.js.map +7 -0
  805. package/cjs/form/Button/__stories__/GroupingButtons/index.js +41 -15
  806. package/cjs/form/Button/__stories__/GroupingButtons.js.map +7 -0
  807. package/cjs/form/Button/__stories__/GroupingButtonsAndLinks/index.js +42 -16
  808. package/cjs/form/Button/__stories__/GroupingButtonsAndLinks.js.map +7 -0
  809. package/cjs/form/Button/__stories__/Primary/index.js +41 -15
  810. package/cjs/form/Button/__stories__/Primary.js.map +7 -0
  811. package/cjs/form/Button/__stories__/Secondary/index.js +41 -16
  812. package/cjs/form/Button/__stories__/Secondary.js.map +7 -0
  813. package/cjs/form/Button/__stories__/ThemeToggle/index.js +41 -13
  814. package/cjs/form/Button/__stories__/ThemeToggle.js.map +7 -0
  815. package/cjs/form/Button/__stories__/Warning/index.js +42 -15
  816. package/cjs/form/Button/__stories__/Warning.js.map +7 -0
  817. package/cjs/form/Button/__stories__/WithVariantLink/index.js +48 -15
  818. package/cjs/form/Button/__stories__/WithVariantLink.js.map +7 -0
  819. package/cjs/form/Button/index.js +56 -81
  820. package/cjs/form/Button/index.js.map +7 -0
  821. package/cjs/form/Checkbox/Checkbox.stories/index.js +72 -134
  822. package/cjs/form/Checkbox/Checkbox.stories.js.map +7 -0
  823. package/cjs/form/Checkbox/__stories__/ConditionalReveal/index.js +44 -30
  824. package/cjs/form/Checkbox/__stories__/ConditionalReveal.js.map +7 -0
  825. package/cjs/form/Checkbox/__stories__/Default/index.js +43 -28
  826. package/cjs/form/Checkbox/__stories__/Default.js.map +7 -0
  827. package/cjs/form/Checkbox/__stories__/Dense/index.js +43 -30
  828. package/cjs/form/Checkbox/__stories__/Dense.js.map +7 -0
  829. package/cjs/form/Checkbox/__stories__/Inline/index.js +43 -27
  830. package/cjs/form/Checkbox/__stories__/Inline.js.map +7 -0
  831. package/cjs/form/Checkbox/__stories__/InlineWithDivider/index.js +43 -28
  832. package/cjs/form/Checkbox/__stories__/InlineWithDivider.js.map +7 -0
  833. package/cjs/form/Checkbox/__stories__/MultipleQuestions/index.js +43 -30
  834. package/cjs/form/Checkbox/__stories__/MultipleQuestions.js.map +7 -0
  835. package/cjs/form/Checkbox/__stories__/NoneAnswer/index.js +42 -24
  836. package/cjs/form/Checkbox/__stories__/NoneAnswer.js.map +7 -0
  837. package/cjs/form/Checkbox/__stories__/NoneAnswerWithError/index.js +44 -30
  838. package/cjs/form/Checkbox/__stories__/NoneAnswerWithError.js.map +7 -0
  839. package/cjs/form/Checkbox/__stories__/WithErrorMessage/index.js +45 -31
  840. package/cjs/form/Checkbox/__stories__/WithErrorMessage.js.map +7 -0
  841. package/cjs/form/Checkbox/__stories__/WithHint/index.js +43 -31
  842. package/cjs/form/Checkbox/__stories__/WithHint.js.map +7 -0
  843. package/cjs/form/Checkbox/index.js +45 -45
  844. package/cjs/form/Checkbox/index.js.map +7 -0
  845. package/cjs/form/DateInputContainer/DateInputContainer.stories/index.js +57 -74
  846. package/cjs/form/DateInputContainer/DateInputContainer.stories.js.map +7 -0
  847. package/cjs/form/DateInputContainer/__stories__/Default/index.js +43 -28
  848. package/cjs/form/DateInputContainer/__stories__/Default.js.map +7 -0
  849. package/cjs/form/DateInputContainer/__stories__/Dense/index.js +42 -27
  850. package/cjs/form/DateInputContainer/__stories__/Dense.js.map +7 -0
  851. package/cjs/form/DateInputContainer/__stories__/MultipleQuestions/index.js +43 -28
  852. package/cjs/form/DateInputContainer/__stories__/MultipleQuestions.js.map +7 -0
  853. package/cjs/form/DateInputContainer/__stories__/WithErrorMessage/index.js +45 -39
  854. package/cjs/form/DateInputContainer/__stories__/WithErrorMessage.js.map +7 -0
  855. package/cjs/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/index.js +45 -36
  856. package/cjs/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js.map +7 -0
  857. package/cjs/form/DateInputContainer/index.js +41 -33
  858. package/cjs/form/DateInputContainer/index.js.map +7 -0
  859. package/cjs/form/ErrorMessage/ErrorMessage.stories/index.js +51 -50
  860. package/cjs/form/ErrorMessage/ErrorMessage.stories.js.map +7 -0
  861. package/cjs/form/ErrorMessage/__stories__/DateInputError/index.js +45 -28
  862. package/cjs/form/ErrorMessage/__stories__/DateInputError.js.map +7 -0
  863. package/cjs/form/ErrorMessage/__stories__/Default/index.js +45 -36
  864. package/cjs/form/ErrorMessage/__stories__/Default.js.map +7 -0
  865. package/cjs/form/ErrorMessage/__stories__/ErrorMessageOnly/index.js +42 -16
  866. package/cjs/form/ErrorMessage/__stories__/ErrorMessageOnly.js.map +7 -0
  867. package/cjs/form/ErrorMessage/index.js +39 -21
  868. package/cjs/form/ErrorMessage/index.js.map +7 -0
  869. package/cjs/form/FieldContainer/index.js +43 -45
  870. package/cjs/form/FieldContainer/index.js.map +7 -0
  871. package/cjs/form/FileUpload/FileUpload.stories/index.js +47 -37
  872. package/cjs/form/FileUpload/FileUpload.stories.js.map +7 -0
  873. package/cjs/form/FileUpload/__stories__/Default/index.js +43 -21
  874. package/cjs/form/FileUpload/__stories__/Default.js.map +7 -0
  875. package/cjs/form/FileUpload/__stories__/WithErrorMessage/index.js +45 -25
  876. package/cjs/form/FileUpload/__stories__/WithErrorMessage.js.map +7 -0
  877. package/cjs/form/FileUpload/index.js +41 -33
  878. package/cjs/form/FileUpload/index.js.map +7 -0
  879. package/cjs/form/Form/index.js +38 -13
  880. package/cjs/form/Form/index.js.map +7 -0
  881. package/cjs/form/LabelContainer/index.js +41 -33
  882. package/cjs/form/LabelContainer/index.js.map +7 -0
  883. package/cjs/form/RadioContainer/RadioContainer.stories/index.js +72 -134
  884. package/cjs/form/RadioContainer/RadioContainer.stories.js.map +7 -0
  885. package/cjs/form/RadioContainer/__stories__/ConditionalReveal/index.js +44 -30
  886. package/cjs/form/RadioContainer/__stories__/ConditionalReveal.js.map +7 -0
  887. package/cjs/form/RadioContainer/__stories__/Default/index.js +42 -26
  888. package/cjs/form/RadioContainer/__stories__/Default.js.map +7 -0
  889. package/cjs/form/RadioContainer/__stories__/Dense/index.js +42 -28
  890. package/cjs/form/RadioContainer/__stories__/Dense.js.map +7 -0
  891. package/cjs/form/RadioContainer/__stories__/Inline/index.js +43 -27
  892. package/cjs/form/RadioContainer/__stories__/Inline.js.map +7 -0
  893. package/cjs/form/RadioContainer/__stories__/InlineWithDivider/index.js +43 -28
  894. package/cjs/form/RadioContainer/__stories__/InlineWithDivider.js.map +7 -0
  895. package/cjs/form/RadioContainer/__stories__/MultipleQuestions/index.js +43 -30
  896. package/cjs/form/RadioContainer/__stories__/MultipleQuestions.js.map +7 -0
  897. package/cjs/form/RadioContainer/__stories__/NoneAnswer/index.js +42 -28
  898. package/cjs/form/RadioContainer/__stories__/NoneAnswer.js.map +7 -0
  899. package/cjs/form/RadioContainer/__stories__/WithErrorMessage/index.js +45 -33
  900. package/cjs/form/RadioContainer/__stories__/WithErrorMessage.js.map +7 -0
  901. package/cjs/form/RadioContainer/__stories__/WithHints/index.js +52 -33
  902. package/cjs/form/RadioContainer/__stories__/WithHints.js.map +7 -0
  903. package/cjs/form/RadioContainer/__stories__/WithMediumLegend/index.js +42 -28
  904. package/cjs/form/RadioContainer/__stories__/WithMediumLegend.js.map +7 -0
  905. package/cjs/form/RadioContainer/index.js +45 -57
  906. package/cjs/form/RadioContainer/index.js.map +7 -0
  907. package/cjs/form/SearchContainer/index.js +43 -45
  908. package/cjs/form/SearchContainer/index.js.map +7 -0
  909. package/cjs/form/SelectContainer/SelectContainer.stories/index.js +54 -62
  910. package/cjs/form/SelectContainer/SelectContainer.stories.js.map +7 -0
  911. package/cjs/form/SelectContainer/__stories__/Default/index.js +43 -26
  912. package/cjs/form/SelectContainer/__stories__/Default.js.map +7 -0
  913. package/cjs/form/SelectContainer/__stories__/Dense/index.js +43 -27
  914. package/cjs/form/SelectContainer/__stories__/Dense.js.map +7 -0
  915. package/cjs/form/SelectContainer/__stories__/DisabledInput/index.js +55 -28
  916. package/cjs/form/SelectContainer/__stories__/DisabledInput.js.map +7 -0
  917. package/cjs/form/SelectContainer/__stories__/WithHint/index.js +55 -30
  918. package/cjs/form/SelectContainer/__stories__/WithHint.js.map +7 -0
  919. package/cjs/form/SelectContainer/index.js +41 -33
  920. package/cjs/form/SelectContainer/index.js.map +7 -0
  921. package/cjs/form/SingleCharacterInputs/SingleCharacterInput.stories/index.js +54 -62
  922. package/cjs/form/SingleCharacterInputs/SingleCharacterInput.stories.js.map +7 -0
  923. package/cjs/form/SingleCharacterInputs/__stories__/Default/index.js +43 -39
  924. package/cjs/form/SingleCharacterInputs/__stories__/Default.js.map +7 -0
  925. package/cjs/form/SingleCharacterInputs/__stories__/WithDefaultError/index.js +45 -43
  926. package/cjs/form/SingleCharacterInputs/__stories__/WithDefaultError.js.map +7 -0
  927. package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/index.js +45 -53
  928. package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.js.map +7 -0
  929. package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/index.js +45 -47
  930. package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.js.map +7 -0
  931. package/cjs/form/SingleCharacterInputs/index.js +41 -33
  932. package/cjs/form/SingleCharacterInputs/index.js.map +7 -0
  933. package/cjs/form/TextArea/TextArea.stories/index.js +66 -110
  934. package/cjs/form/TextArea/TextArea.stories.js.map +7 -0
  935. package/cjs/form/TextArea/__stories__/Default/index.js +44 -19
  936. package/cjs/form/TextArea/__stories__/Default.js.map +7 -0
  937. package/cjs/form/TextArea/__stories__/Dense/index.js +43 -18
  938. package/cjs/form/TextArea/__stories__/Dense.js.map +7 -0
  939. package/cjs/form/TextArea/__stories__/DisabledInput/index.js +52 -24
  940. package/cjs/form/TextArea/__stories__/DisabledInput.js.map +7 -0
  941. package/cjs/form/TextArea/__stories__/LimitedCharacters/index.js +45 -27
  942. package/cjs/form/TextArea/__stories__/LimitedCharacters.js.map +7 -0
  943. package/cjs/form/TextArea/__stories__/MultipleQuestions/index.js +44 -21
  944. package/cjs/form/TextArea/__stories__/MultipleQuestions.js.map +7 -0
  945. package/cjs/form/TextArea/__stories__/WithDeclaredRows/index.js +52 -24
  946. package/cjs/form/TextArea/__stories__/WithDeclaredRows.js.map +7 -0
  947. package/cjs/form/TextArea/__stories__/WithErrorMessage/index.js +46 -30
  948. package/cjs/form/TextArea/__stories__/WithErrorMessage.js.map +7 -0
  949. package/cjs/form/TextArea/__stories__/WithHint/index.js +45 -23
  950. package/cjs/form/TextArea/__stories__/WithHint.js.map +7 -0
  951. package/cjs/form/TextArea/index.js +39 -21
  952. package/cjs/form/TextArea/index.js.map +7 -0
  953. package/cjs/form/TextInput/TextInput.stories/index.js +72 -122
  954. package/cjs/form/TextInput/TextInput.stories.js.map +7 -0
  955. package/cjs/form/TextInput/__stories__/AskingForNumbers/index.js +53 -25
  956. package/cjs/form/TextInput/__stories__/AskingForNumbers.js.map +7 -0
  957. package/cjs/form/TextInput/__stories__/Default/index.js +44 -19
  958. package/cjs/form/TextInput/__stories__/Default.js.map +7 -0
  959. package/cjs/form/TextInput/__stories__/Dense/index.js +43 -18
  960. package/cjs/form/TextInput/__stories__/Dense.js.map +7 -0
  961. package/cjs/form/TextInput/__stories__/DisabledInput/index.js +52 -24
  962. package/cjs/form/TextInput/__stories__/DisabledInput.js.map +7 -0
  963. package/cjs/form/TextInput/__stories__/DisabledInputWithValue/index.js +55 -0
  964. package/cjs/form/TextInput/__stories__/DisabledInputWithValue.js.map +7 -0
  965. package/cjs/form/TextInput/__stories__/FixedWidths/index.js +44 -45
  966. package/cjs/form/TextInput/__stories__/FixedWidths.js.map +7 -0
  967. package/cjs/form/TextInput/__stories__/FluidWidths/index.js +44 -45
  968. package/cjs/form/TextInput/__stories__/FluidWidths.js.map +7 -0
  969. package/cjs/form/TextInput/__stories__/MultipleQuestions/index.js +43 -17
  970. package/cjs/form/TextInput/__stories__/MultipleQuestions.js.map +7 -0
  971. package/cjs/form/TextInput/__stories__/WithErrorMessage/index.js +53 -30
  972. package/cjs/form/TextInput/__stories__/WithErrorMessage.js.map +7 -0
  973. package/cjs/form/TextInput/__stories__/WithHint/index.js +45 -23
  974. package/cjs/form/TextInput/__stories__/WithHint.js.map +7 -0
  975. package/cjs/form/TextInput/index.js +39 -21
  976. package/cjs/form/TextInput/index.js.map +7 -0
  977. package/cjs/form/index.js +50 -170
  978. package/cjs/form/index.js.map +7 -0
  979. package/cjs/govgr/Footer/Copyright/index.js +78 -44
  980. package/cjs/govgr/Footer/Copyright.js.map +7 -0
  981. package/cjs/govgr/Footer/HellenicRepublicLogo/index.js +38 -13
  982. package/cjs/govgr/Footer/HellenicRepublicLogo.js.map +7 -0
  983. package/cjs/govgr/Footer/LicenseCCSA/index.js +53 -20
  984. package/cjs/govgr/Footer/LicenseCCSA.js.map +7 -0
  985. package/cjs/govgr/Footer/index.js +58 -24
  986. package/cjs/govgr/Footer/index.js.map +7 -0
  987. package/cjs/govgr/Footer/logo/index.js +23 -6
  988. package/cjs/govgr/Footer/logo.js.map +7 -0
  989. package/cjs/govgr/Footer/logos/logo-el/index.js +23 -6
  990. package/cjs/govgr/Footer/logos/logo-el.js.map +7 -0
  991. package/cjs/govgr/Footer/logos/logo-en/index.js +23 -6
  992. package/cjs/govgr/Footer/logos/logo-en.js.map +7 -0
  993. package/cjs/govgr/GovGRLogo/index.js +38 -13
  994. package/cjs/govgr/GovGRLogo/index.js.map +7 -0
  995. package/cjs/govgr/GovGRLogo/logo/index.js +23 -6
  996. package/cjs/govgr/GovGRLogo/logo.js.map +7 -0
  997. package/cjs/govgr/images/govgr-logo-base64/index.js +23 -6
  998. package/cjs/govgr/images/govgr-logo-base64.js.map +7 -0
  999. package/cjs/govgr/images/govgr-logo-blue-base64/index.js +23 -6
  1000. package/cjs/govgr/images/govgr-logo-blue-base64.js.map +7 -0
  1001. package/cjs/govgr/images/greek-government-base64/index.js +23 -6
  1002. package/cjs/govgr/images/greek-government-base64.js.map +7 -0
  1003. package/cjs/govgr/images/grnet-logo-base64/index.js +23 -6
  1004. package/cjs/govgr/images/grnet-logo-base64.js.map +7 -0
  1005. package/cjs/govgr/images/index.js +29 -59
  1006. package/cjs/govgr/images/index.js.map +7 -0
  1007. package/cjs/govgr/images/minedu-logo-base64/index.js +23 -6
  1008. package/cjs/govgr/images/minedu-logo-base64.js.map +7 -0
  1009. package/cjs/govgr/images/minedu-logo-black-base64/index.js +23 -6
  1010. package/cjs/govgr/images/minedu-logo-black-base64.js.map +7 -0
  1011. package/cjs/govgr/index.js +29 -59
  1012. package/cjs/govgr/index.js.map +7 -0
  1013. package/cjs/i18n/I18nText/index.js +71 -41
  1014. package/cjs/i18n/I18nText.js.map +7 -0
  1015. package/cjs/i18n/index.js +67 -37
  1016. package/cjs/i18n/index.js.map +7 -0
  1017. package/cjs/i18n/locales/el/index.js +98 -81
  1018. package/cjs/i18n/locales/el.js.map +7 -0
  1019. package/cjs/i18n/locales/en/index.js +94 -77
  1020. package/cjs/i18n/locales/en.js.map +7 -0
  1021. package/cjs/icons/Icon/index.js +43 -45
  1022. package/cjs/icons/Icon/index.js.map +7 -0
  1023. package/cjs/icons/ImageLogo/index.js +39 -21
  1024. package/cjs/icons/ImageLogo/index.js.map +7 -0
  1025. package/cjs/icons/ImageLogoSet/index.js +39 -21
  1026. package/cjs/icons/ImageLogoSet/index.js.map +7 -0
  1027. package/cjs/icons/index.js +71 -25
  1028. package/cjs/icons/index.js.map +7 -0
  1029. package/cjs/index.js +42 -126
  1030. package/cjs/index.js.map +7 -0
  1031. package/cjs/layouts/Admin/index.js +53 -95
  1032. package/cjs/layouts/Admin/index.js.map +7 -0
  1033. package/cjs/layouts/Basic/Aside/index.js +39 -21
  1034. package/cjs/layouts/Basic/Aside/index.js.map +7 -0
  1035. package/cjs/layouts/Basic/Basic.stories/index.js +53 -49
  1036. package/cjs/layouts/Basic/Basic.stories.js.map +7 -0
  1037. package/cjs/layouts/Basic/Bottom/__stories__/Default/index.js +50 -0
  1038. package/cjs/layouts/Basic/Bottom/__stories__/Default.js.map +7 -0
  1039. package/cjs/layouts/Basic/Bottom/index.js +39 -21
  1040. package/cjs/layouts/Basic/Bottom/index.js.map +7 -0
  1041. package/cjs/layouts/Basic/Container/__stories__/Default/index.js +48 -0
  1042. package/cjs/layouts/Basic/Container/__stories__/Default.js.map +7 -0
  1043. package/cjs/layouts/Basic/Container/index.js +39 -21
  1044. package/cjs/layouts/Basic/Container/index.js.map +7 -0
  1045. package/cjs/layouts/Basic/Main/__stories__/Default/index.js +48 -0
  1046. package/cjs/layouts/Basic/Main/__stories__/Default.js.map +7 -0
  1047. package/cjs/layouts/Basic/Main/index.js +39 -21
  1048. package/cjs/layouts/Basic/Main/index.js.map +7 -0
  1049. package/cjs/layouts/Basic/Masthead/index.js +43 -45
  1050. package/cjs/layouts/Basic/Masthead/index.js.map +7 -0
  1051. package/cjs/layouts/Basic/Top/__stories__/Default/index.js +48 -0
  1052. package/cjs/layouts/Basic/Top/__stories__/Default.js.map +7 -0
  1053. package/cjs/layouts/Basic/Top/index.js +39 -21
  1054. package/cjs/layouts/Basic/Top/index.js.map +7 -0
  1055. package/cjs/layouts/Basic/__stories__/Default/index.js +44 -16
  1056. package/cjs/layouts/Basic/__stories__/Default.js.map +7 -0
  1057. package/cjs/layouts/Basic/__stories__/MultipleRowsLayout/index.js +45 -19
  1058. package/cjs/layouts/Basic/__stories__/MultipleRowsLayout.js.map +7 -0
  1059. package/cjs/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/index.js +45 -19
  1060. package/cjs/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.js.map +7 -0
  1061. package/cjs/layouts/Basic/__stories__/WithBasicLayout/index.js +47 -0
  1062. package/cjs/layouts/Basic/__stories__/WithBasicLayout.js.map +7 -0
  1063. package/cjs/layouts/Basic/index.js +53 -95
  1064. package/cjs/layouts/Basic/index.js.map +7 -0
  1065. package/cjs/layouts/Grid/Grid.stories/index.js +49 -48
  1066. package/cjs/layouts/Grid/Grid.stories.js.map +7 -0
  1067. package/cjs/layouts/Grid/__stories__/Default/index.js +43 -78
  1068. package/cjs/layouts/Grid/__stories__/Default.js.map +7 -0
  1069. package/cjs/layouts/Grid/__stories__/Inline/index.js +43 -79
  1070. package/cjs/layouts/Grid/__stories__/Inline.js.map +7 -0
  1071. package/cjs/layouts/Grid/__stories__/ResponsiveSpacing/index.js +57 -77
  1072. package/cjs/layouts/Grid/__stories__/ResponsiveSpacing.js.map +7 -0
  1073. package/cjs/layouts/Grid/index.js +38 -13
  1074. package/cjs/layouts/Grid/index.js.map +7 -0
  1075. package/cjs/layouts/Hidden/index.js +21 -15
  1076. package/cjs/layouts/Hidden/index.js.map +7 -0
  1077. package/cjs/layouts/Screen/Screen.stories/index.js +52 -60
  1078. package/cjs/layouts/Screen/Screen.stories.js.map +7 -0
  1079. package/cjs/layouts/Screen/__stories__/Default/index.js +42 -23
  1080. package/cjs/layouts/Screen/__stories__/Default.js.map +7 -0
  1081. package/cjs/layouts/Screen/__stories__/ScreenDown/index.js +42 -14
  1082. package/cjs/layouts/Screen/__stories__/ScreenDown.js.map +7 -0
  1083. package/cjs/layouts/Screen/__stories__/ScreenUp/index.js +42 -14
  1084. package/cjs/layouts/Screen/__stories__/ScreenUp.js.map +7 -0
  1085. package/cjs/layouts/Screen/__stories__/SpecificScreenSize/index.js +42 -14
  1086. package/cjs/layouts/Screen/__stories__/SpecificScreenSize.js.map +7 -0
  1087. package/cjs/layouts/Screen/index.js +51 -23
  1088. package/cjs/layouts/Screen/index.js.map +7 -0
  1089. package/cjs/layouts/Section/index.js +39 -21
  1090. package/cjs/layouts/Section/index.js.map +7 -0
  1091. package/cjs/layouts/SectionBreak/index.js +39 -21
  1092. package/cjs/layouts/SectionBreak/index.js.map +7 -0
  1093. package/cjs/layouts/Stack/Stack.stories/index.js +58 -84
  1094. package/cjs/layouts/Stack/Stack.stories.js.map +7 -0
  1095. package/cjs/layouts/Stack/__stories__/AlignItems/index.js +43 -70
  1096. package/cjs/layouts/Stack/__stories__/AlignItems.js.map +7 -0
  1097. package/cjs/layouts/Stack/__stories__/Default/index.js +43 -27
  1098. package/cjs/layouts/Stack/__stories__/Default.js.map +7 -0
  1099. package/cjs/layouts/Stack/__stories__/JustifyContent/index.js +43 -87
  1100. package/cjs/layouts/Stack/__stories__/JustifyContent.js.map +7 -0
  1101. package/cjs/layouts/Stack/__stories__/NoWrap/index.js +43 -29
  1102. package/cjs/layouts/Stack/__stories__/NoWrap.js.map +7 -0
  1103. package/cjs/layouts/Stack/__stories__/Row/index.js +43 -28
  1104. package/cjs/layouts/Stack/__stories__/Row.js.map +7 -0
  1105. package/cjs/layouts/Stack/__stories__/Spacing/index.js +43 -58
  1106. package/cjs/layouts/Stack/__stories__/Spacing.js.map +7 -0
  1107. package/cjs/layouts/Stack/index.js +34 -8
  1108. package/cjs/layouts/Stack/index.js.map +7 -0
  1109. package/cjs/layouts/index.js +61 -115
  1110. package/cjs/layouts/index.js.map +7 -0
  1111. package/cjs/lazy/index.js +1675 -2766
  1112. package/cjs/lazy.js.map +7 -0
  1113. package/cjs/navigation/BackLink/BackLink.stories/index.js +43 -24
  1114. package/cjs/navigation/BackLink/BackLink.stories.js.map +7 -0
  1115. package/cjs/navigation/BackLink/__stories__/Default/index.js +41 -16
  1116. package/cjs/navigation/BackLink/__stories__/Default.js.map +7 -0
  1117. package/cjs/navigation/BackLink/index.js +39 -21
  1118. package/cjs/navigation/BackLink/index.js.map +7 -0
  1119. package/cjs/navigation/BackToTopLink/BackToTopLink.stories/index.js +46 -36
  1120. package/cjs/navigation/BackToTopLink/BackToTopLink.stories.js.map +7 -0
  1121. package/cjs/navigation/BackToTopLink/__stories__/Default/index.js +41 -16
  1122. package/cjs/navigation/BackToTopLink/__stories__/Default.js.map +7 -0
  1123. package/cjs/navigation/BackToTopLink/__stories__/InMain/index.js +43 -20
  1124. package/cjs/navigation/BackToTopLink/__stories__/InMain.js.map +7 -0
  1125. package/cjs/navigation/BackToTopLink/index.js +80 -89
  1126. package/cjs/navigation/BackToTopLink/index.js.map +7 -0
  1127. package/cjs/navigation/Breadcrumbs/Breadcrumbs.stories/index.js +54 -26
  1128. package/cjs/navigation/Breadcrumbs/Breadcrumbs.stories.js.map +7 -0
  1129. package/cjs/navigation/Breadcrumbs/__stories__/Auto/index.js +187 -0
  1130. package/cjs/navigation/Breadcrumbs/__stories__/Auto.js.map +7 -0
  1131. package/cjs/navigation/Breadcrumbs/__stories__/Default/index.js +41 -25
  1132. package/cjs/navigation/Breadcrumbs/__stories__/Default.js.map +7 -0
  1133. package/cjs/navigation/Breadcrumbs/__stories__/WithHook/index.js +194 -0
  1134. package/cjs/navigation/Breadcrumbs/__stories__/WithHook.js.map +7 -0
  1135. package/cjs/navigation/Breadcrumbs/__stories__/WithoutCurrentPage/index.js +42 -0
  1136. package/cjs/navigation/Breadcrumbs/__stories__/WithoutCurrentPage.js.map +7 -0
  1137. package/cjs/navigation/Breadcrumbs/auto/index.js +73 -0
  1138. package/cjs/navigation/Breadcrumbs/auto.js.map +7 -0
  1139. package/cjs/navigation/Breadcrumbs/hooks/index.js +63 -0
  1140. package/cjs/navigation/Breadcrumbs/hooks.js.map +7 -0
  1141. package/cjs/navigation/Breadcrumbs/index.js +45 -45
  1142. package/cjs/navigation/Breadcrumbs/index.js.map +7 -0
  1143. package/cjs/navigation/Breadcrumbs/slug/index.js +120 -0
  1144. package/cjs/navigation/Breadcrumbs/slug.js.map +7 -0
  1145. package/cjs/navigation/Breadcrumbs/utils/index.js +52 -0
  1146. package/cjs/navigation/Breadcrumbs/utils.js.map +7 -0
  1147. package/cjs/navigation/Drawer/Drawer.stories/index.js +51 -50
  1148. package/cjs/navigation/Drawer/Drawer.stories.js.map +7 -0
  1149. package/cjs/navigation/Drawer/__stories__/Auto/index.js +104 -80
  1150. package/cjs/navigation/Drawer/__stories__/Auto.js.map +7 -0
  1151. package/cjs/navigation/Drawer/__stories__/Default/index.js +95 -79
  1152. package/cjs/navigation/Drawer/__stories__/Default.js.map +7 -0
  1153. package/cjs/navigation/Drawer/__stories__/WithHook/index.js +116 -81
  1154. package/cjs/navigation/Drawer/__stories__/WithHook.js.map +7 -0
  1155. package/cjs/navigation/Drawer/auto/index.js +100 -65
  1156. package/cjs/navigation/Drawer/auto.js.map +7 -0
  1157. package/cjs/navigation/Drawer/hooks/index.js +80 -50
  1158. package/cjs/navigation/Drawer/hooks.js.map +7 -0
  1159. package/cjs/navigation/Drawer/index.js +41 -45
  1160. package/cjs/navigation/Drawer/index.js.map +7 -0
  1161. package/cjs/navigation/Dropdown/Dropdown.stories/index.js +75 -134
  1162. package/cjs/navigation/Dropdown/Dropdown.stories.js.map +7 -0
  1163. package/cjs/navigation/Dropdown/__stories__/AlignRight/index.js +65 -57
  1164. package/cjs/navigation/Dropdown/__stories__/AlignRight.js.map +7 -0
  1165. package/cjs/navigation/Dropdown/__stories__/ContentPosition/index.js +79 -103
  1166. package/cjs/navigation/Dropdown/__stories__/ContentPosition.js.map +7 -0
  1167. package/cjs/navigation/Dropdown/__stories__/Default/index.js +56 -45
  1168. package/cjs/navigation/Dropdown/__stories__/Default.js.map +7 -0
  1169. package/cjs/navigation/Dropdown/__stories__/Dense/index.js +57 -53
  1170. package/cjs/navigation/Dropdown/__stories__/Dense.js.map +7 -0
  1171. package/cjs/navigation/Dropdown/__stories__/Disabled/index.js +56 -47
  1172. package/cjs/navigation/Dropdown/__stories__/Disabled.js.map +7 -0
  1173. package/cjs/navigation/Dropdown/__stories__/PlacementTop/index.js +65 -61
  1174. package/cjs/navigation/Dropdown/__stories__/PlacementTop.js.map +7 -0
  1175. package/cjs/navigation/Dropdown/__stories__/ScrollableContent/index.js +102 -0
  1176. package/cjs/navigation/Dropdown/__stories__/ScrollableContent.js.map +7 -0
  1177. package/cjs/navigation/Dropdown/__stories__/Secondary/index.js +52 -34
  1178. package/cjs/navigation/Dropdown/__stories__/Secondary.js.map +7 -0
  1179. package/cjs/navigation/Dropdown/__stories__/VariantLink/index.js +57 -46
  1180. package/cjs/navigation/Dropdown/__stories__/VariantLink.js.map +7 -0
  1181. package/cjs/navigation/Dropdown/__stories__/Warning/index.js +52 -34
  1182. package/cjs/navigation/Dropdown/__stories__/Warning.js.map +7 -0
  1183. package/cjs/navigation/Dropdown/__stories__/WithIcons/index.js +81 -99
  1184. package/cjs/navigation/Dropdown/__stories__/WithIcons.js.map +7 -0
  1185. package/cjs/navigation/Dropdown/index.js +117 -127
  1186. package/cjs/navigation/Dropdown/index.js.map +7 -0
  1187. package/cjs/navigation/Link/Link.stories/index.js +62 -85
  1188. package/cjs/navigation/Link/Link.stories.js.map +7 -0
  1189. package/cjs/navigation/Link/__stories__/DarkBackground/index.js +51 -23
  1190. package/cjs/navigation/Link/__stories__/DarkBackground.js.map +7 -0
  1191. package/cjs/navigation/Link/__stories__/DarkBackgroundNoUnderline/index.js +52 -24
  1192. package/cjs/navigation/Link/__stories__/DarkBackgroundNoUnderline.js.map +7 -0
  1193. package/cjs/navigation/Link/__stories__/Default/index.js +41 -17
  1194. package/cjs/navigation/Link/__stories__/Default.js.map +7 -0
  1195. package/cjs/navigation/Link/__stories__/ExternalLink/index.js +50 -18
  1196. package/cjs/navigation/Link/__stories__/ExternalLink.js.map +7 -0
  1197. package/cjs/navigation/Link/__stories__/NoUnderline/index.js +50 -18
  1198. package/cjs/navigation/Link/__stories__/NoUnderline.js.map +7 -0
  1199. package/cjs/navigation/Link/__stories__/OpensInNewTab/index.js +41 -17
  1200. package/cjs/navigation/Link/__stories__/OpensInNewTab.js.map +7 -0
  1201. package/cjs/navigation/Link/__stories__/WithProvider/index.js +45 -0
  1202. package/cjs/navigation/Link/__stories__/WithProvider.js.map +7 -0
  1203. package/cjs/navigation/Link/index.js +53 -38
  1204. package/cjs/navigation/Link/index.js.map +7 -0
  1205. package/cjs/navigation/NavList/Nav/index.js +39 -21
  1206. package/cjs/navigation/NavList/Nav.js.map +7 -0
  1207. package/cjs/navigation/NavList/NavList/index.js +39 -21
  1208. package/cjs/navigation/NavList/NavList.js.map +7 -0
  1209. package/cjs/navigation/NavList/NavList.stories/index.js +69 -110
  1210. package/cjs/navigation/NavList/NavList.stories.js.map +7 -0
  1211. package/cjs/navigation/NavList/NavListAuto/index.js +81 -50
  1212. package/cjs/navigation/NavList/NavListAuto/index.js.map +7 -0
  1213. package/cjs/navigation/NavList/NavMenuContentList/index.js +83 -64
  1214. package/cjs/navigation/NavList/NavMenuContentList.js.map +7 -0
  1215. package/cjs/navigation/NavList/__stories__/Default/index.js +78 -35
  1216. package/cjs/navigation/NavList/__stories__/Default.js.map +7 -0
  1217. package/cjs/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +122 -68
  1218. package/cjs/navigation/NavList/__stories__/HorizontalWithDrawer.js.map +7 -0
  1219. package/cjs/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +115 -46
  1220. package/cjs/navigation/NavList/__stories__/HorizontalWithoutDrawer.js.map +7 -0
  1221. package/cjs/navigation/NavList/__stories__/NavListWithoutNav/index.js +61 -22
  1222. package/cjs/navigation/NavList/__stories__/NavListWithoutNav.js.map +7 -0
  1223. package/cjs/navigation/NavList/__stories__/UsingHeaderButton/index.js +68 -67
  1224. package/cjs/navigation/NavList/__stories__/UsingHeaderButton.js.map +7 -0
  1225. package/cjs/navigation/NavList/__stories__/UsingNavListAuto/index.js +95 -39
  1226. package/cjs/navigation/NavList/__stories__/UsingNavListAuto.js.map +7 -0
  1227. package/cjs/navigation/NavList/__stories__/Vertical/index.js +70 -36
  1228. package/cjs/navigation/NavList/__stories__/Vertical.js.map +7 -0
  1229. package/cjs/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +118 -46
  1230. package/cjs/navigation/NavList/__stories__/VerticalWithoutDrawer.js.map +7 -0
  1231. package/cjs/navigation/NavList/__stories__/WithBadge/index.js +82 -0
  1232. package/cjs/navigation/NavList/__stories__/WithBadge.js.map +7 -0
  1233. package/cjs/navigation/NavList/hooks/useNavList/index.js +54 -43
  1234. package/cjs/navigation/NavList/hooks/useNavList.js.map +7 -0
  1235. package/cjs/navigation/NavList/hooks/useTogglableNav/index.js +174 -166
  1236. package/cjs/navigation/NavList/hooks/useTogglableNav.js.map +7 -0
  1237. package/cjs/navigation/NavList/index.js +71 -191
  1238. package/cjs/navigation/NavList/index.js.map +7 -0
  1239. package/cjs/navigation/NavList/types/index.js +16 -5
  1240. package/cjs/navigation/NavList/types.js.map +7 -0
  1241. package/cjs/navigation/Pagination/Pagination/index.js +81 -0
  1242. package/cjs/navigation/Pagination/Pagination.js.map +7 -0
  1243. package/cjs/navigation/Pagination/Pagination.stories/index.js +63 -98
  1244. package/cjs/navigation/Pagination/Pagination.stories.js.map +7 -0
  1245. package/cjs/navigation/Pagination/__stories__/Auto/index.js +64 -45
  1246. package/cjs/navigation/Pagination/__stories__/Auto.js.map +7 -0
  1247. package/cjs/navigation/Pagination/__stories__/Default/index.js +44 -68
  1248. package/cjs/navigation/Pagination/__stories__/Default.js.map +7 -0
  1249. package/cjs/navigation/Pagination/__stories__/PaginationSmall/index.js +44 -37
  1250. package/cjs/navigation/Pagination/__stories__/PaginationSmall.js.map +7 -0
  1251. package/cjs/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +46 -48
  1252. package/cjs/navigation/Pagination/__stories__/PaginationWithSmallFont.js.map +7 -0
  1253. package/cjs/navigation/Pagination/__stories__/WithHook/index.js +76 -53
  1254. package/cjs/navigation/Pagination/__stories__/WithHook.js.map +7 -0
  1255. package/cjs/navigation/Pagination/__stories__/WithInactiveValues/index.js +44 -70
  1256. package/cjs/navigation/Pagination/__stories__/WithInactiveValues.js.map +7 -0
  1257. package/cjs/navigation/Pagination/__stories__/WithResultsPerPage/index.js +46 -44
  1258. package/cjs/navigation/Pagination/__stories__/WithResultsPerPage.js.map +7 -0
  1259. package/cjs/navigation/Pagination/auto/index.js +113 -68
  1260. package/cjs/navigation/Pagination/auto.js.map +7 -0
  1261. package/cjs/navigation/Pagination/hooks/index.js +73 -68
  1262. package/cjs/navigation/Pagination/hooks.js.map +7 -0
  1263. package/cjs/navigation/Pagination/index.js +50 -145
  1264. package/cjs/navigation/Pagination/index.js.map +7 -0
  1265. package/cjs/navigation/SkipLink/SkipLink.stories/index.js +44 -25
  1266. package/cjs/navigation/SkipLink/SkipLink.stories.js.map +7 -0
  1267. package/cjs/navigation/SkipLink/__stories__/Default/index.js +42 -15
  1268. package/cjs/navigation/SkipLink/__stories__/Default.js.map +7 -0
  1269. package/cjs/navigation/SkipLink/index.js +38 -13
  1270. package/cjs/navigation/SkipLink/index.js.map +7 -0
  1271. package/cjs/navigation/Tabs/Tabs.stories/index.js +55 -51
  1272. package/cjs/navigation/Tabs/Tabs.stories.js.map +7 -0
  1273. package/cjs/navigation/Tabs/__stories__/Auto/index.js +46 -36
  1274. package/cjs/navigation/Tabs/__stories__/Auto.js.map +7 -0
  1275. package/cjs/navigation/Tabs/__stories__/Default/index.js +48 -47
  1276. package/cjs/navigation/Tabs/__stories__/Default.js.map +7 -0
  1277. package/cjs/navigation/Tabs/__stories__/Dense/index.js +47 -34
  1278. package/cjs/navigation/Tabs/__stories__/Dense.js.map +7 -0
  1279. package/cjs/navigation/Tabs/__stories__/UsingAccordion/index.js +65 -0
  1280. package/cjs/navigation/Tabs/__stories__/UsingAccordion.js.map +7 -0
  1281. package/cjs/navigation/Tabs/auto/index.js +67 -50
  1282. package/cjs/navigation/Tabs/auto.js.map +7 -0
  1283. package/cjs/navigation/Tabs/hooks/index.js +109 -78
  1284. package/cjs/navigation/Tabs/hooks.js.map +7 -0
  1285. package/cjs/navigation/Tabs/index.js +51 -95
  1286. package/cjs/navigation/Tabs/index.js.map +7 -0
  1287. package/cjs/navigation/index.js +38 -104
  1288. package/cjs/navigation/index.js.map +7 -0
  1289. package/cjs/registry/index.js +556 -499
  1290. package/cjs/registry.js.map +7 -0
  1291. package/cjs/test-utils/delay/index.js +33 -33
  1292. package/cjs/test-utils/delay.js.map +7 -0
  1293. package/cjs/typography/Code/index.js +39 -21
  1294. package/cjs/typography/Code/index.js.map +7 -0
  1295. package/cjs/typography/CodeBlock/CodeBlock.stories/index.js +54 -0
  1296. package/cjs/typography/CodeBlock/CodeBlock.stories.js.map +7 -0
  1297. package/cjs/typography/CodeBlock/__stories__/Default/index.js +57 -0
  1298. package/cjs/typography/CodeBlock/__stories__/Default.js.map +7 -0
  1299. package/cjs/typography/CodeBlock/__stories__/Highlighted/index.js +57 -0
  1300. package/cjs/typography/CodeBlock/__stories__/Highlighted.js.map +7 -0
  1301. package/cjs/typography/CodeBlock/__stories__/WithCopyToClipboard/index.js +57 -0
  1302. package/cjs/typography/CodeBlock/__stories__/WithCopyToClipboard.js.map +7 -0
  1303. package/cjs/typography/CodeBlock/__stories__/WithPhaseBanner/index.js +66 -0
  1304. package/cjs/typography/CodeBlock/__stories__/WithPhaseBanner.js.map +7 -0
  1305. package/cjs/typography/CodeBlock/index.js +129 -20
  1306. package/cjs/typography/CodeBlock/index.js.map +7 -0
  1307. package/cjs/typography/Heading/Heading.stories/index.js +43 -24
  1308. package/cjs/typography/Heading/Heading.stories.js.map +7 -0
  1309. package/cjs/typography/Heading/__stories__/Default/index.js +41 -29
  1310. package/cjs/typography/Heading/__stories__/Default.js.map +7 -0
  1311. package/cjs/typography/Heading/index.js +39 -21
  1312. package/cjs/typography/Heading/index.js.map +7 -0
  1313. package/cjs/typography/HeadingCaption/HeadingCaption.stories/index.js +46 -36
  1314. package/cjs/typography/HeadingCaption/HeadingCaption.stories.js.map +7 -0
  1315. package/cjs/typography/HeadingCaption/__stories__/Default/index.js +42 -34
  1316. package/cjs/typography/HeadingCaption/__stories__/Default.js.map +7 -0
  1317. package/cjs/typography/HeadingCaption/__stories__/NestedToTitle/index.js +42 -19
  1318. package/cjs/typography/HeadingCaption/__stories__/NestedToTitle.js.map +7 -0
  1319. package/cjs/typography/HeadingCaption/index.js +39 -21
  1320. package/cjs/typography/HeadingCaption/index.js.map +7 -0
  1321. package/cjs/typography/Hint/Hint.stories/index.js +46 -36
  1322. package/cjs/typography/Hint/Hint.stories.js.map +7 -0
  1323. package/cjs/typography/Hint/__stories__/Default/index.js +41 -13
  1324. package/cjs/typography/Hint/__stories__/Default.js.map +7 -0
  1325. package/cjs/typography/Hint/__stories__/FontSizes/index.js +41 -22
  1326. package/cjs/typography/Hint/__stories__/FontSizes.js.map +7 -0
  1327. package/cjs/typography/Hint/index.js +39 -21
  1328. package/cjs/typography/Hint/index.js.map +7 -0
  1329. package/cjs/typography/NormalText/NormalText.stories/index.js +52 -60
  1330. package/cjs/typography/NormalText/NormalText.stories.js.map +7 -0
  1331. package/cjs/typography/NormalText/__stories__/Default/index.js +41 -13
  1332. package/cjs/typography/NormalText/__stories__/Default.js.map +7 -0
  1333. package/cjs/typography/NormalText/__stories__/FontSizes/index.js +41 -51
  1334. package/cjs/typography/NormalText/__stories__/FontSizes.js.map +7 -0
  1335. package/cjs/typography/NormalText/__stories__/FontWeight/index.js +41 -21
  1336. package/cjs/typography/NormalText/__stories__/FontWeight.js.map +7 -0
  1337. package/cjs/typography/NormalText/__stories__/Variants/index.js +41 -21
  1338. package/cjs/typography/NormalText/__stories__/Variants.js.map +7 -0
  1339. package/cjs/typography/NormalText/index.js +39 -21
  1340. package/cjs/typography/NormalText/index.js.map +7 -0
  1341. package/cjs/typography/Paragraph/Paragraph.stories/index.js +55 -72
  1342. package/cjs/typography/Paragraph/Paragraph.stories.js.map +7 -0
  1343. package/cjs/typography/Paragraph/__stories__/Default/index.js +41 -13
  1344. package/cjs/typography/Paragraph/__stories__/Default.js.map +7 -0
  1345. package/cjs/typography/Paragraph/__stories__/FontSizes/index.js +41 -33
  1346. package/cjs/typography/Paragraph/__stories__/FontSizes.js.map +7 -0
  1347. package/cjs/typography/Paragraph/__stories__/FontWeight/index.js +41 -18
  1348. package/cjs/typography/Paragraph/__stories__/FontWeight.js.map +7 -0
  1349. package/cjs/typography/Paragraph/__stories__/LeadVariant/index.js +41 -15
  1350. package/cjs/typography/Paragraph/__stories__/LeadVariant.js.map +7 -0
  1351. package/cjs/typography/Paragraph/__stories__/SmallVariant/index.js +41 -15
  1352. package/cjs/typography/Paragraph/__stories__/SmallVariant.js.map +7 -0
  1353. package/cjs/typography/Paragraph/index.js +39 -21
  1354. package/cjs/typography/Paragraph/index.js.map +7 -0
  1355. package/cjs/typography/Typography/index.js +41 -0
  1356. package/cjs/typography/Typography/index.js.map +7 -0
  1357. package/cjs/typography/index.js +31 -59
  1358. package/cjs/typography/index.js.map +7 -0
  1359. package/cjs/utils/Base/index.js +42 -21
  1360. package/cjs/utils/Base/index.js.map +7 -0
  1361. package/cjs/utils/SvgIcon/index.js +41 -33
  1362. package/cjs/utils/SvgIcon/index.js.map +7 -0
  1363. package/cjs/utils/TestVariant/index.js +56 -0
  1364. package/cjs/utils/TestVariant/index.js.map +7 -0
  1365. package/cjs/utils/Typography/index.js +38 -13
  1366. package/cjs/utils/Typography/index.js.map +7 -0
  1367. package/cjs/utils/VisuallyHidden/VisuallyHidden.stories/index.js +43 -24
  1368. package/cjs/utils/VisuallyHidden/VisuallyHidden.stories.js.map +7 -0
  1369. package/cjs/utils/VisuallyHidden/__stories__/Default/index.js +44 -19
  1370. package/cjs/utils/VisuallyHidden/__stories__/Default.js.map +7 -0
  1371. package/cjs/utils/VisuallyHidden/index.js +39 -21
  1372. package/cjs/utils/VisuallyHidden/index.js.map +7 -0
  1373. package/cjs/utils/hooks/useDebounce/index.js +57 -35
  1374. package/cjs/utils/hooks/useDebounce.js.map +7 -0
  1375. package/cjs/utils/hooks/useKeypress/index.js +42 -17
  1376. package/cjs/utils/hooks/useKeypress.js.map +7 -0
  1377. package/cjs/utils/hooks/useLatest/index.js +37 -15
  1378. package/cjs/utils/hooks/useLatest.js.map +7 -0
  1379. package/cjs/utils/hooks/useScreen/index.js +63 -39
  1380. package/cjs/utils/hooks/useScreen.js.map +7 -0
  1381. package/cjs/utils/hooks/useSearch/index.js +45 -22
  1382. package/cjs/utils/hooks/useSearch.js.map +7 -0
  1383. package/cjs/utils/hooks/useTogglableTab/index.js +83 -67
  1384. package/cjs/utils/hooks/useTogglableTab.js.map +7 -0
  1385. package/cjs/utils/index.js +25 -37
  1386. package/cjs/utils/index.js.map +7 -0
  1387. package/cjs/utils/withDeprecation/index.js +83 -57
  1388. package/cjs/utils/withDeprecation.js.map +7 -0
  1389. package/content/Accordion/Accordion.stories/index.js +19 -11
  1390. package/content/Accordion/Accordion.stories.d.ts +4 -4
  1391. package/content/Accordion/Accordion.stories.js.map +7 -0
  1392. package/content/Accordion/__stories__/Auto/index.js +26 -38
  1393. package/content/Accordion/__stories__/Auto.d.ts +2 -2
  1394. package/content/Accordion/__stories__/Auto.js.map +7 -0
  1395. package/content/Accordion/__stories__/Default/index.js +18 -28
  1396. package/content/Accordion/__stories__/Default.d.ts +2 -2
  1397. package/content/Accordion/__stories__/Default.js.map +7 -0
  1398. package/content/Accordion/__stories__/WithHints/index.js +19 -29
  1399. package/content/Accordion/__stories__/WithHints.d.ts +2 -2
  1400. package/content/Accordion/__stories__/WithHints.js.map +7 -0
  1401. package/content/Accordion/__stories__/WithHook/index.js +28 -50
  1402. package/content/Accordion/__stories__/WithHook.d.ts +2 -2
  1403. package/content/Accordion/__stories__/WithHook.js.map +7 -0
  1404. package/content/Accordion/auto/index.js +62 -52
  1405. package/content/Accordion/auto.d.ts +8 -7
  1406. package/content/Accordion/auto.js.map +7 -0
  1407. package/content/Accordion/hooks/index.js +110 -117
  1408. package/content/Accordion/hooks.d.ts +1 -1
  1409. package/content/Accordion/hooks.js.map +7 -0
  1410. package/content/Accordion/index.d.ts +0 -1
  1411. package/content/Accordion/index.js +13 -11
  1412. package/content/Accordion/index.js.map +7 -0
  1413. package/content/Accordion/index.test.d.ts +1 -0
  1414. package/content/Accordion/interaction.test.d.ts +1 -0
  1415. package/content/Blockquote/Blockquote.stories/index.js +14 -8
  1416. package/content/Blockquote/Blockquote.stories.d.ts +2 -2
  1417. package/content/Blockquote/Blockquote.stories.js.map +7 -0
  1418. package/content/Blockquote/__stories__/Default/index.js +8 -6
  1419. package/content/Blockquote/__stories__/Default.d.ts +2 -2
  1420. package/content/Blockquote/__stories__/Default.js.map +7 -0
  1421. package/content/Blockquote/__stories__/Dense/index.js +8 -8
  1422. package/content/Blockquote/__stories__/Dense.d.ts +2 -2
  1423. package/content/Blockquote/__stories__/Dense.js.map +7 -0
  1424. package/content/Blockquote/index.js +7 -3
  1425. package/content/Blockquote/index.js.map +7 -0
  1426. package/content/Blockquote/index.test.d.ts +1 -0
  1427. package/content/Card/Card.stories/index.js +33 -18
  1428. package/content/Card/Card.stories.d.ts +11 -11
  1429. package/content/Card/Card.stories.js.map +7 -0
  1430. package/content/Card/__stories__/Default/index.js +14 -7
  1431. package/content/Card/__stories__/Default.d.ts +2 -2
  1432. package/content/Card/__stories__/Default.js.map +7 -0
  1433. package/content/Card/__stories__/Dense/index.js +14 -11
  1434. package/content/Card/__stories__/Dense.d.ts +2 -2
  1435. package/content/Card/__stories__/Dense.js.map +7 -0
  1436. package/content/Card/__stories__/WithClickableContent/index.js +9 -11
  1437. package/content/Card/__stories__/WithClickableContent.d.ts +2 -2
  1438. package/content/Card/__stories__/WithClickableContent.js.map +7 -0
  1439. package/content/Card/__stories__/WithClickableLink/index.js +9 -9
  1440. package/content/Card/__stories__/WithClickableLink.d.ts +2 -2
  1441. package/content/Card/__stories__/WithClickableLink.js.map +7 -0
  1442. package/content/Card/__stories__/WithDarkBorder/index.js +14 -10
  1443. package/content/Card/__stories__/WithDarkBorder.d.ts +2 -2
  1444. package/content/Card/__stories__/WithDarkBorder.js.map +7 -0
  1445. package/content/Card/__stories__/WithDarkTopBorder/index.js +14 -10
  1446. package/content/Card/__stories__/WithDarkTopBorder.d.ts +2 -2
  1447. package/content/Card/__stories__/WithDarkTopBorder.js.map +7 -0
  1448. package/content/Card/__stories__/WithDivider/index.js +14 -9
  1449. package/content/Card/__stories__/WithDivider.d.ts +2 -2
  1450. package/content/Card/__stories__/WithDivider.js.map +7 -0
  1451. package/content/Card/__stories__/WithGrayBorder/index.js +14 -10
  1452. package/content/Card/__stories__/WithGrayBorder.d.ts +2 -2
  1453. package/content/Card/__stories__/WithGrayBorder.js.map +7 -0
  1454. package/content/Card/__stories__/WithGrayTopBorder/index.js +14 -10
  1455. package/content/Card/__stories__/WithGrayTopBorder.d.ts +2 -2
  1456. package/content/Card/__stories__/WithGrayTopBorder.js.map +7 -0
  1457. package/content/Card/__stories__/WithGroupButton/index.js +15 -8
  1458. package/content/Card/__stories__/WithGroupButton.d.ts +2 -2
  1459. package/content/Card/__stories__/WithGroupButton.js.map +7 -0
  1460. package/content/Card/__stories__/WithLink/index.js +14 -7
  1461. package/content/Card/__stories__/WithLink.d.ts +2 -2
  1462. package/content/Card/__stories__/WithLink.js.map +7 -0
  1463. package/content/Card/index.js +10 -6
  1464. package/content/Card/index.js.map +7 -0
  1465. package/content/Card/index.test.d.ts +1 -0
  1466. package/content/Card/interaction.test.d.ts +1 -0
  1467. package/content/Chip/Chip.stories/index.js +18 -9
  1468. package/content/Chip/Chip.stories.d.ts +5 -5
  1469. package/content/Chip/Chip.stories.js.map +7 -0
  1470. package/content/Chip/__stories__/ClickableChip/index.js +15 -8
  1471. package/content/Chip/__stories__/ClickableChip.d.ts +2 -2
  1472. package/content/Chip/__stories__/ClickableChip.js.map +7 -0
  1473. package/content/Chip/__stories__/ClickableDeletableChip/index.js +17 -10
  1474. package/content/Chip/__stories__/ClickableDeletableChip.d.ts +2 -2
  1475. package/content/Chip/__stories__/ClickableDeletableChip.js.map +7 -0
  1476. package/content/Chip/__stories__/Default/index.js +8 -6
  1477. package/content/Chip/__stories__/Default.d.ts +2 -2
  1478. package/content/Chip/__stories__/Default.js.map +7 -0
  1479. package/content/Chip/__stories__/DeletableChip/index.js +15 -8
  1480. package/content/Chip/__stories__/DeletableChip.d.ts +2 -2
  1481. package/content/Chip/__stories__/DeletableChip.js.map +7 -0
  1482. package/content/Chip/__stories__/GroupOfChips/index.js +8 -6
  1483. package/content/Chip/__stories__/GroupOfChips.d.ts +2 -2
  1484. package/content/Chip/__stories__/GroupOfChips.js.map +7 -0
  1485. package/content/Chip/index.js +10 -6
  1486. package/content/Chip/index.js.map +7 -0
  1487. package/content/Chip/index.test.d.ts +1 -0
  1488. package/content/Details/Details.stories/index.js +12 -7
  1489. package/content/Details/Details.stories.d.ts +1 -1
  1490. package/content/Details/Details.stories.js.map +7 -0
  1491. package/content/Details/__stories__/Default/index.js +12 -6
  1492. package/content/Details/__stories__/Default.d.ts +2 -2
  1493. package/content/Details/__stories__/Default.js.map +7 -0
  1494. package/content/Details/index.js +9 -5
  1495. package/content/Details/index.js.map +7 -0
  1496. package/content/Details/index.test.d.ts +1 -0
  1497. package/content/Details/interaction.test.d.ts +1 -0
  1498. package/content/FillableText/index.js +8 -4
  1499. package/content/FillableText/index.js.map +7 -0
  1500. package/content/List/List/index.js +7 -3
  1501. package/content/List/List.js.map +7 -0
  1502. package/content/List/List.stories/index.js +22 -12
  1503. package/content/List/List.stories.d.ts +6 -6
  1504. package/content/List/List.stories.js.map +7 -0
  1505. package/content/List/ListItem/index.js +7 -3
  1506. package/content/List/ListItem.js.map +7 -0
  1507. package/content/List/__stories__/BulletList/index.js +9 -9
  1508. package/content/List/__stories__/BulletList.d.ts +2 -2
  1509. package/content/List/__stories__/BulletList.js.map +7 -0
  1510. package/content/List/__stories__/Default/index.js +9 -8
  1511. package/content/List/__stories__/Default.d.ts +2 -2
  1512. package/content/List/__stories__/Default.js.map +7 -0
  1513. package/content/List/__stories__/HorizontalList/index.js +10 -10
  1514. package/content/List/__stories__/HorizontalList.d.ts +2 -2
  1515. package/content/List/__stories__/HorizontalList.js.map +7 -0
  1516. package/content/List/__stories__/NestedBulletList/index.js +9 -17
  1517. package/content/List/__stories__/NestedBulletList.d.ts +2 -2
  1518. package/content/List/__stories__/NestedBulletList.js.map +7 -0
  1519. package/content/List/__stories__/NumberedList/index.js +9 -9
  1520. package/content/List/__stories__/NumberedList.d.ts +2 -2
  1521. package/content/List/__stories__/NumberedList.js.map +7 -0
  1522. package/content/List/__stories__/WithExtraSpace/index.js +9 -9
  1523. package/content/List/__stories__/WithExtraSpace.d.ts +2 -2
  1524. package/content/List/__stories__/WithExtraSpace.js.map +7 -0
  1525. package/content/List/index.js +7 -3
  1526. package/content/List/index.js.map +7 -0
  1527. package/content/List/index.test.d.ts +1 -0
  1528. package/content/Markdown/Markdown.stories/index.js +13 -0
  1529. package/content/Markdown/Markdown.stories/package.json +6 -0
  1530. package/content/Markdown/Markdown.stories.d.ts +9 -0
  1531. package/content/Markdown/Markdown.stories.js.map +7 -0
  1532. package/content/Markdown/__stories__/Default/index.js +30 -0
  1533. package/content/Markdown/__stories__/Default/package.json +6 -0
  1534. package/content/Markdown/__stories__/Default.d.ts +3 -0
  1535. package/content/Markdown/__stories__/Default.js.map +7 -0
  1536. package/content/Markdown/index.d.ts +5 -2
  1537. package/content/Markdown/index.js +13 -10
  1538. package/content/Markdown/index.js.map +7 -0
  1539. package/content/Markdown/index.test.d.ts +1 -0
  1540. package/content/Markdown/useMarkdownToHTML/index.js +60 -61
  1541. package/content/Markdown/useMarkdownToHTML.js.map +7 -0
  1542. package/content/SafeHTML/SafeHTML.stories/index.js +13 -0
  1543. package/content/SafeHTML/SafeHTML.stories/package.json +6 -0
  1544. package/content/SafeHTML/SafeHTML.stories.d.ts +9 -0
  1545. package/content/SafeHTML/SafeHTML.stories.js.map +7 -0
  1546. package/content/SafeHTML/__stories__/Default/index.js +28 -0
  1547. package/content/SafeHTML/__stories__/Default/package.json +6 -0
  1548. package/content/SafeHTML/__stories__/Default.d.ts +3 -0
  1549. package/content/SafeHTML/__stories__/Default.js.map +7 -0
  1550. package/content/SafeHTML/index.d.ts +1 -1
  1551. package/content/SafeHTML/index.js +67 -71
  1552. package/content/SafeHTML/index.js.map +7 -0
  1553. package/content/SafeHTML/index.test.d.ts +1 -0
  1554. package/content/StepNav/StepNav.stories/index.js +19 -10
  1555. package/content/StepNav/StepNav.stories.d.ts +5 -5
  1556. package/content/StepNav/StepNav.stories.js.map +7 -0
  1557. package/content/StepNav/__stories__/Auto/index.js +148 -125
  1558. package/content/StepNav/__stories__/Auto.d.ts +2 -2
  1559. package/content/StepNav/__stories__/Auto.js.map +7 -0
  1560. package/content/StepNav/__stories__/Default/index.js +169 -144
  1561. package/content/StepNav/__stories__/Default.d.ts +2 -2
  1562. package/content/StepNav/__stories__/Default.js.map +7 -0
  1563. package/content/StepNav/__stories__/Dense/index.js +169 -146
  1564. package/content/StepNav/__stories__/Dense.d.ts +2 -2
  1565. package/content/StepNav/__stories__/Dense.js.map +7 -0
  1566. package/content/StepNav/__stories__/WithHints/index.js +170 -153
  1567. package/content/StepNav/__stories__/WithHints.d.ts +2 -2
  1568. package/content/StepNav/__stories__/WithHints.js.map +7 -0
  1569. package/content/StepNav/__stories__/WithHook/index.js +149 -133
  1570. package/content/StepNav/__stories__/WithHook.d.ts +2 -2
  1571. package/content/StepNav/__stories__/WithHook.js.map +7 -0
  1572. package/content/StepNav/auto/index.js +57 -52
  1573. package/content/StepNav/auto.d.ts +7 -7
  1574. package/content/StepNav/auto.js.map +7 -0
  1575. package/content/StepNav/index.d.ts +0 -1
  1576. package/content/StepNav/index.js +29 -16
  1577. package/content/StepNav/index.js.map +7 -0
  1578. package/content/StepNav/index.test.d.ts +1 -0
  1579. package/content/StepNav/interaction.test.d.ts +1 -0
  1580. package/content/SummaryList/SummaryList.stories/index.js +25 -13
  1581. package/content/SummaryList/SummaryList.stories.d.ts +15 -8
  1582. package/content/SummaryList/SummaryList.stories.js.map +7 -0
  1583. package/content/SummaryList/__stories__/Default/index.js +16 -14
  1584. package/content/SummaryList/__stories__/Default.d.ts +2 -2
  1585. package/content/SummaryList/__stories__/Default.js.map +7 -0
  1586. package/content/SummaryList/__stories__/RowVariations/index.js +16 -29
  1587. package/content/SummaryList/__stories__/RowVariations.d.ts +2 -2
  1588. package/content/SummaryList/__stories__/RowVariations.js.map +7 -0
  1589. package/content/SummaryList/__stories__/SummaryListExample/index.js +43 -0
  1590. package/content/SummaryList/__stories__/SummaryListExample/package.json +6 -0
  1591. package/content/SummaryList/__stories__/SummaryListExample.d.ts +14 -0
  1592. package/content/SummaryList/__stories__/SummaryListExample.js.map +7 -0
  1593. package/content/SummaryList/__stories__/WithActions/index.js +17 -17
  1594. package/content/SummaryList/__stories__/WithActions.d.ts +2 -2
  1595. package/content/SummaryList/__stories__/WithActions.js.map +7 -0
  1596. package/content/SummaryList/__stories__/WithKeyAndAction/index.js +18 -17
  1597. package/content/SummaryList/__stories__/WithKeyAndAction.d.ts +2 -2
  1598. package/content/SummaryList/__stories__/WithKeyAndAction.js.map +7 -0
  1599. package/content/SummaryList/__stories__/WithNoLastBorder/index.js +17 -0
  1600. package/content/SummaryList/__stories__/WithNoLastBorder/package.json +6 -0
  1601. package/content/SummaryList/__stories__/WithNoLastBorder.d.ts +3 -0
  1602. package/content/SummaryList/__stories__/WithNoLastBorder.js.map +7 -0
  1603. package/content/SummaryList/__stories__/WithoutActions/index.js +13 -6
  1604. package/content/SummaryList/__stories__/WithoutActions.d.ts +2 -2
  1605. package/content/SummaryList/__stories__/WithoutActions.js.map +7 -0
  1606. package/content/SummaryList/__stories__/WithoutBorders/index.js +16 -16
  1607. package/content/SummaryList/__stories__/WithoutBorders.d.ts +2 -2
  1608. package/content/SummaryList/__stories__/WithoutBorders.js.map +7 -0
  1609. package/content/SummaryList/index.js +11 -7
  1610. package/content/SummaryList/index.js.map +7 -0
  1611. package/content/SummaryList/index.test.d.ts +1 -0
  1612. package/content/SummaryList/interaction.test.d.ts +1 -0
  1613. package/content/Table/Table.stories/index.js +46 -24
  1614. package/content/Table/Table.stories.d.ts +18 -18
  1615. package/content/Table/Table.stories.js.map +7 -0
  1616. package/content/Table/TableFloatingScroll/index.js +59 -66
  1617. package/content/Table/TableFloatingScroll.d.ts +2 -2
  1618. package/content/Table/TableFloatingScroll.js.map +7 -0
  1619. package/content/Table/__stories__/DarkVariant/index.js +46 -43
  1620. package/content/Table/__stories__/DarkVariant.d.ts +2 -2
  1621. package/content/Table/__stories__/DarkVariant.js.map +7 -0
  1622. package/content/Table/__stories__/DarkVariantWithVerticalHeaders/index.js +46 -43
  1623. package/content/Table/__stories__/DarkVariantWithVerticalHeaders.d.ts +2 -2
  1624. package/content/Table/__stories__/DarkVariantWithVerticalHeaders.js.map +7 -0
  1625. package/content/Table/__stories__/Default/index.js +41 -37
  1626. package/content/Table/__stories__/Default.d.ts +2 -2
  1627. package/content/Table/__stories__/Default.js.map +7 -0
  1628. package/content/Table/__stories__/DefinedWidth/index.js +41 -39
  1629. package/content/Table/__stories__/DefinedWidth.d.ts +2 -2
  1630. package/content/Table/__stories__/DefinedWidth.js.map +7 -0
  1631. package/content/Table/__stories__/Densed/index.js +104 -99
  1632. package/content/Table/__stories__/Densed.d.ts +2 -2
  1633. package/content/Table/__stories__/Densed.js.map +7 -0
  1634. package/content/Table/__stories__/Full/index.js +115 -87
  1635. package/content/Table/__stories__/Full.d.ts +2 -2
  1636. package/content/Table/__stories__/Full.js.map +7 -0
  1637. package/content/Table/__stories__/MultipleProps/index.js +77 -61
  1638. package/content/Table/__stories__/MultipleProps.d.ts +2 -2
  1639. package/content/Table/__stories__/MultipleProps.js.map +7 -0
  1640. package/content/Table/__stories__/NoData/index.js +19 -8
  1641. package/content/Table/__stories__/NoData.d.ts +2 -2
  1642. package/content/Table/__stories__/NoData.js.map +7 -0
  1643. package/content/Table/__stories__/NumericDataType/index.js +70 -51
  1644. package/content/Table/__stories__/NumericDataType.d.ts +2 -2
  1645. package/content/Table/__stories__/NumericDataType.js.map +7 -0
  1646. package/content/Table/__stories__/RowColors/index.js +65 -55
  1647. package/content/Table/__stories__/RowColors.d.ts +2 -2
  1648. package/content/Table/__stories__/RowColors.js.map +7 -0
  1649. package/content/Table/__stories__/Stacked/index.js +41 -39
  1650. package/content/Table/__stories__/Stacked.d.ts +2 -2
  1651. package/content/Table/__stories__/Stacked.js.map +7 -0
  1652. package/content/Table/__stories__/TableCaptions/index.js +10 -14
  1653. package/content/Table/__stories__/TableCaptions.d.ts +2 -2
  1654. package/content/Table/__stories__/TableCaptions.js.map +7 -0
  1655. package/content/Table/__stories__/VerticalBorders/index.js +46 -43
  1656. package/content/Table/__stories__/VerticalBorders.d.ts +2 -2
  1657. package/content/Table/__stories__/VerticalBorders.js.map +7 -0
  1658. package/content/Table/__stories__/VerticalHeaders/index.js +41 -37
  1659. package/content/Table/__stories__/VerticalHeaders.d.ts +2 -2
  1660. package/content/Table/__stories__/VerticalHeaders.js.map +7 -0
  1661. package/content/Table/__stories__/WithFloatingScroll/index.js +57 -65
  1662. package/content/Table/__stories__/WithFloatingScroll.d.ts +2 -2
  1663. package/content/Table/__stories__/WithFloatingScroll.js.map +7 -0
  1664. package/content/Table/__stories__/WithLoader/index.js +62 -60
  1665. package/content/Table/__stories__/WithLoader.d.ts +2 -2
  1666. package/content/Table/__stories__/WithLoader.js.map +7 -0
  1667. package/content/Table/__stories__/WithSortFilters/index.js +117 -96
  1668. package/content/Table/__stories__/WithSortFilters.d.ts +2 -2
  1669. package/content/Table/__stories__/WithSortFilters.js.map +7 -0
  1670. package/content/Table/__stories__/ZebraProp/index.js +46 -43
  1671. package/content/Table/__stories__/ZebraProp.d.ts +2 -2
  1672. package/content/Table/__stories__/ZebraProp.js.map +7 -0
  1673. package/content/Table/hooks/useSort/index.js +18 -22
  1674. package/content/Table/hooks/useSort.d.ts +1 -1
  1675. package/content/Table/hooks/useSort.js.map +7 -0
  1676. package/content/Table/index.d.ts +2 -2
  1677. package/content/Table/index.js +108 -95
  1678. package/content/Table/index.js.map +7 -0
  1679. package/content/Table/index.test.d.ts +1 -0
  1680. package/content/Table/interaction.test.d.ts +1 -0
  1681. package/content/TaskList/TaskList.stories/index.js +13 -7
  1682. package/content/TaskList/TaskList.stories.d.ts +2 -2
  1683. package/content/TaskList/TaskList.stories.js.map +7 -0
  1684. package/content/TaskList/__stories__/Default/index.js +88 -67
  1685. package/content/TaskList/__stories__/Default.d.ts +2 -2
  1686. package/content/TaskList/__stories__/Default.js.map +7 -0
  1687. package/content/TaskList/__stories__/Dense/index.js +88 -69
  1688. package/content/TaskList/__stories__/Dense.d.ts +2 -2
  1689. package/content/TaskList/__stories__/Dense.js.map +7 -0
  1690. package/content/TaskList/index.js +11 -7
  1691. package/content/TaskList/index.js.map +7 -0
  1692. package/content/TaskList/index.test.d.ts +1 -0
  1693. package/content/Timeline/Timeline.stories/index.js +13 -7
  1694. package/content/Timeline/Timeline.stories.d.ts +2 -2
  1695. package/content/Timeline/Timeline.stories.js.map +7 -0
  1696. package/content/Timeline/__stories__/Default/index.js +139 -118
  1697. package/content/Timeline/__stories__/Default.d.ts +2 -2
  1698. package/content/Timeline/__stories__/Default.js.map +7 -0
  1699. package/content/Timeline/__stories__/Dense/index.js +139 -120
  1700. package/content/Timeline/__stories__/Dense.d.ts +2 -2
  1701. package/content/Timeline/__stories__/Dense.js.map +7 -0
  1702. package/content/Timeline/index.js +11 -7
  1703. package/content/Timeline/index.js.map +7 -0
  1704. package/content/Timeline/index.test.d.ts +1 -0
  1705. package/content/index.js +13 -12
  1706. package/content/index.js.map +7 -0
  1707. package/custom.d/index.js +1 -0
  1708. package/custom.d.js.map +7 -0
  1709. package/feedback/CopyToClipboard/CopyToClipboard.stories/index.js +14 -7
  1710. package/feedback/CopyToClipboard/CopyToClipboard.stories.d.ts +3 -3
  1711. package/feedback/CopyToClipboard/CopyToClipboard.stories.js.map +7 -0
  1712. package/feedback/CopyToClipboard/__stories__/Banner/index.js +19 -13
  1713. package/feedback/CopyToClipboard/__stories__/Banner.d.ts +2 -2
  1714. package/feedback/CopyToClipboard/__stories__/Banner.js.map +7 -0
  1715. package/feedback/CopyToClipboard/__stories__/Default/index.js +24 -19
  1716. package/feedback/CopyToClipboard/__stories__/Default.d.ts +2 -2
  1717. package/feedback/CopyToClipboard/__stories__/Default.js.map +7 -0
  1718. package/feedback/CopyToClipboard/__stories__/Dense/index.js +22 -17
  1719. package/feedback/CopyToClipboard/__stories__/Dense.d.ts +2 -2
  1720. package/feedback/CopyToClipboard/__stories__/Dense.js.map +7 -0
  1721. package/feedback/CopyToClipboard/index.d.ts +1 -1
  1722. package/feedback/CopyToClipboard/index.js +40 -41
  1723. package/feedback/CopyToClipboard/index.js.map +7 -0
  1724. package/feedback/CopyToClipboard/index.test.d.ts +1 -0
  1725. package/feedback/CopyToClipboard/interaction.test.d.ts +1 -0
  1726. package/feedback/ErrorSummary/ErrorSummary.stories/index.js +22 -12
  1727. package/feedback/ErrorSummary/ErrorSummary.stories.d.ts +6 -6
  1728. package/feedback/ErrorSummary/ErrorSummary.stories.js.map +7 -0
  1729. package/feedback/ErrorSummary/__stories__/Default/index.js +10 -10
  1730. package/feedback/ErrorSummary/__stories__/Default.d.ts +2 -2
  1731. package/feedback/ErrorSummary/__stories__/Default.js.map +7 -0
  1732. package/feedback/ErrorSummary/__stories__/Dense/index.js +10 -12
  1733. package/feedback/ErrorSummary/__stories__/Dense.d.ts +2 -2
  1734. package/feedback/ErrorSummary/__stories__/Dense.js.map +7 -0
  1735. package/feedback/ErrorSummary/__stories__/LinkedToCheckbox/index.js +19 -27
  1736. package/feedback/ErrorSummary/__stories__/LinkedToCheckbox.d.ts +2 -2
  1737. package/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js.map +7 -0
  1738. package/feedback/ErrorSummary/__stories__/LinkedToField/index.js +22 -28
  1739. package/feedback/ErrorSummary/__stories__/LinkedToField.d.ts +2 -2
  1740. package/feedback/ErrorSummary/__stories__/LinkedToField.js.map +7 -0
  1741. package/feedback/ErrorSummary/__stories__/LinkedToInput/index.js +17 -27
  1742. package/feedback/ErrorSummary/__stories__/LinkedToInput.d.ts +2 -2
  1743. package/feedback/ErrorSummary/__stories__/LinkedToInput.js.map +7 -0
  1744. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/index.js +24 -32
  1745. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.d.ts +2 -2
  1746. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js.map +7 -0
  1747. package/feedback/ErrorSummary/index.js +7 -3
  1748. package/feedback/ErrorSummary/index.js.map +7 -0
  1749. package/feedback/ErrorSummary/index.test.d.ts +1 -0
  1750. package/feedback/ErrorSummary/interaction.test.d.ts +1 -0
  1751. package/feedback/NotificationBanner/NotificationBanner.stories/index.js +17 -10
  1752. package/feedback/NotificationBanner/NotificationBanner.stories.d.ts +3 -3
  1753. package/feedback/NotificationBanner/NotificationBanner.stories.js.map +7 -0
  1754. package/feedback/NotificationBanner/__stories__/Default/index.js +15 -8
  1755. package/feedback/NotificationBanner/__stories__/Default.d.ts +2 -2
  1756. package/feedback/NotificationBanner/__stories__/Default.js.map +7 -0
  1757. package/feedback/NotificationBanner/__stories__/Dense/index.js +15 -8
  1758. package/feedback/NotificationBanner/__stories__/Dense.d.ts +2 -2
  1759. package/feedback/NotificationBanner/__stories__/Dense.js.map +7 -0
  1760. package/feedback/NotificationBanner/__stories__/Success/index.js +15 -8
  1761. package/feedback/NotificationBanner/__stories__/Success.d.ts +2 -2
  1762. package/feedback/NotificationBanner/__stories__/Success.js.map +7 -0
  1763. package/feedback/NotificationBanner/index.js +26 -25
  1764. package/feedback/NotificationBanner/index.js.map +7 -0
  1765. package/feedback/NotificationBanner/index.test.d.ts +1 -0
  1766. package/feedback/NotificationBanner/interaction.test.d.ts +1 -0
  1767. package/feedback/PhaseBanner/PhaseBanner.stories/index.js +14 -8
  1768. package/feedback/PhaseBanner/PhaseBanner.stories.d.ts +2 -2
  1769. package/feedback/PhaseBanner/PhaseBanner.stories.js.map +7 -0
  1770. package/feedback/PhaseBanner/__stories__/Default/index.js +13 -9
  1771. package/feedback/PhaseBanner/__stories__/Default.d.ts +2 -2
  1772. package/feedback/PhaseBanner/__stories__/Default.js.map +7 -0
  1773. package/feedback/PhaseBanner/__stories__/Underlined/index.js +13 -11
  1774. package/feedback/PhaseBanner/__stories__/Underlined.d.ts +2 -2
  1775. package/feedback/PhaseBanner/__stories__/Underlined.js.map +7 -0
  1776. package/feedback/PhaseBanner/index.js +10 -6
  1777. package/feedback/PhaseBanner/index.js.map +7 -0
  1778. package/feedback/PhaseBanner/index.test.d.ts +1 -0
  1779. package/feedback/PhaseBanner/interaction.test.d.ts +1 -0
  1780. package/feedback/WarningText/WarningText.stories/index.js +16 -9
  1781. package/feedback/WarningText/WarningText.stories.d.ts +3 -3
  1782. package/feedback/WarningText/WarningText.stories.js.map +7 -0
  1783. package/feedback/WarningText/__stories__/AssistiveText/index.js +8 -8
  1784. package/feedback/WarningText/__stories__/AssistiveText.d.ts +2 -2
  1785. package/feedback/WarningText/__stories__/AssistiveText.js.map +7 -0
  1786. package/feedback/WarningText/__stories__/Default/index.js +8 -6
  1787. package/feedback/WarningText/__stories__/Default.d.ts +2 -2
  1788. package/feedback/WarningText/__stories__/Default.js.map +7 -0
  1789. package/feedback/WarningText/__stories__/Dense/index.js +8 -8
  1790. package/feedback/WarningText/__stories__/Dense.d.ts +2 -2
  1791. package/feedback/WarningText/__stories__/Dense.js.map +7 -0
  1792. package/feedback/WarningText/index.d.ts +1 -0
  1793. package/feedback/WarningText/index.js +9 -3
  1794. package/feedback/WarningText/index.js.map +7 -0
  1795. package/feedback/WarningText/index.test.d.ts +1 -0
  1796. package/feedback/index.js +6 -5
  1797. package/feedback/index.js.map +7 -0
  1798. package/form/AutoComplete/AutoComplete.stories/index.js +28 -11
  1799. package/form/AutoComplete/AutoComplete.stories.d.ts +10 -7
  1800. package/form/AutoComplete/AutoComplete.stories.js.map +7 -0
  1801. package/form/AutoComplete/Status/index.d.ts +4 -2
  1802. package/form/AutoComplete/Status/index.js +79 -116
  1803. package/form/AutoComplete/Status/index.js.map +7 -0
  1804. package/form/AutoComplete/__stories__/Default/index.js +11 -13
  1805. package/form/AutoComplete/__stories__/Default.d.ts +2 -2
  1806. package/form/AutoComplete/__stories__/Default.js.map +7 -0
  1807. package/form/AutoComplete/__stories__/Multiple/index.js +12 -0
  1808. package/form/AutoComplete/__stories__/Multiple/package.json +6 -0
  1809. package/form/AutoComplete/__stories__/Multiple.d.ts +3 -0
  1810. package/form/AutoComplete/__stories__/Multiple.js.map +7 -0
  1811. package/form/AutoComplete/__stories__/MultipleShowingTwoSelected/index.js +12 -0
  1812. package/form/AutoComplete/__stories__/MultipleShowingTwoSelected/package.json +6 -0
  1813. package/form/AutoComplete/__stories__/MultipleShowingTwoSelected.d.ts +3 -0
  1814. package/form/AutoComplete/__stories__/MultipleShowingTwoSelected.js.map +7 -0
  1815. package/form/AutoComplete/__stories__/MultipleWithDefaultValues/index.js +12 -0
  1816. package/form/AutoComplete/__stories__/MultipleWithDefaultValues/package.json +6 -0
  1817. package/form/AutoComplete/__stories__/MultipleWithDefaultValues.d.ts +3 -0
  1818. package/form/AutoComplete/__stories__/MultipleWithDefaultValues.js.map +7 -0
  1819. package/form/AutoComplete/__stories__/MultipleWithMinLength/index.js +22 -0
  1820. package/form/AutoComplete/__stories__/MultipleWithMinLength/package.json +6 -0
  1821. package/form/AutoComplete/__stories__/MultipleWithMinLength.d.ts +3 -0
  1822. package/form/AutoComplete/__stories__/MultipleWithMinLength.js.map +7 -0
  1823. package/form/AutoComplete/__stories__/WithAutoSelect/index.js +21 -22
  1824. package/form/AutoComplete/__stories__/WithAutoSelect.d.ts +2 -2
  1825. package/form/AutoComplete/__stories__/WithAutoSelect.js.map +7 -0
  1826. package/form/AutoComplete/__stories__/WithDefaultValue/index.js +19 -14
  1827. package/form/AutoComplete/__stories__/WithDefaultValue.d.ts +2 -2
  1828. package/form/AutoComplete/__stories__/WithDefaultValue.js.map +7 -0
  1829. package/form/AutoComplete/__stories__/WithMinLength/index.js +20 -15
  1830. package/form/AutoComplete/__stories__/WithMinLength.d.ts +2 -2
  1831. package/form/AutoComplete/__stories__/WithMinLength.js.map +7 -0
  1832. package/form/AutoComplete/__stories__/WithPlaceHolder/index.js +19 -14
  1833. package/form/AutoComplete/__stories__/WithPlaceHolder.d.ts +2 -2
  1834. package/form/AutoComplete/__stories__/WithPlaceHolder.js.map +7 -0
  1835. package/form/AutoComplete/__stories__/WithShowAllValues/index.js +18 -14
  1836. package/form/AutoComplete/__stories__/WithShowAllValues.d.ts +2 -2
  1837. package/form/AutoComplete/__stories__/WithShowAllValues.js.map +7 -0
  1838. package/form/AutoComplete/__stories__/utils/index.js +1 -0
  1839. package/form/AutoComplete/__stories__/utils.js.map +7 -0
  1840. package/form/AutoComplete/index.d.ts +13 -20
  1841. package/form/AutoComplete/index.js +581 -559
  1842. package/form/AutoComplete/index.js.map +7 -0
  1843. package/form/AutoComplete/index.test.d.ts +1 -0
  1844. package/form/AutoComplete/interaction.test.d.ts +1 -0
  1845. package/form/AutoComplete/utils/index.js +288 -29
  1846. package/form/AutoComplete/utils.d.ts +1 -0
  1847. package/form/AutoComplete/utils.js.map +7 -0
  1848. package/form/Button/Button.stories/index.js +34 -18
  1849. package/form/Button/Button.stories.d.ts +12 -12
  1850. package/form/Button/Button.stories.js.map +7 -0
  1851. package/form/Button/ButtonLink/index.js +7 -3
  1852. package/form/Button/ButtonLink.js.map +7 -0
  1853. package/form/Button/CallToAction/index.js +7 -3
  1854. package/form/Button/CallToAction.js.map +7 -0
  1855. package/form/Button/ThemeToggleButton/index.js +39 -34
  1856. package/form/Button/ThemeToggleButton.d.ts +2 -2
  1857. package/form/Button/ThemeToggleButton.js.map +7 -0
  1858. package/form/Button/__stories__/Back/index.js +8 -10
  1859. package/form/Button/__stories__/Back.d.ts +2 -2
  1860. package/form/Button/__stories__/Back.js.map +7 -0
  1861. package/form/Button/__stories__/ButtonLinkButton/index.js +17 -15
  1862. package/form/Button/__stories__/ButtonLinkButton.d.ts +2 -2
  1863. package/form/Button/__stories__/ButtonLinkButton.js.map +7 -0
  1864. package/form/Button/__stories__/CallToActionButton/index.js +17 -11
  1865. package/form/Button/__stories__/CallToActionButton.d.ts +2 -2
  1866. package/form/Button/__stories__/CallToActionButton.js.map +7 -0
  1867. package/form/Button/__stories__/Dense/index.js +8 -9
  1868. package/form/Button/__stories__/Dense.d.ts +2 -2
  1869. package/form/Button/__stories__/Dense.js.map +7 -0
  1870. package/form/Button/__stories__/Disabled/index.js +8 -10
  1871. package/form/Button/__stories__/Disabled.d.ts +2 -2
  1872. package/form/Button/__stories__/Disabled.js.map +7 -0
  1873. package/form/Button/__stories__/GroupingButtons/index.js +8 -8
  1874. package/form/Button/__stories__/GroupingButtons.d.ts +2 -2
  1875. package/form/Button/__stories__/GroupingButtons.js.map +7 -0
  1876. package/form/Button/__stories__/GroupingButtonsAndLinks/index.js +9 -9
  1877. package/form/Button/__stories__/GroupingButtonsAndLinks.d.ts +2 -2
  1878. package/form/Button/__stories__/GroupingButtonsAndLinks.js.map +7 -0
  1879. package/form/Button/__stories__/Primary/index.js +8 -8
  1880. package/form/Button/__stories__/Primary.d.ts +2 -2
  1881. package/form/Button/__stories__/Primary.js.map +7 -0
  1882. package/form/Button/__stories__/Secondary/index.js +8 -9
  1883. package/form/Button/__stories__/Secondary.d.ts +2 -2
  1884. package/form/Button/__stories__/Secondary.js.map +7 -0
  1885. package/form/Button/__stories__/ThemeToggle/index.js +8 -6
  1886. package/form/Button/__stories__/ThemeToggle.d.ts +2 -2
  1887. package/form/Button/__stories__/ThemeToggle.js.map +7 -0
  1888. package/form/Button/__stories__/Warning/index.js +10 -9
  1889. package/form/Button/__stories__/Warning.d.ts +2 -2
  1890. package/form/Button/__stories__/Warning.js.map +7 -0
  1891. package/form/Button/__stories__/WithVariantLink/index.js +15 -8
  1892. package/form/Button/__stories__/WithVariantLink.d.ts +2 -2
  1893. package/form/Button/__stories__/WithVariantLink.js.map +7 -0
  1894. package/form/Button/index.js +19 -16
  1895. package/form/Button/index.js.map +7 -0
  1896. package/form/Button/index.test.d.ts +1 -0
  1897. package/form/Button/interaction.test.d.ts +1 -0
  1898. package/form/Checkbox/Checkbox.stories/index.js +30 -16
  1899. package/form/Checkbox/Checkbox.stories.d.ts +10 -10
  1900. package/form/Checkbox/Checkbox.stories.js.map +7 -0
  1901. package/form/Checkbox/__stories__/ConditionalReveal/index.js +19 -23
  1902. package/form/Checkbox/__stories__/ConditionalReveal.d.ts +2 -2
  1903. package/form/Checkbox/__stories__/ConditionalReveal.js.map +7 -0
  1904. package/form/Checkbox/__stories__/Default/index.js +14 -21
  1905. package/form/Checkbox/__stories__/Default.d.ts +2 -2
  1906. package/form/Checkbox/__stories__/Default.js.map +7 -0
  1907. package/form/Checkbox/__stories__/Dense/index.js +14 -23
  1908. package/form/Checkbox/__stories__/Dense.d.ts +2 -2
  1909. package/form/Checkbox/__stories__/Dense.js.map +7 -0
  1910. package/form/Checkbox/__stories__/Inline/index.js +14 -20
  1911. package/form/Checkbox/__stories__/Inline.d.ts +2 -2
  1912. package/form/Checkbox/__stories__/Inline.js.map +7 -0
  1913. package/form/Checkbox/__stories__/InlineWithDivider/index.js +14 -21
  1914. package/form/Checkbox/__stories__/InlineWithDivider.d.ts +2 -2
  1915. package/form/Checkbox/__stories__/InlineWithDivider.js.map +7 -0
  1916. package/form/Checkbox/__stories__/MultipleQuestions/index.js +14 -23
  1917. package/form/Checkbox/__stories__/MultipleQuestions.d.ts +2 -2
  1918. package/form/Checkbox/__stories__/MultipleQuestions.js.map +7 -0
  1919. package/form/Checkbox/__stories__/NoneAnswer/index.js +13 -17
  1920. package/form/Checkbox/__stories__/NoneAnswer.d.ts +2 -2
  1921. package/form/Checkbox/__stories__/NoneAnswer.js.map +7 -0
  1922. package/form/Checkbox/__stories__/NoneAnswerWithError/index.js +15 -23
  1923. package/form/Checkbox/__stories__/NoneAnswerWithError.d.ts +2 -2
  1924. package/form/Checkbox/__stories__/NoneAnswerWithError.js.map +7 -0
  1925. package/form/Checkbox/__stories__/WithErrorMessage/index.js +16 -24
  1926. package/form/Checkbox/__stories__/WithErrorMessage.d.ts +2 -2
  1927. package/form/Checkbox/__stories__/WithErrorMessage.js.map +7 -0
  1928. package/form/Checkbox/__stories__/WithHint/index.js +14 -24
  1929. package/form/Checkbox/__stories__/WithHint.d.ts +2 -2
  1930. package/form/Checkbox/__stories__/WithHint.js.map +7 -0
  1931. package/form/Checkbox/index.d.ts +1 -0
  1932. package/form/Checkbox/index.js +10 -5
  1933. package/form/Checkbox/index.js.map +7 -0
  1934. package/form/Checkbox/index.test.d.ts +1 -0
  1935. package/form/Checkbox/interaction.test.d.ts +1 -0
  1936. package/form/DateInputContainer/DateInputContainer.stories/index.js +20 -11
  1937. package/form/DateInputContainer/DateInputContainer.stories.d.ts +5 -5
  1938. package/form/DateInputContainer/DateInputContainer.stories.js.map +7 -0
  1939. package/form/DateInputContainer/__stories__/Default/index.js +17 -21
  1940. package/form/DateInputContainer/__stories__/Default.d.ts +2 -2
  1941. package/form/DateInputContainer/__stories__/Default.js.map +7 -0
  1942. package/form/DateInputContainer/__stories__/Dense/index.js +16 -20
  1943. package/form/DateInputContainer/__stories__/Dense.d.ts +2 -2
  1944. package/form/DateInputContainer/__stories__/Dense.js.map +7 -0
  1945. package/form/DateInputContainer/__stories__/MultipleQuestions/index.js +17 -21
  1946. package/form/DateInputContainer/__stories__/MultipleQuestions.d.ts +2 -2
  1947. package/form/DateInputContainer/__stories__/MultipleQuestions.js.map +7 -0
  1948. package/form/DateInputContainer/__stories__/WithErrorMessage/index.js +19 -32
  1949. package/form/DateInputContainer/__stories__/WithErrorMessage.d.ts +2 -2
  1950. package/form/DateInputContainer/__stories__/WithErrorMessage.js.map +7 -0
  1951. package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/index.js +19 -29
  1952. package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.d.ts +2 -2
  1953. package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js.map +7 -0
  1954. package/form/DateInputContainer/index.js +8 -4
  1955. package/form/DateInputContainer/index.js.map +7 -0
  1956. package/form/DateInputContainer/index.test.d.ts +1 -0
  1957. package/form/DateInputContainer/interaction.test.d.ts +1 -0
  1958. package/form/ErrorMessage/ErrorMessage.stories/index.js +16 -9
  1959. package/form/ErrorMessage/ErrorMessage.stories.d.ts +3 -3
  1960. package/form/ErrorMessage/ErrorMessage.stories.js.map +7 -0
  1961. package/form/ErrorMessage/__stories__/DateInputError/index.js +19 -21
  1962. package/form/ErrorMessage/__stories__/DateInputError.d.ts +2 -2
  1963. package/form/ErrorMessage/__stories__/DateInputError.js.map +7 -0
  1964. package/form/ErrorMessage/__stories__/Default/index.js +16 -29
  1965. package/form/ErrorMessage/__stories__/Default.d.ts +2 -2
  1966. package/form/ErrorMessage/__stories__/Default.js.map +7 -0
  1967. package/form/ErrorMessage/__stories__/ErrorMessageOnly/index.js +9 -9
  1968. package/form/ErrorMessage/__stories__/ErrorMessageOnly.d.ts +2 -2
  1969. package/form/ErrorMessage/__stories__/ErrorMessageOnly.js.map +7 -0
  1970. package/form/ErrorMessage/index.js +7 -3
  1971. package/form/ErrorMessage/index.js.map +7 -0
  1972. package/form/ErrorMessage/index.test.d.ts +1 -0
  1973. package/form/FieldContainer/index.js +9 -5
  1974. package/form/FieldContainer/index.js.map +7 -0
  1975. package/form/FileUpload/FileUpload.stories/index.js +13 -7
  1976. package/form/FileUpload/FileUpload.stories.d.ts +2 -2
  1977. package/form/FileUpload/FileUpload.stories.js.map +7 -0
  1978. package/form/FileUpload/__stories__/Default/index.js +14 -14
  1979. package/form/FileUpload/__stories__/Default.d.ts +2 -2
  1980. package/form/FileUpload/__stories__/Default.js.map +7 -0
  1981. package/form/FileUpload/__stories__/WithErrorMessage/index.js +16 -18
  1982. package/form/FileUpload/__stories__/WithErrorMessage.d.ts +2 -2
  1983. package/form/FileUpload/__stories__/WithErrorMessage.js.map +7 -0
  1984. package/form/FileUpload/index.js +8 -4
  1985. package/form/FileUpload/index.js.map +7 -0
  1986. package/form/FileUpload/index.test.d.ts +1 -0
  1987. package/form/Form/index.js +7 -3
  1988. package/form/Form/index.js.map +7 -0
  1989. package/form/LabelContainer/index.js +8 -4
  1990. package/form/LabelContainer/index.js.map +7 -0
  1991. package/form/RadioContainer/RadioContainer.stories/index.js +30 -16
  1992. package/form/RadioContainer/RadioContainer.stories.d.ts +10 -10
  1993. package/form/RadioContainer/RadioContainer.stories.js.map +7 -0
  1994. package/form/RadioContainer/__stories__/ConditionalReveal/index.js +19 -23
  1995. package/form/RadioContainer/__stories__/ConditionalReveal.d.ts +2 -2
  1996. package/form/RadioContainer/__stories__/ConditionalReveal.js.map +7 -0
  1997. package/form/RadioContainer/__stories__/Default/index.js +13 -19
  1998. package/form/RadioContainer/__stories__/Default.d.ts +2 -2
  1999. package/form/RadioContainer/__stories__/Default.js.map +7 -0
  2000. package/form/RadioContainer/__stories__/Dense/index.js +13 -21
  2001. package/form/RadioContainer/__stories__/Dense.d.ts +2 -2
  2002. package/form/RadioContainer/__stories__/Dense.js.map +7 -0
  2003. package/form/RadioContainer/__stories__/Inline/index.js +14 -20
  2004. package/form/RadioContainer/__stories__/Inline.d.ts +2 -2
  2005. package/form/RadioContainer/__stories__/Inline.js.map +7 -0
  2006. package/form/RadioContainer/__stories__/InlineWithDivider/index.js +14 -21
  2007. package/form/RadioContainer/__stories__/InlineWithDivider.d.ts +2 -2
  2008. package/form/RadioContainer/__stories__/InlineWithDivider.js.map +7 -0
  2009. package/form/RadioContainer/__stories__/MultipleQuestions/index.js +14 -23
  2010. package/form/RadioContainer/__stories__/MultipleQuestions.d.ts +2 -2
  2011. package/form/RadioContainer/__stories__/MultipleQuestions.js.map +7 -0
  2012. package/form/RadioContainer/__stories__/NoneAnswer/index.js +13 -21
  2013. package/form/RadioContainer/__stories__/NoneAnswer.d.ts +2 -2
  2014. package/form/RadioContainer/__stories__/NoneAnswer.js.map +7 -0
  2015. package/form/RadioContainer/__stories__/WithErrorMessage/index.js +16 -26
  2016. package/form/RadioContainer/__stories__/WithErrorMessage.d.ts +2 -2
  2017. package/form/RadioContainer/__stories__/WithErrorMessage.js.map +7 -0
  2018. package/form/RadioContainer/__stories__/WithHints/index.js +23 -26
  2019. package/form/RadioContainer/__stories__/WithHints.d.ts +2 -2
  2020. package/form/RadioContainer/__stories__/WithHints.js.map +7 -0
  2021. package/form/RadioContainer/__stories__/WithMediumLegend/index.js +13 -21
  2022. package/form/RadioContainer/__stories__/WithMediumLegend.d.ts +2 -2
  2023. package/form/RadioContainer/__stories__/WithMediumLegend.js.map +7 -0
  2024. package/form/RadioContainer/index.js +10 -6
  2025. package/form/RadioContainer/index.js.map +7 -0
  2026. package/form/RadioContainer/index.test.d.ts +1 -0
  2027. package/form/RadioContainer/interaction.test.d.ts +1 -0
  2028. package/form/SearchContainer/index.js +9 -5
  2029. package/form/SearchContainer/index.js.map +7 -0
  2030. package/form/SelectContainer/SelectContainer.stories/index.js +18 -10
  2031. package/form/SelectContainer/SelectContainer.stories.d.ts +4 -4
  2032. package/form/SelectContainer/SelectContainer.stories.js.map +7 -0
  2033. package/form/SelectContainer/__stories__/Default/index.js +13 -19
  2034. package/form/SelectContainer/__stories__/Default.d.ts +2 -2
  2035. package/form/SelectContainer/__stories__/Default.js.map +7 -0
  2036. package/form/SelectContainer/__stories__/Dense/index.js +13 -20
  2037. package/form/SelectContainer/__stories__/Dense.d.ts +2 -2
  2038. package/form/SelectContainer/__stories__/Dense.js.map +7 -0
  2039. package/form/SelectContainer/__stories__/DisabledInput/index.js +25 -21
  2040. package/form/SelectContainer/__stories__/DisabledInput.d.ts +2 -2
  2041. package/form/SelectContainer/__stories__/DisabledInput.js.map +7 -0
  2042. package/form/SelectContainer/__stories__/WithHint/index.js +25 -23
  2043. package/form/SelectContainer/__stories__/WithHint.d.ts +2 -2
  2044. package/form/SelectContainer/__stories__/WithHint.js.map +7 -0
  2045. package/form/SelectContainer/index.js +8 -4
  2046. package/form/SelectContainer/index.js.map +7 -0
  2047. package/form/SelectContainer/index.test.d.ts +1 -0
  2048. package/form/SelectContainer/interaction.test.d.ts +1 -0
  2049. package/form/SingleCharacterInputs/SingleCharacterInput.stories/index.js +18 -10
  2050. package/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +4 -4
  2051. package/form/SingleCharacterInputs/SingleCharacterInput.stories.js.map +7 -0
  2052. package/form/SingleCharacterInputs/__stories__/Default/index.js +17 -32
  2053. package/form/SingleCharacterInputs/__stories__/Default.d.ts +2 -2
  2054. package/form/SingleCharacterInputs/__stories__/Default.js.map +7 -0
  2055. package/form/SingleCharacterInputs/__stories__/WithDefaultError/index.js +19 -36
  2056. package/form/SingleCharacterInputs/__stories__/WithDefaultError.d.ts +2 -2
  2057. package/form/SingleCharacterInputs/__stories__/WithDefaultError.js.map +7 -0
  2058. package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/index.js +19 -46
  2059. package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.d.ts +2 -2
  2060. package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.js.map +7 -0
  2061. package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/index.js +19 -40
  2062. package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.d.ts +2 -2
  2063. package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.js.map +7 -0
  2064. package/form/SingleCharacterInputs/index.js +8 -4
  2065. package/form/SingleCharacterInputs/index.js.map +7 -0
  2066. package/form/SingleCharacterInputs/index.test.d.ts +1 -0
  2067. package/form/TextArea/TextArea.stories/index.js +26 -14
  2068. package/form/TextArea/TextArea.stories.d.ts +8 -8
  2069. package/form/TextArea/TextArea.stories.js.map +7 -0
  2070. package/form/TextArea/__stories__/Default/index.js +11 -13
  2071. package/form/TextArea/__stories__/Default.d.ts +2 -2
  2072. package/form/TextArea/__stories__/Default.js.map +7 -0
  2073. package/form/TextArea/__stories__/Dense/index.js +10 -11
  2074. package/form/TextArea/__stories__/Dense.d.ts +2 -2
  2075. package/form/TextArea/__stories__/Dense.js.map +7 -0
  2076. package/form/TextArea/__stories__/DisabledInput/index.js +19 -18
  2077. package/form/TextArea/__stories__/DisabledInput.d.ts +2 -2
  2078. package/form/TextArea/__stories__/DisabledInput.js.map +7 -0
  2079. package/form/TextArea/__stories__/LimitedCharacters/index.js +12 -21
  2080. package/form/TextArea/__stories__/LimitedCharacters.d.ts +2 -2
  2081. package/form/TextArea/__stories__/LimitedCharacters.js.map +7 -0
  2082. package/form/TextArea/__stories__/MultipleQuestions/index.js +11 -14
  2083. package/form/TextArea/__stories__/MultipleQuestions.d.ts +2 -2
  2084. package/form/TextArea/__stories__/MultipleQuestions.js.map +7 -0
  2085. package/form/TextArea/__stories__/WithDeclaredRows/index.js +19 -18
  2086. package/form/TextArea/__stories__/WithDeclaredRows.d.ts +2 -2
  2087. package/form/TextArea/__stories__/WithDeclaredRows.js.map +7 -0
  2088. package/form/TextArea/__stories__/WithErrorMessage/index.js +13 -24
  2089. package/form/TextArea/__stories__/WithErrorMessage.d.ts +2 -2
  2090. package/form/TextArea/__stories__/WithErrorMessage.js.map +7 -0
  2091. package/form/TextArea/__stories__/WithHint/index.js +12 -17
  2092. package/form/TextArea/__stories__/WithHint.d.ts +2 -2
  2093. package/form/TextArea/__stories__/WithHint.js.map +7 -0
  2094. package/form/TextArea/index.js +7 -3
  2095. package/form/TextArea/index.js.map +7 -0
  2096. package/form/TextArea/index.test.d.ts +1 -0
  2097. package/form/TextArea/interaction.test.d.ts +1 -0
  2098. package/form/TextInput/TextInput.stories/index.js +30 -15
  2099. package/form/TextInput/TextInput.stories.d.ts +10 -9
  2100. package/form/TextInput/TextInput.stories.js.map +7 -0
  2101. package/form/TextInput/__stories__/AskingForNumbers/index.js +20 -19
  2102. package/form/TextInput/__stories__/AskingForNumbers.d.ts +2 -2
  2103. package/form/TextInput/__stories__/AskingForNumbers.js.map +7 -0
  2104. package/form/TextInput/__stories__/Default/index.js +11 -13
  2105. package/form/TextInput/__stories__/Default.d.ts +2 -2
  2106. package/form/TextInput/__stories__/Default.js.map +7 -0
  2107. package/form/TextInput/__stories__/Dense/index.js +10 -11
  2108. package/form/TextInput/__stories__/Dense.d.ts +2 -2
  2109. package/form/TextInput/__stories__/Dense.js.map +7 -0
  2110. package/form/TextInput/__stories__/DisabledInput/index.js +19 -18
  2111. package/form/TextInput/__stories__/DisabledInput.d.ts +2 -2
  2112. package/form/TextInput/__stories__/DisabledInput.js.map +7 -0
  2113. package/form/TextInput/__stories__/DisabledInputWithValue/index.js +22 -0
  2114. package/form/TextInput/__stories__/DisabledInputWithValue/package.json +6 -0
  2115. package/form/TextInput/__stories__/DisabledInputWithValue.d.ts +3 -0
  2116. package/form/TextInput/__stories__/DisabledInputWithValue.js.map +7 -0
  2117. package/form/TextInput/__stories__/FixedWidths/index.js +11 -39
  2118. package/form/TextInput/__stories__/FixedWidths.d.ts +2 -2
  2119. package/form/TextInput/__stories__/FixedWidths.js.map +7 -0
  2120. package/form/TextInput/__stories__/FluidWidths/index.js +11 -39
  2121. package/form/TextInput/__stories__/FluidWidths.d.ts +2 -2
  2122. package/form/TextInput/__stories__/FluidWidths.js.map +7 -0
  2123. package/form/TextInput/__stories__/MultipleQuestions/index.js +10 -10
  2124. package/form/TextInput/__stories__/MultipleQuestions.d.ts +2 -2
  2125. package/form/TextInput/__stories__/MultipleQuestions.js.map +7 -0
  2126. package/form/TextInput/__stories__/WithErrorMessage/index.js +20 -24
  2127. package/form/TextInput/__stories__/WithErrorMessage.d.ts +2 -2
  2128. package/form/TextInput/__stories__/WithErrorMessage.js.map +7 -0
  2129. package/form/TextInput/__stories__/WithHint/index.js +12 -17
  2130. package/form/TextInput/__stories__/WithHint.d.ts +2 -2
  2131. package/form/TextInput/__stories__/WithHint.js.map +7 -0
  2132. package/form/TextInput/index.js +7 -3
  2133. package/form/TextInput/index.js.map +7 -0
  2134. package/form/TextInput/index.test.d.ts +1 -0
  2135. package/form/TextInput/interaction.test.d.ts +1 -0
  2136. package/form/index.js +16 -15
  2137. package/form/index.js.map +7 -0
  2138. package/govgr/Footer/Copyright/index.js +45 -33
  2139. package/govgr/Footer/Copyright.d.ts +1 -0
  2140. package/govgr/Footer/Copyright.js.map +7 -0
  2141. package/govgr/Footer/HellenicRepublicLogo/index.js +7 -3
  2142. package/govgr/Footer/HellenicRepublicLogo.js.map +7 -0
  2143. package/govgr/Footer/LicenseCCSA/index.js +21 -14
  2144. package/govgr/Footer/LicenseCCSA.js.map +7 -0
  2145. package/govgr/Footer/index.js +26 -18
  2146. package/govgr/Footer/index.js.map +7 -0
  2147. package/govgr/Footer/logo/index.js +5 -1
  2148. package/govgr/Footer/logo.js.map +7 -0
  2149. package/govgr/Footer/logos/logo-el/index.js +5 -1
  2150. package/govgr/Footer/logos/logo-el.js.map +7 -0
  2151. package/govgr/Footer/logos/logo-en/index.js +5 -1
  2152. package/govgr/Footer/logos/logo-en.js.map +7 -0
  2153. package/govgr/GovGRLogo/index.js +7 -3
  2154. package/govgr/GovGRLogo/index.js.map +7 -0
  2155. package/govgr/GovGRLogo/logo/index.js +5 -1
  2156. package/govgr/GovGRLogo/logo.js.map +7 -0
  2157. package/govgr/images/govgr-logo-base64/index.js +5 -1
  2158. package/govgr/images/govgr-logo-base64.js.map +7 -0
  2159. package/govgr/images/govgr-logo-blue-base64/index.js +5 -1
  2160. package/govgr/images/govgr-logo-blue-base64.js.map +7 -0
  2161. package/govgr/images/greek-government-base64/index.js +5 -1
  2162. package/govgr/images/greek-government-base64.js.map +7 -0
  2163. package/govgr/images/grnet-logo-base64/index.js +5 -1
  2164. package/govgr/images/grnet-logo-base64.js.map +7 -0
  2165. package/govgr/images/index.js +6 -5
  2166. package/govgr/images/index.js.map +7 -0
  2167. package/govgr/images/minedu-logo-base64/index.js +5 -1
  2168. package/govgr/images/minedu-logo-base64.js.map +7 -0
  2169. package/govgr/images/minedu-logo-black-base64/index.js +5 -1
  2170. package/govgr/images/minedu-logo-black-base64.js.map +7 -0
  2171. package/govgr/index.js +6 -5
  2172. package/govgr/index.js.map +7 -0
  2173. package/i18n/I18nText/index.js +39 -35
  2174. package/i18n/I18nText.d.ts +1 -1
  2175. package/i18n/I18nText.js.map +7 -0
  2176. package/i18n/index.js +28 -27
  2177. package/i18n/index.js.map +7 -0
  2178. package/i18n/locales/el/index.js +80 -76
  2179. package/i18n/locales/el.js.map +7 -0
  2180. package/i18n/locales/en/index.js +76 -72
  2181. package/i18n/locales/en.js.map +7 -0
  2182. package/icons/Icon/index.js +9 -5
  2183. package/icons/Icon/index.js.map +7 -0
  2184. package/icons/ImageLogo/index.js +7 -3
  2185. package/icons/ImageLogo/index.js.map +7 -0
  2186. package/icons/ImageLogoSet/index.js +7 -3
  2187. package/icons/ImageLogoSet/index.js.map +7 -0
  2188. package/icons/index.d.ts +1 -1
  2189. package/icons/index.js +50 -2
  2190. package/icons/index.js.map +7 -0
  2191. package/index.js +13 -12
  2192. package/index.js.map +7 -0
  2193. package/layouts/Admin/index.js +13 -9
  2194. package/layouts/Admin/index.js.map +7 -0
  2195. package/layouts/Basic/Aside/index.js +7 -3
  2196. package/layouts/Basic/Aside/index.js.map +7 -0
  2197. package/layouts/Basic/Basic.stories/index.js +17 -8
  2198. package/layouts/Basic/Basic.stories.d.ts +4 -3
  2199. package/layouts/Basic/Basic.stories.js.map +7 -0
  2200. package/layouts/Basic/Bottom/__stories__/Default/index.js +17 -0
  2201. package/layouts/Basic/Bottom/__stories__/Default/package.json +6 -0
  2202. package/layouts/Basic/Bottom/__stories__/Default.d.ts +3 -0
  2203. package/layouts/Basic/Bottom/__stories__/Default.js.map +7 -0
  2204. package/layouts/Basic/Bottom/index.js +7 -3
  2205. package/layouts/Basic/Bottom/index.js.map +7 -0
  2206. package/layouts/Basic/Container/__stories__/Default/index.js +15 -0
  2207. package/layouts/Basic/Container/__stories__/Default/package.json +6 -0
  2208. package/layouts/Basic/Container/__stories__/Default.d.ts +3 -0
  2209. package/layouts/Basic/Container/__stories__/Default.js.map +7 -0
  2210. package/layouts/Basic/Container/index.js +7 -3
  2211. package/layouts/Basic/Container/index.js.map +7 -0
  2212. package/layouts/Basic/Main/__stories__/Default/index.js +15 -0
  2213. package/layouts/Basic/Main/__stories__/Default/package.json +6 -0
  2214. package/layouts/Basic/Main/__stories__/Default.d.ts +3 -0
  2215. package/layouts/Basic/Main/__stories__/Default.js.map +7 -0
  2216. package/layouts/Basic/Main/index.js +7 -3
  2217. package/layouts/Basic/Main/index.js.map +7 -0
  2218. package/layouts/Basic/Masthead/index.js +9 -5
  2219. package/layouts/Basic/Masthead/index.js.map +7 -0
  2220. package/layouts/Basic/Top/__stories__/Default/index.js +15 -0
  2221. package/layouts/Basic/Top/__stories__/Default/package.json +6 -0
  2222. package/layouts/Basic/Top/__stories__/Default.d.ts +3 -0
  2223. package/layouts/Basic/Top/__stories__/Default.js.map +7 -0
  2224. package/layouts/Basic/Top/index.js +7 -3
  2225. package/layouts/Basic/Top/index.js.map +7 -0
  2226. package/layouts/Basic/__stories__/Default/index.js +11 -9
  2227. package/layouts/Basic/__stories__/Default.d.ts +2 -2
  2228. package/layouts/Basic/__stories__/Default.js.map +7 -0
  2229. package/layouts/Basic/__stories__/MultipleRowsLayout/index.js +12 -12
  2230. package/layouts/Basic/__stories__/MultipleRowsLayout.d.ts +2 -2
  2231. package/layouts/Basic/__stories__/MultipleRowsLayout.js.map +7 -0
  2232. package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/index.js +12 -12
  2233. package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.d.ts +2 -2
  2234. package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.js.map +7 -0
  2235. package/layouts/Basic/__stories__/WithBasicLayout/index.js +14 -0
  2236. package/layouts/Basic/__stories__/WithBasicLayout/package.json +6 -0
  2237. package/layouts/Basic/__stories__/WithBasicLayout.d.ts +3 -0
  2238. package/layouts/Basic/__stories__/WithBasicLayout.js.map +7 -0
  2239. package/layouts/Basic/index.js +13 -9
  2240. package/layouts/Basic/index.js.map +7 -0
  2241. package/layouts/Basic/index.test.d.ts +1 -0
  2242. package/layouts/Grid/Grid.stories/index.js +14 -7
  2243. package/layouts/Grid/Grid.stories.d.ts +3 -3
  2244. package/layouts/Grid/Grid.stories.js.map +7 -0
  2245. package/layouts/Grid/__stories__/Default/index.js +11 -72
  2246. package/layouts/Grid/__stories__/Default.d.ts +2 -2
  2247. package/layouts/Grid/__stories__/Default.js.map +7 -0
  2248. package/layouts/Grid/__stories__/Inline/index.js +11 -73
  2249. package/layouts/Grid/__stories__/Inline.d.ts +2 -2
  2250. package/layouts/Grid/__stories__/Inline.js.map +7 -0
  2251. package/layouts/Grid/__stories__/ResponsiveSpacing/index.js +25 -71
  2252. package/layouts/Grid/__stories__/ResponsiveSpacing.d.ts +2 -2
  2253. package/layouts/Grid/__stories__/ResponsiveSpacing.js.map +7 -0
  2254. package/layouts/Grid/index.js +7 -3
  2255. package/layouts/Grid/index.js.map +7 -0
  2256. package/layouts/Grid/index.test.d.ts +1 -0
  2257. package/layouts/Hidden/index.js +2 -1
  2258. package/layouts/Hidden/index.js.map +7 -0
  2259. package/layouts/Screen/Screen.stories/index.js +16 -8
  2260. package/layouts/Screen/Screen.stories.d.ts +4 -4
  2261. package/layouts/Screen/Screen.stories.js.map +7 -0
  2262. package/layouts/Screen/__stories__/Default/index.js +10 -17
  2263. package/layouts/Screen/__stories__/Default.d.ts +2 -2
  2264. package/layouts/Screen/__stories__/Default.js.map +7 -0
  2265. package/layouts/Screen/__stories__/ScreenDown/index.js +10 -8
  2266. package/layouts/Screen/__stories__/ScreenDown.d.ts +2 -2
  2267. package/layouts/Screen/__stories__/ScreenDown.js.map +7 -0
  2268. package/layouts/Screen/__stories__/ScreenUp/index.js +10 -8
  2269. package/layouts/Screen/__stories__/ScreenUp.d.ts +2 -2
  2270. package/layouts/Screen/__stories__/ScreenUp.js.map +7 -0
  2271. package/layouts/Screen/__stories__/SpecificScreenSize/index.js +10 -8
  2272. package/layouts/Screen/__stories__/SpecificScreenSize.d.ts +2 -2
  2273. package/layouts/Screen/__stories__/SpecificScreenSize.js.map +7 -0
  2274. package/layouts/Screen/index.d.ts +3 -2
  2275. package/layouts/Screen/index.js +20 -15
  2276. package/layouts/Screen/index.js.map +7 -0
  2277. package/layouts/Screen/index.test.d.ts +1 -0
  2278. package/layouts/Section/index.js +7 -3
  2279. package/layouts/Section/index.js.map +7 -0
  2280. package/layouts/SectionBreak/index.js +7 -3
  2281. package/layouts/SectionBreak/index.js.map +7 -0
  2282. package/layouts/Stack/Stack.stories/index.js +20 -10
  2283. package/layouts/Stack/Stack.stories.d.ts +6 -6
  2284. package/layouts/Stack/Stack.stories.js.map +7 -0
  2285. package/layouts/Stack/__stories__/AlignItems/index.js +11 -64
  2286. package/layouts/Stack/__stories__/AlignItems.d.ts +2 -2
  2287. package/layouts/Stack/__stories__/AlignItems.js.map +7 -0
  2288. package/layouts/Stack/__stories__/Default/index.js +11 -21
  2289. package/layouts/Stack/__stories__/Default.d.ts +2 -2
  2290. package/layouts/Stack/__stories__/Default.js.map +7 -0
  2291. package/layouts/Stack/__stories__/JustifyContent/index.js +11 -81
  2292. package/layouts/Stack/__stories__/JustifyContent.d.ts +2 -2
  2293. package/layouts/Stack/__stories__/JustifyContent.js.map +7 -0
  2294. package/layouts/Stack/__stories__/NoWrap/index.js +11 -23
  2295. package/layouts/Stack/__stories__/NoWrap.d.ts +2 -2
  2296. package/layouts/Stack/__stories__/NoWrap.js.map +7 -0
  2297. package/layouts/Stack/__stories__/Row/index.js +11 -22
  2298. package/layouts/Stack/__stories__/Row.d.ts +2 -2
  2299. package/layouts/Stack/__stories__/Row.js.map +7 -0
  2300. package/layouts/Stack/__stories__/Spacing/index.js +11 -52
  2301. package/layouts/Stack/__stories__/Spacing.d.ts +2 -2
  2302. package/layouts/Stack/__stories__/Spacing.js.map +7 -0
  2303. package/layouts/Stack/index.js +6 -2
  2304. package/layouts/Stack/index.js.map +7 -0
  2305. package/layouts/Stack/index.test.d.ts +1 -0
  2306. package/layouts/index.js +19 -11
  2307. package/layouts/index.js.map +7 -0
  2308. package/lazy/index.js +1647 -2145
  2309. package/lazy.d.ts +308 -284
  2310. package/lazy.js.map +7 -0
  2311. package/navigation/BackLink/BackLink.stories/index.js +10 -5
  2312. package/navigation/BackLink/BackLink.stories.d.ts +1 -1
  2313. package/navigation/BackLink/BackLink.stories.js.map +7 -0
  2314. package/navigation/BackLink/__stories__/Default/index.js +8 -9
  2315. package/navigation/BackLink/__stories__/Default.d.ts +2 -2
  2316. package/navigation/BackLink/__stories__/Default.js.map +7 -0
  2317. package/navigation/BackLink/index.js +7 -3
  2318. package/navigation/BackLink/index.js.map +7 -0
  2319. package/navigation/BackLink/index.test.d.ts +1 -0
  2320. package/navigation/BackLink/interaction.test.d.ts +1 -0
  2321. package/navigation/BackToTopLink/BackToTopLink.stories/index.js +12 -6
  2322. package/navigation/BackToTopLink/BackToTopLink.stories.d.ts +2 -2
  2323. package/navigation/BackToTopLink/BackToTopLink.stories.js.map +7 -0
  2324. package/navigation/BackToTopLink/__stories__/Default/index.js +8 -9
  2325. package/navigation/BackToTopLink/__stories__/Default.d.ts +2 -2
  2326. package/navigation/BackToTopLink/__stories__/Default.js.map +7 -0
  2327. package/navigation/BackToTopLink/__stories__/InMain/index.js +12 -10
  2328. package/navigation/BackToTopLink/__stories__/InMain.d.ts +2 -2
  2329. package/navigation/BackToTopLink/__stories__/InMain.js.map +7 -0
  2330. package/navigation/BackToTopLink/index.js +46 -48
  2331. package/navigation/BackToTopLink/index.js.map +7 -0
  2332. package/navigation/BackToTopLink/index.test.d.ts +1 -0
  2333. package/navigation/Breadcrumbs/Breadcrumbs.stories/index.js +18 -7
  2334. package/navigation/Breadcrumbs/Breadcrumbs.stories.d.ts +4 -1
  2335. package/navigation/Breadcrumbs/Breadcrumbs.stories.js.map +7 -0
  2336. package/navigation/Breadcrumbs/__stories__/Auto/index.js +158 -0
  2337. package/navigation/Breadcrumbs/__stories__/Auto/package.json +6 -0
  2338. package/navigation/Breadcrumbs/__stories__/Auto.d.ts +3 -0
  2339. package/navigation/Breadcrumbs/__stories__/Auto.js.map +7 -0
  2340. package/navigation/Breadcrumbs/__stories__/Default/index.js +12 -18
  2341. package/navigation/Breadcrumbs/__stories__/Default.d.ts +2 -2
  2342. package/navigation/Breadcrumbs/__stories__/Default.js.map +7 -0
  2343. package/navigation/Breadcrumbs/__stories__/WithHook/index.js +165 -0
  2344. package/navigation/Breadcrumbs/__stories__/WithHook/package.json +6 -0
  2345. package/navigation/Breadcrumbs/__stories__/WithHook.d.ts +3 -0
  2346. package/navigation/Breadcrumbs/__stories__/WithHook.js.map +7 -0
  2347. package/navigation/Breadcrumbs/__stories__/WithoutCurrentPage/index.js +13 -0
  2348. package/navigation/Breadcrumbs/__stories__/WithoutCurrentPage/package.json +6 -0
  2349. package/navigation/Breadcrumbs/__stories__/WithoutCurrentPage.d.ts +3 -0
  2350. package/navigation/Breadcrumbs/__stories__/WithoutCurrentPage.js.map +7 -0
  2351. package/navigation/Breadcrumbs/auto/index.js +37 -0
  2352. package/navigation/Breadcrumbs/auto/package.json +6 -0
  2353. package/navigation/Breadcrumbs/auto.d.ts +16 -0
  2354. package/navigation/Breadcrumbs/auto.js.map +7 -0
  2355. package/navigation/Breadcrumbs/hooks/index.js +40 -0
  2356. package/navigation/Breadcrumbs/hooks/package.json +6 -0
  2357. package/navigation/Breadcrumbs/hooks.d.ts +26 -0
  2358. package/navigation/Breadcrumbs/hooks.js.map +7 -0
  2359. package/navigation/Breadcrumbs/index.d.ts +1 -0
  2360. package/navigation/Breadcrumbs/index.js +10 -5
  2361. package/navigation/Breadcrumbs/index.js.map +7 -0
  2362. package/navigation/Breadcrumbs/index.test.d.ts +1 -0
  2363. package/navigation/Breadcrumbs/interaction.test.d.ts +1 -0
  2364. package/navigation/Breadcrumbs/slug/index.js +97 -0
  2365. package/navigation/Breadcrumbs/slug/package.json +6 -0
  2366. package/navigation/Breadcrumbs/slug.d.ts +1 -0
  2367. package/navigation/Breadcrumbs/slug.js.map +7 -0
  2368. package/navigation/Breadcrumbs/utils/index.js +29 -0
  2369. package/navigation/Breadcrumbs/utils/package.json +6 -0
  2370. package/navigation/Breadcrumbs/utils.d.ts +1 -0
  2371. package/navigation/Breadcrumbs/utils.js.map +7 -0
  2372. package/navigation/Drawer/Drawer.stories/index.js +16 -9
  2373. package/navigation/Drawer/Drawer.stories.d.ts +3 -3
  2374. package/navigation/Drawer/Drawer.stories.js.map +7 -0
  2375. package/navigation/Drawer/__stories__/Auto/index.js +85 -74
  2376. package/navigation/Drawer/__stories__/Auto.d.ts +2 -2
  2377. package/navigation/Drawer/__stories__/Auto.js.map +7 -0
  2378. package/navigation/Drawer/__stories__/Default/index.js +63 -71
  2379. package/navigation/Drawer/__stories__/Default.d.ts +2 -2
  2380. package/navigation/Drawer/__stories__/Default.js.map +7 -0
  2381. package/navigation/Drawer/__stories__/WithHook/index.js +92 -75
  2382. package/navigation/Drawer/__stories__/WithHook.d.ts +2 -2
  2383. package/navigation/Drawer/__stories__/WithHook.js.map +7 -0
  2384. package/navigation/Drawer/auto/index.js +67 -57
  2385. package/navigation/Drawer/auto.d.ts +6 -6
  2386. package/navigation/Drawer/auto.js.map +7 -0
  2387. package/navigation/Drawer/hooks/index.js +48 -41
  2388. package/navigation/Drawer/hooks.js.map +7 -0
  2389. package/navigation/Drawer/index.d.ts +0 -1
  2390. package/navigation/Drawer/index.js +8 -5
  2391. package/navigation/Drawer/index.js.map +7 -0
  2392. package/navigation/Drawer/index.test.d.ts +1 -0
  2393. package/navigation/Dropdown/Dropdown.stories/index.js +32 -16
  2394. package/navigation/Dropdown/Dropdown.stories.d.ts +11 -10
  2395. package/navigation/Dropdown/Dropdown.stories.js.map +7 -0
  2396. package/navigation/Dropdown/__stories__/AlignRight/index.js +36 -51
  2397. package/navigation/Dropdown/__stories__/AlignRight.d.ts +2 -2
  2398. package/navigation/Dropdown/__stories__/AlignRight.js.map +7 -0
  2399. package/navigation/Dropdown/__stories__/ContentPosition/index.js +50 -96
  2400. package/navigation/Dropdown/__stories__/ContentPosition.d.ts +2 -2
  2401. package/navigation/Dropdown/__stories__/ContentPosition.js.map +7 -0
  2402. package/navigation/Dropdown/__stories__/Default/index.js +27 -39
  2403. package/navigation/Dropdown/__stories__/Default.d.ts +2 -2
  2404. package/navigation/Dropdown/__stories__/Default.js.map +7 -0
  2405. package/navigation/Dropdown/__stories__/Dense/index.js +28 -47
  2406. package/navigation/Dropdown/__stories__/Dense.d.ts +2 -2
  2407. package/navigation/Dropdown/__stories__/Dense.js.map +7 -0
  2408. package/navigation/Dropdown/__stories__/Disabled/index.js +27 -41
  2409. package/navigation/Dropdown/__stories__/Disabled.d.ts +2 -2
  2410. package/navigation/Dropdown/__stories__/Disabled.js.map +7 -0
  2411. package/navigation/Dropdown/__stories__/PlacementTop/index.js +36 -55
  2412. package/navigation/Dropdown/__stories__/PlacementTop.d.ts +2 -2
  2413. package/navigation/Dropdown/__stories__/PlacementTop.js.map +7 -0
  2414. package/navigation/Dropdown/__stories__/ScrollableContent/index.js +73 -0
  2415. package/navigation/Dropdown/__stories__/ScrollableContent/package.json +6 -0
  2416. package/navigation/Dropdown/__stories__/ScrollableContent.d.ts +3 -0
  2417. package/navigation/Dropdown/__stories__/ScrollableContent.js.map +7 -0
  2418. package/navigation/Dropdown/__stories__/Secondary/index.js +23 -27
  2419. package/navigation/Dropdown/__stories__/Secondary.d.ts +2 -2
  2420. package/navigation/Dropdown/__stories__/Secondary.js.map +7 -0
  2421. package/navigation/Dropdown/__stories__/VariantLink/index.js +28 -40
  2422. package/navigation/Dropdown/__stories__/VariantLink.d.ts +2 -2
  2423. package/navigation/Dropdown/__stories__/VariantLink.js.map +7 -0
  2424. package/navigation/Dropdown/__stories__/Warning/index.js +23 -27
  2425. package/navigation/Dropdown/__stories__/Warning.d.ts +2 -2
  2426. package/navigation/Dropdown/__stories__/Warning.js.map +7 -0
  2427. package/navigation/Dropdown/__stories__/WithIcons/index.js +53 -92
  2428. package/navigation/Dropdown/__stories__/WithIcons.d.ts +2 -2
  2429. package/navigation/Dropdown/__stories__/WithIcons.js.map +7 -0
  2430. package/navigation/Dropdown/index.d.ts +1 -1
  2431. package/navigation/Dropdown/index.js +84 -89
  2432. package/navigation/Dropdown/index.js.map +7 -0
  2433. package/navigation/Dropdown/index.test.d.ts +1 -0
  2434. package/navigation/Dropdown/interaction.test.d.ts +1 -0
  2435. package/navigation/Link/Link.stories/index.js +23 -11
  2436. package/navigation/Link/Link.stories.d.ts +7 -6
  2437. package/navigation/Link/Link.stories.js.map +7 -0
  2438. package/navigation/Link/__stories__/DarkBackground/index.js +18 -16
  2439. package/navigation/Link/__stories__/DarkBackground.d.ts +2 -2
  2440. package/navigation/Link/__stories__/DarkBackground.js.map +7 -0
  2441. package/navigation/Link/__stories__/DarkBackgroundNoUnderline/index.js +19 -17
  2442. package/navigation/Link/__stories__/DarkBackgroundNoUnderline.d.ts +2 -2
  2443. package/navigation/Link/__stories__/DarkBackgroundNoUnderline.js.map +7 -0
  2444. package/navigation/Link/__stories__/Default/index.js +8 -10
  2445. package/navigation/Link/__stories__/Default.d.ts +2 -2
  2446. package/navigation/Link/__stories__/Default.js.map +7 -0
  2447. package/navigation/Link/__stories__/ExternalLink/index.js +17 -11
  2448. package/navigation/Link/__stories__/ExternalLink.d.ts +2 -2
  2449. package/navigation/Link/__stories__/ExternalLink.js.map +7 -0
  2450. package/navigation/Link/__stories__/NoUnderline/index.js +17 -11
  2451. package/navigation/Link/__stories__/NoUnderline.d.ts +2 -2
  2452. package/navigation/Link/__stories__/NoUnderline.js.map +7 -0
  2453. package/navigation/Link/__stories__/OpensInNewTab/index.js +8 -10
  2454. package/navigation/Link/__stories__/OpensInNewTab.d.ts +2 -2
  2455. package/navigation/Link/__stories__/OpensInNewTab.js.map +7 -0
  2456. package/navigation/Link/__stories__/WithProvider/index.js +12 -0
  2457. package/navigation/Link/__stories__/WithProvider/package.json +6 -0
  2458. package/navigation/Link/__stories__/WithProvider.d.ts +3 -0
  2459. package/navigation/Link/__stories__/WithProvider.js.map +7 -0
  2460. package/navigation/Link/index.d.ts +2 -3
  2461. package/navigation/Link/index.js +19 -27
  2462. package/navigation/Link/index.js.map +7 -0
  2463. package/navigation/Link/index.test.d.ts +1 -0
  2464. package/navigation/Link/interaction.test.d.ts +1 -0
  2465. package/navigation/NavList/Nav/index.js +7 -3
  2466. package/navigation/NavList/Nav.js.map +7 -0
  2467. package/navigation/NavList/NavList/index.js +7 -3
  2468. package/navigation/NavList/NavList.js.map +7 -0
  2469. package/navigation/NavList/NavList.stories/index.js +28 -14
  2470. package/navigation/NavList/NavList.stories.d.ts +9 -8
  2471. package/navigation/NavList/NavList.stories.js.map +7 -0
  2472. package/navigation/NavList/NavListAuto/index.js +49 -44
  2473. package/navigation/NavList/NavListAuto/index.js.map +7 -0
  2474. package/navigation/NavList/NavMenuContentList/index.js +50 -43
  2475. package/navigation/NavList/NavMenuContentList.js.map +7 -0
  2476. package/navigation/NavList/__stories__/Default/index.js +51 -26
  2477. package/navigation/NavList/__stories__/Default.d.ts +2 -2
  2478. package/navigation/NavList/__stories__/Default.js.map +7 -0
  2479. package/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +100 -59
  2480. package/navigation/NavList/__stories__/HorizontalWithDrawer.d.ts +2 -2
  2481. package/navigation/NavList/__stories__/HorizontalWithDrawer.js.map +7 -0
  2482. package/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +93 -37
  2483. package/navigation/NavList/__stories__/HorizontalWithoutDrawer.d.ts +2 -2
  2484. package/navigation/NavList/__stories__/HorizontalWithoutDrawer.js.map +7 -0
  2485. package/navigation/NavList/__stories__/NavListWithoutNav/index.js +33 -16
  2486. package/navigation/NavList/__stories__/NavListWithoutNav.d.ts +2 -2
  2487. package/navigation/NavList/__stories__/NavListWithoutNav.js.map +7 -0
  2488. package/navigation/NavList/__stories__/UsingHeaderButton/index.js +48 -58
  2489. package/navigation/NavList/__stories__/UsingHeaderButton.d.ts +2 -2
  2490. package/navigation/NavList/__stories__/UsingHeaderButton.js.map +7 -0
  2491. package/navigation/NavList/__stories__/UsingNavListAuto/index.js +63 -33
  2492. package/navigation/NavList/__stories__/UsingNavListAuto.d.ts +2 -2
  2493. package/navigation/NavList/__stories__/UsingNavListAuto.js.map +7 -0
  2494. package/navigation/NavList/__stories__/Vertical/index.js +43 -27
  2495. package/navigation/NavList/__stories__/Vertical.d.ts +2 -2
  2496. package/navigation/NavList/__stories__/Vertical.js.map +7 -0
  2497. package/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +95 -40
  2498. package/navigation/NavList/__stories__/VerticalWithoutDrawer.d.ts +2 -2
  2499. package/navigation/NavList/__stories__/VerticalWithoutDrawer.js.map +7 -0
  2500. package/navigation/NavList/__stories__/WithBadge/index.js +54 -0
  2501. package/navigation/NavList/__stories__/WithBadge/package.json +6 -0
  2502. package/navigation/NavList/__stories__/WithBadge.d.ts +3 -0
  2503. package/navigation/NavList/__stories__/WithBadge.js.map +7 -0
  2504. package/navigation/NavList/hooks/useNavList/index.js +34 -37
  2505. package/navigation/NavList/hooks/useNavList.js.map +7 -0
  2506. package/navigation/NavList/hooks/useTogglableNav/index.js +152 -159
  2507. package/navigation/NavList/hooks/useTogglableNav.js.map +7 -0
  2508. package/navigation/NavList/index.d.ts +2 -1
  2509. package/navigation/NavList/index.js +22 -17
  2510. package/navigation/NavList/index.js.map +7 -0
  2511. package/navigation/NavList/index.test.d.ts +1 -0
  2512. package/navigation/NavList/interaction.test.d.ts +1 -0
  2513. package/navigation/NavList/types/index.js +1 -1
  2514. package/navigation/NavList/types.d.ts +2 -3
  2515. package/navigation/NavList/types.js.map +7 -0
  2516. package/navigation/Pagination/Pagination/index.js +48 -0
  2517. package/navigation/Pagination/Pagination/package.json +6 -0
  2518. package/navigation/Pagination/Pagination.d.ts +39 -0
  2519. package/navigation/Pagination/Pagination.js.map +7 -0
  2520. package/navigation/Pagination/Pagination.stories/index.js +24 -13
  2521. package/navigation/Pagination/Pagination.stories.d.ts +7 -7
  2522. package/navigation/Pagination/Pagination.stories.js.map +7 -0
  2523. package/navigation/Pagination/__stories__/Auto/index.js +40 -40
  2524. package/navigation/Pagination/__stories__/Auto.d.ts +2 -2
  2525. package/navigation/Pagination/__stories__/Auto.js.map +7 -0
  2526. package/navigation/Pagination/__stories__/Default/index.js +17 -62
  2527. package/navigation/Pagination/__stories__/Default.d.ts +2 -2
  2528. package/navigation/Pagination/__stories__/Default.js.map +7 -0
  2529. package/navigation/Pagination/__stories__/PaginationSmall/index.js +17 -31
  2530. package/navigation/Pagination/__stories__/PaginationSmall.d.ts +2 -2
  2531. package/navigation/Pagination/__stories__/PaginationSmall.js.map +7 -0
  2532. package/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +21 -41
  2533. package/navigation/Pagination/__stories__/PaginationWithSmallFont.d.ts +2 -2
  2534. package/navigation/Pagination/__stories__/PaginationWithSmallFont.js.map +7 -0
  2535. package/navigation/Pagination/__stories__/WithHook/index.js +50 -47
  2536. package/navigation/Pagination/__stories__/WithHook.d.ts +2 -2
  2537. package/navigation/Pagination/__stories__/WithHook.js.map +7 -0
  2538. package/navigation/Pagination/__stories__/WithInactiveValues/index.js +17 -64
  2539. package/navigation/Pagination/__stories__/WithInactiveValues.d.ts +2 -2
  2540. package/navigation/Pagination/__stories__/WithInactiveValues.js.map +7 -0
  2541. package/navigation/Pagination/__stories__/WithResultsPerPage/index.js +21 -37
  2542. package/navigation/Pagination/__stories__/WithResultsPerPage.d.ts +2 -2
  2543. package/navigation/Pagination/__stories__/WithResultsPerPage.js.map +7 -0
  2544. package/navigation/Pagination/auto/index.js +84 -59
  2545. package/navigation/Pagination/auto.d.ts +11 -8
  2546. package/navigation/Pagination/auto.js.map +7 -0
  2547. package/navigation/Pagination/hooks/index.js +51 -62
  2548. package/navigation/Pagination/hooks.d.ts +1 -1
  2549. package/navigation/Pagination/hooks.js.map +7 -0
  2550. package/navigation/Pagination/index.d.ts +3 -40
  2551. package/navigation/Pagination/index.js +13 -72
  2552. package/navigation/Pagination/index.js.map +7 -0
  2553. package/navigation/Pagination/index.test.d.ts +1 -0
  2554. package/navigation/Pagination/interaction.test.d.ts +1 -0
  2555. package/navigation/SkipLink/SkipLink.stories/index.js +11 -6
  2556. package/navigation/SkipLink/SkipLink.stories.d.ts +1 -1
  2557. package/navigation/SkipLink/SkipLink.stories.js.map +7 -0
  2558. package/navigation/SkipLink/__stories__/Default/index.js +9 -8
  2559. package/navigation/SkipLink/__stories__/Default.d.ts +2 -2
  2560. package/navigation/SkipLink/__stories__/Default.js.map +7 -0
  2561. package/navigation/SkipLink/index.js +7 -3
  2562. package/navigation/SkipLink/index.js.map +7 -0
  2563. package/navigation/SkipLink/index.test.d.ts +1 -0
  2564. package/navigation/Tabs/Tabs.stories/index.js +19 -10
  2565. package/navigation/Tabs/Tabs.stories.d.ts +4 -3
  2566. package/navigation/Tabs/Tabs.stories.js.map +7 -0
  2567. package/navigation/Tabs/__stories__/Auto/index.js +28 -30
  2568. package/navigation/Tabs/__stories__/Auto.d.ts +2 -2
  2569. package/navigation/Tabs/__stories__/Auto.js.map +7 -0
  2570. package/navigation/Tabs/__stories__/Default/index.js +31 -41
  2571. package/navigation/Tabs/__stories__/Default.d.ts +2 -2
  2572. package/navigation/Tabs/__stories__/Default.js.map +7 -0
  2573. package/navigation/Tabs/__stories__/Dense/index.js +30 -28
  2574. package/navigation/Tabs/__stories__/Dense.d.ts +2 -2
  2575. package/navigation/Tabs/__stories__/Dense.js.map +7 -0
  2576. package/navigation/Tabs/__stories__/UsingAccordion/index.js +52 -0
  2577. package/navigation/Tabs/__stories__/UsingAccordion/package.json +6 -0
  2578. package/navigation/Tabs/__stories__/UsingAccordion.d.ts +3 -0
  2579. package/navigation/Tabs/__stories__/UsingAccordion.js.map +7 -0
  2580. package/navigation/Tabs/auto/index.js +37 -41
  2581. package/navigation/Tabs/auto.d.ts +6 -5
  2582. package/navigation/Tabs/auto.js.map +7 -0
  2583. package/navigation/Tabs/hooks/index.js +77 -69
  2584. package/navigation/Tabs/hooks.js.map +7 -0
  2585. package/navigation/Tabs/index.d.ts +0 -1
  2586. package/navigation/Tabs/index.js +12 -9
  2587. package/navigation/Tabs/index.js.map +7 -0
  2588. package/navigation/Tabs/index.test.d.ts +1 -0
  2589. package/navigation/Tabs/interaction.test.d.ts +1 -0
  2590. package/navigation/index.js +10 -9
  2591. package/navigation/index.js.map +7 -0
  2592. package/package.json +11 -12
  2593. package/registry/index.js +524 -491
  2594. package/registry.d.ts +17 -0
  2595. package/registry.js.map +7 -0
  2596. package/src/api/APIErrors.tsx +2 -0
  2597. package/src/api/APIProvider.tsx +5 -1
  2598. package/src/api/fetchAPI.ts +5 -7
  2599. package/src/api/index.spec.tsx +11 -13
  2600. package/src/api/index.tsx +1 -8
  2601. package/src/api/useResource.tsx +1 -1
  2602. package/src/api/useResourceAction.tsx +1 -1
  2603. package/src/api/useResourceQuery.tsx +5 -4
  2604. package/src/api/utils.tsx +6 -1
  2605. package/src/app/BannerContainer/BannerContainer.stories.js +1 -1
  2606. package/src/app/BannerContainer/index.test.tsx +20 -0
  2607. package/src/app/Footer/Footer.stories.js +8 -8
  2608. package/src/app/Footer/index.mdx +18 -5
  2609. package/src/app/Footer/index.test.tsx +48 -0
  2610. package/src/app/Footer/interaction.test.tsx +17 -0
  2611. package/src/app/Header/Header.stories.js +5 -5
  2612. package/src/app/Header/index.mdx +7 -5
  2613. package/src/app/Header/index.spec.tsx +12 -8
  2614. package/src/app/Header/index.test.tsx +36 -0
  2615. package/src/app/Header/interaction.test.tsx +31 -0
  2616. package/src/app/Loader/Loader.stories.js +2 -1
  2617. package/src/app/Loader/__stories__/FullPageLoader.tsx +16 -0
  2618. package/src/app/Loader/index.test.tsx +24 -0
  2619. package/src/app/Masthead/Masthead.stories.js +3 -3
  2620. package/src/app/Masthead/index.mdx +9 -4
  2621. package/src/app/Masthead/index.test.tsx +28 -0
  2622. package/src/app/Masthead/interaction.test.tsx +15 -0
  2623. package/src/app/Modal/Modal.stories.js +6 -5
  2624. package/src/app/Modal/Modal.tsx +56 -0
  2625. package/src/app/Modal/__stories__/Auto.tsx +4 -2
  2626. package/src/app/Modal/__stories__/WithoutModalGaps.tsx +52 -0
  2627. package/src/app/Modal/auto.tsx +12 -16
  2628. package/src/app/Modal/index.mdx +11 -4
  2629. package/src/app/Modal/index.test.tsx +40 -0
  2630. package/src/app/Modal/index.tsx +2 -58
  2631. package/src/app/Modal/interaction.test.tsx +41 -0
  2632. package/src/app/NotFound/NotFound.stories.js +1 -1
  2633. package/src/app/NotFound/index.mdx +2 -0
  2634. package/src/app/NotFound/index.test.tsx +20 -0
  2635. package/src/app/Panel/Panel.stories.js +1 -1
  2636. package/src/app/Panel/index.mdx +9 -4
  2637. package/src/app/Panel/index.test.tsx +20 -0
  2638. package/src/app/PhaseBannerHeader/PhaseBannerHeader.stories.js +1 -1
  2639. package/src/app/PhaseBannerHeader/index.mdx +4 -4
  2640. package/src/app/PhaseBannerHeader/index.test.tsx +20 -0
  2641. package/src/app/QrCodeScanner/QrCodeScanner.stories.js +1 -1
  2642. package/src/app/QrCodeScanner/index.spec.tsx +3 -3
  2643. package/src/app/QrCodeScanner/index.tsx +8 -3
  2644. package/src/app/QrCodeViewer/QRCode.stories.js +2 -2
  2645. package/src/app/QrCodeViewer/index.mdx +4 -4
  2646. package/src/app/QrCodeViewer/index.test.tsx +24 -0
  2647. package/src/app/Skeleton/Skeleton.stories.js +18 -0
  2648. package/src/app/Skeleton/__stories__/Button.tsx +6 -0
  2649. package/src/app/Skeleton/__stories__/Circular.tsx +8 -0
  2650. package/src/app/Skeleton/__stories__/Default.tsx +6 -0
  2651. package/src/app/Skeleton/__stories__/NoAnimation.tsx +6 -0
  2652. package/src/app/Skeleton/__stories__/Rectangular.tsx +8 -0
  2653. package/src/app/Skeleton/__stories__/SpecificWidthAndHeight.tsx +8 -0
  2654. package/src/app/Skeleton/__stories__/TextSizes.tsx +14 -0
  2655. package/src/app/Skeleton/__stories__/UnderTypography.tsx +17 -0
  2656. package/src/app/Skeleton/__stories__/WithChildren.tsx +11 -0
  2657. package/src/app/Skeleton/index.test.tsx +52 -0
  2658. package/src/app/Skeleton/index.tsx +4 -0
  2659. package/src/content/Accordion/Accordion.stories.js +4 -4
  2660. package/src/content/Accordion/__stories__/Auto.tsx +6 -4
  2661. package/src/content/Accordion/auto.tsx +7 -5
  2662. package/src/content/Accordion/hooks.ts +4 -5
  2663. package/src/content/Accordion/index.mdx +9 -5
  2664. package/src/content/Accordion/index.spec.tsx +3 -3
  2665. package/src/content/Accordion/index.test.tsx +32 -0
  2666. package/src/content/Accordion/index.tsx +0 -1
  2667. package/src/content/Accordion/interaction.test.tsx +15 -0
  2668. package/src/content/Blockquote/Blockquote.stories.js +2 -2
  2669. package/src/content/Blockquote/index.mdx +3 -5
  2670. package/src/content/Blockquote/index.spec.tsx +2 -2
  2671. package/src/content/Blockquote/index.test.tsx +24 -0
  2672. package/src/content/Card/Card.stories.js +11 -11
  2673. package/src/content/Card/index.mdx +3 -5
  2674. package/src/content/Card/index.test.tsx +60 -0
  2675. package/src/content/Card/interaction.test.tsx +15 -0
  2676. package/src/content/Chip/Chip.stories.js +5 -5
  2677. package/src/content/Chip/index.mdx +4 -5
  2678. package/src/content/Chip/index.test.tsx +36 -0
  2679. package/src/content/Details/Details.stories.js +1 -1
  2680. package/src/content/Details/index.mdx +3 -5
  2681. package/src/content/Details/index.spec.tsx +5 -5
  2682. package/src/content/Details/index.test.tsx +20 -0
  2683. package/src/content/Details/interaction.test.tsx +15 -0
  2684. package/src/content/List/List.stories.js +6 -6
  2685. package/src/content/List/__stories__/Default.tsx +3 -4
  2686. package/src/content/List/index.mdx +3 -5
  2687. package/src/content/List/index.test.tsx +40 -0
  2688. package/src/content/Markdown/Markdown.stories.js +9 -0
  2689. package/src/content/Markdown/__stories__/Default.tsx +41 -0
  2690. package/src/content/Markdown/index.test.tsx +20 -0
  2691. package/src/content/Markdown/index.tsx +4 -4
  2692. package/src/content/SafeHTML/SafeHTML.stories.js +9 -0
  2693. package/src/content/SafeHTML/__stories__/Default.tsx +41 -0
  2694. package/src/content/SafeHTML/index.test.tsx +20 -0
  2695. package/src/content/SafeHTML/index.tsx +3 -4
  2696. package/src/content/StepNav/StepNav.stories.js +5 -5
  2697. package/src/content/StepNav/__stories__/Auto.tsx +4 -1
  2698. package/src/content/StepNav/auto.tsx +5 -5
  2699. package/src/content/StepNav/index.mdx +28 -5
  2700. package/src/content/StepNav/index.test.tsx +36 -0
  2701. package/src/content/StepNav/index.tsx +0 -1
  2702. package/src/content/StepNav/interaction.test.tsx +18 -0
  2703. package/src/content/SummaryList/SummaryList.stories.js +17 -9
  2704. package/src/content/SummaryList/__stories__/SummaryListExample.tsx +75 -0
  2705. package/src/content/SummaryList/__stories__/WithNoLastBorder.tsx +46 -0
  2706. package/src/content/SummaryList/index.mdx +10 -5
  2707. package/src/content/SummaryList/index.spec.tsx +3 -3
  2708. package/src/content/SummaryList/index.test.tsx +48 -0
  2709. package/src/content/SummaryList/interaction.test.tsx +17 -0
  2710. package/src/content/Table/Table.stories.js +18 -18
  2711. package/src/content/Table/TableFloatingScroll.tsx +9 -4
  2712. package/src/content/Table/__stories__/WithLoader.tsx +1 -0
  2713. package/src/content/Table/hooks/useSort.tsx +2 -1
  2714. package/src/content/Table/index.mdx +13 -14
  2715. package/src/content/Table/index.test.tsx +91 -0
  2716. package/src/content/Table/index.tsx +3 -6
  2717. package/src/content/Table/interaction.test.tsx +32 -0
  2718. package/src/content/TaskList/TaskList.stories.js +2 -2
  2719. package/src/content/TaskList/index.mdx +9 -5
  2720. package/src/content/TaskList/index.test.tsx +24 -0
  2721. package/src/content/Timeline/Timeline.stories.js +2 -2
  2722. package/src/content/Timeline/index.mdx +10 -5
  2723. package/src/content/Timeline/index.test.tsx +24 -0
  2724. package/src/feedback/CopyToClipboard/CopyToClipboard.stories.js +3 -3
  2725. package/src/feedback/CopyToClipboard/index.mdx +3 -5
  2726. package/src/feedback/CopyToClipboard/index.test.tsx +28 -0
  2727. package/src/feedback/CopyToClipboard/interaction.test.tsx +41 -0
  2728. package/src/feedback/ErrorSummary/ErrorSummary.stories.js +6 -6
  2729. package/src/feedback/ErrorSummary/index.mdx +3 -5
  2730. package/src/feedback/ErrorSummary/index.test.tsx +40 -0
  2731. package/src/feedback/ErrorSummary/interaction.test.tsx +17 -0
  2732. package/src/feedback/NotificationBanner/NotificationBanner.stories.js +3 -3
  2733. package/src/feedback/NotificationBanner/index.mdx +14 -5
  2734. package/src/feedback/NotificationBanner/index.test.tsx +28 -0
  2735. package/src/feedback/NotificationBanner/interaction.test.tsx +32 -0
  2736. package/src/feedback/PhaseBanner/PhaseBanner.stories.js +2 -2
  2737. package/src/feedback/PhaseBanner/index.mdx +8 -5
  2738. package/src/feedback/PhaseBanner/index.test.tsx +24 -0
  2739. package/src/feedback/PhaseBanner/interaction.test.tsx +15 -0
  2740. package/src/feedback/WarningText/WarningText.stories.js +3 -3
  2741. package/src/feedback/WarningText/index.mdx +5 -5
  2742. package/src/feedback/WarningText/index.test.tsx +28 -0
  2743. package/src/feedback/WarningText/index.tsx +1 -0
  2744. package/src/form/AutoComplete/AutoComplete.stories.js +10 -7
  2745. package/src/form/AutoComplete/Status/index.tsx +10 -6
  2746. package/src/form/AutoComplete/__stories__/Multiple.tsx +18 -0
  2747. package/src/form/AutoComplete/__stories__/MultipleShowingTwoSelected.tsx +16 -0
  2748. package/src/form/AutoComplete/__stories__/MultipleWithDefaultValues.tsx +16 -0
  2749. package/src/form/AutoComplete/__stories__/MultipleWithMinLength.tsx +29 -0
  2750. package/src/form/AutoComplete/__stories__/WithShowAllValues.tsx +0 -1
  2751. package/src/form/AutoComplete/index.mdx +13 -20
  2752. package/src/form/AutoComplete/index.test.tsx +56 -0
  2753. package/src/form/AutoComplete/index.tsx +371 -216
  2754. package/src/form/AutoComplete/interaction.test.tsx +18 -0
  2755. package/src/form/AutoComplete/utils.ts +5 -4
  2756. package/src/form/Button/Button.stories.js +12 -12
  2757. package/src/form/Button/index.mdx +3 -5
  2758. package/src/form/Button/index.spec.tsx +2 -2
  2759. package/src/form/Button/index.test.tsx +64 -0
  2760. package/src/form/Button/interaction.test.tsx +75 -0
  2761. package/src/form/Checkbox/Checkbox.stories.js +10 -10
  2762. package/src/form/Checkbox/index.mdx +3 -5
  2763. package/src/form/Checkbox/index.test.tsx +56 -0
  2764. package/src/form/Checkbox/index.tsx +1 -0
  2765. package/src/form/Checkbox/interaction.test.tsx +32 -0
  2766. package/src/form/DateInputContainer/DateInputContainer.stories.js +5 -5
  2767. package/src/form/DateInputContainer/index.mdx +3 -5
  2768. package/src/form/DateInputContainer/index.test.tsx +36 -0
  2769. package/src/form/DateInputContainer/interaction.test.tsx +38 -0
  2770. package/src/form/ErrorMessage/ErrorMessage.stories.js +3 -3
  2771. package/src/form/ErrorMessage/index.mdx +3 -5
  2772. package/src/form/ErrorMessage/index.test.tsx +28 -0
  2773. package/src/form/FileUpload/FileUpload.stories.js +2 -2
  2774. package/src/form/FileUpload/index.mdx +3 -5
  2775. package/src/form/FileUpload/index.test.tsx +24 -0
  2776. package/src/form/RadioContainer/RadioContainer.stories.js +10 -10
  2777. package/src/form/RadioContainer/index.mdx +2 -14
  2778. package/src/form/RadioContainer/index.test.tsx +56 -0
  2779. package/src/form/RadioContainer/interaction.test.tsx +31 -0
  2780. package/src/form/SelectContainer/SelectContainer.stories.js +4 -4
  2781. package/src/form/SelectContainer/index.mdx +3 -1
  2782. package/src/form/SelectContainer/index.test.tsx +32 -0
  2783. package/src/form/SelectContainer/interaction.test.tsx +15 -0
  2784. package/src/form/SingleCharacterInputs/SingleCharacterInput.stories.js +4 -4
  2785. package/src/form/SingleCharacterInputs/index.mdx +3 -5
  2786. package/src/form/SingleCharacterInputs/index.test.tsx +32 -0
  2787. package/src/form/TextArea/TextArea.stories.js +8 -8
  2788. package/src/form/TextArea/index.mdx +3 -5
  2789. package/src/form/TextArea/index.test.tsx +48 -0
  2790. package/src/form/TextArea/interaction.test.tsx +41 -0
  2791. package/src/form/TextInput/TextInput.stories.js +10 -9
  2792. package/src/form/TextInput/__stories__/DisabledInputWithValue.tsx +27 -0
  2793. package/src/form/TextInput/index.mdx +3 -5
  2794. package/src/form/TextInput/index.test.tsx +56 -0
  2795. package/src/form/TextInput/interaction.test.tsx +32 -0
  2796. package/src/govgr/Footer/Copyright.tsx +1 -0
  2797. package/src/govgr/Footer/index.mdx +1 -1
  2798. package/src/i18n/index.tsx +2 -2
  2799. package/src/i18n/locales/el.ts +3 -3
  2800. package/src/i18n/locales/en.ts +2 -2
  2801. package/src/icons/index.tsx +24 -1
  2802. package/src/layouts/Basic/Basic.stories.js +4 -3
  2803. package/src/layouts/Basic/Bottom/__stories__/Default.tsx +35 -0
  2804. package/src/layouts/Basic/Bottom/index.mdx +9 -28
  2805. package/src/layouts/Basic/Container/__stories__/Default.tsx +30 -0
  2806. package/src/layouts/Basic/Container/index.mdx +23 -0
  2807. package/src/layouts/Basic/Main/__stories__/Default.tsx +30 -0
  2808. package/src/layouts/Basic/Main/index.mdx +10 -47
  2809. package/src/layouts/Basic/Top/__stories__/Default.tsx +28 -0
  2810. package/src/layouts/Basic/Top/index.mdx +10 -55
  2811. package/src/layouts/Basic/__stories__/MultipleRowsLayout.tsx +1 -0
  2812. package/src/layouts/Basic/__stories__/WithBasicLayout.tsx +20 -0
  2813. package/src/layouts/Basic/index.mdx +27 -25
  2814. package/src/layouts/Basic/index.spec.tsx +2 -2
  2815. package/src/layouts/Basic/index.test.tsx +32 -0
  2816. package/src/layouts/Grid/Grid.stories.js +3 -3
  2817. package/src/layouts/Grid/index.mdx +39 -0
  2818. package/src/layouts/Grid/index.test.tsx +28 -0
  2819. package/src/layouts/Screen/Screen.stories.js +4 -4
  2820. package/src/layouts/Screen/index.test.tsx +32 -0
  2821. package/src/layouts/Screen/index.tsx +43 -17
  2822. package/src/layouts/Stack/Stack.stories.js +6 -6
  2823. package/src/layouts/Stack/index.test.tsx +40 -0
  2824. package/src/lazy.js +1642 -309
  2825. package/src/navigation/BackLink/BackLink.stories.js +1 -1
  2826. package/src/navigation/BackLink/index.mdx +4 -5
  2827. package/src/navigation/BackLink/index.test.tsx +20 -0
  2828. package/src/navigation/BackLink/interaction.test.tsx +15 -0
  2829. package/src/navigation/BackToTopLink/BackToTopLink.stories.js +2 -2
  2830. package/src/navigation/BackToTopLink/index.test.tsx +24 -0
  2831. package/src/navigation/Breadcrumbs/Breadcrumbs.stories.js +5 -1
  2832. package/src/navigation/Breadcrumbs/__stories__/Auto.tsx +185 -0
  2833. package/src/navigation/Breadcrumbs/__stories__/Default.tsx +2 -2
  2834. package/src/navigation/Breadcrumbs/__stories__/WithHook.tsx +195 -0
  2835. package/src/navigation/Breadcrumbs/__stories__/WithoutCurrentPage.tsx +20 -0
  2836. package/src/navigation/Breadcrumbs/auto.tsx +55 -0
  2837. package/src/navigation/Breadcrumbs/hooks.ts +75 -0
  2838. package/src/navigation/Breadcrumbs/index.mdx +6 -5
  2839. package/src/navigation/Breadcrumbs/index.test.tsx +32 -0
  2840. package/src/navigation/Breadcrumbs/index.tsx +3 -0
  2841. package/src/navigation/Breadcrumbs/interaction.test.tsx +42 -0
  2842. package/src/navigation/Breadcrumbs/slug.ts +141 -0
  2843. package/src/navigation/Breadcrumbs/utils.ts +39 -0
  2844. package/src/navigation/Drawer/Drawer.stories.js +3 -3
  2845. package/src/navigation/Drawer/__stories__/Auto.tsx +1 -1
  2846. package/src/navigation/Drawer/auto.tsx +12 -10
  2847. package/src/navigation/Drawer/index.mdx +4 -10
  2848. package/src/navigation/Drawer/index.test.tsx +28 -0
  2849. package/src/navigation/Drawer/index.tsx +0 -1
  2850. package/src/navigation/Dropdown/Dropdown.stories.js +11 -10
  2851. package/src/navigation/Dropdown/__stories__/ScrollableContent.tsx +82 -0
  2852. package/src/navigation/Dropdown/index.mdx +3 -5
  2853. package/src/navigation/Dropdown/index.test.tsx +60 -0
  2854. package/src/navigation/Dropdown/interaction.test.tsx +67 -0
  2855. package/src/navigation/Link/Link.stories.js +7 -6
  2856. package/src/navigation/Link/__stories__/WithProvider.tsx +16 -0
  2857. package/src/navigation/Link/index.mdx +5 -15
  2858. package/src/navigation/Link/index.spec.tsx +4 -4
  2859. package/src/navigation/Link/index.test.tsx +44 -0
  2860. package/src/navigation/Link/index.tsx +5 -6
  2861. package/src/navigation/Link/interaction.test.tsx +45 -0
  2862. package/src/navigation/NavList/NavList.stories.js +9 -8
  2863. package/src/navigation/NavList/__stories__/Default.tsx +18 -1
  2864. package/src/navigation/NavList/__stories__/HorizontalWithDrawer.tsx +37 -1
  2865. package/src/navigation/NavList/__stories__/HorizontalWithoutDrawer.tsx +37 -1
  2866. package/src/navigation/NavList/__stories__/NavListWithoutNav.tsx +18 -1
  2867. package/src/navigation/NavList/__stories__/UsingNavListAuto.tsx +39 -2
  2868. package/src/navigation/NavList/__stories__/Vertical.tsx +18 -1
  2869. package/src/navigation/NavList/__stories__/VerticalWithoutDrawer.tsx +37 -1
  2870. package/src/navigation/NavList/__stories__/WithBadge.tsx +55 -0
  2871. package/src/navigation/NavList/hooks/useTogglableNav.tsx +1 -0
  2872. package/src/navigation/NavList/index.mdx +23 -7
  2873. package/src/navigation/NavList/index.test.tsx +52 -0
  2874. package/src/navigation/NavList/index.tsx +2 -1
  2875. package/src/navigation/NavList/interaction.test.tsx +45 -0
  2876. package/src/navigation/NavList/types.tsx +2 -3
  2877. package/src/navigation/Pagination/Pagination.stories.js +7 -7
  2878. package/src/navigation/Pagination/Pagination.tsx +121 -0
  2879. package/src/navigation/Pagination/__stories__/Auto.tsx +3 -1
  2880. package/src/navigation/Pagination/auto.tsx +9 -6
  2881. package/src/navigation/Pagination/hooks.ts +1 -1
  2882. package/src/navigation/Pagination/index.mdx +9 -5
  2883. package/src/navigation/Pagination/index.test.tsx +44 -0
  2884. package/src/navigation/Pagination/index.tsx +3 -123
  2885. package/src/navigation/Pagination/interaction.test.tsx +17 -0
  2886. package/src/navigation/SkipLink/SkipLink.stories.js +1 -1
  2887. package/src/navigation/SkipLink/index.test.tsx +20 -0
  2888. package/src/navigation/Tabs/Tabs.stories.js +4 -3
  2889. package/src/navigation/Tabs/__stories__/Auto.tsx +5 -3
  2890. package/src/navigation/Tabs/__stories__/Default.tsx +4 -2
  2891. package/src/navigation/Tabs/__stories__/Dense.tsx +4 -3
  2892. package/src/navigation/Tabs/__stories__/UsingAccordion.tsx +190 -0
  2893. package/src/navigation/Tabs/auto.tsx +10 -6
  2894. package/src/navigation/Tabs/hooks.ts +8 -1
  2895. package/src/navigation/Tabs/index.mdx +9 -5
  2896. package/src/navigation/Tabs/index.test.tsx +32 -0
  2897. package/src/navigation/Tabs/index.tsx +0 -1
  2898. package/src/navigation/Tabs/interaction.test.tsx +17 -0
  2899. package/src/registry.js +32 -7
  2900. package/src/typography/CodeBlock/CodeBlock.stories.js +10 -0
  2901. package/src/typography/CodeBlock/__stories__/Default.tsx +23 -0
  2902. package/src/typography/CodeBlock/__stories__/Highlighted.tsx +27 -0
  2903. package/src/typography/CodeBlock/__stories__/WithCopyToClipboard.tsx +27 -0
  2904. package/src/typography/CodeBlock/__stories__/WithPhaseBanner.tsx +32 -0
  2905. package/src/typography/CodeBlock/index.test.tsx +32 -0
  2906. package/src/typography/CodeBlock/index.tsx +123 -3
  2907. package/src/typography/Heading/Heading.stories.js +1 -1
  2908. package/src/typography/Heading/index.mdx +3 -5
  2909. package/src/typography/Heading/index.test.tsx +20 -0
  2910. package/src/typography/HeadingCaption/HeadingCaption.stories.js +2 -2
  2911. package/src/typography/HeadingCaption/index.mdx +3 -5
  2912. package/src/typography/HeadingCaption/index.test.tsx +24 -0
  2913. package/src/typography/Hint/Hint.stories.js +2 -2
  2914. package/src/typography/Hint/index.mdx +3 -5
  2915. package/src/typography/Hint/index.test.tsx +24 -0
  2916. package/src/typography/NormalText/NormalText.stories.js +4 -4
  2917. package/src/typography/NormalText/index.mdx +3 -5
  2918. package/src/typography/NormalText/index.test.tsx +32 -0
  2919. package/src/typography/Paragraph/Paragraph.stories.js +5 -5
  2920. package/src/typography/Paragraph/index.mdx +9 -30
  2921. package/src/typography/Paragraph/index.test.tsx +36 -0
  2922. package/src/typography/Typography/index.mdx +12 -0
  2923. package/src/typography/Typography/index.tsx +4 -0
  2924. package/src/typography/index.ts +1 -0
  2925. package/src/utils/Base/index.mdx +13 -0
  2926. package/src/utils/Base/index.tsx +1 -0
  2927. package/src/utils/TestVariant/index.tsx +25 -0
  2928. package/src/utils/VisuallyHidden/VisuallyHidden.stories.js +1 -1
  2929. package/src/utils/VisuallyHidden/index.mdx +10 -5
  2930. package/src/utils/VisuallyHidden/index.test.tsx +20 -0
  2931. package/src/utils/hooks/useScreen.ts +12 -12
  2932. package/test-utils/delay/index.js +11 -26
  2933. package/test-utils/delay.js.map +7 -0
  2934. package/typography/Code/index.js +7 -3
  2935. package/typography/Code/index.js.map +7 -0
  2936. package/typography/CodeBlock/CodeBlock.stories/index.js +18 -0
  2937. package/typography/CodeBlock/CodeBlock.stories/package.json +6 -0
  2938. package/typography/CodeBlock/CodeBlock.stories.d.ts +11 -0
  2939. package/typography/CodeBlock/CodeBlock.stories.js.map +7 -0
  2940. package/typography/CodeBlock/__stories__/Default/index.js +24 -0
  2941. package/typography/CodeBlock/__stories__/Default/package.json +6 -0
  2942. package/typography/CodeBlock/__stories__/Default.d.ts +3 -0
  2943. package/typography/CodeBlock/__stories__/Default.js.map +7 -0
  2944. package/typography/CodeBlock/__stories__/Highlighted/index.js +24 -0
  2945. package/typography/CodeBlock/__stories__/Highlighted/package.json +6 -0
  2946. package/typography/CodeBlock/__stories__/Highlighted.d.ts +3 -0
  2947. package/typography/CodeBlock/__stories__/Highlighted.js.map +7 -0
  2948. package/typography/CodeBlock/__stories__/WithCopyToClipboard/index.js +24 -0
  2949. package/typography/CodeBlock/__stories__/WithCopyToClipboard/package.json +6 -0
  2950. package/typography/CodeBlock/__stories__/WithCopyToClipboard.d.ts +3 -0
  2951. package/typography/CodeBlock/__stories__/WithCopyToClipboard.js.map +7 -0
  2952. package/typography/CodeBlock/__stories__/WithPhaseBanner/index.js +33 -0
  2953. package/typography/CodeBlock/__stories__/WithPhaseBanner/package.json +6 -0
  2954. package/typography/CodeBlock/__stories__/WithPhaseBanner.d.ts +3 -0
  2955. package/typography/CodeBlock/__stories__/WithPhaseBanner.js.map +7 -0
  2956. package/typography/CodeBlock/index.d.ts +14 -2
  2957. package/typography/CodeBlock/index.js +95 -3
  2958. package/typography/CodeBlock/index.js.map +7 -0
  2959. package/typography/CodeBlock/index.test.d.ts +1 -0
  2960. package/typography/Heading/Heading.stories/index.js +10 -5
  2961. package/typography/Heading/Heading.stories.d.ts +1 -1
  2962. package/typography/Heading/Heading.stories.js.map +7 -0
  2963. package/typography/Heading/__stories__/Default/index.js +8 -22
  2964. package/typography/Heading/__stories__/Default.d.ts +2 -2
  2965. package/typography/Heading/__stories__/Default.js.map +7 -0
  2966. package/typography/Heading/index.js +7 -3
  2967. package/typography/Heading/index.js.map +7 -0
  2968. package/typography/Heading/index.test.d.ts +1 -0
  2969. package/typography/HeadingCaption/HeadingCaption.stories/index.js +12 -6
  2970. package/typography/HeadingCaption/HeadingCaption.stories.d.ts +2 -2
  2971. package/typography/HeadingCaption/HeadingCaption.stories.js.map +7 -0
  2972. package/typography/HeadingCaption/__stories__/Default/index.js +9 -27
  2973. package/typography/HeadingCaption/__stories__/Default.d.ts +2 -2
  2974. package/typography/HeadingCaption/__stories__/Default.js.map +7 -0
  2975. package/typography/HeadingCaption/__stories__/NestedToTitle/index.js +9 -12
  2976. package/typography/HeadingCaption/__stories__/NestedToTitle.d.ts +2 -2
  2977. package/typography/HeadingCaption/__stories__/NestedToTitle.js.map +7 -0
  2978. package/typography/HeadingCaption/index.js +7 -3
  2979. package/typography/HeadingCaption/index.js.map +7 -0
  2980. package/typography/HeadingCaption/index.test.d.ts +1 -0
  2981. package/typography/Hint/Hint.stories/index.js +12 -6
  2982. package/typography/Hint/Hint.stories.d.ts +2 -2
  2983. package/typography/Hint/Hint.stories.js.map +7 -0
  2984. package/typography/Hint/__stories__/Default/index.js +8 -6
  2985. package/typography/Hint/__stories__/Default.d.ts +2 -2
  2986. package/typography/Hint/__stories__/Default.js.map +7 -0
  2987. package/typography/Hint/__stories__/FontSizes/index.js +8 -15
  2988. package/typography/Hint/__stories__/FontSizes.d.ts +2 -2
  2989. package/typography/Hint/__stories__/FontSizes.js.map +7 -0
  2990. package/typography/Hint/index.js +7 -3
  2991. package/typography/Hint/index.js.map +7 -0
  2992. package/typography/Hint/index.test.d.ts +1 -0
  2993. package/typography/NormalText/NormalText.stories/index.js +16 -8
  2994. package/typography/NormalText/NormalText.stories.d.ts +4 -4
  2995. package/typography/NormalText/NormalText.stories.js.map +7 -0
  2996. package/typography/NormalText/__stories__/Default/index.js +8 -6
  2997. package/typography/NormalText/__stories__/Default.d.ts +2 -2
  2998. package/typography/NormalText/__stories__/Default.js.map +7 -0
  2999. package/typography/NormalText/__stories__/FontSizes/index.js +9 -45
  3000. package/typography/NormalText/__stories__/FontSizes.d.ts +2 -2
  3001. package/typography/NormalText/__stories__/FontSizes.js.map +7 -0
  3002. package/typography/NormalText/__stories__/FontWeight/index.js +9 -15
  3003. package/typography/NormalText/__stories__/FontWeight.d.ts +2 -2
  3004. package/typography/NormalText/__stories__/FontWeight.js.map +7 -0
  3005. package/typography/NormalText/__stories__/Variants/index.js +9 -15
  3006. package/typography/NormalText/__stories__/Variants.d.ts +2 -2
  3007. package/typography/NormalText/__stories__/Variants.js.map +7 -0
  3008. package/typography/NormalText/index.js +7 -3
  3009. package/typography/NormalText/index.js.map +7 -0
  3010. package/typography/NormalText/index.test.d.ts +1 -0
  3011. package/typography/Paragraph/Paragraph.stories/index.js +18 -9
  3012. package/typography/Paragraph/Paragraph.stories.d.ts +5 -5
  3013. package/typography/Paragraph/Paragraph.stories.js.map +7 -0
  3014. package/typography/Paragraph/__stories__/Default/index.js +8 -6
  3015. package/typography/Paragraph/__stories__/Default.d.ts +2 -2
  3016. package/typography/Paragraph/__stories__/Default.js.map +7 -0
  3017. package/typography/Paragraph/__stories__/FontSizes/index.js +8 -26
  3018. package/typography/Paragraph/__stories__/FontSizes.d.ts +2 -2
  3019. package/typography/Paragraph/__stories__/FontSizes.js.map +7 -0
  3020. package/typography/Paragraph/__stories__/FontWeight/index.js +8 -11
  3021. package/typography/Paragraph/__stories__/FontWeight.d.ts +2 -2
  3022. package/typography/Paragraph/__stories__/FontWeight.js.map +7 -0
  3023. package/typography/Paragraph/__stories__/LeadVariant/index.js +8 -8
  3024. package/typography/Paragraph/__stories__/LeadVariant.d.ts +2 -2
  3025. package/typography/Paragraph/__stories__/LeadVariant.js.map +7 -0
  3026. package/typography/Paragraph/__stories__/SmallVariant/index.js +8 -8
  3027. package/typography/Paragraph/__stories__/SmallVariant.d.ts +2 -2
  3028. package/typography/Paragraph/__stories__/SmallVariant.js.map +7 -0
  3029. package/typography/Paragraph/index.js +7 -3
  3030. package/typography/Paragraph/index.js.map +7 -0
  3031. package/typography/Paragraph/index.test.d.ts +1 -0
  3032. package/typography/Typography/index.d.ts +3 -0
  3033. package/typography/Typography/index.js +7 -0
  3034. package/typography/Typography/index.js.map +7 -0
  3035. package/typography/Typography/package.json +6 -0
  3036. package/typography/index.d.ts +1 -0
  3037. package/typography/index.js +7 -5
  3038. package/typography/index.js.map +7 -0
  3039. package/utils/Base/index.d.ts +1 -0
  3040. package/utils/Base/index.js +9 -3
  3041. package/utils/Base/index.js.map +7 -0
  3042. package/utils/SvgIcon/index.js +8 -4
  3043. package/utils/SvgIcon/index.js.map +7 -0
  3044. package/utils/TestVariant/index.d.ts +7 -0
  3045. package/utils/TestVariant/index.js +23 -0
  3046. package/utils/TestVariant/index.js.map +7 -0
  3047. package/utils/TestVariant/package.json +6 -0
  3048. package/utils/Typography/index.js +7 -3
  3049. package/utils/Typography/index.js.map +7 -0
  3050. package/utils/VisuallyHidden/VisuallyHidden.stories/index.js +10 -5
  3051. package/utils/VisuallyHidden/VisuallyHidden.stories.d.ts +1 -1
  3052. package/utils/VisuallyHidden/VisuallyHidden.stories.js.map +7 -0
  3053. package/utils/VisuallyHidden/__stories__/Default/index.js +11 -12
  3054. package/utils/VisuallyHidden/__stories__/Default.d.ts +2 -2
  3055. package/utils/VisuallyHidden/__stories__/Default.js.map +7 -0
  3056. package/utils/VisuallyHidden/index.js +7 -3
  3057. package/utils/VisuallyHidden/index.js.map +7 -0
  3058. package/utils/VisuallyHidden/index.test.d.ts +1 -0
  3059. package/utils/hooks/useDebounce/index.js +24 -26
  3060. package/utils/hooks/useDebounce.d.ts +1 -1
  3061. package/utils/hooks/useDebounce.js.map +7 -0
  3062. package/utils/hooks/useKeypress/index.js +20 -12
  3063. package/utils/hooks/useKeypress.d.ts +1 -1
  3064. package/utils/hooks/useKeypress.js.map +7 -0
  3065. package/utils/hooks/useLatest/index.js +9 -6
  3066. package/utils/hooks/useLatest.js.map +7 -0
  3067. package/utils/hooks/useScreen/index.js +28 -32
  3068. package/utils/hooks/useScreen.d.ts +1 -1
  3069. package/utils/hooks/useScreen.js.map +7 -0
  3070. package/utils/hooks/useSearch/index.js +24 -16
  3071. package/utils/hooks/useSearch.js.map +7 -0
  3072. package/utils/hooks/useTogglableTab/index.js +61 -60
  3073. package/utils/hooks/useTogglableTab.js.map +7 -0
  3074. package/utils/index.js +4 -3
  3075. package/utils/index.js.map +7 -0
  3076. package/utils/withDeprecation/index.js +56 -52
  3077. package/utils/withDeprecation.js.map +7 -0
  3078. package/api/index.spec/index.js +0 -468
  3079. package/api/index.spec/package.json +0 -6
  3080. package/api/introduction.md +0 -6
  3081. package/app/Footer/Footer.stories.playwright.json +0 -27
  3082. package/app/Footer/index.mdx +0 -50
  3083. package/app/Header/Header.stories.playwright.json +0 -49
  3084. package/app/Header/__snapshots__/index.spec.tsx.snap +0 -55
  3085. package/app/Header/index.mdx +0 -47
  3086. package/app/Header/index.spec/index.js +0 -25
  3087. package/app/Header/index.spec/package.json +0 -6
  3088. package/app/Masthead/Masthead.stories.playwright.json +0 -21
  3089. package/app/Masthead/index.mdx +0 -18
  3090. package/app/Modal/Modal.stories.playwright.json +0 -53
  3091. package/app/Modal/index.mdx +0 -33
  3092. package/app/NotFound/index.mdx +0 -16
  3093. package/app/Panel/index.mdx +0 -16
  3094. package/app/PhaseBannerHeader/index.mdx +0 -20
  3095. package/app/QrCodeScanner/__snapshots__/index.spec.tsx.snap +0 -13
  3096. package/app/QrCodeScanner/index.spec/index.js +0 -15
  3097. package/app/QrCodeScanner/index.spec/package.json +0 -6
  3098. package/app/QrCodeViewer/index.mdx +0 -30
  3099. package/cjs/api/index.spec/index.js +0 -472
  3100. package/cjs/api/introduction.md +0 -6
  3101. package/cjs/app/Footer/Footer.stories.playwright.json +0 -27
  3102. package/cjs/app/Footer/index.mdx +0 -50
  3103. package/cjs/app/Header/Header.stories.playwright.json +0 -49
  3104. package/cjs/app/Header/__snapshots__/index.spec.tsx.snap +0 -55
  3105. package/cjs/app/Header/index.mdx +0 -47
  3106. package/cjs/app/Header/index.spec/index.js +0 -30
  3107. package/cjs/app/Masthead/Masthead.stories.playwright.json +0 -21
  3108. package/cjs/app/Masthead/index.mdx +0 -18
  3109. package/cjs/app/Modal/Modal.stories.playwright.json +0 -53
  3110. package/cjs/app/Modal/index.mdx +0 -33
  3111. package/cjs/app/NotFound/index.mdx +0 -16
  3112. package/cjs/app/Panel/index.mdx +0 -16
  3113. package/cjs/app/PhaseBannerHeader/index.mdx +0 -20
  3114. package/cjs/app/QrCodeScanner/__snapshots__/index.spec.tsx.snap +0 -13
  3115. package/cjs/app/QrCodeScanner/index.spec/index.js +0 -21
  3116. package/cjs/app/QrCodeViewer/index.mdx +0 -30
  3117. package/cjs/content/Accordion/Accordion.stories.playwright.json +0 -21
  3118. package/cjs/content/Accordion/__snapshots__/index.spec.tsx.snap +0 -157
  3119. package/cjs/content/Accordion/index.mdx +0 -41
  3120. package/cjs/content/Accordion/index.spec/index.js +0 -22
  3121. package/cjs/content/Blockquote/__snapshots__/index.spec.tsx.snap +0 -16
  3122. package/cjs/content/Blockquote/index.mdx +0 -26
  3123. package/cjs/content/Blockquote/index.spec/index.js +0 -13
  3124. package/cjs/content/Card/Card.stories.playwright.json +0 -21
  3125. package/cjs/content/Card/index.mdx +0 -105
  3126. package/cjs/content/Chip/index.mdx +0 -54
  3127. package/cjs/content/Details/Details.stories.playwright.json +0 -27
  3128. package/cjs/content/Details/__snapshots__/index.spec.tsx.snap +0 -81
  3129. package/cjs/content/Details/index.mdx +0 -29
  3130. package/cjs/content/Details/index.spec/index.js +0 -18
  3131. package/cjs/content/List/List.stories.playwright.json +0 -27
  3132. package/cjs/content/List/__snapshots__/index.spec.tsx.snap +0 -7
  3133. package/cjs/content/List/index.mdx +0 -42
  3134. package/cjs/content/List/index.spec/index.js +0 -12
  3135. package/cjs/content/StepNav/StepNav.stories.playwright.json +0 -33
  3136. package/cjs/content/StepNav/index.mdx +0 -30
  3137. package/cjs/content/SummaryList/SummaryList.stories.playwright.json +0 -27
  3138. package/cjs/content/SummaryList/__snapshots__/index.spec.tsx.snap +0 -97
  3139. package/cjs/content/SummaryList/index.mdx +0 -46
  3140. package/cjs/content/SummaryList/index.spec/index.js +0 -12
  3141. package/cjs/content/Table/Table.stories.playwright.json +0 -37
  3142. package/cjs/content/Table/index.mdx +0 -112
  3143. package/cjs/content/TaskList/index.mdx +0 -26
  3144. package/cjs/content/Timeline/index.mdx +0 -28
  3145. package/cjs/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +0 -53
  3146. package/cjs/feedback/CopyToClipboard/index.mdx +0 -30
  3147. package/cjs/feedback/ErrorSummary/ErrorSummary.stories.playwright.json +0 -27
  3148. package/cjs/feedback/ErrorSummary/__snapshots__/index.spec.tsx.snap +0 -7
  3149. package/cjs/feedback/ErrorSummary/index.mdx +0 -56
  3150. package/cjs/feedback/ErrorSummary/index.spec/index.js +0 -12
  3151. package/cjs/feedback/NotificationBanner/NotificationBanner.stories.playwright.json +0 -49
  3152. package/cjs/feedback/NotificationBanner/__snapshots__/index.spec.tsx.snap +0 -23
  3153. package/cjs/feedback/NotificationBanner/index.mdx +0 -38
  3154. package/cjs/feedback/NotificationBanner/index.spec/index.js +0 -23
  3155. package/cjs/feedback/PhaseBanner/PhaseBanner.stories.playwright.json +0 -21
  3156. package/cjs/feedback/PhaseBanner/index.mdx +0 -34
  3157. package/cjs/feedback/WarningText/__snapshots__/index.spec.tsx.snap +0 -7
  3158. package/cjs/feedback/WarningText/index.mdx +0 -25
  3159. package/cjs/feedback/WarningText/index.spec/index.js +0 -12
  3160. package/cjs/form/AutoComplete/__stories__/WithInLine/index.js +0 -22
  3161. package/cjs/form/AutoComplete/index.mdx +0 -77
  3162. package/cjs/form/Button/Button.stories.playwright.json +0 -115
  3163. package/cjs/form/Button/__snapshots__/index.spec.tsx.snap +0 -17
  3164. package/cjs/form/Button/index.mdx +0 -113
  3165. package/cjs/form/Button/index.spec/index.js +0 -13
  3166. package/cjs/form/Checkbox/Checkbox.stories.playwright.json +0 -55
  3167. package/cjs/form/Checkbox/index.mdx +0 -85
  3168. package/cjs/form/DateInputContainer/DateInputContainer.stories.playwright.json +0 -61
  3169. package/cjs/form/DateInputContainer/index.mdx +0 -48
  3170. package/cjs/form/ErrorMessage/index.mdx +0 -25
  3171. package/cjs/form/FileUpload/index.mdx +0 -32
  3172. package/cjs/form/RadioContainer/RadioContainer.stories.playwright.json +0 -49
  3173. package/cjs/form/RadioContainer/index.mdx +0 -96
  3174. package/cjs/form/SelectContainer/SelectContainer.stories.playwright.json +0 -21
  3175. package/cjs/form/SelectContainer/index.mdx +0 -48
  3176. package/cjs/form/SingleCharacterInputs/index.mdx +0 -32
  3177. package/cjs/form/TextArea/TextArea.stories.playwright.json +0 -59
  3178. package/cjs/form/TextArea/index.mdx +0 -76
  3179. package/cjs/form/TextInput/TextInput.stories.playwright.json +0 -43
  3180. package/cjs/form/TextInput/index.mdx +0 -92
  3181. package/cjs/govgr/Footer/index.mdx +0 -101
  3182. package/cjs/govgr/GovGRLogo/govgr-logo.svg +0 -1
  3183. package/cjs/introduction.md +0 -11
  3184. package/cjs/layouts/Basic/Bottom/index.mdx +0 -41
  3185. package/cjs/layouts/Basic/Main/index.mdx +0 -58
  3186. package/cjs/layouts/Basic/Masthead/index.mdx +0 -65
  3187. package/cjs/layouts/Basic/Top/index.mdx +0 -68
  3188. package/cjs/layouts/Basic/__snapshots__/index.spec.tsx.snap +0 -109
  3189. package/cjs/layouts/Basic/index.mdx +0 -40
  3190. package/cjs/layouts/Basic/index.spec/index.js +0 -13
  3191. package/cjs/navigation/BackLink/BackLink.stories.playwright.json +0 -21
  3192. package/cjs/navigation/BackLink/index.mdx +0 -24
  3193. package/cjs/navigation/Breadcrumbs/Breadcrumbs.stories.playwright.json +0 -33
  3194. package/cjs/navigation/Breadcrumbs/index.mdx +0 -31
  3195. package/cjs/navigation/Drawer/index.mdx +0 -20
  3196. package/cjs/navigation/Dropdown/Dropdown.stories.playwright.json +0 -69
  3197. package/cjs/navigation/Dropdown/index.mdx +0 -42
  3198. package/cjs/navigation/Link/Link.stories.playwright.json +0 -65
  3199. package/cjs/navigation/Link/__snapshots__/index.spec.tsx.snap +0 -38
  3200. package/cjs/navigation/Link/index.mdx +0 -60
  3201. package/cjs/navigation/Link/index.spec/index.js +0 -21
  3202. package/cjs/navigation/NavList/NavList.stories.playwright.json +0 -53
  3203. package/cjs/navigation/NavList/__snapshots__/index.spec.tsx.snap +0 -7
  3204. package/cjs/navigation/NavList/__stories__/NavLinksOneLevel.json +0 -17
  3205. package/cjs/navigation/NavList/__stories__/NavLinksWithSubmenu.json +0 -36
  3206. package/cjs/navigation/NavList/index.mdx +0 -44
  3207. package/cjs/navigation/NavList/index.spec/index.js +0 -12
  3208. package/cjs/navigation/Pagination/Pagination.stories.playwright.json +0 -27
  3209. package/cjs/navigation/Pagination/index.mdx +0 -44
  3210. package/cjs/navigation/Tabs/Tabs.stories.playwright.json +0 -27
  3211. package/cjs/navigation/Tabs/index.mdx +0 -27
  3212. package/cjs/typography/Heading/index.mdx +0 -20
  3213. package/cjs/typography/HeadingCaption/index.mdx +0 -22
  3214. package/cjs/typography/Hint/index.mdx +0 -28
  3215. package/cjs/typography/NormalText/index.mdx +0 -46
  3216. package/cjs/typography/Paragraph/index.mdx +0 -53
  3217. package/cjs/utils/VisuallyHidden/index.mdx +0 -19
  3218. package/content/Accordion/Accordion.stories.playwright.json +0 -21
  3219. package/content/Accordion/__snapshots__/index.spec.tsx.snap +0 -157
  3220. package/content/Accordion/index.mdx +0 -41
  3221. package/content/Accordion/index.spec/index.js +0 -17
  3222. package/content/Accordion/index.spec/package.json +0 -6
  3223. package/content/Blockquote/__snapshots__/index.spec.tsx.snap +0 -16
  3224. package/content/Blockquote/index.mdx +0 -26
  3225. package/content/Blockquote/index.spec/index.js +0 -7
  3226. package/content/Blockquote/index.spec/package.json +0 -6
  3227. package/content/Card/Card.stories.playwright.json +0 -21
  3228. package/content/Card/index.mdx +0 -105
  3229. package/content/Chip/index.mdx +0 -54
  3230. package/content/Details/Details.stories.playwright.json +0 -27
  3231. package/content/Details/__snapshots__/index.spec.tsx.snap +0 -81
  3232. package/content/Details/index.mdx +0 -29
  3233. package/content/Details/index.spec/index.js +0 -13
  3234. package/content/Details/index.spec/package.json +0 -6
  3235. package/content/List/List.stories.playwright.json +0 -27
  3236. package/content/List/__snapshots__/index.spec.tsx.snap +0 -7
  3237. package/content/List/index.mdx +0 -42
  3238. package/content/List/index.spec/index.js +0 -6
  3239. package/content/List/index.spec/package.json +0 -6
  3240. package/content/StepNav/StepNav.stories.playwright.json +0 -33
  3241. package/content/StepNav/index.mdx +0 -30
  3242. package/content/SummaryList/SummaryList.stories.playwright.json +0 -27
  3243. package/content/SummaryList/__snapshots__/index.spec.tsx.snap +0 -97
  3244. package/content/SummaryList/index.mdx +0 -46
  3245. package/content/SummaryList/index.spec/index.js +0 -7
  3246. package/content/SummaryList/index.spec/package.json +0 -6
  3247. package/content/Table/Table.stories.playwright.json +0 -37
  3248. package/content/Table/index.mdx +0 -112
  3249. package/content/TaskList/index.mdx +0 -26
  3250. package/content/Timeline/index.mdx +0 -28
  3251. package/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +0 -53
  3252. package/feedback/CopyToClipboard/index.mdx +0 -30
  3253. package/feedback/ErrorSummary/ErrorSummary.stories.playwright.json +0 -27
  3254. package/feedback/ErrorSummary/__snapshots__/index.spec.tsx.snap +0 -7
  3255. package/feedback/ErrorSummary/index.mdx +0 -56
  3256. package/feedback/ErrorSummary/index.spec/index.js +0 -6
  3257. package/feedback/ErrorSummary/index.spec/package.json +0 -6
  3258. package/feedback/NotificationBanner/NotificationBanner.stories.playwright.json +0 -49
  3259. package/feedback/NotificationBanner/__snapshots__/index.spec.tsx.snap +0 -23
  3260. package/feedback/NotificationBanner/index.mdx +0 -38
  3261. package/feedback/NotificationBanner/index.spec/index.js +0 -17
  3262. package/feedback/NotificationBanner/index.spec/package.json +0 -6
  3263. package/feedback/PhaseBanner/PhaseBanner.stories.playwright.json +0 -21
  3264. package/feedback/PhaseBanner/index.mdx +0 -34
  3265. package/feedback/WarningText/__snapshots__/index.spec.tsx.snap +0 -7
  3266. package/feedback/WarningText/index.mdx +0 -25
  3267. package/feedback/WarningText/index.spec/index.js +0 -6
  3268. package/feedback/WarningText/index.spec/package.json +0 -6
  3269. package/form/AutoComplete/__stories__/WithInLine/index.js +0 -15
  3270. package/form/AutoComplete/__stories__/WithInLine/package.json +0 -6
  3271. package/form/AutoComplete/__stories__/WithInLine.d.ts +0 -3
  3272. package/form/AutoComplete/index.mdx +0 -77
  3273. package/form/Button/Button.stories.playwright.json +0 -115
  3274. package/form/Button/__snapshots__/index.spec.tsx.snap +0 -17
  3275. package/form/Button/index.mdx +0 -113
  3276. package/form/Button/index.spec/index.js +0 -7
  3277. package/form/Button/index.spec/package.json +0 -6
  3278. package/form/Checkbox/Checkbox.stories.playwright.json +0 -55
  3279. package/form/Checkbox/index.mdx +0 -85
  3280. package/form/DateInputContainer/DateInputContainer.stories.playwright.json +0 -61
  3281. package/form/DateInputContainer/index.mdx +0 -48
  3282. package/form/ErrorMessage/index.mdx +0 -25
  3283. package/form/FileUpload/index.mdx +0 -32
  3284. package/form/RadioContainer/RadioContainer.stories.playwright.json +0 -49
  3285. package/form/RadioContainer/index.mdx +0 -96
  3286. package/form/SelectContainer/SelectContainer.stories.playwright.json +0 -21
  3287. package/form/SelectContainer/index.mdx +0 -48
  3288. package/form/SingleCharacterInputs/index.mdx +0 -32
  3289. package/form/TextArea/TextArea.stories.playwright.json +0 -59
  3290. package/form/TextArea/index.mdx +0 -76
  3291. package/form/TextInput/TextInput.stories.playwright.json +0 -43
  3292. package/form/TextInput/index.mdx +0 -92
  3293. package/govgr/Footer/index.mdx +0 -101
  3294. package/govgr/GovGRLogo/govgr-logo.svg +0 -1
  3295. package/introduction.md +0 -11
  3296. package/layouts/Basic/Bottom/index.mdx +0 -41
  3297. package/layouts/Basic/Main/index.mdx +0 -58
  3298. package/layouts/Basic/Masthead/index.mdx +0 -65
  3299. package/layouts/Basic/Top/index.mdx +0 -68
  3300. package/layouts/Basic/__snapshots__/index.spec.tsx.snap +0 -109
  3301. package/layouts/Basic/index.mdx +0 -40
  3302. package/layouts/Basic/index.spec/index.js +0 -8
  3303. package/layouts/Basic/index.spec/package.json +0 -6
  3304. package/navigation/BackLink/BackLink.stories.playwright.json +0 -21
  3305. package/navigation/BackLink/index.mdx +0 -24
  3306. package/navigation/Breadcrumbs/Breadcrumbs.stories.playwright.json +0 -33
  3307. package/navigation/Breadcrumbs/index.mdx +0 -31
  3308. package/navigation/Drawer/index.mdx +0 -20
  3309. package/navigation/Dropdown/Dropdown.stories.playwright.json +0 -69
  3310. package/navigation/Dropdown/index.mdx +0 -42
  3311. package/navigation/Link/Link.stories.playwright.json +0 -65
  3312. package/navigation/Link/__snapshots__/index.spec.tsx.snap +0 -38
  3313. package/navigation/Link/index.mdx +0 -60
  3314. package/navigation/Link/index.spec/index.js +0 -16
  3315. package/navigation/Link/index.spec/package.json +0 -6
  3316. package/navigation/NavList/NavList.stories.playwright.json +0 -53
  3317. package/navigation/NavList/__snapshots__/index.spec.tsx.snap +0 -7
  3318. package/navigation/NavList/__stories__/NavLinksOneLevel.json +0 -17
  3319. package/navigation/NavList/__stories__/NavLinksWithSubmenu.json +0 -36
  3320. package/navigation/NavList/index.mdx +0 -44
  3321. package/navigation/NavList/index.spec/index.js +0 -6
  3322. package/navigation/NavList/index.spec/package.json +0 -6
  3323. package/navigation/Pagination/Pagination.stories.playwright.json +0 -27
  3324. package/navigation/Pagination/index.mdx +0 -44
  3325. package/navigation/Tabs/Tabs.stories.playwright.json +0 -27
  3326. package/navigation/Tabs/index.mdx +0 -27
  3327. package/src/app/Footer/Footer.stories.playwright.json +0 -27
  3328. package/src/app/Header/Header.stories.playwright.json +0 -49
  3329. package/src/app/Masthead/Masthead.stories.playwright.json +0 -21
  3330. package/src/app/Modal/Modal.stories.playwright.json +0 -53
  3331. package/src/content/Accordion/Accordion.stories.playwright.json +0 -21
  3332. package/src/content/Card/Card.stories.playwright.json +0 -21
  3333. package/src/content/Details/Details.stories.playwright.json +0 -27
  3334. package/src/content/List/List.stories.playwright.json +0 -27
  3335. package/src/content/StepNav/StepNav.stories.playwright.json +0 -33
  3336. package/src/content/SummaryList/SummaryList.stories.playwright.json +0 -27
  3337. package/src/content/Table/Table.stories.playwright.json +0 -37
  3338. package/src/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +0 -53
  3339. package/src/feedback/ErrorSummary/ErrorSummary.stories.playwright.json +0 -27
  3340. package/src/feedback/NotificationBanner/NotificationBanner.stories.playwright.json +0 -49
  3341. package/src/feedback/PhaseBanner/PhaseBanner.stories.playwright.json +0 -21
  3342. package/src/form/AutoComplete/__stories__/WithInLine.tsx +0 -21
  3343. package/src/form/Button/Button.stories.playwright.json +0 -115
  3344. package/src/form/Checkbox/Checkbox.stories.playwright.json +0 -55
  3345. package/src/form/DateInputContainer/DateInputContainer.stories.playwright.json +0 -61
  3346. package/src/form/RadioContainer/RadioContainer.stories.playwright.json +0 -49
  3347. package/src/form/SelectContainer/SelectContainer.stories.playwright.json +0 -21
  3348. package/src/form/TextArea/TextArea.stories.playwright.json +0 -59
  3349. package/src/form/TextInput/TextInput.stories.playwright.json +0 -43
  3350. package/src/layouts/Basic/Masthead/index.mdx +0 -65
  3351. package/src/navigation/BackLink/BackLink.stories.playwright.json +0 -21
  3352. package/src/navigation/Breadcrumbs/Breadcrumbs.stories.playwright.json +0 -33
  3353. package/src/navigation/Dropdown/Dropdown.stories.playwright.json +0 -69
  3354. package/src/navigation/Link/Link.stories.playwright.json +0 -65
  3355. package/src/navigation/NavList/NavList.stories.playwright.json +0 -53
  3356. package/src/navigation/NavList/__stories__/NavLinksOneLevel.json +0 -17
  3357. package/src/navigation/NavList/__stories__/NavLinksWithSubmenu.json +0 -36
  3358. package/src/navigation/Pagination/Pagination.stories.playwright.json +0 -27
  3359. package/src/navigation/Tabs/Tabs.stories.playwright.json +0 -27
  3360. package/typography/Heading/index.mdx +0 -20
  3361. package/typography/HeadingCaption/index.mdx +0 -22
  3362. package/typography/Hint/index.mdx +0 -28
  3363. package/typography/NormalText/index.mdx +0 -46
  3364. package/typography/Paragraph/index.mdx +0 -53
  3365. package/utils/VisuallyHidden/index.mdx +0 -19
package/cjs/lazy/index.js CHANGED
@@ -1,2767 +1,1676 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+ var lazy_exports = {};
29
+ __export(lazy_exports, {
30
+ default: () => lazy_default
6
31
  });
7
- exports["default"] = void 0;
8
- var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
9
- var _react = require("react");
10
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
11
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != (0, _typeof2["default"])(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
12
- var _default = exports["default"] = {
13
- 'APIError': /*#__PURE__*/(0, _react.lazy)(function () {
14
- return Promise.resolve().then(function () {
15
- return _interopRequireWildcard(require('@digigov/ui/api/APIErrors'));
16
- }).then(function (module) {
17
- return {
18
- "default": module['APIError']
19
- };
20
- });
21
- }),
22
- 'APIErrors': /*#__PURE__*/(0, _react.lazy)(function () {
23
- return Promise.resolve().then(function () {
24
- return _interopRequireWildcard(require('@digigov/ui/api/APIErrors'));
25
- }).then(function (module) {
26
- return {
27
- "default": module['APIErrors']
28
- };
29
- });
30
- }),
31
- 'APIContext': /*#__PURE__*/(0, _react.lazy)(function () {
32
- return Promise.resolve().then(function () {
33
- return _interopRequireWildcard(require('@digigov/ui/api/APIProvider'));
34
- }).then(function (module) {
35
- return {
36
- "default": module['APIContext']
37
- };
38
- });
39
- }),
40
- 'APIProvider': /*#__PURE__*/(0, _react.lazy)(function () {
41
- return Promise.resolve().then(function () {
42
- return _interopRequireWildcard(require('@digigov/ui/api/APIProvider'));
43
- }).then(function (module) {
44
- return {
45
- "default": module['APIProvider']
46
- };
47
- });
48
- }),
49
- 'StaticApp': /*#__PURE__*/(0, _react.lazy)(function () {
50
- return Promise.resolve().then(function () {
51
- return _interopRequireWildcard(require('@digigov/ui/app/App'));
52
- }).then(function (module) {
53
- return {
54
- "default": module['StaticApp']
55
- };
56
- });
57
- }),
58
- 'BannerContainer': /*#__PURE__*/(0, _react.lazy)(function () {
59
- return Promise.resolve().then(function () {
60
- return _interopRequireWildcard(require('@digigov/ui/app/BannerContainer'));
61
- }).then(function (module) {
62
- return {
63
- "default": module['BannerContainer']
64
- };
65
- });
66
- }),
67
- 'BottomInfo': /*#__PURE__*/(0, _react.lazy)(function () {
68
- return Promise.resolve().then(function () {
69
- return _interopRequireWildcard(require('@digigov/ui/app/BottomInfo'));
70
- }).then(function (module) {
71
- return {
72
- "default": module['BottomInfo']
73
- };
74
- });
75
- }),
76
- 'BottomInfoContent': /*#__PURE__*/(0, _react.lazy)(function () {
77
- return Promise.resolve().then(function () {
78
- return _interopRequireWildcard(require('@digigov/ui/app/BottomInfo'));
79
- }).then(function (module) {
80
- return {
81
- "default": module['BottomInfoContent']
82
- };
83
- });
84
- }),
85
- 'BottomInfoContainer': /*#__PURE__*/(0, _react.lazy)(function () {
86
- return Promise.resolve().then(function () {
87
- return _interopRequireWildcard(require('@digigov/ui/app/BottomInfo'));
88
- }).then(function (module) {
89
- return {
90
- "default": module['BottomInfoContainer']
91
- };
92
- });
93
- }),
94
- 'CloseButton': /*#__PURE__*/(0, _react.lazy)(function () {
95
- return Promise.resolve().then(function () {
96
- return _interopRequireWildcard(require('@digigov/ui/app/CloseButton'));
97
- }).then(function (module) {
98
- return {
99
- "default": module['CloseButton']
100
- };
101
- });
102
- }),
103
- 'FilterContainer': /*#__PURE__*/(0, _react.lazy)(function () {
104
- return Promise.resolve().then(function () {
105
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
106
- }).then(function (module) {
107
- return {
108
- "default": module['FilterContainer']
109
- };
110
- });
111
- }),
112
- 'FilterHeadingContainer': /*#__PURE__*/(0, _react.lazy)(function () {
113
- return Promise.resolve().then(function () {
114
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
115
- }).then(function (module) {
116
- return {
117
- "default": module['FilterHeadingContainer']
118
- };
119
- });
120
- }),
121
- 'FilterContent': /*#__PURE__*/(0, _react.lazy)(function () {
122
- return Promise.resolve().then(function () {
123
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
124
- }).then(function (module) {
125
- return {
126
- "default": module['FilterContent']
127
- };
128
- });
129
- }),
130
- 'FilterOptionsSection': /*#__PURE__*/(0, _react.lazy)(function () {
131
- return Promise.resolve().then(function () {
132
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
133
- }).then(function (module) {
134
- return {
135
- "default": module['FilterOptionsSection']
136
- };
137
- });
138
- }),
139
- 'FilterSelectedHeading': /*#__PURE__*/(0, _react.lazy)(function () {
140
- return Promise.resolve().then(function () {
141
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
142
- }).then(function (module) {
143
- return {
144
- "default": module['FilterSelectedHeading']
145
- };
146
- });
147
- }),
148
- 'FilterSelectedSection': /*#__PURE__*/(0, _react.lazy)(function () {
149
- return Promise.resolve().then(function () {
150
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
151
- }).then(function (module) {
152
- return {
153
- "default": module['FilterSelectedSection']
154
- };
155
- });
156
- }),
157
- 'ResultsHeading': /*#__PURE__*/(0, _react.lazy)(function () {
158
- return Promise.resolve().then(function () {
159
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
160
- }).then(function (module) {
161
- return {
162
- "default": module['ResultsHeading']
163
- };
164
- });
165
- }),
166
- 'ResultsActionBar': /*#__PURE__*/(0, _react.lazy)(function () {
167
- return Promise.resolve().then(function () {
168
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
169
- }).then(function (module) {
170
- return {
171
- "default": module['ResultsActionBar']
172
- };
173
- });
174
- }),
175
- 'ResultsHeadingActions': /*#__PURE__*/(0, _react.lazy)(function () {
176
- return Promise.resolve().then(function () {
177
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
178
- }).then(function (module) {
179
- return {
180
- "default": module['ResultsHeadingActions']
181
- };
182
- });
183
- }),
184
- 'Footer': /*#__PURE__*/(0, _react.lazy)(function () {
185
- return Promise.resolve().then(function () {
186
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
187
- }).then(function (module) {
188
- return {
189
- "default": module['Footer']
190
- };
191
- });
192
- }),
193
- 'FooterContainer': /*#__PURE__*/(0, _react.lazy)(function () {
194
- return Promise.resolve().then(function () {
195
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
196
- }).then(function (module) {
197
- return {
198
- "default": module['FooterContainer']
199
- };
200
- });
201
- }),
202
- 'FooterContent': /*#__PURE__*/(0, _react.lazy)(function () {
203
- return Promise.resolve().then(function () {
204
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
205
- }).then(function (module) {
206
- return {
207
- "default": module['FooterContent']
208
- };
209
- });
210
- }),
211
- 'FooterContentLogos': /*#__PURE__*/(0, _react.lazy)(function () {
212
- return Promise.resolve().then(function () {
213
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
214
- }).then(function (module) {
215
- return {
216
- "default": module['FooterContentLogos']
217
- };
218
- });
219
- }),
220
- 'FooterHeading': /*#__PURE__*/(0, _react.lazy)(function () {
221
- return Promise.resolve().then(function () {
222
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
223
- }).then(function (module) {
224
- return {
225
- "default": module['FooterHeading']
226
- };
227
- });
228
- }),
229
- 'FooterImage': /*#__PURE__*/(0, _react.lazy)(function () {
230
- return Promise.resolve().then(function () {
231
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
232
- }).then(function (module) {
233
- return {
234
- "default": module['FooterImage']
235
- };
236
- });
237
- }),
238
- 'FooterLink': /*#__PURE__*/(0, _react.lazy)(function () {
239
- return Promise.resolve().then(function () {
240
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
241
- }).then(function (module) {
242
- return {
243
- "default": module['FooterLink']
244
- };
245
- });
246
- }),
247
- 'FooterList': /*#__PURE__*/(0, _react.lazy)(function () {
248
- return Promise.resolve().then(function () {
249
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
250
- }).then(function (module) {
251
- return {
252
- "default": module['FooterList']
253
- };
254
- });
255
- }),
256
- 'FooterListItem': /*#__PURE__*/(0, _react.lazy)(function () {
257
- return Promise.resolve().then(function () {
258
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
259
- }).then(function (module) {
260
- return {
261
- "default": module['FooterListItem']
262
- };
263
- });
264
- }),
265
- 'FooterInfo': /*#__PURE__*/(0, _react.lazy)(function () {
266
- return Promise.resolve().then(function () {
267
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
268
- }).then(function (module) {
269
- return {
270
- "default": module['FooterInfo']
271
- };
272
- });
273
- }),
274
- 'FooterInfoSection': /*#__PURE__*/(0, _react.lazy)(function () {
275
- return Promise.resolve().then(function () {
276
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
277
- }).then(function (module) {
278
- return {
279
- "default": module['FooterInfoSection']
280
- };
281
- });
282
- }),
283
- 'FooterNavigation': /*#__PURE__*/(0, _react.lazy)(function () {
284
- return Promise.resolve().then(function () {
285
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
286
- }).then(function (module) {
287
- return {
288
- "default": module['FooterNavigation']
289
- };
290
- });
291
- }),
292
- 'FooterNavigationSection': /*#__PURE__*/(0, _react.lazy)(function () {
293
- return Promise.resolve().then(function () {
294
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
295
- }).then(function (module) {
296
- return {
297
- "default": module['FooterNavigationSection']
298
- };
299
- });
300
- }),
301
- 'HeaderContent': /*#__PURE__*/(0, _react.lazy)(function () {
302
- return Promise.resolve().then(function () {
303
- return _interopRequireWildcard(require('@digigov/ui/app/Header/HeaderContent'));
304
- }).then(function (module) {
305
- return {
306
- "default": module['HeaderContent']
307
- };
308
- });
309
- }),
310
- 'HeaderLogo': /*#__PURE__*/(0, _react.lazy)(function () {
311
- return Promise.resolve().then(function () {
312
- return _interopRequireWildcard(require('@digigov/ui/app/Header/HeaderLogo'));
313
- }).then(function (module) {
314
- return {
315
- "default": module['HeaderLogo']
316
- };
317
- });
318
- }),
319
- 'HeaderNavMenuContent': /*#__PURE__*/(0, _react.lazy)(function () {
320
- return Promise.resolve().then(function () {
321
- return _interopRequireWildcard(require('@digigov/ui/app/Header/HeaderNavMenuContent'));
322
- }).then(function (module) {
323
- return {
324
- "default": module['HeaderNavMenuContent']
325
- };
326
- });
327
- }),
328
- 'HeaderSecondaryLogo': /*#__PURE__*/(0, _react.lazy)(function () {
329
- return Promise.resolve().then(function () {
330
- return _interopRequireWildcard(require('@digigov/ui/app/Header/HeaderSecondaryLogo'));
331
- }).then(function (module) {
332
- return {
333
- "default": module['HeaderSecondaryLogo']
334
- };
335
- });
336
- }),
337
- 'HeaderSection': /*#__PURE__*/(0, _react.lazy)(function () {
338
- return Promise.resolve().then(function () {
339
- return _interopRequireWildcard(require('@digigov/ui/app/Header/HeaderSection'));
340
- }).then(function (module) {
341
- return {
342
- "default": module['HeaderSection']
343
- };
344
- });
345
- }),
346
- 'HeaderTitle': /*#__PURE__*/(0, _react.lazy)(function () {
347
- return Promise.resolve().then(function () {
348
- return _interopRequireWildcard(require('@digigov/ui/app/Header/HeaderTitle'));
349
- }).then(function (module) {
350
- return {
351
- "default": module['HeaderTitle']
352
- };
353
- });
354
- }),
355
- 'Header': /*#__PURE__*/(0, _react.lazy)(function () {
356
- return Promise.resolve().then(function () {
357
- return _interopRequireWildcard(require('@digigov/ui/app/Header'));
358
- }).then(function (module) {
359
- return {
360
- "default": module['Header']
361
- };
362
- });
363
- }),
364
- 'Panel': /*#__PURE__*/(0, _react.lazy)(function () {
365
- return Promise.resolve().then(function () {
366
- return _interopRequireWildcard(require('@digigov/ui/app/Panel'));
367
- }).then(function (module) {
368
- return {
369
- "default": module['Panel']
370
- };
371
- });
372
- }),
373
- 'PanelBody': /*#__PURE__*/(0, _react.lazy)(function () {
374
- return Promise.resolve().then(function () {
375
- return _interopRequireWildcard(require('@digigov/ui/app/Panel'));
376
- }).then(function (module) {
377
- return {
378
- "default": module['PanelBody']
379
- };
380
- });
381
- }),
382
- 'PanelTitle': /*#__PURE__*/(0, _react.lazy)(function () {
383
- return Promise.resolve().then(function () {
384
- return _interopRequireWildcard(require('@digigov/ui/app/Panel'));
385
- }).then(function (module) {
386
- return {
387
- "default": module['PanelTitle']
388
- };
389
- });
390
- }),
391
- 'LoaderContainer': /*#__PURE__*/(0, _react.lazy)(function () {
392
- return Promise.resolve().then(function () {
393
- return _interopRequireWildcard(require('@digigov/ui/app/Loader'));
394
- }).then(function (module) {
395
- return {
396
- "default": module['LoaderContainer']
397
- };
398
- });
399
- }),
400
- 'CircularProgress': /*#__PURE__*/(0, _react.lazy)(function () {
401
- return Promise.resolve().then(function () {
402
- return _interopRequireWildcard(require('@digigov/ui/app/Loader'));
403
- }).then(function (module) {
404
- return {
405
- "default": module['CircularProgress']
406
- };
407
- });
408
- }),
409
- 'FullPageBackground': /*#__PURE__*/(0, _react.lazy)(function () {
410
- return Promise.resolve().then(function () {
411
- return _interopRequireWildcard(require('@digigov/ui/app/Loader'));
412
- }).then(function (module) {
413
- return {
414
- "default": module['FullPageBackground']
415
- };
416
- });
417
- }),
418
- 'Masthead': /*#__PURE__*/(0, _react.lazy)(function () {
419
- return Promise.resolve().then(function () {
420
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic/Masthead'));
421
- }).then(function (module) {
422
- return {
423
- "default": module['Masthead']
424
- };
425
- });
426
- }),
427
- 'MastheadBody': /*#__PURE__*/(0, _react.lazy)(function () {
428
- return Promise.resolve().then(function () {
429
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic/Masthead'));
430
- }).then(function (module) {
431
- return {
432
- "default": module['MastheadBody']
433
- };
434
- });
435
- }),
436
- 'MastheadLogo': /*#__PURE__*/(0, _react.lazy)(function () {
437
- return Promise.resolve().then(function () {
438
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic/Masthead'));
439
- }).then(function (module) {
440
- return {
441
- "default": module['MastheadLogo']
442
- };
443
- });
444
- }),
445
- 'Modal': /*#__PURE__*/(0, _react.lazy)(function () {
446
- return Promise.resolve().then(function () {
447
- return _interopRequireWildcard(require('@digigov/ui/app/Modal'));
448
- }).then(function (module) {
449
- return {
450
- "default": module['Modal']
451
- };
452
- });
453
- }),
454
- 'ModalBase': /*#__PURE__*/(0, _react.lazy)(function () {
455
- return Promise.resolve().then(function () {
456
- return _interopRequireWildcard(require('@digigov/ui/app/Modal'));
457
- }).then(function (module) {
458
- return {
459
- "default": module['ModalBase']
460
- };
461
- });
462
- }),
463
- 'ModalContainer': /*#__PURE__*/(0, _react.lazy)(function () {
464
- return Promise.resolve().then(function () {
465
- return _interopRequireWildcard(require('@digigov/ui/app/Modal'));
466
- }).then(function (module) {
467
- return {
468
- "default": module['ModalContainer']
469
- };
470
- });
471
- }),
472
- 'ModalHeading': /*#__PURE__*/(0, _react.lazy)(function () {
473
- return Promise.resolve().then(function () {
474
- return _interopRequireWildcard(require('@digigov/ui/app/Modal'));
475
- }).then(function (module) {
476
- return {
477
- "default": module['ModalHeading']
478
- };
479
- });
480
- }),
481
- 'ModalContent': /*#__PURE__*/(0, _react.lazy)(function () {
482
- return Promise.resolve().then(function () {
483
- return _interopRequireWildcard(require('@digigov/ui/app/Modal'));
484
- }).then(function (module) {
485
- return {
486
- "default": module['ModalContent']
487
- };
488
- });
489
- }),
490
- 'ModalAction': /*#__PURE__*/(0, _react.lazy)(function () {
491
- return Promise.resolve().then(function () {
492
- return _interopRequireWildcard(require('@digigov/ui/app/Modal'));
493
- }).then(function (module) {
494
- return {
495
- "default": module['ModalAction']
496
- };
497
- });
498
- }),
499
- 'ModalAuto': /*#__PURE__*/(0, _react.lazy)(function () {
500
- return Promise.resolve().then(function () {
501
- return _interopRequireWildcard(require('@digigov/ui/app/Modal/auto'));
502
- }).then(function (module) {
503
- return {
504
- "default": module['ModalAuto']
505
- };
506
- });
507
- }),
508
- 'ModalButtonAuto': /*#__PURE__*/(0, _react.lazy)(function () {
509
- return Promise.resolve().then(function () {
510
- return _interopRequireWildcard(require('@digigov/ui/app/Modal/auto'));
511
- }).then(function (module) {
512
- return {
513
- "default": module['ModalButtonAuto']
514
- };
515
- });
516
- }),
517
- 'ModalContext': /*#__PURE__*/(0, _react.lazy)(function () {
518
- return Promise.resolve().then(function () {
519
- return _interopRequireWildcard(require('@digigov/ui/app/Modal/auto'));
520
- }).then(function (module) {
521
- return {
522
- "default": module['ModalContext']
523
- };
524
- });
525
- }),
526
- 'ModalProvider': /*#__PURE__*/(0, _react.lazy)(function () {
527
- return Promise.resolve().then(function () {
528
- return _interopRequireWildcard(require('@digigov/ui/app/Modal/auto'));
529
- }).then(function (module) {
530
- return {
531
- "default": module['ModalProvider']
532
- };
533
- });
534
- }),
535
- 'NotFound': /*#__PURE__*/(0, _react.lazy)(function () {
536
- return Promise.resolve().then(function () {
537
- return _interopRequireWildcard(require('@digigov/ui/app/NotFound'));
538
- }).then(function (module) {
539
- return {
540
- "default": module['NotFound']
541
- };
542
- });
543
- }),
544
- 'PageTitleContainer': /*#__PURE__*/(0, _react.lazy)(function () {
545
- return Promise.resolve().then(function () {
546
- return _interopRequireWildcard(require('@digigov/ui/app/PageTitleContainer'));
547
- }).then(function (module) {
548
- return {
549
- "default": module['PageTitleContainer']
550
- };
551
- });
552
- }),
553
- 'PageTitleCaption': /*#__PURE__*/(0, _react.lazy)(function () {
554
- return Promise.resolve().then(function () {
555
- return _interopRequireWildcard(require('@digigov/ui/app/PageTitleContainer'));
556
- }).then(function (module) {
557
- return {
558
- "default": module['PageTitleCaption']
559
- };
560
- });
561
- }),
562
- 'PageTitleHeading': /*#__PURE__*/(0, _react.lazy)(function () {
563
- return Promise.resolve().then(function () {
564
- return _interopRequireWildcard(require('@digigov/ui/app/PageTitleContainer'));
565
- }).then(function (module) {
566
- return {
567
- "default": module['PageTitleHeading']
568
- };
569
- });
570
- }),
571
- 'PhaseBannerHeader': /*#__PURE__*/(0, _react.lazy)(function () {
572
- return Promise.resolve().then(function () {
573
- return _interopRequireWildcard(require('@digigov/ui/app/PhaseBannerHeader'));
574
- }).then(function (module) {
575
- return {
576
- "default": module['PhaseBannerHeader']
577
- };
578
- });
579
- }),
580
- 'QrCodeScanner': /*#__PURE__*/(0, _react.lazy)(function () {
581
- return Promise.resolve().then(function () {
582
- return _interopRequireWildcard(require('@digigov/ui/app/QrCodeScanner'));
583
- }).then(function (module) {
584
- return {
585
- "default": module['QrCodeScanner']
586
- };
587
- });
588
- }),
589
- 'QrCodeViewer': /*#__PURE__*/(0, _react.lazy)(function () {
590
- return Promise.resolve().then(function () {
591
- return _interopRequireWildcard(require('@digigov/ui/app/QrCodeViewer'));
592
- }).then(function (module) {
593
- return {
594
- "default": module['QrCodeViewer']
595
- };
596
- });
597
- }),
598
- 'ThemeOptions': /*#__PURE__*/(0, _react.lazy)(function () {
599
- return Promise.resolve().then(function () {
600
- return _interopRequireWildcard(require('@digigov/ui/app/ThemeOptions'));
601
- }).then(function (module) {
602
- return {
603
- "default": module['ThemeOptions']
604
- };
605
- });
606
- }),
607
- 'MARGIN_SIZE': /*#__PURE__*/(0, _react.lazy)(function () {
608
- return Promise.resolve().then(function () {
609
- return _interopRequireWildcard(require('@digigov/ui/app/QrCodeViewer/utils'));
610
- }).then(function (module) {
611
- return {
612
- "default": module['MARGIN_SIZE']
613
- };
614
- });
615
- }),
616
- 'AccordionAuto': /*#__PURE__*/(0, _react.lazy)(function () {
617
- return Promise.resolve().then(function () {
618
- return _interopRequireWildcard(require('@digigov/ui/content/Accordion/auto'));
619
- }).then(function (module) {
620
- return {
621
- "default": module['AccordionAuto']
622
- };
623
- });
624
- }),
625
- 'AccordionCloseAllButtonAuto': /*#__PURE__*/(0, _react.lazy)(function () {
626
- return Promise.resolve().then(function () {
627
- return _interopRequireWildcard(require('@digigov/ui/content/Accordion/auto'));
628
- }).then(function (module) {
629
- return {
630
- "default": module['AccordionCloseAllButtonAuto']
631
- };
632
- });
633
- }),
634
- 'AccordionOpenAllButtonAuto': /*#__PURE__*/(0, _react.lazy)(function () {
635
- return Promise.resolve().then(function () {
636
- return _interopRequireWildcard(require('@digigov/ui/content/Accordion/auto'));
637
- }).then(function (module) {
638
- return {
639
- "default": module['AccordionOpenAllButtonAuto']
640
- };
641
- });
642
- }),
643
- 'AccordionSectionAuto': /*#__PURE__*/(0, _react.lazy)(function () {
644
- return Promise.resolve().then(function () {
645
- return _interopRequireWildcard(require('@digigov/ui/content/Accordion/auto'));
646
- }).then(function (module) {
647
- return {
648
- "default": module['AccordionSectionAuto']
649
- };
650
- });
651
- }),
652
- 'Accordion': /*#__PURE__*/(0, _react.lazy)(function () {
653
- return Promise.resolve().then(function () {
654
- return _interopRequireWildcard(require('@digigov/ui/content/Accordion'));
655
- }).then(function (module) {
656
- return {
657
- "default": module['Accordion']
658
- };
659
- });
660
- }),
661
- 'AccordionControls': /*#__PURE__*/(0, _react.lazy)(function () {
662
- return Promise.resolve().then(function () {
663
- return _interopRequireWildcard(require('@digigov/ui/content/Accordion'));
664
- }).then(function (module) {
665
- return {
666
- "default": module['AccordionControls']
667
- };
668
- });
669
- }),
670
- 'AccordionSection': /*#__PURE__*/(0, _react.lazy)(function () {
671
- return Promise.resolve().then(function () {
672
- return _interopRequireWildcard(require('@digigov/ui/content/Accordion'));
673
- }).then(function (module) {
674
- return {
675
- "default": module['AccordionSection']
676
- };
677
- });
678
- }),
679
- 'AccordionSectionContent': /*#__PURE__*/(0, _react.lazy)(function () {
680
- return Promise.resolve().then(function () {
681
- return _interopRequireWildcard(require('@digigov/ui/content/Accordion'));
682
- }).then(function (module) {
683
- return {
684
- "default": module['AccordionSectionContent']
685
- };
686
- });
687
- }),
688
- 'AccordionSectionSummary': /*#__PURE__*/(0, _react.lazy)(function () {
689
- return Promise.resolve().then(function () {
690
- return _interopRequireWildcard(require('@digigov/ui/content/Accordion'));
691
- }).then(function (module) {
692
- return {
693
- "default": module['AccordionSectionSummary']
694
- };
695
- });
696
- }),
697
- 'AccordionSectionSummaryHeading': /*#__PURE__*/(0, _react.lazy)(function () {
698
- return Promise.resolve().then(function () {
699
- return _interopRequireWildcard(require('@digigov/ui/content/Accordion'));
700
- }).then(function (module) {
701
- return {
702
- "default": module['AccordionSectionSummaryHeading']
703
- };
704
- });
705
- }),
706
- 'Blockquote': /*#__PURE__*/(0, _react.lazy)(function () {
707
- return Promise.resolve().then(function () {
708
- return _interopRequireWildcard(require('@digigov/ui/content/Blockquote'));
709
- }).then(function (module) {
710
- return {
711
- "default": module['Blockquote']
712
- };
713
- });
714
- }),
715
- 'Card': /*#__PURE__*/(0, _react.lazy)(function () {
716
- return Promise.resolve().then(function () {
717
- return _interopRequireWildcard(require('@digigov/ui/content/Card'));
718
- }).then(function (module) {
719
- return {
720
- "default": module['Card']
721
- };
722
- });
723
- }),
724
- 'CardAction': /*#__PURE__*/(0, _react.lazy)(function () {
725
- return Promise.resolve().then(function () {
726
- return _interopRequireWildcard(require('@digigov/ui/content/Card'));
727
- }).then(function (module) {
728
- return {
729
- "default": module['CardAction']
730
- };
731
- });
732
- }),
733
- 'CardHeading': /*#__PURE__*/(0, _react.lazy)(function () {
734
- return Promise.resolve().then(function () {
735
- return _interopRequireWildcard(require('@digigov/ui/content/Card'));
736
- }).then(function (module) {
737
- return {
738
- "default": module['CardHeading']
739
- };
740
- });
741
- }),
742
- 'CardContent': /*#__PURE__*/(0, _react.lazy)(function () {
743
- return Promise.resolve().then(function () {
744
- return _interopRequireWildcard(require('@digigov/ui/content/Card'));
745
- }).then(function (module) {
746
- return {
747
- "default": module['CardContent']
748
- };
749
- });
750
- }),
751
- 'Chip': /*#__PURE__*/(0, _react.lazy)(function () {
752
- return Promise.resolve().then(function () {
753
- return _interopRequireWildcard(require('@digigov/ui/content/Chip'));
754
- }).then(function (module) {
755
- return {
756
- "default": module['Chip']
757
- };
758
- });
759
- }),
760
- 'ChipHeading': /*#__PURE__*/(0, _react.lazy)(function () {
761
- return Promise.resolve().then(function () {
762
- return _interopRequireWildcard(require('@digigov/ui/content/Chip'));
763
- }).then(function (module) {
764
- return {
765
- "default": module['ChipHeading']
766
- };
767
- });
768
- }),
769
- 'ChipContainer': /*#__PURE__*/(0, _react.lazy)(function () {
770
- return Promise.resolve().then(function () {
771
- return _interopRequireWildcard(require('@digigov/ui/content/Chip'));
772
- }).then(function (module) {
773
- return {
774
- "default": module['ChipContainer']
775
- };
776
- });
777
- }),
778
- 'ChipKeyValue': /*#__PURE__*/(0, _react.lazy)(function () {
779
- return Promise.resolve().then(function () {
780
- return _interopRequireWildcard(require('@digigov/ui/content/Chip'));
781
- }).then(function (module) {
782
- return {
783
- "default": module['ChipKeyValue']
784
- };
785
- });
786
- }),
787
- 'Details': /*#__PURE__*/(0, _react.lazy)(function () {
788
- return Promise.resolve().then(function () {
789
- return _interopRequireWildcard(require('@digigov/ui/content/Details'));
790
- }).then(function (module) {
791
- return {
792
- "default": module['Details']
793
- };
794
- });
795
- }),
796
- 'DetailsContent': /*#__PURE__*/(0, _react.lazy)(function () {
797
- return Promise.resolve().then(function () {
798
- return _interopRequireWildcard(require('@digigov/ui/content/Details'));
799
- }).then(function (module) {
800
- return {
801
- "default": module['DetailsContent']
802
- };
803
- });
804
- }),
805
- 'DetailsSummary': /*#__PURE__*/(0, _react.lazy)(function () {
806
- return Promise.resolve().then(function () {
807
- return _interopRequireWildcard(require('@digigov/ui/content/Details'));
808
- }).then(function (module) {
809
- return {
810
- "default": module['DetailsSummary']
811
- };
812
- });
813
- }),
814
- 'FillableText': /*#__PURE__*/(0, _react.lazy)(function () {
815
- return Promise.resolve().then(function () {
816
- return _interopRequireWildcard(require('@digigov/ui/content/FillableText'));
817
- }).then(function (module) {
818
- return {
819
- "default": module['FillableText']
820
- };
821
- });
822
- }),
823
- 'LabeledText': /*#__PURE__*/(0, _react.lazy)(function () {
824
- return Promise.resolve().then(function () {
825
- return _interopRequireWildcard(require('@digigov/ui/content/FillableText'));
826
- }).then(function (module) {
827
- return {
828
- "default": module['LabeledText']
829
- };
830
- });
831
- }),
832
- 'List': /*#__PURE__*/(0, _react.lazy)(function () {
833
- return Promise.resolve().then(function () {
834
- return _interopRequireWildcard(require('@digigov/ui/content/List/List'));
835
- }).then(function (module) {
836
- return {
837
- "default": module['List']
838
- };
839
- });
840
- }),
841
- 'ListItem': /*#__PURE__*/(0, _react.lazy)(function () {
842
- return Promise.resolve().then(function () {
843
- return _interopRequireWildcard(require('@digigov/ui/content/List/ListItem'));
844
- }).then(function (module) {
845
- return {
846
- "default": module['ListItem']
847
- };
848
- });
849
- }),
850
- 'StepNav': /*#__PURE__*/(0, _react.lazy)(function () {
851
- return Promise.resolve().then(function () {
852
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav'));
853
- }).then(function (module) {
854
- return {
855
- "default": module['StepNav']
856
- };
857
- });
858
- }),
859
- 'StepNavAccordionContent': /*#__PURE__*/(0, _react.lazy)(function () {
860
- return Promise.resolve().then(function () {
861
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav'));
862
- }).then(function (module) {
863
- return {
864
- "default": module['StepNavAccordionContent']
865
- };
866
- });
867
- }),
868
- 'StepNavAccordionHeadingText': /*#__PURE__*/(0, _react.lazy)(function () {
869
- return Promise.resolve().then(function () {
870
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav'));
871
- }).then(function (module) {
872
- return {
873
- "default": module['StepNavAccordionHeadingText']
874
- };
875
- });
876
- }),
877
- 'StepNavAccordionHeadingTitle': /*#__PURE__*/(0, _react.lazy)(function () {
878
- return Promise.resolve().then(function () {
879
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav'));
880
- }).then(function (module) {
881
- return {
882
- "default": module['StepNavAccordionHeadingTitle']
883
- };
884
- });
885
- }),
886
- 'StepNavAccordionSummary': /*#__PURE__*/(0, _react.lazy)(function () {
887
- return Promise.resolve().then(function () {
888
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav'));
889
- }).then(function (module) {
890
- return {
891
- "default": module['StepNavAccordionSummary']
892
- };
893
- });
894
- }),
895
- 'StepNavAccordionSummaryHeading': /*#__PURE__*/(0, _react.lazy)(function () {
896
- return Promise.resolve().then(function () {
897
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav'));
898
- }).then(function (module) {
899
- return {
900
- "default": module['StepNavAccordionSummaryHeading']
901
- };
902
- });
903
- }),
904
- 'StepNavCircleNumber': /*#__PURE__*/(0, _react.lazy)(function () {
905
- return Promise.resolve().then(function () {
906
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav'));
907
- }).then(function (module) {
908
- return {
909
- "default": module['StepNavCircleNumber']
910
- };
911
- });
912
- }),
913
- 'StepNavControls': /*#__PURE__*/(0, _react.lazy)(function () {
914
- return Promise.resolve().then(function () {
915
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav'));
916
- }).then(function (module) {
917
- return {
918
- "default": module['StepNavControls']
919
- };
920
- });
921
- }),
922
- 'StepNavList': /*#__PURE__*/(0, _react.lazy)(function () {
923
- return Promise.resolve().then(function () {
924
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav'));
925
- }).then(function (module) {
926
- return {
927
- "default": module['StepNavList']
928
- };
929
- });
930
- }),
931
- 'StepNavListItem': /*#__PURE__*/(0, _react.lazy)(function () {
932
- return Promise.resolve().then(function () {
933
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav'));
934
- }).then(function (module) {
935
- return {
936
- "default": module['StepNavListItem']
937
- };
938
- });
939
- }),
940
- 'StepNavAccordionAuto': /*#__PURE__*/(0, _react.lazy)(function () {
941
- return Promise.resolve().then(function () {
942
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav/auto'));
943
- }).then(function (module) {
944
- return {
945
- "default": module['StepNavAccordionAuto']
946
- };
947
- });
948
- }),
949
- 'StepNavAuto': /*#__PURE__*/(0, _react.lazy)(function () {
950
- return Promise.resolve().then(function () {
951
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav/auto'));
952
- }).then(function (module) {
953
- return {
954
- "default": module['StepNavAuto']
955
- };
956
- });
957
- }),
958
- 'StepNavCloseAllButtonAuto': /*#__PURE__*/(0, _react.lazy)(function () {
959
- return Promise.resolve().then(function () {
960
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav/auto'));
961
- }).then(function (module) {
962
- return {
963
- "default": module['StepNavCloseAllButtonAuto']
964
- };
965
- });
966
- }),
967
- 'StepNavOpenAllButtonAuto': /*#__PURE__*/(0, _react.lazy)(function () {
968
- return Promise.resolve().then(function () {
969
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav/auto'));
970
- }).then(function (module) {
971
- return {
972
- "default": module['StepNavOpenAllButtonAuto']
973
- };
974
- });
975
- }),
976
- 'StepNavAccordion': /*#__PURE__*/(0, _react.lazy)(function () {
977
- return Promise.resolve().then(function () {
978
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav'));
979
- }).then(function (module) {
980
- return {
981
- "default": module['StepNavAccordion']
982
- };
983
- });
984
- }),
985
- 'SummaryList': /*#__PURE__*/(0, _react.lazy)(function () {
986
- return Promise.resolve().then(function () {
987
- return _interopRequireWildcard(require('@digigov/ui/content/SummaryList'));
988
- }).then(function (module) {
989
- return {
990
- "default": module['SummaryList']
991
- };
992
- });
993
- }),
994
- 'SummaryListItemAction': /*#__PURE__*/(0, _react.lazy)(function () {
995
- return Promise.resolve().then(function () {
996
- return _interopRequireWildcard(require('@digigov/ui/content/SummaryList'));
997
- }).then(function (module) {
998
- return {
999
- "default": module['SummaryListItemAction']
1000
- };
1001
- });
1002
- }),
1003
- 'SummaryListItem': /*#__PURE__*/(0, _react.lazy)(function () {
1004
- return Promise.resolve().then(function () {
1005
- return _interopRequireWildcard(require('@digigov/ui/content/SummaryList'));
1006
- }).then(function (module) {
1007
- return {
1008
- "default": module['SummaryListItem']
1009
- };
1010
- });
1011
- }),
1012
- 'SummaryListItemKey': /*#__PURE__*/(0, _react.lazy)(function () {
1013
- return Promise.resolve().then(function () {
1014
- return _interopRequireWildcard(require('@digigov/ui/content/SummaryList'));
1015
- }).then(function (module) {
1016
- return {
1017
- "default": module['SummaryListItemKey']
1018
- };
1019
- });
1020
- }),
1021
- 'SummaryListItemValue': /*#__PURE__*/(0, _react.lazy)(function () {
1022
- return Promise.resolve().then(function () {
1023
- return _interopRequireWildcard(require('@digigov/ui/content/SummaryList'));
1024
- }).then(function (module) {
1025
- return {
1026
- "default": module['SummaryListItemValue']
1027
- };
1028
- });
1029
- }),
1030
- 'TableSortLabel': /*#__PURE__*/(0, _react.lazy)(function () {
1031
- return Promise.resolve().then(function () {
1032
- return _interopRequireWildcard(require('@digigov/ui/content/Table'));
1033
- }).then(function (module) {
1034
- return {
1035
- "default": module['TableSortLabel']
1036
- };
1037
- });
1038
- }),
1039
- 'Table': /*#__PURE__*/(0, _react.lazy)(function () {
1040
- return Promise.resolve().then(function () {
1041
- return _interopRequireWildcard(require('@digigov/ui/content/Table'));
1042
- }).then(function (module) {
1043
- return {
1044
- "default": module['Table']
1045
- };
1046
- });
1047
- }),
1048
- 'TableSortIconContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1049
- return Promise.resolve().then(function () {
1050
- return _interopRequireWildcard(require('@digigov/ui/content/Table'));
1051
- }).then(function (module) {
1052
- return {
1053
- "default": module['TableSortIconContainer']
1054
- };
1055
- });
1056
- }),
1057
- 'TableContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1058
- return Promise.resolve().then(function () {
1059
- return _interopRequireWildcard(require('@digigov/ui/content/Table'));
1060
- }).then(function (module) {
1061
- return {
1062
- "default": module['TableContainer']
1063
- };
1064
- });
1065
- }),
1066
- 'TableBody': /*#__PURE__*/(0, _react.lazy)(function () {
1067
- return Promise.resolve().then(function () {
1068
- return _interopRequireWildcard(require('@digigov/ui/content/Table'));
1069
- }).then(function (module) {
1070
- return {
1071
- "default": module['TableBody']
1072
- };
1073
- });
1074
- }),
1075
- 'TableCaption': /*#__PURE__*/(0, _react.lazy)(function () {
1076
- return Promise.resolve().then(function () {
1077
- return _interopRequireWildcard(require('@digigov/ui/content/Table'));
1078
- }).then(function (module) {
1079
- return {
1080
- "default": module['TableCaption']
1081
- };
1082
- });
1083
- }),
1084
- 'TableDataCell': /*#__PURE__*/(0, _react.lazy)(function () {
1085
- return Promise.resolve().then(function () {
1086
- return _interopRequireWildcard(require('@digigov/ui/content/Table'));
1087
- }).then(function (module) {
1088
- return {
1089
- "default": module['TableDataCell']
1090
- };
1091
- });
1092
- }),
1093
- 'TableHead': /*#__PURE__*/(0, _react.lazy)(function () {
1094
- return Promise.resolve().then(function () {
1095
- return _interopRequireWildcard(require('@digigov/ui/content/Table'));
1096
- }).then(function (module) {
1097
- return {
1098
- "default": module['TableHead']
1099
- };
1100
- });
1101
- }),
1102
- 'TableHeadCell': /*#__PURE__*/(0, _react.lazy)(function () {
1103
- return Promise.resolve().then(function () {
1104
- return _interopRequireWildcard(require('@digigov/ui/content/Table'));
1105
- }).then(function (module) {
1106
- return {
1107
- "default": module['TableHeadCell']
1108
- };
1109
- });
1110
- }),
1111
- 'TableRow': /*#__PURE__*/(0, _react.lazy)(function () {
1112
- return Promise.resolve().then(function () {
1113
- return _interopRequireWildcard(require('@digigov/ui/content/Table'));
1114
- }).then(function (module) {
1115
- return {
1116
- "default": module['TableRow']
1117
- };
1118
- });
1119
- }),
1120
- 'TableNoDataRow': /*#__PURE__*/(0, _react.lazy)(function () {
1121
- return Promise.resolve().then(function () {
1122
- return _interopRequireWildcard(require('@digigov/ui/content/Table'));
1123
- }).then(function (module) {
1124
- return {
1125
- "default": module['TableNoDataRow']
1126
- };
1127
- });
1128
- }),
1129
- 'TableLoaderBackground': /*#__PURE__*/(0, _react.lazy)(function () {
1130
- return Promise.resolve().then(function () {
1131
- return _interopRequireWildcard(require('@digigov/ui/content/Table'));
1132
- }).then(function (module) {
1133
- return {
1134
- "default": module['TableLoaderBackground']
1135
- };
1136
- });
1137
- }),
1138
- 'TableFloatingScroll': /*#__PURE__*/(0, _react.lazy)(function () {
1139
- return Promise.resolve().then(function () {
1140
- return _interopRequireWildcard(require('@digigov/ui/content/Table/TableFloatingScroll'));
1141
- }).then(function (module) {
1142
- return {
1143
- "default": module['TableFloatingScroll']
1144
- };
1145
- });
1146
- }),
1147
- 'TaskList': /*#__PURE__*/(0, _react.lazy)(function () {
1148
- return Promise.resolve().then(function () {
1149
- return _interopRequireWildcard(require('@digigov/ui/content/TaskList'));
1150
- }).then(function (module) {
1151
- return {
1152
- "default": module['TaskList']
1153
- };
1154
- });
1155
- }),
1156
- 'TaskListItem': /*#__PURE__*/(0, _react.lazy)(function () {
1157
- return Promise.resolve().then(function () {
1158
- return _interopRequireWildcard(require('@digigov/ui/content/TaskList'));
1159
- }).then(function (module) {
1160
- return {
1161
- "default": module['TaskListItem']
1162
- };
1163
- });
1164
- }),
1165
- 'TaskListItemContent': /*#__PURE__*/(0, _react.lazy)(function () {
1166
- return Promise.resolve().then(function () {
1167
- return _interopRequireWildcard(require('@digigov/ui/content/TaskList'));
1168
- }).then(function (module) {
1169
- return {
1170
- "default": module['TaskListItemContent']
1171
- };
1172
- });
1173
- }),
1174
- 'TaskListItemHeading': /*#__PURE__*/(0, _react.lazy)(function () {
1175
- return Promise.resolve().then(function () {
1176
- return _interopRequireWildcard(require('@digigov/ui/content/TaskList'));
1177
- }).then(function (module) {
1178
- return {
1179
- "default": module['TaskListItemHeading']
1180
- };
1181
- });
1182
- }),
1183
- 'TaskListItemTag': /*#__PURE__*/(0, _react.lazy)(function () {
1184
- return Promise.resolve().then(function () {
1185
- return _interopRequireWildcard(require('@digigov/ui/content/TaskList'));
1186
- }).then(function (module) {
1187
- return {
1188
- "default": module['TaskListItemTag']
1189
- };
1190
- });
1191
- }),
1192
- 'Timeline': /*#__PURE__*/(0, _react.lazy)(function () {
1193
- return Promise.resolve().then(function () {
1194
- return _interopRequireWildcard(require('@digigov/ui/content/Timeline'));
1195
- }).then(function (module) {
1196
- return {
1197
- "default": module['Timeline']
1198
- };
1199
- });
1200
- }),
1201
- 'TimelineContent': /*#__PURE__*/(0, _react.lazy)(function () {
1202
- return Promise.resolve().then(function () {
1203
- return _interopRequireWildcard(require('@digigov/ui/content/Timeline'));
1204
- }).then(function (module) {
1205
- return {
1206
- "default": module['TimelineContent']
1207
- };
1208
- });
1209
- }),
1210
- 'TimelineHeading': /*#__PURE__*/(0, _react.lazy)(function () {
1211
- return Promise.resolve().then(function () {
1212
- return _interopRequireWildcard(require('@digigov/ui/content/Timeline'));
1213
- }).then(function (module) {
1214
- return {
1215
- "default": module['TimelineHeading']
1216
- };
1217
- });
1218
- }),
1219
- 'TimelineItem': /*#__PURE__*/(0, _react.lazy)(function () {
1220
- return Promise.resolve().then(function () {
1221
- return _interopRequireWildcard(require('@digigov/ui/content/Timeline'));
1222
- }).then(function (module) {
1223
- return {
1224
- "default": module['TimelineItem']
1225
- };
1226
- });
1227
- }),
1228
- 'TimelineActions': /*#__PURE__*/(0, _react.lazy)(function () {
1229
- return Promise.resolve().then(function () {
1230
- return _interopRequireWildcard(require('@digigov/ui/content/Timeline'));
1231
- }).then(function (module) {
1232
- return {
1233
- "default": module['TimelineActions']
1234
- };
1235
- });
1236
- }),
1237
- 'Markdown': /*#__PURE__*/(0, _react.lazy)(function () {
1238
- return Promise.resolve().then(function () {
1239
- return _interopRequireWildcard(require('@digigov/ui/content/Markdown'));
1240
- }).then(function (module) {
1241
- return {
1242
- "default": module['Markdown']
1243
- };
1244
- });
1245
- }),
1246
- 'SafeHTML': /*#__PURE__*/(0, _react.lazy)(function () {
1247
- return Promise.resolve().then(function () {
1248
- return _interopRequireWildcard(require('@digigov/ui/content/SafeHTML'));
1249
- }).then(function (module) {
1250
- return {
1251
- "default": module['SafeHTML']
1252
- };
1253
- });
1254
- }),
1255
- 'CopyToClipboard': /*#__PURE__*/(0, _react.lazy)(function () {
1256
- return Promise.resolve().then(function () {
1257
- return _interopRequireWildcard(require('@digigov/ui/feedback/CopyToClipboard'));
1258
- }).then(function (module) {
1259
- return {
1260
- "default": module['CopyToClipboard']
1261
- };
1262
- });
1263
- }),
1264
- 'CopyToClipboardContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1265
- return Promise.resolve().then(function () {
1266
- return _interopRequireWildcard(require('@digigov/ui/feedback/CopyToClipboard'));
1267
- }).then(function (module) {
1268
- return {
1269
- "default": module['CopyToClipboardContainer']
1270
- };
1271
- });
1272
- }),
1273
- 'CopyToClipboardMessage': /*#__PURE__*/(0, _react.lazy)(function () {
1274
- return Promise.resolve().then(function () {
1275
- return _interopRequireWildcard(require('@digigov/ui/feedback/CopyToClipboard'));
1276
- }).then(function (module) {
1277
- return {
1278
- "default": module['CopyToClipboardMessage']
1279
- };
1280
- });
1281
- }),
1282
- 'ErrorSummary': /*#__PURE__*/(0, _react.lazy)(function () {
1283
- return Promise.resolve().then(function () {
1284
- return _interopRequireWildcard(require('@digigov/ui/feedback/ErrorSummary'));
1285
- }).then(function (module) {
1286
- return {
1287
- "default": module['ErrorSummary']
1288
- };
1289
- });
1290
- }),
1291
- 'NotificationBanner': /*#__PURE__*/(0, _react.lazy)(function () {
1292
- return Promise.resolve().then(function () {
1293
- return _interopRequireWildcard(require('@digigov/ui/feedback/NotificationBanner'));
1294
- }).then(function (module) {
1295
- return {
1296
- "default": module['NotificationBanner']
1297
- };
1298
- });
1299
- }),
1300
- 'NotificationBannerContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1301
- return Promise.resolve().then(function () {
1302
- return _interopRequireWildcard(require('@digigov/ui/feedback/NotificationBanner'));
1303
- }).then(function (module) {
1304
- return {
1305
- "default": module['NotificationBannerContainer']
1306
- };
1307
- });
1308
- }),
1309
- 'NotificationBannerContent': /*#__PURE__*/(0, _react.lazy)(function () {
1310
- return Promise.resolve().then(function () {
1311
- return _interopRequireWildcard(require('@digigov/ui/feedback/NotificationBanner'));
1312
- }).then(function (module) {
1313
- return {
1314
- "default": module['NotificationBannerContent']
1315
- };
1316
- });
1317
- }),
1318
- 'NotificationBannerHeader': /*#__PURE__*/(0, _react.lazy)(function () {
1319
- return Promise.resolve().then(function () {
1320
- return _interopRequireWildcard(require('@digigov/ui/feedback/NotificationBanner'));
1321
- }).then(function (module) {
1322
- return {
1323
- "default": module['NotificationBannerHeader']
1324
- };
1325
- });
1326
- }),
1327
- 'NotificationBannerHeading': /*#__PURE__*/(0, _react.lazy)(function () {
1328
- return Promise.resolve().then(function () {
1329
- return _interopRequireWildcard(require('@digigov/ui/feedback/NotificationBanner'));
1330
- }).then(function (module) {
1331
- return {
1332
- "default": module['NotificationBannerHeading']
1333
- };
1334
- });
1335
- }),
1336
- 'NotificationBannerLink': /*#__PURE__*/(0, _react.lazy)(function () {
1337
- return Promise.resolve().then(function () {
1338
- return _interopRequireWildcard(require('@digigov/ui/feedback/NotificationBanner'));
1339
- }).then(function (module) {
1340
- return {
1341
- "default": module['NotificationBannerLink']
1342
- };
1343
- });
1344
- }),
1345
- 'PhaseBanner': /*#__PURE__*/(0, _react.lazy)(function () {
1346
- return Promise.resolve().then(function () {
1347
- return _interopRequireWildcard(require('@digigov/ui/feedback/PhaseBanner'));
1348
- }).then(function (module) {
1349
- return {
1350
- "default": module['PhaseBanner']
1351
- };
1352
- });
1353
- }),
1354
- 'PhaseBannerHeaderContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1355
- return Promise.resolve().then(function () {
1356
- return _interopRequireWildcard(require('@digigov/ui/feedback/PhaseBanner'));
1357
- }).then(function (module) {
1358
- return {
1359
- "default": module['PhaseBannerHeaderContainer']
1360
- };
1361
- });
1362
- }),
1363
- 'PhaseBannerTag': /*#__PURE__*/(0, _react.lazy)(function () {
1364
- return Promise.resolve().then(function () {
1365
- return _interopRequireWildcard(require('@digigov/ui/feedback/PhaseBanner'));
1366
- }).then(function (module) {
1367
- return {
1368
- "default": module['PhaseBannerTag']
1369
- };
1370
- });
1371
- }),
1372
- 'PhaseBannerText': /*#__PURE__*/(0, _react.lazy)(function () {
1373
- return Promise.resolve().then(function () {
1374
- return _interopRequireWildcard(require('@digigov/ui/feedback/PhaseBanner'));
1375
- }).then(function (module) {
1376
- return {
1377
- "default": module['PhaseBannerText']
1378
- };
1379
- });
1380
- }),
1381
- 'WarningText': /*#__PURE__*/(0, _react.lazy)(function () {
1382
- return Promise.resolve().then(function () {
1383
- return _interopRequireWildcard(require('@digigov/ui/feedback/WarningText'));
1384
- }).then(function (module) {
1385
- return {
1386
- "default": module['WarningText']
1387
- };
1388
- });
1389
- }),
1390
- 'AutoComplete': /*#__PURE__*/(0, _react.lazy)(function () {
1391
- return Promise.resolve().then(function () {
1392
- return _interopRequireWildcard(require('@digigov/ui/form/AutoComplete'));
1393
- }).then(function (module) {
1394
- return {
1395
- "default": module['AutoComplete']
1396
- };
1397
- });
1398
- }),
1399
- 'AutoCompleteAssistiveHint': /*#__PURE__*/(0, _react.lazy)(function () {
1400
- return Promise.resolve().then(function () {
1401
- return _interopRequireWildcard(require('@digigov/ui/form/AutoComplete'));
1402
- }).then(function (module) {
1403
- return {
1404
- "default": module['AutoCompleteAssistiveHint']
1405
- };
1406
- });
1407
- }),
1408
- 'AutoCompleteInput': /*#__PURE__*/(0, _react.lazy)(function () {
1409
- return Promise.resolve().then(function () {
1410
- return _interopRequireWildcard(require('@digigov/ui/form/AutoComplete'));
1411
- }).then(function (module) {
1412
- return {
1413
- "default": module['AutoCompleteInput']
1414
- };
1415
- });
1416
- }),
1417
- 'AutoCompleteInputTypeahead': /*#__PURE__*/(0, _react.lazy)(function () {
1418
- return Promise.resolve().then(function () {
1419
- return _interopRequireWildcard(require('@digigov/ui/form/AutoComplete'));
1420
- }).then(function (module) {
1421
- return {
1422
- "default": module['AutoCompleteInputTypeahead']
1423
- };
1424
- });
1425
- }),
1426
- 'AutoCompleteResultList': /*#__PURE__*/(0, _react.lazy)(function () {
1427
- return Promise.resolve().then(function () {
1428
- return _interopRequireWildcard(require('@digigov/ui/form/AutoComplete'));
1429
- }).then(function (module) {
1430
- return {
1431
- "default": module['AutoCompleteResultList']
1432
- };
1433
- });
1434
- }),
1435
- 'AutoCompleteResultListItem': /*#__PURE__*/(0, _react.lazy)(function () {
1436
- return Promise.resolve().then(function () {
1437
- return _interopRequireWildcard(require('@digigov/ui/form/AutoComplete'));
1438
- }).then(function (module) {
1439
- return {
1440
- "default": module['AutoCompleteResultListItem']
1441
- };
1442
- });
1443
- }),
1444
- 'AutoCompleteWrapper': /*#__PURE__*/(0, _react.lazy)(function () {
1445
- return Promise.resolve().then(function () {
1446
- return _interopRequireWildcard(require('@digigov/ui/form/AutoComplete'));
1447
- }).then(function (module) {
1448
- return {
1449
- "default": module['AutoCompleteWrapper']
1450
- };
1451
- });
1452
- }),
1453
- 'AutoCompleteStatus': /*#__PURE__*/(0, _react.lazy)(function () {
1454
- return Promise.resolve().then(function () {
1455
- return _interopRequireWildcard(require('@digigov/ui/form/AutoComplete/Status'));
1456
- }).then(function (module) {
1457
- return {
1458
- "default": module['AutoCompleteStatus']
1459
- };
1460
- });
1461
- }),
1462
- 'AutoCompleteStatusWrapper': /*#__PURE__*/(0, _react.lazy)(function () {
1463
- return Promise.resolve().then(function () {
1464
- return _interopRequireWildcard(require('@digigov/ui/form/AutoComplete/Status'));
1465
- }).then(function (module) {
1466
- return {
1467
- "default": module['AutoCompleteStatusWrapper']
1468
- };
1469
- });
1470
- }),
1471
- 'ButtonLink': /*#__PURE__*/(0, _react.lazy)(function () {
1472
- return Promise.resolve().then(function () {
1473
- return _interopRequireWildcard(require('@digigov/ui/form/Button/ButtonLink'));
1474
- }).then(function (module) {
1475
- return {
1476
- "default": module['ButtonLink']
1477
- };
1478
- });
1479
- }),
1480
- 'CallToAction': /*#__PURE__*/(0, _react.lazy)(function () {
1481
- return Promise.resolve().then(function () {
1482
- return _interopRequireWildcard(require('@digigov/ui/form/Button/CallToAction'));
1483
- }).then(function (module) {
1484
- return {
1485
- "default": module['CallToAction']
1486
- };
1487
- });
1488
- }),
1489
- 'ContinueButton': /*#__PURE__*/(0, _react.lazy)(function () {
1490
- return Promise.resolve().then(function () {
1491
- return _interopRequireWildcard(require('@digigov/ui/form/Button'));
1492
- }).then(function (module) {
1493
- return {
1494
- "default": module['ContinueButton']
1495
- };
1496
- });
1497
- }),
1498
- 'Button': /*#__PURE__*/(0, _react.lazy)(function () {
1499
- return Promise.resolve().then(function () {
1500
- return _interopRequireWildcard(require('@digigov/ui/form/Button'));
1501
- }).then(function (module) {
1502
- return {
1503
- "default": module['Button']
1504
- };
1505
- });
1506
- }),
1507
- 'ThemeToggleButton': /*#__PURE__*/(0, _react.lazy)(function () {
1508
- return Promise.resolve().then(function () {
1509
- return _interopRequireWildcard(require('@digigov/ui/form/Button/ThemeToggleButton'));
1510
- }).then(function (module) {
1511
- return {
1512
- "default": module['ThemeToggleButton']
1513
- };
1514
- });
1515
- }),
1516
- 'ButtonGroup': /*#__PURE__*/(0, _react.lazy)(function () {
1517
- return Promise.resolve().then(function () {
1518
- return _interopRequireWildcard(require('@digigov/ui/form/Button'));
1519
- }).then(function (module) {
1520
- return {
1521
- "default": module['ButtonGroup']
1522
- };
1523
- });
1524
- }),
1525
- 'Checkbox': /*#__PURE__*/(0, _react.lazy)(function () {
1526
- return Promise.resolve().then(function () {
1527
- return _interopRequireWildcard(require('@digigov/ui/form/Checkbox'));
1528
- }).then(function (module) {
1529
- return {
1530
- "default": module['Checkbox']
1531
- };
1532
- });
1533
- }),
1534
- 'CheckboxItem': /*#__PURE__*/(0, _react.lazy)(function () {
1535
- return Promise.resolve().then(function () {
1536
- return _interopRequireWildcard(require('@digigov/ui/form/Checkbox'));
1537
- }).then(function (module) {
1538
- return {
1539
- "default": module['CheckboxItem']
1540
- };
1541
- });
1542
- }),
1543
- 'CheckboxConditional': /*#__PURE__*/(0, _react.lazy)(function () {
1544
- return Promise.resolve().then(function () {
1545
- return _interopRequireWildcard(require('@digigov/ui/form/Checkbox'));
1546
- }).then(function (module) {
1547
- return {
1548
- "default": module['CheckboxConditional']
1549
- };
1550
- });
1551
- }),
1552
- 'DateInputContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1553
- return Promise.resolve().then(function () {
1554
- return _interopRequireWildcard(require('@digigov/ui/form/DateInputContainer'));
1555
- }).then(function (module) {
1556
- return {
1557
- "default": module['DateInputContainer']
1558
- };
1559
- });
1560
- }),
1561
- 'DateInputItem': /*#__PURE__*/(0, _react.lazy)(function () {
1562
- return Promise.resolve().then(function () {
1563
- return _interopRequireWildcard(require('@digigov/ui/form/DateInputContainer'));
1564
- }).then(function (module) {
1565
- return {
1566
- "default": module['DateInputItem']
1567
- };
1568
- });
1569
- }),
1570
- 'ErrorMessage': /*#__PURE__*/(0, _react.lazy)(function () {
1571
- return Promise.resolve().then(function () {
1572
- return _interopRequireWildcard(require('@digigov/ui/form/ErrorMessage'));
1573
- }).then(function (module) {
1574
- return {
1575
- "default": module['ErrorMessage']
1576
- };
1577
- });
1578
- }),
1579
- 'FieldContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1580
- return Promise.resolve().then(function () {
1581
- return _interopRequireWildcard(require('@digigov/ui/form/FieldContainer'));
1582
- }).then(function (module) {
1583
- return {
1584
- "default": module['FieldContainer']
1585
- };
1586
- });
1587
- }),
1588
- 'Fieldset': /*#__PURE__*/(0, _react.lazy)(function () {
1589
- return Promise.resolve().then(function () {
1590
- return _interopRequireWildcard(require('@digigov/ui/form/FieldContainer'));
1591
- }).then(function (module) {
1592
- return {
1593
- "default": module['Fieldset']
1594
- };
1595
- });
1596
- }),
1597
- 'FieldsetLegend': /*#__PURE__*/(0, _react.lazy)(function () {
1598
- return Promise.resolve().then(function () {
1599
- return _interopRequireWildcard(require('@digigov/ui/form/FieldContainer'));
1600
- }).then(function (module) {
1601
- return {
1602
- "default": module['FieldsetLegend']
1603
- };
1604
- });
1605
- }),
1606
- 'FileUpload': /*#__PURE__*/(0, _react.lazy)(function () {
1607
- return Promise.resolve().then(function () {
1608
- return _interopRequireWildcard(require('@digigov/ui/form/FileUpload'));
1609
- }).then(function (module) {
1610
- return {
1611
- "default": module['FileUpload']
1612
- };
1613
- });
1614
- }),
1615
- 'FileUploadContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1616
- return Promise.resolve().then(function () {
1617
- return _interopRequireWildcard(require('@digigov/ui/form/FileUpload'));
1618
- }).then(function (module) {
1619
- return {
1620
- "default": module['FileUploadContainer']
1621
- };
1622
- });
1623
- }),
1624
- 'Form': /*#__PURE__*/(0, _react.lazy)(function () {
1625
- return Promise.resolve().then(function () {
1626
- return _interopRequireWildcard(require('@digigov/ui/form/Form'));
1627
- }).then(function (module) {
1628
- return {
1629
- "default": module['Form']
1630
- };
1631
- });
1632
- }),
1633
- 'LabelContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1634
- return Promise.resolve().then(function () {
1635
- return _interopRequireWildcard(require('@digigov/ui/form/LabelContainer'));
1636
- }).then(function (module) {
1637
- return {
1638
- "default": module['LabelContainer']
1639
- };
1640
- });
1641
- }),
1642
- 'LabelTitle': /*#__PURE__*/(0, _react.lazy)(function () {
1643
- return Promise.resolve().then(function () {
1644
- return _interopRequireWildcard(require('@digigov/ui/form/LabelContainer'));
1645
- }).then(function (module) {
1646
- return {
1647
- "default": module['LabelTitle']
1648
- };
1649
- });
1650
- }),
1651
- 'RadioContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1652
- return Promise.resolve().then(function () {
1653
- return _interopRequireWildcard(require('@digigov/ui/form/RadioContainer'));
1654
- }).then(function (module) {
1655
- return {
1656
- "default": module['RadioContainer']
1657
- };
1658
- });
1659
- }),
1660
- 'RadioItem': /*#__PURE__*/(0, _react.lazy)(function () {
1661
- return Promise.resolve().then(function () {
1662
- return _interopRequireWildcard(require('@digigov/ui/form/RadioContainer'));
1663
- }).then(function (module) {
1664
- return {
1665
- "default": module['RadioItem']
1666
- };
1667
- });
1668
- }),
1669
- 'ChoiceDividerText': /*#__PURE__*/(0, _react.lazy)(function () {
1670
- return Promise.resolve().then(function () {
1671
- return _interopRequireWildcard(require('@digigov/ui/form/RadioContainer'));
1672
- }).then(function (module) {
1673
- return {
1674
- "default": module['ChoiceDividerText']
1675
- };
1676
- });
1677
- }),
1678
- 'RadioConditional': /*#__PURE__*/(0, _react.lazy)(function () {
1679
- return Promise.resolve().then(function () {
1680
- return _interopRequireWildcard(require('@digigov/ui/form/RadioContainer'));
1681
- }).then(function (module) {
1682
- return {
1683
- "default": module['RadioConditional']
1684
- };
1685
- });
1686
- }),
1687
- 'SearchContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1688
- return Promise.resolve().then(function () {
1689
- return _interopRequireWildcard(require('@digigov/ui/form/SearchContainer'));
1690
- }).then(function (module) {
1691
- return {
1692
- "default": module['SearchContainer']
1693
- };
1694
- });
1695
- }),
1696
- 'SearchButton': /*#__PURE__*/(0, _react.lazy)(function () {
1697
- return Promise.resolve().then(function () {
1698
- return _interopRequireWildcard(require('@digigov/ui/form/SearchContainer'));
1699
- }).then(function (module) {
1700
- return {
1701
- "default": module['SearchButton']
1702
- };
1703
- });
1704
- }),
1705
- 'SearchIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1706
- return Promise.resolve().then(function () {
1707
- return _interopRequireWildcard(require('@digigov/ui/form/SearchContainer'));
1708
- }).then(function (module) {
1709
- return {
1710
- "default": module['SearchIcon']
1711
- };
1712
- });
1713
- }),
1714
- 'SelectContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1715
- return Promise.resolve().then(function () {
1716
- return _interopRequireWildcard(require('@digigov/ui/form/SelectContainer'));
1717
- }).then(function (module) {
1718
- return {
1719
- "default": module['SelectContainer']
1720
- };
1721
- });
1722
- }),
1723
- 'SelectOption': /*#__PURE__*/(0, _react.lazy)(function () {
1724
- return Promise.resolve().then(function () {
1725
- return _interopRequireWildcard(require('@digigov/ui/form/SelectContainer'));
1726
- }).then(function (module) {
1727
- return {
1728
- "default": module['SelectOption']
1729
- };
1730
- });
1731
- }),
1732
- 'SingleCharacterInputs': /*#__PURE__*/(0, _react.lazy)(function () {
1733
- return Promise.resolve().then(function () {
1734
- return _interopRequireWildcard(require('@digigov/ui/form/SingleCharacterInputs'));
1735
- }).then(function (module) {
1736
- return {
1737
- "default": module['SingleCharacterInputs']
1738
- };
1739
- });
1740
- }),
1741
- 'SingleCharacterInput': /*#__PURE__*/(0, _react.lazy)(function () {
1742
- return Promise.resolve().then(function () {
1743
- return _interopRequireWildcard(require('@digigov/ui/form/SingleCharacterInputs'));
1744
- }).then(function (module) {
1745
- return {
1746
- "default": module['SingleCharacterInput']
1747
- };
1748
- });
1749
- }),
1750
- 'TextArea': /*#__PURE__*/(0, _react.lazy)(function () {
1751
- return Promise.resolve().then(function () {
1752
- return _interopRequireWildcard(require('@digigov/ui/form/TextArea'));
1753
- }).then(function (module) {
1754
- return {
1755
- "default": module['TextArea']
1756
- };
1757
- });
1758
- }),
1759
- 'TextInput': /*#__PURE__*/(0, _react.lazy)(function () {
1760
- return Promise.resolve().then(function () {
1761
- return _interopRequireWildcard(require('@digigov/ui/form/TextInput'));
1762
- }).then(function (module) {
1763
- return {
1764
- "default": module['TextInput']
1765
- };
1766
- });
1767
- }),
1768
- 'Copyright': /*#__PURE__*/(0, _react.lazy)(function () {
1769
- return Promise.resolve().then(function () {
1770
- return _interopRequireWildcard(require('@digigov/ui/govgr/Footer/Copyright'));
1771
- }).then(function (module) {
1772
- return {
1773
- "default": module['Copyright']
1774
- };
1775
- });
1776
- }),
1777
- 'CopyrightContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1778
- return Promise.resolve().then(function () {
1779
- return _interopRequireWildcard(require('@digigov/ui/govgr/Footer/Copyright'));
1780
- }).then(function (module) {
1781
- return {
1782
- "default": module['CopyrightContainer']
1783
- };
1784
- });
1785
- }),
1786
- 'HellenicRepublicLogo': /*#__PURE__*/(0, _react.lazy)(function () {
1787
- return Promise.resolve().then(function () {
1788
- return _interopRequireWildcard(require('@digigov/ui/govgr/Footer/HellenicRepublicLogo'));
1789
- }).then(function (module) {
1790
- return {
1791
- "default": module['HellenicRepublicLogo']
1792
- };
1793
- });
1794
- }),
1795
- 'GovGRFooter': /*#__PURE__*/(0, _react.lazy)(function () {
1796
- return Promise.resolve().then(function () {
1797
- return _interopRequireWildcard(require('@digigov/ui/govgr/Footer'));
1798
- }).then(function (module) {
1799
- return {
1800
- "default": module['GovGRFooter']
1801
- };
1802
- });
1803
- }),
1804
- 'LicenseCCSA': /*#__PURE__*/(0, _react.lazy)(function () {
1805
- return Promise.resolve().then(function () {
1806
- return _interopRequireWildcard(require('@digigov/ui/govgr/Footer/LicenseCCSA'));
1807
- }).then(function (module) {
1808
- return {
1809
- "default": module['LicenseCCSA']
1810
- };
1811
- });
1812
- }),
1813
- 'GovGRLogo': /*#__PURE__*/(0, _react.lazy)(function () {
1814
- return Promise.resolve().then(function () {
1815
- return _interopRequireWildcard(require('@digigov/ui/govgr/GovGRLogo'));
1816
- }).then(function (module) {
1817
- return {
1818
- "default": module['GovGRLogo']
1819
- };
1820
- });
1821
- }),
1822
- 'I18nText': /*#__PURE__*/(0, _react.lazy)(function () {
1823
- return Promise.resolve().then(function () {
1824
- return _interopRequireWildcard(require('@digigov/ui/i18n/I18nText'));
1825
- }).then(function (module) {
1826
- return {
1827
- "default": module['I18nText']
1828
- };
1829
- });
1830
- }),
1831
- 'I18NContext': /*#__PURE__*/(0, _react.lazy)(function () {
1832
- return Promise.resolve().then(function () {
1833
- return _interopRequireWildcard(require('@digigov/ui/i18n'));
1834
- }).then(function (module) {
1835
- return {
1836
- "default": module['I18NContext']
1837
- };
1838
- });
1839
- }),
1840
- 'I18NProvider': /*#__PURE__*/(0, _react.lazy)(function () {
1841
- return Promise.resolve().then(function () {
1842
- return _interopRequireWildcard(require('@digigov/ui/i18n'));
1843
- }).then(function (module) {
1844
- return {
1845
- "default": module['I18NProvider']
1846
- };
1847
- });
1848
- }),
1849
- 'Icon': /*#__PURE__*/(0, _react.lazy)(function () {
1850
- return Promise.resolve().then(function () {
1851
- return _interopRequireWildcard(require('@digigov/ui/icons/Icon'));
1852
- }).then(function (module) {
1853
- return {
1854
- "default": module['Icon']
1855
- };
1856
- });
1857
- }),
1858
- 'AccessibilityIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1859
- return Promise.resolve().then(function () {
1860
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
1861
- }).then(function (module) {
1862
- return {
1863
- "default": module['AccessibilityIcon']
1864
- };
1865
- });
1866
- }),
1867
- 'ArrowIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1868
- return Promise.resolve().then(function () {
1869
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
1870
- }).then(function (module) {
1871
- return {
1872
- "default": module['ArrowIcon']
1873
- };
1874
- });
1875
- }),
1876
- 'BurgerIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1877
- return Promise.resolve().then(function () {
1878
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
1879
- }).then(function (module) {
1880
- return {
1881
- "default": module['BurgerIcon']
1882
- };
1883
- });
1884
- }),
1885
- 'CaretIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1886
- return Promise.resolve().then(function () {
1887
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
1888
- }).then(function (module) {
1889
- return {
1890
- "default": module['CaretIcon']
1891
- };
1892
- });
1893
- }),
1894
- 'CheckIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1895
- return Promise.resolve().then(function () {
1896
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
1897
- }).then(function (module) {
1898
- return {
1899
- "default": module['CheckIcon']
1900
- };
1901
- });
1902
- }),
1903
- 'ChevronIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1904
- return Promise.resolve().then(function () {
1905
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
1906
- }).then(function (module) {
1907
- return {
1908
- "default": module['ChevronIcon']
1909
- };
1910
- });
1911
- }),
1912
- 'UncheckIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1913
- return Promise.resolve().then(function () {
1914
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
1915
- }).then(function (module) {
1916
- return {
1917
- "default": module['UncheckIcon']
1918
- };
1919
- });
1920
- }),
1921
- 'CloseIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1922
- return Promise.resolve().then(function () {
1923
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
1924
- }).then(function (module) {
1925
- return {
1926
- "default": module['CloseIcon']
1927
- };
1928
- });
1929
- }),
1930
- 'GlobeIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1931
- return Promise.resolve().then(function () {
1932
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
1933
- }).then(function (module) {
1934
- return {
1935
- "default": module['GlobeIcon']
1936
- };
1937
- });
1938
- }),
1939
- 'MoreVertIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1940
- return Promise.resolve().then(function () {
1941
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
1942
- }).then(function (module) {
1943
- return {
1944
- "default": module['MoreVertIcon']
1945
- };
1946
- });
1947
- }),
1948
- 'ImageLogo': /*#__PURE__*/(0, _react.lazy)(function () {
1949
- return Promise.resolve().then(function () {
1950
- return _interopRequireWildcard(require('@digigov/ui/icons/ImageLogo'));
1951
- }).then(function (module) {
1952
- return {
1953
- "default": module['ImageLogo']
1954
- };
1955
- });
1956
- }),
1957
- 'ImageLogoSet': /*#__PURE__*/(0, _react.lazy)(function () {
1958
- return Promise.resolve().then(function () {
1959
- return _interopRequireWildcard(require('@digigov/ui/icons/ImageLogoSet'));
1960
- }).then(function (module) {
1961
- return {
1962
- "default": module['ImageLogoSet']
1963
- };
1964
- });
1965
- }),
1966
- 'AdminLayout': /*#__PURE__*/(0, _react.lazy)(function () {
1967
- return Promise.resolve().then(function () {
1968
- return _interopRequireWildcard(require('@digigov/ui/layouts/Admin'));
1969
- }).then(function (module) {
1970
- return {
1971
- "default": module['AdminLayout']
1972
- };
1973
- });
1974
- }),
1975
- 'BasicLayout': /*#__PURE__*/(0, _react.lazy)(function () {
1976
- return Promise.resolve().then(function () {
1977
- return _interopRequireWildcard(require('@digigov/ui/layouts'));
1978
- }).then(function (module) {
1979
- return {
1980
- "default": module['BasicLayout']
1981
- };
1982
- });
1983
- }),
1984
- 'Grid': /*#__PURE__*/(0, _react.lazy)(function () {
1985
- return Promise.resolve().then(function () {
1986
- return _interopRequireWildcard(require('@digigov/ui/layouts/Grid'));
1987
- }).then(function (module) {
1988
- return {
1989
- "default": module['Grid']
1990
- };
1991
- });
1992
- }),
1993
- 'SectionBreak': /*#__PURE__*/(0, _react.lazy)(function () {
1994
- return Promise.resolve().then(function () {
1995
- return _interopRequireWildcard(require('@digigov/ui/layouts/SectionBreak'));
1996
- }).then(function (module) {
1997
- return {
1998
- "default": module['SectionBreak']
1999
- };
2000
- });
2001
- }),
2002
- 'Stack': /*#__PURE__*/(0, _react.lazy)(function () {
2003
- return Promise.resolve().then(function () {
2004
- return _interopRequireWildcard(require('@digigov/ui/layouts'));
2005
- }).then(function (module) {
2006
- return {
2007
- "default": module['Stack']
2008
- };
2009
- });
2010
- }),
2011
- 'AdminContainer': /*#__PURE__*/(0, _react.lazy)(function () {
2012
- return Promise.resolve().then(function () {
2013
- return _interopRequireWildcard(require('@digigov/ui/layouts/Admin'));
2014
- }).then(function (module) {
2015
- return {
2016
- "default": module['AdminContainer']
2017
- };
2018
- });
2019
- }),
2020
- 'AdminMain': /*#__PURE__*/(0, _react.lazy)(function () {
2021
- return Promise.resolve().then(function () {
2022
- return _interopRequireWildcard(require('@digigov/ui/layouts/Admin'));
2023
- }).then(function (module) {
2024
- return {
2025
- "default": module['AdminMain']
2026
- };
2027
- });
2028
- }),
2029
- 'AdminAside': /*#__PURE__*/(0, _react.lazy)(function () {
2030
- return Promise.resolve().then(function () {
2031
- return _interopRequireWildcard(require('@digigov/ui/layouts/Admin'));
2032
- }).then(function (module) {
2033
- return {
2034
- "default": module['AdminAside']
2035
- };
2036
- });
2037
- }),
2038
- 'AdminTopSection': /*#__PURE__*/(0, _react.lazy)(function () {
2039
- return Promise.resolve().then(function () {
2040
- return _interopRequireWildcard(require('@digigov/ui/layouts/Admin'));
2041
- }).then(function (module) {
2042
- return {
2043
- "default": module['AdminTopSection']
2044
- };
2045
- });
2046
- }),
2047
- 'AdminHeader': /*#__PURE__*/(0, _react.lazy)(function () {
2048
- return Promise.resolve().then(function () {
2049
- return _interopRequireWildcard(require('@digigov/ui/layouts/Admin'));
2050
- }).then(function (module) {
2051
- return {
2052
- "default": module['AdminHeader']
2053
- };
2054
- });
2055
- }),
2056
- 'AdminHeaderContent': /*#__PURE__*/(0, _react.lazy)(function () {
2057
- return Promise.resolve().then(function () {
2058
- return _interopRequireWildcard(require('@digigov/ui/layouts/Admin'));
2059
- }).then(function (module) {
2060
- return {
2061
- "default": module['AdminHeaderContent']
2062
- };
2063
- });
2064
- }),
2065
- 'Layout': /*#__PURE__*/(0, _react.lazy)(function () {
2066
- return Promise.resolve().then(function () {
2067
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic'));
2068
- }).then(function (module) {
2069
- return {
2070
- "default": module['Layout']
2071
- };
2072
- });
2073
- }),
2074
- 'Top': /*#__PURE__*/(0, _react.lazy)(function () {
2075
- return Promise.resolve().then(function () {
2076
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic/Top'));
2077
- }).then(function (module) {
2078
- return {
2079
- "default": module['Top']
2080
- };
2081
- });
2082
- }),
2083
- 'Aside': /*#__PURE__*/(0, _react.lazy)(function () {
2084
- return Promise.resolve().then(function () {
2085
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic/Aside'));
2086
- }).then(function (module) {
2087
- return {
2088
- "default": module['Aside']
2089
- };
2090
- });
2091
- }),
2092
- 'Main': /*#__PURE__*/(0, _react.lazy)(function () {
2093
- return Promise.resolve().then(function () {
2094
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic/Main'));
2095
- }).then(function (module) {
2096
- return {
2097
- "default": module['Main']
2098
- };
2099
- });
2100
- }),
2101
- 'Container': /*#__PURE__*/(0, _react.lazy)(function () {
2102
- return Promise.resolve().then(function () {
2103
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic/Container'));
2104
- }).then(function (module) {
2105
- return {
2106
- "default": module['Container']
2107
- };
2108
- });
2109
- }),
2110
- 'Bottom': /*#__PURE__*/(0, _react.lazy)(function () {
2111
- return Promise.resolve().then(function () {
2112
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic/Bottom'));
2113
- }).then(function (module) {
2114
- return {
2115
- "default": module['Bottom']
2116
- };
2117
- });
2118
- }),
2119
- 'Hidden': /*#__PURE__*/(0, _react.lazy)(function () {
2120
- return Promise.resolve().then(function () {
2121
- return _interopRequireWildcard(require('@digigov/ui/layouts/Hidden'));
2122
- }).then(function (module) {
2123
- return {
2124
- "default": module['Hidden']
2125
- };
2126
- });
2127
- }),
2128
- 'BackLink': /*#__PURE__*/(0, _react.lazy)(function () {
2129
- return Promise.resolve().then(function () {
2130
- return _interopRequireWildcard(require('@digigov/ui/navigation/BackLink'));
2131
- }).then(function (module) {
2132
- return {
2133
- "default": module['BackLink']
2134
- };
2135
- });
2136
- }),
2137
- 'Breadcrumbs': /*#__PURE__*/(0, _react.lazy)(function () {
2138
- return Promise.resolve().then(function () {
2139
- return _interopRequireWildcard(require('@digigov/ui/navigation/Breadcrumbs'));
2140
- }).then(function (module) {
2141
- return {
2142
- "default": module['Breadcrumbs']
2143
- };
2144
- });
2145
- }),
2146
- 'BreadcrumbsList': /*#__PURE__*/(0, _react.lazy)(function () {
2147
- return Promise.resolve().then(function () {
2148
- return _interopRequireWildcard(require('@digigov/ui/navigation/Breadcrumbs'));
2149
- }).then(function (module) {
2150
- return {
2151
- "default": module['BreadcrumbsList']
2152
- };
2153
- });
2154
- }),
2155
- 'BreadcrumbsListItem': /*#__PURE__*/(0, _react.lazy)(function () {
2156
- return Promise.resolve().then(function () {
2157
- return _interopRequireWildcard(require('@digigov/ui/navigation/Breadcrumbs'));
2158
- }).then(function (module) {
2159
- return {
2160
- "default": module['BreadcrumbsListItem']
2161
- };
2162
- });
2163
- }),
2164
- 'Drawer': /*#__PURE__*/(0, _react.lazy)(function () {
2165
- return Promise.resolve().then(function () {
2166
- return _interopRequireWildcard(require('@digigov/ui/navigation/Drawer'));
2167
- }).then(function (module) {
2168
- return {
2169
- "default": module['Drawer']
2170
- };
2171
- });
2172
- }),
2173
- 'DrawerHeading': /*#__PURE__*/(0, _react.lazy)(function () {
2174
- return Promise.resolve().then(function () {
2175
- return _interopRequireWildcard(require('@digigov/ui/navigation/Drawer'));
2176
- }).then(function (module) {
2177
- return {
2178
- "default": module['DrawerHeading']
2179
- };
2180
- });
2181
- }),
2182
- 'DrawerAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2183
- return Promise.resolve().then(function () {
2184
- return _interopRequireWildcard(require('@digigov/ui/navigation/Drawer/auto'));
2185
- }).then(function (module) {
2186
- return {
2187
- "default": module['DrawerAuto']
2188
- };
2189
- });
2190
- }),
2191
- 'DrawerButtonAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2192
- return Promise.resolve().then(function () {
2193
- return _interopRequireWildcard(require('@digigov/ui/navigation/Drawer/auto'));
2194
- }).then(function (module) {
2195
- return {
2196
- "default": module['DrawerButtonAuto']
2197
- };
2198
- });
2199
- }),
2200
- 'DrawerContext': /*#__PURE__*/(0, _react.lazy)(function () {
2201
- return Promise.resolve().then(function () {
2202
- return _interopRequireWildcard(require('@digigov/ui/navigation/Drawer/auto'));
2203
- }).then(function (module) {
2204
- return {
2205
- "default": module['DrawerContext']
2206
- };
2207
- });
2208
- }),
2209
- 'DrawerHeadingAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2210
- return Promise.resolve().then(function () {
2211
- return _interopRequireWildcard(require('@digigov/ui/navigation/Drawer/auto'));
2212
- }).then(function (module) {
2213
- return {
2214
- "default": module['DrawerHeadingAuto']
2215
- };
2216
- });
2217
- }),
2218
- 'DrawerProvider': /*#__PURE__*/(0, _react.lazy)(function () {
2219
- return Promise.resolve().then(function () {
2220
- return _interopRequireWildcard(require('@digigov/ui/navigation/Drawer/auto'));
2221
- }).then(function (module) {
2222
- return {
2223
- "default": module['DrawerProvider']
2224
- };
2225
- });
2226
- }),
2227
- 'Dropdown': /*#__PURE__*/(0, _react.lazy)(function () {
2228
- return Promise.resolve().then(function () {
2229
- return _interopRequireWildcard(require('@digigov/ui/navigation/Dropdown'));
2230
- }).then(function (module) {
2231
- return {
2232
- "default": module['Dropdown']
2233
- };
2234
- });
2235
- }),
2236
- 'DropdownBase': /*#__PURE__*/(0, _react.lazy)(function () {
2237
- return Promise.resolve().then(function () {
2238
- return _interopRequireWildcard(require('@digigov/ui/navigation/Dropdown'));
2239
- }).then(function (module) {
2240
- return {
2241
- "default": module['DropdownBase']
2242
- };
2243
- });
2244
- }),
2245
- 'DropdownButton': /*#__PURE__*/(0, _react.lazy)(function () {
2246
- return Promise.resolve().then(function () {
2247
- return _interopRequireWildcard(require('@digigov/ui/navigation/Dropdown'));
2248
- }).then(function (module) {
2249
- return {
2250
- "default": module['DropdownButton']
2251
- };
2252
- });
2253
- }),
2254
- 'DropdownContent': /*#__PURE__*/(0, _react.lazy)(function () {
2255
- return Promise.resolve().then(function () {
2256
- return _interopRequireWildcard(require('@digigov/ui/navigation/Dropdown'));
2257
- }).then(function (module) {
2258
- return {
2259
- "default": module['DropdownContent']
2260
- };
2261
- });
2262
- }),
2263
- 'CommonLink': /*#__PURE__*/(0, _react.lazy)(function () {
2264
- return Promise.resolve().then(function () {
2265
- return _interopRequireWildcard(require('@digigov/ui/navigation/Link'));
2266
- }).then(function (module) {
2267
- return {
2268
- "default": module['CommonLink']
2269
- };
2270
- });
2271
- }),
2272
- 'Link': /*#__PURE__*/(0, _react.lazy)(function () {
2273
- return Promise.resolve().then(function () {
2274
- return _interopRequireWildcard(require('@digigov/ui/navigation/Link'));
2275
- }).then(function (module) {
2276
- return {
2277
- "default": module['Link']
2278
- };
2279
- });
2280
- }),
2281
- 'LinkBase': /*#__PURE__*/(0, _react.lazy)(function () {
2282
- return Promise.resolve().then(function () {
2283
- return _interopRequireWildcard(require('@digigov/ui/navigation/Link'));
2284
- }).then(function (module) {
2285
- return {
2286
- "default": module['LinkBase']
2287
- };
2288
- });
2289
- }),
2290
- 'LinkProvider': /*#__PURE__*/(0, _react.lazy)(function () {
2291
- return Promise.resolve().then(function () {
2292
- return _interopRequireWildcard(require('@digigov/ui/navigation/Link'));
2293
- }).then(function (module) {
2294
- return {
2295
- "default": module['LinkProvider']
2296
- };
2297
- });
2298
- }),
2299
- 'NavList': /*#__PURE__*/(0, _react.lazy)(function () {
2300
- return Promise.resolve().then(function () {
2301
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList/NavList'));
2302
- }).then(function (module) {
2303
- return {
2304
- "default": module['NavList']
2305
- };
2306
- });
2307
- }),
2308
- 'NavListAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2309
- return Promise.resolve().then(function () {
2310
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList/NavListAuto'));
2311
- }).then(function (module) {
2312
- return {
2313
- "default": module['NavListAuto']
2314
- };
2315
- });
2316
- }),
2317
- 'NavMenuContentList': /*#__PURE__*/(0, _react.lazy)(function () {
2318
- return Promise.resolve().then(function () {
2319
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList/NavMenuContentList'));
2320
- }).then(function (module) {
2321
- return {
2322
- "default": module['NavMenuContentList']
2323
- };
2324
- });
2325
- }),
2326
- 'NavMenuContentListBase': /*#__PURE__*/(0, _react.lazy)(function () {
2327
- return Promise.resolve().then(function () {
2328
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList/NavMenuContentList'));
2329
- }).then(function (module) {
2330
- return {
2331
- "default": module['NavMenuContentListBase']
2332
- };
2333
- });
2334
- }),
2335
- 'Nav': /*#__PURE__*/(0, _react.lazy)(function () {
2336
- return Promise.resolve().then(function () {
2337
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList/Nav'));
2338
- }).then(function (module) {
2339
- return {
2340
- "default": module['Nav']
2341
- };
2342
- });
2343
- }),
2344
- 'NavMenuContainer': /*#__PURE__*/(0, _react.lazy)(function () {
2345
- return Promise.resolve().then(function () {
2346
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList'));
2347
- }).then(function (module) {
2348
- return {
2349
- "default": module['NavMenuContainer']
2350
- };
2351
- });
2352
- }),
2353
- 'NavMenuContent': /*#__PURE__*/(0, _react.lazy)(function () {
2354
- return Promise.resolve().then(function () {
2355
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList'));
2356
- }).then(function (module) {
2357
- return {
2358
- "default": module['NavMenuContent']
2359
- };
2360
- });
2361
- }),
2362
- 'NavMenuContentListItem': /*#__PURE__*/(0, _react.lazy)(function () {
2363
- return Promise.resolve().then(function () {
2364
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList'));
2365
- }).then(function (module) {
2366
- return {
2367
- "default": module['NavMenuContentListItem']
2368
- };
2369
- });
2370
- }),
2371
- 'NavMenuTitle': /*#__PURE__*/(0, _react.lazy)(function () {
2372
- return Promise.resolve().then(function () {
2373
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList'));
2374
- }).then(function (module) {
2375
- return {
2376
- "default": module['NavMenuTitle']
2377
- };
2378
- });
2379
- }),
2380
- 'NavListItemActionContainer': /*#__PURE__*/(0, _react.lazy)(function () {
2381
- return Promise.resolve().then(function () {
2382
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList'));
2383
- }).then(function (module) {
2384
- return {
2385
- "default": module['NavListItemActionContainer']
2386
- };
2387
- });
2388
- }),
2389
- 'NavListItemAction': /*#__PURE__*/(0, _react.lazy)(function () {
2390
- return Promise.resolve().then(function () {
2391
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList'));
2392
- }).then(function (module) {
2393
- return {
2394
- "default": module['NavListItemAction']
2395
- };
2396
- });
2397
- }),
2398
- 'NavListItemLink': /*#__PURE__*/(0, _react.lazy)(function () {
2399
- return Promise.resolve().then(function () {
2400
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList'));
2401
- }).then(function (module) {
2402
- return {
2403
- "default": module['NavListItemLink']
2404
- };
2405
- });
2406
- }),
2407
- 'NavListItemButton': /*#__PURE__*/(0, _react.lazy)(function () {
2408
- return Promise.resolve().then(function () {
2409
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList'));
2410
- }).then(function (module) {
2411
- return {
2412
- "default": module['NavListItemButton']
2413
- };
2414
- });
2415
- }),
2416
- 'PaginationLabel': /*#__PURE__*/(0, _react.lazy)(function () {
2417
- return Promise.resolve().then(function () {
2418
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination'));
2419
- }).then(function (module) {
2420
- return {
2421
- "default": module['PaginationLabel']
2422
- };
2423
- });
2424
- }),
2425
- 'PaginationLabelContainer': /*#__PURE__*/(0, _react.lazy)(function () {
2426
- return Promise.resolve().then(function () {
2427
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination'));
2428
- }).then(function (module) {
2429
- return {
2430
- "default": module['PaginationLabelContainer']
2431
- };
2432
- });
2433
- }),
2434
- 'PaginationListItemButton': /*#__PURE__*/(0, _react.lazy)(function () {
2435
- return Promise.resolve().then(function () {
2436
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination'));
2437
- }).then(function (module) {
2438
- return {
2439
- "default": module['PaginationListItemButton']
2440
- };
2441
- });
2442
- }),
2443
- 'PaginationResultsPerPageSelect': /*#__PURE__*/(0, _react.lazy)(function () {
2444
- return Promise.resolve().then(function () {
2445
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination'));
2446
- }).then(function (module) {
2447
- return {
2448
- "default": module['PaginationResultsPerPageSelect']
2449
- };
2450
- });
2451
- }),
2452
- 'Pagination': /*#__PURE__*/(0, _react.lazy)(function () {
2453
- return Promise.resolve().then(function () {
2454
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination'));
2455
- }).then(function (module) {
2456
- return {
2457
- "default": module['Pagination']
2458
- };
2459
- });
2460
- }),
2461
- 'PaginationListItem': /*#__PURE__*/(0, _react.lazy)(function () {
2462
- return Promise.resolve().then(function () {
2463
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination'));
2464
- }).then(function (module) {
2465
- return {
2466
- "default": module['PaginationListItem']
2467
- };
2468
- });
2469
- }),
2470
- 'PaginationList': /*#__PURE__*/(0, _react.lazy)(function () {
2471
- return Promise.resolve().then(function () {
2472
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination'));
2473
- }).then(function (module) {
2474
- return {
2475
- "default": module['PaginationList']
2476
- };
2477
- });
2478
- }),
2479
- 'PaginationAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2480
- return Promise.resolve().then(function () {
2481
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination/auto'));
2482
- }).then(function (module) {
2483
- return {
2484
- "default": module['PaginationAuto']
2485
- };
2486
- });
2487
- }),
2488
- 'PaginationContextAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2489
- return Promise.resolve().then(function () {
2490
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination/auto'));
2491
- }).then(function (module) {
2492
- return {
2493
- "default": module['PaginationContextAuto']
2494
- };
2495
- });
2496
- }),
2497
- 'PaginationLabelAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2498
- return Promise.resolve().then(function () {
2499
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination/auto'));
2500
- }).then(function (module) {
2501
- return {
2502
- "default": module['PaginationLabelAuto']
2503
- };
2504
- });
2505
- }),
2506
- 'PaginationListAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2507
- return Promise.resolve().then(function () {
2508
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination/auto'));
2509
- }).then(function (module) {
2510
- return {
2511
- "default": module['PaginationListAuto']
2512
- };
2513
- });
2514
- }),
2515
- 'PaginationResultsPerPageSelectAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2516
- return Promise.resolve().then(function () {
2517
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination/auto'));
2518
- }).then(function (module) {
2519
- return {
2520
- "default": module['PaginationResultsPerPageSelectAuto']
2521
- };
2522
- });
2523
- }),
2524
- 'SkipLink': /*#__PURE__*/(0, _react.lazy)(function () {
2525
- return Promise.resolve().then(function () {
2526
- return _interopRequireWildcard(require('@digigov/ui/navigation/SkipLink'));
2527
- }).then(function (module) {
2528
- return {
2529
- "default": module['SkipLink']
2530
- };
2531
- });
2532
- }),
2533
- 'Tabs': /*#__PURE__*/(0, _react.lazy)(function () {
2534
- return Promise.resolve().then(function () {
2535
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs'));
2536
- }).then(function (module) {
2537
- return {
2538
- "default": module['Tabs']
2539
- };
2540
- });
2541
- }),
2542
- 'TabsList': /*#__PURE__*/(0, _react.lazy)(function () {
2543
- return Promise.resolve().then(function () {
2544
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs'));
2545
- }).then(function (module) {
2546
- return {
2547
- "default": module['TabsList']
2548
- };
2549
- });
2550
- }),
2551
- 'TabsListItemBase': /*#__PURE__*/(0, _react.lazy)(function () {
2552
- return Promise.resolve().then(function () {
2553
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs'));
2554
- }).then(function (module) {
2555
- return {
2556
- "default": module['TabsListItemBase']
2557
- };
2558
- });
2559
- }),
2560
- 'TabsPanelBase': /*#__PURE__*/(0, _react.lazy)(function () {
2561
- return Promise.resolve().then(function () {
2562
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs'));
2563
- }).then(function (module) {
2564
- return {
2565
- "default": module['TabsPanelBase']
2566
- };
2567
- });
2568
- }),
2569
- 'TabsHeading': /*#__PURE__*/(0, _react.lazy)(function () {
2570
- return Promise.resolve().then(function () {
2571
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs'));
2572
- }).then(function (module) {
2573
- return {
2574
- "default": module['TabsHeading']
2575
- };
2576
- });
2577
- }),
2578
- 'TabsAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2579
- return Promise.resolve().then(function () {
2580
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs/auto'));
2581
- }).then(function (module) {
2582
- return {
2583
- "default": module['TabsAuto']
2584
- };
2585
- });
2586
- }),
2587
- 'TabsContext': /*#__PURE__*/(0, _react.lazy)(function () {
2588
- return Promise.resolve().then(function () {
2589
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs/auto'));
2590
- }).then(function (module) {
2591
- return {
2592
- "default": module['TabsContext']
2593
- };
2594
- });
2595
- }),
2596
- 'TabsListItem': /*#__PURE__*/(0, _react.lazy)(function () {
2597
- return Promise.resolve().then(function () {
2598
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs/auto'));
2599
- }).then(function (module) {
2600
- return {
2601
- "default": module['TabsListItem']
2602
- };
2603
- });
2604
- }),
2605
- 'TabsPanel': /*#__PURE__*/(0, _react.lazy)(function () {
2606
- return Promise.resolve().then(function () {
2607
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs/auto'));
2608
- }).then(function (module) {
2609
- return {
2610
- "default": module['TabsPanel']
2611
- };
2612
- });
2613
- }),
2614
- 'Heading': /*#__PURE__*/(0, _react.lazy)(function () {
2615
- return Promise.resolve().then(function () {
2616
- return _interopRequireWildcard(require('@digigov/ui/typography/Heading'));
2617
- }).then(function (module) {
2618
- return {
2619
- "default": module['Heading']
2620
- };
2621
- });
2622
- }),
2623
- 'HeadingCaption': /*#__PURE__*/(0, _react.lazy)(function () {
2624
- return Promise.resolve().then(function () {
2625
- return _interopRequireWildcard(require('@digigov/ui/typography/HeadingCaption'));
2626
- }).then(function (module) {
2627
- return {
2628
- "default": module['HeadingCaption']
2629
- };
2630
- });
2631
- }),
2632
- 'Paragraph': /*#__PURE__*/(0, _react.lazy)(function () {
2633
- return Promise.resolve().then(function () {
2634
- return _interopRequireWildcard(require('@digigov/ui/typography/Paragraph'));
2635
- }).then(function (module) {
2636
- return {
2637
- "default": module['Paragraph']
2638
- };
2639
- });
2640
- }),
2641
- 'NormalText': /*#__PURE__*/(0, _react.lazy)(function () {
2642
- return Promise.resolve().then(function () {
2643
- return _interopRequireWildcard(require('@digigov/ui/typography/NormalText'));
2644
- }).then(function (module) {
2645
- return {
2646
- "default": module['NormalText']
2647
- };
2648
- });
2649
- }),
2650
- 'Hint': /*#__PURE__*/(0, _react.lazy)(function () {
2651
- return Promise.resolve().then(function () {
2652
- return _interopRequireWildcard(require('@digigov/ui/typography/Hint'));
2653
- }).then(function (module) {
2654
- return {
2655
- "default": module['Hint']
2656
- };
2657
- });
2658
- }),
2659
- 'Base': /*#__PURE__*/(0, _react.lazy)(function () {
2660
- return Promise.resolve().then(function () {
2661
- return _interopRequireWildcard(require('@digigov/ui/utils/Base'));
2662
- }).then(function (module) {
2663
- return {
2664
- "default": module['Base']
2665
- };
2666
- });
2667
- }),
2668
- 'SvgIcon': /*#__PURE__*/(0, _react.lazy)(function () {
2669
- return Promise.resolve().then(function () {
2670
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
2671
- }).then(function (module) {
2672
- return {
2673
- "default": module['SvgIcon']
2674
- };
2675
- });
2676
- }),
2677
- 'VisuallyHidden': /*#__PURE__*/(0, _react.lazy)(function () {
2678
- return Promise.resolve().then(function () {
2679
- return _interopRequireWildcard(require('@digigov/ui/utils/VisuallyHidden'));
2680
- }).then(function (module) {
2681
- return {
2682
- "default": module['VisuallyHidden']
2683
- };
2684
- });
2685
- }),
2686
- 'Screen': /*#__PURE__*/(0, _react.lazy)(function () {
2687
- return Promise.resolve().then(function () {
2688
- return _interopRequireWildcard(require('@digigov/ui/layouts/Screen'));
2689
- }).then(function (module) {
2690
- return {
2691
- "default": module['Screen']
2692
- };
2693
- });
2694
- }),
2695
- 'Section': /*#__PURE__*/(0, _react.lazy)(function () {
2696
- return Promise.resolve().then(function () {
2697
- return _interopRequireWildcard(require('@digigov/ui/layouts/Section'));
2698
- }).then(function (module) {
2699
- return {
2700
- "default": module['Section']
2701
- };
2702
- });
2703
- }),
2704
- 'BackToTop': /*#__PURE__*/(0, _react.lazy)(function () {
2705
- return Promise.resolve().then(function () {
2706
- return _interopRequireWildcard(require('@digigov/ui/navigation/BackToTopLink'));
2707
- }).then(function (module) {
2708
- return {
2709
- "default": module['BackToTop']
2710
- };
2711
- });
2712
- }),
2713
- 'BackToTopContainer': /*#__PURE__*/(0, _react.lazy)(function () {
2714
- return Promise.resolve().then(function () {
2715
- return _interopRequireWildcard(require('@digigov/ui/navigation/BackToTopLink'));
2716
- }).then(function (module) {
2717
- return {
2718
- "default": module['BackToTopContainer']
2719
- };
2720
- });
2721
- }),
2722
- 'BackToTopLink': /*#__PURE__*/(0, _react.lazy)(function () {
2723
- return Promise.resolve().then(function () {
2724
- return _interopRequireWildcard(require('@digigov/ui/navigation/BackToTopLink'));
2725
- }).then(function (module) {
2726
- return {
2727
- "default": module['BackToTopLink']
2728
- };
2729
- });
2730
- }),
2731
- 'BackToTopLimit': /*#__PURE__*/(0, _react.lazy)(function () {
2732
- return Promise.resolve().then(function () {
2733
- return _interopRequireWildcard(require('@digigov/ui/navigation/BackToTopLink'));
2734
- }).then(function (module) {
2735
- return {
2736
- "default": module['BackToTopLimit']
2737
- };
2738
- });
2739
- }),
2740
- 'Code': /*#__PURE__*/(0, _react.lazy)(function () {
2741
- return Promise.resolve().then(function () {
2742
- return _interopRequireWildcard(require('@digigov/ui/typography/Code'));
2743
- }).then(function (module) {
2744
- return {
2745
- "default": module['Code']
2746
- };
2747
- });
2748
- }),
2749
- 'CodeBlock': /*#__PURE__*/(0, _react.lazy)(function () {
2750
- return Promise.resolve().then(function () {
2751
- return _interopRequireWildcard(require('@digigov/ui/typography/CodeBlock'));
2752
- }).then(function (module) {
2753
- return {
2754
- "default": module['CodeBlock']
2755
- };
2756
- });
2757
- }),
2758
- 'Typography': /*#__PURE__*/(0, _react.lazy)(function () {
2759
- return Promise.resolve().then(function () {
2760
- return _interopRequireWildcard(require('@digigov/ui/utils/Typography'));
2761
- }).then(function (module) {
2762
- return {
2763
- "default": module['Typography']
2764
- };
2765
- });
2766
- })
2767
- };
32
+ module.exports = __toCommonJS(lazy_exports);
33
+ var import_react = require("react");
34
+ var lazy_default = {
35
+ APIError: (0, import_react.lazy)(
36
+ () => import("@digigov/ui/api/APIErrors").then((module2) => ({
37
+ default: module2["APIError"]
38
+ }))
39
+ ),
40
+ APIErrors: (0, import_react.lazy)(
41
+ () => import("@digigov/ui/api/APIErrors").then((module2) => ({
42
+ default: module2["APIErrors"]
43
+ }))
44
+ ),
45
+ APIContext: (0, import_react.lazy)(
46
+ () => import("@digigov/ui/api/APIProvider").then((module2) => ({
47
+ default: module2["APIContext"]
48
+ }))
49
+ ),
50
+ APIProvider: (0, import_react.lazy)(
51
+ () => import("@digigov/ui/api/APIProvider").then((module2) => ({
52
+ default: module2["APIProvider"]
53
+ }))
54
+ ),
55
+ StaticApp: (0, import_react.lazy)(
56
+ () => import("@digigov/ui/app/App").then((module2) => ({
57
+ default: module2["StaticApp"]
58
+ }))
59
+ ),
60
+ BannerContainer: (0, import_react.lazy)(
61
+ () => import("@digigov/ui/app/BannerContainer").then((module2) => ({
62
+ default: module2["BannerContainer"]
63
+ }))
64
+ ),
65
+ BottomInfo: (0, import_react.lazy)(
66
+ () => import("@digigov/ui/app/BottomInfo").then((module2) => ({
67
+ default: module2["BottomInfo"]
68
+ }))
69
+ ),
70
+ BottomInfoContent: (0, import_react.lazy)(
71
+ () => import("@digigov/ui/app/BottomInfo").then((module2) => ({
72
+ default: module2["BottomInfoContent"]
73
+ }))
74
+ ),
75
+ BottomInfoContainer: (0, import_react.lazy)(
76
+ () => import("@digigov/ui/app/BottomInfo").then((module2) => ({
77
+ default: module2["BottomInfoContainer"]
78
+ }))
79
+ ),
80
+ CloseButton: (0, import_react.lazy)(
81
+ () => import("@digigov/ui/app/CloseButton").then((module2) => ({
82
+ default: module2["CloseButton"]
83
+ }))
84
+ ),
85
+ FilterContainer: (0, import_react.lazy)(
86
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
87
+ default: module2["FilterContainer"]
88
+ }))
89
+ ),
90
+ FilterHeadingContainer: (0, import_react.lazy)(
91
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
92
+ default: module2["FilterHeadingContainer"]
93
+ }))
94
+ ),
95
+ FilterContent: (0, import_react.lazy)(
96
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
97
+ default: module2["FilterContent"]
98
+ }))
99
+ ),
100
+ FilterOptionsSection: (0, import_react.lazy)(
101
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
102
+ default: module2["FilterOptionsSection"]
103
+ }))
104
+ ),
105
+ FilterSelectedHeading: (0, import_react.lazy)(
106
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
107
+ default: module2["FilterSelectedHeading"]
108
+ }))
109
+ ),
110
+ FilterSelectedSection: (0, import_react.lazy)(
111
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
112
+ default: module2["FilterSelectedSection"]
113
+ }))
114
+ ),
115
+ ResultsHeading: (0, import_react.lazy)(
116
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
117
+ default: module2["ResultsHeading"]
118
+ }))
119
+ ),
120
+ ResultsActionBar: (0, import_react.lazy)(
121
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
122
+ default: module2["ResultsActionBar"]
123
+ }))
124
+ ),
125
+ ResultsHeadingActions: (0, import_react.lazy)(
126
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
127
+ default: module2["ResultsHeadingActions"]
128
+ }))
129
+ ),
130
+ Footer: (0, import_react.lazy)(
131
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
132
+ default: module2["Footer"]
133
+ }))
134
+ ),
135
+ FooterContainer: (0, import_react.lazy)(
136
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
137
+ default: module2["FooterContainer"]
138
+ }))
139
+ ),
140
+ FooterContent: (0, import_react.lazy)(
141
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
142
+ default: module2["FooterContent"]
143
+ }))
144
+ ),
145
+ FooterContentLogos: (0, import_react.lazy)(
146
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
147
+ default: module2["FooterContentLogos"]
148
+ }))
149
+ ),
150
+ FooterHeading: (0, import_react.lazy)(
151
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
152
+ default: module2["FooterHeading"]
153
+ }))
154
+ ),
155
+ FooterImage: (0, import_react.lazy)(
156
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
157
+ default: module2["FooterImage"]
158
+ }))
159
+ ),
160
+ FooterLink: (0, import_react.lazy)(
161
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
162
+ default: module2["FooterLink"]
163
+ }))
164
+ ),
165
+ FooterList: (0, import_react.lazy)(
166
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
167
+ default: module2["FooterList"]
168
+ }))
169
+ ),
170
+ FooterListItem: (0, import_react.lazy)(
171
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
172
+ default: module2["FooterListItem"]
173
+ }))
174
+ ),
175
+ FooterInfo: (0, import_react.lazy)(
176
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
177
+ default: module2["FooterInfo"]
178
+ }))
179
+ ),
180
+ FooterInfoSection: (0, import_react.lazy)(
181
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
182
+ default: module2["FooterInfoSection"]
183
+ }))
184
+ ),
185
+ FooterNavigation: (0, import_react.lazy)(
186
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
187
+ default: module2["FooterNavigation"]
188
+ }))
189
+ ),
190
+ FooterNavigationSection: (0, import_react.lazy)(
191
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
192
+ default: module2["FooterNavigationSection"]
193
+ }))
194
+ ),
195
+ HeaderContent: (0, import_react.lazy)(
196
+ () => import("@digigov/ui/app/Header/HeaderContent").then((module2) => ({
197
+ default: module2["HeaderContent"]
198
+ }))
199
+ ),
200
+ HeaderLogo: (0, import_react.lazy)(
201
+ () => import("@digigov/ui/app/Header/HeaderLogo").then((module2) => ({
202
+ default: module2["HeaderLogo"]
203
+ }))
204
+ ),
205
+ HeaderNavMenuContent: (0, import_react.lazy)(
206
+ () => import("@digigov/ui/app/Header/HeaderNavMenuContent").then((module2) => ({
207
+ default: module2["HeaderNavMenuContent"]
208
+ }))
209
+ ),
210
+ HeaderSecondaryLogo: (0, import_react.lazy)(
211
+ () => import("@digigov/ui/app/Header/HeaderSecondaryLogo").then((module2) => ({
212
+ default: module2["HeaderSecondaryLogo"]
213
+ }))
214
+ ),
215
+ HeaderSection: (0, import_react.lazy)(
216
+ () => import("@digigov/ui/app/Header/HeaderSection").then((module2) => ({
217
+ default: module2["HeaderSection"]
218
+ }))
219
+ ),
220
+ HeaderTitle: (0, import_react.lazy)(
221
+ () => import("@digigov/ui/app/Header/HeaderTitle").then((module2) => ({
222
+ default: module2["HeaderTitle"]
223
+ }))
224
+ ),
225
+ Header: (0, import_react.lazy)(
226
+ () => import("@digigov/ui/app/Header").then((module2) => ({
227
+ default: module2["Header"]
228
+ }))
229
+ ),
230
+ Panel: (0, import_react.lazy)(
231
+ () => import("@digigov/ui/app/Panel").then((module2) => ({
232
+ default: module2["Panel"]
233
+ }))
234
+ ),
235
+ PanelBody: (0, import_react.lazy)(
236
+ () => import("@digigov/ui/app/Panel").then((module2) => ({
237
+ default: module2["PanelBody"]
238
+ }))
239
+ ),
240
+ PanelTitle: (0, import_react.lazy)(
241
+ () => import("@digigov/ui/app/Panel").then((module2) => ({
242
+ default: module2["PanelTitle"]
243
+ }))
244
+ ),
245
+ LoaderContainer: (0, import_react.lazy)(
246
+ () => import("@digigov/ui/app/Loader").then((module2) => ({
247
+ default: module2["LoaderContainer"]
248
+ }))
249
+ ),
250
+ CircularProgress: (0, import_react.lazy)(
251
+ () => import("@digigov/ui/app/Loader").then((module2) => ({
252
+ default: module2["CircularProgress"]
253
+ }))
254
+ ),
255
+ FullPageBackground: (0, import_react.lazy)(
256
+ () => import("@digigov/ui/app/Loader").then((module2) => ({
257
+ default: module2["FullPageBackground"]
258
+ }))
259
+ ),
260
+ Masthead: (0, import_react.lazy)(
261
+ () => import("@digigov/ui/layouts/Basic/Masthead").then((module2) => ({
262
+ default: module2["Masthead"]
263
+ }))
264
+ ),
265
+ MastheadBody: (0, import_react.lazy)(
266
+ () => import("@digigov/ui/layouts/Basic/Masthead").then((module2) => ({
267
+ default: module2["MastheadBody"]
268
+ }))
269
+ ),
270
+ MastheadLogo: (0, import_react.lazy)(
271
+ () => import("@digigov/ui/layouts/Basic/Masthead").then((module2) => ({
272
+ default: module2["MastheadLogo"]
273
+ }))
274
+ ),
275
+ ModalContainer: (0, import_react.lazy)(
276
+ () => import("@digigov/ui/app/Modal").then((module2) => ({
277
+ default: module2["ModalContainer"]
278
+ }))
279
+ ),
280
+ ModalHeading: (0, import_react.lazy)(
281
+ () => import("@digigov/ui/app/Modal").then((module2) => ({
282
+ default: module2["ModalHeading"]
283
+ }))
284
+ ),
285
+ ModalContent: (0, import_react.lazy)(
286
+ () => import("@digigov/ui/app/Modal").then((module2) => ({
287
+ default: module2["ModalContent"]
288
+ }))
289
+ ),
290
+ ModalAction: (0, import_react.lazy)(
291
+ () => import("@digigov/ui/app/Modal").then((module2) => ({
292
+ default: module2["ModalAction"]
293
+ }))
294
+ ),
295
+ Modal: (0, import_react.lazy)(
296
+ () => import("@digigov/ui/app/Modal/Modal").then((module2) => ({
297
+ default: module2["Modal"]
298
+ }))
299
+ ),
300
+ ModalBase: (0, import_react.lazy)(
301
+ () => import("@digigov/ui/app/Modal/Modal").then((module2) => ({
302
+ default: module2["ModalBase"]
303
+ }))
304
+ ),
305
+ NotFound: (0, import_react.lazy)(
306
+ () => import("@digigov/ui/app/NotFound").then((module2) => ({
307
+ default: module2["NotFound"]
308
+ }))
309
+ ),
310
+ PageTitleContainer: (0, import_react.lazy)(
311
+ () => import("@digigov/ui/app/PageTitleContainer").then((module2) => ({
312
+ default: module2["PageTitleContainer"]
313
+ }))
314
+ ),
315
+ PageTitleCaption: (0, import_react.lazy)(
316
+ () => import("@digigov/ui/app/PageTitleContainer").then((module2) => ({
317
+ default: module2["PageTitleCaption"]
318
+ }))
319
+ ),
320
+ PageTitleHeading: (0, import_react.lazy)(
321
+ () => import("@digigov/ui/app/PageTitleContainer").then((module2) => ({
322
+ default: module2["PageTitleHeading"]
323
+ }))
324
+ ),
325
+ PhaseBannerHeader: (0, import_react.lazy)(
326
+ () => import("@digigov/ui/app/PhaseBannerHeader").then((module2) => ({
327
+ default: module2["PhaseBannerHeader"]
328
+ }))
329
+ ),
330
+ QrCodeScanner: (0, import_react.lazy)(
331
+ () => import("@digigov/ui/app/QrCodeScanner").then((module2) => ({
332
+ default: module2["QrCodeScanner"]
333
+ }))
334
+ ),
335
+ QrCodeViewer: (0, import_react.lazy)(
336
+ () => import("@digigov/ui/app/QrCodeViewer").then((module2) => ({
337
+ default: module2["QrCodeViewer"]
338
+ }))
339
+ ),
340
+ ThemeOptions: (0, import_react.lazy)(
341
+ () => import("@digigov/ui/app/ThemeOptions").then((module2) => ({
342
+ default: module2["ThemeOptions"]
343
+ }))
344
+ ),
345
+ ModalAuto: (0, import_react.lazy)(
346
+ () => import("@digigov/ui/app/Modal/auto").then((module2) => ({
347
+ default: module2["ModalAuto"]
348
+ }))
349
+ ),
350
+ ModalButtonAuto: (0, import_react.lazy)(
351
+ () => import("@digigov/ui/app/Modal/auto").then((module2) => ({
352
+ default: module2["ModalButtonAuto"]
353
+ }))
354
+ ),
355
+ ModalContext: (0, import_react.lazy)(
356
+ () => import("@digigov/ui/app/Modal/auto").then((module2) => ({
357
+ default: module2["ModalContext"]
358
+ }))
359
+ ),
360
+ ModalProvider: (0, import_react.lazy)(
361
+ () => import("@digigov/ui/app/Modal/auto").then((module2) => ({
362
+ default: module2["ModalProvider"]
363
+ }))
364
+ ),
365
+ MARGIN_SIZE: (0, import_react.lazy)(
366
+ () => import("@digigov/ui/app/QrCodeViewer/utils").then((module2) => ({
367
+ default: module2["MARGIN_SIZE"]
368
+ }))
369
+ ),
370
+ Skeleton: (0, import_react.lazy)(
371
+ () => import("@digigov/ui/app/Skeleton").then((module2) => ({
372
+ default: module2["Skeleton"]
373
+ }))
374
+ ),
375
+ AccordionAuto: (0, import_react.lazy)(
376
+ () => import("@digigov/ui/content/Accordion/auto").then((module2) => ({
377
+ default: module2["AccordionAuto"]
378
+ }))
379
+ ),
380
+ AccordionCloseAllButtonAuto: (0, import_react.lazy)(
381
+ () => import("@digigov/ui/content/Accordion/auto").then((module2) => ({
382
+ default: module2["AccordionCloseAllButtonAuto"]
383
+ }))
384
+ ),
385
+ AccordionOpenAllButtonAuto: (0, import_react.lazy)(
386
+ () => import("@digigov/ui/content/Accordion/auto").then((module2) => ({
387
+ default: module2["AccordionOpenAllButtonAuto"]
388
+ }))
389
+ ),
390
+ AccordionSectionAuto: (0, import_react.lazy)(
391
+ () => import("@digigov/ui/content/Accordion/auto").then((module2) => ({
392
+ default: module2["AccordionSectionAuto"]
393
+ }))
394
+ ),
395
+ Accordion: (0, import_react.lazy)(
396
+ () => import("@digigov/ui/content/Accordion").then((module2) => ({
397
+ default: module2["Accordion"]
398
+ }))
399
+ ),
400
+ AccordionControls: (0, import_react.lazy)(
401
+ () => import("@digigov/ui/content/Accordion").then((module2) => ({
402
+ default: module2["AccordionControls"]
403
+ }))
404
+ ),
405
+ AccordionSection: (0, import_react.lazy)(
406
+ () => import("@digigov/ui/content/Accordion").then((module2) => ({
407
+ default: module2["AccordionSection"]
408
+ }))
409
+ ),
410
+ AccordionSectionContent: (0, import_react.lazy)(
411
+ () => import("@digigov/ui/content/Accordion").then((module2) => ({
412
+ default: module2["AccordionSectionContent"]
413
+ }))
414
+ ),
415
+ AccordionSectionSummary: (0, import_react.lazy)(
416
+ () => import("@digigov/ui/content/Accordion").then((module2) => ({
417
+ default: module2["AccordionSectionSummary"]
418
+ }))
419
+ ),
420
+ AccordionSectionSummaryHeading: (0, import_react.lazy)(
421
+ () => import("@digigov/ui/content/Accordion").then((module2) => ({
422
+ default: module2["AccordionSectionSummaryHeading"]
423
+ }))
424
+ ),
425
+ Blockquote: (0, import_react.lazy)(
426
+ () => import("@digigov/ui/content/Blockquote").then((module2) => ({
427
+ default: module2["Blockquote"]
428
+ }))
429
+ ),
430
+ Card: (0, import_react.lazy)(
431
+ () => import("@digigov/ui/content/Card").then((module2) => ({
432
+ default: module2["Card"]
433
+ }))
434
+ ),
435
+ CardAction: (0, import_react.lazy)(
436
+ () => import("@digigov/ui/content/Card").then((module2) => ({
437
+ default: module2["CardAction"]
438
+ }))
439
+ ),
440
+ CardHeading: (0, import_react.lazy)(
441
+ () => import("@digigov/ui/content/Card").then((module2) => ({
442
+ default: module2["CardHeading"]
443
+ }))
444
+ ),
445
+ CardContent: (0, import_react.lazy)(
446
+ () => import("@digigov/ui/content/Card").then((module2) => ({
447
+ default: module2["CardContent"]
448
+ }))
449
+ ),
450
+ Chip: (0, import_react.lazy)(
451
+ () => import("@digigov/ui/content/Chip").then((module2) => ({
452
+ default: module2["Chip"]
453
+ }))
454
+ ),
455
+ ChipHeading: (0, import_react.lazy)(
456
+ () => import("@digigov/ui/content/Chip").then((module2) => ({
457
+ default: module2["ChipHeading"]
458
+ }))
459
+ ),
460
+ ChipContainer: (0, import_react.lazy)(
461
+ () => import("@digigov/ui/content/Chip").then((module2) => ({
462
+ default: module2["ChipContainer"]
463
+ }))
464
+ ),
465
+ ChipKeyValue: (0, import_react.lazy)(
466
+ () => import("@digigov/ui/content/Chip").then((module2) => ({
467
+ default: module2["ChipKeyValue"]
468
+ }))
469
+ ),
470
+ Details: (0, import_react.lazy)(
471
+ () => import("@digigov/ui/content/Details").then((module2) => ({
472
+ default: module2["Details"]
473
+ }))
474
+ ),
475
+ DetailsContent: (0, import_react.lazy)(
476
+ () => import("@digigov/ui/content/Details").then((module2) => ({
477
+ default: module2["DetailsContent"]
478
+ }))
479
+ ),
480
+ DetailsSummary: (0, import_react.lazy)(
481
+ () => import("@digigov/ui/content/Details").then((module2) => ({
482
+ default: module2["DetailsSummary"]
483
+ }))
484
+ ),
485
+ FillableText: (0, import_react.lazy)(
486
+ () => import("@digigov/ui/content/FillableText").then((module2) => ({
487
+ default: module2["FillableText"]
488
+ }))
489
+ ),
490
+ LabeledText: (0, import_react.lazy)(
491
+ () => import("@digigov/ui/content/FillableText").then((module2) => ({
492
+ default: module2["LabeledText"]
493
+ }))
494
+ ),
495
+ List: (0, import_react.lazy)(
496
+ () => import("@digigov/ui/content/List/List").then((module2) => ({
497
+ default: module2["List"]
498
+ }))
499
+ ),
500
+ ListItem: (0, import_react.lazy)(
501
+ () => import("@digigov/ui/content/List/ListItem").then((module2) => ({
502
+ default: module2["ListItem"]
503
+ }))
504
+ ),
505
+ StepNav: (0, import_react.lazy)(
506
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
507
+ default: module2["StepNav"]
508
+ }))
509
+ ),
510
+ StepNavAccordionContent: (0, import_react.lazy)(
511
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
512
+ default: module2["StepNavAccordionContent"]
513
+ }))
514
+ ),
515
+ StepNavAccordionHeadingText: (0, import_react.lazy)(
516
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
517
+ default: module2["StepNavAccordionHeadingText"]
518
+ }))
519
+ ),
520
+ StepNavAccordionHeadingTitle: (0, import_react.lazy)(
521
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
522
+ default: module2["StepNavAccordionHeadingTitle"]
523
+ }))
524
+ ),
525
+ StepNavAccordionSummary: (0, import_react.lazy)(
526
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
527
+ default: module2["StepNavAccordionSummary"]
528
+ }))
529
+ ),
530
+ StepNavAccordionSummaryHeading: (0, import_react.lazy)(
531
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
532
+ default: module2["StepNavAccordionSummaryHeading"]
533
+ }))
534
+ ),
535
+ StepNavCircleNumber: (0, import_react.lazy)(
536
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
537
+ default: module2["StepNavCircleNumber"]
538
+ }))
539
+ ),
540
+ StepNavControls: (0, import_react.lazy)(
541
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
542
+ default: module2["StepNavControls"]
543
+ }))
544
+ ),
545
+ StepNavList: (0, import_react.lazy)(
546
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
547
+ default: module2["StepNavList"]
548
+ }))
549
+ ),
550
+ StepNavListItem: (0, import_react.lazy)(
551
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
552
+ default: module2["StepNavListItem"]
553
+ }))
554
+ ),
555
+ StepNavAccordion: (0, import_react.lazy)(
556
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
557
+ default: module2["StepNavAccordion"]
558
+ }))
559
+ ),
560
+ SummaryList: (0, import_react.lazy)(
561
+ () => import("@digigov/ui/content/SummaryList").then((module2) => ({
562
+ default: module2["SummaryList"]
563
+ }))
564
+ ),
565
+ SummaryListItemAction: (0, import_react.lazy)(
566
+ () => import("@digigov/ui/content/SummaryList").then((module2) => ({
567
+ default: module2["SummaryListItemAction"]
568
+ }))
569
+ ),
570
+ SummaryListItem: (0, import_react.lazy)(
571
+ () => import("@digigov/ui/content/SummaryList").then((module2) => ({
572
+ default: module2["SummaryListItem"]
573
+ }))
574
+ ),
575
+ SummaryListItemKey: (0, import_react.lazy)(
576
+ () => import("@digigov/ui/content/SummaryList").then((module2) => ({
577
+ default: module2["SummaryListItemKey"]
578
+ }))
579
+ ),
580
+ SummaryListItemValue: (0, import_react.lazy)(
581
+ () => import("@digigov/ui/content/SummaryList").then((module2) => ({
582
+ default: module2["SummaryListItemValue"]
583
+ }))
584
+ ),
585
+ TableSortLabel: (0, import_react.lazy)(
586
+ () => import("@digigov/ui/content/Table").then((module2) => ({
587
+ default: module2["TableSortLabel"]
588
+ }))
589
+ ),
590
+ Table: (0, import_react.lazy)(
591
+ () => import("@digigov/ui/content/Table").then((module2) => ({
592
+ default: module2["Table"]
593
+ }))
594
+ ),
595
+ TableSortIconContainer: (0, import_react.lazy)(
596
+ () => import("@digigov/ui/content/Table").then((module2) => ({
597
+ default: module2["TableSortIconContainer"]
598
+ }))
599
+ ),
600
+ TableContainer: (0, import_react.lazy)(
601
+ () => import("@digigov/ui/content/Table").then((module2) => ({
602
+ default: module2["TableContainer"]
603
+ }))
604
+ ),
605
+ TableBody: (0, import_react.lazy)(
606
+ () => import("@digigov/ui/content/Table").then((module2) => ({
607
+ default: module2["TableBody"]
608
+ }))
609
+ ),
610
+ TableCaption: (0, import_react.lazy)(
611
+ () => import("@digigov/ui/content/Table").then((module2) => ({
612
+ default: module2["TableCaption"]
613
+ }))
614
+ ),
615
+ TableDataCell: (0, import_react.lazy)(
616
+ () => import("@digigov/ui/content/Table").then((module2) => ({
617
+ default: module2["TableDataCell"]
618
+ }))
619
+ ),
620
+ TableHead: (0, import_react.lazy)(
621
+ () => import("@digigov/ui/content/Table").then((module2) => ({
622
+ default: module2["TableHead"]
623
+ }))
624
+ ),
625
+ TableHeadCell: (0, import_react.lazy)(
626
+ () => import("@digigov/ui/content/Table").then((module2) => ({
627
+ default: module2["TableHeadCell"]
628
+ }))
629
+ ),
630
+ TableRow: (0, import_react.lazy)(
631
+ () => import("@digigov/ui/content/Table").then((module2) => ({
632
+ default: module2["TableRow"]
633
+ }))
634
+ ),
635
+ TableNoDataRow: (0, import_react.lazy)(
636
+ () => import("@digigov/ui/content/Table").then((module2) => ({
637
+ default: module2["TableNoDataRow"]
638
+ }))
639
+ ),
640
+ TableLoaderBackground: (0, import_react.lazy)(
641
+ () => import("@digigov/ui/content/Table").then((module2) => ({
642
+ default: module2["TableLoaderBackground"]
643
+ }))
644
+ ),
645
+ TableFloatingScroll: (0, import_react.lazy)(
646
+ () => import("@digigov/ui/content/Table/TableFloatingScroll").then((module2) => ({
647
+ default: module2["TableFloatingScroll"]
648
+ }))
649
+ ),
650
+ TaskList: (0, import_react.lazy)(
651
+ () => import("@digigov/ui/content/TaskList").then((module2) => ({
652
+ default: module2["TaskList"]
653
+ }))
654
+ ),
655
+ TaskListItem: (0, import_react.lazy)(
656
+ () => import("@digigov/ui/content/TaskList").then((module2) => ({
657
+ default: module2["TaskListItem"]
658
+ }))
659
+ ),
660
+ TaskListItemContent: (0, import_react.lazy)(
661
+ () => import("@digigov/ui/content/TaskList").then((module2) => ({
662
+ default: module2["TaskListItemContent"]
663
+ }))
664
+ ),
665
+ TaskListItemHeading: (0, import_react.lazy)(
666
+ () => import("@digigov/ui/content/TaskList").then((module2) => ({
667
+ default: module2["TaskListItemHeading"]
668
+ }))
669
+ ),
670
+ TaskListItemTag: (0, import_react.lazy)(
671
+ () => import("@digigov/ui/content/TaskList").then((module2) => ({
672
+ default: module2["TaskListItemTag"]
673
+ }))
674
+ ),
675
+ Timeline: (0, import_react.lazy)(
676
+ () => import("@digigov/ui/content/Timeline").then((module2) => ({
677
+ default: module2["Timeline"]
678
+ }))
679
+ ),
680
+ TimelineContent: (0, import_react.lazy)(
681
+ () => import("@digigov/ui/content/Timeline").then((module2) => ({
682
+ default: module2["TimelineContent"]
683
+ }))
684
+ ),
685
+ TimelineHeading: (0, import_react.lazy)(
686
+ () => import("@digigov/ui/content/Timeline").then((module2) => ({
687
+ default: module2["TimelineHeading"]
688
+ }))
689
+ ),
690
+ TimelineItem: (0, import_react.lazy)(
691
+ () => import("@digigov/ui/content/Timeline").then((module2) => ({
692
+ default: module2["TimelineItem"]
693
+ }))
694
+ ),
695
+ TimelineActions: (0, import_react.lazy)(
696
+ () => import("@digigov/ui/content/Timeline").then((module2) => ({
697
+ default: module2["TimelineActions"]
698
+ }))
699
+ ),
700
+ Markdown: (0, import_react.lazy)(
701
+ () => import("@digigov/ui/content/Markdown").then((module2) => ({
702
+ default: module2["Markdown"]
703
+ }))
704
+ ),
705
+ SafeHTML: (0, import_react.lazy)(
706
+ () => import("@digigov/ui/content/SafeHTML").then((module2) => ({
707
+ default: module2["SafeHTML"]
708
+ }))
709
+ ),
710
+ StepNavAccordionAuto: (0, import_react.lazy)(
711
+ () => import("@digigov/ui/content/StepNav/auto").then((module2) => ({
712
+ default: module2["StepNavAccordionAuto"]
713
+ }))
714
+ ),
715
+ StepNavAuto: (0, import_react.lazy)(
716
+ () => import("@digigov/ui/content/StepNav/auto").then((module2) => ({
717
+ default: module2["StepNavAuto"]
718
+ }))
719
+ ),
720
+ StepNavCloseAllButtonAuto: (0, import_react.lazy)(
721
+ () => import("@digigov/ui/content/StepNav/auto").then((module2) => ({
722
+ default: module2["StepNavCloseAllButtonAuto"]
723
+ }))
724
+ ),
725
+ StepNavOpenAllButtonAuto: (0, import_react.lazy)(
726
+ () => import("@digigov/ui/content/StepNav/auto").then((module2) => ({
727
+ default: module2["StepNavOpenAllButtonAuto"]
728
+ }))
729
+ ),
730
+ CopyToClipboard: (0, import_react.lazy)(
731
+ () => import("@digigov/ui/feedback/CopyToClipboard").then((module2) => ({
732
+ default: module2["CopyToClipboard"]
733
+ }))
734
+ ),
735
+ CopyToClipboardContainer: (0, import_react.lazy)(
736
+ () => import("@digigov/ui/feedback/CopyToClipboard").then((module2) => ({
737
+ default: module2["CopyToClipboardContainer"]
738
+ }))
739
+ ),
740
+ CopyToClipboardMessage: (0, import_react.lazy)(
741
+ () => import("@digigov/ui/feedback/CopyToClipboard").then((module2) => ({
742
+ default: module2["CopyToClipboardMessage"]
743
+ }))
744
+ ),
745
+ ErrorSummary: (0, import_react.lazy)(
746
+ () => import("@digigov/ui/feedback/ErrorSummary").then((module2) => ({
747
+ default: module2["ErrorSummary"]
748
+ }))
749
+ ),
750
+ NotificationBanner: (0, import_react.lazy)(
751
+ () => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({
752
+ default: module2["NotificationBanner"]
753
+ }))
754
+ ),
755
+ NotificationBannerContainer: (0, import_react.lazy)(
756
+ () => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({
757
+ default: module2["NotificationBannerContainer"]
758
+ }))
759
+ ),
760
+ NotificationBannerContent: (0, import_react.lazy)(
761
+ () => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({
762
+ default: module2["NotificationBannerContent"]
763
+ }))
764
+ ),
765
+ NotificationBannerHeader: (0, import_react.lazy)(
766
+ () => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({
767
+ default: module2["NotificationBannerHeader"]
768
+ }))
769
+ ),
770
+ NotificationBannerHeading: (0, import_react.lazy)(
771
+ () => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({
772
+ default: module2["NotificationBannerHeading"]
773
+ }))
774
+ ),
775
+ NotificationBannerLink: (0, import_react.lazy)(
776
+ () => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({
777
+ default: module2["NotificationBannerLink"]
778
+ }))
779
+ ),
780
+ PhaseBanner: (0, import_react.lazy)(
781
+ () => import("@digigov/ui/feedback/PhaseBanner").then((module2) => ({
782
+ default: module2["PhaseBanner"]
783
+ }))
784
+ ),
785
+ PhaseBannerHeaderContainer: (0, import_react.lazy)(
786
+ () => import("@digigov/ui/feedback/PhaseBanner").then((module2) => ({
787
+ default: module2["PhaseBannerHeaderContainer"]
788
+ }))
789
+ ),
790
+ PhaseBannerTag: (0, import_react.lazy)(
791
+ () => import("@digigov/ui/feedback/PhaseBanner").then((module2) => ({
792
+ default: module2["PhaseBannerTag"]
793
+ }))
794
+ ),
795
+ PhaseBannerText: (0, import_react.lazy)(
796
+ () => import("@digigov/ui/feedback/PhaseBanner").then((module2) => ({
797
+ default: module2["PhaseBannerText"]
798
+ }))
799
+ ),
800
+ WarningTextAssistive: (0, import_react.lazy)(
801
+ () => import("@digigov/ui/feedback/WarningText").then((module2) => ({
802
+ default: module2["WarningTextAssistive"]
803
+ }))
804
+ ),
805
+ WarningText: (0, import_react.lazy)(
806
+ () => import("@digigov/ui/feedback/WarningText").then((module2) => ({
807
+ default: module2["WarningText"]
808
+ }))
809
+ ),
810
+ AutoComplete: (0, import_react.lazy)(
811
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
812
+ default: module2["AutoComplete"]
813
+ }))
814
+ ),
815
+ AutoCompleteAssistiveHint: (0, import_react.lazy)(
816
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
817
+ default: module2["AutoCompleteAssistiveHint"]
818
+ }))
819
+ ),
820
+ AutoCompleteContainer: (0, import_react.lazy)(
821
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
822
+ default: module2["AutoCompleteContainer"]
823
+ }))
824
+ ),
825
+ AutoCompleteInput: (0, import_react.lazy)(
826
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
827
+ default: module2["AutoCompleteInput"]
828
+ }))
829
+ ),
830
+ AutoCompleteInputTypeahead: (0, import_react.lazy)(
831
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
832
+ default: module2["AutoCompleteInputTypeahead"]
833
+ }))
834
+ ),
835
+ AutoCompleteMultipleInput: (0, import_react.lazy)(
836
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
837
+ default: module2["AutoCompleteMultipleInput"]
838
+ }))
839
+ ),
840
+ AutoCompleteMultipleInputContainer: (0, import_react.lazy)(
841
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
842
+ default: module2["AutoCompleteMultipleInputContainer"]
843
+ }))
844
+ ),
845
+ AutoCompleteResultList: (0, import_react.lazy)(
846
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
847
+ default: module2["AutoCompleteResultList"]
848
+ }))
849
+ ),
850
+ AutoCompleteResultListItem: (0, import_react.lazy)(
851
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
852
+ default: module2["AutoCompleteResultListItem"]
853
+ }))
854
+ ),
855
+ AutoCompleteStatus: (0, import_react.lazy)(
856
+ () => import("@digigov/ui/form/AutoComplete/Status").then((module2) => ({
857
+ default: module2["AutoCompleteStatus"]
858
+ }))
859
+ ),
860
+ AutoCompleteStatusContainer: (0, import_react.lazy)(
861
+ () => import("@digigov/ui/form/AutoComplete/Status").then((module2) => ({
862
+ default: module2["AutoCompleteStatusContainer"]
863
+ }))
864
+ ),
865
+ ButtonLink: (0, import_react.lazy)(
866
+ () => import("@digigov/ui/form/Button/ButtonLink").then((module2) => ({
867
+ default: module2["ButtonLink"]
868
+ }))
869
+ ),
870
+ CallToAction: (0, import_react.lazy)(
871
+ () => import("@digigov/ui/form/Button/CallToAction").then((module2) => ({
872
+ default: module2["CallToAction"]
873
+ }))
874
+ ),
875
+ ContinueButton: (0, import_react.lazy)(
876
+ () => import("@digigov/ui/form/Button").then((module2) => ({
877
+ default: module2["ContinueButton"]
878
+ }))
879
+ ),
880
+ Button: (0, import_react.lazy)(
881
+ () => import("@digigov/ui/form/Button").then((module2) => ({
882
+ default: module2["Button"]
883
+ }))
884
+ ),
885
+ ThemeToggleButton: (0, import_react.lazy)(
886
+ () => import("@digigov/ui/form/Button/ThemeToggleButton").then((module2) => ({
887
+ default: module2["ThemeToggleButton"]
888
+ }))
889
+ ),
890
+ ButtonGroup: (0, import_react.lazy)(
891
+ () => import("@digigov/ui/form/Button").then((module2) => ({
892
+ default: module2["ButtonGroup"]
893
+ }))
894
+ ),
895
+ Checkbox: (0, import_react.lazy)(
896
+ () => import("@digigov/ui/form/Checkbox").then((module2) => ({
897
+ default: module2["Checkbox"]
898
+ }))
899
+ ),
900
+ CheckboxItem: (0, import_react.lazy)(
901
+ () => import("@digigov/ui/form/Checkbox").then((module2) => ({
902
+ default: module2["CheckboxItem"]
903
+ }))
904
+ ),
905
+ CheckboxItemInput: (0, import_react.lazy)(
906
+ () => import("@digigov/ui/form/Checkbox").then((module2) => ({
907
+ default: module2["CheckboxItemInput"]
908
+ }))
909
+ ),
910
+ CheckboxConditional: (0, import_react.lazy)(
911
+ () => import("@digigov/ui/form/Checkbox").then((module2) => ({
912
+ default: module2["CheckboxConditional"]
913
+ }))
914
+ ),
915
+ DateInputContainer: (0, import_react.lazy)(
916
+ () => import("@digigov/ui/form/DateInputContainer").then((module2) => ({
917
+ default: module2["DateInputContainer"]
918
+ }))
919
+ ),
920
+ DateInputItem: (0, import_react.lazy)(
921
+ () => import("@digigov/ui/form/DateInputContainer").then((module2) => ({
922
+ default: module2["DateInputItem"]
923
+ }))
924
+ ),
925
+ ErrorMessage: (0, import_react.lazy)(
926
+ () => import("@digigov/ui/form/ErrorMessage").then((module2) => ({
927
+ default: module2["ErrorMessage"]
928
+ }))
929
+ ),
930
+ FieldContainer: (0, import_react.lazy)(
931
+ () => import("@digigov/ui/form/FieldContainer").then((module2) => ({
932
+ default: module2["FieldContainer"]
933
+ }))
934
+ ),
935
+ Fieldset: (0, import_react.lazy)(
936
+ () => import("@digigov/ui/form/FieldContainer").then((module2) => ({
937
+ default: module2["Fieldset"]
938
+ }))
939
+ ),
940
+ FieldsetLegend: (0, import_react.lazy)(
941
+ () => import("@digigov/ui/form/FieldContainer").then((module2) => ({
942
+ default: module2["FieldsetLegend"]
943
+ }))
944
+ ),
945
+ FileUpload: (0, import_react.lazy)(
946
+ () => import("@digigov/ui/form/FileUpload").then((module2) => ({
947
+ default: module2["FileUpload"]
948
+ }))
949
+ ),
950
+ FileUploadContainer: (0, import_react.lazy)(
951
+ () => import("@digigov/ui/form/FileUpload").then((module2) => ({
952
+ default: module2["FileUploadContainer"]
953
+ }))
954
+ ),
955
+ Form: (0, import_react.lazy)(
956
+ () => import("@digigov/ui/form/Form").then((module2) => ({
957
+ default: module2["Form"]
958
+ }))
959
+ ),
960
+ LabelContainer: (0, import_react.lazy)(
961
+ () => import("@digigov/ui/form/LabelContainer").then((module2) => ({
962
+ default: module2["LabelContainer"]
963
+ }))
964
+ ),
965
+ LabelTitle: (0, import_react.lazy)(
966
+ () => import("@digigov/ui/form/LabelContainer").then((module2) => ({
967
+ default: module2["LabelTitle"]
968
+ }))
969
+ ),
970
+ RadioContainer: (0, import_react.lazy)(
971
+ () => import("@digigov/ui/form/RadioContainer").then((module2) => ({
972
+ default: module2["RadioContainer"]
973
+ }))
974
+ ),
975
+ RadioItem: (0, import_react.lazy)(
976
+ () => import("@digigov/ui/form/RadioContainer").then((module2) => ({
977
+ default: module2["RadioItem"]
978
+ }))
979
+ ),
980
+ ChoiceDividerText: (0, import_react.lazy)(
981
+ () => import("@digigov/ui/form/RadioContainer").then((module2) => ({
982
+ default: module2["ChoiceDividerText"]
983
+ }))
984
+ ),
985
+ RadioConditional: (0, import_react.lazy)(
986
+ () => import("@digigov/ui/form/RadioContainer").then((module2) => ({
987
+ default: module2["RadioConditional"]
988
+ }))
989
+ ),
990
+ SearchContainer: (0, import_react.lazy)(
991
+ () => import("@digigov/ui/form/SearchContainer").then((module2) => ({
992
+ default: module2["SearchContainer"]
993
+ }))
994
+ ),
995
+ SearchButton: (0, import_react.lazy)(
996
+ () => import("@digigov/ui/form/SearchContainer").then((module2) => ({
997
+ default: module2["SearchButton"]
998
+ }))
999
+ ),
1000
+ SearchIcon: (0, import_react.lazy)(
1001
+ () => import("@digigov/ui/form/SearchContainer").then((module2) => ({
1002
+ default: module2["SearchIcon"]
1003
+ }))
1004
+ ),
1005
+ SelectContainer: (0, import_react.lazy)(
1006
+ () => import("@digigov/ui/form/SelectContainer").then((module2) => ({
1007
+ default: module2["SelectContainer"]
1008
+ }))
1009
+ ),
1010
+ SelectOption: (0, import_react.lazy)(
1011
+ () => import("@digigov/ui/form/SelectContainer").then((module2) => ({
1012
+ default: module2["SelectOption"]
1013
+ }))
1014
+ ),
1015
+ SingleCharacterInputs: (0, import_react.lazy)(
1016
+ () => import("@digigov/ui/form/SingleCharacterInputs").then((module2) => ({
1017
+ default: module2["SingleCharacterInputs"]
1018
+ }))
1019
+ ),
1020
+ SingleCharacterInput: (0, import_react.lazy)(
1021
+ () => import("@digigov/ui/form/SingleCharacterInputs").then((module2) => ({
1022
+ default: module2["SingleCharacterInput"]
1023
+ }))
1024
+ ),
1025
+ TextArea: (0, import_react.lazy)(
1026
+ () => import("@digigov/ui/form/TextArea").then((module2) => ({
1027
+ default: module2["TextArea"]
1028
+ }))
1029
+ ),
1030
+ TextInput: (0, import_react.lazy)(
1031
+ () => import("@digigov/ui/form/TextInput").then((module2) => ({
1032
+ default: module2["TextInput"]
1033
+ }))
1034
+ ),
1035
+ Copyright: (0, import_react.lazy)(
1036
+ () => import("@digigov/ui/govgr/Footer/Copyright").then((module2) => ({
1037
+ default: module2["Copyright"]
1038
+ }))
1039
+ ),
1040
+ CopyrightContainer: (0, import_react.lazy)(
1041
+ () => import("@digigov/ui/govgr/Footer/Copyright").then((module2) => ({
1042
+ default: module2["CopyrightContainer"]
1043
+ }))
1044
+ ),
1045
+ HellenicRepublicLogo: (0, import_react.lazy)(
1046
+ () => import("@digigov/ui/govgr/Footer/HellenicRepublicLogo").then((module2) => ({
1047
+ default: module2["HellenicRepublicLogo"]
1048
+ }))
1049
+ ),
1050
+ GovGRFooter: (0, import_react.lazy)(
1051
+ () => import("@digigov/ui/govgr/Footer").then((module2) => ({
1052
+ default: module2["GovGRFooter"]
1053
+ }))
1054
+ ),
1055
+ LicenseCCSA: (0, import_react.lazy)(
1056
+ () => import("@digigov/ui/govgr/Footer/LicenseCCSA").then((module2) => ({
1057
+ default: module2["LicenseCCSA"]
1058
+ }))
1059
+ ),
1060
+ GovGRLogo: (0, import_react.lazy)(
1061
+ () => import("@digigov/ui/govgr/GovGRLogo").then((module2) => ({
1062
+ default: module2["GovGRLogo"]
1063
+ }))
1064
+ ),
1065
+ I18nText: (0, import_react.lazy)(
1066
+ () => import("@digigov/ui/i18n/I18nText").then((module2) => ({
1067
+ default: module2["I18nText"]
1068
+ }))
1069
+ ),
1070
+ I18NContext: (0, import_react.lazy)(
1071
+ () => import("@digigov/ui/i18n").then((module2) => ({
1072
+ default: module2["I18NContext"]
1073
+ }))
1074
+ ),
1075
+ I18NProvider: (0, import_react.lazy)(
1076
+ () => import("@digigov/ui/i18n").then((module2) => ({
1077
+ default: module2["I18NProvider"]
1078
+ }))
1079
+ ),
1080
+ Icon: (0, import_react.lazy)(
1081
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1082
+ default: module2["Icon"]
1083
+ }))
1084
+ ),
1085
+ AccessibilityIcon: (0, import_react.lazy)(
1086
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1087
+ default: module2["AccessibilityIcon"]
1088
+ }))
1089
+ ),
1090
+ ArrowIcon: (0, import_react.lazy)(
1091
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1092
+ default: module2["ArrowIcon"]
1093
+ }))
1094
+ ),
1095
+ BurgerIcon: (0, import_react.lazy)(
1096
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1097
+ default: module2["BurgerIcon"]
1098
+ }))
1099
+ ),
1100
+ CaretIcon: (0, import_react.lazy)(
1101
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1102
+ default: module2["CaretIcon"]
1103
+ }))
1104
+ ),
1105
+ CheckIcon: (0, import_react.lazy)(
1106
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1107
+ default: module2["CheckIcon"]
1108
+ }))
1109
+ ),
1110
+ ChevronIcon: (0, import_react.lazy)(
1111
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1112
+ default: module2["ChevronIcon"]
1113
+ }))
1114
+ ),
1115
+ UncheckIcon: (0, import_react.lazy)(
1116
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1117
+ default: module2["UncheckIcon"]
1118
+ }))
1119
+ ),
1120
+ CloseIcon: (0, import_react.lazy)(
1121
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1122
+ default: module2["CloseIcon"]
1123
+ }))
1124
+ ),
1125
+ GlobeIcon: (0, import_react.lazy)(
1126
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1127
+ default: module2["GlobeIcon"]
1128
+ }))
1129
+ ),
1130
+ MoreVertIcon: (0, import_react.lazy)(
1131
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1132
+ default: module2["MoreVertIcon"]
1133
+ }))
1134
+ ),
1135
+ CancelIcon: (0, import_react.lazy)(
1136
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1137
+ default: module2["CancelIcon"]
1138
+ }))
1139
+ ),
1140
+ LockIcon: (0, import_react.lazy)(
1141
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1142
+ default: module2["LockIcon"]
1143
+ }))
1144
+ ),
1145
+ DownloadIcon: (0, import_react.lazy)(
1146
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1147
+ default: module2["DownloadIcon"]
1148
+ }))
1149
+ ),
1150
+ PdfFileIcon: (0, import_react.lazy)(
1151
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1152
+ default: module2["PdfFileIcon"]
1153
+ }))
1154
+ ),
1155
+ PlusIcon: (0, import_react.lazy)(
1156
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1157
+ default: module2["PlusIcon"]
1158
+ }))
1159
+ ),
1160
+ MinusIcon: (0, import_react.lazy)(
1161
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1162
+ default: module2["MinusIcon"]
1163
+ }))
1164
+ ),
1165
+ LoginIcon: (0, import_react.lazy)(
1166
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1167
+ default: module2["LoginIcon"]
1168
+ }))
1169
+ ),
1170
+ RestoreIcon: (0, import_react.lazy)(
1171
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1172
+ default: module2["RestoreIcon"]
1173
+ }))
1174
+ ),
1175
+ ReplyIcon: (0, import_react.lazy)(
1176
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1177
+ default: module2["ReplyIcon"]
1178
+ }))
1179
+ ),
1180
+ ChatIcon: (0, import_react.lazy)(
1181
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1182
+ default: module2["ChatIcon"]
1183
+ }))
1184
+ ),
1185
+ ExclamationIcon: (0, import_react.lazy)(
1186
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1187
+ default: module2["ExclamationIcon"]
1188
+ }))
1189
+ ),
1190
+ PrintIcon: (0, import_react.lazy)(
1191
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1192
+ default: module2["PrintIcon"]
1193
+ }))
1194
+ ),
1195
+ ImageLogo: (0, import_react.lazy)(
1196
+ () => import("@digigov/ui/icons/ImageLogo").then((module2) => ({
1197
+ default: module2["ImageLogo"]
1198
+ }))
1199
+ ),
1200
+ ImageLogoSet: (0, import_react.lazy)(
1201
+ () => import("@digigov/ui/icons/ImageLogoSet").then((module2) => ({
1202
+ default: module2["ImageLogoSet"]
1203
+ }))
1204
+ ),
1205
+ AdminLayout: (0, import_react.lazy)(
1206
+ () => import("@digigov/ui/layouts/Admin").then((module2) => ({
1207
+ default: module2["AdminLayout"]
1208
+ }))
1209
+ ),
1210
+ BasicLayout: (0, import_react.lazy)(
1211
+ () => import("@digigov/ui/layouts").then((module2) => ({
1212
+ default: module2["BasicLayout"]
1213
+ }))
1214
+ ),
1215
+ Grid: (0, import_react.lazy)(
1216
+ () => import("@digigov/ui/layouts/Grid").then((module2) => ({
1217
+ default: module2["Grid"]
1218
+ }))
1219
+ ),
1220
+ SectionBreak: (0, import_react.lazy)(
1221
+ () => import("@digigov/ui/layouts/SectionBreak").then((module2) => ({
1222
+ default: module2["SectionBreak"]
1223
+ }))
1224
+ ),
1225
+ Stack: (0, import_react.lazy)(
1226
+ () => import("@digigov/ui/layouts").then((module2) => ({
1227
+ default: module2["Stack"]
1228
+ }))
1229
+ ),
1230
+ AdminContainer: (0, import_react.lazy)(
1231
+ () => import("@digigov/ui/layouts/Admin").then((module2) => ({
1232
+ default: module2["AdminContainer"]
1233
+ }))
1234
+ ),
1235
+ AdminMain: (0, import_react.lazy)(
1236
+ () => import("@digigov/ui/layouts/Admin").then((module2) => ({
1237
+ default: module2["AdminMain"]
1238
+ }))
1239
+ ),
1240
+ AdminAside: (0, import_react.lazy)(
1241
+ () => import("@digigov/ui/layouts/Admin").then((module2) => ({
1242
+ default: module2["AdminAside"]
1243
+ }))
1244
+ ),
1245
+ AdminTopSection: (0, import_react.lazy)(
1246
+ () => import("@digigov/ui/layouts/Admin").then((module2) => ({
1247
+ default: module2["AdminTopSection"]
1248
+ }))
1249
+ ),
1250
+ AdminHeader: (0, import_react.lazy)(
1251
+ () => import("@digigov/ui/layouts/Admin").then((module2) => ({
1252
+ default: module2["AdminHeader"]
1253
+ }))
1254
+ ),
1255
+ AdminHeaderContent: (0, import_react.lazy)(
1256
+ () => import("@digigov/ui/layouts/Admin").then((module2) => ({
1257
+ default: module2["AdminHeaderContent"]
1258
+ }))
1259
+ ),
1260
+ Layout: (0, import_react.lazy)(
1261
+ () => import("@digigov/ui/layouts/Basic").then((module2) => ({
1262
+ default: module2["Layout"]
1263
+ }))
1264
+ ),
1265
+ Top: (0, import_react.lazy)(
1266
+ () => import("@digigov/ui/layouts/Basic/Top").then((module2) => ({
1267
+ default: module2["Top"]
1268
+ }))
1269
+ ),
1270
+ Aside: (0, import_react.lazy)(
1271
+ () => import("@digigov/ui/layouts/Basic/Aside").then((module2) => ({
1272
+ default: module2["Aside"]
1273
+ }))
1274
+ ),
1275
+ Main: (0, import_react.lazy)(
1276
+ () => import("@digigov/ui/layouts/Basic/Main").then((module2) => ({
1277
+ default: module2["Main"]
1278
+ }))
1279
+ ),
1280
+ Container: (0, import_react.lazy)(
1281
+ () => import("@digigov/ui/layouts/Basic/Container").then((module2) => ({
1282
+ default: module2["Container"]
1283
+ }))
1284
+ ),
1285
+ Bottom: (0, import_react.lazy)(
1286
+ () => import("@digigov/ui/layouts/Basic/Bottom").then((module2) => ({
1287
+ default: module2["Bottom"]
1288
+ }))
1289
+ ),
1290
+ Hidden: (0, import_react.lazy)(
1291
+ () => import("@digigov/ui/layouts/Hidden").then((module2) => ({
1292
+ default: module2["Hidden"]
1293
+ }))
1294
+ ),
1295
+ BackLink: (0, import_react.lazy)(
1296
+ () => import("@digigov/ui/navigation/BackLink").then((module2) => ({
1297
+ default: module2["BackLink"]
1298
+ }))
1299
+ ),
1300
+ Breadcrumbs: (0, import_react.lazy)(
1301
+ () => import("@digigov/ui/navigation/Breadcrumbs").then((module2) => ({
1302
+ default: module2["Breadcrumbs"]
1303
+ }))
1304
+ ),
1305
+ BreadcrumbsList: (0, import_react.lazy)(
1306
+ () => import("@digigov/ui/navigation/Breadcrumbs").then((module2) => ({
1307
+ default: module2["BreadcrumbsList"]
1308
+ }))
1309
+ ),
1310
+ BreadcrumbsListItem: (0, import_react.lazy)(
1311
+ () => import("@digigov/ui/navigation/Breadcrumbs").then((module2) => ({
1312
+ default: module2["BreadcrumbsListItem"]
1313
+ }))
1314
+ ),
1315
+ Drawer: (0, import_react.lazy)(
1316
+ () => import("@digigov/ui/navigation/Drawer").then((module2) => ({
1317
+ default: module2["Drawer"]
1318
+ }))
1319
+ ),
1320
+ DrawerHeading: (0, import_react.lazy)(
1321
+ () => import("@digigov/ui/navigation/Drawer").then((module2) => ({
1322
+ default: module2["DrawerHeading"]
1323
+ }))
1324
+ ),
1325
+ Dropdown: (0, import_react.lazy)(
1326
+ () => import("@digigov/ui/navigation/Dropdown").then((module2) => ({
1327
+ default: module2["Dropdown"]
1328
+ }))
1329
+ ),
1330
+ DropdownBase: (0, import_react.lazy)(
1331
+ () => import("@digigov/ui/navigation/Dropdown").then((module2) => ({
1332
+ default: module2["DropdownBase"]
1333
+ }))
1334
+ ),
1335
+ DropdownButton: (0, import_react.lazy)(
1336
+ () => import("@digigov/ui/navigation/Dropdown").then((module2) => ({
1337
+ default: module2["DropdownButton"]
1338
+ }))
1339
+ ),
1340
+ DropdownContent: (0, import_react.lazy)(
1341
+ () => import("@digigov/ui/navigation/Dropdown").then((module2) => ({
1342
+ default: module2["DropdownContent"]
1343
+ }))
1344
+ ),
1345
+ CommonLink: (0, import_react.lazy)(
1346
+ () => import("@digigov/ui/navigation/Link").then((module2) => ({
1347
+ default: module2["CommonLink"]
1348
+ }))
1349
+ ),
1350
+ Link: (0, import_react.lazy)(
1351
+ () => import("@digigov/ui/navigation/Link").then((module2) => ({
1352
+ default: module2["Link"]
1353
+ }))
1354
+ ),
1355
+ LinkBase: (0, import_react.lazy)(
1356
+ () => import("@digigov/ui/navigation/Link").then((module2) => ({
1357
+ default: module2["LinkBase"]
1358
+ }))
1359
+ ),
1360
+ LinkProvider: (0, import_react.lazy)(
1361
+ () => import("@digigov/ui/navigation/Link").then((module2) => ({
1362
+ default: module2["LinkProvider"]
1363
+ }))
1364
+ ),
1365
+ NavList: (0, import_react.lazy)(
1366
+ () => import("@digigov/ui/navigation/NavList/NavList").then((module2) => ({
1367
+ default: module2["NavList"]
1368
+ }))
1369
+ ),
1370
+ NavListAuto: (0, import_react.lazy)(
1371
+ () => import("@digigov/ui/navigation/NavList/NavListAuto").then((module2) => ({
1372
+ default: module2["NavListAuto"]
1373
+ }))
1374
+ ),
1375
+ NavMenuContentList: (0, import_react.lazy)(
1376
+ () => import("@digigov/ui/navigation/NavList/NavMenuContentList").then(
1377
+ (module2) => ({ default: module2["NavMenuContentList"] })
1378
+ )
1379
+ ),
1380
+ NavMenuContentListBase: (0, import_react.lazy)(
1381
+ () => import("@digigov/ui/navigation/NavList/NavMenuContentList").then(
1382
+ (module2) => ({ default: module2["NavMenuContentListBase"] })
1383
+ )
1384
+ ),
1385
+ Nav: (0, import_react.lazy)(
1386
+ () => import("@digigov/ui/navigation/NavList/Nav").then((module2) => ({
1387
+ default: module2["Nav"]
1388
+ }))
1389
+ ),
1390
+ NavMenuContainer: (0, import_react.lazy)(
1391
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1392
+ default: module2["NavMenuContainer"]
1393
+ }))
1394
+ ),
1395
+ NavMenuContent: (0, import_react.lazy)(
1396
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1397
+ default: module2["NavMenuContent"]
1398
+ }))
1399
+ ),
1400
+ NavMenuContentListItem: (0, import_react.lazy)(
1401
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1402
+ default: module2["NavMenuContentListItem"]
1403
+ }))
1404
+ ),
1405
+ NavMenuTitle: (0, import_react.lazy)(
1406
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1407
+ default: module2["NavMenuTitle"]
1408
+ }))
1409
+ ),
1410
+ NavListItemActionContainer: (0, import_react.lazy)(
1411
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1412
+ default: module2["NavListItemActionContainer"]
1413
+ }))
1414
+ ),
1415
+ NavListItemAction: (0, import_react.lazy)(
1416
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1417
+ default: module2["NavListItemAction"]
1418
+ }))
1419
+ ),
1420
+ NavListItemBadge: (0, import_react.lazy)(
1421
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1422
+ default: module2["NavListItemBadge"]
1423
+ }))
1424
+ ),
1425
+ NavListItemButton: (0, import_react.lazy)(
1426
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1427
+ default: module2["NavListItemButton"]
1428
+ }))
1429
+ ),
1430
+ NavListItemLink: (0, import_react.lazy)(
1431
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1432
+ default: module2["NavListItemLink"]
1433
+ }))
1434
+ ),
1435
+ PaginationLabelContainer: (0, import_react.lazy)(
1436
+ () => import("@digigov/ui/navigation/Pagination").then((module2) => ({
1437
+ default: module2["PaginationLabelContainer"]
1438
+ }))
1439
+ ),
1440
+ PaginationLabel: (0, import_react.lazy)(
1441
+ () => import("@digigov/ui/navigation/Pagination/Pagination").then((module2) => ({
1442
+ default: module2["PaginationLabel"]
1443
+ }))
1444
+ ),
1445
+ PaginationListItemButton: (0, import_react.lazy)(
1446
+ () => import("@digigov/ui/navigation/Pagination/Pagination").then((module2) => ({
1447
+ default: module2["PaginationListItemButton"]
1448
+ }))
1449
+ ),
1450
+ PaginationResultsPerPageSelect: (0, import_react.lazy)(
1451
+ () => import("@digigov/ui/navigation/Pagination/Pagination").then((module2) => ({
1452
+ default: module2["PaginationResultsPerPageSelect"]
1453
+ }))
1454
+ ),
1455
+ Pagination: (0, import_react.lazy)(
1456
+ () => import("@digigov/ui/navigation/Pagination").then((module2) => ({
1457
+ default: module2["Pagination"]
1458
+ }))
1459
+ ),
1460
+ PaginationListItem: (0, import_react.lazy)(
1461
+ () => import("@digigov/ui/navigation/Pagination").then((module2) => ({
1462
+ default: module2["PaginationListItem"]
1463
+ }))
1464
+ ),
1465
+ SkipLink: (0, import_react.lazy)(
1466
+ () => import("@digigov/ui/navigation/SkipLink").then((module2) => ({
1467
+ default: module2["SkipLink"]
1468
+ }))
1469
+ ),
1470
+ Tabs: (0, import_react.lazy)(
1471
+ () => import("@digigov/ui/navigation/Tabs").then((module2) => ({
1472
+ default: module2["Tabs"]
1473
+ }))
1474
+ ),
1475
+ TabsList: (0, import_react.lazy)(
1476
+ () => import("@digigov/ui/navigation/Tabs").then((module2) => ({
1477
+ default: module2["TabsList"]
1478
+ }))
1479
+ ),
1480
+ TabsListItemBase: (0, import_react.lazy)(
1481
+ () => import("@digigov/ui/navigation/Tabs").then((module2) => ({
1482
+ default: module2["TabsListItemBase"]
1483
+ }))
1484
+ ),
1485
+ TabsPanelBase: (0, import_react.lazy)(
1486
+ () => import("@digigov/ui/navigation/Tabs").then((module2) => ({
1487
+ default: module2["TabsPanelBase"]
1488
+ }))
1489
+ ),
1490
+ TabsHeading: (0, import_react.lazy)(
1491
+ () => import("@digigov/ui/navigation/Tabs").then((module2) => ({
1492
+ default: module2["TabsHeading"]
1493
+ }))
1494
+ ),
1495
+ Heading: (0, import_react.lazy)(
1496
+ () => import("@digigov/ui/typography/Heading").then((module2) => ({
1497
+ default: module2["Heading"]
1498
+ }))
1499
+ ),
1500
+ HeadingCaption: (0, import_react.lazy)(
1501
+ () => import("@digigov/ui/typography/HeadingCaption").then((module2) => ({
1502
+ default: module2["HeadingCaption"]
1503
+ }))
1504
+ ),
1505
+ Paragraph: (0, import_react.lazy)(
1506
+ () => import("@digigov/ui/typography/Paragraph").then((module2) => ({
1507
+ default: module2["Paragraph"]
1508
+ }))
1509
+ ),
1510
+ NormalText: (0, import_react.lazy)(
1511
+ () => import("@digigov/ui/typography/NormalText").then((module2) => ({
1512
+ default: module2["NormalText"]
1513
+ }))
1514
+ ),
1515
+ Hint: (0, import_react.lazy)(
1516
+ () => import("@digigov/ui/typography/Hint").then((module2) => ({
1517
+ default: module2["Hint"]
1518
+ }))
1519
+ ),
1520
+ Typography: (0, import_react.lazy)(
1521
+ () => import("@digigov/ui/typography/Typography").then((module2) => ({
1522
+ default: module2["Typography"]
1523
+ }))
1524
+ ),
1525
+ Base: (0, import_react.lazy)(
1526
+ () => import("@digigov/ui/utils/Base").then((module2) => ({
1527
+ default: module2["Base"]
1528
+ }))
1529
+ ),
1530
+ SvgIcon: (0, import_react.lazy)(
1531
+ () => import("@digigov/ui/utils/SvgIcon").then((module2) => ({
1532
+ default: module2["SvgIcon"]
1533
+ }))
1534
+ ),
1535
+ VisuallyHidden: (0, import_react.lazy)(
1536
+ () => import("@digigov/ui/utils/VisuallyHidden").then((module2) => ({
1537
+ default: module2["VisuallyHidden"]
1538
+ }))
1539
+ ),
1540
+ Screen: (0, import_react.lazy)(
1541
+ () => import("@digigov/ui/layouts/Screen").then((module2) => ({
1542
+ default: module2["Screen"]
1543
+ }))
1544
+ ),
1545
+ Section: (0, import_react.lazy)(
1546
+ () => import("@digigov/ui/layouts/Section").then((module2) => ({
1547
+ default: module2["Section"]
1548
+ }))
1549
+ ),
1550
+ BackToTop: (0, import_react.lazy)(
1551
+ () => import("@digigov/ui/navigation/BackToTopLink").then((module2) => ({
1552
+ default: module2["BackToTop"]
1553
+ }))
1554
+ ),
1555
+ BackToTopContainer: (0, import_react.lazy)(
1556
+ () => import("@digigov/ui/navigation/BackToTopLink").then((module2) => ({
1557
+ default: module2["BackToTopContainer"]
1558
+ }))
1559
+ ),
1560
+ BackToTopLink: (0, import_react.lazy)(
1561
+ () => import("@digigov/ui/navigation/BackToTopLink").then((module2) => ({
1562
+ default: module2["BackToTopLink"]
1563
+ }))
1564
+ ),
1565
+ BackToTopLimit: (0, import_react.lazy)(
1566
+ () => import("@digigov/ui/navigation/BackToTopLink").then((module2) => ({
1567
+ default: module2["BackToTopLimit"]
1568
+ }))
1569
+ ),
1570
+ BackToTopContainer: (0, import_react.lazy)(
1571
+ () => import("@digigov/ui/navigation/BackToTopLink").then((module2) => ({
1572
+ default: module2["BackToTopContainer"]
1573
+ }))
1574
+ ),
1575
+ DrawerAuto: (0, import_react.lazy)(
1576
+ () => import("@digigov/ui/navigation/Drawer/auto").then((module2) => ({
1577
+ default: module2["DrawerAuto"]
1578
+ }))
1579
+ ),
1580
+ DrawerButtonAuto: (0, import_react.lazy)(
1581
+ () => import("@digigov/ui/navigation/Drawer/auto").then((module2) => ({
1582
+ default: module2["DrawerButtonAuto"]
1583
+ }))
1584
+ ),
1585
+ DrawerContext: (0, import_react.lazy)(
1586
+ () => import("@digigov/ui/navigation/Drawer/auto").then((module2) => ({
1587
+ default: module2["DrawerContext"]
1588
+ }))
1589
+ ),
1590
+ DrawerHeadingAuto: (0, import_react.lazy)(
1591
+ () => import("@digigov/ui/navigation/Drawer/auto").then((module2) => ({
1592
+ default: module2["DrawerHeadingAuto"]
1593
+ }))
1594
+ ),
1595
+ DrawerProvider: (0, import_react.lazy)(
1596
+ () => import("@digigov/ui/navigation/Drawer/auto").then((module2) => ({
1597
+ default: module2["DrawerProvider"]
1598
+ }))
1599
+ ),
1600
+ PaginationAuto: (0, import_react.lazy)(
1601
+ () => import("@digigov/ui/navigation/Pagination/auto").then((module2) => ({
1602
+ default: module2["PaginationAuto"]
1603
+ }))
1604
+ ),
1605
+ PaginationContextAuto: (0, import_react.lazy)(
1606
+ () => import("@digigov/ui/navigation/Pagination/auto").then((module2) => ({
1607
+ default: module2["PaginationContextAuto"]
1608
+ }))
1609
+ ),
1610
+ PaginationLabelAuto: (0, import_react.lazy)(
1611
+ () => import("@digigov/ui/navigation/Pagination/auto").then((module2) => ({
1612
+ default: module2["PaginationLabelAuto"]
1613
+ }))
1614
+ ),
1615
+ PaginationListAuto: (0, import_react.lazy)(
1616
+ () => import("@digigov/ui/navigation/Pagination/auto").then((module2) => ({
1617
+ default: module2["PaginationListAuto"]
1618
+ }))
1619
+ ),
1620
+ PaginationResultsPerPageSelectAuto: (0, import_react.lazy)(
1621
+ () => import("@digigov/ui/navigation/Pagination/auto").then((module2) => ({
1622
+ default: module2["PaginationResultsPerPageSelectAuto"]
1623
+ }))
1624
+ ),
1625
+ TabsAuto: (0, import_react.lazy)(
1626
+ () => import("@digigov/ui/navigation/Tabs/auto").then((module2) => ({
1627
+ default: module2["TabsAuto"]
1628
+ }))
1629
+ ),
1630
+ TabsContext: (0, import_react.lazy)(
1631
+ () => import("@digigov/ui/navigation/Tabs/auto").then((module2) => ({
1632
+ default: module2["TabsContext"]
1633
+ }))
1634
+ ),
1635
+ TabsListItem: (0, import_react.lazy)(
1636
+ () => import("@digigov/ui/navigation/Tabs/auto").then((module2) => ({
1637
+ default: module2["TabsListItem"]
1638
+ }))
1639
+ ),
1640
+ TabsPanel: (0, import_react.lazy)(
1641
+ () => import("@digigov/ui/navigation/Tabs/auto").then((module2) => ({
1642
+ default: module2["TabsPanel"]
1643
+ }))
1644
+ ),
1645
+ Code: (0, import_react.lazy)(
1646
+ () => import("@digigov/ui/typography/Code").then((module2) => ({
1647
+ default: module2["Code"]
1648
+ }))
1649
+ ),
1650
+ CodeBlock: (0, import_react.lazy)(
1651
+ () => import("@digigov/ui/typography/CodeBlock").then((module2) => ({
1652
+ default: module2["CodeBlock"]
1653
+ }))
1654
+ ),
1655
+ CodeBlockContent: (0, import_react.lazy)(
1656
+ () => import("@digigov/ui/typography/CodeBlock").then((module2) => ({
1657
+ default: module2["CodeBlockContent"]
1658
+ }))
1659
+ ),
1660
+ CodeBlockHeader: (0, import_react.lazy)(
1661
+ () => import("@digigov/ui/typography/CodeBlock").then((module2) => ({
1662
+ default: module2["CodeBlockHeader"]
1663
+ }))
1664
+ ),
1665
+ CodeBlockContainer: (0, import_react.lazy)(
1666
+ () => import("@digigov/ui/typography/CodeBlock").then((module2) => ({
1667
+ default: module2["CodeBlockContainer"]
1668
+ }))
1669
+ ),
1670
+ TestVariant: (0, import_react.lazy)(
1671
+ () => import("@digigov/ui/utils/TestVariant").then((module2) => ({
1672
+ default: module2["TestVariant"]
1673
+ }))
1674
+ )
1675
+ };
1676
+ //# sourceMappingURL=lazy.js.map