@digigov/ui 2.0.0-f2d82d25 → 2.0.0-rc.0

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 (2315) hide show
  1. package/.eslintrc.js +4 -0
  2. package/.prettierrc.js +3 -0
  3. package/.rush/temp/operation/build/state.json +3 -0
  4. package/.rush/temp/package-deps_build.json +639 -0
  5. package/.rush/temp/package-deps_publint.json +637 -0
  6. package/.rush/temp/shrinkwrap-deps.json +418 -0
  7. package/CHANGELOG.json +2380 -0
  8. package/digigov-ui-1.1.0.tgz +0 -0
  9. package/dist-0.1.2.tgz +0 -0
  10. package/docs/components.mdx +1 -0
  11. package/docs/create-a-new-service.mdx +93 -0
  12. package/docs/create-common-page-layout.mdx +207 -0
  13. package/docs/create-static-page.mdx +181 -0
  14. package/docs/edit-start-page.mdx +143 -0
  15. package/docs/index.mdx +66 -0
  16. package/docs/introduction.mdx +34 -0
  17. package/package.json +39 -10
  18. package/src/app/QrCodeViewer/index.tsx +2 -0
  19. package/src/app/ThemeOptions/index.tsx +1 -1
  20. package/src/content/SafeHTML/index.tsx +1 -1
  21. package/src/lazy.js +310 -0
  22. package/src/navigation/Pagination/__stories__/PaginationWithSmallFont.tsx +1 -1
  23. package/src/navigation/Pagination/__stories__/WithResultsPerPage.tsx +1 -1
  24. package/src/registry.js +0 -12
  25. package/tsconfig.json +66 -0
  26. package/tsconfig.production.json +45 -0
  27. package/ui.build.log +13 -0
  28. package/ui.publint.log +571 -0
  29. package/LICENSE +0 -0
  30. package/api/APIErrors/index.js +0 -77
  31. package/api/APIErrors/package.json +0 -6
  32. package/api/APIErrors.d.ts +0 -22
  33. package/api/APIProvider/index.js +0 -25
  34. package/api/APIProvider/package.json +0 -6
  35. package/api/APIProvider.d.ts +0 -15
  36. package/api/fetchAPI/index.js +0 -42
  37. package/api/fetchAPI/package.json +0 -6
  38. package/api/fetchAPI.d.ts +0 -18
  39. package/api/index.d.ts +0 -9
  40. package/api/index.js +0 -13
  41. package/api/index.spec/index.js +0 -468
  42. package/api/index.spec/package.json +0 -6
  43. package/api/index.spec.d.ts +0 -1
  44. package/api/introduction.md +0 -6
  45. package/api/package.json +0 -6
  46. package/api/useResource/index.js +0 -109
  47. package/api/useResource/package.json +0 -6
  48. package/api/useResource.d.ts +0 -11
  49. package/api/useResourceAction/index.js +0 -121
  50. package/api/useResourceAction/package.json +0 -6
  51. package/api/useResourceAction.d.ts +0 -2
  52. package/api/useResourceQuery/index.js +0 -184
  53. package/api/useResourceQuery/package.json +0 -6
  54. package/api/useResourceQuery.d.ts +0 -18
  55. package/api/utils/index.js +0 -190
  56. package/api/utils/package.json +0 -6
  57. package/api/utils.d.ts +0 -6
  58. package/app/App/index.js +0 -12
  59. package/app/App/package.json +0 -6
  60. package/app/App.d.ts +0 -7
  61. package/app/BannerContainer/BannerContainer.stories/index.js +0 -9
  62. package/app/BannerContainer/BannerContainer.stories/package.json +0 -6
  63. package/app/BannerContainer/BannerContainer.stories.d.ts +0 -10
  64. package/app/BannerContainer/__stories__/CookiesBanner/index.js +0 -16
  65. package/app/BannerContainer/__stories__/CookiesBanner/package.json +0 -6
  66. package/app/BannerContainer/__stories__/CookiesBanner.d.ts +0 -3
  67. package/app/BannerContainer/index.d.ts +0 -3
  68. package/app/BannerContainer/index.js +0 -3
  69. package/app/BannerContainer/package.json +0 -6
  70. package/app/BottomInfo/index.d.ts +0 -5
  71. package/app/BottomInfo/index.js +0 -5
  72. package/app/BottomInfo/package.json +0 -6
  73. package/app/CloseButton/index.d.ts +0 -3
  74. package/app/CloseButton/index.js +0 -3
  75. package/app/CloseButton/package.json +0 -6
  76. package/app/FilterContainer/index.d.ts +0 -11
  77. package/app/FilterContainer/index.js +0 -11
  78. package/app/FilterContainer/package.json +0 -6
  79. package/app/Footer/Footer.stories/index.js +0 -17
  80. package/app/Footer/Footer.stories/package.json +0 -6
  81. package/app/Footer/Footer.stories.d.ts +0 -18
  82. package/app/Footer/Footer.stories.playwright.json +0 -27
  83. package/app/Footer/__stories__/Default/index.js +0 -7
  84. package/app/Footer/__stories__/Default/package.json +0 -6
  85. package/app/Footer/__stories__/Default.d.ts +0 -3
  86. package/app/Footer/__stories__/DefaultCopyright/index.js +0 -17
  87. package/app/Footer/__stories__/DefaultCopyright/package.json +0 -6
  88. package/app/Footer/__stories__/DefaultCopyright.d.ts +0 -3
  89. package/app/Footer/__stories__/FooterAllInclusive/index.js +0 -66
  90. package/app/Footer/__stories__/FooterAllInclusive/package.json +0 -6
  91. package/app/Footer/__stories__/FooterAllInclusive.d.ts +0 -3
  92. package/app/Footer/__stories__/FooterWithLink/index.js +0 -28
  93. package/app/Footer/__stories__/FooterWithLink/package.json +0 -6
  94. package/app/Footer/__stories__/FooterWithLink.d.ts +0 -3
  95. package/app/Footer/__stories__/FooterWithLogo/index.js +0 -26
  96. package/app/Footer/__stories__/FooterWithLogo/package.json +0 -6
  97. package/app/Footer/__stories__/FooterWithLogo.d.ts +0 -3
  98. package/app/Footer/__stories__/FooterWithSecondaryNavigation/index.js +0 -48
  99. package/app/Footer/__stories__/FooterWithSecondaryNavigation/package.json +0 -6
  100. package/app/Footer/__stories__/FooterWithSecondaryNavigation.d.ts +0 -3
  101. package/app/Footer/__stories__/FooterWithText/index.js +0 -29
  102. package/app/Footer/__stories__/FooterWithText/package.json +0 -6
  103. package/app/Footer/__stories__/FooterWithText.d.ts +0 -3
  104. package/app/Footer/__stories__/YearCopyright/index.js +0 -21
  105. package/app/Footer/__stories__/YearCopyright/package.json +0 -6
  106. package/app/Footer/__stories__/YearCopyright.d.ts +0 -3
  107. package/app/Footer/index.d.ts +0 -15
  108. package/app/Footer/index.js +0 -15
  109. package/app/Footer/index.mdx +0 -50
  110. package/app/Footer/package.json +0 -6
  111. package/app/Header/Header.stories/index.js +0 -18
  112. package/app/Header/Header.stories/package.json +0 -6
  113. package/app/Header/Header.stories.d.ts +0 -18
  114. package/app/Header/Header.stories.playwright.json +0 -49
  115. package/app/Header/HeaderContent/index.js +0 -3
  116. package/app/Header/HeaderContent/package.json +0 -6
  117. package/app/Header/HeaderContent.d.ts +0 -3
  118. package/app/Header/HeaderLogo/index.js +0 -3
  119. package/app/Header/HeaderLogo/package.json +0 -6
  120. package/app/Header/HeaderLogo.d.ts +0 -3
  121. package/app/Header/HeaderNavMenuContent/index.js +0 -3
  122. package/app/Header/HeaderNavMenuContent/package.json +0 -6
  123. package/app/Header/HeaderNavMenuContent.d.ts +0 -3
  124. package/app/Header/HeaderSecondaryLogo/index.js +0 -3
  125. package/app/Header/HeaderSecondaryLogo/package.json +0 -6
  126. package/app/Header/HeaderSecondaryLogo.d.ts +0 -3
  127. package/app/Header/HeaderSection/index.js +0 -3
  128. package/app/Header/HeaderSection/package.json +0 -6
  129. package/app/Header/HeaderSection.d.ts +0 -3
  130. package/app/Header/HeaderTitle/index.js +0 -3
  131. package/app/Header/HeaderTitle/package.json +0 -6
  132. package/app/Header/HeaderTitle.d.ts +0 -3
  133. package/app/Header/__snapshots__/index.spec.tsx.snap +0 -55
  134. package/app/Header/__stories__/Default/index.js +0 -12
  135. package/app/Header/__stories__/Default/package.json +0 -6
  136. package/app/Header/__stories__/Default.d.ts +0 -3
  137. package/app/Header/__stories__/WithHeaderNavigation/index.js +0 -35
  138. package/app/Header/__stories__/WithHeaderNavigation/package.json +0 -6
  139. package/app/Header/__stories__/WithHeaderNavigation.d.ts +0 -3
  140. package/app/Header/__stories__/WithNavigation/index.js +0 -53
  141. package/app/Header/__stories__/WithNavigation/package.json +0 -6
  142. package/app/Header/__stories__/WithNavigation.d.ts +0 -3
  143. package/app/Header/__stories__/WithServiceName/index.js +0 -13
  144. package/app/Header/__stories__/WithServiceName/package.json +0 -6
  145. package/app/Header/__stories__/WithServiceName.d.ts +0 -3
  146. package/app/Header/__stories__/WithServiceNameAndLogo/index.js +0 -18
  147. package/app/Header/__stories__/WithServiceNameAndLogo/package.json +0 -6
  148. package/app/Header/__stories__/WithServiceNameAndLogo.d.ts +0 -3
  149. package/app/Header/index.d.ts +0 -9
  150. package/app/Header/index.js +0 -9
  151. package/app/Header/index.mdx +0 -47
  152. package/app/Header/index.spec/index.js +0 -25
  153. package/app/Header/index.spec/package.json +0 -6
  154. package/app/Header/index.spec.d.ts +0 -1
  155. package/app/Header/package.json +0 -6
  156. package/app/Loader/Loader.stories/index.js +0 -7
  157. package/app/Loader/Loader.stories/package.json +0 -6
  158. package/app/Loader/Loader.stories.d.ts +0 -8
  159. package/app/Loader/__stories__/Default/index.js +0 -7
  160. package/app/Loader/__stories__/Default/package.json +0 -6
  161. package/app/Loader/__stories__/Default.d.ts +0 -3
  162. package/app/Loader/index.d.ts +0 -5
  163. package/app/Loader/index.js +0 -5
  164. package/app/Loader/package.json +0 -6
  165. package/app/Masthead/Masthead.stories/index.js +0 -12
  166. package/app/Masthead/Masthead.stories/package.json +0 -6
  167. package/app/Masthead/Masthead.stories.d.ts +0 -13
  168. package/app/Masthead/Masthead.stories.playwright.json +0 -21
  169. package/app/Masthead/__stories__/Default/index.js +0 -13
  170. package/app/Masthead/__stories__/Default/package.json +0 -6
  171. package/app/Masthead/__stories__/Default.d.ts +0 -3
  172. package/app/Masthead/__stories__/WithElements/index.js +0 -19
  173. package/app/Masthead/__stories__/WithElements/package.json +0 -6
  174. package/app/Masthead/__stories__/WithElements.d.ts +0 -3
  175. package/app/Masthead/__stories__/WithLogo/index.js +0 -17
  176. package/app/Masthead/__stories__/WithLogo/package.json +0 -6
  177. package/app/Masthead/__stories__/WithLogo.d.ts +0 -3
  178. package/app/Masthead/index.d.ts +0 -5
  179. package/app/Masthead/index.js +0 -5
  180. package/app/Masthead/index.mdx +0 -18
  181. package/app/Masthead/package.json +0 -6
  182. package/app/Modal/Modal.stories/index.js +0 -13
  183. package/app/Modal/Modal.stories/package.json +0 -6
  184. package/app/Modal/Modal.stories.d.ts +0 -14
  185. package/app/Modal/Modal.stories.playwright.json +0 -53
  186. package/app/Modal/__stories__/AlertDialog/index.js +0 -39
  187. package/app/Modal/__stories__/AlertDialog/package.json +0 -6
  188. package/app/Modal/__stories__/AlertDialog.d.ts +0 -3
  189. package/app/Modal/__stories__/Auto/index.js +0 -45
  190. package/app/Modal/__stories__/Auto/package.json +0 -6
  191. package/app/Modal/__stories__/Auto.d.ts +0 -3
  192. package/app/Modal/__stories__/Default/index.js +0 -37
  193. package/app/Modal/__stories__/Default/package.json +0 -6
  194. package/app/Modal/__stories__/Default.d.ts +0 -3
  195. package/app/Modal/__stories__/Dense/index.js +0 -38
  196. package/app/Modal/__stories__/Dense/package.json +0 -6
  197. package/app/Modal/__stories__/Dense.d.ts +0 -3
  198. package/app/Modal/__stories__/WithHooks/index.js +0 -29
  199. package/app/Modal/__stories__/WithHooks/package.json +0 -6
  200. package/app/Modal/__stories__/WithHooks.d.ts +0 -3
  201. package/app/Modal/auto/index.js +0 -61
  202. package/app/Modal/auto/package.json +0 -6
  203. package/app/Modal/auto.d.ts +0 -21
  204. package/app/Modal/hooks/index.js +0 -60
  205. package/app/Modal/hooks/package.json +0 -6
  206. package/app/Modal/hooks.d.ts +0 -26
  207. package/app/Modal/index.d.ts +0 -15
  208. package/app/Modal/index.js +0 -58
  209. package/app/Modal/index.mdx +0 -33
  210. package/app/Modal/package.json +0 -6
  211. package/app/NotFound/NotFound.stories/index.js +0 -7
  212. package/app/NotFound/NotFound.stories/package.json +0 -6
  213. package/app/NotFound/NotFound.stories.d.ts +0 -8
  214. package/app/NotFound/__stories__/Default/index.js +0 -7
  215. package/app/NotFound/__stories__/Default/package.json +0 -6
  216. package/app/NotFound/__stories__/Default.d.ts +0 -3
  217. package/app/NotFound/index.d.ts +0 -3
  218. package/app/NotFound/index.js +0 -11
  219. package/app/NotFound/index.mdx +0 -16
  220. package/app/NotFound/package.json +0 -6
  221. package/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion/index.js +0 -221
  222. package/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion/package.json +0 -6
  223. package/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion.d.ts +0 -15
  224. package/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck/index.js +0 -45
  225. package/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck/package.json +0 -6
  226. package/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck.d.ts +0 -2
  227. package/app/OutdatedBrowserBanner/index.d.ts +0 -3
  228. package/app/OutdatedBrowserBanner/index.js +0 -22
  229. package/app/OutdatedBrowserBanner/package.json +0 -6
  230. package/app/PageTitleContainer/index.d.ts +0 -5
  231. package/app/PageTitleContainer/index.js +0 -5
  232. package/app/PageTitleContainer/package.json +0 -6
  233. package/app/Panel/Panel.stories/index.js +0 -9
  234. package/app/Panel/Panel.stories/package.json +0 -6
  235. package/app/Panel/Panel.stories.d.ts +0 -10
  236. package/app/Panel/__stories__/Default/index.js +0 -7
  237. package/app/Panel/__stories__/Default/package.json +0 -6
  238. package/app/Panel/__stories__/Default.d.ts +0 -3
  239. package/app/Panel/index.d.ts +0 -5
  240. package/app/Panel/index.js +0 -5
  241. package/app/Panel/index.mdx +0 -16
  242. package/app/Panel/package.json +0 -6
  243. package/app/PhaseBannerHeader/PhaseBannerHeader.stories/index.js +0 -7
  244. package/app/PhaseBannerHeader/PhaseBannerHeader.stories/package.json +0 -6
  245. package/app/PhaseBannerHeader/PhaseBannerHeader.stories.d.ts +0 -8
  246. package/app/PhaseBannerHeader/__stories__/Default/index.js +0 -10
  247. package/app/PhaseBannerHeader/__stories__/Default/package.json +0 -6
  248. package/app/PhaseBannerHeader/__stories__/Default.d.ts +0 -3
  249. package/app/PhaseBannerHeader/index.d.ts +0 -8
  250. package/app/PhaseBannerHeader/index.js +0 -18
  251. package/app/PhaseBannerHeader/index.mdx +0 -20
  252. package/app/PhaseBannerHeader/package.json +0 -6
  253. package/app/QrCodeScanner/QrCodeScanner.stories/index.js +0 -7
  254. package/app/QrCodeScanner/QrCodeScanner.stories/package.json +0 -6
  255. package/app/QrCodeScanner/QrCodeScanner.stories.d.ts +0 -8
  256. package/app/QrCodeScanner/__snapshots__/index.spec.tsx.snap +0 -13
  257. package/app/QrCodeScanner/__stories__/Default/index.js +0 -51
  258. package/app/QrCodeScanner/__stories__/Default/package.json +0 -6
  259. package/app/QrCodeScanner/__stories__/Default.d.ts +0 -3
  260. package/app/QrCodeScanner/index.d.ts +0 -34
  261. package/app/QrCodeScanner/index.js +0 -63
  262. package/app/QrCodeScanner/index.spec/index.js +0 -15
  263. package/app/QrCodeScanner/index.spec/package.json +0 -6
  264. package/app/QrCodeScanner/index.spec.d.ts +0 -1
  265. package/app/QrCodeScanner/package.json +0 -6
  266. package/app/QrCodeViewer/QRCode.stories/index.js +0 -8
  267. package/app/QrCodeViewer/QRCode.stories/package.json +0 -6
  268. package/app/QrCodeViewer/QRCode.stories.d.ts +0 -8
  269. package/app/QrCodeViewer/__stories__/Custom/index.js +0 -22
  270. package/app/QrCodeViewer/__stories__/Custom/package.json +0 -6
  271. package/app/QrCodeViewer/__stories__/Custom.d.ts +0 -3
  272. package/app/QrCodeViewer/__stories__/Default/index.js +0 -9
  273. package/app/QrCodeViewer/__stories__/Default/package.json +0 -6
  274. package/app/QrCodeViewer/__stories__/Default.d.ts +0 -3
  275. package/app/QrCodeViewer/index.d.ts +0 -5
  276. package/app/QrCodeViewer/index.js +0 -142
  277. package/app/QrCodeViewer/index.mdx +0 -30
  278. package/app/QrCodeViewer/package.json +0 -6
  279. package/app/QrCodeViewer/qrcodegen/index.js +0 -1043
  280. package/app/QrCodeViewer/qrcodegen/package.json +0 -6
  281. package/app/QrCodeViewer/qrcodegen.d.ts +0 -100
  282. package/app/QrCodeViewer/types/index.js +0 -1
  283. package/app/QrCodeViewer/types/package.json +0 -6
  284. package/app/QrCodeViewer/types.d.ts +0 -28
  285. package/app/QrCodeViewer/utils/index.js +0 -88
  286. package/app/QrCodeViewer/utils/package.json +0 -6
  287. package/app/QrCodeViewer/utils.d.ts +0 -11
  288. package/app/ThemeOptions/index.d.ts +0 -17
  289. package/app/ThemeOptions/index.js +0 -235
  290. package/app/ThemeOptions/package.json +0 -6
  291. package/app/hooks/useFontSize/index.js +0 -10
  292. package/app/hooks/useFontSize/package.json +0 -6
  293. package/app/hooks/useFontSize.d.ts +0 -6
  294. package/app/hooks/useHighlightLinks/index.js +0 -33
  295. package/app/hooks/useHighlightLinks/package.json +0 -6
  296. package/app/hooks/useHighlightLinks.d.ts +0 -8
  297. package/app/hooks/useLetterSpacing/index.js +0 -10
  298. package/app/hooks/useLetterSpacing/package.json +0 -6
  299. package/app/hooks/useLetterSpacing.d.ts +0 -6
  300. package/app/hooks/useLineHeight/index.js +0 -10
  301. package/app/hooks/useLineHeight/package.json +0 -6
  302. package/app/hooks/useLineHeight.d.ts +0 -6
  303. package/app/hooks/useTheme/index.js +0 -43
  304. package/app/hooks/useTheme/package.json +0 -6
  305. package/app/hooks/useTheme.d.ts +0 -8
  306. package/app/hooks/useVariantVars/index.js +0 -24
  307. package/app/hooks/useVariantVars/package.json +0 -6
  308. package/app/hooks/useVariantVars.d.ts +0 -8
  309. package/app/index.d.ts +0 -16
  310. package/app/index.js +0 -16
  311. package/app/package.json +0 -6
  312. package/cjs/api/APIErrors/index.js +0 -83
  313. package/cjs/api/APIProvider/index.js +0 -34
  314. package/cjs/api/fetchAPI/index.js +0 -50
  315. package/cjs/api/index.js +0 -88
  316. package/cjs/api/index.spec/index.js +0 -472
  317. package/cjs/api/introduction.md +0 -6
  318. package/cjs/api/useResource/index.js +0 -116
  319. package/cjs/api/useResourceAction/index.js +0 -128
  320. package/cjs/api/useResourceQuery/index.js +0 -192
  321. package/cjs/api/utils/index.js +0 -200
  322. package/cjs/app/App/index.js +0 -21
  323. package/cjs/app/BannerContainer/BannerContainer.stories/index.js +0 -28
  324. package/cjs/app/BannerContainer/__stories__/CookiesBanner/index.js +0 -26
  325. package/cjs/app/BannerContainer/index.js +0 -15
  326. package/cjs/app/BottomInfo/index.js +0 -42
  327. package/cjs/app/CloseButton/index.js +0 -23
  328. package/cjs/app/FilterContainer/index.js +0 -119
  329. package/cjs/app/Footer/Footer.stories/index.js +0 -113
  330. package/cjs/app/Footer/Footer.stories.playwright.json +0 -27
  331. package/cjs/app/Footer/__stories__/Default/index.js +0 -14
  332. package/cjs/app/Footer/__stories__/DefaultCopyright/index.js +0 -24
  333. package/cjs/app/Footer/__stories__/FooterAllInclusive/index.js +0 -73
  334. package/cjs/app/Footer/__stories__/FooterWithLink/index.js +0 -35
  335. package/cjs/app/Footer/__stories__/FooterWithLogo/index.js +0 -33
  336. package/cjs/app/Footer/__stories__/FooterWithSecondaryNavigation/index.js +0 -55
  337. package/cjs/app/Footer/__stories__/FooterWithText/index.js +0 -36
  338. package/cjs/app/Footer/__stories__/YearCopyright/index.js +0 -28
  339. package/cjs/app/Footer/index.js +0 -167
  340. package/cjs/app/Footer/index.mdx +0 -50
  341. package/cjs/app/Header/Header.stories/index.js +0 -81
  342. package/cjs/app/Header/Header.stories.playwright.json +0 -49
  343. package/cjs/app/Header/HeaderContent/index.js +0 -15
  344. package/cjs/app/Header/HeaderLogo/index.js +0 -23
  345. package/cjs/app/Header/HeaderNavMenuContent/index.js +0 -15
  346. package/cjs/app/Header/HeaderSecondaryLogo/index.js +0 -15
  347. package/cjs/app/Header/HeaderSection/index.js +0 -23
  348. package/cjs/app/Header/HeaderTitle/index.js +0 -23
  349. package/cjs/app/Header/__snapshots__/index.spec.tsx.snap +0 -55
  350. package/cjs/app/Header/__stories__/Default/index.js +0 -19
  351. package/cjs/app/Header/__stories__/WithHeaderNavigation/index.js +0 -42
  352. package/cjs/app/Header/__stories__/WithNavigation/index.js +0 -63
  353. package/cjs/app/Header/__stories__/WithServiceName/index.js +0 -20
  354. package/cjs/app/Header/__stories__/WithServiceNameAndLogo/index.js +0 -25
  355. package/cjs/app/Header/index.js +0 -95
  356. package/cjs/app/Header/index.mdx +0 -47
  357. package/cjs/app/Header/index.spec/index.js +0 -30
  358. package/cjs/app/Loader/Loader.stories/index.js +0 -26
  359. package/cjs/app/Loader/__stories__/Default/index.js +0 -14
  360. package/cjs/app/Loader/index.js +0 -47
  361. package/cjs/app/Masthead/Masthead.stories/index.js +0 -53
  362. package/cjs/app/Masthead/Masthead.stories.playwright.json +0 -21
  363. package/cjs/app/Masthead/__stories__/Default/index.js +0 -20
  364. package/cjs/app/Masthead/__stories__/WithElements/index.js +0 -26
  365. package/cjs/app/Masthead/__stories__/WithLogo/index.js +0 -24
  366. package/cjs/app/Masthead/index.js +0 -47
  367. package/cjs/app/Masthead/index.mdx +0 -18
  368. package/cjs/app/Modal/Modal.stories/index.js +0 -76
  369. package/cjs/app/Modal/Modal.stories.playwright.json +0 -53
  370. package/cjs/app/Modal/__stories__/AlertDialog/index.js +0 -49
  371. package/cjs/app/Modal/__stories__/Auto/index.js +0 -52
  372. package/cjs/app/Modal/__stories__/Default/index.js +0 -47
  373. package/cjs/app/Modal/__stories__/Dense/index.js +0 -48
  374. package/cjs/app/Modal/__stories__/WithHooks/index.js +0 -36
  375. package/cjs/app/Modal/auto/index.js +0 -71
  376. package/cjs/app/Modal/hooks/index.js +0 -70
  377. package/cjs/app/Modal/index.js +0 -136
  378. package/cjs/app/Modal/index.mdx +0 -33
  379. package/cjs/app/NotFound/NotFound.stories/index.js +0 -26
  380. package/cjs/app/NotFound/__stories__/Default/index.js +0 -14
  381. package/cjs/app/NotFound/index.js +0 -18
  382. package/cjs/app/NotFound/index.mdx +0 -16
  383. package/cjs/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion/index.js +0 -230
  384. package/cjs/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck/index.js +0 -53
  385. package/cjs/app/OutdatedBrowserBanner/index.js +0 -43
  386. package/cjs/app/PageTitleContainer/index.js +0 -47
  387. package/cjs/app/Panel/Panel.stories/index.js +0 -28
  388. package/cjs/app/Panel/__stories__/Default/index.js +0 -14
  389. package/cjs/app/Panel/index.js +0 -47
  390. package/cjs/app/Panel/index.mdx +0 -16
  391. package/cjs/app/PhaseBannerHeader/PhaseBannerHeader.stories/index.js +0 -26
  392. package/cjs/app/PhaseBannerHeader/__stories__/Default/index.js +0 -17
  393. package/cjs/app/PhaseBannerHeader/index.js +0 -25
  394. package/cjs/app/PhaseBannerHeader/index.mdx +0 -20
  395. package/cjs/app/QrCodeScanner/QrCodeScanner.stories/index.js +0 -26
  396. package/cjs/app/QrCodeScanner/__snapshots__/index.spec.tsx.snap +0 -13
  397. package/cjs/app/QrCodeScanner/__stories__/Default/index.js +0 -61
  398. package/cjs/app/QrCodeScanner/index.js +0 -75
  399. package/cjs/app/QrCodeScanner/index.spec/index.js +0 -21
  400. package/cjs/app/QrCodeViewer/QRCode.stories/index.js +0 -38
  401. package/cjs/app/QrCodeViewer/__stories__/Custom/index.js +0 -29
  402. package/cjs/app/QrCodeViewer/__stories__/Default/index.js +0 -16
  403. package/cjs/app/QrCodeViewer/index.js +0 -152
  404. package/cjs/app/QrCodeViewer/index.mdx +0 -30
  405. package/cjs/app/QrCodeViewer/qrcodegen/index.js +0 -1048
  406. package/cjs/app/QrCodeViewer/types/index.js +0 -5
  407. package/cjs/app/QrCodeViewer/utils/index.js +0 -97
  408. package/cjs/app/ThemeOptions/index.js +0 -245
  409. package/cjs/app/hooks/useFontSize/index.js +0 -17
  410. package/cjs/app/hooks/useHighlightLinks/index.js +0 -40
  411. package/cjs/app/hooks/useLetterSpacing/index.js +0 -17
  412. package/cjs/app/hooks/useLineHeight/index.js +0 -17
  413. package/cjs/app/hooks/useTheme/index.js +0 -50
  414. package/cjs/app/hooks/useVariantVars/index.js +0 -31
  415. package/cjs/app/index.js +0 -181
  416. package/cjs/content/Accordion/Accordion.stories/index.js +0 -65
  417. package/cjs/content/Accordion/Accordion.stories.playwright.json +0 -21
  418. package/cjs/content/Accordion/__snapshots__/index.spec.tsx.snap +0 -157
  419. package/cjs/content/Accordion/__stories__/Auto/index.js +0 -46
  420. package/cjs/content/Accordion/__stories__/Default/index.js +0 -36
  421. package/cjs/content/Accordion/__stories__/WithHints/index.js +0 -37
  422. package/cjs/content/Accordion/__stories__/WithHook/index.js +0 -58
  423. package/cjs/content/Accordion/auto/index.js +0 -76
  424. package/cjs/content/Accordion/hooks/index.js +0 -158
  425. package/cjs/content/Accordion/index.js +0 -108
  426. package/cjs/content/Accordion/index.mdx +0 -41
  427. package/cjs/content/Accordion/index.spec/index.js +0 -22
  428. package/cjs/content/Blockquote/Blockquote.stories/index.js +0 -40
  429. package/cjs/content/Blockquote/__snapshots__/index.spec.tsx.snap +0 -16
  430. package/cjs/content/Blockquote/__stories__/Default/index.js +0 -14
  431. package/cjs/content/Blockquote/__stories__/Dense/index.js +0 -16
  432. package/cjs/content/Blockquote/index.js +0 -23
  433. package/cjs/content/Blockquote/index.mdx +0 -26
  434. package/cjs/content/Blockquote/index.spec/index.js +0 -13
  435. package/cjs/content/Card/Card.stories/index.js +0 -149
  436. package/cjs/content/Card/Card.stories.playwright.json +0 -21
  437. package/cjs/content/Card/__stories__/Default/index.js +0 -15
  438. package/cjs/content/Card/__stories__/Dense/index.js +0 -19
  439. package/cjs/content/Card/__stories__/WithClickableContent/index.js +0 -19
  440. package/cjs/content/Card/__stories__/WithClickableLink/index.js +0 -17
  441. package/cjs/content/Card/__stories__/WithDarkBorder/index.js +0 -18
  442. package/cjs/content/Card/__stories__/WithDarkTopBorder/index.js +0 -18
  443. package/cjs/content/Card/__stories__/WithDivider/index.js +0 -17
  444. package/cjs/content/Card/__stories__/WithGrayBorder/index.js +0 -18
  445. package/cjs/content/Card/__stories__/WithGrayTopBorder/index.js +0 -18
  446. package/cjs/content/Card/__stories__/WithGroupButton/index.js +0 -16
  447. package/cjs/content/Card/__stories__/WithLink/index.js +0 -15
  448. package/cjs/content/Card/index.js +0 -59
  449. package/cjs/content/Card/index.mdx +0 -105
  450. package/cjs/content/Chip/Chip.stories/index.js +0 -74
  451. package/cjs/content/Chip/__stories__/ClickableChip/index.js +0 -17
  452. package/cjs/content/Chip/__stories__/ClickableDeletableChip/index.js +0 -20
  453. package/cjs/content/Chip/__stories__/Default/index.js +0 -14
  454. package/cjs/content/Chip/__stories__/DeletableChip/index.js +0 -17
  455. package/cjs/content/Chip/__stories__/GroupOfChips/index.js +0 -17
  456. package/cjs/content/Chip/index.js +0 -59
  457. package/cjs/content/Chip/index.mdx +0 -54
  458. package/cjs/content/Details/Details.stories/index.js +0 -28
  459. package/cjs/content/Details/Details.stories.playwright.json +0 -27
  460. package/cjs/content/Details/__snapshots__/index.spec.tsx.snap +0 -81
  461. package/cjs/content/Details/__stories__/Default/index.js +0 -14
  462. package/cjs/content/Details/index.js +0 -47
  463. package/cjs/content/Details/index.mdx +0 -29
  464. package/cjs/content/Details/index.spec/index.js +0 -18
  465. package/cjs/content/FillableText/index.js +0 -35
  466. package/cjs/content/List/List/index.js +0 -23
  467. package/cjs/content/List/List.stories/index.js +0 -88
  468. package/cjs/content/List/List.stories.playwright.json +0 -27
  469. package/cjs/content/List/ListItem/index.js +0 -15
  470. package/cjs/content/List/__snapshots__/index.spec.tsx.snap +0 -7
  471. package/cjs/content/List/__stories__/BulletList/index.js +0 -17
  472. package/cjs/content/List/__stories__/Default/index.js +0 -16
  473. package/cjs/content/List/__stories__/HorizontalList/index.js +0 -18
  474. package/cjs/content/List/__stories__/NestedBulletList/index.js +0 -25
  475. package/cjs/content/List/__stories__/NumberedList/index.js +0 -17
  476. package/cjs/content/List/__stories__/WithExtraSpace/index.js +0 -17
  477. package/cjs/content/List/index.js +0 -36
  478. package/cjs/content/List/index.mdx +0 -42
  479. package/cjs/content/List/index.spec/index.js +0 -12
  480. package/cjs/content/Markdown/index.js +0 -18
  481. package/cjs/content/Markdown/useMarkdownToHTML/index.js +0 -90
  482. package/cjs/content/SafeHTML/index.js +0 -105
  483. package/cjs/content/StepNav/StepNav.stories/index.js +0 -75
  484. package/cjs/content/StepNav/StepNav.stories.playwright.json +0 -33
  485. package/cjs/content/StepNav/__stories__/Auto/index.js +0 -136
  486. package/cjs/content/StepNav/__stories__/Default/index.js +0 -176
  487. package/cjs/content/StepNav/__stories__/Dense/index.js +0 -178
  488. package/cjs/content/StepNav/__stories__/WithHints/index.js +0 -185
  489. package/cjs/content/StepNav/__stories__/WithHook/index.js +0 -144
  490. package/cjs/content/StepNav/auto/index.js +0 -73
  491. package/cjs/content/StepNav/index.js +0 -133
  492. package/cjs/content/StepNav/index.mdx +0 -30
  493. package/cjs/content/SummaryList/SummaryList.stories/index.js +0 -88
  494. package/cjs/content/SummaryList/SummaryList.stories.playwright.json +0 -27
  495. package/cjs/content/SummaryList/__snapshots__/index.spec.tsx.snap +0 -97
  496. package/cjs/content/SummaryList/__stories__/Default/index.js +0 -22
  497. package/cjs/content/SummaryList/__stories__/RowVariations/index.js +0 -37
  498. package/cjs/content/SummaryList/__stories__/WithActions/index.js +0 -28
  499. package/cjs/content/SummaryList/__stories__/WithKeyAndAction/index.js +0 -25
  500. package/cjs/content/SummaryList/__stories__/WithoutActions/index.js +0 -14
  501. package/cjs/content/SummaryList/__stories__/WithoutBorders/index.js +0 -24
  502. package/cjs/content/SummaryList/index.js +0 -68
  503. package/cjs/content/SummaryList/index.mdx +0 -46
  504. package/cjs/content/SummaryList/index.spec/index.js +0 -12
  505. package/cjs/content/Table/Table.stories/index.js +0 -232
  506. package/cjs/content/Table/Table.stories.playwright.json +0 -37
  507. package/cjs/content/Table/TableFloatingScroll/index.js +0 -92
  508. package/cjs/content/Table/__stories__/DarkVariant/index.js +0 -54
  509. package/cjs/content/Table/__stories__/DarkVariantWithVerticalHeaders/index.js +0 -54
  510. package/cjs/content/Table/__stories__/Default/index.js +0 -48
  511. package/cjs/content/Table/__stories__/DefinedWidth/index.js +0 -50
  512. package/cjs/content/Table/__stories__/Densed/index.js +0 -109
  513. package/cjs/content/Table/__stories__/Full/index.js +0 -98
  514. package/cjs/content/Table/__stories__/MultipleProps/index.js +0 -78
  515. package/cjs/content/Table/__stories__/NoData/index.js +0 -16
  516. package/cjs/content/Table/__stories__/NumericDataType/index.js +0 -68
  517. package/cjs/content/Table/__stories__/RowColors/index.js +0 -67
  518. package/cjs/content/Table/__stories__/Stacked/index.js +0 -50
  519. package/cjs/content/Table/__stories__/TableCaptions/index.js +0 -22
  520. package/cjs/content/Table/__stories__/VerticalBorders/index.js +0 -54
  521. package/cjs/content/Table/__stories__/VerticalHeaders/index.js +0 -48
  522. package/cjs/content/Table/__stories__/WithFloatingScroll/index.js +0 -79
  523. package/cjs/content/Table/__stories__/WithLoader/index.js +0 -73
  524. package/cjs/content/Table/__stories__/WithSortFilters/index.js +0 -107
  525. package/cjs/content/Table/__stories__/ZebraProp/index.js +0 -54
  526. package/cjs/content/Table/hooks/useSort/index.js +0 -52
  527. package/cjs/content/Table/index.js +0 -253
  528. package/cjs/content/Table/index.mdx +0 -112
  529. package/cjs/content/TaskList/TaskList.stories/index.js +0 -39
  530. package/cjs/content/TaskList/__stories__/Default/index.js +0 -76
  531. package/cjs/content/TaskList/__stories__/Dense/index.js +0 -78
  532. package/cjs/content/TaskList/index.js +0 -71
  533. package/cjs/content/TaskList/index.mdx +0 -26
  534. package/cjs/content/Timeline/Timeline.stories/index.js +0 -39
  535. package/cjs/content/Timeline/__stories__/Default/index.js +0 -126
  536. package/cjs/content/Timeline/__stories__/Dense/index.js +0 -128
  537. package/cjs/content/Timeline/index.js +0 -71
  538. package/cjs/content/Timeline/index.mdx +0 -28
  539. package/cjs/content/index.js +0 -137
  540. package/cjs/custom.d/index.js +0 -1
  541. package/cjs/feedback/CopyToClipboard/CopyToClipboard.stories/index.js +0 -50
  542. package/cjs/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +0 -53
  543. package/cjs/feedback/CopyToClipboard/__stories__/Banner/index.js +0 -21
  544. package/cjs/feedback/CopyToClipboard/__stories__/Default/index.js +0 -27
  545. package/cjs/feedback/CopyToClipboard/__stories__/Dense/index.js +0 -25
  546. package/cjs/feedback/CopyToClipboard/index.js +0 -72
  547. package/cjs/feedback/CopyToClipboard/index.mdx +0 -30
  548. package/cjs/feedback/ErrorSummary/ErrorSummary.stories/index.js +0 -88
  549. package/cjs/feedback/ErrorSummary/ErrorSummary.stories.playwright.json +0 -27
  550. package/cjs/feedback/ErrorSummary/__snapshots__/index.spec.tsx.snap +0 -7
  551. package/cjs/feedback/ErrorSummary/__stories__/Default/index.js +0 -18
  552. package/cjs/feedback/ErrorSummary/__stories__/Dense/index.js +0 -20
  553. package/cjs/feedback/ErrorSummary/__stories__/LinkedToCheckbox/index.js +0 -35
  554. package/cjs/feedback/ErrorSummary/__stories__/LinkedToField/index.js +0 -36
  555. package/cjs/feedback/ErrorSummary/__stories__/LinkedToInput/index.js +0 -34
  556. package/cjs/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/index.js +0 -40
  557. package/cjs/feedback/ErrorSummary/index.js +0 -23
  558. package/cjs/feedback/ErrorSummary/index.mdx +0 -56
  559. package/cjs/feedback/ErrorSummary/index.spec/index.js +0 -12
  560. package/cjs/feedback/NotificationBanner/NotificationBanner.stories/index.js +0 -53
  561. package/cjs/feedback/NotificationBanner/NotificationBanner.stories.playwright.json +0 -49
  562. package/cjs/feedback/NotificationBanner/__snapshots__/index.spec.tsx.snap +0 -23
  563. package/cjs/feedback/NotificationBanner/__stories__/Default/index.js +0 -19
  564. package/cjs/feedback/NotificationBanner/__stories__/Dense/index.js +0 -20
  565. package/cjs/feedback/NotificationBanner/__stories__/Success/index.js +0 -20
  566. package/cjs/feedback/NotificationBanner/index.js +0 -63
  567. package/cjs/feedback/NotificationBanner/index.mdx +0 -38
  568. package/cjs/feedback/NotificationBanner/index.spec/index.js +0 -23
  569. package/cjs/feedback/PhaseBanner/PhaseBanner.stories/index.js +0 -40
  570. package/cjs/feedback/PhaseBanner/PhaseBanner.stories.playwright.json +0 -21
  571. package/cjs/feedback/PhaseBanner/__stories__/Default/index.js +0 -17
  572. package/cjs/feedback/PhaseBanner/__stories__/Underlined/index.js +0 -19
  573. package/cjs/feedback/PhaseBanner/index.js +0 -59
  574. package/cjs/feedback/PhaseBanner/index.mdx +0 -34
  575. package/cjs/feedback/WarningText/WarningText.stories/index.js +0 -52
  576. package/cjs/feedback/WarningText/__snapshots__/index.spec.tsx.snap +0 -7
  577. package/cjs/feedback/WarningText/__stories__/AssistiveText/index.js +0 -16
  578. package/cjs/feedback/WarningText/__stories__/Default/index.js +0 -14
  579. package/cjs/feedback/WarningText/__stories__/Dense/index.js +0 -16
  580. package/cjs/feedback/WarningText/index.js +0 -23
  581. package/cjs/feedback/WarningText/index.mdx +0 -25
  582. package/cjs/feedback/WarningText/index.spec/index.js +0 -12
  583. package/cjs/feedback/index.js +0 -60
  584. package/cjs/form/AutoComplete/AutoComplete.stories/index.js +0 -98
  585. package/cjs/form/AutoComplete/Status/index.js +0 -153
  586. package/cjs/form/AutoComplete/__stories__/Default/index.js +0 -21
  587. package/cjs/form/AutoComplete/__stories__/WithAutoSelect/index.js +0 -36
  588. package/cjs/form/AutoComplete/__stories__/WithDefaultValue/index.js +0 -22
  589. package/cjs/form/AutoComplete/__stories__/WithInLine/index.js +0 -22
  590. package/cjs/form/AutoComplete/__stories__/WithMinLength/index.js +0 -23
  591. package/cjs/form/AutoComplete/__stories__/WithPlaceHolder/index.js +0 -22
  592. package/cjs/form/AutoComplete/__stories__/WithShowAllValues/index.js +0 -22
  593. package/cjs/form/AutoComplete/__stories__/utils/index.js +0 -1
  594. package/cjs/form/AutoComplete/index.js +0 -666
  595. package/cjs/form/AutoComplete/index.mdx +0 -77
  596. package/cjs/form/AutoComplete/utils/index.js +0 -42
  597. package/cjs/form/Button/Button.stories/index.js +0 -160
  598. package/cjs/form/Button/Button.stories.playwright.json +0 -115
  599. package/cjs/form/Button/ButtonLink/index.js +0 -23
  600. package/cjs/form/Button/CallToAction/index.js +0 -23
  601. package/cjs/form/Button/ThemeToggleButton/index.js +0 -55
  602. package/cjs/form/Button/__snapshots__/index.spec.tsx.snap +0 -17
  603. package/cjs/form/Button/__stories__/Back/index.js +0 -18
  604. package/cjs/form/Button/__stories__/ButtonLinkButton/index.js +0 -22
  605. package/cjs/form/Button/__stories__/CallToActionButton/index.js +0 -19
  606. package/cjs/form/Button/__stories__/Dense/index.js +0 -17
  607. package/cjs/form/Button/__stories__/Disabled/index.js +0 -18
  608. package/cjs/form/Button/__stories__/GroupingButtons/index.js +0 -16
  609. package/cjs/form/Button/__stories__/GroupingButtonsAndLinks/index.js +0 -17
  610. package/cjs/form/Button/__stories__/Primary/index.js +0 -16
  611. package/cjs/form/Button/__stories__/Secondary/index.js +0 -17
  612. package/cjs/form/Button/__stories__/ThemeToggle/index.js +0 -14
  613. package/cjs/form/Button/__stories__/Warning/index.js +0 -17
  614. package/cjs/form/Button/__stories__/WithVariantLink/index.js +0 -19
  615. package/cjs/form/Button/index.js +0 -84
  616. package/cjs/form/Button/index.mdx +0 -113
  617. package/cjs/form/Button/index.spec/index.js +0 -13
  618. package/cjs/form/Checkbox/Checkbox.stories/index.js +0 -136
  619. package/cjs/form/Checkbox/Checkbox.stories.playwright.json +0 -55
  620. package/cjs/form/Checkbox/__stories__/ConditionalReveal/index.js +0 -31
  621. package/cjs/form/Checkbox/__stories__/Default/index.js +0 -29
  622. package/cjs/form/Checkbox/__stories__/Dense/index.js +0 -31
  623. package/cjs/form/Checkbox/__stories__/Inline/index.js +0 -28
  624. package/cjs/form/Checkbox/__stories__/InlineWithDivider/index.js +0 -29
  625. package/cjs/form/Checkbox/__stories__/MultipleQuestions/index.js +0 -31
  626. package/cjs/form/Checkbox/__stories__/NoneAnswer/index.js +0 -25
  627. package/cjs/form/Checkbox/__stories__/NoneAnswerWithError/index.js +0 -31
  628. package/cjs/form/Checkbox/__stories__/WithErrorMessage/index.js +0 -32
  629. package/cjs/form/Checkbox/__stories__/WithHint/index.js +0 -32
  630. package/cjs/form/Checkbox/index.js +0 -47
  631. package/cjs/form/Checkbox/index.mdx +0 -85
  632. package/cjs/form/DateInputContainer/DateInputContainer.stories/index.js +0 -76
  633. package/cjs/form/DateInputContainer/DateInputContainer.stories.playwright.json +0 -61
  634. package/cjs/form/DateInputContainer/__stories__/Default/index.js +0 -29
  635. package/cjs/form/DateInputContainer/__stories__/Dense/index.js +0 -28
  636. package/cjs/form/DateInputContainer/__stories__/MultipleQuestions/index.js +0 -29
  637. package/cjs/form/DateInputContainer/__stories__/WithErrorMessage/index.js +0 -40
  638. package/cjs/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/index.js +0 -37
  639. package/cjs/form/DateInputContainer/index.js +0 -35
  640. package/cjs/form/DateInputContainer/index.mdx +0 -48
  641. package/cjs/form/ErrorMessage/ErrorMessage.stories/index.js +0 -52
  642. package/cjs/form/ErrorMessage/__stories__/DateInputError/index.js +0 -29
  643. package/cjs/form/ErrorMessage/__stories__/Default/index.js +0 -37
  644. package/cjs/form/ErrorMessage/__stories__/ErrorMessageOnly/index.js +0 -17
  645. package/cjs/form/ErrorMessage/index.js +0 -23
  646. package/cjs/form/ErrorMessage/index.mdx +0 -25
  647. package/cjs/form/FieldContainer/index.js +0 -47
  648. package/cjs/form/FileUpload/FileUpload.stories/index.js +0 -39
  649. package/cjs/form/FileUpload/__stories__/Default/index.js +0 -22
  650. package/cjs/form/FileUpload/__stories__/WithErrorMessage/index.js +0 -26
  651. package/cjs/form/FileUpload/index.js +0 -35
  652. package/cjs/form/FileUpload/index.mdx +0 -32
  653. package/cjs/form/Form/index.js +0 -15
  654. package/cjs/form/LabelContainer/index.js +0 -35
  655. package/cjs/form/RadioContainer/RadioContainer.stories/index.js +0 -136
  656. package/cjs/form/RadioContainer/RadioContainer.stories.playwright.json +0 -49
  657. package/cjs/form/RadioContainer/__stories__/ConditionalReveal/index.js +0 -31
  658. package/cjs/form/RadioContainer/__stories__/Default/index.js +0 -27
  659. package/cjs/form/RadioContainer/__stories__/Dense/index.js +0 -29
  660. package/cjs/form/RadioContainer/__stories__/Inline/index.js +0 -28
  661. package/cjs/form/RadioContainer/__stories__/InlineWithDivider/index.js +0 -29
  662. package/cjs/form/RadioContainer/__stories__/MultipleQuestions/index.js +0 -31
  663. package/cjs/form/RadioContainer/__stories__/NoneAnswer/index.js +0 -29
  664. package/cjs/form/RadioContainer/__stories__/WithErrorMessage/index.js +0 -34
  665. package/cjs/form/RadioContainer/__stories__/WithHints/index.js +0 -34
  666. package/cjs/form/RadioContainer/__stories__/WithMediumLegend/index.js +0 -29
  667. package/cjs/form/RadioContainer/index.js +0 -59
  668. package/cjs/form/RadioContainer/index.mdx +0 -96
  669. package/cjs/form/SearchContainer/index.js +0 -47
  670. package/cjs/form/SelectContainer/SelectContainer.stories/index.js +0 -64
  671. package/cjs/form/SelectContainer/SelectContainer.stories.playwright.json +0 -21
  672. package/cjs/form/SelectContainer/__stories__/Default/index.js +0 -27
  673. package/cjs/form/SelectContainer/__stories__/Dense/index.js +0 -28
  674. package/cjs/form/SelectContainer/__stories__/DisabledInput/index.js +0 -29
  675. package/cjs/form/SelectContainer/__stories__/WithHint/index.js +0 -31
  676. package/cjs/form/SelectContainer/index.js +0 -35
  677. package/cjs/form/SelectContainer/index.mdx +0 -48
  678. package/cjs/form/SingleCharacterInputs/SingleCharacterInput.stories/index.js +0 -64
  679. package/cjs/form/SingleCharacterInputs/__stories__/Default/index.js +0 -40
  680. package/cjs/form/SingleCharacterInputs/__stories__/WithDefaultError/index.js +0 -44
  681. package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/index.js +0 -54
  682. package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/index.js +0 -48
  683. package/cjs/form/SingleCharacterInputs/index.js +0 -35
  684. package/cjs/form/SingleCharacterInputs/index.mdx +0 -32
  685. package/cjs/form/TextArea/TextArea.stories/index.js +0 -112
  686. package/cjs/form/TextArea/TextArea.stories.playwright.json +0 -59
  687. package/cjs/form/TextArea/__stories__/Default/index.js +0 -20
  688. package/cjs/form/TextArea/__stories__/Dense/index.js +0 -19
  689. package/cjs/form/TextArea/__stories__/DisabledInput/index.js +0 -25
  690. package/cjs/form/TextArea/__stories__/LimitedCharacters/index.js +0 -28
  691. package/cjs/form/TextArea/__stories__/MultipleQuestions/index.js +0 -22
  692. package/cjs/form/TextArea/__stories__/WithDeclaredRows/index.js +0 -25
  693. package/cjs/form/TextArea/__stories__/WithErrorMessage/index.js +0 -31
  694. package/cjs/form/TextArea/__stories__/WithHint/index.js +0 -24
  695. package/cjs/form/TextArea/index.js +0 -23
  696. package/cjs/form/TextArea/index.mdx +0 -76
  697. package/cjs/form/TextInput/TextInput.stories/index.js +0 -124
  698. package/cjs/form/TextInput/TextInput.stories.playwright.json +0 -43
  699. package/cjs/form/TextInput/__stories__/AskingForNumbers/index.js +0 -26
  700. package/cjs/form/TextInput/__stories__/Default/index.js +0 -20
  701. package/cjs/form/TextInput/__stories__/Dense/index.js +0 -19
  702. package/cjs/form/TextInput/__stories__/DisabledInput/index.js +0 -25
  703. package/cjs/form/TextInput/__stories__/FixedWidths/index.js +0 -46
  704. package/cjs/form/TextInput/__stories__/FluidWidths/index.js +0 -46
  705. package/cjs/form/TextInput/__stories__/MultipleQuestions/index.js +0 -18
  706. package/cjs/form/TextInput/__stories__/WithErrorMessage/index.js +0 -31
  707. package/cjs/form/TextInput/__stories__/WithHint/index.js +0 -24
  708. package/cjs/form/TextInput/index.js +0 -23
  709. package/cjs/form/TextInput/index.mdx +0 -92
  710. package/cjs/form/index.js +0 -170
  711. package/cjs/govgr/Footer/Copyright/index.js +0 -50
  712. package/cjs/govgr/Footer/HellenicRepublicLogo/index.js +0 -15
  713. package/cjs/govgr/Footer/LicenseCCSA/index.js +0 -22
  714. package/cjs/govgr/Footer/index.js +0 -26
  715. package/cjs/govgr/Footer/index.mdx +0 -101
  716. package/cjs/govgr/Footer/logo/index.js +0 -7
  717. package/cjs/govgr/Footer/logos/logo-el/index.js +0 -7
  718. package/cjs/govgr/Footer/logos/logo-en/index.js +0 -7
  719. package/cjs/govgr/GovGRLogo/govgr-logo.svg +0 -1
  720. package/cjs/govgr/GovGRLogo/index.js +0 -15
  721. package/cjs/govgr/GovGRLogo/logo/index.js +0 -7
  722. package/cjs/govgr/images/govgr-logo-base64/index.js +0 -7
  723. package/cjs/govgr/images/govgr-logo-blue-base64/index.js +0 -7
  724. package/cjs/govgr/images/greek-government-base64/index.js +0 -7
  725. package/cjs/govgr/images/grnet-logo-base64/index.js +0 -7
  726. package/cjs/govgr/images/index.js +0 -60
  727. package/cjs/govgr/images/minedu-logo-base64/index.js +0 -7
  728. package/cjs/govgr/images/minedu-logo-black-base64/index.js +0 -7
  729. package/cjs/govgr/index.js +0 -60
  730. package/cjs/i18n/I18nText/index.js +0 -73
  731. package/cjs/i18n/index.js +0 -59
  732. package/cjs/i18n/locales/el/index.js +0 -115
  733. package/cjs/i18n/locales/en/index.js +0 -109
  734. package/cjs/icons/Icon/index.js +0 -47
  735. package/cjs/icons/ImageLogo/index.js +0 -23
  736. package/cjs/icons/ImageLogoSet/index.js +0 -23
  737. package/cjs/icons/index.js +0 -27
  738. package/cjs/index.js +0 -126
  739. package/cjs/introduction.md +0 -11
  740. package/cjs/layouts/Admin/index.js +0 -95
  741. package/cjs/layouts/Basic/Aside/index.js +0 -23
  742. package/cjs/layouts/Basic/Basic.stories/index.js +0 -51
  743. package/cjs/layouts/Basic/Bottom/index.js +0 -23
  744. package/cjs/layouts/Basic/Bottom/index.mdx +0 -41
  745. package/cjs/layouts/Basic/Container/index.js +0 -23
  746. package/cjs/layouts/Basic/Main/index.js +0 -23
  747. package/cjs/layouts/Basic/Main/index.mdx +0 -58
  748. package/cjs/layouts/Basic/Masthead/index.js +0 -47
  749. package/cjs/layouts/Basic/Masthead/index.mdx +0 -65
  750. package/cjs/layouts/Basic/Top/index.js +0 -23
  751. package/cjs/layouts/Basic/Top/index.mdx +0 -68
  752. package/cjs/layouts/Basic/__snapshots__/index.spec.tsx.snap +0 -109
  753. package/cjs/layouts/Basic/__stories__/Default/index.js +0 -17
  754. package/cjs/layouts/Basic/__stories__/MultipleRowsLayout/index.js +0 -20
  755. package/cjs/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/index.js +0 -20
  756. package/cjs/layouts/Basic/index.js +0 -95
  757. package/cjs/layouts/Basic/index.mdx +0 -40
  758. package/cjs/layouts/Basic/index.spec/index.js +0 -13
  759. package/cjs/layouts/Grid/Grid.stories/index.js +0 -50
  760. package/cjs/layouts/Grid/__stories__/Default/index.js +0 -80
  761. package/cjs/layouts/Grid/__stories__/Inline/index.js +0 -81
  762. package/cjs/layouts/Grid/__stories__/ResponsiveSpacing/index.js +0 -79
  763. package/cjs/layouts/Grid/index.js +0 -15
  764. package/cjs/layouts/Hidden/index.js +0 -16
  765. package/cjs/layouts/Screen/Screen.stories/index.js +0 -62
  766. package/cjs/layouts/Screen/__stories__/Default/index.js +0 -25
  767. package/cjs/layouts/Screen/__stories__/ScreenDown/index.js +0 -16
  768. package/cjs/layouts/Screen/__stories__/ScreenUp/index.js +0 -16
  769. package/cjs/layouts/Screen/__stories__/SpecificScreenSize/index.js +0 -16
  770. package/cjs/layouts/Screen/index.js +0 -34
  771. package/cjs/layouts/Section/index.js +0 -23
  772. package/cjs/layouts/SectionBreak/index.js +0 -23
  773. package/cjs/layouts/Stack/Stack.stories/index.js +0 -86
  774. package/cjs/layouts/Stack/__stories__/AlignItems/index.js +0 -72
  775. package/cjs/layouts/Stack/__stories__/Default/index.js +0 -29
  776. package/cjs/layouts/Stack/__stories__/JustifyContent/index.js +0 -89
  777. package/cjs/layouts/Stack/__stories__/NoWrap/index.js +0 -31
  778. package/cjs/layouts/Stack/__stories__/Row/index.js +0 -30
  779. package/cjs/layouts/Stack/__stories__/Spacing/index.js +0 -60
  780. package/cjs/layouts/Stack/index.js +0 -9
  781. package/cjs/layouts/index.js +0 -117
  782. package/cjs/misc/KitchenSink/index.js +0 -93
  783. package/cjs/navigation/BackLink/BackLink.stories/index.js +0 -26
  784. package/cjs/navigation/BackLink/BackLink.stories.playwright.json +0 -21
  785. package/cjs/navigation/BackLink/__stories__/Default/index.js +0 -17
  786. package/cjs/navigation/BackLink/index.js +0 -23
  787. package/cjs/navigation/BackLink/index.mdx +0 -24
  788. package/cjs/navigation/BackToTopLink/BackToTopLink.stories/index.js +0 -38
  789. package/cjs/navigation/BackToTopLink/__stories__/Default/index.js +0 -17
  790. package/cjs/navigation/BackToTopLink/__stories__/InMain/index.js +0 -21
  791. package/cjs/navigation/BackToTopLink/index.js +0 -99
  792. package/cjs/navigation/Breadcrumbs/Breadcrumbs.stories/index.js +0 -28
  793. package/cjs/navigation/Breadcrumbs/Breadcrumbs.stories.playwright.json +0 -33
  794. package/cjs/navigation/Breadcrumbs/__stories__/Default/index.js +0 -26
  795. package/cjs/navigation/Breadcrumbs/index.js +0 -47
  796. package/cjs/navigation/Breadcrumbs/index.mdx +0 -31
  797. package/cjs/navigation/Drawer/Drawer.stories/index.js +0 -52
  798. package/cjs/navigation/Drawer/__stories__/Auto/index.js +0 -82
  799. package/cjs/navigation/Drawer/__stories__/Default/index.js +0 -88
  800. package/cjs/navigation/Drawer/__stories__/WithHook/index.js +0 -83
  801. package/cjs/navigation/Drawer/auto/index.js +0 -75
  802. package/cjs/navigation/Drawer/hooks/index.js +0 -57
  803. package/cjs/navigation/Drawer/index.js +0 -47
  804. package/cjs/navigation/Drawer/index.mdx +0 -20
  805. package/cjs/navigation/Dropdown/Dropdown.stories/index.js +0 -136
  806. package/cjs/navigation/Dropdown/Dropdown.stories.playwright.json +0 -69
  807. package/cjs/navigation/Dropdown/__stories__/AlignRight/index.js +0 -60
  808. package/cjs/navigation/Dropdown/__stories__/ContentPosition/index.js +0 -104
  809. package/cjs/navigation/Dropdown/__stories__/Default/index.js +0 -46
  810. package/cjs/navigation/Dropdown/__stories__/Dense/index.js +0 -54
  811. package/cjs/navigation/Dropdown/__stories__/Disabled/index.js +0 -48
  812. package/cjs/navigation/Dropdown/__stories__/PlacementTop/index.js +0 -64
  813. package/cjs/navigation/Dropdown/__stories__/Secondary/index.js +0 -35
  814. package/cjs/navigation/Dropdown/__stories__/VariantLink/index.js +0 -47
  815. package/cjs/navigation/Dropdown/__stories__/Warning/index.js +0 -35
  816. package/cjs/navigation/Dropdown/__stories__/WithIcons/index.js +0 -100
  817. package/cjs/navigation/Dropdown/index.js +0 -135
  818. package/cjs/navigation/Dropdown/index.mdx +0 -42
  819. package/cjs/navigation/Link/Link.stories/index.js +0 -87
  820. package/cjs/navigation/Link/Link.stories.playwright.json +0 -65
  821. package/cjs/navigation/Link/__snapshots__/index.spec.tsx.snap +0 -38
  822. package/cjs/navigation/Link/__stories__/DarkBackground/index.js +0 -24
  823. package/cjs/navigation/Link/__stories__/DarkBackgroundNoUnderline/index.js +0 -25
  824. package/cjs/navigation/Link/__stories__/Default/index.js +0 -18
  825. package/cjs/navigation/Link/__stories__/ExternalLink/index.js +0 -19
  826. package/cjs/navigation/Link/__stories__/NoUnderline/index.js +0 -19
  827. package/cjs/navigation/Link/__stories__/OpensInNewTab/index.js +0 -18
  828. package/cjs/navigation/Link/index.js +0 -42
  829. package/cjs/navigation/Link/index.mdx +0 -60
  830. package/cjs/navigation/Link/index.spec/index.js +0 -21
  831. package/cjs/navigation/NavList/Nav/index.js +0 -23
  832. package/cjs/navigation/NavList/NavList/index.js +0 -23
  833. package/cjs/navigation/NavList/NavList.stories/index.js +0 -112
  834. package/cjs/navigation/NavList/NavList.stories.playwright.json +0 -53
  835. package/cjs/navigation/NavList/NavListAuto/index.js +0 -52
  836. package/cjs/navigation/NavList/NavMenuContentList/index.js +0 -76
  837. package/cjs/navigation/NavList/__snapshots__/index.spec.tsx.snap +0 -7
  838. package/cjs/navigation/NavList/__stories__/Default/index.js +0 -37
  839. package/cjs/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +0 -71
  840. package/cjs/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +0 -48
  841. package/cjs/navigation/NavList/__stories__/NavLinksOneLevel.json +0 -17
  842. package/cjs/navigation/NavList/__stories__/NavLinksWithSubmenu.json +0 -36
  843. package/cjs/navigation/NavList/__stories__/NavListWithoutNav/index.js +0 -24
  844. package/cjs/navigation/NavList/__stories__/UsingHeaderButton/index.js +0 -73
  845. package/cjs/navigation/NavList/__stories__/UsingNavListAuto/index.js +0 -41
  846. package/cjs/navigation/NavList/__stories__/Vertical/index.js +0 -39
  847. package/cjs/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +0 -48
  848. package/cjs/navigation/NavList/hooks/useNavList/index.js +0 -44
  849. package/cjs/navigation/NavList/hooks/useTogglableNav/index.js +0 -272
  850. package/cjs/navigation/NavList/index.js +0 -191
  851. package/cjs/navigation/NavList/index.mdx +0 -44
  852. package/cjs/navigation/NavList/index.spec/index.js +0 -12
  853. package/cjs/navigation/NavList/types/index.js +0 -5
  854. package/cjs/navigation/Pagination/Pagination.stories/index.js +0 -100
  855. package/cjs/navigation/Pagination/Pagination.stories.playwright.json +0 -27
  856. package/cjs/navigation/Pagination/__stories__/Auto/index.js +0 -52
  857. package/cjs/navigation/Pagination/__stories__/Default/index.js +0 -70
  858. package/cjs/navigation/Pagination/__stories__/PaginationSmall/index.js +0 -39
  859. package/cjs/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +0 -49
  860. package/cjs/navigation/Pagination/__stories__/WithHook/index.js +0 -60
  861. package/cjs/navigation/Pagination/__stories__/WithInactiveValues/index.js +0 -72
  862. package/cjs/navigation/Pagination/__stories__/WithResultsPerPage/index.js +0 -45
  863. package/cjs/navigation/Pagination/auto/index.js +0 -85
  864. package/cjs/navigation/Pagination/hooks/index.js +0 -112
  865. package/cjs/navigation/Pagination/index.js +0 -147
  866. package/cjs/navigation/Pagination/index.mdx +0 -44
  867. package/cjs/navigation/SkipLink/SkipLink.stories/index.js +0 -27
  868. package/cjs/navigation/SkipLink/__stories__/Default/index.js +0 -16
  869. package/cjs/navigation/SkipLink/index.js +0 -15
  870. package/cjs/navigation/Tabs/Tabs.stories/index.js +0 -53
  871. package/cjs/navigation/Tabs/Tabs.stories.playwright.json +0 -27
  872. package/cjs/navigation/Tabs/__stories__/Auto/index.js +0 -39
  873. package/cjs/navigation/Tabs/__stories__/Default/index.js +0 -50
  874. package/cjs/navigation/Tabs/__stories__/Dense/index.js +0 -37
  875. package/cjs/navigation/Tabs/auto/index.js +0 -58
  876. package/cjs/navigation/Tabs/hooks/index.js +0 -90
  877. package/cjs/navigation/Tabs/index.js +0 -95
  878. package/cjs/navigation/Tabs/index.mdx +0 -27
  879. package/cjs/navigation/index.js +0 -104
  880. package/cjs/registry/index.js +0 -517
  881. package/cjs/test-utils/delay/index.js +0 -35
  882. package/cjs/typography/Code/index.js +0 -23
  883. package/cjs/typography/CodeBlock/index.js +0 -23
  884. package/cjs/typography/Heading/Heading.stories/index.js +0 -26
  885. package/cjs/typography/Heading/__stories__/Default/index.js +0 -30
  886. package/cjs/typography/Heading/index.js +0 -23
  887. package/cjs/typography/Heading/index.mdx +0 -20
  888. package/cjs/typography/HeadingCaption/HeadingCaption.stories/index.js +0 -38
  889. package/cjs/typography/HeadingCaption/__stories__/Default/index.js +0 -35
  890. package/cjs/typography/HeadingCaption/__stories__/NestedToTitle/index.js +0 -20
  891. package/cjs/typography/HeadingCaption/index.js +0 -23
  892. package/cjs/typography/HeadingCaption/index.mdx +0 -22
  893. package/cjs/typography/Hint/Hint.stories/index.js +0 -38
  894. package/cjs/typography/Hint/__stories__/Default/index.js +0 -14
  895. package/cjs/typography/Hint/__stories__/FontSizes/index.js +0 -23
  896. package/cjs/typography/Hint/index.js +0 -23
  897. package/cjs/typography/Hint/index.mdx +0 -28
  898. package/cjs/typography/NormalText/NormalText.stories/index.js +0 -62
  899. package/cjs/typography/NormalText/__stories__/Default/index.js +0 -14
  900. package/cjs/typography/NormalText/__stories__/FontSizes/index.js +0 -53
  901. package/cjs/typography/NormalText/__stories__/FontWeight/index.js +0 -23
  902. package/cjs/typography/NormalText/__stories__/Variants/index.js +0 -23
  903. package/cjs/typography/NormalText/index.js +0 -23
  904. package/cjs/typography/NormalText/index.mdx +0 -46
  905. package/cjs/typography/Paragraph/Paragraph.stories/index.js +0 -74
  906. package/cjs/typography/Paragraph/__stories__/Default/index.js +0 -14
  907. package/cjs/typography/Paragraph/__stories__/FontSizes/index.js +0 -34
  908. package/cjs/typography/Paragraph/__stories__/FontWeight/index.js +0 -19
  909. package/cjs/typography/Paragraph/__stories__/LeadVariant/index.js +0 -16
  910. package/cjs/typography/Paragraph/__stories__/SmallVariant/index.js +0 -16
  911. package/cjs/typography/Paragraph/index.js +0 -23
  912. package/cjs/typography/Paragraph/index.mdx +0 -53
  913. package/cjs/typography/index.js +0 -60
  914. package/cjs/utils/Base/index.js +0 -23
  915. package/cjs/utils/Kitchensink/AllComponents/index.js +0 -16
  916. package/cjs/utils/Kitchensink/KitchensinkByCategory/index.js +0 -39
  917. package/cjs/utils/Kitchensink/KitchensinkByLetter/index.js +0 -26
  918. package/cjs/utils/Kitchensink/KitchensinkComponent/index.js +0 -55
  919. package/cjs/utils/Kitchensink/KitchensinkDashboard/index.js +0 -47
  920. package/cjs/utils/SvgIcon/index.js +0 -35
  921. package/cjs/utils/Typography/index.js +0 -15
  922. package/cjs/utils/VisuallyHidden/VisuallyHidden.stories/index.js +0 -26
  923. package/cjs/utils/VisuallyHidden/__stories__/Default/index.js +0 -20
  924. package/cjs/utils/VisuallyHidden/index.js +0 -23
  925. package/cjs/utils/VisuallyHidden/index.mdx +0 -19
  926. package/cjs/utils/hooks/useDebounce/index.js +0 -50
  927. package/cjs/utils/hooks/useKeypress/index.js +0 -25
  928. package/cjs/utils/hooks/useLatest/index.js +0 -20
  929. package/cjs/utils/hooks/useScreen/index.js +0 -58
  930. package/cjs/utils/hooks/useSearch/index.js +0 -35
  931. package/cjs/utils/hooks/useTogglableTab/index.js +0 -96
  932. package/cjs/utils/index.js +0 -38
  933. package/cjs/utils/withDeprecation/index.js +0 -85
  934. package/content/Accordion/Accordion.stories/index.js +0 -13
  935. package/content/Accordion/Accordion.stories/package.json +0 -6
  936. package/content/Accordion/Accordion.stories.d.ts +0 -14
  937. package/content/Accordion/Accordion.stories.playwright.json +0 -21
  938. package/content/Accordion/__snapshots__/index.spec.tsx.snap +0 -157
  939. package/content/Accordion/__stories__/Auto/index.js +0 -39
  940. package/content/Accordion/__stories__/Auto/package.json +0 -6
  941. package/content/Accordion/__stories__/Auto.d.ts +0 -3
  942. package/content/Accordion/__stories__/Default/index.js +0 -29
  943. package/content/Accordion/__stories__/Default/package.json +0 -6
  944. package/content/Accordion/__stories__/Default.d.ts +0 -3
  945. package/content/Accordion/__stories__/WithHints/index.js +0 -30
  946. package/content/Accordion/__stories__/WithHints/package.json +0 -6
  947. package/content/Accordion/__stories__/WithHints.d.ts +0 -3
  948. package/content/Accordion/__stories__/WithHook/index.js +0 -51
  949. package/content/Accordion/__stories__/WithHook/package.json +0 -6
  950. package/content/Accordion/__stories__/WithHook.d.ts +0 -3
  951. package/content/Accordion/auto/index.js +0 -66
  952. package/content/Accordion/auto/package.json +0 -6
  953. package/content/Accordion/auto.d.ts +0 -18
  954. package/content/Accordion/hooks/index.js +0 -148
  955. package/content/Accordion/hooks/package.json +0 -6
  956. package/content/Accordion/hooks.d.ts +0 -26
  957. package/content/Accordion/index.d.ts +0 -10
  958. package/content/Accordion/index.js +0 -11
  959. package/content/Accordion/index.mdx +0 -41
  960. package/content/Accordion/index.spec/index.js +0 -17
  961. package/content/Accordion/index.spec/package.json +0 -6
  962. package/content/Accordion/index.spec.d.ts +0 -1
  963. package/content/Accordion/package.json +0 -6
  964. package/content/Blockquote/Blockquote.stories/index.js +0 -10
  965. package/content/Blockquote/Blockquote.stories/package.json +0 -6
  966. package/content/Blockquote/Blockquote.stories.d.ts +0 -11
  967. package/content/Blockquote/__snapshots__/index.spec.tsx.snap +0 -16
  968. package/content/Blockquote/__stories__/Default/index.js +0 -7
  969. package/content/Blockquote/__stories__/Default/package.json +0 -6
  970. package/content/Blockquote/__stories__/Default.d.ts +0 -3
  971. package/content/Blockquote/__stories__/Dense/index.js +0 -9
  972. package/content/Blockquote/__stories__/Dense/package.json +0 -6
  973. package/content/Blockquote/__stories__/Dense.d.ts +0 -3
  974. package/content/Blockquote/index.d.ts +0 -3
  975. package/content/Blockquote/index.js +0 -3
  976. package/content/Blockquote/index.mdx +0 -26
  977. package/content/Blockquote/index.spec/index.js +0 -7
  978. package/content/Blockquote/index.spec/package.json +0 -6
  979. package/content/Blockquote/index.spec.d.ts +0 -1
  980. package/content/Blockquote/package.json +0 -6
  981. package/content/Card/Card.stories/index.js +0 -20
  982. package/content/Card/Card.stories/package.json +0 -6
  983. package/content/Card/Card.stories.d.ts +0 -21
  984. package/content/Card/Card.stories.playwright.json +0 -21
  985. package/content/Card/__stories__/Default/index.js +0 -8
  986. package/content/Card/__stories__/Default/package.json +0 -6
  987. package/content/Card/__stories__/Default.d.ts +0 -3
  988. package/content/Card/__stories__/Dense/index.js +0 -12
  989. package/content/Card/__stories__/Dense/package.json +0 -6
  990. package/content/Card/__stories__/Dense.d.ts +0 -3
  991. package/content/Card/__stories__/WithClickableContent/index.js +0 -12
  992. package/content/Card/__stories__/WithClickableContent/package.json +0 -6
  993. package/content/Card/__stories__/WithClickableContent.d.ts +0 -3
  994. package/content/Card/__stories__/WithClickableLink/index.js +0 -10
  995. package/content/Card/__stories__/WithClickableLink/package.json +0 -6
  996. package/content/Card/__stories__/WithClickableLink.d.ts +0 -3
  997. package/content/Card/__stories__/WithDarkBorder/index.js +0 -11
  998. package/content/Card/__stories__/WithDarkBorder/package.json +0 -6
  999. package/content/Card/__stories__/WithDarkBorder.d.ts +0 -3
  1000. package/content/Card/__stories__/WithDarkTopBorder/index.js +0 -11
  1001. package/content/Card/__stories__/WithDarkTopBorder/package.json +0 -6
  1002. package/content/Card/__stories__/WithDarkTopBorder.d.ts +0 -3
  1003. package/content/Card/__stories__/WithDivider/index.js +0 -10
  1004. package/content/Card/__stories__/WithDivider/package.json +0 -6
  1005. package/content/Card/__stories__/WithDivider.d.ts +0 -3
  1006. package/content/Card/__stories__/WithGrayBorder/index.js +0 -11
  1007. package/content/Card/__stories__/WithGrayBorder/package.json +0 -6
  1008. package/content/Card/__stories__/WithGrayBorder.d.ts +0 -3
  1009. package/content/Card/__stories__/WithGrayTopBorder/index.js +0 -11
  1010. package/content/Card/__stories__/WithGrayTopBorder/package.json +0 -6
  1011. package/content/Card/__stories__/WithGrayTopBorder.d.ts +0 -3
  1012. package/content/Card/__stories__/WithGroupButton/index.js +0 -9
  1013. package/content/Card/__stories__/WithGroupButton/package.json +0 -6
  1014. package/content/Card/__stories__/WithGroupButton.d.ts +0 -3
  1015. package/content/Card/__stories__/WithLink/index.js +0 -8
  1016. package/content/Card/__stories__/WithLink/package.json +0 -6
  1017. package/content/Card/__stories__/WithLink.d.ts +0 -3
  1018. package/content/Card/index.d.ts +0 -6
  1019. package/content/Card/index.js +0 -6
  1020. package/content/Card/index.mdx +0 -105
  1021. package/content/Card/package.json +0 -6
  1022. package/content/Chip/Chip.stories/index.js +0 -11
  1023. package/content/Chip/Chip.stories/package.json +0 -6
  1024. package/content/Chip/Chip.stories.d.ts +0 -12
  1025. package/content/Chip/__stories__/ClickableChip/index.js +0 -10
  1026. package/content/Chip/__stories__/ClickableChip/package.json +0 -6
  1027. package/content/Chip/__stories__/ClickableChip.d.ts +0 -3
  1028. package/content/Chip/__stories__/ClickableDeletableChip/index.js +0 -13
  1029. package/content/Chip/__stories__/ClickableDeletableChip/package.json +0 -6
  1030. package/content/Chip/__stories__/ClickableDeletableChip.d.ts +0 -3
  1031. package/content/Chip/__stories__/Default/index.js +0 -7
  1032. package/content/Chip/__stories__/Default/package.json +0 -6
  1033. package/content/Chip/__stories__/Default.d.ts +0 -3
  1034. package/content/Chip/__stories__/DeletableChip/index.js +0 -10
  1035. package/content/Chip/__stories__/DeletableChip/package.json +0 -6
  1036. package/content/Chip/__stories__/DeletableChip.d.ts +0 -3
  1037. package/content/Chip/__stories__/GroupOfChips/index.js +0 -7
  1038. package/content/Chip/__stories__/GroupOfChips/package.json +0 -6
  1039. package/content/Chip/__stories__/GroupOfChips.d.ts +0 -3
  1040. package/content/Chip/index.d.ts +0 -6
  1041. package/content/Chip/index.js +0 -6
  1042. package/content/Chip/index.mdx +0 -54
  1043. package/content/Chip/package.json +0 -6
  1044. package/content/Details/Details.stories/index.js +0 -9
  1045. package/content/Details/Details.stories/package.json +0 -6
  1046. package/content/Details/Details.stories.d.ts +0 -10
  1047. package/content/Details/Details.stories.playwright.json +0 -27
  1048. package/content/Details/__snapshots__/index.spec.tsx.snap +0 -81
  1049. package/content/Details/__stories__/Default/index.js +0 -7
  1050. package/content/Details/__stories__/Default/package.json +0 -6
  1051. package/content/Details/__stories__/Default.d.ts +0 -3
  1052. package/content/Details/index.d.ts +0 -5
  1053. package/content/Details/index.js +0 -5
  1054. package/content/Details/index.mdx +0 -29
  1055. package/content/Details/index.spec/index.js +0 -13
  1056. package/content/Details/index.spec/package.json +0 -6
  1057. package/content/Details/index.spec.d.ts +0 -1
  1058. package/content/Details/package.json +0 -6
  1059. package/content/FillableText/index.d.ts +0 -4
  1060. package/content/FillableText/index.js +0 -4
  1061. package/content/FillableText/package.json +0 -6
  1062. package/content/List/List/index.js +0 -3
  1063. package/content/List/List/package.json +0 -6
  1064. package/content/List/List.d.ts +0 -3
  1065. package/content/List/List.stories/index.js +0 -14
  1066. package/content/List/List.stories/package.json +0 -6
  1067. package/content/List/List.stories.d.ts +0 -15
  1068. package/content/List/List.stories.playwright.json +0 -27
  1069. package/content/List/ListItem/index.js +0 -3
  1070. package/content/List/ListItem/package.json +0 -6
  1071. package/content/List/ListItem.d.ts +0 -3
  1072. package/content/List/__snapshots__/index.spec.tsx.snap +0 -7
  1073. package/content/List/__stories__/BulletList/index.js +0 -10
  1074. package/content/List/__stories__/BulletList/package.json +0 -6
  1075. package/content/List/__stories__/BulletList.d.ts +0 -3
  1076. package/content/List/__stories__/Default/index.js +0 -9
  1077. package/content/List/__stories__/Default/package.json +0 -6
  1078. package/content/List/__stories__/Default.d.ts +0 -3
  1079. package/content/List/__stories__/HorizontalList/index.js +0 -11
  1080. package/content/List/__stories__/HorizontalList/package.json +0 -6
  1081. package/content/List/__stories__/HorizontalList.d.ts +0 -3
  1082. package/content/List/__stories__/NestedBulletList/index.js +0 -18
  1083. package/content/List/__stories__/NestedBulletList/package.json +0 -6
  1084. package/content/List/__stories__/NestedBulletList.d.ts +0 -3
  1085. package/content/List/__stories__/NumberedList/index.js +0 -10
  1086. package/content/List/__stories__/NumberedList/package.json +0 -6
  1087. package/content/List/__stories__/NumberedList.d.ts +0 -3
  1088. package/content/List/__stories__/WithExtraSpace/index.js +0 -10
  1089. package/content/List/__stories__/WithExtraSpace/package.json +0 -6
  1090. package/content/List/__stories__/WithExtraSpace.d.ts +0 -3
  1091. package/content/List/index.d.ts +0 -3
  1092. package/content/List/index.js +0 -3
  1093. package/content/List/index.mdx +0 -42
  1094. package/content/List/index.spec/index.js +0 -6
  1095. package/content/List/index.spec/package.json +0 -6
  1096. package/content/List/index.spec.d.ts +0 -1
  1097. package/content/List/package.json +0 -6
  1098. package/content/Markdown/index.d.ts +0 -3
  1099. package/content/Markdown/index.js +0 -11
  1100. package/content/Markdown/package.json +0 -6
  1101. package/content/Markdown/useMarkdownToHTML/index.js +0 -86
  1102. package/content/Markdown/useMarkdownToHTML/package.json +0 -6
  1103. package/content/Markdown/useMarkdownToHTML.d.ts +0 -6
  1104. package/content/SafeHTML/index.d.ts +0 -10
  1105. package/content/SafeHTML/index.js +0 -95
  1106. package/content/SafeHTML/package.json +0 -6
  1107. package/content/StepNav/StepNav.stories/index.js +0 -12
  1108. package/content/StepNav/StepNav.stories/package.json +0 -6
  1109. package/content/StepNav/StepNav.stories.d.ts +0 -13
  1110. package/content/StepNav/StepNav.stories.playwright.json +0 -33
  1111. package/content/StepNav/__stories__/Auto/index.js +0 -129
  1112. package/content/StepNav/__stories__/Auto/package.json +0 -6
  1113. package/content/StepNav/__stories__/Auto.d.ts +0 -3
  1114. package/content/StepNav/__stories__/Default/index.js +0 -166
  1115. package/content/StepNav/__stories__/Default/package.json +0 -6
  1116. package/content/StepNav/__stories__/Default.d.ts +0 -3
  1117. package/content/StepNav/__stories__/Dense/index.js +0 -168
  1118. package/content/StepNav/__stories__/Dense/package.json +0 -6
  1119. package/content/StepNav/__stories__/Dense.d.ts +0 -3
  1120. package/content/StepNav/__stories__/WithHints/index.js +0 -175
  1121. package/content/StepNav/__stories__/WithHints/package.json +0 -6
  1122. package/content/StepNav/__stories__/WithHints.d.ts +0 -3
  1123. package/content/StepNav/__stories__/WithHook/index.js +0 -137
  1124. package/content/StepNav/__stories__/WithHook/package.json +0 -6
  1125. package/content/StepNav/__stories__/WithHook.d.ts +0 -3
  1126. package/content/StepNav/auto/index.js +0 -64
  1127. package/content/StepNav/auto/package.json +0 -6
  1128. package/content/StepNav/auto.d.ts +0 -19
  1129. package/content/StepNav/index.d.ts +0 -16
  1130. package/content/StepNav/index.js +0 -16
  1131. package/content/StepNav/index.mdx +0 -30
  1132. package/content/StepNav/package.json +0 -6
  1133. package/content/SummaryList/SummaryList.stories/index.js +0 -14
  1134. package/content/SummaryList/SummaryList.stories/package.json +0 -6
  1135. package/content/SummaryList/SummaryList.stories.d.ts +0 -15
  1136. package/content/SummaryList/SummaryList.stories.playwright.json +0 -27
  1137. package/content/SummaryList/__snapshots__/index.spec.tsx.snap +0 -97
  1138. package/content/SummaryList/__stories__/Default/index.js +0 -15
  1139. package/content/SummaryList/__stories__/Default/package.json +0 -6
  1140. package/content/SummaryList/__stories__/Default.d.ts +0 -3
  1141. package/content/SummaryList/__stories__/RowVariations/index.js +0 -30
  1142. package/content/SummaryList/__stories__/RowVariations/package.json +0 -6
  1143. package/content/SummaryList/__stories__/RowVariations.d.ts +0 -3
  1144. package/content/SummaryList/__stories__/WithActions/index.js +0 -18
  1145. package/content/SummaryList/__stories__/WithActions/package.json +0 -6
  1146. package/content/SummaryList/__stories__/WithActions.d.ts +0 -3
  1147. package/content/SummaryList/__stories__/WithKeyAndAction/index.js +0 -18
  1148. package/content/SummaryList/__stories__/WithKeyAndAction/package.json +0 -6
  1149. package/content/SummaryList/__stories__/WithKeyAndAction.d.ts +0 -3
  1150. package/content/SummaryList/__stories__/WithoutActions/index.js +0 -7
  1151. package/content/SummaryList/__stories__/WithoutActions/package.json +0 -6
  1152. package/content/SummaryList/__stories__/WithoutActions.d.ts +0 -3
  1153. package/content/SummaryList/__stories__/WithoutBorders/index.js +0 -17
  1154. package/content/SummaryList/__stories__/WithoutBorders/package.json +0 -6
  1155. package/content/SummaryList/__stories__/WithoutBorders.d.ts +0 -3
  1156. package/content/SummaryList/index.d.ts +0 -7
  1157. package/content/SummaryList/index.js +0 -7
  1158. package/content/SummaryList/index.mdx +0 -46
  1159. package/content/SummaryList/index.spec/index.js +0 -7
  1160. package/content/SummaryList/index.spec/package.json +0 -6
  1161. package/content/SummaryList/index.spec.d.ts +0 -1
  1162. package/content/SummaryList/package.json +0 -6
  1163. package/content/Table/Table.stories/index.js +0 -26
  1164. package/content/Table/Table.stories/package.json +0 -6
  1165. package/content/Table/Table.stories.d.ts +0 -27
  1166. package/content/Table/Table.stories.playwright.json +0 -37
  1167. package/content/Table/TableFloatingScroll/index.js +0 -81
  1168. package/content/Table/TableFloatingScroll/package.json +0 -6
  1169. package/content/Table/TableFloatingScroll.d.ts +0 -3
  1170. package/content/Table/__stories__/DarkVariant/index.js +0 -47
  1171. package/content/Table/__stories__/DarkVariant/package.json +0 -6
  1172. package/content/Table/__stories__/DarkVariant.d.ts +0 -3
  1173. package/content/Table/__stories__/DarkVariantWithVerticalHeaders/index.js +0 -47
  1174. package/content/Table/__stories__/DarkVariantWithVerticalHeaders/package.json +0 -6
  1175. package/content/Table/__stories__/DarkVariantWithVerticalHeaders.d.ts +0 -3
  1176. package/content/Table/__stories__/Default/index.js +0 -41
  1177. package/content/Table/__stories__/Default/package.json +0 -6
  1178. package/content/Table/__stories__/Default.d.ts +0 -3
  1179. package/content/Table/__stories__/DefinedWidth/index.js +0 -43
  1180. package/content/Table/__stories__/DefinedWidth/package.json +0 -6
  1181. package/content/Table/__stories__/DefinedWidth.d.ts +0 -3
  1182. package/content/Table/__stories__/Densed/index.js +0 -102
  1183. package/content/Table/__stories__/Densed/package.json +0 -6
  1184. package/content/Table/__stories__/Densed.d.ts +0 -3
  1185. package/content/Table/__stories__/Full/index.js +0 -91
  1186. package/content/Table/__stories__/Full/package.json +0 -6
  1187. package/content/Table/__stories__/Full.d.ts +0 -3
  1188. package/content/Table/__stories__/MultipleProps/index.js +0 -71
  1189. package/content/Table/__stories__/MultipleProps/package.json +0 -6
  1190. package/content/Table/__stories__/MultipleProps.d.ts +0 -3
  1191. package/content/Table/__stories__/NoData/index.js +0 -9
  1192. package/content/Table/__stories__/NoData/package.json +0 -6
  1193. package/content/Table/__stories__/NoData.d.ts +0 -3
  1194. package/content/Table/__stories__/NumericDataType/index.js +0 -61
  1195. package/content/Table/__stories__/NumericDataType/package.json +0 -6
  1196. package/content/Table/__stories__/NumericDataType.d.ts +0 -3
  1197. package/content/Table/__stories__/RowColors/index.js +0 -60
  1198. package/content/Table/__stories__/RowColors/package.json +0 -6
  1199. package/content/Table/__stories__/RowColors.d.ts +0 -3
  1200. package/content/Table/__stories__/Stacked/index.js +0 -43
  1201. package/content/Table/__stories__/Stacked/package.json +0 -6
  1202. package/content/Table/__stories__/Stacked.d.ts +0 -3
  1203. package/content/Table/__stories__/TableCaptions/index.js +0 -15
  1204. package/content/Table/__stories__/TableCaptions/package.json +0 -6
  1205. package/content/Table/__stories__/TableCaptions.d.ts +0 -3
  1206. package/content/Table/__stories__/VerticalBorders/index.js +0 -47
  1207. package/content/Table/__stories__/VerticalBorders/package.json +0 -6
  1208. package/content/Table/__stories__/VerticalBorders.d.ts +0 -3
  1209. package/content/Table/__stories__/VerticalHeaders/index.js +0 -41
  1210. package/content/Table/__stories__/VerticalHeaders/package.json +0 -6
  1211. package/content/Table/__stories__/VerticalHeaders.d.ts +0 -3
  1212. package/content/Table/__stories__/WithFloatingScroll/index.js +0 -69
  1213. package/content/Table/__stories__/WithFloatingScroll/package.json +0 -6
  1214. package/content/Table/__stories__/WithFloatingScroll.d.ts +0 -3
  1215. package/content/Table/__stories__/WithLoader/index.js +0 -65
  1216. package/content/Table/__stories__/WithLoader/package.json +0 -6
  1217. package/content/Table/__stories__/WithLoader.d.ts +0 -3
  1218. package/content/Table/__stories__/WithSortFilters/index.js +0 -100
  1219. package/content/Table/__stories__/WithSortFilters/package.json +0 -6
  1220. package/content/Table/__stories__/WithSortFilters.d.ts +0 -3
  1221. package/content/Table/__stories__/ZebraProp/index.js +0 -47
  1222. package/content/Table/__stories__/ZebraProp/package.json +0 -6
  1223. package/content/Table/__stories__/ZebraProp.d.ts +0 -3
  1224. package/content/Table/hooks/useSort/index.js +0 -46
  1225. package/content/Table/hooks/useSort/package.json +0 -6
  1226. package/content/Table/hooks/useSort.d.ts +0 -9
  1227. package/content/Table/index.d.ts +0 -28
  1228. package/content/Table/index.js +0 -99
  1229. package/content/Table/index.mdx +0 -112
  1230. package/content/Table/package.json +0 -6
  1231. package/content/TaskList/TaskList.stories/index.js +0 -9
  1232. package/content/TaskList/TaskList.stories/package.json +0 -6
  1233. package/content/TaskList/TaskList.stories.d.ts +0 -10
  1234. package/content/TaskList/__stories__/Default/index.js +0 -69
  1235. package/content/TaskList/__stories__/Default/package.json +0 -6
  1236. package/content/TaskList/__stories__/Default.d.ts +0 -3
  1237. package/content/TaskList/__stories__/Dense/index.js +0 -71
  1238. package/content/TaskList/__stories__/Dense/package.json +0 -6
  1239. package/content/TaskList/__stories__/Dense.d.ts +0 -3
  1240. package/content/TaskList/index.d.ts +0 -7
  1241. package/content/TaskList/index.js +0 -7
  1242. package/content/TaskList/index.mdx +0 -26
  1243. package/content/TaskList/package.json +0 -6
  1244. package/content/Timeline/Timeline.stories/index.js +0 -9
  1245. package/content/Timeline/Timeline.stories/package.json +0 -6
  1246. package/content/Timeline/Timeline.stories.d.ts +0 -10
  1247. package/content/Timeline/__stories__/Default/index.js +0 -119
  1248. package/content/Timeline/__stories__/Default/package.json +0 -6
  1249. package/content/Timeline/__stories__/Default.d.ts +0 -3
  1250. package/content/Timeline/__stories__/Dense/index.js +0 -121
  1251. package/content/Timeline/__stories__/Dense/package.json +0 -6
  1252. package/content/Timeline/__stories__/Dense.d.ts +0 -3
  1253. package/content/Timeline/index.d.ts +0 -7
  1254. package/content/Timeline/index.js +0 -7
  1255. package/content/Timeline/index.mdx +0 -28
  1256. package/content/Timeline/package.json +0 -6
  1257. package/content/index.d.ts +0 -12
  1258. package/content/index.js +0 -12
  1259. package/content/package.json +0 -6
  1260. package/custom.d/index.js +0 -0
  1261. package/custom.d/package.json +0 -6
  1262. package/feedback/CopyToClipboard/CopyToClipboard.stories/index.js +0 -9
  1263. package/feedback/CopyToClipboard/CopyToClipboard.stories/package.json +0 -6
  1264. package/feedback/CopyToClipboard/CopyToClipboard.stories.d.ts +0 -10
  1265. package/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +0 -53
  1266. package/feedback/CopyToClipboard/__stories__/Banner/index.js +0 -14
  1267. package/feedback/CopyToClipboard/__stories__/Banner/package.json +0 -6
  1268. package/feedback/CopyToClipboard/__stories__/Banner.d.ts +0 -3
  1269. package/feedback/CopyToClipboard/__stories__/Default/index.js +0 -20
  1270. package/feedback/CopyToClipboard/__stories__/Default/package.json +0 -6
  1271. package/feedback/CopyToClipboard/__stories__/Default.d.ts +0 -3
  1272. package/feedback/CopyToClipboard/__stories__/Dense/index.js +0 -18
  1273. package/feedback/CopyToClipboard/__stories__/Dense/package.json +0 -6
  1274. package/feedback/CopyToClipboard/__stories__/Dense.d.ts +0 -3
  1275. package/feedback/CopyToClipboard/index.d.ts +0 -12
  1276. package/feedback/CopyToClipboard/index.js +0 -50
  1277. package/feedback/CopyToClipboard/index.mdx +0 -30
  1278. package/feedback/CopyToClipboard/package.json +0 -6
  1279. package/feedback/ErrorSummary/ErrorSummary.stories/index.js +0 -14
  1280. package/feedback/ErrorSummary/ErrorSummary.stories/package.json +0 -6
  1281. package/feedback/ErrorSummary/ErrorSummary.stories.d.ts +0 -15
  1282. package/feedback/ErrorSummary/ErrorSummary.stories.playwright.json +0 -27
  1283. package/feedback/ErrorSummary/__snapshots__/index.spec.tsx.snap +0 -7
  1284. package/feedback/ErrorSummary/__stories__/Default/index.js +0 -11
  1285. package/feedback/ErrorSummary/__stories__/Default/package.json +0 -6
  1286. package/feedback/ErrorSummary/__stories__/Default.d.ts +0 -3
  1287. package/feedback/ErrorSummary/__stories__/Dense/index.js +0 -13
  1288. package/feedback/ErrorSummary/__stories__/Dense/package.json +0 -6
  1289. package/feedback/ErrorSummary/__stories__/Dense.d.ts +0 -3
  1290. package/feedback/ErrorSummary/__stories__/LinkedToCheckbox/index.js +0 -28
  1291. package/feedback/ErrorSummary/__stories__/LinkedToCheckbox/package.json +0 -6
  1292. package/feedback/ErrorSummary/__stories__/LinkedToCheckbox.d.ts +0 -3
  1293. package/feedback/ErrorSummary/__stories__/LinkedToField/index.js +0 -29
  1294. package/feedback/ErrorSummary/__stories__/LinkedToField/package.json +0 -6
  1295. package/feedback/ErrorSummary/__stories__/LinkedToField.d.ts +0 -3
  1296. package/feedback/ErrorSummary/__stories__/LinkedToInput/index.js +0 -28
  1297. package/feedback/ErrorSummary/__stories__/LinkedToInput/package.json +0 -6
  1298. package/feedback/ErrorSummary/__stories__/LinkedToInput.d.ts +0 -3
  1299. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/index.js +0 -33
  1300. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/package.json +0 -6
  1301. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.d.ts +0 -3
  1302. package/feedback/ErrorSummary/index.d.ts +0 -3
  1303. package/feedback/ErrorSummary/index.js +0 -3
  1304. package/feedback/ErrorSummary/index.mdx +0 -56
  1305. package/feedback/ErrorSummary/index.spec/index.js +0 -6
  1306. package/feedback/ErrorSummary/index.spec/package.json +0 -6
  1307. package/feedback/ErrorSummary/index.spec.d.ts +0 -1
  1308. package/feedback/ErrorSummary/package.json +0 -6
  1309. package/feedback/NotificationBanner/NotificationBanner.stories/index.js +0 -12
  1310. package/feedback/NotificationBanner/NotificationBanner.stories/package.json +0 -6
  1311. package/feedback/NotificationBanner/NotificationBanner.stories.d.ts +0 -13
  1312. package/feedback/NotificationBanner/NotificationBanner.stories.playwright.json +0 -49
  1313. package/feedback/NotificationBanner/__snapshots__/index.spec.tsx.snap +0 -23
  1314. package/feedback/NotificationBanner/__stories__/Default/index.js +0 -12
  1315. package/feedback/NotificationBanner/__stories__/Default/package.json +0 -6
  1316. package/feedback/NotificationBanner/__stories__/Default.d.ts +0 -3
  1317. package/feedback/NotificationBanner/__stories__/Dense/index.js +0 -13
  1318. package/feedback/NotificationBanner/__stories__/Dense/package.json +0 -6
  1319. package/feedback/NotificationBanner/__stories__/Dense.d.ts +0 -3
  1320. package/feedback/NotificationBanner/__stories__/Success/index.js +0 -13
  1321. package/feedback/NotificationBanner/__stories__/Success/package.json +0 -6
  1322. package/feedback/NotificationBanner/__stories__/Success.d.ts +0 -3
  1323. package/feedback/NotificationBanner/index.d.ts +0 -18
  1324. package/feedback/NotificationBanner/index.js +0 -26
  1325. package/feedback/NotificationBanner/index.mdx +0 -38
  1326. package/feedback/NotificationBanner/index.spec/index.js +0 -17
  1327. package/feedback/NotificationBanner/index.spec/package.json +0 -6
  1328. package/feedback/NotificationBanner/index.spec.d.ts +0 -1
  1329. package/feedback/NotificationBanner/package.json +0 -6
  1330. package/feedback/PhaseBanner/PhaseBanner.stories/index.js +0 -10
  1331. package/feedback/PhaseBanner/PhaseBanner.stories/package.json +0 -6
  1332. package/feedback/PhaseBanner/PhaseBanner.stories.d.ts +0 -11
  1333. package/feedback/PhaseBanner/PhaseBanner.stories.playwright.json +0 -21
  1334. package/feedback/PhaseBanner/__stories__/Default/index.js +0 -10
  1335. package/feedback/PhaseBanner/__stories__/Default/package.json +0 -6
  1336. package/feedback/PhaseBanner/__stories__/Default.d.ts +0 -3
  1337. package/feedback/PhaseBanner/__stories__/Underlined/index.js +0 -12
  1338. package/feedback/PhaseBanner/__stories__/Underlined/package.json +0 -6
  1339. package/feedback/PhaseBanner/__stories__/Underlined.d.ts +0 -3
  1340. package/feedback/PhaseBanner/index.d.ts +0 -6
  1341. package/feedback/PhaseBanner/index.js +0 -6
  1342. package/feedback/PhaseBanner/index.mdx +0 -34
  1343. package/feedback/PhaseBanner/package.json +0 -6
  1344. package/feedback/WarningText/WarningText.stories/index.js +0 -11
  1345. package/feedback/WarningText/WarningText.stories/package.json +0 -6
  1346. package/feedback/WarningText/WarningText.stories.d.ts +0 -12
  1347. package/feedback/WarningText/__snapshots__/index.spec.tsx.snap +0 -7
  1348. package/feedback/WarningText/__stories__/AssistiveText/index.js +0 -9
  1349. package/feedback/WarningText/__stories__/AssistiveText/package.json +0 -6
  1350. package/feedback/WarningText/__stories__/AssistiveText.d.ts +0 -3
  1351. package/feedback/WarningText/__stories__/Default/index.js +0 -7
  1352. package/feedback/WarningText/__stories__/Default/package.json +0 -6
  1353. package/feedback/WarningText/__stories__/Default.d.ts +0 -3
  1354. package/feedback/WarningText/__stories__/Dense/index.js +0 -9
  1355. package/feedback/WarningText/__stories__/Dense/package.json +0 -6
  1356. package/feedback/WarningText/__stories__/Dense.d.ts +0 -3
  1357. package/feedback/WarningText/index.d.ts +0 -3
  1358. package/feedback/WarningText/index.js +0 -3
  1359. package/feedback/WarningText/index.mdx +0 -25
  1360. package/feedback/WarningText/index.spec/index.js +0 -6
  1361. package/feedback/WarningText/index.spec/package.json +0 -6
  1362. package/feedback/WarningText/index.spec.d.ts +0 -1
  1363. package/feedback/WarningText/package.json +0 -6
  1364. package/feedback/index.d.ts +0 -5
  1365. package/feedback/index.js +0 -5
  1366. package/feedback/package.json +0 -6
  1367. package/form/AutoComplete/AutoComplete.stories/index.js +0 -13
  1368. package/form/AutoComplete/AutoComplete.stories/package.json +0 -6
  1369. package/form/AutoComplete/AutoComplete.stories.d.ts +0 -14
  1370. package/form/AutoComplete/Status/index.d.ts +0 -40
  1371. package/form/AutoComplete/Status/index.js +0 -133
  1372. package/form/AutoComplete/Status/package.json +0 -6
  1373. package/form/AutoComplete/__stories__/Default/index.js +0 -14
  1374. package/form/AutoComplete/__stories__/Default/package.json +0 -6
  1375. package/form/AutoComplete/__stories__/Default.d.ts +0 -3
  1376. package/form/AutoComplete/__stories__/WithAutoSelect/index.js +0 -29
  1377. package/form/AutoComplete/__stories__/WithAutoSelect/package.json +0 -6
  1378. package/form/AutoComplete/__stories__/WithAutoSelect.d.ts +0 -3
  1379. package/form/AutoComplete/__stories__/WithDefaultValue/index.js +0 -15
  1380. package/form/AutoComplete/__stories__/WithDefaultValue/package.json +0 -6
  1381. package/form/AutoComplete/__stories__/WithDefaultValue.d.ts +0 -3
  1382. package/form/AutoComplete/__stories__/WithInLine/index.js +0 -15
  1383. package/form/AutoComplete/__stories__/WithInLine/package.json +0 -6
  1384. package/form/AutoComplete/__stories__/WithInLine.d.ts +0 -3
  1385. package/form/AutoComplete/__stories__/WithMinLength/index.js +0 -16
  1386. package/form/AutoComplete/__stories__/WithMinLength/package.json +0 -6
  1387. package/form/AutoComplete/__stories__/WithMinLength.d.ts +0 -3
  1388. package/form/AutoComplete/__stories__/WithPlaceHolder/index.js +0 -15
  1389. package/form/AutoComplete/__stories__/WithPlaceHolder/package.json +0 -6
  1390. package/form/AutoComplete/__stories__/WithPlaceHolder.d.ts +0 -3
  1391. package/form/AutoComplete/__stories__/WithShowAllValues/index.js +0 -15
  1392. package/form/AutoComplete/__stories__/WithShowAllValues/package.json +0 -6
  1393. package/form/AutoComplete/__stories__/WithShowAllValues.d.ts +0 -3
  1394. package/form/AutoComplete/__stories__/utils/index.js +0 -0
  1395. package/form/AutoComplete/__stories__/utils/package.json +0 -6
  1396. package/form/AutoComplete/__stories__/utils.d.ts +0 -0
  1397. package/form/AutoComplete/index.d.ts +0 -117
  1398. package/form/AutoComplete/index.js +0 -622
  1399. package/form/AutoComplete/index.mdx +0 -77
  1400. package/form/AutoComplete/package.json +0 -6
  1401. package/form/AutoComplete/utils/index.js +0 -33
  1402. package/form/AutoComplete/utils/package.json +0 -6
  1403. package/form/AutoComplete/utils.d.ts +0 -11
  1404. package/form/Button/Button.stories/index.js +0 -20
  1405. package/form/Button/Button.stories/package.json +0 -6
  1406. package/form/Button/Button.stories.d.ts +0 -21
  1407. package/form/Button/Button.stories.playwright.json +0 -115
  1408. package/form/Button/ButtonLink/index.js +0 -3
  1409. package/form/Button/ButtonLink/package.json +0 -6
  1410. package/form/Button/ButtonLink.d.ts +0 -3
  1411. package/form/Button/CallToAction/index.js +0 -3
  1412. package/form/Button/CallToAction/package.json +0 -6
  1413. package/form/Button/CallToAction.d.ts +0 -3
  1414. package/form/Button/ThemeToggleButton/index.js +0 -45
  1415. package/form/Button/ThemeToggleButton/package.json +0 -6
  1416. package/form/Button/ThemeToggleButton.d.ts +0 -3
  1417. package/form/Button/__snapshots__/index.spec.tsx.snap +0 -17
  1418. package/form/Button/__stories__/Back/index.js +0 -11
  1419. package/form/Button/__stories__/Back/package.json +0 -6
  1420. package/form/Button/__stories__/Back.d.ts +0 -4
  1421. package/form/Button/__stories__/ButtonLinkButton/index.js +0 -16
  1422. package/form/Button/__stories__/ButtonLinkButton/package.json +0 -6
  1423. package/form/Button/__stories__/ButtonLinkButton.d.ts +0 -6
  1424. package/form/Button/__stories__/CallToActionButton/index.js +0 -12
  1425. package/form/Button/__stories__/CallToActionButton/package.json +0 -6
  1426. package/form/Button/__stories__/CallToActionButton.d.ts +0 -3
  1427. package/form/Button/__stories__/Dense/index.js +0 -10
  1428. package/form/Button/__stories__/Dense/package.json +0 -6
  1429. package/form/Button/__stories__/Dense.d.ts +0 -3
  1430. package/form/Button/__stories__/Disabled/index.js +0 -11
  1431. package/form/Button/__stories__/Disabled/package.json +0 -6
  1432. package/form/Button/__stories__/Disabled.d.ts +0 -3
  1433. package/form/Button/__stories__/GroupingButtons/index.js +0 -9
  1434. package/form/Button/__stories__/GroupingButtons/package.json +0 -6
  1435. package/form/Button/__stories__/GroupingButtons.d.ts +0 -3
  1436. package/form/Button/__stories__/GroupingButtonsAndLinks/index.js +0 -10
  1437. package/form/Button/__stories__/GroupingButtonsAndLinks/package.json +0 -6
  1438. package/form/Button/__stories__/GroupingButtonsAndLinks.d.ts +0 -3
  1439. package/form/Button/__stories__/Primary/index.js +0 -9
  1440. package/form/Button/__stories__/Primary/package.json +0 -6
  1441. package/form/Button/__stories__/Primary.d.ts +0 -3
  1442. package/form/Button/__stories__/Secondary/index.js +0 -10
  1443. package/form/Button/__stories__/Secondary/package.json +0 -6
  1444. package/form/Button/__stories__/Secondary.d.ts +0 -3
  1445. package/form/Button/__stories__/ThemeToggle/index.js +0 -7
  1446. package/form/Button/__stories__/ThemeToggle/package.json +0 -6
  1447. package/form/Button/__stories__/ThemeToggle.d.ts +0 -3
  1448. package/form/Button/__stories__/Warning/index.js +0 -10
  1449. package/form/Button/__stories__/Warning/package.json +0 -6
  1450. package/form/Button/__stories__/Warning.d.ts +0 -3
  1451. package/form/Button/__stories__/WithVariantLink/index.js +0 -12
  1452. package/form/Button/__stories__/WithVariantLink/package.json +0 -6
  1453. package/form/Button/__stories__/WithVariantLink.d.ts +0 -3
  1454. package/form/Button/index.d.ts +0 -13
  1455. package/form/Button/index.js +0 -17
  1456. package/form/Button/index.mdx +0 -113
  1457. package/form/Button/index.spec/index.js +0 -7
  1458. package/form/Button/index.spec/package.json +0 -6
  1459. package/form/Button/index.spec.d.ts +0 -1
  1460. package/form/Button/package.json +0 -6
  1461. package/form/Checkbox/Checkbox.stories/index.js +0 -18
  1462. package/form/Checkbox/Checkbox.stories/package.json +0 -6
  1463. package/form/Checkbox/Checkbox.stories.d.ts +0 -19
  1464. package/form/Checkbox/Checkbox.stories.playwright.json +0 -55
  1465. package/form/Checkbox/__stories__/ConditionalReveal/index.js +0 -24
  1466. package/form/Checkbox/__stories__/ConditionalReveal/package.json +0 -6
  1467. package/form/Checkbox/__stories__/ConditionalReveal.d.ts +0 -3
  1468. package/form/Checkbox/__stories__/Default/index.js +0 -22
  1469. package/form/Checkbox/__stories__/Default/package.json +0 -6
  1470. package/form/Checkbox/__stories__/Default.d.ts +0 -3
  1471. package/form/Checkbox/__stories__/Dense/index.js +0 -24
  1472. package/form/Checkbox/__stories__/Dense/package.json +0 -6
  1473. package/form/Checkbox/__stories__/Dense.d.ts +0 -3
  1474. package/form/Checkbox/__stories__/Inline/index.js +0 -21
  1475. package/form/Checkbox/__stories__/Inline/package.json +0 -6
  1476. package/form/Checkbox/__stories__/Inline.d.ts +0 -3
  1477. package/form/Checkbox/__stories__/InlineWithDivider/index.js +0 -22
  1478. package/form/Checkbox/__stories__/InlineWithDivider/package.json +0 -6
  1479. package/form/Checkbox/__stories__/InlineWithDivider.d.ts +0 -3
  1480. package/form/Checkbox/__stories__/MultipleQuestions/index.js +0 -24
  1481. package/form/Checkbox/__stories__/MultipleQuestions/package.json +0 -6
  1482. package/form/Checkbox/__stories__/MultipleQuestions.d.ts +0 -3
  1483. package/form/Checkbox/__stories__/NoneAnswer/index.js +0 -18
  1484. package/form/Checkbox/__stories__/NoneAnswer/package.json +0 -6
  1485. package/form/Checkbox/__stories__/NoneAnswer.d.ts +0 -3
  1486. package/form/Checkbox/__stories__/NoneAnswerWithError/index.js +0 -24
  1487. package/form/Checkbox/__stories__/NoneAnswerWithError/package.json +0 -6
  1488. package/form/Checkbox/__stories__/NoneAnswerWithError.d.ts +0 -3
  1489. package/form/Checkbox/__stories__/WithErrorMessage/index.js +0 -25
  1490. package/form/Checkbox/__stories__/WithErrorMessage/package.json +0 -6
  1491. package/form/Checkbox/__stories__/WithErrorMessage.d.ts +0 -3
  1492. package/form/Checkbox/__stories__/WithHint/index.js +0 -25
  1493. package/form/Checkbox/__stories__/WithHint/package.json +0 -6
  1494. package/form/Checkbox/__stories__/WithHint.d.ts +0 -3
  1495. package/form/Checkbox/index.d.ts +0 -5
  1496. package/form/Checkbox/index.js +0 -5
  1497. package/form/Checkbox/index.mdx +0 -85
  1498. package/form/Checkbox/package.json +0 -6
  1499. package/form/DateInputContainer/DateInputContainer.stories/index.js +0 -13
  1500. package/form/DateInputContainer/DateInputContainer.stories/package.json +0 -6
  1501. package/form/DateInputContainer/DateInputContainer.stories.d.ts +0 -14
  1502. package/form/DateInputContainer/DateInputContainer.stories.playwright.json +0 -61
  1503. package/form/DateInputContainer/__stories__/Default/index.js +0 -22
  1504. package/form/DateInputContainer/__stories__/Default/package.json +0 -6
  1505. package/form/DateInputContainer/__stories__/Default.d.ts +0 -3
  1506. package/form/DateInputContainer/__stories__/Dense/index.js +0 -21
  1507. package/form/DateInputContainer/__stories__/Dense/package.json +0 -6
  1508. package/form/DateInputContainer/__stories__/Dense.d.ts +0 -3
  1509. package/form/DateInputContainer/__stories__/MultipleQuestions/index.js +0 -22
  1510. package/form/DateInputContainer/__stories__/MultipleQuestions/package.json +0 -6
  1511. package/form/DateInputContainer/__stories__/MultipleQuestions.d.ts +0 -3
  1512. package/form/DateInputContainer/__stories__/WithErrorMessage/index.js +0 -33
  1513. package/form/DateInputContainer/__stories__/WithErrorMessage/package.json +0 -6
  1514. package/form/DateInputContainer/__stories__/WithErrorMessage.d.ts +0 -3
  1515. package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/index.js +0 -30
  1516. package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/package.json +0 -6
  1517. package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.d.ts +0 -3
  1518. package/form/DateInputContainer/index.d.ts +0 -4
  1519. package/form/DateInputContainer/index.js +0 -4
  1520. package/form/DateInputContainer/index.mdx +0 -48
  1521. package/form/DateInputContainer/package.json +0 -6
  1522. package/form/ErrorMessage/ErrorMessage.stories/index.js +0 -11
  1523. package/form/ErrorMessage/ErrorMessage.stories/package.json +0 -6
  1524. package/form/ErrorMessage/ErrorMessage.stories.d.ts +0 -12
  1525. package/form/ErrorMessage/__stories__/DateInputError/index.js +0 -22
  1526. package/form/ErrorMessage/__stories__/DateInputError/package.json +0 -6
  1527. package/form/ErrorMessage/__stories__/DateInputError.d.ts +0 -3
  1528. package/form/ErrorMessage/__stories__/Default/index.js +0 -30
  1529. package/form/ErrorMessage/__stories__/Default/package.json +0 -6
  1530. package/form/ErrorMessage/__stories__/Default.d.ts +0 -3
  1531. package/form/ErrorMessage/__stories__/ErrorMessageOnly/index.js +0 -10
  1532. package/form/ErrorMessage/__stories__/ErrorMessageOnly/package.json +0 -6
  1533. package/form/ErrorMessage/__stories__/ErrorMessageOnly.d.ts +0 -3
  1534. package/form/ErrorMessage/index.d.ts +0 -3
  1535. package/form/ErrorMessage/index.js +0 -3
  1536. package/form/ErrorMessage/index.mdx +0 -25
  1537. package/form/ErrorMessage/package.json +0 -6
  1538. package/form/FieldContainer/index.d.ts +0 -5
  1539. package/form/FieldContainer/index.js +0 -5
  1540. package/form/FieldContainer/package.json +0 -6
  1541. package/form/FileUpload/FileUpload.stories/index.js +0 -9
  1542. package/form/FileUpload/FileUpload.stories/package.json +0 -6
  1543. package/form/FileUpload/FileUpload.stories.d.ts +0 -10
  1544. package/form/FileUpload/__stories__/Default/index.js +0 -15
  1545. package/form/FileUpload/__stories__/Default/package.json +0 -6
  1546. package/form/FileUpload/__stories__/Default.d.ts +0 -3
  1547. package/form/FileUpload/__stories__/WithErrorMessage/index.js +0 -19
  1548. package/form/FileUpload/__stories__/WithErrorMessage/package.json +0 -6
  1549. package/form/FileUpload/__stories__/WithErrorMessage.d.ts +0 -3
  1550. package/form/FileUpload/index.d.ts +0 -4
  1551. package/form/FileUpload/index.js +0 -4
  1552. package/form/FileUpload/index.mdx +0 -32
  1553. package/form/FileUpload/package.json +0 -6
  1554. package/form/Form/index.d.ts +0 -3
  1555. package/form/Form/index.js +0 -3
  1556. package/form/Form/package.json +0 -6
  1557. package/form/LabelContainer/index.d.ts +0 -4
  1558. package/form/LabelContainer/index.js +0 -4
  1559. package/form/LabelContainer/package.json +0 -6
  1560. package/form/RadioContainer/RadioContainer.stories/index.js +0 -18
  1561. package/form/RadioContainer/RadioContainer.stories/package.json +0 -6
  1562. package/form/RadioContainer/RadioContainer.stories.d.ts +0 -19
  1563. package/form/RadioContainer/RadioContainer.stories.playwright.json +0 -49
  1564. package/form/RadioContainer/__stories__/ConditionalReveal/index.js +0 -24
  1565. package/form/RadioContainer/__stories__/ConditionalReveal/package.json +0 -6
  1566. package/form/RadioContainer/__stories__/ConditionalReveal.d.ts +0 -3
  1567. package/form/RadioContainer/__stories__/Default/index.js +0 -20
  1568. package/form/RadioContainer/__stories__/Default/package.json +0 -6
  1569. package/form/RadioContainer/__stories__/Default.d.ts +0 -3
  1570. package/form/RadioContainer/__stories__/Dense/index.js +0 -22
  1571. package/form/RadioContainer/__stories__/Dense/package.json +0 -6
  1572. package/form/RadioContainer/__stories__/Dense.d.ts +0 -3
  1573. package/form/RadioContainer/__stories__/Inline/index.js +0 -21
  1574. package/form/RadioContainer/__stories__/Inline/package.json +0 -6
  1575. package/form/RadioContainer/__stories__/Inline.d.ts +0 -3
  1576. package/form/RadioContainer/__stories__/InlineWithDivider/index.js +0 -22
  1577. package/form/RadioContainer/__stories__/InlineWithDivider/package.json +0 -6
  1578. package/form/RadioContainer/__stories__/InlineWithDivider.d.ts +0 -3
  1579. package/form/RadioContainer/__stories__/MultipleQuestions/index.js +0 -24
  1580. package/form/RadioContainer/__stories__/MultipleQuestions/package.json +0 -6
  1581. package/form/RadioContainer/__stories__/MultipleQuestions.d.ts +0 -3
  1582. package/form/RadioContainer/__stories__/NoneAnswer/index.js +0 -22
  1583. package/form/RadioContainer/__stories__/NoneAnswer/package.json +0 -6
  1584. package/form/RadioContainer/__stories__/NoneAnswer.d.ts +0 -3
  1585. package/form/RadioContainer/__stories__/WithErrorMessage/index.js +0 -27
  1586. package/form/RadioContainer/__stories__/WithErrorMessage/package.json +0 -6
  1587. package/form/RadioContainer/__stories__/WithErrorMessage.d.ts +0 -3
  1588. package/form/RadioContainer/__stories__/WithHints/index.js +0 -27
  1589. package/form/RadioContainer/__stories__/WithHints/package.json +0 -6
  1590. package/form/RadioContainer/__stories__/WithHints.d.ts +0 -3
  1591. package/form/RadioContainer/__stories__/WithMediumLegend/index.js +0 -22
  1592. package/form/RadioContainer/__stories__/WithMediumLegend/package.json +0 -6
  1593. package/form/RadioContainer/__stories__/WithMediumLegend.d.ts +0 -3
  1594. package/form/RadioContainer/index.d.ts +0 -6
  1595. package/form/RadioContainer/index.js +0 -6
  1596. package/form/RadioContainer/index.mdx +0 -96
  1597. package/form/RadioContainer/package.json +0 -6
  1598. package/form/SearchContainer/index.d.ts +0 -5
  1599. package/form/SearchContainer/index.js +0 -5
  1600. package/form/SearchContainer/package.json +0 -6
  1601. package/form/SelectContainer/SelectContainer.stories/index.js +0 -12
  1602. package/form/SelectContainer/SelectContainer.stories/package.json +0 -6
  1603. package/form/SelectContainer/SelectContainer.stories.d.ts +0 -13
  1604. package/form/SelectContainer/SelectContainer.stories.playwright.json +0 -21
  1605. package/form/SelectContainer/__stories__/Default/index.js +0 -20
  1606. package/form/SelectContainer/__stories__/Default/package.json +0 -6
  1607. package/form/SelectContainer/__stories__/Default.d.ts +0 -3
  1608. package/form/SelectContainer/__stories__/Dense/index.js +0 -21
  1609. package/form/SelectContainer/__stories__/Dense/package.json +0 -6
  1610. package/form/SelectContainer/__stories__/Dense.d.ts +0 -3
  1611. package/form/SelectContainer/__stories__/DisabledInput/index.js +0 -22
  1612. package/form/SelectContainer/__stories__/DisabledInput/package.json +0 -6
  1613. package/form/SelectContainer/__stories__/DisabledInput.d.ts +0 -3
  1614. package/form/SelectContainer/__stories__/WithHint/index.js +0 -24
  1615. package/form/SelectContainer/__stories__/WithHint/package.json +0 -6
  1616. package/form/SelectContainer/__stories__/WithHint.d.ts +0 -3
  1617. package/form/SelectContainer/index.d.ts +0 -4
  1618. package/form/SelectContainer/index.js +0 -4
  1619. package/form/SelectContainer/index.mdx +0 -48
  1620. package/form/SelectContainer/package.json +0 -6
  1621. package/form/SingleCharacterInputs/SingleCharacterInput.stories/index.js +0 -12
  1622. package/form/SingleCharacterInputs/SingleCharacterInput.stories/package.json +0 -6
  1623. package/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +0 -13
  1624. package/form/SingleCharacterInputs/__stories__/Default/index.js +0 -33
  1625. package/form/SingleCharacterInputs/__stories__/Default/package.json +0 -6
  1626. package/form/SingleCharacterInputs/__stories__/Default.d.ts +0 -3
  1627. package/form/SingleCharacterInputs/__stories__/WithDefaultError/index.js +0 -37
  1628. package/form/SingleCharacterInputs/__stories__/WithDefaultError/package.json +0 -6
  1629. package/form/SingleCharacterInputs/__stories__/WithDefaultError.d.ts +0 -3
  1630. package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/index.js +0 -47
  1631. package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/package.json +0 -6
  1632. package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.d.ts +0 -3
  1633. package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/index.js +0 -41
  1634. package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/package.json +0 -6
  1635. package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.d.ts +0 -3
  1636. package/form/SingleCharacterInputs/index.d.ts +0 -4
  1637. package/form/SingleCharacterInputs/index.js +0 -4
  1638. package/form/SingleCharacterInputs/index.mdx +0 -32
  1639. package/form/SingleCharacterInputs/package.json +0 -6
  1640. package/form/TextArea/TextArea.stories/index.js +0 -16
  1641. package/form/TextArea/TextArea.stories/package.json +0 -6
  1642. package/form/TextArea/TextArea.stories.d.ts +0 -17
  1643. package/form/TextArea/TextArea.stories.playwright.json +0 -59
  1644. package/form/TextArea/__stories__/Default/index.js +0 -14
  1645. package/form/TextArea/__stories__/Default/package.json +0 -6
  1646. package/form/TextArea/__stories__/Default.d.ts +0 -3
  1647. package/form/TextArea/__stories__/Dense/index.js +0 -12
  1648. package/form/TextArea/__stories__/Dense/package.json +0 -6
  1649. package/form/TextArea/__stories__/Dense.d.ts +0 -3
  1650. package/form/TextArea/__stories__/DisabledInput/index.js +0 -19
  1651. package/form/TextArea/__stories__/DisabledInput/package.json +0 -6
  1652. package/form/TextArea/__stories__/DisabledInput.d.ts +0 -3
  1653. package/form/TextArea/__stories__/LimitedCharacters/index.js +0 -22
  1654. package/form/TextArea/__stories__/LimitedCharacters/package.json +0 -6
  1655. package/form/TextArea/__stories__/LimitedCharacters.d.ts +0 -3
  1656. package/form/TextArea/__stories__/MultipleQuestions/index.js +0 -15
  1657. package/form/TextArea/__stories__/MultipleQuestions/package.json +0 -6
  1658. package/form/TextArea/__stories__/MultipleQuestions.d.ts +0 -3
  1659. package/form/TextArea/__stories__/WithDeclaredRows/index.js +0 -19
  1660. package/form/TextArea/__stories__/WithDeclaredRows/package.json +0 -6
  1661. package/form/TextArea/__stories__/WithDeclaredRows.d.ts +0 -3
  1662. package/form/TextArea/__stories__/WithErrorMessage/index.js +0 -25
  1663. package/form/TextArea/__stories__/WithErrorMessage/package.json +0 -6
  1664. package/form/TextArea/__stories__/WithErrorMessage.d.ts +0 -3
  1665. package/form/TextArea/__stories__/WithHint/index.js +0 -18
  1666. package/form/TextArea/__stories__/WithHint/package.json +0 -6
  1667. package/form/TextArea/__stories__/WithHint.d.ts +0 -3
  1668. package/form/TextArea/index.d.ts +0 -3
  1669. package/form/TextArea/index.js +0 -3
  1670. package/form/TextArea/index.mdx +0 -76
  1671. package/form/TextArea/package.json +0 -6
  1672. package/form/TextInput/TextInput.stories/index.js +0 -17
  1673. package/form/TextInput/TextInput.stories/package.json +0 -6
  1674. package/form/TextInput/TextInput.stories.d.ts +0 -18
  1675. package/form/TextInput/TextInput.stories.playwright.json +0 -43
  1676. package/form/TextInput/__stories__/AskingForNumbers/index.js +0 -20
  1677. package/form/TextInput/__stories__/AskingForNumbers/package.json +0 -6
  1678. package/form/TextInput/__stories__/AskingForNumbers.d.ts +0 -3
  1679. package/form/TextInput/__stories__/Default/index.js +0 -14
  1680. package/form/TextInput/__stories__/Default/package.json +0 -6
  1681. package/form/TextInput/__stories__/Default.d.ts +0 -3
  1682. package/form/TextInput/__stories__/Dense/index.js +0 -12
  1683. package/form/TextInput/__stories__/Dense/package.json +0 -6
  1684. package/form/TextInput/__stories__/Dense.d.ts +0 -3
  1685. package/form/TextInput/__stories__/DisabledInput/index.js +0 -19
  1686. package/form/TextInput/__stories__/DisabledInput/package.json +0 -6
  1687. package/form/TextInput/__stories__/DisabledInput.d.ts +0 -3
  1688. package/form/TextInput/__stories__/FixedWidths/index.js +0 -40
  1689. package/form/TextInput/__stories__/FixedWidths/package.json +0 -6
  1690. package/form/TextInput/__stories__/FixedWidths.d.ts +0 -3
  1691. package/form/TextInput/__stories__/FluidWidths/index.js +0 -40
  1692. package/form/TextInput/__stories__/FluidWidths/package.json +0 -6
  1693. package/form/TextInput/__stories__/FluidWidths.d.ts +0 -3
  1694. package/form/TextInput/__stories__/MultipleQuestions/index.js +0 -11
  1695. package/form/TextInput/__stories__/MultipleQuestions/package.json +0 -6
  1696. package/form/TextInput/__stories__/MultipleQuestions.d.ts +0 -3
  1697. package/form/TextInput/__stories__/WithErrorMessage/index.js +0 -25
  1698. package/form/TextInput/__stories__/WithErrorMessage/package.json +0 -6
  1699. package/form/TextInput/__stories__/WithErrorMessage.d.ts +0 -3
  1700. package/form/TextInput/__stories__/WithHint/index.js +0 -18
  1701. package/form/TextInput/__stories__/WithHint/package.json +0 -6
  1702. package/form/TextInput/__stories__/WithHint.d.ts +0 -3
  1703. package/form/TextInput/index.d.ts +0 -3
  1704. package/form/TextInput/index.js +0 -3
  1705. package/form/TextInput/index.mdx +0 -92
  1706. package/form/TextInput/package.json +0 -6
  1707. package/form/index.d.ts +0 -15
  1708. package/form/index.js +0 -15
  1709. package/form/package.json +0 -6
  1710. package/govgr/Footer/Copyright/index.js +0 -37
  1711. package/govgr/Footer/Copyright/package.json +0 -6
  1712. package/govgr/Footer/Copyright.d.ts +0 -11
  1713. package/govgr/Footer/HellenicRepublicLogo/index.js +0 -3
  1714. package/govgr/Footer/HellenicRepublicLogo/package.json +0 -6
  1715. package/govgr/Footer/HellenicRepublicLogo.d.ts +0 -3
  1716. package/govgr/Footer/LicenseCCSA/index.js +0 -15
  1717. package/govgr/Footer/LicenseCCSA/package.json +0 -6
  1718. package/govgr/Footer/LicenseCCSA.d.ts +0 -3
  1719. package/govgr/Footer/index.d.ts +0 -13
  1720. package/govgr/Footer/index.js +0 -19
  1721. package/govgr/Footer/index.mdx +0 -101
  1722. package/govgr/Footer/logo/index.js +0 -1
  1723. package/govgr/Footer/logo/package.json +0 -6
  1724. package/govgr/Footer/logo.d.ts +0 -2
  1725. package/govgr/Footer/logos/logo-el/index.js +0 -1
  1726. package/govgr/Footer/logos/logo-el/package.json +0 -6
  1727. package/govgr/Footer/logos/logo-el.d.ts +0 -2
  1728. package/govgr/Footer/logos/logo-en/index.js +0 -1
  1729. package/govgr/Footer/logos/logo-en/package.json +0 -6
  1730. package/govgr/Footer/logos/logo-en.d.ts +0 -2
  1731. package/govgr/Footer/package.json +0 -6
  1732. package/govgr/GovGRLogo/govgr-logo.svg +0 -1
  1733. package/govgr/GovGRLogo/index.d.ts +0 -3
  1734. package/govgr/GovGRLogo/index.js +0 -3
  1735. package/govgr/GovGRLogo/logo/index.js +0 -1
  1736. package/govgr/GovGRLogo/logo/package.json +0 -6
  1737. package/govgr/GovGRLogo/logo.d.ts +0 -2
  1738. package/govgr/GovGRLogo/package.json +0 -6
  1739. package/govgr/images/govgr-logo-base64/index.js +0 -1
  1740. package/govgr/images/govgr-logo-base64/package.json +0 -6
  1741. package/govgr/images/govgr-logo-base64.d.ts +0 -2
  1742. package/govgr/images/govgr-logo-blue-base64/index.js +0 -1
  1743. package/govgr/images/govgr-logo-blue-base64/package.json +0 -6
  1744. package/govgr/images/govgr-logo-blue-base64.d.ts +0 -2
  1745. package/govgr/images/greek-government-base64/index.js +0 -1
  1746. package/govgr/images/greek-government-base64/package.json +0 -6
  1747. package/govgr/images/greek-government-base64.d.ts +0 -2
  1748. package/govgr/images/grnet-logo-base64/index.js +0 -1
  1749. package/govgr/images/grnet-logo-base64/package.json +0 -6
  1750. package/govgr/images/grnet-logo-base64.d.ts +0 -2
  1751. package/govgr/images/index.d.ts +0 -5
  1752. package/govgr/images/index.js +0 -5
  1753. package/govgr/images/minedu-logo-base64/index.js +0 -1
  1754. package/govgr/images/minedu-logo-base64/package.json +0 -6
  1755. package/govgr/images/minedu-logo-base64.d.ts +0 -2
  1756. package/govgr/images/minedu-logo-black-base64/index.js +0 -1
  1757. package/govgr/images/minedu-logo-black-base64/package.json +0 -6
  1758. package/govgr/images/minedu-logo-black-base64.d.ts +0 -2
  1759. package/govgr/images/package.json +0 -6
  1760. package/govgr/index.d.ts +0 -5
  1761. package/govgr/index.js +0 -5
  1762. package/govgr/package.json +0 -6
  1763. package/i18n/I18nText/index.js +0 -66
  1764. package/i18n/I18nText/package.json +0 -6
  1765. package/i18n/I18nText.d.ts +0 -10
  1766. package/i18n/index.d.ts +0 -12
  1767. package/i18n/index.js +0 -52
  1768. package/i18n/locales/el/index.js +0 -109
  1769. package/i18n/locales/el/package.json +0 -6
  1770. package/i18n/locales/el.d.ts +0 -110
  1771. package/i18n/locales/en/index.js +0 -103
  1772. package/i18n/locales/en/package.json +0 -6
  1773. package/i18n/locales/en.d.ts +0 -104
  1774. package/i18n/package.json +0 -6
  1775. package/icons/Icon/index.d.ts +0 -5
  1776. package/icons/Icon/index.js +0 -5
  1777. package/icons/Icon/package.json +0 -6
  1778. package/icons/ImageLogo/index.d.ts +0 -3
  1779. package/icons/ImageLogo/index.js +0 -3
  1780. package/icons/ImageLogo/package.json +0 -6
  1781. package/icons/ImageLogoSet/index.d.ts +0 -3
  1782. package/icons/ImageLogoSet/index.js +0 -3
  1783. package/icons/ImageLogoSet/package.json +0 -6
  1784. package/icons/index.d.ts +0 -2
  1785. package/icons/index.js +0 -2
  1786. package/icons/package.json +0 -6
  1787. package/index.d.ts +0 -11
  1788. package/index.js +0 -16
  1789. package/introduction.md +0 -11
  1790. package/layouts/Admin/index.d.ts +0 -9
  1791. package/layouts/Admin/index.js +0 -9
  1792. package/layouts/Admin/package.json +0 -6
  1793. package/layouts/Basic/Aside/index.d.ts +0 -3
  1794. package/layouts/Basic/Aside/index.js +0 -3
  1795. package/layouts/Basic/Aside/package.json +0 -6
  1796. package/layouts/Basic/Basic.stories/index.js +0 -10
  1797. package/layouts/Basic/Basic.stories/package.json +0 -6
  1798. package/layouts/Basic/Basic.stories.d.ts +0 -11
  1799. package/layouts/Basic/Bottom/index.d.ts +0 -3
  1800. package/layouts/Basic/Bottom/index.js +0 -3
  1801. package/layouts/Basic/Bottom/index.mdx +0 -41
  1802. package/layouts/Basic/Bottom/package.json +0 -6
  1803. package/layouts/Basic/Container/index.d.ts +0 -3
  1804. package/layouts/Basic/Container/index.js +0 -3
  1805. package/layouts/Basic/Container/package.json +0 -6
  1806. package/layouts/Basic/Main/index.d.ts +0 -3
  1807. package/layouts/Basic/Main/index.js +0 -3
  1808. package/layouts/Basic/Main/index.mdx +0 -58
  1809. package/layouts/Basic/Main/package.json +0 -6
  1810. package/layouts/Basic/Masthead/index.d.ts +0 -5
  1811. package/layouts/Basic/Masthead/index.js +0 -5
  1812. package/layouts/Basic/Masthead/index.mdx +0 -65
  1813. package/layouts/Basic/Masthead/package.json +0 -6
  1814. package/layouts/Basic/Top/index.d.ts +0 -3
  1815. package/layouts/Basic/Top/index.js +0 -3
  1816. package/layouts/Basic/Top/index.mdx +0 -68
  1817. package/layouts/Basic/Top/package.json +0 -6
  1818. package/layouts/Basic/__snapshots__/index.spec.tsx.snap +0 -109
  1819. package/layouts/Basic/__stories__/Default/index.js +0 -10
  1820. package/layouts/Basic/__stories__/Default/package.json +0 -6
  1821. package/layouts/Basic/__stories__/Default.d.ts +0 -3
  1822. package/layouts/Basic/__stories__/MultipleRowsLayout/index.js +0 -13
  1823. package/layouts/Basic/__stories__/MultipleRowsLayout/package.json +0 -6
  1824. package/layouts/Basic/__stories__/MultipleRowsLayout.d.ts +0 -3
  1825. package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/index.js +0 -13
  1826. package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/package.json +0 -6
  1827. package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.d.ts +0 -3
  1828. package/layouts/Basic/index.d.ts +0 -9
  1829. package/layouts/Basic/index.js +0 -9
  1830. package/layouts/Basic/index.mdx +0 -40
  1831. package/layouts/Basic/index.spec/index.js +0 -8
  1832. package/layouts/Basic/index.spec/package.json +0 -6
  1833. package/layouts/Basic/index.spec.d.ts +0 -1
  1834. package/layouts/Basic/package.json +0 -6
  1835. package/layouts/Grid/Grid.stories/index.js +0 -9
  1836. package/layouts/Grid/Grid.stories/package.json +0 -6
  1837. package/layouts/Grid/Grid.stories.d.ts +0 -10
  1838. package/layouts/Grid/__stories__/Default/index.js +0 -73
  1839. package/layouts/Grid/__stories__/Default/package.json +0 -6
  1840. package/layouts/Grid/__stories__/Default.d.ts +0 -3
  1841. package/layouts/Grid/__stories__/Inline/index.js +0 -74
  1842. package/layouts/Grid/__stories__/Inline/package.json +0 -6
  1843. package/layouts/Grid/__stories__/Inline.d.ts +0 -3
  1844. package/layouts/Grid/__stories__/ResponsiveSpacing/index.js +0 -72
  1845. package/layouts/Grid/__stories__/ResponsiveSpacing/package.json +0 -6
  1846. package/layouts/Grid/__stories__/ResponsiveSpacing.d.ts +0 -3
  1847. package/layouts/Grid/index.d.ts +0 -4
  1848. package/layouts/Grid/index.js +0 -3
  1849. package/layouts/Grid/package.json +0 -6
  1850. package/layouts/Hidden/index.d.ts +0 -1
  1851. package/layouts/Hidden/index.js +0 -1
  1852. package/layouts/Hidden/package.json +0 -6
  1853. package/layouts/Screen/Screen.stories/index.js +0 -10
  1854. package/layouts/Screen/Screen.stories/package.json +0 -6
  1855. package/layouts/Screen/Screen.stories.d.ts +0 -11
  1856. package/layouts/Screen/__stories__/Default/index.js +0 -18
  1857. package/layouts/Screen/__stories__/Default/package.json +0 -6
  1858. package/layouts/Screen/__stories__/Default.d.ts +0 -3
  1859. package/layouts/Screen/__stories__/ScreenDown/index.js +0 -9
  1860. package/layouts/Screen/__stories__/ScreenDown/package.json +0 -6
  1861. package/layouts/Screen/__stories__/ScreenDown.d.ts +0 -3
  1862. package/layouts/Screen/__stories__/ScreenUp/index.js +0 -9
  1863. package/layouts/Screen/__stories__/ScreenUp/package.json +0 -6
  1864. package/layouts/Screen/__stories__/ScreenUp.d.ts +0 -3
  1865. package/layouts/Screen/__stories__/SpecificScreenSize/index.js +0 -9
  1866. package/layouts/Screen/__stories__/SpecificScreenSize/package.json +0 -6
  1867. package/layouts/Screen/__stories__/SpecificScreenSize.d.ts +0 -3
  1868. package/layouts/Screen/index.d.ts +0 -6
  1869. package/layouts/Screen/index.js +0 -27
  1870. package/layouts/Screen/package.json +0 -6
  1871. package/layouts/Section/index.d.ts +0 -3
  1872. package/layouts/Section/index.js +0 -3
  1873. package/layouts/Section/package.json +0 -6
  1874. package/layouts/SectionBreak/index.d.ts +0 -3
  1875. package/layouts/SectionBreak/index.js +0 -3
  1876. package/layouts/SectionBreak/package.json +0 -6
  1877. package/layouts/Stack/Stack.stories/index.js +0 -12
  1878. package/layouts/Stack/Stack.stories/package.json +0 -6
  1879. package/layouts/Stack/Stack.stories.d.ts +0 -13
  1880. package/layouts/Stack/__stories__/AlignItems/index.js +0 -65
  1881. package/layouts/Stack/__stories__/AlignItems/package.json +0 -6
  1882. package/layouts/Stack/__stories__/AlignItems.d.ts +0 -3
  1883. package/layouts/Stack/__stories__/Default/index.js +0 -22
  1884. package/layouts/Stack/__stories__/Default/package.json +0 -6
  1885. package/layouts/Stack/__stories__/Default.d.ts +0 -3
  1886. package/layouts/Stack/__stories__/JustifyContent/index.js +0 -82
  1887. package/layouts/Stack/__stories__/JustifyContent/package.json +0 -6
  1888. package/layouts/Stack/__stories__/JustifyContent.d.ts +0 -3
  1889. package/layouts/Stack/__stories__/NoWrap/index.js +0 -24
  1890. package/layouts/Stack/__stories__/NoWrap/package.json +0 -6
  1891. package/layouts/Stack/__stories__/NoWrap.d.ts +0 -3
  1892. package/layouts/Stack/__stories__/Row/index.js +0 -23
  1893. package/layouts/Stack/__stories__/Row/package.json +0 -6
  1894. package/layouts/Stack/__stories__/Row.d.ts +0 -3
  1895. package/layouts/Stack/__stories__/Spacing/index.js +0 -53
  1896. package/layouts/Stack/__stories__/Spacing/package.json +0 -6
  1897. package/layouts/Stack/__stories__/Spacing.d.ts +0 -3
  1898. package/layouts/Stack/index.d.ts +0 -2
  1899. package/layouts/Stack/index.js +0 -2
  1900. package/layouts/Stack/package.json +0 -6
  1901. package/layouts/index.d.ts +0 -11
  1902. package/layouts/index.js +0 -11
  1903. package/layouts/package.json +0 -6
  1904. package/misc/KitchenSink/index.d.ts +0 -8
  1905. package/misc/KitchenSink/index.js +0 -8
  1906. package/misc/KitchenSink/package.json +0 -6
  1907. package/navigation/BackLink/BackLink.stories/index.js +0 -7
  1908. package/navigation/BackLink/BackLink.stories/package.json +0 -6
  1909. package/navigation/BackLink/BackLink.stories.d.ts +0 -8
  1910. package/navigation/BackLink/BackLink.stories.playwright.json +0 -21
  1911. package/navigation/BackLink/__stories__/Default/index.js +0 -10
  1912. package/navigation/BackLink/__stories__/Default/package.json +0 -6
  1913. package/navigation/BackLink/__stories__/Default.d.ts +0 -3
  1914. package/navigation/BackLink/index.d.ts +0 -3
  1915. package/navigation/BackLink/index.js +0 -3
  1916. package/navigation/BackLink/index.mdx +0 -24
  1917. package/navigation/BackLink/package.json +0 -6
  1918. package/navigation/BackToTopLink/BackToTopLink.stories/index.js +0 -8
  1919. package/navigation/BackToTopLink/BackToTopLink.stories/package.json +0 -6
  1920. package/navigation/BackToTopLink/BackToTopLink.stories.d.ts +0 -9
  1921. package/navigation/BackToTopLink/__stories__/Default/index.js +0 -10
  1922. package/navigation/BackToTopLink/__stories__/Default/package.json +0 -6
  1923. package/navigation/BackToTopLink/__stories__/Default.d.ts +0 -3
  1924. package/navigation/BackToTopLink/__stories__/InMain/index.js +0 -11
  1925. package/navigation/BackToTopLink/__stories__/InMain/package.json +0 -6
  1926. package/navigation/BackToTopLink/__stories__/InMain.d.ts +0 -3
  1927. package/navigation/BackToTopLink/index.d.ts +0 -12
  1928. package/navigation/BackToTopLink/index.js +0 -55
  1929. package/navigation/BackToTopLink/package.json +0 -6
  1930. package/navigation/Breadcrumbs/Breadcrumbs.stories/index.js +0 -9
  1931. package/navigation/Breadcrumbs/Breadcrumbs.stories/package.json +0 -6
  1932. package/navigation/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -10
  1933. package/navigation/Breadcrumbs/Breadcrumbs.stories.playwright.json +0 -33
  1934. package/navigation/Breadcrumbs/__stories__/Default/index.js +0 -19
  1935. package/navigation/Breadcrumbs/__stories__/Default/package.json +0 -6
  1936. package/navigation/Breadcrumbs/__stories__/Default.d.ts +0 -3
  1937. package/navigation/Breadcrumbs/index.d.ts +0 -5
  1938. package/navigation/Breadcrumbs/index.js +0 -5
  1939. package/navigation/Breadcrumbs/index.mdx +0 -31
  1940. package/navigation/Breadcrumbs/package.json +0 -6
  1941. package/navigation/Drawer/Drawer.stories/index.js +0 -11
  1942. package/navigation/Drawer/Drawer.stories/package.json +0 -6
  1943. package/navigation/Drawer/Drawer.stories.d.ts +0 -12
  1944. package/navigation/Drawer/__stories__/Auto/index.js +0 -75
  1945. package/navigation/Drawer/__stories__/Auto/package.json +0 -6
  1946. package/navigation/Drawer/__stories__/Auto.d.ts +0 -2
  1947. package/navigation/Drawer/__stories__/Default/index.js +0 -79
  1948. package/navigation/Drawer/__stories__/Default/package.json +0 -6
  1949. package/navigation/Drawer/__stories__/Default.d.ts +0 -3
  1950. package/navigation/Drawer/__stories__/WithHook/index.js +0 -76
  1951. package/navigation/Drawer/__stories__/WithHook/package.json +0 -6
  1952. package/navigation/Drawer/__stories__/WithHook.d.ts +0 -2
  1953. package/navigation/Drawer/auto/index.js +0 -66
  1954. package/navigation/Drawer/auto/package.json +0 -6
  1955. package/navigation/Drawer/auto.d.ts +0 -28
  1956. package/navigation/Drawer/hooks/index.js +0 -47
  1957. package/navigation/Drawer/hooks/package.json +0 -6
  1958. package/navigation/Drawer/hooks.d.ts +0 -20
  1959. package/navigation/Drawer/index.d.ts +0 -5
  1960. package/navigation/Drawer/index.js +0 -5
  1961. package/navigation/Drawer/index.mdx +0 -20
  1962. package/navigation/Drawer/package.json +0 -6
  1963. package/navigation/Dropdown/Dropdown.stories/index.js +0 -18
  1964. package/navigation/Dropdown/Dropdown.stories/package.json +0 -6
  1965. package/navigation/Dropdown/Dropdown.stories.d.ts +0 -19
  1966. package/navigation/Dropdown/Dropdown.stories.playwright.json +0 -69
  1967. package/navigation/Dropdown/__stories__/AlignRight/index.js +0 -54
  1968. package/navigation/Dropdown/__stories__/AlignRight/package.json +0 -6
  1969. package/navigation/Dropdown/__stories__/AlignRight.d.ts +0 -3
  1970. package/navigation/Dropdown/__stories__/ContentPosition/index.js +0 -97
  1971. package/navigation/Dropdown/__stories__/ContentPosition/package.json +0 -6
  1972. package/navigation/Dropdown/__stories__/ContentPosition.d.ts +0 -3
  1973. package/navigation/Dropdown/__stories__/Default/index.js +0 -40
  1974. package/navigation/Dropdown/__stories__/Default/package.json +0 -6
  1975. package/navigation/Dropdown/__stories__/Default.d.ts +0 -3
  1976. package/navigation/Dropdown/__stories__/Dense/index.js +0 -48
  1977. package/navigation/Dropdown/__stories__/Dense/package.json +0 -6
  1978. package/navigation/Dropdown/__stories__/Dense.d.ts +0 -3
  1979. package/navigation/Dropdown/__stories__/Disabled/index.js +0 -42
  1980. package/navigation/Dropdown/__stories__/Disabled/package.json +0 -6
  1981. package/navigation/Dropdown/__stories__/Disabled.d.ts +0 -3
  1982. package/navigation/Dropdown/__stories__/PlacementTop/index.js +0 -58
  1983. package/navigation/Dropdown/__stories__/PlacementTop/package.json +0 -6
  1984. package/navigation/Dropdown/__stories__/PlacementTop.d.ts +0 -3
  1985. package/navigation/Dropdown/__stories__/Secondary/index.js +0 -28
  1986. package/navigation/Dropdown/__stories__/Secondary/package.json +0 -6
  1987. package/navigation/Dropdown/__stories__/Secondary.d.ts +0 -3
  1988. package/navigation/Dropdown/__stories__/VariantLink/index.js +0 -41
  1989. package/navigation/Dropdown/__stories__/VariantLink/package.json +0 -6
  1990. package/navigation/Dropdown/__stories__/VariantLink.d.ts +0 -3
  1991. package/navigation/Dropdown/__stories__/Warning/index.js +0 -28
  1992. package/navigation/Dropdown/__stories__/Warning/package.json +0 -6
  1993. package/navigation/Dropdown/__stories__/Warning.d.ts +0 -3
  1994. package/navigation/Dropdown/__stories__/WithIcons/index.js +0 -93
  1995. package/navigation/Dropdown/__stories__/WithIcons/package.json +0 -6
  1996. package/navigation/Dropdown/__stories__/WithIcons.d.ts +0 -3
  1997. package/navigation/Dropdown/index.d.ts +0 -22
  1998. package/navigation/Dropdown/index.js +0 -93
  1999. package/navigation/Dropdown/index.mdx +0 -42
  2000. package/navigation/Dropdown/package.json +0 -6
  2001. package/navigation/Link/Link.stories/index.js +0 -13
  2002. package/navigation/Link/Link.stories/package.json +0 -6
  2003. package/navigation/Link/Link.stories.d.ts +0 -14
  2004. package/navigation/Link/Link.stories.playwright.json +0 -65
  2005. package/navigation/Link/__snapshots__/index.spec.tsx.snap +0 -38
  2006. package/navigation/Link/__stories__/DarkBackground/index.js +0 -17
  2007. package/navigation/Link/__stories__/DarkBackground/package.json +0 -6
  2008. package/navigation/Link/__stories__/DarkBackground.d.ts +0 -3
  2009. package/navigation/Link/__stories__/DarkBackgroundNoUnderline/index.js +0 -18
  2010. package/navigation/Link/__stories__/DarkBackgroundNoUnderline/package.json +0 -6
  2011. package/navigation/Link/__stories__/DarkBackgroundNoUnderline.d.ts +0 -3
  2012. package/navigation/Link/__stories__/Default/index.js +0 -11
  2013. package/navigation/Link/__stories__/Default/package.json +0 -6
  2014. package/navigation/Link/__stories__/Default.d.ts +0 -3
  2015. package/navigation/Link/__stories__/ExternalLink/index.js +0 -12
  2016. package/navigation/Link/__stories__/ExternalLink/package.json +0 -6
  2017. package/navigation/Link/__stories__/ExternalLink.d.ts +0 -3
  2018. package/navigation/Link/__stories__/NoUnderline/index.js +0 -12
  2019. package/navigation/Link/__stories__/NoUnderline/package.json +0 -6
  2020. package/navigation/Link/__stories__/NoUnderline.d.ts +0 -3
  2021. package/navigation/Link/__stories__/OpensInNewTab/index.js +0 -11
  2022. package/navigation/Link/__stories__/OpensInNewTab/package.json +0 -6
  2023. package/navigation/Link/__stories__/OpensInNewTab.d.ts +0 -3
  2024. package/navigation/Link/index.d.ts +0 -13
  2025. package/navigation/Link/index.js +0 -29
  2026. package/navigation/Link/index.mdx +0 -60
  2027. package/navigation/Link/index.spec/index.js +0 -16
  2028. package/navigation/Link/index.spec/package.json +0 -6
  2029. package/navigation/Link/index.spec.d.ts +0 -1
  2030. package/navigation/Link/package.json +0 -6
  2031. package/navigation/NavList/Nav/index.js +0 -3
  2032. package/navigation/NavList/Nav/package.json +0 -6
  2033. package/navigation/NavList/Nav.d.ts +0 -3
  2034. package/navigation/NavList/NavList/index.js +0 -3
  2035. package/navigation/NavList/NavList/package.json +0 -6
  2036. package/navigation/NavList/NavList.d.ts +0 -3
  2037. package/navigation/NavList/NavList.stories/index.js +0 -16
  2038. package/navigation/NavList/NavList.stories/package.json +0 -6
  2039. package/navigation/NavList/NavList.stories.d.ts +0 -17
  2040. package/navigation/NavList/NavList.stories.playwright.json +0 -53
  2041. package/navigation/NavList/NavListAuto/index.d.ts +0 -4
  2042. package/navigation/NavList/NavListAuto/index.js +0 -45
  2043. package/navigation/NavList/NavListAuto/package.json +0 -6
  2044. package/navigation/NavList/NavMenuContentList/index.js +0 -53
  2045. package/navigation/NavList/NavMenuContentList/package.json +0 -6
  2046. package/navigation/NavList/NavMenuContentList.d.ts +0 -5
  2047. package/navigation/NavList/__snapshots__/index.spec.tsx.snap +0 -7
  2048. package/navigation/NavList/__stories__/Default/index.js +0 -27
  2049. package/navigation/NavList/__stories__/Default/package.json +0 -6
  2050. package/navigation/NavList/__stories__/Default.d.ts +0 -3
  2051. package/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +0 -61
  2052. package/navigation/NavList/__stories__/HorizontalWithDrawer/package.json +0 -6
  2053. package/navigation/NavList/__stories__/HorizontalWithDrawer.d.ts +0 -3
  2054. package/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +0 -38
  2055. package/navigation/NavList/__stories__/HorizontalWithoutDrawer/package.json +0 -6
  2056. package/navigation/NavList/__stories__/HorizontalWithoutDrawer.d.ts +0 -3
  2057. package/navigation/NavList/__stories__/NavLinksOneLevel.json +0 -17
  2058. package/navigation/NavList/__stories__/NavLinksWithSubmenu.json +0 -36
  2059. package/navigation/NavList/__stories__/NavListWithoutNav/index.js +0 -17
  2060. package/navigation/NavList/__stories__/NavListWithoutNav/package.json +0 -6
  2061. package/navigation/NavList/__stories__/NavListWithoutNav.d.ts +0 -3
  2062. package/navigation/NavList/__stories__/UsingHeaderButton/index.js +0 -63
  2063. package/navigation/NavList/__stories__/UsingHeaderButton/package.json +0 -6
  2064. package/navigation/NavList/__stories__/UsingHeaderButton.d.ts +0 -3
  2065. package/navigation/NavList/__stories__/UsingNavListAuto/index.js +0 -34
  2066. package/navigation/NavList/__stories__/UsingNavListAuto/package.json +0 -6
  2067. package/navigation/NavList/__stories__/UsingNavListAuto.d.ts +0 -3
  2068. package/navigation/NavList/__stories__/Vertical/index.js +0 -29
  2069. package/navigation/NavList/__stories__/Vertical/package.json +0 -6
  2070. package/navigation/NavList/__stories__/Vertical.d.ts +0 -3
  2071. package/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +0 -41
  2072. package/navigation/NavList/__stories__/VerticalWithoutDrawer/package.json +0 -6
  2073. package/navigation/NavList/__stories__/VerticalWithoutDrawer.d.ts +0 -3
  2074. package/navigation/NavList/hooks/useNavList/index.js +0 -37
  2075. package/navigation/NavList/hooks/useNavList/package.json +0 -6
  2076. package/navigation/NavList/hooks/useNavList.d.ts +0 -8
  2077. package/navigation/NavList/hooks/useTogglableNav/index.js +0 -264
  2078. package/navigation/NavList/hooks/useTogglableNav/package.json +0 -6
  2079. package/navigation/NavList/hooks/useTogglableNav.d.ts +0 -26
  2080. package/navigation/NavList/index.d.ts +0 -17
  2081. package/navigation/NavList/index.js +0 -17
  2082. package/navigation/NavList/index.mdx +0 -44
  2083. package/navigation/NavList/index.spec/index.js +0 -6
  2084. package/navigation/NavList/index.spec/package.json +0 -6
  2085. package/navigation/NavList/index.spec.d.ts +0 -1
  2086. package/navigation/NavList/package.json +0 -6
  2087. package/navigation/NavList/types/index.js +0 -1
  2088. package/navigation/NavList/types/package.json +0 -6
  2089. package/navigation/NavList/types.d.ts +0 -53
  2090. package/navigation/Pagination/Pagination.stories/index.js +0 -15
  2091. package/navigation/Pagination/Pagination.stories/package.json +0 -6
  2092. package/navigation/Pagination/Pagination.stories.d.ts +0 -16
  2093. package/navigation/Pagination/Pagination.stories.playwright.json +0 -27
  2094. package/navigation/Pagination/__stories__/Auto/index.js +0 -46
  2095. package/navigation/Pagination/__stories__/Auto/package.json +0 -6
  2096. package/navigation/Pagination/__stories__/Auto.d.ts +0 -3
  2097. package/navigation/Pagination/__stories__/Default/index.js +0 -63
  2098. package/navigation/Pagination/__stories__/Default/package.json +0 -6
  2099. package/navigation/Pagination/__stories__/Default.d.ts +0 -3
  2100. package/navigation/Pagination/__stories__/PaginationSmall/index.js +0 -32
  2101. package/navigation/Pagination/__stories__/PaginationSmall/package.json +0 -6
  2102. package/navigation/Pagination/__stories__/PaginationSmall.d.ts +0 -3
  2103. package/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +0 -42
  2104. package/navigation/Pagination/__stories__/PaginationWithSmallFont/package.json +0 -6
  2105. package/navigation/Pagination/__stories__/PaginationWithSmallFont.d.ts +0 -3
  2106. package/navigation/Pagination/__stories__/WithHook/index.js +0 -53
  2107. package/navigation/Pagination/__stories__/WithHook/package.json +0 -6
  2108. package/navigation/Pagination/__stories__/WithHook.d.ts +0 -3
  2109. package/navigation/Pagination/__stories__/WithInactiveValues/index.js +0 -65
  2110. package/navigation/Pagination/__stories__/WithInactiveValues/package.json +0 -6
  2111. package/navigation/Pagination/__stories__/WithInactiveValues.d.ts +0 -3
  2112. package/navigation/Pagination/__stories__/WithResultsPerPage/index.js +0 -38
  2113. package/navigation/Pagination/__stories__/WithResultsPerPage/package.json +0 -6
  2114. package/navigation/Pagination/__stories__/WithResultsPerPage.d.ts +0 -3
  2115. package/navigation/Pagination/auto/index.js +0 -75
  2116. package/navigation/Pagination/auto/package.json +0 -6
  2117. package/navigation/Pagination/auto.d.ts +0 -24
  2118. package/navigation/Pagination/hooks/index.js +0 -105
  2119. package/navigation/Pagination/hooks/package.json +0 -6
  2120. package/navigation/Pagination/hooks.d.ts +0 -30
  2121. package/navigation/Pagination/index.d.ts +0 -45
  2122. package/navigation/Pagination/index.js +0 -72
  2123. package/navigation/Pagination/index.mdx +0 -44
  2124. package/navigation/Pagination/package.json +0 -6
  2125. package/navigation/SkipLink/SkipLink.stories/index.js +0 -8
  2126. package/navigation/SkipLink/SkipLink.stories/package.json +0 -6
  2127. package/navigation/SkipLink/SkipLink.stories.d.ts +0 -9
  2128. package/navigation/SkipLink/__stories__/Default/index.js +0 -9
  2129. package/navigation/SkipLink/__stories__/Default/package.json +0 -6
  2130. package/navigation/SkipLink/__stories__/Default.d.ts +0 -3
  2131. package/navigation/SkipLink/index.d.ts +0 -3
  2132. package/navigation/SkipLink/index.js +0 -3
  2133. package/navigation/SkipLink/package.json +0 -6
  2134. package/navigation/Tabs/Tabs.stories/index.js +0 -12
  2135. package/navigation/Tabs/Tabs.stories/package.json +0 -6
  2136. package/navigation/Tabs/Tabs.stories.d.ts +0 -13
  2137. package/navigation/Tabs/Tabs.stories.playwright.json +0 -27
  2138. package/navigation/Tabs/__stories__/Auto/index.js +0 -31
  2139. package/navigation/Tabs/__stories__/Auto/package.json +0 -6
  2140. package/navigation/Tabs/__stories__/Auto.d.ts +0 -3
  2141. package/navigation/Tabs/__stories__/Default/index.js +0 -42
  2142. package/navigation/Tabs/__stories__/Default/package.json +0 -6
  2143. package/navigation/Tabs/__stories__/Default.d.ts +0 -3
  2144. package/navigation/Tabs/__stories__/Dense/index.js +0 -29
  2145. package/navigation/Tabs/__stories__/Dense/package.json +0 -6
  2146. package/navigation/Tabs/__stories__/Dense.d.ts +0 -3
  2147. package/navigation/Tabs/auto/index.js +0 -48
  2148. package/navigation/Tabs/auto/package.json +0 -6
  2149. package/navigation/Tabs/auto.d.ts +0 -18
  2150. package/navigation/Tabs/hooks/index.js +0 -80
  2151. package/navigation/Tabs/hooks/package.json +0 -6
  2152. package/navigation/Tabs/hooks.d.ts +0 -28
  2153. package/navigation/Tabs/index.d.ts +0 -9
  2154. package/navigation/Tabs/index.js +0 -9
  2155. package/navigation/Tabs/index.mdx +0 -27
  2156. package/navigation/Tabs/package.json +0 -6
  2157. package/navigation/index.d.ts +0 -9
  2158. package/navigation/index.js +0 -9
  2159. package/navigation/package.json +0 -6
  2160. package/registry/index.js +0 -508
  2161. package/registry/package.json +0 -6
  2162. package/registry.d.ts +0 -308
  2163. package/src/misc/KitchenSink/index.tsx +0 -8
  2164. package/src/utils/Kitchensink/AllComponents.tsx +0 -6
  2165. package/src/utils/Kitchensink/KitchensinkByCategory.tsx +0 -56
  2166. package/src/utils/Kitchensink/KitchensinkByLetter.tsx +0 -35
  2167. package/src/utils/Kitchensink/KitchensinkComponent.tsx +0 -70
  2168. package/src/utils/Kitchensink/KitchensinkDashboard.tsx +0 -56
  2169. package/test-utils/delay/index.js +0 -27
  2170. package/test-utils/delay/package.json +0 -6
  2171. package/test-utils/delay.d.ts +0 -2
  2172. package/typography/Code/index.d.ts +0 -3
  2173. package/typography/Code/index.js +0 -3
  2174. package/typography/Code/package.json +0 -6
  2175. package/typography/CodeBlock/index.d.ts +0 -3
  2176. package/typography/CodeBlock/index.js +0 -3
  2177. package/typography/CodeBlock/package.json +0 -6
  2178. package/typography/Heading/Heading.stories/index.js +0 -7
  2179. package/typography/Heading/Heading.stories/package.json +0 -6
  2180. package/typography/Heading/Heading.stories.d.ts +0 -8
  2181. package/typography/Heading/__stories__/Default/index.js +0 -23
  2182. package/typography/Heading/__stories__/Default/package.json +0 -6
  2183. package/typography/Heading/__stories__/Default.d.ts +0 -3
  2184. package/typography/Heading/index.d.ts +0 -3
  2185. package/typography/Heading/index.js +0 -3
  2186. package/typography/Heading/index.mdx +0 -20
  2187. package/typography/Heading/package.json +0 -6
  2188. package/typography/HeadingCaption/HeadingCaption.stories/index.js +0 -8
  2189. package/typography/HeadingCaption/HeadingCaption.stories/package.json +0 -6
  2190. package/typography/HeadingCaption/HeadingCaption.stories.d.ts +0 -9
  2191. package/typography/HeadingCaption/__stories__/Default/index.js +0 -28
  2192. package/typography/HeadingCaption/__stories__/Default/package.json +0 -6
  2193. package/typography/HeadingCaption/__stories__/Default.d.ts +0 -3
  2194. package/typography/HeadingCaption/__stories__/NestedToTitle/index.js +0 -13
  2195. package/typography/HeadingCaption/__stories__/NestedToTitle/package.json +0 -6
  2196. package/typography/HeadingCaption/__stories__/NestedToTitle.d.ts +0 -3
  2197. package/typography/HeadingCaption/index.d.ts +0 -3
  2198. package/typography/HeadingCaption/index.js +0 -3
  2199. package/typography/HeadingCaption/index.mdx +0 -22
  2200. package/typography/HeadingCaption/package.json +0 -6
  2201. package/typography/Hint/Hint.stories/index.js +0 -8
  2202. package/typography/Hint/Hint.stories/package.json +0 -6
  2203. package/typography/Hint/Hint.stories.d.ts +0 -9
  2204. package/typography/Hint/__stories__/Default/index.js +0 -7
  2205. package/typography/Hint/__stories__/Default/package.json +0 -6
  2206. package/typography/Hint/__stories__/Default.d.ts +0 -3
  2207. package/typography/Hint/__stories__/FontSizes/index.js +0 -16
  2208. package/typography/Hint/__stories__/FontSizes/package.json +0 -6
  2209. package/typography/Hint/__stories__/FontSizes.d.ts +0 -3
  2210. package/typography/Hint/index.d.ts +0 -3
  2211. package/typography/Hint/index.js +0 -3
  2212. package/typography/Hint/index.mdx +0 -28
  2213. package/typography/Hint/package.json +0 -6
  2214. package/typography/NormalText/NormalText.stories/index.js +0 -10
  2215. package/typography/NormalText/NormalText.stories/package.json +0 -6
  2216. package/typography/NormalText/NormalText.stories.d.ts +0 -11
  2217. package/typography/NormalText/__stories__/Default/index.js +0 -7
  2218. package/typography/NormalText/__stories__/Default/package.json +0 -6
  2219. package/typography/NormalText/__stories__/Default.d.ts +0 -3
  2220. package/typography/NormalText/__stories__/FontSizes/index.js +0 -46
  2221. package/typography/NormalText/__stories__/FontSizes/package.json +0 -6
  2222. package/typography/NormalText/__stories__/FontSizes.d.ts +0 -3
  2223. package/typography/NormalText/__stories__/FontWeight/index.js +0 -16
  2224. package/typography/NormalText/__stories__/FontWeight/package.json +0 -6
  2225. package/typography/NormalText/__stories__/FontWeight.d.ts +0 -3
  2226. package/typography/NormalText/__stories__/Variants/index.js +0 -16
  2227. package/typography/NormalText/__stories__/Variants/package.json +0 -6
  2228. package/typography/NormalText/__stories__/Variants.d.ts +0 -3
  2229. package/typography/NormalText/index.d.ts +0 -3
  2230. package/typography/NormalText/index.js +0 -3
  2231. package/typography/NormalText/index.mdx +0 -46
  2232. package/typography/NormalText/package.json +0 -6
  2233. package/typography/Paragraph/Paragraph.stories/index.js +0 -11
  2234. package/typography/Paragraph/Paragraph.stories/package.json +0 -6
  2235. package/typography/Paragraph/Paragraph.stories.d.ts +0 -12
  2236. package/typography/Paragraph/__stories__/Default/index.js +0 -7
  2237. package/typography/Paragraph/__stories__/Default/package.json +0 -6
  2238. package/typography/Paragraph/__stories__/Default.d.ts +0 -3
  2239. package/typography/Paragraph/__stories__/FontSizes/index.js +0 -27
  2240. package/typography/Paragraph/__stories__/FontSizes/package.json +0 -6
  2241. package/typography/Paragraph/__stories__/FontSizes.d.ts +0 -3
  2242. package/typography/Paragraph/__stories__/FontWeight/index.js +0 -12
  2243. package/typography/Paragraph/__stories__/FontWeight/package.json +0 -6
  2244. package/typography/Paragraph/__stories__/FontWeight.d.ts +0 -3
  2245. package/typography/Paragraph/__stories__/LeadVariant/index.js +0 -9
  2246. package/typography/Paragraph/__stories__/LeadVariant/package.json +0 -6
  2247. package/typography/Paragraph/__stories__/LeadVariant.d.ts +0 -3
  2248. package/typography/Paragraph/__stories__/SmallVariant/index.js +0 -9
  2249. package/typography/Paragraph/__stories__/SmallVariant/package.json +0 -6
  2250. package/typography/Paragraph/__stories__/SmallVariant.d.ts +0 -3
  2251. package/typography/Paragraph/index.d.ts +0 -3
  2252. package/typography/Paragraph/index.js +0 -3
  2253. package/typography/Paragraph/index.mdx +0 -53
  2254. package/typography/Paragraph/package.json +0 -6
  2255. package/typography/index.d.ts +0 -5
  2256. package/typography/index.js +0 -5
  2257. package/typography/package.json +0 -6
  2258. package/utils/Base/index.d.ts +0 -3
  2259. package/utils/Base/index.js +0 -3
  2260. package/utils/Base/package.json +0 -6
  2261. package/utils/Kitchensink/AllComponents/index.js +0 -9
  2262. package/utils/Kitchensink/AllComponents/package.json +0 -6
  2263. package/utils/Kitchensink/AllComponents.d.ts +0 -2
  2264. package/utils/Kitchensink/KitchensinkByCategory/index.js +0 -32
  2265. package/utils/Kitchensink/KitchensinkByCategory/package.json +0 -6
  2266. package/utils/Kitchensink/KitchensinkByCategory.d.ts +0 -6
  2267. package/utils/Kitchensink/KitchensinkByLetter/index.js +0 -19
  2268. package/utils/Kitchensink/KitchensinkByLetter/package.json +0 -6
  2269. package/utils/Kitchensink/KitchensinkByLetter.d.ts +0 -6
  2270. package/utils/Kitchensink/KitchensinkComponent/index.js +0 -45
  2271. package/utils/Kitchensink/KitchensinkComponent/package.json +0 -6
  2272. package/utils/Kitchensink/KitchensinkComponent.d.ts +0 -10
  2273. package/utils/Kitchensink/KitchensinkDashboard/index.js +0 -40
  2274. package/utils/Kitchensink/KitchensinkDashboard/package.json +0 -6
  2275. package/utils/Kitchensink/KitchensinkDashboard.d.ts +0 -5
  2276. package/utils/SvgIcon/index.d.ts +0 -4
  2277. package/utils/SvgIcon/index.js +0 -4
  2278. package/utils/SvgIcon/package.json +0 -6
  2279. package/utils/Typography/index.d.ts +0 -3
  2280. package/utils/Typography/index.js +0 -3
  2281. package/utils/Typography/package.json +0 -6
  2282. package/utils/VisuallyHidden/VisuallyHidden.stories/index.js +0 -7
  2283. package/utils/VisuallyHidden/VisuallyHidden.stories/package.json +0 -6
  2284. package/utils/VisuallyHidden/VisuallyHidden.stories.d.ts +0 -8
  2285. package/utils/VisuallyHidden/__stories__/Default/index.js +0 -13
  2286. package/utils/VisuallyHidden/__stories__/Default/package.json +0 -6
  2287. package/utils/VisuallyHidden/__stories__/Default.d.ts +0 -3
  2288. package/utils/VisuallyHidden/index.d.ts +0 -3
  2289. package/utils/VisuallyHidden/index.js +0 -3
  2290. package/utils/VisuallyHidden/index.mdx +0 -19
  2291. package/utils/VisuallyHidden/package.json +0 -6
  2292. package/utils/hooks/useDebounce/index.js +0 -40
  2293. package/utils/hooks/useDebounce/package.json +0 -6
  2294. package/utils/hooks/useDebounce.d.ts +0 -3
  2295. package/utils/hooks/useKeypress/index.js +0 -19
  2296. package/utils/hooks/useKeypress/package.json +0 -6
  2297. package/utils/hooks/useKeypress.d.ts +0 -2
  2298. package/utils/hooks/useLatest/index.js +0 -10
  2299. package/utils/hooks/useLatest/package.json +0 -6
  2300. package/utils/hooks/useLatest.d.ts +0 -3
  2301. package/utils/hooks/useScreen/index.js +0 -51
  2302. package/utils/hooks/useScreen/package.json +0 -6
  2303. package/utils/hooks/useScreen.d.ts +0 -7
  2304. package/utils/hooks/useSearch/index.js +0 -25
  2305. package/utils/hooks/useSearch/package.json +0 -6
  2306. package/utils/hooks/useSearch.d.ts +0 -4
  2307. package/utils/hooks/useTogglableTab/index.js +0 -88
  2308. package/utils/hooks/useTogglableTab/package.json +0 -6
  2309. package/utils/hooks/useTogglableTab.d.ts +0 -21
  2310. package/utils/index.d.ts +0 -3
  2311. package/utils/index.js +0 -3
  2312. package/utils/package.json +0 -6
  2313. package/utils/withDeprecation/index.js +0 -78
  2314. package/utils/withDeprecation/package.json +0 -6
  2315. package/utils/withDeprecation.d.ts +0 -16
