@digigov/ui 2.0.0-0edebf87 → 2.0.0-107d908d

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 (3562) hide show
  1. package/app/App/index.js +11 -10
  2. package/app/App.js.map +7 -0
  3. package/app/BannerContainer/BannerContainer.stories.d.ts +1 -1
  4. package/app/BannerContainer/__stories__/CookiesBanner.d.ts +2 -2
  5. package/app/BannerContainer/index.js +7 -3
  6. package/app/BannerContainer/index.js.map +7 -0
  7. package/app/BottomInfo/index.js +9 -5
  8. package/app/BottomInfo/index.js.map +7 -0
  9. package/app/CloseButton/index.js +7 -3
  10. package/app/CloseButton/index.js.map +7 -0
  11. package/app/FilterContainer/index.js +15 -11
  12. package/app/FilterContainer/index.js.map +7 -0
  13. package/app/Footer/Footer.stories.d.ts +53 -9
  14. package/app/Footer/FooterLink/index.js +17 -0
  15. package/app/Footer/FooterLink/package.json +6 -0
  16. package/app/Footer/FooterLink.d.ts +7 -0
  17. package/app/Footer/FooterLink.js.map +7 -0
  18. package/app/Footer/__stories__/Default.d.ts +2 -2
  19. package/app/Footer/__stories__/DefaultCopyright.d.ts +2 -2
  20. package/app/Footer/__stories__/FooterAllInclusive.d.ts +2 -2
  21. package/app/Footer/__stories__/FooterWithLink.d.ts +2 -2
  22. package/app/Footer/__stories__/FooterWithLogo.d.ts +2 -2
  23. package/app/Footer/__stories__/FooterWithSecondaryNavigation.d.ts +2 -2
  24. package/app/Footer/__stories__/FooterWithText.d.ts +2 -2
  25. package/app/Footer/__stories__/YearCopyright.d.ts +2 -2
  26. package/app/Footer/index.d.ts +1 -1
  27. package/app/Footer/index.js +19 -15
  28. package/app/Footer/index.js.map +7 -0
  29. package/app/Header/Header.stories.d.ts +57 -6
  30. package/app/Header/HeaderContent/index.js +7 -3
  31. package/app/Header/HeaderContent.js.map +7 -0
  32. package/app/Header/HeaderLogo/index.js +17 -3
  33. package/app/Header/HeaderLogo.d.ts +6 -2
  34. package/app/Header/HeaderLogo.js.map +7 -0
  35. package/app/Header/HeaderNavMenuContent/index.js +7 -3
  36. package/app/Header/HeaderNavMenuContent.js.map +7 -0
  37. package/app/Header/HeaderSecondaryLogo/index.js +15 -3
  38. package/app/Header/HeaderSecondaryLogo.d.ts +6 -2
  39. package/app/Header/HeaderSecondaryLogo.js.map +7 -0
  40. package/app/Header/HeaderSection/index.js +7 -3
  41. package/app/Header/HeaderSection.js.map +7 -0
  42. package/app/Header/HeaderTitle/index.js +15 -3
  43. package/app/Header/HeaderTitle.d.ts +6 -2
  44. package/app/Header/HeaderTitle.js.map +7 -0
  45. package/app/Header/__stories__/Default.d.ts +2 -2
  46. package/app/Header/__stories__/WithHeaderNavigation.d.ts +2 -2
  47. package/app/Header/__stories__/WithNavigation.d.ts +2 -2
  48. package/app/Header/__stories__/WithServiceName.d.ts +2 -2
  49. package/app/Header/__stories__/WithServiceNameAndLogo.d.ts +2 -2
  50. package/app/Header/index.js +13 -9
  51. package/app/Header/index.js.map +7 -0
  52. package/app/Header/interaction.test.d.ts +1 -0
  53. package/app/Loader/Loader.stories.d.ts +2 -1
  54. package/app/Loader/__stories__/Default.d.ts +2 -2
  55. package/app/Loader/__stories__/FullPageLoader.d.ts +2 -0
  56. package/app/Loader/index.d.ts +1 -1
  57. package/app/Loader/index.js +9 -5
  58. package/app/Loader/index.js.map +7 -0
  59. package/app/Loader/index.native/index.js +102 -0
  60. package/app/Loader/index.native/package.json +6 -0
  61. package/app/Loader/index.native.d.ts +3 -0
  62. package/app/Loader/index.native.js.map +7 -0
  63. package/app/Loader/index.web/index.js +2 -0
  64. package/app/Loader/index.web/package.json +6 -0
  65. package/app/Loader/index.web.d.ts +1 -0
  66. package/app/Loader/index.web.js.map +7 -0
  67. package/app/Masthead/Masthead.stories.d.ts +6 -3
  68. package/app/Masthead/__stories__/Default.d.ts +2 -2
  69. package/app/Masthead/__stories__/Secondary.d.ts +3 -0
  70. package/app/Masthead/__stories__/WithElements.d.ts +2 -2
  71. package/app/Masthead/__stories__/WithLogo.d.ts +2 -2
  72. package/app/Masthead/index.js +9 -5
  73. package/app/Masthead/index.js.map +7 -0
  74. package/app/Modal/Modal.stories.d.ts +8 -6
  75. package/app/Modal/__stories__/AlertDialog.d.ts +2 -2
  76. package/app/Modal/__stories__/Auto.d.ts +2 -2
  77. package/app/Modal/__stories__/Default.d.ts +2 -2
  78. package/app/Modal/__stories__/Dense.d.ts +2 -2
  79. package/app/Modal/__stories__/WithHooks.d.ts +2 -2
  80. package/app/Modal/__stories__/WithoutModalGaps.d.ts +2 -2
  81. package/app/Modal/auto/index.js +49 -55
  82. package/app/Modal/auto.d.ts +4 -4
  83. package/app/Modal/auto.js.map +7 -0
  84. package/app/Modal/hooks/index.js +56 -53
  85. package/app/Modal/hooks.d.ts +2 -2
  86. package/app/Modal/hooks.js.map +7 -0
  87. package/app/Modal/index.d.ts +2 -8
  88. package/app/Modal/index.js +13 -60
  89. package/app/Modal/index.js.map +7 -0
  90. package/app/Modal/index.native/index.js +20 -0
  91. package/app/Modal/index.native/package.json +6 -0
  92. package/app/Modal/index.native.d.ts +7 -0
  93. package/app/Modal/index.native.js.map +7 -0
  94. package/app/Modal/index.web/index.js +51 -0
  95. package/app/Modal/index.web/package.json +6 -0
  96. package/app/Modal/index.web.d.ts +8 -0
  97. package/app/Modal/index.web.js.map +7 -0
  98. package/app/NotFound/NotFound.stories.d.ts +3 -1
  99. package/app/NotFound/__stories__/Default.d.ts +2 -2
  100. package/app/NotFound/index.js +14 -10
  101. package/app/NotFound/index.js.map +7 -0
  102. package/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion/index.js +283 -166
  103. package/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion.js.map +7 -0
  104. package/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck/index.js +22 -20
  105. package/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck.js.map +7 -0
  106. package/app/OutdatedBrowserBanner/index.d.ts +1 -1
  107. package/app/OutdatedBrowserBanner/index.js +17 -21
  108. package/app/OutdatedBrowserBanner/index.js.map +7 -0
  109. package/app/PageTitleContainer/index.js +9 -5
  110. package/app/PageTitleContainer/index.js.map +7 -0
  111. package/app/Panel/Panel.stories.d.ts +3 -1
  112. package/app/Panel/__stories__/Default.d.ts +2 -2
  113. package/app/Panel/index.js +9 -5
  114. package/app/Panel/index.js.map +7 -0
  115. package/app/PhaseBannerHeader/PhaseBannerHeader.stories.d.ts +3 -1
  116. package/app/PhaseBannerHeader/__stories__/Default.d.ts +2 -2
  117. package/app/PhaseBannerHeader/index.d.ts +2 -2
  118. package/app/PhaseBannerHeader/index.js +14 -17
  119. package/app/PhaseBannerHeader/index.js.map +7 -0
  120. package/app/QrCodeScanner/QrCodeScanner.stories.d.ts +1 -1
  121. package/app/QrCodeScanner/__stories__/Default.d.ts +2 -2
  122. package/app/QrCodeScanner/index.d.ts +1 -0
  123. package/app/QrCodeScanner/index.js +49 -50
  124. package/app/QrCodeScanner/index.js.map +7 -0
  125. package/app/QrCodeViewer/QRCode.stories.d.ts +4 -2
  126. package/app/QrCodeViewer/__stories__/Custom.d.ts +2 -2
  127. package/app/QrCodeViewer/__stories__/Default.d.ts +2 -2
  128. package/app/QrCodeViewer/index.js +94 -97
  129. package/app/QrCodeViewer/index.js.map +7 -0
  130. package/app/QrCodeViewer/qrcodegen/index.js +993 -943
  131. package/app/QrCodeViewer/qrcodegen.js.map +7 -0
  132. package/app/QrCodeViewer/types/index.js +1 -1
  133. package/app/QrCodeViewer/types.d.ts +6 -6
  134. package/app/QrCodeViewer/types.js.map +7 -0
  135. package/app/QrCodeViewer/utils/index.js +42 -54
  136. package/app/QrCodeViewer/utils.js.map +7 -0
  137. package/app/Skeleton/Skeleton.stories.d.ts +67 -10
  138. package/app/Skeleton/__stories__/Button.d.ts +2 -2
  139. package/app/Skeleton/__stories__/Circular.d.ts +2 -2
  140. package/app/Skeleton/__stories__/Default.d.ts +2 -2
  141. package/app/Skeleton/__stories__/NoAnimation.d.ts +2 -2
  142. package/app/Skeleton/__stories__/Rectangular.d.ts +2 -2
  143. package/app/Skeleton/__stories__/SpecificWidthAndHeight.d.ts +2 -2
  144. package/app/Skeleton/__stories__/TextSizes.d.ts +2 -2
  145. package/app/Skeleton/__stories__/UnderTypography.d.ts +2 -2
  146. package/app/Skeleton/__stories__/WithChildren.d.ts +2 -2
  147. package/app/Skeleton/index.js +7 -3
  148. package/app/Skeleton/index.js.map +7 -0
  149. package/app/Skeleton/index.test.d.ts +1 -0
  150. package/app/ThemeOptions/index.d.ts +1 -1
  151. package/app/ThemeOptions/index.js +156 -206
  152. package/app/ThemeOptions/index.js.map +7 -0
  153. package/app/hooks/useFontSize/index.js +21 -7
  154. package/app/hooks/useFontSize.js.map +7 -0
  155. package/app/hooks/useHighlightLinks/index.js +29 -24
  156. package/app/hooks/useHighlightLinks.js.map +7 -0
  157. package/app/hooks/useLetterSpacing/index.js +17 -7
  158. package/app/hooks/useLetterSpacing.js.map +7 -0
  159. package/app/hooks/useLineHeight/index.js +21 -7
  160. package/app/hooks/useLineHeight.js.map +7 -0
  161. package/app/hooks/useTheme/index.js +39 -30
  162. package/app/hooks/useTheme.js.map +7 -0
  163. package/app/hooks/useVariantVars/index.js +18 -17
  164. package/app/hooks/useVariantVars.js.map +7 -0
  165. package/app/index.js +17 -16
  166. package/app/index.js.map +7 -0
  167. package/cjs/app/App/index.js +43 -18
  168. package/cjs/app/App.js.map +7 -0
  169. package/cjs/app/BannerContainer/index.js +38 -13
  170. package/cjs/app/BannerContainer/index.js.map +7 -0
  171. package/cjs/app/BottomInfo/index.js +41 -38
  172. package/cjs/app/BottomInfo/index.js.map +7 -0
  173. package/cjs/app/CloseButton/index.js +39 -21
  174. package/cjs/app/CloseButton/index.js.map +7 -0
  175. package/cjs/app/FilterContainer/index.js +57 -119
  176. package/cjs/app/FilterContainer/index.js.map +7 -0
  177. package/cjs/app/Footer/FooterLink/index.js +50 -0
  178. package/cjs/app/Footer/FooterLink.js.map +7 -0
  179. package/cjs/app/Footer/index.js +63 -165
  180. package/cjs/app/Footer/index.js.map +7 -0
  181. package/cjs/app/Header/HeaderContent/index.js +38 -13
  182. package/cjs/app/Header/HeaderContent.js.map +7 -0
  183. package/cjs/app/Header/HeaderLogo/index.js +48 -21
  184. package/cjs/app/Header/HeaderLogo.js.map +7 -0
  185. package/cjs/app/Header/HeaderNavMenuContent/index.js +38 -13
  186. package/cjs/app/Header/HeaderNavMenuContent.js.map +7 -0
  187. package/cjs/app/Header/HeaderSecondaryLogo/index.js +46 -13
  188. package/cjs/app/Header/HeaderSecondaryLogo.js.map +7 -0
  189. package/cjs/app/Header/HeaderSection/index.js +39 -21
  190. package/cjs/app/Header/HeaderSection.js.map +7 -0
  191. package/cjs/app/Header/HeaderTitle/index.js +46 -21
  192. package/cjs/app/Header/HeaderTitle.js.map +7 -0
  193. package/cjs/app/Header/index.js +53 -95
  194. package/cjs/app/Header/index.js.map +7 -0
  195. package/cjs/app/Loader/index.js +43 -45
  196. package/cjs/app/Loader/index.js.map +7 -0
  197. package/cjs/app/Loader/index.native/index.js +135 -0
  198. package/cjs/app/Loader/index.native.js.map +7 -0
  199. package/cjs/app/Loader/index.web/index.js +22 -0
  200. package/cjs/app/Loader/index.web.js.map +7 -0
  201. package/cjs/app/Masthead/index.js +43 -45
  202. package/cjs/app/Masthead/index.js.map +7 -0
  203. package/cjs/app/Modal/auto/index.js +85 -64
  204. package/cjs/app/Modal/auto.js.map +7 -0
  205. package/cjs/app/Modal/hooks/index.js +88 -62
  206. package/cjs/app/Modal/hooks.js.map +7 -0
  207. package/cjs/app/Modal/index.js +51 -136
  208. package/cjs/app/Modal/index.js.map +7 -0
  209. package/cjs/app/Modal/index.native/index.js +53 -0
  210. package/cjs/app/Modal/index.native.js.map +7 -0
  211. package/cjs/app/Modal/index.web/index.js +85 -0
  212. package/cjs/app/Modal/index.web.js.map +7 -0
  213. package/cjs/app/NotFound/index.js +46 -16
  214. package/cjs/app/NotFound/index.js.map +7 -0
  215. package/cjs/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion/index.js +305 -173
  216. package/cjs/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion.js.map +7 -0
  217. package/cjs/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck/index.js +54 -27
  218. package/cjs/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck.js.map +7 -0
  219. package/cjs/app/OutdatedBrowserBanner/index.js +50 -41
  220. package/cjs/app/OutdatedBrowserBanner/index.js.map +7 -0
  221. package/cjs/app/PageTitleContainer/index.js +43 -45
  222. package/cjs/app/PageTitleContainer/index.js.map +7 -0
  223. package/cjs/app/Panel/index.js +43 -45
  224. package/cjs/app/Panel/index.js.map +7 -0
  225. package/cjs/app/PhaseBannerHeader/index.js +46 -23
  226. package/cjs/app/PhaseBannerHeader/index.js.map +7 -0
  227. package/cjs/app/QrCodeScanner/index.js +81 -61
  228. package/cjs/app/QrCodeScanner/index.js.map +7 -0
  229. package/cjs/app/QrCodeViewer/index.js +127 -112
  230. package/cjs/app/QrCodeViewer/index.js.map +7 -0
  231. package/cjs/app/QrCodeViewer/qrcodegen/index.js +1013 -948
  232. package/cjs/app/QrCodeViewer/qrcodegen.js.map +7 -0
  233. package/cjs/app/QrCodeViewer/types/index.js +16 -5
  234. package/cjs/app/QrCodeViewer/types.js.map +7 -0
  235. package/cjs/app/QrCodeViewer/utils/index.js +65 -60
  236. package/cjs/app/QrCodeViewer/utils.js.map +7 -0
  237. package/cjs/app/Skeleton/index.js +39 -21
  238. package/cjs/app/Skeleton/index.js.map +7 -0
  239. package/cjs/app/ThemeOptions/index.js +185 -215
  240. package/cjs/app/ThemeOptions/index.js.map +7 -0
  241. package/cjs/app/hooks/useFontSize/index.js +54 -14
  242. package/cjs/app/hooks/useFontSize.js.map +7 -0
  243. package/cjs/app/hooks/useHighlightLinks/index.js +51 -30
  244. package/cjs/app/hooks/useHighlightLinks.js.map +7 -0
  245. package/cjs/app/hooks/useLetterSpacing/index.js +50 -14
  246. package/cjs/app/hooks/useLetterSpacing.js.map +7 -0
  247. package/cjs/app/hooks/useLineHeight/index.js +54 -14
  248. package/cjs/app/hooks/useLineHeight.js.map +7 -0
  249. package/cjs/app/hooks/useTheme/index.js +61 -36
  250. package/cjs/app/hooks/useTheme.js.map +7 -0
  251. package/cjs/app/hooks/useVariantVars/index.js +36 -23
  252. package/cjs/app/hooks/useVariantVars.js.map +7 -0
  253. package/cjs/app/index.js +52 -181
  254. package/cjs/app/index.js.map +7 -0
  255. package/cjs/content/Accordion/auto/index.js +94 -61
  256. package/cjs/content/Accordion/auto.js.map +7 -0
  257. package/cjs/content/Accordion/hooks/index.js +142 -125
  258. package/cjs/content/Accordion/hooks.js.map +7 -0
  259. package/cjs/content/Accordion/index.js +53 -108
  260. package/cjs/content/Accordion/index.js.map +7 -0
  261. package/cjs/content/Blockquote/index.js +39 -21
  262. package/cjs/content/Blockquote/index.js.map +7 -0
  263. package/cjs/content/Card/index.js +45 -57
  264. package/cjs/content/Card/index.js.map +7 -0
  265. package/cjs/content/Chip/index.js +45 -57
  266. package/cjs/content/Chip/index.js.map +7 -0
  267. package/cjs/content/Details/index.js +43 -45
  268. package/cjs/content/Details/index.js.map +7 -0
  269. package/cjs/content/FillableText/index.js +41 -33
  270. package/cjs/content/FillableText/index.js.map +7 -0
  271. package/cjs/content/List/List/index.js +39 -21
  272. package/cjs/content/List/List.js.map +7 -0
  273. package/cjs/content/List/ListItem/index.js +38 -13
  274. package/cjs/content/List/ListItem.js.map +7 -0
  275. package/cjs/content/List/index.js +29 -33
  276. package/cjs/content/List/index.js.map +7 -0
  277. package/cjs/content/Markdown/index.js +48 -16
  278. package/cjs/content/Markdown/index.js.map +7 -0
  279. package/cjs/content/Markdown/useMarkdownToHTML/index.js +82 -63
  280. package/cjs/content/Markdown/useMarkdownToHTML.js.map +7 -0
  281. package/cjs/content/SafeHTML/index.js +101 -78
  282. package/cjs/content/SafeHTML/index.js.map +7 -0
  283. package/cjs/content/StepNav/auto/index.js +91 -60
  284. package/cjs/content/StepNav/auto.js.map +7 -0
  285. package/cjs/content/StepNav/index.js +71 -129
  286. package/cjs/content/StepNav/index.js.map +7 -0
  287. package/cjs/content/SummaryList/index.js +37 -66
  288. package/cjs/content/SummaryList/index.js.map +7 -0
  289. package/cjs/content/Table/TableFloatingScroll/index.js +90 -75
  290. package/cjs/content/Table/TableFloatingScroll.js.map +7 -0
  291. package/cjs/content/Table/hooks/useSort/index.js +39 -27
  292. package/cjs/content/Table/hooks/useSort.js.map +7 -0
  293. package/cjs/content/Table/index.js +151 -249
  294. package/cjs/content/Table/index.js.map +7 -0
  295. package/cjs/content/TaskList/index.js +47 -69
  296. package/cjs/content/TaskList/index.js.map +7 -0
  297. package/cjs/content/Timeline/index.js +47 -69
  298. package/cjs/content/Timeline/index.js.map +7 -0
  299. package/cjs/content/index.js +44 -137
  300. package/cjs/content/index.js.map +7 -0
  301. package/cjs/custom.d/index.js +1 -1
  302. package/cjs/custom.d.js.map +7 -0
  303. package/cjs/feedback/CopyToClipboard/index.js +74 -62
  304. package/cjs/feedback/CopyToClipboard/index.js.map +7 -0
  305. package/cjs/feedback/ErrorSummary/index.js +39 -21
  306. package/cjs/feedback/ErrorSummary/index.js.map +7 -0
  307. package/cjs/feedback/NotificationBanner/index.js +62 -60
  308. package/cjs/feedback/NotificationBanner/index.js.map +7 -0
  309. package/cjs/feedback/PhaseBanner/index.js +45 -57
  310. package/cjs/feedback/PhaseBanner/index.js.map +7 -0
  311. package/cjs/feedback/WarningText/index.js +42 -21
  312. package/cjs/feedback/WarningText/index.js.map +7 -0
  313. package/cjs/feedback/index.js +29 -59
  314. package/cjs/feedback/index.js.map +7 -0
  315. package/cjs/form/AutoComplete/Status/index.js +111 -141
  316. package/cjs/form/AutoComplete/Status/index.js.map +7 -0
  317. package/cjs/form/AutoComplete/__stories__/utils/index.js +1 -1
  318. package/cjs/form/AutoComplete/__stories__/utils.js.map +7 -0
  319. package/cjs/form/AutoComplete/index.js +615 -704
  320. package/cjs/form/AutoComplete/index.js.map +7 -0
  321. package/cjs/form/AutoComplete/utils/index.js +311 -35
  322. package/cjs/form/AutoComplete/utils.js.map +7 -0
  323. package/cjs/form/Button/ButtonLink/index.js +48 -21
  324. package/cjs/form/Button/ButtonLink.js.map +7 -0
  325. package/cjs/form/Button/CallToAction/index.js +46 -21
  326. package/cjs/form/Button/CallToAction.js.map +7 -0
  327. package/cjs/form/Button/ThemeToggleButton/index.js +71 -43
  328. package/cjs/form/Button/ThemeToggleButton.js.map +7 -0
  329. package/cjs/form/Button/index.js +56 -81
  330. package/cjs/form/Button/index.js.map +7 -0
  331. package/cjs/form/Checkbox/index.js +45 -45
  332. package/cjs/form/Checkbox/index.js.map +7 -0
  333. package/cjs/form/DateInputContainer/index.js +41 -33
  334. package/cjs/form/DateInputContainer/index.js.map +7 -0
  335. package/cjs/form/ErrorMessage/index.js +39 -21
  336. package/cjs/form/ErrorMessage/index.js.map +7 -0
  337. package/cjs/form/FieldContainer/index.js +43 -45
  338. package/cjs/form/FieldContainer/index.js.map +7 -0
  339. package/cjs/form/FileUpload/index.js +41 -33
  340. package/cjs/form/FileUpload/index.js.map +7 -0
  341. package/cjs/form/Form/index.js +38 -13
  342. package/cjs/form/Form/index.js.map +7 -0
  343. package/cjs/form/LabelContainer/index.js +41 -33
  344. package/cjs/form/LabelContainer/index.js.map +7 -0
  345. package/cjs/form/RadioContainer/index.js +45 -57
  346. package/cjs/form/RadioContainer/index.js.map +7 -0
  347. package/cjs/form/SearchContainer/index.js +43 -45
  348. package/cjs/form/SearchContainer/index.js.map +7 -0
  349. package/cjs/form/SelectContainer/index.js +41 -33
  350. package/cjs/form/SelectContainer/index.js.map +7 -0
  351. package/cjs/form/SingleCharacterInputs/index.js +41 -33
  352. package/cjs/form/SingleCharacterInputs/index.js.map +7 -0
  353. package/cjs/form/TextArea/index.js +39 -21
  354. package/cjs/form/TextArea/index.js.map +7 -0
  355. package/cjs/form/TextInput/index.js +39 -21
  356. package/cjs/form/TextInput/index.js.map +7 -0
  357. package/cjs/form/index.js +50 -170
  358. package/cjs/form/index.js.map +7 -0
  359. package/cjs/govgr/Footer/Copyright/index.js +78 -44
  360. package/cjs/govgr/Footer/Copyright.js.map +7 -0
  361. package/cjs/govgr/Footer/HellenicRepublicLogo/index.js +38 -13
  362. package/cjs/govgr/Footer/HellenicRepublicLogo.js.map +7 -0
  363. package/cjs/govgr/Footer/LicenseCCSA/index.js +53 -20
  364. package/cjs/govgr/Footer/LicenseCCSA.js.map +7 -0
  365. package/cjs/govgr/Footer/index.js +58 -24
  366. package/cjs/govgr/Footer/index.js.map +7 -0
  367. package/cjs/govgr/Footer/logo/index.js +23 -6
  368. package/cjs/govgr/Footer/logo.js.map +7 -0
  369. package/cjs/govgr/Footer/logos/logo-el/index.js +23 -6
  370. package/cjs/govgr/Footer/logos/logo-el.js.map +7 -0
  371. package/cjs/govgr/Footer/logos/logo-en/index.js +23 -6
  372. package/cjs/govgr/Footer/logos/logo-en.js.map +7 -0
  373. package/cjs/govgr/GovGRLogo/index.js +47 -12
  374. package/cjs/govgr/GovGRLogo/index.js.map +7 -0
  375. package/cjs/govgr/GovGRLogo/logo/index.js +23 -6
  376. package/cjs/govgr/GovGRLogo/logo.js.map +7 -0
  377. package/cjs/govgr/images/govgr-logo-base64/index.js +23 -6
  378. package/cjs/govgr/images/govgr-logo-base64.js.map +7 -0
  379. package/cjs/govgr/images/govgr-logo-blue-base64/index.js +23 -6
  380. package/cjs/govgr/images/govgr-logo-blue-base64.js.map +7 -0
  381. package/cjs/govgr/images/greek-government-base64/index.js +23 -6
  382. package/cjs/govgr/images/greek-government-base64.js.map +7 -0
  383. package/cjs/govgr/images/grnet-logo-base64/index.js +23 -6
  384. package/cjs/govgr/images/grnet-logo-base64.js.map +7 -0
  385. package/cjs/govgr/images/index.js +29 -59
  386. package/cjs/govgr/images/index.js.map +7 -0
  387. package/cjs/govgr/images/minedu-logo-base64/index.js +23 -6
  388. package/cjs/govgr/images/minedu-logo-base64.js.map +7 -0
  389. package/cjs/govgr/images/minedu-logo-black-base64/index.js +23 -6
  390. package/cjs/govgr/images/minedu-logo-black-base64.js.map +7 -0
  391. package/cjs/govgr/index.js +29 -59
  392. package/cjs/govgr/index.js.map +7 -0
  393. package/cjs/i18n/I18nText/index.js +71 -41
  394. package/cjs/i18n/I18nText.js.map +7 -0
  395. package/cjs/i18n/index.js +85 -38
  396. package/cjs/i18n/index.js.map +7 -0
  397. package/cjs/i18n/locales/el/index.js +122 -81
  398. package/cjs/i18n/locales/el.js.map +7 -0
  399. package/cjs/i18n/locales/en/index.js +118 -77
  400. package/cjs/i18n/locales/en.js.map +7 -0
  401. package/cjs/icons/Icon/index.js +43 -45
  402. package/cjs/icons/Icon/index.js.map +7 -0
  403. package/cjs/icons/IconBase/index.js +41 -0
  404. package/cjs/icons/IconBase/index.js.map +7 -0
  405. package/cjs/icons/ImageLogo/index.js +39 -21
  406. package/cjs/icons/ImageLogo/index.js.map +7 -0
  407. package/cjs/icons/ImageLogoSet/index.js +39 -21
  408. package/cjs/icons/ImageLogoSet/index.js.map +7 -0
  409. package/cjs/icons/SvgIcon/index.js +41 -0
  410. package/cjs/icons/SvgIcon/index.js.map +7 -0
  411. package/cjs/icons/index.js +75 -25
  412. package/cjs/icons/index.js.map +7 -0
  413. package/cjs/index.js +42 -126
  414. package/cjs/index.js.map +7 -0
  415. package/cjs/layouts/Admin/index.js +53 -95
  416. package/cjs/layouts/Admin/index.js.map +7 -0
  417. package/cjs/layouts/Basic/Aside/index.js +39 -21
  418. package/cjs/layouts/Basic/Aside/index.js.map +7 -0
  419. package/cjs/layouts/Basic/Bottom/index.js +39 -21
  420. package/cjs/layouts/Basic/Bottom/index.js.map +7 -0
  421. package/cjs/layouts/Basic/Container/index.js +39 -21
  422. package/cjs/layouts/Basic/Container/index.js.map +7 -0
  423. package/cjs/layouts/Basic/Main/index.js +39 -21
  424. package/cjs/layouts/Basic/Main/index.js.map +7 -0
  425. package/cjs/layouts/Basic/Top/index.js +39 -21
  426. package/cjs/layouts/Basic/Top/index.js.map +7 -0
  427. package/cjs/layouts/Basic/index.js +51 -95
  428. package/cjs/layouts/Basic/index.js.map +7 -0
  429. package/cjs/layouts/Grid/index.js +38 -13
  430. package/cjs/layouts/Grid/index.js.map +7 -0
  431. package/cjs/layouts/Hidden/index.js +21 -15
  432. package/cjs/layouts/Hidden/index.js.map +7 -0
  433. package/cjs/layouts/Screen/index.js +51 -23
  434. package/cjs/layouts/Screen/index.js.map +7 -0
  435. package/cjs/layouts/Section/index.js +39 -21
  436. package/cjs/layouts/Section/index.js.map +7 -0
  437. package/cjs/layouts/SectionBreak/index.js +39 -21
  438. package/cjs/layouts/SectionBreak/index.js.map +7 -0
  439. package/cjs/layouts/Stack/index.js +40 -8
  440. package/cjs/layouts/Stack/index.js.map +7 -0
  441. package/cjs/layouts/index.js +61 -115
  442. package/cjs/layouts/index.js.map +7 -0
  443. package/cjs/lazy.js +376 -0
  444. package/cjs/lazy.js.map +7 -0
  445. package/cjs/navigation/BackLink/index.js +48 -21
  446. package/cjs/navigation/BackLink/index.js.map +7 -0
  447. package/cjs/navigation/BackToTopLink/index.js +78 -89
  448. package/cjs/navigation/BackToTopLink/index.js.map +7 -0
  449. package/cjs/navigation/Breadcrumbs/BreadcrumbsListItem/index.js +61 -0
  450. package/cjs/navigation/Breadcrumbs/BreadcrumbsListItem.js.map +7 -0
  451. package/cjs/navigation/Breadcrumbs/BreadcrumbsListItemLink/index.js +48 -0
  452. package/cjs/navigation/Breadcrumbs/BreadcrumbsListItemLink.js.map +7 -0
  453. package/cjs/navigation/Breadcrumbs/auto/index.js +79 -0
  454. package/cjs/navigation/Breadcrumbs/auto.js.map +7 -0
  455. package/cjs/navigation/Breadcrumbs/hooks/index.js +74 -0
  456. package/cjs/navigation/Breadcrumbs/hooks.js.map +7 -0
  457. package/cjs/navigation/Breadcrumbs/index.js +49 -45
  458. package/cjs/navigation/Breadcrumbs/index.js.map +7 -0
  459. package/cjs/navigation/Breadcrumbs/slug/index.js +120 -0
  460. package/cjs/navigation/Breadcrumbs/slug.js.map +7 -0
  461. package/cjs/navigation/Breadcrumbs/utils/index.js +52 -0
  462. package/cjs/navigation/Breadcrumbs/utils.js.map +7 -0
  463. package/cjs/navigation/Drawer/auto/index.js +100 -67
  464. package/cjs/navigation/Drawer/auto.js.map +7 -0
  465. package/cjs/navigation/Drawer/hooks/index.js +76 -50
  466. package/cjs/navigation/Drawer/hooks.js.map +7 -0
  467. package/cjs/navigation/Drawer/index.js +41 -45
  468. package/cjs/navigation/Drawer/index.js.map +7 -0
  469. package/cjs/navigation/Dropdown/index.js +117 -127
  470. package/cjs/navigation/Dropdown/index.js.map +7 -0
  471. package/cjs/navigation/Link/index.js +56 -37
  472. package/cjs/navigation/Link/index.js.map +7 -0
  473. package/cjs/navigation/NavList/Nav/index.js +39 -21
  474. package/cjs/navigation/NavList/Nav.js.map +7 -0
  475. package/cjs/navigation/NavList/NavList/index.js +39 -21
  476. package/cjs/navigation/NavList/NavList.js.map +7 -0
  477. package/cjs/navigation/NavList/NavListAuto/index.js +75 -50
  478. package/cjs/navigation/NavList/NavListAuto/index.js.map +7 -0
  479. package/cjs/navigation/NavList/NavListItemAction/index.js +66 -0
  480. package/cjs/navigation/NavList/NavListItemAction.js.map +7 -0
  481. package/cjs/navigation/NavList/NavListItemLink/index.js +48 -0
  482. package/cjs/navigation/NavList/NavListItemLink.js.map +7 -0
  483. package/cjs/navigation/NavList/NavMenuContentList/index.js +83 -64
  484. package/cjs/navigation/NavList/NavMenuContentList.js.map +7 -0
  485. package/cjs/navigation/NavList/hooks/useNavList/index.js +54 -43
  486. package/cjs/navigation/NavList/hooks/useNavList.js.map +7 -0
  487. package/cjs/navigation/NavList/hooks/useTogglableNav/index.js +174 -166
  488. package/cjs/navigation/NavList/hooks/useTogglableNav.js.map +7 -0
  489. package/cjs/navigation/NavList/index.js +71 -191
  490. package/cjs/navigation/NavList/index.js.map +7 -0
  491. package/cjs/navigation/NavList/types/index.js +16 -5
  492. package/cjs/navigation/NavList/types.js.map +7 -0
  493. package/cjs/navigation/Pagination/Pagination/index.js +81 -0
  494. package/cjs/navigation/Pagination/Pagination.js.map +7 -0
  495. package/cjs/navigation/Pagination/auto/index.js +113 -68
  496. package/cjs/navigation/Pagination/auto.js.map +7 -0
  497. package/cjs/navigation/Pagination/hooks/index.js +73 -68
  498. package/cjs/navigation/Pagination/hooks.js.map +7 -0
  499. package/cjs/navigation/Pagination/index.js +50 -145
  500. package/cjs/navigation/Pagination/index.js.map +7 -0
  501. package/cjs/navigation/SkipLink/index.js +38 -13
  502. package/cjs/navigation/SkipLink/index.js.map +7 -0
  503. package/cjs/navigation/Tabs/auto/index.js +67 -50
  504. package/cjs/navigation/Tabs/auto.js.map +7 -0
  505. package/cjs/navigation/Tabs/hooks/index.js +109 -78
  506. package/cjs/navigation/Tabs/hooks.js.map +7 -0
  507. package/cjs/navigation/Tabs/index.js +51 -95
  508. package/cjs/navigation/Tabs/index.js.map +7 -0
  509. package/cjs/navigation/index.js +38 -104
  510. package/cjs/navigation/index.js.map +7 -0
  511. package/cjs/registry.js +431 -0
  512. package/cjs/registry.js.map +7 -0
  513. package/cjs/typography/Code/index.js +39 -21
  514. package/cjs/typography/Code/index.js.map +7 -0
  515. package/cjs/typography/CodeBlock/index.js +128 -20
  516. package/cjs/typography/CodeBlock/index.js.map +7 -0
  517. package/cjs/typography/Heading/index.js +39 -21
  518. package/cjs/typography/Heading/index.js.map +7 -0
  519. package/cjs/typography/HeadingCaption/index.js +39 -21
  520. package/cjs/typography/HeadingCaption/index.js.map +7 -0
  521. package/cjs/typography/Hint/index.js +39 -21
  522. package/cjs/typography/Hint/index.js.map +7 -0
  523. package/cjs/typography/NormalText/index.js +39 -21
  524. package/cjs/typography/NormalText/index.js.map +7 -0
  525. package/cjs/typography/Paragraph/index.js +39 -21
  526. package/cjs/typography/Paragraph/index.js.map +7 -0
  527. package/cjs/typography/Typography/index.js +39 -21
  528. package/cjs/typography/Typography/index.js.map +7 -0
  529. package/cjs/typography/index.js +31 -70
  530. package/cjs/typography/index.js.map +7 -0
  531. package/cjs/utils/Base/index.js +42 -21
  532. package/cjs/utils/Base/index.js.map +7 -0
  533. package/cjs/utils/TestVariant/index.js +54 -23
  534. package/cjs/utils/TestVariant/index.js.map +7 -0
  535. package/cjs/utils/Typography/index.js +38 -13
  536. package/cjs/utils/Typography/index.js.map +7 -0
  537. package/cjs/utils/VisuallyHidden/index.js +39 -21
  538. package/cjs/utils/VisuallyHidden/index.js.map +7 -0
  539. package/cjs/utils/hooks/useDebounce/index.js +59 -37
  540. package/cjs/utils/hooks/useDebounce.js.map +7 -0
  541. package/cjs/utils/hooks/useKeypress/index.js +42 -17
  542. package/cjs/utils/hooks/useKeypress.js.map +7 -0
  543. package/cjs/utils/hooks/useLatest/index.js +37 -15
  544. package/cjs/utils/hooks/useLatest.js.map +7 -0
  545. package/cjs/utils/hooks/useScreen/index.js +39 -57
  546. package/cjs/utils/hooks/useScreen.js.map +7 -0
  547. package/cjs/utils/hooks/useScreen.native/index.js +70 -0
  548. package/cjs/utils/hooks/useScreen.native.js.map +7 -0
  549. package/cjs/utils/hooks/useScreen.web/index.js +93 -0
  550. package/cjs/utils/hooks/useScreen.web.js.map +7 -0
  551. package/cjs/utils/hooks/useSearch/index.js +45 -22
  552. package/cjs/utils/hooks/useSearch.js.map +7 -0
  553. package/cjs/utils/hooks/useTogglableTab/index.js +83 -67
  554. package/cjs/utils/hooks/useTogglableTab.js.map +7 -0
  555. package/cjs/utils/index.js +23 -37
  556. package/cjs/utils/index.js.map +7 -0
  557. package/cjs/utils/withDeprecation/index.js +83 -57
  558. package/cjs/utils/withDeprecation.js.map +7 -0
  559. package/content/Accordion/Accordion.stories.d.ts +84 -5
  560. package/content/Accordion/__stories__/Auto.d.ts +2 -2
  561. package/content/Accordion/__stories__/Default.d.ts +2 -2
  562. package/content/Accordion/__stories__/WithHints.d.ts +2 -2
  563. package/content/Accordion/__stories__/WithHook.d.ts +2 -2
  564. package/content/Accordion/auto/index.js +62 -52
  565. package/content/Accordion/auto.d.ts +8 -8
  566. package/content/Accordion/auto.js.map +7 -0
  567. package/content/Accordion/hooks/index.js +110 -116
  568. package/content/Accordion/hooks.d.ts +1 -1
  569. package/content/Accordion/hooks.js.map +7 -0
  570. package/content/Accordion/index.d.ts +0 -1
  571. package/content/Accordion/index.js +13 -11
  572. package/content/Accordion/index.js.map +7 -0
  573. package/content/Blockquote/Blockquote.stories.d.ts +31 -2
  574. package/content/Blockquote/__stories__/Default.d.ts +2 -2
  575. package/content/Blockquote/__stories__/Dense.d.ts +2 -2
  576. package/content/Blockquote/index.js +7 -3
  577. package/content/Blockquote/index.js.map +7 -0
  578. package/content/Card/Card.stories.d.ts +138 -12
  579. package/content/Card/__stories__/Default.d.ts +2 -2
  580. package/content/Card/__stories__/Dense.d.ts +2 -2
  581. package/content/Card/__stories__/WithClickableContent.d.ts +2 -2
  582. package/content/Card/__stories__/WithClickableLink.d.ts +2 -2
  583. package/content/Card/__stories__/WithDarkBorder.d.ts +2 -2
  584. package/content/Card/__stories__/WithDarkTopBorder.d.ts +2 -2
  585. package/content/Card/__stories__/WithDivider.d.ts +2 -2
  586. package/content/Card/__stories__/WithGrayBorder.d.ts +2 -2
  587. package/content/Card/__stories__/WithGrayTopBorder.d.ts +2 -2
  588. package/content/Card/__stories__/WithGroupButton.d.ts +2 -2
  589. package/content/Card/__stories__/WithLink.d.ts +2 -2
  590. package/content/Card/index.js +10 -6
  591. package/content/Card/index.js.map +7 -0
  592. package/content/Card/interaction.test.d.ts +1 -0
  593. package/content/Chip/Chip.stories.d.ts +43 -5
  594. package/content/Chip/__stories__/ClickableChip.d.ts +2 -2
  595. package/content/Chip/__stories__/ClickableDeletableChip.d.ts +2 -2
  596. package/content/Chip/__stories__/Default.d.ts +2 -2
  597. package/content/Chip/__stories__/DeletableChip.d.ts +2 -2
  598. package/content/Chip/__stories__/GroupOfChips.d.ts +2 -2
  599. package/content/Chip/index.js +10 -6
  600. package/content/Chip/index.js.map +7 -0
  601. package/content/Details/Details.stories.d.ts +3 -1
  602. package/content/Details/__stories__/Default.d.ts +2 -2
  603. package/content/Details/index.js +9 -5
  604. package/content/Details/index.js.map +7 -0
  605. package/content/FillableText/index.js +8 -4
  606. package/content/FillableText/index.js.map +7 -0
  607. package/content/List/List/index.js +7 -3
  608. package/content/List/List.js.map +7 -0
  609. package/content/List/List.stories.d.ts +59 -7
  610. package/content/List/ListItem/index.js +7 -3
  611. package/content/List/ListItem.js.map +7 -0
  612. package/content/List/__stories__/BulletList.d.ts +2 -2
  613. package/content/List/__stories__/Default.d.ts +2 -2
  614. package/content/List/__stories__/HorizontalList.d.ts +2 -2
  615. package/content/List/__stories__/NestedBulletList.d.ts +2 -2
  616. package/content/List/__stories__/NumberedList.d.ts +2 -2
  617. package/content/List/__stories__/WithExtraSpace.d.ts +2 -2
  618. package/content/List/index.js +7 -3
  619. package/content/List/index.js.map +7 -0
  620. package/content/Markdown/Markdown.stories.d.ts +9 -0
  621. package/content/Markdown/__stories__/Default.d.ts +3 -0
  622. package/content/Markdown/index.d.ts +5 -2
  623. package/content/Markdown/index.js +16 -10
  624. package/content/Markdown/index.js.map +7 -0
  625. package/content/Markdown/index.test.d.ts +1 -0
  626. package/content/Markdown/useMarkdownToHTML/index.js +60 -61
  627. package/content/Markdown/useMarkdownToHTML.js.map +7 -0
  628. package/content/SafeHTML/SafeHTML.stories.d.ts +9 -0
  629. package/content/SafeHTML/__stories__/Default.d.ts +3 -0
  630. package/content/SafeHTML/index.d.ts +2 -2
  631. package/content/SafeHTML/index.js +67 -68
  632. package/content/SafeHTML/index.js.map +7 -0
  633. package/content/SafeHTML/index.test.d.ts +1 -0
  634. package/content/StepNav/StepNav.stories.d.ts +7 -5
  635. package/content/StepNav/__stories__/Auto.d.ts +2 -2
  636. package/content/StepNav/__stories__/Default.d.ts +2 -2
  637. package/content/StepNav/__stories__/Dense.d.ts +2 -2
  638. package/content/StepNav/__stories__/WithHints.d.ts +2 -2
  639. package/content/StepNav/__stories__/WithHook.d.ts +2 -2
  640. package/content/StepNav/auto/index.js +59 -52
  641. package/content/StepNav/auto.d.ts +8 -9
  642. package/content/StepNav/auto.js.map +7 -0
  643. package/content/StepNav/index.d.ts +0 -1
  644. package/content/StepNav/index.js +29 -16
  645. package/content/StepNav/index.js.map +7 -0
  646. package/content/SummaryList/SummaryList.stories.d.ts +17 -8
  647. package/content/SummaryList/__stories__/Default.d.ts +2 -2
  648. package/content/SummaryList/__stories__/RowVariations.d.ts +2 -2
  649. package/content/SummaryList/__stories__/SummaryListExample.d.ts +14 -0
  650. package/content/SummaryList/__stories__/WithActions.d.ts +2 -2
  651. package/content/SummaryList/__stories__/WithKeyAndAction.d.ts +2 -2
  652. package/content/SummaryList/__stories__/WithNoLastBorder.d.ts +3 -0
  653. package/content/SummaryList/__stories__/WithoutActions.d.ts +2 -2
  654. package/content/SummaryList/__stories__/WithoutBorders.d.ts +2 -2
  655. package/content/SummaryList/index.js +11 -7
  656. package/content/SummaryList/index.js.map +7 -0
  657. package/content/Table/Table.stories.d.ts +144 -19
  658. package/content/Table/TableFloatingScroll/index.js +59 -66
  659. package/content/Table/TableFloatingScroll.d.ts +2 -2
  660. package/content/Table/TableFloatingScroll.js.map +7 -0
  661. package/content/Table/__stories__/DarkVariant.d.ts +2 -2
  662. package/content/Table/__stories__/DarkVariantWithVerticalHeaders.d.ts +2 -2
  663. package/content/Table/__stories__/Default.d.ts +2 -2
  664. package/content/Table/__stories__/DefinedWidth.d.ts +2 -2
  665. package/content/Table/__stories__/Dense.d.ts +3 -0
  666. package/content/Table/__stories__/Full.d.ts +2 -2
  667. package/content/Table/__stories__/MultipleProps.d.ts +2 -2
  668. package/content/Table/__stories__/NoData.d.ts +2 -2
  669. package/content/Table/__stories__/NumericDataType.d.ts +2 -2
  670. package/content/Table/__stories__/RowColors.d.ts +2 -2
  671. package/content/Table/__stories__/Stacked.d.ts +2 -2
  672. package/content/Table/__stories__/TableCaptions.d.ts +2 -2
  673. package/content/Table/__stories__/VerticalBorders.d.ts +2 -2
  674. package/content/Table/__stories__/VerticalHeaders.d.ts +2 -2
  675. package/content/Table/__stories__/WithFloatingScroll.d.ts +2 -2
  676. package/content/Table/__stories__/WithLoader.d.ts +2 -2
  677. package/content/Table/__stories__/WithSortFilters.d.ts +2 -2
  678. package/content/Table/__stories__/ZebraProp.d.ts +2 -2
  679. package/content/Table/hooks/useSort/index.js +17 -22
  680. package/content/Table/hooks/useSort.d.ts +1 -1
  681. package/content/Table/hooks/useSort.js.map +7 -0
  682. package/content/Table/index.d.ts +2 -2
  683. package/content/Table/index.js +108 -95
  684. package/content/Table/index.js.map +7 -0
  685. package/content/TaskList/TaskList.stories.d.ts +4 -2
  686. package/content/TaskList/__stories__/Default.d.ts +2 -2
  687. package/content/TaskList/__stories__/Dense.d.ts +2 -2
  688. package/content/TaskList/index.js +11 -7
  689. package/content/TaskList/index.js.map +7 -0
  690. package/content/Timeline/Timeline.stories.d.ts +4 -2
  691. package/content/Timeline/__stories__/Default.d.ts +2 -2
  692. package/content/Timeline/__stories__/Dense.d.ts +2 -2
  693. package/content/Timeline/index.js +11 -7
  694. package/content/Timeline/index.js.map +7 -0
  695. package/content/index.js +13 -12
  696. package/content/index.js.map +7 -0
  697. package/custom.d/index.js +1 -0
  698. package/custom.d.js.map +7 -0
  699. package/feedback/CopyToClipboard/CopyToClipboard.stories.d.ts +86 -4
  700. package/feedback/CopyToClipboard/__stories__/Banner.d.ts +2 -2
  701. package/feedback/CopyToClipboard/__stories__/Default.d.ts +2 -2
  702. package/feedback/CopyToClipboard/__stories__/Dense.d.ts +2 -2
  703. package/feedback/CopyToClipboard/index.d.ts +1 -1
  704. package/feedback/CopyToClipboard/index.js +41 -42
  705. package/feedback/CopyToClipboard/index.js.map +7 -0
  706. package/feedback/ErrorSummary/ErrorSummary.stories.d.ts +51 -7
  707. package/feedback/ErrorSummary/__stories__/Default.d.ts +2 -2
  708. package/feedback/ErrorSummary/__stories__/Dense.d.ts +2 -2
  709. package/feedback/ErrorSummary/__stories__/ErrorGroupLinkedToInput.d.ts +3 -0
  710. package/feedback/ErrorSummary/__stories__/LinkedToCheckbox.d.ts +2 -2
  711. package/feedback/ErrorSummary/__stories__/LinkedToField.d.ts +2 -2
  712. package/feedback/ErrorSummary/__stories__/LinkedToInput.d.ts +2 -2
  713. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.d.ts +2 -2
  714. package/feedback/ErrorSummary/index.js +7 -3
  715. package/feedback/ErrorSummary/index.js.map +7 -0
  716. package/feedback/ErrorSummary/interaction.test.d.ts +1 -0
  717. package/feedback/NotificationBanner/NotificationBanner.stories.d.ts +65 -3
  718. package/feedback/NotificationBanner/__stories__/Default.d.ts +2 -2
  719. package/feedback/NotificationBanner/__stories__/Dense.d.ts +2 -2
  720. package/feedback/NotificationBanner/__stories__/Expanded.d.ts +3 -0
  721. package/feedback/NotificationBanner/__stories__/Success.d.ts +2 -2
  722. package/feedback/NotificationBanner/index.js +26 -25
  723. package/feedback/NotificationBanner/index.js.map +7 -0
  724. package/feedback/PhaseBanner/PhaseBanner.stories.d.ts +34 -3
  725. package/feedback/PhaseBanner/__stories__/Default.d.ts +2 -2
  726. package/feedback/PhaseBanner/__stories__/Underlined.d.ts +2 -2
  727. package/feedback/PhaseBanner/index.js +10 -6
  728. package/feedback/PhaseBanner/index.js.map +7 -0
  729. package/feedback/WarningText/WarningText.stories.d.ts +50 -3
  730. package/feedback/WarningText/__stories__/AssistiveText.d.ts +2 -2
  731. package/feedback/WarningText/__stories__/Default.d.ts +2 -2
  732. package/feedback/WarningText/__stories__/Dense.d.ts +2 -2
  733. package/feedback/WarningText/index.d.ts +1 -0
  734. package/feedback/WarningText/index.js +9 -3
  735. package/feedback/WarningText/index.js.map +7 -0
  736. package/feedback/index.js +6 -5
  737. package/feedback/index.js.map +7 -0
  738. package/form/AutoComplete/AutoComplete.stories.d.ts +135 -10
  739. package/form/AutoComplete/Status/index.d.ts +5 -5
  740. package/form/AutoComplete/Status/index.js +78 -122
  741. package/form/AutoComplete/Status/index.js.map +7 -0
  742. package/form/AutoComplete/__stories__/Default.d.ts +2 -2
  743. package/form/AutoComplete/__stories__/Multiple.d.ts +2 -2
  744. package/form/AutoComplete/__stories__/MultipleShowingTwoSelected.d.ts +2 -2
  745. package/form/AutoComplete/__stories__/MultipleWithDefaultValues.d.ts +2 -2
  746. package/form/AutoComplete/__stories__/MultipleWithMinLength.d.ts +2 -2
  747. package/form/AutoComplete/__stories__/WithAutoSelect.d.ts +2 -2
  748. package/form/AutoComplete/__stories__/WithCustomValue.d.ts +3 -0
  749. package/form/AutoComplete/__stories__/WithDefaultValue.d.ts +2 -2
  750. package/form/AutoComplete/__stories__/WithHint.d.ts +3 -0
  751. package/form/AutoComplete/__stories__/WithMinLength.d.ts +2 -2
  752. package/form/AutoComplete/__stories__/WithPlaceHolder.d.ts +2 -2
  753. package/form/AutoComplete/__stories__/WithShowAllValues.d.ts +2 -2
  754. package/form/AutoComplete/__stories__/utils/index.js +1 -0
  755. package/form/AutoComplete/__stories__/utils.js.map +7 -0
  756. package/form/AutoComplete/index.d.ts +15 -15
  757. package/form/AutoComplete/index.js +580 -649
  758. package/form/AutoComplete/index.js.map +7 -0
  759. package/form/AutoComplete/utils/index.js +288 -30
  760. package/form/AutoComplete/utils.js.map +7 -0
  761. package/form/Button/Button.stories.d.ts +73 -14
  762. package/form/Button/ButtonLink/index.js +17 -3
  763. package/form/Button/ButtonLink.d.ts +6 -2
  764. package/form/Button/ButtonLink.js.map +7 -0
  765. package/form/Button/CallToAction/index.js +15 -3
  766. package/form/Button/CallToAction.d.ts +6 -2
  767. package/form/Button/CallToAction.js.map +7 -0
  768. package/form/Button/ThemeToggleButton/index.js +39 -34
  769. package/form/Button/ThemeToggleButton.d.ts +2 -2
  770. package/form/Button/ThemeToggleButton.js.map +7 -0
  771. package/form/Button/__stories__/Back.d.ts +2 -2
  772. package/form/Button/__stories__/ButtonLinkButton.d.ts +2 -2
  773. package/form/Button/__stories__/CallToActionButton.d.ts +2 -2
  774. package/form/Button/__stories__/Dense.d.ts +2 -2
  775. package/form/Button/__stories__/Disabled.d.ts +2 -2
  776. package/form/Button/__stories__/GroupingButtons.d.ts +2 -2
  777. package/form/Button/__stories__/GroupingButtonsAndLinks.d.ts +2 -2
  778. package/form/Button/__stories__/Primary.d.ts +9 -2
  779. package/form/Button/__stories__/Secondary.d.ts +2 -2
  780. package/form/Button/__stories__/ThemeToggle.d.ts +2 -2
  781. package/form/Button/__stories__/Warning.d.ts +2 -2
  782. package/form/Button/__stories__/WithVariantLink.d.ts +2 -2
  783. package/form/Button/index.js +19 -16
  784. package/form/Button/index.js.map +7 -0
  785. package/form/Checkbox/Checkbox.stories.d.ts +178 -11
  786. package/form/Checkbox/__stories__/ConditionalReveal.d.ts +2 -2
  787. package/form/Checkbox/__stories__/Default.d.ts +2 -2
  788. package/form/Checkbox/__stories__/Dense.d.ts +2 -2
  789. package/form/Checkbox/__stories__/Inline.d.ts +2 -2
  790. package/form/Checkbox/__stories__/InlineWithDivider.d.ts +2 -2
  791. package/form/Checkbox/__stories__/MultipleQuestions.d.ts +2 -2
  792. package/form/Checkbox/__stories__/NoneAnswer.d.ts +2 -2
  793. package/form/Checkbox/__stories__/NoneAnswerWithError.d.ts +2 -2
  794. package/form/Checkbox/__stories__/WithErrorMessage.d.ts +2 -2
  795. package/form/Checkbox/__stories__/WithHint.d.ts +2 -2
  796. package/form/Checkbox/index.d.ts +1 -0
  797. package/form/Checkbox/index.js +10 -5
  798. package/form/Checkbox/index.js.map +7 -0
  799. package/form/DateInputContainer/DateInputContainer.stories.d.ts +148 -6
  800. package/form/DateInputContainer/__stories__/Default.d.ts +2 -2
  801. package/form/DateInputContainer/__stories__/Dense.d.ts +2 -2
  802. package/form/DateInputContainer/__stories__/MultipleQuestions.d.ts +2 -2
  803. package/form/DateInputContainer/__stories__/WithErrorMessage.d.ts +2 -2
  804. package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.d.ts +2 -2
  805. package/form/DateInputContainer/index.js +8 -4
  806. package/form/DateInputContainer/index.js.map +7 -0
  807. package/form/ErrorMessage/ErrorMessage.stories.d.ts +38 -3
  808. package/form/ErrorMessage/__stories__/DateInputError.d.ts +2 -2
  809. package/form/ErrorMessage/__stories__/Default.d.ts +2 -2
  810. package/form/ErrorMessage/__stories__/ErrorMessageOnly.d.ts +2 -2
  811. package/form/ErrorMessage/index.js +7 -3
  812. package/form/ErrorMessage/index.js.map +7 -0
  813. package/form/FieldContainer/index.js +9 -5
  814. package/form/FieldContainer/index.js.map +7 -0
  815. package/form/FileUpload/FileUpload.stories.d.ts +5 -2
  816. package/form/FileUpload/__stories__/Default.d.ts +2 -2
  817. package/form/FileUpload/__stories__/WithErrorMessage.d.ts +2 -2
  818. package/form/FileUpload/__stories__/WithVariantLink.d.ts +3 -0
  819. package/form/FileUpload/index.js +8 -4
  820. package/form/FileUpload/index.js.map +7 -0
  821. package/form/Form/index.js +7 -3
  822. package/form/Form/index.js.map +7 -0
  823. package/form/LabelContainer/index.js +8 -4
  824. package/form/LabelContainer/index.js.map +7 -0
  825. package/form/RadioContainer/RadioContainer.stories.d.ts +186 -11
  826. package/form/RadioContainer/__stories__/ConditionalReveal.d.ts +2 -2
  827. package/form/RadioContainer/__stories__/Default.d.ts +2 -2
  828. package/form/RadioContainer/__stories__/Dense.d.ts +2 -2
  829. package/form/RadioContainer/__stories__/Inline.d.ts +2 -2
  830. package/form/RadioContainer/__stories__/InlineWithDivider.d.ts +2 -2
  831. package/form/RadioContainer/__stories__/MultipleQuestions.d.ts +2 -2
  832. package/form/RadioContainer/__stories__/NoneAnswer.d.ts +2 -2
  833. package/form/RadioContainer/__stories__/WithErrorMessage.d.ts +2 -2
  834. package/form/RadioContainer/__stories__/WithHints.d.ts +2 -2
  835. package/form/RadioContainer/__stories__/WithMediumLegend.d.ts +2 -2
  836. package/form/RadioContainer/index.js +10 -6
  837. package/form/RadioContainer/index.js.map +7 -0
  838. package/form/SearchContainer/SearchContainer.stories.d.ts +11 -0
  839. package/form/SearchContainer/__stories__/Default.d.ts +3 -0
  840. package/form/SearchContainer/index.js +9 -5
  841. package/form/SearchContainer/index.js.map +7 -0
  842. package/form/SearchContainer/index.test.d.ts +1 -0
  843. package/form/SelectContainer/SelectContainer.stories.d.ts +141 -5
  844. package/form/SelectContainer/__stories__/Default.d.ts +2 -2
  845. package/form/SelectContainer/__stories__/Dense.d.ts +2 -2
  846. package/form/SelectContainer/__stories__/DisabledInput.d.ts +2 -2
  847. package/form/SelectContainer/__stories__/WithHint.d.ts +2 -2
  848. package/form/SelectContainer/index.js +8 -4
  849. package/form/SelectContainer/index.js.map +7 -0
  850. package/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +114 -5
  851. package/form/SingleCharacterInputs/__stories__/Default.d.ts +2 -2
  852. package/form/SingleCharacterInputs/__stories__/WithDefaultError.d.ts +2 -2
  853. package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.d.ts +2 -2
  854. package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.d.ts +2 -2
  855. package/form/SingleCharacterInputs/index.js +8 -4
  856. package/form/SingleCharacterInputs/index.js.map +7 -0
  857. package/form/TextArea/TextArea.stories.d.ts +127 -9
  858. package/form/TextArea/__stories__/Default.d.ts +2 -2
  859. package/form/TextArea/__stories__/Dense.d.ts +2 -2
  860. package/form/TextArea/__stories__/DisabledInput.d.ts +2 -2
  861. package/form/TextArea/__stories__/LimitedCharacters.d.ts +2 -2
  862. package/form/TextArea/__stories__/MultipleQuestions.d.ts +2 -2
  863. package/form/TextArea/__stories__/WithDeclaredRows.d.ts +2 -2
  864. package/form/TextArea/__stories__/WithErrorMessage.d.ts +2 -2
  865. package/form/TextArea/__stories__/WithHint.d.ts +2 -2
  866. package/form/TextArea/index.js +7 -3
  867. package/form/TextArea/index.js.map +7 -0
  868. package/form/TextInput/TextInput.stories.d.ts +130 -10
  869. package/form/TextInput/__stories__/AskingForNumbers.d.ts +2 -2
  870. package/form/TextInput/__stories__/Default.d.ts +2 -2
  871. package/form/TextInput/__stories__/Dense.d.ts +2 -2
  872. package/form/TextInput/__stories__/DisabledInput.d.ts +2 -2
  873. package/form/TextInput/__stories__/DisabledInputWithValue.d.ts +2 -2
  874. package/form/TextInput/__stories__/FixedWidths.d.ts +2 -2
  875. package/form/TextInput/__stories__/FluidWidths.d.ts +2 -2
  876. package/form/TextInput/__stories__/MultipleQuestions.d.ts +2 -2
  877. package/form/TextInput/__stories__/WithErrorMessage.d.ts +2 -2
  878. package/form/TextInput/__stories__/WithHint.d.ts +2 -2
  879. package/form/TextInput/index.js +7 -3
  880. package/form/TextInput/index.js.map +7 -0
  881. package/form/index.js +16 -15
  882. package/form/index.js.map +7 -0
  883. package/govgr/Footer/Copyright/index.js +45 -33
  884. package/govgr/Footer/Copyright.d.ts +1 -0
  885. package/govgr/Footer/Copyright.js.map +7 -0
  886. package/govgr/Footer/HellenicRepublicLogo/index.js +7 -3
  887. package/govgr/Footer/HellenicRepublicLogo.js.map +7 -0
  888. package/govgr/Footer/LicenseCCSA/index.js +21 -14
  889. package/govgr/Footer/LicenseCCSA.js.map +7 -0
  890. package/govgr/Footer/index.js +26 -18
  891. package/govgr/Footer/index.js.map +7 -0
  892. package/govgr/Footer/logo/index.js +5 -1
  893. package/govgr/Footer/logo.js.map +7 -0
  894. package/govgr/Footer/logos/logo-el/index.js +5 -1
  895. package/govgr/Footer/logos/logo-el.js.map +7 -0
  896. package/govgr/Footer/logos/logo-en/index.js +5 -1
  897. package/govgr/Footer/logos/logo-en.js.map +7 -0
  898. package/govgr/GovGRLogo/index.d.ts +6 -2
  899. package/govgr/GovGRLogo/index.js +17 -3
  900. package/govgr/GovGRLogo/index.js.map +7 -0
  901. package/govgr/GovGRLogo/logo/index.js +5 -1
  902. package/govgr/GovGRLogo/logo.js.map +7 -0
  903. package/govgr/images/govgr-logo-base64/index.js +5 -1
  904. package/govgr/images/govgr-logo-base64.js.map +7 -0
  905. package/govgr/images/govgr-logo-blue-base64/index.js +5 -1
  906. package/govgr/images/govgr-logo-blue-base64.js.map +7 -0
  907. package/govgr/images/greek-government-base64/index.js +5 -1
  908. package/govgr/images/greek-government-base64.js.map +7 -0
  909. package/govgr/images/grnet-logo-base64/index.js +5 -1
  910. package/govgr/images/grnet-logo-base64.js.map +7 -0
  911. package/govgr/images/index.js +6 -5
  912. package/govgr/images/index.js.map +7 -0
  913. package/govgr/images/minedu-logo-base64/index.js +5 -1
  914. package/govgr/images/minedu-logo-base64.js.map +7 -0
  915. package/govgr/images/minedu-logo-black-base64/index.js +5 -1
  916. package/govgr/images/minedu-logo-black-base64.js.map +7 -0
  917. package/govgr/index.js +6 -5
  918. package/govgr/index.js.map +7 -0
  919. package/i18n/I18nText/index.js +39 -35
  920. package/i18n/I18nText.d.ts +1 -1
  921. package/i18n/I18nText.js.map +7 -0
  922. package/i18n/index.js +46 -28
  923. package/i18n/index.js.map +7 -0
  924. package/i18n/locales/el/index.js +104 -76
  925. package/i18n/locales/el.d.ts +25 -1
  926. package/i18n/locales/el.js.map +7 -0
  927. package/i18n/locales/en/index.js +100 -72
  928. package/i18n/locales/en.d.ts +24 -0
  929. package/i18n/locales/en.js.map +7 -0
  930. package/icons/Icon/index.js +9 -5
  931. package/icons/Icon/index.js.map +7 -0
  932. package/icons/IconBase/index.d.ts +3 -0
  933. package/icons/IconBase/index.js +7 -0
  934. package/icons/IconBase/index.js.map +7 -0
  935. package/icons/IconBase/package.json +6 -0
  936. package/icons/ImageLogo/index.js +7 -3
  937. package/icons/ImageLogo/index.js.map +7 -0
  938. package/icons/ImageLogoSet/index.js +7 -3
  939. package/icons/ImageLogoSet/index.js.map +7 -0
  940. package/icons/SvgIcon/index.d.ts +3 -0
  941. package/icons/SvgIcon/index.js +7 -0
  942. package/icons/SvgIcon/index.js.map +7 -0
  943. package/icons/SvgIcon/package.json +6 -0
  944. package/icons/index.d.ts +3 -1
  945. package/icons/index.js +52 -2
  946. package/icons/index.js.map +7 -0
  947. package/index.js +13 -12
  948. package/index.js.map +7 -0
  949. package/layouts/Admin/index.js +13 -9
  950. package/layouts/Admin/index.js.map +7 -0
  951. package/layouts/Basic/Aside/index.js +7 -3
  952. package/layouts/Basic/Aside/index.js.map +7 -0
  953. package/layouts/Basic/Basic.stories.d.ts +6 -4
  954. package/layouts/Basic/Bottom/__stories__/Default.d.ts +2 -2
  955. package/layouts/Basic/Bottom/index.js +7 -3
  956. package/layouts/Basic/Bottom/index.js.map +7 -0
  957. package/layouts/Basic/Container/__stories__/Default.d.ts +2 -2
  958. package/layouts/Basic/Container/index.js +7 -3
  959. package/layouts/Basic/Container/index.js.map +7 -0
  960. package/layouts/Basic/Main/__stories__/Default.d.ts +2 -2
  961. package/layouts/Basic/Main/index.js +7 -3
  962. package/layouts/Basic/Main/index.js.map +7 -0
  963. package/layouts/Basic/Top/__stories__/Default.d.ts +2 -2
  964. package/layouts/Basic/Top/index.js +7 -3
  965. package/layouts/Basic/Top/index.js.map +7 -0
  966. package/layouts/Basic/__stories__/Default.d.ts +2 -2
  967. package/layouts/Basic/__stories__/MultipleRowsLayout.d.ts +2 -2
  968. package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.d.ts +2 -2
  969. package/layouts/Basic/__stories__/WithBasicLayout.d.ts +2 -2
  970. package/layouts/Basic/index.d.ts +0 -1
  971. package/layouts/Basic/index.js +12 -9
  972. package/layouts/Basic/index.js.map +7 -0
  973. package/layouts/Grid/Grid.stories.d.ts +5 -3
  974. package/layouts/Grid/__stories__/Default.d.ts +2 -2
  975. package/layouts/Grid/__stories__/Inline.d.ts +2 -2
  976. package/layouts/Grid/__stories__/ResponsiveSpacing.d.ts +2 -2
  977. package/layouts/Grid/index.js +7 -3
  978. package/layouts/Grid/index.js.map +7 -0
  979. package/layouts/Hidden/index.js +2 -1
  980. package/layouts/Hidden/index.js.map +7 -0
  981. package/layouts/Screen/Screen.stories.d.ts +4 -4
  982. package/layouts/Screen/__stories__/Default.d.ts +2 -2
  983. package/layouts/Screen/__stories__/ScreenDown.d.ts +2 -2
  984. package/layouts/Screen/__stories__/ScreenUp.d.ts +2 -2
  985. package/layouts/Screen/__stories__/SpecificScreenSize.d.ts +2 -2
  986. package/layouts/Screen/index.d.ts +3 -2
  987. package/layouts/Screen/index.js +20 -15
  988. package/layouts/Screen/index.js.map +7 -0
  989. package/layouts/Section/index.js +7 -3
  990. package/layouts/Section/index.js.map +7 -0
  991. package/layouts/SectionBreak/index.js +7 -3
  992. package/layouts/SectionBreak/index.js.map +7 -0
  993. package/layouts/Stack/Stack.stories.d.ts +8 -6
  994. package/layouts/Stack/__stories__/AlignItems.d.ts +2 -2
  995. package/layouts/Stack/__stories__/Default.d.ts +2 -2
  996. package/layouts/Stack/__stories__/JustifyContent.d.ts +2 -2
  997. package/layouts/Stack/__stories__/NoWrap.d.ts +2 -2
  998. package/layouts/Stack/__stories__/Row.d.ts +2 -2
  999. package/layouts/Stack/__stories__/Spacing.d.ts +2 -2
  1000. package/layouts/Stack/index.d.ts +1 -0
  1001. package/layouts/Stack/index.js +7 -2
  1002. package/layouts/Stack/index.js.map +7 -0
  1003. package/layouts/index.js +19 -11
  1004. package/layouts/index.js.map +7 -0
  1005. package/lazy/index.js +341 -2255
  1006. package/navigation/BackLink/BackLink.stories.d.ts +3 -1
  1007. package/navigation/BackLink/__stories__/Default.d.ts +2 -2
  1008. package/navigation/BackLink/index.d.ts +6 -2
  1009. package/navigation/BackLink/index.js +17 -3
  1010. package/navigation/BackLink/index.js.map +7 -0
  1011. package/navigation/BackToTopLink/BackToTopLink.stories.d.ts +2 -2
  1012. package/navigation/BackToTopLink/__stories__/Default.d.ts +2 -2
  1013. package/navigation/BackToTopLink/__stories__/InMain.d.ts +2 -2
  1014. package/navigation/BackToTopLink/index.js +44 -48
  1015. package/navigation/BackToTopLink/index.js.map +7 -0
  1016. package/navigation/Breadcrumbs/Breadcrumbs.stories.d.ts +7 -1
  1017. package/navigation/Breadcrumbs/BreadcrumbsListItem/index.js +30 -0
  1018. package/navigation/Breadcrumbs/BreadcrumbsListItem/package.json +6 -0
  1019. package/navigation/Breadcrumbs/BreadcrumbsListItem.d.ts +8 -0
  1020. package/navigation/Breadcrumbs/BreadcrumbsListItem.js.map +7 -0
  1021. package/navigation/Breadcrumbs/BreadcrumbsListItemLink/index.js +15 -0
  1022. package/navigation/Breadcrumbs/BreadcrumbsListItemLink/package.json +6 -0
  1023. package/navigation/Breadcrumbs/BreadcrumbsListItemLink.d.ts +7 -0
  1024. package/navigation/Breadcrumbs/BreadcrumbsListItemLink.js.map +7 -0
  1025. package/navigation/Breadcrumbs/__stories__/Auto.d.ts +3 -0
  1026. package/navigation/Breadcrumbs/__stories__/Default.d.ts +2 -2
  1027. package/navigation/Breadcrumbs/__stories__/WithHook.d.ts +3 -0
  1028. package/navigation/Breadcrumbs/__stories__/WithProvider.d.ts +3 -0
  1029. package/navigation/Breadcrumbs/__stories__/WithoutCurrentPage.d.ts +3 -0
  1030. package/navigation/Breadcrumbs/auto/index.js +49 -0
  1031. package/navigation/Breadcrumbs/auto/package.json +6 -0
  1032. package/navigation/Breadcrumbs/auto.d.ts +14 -0
  1033. package/navigation/Breadcrumbs/auto.js.map +7 -0
  1034. package/navigation/Breadcrumbs/hooks/index.js +51 -0
  1035. package/navigation/Breadcrumbs/hooks/package.json +6 -0
  1036. package/navigation/Breadcrumbs/hooks.d.ts +11 -0
  1037. package/navigation/Breadcrumbs/hooks.js.map +7 -0
  1038. package/navigation/Breadcrumbs/index.d.ts +4 -1
  1039. package/navigation/Breadcrumbs/index.js +12 -5
  1040. package/navigation/Breadcrumbs/index.js.map +7 -0
  1041. package/navigation/Breadcrumbs/slug/index.js +97 -0
  1042. package/navigation/Breadcrumbs/slug/package.json +6 -0
  1043. package/navigation/Breadcrumbs/slug.d.ts +1 -0
  1044. package/navigation/Breadcrumbs/slug.js.map +7 -0
  1045. package/navigation/Breadcrumbs/utils/index.js +29 -0
  1046. package/navigation/Breadcrumbs/utils/package.json +6 -0
  1047. package/navigation/Breadcrumbs/utils.d.ts +1 -0
  1048. package/navigation/Breadcrumbs/utils.js.map +7 -0
  1049. package/navigation/Drawer/Drawer.stories.d.ts +5 -3
  1050. package/navigation/Drawer/__stories__/Auto.d.ts +3 -2
  1051. package/navigation/Drawer/__stories__/Default.d.ts +2 -2
  1052. package/navigation/Drawer/__stories__/WithHook.d.ts +2 -2
  1053. package/navigation/Drawer/auto/index.js +67 -59
  1054. package/navigation/Drawer/auto.d.ts +6 -6
  1055. package/navigation/Drawer/auto.js.map +7 -0
  1056. package/navigation/Drawer/hooks/index.js +44 -41
  1057. package/navigation/Drawer/hooks.js.map +7 -0
  1058. package/navigation/Drawer/index.d.ts +0 -1
  1059. package/navigation/Drawer/index.js +8 -5
  1060. package/navigation/Drawer/index.js.map +7 -0
  1061. package/navigation/Dropdown/Dropdown.stories.d.ts +13 -11
  1062. package/navigation/Dropdown/__stories__/AlignRight.d.ts +2 -2
  1063. package/navigation/Dropdown/__stories__/ContentPosition.d.ts +2 -2
  1064. package/navigation/Dropdown/__stories__/Default.d.ts +2 -2
  1065. package/navigation/Dropdown/__stories__/Dense.d.ts +2 -2
  1066. package/navigation/Dropdown/__stories__/Disabled.d.ts +2 -2
  1067. package/navigation/Dropdown/__stories__/PlacementTop.d.ts +2 -2
  1068. package/navigation/Dropdown/__stories__/ScrollableContent.d.ts +2 -2
  1069. package/navigation/Dropdown/__stories__/Secondary.d.ts +2 -2
  1070. package/navigation/Dropdown/__stories__/VariantLink.d.ts +2 -2
  1071. package/navigation/Dropdown/__stories__/Warning.d.ts +2 -2
  1072. package/navigation/Dropdown/__stories__/WithIcons.d.ts +2 -2
  1073. package/navigation/Dropdown/index.d.ts +1 -1
  1074. package/navigation/Dropdown/index.js +84 -89
  1075. package/navigation/Dropdown/index.js.map +7 -0
  1076. package/navigation/Link/Link.stories.d.ts +9 -7
  1077. package/navigation/Link/__stories__/DarkBackground.d.ts +2 -2
  1078. package/navigation/Link/__stories__/DarkBackgroundNoUnderline.d.ts +2 -2
  1079. package/navigation/Link/__stories__/Default.d.ts +2 -2
  1080. package/navigation/Link/__stories__/ExternalLink.d.ts +2 -2
  1081. package/navigation/Link/__stories__/NoUnderline.d.ts +2 -2
  1082. package/navigation/Link/__stories__/OpensInNewTab.d.ts +2 -2
  1083. package/navigation/Link/__stories__/WithProvider.d.ts +2 -2
  1084. package/navigation/Link/index.d.ts +2 -3
  1085. package/navigation/Link/index.js +22 -26
  1086. package/navigation/Link/index.js.map +7 -0
  1087. package/navigation/NavList/Nav/index.js +7 -3
  1088. package/navigation/NavList/Nav.js.map +7 -0
  1089. package/navigation/NavList/NavList/index.js +7 -3
  1090. package/navigation/NavList/NavList.js.map +7 -0
  1091. package/navigation/NavList/NavList.stories.d.ts +11 -8
  1092. package/navigation/NavList/NavListAuto/index.js +51 -44
  1093. package/navigation/NavList/NavListAuto/index.js.map +7 -0
  1094. package/navigation/NavList/NavListItemAction/index.js +37 -0
  1095. package/navigation/NavList/NavListItemAction/package.json +6 -0
  1096. package/navigation/NavList/NavListItemAction.d.ts +27 -0
  1097. package/navigation/NavList/NavListItemAction.js.map +7 -0
  1098. package/navigation/NavList/NavListItemLink/index.js +15 -0
  1099. package/navigation/NavList/NavListItemLink/package.json +6 -0
  1100. package/navigation/NavList/NavListItemLink.d.ts +7 -0
  1101. package/navigation/NavList/NavListItemLink.js.map +7 -0
  1102. package/navigation/NavList/NavMenuContentList/index.js +50 -43
  1103. package/navigation/NavList/NavMenuContentList.js.map +7 -0
  1104. package/navigation/NavList/__stories__/Default.d.ts +2 -2
  1105. package/navigation/NavList/__stories__/HorizontalWithDrawer.d.ts +2 -2
  1106. package/navigation/NavList/__stories__/HorizontalWithoutDrawer.d.ts +2 -2
  1107. package/navigation/NavList/__stories__/NavListWithoutNav.d.ts +2 -2
  1108. package/navigation/NavList/__stories__/UsingHeaderButton.d.ts +2 -2
  1109. package/navigation/NavList/__stories__/UsingNavListAuto.d.ts +2 -2
  1110. package/navigation/NavList/__stories__/Vertical.d.ts +2 -2
  1111. package/navigation/NavList/__stories__/VerticalWithoutDrawer.d.ts +2 -2
  1112. package/navigation/NavList/__stories__/WithBadge.d.ts +3 -0
  1113. package/navigation/NavList/hooks/useNavList/index.js +34 -37
  1114. package/navigation/NavList/hooks/useNavList.js.map +7 -0
  1115. package/navigation/NavList/hooks/useTogglableNav/index.js +152 -159
  1116. package/navigation/NavList/hooks/useTogglableNav.js.map +7 -0
  1117. package/navigation/NavList/index.d.ts +3 -2
  1118. package/navigation/NavList/index.js +22 -17
  1119. package/navigation/NavList/index.js.map +7 -0
  1120. package/navigation/NavList/interaction.test.d.ts +1 -0
  1121. package/navigation/NavList/types/index.js +1 -1
  1122. package/navigation/NavList/types.d.ts +1 -1
  1123. package/navigation/NavList/types.js.map +7 -0
  1124. package/navigation/Pagination/Pagination/index.js +48 -0
  1125. package/navigation/Pagination/Pagination/package.json +6 -0
  1126. package/navigation/Pagination/Pagination.d.ts +39 -0
  1127. package/navigation/Pagination/Pagination.js.map +7 -0
  1128. package/navigation/Pagination/Pagination.stories.d.ts +9 -7
  1129. package/navigation/Pagination/__stories__/Auto.d.ts +2 -2
  1130. package/navigation/Pagination/__stories__/Default.d.ts +2 -2
  1131. package/navigation/Pagination/__stories__/PaginationSmall.d.ts +2 -2
  1132. package/navigation/Pagination/__stories__/PaginationWithSmallFont.d.ts +2 -2
  1133. package/navigation/Pagination/__stories__/WithHook.d.ts +2 -2
  1134. package/navigation/Pagination/__stories__/WithInactiveValues.d.ts +2 -2
  1135. package/navigation/Pagination/__stories__/WithResultsPerPage.d.ts +2 -2
  1136. package/navigation/Pagination/auto/index.js +84 -59
  1137. package/navigation/Pagination/auto.d.ts +11 -8
  1138. package/navigation/Pagination/auto.js.map +7 -0
  1139. package/navigation/Pagination/hooks/index.js +51 -62
  1140. package/navigation/Pagination/hooks.d.ts +1 -1
  1141. package/navigation/Pagination/hooks.js.map +7 -0
  1142. package/navigation/Pagination/index.d.ts +3 -40
  1143. package/navigation/Pagination/index.js +13 -72
  1144. package/navigation/Pagination/index.js.map +7 -0
  1145. package/navigation/SkipLink/SkipLink.stories.d.ts +1 -1
  1146. package/navigation/SkipLink/__stories__/Default.d.ts +2 -2
  1147. package/navigation/SkipLink/index.js +7 -3
  1148. package/navigation/SkipLink/index.js.map +7 -0
  1149. package/navigation/Tabs/Tabs.stories.d.ts +5 -3
  1150. package/navigation/Tabs/__stories__/Auto.d.ts +2 -2
  1151. package/navigation/Tabs/__stories__/Default.d.ts +2 -2
  1152. package/navigation/Tabs/__stories__/Dense.d.ts +2 -2
  1153. package/navigation/Tabs/__stories__/UsingAccordion.d.ts +3 -0
  1154. package/navigation/Tabs/auto/index.js +37 -41
  1155. package/navigation/Tabs/auto.d.ts +6 -5
  1156. package/navigation/Tabs/auto.js.map +7 -0
  1157. package/navigation/Tabs/hooks/index.js +77 -69
  1158. package/navigation/Tabs/hooks.d.ts +1 -1
  1159. package/navigation/Tabs/hooks.js.map +7 -0
  1160. package/navigation/Tabs/index.d.ts +0 -1
  1161. package/navigation/Tabs/index.js +12 -9
  1162. package/navigation/Tabs/index.js.map +7 -0
  1163. package/navigation/index.js +10 -9
  1164. package/navigation/index.js.map +7 -0
  1165. package/package.json +14 -11
  1166. package/registry/index.js +283 -386
  1167. package/src/app/BannerContainer/BannerContainer.stories.js +1 -1
  1168. package/src/app/BannerContainer/__stories__/CookiesBanner.tsx +1 -1
  1169. package/src/app/BannerContainer/index.test.tsx +4 -0
  1170. package/src/app/Footer/Footer.stories.jsx +182 -0
  1171. package/src/app/Footer/FooterLink.tsx +20 -0
  1172. package/src/app/Footer/__stories__/Default.tsx +1 -1
  1173. package/src/app/Footer/__stories__/DefaultCopyright.tsx +1 -1
  1174. package/src/app/Footer/__stories__/FooterAllInclusive.tsx +1 -1
  1175. package/src/app/Footer/__stories__/FooterWithLink.tsx +1 -1
  1176. package/src/app/Footer/__stories__/FooterWithLogo.tsx +1 -1
  1177. package/src/app/Footer/__stories__/FooterWithSecondaryNavigation.tsx +1 -1
  1178. package/src/app/Footer/__stories__/FooterWithText.tsx +10 -7
  1179. package/src/app/Footer/__stories__/YearCopyright.tsx +1 -1
  1180. package/src/app/Footer/doc.mdx +47 -0
  1181. package/src/app/Footer/index.test.tsx +4 -0
  1182. package/src/app/Footer/index.tsx +1 -1
  1183. package/src/app/Footer/interaction.test.tsx +15 -7
  1184. package/src/app/Header/Header.stories.jsx +105 -0
  1185. package/src/app/Header/HeaderLogo.tsx +18 -2
  1186. package/src/app/Header/HeaderSecondaryLogo.tsx +20 -2
  1187. package/src/app/Header/HeaderTitle.tsx +20 -2
  1188. package/src/app/Header/__snapshots__/index.spec.tsx.snap +43 -37
  1189. package/src/app/Header/__stories__/Default.tsx +1 -1
  1190. package/src/app/Header/__stories__/WithHeaderNavigation.tsx +1 -1
  1191. package/src/app/Header/__stories__/WithNavigation.tsx +1 -1
  1192. package/src/app/Header/__stories__/WithServiceName.tsx +1 -1
  1193. package/src/app/Header/__stories__/WithServiceNameAndLogo.tsx +3 -3
  1194. package/src/app/Header/doc.mdx +32 -0
  1195. package/src/app/Header/index.spec.tsx +13 -9
  1196. package/src/app/Header/index.test.tsx +4 -0
  1197. package/src/app/Header/interaction.test.tsx +44 -0
  1198. package/src/app/Loader/Loader.stories.js +2 -1
  1199. package/src/app/Loader/__stories__/Default.tsx +1 -1
  1200. package/src/app/Loader/__stories__/FullPageLoader.tsx +16 -0
  1201. package/src/app/Loader/index.native.tsx +98 -0
  1202. package/src/app/Loader/index.test.tsx +8 -0
  1203. package/src/app/Loader/index.tsx +1 -1
  1204. package/src/app/Loader/index.web.tsx +1 -0
  1205. package/src/app/Masthead/Masthead.stories.js +7 -3
  1206. package/src/app/Masthead/__stories__/Default.tsx +2 -2
  1207. package/src/app/Masthead/__stories__/Secondary.tsx +26 -0
  1208. package/src/app/Masthead/__stories__/WithElements.tsx +2 -6
  1209. package/src/app/Masthead/__stories__/WithLogo.tsx +2 -6
  1210. package/src/app/Masthead/doc.mdx +35 -0
  1211. package/src/app/Masthead/index.test.tsx +8 -0
  1212. package/src/app/Masthead/interaction.test.tsx +10 -6
  1213. package/src/app/Modal/Modal.stories.js +10 -8
  1214. package/src/app/Modal/__stories__/AlertDialog.tsx +1 -1
  1215. package/src/app/Modal/__stories__/Auto.tsx +3 -5
  1216. package/src/app/Modal/__stories__/Default.tsx +1 -1
  1217. package/src/app/Modal/__stories__/Dense.tsx +1 -1
  1218. package/src/app/Modal/__stories__/WithHooks.tsx +1 -1
  1219. package/src/app/Modal/__stories__/WithoutModalGaps.tsx +1 -1
  1220. package/src/app/Modal/auto.tsx +12 -16
  1221. package/src/app/Modal/doc.mdx +43 -0
  1222. package/src/app/Modal/hooks.ts +8 -8
  1223. package/src/app/Modal/index.native.tsx +17 -0
  1224. package/src/app/Modal/index.test.tsx +8 -0
  1225. package/src/app/Modal/index.tsx +2 -58
  1226. package/src/app/Modal/index.web.tsx +54 -0
  1227. package/src/app/Modal/interaction.test.tsx +34 -21
  1228. package/src/app/NotFound/NotFound.stories.js +4 -1
  1229. package/src/app/NotFound/__stories__/Default.tsx +1 -1
  1230. package/src/app/NotFound/doc.mdx +16 -0
  1231. package/src/app/NotFound/index.test.tsx +4 -0
  1232. package/src/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion.ts +2 -2
  1233. package/src/app/OutdatedBrowserBanner/index.tsx +1 -1
  1234. package/src/app/Panel/Panel.stories.js +4 -1
  1235. package/src/app/Panel/__stories__/Default.tsx +1 -1
  1236. package/src/app/Panel/doc.mdx +23 -0
  1237. package/src/app/Panel/index.test.tsx +4 -0
  1238. package/src/app/PhaseBannerHeader/PhaseBannerHeader.stories.js +4 -1
  1239. package/src/app/PhaseBannerHeader/__stories__/Default.tsx +1 -1
  1240. package/src/app/PhaseBannerHeader/doc.mdx +18 -0
  1241. package/src/app/PhaseBannerHeader/index.test.tsx +4 -0
  1242. package/src/app/PhaseBannerHeader/index.tsx +1 -1
  1243. package/src/app/QrCodeScanner/QrCodeScanner.stories.js +1 -1
  1244. package/src/app/QrCodeScanner/__snapshots__/index.spec.tsx.snap +6 -10
  1245. package/src/app/QrCodeScanner/__stories__/Default.tsx +2 -2
  1246. package/src/app/QrCodeScanner/index.spec.tsx +3 -3
  1247. package/src/app/QrCodeScanner/index.tsx +10 -4
  1248. package/src/app/QrCodeViewer/QRCode.stories.js +5 -2
  1249. package/src/app/QrCodeViewer/__stories__/Custom.tsx +1 -1
  1250. package/src/app/QrCodeViewer/__stories__/Default.tsx +1 -1
  1251. package/src/app/QrCodeViewer/doc.mdx +22 -0
  1252. package/src/app/QrCodeViewer/index.test.tsx +4 -0
  1253. package/src/app/QrCodeViewer/index.tsx +4 -4
  1254. package/src/app/QrCodeViewer/qrcodegen.ts +3 -3
  1255. package/src/app/QrCodeViewer/types.ts +10 -5
  1256. package/src/app/QrCodeViewer/utils.ts +1 -1
  1257. package/src/app/Skeleton/Skeleton.stories.js +42 -10
  1258. package/src/app/Skeleton/__stories__/Button.tsx +1 -1
  1259. package/src/app/Skeleton/__stories__/Circular.tsx +1 -1
  1260. package/src/app/Skeleton/__stories__/Default.tsx +1 -1
  1261. package/src/app/Skeleton/__stories__/NoAnimation.tsx +1 -1
  1262. package/src/app/Skeleton/__stories__/Rectangular.tsx +1 -1
  1263. package/src/app/Skeleton/__stories__/SpecificWidthAndHeight.tsx +2 -2
  1264. package/src/app/Skeleton/__stories__/TextSizes.tsx +1 -1
  1265. package/src/app/Skeleton/__stories__/UnderTypography.tsx +1 -1
  1266. package/src/app/Skeleton/__stories__/WithChildren.tsx +1 -1
  1267. package/src/app/Skeleton/doc.mdx +42 -0
  1268. package/src/app/Skeleton/index.test.tsx +56 -0
  1269. package/src/app/ThemeOptions/index.tsx +6 -15
  1270. package/src/app/hooks/useHighlightLinks.ts +3 -4
  1271. package/src/app/hooks/useTheme.ts +4 -3
  1272. package/src/content/Accordion/Accordion.stories.jsx +88 -0
  1273. package/src/content/Accordion/__snapshots__/index.spec.tsx.snap +48 -147
  1274. package/src/content/Accordion/__stories__/Auto.tsx +6 -4
  1275. package/src/content/Accordion/__stories__/Default.tsx +1 -1
  1276. package/src/content/Accordion/__stories__/WithHints.tsx +1 -1
  1277. package/src/content/Accordion/__stories__/WithHook.tsx +1 -1
  1278. package/src/content/Accordion/auto.tsx +8 -7
  1279. package/src/content/Accordion/doc.mdx +34 -0
  1280. package/src/content/Accordion/hooks.ts +5 -5
  1281. package/src/content/Accordion/index.spec.tsx +3 -3
  1282. package/src/content/Accordion/index.test.tsx +4 -0
  1283. package/src/content/Accordion/index.tsx +0 -2
  1284. package/src/content/Accordion/interaction.test.tsx +10 -6
  1285. package/src/content/Blockquote/Blockquote.stories.js +25 -2
  1286. package/src/content/Blockquote/__snapshots__/index.spec.tsx.snap +6 -9
  1287. package/src/content/Blockquote/__stories__/Default.tsx +1 -1
  1288. package/src/content/Blockquote/__stories__/Dense.tsx +1 -1
  1289. package/src/content/Blockquote/doc.mdx +24 -0
  1290. package/src/content/Blockquote/index.spec.tsx +2 -2
  1291. package/src/content/Blockquote/index.test.tsx +4 -0
  1292. package/src/content/Card/Card.stories.jsx +120 -0
  1293. package/src/content/Card/__stories__/Default.tsx +1 -1
  1294. package/src/content/Card/__stories__/Dense.tsx +1 -1
  1295. package/src/content/Card/__stories__/WithClickableContent.tsx +1 -1
  1296. package/src/content/Card/__stories__/WithClickableLink.tsx +1 -1
  1297. package/src/content/Card/__stories__/WithDarkBorder.tsx +1 -1
  1298. package/src/content/Card/__stories__/WithDarkTopBorder.tsx +1 -1
  1299. package/src/content/Card/__stories__/WithDivider.tsx +1 -1
  1300. package/src/content/Card/__stories__/WithGrayBorder.tsx +1 -1
  1301. package/src/content/Card/__stories__/WithGrayTopBorder.tsx +1 -1
  1302. package/src/content/Card/__stories__/WithGroupButton.tsx +1 -1
  1303. package/src/content/Card/__stories__/WithLink.tsx +1 -1
  1304. package/src/content/Card/doc.mdx +71 -0
  1305. package/src/content/Card/index.test.tsx +4 -0
  1306. package/src/content/Card/interaction.test.tsx +19 -0
  1307. package/src/content/Chip/Chip.stories.js +30 -5
  1308. package/src/content/Chip/__stories__/ClickableChip.tsx +1 -1
  1309. package/src/content/Chip/__stories__/ClickableDeletableChip.tsx +1 -1
  1310. package/src/content/Chip/__stories__/Default.tsx +1 -1
  1311. package/src/content/Chip/__stories__/DeletableChip.tsx +1 -1
  1312. package/src/content/Chip/__stories__/GroupOfChips.tsx +1 -1
  1313. package/src/content/Chip/doc.mdx +34 -0
  1314. package/src/content/Chip/index.test.tsx +4 -0
  1315. package/src/content/Details/Details.stories.js +4 -1
  1316. package/src/content/Details/__snapshots__/index.spec.tsx.snap +32 -69
  1317. package/src/content/Details/__stories__/Default.tsx +1 -1
  1318. package/src/content/Details/doc.mdx +23 -0
  1319. package/src/content/Details/index.spec.tsx +5 -5
  1320. package/src/content/Details/index.test.tsx +4 -0
  1321. package/src/content/Details/interaction.test.tsx +10 -6
  1322. package/src/content/List/List.stories.jsx +63 -0
  1323. package/src/content/List/__snapshots__/index.spec.tsx.snap +14 -4
  1324. package/src/content/List/__stories__/BulletList.tsx +1 -1
  1325. package/src/content/List/__stories__/Default.tsx +4 -10
  1326. package/src/content/List/__stories__/HorizontalList.tsx +1 -1
  1327. package/src/content/List/__stories__/NestedBulletList.tsx +1 -1
  1328. package/src/content/List/__stories__/NumberedList.tsx +1 -1
  1329. package/src/content/List/__stories__/WithExtraSpace.tsx +1 -1
  1330. package/src/content/List/doc.mdx +28 -0
  1331. package/src/content/List/index.test.tsx +4 -0
  1332. package/src/content/Markdown/Markdown.stories.js +8 -0
  1333. package/src/content/Markdown/__stories__/Default.tsx +42 -0
  1334. package/src/content/Markdown/index.test.tsx +24 -0
  1335. package/src/content/Markdown/index.tsx +9 -3
  1336. package/src/content/SafeHTML/SafeHTML.stories.js +8 -0
  1337. package/src/content/SafeHTML/__stories__/Default.tsx +42 -0
  1338. package/src/content/SafeHTML/index.test.tsx +24 -0
  1339. package/src/content/SafeHTML/index.tsx +3 -3
  1340. package/src/content/StepNav/StepNav.stories.js +8 -5
  1341. package/src/content/StepNav/__stories__/Auto.tsx +4 -2
  1342. package/src/content/StepNav/__stories__/Default.tsx +1 -1
  1343. package/src/content/StepNav/__stories__/Dense.tsx +1 -1
  1344. package/src/content/StepNav/__stories__/WithHints.tsx +1 -1
  1345. package/src/content/StepNav/__stories__/WithHook.tsx +1 -1
  1346. package/src/content/StepNav/auto.tsx +7 -5
  1347. package/src/content/StepNav/doc.mdx +39 -0
  1348. package/src/content/StepNav/index.test.tsx +4 -0
  1349. package/src/content/StepNav/index.tsx +0 -1
  1350. package/src/content/StepNav/interaction.test.tsx +20 -8
  1351. package/src/content/SummaryList/SummaryList.stories.js +20 -9
  1352. package/src/content/SummaryList/__snapshots__/index.spec.tsx.snap +37 -89
  1353. package/src/content/SummaryList/__stories__/Default.tsx +1 -1
  1354. package/src/content/SummaryList/__stories__/RowVariations.tsx +1 -1
  1355. package/src/content/SummaryList/__stories__/SummaryListExample.tsx +75 -0
  1356. package/src/content/SummaryList/__stories__/WithActions.tsx +1 -1
  1357. package/src/content/SummaryList/__stories__/WithKeyAndAction.tsx +1 -1
  1358. package/src/content/SummaryList/__stories__/WithNoLastBorder.tsx +46 -0
  1359. package/src/content/SummaryList/__stories__/WithoutActions.tsx +1 -1
  1360. package/src/content/SummaryList/__stories__/WithoutBorders.tsx +1 -1
  1361. package/src/content/SummaryList/doc.mdx +39 -0
  1362. package/src/content/SummaryList/index.spec.tsx +3 -3
  1363. package/src/content/SummaryList/index.test.tsx +12 -0
  1364. package/src/content/SummaryList/interaction.test.tsx +15 -8
  1365. package/src/content/Table/Table.stories.jsx +219 -0
  1366. package/src/content/Table/TableFloatingScroll.tsx +8 -4
  1367. package/src/content/Table/__stories__/DarkVariant.tsx +1 -1
  1368. package/src/content/Table/__stories__/DarkVariantWithVerticalHeaders.tsx +1 -1
  1369. package/src/content/Table/__stories__/Default.tsx +1 -1
  1370. package/src/content/Table/__stories__/DefinedWidth.tsx +1 -1
  1371. package/src/content/Table/__stories__/Dense.tsx +129 -0
  1372. package/src/content/Table/__stories__/Full.tsx +1 -1
  1373. package/src/content/Table/__stories__/MultipleProps.tsx +1 -1
  1374. package/src/content/Table/__stories__/NoData.tsx +1 -1
  1375. package/src/content/Table/__stories__/NumericDataType.tsx +1 -1
  1376. package/src/content/Table/__stories__/RowColors.tsx +1 -1
  1377. package/src/content/Table/__stories__/Stacked.tsx +1 -1
  1378. package/src/content/Table/__stories__/TableCaptions.tsx +1 -1
  1379. package/src/content/Table/__stories__/VerticalBorders.tsx +1 -1
  1380. package/src/content/Table/__stories__/VerticalHeaders.tsx +1 -1
  1381. package/src/content/Table/__stories__/WithFloatingScroll.tsx +1 -1
  1382. package/src/content/Table/__stories__/WithLoader.tsx +3 -4
  1383. package/src/content/Table/__stories__/WithSortFilters.tsx +1 -1
  1384. package/src/content/Table/__stories__/ZebraProp.tsx +1 -1
  1385. package/src/content/Table/doc.mdx +81 -0
  1386. package/src/content/Table/hooks/useSort.tsx +3 -3
  1387. package/src/content/Table/index.test.tsx +64 -61
  1388. package/src/content/Table/index.tsx +6 -9
  1389. package/src/content/Table/interaction.test.tsx +35 -6
  1390. package/src/content/TaskList/TaskList.stories.js +5 -2
  1391. package/src/content/TaskList/__stories__/Default.tsx +1 -1
  1392. package/src/content/TaskList/__stories__/Dense.tsx +1 -1
  1393. package/src/content/TaskList/doc.mdx +28 -0
  1394. package/src/content/TaskList/index.test.tsx +4 -0
  1395. package/src/content/Timeline/Timeline.stories.js +5 -2
  1396. package/src/content/Timeline/__stories__/Default.tsx +1 -1
  1397. package/src/content/Timeline/__stories__/Dense.tsx +1 -1
  1398. package/src/content/Timeline/doc.mdx +31 -0
  1399. package/src/content/Timeline/index.test.tsx +4 -0
  1400. package/src/doc.mdx +49 -0
  1401. package/src/feedback/CopyToClipboard/CopyToClipboard.stories.jsx +73 -0
  1402. package/src/feedback/CopyToClipboard/__stories__/Banner.tsx +1 -1
  1403. package/src/feedback/CopyToClipboard/__stories__/Default.tsx +2 -2
  1404. package/src/feedback/CopyToClipboard/__stories__/Dense.tsx +1 -1
  1405. package/src/feedback/CopyToClipboard/doc.mdx +24 -0
  1406. package/src/feedback/CopyToClipboard/index.test.tsx +4 -0
  1407. package/src/feedback/CopyToClipboard/index.tsx +1 -1
  1408. package/src/feedback/CopyToClipboard/interaction.test.tsx +30 -20
  1409. package/src/feedback/ErrorSummary/ErrorSummary.stories.jsx +70 -0
  1410. package/src/feedback/ErrorSummary/__snapshots__/index.spec.tsx.snap +14 -4
  1411. package/src/feedback/ErrorSummary/__stories__/Default.tsx +1 -1
  1412. package/src/feedback/ErrorSummary/__stories__/Dense.tsx +1 -1
  1413. package/src/feedback/ErrorSummary/__stories__/ErrorGroupLinkedToInput.tsx +47 -0
  1414. package/src/feedback/ErrorSummary/__stories__/LinkedToCheckbox.tsx +1 -1
  1415. package/src/feedback/ErrorSummary/__stories__/LinkedToField.tsx +1 -1
  1416. package/src/feedback/ErrorSummary/__stories__/LinkedToInput.tsx +2 -3
  1417. package/src/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.tsx +1 -1
  1418. package/src/feedback/ErrorSummary/doc.mdx +38 -0
  1419. package/src/feedback/ErrorSummary/index.test.tsx +8 -0
  1420. package/src/feedback/ErrorSummary/interaction.test.tsx +21 -0
  1421. package/src/feedback/NotificationBanner/NotificationBanner.stories.js +43 -4
  1422. package/src/feedback/NotificationBanner/__snapshots__/index.spec.tsx.snap +25 -15
  1423. package/src/feedback/NotificationBanner/__stories__/Default.tsx +1 -1
  1424. package/src/feedback/NotificationBanner/__stories__/Dense.tsx +1 -1
  1425. package/src/feedback/NotificationBanner/__stories__/Expanded.tsx +27 -0
  1426. package/src/feedback/NotificationBanner/__stories__/Success.tsx +1 -1
  1427. package/src/feedback/NotificationBanner/doc.mdx +48 -0
  1428. package/src/feedback/NotificationBanner/index.test.tsx +8 -0
  1429. package/src/feedback/NotificationBanner/interaction.test.tsx +22 -15
  1430. package/src/feedback/PhaseBanner/PhaseBanner.stories.jsx +50 -0
  1431. package/src/feedback/PhaseBanner/__stories__/Default.tsx +1 -1
  1432. package/src/feedback/PhaseBanner/__stories__/Underlined.tsx +1 -1
  1433. package/src/feedback/PhaseBanner/doc.mdx +27 -0
  1434. package/src/feedback/PhaseBanner/index.test.tsx +4 -0
  1435. package/src/feedback/PhaseBanner/interaction.test.tsx +10 -6
  1436. package/src/feedback/WarningText/WarningText.stories.js +34 -3
  1437. package/src/feedback/WarningText/__snapshots__/index.spec.tsx.snap +14 -4
  1438. package/src/feedback/WarningText/__stories__/AssistiveText.tsx +1 -1
  1439. package/src/feedback/WarningText/__stories__/Default.tsx +1 -1
  1440. package/src/feedback/WarningText/__stories__/Dense.tsx +1 -1
  1441. package/src/feedback/WarningText/doc.mdx +27 -0
  1442. package/src/feedback/WarningText/index.test.tsx +4 -0
  1443. package/src/feedback/WarningText/index.tsx +1 -0
  1444. package/src/form/AutoComplete/AutoComplete.stories.jsx +109 -0
  1445. package/src/form/AutoComplete/Status/index.tsx +5 -5
  1446. package/src/form/AutoComplete/__stories__/Default.tsx +1 -1
  1447. package/src/form/AutoComplete/__stories__/Multiple.tsx +7 -2
  1448. package/src/form/AutoComplete/__stories__/MultipleShowingTwoSelected.tsx +8 -2
  1449. package/src/form/AutoComplete/__stories__/MultipleWithDefaultValues.tsx +8 -2
  1450. package/src/form/AutoComplete/__stories__/MultipleWithMinLength.tsx +3 -3
  1451. package/src/form/AutoComplete/__stories__/WithAutoSelect.tsx +2 -18
  1452. package/src/form/AutoComplete/__stories__/WithCustomValue.tsx +28 -0
  1453. package/src/form/AutoComplete/__stories__/WithDefaultValue.tsx +2 -7
  1454. package/src/form/AutoComplete/__stories__/WithHint.tsx +16 -0
  1455. package/src/form/AutoComplete/__stories__/WithMinLength.tsx +1 -1
  1456. package/src/form/AutoComplete/__stories__/WithPlaceHolder.tsx +1 -1
  1457. package/src/form/AutoComplete/__stories__/WithShowAllValues.tsx +2 -6
  1458. package/src/form/AutoComplete/doc.mdx +51 -0
  1459. package/src/form/AutoComplete/index.test.tsx +12 -0
  1460. package/src/form/AutoComplete/index.tsx +104 -72
  1461. package/src/form/AutoComplete/interaction.test.tsx +20 -8
  1462. package/src/form/AutoComplete/utils.ts +2 -2
  1463. package/src/form/Button/Button.stories.js +57 -14
  1464. package/src/form/Button/ButtonLink.tsx +18 -2
  1465. package/src/form/Button/CallToAction.tsx +20 -2
  1466. package/src/form/Button/__snapshots__/index.spec.tsx.snap +6 -10
  1467. package/src/form/Button/__stories__/Back.tsx +1 -1
  1468. package/src/form/Button/__stories__/ButtonLinkButton.tsx +1 -1
  1469. package/src/form/Button/__stories__/CallToActionButton.tsx +1 -1
  1470. package/src/form/Button/__stories__/Dense.tsx +1 -1
  1471. package/src/form/Button/__stories__/Disabled.tsx +1 -1
  1472. package/src/form/Button/__stories__/GroupingButtons.tsx +1 -1
  1473. package/src/form/Button/__stories__/GroupingButtonsAndLinks.tsx +1 -1
  1474. package/src/form/Button/__stories__/Primary.tsx +24 -2
  1475. package/src/form/Button/__stories__/Secondary.tsx +1 -1
  1476. package/src/form/Button/__stories__/ThemeToggle.tsx +1 -1
  1477. package/src/form/Button/__stories__/Warning.tsx +1 -1
  1478. package/src/form/Button/__stories__/WithVariantLink.tsx +1 -1
  1479. package/src/form/Button/doc.mdx +96 -0
  1480. package/src/form/Button/index.spec.tsx +2 -2
  1481. package/src/form/Button/index.test.tsx +4 -0
  1482. package/src/form/Button/interaction.test.tsx +64 -30
  1483. package/src/form/Checkbox/Checkbox.stories.jsx +153 -0
  1484. package/src/form/Checkbox/__stories__/ConditionalReveal.tsx +1 -1
  1485. package/src/form/Checkbox/__stories__/Default.tsx +1 -1
  1486. package/src/form/Checkbox/__stories__/Dense.tsx +1 -1
  1487. package/src/form/Checkbox/__stories__/Inline.tsx +1 -1
  1488. package/src/form/Checkbox/__stories__/InlineWithDivider.tsx +1 -1
  1489. package/src/form/Checkbox/__stories__/MultipleQuestions.tsx +1 -1
  1490. package/src/form/Checkbox/__stories__/NoneAnswer.tsx +1 -1
  1491. package/src/form/Checkbox/__stories__/NoneAnswerWithError.tsx +1 -1
  1492. package/src/form/Checkbox/__stories__/WithErrorMessage.tsx +1 -1
  1493. package/src/form/Checkbox/__stories__/WithHint.tsx +1 -1
  1494. package/src/form/Checkbox/doc.mdx +57 -0
  1495. package/src/form/Checkbox/index.test.tsx +4 -0
  1496. package/src/form/Checkbox/index.tsx +1 -0
  1497. package/src/form/Checkbox/interaction.test.tsx +33 -17
  1498. package/src/form/DateInputContainer/DateInputContainer.stories.jsx +118 -0
  1499. package/src/form/DateInputContainer/__stories__/Default.tsx +1 -1
  1500. package/src/form/DateInputContainer/__stories__/Dense.tsx +1 -1
  1501. package/src/form/DateInputContainer/__stories__/MultipleQuestions.tsx +2 -2
  1502. package/src/form/DateInputContainer/__stories__/WithErrorMessage.tsx +1 -1
  1503. package/src/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.tsx +1 -1
  1504. package/src/form/DateInputContainer/doc.mdx +32 -0
  1505. package/src/form/DateInputContainer/index.test.tsx +4 -0
  1506. package/src/form/DateInputContainer/interaction.test.tsx +36 -7
  1507. package/src/form/ErrorMessage/ErrorMessage.stories.jsx +45 -0
  1508. package/src/form/ErrorMessage/__stories__/DateInputError.tsx +1 -1
  1509. package/src/form/ErrorMessage/__stories__/Default.tsx +1 -1
  1510. package/src/form/ErrorMessage/__stories__/ErrorMessageOnly.tsx +1 -1
  1511. package/src/form/ErrorMessage/doc.mdx +19 -0
  1512. package/src/form/ErrorMessage/index.test.tsx +4 -0
  1513. package/src/form/FileUpload/FileUpload.stories.js +6 -2
  1514. package/src/form/FileUpload/__stories__/Default.tsx +1 -1
  1515. package/src/form/FileUpload/__stories__/WithErrorMessage.tsx +1 -1
  1516. package/src/form/FileUpload/__stories__/WithVariantLink.tsx +24 -0
  1517. package/src/form/FileUpload/doc.mdx +22 -0
  1518. package/src/form/FileUpload/index.test.tsx +8 -0
  1519. package/src/form/RadioContainer/RadioContainer.stories.jsx +160 -0
  1520. package/src/form/RadioContainer/__stories__/ConditionalReveal.tsx +1 -1
  1521. package/src/form/RadioContainer/__stories__/Default.tsx +1 -1
  1522. package/src/form/RadioContainer/__stories__/Dense.tsx +1 -1
  1523. package/src/form/RadioContainer/__stories__/Inline.tsx +1 -1
  1524. package/src/form/RadioContainer/__stories__/InlineWithDivider.tsx +1 -1
  1525. package/src/form/RadioContainer/__stories__/MultipleQuestions.tsx +1 -1
  1526. package/src/form/RadioContainer/__stories__/NoneAnswer.tsx +1 -1
  1527. package/src/form/RadioContainer/__stories__/WithErrorMessage.tsx +1 -1
  1528. package/src/form/RadioContainer/__stories__/WithHints.tsx +1 -1
  1529. package/src/form/RadioContainer/__stories__/WithMediumLegend.tsx +1 -1
  1530. package/src/form/RadioContainer/doc.mdx +58 -0
  1531. package/src/form/RadioContainer/index.test.tsx +4 -0
  1532. package/src/form/RadioContainer/interaction.test.tsx +24 -15
  1533. package/src/form/SearchContainer/SearchContainer.stories.js +12 -0
  1534. package/src/form/SearchContainer/__stories__/Default.tsx +15 -0
  1535. package/src/form/SearchContainer/doc.mdx +16 -0
  1536. package/src/form/SearchContainer/index.test.tsx +24 -0
  1537. package/src/form/SelectContainer/SelectContainer.stories.jsx +110 -0
  1538. package/src/form/SelectContainer/__stories__/Default.tsx +1 -1
  1539. package/src/form/SelectContainer/__stories__/Dense.tsx +1 -1
  1540. package/src/form/SelectContainer/__stories__/DisabledInput.tsx +1 -1
  1541. package/src/form/SelectContainer/__stories__/WithHint.tsx +1 -1
  1542. package/src/form/SelectContainer/doc.mdx +34 -0
  1543. package/src/form/SelectContainer/index.test.tsx +4 -0
  1544. package/src/form/SelectContainer/interaction.test.tsx +14 -7
  1545. package/src/form/SingleCharacterInputs/SingleCharacterInput.stories.jsx +133 -0
  1546. package/src/form/SingleCharacterInputs/__stories__/Default.tsx +1 -1
  1547. package/src/form/SingleCharacterInputs/__stories__/WithDefaultError.tsx +1 -1
  1548. package/src/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.tsx +1 -1
  1549. package/src/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.tsx +1 -1
  1550. package/src/form/SingleCharacterInputs/doc.mdx +22 -0
  1551. package/src/form/SingleCharacterInputs/index.test.tsx +4 -0
  1552. package/src/form/TextArea/TextArea.stories.jsx +120 -0
  1553. package/src/form/TextArea/__stories__/Default.tsx +2 -3
  1554. package/src/form/TextArea/__stories__/Dense.tsx +1 -1
  1555. package/src/form/TextArea/__stories__/DisabledInput.tsx +2 -3
  1556. package/src/form/TextArea/__stories__/LimitedCharacters.tsx +2 -3
  1557. package/src/form/TextArea/__stories__/MultipleQuestions.tsx +1 -1
  1558. package/src/form/TextArea/__stories__/WithDeclaredRows.tsx +2 -3
  1559. package/src/form/TextArea/__stories__/WithErrorMessage.tsx +2 -3
  1560. package/src/form/TextArea/__stories__/WithHint.tsx +2 -3
  1561. package/src/form/TextArea/doc.mdx +48 -0
  1562. package/src/form/TextArea/index.test.tsx +4 -0
  1563. package/src/form/TextArea/interaction.test.tsx +36 -13
  1564. package/src/form/TextInput/TextInput.stories.jsx +128 -0
  1565. package/src/form/TextInput/__stories__/AskingForNumbers.tsx +2 -3
  1566. package/src/form/TextInput/__stories__/Default.tsx +2 -3
  1567. package/src/form/TextInput/__stories__/Dense.tsx +1 -1
  1568. package/src/form/TextInput/__stories__/DisabledInput.tsx +2 -3
  1569. package/src/form/TextInput/__stories__/DisabledInputWithValue.tsx +5 -6
  1570. package/src/form/TextInput/__stories__/FixedWidths.tsx +2 -3
  1571. package/src/form/TextInput/__stories__/FluidWidths.tsx +2 -3
  1572. package/src/form/TextInput/__stories__/MultipleQuestions.tsx +1 -1
  1573. package/src/form/TextInput/__stories__/WithErrorMessage.tsx +2 -3
  1574. package/src/form/TextInput/__stories__/WithHint.tsx +2 -3
  1575. package/src/form/TextInput/doc.mdx +58 -0
  1576. package/src/form/TextInput/index.test.tsx +4 -0
  1577. package/src/form/TextInput/interaction.test.tsx +30 -7
  1578. package/src/govgr/Footer/Copyright.tsx +1 -0
  1579. package/src/govgr/GovGRLogo/index.tsx +17 -2
  1580. package/src/i18n/index.tsx +17 -4
  1581. package/src/i18n/locales/el.ts +42 -12
  1582. package/src/i18n/locales/en.ts +29 -8
  1583. package/src/icons/IconBase/index.tsx +4 -0
  1584. package/src/icons/SvgIcon/index.tsx +4 -0
  1585. package/src/icons/index.tsx +26 -1
  1586. package/src/layouts/Basic/Basic.stories.js +7 -4
  1587. package/src/layouts/Basic/Bottom/__stories__/Default.tsx +14 -10
  1588. package/src/layouts/Basic/Bottom/doc.mdx +18 -0
  1589. package/src/layouts/Basic/Container/__stories__/Default.tsx +16 -9
  1590. package/src/layouts/Basic/Container/doc.mdx +18 -0
  1591. package/src/layouts/Basic/Main/__stories__/Default.tsx +16 -9
  1592. package/src/layouts/Basic/Main/doc.mdx +19 -0
  1593. package/src/layouts/Basic/Top/__stories__/Default.tsx +14 -7
  1594. package/src/layouts/Basic/Top/doc.mdx +19 -0
  1595. package/src/layouts/Basic/__snapshots__/index.spec.tsx.snap +30 -102
  1596. package/src/layouts/Basic/__stories__/Default.tsx +1 -1
  1597. package/src/layouts/Basic/__stories__/MultipleRowsLayout.tsx +1 -1
  1598. package/src/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.tsx +1 -1
  1599. package/src/layouts/Basic/__stories__/WithBasicLayout.tsx +3 -3
  1600. package/src/layouts/Basic/doc.mdx +31 -0
  1601. package/src/layouts/Basic/index.spec.tsx +3 -3
  1602. package/src/layouts/Basic/index.test.tsx +4 -0
  1603. package/src/layouts/Basic/index.tsx +0 -1
  1604. package/src/layouts/Grid/Grid.stories.js +6 -3
  1605. package/src/layouts/Grid/__stories__/Default.tsx +1 -1
  1606. package/src/layouts/Grid/__stories__/Inline.tsx +1 -1
  1607. package/src/layouts/Grid/__stories__/ResponsiveSpacing.tsx +1 -1
  1608. package/src/layouts/Grid/doc.mdx +26 -0
  1609. package/src/layouts/Grid/index.test.tsx +4 -0
  1610. package/src/layouts/Screen/Screen.stories.js +4 -4
  1611. package/src/layouts/Screen/__stories__/Default.tsx +5 -5
  1612. package/src/layouts/Screen/__stories__/ScreenDown.tsx +2 -2
  1613. package/src/layouts/Screen/__stories__/ScreenUp.tsx +2 -2
  1614. package/src/layouts/Screen/__stories__/SpecificScreenSize.tsx +2 -2
  1615. package/src/layouts/Screen/index.test.tsx +4 -0
  1616. package/src/layouts/Screen/index.tsx +43 -18
  1617. package/src/layouts/Stack/Stack.stories.js +9 -6
  1618. package/src/layouts/Stack/__stories__/AlignItems.tsx +2 -2
  1619. package/src/layouts/Stack/__stories__/Default.tsx +2 -2
  1620. package/src/layouts/Stack/__stories__/JustifyContent.tsx +2 -2
  1621. package/src/layouts/Stack/__stories__/NoWrap.tsx +2 -2
  1622. package/src/layouts/Stack/__stories__/Row.tsx +2 -2
  1623. package/src/layouts/Stack/__stories__/Spacing.tsx +2 -2
  1624. package/src/layouts/Stack/doc.mdx +38 -0
  1625. package/src/layouts/Stack/index.test.tsx +4 -0
  1626. package/src/layouts/Stack/index.tsx +1 -0
  1627. package/src/lazy.js +342 -325
  1628. package/src/navigation/BackLink/BackLink.stories.js +4 -1
  1629. package/src/navigation/BackLink/__stories__/Default.tsx +1 -1
  1630. package/src/navigation/BackLink/doc.mdx +19 -0
  1631. package/src/navigation/BackLink/index.test.tsx +4 -0
  1632. package/src/navigation/BackLink/index.tsx +19 -2
  1633. package/src/navigation/BackLink/interaction.test.tsx +10 -6
  1634. package/src/navigation/BackToTopLink/BackToTopLink.stories.js +2 -2
  1635. package/src/navigation/BackToTopLink/__stories__/Default.tsx +1 -1
  1636. package/src/navigation/BackToTopLink/__stories__/InMain.tsx +1 -1
  1637. package/src/navigation/BackToTopLink/index.test.tsx +4 -0
  1638. package/src/navigation/BackToTopLink/index.tsx +1 -2
  1639. package/src/navigation/Breadcrumbs/Breadcrumbs.stories.js +8 -1
  1640. package/src/navigation/Breadcrumbs/BreadcrumbsListItem.tsx +36 -0
  1641. package/src/navigation/Breadcrumbs/BreadcrumbsListItemLink.tsx +22 -0
  1642. package/src/navigation/Breadcrumbs/__stories__/Auto.tsx +201 -0
  1643. package/src/navigation/Breadcrumbs/__stories__/Default.tsx +3 -3
  1644. package/src/navigation/Breadcrumbs/__stories__/WithHook.tsx +219 -0
  1645. package/src/navigation/Breadcrumbs/__stories__/WithProvider.tsx +28 -0
  1646. package/src/navigation/Breadcrumbs/__stories__/WithoutCurrentPage.tsx +20 -0
  1647. package/src/navigation/Breadcrumbs/auto.tsx +71 -0
  1648. package/src/navigation/Breadcrumbs/doc.mdx +32 -0
  1649. package/src/navigation/Breadcrumbs/hooks.ts +66 -0
  1650. package/src/navigation/Breadcrumbs/index.test.tsx +20 -0
  1651. package/src/navigation/Breadcrumbs/index.tsx +6 -1
  1652. package/src/navigation/Breadcrumbs/interaction.test.tsx +46 -8
  1653. package/src/navigation/Breadcrumbs/slug.ts +141 -0
  1654. package/src/navigation/Breadcrumbs/utils.ts +39 -0
  1655. package/src/navigation/Drawer/Drawer.stories.js +6 -3
  1656. package/src/navigation/Drawer/__stories__/Auto.tsx +5 -3
  1657. package/src/navigation/Drawer/__stories__/Default.tsx +4 -5
  1658. package/src/navigation/Drawer/__stories__/WithHook.tsx +1 -1
  1659. package/src/navigation/Drawer/auto.tsx +12 -10
  1660. package/src/navigation/Drawer/doc.mdx +18 -0
  1661. package/src/navigation/Drawer/hooks.ts +6 -6
  1662. package/src/navigation/Drawer/index.test.tsx +4 -0
  1663. package/src/navigation/Drawer/index.tsx +0 -1
  1664. package/src/navigation/Dropdown/Dropdown.stories.js +15 -13
  1665. package/src/navigation/Dropdown/__stories__/AlignRight.tsx +2 -3
  1666. package/src/navigation/Dropdown/__stories__/ContentPosition.tsx +1 -1
  1667. package/src/navigation/Dropdown/__stories__/Default.tsx +2 -3
  1668. package/src/navigation/Dropdown/__stories__/Dense.tsx +2 -3
  1669. package/src/navigation/Dropdown/__stories__/Disabled.tsx +2 -3
  1670. package/src/navigation/Dropdown/__stories__/PlacementTop.tsx +2 -3
  1671. package/src/navigation/Dropdown/__stories__/ScrollableContent.tsx +2 -2
  1672. package/src/navigation/Dropdown/__stories__/Secondary.tsx +1 -1
  1673. package/src/navigation/Dropdown/__stories__/VariantLink.tsx +2 -3
  1674. package/src/navigation/Dropdown/__stories__/Warning.tsx +1 -1
  1675. package/src/navigation/Dropdown/__stories__/WithIcons.tsx +1 -1
  1676. package/src/navigation/Dropdown/doc.mdx +34 -0
  1677. package/src/navigation/Dropdown/index.test.tsx +4 -0
  1678. package/src/navigation/Dropdown/interaction.test.tsx +54 -35
  1679. package/src/navigation/Link/Link.stories.js +10 -7
  1680. package/src/navigation/Link/__snapshots__/index.spec.tsx.snap +16 -30
  1681. package/src/navigation/Link/__stories__/DarkBackground.tsx +2 -2
  1682. package/src/navigation/Link/__stories__/DarkBackgroundNoUnderline.tsx +2 -2
  1683. package/src/navigation/Link/__stories__/Default.tsx +1 -1
  1684. package/src/navigation/Link/__stories__/ExternalLink.tsx +1 -1
  1685. package/src/navigation/Link/__stories__/NoUnderline.tsx +1 -1
  1686. package/src/navigation/Link/__stories__/OpensInNewTab.tsx +1 -1
  1687. package/src/navigation/Link/__stories__/WithProvider.tsx +6 -2
  1688. package/src/navigation/Link/doc.mdx +38 -0
  1689. package/src/navigation/Link/index.spec.tsx +4 -4
  1690. package/src/navigation/Link/index.test.tsx +4 -0
  1691. package/src/navigation/Link/index.tsx +14 -10
  1692. package/src/navigation/Link/interaction.test.tsx +32 -22
  1693. package/src/navigation/NavList/NavList.stories.js +12 -8
  1694. package/src/navigation/NavList/NavListAuto/index.tsx +10 -8
  1695. package/src/navigation/NavList/NavListItemAction.tsx +69 -0
  1696. package/src/navigation/NavList/NavListItemLink.tsx +22 -0
  1697. package/src/navigation/NavList/__snapshots__/index.spec.tsx.snap +14 -4
  1698. package/src/navigation/NavList/__stories__/Default.tsx +12 -12
  1699. package/src/navigation/NavList/__stories__/HorizontalWithDrawer.tsx +25 -25
  1700. package/src/navigation/NavList/__stories__/HorizontalWithoutDrawer.tsx +25 -25
  1701. package/src/navigation/NavList/__stories__/NavListWithoutNav.tsx +12 -12
  1702. package/src/navigation/NavList/__stories__/UsingHeaderButton.tsx +1 -1
  1703. package/src/navigation/NavList/__stories__/UsingNavListAuto.tsx +28 -29
  1704. package/src/navigation/NavList/__stories__/Vertical.tsx +17 -13
  1705. package/src/navigation/NavList/__stories__/VerticalWithoutDrawer.tsx +25 -25
  1706. package/src/navigation/NavList/__stories__/WithBadge.tsx +55 -0
  1707. package/src/navigation/NavList/doc.mdx +59 -0
  1708. package/src/navigation/NavList/hooks/useTogglableNav.tsx +3 -2
  1709. package/src/navigation/NavList/index.test.tsx +8 -0
  1710. package/src/navigation/NavList/index.tsx +4 -2
  1711. package/src/navigation/NavList/interaction.test.tsx +57 -0
  1712. package/src/navigation/NavList/types.tsx +1 -1
  1713. package/src/navigation/Pagination/Pagination.stories.js +11 -9
  1714. package/src/navigation/Pagination/Pagination.tsx +121 -0
  1715. package/src/navigation/Pagination/__stories__/Auto.tsx +31 -31
  1716. package/src/navigation/Pagination/__stories__/Default.tsx +1 -1
  1717. package/src/navigation/Pagination/__stories__/PaginationSmall.tsx +1 -1
  1718. package/src/navigation/Pagination/__stories__/PaginationWithSmallFont.tsx +2 -3
  1719. package/src/navigation/Pagination/__stories__/WithHook.tsx +1 -1
  1720. package/src/navigation/Pagination/__stories__/WithInactiveValues.tsx +2 -2
  1721. package/src/navigation/Pagination/__stories__/WithResultsPerPage.tsx +2 -3
  1722. package/src/navigation/Pagination/auto.tsx +9 -6
  1723. package/src/navigation/Pagination/doc.mdx +37 -0
  1724. package/src/navigation/Pagination/hooks.ts +3 -3
  1725. package/src/navigation/Pagination/index.test.tsx +4 -0
  1726. package/src/navigation/Pagination/index.tsx +3 -123
  1727. package/src/navigation/Pagination/interaction.test.tsx +11 -7
  1728. package/src/navigation/SkipLink/SkipLink.stories.js +1 -1
  1729. package/src/navigation/SkipLink/__stories__/Default.tsx +1 -1
  1730. package/src/navigation/SkipLink/index.test.tsx +4 -0
  1731. package/src/navigation/Tabs/Tabs.stories.js +7 -4
  1732. package/src/navigation/Tabs/__stories__/Auto.tsx +3 -5
  1733. package/src/navigation/Tabs/__stories__/Default.tsx +111 -42
  1734. package/src/navigation/Tabs/__stories__/Dense.tsx +2 -4
  1735. package/src/navigation/Tabs/__stories__/UsingAccordion.tsx +277 -0
  1736. package/src/navigation/Tabs/auto.tsx +10 -6
  1737. package/src/navigation/Tabs/doc.mdx +47 -0
  1738. package/src/navigation/Tabs/hooks.ts +11 -9
  1739. package/src/navigation/Tabs/index.test.tsx +8 -0
  1740. package/src/navigation/Tabs/index.tsx +0 -1
  1741. package/src/navigation/Tabs/interaction.test.tsx +13 -7
  1742. package/src/registry.js +267 -379
  1743. package/src/typography/Code/index.tsx +1 -1
  1744. package/src/typography/CodeBlock/CodeBlock.stories.js +13 -0
  1745. package/src/typography/CodeBlock/__stories__/Default.tsx +23 -0
  1746. package/src/typography/CodeBlock/__stories__/Highlighted.tsx +27 -0
  1747. package/src/typography/CodeBlock/__stories__/WithCopyToClipboard.tsx +27 -0
  1748. package/src/typography/CodeBlock/__stories__/WithPhaseBanner.tsx +32 -0
  1749. package/src/typography/CodeBlock/doc.mdx +30 -0
  1750. package/src/typography/CodeBlock/index.test.tsx +36 -0
  1751. package/src/typography/CodeBlock/index.tsx +125 -3
  1752. package/src/typography/Heading/Heading.stories.js +4 -1
  1753. package/src/typography/Heading/__stories__/Default.tsx +1 -1
  1754. package/src/typography/Heading/doc.mdx +16 -0
  1755. package/src/typography/Heading/index.test.tsx +4 -0
  1756. package/src/typography/HeadingCaption/HeadingCaption.stories.js +5 -2
  1757. package/src/typography/HeadingCaption/__stories__/Default.tsx +1 -1
  1758. package/src/typography/HeadingCaption/__stories__/NestedToTitle.tsx +1 -1
  1759. package/src/typography/HeadingCaption/doc.mdx +20 -0
  1760. package/src/typography/HeadingCaption/index.test.tsx +4 -0
  1761. package/src/typography/Hint/Hint.stories.js +5 -2
  1762. package/src/typography/Hint/__stories__/Default.tsx +1 -1
  1763. package/src/typography/Hint/__stories__/FontSizes.tsx +1 -1
  1764. package/src/typography/Hint/doc.mdx +20 -0
  1765. package/src/typography/Hint/index.test.tsx +4 -0
  1766. package/src/typography/NormalText/NormalText.stories.js +7 -4
  1767. package/src/typography/NormalText/__stories__/Default.tsx +1 -1
  1768. package/src/typography/NormalText/__stories__/FontSizes.tsx +1 -1
  1769. package/src/typography/NormalText/__stories__/FontWeight.tsx +1 -1
  1770. package/src/typography/NormalText/__stories__/Variants.tsx +1 -1
  1771. package/src/typography/NormalText/doc.mdx +30 -0
  1772. package/src/typography/NormalText/index.test.tsx +4 -0
  1773. package/src/typography/Paragraph/Paragraph.stories.js +8 -5
  1774. package/src/typography/Paragraph/__stories__/Default.tsx +1 -1
  1775. package/src/typography/Paragraph/__stories__/FontSizes.tsx +1 -1
  1776. package/src/typography/Paragraph/__stories__/FontWeight.tsx +1 -1
  1777. package/src/typography/Paragraph/__stories__/LeadVariant.tsx +3 -1
  1778. package/src/typography/Paragraph/__stories__/SmallVariant.tsx +3 -1
  1779. package/src/typography/Paragraph/doc.mdx +34 -0
  1780. package/src/typography/Paragraph/index.test.tsx +4 -0
  1781. package/src/typography/Typography/doc.mdx +14 -0
  1782. package/src/typography/Typography/index.tsx +1 -1
  1783. package/src/utils/Base/doc.mdx +66 -0
  1784. package/src/utils/Base/index.tsx +1 -0
  1785. package/src/utils/VisuallyHidden/VisuallyHidden.stories.js +4 -1
  1786. package/src/utils/VisuallyHidden/__stories__/Default.tsx +1 -1
  1787. package/src/utils/VisuallyHidden/doc.mdx +21 -0
  1788. package/src/utils/VisuallyHidden/index.test.tsx +4 -0
  1789. package/src/utils/hooks/useDebounce.ts +5 -5
  1790. package/src/utils/hooks/useLatest.ts +1 -1
  1791. package/src/utils/hooks/useScreen.native.ts +35 -0
  1792. package/src/utils/hooks/useScreen.ts +2 -45
  1793. package/src/utils/hooks/useScreen.web.ts +56 -0
  1794. package/src/utils/hooks/useSearch.ts +2 -3
  1795. package/src/utils/index.ts +0 -1
  1796. package/stories-registry/index.js +743 -0
  1797. package/stories-registry/package.json +6 -0
  1798. package/typography/Code/index.js +7 -3
  1799. package/typography/Code/index.js.map +7 -0
  1800. package/typography/CodeBlock/CodeBlock.stories.d.ts +13 -0
  1801. package/typography/CodeBlock/__stories__/Default.d.ts +3 -0
  1802. package/typography/CodeBlock/__stories__/Highlighted.d.ts +3 -0
  1803. package/typography/CodeBlock/__stories__/WithCopyToClipboard.d.ts +3 -0
  1804. package/typography/CodeBlock/__stories__/WithPhaseBanner.d.ts +3 -0
  1805. package/typography/CodeBlock/index.d.ts +14 -2
  1806. package/typography/CodeBlock/index.js +94 -3
  1807. package/typography/CodeBlock/index.js.map +7 -0
  1808. package/typography/CodeBlock/index.test.d.ts +1 -0
  1809. package/typography/Heading/Heading.stories.d.ts +3 -1
  1810. package/typography/Heading/__stories__/Default.d.ts +2 -2
  1811. package/typography/Heading/index.js +7 -3
  1812. package/typography/Heading/index.js.map +7 -0
  1813. package/typography/HeadingCaption/HeadingCaption.stories.d.ts +4 -2
  1814. package/typography/HeadingCaption/__stories__/Default.d.ts +2 -2
  1815. package/typography/HeadingCaption/__stories__/NestedToTitle.d.ts +2 -2
  1816. package/typography/HeadingCaption/index.js +7 -3
  1817. package/typography/HeadingCaption/index.js.map +7 -0
  1818. package/typography/Hint/Hint.stories.d.ts +4 -2
  1819. package/typography/Hint/__stories__/Default.d.ts +2 -2
  1820. package/typography/Hint/__stories__/FontSizes.d.ts +2 -2
  1821. package/typography/Hint/index.js +7 -3
  1822. package/typography/Hint/index.js.map +7 -0
  1823. package/typography/NormalText/NormalText.stories.d.ts +6 -4
  1824. package/typography/NormalText/__stories__/Default.d.ts +2 -2
  1825. package/typography/NormalText/__stories__/FontSizes.d.ts +2 -2
  1826. package/typography/NormalText/__stories__/FontWeight.d.ts +2 -2
  1827. package/typography/NormalText/__stories__/Variants.d.ts +2 -2
  1828. package/typography/NormalText/index.js +7 -3
  1829. package/typography/NormalText/index.js.map +7 -0
  1830. package/typography/Paragraph/Paragraph.stories.d.ts +7 -5
  1831. package/typography/Paragraph/__stories__/Default.d.ts +2 -2
  1832. package/typography/Paragraph/__stories__/FontSizes.d.ts +2 -2
  1833. package/typography/Paragraph/__stories__/FontWeight.d.ts +2 -2
  1834. package/typography/Paragraph/__stories__/LeadVariant.d.ts +2 -2
  1835. package/typography/Paragraph/__stories__/SmallVariant.d.ts +2 -2
  1836. package/typography/Paragraph/index.js +7 -3
  1837. package/typography/Paragraph/index.js.map +7 -0
  1838. package/typography/Typography/index.js +7 -3
  1839. package/typography/Typography/index.js.map +7 -0
  1840. package/typography/index.js +7 -6
  1841. package/typography/index.js.map +7 -0
  1842. package/utils/Base/index.d.ts +1 -0
  1843. package/utils/Base/index.js +9 -3
  1844. package/utils/Base/index.js.map +7 -0
  1845. package/utils/TestVariant/index.d.ts +1 -1
  1846. package/utils/TestVariant/index.js +23 -18
  1847. package/utils/TestVariant/index.js.map +7 -0
  1848. package/utils/Typography/index.js +7 -3
  1849. package/utils/Typography/index.js.map +7 -0
  1850. package/utils/VisuallyHidden/VisuallyHidden.stories.d.ts +3 -1
  1851. package/utils/VisuallyHidden/__stories__/Default.d.ts +2 -2
  1852. package/utils/VisuallyHidden/index.js +7 -3
  1853. package/utils/VisuallyHidden/index.js.map +7 -0
  1854. package/utils/hooks/useDebounce/index.js +26 -28
  1855. package/utils/hooks/useDebounce.d.ts +2 -2
  1856. package/utils/hooks/useDebounce.js.map +7 -0
  1857. package/utils/hooks/useKeypress/index.js +20 -12
  1858. package/utils/hooks/useKeypress.d.ts +1 -1
  1859. package/utils/hooks/useKeypress.js.map +7 -0
  1860. package/utils/hooks/useLatest/index.js +9 -6
  1861. package/utils/hooks/useLatest.d.ts +1 -1
  1862. package/utils/hooks/useLatest.js.map +7 -0
  1863. package/utils/hooks/useScreen/index.js +6 -51
  1864. package/utils/hooks/useScreen.d.ts +2 -7
  1865. package/utils/hooks/useScreen.js.map +7 -0
  1866. package/utils/hooks/useScreen.native/index.js +35 -0
  1867. package/utils/hooks/useScreen.native/package.json +6 -0
  1868. package/utils/hooks/useScreen.native.d.ts +8 -0
  1869. package/utils/hooks/useScreen.native.js.map +7 -0
  1870. package/utils/hooks/useScreen.web/index.js +58 -0
  1871. package/utils/hooks/useScreen.web/package.json +6 -0
  1872. package/utils/hooks/useScreen.web.d.ts +8 -0
  1873. package/utils/hooks/useScreen.web.js.map +7 -0
  1874. package/utils/hooks/useSearch/index.js +24 -16
  1875. package/utils/hooks/useSearch.d.ts +2 -2
  1876. package/utils/hooks/useSearch.js.map +7 -0
  1877. package/utils/hooks/useTogglableTab/index.js +61 -60
  1878. package/utils/hooks/useTogglableTab.js.map +7 -0
  1879. package/utils/index.d.ts +0 -1
  1880. package/utils/index.js +3 -3
  1881. package/utils/index.js.map +7 -0
  1882. package/utils/withDeprecation/index.js +56 -52
  1883. package/utils/withDeprecation.js.map +7 -0
  1884. package/api/APIErrors/index.js +0 -77
  1885. package/api/APIErrors/package.json +0 -6
  1886. package/api/APIErrors.d.ts +0 -22
  1887. package/api/APIProvider/index.js +0 -25
  1888. package/api/APIProvider/package.json +0 -6
  1889. package/api/APIProvider.d.ts +0 -15
  1890. package/api/fetchAPI/index.js +0 -42
  1891. package/api/fetchAPI/package.json +0 -6
  1892. package/api/fetchAPI.d.ts +0 -18
  1893. package/api/index.d.ts +0 -9
  1894. package/api/index.js +0 -13
  1895. package/api/index.spec/index.js +0 -468
  1896. package/api/index.spec/package.json +0 -6
  1897. package/api/index.spec.d.ts +0 -1
  1898. package/api/introduction.md +0 -6
  1899. package/api/package.json +0 -6
  1900. package/api/useResource/index.js +0 -109
  1901. package/api/useResource/package.json +0 -6
  1902. package/api/useResource.d.ts +0 -11
  1903. package/api/useResourceAction/index.js +0 -121
  1904. package/api/useResourceAction/package.json +0 -6
  1905. package/api/useResourceAction.d.ts +0 -2
  1906. package/api/useResourceQuery/index.js +0 -184
  1907. package/api/useResourceQuery/package.json +0 -6
  1908. package/api/useResourceQuery.d.ts +0 -18
  1909. package/api/utils/index.js +0 -190
  1910. package/api/utils/package.json +0 -6
  1911. package/api/utils.d.ts +0 -6
  1912. package/app/BannerContainer/BannerContainer.stories/index.js +0 -9
  1913. package/app/BannerContainer/BannerContainer.stories/package.json +0 -6
  1914. package/app/BannerContainer/__stories__/CookiesBanner/index.js +0 -16
  1915. package/app/BannerContainer/__stories__/CookiesBanner/package.json +0 -6
  1916. package/app/BannerContainer/index.test/index.js +0 -43
  1917. package/app/BannerContainer/index.test/package.json +0 -6
  1918. package/app/Footer/Footer.stories/index.js +0 -17
  1919. package/app/Footer/Footer.stories/package.json +0 -6
  1920. package/app/Footer/Footer.stories.playwright.json +0 -27
  1921. package/app/Footer/__stories__/Default/index.js +0 -7
  1922. package/app/Footer/__stories__/Default/package.json +0 -6
  1923. package/app/Footer/__stories__/DefaultCopyright/index.js +0 -17
  1924. package/app/Footer/__stories__/DefaultCopyright/package.json +0 -6
  1925. package/app/Footer/__stories__/FooterAllInclusive/index.js +0 -66
  1926. package/app/Footer/__stories__/FooterAllInclusive/package.json +0 -6
  1927. package/app/Footer/__stories__/FooterWithLink/index.js +0 -28
  1928. package/app/Footer/__stories__/FooterWithLink/package.json +0 -6
  1929. package/app/Footer/__stories__/FooterWithLogo/index.js +0 -26
  1930. package/app/Footer/__stories__/FooterWithLogo/package.json +0 -6
  1931. package/app/Footer/__stories__/FooterWithSecondaryNavigation/index.js +0 -48
  1932. package/app/Footer/__stories__/FooterWithSecondaryNavigation/package.json +0 -6
  1933. package/app/Footer/__stories__/FooterWithText/index.js +0 -29
  1934. package/app/Footer/__stories__/FooterWithText/package.json +0 -6
  1935. package/app/Footer/__stories__/YearCopyright/index.js +0 -21
  1936. package/app/Footer/__stories__/YearCopyright/package.json +0 -6
  1937. package/app/Footer/index.mdx +0 -63
  1938. package/app/Footer/index.test/index.js +0 -64
  1939. package/app/Footer/index.test/package.json +0 -6
  1940. package/app/Footer/interaction.test/index.js +0 -46
  1941. package/app/Footer/interaction.test/package.json +0 -6
  1942. package/app/Header/Header.stories/index.js +0 -18
  1943. package/app/Header/Header.stories/package.json +0 -6
  1944. package/app/Header/Header.stories.playwright.json +0 -49
  1945. package/app/Header/__snapshots__/index.spec.tsx.snap +0 -55
  1946. package/app/Header/__stories__/Default/index.js +0 -12
  1947. package/app/Header/__stories__/Default/package.json +0 -6
  1948. package/app/Header/__stories__/WithHeaderNavigation/index.js +0 -35
  1949. package/app/Header/__stories__/WithHeaderNavigation/package.json +0 -6
  1950. package/app/Header/__stories__/WithNavigation/index.js +0 -53
  1951. package/app/Header/__stories__/WithNavigation/package.json +0 -6
  1952. package/app/Header/__stories__/WithServiceName/index.js +0 -13
  1953. package/app/Header/__stories__/WithServiceName/package.json +0 -6
  1954. package/app/Header/__stories__/WithServiceNameAndLogo/index.js +0 -18
  1955. package/app/Header/__stories__/WithServiceNameAndLogo/package.json +0 -6
  1956. package/app/Header/index.mdx +0 -49
  1957. package/app/Header/index.spec/index.js +0 -25
  1958. package/app/Header/index.spec/package.json +0 -6
  1959. package/app/Header/index.test/index.js +0 -55
  1960. package/app/Header/index.test/package.json +0 -6
  1961. package/app/Loader/Loader.stories/index.js +0 -7
  1962. package/app/Loader/Loader.stories/package.json +0 -6
  1963. package/app/Loader/__stories__/Default/index.js +0 -7
  1964. package/app/Loader/__stories__/Default/package.json +0 -6
  1965. package/app/Loader/index.test/index.js +0 -43
  1966. package/app/Loader/index.test/package.json +0 -6
  1967. package/app/Masthead/Masthead.stories/index.js +0 -12
  1968. package/app/Masthead/Masthead.stories/package.json +0 -6
  1969. package/app/Masthead/Masthead.stories.playwright.json +0 -21
  1970. package/app/Masthead/__stories__/Default/index.js +0 -13
  1971. package/app/Masthead/__stories__/Default/package.json +0 -6
  1972. package/app/Masthead/__stories__/WithElements/index.js +0 -19
  1973. package/app/Masthead/__stories__/WithElements/package.json +0 -6
  1974. package/app/Masthead/__stories__/WithLogo/index.js +0 -17
  1975. package/app/Masthead/__stories__/WithLogo/package.json +0 -6
  1976. package/app/Masthead/index.mdx +0 -23
  1977. package/app/Masthead/index.test/index.js +0 -49
  1978. package/app/Masthead/index.test/package.json +0 -6
  1979. package/app/Masthead/interaction.test/index.js +0 -43
  1980. package/app/Masthead/interaction.test/package.json +0 -6
  1981. package/app/Modal/Modal.stories/index.js +0 -14
  1982. package/app/Modal/Modal.stories/package.json +0 -6
  1983. package/app/Modal/Modal.stories.playwright.json +0 -53
  1984. package/app/Modal/__stories__/AlertDialog/index.js +0 -39
  1985. package/app/Modal/__stories__/AlertDialog/package.json +0 -6
  1986. package/app/Modal/__stories__/Auto/index.js +0 -45
  1987. package/app/Modal/__stories__/Auto/package.json +0 -6
  1988. package/app/Modal/__stories__/Default/index.js +0 -37
  1989. package/app/Modal/__stories__/Default/package.json +0 -6
  1990. package/app/Modal/__stories__/Dense/index.js +0 -38
  1991. package/app/Modal/__stories__/Dense/package.json +0 -6
  1992. package/app/Modal/__stories__/WithHooks/index.js +0 -29
  1993. package/app/Modal/__stories__/WithHooks/package.json +0 -6
  1994. package/app/Modal/__stories__/WithoutModalGaps/index.js +0 -36
  1995. package/app/Modal/__stories__/WithoutModalGaps/package.json +0 -6
  1996. package/app/Modal/index.mdx +0 -40
  1997. package/app/Modal/index.test/index.js +0 -55
  1998. package/app/Modal/index.test/package.json +0 -6
  1999. package/app/Modal/interaction.test/index.js +0 -119
  2000. package/app/Modal/interaction.test/package.json +0 -6
  2001. package/app/NotFound/NotFound.stories/index.js +0 -7
  2002. package/app/NotFound/NotFound.stories/package.json +0 -6
  2003. package/app/NotFound/__stories__/Default/index.js +0 -7
  2004. package/app/NotFound/__stories__/Default/package.json +0 -6
  2005. package/app/NotFound/index.mdx +0 -18
  2006. package/app/NotFound/index.test/index.js +0 -43
  2007. package/app/NotFound/index.test/package.json +0 -6
  2008. package/app/Panel/Panel.stories/index.js +0 -9
  2009. package/app/Panel/Panel.stories/package.json +0 -6
  2010. package/app/Panel/__stories__/Default/index.js +0 -7
  2011. package/app/Panel/__stories__/Default/package.json +0 -6
  2012. package/app/Panel/index.mdx +0 -21
  2013. package/app/Panel/index.test/index.js +0 -43
  2014. package/app/Panel/index.test/package.json +0 -6
  2015. package/app/PhaseBannerHeader/PhaseBannerHeader.stories/index.js +0 -7
  2016. package/app/PhaseBannerHeader/PhaseBannerHeader.stories/package.json +0 -6
  2017. package/app/PhaseBannerHeader/__stories__/Default/index.js +0 -10
  2018. package/app/PhaseBannerHeader/__stories__/Default/package.json +0 -6
  2019. package/app/PhaseBannerHeader/index.mdx +0 -20
  2020. package/app/PhaseBannerHeader/index.test/index.js +0 -43
  2021. package/app/PhaseBannerHeader/index.test/package.json +0 -6
  2022. package/app/QrCodeScanner/QrCodeScanner.stories/index.js +0 -7
  2023. package/app/QrCodeScanner/QrCodeScanner.stories/package.json +0 -6
  2024. package/app/QrCodeScanner/__snapshots__/index.spec.tsx.snap +0 -13
  2025. package/app/QrCodeScanner/__stories__/Default/index.js +0 -51
  2026. package/app/QrCodeScanner/__stories__/Default/package.json +0 -6
  2027. package/app/QrCodeScanner/index.spec/index.js +0 -15
  2028. package/app/QrCodeScanner/index.spec/package.json +0 -6
  2029. package/app/QrCodeViewer/QRCode.stories/index.js +0 -8
  2030. package/app/QrCodeViewer/QRCode.stories/package.json +0 -6
  2031. package/app/QrCodeViewer/__stories__/Custom/index.js +0 -22
  2032. package/app/QrCodeViewer/__stories__/Custom/package.json +0 -6
  2033. package/app/QrCodeViewer/__stories__/Default/index.js +0 -9
  2034. package/app/QrCodeViewer/__stories__/Default/package.json +0 -6
  2035. package/app/QrCodeViewer/index.mdx +0 -30
  2036. package/app/QrCodeViewer/index.test/index.js +0 -46
  2037. package/app/QrCodeViewer/index.test/package.json +0 -6
  2038. package/app/Skeleton/Skeleton.stories/index.js +0 -17
  2039. package/app/Skeleton/Skeleton.stories/package.json +0 -6
  2040. package/app/Skeleton/__stories__/Button/index.js +0 -9
  2041. package/app/Skeleton/__stories__/Button/package.json +0 -6
  2042. package/app/Skeleton/__stories__/Circular/index.js +0 -11
  2043. package/app/Skeleton/__stories__/Circular/package.json +0 -6
  2044. package/app/Skeleton/__stories__/Default/index.js +0 -7
  2045. package/app/Skeleton/__stories__/Default/package.json +0 -6
  2046. package/app/Skeleton/__stories__/NoAnimation/index.js +0 -9
  2047. package/app/Skeleton/__stories__/NoAnimation/package.json +0 -6
  2048. package/app/Skeleton/__stories__/Rectangular/index.js +0 -10
  2049. package/app/Skeleton/__stories__/Rectangular/package.json +0 -6
  2050. package/app/Skeleton/__stories__/SpecificWidthAndHeight/index.js +0 -10
  2051. package/app/Skeleton/__stories__/SpecificWidthAndHeight/package.json +0 -6
  2052. package/app/Skeleton/__stories__/TextSizes/index.js +0 -26
  2053. package/app/Skeleton/__stories__/TextSizes/package.json +0 -6
  2054. package/app/Skeleton/__stories__/UnderTypography/index.js +0 -10
  2055. package/app/Skeleton/__stories__/UnderTypography/package.json +0 -6
  2056. package/app/Skeleton/__stories__/WithChildren/index.js +0 -8
  2057. package/app/Skeleton/__stories__/WithChildren/package.json +0 -6
  2058. package/cjs/api/APIErrors/index.js +0 -83
  2059. package/cjs/api/APIProvider/index.js +0 -34
  2060. package/cjs/api/fetchAPI/index.js +0 -50
  2061. package/cjs/api/index.js +0 -88
  2062. package/cjs/api/index.spec/index.js +0 -472
  2063. package/cjs/api/introduction.md +0 -6
  2064. package/cjs/api/useResource/index.js +0 -116
  2065. package/cjs/api/useResourceAction/index.js +0 -128
  2066. package/cjs/api/useResourceQuery/index.js +0 -192
  2067. package/cjs/api/utils/index.js +0 -200
  2068. package/cjs/app/BannerContainer/BannerContainer.stories/index.js +0 -28
  2069. package/cjs/app/BannerContainer/__stories__/CookiesBanner/index.js +0 -26
  2070. package/cjs/app/BannerContainer/index.test/index.js +0 -46
  2071. package/cjs/app/Footer/Footer.stories/index.js +0 -113
  2072. package/cjs/app/Footer/Footer.stories.playwright.json +0 -27
  2073. package/cjs/app/Footer/__stories__/Default/index.js +0 -14
  2074. package/cjs/app/Footer/__stories__/DefaultCopyright/index.js +0 -24
  2075. package/cjs/app/Footer/__stories__/FooterAllInclusive/index.js +0 -73
  2076. package/cjs/app/Footer/__stories__/FooterWithLink/index.js +0 -35
  2077. package/cjs/app/Footer/__stories__/FooterWithLogo/index.js +0 -33
  2078. package/cjs/app/Footer/__stories__/FooterWithSecondaryNavigation/index.js +0 -55
  2079. package/cjs/app/Footer/__stories__/FooterWithText/index.js +0 -36
  2080. package/cjs/app/Footer/__stories__/YearCopyright/index.js +0 -28
  2081. package/cjs/app/Footer/index.mdx +0 -63
  2082. package/cjs/app/Footer/index.test/index.js +0 -67
  2083. package/cjs/app/Footer/interaction.test/index.js +0 -49
  2084. package/cjs/app/Header/Header.stories/index.js +0 -81
  2085. package/cjs/app/Header/Header.stories.playwright.json +0 -49
  2086. package/cjs/app/Header/__snapshots__/index.spec.tsx.snap +0 -55
  2087. package/cjs/app/Header/__stories__/Default/index.js +0 -19
  2088. package/cjs/app/Header/__stories__/WithHeaderNavigation/index.js +0 -42
  2089. package/cjs/app/Header/__stories__/WithNavigation/index.js +0 -63
  2090. package/cjs/app/Header/__stories__/WithServiceName/index.js +0 -20
  2091. package/cjs/app/Header/__stories__/WithServiceNameAndLogo/index.js +0 -25
  2092. package/cjs/app/Header/index.mdx +0 -49
  2093. package/cjs/app/Header/index.spec/index.js +0 -30
  2094. package/cjs/app/Header/index.test/index.js +0 -58
  2095. package/cjs/app/Loader/Loader.stories/index.js +0 -26
  2096. package/cjs/app/Loader/__stories__/Default/index.js +0 -14
  2097. package/cjs/app/Loader/index.test/index.js +0 -46
  2098. package/cjs/app/Masthead/Masthead.stories/index.js +0 -53
  2099. package/cjs/app/Masthead/Masthead.stories.playwright.json +0 -21
  2100. package/cjs/app/Masthead/__stories__/Default/index.js +0 -20
  2101. package/cjs/app/Masthead/__stories__/WithElements/index.js +0 -26
  2102. package/cjs/app/Masthead/__stories__/WithLogo/index.js +0 -24
  2103. package/cjs/app/Masthead/index.mdx +0 -23
  2104. package/cjs/app/Masthead/index.test/index.js +0 -52
  2105. package/cjs/app/Masthead/interaction.test/index.js +0 -46
  2106. package/cjs/app/Modal/Modal.stories/index.js +0 -88
  2107. package/cjs/app/Modal/Modal.stories.playwright.json +0 -53
  2108. package/cjs/app/Modal/__stories__/AlertDialog/index.js +0 -49
  2109. package/cjs/app/Modal/__stories__/Auto/index.js +0 -52
  2110. package/cjs/app/Modal/__stories__/Default/index.js +0 -47
  2111. package/cjs/app/Modal/__stories__/Dense/index.js +0 -48
  2112. package/cjs/app/Modal/__stories__/WithHooks/index.js +0 -36
  2113. package/cjs/app/Modal/__stories__/WithoutModalGaps/index.js +0 -46
  2114. package/cjs/app/Modal/index.mdx +0 -40
  2115. package/cjs/app/Modal/index.test/index.js +0 -58
  2116. package/cjs/app/Modal/interaction.test/index.js +0 -122
  2117. package/cjs/app/NotFound/NotFound.stories/index.js +0 -26
  2118. package/cjs/app/NotFound/__stories__/Default/index.js +0 -14
  2119. package/cjs/app/NotFound/index.mdx +0 -18
  2120. package/cjs/app/NotFound/index.test/index.js +0 -46
  2121. package/cjs/app/Panel/Panel.stories/index.js +0 -28
  2122. package/cjs/app/Panel/__stories__/Default/index.js +0 -14
  2123. package/cjs/app/Panel/index.mdx +0 -21
  2124. package/cjs/app/Panel/index.test/index.js +0 -46
  2125. package/cjs/app/PhaseBannerHeader/PhaseBannerHeader.stories/index.js +0 -26
  2126. package/cjs/app/PhaseBannerHeader/__stories__/Default/index.js +0 -17
  2127. package/cjs/app/PhaseBannerHeader/index.mdx +0 -20
  2128. package/cjs/app/PhaseBannerHeader/index.test/index.js +0 -46
  2129. package/cjs/app/QrCodeScanner/QrCodeScanner.stories/index.js +0 -26
  2130. package/cjs/app/QrCodeScanner/__snapshots__/index.spec.tsx.snap +0 -13
  2131. package/cjs/app/QrCodeScanner/__stories__/Default/index.js +0 -61
  2132. package/cjs/app/QrCodeScanner/index.spec/index.js +0 -21
  2133. package/cjs/app/QrCodeViewer/QRCode.stories/index.js +0 -38
  2134. package/cjs/app/QrCodeViewer/__stories__/Custom/index.js +0 -29
  2135. package/cjs/app/QrCodeViewer/__stories__/Default/index.js +0 -16
  2136. package/cjs/app/QrCodeViewer/index.mdx +0 -30
  2137. package/cjs/app/QrCodeViewer/index.test/index.js +0 -49
  2138. package/cjs/app/Skeleton/Skeleton.stories/index.js +0 -123
  2139. package/cjs/app/Skeleton/__stories__/Button/index.js +0 -16
  2140. package/cjs/app/Skeleton/__stories__/Circular/index.js +0 -18
  2141. package/cjs/app/Skeleton/__stories__/Default/index.js +0 -14
  2142. package/cjs/app/Skeleton/__stories__/NoAnimation/index.js +0 -16
  2143. package/cjs/app/Skeleton/__stories__/Rectangular/index.js +0 -17
  2144. package/cjs/app/Skeleton/__stories__/SpecificWidthAndHeight/index.js +0 -17
  2145. package/cjs/app/Skeleton/__stories__/TextSizes/index.js +0 -33
  2146. package/cjs/app/Skeleton/__stories__/UnderTypography/index.js +0 -17
  2147. package/cjs/app/Skeleton/__stories__/WithChildren/index.js +0 -15
  2148. package/cjs/content/Accordion/Accordion.stories/index.js +0 -65
  2149. package/cjs/content/Accordion/Accordion.stories.playwright.json +0 -21
  2150. package/cjs/content/Accordion/__snapshots__/index.spec.tsx.snap +0 -157
  2151. package/cjs/content/Accordion/__stories__/Auto/index.js +0 -45
  2152. package/cjs/content/Accordion/__stories__/Default/index.js +0 -36
  2153. package/cjs/content/Accordion/__stories__/WithHints/index.js +0 -37
  2154. package/cjs/content/Accordion/__stories__/WithHook/index.js +0 -58
  2155. package/cjs/content/Accordion/index.mdx +0 -45
  2156. package/cjs/content/Accordion/index.spec/index.js +0 -22
  2157. package/cjs/content/Accordion/index.test/index.js +0 -55
  2158. package/cjs/content/Accordion/interaction.test/index.js +0 -46
  2159. package/cjs/content/Blockquote/Blockquote.stories/index.js +0 -40
  2160. package/cjs/content/Blockquote/__snapshots__/index.spec.tsx.snap +0 -16
  2161. package/cjs/content/Blockquote/__stories__/Default/index.js +0 -14
  2162. package/cjs/content/Blockquote/__stories__/Dense/index.js +0 -16
  2163. package/cjs/content/Blockquote/index.mdx +0 -24
  2164. package/cjs/content/Blockquote/index.spec/index.js +0 -13
  2165. package/cjs/content/Blockquote/index.test/index.js +0 -49
  2166. package/cjs/content/Card/Card.stories/index.js +0 -149
  2167. package/cjs/content/Card/Card.stories.playwright.json +0 -21
  2168. package/cjs/content/Card/__stories__/Default/index.js +0 -15
  2169. package/cjs/content/Card/__stories__/Dense/index.js +0 -19
  2170. package/cjs/content/Card/__stories__/WithClickableContent/index.js +0 -19
  2171. package/cjs/content/Card/__stories__/WithClickableLink/index.js +0 -17
  2172. package/cjs/content/Card/__stories__/WithDarkBorder/index.js +0 -18
  2173. package/cjs/content/Card/__stories__/WithDarkTopBorder/index.js +0 -18
  2174. package/cjs/content/Card/__stories__/WithDivider/index.js +0 -17
  2175. package/cjs/content/Card/__stories__/WithGrayBorder/index.js +0 -18
  2176. package/cjs/content/Card/__stories__/WithGrayTopBorder/index.js +0 -18
  2177. package/cjs/content/Card/__stories__/WithGroupButton/index.js +0 -16
  2178. package/cjs/content/Card/__stories__/WithLink/index.js +0 -15
  2179. package/cjs/content/Card/index.mdx +0 -103
  2180. package/cjs/content/Card/index.test/index.js +0 -76
  2181. package/cjs/content/Chip/Chip.stories/index.js +0 -74
  2182. package/cjs/content/Chip/__stories__/ClickableChip/index.js +0 -17
  2183. package/cjs/content/Chip/__stories__/ClickableDeletableChip/index.js +0 -20
  2184. package/cjs/content/Chip/__stories__/Default/index.js +0 -14
  2185. package/cjs/content/Chip/__stories__/DeletableChip/index.js +0 -17
  2186. package/cjs/content/Chip/__stories__/GroupOfChips/index.js +0 -17
  2187. package/cjs/content/Chip/index.mdx +0 -53
  2188. package/cjs/content/Chip/index.test/index.js +0 -58
  2189. package/cjs/content/Details/Details.stories/index.js +0 -28
  2190. package/cjs/content/Details/Details.stories.playwright.json +0 -21
  2191. package/cjs/content/Details/__snapshots__/index.spec.tsx.snap +0 -81
  2192. package/cjs/content/Details/__stories__/Default/index.js +0 -14
  2193. package/cjs/content/Details/index.mdx +0 -27
  2194. package/cjs/content/Details/index.spec/index.js +0 -18
  2195. package/cjs/content/Details/index.test/index.js +0 -46
  2196. package/cjs/content/Details/interaction.test/index.js +0 -46
  2197. package/cjs/content/List/List.stories/index.js +0 -88
  2198. package/cjs/content/List/__snapshots__/index.spec.tsx.snap +0 -7
  2199. package/cjs/content/List/__stories__/BulletList/index.js +0 -17
  2200. package/cjs/content/List/__stories__/Default/index.js +0 -15
  2201. package/cjs/content/List/__stories__/HorizontalList/index.js +0 -18
  2202. package/cjs/content/List/__stories__/NestedBulletList/index.js +0 -25
  2203. package/cjs/content/List/__stories__/NumberedList/index.js +0 -17
  2204. package/cjs/content/List/__stories__/WithExtraSpace/index.js +0 -17
  2205. package/cjs/content/List/index.mdx +0 -40
  2206. package/cjs/content/List/index.spec/index.js +0 -12
  2207. package/cjs/content/List/index.test/index.js +0 -61
  2208. package/cjs/content/StepNav/StepNav.stories/index.js +0 -75
  2209. package/cjs/content/StepNav/StepNav.stories.playwright.json +0 -33
  2210. package/cjs/content/StepNav/__stories__/Auto/index.js +0 -136
  2211. package/cjs/content/StepNav/__stories__/Default/index.js +0 -176
  2212. package/cjs/content/StepNav/__stories__/Dense/index.js +0 -178
  2213. package/cjs/content/StepNav/__stories__/WithHints/index.js +0 -185
  2214. package/cjs/content/StepNav/__stories__/WithHook/index.js +0 -144
  2215. package/cjs/content/StepNav/index.mdx +0 -53
  2216. package/cjs/content/StepNav/index.test/index.js +0 -58
  2217. package/cjs/content/StepNav/interaction.test/index.js +0 -52
  2218. package/cjs/content/SummaryList/SummaryList.stories/index.js +0 -88
  2219. package/cjs/content/SummaryList/SummaryList.stories.playwright.json +0 -27
  2220. package/cjs/content/SummaryList/__snapshots__/index.spec.tsx.snap +0 -97
  2221. package/cjs/content/SummaryList/__stories__/Default/index.js +0 -22
  2222. package/cjs/content/SummaryList/__stories__/RowVariations/index.js +0 -37
  2223. package/cjs/content/SummaryList/__stories__/WithActions/index.js +0 -28
  2224. package/cjs/content/SummaryList/__stories__/WithKeyAndAction/index.js +0 -25
  2225. package/cjs/content/SummaryList/__stories__/WithoutActions/index.js +0 -14
  2226. package/cjs/content/SummaryList/__stories__/WithoutBorders/index.js +0 -24
  2227. package/cjs/content/SummaryList/index.mdx +0 -51
  2228. package/cjs/content/SummaryList/index.spec/index.js +0 -12
  2229. package/cjs/content/SummaryList/index.test/index.js +0 -61
  2230. package/cjs/content/SummaryList/interaction.test/index.js +0 -49
  2231. package/cjs/content/Table/Table.stories/index.js +0 -232
  2232. package/cjs/content/Table/Table.stories.playwright.json +0 -37
  2233. package/cjs/content/Table/__stories__/DarkVariant/index.js +0 -54
  2234. package/cjs/content/Table/__stories__/DarkVariantWithVerticalHeaders/index.js +0 -54
  2235. package/cjs/content/Table/__stories__/Default/index.js +0 -48
  2236. package/cjs/content/Table/__stories__/DefinedWidth/index.js +0 -50
  2237. package/cjs/content/Table/__stories__/Densed/index.js +0 -109
  2238. package/cjs/content/Table/__stories__/Full/index.js +0 -98
  2239. package/cjs/content/Table/__stories__/MultipleProps/index.js +0 -78
  2240. package/cjs/content/Table/__stories__/NoData/index.js +0 -16
  2241. package/cjs/content/Table/__stories__/NumericDataType/index.js +0 -68
  2242. package/cjs/content/Table/__stories__/RowColors/index.js +0 -67
  2243. package/cjs/content/Table/__stories__/Stacked/index.js +0 -50
  2244. package/cjs/content/Table/__stories__/TableCaptions/index.js +0 -22
  2245. package/cjs/content/Table/__stories__/VerticalBorders/index.js +0 -54
  2246. package/cjs/content/Table/__stories__/VerticalHeaders/index.js +0 -48
  2247. package/cjs/content/Table/__stories__/WithFloatingScroll/index.js +0 -79
  2248. package/cjs/content/Table/__stories__/WithLoader/index.js +0 -75
  2249. package/cjs/content/Table/__stories__/WithSortFilters/index.js +0 -107
  2250. package/cjs/content/Table/__stories__/ZebraProp/index.js +0 -54
  2251. package/cjs/content/Table/index.mdx +0 -111
  2252. package/cjs/content/Table/index.test/index.js +0 -106
  2253. package/cjs/content/Table/interaction.test/index.js +0 -46
  2254. package/cjs/content/TaskList/TaskList.stories/index.js +0 -39
  2255. package/cjs/content/TaskList/__stories__/Default/index.js +0 -76
  2256. package/cjs/content/TaskList/__stories__/Dense/index.js +0 -78
  2257. package/cjs/content/TaskList/index.mdx +0 -30
  2258. package/cjs/content/TaskList/index.test/index.js +0 -49
  2259. package/cjs/content/Timeline/Timeline.stories/index.js +0 -39
  2260. package/cjs/content/Timeline/__stories__/Default/index.js +0 -126
  2261. package/cjs/content/Timeline/__stories__/Dense/index.js +0 -128
  2262. package/cjs/content/Timeline/index.mdx +0 -33
  2263. package/cjs/content/Timeline/index.test/index.js +0 -49
  2264. package/cjs/feedback/CopyToClipboard/CopyToClipboard.stories/index.js +0 -50
  2265. package/cjs/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +0 -53
  2266. package/cjs/feedback/CopyToClipboard/__stories__/Banner/index.js +0 -21
  2267. package/cjs/feedback/CopyToClipboard/__stories__/Default/index.js +0 -27
  2268. package/cjs/feedback/CopyToClipboard/__stories__/Dense/index.js +0 -25
  2269. package/cjs/feedback/CopyToClipboard/index.mdx +0 -28
  2270. package/cjs/feedback/CopyToClipboard/index.test/index.js +0 -52
  2271. package/cjs/feedback/CopyToClipboard/interaction.test/index.js +0 -122
  2272. package/cjs/feedback/ErrorSummary/ErrorSummary.stories/index.js +0 -88
  2273. package/cjs/feedback/ErrorSummary/ErrorSummary.stories.playwright.json +0 -27
  2274. package/cjs/feedback/ErrorSummary/__snapshots__/index.spec.tsx.snap +0 -7
  2275. package/cjs/feedback/ErrorSummary/__stories__/Default/index.js +0 -18
  2276. package/cjs/feedback/ErrorSummary/__stories__/Dense/index.js +0 -20
  2277. package/cjs/feedback/ErrorSummary/__stories__/LinkedToCheckbox/index.js +0 -35
  2278. package/cjs/feedback/ErrorSummary/__stories__/LinkedToField/index.js +0 -36
  2279. package/cjs/feedback/ErrorSummary/__stories__/LinkedToInput/index.js +0 -34
  2280. package/cjs/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/index.js +0 -40
  2281. package/cjs/feedback/ErrorSummary/index.mdx +0 -54
  2282. package/cjs/feedback/ErrorSummary/index.spec/index.js +0 -12
  2283. package/cjs/feedback/ErrorSummary/index.test/index.js +0 -61
  2284. package/cjs/feedback/NotificationBanner/NotificationBanner.stories/index.js +0 -53
  2285. package/cjs/feedback/NotificationBanner/NotificationBanner.stories.playwright.json +0 -49
  2286. package/cjs/feedback/NotificationBanner/__snapshots__/index.spec.tsx.snap +0 -23
  2287. package/cjs/feedback/NotificationBanner/__stories__/Default/index.js +0 -19
  2288. package/cjs/feedback/NotificationBanner/__stories__/Dense/index.js +0 -20
  2289. package/cjs/feedback/NotificationBanner/__stories__/Success/index.js +0 -20
  2290. package/cjs/feedback/NotificationBanner/index.mdx +0 -47
  2291. package/cjs/feedback/NotificationBanner/index.spec/index.js +0 -23
  2292. package/cjs/feedback/NotificationBanner/index.test/index.js +0 -52
  2293. package/cjs/feedback/NotificationBanner/interaction.test/index.js +0 -90
  2294. package/cjs/feedback/PhaseBanner/PhaseBanner.stories/index.js +0 -40
  2295. package/cjs/feedback/PhaseBanner/PhaseBanner.stories.playwright.json +0 -21
  2296. package/cjs/feedback/PhaseBanner/__stories__/Default/index.js +0 -17
  2297. package/cjs/feedback/PhaseBanner/__stories__/Underlined/index.js +0 -19
  2298. package/cjs/feedback/PhaseBanner/index.mdx +0 -37
  2299. package/cjs/feedback/PhaseBanner/index.test/index.js +0 -49
  2300. package/cjs/feedback/PhaseBanner/interaction.test/index.js +0 -46
  2301. package/cjs/feedback/WarningText/WarningText.stories/index.js +0 -52
  2302. package/cjs/feedback/WarningText/__snapshots__/index.spec.tsx.snap +0 -7
  2303. package/cjs/feedback/WarningText/__stories__/AssistiveText/index.js +0 -16
  2304. package/cjs/feedback/WarningText/__stories__/Default/index.js +0 -14
  2305. package/cjs/feedback/WarningText/__stories__/Dense/index.js +0 -16
  2306. package/cjs/feedback/WarningText/index.mdx +0 -25
  2307. package/cjs/feedback/WarningText/index.spec/index.js +0 -12
  2308. package/cjs/feedback/WarningText/index.test/index.js +0 -52
  2309. package/cjs/form/AutoComplete/AutoComplete.stories/index.js +0 -134
  2310. package/cjs/form/AutoComplete/AutoComplete.stories.playwright.json +0 -33
  2311. package/cjs/form/AutoComplete/__stories__/Default/index.js +0 -21
  2312. package/cjs/form/AutoComplete/__stories__/Multiple/index.js +0 -24
  2313. package/cjs/form/AutoComplete/__stories__/MultipleShowingTwoSelected/index.js +0 -23
  2314. package/cjs/form/AutoComplete/__stories__/MultipleWithDefaultValues/index.js +0 -23
  2315. package/cjs/form/AutoComplete/__stories__/MultipleWithMinLength/index.js +0 -26
  2316. package/cjs/form/AutoComplete/__stories__/WithAutoSelect/index.js +0 -36
  2317. package/cjs/form/AutoComplete/__stories__/WithDefaultValue/index.js +0 -22
  2318. package/cjs/form/AutoComplete/__stories__/WithMinLength/index.js +0 -23
  2319. package/cjs/form/AutoComplete/__stories__/WithPlaceHolder/index.js +0 -22
  2320. package/cjs/form/AutoComplete/__stories__/WithShowAllValues/index.js +0 -21
  2321. package/cjs/form/AutoComplete/index.mdx +0 -70
  2322. package/cjs/form/AutoComplete/index.test/index.js +0 -73
  2323. package/cjs/form/AutoComplete/interaction.test/index.js +0 -52
  2324. package/cjs/form/Button/Button.stories/index.js +0 -160
  2325. package/cjs/form/Button/Button.stories.playwright.json +0 -109
  2326. package/cjs/form/Button/__snapshots__/index.spec.tsx.snap +0 -17
  2327. package/cjs/form/Button/__stories__/Back/index.js +0 -18
  2328. package/cjs/form/Button/__stories__/ButtonLinkButton/index.js +0 -22
  2329. package/cjs/form/Button/__stories__/CallToActionButton/index.js +0 -19
  2330. package/cjs/form/Button/__stories__/Dense/index.js +0 -17
  2331. package/cjs/form/Button/__stories__/Disabled/index.js +0 -18
  2332. package/cjs/form/Button/__stories__/GroupingButtons/index.js +0 -16
  2333. package/cjs/form/Button/__stories__/GroupingButtonsAndLinks/index.js +0 -17
  2334. package/cjs/form/Button/__stories__/Primary/index.js +0 -16
  2335. package/cjs/form/Button/__stories__/Secondary/index.js +0 -17
  2336. package/cjs/form/Button/__stories__/ThemeToggle/index.js +0 -14
  2337. package/cjs/form/Button/__stories__/Warning/index.js +0 -17
  2338. package/cjs/form/Button/__stories__/WithVariantLink/index.js +0 -19
  2339. package/cjs/form/Button/index.mdx +0 -111
  2340. package/cjs/form/Button/index.spec/index.js +0 -13
  2341. package/cjs/form/Button/index.test/index.js +0 -79
  2342. package/cjs/form/Button/interaction.test/index.js +0 -169
  2343. package/cjs/form/Checkbox/Checkbox.stories/index.js +0 -136
  2344. package/cjs/form/Checkbox/Checkbox.stories.playwright.json +0 -55
  2345. package/cjs/form/Checkbox/__stories__/ConditionalReveal/index.js +0 -31
  2346. package/cjs/form/Checkbox/__stories__/Default/index.js +0 -29
  2347. package/cjs/form/Checkbox/__stories__/Dense/index.js +0 -31
  2348. package/cjs/form/Checkbox/__stories__/Inline/index.js +0 -28
  2349. package/cjs/form/Checkbox/__stories__/InlineWithDivider/index.js +0 -29
  2350. package/cjs/form/Checkbox/__stories__/MultipleQuestions/index.js +0 -31
  2351. package/cjs/form/Checkbox/__stories__/NoneAnswer/index.js +0 -25
  2352. package/cjs/form/Checkbox/__stories__/NoneAnswerWithError/index.js +0 -31
  2353. package/cjs/form/Checkbox/__stories__/WithErrorMessage/index.js +0 -32
  2354. package/cjs/form/Checkbox/__stories__/WithHint/index.js +0 -32
  2355. package/cjs/form/Checkbox/index.mdx +0 -83
  2356. package/cjs/form/Checkbox/index.test/index.js +0 -73
  2357. package/cjs/form/Checkbox/interaction.test/index.js +0 -93
  2358. package/cjs/form/DateInputContainer/DateInputContainer.stories/index.js +0 -76
  2359. package/cjs/form/DateInputContainer/DateInputContainer.stories.playwright.json +0 -61
  2360. package/cjs/form/DateInputContainer/__stories__/Default/index.js +0 -29
  2361. package/cjs/form/DateInputContainer/__stories__/Dense/index.js +0 -28
  2362. package/cjs/form/DateInputContainer/__stories__/MultipleQuestions/index.js +0 -29
  2363. package/cjs/form/DateInputContainer/__stories__/WithErrorMessage/index.js +0 -40
  2364. package/cjs/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/index.js +0 -37
  2365. package/cjs/form/DateInputContainer/index.mdx +0 -46
  2366. package/cjs/form/DateInputContainer/index.test/index.js +0 -58
  2367. package/cjs/form/DateInputContainer/interaction.test/index.js +0 -49
  2368. package/cjs/form/ErrorMessage/ErrorMessage.stories/index.js +0 -52
  2369. package/cjs/form/ErrorMessage/__stories__/DateInputError/index.js +0 -29
  2370. package/cjs/form/ErrorMessage/__stories__/Default/index.js +0 -37
  2371. package/cjs/form/ErrorMessage/__stories__/ErrorMessageOnly/index.js +0 -17
  2372. package/cjs/form/ErrorMessage/index.mdx +0 -23
  2373. package/cjs/form/ErrorMessage/index.test/index.js +0 -52
  2374. package/cjs/form/FileUpload/FileUpload.stories/index.js +0 -39
  2375. package/cjs/form/FileUpload/__stories__/Default/index.js +0 -22
  2376. package/cjs/form/FileUpload/__stories__/WithErrorMessage/index.js +0 -26
  2377. package/cjs/form/FileUpload/index.mdx +0 -30
  2378. package/cjs/form/FileUpload/index.test/index.js +0 -49
  2379. package/cjs/form/RadioContainer/RadioContainer.stories/index.js +0 -136
  2380. package/cjs/form/RadioContainer/RadioContainer.stories.playwright.json +0 -49
  2381. package/cjs/form/RadioContainer/__stories__/ConditionalReveal/index.js +0 -31
  2382. package/cjs/form/RadioContainer/__stories__/Default/index.js +0 -27
  2383. package/cjs/form/RadioContainer/__stories__/Dense/index.js +0 -29
  2384. package/cjs/form/RadioContainer/__stories__/Inline/index.js +0 -28
  2385. package/cjs/form/RadioContainer/__stories__/InlineWithDivider/index.js +0 -29
  2386. package/cjs/form/RadioContainer/__stories__/MultipleQuestions/index.js +0 -31
  2387. package/cjs/form/RadioContainer/__stories__/NoneAnswer/index.js +0 -29
  2388. package/cjs/form/RadioContainer/__stories__/WithErrorMessage/index.js +0 -34
  2389. package/cjs/form/RadioContainer/__stories__/WithHints/index.js +0 -34
  2390. package/cjs/form/RadioContainer/__stories__/WithMediumLegend/index.js +0 -29
  2391. package/cjs/form/RadioContainer/index.mdx +0 -84
  2392. package/cjs/form/RadioContainer/index.test/index.js +0 -73
  2393. package/cjs/form/RadioContainer/interaction.test/index.js +0 -90
  2394. package/cjs/form/SelectContainer/SelectContainer.stories/index.js +0 -64
  2395. package/cjs/form/SelectContainer/SelectContainer.stories.playwright.json +0 -21
  2396. package/cjs/form/SelectContainer/__stories__/Default/index.js +0 -27
  2397. package/cjs/form/SelectContainer/__stories__/Dense/index.js +0 -28
  2398. package/cjs/form/SelectContainer/__stories__/DisabledInput/index.js +0 -29
  2399. package/cjs/form/SelectContainer/__stories__/WithHint/index.js +0 -31
  2400. package/cjs/form/SelectContainer/index.mdx +0 -50
  2401. package/cjs/form/SelectContainer/index.test/index.js +0 -55
  2402. package/cjs/form/SelectContainer/interaction.test/index.js +0 -46
  2403. package/cjs/form/SingleCharacterInputs/SingleCharacterInput.stories/index.js +0 -64
  2404. package/cjs/form/SingleCharacterInputs/__stories__/Default/index.js +0 -40
  2405. package/cjs/form/SingleCharacterInputs/__stories__/WithDefaultError/index.js +0 -44
  2406. package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/index.js +0 -54
  2407. package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/index.js +0 -48
  2408. package/cjs/form/SingleCharacterInputs/index.mdx +0 -30
  2409. package/cjs/form/SingleCharacterInputs/index.test/index.js +0 -55
  2410. package/cjs/form/TextArea/TextArea.stories/index.js +0 -112
  2411. package/cjs/form/TextArea/TextArea.stories.playwright.json +0 -59
  2412. package/cjs/form/TextArea/__stories__/Default/index.js +0 -20
  2413. package/cjs/form/TextArea/__stories__/Dense/index.js +0 -19
  2414. package/cjs/form/TextArea/__stories__/DisabledInput/index.js +0 -25
  2415. package/cjs/form/TextArea/__stories__/LimitedCharacters/index.js +0 -28
  2416. package/cjs/form/TextArea/__stories__/MultipleQuestions/index.js +0 -22
  2417. package/cjs/form/TextArea/__stories__/WithDeclaredRows/index.js +0 -25
  2418. package/cjs/form/TextArea/__stories__/WithErrorMessage/index.js +0 -31
  2419. package/cjs/form/TextArea/__stories__/WithHint/index.js +0 -24
  2420. package/cjs/form/TextArea/index.mdx +0 -74
  2421. package/cjs/form/TextArea/index.test/index.js +0 -67
  2422. package/cjs/form/TextArea/interaction.test/index.js +0 -87
  2423. package/cjs/form/TextInput/TextInput.stories/index.js +0 -136
  2424. package/cjs/form/TextInput/TextInput.stories.playwright.json +0 -43
  2425. package/cjs/form/TextInput/__stories__/AskingForNumbers/index.js +0 -26
  2426. package/cjs/form/TextInput/__stories__/Default/index.js +0 -20
  2427. package/cjs/form/TextInput/__stories__/Dense/index.js +0 -19
  2428. package/cjs/form/TextInput/__stories__/DisabledInput/index.js +0 -25
  2429. package/cjs/form/TextInput/__stories__/DisabledInputWithValue/index.js +0 -31
  2430. package/cjs/form/TextInput/__stories__/FixedWidths/index.js +0 -46
  2431. package/cjs/form/TextInput/__stories__/FluidWidths/index.js +0 -46
  2432. package/cjs/form/TextInput/__stories__/MultipleQuestions/index.js +0 -18
  2433. package/cjs/form/TextInput/__stories__/WithErrorMessage/index.js +0 -31
  2434. package/cjs/form/TextInput/__stories__/WithHint/index.js +0 -24
  2435. package/cjs/form/TextInput/index.mdx +0 -90
  2436. package/cjs/form/TextInput/index.test/index.js +0 -73
  2437. package/cjs/form/TextInput/interaction.test/index.js +0 -49
  2438. package/cjs/govgr/Footer/index.mdx +0 -101
  2439. package/cjs/govgr/GovGRLogo/govgr-logo.svg +0 -1
  2440. package/cjs/introduction.md +0 -11
  2441. package/cjs/layouts/Basic/Basic.stories/index.js +0 -63
  2442. package/cjs/layouts/Basic/Bottom/__stories__/Default/index.js +0 -22
  2443. package/cjs/layouts/Basic/Bottom/index.mdx +0 -22
  2444. package/cjs/layouts/Basic/Container/__stories__/Default/index.js +0 -20
  2445. package/cjs/layouts/Basic/Container/index.mdx +0 -23
  2446. package/cjs/layouts/Basic/Main/__stories__/Default/index.js +0 -20
  2447. package/cjs/layouts/Basic/Main/index.mdx +0 -21
  2448. package/cjs/layouts/Basic/Masthead/index.js +0 -47
  2449. package/cjs/layouts/Basic/Top/__stories__/Default/index.js +0 -20
  2450. package/cjs/layouts/Basic/Top/index.mdx +0 -23
  2451. package/cjs/layouts/Basic/__snapshots__/index.spec.tsx.snap +0 -109
  2452. package/cjs/layouts/Basic/__stories__/Default/index.js +0 -17
  2453. package/cjs/layouts/Basic/__stories__/MultipleRowsLayout/index.js +0 -20
  2454. package/cjs/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/index.js +0 -20
  2455. package/cjs/layouts/Basic/__stories__/WithBasicLayout/index.js +0 -19
  2456. package/cjs/layouts/Basic/index.mdx +0 -42
  2457. package/cjs/layouts/Basic/index.spec/index.js +0 -13
  2458. package/cjs/layouts/Basic/index.test/index.js +0 -55
  2459. package/cjs/layouts/Grid/Grid.stories/index.js +0 -50
  2460. package/cjs/layouts/Grid/__stories__/Default/index.js +0 -80
  2461. package/cjs/layouts/Grid/__stories__/Inline/index.js +0 -81
  2462. package/cjs/layouts/Grid/__stories__/ResponsiveSpacing/index.js +0 -79
  2463. package/cjs/layouts/Grid/index.mdx +0 -39
  2464. package/cjs/layouts/Grid/index.test/index.js +0 -52
  2465. package/cjs/layouts/Screen/Screen.stories/index.js +0 -62
  2466. package/cjs/layouts/Screen/__stories__/Default/index.js +0 -25
  2467. package/cjs/layouts/Screen/__stories__/ScreenDown/index.js +0 -16
  2468. package/cjs/layouts/Screen/__stories__/ScreenUp/index.js +0 -16
  2469. package/cjs/layouts/Screen/__stories__/SpecificScreenSize/index.js +0 -16
  2470. package/cjs/layouts/Screen/index.test/index.js +0 -55
  2471. package/cjs/layouts/Stack/Stack.stories/index.js +0 -86
  2472. package/cjs/layouts/Stack/__stories__/AlignItems/index.js +0 -72
  2473. package/cjs/layouts/Stack/__stories__/Default/index.js +0 -29
  2474. package/cjs/layouts/Stack/__stories__/JustifyContent/index.js +0 -89
  2475. package/cjs/layouts/Stack/__stories__/NoWrap/index.js +0 -31
  2476. package/cjs/layouts/Stack/__stories__/Row/index.js +0 -30
  2477. package/cjs/layouts/Stack/__stories__/Spacing/index.js +0 -60
  2478. package/cjs/layouts/Stack/index.test/index.js +0 -61
  2479. package/cjs/lazy/index.js +0 -2911
  2480. package/cjs/navigation/BackLink/BackLink.stories/index.js +0 -26
  2481. package/cjs/navigation/BackLink/BackLink.stories.playwright.json +0 -21
  2482. package/cjs/navigation/BackLink/__stories__/Default/index.js +0 -17
  2483. package/cjs/navigation/BackLink/index.mdx +0 -23
  2484. package/cjs/navigation/BackLink/index.test/index.js +0 -46
  2485. package/cjs/navigation/BackLink/interaction.test/index.js +0 -46
  2486. package/cjs/navigation/BackToTopLink/BackToTopLink.stories/index.js +0 -38
  2487. package/cjs/navigation/BackToTopLink/__stories__/Default/index.js +0 -17
  2488. package/cjs/navigation/BackToTopLink/__stories__/InMain/index.js +0 -21
  2489. package/cjs/navigation/BackToTopLink/index.test/index.js +0 -49
  2490. package/cjs/navigation/Breadcrumbs/Breadcrumbs.stories/index.js +0 -28
  2491. package/cjs/navigation/Breadcrumbs/Breadcrumbs.stories.playwright.json +0 -33
  2492. package/cjs/navigation/Breadcrumbs/__stories__/Default/index.js +0 -26
  2493. package/cjs/navigation/Breadcrumbs/index.mdx +0 -32
  2494. package/cjs/navigation/Breadcrumbs/index.test/index.js +0 -46
  2495. package/cjs/navigation/Breadcrumbs/interaction.test/index.js +0 -52
  2496. package/cjs/navigation/Drawer/Drawer.stories/index.js +0 -52
  2497. package/cjs/navigation/Drawer/__stories__/Auto/index.js +0 -82
  2498. package/cjs/navigation/Drawer/__stories__/Default/index.js +0 -88
  2499. package/cjs/navigation/Drawer/__stories__/WithHook/index.js +0 -83
  2500. package/cjs/navigation/Drawer/index.mdx +0 -14
  2501. package/cjs/navigation/Drawer/index.test/index.js +0 -52
  2502. package/cjs/navigation/Dropdown/Dropdown.stories/index.js +0 -148
  2503. package/cjs/navigation/Dropdown/Dropdown.stories.playwright.json +0 -85
  2504. package/cjs/navigation/Dropdown/__stories__/AlignRight/index.js +0 -60
  2505. package/cjs/navigation/Dropdown/__stories__/ContentPosition/index.js +0 -104
  2506. package/cjs/navigation/Dropdown/__stories__/Default/index.js +0 -46
  2507. package/cjs/navigation/Dropdown/__stories__/Dense/index.js +0 -54
  2508. package/cjs/navigation/Dropdown/__stories__/Disabled/index.js +0 -48
  2509. package/cjs/navigation/Dropdown/__stories__/PlacementTop/index.js +0 -64
  2510. package/cjs/navigation/Dropdown/__stories__/ScrollableContent/index.js +0 -68
  2511. package/cjs/navigation/Dropdown/__stories__/Secondary/index.js +0 -35
  2512. package/cjs/navigation/Dropdown/__stories__/VariantLink/index.js +0 -47
  2513. package/cjs/navigation/Dropdown/__stories__/Warning/index.js +0 -35
  2514. package/cjs/navigation/Dropdown/__stories__/WithIcons/index.js +0 -100
  2515. package/cjs/navigation/Dropdown/index.mdx +0 -40
  2516. package/cjs/navigation/Dropdown/index.test/index.js +0 -76
  2517. package/cjs/navigation/Dropdown/interaction.test/index.js +0 -198
  2518. package/cjs/navigation/Link/Link.stories/index.js +0 -99
  2519. package/cjs/navigation/Link/Link.stories.playwright.json +0 -65
  2520. package/cjs/navigation/Link/__snapshots__/index.spec.tsx.snap +0 -38
  2521. package/cjs/navigation/Link/__stories__/DarkBackground/index.js +0 -24
  2522. package/cjs/navigation/Link/__stories__/DarkBackgroundNoUnderline/index.js +0 -25
  2523. package/cjs/navigation/Link/__stories__/Default/index.js +0 -18
  2524. package/cjs/navigation/Link/__stories__/ExternalLink/index.js +0 -19
  2525. package/cjs/navigation/Link/__stories__/NoUnderline/index.js +0 -19
  2526. package/cjs/navigation/Link/__stories__/OpensInNewTab/index.js +0 -18
  2527. package/cjs/navigation/Link/__stories__/WithProvider/index.js +0 -23
  2528. package/cjs/navigation/Link/index.mdx +0 -50
  2529. package/cjs/navigation/Link/index.spec/index.js +0 -21
  2530. package/cjs/navigation/Link/index.test/index.js +0 -64
  2531. package/cjs/navigation/Link/interaction.test/index.js +0 -128
  2532. package/cjs/navigation/NavList/NavList.stories/index.js +0 -112
  2533. package/cjs/navigation/NavList/NavList.stories.playwright.json +0 -53
  2534. package/cjs/navigation/NavList/__snapshots__/index.spec.tsx.snap +0 -7
  2535. package/cjs/navigation/NavList/__stories__/Default/index.js +0 -49
  2536. package/cjs/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +0 -104
  2537. package/cjs/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +0 -81
  2538. package/cjs/navigation/NavList/__stories__/NavLinksOneLevel.json +0 -17
  2539. package/cjs/navigation/NavList/__stories__/NavLinksWithSubmenu.json +0 -36
  2540. package/cjs/navigation/NavList/__stories__/NavListWithoutNav/index.js +0 -36
  2541. package/cjs/navigation/NavList/__stories__/UsingHeaderButton/index.js +0 -73
  2542. package/cjs/navigation/NavList/__stories__/UsingNavListAuto/index.js +0 -74
  2543. package/cjs/navigation/NavList/__stories__/Vertical/index.js +0 -51
  2544. package/cjs/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +0 -81
  2545. package/cjs/navigation/NavList/index.mdx +0 -60
  2546. package/cjs/navigation/NavList/index.spec/index.js +0 -12
  2547. package/cjs/navigation/NavList/index.test/index.js +0 -67
  2548. package/cjs/navigation/Pagination/Pagination.stories/index.js +0 -100
  2549. package/cjs/navigation/Pagination/Pagination.stories.playwright.json +0 -27
  2550. package/cjs/navigation/Pagination/__stories__/Auto/index.js +0 -52
  2551. package/cjs/navigation/Pagination/__stories__/Default/index.js +0 -70
  2552. package/cjs/navigation/Pagination/__stories__/PaginationSmall/index.js +0 -39
  2553. package/cjs/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +0 -49
  2554. package/cjs/navigation/Pagination/__stories__/WithHook/index.js +0 -60
  2555. package/cjs/navigation/Pagination/__stories__/WithInactiveValues/index.js +0 -72
  2556. package/cjs/navigation/Pagination/__stories__/WithResultsPerPage/index.js +0 -45
  2557. package/cjs/navigation/Pagination/index.mdx +0 -48
  2558. package/cjs/navigation/Pagination/index.test/index.js +0 -64
  2559. package/cjs/navigation/Pagination/interaction.test/index.js +0 -49
  2560. package/cjs/navigation/SkipLink/SkipLink.stories/index.js +0 -27
  2561. package/cjs/navigation/SkipLink/__stories__/Default/index.js +0 -16
  2562. package/cjs/navigation/SkipLink/index.test/index.js +0 -46
  2563. package/cjs/navigation/Tabs/Tabs.stories/index.js +0 -53
  2564. package/cjs/navigation/Tabs/Tabs.stories.playwright.json +0 -27
  2565. package/cjs/navigation/Tabs/__stories__/Auto/index.js +0 -39
  2566. package/cjs/navigation/Tabs/__stories__/Default/index.js +0 -50
  2567. package/cjs/navigation/Tabs/__stories__/Dense/index.js +0 -37
  2568. package/cjs/navigation/Tabs/index.mdx +0 -31
  2569. package/cjs/navigation/Tabs/index.test/index.js +0 -52
  2570. package/cjs/navigation/Tabs/interaction.test/index.js +0 -49
  2571. package/cjs/registry/index.js +0 -513
  2572. package/cjs/test-utils/delay/index.js +0 -35
  2573. package/cjs/typography/Heading/Heading.stories/index.js +0 -26
  2574. package/cjs/typography/Heading/__stories__/Default/index.js +0 -30
  2575. package/cjs/typography/Heading/index.mdx +0 -18
  2576. package/cjs/typography/Heading/index.test/index.js +0 -46
  2577. package/cjs/typography/HeadingCaption/HeadingCaption.stories/index.js +0 -38
  2578. package/cjs/typography/HeadingCaption/__stories__/Default/index.js +0 -35
  2579. package/cjs/typography/HeadingCaption/__stories__/NestedToTitle/index.js +0 -20
  2580. package/cjs/typography/HeadingCaption/index.mdx +0 -20
  2581. package/cjs/typography/HeadingCaption/index.test/index.js +0 -49
  2582. package/cjs/typography/Hint/Hint.stories/index.js +0 -38
  2583. package/cjs/typography/Hint/__stories__/Default/index.js +0 -14
  2584. package/cjs/typography/Hint/__stories__/FontSizes/index.js +0 -23
  2585. package/cjs/typography/Hint/index.mdx +0 -26
  2586. package/cjs/typography/Hint/index.test/index.js +0 -49
  2587. package/cjs/typography/NormalText/NormalText.stories/index.js +0 -62
  2588. package/cjs/typography/NormalText/__stories__/Default/index.js +0 -14
  2589. package/cjs/typography/NormalText/__stories__/FontSizes/index.js +0 -53
  2590. package/cjs/typography/NormalText/__stories__/FontWeight/index.js +0 -23
  2591. package/cjs/typography/NormalText/__stories__/Variants/index.js +0 -23
  2592. package/cjs/typography/NormalText/index.mdx +0 -44
  2593. package/cjs/typography/NormalText/index.test/index.js +0 -55
  2594. package/cjs/typography/Paragraph/Paragraph.stories/index.js +0 -74
  2595. package/cjs/typography/Paragraph/__stories__/Default/index.js +0 -14
  2596. package/cjs/typography/Paragraph/__stories__/FontSizes/index.js +0 -34
  2597. package/cjs/typography/Paragraph/__stories__/FontWeight/index.js +0 -19
  2598. package/cjs/typography/Paragraph/__stories__/LeadVariant/index.js +0 -16
  2599. package/cjs/typography/Paragraph/__stories__/SmallVariant/index.js +0 -16
  2600. package/cjs/typography/Paragraph/index.mdx +0 -32
  2601. package/cjs/typography/Paragraph/index.test/index.js +0 -58
  2602. package/cjs/typography/Typography/index.mdx +0 -12
  2603. package/cjs/utils/Base/index.mdx +0 -13
  2604. package/cjs/utils/SvgIcon/index.js +0 -35
  2605. package/cjs/utils/VisuallyHidden/VisuallyHidden.stories/index.js +0 -26
  2606. package/cjs/utils/VisuallyHidden/__stories__/Default/index.js +0 -20
  2607. package/cjs/utils/VisuallyHidden/index.mdx +0 -24
  2608. package/cjs/utils/VisuallyHidden/index.test/index.js +0 -46
  2609. package/content/Accordion/Accordion.stories/index.js +0 -13
  2610. package/content/Accordion/Accordion.stories/package.json +0 -6
  2611. package/content/Accordion/Accordion.stories.playwright.json +0 -21
  2612. package/content/Accordion/__snapshots__/index.spec.tsx.snap +0 -157
  2613. package/content/Accordion/__stories__/Auto/index.js +0 -38
  2614. package/content/Accordion/__stories__/Auto/package.json +0 -6
  2615. package/content/Accordion/__stories__/Default/index.js +0 -29
  2616. package/content/Accordion/__stories__/Default/package.json +0 -6
  2617. package/content/Accordion/__stories__/WithHints/index.js +0 -30
  2618. package/content/Accordion/__stories__/WithHints/package.json +0 -6
  2619. package/content/Accordion/__stories__/WithHook/index.js +0 -51
  2620. package/content/Accordion/__stories__/WithHook/package.json +0 -6
  2621. package/content/Accordion/index.mdx +0 -45
  2622. package/content/Accordion/index.spec/index.js +0 -17
  2623. package/content/Accordion/index.spec/package.json +0 -6
  2624. package/content/Accordion/index.test/index.js +0 -52
  2625. package/content/Accordion/index.test/package.json +0 -6
  2626. package/content/Accordion/interaction.test/index.js +0 -43
  2627. package/content/Accordion/interaction.test/package.json +0 -6
  2628. package/content/Blockquote/Blockquote.stories/index.js +0 -10
  2629. package/content/Blockquote/Blockquote.stories/package.json +0 -6
  2630. package/content/Blockquote/__snapshots__/index.spec.tsx.snap +0 -16
  2631. package/content/Blockquote/__stories__/Default/index.js +0 -7
  2632. package/content/Blockquote/__stories__/Default/package.json +0 -6
  2633. package/content/Blockquote/__stories__/Dense/index.js +0 -9
  2634. package/content/Blockquote/__stories__/Dense/package.json +0 -6
  2635. package/content/Blockquote/index.mdx +0 -24
  2636. package/content/Blockquote/index.spec/index.js +0 -7
  2637. package/content/Blockquote/index.spec/package.json +0 -6
  2638. package/content/Blockquote/index.test/index.js +0 -46
  2639. package/content/Blockquote/index.test/package.json +0 -6
  2640. package/content/Card/Card.stories/index.js +0 -20
  2641. package/content/Card/Card.stories/package.json +0 -6
  2642. package/content/Card/Card.stories.playwright.json +0 -21
  2643. package/content/Card/__stories__/Default/index.js +0 -8
  2644. package/content/Card/__stories__/Default/package.json +0 -6
  2645. package/content/Card/__stories__/Dense/index.js +0 -12
  2646. package/content/Card/__stories__/Dense/package.json +0 -6
  2647. package/content/Card/__stories__/WithClickableContent/index.js +0 -12
  2648. package/content/Card/__stories__/WithClickableContent/package.json +0 -6
  2649. package/content/Card/__stories__/WithClickableLink/index.js +0 -10
  2650. package/content/Card/__stories__/WithClickableLink/package.json +0 -6
  2651. package/content/Card/__stories__/WithDarkBorder/index.js +0 -11
  2652. package/content/Card/__stories__/WithDarkBorder/package.json +0 -6
  2653. package/content/Card/__stories__/WithDarkTopBorder/index.js +0 -11
  2654. package/content/Card/__stories__/WithDarkTopBorder/package.json +0 -6
  2655. package/content/Card/__stories__/WithDivider/index.js +0 -10
  2656. package/content/Card/__stories__/WithDivider/package.json +0 -6
  2657. package/content/Card/__stories__/WithGrayBorder/index.js +0 -11
  2658. package/content/Card/__stories__/WithGrayBorder/package.json +0 -6
  2659. package/content/Card/__stories__/WithGrayTopBorder/index.js +0 -11
  2660. package/content/Card/__stories__/WithGrayTopBorder/package.json +0 -6
  2661. package/content/Card/__stories__/WithGroupButton/index.js +0 -9
  2662. package/content/Card/__stories__/WithGroupButton/package.json +0 -6
  2663. package/content/Card/__stories__/WithLink/index.js +0 -8
  2664. package/content/Card/__stories__/WithLink/package.json +0 -6
  2665. package/content/Card/index.mdx +0 -103
  2666. package/content/Card/index.test/index.js +0 -73
  2667. package/content/Card/index.test/package.json +0 -6
  2668. package/content/Chip/Chip.stories/index.js +0 -11
  2669. package/content/Chip/Chip.stories/package.json +0 -6
  2670. package/content/Chip/__stories__/ClickableChip/index.js +0 -10
  2671. package/content/Chip/__stories__/ClickableChip/package.json +0 -6
  2672. package/content/Chip/__stories__/ClickableDeletableChip/index.js +0 -13
  2673. package/content/Chip/__stories__/ClickableDeletableChip/package.json +0 -6
  2674. package/content/Chip/__stories__/Default/index.js +0 -7
  2675. package/content/Chip/__stories__/Default/package.json +0 -6
  2676. package/content/Chip/__stories__/DeletableChip/index.js +0 -10
  2677. package/content/Chip/__stories__/DeletableChip/package.json +0 -6
  2678. package/content/Chip/__stories__/GroupOfChips/index.js +0 -7
  2679. package/content/Chip/__stories__/GroupOfChips/package.json +0 -6
  2680. package/content/Chip/index.mdx +0 -53
  2681. package/content/Chip/index.test/index.js +0 -55
  2682. package/content/Chip/index.test/package.json +0 -6
  2683. package/content/Details/Details.stories/index.js +0 -9
  2684. package/content/Details/Details.stories/package.json +0 -6
  2685. package/content/Details/Details.stories.playwright.json +0 -21
  2686. package/content/Details/__snapshots__/index.spec.tsx.snap +0 -81
  2687. package/content/Details/__stories__/Default/index.js +0 -7
  2688. package/content/Details/__stories__/Default/package.json +0 -6
  2689. package/content/Details/index.mdx +0 -27
  2690. package/content/Details/index.spec/index.js +0 -13
  2691. package/content/Details/index.spec/package.json +0 -6
  2692. package/content/Details/index.test/index.js +0 -43
  2693. package/content/Details/index.test/package.json +0 -6
  2694. package/content/Details/interaction.test/index.js +0 -43
  2695. package/content/Details/interaction.test/package.json +0 -6
  2696. package/content/List/List.stories/index.js +0 -14
  2697. package/content/List/List.stories/package.json +0 -6
  2698. package/content/List/__snapshots__/index.spec.tsx.snap +0 -7
  2699. package/content/List/__stories__/BulletList/index.js +0 -10
  2700. package/content/List/__stories__/BulletList/package.json +0 -6
  2701. package/content/List/__stories__/Default/index.js +0 -8
  2702. package/content/List/__stories__/Default/package.json +0 -6
  2703. package/content/List/__stories__/HorizontalList/index.js +0 -11
  2704. package/content/List/__stories__/HorizontalList/package.json +0 -6
  2705. package/content/List/__stories__/NestedBulletList/index.js +0 -18
  2706. package/content/List/__stories__/NestedBulletList/package.json +0 -6
  2707. package/content/List/__stories__/NumberedList/index.js +0 -10
  2708. package/content/List/__stories__/NumberedList/package.json +0 -6
  2709. package/content/List/__stories__/WithExtraSpace/index.js +0 -10
  2710. package/content/List/__stories__/WithExtraSpace/package.json +0 -6
  2711. package/content/List/index.mdx +0 -40
  2712. package/content/List/index.spec/index.js +0 -6
  2713. package/content/List/index.spec/package.json +0 -6
  2714. package/content/List/index.test/index.js +0 -58
  2715. package/content/List/index.test/package.json +0 -6
  2716. package/content/StepNav/StepNav.stories/index.js +0 -12
  2717. package/content/StepNav/StepNav.stories/package.json +0 -6
  2718. package/content/StepNav/StepNav.stories.playwright.json +0 -33
  2719. package/content/StepNav/__stories__/Auto/index.js +0 -129
  2720. package/content/StepNav/__stories__/Auto/package.json +0 -6
  2721. package/content/StepNav/__stories__/Default/index.js +0 -166
  2722. package/content/StepNav/__stories__/Default/package.json +0 -6
  2723. package/content/StepNav/__stories__/Dense/index.js +0 -168
  2724. package/content/StepNav/__stories__/Dense/package.json +0 -6
  2725. package/content/StepNav/__stories__/WithHints/index.js +0 -175
  2726. package/content/StepNav/__stories__/WithHints/package.json +0 -6
  2727. package/content/StepNav/__stories__/WithHook/index.js +0 -137
  2728. package/content/StepNav/__stories__/WithHook/package.json +0 -6
  2729. package/content/StepNav/index.mdx +0 -53
  2730. package/content/StepNav/index.test/index.js +0 -55
  2731. package/content/StepNav/index.test/package.json +0 -6
  2732. package/content/StepNav/interaction.test/index.js +0 -49
  2733. package/content/StepNav/interaction.test/package.json +0 -6
  2734. package/content/SummaryList/SummaryList.stories/index.js +0 -14
  2735. package/content/SummaryList/SummaryList.stories/package.json +0 -6
  2736. package/content/SummaryList/SummaryList.stories.playwright.json +0 -27
  2737. package/content/SummaryList/__snapshots__/index.spec.tsx.snap +0 -97
  2738. package/content/SummaryList/__stories__/Default/index.js +0 -15
  2739. package/content/SummaryList/__stories__/Default/package.json +0 -6
  2740. package/content/SummaryList/__stories__/RowVariations/index.js +0 -30
  2741. package/content/SummaryList/__stories__/RowVariations/package.json +0 -6
  2742. package/content/SummaryList/__stories__/WithActions/index.js +0 -18
  2743. package/content/SummaryList/__stories__/WithActions/package.json +0 -6
  2744. package/content/SummaryList/__stories__/WithKeyAndAction/index.js +0 -18
  2745. package/content/SummaryList/__stories__/WithKeyAndAction/package.json +0 -6
  2746. package/content/SummaryList/__stories__/WithoutActions/index.js +0 -7
  2747. package/content/SummaryList/__stories__/WithoutActions/package.json +0 -6
  2748. package/content/SummaryList/__stories__/WithoutBorders/index.js +0 -17
  2749. package/content/SummaryList/__stories__/WithoutBorders/package.json +0 -6
  2750. package/content/SummaryList/index.mdx +0 -51
  2751. package/content/SummaryList/index.spec/index.js +0 -7
  2752. package/content/SummaryList/index.spec/package.json +0 -6
  2753. package/content/SummaryList/index.test/index.js +0 -58
  2754. package/content/SummaryList/index.test/package.json +0 -6
  2755. package/content/SummaryList/interaction.test/index.js +0 -46
  2756. package/content/SummaryList/interaction.test/package.json +0 -6
  2757. package/content/Table/Table.stories/index.js +0 -26
  2758. package/content/Table/Table.stories/package.json +0 -6
  2759. package/content/Table/Table.stories.playwright.json +0 -37
  2760. package/content/Table/__stories__/DarkVariant/index.js +0 -47
  2761. package/content/Table/__stories__/DarkVariant/package.json +0 -6
  2762. package/content/Table/__stories__/DarkVariantWithVerticalHeaders/index.js +0 -47
  2763. package/content/Table/__stories__/DarkVariantWithVerticalHeaders/package.json +0 -6
  2764. package/content/Table/__stories__/Default/index.js +0 -41
  2765. package/content/Table/__stories__/Default/package.json +0 -6
  2766. package/content/Table/__stories__/DefinedWidth/index.js +0 -43
  2767. package/content/Table/__stories__/DefinedWidth/package.json +0 -6
  2768. package/content/Table/__stories__/Densed/index.js +0 -102
  2769. package/content/Table/__stories__/Densed/package.json +0 -6
  2770. package/content/Table/__stories__/Densed.d.ts +0 -3
  2771. package/content/Table/__stories__/Full/index.js +0 -91
  2772. package/content/Table/__stories__/Full/package.json +0 -6
  2773. package/content/Table/__stories__/MultipleProps/index.js +0 -71
  2774. package/content/Table/__stories__/MultipleProps/package.json +0 -6
  2775. package/content/Table/__stories__/NoData/index.js +0 -9
  2776. package/content/Table/__stories__/NoData/package.json +0 -6
  2777. package/content/Table/__stories__/NumericDataType/index.js +0 -61
  2778. package/content/Table/__stories__/NumericDataType/package.json +0 -6
  2779. package/content/Table/__stories__/RowColors/index.js +0 -60
  2780. package/content/Table/__stories__/RowColors/package.json +0 -6
  2781. package/content/Table/__stories__/Stacked/index.js +0 -43
  2782. package/content/Table/__stories__/Stacked/package.json +0 -6
  2783. package/content/Table/__stories__/TableCaptions/index.js +0 -15
  2784. package/content/Table/__stories__/TableCaptions/package.json +0 -6
  2785. package/content/Table/__stories__/VerticalBorders/index.js +0 -47
  2786. package/content/Table/__stories__/VerticalBorders/package.json +0 -6
  2787. package/content/Table/__stories__/VerticalHeaders/index.js +0 -41
  2788. package/content/Table/__stories__/VerticalHeaders/package.json +0 -6
  2789. package/content/Table/__stories__/WithFloatingScroll/index.js +0 -69
  2790. package/content/Table/__stories__/WithFloatingScroll/package.json +0 -6
  2791. package/content/Table/__stories__/WithLoader/index.js +0 -66
  2792. package/content/Table/__stories__/WithLoader/package.json +0 -6
  2793. package/content/Table/__stories__/WithSortFilters/index.js +0 -100
  2794. package/content/Table/__stories__/WithSortFilters/package.json +0 -6
  2795. package/content/Table/__stories__/ZebraProp/index.js +0 -47
  2796. package/content/Table/__stories__/ZebraProp/package.json +0 -6
  2797. package/content/Table/index.mdx +0 -111
  2798. package/content/Table/index.test/index.js +0 -103
  2799. package/content/Table/index.test/package.json +0 -6
  2800. package/content/Table/interaction.test/index.js +0 -43
  2801. package/content/Table/interaction.test/package.json +0 -6
  2802. package/content/TaskList/TaskList.stories/index.js +0 -9
  2803. package/content/TaskList/TaskList.stories/package.json +0 -6
  2804. package/content/TaskList/__stories__/Default/index.js +0 -69
  2805. package/content/TaskList/__stories__/Default/package.json +0 -6
  2806. package/content/TaskList/__stories__/Dense/index.js +0 -71
  2807. package/content/TaskList/__stories__/Dense/package.json +0 -6
  2808. package/content/TaskList/index.mdx +0 -30
  2809. package/content/TaskList/index.test/index.js +0 -46
  2810. package/content/TaskList/index.test/package.json +0 -6
  2811. package/content/Timeline/Timeline.stories/index.js +0 -9
  2812. package/content/Timeline/Timeline.stories/package.json +0 -6
  2813. package/content/Timeline/__stories__/Default/index.js +0 -119
  2814. package/content/Timeline/__stories__/Default/package.json +0 -6
  2815. package/content/Timeline/__stories__/Dense/index.js +0 -121
  2816. package/content/Timeline/__stories__/Dense/package.json +0 -6
  2817. package/content/Timeline/index.mdx +0 -33
  2818. package/content/Timeline/index.test/index.js +0 -46
  2819. package/content/Timeline/index.test/package.json +0 -6
  2820. package/feedback/CopyToClipboard/CopyToClipboard.stories/index.js +0 -9
  2821. package/feedback/CopyToClipboard/CopyToClipboard.stories/package.json +0 -6
  2822. package/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +0 -53
  2823. package/feedback/CopyToClipboard/__stories__/Banner/index.js +0 -14
  2824. package/feedback/CopyToClipboard/__stories__/Banner/package.json +0 -6
  2825. package/feedback/CopyToClipboard/__stories__/Default/index.js +0 -20
  2826. package/feedback/CopyToClipboard/__stories__/Default/package.json +0 -6
  2827. package/feedback/CopyToClipboard/__stories__/Dense/index.js +0 -18
  2828. package/feedback/CopyToClipboard/__stories__/Dense/package.json +0 -6
  2829. package/feedback/CopyToClipboard/index.mdx +0 -28
  2830. package/feedback/CopyToClipboard/index.test/index.js +0 -49
  2831. package/feedback/CopyToClipboard/index.test/package.json +0 -6
  2832. package/feedback/CopyToClipboard/interaction.test/index.js +0 -119
  2833. package/feedback/CopyToClipboard/interaction.test/package.json +0 -6
  2834. package/feedback/ErrorSummary/ErrorSummary.stories/index.js +0 -14
  2835. package/feedback/ErrorSummary/ErrorSummary.stories/package.json +0 -6
  2836. package/feedback/ErrorSummary/ErrorSummary.stories.playwright.json +0 -27
  2837. package/feedback/ErrorSummary/__snapshots__/index.spec.tsx.snap +0 -7
  2838. package/feedback/ErrorSummary/__stories__/Default/index.js +0 -11
  2839. package/feedback/ErrorSummary/__stories__/Default/package.json +0 -6
  2840. package/feedback/ErrorSummary/__stories__/Dense/index.js +0 -13
  2841. package/feedback/ErrorSummary/__stories__/Dense/package.json +0 -6
  2842. package/feedback/ErrorSummary/__stories__/LinkedToCheckbox/index.js +0 -28
  2843. package/feedback/ErrorSummary/__stories__/LinkedToCheckbox/package.json +0 -6
  2844. package/feedback/ErrorSummary/__stories__/LinkedToField/index.js +0 -29
  2845. package/feedback/ErrorSummary/__stories__/LinkedToField/package.json +0 -6
  2846. package/feedback/ErrorSummary/__stories__/LinkedToInput/index.js +0 -28
  2847. package/feedback/ErrorSummary/__stories__/LinkedToInput/package.json +0 -6
  2848. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/index.js +0 -33
  2849. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/package.json +0 -6
  2850. package/feedback/ErrorSummary/index.mdx +0 -54
  2851. package/feedback/ErrorSummary/index.spec/index.js +0 -6
  2852. package/feedback/ErrorSummary/index.spec/package.json +0 -6
  2853. package/feedback/ErrorSummary/index.test/index.js +0 -58
  2854. package/feedback/ErrorSummary/index.test/package.json +0 -6
  2855. package/feedback/NotificationBanner/NotificationBanner.stories/index.js +0 -12
  2856. package/feedback/NotificationBanner/NotificationBanner.stories/package.json +0 -6
  2857. package/feedback/NotificationBanner/NotificationBanner.stories.playwright.json +0 -49
  2858. package/feedback/NotificationBanner/__snapshots__/index.spec.tsx.snap +0 -23
  2859. package/feedback/NotificationBanner/__stories__/Default/index.js +0 -12
  2860. package/feedback/NotificationBanner/__stories__/Default/package.json +0 -6
  2861. package/feedback/NotificationBanner/__stories__/Dense/index.js +0 -13
  2862. package/feedback/NotificationBanner/__stories__/Dense/package.json +0 -6
  2863. package/feedback/NotificationBanner/__stories__/Success/index.js +0 -13
  2864. package/feedback/NotificationBanner/__stories__/Success/package.json +0 -6
  2865. package/feedback/NotificationBanner/index.mdx +0 -47
  2866. package/feedback/NotificationBanner/index.spec/index.js +0 -17
  2867. package/feedback/NotificationBanner/index.spec/package.json +0 -6
  2868. package/feedback/NotificationBanner/index.test/index.js +0 -49
  2869. package/feedback/NotificationBanner/index.test/package.json +0 -6
  2870. package/feedback/NotificationBanner/interaction.test/index.js +0 -87
  2871. package/feedback/NotificationBanner/interaction.test/package.json +0 -6
  2872. package/feedback/PhaseBanner/PhaseBanner.stories/index.js +0 -10
  2873. package/feedback/PhaseBanner/PhaseBanner.stories/package.json +0 -6
  2874. package/feedback/PhaseBanner/PhaseBanner.stories.playwright.json +0 -21
  2875. package/feedback/PhaseBanner/__stories__/Default/index.js +0 -10
  2876. package/feedback/PhaseBanner/__stories__/Default/package.json +0 -6
  2877. package/feedback/PhaseBanner/__stories__/Underlined/index.js +0 -12
  2878. package/feedback/PhaseBanner/__stories__/Underlined/package.json +0 -6
  2879. package/feedback/PhaseBanner/index.mdx +0 -37
  2880. package/feedback/PhaseBanner/index.test/index.js +0 -46
  2881. package/feedback/PhaseBanner/index.test/package.json +0 -6
  2882. package/feedback/PhaseBanner/interaction.test/index.js +0 -43
  2883. package/feedback/PhaseBanner/interaction.test/package.json +0 -6
  2884. package/feedback/WarningText/WarningText.stories/index.js +0 -11
  2885. package/feedback/WarningText/WarningText.stories/package.json +0 -6
  2886. package/feedback/WarningText/__snapshots__/index.spec.tsx.snap +0 -7
  2887. package/feedback/WarningText/__stories__/AssistiveText/index.js +0 -9
  2888. package/feedback/WarningText/__stories__/AssistiveText/package.json +0 -6
  2889. package/feedback/WarningText/__stories__/Default/index.js +0 -7
  2890. package/feedback/WarningText/__stories__/Default/package.json +0 -6
  2891. package/feedback/WarningText/__stories__/Dense/index.js +0 -9
  2892. package/feedback/WarningText/__stories__/Dense/package.json +0 -6
  2893. package/feedback/WarningText/index.mdx +0 -25
  2894. package/feedback/WarningText/index.spec/index.js +0 -6
  2895. package/feedback/WarningText/index.spec/package.json +0 -6
  2896. package/feedback/WarningText/index.test/index.js +0 -49
  2897. package/feedback/WarningText/index.test/package.json +0 -6
  2898. package/form/AutoComplete/AutoComplete.stories/index.js +0 -16
  2899. package/form/AutoComplete/AutoComplete.stories/package.json +0 -6
  2900. package/form/AutoComplete/AutoComplete.stories.playwright.json +0 -33
  2901. package/form/AutoComplete/__stories__/Default/index.js +0 -14
  2902. package/form/AutoComplete/__stories__/Default/package.json +0 -6
  2903. package/form/AutoComplete/__stories__/Multiple/index.js +0 -17
  2904. package/form/AutoComplete/__stories__/Multiple/package.json +0 -6
  2905. package/form/AutoComplete/__stories__/MultipleShowingTwoSelected/index.js +0 -16
  2906. package/form/AutoComplete/__stories__/MultipleShowingTwoSelected/package.json +0 -6
  2907. package/form/AutoComplete/__stories__/MultipleWithDefaultValues/index.js +0 -16
  2908. package/form/AutoComplete/__stories__/MultipleWithDefaultValues/package.json +0 -6
  2909. package/form/AutoComplete/__stories__/MultipleWithMinLength/index.js +0 -19
  2910. package/form/AutoComplete/__stories__/MultipleWithMinLength/package.json +0 -6
  2911. package/form/AutoComplete/__stories__/WithAutoSelect/index.js +0 -29
  2912. package/form/AutoComplete/__stories__/WithAutoSelect/package.json +0 -6
  2913. package/form/AutoComplete/__stories__/WithDefaultValue/index.js +0 -15
  2914. package/form/AutoComplete/__stories__/WithDefaultValue/package.json +0 -6
  2915. package/form/AutoComplete/__stories__/WithMinLength/index.js +0 -16
  2916. package/form/AutoComplete/__stories__/WithMinLength/package.json +0 -6
  2917. package/form/AutoComplete/__stories__/WithPlaceHolder/index.js +0 -15
  2918. package/form/AutoComplete/__stories__/WithPlaceHolder/package.json +0 -6
  2919. package/form/AutoComplete/__stories__/WithShowAllValues/index.js +0 -14
  2920. package/form/AutoComplete/__stories__/WithShowAllValues/package.json +0 -6
  2921. package/form/AutoComplete/index.mdx +0 -70
  2922. package/form/AutoComplete/index.test/index.js +0 -70
  2923. package/form/AutoComplete/index.test/package.json +0 -6
  2924. package/form/AutoComplete/interaction.test/index.js +0 -49
  2925. package/form/AutoComplete/interaction.test/package.json +0 -6
  2926. package/form/Button/Button.stories/index.js +0 -20
  2927. package/form/Button/Button.stories/package.json +0 -6
  2928. package/form/Button/Button.stories.playwright.json +0 -109
  2929. package/form/Button/__snapshots__/index.spec.tsx.snap +0 -17
  2930. package/form/Button/__stories__/Back/index.js +0 -11
  2931. package/form/Button/__stories__/Back/package.json +0 -6
  2932. package/form/Button/__stories__/ButtonLinkButton/index.js +0 -16
  2933. package/form/Button/__stories__/ButtonLinkButton/package.json +0 -6
  2934. package/form/Button/__stories__/CallToActionButton/index.js +0 -12
  2935. package/form/Button/__stories__/CallToActionButton/package.json +0 -6
  2936. package/form/Button/__stories__/Dense/index.js +0 -10
  2937. package/form/Button/__stories__/Dense/package.json +0 -6
  2938. package/form/Button/__stories__/Disabled/index.js +0 -11
  2939. package/form/Button/__stories__/Disabled/package.json +0 -6
  2940. package/form/Button/__stories__/GroupingButtons/index.js +0 -9
  2941. package/form/Button/__stories__/GroupingButtons/package.json +0 -6
  2942. package/form/Button/__stories__/GroupingButtonsAndLinks/index.js +0 -10
  2943. package/form/Button/__stories__/GroupingButtonsAndLinks/package.json +0 -6
  2944. package/form/Button/__stories__/Primary/index.js +0 -9
  2945. package/form/Button/__stories__/Primary/package.json +0 -6
  2946. package/form/Button/__stories__/Secondary/index.js +0 -10
  2947. package/form/Button/__stories__/Secondary/package.json +0 -6
  2948. package/form/Button/__stories__/ThemeToggle/index.js +0 -7
  2949. package/form/Button/__stories__/ThemeToggle/package.json +0 -6
  2950. package/form/Button/__stories__/Warning/index.js +0 -10
  2951. package/form/Button/__stories__/Warning/package.json +0 -6
  2952. package/form/Button/__stories__/WithVariantLink/index.js +0 -12
  2953. package/form/Button/__stories__/WithVariantLink/package.json +0 -6
  2954. package/form/Button/index.mdx +0 -111
  2955. package/form/Button/index.spec/index.js +0 -7
  2956. package/form/Button/index.spec/package.json +0 -6
  2957. package/form/Button/index.test/index.js +0 -76
  2958. package/form/Button/index.test/package.json +0 -6
  2959. package/form/Button/interaction.test/index.js +0 -166
  2960. package/form/Button/interaction.test/package.json +0 -6
  2961. package/form/Checkbox/Checkbox.stories/index.js +0 -18
  2962. package/form/Checkbox/Checkbox.stories/package.json +0 -6
  2963. package/form/Checkbox/Checkbox.stories.playwright.json +0 -55
  2964. package/form/Checkbox/__stories__/ConditionalReveal/index.js +0 -24
  2965. package/form/Checkbox/__stories__/ConditionalReveal/package.json +0 -6
  2966. package/form/Checkbox/__stories__/Default/index.js +0 -22
  2967. package/form/Checkbox/__stories__/Default/package.json +0 -6
  2968. package/form/Checkbox/__stories__/Dense/index.js +0 -24
  2969. package/form/Checkbox/__stories__/Dense/package.json +0 -6
  2970. package/form/Checkbox/__stories__/Inline/index.js +0 -21
  2971. package/form/Checkbox/__stories__/Inline/package.json +0 -6
  2972. package/form/Checkbox/__stories__/InlineWithDivider/index.js +0 -22
  2973. package/form/Checkbox/__stories__/InlineWithDivider/package.json +0 -6
  2974. package/form/Checkbox/__stories__/MultipleQuestions/index.js +0 -24
  2975. package/form/Checkbox/__stories__/MultipleQuestions/package.json +0 -6
  2976. package/form/Checkbox/__stories__/NoneAnswer/index.js +0 -18
  2977. package/form/Checkbox/__stories__/NoneAnswer/package.json +0 -6
  2978. package/form/Checkbox/__stories__/NoneAnswerWithError/index.js +0 -24
  2979. package/form/Checkbox/__stories__/NoneAnswerWithError/package.json +0 -6
  2980. package/form/Checkbox/__stories__/WithErrorMessage/index.js +0 -25
  2981. package/form/Checkbox/__stories__/WithErrorMessage/package.json +0 -6
  2982. package/form/Checkbox/__stories__/WithHint/index.js +0 -25
  2983. package/form/Checkbox/__stories__/WithHint/package.json +0 -6
  2984. package/form/Checkbox/index.mdx +0 -83
  2985. package/form/Checkbox/index.test/index.js +0 -70
  2986. package/form/Checkbox/index.test/package.json +0 -6
  2987. package/form/Checkbox/interaction.test/index.js +0 -90
  2988. package/form/Checkbox/interaction.test/package.json +0 -6
  2989. package/form/DateInputContainer/DateInputContainer.stories/index.js +0 -13
  2990. package/form/DateInputContainer/DateInputContainer.stories/package.json +0 -6
  2991. package/form/DateInputContainer/DateInputContainer.stories.playwright.json +0 -61
  2992. package/form/DateInputContainer/__stories__/Default/index.js +0 -22
  2993. package/form/DateInputContainer/__stories__/Default/package.json +0 -6
  2994. package/form/DateInputContainer/__stories__/Dense/index.js +0 -21
  2995. package/form/DateInputContainer/__stories__/Dense/package.json +0 -6
  2996. package/form/DateInputContainer/__stories__/MultipleQuestions/index.js +0 -22
  2997. package/form/DateInputContainer/__stories__/MultipleQuestions/package.json +0 -6
  2998. package/form/DateInputContainer/__stories__/WithErrorMessage/index.js +0 -33
  2999. package/form/DateInputContainer/__stories__/WithErrorMessage/package.json +0 -6
  3000. package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/index.js +0 -30
  3001. package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/package.json +0 -6
  3002. package/form/DateInputContainer/index.mdx +0 -46
  3003. package/form/DateInputContainer/index.test/index.js +0 -55
  3004. package/form/DateInputContainer/index.test/package.json +0 -6
  3005. package/form/DateInputContainer/interaction.test/index.js +0 -46
  3006. package/form/DateInputContainer/interaction.test/package.json +0 -6
  3007. package/form/ErrorMessage/ErrorMessage.stories/index.js +0 -11
  3008. package/form/ErrorMessage/ErrorMessage.stories/package.json +0 -6
  3009. package/form/ErrorMessage/__stories__/DateInputError/index.js +0 -22
  3010. package/form/ErrorMessage/__stories__/DateInputError/package.json +0 -6
  3011. package/form/ErrorMessage/__stories__/Default/index.js +0 -30
  3012. package/form/ErrorMessage/__stories__/Default/package.json +0 -6
  3013. package/form/ErrorMessage/__stories__/ErrorMessageOnly/index.js +0 -10
  3014. package/form/ErrorMessage/__stories__/ErrorMessageOnly/package.json +0 -6
  3015. package/form/ErrorMessage/index.mdx +0 -23
  3016. package/form/ErrorMessage/index.test/index.js +0 -49
  3017. package/form/ErrorMessage/index.test/package.json +0 -6
  3018. package/form/FileUpload/FileUpload.stories/index.js +0 -9
  3019. package/form/FileUpload/FileUpload.stories/package.json +0 -6
  3020. package/form/FileUpload/__stories__/Default/index.js +0 -15
  3021. package/form/FileUpload/__stories__/Default/package.json +0 -6
  3022. package/form/FileUpload/__stories__/WithErrorMessage/index.js +0 -19
  3023. package/form/FileUpload/__stories__/WithErrorMessage/package.json +0 -6
  3024. package/form/FileUpload/index.mdx +0 -30
  3025. package/form/FileUpload/index.test/index.js +0 -46
  3026. package/form/FileUpload/index.test/package.json +0 -6
  3027. package/form/RadioContainer/RadioContainer.stories/index.js +0 -18
  3028. package/form/RadioContainer/RadioContainer.stories/package.json +0 -6
  3029. package/form/RadioContainer/RadioContainer.stories.playwright.json +0 -49
  3030. package/form/RadioContainer/__stories__/ConditionalReveal/index.js +0 -24
  3031. package/form/RadioContainer/__stories__/ConditionalReveal/package.json +0 -6
  3032. package/form/RadioContainer/__stories__/Default/index.js +0 -20
  3033. package/form/RadioContainer/__stories__/Default/package.json +0 -6
  3034. package/form/RadioContainer/__stories__/Dense/index.js +0 -22
  3035. package/form/RadioContainer/__stories__/Dense/package.json +0 -6
  3036. package/form/RadioContainer/__stories__/Inline/index.js +0 -21
  3037. package/form/RadioContainer/__stories__/Inline/package.json +0 -6
  3038. package/form/RadioContainer/__stories__/InlineWithDivider/index.js +0 -22
  3039. package/form/RadioContainer/__stories__/InlineWithDivider/package.json +0 -6
  3040. package/form/RadioContainer/__stories__/MultipleQuestions/index.js +0 -24
  3041. package/form/RadioContainer/__stories__/MultipleQuestions/package.json +0 -6
  3042. package/form/RadioContainer/__stories__/NoneAnswer/index.js +0 -22
  3043. package/form/RadioContainer/__stories__/NoneAnswer/package.json +0 -6
  3044. package/form/RadioContainer/__stories__/WithErrorMessage/index.js +0 -27
  3045. package/form/RadioContainer/__stories__/WithErrorMessage/package.json +0 -6
  3046. package/form/RadioContainer/__stories__/WithHints/index.js +0 -27
  3047. package/form/RadioContainer/__stories__/WithHints/package.json +0 -6
  3048. package/form/RadioContainer/__stories__/WithMediumLegend/index.js +0 -22
  3049. package/form/RadioContainer/__stories__/WithMediumLegend/package.json +0 -6
  3050. package/form/RadioContainer/index.mdx +0 -84
  3051. package/form/RadioContainer/index.test/index.js +0 -70
  3052. package/form/RadioContainer/index.test/package.json +0 -6
  3053. package/form/RadioContainer/interaction.test/index.js +0 -87
  3054. package/form/RadioContainer/interaction.test/package.json +0 -6
  3055. package/form/SelectContainer/SelectContainer.stories/index.js +0 -12
  3056. package/form/SelectContainer/SelectContainer.stories/package.json +0 -6
  3057. package/form/SelectContainer/SelectContainer.stories.playwright.json +0 -21
  3058. package/form/SelectContainer/__stories__/Default/index.js +0 -20
  3059. package/form/SelectContainer/__stories__/Default/package.json +0 -6
  3060. package/form/SelectContainer/__stories__/Dense/index.js +0 -21
  3061. package/form/SelectContainer/__stories__/Dense/package.json +0 -6
  3062. package/form/SelectContainer/__stories__/DisabledInput/index.js +0 -22
  3063. package/form/SelectContainer/__stories__/DisabledInput/package.json +0 -6
  3064. package/form/SelectContainer/__stories__/WithHint/index.js +0 -24
  3065. package/form/SelectContainer/__stories__/WithHint/package.json +0 -6
  3066. package/form/SelectContainer/index.mdx +0 -50
  3067. package/form/SelectContainer/index.test/index.js +0 -52
  3068. package/form/SelectContainer/index.test/package.json +0 -6
  3069. package/form/SelectContainer/interaction.test/index.js +0 -43
  3070. package/form/SelectContainer/interaction.test/package.json +0 -6
  3071. package/form/SingleCharacterInputs/SingleCharacterInput.stories/index.js +0 -12
  3072. package/form/SingleCharacterInputs/SingleCharacterInput.stories/package.json +0 -6
  3073. package/form/SingleCharacterInputs/__stories__/Default/index.js +0 -33
  3074. package/form/SingleCharacterInputs/__stories__/Default/package.json +0 -6
  3075. package/form/SingleCharacterInputs/__stories__/WithDefaultError/index.js +0 -37
  3076. package/form/SingleCharacterInputs/__stories__/WithDefaultError/package.json +0 -6
  3077. package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/index.js +0 -47
  3078. package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/package.json +0 -6
  3079. package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/index.js +0 -41
  3080. package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/package.json +0 -6
  3081. package/form/SingleCharacterInputs/index.mdx +0 -30
  3082. package/form/SingleCharacterInputs/index.test/index.js +0 -52
  3083. package/form/SingleCharacterInputs/index.test/package.json +0 -6
  3084. package/form/TextArea/TextArea.stories/index.js +0 -16
  3085. package/form/TextArea/TextArea.stories/package.json +0 -6
  3086. package/form/TextArea/TextArea.stories.playwright.json +0 -59
  3087. package/form/TextArea/__stories__/Default/index.js +0 -14
  3088. package/form/TextArea/__stories__/Default/package.json +0 -6
  3089. package/form/TextArea/__stories__/Dense/index.js +0 -12
  3090. package/form/TextArea/__stories__/Dense/package.json +0 -6
  3091. package/form/TextArea/__stories__/DisabledInput/index.js +0 -19
  3092. package/form/TextArea/__stories__/DisabledInput/package.json +0 -6
  3093. package/form/TextArea/__stories__/LimitedCharacters/index.js +0 -22
  3094. package/form/TextArea/__stories__/LimitedCharacters/package.json +0 -6
  3095. package/form/TextArea/__stories__/MultipleQuestions/index.js +0 -15
  3096. package/form/TextArea/__stories__/MultipleQuestions/package.json +0 -6
  3097. package/form/TextArea/__stories__/WithDeclaredRows/index.js +0 -19
  3098. package/form/TextArea/__stories__/WithDeclaredRows/package.json +0 -6
  3099. package/form/TextArea/__stories__/WithErrorMessage/index.js +0 -25
  3100. package/form/TextArea/__stories__/WithErrorMessage/package.json +0 -6
  3101. package/form/TextArea/__stories__/WithHint/index.js +0 -18
  3102. package/form/TextArea/__stories__/WithHint/package.json +0 -6
  3103. package/form/TextArea/index.mdx +0 -74
  3104. package/form/TextArea/index.test/index.js +0 -64
  3105. package/form/TextArea/index.test/package.json +0 -6
  3106. package/form/TextArea/interaction.test/index.js +0 -84
  3107. package/form/TextArea/interaction.test/package.json +0 -6
  3108. package/form/TextInput/TextInput.stories/index.js +0 -18
  3109. package/form/TextInput/TextInput.stories/package.json +0 -6
  3110. package/form/TextInput/TextInput.stories.playwright.json +0 -43
  3111. package/form/TextInput/__stories__/AskingForNumbers/index.js +0 -20
  3112. package/form/TextInput/__stories__/AskingForNumbers/package.json +0 -6
  3113. package/form/TextInput/__stories__/Default/index.js +0 -14
  3114. package/form/TextInput/__stories__/Default/package.json +0 -6
  3115. package/form/TextInput/__stories__/Dense/index.js +0 -12
  3116. package/form/TextInput/__stories__/Dense/package.json +0 -6
  3117. package/form/TextInput/__stories__/DisabledInput/index.js +0 -19
  3118. package/form/TextInput/__stories__/DisabledInput/package.json +0 -6
  3119. package/form/TextInput/__stories__/DisabledInputWithValue/index.js +0 -25
  3120. package/form/TextInput/__stories__/DisabledInputWithValue/package.json +0 -6
  3121. package/form/TextInput/__stories__/FixedWidths/index.js +0 -40
  3122. package/form/TextInput/__stories__/FixedWidths/package.json +0 -6
  3123. package/form/TextInput/__stories__/FluidWidths/index.js +0 -40
  3124. package/form/TextInput/__stories__/FluidWidths/package.json +0 -6
  3125. package/form/TextInput/__stories__/MultipleQuestions/index.js +0 -11
  3126. package/form/TextInput/__stories__/MultipleQuestions/package.json +0 -6
  3127. package/form/TextInput/__stories__/WithErrorMessage/index.js +0 -25
  3128. package/form/TextInput/__stories__/WithErrorMessage/package.json +0 -6
  3129. package/form/TextInput/__stories__/WithHint/index.js +0 -18
  3130. package/form/TextInput/__stories__/WithHint/package.json +0 -6
  3131. package/form/TextInput/index.mdx +0 -90
  3132. package/form/TextInput/index.test/index.js +0 -70
  3133. package/form/TextInput/index.test/package.json +0 -6
  3134. package/form/TextInput/interaction.test/index.js +0 -46
  3135. package/form/TextInput/interaction.test/package.json +0 -6
  3136. package/govgr/Footer/index.mdx +0 -101
  3137. package/govgr/GovGRLogo/govgr-logo.svg +0 -1
  3138. package/introduction.md +0 -11
  3139. package/layouts/Basic/Basic.stories/index.js +0 -11
  3140. package/layouts/Basic/Basic.stories/package.json +0 -6
  3141. package/layouts/Basic/Bottom/__stories__/Default/index.js +0 -15
  3142. package/layouts/Basic/Bottom/__stories__/Default/package.json +0 -6
  3143. package/layouts/Basic/Bottom/index.mdx +0 -22
  3144. package/layouts/Basic/Container/__stories__/Default/index.js +0 -13
  3145. package/layouts/Basic/Container/__stories__/Default/package.json +0 -6
  3146. package/layouts/Basic/Container/index.mdx +0 -23
  3147. package/layouts/Basic/Main/__stories__/Default/index.js +0 -13
  3148. package/layouts/Basic/Main/__stories__/Default/package.json +0 -6
  3149. package/layouts/Basic/Main/index.mdx +0 -21
  3150. package/layouts/Basic/Masthead/index.d.ts +0 -5
  3151. package/layouts/Basic/Masthead/index.js +0 -5
  3152. package/layouts/Basic/Masthead/package.json +0 -6
  3153. package/layouts/Basic/Top/__stories__/Default/index.js +0 -13
  3154. package/layouts/Basic/Top/__stories__/Default/package.json +0 -6
  3155. package/layouts/Basic/Top/index.mdx +0 -23
  3156. package/layouts/Basic/__snapshots__/index.spec.tsx.snap +0 -109
  3157. package/layouts/Basic/__stories__/Default/index.js +0 -10
  3158. package/layouts/Basic/__stories__/Default/package.json +0 -6
  3159. package/layouts/Basic/__stories__/MultipleRowsLayout/index.js +0 -13
  3160. package/layouts/Basic/__stories__/MultipleRowsLayout/package.json +0 -6
  3161. package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/index.js +0 -13
  3162. package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/package.json +0 -6
  3163. package/layouts/Basic/__stories__/WithBasicLayout/index.js +0 -12
  3164. package/layouts/Basic/__stories__/WithBasicLayout/package.json +0 -6
  3165. package/layouts/Basic/index.mdx +0 -42
  3166. package/layouts/Basic/index.spec/index.js +0 -8
  3167. package/layouts/Basic/index.spec/package.json +0 -6
  3168. package/layouts/Basic/index.test/index.js +0 -52
  3169. package/layouts/Basic/index.test/package.json +0 -6
  3170. package/layouts/Grid/Grid.stories/index.js +0 -9
  3171. package/layouts/Grid/Grid.stories/package.json +0 -6
  3172. package/layouts/Grid/__stories__/Default/index.js +0 -73
  3173. package/layouts/Grid/__stories__/Default/package.json +0 -6
  3174. package/layouts/Grid/__stories__/Inline/index.js +0 -74
  3175. package/layouts/Grid/__stories__/Inline/package.json +0 -6
  3176. package/layouts/Grid/__stories__/ResponsiveSpacing/index.js +0 -72
  3177. package/layouts/Grid/__stories__/ResponsiveSpacing/package.json +0 -6
  3178. package/layouts/Grid/index.mdx +0 -39
  3179. package/layouts/Grid/index.test/index.js +0 -49
  3180. package/layouts/Grid/index.test/package.json +0 -6
  3181. package/layouts/Screen/Screen.stories/index.js +0 -10
  3182. package/layouts/Screen/Screen.stories/package.json +0 -6
  3183. package/layouts/Screen/__stories__/Default/index.js +0 -18
  3184. package/layouts/Screen/__stories__/Default/package.json +0 -6
  3185. package/layouts/Screen/__stories__/ScreenDown/index.js +0 -9
  3186. package/layouts/Screen/__stories__/ScreenDown/package.json +0 -6
  3187. package/layouts/Screen/__stories__/ScreenUp/index.js +0 -9
  3188. package/layouts/Screen/__stories__/ScreenUp/package.json +0 -6
  3189. package/layouts/Screen/__stories__/SpecificScreenSize/index.js +0 -9
  3190. package/layouts/Screen/__stories__/SpecificScreenSize/package.json +0 -6
  3191. package/layouts/Screen/index.test/index.js +0 -52
  3192. package/layouts/Screen/index.test/package.json +0 -6
  3193. package/layouts/Stack/Stack.stories/index.js +0 -12
  3194. package/layouts/Stack/Stack.stories/package.json +0 -6
  3195. package/layouts/Stack/__stories__/AlignItems/index.js +0 -65
  3196. package/layouts/Stack/__stories__/AlignItems/package.json +0 -6
  3197. package/layouts/Stack/__stories__/Default/index.js +0 -22
  3198. package/layouts/Stack/__stories__/Default/package.json +0 -6
  3199. package/layouts/Stack/__stories__/JustifyContent/index.js +0 -82
  3200. package/layouts/Stack/__stories__/JustifyContent/package.json +0 -6
  3201. package/layouts/Stack/__stories__/NoWrap/index.js +0 -24
  3202. package/layouts/Stack/__stories__/NoWrap/package.json +0 -6
  3203. package/layouts/Stack/__stories__/Row/index.js +0 -23
  3204. package/layouts/Stack/__stories__/Row/package.json +0 -6
  3205. package/layouts/Stack/__stories__/Spacing/index.js +0 -53
  3206. package/layouts/Stack/__stories__/Spacing/package.json +0 -6
  3207. package/layouts/Stack/index.test/index.js +0 -58
  3208. package/layouts/Stack/index.test/package.json +0 -6
  3209. package/lazy.d.ts +0 -350
  3210. package/navigation/BackLink/BackLink.stories/index.js +0 -7
  3211. package/navigation/BackLink/BackLink.stories/package.json +0 -6
  3212. package/navigation/BackLink/BackLink.stories.playwright.json +0 -21
  3213. package/navigation/BackLink/__stories__/Default/index.js +0 -10
  3214. package/navigation/BackLink/__stories__/Default/package.json +0 -6
  3215. package/navigation/BackLink/index.mdx +0 -23
  3216. package/navigation/BackLink/index.test/index.js +0 -43
  3217. package/navigation/BackLink/index.test/package.json +0 -6
  3218. package/navigation/BackLink/interaction.test/index.js +0 -43
  3219. package/navigation/BackLink/interaction.test/package.json +0 -6
  3220. package/navigation/BackToTopLink/BackToTopLink.stories/index.js +0 -8
  3221. package/navigation/BackToTopLink/BackToTopLink.stories/package.json +0 -6
  3222. package/navigation/BackToTopLink/__stories__/Default/index.js +0 -10
  3223. package/navigation/BackToTopLink/__stories__/Default/package.json +0 -6
  3224. package/navigation/BackToTopLink/__stories__/InMain/index.js +0 -11
  3225. package/navigation/BackToTopLink/__stories__/InMain/package.json +0 -6
  3226. package/navigation/BackToTopLink/index.test/index.js +0 -46
  3227. package/navigation/BackToTopLink/index.test/package.json +0 -6
  3228. package/navigation/Breadcrumbs/Breadcrumbs.stories/index.js +0 -9
  3229. package/navigation/Breadcrumbs/Breadcrumbs.stories/package.json +0 -6
  3230. package/navigation/Breadcrumbs/Breadcrumbs.stories.playwright.json +0 -33
  3231. package/navigation/Breadcrumbs/__stories__/Default/index.js +0 -19
  3232. package/navigation/Breadcrumbs/__stories__/Default/package.json +0 -6
  3233. package/navigation/Breadcrumbs/index.mdx +0 -32
  3234. package/navigation/Breadcrumbs/index.test/index.js +0 -43
  3235. package/navigation/Breadcrumbs/index.test/package.json +0 -6
  3236. package/navigation/Breadcrumbs/interaction.test/index.js +0 -49
  3237. package/navigation/Breadcrumbs/interaction.test/package.json +0 -6
  3238. package/navigation/Drawer/Drawer.stories/index.js +0 -11
  3239. package/navigation/Drawer/Drawer.stories/package.json +0 -6
  3240. package/navigation/Drawer/__stories__/Auto/index.js +0 -75
  3241. package/navigation/Drawer/__stories__/Auto/package.json +0 -6
  3242. package/navigation/Drawer/__stories__/Default/index.js +0 -79
  3243. package/navigation/Drawer/__stories__/Default/package.json +0 -6
  3244. package/navigation/Drawer/__stories__/WithHook/index.js +0 -76
  3245. package/navigation/Drawer/__stories__/WithHook/package.json +0 -6
  3246. package/navigation/Drawer/index.mdx +0 -14
  3247. package/navigation/Drawer/index.test/index.js +0 -49
  3248. package/navigation/Drawer/index.test/package.json +0 -6
  3249. package/navigation/Dropdown/Dropdown.stories/index.js +0 -19
  3250. package/navigation/Dropdown/Dropdown.stories/package.json +0 -6
  3251. package/navigation/Dropdown/Dropdown.stories.playwright.json +0 -85
  3252. package/navigation/Dropdown/__stories__/AlignRight/index.js +0 -54
  3253. package/navigation/Dropdown/__stories__/AlignRight/package.json +0 -6
  3254. package/navigation/Dropdown/__stories__/ContentPosition/index.js +0 -97
  3255. package/navigation/Dropdown/__stories__/ContentPosition/package.json +0 -6
  3256. package/navigation/Dropdown/__stories__/Default/index.js +0 -40
  3257. package/navigation/Dropdown/__stories__/Default/package.json +0 -6
  3258. package/navigation/Dropdown/__stories__/Dense/index.js +0 -48
  3259. package/navigation/Dropdown/__stories__/Dense/package.json +0 -6
  3260. package/navigation/Dropdown/__stories__/Disabled/index.js +0 -42
  3261. package/navigation/Dropdown/__stories__/Disabled/package.json +0 -6
  3262. package/navigation/Dropdown/__stories__/PlacementTop/index.js +0 -58
  3263. package/navigation/Dropdown/__stories__/PlacementTop/package.json +0 -6
  3264. package/navigation/Dropdown/__stories__/ScrollableContent/index.js +0 -61
  3265. package/navigation/Dropdown/__stories__/ScrollableContent/package.json +0 -6
  3266. package/navigation/Dropdown/__stories__/Secondary/index.js +0 -28
  3267. package/navigation/Dropdown/__stories__/Secondary/package.json +0 -6
  3268. package/navigation/Dropdown/__stories__/VariantLink/index.js +0 -41
  3269. package/navigation/Dropdown/__stories__/VariantLink/package.json +0 -6
  3270. package/navigation/Dropdown/__stories__/Warning/index.js +0 -28
  3271. package/navigation/Dropdown/__stories__/Warning/package.json +0 -6
  3272. package/navigation/Dropdown/__stories__/WithIcons/index.js +0 -93
  3273. package/navigation/Dropdown/__stories__/WithIcons/package.json +0 -6
  3274. package/navigation/Dropdown/index.mdx +0 -40
  3275. package/navigation/Dropdown/index.test/index.js +0 -73
  3276. package/navigation/Dropdown/index.test/package.json +0 -6
  3277. package/navigation/Dropdown/interaction.test/index.js +0 -195
  3278. package/navigation/Dropdown/interaction.test/package.json +0 -6
  3279. package/navigation/Link/Link.stories/index.js +0 -14
  3280. package/navigation/Link/Link.stories/package.json +0 -6
  3281. package/navigation/Link/Link.stories.playwright.json +0 -65
  3282. package/navigation/Link/__snapshots__/index.spec.tsx.snap +0 -38
  3283. package/navigation/Link/__stories__/DarkBackground/index.js +0 -17
  3284. package/navigation/Link/__stories__/DarkBackground/package.json +0 -6
  3285. package/navigation/Link/__stories__/DarkBackgroundNoUnderline/index.js +0 -18
  3286. package/navigation/Link/__stories__/DarkBackgroundNoUnderline/package.json +0 -6
  3287. package/navigation/Link/__stories__/Default/index.js +0 -11
  3288. package/navigation/Link/__stories__/Default/package.json +0 -6
  3289. package/navigation/Link/__stories__/ExternalLink/index.js +0 -12
  3290. package/navigation/Link/__stories__/ExternalLink/package.json +0 -6
  3291. package/navigation/Link/__stories__/NoUnderline/index.js +0 -12
  3292. package/navigation/Link/__stories__/NoUnderline/package.json +0 -6
  3293. package/navigation/Link/__stories__/OpensInNewTab/index.js +0 -11
  3294. package/navigation/Link/__stories__/OpensInNewTab/package.json +0 -6
  3295. package/navigation/Link/__stories__/WithProvider/index.js +0 -16
  3296. package/navigation/Link/__stories__/WithProvider/package.json +0 -6
  3297. package/navigation/Link/index.mdx +0 -50
  3298. package/navigation/Link/index.spec/index.js +0 -16
  3299. package/navigation/Link/index.spec/package.json +0 -6
  3300. package/navigation/Link/index.test/index.js +0 -61
  3301. package/navigation/Link/index.test/package.json +0 -6
  3302. package/navigation/Link/interaction.test/index.js +0 -125
  3303. package/navigation/Link/interaction.test/package.json +0 -6
  3304. package/navigation/NavList/NavList.stories/index.js +0 -16
  3305. package/navigation/NavList/NavList.stories/package.json +0 -6
  3306. package/navigation/NavList/NavList.stories.playwright.json +0 -53
  3307. package/navigation/NavList/__snapshots__/index.spec.tsx.snap +0 -7
  3308. package/navigation/NavList/__stories__/Default/index.js +0 -39
  3309. package/navigation/NavList/__stories__/Default/package.json +0 -6
  3310. package/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +0 -94
  3311. package/navigation/NavList/__stories__/HorizontalWithDrawer/package.json +0 -6
  3312. package/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +0 -71
  3313. package/navigation/NavList/__stories__/HorizontalWithoutDrawer/package.json +0 -6
  3314. package/navigation/NavList/__stories__/NavLinksOneLevel.json +0 -17
  3315. package/navigation/NavList/__stories__/NavLinksWithSubmenu.json +0 -36
  3316. package/navigation/NavList/__stories__/NavListWithoutNav/index.js +0 -29
  3317. package/navigation/NavList/__stories__/NavListWithoutNav/package.json +0 -6
  3318. package/navigation/NavList/__stories__/UsingHeaderButton/index.js +0 -63
  3319. package/navigation/NavList/__stories__/UsingHeaderButton/package.json +0 -6
  3320. package/navigation/NavList/__stories__/UsingNavListAuto/index.js +0 -67
  3321. package/navigation/NavList/__stories__/UsingNavListAuto/package.json +0 -6
  3322. package/navigation/NavList/__stories__/Vertical/index.js +0 -41
  3323. package/navigation/NavList/__stories__/Vertical/package.json +0 -6
  3324. package/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +0 -74
  3325. package/navigation/NavList/__stories__/VerticalWithoutDrawer/package.json +0 -6
  3326. package/navigation/NavList/index.mdx +0 -60
  3327. package/navigation/NavList/index.spec/index.js +0 -6
  3328. package/navigation/NavList/index.spec/package.json +0 -6
  3329. package/navigation/NavList/index.test/index.js +0 -64
  3330. package/navigation/NavList/index.test/package.json +0 -6
  3331. package/navigation/Pagination/Pagination.stories/index.js +0 -15
  3332. package/navigation/Pagination/Pagination.stories/package.json +0 -6
  3333. package/navigation/Pagination/Pagination.stories.playwright.json +0 -27
  3334. package/navigation/Pagination/__stories__/Auto/index.js +0 -46
  3335. package/navigation/Pagination/__stories__/Auto/package.json +0 -6
  3336. package/navigation/Pagination/__stories__/Default/index.js +0 -63
  3337. package/navigation/Pagination/__stories__/Default/package.json +0 -6
  3338. package/navigation/Pagination/__stories__/PaginationSmall/index.js +0 -32
  3339. package/navigation/Pagination/__stories__/PaginationSmall/package.json +0 -6
  3340. package/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +0 -42
  3341. package/navigation/Pagination/__stories__/PaginationWithSmallFont/package.json +0 -6
  3342. package/navigation/Pagination/__stories__/WithHook/index.js +0 -53
  3343. package/navigation/Pagination/__stories__/WithHook/package.json +0 -6
  3344. package/navigation/Pagination/__stories__/WithInactiveValues/index.js +0 -65
  3345. package/navigation/Pagination/__stories__/WithInactiveValues/package.json +0 -6
  3346. package/navigation/Pagination/__stories__/WithResultsPerPage/index.js +0 -38
  3347. package/navigation/Pagination/__stories__/WithResultsPerPage/package.json +0 -6
  3348. package/navigation/Pagination/index.mdx +0 -48
  3349. package/navigation/Pagination/index.test/index.js +0 -61
  3350. package/navigation/Pagination/index.test/package.json +0 -6
  3351. package/navigation/Pagination/interaction.test/index.js +0 -46
  3352. package/navigation/Pagination/interaction.test/package.json +0 -6
  3353. package/navigation/SkipLink/SkipLink.stories/index.js +0 -8
  3354. package/navigation/SkipLink/SkipLink.stories/package.json +0 -6
  3355. package/navigation/SkipLink/__stories__/Default/index.js +0 -9
  3356. package/navigation/SkipLink/__stories__/Default/package.json +0 -6
  3357. package/navigation/SkipLink/index.test/index.js +0 -43
  3358. package/navigation/SkipLink/index.test/package.json +0 -6
  3359. package/navigation/Tabs/Tabs.stories/index.js +0 -12
  3360. package/navigation/Tabs/Tabs.stories/package.json +0 -6
  3361. package/navigation/Tabs/Tabs.stories.playwright.json +0 -27
  3362. package/navigation/Tabs/__stories__/Auto/index.js +0 -31
  3363. package/navigation/Tabs/__stories__/Auto/package.json +0 -6
  3364. package/navigation/Tabs/__stories__/Default/index.js +0 -42
  3365. package/navigation/Tabs/__stories__/Default/package.json +0 -6
  3366. package/navigation/Tabs/__stories__/Dense/index.js +0 -29
  3367. package/navigation/Tabs/__stories__/Dense/package.json +0 -6
  3368. package/navigation/Tabs/index.mdx +0 -31
  3369. package/navigation/Tabs/index.test/index.js +0 -49
  3370. package/navigation/Tabs/index.test/package.json +0 -6
  3371. package/navigation/Tabs/interaction.test/index.js +0 -46
  3372. package/navigation/Tabs/interaction.test/package.json +0 -6
  3373. package/registry.d.ts +0 -307
  3374. package/src/api/APIErrors.tsx +0 -44
  3375. package/src/api/APIProvider.tsx +0 -27
  3376. package/src/api/fetchAPI.ts +0 -45
  3377. package/src/api/index.spec.tsx +0 -419
  3378. package/src/api/index.tsx +0 -16
  3379. package/src/api/introduction.md +0 -6
  3380. package/src/api/useResource.tsx +0 -96
  3381. package/src/api/useResourceAction.tsx +0 -80
  3382. package/src/api/useResourceQuery.tsx +0 -177
  3383. package/src/api/utils.tsx +0 -157
  3384. package/src/app/Footer/Footer.stories.js +0 -18
  3385. package/src/app/Footer/Footer.stories.playwright.json +0 -27
  3386. package/src/app/Footer/index.mdx +0 -63
  3387. package/src/app/Header/Header.stories.js +0 -20
  3388. package/src/app/Header/Header.stories.playwright.json +0 -49
  3389. package/src/app/Header/index.mdx +0 -49
  3390. package/src/app/Masthead/Masthead.stories.playwright.json +0 -21
  3391. package/src/app/Masthead/index.mdx +0 -23
  3392. package/src/app/Modal/Modal.stories.playwright.json +0 -53
  3393. package/src/app/Modal/index.mdx +0 -40
  3394. package/src/app/NotFound/index.mdx +0 -18
  3395. package/src/app/Panel/index.mdx +0 -21
  3396. package/src/app/PhaseBannerHeader/index.mdx +0 -20
  3397. package/src/app/QrCodeViewer/index.mdx +0 -30
  3398. package/src/content/Accordion/Accordion.stories.js +0 -14
  3399. package/src/content/Accordion/Accordion.stories.playwright.json +0 -21
  3400. package/src/content/Accordion/index.mdx +0 -45
  3401. package/src/content/Blockquote/index.mdx +0 -24
  3402. package/src/content/Card/Card.stories.js +0 -21
  3403. package/src/content/Card/Card.stories.playwright.json +0 -21
  3404. package/src/content/Card/index.mdx +0 -103
  3405. package/src/content/Chip/index.mdx +0 -53
  3406. package/src/content/Details/Details.stories.playwright.json +0 -21
  3407. package/src/content/Details/index.mdx +0 -27
  3408. package/src/content/List/List.stories.js +0 -15
  3409. package/src/content/List/index.mdx +0 -40
  3410. package/src/content/StepNav/StepNav.stories.playwright.json +0 -33
  3411. package/src/content/StepNav/index.mdx +0 -53
  3412. package/src/content/SummaryList/SummaryList.stories.playwright.json +0 -27
  3413. package/src/content/SummaryList/index.mdx +0 -51
  3414. package/src/content/Table/Table.stories.js +0 -27
  3415. package/src/content/Table/Table.stories.playwright.json +0 -37
  3416. package/src/content/Table/__stories__/Densed.tsx +0 -129
  3417. package/src/content/Table/index.mdx +0 -111
  3418. package/src/content/TaskList/index.mdx +0 -30
  3419. package/src/content/Timeline/index.mdx +0 -33
  3420. package/src/feedback/CopyToClipboard/CopyToClipboard.stories.js +0 -9
  3421. package/src/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +0 -53
  3422. package/src/feedback/CopyToClipboard/index.mdx +0 -28
  3423. package/src/feedback/ErrorSummary/ErrorSummary.stories.js +0 -15
  3424. package/src/feedback/ErrorSummary/ErrorSummary.stories.playwright.json +0 -27
  3425. package/src/feedback/ErrorSummary/index.mdx +0 -54
  3426. package/src/feedback/NotificationBanner/NotificationBanner.stories.playwright.json +0 -49
  3427. package/src/feedback/NotificationBanner/index.mdx +0 -47
  3428. package/src/feedback/PhaseBanner/PhaseBanner.stories.js +0 -11
  3429. package/src/feedback/PhaseBanner/PhaseBanner.stories.playwright.json +0 -21
  3430. package/src/feedback/PhaseBanner/index.mdx +0 -37
  3431. package/src/feedback/WarningText/index.mdx +0 -25
  3432. package/src/form/AutoComplete/AutoComplete.stories.js +0 -16
  3433. package/src/form/AutoComplete/AutoComplete.stories.playwright.json +0 -33
  3434. package/src/form/AutoComplete/index.mdx +0 -70
  3435. package/src/form/Button/Button.stories.playwright.json +0 -109
  3436. package/src/form/Button/index.mdx +0 -111
  3437. package/src/form/Checkbox/Checkbox.stories.js +0 -19
  3438. package/src/form/Checkbox/Checkbox.stories.playwright.json +0 -55
  3439. package/src/form/Checkbox/index.mdx +0 -83
  3440. package/src/form/DateInputContainer/DateInputContainer.stories.js +0 -14
  3441. package/src/form/DateInputContainer/DateInputContainer.stories.playwright.json +0 -61
  3442. package/src/form/DateInputContainer/index.mdx +0 -46
  3443. package/src/form/ErrorMessage/ErrorMessage.stories.js +0 -12
  3444. package/src/form/ErrorMessage/index.mdx +0 -23
  3445. package/src/form/FileUpload/index.mdx +0 -30
  3446. package/src/form/RadioContainer/RadioContainer.stories.js +0 -19
  3447. package/src/form/RadioContainer/RadioContainer.stories.playwright.json +0 -49
  3448. package/src/form/RadioContainer/index.mdx +0 -84
  3449. package/src/form/SelectContainer/SelectContainer.stories.js +0 -13
  3450. package/src/form/SelectContainer/SelectContainer.stories.playwright.json +0 -21
  3451. package/src/form/SelectContainer/index.mdx +0 -50
  3452. package/src/form/SingleCharacterInputs/SingleCharacterInput.stories.js +0 -13
  3453. package/src/form/SingleCharacterInputs/index.mdx +0 -30
  3454. package/src/form/TextArea/TextArea.stories.js +0 -17
  3455. package/src/form/TextArea/TextArea.stories.playwright.json +0 -59
  3456. package/src/form/TextArea/index.mdx +0 -74
  3457. package/src/form/TextInput/TextInput.stories.js +0 -19
  3458. package/src/form/TextInput/TextInput.stories.playwright.json +0 -43
  3459. package/src/form/TextInput/index.mdx +0 -90
  3460. package/src/govgr/Footer/index.mdx +0 -101
  3461. package/src/layouts/Basic/Bottom/index.mdx +0 -22
  3462. package/src/layouts/Basic/Container/index.mdx +0 -23
  3463. package/src/layouts/Basic/Main/index.mdx +0 -21
  3464. package/src/layouts/Basic/Masthead/index.tsx +0 -5
  3465. package/src/layouts/Basic/Top/index.mdx +0 -23
  3466. package/src/layouts/Basic/index.mdx +0 -42
  3467. package/src/layouts/Grid/index.mdx +0 -39
  3468. package/src/navigation/BackLink/BackLink.stories.playwright.json +0 -21
  3469. package/src/navigation/BackLink/index.mdx +0 -23
  3470. package/src/navigation/Breadcrumbs/Breadcrumbs.stories.playwright.json +0 -33
  3471. package/src/navigation/Breadcrumbs/index.mdx +0 -32
  3472. package/src/navigation/Drawer/index.mdx +0 -14
  3473. package/src/navigation/Dropdown/Dropdown.stories.playwright.json +0 -85
  3474. package/src/navigation/Dropdown/index.mdx +0 -40
  3475. package/src/navigation/Link/Link.stories.playwright.json +0 -65
  3476. package/src/navigation/Link/index.mdx +0 -50
  3477. package/src/navigation/NavList/NavList.stories.playwright.json +0 -53
  3478. package/src/navigation/NavList/__stories__/NavLinksOneLevel.json +0 -17
  3479. package/src/navigation/NavList/__stories__/NavLinksWithSubmenu.json +0 -36
  3480. package/src/navigation/NavList/index.mdx +0 -60
  3481. package/src/navigation/Pagination/Pagination.stories.playwright.json +0 -27
  3482. package/src/navigation/Pagination/index.mdx +0 -48
  3483. package/src/navigation/Tabs/Tabs.stories.playwright.json +0 -27
  3484. package/src/navigation/Tabs/index.mdx +0 -31
  3485. package/src/test-utils/delay.ts +0 -9
  3486. package/src/typography/Heading/index.mdx +0 -18
  3487. package/src/typography/HeadingCaption/index.mdx +0 -20
  3488. package/src/typography/Hint/index.mdx +0 -26
  3489. package/src/typography/NormalText/index.mdx +0 -44
  3490. package/src/typography/Paragraph/index.mdx +0 -32
  3491. package/src/typography/Typography/index.mdx +0 -12
  3492. package/src/utils/Base/index.mdx +0 -13
  3493. package/src/utils/SvgIcon/index.tsx +0 -5
  3494. package/src/utils/VisuallyHidden/index.mdx +0 -24
  3495. package/test-utils/delay/index.js +0 -27
  3496. package/test-utils/delay/package.json +0 -6
  3497. package/test-utils/delay.d.ts +0 -2
  3498. package/typography/Heading/Heading.stories/index.js +0 -7
  3499. package/typography/Heading/Heading.stories/package.json +0 -6
  3500. package/typography/Heading/__stories__/Default/index.js +0 -23
  3501. package/typography/Heading/__stories__/Default/package.json +0 -6
  3502. package/typography/Heading/index.mdx +0 -18
  3503. package/typography/Heading/index.test/index.js +0 -43
  3504. package/typography/Heading/index.test/package.json +0 -6
  3505. package/typography/HeadingCaption/HeadingCaption.stories/index.js +0 -8
  3506. package/typography/HeadingCaption/HeadingCaption.stories/package.json +0 -6
  3507. package/typography/HeadingCaption/__stories__/Default/index.js +0 -28
  3508. package/typography/HeadingCaption/__stories__/Default/package.json +0 -6
  3509. package/typography/HeadingCaption/__stories__/NestedToTitle/index.js +0 -13
  3510. package/typography/HeadingCaption/__stories__/NestedToTitle/package.json +0 -6
  3511. package/typography/HeadingCaption/index.mdx +0 -20
  3512. package/typography/HeadingCaption/index.test/index.js +0 -46
  3513. package/typography/HeadingCaption/index.test/package.json +0 -6
  3514. package/typography/Hint/Hint.stories/index.js +0 -8
  3515. package/typography/Hint/Hint.stories/package.json +0 -6
  3516. package/typography/Hint/__stories__/Default/index.js +0 -7
  3517. package/typography/Hint/__stories__/Default/package.json +0 -6
  3518. package/typography/Hint/__stories__/FontSizes/index.js +0 -16
  3519. package/typography/Hint/__stories__/FontSizes/package.json +0 -6
  3520. package/typography/Hint/index.mdx +0 -26
  3521. package/typography/Hint/index.test/index.js +0 -46
  3522. package/typography/Hint/index.test/package.json +0 -6
  3523. package/typography/NormalText/NormalText.stories/index.js +0 -10
  3524. package/typography/NormalText/NormalText.stories/package.json +0 -6
  3525. package/typography/NormalText/__stories__/Default/index.js +0 -7
  3526. package/typography/NormalText/__stories__/Default/package.json +0 -6
  3527. package/typography/NormalText/__stories__/FontSizes/index.js +0 -46
  3528. package/typography/NormalText/__stories__/FontSizes/package.json +0 -6
  3529. package/typography/NormalText/__stories__/FontWeight/index.js +0 -16
  3530. package/typography/NormalText/__stories__/FontWeight/package.json +0 -6
  3531. package/typography/NormalText/__stories__/Variants/index.js +0 -16
  3532. package/typography/NormalText/__stories__/Variants/package.json +0 -6
  3533. package/typography/NormalText/index.mdx +0 -44
  3534. package/typography/NormalText/index.test/index.js +0 -52
  3535. package/typography/NormalText/index.test/package.json +0 -6
  3536. package/typography/Paragraph/Paragraph.stories/index.js +0 -11
  3537. package/typography/Paragraph/Paragraph.stories/package.json +0 -6
  3538. package/typography/Paragraph/__stories__/Default/index.js +0 -7
  3539. package/typography/Paragraph/__stories__/Default/package.json +0 -6
  3540. package/typography/Paragraph/__stories__/FontSizes/index.js +0 -27
  3541. package/typography/Paragraph/__stories__/FontSizes/package.json +0 -6
  3542. package/typography/Paragraph/__stories__/FontWeight/index.js +0 -12
  3543. package/typography/Paragraph/__stories__/FontWeight/package.json +0 -6
  3544. package/typography/Paragraph/__stories__/LeadVariant/index.js +0 -9
  3545. package/typography/Paragraph/__stories__/LeadVariant/package.json +0 -6
  3546. package/typography/Paragraph/__stories__/SmallVariant/index.js +0 -9
  3547. package/typography/Paragraph/__stories__/SmallVariant/package.json +0 -6
  3548. package/typography/Paragraph/index.mdx +0 -32
  3549. package/typography/Paragraph/index.test/index.js +0 -55
  3550. package/typography/Paragraph/index.test/package.json +0 -6
  3551. package/typography/Typography/index.mdx +0 -12
  3552. package/utils/Base/index.mdx +0 -13
  3553. package/utils/SvgIcon/index.d.ts +0 -4
  3554. package/utils/SvgIcon/index.js +0 -4
  3555. package/utils/SvgIcon/package.json +0 -6
  3556. package/utils/VisuallyHidden/VisuallyHidden.stories/index.js +0 -7
  3557. package/utils/VisuallyHidden/VisuallyHidden.stories/package.json +0 -6
  3558. package/utils/VisuallyHidden/__stories__/Default/index.js +0 -13
  3559. package/utils/VisuallyHidden/__stories__/Default/package.json +0 -6
  3560. package/utils/VisuallyHidden/index.mdx +0 -24
  3561. package/utils/VisuallyHidden/index.test/index.js +0 -43
  3562. package/utils/VisuallyHidden/index.test/package.json +0 -6
@@ -1,25 +0,0 @@
1
- import * as React from 'react';
2
- import { mount } from 'enzyme';
3
- import Header, { HeaderTitle, HeaderSection, HeaderLogo } from '@digigov/ui/app/Header';
4
- /* babel-plugin-inline-import '../../govgr/GovGRLogo/govgr-logo.svg' */
5
- var logo = "data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MDIuMDIgMTUwLjYxIiB2aWV3Qm94PSIwIDAgNTAyLjAyIDE1MC42MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjE1IDM3LjgydjQzLjkxYzAgMjIuOTktMTEuMTcgMzIuOTYtMjguNjkgMzIuOTYtMTAuNTEgMC0xOS43MS01LjY5LTI0LjItMTVsMTAuNTEtNC44MmMyLjUyIDUuMDQgOC4xIDguMzIgMTMuNjkgOC4zMiA5Ljg1IDAgMTUuOTktNS42OSAxNS45OS0yMC4yNnYtLjc3Yy0zLjYxIDUuMjYtMTAuNzMgNy44OC0xNi45NyA3Ljg4LTEzLjQ3IDAtMjUuMTgtMTAuNC0yNS4xOC0yNi43MiAwLTE2LjQyIDExLjYxLTI2LjYxIDI1LjA3LTI2LjYxIDYuNTcgMCAxMy40NyAyLjUyIDE3LjA4IDcuNzd2LTYuNjhoMTIuN3ptLTEyLjkyIDI1LjQxYzAtOC45OC03LjQ1LTE0LjY3LTE0Ljc4LTE0LjY3LTcuODggMC0xNC4zNCA2LjEzLTE0LjM0IDE0LjY3czYuNDYgMTQuODkgMTQuMzQgMTQuODljNy43NyAwIDE0Ljc4LTUuOTEgMTQuNzgtMTQuODl6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0ibTIyMy4xIDYzLjIzYzAtMTYuMjEgMTIuNTktMjYuNSAyNy4xNS0yNi41czI3LjI2IDEwLjI5IDI3LjI2IDI2LjUtMTIuNyAyNi44My0yNy4yNiAyNi44M2MtMTQuNTUtLjAxLTI3LjE1LTEwLjYzLTI3LjE1LTI2Ljgzem00MS42MSAwYzAtOC43Ni02LjU3LTE0LjY3LTE0LjQ1LTE0LjY3cy0xNC4zNCA1LjkxLTE0LjM0IDE0LjY3YzAgOC45OCA2LjQ2IDE1IDE0LjM0IDE1czE0LjQ1LTYuMDIgMTQuNDUtMTV6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0ibTMzMi4xNiAzNy44Mi0yMS41NyA1MS4xM2gtMTEuNjFsLTIxLjM1LTUxLjEzaDEzLjY5bDEzLjU4IDM1LjA0IDEzLjQ3LTM1LjA0eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Im0zODcuMjQgMzcuODJ2NDMuOTFjMCAyMi45OS0xMS4xNyAzMi45Ni0yOC42OSAzMi45Ni0xMC41MSAwLTE5LjcxLTUuNjktMjQuMi0xNWwxMC41MS00LjgyYzIuNTIgNS4wNCA4LjEgOC4zMiAxMy42OSA4LjMyIDkuODUgMCAxNS45OS01LjY5IDE1Ljk5LTIwLjI2di0uNzdjLTMuNjEgNS4yNi0xMC43MyA3Ljg4LTE2Ljk3IDcuODgtMTMuNDcgMC0yNS4xOC0xMC40LTI1LjE4LTI2LjcyIDAtMTYuNDIgMTEuNjEtMjYuNjEgMjUuMDctMjYuNjEgNi41NyAwIDEzLjQ3IDIuNTIgMTcuMDggNy43N3YtNi42OGgxMi43em0tMTIuOTIgMjUuNDFjMC04Ljk4LTcuNDUtMTQuNjctMTQuNzgtMTQuNjctNy44OCAwLTE0LjM0IDYuMTMtMTQuMzQgMTQuNjdzNi40NiAxNC44OSAxNC4zNCAxNC44OWM3Ljc3IDAgMTQuNzgtNS45MSAxNC43OC0xNC44OXoiIGZpbGw9IiMwMGFlZWYiLz48cGF0aCBkPSJtNDM0LjIxIDM4LjQ4LTIuNTIgMTIuMDRjLTIuOTYtMS41My01LjU4LTEuODYtNy40NS0xLjg2LTguMzIgMC0xMi45MiA4LjEtMTIuOTIgMjIuNDV2MTcuODVoLTEyLjgxdi01MS4xNGgxMi43djEwLjk1YzIuNzQtOC41NCA4LjMyLTEyLjA0IDE0LjY3LTEyLjA0IDMuMDggMCA2LjM2LjY2IDguMzMgMS43NXoiIGZpbGw9IiMwMGFlZWYiLz48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJtNDQ1LjM4IDgzLjU4YzAgMi42Ni0xLjg5IDUuMzgtNS44MSA1LjM4aC03Ljkzdi0xOC45aDcuMzVjMy4yOSAwIDUuMzggMS45OCA1LjM4IDQuODUgMCAxLjQ4LS41NSAzLjI2LTIuNDcgMy45NSAyLjMuNDcgMy40OCAyLjY0IDMuNDggNC43MnptLTEwLjQtMTAuNTN2NC42NGgzLjg3YzEuNCAwIDIuMTctLjkzIDIuMTctMi4zIDAtMS4zMi0uNzEtMi4zMy0yLjE3LTIuMzNoLTMuODd6bTcuMDIgMTAuMmMwLTEuMzQtLjg4LTIuNzQtMi44OC0yLjc0aC00LjE0djUuNDZoNC4wNmMxLjk1IDAgMi45Ni0xLjI5IDIuOTYtMi43MnoiLz48cGF0aCBkPSJtNDYwLjM4IDg1Ljk3djIuOTloLTExLjg4di0xOC45aDExLjZ2Mi45OWgtOC4yOHY1LjFoNy4yNHYzLjA1aC03LjI0djQuNzd6Ii8+PHBhdGggZD0ibTQ3NS45IDczLjA1aC01LjR2MTUuOTFoLTMuMzV2LTE1LjkxaC01LjR2LTIuOTloMTQuMTV6Ii8+PHBhdGggZD0ibTQ4Ni44NyA4NC4zMmgtNy40MWwtMS42NSA0LjYzaC0zLjU3bDcuMS0xOC45aDMuNjJsNy4wOCAxOC45aC0zLjU0em0tMS4wMi0yLjkxLTIuNjktNy42Mi0yLjY5IDcuNjJ6Ii8+PHBhdGggZD0ibTExNi45NSA1Ni4yMmMuMTIgMCAuMjItLjAyLjMzLS4wNS4yLS4wNS4zOC0uMTIuNTEtLjI1LjItLjIuMzUtLjUuMzUtLjhzLS4xNS0uNi0uMzUtLjgtLjQ5LS4zNS0uODQtLjM1Yy0uMyAwLS42LjE1LS44LjM1cy0uMzUuNS0uMzUuOC4xNS42LjM1LjhjLjEzLjEyLjI5LjIuNDcuMjQuMTEuMDQuMjIuMDYuMzMuMDZ6bS0yNS4xMyA3MS4xMmMtLjMgMC0uNTQuMS0uNzQuMy0uMTUuMi0uMy40NS0uMy42OSAwIC4zLjE1LjU1LjMuNzUuMTMuMS4yOS4xNi40Ni4yLjA5LjAzLjE5LjA1LjI5LjA1LjExIDAgLjIyLS4wMi4zMi0uMDUuMDgtLjAzLjE1LS4wNy4yMi0uMTEuMDEgMCAuMDItLjAxLjAyLS4wMS4wNi0uMDQuMTItLjA3LjE4LS4xMy4yLS4xNS4zLS4zOS4zLS42OSAwLS4yNS0uMS0uNS0uMy0uNjktLjItLjIxLS40NS0uMzEtLjc1LS4zMXptMzIuMzktMjEuNDFjLS4wNi0uMDItLjEzLS4wMy0uMTktLjA0LS4wMiAwLS4zMy4wMS0uNDMuMDUtLjE4LjA0LS4zNS4xMi0uNDguMjQtLjIuMi0uMzUuNS0uMzUuOCAwIC4yOS4xNS41OS4zNS43OXMuNDkuMzUuNzkuMzVjLjM1IDAgLjY1LS4xNS44NS0uMzVzLjM1LS41LjM1LS43OWMwLS4zLS4xNS0uNi0uMzUtLjgtLjE0LS4xNC0uMzMtLjIxLS41NC0uMjV6bS02NS45MSAyMi43YzAtLjMtLjE1LS42LS4zNS0uOHMtLjUtLjMtLjgtLjMtLjYuMS0uOC4zLS4zNS41LS4zNS44LjE1LjYuMzUuNzljLjIuMi41LjM1LjguMzVzLjYtLjE1LjgtLjM1Yy4yLS4xOS4zNS0uNDkuMzUtLjc5em03MS42MS01My41OWgtLjA1Yy0uMjkgMC0uNTkuMTUtLjguMzUtLjE5LjItLjM1LjQ5LS4zNS43OXMuMTYuNi4zNS44Yy4yLjIuNS4zNS44LjM1aC4wNWMuMyAwIC42LS4xNS44LS4zNXMuMzUtLjQ5LjM1LS44YzAtLjMtLjE1LS42LS4zNS0uNzktLjItLjItLjUtLjMtLjgtLjM1em0tMzEuNjgtNDYuMjRjLS43Ni0uMjUtMS41MS0uNTQtMi4yNi0uODMtLjA0LS4wNC0uMDgtLjEtLjEyLS4xNi0uMTUtLjY0LS4zNS0xLjI5LS42LTEuOTQtLjI1LS42OS0uNTQtMS4zOS0uOTQtMi4wOC0uMS0uMi0uNC0uMjUtLjYtLjE1cy0uMy40LS4xNS42Yy4zNS42NS42NSAxLjI5LjkgMS45NC4xNS40NC4yOC45LjM4IDEuMzUtLjk2LS40LTEuOTItLjgyLTIuODktMS4yOC0uMDktLjU1LS4xNS0xLjExLS4zMy0xLjY2LS4xNS0uNi0uNC0xLjE5LS44LTEuNzktLjE1LS4yLS40NC0uMjUtLjY0LS4xcy0uMi40NS0uMS42NWMuMzUuNDUuNTUuOTQuNyAxLjQ5LjA5LjMyLjE1LjY0LjIxLjk2LS4yMi0uMS0uNDQtLjItLjY1LS4zMS0uODYtLjQzLTEuNzItLjg5LTIuNTgtMS4zNiAwLS4yOS4wNS0uNDguMDUtLjczLjEtLjUuMi0uOTQtLjItMS41OS0uMS0uMi0uMzUtLjI1LS42LS4xNS0uMi4xNS0uMjUuNC0uMTUuNTkuMjQuNC4xNS42NS4xLjk5LS4wMi4xMy0uMDQuMjctLjA1LjQxLTEuNDUtLjgxLTIuOTEtMS42Ni00LjQxLTIuNTQtLjItLjEtLjUtLjA1LS42LjE1LS4xNS4yLS4wNS40OS4xNS41OSAxLjM2LjgzIDIuNyAxLjYyIDQuMDMgMi4zNy0uMDUuMDItLjEuMDUtLjE2LjA3LS40NS4yNS0uODQuNDUtMS40OS40NS0uMjUgMC0uNDUuMjUtLjQ1LjQ0IDAgLjI1LjIuNDUuNDUuNDUuODUtLjA1IDEuMzQtLjI0IDEuODktLjU0LjIzLS4xLjQ3LS4yMS43My0uMzMuOTcuNTMgMS45NCAxLjA0IDIuODkgMS41Mi4xNC4wOC4yOS4xNC40My4yLS41NC4yLTEuMTIuMzItMS43Mi40NS0uMi4wNS0uNC4xLS42NS4xNS0uMi4wNS0uMzUuMjQtLjMuNDlzLjI1LjQuNDkuMzVsLjYtLjE1Yy45MS0uMTcgMS43Ny0uMzYgMi42LS44Ljc3LjM2IDEuNTQuNzEgMi4zMiAxLjA0LS4xMS4wMy0uMjQuMDctLjM1LjEtLjY0LjItMS4yNC4zLTEuODguNC0uMjUuMDUtLjQuMjUtLjQuNS4wNS4yNS4zLjQuNS40LjY5LS4xIDEuMzQtLjI1IDEuOTgtLjQ1LjQ2LS4xLjkzLS4yNSAxLjQxLS40My45OC40IDEuOTYuNzggMi45NiAxLjEzLjI1LjEuNS0uMDUuNTQtLjI1LjExLS4yNi0uMDQtLjUxLS4yNC0uNjF6bS03Mi4zNCA3OC41M2MtLjEtLjAzLS4yMS0uMDYtLjMyLS4wNnMtLjIyLjAyLS4zMi4wNmMtLjE4LjA1LS4zNS4xMi0uNDcuMjQtLjI1LjItLjM1LjUtLjM1LjhzLjEuNi4zNS44Yy4yLjIuNDkuMzUuNzkuMzVzLjYtLjE1LjgtLjM1Yy4yNS0uMi4zNS0uNS4zNS0uOHMtLjEtLjYtLjM1LS44Yy0uMTMtLjEyLS4zLS4xOS0uNDgtLjI0em04OS41NC02My4zYy4wMS0uMTMuMDQtLjI3LjA4LS40My4wNS0uMi4xLS4zNS4xNS0uNTUuMTUtLjk0LjI1LTEuOTQuMjUtMi45OCAwLS4yNS0uMi0uNDQtLjQ1LS40NHMtLjQ0LjItLjQ0LjQ0YzAgLjk4LS4xIDEuOTEtLjI1IDIuNzktLjM5LS42OC0uOC0xLjM1LTEuMjEtMi4wMS4wMy0uMDcuMTEtLjUzLjE3LS42OC4xNS0uODQuMi0xLjc5LjE1LTIuNzggMC0uMi0uMi0uNC0uNDQtLjQtLjI1IDAtLjQ1LjI1LS40LjQ1LjA0LjgxLS4wMyAxLjYzLS4xNiAyLjMzLS40Ny0uNzItLjk2LTEuNDMtMS40Ni0yLjE1LjE1LS40NS4yNC0uOTUuMjktMS40Ny4wNS0uNi4xLTEuMjQuMDUtMS44MyAwLS4yNS0uMi0uNDUtLjQ0LS40NS0uMjUgMC0uNC4yLS40LjQ1IDAgLjYgMCAxLjE5LS4xIDEuNzQtLjAyLjItLjA1LjM5LS4wOC41OC0uMy0uNDItLjYyLS44NC0uOTYtMS4yOC0uNS0uNjktMS4wNC0xLjM0LTEuNTktMS45OC0uMTUtLjItLjQ1LS4yLS42NS0uMDUtLjE1LjE1LS4yLjQtLjA1LjYuNTQuNjQgMS4xIDEuMzQgMS41OSAxLjk5LjI5LjM3LjU3Ljc2Ljg2IDEuMTQtLjYxLS4xMi0xLjIxLS4yOS0xLjc1LS43OS0uMi0uMTUtLjQ1LS4xNS0uNjUuMDUtLjE1LjE1LS4xNS40NS4wNS42Ljg5LjggMS43OS45NSAyLjczIDEuMTUuMTEgMCAuMjUuMDIuMzkuMDYuNTYuOCAxLjEgMS42MSAxLjYyIDIuNDItLjI0LS4wMy0uNDctLjA4LS42Ni0uMTUtLjUtLjEtLjktLjMtMS4zNC0uNDUtLjItLjE1LS40NS0uMDUtLjU1LjItLjE1LjItLjA1LjQ5LjIuNi40NC4yLjk0LjQgMS40NC41NS40Ny4wOS45NS4xNiAxLjQ2LjE2LjQ0LjcxLjg3IDEuNDMgMS4yOCAyLjE1LS4yNi0uMDUtLjUxLS4xMi0uNzUtLjIyLS41NC0uMTUtMS4xLS40LTEuNTktLjY5LS4yNS0uMS0uNDktLjA1LS42LjItLjE1LjItLjA1LjQ1LjE1LjYuNi4yOSAxLjE0LjU0IDEuNzQuNzQuNTEuMTcgMS4wMy4yNiAxLjU3LjMxLjc1IDEuMzggMS40NyAyLjc2IDIuMTEgNC4xNi4xLjIuMzUuMy41NS4yLjI1LS4xLjM1LS4zNS4yNS0uNi0uNjktMS40Ny0xLjM5LTIuODgtMi4xNi00LjI4em0tMTMuNTctMTYuNjJjLjM1IDAgLjY1LS4xLjg0LS4zLjItLjIuMzUtLjUuMzUtLjggMC0uMzUtLjE1LS42LS4zNS0uOHMtLjQ5LS4zNS0uODQtLjM1Yy0uMyAwLS42LjE1LS44LjM1cy0uMzUuNDQtLjM1LjhjMCAuMy4xNS42LjM1LjhzLjUuMy44LjN6bTE5LjE0IDIyLjhjLjEuMDMuMjEuMDUuMzIuMDUuMTIgMCAuMjMtLjAyLjMzLS4wNS4yLS4wNS4zOC0uMTIuNTEtLjI1LjItLjE5LjM1LS40OS4zNS0uNzlzLS4xNS0uNi0uMzUtLjgtLjUtLjM1LS44NS0uMzVjLS4yOSAwLS42LjE1LS44LjM1cy0uMzUuNDktLjM1LjhjMCAuMy4xNS42LjM1Ljc5LjE0LjEzLjMxLjIuNDkuMjV6bS03Ni41Ni0yMC4wMWMuMzUgMCAuNi0uMS44NS0uMy4xMy0uMTMuMi0uMzEuMjUtLjUxLjAyLS4wOS4wNS0uMTkuMDUtLjI5IDAtLjM1LS4xLS42LS4zNS0uNzktLjItLjItLjQ1LS4zNS0uOC0uMzUtLjMgMC0uNi4xNS0uNzkuMzUtLjIuMTktLjM1LjQ0LS4zNS43OSAwIC4zLjE1LjYuMzUuNzkuMi4yLjQ5LjMxLjc5LjMxem0tMjcuNDEgNDkuMTFjLjMgMCAuNTktLjE1Ljc5LS4zNWwtLjAyLS4wM2MuMi0uMi4zMi0uNDcuMzItLjc3aC4wNWMwLS4yOS0uMS0uNi0uMzUtLjgtLjEyLS4xMi0uMjktLjItLjQ3LS4yNC0uMS0uMDMtLjIxLS4wNS0uMzItLjA1LS4xMiAwLS4yMi4wMi0uMzIuMDUtLjE4LjA0LS4zNS4xMi0uNDguMjQtLjI1LjItLjM1LjUtLjM1LjhzLjEuNi4zNS44Yy4yLjIxLjUuMzUuOC4zNXptOC4wNC0yNy4wNmMuMyAwIC41NC0uMS43NS0uMy4xNS0uMi4zLS40NC4zLS42OSAwLS4zLS4xNS0uNTQtLjMtLjc0LS4yLS4xNS0uNDUtLjMtLjc1LS4zLS4yOSAwLS41NC4xNS0uNzQuMy0uMi4yLS4zLjQ1LS4zLjc0IDAgLjI1LjEuNDkuMy42OS4xOS4yLjQ1LjMuNzQuM3ptMjEuMzYtMTUuN2MuMTEgMCAuMjEtLjAyLjMxLS4wNS4xOS0uMDQuMzctLjExLjUzLS4yNC4xMy0uMTMuMi0uMzEuMjQtLjUuMDMtLjA5LjA1LS4xOS4wNS0uMjkgMC0uMy0uMS0uNi0uMzUtLjgtLjItLjItLjQ1LS4zNS0uOC0uMzUtLjMgMC0uNi4xNS0uOC4zNXMtLjM1LjUtLjM1LjguMTUuNi4zNS44Yy4xMy4xMy4yOS4yLjQ4LjI0LjEyLjAyLjIzLjA0LjM0LjA0em0xLjYzIDg0LjU5LTIuNTctNC4wN2MtLjE1LS4yNS0uNC0uMy0uNi0uMTUtLjIuMS0uMy40LS4xNS42bDEuODMgMi45NmMtLjg4LS40LTEuNzYtLjgtMi42My0xLjIxLS4zNC0uNjItLjc3LTEuMjgtMS4xOS0xLjktLjQ1LS42OS0uODUtMS4zOS0xLjE5LTIuMDMtLjE1LS4yLS40LS4zLS42LS4yLS4yNS4xNS0uMy40LS4yLjZ2LjA1bC4wMi0uMDFjLjM0LjY4Ljc4IDEuMzYgMS4yMiAyLjA0LjE3LjI2LjM0LjUyLjUuNzctLjkyLS40NS0xLjgzLS45Mi0yLjc0LTEuMzktLjI5LS40NC0uNjQtLjk0LTEuMDgtMS42Mi0uNC0uNTQtLjc1LTEuMTQtMS4wOS0xLjU4LS4xLS4yNS0uNC0uMy0uNi0uMTVzLS4yNC40LS4xNS42Yy40LjU1Ljc1IDEuMSAxLjA5IDEuNjQuMDUuMDguMTEuMTguMTYuMjYtMS44LS45NS0zLjU4LTEuOTQtNS4zMy0yLjk5LS4yLS4xLS41LS4wNS0uNi4xNS0uMTUuMi0uMDUuNS4xNS42IDEuODUgMS4wOSAzLjcyIDIuMTQgNS42IDMuMTQtLjE2LjAyLS4zMi4wMy0uNDguMDQtLjY5LjA1LTEuMzQuMS0xLjk5LjItLjI1IDAtLjQuMjUtLjQuNS4wNS4yNS4zLjQuNTUuMzUuNi0uMSAxLjI0LS4xNSAxLjg5LS4yLjU4LS4wNSAxLjItLjA5IDEuNzgtLjE3Ljg5LjQ2IDEuNzguOTIgMi42NyAxLjM2LS4zMS4wMi0uNjIuMDQtLjkzLjA2LS45LjA1LTEuNzkuMS0yLjU4LjItLjI1IDAtLjQuMjUtLjQuNS4wNS4yNC4yNS40LjQ5LjM0Ljc5LS4xIDEuNjktLjE1IDIuNTMtLjIuODMtLjA0IDEuNjUtLjEgMi4zOS0uMTguOTcuNDUgMS45NC45IDIuOTEgMS4zNGwtMy4zNC43OWMtLjI1LjA1LS40LjMtLjMuNS4wNS4yNC4zLjQuNS4zNWw0LjQ1LTEuMWMuNzEuMzIgMS40My42MyAyLjE1Ljk0LTEuMTMuNDYtMy4yMi43NS0zLjM3Ljc1LS4yNS4wNS0uNC4zLS4zNS41NCAwIC4yLjI1LjQuNDkuMzUuMSAwIDIuNzItLjQgNC4zNC0xLjE4LjU0LjIyIDEuMDcuNDUgMS42Mi42OC4yLjEuNDQgMCAuNTQtLjI1czAtLjUtLjI1LS42Yy0xLjU4LS42NC0zLjE4LTEuMzItNC43Ni0yLjAyem04NS41My00My4zN2MwLS4yOS0uMzUtLjUtLjU5LS40LTIuMTYgMS4wMS00LjA0IDIuMi01LjY1IDMuNTMtLjE1LTEuMzYtLjM3LTIuNzEtLjczLTQuMDYgMy4xOC00LjM3IDQuNTgtOS4wNyA0LjM0LTE0LjA3LS4yNS01LjExLTIuMDgtMTAuNDgtNS40Ni0xNi4xNC0uMi0uMy0uNjUtLjMtLjc5LjA0bC0zLjA4IDcuMTZjLS4yNy43My0uNDkgMS40NS0uNjggMi4xNy0uNjEtMS41Ni0xLjYtNC4yMy0xLjYtNC44NiAwLS4yOS4wNS0uNTkuMDUtLjg5LjA1LTIuMzkuMDUtNC4zMi0xLjA0LTkuODhsLS4wNS0uMDVjLTEuNTQtNC41Mi02LjA2LTguMjktOS44NC0xMC42My0uNjktLjUtMS4zOS0uODktMi4wMy0xLjI0LS42NS0uMzUtMS4yNC0uNjUtMS42OS0uODQtLjMtLjE1LS42NC4wNS0uNjQuMzUtLjA4IDEuMzItLjAzIDIuNTguMTIgMy43OC0uMTYtLjExLS4zMS0uMjEtLjQ3LS4zLS4zMy0uMjUtLjY3LS41NC0xLjE4LS44NS0uMDEtLjAxLS4wMS0uMDEtLjAyLS4wMi0uMDgtLjA1LTEuNzctMS41Ni0yLjYzLTIuNTEtLjczLS44Ni0xLjQzLTEuNzYtMS44Mi0yLjU3LS4wOS0uMTctLjE0LS4zNi0uMjItLjVsLjAxLS4wMWMtLjAzLS4wMy0uMDUtLjA1LS4wNy0uMDggMCAwLS4wMSAwLS4wMS0uMDEtMS4wNi0xLjExLTIuMDktMi4xMy0zLjQ5LTMuMDktMS40NC0uOTktMy4xOC0xLjg0LTUuNTYtMi41OCAwIDAtMi42OC0uNTQtNS41Mi0uNzQtMi40OC0uMi00Ljk2LS40LTcuMDUtMS4xOS0uMDctLjAyLS4xMy0uMDQtLjE3LS4wMy0uMjQuMDUtLjM1LjExLS4zOS4yMnMtLjA3LjEtLjAzLjMxYy4yOCAxLjU3LjkgMi45MiAxLjc1IDQuMTgtMS42OC44Ni0zLjE0IDEuNzktNC4zOCAyLjczLTEuMzkgMS4wOS0yLjQ4IDIuMTktMy40MiAzLjM4LS4yLjI1LS4wNS42NC4zLjY5IDIuMzguNDUgNC43Mi42NSA3LjEuNTQgMi4yNi0uMDkgNC41My0uNDIgNi45NS0uOTIuMDkuMDYgMS4yOS44MiAxLjg0IDEuMTIgMi42NyAxLjQxIDUuNjYgMi4xNSA4Ljc4IDIuMTR2LjAxczIuNzktLjE2IDMuODgtLjI2IDMuMjktLjI2IDMuMzItLjI3Yy4wNS4wMiAyLjIxIDEuNDkgMi42OSAxLjc3LjkxIDUuMTIgMy41MiA4Ljk2IDUuMzIgMTEuMDYuNDUuNTUuODQuOTQgMS4xNCAxLjI0LjI5LjMuNDkuNS42LjU1IDEuMTQuOSAyLjI4IDEuOTQgMy40NyAzLjE4IDEuMTggMS4yMyAyLjMxIDIuNjUgMy41NCA0LjEyLjM1LjY5LjY5IDEuNDQgMS4wNCAyLjIzLjM5Ljc5LjczIDEuNTcgMS4wNyAyLjIxLS4yMyAxLjA3LS40MSAyLjEzLS41MyAzLjE2LS4yIDEuNy0uMjMgMy4zNy0uMTUgNC45OS0uNDMtLjQ4LS44Ni0uOTctMS4yOS0xLjQ2LS45NC0xLjA1LTEuOTQtMi4xNC0yLjgzLTMuMjMtLjI1LS4yNS0uNjUtLjItLjguMS0xLjU0IDQuNDctMS44NCA4LjM0LTEuMjQgMTEuNzJzMi4xNCA2LjMxIDQuMjIgOC43OWMwIDAgMS42NCAxLjM5IDIuNDggMi4wOC44NC43IDEuNzIgMS40IDIuNTYgMi4xNC0uNjQgMS0xLjIgMi4wNC0xLjY3IDMuMTMtLjQuOS0uNzQgMS44OS0xLjA0IDIuODgtLjE1LjYxLS4yOSAxLjIxLS40MSAxLjgyLS4yNy0uNTYtLjU3LTEuMTItLjkzLTEuNjYtLjU5LTEuMDUtMS4zNC0xLjk5LTIuMjMtMi45OC0uMi0uMjUtLjY1LS4xNS0uNzQuMTUtLjY1IDIuMjMtMS40NCA0LjMyLTIuMzkgNi4zMS0uMTUuNC0uMzUuNzQtLjU1IDEuMTQtLjE0LjM0LS41NCAxLjA0LS41NCAxLjA0LTEuNzkgMi41My0yLjk4IDQuOTYtMy43NyA3LjItLjggMi4yOC0xLjA5IDQuNDctMS4wNSA2LjUtLjI3LjEtLjUzLjItLjc5LjMtNC4zNyAxLjg0LTcuODUgNC41Ny0xMC41MyA4LjI1LS45NCAxLjQ5LTEuOTQgMi42OC0zLjE4IDMuNTItMS4wNS42NS0yLjIzIDEuMDgtMy42MiAxLjI4IDIuNjEtMi44NiA0LjM5LTYuNDIgNS42MS0xMC4zMi4xLS4zNS0uMjQtLjctLjYtLjU0LTEuMTQuNDktMi4yOC44NC0zLjQ4IDEuMTQtMS4yNC4yNC0yLjQzLjQtMy43My41aC0uMDhsLjA3LjMuMDEuMTItLjA3LS40M2MtMi45My40NS01Ljc2IDEuMjQtOC4yNSAyLjUzLTEuMzcuNzEtMi42NSAxLjU5LTMuODIgMi42NC0uOTEtLjk4LTIuMjktMS43Ny00LjA4LTIuMzktMS45NC0uNjktNy4yNS0xLjQ5LTcuMjUtMS40OS0xLjU0LS4xLTMuMDgtLjI1LTQuNjItLjUtMS41NC0uMi0zLjA4LS41LTQuNjItLjg5LS4zNS0uMDUtLjY0LjMtLjQ5LjY0IDEuNDQgMi45MyAzLjczIDUuMTcgNi40NiA3LjA1IDEuMDEuNjggMi4wOCAxLjMxIDMuMiAxLjktLjMxLS4wOS0uNi0uMTctLjkyLS4yNi0yLjUxLS43NC01LjAyLTEuNTgtNy40OS0yLjQ2LTQuNDQtNC4wMy04LjkzLTcuMDgtMTMuNTItOC45Ni0uMzMtLjE0LS42Ni0uMjUtLjk5LS4zOC4wMy0yLjAyLS4xNi00LjA1LS43LTYuMTctLjYtMi4xOS0xLjU5LTQuNDctMy4xOC02LjggMCAwLTEuODQtMi4zOS0yLjY4LTMuNzMtLjg1LTEuMzktMS42NC0yLjg4LTIuMjgtNC41Ny0uMTUtLjMtLjY1LS4zNS0uOC0uMDUtLjc1IDEuMzMtMS4yOSAyLjc1LTEuNjIgNC4yOC0xLjE3LTMuMDQtMi45LTUuODgtNS4xOS04LjUxIDMuODctMy42IDYuNTctNy40OSA3Ljk1LTExLjU3IDEuNDQtNC4xOCAxLjU0LTguNi4zLTEzLjI2LS4wNS0uMy0uNC0uNC0uNi0uMy0xLjA5LjUtMi4wOSAxLjE5LTMuMDMgMi4wMy0uNy42My0xLjM3IDEuMzYtMS45OSAyLjE5LS4wNy0xLjA0LS4yLTIuMS0uMzQtMy4xNy0uMS0uNy0uMjUtMi4wNC0uMjUtMi4wNC0uMjItLjg1LS40NC0xLjY0LS42NS0yLjM4LjQ0LS41OS42Ny0xLjA1Ljg1LTEuNDkuMi0uNDUuOS0xLjY1LjkyLTEuNzEgMy45MS0yLjQ4IDcuNTMtNi4xNSAxMC4xNS0xMC4xNi41LS43OS45OS0xLjU5IDEuNDQtMi4zOS40NS0uODQuODQtMS42NCAxLjE5LTIuNDMgMCAwIDEuMzEtNC4zIDEuNjEtNi4xLjY3LS4zOCAxLjM0LS43MiAyLjAxLTEgLjY5LS4zNSAxLjQzLS42OSAyLjE2LTEuMTMgMS4wNy4wNyAyLjA2LjAzIDMuMS0uMDEgMS4wNC0uMDUgMi4wNC0uMSAzLjEzLS4wNSAyLjMzLjEgNC41Ny0uMSA2LjY1LS43IDIuMDktLjU0IDQuMDItMS40OSA1LjgxLTIuOTggMS43NC0xLjU0IDMuMTMtMy4wOCA0LjE3LTQuNjcuOTktMS42NCAxLjY0LTMuMzggMS43OS01LjM3LjA1LS4zLS4zLS41NS0uNi0uNDUtMi43MyAxLjA5LTUuNjYgMS43NC04LjU5IDIuMzgtLjk5LjItMi4wNC40NS0zLjA4Ljd2LjAxYy0zLjU1LjctNi4xMiAyLjEzLTguMTUgMy45Ni0yLjAxIDEuODYtMy40OSA0LjA2LTQuNzYgNi40Ni0uNjcuMzctMS4zMy43MS0yLjA0IDEuMDQtLjQ3LjItLjk1LjQzLTEuNDQuNjguMDctLjQ3LjE0LS45NS4yLTEuNDIuMS0uOC4yNS0xLjY5LjM1LTIuNDkuMS0uMzUtLjMtLjYtLjYtLjQ0LTMuMzMgMS40NC01LjIxIDMuMDMtNy40NSA0LjkxLS42NS41NS0yLjI1IDEuODgtMi4yNSAxLjg4bC4wMS4wMWMtNS41IDUuMjYtNS42MSAxMi44OC01LjY2IDE4LjI3djEuMjJjLS41MS42NC0uNzEgMS4xNS0uOTQgMS42MS0uMDguMjQtLjE4LjQ4LS4zMy43NS0uMjctLjg4LS41NC0xLjctLjgxLTIuNDktLjY1LTEuNjktMS4yOS0zLjIzLTIuMTQtNC44Ny0uMTUtLjI5LS42LS4zNS0uNzUtLjA1LTEuNzkgMi44OC0yLjYzIDUuMjctMy41OCA4LS4zNS44OS0xLjA5IDIuOTMtMS4wOSAyLjkzLTEuOTkgNy41NSAxLjM5IDE0LjggMy43MiAxOS44MS4xMi4zMi4yNy42My4zNS43OXYxLjNjMCAuMjMgMCAuNDQtLjAyLjktLjUxLS40NS0xLjAzLS44OS0xLjU2LTEuMy0uODUtLjY1LTEuNzQtMS4yOS0yLjY4LTEuOTQtLjMtLjItLjY1IDAtLjcuMzUtLjI1IDUuMDYuMiA5LjUzIDEuNDQgMTMuMjYgMS4yOSAzLjcyIDMuNDIgNi43MSA2LjUxIDguODQgMi40MyAxLjY5IDQuNDcgMy41NyA2LjExIDUuNjYuMy40NS42Ljg0LjkgMS4yOS4wNS4wOC4xMS4xNy4xNi4yNi4wNS4xNC4wOS4yOC4xNC40Mi0xLjMyLS4wNS0yLjY0LS4wMi0zLjk5LjExLS4zNSAwLS41NC40NS0uMy43NSAxLjE0IDEuMTkgMi4yMyAyLjUzIDMuMzggNC4wMiAxLjE0IDEuNDkgMy4zOCA0Ljc3IDMuMzggNC43NyAyLjU4IDMuMDMgNS42NiA0Ljc3IDkuMDkgNS41NiAzLjM5Ljc0IDcuMTIuNiAxMS4wNS0uMDhsMTIuNCAzLjM4Yy0yLjQ4IDEuMzMtNS40NSAyLjM3LTguOSAzLjE2LS4xNS4wNS0uMy4zLS4zLjQ1IDAgLjM1IDAgLjc0LjE1IDEuMDkuMS4zOS4zNS43OS43NSAxLjE5LjA1LjA1LjMuMTUuMzUuMTUgMS42NC0uMyAzLjIzLS42NSA0LjgyLTEuMTQgMS42NC0uNDUgNC45Mi0xLjc5IDQuOTItMS43OS44OS0uNSAyLjE5LS41NSAzLjc3LS42LjgtLjA1IDEuNjQtLjEgMi42NC0uMi43MS0uMDggMS40LS4xOCAyLjA3LS4zLjA1LjA1IDQuNzggMS41NCA3LjE3IDIuMDQgMi4zMy41NCA0LjcyLjg5IDcuMi45OS4xIDAgLjI5LS4xMS4zNS0uMi40LS41NC42LTEuMTQuNjUtMS42OS4wNS0uNi0uMDUtMS4xNC0uMzUtMS43NC0uMDUtLjEtLjI1LS4yLS4zNS0uMjQtMS40NC0uMTUtMi45My0uMy00LjQyLS41NS0xLjI1LS4yLTIuNDYtLjQ2LTMuNjctLjc3IDEuNzMtLjg2IDMuMjYtMS45IDQuNjEtMy4xLjc1IDAgMS4zNy0uMDUgMS45OS0uMS42Ny0uMDUgMS4zNC0uMSAyLjAyLS4xNSA0LjAxLjc0IDcuNzcuNzkgMTEuMjQtLjA1IDMuNDgtLjg1IDYuNjUtMi41MyA5LjU0LTUuMTcgMi43My0yLjUzIDQuODItNC43MiA2LjI2LTYuNiAxLjQ5LTEuODkgMi4zMy0zLjQyIDIuNzMtNC43Mi4wNS0uMy0uMi0uNi0uNTQtLjU1LS44Mi4xOC0xLjY0LjMxLTIuNDUuNDMuNjUtMS4wNSAxLjItMi4xNiAxLjYzLTMuMzIgMi4xMy0uODQgNC4yMS0xLjg0IDYuMjQtNC4wNyAxLjk5LTIuMTggNS41NC0xMC4zMyA1Ljg2LTExLjMyLjMyLTEgLjk0LTYuMTYgMS4wOS05LjM0LjA1LS42NC4wNS0xLjI0LjA1LTEuODQgMC0uNSAwLTEuMDUtLjA1LTEuNTV6bS01Ni43Mi00OS4zNmMtMi4wNC4wOS00LjA3LS4wOC02LjE0LS40Mi43OC0uOSAxLjY3LTEuNzUgMi43Ni0yLjYgMS4yMy0uOTEgMi42OC0xLjgyIDQuMzctMi42OS4wNy4wOCAxLjEyIDEuMzIgMS42MyAxLjg1LTEuOTUuNDctNS41IDEuODMtNS41IDEuODMtLjI1LjEtLjM1LjM1LS4yNS42LjA1LjIuMzUuMzUuNTUuMjUgMCAwIDQuNTEtMS43NSA1Ljk1LTEuOTIuNzEuNyAyLjU4IDIuMzEgMi43IDIuNC0yLjA4LjM5LTQuMDkuNjUtNi4wNy43em0yMS40NiAyLjA4Yy0xLjE0LjEtMi4yOC4yLTMuMjguMjUtMy4yMy4xLTYuMjEtLjYtOC44OS0yLjA0LS41NS0uMjUtNS4zLTMuMTYtNy40NS02LjMtLjA2LS4wOC0uMjUtLjI5LS41Ny0uNzctLjMyLS41LTEuMDktMS4zMi0xLjU0LTMuMjkgMi4wNC42NCA0LjI5Ljg2IDYuNTMgMS4wMyAxLjg0LjE1IDMuNDcuMTYgNS4zNi43IDEuODkuNTMgMy45OCAxLjU0IDUuMzIgMi40OCAxLjMxLjg3IDIuMzQgMS44OSAzLjM2IDIuOTYuMzYuOTggMS4xOCAyLjEzIDIuMSAzLjE1LjU0LjYxIDEuMTIgMS4xNyAxLjYyIDEuNjUtLjg3LjA3LTEuNzMuMTQtMi41Ni4xOHptMTcuMjMgMTcuODNjLTEuMTgtMS4yMy0zLjU4LTMuMjgtMy41OC0zLjI4LS4wNS0uMDUtMS4xOS0xLjE0LTEuNjQtMS42NC0yLjEyLTIuNTUtNS41Ny03Ljc1LTUuMzktMTQuNzEuMzMuMTYuNjcuMzQgMS4wNi41Ni42LjI5IDEuMjkuNjkgMS45OSAxLjE0IDMuNjEgMi4yNyA3Ljk1IDUuOTMgOS40NiAxMC4xOGwtLjAzLjAxYzEuMTQgNS40NiAxLjA5IDcuMzUgMS4wNSA5LjY4di44OWMwIC4xNi4wNS40Mi4xMy43NC0xLjAxLTEuMjktMi4wMy0yLjUxLTMuMDUtMy41N3ptLTY0LjU2LTIyLjQ1YzEuOTQtMS43NCA0LjQyLTMuMDggNy43OS0zLjc3IDEuMDQtLjI1IDIuMDQtLjQ0IDMuMDgtLjY5IDIuNzMtLjU5IDUuNDItMS4xOSA4LjAyLTIuMTMtLjI1IDEuNTEtLjc1IDIuOTItMS41NyA0LjIxLS45OSAxLjU0LTIuMzQgMy4wMy00LjAyIDQuNTItMS42NCAxLjM0LTMuNDggMi4yNC01LjQ2IDIuNzgtMS45OS41NS00LjEyLjc0LTYuMzYuNjktMS4xNC0uMS0yLjE4LS4wNS0zLjIzIDAtLjgyLjA0LTEuNjUuMDgtMi40OS4wNCAxLjE5LTIuMSAyLjQ5LTQuMDMgNC4yNC01LjY1em0tMjMuMyAyOC4yNmMuMDUtNS4zMS4xLTEyLjgxIDUuNTYtMTcuODMuNzUtLjYgMS4zOS0xLjE0IDIuMDQtMS42NCAyLjAxLTEuNzQgMy43NC0zLjE4IDYuNDgtNC40OC0uMDguNi0uMTUgMS4xNS0uMjIgMS43LS4zNSAyLjUzLS43IDUuMDEtMS45OSA4LjM5LS4zLjgtLjcgMS41NC0xLjE0IDIuMzMtLjQuOC0uODkgMS41OS0xLjM5IDIuMzMtMi40NSAzLjcyLTUuNzUgNy4xNi05LjM0IDkuNTMgMC0uMDkgMC0uMjEgMC0uMzN6bTMzLjQzIDY4LjE0Yy0yLjM3LTEuNjEtNC4zNy0zLjUxLTUuNzMtNS45IDEuMjYuMjkgMi41MS41NCAzLjc5Ljc0IDEuNTIuMjQgMy4wNC4zOSA0LjYyLjQ5IDIuNzguMyA1LjE3Ljc1IDcuMDUgMS4zOSAxLjY2LjU4IDIuOTIgMS4zMyAzLjczIDIuMjEtLjY0LjY1LTEuMjUgMS4zNS0xLjgxIDIuMTMtLjktLjM5LTEuOC0uNzYtMi43LTEuMTItLjMyLS42My0uODUtMS4zMi0xLjQ2LTEuOTMtLjEtLjE1LS43My0uODYtLjgzLS44Ni0uMTktLjEyLS40Mi0uMDctLjYxLjA3LS4xMy4xNy0uMS40Mi4wMS41OHYuMDFzMS4yNSAxLjMgMS40NSAxLjU1Yy0uNzMtLjI5LTEuNDYtLjU4LTIuMTktLjg4LS41My0xLjA5LTEuMTUtMS45LTEuNzUtMi4zNS0uMTUtLjEtLjMtLjItLjQ1LS4yNS0uMTUtLjEtLjMtLjE1LS40NS0uMTUtLjI1LS4wNS0uNDUuMTUtLjUuNC0uMDUuMi41LjQ5LjYuNTRzLjkyLjc4IDEuMjUgMS4yOGMtMS44My0uNzUtMy43MS0xLjUyLTUuNzItMi4zMi0uMjQtLjEtLjQ5IDAtLjYuMjQtLjEuMi4wNS41LjI1LjU1IDEuODEuNzUgMy43NSAxLjU1IDUuNzUgMi4zNS0uMTMuMDEtLjI1LjAyLS4zOS4wMy0uNTQuMDUtMS4xNCAwLTEuNzgtLjA1LS4yNSAwLS40NS4xNS0uNDUuNC0uMDUuMjUuMTUuNDUuNC41LjY1LjA1IDEuMjkuMDUgMS44OS4wNS42My0uMDUgMS4yNi0uMTUgMS44LS4zNC44LjMyIDEuNjIuNjUgMi40NC45Ny0uMjkuMS0uNi4xOS0uOTEuMjYtLjY1LjEtMS4zNC4yLTEuOTkuMjUtLjI1IDAtLjQ0LjItLjQuNDUgMCAuMjUuMi40NS40NS40NS43LS4wNSAxLjQ0LS4xNSAyLjE0LS4zLjY0LS4xNCAxLjI0LS4zNyAxLjg0LS42My44MS4zNCAxLjYzLjY3IDIuNDUgMS0uNTMuOTUtMS4yMSAxLjgyLTIuMDEgMi42Mi0uNDEtLjExLS44Mi0uMjItMS4yMy0uMzMtMi44OS0xLjE3LTUuNTktMi40OC03Ljk1LTQuMXptLTMzLjk3LTU0LjQzYy4wMi0uMDIuMDMtLjAzLjA1LS4wNS43NS0xLjE5IDEuNTktMi4xNCAyLjQzLTIuOTMuNzUtLjY3IDEuNTQtMS4xOSAyLjM2LTEuNjQgMS4wNCA0LjMxLjkxIDguMzUtLjM4IDEyLjIyLTEuMzggMy45OC0zLjk3IDcuNzItNy43NCAxMS4yMi0uMjUtLjI4LS41Mi0uNTUtLjc4LS44My42OC0xLjExIDEuMzUtMi4yOSAyLTMuNTNoLjAxYy41NC0uMzUuNTQtLjM1LjYtLjM1LjY1LS40NSAxLjM0LS44NSAxLjk5LTEuMjQuMi0uMTUuMjUtLjQuMTUtLjYtLjE1LS4xOS0uNC0uMy0uNi0uMTUtLjUuMy0uOTQuNTctMS4zOC44NC40NS0uOS44OC0xLjgzIDEuMzEtMi44LjQ0LS4zNC44Ny0uNjMgMS4yNi0uODcuNDUtLjIuODQtLjQgMS4yNC0uNDkuMjUtLjA1LjQtLjMuMzUtLjUtLjA1LS4yNS0uMy0uNC0uNTUtLjM1LS40OS4xNS0uOTQuMy0xLjQ0LjYtLjA3LjAzLS4xNS4wOS0uMjIuMTMuMjktLjY4LjU3LTEuMzkuODQtMi4xIDAtLjAxLjAyLS4wMS4wMi0uMDIuMjUtLjI5LjU0LS41NC45NC0uODQuNDUtLjI1Ljg5LS41IDEuNDQtLjc0LjI1LS4xLjMtLjQuMi0uNi0uMS0uMjUtLjM1LS4zLS41NS0uMi0uNTYuMjQtMS4wNC41MS0xLjQ3LjguMjQtLjcxLjQ3LTEuNDIuNjktMi4xMi4wMy0uMDIuMDYtLjA0LjA5LS4wOC4yNS0uMy41LS41OS43NS0uOC4zLS4yNS41NC0uNDUuODktLjY0LjItLjEuMjUtLjM1LjE1LS42LS4xLS4yLS4zNS0uMjUtLjYtLjE1LS4yNC4xNC0uNDguMzEtLjcxLjQ4LjE0LS40Ni4yOC0uOTIuNDEtMS4zNy4wNS0uMjUtLjEtLjQ5LS4zNS0uNTQtLjItLjEtLjQ1LjA1LS41NS4zLS4yNSAxLjA0LS41NSAyLjA0LS44NCAyLjk4LS4zNS45OS0uNjUgMS45NC0uOTkgMi44OC0xLjcxIDQuNjgtMy43IDguNjktNS43NSAxMi4wMy0uMTItLjEyLS4yNC0uMjQtLjM2LS4zNi0uMDMtLjAzIDAtMi4xOC4wNS0zLjAyLjczLTEuMjMgMS40MS0yLjc4IDIuMDktNC4zMy40NC0xLjAzIDEuMzktMy4wMyAxLjM5LTMuMDMgMS4yMS0yLjMxIDEuNTctNC40NiAxLjU2LTYuNjF6bS05LjE1LTYuMzZjLjQxLS45OS43Ni0xLjk4IDEuMDYtMi44OC44Ni0yLjQ1IDEuNjQtNC42MSAzLjEtNy4xMi42NyAxLjM0IDEuMjEgMi42NSAxLjcyIDQuMDQuNiAxLjY5IDEuMTkgMy41OCAxLjc5IDUuODZoLjAxYy4wNS42Ny4xNSAxLjMxLjI0IDEuOTQuNDMgMy42OC44MyA3LjA1LTEuMDYgMTAuNjggMCAwLS45OSAyLjA5LTEuNDQgMy4xMy0uNTcgMS4zLTEuMTMgMi41NS0xLjcgMy42Mi0uMDEtLjAzLTUuNjMtMTIuMDQtMy43Mi0xOS4yN3ptNi43MSA0MS4wM2MtMi45My0xLjk5LTQuOTItNC44Mi02LjE2LTguMzktMS4xMy0zLjQzLTEuNTgtNy40OC0xLjQyLTEyLjExLjY3LjQ3IDEuMzMuOTUgMS45NiAxLjQzLjg0LjY1IDEuNjQgMS4zNCAyLjM5IDEuOTkgMy43NyAzLjU4IDYuMzUgNy41NSA3LjggMTEuOTIuMDEuMDguMDUuMTQuMS4xOS0uMDkuODgtLjE0IDEuNzktLjEgMi43My4wNyAyLjMzLjUyIDQuODYgMS4yOSA3LjU5LTEuNi0xLjk2LTMuNTQtMy43Ni01Ljg2LTUuMzV6bTUuNDctMi4yOWMtLjA5LTIuNzguMzctNS4yNCAxLjQyLTcuNDIuNiAxLjM4IDEuMjcgMi42NCAyLjAxIDMuOC44NCAxLjM5IDEuNzkgMi42MyAyLjczIDMuNzcgMS40OSAyLjI0IDIuNDMgNC40MiAzLjAzIDYuNTEuNSAxLjk3LjY2IDMuODEuNjQgNS42NC0uODEtLjI4LTEuNjItLjUyLTIuNDMtLjcyLS4xNS0uMzItLjI4LS42NC0uNDItLjk2LjE5LS4zNy0uMDMuMTEuMDIuMDEuNS0xLjE5Ljk5LTIuNDQgMS40NC0zLjUzLjEtLjI1LS4wNS0uNS0uMjUtLjYtLjI1LS4wNS0uNS4wNS0uNi4yNS0uMzguOTgtLjcyIDEuODctMS4wOSAyLjc0LS4zNS0uODYtLjY4LTEuNzMtMS0yLjYuMi0uNDMuNC0uODQuNi0xLjI4LjMtLjYuNTQtMS4yNC44LTEuNzkuMS0uMiAwLS41LS4yLS41NS0uMjUtLjA5LS41IDAtLjYuMi0uMjUuNi0uNTUgMS4xOS0uNzkgMS43OS0uMDcuMTYtLjE1LjMxLS4yMi40Ny0uMDktLjI3LS4xOS0uNTQtLjI4LS44Mi0uMTYtLjQ4LS4zMS0uOTUtLjQ1LTEuNDIuMDUtLjA1LjA5LS4xMS4xLS4xNi4wNS0uNC4xNS0uOC4yOS0xLjI1LjItLjQuNC0uNzkuNy0xLjE5LjE1LS4xNS4xNS0uNDUtLjA1LS42cy0uNDQtLjE1LS41OS4wNWMtLjQuNDUtLjY1Ljk1LS44NSAxLjQ0LS4wMy4wNi0uMDQuMTItLjA2LjE4LS4zNy0xLjI3LS43LTIuNTQtLjk4LTMuODEtLjA1LS4yNS0uMy0uNC0uNS0uMy0uMjUuMDUtLjQuMjUtLjM1LjQ5LjI5IDEuMzYuNjUgMi43MiAxLjA0IDQuMDYtLjUxLS4yOC0xLjA0LS42My0xLjU4LTEuMDgtLjItLjE1LS40NS0uMS0uNi4xLS4yLjE1LS4xNS40NC4wNS42LjY1LjU0IDEuMzkgMS4wNCAyLjA4IDEuMzQuMTQuMDQuMjcuMDkuMzcuMTQuMTcuNTUuMzUgMS4xLjUzIDEuNjUuMTIuMzUuMjQuNzEuMzYgMS4wNi0uMTktLjEtLjM4LS4xOC0uNTYtLjI3LS41NS0uMy0xLjA0LS41NS0xLjU5LS43NS0uMjUtLjEtLjUgMC0uNTkuMi0uMDUuMjUuMDUuNS4yNC42LjU1LjIgMS4wNC40NSAxLjU0LjcuNDIuMjMuODUuNDcgMS4zNi42Ni40OCAxLjMyIDEuMDEgMi42MyAxLjYgMy45NC0xLjI2LS4yNy0yLjUyLS40Ni0zLjgtLjU3LS4xNy0uMzEtLjM1LS42MS0uNTQtLjkzLTEuMjEtMy42My0xLjg5LTYuODgtMS45OC05Ljc5em0yMy45NCAyNC44OWMtMy44Ny43NS03LjU1Ljg5LTEwLjgzLjEtMy4yNS0uNzQtNi4xNy0yLjM3LTguNTktNS4yMWguMDFjLTEuMTQtMS42NC0yLjI0LTMuMjgtMy4zOC00Ljc3LS45NS0xLjIzLTEuODktMi4zOS0yLjg0LTMuNDMgNC41LS4yOCA4LjgzLjQ3IDEzLjA3IDIuMjQgNC41MiAxLjg5IDguOTkgNC44NyAxMy4zNiA4Ljg5LjA1IDAgNS4yMiAxLjg0IDcuNzUgMi41OSAxLjk4LjU4IDMuOTYgMS4xMyA1Ljk0IDEuNjUuMjcuMTIuNTQuMjIuODIuMzMtLjU2LjQ2LTEuMTYuODktMS44MSAxLjI5em0zMi43OCA1Ljc2YzEuMzYuMjQgMi44MS40MiA0LjIyLjU3LjE2LjM2LjIuNjkuMiAxLjAyLS4wNC4zNi0uMTguNy0uMzcgMS4wOC0yLjMxLS4xMS00LjU3LS40NS02LjgzLS45My0xLjkyLS40Mi0zLjg0LS45NC01Ljc1LTEuNTQgMS4zOC0uMzQgMi42Ni0uNzYgMy44Ni0xLjI3LjA1LjA3LjEyLjE0LjIuMTggMS40OS4zNCAyLjk3LjY0IDQuNDcuODl6bS43OS01LjY3Yy0zLjEzIDIuOTgtNy40IDUuMDItMTMuMDcgNS42Ni0uODkuMS0xLjc5LjEtMi41OC4xNS0xLjY5LjA1LTMuMDMuMTUtNC4xNy43NWwuMDEuMDFjLTEuNTguNjQtMy4xNSAxLjIzLTQuNzMgMS42OC0xLjQ3LjQyLTIuOTcuOC00LjQ4IDEuMDUtLjE3LS4yMy0uMzEtLjQ2LS4zNC0uNjUtLjA2LS4xOC0uMDktLjMzLS4xMi0uNDkgMy42Ni0uODggNi44MS0yLjA0IDkuMzYtMy41MyAyLjUtMS40NiA0LjQtMy4yOCA1LjYxLTUuNS4xMi0uMDQuMjItLjEzLjI1LS4yNi4wMy0uMDYuMDMtLjE0LjAzLS4yMSAxLjY3LTIuMjUgMy43LTMuOTQgNi4wMy01LjE1IDIuMzgtMS4yNCA1LjA3LTEuOTggNy45NS0yLjQzIDEuMzItLjA1IDIuNTUtLjIgMy43Ny0uNS45OC0uMjIgMS44OS0uNTIgMi43OS0uODYtMS4zNSA0LTMuMzUgNy41NS02LjMxIDEwLjI4em0zMy4xOC02NC40NmMuMjQtMi4xNC43NC00LjMyIDEuNTgtNi42MWwyLjY4LTYuMjhjMy4wNCA1LjIzIDQuNzMgMTAuMjQgNC45MiAxNC45Mi4yMyA0LjY0LS45OSA4Ljk2LTMuNzUgMTMuMDItLjEzLS40LS4yNi0uOC0uNDItMS4xOS0uODktMi4zOC0yLjI4LTQuNzUtNC40LTcuMDhsLjAzLS4wMmMtLjIyLS4yNS0uNDQtLjUtLjY2LS43NS0uMjMtMS45NC0uMjItMy45My4wMi02LjAxem0uMDkgMjIuMmMtLjc4LS42NC0xLjU3LTEuMjgtMi4zNS0xLjk2LTIuMDMtMi4zOC0zLjQ2LTUuMTUtNC4wNi04LjM3LS41MS0zLjA4LS4yNy02LjU3IDEtMTAuNTMuNzYuOSAxLjU2IDEuNzkgMi4zOCAyLjY5LjcxLjc4IDEuNCAxLjU3IDIuMDggMi4zNi4wNC4wOC4xLjE0LjE2LjE4LjIxLjI1LjQyLjQ5LjY0Ljczdi4wNWMyLjAzIDIuMjMgMy4zOCA0LjUyIDQuMjcgNi44Ni44MSAyLjIgMS4yNSA0LjQ0IDEuNDEgNi42OC0uNDQuMzktLjg1LjgxLTEuMjQgMS4yMi0uNjktMS4xLTEuMzYtMi4yLTItMy4zLjI1LS42NS40NC0xLjcyLjUzLTMuMDIgMC0uMzUuMS0xLjg4LjEtMS45MyAwLS4yNS0uMi0uNDUtLjQ1LS40NS0uMjQgMC0uNDQuMi0uNDQuNDUgMCAwLS4wNSAxLjU5LS4xIDEuODQtLjA2Ljc5LS4xNSAxLjQ4LS4yNiAyLjAyLS41Ni0uOTktMS44OC0zLjQ4LTIuMDEtMy43NC4xNi0uNDMuMy0xLjA0LjM5LTEuNzYuMTUtLjg0LjI1LTEuODQuMjktMi43OCAwLS4yLS4xNS0uNDUtLjQtLjQ1cy0uNDUuMTUtLjUuNGMtLjA1Ljk0LS4xNSAxLjg5LS4yNSAyLjczLS4wNS4yMy0uMDkuNDYtLjEzLjY2LS45NS0xLjk4LTEuODMtMy45Ni0yLjY1LTUuOTgtLjEtLjI1LS4zNS0uMzUtLjU5LS4yNS0uMi4xLS4zLjM1LS4yLjU1Ljg0IDIuMSAxLjc0IDQuMTYgMi43NCA2LjIxLS4zMS0uMTMtLjYyLS4yOS0uOTYtLjQ5LS42LS4zNS0xLjI0LS44NS0xLjg4LTEuMzQtLjItLjE1LS40NS0uMTUtLjYuMDVzLS4xNS40NS4wNS42Yy42NC41NCAxLjM0IDEuMDQgMS45OSAxLjQ5LjY1LjM3IDEuMzEuNjUgMS45Ni44MS4xMi4yNCAxLjMzIDIuNTkgMS44NCAzLjUtLjM2LS4xNy0yLjU3LTEuMzktMy4zMS0xLjkzLS4yLS4xLS40NS0uMDUtLjYuMTVzLS4xLjQ1LjEuNmMuOC41NCAzLjc3IDIuMTYgNC41NCAyLjQ5LjY5IDEuMTkgMS40MiAyLjM3IDIuMTggMy41NS0uNDEuNDgtLjguOTctMS4xNiAxLjQ4LS44LS42OC0xLjY1LTEuMzktMi41MS0yLjA3em0tLjMyIDI2Ljg2Yy0uNCAxLjA2LTEuMTcgMi4zMi0yLjMxIDMuNzktMS40NCAxLjc5LTMuNDMgMy45My02LjE2IDYuNDZzLTUuODEgNC4xNy05LjE0IDQuOTZjLTMuMzguOC03IC43NS0xMC45MyAwIDAgMCAuOTQtLjUzIDEuNDktLjg5IDEuMzktLjk0IDIuNDktMi4yMyAzLjQ4LTMuNzdsLS4wMy0uMDJjMi41OC0zLjUxIDUuOTUtNi4xNCAxMC4xNi03Ljg3LjgtLjM1IDEuNjQtLjY1IDIuNTMtLjk1Ljg1LS4yNCAxLjc5LS41IDIuNzMtLjY5LjAxLS4wMiA1LjczLS41NyA4LjE4LTEuMDJ6bS0yLjk1LS41NGMtLjAzLjA0LS4wNS4wOS0uMDYuMTMtMS4yNi4xNi0yLjUxLjI4LTMuNzUuMzcuMTctLjM4LjM0LS43Ny40OS0xLjE1LjI1LS42NS44LTIuMTUuODItMi4yMy41Mi0uMTggMS4wNi0uNTMgMS41Ni0uOTUuNi0uNSAxLjE5LTEuMDkgMS43OS0xLjc0LjE1LS4xNS4xNS0uNDQtLjA1LS42LS4xNS0uMi0uNDUtLjE1LS42IDAtLjU0LjY1LTEuMTQgMS4xOS0xLjY5IDEuNjQtLjIyLjItLjQ0LjM3LS42Ny41LjMyLTEuMS41OC0yLjIzLjgtMy4zOC4zMi0uMTYuNjktLjQxIDEuMDUtLjcuNDUtLjQuOS0uODQgMS4zOS0xLjM5LjE1LS4yLjE1LS40NC0uMDUtLjY1LS4xNS0uMTUtLjQ1LS4xNS0uNi4wNS0uNDkuNS0uOTUuOTUtMS4zNCAxLjI5LS4wOC4wOC0uMTYuMTUtLjI0LjIyLjI5LTEuNy41LTMuNDUuNjMtNS4yNCAwLS4yNS0uMTUtLjQ1LS4zOS0uNDUtLjI1LS4wNS0uNDUuMTUtLjUuNC0uMTIgMS43OS0uMzIgMy41NS0uNjIgNS4yNy0uMTMtLjE0LS4yNS0uMjktLjM3LS40NS0uMjUtLjQ1LS40OS0uOTQtLjc0LTEuNDktLjA1LS4yNS0uMy0uMzUtLjU0LS4zLS4yNS4xLS4zNS4zNS0uMjUuNi4yNS42NS41IDEuMTkuODUgMS42OS4yNC40LjU1LjcyLjg3Ljk5LS4yMyAxLjE1LS41IDIuMjgtLjgyIDMuMzgtLjEtLjE1LS4yMS0uMzEtLjMtLjUtLjMtLjU1LS42LTEuMjQtLjk0LTIuMTktLjEtLjItLjM1LS4zNS0uNi0uMjUtLjIuMS0uMzUuMzUtLjI1LjU0LjM1Ljk5LjcgMS42OS45OSAyLjI5LjI1LjUxLjUxLjg2Ljc2IDEuMTgtLjAyLjA3LS44MSAyLjI1LS44MyAyLjMxLS4zNy0uNS0uNzItMS4wMS0xLjAyLTEuNS0uMDUtLjE1LS4zLS42NS0uMzUtLjgtLjEtLjItLjM1LS4zLS41NC0uMjUtLjI1LjEtLjM1LjM1LS4yNS42LjA1LjEuMy42OS40Ljg0LjM3LjY5LjgzIDEuMzQgMS4zNyAyLjAxLS4wOC4xNi0uMTUuMzEtLjIyLjQ2LS4wMyAwLTQuMDEgMS4wMi00LjMyIDEuMTItLjAxLTEuODUuMjktMy44IDEtNS44OC43NC0yLjE5IDEuOTQtNC41MiAzLjY4LTcgMCAwIC45OS0xLjk0IDEuMTQtMi4zMy44My0xLjc2IDEuNTUtMy42OCAyLjE4LTUuNjUuNjMuNzMgMS4xNyAxLjQ4IDEuNjQgMi4yNy42Ljk0IDEuMSAxLjkzIDEuNDQgMi44OCAxLjgyIDUgLjczIDEwLjAyLTEuOTUgMTQuMDR6bTE1LjA1LTI4LjExYy0uMTUgMy4xMy0uNyA2LjgtMS4xNCA5LjIzIDAgMC0zLjY4IDguOC01LjYxIDEwLjg4LTEuNzEgMS44My0zLjQ1IDIuNzktNS4yNCAzLjU2Ljg5LTMuMDUuOTEtNi4zOC0uMjYtOS42OS4wMS0uMDMuMzktMi4xMi42My0zLjExLjMtLjk0LjYtMS44OS45OS0yLjc4IDEuMTQtMi42MiAyLjc4LTQuOTUgNC45OS02Ljk3LjE1LS4wMy4yNi0uMTIuMy0uMjYgMS41Mi0xLjM0IDMuMy0yLjUzIDUuMzYtMy41Ni4wMS4yOS4wMy41OS4wMy45MS0uMDEuNTUtLjA1IDEuMTUtLjA1IDEuNzl6bS0xMTAuNDYtNC43MmMuMS0xLjEuMTMtMi4zMS4xMS0zLjU4LjgxLS42MSAxLjMyLTEuNTcgMS44My0yLjU4IDAgMCAuNS0xIC43NC0xLjM5LjE1LS4yLjEtLjUtLjEtLjY1LS4yLS4xLS40OS0uMDUtLjYuMTUtLjM1LjQ1LS42Ljk5LS44NCAxLjQ5LS4zMy42Ni0uNjYgMS4yOS0xLjA2IDEuNzktLjA0LTEuMTgtLjEtMi40Mi0uMTctMy42OC43Ni0uNDIgMS4xNy0xLjE1IDEuNTktMS44OC4yNS0uNC40NS0uODUuNzQtMS4xOS4xNS0uMTUuMTUtLjQ1LS4wNS0uNnMtLjQ0LS4xNS0uNi4wNWMtLjM1LjQtLjYuODQtLjg0IDEuMjktLjI4LjQ5LS41NC45Ni0uOSAxLjI5LS4wNy0xLjA1LS4xMy0yLjEyLS4xOC0zLjE4LjczLS42IDEuNDMtMi42MyAxLjY4LTMuMDIuMTUtLjIuMS0uNDQtLjA1LS42LS4yLS4xNS0uNS0uMS0uNjQuMS0uMzUuNDUtLjg3IDItMS4wNCAyLjI4LS4wOC0yLjIzLS4wNy00LjQxLjE0LTYuNC4wNS0uMjUtLjE1LS41LS40LS41LS4yNS0uMDUtLjQ1LjE1LS41LjQtLjE5IDEuODgtLjIgMy44OS0uMTQgNS45Ni0uMTQtLjIxLS43NS0xLjI5LS44Ni0xLjQ0LS4xLS4yLS4zNS0uMy0uNTktLjItLjIuMTUtLjMuNC0uMi42LjEuMTYgMS4yNyAyLjAyIDEuNyAyLjQ5LjA1IDEuMDYuMSAyLjEyLjE2IDMuMTgtLjctLjYxLTEuNzEtMi4xNC0xLjcxLTIuMTQtLjEtLjItLjM1LS4yOS0uNi0uMi0uMi4wNS0uMzUuMzUtLjI1LjU0LjQ5IDEuMjIgMS42OSAyLjI1IDIuNjMgMi45OS4wOCAxLjMyLjE1IDIuNjEuMTkgMy44NC0uMzItLjM0LS42Ny0uNzUtLjk3LTEuMTctLjUtLjY1LS44NS0xLjY0LTEuMDUtMS43OXMtLjY1LjEtLjY1LjE1Yy0uMi4zNS4zIDEuMjQuOTkgMi4xOS41Ni43NCAxLjI1IDEuNTMgMS43IDEuODcuMDEgMS4yMi0uMDEgMi4zOC0uMTEgMy40NCAwIC4yNS4xNS40NS40LjUuMjUgMCAuNDUtLjE1LjUtLjR6bTQuODMgMjMuMzljLjE0LS43Mi4xOS0xLjQ1LjE0LTIuMTIgMC0uNzQtLjA1LTEuNDQtLjE1LTIuMTkgMC0uMjUtLjI1LS40LS40OS0uNC0uMi4wNS0uNC4yNS0uMzUuNS4wNS43LjEgMS4zOS4xNSAyLjA5IDAgLjIzLS4wMS40Ni0uMDIuNjgtLjQtLjc2LS44MS0xLjUyLTEuMjItMi4yNy4wMi0xLjM3LS4yNS0zLjItLjQtNC41MnYtLjA1Yy0uMDUtLjI1LS4zLS40LS41LS40LS4yNS4wNS0uNDQuMjUtLjQuNXYuMDVjLjExLjc4LjI0IDEuNzEuMzIgMi42LS4wNC0uMDctLjA4LS4xNS0uMTItLjIyLS4zMS0uNTktLjY1LTEuMTktLjk3LTEuNzguMDEtLjA0LS4xMi0xLjQ1LS4yMi0yLjE0LS4wNS0uNzUtLjE1LTEuNDQtLjItMi4xNCAwLS4yNS0uMi0uNDUtLjQ1LS40NXMtLjQ1LjI1LS40NS40NXYuMDVjLjA1LjcuMTUgMS40NC4yNSAyLjE5IDAgLjAzIDAgLjA2LjAxLjA5LS44Mi0xLjQ4LTEuNjUtMi45Ny0yLjQ5LTQuNDYtLjE1LS4yNS0uNC0uMy0uNTktLjItLjI1LjE1LS4zLjM5LS4yLjU5Ljk2IDEuNjkgMS45IDMuMzYgMi44MiA1LjAyLS4xNi0uMDctLjMzLS4xNC0uNDktLjItLjY0LS4yNS0xLjI5LS41LTEuODgtLjctLjItLjEtLjQ0IDAtLjU1LjI1LS4xLjI1LjA1LjUuMjUuNTUuNi4yIDEuMjQuNSAxLjg4Ljc1LjUuMjEuOTguMzkgMS40Ny41OC4zNS42NS43MiAxLjMxIDEuMDcgMS45NS4xNy4zMi4zNC42NS41Mi45Ny0uMjktLjEzLS41Ny0uMjctLjg2LS40My0uNzUtLjM5LTEuNDQtLjc0LTIuMDktLjk0LS4yNS0uMS0uNS4wNS0uNi4yNS0uMDUuMjUuMS41LjI5LjU1LjYuMiAxLjI5LjU0IDEuOTkuODkuNjIuMzggMS4yOC43MSAxLjkxLjkxLjQuNzcuOCAxLjUzIDEuMiAyLjI5LS4wMi0uMDEtLjA1LS4wMi0uMDctLjAzLS45OS0uNC0xLjk5LS45NS0zLjAzLTEuNjQtLjItLjE1LS41LS4xLS42LjEtLjE1LjItLjEuNDQuMS41OSAxLjA5Ljc1IDIuMTQgMS4zNSAzLjIzIDEuNzkuMi4wNS40LjE1LjYuMi4xMi4wNS4yMy4xLjM1LjEzLjQuNzkuODEgMS41NyAxLjE5IDIuMzUuMS4yNS4zNS4zLjYuMi4yLS4xLjMtLjM1LjItLjU5LS4zOC0uNzQtLjc3LTEuNDktMS4xNS0yLjI0em0yLjgyLTQ0LjY5Yy0uMjUuMi0uMzUuNS0uMzUuOHMuMS42LjM1LjhjLjEzLjEyLjI5LjE5LjQ4LjI0LjEuMDMuMjEuMDYuMzIuMDYuMTIgMCAuMjItLjAyLjMzLS4wNi4xOC0uMDUuMzUtLjEyLjQ3LS4yNC4yNS0uMi4zNS0uNS4zNS0uOHMtLjEtLjYtLjM1LS44Yy0uMi0uMi0uNS0uMzUtLjgtLjM1cy0uNi4xNS0uOC4zNXptNjAuNTkgNjIuMDNjLTEuOTIgMS4zLTMuODMgMi41Ni01Ljc1IDMuNzcuMDUtLjI4LjExLS41Ni4xOS0uODQuMTUtLjUuMzUtMS4wNC42NC0xLjU5LjE1LS4yLjA1LS40NS0uMTUtLjU5LS4yLS4xLS40OS0uMDUtLjYuMi0uMzUuNi0uNiAxLjE5LS43NCAxLjc5LS4xOC41NS0uMjcgMS4wOS0uMjkgMS42NC0uNzMuNDYtMS40NS45MS0yLjE4IDEuMzUuMDktLjUzLjI5LTEuMTcuNTktMS44OS4wNS0uMi4xNS0uNC4yOS0uNjUuMS0uMjUuMi0uNS4zNS0uNjkuMS0uMjUgMC0uNS0uMi0uNi0uMi0uMTUtLjQ5LS4wNS0uNi4xNXYuMDVjLS4xNS4yNS0uMjUuNS0uMzUuNjktLjEuMi0uMi40NS0uMzUuNjktLjQzIDEuMDgtLjY3IDIuMDQtLjY1IDIuNzktLjg2LjUxLTEuNzIgMS4wMi0yLjU3IDEuNTIuMDEtLjM5LjA2LS44My4xOS0xLjMzLjI1LS44NC42NS0xLjc5IDEuMy0yLjkzLjEtLjIgMC0uNDUtLjItLjYtLjItLjEtLjQ1LS4wNS0uNi4yLS42NSAxLjE5LTEuMSAyLjE5LTEuMzQgMy4wOC0uMjIuNzgtLjI4IDEuNDgtLjIyIDIuMDgtLjYuMzUtMS4xOS42OC0xLjc4IDEuMDEuMDktLjQ5LjE4LS45OS4zMS0xLjUuMi0uNzQuNS0xLjQ5LjgtMi4yOC4xLS4yIDAtLjQ1LS4yLS41NS0uMjUtLjEtLjUgMC0uNi4yLS4zNS44NC0uNjQgMS42NC0uODQgMi40My0uMTguNzMtLjMxIDEuNDYtLjQyIDIuMjMtMS4xMy42Mi0yLjI1IDEuMjItMy4zNiAxLjgtLjI1LjEtLjMuMzQtLjIuNTkuMS4yLjM1LjMuNTkuMTUgMS4xNi0uNTkgMi4zMy0xLjIxIDMuNDktMS44NC43Mi4xNyAxLjQ1LjMxIDIuMjIuNC44LjE1IDEuNjQuMiAyLjQ4LjE1LjI1IDAgLjQ1LS4yLjQ1LS40NCAwLS4yLS4yLS40LS40NS0uNC0uOCAwLTEuNTktLjA1LTIuMzgtLjE1LS4zOS0uMDUtLjc4LS4xMS0xLjE3LS4xOS41NC0uMyAxLjA4LS42MSAxLjYyLS45Mi43LjE3IDEuNDYuMjYgMi4yMy4zMS44LjA1IDEuNjQgMCAyLjUzLS4wNS4yNS0uMDUuNC0uMjUuNC0uNXMtLjI1LS40LS40NC0uNGMtLjg1LjEtMS42OS4xLTIuNDkuMDUtLjM2IDAtLjczLS4wMi0xLjA5LS4wNy43NC0uNDQgMS40OS0uODggMi4yMy0xLjM0LjcxLjE3IDEuNDkuMjIgMi4yNC4yNi44NS4wNSAxLjY0IDAgMi40MyAwIC4yNSAwIC40NS0uMi40NS0uNDQgMC0uMjUtLjItLjQ0LS40NS0uNDQtLjc5LjA1LTEuNTkuMDUtMi4zOCAwLS40IDAtLjc4LS4wMy0xLjE1LS4wNy42OC0uNDIgMS4zNy0uODQgMi4wNS0xLjI3bDMuMzcuMWMuMjUgMCAuNDUtLjIuNDUtLjQ1cy0uMi0uNDQtLjQtLjQ0bC0yLjA3LS4wNmMxLjc0LTEuMTIgMy40OS0yLjI3IDUuMjUtMy40Ny4yLS4xNS4yNS0uNC4xLS42LS4wOC0uMi0uMzgtLjI1LS41OC0uMXptMzEuOTktNTIuMmMtLjE1LS4yLS40NS0uMi0uNjUtLjEtLjIuMTUtLjIuNDUtLjA0LjY0LjQ5LjcgMS4wOSAxLjM0IDEuNjMgMS44OS41NC41NCAxLjEyLjk5IDEuNzQgMS4zOWwuMSAyLjUzYzAgLjI1LjIuNDUuNDUuNC4yNSAwIC40NC0uMi40LS40NWwtLjEtMi41MWMuMTItLjExLjI0LS4yMS4zNC0uMzJsLjUtLjVjLjc1LS44OSAxLjU0LTIuMDMgMi4yMy0zLjM3LjEtLjI1LjA1LS41LS4yLS42LS4yLS4xNS0uNDQtLjA1LS41NC4xNS0uNjkgMS4zNC0yLjMyIDMuNDEtMi4zOCAzLjQ4bC0uMTUtMy44M2MuNTEtLjQ4Ljk5LTEuMDkgMS4zOC0xLjc1LjQ1LS43NS44NS0xLjU5IDEuMTktMi40My4xLS4yNS0uMDUtLjUtLjI1LS42LS4yNS0uMS0uNS4wNS0uNi4yNS0uMjkuODUtLjY5IDEuNjQtMS4wOSAyLjMzLS4yMS4zNi0uNDQuNjgtLjY5Ljk3bC0uMTEtMi45OWMuOTUtLjkxIDEuMzctMi4zIDEuNzktMy43NHYtLjA1Yy4wNS0uMi0uMDUtLjQ1LS4zLS41NC0uMjUtLjA1LS40OS4xLS41NC4yOXYuMDVjLS4yOC45NS0uNTcgMS45LTEgMi42NWwtLjE5LTQuODhjLS4wNS0uMjUtLjI1LS40NS0uNDktLjQ1LS4yNSAwLS40LjItLjQuNDVsLjIyIDUuNGMtLjAzLS4wMS0xLjI3LS44OC0xLjg2LTEuNTItLjE1LS4yLS40NS0uMi0uNjUtLjA1LS4xNS4yLS4xNS40NSAwIC42NS42NS43IDEuMzQgMS4yOSAxLjk5IDEuNjQuMTUuMS41MS4yOS41Ny4zbC4xMyAzLjI4Yy0uMDktLjAzLS4xOC0uMDctLjI1LS4xLS43LS4zNS0xLjM5LS45OS0yLjA5LTEuODMtLjE1LS4xNi0uNDUtLjItLjYtLjA1LS4yLjE1LS4yNS40NS0uMS42NC44LjkgMS41NCAxLjY0IDIuMzkgMi4wNC4xNS4wNS4yOS4xNS40OS4yLjA3LjAyLjEzLjA0LjIuMDZsLjE1IDMuNjhjLS4zNi0uMjgtLjcxLS41OS0xLjA0LS45Mi0uNTktLjQ5LTEuMDktMS4xMy0xLjU4LTEuNzh6bTcuOTkgMjJjLS42OS42NS0yLjMyIDEuNy0yLjMzIDEuNzEuNzUtMS43NCAxLjUyLTMuNTMgMi4zMy01LjQzLjA1LS4yLS4wNS0uNDUtLjI1LS41NC0uMjQtLjEtLjUgMC0uNTkuMi0uNyAxLjY0LTEuNDQgMy4zNy0yLjIgNS4xNi0uMTktLjc0LS4zMi0xLjUxLS4zOC0yLjI4IDAtLjItLjA1LTEuNDQtLjA1LTEuNDkgMC0uMjUtLjItLjQ1LS40NS0uNDUtLjIgMC0uNC4yLS40LjQ1IDAgLjA1IDAgMS4yOS4wNSAxLjU0LjA5IDEuMTguMjggMi4zNy43IDMuNDgtLjQ1IDEuMDQtLjkgMi4xLTEuMzYgMy4xNi0uNDgtLjgxLS44My0xLjY3LTEuMDMtMi41Mi0uMDUtLjItLjEtLjQ1LS4xNS0uNjQgMC0uMi0uMDUtLjQ1LS4wNS0uNjUgMC0uMjUtLjI1LS40NS0uNS0uNDUtLjIgMC0uNC4yNC0uNC40NXYuMDVjMCAuMjUuMDUuNDkuMS43NCAwIC4yLjA1LjQ1LjEuNy4yOCAxLjEyLjc5IDIuMjQgMS41MSAzLjI3LS4yNC41NS0xLjE0IDIuNjMtMS4zNSAzLjEyLS4xNy0uNTItLjMzLTEuMDMtLjQ1LTEuNTMtLjItLjg0LS4zNS0xLjc0LS41LTIuNTggMC0uMjUtLjI0LS40LS40OS0uNC0uMi4wNS0uNC4yNS0uMzUuNS4xLjg5LjMgMS43OS41IDIuNjguMTguODYuNDYgMS42OC44IDIuNDctLjM1LjgyLS42OSAxLjYzLTEuMDUgMi40NS0uMS4yNSAwIC41LjI1LjYuMi4xLjQ1IDAgLjU0LS4yNS4zNS0uOC43LTEuNiAxLjA1LTIuMzkuNjEtLjMzIDEuMjItLjY2IDEuODgtMS4wOC43LS40NSAxLjM5LS45IDIuMTMtMS40OS4yLS4xLjI1LS40LjEtLjU5LS4xNS0uMi0uNC0uMjUtLjYtLjEtLjc1LjU0LTEuNDQgMS4wNC0yLjA5IDEuNDQtLjMuMTctLjU5LjM0LS44Ny41LjE5LS40NSAxLjA3LTIuNSAxLjMyLTMuMDcuNjctLjI4IDEuMzUtLjYxIDEuOTgtMS4wNi43NC0uNSAxLjQ5LTEuMDQgMi4yNC0xLjc5LjItLjE1LjItLjQ1IDAtLjY0LS4xNS0uMTUtLjQ1LS4xNS0uNiAwLS43NC42OS0xLjQ0IDEuMjQtMi4wOCAxLjY5LS4zNC4yMi0uNjcuNDEtMSAuNTguMzgtLjg4Ljc3LTEuNzYgMS4xNS0yLjY1LjEzLS4wNC43NC0uMzIuOTQtLjQyLjg0LS40NSAxLjc0LTEuMDkgMi40OC0xLjc5LjItLjE1LjItLjQ1LjA1LS42LS4xMy0uMi0uNDMtLjItLjYzLS4wNnptLTgwLjA2LTU2Ljc2Yy44OS0uMzIgMS43OC0uNjUgMi42Ny0xIC41OC4yIDEuMTUuMzggMS43MS41NS42NS4xNSAxLjI5LjMgMS45NC40LjI1IDAgLjUtLjE1LjUtLjQuMDUtLjI1LS4xLS40NS0uMzUtLjQ5LS42NS0uMS0xLjI5LS4yLTEuODktLjM1LS4yMS0uMDctLjQyLS4xNC0uNjQtLjIxLjgyLS4zNCAxLjY0LS42OSAyLjQ1LTEuMDYuODguNDkgMS44LjY5IDIuNzYuODcuMi4wNS40LjEuNi4xNXMuNDUtLjEuNS0uMzUtLjEtLjUtLjM1LS41NWMtLjItLjA1LS40LS4wNS0uNi0uMS0uNjUtLjE0LTEuMjgtLjI2LTEuODgtLjQ5LjE4LS4wOS4zNi0uMTYuNTQtLjI1LjYyLS4zMSAxLjI1LS42MiAxLjg2LS45NSAxLjE3LjMgMy42LjM1IDMuNjUuMzUuMjUuMDUuNDUtLjE1LjQ1LS40cy0uMi0uNDUtLjQtLjQ1Yy0uMSAwLTEuNy0uMDctMi40NS0uMTcgMS41OC0uODUgMy4xNi0xLjc1IDQuNzgtMi43MS4yLS4xNS4zLS40LjE1LS42NS0uMS0uMi0uNC0uMjUtLjYtLjE1LTEuNzQgMS4wNi0zLjQ1IDIuMDItNS4xNCAyLjkxLjEtLjMzLjIzLS42OC4zNy0xLjAzLjEtLjEuMTUtLjI1LjItLjM1cy4xLS4yNS4yLS4zNWMuMS0uMi4wNS0uNS0uMTUtLjYtLjI1LS4xNS0uNS0uMDUtLjYuMTUgMCAwLS45NSAyLjExLTEuMDYgMi43Mi0uNTYuMjktMS4xMS41OC0xLjY3Ljg2LS4yMS4xLS40MS4xOS0uNjIuMjkuMDUtLjI5LjEtLjU3LjE4LS44NC4xNS0uNTQuMzUtMS4wNC43LTEuNDkuMTUtLjIuMS0uNS0uMS0uNjVzLS41LS4xLS42NS4xYy0uNC42LS42NCAxLjE5LS43OSAxLjc5LS4xMi41MS0uMjEgMS4wMi0uMjYgMS41Mi0uOTYuNDQtMS45Mi44NS0yLjg5IDEuMjUuMS0uMzkuMjEtLjc4LjM3LTEuMTguMi0uNi40OS0xLjI0Ljg5LTEuOTQuMS0uMi4wNS0uNDUtLjItLjYtLjItLjEtLjQ1LS4wNS0uNi4yLS40LjY5LS43IDEuMzgtLjk0IDIuMDMtLjI0LjY2LS4zOCAxLjI3LS41MiAxLjg4LS44LjMxLTEuNi42Mi0yLjQxLjktLjI1LjA1LS4zNS4zLS4yNS41NS4wNC4yOS4yOS4zOC41NC4yOXptLTE1LjY5IDE2Ljg4Yy4yLS4xNS4yNS0uNC4xNS0uNi0uMS0uMjQtLjQtLjI5LS42LS4yLS40NS4yNS0uODUuNS0xLjE5Ljc1LS4zNy4yNi0uNy40Ni0xLjA4LjU5LjQ1LS44MS45Mi0xLjcgMS40LTIuNjUuODguMDYgMS42NC0uNDIgMi40MS0uODcuNC0uMjUuNzQtLjUgMS4wOS0uNi4yNS0uMS4zNS0uMzUuMy0uNTUtLjEtLjI0LS4zNS0uMzUtLjU1LS4yOS0uNDUuMTUtLjg5LjQtMS4yOS42OS0uNS4yOS0xIC41OS0xLjUuNzEgMC0uMDEgMC0uMDEuMDEtLjAyLjM3LS43My43NS0xLjQ4IDEuMTUtMi4yNCAxLjE1LS4xIDIuODctMS4yOCAzLjE3LTEuNDguMi0uMS4yNS0uNC4xLS42LS4xLS4yLS40LS4yNS0uNi0uMTUtLjMuMi0xLjU5IDEuMTEtMi4xNiAxLjI1IDEuMjMtMi4zMiA0LjE0LTYuOTYgNC4xOS02Ljk2LjEtLjIuMDUtLjQ5LS4xNS0uNi0uMjItLjE0LS40NC0uMDYtLjU5LjEtMS40NiAyLjA4LTIuNzYgNC4zMS0zLjk0IDYuNDktLjEtLjUtLjI0LTIuMzctLjI0LTIuNDcuMDUtLjI1LS4xLS41LS4zNS0uNTQtLjI1IDAtLjQ1LjE1LS41LjQtLjA1LjE1LjI3IDMuMTEuNDQgMy44Mi0uNDIuNzktLjgyIDEuNTctMS4yIDIuMzMtLjA1LS4xLS4wOS0uMTktLjEzLS4yOC0uMzUtLjc1LS43NS0xLjQ5LS41NS0yLjE5LjA1LS4yNS0uMS0uNS0uMzUtLjU1LS4yLS4wNS0uNDUuMS0uNS4zNS0uMy45OS4xNSAxLjg4LjYgMi43OC4xNS4zMS4zLjYxLjQuOS0uNTQgMS4wNS0xLjA1IDIuMDQtMS41NCAyLjkzLS4xNi0uNTUtLjMtMS4yNy0uNC0xLjg5IDAtLjItLjA1LS40LS4wNS0uNTVzLS4wNS0uMjQtLjA1LS40di0uMDVjMC0uMjUtLjItLjQ1LS40NS0uNDVzLS40NS4yLS40LjQ1di41NmMuMDUuMi4wNS40LjEuNTQuMTQuOTYuNDMgMi4xOS42NyAyLjgxLS4zNi42Mi0uNzIgMS4xOC0xLjA3IDEuNjYtLjE1LjE1LS4xLjQ1LjEuNnMuNS4xLjYtLjFjLjM5LS41My44LTEuMTYgMS4yMS0xLjg1LjkyLS4wOCAxLjQ3LS40NCAyLjE3LS44OC4zMi0uMjUuNjctLjQ1IDEuMTctLjd6bTc2LjUzIDY3LjJjLjE1LS42NS40NC0xLjI0Ljc0LTEuODQuMTUtLjIuMDUtLjQ1LS4xNS0uNi0uMi0uMS0uNS0uMDUtLjYuMi0uMzUuNjQtLjY1IDEuMjktLjg1IDEuOTgtLjE3LjU4LS4zMSAxLjE5LS4zNCAxLjgxLTEgLjYyLTIuMDEgMS4yNC0zLjAzIDEuODMuMDgtLjguMjItMS41OS40NC0yLjM1LjA1LS4yNS4zLS45OS40LTEuMjRzLS4wNS0uNS0uMjUtLjU1Yy0uMjQtLjEtLjQ5IDAtLjYuMjUtLjA0LjItLjM0IDEuMDktLjQgMS4yOS0uMjggMS4wNS0uNDMgMi4wOS0uNTMgMy4xMy0xLjEyLjYyLTIuMjUgMS4yMi0zLjM5IDEuODEuMDMtLjUuMTEtMSAuMjUtMS41MS4yNS0uNy42LTEuNDQgMS4xLTIuMTQuMTUtLjIuMS0uNDktLjEtLjYtLjItLjE1LS40NS0uMS0uNi4xLS41NS43OS0uOTQgMS41OS0xLjI1IDIuMzgtLjIyLjcxLS4zMiAxLjQ2LS4zIDIuMjItMS44NC45Mi0zLjcyIDEuNzktNS42NiAyLjYtLjIuMS0uMy4zNS0uMi41NC4wNS4yNS4zNS4zNS41NS4yNS43Mi0uMjkgMS40Mi0uNjEgMi4xMi0uOTEuMDQuMDMuMDcuMDUuMTEuMDcuNjQuMyAxLjI5LjQ1IDEuOTkuNTUuNjQuMDUgMS4zNC4wNSAxLjk4LS4wNS4yNS0uMDUuNDUtLjI1LjQtLjVzLS4yNS0uNC0uNDktLjRjLS42LjEtMS4yNC4xLTEuODQuMDUtLjM0LS4wMy0uNjktLjEyLTEuMDUtLjIyLjg5LS40MSAxLjc3LS44NCAyLjY0LTEuMjcuNzEuMjEgMS4zNS4zNSAxLjk0LjM5LjcuMSAxLjI5LjE1IDEuODkuMS4yNSAwIC40NC0uMi40NC0uNDQtLjA1LS4yNS0uMjQtLjQ1LS40OS0uNDUtLjU1LjA1LTEuMS4wNS0xLjY5LS4wNS0uMjktLjA0LS41OC0uMS0uODctLjE2IDEuMDYtLjU2IDIuMTItMS4xMSAzLjE2LTEuNy41LjE0Ljk5LjI0IDEuNDkuMzIuNi4wNSAxLjE5LjEgMS43OS4xLjI1LjA1LjQ1LS4xNS40NS0uNHMtLjItLjQ1LS40NS0uNDVjLS42IDAtMi4wMS0uMi0yLjE3LS4yMy45My0uNTUgMS44NC0xLjExIDIuNzQtMS42Ny40OC4xMy45My4yMSAxLjQyLjIxLjQ5LjA1IDEuMDQuMDUgMS41OSAwIC4yNCAwIC40LS4yNS40LS40OS0uMDUtLjItLjI1LS40LS41LS4zNS0uNS4wNS0xLjY4LS4wNC0xLjgtLjA2IDEuNTUtLjk5IDMuMDctMiA0LjU4LTMuMDMuMi0uMTUuMjUtLjQ0LjEtLjY0cy0uNDQtLjI1LS42NC0uMWMtMS41MyAxLjA3LTMuMSAyLjEzLTQuNyAzLjE1LjA1LS4yOS4xMi0uNjEuMjMtLjkzem0tMTAuMTgtNzkuNDFjLjItLjIuMzUtLjUuMzUtLjhzLS4xNS0uNi0uMzUtLjgtLjUtLjM1LS44NS0uMzVjLS4zIDAtLjYuMTUtLjguMzVzLS4zNS40NS0uMzUuOGMwIC4zLjE1LjYuMzUuOHMuNS4zLjguM2MuMzUtLjAxLjY1LS4xMS44NS0uM3ptLTU3LjY1IDYwLjI5YzAgNi4xNyAyLjggOS4zMiA4LjUzIDkuNjMgNC43NyAwIDkuNzEgMCAxNC42LjM1IDMuMTcuMjIgNS44NyAxLjY2IDguMTEgNC4zNiAxLjg1LTIuNDYgNC40MS0zLjg1IDguMjktNC4zNiA0LjYzLS4zNSA5LjM1LS4zNSAxMy45Mi0uMzUgNS41My0uNCA4LjIzLTMuMyA4LjIzLTguODggMC0uMjQgMC0uNDktLjAyLS43NCAwIDAgMC00OS42NSAwLTUwLjg0aC02MS42NnptMzkuMzYtMjguNzZoMTkuMTJ2LTEuODhoLTE4Ljg3di0xLjM0aDE4Ljg3di0xLjg5aC0xOC44N3YtMS4zOWgxOC44N3YtMS42NGgtMTguODd2LTEuMzloMTguODd2LTIuMDNoLTE4Ljg3di0xLjM5aDE4Ljg3di0yLjI1aC0xOC44N3YtMS4zNGgxOC44N3YtMS45OWgtMTkuMTJ2LTIuMDhoMjAuODZ2MjIuMDVoLTIwLjg2em0tLjA1IDM1Ljc1aDEyLjcyYzIuMTQuMTUgNS4xMi0xLjE0IDUuMTItMi4xNGwtMTcuODMtLjA1di0xLjE5aDE4LjU3Yy4wNS0uMi4zNS0xLjE5LjM1LTIuMDNoLTE4Ljkzdi0xLjE5bDE4LjkyLS4wNXYtMi4wOGgtMTguOTJ2LTEuMTloMTguOTJsLjA1LTIuNDRoLTE4Ljkydi0xLjE5aDE4Ljkydi0yLjQzaC0xOC45MnYtMS4yOWgxOC45MnYtMi4yOWgtMTguOTJ2LTIuMjRoMjAuODZ2MTYuNTljLS4xNSA0LjAyLTMuNDggNi44NS04LjIgNi40NWgtMTIuNzF6bS0xNi42MiAxLjI0aC0xNC40Yy0xLjI5LjA1LTIuNzMtLjUtMy41OC0xLjI0aDE1Ljk5di0yLjE0aC0xNy4zM2MtLjUtLjQtLjgtLjktLjktMS4yNGgxOC4yM3YtMi4wM2gtMTguODNjLS4xNS0uMzUtLjE5LS45LS4xOS0xLjI0aDE5LjAydi0yLjA4aC0xOS4wMnYtMS4xOWgxOS4wMnYtMi40NGgtMTkuMDJ2LTEuMTloMTkuMDJ2LTIuNDNoLTE5LjAydi0xLjI5aDE5LjAydi0yLjI5aC0xOS4wMnYtMi4yNGgyMS4wMXptLTIxLjAyLTM2Ljk5aDE5LjEydi0xLjg4aC0xOC44N3YtMS4zNGgxOC44N3YtMS44OWgtMTguODd2LTEuMzloMTguODd2LTEuNjRoLTE4Ljg3di0xLjM5aDE4Ljg3di0yLjAzaC0xOC44N3YtMS4zOWgxOC44N3YtMi4yNWgtMTguODd2LTEuMzRoMTguODd2LTEuOTloLTE5LjEydi0yLjA4aDIwLjg3djIyLjA1aC0yMC44N3ptLTQuMTUtMjEuOTJ2NTAuNjNjLjQ4IDguNCA0LjkxIDEyLjMxIDEzLjYyIDExLjk1bDEyLjA3LjM1LjEuMDNjMy43MiAxLjAzIDYuMzIgMy4wOCA4IDYuMjMgMS44LTMuNSA0LjUxLTUuNjUgOC4yNS02LjI2IDAgMCAxMi44Ni0uMzUgMTIuODctLjM1IDYuODUtLjEgMTAuMTYtMy4yMyAxMC40My05LjgyIDAgMCAwLS4zNyAwLTEtLjEyIDYuMDEtMy4yMyA5LjMyLTkuMzMgOS43NSAwIDAtLjAyLS4zLS4wNC0uNjF2LjYxYy00Ljc2IDAtOS4yNiAwLTEzLjgyLjM0LTMuODYuNTEtNi4yMyAxLjg0LTcuOTEgNC40NGwtLjQ3LjctLjY1LS44MnMtLjMzLS40OC0uMjYtLjM3Yy0xLjk3LTIuNDItNC40NC0zLjc1LTcuMzItMy45NS00Ljg3LS4zMy05Ljc4LS4zMy0xNC41Ni0uMzMtNi40NC0uMzUtOS43MS0zLjk5LTkuNzEtMTAuODR2LTUxLjdjLS40Mi4zMy0uOTkuNzktMS4yNyAxLjAyeiIvPjwvZz48L3N2Zz4=";
6
- var _ref = /*#__PURE__*/React.createElement(Header, null, /*#__PURE__*/React.createElement(HeaderLogo, {
7
- src: logo,
8
- href: "https://gov.gr",
9
- altText: "govgr logo"
10
- }), /*#__PURE__*/React.createElement(HeaderTitle, {
11
- href: "/some-url"
12
- }, "A title"), /*#__PURE__*/React.createElement(HeaderSection, null, "A subtitle"));
13
- it('renders the header with logo, title and subtitle ', function () {
14
- expect(_ref).toMatchSnapshot();
15
- });
16
- var _ref2 = /*#__PURE__*/React.createElement(HeaderTitle, null, "A title");
17
- it('renders the HeaderTitle component', function () {
18
- expect(mount(_ref2)).toMatchSnapshot();
19
- });
20
- var _ref3 = /*#__PURE__*/React.createElement(HeaderTitle, {
21
- href: '/somelink'
22
- }, "A title");
23
- it('renders the HeaderTitle component with custom href', function () {
24
- expect(mount(_ref3)).toMatchSnapshot();
25
- });
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../../cjs/app/Header/index.spec/index.js"
6
- }
@@ -1,55 +0,0 @@
1
- import _typeof from "@babel/runtime/helpers/typeof";
2
- import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
3
- function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
4
- import React from 'react';
5
- import { test, expect } from '@playwright/experimental-ct-react';
6
- import TestVariant from '@digigov/ui/utils/TestVariant';
7
- import { Default } from '@digigov/ui/app/Header/__stories__/Default';
8
- import { WithHeaderNavigation } from '@digigov/ui/app/Header/__stories__/WithHeaderNavigation';
9
- import { WithNavigation } from '@digigov/ui/app/Header/__stories__/WithNavigation';
10
- import { WithServiceName } from '@digigov/ui/app/Header/__stories__/WithServiceName';
11
- import { WithServiceNameAndLogo } from '@digigov/ui/app/Header/__stories__/WithServiceNameAndLogo';
12
- var _ref3 = /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(TestVariant, {
13
- title: "Default"
14
- }, /*#__PURE__*/React.createElement(Default, null)), /*#__PURE__*/React.createElement(TestVariant, {
15
- title: "WithHeaderNavigation"
16
- }, /*#__PURE__*/React.createElement(WithHeaderNavigation, null)), /*#__PURE__*/React.createElement(TestVariant, {
17
- title: "WithNavigation"
18
- }, /*#__PURE__*/React.createElement(WithNavigation, null)), /*#__PURE__*/React.createElement(TestVariant, {
19
- title: "WithServiceName"
20
- }, /*#__PURE__*/React.createElement(WithServiceName, null)), /*#__PURE__*/React.createElement(TestVariant, {
21
- title: "WithServiceNameAndLogo"
22
- }, /*#__PURE__*/React.createElement(WithServiceNameAndLogo, null)));
23
- test('renders the All Header variants', /*#__PURE__*/function () {
24
- var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(_ref) {
25
- var mount, page, screenshot;
26
- return _regeneratorRuntime().wrap(function _callee$(_context) {
27
- while (1) switch (_context.prev = _context.next) {
28
- case 0:
29
- mount = _ref.mount, page = _ref.page;
30
- _context.next = 3;
31
- return mount(_ref3);
32
- case 3:
33
- _context.next = 5;
34
- return page.evaluate(function () {
35
- return document.fonts.ready;
36
- });
37
- case 5:
38
- _context.next = 7;
39
- return page.screenshot({
40
- fullPage: true,
41
- animations: 'disabled'
42
- });
43
- case 7:
44
- screenshot = _context.sent;
45
- expect(screenshot).toMatchSnapshot();
46
- case 9:
47
- case "end":
48
- return _context.stop();
49
- }
50
- }, _callee);
51
- }));
52
- return function (_x) {
53
- return _ref2.apply(this, arguments);
54
- };
55
- }());
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../../cjs/app/Header/index.test/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- import CircularProgress from '@digigov/ui/app/Loader';
2
- export default {
3
- title: 'Digigov UI/app/CircularProgress',
4
- component: CircularProgress,
5
- displayName: 'CircularProgress'
6
- };
7
- export * from '@digigov/ui/app/Loader/__stories__/Default';
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../../cjs/app/Loader/Loader.stories/index.js"
6
- }
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import { LoaderContainer, CircularProgress } from '@digigov/ui/app/Loader';
3
- var _ref = /*#__PURE__*/React.createElement(LoaderContainer, null, /*#__PURE__*/React.createElement(CircularProgress, null));
4
- export var Default = function Default() {
5
- return _ref;
6
- };
7
- export default Default;
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../../../cjs/app/Loader/__stories__/Default/index.js"
6
- }
@@ -1,43 +0,0 @@
1
- import _typeof from "@babel/runtime/helpers/typeof";
2
- import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
3
- function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
4
- import React from 'react';
5
- import { test, expect } from '@playwright/experimental-ct-react';
6
- import TestVariant from '@digigov/ui/utils/TestVariant';
7
- import { Default } from '@digigov/ui/app/Loader/__stories__/Default';
8
- var _ref3 = /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(TestVariant, {
9
- title: "Default"
10
- }, /*#__PURE__*/React.createElement(Default, null)));
11
- test('renders the All Loader variants', /*#__PURE__*/function () {
12
- var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(_ref) {
13
- var mount, page, screenshot;
14
- return _regeneratorRuntime().wrap(function _callee$(_context) {
15
- while (1) switch (_context.prev = _context.next) {
16
- case 0:
17
- mount = _ref.mount, page = _ref.page;
18
- _context.next = 3;
19
- return mount(_ref3);
20
- case 3:
21
- _context.next = 5;
22
- return page.evaluate(function () {
23
- return document.fonts.ready;
24
- });
25
- case 5:
26
- _context.next = 7;
27
- return page.screenshot({
28
- fullPage: true,
29
- animations: 'disabled'
30
- });
31
- case 7:
32
- screenshot = _context.sent;
33
- expect(screenshot).toMatchSnapshot();
34
- case 9:
35
- case "end":
36
- return _context.stop();
37
- }
38
- }, _callee);
39
- }));
40
- return function (_x) {
41
- return _ref2.apply(this, arguments);
42
- };
43
- }());
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../../cjs/app/Loader/index.test/index.js"
6
- }
@@ -1,12 +0,0 @@
1
- import Masthead from '@digigov/ui/app/Masthead';
2
- export default {
3
- title: 'Digigov UI/app/Masthead',
4
- description: 'You can use the masthead at the top of the first page of a GOV.GR service, not at internal pages.',
5
- link: 'https://guide.services.gov.gr/docs/components/masthead',
6
- defaultWidth: 'lg',
7
- component: Masthead,
8
- displayName: 'Masthead'
9
- };
10
- export * from '@digigov/ui/app/Masthead/__stories__/Default';
11
- export * from '@digigov/ui/app/Masthead/__stories__/WithLogo';
12
- export * from '@digigov/ui/app/Masthead/__stories__/WithElements';
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../../cjs/app/Masthead/Masthead.stories/index.js"
6
- }
@@ -1,21 +0,0 @@
1
- {
2
- "version": "4",
3
- "stories": {
4
- "digigov-ui-app-masthead--default": {
5
- "actionSets": [
6
- {
7
- "actions": [
8
- {
9
- "name": "hover",
10
- "args": {
11
- "selector": "html>body>div:nth-child(5)>section>div>main>a"
12
- }
13
- }
14
- ],
15
- "id": "RjiejhT6-wyP",
16
- "title": "Hover"
17
- }
18
- ]
19
- }
20
- }
21
- }
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import { CallToAction } from '@digigov/ui/form/Button/CallToAction';
3
- import { Container } from '@digigov/ui/layouts/Basic/Container';
4
- import { Main } from '@digigov/ui/layouts/Basic/Main';
5
- import { Masthead, MastheadBody } from '@digigov/ui/layouts/Basic/Masthead';
6
- import { Heading } from '@digigov/ui/typography/Heading';
7
- var _ref = /*#__PURE__*/React.createElement(Masthead, null, /*#__PURE__*/React.createElement(Container, null, /*#__PURE__*/React.createElement(Main, null, /*#__PURE__*/React.createElement(Heading, null, "\u03A3\u03C7\u03B5\u03B4\u03B9\u03AC\u03C3\u03C4\u03B5 \u03C4\u03B7\u03BD \u03C5\u03C0\u03B7\u03C1\u03B5\u03C3\u03AF\u03B1 \u03C3\u03B1\u03C2, \u03BC\u03B5 \u03C4\u03BF \u03C3\u03C4\u03C5\u03BB \u03C4\u03BF\u03C5 GOV.GR"), /*#__PURE__*/React.createElement(MastheadBody, null, "\u03A7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF\u03C3\u03C4\u03B5 \u03B1\u03C5\u03C4\u03CC\u03BD \u03C4\u03BF\u03BD \u03BF\u03B4\u03B7\u03B3\u03CC \u03CE\u03C3\u03C4\u03B5 \u03BD\u03B1 \u03C6\u03C4\u03B9\u03AC\u03BE\u03B5\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03C5\u03C0\u03B7\u03C1\u03B5\u03C3\u03AF\u03B1 \u03C3\u03C5\u03BD\u03B5\u03C0\u03AE \u03C3\u03C4\u03B1 \u03C0\u03C1\u03CC\u03C4\u03C5\u03C0\u03B1 \u03C4\u03BF\u03C5 GOV.GR. \u0391\u03C0\u03BF\u03BA\u03C4\u03AE\u03C3\u03C4\u03B5 \u03B3\u03BD\u03CE\u03C3\u03B7 \u03B1\u03C0\u03CC \u03C4\u03B7\u03BD \u03AD\u03C1\u03B5\u03C5\u03BD\u03B1 \u03BA\u03B1\u03B9 \u03C4\u03B7\u03BD \u03B5\u03BC\u03C0\u03B5\u03B9\u03C1\u03AF\u03B1 \u03AC\u03BB\u03BB\u03C9\u03BD \u03BF\u03BC\u03AC\u03B4\u03C9\u03BD \u03BA\u03B1\u03B9 \u03B1\u03C0\u03BF\u03C6\u03CD\u03B3\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD \u03B5\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7 \u03B5\u03C1\u03B3\u03B1\u03C3\u03B9\u03CE\u03BD \u03C0\u03BF\u03C5 \u03AD\u03C7\u03BF\u03C5\u03BD \u03AE\u03B4\u03B7 \u03B3\u03AF\u03BD\u03B5\u03B9."), /*#__PURE__*/React.createElement(CallToAction, {
8
- href: "#"
9
- }, "\u039E\u03B5\u03BA\u03B9\u03BD\u03AE\u03C3\u03C4\u03B5 \u03B5\u03B4\u03CE"))));
10
- export var Default = function Default() {
11
- return _ref;
12
- };
13
- export default Default;
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../../../cjs/app/Masthead/__stories__/Default/index.js"
6
- }
@@ -1,19 +0,0 @@
1
- import React from 'react';
2
- import { CallToAction } from '@digigov/ui/form/Button/CallToAction';
3
- import mineduLogo from '@digigov/ui/govgr/images/minedu-logo-base64';
4
- import { Container } from '@digigov/ui/layouts/Basic/Container';
5
- import { Main } from '@digigov/ui/layouts/Basic/Main';
6
- import { Masthead, MastheadBody, MastheadLogo } from '@digigov/ui/layouts/Basic/Masthead';
7
- import Link from '@digigov/ui/navigation/Link';
8
- import { Heading } from '@digigov/ui/typography/Heading';
9
- import Hint from '@digigov/ui/typography/Hint';
10
- var _ref = /*#__PURE__*/React.createElement(Masthead, null, /*#__PURE__*/React.createElement(Container, null, /*#__PURE__*/React.createElement(Main, null, /*#__PURE__*/React.createElement(MastheadLogo, {
11
- src: mineduLogo,
12
- alt: "minedu logo"
13
- }), /*#__PURE__*/React.createElement(Heading, null, "\u03A3\u03C7\u03B5\u03B4\u03B9\u03AC\u03C3\u03C4\u03B5 \u03C4\u03B7\u03BD \u03C5\u03C0\u03B7\u03C1\u03B5\u03C3\u03AF\u03B1 \u03C3\u03B1\u03C2, \u03BC\u03B5 \u03C4\u03BF \u03C3\u03C4\u03C5\u03BB \u03C4\u03BF\u03C5 GOV.GR"), /*#__PURE__*/React.createElement(MastheadBody, null, "\u03A7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF\u03C3\u03C4\u03B5 \u03B1\u03C5\u03C4\u03CC\u03BD \u03C4\u03BF\u03BD \u03BF\u03B4\u03B7\u03B3\u03CC \u03CE\u03C3\u03C4\u03B5 \u03BD\u03B1 \u03C6\u03C4\u03B9\u03AC\u03BE\u03B5\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03C5\u03C0\u03B7\u03C1\u03B5\u03C3\u03AF\u03B1 \u03C3\u03C5\u03BD\u03B5\u03C0\u03AE \u03C3\u03C4\u03B1 \u03C0\u03C1\u03CC\u03C4\u03C5\u03C0\u03B1 \u03C4\u03BF\u03C5 GOV.GR. \u0391\u03C0\u03BF\u03BA\u03C4\u03AE\u03C3\u03C4\u03B5 \u03B3\u03BD\u03CE\u03C3\u03B7 \u03B1\u03C0\u03CC \u03C4\u03B7\u03BD \u03AD\u03C1\u03B5\u03C5\u03BD\u03B1 \u03BA\u03B1\u03B9 \u03C4\u03B7\u03BD \u03B5\u03BC\u03C0\u03B5\u03B9\u03C1\u03AF\u03B1 \u03AC\u03BB\u03BB\u03C9\u03BD \u03BF\u03BC\u03AC\u03B4\u03C9\u03BD \u03BA\u03B1\u03B9 \u03B1\u03C0\u03BF\u03C6\u03CD\u03B3\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD \u03B5\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7 \u03B5\u03C1\u03B3\u03B1\u03C3\u03B9\u03CE\u03BD \u03C0\u03BF\u03C5 \u03AD\u03C7\u03BF\u03C5\u03BD \u03AE\u03B4\u03B7 \u03B3\u03AF\u03BD\u03B5\u03B9. ", /*#__PURE__*/React.createElement(Link, null, "\u03A0\u03C1\u03BF\u03C4\u03B5\u03AF\u03BD\u03B5\u03C4\u03B5 \u03B2\u03B5\u03BB\u03C4\u03B9\u03CE\u03C3\u03B5\u03B9\u03C2.")), /*#__PURE__*/React.createElement(Hint, null, "\u03A4\u03B5\u03BB\u03B5\u03C5\u03C4\u03B1\u03AF\u03B1 \u03B5\u03BD\u03B7\u03BC\u03AD\u03C1\u03C9\u03C3\u03B7: 08/12/2021"), /*#__PURE__*/React.createElement(CallToAction, {
14
- href: "#"
15
- }, "\u039E\u03B5\u03BA\u03B9\u03BD\u03AE\u03C3\u03C4\u03B5 \u03B5\u03B4\u03CE"))));
16
- export var WithElements = function WithElements() {
17
- return _ref;
18
- };
19
- export default WithElements;
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../../../cjs/app/Masthead/__stories__/WithElements/index.js"
6
- }
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- import { CallToAction } from '@digigov/ui/form/Button/CallToAction';
3
- import logo3 from '@digigov/ui/govgr/images/minedu-logo-base64';
4
- import { Container } from '@digigov/ui/layouts/Basic/Container';
5
- import { Main } from '@digigov/ui/layouts/Basic/Main';
6
- import { Masthead, MastheadBody, MastheadLogo } from '@digigov/ui/layouts/Basic/Masthead';
7
- import { Heading } from '@digigov/ui/typography/Heading';
8
- var _ref = /*#__PURE__*/React.createElement(Masthead, null, /*#__PURE__*/React.createElement(Container, null, /*#__PURE__*/React.createElement(Main, null, /*#__PURE__*/React.createElement(MastheadLogo, {
9
- src: logo3,
10
- alt: "minedu logo"
11
- }), /*#__PURE__*/React.createElement(Heading, null, "\u03A3\u03C7\u03B5\u03B4\u03B9\u03AC\u03C3\u03C4\u03B5 \u03C4\u03B7\u03BD \u03C5\u03C0\u03B7\u03C1\u03B5\u03C3\u03AF\u03B1 \u03C3\u03B1\u03C2, \u03BC\u03B5 \u03C4\u03BF \u03C3\u03C4\u03C5\u03BB \u03C4\u03BF\u03C5 GOV.GR"), /*#__PURE__*/React.createElement(MastheadBody, null, "\u03A7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF\u03C3\u03C4\u03B5 \u03B1\u03C5\u03C4\u03CC\u03BD \u03C4\u03BF\u03BD \u03BF\u03B4\u03B7\u03B3\u03CC \u03CE\u03C3\u03C4\u03B5 \u03BD\u03B1 \u03C6\u03C4\u03B9\u03AC\u03BE\u03B5\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03C5\u03C0\u03B7\u03C1\u03B5\u03C3\u03AF\u03B1 \u03C3\u03C5\u03BD\u03B5\u03C0\u03AE \u03C3\u03C4\u03B1 \u03C0\u03C1\u03CC\u03C4\u03C5\u03C0\u03B1 \u03C4\u03BF\u03C5 GOV.GR. \u0391\u03C0\u03BF\u03BA\u03C4\u03AE\u03C3\u03C4\u03B5 \u03B3\u03BD\u03CE\u03C3\u03B7 \u03B1\u03C0\u03CC \u03C4\u03B7\u03BD \u03AD\u03C1\u03B5\u03C5\u03BD\u03B1 \u03BA\u03B1\u03B9 \u03C4\u03B7\u03BD \u03B5\u03BC\u03C0\u03B5\u03B9\u03C1\u03AF\u03B1 \u03AC\u03BB\u03BB\u03C9\u03BD \u03BF\u03BC\u03AC\u03B4\u03C9\u03BD \u03BA\u03B1\u03B9 \u03B1\u03C0\u03BF\u03C6\u03CD\u03B3\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD \u03B5\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7 \u03B5\u03C1\u03B3\u03B1\u03C3\u03B9\u03CE\u03BD \u03C0\u03BF\u03C5 \u03AD\u03C7\u03BF\u03C5\u03BD \u03AE\u03B4\u03B7 \u03B3\u03AF\u03BD\u03B5\u03B9."), /*#__PURE__*/React.createElement(CallToAction, {
12
- href: "#"
13
- }, "\u039E\u03B5\u03BA\u03B9\u03BD\u03AE\u03C3\u03C4\u03B5 \u03B5\u03B4\u03CE"))));
14
- export var WithLogo = function WithLogo() {
15
- return _ref;
16
- };
17
- export default WithLogo;
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../../../cjs/app/Masthead/__stories__/WithLogo/index.js"
6
- }
@@ -1,23 +0,0 @@
1
- ---
2
- id: masthead
3
- title: Masthead
4
- ---
5
-
6
- # Masthead
7
-
8
- The Masthead component is a set of features or layout that marks the page and delivers identifying information to web users.
9
-
10
- ## How to use
11
-
12
- <Story packageName="@digigov/ui" component="app/Masthead" story="Default.tsx" />
13
-
14
- ## API
15
-
16
- See below for a complete reference to all of the props available to the components mentioned here.
17
-
18
- <ComponentProps componentName={[
19
- "Masthead",
20
- "MastheadBody",
21
- "MastheadLogo",
22
- ]}
23
- />
@@ -1,49 +0,0 @@
1
- import _typeof from "@babel/runtime/helpers/typeof";
2
- import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
3
- function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
4
- import React from 'react';
5
- import { test, expect } from '@playwright/experimental-ct-react';
6
- import TestVariant from '@digigov/ui/utils/TestVariant';
7
- import { Default } from '@digigov/ui/app/Masthead/__stories__/Default';
8
- import { WithElements } from '@digigov/ui/app/Masthead/__stories__/WithElements';
9
- import { WithLogo } from '@digigov/ui/app/Masthead/__stories__/WithLogo';
10
- var _ref3 = /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(TestVariant, {
11
- title: "Default"
12
- }, /*#__PURE__*/React.createElement(Default, null)), /*#__PURE__*/React.createElement(TestVariant, {
13
- title: "WithElements"
14
- }, /*#__PURE__*/React.createElement(WithElements, null)), /*#__PURE__*/React.createElement(TestVariant, {
15
- title: "WithLogo"
16
- }, /*#__PURE__*/React.createElement(WithLogo, null)));
17
- test('renders the All Masthead variants', /*#__PURE__*/function () {
18
- var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(_ref) {
19
- var mount, page, screenshot;
20
- return _regeneratorRuntime().wrap(function _callee$(_context) {
21
- while (1) switch (_context.prev = _context.next) {
22
- case 0:
23
- mount = _ref.mount, page = _ref.page;
24
- _context.next = 3;
25
- return mount(_ref3);
26
- case 3:
27
- _context.next = 5;
28
- return page.evaluate(function () {
29
- return document.fonts.ready;
30
- });
31
- case 5:
32
- _context.next = 7;
33
- return page.screenshot({
34
- fullPage: true,
35
- animations: 'disabled'
36
- });
37
- case 7:
38
- screenshot = _context.sent;
39
- expect(screenshot).toMatchSnapshot();
40
- case 9:
41
- case "end":
42
- return _context.stop();
43
- }
44
- }, _callee);
45
- }));
46
- return function (_x) {
47
- return _ref2.apply(this, arguments);
48
- };
49
- }());
@@ -1,6 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "./index.js",
4
- "types": "./index.d.ts",
5
- "main": "../../../cjs/app/Masthead/index.test/index.js"
6
- }
@@ -1,43 +0,0 @@
1
- import _typeof from "@babel/runtime/helpers/typeof";
2
- import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
3
- function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
4
- import React from 'react';
5
- import { test, expect } from '@playwright/experimental-ct-react';
6
- import { Default } from '@digigov/ui/app/Masthead/__stories__/Default';
7
- var _ref3 = /*#__PURE__*/React.createElement(Default, null);
8
- test('renders the Default Hover', /*#__PURE__*/function () {
9
- var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(_ref) {
10
- var mount, page, screenshot;
11
- return _regeneratorRuntime().wrap(function _callee$(_context) {
12
- while (1) switch (_context.prev = _context.next) {
13
- case 0:
14
- mount = _ref.mount, page = _ref.page;
15
- _context.next = 3;
16
- return mount(_ref3);
17
- case 3:
18
- _context.next = 5;
19
- return page.evaluate(function () {
20
- return document.fonts.ready;
21
- });
22
- case 5:
23
- _context.next = 7;
24
- return page.locator("#root>section>div>main>a").hover();
25
- case 7:
26
- _context.next = 9;
27
- return page.screenshot({
28
- fullPage: true,
29
- animations: 'disabled'
30
- });
31
- case 9:
32
- screenshot = _context.sent;
33
- expect(screenshot).toMatchSnapshot();
34
- case 11:
35
- case "end":
36
- return _context.stop();
37
- }
38
- }, _callee);
39
- }));
40
- return function (_x) {
41
- return _ref2.apply(this, arguments);
42
- };
43
- }());