@digigov/ui 1.2.0-a7ffb5dc → 2.0.0-7d9a8d86

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 (2477) hide show
  1. package/api/APIErrors/index.js +38 -73
  2. package/api/APIErrors.js.map +7 -0
  3. package/api/APIProvider/index.js +16 -19
  4. package/api/APIProvider.js.map +7 -0
  5. package/api/fetchAPI/index.js +16 -41
  6. package/api/fetchAPI.js.map +7 -0
  7. package/api/index.js +15 -11
  8. package/api/index.js.map +7 -0
  9. package/api/index.spec/index.js +266 -426
  10. package/api/index.spec.js.map +7 -0
  11. package/api/useResource/index.js +52 -96
  12. package/api/useResource.js.map +7 -0
  13. package/api/useResourceAction/index.js +46 -105
  14. package/api/useResourceAction.js.map +7 -0
  15. package/api/useResourceQuery/index.js +103 -159
  16. package/api/useResourceQuery.js.map +7 -0
  17. package/api/utils/index.js +84 -161
  18. package/api/utils.js.map +7 -0
  19. package/app/App/index.js +12 -9
  20. package/app/App.js.map +7 -0
  21. package/app/BannerContainer/BannerContainer.stories/index.js +11 -7
  22. package/app/BannerContainer/BannerContainer.stories.js.map +7 -0
  23. package/app/BannerContainer/__stories__/CookiesBanner/index.js +19 -15
  24. package/app/BannerContainer/__stories__/CookiesBanner.js.map +7 -0
  25. package/app/BannerContainer/index.js +7 -3
  26. package/app/BannerContainer/index.js.map +7 -0
  27. package/app/BottomInfo/index.js +9 -5
  28. package/app/BottomInfo/index.js.map +7 -0
  29. package/app/CloseButton/index.js +7 -3
  30. package/app/CloseButton/index.js.map +7 -0
  31. package/app/FilterContainer/index.js +15 -11
  32. package/app/FilterContainer/index.js.map +7 -0
  33. package/app/Footer/Footer.stories/index.js +19 -15
  34. package/app/Footer/Footer.stories.js.map +7 -0
  35. package/app/Footer/__stories__/Default/index.js +8 -6
  36. package/app/Footer/__stories__/Default.js.map +7 -0
  37. package/app/Footer/__stories__/DefaultCopyright/index.js +29 -16
  38. package/app/Footer/__stories__/DefaultCopyright.js.map +7 -0
  39. package/app/Footer/__stories__/FooterAllInclusive/index.js +70 -57
  40. package/app/Footer/__stories__/FooterAllInclusive.js.map +7 -0
  41. package/app/Footer/__stories__/FooterWithLink/index.js +32 -21
  42. package/app/Footer/__stories__/FooterWithLink.js.map +7 -0
  43. package/app/Footer/__stories__/FooterWithLogo/index.js +31 -20
  44. package/app/Footer/__stories__/FooterWithLogo.js.map +7 -0
  45. package/app/Footer/__stories__/FooterWithSecondaryNavigation/index.js +55 -41
  46. package/app/Footer/__stories__/FooterWithSecondaryNavigation.js.map +7 -0
  47. package/app/Footer/__stories__/FooterWithText/index.js +31 -22
  48. package/app/Footer/__stories__/FooterWithText.js.map +7 -0
  49. package/app/Footer/__stories__/YearCopyright/index.js +28 -17
  50. package/app/Footer/__stories__/YearCopyright.js.map +7 -0
  51. package/app/Footer/index.js +19 -15
  52. package/app/Footer/index.js.map +7 -0
  53. package/app/Header/Header.stories/index.js +17 -14
  54. package/app/Header/Header.stories.js.map +7 -0
  55. package/app/Header/HeaderContent/index.js +7 -3
  56. package/app/Header/HeaderContent.js.map +7 -0
  57. package/app/Header/HeaderLogo/index.js +7 -3
  58. package/app/Header/HeaderLogo.js.map +7 -0
  59. package/app/Header/HeaderNavMenuContent/index.js +7 -3
  60. package/app/Header/HeaderNavMenuContent.js.map +7 -0
  61. package/app/Header/HeaderSecondaryLogo/index.js +7 -3
  62. package/app/Header/HeaderSecondaryLogo.js.map +7 -0
  63. package/app/Header/HeaderSection/index.js +7 -3
  64. package/app/Header/HeaderSection.js.map +7 -0
  65. package/app/Header/HeaderTitle/index.js +7 -3
  66. package/app/Header/HeaderTitle.js.map +7 -0
  67. package/app/Header/__stories__/Default/index.js +11 -9
  68. package/app/Header/__stories__/Default.js.map +7 -0
  69. package/app/Header/__stories__/WithHeaderNavigation/index.js +42 -34
  70. package/app/Header/__stories__/WithHeaderNavigation.js.map +7 -0
  71. package/app/Header/__stories__/WithNavigation/index.js +32 -48
  72. package/app/Header/__stories__/WithNavigation.js.map +7 -0
  73. package/app/Header/__stories__/WithServiceName/index.js +13 -11
  74. package/app/Header/__stories__/WithServiceName.js.map +7 -0
  75. package/app/Header/__stories__/WithServiceNameAndLogo/index.js +21 -17
  76. package/app/Header/__stories__/WithServiceNameAndLogo.js.map +7 -0
  77. package/app/Header/index.js +13 -9
  78. package/app/Header/index.js.map +7 -0
  79. package/app/Header/index.spec/index.js +24 -23
  80. package/app/Header/index.spec.js.map +7 -0
  81. package/app/Loader/Loader.stories/index.js +9 -5
  82. package/app/Loader/Loader.stories.js.map +7 -0
  83. package/app/Loader/__stories__/Default/index.js +10 -6
  84. package/app/Loader/__stories__/Default.js.map +7 -0
  85. package/app/Loader/index.js +9 -5
  86. package/app/Loader/index.js.map +7 -0
  87. package/app/Masthead/Masthead.stories/index.js +14 -10
  88. package/app/Masthead/Masthead.stories.js.map +7 -0
  89. package/app/Masthead/__stories__/Default/index.js +12 -10
  90. package/app/Masthead/__stories__/Default.js.map +7 -0
  91. package/app/Masthead/__stories__/WithElements/index.js +20 -14
  92. package/app/Masthead/__stories__/WithElements.js.map +7 -0
  93. package/app/Masthead/__stories__/WithLogo/index.js +18 -12
  94. package/app/Masthead/__stories__/WithLogo.js.map +7 -0
  95. package/app/Masthead/index.js +9 -5
  96. package/app/Masthead/index.js.map +7 -0
  97. package/app/Modal/Modal.stories/index.js +15 -11
  98. package/app/Modal/Modal.stories.js.map +7 -0
  99. package/app/Modal/__stories__/AlertDialog/index.js +31 -28
  100. package/app/Modal/__stories__/AlertDialog.js.map +7 -0
  101. package/app/Modal/__stories__/Auto/index.js +55 -44
  102. package/app/Modal/__stories__/Auto.js.map +7 -0
  103. package/app/Modal/__stories__/Default/index.js +32 -29
  104. package/app/Modal/__stories__/Default.js.map +7 -0
  105. package/app/Modal/__stories__/Dense/index.js +32 -29
  106. package/app/Modal/__stories__/Dense.js.map +7 -0
  107. package/app/Modal/__stories__/WithHooks/index.js +37 -28
  108. package/app/Modal/__stories__/WithHooks.js.map +7 -0
  109. package/app/Modal/auto/index.js +49 -49
  110. package/app/Modal/auto.d.ts +2 -2
  111. package/app/Modal/auto.js.map +7 -0
  112. package/app/Modal/hooks/index.js +36 -39
  113. package/app/Modal/hooks.js.map +7 -0
  114. package/app/Modal/index.d.ts +2 -2
  115. package/app/Modal/index.js +39 -39
  116. package/app/Modal/index.js.map +7 -0
  117. package/app/NotFound/NotFound.stories/index.js +9 -5
  118. package/app/NotFound/NotFound.stories.js.map +7 -0
  119. package/app/NotFound/__stories__/Default/index.js +8 -6
  120. package/app/NotFound/__stories__/Default.js.map +7 -0
  121. package/app/NotFound/index.js +14 -10
  122. package/app/NotFound/index.js.map +7 -0
  123. package/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion/index.js +217 -165
  124. package/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion.js.map +7 -0
  125. package/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck/index.js +22 -21
  126. package/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck.js.map +7 -0
  127. package/app/OutdatedBrowserBanner/index.js +18 -19
  128. package/app/OutdatedBrowserBanner/index.js.map +7 -0
  129. package/app/PageTitleContainer/index.js +9 -5
  130. package/app/PageTitleContainer/index.js.map +7 -0
  131. package/app/Panel/Panel.stories/index.js +11 -7
  132. package/app/Panel/Panel.stories.js.map +7 -0
  133. package/app/Panel/__stories__/Default/index.js +8 -6
  134. package/app/Panel/__stories__/Default.js.map +7 -0
  135. package/app/Panel/index.js +9 -5
  136. package/app/Panel/index.js.map +7 -0
  137. package/app/PhaseBannerHeader/PhaseBannerHeader.stories/index.js +9 -5
  138. package/app/PhaseBannerHeader/PhaseBannerHeader.stories.js.map +7 -0
  139. package/app/PhaseBannerHeader/__stories__/Default/index.js +8 -6
  140. package/app/PhaseBannerHeader/__stories__/Default.js.map +7 -0
  141. package/app/PhaseBannerHeader/index.js +17 -17
  142. package/app/PhaseBannerHeader/index.js.map +7 -0
  143. package/app/QrCodeScanner/QrCodeScanner.stories/index.js +9 -5
  144. package/app/QrCodeScanner/QrCodeScanner.stories.js.map +7 -0
  145. package/app/QrCodeScanner/__stories__/Default/index.js +26 -36
  146. package/app/QrCodeScanner/__stories__/Default.js.map +7 -0
  147. package/app/QrCodeScanner/index.js +33 -47
  148. package/app/QrCodeScanner/index.js.map +7 -0
  149. package/app/QrCodeScanner/index.spec/index.js +10 -9
  150. package/app/QrCodeScanner/index.spec.js.map +7 -0
  151. package/app/QrCodeViewer/QRCode.stories/index.js +10 -6
  152. package/app/QrCodeViewer/QRCode.stories.d.ts +1 -0
  153. package/app/QrCodeViewer/QRCode.stories.js.map +7 -0
  154. package/app/QrCodeViewer/__stories__/Custom/index.js +24 -21
  155. package/app/QrCodeViewer/__stories__/Custom.js.map +7 -0
  156. package/app/QrCodeViewer/__stories__/Default/index.js +8 -6
  157. package/app/QrCodeViewer/__stories__/Default.js.map +7 -0
  158. package/app/QrCodeViewer/index.d.ts +1 -0
  159. package/app/QrCodeViewer/index.js +67 -86
  160. package/app/QrCodeViewer/index.js.map +7 -0
  161. package/app/QrCodeViewer/qrcodegen/index.js +853 -957
  162. package/app/QrCodeViewer/qrcodegen.js.map +7 -0
  163. package/app/QrCodeViewer/types/index.js +1 -1
  164. package/app/QrCodeViewer/types.js.map +7 -0
  165. package/app/QrCodeViewer/utils/index.js +38 -54
  166. package/app/QrCodeViewer/utils.js.map +7 -0
  167. package/app/ThemeOptions/index.d.ts +2 -2
  168. package/app/ThemeOptions/index.js +115 -172
  169. package/app/ThemeOptions/index.js.map +7 -0
  170. package/app/hooks/useFontSize/index.js +21 -7
  171. package/app/hooks/useFontSize.js.map +7 -0
  172. package/app/hooks/useHighlightLinks/index.js +25 -24
  173. package/app/hooks/useHighlightLinks.js.map +7 -0
  174. package/app/hooks/useLetterSpacing/index.js +17 -7
  175. package/app/hooks/useLetterSpacing.js.map +7 -0
  176. package/app/hooks/useLineHeight/index.js +21 -7
  177. package/app/hooks/useLineHeight.js.map +7 -0
  178. package/app/hooks/useTheme/index.js +31 -30
  179. package/app/hooks/useTheme.js.map +7 -0
  180. package/app/hooks/useVariantVars/index.js +18 -17
  181. package/app/hooks/useVariantVars.js.map +7 -0
  182. package/app/index.js +17 -16
  183. package/app/index.js.map +7 -0
  184. package/cjs/api/APIErrors/index.js +65 -78
  185. package/cjs/api/APIErrors.js.map +7 -0
  186. package/cjs/api/APIProvider/index.js +43 -27
  187. package/cjs/api/APIProvider.js.map +7 -0
  188. package/cjs/api/fetchAPI/index.js +42 -48
  189. package/cjs/api/fetchAPI.js.map +7 -0
  190. package/cjs/api/index.js +41 -85
  191. package/cjs/api/index.js.map +7 -0
  192. package/cjs/api/index.spec/index.js +294 -446
  193. package/cjs/api/index.spec.js.map +7 -0
  194. package/cjs/api/useResource/index.js +78 -102
  195. package/cjs/api/useResource.js.map +7 -0
  196. package/cjs/api/useResourceAction/index.js +72 -111
  197. package/cjs/api/useResourceAction.js.map +7 -0
  198. package/cjs/api/useResourceQuery/index.js +129 -165
  199. package/cjs/api/useResourceQuery.js.map +7 -0
  200. package/cjs/api/utils/index.js +111 -168
  201. package/cjs/api/utils.js.map +7 -0
  202. package/cjs/app/App/index.js +38 -17
  203. package/cjs/app/App.js.map +7 -0
  204. package/cjs/app/BannerContainer/BannerContainer.stories/index.js +37 -27
  205. package/cjs/app/BannerContainer/BannerContainer.stories.js.map +7 -0
  206. package/cjs/app/BannerContainer/__stories__/CookiesBanner/index.js +45 -24
  207. package/cjs/app/BannerContainer/__stories__/CookiesBanner.js.map +7 -0
  208. package/cjs/app/BannerContainer/index.js +32 -13
  209. package/cjs/app/BannerContainer/index.js.map +7 -0
  210. package/cjs/app/BottomInfo/index.js +32 -38
  211. package/cjs/app/BottomInfo/index.js.map +7 -0
  212. package/cjs/app/CloseButton/index.js +31 -22
  213. package/cjs/app/CloseButton/index.js.map +7 -0
  214. package/cjs/app/FilterContainer/index.js +40 -119
  215. package/cjs/app/FilterContainer/index.js.map +7 -0
  216. package/cjs/app/Footer/Footer.stories/index.js +46 -113
  217. package/cjs/app/Footer/Footer.stories.js.map +7 -0
  218. package/cjs/app/Footer/__stories__/Default/index.js +35 -13
  219. package/cjs/app/Footer/__stories__/Default.js.map +7 -0
  220. package/cjs/app/Footer/__stories__/DefaultCopyright/index.js +46 -22
  221. package/cjs/app/Footer/__stories__/DefaultCopyright.js.map +7 -0
  222. package/cjs/app/Footer/__stories__/FooterAllInclusive/index.js +82 -63
  223. package/cjs/app/Footer/__stories__/FooterAllInclusive.js.map +7 -0
  224. package/cjs/app/Footer/__stories__/FooterWithLink/index.js +49 -27
  225. package/cjs/app/Footer/__stories__/FooterWithLink.js.map +7 -0
  226. package/cjs/app/Footer/__stories__/FooterWithLogo/index.js +49 -26
  227. package/cjs/app/Footer/__stories__/FooterWithLogo.js.map +7 -0
  228. package/cjs/app/Footer/__stories__/FooterWithSecondaryNavigation/index.js +69 -47
  229. package/cjs/app/Footer/__stories__/FooterWithSecondaryNavigation.js.map +7 -0
  230. package/cjs/app/Footer/__stories__/FooterWithText/index.js +49 -28
  231. package/cjs/app/Footer/__stories__/FooterWithText.js.map +7 -0
  232. package/cjs/app/Footer/__stories__/YearCopyright/index.js +46 -24
  233. package/cjs/app/Footer/__stories__/YearCopyright.js.map +7 -0
  234. package/cjs/app/Footer/index.js +44 -167
  235. package/cjs/app/Footer/index.js.map +7 -0
  236. package/cjs/app/Header/Header.stories/index.js +43 -78
  237. package/cjs/app/Header/Header.stories.js.map +7 -0
  238. package/cjs/app/Header/HeaderContent/index.js +32 -13
  239. package/cjs/app/Header/HeaderContent.js.map +7 -0
  240. package/cjs/app/Header/HeaderLogo/index.js +31 -22
  241. package/cjs/app/Header/HeaderLogo.js.map +7 -0
  242. package/cjs/app/Header/HeaderNavMenuContent/index.js +32 -13
  243. package/cjs/app/Header/HeaderNavMenuContent.js.map +7 -0
  244. package/cjs/app/Header/HeaderSecondaryLogo/index.js +32 -13
  245. package/cjs/app/Header/HeaderSecondaryLogo.js.map +7 -0
  246. package/cjs/app/Header/HeaderSection/index.js +31 -22
  247. package/cjs/app/Header/HeaderSection.js.map +7 -0
  248. package/cjs/app/Header/HeaderTitle/index.js +31 -22
  249. package/cjs/app/Header/HeaderTitle.js.map +7 -0
  250. package/cjs/app/Header/__stories__/Default/index.js +38 -16
  251. package/cjs/app/Header/__stories__/Default.js.map +7 -0
  252. package/cjs/app/Header/__stories__/WithHeaderNavigation/index.js +64 -40
  253. package/cjs/app/Header/__stories__/WithHeaderNavigation.js.map +7 -0
  254. package/cjs/app/Header/__stories__/WithNavigation/index.js +58 -57
  255. package/cjs/app/Header/__stories__/WithNavigation.js.map +7 -0
  256. package/cjs/app/Header/__stories__/WithServiceName/index.js +40 -18
  257. package/cjs/app/Header/__stories__/WithServiceName.js.map +7 -0
  258. package/cjs/app/Header/__stories__/WithServiceNameAndLogo/index.js +47 -23
  259. package/cjs/app/Header/__stories__/WithServiceNameAndLogo.js.map +7 -0
  260. package/cjs/app/Header/index.js +38 -95
  261. package/cjs/app/Header/index.js.map +7 -0
  262. package/cjs/app/Header/index.spec/index.js +38 -28
  263. package/cjs/app/Header/index.spec.js.map +7 -0
  264. package/cjs/app/Loader/Loader.stories/index.js +35 -25
  265. package/cjs/app/Loader/Loader.stories.js.map +7 -0
  266. package/cjs/app/Loader/__stories__/Default/index.js +37 -13
  267. package/cjs/app/Loader/__stories__/Default.js.map +7 -0
  268. package/cjs/app/Loader/index.js +33 -46
  269. package/cjs/app/Loader/index.js.map +7 -0
  270. package/cjs/app/Masthead/Masthead.stories/index.js +40 -52
  271. package/cjs/app/Masthead/Masthead.stories.js.map +7 -0
  272. package/cjs/app/Masthead/__stories__/Default/index.js +39 -17
  273. package/cjs/app/Masthead/__stories__/Default.js.map +7 -0
  274. package/cjs/app/Masthead/__stories__/WithElements/index.js +44 -22
  275. package/cjs/app/Masthead/__stories__/WithElements.js.map +7 -0
  276. package/cjs/app/Masthead/__stories__/WithLogo/index.js +42 -20
  277. package/cjs/app/Masthead/__stories__/WithLogo.js.map +7 -0
  278. package/cjs/app/Masthead/index.js +33 -46
  279. package/cjs/app/Masthead/index.js.map +7 -0
  280. package/cjs/app/Modal/Modal.stories/index.js +41 -75
  281. package/cjs/app/Modal/Modal.stories.js.map +7 -0
  282. package/cjs/app/Modal/__stories__/AlertDialog/index.js +52 -37
  283. package/cjs/app/Modal/__stories__/AlertDialog.js.map +7 -0
  284. package/cjs/app/Modal/__stories__/Auto/index.js +74 -50
  285. package/cjs/app/Modal/__stories__/Auto.js.map +7 -0
  286. package/cjs/app/Modal/__stories__/Default/index.js +53 -38
  287. package/cjs/app/Modal/__stories__/Default.js.map +7 -0
  288. package/cjs/app/Modal/__stories__/Dense/index.js +53 -38
  289. package/cjs/app/Modal/__stories__/Dense.js.map +7 -0
  290. package/cjs/app/Modal/__stories__/WithHooks/index.js +58 -34
  291. package/cjs/app/Modal/__stories__/WithHooks.js.map +7 -0
  292. package/cjs/app/Modal/auto/index.js +79 -58
  293. package/cjs/app/Modal/auto.js.map +7 -0
  294. package/cjs/app/Modal/hooks/index.js +62 -48
  295. package/cjs/app/Modal/hooks.js.map +7 -0
  296. package/cjs/app/Modal/index.js +65 -115
  297. package/cjs/app/Modal/index.js.map +7 -0
  298. package/cjs/app/NotFound/NotFound.stories/index.js +35 -25
  299. package/cjs/app/NotFound/NotFound.stories.js.map +7 -0
  300. package/cjs/app/NotFound/__stories__/Default/index.js +35 -13
  301. package/cjs/app/NotFound/__stories__/Default.js.map +7 -0
  302. package/cjs/app/NotFound/index.js +40 -16
  303. package/cjs/app/NotFound/index.js.map +7 -0
  304. package/cjs/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion/index.js +227 -172
  305. package/cjs/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion.js.map +7 -0
  306. package/cjs/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck/index.js +48 -28
  307. package/cjs/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck.js.map +7 -0
  308. package/cjs/app/OutdatedBrowserBanner/index.js +42 -39
  309. package/cjs/app/OutdatedBrowserBanner/index.js.map +7 -0
  310. package/cjs/app/PageTitleContainer/index.js +33 -46
  311. package/cjs/app/PageTitleContainer/index.js.map +7 -0
  312. package/cjs/app/Panel/Panel.stories/index.js +37 -27
  313. package/cjs/app/Panel/Panel.stories.js.map +7 -0
  314. package/cjs/app/Panel/__stories__/Default/index.js +35 -13
  315. package/cjs/app/Panel/__stories__/Default.js.map +7 -0
  316. package/cjs/app/Panel/index.js +33 -46
  317. package/cjs/app/Panel/index.js.map +7 -0
  318. package/cjs/app/PhaseBannerHeader/PhaseBannerHeader.stories/index.js +35 -25
  319. package/cjs/app/PhaseBannerHeader/PhaseBannerHeader.stories.js.map +7 -0
  320. package/cjs/app/PhaseBannerHeader/__stories__/Default/index.js +35 -13
  321. package/cjs/app/PhaseBannerHeader/__stories__/Default.js.map +7 -0
  322. package/cjs/app/PhaseBannerHeader/index.js +43 -23
  323. package/cjs/app/PhaseBannerHeader/index.js.map +7 -0
  324. package/cjs/app/QrCodeScanner/QrCodeScanner.stories/index.js +35 -25
  325. package/cjs/app/QrCodeScanner/QrCodeScanner.stories.js.map +7 -0
  326. package/cjs/app/QrCodeScanner/__stories__/Default/index.js +52 -45
  327. package/cjs/app/QrCodeScanner/__stories__/Default.js.map +7 -0
  328. package/cjs/app/QrCodeScanner/index.js +59 -58
  329. package/cjs/app/QrCodeScanner/index.js.map +7 -0
  330. package/cjs/app/QrCodeScanner/index.spec/index.js +28 -15
  331. package/cjs/app/QrCodeScanner/index.spec.js.map +7 -0
  332. package/cjs/app/QrCodeViewer/QRCode.stories/index.js +36 -37
  333. package/cjs/app/QrCodeViewer/QRCode.stories.js.map +7 -0
  334. package/cjs/app/QrCodeViewer/__stories__/Custom/index.js +51 -28
  335. package/cjs/app/QrCodeViewer/__stories__/Custom.js.map +7 -0
  336. package/cjs/app/QrCodeViewer/__stories__/Default/index.js +35 -13
  337. package/cjs/app/QrCodeViewer/__stories__/Default.js.map +7 -0
  338. package/cjs/app/QrCodeViewer/index.js +94 -101
  339. package/cjs/app/QrCodeViewer/index.js.map +7 -0
  340. package/cjs/app/QrCodeViewer/qrcodegen/index.js +862 -962
  341. package/cjs/app/QrCodeViewer/qrcodegen.js.map +7 -0
  342. package/cjs/app/QrCodeViewer/types/index.js +4 -5
  343. package/cjs/app/QrCodeViewer/types.js.map +7 -0
  344. package/cjs/app/QrCodeViewer/utils/index.js +49 -60
  345. package/cjs/app/QrCodeViewer/utils.js.map +7 -0
  346. package/cjs/app/ThemeOptions/index.js +139 -182
  347. package/cjs/app/ThemeOptions/index.js.map +7 -0
  348. package/cjs/app/hooks/useFontSize/index.js +48 -14
  349. package/cjs/app/hooks/useFontSize.js.map +7 -0
  350. package/cjs/app/hooks/useHighlightLinks/index.js +51 -30
  351. package/cjs/app/hooks/useHighlightLinks.js.map +7 -0
  352. package/cjs/app/hooks/useLetterSpacing/index.js +44 -14
  353. package/cjs/app/hooks/useLetterSpacing.js.map +7 -0
  354. package/cjs/app/hooks/useLineHeight/index.js +48 -14
  355. package/cjs/app/hooks/useLineHeight.js.map +7 -0
  356. package/cjs/app/hooks/useTheme/index.js +57 -36
  357. package/cjs/app/hooks/useTheme.js.map +7 -0
  358. package/cjs/app/hooks/useVariantVars/index.js +42 -23
  359. package/cjs/app/hooks/useVariantVars.js.map +7 -0
  360. package/cjs/app/index.js +36 -181
  361. package/cjs/app/index.js.map +7 -0
  362. package/cjs/content/Accordion/Accordion.stories/index.js +41 -64
  363. package/cjs/content/Accordion/Accordion.stories.js.map +7 -0
  364. package/cjs/content/Accordion/__stories__/Auto/index.js +67 -44
  365. package/cjs/content/Accordion/__stories__/Auto.js.map +7 -0
  366. package/cjs/content/Accordion/__stories__/Default/index.js +48 -26
  367. package/cjs/content/Accordion/__stories__/Default.js.map +7 -0
  368. package/cjs/content/Accordion/__stories__/WithHints/index.js +49 -27
  369. package/cjs/content/Accordion/__stories__/WithHints.js.map +7 -0
  370. package/cjs/content/Accordion/__stories__/WithHook/index.js +73 -52
  371. package/cjs/content/Accordion/__stories__/WithHook.js.map +7 -0
  372. package/cjs/content/Accordion/auto/index.js +86 -58
  373. package/cjs/content/Accordion/auto.js.map +7 -0
  374. package/cjs/content/Accordion/hooks/index.js +96 -99
  375. package/cjs/content/Accordion/hooks.js.map +7 -0
  376. package/cjs/content/Accordion/index.js +39 -108
  377. package/cjs/content/Accordion/index.js.map +7 -0
  378. package/cjs/content/Accordion/index.spec/index.js +35 -22
  379. package/cjs/content/Accordion/index.spec.js.map +7 -0
  380. package/cjs/content/Blockquote/Blockquote.stories/index.js +38 -39
  381. package/cjs/content/Blockquote/Blockquote.stories.js.map +7 -0
  382. package/cjs/content/Blockquote/__stories__/Default/index.js +35 -13
  383. package/cjs/content/Blockquote/__stories__/Default.js.map +7 -0
  384. package/cjs/content/Blockquote/__stories__/Dense/index.js +35 -13
  385. package/cjs/content/Blockquote/__stories__/Dense.js.map +7 -0
  386. package/cjs/content/Blockquote/index.js +31 -22
  387. package/cjs/content/Blockquote/index.js.map +7 -0
  388. package/cjs/content/Blockquote/index.spec/index.js +25 -13
  389. package/cjs/content/Blockquote/index.spec.js.map +7 -0
  390. package/cjs/content/Card/Card.stories/index.js +49 -149
  391. package/cjs/content/Card/Card.stories.js.map +7 -0
  392. package/cjs/content/Card/__stories__/Default/index.js +36 -14
  393. package/cjs/content/Card/__stories__/Default.js.map +7 -0
  394. package/cjs/content/Card/__stories__/Dense/index.js +37 -15
  395. package/cjs/content/Card/__stories__/Dense.js.map +7 -0
  396. package/cjs/content/Card/__stories__/WithClickableContent/index.js +38 -16
  397. package/cjs/content/Card/__stories__/WithClickableContent.js.map +7 -0
  398. package/cjs/content/Card/__stories__/WithClickableLink/index.js +37 -15
  399. package/cjs/content/Card/__stories__/WithClickableLink.js.map +7 -0
  400. package/cjs/content/Card/__stories__/WithDarkBorder/index.js +37 -15
  401. package/cjs/content/Card/__stories__/WithDarkBorder.js.map +7 -0
  402. package/cjs/content/Card/__stories__/WithDarkTopBorder/index.js +37 -15
  403. package/cjs/content/Card/__stories__/WithDarkTopBorder.js.map +7 -0
  404. package/cjs/content/Card/__stories__/WithDivider/index.js +37 -15
  405. package/cjs/content/Card/__stories__/WithDivider.js.map +7 -0
  406. package/cjs/content/Card/__stories__/WithGrayBorder/index.js +37 -15
  407. package/cjs/content/Card/__stories__/WithGrayBorder.js.map +7 -0
  408. package/cjs/content/Card/__stories__/WithGrayTopBorder/index.js +37 -15
  409. package/cjs/content/Card/__stories__/WithGrayTopBorder.js.map +7 -0
  410. package/cjs/content/Card/__stories__/WithGroupButton/index.js +37 -15
  411. package/cjs/content/Card/__stories__/WithGroupButton.js.map +7 -0
  412. package/cjs/content/Card/__stories__/WithLink/index.js +36 -14
  413. package/cjs/content/Card/__stories__/WithLink.js.map +7 -0
  414. package/cjs/content/Card/index.js +34 -58
  415. package/cjs/content/Card/index.js.map +7 -0
  416. package/cjs/content/Chip/Chip.stories/index.js +39 -73
  417. package/cjs/content/Chip/Chip.stories.js.map +7 -0
  418. package/cjs/content/Chip/__stories__/ClickableChip/index.js +39 -16
  419. package/cjs/content/Chip/__stories__/ClickableChip.js.map +7 -0
  420. package/cjs/content/Chip/__stories__/ClickableDeletableChip/index.js +42 -19
  421. package/cjs/content/Chip/__stories__/ClickableDeletableChip.js.map +7 -0
  422. package/cjs/content/Chip/__stories__/Default/index.js +35 -13
  423. package/cjs/content/Chip/__stories__/Default.js.map +7 -0
  424. package/cjs/content/Chip/__stories__/DeletableChip/index.js +39 -16
  425. package/cjs/content/Chip/__stories__/DeletableChip.js.map +7 -0
  426. package/cjs/content/Chip/__stories__/GroupOfChips/index.js +35 -16
  427. package/cjs/content/Chip/__stories__/GroupOfChips.js.map +7 -0
  428. package/cjs/content/Chip/index.js +34 -58
  429. package/cjs/content/Chip/index.js.map +7 -0
  430. package/cjs/content/Details/Details.stories/index.js +37 -27
  431. package/cjs/content/Details/Details.stories.js.map +7 -0
  432. package/cjs/content/Details/__stories__/Default/index.js +35 -13
  433. package/cjs/content/Details/__stories__/Default.js.map +7 -0
  434. package/cjs/content/Details/index.js +33 -46
  435. package/cjs/content/Details/index.js.map +7 -0
  436. package/cjs/content/Details/index.spec/index.js +29 -17
  437. package/cjs/content/Details/index.spec.js.map +7 -0
  438. package/cjs/content/FillableText/index.js +32 -34
  439. package/cjs/content/FillableText/index.js.map +7 -0
  440. package/cjs/content/List/List/index.js +31 -22
  441. package/cjs/content/List/List.js.map +7 -0
  442. package/cjs/content/List/List.stories/index.js +42 -87
  443. package/cjs/content/List/List.stories.js.map +7 -0
  444. package/cjs/content/List/ListItem/index.js +32 -13
  445. package/cjs/content/List/ListItem.js.map +7 -0
  446. package/cjs/content/List/__stories__/BulletList/index.js +37 -15
  447. package/cjs/content/List/__stories__/BulletList.js.map +7 -0
  448. package/cjs/content/List/__stories__/Default/index.js +36 -15
  449. package/cjs/content/List/__stories__/Default.js.map +7 -0
  450. package/cjs/content/List/__stories__/HorizontalList/index.js +38 -16
  451. package/cjs/content/List/__stories__/HorizontalList.js.map +7 -0
  452. package/cjs/content/List/__stories__/NestedBulletList/index.js +41 -19
  453. package/cjs/content/List/__stories__/NestedBulletList.js.map +7 -0
  454. package/cjs/content/List/__stories__/NumberedList/index.js +37 -15
  455. package/cjs/content/List/__stories__/NumberedList.js.map +7 -0
  456. package/cjs/content/List/__stories__/WithExtraSpace/index.js +37 -15
  457. package/cjs/content/List/__stories__/WithExtraSpace.js.map +7 -0
  458. package/cjs/content/List/index.js +30 -34
  459. package/cjs/content/List/index.js.map +7 -0
  460. package/cjs/content/List/index.spec/index.js +24 -12
  461. package/cjs/content/List/index.spec.js.map +7 -0
  462. package/cjs/content/Markdown/index.js +39 -14
  463. package/cjs/content/Markdown/index.js.map +7 -0
  464. package/cjs/content/Markdown/useMarkdownToHTML/index.js +87 -63
  465. package/cjs/content/Markdown/useMarkdownToHTML.js.map +7 -0
  466. package/cjs/content/SafeHTML/index.js +87 -79
  467. package/cjs/content/SafeHTML/index.js.map +7 -0
  468. package/cjs/content/StepNav/StepNav.stories/index.js +40 -74
  469. package/cjs/content/StepNav/StepNav.stories.js.map +7 -0
  470. package/cjs/content/StepNav/__stories__/Auto/index.js +170 -124
  471. package/cjs/content/StepNav/__stories__/Auto.js.map +7 -0
  472. package/cjs/content/StepNav/__stories__/Default/index.js +179 -143
  473. package/cjs/content/StepNav/__stories__/Default.js.map +7 -0
  474. package/cjs/content/StepNav/__stories__/Dense/index.js +180 -144
  475. package/cjs/content/StepNav/__stories__/Dense.js.map +7 -0
  476. package/cjs/content/StepNav/__stories__/WithHints/index.js +185 -151
  477. package/cjs/content/StepNav/__stories__/WithHints.js.map +7 -0
  478. package/cjs/content/StepNav/__stories__/WithHook/index.js +174 -129
  479. package/cjs/content/StepNav/__stories__/WithHook.js.map +7 -0
  480. package/cjs/content/StepNav/auto/index.js +86 -57
  481. package/cjs/content/StepNav/auto.js.map +7 -0
  482. package/cjs/content/StepNav/index.js +63 -129
  483. package/cjs/content/StepNav/index.js.map +7 -0
  484. package/cjs/content/SummaryList/SummaryList.stories/index.js +42 -87
  485. package/cjs/content/SummaryList/SummaryList.stories.js.map +7 -0
  486. package/cjs/content/SummaryList/__stories__/Default/index.js +40 -18
  487. package/cjs/content/SummaryList/__stories__/Default.js.map +7 -0
  488. package/cjs/content/SummaryList/__stories__/RowVariations/index.js +45 -28
  489. package/cjs/content/SummaryList/__stories__/RowVariations.js.map +7 -0
  490. package/cjs/content/SummaryList/__stories__/WithActions/index.js +42 -23
  491. package/cjs/content/SummaryList/__stories__/WithActions.js.map +7 -0
  492. package/cjs/content/SummaryList/__stories__/WithKeyAndAction/index.js +47 -23
  493. package/cjs/content/SummaryList/__stories__/WithKeyAndAction.js.map +7 -0
  494. package/cjs/content/SummaryList/__stories__/WithoutActions/index.js +35 -13
  495. package/cjs/content/SummaryList/__stories__/WithoutActions.js.map +7 -0
  496. package/cjs/content/SummaryList/__stories__/WithoutBorders/index.js +41 -19
  497. package/cjs/content/SummaryList/__stories__/WithoutBorders.js.map +7 -0
  498. package/cjs/content/SummaryList/index.js +35 -67
  499. package/cjs/content/SummaryList/index.js.map +7 -0
  500. package/cjs/content/SummaryList/index.spec/index.js +25 -12
  501. package/cjs/content/SummaryList/index.spec.js.map +7 -0
  502. package/cjs/content/Table/Table.stories/index.js +55 -232
  503. package/cjs/content/Table/Table.stories.js.map +7 -0
  504. package/cjs/content/Table/TableFloatingScroll/index.js +66 -69
  505. package/cjs/content/Table/TableFloatingScroll.js.map +7 -0
  506. package/cjs/content/Table/__stories__/DarkVariant/index.js +74 -48
  507. package/cjs/content/Table/__stories__/DarkVariant.js.map +7 -0
  508. package/cjs/content/Table/__stories__/DarkVariantWithVerticalHeaders/index.js +74 -48
  509. package/cjs/content/Table/__stories__/DarkVariantWithVerticalHeaders.js.map +7 -0
  510. package/cjs/content/Table/__stories__/Default/index.js +68 -43
  511. package/cjs/content/Table/__stories__/Default.js.map +7 -0
  512. package/cjs/content/Table/__stories__/DefinedWidth/index.js +69 -42
  513. package/cjs/content/Table/__stories__/DefinedWidth.js.map +7 -0
  514. package/cjs/content/Table/__stories__/Densed/index.js +128 -102
  515. package/cjs/content/Table/__stories__/Densed.js.map +7 -0
  516. package/cjs/content/Table/__stories__/Full/index.js +115 -84
  517. package/cjs/content/Table/__stories__/Full.js.map +7 -0
  518. package/cjs/content/Table/__stories__/MultipleProps/index.js +96 -67
  519. package/cjs/content/Table/__stories__/MultipleProps.js.map +7 -0
  520. package/cjs/content/Table/__stories__/NoData/index.js +38 -14
  521. package/cjs/content/Table/__stories__/NoData.js.map +7 -0
  522. package/cjs/content/Table/__stories__/NumericDataType/index.js +88 -60
  523. package/cjs/content/Table/__stories__/NumericDataType.js.map +7 -0
  524. package/cjs/content/Table/__stories__/RowColors/index.js +88 -61
  525. package/cjs/content/Table/__stories__/RowColors.js.map +7 -0
  526. package/cjs/content/Table/__stories__/Stacked/index.js +69 -44
  527. package/cjs/content/Table/__stories__/Stacked.js.map +7 -0
  528. package/cjs/content/Table/__stories__/TableCaptions/index.js +44 -20
  529. package/cjs/content/Table/__stories__/TableCaptions.js.map +7 -0
  530. package/cjs/content/Table/__stories__/VerticalBorders/index.js +74 -48
  531. package/cjs/content/Table/__stories__/VerticalBorders.js.map +7 -0
  532. package/cjs/content/Table/__stories__/VerticalHeaders/index.js +68 -43
  533. package/cjs/content/Table/__stories__/VerticalHeaders.js.map +7 -0
  534. package/cjs/content/Table/__stories__/WithFloatingScroll/index.js +89 -73
  535. package/cjs/content/Table/__stories__/WithFloatingScroll.js.map +7 -0
  536. package/cjs/content/Table/__stories__/WithLoader/index.js +75 -59
  537. package/cjs/content/Table/__stories__/WithLoader.js.map +7 -0
  538. package/cjs/content/Table/__stories__/WithSortFilters/index.js +128 -98
  539. package/cjs/content/Table/__stories__/WithSortFilters.js.map +7 -0
  540. package/cjs/content/Table/__stories__/ZebraProp/index.js +74 -48
  541. package/cjs/content/Table/__stories__/ZebraProp.js.map +7 -0
  542. package/cjs/content/Table/hooks/useSort/index.js +50 -30
  543. package/cjs/content/Table/hooks/useSort.js.map +7 -0
  544. package/cjs/content/Table/index.js +88 -223
  545. package/cjs/content/Table/index.js.map +7 -0
  546. package/cjs/content/TaskList/TaskList.stories/index.js +37 -38
  547. package/cjs/content/TaskList/TaskList.stories.js.map +7 -0
  548. package/cjs/content/TaskList/__stories__/Default/index.js +112 -74
  549. package/cjs/content/TaskList/__stories__/Default.js.map +7 -0
  550. package/cjs/content/TaskList/__stories__/Dense/index.js +114 -76
  551. package/cjs/content/TaskList/__stories__/Dense.js.map +7 -0
  552. package/cjs/content/TaskList/index.js +35 -70
  553. package/cjs/content/TaskList/index.js.map +7 -0
  554. package/cjs/content/Timeline/Timeline.stories/index.js +37 -38
  555. package/cjs/content/Timeline/Timeline.stories.js.map +7 -0
  556. package/cjs/content/Timeline/__stories__/Default/index.js +170 -123
  557. package/cjs/content/Timeline/__stories__/Default.js.map +7 -0
  558. package/cjs/content/Timeline/__stories__/Dense/index.js +172 -125
  559. package/cjs/content/Timeline/__stories__/Dense.js.map +7 -0
  560. package/cjs/content/Timeline/index.js +35 -70
  561. package/cjs/content/Timeline/index.js.map +7 -0
  562. package/cjs/content/index.js +32 -137
  563. package/cjs/content/index.js.map +7 -0
  564. package/cjs/custom.d/index.js +1 -1
  565. package/cjs/custom.d.js.map +7 -0
  566. package/cjs/feedback/CopyToClipboard/CopyToClipboard.stories/index.js +37 -49
  567. package/cjs/feedback/CopyToClipboard/CopyToClipboard.stories.js.map +7 -0
  568. package/cjs/feedback/CopyToClipboard/__stories__/Banner/index.js +43 -19
  569. package/cjs/feedback/CopyToClipboard/__stories__/Banner.js.map +7 -0
  570. package/cjs/feedback/CopyToClipboard/__stories__/Default/index.js +43 -19
  571. package/cjs/feedback/CopyToClipboard/__stories__/Default.js.map +7 -0
  572. package/cjs/feedback/CopyToClipboard/__stories__/Dense/index.js +47 -23
  573. package/cjs/feedback/CopyToClipboard/__stories__/Dense.js.map +7 -0
  574. package/cjs/feedback/CopyToClipboard/index.js +65 -60
  575. package/cjs/feedback/CopyToClipboard/index.js.map +7 -0
  576. package/cjs/feedback/ErrorSummary/ErrorSummary.stories/index.js +42 -87
  577. package/cjs/feedback/ErrorSummary/ErrorSummary.stories.js.map +7 -0
  578. package/cjs/feedback/ErrorSummary/__stories__/Default/index.js +38 -16
  579. package/cjs/feedback/ErrorSummary/__stories__/Default.js.map +7 -0
  580. package/cjs/feedback/ErrorSummary/__stories__/Dense/index.js +39 -17
  581. package/cjs/feedback/ErrorSummary/__stories__/Dense.js.map +7 -0
  582. package/cjs/feedback/ErrorSummary/__stories__/LinkedToCheckbox/index.js +46 -24
  583. package/cjs/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js.map +7 -0
  584. package/cjs/feedback/ErrorSummary/__stories__/LinkedToField/index.js +47 -25
  585. package/cjs/feedback/ErrorSummary/__stories__/LinkedToField.js.map +7 -0
  586. package/cjs/feedback/ErrorSummary/__stories__/LinkedToInput/index.js +48 -25
  587. package/cjs/feedback/ErrorSummary/__stories__/LinkedToInput.js.map +7 -0
  588. package/cjs/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/index.js +51 -29
  589. package/cjs/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js.map +7 -0
  590. package/cjs/feedback/ErrorSummary/index.js +31 -22
  591. package/cjs/feedback/ErrorSummary/index.js.map +7 -0
  592. package/cjs/feedback/ErrorSummary/index.spec/index.js +24 -12
  593. package/cjs/feedback/ErrorSummary/index.spec.js.map +7 -0
  594. package/cjs/feedback/NotificationBanner/NotificationBanner.stories/index.js +40 -52
  595. package/cjs/feedback/NotificationBanner/NotificationBanner.stories.js.map +7 -0
  596. package/cjs/feedback/NotificationBanner/__stories__/Default/index.js +41 -18
  597. package/cjs/feedback/NotificationBanner/__stories__/Default.js.map +7 -0
  598. package/cjs/feedback/NotificationBanner/__stories__/Dense/index.js +42 -19
  599. package/cjs/feedback/NotificationBanner/__stories__/Dense.js.map +7 -0
  600. package/cjs/feedback/NotificationBanner/__stories__/Success/index.js +42 -19
  601. package/cjs/feedback/NotificationBanner/__stories__/Success.js.map +7 -0
  602. package/cjs/feedback/NotificationBanner/index.js +60 -58
  603. package/cjs/feedback/NotificationBanner/index.js.map +7 -0
  604. package/cjs/feedback/NotificationBanner/index.spec/index.js +29 -20
  605. package/cjs/feedback/NotificationBanner/index.spec.js.map +7 -0
  606. package/cjs/feedback/PhaseBanner/PhaseBanner.stories/index.js +38 -39
  607. package/cjs/feedback/PhaseBanner/PhaseBanner.stories.js.map +7 -0
  608. package/cjs/feedback/PhaseBanner/__stories__/Default/index.js +36 -14
  609. package/cjs/feedback/PhaseBanner/__stories__/Default.js.map +7 -0
  610. package/cjs/feedback/PhaseBanner/__stories__/Underlined/index.js +37 -15
  611. package/cjs/feedback/PhaseBanner/__stories__/Underlined.js.map +7 -0
  612. package/cjs/feedback/PhaseBanner/index.js +34 -58
  613. package/cjs/feedback/PhaseBanner/index.js.map +7 -0
  614. package/cjs/feedback/WarningText/WarningText.stories/index.js +39 -51
  615. package/cjs/feedback/WarningText/WarningText.stories.js.map +7 -0
  616. package/cjs/feedback/WarningText/__stories__/AssistiveText/index.js +35 -13
  617. package/cjs/feedback/WarningText/__stories__/AssistiveText.js.map +7 -0
  618. package/cjs/feedback/WarningText/__stories__/Default/index.js +35 -13
  619. package/cjs/feedback/WarningText/__stories__/Default.js.map +7 -0
  620. package/cjs/feedback/WarningText/__stories__/Dense/index.js +35 -13
  621. package/cjs/feedback/WarningText/__stories__/Dense.js.map +7 -0
  622. package/cjs/feedback/WarningText/index.js +31 -22
  623. package/cjs/feedback/WarningText/index.js.map +7 -0
  624. package/cjs/feedback/WarningText/index.spec/index.js +24 -12
  625. package/cjs/feedback/WarningText/index.spec.js.map +7 -0
  626. package/cjs/feedback/index.js +25 -60
  627. package/cjs/feedback/index.js.map +7 -0
  628. package/cjs/form/AutoComplete/AutoComplete.stories/index.js +45 -98
  629. package/cjs/form/AutoComplete/AutoComplete.stories.js.map +7 -0
  630. package/cjs/form/AutoComplete/Status/index.js +110 -135
  631. package/cjs/form/AutoComplete/Status/index.js.map +7 -0
  632. package/cjs/form/AutoComplete/__stories__/Default/index.js +40 -18
  633. package/cjs/form/AutoComplete/__stories__/Default.js.map +7 -0
  634. package/cjs/form/AutoComplete/__stories__/Multiple/index.js +46 -0
  635. package/cjs/form/AutoComplete/__stories__/Multiple.js.map +7 -0
  636. package/cjs/form/AutoComplete/__stories__/MultipleShowingTwoSelected/index.js +45 -0
  637. package/cjs/form/AutoComplete/__stories__/MultipleShowingTwoSelected.js.map +7 -0
  638. package/cjs/form/AutoComplete/__stories__/MultipleWithDefaultValues/index.js +45 -0
  639. package/cjs/form/AutoComplete/__stories__/MultipleWithDefaultValues.js.map +7 -0
  640. package/cjs/form/AutoComplete/__stories__/MultipleWithMinLength/index.js +48 -0
  641. package/cjs/form/AutoComplete/__stories__/MultipleWithMinLength.js.map +7 -0
  642. package/cjs/form/AutoComplete/__stories__/WithAutoSelect/index.js +49 -33
  643. package/cjs/form/AutoComplete/__stories__/WithAutoSelect.js.map +7 -0
  644. package/cjs/form/AutoComplete/__stories__/WithDefaultValue/index.js +40 -18
  645. package/cjs/form/AutoComplete/__stories__/WithDefaultValue.js.map +7 -0
  646. package/cjs/form/AutoComplete/__stories__/WithMinLength/index.js +41 -19
  647. package/cjs/form/AutoComplete/__stories__/WithMinLength.js.map +7 -0
  648. package/cjs/form/AutoComplete/__stories__/WithPlaceHolder/index.js +40 -18
  649. package/cjs/form/AutoComplete/__stories__/WithPlaceHolder.js.map +7 -0
  650. package/cjs/form/AutoComplete/__stories__/WithShowAllValues/index.js +40 -19
  651. package/cjs/form/AutoComplete/__stories__/WithShowAllValues.js.map +7 -0
  652. package/cjs/form/AutoComplete/__stories__/utils/index.js +1 -1
  653. package/cjs/form/AutoComplete/__stories__/utils.js.map +7 -0
  654. package/cjs/form/AutoComplete/index.js +566 -613
  655. package/cjs/form/AutoComplete/index.js.map +7 -0
  656. package/cjs/form/AutoComplete/utils/index.js +290 -32
  657. package/cjs/form/AutoComplete/utils.js.map +7 -0
  658. package/cjs/form/Button/Button.stories/index.js +49 -160
  659. package/cjs/form/Button/Button.stories.js.map +7 -0
  660. package/cjs/form/Button/ButtonLink/index.js +31 -22
  661. package/cjs/form/Button/ButtonLink.js.map +7 -0
  662. package/cjs/form/Button/CallToAction/index.js +31 -22
  663. package/cjs/form/Button/CallToAction.js.map +7 -0
  664. package/cjs/form/Button/ThemeToggleButton/index.js +56 -38
  665. package/cjs/form/Button/ThemeToggleButton.js.map +7 -0
  666. package/cjs/form/Button/__stories__/Back/index.js +35 -13
  667. package/cjs/form/Button/__stories__/Back.js.map +7 -0
  668. package/cjs/form/Button/__stories__/ButtonLinkButton/index.js +35 -16
  669. package/cjs/form/Button/__stories__/ButtonLinkButton.js.map +7 -0
  670. package/cjs/form/Button/__stories__/CallToActionButton/index.js +35 -13
  671. package/cjs/form/Button/__stories__/CallToActionButton.js.map +7 -0
  672. package/cjs/form/Button/__stories__/Dense/index.js +35 -13
  673. package/cjs/form/Button/__stories__/Dense.js.map +7 -0
  674. package/cjs/form/Button/__stories__/Disabled/index.js +35 -13
  675. package/cjs/form/Button/__stories__/Disabled.js.map +7 -0
  676. package/cjs/form/Button/__stories__/GroupingButtons/index.js +35 -13
  677. package/cjs/form/Button/__stories__/GroupingButtons.js.map +7 -0
  678. package/cjs/form/Button/__stories__/GroupingButtonsAndLinks/index.js +37 -15
  679. package/cjs/form/Button/__stories__/GroupingButtonsAndLinks.js.map +7 -0
  680. package/cjs/form/Button/__stories__/Primary/index.js +35 -13
  681. package/cjs/form/Button/__stories__/Primary.js.map +7 -0
  682. package/cjs/form/Button/__stories__/Secondary/index.js +35 -13
  683. package/cjs/form/Button/__stories__/Secondary.js.map +7 -0
  684. package/cjs/form/Button/__stories__/ThemeToggle/index.js +35 -13
  685. package/cjs/form/Button/__stories__/ThemeToggle.js.map +7 -0
  686. package/cjs/form/Button/__stories__/Warning/index.js +39 -15
  687. package/cjs/form/Button/__stories__/Warning.js.map +7 -0
  688. package/cjs/form/Button/__stories__/WithVariantLink/index.js +41 -18
  689. package/cjs/form/Button/__stories__/WithVariantLink.js.map +7 -0
  690. package/cjs/form/Button/index.js +46 -81
  691. package/cjs/form/Button/index.js.map +7 -0
  692. package/cjs/form/Button/index.spec/index.js +25 -13
  693. package/cjs/form/Button/index.spec.js.map +7 -0
  694. package/cjs/form/Checkbox/Checkbox.stories/index.js +47 -136
  695. package/cjs/form/Checkbox/Checkbox.stories.js.map +7 -0
  696. package/cjs/form/Checkbox/__stories__/ConditionalReveal/index.js +42 -20
  697. package/cjs/form/Checkbox/__stories__/ConditionalReveal.js.map +7 -0
  698. package/cjs/form/Checkbox/__stories__/Default/index.js +41 -19
  699. package/cjs/form/Checkbox/__stories__/Default.js.map +7 -0
  700. package/cjs/form/Checkbox/__stories__/Dense/index.js +42 -20
  701. package/cjs/form/Checkbox/__stories__/Dense.js.map +7 -0
  702. package/cjs/form/Checkbox/__stories__/Inline/index.js +41 -19
  703. package/cjs/form/Checkbox/__stories__/Inline.js.map +7 -0
  704. package/cjs/form/Checkbox/__stories__/InlineWithDivider/index.js +41 -19
  705. package/cjs/form/Checkbox/__stories__/InlineWithDivider.js.map +7 -0
  706. package/cjs/form/Checkbox/__stories__/MultipleQuestions/index.js +42 -20
  707. package/cjs/form/Checkbox/__stories__/MultipleQuestions.js.map +7 -0
  708. package/cjs/form/Checkbox/__stories__/NoneAnswer/index.js +38 -16
  709. package/cjs/form/Checkbox/__stories__/NoneAnswer.js.map +7 -0
  710. package/cjs/form/Checkbox/__stories__/NoneAnswerWithError/index.js +42 -20
  711. package/cjs/form/Checkbox/__stories__/NoneAnswerWithError.js.map +7 -0
  712. package/cjs/form/Checkbox/__stories__/WithErrorMessage/index.js +44 -22
  713. package/cjs/form/Checkbox/__stories__/WithErrorMessage.js.map +7 -0
  714. package/cjs/form/Checkbox/__stories__/WithHint/index.js +42 -20
  715. package/cjs/form/Checkbox/__stories__/WithHint.js.map +7 -0
  716. package/cjs/form/Checkbox/index.js +33 -46
  717. package/cjs/form/Checkbox/index.js.map +7 -0
  718. package/cjs/form/DateInputContainer/DateInputContainer.stories/index.js +41 -75
  719. package/cjs/form/DateInputContainer/DateInputContainer.stories.js.map +7 -0
  720. package/cjs/form/DateInputContainer/__stories__/Default/index.js +42 -20
  721. package/cjs/form/DateInputContainer/__stories__/Default.js.map +7 -0
  722. package/cjs/form/DateInputContainer/__stories__/Dense/index.js +41 -19
  723. package/cjs/form/DateInputContainer/__stories__/Dense.js.map +7 -0
  724. package/cjs/form/DateInputContainer/__stories__/MultipleQuestions/index.js +42 -20
  725. package/cjs/form/DateInputContainer/__stories__/MultipleQuestions.js.map +7 -0
  726. package/cjs/form/DateInputContainer/__stories__/WithErrorMessage/index.js +45 -23
  727. package/cjs/form/DateInputContainer/__stories__/WithErrorMessage.js.map +7 -0
  728. package/cjs/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/index.js +46 -24
  729. package/cjs/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js.map +7 -0
  730. package/cjs/form/DateInputContainer/index.js +32 -34
  731. package/cjs/form/DateInputContainer/index.js.map +7 -0
  732. package/cjs/form/ErrorMessage/ErrorMessage.stories/index.js +39 -51
  733. package/cjs/form/ErrorMessage/ErrorMessage.stories.js.map +7 -0
  734. package/cjs/form/ErrorMessage/__stories__/DateInputError/index.js +42 -20
  735. package/cjs/form/ErrorMessage/__stories__/DateInputError.js.map +7 -0
  736. package/cjs/form/ErrorMessage/__stories__/Default/index.js +46 -24
  737. package/cjs/form/ErrorMessage/__stories__/Default.js.map +7 -0
  738. package/cjs/form/ErrorMessage/__stories__/ErrorMessageOnly/index.js +37 -15
  739. package/cjs/form/ErrorMessage/__stories__/ErrorMessageOnly.js.map +7 -0
  740. package/cjs/form/ErrorMessage/index.js +31 -22
  741. package/cjs/form/ErrorMessage/index.js.map +7 -0
  742. package/cjs/form/FieldContainer/index.js +33 -46
  743. package/cjs/form/FieldContainer/index.js.map +7 -0
  744. package/cjs/form/FileUpload/FileUpload.stories/index.js +37 -38
  745. package/cjs/form/FileUpload/FileUpload.stories.js.map +7 -0
  746. package/cjs/form/FileUpload/__stories__/Default/index.js +39 -17
  747. package/cjs/form/FileUpload/__stories__/Default.js.map +7 -0
  748. package/cjs/form/FileUpload/__stories__/WithErrorMessage/index.js +42 -20
  749. package/cjs/form/FileUpload/__stories__/WithErrorMessage.js.map +7 -0
  750. package/cjs/form/FileUpload/index.js +32 -34
  751. package/cjs/form/FileUpload/index.js.map +7 -0
  752. package/cjs/form/Form/index.js +32 -13
  753. package/cjs/form/Form/index.js.map +7 -0
  754. package/cjs/form/LabelContainer/index.js +32 -34
  755. package/cjs/form/LabelContainer/index.js.map +7 -0
  756. package/cjs/form/RadioContainer/RadioContainer.stories/index.js +47 -136
  757. package/cjs/form/RadioContainer/RadioContainer.stories.js.map +7 -0
  758. package/cjs/form/RadioContainer/__stories__/ConditionalReveal/index.js +42 -20
  759. package/cjs/form/RadioContainer/__stories__/ConditionalReveal.js.map +7 -0
  760. package/cjs/form/RadioContainer/__stories__/Default/index.js +39 -17
  761. package/cjs/form/RadioContainer/__stories__/Default.js.map +7 -0
  762. package/cjs/form/RadioContainer/__stories__/Dense/index.js +40 -18
  763. package/cjs/form/RadioContainer/__stories__/Dense.js.map +7 -0
  764. package/cjs/form/RadioContainer/__stories__/Inline/index.js +41 -19
  765. package/cjs/form/RadioContainer/__stories__/Inline.js.map +7 -0
  766. package/cjs/form/RadioContainer/__stories__/InlineWithDivider/index.js +41 -19
  767. package/cjs/form/RadioContainer/__stories__/InlineWithDivider.js.map +7 -0
  768. package/cjs/form/RadioContainer/__stories__/MultipleQuestions/index.js +42 -20
  769. package/cjs/form/RadioContainer/__stories__/MultipleQuestions.js.map +7 -0
  770. package/cjs/form/RadioContainer/__stories__/NoneAnswer/index.js +40 -18
  771. package/cjs/form/RadioContainer/__stories__/NoneAnswer.js.map +7 -0
  772. package/cjs/form/RadioContainer/__stories__/WithErrorMessage/index.js +45 -23
  773. package/cjs/form/RadioContainer/__stories__/WithErrorMessage.js.map +7 -0
  774. package/cjs/form/RadioContainer/__stories__/WithHints/index.js +43 -21
  775. package/cjs/form/RadioContainer/__stories__/WithHints.js.map +7 -0
  776. package/cjs/form/RadioContainer/__stories__/WithMediumLegend/index.js +40 -18
  777. package/cjs/form/RadioContainer/__stories__/WithMediumLegend.js.map +7 -0
  778. package/cjs/form/RadioContainer/index.js +34 -58
  779. package/cjs/form/RadioContainer/index.js.map +7 -0
  780. package/cjs/form/SearchContainer/index.js +33 -46
  781. package/cjs/form/SearchContainer/index.js.map +7 -0
  782. package/cjs/form/SelectContainer/SelectContainer.stories/index.js +40 -63
  783. package/cjs/form/SelectContainer/SelectContainer.stories.js.map +7 -0
  784. package/cjs/form/SelectContainer/__stories__/Default/index.js +41 -19
  785. package/cjs/form/SelectContainer/__stories__/Default.js.map +7 -0
  786. package/cjs/form/SelectContainer/__stories__/Dense/index.js +41 -19
  787. package/cjs/form/SelectContainer/__stories__/Dense.js.map +7 -0
  788. package/cjs/form/SelectContainer/__stories__/DisabledInput/index.js +41 -19
  789. package/cjs/form/SelectContainer/__stories__/DisabledInput.js.map +7 -0
  790. package/cjs/form/SelectContainer/__stories__/WithHint/index.js +43 -21
  791. package/cjs/form/SelectContainer/__stories__/WithHint.js.map +7 -0
  792. package/cjs/form/SelectContainer/index.js +32 -34
  793. package/cjs/form/SelectContainer/index.js.map +7 -0
  794. package/cjs/form/SingleCharacterInputs/SingleCharacterInput.stories/index.js +40 -63
  795. package/cjs/form/SingleCharacterInputs/SingleCharacterInput.stories.js.map +7 -0
  796. package/cjs/form/SingleCharacterInputs/__stories__/Default/index.js +45 -23
  797. package/cjs/form/SingleCharacterInputs/__stories__/Default.js.map +7 -0
  798. package/cjs/form/SingleCharacterInputs/__stories__/WithDefaultError/index.js +48 -26
  799. package/cjs/form/SingleCharacterInputs/__stories__/WithDefaultError.js.map +7 -0
  800. package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/index.js +50 -28
  801. package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.js.map +7 -0
  802. package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/index.js +50 -28
  803. package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.js.map +7 -0
  804. package/cjs/form/SingleCharacterInputs/index.js +32 -34
  805. package/cjs/form/SingleCharacterInputs/index.js.map +7 -0
  806. package/cjs/form/TextArea/TextArea.stories/index.js +45 -112
  807. package/cjs/form/TextArea/TextArea.stories.js.map +7 -0
  808. package/cjs/form/TextArea/__stories__/Default/index.js +39 -16
  809. package/cjs/form/TextArea/__stories__/Default.js.map +7 -0
  810. package/cjs/form/TextArea/__stories__/Dense/index.js +37 -15
  811. package/cjs/form/TextArea/__stories__/Dense.js.map +7 -0
  812. package/cjs/form/TextArea/__stories__/DisabledInput/index.js +41 -18
  813. package/cjs/form/TextArea/__stories__/DisabledInput.js.map +7 -0
  814. package/cjs/form/TextArea/__stories__/LimitedCharacters/index.js +43 -20
  815. package/cjs/form/TextArea/__stories__/LimitedCharacters.js.map +7 -0
  816. package/cjs/form/TextArea/__stories__/MultipleQuestions/index.js +39 -17
  817. package/cjs/form/TextArea/__stories__/MultipleQuestions.js.map +7 -0
  818. package/cjs/form/TextArea/__stories__/WithDeclaredRows/index.js +41 -18
  819. package/cjs/form/TextArea/__stories__/WithDeclaredRows.js.map +7 -0
  820. package/cjs/form/TextArea/__stories__/WithErrorMessage/index.js +44 -21
  821. package/cjs/form/TextArea/__stories__/WithErrorMessage.js.map +7 -0
  822. package/cjs/form/TextArea/__stories__/WithHint/index.js +41 -18
  823. package/cjs/form/TextArea/__stories__/WithHint.js.map +7 -0
  824. package/cjs/form/TextArea/index.js +31 -22
  825. package/cjs/form/TextArea/index.js.map +7 -0
  826. package/cjs/form/TextInput/TextInput.stories/index.js +47 -124
  827. package/cjs/form/TextInput/TextInput.stories.js.map +7 -0
  828. package/cjs/form/TextInput/__stories__/AskingForNumbers/index.js +41 -18
  829. package/cjs/form/TextInput/__stories__/AskingForNumbers.js.map +7 -0
  830. package/cjs/form/TextInput/__stories__/Default/index.js +39 -16
  831. package/cjs/form/TextInput/__stories__/Default.js.map +7 -0
  832. package/cjs/form/TextInput/__stories__/Dense/index.js +37 -15
  833. package/cjs/form/TextInput/__stories__/Dense.js.map +7 -0
  834. package/cjs/form/TextInput/__stories__/DisabledInput/index.js +41 -18
  835. package/cjs/form/TextInput/__stories__/DisabledInput.js.map +7 -0
  836. package/cjs/form/TextInput/__stories__/DisabledInputWithValue/index.js +54 -0
  837. package/cjs/form/TextInput/__stories__/DisabledInputWithValue.js.map +7 -0
  838. package/cjs/form/TextInput/__stories__/FixedWidths/index.js +55 -32
  839. package/cjs/form/TextInput/__stories__/FixedWidths.js.map +7 -0
  840. package/cjs/form/TextInput/__stories__/FluidWidths/index.js +49 -26
  841. package/cjs/form/TextInput/__stories__/FluidWidths.js.map +7 -0
  842. package/cjs/form/TextInput/__stories__/MultipleQuestions/index.js +37 -15
  843. package/cjs/form/TextInput/__stories__/MultipleQuestions.js.map +7 -0
  844. package/cjs/form/TextInput/__stories__/WithErrorMessage/index.js +44 -21
  845. package/cjs/form/TextInput/__stories__/WithErrorMessage.js.map +7 -0
  846. package/cjs/form/TextInput/__stories__/WithHint/index.js +41 -18
  847. package/cjs/form/TextInput/__stories__/WithHint.js.map +7 -0
  848. package/cjs/form/TextInput/index.js +31 -22
  849. package/cjs/form/TextInput/index.js.map +7 -0
  850. package/cjs/form/index.js +35 -170
  851. package/cjs/form/index.js.map +7 -0
  852. package/cjs/govgr/Footer/Copyright/index.js +60 -38
  853. package/cjs/govgr/Footer/Copyright.js.map +7 -0
  854. package/cjs/govgr/Footer/HellenicRepublicLogo/index.js +32 -13
  855. package/cjs/govgr/Footer/HellenicRepublicLogo.js.map +7 -0
  856. package/cjs/govgr/Footer/LicenseCCSA/index.js +43 -20
  857. package/cjs/govgr/Footer/LicenseCCSA.js.map +7 -0
  858. package/cjs/govgr/Footer/index.js +49 -24
  859. package/cjs/govgr/Footer/index.js.map +7 -0
  860. package/cjs/govgr/Footer/logo/index.js +13 -6
  861. package/cjs/govgr/Footer/logo.js.map +7 -0
  862. package/cjs/govgr/Footer/logos/logo-el/index.js +13 -6
  863. package/cjs/govgr/Footer/logos/logo-el.js.map +7 -0
  864. package/cjs/govgr/Footer/logos/logo-en/index.js +13 -6
  865. package/cjs/govgr/Footer/logos/logo-en.js.map +7 -0
  866. package/cjs/govgr/GovGRLogo/index.js +32 -13
  867. package/cjs/govgr/GovGRLogo/index.js.map +7 -0
  868. package/cjs/govgr/GovGRLogo/logo/index.js +13 -6
  869. package/cjs/govgr/GovGRLogo/logo.js.map +7 -0
  870. package/cjs/govgr/images/govgr-logo-base64/index.js +13 -6
  871. package/cjs/govgr/images/govgr-logo-base64.js.map +7 -0
  872. package/cjs/govgr/images/govgr-logo-blue-base64/index.js +13 -6
  873. package/cjs/govgr/images/govgr-logo-blue-base64.js.map +7 -0
  874. package/cjs/govgr/images/greek-government-base64/index.js +13 -6
  875. package/cjs/govgr/images/greek-government-base64.js.map +7 -0
  876. package/cjs/govgr/images/grnet-logo-base64/index.js +13 -6
  877. package/cjs/govgr/images/grnet-logo-base64.js.map +7 -0
  878. package/cjs/govgr/images/index.js +25 -60
  879. package/cjs/govgr/images/index.js.map +7 -0
  880. package/cjs/govgr/images/minedu-logo-base64/index.js +13 -6
  881. package/cjs/govgr/images/minedu-logo-base64.js.map +7 -0
  882. package/cjs/govgr/images/minedu-logo-black-base64/index.js +13 -6
  883. package/cjs/govgr/images/minedu-logo-black-base64.js.map +7 -0
  884. package/cjs/govgr/index.js +25 -60
  885. package/cjs/govgr/index.js.map +7 -0
  886. package/cjs/i18n/I18nText/index.js +59 -39
  887. package/cjs/i18n/I18nText.js.map +7 -0
  888. package/cjs/i18n/index.js +62 -36
  889. package/cjs/i18n/index.js.map +7 -0
  890. package/cjs/i18n/locales/el/index.js +88 -81
  891. package/cjs/i18n/locales/el.js.map +7 -0
  892. package/cjs/i18n/locales/en/index.js +84 -77
  893. package/cjs/i18n/locales/en.js.map +7 -0
  894. package/cjs/icons/Icon/index.js +33 -46
  895. package/cjs/icons/Icon/index.js.map +7 -0
  896. package/cjs/icons/ImageLogo/index.js +31 -22
  897. package/cjs/icons/ImageLogo/index.js.map +7 -0
  898. package/cjs/icons/ImageLogoSet/index.js +31 -22
  899. package/cjs/icons/ImageLogoSet/index.js.map +7 -0
  900. package/cjs/icons/index.js +22 -27
  901. package/cjs/icons/index.js.map +7 -0
  902. package/cjs/index.js +31 -126
  903. package/cjs/index.js.map +7 -0
  904. package/cjs/layouts/Admin/index.js +38 -95
  905. package/cjs/layouts/Admin/index.js.map +7 -0
  906. package/cjs/layouts/Basic/Aside/index.js +31 -22
  907. package/cjs/layouts/Basic/Aside/index.js.map +7 -0
  908. package/cjs/layouts/Basic/Basic.stories/index.js +38 -50
  909. package/cjs/layouts/Basic/Basic.stories.js.map +7 -0
  910. package/cjs/layouts/Basic/Bottom/__stories__/Default/index.js +44 -0
  911. package/cjs/layouts/Basic/Bottom/__stories__/Default.js.map +7 -0
  912. package/cjs/layouts/Basic/Bottom/index.js +31 -22
  913. package/cjs/layouts/Basic/Bottom/index.js.map +7 -0
  914. package/cjs/layouts/Basic/Container/__stories__/Default/index.js +42 -0
  915. package/cjs/layouts/Basic/Container/__stories__/Default.js.map +7 -0
  916. package/cjs/layouts/Basic/Container/index.js +31 -22
  917. package/cjs/layouts/Basic/Container/index.js.map +7 -0
  918. package/cjs/layouts/Basic/Main/__stories__/Default/index.js +42 -0
  919. package/cjs/layouts/Basic/Main/__stories__/Default.js.map +7 -0
  920. package/cjs/layouts/Basic/Main/index.js +31 -22
  921. package/cjs/layouts/Basic/Main/index.js.map +7 -0
  922. package/cjs/layouts/Basic/Masthead/index.js +33 -46
  923. package/cjs/layouts/Basic/Masthead/index.js.map +7 -0
  924. package/cjs/layouts/Basic/Top/__stories__/Default/index.js +42 -0
  925. package/cjs/layouts/Basic/Top/__stories__/Default.js.map +7 -0
  926. package/cjs/layouts/Basic/Top/index.js +31 -22
  927. package/cjs/layouts/Basic/Top/index.js.map +7 -0
  928. package/cjs/layouts/Basic/__stories__/Default/index.js +38 -16
  929. package/cjs/layouts/Basic/__stories__/Default.js.map +7 -0
  930. package/cjs/layouts/Basic/__stories__/MultipleRowsLayout/index.js +40 -18
  931. package/cjs/layouts/Basic/__stories__/MultipleRowsLayout.js.map +7 -0
  932. package/cjs/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/index.js +40 -18
  933. package/cjs/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.js.map +7 -0
  934. package/cjs/layouts/Basic/index.js +38 -95
  935. package/cjs/layouts/Basic/index.js.map +7 -0
  936. package/cjs/layouts/Basic/index.spec/index.js +26 -13
  937. package/cjs/layouts/Basic/index.spec.js.map +7 -0
  938. package/cjs/layouts/Grid/Grid.stories/index.js +37 -49
  939. package/cjs/layouts/Grid/Grid.stories.js.map +7 -0
  940. package/cjs/layouts/Grid/__stories__/Default/index.js +102 -78
  941. package/cjs/layouts/Grid/__stories__/Default.js.map +7 -0
  942. package/cjs/layouts/Grid/__stories__/Inline/index.js +103 -79
  943. package/cjs/layouts/Grid/__stories__/Inline.js.map +7 -0
  944. package/cjs/layouts/Grid/__stories__/ResponsiveSpacing/index.js +87 -74
  945. package/cjs/layouts/Grid/__stories__/ResponsiveSpacing.js.map +7 -0
  946. package/cjs/layouts/Grid/index.js +32 -13
  947. package/cjs/layouts/Grid/index.js.map +7 -0
  948. package/cjs/layouts/Hidden/index.js +21 -16
  949. package/cjs/layouts/Hidden/index.js.map +7 -0
  950. package/cjs/layouts/Screen/Screen.stories/index.js +38 -61
  951. package/cjs/layouts/Screen/Screen.stories.js.map +7 -0
  952. package/cjs/layouts/Screen/__stories__/Default/index.js +44 -23
  953. package/cjs/layouts/Screen/__stories__/Default.js.map +7 -0
  954. package/cjs/layouts/Screen/__stories__/ScreenDown/index.js +38 -14
  955. package/cjs/layouts/Screen/__stories__/ScreenDown.js.map +7 -0
  956. package/cjs/layouts/Screen/__stories__/ScreenUp/index.js +38 -14
  957. package/cjs/layouts/Screen/__stories__/ScreenUp.js.map +7 -0
  958. package/cjs/layouts/Screen/__stories__/SpecificScreenSize/index.js +38 -14
  959. package/cjs/layouts/Screen/__stories__/SpecificScreenSize.js.map +7 -0
  960. package/cjs/layouts/Screen/index.js +45 -23
  961. package/cjs/layouts/Screen/index.js.map +7 -0
  962. package/cjs/layouts/Section/index.js +31 -22
  963. package/cjs/layouts/Section/index.js.map +7 -0
  964. package/cjs/layouts/SectionBreak/index.js +31 -22
  965. package/cjs/layouts/SectionBreak/index.js.map +7 -0
  966. package/cjs/layouts/Stack/Stack.stories/index.js +40 -85
  967. package/cjs/layouts/Stack/Stack.stories.js.map +7 -0
  968. package/cjs/layouts/Stack/__stories__/AlignItems/index.js +94 -70
  969. package/cjs/layouts/Stack/__stories__/AlignItems.js.map +7 -0
  970. package/cjs/layouts/Stack/__stories__/Default/index.js +51 -27
  971. package/cjs/layouts/Stack/__stories__/Default.js.map +7 -0
  972. package/cjs/layouts/Stack/__stories__/JustifyContent/index.js +111 -87
  973. package/cjs/layouts/Stack/__stories__/JustifyContent.js.map +7 -0
  974. package/cjs/layouts/Stack/__stories__/NoWrap/index.js +53 -29
  975. package/cjs/layouts/Stack/__stories__/NoWrap.js.map +7 -0
  976. package/cjs/layouts/Stack/__stories__/Row/index.js +52 -28
  977. package/cjs/layouts/Stack/__stories__/Row.js.map +7 -0
  978. package/cjs/layouts/Stack/__stories__/Spacing/index.js +82 -58
  979. package/cjs/layouts/Stack/__stories__/Spacing.js.map +7 -0
  980. package/cjs/layouts/Stack/index.js +30 -8
  981. package/cjs/layouts/Stack/index.js.map +7 -0
  982. package/cjs/layouts/index.js +48 -115
  983. package/cjs/layouts/index.js.map +7 -0
  984. package/cjs/lazy/index.js +349 -2883
  985. package/cjs/lazy.js.map +7 -0
  986. package/cjs/navigation/BackLink/BackLink.stories/index.js +35 -25
  987. package/cjs/navigation/BackLink/BackLink.stories.js.map +7 -0
  988. package/cjs/navigation/BackLink/__stories__/Default/index.js +35 -13
  989. package/cjs/navigation/BackLink/__stories__/Default.js.map +7 -0
  990. package/cjs/navigation/BackLink/index.js +31 -22
  991. package/cjs/navigation/BackLink/index.js.map +7 -0
  992. package/cjs/navigation/BackToTopLink/BackToTopLink.stories/index.js +36 -37
  993. package/cjs/navigation/BackToTopLink/BackToTopLink.stories.js.map +7 -0
  994. package/cjs/navigation/BackToTopLink/__stories__/Default/index.js +35 -13
  995. package/cjs/navigation/BackToTopLink/__stories__/Default.js.map +7 -0
  996. package/cjs/navigation/BackToTopLink/__stories__/InMain/index.js +38 -19
  997. package/cjs/navigation/BackToTopLink/__stories__/InMain.js.map +7 -0
  998. package/cjs/navigation/BackToTopLink/index.js +60 -83
  999. package/cjs/navigation/BackToTopLink/index.js.map +7 -0
  1000. package/cjs/navigation/Breadcrumbs/Breadcrumbs.stories/index.js +37 -27
  1001. package/cjs/navigation/Breadcrumbs/Breadcrumbs.stories.js.map +7 -0
  1002. package/cjs/navigation/Breadcrumbs/__stories__/Default/index.js +39 -17
  1003. package/cjs/navigation/Breadcrumbs/__stories__/Default.js.map +7 -0
  1004. package/cjs/navigation/Breadcrumbs/index.js +33 -46
  1005. package/cjs/navigation/Breadcrumbs/index.js.map +7 -0
  1006. package/cjs/navigation/Drawer/Drawer.stories/index.js +39 -51
  1007. package/cjs/navigation/Drawer/Drawer.stories.js.map +7 -0
  1008. package/cjs/navigation/Drawer/__stories__/Auto/index.js +88 -69
  1009. package/cjs/navigation/Drawer/__stories__/Auto.js.map +7 -0
  1010. package/cjs/navigation/Drawer/__stories__/Default/index.js +91 -76
  1011. package/cjs/navigation/Drawer/__stories__/Default.js.map +7 -0
  1012. package/cjs/navigation/Drawer/__stories__/WithHook/index.js +96 -75
  1013. package/cjs/navigation/Drawer/__stories__/WithHook.js.map +7 -0
  1014. package/cjs/navigation/Drawer/auto/index.js +83 -60
  1015. package/cjs/navigation/Drawer/auto.js.map +7 -0
  1016. package/cjs/navigation/Drawer/hooks/index.js +54 -40
  1017. package/cjs/navigation/Drawer/hooks.js.map +7 -0
  1018. package/cjs/navigation/Drawer/index.js +33 -46
  1019. package/cjs/navigation/Drawer/index.js.map +7 -0
  1020. package/cjs/navigation/Dropdown/Dropdown.stories/index.js +47 -136
  1021. package/cjs/navigation/Dropdown/Dropdown.stories.js.map +7 -0
  1022. package/cjs/navigation/Dropdown/__stories__/AlignRight/index.js +60 -37
  1023. package/cjs/navigation/Dropdown/__stories__/AlignRight.js.map +7 -0
  1024. package/cjs/navigation/Dropdown/__stories__/ContentPosition/index.js +64 -42
  1025. package/cjs/navigation/Dropdown/__stories__/ContentPosition.js.map +7 -0
  1026. package/cjs/navigation/Dropdown/__stories__/Default/index.js +49 -26
  1027. package/cjs/navigation/Dropdown/__stories__/Default.js.map +7 -0
  1028. package/cjs/navigation/Dropdown/__stories__/Dense/index.js +53 -30
  1029. package/cjs/navigation/Dropdown/__stories__/Dense.js.map +7 -0
  1030. package/cjs/navigation/Dropdown/__stories__/Disabled/index.js +50 -27
  1031. package/cjs/navigation/Dropdown/__stories__/Disabled.js.map +7 -0
  1032. package/cjs/navigation/Dropdown/__stories__/PlacementTop/index.js +62 -42
  1033. package/cjs/navigation/Dropdown/__stories__/PlacementTop.js.map +7 -0
  1034. package/cjs/navigation/Dropdown/__stories__/Secondary/index.js +41 -19
  1035. package/cjs/navigation/Dropdown/__stories__/Secondary.js.map +7 -0
  1036. package/cjs/navigation/Dropdown/__stories__/VariantLink/index.js +49 -26
  1037. package/cjs/navigation/Dropdown/__stories__/VariantLink.js.map +7 -0
  1038. package/cjs/navigation/Dropdown/__stories__/Warning/index.js +41 -19
  1039. package/cjs/navigation/Dropdown/__stories__/Warning.js.map +7 -0
  1040. package/cjs/navigation/Dropdown/__stories__/WithIcons/index.js +62 -40
  1041. package/cjs/navigation/Dropdown/__stories__/WithIcons.js.map +7 -0
  1042. package/cjs/navigation/Dropdown/index.js +84 -108
  1043. package/cjs/navigation/Dropdown/index.js.map +7 -0
  1044. package/cjs/navigation/Link/Link.stories/index.js +41 -86
  1045. package/cjs/navigation/Link/Link.stories.js.map +7 -0
  1046. package/cjs/navigation/Link/__stories__/DarkBackground/index.js +39 -17
  1047. package/cjs/navigation/Link/__stories__/DarkBackground.js.map +7 -0
  1048. package/cjs/navigation/Link/__stories__/DarkBackgroundNoUnderline/index.js +39 -17
  1049. package/cjs/navigation/Link/__stories__/DarkBackgroundNoUnderline.js.map +7 -0
  1050. package/cjs/navigation/Link/__stories__/Default/index.js +35 -13
  1051. package/cjs/navigation/Link/__stories__/Default.js.map +7 -0
  1052. package/cjs/navigation/Link/__stories__/ExternalLink/index.js +36 -14
  1053. package/cjs/navigation/Link/__stories__/ExternalLink.js.map +7 -0
  1054. package/cjs/navigation/Link/__stories__/NoUnderline/index.js +35 -13
  1055. package/cjs/navigation/Link/__stories__/NoUnderline.js.map +7 -0
  1056. package/cjs/navigation/Link/__stories__/OpensInNewTab/index.js +35 -13
  1057. package/cjs/navigation/Link/__stories__/OpensInNewTab.js.map +7 -0
  1058. package/cjs/navigation/Link/index.js +53 -36
  1059. package/cjs/navigation/Link/index.js.map +7 -0
  1060. package/cjs/navigation/Link/index.spec/index.js +31 -19
  1061. package/cjs/navigation/Link/index.spec.js.map +7 -0
  1062. package/cjs/navigation/NavList/Nav/index.js +31 -22
  1063. package/cjs/navigation/NavList/Nav.js.map +7 -0
  1064. package/cjs/navigation/NavList/NavList/index.js +31 -22
  1065. package/cjs/navigation/NavList/NavList.js.map +7 -0
  1066. package/cjs/navigation/NavList/NavList.stories/index.js +45 -112
  1067. package/cjs/navigation/NavList/NavList.stories.js.map +7 -0
  1068. package/cjs/navigation/NavList/NavListAuto/index.js +72 -50
  1069. package/cjs/navigation/NavList/NavListAuto/index.js.map +7 -0
  1070. package/cjs/navigation/NavList/NavMenuContentList/index.js +55 -56
  1071. package/cjs/navigation/NavList/NavMenuContentList.js.map +7 -0
  1072. package/cjs/navigation/NavList/__stories__/Default/index.js +61 -32
  1073. package/cjs/navigation/NavList/__stories__/Default.js.map +7 -0
  1074. package/cjs/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +110 -65
  1075. package/cjs/navigation/NavList/__stories__/HorizontalWithDrawer.js.map +7 -0
  1076. package/cjs/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +99 -45
  1077. package/cjs/navigation/NavList/__stories__/HorizontalWithoutDrawer.js.map +7 -0
  1078. package/cjs/navigation/NavList/__stories__/NavListWithoutNav/index.js +60 -22
  1079. package/cjs/navigation/NavList/__stories__/NavListWithoutNav.js.map +7 -0
  1080. package/cjs/navigation/NavList/__stories__/UsingHeaderButton/index.js +66 -55
  1081. package/cjs/navigation/NavList/__stories__/UsingHeaderButton.js.map +7 -0
  1082. package/cjs/navigation/NavList/__stories__/UsingNavListAuto/index.js +86 -35
  1083. package/cjs/navigation/NavList/__stories__/UsingNavListAuto.js.map +7 -0
  1084. package/cjs/navigation/NavList/__stories__/Vertical/index.js +65 -36
  1085. package/cjs/navigation/NavList/__stories__/Vertical.js.map +7 -0
  1086. package/cjs/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +102 -45
  1087. package/cjs/navigation/NavList/__stories__/VerticalWithoutDrawer.js.map +7 -0
  1088. package/cjs/navigation/NavList/hooks/useNavList/index.js +46 -34
  1089. package/cjs/navigation/NavList/hooks/useNavList.js.map +7 -0
  1090. package/cjs/navigation/NavList/hooks/useTogglableNav/index.js +152 -161
  1091. package/cjs/navigation/NavList/hooks/useTogglableNav.js.map +7 -0
  1092. package/cjs/navigation/NavList/index.js +46 -191
  1093. package/cjs/navigation/NavList/index.js.map +7 -0
  1094. package/cjs/navigation/NavList/index.spec/index.js +24 -12
  1095. package/cjs/navigation/NavList/index.spec.js.map +7 -0
  1096. package/cjs/navigation/NavList/types/index.js +4 -5
  1097. package/cjs/navigation/NavList/types.js.map +7 -0
  1098. package/cjs/navigation/Pagination/Pagination.stories/index.js +44 -100
  1099. package/cjs/navigation/Pagination/Pagination.stories.js.map +7 -0
  1100. package/cjs/navigation/Pagination/__stories__/Auto/index.js +55 -35
  1101. package/cjs/navigation/Pagination/__stories__/Auto.js.map +7 -0
  1102. package/cjs/navigation/Pagination/__stories__/Default/index.js +62 -44
  1103. package/cjs/navigation/Pagination/__stories__/Default.js.map +7 -0
  1104. package/cjs/navigation/Pagination/__stories__/PaginationSmall/index.js +47 -28
  1105. package/cjs/navigation/Pagination/__stories__/PaginationSmall.js.map +7 -0
  1106. package/cjs/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +55 -35
  1107. package/cjs/navigation/Pagination/__stories__/PaginationWithSmallFont.js.map +7 -0
  1108. package/cjs/navigation/Pagination/__stories__/WithHook/index.js +70 -43
  1109. package/cjs/navigation/Pagination/__stories__/WithHook.js.map +7 -0
  1110. package/cjs/navigation/Pagination/__stories__/WithInactiveValues/index.js +65 -47
  1111. package/cjs/navigation/Pagination/__stories__/WithInactiveValues.js.map +7 -0
  1112. package/cjs/navigation/Pagination/__stories__/WithResultsPerPage/index.js +52 -32
  1113. package/cjs/navigation/Pagination/__stories__/WithResultsPerPage.js.map +7 -0
  1114. package/cjs/navigation/Pagination/auto/index.js +97 -65
  1115. package/cjs/navigation/Pagination/auto.js.map +7 -0
  1116. package/cjs/navigation/Pagination/hooks/index.js +75 -68
  1117. package/cjs/navigation/Pagination/hooks.js.map +7 -0
  1118. package/cjs/navigation/Pagination/index.js +74 -132
  1119. package/cjs/navigation/Pagination/index.js.map +7 -0
  1120. package/cjs/navigation/SkipLink/SkipLink.stories/index.js +36 -26
  1121. package/cjs/navigation/SkipLink/SkipLink.stories.js.map +7 -0
  1122. package/cjs/navigation/SkipLink/__stories__/Default/index.js +36 -15
  1123. package/cjs/navigation/SkipLink/__stories__/Default.js.map +7 -0
  1124. package/cjs/navigation/SkipLink/index.js +32 -13
  1125. package/cjs/navigation/SkipLink/index.js.map +7 -0
  1126. package/cjs/navigation/Tabs/Tabs.stories/index.js +40 -52
  1127. package/cjs/navigation/Tabs/Tabs.stories.js.map +7 -0
  1128. package/cjs/navigation/Tabs/__stories__/Auto/index.js +59 -36
  1129. package/cjs/navigation/Tabs/__stories__/Auto.js.map +7 -0
  1130. package/cjs/navigation/Tabs/__stories__/Default/index.js +73 -47
  1131. package/cjs/navigation/Tabs/__stories__/Default.js.map +7 -0
  1132. package/cjs/navigation/Tabs/__stories__/Dense/index.js +59 -33
  1133. package/cjs/navigation/Tabs/__stories__/Dense.js.map +7 -0
  1134. package/cjs/navigation/Tabs/auto/index.js +72 -48
  1135. package/cjs/navigation/Tabs/auto.js.map +7 -0
  1136. package/cjs/navigation/Tabs/hooks/index.js +69 -56
  1137. package/cjs/navigation/Tabs/hooks.js.map +7 -0
  1138. package/cjs/navigation/Tabs/index.js +38 -95
  1139. package/cjs/navigation/Tabs/index.js.map +7 -0
  1140. package/cjs/navigation/index.js +29 -104
  1141. package/cjs/navigation/index.js.map +7 -0
  1142. package/cjs/registry/index.js +518 -506
  1143. package/cjs/registry.js.map +7 -0
  1144. package/cjs/test-utils/delay/index.js +35 -33
  1145. package/cjs/test-utils/delay.js.map +7 -0
  1146. package/cjs/typography/Code/index.js +31 -22
  1147. package/cjs/typography/Code/index.js.map +7 -0
  1148. package/cjs/typography/CodeBlock/index.js +31 -22
  1149. package/cjs/typography/CodeBlock/index.js.map +7 -0
  1150. package/cjs/typography/Heading/Heading.stories/index.js +35 -25
  1151. package/cjs/typography/Heading/Heading.stories.js.map +7 -0
  1152. package/cjs/typography/Heading/__stories__/Default/index.js +39 -21
  1153. package/cjs/typography/Heading/__stories__/Default.js.map +7 -0
  1154. package/cjs/typography/Heading/index.js +31 -22
  1155. package/cjs/typography/Heading/index.js.map +7 -0
  1156. package/cjs/typography/HeadingCaption/HeadingCaption.stories/index.js +36 -37
  1157. package/cjs/typography/HeadingCaption/HeadingCaption.stories.js.map +7 -0
  1158. package/cjs/typography/HeadingCaption/__stories__/Default/index.js +42 -25
  1159. package/cjs/typography/HeadingCaption/__stories__/Default.js.map +7 -0
  1160. package/cjs/typography/HeadingCaption/__stories__/NestedToTitle/index.js +37 -15
  1161. package/cjs/typography/HeadingCaption/__stories__/NestedToTitle.js.map +7 -0
  1162. package/cjs/typography/HeadingCaption/index.js +31 -22
  1163. package/cjs/typography/HeadingCaption/index.js.map +7 -0
  1164. package/cjs/typography/Hint/Hint.stories/index.js +36 -37
  1165. package/cjs/typography/Hint/Hint.stories.js.map +7 -0
  1166. package/cjs/typography/Hint/__stories__/Default/index.js +35 -13
  1167. package/cjs/typography/Hint/__stories__/Default.js.map +7 -0
  1168. package/cjs/typography/Hint/__stories__/FontSizes/index.js +38 -19
  1169. package/cjs/typography/Hint/__stories__/FontSizes.js.map +7 -0
  1170. package/cjs/typography/Hint/index.js +31 -22
  1171. package/cjs/typography/Hint/index.js.map +7 -0
  1172. package/cjs/typography/NormalText/NormalText.stories/index.js +38 -61
  1173. package/cjs/typography/NormalText/NormalText.stories.js.map +7 -0
  1174. package/cjs/typography/NormalText/__stories__/Default/index.js +35 -13
  1175. package/cjs/typography/NormalText/__stories__/Default.js.map +7 -0
  1176. package/cjs/typography/NormalText/__stories__/FontSizes/index.js +49 -39
  1177. package/cjs/typography/NormalText/__stories__/FontSizes.js.map +7 -0
  1178. package/cjs/typography/NormalText/__stories__/FontWeight/index.js +39 -19
  1179. package/cjs/typography/NormalText/__stories__/FontWeight.js.map +7 -0
  1180. package/cjs/typography/NormalText/__stories__/Variants/index.js +40 -20
  1181. package/cjs/typography/NormalText/__stories__/Variants.js.map +7 -0
  1182. package/cjs/typography/NormalText/index.js +31 -22
  1183. package/cjs/typography/NormalText/index.js.map +7 -0
  1184. package/cjs/typography/Paragraph/Paragraph.stories/index.js +39 -73
  1185. package/cjs/typography/Paragraph/Paragraph.stories.js.map +7 -0
  1186. package/cjs/typography/Paragraph/__stories__/Default/index.js +35 -13
  1187. package/cjs/typography/Paragraph/__stories__/Default.js.map +7 -0
  1188. package/cjs/typography/Paragraph/__stories__/FontSizes/index.js +42 -26
  1189. package/cjs/typography/Paragraph/__stories__/FontSizes.js.map +7 -0
  1190. package/cjs/typography/Paragraph/__stories__/FontWeight/index.js +37 -16
  1191. package/cjs/typography/Paragraph/__stories__/FontWeight.js.map +7 -0
  1192. package/cjs/typography/Paragraph/__stories__/LeadVariant/index.js +36 -14
  1193. package/cjs/typography/Paragraph/__stories__/LeadVariant.js.map +7 -0
  1194. package/cjs/typography/Paragraph/__stories__/SmallVariant/index.js +36 -14
  1195. package/cjs/typography/Paragraph/__stories__/SmallVariant.js.map +7 -0
  1196. package/cjs/typography/Paragraph/index.js +31 -22
  1197. package/cjs/typography/Paragraph/index.js.map +7 -0
  1198. package/cjs/typography/Typography/index.js +32 -0
  1199. package/cjs/typography/Typography/index.js.map +7 -0
  1200. package/cjs/typography/index.js +26 -60
  1201. package/cjs/typography/index.js.map +7 -0
  1202. package/cjs/utils/Base/index.js +31 -22
  1203. package/cjs/utils/Base/index.js.map +7 -0
  1204. package/cjs/utils/SvgIcon/index.js +32 -34
  1205. package/cjs/utils/SvgIcon/index.js.map +7 -0
  1206. package/cjs/utils/Typography/index.js +32 -13
  1207. package/cjs/utils/Typography/index.js.map +7 -0
  1208. package/cjs/utils/VisuallyHidden/VisuallyHidden.stories/index.js +35 -25
  1209. package/cjs/utils/VisuallyHidden/VisuallyHidden.stories.js.map +7 -0
  1210. package/cjs/utils/VisuallyHidden/__stories__/Default/index.js +39 -18
  1211. package/cjs/utils/VisuallyHidden/__stories__/Default.js.map +7 -0
  1212. package/cjs/utils/VisuallyHidden/index.js +31 -22
  1213. package/cjs/utils/VisuallyHidden/index.js.map +7 -0
  1214. package/cjs/utils/hooks/useDebounce/index.js +49 -36
  1215. package/cjs/utils/hooks/useDebounce.js.map +7 -0
  1216. package/cjs/utils/hooks/useKeypress/index.js +39 -13
  1217. package/cjs/utils/hooks/useKeypress.js.map +7 -0
  1218. package/cjs/utils/hooks/useLatest/index.js +33 -15
  1219. package/cjs/utils/hooks/useLatest.js.map +7 -0
  1220. package/cjs/utils/hooks/useScreen/index.js +55 -37
  1221. package/cjs/utils/hooks/useScreen.js.map +7 -0
  1222. package/cjs/utils/hooks/useSearch/index.js +47 -23
  1223. package/cjs/utils/hooks/useSearch.js.map +7 -0
  1224. package/cjs/utils/hooks/useTogglableTab/index.js +82 -66
  1225. package/cjs/utils/hooks/useTogglableTab.js.map +7 -0
  1226. package/cjs/utils/index.js +23 -38
  1227. package/cjs/utils/index.js.map +7 -0
  1228. package/cjs/utils/withDeprecation/index.js +57 -57
  1229. package/cjs/utils/withDeprecation.js.map +7 -0
  1230. package/content/Accordion/Accordion.stories/index.js +15 -11
  1231. package/content/Accordion/Accordion.stories.js.map +7 -0
  1232. package/content/Accordion/__stories__/Auto/index.js +50 -38
  1233. package/content/Accordion/__stories__/Auto.js.map +7 -0
  1234. package/content/Accordion/__stories__/Default/index.js +27 -19
  1235. package/content/Accordion/__stories__/Default.js.map +7 -0
  1236. package/content/Accordion/__stories__/WithHints/index.js +28 -20
  1237. package/content/Accordion/__stories__/WithHints.js.map +7 -0
  1238. package/content/Accordion/__stories__/WithHook/index.js +54 -46
  1239. package/content/Accordion/__stories__/WithHook.js.map +7 -0
  1240. package/content/Accordion/auto/index.js +60 -49
  1241. package/content/Accordion/auto.d.ts +3 -3
  1242. package/content/Accordion/auto.js.map +7 -0
  1243. package/content/Accordion/hooks/index.js +70 -90
  1244. package/content/Accordion/hooks.js.map +7 -0
  1245. package/content/Accordion/index.js +14 -11
  1246. package/content/Accordion/index.js.map +7 -0
  1247. package/content/Accordion/index.spec/index.js +23 -17
  1248. package/content/Accordion/index.spec.js.map +7 -0
  1249. package/content/Blockquote/Blockquote.stories/index.js +12 -8
  1250. package/content/Blockquote/Blockquote.stories.js.map +7 -0
  1251. package/content/Blockquote/__stories__/Default/index.js +8 -6
  1252. package/content/Blockquote/__stories__/Default.js.map +7 -0
  1253. package/content/Blockquote/__stories__/Dense/index.js +8 -6
  1254. package/content/Blockquote/__stories__/Dense.js.map +7 -0
  1255. package/content/Blockquote/index.js +7 -3
  1256. package/content/Blockquote/index.js.map +7 -0
  1257. package/content/Blockquote/index.spec/index.js +7 -7
  1258. package/content/Blockquote/index.spec.js.map +7 -0
  1259. package/content/Card/Card.stories/index.js +22 -18
  1260. package/content/Card/Card.stories.js.map +7 -0
  1261. package/content/Card/__stories__/Default/index.js +14 -7
  1262. package/content/Card/__stories__/Default.js.map +7 -0
  1263. package/content/Card/__stories__/Dense/index.js +15 -8
  1264. package/content/Card/__stories__/Dense.js.map +7 -0
  1265. package/content/Card/__stories__/WithClickableContent/index.js +11 -9
  1266. package/content/Card/__stories__/WithClickableContent.js.map +7 -0
  1267. package/content/Card/__stories__/WithClickableLink/index.js +10 -8
  1268. package/content/Card/__stories__/WithClickableLink.js.map +7 -0
  1269. package/content/Card/__stories__/WithDarkBorder/index.js +15 -8
  1270. package/content/Card/__stories__/WithDarkBorder.js.map +7 -0
  1271. package/content/Card/__stories__/WithDarkTopBorder/index.js +15 -8
  1272. package/content/Card/__stories__/WithDarkTopBorder.js.map +7 -0
  1273. package/content/Card/__stories__/WithDivider/index.js +15 -8
  1274. package/content/Card/__stories__/WithDivider.js.map +7 -0
  1275. package/content/Card/__stories__/WithGrayBorder/index.js +15 -8
  1276. package/content/Card/__stories__/WithGrayBorder.js.map +7 -0
  1277. package/content/Card/__stories__/WithGrayTopBorder/index.js +15 -8
  1278. package/content/Card/__stories__/WithGrayTopBorder.js.map +7 -0
  1279. package/content/Card/__stories__/WithGroupButton/index.js +15 -8
  1280. package/content/Card/__stories__/WithGroupButton.js.map +7 -0
  1281. package/content/Card/__stories__/WithLink/index.js +14 -7
  1282. package/content/Card/__stories__/WithLink.js.map +7 -0
  1283. package/content/Card/index.js +10 -6
  1284. package/content/Card/index.js.map +7 -0
  1285. package/content/Chip/Chip.stories/index.js +13 -9
  1286. package/content/Chip/Chip.stories.js.map +7 -0
  1287. package/content/Chip/__stories__/ClickableChip/index.js +12 -9
  1288. package/content/Chip/__stories__/ClickableChip.js.map +7 -0
  1289. package/content/Chip/__stories__/ClickableDeletableChip/index.js +15 -12
  1290. package/content/Chip/__stories__/ClickableDeletableChip.js.map +7 -0
  1291. package/content/Chip/__stories__/Default/index.js +8 -6
  1292. package/content/Chip/__stories__/Default.js.map +7 -0
  1293. package/content/Chip/__stories__/DeletableChip/index.js +12 -9
  1294. package/content/Chip/__stories__/DeletableChip.js.map +7 -0
  1295. package/content/Chip/__stories__/GroupOfChips/index.js +8 -6
  1296. package/content/Chip/__stories__/GroupOfChips.js.map +7 -0
  1297. package/content/Chip/index.js +10 -6
  1298. package/content/Chip/index.js.map +7 -0
  1299. package/content/Details/Details.stories/index.js +11 -7
  1300. package/content/Details/Details.stories.js.map +7 -0
  1301. package/content/Details/__stories__/Default/index.js +12 -6
  1302. package/content/Details/__stories__/Default.js.map +7 -0
  1303. package/content/Details/index.js +9 -5
  1304. package/content/Details/index.js.map +7 -0
  1305. package/content/Details/index.spec/index.js +15 -12
  1306. package/content/Details/index.spec.js.map +7 -0
  1307. package/content/FillableText/index.js +8 -4
  1308. package/content/FillableText/index.js.map +7 -0
  1309. package/content/List/List/index.js +7 -3
  1310. package/content/List/List.js.map +7 -0
  1311. package/content/List/List.stories/index.js +16 -12
  1312. package/content/List/List.stories.js.map +7 -0
  1313. package/content/List/ListItem/index.js +7 -3
  1314. package/content/List/ListItem.js.map +7 -0
  1315. package/content/List/__stories__/BulletList/index.js +10 -8
  1316. package/content/List/__stories__/BulletList.js.map +7 -0
  1317. package/content/List/__stories__/Default/index.js +9 -8
  1318. package/content/List/__stories__/Default.js.map +7 -0
  1319. package/content/List/__stories__/HorizontalList/index.js +11 -9
  1320. package/content/List/__stories__/HorizontalList.js.map +7 -0
  1321. package/content/List/__stories__/NestedBulletList/index.js +14 -12
  1322. package/content/List/__stories__/NestedBulletList.js.map +7 -0
  1323. package/content/List/__stories__/NumberedList/index.js +10 -8
  1324. package/content/List/__stories__/NumberedList.js.map +7 -0
  1325. package/content/List/__stories__/WithExtraSpace/index.js +10 -8
  1326. package/content/List/__stories__/WithExtraSpace.js.map +7 -0
  1327. package/content/List/index.js +7 -3
  1328. package/content/List/index.js.map +7 -0
  1329. package/content/List/index.spec/index.js +6 -6
  1330. package/content/List/index.spec.js.map +7 -0
  1331. package/content/Markdown/index.js +13 -8
  1332. package/content/Markdown/index.js.map +7 -0
  1333. package/content/Markdown/useMarkdownToHTML/index.js +62 -61
  1334. package/content/Markdown/useMarkdownToHTML.js.map +7 -0
  1335. package/content/SafeHTML/index.d.ts +1 -1
  1336. package/content/SafeHTML/index.js +59 -69
  1337. package/content/SafeHTML/index.js.map +7 -0
  1338. package/content/StepNav/StepNav.stories/index.js +14 -10
  1339. package/content/StepNav/StepNav.stories.js.map +7 -0
  1340. package/content/StepNav/__stories__/Auto/index.js +164 -118
  1341. package/content/StepNav/__stories__/Auto.js.map +7 -0
  1342. package/content/StepNav/__stories__/Default/index.js +171 -134
  1343. package/content/StepNav/__stories__/Default.js.map +7 -0
  1344. package/content/StepNav/__stories__/Dense/index.js +172 -135
  1345. package/content/StepNav/__stories__/Dense.js.map +7 -0
  1346. package/content/StepNav/__stories__/WithHints/index.js +177 -142
  1347. package/content/StepNav/__stories__/WithHints.js.map +7 -0
  1348. package/content/StepNav/__stories__/WithHook/index.js +167 -123
  1349. package/content/StepNav/__stories__/WithHook.js.map +7 -0
  1350. package/content/StepNav/auto/index.js +59 -49
  1351. package/content/StepNav/auto.d.ts +3 -3
  1352. package/content/StepNav/auto.js.map +7 -0
  1353. package/content/StepNav/index.js +30 -16
  1354. package/content/StepNav/index.js.map +7 -0
  1355. package/content/SummaryList/SummaryList.stories/index.js +16 -12
  1356. package/content/SummaryList/SummaryList.stories.js.map +7 -0
  1357. package/content/SummaryList/__stories__/Default/index.js +19 -11
  1358. package/content/SummaryList/__stories__/Default.js.map +7 -0
  1359. package/content/SummaryList/__stories__/RowVariations/index.js +24 -21
  1360. package/content/SummaryList/__stories__/RowVariations.js.map +7 -0
  1361. package/content/SummaryList/__stories__/WithActions/index.js +21 -13
  1362. package/content/SummaryList/__stories__/WithActions.js.map +7 -0
  1363. package/content/SummaryList/__stories__/WithKeyAndAction/index.js +26 -17
  1364. package/content/SummaryList/__stories__/WithKeyAndAction.js.map +7 -0
  1365. package/content/SummaryList/__stories__/WithoutActions/index.js +13 -6
  1366. package/content/SummaryList/__stories__/WithoutActions.js.map +7 -0
  1367. package/content/SummaryList/__stories__/WithoutBorders/index.js +20 -12
  1368. package/content/SummaryList/__stories__/WithoutBorders.js.map +7 -0
  1369. package/content/SummaryList/index.js +11 -7
  1370. package/content/SummaryList/index.js.map +7 -0
  1371. package/content/SummaryList/index.spec/index.js +13 -7
  1372. package/content/SummaryList/index.spec.js.map +7 -0
  1373. package/content/Table/Table.stories/index.js +28 -24
  1374. package/content/Table/Table.stories.js.map +7 -0
  1375. package/content/Table/TableFloatingScroll/index.js +41 -60
  1376. package/content/Table/TableFloatingScroll.js.map +7 -0
  1377. package/content/Table/__stories__/DarkVariant/index.js +57 -42
  1378. package/content/Table/__stories__/DarkVariant.js.map +7 -0
  1379. package/content/Table/__stories__/DarkVariantWithVerticalHeaders/index.js +57 -42
  1380. package/content/Table/__stories__/DarkVariantWithVerticalHeaders.js.map +7 -0
  1381. package/content/Table/__stories__/Default/index.js +51 -37
  1382. package/content/Table/__stories__/Default.js.map +7 -0
  1383. package/content/Table/__stories__/DefinedWidth/index.js +52 -36
  1384. package/content/Table/__stories__/DefinedWidth.js.map +7 -0
  1385. package/content/Table/__stories__/Densed/index.js +111 -96
  1386. package/content/Table/__stories__/Densed.js.map +7 -0
  1387. package/content/Table/__stories__/Full/index.js +98 -78
  1388. package/content/Table/__stories__/Full.js.map +7 -0
  1389. package/content/Table/__stories__/MultipleProps/index.js +79 -61
  1390. package/content/Table/__stories__/MultipleProps.js.map +7 -0
  1391. package/content/Table/__stories__/NoData/index.js +21 -8
  1392. package/content/Table/__stories__/NoData.js.map +7 -0
  1393. package/content/Table/__stories__/NumericDataType/index.js +71 -54
  1394. package/content/Table/__stories__/NumericDataType.js.map +7 -0
  1395. package/content/Table/__stories__/RowColors/index.js +71 -55
  1396. package/content/Table/__stories__/RowColors.js.map +7 -0
  1397. package/content/Table/__stories__/Stacked/index.js +52 -38
  1398. package/content/Table/__stories__/Stacked.js.map +7 -0
  1399. package/content/Table/__stories__/TableCaptions/index.js +18 -14
  1400. package/content/Table/__stories__/TableCaptions.js.map +7 -0
  1401. package/content/Table/__stories__/VerticalBorders/index.js +57 -42
  1402. package/content/Table/__stories__/VerticalBorders.js.map +7 -0
  1403. package/content/Table/__stories__/VerticalHeaders/index.js +51 -37
  1404. package/content/Table/__stories__/VerticalHeaders.js.map +7 -0
  1405. package/content/Table/__stories__/WithFloatingScroll/index.js +74 -64
  1406. package/content/Table/__stories__/WithFloatingScroll.js.map +7 -0
  1407. package/content/Table/__stories__/WithLoader/index.js +59 -52
  1408. package/content/Table/__stories__/WithLoader.js.map +7 -0
  1409. package/content/Table/__stories__/WithSortFilters/index.js +113 -92
  1410. package/content/Table/__stories__/WithSortFilters.js.map +7 -0
  1411. package/content/Table/__stories__/ZebraProp/index.js +57 -42
  1412. package/content/Table/__stories__/ZebraProp.js.map +7 -0
  1413. package/content/Table/hooks/useSort/index.js +24 -25
  1414. package/content/Table/hooks/useSort.js.map +7 -0
  1415. package/content/Table/index.d.ts +1 -1
  1416. package/content/Table/index.js +65 -69
  1417. package/content/Table/index.js.map +7 -0
  1418. package/content/TaskList/TaskList.stories/index.js +11 -7
  1419. package/content/TaskList/TaskList.stories.js.map +7 -0
  1420. package/content/TaskList/__stories__/Default/index.js +96 -67
  1421. package/content/TaskList/__stories__/Default.js.map +7 -0
  1422. package/content/TaskList/__stories__/Dense/index.js +98 -69
  1423. package/content/TaskList/__stories__/Dense.js.map +7 -0
  1424. package/content/TaskList/index.js +11 -7
  1425. package/content/TaskList/index.js.map +7 -0
  1426. package/content/Timeline/Timeline.stories/index.js +11 -7
  1427. package/content/Timeline/Timeline.stories.js.map +7 -0
  1428. package/content/Timeline/__stories__/Default/index.js +155 -116
  1429. package/content/Timeline/__stories__/Default.js.map +7 -0
  1430. package/content/Timeline/__stories__/Dense/index.js +157 -118
  1431. package/content/Timeline/__stories__/Dense.js.map +7 -0
  1432. package/content/Timeline/index.js +11 -7
  1433. package/content/Timeline/index.js.map +7 -0
  1434. package/content/index.js +13 -12
  1435. package/content/index.js.map +7 -0
  1436. package/custom.d/index.js +1 -0
  1437. package/custom.d.js.map +7 -0
  1438. package/feedback/CopyToClipboard/CopyToClipboard.stories/index.js +11 -7
  1439. package/feedback/CopyToClipboard/CopyToClipboard.stories.js.map +7 -0
  1440. package/feedback/CopyToClipboard/__stories__/Banner/index.js +17 -13
  1441. package/feedback/CopyToClipboard/__stories__/Banner.js.map +7 -0
  1442. package/feedback/CopyToClipboard/__stories__/Default/index.js +17 -13
  1443. package/feedback/CopyToClipboard/__stories__/Default.js.map +7 -0
  1444. package/feedback/CopyToClipboard/__stories__/Dense/index.js +21 -17
  1445. package/feedback/CopyToClipboard/__stories__/Dense.js.map +7 -0
  1446. package/feedback/CopyToClipboard/index.d.ts +1 -1
  1447. package/feedback/CopyToClipboard/index.js +38 -40
  1448. package/feedback/CopyToClipboard/index.js.map +7 -0
  1449. package/feedback/ErrorSummary/ErrorSummary.stories/index.js +16 -12
  1450. package/feedback/ErrorSummary/ErrorSummary.stories.js.map +7 -0
  1451. package/feedback/ErrorSummary/__stories__/Default/index.js +11 -9
  1452. package/feedback/ErrorSummary/__stories__/Default.js.map +7 -0
  1453. package/feedback/ErrorSummary/__stories__/Dense/index.js +12 -10
  1454. package/feedback/ErrorSummary/__stories__/Dense.js.map +7 -0
  1455. package/feedback/ErrorSummary/__stories__/LinkedToCheckbox/index.js +23 -17
  1456. package/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js.map +7 -0
  1457. package/feedback/ErrorSummary/__stories__/LinkedToField/index.js +27 -18
  1458. package/feedback/ErrorSummary/__stories__/LinkedToField.js.map +7 -0
  1459. package/feedback/ErrorSummary/__stories__/LinkedToInput/index.js +21 -19
  1460. package/feedback/ErrorSummary/__stories__/LinkedToInput.js.map +7 -0
  1461. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/index.js +31 -22
  1462. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js.map +7 -0
  1463. package/feedback/ErrorSummary/index.js +7 -3
  1464. package/feedback/ErrorSummary/index.js.map +7 -0
  1465. package/feedback/ErrorSummary/index.spec/index.js +6 -6
  1466. package/feedback/ErrorSummary/index.spec.js.map +7 -0
  1467. package/feedback/NotificationBanner/NotificationBanner.stories/index.js +14 -10
  1468. package/feedback/NotificationBanner/NotificationBanner.stories.js.map +7 -0
  1469. package/feedback/NotificationBanner/__stories__/Default/index.js +14 -11
  1470. package/feedback/NotificationBanner/__stories__/Default.js.map +7 -0
  1471. package/feedback/NotificationBanner/__stories__/Dense/index.js +15 -12
  1472. package/feedback/NotificationBanner/__stories__/Dense.js.map +7 -0
  1473. package/feedback/NotificationBanner/__stories__/Success/index.js +15 -12
  1474. package/feedback/NotificationBanner/__stories__/Success.js.map +7 -0
  1475. package/feedback/NotificationBanner/index.js +30 -23
  1476. package/feedback/NotificationBanner/index.js.map +7 -0
  1477. package/feedback/NotificationBanner/index.spec/index.js +11 -14
  1478. package/feedback/NotificationBanner/index.spec.js.map +7 -0
  1479. package/feedback/PhaseBanner/PhaseBanner.stories/index.js +12 -8
  1480. package/feedback/PhaseBanner/PhaseBanner.stories.js.map +7 -0
  1481. package/feedback/PhaseBanner/__stories__/Default/index.js +13 -7
  1482. package/feedback/PhaseBanner/__stories__/Default.js.map +7 -0
  1483. package/feedback/PhaseBanner/__stories__/Underlined/index.js +14 -8
  1484. package/feedback/PhaseBanner/__stories__/Underlined.js.map +7 -0
  1485. package/feedback/PhaseBanner/index.js +10 -6
  1486. package/feedback/PhaseBanner/index.js.map +7 -0
  1487. package/feedback/WarningText/WarningText.stories/index.js +13 -9
  1488. package/feedback/WarningText/WarningText.stories.js.map +7 -0
  1489. package/feedback/WarningText/__stories__/AssistiveText/index.js +8 -6
  1490. package/feedback/WarningText/__stories__/AssistiveText.js.map +7 -0
  1491. package/feedback/WarningText/__stories__/Default/index.js +8 -6
  1492. package/feedback/WarningText/__stories__/Default.js.map +7 -0
  1493. package/feedback/WarningText/__stories__/Dense/index.js +8 -6
  1494. package/feedback/WarningText/__stories__/Dense.js.map +7 -0
  1495. package/feedback/WarningText/index.js +7 -3
  1496. package/feedback/WarningText/index.js.map +7 -0
  1497. package/feedback/WarningText/index.spec/index.js +6 -6
  1498. package/feedback/WarningText/index.spec.js.map +7 -0
  1499. package/feedback/index.js +6 -5
  1500. package/feedback/index.js.map +7 -0
  1501. package/form/AutoComplete/AutoComplete.stories/index.js +18 -11
  1502. package/form/AutoComplete/AutoComplete.stories.d.ts +4 -1
  1503. package/form/AutoComplete/AutoComplete.stories.js.map +7 -0
  1504. package/form/AutoComplete/Status/index.d.ts +4 -2
  1505. package/form/AutoComplete/Status/index.js +83 -116
  1506. package/form/AutoComplete/Status/index.js.map +7 -0
  1507. package/form/AutoComplete/__stories__/Default/index.js +12 -10
  1508. package/form/AutoComplete/__stories__/Default.js.map +7 -0
  1509. package/form/AutoComplete/__stories__/Multiple/index.js +19 -0
  1510. package/form/AutoComplete/__stories__/Multiple/package.json +6 -0
  1511. package/form/AutoComplete/__stories__/Multiple.d.ts +3 -0
  1512. package/form/AutoComplete/__stories__/Multiple.js.map +7 -0
  1513. package/form/AutoComplete/__stories__/MultipleShowingTwoSelected/index.js +18 -0
  1514. package/form/AutoComplete/__stories__/MultipleShowingTwoSelected/package.json +6 -0
  1515. package/form/AutoComplete/__stories__/MultipleShowingTwoSelected.d.ts +3 -0
  1516. package/form/AutoComplete/__stories__/MultipleShowingTwoSelected.js.map +7 -0
  1517. package/form/AutoComplete/__stories__/MultipleWithDefaultValues/index.js +18 -0
  1518. package/form/AutoComplete/__stories__/MultipleWithDefaultValues/package.json +6 -0
  1519. package/form/AutoComplete/__stories__/MultipleWithDefaultValues.d.ts +3 -0
  1520. package/form/AutoComplete/__stories__/MultipleWithDefaultValues.js.map +7 -0
  1521. package/form/AutoComplete/__stories__/MultipleWithMinLength/index.js +21 -0
  1522. package/form/AutoComplete/__stories__/MultipleWithMinLength/package.json +6 -0
  1523. package/form/AutoComplete/__stories__/MultipleWithMinLength.d.ts +3 -0
  1524. package/form/AutoComplete/__stories__/MultipleWithMinLength.js.map +7 -0
  1525. package/form/AutoComplete/__stories__/WithAutoSelect/index.js +22 -26
  1526. package/form/AutoComplete/__stories__/WithAutoSelect.js.map +7 -0
  1527. package/form/AutoComplete/__stories__/WithDefaultValue/index.js +12 -10
  1528. package/form/AutoComplete/__stories__/WithDefaultValue.js.map +7 -0
  1529. package/form/AutoComplete/__stories__/WithMinLength/index.js +13 -11
  1530. package/form/AutoComplete/__stories__/WithMinLength.js.map +7 -0
  1531. package/form/AutoComplete/__stories__/WithPlaceHolder/index.js +12 -10
  1532. package/form/AutoComplete/__stories__/WithPlaceHolder.js.map +7 -0
  1533. package/form/AutoComplete/__stories__/WithShowAllValues/index.js +12 -11
  1534. package/form/AutoComplete/__stories__/WithShowAllValues.js.map +7 -0
  1535. package/form/AutoComplete/__stories__/utils/index.js +1 -0
  1536. package/form/AutoComplete/__stories__/utils.js.map +7 -0
  1537. package/form/AutoComplete/index.d.ts +12 -18
  1538. package/form/AutoComplete/index.js +536 -570
  1539. package/form/AutoComplete/index.js.map +7 -0
  1540. package/form/AutoComplete/utils/index.js +279 -27
  1541. package/form/AutoComplete/utils.d.ts +1 -0
  1542. package/form/AutoComplete/utils.js.map +7 -0
  1543. package/form/Button/Button.stories/index.js +22 -18
  1544. package/form/Button/Button.stories.js.map +7 -0
  1545. package/form/Button/ButtonLink/index.js +7 -3
  1546. package/form/Button/ButtonLink.js.map +7 -0
  1547. package/form/Button/CallToAction/index.js +7 -3
  1548. package/form/Button/CallToAction.js.map +7 -0
  1549. package/form/Button/ThemeToggleButton/index.js +30 -29
  1550. package/form/Button/ThemeToggleButton.js.map +7 -0
  1551. package/form/Button/__stories__/Back/index.js +8 -6
  1552. package/form/Button/__stories__/Back.js.map +7 -0
  1553. package/form/Button/__stories__/ButtonLinkButton/index.js +8 -10
  1554. package/form/Button/__stories__/ButtonLinkButton.js.map +7 -0
  1555. package/form/Button/__stories__/CallToActionButton/index.js +8 -6
  1556. package/form/Button/__stories__/CallToActionButton.js.map +7 -0
  1557. package/form/Button/__stories__/Dense/index.js +8 -6
  1558. package/form/Button/__stories__/Dense.js.map +7 -0
  1559. package/form/Button/__stories__/Disabled/index.js +8 -6
  1560. package/form/Button/__stories__/Disabled.js.map +7 -0
  1561. package/form/Button/__stories__/GroupingButtons/index.js +8 -6
  1562. package/form/Button/__stories__/GroupingButtons.js.map +7 -0
  1563. package/form/Button/__stories__/GroupingButtonsAndLinks/index.js +10 -8
  1564. package/form/Button/__stories__/GroupingButtonsAndLinks.js.map +7 -0
  1565. package/form/Button/__stories__/Primary/index.js +8 -6
  1566. package/form/Button/__stories__/Primary.js.map +7 -0
  1567. package/form/Button/__stories__/Secondary/index.js +8 -6
  1568. package/form/Button/__stories__/Secondary.js.map +7 -0
  1569. package/form/Button/__stories__/ThemeToggle/index.js +8 -6
  1570. package/form/Button/__stories__/ThemeToggle.js.map +7 -0
  1571. package/form/Button/__stories__/Warning/index.js +13 -9
  1572. package/form/Button/__stories__/Warning.js.map +7 -0
  1573. package/form/Button/__stories__/WithVariantLink/index.js +14 -11
  1574. package/form/Button/__stories__/WithVariantLink.js.map +7 -0
  1575. package/form/Button/index.js +21 -16
  1576. package/form/Button/index.js.map +7 -0
  1577. package/form/Button/index.spec/index.js +7 -7
  1578. package/form/Button/index.spec.js.map +7 -0
  1579. package/form/Checkbox/Checkbox.stories/index.js +20 -16
  1580. package/form/Checkbox/Checkbox.stories.js.map +7 -0
  1581. package/form/Checkbox/__stories__/ConditionalReveal/index.js +23 -13
  1582. package/form/Checkbox/__stories__/ConditionalReveal.js.map +7 -0
  1583. package/form/Checkbox/__stories__/Default/index.js +18 -12
  1584. package/form/Checkbox/__stories__/Default.js.map +7 -0
  1585. package/form/Checkbox/__stories__/Dense/index.js +19 -13
  1586. package/form/Checkbox/__stories__/Dense.js.map +7 -0
  1587. package/form/Checkbox/__stories__/Inline/index.js +18 -12
  1588. package/form/Checkbox/__stories__/Inline.js.map +7 -0
  1589. package/form/Checkbox/__stories__/InlineWithDivider/index.js +18 -12
  1590. package/form/Checkbox/__stories__/InlineWithDivider.js.map +7 -0
  1591. package/form/Checkbox/__stories__/MultipleQuestions/index.js +19 -13
  1592. package/form/Checkbox/__stories__/MultipleQuestions.js.map +7 -0
  1593. package/form/Checkbox/__stories__/NoneAnswer/index.js +15 -9
  1594. package/form/Checkbox/__stories__/NoneAnswer.js.map +7 -0
  1595. package/form/Checkbox/__stories__/NoneAnswerWithError/index.js +19 -13
  1596. package/form/Checkbox/__stories__/NoneAnswerWithError.js.map +7 -0
  1597. package/form/Checkbox/__stories__/WithErrorMessage/index.js +21 -15
  1598. package/form/Checkbox/__stories__/WithErrorMessage.js.map +7 -0
  1599. package/form/Checkbox/__stories__/WithHint/index.js +19 -13
  1600. package/form/Checkbox/__stories__/WithHint.js.map +7 -0
  1601. package/form/Checkbox/index.js +9 -5
  1602. package/form/Checkbox/index.js.map +7 -0
  1603. package/form/DateInputContainer/DateInputContainer.stories/index.js +15 -11
  1604. package/form/DateInputContainer/DateInputContainer.stories.js.map +7 -0
  1605. package/form/DateInputContainer/__stories__/Default/index.js +22 -13
  1606. package/form/DateInputContainer/__stories__/Default.js.map +7 -0
  1607. package/form/DateInputContainer/__stories__/Dense/index.js +21 -12
  1608. package/form/DateInputContainer/__stories__/Dense.js.map +7 -0
  1609. package/form/DateInputContainer/__stories__/MultipleQuestions/index.js +22 -13
  1610. package/form/DateInputContainer/__stories__/MultipleQuestions.js.map +7 -0
  1611. package/form/DateInputContainer/__stories__/WithErrorMessage/index.js +25 -16
  1612. package/form/DateInputContainer/__stories__/WithErrorMessage.js.map +7 -0
  1613. package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/index.js +26 -17
  1614. package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js.map +7 -0
  1615. package/form/DateInputContainer/index.js +8 -4
  1616. package/form/DateInputContainer/index.js.map +7 -0
  1617. package/form/ErrorMessage/ErrorMessage.stories/index.js +13 -9
  1618. package/form/ErrorMessage/ErrorMessage.stories.js.map +7 -0
  1619. package/form/ErrorMessage/__stories__/DateInputError/index.js +22 -13
  1620. package/form/ErrorMessage/__stories__/DateInputError.js.map +7 -0
  1621. package/form/ErrorMessage/__stories__/Default/index.js +23 -17
  1622. package/form/ErrorMessage/__stories__/Default.js.map +7 -0
  1623. package/form/ErrorMessage/__stories__/ErrorMessageOnly/index.js +10 -8
  1624. package/form/ErrorMessage/__stories__/ErrorMessageOnly.js.map +7 -0
  1625. package/form/ErrorMessage/index.js +7 -3
  1626. package/form/ErrorMessage/index.js.map +7 -0
  1627. package/form/FieldContainer/index.js +9 -5
  1628. package/form/FieldContainer/index.js.map +7 -0
  1629. package/form/FileUpload/FileUpload.stories/index.js +11 -7
  1630. package/form/FileUpload/FileUpload.stories.js.map +7 -0
  1631. package/form/FileUpload/__stories__/Default/index.js +16 -10
  1632. package/form/FileUpload/__stories__/Default.js.map +7 -0
  1633. package/form/FileUpload/__stories__/WithErrorMessage/index.js +19 -13
  1634. package/form/FileUpload/__stories__/WithErrorMessage.js.map +7 -0
  1635. package/form/FileUpload/index.js +8 -4
  1636. package/form/FileUpload/index.js.map +7 -0
  1637. package/form/Form/index.js +7 -3
  1638. package/form/Form/index.js.map +7 -0
  1639. package/form/LabelContainer/index.js +8 -4
  1640. package/form/LabelContainer/index.js.map +7 -0
  1641. package/form/RadioContainer/RadioContainer.stories/index.js +20 -16
  1642. package/form/RadioContainer/RadioContainer.stories.js.map +7 -0
  1643. package/form/RadioContainer/__stories__/ConditionalReveal/index.js +23 -13
  1644. package/form/RadioContainer/__stories__/ConditionalReveal.js.map +7 -0
  1645. package/form/RadioContainer/__stories__/Default/index.js +16 -10
  1646. package/form/RadioContainer/__stories__/Default.js.map +7 -0
  1647. package/form/RadioContainer/__stories__/Dense/index.js +17 -11
  1648. package/form/RadioContainer/__stories__/Dense.js.map +7 -0
  1649. package/form/RadioContainer/__stories__/Inline/index.js +18 -12
  1650. package/form/RadioContainer/__stories__/Inline.js.map +7 -0
  1651. package/form/RadioContainer/__stories__/InlineWithDivider/index.js +18 -12
  1652. package/form/RadioContainer/__stories__/InlineWithDivider.js.map +7 -0
  1653. package/form/RadioContainer/__stories__/MultipleQuestions/index.js +19 -13
  1654. package/form/RadioContainer/__stories__/MultipleQuestions.js.map +7 -0
  1655. package/form/RadioContainer/__stories__/NoneAnswer/index.js +17 -11
  1656. package/form/RadioContainer/__stories__/NoneAnswer.js.map +7 -0
  1657. package/form/RadioContainer/__stories__/WithErrorMessage/index.js +22 -16
  1658. package/form/RadioContainer/__stories__/WithErrorMessage.js.map +7 -0
  1659. package/form/RadioContainer/__stories__/WithHints/index.js +20 -14
  1660. package/form/RadioContainer/__stories__/WithHints.js.map +7 -0
  1661. package/form/RadioContainer/__stories__/WithMediumLegend/index.js +17 -11
  1662. package/form/RadioContainer/__stories__/WithMediumLegend.js.map +7 -0
  1663. package/form/RadioContainer/index.js +10 -6
  1664. package/form/RadioContainer/index.js.map +7 -0
  1665. package/form/SearchContainer/index.js +9 -5
  1666. package/form/SearchContainer/index.js.map +7 -0
  1667. package/form/SelectContainer/SelectContainer.stories/index.js +14 -10
  1668. package/form/SelectContainer/SelectContainer.stories.js.map +7 -0
  1669. package/form/SelectContainer/__stories__/Default/index.js +17 -12
  1670. package/form/SelectContainer/__stories__/Default.js.map +7 -0
  1671. package/form/SelectContainer/__stories__/Dense/index.js +17 -12
  1672. package/form/SelectContainer/__stories__/Dense.js.map +7 -0
  1673. package/form/SelectContainer/__stories__/DisabledInput/index.js +17 -12
  1674. package/form/SelectContainer/__stories__/DisabledInput.js.map +7 -0
  1675. package/form/SelectContainer/__stories__/WithHint/index.js +19 -14
  1676. package/form/SelectContainer/__stories__/WithHint.js.map +7 -0
  1677. package/form/SelectContainer/index.js +8 -4
  1678. package/form/SelectContainer/index.js.map +7 -0
  1679. package/form/SingleCharacterInputs/SingleCharacterInput.stories/index.js +14 -10
  1680. package/form/SingleCharacterInputs/SingleCharacterInput.stories.js.map +7 -0
  1681. package/form/SingleCharacterInputs/__stories__/Default/index.js +25 -16
  1682. package/form/SingleCharacterInputs/__stories__/Default.js.map +7 -0
  1683. package/form/SingleCharacterInputs/__stories__/WithDefaultError/index.js +28 -19
  1684. package/form/SingleCharacterInputs/__stories__/WithDefaultError.js.map +7 -0
  1685. package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/index.js +30 -21
  1686. package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.js.map +7 -0
  1687. package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/index.js +30 -21
  1688. package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.js.map +7 -0
  1689. package/form/SingleCharacterInputs/index.js +8 -4
  1690. package/form/SingleCharacterInputs/index.js.map +7 -0
  1691. package/form/TextArea/TextArea.stories/index.js +18 -14
  1692. package/form/TextArea/TextArea.stories.js.map +7 -0
  1693. package/form/TextArea/__stories__/Default/index.js +12 -10
  1694. package/form/TextArea/__stories__/Default.js.map +7 -0
  1695. package/form/TextArea/__stories__/Dense/index.js +10 -8
  1696. package/form/TextArea/__stories__/Dense.js.map +7 -0
  1697. package/form/TextArea/__stories__/DisabledInput/index.js +14 -12
  1698. package/form/TextArea/__stories__/DisabledInput.js.map +7 -0
  1699. package/form/TextArea/__stories__/LimitedCharacters/index.js +16 -14
  1700. package/form/TextArea/__stories__/LimitedCharacters.js.map +7 -0
  1701. package/form/TextArea/__stories__/MultipleQuestions/index.js +12 -10
  1702. package/form/TextArea/__stories__/MultipleQuestions.js.map +7 -0
  1703. package/form/TextArea/__stories__/WithDeclaredRows/index.js +14 -12
  1704. package/form/TextArea/__stories__/WithDeclaredRows.js.map +7 -0
  1705. package/form/TextArea/__stories__/WithErrorMessage/index.js +17 -15
  1706. package/form/TextArea/__stories__/WithErrorMessage.js.map +7 -0
  1707. package/form/TextArea/__stories__/WithHint/index.js +14 -12
  1708. package/form/TextArea/__stories__/WithHint.js.map +7 -0
  1709. package/form/TextArea/index.js +7 -3
  1710. package/form/TextArea/index.js.map +7 -0
  1711. package/form/TextInput/TextInput.stories/index.js +20 -15
  1712. package/form/TextInput/TextInput.stories.d.ts +1 -0
  1713. package/form/TextInput/TextInput.stories.js.map +7 -0
  1714. package/form/TextInput/__stories__/AskingForNumbers/index.js +14 -12
  1715. package/form/TextInput/__stories__/AskingForNumbers.js.map +7 -0
  1716. package/form/TextInput/__stories__/Default/index.js +12 -10
  1717. package/form/TextInput/__stories__/Default.js.map +7 -0
  1718. package/form/TextInput/__stories__/Dense/index.js +10 -8
  1719. package/form/TextInput/__stories__/Dense.js.map +7 -0
  1720. package/form/TextInput/__stories__/DisabledInput/index.js +14 -12
  1721. package/form/TextInput/__stories__/DisabledInput.js.map +7 -0
  1722. package/form/TextInput/__stories__/DisabledInputWithValue/index.js +27 -0
  1723. package/form/TextInput/__stories__/DisabledInputWithValue/package.json +6 -0
  1724. package/form/TextInput/__stories__/DisabledInputWithValue.d.ts +3 -0
  1725. package/form/TextInput/__stories__/DisabledInputWithValue.js.map +7 -0
  1726. package/form/TextInput/__stories__/FixedWidths/index.js +28 -26
  1727. package/form/TextInput/__stories__/FixedWidths.js.map +7 -0
  1728. package/form/TextInput/__stories__/FluidWidths/index.js +22 -20
  1729. package/form/TextInput/__stories__/FluidWidths.js.map +7 -0
  1730. package/form/TextInput/__stories__/MultipleQuestions/index.js +10 -8
  1731. package/form/TextInput/__stories__/MultipleQuestions.js.map +7 -0
  1732. package/form/TextInput/__stories__/WithErrorMessage/index.js +17 -15
  1733. package/form/TextInput/__stories__/WithErrorMessage.js.map +7 -0
  1734. package/form/TextInput/__stories__/WithHint/index.js +14 -12
  1735. package/form/TextInput/__stories__/WithHint.js.map +7 -0
  1736. package/form/TextInput/index.js +7 -3
  1737. package/form/TextInput/index.js.map +7 -0
  1738. package/form/index.js +16 -15
  1739. package/form/index.js.map +7 -0
  1740. package/govgr/Footer/Copyright/index.js +33 -27
  1741. package/govgr/Footer/Copyright.js.map +7 -0
  1742. package/govgr/Footer/HellenicRepublicLogo/index.js +7 -3
  1743. package/govgr/Footer/HellenicRepublicLogo.js.map +7 -0
  1744. package/govgr/Footer/LicenseCCSA/index.js +17 -14
  1745. package/govgr/Footer/LicenseCCSA.js.map +7 -0
  1746. package/govgr/Footer/index.js +23 -18
  1747. package/govgr/Footer/index.js.map +7 -0
  1748. package/govgr/Footer/logo/index.js +5 -1
  1749. package/govgr/Footer/logo.js.map +7 -0
  1750. package/govgr/Footer/logos/logo-el/index.js +5 -1
  1751. package/govgr/Footer/logos/logo-el.js.map +7 -0
  1752. package/govgr/Footer/logos/logo-en/index.js +5 -1
  1753. package/govgr/Footer/logos/logo-en.js.map +7 -0
  1754. package/govgr/GovGRLogo/index.js +7 -3
  1755. package/govgr/GovGRLogo/index.js.map +7 -0
  1756. package/govgr/GovGRLogo/logo/index.js +5 -1
  1757. package/govgr/GovGRLogo/logo.js.map +7 -0
  1758. package/govgr/images/govgr-logo-base64/index.js +5 -1
  1759. package/govgr/images/govgr-logo-base64.js.map +7 -0
  1760. package/govgr/images/govgr-logo-blue-base64/index.js +5 -1
  1761. package/govgr/images/govgr-logo-blue-base64.js.map +7 -0
  1762. package/govgr/images/greek-government-base64/index.js +5 -1
  1763. package/govgr/images/greek-government-base64.js.map +7 -0
  1764. package/govgr/images/grnet-logo-base64/index.js +5 -1
  1765. package/govgr/images/grnet-logo-base64.js.map +7 -0
  1766. package/govgr/images/index.js +6 -5
  1767. package/govgr/images/index.js.map +7 -0
  1768. package/govgr/images/minedu-logo-base64/index.js +5 -1
  1769. package/govgr/images/minedu-logo-base64.js.map +7 -0
  1770. package/govgr/images/minedu-logo-black-base64/index.js +5 -1
  1771. package/govgr/images/minedu-logo-black-base64.js.map +7 -0
  1772. package/govgr/index.js +6 -5
  1773. package/govgr/index.js.map +7 -0
  1774. package/i18n/I18nText/index.js +33 -33
  1775. package/i18n/I18nText.js.map +7 -0
  1776. package/i18n/index.js +29 -26
  1777. package/i18n/index.js.map +7 -0
  1778. package/i18n/locales/el/index.js +80 -76
  1779. package/i18n/locales/el.js.map +7 -0
  1780. package/i18n/locales/en/index.js +76 -72
  1781. package/i18n/locales/en.js.map +7 -0
  1782. package/icons/Icon/index.js +9 -5
  1783. package/icons/Icon/index.js.map +7 -0
  1784. package/icons/ImageLogo/index.js +7 -3
  1785. package/icons/ImageLogo/index.js.map +7 -0
  1786. package/icons/ImageLogoSet/index.js +7 -3
  1787. package/icons/ImageLogoSet/index.js.map +7 -0
  1788. package/icons/index.js +3 -2
  1789. package/icons/index.js.map +7 -0
  1790. package/index.js +13 -12
  1791. package/index.js.map +7 -0
  1792. package/layouts/Admin/index.js +13 -9
  1793. package/layouts/Admin/index.js.map +7 -0
  1794. package/layouts/Basic/Aside/index.js +7 -3
  1795. package/layouts/Basic/Aside/index.js.map +7 -0
  1796. package/layouts/Basic/Basic.stories/index.js +12 -8
  1797. package/layouts/Basic/Basic.stories.js.map +7 -0
  1798. package/layouts/Basic/Bottom/__stories__/Default/index.js +17 -0
  1799. package/layouts/Basic/Bottom/__stories__/Default/package.json +6 -0
  1800. package/layouts/Basic/Bottom/__stories__/Default.d.ts +3 -0
  1801. package/layouts/Basic/Bottom/__stories__/Default.js.map +7 -0
  1802. package/layouts/Basic/Bottom/index.js +7 -3
  1803. package/layouts/Basic/Bottom/index.js.map +7 -0
  1804. package/layouts/Basic/Container/__stories__/Default/index.js +15 -0
  1805. package/layouts/Basic/Container/__stories__/Default/package.json +6 -0
  1806. package/layouts/Basic/Container/__stories__/Default.d.ts +3 -0
  1807. package/layouts/Basic/Container/__stories__/Default.js.map +7 -0
  1808. package/layouts/Basic/Container/index.js +7 -3
  1809. package/layouts/Basic/Container/index.js.map +7 -0
  1810. package/layouts/Basic/Main/__stories__/Default/index.js +15 -0
  1811. package/layouts/Basic/Main/__stories__/Default/package.json +6 -0
  1812. package/layouts/Basic/Main/__stories__/Default.d.ts +3 -0
  1813. package/layouts/Basic/Main/__stories__/Default.js.map +7 -0
  1814. package/layouts/Basic/Main/index.js +7 -3
  1815. package/layouts/Basic/Main/index.js.map +7 -0
  1816. package/layouts/Basic/Masthead/index.js +9 -5
  1817. package/layouts/Basic/Masthead/index.js.map +7 -0
  1818. package/layouts/Basic/Top/__stories__/Default/index.js +15 -0
  1819. package/layouts/Basic/Top/__stories__/Default/package.json +6 -0
  1820. package/layouts/Basic/Top/__stories__/Default.d.ts +3 -0
  1821. package/layouts/Basic/Top/__stories__/Default.js.map +7 -0
  1822. package/layouts/Basic/Top/index.js +7 -3
  1823. package/layouts/Basic/Top/index.js.map +7 -0
  1824. package/layouts/Basic/__stories__/Default/index.js +11 -9
  1825. package/layouts/Basic/__stories__/Default.js.map +7 -0
  1826. package/layouts/Basic/__stories__/MultipleRowsLayout/index.js +13 -11
  1827. package/layouts/Basic/__stories__/MultipleRowsLayout.js.map +7 -0
  1828. package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/index.js +13 -11
  1829. package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.js.map +7 -0
  1830. package/layouts/Basic/index.js +13 -9
  1831. package/layouts/Basic/index.js.map +7 -0
  1832. package/layouts/Basic/index.spec/index.js +13 -7
  1833. package/layouts/Basic/index.spec.js.map +7 -0
  1834. package/layouts/Grid/Grid.stories/index.js +11 -7
  1835. package/layouts/Grid/Grid.stories.js.map +7 -0
  1836. package/layouts/Grid/__stories__/Default/index.js +76 -72
  1837. package/layouts/Grid/__stories__/Default.js.map +7 -0
  1838. package/layouts/Grid/__stories__/Inline/index.js +77 -73
  1839. package/layouts/Grid/__stories__/Inline.js.map +7 -0
  1840. package/layouts/Grid/__stories__/ResponsiveSpacing/index.js +61 -68
  1841. package/layouts/Grid/__stories__/ResponsiveSpacing.js.map +7 -0
  1842. package/layouts/Grid/index.js +7 -3
  1843. package/layouts/Grid/index.js.map +7 -0
  1844. package/layouts/Hidden/index.js +2 -1
  1845. package/layouts/Hidden/index.js.map +7 -0
  1846. package/layouts/Screen/Screen.stories/index.js +12 -8
  1847. package/layouts/Screen/Screen.stories.js.map +7 -0
  1848. package/layouts/Screen/__stories__/Default/index.js +18 -17
  1849. package/layouts/Screen/__stories__/Default.js.map +7 -0
  1850. package/layouts/Screen/__stories__/ScreenDown/index.js +12 -8
  1851. package/layouts/Screen/__stories__/ScreenDown.js.map +7 -0
  1852. package/layouts/Screen/__stories__/ScreenUp/index.js +12 -8
  1853. package/layouts/Screen/__stories__/ScreenUp.js.map +7 -0
  1854. package/layouts/Screen/__stories__/SpecificScreenSize/index.js +12 -8
  1855. package/layouts/Screen/__stories__/SpecificScreenSize.js.map +7 -0
  1856. package/layouts/Screen/index.js +17 -15
  1857. package/layouts/Screen/index.js.map +7 -0
  1858. package/layouts/Section/index.js +7 -3
  1859. package/layouts/Section/index.js.map +7 -0
  1860. package/layouts/SectionBreak/index.js +7 -3
  1861. package/layouts/SectionBreak/index.js.map +7 -0
  1862. package/layouts/Stack/Stack.stories/index.js +14 -10
  1863. package/layouts/Stack/Stack.stories.js.map +7 -0
  1864. package/layouts/Stack/__stories__/AlignItems/index.js +68 -64
  1865. package/layouts/Stack/__stories__/AlignItems.js.map +7 -0
  1866. package/layouts/Stack/__stories__/Default/index.js +25 -21
  1867. package/layouts/Stack/__stories__/Default.js.map +7 -0
  1868. package/layouts/Stack/__stories__/JustifyContent/index.js +85 -81
  1869. package/layouts/Stack/__stories__/JustifyContent.js.map +7 -0
  1870. package/layouts/Stack/__stories__/NoWrap/index.js +27 -23
  1871. package/layouts/Stack/__stories__/NoWrap.js.map +7 -0
  1872. package/layouts/Stack/__stories__/Row/index.js +26 -22
  1873. package/layouts/Stack/__stories__/Row.js.map +7 -0
  1874. package/layouts/Stack/__stories__/Spacing/index.js +56 -52
  1875. package/layouts/Stack/__stories__/Spacing.js.map +7 -0
  1876. package/layouts/Stack/index.js +6 -2
  1877. package/layouts/Stack/index.js.map +7 -0
  1878. package/layouts/index.js +19 -11
  1879. package/layouts/index.js.map +7 -0
  1880. package/lazy/index.js +325 -2236
  1881. package/lazy.d.ts +266 -267
  1882. package/lazy.js.map +7 -0
  1883. package/navigation/BackLink/BackLink.stories/index.js +9 -5
  1884. package/navigation/BackLink/BackLink.stories.js.map +7 -0
  1885. package/navigation/BackLink/__stories__/Default/index.js +8 -6
  1886. package/navigation/BackLink/__stories__/Default.js.map +7 -0
  1887. package/navigation/BackLink/index.js +7 -3
  1888. package/navigation/BackLink/index.js.map +7 -0
  1889. package/navigation/BackToTopLink/BackToTopLink.stories/index.js +10 -6
  1890. package/navigation/BackToTopLink/BackToTopLink.stories.js.map +7 -0
  1891. package/navigation/BackToTopLink/__stories__/Default/index.js +8 -6
  1892. package/navigation/BackToTopLink/__stories__/Default.js.map +7 -0
  1893. package/navigation/BackToTopLink/__stories__/InMain/index.js +13 -9
  1894. package/navigation/BackToTopLink/__stories__/InMain.js.map +7 -0
  1895. package/navigation/BackToTopLink/index.js +35 -41
  1896. package/navigation/BackToTopLink/index.js.map +7 -0
  1897. package/navigation/Breadcrumbs/Breadcrumbs.stories/index.js +11 -7
  1898. package/navigation/Breadcrumbs/Breadcrumbs.stories.js.map +7 -0
  1899. package/navigation/Breadcrumbs/__stories__/Default/index.js +16 -10
  1900. package/navigation/Breadcrumbs/__stories__/Default.js.map +7 -0
  1901. package/navigation/Breadcrumbs/index.js +9 -5
  1902. package/navigation/Breadcrumbs/index.js.map +7 -0
  1903. package/navigation/Drawer/Drawer.stories/index.js +13 -9
  1904. package/navigation/Drawer/Drawer.stories.js.map +7 -0
  1905. package/navigation/Drawer/__stories__/Auto/index.js +75 -63
  1906. package/navigation/Drawer/__stories__/Auto.js.map +7 -0
  1907. package/navigation/Drawer/__stories__/Default/index.js +65 -68
  1908. package/navigation/Drawer/__stories__/Default.js.map +7 -0
  1909. package/navigation/Drawer/__stories__/WithHook/index.js +78 -69
  1910. package/navigation/Drawer/__stories__/WithHook.js.map +7 -0
  1911. package/navigation/Drawer/auto/index.js +56 -52
  1912. package/navigation/Drawer/auto.d.ts +3 -3
  1913. package/navigation/Drawer/auto.js.map +7 -0
  1914. package/navigation/Drawer/hooks/index.js +28 -31
  1915. package/navigation/Drawer/hooks.js.map +7 -0
  1916. package/navigation/Drawer/index.js +9 -5
  1917. package/navigation/Drawer/index.js.map +7 -0
  1918. package/navigation/Dropdown/Dropdown.stories/index.js +20 -16
  1919. package/navigation/Dropdown/Dropdown.stories.js.map +7 -0
  1920. package/navigation/Dropdown/__stories__/AlignRight/index.js +37 -31
  1921. package/navigation/Dropdown/__stories__/AlignRight.js.map +7 -0
  1922. package/navigation/Dropdown/__stories__/ContentPosition/index.js +41 -35
  1923. package/navigation/Dropdown/__stories__/ContentPosition.js.map +7 -0
  1924. package/navigation/Dropdown/__stories__/Default/index.js +26 -20
  1925. package/navigation/Dropdown/__stories__/Default.js.map +7 -0
  1926. package/navigation/Dropdown/__stories__/Dense/index.js +30 -24
  1927. package/navigation/Dropdown/__stories__/Dense.js.map +7 -0
  1928. package/navigation/Dropdown/__stories__/Disabled/index.js +27 -21
  1929. package/navigation/Dropdown/__stories__/Disabled.js.map +7 -0
  1930. package/navigation/Dropdown/__stories__/PlacementTop/index.js +39 -36
  1931. package/navigation/Dropdown/__stories__/PlacementTop.js.map +7 -0
  1932. package/navigation/Dropdown/__stories__/Secondary/index.js +18 -12
  1933. package/navigation/Dropdown/__stories__/Secondary.js.map +7 -0
  1934. package/navigation/Dropdown/__stories__/VariantLink/index.js +26 -20
  1935. package/navigation/Dropdown/__stories__/VariantLink.js.map +7 -0
  1936. package/navigation/Dropdown/__stories__/Warning/index.js +18 -12
  1937. package/navigation/Dropdown/__stories__/Warning.js.map +7 -0
  1938. package/navigation/Dropdown/__stories__/WithIcons/index.js +40 -33
  1939. package/navigation/Dropdown/__stories__/WithIcons.js.map +7 -0
  1940. package/navigation/Dropdown/index.d.ts +1 -1
  1941. package/navigation/Dropdown/index.js +59 -69
  1942. package/navigation/Dropdown/index.js.map +7 -0
  1943. package/navigation/Link/Link.stories/index.js +15 -11
  1944. package/navigation/Link/Link.stories.js.map +7 -0
  1945. package/navigation/Link/__stories__/DarkBackground/index.js +12 -10
  1946. package/navigation/Link/__stories__/DarkBackground.js.map +7 -0
  1947. package/navigation/Link/__stories__/DarkBackgroundNoUnderline/index.js +12 -10
  1948. package/navigation/Link/__stories__/DarkBackgroundNoUnderline.js.map +7 -0
  1949. package/navigation/Link/__stories__/Default/index.js +8 -6
  1950. package/navigation/Link/__stories__/Default.js.map +7 -0
  1951. package/navigation/Link/__stories__/ExternalLink/index.js +9 -7
  1952. package/navigation/Link/__stories__/ExternalLink.js.map +7 -0
  1953. package/navigation/Link/__stories__/NoUnderline/index.js +8 -6
  1954. package/navigation/Link/__stories__/NoUnderline.js.map +7 -0
  1955. package/navigation/Link/__stories__/OpensInNewTab/index.js +8 -6
  1956. package/navigation/Link/__stories__/OpensInNewTab.js.map +7 -0
  1957. package/navigation/Link/index.js +25 -25
  1958. package/navigation/Link/index.js.map +7 -0
  1959. package/navigation/Link/index.spec/index.js +13 -14
  1960. package/navigation/Link/index.spec.js.map +7 -0
  1961. package/navigation/NavList/Nav/index.js +7 -3
  1962. package/navigation/NavList/Nav.js.map +7 -0
  1963. package/navigation/NavList/NavList/index.js +7 -3
  1964. package/navigation/NavList/NavList.js.map +7 -0
  1965. package/navigation/NavList/NavList.stories/index.js +18 -14
  1966. package/navigation/NavList/NavList.stories.js.map +7 -0
  1967. package/navigation/NavList/NavListAuto/index.js +46 -44
  1968. package/navigation/NavList/NavListAuto/index.js.map +7 -0
  1969. package/navigation/NavList/NavMenuContentList/index.js +30 -35
  1970. package/navigation/NavList/NavMenuContentList.js.map +7 -0
  1971. package/navigation/NavList/__stories__/Default/index.js +40 -23
  1972. package/navigation/NavList/__stories__/Default.js.map +7 -0
  1973. package/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +94 -56
  1974. package/navigation/NavList/__stories__/HorizontalWithDrawer.js.map +7 -0
  1975. package/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +83 -36
  1976. package/navigation/NavList/__stories__/HorizontalWithoutDrawer.js.map +7 -0
  1977. package/navigation/NavList/__stories__/NavListWithoutNav/index.js +38 -16
  1978. package/navigation/NavList/__stories__/NavListWithoutNav.js.map +7 -0
  1979. package/navigation/NavList/__stories__/UsingHeaderButton/index.js +52 -46
  1980. package/navigation/NavList/__stories__/UsingHeaderButton.js.map +7 -0
  1981. package/navigation/NavList/__stories__/UsingNavListAuto/index.js +60 -29
  1982. package/navigation/NavList/__stories__/UsingNavListAuto.js.map +7 -0
  1983. package/navigation/NavList/__stories__/Vertical/index.js +44 -27
  1984. package/navigation/NavList/__stories__/Vertical.js.map +7 -0
  1985. package/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +85 -39
  1986. package/navigation/NavList/__stories__/VerticalWithoutDrawer.js.map +7 -0
  1987. package/navigation/NavList/hooks/useNavList/index.js +22 -28
  1988. package/navigation/NavList/hooks/useNavList.js.map +7 -0
  1989. package/navigation/NavList/hooks/useTogglableNav/index.js +126 -154
  1990. package/navigation/NavList/hooks/useTogglableNav.js.map +7 -0
  1991. package/navigation/NavList/index.js +21 -17
  1992. package/navigation/NavList/index.js.map +7 -0
  1993. package/navigation/NavList/index.spec/index.js +6 -6
  1994. package/navigation/NavList/index.spec.js.map +7 -0
  1995. package/navigation/NavList/types/index.js +1 -1
  1996. package/navigation/NavList/types.d.ts +1 -2
  1997. package/navigation/NavList/types.js.map +7 -0
  1998. package/navigation/Pagination/Pagination.stories/index.js +17 -13
  1999. package/navigation/Pagination/Pagination.stories.js.map +7 -0
  2000. package/navigation/Pagination/__stories__/Auto/index.js +36 -30
  2001. package/navigation/Pagination/__stories__/Auto.js.map +7 -0
  2002. package/navigation/Pagination/__stories__/Default/index.js +40 -37
  2003. package/navigation/Pagination/__stories__/Default.js.map +7 -0
  2004. package/navigation/Pagination/__stories__/PaginationSmall/index.js +26 -22
  2005. package/navigation/Pagination/__stories__/PaginationSmall.js.map +7 -0
  2006. package/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +36 -28
  2007. package/navigation/Pagination/__stories__/PaginationWithSmallFont.js.map +7 -0
  2008. package/navigation/Pagination/__stories__/WithHook/index.js +50 -37
  2009. package/navigation/Pagination/__stories__/WithHook.js.map +7 -0
  2010. package/navigation/Pagination/__stories__/WithInactiveValues/index.js +43 -40
  2011. package/navigation/Pagination/__stories__/WithInactiveValues.js.map +7 -0
  2012. package/navigation/Pagination/__stories__/WithResultsPerPage/index.js +33 -25
  2013. package/navigation/Pagination/__stories__/WithResultsPerPage.js.map +7 -0
  2014. package/navigation/Pagination/auto/index.js +73 -56
  2015. package/navigation/Pagination/auto.d.ts +4 -4
  2016. package/navigation/Pagination/auto.js.map +7 -0
  2017. package/navigation/Pagination/hooks/index.js +49 -62
  2018. package/navigation/Pagination/hooks.js.map +7 -0
  2019. package/navigation/Pagination/index.d.ts +2 -2
  2020. package/navigation/Pagination/index.js +48 -59
  2021. package/navigation/Pagination/index.js.map +7 -0
  2022. package/navigation/SkipLink/SkipLink.stories/index.js +10 -6
  2023. package/navigation/SkipLink/SkipLink.stories.js.map +7 -0
  2024. package/navigation/SkipLink/__stories__/Default/index.js +9 -8
  2025. package/navigation/SkipLink/__stories__/Default.js.map +7 -0
  2026. package/navigation/SkipLink/index.js +7 -3
  2027. package/navigation/SkipLink/index.js.map +7 -0
  2028. package/navigation/Tabs/Tabs.stories/index.js +14 -10
  2029. package/navigation/Tabs/Tabs.stories.js.map +7 -0
  2030. package/navigation/Tabs/__stories__/Auto/index.js +46 -30
  2031. package/navigation/Tabs/__stories__/Auto.js.map +7 -0
  2032. package/navigation/Tabs/__stories__/Default/index.js +61 -41
  2033. package/navigation/Tabs/__stories__/Default.js.map +7 -0
  2034. package/navigation/Tabs/__stories__/Dense/index.js +47 -27
  2035. package/navigation/Tabs/__stories__/Dense.js.map +7 -0
  2036. package/navigation/Tabs/auto/index.js +47 -39
  2037. package/navigation/Tabs/auto.d.ts +2 -2
  2038. package/navigation/Tabs/auto.js.map +7 -0
  2039. package/navigation/Tabs/hooks/index.js +43 -47
  2040. package/navigation/Tabs/hooks.js.map +7 -0
  2041. package/navigation/Tabs/index.js +13 -9
  2042. package/navigation/Tabs/index.js.map +7 -0
  2043. package/navigation/index.js +10 -9
  2044. package/navigation/index.js.map +7 -0
  2045. package/package.json +6 -6
  2046. package/registry/index.js +492 -498
  2047. package/registry.d.ts +1 -6
  2048. package/registry.js.map +7 -0
  2049. package/src/app/Footer/index.mdx +18 -5
  2050. package/src/app/Header/index.mdx +7 -5
  2051. package/src/app/Masthead/index.mdx +9 -4
  2052. package/src/app/Modal/index.mdx +11 -4
  2053. package/src/app/Modal/index.tsx +1 -1
  2054. package/src/app/NotFound/index.mdx +2 -0
  2055. package/src/app/Panel/index.mdx +9 -4
  2056. package/src/app/PhaseBannerHeader/index.mdx +4 -4
  2057. package/src/app/QrCodeViewer/index.mdx +4 -4
  2058. package/src/app/QrCodeViewer/index.tsx +2 -0
  2059. package/src/app/ThemeOptions/index.tsx +1 -1
  2060. package/src/content/Accordion/__stories__/Auto.tsx +2 -2
  2061. package/src/content/Accordion/auto.tsx +1 -1
  2062. package/src/content/Accordion/hooks.ts +0 -1
  2063. package/src/content/Accordion/index.mdx +9 -5
  2064. package/src/content/Blockquote/index.mdx +3 -5
  2065. package/src/content/Card/index.mdx +3 -5
  2066. package/src/content/Chip/index.mdx +4 -5
  2067. package/src/content/Details/index.mdx +3 -5
  2068. package/src/content/List/__stories__/Default.tsx +3 -4
  2069. package/src/content/List/index.mdx +3 -5
  2070. package/src/content/SafeHTML/index.tsx +3 -4
  2071. package/src/content/StepNav/index.mdx +28 -5
  2072. package/src/content/SummaryList/index.mdx +10 -5
  2073. package/src/content/Table/index.mdx +13 -14
  2074. package/src/content/Table/index.tsx +2 -2
  2075. package/src/content/TaskList/index.mdx +9 -5
  2076. package/src/content/Timeline/index.mdx +10 -5
  2077. package/src/feedback/CopyToClipboard/index.mdx +3 -5
  2078. package/src/feedback/ErrorSummary/index.mdx +3 -5
  2079. package/src/feedback/NotificationBanner/index.mdx +14 -5
  2080. package/src/feedback/PhaseBanner/index.mdx +8 -5
  2081. package/src/feedback/WarningText/index.mdx +5 -5
  2082. package/src/form/AutoComplete/AutoComplete.stories.js +4 -1
  2083. package/src/form/AutoComplete/AutoComplete.stories.playwright.json +33 -0
  2084. package/src/form/AutoComplete/Status/index.tsx +10 -6
  2085. package/src/form/AutoComplete/__stories__/Multiple.tsx +18 -0
  2086. package/src/form/AutoComplete/__stories__/MultipleShowingTwoSelected.tsx +16 -0
  2087. package/src/form/AutoComplete/__stories__/MultipleWithDefaultValues.tsx +16 -0
  2088. package/src/form/AutoComplete/__stories__/MultipleWithMinLength.tsx +29 -0
  2089. package/src/form/AutoComplete/__stories__/WithShowAllValues.tsx +0 -1
  2090. package/src/form/AutoComplete/index.mdx +13 -20
  2091. package/src/form/AutoComplete/index.tsx +351 -213
  2092. package/src/form/AutoComplete/utils.ts +3 -2
  2093. package/src/form/Button/index.mdx +3 -5
  2094. package/src/form/Checkbox/index.mdx +3 -5
  2095. package/src/form/DateInputContainer/index.mdx +3 -5
  2096. package/src/form/ErrorMessage/index.mdx +3 -5
  2097. package/src/form/FileUpload/index.mdx +3 -5
  2098. package/src/form/RadioContainer/index.mdx +2 -14
  2099. package/src/form/SelectContainer/index.mdx +3 -1
  2100. package/src/form/SingleCharacterInputs/index.mdx +3 -5
  2101. package/src/form/TextArea/index.mdx +3 -5
  2102. package/src/form/TextInput/TextInput.stories.js +1 -0
  2103. package/src/form/TextInput/__stories__/DisabledInputWithValue.tsx +27 -0
  2104. package/src/form/TextInput/index.mdx +3 -5
  2105. package/src/govgr/Footer/index.mdx +2 -0
  2106. package/src/layouts/Basic/Bottom/__stories__/Default.tsx +35 -0
  2107. package/src/layouts/Basic/Bottom/index.mdx +9 -28
  2108. package/src/layouts/Basic/Container/__stories__/Default.tsx +30 -0
  2109. package/src/layouts/Basic/Container/index.mdx +23 -0
  2110. package/src/layouts/Basic/Main/__stories__/Default.tsx +30 -0
  2111. package/src/layouts/Basic/Main/index.mdx +10 -47
  2112. package/src/layouts/Basic/Top/__stories__/Default.tsx +28 -0
  2113. package/src/layouts/Basic/Top/index.mdx +10 -55
  2114. package/src/layouts/Basic/index.mdx +27 -25
  2115. package/src/layouts/Grid/index.mdx +39 -0
  2116. package/src/lazy.js +13 -14
  2117. package/src/navigation/BackLink/index.mdx +4 -5
  2118. package/src/navigation/Breadcrumbs/index.mdx +6 -5
  2119. package/src/navigation/Drawer/index.mdx +4 -10
  2120. package/src/navigation/Dropdown/index.mdx +3 -5
  2121. package/src/navigation/Link/index.mdx +5 -15
  2122. package/src/navigation/NavList/__stories__/Default.tsx +18 -1
  2123. package/src/navigation/NavList/__stories__/HorizontalWithDrawer.tsx +37 -1
  2124. package/src/navigation/NavList/__stories__/HorizontalWithoutDrawer.tsx +37 -1
  2125. package/src/navigation/NavList/__stories__/NavListWithoutNav.tsx +18 -1
  2126. package/src/navigation/NavList/__stories__/UsingNavListAuto.tsx +39 -2
  2127. package/src/navigation/NavList/__stories__/Vertical.tsx +18 -1
  2128. package/src/navigation/NavList/__stories__/VerticalWithoutDrawer.tsx +37 -1
  2129. package/src/navigation/NavList/index.mdx +23 -7
  2130. package/src/navigation/NavList/types.tsx +1 -2
  2131. package/src/navigation/Pagination/__stories__/PaginationWithSmallFont.tsx +1 -1
  2132. package/src/navigation/Pagination/__stories__/WithResultsPerPage.tsx +1 -1
  2133. package/src/navigation/Pagination/index.mdx +9 -5
  2134. package/src/navigation/Tabs/index.mdx +9 -5
  2135. package/src/registry.js +2 -12
  2136. package/src/typography/Heading/index.mdx +3 -5
  2137. package/src/typography/HeadingCaption/index.mdx +3 -5
  2138. package/src/typography/Hint/index.mdx +3 -5
  2139. package/src/typography/NormalText/index.mdx +3 -5
  2140. package/src/typography/Paragraph/index.mdx +9 -30
  2141. package/src/typography/Typography/index.mdx +12 -0
  2142. package/src/typography/Typography/index.tsx +4 -0
  2143. package/src/typography/index.ts +1 -0
  2144. package/src/utils/Base/index.mdx +13 -0
  2145. package/src/utils/VisuallyHidden/index.mdx +10 -5
  2146. package/test-utils/delay/index.js +9 -26
  2147. package/test-utils/delay.js.map +7 -0
  2148. package/typography/Code/index.js +7 -3
  2149. package/typography/Code/index.js.map +7 -0
  2150. package/typography/CodeBlock/index.js +7 -3
  2151. package/typography/CodeBlock/index.js.map +7 -0
  2152. package/typography/Heading/Heading.stories/index.js +9 -5
  2153. package/typography/Heading/Heading.stories.js.map +7 -0
  2154. package/typography/Heading/__stories__/Default/index.js +12 -14
  2155. package/typography/Heading/__stories__/Default.js.map +7 -0
  2156. package/typography/Heading/index.js +7 -3
  2157. package/typography/Heading/index.js.map +7 -0
  2158. package/typography/HeadingCaption/HeadingCaption.stories/index.js +10 -6
  2159. package/typography/HeadingCaption/HeadingCaption.stories.js.map +7 -0
  2160. package/typography/HeadingCaption/__stories__/Default/index.js +15 -18
  2161. package/typography/HeadingCaption/__stories__/Default.js.map +7 -0
  2162. package/typography/HeadingCaption/__stories__/NestedToTitle/index.js +10 -8
  2163. package/typography/HeadingCaption/__stories__/NestedToTitle.js.map +7 -0
  2164. package/typography/HeadingCaption/index.js +7 -3
  2165. package/typography/HeadingCaption/index.js.map +7 -0
  2166. package/typography/Hint/Hint.stories/index.js +10 -6
  2167. package/typography/Hint/Hint.stories.js.map +7 -0
  2168. package/typography/Hint/__stories__/Default/index.js +8 -6
  2169. package/typography/Hint/__stories__/Default.js.map +7 -0
  2170. package/typography/Hint/__stories__/FontSizes/index.js +11 -12
  2171. package/typography/Hint/__stories__/FontSizes.js.map +7 -0
  2172. package/typography/Hint/index.js +7 -3
  2173. package/typography/Hint/index.js.map +7 -0
  2174. package/typography/NormalText/NormalText.stories/index.js +12 -8
  2175. package/typography/NormalText/NormalText.stories.js.map +7 -0
  2176. package/typography/NormalText/__stories__/Default/index.js +8 -6
  2177. package/typography/NormalText/__stories__/Default.js.map +7 -0
  2178. package/typography/NormalText/__stories__/FontSizes/index.js +22 -32
  2179. package/typography/NormalText/__stories__/FontSizes.js.map +7 -0
  2180. package/typography/NormalText/__stories__/FontWeight/index.js +12 -12
  2181. package/typography/NormalText/__stories__/FontWeight.js.map +7 -0
  2182. package/typography/NormalText/__stories__/Variants/index.js +14 -14
  2183. package/typography/NormalText/__stories__/Variants.js.map +7 -0
  2184. package/typography/NormalText/index.js +7 -3
  2185. package/typography/NormalText/index.js.map +7 -0
  2186. package/typography/Paragraph/Paragraph.stories/index.js +13 -9
  2187. package/typography/Paragraph/Paragraph.stories.js.map +7 -0
  2188. package/typography/Paragraph/__stories__/Default/index.js +8 -6
  2189. package/typography/Paragraph/__stories__/Default.js.map +7 -0
  2190. package/typography/Paragraph/__stories__/FontSizes/index.js +15 -19
  2191. package/typography/Paragraph/__stories__/FontSizes.js.map +7 -0
  2192. package/typography/Paragraph/__stories__/FontWeight/index.js +10 -9
  2193. package/typography/Paragraph/__stories__/FontWeight.js.map +7 -0
  2194. package/typography/Paragraph/__stories__/LeadVariant/index.js +9 -7
  2195. package/typography/Paragraph/__stories__/LeadVariant.js.map +7 -0
  2196. package/typography/Paragraph/__stories__/SmallVariant/index.js +9 -7
  2197. package/typography/Paragraph/__stories__/SmallVariant.js.map +7 -0
  2198. package/typography/Paragraph/index.js +7 -3
  2199. package/typography/Paragraph/index.js.map +7 -0
  2200. package/typography/Typography/index.d.ts +3 -0
  2201. package/typography/Typography/index.js +7 -0
  2202. package/typography/Typography/index.js.map +7 -0
  2203. package/typography/Typography/package.json +6 -0
  2204. package/typography/index.d.ts +1 -0
  2205. package/typography/index.js +7 -5
  2206. package/typography/index.js.map +7 -0
  2207. package/utils/Base/index.js +7 -3
  2208. package/utils/Base/index.js.map +7 -0
  2209. package/utils/SvgIcon/index.js +8 -4
  2210. package/utils/SvgIcon/index.js.map +7 -0
  2211. package/utils/Typography/index.js +7 -3
  2212. package/utils/Typography/index.js.map +7 -0
  2213. package/utils/VisuallyHidden/VisuallyHidden.stories/index.js +9 -5
  2214. package/utils/VisuallyHidden/VisuallyHidden.stories.js.map +7 -0
  2215. package/utils/VisuallyHidden/__stories__/Default/index.js +12 -11
  2216. package/utils/VisuallyHidden/__stories__/Default.js.map +7 -0
  2217. package/utils/VisuallyHidden/index.js +7 -3
  2218. package/utils/VisuallyHidden/index.js.map +7 -0
  2219. package/utils/hooks/useDebounce/index.js +22 -27
  2220. package/utils/hooks/useDebounce.js.map +7 -0
  2221. package/utils/hooks/useKeypress/index.js +13 -8
  2222. package/utils/hooks/useKeypress.js.map +7 -0
  2223. package/utils/hooks/useLatest/index.js +9 -6
  2224. package/utils/hooks/useLatest.js.map +7 -0
  2225. package/utils/hooks/useScreen/index.js +27 -31
  2226. package/utils/hooks/useScreen.js.map +7 -0
  2227. package/utils/hooks/useSearch/index.js +22 -17
  2228. package/utils/hooks/useSearch.js.map +7 -0
  2229. package/utils/hooks/useTogglableTab/index.js +56 -59
  2230. package/utils/hooks/useTogglableTab.js.map +7 -0
  2231. package/utils/index.js +4 -3
  2232. package/utils/index.js.map +7 -0
  2233. package/utils/withDeprecation/index.js +34 -52
  2234. package/utils/withDeprecation.js.map +7 -0
  2235. package/api/introduction.md +0 -6
  2236. package/app/Footer/Footer.stories.playwright.json +0 -27
  2237. package/app/Footer/index.mdx +0 -50
  2238. package/app/Header/Header.stories.playwright.json +0 -49
  2239. package/app/Header/__snapshots__/index.spec.tsx.snap +0 -55
  2240. package/app/Header/index.mdx +0 -47
  2241. package/app/Masthead/Masthead.stories.playwright.json +0 -21
  2242. package/app/Masthead/index.mdx +0 -18
  2243. package/app/Modal/Modal.stories.playwright.json +0 -53
  2244. package/app/Modal/index.mdx +0 -33
  2245. package/app/NotFound/index.mdx +0 -16
  2246. package/app/Panel/index.mdx +0 -16
  2247. package/app/PhaseBannerHeader/index.mdx +0 -20
  2248. package/app/QrCodeScanner/__snapshots__/index.spec.tsx.snap +0 -13
  2249. package/app/QrCodeViewer/index.mdx +0 -30
  2250. package/cjs/api/introduction.md +0 -6
  2251. package/cjs/app/Footer/Footer.stories.playwright.json +0 -27
  2252. package/cjs/app/Footer/index.mdx +0 -50
  2253. package/cjs/app/Header/Header.stories.playwright.json +0 -49
  2254. package/cjs/app/Header/__snapshots__/index.spec.tsx.snap +0 -55
  2255. package/cjs/app/Header/index.mdx +0 -47
  2256. package/cjs/app/Masthead/Masthead.stories.playwright.json +0 -21
  2257. package/cjs/app/Masthead/index.mdx +0 -18
  2258. package/cjs/app/Modal/Modal.stories.playwright.json +0 -53
  2259. package/cjs/app/Modal/index.mdx +0 -33
  2260. package/cjs/app/NotFound/index.mdx +0 -16
  2261. package/cjs/app/Panel/index.mdx +0 -16
  2262. package/cjs/app/PhaseBannerHeader/index.mdx +0 -20
  2263. package/cjs/app/QrCodeScanner/__snapshots__/index.spec.tsx.snap +0 -13
  2264. package/cjs/app/QrCodeViewer/index.mdx +0 -30
  2265. package/cjs/content/Accordion/Accordion.stories.playwright.json +0 -21
  2266. package/cjs/content/Accordion/__snapshots__/index.spec.tsx.snap +0 -157
  2267. package/cjs/content/Accordion/index.mdx +0 -41
  2268. package/cjs/content/Blockquote/__snapshots__/index.spec.tsx.snap +0 -16
  2269. package/cjs/content/Blockquote/index.mdx +0 -26
  2270. package/cjs/content/Card/Card.stories.playwright.json +0 -21
  2271. package/cjs/content/Card/index.mdx +0 -105
  2272. package/cjs/content/Chip/index.mdx +0 -54
  2273. package/cjs/content/Details/Details.stories.playwright.json +0 -27
  2274. package/cjs/content/Details/__snapshots__/index.spec.tsx.snap +0 -81
  2275. package/cjs/content/Details/index.mdx +0 -29
  2276. package/cjs/content/List/List.stories.playwright.json +0 -27
  2277. package/cjs/content/List/__snapshots__/index.spec.tsx.snap +0 -7
  2278. package/cjs/content/List/index.mdx +0 -42
  2279. package/cjs/content/StepNav/StepNav.stories.playwright.json +0 -33
  2280. package/cjs/content/StepNav/index.mdx +0 -30
  2281. package/cjs/content/SummaryList/SummaryList.stories.playwright.json +0 -27
  2282. package/cjs/content/SummaryList/__snapshots__/index.spec.tsx.snap +0 -97
  2283. package/cjs/content/SummaryList/index.mdx +0 -46
  2284. package/cjs/content/Table/Table.stories.playwright.json +0 -37
  2285. package/cjs/content/Table/index.mdx +0 -112
  2286. package/cjs/content/TaskList/index.mdx +0 -26
  2287. package/cjs/content/Timeline/index.mdx +0 -28
  2288. package/cjs/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +0 -53
  2289. package/cjs/feedback/CopyToClipboard/index.mdx +0 -30
  2290. package/cjs/feedback/ErrorSummary/ErrorSummary.stories.playwright.json +0 -27
  2291. package/cjs/feedback/ErrorSummary/__snapshots__/index.spec.tsx.snap +0 -7
  2292. package/cjs/feedback/ErrorSummary/index.mdx +0 -56
  2293. package/cjs/feedback/NotificationBanner/NotificationBanner.stories.playwright.json +0 -49
  2294. package/cjs/feedback/NotificationBanner/__snapshots__/index.spec.tsx.snap +0 -23
  2295. package/cjs/feedback/NotificationBanner/index.mdx +0 -38
  2296. package/cjs/feedback/PhaseBanner/PhaseBanner.stories.playwright.json +0 -21
  2297. package/cjs/feedback/PhaseBanner/index.mdx +0 -34
  2298. package/cjs/feedback/WarningText/__snapshots__/index.spec.tsx.snap +0 -7
  2299. package/cjs/feedback/WarningText/index.mdx +0 -25
  2300. package/cjs/form/AutoComplete/__stories__/WithInLine/index.js +0 -22
  2301. package/cjs/form/AutoComplete/index.mdx +0 -77
  2302. package/cjs/form/Button/Button.stories.playwright.json +0 -115
  2303. package/cjs/form/Button/__snapshots__/index.spec.tsx.snap +0 -17
  2304. package/cjs/form/Button/index.mdx +0 -113
  2305. package/cjs/form/Checkbox/Checkbox.stories.playwright.json +0 -55
  2306. package/cjs/form/Checkbox/index.mdx +0 -85
  2307. package/cjs/form/DateInputContainer/DateInputContainer.stories.playwright.json +0 -61
  2308. package/cjs/form/DateInputContainer/index.mdx +0 -48
  2309. package/cjs/form/ErrorMessage/index.mdx +0 -25
  2310. package/cjs/form/FileUpload/index.mdx +0 -32
  2311. package/cjs/form/RadioContainer/RadioContainer.stories.playwright.json +0 -49
  2312. package/cjs/form/RadioContainer/index.mdx +0 -96
  2313. package/cjs/form/SelectContainer/SelectContainer.stories.playwright.json +0 -21
  2314. package/cjs/form/SelectContainer/index.mdx +0 -48
  2315. package/cjs/form/SingleCharacterInputs/index.mdx +0 -32
  2316. package/cjs/form/TextArea/TextArea.stories.playwright.json +0 -59
  2317. package/cjs/form/TextArea/index.mdx +0 -76
  2318. package/cjs/form/TextInput/TextInput.stories.playwright.json +0 -43
  2319. package/cjs/form/TextInput/index.mdx +0 -92
  2320. package/cjs/govgr/Footer/index.mdx +0 -101
  2321. package/cjs/govgr/GovGRLogo/govgr-logo.svg +0 -1
  2322. package/cjs/introduction.md +0 -11
  2323. package/cjs/layouts/Basic/Bottom/index.mdx +0 -41
  2324. package/cjs/layouts/Basic/Main/index.mdx +0 -58
  2325. package/cjs/layouts/Basic/Masthead/index.mdx +0 -65
  2326. package/cjs/layouts/Basic/Top/index.mdx +0 -68
  2327. package/cjs/layouts/Basic/__snapshots__/index.spec.tsx.snap +0 -109
  2328. package/cjs/layouts/Basic/index.mdx +0 -40
  2329. package/cjs/misc/KitchenSink/index.js +0 -93
  2330. package/cjs/navigation/BackLink/BackLink.stories.playwright.json +0 -21
  2331. package/cjs/navigation/BackLink/index.mdx +0 -24
  2332. package/cjs/navigation/Breadcrumbs/Breadcrumbs.stories.playwright.json +0 -33
  2333. package/cjs/navigation/Breadcrumbs/index.mdx +0 -31
  2334. package/cjs/navigation/Drawer/index.mdx +0 -20
  2335. package/cjs/navigation/Dropdown/Dropdown.stories.playwright.json +0 -69
  2336. package/cjs/navigation/Dropdown/index.mdx +0 -42
  2337. package/cjs/navigation/Link/Link.stories.playwright.json +0 -65
  2338. package/cjs/navigation/Link/__snapshots__/index.spec.tsx.snap +0 -38
  2339. package/cjs/navigation/Link/index.mdx +0 -60
  2340. package/cjs/navigation/NavList/NavList.stories.playwright.json +0 -53
  2341. package/cjs/navigation/NavList/__snapshots__/index.spec.tsx.snap +0 -7
  2342. package/cjs/navigation/NavList/__stories__/NavLinksOneLevel.json +0 -17
  2343. package/cjs/navigation/NavList/__stories__/NavLinksWithSubmenu.json +0 -36
  2344. package/cjs/navigation/NavList/index.mdx +0 -44
  2345. package/cjs/navigation/Pagination/Pagination.stories.playwright.json +0 -27
  2346. package/cjs/navigation/Pagination/index.mdx +0 -44
  2347. package/cjs/navigation/Tabs/Tabs.stories.playwright.json +0 -27
  2348. package/cjs/navigation/Tabs/index.mdx +0 -27
  2349. package/cjs/typography/Heading/index.mdx +0 -20
  2350. package/cjs/typography/HeadingCaption/index.mdx +0 -22
  2351. package/cjs/typography/Hint/index.mdx +0 -28
  2352. package/cjs/typography/NormalText/index.mdx +0 -46
  2353. package/cjs/typography/Paragraph/index.mdx +0 -53
  2354. package/cjs/utils/Kitchensink/AllComponents/index.js +0 -16
  2355. package/cjs/utils/Kitchensink/KitchensinkByCategory/index.js +0 -39
  2356. package/cjs/utils/Kitchensink/KitchensinkByLetter/index.js +0 -26
  2357. package/cjs/utils/Kitchensink/KitchensinkComponent/index.js +0 -55
  2358. package/cjs/utils/Kitchensink/KitchensinkDashboard/index.js +0 -47
  2359. package/cjs/utils/VisuallyHidden/index.mdx +0 -19
  2360. package/content/Accordion/Accordion.stories.playwright.json +0 -21
  2361. package/content/Accordion/__snapshots__/index.spec.tsx.snap +0 -157
  2362. package/content/Accordion/index.mdx +0 -41
  2363. package/content/Blockquote/__snapshots__/index.spec.tsx.snap +0 -16
  2364. package/content/Blockquote/index.mdx +0 -26
  2365. package/content/Card/Card.stories.playwright.json +0 -21
  2366. package/content/Card/index.mdx +0 -105
  2367. package/content/Chip/index.mdx +0 -54
  2368. package/content/Details/Details.stories.playwright.json +0 -27
  2369. package/content/Details/__snapshots__/index.spec.tsx.snap +0 -81
  2370. package/content/Details/index.mdx +0 -29
  2371. package/content/List/List.stories.playwright.json +0 -27
  2372. package/content/List/__snapshots__/index.spec.tsx.snap +0 -7
  2373. package/content/List/index.mdx +0 -42
  2374. package/content/StepNav/StepNav.stories.playwright.json +0 -33
  2375. package/content/StepNav/index.mdx +0 -30
  2376. package/content/SummaryList/SummaryList.stories.playwright.json +0 -27
  2377. package/content/SummaryList/__snapshots__/index.spec.tsx.snap +0 -97
  2378. package/content/SummaryList/index.mdx +0 -46
  2379. package/content/Table/Table.stories.playwright.json +0 -37
  2380. package/content/Table/index.mdx +0 -112
  2381. package/content/TaskList/index.mdx +0 -26
  2382. package/content/Timeline/index.mdx +0 -28
  2383. package/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +0 -53
  2384. package/feedback/CopyToClipboard/index.mdx +0 -30
  2385. package/feedback/ErrorSummary/ErrorSummary.stories.playwright.json +0 -27
  2386. package/feedback/ErrorSummary/__snapshots__/index.spec.tsx.snap +0 -7
  2387. package/feedback/ErrorSummary/index.mdx +0 -56
  2388. package/feedback/NotificationBanner/NotificationBanner.stories.playwright.json +0 -49
  2389. package/feedback/NotificationBanner/__snapshots__/index.spec.tsx.snap +0 -23
  2390. package/feedback/NotificationBanner/index.mdx +0 -38
  2391. package/feedback/PhaseBanner/PhaseBanner.stories.playwright.json +0 -21
  2392. package/feedback/PhaseBanner/index.mdx +0 -34
  2393. package/feedback/WarningText/__snapshots__/index.spec.tsx.snap +0 -7
  2394. package/feedback/WarningText/index.mdx +0 -25
  2395. package/form/AutoComplete/__stories__/WithInLine/index.js +0 -15
  2396. package/form/AutoComplete/__stories__/WithInLine/package.json +0 -6
  2397. package/form/AutoComplete/__stories__/WithInLine.d.ts +0 -3
  2398. package/form/AutoComplete/index.mdx +0 -77
  2399. package/form/Button/Button.stories.playwright.json +0 -115
  2400. package/form/Button/__snapshots__/index.spec.tsx.snap +0 -17
  2401. package/form/Button/index.mdx +0 -113
  2402. package/form/Checkbox/Checkbox.stories.playwright.json +0 -55
  2403. package/form/Checkbox/index.mdx +0 -85
  2404. package/form/DateInputContainer/DateInputContainer.stories.playwright.json +0 -61
  2405. package/form/DateInputContainer/index.mdx +0 -48
  2406. package/form/ErrorMessage/index.mdx +0 -25
  2407. package/form/FileUpload/index.mdx +0 -32
  2408. package/form/RadioContainer/RadioContainer.stories.playwright.json +0 -49
  2409. package/form/RadioContainer/index.mdx +0 -96
  2410. package/form/SelectContainer/SelectContainer.stories.playwright.json +0 -21
  2411. package/form/SelectContainer/index.mdx +0 -48
  2412. package/form/SingleCharacterInputs/index.mdx +0 -32
  2413. package/form/TextArea/TextArea.stories.playwright.json +0 -59
  2414. package/form/TextArea/index.mdx +0 -76
  2415. package/form/TextInput/TextInput.stories.playwright.json +0 -43
  2416. package/form/TextInput/index.mdx +0 -92
  2417. package/govgr/Footer/index.mdx +0 -101
  2418. package/govgr/GovGRLogo/govgr-logo.svg +0 -1
  2419. package/introduction.md +0 -11
  2420. package/layouts/Basic/Bottom/index.mdx +0 -41
  2421. package/layouts/Basic/Main/index.mdx +0 -58
  2422. package/layouts/Basic/Masthead/index.mdx +0 -65
  2423. package/layouts/Basic/Top/index.mdx +0 -68
  2424. package/layouts/Basic/__snapshots__/index.spec.tsx.snap +0 -109
  2425. package/layouts/Basic/index.mdx +0 -40
  2426. package/misc/KitchenSink/index.d.ts +0 -8
  2427. package/misc/KitchenSink/index.js +0 -8
  2428. package/misc/KitchenSink/package.json +0 -6
  2429. package/navigation/BackLink/BackLink.stories.playwright.json +0 -21
  2430. package/navigation/BackLink/index.mdx +0 -24
  2431. package/navigation/Breadcrumbs/Breadcrumbs.stories.playwright.json +0 -33
  2432. package/navigation/Breadcrumbs/index.mdx +0 -31
  2433. package/navigation/Drawer/index.mdx +0 -20
  2434. package/navigation/Dropdown/Dropdown.stories.playwright.json +0 -69
  2435. package/navigation/Dropdown/index.mdx +0 -42
  2436. package/navigation/Link/Link.stories.playwright.json +0 -65
  2437. package/navigation/Link/__snapshots__/index.spec.tsx.snap +0 -38
  2438. package/navigation/Link/index.mdx +0 -60
  2439. package/navigation/NavList/NavList.stories.playwright.json +0 -53
  2440. package/navigation/NavList/__snapshots__/index.spec.tsx.snap +0 -7
  2441. package/navigation/NavList/__stories__/NavLinksOneLevel.json +0 -17
  2442. package/navigation/NavList/__stories__/NavLinksWithSubmenu.json +0 -36
  2443. package/navigation/NavList/index.mdx +0 -44
  2444. package/navigation/Pagination/Pagination.stories.playwright.json +0 -27
  2445. package/navigation/Pagination/index.mdx +0 -44
  2446. package/navigation/Tabs/Tabs.stories.playwright.json +0 -27
  2447. package/navigation/Tabs/index.mdx +0 -27
  2448. package/src/content/List/List.stories.playwright.json +0 -27
  2449. package/src/form/AutoComplete/__stories__/WithInLine.tsx +0 -21
  2450. package/src/layouts/Basic/Masthead/index.mdx +0 -65
  2451. package/src/misc/KitchenSink/index.tsx +0 -8
  2452. package/src/utils/Kitchensink/AllComponents.tsx +0 -6
  2453. package/src/utils/Kitchensink/KitchensinkByCategory.tsx +0 -56
  2454. package/src/utils/Kitchensink/KitchensinkByLetter.tsx +0 -35
  2455. package/src/utils/Kitchensink/KitchensinkComponent.tsx +0 -70
  2456. package/src/utils/Kitchensink/KitchensinkDashboard.tsx +0 -56
  2457. package/typography/Heading/index.mdx +0 -20
  2458. package/typography/HeadingCaption/index.mdx +0 -22
  2459. package/typography/Hint/index.mdx +0 -28
  2460. package/typography/NormalText/index.mdx +0 -46
  2461. package/typography/Paragraph/index.mdx +0 -53
  2462. package/utils/Kitchensink/AllComponents/index.js +0 -9
  2463. package/utils/Kitchensink/AllComponents/package.json +0 -6
  2464. package/utils/Kitchensink/AllComponents.d.ts +0 -2
  2465. package/utils/Kitchensink/KitchensinkByCategory/index.js +0 -32
  2466. package/utils/Kitchensink/KitchensinkByCategory/package.json +0 -6
  2467. package/utils/Kitchensink/KitchensinkByCategory.d.ts +0 -6
  2468. package/utils/Kitchensink/KitchensinkByLetter/index.js +0 -19
  2469. package/utils/Kitchensink/KitchensinkByLetter/package.json +0 -6
  2470. package/utils/Kitchensink/KitchensinkByLetter.d.ts +0 -6
  2471. package/utils/Kitchensink/KitchensinkComponent/index.js +0 -45
  2472. package/utils/Kitchensink/KitchensinkComponent/package.json +0 -6
  2473. package/utils/Kitchensink/KitchensinkComponent.d.ts +0 -10
  2474. package/utils/Kitchensink/KitchensinkDashboard/index.js +0 -40
  2475. package/utils/Kitchensink/KitchensinkDashboard/package.json +0 -6
  2476. package/utils/Kitchensink/KitchensinkDashboard.d.ts +0 -5
  2477. package/utils/VisuallyHidden/index.mdx +0 -19