@@ -1,128 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- var _typeof = require("@babel/runtime/helpers/typeof");
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.useResourceAction = useResourceAction;
9
- var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
10
- var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
11
- var _react = require("react");
12
- var _reactQuery = require("react-query");
13
- var _api = require("@digigov/ui/api");
14
- var _utils = require("@digigov/ui/api/utils");
15
- 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; }
16
- function useResourceAction(resource, id) {
17
- var method = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'POST';
18
- var data = arguments.length > 3 ? arguments[3] : undefined;
19
- var query = arguments.length > 4 ? arguments[4] : undefined;
20
- var options = arguments.length > 5 ? arguments[5] : undefined;
21
- var _useAPI = (0, _api.useAPI)(),
22
- baseURL = _useAPI.config.baseURL,
23
- token = _useAPI.token;
24
- var _useState = (0, _react.useState)({
25
- url: '',
26
- dataSet: false
27
- }),
28
- _useState2 = (0, _slicedToArray2["default"])(_useState, 2),
29
- _useState2$ = _useState2[0],
30
- url = _useState2$.url,
31
- dataSet = _useState2$.dataSet,
32
- setFetchOpts = _useState2[1];
33
- var _useState3 = (0, _react.useState)(false),
34
- _useState4 = (0, _slicedToArray2["default"])(_useState3, 2),
35
- consume = _useState4[0],
36
- setConsume = _useState4[1];
37
- function customFetcher() {
38
- return _customFetcher.apply(this, arguments);
39
- }
40
- function _customFetcher() {
41
- _customFetcher = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
42
- var _ref,
43
- _ref2,
44
- fetchUrl,
45
- options,
46
- response,
47
- _yield$processRespons,
48
- _data2,
49
- _args = arguments;
50
- return _regeneratorRuntime().wrap(function _callee$(_context) {
51
- while (1) switch (_context.prev = _context.next) {
52
- case 0:
53
- _ref = _args.length <= 0 ? undefined : _args[0], _ref2 = (0, _slicedToArray2["default"])(_ref, 2), fetchUrl = _ref2[0], options = _ref2[1];
54
- if (options.body) {
55
- setFetchOpts({
56
- url: fetchUrl,
57
- dataSet: true
58
- });
59
- } else {
60
- setFetchOpts({
61
- url: fetchUrl,
62
- dataSet: false
63
- });
64
- }
65
- _context.next = 4;
66
- return fetch(fetchUrl, options);
67
- case 4:
68
- response = _context.sent;
69
- _context.prev = 5;
70
- _context.next = 8;
71
- return (0, _utils.processResponse)(response, true);
72
- case 8:
73
- _yield$processRespons = _context.sent;
74
- _data2 = _yield$processRespons.data;
75
- if (!_data2) {
76
- _context.next = 12;
77
- break;
78
- }
79
- return _context.abrupt("return", Promise.resolve(_data2));
80
- case 12:
81
- _context.next = 17;
82
- break;
83
- case 14:
84
- _context.prev = 14;
85
- _context.t0 = _context["catch"](5);
86
- return _context.abrupt("return", Promise.reject(_context.t0.error));
87
- case 17:
88
- case "end":
89
- return _context.stop();
90
- }
91
- }, _callee, null, [[5, 14]]);
92
- }));
93
- return _customFetcher.apply(this, arguments);
94
- }
95
- var _useMutation = (0, _reactQuery.useMutation)(customFetcher, {}),
96
- _useMutation2 = (0, _slicedToArray2["default"])(_useMutation, 2),
97
- mutate = _useMutation2[0],
98
- _useMutation2$ = _useMutation2[1],
99
- status = _useMutation2$.status,
100
- _data = _useMutation2$.data,
101
- error = _useMutation2$.error,
102
- reset = _useMutation2$.reset;
103
- (0, _react.useEffect)(function () {
104
- if (consume) {
105
- var queryKey = (0, _utils.getQueryKey)(resource, id, query, data, options, method, baseURL, token);
106
- if (typeof queryKey === 'function') {
107
- mutate(queryKey());
108
- } else {
109
- mutate(queryKey);
110
- }
111
- setConsume(false);
112
- }
113
- }, [consume]);
114
- return {
115
- data: _data,
116
- loading: status === 'loading',
117
- loaded: ['success', 'error'].includes(status),
118
- error: error,
119
- invalidate: function invalidate() {
120
- reset();
121
- },
122
- fetch: function fetch() {
123
- setConsume(true);
124
- },
125
- dataSet: dataSet,
126
- url: url
127
- };
128
- }
@@ -1,192 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- var _typeof = require("@babel/runtime/helpers/typeof");
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.useResourceMany = useResourceMany;
9
- exports.useResourceManyBase = useResourceManyBase;
10
- var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
11
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
12
- var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
13
- var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
14
- var _react = require("react");
15
- var _reactQuery = require("react-query");
16
- var _api = require("@digigov/ui/api");
17
- var _utils = require("@digigov/ui/api/utils");
18
- var _excluded = ["data"];
19
- 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; }
20
- var DEFAULT_PAGINATION_LIMIT = 30;
21
- var DEFAULT_LIMIT_OPTIONS = [10, 30, 60, 100];
22
- function useResourceManyBase(resource, query, options) {
23
- var _useAPI = (0, _api.useAPI)(),
24
- baseURL = _useAPI.config.baseURL,
25
- token = _useAPI.token;
26
- var _useState = (0, _react.useState)({
27
- url: '',
28
- dataSet: false
29
- }),
30
- _useState2 = (0, _slicedToArray2["default"])(_useState, 2),
31
- _useState2$ = _useState2[0],
32
- url = _useState2$.url,
33
- dataSet = _useState2$.dataSet,
34
- setFetchOpts = _useState2[1];
35
- var customFetcher = (0, _react.useCallback)( /*#__PURE__*/function () {
36
- var _ref = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(fetchUrl, options) {
37
- var response, _yield$processRespons, _data;
38
- return _regeneratorRuntime().wrap(function _callee$(_context) {
39
- while (1) switch (_context.prev = _context.next) {
40
- case 0:
41
- setFetchOpts({
42
- url: fetchUrl,
43
- dataSet: false
44
- });
45
- _context.next = 3;
46
- return fetch(fetchUrl, options);
47
- case 3:
48
- response = _context.sent;
49
- _context.prev = 4;
50
- _context.next = 7;
51
- return (0, _utils.processResponse)(response, true);
52
- case 7:
53
- _yield$processRespons = _context.sent;
54
- _data = _yield$processRespons.data;
55
- if (!_data) {
56
- _context.next = 11;
57
- break;
58
- }
59
- return _context.abrupt("return", Promise.resolve(_data));
60
- case 11:
61
- _context.next = 16;
62
- break;
63
- case 13:
64
- _context.prev = 13;
65
- _context.t0 = _context["catch"](4);
66
- return _context.abrupt("return", Promise.reject(_context.t0.error));
67
- case 16:
68
- case "end":
69
- return _context.stop();
70
- }
71
- }, _callee, null, [[4, 13]]);
72
- }));
73
- return function (_x, _x2) {
74
- return _ref.apply(this, arguments);
75
- };
76
- }(), []);
77
- var queryKey = (0, _utils.getQueryKey)(resource, null, query, null, options, 'GET', baseURL, token);
78
- var enabled = true;
79
- var resolvedQueryKey;
80
- if (typeof queryKey === 'function') {
81
- try {
82
- resolvedQueryKey = queryKey();
83
- } catch (err) {
84
- enabled = false;
85
- }
86
- }
87
- var _usePaginatedQuery = (0, _reactQuery.usePaginatedQuery)({
88
- queryKey: resolvedQueryKey || queryKey,
89
- queryFn: customFetcher,
90
- config: {
91
- enabled: enabled,
92
- suspense: true,
93
- cacheTime: 30000,
94
- refetchOnMount: false
95
- }
96
- }),
97
- resolvedData = _usePaginatedQuery.resolvedData,
98
- data = _usePaginatedQuery.latestData,
99
- error = _usePaginatedQuery.error,
100
- isFetching = _usePaginatedQuery.isFetching,
101
- refetch = _usePaginatedQuery.refetch;
102
- return {
103
- data: data || resolvedData,
104
- loading: isFetching,
105
- loaded: !!data || !!error,
106
- error: error,
107
- invalidate: function invalidate() {
108
- _reactQuery.queryCache.invalidateQueries(resolvedQueryKey || queryKey);
109
- },
110
- fetch: refetch,
111
- dataSet: dataSet,
112
- url: url
113
- };
114
- }
115
- function useResourceMany(resource, query, options) {
116
- // allow developer to set a custom limit, fallback to a common value
117
- var _useState3 = (0, _react.useState)(query && query.limit || DEFAULT_PAGINATION_LIMIT),
118
- _useState4 = (0, _slicedToArray2["default"])(_useState3, 2),
119
- limit = _useState4[0],
120
- setLimit = _useState4[1];
121
- var _useState5 = (0, _react.useState)({
122
- offset: query && query.offset || 0,
123
- limit: limit
124
- }),
125
- _useState6 = (0, _slicedToArray2["default"])(_useState5, 2),
126
- pageParams = _useState6[0],
127
- setPageParams = _useState6[1];
128
- // update options when limit is changed
129
- (0, _react.useEffect)(function () {
130
- if (pageParams.limit !== limit) {
131
- setPageParams((0, _extends2["default"])({}, pageParams, {
132
- limit: limit
133
- }));
134
- }
135
- }, [limit]);
136
- // update user provided query with pagination params
137
- var queryKey = JSON.stringify(query);
138
- var pageParamsKey = JSON.stringify(pageParams);
139
- var q = (0, _react.useMemo)(function () {
140
- return (0, _extends2["default"])({}, pageParams, query);
141
- }, [queryKey, pageParamsKey]);
142
- var _useResourceManyBase = useResourceManyBase(resource, q, options),
143
- data = _useResourceManyBase.data,
144
- rest = (0, _objectWithoutProperties2["default"])(_useResourceManyBase, _excluded);
145
- // extract data/metadata from response
146
- var resp = data ? data.data : data;
147
- var meta = data ? data.meta : data;
148
- var totalPages = (0, _react.useMemo)(function () {
149
- return data && data.meta && data.meta.total || 1;
150
- }, [data]);
151
- var total = (0, _react.useMemo)(function () {
152
- return data && data.meta && data.meta.count || 0;
153
- }, [data]);
154
- var limitOptions = (0, _react.useMemo)(function () {
155
- return DEFAULT_LIMIT_OPTIONS;
156
- }, []);
157
- var page = (0, _react.useMemo)(function () {
158
- var offset = parseInt(pageParams.offset) || 0;
159
- var _limit = parseInt("".concat(pageParams.limit)) || parseInt("".concat(limit));
160
- return offset / _limit;
161
- }, [pageParams]);
162
- // set params to specific page
163
- var setPage = (0, _react.useCallback)(function (page) {
164
- if (page > totalPages) {
165
- page = totalPages;
166
- }
167
- if (page <= 0) {
168
- page = 0;
169
- }
170
- var _limit = limit || DEFAULT_PAGINATION_LIMIT;
171
- var offset = _limit * page;
172
- setPageParams({
173
- offset: offset,
174
- limit: limit
175
- });
176
- }, [setPageParams]);
177
- var hasNext = page < totalPages - 1;
178
- var hasPrevious = page > 0;
179
- return (0, _extends2["default"])({
180
- data: resp,
181
- meta: meta,
182
- page: page,
183
- limit: limit,
184
- totalPages: totalPages,
185
- total: total,
186
- limitOptions: limitOptions,
187
- setPage: setPage,
188
- setLimit: setLimit,
189
- hasNext: hasNext,
190
- hasPrevious: hasPrevious
191
- }, rest);
192
- }
@@ -1,200 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- var _typeof = require("@babel/runtime/helpers/typeof");
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.getArgs = getArgs;
9
- exports.getQueryKey = getQueryKey;
10
- exports.parseErrors = parseErrors;
11
- exports.processResponse = processResponse;
12
- var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
13
- var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
14
- var _APIErrors = require("@digigov/ui/api/APIErrors");
15
- 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; }
16
- function parseErrors(_x) {
17
- return _parseErrors.apply(this, arguments);
18
- }
19
- function _parseErrors() {
20
- _parseErrors = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(response) {
21
- var errors, error, json, apiErrors, text;
22
- return _regeneratorRuntime().wrap(function _callee$(_context) {
23
- while (1) switch (_context.prev = _context.next) {
24
- case 0:
25
- errors = [];
26
- error = {
27
- message: response.statusText,
28
- code: response.status,
29
- meta: {}
30
- }; // do our best to resolve as more specific details for the error
31
- _context.prev = 2;
32
- _context.next = 5;
33
- return response.json();
34
- case 5:
35
- json = _context.sent;
36
- error.meta = json;
37
- // this is the way synnefo reports errors
38
- try {
39
- apiErrors = Object.keys(json);
40
- apiErrors.forEach(function (key) {
41
- return json[key] && errors.push(json[key]);
42
- });
43
- } catch (err) {
44
- console.error('Cannot parse json error', json);
45
- }
46
- _context.next = 21;
47
- break;
48
- case 10:
49
- _context.prev = 10;
50
- _context.t0 = _context["catch"](2);
51
- _context.prev = 12;
52
- _context.next = 15;
53
- return response.text();
54
- case 15:
55
- text = _context.sent;
56
- error.message = text;
57
- // error.meta.statusText = response.statusText; // keep reference to statusText
58
- // eslint-disable-next-line no-empty
59
- _context.next = 21;
60
- break;
61
- case 19:
62
- _context.prev = 19;
63
- _context.t1 = _context["catch"](12);
64
- case 21:
65
- return _context.abrupt("return", errors);
66
- case 22:
67
- case "end":
68
- return _context.stop();
69
- }
70
- }, _callee, null, [[2, 10], [12, 19]]);
71
- }));
72
- return _parseErrors.apply(this, arguments);
73
- }
74
- function processResponse(_x2) {
75
- return _processResponse.apply(this, arguments);
76
- }
77
- function _processResponse() {
78
- _processResponse = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(response) {
79
- var raiseError,
80
- status,
81
- errors,
82
- contentType,
83
- data,
84
- _data,
85
- _args2 = arguments;
86
- return _regeneratorRuntime().wrap(function _callee2$(_context2) {
87
- while (1) switch (_context2.prev = _context2.next) {
88
- case 0:
89
- raiseError = _args2.length > 1 && _args2[1] !== undefined ? _args2[1] : false;
90
- status = response.status;
91
- _context2.prev = 2;
92
- if (response.ok) {
93
- _context2.next = 10;
94
- break;
95
- }
96
- _context2.next = 6;
97
- return parseErrors(response);
98
- case 6:
99
- errors = _context2.sent;
100
- if (!raiseError) {
101
- _context2.next = 9;
102
- break;
103
- }
104
- throw new _APIErrors.APIError(errors, status);
105
- case 9:
106
- return _context2.abrupt("return", {
107
- error: errors[0],
108
- status: status
109
- });
110
- case 10:
111
- contentType = response.headers.get('content-type');
112
- if (!(contentType && contentType.indexOf('application/json') !== -1)) {
113
- _context2.next = 18;
114
- break;
115
- }
116
- _context2.next = 14;
117
- return response.json();
118
- case 14:
119
- data = _context2.sent;
120
- return _context2.abrupt("return", {
121
- data: data,
122
- status: status
123
- });
124
- case 18:
125
- _context2.next = 20;
126
- return response.text();
127
- case 20:
128
- _data = _context2.sent;
129
- return _context2.abrupt("return", {
130
- data: _data,
131
- status: status
132
- });
133
- case 22:
134
- _context2.next = 29;
135
- break;
136
- case 24:
137
- _context2.prev = 24;
138
- _context2.t0 = _context2["catch"](2);
139
- if (!raiseError) {
140
- _context2.next = 28;
141
- break;
142
- }
143
- throw new _APIErrors.APIError([_context2.t0], status);
144
- case 28:
145
- return _context2.abrupt("return", {
146
- status: status,
147
- error: _context2.t0
148
- });
149
- case 29:
150
- case "end":
151
- return _context2.stop();
152
- }
153
- }, _callee2, null, [[2, 24]]);
154
- }));
155
- return _processResponse.apply(this, arguments);
156
- }
157
- function getArgs(resource, id, query, data, options, method, baseURL, token) {
158
- var body, params;
159
- if (typeof query === 'function') {
160
- params = new URLSearchParams(query()).toString();
161
- } else if (query) {
162
- params = new URLSearchParams(query).toString();
163
- }
164
- if (typeof data === 'function') {
165
- body = JSON.stringify(data());
166
- } else if (data) {
167
- body = JSON.stringify(data);
168
- }
169
- if (typeof id === 'function') {
170
- id = id();
171
- }
172
- if (!options) {
173
- options = {};
174
- }
175
- var url = "".concat(baseURL, "/").concat(resource).concat(id ? "/".concat(id, "/") : '').concat(params ? "?".concat(params) : '');
176
- var _options = (0, _extends2["default"])({
177
- headers: {
178
- 'content-type': 'application/json'
179
- },
180
- body: body,
181
- method: method
182
- }, options);
183
- if (token) {
184
- _options.headers.Authorization = "Token ".concat(token);
185
- }
186
- return [url, _options];
187
- }
188
- function getQueryKey(resource, id, query, data, options, method, baseURL, token) {
189
- var queryKey;
190
- if ([id, query, data].some(function (param) {
191
- return typeof param === 'function';
192
- })) {
193
- queryKey = function queryKey() {
194
- return getArgs(resource, id, query, data, options, method, baseURL, token);
195
- };
196
- } else {
197
- queryKey = getArgs(resource, id, query, data, options, method, baseURL, token);
198
- }
199
- return queryKey;
200
- }
@@ -1,21 +0,0 @@
1
- "use strict";
2
-
3
- var _typeof = require("@babel/runtime/helpers/typeof");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports["default"] = exports.StaticApp = void 0;
8
- var _react = _interopRequireWildcard(require("react"));
9
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
10
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
11
- var App = function App(_ref) {
12
- var children = _ref.children;
13
- return /*#__PURE__*/_react["default"].createElement(_react.Suspense, {
14
- fallback: 'loading...'
15
- }, children);
16
- };
17
- var StaticApp = exports.StaticApp = function StaticApp(_ref2) {
18
- var children = _ref2.children;
19
- return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, children);
20
- };
21
- var _default = exports["default"] = App;
@@ -1,28 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- var _exportNames = {};
8
- exports["default"] = void 0;
9
- var _BannerContainer = _interopRequireDefault(require("@digigov/ui/app/BannerContainer"));
10
- var _CookiesBanner = require("@digigov/ui/app/BannerContainer/__stories__/CookiesBanner");
11
- Object.keys(_CookiesBanner).forEach(function (key) {
12
- if (key === "default" || key === "__esModule") return;
13
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
14
- if (key in exports && exports[key] === _CookiesBanner[key]) return;
15
- Object.defineProperty(exports, key, {
16
- enumerable: true,
17
- get: function get() {
18
- return _CookiesBanner[key];
19
- }
20
- });
21
- });
22
- var _default = exports["default"] = {
23
- title: 'Digigov UI/app/BannerContainer',
24
- description: 'The BannerContainer provides a container for the banner and the page content.',
25
- link: 'https://guide.services.gov.gr/docs/components/cookies-banner',
26
- component: _BannerContainer["default"],
27
- displayName: 'BannerContainer'
28
- };
@@ -1,26 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- var _typeof = require("@babel/runtime/helpers/typeof");
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports["default"] = exports.CookiesBanner = void 0;
9
- var _react = _interopRequireDefault(require("react"));
10
- var _BannerContainer = _interopRequireDefault(require("@digigov/ui/app/BannerContainer"));
11
- var _Button = _interopRequireWildcard(require("@digigov/ui/form/Button"));
12
- var _Container = require("@digigov/ui/layouts/Basic/Container");
13
- var _Main = require("@digigov/ui/layouts/Basic/Main");
14
- var _Heading = require("@digigov/ui/typography/Heading");
15
- var _Paragraph = require("@digigov/ui/typography/Paragraph");
16
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
17
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
18
- var _ref = /*#__PURE__*/_react["default"].createElement(_BannerContainer["default"], null, /*#__PURE__*/_react["default"].createElement(_Container.Container, null, /*#__PURE__*/_react["default"].createElement(_Main.Main, null, /*#__PURE__*/_react["default"].createElement(_Heading.Heading, {
19
- size: "md"
20
- }, "Cookies \u03C3\u03C4\u03BF GOV.GR"), /*#__PURE__*/_react["default"].createElement(_Paragraph.Paragraph, null, "\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \xAB\u0391\u03C0\u03BF\u03B4\u03BF\u03C7\u03AE\xBB \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03C3\u03C5\u03BC\u03C6\u03C9\u03BD\u03AE\u03C3\u03B5\u03C4\u03B5 \u03BC\u03B5 \u03C4\u03B7 \u03C7\u03C1\u03AE\u03C3\u03B7 \u03C4\u03C9\u03BD cookies \u03BA\u03B1\u03B9 \u03C4\u03B7\u03BD \u03B5\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03C4\u03C9\u03BD \u03C0\u03C1\u03BF\u03C3\u03C9\u03C0\u03B9\u03BA\u03CE\u03BD \u03C3\u03B1\u03C2 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD."), /*#__PURE__*/_react["default"].createElement(_Paragraph.Paragraph, null, /*#__PURE__*/_react["default"].createElement(_Button["default"], {
21
- variant: "link"
22
- }, "\u038C\u03C1\u03BF\u03B9 \u03BA\u03B1\u03B9 \u03A0\u03C1\u03BF\u03CB\u03C0\u03BF\u03B8\u03AD\u03C3\u03B5\u03B9\u03C2")), /*#__PURE__*/_react["default"].createElement(_Button.ButtonGroup, null, /*#__PURE__*/_react["default"].createElement(_Button["default"], null, "\u0391\u03C0\u03BF\u03B4\u03BF\u03C7\u03AE"), /*#__PURE__*/_react["default"].createElement(_Button["default"], null, "\u0391\u03C0\u03CC\u03C1\u03C1\u03B9\u03C8\u03B7")))));
23
- var CookiesBanner = exports.CookiesBanner = function CookiesBanner() {
24
- return _ref;
25
- };
26
- var _default = exports["default"] = CookiesBanner;