@digigov/ui 2.0.0-0edebf87 → 2.0.0-2177f152

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 (3700) hide show
  1. package/app/App/index.js +11 -10
  2. package/app/App.js.map +7 -0
  3. package/app/BannerContainer/BannerContainer.stories/index.js +12 -7
  4. package/app/BannerContainer/BannerContainer.stories.d.ts +1 -1
  5. package/app/BannerContainer/BannerContainer.stories.js.map +7 -0
  6. package/app/BannerContainer/__stories__/CookiesBanner/index.js +15 -15
  7. package/app/BannerContainer/__stories__/CookiesBanner.d.ts +2 -2
  8. package/app/BannerContainer/__stories__/CookiesBanner.js.map +7 -0
  9. package/app/BannerContainer/index.js +7 -3
  10. package/app/BannerContainer/index.js.map +7 -0
  11. package/app/BottomInfo/index.js +9 -5
  12. package/app/BottomInfo/index.js.map +7 -0
  13. package/app/CloseButton/index.js +7 -3
  14. package/app/CloseButton/index.js.map +7 -0
  15. package/app/FilterContainer/index.js +15 -11
  16. package/app/FilterContainer/index.js.map +7 -0
  17. package/app/Footer/Footer.stories/index.js +27 -15
  18. package/app/Footer/Footer.stories.d.ts +8 -8
  19. package/app/Footer/Footer.stories.js.map +7 -0
  20. package/app/Footer/__stories__/Default/index.js +8 -6
  21. package/app/Footer/__stories__/Default.d.ts +2 -2
  22. package/app/Footer/__stories__/Default.js.map +7 -0
  23. package/app/Footer/__stories__/DefaultCopyright/index.js +22 -16
  24. package/app/Footer/__stories__/DefaultCopyright.d.ts +2 -2
  25. package/app/Footer/__stories__/DefaultCopyright.js.map +7 -0
  26. package/app/Footer/__stories__/FooterAllInclusive/index.js +31 -65
  27. package/app/Footer/__stories__/FooterAllInclusive.d.ts +2 -2
  28. package/app/Footer/__stories__/FooterAllInclusive.js.map +7 -0
  29. package/app/Footer/__stories__/FooterWithLink/index.js +23 -27
  30. package/app/Footer/__stories__/FooterWithLink.d.ts +2 -2
  31. package/app/Footer/__stories__/FooterWithLink.js.map +7 -0
  32. package/app/Footer/__stories__/FooterWithLogo/index.js +24 -25
  33. package/app/Footer/__stories__/FooterWithLogo.d.ts +2 -2
  34. package/app/Footer/__stories__/FooterWithLogo.js.map +7 -0
  35. package/app/Footer/__stories__/FooterWithSecondaryNavigation/index.js +27 -47
  36. package/app/Footer/__stories__/FooterWithSecondaryNavigation.d.ts +2 -2
  37. package/app/Footer/__stories__/FooterWithSecondaryNavigation.js.map +7 -0
  38. package/app/Footer/__stories__/FooterWithText/index.js +22 -28
  39. package/app/Footer/__stories__/FooterWithText.d.ts +2 -2
  40. package/app/Footer/__stories__/FooterWithText.js.map +7 -0
  41. package/app/Footer/__stories__/YearCopyright/index.js +22 -20
  42. package/app/Footer/__stories__/YearCopyright.d.ts +2 -2
  43. package/app/Footer/__stories__/YearCopyright.js.map +7 -0
  44. package/app/Footer/index.js +19 -15
  45. package/app/Footer/index.js.map +7 -0
  46. package/app/Header/Header.stories/index.js +22 -13
  47. package/app/Header/Header.stories.d.ts +5 -5
  48. package/app/Header/Header.stories.js.map +7 -0
  49. package/app/Header/HeaderContent/index.js +7 -3
  50. package/app/Header/HeaderContent.js.map +7 -0
  51. package/app/Header/HeaderLogo/index.js +7 -3
  52. package/app/Header/HeaderLogo.js.map +7 -0
  53. package/app/Header/HeaderNavMenuContent/index.js +7 -3
  54. package/app/Header/HeaderNavMenuContent.js.map +7 -0
  55. package/app/Header/HeaderSecondaryLogo/index.js +7 -3
  56. package/app/Header/HeaderSecondaryLogo.js.map +7 -0
  57. package/app/Header/HeaderSection/index.js +7 -3
  58. package/app/Header/HeaderSection.js.map +7 -0
  59. package/app/Header/HeaderTitle/index.js +7 -3
  60. package/app/Header/HeaderTitle.js.map +7 -0
  61. package/app/Header/__stories__/Default/index.js +11 -11
  62. package/app/Header/__stories__/Default.d.ts +2 -2
  63. package/app/Header/__stories__/Default.js.map +7 -0
  64. package/app/Header/__stories__/WithHeaderNavigation/index.js +24 -34
  65. package/app/Header/__stories__/WithHeaderNavigation.d.ts +2 -2
  66. package/app/Header/__stories__/WithHeaderNavigation.js.map +7 -0
  67. package/app/Header/__stories__/WithNavigation/index.js +30 -51
  68. package/app/Header/__stories__/WithNavigation.d.ts +2 -2
  69. package/app/Header/__stories__/WithNavigation.js.map +7 -0
  70. package/app/Header/__stories__/WithServiceName/index.js +12 -12
  71. package/app/Header/__stories__/WithServiceName.d.ts +2 -2
  72. package/app/Header/__stories__/WithServiceName.js.map +7 -0
  73. package/app/Header/__stories__/WithServiceNameAndLogo/index.js +16 -17
  74. package/app/Header/__stories__/WithServiceNameAndLogo.d.ts +2 -2
  75. package/app/Header/__stories__/WithServiceNameAndLogo.js.map +7 -0
  76. package/app/Header/index.js +13 -9
  77. package/app/Header/index.js.map +7 -0
  78. package/app/Header/interaction.test.d.ts +1 -0
  79. package/app/Loader/Loader.stories/index.js +12 -5
  80. package/app/Loader/Loader.stories.d.ts +2 -1
  81. package/app/Loader/Loader.stories.js.map +7 -0
  82. package/app/Loader/__stories__/Default/index.js +10 -6
  83. package/app/Loader/__stories__/Default.d.ts +2 -2
  84. package/app/Loader/__stories__/Default.js.map +7 -0
  85. package/app/Loader/__stories__/FullPageLoader/index.js +13 -0
  86. package/app/Loader/__stories__/FullPageLoader/package.json +6 -0
  87. package/app/Loader/__stories__/FullPageLoader.d.ts +2 -0
  88. package/app/Loader/__stories__/FullPageLoader.js.map +7 -0
  89. package/app/Loader/index.d.ts +1 -1
  90. package/app/Loader/index.js +9 -5
  91. package/app/Loader/index.js.map +7 -0
  92. package/app/Loader/index.native/index.js +102 -0
  93. package/app/Loader/index.native/package.json +6 -0
  94. package/app/Loader/index.native.d.ts +3 -0
  95. package/app/Loader/index.native.js.map +7 -0
  96. package/app/Loader/index.web/index.js +2 -0
  97. package/app/Loader/index.web/package.json +6 -0
  98. package/app/Loader/index.web.d.ts +1 -0
  99. package/app/Loader/index.web.js.map +7 -0
  100. package/app/Masthead/Masthead.stories/index.js +19 -10
  101. package/app/Masthead/Masthead.stories.d.ts +4 -3
  102. package/app/Masthead/Masthead.stories.js.map +7 -0
  103. package/app/Masthead/__stories__/Default/index.js +12 -12
  104. package/app/Masthead/__stories__/Default.d.ts +2 -2
  105. package/app/Masthead/__stories__/Default.js.map +7 -0
  106. package/app/Masthead/__stories__/Secondary/index.js +13 -0
  107. package/app/Masthead/__stories__/Secondary/package.json +6 -0
  108. package/app/Masthead/__stories__/Secondary.d.ts +3 -0
  109. package/app/Masthead/__stories__/Secondary.js.map +7 -0
  110. package/app/Masthead/__stories__/WithElements/index.js +15 -18
  111. package/app/Masthead/__stories__/WithElements.d.ts +2 -2
  112. package/app/Masthead/__stories__/WithElements.js.map +7 -0
  113. package/app/Masthead/__stories__/WithLogo/index.js +13 -16
  114. package/app/Masthead/__stories__/WithLogo.d.ts +2 -2
  115. package/app/Masthead/__stories__/WithLogo.js.map +7 -0
  116. package/app/Masthead/index.js +9 -5
  117. package/app/Masthead/index.js.map +7 -0
  118. package/app/Modal/Modal.stories/index.js +22 -12
  119. package/app/Modal/Modal.stories.d.ts +6 -6
  120. package/app/Modal/Modal.stories.js.map +7 -0
  121. package/app/Modal/__stories__/AlertDialog/index.js +47 -38
  122. package/app/Modal/__stories__/AlertDialog.d.ts +2 -2
  123. package/app/Modal/__stories__/AlertDialog.js.map +7 -0
  124. package/app/Modal/__stories__/Auto/index.js +19 -44
  125. package/app/Modal/__stories__/Auto.d.ts +2 -2
  126. package/app/Modal/__stories__/Auto.js.map +7 -0
  127. package/app/Modal/__stories__/Default/index.js +37 -36
  128. package/app/Modal/__stories__/Default.d.ts +2 -2
  129. package/app/Modal/__stories__/Default.js.map +7 -0
  130. package/app/Modal/__stories__/Dense/index.js +37 -37
  131. package/app/Modal/__stories__/Dense.d.ts +2 -2
  132. package/app/Modal/__stories__/Dense.js.map +7 -0
  133. package/app/Modal/__stories__/WithHooks/index.js +32 -28
  134. package/app/Modal/__stories__/WithHooks.d.ts +2 -2
  135. package/app/Modal/__stories__/WithHooks.js.map +7 -0
  136. package/app/Modal/__stories__/WithoutModalGaps/index.js +37 -35
  137. package/app/Modal/__stories__/WithoutModalGaps.d.ts +2 -2
  138. package/app/Modal/__stories__/WithoutModalGaps.js.map +7 -0
  139. package/app/Modal/auto/index.js +49 -55
  140. package/app/Modal/auto.d.ts +4 -4
  141. package/app/Modal/auto.js.map +7 -0
  142. package/app/Modal/hooks/index.js +60 -53
  143. package/app/Modal/hooks.js.map +7 -0
  144. package/app/Modal/index.d.ts +2 -8
  145. package/app/Modal/index.js +13 -60
  146. package/app/Modal/index.js.map +7 -0
  147. package/app/Modal/index.native/index.js +20 -0
  148. package/app/Modal/index.native/package.json +6 -0
  149. package/app/Modal/index.native.d.ts +7 -0
  150. package/app/Modal/index.native.js.map +7 -0
  151. package/app/Modal/index.web/index.js +51 -0
  152. package/app/Modal/index.web/package.json +6 -0
  153. package/app/Modal/index.web.d.ts +8 -0
  154. package/app/Modal/index.web.js.map +7 -0
  155. package/app/NotFound/NotFound.stories/index.js +10 -5
  156. package/app/NotFound/NotFound.stories.d.ts +1 -1
  157. package/app/NotFound/NotFound.stories.js.map +7 -0
  158. package/app/NotFound/__stories__/Default/index.js +8 -6
  159. package/app/NotFound/__stories__/Default.d.ts +2 -2
  160. package/app/NotFound/__stories__/Default.js.map +7 -0
  161. package/app/NotFound/index.js +14 -10
  162. package/app/NotFound/index.js.map +7 -0
  163. package/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion/index.js +283 -166
  164. package/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion.js.map +7 -0
  165. package/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck/index.js +22 -20
  166. package/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck.js.map +7 -0
  167. package/app/OutdatedBrowserBanner/index.d.ts +0 -1
  168. package/app/OutdatedBrowserBanner/index.js +17 -21
  169. package/app/OutdatedBrowserBanner/index.js.map +7 -0
  170. package/app/PageTitleContainer/index.js +9 -5
  171. package/app/PageTitleContainer/index.js.map +7 -0
  172. package/app/Panel/Panel.stories/index.js +12 -7
  173. package/app/Panel/Panel.stories.d.ts +1 -1
  174. package/app/Panel/Panel.stories.js.map +7 -0
  175. package/app/Panel/__stories__/Default/index.js +8 -6
  176. package/app/Panel/__stories__/Default.d.ts +2 -2
  177. package/app/Panel/__stories__/Default.js.map +7 -0
  178. package/app/Panel/index.js +9 -5
  179. package/app/Panel/index.js.map +7 -0
  180. package/app/PhaseBannerHeader/PhaseBannerHeader.stories/index.js +10 -5
  181. package/app/PhaseBannerHeader/PhaseBannerHeader.stories.d.ts +1 -1
  182. package/app/PhaseBannerHeader/PhaseBannerHeader.stories.js.map +7 -0
  183. package/app/PhaseBannerHeader/__stories__/Default/index.js +14 -9
  184. package/app/PhaseBannerHeader/__stories__/Default.d.ts +2 -2
  185. package/app/PhaseBannerHeader/__stories__/Default.js.map +7 -0
  186. package/app/PhaseBannerHeader/index.d.ts +1 -1
  187. package/app/PhaseBannerHeader/index.js +14 -17
  188. package/app/PhaseBannerHeader/index.js.map +7 -0
  189. package/app/QrCodeScanner/QrCodeScanner.stories/index.js +10 -5
  190. package/app/QrCodeScanner/QrCodeScanner.stories.d.ts +1 -1
  191. package/app/QrCodeScanner/QrCodeScanner.stories.js.map +7 -0
  192. package/app/QrCodeScanner/__stories__/Default/index.js +29 -39
  193. package/app/QrCodeScanner/__stories__/Default.d.ts +2 -2
  194. package/app/QrCodeScanner/__stories__/Default.js.map +7 -0
  195. package/app/QrCodeScanner/index.d.ts +1 -0
  196. package/app/QrCodeScanner/index.js +49 -50
  197. package/app/QrCodeScanner/index.js.map +7 -0
  198. package/app/QrCodeViewer/QRCode.stories/index.js +12 -6
  199. package/app/QrCodeViewer/QRCode.stories.d.ts +2 -2
  200. package/app/QrCodeViewer/QRCode.stories.js.map +7 -0
  201. package/app/QrCodeViewer/__stories__/Custom/index.js +19 -13
  202. package/app/QrCodeViewer/__stories__/Custom.d.ts +2 -2
  203. package/app/QrCodeViewer/__stories__/Custom.js.map +7 -0
  204. package/app/QrCodeViewer/__stories__/Default/index.js +8 -8
  205. package/app/QrCodeViewer/__stories__/Default.d.ts +2 -2
  206. package/app/QrCodeViewer/__stories__/Default.js.map +7 -0
  207. package/app/QrCodeViewer/index.js +94 -97
  208. package/app/QrCodeViewer/index.js.map +7 -0
  209. package/app/QrCodeViewer/qrcodegen/index.js +993 -943
  210. package/app/QrCodeViewer/qrcodegen.js.map +7 -0
  211. package/app/QrCodeViewer/types/index.js +1 -1
  212. package/app/QrCodeViewer/types.d.ts +6 -6
  213. package/app/QrCodeViewer/types.js.map +7 -0
  214. package/app/QrCodeViewer/utils/index.js +42 -54
  215. package/app/QrCodeViewer/utils.js.map +7 -0
  216. package/app/Skeleton/Skeleton.stories/index.js +27 -15
  217. package/app/Skeleton/Skeleton.stories.d.ts +9 -10
  218. package/app/Skeleton/Skeleton.stories.js.map +7 -0
  219. package/app/Skeleton/__stories__/Button/index.js +8 -8
  220. package/app/Skeleton/__stories__/Button.d.ts +2 -2
  221. package/app/Skeleton/__stories__/Button.js.map +7 -0
  222. package/app/Skeleton/__stories__/Circular/index.js +8 -10
  223. package/app/Skeleton/__stories__/Circular.d.ts +2 -2
  224. package/app/Skeleton/__stories__/Circular.js.map +7 -0
  225. package/app/Skeleton/__stories__/Default/index.js +8 -6
  226. package/app/Skeleton/__stories__/Default.d.ts +2 -2
  227. package/app/Skeleton/__stories__/Default.js.map +7 -0
  228. package/app/Skeleton/__stories__/NoAnimation/index.js +8 -8
  229. package/app/Skeleton/__stories__/NoAnimation.d.ts +2 -2
  230. package/app/Skeleton/__stories__/NoAnimation.js.map +7 -0
  231. package/app/Skeleton/__stories__/Rectangular/index.js +8 -9
  232. package/app/Skeleton/__stories__/Rectangular.d.ts +2 -2
  233. package/app/Skeleton/__stories__/Rectangular.js.map +7 -0
  234. package/app/Skeleton/__stories__/SpecificWidthAndHeight/index.js +8 -9
  235. package/app/Skeleton/__stories__/SpecificWidthAndHeight.d.ts +2 -2
  236. package/app/Skeleton/__stories__/SpecificWidthAndHeight.js.map +7 -0
  237. package/app/Skeleton/__stories__/TextSizes/index.js +8 -25
  238. package/app/Skeleton/__stories__/TextSizes.d.ts +2 -2
  239. package/app/Skeleton/__stories__/TextSizes.js.map +7 -0
  240. package/app/Skeleton/__stories__/UnderTypography/index.js +10 -9
  241. package/app/Skeleton/__stories__/UnderTypography.d.ts +2 -2
  242. package/app/Skeleton/__stories__/UnderTypography.js.map +7 -0
  243. package/app/Skeleton/__stories__/WithChildren/index.js +9 -7
  244. package/app/Skeleton/__stories__/WithChildren.d.ts +2 -2
  245. package/app/Skeleton/__stories__/WithChildren.js.map +7 -0
  246. package/app/Skeleton/index.js +7 -3
  247. package/app/Skeleton/index.js.map +7 -0
  248. package/app/Skeleton/index.test.d.ts +1 -0
  249. package/app/ThemeOptions/index.d.ts +1 -1
  250. package/app/ThemeOptions/index.js +156 -206
  251. package/app/ThemeOptions/index.js.map +7 -0
  252. package/app/hooks/useFontSize/index.js +21 -7
  253. package/app/hooks/useFontSize.js.map +7 -0
  254. package/app/hooks/useHighlightLinks/index.js +29 -24
  255. package/app/hooks/useHighlightLinks.js.map +7 -0
  256. package/app/hooks/useLetterSpacing/index.js +17 -7
  257. package/app/hooks/useLetterSpacing.js.map +7 -0
  258. package/app/hooks/useLineHeight/index.js +21 -7
  259. package/app/hooks/useLineHeight.js.map +7 -0
  260. package/app/hooks/useTheme/index.js +39 -30
  261. package/app/hooks/useTheme.js.map +7 -0
  262. package/app/hooks/useVariantVars/index.js +18 -17
  263. package/app/hooks/useVariantVars.js.map +7 -0
  264. package/app/index.js +17 -16
  265. package/app/index.js.map +7 -0
  266. package/cjs/app/App/index.js +43 -18
  267. package/cjs/app/App.js.map +7 -0
  268. package/cjs/app/BannerContainer/BannerContainer.stories/index.js +45 -26
  269. package/cjs/app/BannerContainer/BannerContainer.stories.js.map +7 -0
  270. package/cjs/app/BannerContainer/__stories__/CookiesBanner/index.js +47 -24
  271. package/cjs/app/BannerContainer/__stories__/CookiesBanner.js.map +7 -0
  272. package/cjs/app/BannerContainer/index.js +38 -13
  273. package/cjs/app/BannerContainer/index.js.map +7 -0
  274. package/cjs/app/BottomInfo/index.js +41 -38
  275. package/cjs/app/BottomInfo/index.js.map +7 -0
  276. package/cjs/app/CloseButton/index.js +39 -21
  277. package/cjs/app/CloseButton/index.js.map +7 -0
  278. package/cjs/app/FilterContainer/index.js +57 -119
  279. package/cjs/app/FilterContainer/index.js.map +7 -0
  280. package/cjs/app/Footer/Footer.stories/index.js +67 -111
  281. package/cjs/app/Footer/Footer.stories.js.map +7 -0
  282. package/cjs/app/Footer/__stories__/Default/index.js +41 -13
  283. package/cjs/app/Footer/__stories__/Default.js.map +7 -0
  284. package/cjs/app/Footer/__stories__/DefaultCopyright/index.js +45 -22
  285. package/cjs/app/Footer/__stories__/DefaultCopyright.js.map +7 -0
  286. package/cjs/app/Footer/__stories__/FooterAllInclusive/index.js +49 -71
  287. package/cjs/app/Footer/__stories__/FooterAllInclusive.js.map +7 -0
  288. package/cjs/app/Footer/__stories__/FooterWithLink/index.js +46 -33
  289. package/cjs/app/Footer/__stories__/FooterWithLink.js.map +7 -0
  290. package/cjs/app/Footer/__stories__/FooterWithLogo/index.js +48 -31
  291. package/cjs/app/Footer/__stories__/FooterWithLogo.js.map +7 -0
  292. package/cjs/app/Footer/__stories__/FooterWithSecondaryNavigation/index.js +47 -53
  293. package/cjs/app/Footer/__stories__/FooterWithSecondaryNavigation.js.map +7 -0
  294. package/cjs/app/Footer/__stories__/FooterWithText/index.js +46 -34
  295. package/cjs/app/Footer/__stories__/FooterWithText.js.map +7 -0
  296. package/cjs/app/Footer/__stories__/YearCopyright/index.js +45 -26
  297. package/cjs/app/Footer/__stories__/YearCopyright.js.map +7 -0
  298. package/cjs/app/Footer/index.js +63 -165
  299. package/cjs/app/Footer/index.js.map +7 -0
  300. package/cjs/app/Header/Header.stories/index.js +60 -77
  301. package/cjs/app/Header/Header.stories.js.map +7 -0
  302. package/cjs/app/Header/HeaderContent/index.js +38 -13
  303. package/cjs/app/Header/HeaderContent.js.map +7 -0
  304. package/cjs/app/Header/HeaderLogo/index.js +39 -21
  305. package/cjs/app/Header/HeaderLogo.js.map +7 -0
  306. package/cjs/app/Header/HeaderNavMenuContent/index.js +38 -13
  307. package/cjs/app/Header/HeaderNavMenuContent.js.map +7 -0
  308. package/cjs/app/Header/HeaderSecondaryLogo/index.js +38 -13
  309. package/cjs/app/Header/HeaderSecondaryLogo.js.map +7 -0
  310. package/cjs/app/Header/HeaderSection/index.js +39 -21
  311. package/cjs/app/Header/HeaderSection.js.map +7 -0
  312. package/cjs/app/Header/HeaderTitle/index.js +39 -21
  313. package/cjs/app/Header/HeaderTitle.js.map +7 -0
  314. package/cjs/app/Header/__stories__/Default/index.js +44 -18
  315. package/cjs/app/Header/__stories__/Default.js.map +7 -0
  316. package/cjs/app/Header/__stories__/WithHeaderNavigation/index.js +52 -40
  317. package/cjs/app/Header/__stories__/WithHeaderNavigation.js.map +7 -0
  318. package/cjs/app/Header/__stories__/WithNavigation/index.js +62 -60
  319. package/cjs/app/Header/__stories__/WithNavigation.js.map +7 -0
  320. package/cjs/app/Header/__stories__/WithServiceName/index.js +45 -19
  321. package/cjs/app/Header/__stories__/WithServiceName.js.map +7 -0
  322. package/cjs/app/Header/__stories__/WithServiceNameAndLogo/index.js +48 -23
  323. package/cjs/app/Header/__stories__/WithServiceNameAndLogo.js.map +7 -0
  324. package/cjs/app/Header/index.js +53 -95
  325. package/cjs/app/Header/index.js.map +7 -0
  326. package/cjs/app/Loader/Loader.stories/index.js +46 -24
  327. package/cjs/app/Loader/Loader.stories.js.map +7 -0
  328. package/cjs/app/Loader/__stories__/Default/index.js +42 -12
  329. package/cjs/app/Loader/__stories__/Default.js.map +7 -0
  330. package/cjs/app/Loader/__stories__/FullPageLoader/index.js +42 -0
  331. package/cjs/app/Loader/__stories__/FullPageLoader.js.map +7 -0
  332. package/cjs/app/Loader/index.js +43 -45
  333. package/cjs/app/Loader/index.js.map +7 -0
  334. package/cjs/app/Loader/index.native/index.js +135 -0
  335. package/cjs/app/Loader/index.native.js.map +7 -0
  336. package/cjs/app/Loader/index.web/index.js +22 -0
  337. package/cjs/app/Loader/index.web.js.map +7 -0
  338. package/cjs/app/Masthead/Masthead.stories/index.js +55 -51
  339. package/cjs/app/Masthead/Masthead.stories.js.map +7 -0
  340. package/cjs/app/Masthead/__stories__/Default/index.js +45 -19
  341. package/cjs/app/Masthead/__stories__/Default.js.map +7 -0
  342. package/cjs/app/Masthead/__stories__/Secondary/index.js +46 -0
  343. package/cjs/app/Masthead/__stories__/Secondary.js.map +7 -0
  344. package/cjs/app/Masthead/__stories__/WithElements/index.js +48 -25
  345. package/cjs/app/Masthead/__stories__/WithElements.js.map +7 -0
  346. package/cjs/app/Masthead/__stories__/WithLogo/index.js +46 -23
  347. package/cjs/app/Masthead/__stories__/WithLogo.js.map +7 -0
  348. package/cjs/app/Masthead/index.js +43 -45
  349. package/cjs/app/Masthead/index.js.map +7 -0
  350. package/cjs/app/Modal/Modal.stories/index.js +60 -86
  351. package/cjs/app/Modal/Modal.stories.js.map +7 -0
  352. package/cjs/app/Modal/__stories__/AlertDialog/index.js +74 -47
  353. package/cjs/app/Modal/__stories__/AlertDialog.js.map +7 -0
  354. package/cjs/app/Modal/__stories__/Auto/index.js +47 -50
  355. package/cjs/app/Modal/__stories__/Auto.js.map +7 -0
  356. package/cjs/app/Modal/__stories__/Default/index.js +64 -45
  357. package/cjs/app/Modal/__stories__/Default.js.map +7 -0
  358. package/cjs/app/Modal/__stories__/Dense/index.js +64 -46
  359. package/cjs/app/Modal/__stories__/Dense.js.map +7 -0
  360. package/cjs/app/Modal/__stories__/WithHooks/index.js +59 -34
  361. package/cjs/app/Modal/__stories__/WithHooks.js.map +7 -0
  362. package/cjs/app/Modal/__stories__/WithoutModalGaps/index.js +64 -44
  363. package/cjs/app/Modal/__stories__/WithoutModalGaps.js.map +7 -0
  364. package/cjs/app/Modal/auto/index.js +85 -64
  365. package/cjs/app/Modal/auto.js.map +7 -0
  366. package/cjs/app/Modal/hooks/index.js +92 -62
  367. package/cjs/app/Modal/hooks.js.map +7 -0
  368. package/cjs/app/Modal/index.js +51 -136
  369. package/cjs/app/Modal/index.js.map +7 -0
  370. package/cjs/app/Modal/index.native/index.js +53 -0
  371. package/cjs/app/Modal/index.native.js.map +7 -0
  372. package/cjs/app/Modal/index.web/index.js +85 -0
  373. package/cjs/app/Modal/index.web.js.map +7 -0
  374. package/cjs/app/NotFound/NotFound.stories/index.js +43 -24
  375. package/cjs/app/NotFound/NotFound.stories.js.map +7 -0
  376. package/cjs/app/NotFound/__stories__/Default/index.js +41 -13
  377. package/cjs/app/NotFound/__stories__/Default.js.map +7 -0
  378. package/cjs/app/NotFound/index.js +46 -16
  379. package/cjs/app/NotFound/index.js.map +7 -0
  380. package/cjs/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion/index.js +305 -173
  381. package/cjs/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion.js.map +7 -0
  382. package/cjs/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck/index.js +54 -27
  383. package/cjs/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck.js.map +7 -0
  384. package/cjs/app/OutdatedBrowserBanner/index.js +50 -41
  385. package/cjs/app/OutdatedBrowserBanner/index.js.map +7 -0
  386. package/cjs/app/PageTitleContainer/index.js +43 -45
  387. package/cjs/app/PageTitleContainer/index.js.map +7 -0
  388. package/cjs/app/Panel/Panel.stories/index.js +45 -26
  389. package/cjs/app/Panel/Panel.stories.js.map +7 -0
  390. package/cjs/app/Panel/__stories__/Default/index.js +41 -13
  391. package/cjs/app/Panel/__stories__/Default.js.map +7 -0
  392. package/cjs/app/Panel/index.js +43 -45
  393. package/cjs/app/Panel/index.js.map +7 -0
  394. package/cjs/app/PhaseBannerHeader/PhaseBannerHeader.stories/index.js +43 -24
  395. package/cjs/app/PhaseBannerHeader/PhaseBannerHeader.stories.js.map +7 -0
  396. package/cjs/app/PhaseBannerHeader/__stories__/Default/index.js +46 -15
  397. package/cjs/app/PhaseBannerHeader/__stories__/Default.js.map +7 -0
  398. package/cjs/app/PhaseBannerHeader/index.js +46 -23
  399. package/cjs/app/PhaseBannerHeader/index.js.map +7 -0
  400. package/cjs/app/QrCodeScanner/QrCodeScanner.stories/index.js +43 -24
  401. package/cjs/app/QrCodeScanner/QrCodeScanner.stories.js.map +7 -0
  402. package/cjs/app/QrCodeScanner/__stories__/Default/index.js +61 -48
  403. package/cjs/app/QrCodeScanner/__stories__/Default.js.map +7 -0
  404. package/cjs/app/QrCodeScanner/index.js +81 -61
  405. package/cjs/app/QrCodeScanner/index.js.map +7 -0
  406. package/cjs/app/QrCodeViewer/QRCode.stories/index.js +46 -36
  407. package/cjs/app/QrCodeViewer/QRCode.stories.js.map +7 -0
  408. package/cjs/app/QrCodeViewer/__stories__/Custom/index.js +52 -20
  409. package/cjs/app/QrCodeViewer/__stories__/Custom.js.map +7 -0
  410. package/cjs/app/QrCodeViewer/__stories__/Default/index.js +41 -15
  411. package/cjs/app/QrCodeViewer/__stories__/Default.js.map +7 -0
  412. package/cjs/app/QrCodeViewer/index.js +127 -112
  413. package/cjs/app/QrCodeViewer/index.js.map +7 -0
  414. package/cjs/app/QrCodeViewer/qrcodegen/index.js +1013 -948
  415. package/cjs/app/QrCodeViewer/qrcodegen.js.map +7 -0
  416. package/cjs/app/QrCodeViewer/types/index.js +16 -5
  417. package/cjs/app/QrCodeViewer/types.js.map +7 -0
  418. package/cjs/app/QrCodeViewer/utils/index.js +65 -60
  419. package/cjs/app/QrCodeViewer/utils.js.map +7 -0
  420. package/cjs/app/Skeleton/Skeleton.stories/index.js +68 -121
  421. package/cjs/app/Skeleton/Skeleton.stories.js.map +7 -0
  422. package/cjs/app/Skeleton/__stories__/Button/index.js +40 -14
  423. package/cjs/app/Skeleton/__stories__/Button.js.map +7 -0
  424. package/cjs/app/Skeleton/__stories__/Circular/index.js +40 -16
  425. package/cjs/app/Skeleton/__stories__/Circular.js.map +7 -0
  426. package/cjs/app/Skeleton/__stories__/Default/index.js +41 -13
  427. package/cjs/app/Skeleton/__stories__/Default.js.map +7 -0
  428. package/cjs/app/Skeleton/__stories__/NoAnimation/index.js +40 -14
  429. package/cjs/app/Skeleton/__stories__/NoAnimation.js.map +7 -0
  430. package/cjs/app/Skeleton/__stories__/Rectangular/index.js +40 -15
  431. package/cjs/app/Skeleton/__stories__/Rectangular.js.map +7 -0
  432. package/cjs/app/Skeleton/__stories__/SpecificWidthAndHeight/index.js +40 -15
  433. package/cjs/app/Skeleton/__stories__/SpecificWidthAndHeight.js.map +7 -0
  434. package/cjs/app/Skeleton/__stories__/TextSizes/index.js +40 -31
  435. package/cjs/app/Skeleton/__stories__/TextSizes.js.map +7 -0
  436. package/cjs/app/Skeleton/__stories__/UnderTypography/index.js +43 -16
  437. package/cjs/app/Skeleton/__stories__/UnderTypography.js.map +7 -0
  438. package/cjs/app/Skeleton/__stories__/WithChildren/index.js +42 -14
  439. package/cjs/app/Skeleton/__stories__/WithChildren.js.map +7 -0
  440. package/cjs/app/Skeleton/index.js +39 -21
  441. package/cjs/app/Skeleton/index.js.map +7 -0
  442. package/cjs/app/ThemeOptions/index.js +185 -215
  443. package/cjs/app/ThemeOptions/index.js.map +7 -0
  444. package/cjs/app/hooks/useFontSize/index.js +54 -14
  445. package/cjs/app/hooks/useFontSize.js.map +7 -0
  446. package/cjs/app/hooks/useHighlightLinks/index.js +51 -30
  447. package/cjs/app/hooks/useHighlightLinks.js.map +7 -0
  448. package/cjs/app/hooks/useLetterSpacing/index.js +50 -14
  449. package/cjs/app/hooks/useLetterSpacing.js.map +7 -0
  450. package/cjs/app/hooks/useLineHeight/index.js +54 -14
  451. package/cjs/app/hooks/useLineHeight.js.map +7 -0
  452. package/cjs/app/hooks/useTheme/index.js +61 -36
  453. package/cjs/app/hooks/useTheme.js.map +7 -0
  454. package/cjs/app/hooks/useVariantVars/index.js +36 -23
  455. package/cjs/app/hooks/useVariantVars.js.map +7 -0
  456. package/cjs/app/index.js +52 -181
  457. package/cjs/app/index.js.map +7 -0
  458. package/cjs/content/Accordion/Accordion.stories/index.js +55 -63
  459. package/cjs/content/Accordion/Accordion.stories.js.map +7 -0
  460. package/cjs/content/Accordion/__stories__/Auto/index.js +48 -43
  461. package/cjs/content/Accordion/__stories__/Auto.js.map +7 -0
  462. package/cjs/content/Accordion/__stories__/Default/index.js +45 -35
  463. package/cjs/content/Accordion/__stories__/Default.js.map +7 -0
  464. package/cjs/content/Accordion/__stories__/WithHints/index.js +46 -36
  465. package/cjs/content/Accordion/__stories__/WithHints.js.map +7 -0
  466. package/cjs/content/Accordion/__stories__/WithHook/index.js +53 -56
  467. package/cjs/content/Accordion/__stories__/WithHook.js.map +7 -0
  468. package/cjs/content/Accordion/auto/index.js +94 -61
  469. package/cjs/content/Accordion/auto.js.map +7 -0
  470. package/cjs/content/Accordion/hooks/index.js +142 -125
  471. package/cjs/content/Accordion/hooks.js.map +7 -0
  472. package/cjs/content/Accordion/index.js +53 -108
  473. package/cjs/content/Accordion/index.js.map +7 -0
  474. package/cjs/content/Blockquote/Blockquote.stories/index.js +48 -38
  475. package/cjs/content/Blockquote/Blockquote.stories.js.map +7 -0
  476. package/cjs/content/Blockquote/__stories__/Default/index.js +41 -13
  477. package/cjs/content/Blockquote/__stories__/Default.js.map +7 -0
  478. package/cjs/content/Blockquote/__stories__/Dense/index.js +41 -15
  479. package/cjs/content/Blockquote/__stories__/Dense.js.map +7 -0
  480. package/cjs/content/Blockquote/index.js +39 -21
  481. package/cjs/content/Blockquote/index.js.map +7 -0
  482. package/cjs/content/Card/Card.stories/index.js +76 -147
  483. package/cjs/content/Card/Card.stories.js.map +7 -0
  484. package/cjs/content/Card/__stories__/Default/index.js +42 -14
  485. package/cjs/content/Card/__stories__/Default.js.map +7 -0
  486. package/cjs/content/Card/__stories__/Dense/index.js +42 -18
  487. package/cjs/content/Card/__stories__/Dense.js.map +7 -0
  488. package/cjs/content/Card/__stories__/WithClickableContent/index.js +42 -18
  489. package/cjs/content/Card/__stories__/WithClickableContent.js.map +7 -0
  490. package/cjs/content/Card/__stories__/WithClickableLink/index.js +42 -16
  491. package/cjs/content/Card/__stories__/WithClickableLink.js.map +7 -0
  492. package/cjs/content/Card/__stories__/WithDarkBorder/index.js +42 -17
  493. package/cjs/content/Card/__stories__/WithDarkBorder.js.map +7 -0
  494. package/cjs/content/Card/__stories__/WithDarkTopBorder/index.js +42 -17
  495. package/cjs/content/Card/__stories__/WithDarkTopBorder.js.map +7 -0
  496. package/cjs/content/Card/__stories__/WithDivider/index.js +42 -16
  497. package/cjs/content/Card/__stories__/WithDivider.js.map +7 -0
  498. package/cjs/content/Card/__stories__/WithGrayBorder/index.js +42 -17
  499. package/cjs/content/Card/__stories__/WithGrayBorder.js.map +7 -0
  500. package/cjs/content/Card/__stories__/WithGrayTopBorder/index.js +42 -17
  501. package/cjs/content/Card/__stories__/WithGrayTopBorder.js.map +7 -0
  502. package/cjs/content/Card/__stories__/WithGroupButton/index.js +43 -15
  503. package/cjs/content/Card/__stories__/WithGroupButton.js.map +7 -0
  504. package/cjs/content/Card/__stories__/WithLink/index.js +42 -14
  505. package/cjs/content/Card/__stories__/WithLink.js.map +7 -0
  506. package/cjs/content/Card/index.js +45 -57
  507. package/cjs/content/Card/index.js.map +7 -0
  508. package/cjs/content/Chip/Chip.stories/index.js +55 -72
  509. package/cjs/content/Chip/Chip.stories.js.map +7 -0
  510. package/cjs/content/Chip/__stories__/ClickableChip/index.js +48 -15
  511. package/cjs/content/Chip/__stories__/ClickableChip.js.map +7 -0
  512. package/cjs/content/Chip/__stories__/ClickableDeletableChip/index.js +50 -17
  513. package/cjs/content/Chip/__stories__/ClickableDeletableChip.js.map +7 -0
  514. package/cjs/content/Chip/__stories__/Default/index.js +41 -13
  515. package/cjs/content/Chip/__stories__/Default.js.map +7 -0
  516. package/cjs/content/Chip/__stories__/DeletableChip/index.js +48 -15
  517. package/cjs/content/Chip/__stories__/DeletableChip.js.map +7 -0
  518. package/cjs/content/Chip/__stories__/GroupOfChips/index.js +41 -16
  519. package/cjs/content/Chip/__stories__/GroupOfChips.js.map +7 -0
  520. package/cjs/content/Chip/index.js +45 -57
  521. package/cjs/content/Chip/index.js.map +7 -0
  522. package/cjs/content/Details/Details.stories/index.js +45 -26
  523. package/cjs/content/Details/Details.stories.js.map +7 -0
  524. package/cjs/content/Details/__stories__/Default/index.js +41 -13
  525. package/cjs/content/Details/__stories__/Default.js.map +7 -0
  526. package/cjs/content/Details/index.js +43 -45
  527. package/cjs/content/Details/index.js.map +7 -0
  528. package/cjs/content/FillableText/index.js +41 -33
  529. package/cjs/content/FillableText/index.js.map +7 -0
  530. package/cjs/content/List/List/index.js +39 -21
  531. package/cjs/content/List/List.js.map +7 -0
  532. package/cjs/content/List/List.stories/index.js +60 -86
  533. package/cjs/content/List/List.stories.js.map +7 -0
  534. package/cjs/content/List/ListItem/index.js +38 -13
  535. package/cjs/content/List/ListItem.js.map +7 -0
  536. package/cjs/content/List/__stories__/BulletList/index.js +42 -16
  537. package/cjs/content/List/__stories__/BulletList.js.map +7 -0
  538. package/cjs/content/List/__stories__/Default/index.js +42 -14
  539. package/cjs/content/List/__stories__/Default.js.map +7 -0
  540. package/cjs/content/List/__stories__/HorizontalList/index.js +43 -17
  541. package/cjs/content/List/__stories__/HorizontalList.js.map +7 -0
  542. package/cjs/content/List/__stories__/NestedBulletList/index.js +42 -24
  543. package/cjs/content/List/__stories__/NestedBulletList.js.map +7 -0
  544. package/cjs/content/List/__stories__/NumberedList/index.js +42 -16
  545. package/cjs/content/List/__stories__/NumberedList.js.map +7 -0
  546. package/cjs/content/List/__stories__/WithExtraSpace/index.js +42 -16
  547. package/cjs/content/List/__stories__/WithExtraSpace.js.map +7 -0
  548. package/cjs/content/List/index.js +29 -33
  549. package/cjs/content/List/index.js.map +7 -0
  550. package/cjs/content/Markdown/Markdown.stories/index.js +46 -0
  551. package/cjs/content/Markdown/Markdown.stories.js.map +7 -0
  552. package/cjs/content/Markdown/__stories__/Default/index.js +63 -0
  553. package/cjs/content/Markdown/__stories__/Default.js.map +7 -0
  554. package/cjs/content/Markdown/index.js +48 -16
  555. package/cjs/content/Markdown/index.js.map +7 -0
  556. package/cjs/content/Markdown/useMarkdownToHTML/index.js +82 -63
  557. package/cjs/content/Markdown/useMarkdownToHTML.js.map +7 -0
  558. package/cjs/content/SafeHTML/SafeHTML.stories/index.js +46 -0
  559. package/cjs/content/SafeHTML/SafeHTML.stories.js.map +7 -0
  560. package/cjs/content/SafeHTML/__stories__/Default/index.js +61 -0
  561. package/cjs/content/SafeHTML/__stories__/Default.js.map +7 -0
  562. package/cjs/content/SafeHTML/index.js +101 -78
  563. package/cjs/content/SafeHTML/index.js.map +7 -0
  564. package/cjs/content/StepNav/StepNav.stories/index.js +56 -73
  565. package/cjs/content/StepNav/StepNav.stories.js.map +7 -0
  566. package/cjs/content/StepNav/__stories__/Auto/index.js +159 -131
  567. package/cjs/content/StepNav/__stories__/Auto.js.map +7 -0
  568. package/cjs/content/StepNav/__stories__/Default/index.js +183 -153
  569. package/cjs/content/StepNav/__stories__/Default.js.map +7 -0
  570. package/cjs/content/StepNav/__stories__/Dense/index.js +183 -155
  571. package/cjs/content/StepNav/__stories__/Dense.js.map +7 -0
  572. package/cjs/content/StepNav/__stories__/WithHints/index.js +184 -162
  573. package/cjs/content/StepNav/__stories__/WithHints.js.map +7 -0
  574. package/cjs/content/StepNav/__stories__/WithHook/index.js +162 -139
  575. package/cjs/content/StepNav/__stories__/WithHook.js.map +7 -0
  576. package/cjs/content/StepNav/auto/index.js +91 -60
  577. package/cjs/content/StepNav/auto.js.map +7 -0
  578. package/cjs/content/StepNav/index.js +71 -129
  579. package/cjs/content/StepNav/index.js.map +7 -0
  580. package/cjs/content/SummaryList/SummaryList.stories/index.js +47 -86
  581. package/cjs/content/SummaryList/SummaryList.stories.js.map +7 -0
  582. package/cjs/content/SummaryList/__stories__/Default/index.js +43 -21
  583. package/cjs/content/SummaryList/__stories__/Default.js.map +7 -0
  584. package/cjs/content/SummaryList/__stories__/RowVariations/index.js +43 -36
  585. package/cjs/content/SummaryList/__stories__/RowVariations.js.map +7 -0
  586. package/cjs/content/SummaryList/__stories__/SummaryListExample/index.js +70 -0
  587. package/cjs/content/SummaryList/__stories__/SummaryListExample.js.map +7 -0
  588. package/cjs/content/SummaryList/__stories__/WithActions/index.js +44 -27
  589. package/cjs/content/SummaryList/__stories__/WithActions.js.map +7 -0
  590. package/cjs/content/SummaryList/__stories__/WithKeyAndAction/index.js +45 -23
  591. package/cjs/content/SummaryList/__stories__/WithKeyAndAction.js.map +7 -0
  592. package/cjs/content/SummaryList/__stories__/WithNoLastBorder/index.js +44 -0
  593. package/cjs/content/SummaryList/__stories__/WithNoLastBorder.js.map +7 -0
  594. package/cjs/content/SummaryList/__stories__/WithoutActions/index.js +41 -13
  595. package/cjs/content/SummaryList/__stories__/WithoutActions.js.map +7 -0
  596. package/cjs/content/SummaryList/__stories__/WithoutBorders/index.js +43 -23
  597. package/cjs/content/SummaryList/__stories__/WithoutBorders.js.map +7 -0
  598. package/cjs/content/SummaryList/index.js +37 -66
  599. package/cjs/content/SummaryList/index.js.map +7 -0
  600. package/cjs/content/Table/Table.stories/index.js +98 -232
  601. package/cjs/content/Table/Table.stories.js.map +7 -0
  602. package/cjs/content/Table/TableFloatingScroll/index.js +90 -75
  603. package/cjs/content/Table/TableFloatingScroll.js.map +7 -0
  604. package/cjs/content/Table/__stories__/DarkVariant/index.js +69 -49
  605. package/cjs/content/Table/__stories__/DarkVariant.js.map +7 -0
  606. package/cjs/content/Table/__stories__/DarkVariantWithVerticalHeaders/index.js +69 -49
  607. package/cjs/content/Table/__stories__/DarkVariantWithVerticalHeaders.js.map +7 -0
  608. package/cjs/content/Table/__stories__/Default/index.js +64 -43
  609. package/cjs/content/Table/__stories__/Default.js.map +7 -0
  610. package/cjs/content/Table/__stories__/DefinedWidth/index.js +64 -45
  611. package/cjs/content/Table/__stories__/DefinedWidth.js.map +7 -0
  612. package/cjs/content/Table/__stories__/Dense/index.js +131 -0
  613. package/cjs/content/Table/__stories__/Dense.js.map +7 -0
  614. package/cjs/content/Table/__stories__/Full/index.js +138 -93
  615. package/cjs/content/Table/__stories__/Full.js.map +7 -0
  616. package/cjs/content/Table/__stories__/MultipleProps/index.js +100 -67
  617. package/cjs/content/Table/__stories__/MultipleProps.js.map +7 -0
  618. package/cjs/content/Table/__stories__/NoData/index.js +42 -14
  619. package/cjs/content/Table/__stories__/NoData.js.map +7 -0
  620. package/cjs/content/Table/__stories__/NumericDataType/index.js +93 -57
  621. package/cjs/content/Table/__stories__/NumericDataType.js.map +7 -0
  622. package/cjs/content/Table/__stories__/RowColors/index.js +88 -61
  623. package/cjs/content/Table/__stories__/RowColors.js.map +7 -0
  624. package/cjs/content/Table/__stories__/Stacked/index.js +64 -45
  625. package/cjs/content/Table/__stories__/Stacked.js.map +7 -0
  626. package/cjs/content/Table/__stories__/TableCaptions/index.js +42 -20
  627. package/cjs/content/Table/__stories__/TableCaptions.js.map +7 -0
  628. package/cjs/content/Table/__stories__/VerticalBorders/index.js +69 -49
  629. package/cjs/content/Table/__stories__/VerticalBorders.js.map +7 -0
  630. package/cjs/content/Table/__stories__/VerticalHeaders/index.js +64 -43
  631. package/cjs/content/Table/__stories__/VerticalHeaders.js.map +7 -0
  632. package/cjs/content/Table/__stories__/WithFloatingScroll/index.js +78 -74
  633. package/cjs/content/Table/__stories__/WithFloatingScroll.js.map +7 -0
  634. package/cjs/content/Table/__stories__/WithLoader/index.js +82 -69
  635. package/cjs/content/Table/__stories__/WithLoader.js.map +7 -0
  636. package/cjs/content/Table/__stories__/WithSortFilters/index.js +138 -102
  637. package/cjs/content/Table/__stories__/WithSortFilters.js.map +7 -0
  638. package/cjs/content/Table/__stories__/ZebraProp/index.js +69 -49
  639. package/cjs/content/Table/__stories__/ZebraProp.js.map +7 -0
  640. package/cjs/content/Table/hooks/useSort/index.js +39 -27
  641. package/cjs/content/Table/hooks/useSort.js.map +7 -0
  642. package/cjs/content/Table/index.js +151 -249
  643. package/cjs/content/Table/index.js.map +7 -0
  644. package/cjs/content/TaskList/TaskList.stories/index.js +47 -37
  645. package/cjs/content/TaskList/TaskList.stories.js.map +7 -0
  646. package/cjs/content/TaskList/__stories__/Default/index.js +110 -74
  647. package/cjs/content/TaskList/__stories__/Default.js.map +7 -0
  648. package/cjs/content/TaskList/__stories__/Dense/index.js +110 -76
  649. package/cjs/content/TaskList/__stories__/Dense.js.map +7 -0
  650. package/cjs/content/TaskList/index.js +47 -69
  651. package/cjs/content/TaskList/index.js.map +7 -0
  652. package/cjs/content/Timeline/Timeline.stories/index.js +47 -37
  653. package/cjs/content/Timeline/Timeline.stories.js.map +7 -0
  654. package/cjs/content/Timeline/__stories__/Default/index.js +160 -125
  655. package/cjs/content/Timeline/__stories__/Default.js.map +7 -0
  656. package/cjs/content/Timeline/__stories__/Dense/index.js +160 -127
  657. package/cjs/content/Timeline/__stories__/Dense.js.map +7 -0
  658. package/cjs/content/Timeline/index.js +47 -69
  659. package/cjs/content/Timeline/index.js.map +7 -0
  660. package/cjs/content/index.js +44 -137
  661. package/cjs/content/index.js.map +7 -0
  662. package/cjs/custom.d/index.js +1 -1
  663. package/cjs/custom.d.js.map +7 -0
  664. package/cjs/feedback/CopyToClipboard/CopyToClipboard.stories/index.js +49 -48
  665. package/cjs/feedback/CopyToClipboard/CopyToClipboard.stories.js.map +7 -0
  666. package/cjs/feedback/CopyToClipboard/__stories__/Banner/index.js +51 -19
  667. package/cjs/feedback/CopyToClipboard/__stories__/Banner.js.map +7 -0
  668. package/cjs/feedback/CopyToClipboard/__stories__/Default/index.js +56 -25
  669. package/cjs/feedback/CopyToClipboard/__stories__/Default.js.map +7 -0
  670. package/cjs/feedback/CopyToClipboard/__stories__/Dense/index.js +54 -23
  671. package/cjs/feedback/CopyToClipboard/__stories__/Dense.js.map +7 -0
  672. package/cjs/feedback/CopyToClipboard/index.js +74 -62
  673. package/cjs/feedback/CopyToClipboard/index.js.map +7 -0
  674. package/cjs/feedback/ErrorSummary/ErrorSummary.stories/index.js +60 -86
  675. package/cjs/feedback/ErrorSummary/ErrorSummary.stories.js.map +7 -0
  676. package/cjs/feedback/ErrorSummary/__stories__/Default/index.js +43 -17
  677. package/cjs/feedback/ErrorSummary/__stories__/Default.js.map +7 -0
  678. package/cjs/feedback/ErrorSummary/__stories__/Dense/index.js +43 -19
  679. package/cjs/feedback/ErrorSummary/__stories__/Dense.js.map +7 -0
  680. package/cjs/feedback/ErrorSummary/__stories__/LinkedToCheckbox/index.js +48 -34
  681. package/cjs/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js.map +7 -0
  682. package/cjs/feedback/ErrorSummary/__stories__/LinkedToField/index.js +48 -35
  683. package/cjs/feedback/ErrorSummary/__stories__/LinkedToField.js.map +7 -0
  684. package/cjs/feedback/ErrorSummary/__stories__/LinkedToInput/index.js +49 -33
  685. package/cjs/feedback/ErrorSummary/__stories__/LinkedToInput.js.map +7 -0
  686. package/cjs/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/index.js +50 -39
  687. package/cjs/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js.map +7 -0
  688. package/cjs/feedback/ErrorSummary/index.js +39 -21
  689. package/cjs/feedback/ErrorSummary/index.js.map +7 -0
  690. package/cjs/feedback/NotificationBanner/NotificationBanner.stories/index.js +52 -51
  691. package/cjs/feedback/NotificationBanner/NotificationBanner.stories.js.map +7 -0
  692. package/cjs/feedback/NotificationBanner/__stories__/Default/index.js +48 -15
  693. package/cjs/feedback/NotificationBanner/__stories__/Default.js.map +7 -0
  694. package/cjs/feedback/NotificationBanner/__stories__/Dense/index.js +48 -15
  695. package/cjs/feedback/NotificationBanner/__stories__/Dense.js.map +7 -0
  696. package/cjs/feedback/NotificationBanner/__stories__/Success/index.js +48 -15
  697. package/cjs/feedback/NotificationBanner/__stories__/Success.js.map +7 -0
  698. package/cjs/feedback/NotificationBanner/index.js +62 -60
  699. package/cjs/feedback/NotificationBanner/index.js.map +7 -0
  700. package/cjs/feedback/PhaseBanner/PhaseBanner.stories/index.js +48 -38
  701. package/cjs/feedback/PhaseBanner/PhaseBanner.stories.js.map +7 -0
  702. package/cjs/feedback/PhaseBanner/__stories__/Default/index.js +42 -16
  703. package/cjs/feedback/PhaseBanner/__stories__/Default.js.map +7 -0
  704. package/cjs/feedback/PhaseBanner/__stories__/Underlined/index.js +42 -18
  705. package/cjs/feedback/PhaseBanner/__stories__/Underlined.js.map +7 -0
  706. package/cjs/feedback/PhaseBanner/index.js +45 -57
  707. package/cjs/feedback/PhaseBanner/index.js.map +7 -0
  708. package/cjs/feedback/WarningText/WarningText.stories/index.js +51 -50
  709. package/cjs/feedback/WarningText/WarningText.stories.js.map +7 -0
  710. package/cjs/feedback/WarningText/__stories__/AssistiveText/index.js +41 -15
  711. package/cjs/feedback/WarningText/__stories__/AssistiveText.js.map +7 -0
  712. package/cjs/feedback/WarningText/__stories__/Default/index.js +41 -13
  713. package/cjs/feedback/WarningText/__stories__/Default.js.map +7 -0
  714. package/cjs/feedback/WarningText/__stories__/Dense/index.js +41 -15
  715. package/cjs/feedback/WarningText/__stories__/Dense.js.map +7 -0
  716. package/cjs/feedback/WarningText/index.js +42 -21
  717. package/cjs/feedback/WarningText/index.js.map +7 -0
  718. package/cjs/feedback/index.js +29 -59
  719. package/cjs/feedback/index.js.map +7 -0
  720. package/cjs/form/AutoComplete/AutoComplete.stories/index.js +70 -132
  721. package/cjs/form/AutoComplete/AutoComplete.stories.js.map +7 -0
  722. package/cjs/form/AutoComplete/Status/index.js +111 -141
  723. package/cjs/form/AutoComplete/Status/index.js.map +7 -0
  724. package/cjs/form/AutoComplete/__stories__/Default/index.js +44 -20
  725. package/cjs/form/AutoComplete/__stories__/Default.js.map +7 -0
  726. package/cjs/form/AutoComplete/__stories__/Multiple/index.js +52 -23
  727. package/cjs/form/AutoComplete/__stories__/Multiple.js.map +7 -0
  728. package/cjs/form/AutoComplete/__stories__/MultipleShowingTwoSelected/index.js +53 -22
  729. package/cjs/form/AutoComplete/__stories__/MultipleShowingTwoSelected.js.map +7 -0
  730. package/cjs/form/AutoComplete/__stories__/MultipleWithDefaultValues/index.js +50 -19
  731. package/cjs/form/AutoComplete/__stories__/MultipleWithDefaultValues.js.map +7 -0
  732. package/cjs/form/AutoComplete/__stories__/MultipleWithMinLength/index.js +54 -25
  733. package/cjs/form/AutoComplete/__stories__/MultipleWithMinLength.js.map +7 -0
  734. package/cjs/form/AutoComplete/__stories__/WithAutoSelect/index.js +55 -30
  735. package/cjs/form/AutoComplete/__stories__/WithAutoSelect.js.map +7 -0
  736. package/cjs/form/AutoComplete/__stories__/WithDefaultValue/index.js +52 -21
  737. package/cjs/form/AutoComplete/__stories__/WithDefaultValue.js.map +7 -0
  738. package/cjs/form/AutoComplete/__stories__/WithMinLength/index.js +53 -22
  739. package/cjs/form/AutoComplete/__stories__/WithMinLength.js.map +7 -0
  740. package/cjs/form/AutoComplete/__stories__/WithPlaceHolder/index.js +52 -21
  741. package/cjs/form/AutoComplete/__stories__/WithPlaceHolder.js.map +7 -0
  742. package/cjs/form/AutoComplete/__stories__/WithShowAllValues/index.js +44 -20
  743. package/cjs/form/AutoComplete/__stories__/WithShowAllValues.js.map +7 -0
  744. package/cjs/form/AutoComplete/__stories__/utils/index.js +1 -1
  745. package/cjs/form/AutoComplete/__stories__/utils.js.map +7 -0
  746. package/cjs/form/AutoComplete/index.js +605 -707
  747. package/cjs/form/AutoComplete/index.js.map +7 -0
  748. package/cjs/form/AutoComplete/utils/index.js +311 -35
  749. package/cjs/form/AutoComplete/utils.js.map +7 -0
  750. package/cjs/form/Button/Button.stories/index.js +78 -158
  751. package/cjs/form/Button/Button.stories.js.map +7 -0
  752. package/cjs/form/Button/ButtonLink/index.js +39 -21
  753. package/cjs/form/Button/ButtonLink.js.map +7 -0
  754. package/cjs/form/Button/CallToAction/index.js +39 -21
  755. package/cjs/form/Button/CallToAction.js.map +7 -0
  756. package/cjs/form/Button/ThemeToggleButton/index.js +71 -43
  757. package/cjs/form/Button/ThemeToggleButton.js.map +7 -0
  758. package/cjs/form/Button/__stories__/Back/index.js +41 -17
  759. package/cjs/form/Button/__stories__/Back.js.map +7 -0
  760. package/cjs/form/Button/__stories__/ButtonLinkButton/index.js +50 -21
  761. package/cjs/form/Button/__stories__/ButtonLinkButton.js.map +7 -0
  762. package/cjs/form/Button/__stories__/CallToActionButton/index.js +50 -18
  763. package/cjs/form/Button/__stories__/CallToActionButton.js.map +7 -0
  764. package/cjs/form/Button/__stories__/Dense/index.js +41 -16
  765. package/cjs/form/Button/__stories__/Dense.js.map +7 -0
  766. package/cjs/form/Button/__stories__/Disabled/index.js +41 -17
  767. package/cjs/form/Button/__stories__/Disabled.js.map +7 -0
  768. package/cjs/form/Button/__stories__/GroupingButtons/index.js +41 -15
  769. package/cjs/form/Button/__stories__/GroupingButtons.js.map +7 -0
  770. package/cjs/form/Button/__stories__/GroupingButtonsAndLinks/index.js +42 -16
  771. package/cjs/form/Button/__stories__/GroupingButtonsAndLinks.js.map +7 -0
  772. package/cjs/form/Button/__stories__/Primary/index.js +41 -15
  773. package/cjs/form/Button/__stories__/Primary.js.map +7 -0
  774. package/cjs/form/Button/__stories__/Secondary/index.js +41 -16
  775. package/cjs/form/Button/__stories__/Secondary.js.map +7 -0
  776. package/cjs/form/Button/__stories__/ThemeToggle/index.js +41 -13
  777. package/cjs/form/Button/__stories__/ThemeToggle.js.map +7 -0
  778. package/cjs/form/Button/__stories__/Warning/index.js +42 -15
  779. package/cjs/form/Button/__stories__/Warning.js.map +7 -0
  780. package/cjs/form/Button/__stories__/WithVariantLink/index.js +48 -15
  781. package/cjs/form/Button/__stories__/WithVariantLink.js.map +7 -0
  782. package/cjs/form/Button/index.js +56 -81
  783. package/cjs/form/Button/index.js.map +7 -0
  784. package/cjs/form/Checkbox/Checkbox.stories/index.js +72 -134
  785. package/cjs/form/Checkbox/Checkbox.stories.js.map +7 -0
  786. package/cjs/form/Checkbox/__stories__/ConditionalReveal/index.js +44 -30
  787. package/cjs/form/Checkbox/__stories__/ConditionalReveal.js.map +7 -0
  788. package/cjs/form/Checkbox/__stories__/Default/index.js +43 -28
  789. package/cjs/form/Checkbox/__stories__/Default.js.map +7 -0
  790. package/cjs/form/Checkbox/__stories__/Dense/index.js +43 -30
  791. package/cjs/form/Checkbox/__stories__/Dense.js.map +7 -0
  792. package/cjs/form/Checkbox/__stories__/Inline/index.js +43 -27
  793. package/cjs/form/Checkbox/__stories__/Inline.js.map +7 -0
  794. package/cjs/form/Checkbox/__stories__/InlineWithDivider/index.js +43 -28
  795. package/cjs/form/Checkbox/__stories__/InlineWithDivider.js.map +7 -0
  796. package/cjs/form/Checkbox/__stories__/MultipleQuestions/index.js +43 -30
  797. package/cjs/form/Checkbox/__stories__/MultipleQuestions.js.map +7 -0
  798. package/cjs/form/Checkbox/__stories__/NoneAnswer/index.js +42 -24
  799. package/cjs/form/Checkbox/__stories__/NoneAnswer.js.map +7 -0
  800. package/cjs/form/Checkbox/__stories__/NoneAnswerWithError/index.js +44 -30
  801. package/cjs/form/Checkbox/__stories__/NoneAnswerWithError.js.map +7 -0
  802. package/cjs/form/Checkbox/__stories__/WithErrorMessage/index.js +45 -31
  803. package/cjs/form/Checkbox/__stories__/WithErrorMessage.js.map +7 -0
  804. package/cjs/form/Checkbox/__stories__/WithHint/index.js +43 -31
  805. package/cjs/form/Checkbox/__stories__/WithHint.js.map +7 -0
  806. package/cjs/form/Checkbox/index.js +45 -45
  807. package/cjs/form/Checkbox/index.js.map +7 -0
  808. package/cjs/form/DateInputContainer/DateInputContainer.stories/index.js +57 -74
  809. package/cjs/form/DateInputContainer/DateInputContainer.stories.js.map +7 -0
  810. package/cjs/form/DateInputContainer/__stories__/Default/index.js +43 -28
  811. package/cjs/form/DateInputContainer/__stories__/Default.js.map +7 -0
  812. package/cjs/form/DateInputContainer/__stories__/Dense/index.js +42 -27
  813. package/cjs/form/DateInputContainer/__stories__/Dense.js.map +7 -0
  814. package/cjs/form/DateInputContainer/__stories__/MultipleQuestions/index.js +43 -28
  815. package/cjs/form/DateInputContainer/__stories__/MultipleQuestions.js.map +7 -0
  816. package/cjs/form/DateInputContainer/__stories__/WithErrorMessage/index.js +45 -39
  817. package/cjs/form/DateInputContainer/__stories__/WithErrorMessage.js.map +7 -0
  818. package/cjs/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/index.js +45 -36
  819. package/cjs/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js.map +7 -0
  820. package/cjs/form/DateInputContainer/index.js +41 -33
  821. package/cjs/form/DateInputContainer/index.js.map +7 -0
  822. package/cjs/form/ErrorMessage/ErrorMessage.stories/index.js +51 -50
  823. package/cjs/form/ErrorMessage/ErrorMessage.stories.js.map +7 -0
  824. package/cjs/form/ErrorMessage/__stories__/DateInputError/index.js +45 -28
  825. package/cjs/form/ErrorMessage/__stories__/DateInputError.js.map +7 -0
  826. package/cjs/form/ErrorMessage/__stories__/Default/index.js +45 -36
  827. package/cjs/form/ErrorMessage/__stories__/Default.js.map +7 -0
  828. package/cjs/form/ErrorMessage/__stories__/ErrorMessageOnly/index.js +42 -16
  829. package/cjs/form/ErrorMessage/__stories__/ErrorMessageOnly.js.map +7 -0
  830. package/cjs/form/ErrorMessage/index.js +39 -21
  831. package/cjs/form/ErrorMessage/index.js.map +7 -0
  832. package/cjs/form/FieldContainer/index.js +43 -45
  833. package/cjs/form/FieldContainer/index.js.map +7 -0
  834. package/cjs/form/FileUpload/FileUpload.stories/index.js +47 -37
  835. package/cjs/form/FileUpload/FileUpload.stories.js.map +7 -0
  836. package/cjs/form/FileUpload/__stories__/Default/index.js +43 -21
  837. package/cjs/form/FileUpload/__stories__/Default.js.map +7 -0
  838. package/cjs/form/FileUpload/__stories__/WithErrorMessage/index.js +45 -25
  839. package/cjs/form/FileUpload/__stories__/WithErrorMessage.js.map +7 -0
  840. package/cjs/form/FileUpload/index.js +41 -33
  841. package/cjs/form/FileUpload/index.js.map +7 -0
  842. package/cjs/form/Form/index.js +38 -13
  843. package/cjs/form/Form/index.js.map +7 -0
  844. package/cjs/form/LabelContainer/index.js +41 -33
  845. package/cjs/form/LabelContainer/index.js.map +7 -0
  846. package/cjs/form/RadioContainer/RadioContainer.stories/index.js +72 -134
  847. package/cjs/form/RadioContainer/RadioContainer.stories.js.map +7 -0
  848. package/cjs/form/RadioContainer/__stories__/ConditionalReveal/index.js +44 -30
  849. package/cjs/form/RadioContainer/__stories__/ConditionalReveal.js.map +7 -0
  850. package/cjs/form/RadioContainer/__stories__/Default/index.js +42 -26
  851. package/cjs/form/RadioContainer/__stories__/Default.js.map +7 -0
  852. package/cjs/form/RadioContainer/__stories__/Dense/index.js +42 -28
  853. package/cjs/form/RadioContainer/__stories__/Dense.js.map +7 -0
  854. package/cjs/form/RadioContainer/__stories__/Inline/index.js +43 -27
  855. package/cjs/form/RadioContainer/__stories__/Inline.js.map +7 -0
  856. package/cjs/form/RadioContainer/__stories__/InlineWithDivider/index.js +43 -28
  857. package/cjs/form/RadioContainer/__stories__/InlineWithDivider.js.map +7 -0
  858. package/cjs/form/RadioContainer/__stories__/MultipleQuestions/index.js +43 -30
  859. package/cjs/form/RadioContainer/__stories__/MultipleQuestions.js.map +7 -0
  860. package/cjs/form/RadioContainer/__stories__/NoneAnswer/index.js +42 -28
  861. package/cjs/form/RadioContainer/__stories__/NoneAnswer.js.map +7 -0
  862. package/cjs/form/RadioContainer/__stories__/WithErrorMessage/index.js +45 -33
  863. package/cjs/form/RadioContainer/__stories__/WithErrorMessage.js.map +7 -0
  864. package/cjs/form/RadioContainer/__stories__/WithHints/index.js +52 -33
  865. package/cjs/form/RadioContainer/__stories__/WithHints.js.map +7 -0
  866. package/cjs/form/RadioContainer/__stories__/WithMediumLegend/index.js +42 -28
  867. package/cjs/form/RadioContainer/__stories__/WithMediumLegend.js.map +7 -0
  868. package/cjs/form/RadioContainer/index.js +45 -57
  869. package/cjs/form/RadioContainer/index.js.map +7 -0
  870. package/cjs/form/SearchContainer/SearchContainer.stories/index.js +46 -0
  871. package/cjs/form/SearchContainer/SearchContainer.stories.js.map +7 -0
  872. package/cjs/form/SearchContainer/__stories__/Default/index.js +43 -0
  873. package/cjs/form/SearchContainer/__stories__/Default.js.map +7 -0
  874. package/cjs/form/SearchContainer/index.js +43 -45
  875. package/cjs/form/SearchContainer/index.js.map +7 -0
  876. package/cjs/form/SelectContainer/SelectContainer.stories/index.js +54 -62
  877. package/cjs/form/SelectContainer/SelectContainer.stories.js.map +7 -0
  878. package/cjs/form/SelectContainer/__stories__/Default/index.js +43 -26
  879. package/cjs/form/SelectContainer/__stories__/Default.js.map +7 -0
  880. package/cjs/form/SelectContainer/__stories__/Dense/index.js +43 -27
  881. package/cjs/form/SelectContainer/__stories__/Dense.js.map +7 -0
  882. package/cjs/form/SelectContainer/__stories__/DisabledInput/index.js +55 -28
  883. package/cjs/form/SelectContainer/__stories__/DisabledInput.js.map +7 -0
  884. package/cjs/form/SelectContainer/__stories__/WithHint/index.js +55 -30
  885. package/cjs/form/SelectContainer/__stories__/WithHint.js.map +7 -0
  886. package/cjs/form/SelectContainer/index.js +41 -33
  887. package/cjs/form/SelectContainer/index.js.map +7 -0
  888. package/cjs/form/SingleCharacterInputs/SingleCharacterInput.stories/index.js +54 -62
  889. package/cjs/form/SingleCharacterInputs/SingleCharacterInput.stories.js.map +7 -0
  890. package/cjs/form/SingleCharacterInputs/__stories__/Default/index.js +43 -39
  891. package/cjs/form/SingleCharacterInputs/__stories__/Default.js.map +7 -0
  892. package/cjs/form/SingleCharacterInputs/__stories__/WithDefaultError/index.js +45 -43
  893. package/cjs/form/SingleCharacterInputs/__stories__/WithDefaultError.js.map +7 -0
  894. package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/index.js +45 -53
  895. package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.js.map +7 -0
  896. package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/index.js +45 -47
  897. package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.js.map +7 -0
  898. package/cjs/form/SingleCharacterInputs/index.js +41 -33
  899. package/cjs/form/SingleCharacterInputs/index.js.map +7 -0
  900. package/cjs/form/TextArea/TextArea.stories/index.js +66 -110
  901. package/cjs/form/TextArea/TextArea.stories.js.map +7 -0
  902. package/cjs/form/TextArea/__stories__/Default/index.js +43 -19
  903. package/cjs/form/TextArea/__stories__/Default.js.map +7 -0
  904. package/cjs/form/TextArea/__stories__/Dense/index.js +43 -18
  905. package/cjs/form/TextArea/__stories__/Dense.js.map +7 -0
  906. package/cjs/form/TextArea/__stories__/DisabledInput/index.js +51 -24
  907. package/cjs/form/TextArea/__stories__/DisabledInput.js.map +7 -0
  908. package/cjs/form/TextArea/__stories__/LimitedCharacters/index.js +44 -27
  909. package/cjs/form/TextArea/__stories__/LimitedCharacters.js.map +7 -0
  910. package/cjs/form/TextArea/__stories__/MultipleQuestions/index.js +44 -21
  911. package/cjs/form/TextArea/__stories__/MultipleQuestions.js.map +7 -0
  912. package/cjs/form/TextArea/__stories__/WithDeclaredRows/index.js +51 -24
  913. package/cjs/form/TextArea/__stories__/WithDeclaredRows.js.map +7 -0
  914. package/cjs/form/TextArea/__stories__/WithErrorMessage/index.js +45 -30
  915. package/cjs/form/TextArea/__stories__/WithErrorMessage.js.map +7 -0
  916. package/cjs/form/TextArea/__stories__/WithHint/index.js +44 -23
  917. package/cjs/form/TextArea/__stories__/WithHint.js.map +7 -0
  918. package/cjs/form/TextArea/index.js +39 -21
  919. package/cjs/form/TextArea/index.js.map +7 -0
  920. package/cjs/form/TextInput/TextInput.stories/index.js +72 -134
  921. package/cjs/form/TextInput/TextInput.stories.js.map +7 -0
  922. package/cjs/form/TextInput/__stories__/AskingForNumbers/index.js +52 -25
  923. package/cjs/form/TextInput/__stories__/AskingForNumbers.js.map +7 -0
  924. package/cjs/form/TextInput/__stories__/Default/index.js +43 -19
  925. package/cjs/form/TextInput/__stories__/Default.js.map +7 -0
  926. package/cjs/form/TextInput/__stories__/Dense/index.js +43 -18
  927. package/cjs/form/TextInput/__stories__/Dense.js.map +7 -0
  928. package/cjs/form/TextInput/__stories__/DisabledInput/index.js +51 -24
  929. package/cjs/form/TextInput/__stories__/DisabledInput.js.map +7 -0
  930. package/cjs/form/TextInput/__stories__/DisabledInputWithValue/index.js +53 -30
  931. package/cjs/form/TextInput/__stories__/DisabledInputWithValue.js.map +7 -0
  932. package/cjs/form/TextInput/__stories__/FixedWidths/index.js +43 -45
  933. package/cjs/form/TextInput/__stories__/FixedWidths.js.map +7 -0
  934. package/cjs/form/TextInput/__stories__/FluidWidths/index.js +43 -45
  935. package/cjs/form/TextInput/__stories__/FluidWidths.js.map +7 -0
  936. package/cjs/form/TextInput/__stories__/MultipleQuestions/index.js +43 -17
  937. package/cjs/form/TextInput/__stories__/MultipleQuestions.js.map +7 -0
  938. package/cjs/form/TextInput/__stories__/WithErrorMessage/index.js +52 -30
  939. package/cjs/form/TextInput/__stories__/WithErrorMessage.js.map +7 -0
  940. package/cjs/form/TextInput/__stories__/WithHint/index.js +44 -23
  941. package/cjs/form/TextInput/__stories__/WithHint.js.map +7 -0
  942. package/cjs/form/TextInput/index.js +39 -21
  943. package/cjs/form/TextInput/index.js.map +7 -0
  944. package/cjs/form/index.js +50 -170
  945. package/cjs/form/index.js.map +7 -0
  946. package/cjs/govgr/Footer/Copyright/index.js +78 -44
  947. package/cjs/govgr/Footer/Copyright.js.map +7 -0
  948. package/cjs/govgr/Footer/HellenicRepublicLogo/index.js +38 -13
  949. package/cjs/govgr/Footer/HellenicRepublicLogo.js.map +7 -0
  950. package/cjs/govgr/Footer/LicenseCCSA/index.js +53 -20
  951. package/cjs/govgr/Footer/LicenseCCSA.js.map +7 -0
  952. package/cjs/govgr/Footer/index.js +58 -24
  953. package/cjs/govgr/Footer/index.js.map +7 -0
  954. package/cjs/govgr/Footer/logo/index.js +23 -6
  955. package/cjs/govgr/Footer/logo.js.map +7 -0
  956. package/cjs/govgr/Footer/logos/logo-el/index.js +23 -6
  957. package/cjs/govgr/Footer/logos/logo-el.js.map +7 -0
  958. package/cjs/govgr/Footer/logos/logo-en/index.js +23 -6
  959. package/cjs/govgr/Footer/logos/logo-en.js.map +7 -0
  960. package/cjs/govgr/GovGRLogo/index.js +38 -13
  961. package/cjs/govgr/GovGRLogo/index.js.map +7 -0
  962. package/cjs/govgr/GovGRLogo/logo/index.js +23 -6
  963. package/cjs/govgr/GovGRLogo/logo.js.map +7 -0
  964. package/cjs/govgr/images/govgr-logo-base64/index.js +23 -6
  965. package/cjs/govgr/images/govgr-logo-base64.js.map +7 -0
  966. package/cjs/govgr/images/govgr-logo-blue-base64/index.js +23 -6
  967. package/cjs/govgr/images/govgr-logo-blue-base64.js.map +7 -0
  968. package/cjs/govgr/images/greek-government-base64/index.js +23 -6
  969. package/cjs/govgr/images/greek-government-base64.js.map +7 -0
  970. package/cjs/govgr/images/grnet-logo-base64/index.js +23 -6
  971. package/cjs/govgr/images/grnet-logo-base64.js.map +7 -0
  972. package/cjs/govgr/images/index.js +29 -59
  973. package/cjs/govgr/images/index.js.map +7 -0
  974. package/cjs/govgr/images/minedu-logo-base64/index.js +23 -6
  975. package/cjs/govgr/images/minedu-logo-base64.js.map +7 -0
  976. package/cjs/govgr/images/minedu-logo-black-base64/index.js +23 -6
  977. package/cjs/govgr/images/minedu-logo-black-base64.js.map +7 -0
  978. package/cjs/govgr/index.js +29 -59
  979. package/cjs/govgr/index.js.map +7 -0
  980. package/cjs/i18n/I18nText/index.js +71 -41
  981. package/cjs/i18n/I18nText.js.map +7 -0
  982. package/cjs/i18n/index.js +68 -38
  983. package/cjs/i18n/index.js.map +7 -0
  984. package/cjs/i18n/locales/el/index.js +104 -81
  985. package/cjs/i18n/locales/el.js.map +7 -0
  986. package/cjs/i18n/locales/en/index.js +94 -77
  987. package/cjs/i18n/locales/en.js.map +7 -0
  988. package/cjs/icons/Icon/index.js +43 -45
  989. package/cjs/icons/Icon/index.js.map +7 -0
  990. package/cjs/icons/IconBase/index.js +41 -0
  991. package/cjs/icons/IconBase/index.js.map +7 -0
  992. package/cjs/icons/ImageLogo/index.js +39 -21
  993. package/cjs/icons/ImageLogo/index.js.map +7 -0
  994. package/cjs/icons/ImageLogoSet/index.js +39 -21
  995. package/cjs/icons/ImageLogoSet/index.js.map +7 -0
  996. package/cjs/icons/SvgIcon/index.js +41 -0
  997. package/cjs/icons/SvgIcon/index.js.map +7 -0
  998. package/cjs/icons/index.js +75 -25
  999. package/cjs/icons/index.js.map +7 -0
  1000. package/cjs/index.js +42 -126
  1001. package/cjs/index.js.map +7 -0
  1002. package/cjs/layouts/Admin/index.js +53 -95
  1003. package/cjs/layouts/Admin/index.js.map +7 -0
  1004. package/cjs/layouts/Basic/Aside/index.js +39 -21
  1005. package/cjs/layouts/Basic/Aside/index.js.map +7 -0
  1006. package/cjs/layouts/Basic/Basic.stories/index.js +53 -61
  1007. package/cjs/layouts/Basic/Basic.stories.js.map +7 -0
  1008. package/cjs/layouts/Basic/Bottom/__stories__/Default/index.js +51 -21
  1009. package/cjs/layouts/Basic/Bottom/__stories__/Default.js.map +7 -0
  1010. package/cjs/layouts/Basic/Bottom/index.js +39 -21
  1011. package/cjs/layouts/Basic/Bottom/index.js.map +7 -0
  1012. package/cjs/layouts/Basic/Container/__stories__/Default/index.js +49 -19
  1013. package/cjs/layouts/Basic/Container/__stories__/Default.js.map +7 -0
  1014. package/cjs/layouts/Basic/Container/index.js +39 -21
  1015. package/cjs/layouts/Basic/Container/index.js.map +7 -0
  1016. package/cjs/layouts/Basic/Main/__stories__/Default/index.js +49 -19
  1017. package/cjs/layouts/Basic/Main/__stories__/Default.js.map +7 -0
  1018. package/cjs/layouts/Basic/Main/index.js +39 -21
  1019. package/cjs/layouts/Basic/Main/index.js.map +7 -0
  1020. package/cjs/layouts/Basic/Top/__stories__/Default/index.js +49 -19
  1021. package/cjs/layouts/Basic/Top/__stories__/Default.js.map +7 -0
  1022. package/cjs/layouts/Basic/Top/index.js +39 -21
  1023. package/cjs/layouts/Basic/Top/index.js.map +7 -0
  1024. package/cjs/layouts/Basic/__stories__/Default/index.js +44 -16
  1025. package/cjs/layouts/Basic/__stories__/Default.js.map +7 -0
  1026. package/cjs/layouts/Basic/__stories__/MultipleRowsLayout/index.js +45 -19
  1027. package/cjs/layouts/Basic/__stories__/MultipleRowsLayout.js.map +7 -0
  1028. package/cjs/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/index.js +45 -19
  1029. package/cjs/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.js.map +7 -0
  1030. package/cjs/layouts/Basic/__stories__/WithBasicLayout/index.js +46 -18
  1031. package/cjs/layouts/Basic/__stories__/WithBasicLayout.js.map +7 -0
  1032. package/cjs/layouts/Basic/index.js +51 -95
  1033. package/cjs/layouts/Basic/index.js.map +7 -0
  1034. package/cjs/layouts/Grid/Grid.stories/index.js +49 -48
  1035. package/cjs/layouts/Grid/Grid.stories.js.map +7 -0
  1036. package/cjs/layouts/Grid/__stories__/Default/index.js +43 -78
  1037. package/cjs/layouts/Grid/__stories__/Default.js.map +7 -0
  1038. package/cjs/layouts/Grid/__stories__/Inline/index.js +43 -79
  1039. package/cjs/layouts/Grid/__stories__/Inline.js.map +7 -0
  1040. package/cjs/layouts/Grid/__stories__/ResponsiveSpacing/index.js +57 -77
  1041. package/cjs/layouts/Grid/__stories__/ResponsiveSpacing.js.map +7 -0
  1042. package/cjs/layouts/Grid/index.js +38 -13
  1043. package/cjs/layouts/Grid/index.js.map +7 -0
  1044. package/cjs/layouts/Hidden/index.js +21 -15
  1045. package/cjs/layouts/Hidden/index.js.map +7 -0
  1046. package/cjs/layouts/Screen/Screen.stories/index.js +52 -60
  1047. package/cjs/layouts/Screen/Screen.stories.js.map +7 -0
  1048. package/cjs/layouts/Screen/__stories__/Default/index.js +42 -23
  1049. package/cjs/layouts/Screen/__stories__/Default.js.map +7 -0
  1050. package/cjs/layouts/Screen/__stories__/ScreenDown/index.js +42 -14
  1051. package/cjs/layouts/Screen/__stories__/ScreenDown.js.map +7 -0
  1052. package/cjs/layouts/Screen/__stories__/ScreenUp/index.js +42 -14
  1053. package/cjs/layouts/Screen/__stories__/ScreenUp.js.map +7 -0
  1054. package/cjs/layouts/Screen/__stories__/SpecificScreenSize/index.js +42 -14
  1055. package/cjs/layouts/Screen/__stories__/SpecificScreenSize.js.map +7 -0
  1056. package/cjs/layouts/Screen/index.js +51 -23
  1057. package/cjs/layouts/Screen/index.js.map +7 -0
  1058. package/cjs/layouts/Section/index.js +39 -21
  1059. package/cjs/layouts/Section/index.js.map +7 -0
  1060. package/cjs/layouts/SectionBreak/index.js +39 -21
  1061. package/cjs/layouts/SectionBreak/index.js.map +7 -0
  1062. package/cjs/layouts/Stack/Stack.stories/index.js +58 -84
  1063. package/cjs/layouts/Stack/Stack.stories.js.map +7 -0
  1064. package/cjs/layouts/Stack/__stories__/AlignItems/index.js +43 -70
  1065. package/cjs/layouts/Stack/__stories__/AlignItems.js.map +7 -0
  1066. package/cjs/layouts/Stack/__stories__/Default/index.js +43 -27
  1067. package/cjs/layouts/Stack/__stories__/Default.js.map +7 -0
  1068. package/cjs/layouts/Stack/__stories__/JustifyContent/index.js +43 -87
  1069. package/cjs/layouts/Stack/__stories__/JustifyContent.js.map +7 -0
  1070. package/cjs/layouts/Stack/__stories__/NoWrap/index.js +43 -29
  1071. package/cjs/layouts/Stack/__stories__/NoWrap.js.map +7 -0
  1072. package/cjs/layouts/Stack/__stories__/Row/index.js +43 -28
  1073. package/cjs/layouts/Stack/__stories__/Row.js.map +7 -0
  1074. package/cjs/layouts/Stack/__stories__/Spacing/index.js +43 -58
  1075. package/cjs/layouts/Stack/__stories__/Spacing.js.map +7 -0
  1076. package/cjs/layouts/Stack/index.js +34 -8
  1077. package/cjs/layouts/Stack/index.js.map +7 -0
  1078. package/cjs/layouts/index.js +61 -115
  1079. package/cjs/layouts/index.js.map +7 -0
  1080. package/cjs/lazy/index.js +1685 -2910
  1081. package/cjs/lazy.js.map +7 -0
  1082. package/cjs/navigation/BackLink/BackLink.stories/index.js +43 -24
  1083. package/cjs/navigation/BackLink/BackLink.stories.js.map +7 -0
  1084. package/cjs/navigation/BackLink/__stories__/Default/index.js +41 -16
  1085. package/cjs/navigation/BackLink/__stories__/Default.js.map +7 -0
  1086. package/cjs/navigation/BackLink/index.js +39 -21
  1087. package/cjs/navigation/BackLink/index.js.map +7 -0
  1088. package/cjs/navigation/BackToTopLink/BackToTopLink.stories/index.js +46 -36
  1089. package/cjs/navigation/BackToTopLink/BackToTopLink.stories.js.map +7 -0
  1090. package/cjs/navigation/BackToTopLink/__stories__/Default/index.js +41 -16
  1091. package/cjs/navigation/BackToTopLink/__stories__/Default.js.map +7 -0
  1092. package/cjs/navigation/BackToTopLink/__stories__/InMain/index.js +43 -20
  1093. package/cjs/navigation/BackToTopLink/__stories__/InMain.js.map +7 -0
  1094. package/cjs/navigation/BackToTopLink/index.js +78 -89
  1095. package/cjs/navigation/BackToTopLink/index.js.map +7 -0
  1096. package/cjs/navigation/Breadcrumbs/Breadcrumbs.stories/index.js +57 -26
  1097. package/cjs/navigation/Breadcrumbs/Breadcrumbs.stories.js.map +7 -0
  1098. package/cjs/navigation/Breadcrumbs/BreadcrumbsListItem/index.js +61 -0
  1099. package/cjs/navigation/Breadcrumbs/BreadcrumbsListItem.js.map +7 -0
  1100. package/cjs/navigation/Breadcrumbs/__stories__/Auto/index.js +202 -0
  1101. package/cjs/navigation/Breadcrumbs/__stories__/Auto.js.map +7 -0
  1102. package/cjs/navigation/Breadcrumbs/__stories__/Default/index.js +41 -25
  1103. package/cjs/navigation/Breadcrumbs/__stories__/Default.js.map +7 -0
  1104. package/cjs/navigation/Breadcrumbs/__stories__/WithHook/index.js +208 -0
  1105. package/cjs/navigation/Breadcrumbs/__stories__/WithHook.js.map +7 -0
  1106. package/cjs/navigation/Breadcrumbs/__stories__/WithProvider/index.js +46 -0
  1107. package/cjs/navigation/Breadcrumbs/__stories__/WithProvider.js.map +7 -0
  1108. package/cjs/navigation/Breadcrumbs/__stories__/WithoutCurrentPage/index.js +42 -0
  1109. package/cjs/navigation/Breadcrumbs/__stories__/WithoutCurrentPage.js.map +7 -0
  1110. package/cjs/navigation/Breadcrumbs/auto/index.js +79 -0
  1111. package/cjs/navigation/Breadcrumbs/auto.js.map +7 -0
  1112. package/cjs/navigation/Breadcrumbs/hooks/index.js +74 -0
  1113. package/cjs/navigation/Breadcrumbs/hooks.js.map +7 -0
  1114. package/cjs/navigation/Breadcrumbs/index.js +49 -45
  1115. package/cjs/navigation/Breadcrumbs/index.js.map +7 -0
  1116. package/cjs/navigation/Breadcrumbs/slug/index.js +120 -0
  1117. package/cjs/navigation/Breadcrumbs/slug.js.map +7 -0
  1118. package/cjs/navigation/Breadcrumbs/utils/index.js +52 -0
  1119. package/cjs/navigation/Breadcrumbs/utils.js.map +7 -0
  1120. package/cjs/navigation/Drawer/Drawer.stories/index.js +51 -50
  1121. package/cjs/navigation/Drawer/Drawer.stories.js.map +7 -0
  1122. package/cjs/navigation/Drawer/__stories__/Auto/index.js +106 -80
  1123. package/cjs/navigation/Drawer/__stories__/Auto.js.map +7 -0
  1124. package/cjs/navigation/Drawer/__stories__/Default/index.js +94 -79
  1125. package/cjs/navigation/Drawer/__stories__/Default.js.map +7 -0
  1126. package/cjs/navigation/Drawer/__stories__/WithHook/index.js +116 -81
  1127. package/cjs/navigation/Drawer/__stories__/WithHook.js.map +7 -0
  1128. package/cjs/navigation/Drawer/auto/index.js +100 -67
  1129. package/cjs/navigation/Drawer/auto.js.map +7 -0
  1130. package/cjs/navigation/Drawer/hooks/index.js +80 -50
  1131. package/cjs/navigation/Drawer/hooks.js.map +7 -0
  1132. package/cjs/navigation/Drawer/index.js +41 -45
  1133. package/cjs/navigation/Drawer/index.js.map +7 -0
  1134. package/cjs/navigation/Dropdown/Dropdown.stories/index.js +75 -146
  1135. package/cjs/navigation/Dropdown/Dropdown.stories.js.map +7 -0
  1136. package/cjs/navigation/Dropdown/__stories__/AlignRight/index.js +64 -57
  1137. package/cjs/navigation/Dropdown/__stories__/AlignRight.js.map +7 -0
  1138. package/cjs/navigation/Dropdown/__stories__/ContentPosition/index.js +79 -103
  1139. package/cjs/navigation/Dropdown/__stories__/ContentPosition.js.map +7 -0
  1140. package/cjs/navigation/Dropdown/__stories__/Default/index.js +55 -45
  1141. package/cjs/navigation/Dropdown/__stories__/Default.js.map +7 -0
  1142. package/cjs/navigation/Dropdown/__stories__/Dense/index.js +56 -53
  1143. package/cjs/navigation/Dropdown/__stories__/Dense.js.map +7 -0
  1144. package/cjs/navigation/Dropdown/__stories__/Disabled/index.js +55 -47
  1145. package/cjs/navigation/Dropdown/__stories__/Disabled.js.map +7 -0
  1146. package/cjs/navigation/Dropdown/__stories__/PlacementTop/index.js +64 -61
  1147. package/cjs/navigation/Dropdown/__stories__/PlacementTop.js.map +7 -0
  1148. package/cjs/navigation/Dropdown/__stories__/ScrollableContent/index.js +101 -67
  1149. package/cjs/navigation/Dropdown/__stories__/ScrollableContent.js.map +7 -0
  1150. package/cjs/navigation/Dropdown/__stories__/Secondary/index.js +52 -34
  1151. package/cjs/navigation/Dropdown/__stories__/Secondary.js.map +7 -0
  1152. package/cjs/navigation/Dropdown/__stories__/VariantLink/index.js +56 -46
  1153. package/cjs/navigation/Dropdown/__stories__/VariantLink.js.map +7 -0
  1154. package/cjs/navigation/Dropdown/__stories__/Warning/index.js +52 -34
  1155. package/cjs/navigation/Dropdown/__stories__/Warning.js.map +7 -0
  1156. package/cjs/navigation/Dropdown/__stories__/WithIcons/index.js +81 -99
  1157. package/cjs/navigation/Dropdown/__stories__/WithIcons.js.map +7 -0
  1158. package/cjs/navigation/Dropdown/index.js +117 -127
  1159. package/cjs/navigation/Dropdown/index.js.map +7 -0
  1160. package/cjs/navigation/Link/Link.stories/index.js +62 -97
  1161. package/cjs/navigation/Link/Link.stories.js.map +7 -0
  1162. package/cjs/navigation/Link/__stories__/DarkBackground/index.js +51 -23
  1163. package/cjs/navigation/Link/__stories__/DarkBackground.js.map +7 -0
  1164. package/cjs/navigation/Link/__stories__/DarkBackgroundNoUnderline/index.js +52 -24
  1165. package/cjs/navigation/Link/__stories__/DarkBackgroundNoUnderline.js.map +7 -0
  1166. package/cjs/navigation/Link/__stories__/Default/index.js +41 -17
  1167. package/cjs/navigation/Link/__stories__/Default.js.map +7 -0
  1168. package/cjs/navigation/Link/__stories__/ExternalLink/index.js +50 -18
  1169. package/cjs/navigation/Link/__stories__/ExternalLink.js.map +7 -0
  1170. package/cjs/navigation/Link/__stories__/NoUnderline/index.js +50 -18
  1171. package/cjs/navigation/Link/__stories__/NoUnderline.js.map +7 -0
  1172. package/cjs/navigation/Link/__stories__/OpensInNewTab/index.js +41 -17
  1173. package/cjs/navigation/Link/__stories__/OpensInNewTab.js.map +7 -0
  1174. package/cjs/navigation/Link/__stories__/WithProvider/index.js +51 -21
  1175. package/cjs/navigation/Link/__stories__/WithProvider.js.map +7 -0
  1176. package/cjs/navigation/Link/index.js +53 -38
  1177. package/cjs/navigation/Link/index.js.map +7 -0
  1178. package/cjs/navigation/NavList/Nav/index.js +39 -21
  1179. package/cjs/navigation/NavList/Nav.js.map +7 -0
  1180. package/cjs/navigation/NavList/NavList/index.js +39 -21
  1181. package/cjs/navigation/NavList/NavList.js.map +7 -0
  1182. package/cjs/navigation/NavList/NavList.stories/index.js +69 -110
  1183. package/cjs/navigation/NavList/NavList.stories.js.map +7 -0
  1184. package/cjs/navigation/NavList/NavListAuto/index.js +81 -50
  1185. package/cjs/navigation/NavList/NavListAuto/index.js.map +7 -0
  1186. package/cjs/navigation/NavList/NavMenuContentList/index.js +83 -64
  1187. package/cjs/navigation/NavList/NavMenuContentList.js.map +7 -0
  1188. package/cjs/navigation/NavList/__stories__/Default/index.js +78 -47
  1189. package/cjs/navigation/NavList/__stories__/Default.js.map +7 -0
  1190. package/cjs/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +122 -101
  1191. package/cjs/navigation/NavList/__stories__/HorizontalWithDrawer.js.map +7 -0
  1192. package/cjs/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +115 -79
  1193. package/cjs/navigation/NavList/__stories__/HorizontalWithoutDrawer.js.map +7 -0
  1194. package/cjs/navigation/NavList/__stories__/NavListWithoutNav/index.js +61 -34
  1195. package/cjs/navigation/NavList/__stories__/NavListWithoutNav.js.map +7 -0
  1196. package/cjs/navigation/NavList/__stories__/UsingHeaderButton/index.js +68 -67
  1197. package/cjs/navigation/NavList/__stories__/UsingHeaderButton.js.map +7 -0
  1198. package/cjs/navigation/NavList/__stories__/UsingNavListAuto/index.js +95 -72
  1199. package/cjs/navigation/NavList/__stories__/UsingNavListAuto.js.map +7 -0
  1200. package/cjs/navigation/NavList/__stories__/Vertical/index.js +79 -49
  1201. package/cjs/navigation/NavList/__stories__/Vertical.js.map +7 -0
  1202. package/cjs/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +118 -79
  1203. package/cjs/navigation/NavList/__stories__/VerticalWithoutDrawer.js.map +7 -0
  1204. package/cjs/navigation/NavList/__stories__/WithBadge/index.js +82 -0
  1205. package/cjs/navigation/NavList/__stories__/WithBadge.js.map +7 -0
  1206. package/cjs/navigation/NavList/hooks/useNavList/index.js +54 -43
  1207. package/cjs/navigation/NavList/hooks/useNavList.js.map +7 -0
  1208. package/cjs/navigation/NavList/hooks/useTogglableNav/index.js +174 -166
  1209. package/cjs/navigation/NavList/hooks/useTogglableNav.js.map +7 -0
  1210. package/cjs/navigation/NavList/index.js +71 -191
  1211. package/cjs/navigation/NavList/index.js.map +7 -0
  1212. package/cjs/navigation/NavList/types/index.js +16 -5
  1213. package/cjs/navigation/NavList/types.js.map +7 -0
  1214. package/cjs/navigation/Pagination/Pagination/index.js +81 -0
  1215. package/cjs/navigation/Pagination/Pagination.js.map +7 -0
  1216. package/cjs/navigation/Pagination/Pagination.stories/index.js +63 -98
  1217. package/cjs/navigation/Pagination/Pagination.stories.js.map +7 -0
  1218. package/cjs/navigation/Pagination/__stories__/Auto/index.js +65 -48
  1219. package/cjs/navigation/Pagination/__stories__/Auto.js.map +7 -0
  1220. package/cjs/navigation/Pagination/__stories__/Default/index.js +44 -68
  1221. package/cjs/navigation/Pagination/__stories__/Default.js.map +7 -0
  1222. package/cjs/navigation/Pagination/__stories__/PaginationSmall/index.js +44 -37
  1223. package/cjs/navigation/Pagination/__stories__/PaginationSmall.js.map +7 -0
  1224. package/cjs/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +46 -48
  1225. package/cjs/navigation/Pagination/__stories__/PaginationWithSmallFont.js.map +7 -0
  1226. package/cjs/navigation/Pagination/__stories__/WithHook/index.js +76 -53
  1227. package/cjs/navigation/Pagination/__stories__/WithHook.js.map +7 -0
  1228. package/cjs/navigation/Pagination/__stories__/WithInactiveValues/index.js +44 -70
  1229. package/cjs/navigation/Pagination/__stories__/WithInactiveValues.js.map +7 -0
  1230. package/cjs/navigation/Pagination/__stories__/WithResultsPerPage/index.js +46 -44
  1231. package/cjs/navigation/Pagination/__stories__/WithResultsPerPage.js.map +7 -0
  1232. package/cjs/navigation/Pagination/auto/index.js +113 -68
  1233. package/cjs/navigation/Pagination/auto.js.map +7 -0
  1234. package/cjs/navigation/Pagination/hooks/index.js +73 -68
  1235. package/cjs/navigation/Pagination/hooks.js.map +7 -0
  1236. package/cjs/navigation/Pagination/index.js +50 -145
  1237. package/cjs/navigation/Pagination/index.js.map +7 -0
  1238. package/cjs/navigation/SkipLink/SkipLink.stories/index.js +44 -25
  1239. package/cjs/navigation/SkipLink/SkipLink.stories.js.map +7 -0
  1240. package/cjs/navigation/SkipLink/__stories__/Default/index.js +42 -15
  1241. package/cjs/navigation/SkipLink/__stories__/Default.js.map +7 -0
  1242. package/cjs/navigation/SkipLink/index.js +38 -13
  1243. package/cjs/navigation/SkipLink/index.js.map +7 -0
  1244. package/cjs/navigation/Tabs/Tabs.stories/index.js +55 -51
  1245. package/cjs/navigation/Tabs/Tabs.stories.js.map +7 -0
  1246. package/cjs/navigation/Tabs/__stories__/Auto/index.js +46 -36
  1247. package/cjs/navigation/Tabs/__stories__/Auto.js.map +7 -0
  1248. package/cjs/navigation/Tabs/__stories__/Default/index.js +48 -47
  1249. package/cjs/navigation/Tabs/__stories__/Default.js.map +7 -0
  1250. package/cjs/navigation/Tabs/__stories__/Dense/index.js +47 -34
  1251. package/cjs/navigation/Tabs/__stories__/Dense.js.map +7 -0
  1252. package/cjs/navigation/Tabs/__stories__/UsingAccordion/index.js +65 -0
  1253. package/cjs/navigation/Tabs/__stories__/UsingAccordion.js.map +7 -0
  1254. package/cjs/navigation/Tabs/auto/index.js +67 -50
  1255. package/cjs/navigation/Tabs/auto.js.map +7 -0
  1256. package/cjs/navigation/Tabs/hooks/index.js +109 -78
  1257. package/cjs/navigation/Tabs/hooks.js.map +7 -0
  1258. package/cjs/navigation/Tabs/index.js +51 -95
  1259. package/cjs/navigation/Tabs/index.js.map +7 -0
  1260. package/cjs/navigation/index.js +38 -104
  1261. package/cjs/navigation/index.js.map +7 -0
  1262. package/cjs/registry/index.js +752 -507
  1263. package/cjs/registry.js.map +7 -0
  1264. package/cjs/test-utils/delay/index.js +33 -33
  1265. package/cjs/test-utils/delay.js.map +7 -0
  1266. package/cjs/typography/Code/index.js +39 -21
  1267. package/cjs/typography/Code/index.js.map +7 -0
  1268. package/cjs/typography/CodeBlock/CodeBlock.stories/index.js +54 -0
  1269. package/cjs/typography/CodeBlock/CodeBlock.stories.js.map +7 -0
  1270. package/cjs/typography/CodeBlock/__stories__/Default/index.js +57 -0
  1271. package/cjs/typography/CodeBlock/__stories__/Default.js.map +7 -0
  1272. package/cjs/typography/CodeBlock/__stories__/Highlighted/index.js +57 -0
  1273. package/cjs/typography/CodeBlock/__stories__/Highlighted.js.map +7 -0
  1274. package/cjs/typography/CodeBlock/__stories__/WithCopyToClipboard/index.js +57 -0
  1275. package/cjs/typography/CodeBlock/__stories__/WithCopyToClipboard.js.map +7 -0
  1276. package/cjs/typography/CodeBlock/__stories__/WithPhaseBanner/index.js +66 -0
  1277. package/cjs/typography/CodeBlock/__stories__/WithPhaseBanner.js.map +7 -0
  1278. package/cjs/typography/CodeBlock/index.js +129 -20
  1279. package/cjs/typography/CodeBlock/index.js.map +7 -0
  1280. package/cjs/typography/Heading/Heading.stories/index.js +43 -24
  1281. package/cjs/typography/Heading/Heading.stories.js.map +7 -0
  1282. package/cjs/typography/Heading/__stories__/Default/index.js +41 -29
  1283. package/cjs/typography/Heading/__stories__/Default.js.map +7 -0
  1284. package/cjs/typography/Heading/index.js +39 -21
  1285. package/cjs/typography/Heading/index.js.map +7 -0
  1286. package/cjs/typography/HeadingCaption/HeadingCaption.stories/index.js +46 -36
  1287. package/cjs/typography/HeadingCaption/HeadingCaption.stories.js.map +7 -0
  1288. package/cjs/typography/HeadingCaption/__stories__/Default/index.js +42 -34
  1289. package/cjs/typography/HeadingCaption/__stories__/Default.js.map +7 -0
  1290. package/cjs/typography/HeadingCaption/__stories__/NestedToTitle/index.js +42 -19
  1291. package/cjs/typography/HeadingCaption/__stories__/NestedToTitle.js.map +7 -0
  1292. package/cjs/typography/HeadingCaption/index.js +39 -21
  1293. package/cjs/typography/HeadingCaption/index.js.map +7 -0
  1294. package/cjs/typography/Hint/Hint.stories/index.js +46 -36
  1295. package/cjs/typography/Hint/Hint.stories.js.map +7 -0
  1296. package/cjs/typography/Hint/__stories__/Default/index.js +41 -13
  1297. package/cjs/typography/Hint/__stories__/Default.js.map +7 -0
  1298. package/cjs/typography/Hint/__stories__/FontSizes/index.js +41 -22
  1299. package/cjs/typography/Hint/__stories__/FontSizes.js.map +7 -0
  1300. package/cjs/typography/Hint/index.js +39 -21
  1301. package/cjs/typography/Hint/index.js.map +7 -0
  1302. package/cjs/typography/NormalText/NormalText.stories/index.js +52 -60
  1303. package/cjs/typography/NormalText/NormalText.stories.js.map +7 -0
  1304. package/cjs/typography/NormalText/__stories__/Default/index.js +41 -13
  1305. package/cjs/typography/NormalText/__stories__/Default.js.map +7 -0
  1306. package/cjs/typography/NormalText/__stories__/FontSizes/index.js +41 -51
  1307. package/cjs/typography/NormalText/__stories__/FontSizes.js.map +7 -0
  1308. package/cjs/typography/NormalText/__stories__/FontWeight/index.js +41 -21
  1309. package/cjs/typography/NormalText/__stories__/FontWeight.js.map +7 -0
  1310. package/cjs/typography/NormalText/__stories__/Variants/index.js +41 -21
  1311. package/cjs/typography/NormalText/__stories__/Variants.js.map +7 -0
  1312. package/cjs/typography/NormalText/index.js +39 -21
  1313. package/cjs/typography/NormalText/index.js.map +7 -0
  1314. package/cjs/typography/Paragraph/Paragraph.stories/index.js +55 -72
  1315. package/cjs/typography/Paragraph/Paragraph.stories.js.map +7 -0
  1316. package/cjs/typography/Paragraph/__stories__/Default/index.js +41 -13
  1317. package/cjs/typography/Paragraph/__stories__/Default.js.map +7 -0
  1318. package/cjs/typography/Paragraph/__stories__/FontSizes/index.js +41 -33
  1319. package/cjs/typography/Paragraph/__stories__/FontSizes.js.map +7 -0
  1320. package/cjs/typography/Paragraph/__stories__/FontWeight/index.js +41 -18
  1321. package/cjs/typography/Paragraph/__stories__/FontWeight.js.map +7 -0
  1322. package/cjs/typography/Paragraph/__stories__/LeadVariant/index.js +41 -15
  1323. package/cjs/typography/Paragraph/__stories__/LeadVariant.js.map +7 -0
  1324. package/cjs/typography/Paragraph/__stories__/SmallVariant/index.js +41 -15
  1325. package/cjs/typography/Paragraph/__stories__/SmallVariant.js.map +7 -0
  1326. package/cjs/typography/Paragraph/index.js +39 -21
  1327. package/cjs/typography/Paragraph/index.js.map +7 -0
  1328. package/cjs/typography/Typography/index.js +39 -21
  1329. package/cjs/typography/Typography/index.js.map +7 -0
  1330. package/cjs/typography/index.js +31 -70
  1331. package/cjs/typography/index.js.map +7 -0
  1332. package/cjs/utils/Base/index.js +42 -21
  1333. package/cjs/utils/Base/index.js.map +7 -0
  1334. package/cjs/utils/TestVariant/index.js +54 -23
  1335. package/cjs/utils/TestVariant/index.js.map +7 -0
  1336. package/cjs/utils/Typography/index.js +38 -13
  1337. package/cjs/utils/Typography/index.js.map +7 -0
  1338. package/cjs/utils/VisuallyHidden/VisuallyHidden.stories/index.js +43 -24
  1339. package/cjs/utils/VisuallyHidden/VisuallyHidden.stories.js.map +7 -0
  1340. package/cjs/utils/VisuallyHidden/__stories__/Default/index.js +44 -19
  1341. package/cjs/utils/VisuallyHidden/__stories__/Default.js.map +7 -0
  1342. package/cjs/utils/VisuallyHidden/index.js +39 -21
  1343. package/cjs/utils/VisuallyHidden/index.js.map +7 -0
  1344. package/cjs/utils/hooks/useDebounce/index.js +59 -37
  1345. package/cjs/utils/hooks/useDebounce.js.map +7 -0
  1346. package/cjs/utils/hooks/useKeypress/index.js +42 -17
  1347. package/cjs/utils/hooks/useKeypress.js.map +7 -0
  1348. package/cjs/utils/hooks/useLatest/index.js +37 -15
  1349. package/cjs/utils/hooks/useLatest.js.map +7 -0
  1350. package/cjs/utils/hooks/useScreen/index.js +70 -37
  1351. package/cjs/utils/hooks/useScreen.js.map +7 -0
  1352. package/cjs/utils/hooks/useSearch/index.js +45 -22
  1353. package/cjs/utils/hooks/useSearch.js.map +7 -0
  1354. package/cjs/utils/hooks/useTogglableTab/index.js +83 -67
  1355. package/cjs/utils/hooks/useTogglableTab.js.map +7 -0
  1356. package/cjs/utils/index.js +23 -37
  1357. package/cjs/utils/index.js.map +7 -0
  1358. package/cjs/utils/withDeprecation/index.js +83 -57
  1359. package/cjs/utils/withDeprecation.js.map +7 -0
  1360. package/content/Accordion/Accordion.stories/index.js +19 -11
  1361. package/content/Accordion/Accordion.stories.d.ts +4 -4
  1362. package/content/Accordion/Accordion.stories.js.map +7 -0
  1363. package/content/Accordion/__stories__/Auto/index.js +26 -37
  1364. package/content/Accordion/__stories__/Auto.d.ts +2 -2
  1365. package/content/Accordion/__stories__/Auto.js.map +7 -0
  1366. package/content/Accordion/__stories__/Default/index.js +18 -28
  1367. package/content/Accordion/__stories__/Default.d.ts +2 -2
  1368. package/content/Accordion/__stories__/Default.js.map +7 -0
  1369. package/content/Accordion/__stories__/WithHints/index.js +19 -29
  1370. package/content/Accordion/__stories__/WithHints.d.ts +2 -2
  1371. package/content/Accordion/__stories__/WithHints.js.map +7 -0
  1372. package/content/Accordion/__stories__/WithHook/index.js +28 -50
  1373. package/content/Accordion/__stories__/WithHook.d.ts +2 -2
  1374. package/content/Accordion/__stories__/WithHook.js.map +7 -0
  1375. package/content/Accordion/auto/index.js +62 -52
  1376. package/content/Accordion/auto.d.ts +8 -8
  1377. package/content/Accordion/auto.js.map +7 -0
  1378. package/content/Accordion/hooks/index.js +110 -116
  1379. package/content/Accordion/hooks.d.ts +1 -1
  1380. package/content/Accordion/hooks.js.map +7 -0
  1381. package/content/Accordion/index.d.ts +0 -1
  1382. package/content/Accordion/index.js +13 -11
  1383. package/content/Accordion/index.js.map +7 -0
  1384. package/content/Blockquote/Blockquote.stories/index.js +14 -8
  1385. package/content/Blockquote/Blockquote.stories.d.ts +2 -2
  1386. package/content/Blockquote/Blockquote.stories.js.map +7 -0
  1387. package/content/Blockquote/__stories__/Default/index.js +8 -6
  1388. package/content/Blockquote/__stories__/Default.d.ts +2 -2
  1389. package/content/Blockquote/__stories__/Default.js.map +7 -0
  1390. package/content/Blockquote/__stories__/Dense/index.js +8 -8
  1391. package/content/Blockquote/__stories__/Dense.d.ts +2 -2
  1392. package/content/Blockquote/__stories__/Dense.js.map +7 -0
  1393. package/content/Blockquote/index.js +7 -3
  1394. package/content/Blockquote/index.js.map +7 -0
  1395. package/content/Card/Card.stories/index.js +33 -18
  1396. package/content/Card/Card.stories.d.ts +11 -11
  1397. package/content/Card/Card.stories.js.map +7 -0
  1398. package/content/Card/__stories__/Default/index.js +14 -7
  1399. package/content/Card/__stories__/Default.d.ts +2 -2
  1400. package/content/Card/__stories__/Default.js.map +7 -0
  1401. package/content/Card/__stories__/Dense/index.js +14 -11
  1402. package/content/Card/__stories__/Dense.d.ts +2 -2
  1403. package/content/Card/__stories__/Dense.js.map +7 -0
  1404. package/content/Card/__stories__/WithClickableContent/index.js +9 -11
  1405. package/content/Card/__stories__/WithClickableContent.d.ts +2 -2
  1406. package/content/Card/__stories__/WithClickableContent.js.map +7 -0
  1407. package/content/Card/__stories__/WithClickableLink/index.js +9 -9
  1408. package/content/Card/__stories__/WithClickableLink.d.ts +2 -2
  1409. package/content/Card/__stories__/WithClickableLink.js.map +7 -0
  1410. package/content/Card/__stories__/WithDarkBorder/index.js +14 -10
  1411. package/content/Card/__stories__/WithDarkBorder.d.ts +2 -2
  1412. package/content/Card/__stories__/WithDarkBorder.js.map +7 -0
  1413. package/content/Card/__stories__/WithDarkTopBorder/index.js +14 -10
  1414. package/content/Card/__stories__/WithDarkTopBorder.d.ts +2 -2
  1415. package/content/Card/__stories__/WithDarkTopBorder.js.map +7 -0
  1416. package/content/Card/__stories__/WithDivider/index.js +14 -9
  1417. package/content/Card/__stories__/WithDivider.d.ts +2 -2
  1418. package/content/Card/__stories__/WithDivider.js.map +7 -0
  1419. package/content/Card/__stories__/WithGrayBorder/index.js +14 -10
  1420. package/content/Card/__stories__/WithGrayBorder.d.ts +2 -2
  1421. package/content/Card/__stories__/WithGrayBorder.js.map +7 -0
  1422. package/content/Card/__stories__/WithGrayTopBorder/index.js +14 -10
  1423. package/content/Card/__stories__/WithGrayTopBorder.d.ts +2 -2
  1424. package/content/Card/__stories__/WithGrayTopBorder.js.map +7 -0
  1425. package/content/Card/__stories__/WithGroupButton/index.js +15 -8
  1426. package/content/Card/__stories__/WithGroupButton.d.ts +2 -2
  1427. package/content/Card/__stories__/WithGroupButton.js.map +7 -0
  1428. package/content/Card/__stories__/WithLink/index.js +14 -7
  1429. package/content/Card/__stories__/WithLink.d.ts +2 -2
  1430. package/content/Card/__stories__/WithLink.js.map +7 -0
  1431. package/content/Card/index.js +10 -6
  1432. package/content/Card/index.js.map +7 -0
  1433. package/content/Card/interaction.test.d.ts +1 -0
  1434. package/content/Chip/Chip.stories/index.js +18 -9
  1435. package/content/Chip/Chip.stories.d.ts +5 -5
  1436. package/content/Chip/Chip.stories.js.map +7 -0
  1437. package/content/Chip/__stories__/ClickableChip/index.js +15 -8
  1438. package/content/Chip/__stories__/ClickableChip.d.ts +2 -2
  1439. package/content/Chip/__stories__/ClickableChip.js.map +7 -0
  1440. package/content/Chip/__stories__/ClickableDeletableChip/index.js +17 -10
  1441. package/content/Chip/__stories__/ClickableDeletableChip.d.ts +2 -2
  1442. package/content/Chip/__stories__/ClickableDeletableChip.js.map +7 -0
  1443. package/content/Chip/__stories__/Default/index.js +8 -6
  1444. package/content/Chip/__stories__/Default.d.ts +2 -2
  1445. package/content/Chip/__stories__/Default.js.map +7 -0
  1446. package/content/Chip/__stories__/DeletableChip/index.js +15 -8
  1447. package/content/Chip/__stories__/DeletableChip.d.ts +2 -2
  1448. package/content/Chip/__stories__/DeletableChip.js.map +7 -0
  1449. package/content/Chip/__stories__/GroupOfChips/index.js +8 -6
  1450. package/content/Chip/__stories__/GroupOfChips.d.ts +2 -2
  1451. package/content/Chip/__stories__/GroupOfChips.js.map +7 -0
  1452. package/content/Chip/index.js +10 -6
  1453. package/content/Chip/index.js.map +7 -0
  1454. package/content/Details/Details.stories/index.js +12 -7
  1455. package/content/Details/Details.stories.d.ts +1 -1
  1456. package/content/Details/Details.stories.js.map +7 -0
  1457. package/content/Details/__stories__/Default/index.js +12 -6
  1458. package/content/Details/__stories__/Default.d.ts +2 -2
  1459. package/content/Details/__stories__/Default.js.map +7 -0
  1460. package/content/Details/index.js +9 -5
  1461. package/content/Details/index.js.map +7 -0
  1462. package/content/FillableText/index.js +8 -4
  1463. package/content/FillableText/index.js.map +7 -0
  1464. package/content/List/List/index.js +7 -3
  1465. package/content/List/List.js.map +7 -0
  1466. package/content/List/List.stories/index.js +22 -12
  1467. package/content/List/List.stories.d.ts +6 -6
  1468. package/content/List/List.stories.js.map +7 -0
  1469. package/content/List/ListItem/index.js +7 -3
  1470. package/content/List/ListItem.js.map +7 -0
  1471. package/content/List/__stories__/BulletList/index.js +9 -9
  1472. package/content/List/__stories__/BulletList.d.ts +2 -2
  1473. package/content/List/__stories__/BulletList.js.map +7 -0
  1474. package/content/List/__stories__/Default/index.js +9 -7
  1475. package/content/List/__stories__/Default.d.ts +2 -2
  1476. package/content/List/__stories__/Default.js.map +7 -0
  1477. package/content/List/__stories__/HorizontalList/index.js +10 -10
  1478. package/content/List/__stories__/HorizontalList.d.ts +2 -2
  1479. package/content/List/__stories__/HorizontalList.js.map +7 -0
  1480. package/content/List/__stories__/NestedBulletList/index.js +9 -17
  1481. package/content/List/__stories__/NestedBulletList.d.ts +2 -2
  1482. package/content/List/__stories__/NestedBulletList.js.map +7 -0
  1483. package/content/List/__stories__/NumberedList/index.js +9 -9
  1484. package/content/List/__stories__/NumberedList.d.ts +2 -2
  1485. package/content/List/__stories__/NumberedList.js.map +7 -0
  1486. package/content/List/__stories__/WithExtraSpace/index.js +9 -9
  1487. package/content/List/__stories__/WithExtraSpace.d.ts +2 -2
  1488. package/content/List/__stories__/WithExtraSpace.js.map +7 -0
  1489. package/content/List/index.js +7 -3
  1490. package/content/List/index.js.map +7 -0
  1491. package/content/Markdown/Markdown.stories/index.js +13 -0
  1492. package/content/Markdown/Markdown.stories/package.json +6 -0
  1493. package/content/Markdown/Markdown.stories.d.ts +9 -0
  1494. package/content/Markdown/Markdown.stories.js.map +7 -0
  1495. package/content/Markdown/__stories__/Default/index.js +30 -0
  1496. package/content/Markdown/__stories__/Default/package.json +6 -0
  1497. package/content/Markdown/__stories__/Default.d.ts +3 -0
  1498. package/content/Markdown/__stories__/Default.js.map +7 -0
  1499. package/content/Markdown/index.d.ts +5 -2
  1500. package/content/Markdown/index.js +16 -10
  1501. package/content/Markdown/index.js.map +7 -0
  1502. package/content/Markdown/index.test.d.ts +1 -0
  1503. package/content/Markdown/useMarkdownToHTML/index.js +60 -61
  1504. package/content/Markdown/useMarkdownToHTML.js.map +7 -0
  1505. package/content/SafeHTML/SafeHTML.stories/index.js +13 -0
  1506. package/content/SafeHTML/SafeHTML.stories/package.json +6 -0
  1507. package/content/SafeHTML/SafeHTML.stories.d.ts +9 -0
  1508. package/content/SafeHTML/SafeHTML.stories.js.map +7 -0
  1509. package/content/SafeHTML/__stories__/Default/index.js +28 -0
  1510. package/content/SafeHTML/__stories__/Default/package.json +6 -0
  1511. package/content/SafeHTML/__stories__/Default.d.ts +3 -0
  1512. package/content/SafeHTML/__stories__/Default.js.map +7 -0
  1513. package/content/SafeHTML/index.d.ts +2 -2
  1514. package/content/SafeHTML/index.js +67 -68
  1515. package/content/SafeHTML/index.js.map +7 -0
  1516. package/content/SafeHTML/index.test.d.ts +1 -0
  1517. package/content/StepNav/StepNav.stories/index.js +19 -10
  1518. package/content/StepNav/StepNav.stories.d.ts +5 -5
  1519. package/content/StepNav/StepNav.stories.js.map +7 -0
  1520. package/content/StepNav/__stories__/Auto/index.js +148 -125
  1521. package/content/StepNav/__stories__/Auto.d.ts +2 -2
  1522. package/content/StepNav/__stories__/Auto.js.map +7 -0
  1523. package/content/StepNav/__stories__/Default/index.js +169 -144
  1524. package/content/StepNav/__stories__/Default.d.ts +2 -2
  1525. package/content/StepNav/__stories__/Default.js.map +7 -0
  1526. package/content/StepNav/__stories__/Dense/index.js +169 -146
  1527. package/content/StepNav/__stories__/Dense.d.ts +2 -2
  1528. package/content/StepNav/__stories__/Dense.js.map +7 -0
  1529. package/content/StepNav/__stories__/WithHints/index.js +170 -153
  1530. package/content/StepNav/__stories__/WithHints.d.ts +2 -2
  1531. package/content/StepNav/__stories__/WithHints.js.map +7 -0
  1532. package/content/StepNav/__stories__/WithHook/index.js +149 -133
  1533. package/content/StepNav/__stories__/WithHook.d.ts +2 -2
  1534. package/content/StepNav/__stories__/WithHook.js.map +7 -0
  1535. package/content/StepNav/auto/index.js +59 -52
  1536. package/content/StepNav/auto.d.ts +8 -9
  1537. package/content/StepNav/auto.js.map +7 -0
  1538. package/content/StepNav/index.d.ts +0 -1
  1539. package/content/StepNav/index.js +29 -16
  1540. package/content/StepNav/index.js.map +7 -0
  1541. package/content/SummaryList/SummaryList.stories/index.js +25 -13
  1542. package/content/SummaryList/SummaryList.stories.d.ts +15 -8
  1543. package/content/SummaryList/SummaryList.stories.js.map +7 -0
  1544. package/content/SummaryList/__stories__/Default/index.js +16 -14
  1545. package/content/SummaryList/__stories__/Default.d.ts +2 -2
  1546. package/content/SummaryList/__stories__/Default.js.map +7 -0
  1547. package/content/SummaryList/__stories__/RowVariations/index.js +16 -29
  1548. package/content/SummaryList/__stories__/RowVariations.d.ts +2 -2
  1549. package/content/SummaryList/__stories__/RowVariations.js.map +7 -0
  1550. package/content/SummaryList/__stories__/SummaryListExample/index.js +43 -0
  1551. package/content/SummaryList/__stories__/SummaryListExample/package.json +6 -0
  1552. package/content/SummaryList/__stories__/SummaryListExample.d.ts +14 -0
  1553. package/content/SummaryList/__stories__/SummaryListExample.js.map +7 -0
  1554. package/content/SummaryList/__stories__/WithActions/index.js +17 -17
  1555. package/content/SummaryList/__stories__/WithActions.d.ts +2 -2
  1556. package/content/SummaryList/__stories__/WithActions.js.map +7 -0
  1557. package/content/SummaryList/__stories__/WithKeyAndAction/index.js +18 -17
  1558. package/content/SummaryList/__stories__/WithKeyAndAction.d.ts +2 -2
  1559. package/content/SummaryList/__stories__/WithKeyAndAction.js.map +7 -0
  1560. package/content/SummaryList/__stories__/WithNoLastBorder/index.js +17 -0
  1561. package/content/SummaryList/__stories__/WithNoLastBorder/package.json +6 -0
  1562. package/content/SummaryList/__stories__/WithNoLastBorder.d.ts +3 -0
  1563. package/content/SummaryList/__stories__/WithNoLastBorder.js.map +7 -0
  1564. package/content/SummaryList/__stories__/WithoutActions/index.js +13 -6
  1565. package/content/SummaryList/__stories__/WithoutActions.d.ts +2 -2
  1566. package/content/SummaryList/__stories__/WithoutActions.js.map +7 -0
  1567. package/content/SummaryList/__stories__/WithoutBorders/index.js +16 -16
  1568. package/content/SummaryList/__stories__/WithoutBorders.d.ts +2 -2
  1569. package/content/SummaryList/__stories__/WithoutBorders.js.map +7 -0
  1570. package/content/SummaryList/index.js +11 -7
  1571. package/content/SummaryList/index.js.map +7 -0
  1572. package/content/Table/Table.stories/index.js +46 -24
  1573. package/content/Table/Table.stories.d.ts +18 -18
  1574. package/content/Table/Table.stories.js.map +7 -0
  1575. package/content/Table/TableFloatingScroll/index.js +59 -66
  1576. package/content/Table/TableFloatingScroll.d.ts +2 -2
  1577. package/content/Table/TableFloatingScroll.js.map +7 -0
  1578. package/content/Table/__stories__/DarkVariant/index.js +46 -43
  1579. package/content/Table/__stories__/DarkVariant.d.ts +2 -2
  1580. package/content/Table/__stories__/DarkVariant.js.map +7 -0
  1581. package/content/Table/__stories__/DarkVariantWithVerticalHeaders/index.js +46 -43
  1582. package/content/Table/__stories__/DarkVariantWithVerticalHeaders.d.ts +2 -2
  1583. package/content/Table/__stories__/DarkVariantWithVerticalHeaders.js.map +7 -0
  1584. package/content/Table/__stories__/Default/index.js +41 -37
  1585. package/content/Table/__stories__/Default.d.ts +2 -2
  1586. package/content/Table/__stories__/Default.js.map +7 -0
  1587. package/content/Table/__stories__/DefinedWidth/index.js +41 -39
  1588. package/content/Table/__stories__/DefinedWidth.d.ts +2 -2
  1589. package/content/Table/__stories__/DefinedWidth.js.map +7 -0
  1590. package/content/Table/__stories__/Dense/index.js +107 -0
  1591. package/content/Table/__stories__/Dense/package.json +6 -0
  1592. package/content/Table/__stories__/Dense.d.ts +3 -0
  1593. package/content/Table/__stories__/Dense.js.map +7 -0
  1594. package/content/Table/__stories__/Full/index.js +115 -87
  1595. package/content/Table/__stories__/Full.d.ts +2 -2
  1596. package/content/Table/__stories__/Full.js.map +7 -0
  1597. package/content/Table/__stories__/MultipleProps/index.js +77 -61
  1598. package/content/Table/__stories__/MultipleProps.d.ts +2 -2
  1599. package/content/Table/__stories__/MultipleProps.js.map +7 -0
  1600. package/content/Table/__stories__/NoData/index.js +19 -8
  1601. package/content/Table/__stories__/NoData.d.ts +2 -2
  1602. package/content/Table/__stories__/NoData.js.map +7 -0
  1603. package/content/Table/__stories__/NumericDataType/index.js +70 -51
  1604. package/content/Table/__stories__/NumericDataType.d.ts +2 -2
  1605. package/content/Table/__stories__/NumericDataType.js.map +7 -0
  1606. package/content/Table/__stories__/RowColors/index.js +65 -55
  1607. package/content/Table/__stories__/RowColors.d.ts +2 -2
  1608. package/content/Table/__stories__/RowColors.js.map +7 -0
  1609. package/content/Table/__stories__/Stacked/index.js +41 -39
  1610. package/content/Table/__stories__/Stacked.d.ts +2 -2
  1611. package/content/Table/__stories__/Stacked.js.map +7 -0
  1612. package/content/Table/__stories__/TableCaptions/index.js +10 -14
  1613. package/content/Table/__stories__/TableCaptions.d.ts +2 -2
  1614. package/content/Table/__stories__/TableCaptions.js.map +7 -0
  1615. package/content/Table/__stories__/VerticalBorders/index.js +46 -43
  1616. package/content/Table/__stories__/VerticalBorders.d.ts +2 -2
  1617. package/content/Table/__stories__/VerticalBorders.js.map +7 -0
  1618. package/content/Table/__stories__/VerticalHeaders/index.js +41 -37
  1619. package/content/Table/__stories__/VerticalHeaders.d.ts +2 -2
  1620. package/content/Table/__stories__/VerticalHeaders.js.map +7 -0
  1621. package/content/Table/__stories__/WithFloatingScroll/index.js +57 -65
  1622. package/content/Table/__stories__/WithFloatingScroll.d.ts +2 -2
  1623. package/content/Table/__stories__/WithFloatingScroll.js.map +7 -0
  1624. package/content/Table/__stories__/WithLoader/index.js +61 -61
  1625. package/content/Table/__stories__/WithLoader.d.ts +2 -2
  1626. package/content/Table/__stories__/WithLoader.js.map +7 -0
  1627. package/content/Table/__stories__/WithSortFilters/index.js +117 -96
  1628. package/content/Table/__stories__/WithSortFilters.d.ts +2 -2
  1629. package/content/Table/__stories__/WithSortFilters.js.map +7 -0
  1630. package/content/Table/__stories__/ZebraProp/index.js +46 -43
  1631. package/content/Table/__stories__/ZebraProp.d.ts +2 -2
  1632. package/content/Table/__stories__/ZebraProp.js.map +7 -0
  1633. package/content/Table/hooks/useSort/index.js +17 -22
  1634. package/content/Table/hooks/useSort.d.ts +1 -1
  1635. package/content/Table/hooks/useSort.js.map +7 -0
  1636. package/content/Table/index.d.ts +2 -2
  1637. package/content/Table/index.js +108 -95
  1638. package/content/Table/index.js.map +7 -0
  1639. package/content/TaskList/TaskList.stories/index.js +13 -7
  1640. package/content/TaskList/TaskList.stories.d.ts +2 -2
  1641. package/content/TaskList/TaskList.stories.js.map +7 -0
  1642. package/content/TaskList/__stories__/Default/index.js +88 -67
  1643. package/content/TaskList/__stories__/Default.d.ts +2 -2
  1644. package/content/TaskList/__stories__/Default.js.map +7 -0
  1645. package/content/TaskList/__stories__/Dense/index.js +88 -69
  1646. package/content/TaskList/__stories__/Dense.d.ts +2 -2
  1647. package/content/TaskList/__stories__/Dense.js.map +7 -0
  1648. package/content/TaskList/index.js +11 -7
  1649. package/content/TaskList/index.js.map +7 -0
  1650. package/content/Timeline/Timeline.stories/index.js +13 -7
  1651. package/content/Timeline/Timeline.stories.d.ts +2 -2
  1652. package/content/Timeline/Timeline.stories.js.map +7 -0
  1653. package/content/Timeline/__stories__/Default/index.js +139 -118
  1654. package/content/Timeline/__stories__/Default.d.ts +2 -2
  1655. package/content/Timeline/__stories__/Default.js.map +7 -0
  1656. package/content/Timeline/__stories__/Dense/index.js +139 -120
  1657. package/content/Timeline/__stories__/Dense.d.ts +2 -2
  1658. package/content/Timeline/__stories__/Dense.js.map +7 -0
  1659. package/content/Timeline/index.js +11 -7
  1660. package/content/Timeline/index.js.map +7 -0
  1661. package/content/index.js +13 -12
  1662. package/content/index.js.map +7 -0
  1663. package/custom.d/index.js +1 -0
  1664. package/custom.d.js.map +7 -0
  1665. package/feedback/CopyToClipboard/CopyToClipboard.stories/index.js +14 -7
  1666. package/feedback/CopyToClipboard/CopyToClipboard.stories.d.ts +3 -3
  1667. package/feedback/CopyToClipboard/CopyToClipboard.stories.js.map +7 -0
  1668. package/feedback/CopyToClipboard/__stories__/Banner/index.js +19 -13
  1669. package/feedback/CopyToClipboard/__stories__/Banner.d.ts +2 -2
  1670. package/feedback/CopyToClipboard/__stories__/Banner.js.map +7 -0
  1671. package/feedback/CopyToClipboard/__stories__/Default/index.js +24 -19
  1672. package/feedback/CopyToClipboard/__stories__/Default.d.ts +2 -2
  1673. package/feedback/CopyToClipboard/__stories__/Default.js.map +7 -0
  1674. package/feedback/CopyToClipboard/__stories__/Dense/index.js +22 -17
  1675. package/feedback/CopyToClipboard/__stories__/Dense.d.ts +2 -2
  1676. package/feedback/CopyToClipboard/__stories__/Dense.js.map +7 -0
  1677. package/feedback/CopyToClipboard/index.d.ts +1 -1
  1678. package/feedback/CopyToClipboard/index.js +41 -42
  1679. package/feedback/CopyToClipboard/index.js.map +7 -0
  1680. package/feedback/ErrorSummary/ErrorSummary.stories/index.js +22 -12
  1681. package/feedback/ErrorSummary/ErrorSummary.stories.d.ts +6 -6
  1682. package/feedback/ErrorSummary/ErrorSummary.stories.js.map +7 -0
  1683. package/feedback/ErrorSummary/__stories__/Default/index.js +10 -10
  1684. package/feedback/ErrorSummary/__stories__/Default.d.ts +2 -2
  1685. package/feedback/ErrorSummary/__stories__/Default.js.map +7 -0
  1686. package/feedback/ErrorSummary/__stories__/Dense/index.js +10 -12
  1687. package/feedback/ErrorSummary/__stories__/Dense.d.ts +2 -2
  1688. package/feedback/ErrorSummary/__stories__/Dense.js.map +7 -0
  1689. package/feedback/ErrorSummary/__stories__/LinkedToCheckbox/index.js +19 -27
  1690. package/feedback/ErrorSummary/__stories__/LinkedToCheckbox.d.ts +2 -2
  1691. package/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js.map +7 -0
  1692. package/feedback/ErrorSummary/__stories__/LinkedToField/index.js +22 -28
  1693. package/feedback/ErrorSummary/__stories__/LinkedToField.d.ts +2 -2
  1694. package/feedback/ErrorSummary/__stories__/LinkedToField.js.map +7 -0
  1695. package/feedback/ErrorSummary/__stories__/LinkedToInput/index.js +16 -27
  1696. package/feedback/ErrorSummary/__stories__/LinkedToInput.d.ts +2 -2
  1697. package/feedback/ErrorSummary/__stories__/LinkedToInput.js.map +7 -0
  1698. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/index.js +24 -32
  1699. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.d.ts +2 -2
  1700. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js.map +7 -0
  1701. package/feedback/ErrorSummary/index.js +7 -3
  1702. package/feedback/ErrorSummary/index.js.map +7 -0
  1703. package/feedback/ErrorSummary/interaction.test.d.ts +1 -0
  1704. package/feedback/NotificationBanner/NotificationBanner.stories/index.js +17 -10
  1705. package/feedback/NotificationBanner/NotificationBanner.stories.d.ts +3 -3
  1706. package/feedback/NotificationBanner/NotificationBanner.stories.js.map +7 -0
  1707. package/feedback/NotificationBanner/__stories__/Default/index.js +15 -8
  1708. package/feedback/NotificationBanner/__stories__/Default.d.ts +2 -2
  1709. package/feedback/NotificationBanner/__stories__/Default.js.map +7 -0
  1710. package/feedback/NotificationBanner/__stories__/Dense/index.js +15 -8
  1711. package/feedback/NotificationBanner/__stories__/Dense.d.ts +2 -2
  1712. package/feedback/NotificationBanner/__stories__/Dense.js.map +7 -0
  1713. package/feedback/NotificationBanner/__stories__/Success/index.js +15 -8
  1714. package/feedback/NotificationBanner/__stories__/Success.d.ts +2 -2
  1715. package/feedback/NotificationBanner/__stories__/Success.js.map +7 -0
  1716. package/feedback/NotificationBanner/index.js +26 -25
  1717. package/feedback/NotificationBanner/index.js.map +7 -0
  1718. package/feedback/PhaseBanner/PhaseBanner.stories/index.js +14 -8
  1719. package/feedback/PhaseBanner/PhaseBanner.stories.d.ts +2 -2
  1720. package/feedback/PhaseBanner/PhaseBanner.stories.js.map +7 -0
  1721. package/feedback/PhaseBanner/__stories__/Default/index.js +13 -9
  1722. package/feedback/PhaseBanner/__stories__/Default.d.ts +2 -2
  1723. package/feedback/PhaseBanner/__stories__/Default.js.map +7 -0
  1724. package/feedback/PhaseBanner/__stories__/Underlined/index.js +13 -11
  1725. package/feedback/PhaseBanner/__stories__/Underlined.d.ts +2 -2
  1726. package/feedback/PhaseBanner/__stories__/Underlined.js.map +7 -0
  1727. package/feedback/PhaseBanner/index.js +10 -6
  1728. package/feedback/PhaseBanner/index.js.map +7 -0
  1729. package/feedback/WarningText/WarningText.stories/index.js +16 -9
  1730. package/feedback/WarningText/WarningText.stories.d.ts +3 -3
  1731. package/feedback/WarningText/WarningText.stories.js.map +7 -0
  1732. package/feedback/WarningText/__stories__/AssistiveText/index.js +8 -8
  1733. package/feedback/WarningText/__stories__/AssistiveText.d.ts +2 -2
  1734. package/feedback/WarningText/__stories__/AssistiveText.js.map +7 -0
  1735. package/feedback/WarningText/__stories__/Default/index.js +8 -6
  1736. package/feedback/WarningText/__stories__/Default.d.ts +2 -2
  1737. package/feedback/WarningText/__stories__/Default.js.map +7 -0
  1738. package/feedback/WarningText/__stories__/Dense/index.js +8 -8
  1739. package/feedback/WarningText/__stories__/Dense.d.ts +2 -2
  1740. package/feedback/WarningText/__stories__/Dense.js.map +7 -0
  1741. package/feedback/WarningText/index.d.ts +1 -0
  1742. package/feedback/WarningText/index.js +9 -3
  1743. package/feedback/WarningText/index.js.map +7 -0
  1744. package/feedback/index.js +6 -5
  1745. package/feedback/index.js.map +7 -0
  1746. package/form/AutoComplete/AutoComplete.stories/index.js +28 -14
  1747. package/form/AutoComplete/AutoComplete.stories.d.ts +10 -10
  1748. package/form/AutoComplete/AutoComplete.stories.js.map +7 -0
  1749. package/form/AutoComplete/Status/index.d.ts +4 -4
  1750. package/form/AutoComplete/Status/index.js +78 -122
  1751. package/form/AutoComplete/Status/index.js.map +7 -0
  1752. package/form/AutoComplete/__stories__/Default/index.js +11 -13
  1753. package/form/AutoComplete/__stories__/Default.d.ts +2 -2
  1754. package/form/AutoComplete/__stories__/Default.js.map +7 -0
  1755. package/form/AutoComplete/__stories__/Multiple/index.js +19 -16
  1756. package/form/AutoComplete/__stories__/Multiple.d.ts +2 -2
  1757. package/form/AutoComplete/__stories__/Multiple.js.map +7 -0
  1758. package/form/AutoComplete/__stories__/MultipleShowingTwoSelected/index.js +20 -15
  1759. package/form/AutoComplete/__stories__/MultipleShowingTwoSelected.d.ts +2 -2
  1760. package/form/AutoComplete/__stories__/MultipleShowingTwoSelected.js.map +7 -0
  1761. package/form/AutoComplete/__stories__/MultipleWithDefaultValues/index.js +16 -11
  1762. package/form/AutoComplete/__stories__/MultipleWithDefaultValues.d.ts +2 -2
  1763. package/form/AutoComplete/__stories__/MultipleWithDefaultValues.js.map +7 -0
  1764. package/form/AutoComplete/__stories__/MultipleWithMinLength/index.js +21 -18
  1765. package/form/AutoComplete/__stories__/MultipleWithMinLength.d.ts +2 -2
  1766. package/form/AutoComplete/__stories__/MultipleWithMinLength.js.map +7 -0
  1767. package/form/AutoComplete/__stories__/WithAutoSelect/index.js +21 -22
  1768. package/form/AutoComplete/__stories__/WithAutoSelect.d.ts +2 -2
  1769. package/form/AutoComplete/__stories__/WithAutoSelect.js.map +7 -0
  1770. package/form/AutoComplete/__stories__/WithDefaultValue/index.js +19 -14
  1771. package/form/AutoComplete/__stories__/WithDefaultValue.d.ts +2 -2
  1772. package/form/AutoComplete/__stories__/WithDefaultValue.js.map +7 -0
  1773. package/form/AutoComplete/__stories__/WithMinLength/index.js +20 -15
  1774. package/form/AutoComplete/__stories__/WithMinLength.d.ts +2 -2
  1775. package/form/AutoComplete/__stories__/WithMinLength.js.map +7 -0
  1776. package/form/AutoComplete/__stories__/WithPlaceHolder/index.js +19 -14
  1777. package/form/AutoComplete/__stories__/WithPlaceHolder.d.ts +2 -2
  1778. package/form/AutoComplete/__stories__/WithPlaceHolder.js.map +7 -0
  1779. package/form/AutoComplete/__stories__/WithShowAllValues/index.js +11 -13
  1780. package/form/AutoComplete/__stories__/WithShowAllValues.d.ts +2 -2
  1781. package/form/AutoComplete/__stories__/WithShowAllValues.js.map +7 -0
  1782. package/form/AutoComplete/__stories__/utils/index.js +1 -0
  1783. package/form/AutoComplete/__stories__/utils.js.map +7 -0
  1784. package/form/AutoComplete/index.d.ts +14 -15
  1785. package/form/AutoComplete/index.js +569 -652
  1786. package/form/AutoComplete/index.js.map +7 -0
  1787. package/form/AutoComplete/utils/index.js +288 -30
  1788. package/form/AutoComplete/utils.js.map +7 -0
  1789. package/form/Button/Button.stories/index.js +34 -18
  1790. package/form/Button/Button.stories.d.ts +12 -12
  1791. package/form/Button/Button.stories.js.map +7 -0
  1792. package/form/Button/ButtonLink/index.js +7 -3
  1793. package/form/Button/ButtonLink.js.map +7 -0
  1794. package/form/Button/CallToAction/index.js +7 -3
  1795. package/form/Button/CallToAction.js.map +7 -0
  1796. package/form/Button/ThemeToggleButton/index.js +39 -34
  1797. package/form/Button/ThemeToggleButton.d.ts +2 -2
  1798. package/form/Button/ThemeToggleButton.js.map +7 -0
  1799. package/form/Button/__stories__/Back/index.js +8 -10
  1800. package/form/Button/__stories__/Back.d.ts +2 -2
  1801. package/form/Button/__stories__/Back.js.map +7 -0
  1802. package/form/Button/__stories__/ButtonLinkButton/index.js +17 -15
  1803. package/form/Button/__stories__/ButtonLinkButton.d.ts +2 -2
  1804. package/form/Button/__stories__/ButtonLinkButton.js.map +7 -0
  1805. package/form/Button/__stories__/CallToActionButton/index.js +17 -11
  1806. package/form/Button/__stories__/CallToActionButton.d.ts +2 -2
  1807. package/form/Button/__stories__/CallToActionButton.js.map +7 -0
  1808. package/form/Button/__stories__/Dense/index.js +8 -9
  1809. package/form/Button/__stories__/Dense.d.ts +2 -2
  1810. package/form/Button/__stories__/Dense.js.map +7 -0
  1811. package/form/Button/__stories__/Disabled/index.js +8 -10
  1812. package/form/Button/__stories__/Disabled.d.ts +2 -2
  1813. package/form/Button/__stories__/Disabled.js.map +7 -0
  1814. package/form/Button/__stories__/GroupingButtons/index.js +8 -8
  1815. package/form/Button/__stories__/GroupingButtons.d.ts +2 -2
  1816. package/form/Button/__stories__/GroupingButtons.js.map +7 -0
  1817. package/form/Button/__stories__/GroupingButtonsAndLinks/index.js +9 -9
  1818. package/form/Button/__stories__/GroupingButtonsAndLinks.d.ts +2 -2
  1819. package/form/Button/__stories__/GroupingButtonsAndLinks.js.map +7 -0
  1820. package/form/Button/__stories__/Primary/index.js +8 -8
  1821. package/form/Button/__stories__/Primary.d.ts +2 -2
  1822. package/form/Button/__stories__/Primary.js.map +7 -0
  1823. package/form/Button/__stories__/Secondary/index.js +8 -9
  1824. package/form/Button/__stories__/Secondary.d.ts +2 -2
  1825. package/form/Button/__stories__/Secondary.js.map +7 -0
  1826. package/form/Button/__stories__/ThemeToggle/index.js +8 -6
  1827. package/form/Button/__stories__/ThemeToggle.d.ts +2 -2
  1828. package/form/Button/__stories__/ThemeToggle.js.map +7 -0
  1829. package/form/Button/__stories__/Warning/index.js +10 -9
  1830. package/form/Button/__stories__/Warning.d.ts +2 -2
  1831. package/form/Button/__stories__/Warning.js.map +7 -0
  1832. package/form/Button/__stories__/WithVariantLink/index.js +15 -8
  1833. package/form/Button/__stories__/WithVariantLink.d.ts +2 -2
  1834. package/form/Button/__stories__/WithVariantLink.js.map +7 -0
  1835. package/form/Button/index.js +19 -16
  1836. package/form/Button/index.js.map +7 -0
  1837. package/form/Checkbox/Checkbox.stories/index.js +30 -16
  1838. package/form/Checkbox/Checkbox.stories.d.ts +10 -10
  1839. package/form/Checkbox/Checkbox.stories.js.map +7 -0
  1840. package/form/Checkbox/__stories__/ConditionalReveal/index.js +19 -23
  1841. package/form/Checkbox/__stories__/ConditionalReveal.d.ts +2 -2
  1842. package/form/Checkbox/__stories__/ConditionalReveal.js.map +7 -0
  1843. package/form/Checkbox/__stories__/Default/index.js +14 -21
  1844. package/form/Checkbox/__stories__/Default.d.ts +2 -2
  1845. package/form/Checkbox/__stories__/Default.js.map +7 -0
  1846. package/form/Checkbox/__stories__/Dense/index.js +14 -23
  1847. package/form/Checkbox/__stories__/Dense.d.ts +2 -2
  1848. package/form/Checkbox/__stories__/Dense.js.map +7 -0
  1849. package/form/Checkbox/__stories__/Inline/index.js +14 -20
  1850. package/form/Checkbox/__stories__/Inline.d.ts +2 -2
  1851. package/form/Checkbox/__stories__/Inline.js.map +7 -0
  1852. package/form/Checkbox/__stories__/InlineWithDivider/index.js +14 -21
  1853. package/form/Checkbox/__stories__/InlineWithDivider.d.ts +2 -2
  1854. package/form/Checkbox/__stories__/InlineWithDivider.js.map +7 -0
  1855. package/form/Checkbox/__stories__/MultipleQuestions/index.js +14 -23
  1856. package/form/Checkbox/__stories__/MultipleQuestions.d.ts +2 -2
  1857. package/form/Checkbox/__stories__/MultipleQuestions.js.map +7 -0
  1858. package/form/Checkbox/__stories__/NoneAnswer/index.js +13 -17
  1859. package/form/Checkbox/__stories__/NoneAnswer.d.ts +2 -2
  1860. package/form/Checkbox/__stories__/NoneAnswer.js.map +7 -0
  1861. package/form/Checkbox/__stories__/NoneAnswerWithError/index.js +15 -23
  1862. package/form/Checkbox/__stories__/NoneAnswerWithError.d.ts +2 -2
  1863. package/form/Checkbox/__stories__/NoneAnswerWithError.js.map +7 -0
  1864. package/form/Checkbox/__stories__/WithErrorMessage/index.js +16 -24
  1865. package/form/Checkbox/__stories__/WithErrorMessage.d.ts +2 -2
  1866. package/form/Checkbox/__stories__/WithErrorMessage.js.map +7 -0
  1867. package/form/Checkbox/__stories__/WithHint/index.js +14 -24
  1868. package/form/Checkbox/__stories__/WithHint.d.ts +2 -2
  1869. package/form/Checkbox/__stories__/WithHint.js.map +7 -0
  1870. package/form/Checkbox/index.d.ts +1 -0
  1871. package/form/Checkbox/index.js +10 -5
  1872. package/form/Checkbox/index.js.map +7 -0
  1873. package/form/DateInputContainer/DateInputContainer.stories/index.js +20 -11
  1874. package/form/DateInputContainer/DateInputContainer.stories.d.ts +5 -5
  1875. package/form/DateInputContainer/DateInputContainer.stories.js.map +7 -0
  1876. package/form/DateInputContainer/__stories__/Default/index.js +17 -21
  1877. package/form/DateInputContainer/__stories__/Default.d.ts +2 -2
  1878. package/form/DateInputContainer/__stories__/Default.js.map +7 -0
  1879. package/form/DateInputContainer/__stories__/Dense/index.js +16 -20
  1880. package/form/DateInputContainer/__stories__/Dense.d.ts +2 -2
  1881. package/form/DateInputContainer/__stories__/Dense.js.map +7 -0
  1882. package/form/DateInputContainer/__stories__/MultipleQuestions/index.js +17 -21
  1883. package/form/DateInputContainer/__stories__/MultipleQuestions.d.ts +2 -2
  1884. package/form/DateInputContainer/__stories__/MultipleQuestions.js.map +7 -0
  1885. package/form/DateInputContainer/__stories__/WithErrorMessage/index.js +19 -32
  1886. package/form/DateInputContainer/__stories__/WithErrorMessage.d.ts +2 -2
  1887. package/form/DateInputContainer/__stories__/WithErrorMessage.js.map +7 -0
  1888. package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/index.js +19 -29
  1889. package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.d.ts +2 -2
  1890. package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js.map +7 -0
  1891. package/form/DateInputContainer/index.js +8 -4
  1892. package/form/DateInputContainer/index.js.map +7 -0
  1893. package/form/ErrorMessage/ErrorMessage.stories/index.js +16 -9
  1894. package/form/ErrorMessage/ErrorMessage.stories.d.ts +3 -3
  1895. package/form/ErrorMessage/ErrorMessage.stories.js.map +7 -0
  1896. package/form/ErrorMessage/__stories__/DateInputError/index.js +19 -21
  1897. package/form/ErrorMessage/__stories__/DateInputError.d.ts +2 -2
  1898. package/form/ErrorMessage/__stories__/DateInputError.js.map +7 -0
  1899. package/form/ErrorMessage/__stories__/Default/index.js +16 -29
  1900. package/form/ErrorMessage/__stories__/Default.d.ts +2 -2
  1901. package/form/ErrorMessage/__stories__/Default.js.map +7 -0
  1902. package/form/ErrorMessage/__stories__/ErrorMessageOnly/index.js +9 -9
  1903. package/form/ErrorMessage/__stories__/ErrorMessageOnly.d.ts +2 -2
  1904. package/form/ErrorMessage/__stories__/ErrorMessageOnly.js.map +7 -0
  1905. package/form/ErrorMessage/index.js +7 -3
  1906. package/form/ErrorMessage/index.js.map +7 -0
  1907. package/form/FieldContainer/index.js +9 -5
  1908. package/form/FieldContainer/index.js.map +7 -0
  1909. package/form/FileUpload/FileUpload.stories/index.js +13 -7
  1910. package/form/FileUpload/FileUpload.stories.d.ts +2 -2
  1911. package/form/FileUpload/FileUpload.stories.js.map +7 -0
  1912. package/form/FileUpload/__stories__/Default/index.js +14 -14
  1913. package/form/FileUpload/__stories__/Default.d.ts +2 -2
  1914. package/form/FileUpload/__stories__/Default.js.map +7 -0
  1915. package/form/FileUpload/__stories__/WithErrorMessage/index.js +16 -18
  1916. package/form/FileUpload/__stories__/WithErrorMessage.d.ts +2 -2
  1917. package/form/FileUpload/__stories__/WithErrorMessage.js.map +7 -0
  1918. package/form/FileUpload/index.js +8 -4
  1919. package/form/FileUpload/index.js.map +7 -0
  1920. package/form/Form/index.js +7 -3
  1921. package/form/Form/index.js.map +7 -0
  1922. package/form/LabelContainer/index.js +8 -4
  1923. package/form/LabelContainer/index.js.map +7 -0
  1924. package/form/RadioContainer/RadioContainer.stories/index.js +30 -16
  1925. package/form/RadioContainer/RadioContainer.stories.d.ts +10 -10
  1926. package/form/RadioContainer/RadioContainer.stories.js.map +7 -0
  1927. package/form/RadioContainer/__stories__/ConditionalReveal/index.js +19 -23
  1928. package/form/RadioContainer/__stories__/ConditionalReveal.d.ts +2 -2
  1929. package/form/RadioContainer/__stories__/ConditionalReveal.js.map +7 -0
  1930. package/form/RadioContainer/__stories__/Default/index.js +13 -19
  1931. package/form/RadioContainer/__stories__/Default.d.ts +2 -2
  1932. package/form/RadioContainer/__stories__/Default.js.map +7 -0
  1933. package/form/RadioContainer/__stories__/Dense/index.js +13 -21
  1934. package/form/RadioContainer/__stories__/Dense.d.ts +2 -2
  1935. package/form/RadioContainer/__stories__/Dense.js.map +7 -0
  1936. package/form/RadioContainer/__stories__/Inline/index.js +14 -20
  1937. package/form/RadioContainer/__stories__/Inline.d.ts +2 -2
  1938. package/form/RadioContainer/__stories__/Inline.js.map +7 -0
  1939. package/form/RadioContainer/__stories__/InlineWithDivider/index.js +14 -21
  1940. package/form/RadioContainer/__stories__/InlineWithDivider.d.ts +2 -2
  1941. package/form/RadioContainer/__stories__/InlineWithDivider.js.map +7 -0
  1942. package/form/RadioContainer/__stories__/MultipleQuestions/index.js +14 -23
  1943. package/form/RadioContainer/__stories__/MultipleQuestions.d.ts +2 -2
  1944. package/form/RadioContainer/__stories__/MultipleQuestions.js.map +7 -0
  1945. package/form/RadioContainer/__stories__/NoneAnswer/index.js +13 -21
  1946. package/form/RadioContainer/__stories__/NoneAnswer.d.ts +2 -2
  1947. package/form/RadioContainer/__stories__/NoneAnswer.js.map +7 -0
  1948. package/form/RadioContainer/__stories__/WithErrorMessage/index.js +16 -26
  1949. package/form/RadioContainer/__stories__/WithErrorMessage.d.ts +2 -2
  1950. package/form/RadioContainer/__stories__/WithErrorMessage.js.map +7 -0
  1951. package/form/RadioContainer/__stories__/WithHints/index.js +23 -26
  1952. package/form/RadioContainer/__stories__/WithHints.d.ts +2 -2
  1953. package/form/RadioContainer/__stories__/WithHints.js.map +7 -0
  1954. package/form/RadioContainer/__stories__/WithMediumLegend/index.js +13 -21
  1955. package/form/RadioContainer/__stories__/WithMediumLegend.d.ts +2 -2
  1956. package/form/RadioContainer/__stories__/WithMediumLegend.js.map +7 -0
  1957. package/form/RadioContainer/index.js +10 -6
  1958. package/form/RadioContainer/index.js.map +7 -0
  1959. package/form/SearchContainer/SearchContainer.stories/index.js +13 -0
  1960. package/form/SearchContainer/SearchContainer.stories/package.json +6 -0
  1961. package/form/SearchContainer/SearchContainer.stories.d.ts +9 -0
  1962. package/form/SearchContainer/SearchContainer.stories.js.map +7 -0
  1963. package/form/SearchContainer/__stories__/Default/index.js +13 -0
  1964. package/form/SearchContainer/__stories__/Default/package.json +6 -0
  1965. package/form/SearchContainer/__stories__/Default.d.ts +3 -0
  1966. package/form/SearchContainer/__stories__/Default.js.map +7 -0
  1967. package/form/SearchContainer/index.js +9 -5
  1968. package/form/SearchContainer/index.js.map +7 -0
  1969. package/form/SearchContainer/index.test.d.ts +1 -0
  1970. package/form/SelectContainer/SelectContainer.stories/index.js +18 -10
  1971. package/form/SelectContainer/SelectContainer.stories.d.ts +4 -4
  1972. package/form/SelectContainer/SelectContainer.stories.js.map +7 -0
  1973. package/form/SelectContainer/__stories__/Default/index.js +13 -19
  1974. package/form/SelectContainer/__stories__/Default.d.ts +2 -2
  1975. package/form/SelectContainer/__stories__/Default.js.map +7 -0
  1976. package/form/SelectContainer/__stories__/Dense/index.js +13 -20
  1977. package/form/SelectContainer/__stories__/Dense.d.ts +2 -2
  1978. package/form/SelectContainer/__stories__/Dense.js.map +7 -0
  1979. package/form/SelectContainer/__stories__/DisabledInput/index.js +25 -21
  1980. package/form/SelectContainer/__stories__/DisabledInput.d.ts +2 -2
  1981. package/form/SelectContainer/__stories__/DisabledInput.js.map +7 -0
  1982. package/form/SelectContainer/__stories__/WithHint/index.js +25 -23
  1983. package/form/SelectContainer/__stories__/WithHint.d.ts +2 -2
  1984. package/form/SelectContainer/__stories__/WithHint.js.map +7 -0
  1985. package/form/SelectContainer/index.js +8 -4
  1986. package/form/SelectContainer/index.js.map +7 -0
  1987. package/form/SingleCharacterInputs/SingleCharacterInput.stories/index.js +18 -10
  1988. package/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +4 -4
  1989. package/form/SingleCharacterInputs/SingleCharacterInput.stories.js.map +7 -0
  1990. package/form/SingleCharacterInputs/__stories__/Default/index.js +17 -32
  1991. package/form/SingleCharacterInputs/__stories__/Default.d.ts +2 -2
  1992. package/form/SingleCharacterInputs/__stories__/Default.js.map +7 -0
  1993. package/form/SingleCharacterInputs/__stories__/WithDefaultError/index.js +19 -36
  1994. package/form/SingleCharacterInputs/__stories__/WithDefaultError.d.ts +2 -2
  1995. package/form/SingleCharacterInputs/__stories__/WithDefaultError.js.map +7 -0
  1996. package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/index.js +19 -46
  1997. package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.d.ts +2 -2
  1998. package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.js.map +7 -0
  1999. package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/index.js +19 -40
  2000. package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.d.ts +2 -2
  2001. package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.js.map +7 -0
  2002. package/form/SingleCharacterInputs/index.js +8 -4
  2003. package/form/SingleCharacterInputs/index.js.map +7 -0
  2004. package/form/TextArea/TextArea.stories/index.js +26 -14
  2005. package/form/TextArea/TextArea.stories.d.ts +8 -8
  2006. package/form/TextArea/TextArea.stories.js.map +7 -0
  2007. package/form/TextArea/__stories__/Default/index.js +10 -13
  2008. package/form/TextArea/__stories__/Default.d.ts +2 -2
  2009. package/form/TextArea/__stories__/Default.js.map +7 -0
  2010. package/form/TextArea/__stories__/Dense/index.js +10 -11
  2011. package/form/TextArea/__stories__/Dense.d.ts +2 -2
  2012. package/form/TextArea/__stories__/Dense.js.map +7 -0
  2013. package/form/TextArea/__stories__/DisabledInput/index.js +18 -18
  2014. package/form/TextArea/__stories__/DisabledInput.d.ts +2 -2
  2015. package/form/TextArea/__stories__/DisabledInput.js.map +7 -0
  2016. package/form/TextArea/__stories__/LimitedCharacters/index.js +11 -21
  2017. package/form/TextArea/__stories__/LimitedCharacters.d.ts +2 -2
  2018. package/form/TextArea/__stories__/LimitedCharacters.js.map +7 -0
  2019. package/form/TextArea/__stories__/MultipleQuestions/index.js +11 -14
  2020. package/form/TextArea/__stories__/MultipleQuestions.d.ts +2 -2
  2021. package/form/TextArea/__stories__/MultipleQuestions.js.map +7 -0
  2022. package/form/TextArea/__stories__/WithDeclaredRows/index.js +18 -18
  2023. package/form/TextArea/__stories__/WithDeclaredRows.d.ts +2 -2
  2024. package/form/TextArea/__stories__/WithDeclaredRows.js.map +7 -0
  2025. package/form/TextArea/__stories__/WithErrorMessage/index.js +12 -24
  2026. package/form/TextArea/__stories__/WithErrorMessage.d.ts +2 -2
  2027. package/form/TextArea/__stories__/WithErrorMessage.js.map +7 -0
  2028. package/form/TextArea/__stories__/WithHint/index.js +11 -17
  2029. package/form/TextArea/__stories__/WithHint.d.ts +2 -2
  2030. package/form/TextArea/__stories__/WithHint.js.map +7 -0
  2031. package/form/TextArea/index.js +7 -3
  2032. package/form/TextArea/index.js.map +7 -0
  2033. package/form/TextInput/TextInput.stories/index.js +30 -16
  2034. package/form/TextInput/TextInput.stories.d.ts +10 -10
  2035. package/form/TextInput/TextInput.stories.js.map +7 -0
  2036. package/form/TextInput/__stories__/AskingForNumbers/index.js +19 -19
  2037. package/form/TextInput/__stories__/AskingForNumbers.d.ts +2 -2
  2038. package/form/TextInput/__stories__/AskingForNumbers.js.map +7 -0
  2039. package/form/TextInput/__stories__/Default/index.js +10 -13
  2040. package/form/TextInput/__stories__/Default.d.ts +2 -2
  2041. package/form/TextInput/__stories__/Default.js.map +7 -0
  2042. package/form/TextInput/__stories__/Dense/index.js +10 -11
  2043. package/form/TextInput/__stories__/Dense.d.ts +2 -2
  2044. package/form/TextInput/__stories__/Dense.js.map +7 -0
  2045. package/form/TextInput/__stories__/DisabledInput/index.js +18 -18
  2046. package/form/TextInput/__stories__/DisabledInput.d.ts +2 -2
  2047. package/form/TextInput/__stories__/DisabledInput.js.map +7 -0
  2048. package/form/TextInput/__stories__/DisabledInputWithValue/index.js +20 -24
  2049. package/form/TextInput/__stories__/DisabledInputWithValue.d.ts +2 -2
  2050. package/form/TextInput/__stories__/DisabledInputWithValue.js.map +7 -0
  2051. package/form/TextInput/__stories__/FixedWidths/index.js +10 -39
  2052. package/form/TextInput/__stories__/FixedWidths.d.ts +2 -2
  2053. package/form/TextInput/__stories__/FixedWidths.js.map +7 -0
  2054. package/form/TextInput/__stories__/FluidWidths/index.js +10 -39
  2055. package/form/TextInput/__stories__/FluidWidths.d.ts +2 -2
  2056. package/form/TextInput/__stories__/FluidWidths.js.map +7 -0
  2057. package/form/TextInput/__stories__/MultipleQuestions/index.js +10 -10
  2058. package/form/TextInput/__stories__/MultipleQuestions.d.ts +2 -2
  2059. package/form/TextInput/__stories__/MultipleQuestions.js.map +7 -0
  2060. package/form/TextInput/__stories__/WithErrorMessage/index.js +19 -24
  2061. package/form/TextInput/__stories__/WithErrorMessage.d.ts +2 -2
  2062. package/form/TextInput/__stories__/WithErrorMessage.js.map +7 -0
  2063. package/form/TextInput/__stories__/WithHint/index.js +11 -17
  2064. package/form/TextInput/__stories__/WithHint.d.ts +2 -2
  2065. package/form/TextInput/__stories__/WithHint.js.map +7 -0
  2066. package/form/TextInput/index.js +7 -3
  2067. package/form/TextInput/index.js.map +7 -0
  2068. package/form/index.js +16 -15
  2069. package/form/index.js.map +7 -0
  2070. package/govgr/Footer/Copyright/index.js +45 -33
  2071. package/govgr/Footer/Copyright.d.ts +1 -0
  2072. package/govgr/Footer/Copyright.js.map +7 -0
  2073. package/govgr/Footer/HellenicRepublicLogo/index.js +7 -3
  2074. package/govgr/Footer/HellenicRepublicLogo.js.map +7 -0
  2075. package/govgr/Footer/LicenseCCSA/index.js +21 -14
  2076. package/govgr/Footer/LicenseCCSA.js.map +7 -0
  2077. package/govgr/Footer/index.js +26 -18
  2078. package/govgr/Footer/index.js.map +7 -0
  2079. package/govgr/Footer/logo/index.js +5 -1
  2080. package/govgr/Footer/logo.js.map +7 -0
  2081. package/govgr/Footer/logos/logo-el/index.js +5 -1
  2082. package/govgr/Footer/logos/logo-el.js.map +7 -0
  2083. package/govgr/Footer/logos/logo-en/index.js +5 -1
  2084. package/govgr/Footer/logos/logo-en.js.map +7 -0
  2085. package/govgr/GovGRLogo/index.js +7 -3
  2086. package/govgr/GovGRLogo/index.js.map +7 -0
  2087. package/govgr/GovGRLogo/logo/index.js +5 -1
  2088. package/govgr/GovGRLogo/logo.js.map +7 -0
  2089. package/govgr/images/govgr-logo-base64/index.js +5 -1
  2090. package/govgr/images/govgr-logo-base64.js.map +7 -0
  2091. package/govgr/images/govgr-logo-blue-base64/index.js +5 -1
  2092. package/govgr/images/govgr-logo-blue-base64.js.map +7 -0
  2093. package/govgr/images/greek-government-base64/index.js +5 -1
  2094. package/govgr/images/greek-government-base64.js.map +7 -0
  2095. package/govgr/images/grnet-logo-base64/index.js +5 -1
  2096. package/govgr/images/grnet-logo-base64.js.map +7 -0
  2097. package/govgr/images/index.js +6 -5
  2098. package/govgr/images/index.js.map +7 -0
  2099. package/govgr/images/minedu-logo-base64/index.js +5 -1
  2100. package/govgr/images/minedu-logo-base64.js.map +7 -0
  2101. package/govgr/images/minedu-logo-black-base64/index.js +5 -1
  2102. package/govgr/images/minedu-logo-black-base64.js.map +7 -0
  2103. package/govgr/index.js +6 -5
  2104. package/govgr/index.js.map +7 -0
  2105. package/i18n/I18nText/index.js +39 -35
  2106. package/i18n/I18nText.d.ts +1 -1
  2107. package/i18n/I18nText.js.map +7 -0
  2108. package/i18n/index.js +29 -28
  2109. package/i18n/index.js.map +7 -0
  2110. package/i18n/locales/el/index.js +86 -76
  2111. package/i18n/locales/el.d.ts +6 -0
  2112. package/i18n/locales/el.js.map +7 -0
  2113. package/i18n/locales/en/index.js +76 -72
  2114. package/i18n/locales/en.js.map +7 -0
  2115. package/icons/Icon/index.js +9 -5
  2116. package/icons/Icon/index.js.map +7 -0
  2117. package/icons/IconBase/index.d.ts +3 -0
  2118. package/icons/IconBase/index.js +7 -0
  2119. package/icons/IconBase/index.js.map +7 -0
  2120. package/icons/IconBase/package.json +6 -0
  2121. package/icons/ImageLogo/index.js +7 -3
  2122. package/icons/ImageLogo/index.js.map +7 -0
  2123. package/icons/ImageLogoSet/index.js +7 -3
  2124. package/icons/ImageLogoSet/index.js.map +7 -0
  2125. package/icons/SvgIcon/index.d.ts +3 -0
  2126. package/icons/SvgIcon/index.js +7 -0
  2127. package/icons/SvgIcon/index.js.map +7 -0
  2128. package/icons/SvgIcon/package.json +6 -0
  2129. package/icons/index.d.ts +3 -1
  2130. package/icons/index.js +52 -2
  2131. package/icons/index.js.map +7 -0
  2132. package/index.js +13 -12
  2133. package/index.js.map +7 -0
  2134. package/layouts/Admin/index.js +13 -9
  2135. package/layouts/Admin/index.js.map +7 -0
  2136. package/layouts/Basic/Aside/index.js +7 -3
  2137. package/layouts/Basic/Aside/index.js.map +7 -0
  2138. package/layouts/Basic/Basic.stories/index.js +17 -9
  2139. package/layouts/Basic/Basic.stories.d.ts +4 -4
  2140. package/layouts/Basic/Basic.stories.js.map +7 -0
  2141. package/layouts/Basic/Bottom/__stories__/Default/index.js +18 -14
  2142. package/layouts/Basic/Bottom/__stories__/Default.d.ts +2 -2
  2143. package/layouts/Basic/Bottom/__stories__/Default.js.map +7 -0
  2144. package/layouts/Basic/Bottom/index.js +7 -3
  2145. package/layouts/Basic/Bottom/index.js.map +7 -0
  2146. package/layouts/Basic/Container/__stories__/Default/index.js +16 -12
  2147. package/layouts/Basic/Container/__stories__/Default.d.ts +2 -2
  2148. package/layouts/Basic/Container/__stories__/Default.js.map +7 -0
  2149. package/layouts/Basic/Container/index.js +7 -3
  2150. package/layouts/Basic/Container/index.js.map +7 -0
  2151. package/layouts/Basic/Main/__stories__/Default/index.js +16 -12
  2152. package/layouts/Basic/Main/__stories__/Default.d.ts +2 -2
  2153. package/layouts/Basic/Main/__stories__/Default.js.map +7 -0
  2154. package/layouts/Basic/Main/index.js +7 -3
  2155. package/layouts/Basic/Main/index.js.map +7 -0
  2156. package/layouts/Basic/Top/__stories__/Default/index.js +16 -12
  2157. package/layouts/Basic/Top/__stories__/Default.d.ts +2 -2
  2158. package/layouts/Basic/Top/__stories__/Default.js.map +7 -0
  2159. package/layouts/Basic/Top/index.js +7 -3
  2160. package/layouts/Basic/Top/index.js.map +7 -0
  2161. package/layouts/Basic/__stories__/Default/index.js +11 -9
  2162. package/layouts/Basic/__stories__/Default.d.ts +2 -2
  2163. package/layouts/Basic/__stories__/Default.js.map +7 -0
  2164. package/layouts/Basic/__stories__/MultipleRowsLayout/index.js +12 -12
  2165. package/layouts/Basic/__stories__/MultipleRowsLayout.d.ts +2 -2
  2166. package/layouts/Basic/__stories__/MultipleRowsLayout.js.map +7 -0
  2167. package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/index.js +12 -12
  2168. package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.d.ts +2 -2
  2169. package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.js.map +7 -0
  2170. package/layouts/Basic/__stories__/WithBasicLayout/index.js +13 -11
  2171. package/layouts/Basic/__stories__/WithBasicLayout.d.ts +2 -2
  2172. package/layouts/Basic/__stories__/WithBasicLayout.js.map +7 -0
  2173. package/layouts/Basic/index.d.ts +0 -1
  2174. package/layouts/Basic/index.js +12 -9
  2175. package/layouts/Basic/index.js.map +7 -0
  2176. package/layouts/Grid/Grid.stories/index.js +14 -7
  2177. package/layouts/Grid/Grid.stories.d.ts +3 -3
  2178. package/layouts/Grid/Grid.stories.js.map +7 -0
  2179. package/layouts/Grid/__stories__/Default/index.js +11 -72
  2180. package/layouts/Grid/__stories__/Default.d.ts +2 -2
  2181. package/layouts/Grid/__stories__/Default.js.map +7 -0
  2182. package/layouts/Grid/__stories__/Inline/index.js +11 -73
  2183. package/layouts/Grid/__stories__/Inline.d.ts +2 -2
  2184. package/layouts/Grid/__stories__/Inline.js.map +7 -0
  2185. package/layouts/Grid/__stories__/ResponsiveSpacing/index.js +25 -71
  2186. package/layouts/Grid/__stories__/ResponsiveSpacing.d.ts +2 -2
  2187. package/layouts/Grid/__stories__/ResponsiveSpacing.js.map +7 -0
  2188. package/layouts/Grid/index.js +7 -3
  2189. package/layouts/Grid/index.js.map +7 -0
  2190. package/layouts/Hidden/index.js +2 -1
  2191. package/layouts/Hidden/index.js.map +7 -0
  2192. package/layouts/Screen/Screen.stories/index.js +16 -8
  2193. package/layouts/Screen/Screen.stories.d.ts +4 -4
  2194. package/layouts/Screen/Screen.stories.js.map +7 -0
  2195. package/layouts/Screen/__stories__/Default/index.js +10 -17
  2196. package/layouts/Screen/__stories__/Default.d.ts +2 -2
  2197. package/layouts/Screen/__stories__/Default.js.map +7 -0
  2198. package/layouts/Screen/__stories__/ScreenDown/index.js +10 -8
  2199. package/layouts/Screen/__stories__/ScreenDown.d.ts +2 -2
  2200. package/layouts/Screen/__stories__/ScreenDown.js.map +7 -0
  2201. package/layouts/Screen/__stories__/ScreenUp/index.js +10 -8
  2202. package/layouts/Screen/__stories__/ScreenUp.d.ts +2 -2
  2203. package/layouts/Screen/__stories__/ScreenUp.js.map +7 -0
  2204. package/layouts/Screen/__stories__/SpecificScreenSize/index.js +10 -8
  2205. package/layouts/Screen/__stories__/SpecificScreenSize.d.ts +2 -2
  2206. package/layouts/Screen/__stories__/SpecificScreenSize.js.map +7 -0
  2207. package/layouts/Screen/index.d.ts +3 -2
  2208. package/layouts/Screen/index.js +20 -15
  2209. package/layouts/Screen/index.js.map +7 -0
  2210. package/layouts/Section/index.js +7 -3
  2211. package/layouts/Section/index.js.map +7 -0
  2212. package/layouts/SectionBreak/index.js +7 -3
  2213. package/layouts/SectionBreak/index.js.map +7 -0
  2214. package/layouts/Stack/Stack.stories/index.js +20 -10
  2215. package/layouts/Stack/Stack.stories.d.ts +6 -6
  2216. package/layouts/Stack/Stack.stories.js.map +7 -0
  2217. package/layouts/Stack/__stories__/AlignItems/index.js +11 -64
  2218. package/layouts/Stack/__stories__/AlignItems.d.ts +2 -2
  2219. package/layouts/Stack/__stories__/AlignItems.js.map +7 -0
  2220. package/layouts/Stack/__stories__/Default/index.js +11 -21
  2221. package/layouts/Stack/__stories__/Default.d.ts +2 -2
  2222. package/layouts/Stack/__stories__/Default.js.map +7 -0
  2223. package/layouts/Stack/__stories__/JustifyContent/index.js +11 -81
  2224. package/layouts/Stack/__stories__/JustifyContent.d.ts +2 -2
  2225. package/layouts/Stack/__stories__/JustifyContent.js.map +7 -0
  2226. package/layouts/Stack/__stories__/NoWrap/index.js +11 -23
  2227. package/layouts/Stack/__stories__/NoWrap.d.ts +2 -2
  2228. package/layouts/Stack/__stories__/NoWrap.js.map +7 -0
  2229. package/layouts/Stack/__stories__/Row/index.js +11 -22
  2230. package/layouts/Stack/__stories__/Row.d.ts +2 -2
  2231. package/layouts/Stack/__stories__/Row.js.map +7 -0
  2232. package/layouts/Stack/__stories__/Spacing/index.js +11 -52
  2233. package/layouts/Stack/__stories__/Spacing.d.ts +2 -2
  2234. package/layouts/Stack/__stories__/Spacing.js.map +7 -0
  2235. package/layouts/Stack/index.js +6 -2
  2236. package/layouts/Stack/index.js.map +7 -0
  2237. package/layouts/index.js +19 -11
  2238. package/layouts/index.js.map +7 -0
  2239. package/lazy/index.js +1657 -2257
  2240. package/lazy.d.ts +303 -292
  2241. package/lazy.js.map +7 -0
  2242. package/navigation/BackLink/BackLink.stories/index.js +10 -5
  2243. package/navigation/BackLink/BackLink.stories.d.ts +1 -1
  2244. package/navigation/BackLink/BackLink.stories.js.map +7 -0
  2245. package/navigation/BackLink/__stories__/Default/index.js +8 -9
  2246. package/navigation/BackLink/__stories__/Default.d.ts +2 -2
  2247. package/navigation/BackLink/__stories__/Default.js.map +7 -0
  2248. package/navigation/BackLink/index.js +7 -3
  2249. package/navigation/BackLink/index.js.map +7 -0
  2250. package/navigation/BackToTopLink/BackToTopLink.stories/index.js +12 -6
  2251. package/navigation/BackToTopLink/BackToTopLink.stories.d.ts +2 -2
  2252. package/navigation/BackToTopLink/BackToTopLink.stories.js.map +7 -0
  2253. package/navigation/BackToTopLink/__stories__/Default/index.js +8 -9
  2254. package/navigation/BackToTopLink/__stories__/Default.d.ts +2 -2
  2255. package/navigation/BackToTopLink/__stories__/Default.js.map +7 -0
  2256. package/navigation/BackToTopLink/__stories__/InMain/index.js +12 -10
  2257. package/navigation/BackToTopLink/__stories__/InMain.d.ts +2 -2
  2258. package/navigation/BackToTopLink/__stories__/InMain.js.map +7 -0
  2259. package/navigation/BackToTopLink/index.js +44 -48
  2260. package/navigation/BackToTopLink/index.js.map +7 -0
  2261. package/navigation/Breadcrumbs/Breadcrumbs.stories/index.js +20 -7
  2262. package/navigation/Breadcrumbs/Breadcrumbs.stories.d.ts +5 -1
  2263. package/navigation/Breadcrumbs/Breadcrumbs.stories.js.map +7 -0
  2264. package/navigation/Breadcrumbs/BreadcrumbsListItem/index.js +28 -0
  2265. package/navigation/Breadcrumbs/BreadcrumbsListItem/package.json +6 -0
  2266. package/navigation/Breadcrumbs/BreadcrumbsListItem.d.ts +8 -0
  2267. package/navigation/Breadcrumbs/BreadcrumbsListItem.js.map +7 -0
  2268. package/navigation/Breadcrumbs/__stories__/Auto/index.js +173 -0
  2269. package/navigation/Breadcrumbs/__stories__/Auto/package.json +6 -0
  2270. package/navigation/Breadcrumbs/__stories__/Auto.d.ts +3 -0
  2271. package/navigation/Breadcrumbs/__stories__/Auto.js.map +7 -0
  2272. package/navigation/Breadcrumbs/__stories__/Default/index.js +12 -18
  2273. package/navigation/Breadcrumbs/__stories__/Default.d.ts +2 -2
  2274. package/navigation/Breadcrumbs/__stories__/Default.js.map +7 -0
  2275. package/navigation/Breadcrumbs/__stories__/WithHook/index.js +181 -0
  2276. package/navigation/Breadcrumbs/__stories__/WithHook/package.json +6 -0
  2277. package/navigation/Breadcrumbs/__stories__/WithHook.d.ts +3 -0
  2278. package/navigation/Breadcrumbs/__stories__/WithHook.js.map +7 -0
  2279. package/navigation/Breadcrumbs/__stories__/WithProvider/index.js +17 -0
  2280. package/navigation/Breadcrumbs/__stories__/WithProvider/package.json +6 -0
  2281. package/navigation/Breadcrumbs/__stories__/WithProvider.d.ts +3 -0
  2282. package/navigation/Breadcrumbs/__stories__/WithProvider.js.map +7 -0
  2283. package/navigation/Breadcrumbs/__stories__/WithoutCurrentPage/index.js +13 -0
  2284. package/navigation/Breadcrumbs/__stories__/WithoutCurrentPage/package.json +6 -0
  2285. package/navigation/Breadcrumbs/__stories__/WithoutCurrentPage.d.ts +3 -0
  2286. package/navigation/Breadcrumbs/__stories__/WithoutCurrentPage.js.map +7 -0
  2287. package/navigation/Breadcrumbs/auto/index.js +49 -0
  2288. package/navigation/Breadcrumbs/auto/package.json +6 -0
  2289. package/navigation/Breadcrumbs/auto.d.ts +14 -0
  2290. package/navigation/Breadcrumbs/auto.js.map +7 -0
  2291. package/navigation/Breadcrumbs/hooks/index.js +51 -0
  2292. package/navigation/Breadcrumbs/hooks/package.json +6 -0
  2293. package/navigation/Breadcrumbs/hooks.d.ts +11 -0
  2294. package/navigation/Breadcrumbs/hooks.js.map +7 -0
  2295. package/navigation/Breadcrumbs/index.d.ts +3 -0
  2296. package/navigation/Breadcrumbs/index.js +12 -5
  2297. package/navigation/Breadcrumbs/index.js.map +7 -0
  2298. package/navigation/Breadcrumbs/slug/index.js +97 -0
  2299. package/navigation/Breadcrumbs/slug/package.json +6 -0
  2300. package/navigation/Breadcrumbs/slug.d.ts +1 -0
  2301. package/navigation/Breadcrumbs/slug.js.map +7 -0
  2302. package/navigation/Breadcrumbs/utils/index.js +29 -0
  2303. package/navigation/Breadcrumbs/utils/package.json +6 -0
  2304. package/navigation/Breadcrumbs/utils.d.ts +1 -0
  2305. package/navigation/Breadcrumbs/utils.js.map +7 -0
  2306. package/navigation/Drawer/Drawer.stories/index.js +16 -9
  2307. package/navigation/Drawer/Drawer.stories.d.ts +3 -3
  2308. package/navigation/Drawer/Drawer.stories.js.map +7 -0
  2309. package/navigation/Drawer/__stories__/Auto/index.js +87 -74
  2310. package/navigation/Drawer/__stories__/Auto.d.ts +3 -2
  2311. package/navigation/Drawer/__stories__/Auto.js.map +7 -0
  2312. package/navigation/Drawer/__stories__/Default/index.js +62 -71
  2313. package/navigation/Drawer/__stories__/Default.d.ts +2 -2
  2314. package/navigation/Drawer/__stories__/Default.js.map +7 -0
  2315. package/navigation/Drawer/__stories__/WithHook/index.js +92 -75
  2316. package/navigation/Drawer/__stories__/WithHook.d.ts +2 -2
  2317. package/navigation/Drawer/__stories__/WithHook.js.map +7 -0
  2318. package/navigation/Drawer/auto/index.js +67 -59
  2319. package/navigation/Drawer/auto.d.ts +6 -6
  2320. package/navigation/Drawer/auto.js.map +7 -0
  2321. package/navigation/Drawer/hooks/index.js +48 -41
  2322. package/navigation/Drawer/hooks.js.map +7 -0
  2323. package/navigation/Drawer/index.d.ts +0 -1
  2324. package/navigation/Drawer/index.js +8 -5
  2325. package/navigation/Drawer/index.js.map +7 -0
  2326. package/navigation/Dropdown/Dropdown.stories/index.js +32 -17
  2327. package/navigation/Dropdown/Dropdown.stories.d.ts +11 -11
  2328. package/navigation/Dropdown/Dropdown.stories.js.map +7 -0
  2329. package/navigation/Dropdown/__stories__/AlignRight/index.js +35 -51
  2330. package/navigation/Dropdown/__stories__/AlignRight.d.ts +2 -2
  2331. package/navigation/Dropdown/__stories__/AlignRight.js.map +7 -0
  2332. package/navigation/Dropdown/__stories__/ContentPosition/index.js +50 -96
  2333. package/navigation/Dropdown/__stories__/ContentPosition.d.ts +2 -2
  2334. package/navigation/Dropdown/__stories__/ContentPosition.js.map +7 -0
  2335. package/navigation/Dropdown/__stories__/Default/index.js +26 -39
  2336. package/navigation/Dropdown/__stories__/Default.d.ts +2 -2
  2337. package/navigation/Dropdown/__stories__/Default.js.map +7 -0
  2338. package/navigation/Dropdown/__stories__/Dense/index.js +27 -47
  2339. package/navigation/Dropdown/__stories__/Dense.d.ts +2 -2
  2340. package/navigation/Dropdown/__stories__/Dense.js.map +7 -0
  2341. package/navigation/Dropdown/__stories__/Disabled/index.js +26 -41
  2342. package/navigation/Dropdown/__stories__/Disabled.d.ts +2 -2
  2343. package/navigation/Dropdown/__stories__/Disabled.js.map +7 -0
  2344. package/navigation/Dropdown/__stories__/PlacementTop/index.js +35 -55
  2345. package/navigation/Dropdown/__stories__/PlacementTop.d.ts +2 -2
  2346. package/navigation/Dropdown/__stories__/PlacementTop.js.map +7 -0
  2347. package/navigation/Dropdown/__stories__/ScrollableContent/index.js +72 -60
  2348. package/navigation/Dropdown/__stories__/ScrollableContent.d.ts +2 -2
  2349. package/navigation/Dropdown/__stories__/ScrollableContent.js.map +7 -0
  2350. package/navigation/Dropdown/__stories__/Secondary/index.js +23 -27
  2351. package/navigation/Dropdown/__stories__/Secondary.d.ts +2 -2
  2352. package/navigation/Dropdown/__stories__/Secondary.js.map +7 -0
  2353. package/navigation/Dropdown/__stories__/VariantLink/index.js +27 -40
  2354. package/navigation/Dropdown/__stories__/VariantLink.d.ts +2 -2
  2355. package/navigation/Dropdown/__stories__/VariantLink.js.map +7 -0
  2356. package/navigation/Dropdown/__stories__/Warning/index.js +23 -27
  2357. package/navigation/Dropdown/__stories__/Warning.d.ts +2 -2
  2358. package/navigation/Dropdown/__stories__/Warning.js.map +7 -0
  2359. package/navigation/Dropdown/__stories__/WithIcons/index.js +53 -92
  2360. package/navigation/Dropdown/__stories__/WithIcons.d.ts +2 -2
  2361. package/navigation/Dropdown/__stories__/WithIcons.js.map +7 -0
  2362. package/navigation/Dropdown/index.d.ts +1 -1
  2363. package/navigation/Dropdown/index.js +84 -89
  2364. package/navigation/Dropdown/index.js.map +7 -0
  2365. package/navigation/Link/Link.stories/index.js +23 -12
  2366. package/navigation/Link/Link.stories.d.ts +7 -7
  2367. package/navigation/Link/Link.stories.js.map +7 -0
  2368. package/navigation/Link/__stories__/DarkBackground/index.js +18 -16
  2369. package/navigation/Link/__stories__/DarkBackground.d.ts +2 -2
  2370. package/navigation/Link/__stories__/DarkBackground.js.map +7 -0
  2371. package/navigation/Link/__stories__/DarkBackgroundNoUnderline/index.js +19 -17
  2372. package/navigation/Link/__stories__/DarkBackgroundNoUnderline.d.ts +2 -2
  2373. package/navigation/Link/__stories__/DarkBackgroundNoUnderline.js.map +7 -0
  2374. package/navigation/Link/__stories__/Default/index.js +8 -10
  2375. package/navigation/Link/__stories__/Default.d.ts +2 -2
  2376. package/navigation/Link/__stories__/Default.js.map +7 -0
  2377. package/navigation/Link/__stories__/ExternalLink/index.js +17 -11
  2378. package/navigation/Link/__stories__/ExternalLink.d.ts +2 -2
  2379. package/navigation/Link/__stories__/ExternalLink.js.map +7 -0
  2380. package/navigation/Link/__stories__/NoUnderline/index.js +17 -11
  2381. package/navigation/Link/__stories__/NoUnderline.d.ts +2 -2
  2382. package/navigation/Link/__stories__/NoUnderline.js.map +7 -0
  2383. package/navigation/Link/__stories__/OpensInNewTab/index.js +8 -10
  2384. package/navigation/Link/__stories__/OpensInNewTab.d.ts +2 -2
  2385. package/navigation/Link/__stories__/OpensInNewTab.js.map +7 -0
  2386. package/navigation/Link/__stories__/WithProvider/index.js +18 -14
  2387. package/navigation/Link/__stories__/WithProvider.d.ts +2 -2
  2388. package/navigation/Link/__stories__/WithProvider.js.map +7 -0
  2389. package/navigation/Link/index.d.ts +2 -3
  2390. package/navigation/Link/index.js +19 -27
  2391. package/navigation/Link/index.js.map +7 -0
  2392. package/navigation/NavList/Nav/index.js +7 -3
  2393. package/navigation/NavList/Nav.js.map +7 -0
  2394. package/navigation/NavList/NavList/index.js +7 -3
  2395. package/navigation/NavList/NavList.js.map +7 -0
  2396. package/navigation/NavList/NavList.stories/index.js +28 -14
  2397. package/navigation/NavList/NavList.stories.d.ts +9 -8
  2398. package/navigation/NavList/NavList.stories.js.map +7 -0
  2399. package/navigation/NavList/NavListAuto/index.js +49 -44
  2400. package/navigation/NavList/NavListAuto/index.js.map +7 -0
  2401. package/navigation/NavList/NavMenuContentList/index.js +50 -43
  2402. package/navigation/NavList/NavMenuContentList.js.map +7 -0
  2403. package/navigation/NavList/__stories__/Default/index.js +51 -38
  2404. package/navigation/NavList/__stories__/Default.d.ts +2 -2
  2405. package/navigation/NavList/__stories__/Default.js.map +7 -0
  2406. package/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +100 -92
  2407. package/navigation/NavList/__stories__/HorizontalWithDrawer.d.ts +2 -2
  2408. package/navigation/NavList/__stories__/HorizontalWithDrawer.js.map +7 -0
  2409. package/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +93 -70
  2410. package/navigation/NavList/__stories__/HorizontalWithoutDrawer.d.ts +2 -2
  2411. package/navigation/NavList/__stories__/HorizontalWithoutDrawer.js.map +7 -0
  2412. package/navigation/NavList/__stories__/NavListWithoutNav/index.js +33 -28
  2413. package/navigation/NavList/__stories__/NavListWithoutNav.d.ts +2 -2
  2414. package/navigation/NavList/__stories__/NavListWithoutNav.js.map +7 -0
  2415. package/navigation/NavList/__stories__/UsingHeaderButton/index.js +48 -58
  2416. package/navigation/NavList/__stories__/UsingHeaderButton.d.ts +2 -2
  2417. package/navigation/NavList/__stories__/UsingHeaderButton.js.map +7 -0
  2418. package/navigation/NavList/__stories__/UsingNavListAuto/index.js +63 -66
  2419. package/navigation/NavList/__stories__/UsingNavListAuto.d.ts +2 -2
  2420. package/navigation/NavList/__stories__/UsingNavListAuto.js.map +7 -0
  2421. package/navigation/NavList/__stories__/Vertical/index.js +52 -40
  2422. package/navigation/NavList/__stories__/Vertical.d.ts +2 -2
  2423. package/navigation/NavList/__stories__/Vertical.js.map +7 -0
  2424. package/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +95 -73
  2425. package/navigation/NavList/__stories__/VerticalWithoutDrawer.d.ts +2 -2
  2426. package/navigation/NavList/__stories__/VerticalWithoutDrawer.js.map +7 -0
  2427. package/navigation/NavList/__stories__/WithBadge/index.js +54 -0
  2428. package/navigation/NavList/__stories__/WithBadge/package.json +6 -0
  2429. package/navigation/NavList/__stories__/WithBadge.d.ts +3 -0
  2430. package/navigation/NavList/__stories__/WithBadge.js.map +7 -0
  2431. package/navigation/NavList/hooks/useNavList/index.js +34 -37
  2432. package/navigation/NavList/hooks/useNavList.js.map +7 -0
  2433. package/navigation/NavList/hooks/useTogglableNav/index.js +152 -159
  2434. package/navigation/NavList/hooks/useTogglableNav.js.map +7 -0
  2435. package/navigation/NavList/index.d.ts +2 -1
  2436. package/navigation/NavList/index.js +22 -17
  2437. package/navigation/NavList/index.js.map +7 -0
  2438. package/navigation/NavList/interaction.test.d.ts +1 -0
  2439. package/navigation/NavList/types/index.js +1 -1
  2440. package/navigation/NavList/types.d.ts +1 -1
  2441. package/navigation/NavList/types.js.map +7 -0
  2442. package/navigation/Pagination/Pagination/index.js +48 -0
  2443. package/navigation/Pagination/Pagination/package.json +6 -0
  2444. package/navigation/Pagination/Pagination.d.ts +39 -0
  2445. package/navigation/Pagination/Pagination.js.map +7 -0
  2446. package/navigation/Pagination/Pagination.stories/index.js +24 -13
  2447. package/navigation/Pagination/Pagination.stories.d.ts +7 -7
  2448. package/navigation/Pagination/Pagination.stories.js.map +7 -0
  2449. package/navigation/Pagination/__stories__/Auto/index.js +39 -43
  2450. package/navigation/Pagination/__stories__/Auto.d.ts +2 -2
  2451. package/navigation/Pagination/__stories__/Auto.js.map +7 -0
  2452. package/navigation/Pagination/__stories__/Default/index.js +17 -62
  2453. package/navigation/Pagination/__stories__/Default.d.ts +2 -2
  2454. package/navigation/Pagination/__stories__/Default.js.map +7 -0
  2455. package/navigation/Pagination/__stories__/PaginationSmall/index.js +17 -31
  2456. package/navigation/Pagination/__stories__/PaginationSmall.d.ts +2 -2
  2457. package/navigation/Pagination/__stories__/PaginationSmall.js.map +7 -0
  2458. package/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +21 -41
  2459. package/navigation/Pagination/__stories__/PaginationWithSmallFont.d.ts +2 -2
  2460. package/navigation/Pagination/__stories__/PaginationWithSmallFont.js.map +7 -0
  2461. package/navigation/Pagination/__stories__/WithHook/index.js +50 -47
  2462. package/navigation/Pagination/__stories__/WithHook.d.ts +2 -2
  2463. package/navigation/Pagination/__stories__/WithHook.js.map +7 -0
  2464. package/navigation/Pagination/__stories__/WithInactiveValues/index.js +17 -64
  2465. package/navigation/Pagination/__stories__/WithInactiveValues.d.ts +2 -2
  2466. package/navigation/Pagination/__stories__/WithInactiveValues.js.map +7 -0
  2467. package/navigation/Pagination/__stories__/WithResultsPerPage/index.js +21 -37
  2468. package/navigation/Pagination/__stories__/WithResultsPerPage.d.ts +2 -2
  2469. package/navigation/Pagination/__stories__/WithResultsPerPage.js.map +7 -0
  2470. package/navigation/Pagination/auto/index.js +84 -59
  2471. package/navigation/Pagination/auto.d.ts +11 -8
  2472. package/navigation/Pagination/auto.js.map +7 -0
  2473. package/navigation/Pagination/hooks/index.js +51 -62
  2474. package/navigation/Pagination/hooks.d.ts +1 -1
  2475. package/navigation/Pagination/hooks.js.map +7 -0
  2476. package/navigation/Pagination/index.d.ts +3 -40
  2477. package/navigation/Pagination/index.js +13 -72
  2478. package/navigation/Pagination/index.js.map +7 -0
  2479. package/navigation/SkipLink/SkipLink.stories/index.js +11 -6
  2480. package/navigation/SkipLink/SkipLink.stories.d.ts +1 -1
  2481. package/navigation/SkipLink/SkipLink.stories.js.map +7 -0
  2482. package/navigation/SkipLink/__stories__/Default/index.js +9 -8
  2483. package/navigation/SkipLink/__stories__/Default.d.ts +2 -2
  2484. package/navigation/SkipLink/__stories__/Default.js.map +7 -0
  2485. package/navigation/SkipLink/index.js +7 -3
  2486. package/navigation/SkipLink/index.js.map +7 -0
  2487. package/navigation/Tabs/Tabs.stories/index.js +19 -10
  2488. package/navigation/Tabs/Tabs.stories.d.ts +4 -3
  2489. package/navigation/Tabs/Tabs.stories.js.map +7 -0
  2490. package/navigation/Tabs/__stories__/Auto/index.js +25 -30
  2491. package/navigation/Tabs/__stories__/Auto.d.ts +2 -2
  2492. package/navigation/Tabs/__stories__/Auto.js.map +7 -0
  2493. package/navigation/Tabs/__stories__/Default/index.js +28 -41
  2494. package/navigation/Tabs/__stories__/Default.d.ts +2 -2
  2495. package/navigation/Tabs/__stories__/Default.js.map +7 -0
  2496. package/navigation/Tabs/__stories__/Dense/index.js +27 -28
  2497. package/navigation/Tabs/__stories__/Dense.d.ts +2 -2
  2498. package/navigation/Tabs/__stories__/Dense.js.map +7 -0
  2499. package/navigation/Tabs/__stories__/UsingAccordion/index.js +49 -0
  2500. package/navigation/Tabs/__stories__/UsingAccordion/package.json +6 -0
  2501. package/navigation/Tabs/__stories__/UsingAccordion.d.ts +3 -0
  2502. package/navigation/Tabs/__stories__/UsingAccordion.js.map +7 -0
  2503. package/navigation/Tabs/auto/index.js +37 -41
  2504. package/navigation/Tabs/auto.d.ts +6 -5
  2505. package/navigation/Tabs/auto.js.map +7 -0
  2506. package/navigation/Tabs/hooks/index.js +77 -69
  2507. package/navigation/Tabs/hooks.js.map +7 -0
  2508. package/navigation/Tabs/index.d.ts +0 -1
  2509. package/navigation/Tabs/index.js +12 -9
  2510. package/navigation/Tabs/index.js.map +7 -0
  2511. package/navigation/index.js +10 -9
  2512. package/navigation/index.js.map +7 -0
  2513. package/package.json +14 -11
  2514. package/registry/index.js +720 -499
  2515. package/registry.d.ts +18 -10
  2516. package/registry.js.map +7 -0
  2517. package/src/app/BannerContainer/BannerContainer.stories.js +1 -1
  2518. package/src/app/BannerContainer/index.test.tsx +11 -10
  2519. package/src/app/Footer/Footer.stories.js +8 -8
  2520. package/src/app/Footer/__stories__/FooterWithText.tsx +9 -6
  2521. package/src/app/Footer/doc.mdx +47 -0
  2522. package/src/app/Footer/index.test.tsx +32 -31
  2523. package/src/app/Footer/interaction.test.tsx +11 -7
  2524. package/src/app/Header/Header.stories.js +5 -5
  2525. package/src/app/Header/__snapshots__/index.spec.tsx.snap +43 -37
  2526. package/src/app/Header/__stories__/WithServiceNameAndLogo.tsx +2 -2
  2527. package/src/app/Header/doc.mdx +32 -0
  2528. package/src/app/Header/index.spec.tsx +13 -9
  2529. package/src/app/Header/index.test.tsx +23 -22
  2530. package/src/app/Header/interaction.test.tsx +36 -0
  2531. package/src/app/Loader/Loader.stories.js +2 -1
  2532. package/src/app/Loader/__stories__/FullPageLoader.tsx +16 -0
  2533. package/src/app/Loader/index.native.tsx +98 -0
  2534. package/src/app/Loader/index.test.tsx +15 -10
  2535. package/src/app/Loader/index.tsx +1 -1
  2536. package/src/app/Loader/index.web.tsx +1 -0
  2537. package/src/app/Masthead/Masthead.stories.js +4 -3
  2538. package/src/app/Masthead/__stories__/Default.tsx +1 -1
  2539. package/src/app/Masthead/__stories__/Secondary.tsx +26 -0
  2540. package/src/app/Masthead/__stories__/WithElements.tsx +1 -5
  2541. package/src/app/Masthead/__stories__/WithLogo.tsx +1 -5
  2542. package/src/app/Masthead/doc.mdx +35 -0
  2543. package/src/app/Masthead/index.test.tsx +21 -16
  2544. package/src/app/Masthead/interaction.test.tsx +6 -6
  2545. package/src/app/Modal/Modal.stories.js +7 -8
  2546. package/src/app/Modal/__stories__/Auto.tsx +2 -4
  2547. package/src/app/Modal/auto.tsx +12 -16
  2548. package/src/app/Modal/doc.mdx +43 -0
  2549. package/src/app/Modal/index.native.tsx +17 -0
  2550. package/src/app/Modal/index.test.tsx +27 -22
  2551. package/src/app/Modal/index.tsx +2 -58
  2552. package/src/app/Modal/index.web.tsx +56 -0
  2553. package/src/app/Modal/interaction.test.tsx +22 -21
  2554. package/src/app/NotFound/NotFound.stories.js +1 -1
  2555. package/src/app/NotFound/doc.mdx +16 -0
  2556. package/src/app/NotFound/index.test.tsx +11 -10
  2557. package/src/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion.ts +2 -2
  2558. package/src/app/Panel/Panel.stories.js +1 -1
  2559. package/src/app/Panel/doc.mdx +23 -0
  2560. package/src/app/Panel/index.test.tsx +11 -10
  2561. package/src/app/PhaseBannerHeader/PhaseBannerHeader.stories.js +1 -1
  2562. package/src/app/PhaseBannerHeader/doc.mdx +18 -0
  2563. package/src/app/PhaseBannerHeader/index.test.tsx +11 -10
  2564. package/src/app/QrCodeScanner/QrCodeScanner.stories.js +1 -1
  2565. package/src/app/QrCodeScanner/__snapshots__/index.spec.tsx.snap +6 -10
  2566. package/src/app/QrCodeScanner/__stories__/Default.tsx +1 -1
  2567. package/src/app/QrCodeScanner/index.spec.tsx +3 -3
  2568. package/src/app/QrCodeScanner/index.tsx +10 -4
  2569. package/src/app/QrCodeViewer/QRCode.stories.js +2 -2
  2570. package/src/app/QrCodeViewer/doc.mdx +22 -0
  2571. package/src/app/QrCodeViewer/index.test.tsx +14 -13
  2572. package/src/app/QrCodeViewer/index.tsx +4 -4
  2573. package/src/app/QrCodeViewer/qrcodegen.ts +3 -3
  2574. package/src/app/QrCodeViewer/types.ts +10 -5
  2575. package/src/app/QrCodeViewer/utils.ts +1 -1
  2576. package/src/app/Skeleton/Skeleton.stories.js +9 -10
  2577. package/src/app/Skeleton/__stories__/SpecificWidthAndHeight.tsx +1 -1
  2578. package/src/app/Skeleton/doc.mdx +42 -0
  2579. package/src/app/Skeleton/index.test.tsx +53 -0
  2580. package/src/app/ThemeOptions/index.tsx +6 -15
  2581. package/src/app/hooks/useHighlightLinks.ts +3 -4
  2582. package/src/app/hooks/useTheme.ts +4 -3
  2583. package/src/content/Accordion/Accordion.stories.js +4 -4
  2584. package/src/content/Accordion/__snapshots__/index.spec.tsx.snap +48 -147
  2585. package/src/content/Accordion/__stories__/Auto.tsx +5 -3
  2586. package/src/content/Accordion/auto.tsx +8 -7
  2587. package/src/content/Accordion/doc.mdx +34 -0
  2588. package/src/content/Accordion/hooks.ts +4 -4
  2589. package/src/content/Accordion/index.spec.tsx +3 -3
  2590. package/src/content/Accordion/index.test.tsx +20 -19
  2591. package/src/content/Accordion/index.tsx +0 -2
  2592. package/src/content/Accordion/interaction.test.tsx +6 -6
  2593. package/src/content/Blockquote/Blockquote.stories.js +2 -2
  2594. package/src/content/Blockquote/__snapshots__/index.spec.tsx.snap +6 -9
  2595. package/src/content/Blockquote/doc.mdx +24 -0
  2596. package/src/content/Blockquote/index.spec.tsx +2 -2
  2597. package/src/content/Blockquote/index.test.tsx +14 -13
  2598. package/src/content/Card/Card.stories.js +11 -11
  2599. package/src/content/Card/doc.mdx +71 -0
  2600. package/src/content/Card/index.test.tsx +41 -40
  2601. package/src/content/Card/interaction.test.tsx +15 -0
  2602. package/src/content/Chip/Chip.stories.js +5 -5
  2603. package/src/content/Chip/doc.mdx +34 -0
  2604. package/src/content/Chip/index.test.tsx +23 -22
  2605. package/src/content/Details/Details.stories.js +1 -1
  2606. package/src/content/Details/__snapshots__/index.spec.tsx.snap +32 -69
  2607. package/src/content/Details/doc.mdx +23 -0
  2608. package/src/content/Details/index.spec.tsx +5 -5
  2609. package/src/content/Details/index.test.tsx +11 -10
  2610. package/src/content/Details/interaction.test.tsx +6 -6
  2611. package/src/content/List/List.stories.js +6 -6
  2612. package/src/content/List/__snapshots__/index.spec.tsx.snap +3 -3
  2613. package/src/content/List/__stories__/Default.tsx +3 -9
  2614. package/src/content/List/doc.mdx +28 -0
  2615. package/src/content/List/index.test.tsx +26 -25
  2616. package/src/content/Markdown/Markdown.stories.js +8 -0
  2617. package/src/content/Markdown/__stories__/Default.tsx +42 -0
  2618. package/src/content/Markdown/index.test.tsx +21 -0
  2619. package/src/content/Markdown/index.tsx +9 -3
  2620. package/src/content/SafeHTML/SafeHTML.stories.js +8 -0
  2621. package/src/content/SafeHTML/__stories__/Default.tsx +42 -0
  2622. package/src/content/SafeHTML/index.test.tsx +21 -0
  2623. package/src/content/SafeHTML/index.tsx +3 -3
  2624. package/src/content/StepNav/StepNav.stories.js +5 -5
  2625. package/src/content/StepNav/__stories__/Auto.tsx +3 -1
  2626. package/src/content/StepNav/auto.tsx +7 -5
  2627. package/src/content/StepNav/doc.mdx +39 -0
  2628. package/src/content/StepNav/index.test.tsx +23 -22
  2629. package/src/content/StepNav/index.tsx +0 -1
  2630. package/src/content/StepNav/interaction.test.tsx +16 -8
  2631. package/src/content/SummaryList/SummaryList.stories.js +17 -9
  2632. package/src/content/SummaryList/__snapshots__/index.spec.tsx.snap +37 -89
  2633. package/src/content/SummaryList/__stories__/SummaryListExample.tsx +75 -0
  2634. package/src/content/SummaryList/__stories__/WithNoLastBorder.tsx +46 -0
  2635. package/src/content/SummaryList/doc.mdx +39 -0
  2636. package/src/content/SummaryList/index.spec.tsx +3 -3
  2637. package/src/content/SummaryList/index.test.tsx +34 -25
  2638. package/src/content/SummaryList/interaction.test.tsx +11 -8
  2639. package/src/content/Table/Table.stories.js +18 -18
  2640. package/src/content/Table/TableFloatingScroll.tsx +8 -4
  2641. package/src/content/Table/__stories__/Dense.tsx +129 -0
  2642. package/src/content/Table/__stories__/WithLoader.tsx +2 -3
  2643. package/src/content/Table/doc.mdx +81 -0
  2644. package/src/content/Table/hooks/useSort.tsx +3 -3
  2645. package/src/content/Table/index.test.tsx +11 -11
  2646. package/src/content/Table/index.tsx +6 -9
  2647. package/src/content/Table/interaction.test.tsx +27 -6
  2648. package/src/content/TaskList/TaskList.stories.js +2 -2
  2649. package/src/content/TaskList/doc.mdx +28 -0
  2650. package/src/content/TaskList/index.test.tsx +14 -13
  2651. package/src/content/Timeline/Timeline.stories.js +2 -2
  2652. package/src/content/Timeline/doc.mdx +31 -0
  2653. package/src/content/Timeline/index.test.tsx +14 -13
  2654. package/src/feedback/CopyToClipboard/CopyToClipboard.stories.js +3 -3
  2655. package/src/feedback/CopyToClipboard/__stories__/Default.tsx +1 -1
  2656. package/src/feedback/CopyToClipboard/doc.mdx +22 -0
  2657. package/src/feedback/CopyToClipboard/index.test.tsx +17 -16
  2658. package/src/feedback/CopyToClipboard/index.tsx +1 -1
  2659. package/src/feedback/CopyToClipboard/interaction.test.tsx +18 -20
  2660. package/src/feedback/ErrorSummary/ErrorSummary.stories.js +6 -6
  2661. package/src/feedback/ErrorSummary/__snapshots__/index.spec.tsx.snap +3 -3
  2662. package/src/feedback/ErrorSummary/__stories__/LinkedToInput.tsx +1 -2
  2663. package/src/feedback/ErrorSummary/doc.mdx +38 -0
  2664. package/src/feedback/ErrorSummary/index.test.tsx +26 -25
  2665. package/src/feedback/ErrorSummary/interaction.test.tsx +17 -0
  2666. package/src/feedback/NotificationBanner/NotificationBanner.stories.js +3 -3
  2667. package/src/feedback/NotificationBanner/__snapshots__/index.spec.tsx.snap +1 -1
  2668. package/src/feedback/NotificationBanner/doc.mdx +36 -0
  2669. package/src/feedback/NotificationBanner/index.test.tsx +17 -16
  2670. package/src/feedback/NotificationBanner/interaction.test.tsx +14 -15
  2671. package/src/feedback/PhaseBanner/PhaseBanner.stories.js +2 -2
  2672. package/src/feedback/PhaseBanner/doc.mdx +27 -0
  2673. package/src/feedback/PhaseBanner/index.test.tsx +14 -13
  2674. package/src/feedback/PhaseBanner/interaction.test.tsx +6 -6
  2675. package/src/feedback/WarningText/WarningText.stories.js +3 -3
  2676. package/src/feedback/WarningText/__snapshots__/index.spec.tsx.snap +3 -3
  2677. package/src/feedback/WarningText/doc.mdx +27 -0
  2678. package/src/feedback/WarningText/index.test.tsx +17 -16
  2679. package/src/feedback/WarningText/index.tsx +1 -0
  2680. package/src/form/AutoComplete/AutoComplete.stories.js +10 -10
  2681. package/src/form/AutoComplete/Status/index.tsx +4 -4
  2682. package/src/form/AutoComplete/__stories__/Multiple.tsx +6 -1
  2683. package/src/form/AutoComplete/__stories__/MultipleShowingTwoSelected.tsx +7 -1
  2684. package/src/form/AutoComplete/__stories__/MultipleWithDefaultValues.tsx +7 -1
  2685. package/src/form/AutoComplete/__stories__/MultipleWithMinLength.tsx +2 -2
  2686. package/src/form/AutoComplete/__stories__/WithShowAllValues.tsx +1 -5
  2687. package/src/form/AutoComplete/doc.mdx +50 -0
  2688. package/src/form/AutoComplete/index.test.tsx +38 -37
  2689. package/src/form/AutoComplete/index.tsx +68 -49
  2690. package/src/form/AutoComplete/interaction.test.tsx +16 -8
  2691. package/src/form/AutoComplete/utils.ts +2 -2
  2692. package/src/form/Button/Button.stories.js +12 -12
  2693. package/src/form/Button/__snapshots__/index.spec.tsx.snap +6 -10
  2694. package/src/form/Button/doc.mdx +96 -0
  2695. package/src/form/Button/index.spec.tsx +2 -2
  2696. package/src/form/Button/index.test.tsx +44 -43
  2697. package/src/form/Button/interaction.test.tsx +44 -30
  2698. package/src/form/Checkbox/Checkbox.stories.js +10 -10
  2699. package/src/form/Checkbox/doc.mdx +57 -0
  2700. package/src/form/Checkbox/index.test.tsx +38 -37
  2701. package/src/form/Checkbox/index.tsx +1 -0
  2702. package/src/form/Checkbox/interaction.test.tsx +25 -17
  2703. package/src/form/DateInputContainer/DateInputContainer.stories.js +5 -5
  2704. package/src/form/DateInputContainer/__stories__/MultipleQuestions.tsx +1 -1
  2705. package/src/form/DateInputContainer/doc.mdx +32 -0
  2706. package/src/form/DateInputContainer/index.test.tsx +23 -22
  2707. package/src/form/DateInputContainer/interaction.test.tsx +28 -7
  2708. package/src/form/ErrorMessage/ErrorMessage.stories.js +3 -3
  2709. package/src/form/ErrorMessage/doc.mdx +19 -0
  2710. package/src/form/ErrorMessage/index.test.tsx +17 -16
  2711. package/src/form/FileUpload/FileUpload.stories.js +2 -2
  2712. package/src/form/FileUpload/doc.mdx +22 -0
  2713. package/src/form/FileUpload/index.test.tsx +14 -13
  2714. package/src/form/RadioContainer/RadioContainer.stories.js +10 -10
  2715. package/src/form/RadioContainer/doc.mdx +58 -0
  2716. package/src/form/RadioContainer/index.test.tsx +38 -37
  2717. package/src/form/RadioContainer/interaction.test.tsx +16 -15
  2718. package/src/form/SearchContainer/SearchContainer.stories.js +9 -0
  2719. package/src/form/SearchContainer/__stories__/Default.tsx +15 -0
  2720. package/src/form/SearchContainer/doc.mdx +16 -0
  2721. package/src/form/SearchContainer/index.test.tsx +21 -0
  2722. package/src/form/SelectContainer/SelectContainer.stories.js +4 -4
  2723. package/src/form/SelectContainer/doc.mdx +34 -0
  2724. package/src/form/SelectContainer/index.test.tsx +20 -19
  2725. package/src/form/SelectContainer/interaction.test.tsx +10 -7
  2726. package/src/form/SingleCharacterInputs/SingleCharacterInput.stories.js +4 -4
  2727. package/src/form/SingleCharacterInputs/doc.mdx +22 -0
  2728. package/src/form/SingleCharacterInputs/index.test.tsx +24 -20
  2729. package/src/form/TextArea/TextArea.stories.js +8 -8
  2730. package/src/form/TextArea/__stories__/Default.tsx +1 -2
  2731. package/src/form/TextArea/__stories__/DisabledInput.tsx +1 -2
  2732. package/src/form/TextArea/__stories__/LimitedCharacters.tsx +1 -2
  2733. package/src/form/TextArea/__stories__/WithDeclaredRows.tsx +1 -2
  2734. package/src/form/TextArea/__stories__/WithErrorMessage.tsx +1 -2
  2735. package/src/form/TextArea/__stories__/WithHint.tsx +1 -2
  2736. package/src/form/TextArea/doc.mdx +48 -0
  2737. package/src/form/TextArea/index.test.tsx +32 -31
  2738. package/src/form/TextArea/interaction.test.tsx +24 -13
  2739. package/src/form/TextInput/TextInput.stories.js +10 -10
  2740. package/src/form/TextInput/__stories__/AskingForNumbers.tsx +1 -2
  2741. package/src/form/TextInput/__stories__/Default.tsx +1 -2
  2742. package/src/form/TextInput/__stories__/DisabledInput.tsx +1 -2
  2743. package/src/form/TextInput/__stories__/DisabledInputWithValue.tsx +4 -5
  2744. package/src/form/TextInput/__stories__/FixedWidths.tsx +1 -2
  2745. package/src/form/TextInput/__stories__/FluidWidths.tsx +1 -2
  2746. package/src/form/TextInput/__stories__/WithErrorMessage.tsx +1 -2
  2747. package/src/form/TextInput/__stories__/WithHint.tsx +1 -2
  2748. package/src/form/TextInput/doc.mdx +58 -0
  2749. package/src/form/TextInput/index.test.tsx +38 -37
  2750. package/src/form/TextInput/interaction.test.tsx +22 -7
  2751. package/src/govgr/Footer/Copyright.tsx +1 -0
  2752. package/src/i18n/index.tsx +3 -3
  2753. package/src/i18n/locales/el.ts +14 -7
  2754. package/src/i18n/locales/en.ts +3 -6
  2755. package/src/icons/IconBase/index.tsx +4 -0
  2756. package/src/icons/SvgIcon/index.tsx +4 -0
  2757. package/src/icons/index.tsx +26 -1
  2758. package/src/layouts/Basic/Basic.stories.js +4 -4
  2759. package/src/layouts/Basic/Bottom/__stories__/Default.tsx +13 -9
  2760. package/src/layouts/Basic/Bottom/doc.mdx +18 -0
  2761. package/src/layouts/Basic/Container/__stories__/Default.tsx +15 -8
  2762. package/src/layouts/Basic/Container/doc.mdx +18 -0
  2763. package/src/layouts/Basic/Main/__stories__/Default.tsx +15 -8
  2764. package/src/layouts/Basic/Main/doc.mdx +19 -0
  2765. package/src/layouts/Basic/Top/__stories__/Default.tsx +13 -6
  2766. package/src/layouts/Basic/Top/doc.mdx +19 -0
  2767. package/src/layouts/Basic/__snapshots__/index.spec.tsx.snap +30 -102
  2768. package/src/layouts/Basic/__stories__/WithBasicLayout.tsx +2 -2
  2769. package/src/layouts/Basic/doc.mdx +31 -0
  2770. package/src/layouts/Basic/index.spec.tsx +3 -3
  2771. package/src/layouts/Basic/index.test.tsx +20 -19
  2772. package/src/layouts/Basic/index.tsx +0 -1
  2773. package/src/layouts/Grid/Grid.stories.js +3 -3
  2774. package/src/layouts/Grid/doc.mdx +26 -0
  2775. package/src/layouts/Grid/index.test.tsx +17 -16
  2776. package/src/layouts/Screen/Screen.stories.js +4 -4
  2777. package/src/layouts/Screen/__stories__/Default.tsx +4 -4
  2778. package/src/layouts/Screen/__stories__/ScreenDown.tsx +1 -1
  2779. package/src/layouts/Screen/__stories__/ScreenUp.tsx +1 -1
  2780. package/src/layouts/Screen/__stories__/SpecificScreenSize.tsx +1 -1
  2781. package/src/layouts/Screen/index.test.tsx +20 -19
  2782. package/src/layouts/Screen/index.tsx +43 -18
  2783. package/src/layouts/Stack/Stack.stories.js +6 -6
  2784. package/src/layouts/Stack/doc.mdx +38 -0
  2785. package/src/layouts/Stack/index.test.tsx +26 -25
  2786. package/src/lazy.js +1652 -325
  2787. package/src/navigation/BackLink/BackLink.stories.js +1 -1
  2788. package/src/navigation/BackLink/doc.mdx +19 -0
  2789. package/src/navigation/BackLink/index.test.tsx +11 -10
  2790. package/src/navigation/BackLink/interaction.test.tsx +6 -6
  2791. package/src/navigation/BackToTopLink/BackToTopLink.stories.js +2 -2
  2792. package/src/navigation/BackToTopLink/index.test.tsx +14 -13
  2793. package/src/navigation/BackToTopLink/index.tsx +1 -2
  2794. package/src/navigation/Breadcrumbs/Breadcrumbs.stories.js +5 -1
  2795. package/src/navigation/Breadcrumbs/BreadcrumbsListItem.tsx +34 -0
  2796. package/src/navigation/Breadcrumbs/__stories__/Auto.tsx +201 -0
  2797. package/src/navigation/Breadcrumbs/__stories__/Default.tsx +2 -2
  2798. package/src/navigation/Breadcrumbs/__stories__/WithHook.tsx +219 -0
  2799. package/src/navigation/Breadcrumbs/__stories__/WithProvider.tsx +28 -0
  2800. package/src/navigation/Breadcrumbs/__stories__/WithoutCurrentPage.tsx +20 -0
  2801. package/src/navigation/Breadcrumbs/auto.tsx +71 -0
  2802. package/src/navigation/Breadcrumbs/doc.mdx +32 -0
  2803. package/src/navigation/Breadcrumbs/hooks.ts +66 -0
  2804. package/src/navigation/Breadcrumbs/index.test.tsx +27 -10
  2805. package/src/navigation/Breadcrumbs/index.tsx +5 -0
  2806. package/src/navigation/Breadcrumbs/interaction.test.tsx +34 -8
  2807. package/src/navigation/Breadcrumbs/slug.ts +141 -0
  2808. package/src/navigation/Breadcrumbs/utils.ts +39 -0
  2809. package/src/navigation/Drawer/Drawer.stories.js +3 -3
  2810. package/src/navigation/Drawer/__stories__/Auto.tsx +4 -2
  2811. package/src/navigation/Drawer/__stories__/Default.tsx +3 -4
  2812. package/src/navigation/Drawer/auto.tsx +12 -10
  2813. package/src/navigation/Drawer/doc.mdx +18 -0
  2814. package/src/navigation/Drawer/index.test.tsx +17 -16
  2815. package/src/navigation/Drawer/index.tsx +0 -1
  2816. package/src/navigation/Dropdown/Dropdown.stories.js +12 -13
  2817. package/src/navigation/Dropdown/__stories__/AlignRight.tsx +1 -2
  2818. package/src/navigation/Dropdown/__stories__/Default.tsx +1 -2
  2819. package/src/navigation/Dropdown/__stories__/Dense.tsx +1 -2
  2820. package/src/navigation/Dropdown/__stories__/Disabled.tsx +1 -2
  2821. package/src/navigation/Dropdown/__stories__/PlacementTop.tsx +1 -2
  2822. package/src/navigation/Dropdown/__stories__/ScrollableContent.tsx +1 -1
  2823. package/src/navigation/Dropdown/__stories__/VariantLink.tsx +1 -2
  2824. package/src/navigation/Dropdown/doc.mdx +28 -0
  2825. package/src/navigation/Dropdown/index.test.tsx +41 -40
  2826. package/src/navigation/Dropdown/interaction.test.tsx +34 -35
  2827. package/src/navigation/Link/Link.stories.js +7 -7
  2828. package/src/navigation/Link/__snapshots__/index.spec.tsx.snap +16 -30
  2829. package/src/navigation/Link/__stories__/DarkBackground.tsx +1 -1
  2830. package/src/navigation/Link/__stories__/DarkBackgroundNoUnderline.tsx +1 -1
  2831. package/src/navigation/Link/__stories__/WithProvider.tsx +5 -1
  2832. package/src/navigation/Link/doc.mdx +38 -0
  2833. package/src/navigation/Link/index.spec.tsx +4 -4
  2834. package/src/navigation/Link/index.test.tsx +29 -28
  2835. package/src/navigation/Link/index.tsx +5 -6
  2836. package/src/navigation/Link/interaction.test.tsx +20 -22
  2837. package/src/navigation/NavList/NavList.stories.js +9 -8
  2838. package/src/navigation/NavList/__snapshots__/index.spec.tsx.snap +3 -3
  2839. package/src/navigation/NavList/__stories__/Default.tsx +11 -11
  2840. package/src/navigation/NavList/__stories__/HorizontalWithDrawer.tsx +24 -24
  2841. package/src/navigation/NavList/__stories__/HorizontalWithoutDrawer.tsx +24 -24
  2842. package/src/navigation/NavList/__stories__/NavListWithoutNav.tsx +11 -11
  2843. package/src/navigation/NavList/__stories__/UsingNavListAuto.tsx +27 -28
  2844. package/src/navigation/NavList/__stories__/Vertical.tsx +16 -12
  2845. package/src/navigation/NavList/__stories__/VerticalWithoutDrawer.tsx +24 -24
  2846. package/src/navigation/NavList/__stories__/WithBadge.tsx +55 -0
  2847. package/src/navigation/NavList/doc.mdx +57 -0
  2848. package/src/navigation/NavList/hooks/useTogglableNav.tsx +3 -2
  2849. package/src/navigation/NavList/index.test.tsx +36 -31
  2850. package/src/navigation/NavList/index.tsx +2 -1
  2851. package/src/navigation/NavList/interaction.test.tsx +45 -0
  2852. package/src/navigation/NavList/types.tsx +1 -1
  2853. package/src/navigation/Pagination/Pagination.stories.js +8 -9
  2854. package/src/navigation/Pagination/Pagination.tsx +121 -0
  2855. package/src/navigation/Pagination/__stories__/Auto.tsx +30 -30
  2856. package/src/navigation/Pagination/__stories__/PaginationWithSmallFont.tsx +1 -2
  2857. package/src/navigation/Pagination/__stories__/WithInactiveValues.tsx +1 -1
  2858. package/src/navigation/Pagination/__stories__/WithResultsPerPage.tsx +1 -2
  2859. package/src/navigation/Pagination/auto.tsx +9 -6
  2860. package/src/navigation/Pagination/doc.mdx +32 -0
  2861. package/src/navigation/Pagination/hooks.ts +1 -1
  2862. package/src/navigation/Pagination/index.test.tsx +29 -28
  2863. package/src/navigation/Pagination/index.tsx +3 -123
  2864. package/src/navigation/Pagination/interaction.test.tsx +7 -7
  2865. package/src/navigation/SkipLink/SkipLink.stories.js +1 -1
  2866. package/src/navigation/SkipLink/index.test.tsx +11 -10
  2867. package/src/navigation/Tabs/Tabs.stories.js +4 -3
  2868. package/src/navigation/Tabs/__stories__/Auto.tsx +2 -4
  2869. package/src/navigation/Tabs/__stories__/Default.tsx +1 -2
  2870. package/src/navigation/Tabs/__stories__/Dense.tsx +1 -3
  2871. package/src/navigation/Tabs/__stories__/UsingAccordion.tsx +187 -0
  2872. package/src/navigation/Tabs/auto.tsx +10 -6
  2873. package/src/navigation/Tabs/doc.mdx +47 -0
  2874. package/src/navigation/Tabs/hooks.ts +9 -7
  2875. package/src/navigation/Tabs/index.test.tsx +21 -16
  2876. package/src/navigation/Tabs/index.tsx +0 -1
  2877. package/src/navigation/Tabs/interaction.test.tsx +7 -7
  2878. package/src/registry.js +456 -185
  2879. package/src/typography/Code/index.tsx +1 -1
  2880. package/src/typography/CodeBlock/CodeBlock.stories.js +10 -0
  2881. package/src/typography/CodeBlock/__stories__/Default.tsx +23 -0
  2882. package/src/typography/CodeBlock/__stories__/Highlighted.tsx +27 -0
  2883. package/src/typography/CodeBlock/__stories__/WithCopyToClipboard.tsx +27 -0
  2884. package/src/typography/CodeBlock/__stories__/WithPhaseBanner.tsx +32 -0
  2885. package/src/typography/CodeBlock/doc.mdx +30 -0
  2886. package/src/typography/CodeBlock/index.test.tsx +33 -0
  2887. package/src/typography/CodeBlock/index.tsx +123 -3
  2888. package/src/typography/Heading/Heading.stories.js +1 -1
  2889. package/src/typography/Heading/doc.mdx +16 -0
  2890. package/src/typography/Heading/index.test.tsx +11 -10
  2891. package/src/typography/HeadingCaption/HeadingCaption.stories.js +2 -2
  2892. package/src/typography/HeadingCaption/doc.mdx +20 -0
  2893. package/src/typography/HeadingCaption/index.test.tsx +14 -13
  2894. package/src/typography/Hint/Hint.stories.js +2 -2
  2895. package/src/typography/Hint/doc.mdx +20 -0
  2896. package/src/typography/Hint/index.test.tsx +14 -13
  2897. package/src/typography/NormalText/NormalText.stories.js +4 -4
  2898. package/src/typography/NormalText/doc.mdx +30 -0
  2899. package/src/typography/NormalText/index.test.tsx +20 -19
  2900. package/src/typography/Paragraph/Paragraph.stories.js +5 -5
  2901. package/src/typography/Paragraph/doc.mdx +34 -0
  2902. package/src/typography/Paragraph/index.test.tsx +23 -22
  2903. package/src/typography/Typography/doc.mdx +14 -0
  2904. package/src/typography/Typography/index.tsx +1 -1
  2905. package/src/utils/Base/index.tsx +1 -0
  2906. package/src/utils/VisuallyHidden/VisuallyHidden.stories.js +1 -1
  2907. package/src/utils/VisuallyHidden/doc.mdx +21 -0
  2908. package/src/utils/VisuallyHidden/index.test.tsx +11 -10
  2909. package/src/utils/hooks/useDebounce.ts +4 -4
  2910. package/src/utils/hooks/useLatest.ts +1 -1
  2911. package/src/utils/hooks/useScreen.ts +42 -32
  2912. package/src/utils/hooks/useSearch.ts +2 -3
  2913. package/src/utils/index.ts +0 -1
  2914. package/test-utils/delay/index.js +11 -26
  2915. package/test-utils/delay.js.map +7 -0
  2916. package/typography/Code/index.js +7 -3
  2917. package/typography/Code/index.js.map +7 -0
  2918. package/typography/CodeBlock/CodeBlock.stories/index.js +18 -0
  2919. package/typography/CodeBlock/CodeBlock.stories/package.json +6 -0
  2920. package/typography/CodeBlock/CodeBlock.stories.d.ts +11 -0
  2921. package/typography/CodeBlock/CodeBlock.stories.js.map +7 -0
  2922. package/typography/CodeBlock/__stories__/Default/index.js +24 -0
  2923. package/typography/CodeBlock/__stories__/Default/package.json +6 -0
  2924. package/typography/CodeBlock/__stories__/Default.d.ts +3 -0
  2925. package/typography/CodeBlock/__stories__/Default.js.map +7 -0
  2926. package/typography/CodeBlock/__stories__/Highlighted/index.js +24 -0
  2927. package/typography/CodeBlock/__stories__/Highlighted/package.json +6 -0
  2928. package/typography/CodeBlock/__stories__/Highlighted.d.ts +3 -0
  2929. package/typography/CodeBlock/__stories__/Highlighted.js.map +7 -0
  2930. package/typography/CodeBlock/__stories__/WithCopyToClipboard/index.js +24 -0
  2931. package/typography/CodeBlock/__stories__/WithCopyToClipboard/package.json +6 -0
  2932. package/typography/CodeBlock/__stories__/WithCopyToClipboard.d.ts +3 -0
  2933. package/typography/CodeBlock/__stories__/WithCopyToClipboard.js.map +7 -0
  2934. package/typography/CodeBlock/__stories__/WithPhaseBanner/index.js +33 -0
  2935. package/typography/CodeBlock/__stories__/WithPhaseBanner/package.json +6 -0
  2936. package/typography/CodeBlock/__stories__/WithPhaseBanner.d.ts +3 -0
  2937. package/typography/CodeBlock/__stories__/WithPhaseBanner.js.map +7 -0
  2938. package/typography/CodeBlock/index.d.ts +14 -2
  2939. package/typography/CodeBlock/index.js +95 -3
  2940. package/typography/CodeBlock/index.js.map +7 -0
  2941. package/typography/CodeBlock/index.test.d.ts +1 -0
  2942. package/typography/Heading/Heading.stories/index.js +10 -5
  2943. package/typography/Heading/Heading.stories.d.ts +1 -1
  2944. package/typography/Heading/Heading.stories.js.map +7 -0
  2945. package/typography/Heading/__stories__/Default/index.js +8 -22
  2946. package/typography/Heading/__stories__/Default.d.ts +2 -2
  2947. package/typography/Heading/__stories__/Default.js.map +7 -0
  2948. package/typography/Heading/index.js +7 -3
  2949. package/typography/Heading/index.js.map +7 -0
  2950. package/typography/HeadingCaption/HeadingCaption.stories/index.js +12 -6
  2951. package/typography/HeadingCaption/HeadingCaption.stories.d.ts +2 -2
  2952. package/typography/HeadingCaption/HeadingCaption.stories.js.map +7 -0
  2953. package/typography/HeadingCaption/__stories__/Default/index.js +9 -27
  2954. package/typography/HeadingCaption/__stories__/Default.d.ts +2 -2
  2955. package/typography/HeadingCaption/__stories__/Default.js.map +7 -0
  2956. package/typography/HeadingCaption/__stories__/NestedToTitle/index.js +9 -12
  2957. package/typography/HeadingCaption/__stories__/NestedToTitle.d.ts +2 -2
  2958. package/typography/HeadingCaption/__stories__/NestedToTitle.js.map +7 -0
  2959. package/typography/HeadingCaption/index.js +7 -3
  2960. package/typography/HeadingCaption/index.js.map +7 -0
  2961. package/typography/Hint/Hint.stories/index.js +12 -6
  2962. package/typography/Hint/Hint.stories.d.ts +2 -2
  2963. package/typography/Hint/Hint.stories.js.map +7 -0
  2964. package/typography/Hint/__stories__/Default/index.js +8 -6
  2965. package/typography/Hint/__stories__/Default.d.ts +2 -2
  2966. package/typography/Hint/__stories__/Default.js.map +7 -0
  2967. package/typography/Hint/__stories__/FontSizes/index.js +8 -15
  2968. package/typography/Hint/__stories__/FontSizes.d.ts +2 -2
  2969. package/typography/Hint/__stories__/FontSizes.js.map +7 -0
  2970. package/typography/Hint/index.js +7 -3
  2971. package/typography/Hint/index.js.map +7 -0
  2972. package/typography/NormalText/NormalText.stories/index.js +16 -8
  2973. package/typography/NormalText/NormalText.stories.d.ts +4 -4
  2974. package/typography/NormalText/NormalText.stories.js.map +7 -0
  2975. package/typography/NormalText/__stories__/Default/index.js +8 -6
  2976. package/typography/NormalText/__stories__/Default.d.ts +2 -2
  2977. package/typography/NormalText/__stories__/Default.js.map +7 -0
  2978. package/typography/NormalText/__stories__/FontSizes/index.js +9 -45
  2979. package/typography/NormalText/__stories__/FontSizes.d.ts +2 -2
  2980. package/typography/NormalText/__stories__/FontSizes.js.map +7 -0
  2981. package/typography/NormalText/__stories__/FontWeight/index.js +9 -15
  2982. package/typography/NormalText/__stories__/FontWeight.d.ts +2 -2
  2983. package/typography/NormalText/__stories__/FontWeight.js.map +7 -0
  2984. package/typography/NormalText/__stories__/Variants/index.js +9 -15
  2985. package/typography/NormalText/__stories__/Variants.d.ts +2 -2
  2986. package/typography/NormalText/__stories__/Variants.js.map +7 -0
  2987. package/typography/NormalText/index.js +7 -3
  2988. package/typography/NormalText/index.js.map +7 -0
  2989. package/typography/Paragraph/Paragraph.stories/index.js +18 -9
  2990. package/typography/Paragraph/Paragraph.stories.d.ts +5 -5
  2991. package/typography/Paragraph/Paragraph.stories.js.map +7 -0
  2992. package/typography/Paragraph/__stories__/Default/index.js +8 -6
  2993. package/typography/Paragraph/__stories__/Default.d.ts +2 -2
  2994. package/typography/Paragraph/__stories__/Default.js.map +7 -0
  2995. package/typography/Paragraph/__stories__/FontSizes/index.js +8 -26
  2996. package/typography/Paragraph/__stories__/FontSizes.d.ts +2 -2
  2997. package/typography/Paragraph/__stories__/FontSizes.js.map +7 -0
  2998. package/typography/Paragraph/__stories__/FontWeight/index.js +8 -11
  2999. package/typography/Paragraph/__stories__/FontWeight.d.ts +2 -2
  3000. package/typography/Paragraph/__stories__/FontWeight.js.map +7 -0
  3001. package/typography/Paragraph/__stories__/LeadVariant/index.js +8 -8
  3002. package/typography/Paragraph/__stories__/LeadVariant.d.ts +2 -2
  3003. package/typography/Paragraph/__stories__/LeadVariant.js.map +7 -0
  3004. package/typography/Paragraph/__stories__/SmallVariant/index.js +8 -8
  3005. package/typography/Paragraph/__stories__/SmallVariant.d.ts +2 -2
  3006. package/typography/Paragraph/__stories__/SmallVariant.js.map +7 -0
  3007. package/typography/Paragraph/index.js +7 -3
  3008. package/typography/Paragraph/index.js.map +7 -0
  3009. package/typography/Typography/index.js +7 -3
  3010. package/typography/Typography/index.js.map +7 -0
  3011. package/typography/index.js +7 -6
  3012. package/typography/index.js.map +7 -0
  3013. package/utils/Base/index.d.ts +1 -0
  3014. package/utils/Base/index.js +9 -3
  3015. package/utils/Base/index.js.map +7 -0
  3016. package/utils/TestVariant/index.d.ts +1 -1
  3017. package/utils/TestVariant/index.js +23 -18
  3018. package/utils/TestVariant/index.js.map +7 -0
  3019. package/utils/Typography/index.js +7 -3
  3020. package/utils/Typography/index.js.map +7 -0
  3021. package/utils/VisuallyHidden/VisuallyHidden.stories/index.js +10 -5
  3022. package/utils/VisuallyHidden/VisuallyHidden.stories.d.ts +1 -1
  3023. package/utils/VisuallyHidden/VisuallyHidden.stories.js.map +7 -0
  3024. package/utils/VisuallyHidden/__stories__/Default/index.js +11 -12
  3025. package/utils/VisuallyHidden/__stories__/Default.d.ts +2 -2
  3026. package/utils/VisuallyHidden/__stories__/Default.js.map +7 -0
  3027. package/utils/VisuallyHidden/index.js +7 -3
  3028. package/utils/VisuallyHidden/index.js.map +7 -0
  3029. package/utils/hooks/useDebounce/index.js +26 -28
  3030. package/utils/hooks/useDebounce.d.ts +2 -2
  3031. package/utils/hooks/useDebounce.js.map +7 -0
  3032. package/utils/hooks/useKeypress/index.js +20 -12
  3033. package/utils/hooks/useKeypress.d.ts +1 -1
  3034. package/utils/hooks/useKeypress.js.map +7 -0
  3035. package/utils/hooks/useLatest/index.js +9 -6
  3036. package/utils/hooks/useLatest.d.ts +1 -1
  3037. package/utils/hooks/useLatest.js.map +7 -0
  3038. package/utils/hooks/useScreen/index.js +35 -30
  3039. package/utils/hooks/useScreen.d.ts +1 -1
  3040. package/utils/hooks/useScreen.js.map +7 -0
  3041. package/utils/hooks/useSearch/index.js +24 -16
  3042. package/utils/hooks/useSearch.d.ts +2 -2
  3043. package/utils/hooks/useSearch.js.map +7 -0
  3044. package/utils/hooks/useTogglableTab/index.js +61 -60
  3045. package/utils/hooks/useTogglableTab.js.map +7 -0
  3046. package/utils/index.d.ts +0 -1
  3047. package/utils/index.js +3 -3
  3048. package/utils/index.js.map +7 -0
  3049. package/utils/withDeprecation/index.js +56 -52
  3050. package/utils/withDeprecation.js.map +7 -0
  3051. package/api/APIErrors/index.js +0 -77
  3052. package/api/APIErrors/package.json +0 -6
  3053. package/api/APIErrors.d.ts +0 -22
  3054. package/api/APIProvider/index.js +0 -25
  3055. package/api/APIProvider/package.json +0 -6
  3056. package/api/APIProvider.d.ts +0 -15
  3057. package/api/fetchAPI/index.js +0 -42
  3058. package/api/fetchAPI/package.json +0 -6
  3059. package/api/fetchAPI.d.ts +0 -18
  3060. package/api/index.d.ts +0 -9
  3061. package/api/index.js +0 -13
  3062. package/api/index.spec/index.js +0 -468
  3063. package/api/index.spec/package.json +0 -6
  3064. package/api/index.spec.d.ts +0 -1
  3065. package/api/introduction.md +0 -6
  3066. package/api/package.json +0 -6
  3067. package/api/useResource/index.js +0 -109
  3068. package/api/useResource/package.json +0 -6
  3069. package/api/useResource.d.ts +0 -11
  3070. package/api/useResourceAction/index.js +0 -121
  3071. package/api/useResourceAction/package.json +0 -6
  3072. package/api/useResourceAction.d.ts +0 -2
  3073. package/api/useResourceQuery/index.js +0 -184
  3074. package/api/useResourceQuery/package.json +0 -6
  3075. package/api/useResourceQuery.d.ts +0 -18
  3076. package/api/utils/index.js +0 -190
  3077. package/api/utils/package.json +0 -6
  3078. package/api/utils.d.ts +0 -6
  3079. package/app/BannerContainer/index.test/index.js +0 -43
  3080. package/app/BannerContainer/index.test/package.json +0 -6
  3081. package/app/Footer/Footer.stories.playwright.json +0 -27
  3082. package/app/Footer/index.mdx +0 -63
  3083. package/app/Footer/index.test/index.js +0 -64
  3084. package/app/Footer/index.test/package.json +0 -6
  3085. package/app/Footer/interaction.test/index.js +0 -46
  3086. package/app/Footer/interaction.test/package.json +0 -6
  3087. package/app/Header/Header.stories.playwright.json +0 -49
  3088. package/app/Header/__snapshots__/index.spec.tsx.snap +0 -55
  3089. package/app/Header/index.mdx +0 -49
  3090. package/app/Header/index.spec/index.js +0 -25
  3091. package/app/Header/index.spec/package.json +0 -6
  3092. package/app/Header/index.test/index.js +0 -55
  3093. package/app/Header/index.test/package.json +0 -6
  3094. package/app/Loader/index.test/index.js +0 -43
  3095. package/app/Loader/index.test/package.json +0 -6
  3096. package/app/Masthead/Masthead.stories.playwright.json +0 -21
  3097. package/app/Masthead/index.mdx +0 -23
  3098. package/app/Masthead/index.test/index.js +0 -49
  3099. package/app/Masthead/index.test/package.json +0 -6
  3100. package/app/Masthead/interaction.test/index.js +0 -43
  3101. package/app/Masthead/interaction.test/package.json +0 -6
  3102. package/app/Modal/Modal.stories.playwright.json +0 -53
  3103. package/app/Modal/index.mdx +0 -40
  3104. package/app/Modal/index.test/index.js +0 -55
  3105. package/app/Modal/index.test/package.json +0 -6
  3106. package/app/Modal/interaction.test/index.js +0 -119
  3107. package/app/Modal/interaction.test/package.json +0 -6
  3108. package/app/NotFound/index.mdx +0 -18
  3109. package/app/NotFound/index.test/index.js +0 -43
  3110. package/app/NotFound/index.test/package.json +0 -6
  3111. package/app/Panel/index.mdx +0 -21
  3112. package/app/Panel/index.test/index.js +0 -43
  3113. package/app/Panel/index.test/package.json +0 -6
  3114. package/app/PhaseBannerHeader/index.mdx +0 -20
  3115. package/app/PhaseBannerHeader/index.test/index.js +0 -43
  3116. package/app/PhaseBannerHeader/index.test/package.json +0 -6
  3117. package/app/QrCodeScanner/__snapshots__/index.spec.tsx.snap +0 -13
  3118. package/app/QrCodeScanner/index.spec/index.js +0 -15
  3119. package/app/QrCodeScanner/index.spec/package.json +0 -6
  3120. package/app/QrCodeViewer/index.mdx +0 -30
  3121. package/app/QrCodeViewer/index.test/index.js +0 -46
  3122. package/app/QrCodeViewer/index.test/package.json +0 -6
  3123. package/cjs/api/APIErrors/index.js +0 -83
  3124. package/cjs/api/APIProvider/index.js +0 -34
  3125. package/cjs/api/fetchAPI/index.js +0 -50
  3126. package/cjs/api/index.js +0 -88
  3127. package/cjs/api/index.spec/index.js +0 -472
  3128. package/cjs/api/introduction.md +0 -6
  3129. package/cjs/api/useResource/index.js +0 -116
  3130. package/cjs/api/useResourceAction/index.js +0 -128
  3131. package/cjs/api/useResourceQuery/index.js +0 -192
  3132. package/cjs/api/utils/index.js +0 -200
  3133. package/cjs/app/BannerContainer/index.test/index.js +0 -46
  3134. package/cjs/app/Footer/Footer.stories.playwright.json +0 -27
  3135. package/cjs/app/Footer/index.mdx +0 -63
  3136. package/cjs/app/Footer/index.test/index.js +0 -67
  3137. package/cjs/app/Footer/interaction.test/index.js +0 -49
  3138. package/cjs/app/Header/Header.stories.playwright.json +0 -49
  3139. package/cjs/app/Header/__snapshots__/index.spec.tsx.snap +0 -55
  3140. package/cjs/app/Header/index.mdx +0 -49
  3141. package/cjs/app/Header/index.spec/index.js +0 -30
  3142. package/cjs/app/Header/index.test/index.js +0 -58
  3143. package/cjs/app/Loader/index.test/index.js +0 -46
  3144. package/cjs/app/Masthead/Masthead.stories.playwright.json +0 -21
  3145. package/cjs/app/Masthead/index.mdx +0 -23
  3146. package/cjs/app/Masthead/index.test/index.js +0 -52
  3147. package/cjs/app/Masthead/interaction.test/index.js +0 -46
  3148. package/cjs/app/Modal/Modal.stories.playwright.json +0 -53
  3149. package/cjs/app/Modal/index.mdx +0 -40
  3150. package/cjs/app/Modal/index.test/index.js +0 -58
  3151. package/cjs/app/Modal/interaction.test/index.js +0 -122
  3152. package/cjs/app/NotFound/index.mdx +0 -18
  3153. package/cjs/app/NotFound/index.test/index.js +0 -46
  3154. package/cjs/app/Panel/index.mdx +0 -21
  3155. package/cjs/app/Panel/index.test/index.js +0 -46
  3156. package/cjs/app/PhaseBannerHeader/index.mdx +0 -20
  3157. package/cjs/app/PhaseBannerHeader/index.test/index.js +0 -46
  3158. package/cjs/app/QrCodeScanner/__snapshots__/index.spec.tsx.snap +0 -13
  3159. package/cjs/app/QrCodeScanner/index.spec/index.js +0 -21
  3160. package/cjs/app/QrCodeViewer/index.mdx +0 -30
  3161. package/cjs/app/QrCodeViewer/index.test/index.js +0 -49
  3162. package/cjs/content/Accordion/Accordion.stories.playwright.json +0 -21
  3163. package/cjs/content/Accordion/__snapshots__/index.spec.tsx.snap +0 -157
  3164. package/cjs/content/Accordion/index.mdx +0 -45
  3165. package/cjs/content/Accordion/index.spec/index.js +0 -22
  3166. package/cjs/content/Accordion/index.test/index.js +0 -55
  3167. package/cjs/content/Accordion/interaction.test/index.js +0 -46
  3168. package/cjs/content/Blockquote/__snapshots__/index.spec.tsx.snap +0 -16
  3169. package/cjs/content/Blockquote/index.mdx +0 -24
  3170. package/cjs/content/Blockquote/index.spec/index.js +0 -13
  3171. package/cjs/content/Blockquote/index.test/index.js +0 -49
  3172. package/cjs/content/Card/Card.stories.playwright.json +0 -21
  3173. package/cjs/content/Card/index.mdx +0 -103
  3174. package/cjs/content/Card/index.test/index.js +0 -76
  3175. package/cjs/content/Chip/index.mdx +0 -53
  3176. package/cjs/content/Chip/index.test/index.js +0 -58
  3177. package/cjs/content/Details/Details.stories.playwright.json +0 -21
  3178. package/cjs/content/Details/__snapshots__/index.spec.tsx.snap +0 -81
  3179. package/cjs/content/Details/index.mdx +0 -27
  3180. package/cjs/content/Details/index.spec/index.js +0 -18
  3181. package/cjs/content/Details/index.test/index.js +0 -46
  3182. package/cjs/content/Details/interaction.test/index.js +0 -46
  3183. package/cjs/content/List/__snapshots__/index.spec.tsx.snap +0 -7
  3184. package/cjs/content/List/index.mdx +0 -40
  3185. package/cjs/content/List/index.spec/index.js +0 -12
  3186. package/cjs/content/List/index.test/index.js +0 -61
  3187. package/cjs/content/StepNav/StepNav.stories.playwright.json +0 -33
  3188. package/cjs/content/StepNav/index.mdx +0 -53
  3189. package/cjs/content/StepNav/index.test/index.js +0 -58
  3190. package/cjs/content/StepNav/interaction.test/index.js +0 -52
  3191. package/cjs/content/SummaryList/SummaryList.stories.playwright.json +0 -27
  3192. package/cjs/content/SummaryList/__snapshots__/index.spec.tsx.snap +0 -97
  3193. package/cjs/content/SummaryList/index.mdx +0 -51
  3194. package/cjs/content/SummaryList/index.spec/index.js +0 -12
  3195. package/cjs/content/SummaryList/index.test/index.js +0 -61
  3196. package/cjs/content/SummaryList/interaction.test/index.js +0 -49
  3197. package/cjs/content/Table/Table.stories.playwright.json +0 -37
  3198. package/cjs/content/Table/__stories__/Densed/index.js +0 -109
  3199. package/cjs/content/Table/index.mdx +0 -111
  3200. package/cjs/content/Table/index.test/index.js +0 -106
  3201. package/cjs/content/Table/interaction.test/index.js +0 -46
  3202. package/cjs/content/TaskList/index.mdx +0 -30
  3203. package/cjs/content/TaskList/index.test/index.js +0 -49
  3204. package/cjs/content/Timeline/index.mdx +0 -33
  3205. package/cjs/content/Timeline/index.test/index.js +0 -49
  3206. package/cjs/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +0 -53
  3207. package/cjs/feedback/CopyToClipboard/index.mdx +0 -28
  3208. package/cjs/feedback/CopyToClipboard/index.test/index.js +0 -52
  3209. package/cjs/feedback/CopyToClipboard/interaction.test/index.js +0 -122
  3210. package/cjs/feedback/ErrorSummary/ErrorSummary.stories.playwright.json +0 -27
  3211. package/cjs/feedback/ErrorSummary/__snapshots__/index.spec.tsx.snap +0 -7
  3212. package/cjs/feedback/ErrorSummary/index.mdx +0 -54
  3213. package/cjs/feedback/ErrorSummary/index.spec/index.js +0 -12
  3214. package/cjs/feedback/ErrorSummary/index.test/index.js +0 -61
  3215. package/cjs/feedback/NotificationBanner/NotificationBanner.stories.playwright.json +0 -49
  3216. package/cjs/feedback/NotificationBanner/__snapshots__/index.spec.tsx.snap +0 -23
  3217. package/cjs/feedback/NotificationBanner/index.mdx +0 -47
  3218. package/cjs/feedback/NotificationBanner/index.spec/index.js +0 -23
  3219. package/cjs/feedback/NotificationBanner/index.test/index.js +0 -52
  3220. package/cjs/feedback/NotificationBanner/interaction.test/index.js +0 -90
  3221. package/cjs/feedback/PhaseBanner/PhaseBanner.stories.playwright.json +0 -21
  3222. package/cjs/feedback/PhaseBanner/index.mdx +0 -37
  3223. package/cjs/feedback/PhaseBanner/index.test/index.js +0 -49
  3224. package/cjs/feedback/PhaseBanner/interaction.test/index.js +0 -46
  3225. package/cjs/feedback/WarningText/__snapshots__/index.spec.tsx.snap +0 -7
  3226. package/cjs/feedback/WarningText/index.mdx +0 -25
  3227. package/cjs/feedback/WarningText/index.spec/index.js +0 -12
  3228. package/cjs/feedback/WarningText/index.test/index.js +0 -52
  3229. package/cjs/form/AutoComplete/AutoComplete.stories.playwright.json +0 -33
  3230. package/cjs/form/AutoComplete/index.mdx +0 -70
  3231. package/cjs/form/AutoComplete/index.test/index.js +0 -73
  3232. package/cjs/form/AutoComplete/interaction.test/index.js +0 -52
  3233. package/cjs/form/Button/Button.stories.playwright.json +0 -109
  3234. package/cjs/form/Button/__snapshots__/index.spec.tsx.snap +0 -17
  3235. package/cjs/form/Button/index.mdx +0 -111
  3236. package/cjs/form/Button/index.spec/index.js +0 -13
  3237. package/cjs/form/Button/index.test/index.js +0 -79
  3238. package/cjs/form/Button/interaction.test/index.js +0 -169
  3239. package/cjs/form/Checkbox/Checkbox.stories.playwright.json +0 -55
  3240. package/cjs/form/Checkbox/index.mdx +0 -83
  3241. package/cjs/form/Checkbox/index.test/index.js +0 -73
  3242. package/cjs/form/Checkbox/interaction.test/index.js +0 -93
  3243. package/cjs/form/DateInputContainer/DateInputContainer.stories.playwright.json +0 -61
  3244. package/cjs/form/DateInputContainer/index.mdx +0 -46
  3245. package/cjs/form/DateInputContainer/index.test/index.js +0 -58
  3246. package/cjs/form/DateInputContainer/interaction.test/index.js +0 -49
  3247. package/cjs/form/ErrorMessage/index.mdx +0 -23
  3248. package/cjs/form/ErrorMessage/index.test/index.js +0 -52
  3249. package/cjs/form/FileUpload/index.mdx +0 -30
  3250. package/cjs/form/FileUpload/index.test/index.js +0 -49
  3251. package/cjs/form/RadioContainer/RadioContainer.stories.playwright.json +0 -49
  3252. package/cjs/form/RadioContainer/index.mdx +0 -84
  3253. package/cjs/form/RadioContainer/index.test/index.js +0 -73
  3254. package/cjs/form/RadioContainer/interaction.test/index.js +0 -90
  3255. package/cjs/form/SelectContainer/SelectContainer.stories.playwright.json +0 -21
  3256. package/cjs/form/SelectContainer/index.mdx +0 -50
  3257. package/cjs/form/SelectContainer/index.test/index.js +0 -55
  3258. package/cjs/form/SelectContainer/interaction.test/index.js +0 -46
  3259. package/cjs/form/SingleCharacterInputs/index.mdx +0 -30
  3260. package/cjs/form/SingleCharacterInputs/index.test/index.js +0 -55
  3261. package/cjs/form/TextArea/TextArea.stories.playwright.json +0 -59
  3262. package/cjs/form/TextArea/index.mdx +0 -74
  3263. package/cjs/form/TextArea/index.test/index.js +0 -67
  3264. package/cjs/form/TextArea/interaction.test/index.js +0 -87
  3265. package/cjs/form/TextInput/TextInput.stories.playwright.json +0 -43
  3266. package/cjs/form/TextInput/index.mdx +0 -90
  3267. package/cjs/form/TextInput/index.test/index.js +0 -73
  3268. package/cjs/form/TextInput/interaction.test/index.js +0 -49
  3269. package/cjs/govgr/Footer/index.mdx +0 -101
  3270. package/cjs/govgr/GovGRLogo/govgr-logo.svg +0 -1
  3271. package/cjs/introduction.md +0 -11
  3272. package/cjs/layouts/Basic/Bottom/index.mdx +0 -22
  3273. package/cjs/layouts/Basic/Container/index.mdx +0 -23
  3274. package/cjs/layouts/Basic/Main/index.mdx +0 -21
  3275. package/cjs/layouts/Basic/Masthead/index.js +0 -47
  3276. package/cjs/layouts/Basic/Top/index.mdx +0 -23
  3277. package/cjs/layouts/Basic/__snapshots__/index.spec.tsx.snap +0 -109
  3278. package/cjs/layouts/Basic/index.mdx +0 -42
  3279. package/cjs/layouts/Basic/index.spec/index.js +0 -13
  3280. package/cjs/layouts/Basic/index.test/index.js +0 -55
  3281. package/cjs/layouts/Grid/index.mdx +0 -39
  3282. package/cjs/layouts/Grid/index.test/index.js +0 -52
  3283. package/cjs/layouts/Screen/index.test/index.js +0 -55
  3284. package/cjs/layouts/Stack/index.test/index.js +0 -61
  3285. package/cjs/navigation/BackLink/BackLink.stories.playwright.json +0 -21
  3286. package/cjs/navigation/BackLink/index.mdx +0 -23
  3287. package/cjs/navigation/BackLink/index.test/index.js +0 -46
  3288. package/cjs/navigation/BackLink/interaction.test/index.js +0 -46
  3289. package/cjs/navigation/BackToTopLink/index.test/index.js +0 -49
  3290. package/cjs/navigation/Breadcrumbs/Breadcrumbs.stories.playwright.json +0 -33
  3291. package/cjs/navigation/Breadcrumbs/index.mdx +0 -32
  3292. package/cjs/navigation/Breadcrumbs/index.test/index.js +0 -46
  3293. package/cjs/navigation/Breadcrumbs/interaction.test/index.js +0 -52
  3294. package/cjs/navigation/Drawer/index.mdx +0 -14
  3295. package/cjs/navigation/Drawer/index.test/index.js +0 -52
  3296. package/cjs/navigation/Dropdown/Dropdown.stories.playwright.json +0 -85
  3297. package/cjs/navigation/Dropdown/index.mdx +0 -40
  3298. package/cjs/navigation/Dropdown/index.test/index.js +0 -76
  3299. package/cjs/navigation/Dropdown/interaction.test/index.js +0 -198
  3300. package/cjs/navigation/Link/Link.stories.playwright.json +0 -65
  3301. package/cjs/navigation/Link/__snapshots__/index.spec.tsx.snap +0 -38
  3302. package/cjs/navigation/Link/index.mdx +0 -50
  3303. package/cjs/navigation/Link/index.spec/index.js +0 -21
  3304. package/cjs/navigation/Link/index.test/index.js +0 -64
  3305. package/cjs/navigation/Link/interaction.test/index.js +0 -128
  3306. package/cjs/navigation/NavList/NavList.stories.playwright.json +0 -53
  3307. package/cjs/navigation/NavList/__snapshots__/index.spec.tsx.snap +0 -7
  3308. package/cjs/navigation/NavList/__stories__/NavLinksOneLevel.json +0 -17
  3309. package/cjs/navigation/NavList/__stories__/NavLinksWithSubmenu.json +0 -36
  3310. package/cjs/navigation/NavList/index.mdx +0 -60
  3311. package/cjs/navigation/NavList/index.spec/index.js +0 -12
  3312. package/cjs/navigation/NavList/index.test/index.js +0 -67
  3313. package/cjs/navigation/Pagination/Pagination.stories.playwright.json +0 -27
  3314. package/cjs/navigation/Pagination/index.mdx +0 -48
  3315. package/cjs/navigation/Pagination/index.test/index.js +0 -64
  3316. package/cjs/navigation/Pagination/interaction.test/index.js +0 -49
  3317. package/cjs/navigation/SkipLink/index.test/index.js +0 -46
  3318. package/cjs/navigation/Tabs/Tabs.stories.playwright.json +0 -27
  3319. package/cjs/navigation/Tabs/index.mdx +0 -31
  3320. package/cjs/navigation/Tabs/index.test/index.js +0 -52
  3321. package/cjs/navigation/Tabs/interaction.test/index.js +0 -49
  3322. package/cjs/typography/Heading/index.mdx +0 -18
  3323. package/cjs/typography/Heading/index.test/index.js +0 -46
  3324. package/cjs/typography/HeadingCaption/index.mdx +0 -20
  3325. package/cjs/typography/HeadingCaption/index.test/index.js +0 -49
  3326. package/cjs/typography/Hint/index.mdx +0 -26
  3327. package/cjs/typography/Hint/index.test/index.js +0 -49
  3328. package/cjs/typography/NormalText/index.mdx +0 -44
  3329. package/cjs/typography/NormalText/index.test/index.js +0 -55
  3330. package/cjs/typography/Paragraph/index.mdx +0 -32
  3331. package/cjs/typography/Paragraph/index.test/index.js +0 -58
  3332. package/cjs/typography/Typography/index.mdx +0 -12
  3333. package/cjs/utils/SvgIcon/index.js +0 -35
  3334. package/cjs/utils/VisuallyHidden/index.mdx +0 -24
  3335. package/cjs/utils/VisuallyHidden/index.test/index.js +0 -46
  3336. package/content/Accordion/Accordion.stories.playwright.json +0 -21
  3337. package/content/Accordion/__snapshots__/index.spec.tsx.snap +0 -157
  3338. package/content/Accordion/index.mdx +0 -45
  3339. package/content/Accordion/index.spec/index.js +0 -17
  3340. package/content/Accordion/index.spec/package.json +0 -6
  3341. package/content/Accordion/index.test/index.js +0 -52
  3342. package/content/Accordion/index.test/package.json +0 -6
  3343. package/content/Accordion/interaction.test/index.js +0 -43
  3344. package/content/Accordion/interaction.test/package.json +0 -6
  3345. package/content/Blockquote/__snapshots__/index.spec.tsx.snap +0 -16
  3346. package/content/Blockquote/index.mdx +0 -24
  3347. package/content/Blockquote/index.spec/index.js +0 -7
  3348. package/content/Blockquote/index.spec/package.json +0 -6
  3349. package/content/Blockquote/index.test/index.js +0 -46
  3350. package/content/Blockquote/index.test/package.json +0 -6
  3351. package/content/Card/Card.stories.playwright.json +0 -21
  3352. package/content/Card/index.mdx +0 -103
  3353. package/content/Card/index.test/index.js +0 -73
  3354. package/content/Card/index.test/package.json +0 -6
  3355. package/content/Chip/index.mdx +0 -53
  3356. package/content/Chip/index.test/index.js +0 -55
  3357. package/content/Chip/index.test/package.json +0 -6
  3358. package/content/Details/Details.stories.playwright.json +0 -21
  3359. package/content/Details/__snapshots__/index.spec.tsx.snap +0 -81
  3360. package/content/Details/index.mdx +0 -27
  3361. package/content/Details/index.spec/index.js +0 -13
  3362. package/content/Details/index.spec/package.json +0 -6
  3363. package/content/Details/index.test/index.js +0 -43
  3364. package/content/Details/index.test/package.json +0 -6
  3365. package/content/Details/interaction.test/index.js +0 -43
  3366. package/content/Details/interaction.test/package.json +0 -6
  3367. package/content/List/__snapshots__/index.spec.tsx.snap +0 -7
  3368. package/content/List/index.mdx +0 -40
  3369. package/content/List/index.spec/index.js +0 -6
  3370. package/content/List/index.spec/package.json +0 -6
  3371. package/content/List/index.test/index.js +0 -58
  3372. package/content/List/index.test/package.json +0 -6
  3373. package/content/StepNav/StepNav.stories.playwright.json +0 -33
  3374. package/content/StepNav/index.mdx +0 -53
  3375. package/content/StepNav/index.test/index.js +0 -55
  3376. package/content/StepNav/index.test/package.json +0 -6
  3377. package/content/StepNav/interaction.test/index.js +0 -49
  3378. package/content/StepNav/interaction.test/package.json +0 -6
  3379. package/content/SummaryList/SummaryList.stories.playwright.json +0 -27
  3380. package/content/SummaryList/__snapshots__/index.spec.tsx.snap +0 -97
  3381. package/content/SummaryList/index.mdx +0 -51
  3382. package/content/SummaryList/index.spec/index.js +0 -7
  3383. package/content/SummaryList/index.spec/package.json +0 -6
  3384. package/content/SummaryList/index.test/index.js +0 -58
  3385. package/content/SummaryList/index.test/package.json +0 -6
  3386. package/content/SummaryList/interaction.test/index.js +0 -46
  3387. package/content/SummaryList/interaction.test/package.json +0 -6
  3388. package/content/Table/Table.stories.playwright.json +0 -37
  3389. package/content/Table/__stories__/Densed/index.js +0 -102
  3390. package/content/Table/__stories__/Densed/package.json +0 -6
  3391. package/content/Table/__stories__/Densed.d.ts +0 -3
  3392. package/content/Table/index.mdx +0 -111
  3393. package/content/Table/index.test/index.js +0 -103
  3394. package/content/Table/index.test/package.json +0 -6
  3395. package/content/Table/interaction.test/index.js +0 -43
  3396. package/content/Table/interaction.test/package.json +0 -6
  3397. package/content/TaskList/index.mdx +0 -30
  3398. package/content/TaskList/index.test/index.js +0 -46
  3399. package/content/TaskList/index.test/package.json +0 -6
  3400. package/content/Timeline/index.mdx +0 -33
  3401. package/content/Timeline/index.test/index.js +0 -46
  3402. package/content/Timeline/index.test/package.json +0 -6
  3403. package/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +0 -53
  3404. package/feedback/CopyToClipboard/index.mdx +0 -28
  3405. package/feedback/CopyToClipboard/index.test/index.js +0 -49
  3406. package/feedback/CopyToClipboard/index.test/package.json +0 -6
  3407. package/feedback/CopyToClipboard/interaction.test/index.js +0 -119
  3408. package/feedback/CopyToClipboard/interaction.test/package.json +0 -6
  3409. package/feedback/ErrorSummary/ErrorSummary.stories.playwright.json +0 -27
  3410. package/feedback/ErrorSummary/__snapshots__/index.spec.tsx.snap +0 -7
  3411. package/feedback/ErrorSummary/index.mdx +0 -54
  3412. package/feedback/ErrorSummary/index.spec/index.js +0 -6
  3413. package/feedback/ErrorSummary/index.spec/package.json +0 -6
  3414. package/feedback/ErrorSummary/index.test/index.js +0 -58
  3415. package/feedback/ErrorSummary/index.test/package.json +0 -6
  3416. package/feedback/NotificationBanner/NotificationBanner.stories.playwright.json +0 -49
  3417. package/feedback/NotificationBanner/__snapshots__/index.spec.tsx.snap +0 -23
  3418. package/feedback/NotificationBanner/index.mdx +0 -47
  3419. package/feedback/NotificationBanner/index.spec/index.js +0 -17
  3420. package/feedback/NotificationBanner/index.spec/package.json +0 -6
  3421. package/feedback/NotificationBanner/index.test/index.js +0 -49
  3422. package/feedback/NotificationBanner/index.test/package.json +0 -6
  3423. package/feedback/NotificationBanner/interaction.test/index.js +0 -87
  3424. package/feedback/NotificationBanner/interaction.test/package.json +0 -6
  3425. package/feedback/PhaseBanner/PhaseBanner.stories.playwright.json +0 -21
  3426. package/feedback/PhaseBanner/index.mdx +0 -37
  3427. package/feedback/PhaseBanner/index.test/index.js +0 -46
  3428. package/feedback/PhaseBanner/index.test/package.json +0 -6
  3429. package/feedback/PhaseBanner/interaction.test/index.js +0 -43
  3430. package/feedback/PhaseBanner/interaction.test/package.json +0 -6
  3431. package/feedback/WarningText/__snapshots__/index.spec.tsx.snap +0 -7
  3432. package/feedback/WarningText/index.mdx +0 -25
  3433. package/feedback/WarningText/index.spec/index.js +0 -6
  3434. package/feedback/WarningText/index.spec/package.json +0 -6
  3435. package/feedback/WarningText/index.test/index.js +0 -49
  3436. package/feedback/WarningText/index.test/package.json +0 -6
  3437. package/form/AutoComplete/AutoComplete.stories.playwright.json +0 -33
  3438. package/form/AutoComplete/index.mdx +0 -70
  3439. package/form/AutoComplete/index.test/index.js +0 -70
  3440. package/form/AutoComplete/index.test/package.json +0 -6
  3441. package/form/AutoComplete/interaction.test/index.js +0 -49
  3442. package/form/AutoComplete/interaction.test/package.json +0 -6
  3443. package/form/Button/Button.stories.playwright.json +0 -109
  3444. package/form/Button/__snapshots__/index.spec.tsx.snap +0 -17
  3445. package/form/Button/index.mdx +0 -111
  3446. package/form/Button/index.spec/index.js +0 -7
  3447. package/form/Button/index.spec/package.json +0 -6
  3448. package/form/Button/index.test/index.js +0 -76
  3449. package/form/Button/index.test/package.json +0 -6
  3450. package/form/Button/interaction.test/index.js +0 -166
  3451. package/form/Button/interaction.test/package.json +0 -6
  3452. package/form/Checkbox/Checkbox.stories.playwright.json +0 -55
  3453. package/form/Checkbox/index.mdx +0 -83
  3454. package/form/Checkbox/index.test/index.js +0 -70
  3455. package/form/Checkbox/index.test/package.json +0 -6
  3456. package/form/Checkbox/interaction.test/index.js +0 -90
  3457. package/form/Checkbox/interaction.test/package.json +0 -6
  3458. package/form/DateInputContainer/DateInputContainer.stories.playwright.json +0 -61
  3459. package/form/DateInputContainer/index.mdx +0 -46
  3460. package/form/DateInputContainer/index.test/index.js +0 -55
  3461. package/form/DateInputContainer/index.test/package.json +0 -6
  3462. package/form/DateInputContainer/interaction.test/index.js +0 -46
  3463. package/form/DateInputContainer/interaction.test/package.json +0 -6
  3464. package/form/ErrorMessage/index.mdx +0 -23
  3465. package/form/ErrorMessage/index.test/index.js +0 -49
  3466. package/form/ErrorMessage/index.test/package.json +0 -6
  3467. package/form/FileUpload/index.mdx +0 -30
  3468. package/form/FileUpload/index.test/index.js +0 -46
  3469. package/form/FileUpload/index.test/package.json +0 -6
  3470. package/form/RadioContainer/RadioContainer.stories.playwright.json +0 -49
  3471. package/form/RadioContainer/index.mdx +0 -84
  3472. package/form/RadioContainer/index.test/index.js +0 -70
  3473. package/form/RadioContainer/index.test/package.json +0 -6
  3474. package/form/RadioContainer/interaction.test/index.js +0 -87
  3475. package/form/RadioContainer/interaction.test/package.json +0 -6
  3476. package/form/SelectContainer/SelectContainer.stories.playwright.json +0 -21
  3477. package/form/SelectContainer/index.mdx +0 -50
  3478. package/form/SelectContainer/index.test/index.js +0 -52
  3479. package/form/SelectContainer/index.test/package.json +0 -6
  3480. package/form/SelectContainer/interaction.test/index.js +0 -43
  3481. package/form/SelectContainer/interaction.test/package.json +0 -6
  3482. package/form/SingleCharacterInputs/index.mdx +0 -30
  3483. package/form/SingleCharacterInputs/index.test/index.js +0 -52
  3484. package/form/SingleCharacterInputs/index.test/package.json +0 -6
  3485. package/form/TextArea/TextArea.stories.playwright.json +0 -59
  3486. package/form/TextArea/index.mdx +0 -74
  3487. package/form/TextArea/index.test/index.js +0 -64
  3488. package/form/TextArea/index.test/package.json +0 -6
  3489. package/form/TextArea/interaction.test/index.js +0 -84
  3490. package/form/TextArea/interaction.test/package.json +0 -6
  3491. package/form/TextInput/TextInput.stories.playwright.json +0 -43
  3492. package/form/TextInput/index.mdx +0 -90
  3493. package/form/TextInput/index.test/index.js +0 -70
  3494. package/form/TextInput/index.test/package.json +0 -6
  3495. package/form/TextInput/interaction.test/index.js +0 -46
  3496. package/form/TextInput/interaction.test/package.json +0 -6
  3497. package/govgr/Footer/index.mdx +0 -101
  3498. package/govgr/GovGRLogo/govgr-logo.svg +0 -1
  3499. package/introduction.md +0 -11
  3500. package/layouts/Basic/Bottom/index.mdx +0 -22
  3501. package/layouts/Basic/Container/index.mdx +0 -23
  3502. package/layouts/Basic/Main/index.mdx +0 -21
  3503. package/layouts/Basic/Masthead/index.d.ts +0 -5
  3504. package/layouts/Basic/Masthead/index.js +0 -5
  3505. package/layouts/Basic/Masthead/package.json +0 -6
  3506. package/layouts/Basic/Top/index.mdx +0 -23
  3507. package/layouts/Basic/__snapshots__/index.spec.tsx.snap +0 -109
  3508. package/layouts/Basic/index.mdx +0 -42
  3509. package/layouts/Basic/index.spec/index.js +0 -8
  3510. package/layouts/Basic/index.spec/package.json +0 -6
  3511. package/layouts/Basic/index.test/index.js +0 -52
  3512. package/layouts/Basic/index.test/package.json +0 -6
  3513. package/layouts/Grid/index.mdx +0 -39
  3514. package/layouts/Grid/index.test/index.js +0 -49
  3515. package/layouts/Grid/index.test/package.json +0 -6
  3516. package/layouts/Screen/index.test/index.js +0 -52
  3517. package/layouts/Screen/index.test/package.json +0 -6
  3518. package/layouts/Stack/index.test/index.js +0 -58
  3519. package/layouts/Stack/index.test/package.json +0 -6
  3520. package/navigation/BackLink/BackLink.stories.playwright.json +0 -21
  3521. package/navigation/BackLink/index.mdx +0 -23
  3522. package/navigation/BackLink/index.test/index.js +0 -43
  3523. package/navigation/BackLink/index.test/package.json +0 -6
  3524. package/navigation/BackLink/interaction.test/index.js +0 -43
  3525. package/navigation/BackLink/interaction.test/package.json +0 -6
  3526. package/navigation/BackToTopLink/index.test/index.js +0 -46
  3527. package/navigation/BackToTopLink/index.test/package.json +0 -6
  3528. package/navigation/Breadcrumbs/Breadcrumbs.stories.playwright.json +0 -33
  3529. package/navigation/Breadcrumbs/index.mdx +0 -32
  3530. package/navigation/Breadcrumbs/index.test/index.js +0 -43
  3531. package/navigation/Breadcrumbs/index.test/package.json +0 -6
  3532. package/navigation/Breadcrumbs/interaction.test/index.js +0 -49
  3533. package/navigation/Breadcrumbs/interaction.test/package.json +0 -6
  3534. package/navigation/Drawer/index.mdx +0 -14
  3535. package/navigation/Drawer/index.test/index.js +0 -49
  3536. package/navigation/Drawer/index.test/package.json +0 -6
  3537. package/navigation/Dropdown/Dropdown.stories.playwright.json +0 -85
  3538. package/navigation/Dropdown/index.mdx +0 -40
  3539. package/navigation/Dropdown/index.test/index.js +0 -73
  3540. package/navigation/Dropdown/index.test/package.json +0 -6
  3541. package/navigation/Dropdown/interaction.test/index.js +0 -195
  3542. package/navigation/Dropdown/interaction.test/package.json +0 -6
  3543. package/navigation/Link/Link.stories.playwright.json +0 -65
  3544. package/navigation/Link/__snapshots__/index.spec.tsx.snap +0 -38
  3545. package/navigation/Link/index.mdx +0 -50
  3546. package/navigation/Link/index.spec/index.js +0 -16
  3547. package/navigation/Link/index.spec/package.json +0 -6
  3548. package/navigation/Link/index.test/index.js +0 -61
  3549. package/navigation/Link/index.test/package.json +0 -6
  3550. package/navigation/Link/interaction.test/index.js +0 -125
  3551. package/navigation/Link/interaction.test/package.json +0 -6
  3552. package/navigation/NavList/NavList.stories.playwright.json +0 -53
  3553. package/navigation/NavList/__snapshots__/index.spec.tsx.snap +0 -7
  3554. package/navigation/NavList/__stories__/NavLinksOneLevel.json +0 -17
  3555. package/navigation/NavList/__stories__/NavLinksWithSubmenu.json +0 -36
  3556. package/navigation/NavList/index.mdx +0 -60
  3557. package/navigation/NavList/index.spec/index.js +0 -6
  3558. package/navigation/NavList/index.spec/package.json +0 -6
  3559. package/navigation/NavList/index.test/index.js +0 -64
  3560. package/navigation/NavList/index.test/package.json +0 -6
  3561. package/navigation/Pagination/Pagination.stories.playwright.json +0 -27
  3562. package/navigation/Pagination/index.mdx +0 -48
  3563. package/navigation/Pagination/index.test/index.js +0 -61
  3564. package/navigation/Pagination/index.test/package.json +0 -6
  3565. package/navigation/Pagination/interaction.test/index.js +0 -46
  3566. package/navigation/Pagination/interaction.test/package.json +0 -6
  3567. package/navigation/SkipLink/index.test/index.js +0 -43
  3568. package/navigation/SkipLink/index.test/package.json +0 -6
  3569. package/navigation/Tabs/Tabs.stories.playwright.json +0 -27
  3570. package/navigation/Tabs/index.mdx +0 -31
  3571. package/navigation/Tabs/index.test/index.js +0 -49
  3572. package/navigation/Tabs/index.test/package.json +0 -6
  3573. package/navigation/Tabs/interaction.test/index.js +0 -46
  3574. package/navigation/Tabs/interaction.test/package.json +0 -6
  3575. package/src/api/APIErrors.tsx +0 -44
  3576. package/src/api/APIProvider.tsx +0 -27
  3577. package/src/api/fetchAPI.ts +0 -45
  3578. package/src/api/index.spec.tsx +0 -419
  3579. package/src/api/index.tsx +0 -16
  3580. package/src/api/introduction.md +0 -6
  3581. package/src/api/useResource.tsx +0 -96
  3582. package/src/api/useResourceAction.tsx +0 -80
  3583. package/src/api/useResourceQuery.tsx +0 -177
  3584. package/src/api/utils.tsx +0 -157
  3585. package/src/app/Footer/Footer.stories.playwright.json +0 -27
  3586. package/src/app/Footer/index.mdx +0 -63
  3587. package/src/app/Header/Header.stories.playwright.json +0 -49
  3588. package/src/app/Header/index.mdx +0 -49
  3589. package/src/app/Masthead/Masthead.stories.playwright.json +0 -21
  3590. package/src/app/Masthead/index.mdx +0 -23
  3591. package/src/app/Modal/Modal.stories.playwright.json +0 -53
  3592. package/src/app/Modal/index.mdx +0 -40
  3593. package/src/app/NotFound/index.mdx +0 -18
  3594. package/src/app/Panel/index.mdx +0 -21
  3595. package/src/app/PhaseBannerHeader/index.mdx +0 -20
  3596. package/src/app/QrCodeViewer/index.mdx +0 -30
  3597. package/src/content/Accordion/Accordion.stories.playwright.json +0 -21
  3598. package/src/content/Accordion/index.mdx +0 -45
  3599. package/src/content/Blockquote/index.mdx +0 -24
  3600. package/src/content/Card/Card.stories.playwright.json +0 -21
  3601. package/src/content/Card/index.mdx +0 -103
  3602. package/src/content/Chip/index.mdx +0 -53
  3603. package/src/content/Details/Details.stories.playwright.json +0 -21
  3604. package/src/content/Details/index.mdx +0 -27
  3605. package/src/content/List/index.mdx +0 -40
  3606. package/src/content/StepNav/StepNav.stories.playwright.json +0 -33
  3607. package/src/content/StepNav/index.mdx +0 -53
  3608. package/src/content/SummaryList/SummaryList.stories.playwright.json +0 -27
  3609. package/src/content/SummaryList/index.mdx +0 -51
  3610. package/src/content/Table/Table.stories.playwright.json +0 -37
  3611. package/src/content/Table/__stories__/Densed.tsx +0 -129
  3612. package/src/content/Table/index.mdx +0 -111
  3613. package/src/content/TaskList/index.mdx +0 -30
  3614. package/src/content/Timeline/index.mdx +0 -33
  3615. package/src/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +0 -53
  3616. package/src/feedback/CopyToClipboard/index.mdx +0 -28
  3617. package/src/feedback/ErrorSummary/ErrorSummary.stories.playwright.json +0 -27
  3618. package/src/feedback/ErrorSummary/index.mdx +0 -54
  3619. package/src/feedback/NotificationBanner/NotificationBanner.stories.playwright.json +0 -49
  3620. package/src/feedback/NotificationBanner/index.mdx +0 -47
  3621. package/src/feedback/PhaseBanner/PhaseBanner.stories.playwright.json +0 -21
  3622. package/src/feedback/PhaseBanner/index.mdx +0 -37
  3623. package/src/feedback/WarningText/index.mdx +0 -25
  3624. package/src/form/AutoComplete/AutoComplete.stories.playwright.json +0 -33
  3625. package/src/form/AutoComplete/index.mdx +0 -70
  3626. package/src/form/Button/Button.stories.playwright.json +0 -109
  3627. package/src/form/Button/index.mdx +0 -111
  3628. package/src/form/Checkbox/Checkbox.stories.playwright.json +0 -55
  3629. package/src/form/Checkbox/index.mdx +0 -83
  3630. package/src/form/DateInputContainer/DateInputContainer.stories.playwright.json +0 -61
  3631. package/src/form/DateInputContainer/index.mdx +0 -46
  3632. package/src/form/ErrorMessage/index.mdx +0 -23
  3633. package/src/form/FileUpload/index.mdx +0 -30
  3634. package/src/form/RadioContainer/RadioContainer.stories.playwright.json +0 -49
  3635. package/src/form/RadioContainer/index.mdx +0 -84
  3636. package/src/form/SelectContainer/SelectContainer.stories.playwright.json +0 -21
  3637. package/src/form/SelectContainer/index.mdx +0 -50
  3638. package/src/form/SingleCharacterInputs/index.mdx +0 -30
  3639. package/src/form/TextArea/TextArea.stories.playwright.json +0 -59
  3640. package/src/form/TextArea/index.mdx +0 -74
  3641. package/src/form/TextInput/TextInput.stories.playwright.json +0 -43
  3642. package/src/form/TextInput/index.mdx +0 -90
  3643. package/src/govgr/Footer/index.mdx +0 -101
  3644. package/src/layouts/Basic/Bottom/index.mdx +0 -22
  3645. package/src/layouts/Basic/Container/index.mdx +0 -23
  3646. package/src/layouts/Basic/Main/index.mdx +0 -21
  3647. package/src/layouts/Basic/Masthead/index.tsx +0 -5
  3648. package/src/layouts/Basic/Top/index.mdx +0 -23
  3649. package/src/layouts/Basic/index.mdx +0 -42
  3650. package/src/layouts/Grid/index.mdx +0 -39
  3651. package/src/navigation/BackLink/BackLink.stories.playwright.json +0 -21
  3652. package/src/navigation/BackLink/index.mdx +0 -23
  3653. package/src/navigation/Breadcrumbs/Breadcrumbs.stories.playwright.json +0 -33
  3654. package/src/navigation/Breadcrumbs/index.mdx +0 -32
  3655. package/src/navigation/Drawer/index.mdx +0 -14
  3656. package/src/navigation/Dropdown/Dropdown.stories.playwright.json +0 -85
  3657. package/src/navigation/Dropdown/index.mdx +0 -40
  3658. package/src/navigation/Link/Link.stories.playwright.json +0 -65
  3659. package/src/navigation/Link/index.mdx +0 -50
  3660. package/src/navigation/NavList/NavList.stories.playwright.json +0 -53
  3661. package/src/navigation/NavList/__stories__/NavLinksOneLevel.json +0 -17
  3662. package/src/navigation/NavList/__stories__/NavLinksWithSubmenu.json +0 -36
  3663. package/src/navigation/NavList/index.mdx +0 -60
  3664. package/src/navigation/Pagination/Pagination.stories.playwright.json +0 -27
  3665. package/src/navigation/Pagination/index.mdx +0 -48
  3666. package/src/navigation/Tabs/Tabs.stories.playwright.json +0 -27
  3667. package/src/navigation/Tabs/index.mdx +0 -31
  3668. package/src/typography/Heading/index.mdx +0 -18
  3669. package/src/typography/HeadingCaption/index.mdx +0 -20
  3670. package/src/typography/Hint/index.mdx +0 -26
  3671. package/src/typography/NormalText/index.mdx +0 -44
  3672. package/src/typography/Paragraph/index.mdx +0 -32
  3673. package/src/typography/Typography/index.mdx +0 -12
  3674. package/src/utils/Base/index.mdx +0 -13
  3675. package/src/utils/SvgIcon/index.tsx +0 -5
  3676. package/src/utils/VisuallyHidden/index.mdx +0 -24
  3677. package/typography/Heading/index.mdx +0 -18
  3678. package/typography/Heading/index.test/index.js +0 -43
  3679. package/typography/Heading/index.test/package.json +0 -6
  3680. package/typography/HeadingCaption/index.mdx +0 -20
  3681. package/typography/HeadingCaption/index.test/index.js +0 -46
  3682. package/typography/HeadingCaption/index.test/package.json +0 -6
  3683. package/typography/Hint/index.mdx +0 -26
  3684. package/typography/Hint/index.test/index.js +0 -46
  3685. package/typography/Hint/index.test/package.json +0 -6
  3686. package/typography/NormalText/index.mdx +0 -44
  3687. package/typography/NormalText/index.test/index.js +0 -52
  3688. package/typography/NormalText/index.test/package.json +0 -6
  3689. package/typography/Paragraph/index.mdx +0 -32
  3690. package/typography/Paragraph/index.test/index.js +0 -55
  3691. package/typography/Paragraph/index.test/package.json +0 -6
  3692. package/typography/Typography/index.mdx +0 -12
  3693. package/utils/Base/index.mdx +0 -13
  3694. package/utils/SvgIcon/index.d.ts +0 -4
  3695. package/utils/SvgIcon/index.js +0 -4
  3696. package/utils/SvgIcon/package.json +0 -6
  3697. package/utils/VisuallyHidden/index.mdx +0 -24
  3698. package/utils/VisuallyHidden/index.test/index.js +0 -43
  3699. package/utils/VisuallyHidden/index.test/package.json +0 -6
  3700. /package/{cjs/utils/Base/index.mdx → src/utils/Base/doc.mdx} +0 -0
package/cjs/lazy/index.js CHANGED
@@ -1,2911 +1,1686 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+ var lazy_exports = {};
29
+ __export(lazy_exports, {
30
+ default: () => lazy_default
6
31
  });
7
- exports["default"] = void 0;
8
- var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
9
- var _react = require("react");
10
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
11
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != (0, _typeof2["default"])(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
12
- var _default = exports["default"] = {
13
- 'APIError': /*#__PURE__*/(0, _react.lazy)(function () {
14
- return Promise.resolve().then(function () {
15
- return _interopRequireWildcard(require('@digigov/ui/api/APIErrors'));
16
- }).then(function (module) {
17
- return {
18
- "default": module['APIError']
19
- };
20
- });
21
- }),
22
- 'APIErrors': /*#__PURE__*/(0, _react.lazy)(function () {
23
- return Promise.resolve().then(function () {
24
- return _interopRequireWildcard(require('@digigov/ui/api/APIErrors'));
25
- }).then(function (module) {
26
- return {
27
- "default": module['APIErrors']
28
- };
29
- });
30
- }),
31
- 'APIContext': /*#__PURE__*/(0, _react.lazy)(function () {
32
- return Promise.resolve().then(function () {
33
- return _interopRequireWildcard(require('@digigov/ui/api/APIProvider'));
34
- }).then(function (module) {
35
- return {
36
- "default": module['APIContext']
37
- };
38
- });
39
- }),
40
- 'APIProvider': /*#__PURE__*/(0, _react.lazy)(function () {
41
- return Promise.resolve().then(function () {
42
- return _interopRequireWildcard(require('@digigov/ui/api/APIProvider'));
43
- }).then(function (module) {
44
- return {
45
- "default": module['APIProvider']
46
- };
47
- });
48
- }),
49
- 'StaticApp': /*#__PURE__*/(0, _react.lazy)(function () {
50
- return Promise.resolve().then(function () {
51
- return _interopRequireWildcard(require('@digigov/ui/app/App'));
52
- }).then(function (module) {
53
- return {
54
- "default": module['StaticApp']
55
- };
56
- });
57
- }),
58
- 'BannerContainer': /*#__PURE__*/(0, _react.lazy)(function () {
59
- return Promise.resolve().then(function () {
60
- return _interopRequireWildcard(require('@digigov/ui/app/BannerContainer'));
61
- }).then(function (module) {
62
- return {
63
- "default": module['BannerContainer']
64
- };
65
- });
66
- }),
67
- 'BottomInfo': /*#__PURE__*/(0, _react.lazy)(function () {
68
- return Promise.resolve().then(function () {
69
- return _interopRequireWildcard(require('@digigov/ui/app/BottomInfo'));
70
- }).then(function (module) {
71
- return {
72
- "default": module['BottomInfo']
73
- };
74
- });
75
- }),
76
- 'BottomInfoContent': /*#__PURE__*/(0, _react.lazy)(function () {
77
- return Promise.resolve().then(function () {
78
- return _interopRequireWildcard(require('@digigov/ui/app/BottomInfo'));
79
- }).then(function (module) {
80
- return {
81
- "default": module['BottomInfoContent']
82
- };
83
- });
84
- }),
85
- 'BottomInfoContainer': /*#__PURE__*/(0, _react.lazy)(function () {
86
- return Promise.resolve().then(function () {
87
- return _interopRequireWildcard(require('@digigov/ui/app/BottomInfo'));
88
- }).then(function (module) {
89
- return {
90
- "default": module['BottomInfoContainer']
91
- };
92
- });
93
- }),
94
- 'CloseButton': /*#__PURE__*/(0, _react.lazy)(function () {
95
- return Promise.resolve().then(function () {
96
- return _interopRequireWildcard(require('@digigov/ui/app/CloseButton'));
97
- }).then(function (module) {
98
- return {
99
- "default": module['CloseButton']
100
- };
101
- });
102
- }),
103
- 'FilterContainer': /*#__PURE__*/(0, _react.lazy)(function () {
104
- return Promise.resolve().then(function () {
105
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
106
- }).then(function (module) {
107
- return {
108
- "default": module['FilterContainer']
109
- };
110
- });
111
- }),
112
- 'FilterHeadingContainer': /*#__PURE__*/(0, _react.lazy)(function () {
113
- return Promise.resolve().then(function () {
114
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
115
- }).then(function (module) {
116
- return {
117
- "default": module['FilterHeadingContainer']
118
- };
119
- });
120
- }),
121
- 'FilterContent': /*#__PURE__*/(0, _react.lazy)(function () {
122
- return Promise.resolve().then(function () {
123
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
124
- }).then(function (module) {
125
- return {
126
- "default": module['FilterContent']
127
- };
128
- });
129
- }),
130
- 'FilterOptionsSection': /*#__PURE__*/(0, _react.lazy)(function () {
131
- return Promise.resolve().then(function () {
132
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
133
- }).then(function (module) {
134
- return {
135
- "default": module['FilterOptionsSection']
136
- };
137
- });
138
- }),
139
- 'FilterSelectedHeading': /*#__PURE__*/(0, _react.lazy)(function () {
140
- return Promise.resolve().then(function () {
141
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
142
- }).then(function (module) {
143
- return {
144
- "default": module['FilterSelectedHeading']
145
- };
146
- });
147
- }),
148
- 'FilterSelectedSection': /*#__PURE__*/(0, _react.lazy)(function () {
149
- return Promise.resolve().then(function () {
150
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
151
- }).then(function (module) {
152
- return {
153
- "default": module['FilterSelectedSection']
154
- };
155
- });
156
- }),
157
- 'ResultsHeading': /*#__PURE__*/(0, _react.lazy)(function () {
158
- return Promise.resolve().then(function () {
159
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
160
- }).then(function (module) {
161
- return {
162
- "default": module['ResultsHeading']
163
- };
164
- });
165
- }),
166
- 'ResultsActionBar': /*#__PURE__*/(0, _react.lazy)(function () {
167
- return Promise.resolve().then(function () {
168
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
169
- }).then(function (module) {
170
- return {
171
- "default": module['ResultsActionBar']
172
- };
173
- });
174
- }),
175
- 'ResultsHeadingActions': /*#__PURE__*/(0, _react.lazy)(function () {
176
- return Promise.resolve().then(function () {
177
- return _interopRequireWildcard(require('@digigov/ui/app/FilterContainer'));
178
- }).then(function (module) {
179
- return {
180
- "default": module['ResultsHeadingActions']
181
- };
182
- });
183
- }),
184
- 'Footer': /*#__PURE__*/(0, _react.lazy)(function () {
185
- return Promise.resolve().then(function () {
186
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
187
- }).then(function (module) {
188
- return {
189
- "default": module['Footer']
190
- };
191
- });
192
- }),
193
- 'FooterContainer': /*#__PURE__*/(0, _react.lazy)(function () {
194
- return Promise.resolve().then(function () {
195
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
196
- }).then(function (module) {
197
- return {
198
- "default": module['FooterContainer']
199
- };
200
- });
201
- }),
202
- 'FooterContent': /*#__PURE__*/(0, _react.lazy)(function () {
203
- return Promise.resolve().then(function () {
204
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
205
- }).then(function (module) {
206
- return {
207
- "default": module['FooterContent']
208
- };
209
- });
210
- }),
211
- 'FooterContentLogos': /*#__PURE__*/(0, _react.lazy)(function () {
212
- return Promise.resolve().then(function () {
213
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
214
- }).then(function (module) {
215
- return {
216
- "default": module['FooterContentLogos']
217
- };
218
- });
219
- }),
220
- 'FooterHeading': /*#__PURE__*/(0, _react.lazy)(function () {
221
- return Promise.resolve().then(function () {
222
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
223
- }).then(function (module) {
224
- return {
225
- "default": module['FooterHeading']
226
- };
227
- });
228
- }),
229
- 'FooterImage': /*#__PURE__*/(0, _react.lazy)(function () {
230
- return Promise.resolve().then(function () {
231
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
232
- }).then(function (module) {
233
- return {
234
- "default": module['FooterImage']
235
- };
236
- });
237
- }),
238
- 'FooterLink': /*#__PURE__*/(0, _react.lazy)(function () {
239
- return Promise.resolve().then(function () {
240
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
241
- }).then(function (module) {
242
- return {
243
- "default": module['FooterLink']
244
- };
245
- });
246
- }),
247
- 'FooterList': /*#__PURE__*/(0, _react.lazy)(function () {
248
- return Promise.resolve().then(function () {
249
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
250
- }).then(function (module) {
251
- return {
252
- "default": module['FooterList']
253
- };
254
- });
255
- }),
256
- 'FooterListItem': /*#__PURE__*/(0, _react.lazy)(function () {
257
- return Promise.resolve().then(function () {
258
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
259
- }).then(function (module) {
260
- return {
261
- "default": module['FooterListItem']
262
- };
263
- });
264
- }),
265
- 'FooterInfo': /*#__PURE__*/(0, _react.lazy)(function () {
266
- return Promise.resolve().then(function () {
267
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
268
- }).then(function (module) {
269
- return {
270
- "default": module['FooterInfo']
271
- };
272
- });
273
- }),
274
- 'FooterInfoSection': /*#__PURE__*/(0, _react.lazy)(function () {
275
- return Promise.resolve().then(function () {
276
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
277
- }).then(function (module) {
278
- return {
279
- "default": module['FooterInfoSection']
280
- };
281
- });
282
- }),
283
- 'FooterNavigation': /*#__PURE__*/(0, _react.lazy)(function () {
284
- return Promise.resolve().then(function () {
285
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
286
- }).then(function (module) {
287
- return {
288
- "default": module['FooterNavigation']
289
- };
290
- });
291
- }),
292
- 'FooterNavigationSection': /*#__PURE__*/(0, _react.lazy)(function () {
293
- return Promise.resolve().then(function () {
294
- return _interopRequireWildcard(require('@digigov/ui/app/Footer'));
295
- }).then(function (module) {
296
- return {
297
- "default": module['FooterNavigationSection']
298
- };
299
- });
300
- }),
301
- 'HeaderContent': /*#__PURE__*/(0, _react.lazy)(function () {
302
- return Promise.resolve().then(function () {
303
- return _interopRequireWildcard(require('@digigov/ui/app/Header/HeaderContent'));
304
- }).then(function (module) {
305
- return {
306
- "default": module['HeaderContent']
307
- };
308
- });
309
- }),
310
- 'HeaderLogo': /*#__PURE__*/(0, _react.lazy)(function () {
311
- return Promise.resolve().then(function () {
312
- return _interopRequireWildcard(require('@digigov/ui/app/Header/HeaderLogo'));
313
- }).then(function (module) {
314
- return {
315
- "default": module['HeaderLogo']
316
- };
317
- });
318
- }),
319
- 'HeaderNavMenuContent': /*#__PURE__*/(0, _react.lazy)(function () {
320
- return Promise.resolve().then(function () {
321
- return _interopRequireWildcard(require('@digigov/ui/app/Header/HeaderNavMenuContent'));
322
- }).then(function (module) {
323
- return {
324
- "default": module['HeaderNavMenuContent']
325
- };
326
- });
327
- }),
328
- 'HeaderSecondaryLogo': /*#__PURE__*/(0, _react.lazy)(function () {
329
- return Promise.resolve().then(function () {
330
- return _interopRequireWildcard(require('@digigov/ui/app/Header/HeaderSecondaryLogo'));
331
- }).then(function (module) {
332
- return {
333
- "default": module['HeaderSecondaryLogo']
334
- };
335
- });
336
- }),
337
- 'HeaderSection': /*#__PURE__*/(0, _react.lazy)(function () {
338
- return Promise.resolve().then(function () {
339
- return _interopRequireWildcard(require('@digigov/ui/app/Header/HeaderSection'));
340
- }).then(function (module) {
341
- return {
342
- "default": module['HeaderSection']
343
- };
344
- });
345
- }),
346
- 'HeaderTitle': /*#__PURE__*/(0, _react.lazy)(function () {
347
- return Promise.resolve().then(function () {
348
- return _interopRequireWildcard(require('@digigov/ui/app/Header/HeaderTitle'));
349
- }).then(function (module) {
350
- return {
351
- "default": module['HeaderTitle']
352
- };
353
- });
354
- }),
355
- 'Header': /*#__PURE__*/(0, _react.lazy)(function () {
356
- return Promise.resolve().then(function () {
357
- return _interopRequireWildcard(require('@digigov/ui/app/Header'));
358
- }).then(function (module) {
359
- return {
360
- "default": module['Header']
361
- };
362
- });
363
- }),
364
- 'Panel': /*#__PURE__*/(0, _react.lazy)(function () {
365
- return Promise.resolve().then(function () {
366
- return _interopRequireWildcard(require('@digigov/ui/app/Panel'));
367
- }).then(function (module) {
368
- return {
369
- "default": module['Panel']
370
- };
371
- });
372
- }),
373
- 'PanelBody': /*#__PURE__*/(0, _react.lazy)(function () {
374
- return Promise.resolve().then(function () {
375
- return _interopRequireWildcard(require('@digigov/ui/app/Panel'));
376
- }).then(function (module) {
377
- return {
378
- "default": module['PanelBody']
379
- };
380
- });
381
- }),
382
- 'PanelTitle': /*#__PURE__*/(0, _react.lazy)(function () {
383
- return Promise.resolve().then(function () {
384
- return _interopRequireWildcard(require('@digigov/ui/app/Panel'));
385
- }).then(function (module) {
386
- return {
387
- "default": module['PanelTitle']
388
- };
389
- });
390
- }),
391
- 'LoaderContainer': /*#__PURE__*/(0, _react.lazy)(function () {
392
- return Promise.resolve().then(function () {
393
- return _interopRequireWildcard(require('@digigov/ui/app/Loader'));
394
- }).then(function (module) {
395
- return {
396
- "default": module['LoaderContainer']
397
- };
398
- });
399
- }),
400
- 'CircularProgress': /*#__PURE__*/(0, _react.lazy)(function () {
401
- return Promise.resolve().then(function () {
402
- return _interopRequireWildcard(require('@digigov/ui/app/Loader'));
403
- }).then(function (module) {
404
- return {
405
- "default": module['CircularProgress']
406
- };
407
- });
408
- }),
409
- 'FullPageBackground': /*#__PURE__*/(0, _react.lazy)(function () {
410
- return Promise.resolve().then(function () {
411
- return _interopRequireWildcard(require('@digigov/ui/app/Loader'));
412
- }).then(function (module) {
413
- return {
414
- "default": module['FullPageBackground']
415
- };
416
- });
417
- }),
418
- 'Masthead': /*#__PURE__*/(0, _react.lazy)(function () {
419
- return Promise.resolve().then(function () {
420
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic/Masthead'));
421
- }).then(function (module) {
422
- return {
423
- "default": module['Masthead']
424
- };
425
- });
426
- }),
427
- 'MastheadBody': /*#__PURE__*/(0, _react.lazy)(function () {
428
- return Promise.resolve().then(function () {
429
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic/Masthead'));
430
- }).then(function (module) {
431
- return {
432
- "default": module['MastheadBody']
433
- };
434
- });
435
- }),
436
- 'MastheadLogo': /*#__PURE__*/(0, _react.lazy)(function () {
437
- return Promise.resolve().then(function () {
438
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic/Masthead'));
439
- }).then(function (module) {
440
- return {
441
- "default": module['MastheadLogo']
442
- };
443
- });
444
- }),
445
- 'Modal': /*#__PURE__*/(0, _react.lazy)(function () {
446
- return Promise.resolve().then(function () {
447
- return _interopRequireWildcard(require('@digigov/ui/app/Modal'));
448
- }).then(function (module) {
449
- return {
450
- "default": module['Modal']
451
- };
452
- });
453
- }),
454
- 'ModalBase': /*#__PURE__*/(0, _react.lazy)(function () {
455
- return Promise.resolve().then(function () {
456
- return _interopRequireWildcard(require('@digigov/ui/app/Modal'));
457
- }).then(function (module) {
458
- return {
459
- "default": module['ModalBase']
460
- };
461
- });
462
- }),
463
- 'ModalContainer': /*#__PURE__*/(0, _react.lazy)(function () {
464
- return Promise.resolve().then(function () {
465
- return _interopRequireWildcard(require('@digigov/ui/app/Modal'));
466
- }).then(function (module) {
467
- return {
468
- "default": module['ModalContainer']
469
- };
470
- });
471
- }),
472
- 'ModalHeading': /*#__PURE__*/(0, _react.lazy)(function () {
473
- return Promise.resolve().then(function () {
474
- return _interopRequireWildcard(require('@digigov/ui/app/Modal'));
475
- }).then(function (module) {
476
- return {
477
- "default": module['ModalHeading']
478
- };
479
- });
480
- }),
481
- 'ModalContent': /*#__PURE__*/(0, _react.lazy)(function () {
482
- return Promise.resolve().then(function () {
483
- return _interopRequireWildcard(require('@digigov/ui/app/Modal'));
484
- }).then(function (module) {
485
- return {
486
- "default": module['ModalContent']
487
- };
488
- });
489
- }),
490
- 'ModalAction': /*#__PURE__*/(0, _react.lazy)(function () {
491
- return Promise.resolve().then(function () {
492
- return _interopRequireWildcard(require('@digigov/ui/app/Modal'));
493
- }).then(function (module) {
494
- return {
495
- "default": module['ModalAction']
496
- };
497
- });
498
- }),
499
- 'ModalAuto': /*#__PURE__*/(0, _react.lazy)(function () {
500
- return Promise.resolve().then(function () {
501
- return _interopRequireWildcard(require('@digigov/ui/app/Modal/auto'));
502
- }).then(function (module) {
503
- return {
504
- "default": module['ModalAuto']
505
- };
506
- });
507
- }),
508
- 'ModalButtonAuto': /*#__PURE__*/(0, _react.lazy)(function () {
509
- return Promise.resolve().then(function () {
510
- return _interopRequireWildcard(require('@digigov/ui/app/Modal/auto'));
511
- }).then(function (module) {
512
- return {
513
- "default": module['ModalButtonAuto']
514
- };
515
- });
516
- }),
517
- 'ModalContext': /*#__PURE__*/(0, _react.lazy)(function () {
518
- return Promise.resolve().then(function () {
519
- return _interopRequireWildcard(require('@digigov/ui/app/Modal/auto'));
520
- }).then(function (module) {
521
- return {
522
- "default": module['ModalContext']
523
- };
524
- });
525
- }),
526
- 'ModalProvider': /*#__PURE__*/(0, _react.lazy)(function () {
527
- return Promise.resolve().then(function () {
528
- return _interopRequireWildcard(require('@digigov/ui/app/Modal/auto'));
529
- }).then(function (module) {
530
- return {
531
- "default": module['ModalProvider']
532
- };
533
- });
534
- }),
535
- 'NotFound': /*#__PURE__*/(0, _react.lazy)(function () {
536
- return Promise.resolve().then(function () {
537
- return _interopRequireWildcard(require('@digigov/ui/app/NotFound'));
538
- }).then(function (module) {
539
- return {
540
- "default": module['NotFound']
541
- };
542
- });
543
- }),
544
- 'PageTitleContainer': /*#__PURE__*/(0, _react.lazy)(function () {
545
- return Promise.resolve().then(function () {
546
- return _interopRequireWildcard(require('@digigov/ui/app/PageTitleContainer'));
547
- }).then(function (module) {
548
- return {
549
- "default": module['PageTitleContainer']
550
- };
551
- });
552
- }),
553
- 'PageTitleCaption': /*#__PURE__*/(0, _react.lazy)(function () {
554
- return Promise.resolve().then(function () {
555
- return _interopRequireWildcard(require('@digigov/ui/app/PageTitleContainer'));
556
- }).then(function (module) {
557
- return {
558
- "default": module['PageTitleCaption']
559
- };
560
- });
561
- }),
562
- 'PageTitleHeading': /*#__PURE__*/(0, _react.lazy)(function () {
563
- return Promise.resolve().then(function () {
564
- return _interopRequireWildcard(require('@digigov/ui/app/PageTitleContainer'));
565
- }).then(function (module) {
566
- return {
567
- "default": module['PageTitleHeading']
568
- };
569
- });
570
- }),
571
- 'PhaseBannerHeader': /*#__PURE__*/(0, _react.lazy)(function () {
572
- return Promise.resolve().then(function () {
573
- return _interopRequireWildcard(require('@digigov/ui/app/PhaseBannerHeader'));
574
- }).then(function (module) {
575
- return {
576
- "default": module['PhaseBannerHeader']
577
- };
578
- });
579
- }),
580
- 'QrCodeScanner': /*#__PURE__*/(0, _react.lazy)(function () {
581
- return Promise.resolve().then(function () {
582
- return _interopRequireWildcard(require('@digigov/ui/app/QrCodeScanner'));
583
- }).then(function (module) {
584
- return {
585
- "default": module['QrCodeScanner']
586
- };
587
- });
588
- }),
589
- 'QrCodeViewer': /*#__PURE__*/(0, _react.lazy)(function () {
590
- return Promise.resolve().then(function () {
591
- return _interopRequireWildcard(require('@digigov/ui/app/QrCodeViewer'));
592
- }).then(function (module) {
593
- return {
594
- "default": module['QrCodeViewer']
595
- };
596
- });
597
- }),
598
- 'ThemeOptions': /*#__PURE__*/(0, _react.lazy)(function () {
599
- return Promise.resolve().then(function () {
600
- return _interopRequireWildcard(require('@digigov/ui/app/ThemeOptions'));
601
- }).then(function (module) {
602
- return {
603
- "default": module['ThemeOptions']
604
- };
605
- });
606
- }),
607
- 'MARGIN_SIZE': /*#__PURE__*/(0, _react.lazy)(function () {
608
- return Promise.resolve().then(function () {
609
- return _interopRequireWildcard(require('@digigov/ui/app/QrCodeViewer/utils'));
610
- }).then(function (module) {
611
- return {
612
- "default": module['MARGIN_SIZE']
613
- };
614
- });
615
- }),
616
- 'Skeleton': /*#__PURE__*/(0, _react.lazy)(function () {
617
- return Promise.resolve().then(function () {
618
- return _interopRequireWildcard(require('@digigov/ui/app/Skeleton'));
619
- }).then(function (module) {
620
- return {
621
- "default": module['Skeleton']
622
- };
623
- });
624
- }),
625
- 'AccordionAuto': /*#__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['AccordionAuto']
631
- };
632
- });
633
- }),
634
- 'AccordionCloseAllButtonAuto': /*#__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['AccordionCloseAllButtonAuto']
640
- };
641
- });
642
- }),
643
- 'AccordionOpenAllButtonAuto': /*#__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['AccordionOpenAllButtonAuto']
649
- };
650
- });
651
- }),
652
- 'AccordionSectionAuto': /*#__PURE__*/(0, _react.lazy)(function () {
653
- return Promise.resolve().then(function () {
654
- return _interopRequireWildcard(require('@digigov/ui/content/Accordion/auto'));
655
- }).then(function (module) {
656
- return {
657
- "default": module['AccordionSectionAuto']
658
- };
659
- });
660
- }),
661
- 'Accordion': /*#__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['Accordion']
667
- };
668
- });
669
- }),
670
- 'AccordionControls': /*#__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['AccordionControls']
676
- };
677
- });
678
- }),
679
- 'AccordionSection': /*#__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['AccordionSection']
685
- };
686
- });
687
- }),
688
- 'AccordionSectionContent': /*#__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['AccordionSectionContent']
694
- };
695
- });
696
- }),
697
- 'AccordionSectionSummary': /*#__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['AccordionSectionSummary']
703
- };
704
- });
705
- }),
706
- 'AccordionSectionSummaryHeading': /*#__PURE__*/(0, _react.lazy)(function () {
707
- return Promise.resolve().then(function () {
708
- return _interopRequireWildcard(require('@digigov/ui/content/Accordion'));
709
- }).then(function (module) {
710
- return {
711
- "default": module['AccordionSectionSummaryHeading']
712
- };
713
- });
714
- }),
715
- 'Blockquote': /*#__PURE__*/(0, _react.lazy)(function () {
716
- return Promise.resolve().then(function () {
717
- return _interopRequireWildcard(require('@digigov/ui/content/Blockquote'));
718
- }).then(function (module) {
719
- return {
720
- "default": module['Blockquote']
721
- };
722
- });
723
- }),
724
- 'Card': /*#__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['Card']
730
- };
731
- });
732
- }),
733
- 'CardAction': /*#__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['CardAction']
739
- };
740
- });
741
- }),
742
- 'CardHeading': /*#__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['CardHeading']
748
- };
749
- });
750
- }),
751
- 'CardContent': /*#__PURE__*/(0, _react.lazy)(function () {
752
- return Promise.resolve().then(function () {
753
- return _interopRequireWildcard(require('@digigov/ui/content/Card'));
754
- }).then(function (module) {
755
- return {
756
- "default": module['CardContent']
757
- };
758
- });
759
- }),
760
- 'Chip': /*#__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['Chip']
766
- };
767
- });
768
- }),
769
- 'ChipHeading': /*#__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['ChipHeading']
775
- };
776
- });
777
- }),
778
- 'ChipContainer': /*#__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['ChipContainer']
784
- };
785
- });
786
- }),
787
- 'ChipKeyValue': /*#__PURE__*/(0, _react.lazy)(function () {
788
- return Promise.resolve().then(function () {
789
- return _interopRequireWildcard(require('@digigov/ui/content/Chip'));
790
- }).then(function (module) {
791
- return {
792
- "default": module['ChipKeyValue']
793
- };
794
- });
795
- }),
796
- 'Details': /*#__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['Details']
802
- };
803
- });
804
- }),
805
- 'DetailsContent': /*#__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['DetailsContent']
811
- };
812
- });
813
- }),
814
- 'DetailsSummary': /*#__PURE__*/(0, _react.lazy)(function () {
815
- return Promise.resolve().then(function () {
816
- return _interopRequireWildcard(require('@digigov/ui/content/Details'));
817
- }).then(function (module) {
818
- return {
819
- "default": module['DetailsSummary']
820
- };
821
- });
822
- }),
823
- 'FillableText': /*#__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['FillableText']
829
- };
830
- });
831
- }),
832
- 'LabeledText': /*#__PURE__*/(0, _react.lazy)(function () {
833
- return Promise.resolve().then(function () {
834
- return _interopRequireWildcard(require('@digigov/ui/content/FillableText'));
835
- }).then(function (module) {
836
- return {
837
- "default": module['LabeledText']
838
- };
839
- });
840
- }),
841
- 'List': /*#__PURE__*/(0, _react.lazy)(function () {
842
- return Promise.resolve().then(function () {
843
- return _interopRequireWildcard(require('@digigov/ui/content/List/List'));
844
- }).then(function (module) {
845
- return {
846
- "default": module['List']
847
- };
848
- });
849
- }),
850
- 'ListItem': /*#__PURE__*/(0, _react.lazy)(function () {
851
- return Promise.resolve().then(function () {
852
- return _interopRequireWildcard(require('@digigov/ui/content/List/ListItem'));
853
- }).then(function (module) {
854
- return {
855
- "default": module['ListItem']
856
- };
857
- });
858
- }),
859
- 'StepNav': /*#__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['StepNav']
865
- };
866
- });
867
- }),
868
- 'StepNavAccordionContent': /*#__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['StepNavAccordionContent']
874
- };
875
- });
876
- }),
877
- 'StepNavAccordionHeadingText': /*#__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['StepNavAccordionHeadingText']
883
- };
884
- });
885
- }),
886
- 'StepNavAccordionHeadingTitle': /*#__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['StepNavAccordionHeadingTitle']
892
- };
893
- });
894
- }),
895
- 'StepNavAccordionSummary': /*#__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['StepNavAccordionSummary']
901
- };
902
- });
903
- }),
904
- 'StepNavAccordionSummaryHeading': /*#__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['StepNavAccordionSummaryHeading']
910
- };
911
- });
912
- }),
913
- 'StepNavCircleNumber': /*#__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['StepNavCircleNumber']
919
- };
920
- });
921
- }),
922
- 'StepNavControls': /*#__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['StepNavControls']
928
- };
929
- });
930
- }),
931
- 'StepNavList': /*#__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['StepNavList']
937
- };
938
- });
939
- }),
940
- 'StepNavListItem': /*#__PURE__*/(0, _react.lazy)(function () {
941
- return Promise.resolve().then(function () {
942
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav'));
943
- }).then(function (module) {
944
- return {
945
- "default": module['StepNavListItem']
946
- };
947
- });
948
- }),
949
- 'StepNavAccordionAuto': /*#__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['StepNavAccordionAuto']
955
- };
956
- });
957
- }),
958
- 'StepNavAuto': /*#__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['StepNavAuto']
964
- };
965
- });
966
- }),
967
- 'StepNavCloseAllButtonAuto': /*#__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['StepNavCloseAllButtonAuto']
973
- };
974
- });
975
- }),
976
- 'StepNavOpenAllButtonAuto': /*#__PURE__*/(0, _react.lazy)(function () {
977
- return Promise.resolve().then(function () {
978
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav/auto'));
979
- }).then(function (module) {
980
- return {
981
- "default": module['StepNavOpenAllButtonAuto']
982
- };
983
- });
984
- }),
985
- 'StepNavAccordion': /*#__PURE__*/(0, _react.lazy)(function () {
986
- return Promise.resolve().then(function () {
987
- return _interopRequireWildcard(require('@digigov/ui/content/StepNav'));
988
- }).then(function (module) {
989
- return {
990
- "default": module['StepNavAccordion']
991
- };
992
- });
993
- }),
994
- 'SummaryList': /*#__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['SummaryList']
1000
- };
1001
- });
1002
- }),
1003
- 'SummaryListItemAction': /*#__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['SummaryListItemAction']
1009
- };
1010
- });
1011
- }),
1012
- 'SummaryListItem': /*#__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['SummaryListItem']
1018
- };
1019
- });
1020
- }),
1021
- 'SummaryListItemKey': /*#__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['SummaryListItemKey']
1027
- };
1028
- });
1029
- }),
1030
- 'SummaryListItemValue': /*#__PURE__*/(0, _react.lazy)(function () {
1031
- return Promise.resolve().then(function () {
1032
- return _interopRequireWildcard(require('@digigov/ui/content/SummaryList'));
1033
- }).then(function (module) {
1034
- return {
1035
- "default": module['SummaryListItemValue']
1036
- };
1037
- });
1038
- }),
1039
- 'TableSortLabel': /*#__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['TableSortLabel']
1045
- };
1046
- });
1047
- }),
1048
- 'Table': /*#__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['Table']
1054
- };
1055
- });
1056
- }),
1057
- 'TableSortIconContainer': /*#__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['TableSortIconContainer']
1063
- };
1064
- });
1065
- }),
1066
- 'TableContainer': /*#__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['TableContainer']
1072
- };
1073
- });
1074
- }),
1075
- 'TableBody': /*#__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['TableBody']
1081
- };
1082
- });
1083
- }),
1084
- 'TableCaption': /*#__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['TableCaption']
1090
- };
1091
- });
1092
- }),
1093
- 'TableDataCell': /*#__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['TableDataCell']
1099
- };
1100
- });
1101
- }),
1102
- 'TableHead': /*#__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['TableHead']
1108
- };
1109
- });
1110
- }),
1111
- 'TableHeadCell': /*#__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['TableHeadCell']
1117
- };
1118
- });
1119
- }),
1120
- 'TableRow': /*#__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['TableRow']
1126
- };
1127
- });
1128
- }),
1129
- 'TableNoDataRow': /*#__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['TableNoDataRow']
1135
- };
1136
- });
1137
- }),
1138
- 'TableLoaderBackground': /*#__PURE__*/(0, _react.lazy)(function () {
1139
- return Promise.resolve().then(function () {
1140
- return _interopRequireWildcard(require('@digigov/ui/content/Table'));
1141
- }).then(function (module) {
1142
- return {
1143
- "default": module['TableLoaderBackground']
1144
- };
1145
- });
1146
- }),
1147
- 'TableFloatingScroll': /*#__PURE__*/(0, _react.lazy)(function () {
1148
- return Promise.resolve().then(function () {
1149
- return _interopRequireWildcard(require('@digigov/ui/content/Table/TableFloatingScroll'));
1150
- }).then(function (module) {
1151
- return {
1152
- "default": module['TableFloatingScroll']
1153
- };
1154
- });
1155
- }),
1156
- 'TaskList': /*#__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['TaskList']
1162
- };
1163
- });
1164
- }),
1165
- 'TaskListItem': /*#__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['TaskListItem']
1171
- };
1172
- });
1173
- }),
1174
- 'TaskListItemContent': /*#__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['TaskListItemContent']
1180
- };
1181
- });
1182
- }),
1183
- 'TaskListItemHeading': /*#__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['TaskListItemHeading']
1189
- };
1190
- });
1191
- }),
1192
- 'TaskListItemTag': /*#__PURE__*/(0, _react.lazy)(function () {
1193
- return Promise.resolve().then(function () {
1194
- return _interopRequireWildcard(require('@digigov/ui/content/TaskList'));
1195
- }).then(function (module) {
1196
- return {
1197
- "default": module['TaskListItemTag']
1198
- };
1199
- });
1200
- }),
1201
- 'Timeline': /*#__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['Timeline']
1207
- };
1208
- });
1209
- }),
1210
- 'TimelineContent': /*#__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['TimelineContent']
1216
- };
1217
- });
1218
- }),
1219
- 'TimelineHeading': /*#__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['TimelineHeading']
1225
- };
1226
- });
1227
- }),
1228
- 'TimelineItem': /*#__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['TimelineItem']
1234
- };
1235
- });
1236
- }),
1237
- 'TimelineActions': /*#__PURE__*/(0, _react.lazy)(function () {
1238
- return Promise.resolve().then(function () {
1239
- return _interopRequireWildcard(require('@digigov/ui/content/Timeline'));
1240
- }).then(function (module) {
1241
- return {
1242
- "default": module['TimelineActions']
1243
- };
1244
- });
1245
- }),
1246
- 'Markdown': /*#__PURE__*/(0, _react.lazy)(function () {
1247
- return Promise.resolve().then(function () {
1248
- return _interopRequireWildcard(require('@digigov/ui/content/Markdown'));
1249
- }).then(function (module) {
1250
- return {
1251
- "default": module['Markdown']
1252
- };
1253
- });
1254
- }),
1255
- 'SafeHTML': /*#__PURE__*/(0, _react.lazy)(function () {
1256
- return Promise.resolve().then(function () {
1257
- return _interopRequireWildcard(require('@digigov/ui/content/SafeHTML'));
1258
- }).then(function (module) {
1259
- return {
1260
- "default": module['SafeHTML']
1261
- };
1262
- });
1263
- }),
1264
- 'CopyToClipboard': /*#__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['CopyToClipboard']
1270
- };
1271
- });
1272
- }),
1273
- 'CopyToClipboardContainer': /*#__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['CopyToClipboardContainer']
1279
- };
1280
- });
1281
- }),
1282
- 'CopyToClipboardMessage': /*#__PURE__*/(0, _react.lazy)(function () {
1283
- return Promise.resolve().then(function () {
1284
- return _interopRequireWildcard(require('@digigov/ui/feedback/CopyToClipboard'));
1285
- }).then(function (module) {
1286
- return {
1287
- "default": module['CopyToClipboardMessage']
1288
- };
1289
- });
1290
- }),
1291
- 'ErrorSummary': /*#__PURE__*/(0, _react.lazy)(function () {
1292
- return Promise.resolve().then(function () {
1293
- return _interopRequireWildcard(require('@digigov/ui/feedback/ErrorSummary'));
1294
- }).then(function (module) {
1295
- return {
1296
- "default": module['ErrorSummary']
1297
- };
1298
- });
1299
- }),
1300
- 'NotificationBanner': /*#__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['NotificationBanner']
1306
- };
1307
- });
1308
- }),
1309
- 'NotificationBannerContainer': /*#__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['NotificationBannerContainer']
1315
- };
1316
- });
1317
- }),
1318
- 'NotificationBannerContent': /*#__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['NotificationBannerContent']
1324
- };
1325
- });
1326
- }),
1327
- 'NotificationBannerHeader': /*#__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['NotificationBannerHeader']
1333
- };
1334
- });
1335
- }),
1336
- 'NotificationBannerHeading': /*#__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['NotificationBannerHeading']
1342
- };
1343
- });
1344
- }),
1345
- 'NotificationBannerLink': /*#__PURE__*/(0, _react.lazy)(function () {
1346
- return Promise.resolve().then(function () {
1347
- return _interopRequireWildcard(require('@digigov/ui/feedback/NotificationBanner'));
1348
- }).then(function (module) {
1349
- return {
1350
- "default": module['NotificationBannerLink']
1351
- };
1352
- });
1353
- }),
1354
- 'PhaseBanner': /*#__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['PhaseBanner']
1360
- };
1361
- });
1362
- }),
1363
- 'PhaseBannerHeaderContainer': /*#__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['PhaseBannerHeaderContainer']
1369
- };
1370
- });
1371
- }),
1372
- 'PhaseBannerTag': /*#__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['PhaseBannerTag']
1378
- };
1379
- });
1380
- }),
1381
- 'PhaseBannerText': /*#__PURE__*/(0, _react.lazy)(function () {
1382
- return Promise.resolve().then(function () {
1383
- return _interopRequireWildcard(require('@digigov/ui/feedback/PhaseBanner'));
1384
- }).then(function (module) {
1385
- return {
1386
- "default": module['PhaseBannerText']
1387
- };
1388
- });
1389
- }),
1390
- 'WarningText': /*#__PURE__*/(0, _react.lazy)(function () {
1391
- return Promise.resolve().then(function () {
1392
- return _interopRequireWildcard(require('@digigov/ui/feedback/WarningText'));
1393
- }).then(function (module) {
1394
- return {
1395
- "default": module['WarningText']
1396
- };
1397
- });
1398
- }),
1399
- 'AutoComplete': /*#__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['AutoComplete']
1405
- };
1406
- });
1407
- }),
1408
- 'AutoCompleteAssistiveHint': /*#__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['AutoCompleteAssistiveHint']
1414
- };
1415
- });
1416
- }),
1417
- 'AutoCompleteContainer': /*#__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['AutoCompleteContainer']
1423
- };
1424
- });
1425
- }),
1426
- 'AutoCompleteInput': /*#__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['AutoCompleteInput']
1432
- };
1433
- });
1434
- }),
1435
- 'AutoCompleteInputTypeahead': /*#__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['AutoCompleteInputTypeahead']
1441
- };
1442
- });
1443
- }),
1444
- 'AutoCompleteMultipleInput': /*#__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['AutoCompleteMultipleInput']
1450
- };
1451
- });
1452
- }),
1453
- 'AutoCompleteMultipleInputContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1454
- return Promise.resolve().then(function () {
1455
- return _interopRequireWildcard(require('@digigov/ui/form/AutoComplete'));
1456
- }).then(function (module) {
1457
- return {
1458
- "default": module['AutoCompleteMultipleInputContainer']
1459
- };
1460
- });
1461
- }),
1462
- 'AutoCompleteResultList': /*#__PURE__*/(0, _react.lazy)(function () {
1463
- return Promise.resolve().then(function () {
1464
- return _interopRequireWildcard(require('@digigov/ui/form/AutoComplete'));
1465
- }).then(function (module) {
1466
- return {
1467
- "default": module['AutoCompleteResultList']
1468
- };
1469
- });
1470
- }),
1471
- 'AutoCompleteResultListItem': /*#__PURE__*/(0, _react.lazy)(function () {
1472
- return Promise.resolve().then(function () {
1473
- return _interopRequireWildcard(require('@digigov/ui/form/AutoComplete'));
1474
- }).then(function (module) {
1475
- return {
1476
- "default": module['AutoCompleteResultListItem']
1477
- };
1478
- });
1479
- }),
1480
- 'AutoCompleteStatus': /*#__PURE__*/(0, _react.lazy)(function () {
1481
- return Promise.resolve().then(function () {
1482
- return _interopRequireWildcard(require('@digigov/ui/form/AutoComplete/Status'));
1483
- }).then(function (module) {
1484
- return {
1485
- "default": module['AutoCompleteStatus']
1486
- };
1487
- });
1488
- }),
1489
- 'AutoCompleteStatusContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1490
- return Promise.resolve().then(function () {
1491
- return _interopRequireWildcard(require('@digigov/ui/form/AutoComplete/Status'));
1492
- }).then(function (module) {
1493
- return {
1494
- "default": module['AutoCompleteStatusContainer']
1495
- };
1496
- });
1497
- }),
1498
- 'ButtonLink': /*#__PURE__*/(0, _react.lazy)(function () {
1499
- return Promise.resolve().then(function () {
1500
- return _interopRequireWildcard(require('@digigov/ui/form/Button/ButtonLink'));
1501
- }).then(function (module) {
1502
- return {
1503
- "default": module['ButtonLink']
1504
- };
1505
- });
1506
- }),
1507
- 'CallToAction': /*#__PURE__*/(0, _react.lazy)(function () {
1508
- return Promise.resolve().then(function () {
1509
- return _interopRequireWildcard(require('@digigov/ui/form/Button/CallToAction'));
1510
- }).then(function (module) {
1511
- return {
1512
- "default": module['CallToAction']
1513
- };
1514
- });
1515
- }),
1516
- 'ContinueButton': /*#__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['ContinueButton']
1522
- };
1523
- });
1524
- }),
1525
- 'Button': /*#__PURE__*/(0, _react.lazy)(function () {
1526
- return Promise.resolve().then(function () {
1527
- return _interopRequireWildcard(require('@digigov/ui/form/Button'));
1528
- }).then(function (module) {
1529
- return {
1530
- "default": module['Button']
1531
- };
1532
- });
1533
- }),
1534
- 'ThemeToggleButton': /*#__PURE__*/(0, _react.lazy)(function () {
1535
- return Promise.resolve().then(function () {
1536
- return _interopRequireWildcard(require('@digigov/ui/form/Button/ThemeToggleButton'));
1537
- }).then(function (module) {
1538
- return {
1539
- "default": module['ThemeToggleButton']
1540
- };
1541
- });
1542
- }),
1543
- 'ButtonGroup': /*#__PURE__*/(0, _react.lazy)(function () {
1544
- return Promise.resolve().then(function () {
1545
- return _interopRequireWildcard(require('@digigov/ui/form/Button'));
1546
- }).then(function (module) {
1547
- return {
1548
- "default": module['ButtonGroup']
1549
- };
1550
- });
1551
- }),
1552
- 'Checkbox': /*#__PURE__*/(0, _react.lazy)(function () {
1553
- return Promise.resolve().then(function () {
1554
- return _interopRequireWildcard(require('@digigov/ui/form/Checkbox'));
1555
- }).then(function (module) {
1556
- return {
1557
- "default": module['Checkbox']
1558
- };
1559
- });
1560
- }),
1561
- 'CheckboxItem': /*#__PURE__*/(0, _react.lazy)(function () {
1562
- return Promise.resolve().then(function () {
1563
- return _interopRequireWildcard(require('@digigov/ui/form/Checkbox'));
1564
- }).then(function (module) {
1565
- return {
1566
- "default": module['CheckboxItem']
1567
- };
1568
- });
1569
- }),
1570
- 'CheckboxConditional': /*#__PURE__*/(0, _react.lazy)(function () {
1571
- return Promise.resolve().then(function () {
1572
- return _interopRequireWildcard(require('@digigov/ui/form/Checkbox'));
1573
- }).then(function (module) {
1574
- return {
1575
- "default": module['CheckboxConditional']
1576
- };
1577
- });
1578
- }),
1579
- 'DateInputContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1580
- return Promise.resolve().then(function () {
1581
- return _interopRequireWildcard(require('@digigov/ui/form/DateInputContainer'));
1582
- }).then(function (module) {
1583
- return {
1584
- "default": module['DateInputContainer']
1585
- };
1586
- });
1587
- }),
1588
- 'DateInputItem': /*#__PURE__*/(0, _react.lazy)(function () {
1589
- return Promise.resolve().then(function () {
1590
- return _interopRequireWildcard(require('@digigov/ui/form/DateInputContainer'));
1591
- }).then(function (module) {
1592
- return {
1593
- "default": module['DateInputItem']
1594
- };
1595
- });
1596
- }),
1597
- 'ErrorMessage': /*#__PURE__*/(0, _react.lazy)(function () {
1598
- return Promise.resolve().then(function () {
1599
- return _interopRequireWildcard(require('@digigov/ui/form/ErrorMessage'));
1600
- }).then(function (module) {
1601
- return {
1602
- "default": module['ErrorMessage']
1603
- };
1604
- });
1605
- }),
1606
- 'FieldContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1607
- return Promise.resolve().then(function () {
1608
- return _interopRequireWildcard(require('@digigov/ui/form/FieldContainer'));
1609
- }).then(function (module) {
1610
- return {
1611
- "default": module['FieldContainer']
1612
- };
1613
- });
1614
- }),
1615
- 'Fieldset': /*#__PURE__*/(0, _react.lazy)(function () {
1616
- return Promise.resolve().then(function () {
1617
- return _interopRequireWildcard(require('@digigov/ui/form/FieldContainer'));
1618
- }).then(function (module) {
1619
- return {
1620
- "default": module['Fieldset']
1621
- };
1622
- });
1623
- }),
1624
- 'FieldsetLegend': /*#__PURE__*/(0, _react.lazy)(function () {
1625
- return Promise.resolve().then(function () {
1626
- return _interopRequireWildcard(require('@digigov/ui/form/FieldContainer'));
1627
- }).then(function (module) {
1628
- return {
1629
- "default": module['FieldsetLegend']
1630
- };
1631
- });
1632
- }),
1633
- 'FileUpload': /*#__PURE__*/(0, _react.lazy)(function () {
1634
- return Promise.resolve().then(function () {
1635
- return _interopRequireWildcard(require('@digigov/ui/form/FileUpload'));
1636
- }).then(function (module) {
1637
- return {
1638
- "default": module['FileUpload']
1639
- };
1640
- });
1641
- }),
1642
- 'FileUploadContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1643
- return Promise.resolve().then(function () {
1644
- return _interopRequireWildcard(require('@digigov/ui/form/FileUpload'));
1645
- }).then(function (module) {
1646
- return {
1647
- "default": module['FileUploadContainer']
1648
- };
1649
- });
1650
- }),
1651
- 'Form': /*#__PURE__*/(0, _react.lazy)(function () {
1652
- return Promise.resolve().then(function () {
1653
- return _interopRequireWildcard(require('@digigov/ui/form/Form'));
1654
- }).then(function (module) {
1655
- return {
1656
- "default": module['Form']
1657
- };
1658
- });
1659
- }),
1660
- 'LabelContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1661
- return Promise.resolve().then(function () {
1662
- return _interopRequireWildcard(require('@digigov/ui/form/LabelContainer'));
1663
- }).then(function (module) {
1664
- return {
1665
- "default": module['LabelContainer']
1666
- };
1667
- });
1668
- }),
1669
- 'LabelTitle': /*#__PURE__*/(0, _react.lazy)(function () {
1670
- return Promise.resolve().then(function () {
1671
- return _interopRequireWildcard(require('@digigov/ui/form/LabelContainer'));
1672
- }).then(function (module) {
1673
- return {
1674
- "default": module['LabelTitle']
1675
- };
1676
- });
1677
- }),
1678
- 'RadioContainer': /*#__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['RadioContainer']
1684
- };
1685
- });
1686
- }),
1687
- 'RadioItem': /*#__PURE__*/(0, _react.lazy)(function () {
1688
- return Promise.resolve().then(function () {
1689
- return _interopRequireWildcard(require('@digigov/ui/form/RadioContainer'));
1690
- }).then(function (module) {
1691
- return {
1692
- "default": module['RadioItem']
1693
- };
1694
- });
1695
- }),
1696
- 'ChoiceDividerText': /*#__PURE__*/(0, _react.lazy)(function () {
1697
- return Promise.resolve().then(function () {
1698
- return _interopRequireWildcard(require('@digigov/ui/form/RadioContainer'));
1699
- }).then(function (module) {
1700
- return {
1701
- "default": module['ChoiceDividerText']
1702
- };
1703
- });
1704
- }),
1705
- 'RadioConditional': /*#__PURE__*/(0, _react.lazy)(function () {
1706
- return Promise.resolve().then(function () {
1707
- return _interopRequireWildcard(require('@digigov/ui/form/RadioContainer'));
1708
- }).then(function (module) {
1709
- return {
1710
- "default": module['RadioConditional']
1711
- };
1712
- });
1713
- }),
1714
- 'SearchContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1715
- return Promise.resolve().then(function () {
1716
- return _interopRequireWildcard(require('@digigov/ui/form/SearchContainer'));
1717
- }).then(function (module) {
1718
- return {
1719
- "default": module['SearchContainer']
1720
- };
1721
- });
1722
- }),
1723
- 'SearchButton': /*#__PURE__*/(0, _react.lazy)(function () {
1724
- return Promise.resolve().then(function () {
1725
- return _interopRequireWildcard(require('@digigov/ui/form/SearchContainer'));
1726
- }).then(function (module) {
1727
- return {
1728
- "default": module['SearchButton']
1729
- };
1730
- });
1731
- }),
1732
- 'SearchIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1733
- return Promise.resolve().then(function () {
1734
- return _interopRequireWildcard(require('@digigov/ui/form/SearchContainer'));
1735
- }).then(function (module) {
1736
- return {
1737
- "default": module['SearchIcon']
1738
- };
1739
- });
1740
- }),
1741
- 'SelectContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1742
- return Promise.resolve().then(function () {
1743
- return _interopRequireWildcard(require('@digigov/ui/form/SelectContainer'));
1744
- }).then(function (module) {
1745
- return {
1746
- "default": module['SelectContainer']
1747
- };
1748
- });
1749
- }),
1750
- 'SelectOption': /*#__PURE__*/(0, _react.lazy)(function () {
1751
- return Promise.resolve().then(function () {
1752
- return _interopRequireWildcard(require('@digigov/ui/form/SelectContainer'));
1753
- }).then(function (module) {
1754
- return {
1755
- "default": module['SelectOption']
1756
- };
1757
- });
1758
- }),
1759
- 'SingleCharacterInputs': /*#__PURE__*/(0, _react.lazy)(function () {
1760
- return Promise.resolve().then(function () {
1761
- return _interopRequireWildcard(require('@digigov/ui/form/SingleCharacterInputs'));
1762
- }).then(function (module) {
1763
- return {
1764
- "default": module['SingleCharacterInputs']
1765
- };
1766
- });
1767
- }),
1768
- 'SingleCharacterInput': /*#__PURE__*/(0, _react.lazy)(function () {
1769
- return Promise.resolve().then(function () {
1770
- return _interopRequireWildcard(require('@digigov/ui/form/SingleCharacterInputs'));
1771
- }).then(function (module) {
1772
- return {
1773
- "default": module['SingleCharacterInput']
1774
- };
1775
- });
1776
- }),
1777
- 'TextArea': /*#__PURE__*/(0, _react.lazy)(function () {
1778
- return Promise.resolve().then(function () {
1779
- return _interopRequireWildcard(require('@digigov/ui/form/TextArea'));
1780
- }).then(function (module) {
1781
- return {
1782
- "default": module['TextArea']
1783
- };
1784
- });
1785
- }),
1786
- 'TextInput': /*#__PURE__*/(0, _react.lazy)(function () {
1787
- return Promise.resolve().then(function () {
1788
- return _interopRequireWildcard(require('@digigov/ui/form/TextInput'));
1789
- }).then(function (module) {
1790
- return {
1791
- "default": module['TextInput']
1792
- };
1793
- });
1794
- }),
1795
- 'Copyright': /*#__PURE__*/(0, _react.lazy)(function () {
1796
- return Promise.resolve().then(function () {
1797
- return _interopRequireWildcard(require('@digigov/ui/govgr/Footer/Copyright'));
1798
- }).then(function (module) {
1799
- return {
1800
- "default": module['Copyright']
1801
- };
1802
- });
1803
- }),
1804
- 'CopyrightContainer': /*#__PURE__*/(0, _react.lazy)(function () {
1805
- return Promise.resolve().then(function () {
1806
- return _interopRequireWildcard(require('@digigov/ui/govgr/Footer/Copyright'));
1807
- }).then(function (module) {
1808
- return {
1809
- "default": module['CopyrightContainer']
1810
- };
1811
- });
1812
- }),
1813
- 'HellenicRepublicLogo': /*#__PURE__*/(0, _react.lazy)(function () {
1814
- return Promise.resolve().then(function () {
1815
- return _interopRequireWildcard(require('@digigov/ui/govgr/Footer/HellenicRepublicLogo'));
1816
- }).then(function (module) {
1817
- return {
1818
- "default": module['HellenicRepublicLogo']
1819
- };
1820
- });
1821
- }),
1822
- 'GovGRFooter': /*#__PURE__*/(0, _react.lazy)(function () {
1823
- return Promise.resolve().then(function () {
1824
- return _interopRequireWildcard(require('@digigov/ui/govgr/Footer'));
1825
- }).then(function (module) {
1826
- return {
1827
- "default": module['GovGRFooter']
1828
- };
1829
- });
1830
- }),
1831
- 'LicenseCCSA': /*#__PURE__*/(0, _react.lazy)(function () {
1832
- return Promise.resolve().then(function () {
1833
- return _interopRequireWildcard(require('@digigov/ui/govgr/Footer/LicenseCCSA'));
1834
- }).then(function (module) {
1835
- return {
1836
- "default": module['LicenseCCSA']
1837
- };
1838
- });
1839
- }),
1840
- 'GovGRLogo': /*#__PURE__*/(0, _react.lazy)(function () {
1841
- return Promise.resolve().then(function () {
1842
- return _interopRequireWildcard(require('@digigov/ui/govgr/GovGRLogo'));
1843
- }).then(function (module) {
1844
- return {
1845
- "default": module['GovGRLogo']
1846
- };
1847
- });
1848
- }),
1849
- 'I18nText': /*#__PURE__*/(0, _react.lazy)(function () {
1850
- return Promise.resolve().then(function () {
1851
- return _interopRequireWildcard(require('@digigov/ui/i18n/I18nText'));
1852
- }).then(function (module) {
1853
- return {
1854
- "default": module['I18nText']
1855
- };
1856
- });
1857
- }),
1858
- 'I18NContext': /*#__PURE__*/(0, _react.lazy)(function () {
1859
- return Promise.resolve().then(function () {
1860
- return _interopRequireWildcard(require('@digigov/ui/i18n'));
1861
- }).then(function (module) {
1862
- return {
1863
- "default": module['I18NContext']
1864
- };
1865
- });
1866
- }),
1867
- 'I18NProvider': /*#__PURE__*/(0, _react.lazy)(function () {
1868
- return Promise.resolve().then(function () {
1869
- return _interopRequireWildcard(require('@digigov/ui/i18n'));
1870
- }).then(function (module) {
1871
- return {
1872
- "default": module['I18NProvider']
1873
- };
1874
- });
1875
- }),
1876
- 'Icon': /*#__PURE__*/(0, _react.lazy)(function () {
1877
- return Promise.resolve().then(function () {
1878
- return _interopRequireWildcard(require('@digigov/ui/icons/Icon'));
1879
- }).then(function (module) {
1880
- return {
1881
- "default": module['Icon']
1882
- };
1883
- });
1884
- }),
1885
- 'AccessibilityIcon': /*#__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['AccessibilityIcon']
1891
- };
1892
- });
1893
- }),
1894
- 'ArrowIcon': /*#__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['ArrowIcon']
1900
- };
1901
- });
1902
- }),
1903
- 'BurgerIcon': /*#__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['BurgerIcon']
1909
- };
1910
- });
1911
- }),
1912
- 'CaretIcon': /*#__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['CaretIcon']
1918
- };
1919
- });
1920
- }),
1921
- 'CheckIcon': /*#__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['CheckIcon']
1927
- };
1928
- });
1929
- }),
1930
- 'ChevronIcon': /*#__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['ChevronIcon']
1936
- };
1937
- });
1938
- }),
1939
- 'UncheckIcon': /*#__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['UncheckIcon']
1945
- };
1946
- });
1947
- }),
1948
- 'CloseIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1949
- return Promise.resolve().then(function () {
1950
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
1951
- }).then(function (module) {
1952
- return {
1953
- "default": module['CloseIcon']
1954
- };
1955
- });
1956
- }),
1957
- 'GlobeIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1958
- return Promise.resolve().then(function () {
1959
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
1960
- }).then(function (module) {
1961
- return {
1962
- "default": module['GlobeIcon']
1963
- };
1964
- });
1965
- }),
1966
- 'MoreVertIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1967
- return Promise.resolve().then(function () {
1968
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
1969
- }).then(function (module) {
1970
- return {
1971
- "default": module['MoreVertIcon']
1972
- };
1973
- });
1974
- }),
1975
- 'CancelIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1976
- return Promise.resolve().then(function () {
1977
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
1978
- }).then(function (module) {
1979
- return {
1980
- "default": module['CancelIcon']
1981
- };
1982
- });
1983
- }),
1984
- 'LockIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1985
- return Promise.resolve().then(function () {
1986
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
1987
- }).then(function (module) {
1988
- return {
1989
- "default": module['LockIcon']
1990
- };
1991
- });
1992
- }),
1993
- 'DownloadIcon': /*#__PURE__*/(0, _react.lazy)(function () {
1994
- return Promise.resolve().then(function () {
1995
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
1996
- }).then(function (module) {
1997
- return {
1998
- "default": module['DownloadIcon']
1999
- };
2000
- });
2001
- }),
2002
- 'PdfFileIcon': /*#__PURE__*/(0, _react.lazy)(function () {
2003
- return Promise.resolve().then(function () {
2004
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
2005
- }).then(function (module) {
2006
- return {
2007
- "default": module['PdfFileIcon']
2008
- };
2009
- });
2010
- }),
2011
- 'PlusIcon': /*#__PURE__*/(0, _react.lazy)(function () {
2012
- return Promise.resolve().then(function () {
2013
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
2014
- }).then(function (module) {
2015
- return {
2016
- "default": module['PlusIcon']
2017
- };
2018
- });
2019
- }),
2020
- 'MinusIcon': /*#__PURE__*/(0, _react.lazy)(function () {
2021
- return Promise.resolve().then(function () {
2022
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
2023
- }).then(function (module) {
2024
- return {
2025
- "default": module['MinusIcon']
2026
- };
2027
- });
2028
- }),
2029
- 'LoginIcon': /*#__PURE__*/(0, _react.lazy)(function () {
2030
- return Promise.resolve().then(function () {
2031
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
2032
- }).then(function (module) {
2033
- return {
2034
- "default": module['LoginIcon']
2035
- };
2036
- });
2037
- }),
2038
- 'RestoreIcon': /*#__PURE__*/(0, _react.lazy)(function () {
2039
- return Promise.resolve().then(function () {
2040
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
2041
- }).then(function (module) {
2042
- return {
2043
- "default": module['RestoreIcon']
2044
- };
2045
- });
2046
- }),
2047
- 'ReplyIcon': /*#__PURE__*/(0, _react.lazy)(function () {
2048
- return Promise.resolve().then(function () {
2049
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
2050
- }).then(function (module) {
2051
- return {
2052
- "default": module['ReplyIcon']
2053
- };
2054
- });
2055
- }),
2056
- 'ChatIcon': /*#__PURE__*/(0, _react.lazy)(function () {
2057
- return Promise.resolve().then(function () {
2058
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
2059
- }).then(function (module) {
2060
- return {
2061
- "default": module['ChatIcon']
2062
- };
2063
- });
2064
- }),
2065
- 'ExclamationIcon': /*#__PURE__*/(0, _react.lazy)(function () {
2066
- return Promise.resolve().then(function () {
2067
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
2068
- }).then(function (module) {
2069
- return {
2070
- "default": module['ExclamationIcon']
2071
- };
2072
- });
2073
- }),
2074
- 'PrintIcon': /*#__PURE__*/(0, _react.lazy)(function () {
2075
- return Promise.resolve().then(function () {
2076
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
2077
- }).then(function (module) {
2078
- return {
2079
- "default": module['PrintIcon']
2080
- };
2081
- });
2082
- }),
2083
- 'ImageLogo': /*#__PURE__*/(0, _react.lazy)(function () {
2084
- return Promise.resolve().then(function () {
2085
- return _interopRequireWildcard(require('@digigov/ui/icons/ImageLogo'));
2086
- }).then(function (module) {
2087
- return {
2088
- "default": module['ImageLogo']
2089
- };
2090
- });
2091
- }),
2092
- 'ImageLogoSet': /*#__PURE__*/(0, _react.lazy)(function () {
2093
- return Promise.resolve().then(function () {
2094
- return _interopRequireWildcard(require('@digigov/ui/icons/ImageLogoSet'));
2095
- }).then(function (module) {
2096
- return {
2097
- "default": module['ImageLogoSet']
2098
- };
2099
- });
2100
- }),
2101
- 'AdminLayout': /*#__PURE__*/(0, _react.lazy)(function () {
2102
- return Promise.resolve().then(function () {
2103
- return _interopRequireWildcard(require('@digigov/ui/layouts/Admin'));
2104
- }).then(function (module) {
2105
- return {
2106
- "default": module['AdminLayout']
2107
- };
2108
- });
2109
- }),
2110
- 'BasicLayout': /*#__PURE__*/(0, _react.lazy)(function () {
2111
- return Promise.resolve().then(function () {
2112
- return _interopRequireWildcard(require('@digigov/ui/layouts'));
2113
- }).then(function (module) {
2114
- return {
2115
- "default": module['BasicLayout']
2116
- };
2117
- });
2118
- }),
2119
- 'Grid': /*#__PURE__*/(0, _react.lazy)(function () {
2120
- return Promise.resolve().then(function () {
2121
- return _interopRequireWildcard(require('@digigov/ui/layouts/Grid'));
2122
- }).then(function (module) {
2123
- return {
2124
- "default": module['Grid']
2125
- };
2126
- });
2127
- }),
2128
- 'SectionBreak': /*#__PURE__*/(0, _react.lazy)(function () {
2129
- return Promise.resolve().then(function () {
2130
- return _interopRequireWildcard(require('@digigov/ui/layouts/SectionBreak'));
2131
- }).then(function (module) {
2132
- return {
2133
- "default": module['SectionBreak']
2134
- };
2135
- });
2136
- }),
2137
- 'Stack': /*#__PURE__*/(0, _react.lazy)(function () {
2138
- return Promise.resolve().then(function () {
2139
- return _interopRequireWildcard(require('@digigov/ui/layouts'));
2140
- }).then(function (module) {
2141
- return {
2142
- "default": module['Stack']
2143
- };
2144
- });
2145
- }),
2146
- 'AdminContainer': /*#__PURE__*/(0, _react.lazy)(function () {
2147
- return Promise.resolve().then(function () {
2148
- return _interopRequireWildcard(require('@digigov/ui/layouts/Admin'));
2149
- }).then(function (module) {
2150
- return {
2151
- "default": module['AdminContainer']
2152
- };
2153
- });
2154
- }),
2155
- 'AdminMain': /*#__PURE__*/(0, _react.lazy)(function () {
2156
- return Promise.resolve().then(function () {
2157
- return _interopRequireWildcard(require('@digigov/ui/layouts/Admin'));
2158
- }).then(function (module) {
2159
- return {
2160
- "default": module['AdminMain']
2161
- };
2162
- });
2163
- }),
2164
- 'AdminAside': /*#__PURE__*/(0, _react.lazy)(function () {
2165
- return Promise.resolve().then(function () {
2166
- return _interopRequireWildcard(require('@digigov/ui/layouts/Admin'));
2167
- }).then(function (module) {
2168
- return {
2169
- "default": module['AdminAside']
2170
- };
2171
- });
2172
- }),
2173
- 'AdminTopSection': /*#__PURE__*/(0, _react.lazy)(function () {
2174
- return Promise.resolve().then(function () {
2175
- return _interopRequireWildcard(require('@digigov/ui/layouts/Admin'));
2176
- }).then(function (module) {
2177
- return {
2178
- "default": module['AdminTopSection']
2179
- };
2180
- });
2181
- }),
2182
- 'AdminHeader': /*#__PURE__*/(0, _react.lazy)(function () {
2183
- return Promise.resolve().then(function () {
2184
- return _interopRequireWildcard(require('@digigov/ui/layouts/Admin'));
2185
- }).then(function (module) {
2186
- return {
2187
- "default": module['AdminHeader']
2188
- };
2189
- });
2190
- }),
2191
- 'AdminHeaderContent': /*#__PURE__*/(0, _react.lazy)(function () {
2192
- return Promise.resolve().then(function () {
2193
- return _interopRequireWildcard(require('@digigov/ui/layouts/Admin'));
2194
- }).then(function (module) {
2195
- return {
2196
- "default": module['AdminHeaderContent']
2197
- };
2198
- });
2199
- }),
2200
- 'Layout': /*#__PURE__*/(0, _react.lazy)(function () {
2201
- return Promise.resolve().then(function () {
2202
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic'));
2203
- }).then(function (module) {
2204
- return {
2205
- "default": module['Layout']
2206
- };
2207
- });
2208
- }),
2209
- 'Top': /*#__PURE__*/(0, _react.lazy)(function () {
2210
- return Promise.resolve().then(function () {
2211
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic/Top'));
2212
- }).then(function (module) {
2213
- return {
2214
- "default": module['Top']
2215
- };
2216
- });
2217
- }),
2218
- 'Aside': /*#__PURE__*/(0, _react.lazy)(function () {
2219
- return Promise.resolve().then(function () {
2220
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic/Aside'));
2221
- }).then(function (module) {
2222
- return {
2223
- "default": module['Aside']
2224
- };
2225
- });
2226
- }),
2227
- 'Main': /*#__PURE__*/(0, _react.lazy)(function () {
2228
- return Promise.resolve().then(function () {
2229
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic/Main'));
2230
- }).then(function (module) {
2231
- return {
2232
- "default": module['Main']
2233
- };
2234
- });
2235
- }),
2236
- 'Container': /*#__PURE__*/(0, _react.lazy)(function () {
2237
- return Promise.resolve().then(function () {
2238
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic/Container'));
2239
- }).then(function (module) {
2240
- return {
2241
- "default": module['Container']
2242
- };
2243
- });
2244
- }),
2245
- 'Bottom': /*#__PURE__*/(0, _react.lazy)(function () {
2246
- return Promise.resolve().then(function () {
2247
- return _interopRequireWildcard(require('@digigov/ui/layouts/Basic/Bottom'));
2248
- }).then(function (module) {
2249
- return {
2250
- "default": module['Bottom']
2251
- };
2252
- });
2253
- }),
2254
- 'Hidden': /*#__PURE__*/(0, _react.lazy)(function () {
2255
- return Promise.resolve().then(function () {
2256
- return _interopRequireWildcard(require('@digigov/ui/layouts/Hidden'));
2257
- }).then(function (module) {
2258
- return {
2259
- "default": module['Hidden']
2260
- };
2261
- });
2262
- }),
2263
- 'BackLink': /*#__PURE__*/(0, _react.lazy)(function () {
2264
- return Promise.resolve().then(function () {
2265
- return _interopRequireWildcard(require('@digigov/ui/navigation/BackLink'));
2266
- }).then(function (module) {
2267
- return {
2268
- "default": module['BackLink']
2269
- };
2270
- });
2271
- }),
2272
- 'Breadcrumbs': /*#__PURE__*/(0, _react.lazy)(function () {
2273
- return Promise.resolve().then(function () {
2274
- return _interopRequireWildcard(require('@digigov/ui/navigation/Breadcrumbs'));
2275
- }).then(function (module) {
2276
- return {
2277
- "default": module['Breadcrumbs']
2278
- };
2279
- });
2280
- }),
2281
- 'BreadcrumbsList': /*#__PURE__*/(0, _react.lazy)(function () {
2282
- return Promise.resolve().then(function () {
2283
- return _interopRequireWildcard(require('@digigov/ui/navigation/Breadcrumbs'));
2284
- }).then(function (module) {
2285
- return {
2286
- "default": module['BreadcrumbsList']
2287
- };
2288
- });
2289
- }),
2290
- 'BreadcrumbsListItem': /*#__PURE__*/(0, _react.lazy)(function () {
2291
- return Promise.resolve().then(function () {
2292
- return _interopRequireWildcard(require('@digigov/ui/navigation/Breadcrumbs'));
2293
- }).then(function (module) {
2294
- return {
2295
- "default": module['BreadcrumbsListItem']
2296
- };
2297
- });
2298
- }),
2299
- 'Drawer': /*#__PURE__*/(0, _react.lazy)(function () {
2300
- return Promise.resolve().then(function () {
2301
- return _interopRequireWildcard(require('@digigov/ui/navigation/Drawer'));
2302
- }).then(function (module) {
2303
- return {
2304
- "default": module['Drawer']
2305
- };
2306
- });
2307
- }),
2308
- 'DrawerHeading': /*#__PURE__*/(0, _react.lazy)(function () {
2309
- return Promise.resolve().then(function () {
2310
- return _interopRequireWildcard(require('@digigov/ui/navigation/Drawer'));
2311
- }).then(function (module) {
2312
- return {
2313
- "default": module['DrawerHeading']
2314
- };
2315
- });
2316
- }),
2317
- 'DrawerAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2318
- return Promise.resolve().then(function () {
2319
- return _interopRequireWildcard(require('@digigov/ui/navigation/Drawer/auto'));
2320
- }).then(function (module) {
2321
- return {
2322
- "default": module['DrawerAuto']
2323
- };
2324
- });
2325
- }),
2326
- 'DrawerButtonAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2327
- return Promise.resolve().then(function () {
2328
- return _interopRequireWildcard(require('@digigov/ui/navigation/Drawer/auto'));
2329
- }).then(function (module) {
2330
- return {
2331
- "default": module['DrawerButtonAuto']
2332
- };
2333
- });
2334
- }),
2335
- 'DrawerContext': /*#__PURE__*/(0, _react.lazy)(function () {
2336
- return Promise.resolve().then(function () {
2337
- return _interopRequireWildcard(require('@digigov/ui/navigation/Drawer/auto'));
2338
- }).then(function (module) {
2339
- return {
2340
- "default": module['DrawerContext']
2341
- };
2342
- });
2343
- }),
2344
- 'DrawerHeadingAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2345
- return Promise.resolve().then(function () {
2346
- return _interopRequireWildcard(require('@digigov/ui/navigation/Drawer/auto'));
2347
- }).then(function (module) {
2348
- return {
2349
- "default": module['DrawerHeadingAuto']
2350
- };
2351
- });
2352
- }),
2353
- 'DrawerProvider': /*#__PURE__*/(0, _react.lazy)(function () {
2354
- return Promise.resolve().then(function () {
2355
- return _interopRequireWildcard(require('@digigov/ui/navigation/Drawer/auto'));
2356
- }).then(function (module) {
2357
- return {
2358
- "default": module['DrawerProvider']
2359
- };
2360
- });
2361
- }),
2362
- 'Dropdown': /*#__PURE__*/(0, _react.lazy)(function () {
2363
- return Promise.resolve().then(function () {
2364
- return _interopRequireWildcard(require('@digigov/ui/navigation/Dropdown'));
2365
- }).then(function (module) {
2366
- return {
2367
- "default": module['Dropdown']
2368
- };
2369
- });
2370
- }),
2371
- 'DropdownBase': /*#__PURE__*/(0, _react.lazy)(function () {
2372
- return Promise.resolve().then(function () {
2373
- return _interopRequireWildcard(require('@digigov/ui/navigation/Dropdown'));
2374
- }).then(function (module) {
2375
- return {
2376
- "default": module['DropdownBase']
2377
- };
2378
- });
2379
- }),
2380
- 'DropdownButton': /*#__PURE__*/(0, _react.lazy)(function () {
2381
- return Promise.resolve().then(function () {
2382
- return _interopRequireWildcard(require('@digigov/ui/navigation/Dropdown'));
2383
- }).then(function (module) {
2384
- return {
2385
- "default": module['DropdownButton']
2386
- };
2387
- });
2388
- }),
2389
- 'DropdownContent': /*#__PURE__*/(0, _react.lazy)(function () {
2390
- return Promise.resolve().then(function () {
2391
- return _interopRequireWildcard(require('@digigov/ui/navigation/Dropdown'));
2392
- }).then(function (module) {
2393
- return {
2394
- "default": module['DropdownContent']
2395
- };
2396
- });
2397
- }),
2398
- 'CommonLink': /*#__PURE__*/(0, _react.lazy)(function () {
2399
- return Promise.resolve().then(function () {
2400
- return _interopRequireWildcard(require('@digigov/ui/navigation/Link'));
2401
- }).then(function (module) {
2402
- return {
2403
- "default": module['CommonLink']
2404
- };
2405
- });
2406
- }),
2407
- 'Link': /*#__PURE__*/(0, _react.lazy)(function () {
2408
- return Promise.resolve().then(function () {
2409
- return _interopRequireWildcard(require('@digigov/ui/navigation/Link'));
2410
- }).then(function (module) {
2411
- return {
2412
- "default": module['Link']
2413
- };
2414
- });
2415
- }),
2416
- 'LinkBase': /*#__PURE__*/(0, _react.lazy)(function () {
2417
- return Promise.resolve().then(function () {
2418
- return _interopRequireWildcard(require('@digigov/ui/navigation/Link'));
2419
- }).then(function (module) {
2420
- return {
2421
- "default": module['LinkBase']
2422
- };
2423
- });
2424
- }),
2425
- 'LinkProvider': /*#__PURE__*/(0, _react.lazy)(function () {
2426
- return Promise.resolve().then(function () {
2427
- return _interopRequireWildcard(require('@digigov/ui/navigation/Link'));
2428
- }).then(function (module) {
2429
- return {
2430
- "default": module['LinkProvider']
2431
- };
2432
- });
2433
- }),
2434
- 'NavList': /*#__PURE__*/(0, _react.lazy)(function () {
2435
- return Promise.resolve().then(function () {
2436
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList/NavList'));
2437
- }).then(function (module) {
2438
- return {
2439
- "default": module['NavList']
2440
- };
2441
- });
2442
- }),
2443
- 'NavListAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2444
- return Promise.resolve().then(function () {
2445
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList/NavListAuto'));
2446
- }).then(function (module) {
2447
- return {
2448
- "default": module['NavListAuto']
2449
- };
2450
- });
2451
- }),
2452
- 'NavMenuContentList': /*#__PURE__*/(0, _react.lazy)(function () {
2453
- return Promise.resolve().then(function () {
2454
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList/NavMenuContentList'));
2455
- }).then(function (module) {
2456
- return {
2457
- "default": module['NavMenuContentList']
2458
- };
2459
- });
2460
- }),
2461
- 'NavMenuContentListBase': /*#__PURE__*/(0, _react.lazy)(function () {
2462
- return Promise.resolve().then(function () {
2463
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList/NavMenuContentList'));
2464
- }).then(function (module) {
2465
- return {
2466
- "default": module['NavMenuContentListBase']
2467
- };
2468
- });
2469
- }),
2470
- 'Nav': /*#__PURE__*/(0, _react.lazy)(function () {
2471
- return Promise.resolve().then(function () {
2472
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList/Nav'));
2473
- }).then(function (module) {
2474
- return {
2475
- "default": module['Nav']
2476
- };
2477
- });
2478
- }),
2479
- 'NavMenuContainer': /*#__PURE__*/(0, _react.lazy)(function () {
2480
- return Promise.resolve().then(function () {
2481
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList'));
2482
- }).then(function (module) {
2483
- return {
2484
- "default": module['NavMenuContainer']
2485
- };
2486
- });
2487
- }),
2488
- 'NavMenuContent': /*#__PURE__*/(0, _react.lazy)(function () {
2489
- return Promise.resolve().then(function () {
2490
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList'));
2491
- }).then(function (module) {
2492
- return {
2493
- "default": module['NavMenuContent']
2494
- };
2495
- });
2496
- }),
2497
- 'NavMenuContentListItem': /*#__PURE__*/(0, _react.lazy)(function () {
2498
- return Promise.resolve().then(function () {
2499
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList'));
2500
- }).then(function (module) {
2501
- return {
2502
- "default": module['NavMenuContentListItem']
2503
- };
2504
- });
2505
- }),
2506
- 'NavMenuTitle': /*#__PURE__*/(0, _react.lazy)(function () {
2507
- return Promise.resolve().then(function () {
2508
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList'));
2509
- }).then(function (module) {
2510
- return {
2511
- "default": module['NavMenuTitle']
2512
- };
2513
- });
2514
- }),
2515
- 'NavListItemActionContainer': /*#__PURE__*/(0, _react.lazy)(function () {
2516
- return Promise.resolve().then(function () {
2517
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList'));
2518
- }).then(function (module) {
2519
- return {
2520
- "default": module['NavListItemActionContainer']
2521
- };
2522
- });
2523
- }),
2524
- 'NavListItemAction': /*#__PURE__*/(0, _react.lazy)(function () {
2525
- return Promise.resolve().then(function () {
2526
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList'));
2527
- }).then(function (module) {
2528
- return {
2529
- "default": module['NavListItemAction']
2530
- };
2531
- });
2532
- }),
2533
- 'NavListItemLink': /*#__PURE__*/(0, _react.lazy)(function () {
2534
- return Promise.resolve().then(function () {
2535
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList'));
2536
- }).then(function (module) {
2537
- return {
2538
- "default": module['NavListItemLink']
2539
- };
2540
- });
2541
- }),
2542
- 'NavListItemButton': /*#__PURE__*/(0, _react.lazy)(function () {
2543
- return Promise.resolve().then(function () {
2544
- return _interopRequireWildcard(require('@digigov/ui/navigation/NavList'));
2545
- }).then(function (module) {
2546
- return {
2547
- "default": module['NavListItemButton']
2548
- };
2549
- });
2550
- }),
2551
- 'PaginationLabel': /*#__PURE__*/(0, _react.lazy)(function () {
2552
- return Promise.resolve().then(function () {
2553
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination'));
2554
- }).then(function (module) {
2555
- return {
2556
- "default": module['PaginationLabel']
2557
- };
2558
- });
2559
- }),
2560
- 'PaginationLabelContainer': /*#__PURE__*/(0, _react.lazy)(function () {
2561
- return Promise.resolve().then(function () {
2562
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination'));
2563
- }).then(function (module) {
2564
- return {
2565
- "default": module['PaginationLabelContainer']
2566
- };
2567
- });
2568
- }),
2569
- 'PaginationListItemButton': /*#__PURE__*/(0, _react.lazy)(function () {
2570
- return Promise.resolve().then(function () {
2571
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination'));
2572
- }).then(function (module) {
2573
- return {
2574
- "default": module['PaginationListItemButton']
2575
- };
2576
- });
2577
- }),
2578
- 'PaginationResultsPerPageSelect': /*#__PURE__*/(0, _react.lazy)(function () {
2579
- return Promise.resolve().then(function () {
2580
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination'));
2581
- }).then(function (module) {
2582
- return {
2583
- "default": module['PaginationResultsPerPageSelect']
2584
- };
2585
- });
2586
- }),
2587
- 'Pagination': /*#__PURE__*/(0, _react.lazy)(function () {
2588
- return Promise.resolve().then(function () {
2589
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination'));
2590
- }).then(function (module) {
2591
- return {
2592
- "default": module['Pagination']
2593
- };
2594
- });
2595
- }),
2596
- 'PaginationListItem': /*#__PURE__*/(0, _react.lazy)(function () {
2597
- return Promise.resolve().then(function () {
2598
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination'));
2599
- }).then(function (module) {
2600
- return {
2601
- "default": module['PaginationListItem']
2602
- };
2603
- });
2604
- }),
2605
- 'PaginationList': /*#__PURE__*/(0, _react.lazy)(function () {
2606
- return Promise.resolve().then(function () {
2607
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination'));
2608
- }).then(function (module) {
2609
- return {
2610
- "default": module['PaginationList']
2611
- };
2612
- });
2613
- }),
2614
- 'PaginationAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2615
- return Promise.resolve().then(function () {
2616
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination/auto'));
2617
- }).then(function (module) {
2618
- return {
2619
- "default": module['PaginationAuto']
2620
- };
2621
- });
2622
- }),
2623
- 'PaginationContextAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2624
- return Promise.resolve().then(function () {
2625
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination/auto'));
2626
- }).then(function (module) {
2627
- return {
2628
- "default": module['PaginationContextAuto']
2629
- };
2630
- });
2631
- }),
2632
- 'PaginationLabelAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2633
- return Promise.resolve().then(function () {
2634
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination/auto'));
2635
- }).then(function (module) {
2636
- return {
2637
- "default": module['PaginationLabelAuto']
2638
- };
2639
- });
2640
- }),
2641
- 'PaginationListAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2642
- return Promise.resolve().then(function () {
2643
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination/auto'));
2644
- }).then(function (module) {
2645
- return {
2646
- "default": module['PaginationListAuto']
2647
- };
2648
- });
2649
- }),
2650
- 'PaginationResultsPerPageSelectAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2651
- return Promise.resolve().then(function () {
2652
- return _interopRequireWildcard(require('@digigov/ui/navigation/Pagination/auto'));
2653
- }).then(function (module) {
2654
- return {
2655
- "default": module['PaginationResultsPerPageSelectAuto']
2656
- };
2657
- });
2658
- }),
2659
- 'SkipLink': /*#__PURE__*/(0, _react.lazy)(function () {
2660
- return Promise.resolve().then(function () {
2661
- return _interopRequireWildcard(require('@digigov/ui/navigation/SkipLink'));
2662
- }).then(function (module) {
2663
- return {
2664
- "default": module['SkipLink']
2665
- };
2666
- });
2667
- }),
2668
- 'Tabs': /*#__PURE__*/(0, _react.lazy)(function () {
2669
- return Promise.resolve().then(function () {
2670
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs'));
2671
- }).then(function (module) {
2672
- return {
2673
- "default": module['Tabs']
2674
- };
2675
- });
2676
- }),
2677
- 'TabsList': /*#__PURE__*/(0, _react.lazy)(function () {
2678
- return Promise.resolve().then(function () {
2679
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs'));
2680
- }).then(function (module) {
2681
- return {
2682
- "default": module['TabsList']
2683
- };
2684
- });
2685
- }),
2686
- 'TabsListItemBase': /*#__PURE__*/(0, _react.lazy)(function () {
2687
- return Promise.resolve().then(function () {
2688
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs'));
2689
- }).then(function (module) {
2690
- return {
2691
- "default": module['TabsListItemBase']
2692
- };
2693
- });
2694
- }),
2695
- 'TabsPanelBase': /*#__PURE__*/(0, _react.lazy)(function () {
2696
- return Promise.resolve().then(function () {
2697
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs'));
2698
- }).then(function (module) {
2699
- return {
2700
- "default": module['TabsPanelBase']
2701
- };
2702
- });
2703
- }),
2704
- 'TabsHeading': /*#__PURE__*/(0, _react.lazy)(function () {
2705
- return Promise.resolve().then(function () {
2706
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs'));
2707
- }).then(function (module) {
2708
- return {
2709
- "default": module['TabsHeading']
2710
- };
2711
- });
2712
- }),
2713
- 'TabsAuto': /*#__PURE__*/(0, _react.lazy)(function () {
2714
- return Promise.resolve().then(function () {
2715
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs/auto'));
2716
- }).then(function (module) {
2717
- return {
2718
- "default": module['TabsAuto']
2719
- };
2720
- });
2721
- }),
2722
- 'TabsContext': /*#__PURE__*/(0, _react.lazy)(function () {
2723
- return Promise.resolve().then(function () {
2724
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs/auto'));
2725
- }).then(function (module) {
2726
- return {
2727
- "default": module['TabsContext']
2728
- };
2729
- });
2730
- }),
2731
- 'TabsListItem': /*#__PURE__*/(0, _react.lazy)(function () {
2732
- return Promise.resolve().then(function () {
2733
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs/auto'));
2734
- }).then(function (module) {
2735
- return {
2736
- "default": module['TabsListItem']
2737
- };
2738
- });
2739
- }),
2740
- 'TabsPanel': /*#__PURE__*/(0, _react.lazy)(function () {
2741
- return Promise.resolve().then(function () {
2742
- return _interopRequireWildcard(require('@digigov/ui/navigation/Tabs/auto'));
2743
- }).then(function (module) {
2744
- return {
2745
- "default": module['TabsPanel']
2746
- };
2747
- });
2748
- }),
2749
- 'Heading': /*#__PURE__*/(0, _react.lazy)(function () {
2750
- return Promise.resolve().then(function () {
2751
- return _interopRequireWildcard(require('@digigov/ui/typography/Heading'));
2752
- }).then(function (module) {
2753
- return {
2754
- "default": module['Heading']
2755
- };
2756
- });
2757
- }),
2758
- 'HeadingCaption': /*#__PURE__*/(0, _react.lazy)(function () {
2759
- return Promise.resolve().then(function () {
2760
- return _interopRequireWildcard(require('@digigov/ui/typography/HeadingCaption'));
2761
- }).then(function (module) {
2762
- return {
2763
- "default": module['HeadingCaption']
2764
- };
2765
- });
2766
- }),
2767
- 'Paragraph': /*#__PURE__*/(0, _react.lazy)(function () {
2768
- return Promise.resolve().then(function () {
2769
- return _interopRequireWildcard(require('@digigov/ui/typography/Paragraph'));
2770
- }).then(function (module) {
2771
- return {
2772
- "default": module['Paragraph']
2773
- };
2774
- });
2775
- }),
2776
- 'NormalText': /*#__PURE__*/(0, _react.lazy)(function () {
2777
- return Promise.resolve().then(function () {
2778
- return _interopRequireWildcard(require('@digigov/ui/typography/NormalText'));
2779
- }).then(function (module) {
2780
- return {
2781
- "default": module['NormalText']
2782
- };
2783
- });
2784
- }),
2785
- 'Hint': /*#__PURE__*/(0, _react.lazy)(function () {
2786
- return Promise.resolve().then(function () {
2787
- return _interopRequireWildcard(require('@digigov/ui/typography/Hint'));
2788
- }).then(function (module) {
2789
- return {
2790
- "default": module['Hint']
2791
- };
2792
- });
2793
- }),
2794
- 'Typography': /*#__PURE__*/(0, _react.lazy)(function () {
2795
- return Promise.resolve().then(function () {
2796
- return _interopRequireWildcard(require('@digigov/ui/typography/Typography'));
2797
- }).then(function (module) {
2798
- return {
2799
- "default": module['Typography']
2800
- };
2801
- });
2802
- }),
2803
- 'Base': /*#__PURE__*/(0, _react.lazy)(function () {
2804
- return Promise.resolve().then(function () {
2805
- return _interopRequireWildcard(require('@digigov/ui/utils/Base'));
2806
- }).then(function (module) {
2807
- return {
2808
- "default": module['Base']
2809
- };
2810
- });
2811
- }),
2812
- 'SvgIcon': /*#__PURE__*/(0, _react.lazy)(function () {
2813
- return Promise.resolve().then(function () {
2814
- return _interopRequireWildcard(require('@digigov/ui/utils/SvgIcon'));
2815
- }).then(function (module) {
2816
- return {
2817
- "default": module['SvgIcon']
2818
- };
2819
- });
2820
- }),
2821
- 'VisuallyHidden': /*#__PURE__*/(0, _react.lazy)(function () {
2822
- return Promise.resolve().then(function () {
2823
- return _interopRequireWildcard(require('@digigov/ui/utils/VisuallyHidden'));
2824
- }).then(function (module) {
2825
- return {
2826
- "default": module['VisuallyHidden']
2827
- };
2828
- });
2829
- }),
2830
- 'Screen': /*#__PURE__*/(0, _react.lazy)(function () {
2831
- return Promise.resolve().then(function () {
2832
- return _interopRequireWildcard(require('@digigov/ui/layouts/Screen'));
2833
- }).then(function (module) {
2834
- return {
2835
- "default": module['Screen']
2836
- };
2837
- });
2838
- }),
2839
- 'Section': /*#__PURE__*/(0, _react.lazy)(function () {
2840
- return Promise.resolve().then(function () {
2841
- return _interopRequireWildcard(require('@digigov/ui/layouts/Section'));
2842
- }).then(function (module) {
2843
- return {
2844
- "default": module['Section']
2845
- };
2846
- });
2847
- }),
2848
- 'BackToTop': /*#__PURE__*/(0, _react.lazy)(function () {
2849
- return Promise.resolve().then(function () {
2850
- return _interopRequireWildcard(require('@digigov/ui/navigation/BackToTopLink'));
2851
- }).then(function (module) {
2852
- return {
2853
- "default": module['BackToTop']
2854
- };
2855
- });
2856
- }),
2857
- 'BackToTopContainer': /*#__PURE__*/(0, _react.lazy)(function () {
2858
- return Promise.resolve().then(function () {
2859
- return _interopRequireWildcard(require('@digigov/ui/navigation/BackToTopLink'));
2860
- }).then(function (module) {
2861
- return {
2862
- "default": module['BackToTopContainer']
2863
- };
2864
- });
2865
- }),
2866
- 'BackToTopLink': /*#__PURE__*/(0, _react.lazy)(function () {
2867
- return Promise.resolve().then(function () {
2868
- return _interopRequireWildcard(require('@digigov/ui/navigation/BackToTopLink'));
2869
- }).then(function (module) {
2870
- return {
2871
- "default": module['BackToTopLink']
2872
- };
2873
- });
2874
- }),
2875
- 'BackToTopLimit': /*#__PURE__*/(0, _react.lazy)(function () {
2876
- return Promise.resolve().then(function () {
2877
- return _interopRequireWildcard(require('@digigov/ui/navigation/BackToTopLink'));
2878
- }).then(function (module) {
2879
- return {
2880
- "default": module['BackToTopLimit']
2881
- };
2882
- });
2883
- }),
2884
- 'Code': /*#__PURE__*/(0, _react.lazy)(function () {
2885
- return Promise.resolve().then(function () {
2886
- return _interopRequireWildcard(require('@digigov/ui/typography/Code'));
2887
- }).then(function (module) {
2888
- return {
2889
- "default": module['Code']
2890
- };
2891
- });
2892
- }),
2893
- 'CodeBlock': /*#__PURE__*/(0, _react.lazy)(function () {
2894
- return Promise.resolve().then(function () {
2895
- return _interopRequireWildcard(require('@digigov/ui/typography/CodeBlock'));
2896
- }).then(function (module) {
2897
- return {
2898
- "default": module['CodeBlock']
2899
- };
2900
- });
2901
- }),
2902
- 'TestVariant': /*#__PURE__*/(0, _react.lazy)(function () {
2903
- return Promise.resolve().then(function () {
2904
- return _interopRequireWildcard(require('@digigov/ui/utils/TestVariant'));
2905
- }).then(function (module) {
2906
- return {
2907
- "default": module['TestVariant']
2908
- };
2909
- });
2910
- })
2911
- };
32
+ module.exports = __toCommonJS(lazy_exports);
33
+ var import_react = require("react");
34
+ var lazy_default = {
35
+ StaticApp: (0, import_react.lazy)(
36
+ () => import("@digigov/ui/app/App").then((module2) => ({
37
+ default: module2["StaticApp"]
38
+ }))
39
+ ),
40
+ BannerContainer: (0, import_react.lazy)(
41
+ () => import("@digigov/ui/app/BannerContainer").then((module2) => ({
42
+ default: module2["BannerContainer"]
43
+ }))
44
+ ),
45
+ BottomInfo: (0, import_react.lazy)(
46
+ () => import("@digigov/ui/app/BottomInfo").then((module2) => ({
47
+ default: module2["BottomInfo"]
48
+ }))
49
+ ),
50
+ BottomInfoContent: (0, import_react.lazy)(
51
+ () => import("@digigov/ui/app/BottomInfo").then((module2) => ({
52
+ default: module2["BottomInfoContent"]
53
+ }))
54
+ ),
55
+ BottomInfoContainer: (0, import_react.lazy)(
56
+ () => import("@digigov/ui/app/BottomInfo").then((module2) => ({
57
+ default: module2["BottomInfoContainer"]
58
+ }))
59
+ ),
60
+ CloseButton: (0, import_react.lazy)(
61
+ () => import("@digigov/ui/app/CloseButton").then((module2) => ({
62
+ default: module2["CloseButton"]
63
+ }))
64
+ ),
65
+ FilterContainer: (0, import_react.lazy)(
66
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
67
+ default: module2["FilterContainer"]
68
+ }))
69
+ ),
70
+ FilterHeadingContainer: (0, import_react.lazy)(
71
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
72
+ default: module2["FilterHeadingContainer"]
73
+ }))
74
+ ),
75
+ FilterContent: (0, import_react.lazy)(
76
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
77
+ default: module2["FilterContent"]
78
+ }))
79
+ ),
80
+ FilterOptionsSection: (0, import_react.lazy)(
81
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
82
+ default: module2["FilterOptionsSection"]
83
+ }))
84
+ ),
85
+ FilterSelectedHeading: (0, import_react.lazy)(
86
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
87
+ default: module2["FilterSelectedHeading"]
88
+ }))
89
+ ),
90
+ FilterSelectedSection: (0, import_react.lazy)(
91
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
92
+ default: module2["FilterSelectedSection"]
93
+ }))
94
+ ),
95
+ ResultsHeading: (0, import_react.lazy)(
96
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
97
+ default: module2["ResultsHeading"]
98
+ }))
99
+ ),
100
+ ResultsActionBar: (0, import_react.lazy)(
101
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
102
+ default: module2["ResultsActionBar"]
103
+ }))
104
+ ),
105
+ ResultsHeadingActions: (0, import_react.lazy)(
106
+ () => import("@digigov/ui/app/FilterContainer").then((module2) => ({
107
+ default: module2["ResultsHeadingActions"]
108
+ }))
109
+ ),
110
+ Footer: (0, import_react.lazy)(
111
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
112
+ default: module2["Footer"]
113
+ }))
114
+ ),
115
+ FooterContainer: (0, import_react.lazy)(
116
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
117
+ default: module2["FooterContainer"]
118
+ }))
119
+ ),
120
+ FooterContent: (0, import_react.lazy)(
121
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
122
+ default: module2["FooterContent"]
123
+ }))
124
+ ),
125
+ FooterContentLogos: (0, import_react.lazy)(
126
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
127
+ default: module2["FooterContentLogos"]
128
+ }))
129
+ ),
130
+ FooterHeading: (0, import_react.lazy)(
131
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
132
+ default: module2["FooterHeading"]
133
+ }))
134
+ ),
135
+ FooterImage: (0, import_react.lazy)(
136
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
137
+ default: module2["FooterImage"]
138
+ }))
139
+ ),
140
+ FooterLink: (0, import_react.lazy)(
141
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
142
+ default: module2["FooterLink"]
143
+ }))
144
+ ),
145
+ FooterList: (0, import_react.lazy)(
146
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
147
+ default: module2["FooterList"]
148
+ }))
149
+ ),
150
+ FooterListItem: (0, import_react.lazy)(
151
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
152
+ default: module2["FooterListItem"]
153
+ }))
154
+ ),
155
+ FooterInfo: (0, import_react.lazy)(
156
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
157
+ default: module2["FooterInfo"]
158
+ }))
159
+ ),
160
+ FooterInfoSection: (0, import_react.lazy)(
161
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
162
+ default: module2["FooterInfoSection"]
163
+ }))
164
+ ),
165
+ FooterNavigation: (0, import_react.lazy)(
166
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
167
+ default: module2["FooterNavigation"]
168
+ }))
169
+ ),
170
+ FooterNavigationSection: (0, import_react.lazy)(
171
+ () => import("@digigov/ui/app/Footer").then((module2) => ({
172
+ default: module2["FooterNavigationSection"]
173
+ }))
174
+ ),
175
+ HeaderContent: (0, import_react.lazy)(
176
+ () => import("@digigov/ui/app/Header/HeaderContent").then((module2) => ({
177
+ default: module2["HeaderContent"]
178
+ }))
179
+ ),
180
+ HeaderLogo: (0, import_react.lazy)(
181
+ () => import("@digigov/ui/app/Header/HeaderLogo").then((module2) => ({
182
+ default: module2["HeaderLogo"]
183
+ }))
184
+ ),
185
+ HeaderNavMenuContent: (0, import_react.lazy)(
186
+ () => import("@digigov/ui/app/Header/HeaderNavMenuContent").then((module2) => ({
187
+ default: module2["HeaderNavMenuContent"]
188
+ }))
189
+ ),
190
+ HeaderSecondaryLogo: (0, import_react.lazy)(
191
+ () => import("@digigov/ui/app/Header/HeaderSecondaryLogo").then((module2) => ({
192
+ default: module2["HeaderSecondaryLogo"]
193
+ }))
194
+ ),
195
+ HeaderSection: (0, import_react.lazy)(
196
+ () => import("@digigov/ui/app/Header/HeaderSection").then((module2) => ({
197
+ default: module2["HeaderSection"]
198
+ }))
199
+ ),
200
+ HeaderTitle: (0, import_react.lazy)(
201
+ () => import("@digigov/ui/app/Header/HeaderTitle").then((module2) => ({
202
+ default: module2["HeaderTitle"]
203
+ }))
204
+ ),
205
+ Header: (0, import_react.lazy)(
206
+ () => import("@digigov/ui/app/Header").then((module2) => ({
207
+ default: module2["Header"]
208
+ }))
209
+ ),
210
+ Panel: (0, import_react.lazy)(
211
+ () => import("@digigov/ui/app/Panel").then((module2) => ({
212
+ default: module2["Panel"]
213
+ }))
214
+ ),
215
+ PanelBody: (0, import_react.lazy)(
216
+ () => import("@digigov/ui/app/Panel").then((module2) => ({
217
+ default: module2["PanelBody"]
218
+ }))
219
+ ),
220
+ PanelTitle: (0, import_react.lazy)(
221
+ () => import("@digigov/ui/app/Panel").then((module2) => ({
222
+ default: module2["PanelTitle"]
223
+ }))
224
+ ),
225
+ LoaderContainer: (0, import_react.lazy)(
226
+ () => import("@digigov/ui/app/Loader").then((module2) => ({
227
+ default: module2["LoaderContainer"]
228
+ }))
229
+ ),
230
+ FullPageBackground: (0, import_react.lazy)(
231
+ () => import("@digigov/ui/app/Loader").then((module2) => ({
232
+ default: module2["FullPageBackground"]
233
+ }))
234
+ ),
235
+ CircularProgress: (0, import_react.lazy)(
236
+ () => import("@digigov/ui/app/Loader/index.web").then((module2) => ({
237
+ default: module2["CircularProgress"]
238
+ }))
239
+ ),
240
+ Masthead: (0, import_react.lazy)(
241
+ () => import("@digigov/ui/app/Masthead").then((module2) => ({
242
+ default: module2["Masthead"]
243
+ }))
244
+ ),
245
+ MastheadBody: (0, import_react.lazy)(
246
+ () => import("@digigov/ui/app/Masthead").then((module2) => ({
247
+ default: module2["MastheadBody"]
248
+ }))
249
+ ),
250
+ MastheadLogo: (0, import_react.lazy)(
251
+ () => import("@digigov/ui/app/Masthead").then((module2) => ({
252
+ default: module2["MastheadLogo"]
253
+ }))
254
+ ),
255
+ ModalContainer: (0, import_react.lazy)(
256
+ () => import("@digigov/ui/app/Modal").then((module2) => ({
257
+ default: module2["ModalContainer"]
258
+ }))
259
+ ),
260
+ ModalHeading: (0, import_react.lazy)(
261
+ () => import("@digigov/ui/app/Modal").then((module2) => ({
262
+ default: module2["ModalHeading"]
263
+ }))
264
+ ),
265
+ ModalContent: (0, import_react.lazy)(
266
+ () => import("@digigov/ui/app/Modal").then((module2) => ({
267
+ default: module2["ModalContent"]
268
+ }))
269
+ ),
270
+ ModalAction: (0, import_react.lazy)(
271
+ () => import("@digigov/ui/app/Modal").then((module2) => ({
272
+ default: module2["ModalAction"]
273
+ }))
274
+ ),
275
+ Modal: (0, import_react.lazy)(
276
+ () => import("@digigov/ui/app/Modal/index.web").then((module2) => ({
277
+ default: module2["Modal"]
278
+ }))
279
+ ),
280
+ ModalBase: (0, import_react.lazy)(
281
+ () => import("@digigov/ui/app/Modal/index.web").then((module2) => ({
282
+ default: module2["ModalBase"]
283
+ }))
284
+ ),
285
+ NotFound: (0, import_react.lazy)(
286
+ () => import("@digigov/ui/app/NotFound").then((module2) => ({
287
+ default: module2["NotFound"]
288
+ }))
289
+ ),
290
+ PageTitleContainer: (0, import_react.lazy)(
291
+ () => import("@digigov/ui/app/PageTitleContainer").then((module2) => ({
292
+ default: module2["PageTitleContainer"]
293
+ }))
294
+ ),
295
+ PageTitleCaption: (0, import_react.lazy)(
296
+ () => import("@digigov/ui/app/PageTitleContainer").then((module2) => ({
297
+ default: module2["PageTitleCaption"]
298
+ }))
299
+ ),
300
+ PageTitleHeading: (0, import_react.lazy)(
301
+ () => import("@digigov/ui/app/PageTitleContainer").then((module2) => ({
302
+ default: module2["PageTitleHeading"]
303
+ }))
304
+ ),
305
+ PhaseBannerHeader: (0, import_react.lazy)(
306
+ () => import("@digigov/ui/app/PhaseBannerHeader").then((module2) => ({
307
+ default: module2["PhaseBannerHeader"]
308
+ }))
309
+ ),
310
+ QrCodeScanner: (0, import_react.lazy)(
311
+ () => import("@digigov/ui/app/QrCodeScanner").then((module2) => ({
312
+ default: module2["QrCodeScanner"]
313
+ }))
314
+ ),
315
+ QrCodeViewer: (0, import_react.lazy)(
316
+ () => import("@digigov/ui/app/QrCodeViewer").then((module2) => ({
317
+ default: module2["QrCodeViewer"]
318
+ }))
319
+ ),
320
+ ThemeOptions: (0, import_react.lazy)(
321
+ () => import("@digigov/ui/app/ThemeOptions").then((module2) => ({
322
+ default: module2["ThemeOptions"]
323
+ }))
324
+ ),
325
+ ModalAuto: (0, import_react.lazy)(
326
+ () => import("@digigov/ui/app/Modal/auto").then((module2) => ({
327
+ default: module2["ModalAuto"]
328
+ }))
329
+ ),
330
+ ModalButtonAuto: (0, import_react.lazy)(
331
+ () => import("@digigov/ui/app/Modal/auto").then((module2) => ({
332
+ default: module2["ModalButtonAuto"]
333
+ }))
334
+ ),
335
+ ModalContext: (0, import_react.lazy)(
336
+ () => import("@digigov/ui/app/Modal/auto").then((module2) => ({
337
+ default: module2["ModalContext"]
338
+ }))
339
+ ),
340
+ ModalProvider: (0, import_react.lazy)(
341
+ () => import("@digigov/ui/app/Modal/auto").then((module2) => ({
342
+ default: module2["ModalProvider"]
343
+ }))
344
+ ),
345
+ MARGIN_SIZE: (0, import_react.lazy)(
346
+ () => import("@digigov/ui/app/QrCodeViewer/utils").then((module2) => ({
347
+ default: module2["MARGIN_SIZE"]
348
+ }))
349
+ ),
350
+ Skeleton: (0, import_react.lazy)(
351
+ () => import("@digigov/ui/app/Skeleton").then((module2) => ({
352
+ default: module2["Skeleton"]
353
+ }))
354
+ ),
355
+ AccordionAuto: (0, import_react.lazy)(
356
+ () => import("@digigov/ui/content/Accordion/auto").then((module2) => ({
357
+ default: module2["AccordionAuto"]
358
+ }))
359
+ ),
360
+ AccordionCloseAllButtonAuto: (0, import_react.lazy)(
361
+ () => import("@digigov/ui/content/Accordion/auto").then((module2) => ({
362
+ default: module2["AccordionCloseAllButtonAuto"]
363
+ }))
364
+ ),
365
+ AccordionOpenAllButtonAuto: (0, import_react.lazy)(
366
+ () => import("@digigov/ui/content/Accordion/auto").then((module2) => ({
367
+ default: module2["AccordionOpenAllButtonAuto"]
368
+ }))
369
+ ),
370
+ AccordionSectionAuto: (0, import_react.lazy)(
371
+ () => import("@digigov/ui/content/Accordion/auto").then((module2) => ({
372
+ default: module2["AccordionSectionAuto"]
373
+ }))
374
+ ),
375
+ Accordion: (0, import_react.lazy)(
376
+ () => import("@digigov/ui/content/Accordion").then((module2) => ({
377
+ default: module2["Accordion"]
378
+ }))
379
+ ),
380
+ AccordionControls: (0, import_react.lazy)(
381
+ () => import("@digigov/ui/content/Accordion").then((module2) => ({
382
+ default: module2["AccordionControls"]
383
+ }))
384
+ ),
385
+ AccordionSection: (0, import_react.lazy)(
386
+ () => import("@digigov/ui/content/Accordion").then((module2) => ({
387
+ default: module2["AccordionSection"]
388
+ }))
389
+ ),
390
+ AccordionSectionContent: (0, import_react.lazy)(
391
+ () => import("@digigov/ui/content/Accordion").then((module2) => ({
392
+ default: module2["AccordionSectionContent"]
393
+ }))
394
+ ),
395
+ AccordionSectionSummary: (0, import_react.lazy)(
396
+ () => import("@digigov/ui/content/Accordion").then((module2) => ({
397
+ default: module2["AccordionSectionSummary"]
398
+ }))
399
+ ),
400
+ AccordionSectionSummaryHeading: (0, import_react.lazy)(
401
+ () => import("@digigov/ui/content/Accordion").then((module2) => ({
402
+ default: module2["AccordionSectionSummaryHeading"]
403
+ }))
404
+ ),
405
+ Blockquote: (0, import_react.lazy)(
406
+ () => import("@digigov/ui/content/Blockquote").then((module2) => ({
407
+ default: module2["Blockquote"]
408
+ }))
409
+ ),
410
+ Card: (0, import_react.lazy)(
411
+ () => import("@digigov/ui/content/Card").then((module2) => ({
412
+ default: module2["Card"]
413
+ }))
414
+ ),
415
+ CardAction: (0, import_react.lazy)(
416
+ () => import("@digigov/ui/content/Card").then((module2) => ({
417
+ default: module2["CardAction"]
418
+ }))
419
+ ),
420
+ CardHeading: (0, import_react.lazy)(
421
+ () => import("@digigov/ui/content/Card").then((module2) => ({
422
+ default: module2["CardHeading"]
423
+ }))
424
+ ),
425
+ CardContent: (0, import_react.lazy)(
426
+ () => import("@digigov/ui/content/Card").then((module2) => ({
427
+ default: module2["CardContent"]
428
+ }))
429
+ ),
430
+ Chip: (0, import_react.lazy)(
431
+ () => import("@digigov/ui/content/Chip").then((module2) => ({
432
+ default: module2["Chip"]
433
+ }))
434
+ ),
435
+ ChipHeading: (0, import_react.lazy)(
436
+ () => import("@digigov/ui/content/Chip").then((module2) => ({
437
+ default: module2["ChipHeading"]
438
+ }))
439
+ ),
440
+ ChipContainer: (0, import_react.lazy)(
441
+ () => import("@digigov/ui/content/Chip").then((module2) => ({
442
+ default: module2["ChipContainer"]
443
+ }))
444
+ ),
445
+ ChipKeyValue: (0, import_react.lazy)(
446
+ () => import("@digigov/ui/content/Chip").then((module2) => ({
447
+ default: module2["ChipKeyValue"]
448
+ }))
449
+ ),
450
+ Details: (0, import_react.lazy)(
451
+ () => import("@digigov/ui/content/Details").then((module2) => ({
452
+ default: module2["Details"]
453
+ }))
454
+ ),
455
+ DetailsContent: (0, import_react.lazy)(
456
+ () => import("@digigov/ui/content/Details").then((module2) => ({
457
+ default: module2["DetailsContent"]
458
+ }))
459
+ ),
460
+ DetailsSummary: (0, import_react.lazy)(
461
+ () => import("@digigov/ui/content/Details").then((module2) => ({
462
+ default: module2["DetailsSummary"]
463
+ }))
464
+ ),
465
+ FillableText: (0, import_react.lazy)(
466
+ () => import("@digigov/ui/content/FillableText").then((module2) => ({
467
+ default: module2["FillableText"]
468
+ }))
469
+ ),
470
+ LabeledText: (0, import_react.lazy)(
471
+ () => import("@digigov/ui/content/FillableText").then((module2) => ({
472
+ default: module2["LabeledText"]
473
+ }))
474
+ ),
475
+ List: (0, import_react.lazy)(
476
+ () => import("@digigov/ui/content/List/List").then((module2) => ({
477
+ default: module2["List"]
478
+ }))
479
+ ),
480
+ ListItem: (0, import_react.lazy)(
481
+ () => import("@digigov/ui/content/List/ListItem").then((module2) => ({
482
+ default: module2["ListItem"]
483
+ }))
484
+ ),
485
+ StepNav: (0, import_react.lazy)(
486
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
487
+ default: module2["StepNav"]
488
+ }))
489
+ ),
490
+ StepNavAccordionContent: (0, import_react.lazy)(
491
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
492
+ default: module2["StepNavAccordionContent"]
493
+ }))
494
+ ),
495
+ StepNavAccordionHeadingText: (0, import_react.lazy)(
496
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
497
+ default: module2["StepNavAccordionHeadingText"]
498
+ }))
499
+ ),
500
+ StepNavAccordionHeadingTitle: (0, import_react.lazy)(
501
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
502
+ default: module2["StepNavAccordionHeadingTitle"]
503
+ }))
504
+ ),
505
+ StepNavAccordionSummary: (0, import_react.lazy)(
506
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
507
+ default: module2["StepNavAccordionSummary"]
508
+ }))
509
+ ),
510
+ StepNavAccordionSummaryHeading: (0, import_react.lazy)(
511
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
512
+ default: module2["StepNavAccordionSummaryHeading"]
513
+ }))
514
+ ),
515
+ StepNavCircleNumber: (0, import_react.lazy)(
516
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
517
+ default: module2["StepNavCircleNumber"]
518
+ }))
519
+ ),
520
+ StepNavControls: (0, import_react.lazy)(
521
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
522
+ default: module2["StepNavControls"]
523
+ }))
524
+ ),
525
+ StepNavList: (0, import_react.lazy)(
526
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
527
+ default: module2["StepNavList"]
528
+ }))
529
+ ),
530
+ StepNavListItem: (0, import_react.lazy)(
531
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
532
+ default: module2["StepNavListItem"]
533
+ }))
534
+ ),
535
+ StepNavAccordion: (0, import_react.lazy)(
536
+ () => import("@digigov/ui/content/StepNav").then((module2) => ({
537
+ default: module2["StepNavAccordion"]
538
+ }))
539
+ ),
540
+ SummaryList: (0, import_react.lazy)(
541
+ () => import("@digigov/ui/content/SummaryList").then((module2) => ({
542
+ default: module2["SummaryList"]
543
+ }))
544
+ ),
545
+ SummaryListItemAction: (0, import_react.lazy)(
546
+ () => import("@digigov/ui/content/SummaryList").then((module2) => ({
547
+ default: module2["SummaryListItemAction"]
548
+ }))
549
+ ),
550
+ SummaryListItem: (0, import_react.lazy)(
551
+ () => import("@digigov/ui/content/SummaryList").then((module2) => ({
552
+ default: module2["SummaryListItem"]
553
+ }))
554
+ ),
555
+ SummaryListItemKey: (0, import_react.lazy)(
556
+ () => import("@digigov/ui/content/SummaryList").then((module2) => ({
557
+ default: module2["SummaryListItemKey"]
558
+ }))
559
+ ),
560
+ SummaryListItemValue: (0, import_react.lazy)(
561
+ () => import("@digigov/ui/content/SummaryList").then((module2) => ({
562
+ default: module2["SummaryListItemValue"]
563
+ }))
564
+ ),
565
+ TableSortLabel: (0, import_react.lazy)(
566
+ () => import("@digigov/ui/content/Table").then((module2) => ({
567
+ default: module2["TableSortLabel"]
568
+ }))
569
+ ),
570
+ TableContainer: (0, import_react.lazy)(
571
+ () => import("@digigov/ui/content/Table").then((module2) => ({
572
+ default: module2["TableContainer"]
573
+ }))
574
+ ),
575
+ Table: (0, import_react.lazy)(
576
+ () => import("@digigov/ui/content/Table").then((module2) => ({
577
+ default: module2["Table"]
578
+ }))
579
+ ),
580
+ TableBody: (0, import_react.lazy)(
581
+ () => import("@digigov/ui/content/Table").then((module2) => ({
582
+ default: module2["TableBody"]
583
+ }))
584
+ ),
585
+ TableCaption: (0, import_react.lazy)(
586
+ () => import("@digigov/ui/content/Table").then((module2) => ({
587
+ default: module2["TableCaption"]
588
+ }))
589
+ ),
590
+ TableDataCell: (0, import_react.lazy)(
591
+ () => import("@digigov/ui/content/Table").then((module2) => ({
592
+ default: module2["TableDataCell"]
593
+ }))
594
+ ),
595
+ TableHead: (0, import_react.lazy)(
596
+ () => import("@digigov/ui/content/Table").then((module2) => ({
597
+ default: module2["TableHead"]
598
+ }))
599
+ ),
600
+ TableHeadCell: (0, import_react.lazy)(
601
+ () => import("@digigov/ui/content/Table").then((module2) => ({
602
+ default: module2["TableHeadCell"]
603
+ }))
604
+ ),
605
+ TableRow: (0, import_react.lazy)(
606
+ () => import("@digigov/ui/content/Table").then((module2) => ({
607
+ default: module2["TableRow"]
608
+ }))
609
+ ),
610
+ TableNoDataRow: (0, import_react.lazy)(
611
+ () => import("@digigov/ui/content/Table").then((module2) => ({
612
+ default: module2["TableNoDataRow"]
613
+ }))
614
+ ),
615
+ TableLoaderBackground: (0, import_react.lazy)(
616
+ () => import("@digigov/ui/content/Table").then((module2) => ({
617
+ default: module2["TableLoaderBackground"]
618
+ }))
619
+ ),
620
+ TableSortIconContainer: (0, import_react.lazy)(
621
+ () => import("@digigov/ui/content/Table").then((module2) => ({
622
+ default: module2["TableSortIconContainer"]
623
+ }))
624
+ ),
625
+ TableFloatingScroll: (0, import_react.lazy)(
626
+ () => import("@digigov/ui/content/Table/TableFloatingScroll").then((module2) => ({
627
+ default: module2["TableFloatingScroll"]
628
+ }))
629
+ ),
630
+ TaskList: (0, import_react.lazy)(
631
+ () => import("@digigov/ui/content/TaskList").then((module2) => ({
632
+ default: module2["TaskList"]
633
+ }))
634
+ ),
635
+ TaskListItem: (0, import_react.lazy)(
636
+ () => import("@digigov/ui/content/TaskList").then((module2) => ({
637
+ default: module2["TaskListItem"]
638
+ }))
639
+ ),
640
+ TaskListItemContent: (0, import_react.lazy)(
641
+ () => import("@digigov/ui/content/TaskList").then((module2) => ({
642
+ default: module2["TaskListItemContent"]
643
+ }))
644
+ ),
645
+ TaskListItemHeading: (0, import_react.lazy)(
646
+ () => import("@digigov/ui/content/TaskList").then((module2) => ({
647
+ default: module2["TaskListItemHeading"]
648
+ }))
649
+ ),
650
+ TaskListItemTag: (0, import_react.lazy)(
651
+ () => import("@digigov/ui/content/TaskList").then((module2) => ({
652
+ default: module2["TaskListItemTag"]
653
+ }))
654
+ ),
655
+ Timeline: (0, import_react.lazy)(
656
+ () => import("@digigov/ui/content/Timeline").then((module2) => ({
657
+ default: module2["Timeline"]
658
+ }))
659
+ ),
660
+ TimelineContent: (0, import_react.lazy)(
661
+ () => import("@digigov/ui/content/Timeline").then((module2) => ({
662
+ default: module2["TimelineContent"]
663
+ }))
664
+ ),
665
+ TimelineHeading: (0, import_react.lazy)(
666
+ () => import("@digigov/ui/content/Timeline").then((module2) => ({
667
+ default: module2["TimelineHeading"]
668
+ }))
669
+ ),
670
+ TimelineItem: (0, import_react.lazy)(
671
+ () => import("@digigov/ui/content/Timeline").then((module2) => ({
672
+ default: module2["TimelineItem"]
673
+ }))
674
+ ),
675
+ TimelineActions: (0, import_react.lazy)(
676
+ () => import("@digigov/ui/content/Timeline").then((module2) => ({
677
+ default: module2["TimelineActions"]
678
+ }))
679
+ ),
680
+ Markdown: (0, import_react.lazy)(
681
+ () => import("@digigov/ui/content/Markdown").then((module2) => ({
682
+ default: module2["Markdown"]
683
+ }))
684
+ ),
685
+ SafeHTML: (0, import_react.lazy)(
686
+ () => import("@digigov/ui/content/SafeHTML").then((module2) => ({
687
+ default: module2["SafeHTML"]
688
+ }))
689
+ ),
690
+ StepNavAccordionAuto: (0, import_react.lazy)(
691
+ () => import("@digigov/ui/content/StepNav/auto").then((module2) => ({
692
+ default: module2["StepNavAccordionAuto"]
693
+ }))
694
+ ),
695
+ StepNavAuto: (0, import_react.lazy)(
696
+ () => import("@digigov/ui/content/StepNav/auto").then((module2) => ({
697
+ default: module2["StepNavAuto"]
698
+ }))
699
+ ),
700
+ StepNavCloseAllButtonAuto: (0, import_react.lazy)(
701
+ () => import("@digigov/ui/content/StepNav/auto").then((module2) => ({
702
+ default: module2["StepNavCloseAllButtonAuto"]
703
+ }))
704
+ ),
705
+ StepNavOpenAllButtonAuto: (0, import_react.lazy)(
706
+ () => import("@digigov/ui/content/StepNav/auto").then((module2) => ({
707
+ default: module2["StepNavOpenAllButtonAuto"]
708
+ }))
709
+ ),
710
+ CopyToClipboard: (0, import_react.lazy)(
711
+ () => import("@digigov/ui/feedback/CopyToClipboard").then((module2) => ({
712
+ default: module2["CopyToClipboard"]
713
+ }))
714
+ ),
715
+ CopyToClipboardContainer: (0, import_react.lazy)(
716
+ () => import("@digigov/ui/feedback/CopyToClipboard").then((module2) => ({
717
+ default: module2["CopyToClipboardContainer"]
718
+ }))
719
+ ),
720
+ CopyToClipboardMessage: (0, import_react.lazy)(
721
+ () => import("@digigov/ui/feedback/CopyToClipboard").then((module2) => ({
722
+ default: module2["CopyToClipboardMessage"]
723
+ }))
724
+ ),
725
+ ErrorSummary: (0, import_react.lazy)(
726
+ () => import("@digigov/ui/feedback/ErrorSummary").then((module2) => ({
727
+ default: module2["ErrorSummary"]
728
+ }))
729
+ ),
730
+ NotificationBanner: (0, import_react.lazy)(
731
+ () => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({
732
+ default: module2["NotificationBanner"]
733
+ }))
734
+ ),
735
+ NotificationBannerContainer: (0, import_react.lazy)(
736
+ () => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({
737
+ default: module2["NotificationBannerContainer"]
738
+ }))
739
+ ),
740
+ NotificationBannerContent: (0, import_react.lazy)(
741
+ () => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({
742
+ default: module2["NotificationBannerContent"]
743
+ }))
744
+ ),
745
+ NotificationBannerHeader: (0, import_react.lazy)(
746
+ () => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({
747
+ default: module2["NotificationBannerHeader"]
748
+ }))
749
+ ),
750
+ NotificationBannerHeading: (0, import_react.lazy)(
751
+ () => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({
752
+ default: module2["NotificationBannerHeading"]
753
+ }))
754
+ ),
755
+ NotificationBannerLink: (0, import_react.lazy)(
756
+ () => import("@digigov/ui/feedback/NotificationBanner").then((module2) => ({
757
+ default: module2["NotificationBannerLink"]
758
+ }))
759
+ ),
760
+ PhaseBanner: (0, import_react.lazy)(
761
+ () => import("@digigov/ui/feedback/PhaseBanner").then((module2) => ({
762
+ default: module2["PhaseBanner"]
763
+ }))
764
+ ),
765
+ PhaseBannerHeaderContainer: (0, import_react.lazy)(
766
+ () => import("@digigov/ui/feedback/PhaseBanner").then((module2) => ({
767
+ default: module2["PhaseBannerHeaderContainer"]
768
+ }))
769
+ ),
770
+ PhaseBannerTag: (0, import_react.lazy)(
771
+ () => import("@digigov/ui/feedback/PhaseBanner").then((module2) => ({
772
+ default: module2["PhaseBannerTag"]
773
+ }))
774
+ ),
775
+ PhaseBannerText: (0, import_react.lazy)(
776
+ () => import("@digigov/ui/feedback/PhaseBanner").then((module2) => ({
777
+ default: module2["PhaseBannerText"]
778
+ }))
779
+ ),
780
+ WarningTextAssistive: (0, import_react.lazy)(
781
+ () => import("@digigov/ui/feedback/WarningText").then((module2) => ({
782
+ default: module2["WarningTextAssistive"]
783
+ }))
784
+ ),
785
+ WarningText: (0, import_react.lazy)(
786
+ () => import("@digigov/ui/feedback/WarningText").then((module2) => ({
787
+ default: module2["WarningText"]
788
+ }))
789
+ ),
790
+ AutoComplete: (0, import_react.lazy)(
791
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
792
+ default: module2["AutoComplete"]
793
+ }))
794
+ ),
795
+ AutoCompleteAssistiveHint: (0, import_react.lazy)(
796
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
797
+ default: module2["AutoCompleteAssistiveHint"]
798
+ }))
799
+ ),
800
+ AutoCompleteContainer: (0, import_react.lazy)(
801
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
802
+ default: module2["AutoCompleteContainer"]
803
+ }))
804
+ ),
805
+ AutoCompleteInputBase: (0, import_react.lazy)(
806
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
807
+ default: module2["AutoCompleteInputBase"]
808
+ }))
809
+ ),
810
+ AutoCompleteInputTypeahead: (0, import_react.lazy)(
811
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
812
+ default: module2["AutoCompleteInputTypeahead"]
813
+ }))
814
+ ),
815
+ AutoCompleteMultipleInput: (0, import_react.lazy)(
816
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
817
+ default: module2["AutoCompleteMultipleInput"]
818
+ }))
819
+ ),
820
+ AutoCompleteMultipleInputContainer: (0, import_react.lazy)(
821
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
822
+ default: module2["AutoCompleteMultipleInputContainer"]
823
+ }))
824
+ ),
825
+ AutoCompleteResultList: (0, import_react.lazy)(
826
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
827
+ default: module2["AutoCompleteResultList"]
828
+ }))
829
+ ),
830
+ AutoCompleteResultListItem: (0, import_react.lazy)(
831
+ () => import("@digigov/ui/form/AutoComplete").then((module2) => ({
832
+ default: module2["AutoCompleteResultListItem"]
833
+ }))
834
+ ),
835
+ AutoCompleteStatus: (0, import_react.lazy)(
836
+ () => import("@digigov/ui/form/AutoComplete/Status").then((module2) => ({
837
+ default: module2["AutoCompleteStatus"]
838
+ }))
839
+ ),
840
+ AutoCompleteStatusContainer: (0, import_react.lazy)(
841
+ () => import("@digigov/ui/form/AutoComplete/Status").then((module2) => ({
842
+ default: module2["AutoCompleteStatusContainer"]
843
+ }))
844
+ ),
845
+ ButtonLink: (0, import_react.lazy)(
846
+ () => import("@digigov/ui/form/Button/ButtonLink").then((module2) => ({
847
+ default: module2["ButtonLink"]
848
+ }))
849
+ ),
850
+ CallToAction: (0, import_react.lazy)(
851
+ () => import("@digigov/ui/form/Button/CallToAction").then((module2) => ({
852
+ default: module2["CallToAction"]
853
+ }))
854
+ ),
855
+ ContinueButton: (0, import_react.lazy)(
856
+ () => import("@digigov/ui/form/Button").then((module2) => ({
857
+ default: module2["ContinueButton"]
858
+ }))
859
+ ),
860
+ Button: (0, import_react.lazy)(
861
+ () => import("@digigov/ui/form/Button").then((module2) => ({
862
+ default: module2["Button"]
863
+ }))
864
+ ),
865
+ ThemeToggleButton: (0, import_react.lazy)(
866
+ () => import("@digigov/ui/form/Button/ThemeToggleButton").then((module2) => ({
867
+ default: module2["ThemeToggleButton"]
868
+ }))
869
+ ),
870
+ ButtonGroup: (0, import_react.lazy)(
871
+ () => import("@digigov/ui/form/Button").then((module2) => ({
872
+ default: module2["ButtonGroup"]
873
+ }))
874
+ ),
875
+ Checkbox: (0, import_react.lazy)(
876
+ () => import("@digigov/ui/form/Checkbox").then((module2) => ({
877
+ default: module2["Checkbox"]
878
+ }))
879
+ ),
880
+ CheckboxItem: (0, import_react.lazy)(
881
+ () => import("@digigov/ui/form/Checkbox").then((module2) => ({
882
+ default: module2["CheckboxItem"]
883
+ }))
884
+ ),
885
+ CheckboxItemInput: (0, import_react.lazy)(
886
+ () => import("@digigov/ui/form/Checkbox").then((module2) => ({
887
+ default: module2["CheckboxItemInput"]
888
+ }))
889
+ ),
890
+ CheckboxConditional: (0, import_react.lazy)(
891
+ () => import("@digigov/ui/form/Checkbox").then((module2) => ({
892
+ default: module2["CheckboxConditional"]
893
+ }))
894
+ ),
895
+ DateInputContainer: (0, import_react.lazy)(
896
+ () => import("@digigov/ui/form/DateInputContainer").then((module2) => ({
897
+ default: module2["DateInputContainer"]
898
+ }))
899
+ ),
900
+ DateInputItem: (0, import_react.lazy)(
901
+ () => import("@digigov/ui/form/DateInputContainer").then((module2) => ({
902
+ default: module2["DateInputItem"]
903
+ }))
904
+ ),
905
+ ErrorMessage: (0, import_react.lazy)(
906
+ () => import("@digigov/ui/form/ErrorMessage").then((module2) => ({
907
+ default: module2["ErrorMessage"]
908
+ }))
909
+ ),
910
+ FieldContainer: (0, import_react.lazy)(
911
+ () => import("@digigov/ui/form/FieldContainer").then((module2) => ({
912
+ default: module2["FieldContainer"]
913
+ }))
914
+ ),
915
+ Fieldset: (0, import_react.lazy)(
916
+ () => import("@digigov/ui/form/FieldContainer").then((module2) => ({
917
+ default: module2["Fieldset"]
918
+ }))
919
+ ),
920
+ FieldsetLegend: (0, import_react.lazy)(
921
+ () => import("@digigov/ui/form/FieldContainer").then((module2) => ({
922
+ default: module2["FieldsetLegend"]
923
+ }))
924
+ ),
925
+ FileUpload: (0, import_react.lazy)(
926
+ () => import("@digigov/ui/form/FileUpload").then((module2) => ({
927
+ default: module2["FileUpload"]
928
+ }))
929
+ ),
930
+ FileUploadContainer: (0, import_react.lazy)(
931
+ () => import("@digigov/ui/form/FileUpload").then((module2) => ({
932
+ default: module2["FileUploadContainer"]
933
+ }))
934
+ ),
935
+ Form: (0, import_react.lazy)(
936
+ () => import("@digigov/ui/form/Form").then((module2) => ({
937
+ default: module2["Form"]
938
+ }))
939
+ ),
940
+ LabelContainer: (0, import_react.lazy)(
941
+ () => import("@digigov/ui/form/LabelContainer").then((module2) => ({
942
+ default: module2["LabelContainer"]
943
+ }))
944
+ ),
945
+ LabelTitle: (0, import_react.lazy)(
946
+ () => import("@digigov/ui/form/LabelContainer").then((module2) => ({
947
+ default: module2["LabelTitle"]
948
+ }))
949
+ ),
950
+ RadioContainer: (0, import_react.lazy)(
951
+ () => import("@digigov/ui/form/RadioContainer").then((module2) => ({
952
+ default: module2["RadioContainer"]
953
+ }))
954
+ ),
955
+ RadioItem: (0, import_react.lazy)(
956
+ () => import("@digigov/ui/form/RadioContainer").then((module2) => ({
957
+ default: module2["RadioItem"]
958
+ }))
959
+ ),
960
+ ChoiceDividerText: (0, import_react.lazy)(
961
+ () => import("@digigov/ui/form/RadioContainer").then((module2) => ({
962
+ default: module2["ChoiceDividerText"]
963
+ }))
964
+ ),
965
+ RadioConditional: (0, import_react.lazy)(
966
+ () => import("@digigov/ui/form/RadioContainer").then((module2) => ({
967
+ default: module2["RadioConditional"]
968
+ }))
969
+ ),
970
+ SearchContainer: (0, import_react.lazy)(
971
+ () => import("@digigov/ui/form/SearchContainer").then((module2) => ({
972
+ default: module2["SearchContainer"]
973
+ }))
974
+ ),
975
+ SearchButton: (0, import_react.lazy)(
976
+ () => import("@digigov/ui/form/SearchContainer").then((module2) => ({
977
+ default: module2["SearchButton"]
978
+ }))
979
+ ),
980
+ SearchIcon: (0, import_react.lazy)(
981
+ () => import("@digigov/ui/form/SearchContainer").then((module2) => ({
982
+ default: module2["SearchIcon"]
983
+ }))
984
+ ),
985
+ SelectContainer: (0, import_react.lazy)(
986
+ () => import("@digigov/ui/form/SelectContainer").then((module2) => ({
987
+ default: module2["SelectContainer"]
988
+ }))
989
+ ),
990
+ SelectOption: (0, import_react.lazy)(
991
+ () => import("@digigov/ui/form/SelectContainer").then((module2) => ({
992
+ default: module2["SelectOption"]
993
+ }))
994
+ ),
995
+ SingleCharacterInputs: (0, import_react.lazy)(
996
+ () => import("@digigov/ui/form/SingleCharacterInputs").then((module2) => ({
997
+ default: module2["SingleCharacterInputs"]
998
+ }))
999
+ ),
1000
+ SingleCharacterInput: (0, import_react.lazy)(
1001
+ () => import("@digigov/ui/form/SingleCharacterInputs").then((module2) => ({
1002
+ default: module2["SingleCharacterInput"]
1003
+ }))
1004
+ ),
1005
+ TextArea: (0, import_react.lazy)(
1006
+ () => import("@digigov/ui/form/TextArea").then((module2) => ({
1007
+ default: module2["TextArea"]
1008
+ }))
1009
+ ),
1010
+ TextInput: (0, import_react.lazy)(
1011
+ () => import("@digigov/ui/form/TextInput").then((module2) => ({
1012
+ default: module2["TextInput"]
1013
+ }))
1014
+ ),
1015
+ Copyright: (0, import_react.lazy)(
1016
+ () => import("@digigov/ui/govgr/Footer/Copyright").then((module2) => ({
1017
+ default: module2["Copyright"]
1018
+ }))
1019
+ ),
1020
+ CopyrightContainer: (0, import_react.lazy)(
1021
+ () => import("@digigov/ui/govgr/Footer/Copyright").then((module2) => ({
1022
+ default: module2["CopyrightContainer"]
1023
+ }))
1024
+ ),
1025
+ HellenicRepublicLogo: (0, import_react.lazy)(
1026
+ () => import("@digigov/ui/govgr/Footer/HellenicRepublicLogo").then((module2) => ({
1027
+ default: module2["HellenicRepublicLogo"]
1028
+ }))
1029
+ ),
1030
+ GovGRFooter: (0, import_react.lazy)(
1031
+ () => import("@digigov/ui/govgr/Footer").then((module2) => ({
1032
+ default: module2["GovGRFooter"]
1033
+ }))
1034
+ ),
1035
+ LicenseCCSA: (0, import_react.lazy)(
1036
+ () => import("@digigov/ui/govgr/Footer/LicenseCCSA").then((module2) => ({
1037
+ default: module2["LicenseCCSA"]
1038
+ }))
1039
+ ),
1040
+ GovGRLogo: (0, import_react.lazy)(
1041
+ () => import("@digigov/ui/govgr/GovGRLogo").then((module2) => ({
1042
+ default: module2["GovGRLogo"]
1043
+ }))
1044
+ ),
1045
+ I18nText: (0, import_react.lazy)(
1046
+ () => import("@digigov/ui/i18n/I18nText").then((module2) => ({
1047
+ default: module2["I18nText"]
1048
+ }))
1049
+ ),
1050
+ I18NContext: (0, import_react.lazy)(
1051
+ () => import("@digigov/ui/i18n").then((module2) => ({
1052
+ default: module2["I18NContext"]
1053
+ }))
1054
+ ),
1055
+ I18NProvider: (0, import_react.lazy)(
1056
+ () => import("@digigov/ui/i18n").then((module2) => ({
1057
+ default: module2["I18NProvider"]
1058
+ }))
1059
+ ),
1060
+ Icon: (0, import_react.lazy)(
1061
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1062
+ default: module2["Icon"]
1063
+ }))
1064
+ ),
1065
+ AccessibilityIcon: (0, import_react.lazy)(
1066
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1067
+ default: module2["AccessibilityIcon"]
1068
+ }))
1069
+ ),
1070
+ ArrowIcon: (0, import_react.lazy)(
1071
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1072
+ default: module2["ArrowIcon"]
1073
+ }))
1074
+ ),
1075
+ BurgerIcon: (0, import_react.lazy)(
1076
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1077
+ default: module2["BurgerIcon"]
1078
+ }))
1079
+ ),
1080
+ CaretIcon: (0, import_react.lazy)(
1081
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1082
+ default: module2["CaretIcon"]
1083
+ }))
1084
+ ),
1085
+ CheckIcon: (0, import_react.lazy)(
1086
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1087
+ default: module2["CheckIcon"]
1088
+ }))
1089
+ ),
1090
+ ChevronIcon: (0, import_react.lazy)(
1091
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1092
+ default: module2["ChevronIcon"]
1093
+ }))
1094
+ ),
1095
+ UncheckIcon: (0, import_react.lazy)(
1096
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1097
+ default: module2["UncheckIcon"]
1098
+ }))
1099
+ ),
1100
+ CloseIcon: (0, import_react.lazy)(
1101
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1102
+ default: module2["CloseIcon"]
1103
+ }))
1104
+ ),
1105
+ GlobeIcon: (0, import_react.lazy)(
1106
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1107
+ default: module2["GlobeIcon"]
1108
+ }))
1109
+ ),
1110
+ MoreVertIcon: (0, import_react.lazy)(
1111
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1112
+ default: module2["MoreVertIcon"]
1113
+ }))
1114
+ ),
1115
+ CancelIcon: (0, import_react.lazy)(
1116
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1117
+ default: module2["CancelIcon"]
1118
+ }))
1119
+ ),
1120
+ LockIcon: (0, import_react.lazy)(
1121
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1122
+ default: module2["LockIcon"]
1123
+ }))
1124
+ ),
1125
+ DownloadIcon: (0, import_react.lazy)(
1126
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1127
+ default: module2["DownloadIcon"]
1128
+ }))
1129
+ ),
1130
+ PdfFileIcon: (0, import_react.lazy)(
1131
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1132
+ default: module2["PdfFileIcon"]
1133
+ }))
1134
+ ),
1135
+ PlusIcon: (0, import_react.lazy)(
1136
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1137
+ default: module2["PlusIcon"]
1138
+ }))
1139
+ ),
1140
+ MinusIcon: (0, import_react.lazy)(
1141
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1142
+ default: module2["MinusIcon"]
1143
+ }))
1144
+ ),
1145
+ LoginIcon: (0, import_react.lazy)(
1146
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1147
+ default: module2["LoginIcon"]
1148
+ }))
1149
+ ),
1150
+ RestoreIcon: (0, import_react.lazy)(
1151
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1152
+ default: module2["RestoreIcon"]
1153
+ }))
1154
+ ),
1155
+ ReplyIcon: (0, import_react.lazy)(
1156
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1157
+ default: module2["ReplyIcon"]
1158
+ }))
1159
+ ),
1160
+ ChatIcon: (0, import_react.lazy)(
1161
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1162
+ default: module2["ChatIcon"]
1163
+ }))
1164
+ ),
1165
+ ExclamationIcon: (0, import_react.lazy)(
1166
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1167
+ default: module2["ExclamationIcon"]
1168
+ }))
1169
+ ),
1170
+ PrintIcon: (0, import_react.lazy)(
1171
+ () => import("@digigov/ui/icons/Icon").then((module2) => ({
1172
+ default: module2["PrintIcon"]
1173
+ }))
1174
+ ),
1175
+ IconBase: (0, import_react.lazy)(
1176
+ () => import("@digigov/ui/icons/IconBase").then((module2) => ({
1177
+ default: module2["IconBase"]
1178
+ }))
1179
+ ),
1180
+ ImageLogo: (0, import_react.lazy)(
1181
+ () => import("@digigov/ui/icons/ImageLogo").then((module2) => ({
1182
+ default: module2["ImageLogo"]
1183
+ }))
1184
+ ),
1185
+ ImageLogoSet: (0, import_react.lazy)(
1186
+ () => import("@digigov/ui/icons/ImageLogoSet").then((module2) => ({
1187
+ default: module2["ImageLogoSet"]
1188
+ }))
1189
+ ),
1190
+ SvgIcon: (0, import_react.lazy)(
1191
+ () => import("@digigov/ui/icons/SvgIcon").then((module2) => ({
1192
+ default: module2["SvgIcon"]
1193
+ }))
1194
+ ),
1195
+ AdminLayout: (0, import_react.lazy)(
1196
+ () => import("@digigov/ui/layouts/Admin").then((module2) => ({
1197
+ default: module2["AdminLayout"]
1198
+ }))
1199
+ ),
1200
+ BasicLayout: (0, import_react.lazy)(
1201
+ () => import("@digigov/ui/layouts").then((module2) => ({
1202
+ default: module2["BasicLayout"]
1203
+ }))
1204
+ ),
1205
+ Grid: (0, import_react.lazy)(
1206
+ () => import("@digigov/ui/layouts/Grid").then((module2) => ({
1207
+ default: module2["Grid"]
1208
+ }))
1209
+ ),
1210
+ SectionBreak: (0, import_react.lazy)(
1211
+ () => import("@digigov/ui/layouts/SectionBreak").then((module2) => ({
1212
+ default: module2["SectionBreak"]
1213
+ }))
1214
+ ),
1215
+ Stack: (0, import_react.lazy)(
1216
+ () => import("@digigov/ui/layouts").then((module2) => ({
1217
+ default: module2["Stack"]
1218
+ }))
1219
+ ),
1220
+ AdminContainer: (0, import_react.lazy)(
1221
+ () => import("@digigov/ui/layouts/Admin").then((module2) => ({
1222
+ default: module2["AdminContainer"]
1223
+ }))
1224
+ ),
1225
+ AdminMain: (0, import_react.lazy)(
1226
+ () => import("@digigov/ui/layouts/Admin").then((module2) => ({
1227
+ default: module2["AdminMain"]
1228
+ }))
1229
+ ),
1230
+ AdminAside: (0, import_react.lazy)(
1231
+ () => import("@digigov/ui/layouts/Admin").then((module2) => ({
1232
+ default: module2["AdminAside"]
1233
+ }))
1234
+ ),
1235
+ AdminTopSection: (0, import_react.lazy)(
1236
+ () => import("@digigov/ui/layouts/Admin").then((module2) => ({
1237
+ default: module2["AdminTopSection"]
1238
+ }))
1239
+ ),
1240
+ AdminHeader: (0, import_react.lazy)(
1241
+ () => import("@digigov/ui/layouts/Admin").then((module2) => ({
1242
+ default: module2["AdminHeader"]
1243
+ }))
1244
+ ),
1245
+ AdminHeaderContent: (0, import_react.lazy)(
1246
+ () => import("@digigov/ui/layouts/Admin").then((module2) => ({
1247
+ default: module2["AdminHeaderContent"]
1248
+ }))
1249
+ ),
1250
+ Layout: (0, import_react.lazy)(
1251
+ () => import("@digigov/ui/layouts/Basic").then((module2) => ({
1252
+ default: module2["Layout"]
1253
+ }))
1254
+ ),
1255
+ Top: (0, import_react.lazy)(
1256
+ () => import("@digigov/ui/layouts/Basic/Top").then((module2) => ({
1257
+ default: module2["Top"]
1258
+ }))
1259
+ ),
1260
+ Aside: (0, import_react.lazy)(
1261
+ () => import("@digigov/ui/layouts/Basic/Aside").then((module2) => ({
1262
+ default: module2["Aside"]
1263
+ }))
1264
+ ),
1265
+ Main: (0, import_react.lazy)(
1266
+ () => import("@digigov/ui/layouts/Basic/Main").then((module2) => ({
1267
+ default: module2["Main"]
1268
+ }))
1269
+ ),
1270
+ Container: (0, import_react.lazy)(
1271
+ () => import("@digigov/ui/layouts/Basic/Container").then((module2) => ({
1272
+ default: module2["Container"]
1273
+ }))
1274
+ ),
1275
+ Bottom: (0, import_react.lazy)(
1276
+ () => import("@digigov/ui/layouts/Basic/Bottom").then((module2) => ({
1277
+ default: module2["Bottom"]
1278
+ }))
1279
+ ),
1280
+ Hidden: (0, import_react.lazy)(
1281
+ () => import("@digigov/ui/layouts/Hidden").then((module2) => ({
1282
+ default: module2["Hidden"]
1283
+ }))
1284
+ ),
1285
+ BackLink: (0, import_react.lazy)(
1286
+ () => import("@digigov/ui/navigation/BackLink").then((module2) => ({
1287
+ default: module2["BackLink"]
1288
+ }))
1289
+ ),
1290
+ Breadcrumbs: (0, import_react.lazy)(
1291
+ () => import("@digigov/ui/navigation/Breadcrumbs").then((module2) => ({
1292
+ default: module2["Breadcrumbs"]
1293
+ }))
1294
+ ),
1295
+ BreadcrumbsList: (0, import_react.lazy)(
1296
+ () => import("@digigov/ui/navigation/Breadcrumbs").then((module2) => ({
1297
+ default: module2["BreadcrumbsList"]
1298
+ }))
1299
+ ),
1300
+ BreadcrumbsListItemBase: (0, import_react.lazy)(
1301
+ () => import("@digigov/ui/navigation/Breadcrumbs").then((module2) => ({
1302
+ default: module2["BreadcrumbsListItemBase"]
1303
+ }))
1304
+ ),
1305
+ BreadcrumbsListItemLink: (0, import_react.lazy)(
1306
+ () => import("@digigov/ui/navigation/Breadcrumbs").then((module2) => ({
1307
+ default: module2["BreadcrumbsListItemLink"]
1308
+ }))
1309
+ ),
1310
+ BreadcrumbsListItem: (0, import_react.lazy)(
1311
+ () => import("@digigov/ui/navigation/Breadcrumbs/BreadcrumbsListItem").then(
1312
+ (module2) => ({ default: module2["BreadcrumbsListItem"] })
1313
+ )
1314
+ ),
1315
+ Drawer: (0, import_react.lazy)(
1316
+ () => import("@digigov/ui/navigation/Drawer").then((module2) => ({
1317
+ default: module2["Drawer"]
1318
+ }))
1319
+ ),
1320
+ DrawerHeading: (0, import_react.lazy)(
1321
+ () => import("@digigov/ui/navigation/Drawer").then((module2) => ({
1322
+ default: module2["DrawerHeading"]
1323
+ }))
1324
+ ),
1325
+ Dropdown: (0, import_react.lazy)(
1326
+ () => import("@digigov/ui/navigation/Dropdown").then((module2) => ({
1327
+ default: module2["Dropdown"]
1328
+ }))
1329
+ ),
1330
+ DropdownBase: (0, import_react.lazy)(
1331
+ () => import("@digigov/ui/navigation/Dropdown").then((module2) => ({
1332
+ default: module2["DropdownBase"]
1333
+ }))
1334
+ ),
1335
+ DropdownButton: (0, import_react.lazy)(
1336
+ () => import("@digigov/ui/navigation/Dropdown").then((module2) => ({
1337
+ default: module2["DropdownButton"]
1338
+ }))
1339
+ ),
1340
+ DropdownContent: (0, import_react.lazy)(
1341
+ () => import("@digigov/ui/navigation/Dropdown").then((module2) => ({
1342
+ default: module2["DropdownContent"]
1343
+ }))
1344
+ ),
1345
+ CommonLink: (0, import_react.lazy)(
1346
+ () => import("@digigov/ui/navigation/Link").then((module2) => ({
1347
+ default: module2["CommonLink"]
1348
+ }))
1349
+ ),
1350
+ Link: (0, import_react.lazy)(
1351
+ () => import("@digigov/ui/navigation/Link").then((module2) => ({
1352
+ default: module2["Link"]
1353
+ }))
1354
+ ),
1355
+ LinkBase: (0, import_react.lazy)(
1356
+ () => import("@digigov/ui/navigation/Link").then((module2) => ({
1357
+ default: module2["LinkBase"]
1358
+ }))
1359
+ ),
1360
+ LinkProvider: (0, import_react.lazy)(
1361
+ () => import("@digigov/ui/navigation/Link").then((module2) => ({
1362
+ default: module2["LinkProvider"]
1363
+ }))
1364
+ ),
1365
+ NavListAuto: (0, import_react.lazy)(
1366
+ () => import("@digigov/ui/navigation/NavList/NavListAuto").then((module2) => ({
1367
+ default: module2["NavListAuto"]
1368
+ }))
1369
+ ),
1370
+ NavMenuContentList: (0, import_react.lazy)(
1371
+ () => import("@digigov/ui/navigation/NavList/NavMenuContentList").then(
1372
+ (module2) => ({ default: module2["NavMenuContentList"] })
1373
+ )
1374
+ ),
1375
+ NavMenuContentListBase: (0, import_react.lazy)(
1376
+ () => import("@digigov/ui/navigation/NavList/NavMenuContentList").then(
1377
+ (module2) => ({ default: module2["NavMenuContentListBase"] })
1378
+ )
1379
+ ),
1380
+ Nav: (0, import_react.lazy)(
1381
+ () => import("@digigov/ui/navigation/NavList/Nav").then((module2) => ({
1382
+ default: module2["Nav"]
1383
+ }))
1384
+ ),
1385
+ NavList: (0, import_react.lazy)(
1386
+ () => import("@digigov/ui/navigation/NavList/NavList").then((module2) => ({
1387
+ default: module2["NavList"]
1388
+ }))
1389
+ ),
1390
+ NavMenuContainer: (0, import_react.lazy)(
1391
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1392
+ default: module2["NavMenuContainer"]
1393
+ }))
1394
+ ),
1395
+ NavMenuContent: (0, import_react.lazy)(
1396
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1397
+ default: module2["NavMenuContent"]
1398
+ }))
1399
+ ),
1400
+ NavMenuContentListItem: (0, import_react.lazy)(
1401
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1402
+ default: module2["NavMenuContentListItem"]
1403
+ }))
1404
+ ),
1405
+ NavMenuTitle: (0, import_react.lazy)(
1406
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1407
+ default: module2["NavMenuTitle"]
1408
+ }))
1409
+ ),
1410
+ NavListItemActionContainer: (0, import_react.lazy)(
1411
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1412
+ default: module2["NavListItemActionContainer"]
1413
+ }))
1414
+ ),
1415
+ NavListItemAction: (0, import_react.lazy)(
1416
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1417
+ default: module2["NavListItemAction"]
1418
+ }))
1419
+ ),
1420
+ NavListItemBadge: (0, import_react.lazy)(
1421
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1422
+ default: module2["NavListItemBadge"]
1423
+ }))
1424
+ ),
1425
+ NavListItemButton: (0, import_react.lazy)(
1426
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1427
+ default: module2["NavListItemButton"]
1428
+ }))
1429
+ ),
1430
+ NavListItemLink: (0, import_react.lazy)(
1431
+ () => import("@digigov/ui/navigation/NavList").then((module2) => ({
1432
+ default: module2["NavListItemLink"]
1433
+ }))
1434
+ ),
1435
+ PaginationLabelContainer: (0, import_react.lazy)(
1436
+ () => import("@digigov/ui/navigation/Pagination").then((module2) => ({
1437
+ default: module2["PaginationLabelContainer"]
1438
+ }))
1439
+ ),
1440
+ PaginationLabel: (0, import_react.lazy)(
1441
+ () => import("@digigov/ui/navigation/Pagination/Pagination").then((module2) => ({
1442
+ default: module2["PaginationLabel"]
1443
+ }))
1444
+ ),
1445
+ PaginationListItemButton: (0, import_react.lazy)(
1446
+ () => import("@digigov/ui/navigation/Pagination/Pagination").then((module2) => ({
1447
+ default: module2["PaginationListItemButton"]
1448
+ }))
1449
+ ),
1450
+ PaginationResultsPerPageSelect: (0, import_react.lazy)(
1451
+ () => import("@digigov/ui/navigation/Pagination/Pagination").then((module2) => ({
1452
+ default: module2["PaginationResultsPerPageSelect"]
1453
+ }))
1454
+ ),
1455
+ Pagination: (0, import_react.lazy)(
1456
+ () => import("@digigov/ui/navigation/Pagination").then((module2) => ({
1457
+ default: module2["Pagination"]
1458
+ }))
1459
+ ),
1460
+ PaginationList: (0, import_react.lazy)(
1461
+ () => import("@digigov/ui/navigation/Pagination").then((module2) => ({
1462
+ default: module2["PaginationList"]
1463
+ }))
1464
+ ),
1465
+ PaginationListItem: (0, import_react.lazy)(
1466
+ () => import("@digigov/ui/navigation/Pagination").then((module2) => ({
1467
+ default: module2["PaginationListItem"]
1468
+ }))
1469
+ ),
1470
+ SkipLink: (0, import_react.lazy)(
1471
+ () => import("@digigov/ui/navigation/SkipLink").then((module2) => ({
1472
+ default: module2["SkipLink"]
1473
+ }))
1474
+ ),
1475
+ Tabs: (0, import_react.lazy)(
1476
+ () => import("@digigov/ui/navigation/Tabs").then((module2) => ({
1477
+ default: module2["Tabs"]
1478
+ }))
1479
+ ),
1480
+ TabsList: (0, import_react.lazy)(
1481
+ () => import("@digigov/ui/navigation/Tabs").then((module2) => ({
1482
+ default: module2["TabsList"]
1483
+ }))
1484
+ ),
1485
+ TabsListItemBase: (0, import_react.lazy)(
1486
+ () => import("@digigov/ui/navigation/Tabs").then((module2) => ({
1487
+ default: module2["TabsListItemBase"]
1488
+ }))
1489
+ ),
1490
+ TabsPanelBase: (0, import_react.lazy)(
1491
+ () => import("@digigov/ui/navigation/Tabs").then((module2) => ({
1492
+ default: module2["TabsPanelBase"]
1493
+ }))
1494
+ ),
1495
+ TabsHeading: (0, import_react.lazy)(
1496
+ () => import("@digigov/ui/navigation/Tabs").then((module2) => ({
1497
+ default: module2["TabsHeading"]
1498
+ }))
1499
+ ),
1500
+ Heading: (0, import_react.lazy)(
1501
+ () => import("@digigov/ui/typography/Heading").then((module2) => ({
1502
+ default: module2["Heading"]
1503
+ }))
1504
+ ),
1505
+ HeadingCaption: (0, import_react.lazy)(
1506
+ () => import("@digigov/ui/typography/HeadingCaption").then((module2) => ({
1507
+ default: module2["HeadingCaption"]
1508
+ }))
1509
+ ),
1510
+ Paragraph: (0, import_react.lazy)(
1511
+ () => import("@digigov/ui/typography/Paragraph").then((module2) => ({
1512
+ default: module2["Paragraph"]
1513
+ }))
1514
+ ),
1515
+ NormalText: (0, import_react.lazy)(
1516
+ () => import("@digigov/ui/typography/NormalText").then((module2) => ({
1517
+ default: module2["NormalText"]
1518
+ }))
1519
+ ),
1520
+ Hint: (0, import_react.lazy)(
1521
+ () => import("@digigov/ui/typography/Hint").then((module2) => ({
1522
+ default: module2["Hint"]
1523
+ }))
1524
+ ),
1525
+ Typography: (0, import_react.lazy)(
1526
+ () => import("@digigov/ui/typography/Typography").then((module2) => ({
1527
+ default: module2["Typography"]
1528
+ }))
1529
+ ),
1530
+ Base: (0, import_react.lazy)(
1531
+ () => import("@digigov/ui/utils/Base").then((module2) => ({
1532
+ default: module2["Base"]
1533
+ }))
1534
+ ),
1535
+ VisuallyHidden: (0, import_react.lazy)(
1536
+ () => import("@digigov/ui/utils/VisuallyHidden").then((module2) => ({
1537
+ default: module2["VisuallyHidden"]
1538
+ }))
1539
+ ),
1540
+ Screen: (0, import_react.lazy)(
1541
+ () => import("@digigov/ui/layouts/Screen").then((module2) => ({
1542
+ default: module2["Screen"]
1543
+ }))
1544
+ ),
1545
+ Section: (0, import_react.lazy)(
1546
+ () => import("@digigov/ui/layouts/Section").then((module2) => ({
1547
+ default: module2["Section"]
1548
+ }))
1549
+ ),
1550
+ BackToTop: (0, import_react.lazy)(
1551
+ () => import("@digigov/ui/navigation/BackToTopLink").then((module2) => ({
1552
+ default: module2["BackToTop"]
1553
+ }))
1554
+ ),
1555
+ BackToTopLink: (0, import_react.lazy)(
1556
+ () => import("@digigov/ui/navigation/BackToTopLink").then((module2) => ({
1557
+ default: module2["BackToTopLink"]
1558
+ }))
1559
+ ),
1560
+ BackToTopLimit: (0, import_react.lazy)(
1561
+ () => import("@digigov/ui/navigation/BackToTopLink").then((module2) => ({
1562
+ default: module2["BackToTopLimit"]
1563
+ }))
1564
+ ),
1565
+ BackToTopContainer: (0, import_react.lazy)(
1566
+ () => import("@digigov/ui/navigation/BackToTopLink").then((module2) => ({
1567
+ default: module2["BackToTopContainer"]
1568
+ }))
1569
+ ),
1570
+ BreadcrumbsAuto: (0, import_react.lazy)(
1571
+ () => import("@digigov/ui/navigation/Breadcrumbs/auto").then((module2) => ({
1572
+ default: module2["BreadcrumbsAuto"]
1573
+ }))
1574
+ ),
1575
+ BreadcrumbsContext: (0, import_react.lazy)(
1576
+ () => import("@digigov/ui/navigation/Breadcrumbs/auto").then((module2) => ({
1577
+ default: module2["BreadcrumbsContext"]
1578
+ }))
1579
+ ),
1580
+ BreadcrumbsListAuto: (0, import_react.lazy)(
1581
+ () => import("@digigov/ui/navigation/Breadcrumbs/auto").then((module2) => ({
1582
+ default: module2["BreadcrumbsListAuto"]
1583
+ }))
1584
+ ),
1585
+ DrawerAuto: (0, import_react.lazy)(
1586
+ () => import("@digigov/ui/navigation/Drawer/auto").then((module2) => ({
1587
+ default: module2["DrawerAuto"]
1588
+ }))
1589
+ ),
1590
+ DrawerButtonAuto: (0, import_react.lazy)(
1591
+ () => import("@digigov/ui/navigation/Drawer/auto").then((module2) => ({
1592
+ default: module2["DrawerButtonAuto"]
1593
+ }))
1594
+ ),
1595
+ DrawerContext: (0, import_react.lazy)(
1596
+ () => import("@digigov/ui/navigation/Drawer/auto").then((module2) => ({
1597
+ default: module2["DrawerContext"]
1598
+ }))
1599
+ ),
1600
+ DrawerHeadingAuto: (0, import_react.lazy)(
1601
+ () => import("@digigov/ui/navigation/Drawer/auto").then((module2) => ({
1602
+ default: module2["DrawerHeadingAuto"]
1603
+ }))
1604
+ ),
1605
+ DrawerProvider: (0, import_react.lazy)(
1606
+ () => import("@digigov/ui/navigation/Drawer/auto").then((module2) => ({
1607
+ default: module2["DrawerProvider"]
1608
+ }))
1609
+ ),
1610
+ PaginationAuto: (0, import_react.lazy)(
1611
+ () => import("@digigov/ui/navigation/Pagination/auto").then((module2) => ({
1612
+ default: module2["PaginationAuto"]
1613
+ }))
1614
+ ),
1615
+ PaginationContextAuto: (0, import_react.lazy)(
1616
+ () => import("@digigov/ui/navigation/Pagination/auto").then((module2) => ({
1617
+ default: module2["PaginationContextAuto"]
1618
+ }))
1619
+ ),
1620
+ PaginationLabelAuto: (0, import_react.lazy)(
1621
+ () => import("@digigov/ui/navigation/Pagination/auto").then((module2) => ({
1622
+ default: module2["PaginationLabelAuto"]
1623
+ }))
1624
+ ),
1625
+ PaginationListAuto: (0, import_react.lazy)(
1626
+ () => import("@digigov/ui/navigation/Pagination/auto").then((module2) => ({
1627
+ default: module2["PaginationListAuto"]
1628
+ }))
1629
+ ),
1630
+ PaginationResultsPerPageSelectAuto: (0, import_react.lazy)(
1631
+ () => import("@digigov/ui/navigation/Pagination/auto").then((module2) => ({
1632
+ default: module2["PaginationResultsPerPageSelectAuto"]
1633
+ }))
1634
+ ),
1635
+ TabsAuto: (0, import_react.lazy)(
1636
+ () => import("@digigov/ui/navigation/Tabs/auto").then((module2) => ({
1637
+ default: module2["TabsAuto"]
1638
+ }))
1639
+ ),
1640
+ TabsContext: (0, import_react.lazy)(
1641
+ () => import("@digigov/ui/navigation/Tabs/auto").then((module2) => ({
1642
+ default: module2["TabsContext"]
1643
+ }))
1644
+ ),
1645
+ TabsListItem: (0, import_react.lazy)(
1646
+ () => import("@digigov/ui/navigation/Tabs/auto").then((module2) => ({
1647
+ default: module2["TabsListItem"]
1648
+ }))
1649
+ ),
1650
+ TabsPanel: (0, import_react.lazy)(
1651
+ () => import("@digigov/ui/navigation/Tabs/auto").then((module2) => ({
1652
+ default: module2["TabsPanel"]
1653
+ }))
1654
+ ),
1655
+ Code: (0, import_react.lazy)(
1656
+ () => import("@digigov/ui/typography/Code").then((module2) => ({
1657
+ default: module2["Code"]
1658
+ }))
1659
+ ),
1660
+ CodeBlock: (0, import_react.lazy)(
1661
+ () => import("@digigov/ui/typography/CodeBlock").then((module2) => ({
1662
+ default: module2["CodeBlock"]
1663
+ }))
1664
+ ),
1665
+ CodeBlockContent: (0, import_react.lazy)(
1666
+ () => import("@digigov/ui/typography/CodeBlock").then((module2) => ({
1667
+ default: module2["CodeBlockContent"]
1668
+ }))
1669
+ ),
1670
+ CodeBlockHeader: (0, import_react.lazy)(
1671
+ () => import("@digigov/ui/typography/CodeBlock").then((module2) => ({
1672
+ default: module2["CodeBlockHeader"]
1673
+ }))
1674
+ ),
1675
+ CodeBlockContainer: (0, import_react.lazy)(
1676
+ () => import("@digigov/ui/typography/CodeBlock").then((module2) => ({
1677
+ default: module2["CodeBlockContainer"]
1678
+ }))
1679
+ ),
1680
+ TestVariant: (0, import_react.lazy)(
1681
+ () => import("@digigov/ui/utils/TestVariant").then((module2) => ({
1682
+ default: module2["TestVariant"]
1683
+ }))
1684
+ )
1685
+ };
1686
+ //# sourceMappingURL=lazy.js.map