package/cjs/lazy/index.js CHANGED
@@ -1,2884 +1,350 @@
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 __getProtoOf = Object.getPrototypeOf;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
7
+ var __markAsModule = (target) => __defProp(target, "__esModule", {value: true});
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, {get: all[name], enumerable: true});
11
+ };
12
+ var __reExport = (target, module2, desc) => {
13
+ if (module2 && typeof module2 === "object" || typeof module2 === "function") {
14
+ for (let key of __getOwnPropNames(module2))
15
+ if (!__hasOwnProp.call(target, key) && key !== "default")
16
+ __defProp(target, key, {get: () => module2[key], enumerable: !(desc = __getOwnPropDesc(module2, key)) || desc.enumerable});
17
+ }
18
+ return target;
19
+ };
20
+ var __toModule = (module2) => {
21
+ return __reExport(__markAsModule(__defProp(module2 != null ? __create(__getProtoOf(module2)) : {}, "default", module2 && module2.__esModule && "default" in module2 ? {get: () => module2.default, enumerable: true} : {value: module2, enumerable: true})), module2);
22
+ };
23
+ __markAsModule(exports);
24
+ __export(exports, {
25
+ default: () => lazy_default
6
26
  });
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
- 'KitchenSinkAllComponents': /*#__PURE__*/(0, _react.lazy)(function () {
2705
- return Promise.resolve().then(function () {
2706
- return _interopRequireWildcard(require('@digigov/ui/misc/KitchenSink'));
2707
- }).then(function (module) {
2708
- return {
2709
- "default": module['KitchenSinkAllComponents']
2710
- };
2711
- });
2712
- }),
2713
- 'KitchenSinkCard': /*#__PURE__*/(0, _react.lazy)(function () {
2714
- return Promise.resolve().then(function () {
2715
- return _interopRequireWildcard(require('@digigov/ui/misc/KitchenSink'));
2716
- }).then(function (module) {
2717
- return {
2718
- "default": module['KitchenSinkCard']
2719
- };
2720
- });
2721
- }),
2722
- 'KitchenSinkCategory': /*#__PURE__*/(0, _react.lazy)(function () {
2723
- return Promise.resolve().then(function () {
2724
- return _interopRequireWildcard(require('@digigov/ui/misc/KitchenSink'));
2725
- }).then(function (module) {
2726
- return {
2727
- "default": module['KitchenSinkCategory']
2728
- };
2729
- });
2730
- }),
2731
- 'KitchenSinkContent': /*#__PURE__*/(0, _react.lazy)(function () {
2732
- return Promise.resolve().then(function () {
2733
- return _interopRequireWildcard(require('@digigov/ui/misc/KitchenSink'));
2734
- }).then(function (module) {
2735
- return {
2736
- "default": module['KitchenSinkContent']
2737
- };
2738
- });
2739
- }),
2740
- 'KitchenSinkContentInfo': /*#__PURE__*/(0, _react.lazy)(function () {
2741
- return Promise.resolve().then(function () {
2742
- return _interopRequireWildcard(require('@digigov/ui/misc/KitchenSink'));
2743
- }).then(function (module) {
2744
- return {
2745
- "default": module['KitchenSinkContentInfo']
2746
- };
2747
- });
2748
- }),
2749
- 'KitchenSinkContentTags': /*#__PURE__*/(0, _react.lazy)(function () {
2750
- return Promise.resolve().then(function () {
2751
- return _interopRequireWildcard(require('@digigov/ui/misc/KitchenSink'));
2752
- }).then(function (module) {
2753
- return {
2754
- "default": module['KitchenSinkContentTags']
2755
- };
2756
- });
2757
- }),
2758
- 'KitchenSinkHeading': /*#__PURE__*/(0, _react.lazy)(function () {
2759
- return Promise.resolve().then(function () {
2760
- return _interopRequireWildcard(require('@digigov/ui/misc/KitchenSink'));
2761
- }).then(function (module) {
2762
- return {
2763
- "default": module['KitchenSinkHeading']
2764
- };
2765
- });
2766
- }),
2767
- 'KitchenSinkLetterContent': /*#__PURE__*/(0, _react.lazy)(function () {
2768
- return Promise.resolve().then(function () {
2769
- return _interopRequireWildcard(require('@digigov/ui/misc/KitchenSink'));
2770
- }).then(function (module) {
2771
- return {
2772
- "default": module['KitchenSinkLetterContent']
2773
- };
2774
- });
2775
- }),
2776
- 'BackToTop': /*#__PURE__*/(0, _react.lazy)(function () {
2777
- return Promise.resolve().then(function () {
2778
- return _interopRequireWildcard(require('@digigov/ui/navigation/BackToTopLink'));
2779
- }).then(function (module) {
2780
- return {
2781
- "default": module['BackToTop']
2782
- };
2783
- });
2784
- }),
2785
- 'BackToTopContainer': /*#__PURE__*/(0, _react.lazy)(function () {
2786
- return Promise.resolve().then(function () {
2787
- return _interopRequireWildcard(require('@digigov/ui/navigation/BackToTopLink'));
2788
- }).then(function (module) {
2789
- return {
2790
- "default": module['BackToTopContainer']
2791
- };
2792
- });
2793
- }),
2794
- 'BackToTopLink': /*#__PURE__*/(0, _react.lazy)(function () {
2795
- return Promise.resolve().then(function () {
2796
- return _interopRequireWildcard(require('@digigov/ui/navigation/BackToTopLink'));
2797
- }).then(function (module) {
2798
- return {
2799
- "default": module['BackToTopLink']
2800
- };
2801
- });
2802
- }),
2803
- 'BackToTopLimit': /*#__PURE__*/(0, _react.lazy)(function () {
2804
- return Promise.resolve().then(function () {
2805
- return _interopRequireWildcard(require('@digigov/ui/navigation/BackToTopLink'));
2806
- }).then(function (module) {
2807
- return {
2808
- "default": module['BackToTopLimit']
2809
- };
2810
- });
2811
- }),
2812
- 'Code': /*#__PURE__*/(0, _react.lazy)(function () {
2813
- return Promise.resolve().then(function () {
2814
- return _interopRequireWildcard(require('@digigov/ui/typography/Code'));
2815
- }).then(function (module) {
2816
- return {
2817
- "default": module['Code']
2818
- };
2819
- });
2820
- }),
2821
- 'CodeBlock': /*#__PURE__*/(0, _react.lazy)(function () {
2822
- return Promise.resolve().then(function () {
2823
- return _interopRequireWildcard(require('@digigov/ui/typography/CodeBlock'));
2824
- }).then(function (module) {
2825
- return {
2826
- "default": module['CodeBlock']
2827
- };
2828
- });
2829
- }),
2830
- 'AllComponents': /*#__PURE__*/(0, _react.lazy)(function () {
2831
- return Promise.resolve().then(function () {
2832
- return _interopRequireWildcard(require('@digigov/ui/utils/Kitchensink/AllComponents'));
2833
- }).then(function (module) {
2834
- return {
2835
- "default": module['AllComponents']
2836
- };
2837
- });
2838
- }),
2839
- 'KitchensinkByCategory': /*#__PURE__*/(0, _react.lazy)(function () {
2840
- return Promise.resolve().then(function () {
2841
- return _interopRequireWildcard(require('@digigov/ui/utils/Kitchensink/KitchensinkByCategory'));
2842
- }).then(function (module) {
2843
- return {
2844
- "default": module['KitchensinkByCategory']
2845
- };
2846
- });
2847
- }),
2848
- 'KitchensinkByLetter': /*#__PURE__*/(0, _react.lazy)(function () {
2849
- return Promise.resolve().then(function () {
2850
- return _interopRequireWildcard(require('@digigov/ui/utils/Kitchensink/KitchensinkByLetter'));
2851
- }).then(function (module) {
2852
- return {
2853
- "default": module['KitchensinkByLetter']
2854
- };
2855
- });
2856
- }),
2857
- 'KitchensinkComponent': /*#__PURE__*/(0, _react.lazy)(function () {
2858
- return Promise.resolve().then(function () {
2859
- return _interopRequireWildcard(require('@digigov/ui/utils/Kitchensink/KitchensinkComponent'));
2860
- }).then(function (module) {
2861
- return {
2862
- "default": module['KitchensinkComponent']
2863
- };
2864
- });
2865
- }),
2866
- 'KitchenSinkDashboard': /*#__PURE__*/(0, _react.lazy)(function () {
2867
- return Promise.resolve().then(function () {
2868
- return _interopRequireWildcard(require('@digigov/ui/utils/Kitchensink/KitchensinkDashboard'));
2869
- }).then(function (module) {
2870
- return {
2871
- "default": module['KitchenSinkDashboard']
2872
- };
2873
- });
2874
- }),
2875
- 'Typography': /*#__PURE__*/(0, _react.lazy)(function () {
2876
- return Promise.resolve().then(function () {
2877
- return _interopRequireWildcard(require('@digigov/ui/utils/Typography'));
2878
- }).then(function (module) {
2879
- return {
2880
- "default": module['Typography']
2881
- };
2882
- });
2883
- })
2884
- };
27
+ var import_react = __toModule(require("react"));
28
+ var lazy_default = {
29
+ APIError: (0, import_react.lazy)(() => import("@digigov/ui/api/APIErrors").then((module2) => ({default: module2["APIError"]}))),
30
+ APIErrors: (0, import_react.lazy)(() => import("@digigov/ui/api/APIErrors").then((module2) => ({default: module2["APIErrors"]}))),
31
+ APIContext: (0, import_react.lazy)(() => import("@digigov/ui/api/APIProvider").then((module2) => ({default: module2["APIContext"]}))),
32
+ APIProvider: (0, import_react.lazy)(() => import("@digigov/ui/api/APIProvider").then((module2) => ({default: module2["APIProvider"]}))),
33
+ StaticApp: (0, import_react.lazy)(() => import("@digigov/ui/app/App").then((module2) => ({default: module2["StaticApp"]}))),
34
+ BannerContainer: (0, import_react.lazy)(() => import("@digigov/ui/app/BannerContainer").then((module2) => ({default: module2["BannerContainer"]}))),
35
+ BottomInfo: (0, import_react.lazy)(() => import("@digigov/ui/app/BottomInfo").then((module2) => ({default: module2["BottomInfo"]}))),
36
+ BottomInfoContent: (0, import_react.lazy)(() => import("@digigov/ui/app/BottomInfo").then((module2) => ({default: module2["BottomInfoContent"]}))),
37
+ BottomInfoContainer: (0, import_react.lazy)(() => import("@digigov/ui/app/BottomInfo").then((module2) => ({default: module2["BottomInfoContainer"]}))),
38
+ CloseButton: (0, import_react.lazy)(() => import("@digigov/ui/app/CloseButton").then((module2) => ({default: module2["CloseButton"]}))),
39
+ FilterContainer: (0, import_react.lazy)(() => import("@digigov/ui/app/FilterContainer").then((module2) => ({default: module2["FilterContainer"]}))),
40
+ FilterHeadingContainer: (0, import_react.lazy)(() => import("@digigov/ui/app/FilterContainer").then((module2) => ({default: module2["FilterHeadingContainer"]}))),
41
+ FilterContent: (0, import_react.lazy)(() => import("@digigov/ui/app/FilterContainer").then((module2) => ({default: module2["FilterContent"]}))),
42
+ FilterOptionsSection: (0, import_react.lazy)(() => import("@digigov/ui/app/FilterContainer").then((module2) => ({default: module2["FilterOptionsSection"]}))),
43
+ FilterSelectedHeading: (0, import_react.lazy)(() => import("@digigov/ui/app/FilterContainer").then((module2) => ({default: module2["FilterSelectedHeading"]}))),
44
+ FilterSelectedSection: (0, import_react.lazy)(() => import("@digigov/ui/app/FilterContainer").then((module2) => ({default: module2["FilterSelectedSection"]}))),
45
+ ResultsHeading: (0, import_react.lazy)(() => import("@digigov/ui/app/FilterContainer").then((module2) => ({default: module2["ResultsHeading"]}))),
46
+ ResultsActionBar: (0, import_react.lazy)(() => import("@digigov/ui/app/FilterContainer").then((module2) => ({default: module2["ResultsActionBar"]}))),
47
+ ResultsHeadingActions: (0, import_react.lazy)(() => import("@digigov/ui/app/FilterContainer").then((module2) => ({default: module2["ResultsHeadingActions"]}))),
48
+ Footer: (0, import_react.lazy)(() => import("@digigov/ui/app/Footer").then((module2) => ({default: module2["Footer"]}))),
49
+ FooterContainer: (0, import_react.lazy)(() => import("@digigov/ui/app/Footer").then((module2) => ({default: module2["FooterContainer"]}))),
50
+ FooterContent: (0, import_react.lazy)(() => import("@digigov/ui/app/Footer").then((module2) => ({default: module2["FooterContent"]}))),
51
+ FooterContentLogos: (0, import_react.lazy)(() => import("@digigov/ui/app/Footer").then((module2) => ({default: module2["FooterContentLogos"]}))),
52
+ FooterHeading: (0, import_react.lazy)(() => import("@digigov/ui/app/Footer").then((module2) => ({default: module2["FooterHeading"]}))),
53
+ FooterImage: (0, import_react.lazy)(() => import("@digigov/ui/app/Footer").then((module2) => ({default: module2["FooterImage"]}))),
54
+ FooterLink: (0, import_react.lazy)(() => import("@digigov/ui/app/Footer").then((module2) => ({default: module2["FooterLink"]}))),
55
+ FooterList: (0, import_react.lazy)(() => import("@digigov/ui/app/Footer").then((module2) => ({default: module2["FooterList"]}))),
56
+ FooterListItem: (0, import_react.lazy)(() => import("@digigov/ui/app/Footer").then((module2) => ({default: module2["FooterListItem"]}))),
57
+ FooterInfo: (0, import_react.lazy)(() => import("@digigov/ui/app/Footer").then((module2) => ({default: module2["FooterInfo"]}))),
58
+ FooterInfoSection: (0, import_react.lazy)(() => import("@digigov/ui/app/Footer").then((module2) => ({default: module2["FooterInfoSection"]}))),
59
+ FooterNavigation: (0, import_react.lazy)(() => import("@digigov/ui/app/Footer").then((module2) => ({default: module2["FooterNavigation"]}))),
60
+ FooterNavigationSection: (0, import_react.lazy)(() => import("@digigov/ui/app/Footer").then((module2) => ({default: module2["FooterNavigationSection"]}))),
61
+ HeaderContent: (0, import_react.lazy)(() => import("@digigov/ui/app/Header/HeaderContent").then((module2) => ({default: module2["HeaderContent"]}))),
62
+ HeaderLogo: (0, import_react.lazy)(() => import("@digigov/ui/app/Header/HeaderLogo").then((module2) => ({default: module2["HeaderLogo"]}))),
63
+ HeaderNavMenuContent: (0, import_react.lazy)(() => import("@digigov/ui/app/Header/HeaderNavMenuContent").then((module2) => ({default: module2["HeaderNavMenuContent"]}))),
64
+ HeaderSecondaryLogo: (0, import_react.lazy)(() => import("@digigov/ui/app/Header/HeaderSecondaryLogo").then((module2) => ({default: module2["HeaderSecondaryLogo"]}))),
65
+ HeaderSection: (0, import_react.lazy)(() => import("@digigov/ui/app/Header/HeaderSection").then((module2) => ({default: module2["HeaderSection"]}))),
66
+ HeaderTitle: (0, import_react.lazy)(() => import("@digigov/ui/app/Header/HeaderTitle").then((module2) => ({default: module2["HeaderTitle"]}))),
67
+ Header: (0, import_react.lazy)(() => import("@digigov/ui/app/Header").then((module2) => ({default: module2["Header"]}))),
68
+ Panel: (0, import_react.lazy)(() => import("@digigov/ui/app/Panel").then((module2) => ({default: module2["Panel"]}))),
69
+ PanelBody: (0, import_react.lazy)(() => import("@digigov/ui/app/Panel").then((module2) => ({default: module2["PanelBody"]}))),
70
+ PanelTitle: (0, import_react.lazy)(() => import("@digigov/ui/app/Panel").then((module2) => ({default: module2["PanelTitle"]}))),
71
+ LoaderContainer: (0, import_react.lazy)(() => import("@digigov/ui/app/Loader").then((module2) => ({default: module2["LoaderContainer"]}))),
72
+ CircularProgress: (0, import_react.lazy)(() => import("@digigov/ui/app/Loader").then((module2) => ({default: module2["CircularProgress"]}))),
73
+ FullPageBackground: (0, import_react.lazy)(() => import("@digigov/ui/app/Loader").then((module2) => ({default: module2["FullPageBackground"]}))),
74
+ Masthead: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Basic/Masthead").then((module2) => ({default: module2["Masthead"]}))),
75
+ MastheadBody: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Basic/Masthead").then((module2) => ({default: module2["MastheadBody"]}))),
76
+ MastheadLogo: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Basic/Masthead").then((module2) => ({default: module2["MastheadLogo"]}))),
77
+ Modal: (0, import_react.lazy)(() => import("@digigov/ui/app/Modal").then((module2) => ({default: module2["Modal"]}))),
78
+ ModalBase: (0, import_react.lazy)(() => import("@digigov/ui/app/Modal").then((module2) => ({default: module2["ModalBase"]}))),
79
+ ModalContainer: (0, import_react.lazy)(() => import("@digigov/ui/app/Modal").then((module2) => ({default: module2["ModalContainer"]}))),
80
+ ModalHeading: (0, import_react.lazy)(() => import("@digigov/ui/app/Modal").then((module2) => ({default: module2["ModalHeading"]}))),
81
+ ModalContent: (0, import_react.lazy)(() => import("@digigov/ui/app/Modal").then((module2) => ({default: module2["ModalContent"]}))),
82
+ ModalAction: (0, import_react.lazy)(() => import("@digigov/ui/app/Modal").then((module2) => ({default: module2["ModalAction"]}))),
83
+ ModalAuto: (0, import_react.lazy)(() => import("@digigov/ui/app/Modal/auto").then((module2) => ({default: module2["ModalAuto"]}))),
84
+ ModalButtonAuto: (0, import_react.lazy)(() => import("@digigov/ui/app/Modal/auto").then((module2) => ({default: module2["ModalButtonAuto"]}))),
85
+ ModalContext: (0, import_react.lazy)(() => import("@digigov/ui/app/Modal/auto").then((module2) => ({default: module2["ModalContext"]}))),
86
+ ModalProvider: (0, import_react.lazy)(() => import("@digigov/ui/app/Modal/auto").then((module2) => ({default: module2["ModalProvider"]}))),
87
+ NotFound: (0, import_react.lazy)(() => import("@digigov/ui/app/NotFound").then((module2) => ({default: module2["NotFound"]}))),
88
+ PageTitleContainer: (0, import_react.lazy)(() => import("@digigov/ui/app/PageTitleContainer").then((module2) => ({default: module2["PageTitleContainer"]}))),
89
+ PageTitleCaption: (0, import_react.lazy)(() => import("@digigov/ui/app/PageTitleContainer").then((module2) => ({default: module2["PageTitleCaption"]}))),
90
+ PageTitleHeading: (0, import_react.lazy)(() => import("@digigov/ui/app/PageTitleContainer").then((module2) => ({default: module2["PageTitleHeading"]}))),
91
+ PhaseBannerHeader: (0, import_react.lazy)(() => import("@digigov/ui/app/PhaseBannerHeader").then((module2) => ({default: module2["PhaseBannerHeader"]}))),
92
+ QrCodeScanner: (0, import_react.lazy)(() => import("@digigov/ui/app/QrCodeScanner").then((module2) => ({default: module2["QrCodeScanner"]}))),
93
+ QrCodeViewer: (0, import_react.lazy)(() => import("@digigov/ui/app/QrCodeViewer").then((module2) => ({default: module2["QrCodeViewer"]}))),
94
+ ThemeOptions: (0, import_react.lazy)(() => import("@digigov/ui/app/ThemeOptions").then((module2) => ({default: module2["ThemeOptions"]}))),
95
+ MARGIN_SIZE: (0, import_react.lazy)(() => import("@digigov/ui/app/QrCodeViewer/utils").then((module2) => ({default: module2["MARGIN_SIZE"]}))),
96
+ AccordionAuto: (0, import_react.lazy)(() => import("@digigov/ui/content/Accordion/auto").then((module2) => ({default: module2["AccordionAuto"]}))),
97
+ AccordionCloseAllButtonAuto: (0, import_react.lazy)(() => import("@digigov/ui/content/Accordion/auto").then((module2) => ({default: module2["AccordionCloseAllButtonAuto"]}))),
98
+ AccordionOpenAllButtonAuto: (0, import_react.lazy)(() => import("@digigov/ui/content/Accordion/auto").then((module2) => ({default: module2["AccordionOpenAllButtonAuto"]}))),
99
+ AccordionSectionAuto: (0, import_react.lazy)(() => import("@digigov/ui/content/Accordion/auto").then((module2) => ({default: module2["AccordionSectionAuto"]}))),
100
+ Accordion: (0, import_react.lazy)(() => import("@digigov/ui/content/Accordion").then((module2) => ({default: module2["Accordion"]}))),
101
+ AccordionControls: (0, import_react.lazy)(() => import("@digigov/ui/content/Accordion").then((module2) => ({default: module2["AccordionControls"]}))),
102
+ AccordionSection: (0, import_react.lazy)(() => import("@digigov/ui/content/Accordion").then((module2) => ({default: module2["AccordionSection"]}))),
103
+ AccordionSectionContent: (0, import_react.lazy)(() => import("@digigov/ui/content/Accordion").then((module2) => ({default: module2["AccordionSectionContent"]}))),
104
+ AccordionSectionSummary: (0, import_react.lazy)(() => import("@digigov/ui/content/Accordion").then((module2) => ({default: module2["AccordionSectionSummary"]}))),
105
+ AccordionSectionSummaryHeading: (0, import_react.lazy)(() => import("@digigov/ui/content/Accordion").then((module2) => ({default: module2["AccordionSectionSummaryHeading"]}))),
106
+ Blockquote: (0, import_react.lazy)(() => import("@digigov/ui/content/Blockquote").then((module2) => ({default: module2["Blockquote"]}))),
107
+ Card: (0, import_react.lazy)(() => import("@digigov/ui/content/Card").then((module2) => ({default: module2["Card"]}))),
108
+ CardAction: (0, import_react.lazy)(() => import("@digigov/ui/content/Card").then((module2) => ({default: module2["CardAction"]}))),
109
+ CardHeading: (0, import_react.lazy)(() => import("@digigov/ui/content/Card").then((module2) => ({default: module2["CardHeading"]}))),
110
+ CardContent: (0, import_react.lazy)(() => import("@digigov/ui/content/Card").then((module2) => ({default: module2["CardContent"]}))),
111
+ Chip: (0, import_react.lazy)(() => import("@digigov/ui/content/Chip").then((module2) => ({default: module2["Chip"]}))),
112
+ ChipHeading: (0, import_react.lazy)(() => import("@digigov/ui/content/Chip").then((module2) => ({default: module2["ChipHeading"]}))),
113
+ ChipContainer: (0, import_react.lazy)(() => import("@digigov/ui/content/Chip").then((module2) => ({default: module2["ChipContainer"]}))),
114
+ ChipKeyValue: (0, import_react.lazy)(() => import("@digigov/ui/content/Chip").then((module2) => ({default: module2["ChipKeyValue"]}))),
115
+ Details: (0, import_react.lazy)(() => import("@digigov/ui/content/Details").then((module2) => ({default: module2["Details"]}))),
116
+ DetailsContent: (0, import_react.lazy)(() => import("@digigov/ui/content/Details").then((module2) => ({default: module2["DetailsContent"]}))),
117
+ DetailsSummary: (0, import_react.lazy)(() => import("@digigov/ui/content/Details").then((module2) => ({default: module2["DetailsSummary"]}))),
118
+ FillableText: (0, import_react.lazy)(() => import("@digigov/ui/content/FillableText").then((module2) => ({default: module2["FillableText"]}))),
119
+ LabeledText: (0, import_react.lazy)(() => import("@digigov/ui/content/FillableText").then((module2) => ({default: module2["LabeledText"]}))),
120
+ List: (0, import_react.lazy)(() => import("@digigov/ui/content/List/List").then((module2) => ({default: module2["List"]}))),
121
+ ListItem: (0, import_react.lazy)(() => import("@digigov/ui/content/List/ListItem").then((module2) => ({default: module2["ListItem"]}))),
122
+ StepNav: (0, import_react.lazy)(() => import("@digigov/ui/content/StepNav").then((module2) => ({default: module2["StepNav"]}))),
123
+ StepNavAccordionContent: (0, import_react.lazy)(() => import("@digigov/ui/content/StepNav").then((module2) => ({default: module2["StepNavAccordionContent"]}))),
124
+ StepNavAccordionHeadingText: (0, import_react.lazy)(() => import("@digigov/ui/content/StepNav").then((module2) => ({default: module2["StepNavAccordionHeadingText"]}))),
125
+ StepNavAccordionHeadingTitle: (0, import_react.lazy)(() => import("@digigov/ui/content/StepNav").then((module2) => ({default: module2["StepNavAccordionHeadingTitle"]}))),
126
+ StepNavAccordionSummary: (0, import_react.lazy)(() => import("@digigov/ui/content/StepNav").then((module2) => ({default: module2["StepNavAccordionSummary"]}))),
127
+ StepNavAccordionSummaryHeading: (0, import_react.lazy)(() => import("@digigov/ui/content/StepNav").then((module2) => ({default: module2["StepNavAccordionSummaryHeading"]}))),
128
+ StepNavCircleNumber: (0, import_react.lazy)(() => import("@digigov/ui/content/StepNav").then((module2) => ({default: module2["StepNavCircleNumber"]}))),
129
+ StepNavControls: (0, import_react.lazy)(() => import("@digigov/ui/content/StepNav").then((module2) => ({default: module2["StepNavControls"]}))),
130
+ StepNavList: (0, import_react.lazy)(() => import("@digigov/ui/content/StepNav").then((module2) => ({default: module2["StepNavList"]}))),
131
+ StepNavListItem: (0, import_react.lazy)(() => import("@digigov/ui/content/StepNav").then((module2) => ({default: module2["StepNavListItem"]}))),
132
+ StepNavAccordionAuto: (0, import_react.lazy)(() => import("@digigov/ui/content/StepNav/auto").then((module2) => ({default: module2["StepNavAccordionAuto"]}))),
133
+ StepNavAuto: (0, import_react.lazy)(() => import("@digigov/ui/content/StepNav/auto").then((module2) => ({default: module2["StepNavAuto"]}))),
134
+ StepNavCloseAllButtonAuto: (0, import_react.lazy)(() => import("@digigov/ui/content/StepNav/auto").then((module2) => ({default: module2["StepNavCloseAllButtonAuto"]}))),
135
+ StepNavOpenAllButtonAuto: (0, import_react.lazy)(() => import("@digigov/ui/content/StepNav/auto").then((module2) => ({default: module2["StepNavOpenAllButtonAuto"]}))),
136
+ StepNavAccordion: (0, import_react.lazy)(() => import("@digigov/ui/content/StepNav").then((module2) => ({default: module2["StepNavAccordion"]}))),
137
+ SummaryList: (0, import_react.lazy)(() => import("@digigov/ui/content/SummaryList").then((module2) => ({default: module2["SummaryList"]}))),
138
+ SummaryListItemAction: (0, import_react.lazy)(() => import("@digigov/ui/content/SummaryList").then((module2) => ({default: module2["SummaryListItemAction"]}))),
139
+ SummaryListItem: (0, import_react.lazy)(() => import("@digigov/ui/content/SummaryList").then((module2) => ({default: module2["SummaryListItem"]}))),
140
+ SummaryListItemKey: (0, import_react.lazy)(() => import("@digigov/ui/content/SummaryList").then((module2) => ({default: module2["SummaryListItemKey"]}))),
141
+ SummaryListItemValue: (0, import_react.lazy)(() => import("@digigov/ui/content/SummaryList").then((module2) => ({default: module2["SummaryListItemValue"]}))),
142
+ TableSortLabel: (0, import_react.lazy)(() => import("@digigov/ui/content/Table").then((module2) => ({default: module2["TableSortLabel"]}))),
143
+ Table: (0, import_react.lazy)(() => import("@digigov/ui/content/Table").then((module2) => ({default: module2["Table"]}))),
144
+ TableSortIconContainer: (0, import_react.lazy)(() => import("@digigov/ui/content/Table").then((module2) => ({default: module2["TableSortIconContainer"]}))),
145
+ TableContainer: (0, import_react.lazy)(() => import("@digigov/ui/content/Table").then((module2) => ({default: module2["TableContainer"]}))),
146
+ TableBody: (0, import_react.lazy)(() => import("@digigov/ui/content/Table").then((module2) => ({default: module2["TableBody"]}))),
147
+ TableCaption: (0, import_react.lazy)(() => import("@digigov/ui/content/Table").then((module2) => ({default: module2["TableCaption"]}))),
148
+ TableDataCell: (0, import_react.lazy)(() => import("@digigov/ui/content/Table").then((module2) => ({default: module2["TableDataCell"]}))),
149
+ TableHead: (0, import_react.lazy)(() => import("@digigov/ui/content/Table").then((module2) => ({default: module2["TableHead"]}))),
150
+ TableHeadCell: (0, import_react.lazy)(() => import("@digigov/ui/content/Table").then((module2) => ({default: module2["TableHeadCell"]}))),
151
+ TableRow: (0, import_react.lazy)(() => import("@digigov/ui/content/Table").then((module2) => ({default: module2["TableRow"]}))),
152
+ TableNoDataRow: (0, import_react.lazy)(() => import("@digigov/ui/content/Table").then((module2) => ({default: module2["TableNoDataRow"]}))),
153
+ TableLoaderBackground: (0, import_react.lazy)(() => import("@digigov/ui/content/Table").then((module2) => ({default: module2["TableLoaderBackground"]}))),
154
+ TableFloatingScroll: (0, import_react.lazy)(() => import("@digigov/ui/content/Table/TableFloatingScroll").then((module2) => ({default: module2["TableFloatingScroll"]}))),
155
+ TaskList: (0, import_react.lazy)(() => import("@digigov/ui/content/TaskList").then((module2) => ({default: module2["TaskList"]}))),
156
+ TaskListItem: (0, import_react.lazy)(() => import("@digigov/ui/content/TaskList").then((module2) => ({default: module2["TaskListItem"]}))),
157
+ TaskListItemContent: (0, import_react.lazy)(() => import("@digigov/ui/content/TaskList").then((module2) => ({default: module2["TaskListItemContent"]}))),
158
+ TaskListItemHeading: (0, import_react.lazy)(() => import("@digigov/ui/content/TaskList").then((module2) => ({default: module2["TaskListItemHeading"]}))),
159
+ TaskListItemTag: (0, import_react.lazy)(() => import("@digigov/ui/content/TaskList").then((module2) => ({default: module2["TaskListItemTag"]}))),
160
+ Timeline: (0, import_react.lazy)(() => import("@digigov/ui/content/Timeline").then((module2) => ({default: module2["Timeline"]}))),
161
+ TimelineContent: (0, import_react.lazy)(() => import("@digigov/ui/content/Timeline").then((module2) => ({default: module2["TimelineContent"]}))),
162
+ TimelineHeading: (0, import_react.lazy)(() => import("@digigov/ui/content/Timeline").then((module2) => ({default: module2["TimelineHeading"]}))),
163
+ TimelineItem: (0, import_react.lazy)(() => import("@digigov/ui/content/Timeline").then((module2) => ({default: module2["TimelineItem"]}))),
164
+ TimelineActions: (0, import_react.lazy)(() => import("@digigov/ui/content/Timeline").then((module2) => ({default: module2["TimelineActions"]}))),
165
+ Markdown: (0, import_react.lazy)(() => import("@digigov/ui/content/Markdown").then((module2) => ({default: module2["Markdown"]}))),
166
+ SafeHTML: (0, import_react.lazy)(() => import("@digigov/ui/content/SafeHTML").then((module2) => ({default: module2["SafeHTML"]}))),
167
+ CopyToClipboard: (0, import_react.lazy)(() => import("@digigov/ui/feedback/CopyToClipboard").then((module2) => ({default: module2["CopyToClipboard"]}))),
168
+ CopyToClipboardContainer: (0, import_react.lazy)(() => import("@digigov/ui/feedback/CopyToClipboard").then((module2) => ({default: module2["CopyToClipboardContainer"]}))),
169
+ CopyToClipboardMessage: (0, import_react.lazy)(() => import("@digigov/ui/feedback/CopyToClipboard").then((module2) => ({default: module2["CopyToClipboardMessage"]}))),
170
+ ErrorSummary: (0, import_react.lazy)(() => import("@digigov/ui/feedback/ErrorSummary").then((module2) => ({default: module2["ErrorSummary"]}))),
171
+ NotificationBanner: (0, import_react.lazy)(() => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({default: module2["NotificationBanner"]}))),
172
+ NotificationBannerContainer: (0, import_react.lazy)(() => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({default: module2["NotificationBannerContainer"]}))),
173
+ NotificationBannerContent: (0, import_react.lazy)(() => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({default: module2["NotificationBannerContent"]}))),
174
+ NotificationBannerHeader: (0, import_react.lazy)(() => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({default: module2["NotificationBannerHeader"]}))),
175
+ NotificationBannerHeading: (0, import_react.lazy)(() => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({default: module2["NotificationBannerHeading"]}))),
176
+ NotificationBannerLink: (0, import_react.lazy)(() => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({default: module2["NotificationBannerLink"]}))),
177
+ PhaseBanner: (0, import_react.lazy)(() => import("@digigov/ui/feedback/PhaseBanner").then((module2) => ({default: module2["PhaseBanner"]}))),
178
+ PhaseBannerHeaderContainer: (0, import_react.lazy)(() => import("@digigov/ui/feedback/PhaseBanner").then((module2) => ({default: module2["PhaseBannerHeaderContainer"]}))),
179
+ PhaseBannerTag: (0, import_react.lazy)(() => import("@digigov/ui/feedback/PhaseBanner").then((module2) => ({default: module2["PhaseBannerTag"]}))),
180
+ PhaseBannerText: (0, import_react.lazy)(() => import("@digigov/ui/feedback/PhaseBanner").then((module2) => ({default: module2["PhaseBannerText"]}))),
181
+ WarningText: (0, import_react.lazy)(() => import("@digigov/ui/feedback/WarningText").then((module2) => ({default: module2["WarningText"]}))),
182
+ AutoComplete: (0, import_react.lazy)(() => import("@digigov/ui/form/AutoComplete").then((module2) => ({default: module2["AutoComplete"]}))),
183
+ AutoCompleteAssistiveHint: (0, import_react.lazy)(() => import("@digigov/ui/form/AutoComplete").then((module2) => ({default: module2["AutoCompleteAssistiveHint"]}))),
184
+ AutoCompleteInput: (0, import_react.lazy)(() => import("@digigov/ui/form/AutoComplete").then((module2) => ({default: module2["AutoCompleteInput"]}))),
185
+ AutoCompleteInputTypeahead: (0, import_react.lazy)(() => import("@digigov/ui/form/AutoComplete").then((module2) => ({default: module2["AutoCompleteInputTypeahead"]}))),
186
+ AutoCompleteResultList: (0, import_react.lazy)(() => import("@digigov/ui/form/AutoComplete").then((module2) => ({default: module2["AutoCompleteResultList"]}))),
187
+ AutoCompleteResultListItem: (0, import_react.lazy)(() => import("@digigov/ui/form/AutoComplete").then((module2) => ({default: module2["AutoCompleteResultListItem"]}))),
188
+ AutoCompleteWrapper: (0, import_react.lazy)(() => import("@digigov/ui/form/AutoComplete").then((module2) => ({default: module2["AutoCompleteWrapper"]}))),
189
+ AutoCompleteStatus: (0, import_react.lazy)(() => import("@digigov/ui/form/AutoComplete/Status").then((module2) => ({default: module2["AutoCompleteStatus"]}))),
190
+ AutoCompleteStatusWrapper: (0, import_react.lazy)(() => import("@digigov/ui/form/AutoComplete/Status").then((module2) => ({default: module2["AutoCompleteStatusWrapper"]}))),
191
+ ButtonLink: (0, import_react.lazy)(() => import("@digigov/ui/form/Button/ButtonLink").then((module2) => ({default: module2["ButtonLink"]}))),
192
+ CallToAction: (0, import_react.lazy)(() => import("@digigov/ui/form/Button/CallToAction").then((module2) => ({default: module2["CallToAction"]}))),
193
+ ContinueButton: (0, import_react.lazy)(() => import("@digigov/ui/form/Button").then((module2) => ({default: module2["ContinueButton"]}))),
194
+ Button: (0, import_react.lazy)(() => import("@digigov/ui/form/Button").then((module2) => ({default: module2["Button"]}))),
195
+ ThemeToggleButton: (0, import_react.lazy)(() => import("@digigov/ui/form/Button/ThemeToggleButton").then((module2) => ({default: module2["ThemeToggleButton"]}))),
196
+ ButtonGroup: (0, import_react.lazy)(() => import("@digigov/ui/form/Button").then((module2) => ({default: module2["ButtonGroup"]}))),
197
+ Checkbox: (0, import_react.lazy)(() => import("@digigov/ui/form/Checkbox").then((module2) => ({default: module2["Checkbox"]}))),
198
+ CheckboxItem: (0, import_react.lazy)(() => import("@digigov/ui/form/Checkbox").then((module2) => ({default: module2["CheckboxItem"]}))),
199
+ CheckboxConditional: (0, import_react.lazy)(() => import("@digigov/ui/form/Checkbox").then((module2) => ({default: module2["CheckboxConditional"]}))),
200
+ DateInputContainer: (0, import_react.lazy)(() => import("@digigov/ui/form/DateInputContainer").then((module2) => ({default: module2["DateInputContainer"]}))),
201
+ DateInputItem: (0, import_react.lazy)(() => import("@digigov/ui/form/DateInputContainer").then((module2) => ({default: module2["DateInputItem"]}))),
202
+ ErrorMessage: (0, import_react.lazy)(() => import("@digigov/ui/form/ErrorMessage").then((module2) => ({default: module2["ErrorMessage"]}))),
203
+ FieldContainer: (0, import_react.lazy)(() => import("@digigov/ui/form/FieldContainer").then((module2) => ({default: module2["FieldContainer"]}))),
204
+ Fieldset: (0, import_react.lazy)(() => import("@digigov/ui/form/FieldContainer").then((module2) => ({default: module2["Fieldset"]}))),
205
+ FieldsetLegend: (0, import_react.lazy)(() => import("@digigov/ui/form/FieldContainer").then((module2) => ({default: module2["FieldsetLegend"]}))),
206
+ FileUpload: (0, import_react.lazy)(() => import("@digigov/ui/form/FileUpload").then((module2) => ({default: module2["FileUpload"]}))),
207
+ FileUploadContainer: (0, import_react.lazy)(() => import("@digigov/ui/form/FileUpload").then((module2) => ({default: module2["FileUploadContainer"]}))),
208
+ Form: (0, import_react.lazy)(() => import("@digigov/ui/form/Form").then((module2) => ({default: module2["Form"]}))),
209
+ LabelContainer: (0, import_react.lazy)(() => import("@digigov/ui/form/LabelContainer").then((module2) => ({default: module2["LabelContainer"]}))),
210
+ LabelTitle: (0, import_react.lazy)(() => import("@digigov/ui/form/LabelContainer").then((module2) => ({default: module2["LabelTitle"]}))),
211
+ RadioContainer: (0, import_react.lazy)(() => import("@digigov/ui/form/RadioContainer").then((module2) => ({default: module2["RadioContainer"]}))),
212
+ RadioItem: (0, import_react.lazy)(() => import("@digigov/ui/form/RadioContainer").then((module2) => ({default: module2["RadioItem"]}))),
213
+ ChoiceDividerText: (0, import_react.lazy)(() => import("@digigov/ui/form/RadioContainer").then((module2) => ({default: module2["ChoiceDividerText"]}))),
214
+ RadioConditional: (0, import_react.lazy)(() => import("@digigov/ui/form/RadioContainer").then((module2) => ({default: module2["RadioConditional"]}))),
215
+ SearchContainer: (0, import_react.lazy)(() => import("@digigov/ui/form/SearchContainer").then((module2) => ({default: module2["SearchContainer"]}))),
216
+ SearchButton: (0, import_react.lazy)(() => import("@digigov/ui/form/SearchContainer").then((module2) => ({default: module2["SearchButton"]}))),
217
+ SearchIcon: (0, import_react.lazy)(() => import("@digigov/ui/form/SearchContainer").then((module2) => ({default: module2["SearchIcon"]}))),
218
+ SelectContainer: (0, import_react.lazy)(() => import("@digigov/ui/form/SelectContainer").then((module2) => ({default: module2["SelectContainer"]}))),
219
+ SelectOption: (0, import_react.lazy)(() => import("@digigov/ui/form/SelectContainer").then((module2) => ({default: module2["SelectOption"]}))),
220
+ SingleCharacterInputs: (0, import_react.lazy)(() => import("@digigov/ui/form/SingleCharacterInputs").then((module2) => ({default: module2["SingleCharacterInputs"]}))),
221
+ SingleCharacterInput: (0, import_react.lazy)(() => import("@digigov/ui/form/SingleCharacterInputs").then((module2) => ({default: module2["SingleCharacterInput"]}))),
222
+ TextArea: (0, import_react.lazy)(() => import("@digigov/ui/form/TextArea").then((module2) => ({default: module2["TextArea"]}))),
223
+ TextInput: (0, import_react.lazy)(() => import("@digigov/ui/form/TextInput").then((module2) => ({default: module2["TextInput"]}))),
224
+ Copyright: (0, import_react.lazy)(() => import("@digigov/ui/govgr/Footer/Copyright").then((module2) => ({default: module2["Copyright"]}))),
225
+ CopyrightContainer: (0, import_react.lazy)(() => import("@digigov/ui/govgr/Footer/Copyright").then((module2) => ({default: module2["CopyrightContainer"]}))),
226
+ HellenicRepublicLogo: (0, import_react.lazy)(() => import("@digigov/ui/govgr/Footer/HellenicRepublicLogo").then((module2) => ({default: module2["HellenicRepublicLogo"]}))),
227
+ GovGRFooter: (0, import_react.lazy)(() => import("@digigov/ui/govgr/Footer").then((module2) => ({default: module2["GovGRFooter"]}))),
228
+ LicenseCCSA: (0, import_react.lazy)(() => import("@digigov/ui/govgr/Footer/LicenseCCSA").then((module2) => ({default: module2["LicenseCCSA"]}))),
229
+ GovGRLogo: (0, import_react.lazy)(() => import("@digigov/ui/govgr/GovGRLogo").then((module2) => ({default: module2["GovGRLogo"]}))),
230
+ I18nText: (0, import_react.lazy)(() => import("@digigov/ui/i18n/I18nText").then((module2) => ({default: module2["I18nText"]}))),
231
+ I18NContext: (0, import_react.lazy)(() => import("@digigov/ui/i18n").then((module2) => ({default: module2["I18NContext"]}))),
232
+ I18NProvider: (0, import_react.lazy)(() => import("@digigov/ui/i18n").then((module2) => ({default: module2["I18NProvider"]}))),
233
+ Icon: (0, import_react.lazy)(() => import("@digigov/ui/icons/Icon").then((module2) => ({default: module2["Icon"]}))),
234
+ AccessibilityIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["AccessibilityIcon"]}))),
235
+ ArrowIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["ArrowIcon"]}))),
236
+ BurgerIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["BurgerIcon"]}))),
237
+ CaretIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["CaretIcon"]}))),
238
+ CheckIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["CheckIcon"]}))),
239
+ ChevronIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["ChevronIcon"]}))),
240
+ UncheckIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["UncheckIcon"]}))),
241
+ CloseIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["CloseIcon"]}))),
242
+ GlobeIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["GlobeIcon"]}))),
243
+ MoreVertIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["MoreVertIcon"]}))),
244
+ CancelIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["CancelIcon"]}))),
245
+ LockIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["LockIcon"]}))),
246
+ DownloadIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["DownloadIcon"]}))),
247
+ PdfFileIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["PdfFileIcon"]}))),
248
+ PlusIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["PlusIcon"]}))),
249
+ MinusIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["MinusIcon"]}))),
250
+ LoginIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["LoginIcon"]}))),
251
+ RestoreIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["RestoreIcon"]}))),
252
+ ReplyIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["ReplyIcon"]}))),
253
+ ChatIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["ChatIcon"]}))),
254
+ ExclamationIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["ExclamationIcon"]}))),
255
+ PrintIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["PrintIcon"]}))),
256
+ ImageLogo: (0, import_react.lazy)(() => import("@digigov/ui/icons/ImageLogo").then((module2) => ({default: module2["ImageLogo"]}))),
257
+ ImageLogoSet: (0, import_react.lazy)(() => import("@digigov/ui/icons/ImageLogoSet").then((module2) => ({default: module2["ImageLogoSet"]}))),
258
+ AdminLayout: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Admin").then((module2) => ({default: module2["AdminLayout"]}))),
259
+ BasicLayout: (0, import_react.lazy)(() => import("@digigov/ui/layouts").then((module2) => ({default: module2["BasicLayout"]}))),
260
+ Grid: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Grid").then((module2) => ({default: module2["Grid"]}))),
261
+ SectionBreak: (0, import_react.lazy)(() => import("@digigov/ui/layouts/SectionBreak").then((module2) => ({default: module2["SectionBreak"]}))),
262
+ Stack: (0, import_react.lazy)(() => import("@digigov/ui/layouts").then((module2) => ({default: module2["Stack"]}))),
263
+ AdminContainer: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Admin").then((module2) => ({default: module2["AdminContainer"]}))),
264
+ AdminMain: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Admin").then((module2) => ({default: module2["AdminMain"]}))),
265
+ AdminAside: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Admin").then((module2) => ({default: module2["AdminAside"]}))),
266
+ AdminTopSection: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Admin").then((module2) => ({default: module2["AdminTopSection"]}))),
267
+ AdminHeader: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Admin").then((module2) => ({default: module2["AdminHeader"]}))),
268
+ AdminHeaderContent: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Admin").then((module2) => ({default: module2["AdminHeaderContent"]}))),
269
+ Layout: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Basic").then((module2) => ({default: module2["Layout"]}))),
270
+ Top: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Basic/Top").then((module2) => ({default: module2["Top"]}))),
271
+ Aside: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Basic/Aside").then((module2) => ({default: module2["Aside"]}))),
272
+ Main: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Basic/Main").then((module2) => ({default: module2["Main"]}))),
273
+ Container: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Basic/Container").then((module2) => ({default: module2["Container"]}))),
274
+ Bottom: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Basic/Bottom").then((module2) => ({default: module2["Bottom"]}))),
275
+ Hidden: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Hidden").then((module2) => ({default: module2["Hidden"]}))),
276
+ BackLink: (0, import_react.lazy)(() => import("@digigov/ui/navigation/BackLink").then((module2) => ({default: module2["BackLink"]}))),
277
+ Breadcrumbs: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Breadcrumbs").then((module2) => ({default: module2["Breadcrumbs"]}))),
278
+ BreadcrumbsList: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Breadcrumbs").then((module2) => ({default: module2["BreadcrumbsList"]}))),
279
+ BreadcrumbsListItem: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Breadcrumbs").then((module2) => ({default: module2["BreadcrumbsListItem"]}))),
280
+ Drawer: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Drawer").then((module2) => ({default: module2["Drawer"]}))),
281
+ DrawerHeading: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Drawer").then((module2) => ({default: module2["DrawerHeading"]}))),
282
+ DrawerAuto: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Drawer/auto").then((module2) => ({default: module2["DrawerAuto"]}))),
283
+ DrawerButtonAuto: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Drawer/auto").then((module2) => ({default: module2["DrawerButtonAuto"]}))),
284
+ DrawerContext: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Drawer/auto").then((module2) => ({default: module2["DrawerContext"]}))),
285
+ DrawerHeadingAuto: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Drawer/auto").then((module2) => ({default: module2["DrawerHeadingAuto"]}))),
286
+ DrawerProvider: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Drawer/auto").then((module2) => ({default: module2["DrawerProvider"]}))),
287
+ Dropdown: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Dropdown").then((module2) => ({default: module2["Dropdown"]}))),
288
+ DropdownBase: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Dropdown").then((module2) => ({default: module2["DropdownBase"]}))),
289
+ DropdownButton: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Dropdown").then((module2) => ({default: module2["DropdownButton"]}))),
290
+ DropdownContent: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Dropdown").then((module2) => ({default: module2["DropdownContent"]}))),
291
+ CommonLink: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Link").then((module2) => ({default: module2["CommonLink"]}))),
292
+ Link: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Link").then((module2) => ({default: module2["Link"]}))),
293
+ LinkBase: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Link").then((module2) => ({default: module2["LinkBase"]}))),
294
+ LinkProvider: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Link").then((module2) => ({default: module2["LinkProvider"]}))),
295
+ NavList: (0, import_react.lazy)(() => import("@digigov/ui/navigation/NavList/NavList").then((module2) => ({default: module2["NavList"]}))),
296
+ NavListAuto: (0, import_react.lazy)(() => import("@digigov/ui/navigation/NavList/NavListAuto").then((module2) => ({default: module2["NavListAuto"]}))),
297
+ NavMenuContentList: (0, import_react.lazy)(() => import("@digigov/ui/navigation/NavList/NavMenuContentList").then((module2) => ({default: module2["NavMenuContentList"]}))),
298
+ NavMenuContentListBase: (0, import_react.lazy)(() => import("@digigov/ui/navigation/NavList/NavMenuContentList").then((module2) => ({default: module2["NavMenuContentListBase"]}))),
299
+ Nav: (0, import_react.lazy)(() => import("@digigov/ui/navigation/NavList/Nav").then((module2) => ({default: module2["Nav"]}))),
300
+ NavMenuContainer: (0, import_react.lazy)(() => import("@digigov/ui/navigation/NavList").then((module2) => ({default: module2["NavMenuContainer"]}))),
301
+ NavMenuContent: (0, import_react.lazy)(() => import("@digigov/ui/navigation/NavList").then((module2) => ({default: module2["NavMenuContent"]}))),
302
+ NavMenuContentListItem: (0, import_react.lazy)(() => import("@digigov/ui/navigation/NavList").then((module2) => ({default: module2["NavMenuContentListItem"]}))),
303
+ NavMenuTitle: (0, import_react.lazy)(() => import("@digigov/ui/navigation/NavList").then((module2) => ({default: module2["NavMenuTitle"]}))),
304
+ NavListItemActionContainer: (0, import_react.lazy)(() => import("@digigov/ui/navigation/NavList").then((module2) => ({default: module2["NavListItemActionContainer"]}))),
305
+ NavListItemAction: (0, import_react.lazy)(() => import("@digigov/ui/navigation/NavList").then((module2) => ({default: module2["NavListItemAction"]}))),
306
+ NavListItemLink: (0, import_react.lazy)(() => import("@digigov/ui/navigation/NavList").then((module2) => ({default: module2["NavListItemLink"]}))),
307
+ NavListItemButton: (0, import_react.lazy)(() => import("@digigov/ui/navigation/NavList").then((module2) => ({default: module2["NavListItemButton"]}))),
308
+ PaginationLabel: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Pagination").then((module2) => ({default: module2["PaginationLabel"]}))),
309
+ PaginationLabelContainer: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Pagination").then((module2) => ({default: module2["PaginationLabelContainer"]}))),
310
+ PaginationListItemButton: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Pagination").then((module2) => ({default: module2["PaginationListItemButton"]}))),
311
+ PaginationResultsPerPageSelect: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Pagination").then((module2) => ({default: module2["PaginationResultsPerPageSelect"]}))),
312
+ Pagination: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Pagination").then((module2) => ({default: module2["Pagination"]}))),
313
+ PaginationListItem: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Pagination").then((module2) => ({default: module2["PaginationListItem"]}))),
314
+ PaginationList: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Pagination").then((module2) => ({default: module2["PaginationList"]}))),
315
+ PaginationAuto: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Pagination/auto").then((module2) => ({default: module2["PaginationAuto"]}))),
316
+ PaginationContextAuto: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Pagination/auto").then((module2) => ({default: module2["PaginationContextAuto"]}))),
317
+ PaginationLabelAuto: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Pagination/auto").then((module2) => ({default: module2["PaginationLabelAuto"]}))),
318
+ PaginationListAuto: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Pagination/auto").then((module2) => ({default: module2["PaginationListAuto"]}))),
319
+ PaginationResultsPerPageSelectAuto: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Pagination/auto").then((module2) => ({default: module2["PaginationResultsPerPageSelectAuto"]}))),
320
+ SkipLink: (0, import_react.lazy)(() => import("@digigov/ui/navigation/SkipLink").then((module2) => ({default: module2["SkipLink"]}))),
321
+ Tabs: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Tabs").then((module2) => ({default: module2["Tabs"]}))),
322
+ TabsList: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Tabs").then((module2) => ({default: module2["TabsList"]}))),
323
+ TabsListItemBase: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Tabs").then((module2) => ({default: module2["TabsListItemBase"]}))),
324
+ TabsPanelBase: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Tabs").then((module2) => ({default: module2["TabsPanelBase"]}))),
325
+ TabsHeading: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Tabs").then((module2) => ({default: module2["TabsHeading"]}))),
326
+ TabsAuto: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Tabs/auto").then((module2) => ({default: module2["TabsAuto"]}))),
327
+ TabsContext: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Tabs/auto").then((module2) => ({default: module2["TabsContext"]}))),
328
+ TabsListItem: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Tabs/auto").then((module2) => ({default: module2["TabsListItem"]}))),
329
+ TabsPanel: (0, import_react.lazy)(() => import("@digigov/ui/navigation/Tabs/auto").then((module2) => ({default: module2["TabsPanel"]}))),
330
+ Heading: (0, import_react.lazy)(() => import("@digigov/ui/typography/Heading").then((module2) => ({default: module2["Heading"]}))),
331
+ HeadingCaption: (0, import_react.lazy)(() => import("@digigov/ui/typography/HeadingCaption").then((module2) => ({default: module2["HeadingCaption"]}))),
332
+ Paragraph: (0, import_react.lazy)(() => import("@digigov/ui/typography/Paragraph").then((module2) => ({default: module2["Paragraph"]}))),
333
+ NormalText: (0, import_react.lazy)(() => import("@digigov/ui/typography/NormalText").then((module2) => ({default: module2["NormalText"]}))),
334
+ Hint: (0, import_react.lazy)(() => import("@digigov/ui/typography/Hint").then((module2) => ({default: module2["Hint"]}))),
335
+ Typography: (0, import_react.lazy)(() => import("@digigov/ui/typography/Typography").then((module2) => ({default: module2["Typography"]}))),
336
+ Base: (0, import_react.lazy)(() => import("@digigov/ui/utils/Base").then((module2) => ({default: module2["Base"]}))),
337
+ SvgIcon: (0, import_react.lazy)(() => import("@digigov/ui/utils/SvgIcon").then((module2) => ({default: module2["SvgIcon"]}))),
338
+ VisuallyHidden: (0, import_react.lazy)(() => import("@digigov/ui/utils/VisuallyHidden").then((module2) => ({default: module2["VisuallyHidden"]}))),
339
+ Screen: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Screen").then((module2) => ({default: module2["Screen"]}))),
340
+ Section: (0, import_react.lazy)(() => import("@digigov/ui/layouts/Section").then((module2) => ({default: module2["Section"]}))),
341
+ BackToTop: (0, import_react.lazy)(() => import("@digigov/ui/navigation/BackToTopLink").then((module2) => ({default: module2["BackToTop"]}))),
342
+ BackToTopContainer: (0, import_react.lazy)(() => import("@digigov/ui/navigation/BackToTopLink").then((module2) => ({default: module2["BackToTopContainer"]}))),
343
+ BackToTopLink: (0, import_react.lazy)(() => import("@digigov/ui/navigation/BackToTopLink").then((module2) => ({default: module2["BackToTopLink"]}))),
344
+ BackToTopLimit: (0, import_react.lazy)(() => import("@digigov/ui/navigation/BackToTopLink").then((module2) => ({default: module2["BackToTopLimit"]}))),
345
+ Code: (0, import_react.lazy)(() => import("@digigov/ui/typography/Code").then((module2) => ({default: module2["Code"]}))),
346
+ CodeBlock: (0, import_react.lazy)(() => import("@digigov/ui/typography/CodeBlock").then((module2) => ({default: module2["CodeBlock"]})))
347
+ };
348
+ // Annotate the CommonJS export names for ESM import in node:
349
+ 0 && (module.exports = {});
350
+ //# sourceMappingURL=lazy.js.map