@digigov/ui 2.0.0-af1b5f33 → 2.0.0-cbc56209

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 (319) hide show
  1. package/app/Footer/index.mdx +18 -5
  2. package/app/Header/index.mdx +7 -5
  3. package/app/Masthead/index.mdx +9 -4
  4. package/app/Modal/auto.d.ts +2 -2
  5. package/app/Modal/index.d.ts +2 -2
  6. package/app/Modal/index.js +1 -1
  7. package/app/Modal/index.mdx +11 -4
  8. package/app/NotFound/index.mdx +2 -0
  9. package/app/Panel/index.mdx +9 -4
  10. package/app/PhaseBannerHeader/index.mdx +4 -4
  11. package/app/QrCodeViewer/QRCode.stories.d.ts +1 -0
  12. package/app/QrCodeViewer/index.d.ts +1 -0
  13. package/app/QrCodeViewer/index.js +2 -1
  14. package/app/QrCodeViewer/index.mdx +4 -4
  15. package/app/ThemeOptions/index.d.ts +2 -2
  16. package/cjs/app/Footer/index.mdx +18 -5
  17. package/cjs/app/Header/index.mdx +7 -5
  18. package/cjs/app/Masthead/index.mdx +9 -4
  19. package/cjs/app/Modal/index.js +1 -1
  20. package/cjs/app/Modal/index.mdx +11 -4
  21. package/cjs/app/NotFound/index.mdx +2 -0
  22. package/cjs/app/Panel/index.mdx +9 -4
  23. package/cjs/app/PhaseBannerHeader/index.mdx +4 -4
  24. package/cjs/app/QrCodeViewer/index.js +3 -2
  25. package/cjs/app/QrCodeViewer/index.mdx +4 -4
  26. package/cjs/content/Accordion/__stories__/Auto/index.js +2 -3
  27. package/cjs/content/Accordion/hooks/index.js +0 -1
  28. package/cjs/content/Accordion/index.mdx +9 -5
  29. package/cjs/content/Blockquote/index.mdx +3 -5
  30. package/cjs/content/Card/index.mdx +3 -5
  31. package/cjs/content/Chip/index.mdx +4 -5
  32. package/cjs/content/Details/index.mdx +3 -5
  33. package/cjs/content/List/__stories__/Default/index.js +1 -2
  34. package/cjs/content/List/index.mdx +3 -5
  35. package/cjs/content/StepNav/index.mdx +28 -5
  36. package/cjs/content/SummaryList/index.mdx +10 -5
  37. package/cjs/content/Table/index.js +2 -2
  38. package/cjs/content/Table/index.mdx +13 -14
  39. package/cjs/content/TaskList/index.mdx +9 -5
  40. package/cjs/content/Timeline/index.mdx +10 -5
  41. package/cjs/feedback/CopyToClipboard/index.mdx +3 -5
  42. package/cjs/feedback/ErrorSummary/index.mdx +3 -5
  43. package/cjs/feedback/NotificationBanner/index.mdx +14 -5
  44. package/cjs/feedback/PhaseBanner/index.mdx +8 -5
  45. package/cjs/feedback/WarningText/index.mdx +5 -5
  46. package/cjs/form/AutoComplete/index.mdx +13 -12
  47. package/cjs/form/Button/index.mdx +3 -5
  48. package/cjs/form/Checkbox/index.mdx +3 -5
  49. package/cjs/form/DateInputContainer/index.mdx +3 -5
  50. package/cjs/form/ErrorMessage/index.mdx +3 -5
  51. package/cjs/form/FileUpload/index.mdx +3 -5
  52. package/cjs/form/RadioContainer/index.mdx +2 -14
  53. package/cjs/form/SelectContainer/index.mdx +3 -1
  54. package/cjs/form/SingleCharacterInputs/index.mdx +3 -5
  55. package/cjs/form/TextArea/index.mdx +3 -5
  56. package/cjs/form/TextInput/TextInput.stories/index.js +12 -0
  57. package/cjs/form/TextInput/__stories__/DisabledInputWithValue/index.js +31 -0
  58. package/cjs/form/TextInput/index.mdx +3 -5
  59. package/cjs/govgr/Footer/index.mdx +2 -0
  60. package/cjs/layouts/Basic/Bottom/__stories__/Default/index.js +22 -0
  61. package/cjs/layouts/Basic/Bottom/index.mdx +9 -28
  62. package/cjs/layouts/Basic/Container/__stories__/Default/index.js +20 -0
  63. package/cjs/layouts/Basic/Container/index.mdx +23 -0
  64. package/cjs/layouts/Basic/Main/__stories__/Default/index.js +20 -0
  65. package/cjs/layouts/Basic/Main/index.mdx +10 -47
  66. package/cjs/layouts/Basic/Top/__stories__/Default/index.js +20 -0
  67. package/cjs/layouts/Basic/Top/index.mdx +10 -55
  68. package/cjs/layouts/Basic/index.mdx +27 -25
  69. package/cjs/layouts/Grid/index.mdx +39 -0
  70. package/cjs/lazy/index.js +2875 -0
  71. package/cjs/navigation/BackLink/index.mdx +4 -5
  72. package/cjs/navigation/Breadcrumbs/index.mdx +6 -5
  73. package/cjs/navigation/Drawer/index.mdx +4 -10
  74. package/cjs/navigation/Dropdown/index.mdx +3 -5
  75. package/cjs/navigation/Link/index.mdx +5 -15
  76. package/cjs/navigation/NavList/__stories__/Default/index.js +14 -2
  77. package/cjs/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +35 -2
  78. package/cjs/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +35 -2
  79. package/cjs/navigation/NavList/__stories__/NavListWithoutNav/index.js +14 -2
  80. package/cjs/navigation/NavList/__stories__/UsingNavListAuto/index.js +37 -4
  81. package/cjs/navigation/NavList/__stories__/Vertical/index.js +14 -2
  82. package/cjs/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +35 -2
  83. package/cjs/navigation/NavList/index.mdx +23 -7
  84. package/cjs/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +2 -2
  85. package/cjs/navigation/Pagination/__stories__/WithResultsPerPage/index.js +2 -2
  86. package/cjs/navigation/Pagination/index.mdx +9 -5
  87. package/cjs/navigation/Tabs/index.mdx +9 -5
  88. package/cjs/registry/index.js +2 -12
  89. package/cjs/typography/Heading/index.mdx +3 -5
  90. package/cjs/typography/HeadingCaption/index.mdx +3 -5
  91. package/cjs/typography/Hint/index.mdx +3 -5
  92. package/cjs/typography/NormalText/index.mdx +3 -5
  93. package/cjs/typography/Paragraph/index.mdx +9 -30
  94. package/cjs/typography/Typography/index.js +23 -0
  95. package/cjs/typography/Typography/index.mdx +12 -0
  96. package/cjs/typography/index.js +11 -0
  97. package/cjs/utils/Base/index.mdx +13 -0
  98. package/cjs/utils/VisuallyHidden/index.mdx +10 -5
  99. package/content/Accordion/__stories__/Auto/index.js +2 -3
  100. package/content/Accordion/auto.d.ts +3 -3
  101. package/content/Accordion/hooks/index.js +0 -1
  102. package/content/Accordion/index.mdx +9 -5
  103. package/content/Blockquote/index.mdx +3 -5
  104. package/content/Card/index.mdx +3 -5
  105. package/content/Chip/index.mdx +4 -5
  106. package/content/Details/index.mdx +3 -5
  107. package/content/List/__stories__/Default/index.js +1 -2
  108. package/content/List/index.mdx +3 -5
  109. package/content/SafeHTML/index.d.ts +1 -1
  110. package/content/StepNav/auto.d.ts +3 -3
  111. package/content/StepNav/index.mdx +28 -5
  112. package/content/SummaryList/index.mdx +10 -5
  113. package/content/Table/index.d.ts +1 -1
  114. package/content/Table/index.js +2 -2
  115. package/content/Table/index.mdx +13 -14
  116. package/content/TaskList/index.mdx +9 -5
  117. package/content/Timeline/index.mdx +10 -5
  118. package/feedback/CopyToClipboard/index.d.ts +1 -1
  119. package/feedback/CopyToClipboard/index.mdx +3 -5
  120. package/feedback/ErrorSummary/index.mdx +3 -5
  121. package/feedback/NotificationBanner/index.mdx +14 -5
  122. package/feedback/PhaseBanner/index.mdx +8 -5
  123. package/feedback/WarningText/index.mdx +5 -5
  124. package/form/AutoComplete/index.mdx +13 -12
  125. package/form/Button/index.mdx +3 -5
  126. package/form/Checkbox/index.mdx +3 -5
  127. package/form/DateInputContainer/index.mdx +3 -5
  128. package/form/ErrorMessage/index.mdx +3 -5
  129. package/form/FileUpload/index.mdx +3 -5
  130. package/form/RadioContainer/index.mdx +2 -14
  131. package/form/SelectContainer/index.mdx +3 -1
  132. package/form/SingleCharacterInputs/index.mdx +3 -5
  133. package/form/TextArea/index.mdx +3 -5
  134. package/form/TextInput/TextInput.stories/index.js +1 -0
  135. package/form/TextInput/TextInput.stories.d.ts +1 -0
  136. package/form/TextInput/__stories__/DisabledInputWithValue/index.js +25 -0
  137. package/form/TextInput/__stories__/DisabledInputWithValue/package.json +6 -0
  138. package/form/TextInput/__stories__/DisabledInputWithValue.d.ts +3 -0
  139. package/form/TextInput/index.mdx +3 -5
  140. package/govgr/Footer/index.mdx +2 -0
  141. package/index.js +1 -1
  142. package/layouts/Basic/Bottom/__stories__/Default/index.js +15 -0
  143. package/layouts/Basic/Bottom/__stories__/Default/package.json +6 -0
  144. package/layouts/Basic/Bottom/__stories__/Default.d.ts +3 -0
  145. package/layouts/Basic/Bottom/index.mdx +9 -28
  146. package/layouts/Basic/Container/__stories__/Default/index.js +13 -0
  147. package/layouts/Basic/Container/__stories__/Default/package.json +6 -0
  148. package/layouts/Basic/Container/__stories__/Default.d.ts +3 -0
  149. package/layouts/Basic/Container/index.mdx +23 -0
  150. package/layouts/Basic/Main/__stories__/Default/index.js +13 -0
  151. package/layouts/Basic/Main/__stories__/Default/package.json +6 -0
  152. package/layouts/Basic/Main/__stories__/Default.d.ts +3 -0
  153. package/layouts/Basic/Main/index.mdx +10 -47
  154. package/layouts/Basic/Top/__stories__/Default/index.js +13 -0
  155. package/{utils/Kitchensink/KitchensinkByCategory → layouts/Basic/Top/__stories__/Default}/package.json +1 -1
  156. package/layouts/Basic/Top/__stories__/Default.d.ts +3 -0
  157. package/layouts/Basic/Top/index.mdx +10 -55
  158. package/layouts/Basic/index.mdx +27 -25
  159. package/layouts/Grid/index.mdx +39 -0
  160. package/lazy/index.js +2229 -0
  161. package/{misc/KitchenSink → lazy}/package.json +1 -1
  162. package/lazy.d.ts +346 -0
  163. package/navigation/BackLink/index.mdx +4 -5
  164. package/navigation/Breadcrumbs/index.mdx +6 -5
  165. package/navigation/Drawer/auto.d.ts +3 -3
  166. package/navigation/Drawer/index.mdx +4 -10
  167. package/navigation/Dropdown/index.d.ts +1 -1
  168. package/navigation/Dropdown/index.mdx +3 -5
  169. package/navigation/Link/index.mdx +5 -15
  170. package/navigation/NavList/__stories__/Default/index.js +13 -1
  171. package/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +34 -1
  172. package/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +34 -1
  173. package/navigation/NavList/__stories__/NavListWithoutNav/index.js +13 -1
  174. package/navigation/NavList/__stories__/UsingNavListAuto/index.js +35 -2
  175. package/navigation/NavList/__stories__/Vertical/index.js +13 -1
  176. package/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +34 -1
  177. package/navigation/NavList/index.mdx +23 -7
  178. package/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +1 -1
  179. package/navigation/Pagination/__stories__/WithResultsPerPage/index.js +1 -1
  180. package/navigation/Pagination/auto.d.ts +4 -4
  181. package/navigation/Pagination/index.d.ts +2 -2
  182. package/navigation/Pagination/index.mdx +9 -5
  183. package/navigation/Tabs/auto.d.ts +2 -2
  184. package/navigation/Tabs/index.mdx +9 -5
  185. package/package.json +4 -4
  186. package/registry/index.js +2 -12
  187. package/registry.d.ts +1 -6
  188. package/src/app/Footer/index.mdx +18 -5
  189. package/src/app/Header/index.mdx +7 -5
  190. package/src/app/Masthead/index.mdx +9 -4
  191. package/src/app/Modal/index.mdx +11 -4
  192. package/src/app/Modal/index.tsx +1 -1
  193. package/src/app/NotFound/index.mdx +2 -0
  194. package/src/app/Panel/index.mdx +9 -4
  195. package/src/app/PhaseBannerHeader/index.mdx +4 -4
  196. package/src/app/QrCodeViewer/index.mdx +4 -4
  197. package/src/app/QrCodeViewer/index.tsx +2 -0
  198. package/src/app/ThemeOptions/index.tsx +1 -1
  199. package/src/content/Accordion/__stories__/Auto.tsx +2 -2
  200. package/src/content/Accordion/auto.tsx +1 -1
  201. package/src/content/Accordion/hooks.ts +0 -1
  202. package/src/content/Accordion/index.mdx +9 -5
  203. package/src/content/Blockquote/index.mdx +3 -5
  204. package/src/content/Card/index.mdx +3 -5
  205. package/src/content/Chip/index.mdx +4 -5
  206. package/src/content/Details/index.mdx +3 -5
  207. package/src/content/List/__stories__/Default.tsx +3 -4
  208. package/src/content/List/index.mdx +3 -5
  209. package/src/content/SafeHTML/index.tsx +1 -1
  210. package/src/content/StepNav/index.mdx +28 -5
  211. package/src/content/SummaryList/index.mdx +10 -5
  212. package/src/content/Table/index.mdx +13 -14
  213. package/src/content/Table/index.tsx +2 -2
  214. package/src/content/TaskList/index.mdx +9 -5
  215. package/src/content/Timeline/index.mdx +10 -5
  216. package/src/feedback/CopyToClipboard/index.mdx +3 -5
  217. package/src/feedback/ErrorSummary/index.mdx +3 -5
  218. package/src/feedback/NotificationBanner/index.mdx +14 -5
  219. package/src/feedback/PhaseBanner/index.mdx +8 -5
  220. package/src/feedback/WarningText/index.mdx +5 -5
  221. package/src/form/AutoComplete/index.mdx +13 -12
  222. package/src/form/Button/index.mdx +3 -5
  223. package/src/form/Checkbox/index.mdx +3 -5
  224. package/src/form/DateInputContainer/index.mdx +3 -5
  225. package/src/form/ErrorMessage/index.mdx +3 -5
  226. package/src/form/FileUpload/index.mdx +3 -5
  227. package/src/form/RadioContainer/index.mdx +2 -14
  228. package/src/form/SelectContainer/index.mdx +3 -1
  229. package/src/form/SingleCharacterInputs/index.mdx +3 -5
  230. package/src/form/TextArea/index.mdx +3 -5
  231. package/src/form/TextInput/TextInput.stories.js +1 -0
  232. package/src/form/TextInput/__stories__/DisabledInputWithValue.tsx +27 -0
  233. package/src/form/TextInput/index.mdx +3 -5
  234. package/src/govgr/Footer/index.mdx +2 -0
  235. package/src/layouts/Basic/Bottom/__stories__/Default.tsx +35 -0
  236. package/src/layouts/Basic/Bottom/index.mdx +9 -28
  237. package/src/layouts/Basic/Container/__stories__/Default.tsx +30 -0
  238. package/src/layouts/Basic/Container/index.mdx +23 -0
  239. package/src/layouts/Basic/Main/__stories__/Default.tsx +30 -0
  240. package/src/layouts/Basic/Main/index.mdx +10 -47
  241. package/src/layouts/Basic/Top/__stories__/Default.tsx +28 -0
  242. package/src/layouts/Basic/Top/index.mdx +10 -55
  243. package/src/layouts/Basic/index.mdx +27 -25
  244. package/src/layouts/Grid/index.mdx +39 -0
  245. package/src/lazy.js +322 -0
  246. package/src/navigation/BackLink/index.mdx +4 -5
  247. package/src/navigation/Breadcrumbs/index.mdx +6 -5
  248. package/src/navigation/Drawer/index.mdx +4 -10
  249. package/src/navigation/Dropdown/index.mdx +3 -5
  250. package/src/navigation/Link/index.mdx +5 -15
  251. package/src/navigation/NavList/__stories__/Default.tsx +18 -1
  252. package/src/navigation/NavList/__stories__/HorizontalWithDrawer.tsx +37 -1
  253. package/src/navigation/NavList/__stories__/HorizontalWithoutDrawer.tsx +37 -1
  254. package/src/navigation/NavList/__stories__/NavListWithoutNav.tsx +18 -1
  255. package/src/navigation/NavList/__stories__/UsingNavListAuto.tsx +39 -2
  256. package/src/navigation/NavList/__stories__/Vertical.tsx +18 -1
  257. package/src/navigation/NavList/__stories__/VerticalWithoutDrawer.tsx +37 -1
  258. package/src/navigation/NavList/index.mdx +23 -7
  259. package/src/navigation/Pagination/__stories__/PaginationWithSmallFont.tsx +1 -1
  260. package/src/navigation/Pagination/__stories__/WithResultsPerPage.tsx +1 -1
  261. package/src/navigation/Pagination/index.mdx +9 -5
  262. package/src/navigation/Tabs/index.mdx +9 -5
  263. package/src/registry.js +2 -12
  264. package/src/typography/Heading/index.mdx +3 -5
  265. package/src/typography/HeadingCaption/index.mdx +3 -5
  266. package/src/typography/Hint/index.mdx +3 -5
  267. package/src/typography/NormalText/index.mdx +3 -5
  268. package/src/typography/Paragraph/index.mdx +9 -30
  269. package/src/typography/Typography/index.mdx +12 -0
  270. package/src/typography/Typography/index.tsx +4 -0
  271. package/src/typography/index.ts +1 -0
  272. package/src/utils/Base/index.mdx +13 -0
  273. package/src/utils/VisuallyHidden/index.mdx +10 -5
  274. package/typography/Heading/index.mdx +3 -5
  275. package/typography/HeadingCaption/index.mdx +3 -5
  276. package/typography/Hint/index.mdx +3 -5
  277. package/typography/NormalText/index.mdx +3 -5
  278. package/typography/Paragraph/index.mdx +9 -30
  279. package/typography/Typography/index.d.ts +3 -0
  280. package/typography/Typography/index.js +3 -0
  281. package/typography/Typography/index.mdx +12 -0
  282. package/{utils/Kitchensink/AllComponents → typography/Typography}/package.json +1 -1
  283. package/typography/index.d.ts +1 -0
  284. package/typography/index.js +2 -1
  285. package/utils/Base/index.mdx +13 -0
  286. package/utils/VisuallyHidden/index.mdx +10 -5
  287. package/cjs/content/List/List.stories.playwright.json +0 -27
  288. package/cjs/layouts/Basic/Masthead/index.mdx +0 -65
  289. package/cjs/misc/KitchenSink/index.js +0 -93
  290. package/cjs/utils/Kitchensink/AllComponents/index.js +0 -16
  291. package/cjs/utils/Kitchensink/KitchensinkByCategory/index.js +0 -39
  292. package/cjs/utils/Kitchensink/KitchensinkByLetter/index.js +0 -26
  293. package/cjs/utils/Kitchensink/KitchensinkComponent/index.js +0 -55
  294. package/cjs/utils/Kitchensink/KitchensinkDashboard/index.js +0 -47
  295. package/content/List/List.stories.playwright.json +0 -27
  296. package/layouts/Basic/Masthead/index.mdx +0 -65
  297. package/misc/KitchenSink/index.d.ts +0 -8
  298. package/misc/KitchenSink/index.js +0 -8
  299. package/src/content/List/List.stories.playwright.json +0 -27
  300. package/src/layouts/Basic/Masthead/index.mdx +0 -65
  301. package/src/misc/KitchenSink/index.tsx +0 -8
  302. package/src/utils/Kitchensink/AllComponents.tsx +0 -6
  303. package/src/utils/Kitchensink/KitchensinkByCategory.tsx +0 -56
  304. package/src/utils/Kitchensink/KitchensinkByLetter.tsx +0 -35
  305. package/src/utils/Kitchensink/KitchensinkComponent.tsx +0 -70
  306. package/src/utils/Kitchensink/KitchensinkDashboard.tsx +0 -56
  307. package/utils/Kitchensink/AllComponents/index.js +0 -9
  308. package/utils/Kitchensink/AllComponents.d.ts +0 -2
  309. package/utils/Kitchensink/KitchensinkByCategory/index.js +0 -32
  310. package/utils/Kitchensink/KitchensinkByCategory.d.ts +0 -6
  311. package/utils/Kitchensink/KitchensinkByLetter/index.js +0 -19
  312. package/utils/Kitchensink/KitchensinkByLetter/package.json +0 -6
  313. package/utils/Kitchensink/KitchensinkByLetter.d.ts +0 -6
  314. package/utils/Kitchensink/KitchensinkComponent/index.js +0 -45
  315. package/utils/Kitchensink/KitchensinkComponent/package.json +0 -6
  316. package/utils/Kitchensink/KitchensinkComponent.d.ts +0 -10
  317. package/utils/Kitchensink/KitchensinkDashboard/index.js +0 -40
  318. package/utils/Kitchensink/KitchensinkDashboard/package.json +0 -6
  319. package/utils/Kitchensink/KitchensinkDashboard.d.ts +0 -5
