@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
package/ui.publint.log ADDED
@@ -0,0 +1,571 @@
1
+ Invoking: publint dist
2
+ @digigov/ui lint results:
3
+ Suggestions:
4
+ 1. pkg.module is used to output ESM, but pkg.exports is not defined. As NodeJS doesn't read pkg.module, the ESM output may be skipped. Consider adding pkg.exports to export the ESM output. pkg.module can usually be removed alongside too. (This will be a breaking change)
5
+ Warnings:
6
+ 1. /api/APIProvider/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /api/APIProvider/index.mjs
7
+ 2. /api/index.spec/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /api/index.spec/index.mjs
8
+ 3. /api/APIErrors/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /api/APIErrors/index.mjs
9
+ 4. /api/useResource/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /api/useResource/index.mjs
10
+ 5. /api/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /api/index.mjs
11
+ 6. /api/fetchAPI/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /api/fetchAPI/index.mjs
12
+ 7. /api/useResourceQuery/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /api/useResourceQuery/index.mjs
13
+ 8. /app/BannerContainer/BannerContainer.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/BannerContainer/BannerContainer.stories/index.mjs
14
+ 9. /app/BannerContainer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/BannerContainer/index.mjs
15
+ 10. /api/useResourceAction/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /api/useResourceAction/index.mjs
16
+ 11. /api/utils/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /api/utils/index.mjs
17
+ 12. /app/BannerContainer/__stories__/CookiesBanner/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/BannerContainer/__stories__/CookiesBanner/index.mjs
18
+ 13. /app/CloseButton/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/CloseButton/index.mjs
19
+ 14. /app/FilterContainer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/FilterContainer/index.mjs
20
+ 15. /app/BottomInfo/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/BottomInfo/index.mjs
21
+ 16. /app/Footer/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Footer/__stories__/Default/index.mjs
22
+ 17. /app/Footer/__stories__/FooterAllInclusive/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Footer/__stories__/FooterAllInclusive/index.mjs
23
+ 18. /app/Footer/__stories__/DefaultCopyright/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Footer/__stories__/DefaultCopyright/index.mjs
24
+ 19. /app/Footer/__stories__/FooterWithText/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Footer/__stories__/FooterWithText/index.mjs
25
+ 20. /app/Footer/Footer.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Footer/Footer.stories/index.mjs
26
+ 21. /app/Footer/__stories__/FooterWithLink/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Footer/__stories__/FooterWithLink/index.mjs
27
+ 22. /app/Footer/__stories__/FooterWithSecondaryNavigation/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Footer/__stories__/FooterWithSecondaryNavigation/index.mjs
28
+ 23. /app/Header/HeaderContent/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Header/HeaderContent/index.mjs
29
+ 24. /app/Footer/__stories__/FooterWithLogo/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Footer/__stories__/FooterWithLogo/index.mjs
30
+ 25. /app/Header/HeaderSecondaryLogo/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Header/HeaderSecondaryLogo/index.mjs
31
+ 26. /app/Header/HeaderLogo/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Header/HeaderLogo/index.mjs
32
+ 27. /app/Footer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Footer/index.mjs
33
+ 28. /app/Footer/__stories__/YearCopyright/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Footer/__stories__/YearCopyright/index.mjs
34
+ 29. /app/Header/HeaderNavMenuContent/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Header/HeaderNavMenuContent/index.mjs
35
+ 30. /app/Header/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Header/__stories__/Default/index.mjs
36
+ 31. /app/Header/Header.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Header/Header.stories/index.mjs
37
+ 32. /app/Header/HeaderTitle/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Header/HeaderTitle/index.mjs
38
+ 33. /app/Header/HeaderSection/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Header/HeaderSection/index.mjs
39
+ 34. /app/Header/__stories__/WithNavigation/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Header/__stories__/WithNavigation/index.mjs
40
+ 35. /app/Header/__stories__/WithServiceNameAndLogo/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Header/__stories__/WithServiceNameAndLogo/index.mjs
41
+ 36. /app/App/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/App/index.mjs
42
+ 37. /app/Header/__stories__/WithHeaderNavigation/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Header/__stories__/WithHeaderNavigation/index.mjs
43
+ 38. /app/Header/__stories__/WithServiceName/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Header/__stories__/WithServiceName/index.mjs
44
+ 39. /app/Loader/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Loader/__stories__/Default/index.mjs
45
+ 40. /app/Loader/Loader.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Loader/Loader.stories/index.mjs
46
+ 41. /app/Header/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Header/index.mjs
47
+ 42. /app/Masthead/Masthead.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Masthead/Masthead.stories/index.mjs
48
+ 43. /app/Masthead/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Masthead/__stories__/Default/index.mjs
49
+ 44. /app/Masthead/__stories__/WithElements/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Masthead/__stories__/WithElements/index.mjs
50
+ 45. /app/Header/index.spec/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Header/index.spec/index.mjs
51
+ 46. /app/Masthead/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Masthead/index.mjs
52
+ 47. /app/Loader/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Loader/index.mjs
53
+ 48. /app/Modal/Modal.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Modal/Modal.stories/index.mjs
54
+ 49. /app/Modal/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Modal/__stories__/Dense/index.mjs
55
+ 50. /app/Modal/auto/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Modal/auto/index.mjs
56
+ 51. /app/Modal/__stories__/AlertDialog/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Modal/__stories__/AlertDialog/index.mjs
57
+ 52. /app/Modal/__stories__/WithHooks/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Modal/__stories__/WithHooks/index.mjs
58
+ 53. /app/Modal/hooks/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Modal/hooks/index.mjs
59
+ 54. /app/Masthead/__stories__/WithLogo/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Masthead/__stories__/WithLogo/index.mjs
60
+ 55. /app/Modal/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Modal/__stories__/Default/index.mjs
61
+ 56. /app/Modal/__stories__/Auto/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Modal/__stories__/Auto/index.mjs
62
+ 57. /app/Modal/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Modal/index.mjs
63
+ 58. /app/NotFound/NotFound.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/NotFound/NotFound.stories/index.mjs
64
+ 59. /app/NotFound/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/NotFound/index.mjs
65
+ 60. /app/NotFound/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/NotFound/__stories__/Default/index.mjs
66
+ 61. /app/PageTitleContainer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/PageTitleContainer/index.mjs
67
+ 62. /app/OutdatedBrowserBanner/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/OutdatedBrowserBanner/index.mjs
68
+ 63. /app/Panel/Panel.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Panel/Panel.stories/index.mjs
69
+ 64. /app/PhaseBannerHeader/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/PhaseBannerHeader/__stories__/Default/index.mjs
70
+ 65. /app/Panel/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Panel/index.mjs
71
+ 66. /app/Panel/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/Panel/__stories__/Default/index.mjs
72
+ 67. /app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck/index.mjs
73
+ 68. /app/QrCodeScanner/QrCodeScanner.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/QrCodeScanner/QrCodeScanner.stories/index.mjs
74
+ 69. /app/PhaseBannerHeader/PhaseBannerHeader.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/PhaseBannerHeader/PhaseBannerHeader.stories/index.mjs
75
+ 70. /app/PhaseBannerHeader/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/PhaseBannerHeader/index.mjs
76
+ 71. /app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion/index.mjs
77
+ 72. /app/QrCodeScanner/index.spec/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/QrCodeScanner/index.spec/index.mjs
78
+ 73. /app/QrCodeScanner/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/QrCodeScanner/index.mjs
79
+ 74. /app/QrCodeViewer/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/QrCodeViewer/__stories__/Default/index.mjs
80
+ 75. /app/QrCodeViewer/QRCode.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/QrCodeViewer/QRCode.stories/index.mjs
81
+ 76. /app/QrCodeViewer/__stories__/Custom/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/QrCodeViewer/__stories__/Custom/index.mjs
82
+ 77. /app/QrCodeViewer/types/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/QrCodeViewer/types/index.mjs
83
+ 78. /app/QrCodeViewer/utils/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/QrCodeViewer/utils/index.mjs
84
+ 79. /app/QrCodeViewer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/QrCodeViewer/index.mjs
85
+ 80. /app/ThemeOptions/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/ThemeOptions/index.mjs
86
+ 81. /app/hooks/useHighlightLinks/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/hooks/useHighlightLinks/index.mjs
87
+ 82. /app/hooks/useFontSize/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/hooks/useFontSize/index.mjs
88
+ 83. /app/QrCodeViewer/qrcodegen/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/QrCodeViewer/qrcodegen/index.mjs
89
+ 84. /app/hooks/useLineHeight/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/hooks/useLineHeight/index.mjs
90
+ 85. /app/hooks/useLetterSpacing/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/hooks/useLetterSpacing/index.mjs
91
+ 86. /app/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/index.mjs
92
+ 87. /app/hooks/useVariantVars/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/hooks/useVariantVars/index.mjs
93
+ 88. /app/hooks/useTheme/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/hooks/useTheme/index.mjs
94
+ 89. /app/QrCodeScanner/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /app/QrCodeScanner/__stories__/Default/index.mjs
95
+ 90. /content/Accordion/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Accordion/__stories__/Default/index.mjs
96
+ 91. /content/Accordion/Accordion.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Accordion/Accordion.stories/index.mjs
97
+ 92. /content/Accordion/__stories__/WithHints/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Accordion/__stories__/WithHints/index.mjs
98
+ 93. /content/Accordion/__stories__/Auto/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Accordion/__stories__/Auto/index.mjs
99
+ 94. /content/Accordion/auto/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Accordion/auto/index.mjs
100
+ 95. /content/Accordion/__stories__/WithHook/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Accordion/__stories__/WithHook/index.mjs
101
+ 96. /content/Accordion/hooks/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Accordion/hooks/index.mjs
102
+ 97. /content/Accordion/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Accordion/index.mjs
103
+ 98. /content/Blockquote/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Blockquote/__stories__/Default/index.mjs
104
+ 99. /content/Accordion/index.spec/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Accordion/index.spec/index.mjs
105
+ 100. /content/Blockquote/Blockquote.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Blockquote/Blockquote.stories/index.mjs
106
+ 101. /content/Blockquote/index.spec/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Blockquote/index.spec/index.mjs
107
+ 102. /content/Blockquote/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Blockquote/index.mjs
108
+ 103. /content/Card/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Card/__stories__/Default/index.mjs
109
+ 104. /content/Blockquote/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Blockquote/__stories__/Dense/index.mjs
110
+ 105. /content/Card/__stories__/WithClickableContent/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Card/__stories__/WithClickableContent/index.mjs
111
+ 106. /content/Card/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Card/__stories__/Dense/index.mjs
112
+ 107. /content/Card/__stories__/WithDarkBorder/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Card/__stories__/WithDarkBorder/index.mjs
113
+ 108. /content/Card/__stories__/WithClickableLink/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Card/__stories__/WithClickableLink/index.mjs
114
+ 109. /content/Card/__stories__/WithDivider/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Card/__stories__/WithDivider/index.mjs
115
+ 110. /content/Card/__stories__/WithDarkTopBorder/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Card/__stories__/WithDarkTopBorder/index.mjs
116
+ 111. /content/Card/__stories__/WithGrayBorder/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Card/__stories__/WithGrayBorder/index.mjs
117
+ 112. /content/Card/Card.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Card/Card.stories/index.mjs
118
+ 113. /content/Card/__stories__/WithGroupButton/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Card/__stories__/WithGroupButton/index.mjs
119
+ 114. /content/Card/__stories__/WithGrayTopBorder/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Card/__stories__/WithGrayTopBorder/index.mjs
120
+ 115. /content/Card/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Card/index.mjs
121
+ 116. /content/Chip/Chip.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Chip/Chip.stories/index.mjs
122
+ 117. /content/Card/__stories__/WithLink/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Card/__stories__/WithLink/index.mjs
123
+ 118. /content/Chip/__stories__/ClickableDeletableChip/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Chip/__stories__/ClickableDeletableChip/index.mjs
124
+ 119. /content/Chip/__stories__/ClickableChip/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Chip/__stories__/ClickableChip/index.mjs
125
+ 120. /content/Chip/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Chip/__stories__/Default/index.mjs
126
+ 121. /content/Chip/__stories__/DeletableChip/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Chip/__stories__/DeletableChip/index.mjs
127
+ 122. /content/Chip/__stories__/GroupOfChips/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Chip/__stories__/GroupOfChips/index.mjs
128
+ 123. /content/Chip/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Chip/index.mjs
129
+ 124. /content/Details/Details.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Details/Details.stories/index.mjs
130
+ 125. /content/Details/index.spec/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Details/index.spec/index.mjs
131
+ 126. /content/Details/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Details/__stories__/Default/index.mjs
132
+ 127. /content/FillableText/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/FillableText/index.mjs
133
+ 128. /content/List/List/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/List/List/index.mjs
134
+ 129. /content/Details/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Details/index.mjs
135
+ 130. /content/List/List.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/List/List.stories/index.mjs
136
+ 131. /content/List/__stories__/BulletList/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/List/__stories__/BulletList/index.mjs
137
+ 132. /content/List/ListItem/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/List/ListItem/index.mjs
138
+ 133. /content/List/__stories__/HorizontalList/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/List/__stories__/HorizontalList/index.mjs
139
+ 134. /content/List/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/List/__stories__/Default/index.mjs
140
+ 135. /content/List/__stories__/NumberedList/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/List/__stories__/NumberedList/index.mjs
141
+ 136. /content/List/__stories__/NestedBulletList/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/List/__stories__/NestedBulletList/index.mjs
142
+ 137. /content/List/__stories__/WithExtraSpace/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/List/__stories__/WithExtraSpace/index.mjs
143
+ 138. /content/List/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/List/index.mjs
144
+ 139. /content/Markdown/useMarkdownToHTML/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Markdown/useMarkdownToHTML/index.mjs
145
+ 140. /content/List/index.spec/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/List/index.spec/index.mjs
146
+ 141. /content/Markdown/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Markdown/index.mjs
147
+ 142. /content/SafeHTML/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/SafeHTML/index.mjs
148
+ 143. /content/StepNav/__stories__/Auto/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/StepNav/__stories__/Auto/index.mjs
149
+ 144. /content/StepNav/__stories__/WithHook/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/StepNav/__stories__/WithHook/index.mjs
150
+ 145. /content/StepNav/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/StepNav/__stories__/Default/index.mjs
151
+ 146. /content/StepNav/StepNav.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/StepNav/StepNav.stories/index.mjs
152
+ 147. /content/StepNav/auto/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/StepNav/auto/index.mjs
153
+ 148. /content/StepNav/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/StepNav/index.mjs
154
+ 149. /content/StepNav/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/StepNav/__stories__/Dense/index.mjs
155
+ 150. /content/StepNav/__stories__/WithHints/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/StepNav/__stories__/WithHints/index.mjs
156
+ 151. /content/SummaryList/__stories__/WithActions/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/SummaryList/__stories__/WithActions/index.mjs
157
+ 152. /content/SummaryList/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/SummaryList/__stories__/Default/index.mjs
158
+ 153. /content/SummaryList/__stories__/WithKeyAndAction/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/SummaryList/__stories__/WithKeyAndAction/index.mjs
159
+ 154. /content/SummaryList/SummaryList.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/SummaryList/SummaryList.stories/index.mjs
160
+ 155. /content/SummaryList/__stories__/RowVariations/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/SummaryList/__stories__/RowVariations/index.mjs
161
+ 156. /content/SummaryList/__stories__/WithoutActions/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/SummaryList/__stories__/WithoutActions/index.mjs
162
+ 157. /content/SummaryList/__stories__/WithoutBorders/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/SummaryList/__stories__/WithoutBorders/index.mjs
163
+ 158. /content/SummaryList/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/SummaryList/index.mjs
164
+ 159. /content/Table/Table.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/Table.stories/index.mjs
165
+ 160. /content/Table/TableFloatingScroll/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/TableFloatingScroll/index.mjs
166
+ 161. /content/Table/__stories__/DarkVariant/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/DarkVariant/index.mjs
167
+ 162. /content/Table/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/Default/index.mjs
168
+ 163. /content/SummaryList/index.spec/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/SummaryList/index.spec/index.mjs
169
+ 164. /content/Table/__stories__/DarkVariantWithVerticalHeaders/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/DarkVariantWithVerticalHeaders/index.mjs
170
+ 165. /content/Table/__stories__/DefinedWidth/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/DefinedWidth/index.mjs
171
+ 166. /content/Table/__stories__/Full/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/Full/index.mjs
172
+ 167. /content/Table/__stories__/Densed/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/Densed/index.mjs
173
+ 168. /content/Table/__stories__/NoData/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/NoData/index.mjs
174
+ 169. /content/Table/__stories__/NumericDataType/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/NumericDataType/index.mjs
175
+ 170. /content/Table/__stories__/MultipleProps/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/MultipleProps/index.mjs
176
+ 171. /content/Table/__stories__/TableCaptions/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/TableCaptions/index.mjs
177
+ 172. /content/Table/__stories__/RowColors/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/RowColors/index.mjs
178
+ 173. /content/Table/__stories__/VerticalBorders/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/VerticalBorders/index.mjs
179
+ 174. /content/Table/__stories__/Stacked/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/Stacked/index.mjs
180
+ 175. /content/Table/__stories__/VerticalHeaders/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/VerticalHeaders/index.mjs
181
+ 176. /content/Table/__stories__/WithLoader/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/WithLoader/index.mjs
182
+ 177. /content/Table/__stories__/WithSortFilters/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/WithSortFilters/index.mjs
183
+ 178. /content/Table/hooks/useSort/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/hooks/useSort/index.mjs
184
+ 179. /content/Table/__stories__/ZebraProp/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/ZebraProp/index.mjs
185
+ 180. /content/Table/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/index.mjs
186
+ 181. /content/Table/__stories__/WithFloatingScroll/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Table/__stories__/WithFloatingScroll/index.mjs
187
+ 182. /content/TaskList/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/TaskList/__stories__/Default/index.mjs
188
+ 183. /content/TaskList/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/TaskList/__stories__/Dense/index.mjs
189
+ 184. /content/TaskList/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/TaskList/index.mjs
190
+ 185. /content/TaskList/TaskList.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/TaskList/TaskList.stories/index.mjs
191
+ 186. /content/Timeline/Timeline.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Timeline/Timeline.stories/index.mjs
192
+ 187. /content/Timeline/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Timeline/__stories__/Default/index.mjs
193
+ 188. /content/Timeline/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Timeline/index.mjs
194
+ 189. /content/Timeline/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/Timeline/__stories__/Dense/index.mjs
195
+ 190. /content/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /content/index.mjs
196
+ 191. /feedback/CopyToClipboard/CopyToClipboard.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/CopyToClipboard/CopyToClipboard.stories/index.mjs
197
+ 192. /feedback/CopyToClipboard/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/CopyToClipboard/__stories__/Dense/index.mjs
198
+ 193. /feedback/CopyToClipboard/__stories__/Banner/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/CopyToClipboard/__stories__/Banner/index.mjs
199
+ 194. /feedback/CopyToClipboard/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/CopyToClipboard/__stories__/Default/index.mjs
200
+ 195. /feedback/CopyToClipboard/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/CopyToClipboard/index.mjs
201
+ 196. /feedback/ErrorSummary/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/ErrorSummary/__stories__/Default/index.mjs
202
+ 197. /feedback/ErrorSummary/ErrorSummary.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/ErrorSummary/ErrorSummary.stories/index.mjs
203
+ 198. /feedback/ErrorSummary/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/ErrorSummary/__stories__/Dense/index.mjs
204
+ 199. /feedback/ErrorSummary/__stories__/LinkedToField/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/ErrorSummary/__stories__/LinkedToField/index.mjs
205
+ 200. /feedback/ErrorSummary/__stories__/LinkedToCheckbox/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/ErrorSummary/__stories__/LinkedToCheckbox/index.mjs
206
+ 201. /feedback/ErrorSummary/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/ErrorSummary/index.mjs
207
+ 202. /feedback/ErrorSummary/__stories__/WithBackLinkAndButton/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/ErrorSummary/__stories__/WithBackLinkAndButton/index.mjs
208
+ 203. /feedback/ErrorSummary/index.spec/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/ErrorSummary/index.spec/index.mjs
209
+ 204. /feedback/NotificationBanner/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/NotificationBanner/__stories__/Default/index.mjs
210
+ 205. /feedback/ErrorSummary/__stories__/LinkedToInput/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/ErrorSummary/__stories__/LinkedToInput/index.mjs
211
+ 206. /feedback/NotificationBanner/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/NotificationBanner/__stories__/Dense/index.mjs
212
+ 207. /feedback/NotificationBanner/__stories__/Success/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/NotificationBanner/__stories__/Success/index.mjs
213
+ 208. /feedback/NotificationBanner/NotificationBanner.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/NotificationBanner/NotificationBanner.stories/index.mjs
214
+ 209. /feedback/NotificationBanner/index.spec/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/NotificationBanner/index.spec/index.mjs
215
+ 210. /feedback/PhaseBanner/__stories__/Underlined/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/PhaseBanner/__stories__/Underlined/index.mjs
216
+ 211. /feedback/PhaseBanner/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/PhaseBanner/index.mjs
217
+ 212. /feedback/PhaseBanner/PhaseBanner.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/PhaseBanner/PhaseBanner.stories/index.mjs
218
+ 213. /feedback/PhaseBanner/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/PhaseBanner/__stories__/Default/index.mjs
219
+ 214. /feedback/NotificationBanner/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/NotificationBanner/index.mjs
220
+ 215. /feedback/WarningText/__stories__/AssistiveText/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/WarningText/__stories__/AssistiveText/index.mjs
221
+ 216. /feedback/WarningText/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/WarningText/__stories__/Default/index.mjs
222
+ 217. /feedback/WarningText/WarningText.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/WarningText/WarningText.stories/index.mjs
223
+ 218. /feedback/WarningText/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/WarningText/__stories__/Dense/index.mjs
224
+ 219. /feedback/WarningText/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/WarningText/index.mjs
225
+ 220. /feedback/WarningText/index.spec/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/WarningText/index.spec/index.mjs
226
+ 221. /form/AutoComplete/Status/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/AutoComplete/Status/index.mjs
227
+ 222. /feedback/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /feedback/index.mjs
228
+ 223. /form/AutoComplete/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/AutoComplete/__stories__/Default/index.mjs
229
+ 224. /form/AutoComplete/AutoComplete.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/AutoComplete/AutoComplete.stories/index.mjs
230
+ 225. /form/AutoComplete/__stories__/WithAutoSelect/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/AutoComplete/__stories__/WithAutoSelect/index.mjs
231
+ 226. /form/AutoComplete/__stories__/WithInLine/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/AutoComplete/__stories__/WithInLine/index.mjs
232
+ 227. /form/AutoComplete/__stories__/WithPlaceHolder/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/AutoComplete/__stories__/WithPlaceHolder/index.mjs
233
+ 228. /form/AutoComplete/__stories__/WithShowAllValues/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/AutoComplete/__stories__/WithShowAllValues/index.mjs
234
+ 229. /form/AutoComplete/__stories__/WithDefaultValue/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/AutoComplete/__stories__/WithDefaultValue/index.mjs
235
+ 230. /form/AutoComplete/__stories__/WithMinLength/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/AutoComplete/__stories__/WithMinLength/index.mjs
236
+ 231. /form/Button/ButtonLink/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/ButtonLink/index.mjs
237
+ 232. /form/Button/Button.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/Button.stories/index.mjs
238
+ 233. /form/Button/__stories__/CallToActionButton/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/__stories__/CallToActionButton/index.mjs
239
+ 234. /form/AutoComplete/utils/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/AutoComplete/utils/index.mjs
240
+ 235. /form/AutoComplete/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/AutoComplete/index.mjs
241
+ 236. /form/Button/__stories__/ButtonLinkButton/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/__stories__/ButtonLinkButton/index.mjs
242
+ 237. /form/Button/CallToAction/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/CallToAction/index.mjs
243
+ 238. /form/Button/__stories__/GroupingButtons/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/__stories__/GroupingButtons/index.mjs
244
+ 239. /form/Button/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/__stories__/Dense/index.mjs
245
+ 240. /form/Button/__stories__/Back/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/__stories__/Back/index.mjs
246
+ 241. /form/Button/__stories__/Primary/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/__stories__/Primary/index.mjs
247
+ 242. /form/Button/__stories__/GroupingButtonsAndLinks/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/__stories__/GroupingButtonsAndLinks/index.mjs
248
+ 243. /form/Button/__stories__/Disabled/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/__stories__/Disabled/index.mjs
249
+ 244. /form/Button/__stories__/Secondary/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/__stories__/Secondary/index.mjs
250
+ 245. /form/Button/__stories__/WithVariantLink/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/__stories__/WithVariantLink/index.mjs
251
+ 246. /form/Button/__stories__/ThemeToggle/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/__stories__/ThemeToggle/index.mjs
252
+ 247. /form/Button/ThemeToggleButton/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/ThemeToggleButton/index.mjs
253
+ 248. /form/Button/__stories__/Warning/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/__stories__/Warning/index.mjs
254
+ 249. /form/Button/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/index.mjs
255
+ 250. /form/Checkbox/__stories__/ConditionalReveal/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Checkbox/__stories__/ConditionalReveal/index.mjs
256
+ 251. /form/Checkbox/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Checkbox/__stories__/Dense/index.mjs
257
+ 252. /form/Button/index.spec/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Button/index.spec/index.mjs
258
+ 253. /form/Checkbox/__stories__/NoneAnswer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Checkbox/__stories__/NoneAnswer/index.mjs
259
+ 254. /form/Checkbox/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Checkbox/__stories__/Default/index.mjs
260
+ 255. /form/Checkbox/Checkbox.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Checkbox/Checkbox.stories/index.mjs
261
+ 256. /form/Checkbox/__stories__/Inline/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Checkbox/__stories__/Inline/index.mjs
262
+ 257. /form/Checkbox/__stories__/WithHint/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Checkbox/__stories__/WithHint/index.mjs
263
+ 258. /form/Checkbox/__stories__/NoneAnswerWithError/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Checkbox/__stories__/NoneAnswerWithError/index.mjs
264
+ 259. /form/Checkbox/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Checkbox/index.mjs
265
+ 260. /form/Checkbox/__stories__/WithErrorMessage/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Checkbox/__stories__/WithErrorMessage/index.mjs
266
+ 261. /form/DateInputContainer/DateInputContainer.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/DateInputContainer/DateInputContainer.stories/index.mjs
267
+ 262. /form/DateInputContainer/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/DateInputContainer/__stories__/Default/index.mjs
268
+ 263. /form/Checkbox/__stories__/MultipleQuestions/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Checkbox/__stories__/MultipleQuestions/index.mjs
269
+ 264. /form/DateInputContainer/__stories__/MultipleQuestions/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/DateInputContainer/__stories__/MultipleQuestions/index.mjs
270
+ 265. /form/DateInputContainer/__stories__/WithErrorMessage/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/DateInputContainer/__stories__/WithErrorMessage/index.mjs
271
+ 266. /form/DateInputContainer/__stories__/WithErrorMessageForSingleField/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/DateInputContainer/__stories__/WithErrorMessageForSingleField/index.mjs
272
+ 267. /form/ErrorMessage/ErrorMessage.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/ErrorMessage/ErrorMessage.stories/index.mjs
273
+ 268. /form/Checkbox/__stories__/InlineWithDivider/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Checkbox/__stories__/InlineWithDivider/index.mjs
274
+ 269. /form/ErrorMessage/__stories__/DateInputError/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/ErrorMessage/__stories__/DateInputError/index.mjs
275
+ 270. /form/ErrorMessage/__stories__/ErrorMessageOnly/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/ErrorMessage/__stories__/ErrorMessageOnly/index.mjs
276
+ 271. /form/DateInputContainer/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/DateInputContainer/__stories__/Dense/index.mjs
277
+ 272. /form/DateInputContainer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/DateInputContainer/index.mjs
278
+ 273. /form/ErrorMessage/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/ErrorMessage/__stories__/Default/index.mjs
279
+ 274. /form/FileUpload/__stories__/WithErrorMessage/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/FileUpload/__stories__/WithErrorMessage/index.mjs
280
+ 275. /form/FileUpload/FileUpload.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/FileUpload/FileUpload.stories/index.mjs
281
+ 276. /form/FieldContainer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/FieldContainer/index.mjs
282
+ 277. /form/FileUpload/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/FileUpload/index.mjs
283
+ 278. /form/Form/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/Form/index.mjs
284
+ 279. /form/ErrorMessage/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/ErrorMessage/index.mjs
285
+ 280. /form/RadioContainer/RadioContainer.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/RadioContainer/RadioContainer.stories/index.mjs
286
+ 281. /form/FileUpload/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/FileUpload/__stories__/Default/index.mjs
287
+ 282. /form/RadioContainer/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/RadioContainer/__stories__/Default/index.mjs
288
+ 283. /form/LabelContainer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/LabelContainer/index.mjs
289
+ 284. /form/RadioContainer/__stories__/ConditionalReveal/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/RadioContainer/__stories__/ConditionalReveal/index.mjs
290
+ 285. /form/RadioContainer/__stories__/InlineWithDivider/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/RadioContainer/__stories__/InlineWithDivider/index.mjs
291
+ 286. /form/RadioContainer/__stories__/Inline/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/RadioContainer/__stories__/Inline/index.mjs
292
+ 287. /form/RadioContainer/__stories__/WithErrorMessage/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/RadioContainer/__stories__/WithErrorMessage/index.mjs
293
+ 288. /form/RadioContainer/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/RadioContainer/__stories__/Dense/index.mjs
294
+ 289. /form/RadioContainer/__stories__/MultipleQuestions/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/RadioContainer/__stories__/MultipleQuestions/index.mjs
295
+ 290. /form/RadioContainer/__stories__/WithHints/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/RadioContainer/__stories__/WithHints/index.mjs
296
+ 291. /form/RadioContainer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/RadioContainer/index.mjs
297
+ 292. /form/RadioContainer/__stories__/WithMediumLegend/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/RadioContainer/__stories__/WithMediumLegend/index.mjs
298
+ 293. /form/SearchContainer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/SearchContainer/index.mjs
299
+ 294. /form/SelectContainer/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/SelectContainer/__stories__/Dense/index.mjs
300
+ 295. /form/RadioContainer/__stories__/NoneAnswer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/RadioContainer/__stories__/NoneAnswer/index.mjs
301
+ 296. /form/SelectContainer/SelectContainer.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/SelectContainer/SelectContainer.stories/index.mjs
302
+ 297. /form/SelectContainer/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/SelectContainer/__stories__/Default/index.mjs
303
+ 298. /form/SelectContainer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/SelectContainer/index.mjs
304
+ 299. /form/SingleCharacterInputs/SingleCharacterInput.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/SingleCharacterInputs/SingleCharacterInput.stories/index.mjs
305
+ 300. /form/SelectContainer/__stories__/DisabledInput/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/SelectContainer/__stories__/DisabledInput/index.mjs
306
+ 301. /form/SingleCharacterInputs/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/SingleCharacterInputs/__stories__/Default/index.mjs
307
+ 302. /form/SelectContainer/__stories__/WithHint/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/SelectContainer/__stories__/WithHint/index.mjs
308
+ 303. /form/SingleCharacterInputs/__stories__/WithDefaultError/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/SingleCharacterInputs/__stories__/WithDefaultError/index.mjs
309
+ 304. /form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/index.mjs
310
+ 305. /form/TextArea/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextArea/__stories__/Default/index.mjs
311
+ 306. /form/TextArea/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextArea/__stories__/Dense/index.mjs
312
+ 307. /form/SingleCharacterInputs/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/SingleCharacterInputs/index.mjs
313
+ 308. /form/TextArea/__stories__/LimitedCharacters/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextArea/__stories__/LimitedCharacters/index.mjs
314
+ 309. /form/TextArea/__stories__/DisabledInput/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextArea/__stories__/DisabledInput/index.mjs
315
+ 310. /form/TextArea/__stories__/WithDeclaredRows/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextArea/__stories__/WithDeclaredRows/index.mjs
316
+ 311. /form/TextArea/__stories__/MultipleQuestions/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextArea/__stories__/MultipleQuestions/index.mjs
317
+ 312. /form/TextArea/__stories__/WithHint/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextArea/__stories__/WithHint/index.mjs
318
+ 313. /form/TextArea/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextArea/index.mjs
319
+ 314. /form/TextArea/TextArea.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextArea/TextArea.stories/index.mjs
320
+ 315. /form/TextInput/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextInput/__stories__/Default/index.mjs
321
+ 316. /form/TextInput/TextInput.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextInput/TextInput.stories/index.mjs
322
+ 317. /form/TextInput/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextInput/__stories__/Dense/index.mjs
323
+ 318. /form/TextInput/__stories__/DisabledInput/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextInput/__stories__/DisabledInput/index.mjs
324
+ 319. /form/TextInput/__stories__/FluidWidths/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextInput/__stories__/FluidWidths/index.mjs
325
+ 320. /form/TextInput/__stories__/MultipleQuestions/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextInput/__stories__/MultipleQuestions/index.mjs
326
+ 321. /form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/index.mjs
327
+ 322. /form/TextInput/__stories__/WithErrorMessage/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextInput/__stories__/WithErrorMessage/index.mjs
328
+ 323. /form/TextInput/__stories__/WithHint/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextInput/__stories__/WithHint/index.mjs
329
+ 324. /form/TextInput/__stories__/AskingForNumbers/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextInput/__stories__/AskingForNumbers/index.mjs
330
+ 325. /form/TextInput/__stories__/FixedWidths/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextInput/__stories__/FixedWidths/index.mjs
331
+ 326. /form/TextInput/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextInput/index.mjs
332
+ 327. /form/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/index.mjs
333
+ 328. /govgr/Footer/LicenseCCSA/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /govgr/Footer/LicenseCCSA/index.mjs
334
+ 329. /govgr/Footer/Copyright/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /govgr/Footer/Copyright/index.mjs
335
+ 330. /govgr/Footer/HellenicRepublicLogo/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /govgr/Footer/HellenicRepublicLogo/index.mjs
336
+ 331. /govgr/Footer/logos/logo-el/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /govgr/Footer/logos/logo-el/index.mjs
337
+ 332. /govgr/Footer/logo/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /govgr/Footer/logo/index.mjs
338
+ 333. /govgr/Footer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /govgr/Footer/index.mjs
339
+ 334. /govgr/GovGRLogo/logo/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /govgr/GovGRLogo/logo/index.mjs
340
+ 335. /form/TextArea/__stories__/WithErrorMessage/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /form/TextArea/__stories__/WithErrorMessage/index.mjs
341
+ 336. /govgr/Footer/logos/logo-en/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /govgr/Footer/logos/logo-en/index.mjs
342
+ 337. /govgr/images/govgr-logo-blue-base64/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /govgr/images/govgr-logo-blue-base64/index.mjs
343
+ 338. /govgr/images/govgr-logo-base64/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /govgr/images/govgr-logo-base64/index.mjs
344
+ 339. /govgr/images/greek-government-base64/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /govgr/images/greek-government-base64/index.mjs
345
+ 340. /govgr/images/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /govgr/images/index.mjs
346
+ 341. /i18n/I18nText/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /i18n/I18nText/index.mjs
347
+ 342. /govgr/images/minedu-logo-base64/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /govgr/images/minedu-logo-base64/index.mjs
348
+ 343. /govgr/images/minedu-logo-black-base64/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /govgr/images/minedu-logo-black-base64/index.mjs
349
+ 344. /govgr/images/grnet-logo-base64/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /govgr/images/grnet-logo-base64/index.mjs
350
+ 345. /govgr/GovGRLogo/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /govgr/GovGRLogo/index.mjs
351
+ 346. /govgr/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /govgr/index.mjs
352
+ 347. /i18n/locales/el/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /i18n/locales/el/index.mjs
353
+ 348. /i18n/locales/en/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /i18n/locales/en/index.mjs
354
+ 349. /i18n/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /i18n/index.mjs
355
+ 350. /index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /index.mjs
356
+ 351. /icons/Icon/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /icons/Icon/index.mjs
357
+ 352. /icons/ImageLogo/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /icons/ImageLogo/index.mjs
358
+ 353. /icons/ImageLogoSet/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /icons/ImageLogoSet/index.mjs
359
+ 354. /layouts/Basic/Basic.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Basic/Basic.stories/index.mjs
360
+ 355. /layouts/Basic/Aside/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Basic/Aside/index.mjs
361
+ 356. /layouts/Admin/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Admin/index.mjs
362
+ 357. /icons/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /icons/index.mjs
363
+ 358. /layouts/Basic/Container/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Basic/Container/index.mjs
364
+ 359. /layouts/Basic/Main/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Basic/Main/index.mjs
365
+ 360. /layouts/Basic/Top/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Basic/Top/index.mjs
366
+ 361. /layouts/Basic/__stories__/MultipleRowsLayout/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Basic/__stories__/MultipleRowsLayout/index.mjs
367
+ 362. /layouts/Basic/Bottom/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Basic/Bottom/index.mjs
368
+ 363. /layouts/Basic/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Basic/index.mjs
369
+ 364. /layouts/Basic/__stories__/TwoThirdsOneThirdColumns/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Basic/__stories__/TwoThirdsOneThirdColumns/index.mjs
370
+ 365. /layouts/Basic/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Basic/__stories__/Default/index.mjs
371
+ 366. /layouts/Basic/index.spec/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Basic/index.spec/index.mjs
372
+ 367. /layouts/Basic/Masthead/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Basic/Masthead/index.mjs
373
+ 368. /layouts/Grid/__stories__/ResponsiveSpacing/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Grid/__stories__/ResponsiveSpacing/index.mjs
374
+ 369. /layouts/Grid/__stories__/Inline/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Grid/__stories__/Inline/index.mjs
375
+ 370. /layouts/Hidden/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Hidden/index.mjs
376
+ 371. /layouts/Grid/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Grid/index.mjs
377
+ 372. /layouts/Grid/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Grid/__stories__/Default/index.mjs
378
+ 373. /layouts/Stack/__stories__/AlignItems/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Stack/__stories__/AlignItems/index.mjs
379
+ 374. /layouts/Section/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Section/index.mjs
380
+ 375. /layouts/SectionBreak/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/SectionBreak/index.mjs
381
+ 376. /layouts/Stack/__stories__/JustifyContent/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Stack/__stories__/JustifyContent/index.mjs
382
+ 377. /layouts/Stack/__stories__/NoWrap/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Stack/__stories__/NoWrap/index.mjs
383
+ 378. /layouts/Stack/__stories__/Row/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Stack/__stories__/Row/index.mjs
384
+ 379. /layouts/Grid/Grid.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Grid/Grid.stories/index.mjs
385
+ 380. /layouts/Stack/__stories__/Spacing/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Stack/__stories__/Spacing/index.mjs
386
+ 381. /layouts/Stack/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Stack/__stories__/Default/index.mjs
387
+ 382. /layouts/Stack/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Stack/index.mjs
388
+ 383. /layouts/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/index.mjs
389
+ 384. /misc/KitchenSink/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /misc/KitchenSink/index.mjs
390
+ 385. /layouts/Stack/Stack.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /layouts/Stack/Stack.stories/index.mjs
391
+ 386. /navigation/BackLink/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/BackLink/index.mjs
392
+ 387. /navigation/BackLink/BackLink.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/BackLink/BackLink.stories/index.mjs
393
+ 388. /navigation/BackToTopLink/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/BackToTopLink/__stories__/Default/index.mjs
394
+ 389. /navigation/BackToTopLink/__stories__/InMain/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/BackToTopLink/__stories__/InMain/index.mjs
395
+ 390. /navigation/BackLink/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/BackLink/__stories__/Default/index.mjs
396
+ 391. /navigation/Breadcrumbs/Breadcrumbs.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Breadcrumbs/Breadcrumbs.stories/index.mjs
397
+ 392. /navigation/BackToTopLink/BackToTopLink.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/BackToTopLink/BackToTopLink.stories/index.mjs
398
+ 393. /navigation/Drawer/__stories__/Auto/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Drawer/__stories__/Auto/index.mjs
399
+ 394. /navigation/Breadcrumbs/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Breadcrumbs/index.mjs
400
+ 395. /navigation/BackToTopLink/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/BackToTopLink/index.mjs
401
+ 396. /navigation/Drawer/Drawer.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Drawer/Drawer.stories/index.mjs
402
+ 397. /navigation/Drawer/auto/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Drawer/auto/index.mjs
403
+ 398. /navigation/Breadcrumbs/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Breadcrumbs/__stories__/Default/index.mjs
404
+ 399. /navigation/Drawer/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Drawer/__stories__/Default/index.mjs
405
+ 400. /navigation/Drawer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Drawer/index.mjs
406
+ 401. /navigation/Dropdown/Dropdown.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Dropdown/Dropdown.stories/index.mjs
407
+ 402. /navigation/Dropdown/__stories__/ContentPosition/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Dropdown/__stories__/ContentPosition/index.mjs
408
+ 403. /navigation/Dropdown/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Dropdown/__stories__/Dense/index.mjs
409
+ 404. /navigation/Dropdown/__stories__/AlignRight/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Dropdown/__stories__/AlignRight/index.mjs
410
+ 405. /navigation/Dropdown/__stories__/PlacementTop/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Dropdown/__stories__/PlacementTop/index.mjs
411
+ 406. /navigation/Dropdown/__stories__/Disabled/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Dropdown/__stories__/Disabled/index.mjs
412
+ 407. /navigation/Drawer/__stories__/WithHook/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Drawer/__stories__/WithHook/index.mjs
413
+ 408. /navigation/Dropdown/__stories__/VariantLink/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Dropdown/__stories__/VariantLink/index.mjs
414
+ 409. /navigation/Dropdown/__stories__/Secondary/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Dropdown/__stories__/Secondary/index.mjs
415
+ 410. /navigation/Drawer/hooks/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Drawer/hooks/index.mjs
416
+ 411. /navigation/Link/Link.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Link/Link.stories/index.mjs
417
+ 412. /navigation/Dropdown/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Dropdown/index.mjs
418
+ 413. /navigation/Dropdown/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Dropdown/__stories__/Default/index.mjs
419
+ 414. /navigation/Dropdown/__stories__/Warning/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Dropdown/__stories__/Warning/index.mjs
420
+ 415. /navigation/Dropdown/__stories__/WithIcons/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Dropdown/__stories__/WithIcons/index.mjs
421
+ 416. /navigation/Link/__stories__/DarkBackgroundNoUnderline/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Link/__stories__/DarkBackgroundNoUnderline/index.mjs
422
+ 417. /navigation/Link/__stories__/DarkBackground/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Link/__stories__/DarkBackground/index.mjs
423
+ 418. /navigation/Link/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Link/__stories__/Default/index.mjs
424
+ 419. /navigation/Link/__stories__/NoUnderline/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Link/__stories__/NoUnderline/index.mjs
425
+ 420. /navigation/Link/__stories__/ExternalLink/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Link/__stories__/ExternalLink/index.mjs
426
+ 421. /navigation/Link/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Link/index.mjs
427
+ 422. /navigation/Link/__stories__/OpensInNewTab/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Link/__stories__/OpensInNewTab/index.mjs
428
+ 423. /navigation/NavList/Nav/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/Nav/index.mjs
429
+ 424. /navigation/NavList/NavList.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/NavList.stories/index.mjs
430
+ 425. /navigation/NavList/NavListAuto/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/NavListAuto/index.mjs
431
+ 426. /navigation/NavList/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/__stories__/Default/index.mjs
432
+ 427. /navigation/NavList/NavMenuContentList/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/NavMenuContentList/index.mjs
433
+ 428. /navigation/Link/index.spec/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Link/index.spec/index.mjs
434
+ 429. /navigation/NavList/__stories__/HorizontalWithDrawer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/__stories__/HorizontalWithDrawer/index.mjs
435
+ 430. /navigation/NavList/__stories__/UsingHeaderButton/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/__stories__/UsingHeaderButton/index.mjs
436
+ 431. /navigation/NavList/__stories__/VerticalWithoutDrawer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/__stories__/VerticalWithoutDrawer/index.mjs
437
+ 432. /navigation/NavList/__stories__/UsingNavListAuto/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/__stories__/UsingNavListAuto/index.mjs
438
+ 433. /navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/__stories__/HorizontalWithoutDrawer/index.mjs
439
+ 434. /navigation/NavList/hooks/useNavList/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/hooks/useNavList/index.mjs
440
+ 435. /navigation/NavList/NavList/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/NavList/index.mjs
441
+ 436. /navigation/NavList/__stories__/Vertical/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/__stories__/Vertical/index.mjs
442
+ 437. /navigation/NavList/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/index.mjs
443
+ 438. /navigation/NavList/__stories__/NavListWithoutNav/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/__stories__/NavListWithoutNav/index.mjs
444
+ 439. /navigation/NavList/types/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/types/index.mjs
445
+ 440. /navigation/NavList/hooks/useTogglableNav/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/hooks/useTogglableNav/index.mjs
446
+ 441. /navigation/Pagination/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Pagination/__stories__/Default/index.mjs
447
+ 442. /navigation/NavList/index.spec/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/NavList/index.spec/index.mjs
448
+ 443. /navigation/Pagination/__stories__/Auto/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Pagination/__stories__/Auto/index.mjs
449
+ 444. /navigation/Pagination/__stories__/PaginationWithSmallFont/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Pagination/__stories__/PaginationWithSmallFont/index.mjs
450
+ 445. /navigation/Pagination/__stories__/PaginationSmall/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Pagination/__stories__/PaginationSmall/index.mjs
451
+ 446. /navigation/Pagination/auto/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Pagination/auto/index.mjs
452
+ 447. /navigation/Pagination/__stories__/WithResultsPerPage/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Pagination/__stories__/WithResultsPerPage/index.mjs
453
+ 448. /navigation/Pagination/Pagination.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Pagination/Pagination.stories/index.mjs
454
+ 449. /navigation/Pagination/hooks/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Pagination/hooks/index.mjs
455
+ 450. /navigation/Pagination/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Pagination/index.mjs
456
+ 451. /navigation/Pagination/__stories__/WithInactiveValues/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Pagination/__stories__/WithInactiveValues/index.mjs
457
+ 452. /navigation/SkipLink/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/SkipLink/__stories__/Default/index.mjs
458
+ 453. /navigation/SkipLink/SkipLink.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/SkipLink/SkipLink.stories/index.mjs
459
+ 454. /navigation/Tabs/Tabs.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Tabs/Tabs.stories/index.mjs
460
+ 455. /navigation/SkipLink/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/SkipLink/index.mjs
461
+ 456. /navigation/Tabs/__stories__/Auto/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Tabs/__stories__/Auto/index.mjs
462
+ 457. /navigation/Tabs/__stories__/Dense/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Tabs/__stories__/Dense/index.mjs
463
+ 458. /navigation/Tabs/auto/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Tabs/auto/index.mjs
464
+ 459. /navigation/Tabs/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Tabs/index.mjs
465
+ 460. /navigation/Pagination/__stories__/WithHook/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Pagination/__stories__/WithHook/index.mjs
466
+ 461. /src/app/BannerContainer/BannerContainer.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/app/BannerContainer/BannerContainer.stories.mjs
467
+ 462. /navigation/Tabs/hooks/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Tabs/hooks/index.mjs
468
+ 463. /src/app/Footer/Footer.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/app/Footer/Footer.stories.mjs
469
+ 464. /src/app/Masthead/Masthead.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/app/Masthead/Masthead.stories.mjs
470
+ 465. /src/app/Loader/Loader.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/app/Loader/Loader.stories.mjs
471
+ 466. /src/app/NotFound/NotFound.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/app/NotFound/NotFound.stories.mjs
472
+ 467. /navigation/Tabs/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/Tabs/__stories__/Default/index.mjs
473
+ 468. /src/app/Panel/Panel.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/app/Panel/Panel.stories.mjs
474
+ 469. /src/app/Modal/Modal.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/app/Modal/Modal.stories.mjs
475
+ 470. /src/app/QrCodeScanner/QrCodeScanner.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/app/QrCodeScanner/QrCodeScanner.stories.mjs
476
+ 471. /src/app/PhaseBannerHeader/PhaseBannerHeader.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/app/PhaseBannerHeader/PhaseBannerHeader.stories.mjs
477
+ 472. /src/content/Accordion/Accordion.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/content/Accordion/Accordion.stories.mjs
478
+ 473. /src/app/QrCodeViewer/QRCode.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/app/QrCodeViewer/QRCode.stories.mjs
479
+ 474. /src/content/Blockquote/Blockquote.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/content/Blockquote/Blockquote.stories.mjs
480
+ 475. /src/content/List/List.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/content/List/List.stories.mjs
481
+ 476. /src/content/StepNav/StepNav.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/content/StepNav/StepNav.stories.mjs
482
+ 477. /src/content/SummaryList/SummaryList.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/content/SummaryList/SummaryList.stories.mjs
483
+ 478. /src/content/Details/Details.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/content/Details/Details.stories.mjs
484
+ 479. /src/content/TaskList/TaskList.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/content/TaskList/TaskList.stories.mjs
485
+ 480. /src/app/Header/Header.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/app/Header/Header.stories.mjs
486
+ 481. /src/content/Chip/Chip.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/content/Chip/Chip.stories.mjs
487
+ 482. /src/content/Table/Table.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/content/Table/Table.stories.mjs
488
+ 483. /src/content/Card/Card.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/content/Card/Card.stories.mjs
489
+ 484. /src/content/Timeline/Timeline.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/content/Timeline/Timeline.stories.mjs
490
+ 485. /src/feedback/PhaseBanner/PhaseBanner.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/feedback/PhaseBanner/PhaseBanner.stories.mjs
491
+ 486. /src/feedback/CopyToClipboard/CopyToClipboard.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/feedback/CopyToClipboard/CopyToClipboard.stories.mjs
492
+ 487. /src/feedback/NotificationBanner/NotificationBanner.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/feedback/NotificationBanner/NotificationBanner.stories.mjs
493
+ 488. /src/feedback/ErrorSummary/ErrorSummary.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/feedback/ErrorSummary/ErrorSummary.stories.mjs
494
+ 489. /src/form/AutoComplete/AutoComplete.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/form/AutoComplete/AutoComplete.stories.mjs
495
+ 490. /src/form/Button/Button.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/form/Button/Button.stories.mjs
496
+ 491. /src/form/DateInputContainer/DateInputContainer.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/form/DateInputContainer/DateInputContainer.stories.mjs
497
+ 492. /src/feedback/WarningText/WarningText.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/feedback/WarningText/WarningText.stories.mjs
498
+ 493. /src/form/ErrorMessage/ErrorMessage.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/form/ErrorMessage/ErrorMessage.stories.mjs
499
+ 494. /src/form/RadioContainer/RadioContainer.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/form/RadioContainer/RadioContainer.stories.mjs
500
+ 495. /src/form/Checkbox/Checkbox.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/form/Checkbox/Checkbox.stories.mjs
501
+ 496. /src/form/SelectContainer/SelectContainer.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/form/SelectContainer/SelectContainer.stories.mjs
502
+ 497. /src/form/SingleCharacterInputs/SingleCharacterInput.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/form/SingleCharacterInputs/SingleCharacterInput.stories.mjs
503
+ 498. /src/layouts/Grid/Grid.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/layouts/Grid/Grid.stories.mjs
504
+ 499. /src/layouts/Basic/Basic.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/layouts/Basic/Basic.stories.mjs
505
+ 500. /src/layouts/Stack/Stack.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/layouts/Stack/Stack.stories.mjs
506
+ 501. /registry/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /registry/index.mjs
507
+ 502. /src/form/FileUpload/FileUpload.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/form/FileUpload/FileUpload.stories.mjs
508
+ 503. /src/form/TextInput/TextInput.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/form/TextInput/TextInput.stories.mjs
509
+ 504. /src/navigation/BackToTopLink/BackToTopLink.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/navigation/BackToTopLink/BackToTopLink.stories.mjs
510
+ 505. /src/navigation/BackLink/BackLink.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/navigation/BackLink/BackLink.stories.mjs
511
+ 506. /src/navigation/Breadcrumbs/Breadcrumbs.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/navigation/Breadcrumbs/Breadcrumbs.stories.mjs
512
+ 507. /src/navigation/Dropdown/Dropdown.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/navigation/Dropdown/Dropdown.stories.mjs
513
+ 508. /src/navigation/Link/Link.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/navigation/Link/Link.stories.mjs
514
+ 509. /src/navigation/Drawer/Drawer.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/navigation/Drawer/Drawer.stories.mjs
515
+ 510. /src/form/TextArea/TextArea.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/form/TextArea/TextArea.stories.mjs
516
+ 511. /src/navigation/SkipLink/SkipLink.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/navigation/SkipLink/SkipLink.stories.mjs
517
+ 512. /navigation/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /navigation/index.mjs
518
+ 513. /src/navigation/Tabs/Tabs.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/navigation/Tabs/Tabs.stories.mjs
519
+ 514. /src/navigation/Pagination/Pagination.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/navigation/Pagination/Pagination.stories.mjs
520
+ 515. /src/registry.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/registry.mjs
521
+ 516. /src/typography/Heading/Heading.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/typography/Heading/Heading.stories.mjs
522
+ 517. /src/utils/VisuallyHidden/VisuallyHidden.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/utils/VisuallyHidden/VisuallyHidden.stories.mjs
523
+ 518. /src/typography/HeadingCaption/HeadingCaption.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/typography/HeadingCaption/HeadingCaption.stories.mjs
524
+ 519. /src/typography/Hint/Hint.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/typography/Hint/Hint.stories.mjs
525
+ 520. /test-utils/delay/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /test-utils/delay/index.mjs
526
+ 521. /src/navigation/NavList/NavList.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/navigation/NavList/NavList.stories.mjs
527
+ 522. /src/typography/Paragraph/Paragraph.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/typography/Paragraph/Paragraph.stories.mjs
528
+ 523. /typography/Heading/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/Heading/__stories__/Default/index.mjs
529
+ 524. /src/typography/NormalText/NormalText.stories.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /src/typography/NormalText/NormalText.stories.mjs
530
+ 525. /typography/HeadingCaption/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/HeadingCaption/__stories__/Default/index.mjs
531
+ 526. /typography/HeadingCaption/__stories__/NestedToTitle/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/HeadingCaption/__stories__/NestedToTitle/index.mjs
532
+ 527. /typography/Hint/Hint.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/Hint/Hint.stories/index.mjs
533
+ 528. /typography/HeadingCaption/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/HeadingCaption/index.mjs
534
+ 529. /typography/Hint/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/Hint/__stories__/Default/index.mjs
535
+ 530. /typography/Heading/Heading.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/Heading/Heading.stories/index.mjs
536
+ 531. /typography/HeadingCaption/HeadingCaption.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/HeadingCaption/HeadingCaption.stories/index.mjs
537
+ 532. /typography/Hint/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/Hint/index.mjs
538
+ 533. /typography/Heading/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/Heading/index.mjs
539
+ 534. /typography/NormalText/NormalText.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/NormalText/NormalText.stories/index.mjs
540
+ 535. /typography/NormalText/__stories__/FontSizes/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/NormalText/__stories__/FontSizes/index.mjs
541
+ 536. /typography/NormalText/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/NormalText/__stories__/Default/index.mjs
542
+ 537. /typography/NormalText/__stories__/Variants/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/NormalText/__stories__/Variants/index.mjs
543
+ 538. /typography/NormalText/__stories__/FontWeight/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/NormalText/__stories__/FontWeight/index.mjs
544
+ 539. /typography/NormalText/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/NormalText/index.mjs
545
+ 540. /typography/Paragraph/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/Paragraph/__stories__/Default/index.mjs
546
+ 541. /typography/Hint/__stories__/FontSizes/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/Hint/__stories__/FontSizes/index.mjs
547
+ 542. /typography/Paragraph/__stories__/LeadVariant/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/Paragraph/__stories__/LeadVariant/index.mjs
548
+ 543. /typography/Paragraph/__stories__/SmallVariant/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/Paragraph/__stories__/SmallVariant/index.mjs
549
+ 544. /typography/Paragraph/Paragraph.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/Paragraph/Paragraph.stories/index.mjs
550
+ 545. /utils/Base/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/Base/index.mjs
551
+ 546. /typography/Paragraph/__stories__/FontWeight/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/Paragraph/__stories__/FontWeight/index.mjs
552
+ 547. /typography/Paragraph/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/Paragraph/index.mjs
553
+ 548. /typography/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/index.mjs
554
+ 549. /utils/Kitchensink/KitchensinkByCategory/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/Kitchensink/KitchensinkByCategory/index.mjs
555
+ 550. /typography/Paragraph/__stories__/FontSizes/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /typography/Paragraph/__stories__/FontSizes/index.mjs
556
+ 551. /utils/Kitchensink/AllComponents/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/Kitchensink/AllComponents/index.mjs
557
+ 552. /utils/Kitchensink/KitchensinkByLetter/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/Kitchensink/KitchensinkByLetter/index.mjs
558
+ 553. /utils/Kitchensink/KitchensinkComponent/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/Kitchensink/KitchensinkComponent/index.mjs
559
+ 554. /utils/Kitchensink/KitchensinkDashboard/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/Kitchensink/KitchensinkDashboard/index.mjs
560
+ 555. /utils/SvgIcon/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/SvgIcon/index.mjs
561
+ 556. /utils/VisuallyHidden/VisuallyHidden.stories/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/VisuallyHidden/VisuallyHidden.stories/index.mjs
562
+ 557. /utils/Typography/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/Typography/index.mjs
563
+ 558. /utils/hooks/useLatest/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/hooks/useLatest/index.mjs
564
+ 559. /utils/VisuallyHidden/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/VisuallyHidden/index.mjs
565
+ 560. /utils/hooks/useSearch/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/hooks/useSearch/index.mjs
566
+ 561. /utils/hooks/useKeypress/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/hooks/useKeypress/index.mjs
567
+ 562. /utils/hooks/useDebounce/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/hooks/useDebounce/index.mjs
568
+ 563. /utils/hooks/useTogglableTab/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/hooks/useTogglableTab/index.mjs
569
+ 564. /utils/VisuallyHidden/__stories__/Default/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/VisuallyHidden/__stories__/Default/index.mjs
570
+ 565. /utils/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/index.mjs
571
+ 566. /utils/withDeprecation/index.js is written in ESM, but is interpreted as CJS. Consider using the .mjs extension, e.g. /utils/withDeprecation/index.mjs