package/lazy/index.js ADDED
@@ -0,0 +1,2229 @@
1
+ import { lazy } from 'react';
2
+ export default {
3
+ 'APIError': /*#__PURE__*/lazy(function () {
4
+ return import('@digigov/ui/api/APIErrors').then(function (module) {
5
+ return {
6
+ "default": module['APIError']
7
+ };
8
+ });
9
+ }),
10
+ 'APIErrors': /*#__PURE__*/lazy(function () {
11
+ return import('@digigov/ui/api/APIErrors').then(function (module) {
12
+ return {
13
+ "default": module['APIErrors']
14
+ };
15
+ });
16
+ }),
17
+ 'APIContext': /*#__PURE__*/lazy(function () {
18
+ return import('@digigov/ui/api/APIProvider').then(function (module) {
19
+ return {
20
+ "default": module['APIContext']
21
+ };
22
+ });
23
+ }),
24
+ 'APIProvider': /*#__PURE__*/lazy(function () {
25
+ return import('@digigov/ui/api/APIProvider').then(function (module) {
26
+ return {
27
+ "default": module['APIProvider']
28
+ };
29
+ });
30
+ }),
31
+ 'StaticApp': /*#__PURE__*/lazy(function () {
32
+ return import('@digigov/ui/app/App').then(function (module) {
33
+ return {
34
+ "default": module['StaticApp']
35
+ };
36
+ });
37
+ }),
38
+ 'BannerContainer': /*#__PURE__*/lazy(function () {
39
+ return import('@digigov/ui/app/BannerContainer').then(function (module) {
40
+ return {
41
+ "default": module['BannerContainer']
42
+ };
43
+ });
44
+ }),
45
+ 'BottomInfo': /*#__PURE__*/lazy(function () {
46
+ return import('@digigov/ui/app/BottomInfo').then(function (module) {
47
+ return {
48
+ "default": module['BottomInfo']
49
+ };
50
+ });
51
+ }),
52
+ 'BottomInfoContent': /*#__PURE__*/lazy(function () {
53
+ return import('@digigov/ui/app/BottomInfo').then(function (module) {
54
+ return {
55
+ "default": module['BottomInfoContent']
56
+ };
57
+ });
58
+ }),
59
+ 'BottomInfoContainer': /*#__PURE__*/lazy(function () {
60
+ return import('@digigov/ui/app/BottomInfo').then(function (module) {
61
+ return {
62
+ "default": module['BottomInfoContainer']
63
+ };
64
+ });
65
+ }),
66
+ 'CloseButton': /*#__PURE__*/lazy(function () {
67
+ return import('@digigov/ui/app/CloseButton').then(function (module) {
68
+ return {
69
+ "default": module['CloseButton']
70
+ };
71
+ });
72
+ }),
73
+ 'FilterContainer': /*#__PURE__*/lazy(function () {
74
+ return import('@digigov/ui/app/FilterContainer').then(function (module) {
75
+ return {
76
+ "default": module['FilterContainer']
77
+ };
78
+ });
79
+ }),
80
+ 'FilterHeadingContainer': /*#__PURE__*/lazy(function () {
81
+ return import('@digigov/ui/app/FilterContainer').then(function (module) {
82
+ return {
83
+ "default": module['FilterHeadingContainer']
84
+ };
85
+ });
86
+ }),
87
+ 'FilterContent': /*#__PURE__*/lazy(function () {
88
+ return import('@digigov/ui/app/FilterContainer').then(function (module) {
89
+ return {
90
+ "default": module['FilterContent']
91
+ };
92
+ });
93
+ }),
94
+ 'FilterOptionsSection': /*#__PURE__*/lazy(function () {
95
+ return import('@digigov/ui/app/FilterContainer').then(function (module) {
96
+ return {
97
+ "default": module['FilterOptionsSection']
98
+ };
99
+ });
100
+ }),
101
+ 'FilterSelectedHeading': /*#__PURE__*/lazy(function () {
102
+ return import('@digigov/ui/app/FilterContainer').then(function (module) {
103
+ return {
104
+ "default": module['FilterSelectedHeading']
105
+ };
106
+ });
107
+ }),
108
+ 'FilterSelectedSection': /*#__PURE__*/lazy(function () {
109
+ return import('@digigov/ui/app/FilterContainer').then(function (module) {
110
+ return {
111
+ "default": module['FilterSelectedSection']
112
+ };
113
+ });
114
+ }),
115
+ 'ResultsHeading': /*#__PURE__*/lazy(function () {
116
+ return import('@digigov/ui/app/FilterContainer').then(function (module) {
117
+ return {
118
+ "default": module['ResultsHeading']
119
+ };
120
+ });
121
+ }),
122
+ 'ResultsActionBar': /*#__PURE__*/lazy(function () {
123
+ return import('@digigov/ui/app/FilterContainer').then(function (module) {
124
+ return {
125
+ "default": module['ResultsActionBar']
126
+ };
127
+ });
128
+ }),
129
+ 'ResultsHeadingActions': /*#__PURE__*/lazy(function () {
130
+ return import('@digigov/ui/app/FilterContainer').then(function (module) {
131
+ return {
132
+ "default": module['ResultsHeadingActions']
133
+ };
134
+ });
135
+ }),
136
+ 'Footer': /*#__PURE__*/lazy(function () {
137
+ return import('@digigov/ui/app/Footer').then(function (module) {
138
+ return {
139
+ "default": module['Footer']
140
+ };
141
+ });
142
+ }),
143
+ 'FooterContainer': /*#__PURE__*/lazy(function () {
144
+ return import('@digigov/ui/app/Footer').then(function (module) {
145
+ return {
146
+ "default": module['FooterContainer']
147
+ };
148
+ });
149
+ }),
150
+ 'FooterContent': /*#__PURE__*/lazy(function () {
151
+ return import('@digigov/ui/app/Footer').then(function (module) {
152
+ return {
153
+ "default": module['FooterContent']
154
+ };
155
+ });
156
+ }),
157
+ 'FooterContentLogos': /*#__PURE__*/lazy(function () {
158
+ return import('@digigov/ui/app/Footer').then(function (module) {
159
+ return {
160
+ "default": module['FooterContentLogos']
161
+ };
162
+ });
163
+ }),
164
+ 'FooterHeading': /*#__PURE__*/lazy(function () {
165
+ return import('@digigov/ui/app/Footer').then(function (module) {
166
+ return {
167
+ "default": module['FooterHeading']
168
+ };
169
+ });
170
+ }),
171
+ 'FooterImage': /*#__PURE__*/lazy(function () {
172
+ return import('@digigov/ui/app/Footer').then(function (module) {
173
+ return {
174
+ "default": module['FooterImage']
175
+ };
176
+ });
177
+ }),
178
+ 'FooterLink': /*#__PURE__*/lazy(function () {
179
+ return import('@digigov/ui/app/Footer').then(function (module) {
180
+ return {
181
+ "default": module['FooterLink']
182
+ };
183
+ });
184
+ }),
185
+ 'FooterList': /*#__PURE__*/lazy(function () {
186
+ return import('@digigov/ui/app/Footer').then(function (module) {
187
+ return {
188
+ "default": module['FooterList']
189
+ };
190
+ });
191
+ }),
192
+ 'FooterListItem': /*#__PURE__*/lazy(function () {
193
+ return import('@digigov/ui/app/Footer').then(function (module) {
194
+ return {
195
+ "default": module['FooterListItem']
196
+ };
197
+ });
198
+ }),
199
+ 'FooterInfo': /*#__PURE__*/lazy(function () {
200
+ return import('@digigov/ui/app/Footer').then(function (module) {
201
+ return {
202
+ "default": module['FooterInfo']
203
+ };
204
+ });
205
+ }),
206
+ 'FooterInfoSection': /*#__PURE__*/lazy(function () {
207
+ return import('@digigov/ui/app/Footer').then(function (module) {
208
+ return {
209
+ "default": module['FooterInfoSection']
210
+ };
211
+ });
212
+ }),
213
+ 'FooterNavigation': /*#__PURE__*/lazy(function () {
214
+ return import('@digigov/ui/app/Footer').then(function (module) {
215
+ return {
216
+ "default": module['FooterNavigation']
217
+ };
218
+ });
219
+ }),
220
+ 'FooterNavigationSection': /*#__PURE__*/lazy(function () {
221
+ return import('@digigov/ui/app/Footer').then(function (module) {
222
+ return {
223
+ "default": module['FooterNavigationSection']
224
+ };
225
+ });
226
+ }),
227
+ 'HeaderContent': /*#__PURE__*/lazy(function () {
228
+ return import('@digigov/ui/app/Header/HeaderContent').then(function (module) {
229
+ return {
230
+ "default": module['HeaderContent']
231
+ };
232
+ });
233
+ }),
234
+ 'HeaderLogo': /*#__PURE__*/lazy(function () {
235
+ return import('@digigov/ui/app/Header/HeaderLogo').then(function (module) {
236
+ return {
237
+ "default": module['HeaderLogo']
238
+ };
239
+ });
240
+ }),
241
+ 'HeaderNavMenuContent': /*#__PURE__*/lazy(function () {
242
+ return import('@digigov/ui/app/Header/HeaderNavMenuContent').then(function (module) {
243
+ return {
244
+ "default": module['HeaderNavMenuContent']
245
+ };
246
+ });
247
+ }),
248
+ 'HeaderSecondaryLogo': /*#__PURE__*/lazy(function () {
249
+ return import('@digigov/ui/app/Header/HeaderSecondaryLogo').then(function (module) {
250
+ return {
251
+ "default": module['HeaderSecondaryLogo']
252
+ };
253
+ });
254
+ }),
255
+ 'HeaderSection': /*#__PURE__*/lazy(function () {
256
+ return import('@digigov/ui/app/Header/HeaderSection').then(function (module) {
257
+ return {
258
+ "default": module['HeaderSection']
259
+ };
260
+ });
261
+ }),
262
+ 'HeaderTitle': /*#__PURE__*/lazy(function () {
263
+ return import('@digigov/ui/app/Header/HeaderTitle').then(function (module) {
264
+ return {
265
+ "default": module['HeaderTitle']
266
+ };
267
+ });
268
+ }),
269
+ 'Header': /*#__PURE__*/lazy(function () {
270
+ return import('@digigov/ui/app/Header').then(function (module) {
271
+ return {
272
+ "default": module['Header']
273
+ };
274
+ });
275
+ }),
276
+ 'Panel': /*#__PURE__*/lazy(function () {
277
+ return import('@digigov/ui/app/Panel').then(function (module) {
278
+ return {
279
+ "default": module['Panel']
280
+ };
281
+ });
282
+ }),
283
+ 'PanelBody': /*#__PURE__*/lazy(function () {
284
+ return import('@digigov/ui/app/Panel').then(function (module) {
285
+ return {
286
+ "default": module['PanelBody']
287
+ };
288
+ });
289
+ }),
290
+ 'PanelTitle': /*#__PURE__*/lazy(function () {
291
+ return import('@digigov/ui/app/Panel').then(function (module) {
292
+ return {
293
+ "default": module['PanelTitle']
294
+ };
295
+ });
296
+ }),
297
+ 'LoaderContainer': /*#__PURE__*/lazy(function () {
298
+ return import('@digigov/ui/app/Loader').then(function (module) {
299
+ return {
300
+ "default": module['LoaderContainer']
301
+ };
302
+ });
303
+ }),
304
+ 'CircularProgress': /*#__PURE__*/lazy(function () {
305
+ return import('@digigov/ui/app/Loader').then(function (module) {
306
+ return {
307
+ "default": module['CircularProgress']
308
+ };
309
+ });
310
+ }),
311
+ 'FullPageBackground': /*#__PURE__*/lazy(function () {
312
+ return import('@digigov/ui/app/Loader').then(function (module) {
313
+ return {
314
+ "default": module['FullPageBackground']
315
+ };
316
+ });
317
+ }),
318
+ 'Masthead': /*#__PURE__*/lazy(function () {
319
+ return import('@digigov/ui/layouts/Basic/Masthead').then(function (module) {
320
+ return {
321
+ "default": module['Masthead']
322
+ };
323
+ });
324
+ }),
325
+ 'MastheadBody': /*#__PURE__*/lazy(function () {
326
+ return import('@digigov/ui/layouts/Basic/Masthead').then(function (module) {
327
+ return {
328
+ "default": module['MastheadBody']
329
+ };
330
+ });
331
+ }),
332
+ 'MastheadLogo': /*#__PURE__*/lazy(function () {
333
+ return import('@digigov/ui/layouts/Basic/Masthead').then(function (module) {
334
+ return {
335
+ "default": module['MastheadLogo']
336
+ };
337
+ });
338
+ }),
339
+ 'Modal': /*#__PURE__*/lazy(function () {
340
+ return import('@digigov/ui/app/Modal').then(function (module) {
341
+ return {
342
+ "default": module['Modal']
343
+ };
344
+ });
345
+ }),
346
+ 'ModalBase': /*#__PURE__*/lazy(function () {
347
+ return import('@digigov/ui/app/Modal').then(function (module) {
348
+ return {
349
+ "default": module['ModalBase']
350
+ };
351
+ });
352
+ }),
353
+ 'ModalContainer': /*#__PURE__*/lazy(function () {
354
+ return import('@digigov/ui/app/Modal').then(function (module) {
355
+ return {
356
+ "default": module['ModalContainer']
357
+ };
358
+ });
359
+ }),
360
+ 'ModalHeading': /*#__PURE__*/lazy(function () {
361
+ return import('@digigov/ui/app/Modal').then(function (module) {
362
+ return {
363
+ "default": module['ModalHeading']
364
+ };
365
+ });
366
+ }),
367
+ 'ModalContent': /*#__PURE__*/lazy(function () {
368
+ return import('@digigov/ui/app/Modal').then(function (module) {
369
+ return {
370
+ "default": module['ModalContent']
371
+ };
372
+ });
373
+ }),
374
+ 'ModalAction': /*#__PURE__*/lazy(function () {
375
+ return import('@digigov/ui/app/Modal').then(function (module) {
376
+ return {
377
+ "default": module['ModalAction']
378
+ };
379
+ });
380
+ }),
381
+ 'ModalAuto': /*#__PURE__*/lazy(function () {
382
+ return import('@digigov/ui/app/Modal/auto').then(function (module) {
383
+ return {
384
+ "default": module['ModalAuto']
385
+ };
386
+ });
387
+ }),
388
+ 'ModalButtonAuto': /*#__PURE__*/lazy(function () {
389
+ return import('@digigov/ui/app/Modal/auto').then(function (module) {
390
+ return {
391
+ "default": module['ModalButtonAuto']
392
+ };
393
+ });
394
+ }),
395
+ 'ModalContext': /*#__PURE__*/lazy(function () {
396
+ return import('@digigov/ui/app/Modal/auto').then(function (module) {
397
+ return {
398
+ "default": module['ModalContext']
399
+ };
400
+ });
401
+ }),
402
+ 'ModalProvider': /*#__PURE__*/lazy(function () {
403
+ return import('@digigov/ui/app/Modal/auto').then(function (module) {
404
+ return {
405
+ "default": module['ModalProvider']
406
+ };
407
+ });
408
+ }),
409
+ 'NotFound': /*#__PURE__*/lazy(function () {
410
+ return import('@digigov/ui/app/NotFound').then(function (module) {
411
+ return {
412
+ "default": module['NotFound']
413
+ };
414
+ });
415
+ }),
416
+ 'PageTitleContainer': /*#__PURE__*/lazy(function () {
417
+ return import('@digigov/ui/app/PageTitleContainer').then(function (module) {
418
+ return {
419
+ "default": module['PageTitleContainer']
420
+ };
421
+ });
422
+ }),
423
+ 'PageTitleCaption': /*#__PURE__*/lazy(function () {
424
+ return import('@digigov/ui/app/PageTitleContainer').then(function (module) {
425
+ return {
426
+ "default": module['PageTitleCaption']
427
+ };
428
+ });
429
+ }),
430
+ 'PageTitleHeading': /*#__PURE__*/lazy(function () {
431
+ return import('@digigov/ui/app/PageTitleContainer').then(function (module) {
432
+ return {
433
+ "default": module['PageTitleHeading']
434
+ };
435
+ });
436
+ }),
437
+ 'PhaseBannerHeader': /*#__PURE__*/lazy(function () {
438
+ return import('@digigov/ui/app/PhaseBannerHeader').then(function (module) {
439
+ return {
440
+ "default": module['PhaseBannerHeader']
441
+ };
442
+ });
443
+ }),
444
+ 'QrCodeScanner': /*#__PURE__*/lazy(function () {
445
+ return import('@digigov/ui/app/QrCodeScanner').then(function (module) {
446
+ return {
447
+ "default": module['QrCodeScanner']
448
+ };
449
+ });
450
+ }),
451
+ 'QrCodeViewer': /*#__PURE__*/lazy(function () {
452
+ return import('@digigov/ui/app/QrCodeViewer').then(function (module) {
453
+ return {
454
+ "default": module['QrCodeViewer']
455
+ };
456
+ });
457
+ }),
458
+ 'ThemeOptions': /*#__PURE__*/lazy(function () {
459
+ return import('@digigov/ui/app/ThemeOptions').then(function (module) {
460
+ return {
461
+ "default": module['ThemeOptions']
462
+ };
463
+ });
464
+ }),
465
+ 'MARGIN_SIZE': /*#__PURE__*/lazy(function () {
466
+ return import('@digigov/ui/app/QrCodeViewer/utils').then(function (module) {
467
+ return {
468
+ "default": module['MARGIN_SIZE']
469
+ };
470
+ });
471
+ }),
472
+ 'AccordionAuto': /*#__PURE__*/lazy(function () {
473
+ return import('@digigov/ui/content/Accordion/auto').then(function (module) {
474
+ return {
475
+ "default": module['AccordionAuto']
476
+ };
477
+ });
478
+ }),
479
+ 'AccordionCloseAllButtonAuto': /*#__PURE__*/lazy(function () {
480
+ return import('@digigov/ui/content/Accordion/auto').then(function (module) {
481
+ return {
482
+ "default": module['AccordionCloseAllButtonAuto']
483
+ };
484
+ });
485
+ }),
486
+ 'AccordionOpenAllButtonAuto': /*#__PURE__*/lazy(function () {
487
+ return import('@digigov/ui/content/Accordion/auto').then(function (module) {
488
+ return {
489
+ "default": module['AccordionOpenAllButtonAuto']
490
+ };
491
+ });
492
+ }),
493
+ 'AccordionSectionAuto': /*#__PURE__*/lazy(function () {
494
+ return import('@digigov/ui/content/Accordion/auto').then(function (module) {
495
+ return {
496
+ "default": module['AccordionSectionAuto']
497
+ };
498
+ });
499
+ }),
500
+ 'Accordion': /*#__PURE__*/lazy(function () {
501
+ return import('@digigov/ui/content/Accordion').then(function (module) {
502
+ return {
503
+ "default": module['Accordion']
504
+ };
505
+ });
506
+ }),
507
+ 'AccordionControls': /*#__PURE__*/lazy(function () {
508
+ return import('@digigov/ui/content/Accordion').then(function (module) {
509
+ return {
510
+ "default": module['AccordionControls']
511
+ };
512
+ });
513
+ }),
514
+ 'AccordionSection': /*#__PURE__*/lazy(function () {
515
+ return import('@digigov/ui/content/Accordion').then(function (module) {
516
+ return {
517
+ "default": module['AccordionSection']
518
+ };
519
+ });
520
+ }),
521
+ 'AccordionSectionContent': /*#__PURE__*/lazy(function () {
522
+ return import('@digigov/ui/content/Accordion').then(function (module) {
523
+ return {
524
+ "default": module['AccordionSectionContent']
525
+ };
526
+ });
527
+ }),
528
+ 'AccordionSectionSummary': /*#__PURE__*/lazy(function () {
529
+ return import('@digigov/ui/content/Accordion').then(function (module) {
530
+ return {
531
+ "default": module['AccordionSectionSummary']
532
+ };
533
+ });
534
+ }),
535
+ 'AccordionSectionSummaryHeading': /*#__PURE__*/lazy(function () {
536
+ return import('@digigov/ui/content/Accordion').then(function (module) {
537
+ return {
538
+ "default": module['AccordionSectionSummaryHeading']
539
+ };
540
+ });
541
+ }),
542
+ 'Blockquote': /*#__PURE__*/lazy(function () {
543
+ return import('@digigov/ui/content/Blockquote').then(function (module) {
544
+ return {
545
+ "default": module['Blockquote']
546
+ };
547
+ });
548
+ }),
549
+ 'Card': /*#__PURE__*/lazy(function () {
550
+ return import('@digigov/ui/content/Card').then(function (module) {
551
+ return {
552
+ "default": module['Card']
553
+ };
554
+ });
555
+ }),
556
+ 'CardAction': /*#__PURE__*/lazy(function () {
557
+ return import('@digigov/ui/content/Card').then(function (module) {
558
+ return {
559
+ "default": module['CardAction']
560
+ };
561
+ });
562
+ }),
563
+ 'CardHeading': /*#__PURE__*/lazy(function () {
564
+ return import('@digigov/ui/content/Card').then(function (module) {
565
+ return {
566
+ "default": module['CardHeading']
567
+ };
568
+ });
569
+ }),
570
+ 'CardContent': /*#__PURE__*/lazy(function () {
571
+ return import('@digigov/ui/content/Card').then(function (module) {
572
+ return {
573
+ "default": module['CardContent']
574
+ };
575
+ });
576
+ }),
577
+ 'Chip': /*#__PURE__*/lazy(function () {
578
+ return import('@digigov/ui/content/Chip').then(function (module) {
579
+ return {
580
+ "default": module['Chip']
581
+ };
582
+ });
583
+ }),
584
+ 'ChipHeading': /*#__PURE__*/lazy(function () {
585
+ return import('@digigov/ui/content/Chip').then(function (module) {
586
+ return {
587
+ "default": module['ChipHeading']
588
+ };
589
+ });
590
+ }),
591
+ 'ChipContainer': /*#__PURE__*/lazy(function () {
592
+ return import('@digigov/ui/content/Chip').then(function (module) {
593
+ return {
594
+ "default": module['ChipContainer']
595
+ };
596
+ });
597
+ }),
598
+ 'ChipKeyValue': /*#__PURE__*/lazy(function () {
599
+ return import('@digigov/ui/content/Chip').then(function (module) {
600
+ return {
601
+ "default": module['ChipKeyValue']
602
+ };
603
+ });
604
+ }),
605
+ 'Details': /*#__PURE__*/lazy(function () {
606
+ return import('@digigov/ui/content/Details').then(function (module) {
607
+ return {
608
+ "default": module['Details']
609
+ };
610
+ });
611
+ }),
612
+ 'DetailsContent': /*#__PURE__*/lazy(function () {
613
+ return import('@digigov/ui/content/Details').then(function (module) {
614
+ return {
615
+ "default": module['DetailsContent']
616
+ };
617
+ });
618
+ }),
619
+ 'DetailsSummary': /*#__PURE__*/lazy(function () {
620
+ return import('@digigov/ui/content/Details').then(function (module) {
621
+ return {
622
+ "default": module['DetailsSummary']
623
+ };
624
+ });
625
+ }),
626
+ 'FillableText': /*#__PURE__*/lazy(function () {
627
+ return import('@digigov/ui/content/FillableText').then(function (module) {
628
+ return {
629
+ "default": module['FillableText']
630
+ };
631
+ });
632
+ }),
633
+ 'LabeledText': /*#__PURE__*/lazy(function () {
634
+ return import('@digigov/ui/content/FillableText').then(function (module) {
635
+ return {
636
+ "default": module['LabeledText']
637
+ };
638
+ });
639
+ }),
640
+ 'List': /*#__PURE__*/lazy(function () {
641
+ return import('@digigov/ui/content/List/List').then(function (module) {
642
+ return {
643
+ "default": module['List']
644
+ };
645
+ });
646
+ }),
647
+ 'ListItem': /*#__PURE__*/lazy(function () {
648
+ return import('@digigov/ui/content/List/ListItem').then(function (module) {
649
+ return {
650
+ "default": module['ListItem']
651
+ };
652
+ });
653
+ }),
654
+ 'StepNav': /*#__PURE__*/lazy(function () {
655
+ return import('@digigov/ui/content/StepNav').then(function (module) {
656
+ return {
657
+ "default": module['StepNav']
658
+ };
659
+ });
660
+ }),
661
+ 'StepNavAccordionContent': /*#__PURE__*/lazy(function () {
662
+ return import('@digigov/ui/content/StepNav').then(function (module) {
663
+ return {
664
+ "default": module['StepNavAccordionContent']
665
+ };
666
+ });
667
+ }),
668
+ 'StepNavAccordionHeadingText': /*#__PURE__*/lazy(function () {
669
+ return import('@digigov/ui/content/StepNav').then(function (module) {
670
+ return {
671
+ "default": module['StepNavAccordionHeadingText']
672
+ };
673
+ });
674
+ }),
675
+ 'StepNavAccordionHeadingTitle': /*#__PURE__*/lazy(function () {
676
+ return import('@digigov/ui/content/StepNav').then(function (module) {
677
+ return {
678
+ "default": module['StepNavAccordionHeadingTitle']
679
+ };
680
+ });
681
+ }),
682
+ 'StepNavAccordionSummary': /*#__PURE__*/lazy(function () {
683
+ return import('@digigov/ui/content/StepNav').then(function (module) {
684
+ return {
685
+ "default": module['StepNavAccordionSummary']
686
+ };
687
+ });
688
+ }),
689
+ 'StepNavAccordionSummaryHeading': /*#__PURE__*/lazy(function () {
690
+ return import('@digigov/ui/content/StepNav').then(function (module) {
691
+ return {
692
+ "default": module['StepNavAccordionSummaryHeading']
693
+ };
694
+ });
695
+ }),
696
+ 'StepNavCircleNumber': /*#__PURE__*/lazy(function () {
697
+ return import('@digigov/ui/content/StepNav').then(function (module) {
698
+ return {
699
+ "default": module['StepNavCircleNumber']
700
+ };
701
+ });
702
+ }),
703
+ 'StepNavControls': /*#__PURE__*/lazy(function () {
704
+ return import('@digigov/ui/content/StepNav').then(function (module) {
705
+ return {
706
+ "default": module['StepNavControls']
707
+ };
708
+ });
709
+ }),
710
+ 'StepNavList': /*#__PURE__*/lazy(function () {
711
+ return import('@digigov/ui/content/StepNav').then(function (module) {
712
+ return {
713
+ "default": module['StepNavList']
714
+ };
715
+ });
716
+ }),
717
+ 'StepNavListItem': /*#__PURE__*/lazy(function () {
718
+ return import('@digigov/ui/content/StepNav').then(function (module) {
719
+ return {
720
+ "default": module['StepNavListItem']
721
+ };
722
+ });
723
+ }),
724
+ 'StepNavAccordionAuto': /*#__PURE__*/lazy(function () {
725
+ return import('@digigov/ui/content/StepNav/auto').then(function (module) {
726
+ return {
727
+ "default": module['StepNavAccordionAuto']
728
+ };
729
+ });
730
+ }),
731
+ 'StepNavAuto': /*#__PURE__*/lazy(function () {
732
+ return import('@digigov/ui/content/StepNav/auto').then(function (module) {
733
+ return {
734
+ "default": module['StepNavAuto']
735
+ };
736
+ });
737
+ }),
738
+ 'StepNavCloseAllButtonAuto': /*#__PURE__*/lazy(function () {
739
+ return import('@digigov/ui/content/StepNav/auto').then(function (module) {
740
+ return {
741
+ "default": module['StepNavCloseAllButtonAuto']
742
+ };
743
+ });
744
+ }),
745
+ 'StepNavOpenAllButtonAuto': /*#__PURE__*/lazy(function () {
746
+ return import('@digigov/ui/content/StepNav/auto').then(function (module) {
747
+ return {
748
+ "default": module['StepNavOpenAllButtonAuto']
749
+ };
750
+ });
751
+ }),
752
+ 'StepNavAccordion': /*#__PURE__*/lazy(function () {
753
+ return import('@digigov/ui/content/StepNav').then(function (module) {
754
+ return {
755
+ "default": module['StepNavAccordion']
756
+ };
757
+ });
758
+ }),
759
+ 'SummaryList': /*#__PURE__*/lazy(function () {
760
+ return import('@digigov/ui/content/SummaryList').then(function (module) {
761
+ return {
762
+ "default": module['SummaryList']
763
+ };
764
+ });
765
+ }),
766
+ 'SummaryListItemAction': /*#__PURE__*/lazy(function () {
767
+ return import('@digigov/ui/content/SummaryList').then(function (module) {
768
+ return {
769
+ "default": module['SummaryListItemAction']
770
+ };
771
+ });
772
+ }),
773
+ 'SummaryListItem': /*#__PURE__*/lazy(function () {
774
+ return import('@digigov/ui/content/SummaryList').then(function (module) {
775
+ return {
776
+ "default": module['SummaryListItem']
777
+ };
778
+ });
779
+ }),
780
+ 'SummaryListItemKey': /*#__PURE__*/lazy(function () {
781
+ return import('@digigov/ui/content/SummaryList').then(function (module) {
782
+ return {
783
+ "default": module['SummaryListItemKey']
784
+ };
785
+ });
786
+ }),
787
+ 'SummaryListItemValue': /*#__PURE__*/lazy(function () {
788
+ return import('@digigov/ui/content/SummaryList').then(function (module) {
789
+ return {
790
+ "default": module['SummaryListItemValue']
791
+ };
792
+ });
793
+ }),
794
+ 'TableSortLabel': /*#__PURE__*/lazy(function () {
795
+ return import('@digigov/ui/content/Table').then(function (module) {
796
+ return {
797
+ "default": module['TableSortLabel']
798
+ };
799
+ });
800
+ }),
801
+ 'Table': /*#__PURE__*/lazy(function () {
802
+ return import('@digigov/ui/content/Table').then(function (module) {
803
+ return {
804
+ "default": module['Table']
805
+ };
806
+ });
807
+ }),
808
+ 'TableSortIconContainer': /*#__PURE__*/lazy(function () {
809
+ return import('@digigov/ui/content/Table').then(function (module) {
810
+ return {
811
+ "default": module['TableSortIconContainer']
812
+ };
813
+ });
814
+ }),
815
+ 'TableContainer': /*#__PURE__*/lazy(function () {
816
+ return import('@digigov/ui/content/Table').then(function (module) {
817
+ return {
818
+ "default": module['TableContainer']
819
+ };
820
+ });
821
+ }),
822
+ 'TableBody': /*#__PURE__*/lazy(function () {
823
+ return import('@digigov/ui/content/Table').then(function (module) {
824
+ return {
825
+ "default": module['TableBody']
826
+ };
827
+ });
828
+ }),
829
+ 'TableCaption': /*#__PURE__*/lazy(function () {
830
+ return import('@digigov/ui/content/Table').then(function (module) {
831
+ return {
832
+ "default": module['TableCaption']
833
+ };
834
+ });
835
+ }),
836
+ 'TableDataCell': /*#__PURE__*/lazy(function () {
837
+ return import('@digigov/ui/content/Table').then(function (module) {
838
+ return {
839
+ "default": module['TableDataCell']
840
+ };
841
+ });
842
+ }),
843
+ 'TableHead': /*#__PURE__*/lazy(function () {
844
+ return import('@digigov/ui/content/Table').then(function (module) {
845
+ return {
846
+ "default": module['TableHead']
847
+ };
848
+ });
849
+ }),
850
+ 'TableHeadCell': /*#__PURE__*/lazy(function () {
851
+ return import('@digigov/ui/content/Table').then(function (module) {
852
+ return {
853
+ "default": module['TableHeadCell']
854
+ };
855
+ });
856
+ }),
857
+ 'TableRow': /*#__PURE__*/lazy(function () {
858
+ return import('@digigov/ui/content/Table').then(function (module) {
859
+ return {
860
+ "default": module['TableRow']
861
+ };
862
+ });
863
+ }),
864
+ 'TableNoDataRow': /*#__PURE__*/lazy(function () {
865
+ return import('@digigov/ui/content/Table').then(function (module) {
866
+ return {
867
+ "default": module['TableNoDataRow']
868
+ };
869
+ });
870
+ }),
871
+ 'TableLoaderBackground': /*#__PURE__*/lazy(function () {
872
+ return import('@digigov/ui/content/Table').then(function (module) {
873
+ return {
874
+ "default": module['TableLoaderBackground']
875
+ };
876
+ });
877
+ }),
878
+ 'TableFloatingScroll': /*#__PURE__*/lazy(function () {
879
+ return import('@digigov/ui/content/Table/TableFloatingScroll').then(function (module) {
880
+ return {
881
+ "default": module['TableFloatingScroll']
882
+ };
883
+ });
884
+ }),
885
+ 'TaskList': /*#__PURE__*/lazy(function () {
886
+ return import('@digigov/ui/content/TaskList').then(function (module) {
887
+ return {
888
+ "default": module['TaskList']
889
+ };
890
+ });
891
+ }),
892
+ 'TaskListItem': /*#__PURE__*/lazy(function () {
893
+ return import('@digigov/ui/content/TaskList').then(function (module) {
894
+ return {
895
+ "default": module['TaskListItem']
896
+ };
897
+ });
898
+ }),
899
+ 'TaskListItemContent': /*#__PURE__*/lazy(function () {
900
+ return import('@digigov/ui/content/TaskList').then(function (module) {
901
+ return {
902
+ "default": module['TaskListItemContent']
903
+ };
904
+ });
905
+ }),
906
+ 'TaskListItemHeading': /*#__PURE__*/lazy(function () {
907
+ return import('@digigov/ui/content/TaskList').then(function (module) {
908
+ return {
909
+ "default": module['TaskListItemHeading']
910
+ };
911
+ });
912
+ }),
913
+ 'TaskListItemTag': /*#__PURE__*/lazy(function () {
914
+ return import('@digigov/ui/content/TaskList').then(function (module) {
915
+ return {
916
+ "default": module['TaskListItemTag']
917
+ };
918
+ });
919
+ }),
920
+ 'Timeline': /*#__PURE__*/lazy(function () {
921
+ return import('@digigov/ui/content/Timeline').then(function (module) {
922
+ return {
923
+ "default": module['Timeline']
924
+ };
925
+ });
926
+ }),
927
+ 'TimelineContent': /*#__PURE__*/lazy(function () {
928
+ return import('@digigov/ui/content/Timeline').then(function (module) {
929
+ return {
930
+ "default": module['TimelineContent']
931
+ };
932
+ });
933
+ }),
934
+ 'TimelineHeading': /*#__PURE__*/lazy(function () {
935
+ return import('@digigov/ui/content/Timeline').then(function (module) {
936
+ return {
937
+ "default": module['TimelineHeading']
938
+ };
939
+ });
940
+ }),
941
+ 'TimelineItem': /*#__PURE__*/lazy(function () {
942
+ return import('@digigov/ui/content/Timeline').then(function (module) {
943
+ return {
944
+ "default": module['TimelineItem']
945
+ };
946
+ });
947
+ }),
948
+ 'TimelineActions': /*#__PURE__*/lazy(function () {
949
+ return import('@digigov/ui/content/Timeline').then(function (module) {
950
+ return {
951
+ "default": module['TimelineActions']
952
+ };
953
+ });
954
+ }),
955
+ 'Markdown': /*#__PURE__*/lazy(function () {
956
+ return import('@digigov/ui/content/Markdown').then(function (module) {
957
+ return {
958
+ "default": module['Markdown']
959
+ };
960
+ });
961
+ }),
962
+ 'SafeHTML': /*#__PURE__*/lazy(function () {
963
+ return import('@digigov/ui/content/SafeHTML').then(function (module) {
964
+ return {
965
+ "default": module['SafeHTML']
966
+ };
967
+ });
968
+ }),
969
+ 'CopyToClipboard': /*#__PURE__*/lazy(function () {
970
+ return import('@digigov/ui/feedback/CopyToClipboard').then(function (module) {
971
+ return {
972
+ "default": module['CopyToClipboard']
973
+ };
974
+ });
975
+ }),
976
+ 'CopyToClipboardContainer': /*#__PURE__*/lazy(function () {
977
+ return import('@digigov/ui/feedback/CopyToClipboard').then(function (module) {
978
+ return {
979
+ "default": module['CopyToClipboardContainer']
980
+ };
981
+ });
982
+ }),
983
+ 'CopyToClipboardMessage': /*#__PURE__*/lazy(function () {
984
+ return import('@digigov/ui/feedback/CopyToClipboard').then(function (module) {
985
+ return {
986
+ "default": module['CopyToClipboardMessage']
987
+ };
988
+ });
989
+ }),
990
+ 'ErrorSummary': /*#__PURE__*/lazy(function () {
991
+ return import('@digigov/ui/feedback/ErrorSummary').then(function (module) {
992
+ return {
993
+ "default": module['ErrorSummary']
994
+ };
995
+ });
996
+ }),
997
+ 'NotificationBanner': /*#__PURE__*/lazy(function () {
998
+ return import('@digigov/ui/feedback/NotificationBanner').then(function (module) {
999
+ return {
1000
+ "default": module['NotificationBanner']
1001
+ };
1002
+ });
1003
+ }),
1004
+ 'NotificationBannerContainer': /*#__PURE__*/lazy(function () {
1005
+ return import('@digigov/ui/feedback/NotificationBanner').then(function (module) {
1006
+ return {
1007
+ "default": module['NotificationBannerContainer']
1008
+ };
1009
+ });
1010
+ }),
1011
+ 'NotificationBannerContent': /*#__PURE__*/lazy(function () {
1012
+ return import('@digigov/ui/feedback/NotificationBanner').then(function (module) {
1013
+ return {
1014
+ "default": module['NotificationBannerContent']
1015
+ };
1016
+ });
1017
+ }),
1018
+ 'NotificationBannerHeader': /*#__PURE__*/lazy(function () {
1019
+ return import('@digigov/ui/feedback/NotificationBanner').then(function (module) {
1020
+ return {
1021
+ "default": module['NotificationBannerHeader']
1022
+ };
1023
+ });
1024
+ }),
1025
+ 'NotificationBannerHeading': /*#__PURE__*/lazy(function () {
1026
+ return import('@digigov/ui/feedback/NotificationBanner').then(function (module) {
1027
+ return {
1028
+ "default": module['NotificationBannerHeading']
1029
+ };
1030
+ });
1031
+ }),
1032
+ 'NotificationBannerLink': /*#__PURE__*/lazy(function () {
1033
+ return import('@digigov/ui/feedback/NotificationBanner').then(function (module) {
1034
+ return {
1035
+ "default": module['NotificationBannerLink']
1036
+ };
1037
+ });
1038
+ }),
1039
+ 'PhaseBanner': /*#__PURE__*/lazy(function () {
1040
+ return import('@digigov/ui/feedback/PhaseBanner').then(function (module) {
1041
+ return {
1042
+ "default": module['PhaseBanner']
1043
+ };
1044
+ });
1045
+ }),
1046
+ 'PhaseBannerHeaderContainer': /*#__PURE__*/lazy(function () {
1047
+ return import('@digigov/ui/feedback/PhaseBanner').then(function (module) {
1048
+ return {
1049
+ "default": module['PhaseBannerHeaderContainer']
1050
+ };
1051
+ });
1052
+ }),
1053
+ 'PhaseBannerTag': /*#__PURE__*/lazy(function () {
1054
+ return import('@digigov/ui/feedback/PhaseBanner').then(function (module) {
1055
+ return {
1056
+ "default": module['PhaseBannerTag']
1057
+ };
1058
+ });
1059
+ }),
1060
+ 'PhaseBannerText': /*#__PURE__*/lazy(function () {
1061
+ return import('@digigov/ui/feedback/PhaseBanner').then(function (module) {
1062
+ return {
1063
+ "default": module['PhaseBannerText']
1064
+ };
1065
+ });
1066
+ }),
1067
+ 'WarningText': /*#__PURE__*/lazy(function () {
1068
+ return import('@digigov/ui/feedback/WarningText').then(function (module) {
1069
+ return {
1070
+ "default": module['WarningText']
1071
+ };
1072
+ });
1073
+ }),
1074
+ 'AutoComplete': /*#__PURE__*/lazy(function () {
1075
+ return import('@digigov/ui/form/AutoComplete').then(function (module) {
1076
+ return {
1077
+ "default": module['AutoComplete']
1078
+ };
1079
+ });
1080
+ }),
1081
+ 'AutoCompleteAssistiveHint': /*#__PURE__*/lazy(function () {
1082
+ return import('@digigov/ui/form/AutoComplete').then(function (module) {
1083
+ return {
1084
+ "default": module['AutoCompleteAssistiveHint']
1085
+ };
1086
+ });
1087
+ }),
1088
+ 'AutoCompleteInput': /*#__PURE__*/lazy(function () {
1089
+ return import('@digigov/ui/form/AutoComplete').then(function (module) {
1090
+ return {
1091
+ "default": module['AutoCompleteInput']
1092
+ };
1093
+ });
1094
+ }),
1095
+ 'AutoCompleteInputTypeahead': /*#__PURE__*/lazy(function () {
1096
+ return import('@digigov/ui/form/AutoComplete').then(function (module) {
1097
+ return {
1098
+ "default": module['AutoCompleteInputTypeahead']
1099
+ };
1100
+ });
1101
+ }),
1102
+ 'AutoCompleteResultList': /*#__PURE__*/lazy(function () {
1103
+ return import('@digigov/ui/form/AutoComplete').then(function (module) {
1104
+ return {
1105
+ "default": module['AutoCompleteResultList']
1106
+ };
1107
+ });
1108
+ }),
1109
+ 'AutoCompleteResultListItem': /*#__PURE__*/lazy(function () {
1110
+ return import('@digigov/ui/form/AutoComplete').then(function (module) {
1111
+ return {
1112
+ "default": module['AutoCompleteResultListItem']
1113
+ };
1114
+ });
1115
+ }),
1116
+ 'AutoCompleteWrapper': /*#__PURE__*/lazy(function () {
1117
+ return import('@digigov/ui/form/AutoComplete').then(function (module) {
1118
+ return {
1119
+ "default": module['AutoCompleteWrapper']
1120
+ };
1121
+ });
1122
+ }),
1123
+ 'AutoCompleteStatus': /*#__PURE__*/lazy(function () {
1124
+ return import('@digigov/ui/form/AutoComplete/Status').then(function (module) {
1125
+ return {
1126
+ "default": module['AutoCompleteStatus']
1127
+ };
1128
+ });
1129
+ }),
1130
+ 'AutoCompleteStatusWrapper': /*#__PURE__*/lazy(function () {
1131
+ return import('@digigov/ui/form/AutoComplete/Status').then(function (module) {
1132
+ return {
1133
+ "default": module['AutoCompleteStatusWrapper']
1134
+ };
1135
+ });
1136
+ }),
1137
+ 'ButtonLink': /*#__PURE__*/lazy(function () {
1138
+ return import('@digigov/ui/form/Button/ButtonLink').then(function (module) {
1139
+ return {
1140
+ "default": module['ButtonLink']
1141
+ };
1142
+ });
1143
+ }),
1144
+ 'CallToAction': /*#__PURE__*/lazy(function () {
1145
+ return import('@digigov/ui/form/Button/CallToAction').then(function (module) {
1146
+ return {
1147
+ "default": module['CallToAction']
1148
+ };
1149
+ });
1150
+ }),
1151
+ 'ContinueButton': /*#__PURE__*/lazy(function () {
1152
+ return import('@digigov/ui/form/Button').then(function (module) {
1153
+ return {
1154
+ "default": module['ContinueButton']
1155
+ };
1156
+ });
1157
+ }),
1158
+ 'Button': /*#__PURE__*/lazy(function () {
1159
+ return import('@digigov/ui/form/Button').then(function (module) {
1160
+ return {
1161
+ "default": module['Button']
1162
+ };
1163
+ });
1164
+ }),
1165
+ 'ThemeToggleButton': /*#__PURE__*/lazy(function () {
1166
+ return import('@digigov/ui/form/Button/ThemeToggleButton').then(function (module) {
1167
+ return {
1168
+ "default": module['ThemeToggleButton']
1169
+ };
1170
+ });
1171
+ }),
1172
+ 'ButtonGroup': /*#__PURE__*/lazy(function () {
1173
+ return import('@digigov/ui/form/Button').then(function (module) {
1174
+ return {
1175
+ "default": module['ButtonGroup']
1176
+ };
1177
+ });
1178
+ }),
1179
+ 'Checkbox': /*#__PURE__*/lazy(function () {
1180
+ return import('@digigov/ui/form/Checkbox').then(function (module) {
1181
+ return {
1182
+ "default": module['Checkbox']
1183
+ };
1184
+ });
1185
+ }),
1186
+ 'CheckboxItem': /*#__PURE__*/lazy(function () {
1187
+ return import('@digigov/ui/form/Checkbox').then(function (module) {
1188
+ return {
1189
+ "default": module['CheckboxItem']
1190
+ };
1191
+ });
1192
+ }),
1193
+ 'CheckboxConditional': /*#__PURE__*/lazy(function () {
1194
+ return import('@digigov/ui/form/Checkbox').then(function (module) {
1195
+ return {
1196
+ "default": module['CheckboxConditional']
1197
+ };
1198
+ });
1199
+ }),
1200
+ 'DateInputContainer': /*#__PURE__*/lazy(function () {
1201
+ return import('@digigov/ui/form/DateInputContainer').then(function (module) {
1202
+ return {
1203
+ "default": module['DateInputContainer']
1204
+ };
1205
+ });
1206
+ }),
1207
+ 'DateInputItem': /*#__PURE__*/lazy(function () {
1208
+ return import('@digigov/ui/form/DateInputContainer').then(function (module) {
1209
+ return {
1210
+ "default": module['DateInputItem']
1211
+ };
1212
+ });
1213
+ }),
1214
+ 'ErrorMessage': /*#__PURE__*/lazy(function () {
1215
+ return import('@digigov/ui/form/ErrorMessage').then(function (module) {
1216
+ return {
1217
+ "default": module['ErrorMessage']
1218
+ };
1219
+ });
1220
+ }),
1221
+ 'FieldContainer': /*#__PURE__*/lazy(function () {
1222
+ return import('@digigov/ui/form/FieldContainer').then(function (module) {
1223
+ return {
1224
+ "default": module['FieldContainer']
1225
+ };
1226
+ });
1227
+ }),
1228
+ 'Fieldset': /*#__PURE__*/lazy(function () {
1229
+ return import('@digigov/ui/form/FieldContainer').then(function (module) {
1230
+ return {
1231
+ "default": module['Fieldset']
1232
+ };
1233
+ });
1234
+ }),
1235
+ 'FieldsetLegend': /*#__PURE__*/lazy(function () {
1236
+ return import('@digigov/ui/form/FieldContainer').then(function (module) {
1237
+ return {
1238
+ "default": module['FieldsetLegend']
1239
+ };
1240
+ });
1241
+ }),
1242
+ 'FileUpload': /*#__PURE__*/lazy(function () {
1243
+ return import('@digigov/ui/form/FileUpload').then(function (module) {
1244
+ return {
1245
+ "default": module['FileUpload']
1246
+ };
1247
+ });
1248
+ }),
1249
+ 'FileUploadContainer': /*#__PURE__*/lazy(function () {
1250
+ return import('@digigov/ui/form/FileUpload').then(function (module) {
1251
+ return {
1252
+ "default": module['FileUploadContainer']
1253
+ };
1254
+ });
1255
+ }),
1256
+ 'Form': /*#__PURE__*/lazy(function () {
1257
+ return import('@digigov/ui/form/Form').then(function (module) {
1258
+ return {
1259
+ "default": module['Form']
1260
+ };
1261
+ });
1262
+ }),
1263
+ 'LabelContainer': /*#__PURE__*/lazy(function () {
1264
+ return import('@digigov/ui/form/LabelContainer').then(function (module) {
1265
+ return {
1266
+ "default": module['LabelContainer']
1267
+ };
1268
+ });
1269
+ }),
1270
+ 'LabelTitle': /*#__PURE__*/lazy(function () {
1271
+ return import('@digigov/ui/form/LabelContainer').then(function (module) {
1272
+ return {
1273
+ "default": module['LabelTitle']
1274
+ };
1275
+ });
1276
+ }),
1277
+ 'RadioContainer': /*#__PURE__*/lazy(function () {
1278
+ return import('@digigov/ui/form/RadioContainer').then(function (module) {
1279
+ return {
1280
+ "default": module['RadioContainer']
1281
+ };
1282
+ });
1283
+ }),
1284
+ 'RadioItem': /*#__PURE__*/lazy(function () {
1285
+ return import('@digigov/ui/form/RadioContainer').then(function (module) {
1286
+ return {
1287
+ "default": module['RadioItem']
1288
+ };
1289
+ });
1290
+ }),
1291
+ 'ChoiceDividerText': /*#__PURE__*/lazy(function () {
1292
+ return import('@digigov/ui/form/RadioContainer').then(function (module) {
1293
+ return {
1294
+ "default": module['ChoiceDividerText']
1295
+ };
1296
+ });
1297
+ }),
1298
+ 'RadioConditional': /*#__PURE__*/lazy(function () {
1299
+ return import('@digigov/ui/form/RadioContainer').then(function (module) {
1300
+ return {
1301
+ "default": module['RadioConditional']
1302
+ };
1303
+ });
1304
+ }),
1305
+ 'SearchContainer': /*#__PURE__*/lazy(function () {
1306
+ return import('@digigov/ui/form/SearchContainer').then(function (module) {
1307
+ return {
1308
+ "default": module['SearchContainer']
1309
+ };
1310
+ });
1311
+ }),
1312
+ 'SearchButton': /*#__PURE__*/lazy(function () {
1313
+ return import('@digigov/ui/form/SearchContainer').then(function (module) {
1314
+ return {
1315
+ "default": module['SearchButton']
1316
+ };
1317
+ });
1318
+ }),
1319
+ 'SearchIcon': /*#__PURE__*/lazy(function () {
1320
+ return import('@digigov/ui/form/SearchContainer').then(function (module) {
1321
+ return {
1322
+ "default": module['SearchIcon']
1323
+ };
1324
+ });
1325
+ }),
1326
+ 'SelectContainer': /*#__PURE__*/lazy(function () {
1327
+ return import('@digigov/ui/form/SelectContainer').then(function (module) {
1328
+ return {
1329
+ "default": module['SelectContainer']
1330
+ };
1331
+ });
1332
+ }),
1333
+ 'SelectOption': /*#__PURE__*/lazy(function () {
1334
+ return import('@digigov/ui/form/SelectContainer').then(function (module) {
1335
+ return {
1336
+ "default": module['SelectOption']
1337
+ };
1338
+ });
1339
+ }),
1340
+ 'SingleCharacterInputs': /*#__PURE__*/lazy(function () {
1341
+ return import('@digigov/ui/form/SingleCharacterInputs').then(function (module) {
1342
+ return {
1343
+ "default": module['SingleCharacterInputs']
1344
+ };
1345
+ });
1346
+ }),
1347
+ 'SingleCharacterInput': /*#__PURE__*/lazy(function () {
1348
+ return import('@digigov/ui/form/SingleCharacterInputs').then(function (module) {
1349
+ return {
1350
+ "default": module['SingleCharacterInput']
1351
+ };
1352
+ });
1353
+ }),
1354
+ 'TextArea': /*#__PURE__*/lazy(function () {
1355
+ return import('@digigov/ui/form/TextArea').then(function (module) {
1356
+ return {
1357
+ "default": module['TextArea']
1358
+ };
1359
+ });
1360
+ }),
1361
+ 'TextInput': /*#__PURE__*/lazy(function () {
1362
+ return import('@digigov/ui/form/TextInput').then(function (module) {
1363
+ return {
1364
+ "default": module['TextInput']
1365
+ };
1366
+ });
1367
+ }),
1368
+ 'Copyright': /*#__PURE__*/lazy(function () {
1369
+ return import('@digigov/ui/govgr/Footer/Copyright').then(function (module) {
1370
+ return {
1371
+ "default": module['Copyright']
1372
+ };
1373
+ });
1374
+ }),
1375
+ 'CopyrightContainer': /*#__PURE__*/lazy(function () {
1376
+ return import('@digigov/ui/govgr/Footer/Copyright').then(function (module) {
1377
+ return {
1378
+ "default": module['CopyrightContainer']
1379
+ };
1380
+ });
1381
+ }),
1382
+ 'HellenicRepublicLogo': /*#__PURE__*/lazy(function () {
1383
+ return import('@digigov/ui/govgr/Footer/HellenicRepublicLogo').then(function (module) {
1384
+ return {
1385
+ "default": module['HellenicRepublicLogo']
1386
+ };
1387
+ });
1388
+ }),
1389
+ 'GovGRFooter': /*#__PURE__*/lazy(function () {
1390
+ return import('@digigov/ui/govgr/Footer').then(function (module) {
1391
+ return {
1392
+ "default": module['GovGRFooter']
1393
+ };
1394
+ });
1395
+ }),
1396
+ 'LicenseCCSA': /*#__PURE__*/lazy(function () {
1397
+ return import('@digigov/ui/govgr/Footer/LicenseCCSA').then(function (module) {
1398
+ return {
1399
+ "default": module['LicenseCCSA']
1400
+ };
1401
+ });
1402
+ }),
1403
+ 'GovGRLogo': /*#__PURE__*/lazy(function () {
1404
+ return import('@digigov/ui/govgr/GovGRLogo').then(function (module) {
1405
+ return {
1406
+ "default": module['GovGRLogo']
1407
+ };
1408
+ });
1409
+ }),
1410
+ 'I18nText': /*#__PURE__*/lazy(function () {
1411
+ return import('@digigov/ui/i18n/I18nText').then(function (module) {
1412
+ return {
1413
+ "default": module['I18nText']
1414
+ };
1415
+ });
1416
+ }),
1417
+ 'I18NContext': /*#__PURE__*/lazy(function () {
1418
+ return import('@digigov/ui/i18n').then(function (module) {
1419
+ return {
1420
+ "default": module['I18NContext']
1421
+ };
1422
+ });
1423
+ }),
1424
+ 'I18NProvider': /*#__PURE__*/lazy(function () {
1425
+ return import('@digigov/ui/i18n').then(function (module) {
1426
+ return {
1427
+ "default": module['I18NProvider']
1428
+ };
1429
+ });
1430
+ }),
1431
+ 'Icon': /*#__PURE__*/lazy(function () {
1432
+ return import('@digigov/ui/icons/Icon').then(function (module) {
1433
+ return {
1434
+ "default": module['Icon']
1435
+ };
1436
+ });
1437
+ }),
1438
+ 'AccessibilityIcon': /*#__PURE__*/lazy(function () {
1439
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1440
+ return {
1441
+ "default": module['AccessibilityIcon']
1442
+ };
1443
+ });
1444
+ }),
1445
+ 'ArrowIcon': /*#__PURE__*/lazy(function () {
1446
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1447
+ return {
1448
+ "default": module['ArrowIcon']
1449
+ };
1450
+ });
1451
+ }),
1452
+ 'BurgerIcon': /*#__PURE__*/lazy(function () {
1453
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1454
+ return {
1455
+ "default": module['BurgerIcon']
1456
+ };
1457
+ });
1458
+ }),
1459
+ 'CaretIcon': /*#__PURE__*/lazy(function () {
1460
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1461
+ return {
1462
+ "default": module['CaretIcon']
1463
+ };
1464
+ });
1465
+ }),
1466
+ 'CheckIcon': /*#__PURE__*/lazy(function () {
1467
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1468
+ return {
1469
+ "default": module['CheckIcon']
1470
+ };
1471
+ });
1472
+ }),
1473
+ 'ChevronIcon': /*#__PURE__*/lazy(function () {
1474
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1475
+ return {
1476
+ "default": module['ChevronIcon']
1477
+ };
1478
+ });
1479
+ }),
1480
+ 'UncheckIcon': /*#__PURE__*/lazy(function () {
1481
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1482
+ return {
1483
+ "default": module['UncheckIcon']
1484
+ };
1485
+ });
1486
+ }),
1487
+ 'CloseIcon': /*#__PURE__*/lazy(function () {
1488
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1489
+ return {
1490
+ "default": module['CloseIcon']
1491
+ };
1492
+ });
1493
+ }),
1494
+ 'GlobeIcon': /*#__PURE__*/lazy(function () {
1495
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1496
+ return {
1497
+ "default": module['GlobeIcon']
1498
+ };
1499
+ });
1500
+ }),
1501
+ 'MoreVertIcon': /*#__PURE__*/lazy(function () {
1502
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1503
+ return {
1504
+ "default": module['MoreVertIcon']
1505
+ };
1506
+ });
1507
+ }),
1508
+ 'CancelIcon': /*#__PURE__*/lazy(function () {
1509
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1510
+ return {
1511
+ "default": module['CancelIcon']
1512
+ };
1513
+ });
1514
+ }),
1515
+ 'LockIcon': /*#__PURE__*/lazy(function () {
1516
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1517
+ return {
1518
+ "default": module['LockIcon']
1519
+ };
1520
+ });
1521
+ }),
1522
+ 'DownloadIcon': /*#__PURE__*/lazy(function () {
1523
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1524
+ return {
1525
+ "default": module['DownloadIcon']
1526
+ };
1527
+ });
1528
+ }),
1529
+ 'PdfFileIcon': /*#__PURE__*/lazy(function () {
1530
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1531
+ return {
1532
+ "default": module['PdfFileIcon']
1533
+ };
1534
+ });
1535
+ }),
1536
+ 'PlusIcon': /*#__PURE__*/lazy(function () {
1537
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1538
+ return {
1539
+ "default": module['PlusIcon']
1540
+ };
1541
+ });
1542
+ }),
1543
+ 'MinusIcon': /*#__PURE__*/lazy(function () {
1544
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1545
+ return {
1546
+ "default": module['MinusIcon']
1547
+ };
1548
+ });
1549
+ }),
1550
+ 'LoginIcon': /*#__PURE__*/lazy(function () {
1551
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1552
+ return {
1553
+ "default": module['LoginIcon']
1554
+ };
1555
+ });
1556
+ }),
1557
+ 'RestoreIcon': /*#__PURE__*/lazy(function () {
1558
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1559
+ return {
1560
+ "default": module['RestoreIcon']
1561
+ };
1562
+ });
1563
+ }),
1564
+ 'ReplyIcon': /*#__PURE__*/lazy(function () {
1565
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1566
+ return {
1567
+ "default": module['ReplyIcon']
1568
+ };
1569
+ });
1570
+ }),
1571
+ 'ChatIcon': /*#__PURE__*/lazy(function () {
1572
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1573
+ return {
1574
+ "default": module['ChatIcon']
1575
+ };
1576
+ });
1577
+ }),
1578
+ 'ExclamationIcon': /*#__PURE__*/lazy(function () {
1579
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1580
+ return {
1581
+ "default": module['ExclamationIcon']
1582
+ };
1583
+ });
1584
+ }),
1585
+ 'PrintIcon': /*#__PURE__*/lazy(function () {
1586
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
1587
+ return {
1588
+ "default": module['PrintIcon']
1589
+ };
1590
+ });
1591
+ }),
1592
+ 'ImageLogo': /*#__PURE__*/lazy(function () {
1593
+ return import('@digigov/ui/icons/ImageLogo').then(function (module) {
1594
+ return {
1595
+ "default": module['ImageLogo']
1596
+ };
1597
+ });
1598
+ }),
1599
+ 'ImageLogoSet': /*#__PURE__*/lazy(function () {
1600
+ return import('@digigov/ui/icons/ImageLogoSet').then(function (module) {
1601
+ return {
1602
+ "default": module['ImageLogoSet']
1603
+ };
1604
+ });
1605
+ }),
1606
+ 'AdminLayout': /*#__PURE__*/lazy(function () {
1607
+ return import('@digigov/ui/layouts/Admin').then(function (module) {
1608
+ return {
1609
+ "default": module['AdminLayout']
1610
+ };
1611
+ });
1612
+ }),
1613
+ 'BasicLayout': /*#__PURE__*/lazy(function () {
1614
+ return import('@digigov/ui/layouts').then(function (module) {
1615
+ return {
1616
+ "default": module['BasicLayout']
1617
+ };
1618
+ });
1619
+ }),
1620
+ 'Grid': /*#__PURE__*/lazy(function () {
1621
+ return import('@digigov/ui/layouts/Grid').then(function (module) {
1622
+ return {
1623
+ "default": module['Grid']
1624
+ };
1625
+ });
1626
+ }),
1627
+ 'SectionBreak': /*#__PURE__*/lazy(function () {
1628
+ return import('@digigov/ui/layouts/SectionBreak').then(function (module) {
1629
+ return {
1630
+ "default": module['SectionBreak']
1631
+ };
1632
+ });
1633
+ }),
1634
+ 'Stack': /*#__PURE__*/lazy(function () {
1635
+ return import('@digigov/ui/layouts').then(function (module) {
1636
+ return {
1637
+ "default": module['Stack']
1638
+ };
1639
+ });
1640
+ }),
1641
+ 'AdminContainer': /*#__PURE__*/lazy(function () {
1642
+ return import('@digigov/ui/layouts/Admin').then(function (module) {
1643
+ return {
1644
+ "default": module['AdminContainer']
1645
+ };
1646
+ });
1647
+ }),
1648
+ 'AdminMain': /*#__PURE__*/lazy(function () {
1649
+ return import('@digigov/ui/layouts/Admin').then(function (module) {
1650
+ return {
1651
+ "default": module['AdminMain']
1652
+ };
1653
+ });
1654
+ }),
1655
+ 'AdminAside': /*#__PURE__*/lazy(function () {
1656
+ return import('@digigov/ui/layouts/Admin').then(function (module) {
1657
+ return {
1658
+ "default": module['AdminAside']
1659
+ };
1660
+ });
1661
+ }),
1662
+ 'AdminTopSection': /*#__PURE__*/lazy(function () {
1663
+ return import('@digigov/ui/layouts/Admin').then(function (module) {
1664
+ return {
1665
+ "default": module['AdminTopSection']
1666
+ };
1667
+ });
1668
+ }),
1669
+ 'AdminHeader': /*#__PURE__*/lazy(function () {
1670
+ return import('@digigov/ui/layouts/Admin').then(function (module) {
1671
+ return {
1672
+ "default": module['AdminHeader']
1673
+ };
1674
+ });
1675
+ }),
1676
+ 'AdminHeaderContent': /*#__PURE__*/lazy(function () {
1677
+ return import('@digigov/ui/layouts/Admin').then(function (module) {
1678
+ return {
1679
+ "default": module['AdminHeaderContent']
1680
+ };
1681
+ });
1682
+ }),
1683
+ 'Layout': /*#__PURE__*/lazy(function () {
1684
+ return import('@digigov/ui/layouts/Basic').then(function (module) {
1685
+ return {
1686
+ "default": module['Layout']
1687
+ };
1688
+ });
1689
+ }),
1690
+ 'Top': /*#__PURE__*/lazy(function () {
1691
+ return import('@digigov/ui/layouts/Basic/Top').then(function (module) {
1692
+ return {
1693
+ "default": module['Top']
1694
+ };
1695
+ });
1696
+ }),
1697
+ 'Aside': /*#__PURE__*/lazy(function () {
1698
+ return import('@digigov/ui/layouts/Basic/Aside').then(function (module) {
1699
+ return {
1700
+ "default": module['Aside']
1701
+ };
1702
+ });
1703
+ }),
1704
+ 'Main': /*#__PURE__*/lazy(function () {
1705
+ return import('@digigov/ui/layouts/Basic/Main').then(function (module) {
1706
+ return {
1707
+ "default": module['Main']
1708
+ };
1709
+ });
1710
+ }),
1711
+ 'Container': /*#__PURE__*/lazy(function () {
1712
+ return import('@digigov/ui/layouts/Basic/Container').then(function (module) {
1713
+ return {
1714
+ "default": module['Container']
1715
+ };
1716
+ });
1717
+ }),
1718
+ 'Bottom': /*#__PURE__*/lazy(function () {
1719
+ return import('@digigov/ui/layouts/Basic/Bottom').then(function (module) {
1720
+ return {
1721
+ "default": module['Bottom']
1722
+ };
1723
+ });
1724
+ }),
1725
+ 'Hidden': /*#__PURE__*/lazy(function () {
1726
+ return import('@digigov/ui/layouts/Hidden').then(function (module) {
1727
+ return {
1728
+ "default": module['Hidden']
1729
+ };
1730
+ });
1731
+ }),
1732
+ 'BackLink': /*#__PURE__*/lazy(function () {
1733
+ return import('@digigov/ui/navigation/BackLink').then(function (module) {
1734
+ return {
1735
+ "default": module['BackLink']
1736
+ };
1737
+ });
1738
+ }),
1739
+ 'Breadcrumbs': /*#__PURE__*/lazy(function () {
1740
+ return import('@digigov/ui/navigation/Breadcrumbs').then(function (module) {
1741
+ return {
1742
+ "default": module['Breadcrumbs']
1743
+ };
1744
+ });
1745
+ }),
1746
+ 'BreadcrumbsList': /*#__PURE__*/lazy(function () {
1747
+ return import('@digigov/ui/navigation/Breadcrumbs').then(function (module) {
1748
+ return {
1749
+ "default": module['BreadcrumbsList']
1750
+ };
1751
+ });
1752
+ }),
1753
+ 'BreadcrumbsListItem': /*#__PURE__*/lazy(function () {
1754
+ return import('@digigov/ui/navigation/Breadcrumbs').then(function (module) {
1755
+ return {
1756
+ "default": module['BreadcrumbsListItem']
1757
+ };
1758
+ });
1759
+ }),
1760
+ 'Drawer': /*#__PURE__*/lazy(function () {
1761
+ return import('@digigov/ui/navigation/Drawer').then(function (module) {
1762
+ return {
1763
+ "default": module['Drawer']
1764
+ };
1765
+ });
1766
+ }),
1767
+ 'DrawerHeading': /*#__PURE__*/lazy(function () {
1768
+ return import('@digigov/ui/navigation/Drawer').then(function (module) {
1769
+ return {
1770
+ "default": module['DrawerHeading']
1771
+ };
1772
+ });
1773
+ }),
1774
+ 'DrawerAuto': /*#__PURE__*/lazy(function () {
1775
+ return import('@digigov/ui/navigation/Drawer/auto').then(function (module) {
1776
+ return {
1777
+ "default": module['DrawerAuto']
1778
+ };
1779
+ });
1780
+ }),
1781
+ 'DrawerButtonAuto': /*#__PURE__*/lazy(function () {
1782
+ return import('@digigov/ui/navigation/Drawer/auto').then(function (module) {
1783
+ return {
1784
+ "default": module['DrawerButtonAuto']
1785
+ };
1786
+ });
1787
+ }),
1788
+ 'DrawerContext': /*#__PURE__*/lazy(function () {
1789
+ return import('@digigov/ui/navigation/Drawer/auto').then(function (module) {
1790
+ return {
1791
+ "default": module['DrawerContext']
1792
+ };
1793
+ });
1794
+ }),
1795
+ 'DrawerHeadingAuto': /*#__PURE__*/lazy(function () {
1796
+ return import('@digigov/ui/navigation/Drawer/auto').then(function (module) {
1797
+ return {
1798
+ "default": module['DrawerHeadingAuto']
1799
+ };
1800
+ });
1801
+ }),
1802
+ 'DrawerProvider': /*#__PURE__*/lazy(function () {
1803
+ return import('@digigov/ui/navigation/Drawer/auto').then(function (module) {
1804
+ return {
1805
+ "default": module['DrawerProvider']
1806
+ };
1807
+ });
1808
+ }),
1809
+ 'Dropdown': /*#__PURE__*/lazy(function () {
1810
+ return import('@digigov/ui/navigation/Dropdown').then(function (module) {
1811
+ return {
1812
+ "default": module['Dropdown']
1813
+ };
1814
+ });
1815
+ }),
1816
+ 'DropdownBase': /*#__PURE__*/lazy(function () {
1817
+ return import('@digigov/ui/navigation/Dropdown').then(function (module) {
1818
+ return {
1819
+ "default": module['DropdownBase']
1820
+ };
1821
+ });
1822
+ }),
1823
+ 'DropdownButton': /*#__PURE__*/lazy(function () {
1824
+ return import('@digigov/ui/navigation/Dropdown').then(function (module) {
1825
+ return {
1826
+ "default": module['DropdownButton']
1827
+ };
1828
+ });
1829
+ }),
1830
+ 'DropdownContent': /*#__PURE__*/lazy(function () {
1831
+ return import('@digigov/ui/navigation/Dropdown').then(function (module) {
1832
+ return {
1833
+ "default": module['DropdownContent']
1834
+ };
1835
+ });
1836
+ }),
1837
+ 'CommonLink': /*#__PURE__*/lazy(function () {
1838
+ return import('@digigov/ui/navigation/Link').then(function (module) {
1839
+ return {
1840
+ "default": module['CommonLink']
1841
+ };
1842
+ });
1843
+ }),
1844
+ 'Link': /*#__PURE__*/lazy(function () {
1845
+ return import('@digigov/ui/navigation/Link').then(function (module) {
1846
+ return {
1847
+ "default": module['Link']
1848
+ };
1849
+ });
1850
+ }),
1851
+ 'LinkBase': /*#__PURE__*/lazy(function () {
1852
+ return import('@digigov/ui/navigation/Link').then(function (module) {
1853
+ return {
1854
+ "default": module['LinkBase']
1855
+ };
1856
+ });
1857
+ }),
1858
+ 'LinkProvider': /*#__PURE__*/lazy(function () {
1859
+ return import('@digigov/ui/navigation/Link').then(function (module) {
1860
+ return {
1861
+ "default": module['LinkProvider']
1862
+ };
1863
+ });
1864
+ }),
1865
+ 'NavList': /*#__PURE__*/lazy(function () {
1866
+ return import('@digigov/ui/navigation/NavList/NavList').then(function (module) {
1867
+ return {
1868
+ "default": module['NavList']
1869
+ };
1870
+ });
1871
+ }),
1872
+ 'NavListAuto': /*#__PURE__*/lazy(function () {
1873
+ return import('@digigov/ui/navigation/NavList/NavListAuto').then(function (module) {
1874
+ return {
1875
+ "default": module['NavListAuto']
1876
+ };
1877
+ });
1878
+ }),
1879
+ 'NavMenuContentList': /*#__PURE__*/lazy(function () {
1880
+ return import('@digigov/ui/navigation/NavList/NavMenuContentList').then(function (module) {
1881
+ return {
1882
+ "default": module['NavMenuContentList']
1883
+ };
1884
+ });
1885
+ }),
1886
+ 'NavMenuContentListBase': /*#__PURE__*/lazy(function () {
1887
+ return import('@digigov/ui/navigation/NavList/NavMenuContentList').then(function (module) {
1888
+ return {
1889
+ "default": module['NavMenuContentListBase']
1890
+ };
1891
+ });
1892
+ }),
1893
+ 'Nav': /*#__PURE__*/lazy(function () {
1894
+ return import('@digigov/ui/navigation/NavList/Nav').then(function (module) {
1895
+ return {
1896
+ "default": module['Nav']
1897
+ };
1898
+ });
1899
+ }),
1900
+ 'NavMenuContainer': /*#__PURE__*/lazy(function () {
1901
+ return import('@digigov/ui/navigation/NavList').then(function (module) {
1902
+ return {
1903
+ "default": module['NavMenuContainer']
1904
+ };
1905
+ });
1906
+ }),
1907
+ 'NavMenuContent': /*#__PURE__*/lazy(function () {
1908
+ return import('@digigov/ui/navigation/NavList').then(function (module) {
1909
+ return {
1910
+ "default": module['NavMenuContent']
1911
+ };
1912
+ });
1913
+ }),
1914
+ 'NavMenuContentListItem': /*#__PURE__*/lazy(function () {
1915
+ return import('@digigov/ui/navigation/NavList').then(function (module) {
1916
+ return {
1917
+ "default": module['NavMenuContentListItem']
1918
+ };
1919
+ });
1920
+ }),
1921
+ 'NavMenuTitle': /*#__PURE__*/lazy(function () {
1922
+ return import('@digigov/ui/navigation/NavList').then(function (module) {
1923
+ return {
1924
+ "default": module['NavMenuTitle']
1925
+ };
1926
+ });
1927
+ }),
1928
+ 'NavListItemActionContainer': /*#__PURE__*/lazy(function () {
1929
+ return import('@digigov/ui/navigation/NavList').then(function (module) {
1930
+ return {
1931
+ "default": module['NavListItemActionContainer']
1932
+ };
1933
+ });
1934
+ }),
1935
+ 'NavListItemAction': /*#__PURE__*/lazy(function () {
1936
+ return import('@digigov/ui/navigation/NavList').then(function (module) {
1937
+ return {
1938
+ "default": module['NavListItemAction']
1939
+ };
1940
+ });
1941
+ }),
1942
+ 'NavListItemLink': /*#__PURE__*/lazy(function () {
1943
+ return import('@digigov/ui/navigation/NavList').then(function (module) {
1944
+ return {
1945
+ "default": module['NavListItemLink']
1946
+ };
1947
+ });
1948
+ }),
1949
+ 'NavListItemButton': /*#__PURE__*/lazy(function () {
1950
+ return import('@digigov/ui/navigation/NavList').then(function (module) {
1951
+ return {
1952
+ "default": module['NavListItemButton']
1953
+ };
1954
+ });
1955
+ }),
1956
+ 'PaginationLabel': /*#__PURE__*/lazy(function () {
1957
+ return import('@digigov/ui/navigation/Pagination').then(function (module) {
1958
+ return {
1959
+ "default": module['PaginationLabel']
1960
+ };
1961
+ });
1962
+ }),
1963
+ 'PaginationLabelContainer': /*#__PURE__*/lazy(function () {
1964
+ return import('@digigov/ui/navigation/Pagination').then(function (module) {
1965
+ return {
1966
+ "default": module['PaginationLabelContainer']
1967
+ };
1968
+ });
1969
+ }),
1970
+ 'PaginationListItemButton': /*#__PURE__*/lazy(function () {
1971
+ return import('@digigov/ui/navigation/Pagination').then(function (module) {
1972
+ return {
1973
+ "default": module['PaginationListItemButton']
1974
+ };
1975
+ });
1976
+ }),
1977
+ 'PaginationResultsPerPageSelect': /*#__PURE__*/lazy(function () {
1978
+ return import('@digigov/ui/navigation/Pagination').then(function (module) {
1979
+ return {
1980
+ "default": module['PaginationResultsPerPageSelect']
1981
+ };
1982
+ });
1983
+ }),
1984
+ 'Pagination': /*#__PURE__*/lazy(function () {
1985
+ return import('@digigov/ui/navigation/Pagination').then(function (module) {
1986
+ return {
1987
+ "default": module['Pagination']
1988
+ };
1989
+ });
1990
+ }),
1991
+ 'PaginationListItem': /*#__PURE__*/lazy(function () {
1992
+ return import('@digigov/ui/navigation/Pagination').then(function (module) {
1993
+ return {
1994
+ "default": module['PaginationListItem']
1995
+ };
1996
+ });
1997
+ }),
1998
+ 'PaginationList': /*#__PURE__*/lazy(function () {
1999
+ return import('@digigov/ui/navigation/Pagination').then(function (module) {
2000
+ return {
2001
+ "default": module['PaginationList']
2002
+ };
2003
+ });
2004
+ }),
2005
+ 'PaginationAuto': /*#__PURE__*/lazy(function () {
2006
+ return import('@digigov/ui/navigation/Pagination/auto').then(function (module) {
2007
+ return {
2008
+ "default": module['PaginationAuto']
2009
+ };
2010
+ });
2011
+ }),
2012
+ 'PaginationContextAuto': /*#__PURE__*/lazy(function () {
2013
+ return import('@digigov/ui/navigation/Pagination/auto').then(function (module) {
2014
+ return {
2015
+ "default": module['PaginationContextAuto']
2016
+ };
2017
+ });
2018
+ }),
2019
+ 'PaginationLabelAuto': /*#__PURE__*/lazy(function () {
2020
+ return import('@digigov/ui/navigation/Pagination/auto').then(function (module) {
2021
+ return {
2022
+ "default": module['PaginationLabelAuto']
2023
+ };
2024
+ });
2025
+ }),
2026
+ 'PaginationListAuto': /*#__PURE__*/lazy(function () {
2027
+ return import('@digigov/ui/navigation/Pagination/auto').then(function (module) {
2028
+ return {
2029
+ "default": module['PaginationListAuto']
2030
+ };
2031
+ });
2032
+ }),
2033
+ 'PaginationResultsPerPageSelectAuto': /*#__PURE__*/lazy(function () {
2034
+ return import('@digigov/ui/navigation/Pagination/auto').then(function (module) {
2035
+ return {
2036
+ "default": module['PaginationResultsPerPageSelectAuto']
2037
+ };
2038
+ });
2039
+ }),
2040
+ 'SkipLink': /*#__PURE__*/lazy(function () {
2041
+ return import('@digigov/ui/navigation/SkipLink').then(function (module) {
2042
+ return {
2043
+ "default": module['SkipLink']
2044
+ };
2045
+ });
2046
+ }),
2047
+ 'Tabs': /*#__PURE__*/lazy(function () {
2048
+ return import('@digigov/ui/navigation/Tabs').then(function (module) {
2049
+ return {
2050
+ "default": module['Tabs']
2051
+ };
2052
+ });
2053
+ }),
2054
+ 'TabsList': /*#__PURE__*/lazy(function () {
2055
+ return import('@digigov/ui/navigation/Tabs').then(function (module) {
2056
+ return {
2057
+ "default": module['TabsList']
2058
+ };
2059
+ });
2060
+ }),
2061
+ 'TabsListItemBase': /*#__PURE__*/lazy(function () {
2062
+ return import('@digigov/ui/navigation/Tabs').then(function (module) {
2063
+ return {
2064
+ "default": module['TabsListItemBase']
2065
+ };
2066
+ });
2067
+ }),
2068
+ 'TabsPanelBase': /*#__PURE__*/lazy(function () {
2069
+ return import('@digigov/ui/navigation/Tabs').then(function (module) {
2070
+ return {
2071
+ "default": module['TabsPanelBase']
2072
+ };
2073
+ });
2074
+ }),
2075
+ 'TabsHeading': /*#__PURE__*/lazy(function () {
2076
+ return import('@digigov/ui/navigation/Tabs').then(function (module) {
2077
+ return {
2078
+ "default": module['TabsHeading']
2079
+ };
2080
+ });
2081
+ }),
2082
+ 'TabsAuto': /*#__PURE__*/lazy(function () {
2083
+ return import('@digigov/ui/navigation/Tabs/auto').then(function (module) {
2084
+ return {
2085
+ "default": module['TabsAuto']
2086
+ };
2087
+ });
2088
+ }),
2089
+ 'TabsContext': /*#__PURE__*/lazy(function () {
2090
+ return import('@digigov/ui/navigation/Tabs/auto').then(function (module) {
2091
+ return {
2092
+ "default": module['TabsContext']
2093
+ };
2094
+ });
2095
+ }),
2096
+ 'TabsListItem': /*#__PURE__*/lazy(function () {
2097
+ return import('@digigov/ui/navigation/Tabs/auto').then(function (module) {
2098
+ return {
2099
+ "default": module['TabsListItem']
2100
+ };
2101
+ });
2102
+ }),
2103
+ 'TabsPanel': /*#__PURE__*/lazy(function () {
2104
+ return import('@digigov/ui/navigation/Tabs/auto').then(function (module) {
2105
+ return {
2106
+ "default": module['TabsPanel']
2107
+ };
2108
+ });
2109
+ }),
2110
+ 'Heading': /*#__PURE__*/lazy(function () {
2111
+ return import('@digigov/ui/typography/Heading').then(function (module) {
2112
+ return {
2113
+ "default": module['Heading']
2114
+ };
2115
+ });
2116
+ }),
2117
+ 'HeadingCaption': /*#__PURE__*/lazy(function () {
2118
+ return import('@digigov/ui/typography/HeadingCaption').then(function (module) {
2119
+ return {
2120
+ "default": module['HeadingCaption']
2121
+ };
2122
+ });
2123
+ }),
2124
+ 'Paragraph': /*#__PURE__*/lazy(function () {
2125
+ return import('@digigov/ui/typography/Paragraph').then(function (module) {
2126
+ return {
2127
+ "default": module['Paragraph']
2128
+ };
2129
+ });
2130
+ }),
2131
+ 'NormalText': /*#__PURE__*/lazy(function () {
2132
+ return import('@digigov/ui/typography/NormalText').then(function (module) {
2133
+ return {
2134
+ "default": module['NormalText']
2135
+ };
2136
+ });
2137
+ }),
2138
+ 'Hint': /*#__PURE__*/lazy(function () {
2139
+ return import('@digigov/ui/typography/Hint').then(function (module) {
2140
+ return {
2141
+ "default": module['Hint']
2142
+ };
2143
+ });
2144
+ }),
2145
+ 'Typography': /*#__PURE__*/lazy(function () {
2146
+ return import('@digigov/ui/typography/Typography').then(function (module) {
2147
+ return {
2148
+ "default": module['Typography']
2149
+ };
2150
+ });
2151
+ }),
2152
+ 'Base': /*#__PURE__*/lazy(function () {
2153
+ return import('@digigov/ui/utils/Base').then(function (module) {
2154
+ return {
2155
+ "default": module['Base']
2156
+ };
2157
+ });
2158
+ }),
2159
+ 'SvgIcon': /*#__PURE__*/lazy(function () {
2160
+ return import('@digigov/ui/utils/SvgIcon').then(function (module) {
2161
+ return {
2162
+ "default": module['SvgIcon']
2163
+ };
2164
+ });
2165
+ }),
2166
+ 'VisuallyHidden': /*#__PURE__*/lazy(function () {
2167
+ return import('@digigov/ui/utils/VisuallyHidden').then(function (module) {
2168
+ return {
2169
+ "default": module['VisuallyHidden']
2170
+ };
2171
+ });
2172
+ }),
2173
+ 'Screen': /*#__PURE__*/lazy(function () {
2174
+ return import('@digigov/ui/layouts/Screen').then(function (module) {
2175
+ return {
2176
+ "default": module['Screen']
2177
+ };
2178
+ });
2179
+ }),
2180
+ 'Section': /*#__PURE__*/lazy(function () {
2181
+ return import('@digigov/ui/layouts/Section').then(function (module) {
2182
+ return {
2183
+ "default": module['Section']
2184
+ };
2185
+ });
2186
+ }),
2187
+ 'BackToTop': /*#__PURE__*/lazy(function () {
2188
+ return import('@digigov/ui/navigation/BackToTopLink').then(function (module) {
2189
+ return {
2190
+ "default": module['BackToTop']
2191
+ };
2192
+ });
2193
+ }),
2194
+ 'BackToTopContainer': /*#__PURE__*/lazy(function () {
2195
+ return import('@digigov/ui/navigation/BackToTopLink').then(function (module) {
2196
+ return {
2197
+ "default": module['BackToTopContainer']
2198
+ };
2199
+ });
2200
+ }),
2201
+ 'BackToTopLink': /*#__PURE__*/lazy(function () {
2202
+ return import('@digigov/ui/navigation/BackToTopLink').then(function (module) {
2203
+ return {
2204
+ "default": module['BackToTopLink']
2205
+ };
2206
+ });
2207
+ }),
2208
+ 'BackToTopLimit': /*#__PURE__*/lazy(function () {
2209
+ return import('@digigov/ui/navigation/BackToTopLink').then(function (module) {
2210
+ return {
2211
+ "default": module['BackToTopLimit']
2212
+ };
2213
+ });
2214
+ }),
2215
+ 'Code': /*#__PURE__*/lazy(function () {
2216
+ return import('@digigov/ui/typography/Code').then(function (module) {
2217
+ return {
2218
+ "default": module['Code']
2219
+ };
2220
+ });
2221
+ }),
2222
+ 'CodeBlock': /*#__PURE__*/lazy(function () {
2223
+ return import('@digigov/ui/typography/CodeBlock').then(function (module) {
2224
+ return {
2225
+ "default": module['CodeBlock']
2226
+ };
2227
+ });
2228
+ })
2229
+ };