@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.
- package/.eslintrc.js +4 -0
- package/.prettierrc.js +3 -0
- package/.rush/temp/operation/build/state.json +3 -0
- package/.rush/temp/package-deps_build.json +639 -0
- package/.rush/temp/package-deps_publint.json +637 -0
- package/.rush/temp/shrinkwrap-deps.json +418 -0
- package/CHANGELOG.json +2380 -0
- package/digigov-ui-1.1.0.tgz +0 -0
- package/dist-0.1.2.tgz +0 -0
- package/docs/components.mdx +1 -0
- package/docs/create-a-new-service.mdx +93 -0
- package/docs/create-common-page-layout.mdx +207 -0
- package/docs/create-static-page.mdx +181 -0
- package/docs/edit-start-page.mdx +143 -0
- package/docs/index.mdx +66 -0
- package/docs/introduction.mdx +34 -0
- package/package.json +39 -10
- package/src/app/QrCodeViewer/index.tsx +2 -0
- package/src/app/ThemeOptions/index.tsx +1 -1
- package/src/content/SafeHTML/index.tsx +1 -1
- package/src/lazy.js +310 -0
- package/src/navigation/Pagination/__stories__/PaginationWithSmallFont.tsx +1 -1
- package/src/navigation/Pagination/__stories__/WithResultsPerPage.tsx +1 -1
- package/src/registry.js +0 -12
- package/tsconfig.json +66 -0
- package/tsconfig.production.json +45 -0
- package/ui.build.log +13 -0
- package/ui.publint.log +571 -0
- package/LICENSE +0 -0
- package/api/APIErrors/index.js +0 -77
- package/api/APIErrors/package.json +0 -6
- package/api/APIErrors.d.ts +0 -22
- package/api/APIProvider/index.js +0 -25
- package/api/APIProvider/package.json +0 -6
- package/api/APIProvider.d.ts +0 -15
- package/api/fetchAPI/index.js +0 -42
- package/api/fetchAPI/package.json +0 -6
- package/api/fetchAPI.d.ts +0 -18
- package/api/index.d.ts +0 -9
- package/api/index.js +0 -13
- package/api/index.spec/index.js +0 -468
- package/api/index.spec/package.json +0 -6
- package/api/index.spec.d.ts +0 -1
- package/api/introduction.md +0 -6
- package/api/package.json +0 -6
- package/api/useResource/index.js +0 -109
- package/api/useResource/package.json +0 -6
- package/api/useResource.d.ts +0 -11
- package/api/useResourceAction/index.js +0 -121
- package/api/useResourceAction/package.json +0 -6
- package/api/useResourceAction.d.ts +0 -2
- package/api/useResourceQuery/index.js +0 -184
- package/api/useResourceQuery/package.json +0 -6
- package/api/useResourceQuery.d.ts +0 -18
- package/api/utils/index.js +0 -190
- package/api/utils/package.json +0 -6
- package/api/utils.d.ts +0 -6
- package/app/App/index.js +0 -12
- package/app/App/package.json +0 -6
- package/app/App.d.ts +0 -7
- package/app/BannerContainer/BannerContainer.stories/index.js +0 -9
- package/app/BannerContainer/BannerContainer.stories/package.json +0 -6
- package/app/BannerContainer/BannerContainer.stories.d.ts +0 -10
- package/app/BannerContainer/__stories__/CookiesBanner/index.js +0 -16
- package/app/BannerContainer/__stories__/CookiesBanner/package.json +0 -6
- package/app/BannerContainer/__stories__/CookiesBanner.d.ts +0 -3
- package/app/BannerContainer/index.d.ts +0 -3
- package/app/BannerContainer/index.js +0 -3
- package/app/BannerContainer/package.json +0 -6
- package/app/BottomInfo/index.d.ts +0 -5
- package/app/BottomInfo/index.js +0 -5
- package/app/BottomInfo/package.json +0 -6
- package/app/CloseButton/index.d.ts +0 -3
- package/app/CloseButton/index.js +0 -3
- package/app/CloseButton/package.json +0 -6
- package/app/FilterContainer/index.d.ts +0 -11
- package/app/FilterContainer/index.js +0 -11
- package/app/FilterContainer/package.json +0 -6
- package/app/Footer/Footer.stories/index.js +0 -17
- package/app/Footer/Footer.stories/package.json +0 -6
- package/app/Footer/Footer.stories.d.ts +0 -18
- package/app/Footer/Footer.stories.playwright.json +0 -27
- package/app/Footer/__stories__/Default/index.js +0 -7
- package/app/Footer/__stories__/Default/package.json +0 -6
- package/app/Footer/__stories__/Default.d.ts +0 -3
- package/app/Footer/__stories__/DefaultCopyright/index.js +0 -17
- package/app/Footer/__stories__/DefaultCopyright/package.json +0 -6
- package/app/Footer/__stories__/DefaultCopyright.d.ts +0 -3
- package/app/Footer/__stories__/FooterAllInclusive/index.js +0 -66
- package/app/Footer/__stories__/FooterAllInclusive/package.json +0 -6
- package/app/Footer/__stories__/FooterAllInclusive.d.ts +0 -3
- package/app/Footer/__stories__/FooterWithLink/index.js +0 -28
- package/app/Footer/__stories__/FooterWithLink/package.json +0 -6
- package/app/Footer/__stories__/FooterWithLink.d.ts +0 -3
- package/app/Footer/__stories__/FooterWithLogo/index.js +0 -26
- package/app/Footer/__stories__/FooterWithLogo/package.json +0 -6
- package/app/Footer/__stories__/FooterWithLogo.d.ts +0 -3
- package/app/Footer/__stories__/FooterWithSecondaryNavigation/index.js +0 -48
- package/app/Footer/__stories__/FooterWithSecondaryNavigation/package.json +0 -6
- package/app/Footer/__stories__/FooterWithSecondaryNavigation.d.ts +0 -3
- package/app/Footer/__stories__/FooterWithText/index.js +0 -29
- package/app/Footer/__stories__/FooterWithText/package.json +0 -6
- package/app/Footer/__stories__/FooterWithText.d.ts +0 -3
- package/app/Footer/__stories__/YearCopyright/index.js +0 -21
- package/app/Footer/__stories__/YearCopyright/package.json +0 -6
- package/app/Footer/__stories__/YearCopyright.d.ts +0 -3
- package/app/Footer/index.d.ts +0 -15
- package/app/Footer/index.js +0 -15
- package/app/Footer/index.mdx +0 -50
- package/app/Footer/package.json +0 -6
- package/app/Header/Header.stories/index.js +0 -18
- package/app/Header/Header.stories/package.json +0 -6
- package/app/Header/Header.stories.d.ts +0 -18
- package/app/Header/Header.stories.playwright.json +0 -49
- package/app/Header/HeaderContent/index.js +0 -3
- package/app/Header/HeaderContent/package.json +0 -6
- package/app/Header/HeaderContent.d.ts +0 -3
- package/app/Header/HeaderLogo/index.js +0 -3
- package/app/Header/HeaderLogo/package.json +0 -6
- package/app/Header/HeaderLogo.d.ts +0 -3
- package/app/Header/HeaderNavMenuContent/index.js +0 -3
- package/app/Header/HeaderNavMenuContent/package.json +0 -6
- package/app/Header/HeaderNavMenuContent.d.ts +0 -3
- package/app/Header/HeaderSecondaryLogo/index.js +0 -3
- package/app/Header/HeaderSecondaryLogo/package.json +0 -6
- package/app/Header/HeaderSecondaryLogo.d.ts +0 -3
- package/app/Header/HeaderSection/index.js +0 -3
- package/app/Header/HeaderSection/package.json +0 -6
- package/app/Header/HeaderSection.d.ts +0 -3
- package/app/Header/HeaderTitle/index.js +0 -3
- package/app/Header/HeaderTitle/package.json +0 -6
- package/app/Header/HeaderTitle.d.ts +0 -3
- package/app/Header/__snapshots__/index.spec.tsx.snap +0 -55
- package/app/Header/__stories__/Default/index.js +0 -12
- package/app/Header/__stories__/Default/package.json +0 -6
- package/app/Header/__stories__/Default.d.ts +0 -3
- package/app/Header/__stories__/WithHeaderNavigation/index.js +0 -35
- package/app/Header/__stories__/WithHeaderNavigation/package.json +0 -6
- package/app/Header/__stories__/WithHeaderNavigation.d.ts +0 -3
- package/app/Header/__stories__/WithNavigation/index.js +0 -53
- package/app/Header/__stories__/WithNavigation/package.json +0 -6
- package/app/Header/__stories__/WithNavigation.d.ts +0 -3
- package/app/Header/__stories__/WithServiceName/index.js +0 -13
- package/app/Header/__stories__/WithServiceName/package.json +0 -6
- package/app/Header/__stories__/WithServiceName.d.ts +0 -3
- package/app/Header/__stories__/WithServiceNameAndLogo/index.js +0 -18
- package/app/Header/__stories__/WithServiceNameAndLogo/package.json +0 -6
- package/app/Header/__stories__/WithServiceNameAndLogo.d.ts +0 -3
- package/app/Header/index.d.ts +0 -9
- package/app/Header/index.js +0 -9
- package/app/Header/index.mdx +0 -47
- package/app/Header/index.spec/index.js +0 -25
- package/app/Header/index.spec/package.json +0 -6
- package/app/Header/index.spec.d.ts +0 -1
- package/app/Header/package.json +0 -6
- package/app/Loader/Loader.stories/index.js +0 -7
- package/app/Loader/Loader.stories/package.json +0 -6
- package/app/Loader/Loader.stories.d.ts +0 -8
- package/app/Loader/__stories__/Default/index.js +0 -7
- package/app/Loader/__stories__/Default/package.json +0 -6
- package/app/Loader/__stories__/Default.d.ts +0 -3
- package/app/Loader/index.d.ts +0 -5
- package/app/Loader/index.js +0 -5
- package/app/Loader/package.json +0 -6
- package/app/Masthead/Masthead.stories/index.js +0 -12
- package/app/Masthead/Masthead.stories/package.json +0 -6
- package/app/Masthead/Masthead.stories.d.ts +0 -13
- package/app/Masthead/Masthead.stories.playwright.json +0 -21
- package/app/Masthead/__stories__/Default/index.js +0 -13
- package/app/Masthead/__stories__/Default/package.json +0 -6
- package/app/Masthead/__stories__/Default.d.ts +0 -3
- package/app/Masthead/__stories__/WithElements/index.js +0 -19
- package/app/Masthead/__stories__/WithElements/package.json +0 -6
- package/app/Masthead/__stories__/WithElements.d.ts +0 -3
- package/app/Masthead/__stories__/WithLogo/index.js +0 -17
- package/app/Masthead/__stories__/WithLogo/package.json +0 -6
- package/app/Masthead/__stories__/WithLogo.d.ts +0 -3
- package/app/Masthead/index.d.ts +0 -5
- package/app/Masthead/index.js +0 -5
- package/app/Masthead/index.mdx +0 -18
- package/app/Masthead/package.json +0 -6
- package/app/Modal/Modal.stories/index.js +0 -13
- package/app/Modal/Modal.stories/package.json +0 -6
- package/app/Modal/Modal.stories.d.ts +0 -14
- package/app/Modal/Modal.stories.playwright.json +0 -53
- package/app/Modal/__stories__/AlertDialog/index.js +0 -39
- package/app/Modal/__stories__/AlertDialog/package.json +0 -6
- package/app/Modal/__stories__/AlertDialog.d.ts +0 -3
- package/app/Modal/__stories__/Auto/index.js +0 -45
- package/app/Modal/__stories__/Auto/package.json +0 -6
- package/app/Modal/__stories__/Auto.d.ts +0 -3
- package/app/Modal/__stories__/Default/index.js +0 -37
- package/app/Modal/__stories__/Default/package.json +0 -6
- package/app/Modal/__stories__/Default.d.ts +0 -3
- package/app/Modal/__stories__/Dense/index.js +0 -38
- package/app/Modal/__stories__/Dense/package.json +0 -6
- package/app/Modal/__stories__/Dense.d.ts +0 -3
- package/app/Modal/__stories__/WithHooks/index.js +0 -29
- package/app/Modal/__stories__/WithHooks/package.json +0 -6
- package/app/Modal/__stories__/WithHooks.d.ts +0 -3
- package/app/Modal/auto/index.js +0 -61
- package/app/Modal/auto/package.json +0 -6
- package/app/Modal/auto.d.ts +0 -21
- package/app/Modal/hooks/index.js +0 -60
- package/app/Modal/hooks/package.json +0 -6
- package/app/Modal/hooks.d.ts +0 -26
- package/app/Modal/index.d.ts +0 -15
- package/app/Modal/index.js +0 -58
- package/app/Modal/index.mdx +0 -33
- package/app/Modal/package.json +0 -6
- package/app/NotFound/NotFound.stories/index.js +0 -7
- package/app/NotFound/NotFound.stories/package.json +0 -6
- package/app/NotFound/NotFound.stories.d.ts +0 -8
- package/app/NotFound/__stories__/Default/index.js +0 -7
- package/app/NotFound/__stories__/Default/package.json +0 -6
- package/app/NotFound/__stories__/Default.d.ts +0 -3
- package/app/NotFound/index.d.ts +0 -3
- package/app/NotFound/index.js +0 -11
- package/app/NotFound/index.mdx +0 -16
- package/app/NotFound/package.json +0 -6
- package/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion/index.js +0 -221
- package/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion/package.json +0 -6
- package/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion.d.ts +0 -15
- package/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck/index.js +0 -45
- package/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck/package.json +0 -6
- package/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck.d.ts +0 -2
- package/app/OutdatedBrowserBanner/index.d.ts +0 -3
- package/app/OutdatedBrowserBanner/index.js +0 -22
- package/app/OutdatedBrowserBanner/package.json +0 -6
- package/app/PageTitleContainer/index.d.ts +0 -5
- package/app/PageTitleContainer/index.js +0 -5
- package/app/PageTitleContainer/package.json +0 -6
- package/app/Panel/Panel.stories/index.js +0 -9
- package/app/Panel/Panel.stories/package.json +0 -6
- package/app/Panel/Panel.stories.d.ts +0 -10
- package/app/Panel/__stories__/Default/index.js +0 -7
- package/app/Panel/__stories__/Default/package.json +0 -6
- package/app/Panel/__stories__/Default.d.ts +0 -3
- package/app/Panel/index.d.ts +0 -5
- package/app/Panel/index.js +0 -5
- package/app/Panel/index.mdx +0 -16
- package/app/Panel/package.json +0 -6
- package/app/PhaseBannerHeader/PhaseBannerHeader.stories/index.js +0 -7
- package/app/PhaseBannerHeader/PhaseBannerHeader.stories/package.json +0 -6
- package/app/PhaseBannerHeader/PhaseBannerHeader.stories.d.ts +0 -8
- package/app/PhaseBannerHeader/__stories__/Default/index.js +0 -10
- package/app/PhaseBannerHeader/__stories__/Default/package.json +0 -6
- package/app/PhaseBannerHeader/__stories__/Default.d.ts +0 -3
- package/app/PhaseBannerHeader/index.d.ts +0 -8
- package/app/PhaseBannerHeader/index.js +0 -18
- package/app/PhaseBannerHeader/index.mdx +0 -20
- package/app/PhaseBannerHeader/package.json +0 -6
- package/app/QrCodeScanner/QrCodeScanner.stories/index.js +0 -7
- package/app/QrCodeScanner/QrCodeScanner.stories/package.json +0 -6
- package/app/QrCodeScanner/QrCodeScanner.stories.d.ts +0 -8
- package/app/QrCodeScanner/__snapshots__/index.spec.tsx.snap +0 -13
- package/app/QrCodeScanner/__stories__/Default/index.js +0 -51
- package/app/QrCodeScanner/__stories__/Default/package.json +0 -6
- package/app/QrCodeScanner/__stories__/Default.d.ts +0 -3
- package/app/QrCodeScanner/index.d.ts +0 -34
- package/app/QrCodeScanner/index.js +0 -63
- package/app/QrCodeScanner/index.spec/index.js +0 -15
- package/app/QrCodeScanner/index.spec/package.json +0 -6
- package/app/QrCodeScanner/index.spec.d.ts +0 -1
- package/app/QrCodeScanner/package.json +0 -6
- package/app/QrCodeViewer/QRCode.stories/index.js +0 -8
- package/app/QrCodeViewer/QRCode.stories/package.json +0 -6
- package/app/QrCodeViewer/QRCode.stories.d.ts +0 -8
- package/app/QrCodeViewer/__stories__/Custom/index.js +0 -22
- package/app/QrCodeViewer/__stories__/Custom/package.json +0 -6
- package/app/QrCodeViewer/__stories__/Custom.d.ts +0 -3
- package/app/QrCodeViewer/__stories__/Default/index.js +0 -9
- package/app/QrCodeViewer/__stories__/Default/package.json +0 -6
- package/app/QrCodeViewer/__stories__/Default.d.ts +0 -3
- package/app/QrCodeViewer/index.d.ts +0 -5
- package/app/QrCodeViewer/index.js +0 -142
- package/app/QrCodeViewer/index.mdx +0 -30
- package/app/QrCodeViewer/package.json +0 -6
- package/app/QrCodeViewer/qrcodegen/index.js +0 -1043
- package/app/QrCodeViewer/qrcodegen/package.json +0 -6
- package/app/QrCodeViewer/qrcodegen.d.ts +0 -100
- package/app/QrCodeViewer/types/index.js +0 -1
- package/app/QrCodeViewer/types/package.json +0 -6
- package/app/QrCodeViewer/types.d.ts +0 -28
- package/app/QrCodeViewer/utils/index.js +0 -88
- package/app/QrCodeViewer/utils/package.json +0 -6
- package/app/QrCodeViewer/utils.d.ts +0 -11
- package/app/ThemeOptions/index.d.ts +0 -17
- package/app/ThemeOptions/index.js +0 -235
- package/app/ThemeOptions/package.json +0 -6
- package/app/hooks/useFontSize/index.js +0 -10
- package/app/hooks/useFontSize/package.json +0 -6
- package/app/hooks/useFontSize.d.ts +0 -6
- package/app/hooks/useHighlightLinks/index.js +0 -33
- package/app/hooks/useHighlightLinks/package.json +0 -6
- package/app/hooks/useHighlightLinks.d.ts +0 -8
- package/app/hooks/useLetterSpacing/index.js +0 -10
- package/app/hooks/useLetterSpacing/package.json +0 -6
- package/app/hooks/useLetterSpacing.d.ts +0 -6
- package/app/hooks/useLineHeight/index.js +0 -10
- package/app/hooks/useLineHeight/package.json +0 -6
- package/app/hooks/useLineHeight.d.ts +0 -6
- package/app/hooks/useTheme/index.js +0 -43
- package/app/hooks/useTheme/package.json +0 -6
- package/app/hooks/useTheme.d.ts +0 -8
- package/app/hooks/useVariantVars/index.js +0 -24
- package/app/hooks/useVariantVars/package.json +0 -6
- package/app/hooks/useVariantVars.d.ts +0 -8
- package/app/index.d.ts +0 -16
- package/app/index.js +0 -16
- package/app/package.json +0 -6
- package/cjs/api/APIErrors/index.js +0 -83
- package/cjs/api/APIProvider/index.js +0 -34
- package/cjs/api/fetchAPI/index.js +0 -50
- package/cjs/api/index.js +0 -88
- package/cjs/api/index.spec/index.js +0 -472
- package/cjs/api/introduction.md +0 -6
- package/cjs/api/useResource/index.js +0 -116
- package/cjs/api/useResourceAction/index.js +0 -128
- package/cjs/api/useResourceQuery/index.js +0 -192
- package/cjs/api/utils/index.js +0 -200
- package/cjs/app/App/index.js +0 -21
- package/cjs/app/BannerContainer/BannerContainer.stories/index.js +0 -28
- package/cjs/app/BannerContainer/__stories__/CookiesBanner/index.js +0 -26
- package/cjs/app/BannerContainer/index.js +0 -15
- package/cjs/app/BottomInfo/index.js +0 -42
- package/cjs/app/CloseButton/index.js +0 -23
- package/cjs/app/FilterContainer/index.js +0 -119
- package/cjs/app/Footer/Footer.stories/index.js +0 -113
- package/cjs/app/Footer/Footer.stories.playwright.json +0 -27
- package/cjs/app/Footer/__stories__/Default/index.js +0 -14
- package/cjs/app/Footer/__stories__/DefaultCopyright/index.js +0 -24
- package/cjs/app/Footer/__stories__/FooterAllInclusive/index.js +0 -73
- package/cjs/app/Footer/__stories__/FooterWithLink/index.js +0 -35
- package/cjs/app/Footer/__stories__/FooterWithLogo/index.js +0 -33
- package/cjs/app/Footer/__stories__/FooterWithSecondaryNavigation/index.js +0 -55
- package/cjs/app/Footer/__stories__/FooterWithText/index.js +0 -36
- package/cjs/app/Footer/__stories__/YearCopyright/index.js +0 -28
- package/cjs/app/Footer/index.js +0 -167
- package/cjs/app/Footer/index.mdx +0 -50
- package/cjs/app/Header/Header.stories/index.js +0 -81
- package/cjs/app/Header/Header.stories.playwright.json +0 -49
- package/cjs/app/Header/HeaderContent/index.js +0 -15
- package/cjs/app/Header/HeaderLogo/index.js +0 -23
- package/cjs/app/Header/HeaderNavMenuContent/index.js +0 -15
- package/cjs/app/Header/HeaderSecondaryLogo/index.js +0 -15
- package/cjs/app/Header/HeaderSection/index.js +0 -23
- package/cjs/app/Header/HeaderTitle/index.js +0 -23
- package/cjs/app/Header/__snapshots__/index.spec.tsx.snap +0 -55
- package/cjs/app/Header/__stories__/Default/index.js +0 -19
- package/cjs/app/Header/__stories__/WithHeaderNavigation/index.js +0 -42
- package/cjs/app/Header/__stories__/WithNavigation/index.js +0 -63
- package/cjs/app/Header/__stories__/WithServiceName/index.js +0 -20
- package/cjs/app/Header/__stories__/WithServiceNameAndLogo/index.js +0 -25
- package/cjs/app/Header/index.js +0 -95
- package/cjs/app/Header/index.mdx +0 -47
- package/cjs/app/Header/index.spec/index.js +0 -30
- package/cjs/app/Loader/Loader.stories/index.js +0 -26
- package/cjs/app/Loader/__stories__/Default/index.js +0 -14
- package/cjs/app/Loader/index.js +0 -47
- package/cjs/app/Masthead/Masthead.stories/index.js +0 -53
- package/cjs/app/Masthead/Masthead.stories.playwright.json +0 -21
- package/cjs/app/Masthead/__stories__/Default/index.js +0 -20
- package/cjs/app/Masthead/__stories__/WithElements/index.js +0 -26
- package/cjs/app/Masthead/__stories__/WithLogo/index.js +0 -24
- package/cjs/app/Masthead/index.js +0 -47
- package/cjs/app/Masthead/index.mdx +0 -18
- package/cjs/app/Modal/Modal.stories/index.js +0 -76
- package/cjs/app/Modal/Modal.stories.playwright.json +0 -53
- package/cjs/app/Modal/__stories__/AlertDialog/index.js +0 -49
- package/cjs/app/Modal/__stories__/Auto/index.js +0 -52
- package/cjs/app/Modal/__stories__/Default/index.js +0 -47
- package/cjs/app/Modal/__stories__/Dense/index.js +0 -48
- package/cjs/app/Modal/__stories__/WithHooks/index.js +0 -36
- package/cjs/app/Modal/auto/index.js +0 -71
- package/cjs/app/Modal/hooks/index.js +0 -70
- package/cjs/app/Modal/index.js +0 -136
- package/cjs/app/Modal/index.mdx +0 -33
- package/cjs/app/NotFound/NotFound.stories/index.js +0 -26
- package/cjs/app/NotFound/__stories__/Default/index.js +0 -14
- package/cjs/app/NotFound/index.js +0 -18
- package/cjs/app/NotFound/index.mdx +0 -16
- package/cjs/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion/index.js +0 -230
- package/cjs/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck/index.js +0 -53
- package/cjs/app/OutdatedBrowserBanner/index.js +0 -43
- package/cjs/app/PageTitleContainer/index.js +0 -47
- package/cjs/app/Panel/Panel.stories/index.js +0 -28
- package/cjs/app/Panel/__stories__/Default/index.js +0 -14
- package/cjs/app/Panel/index.js +0 -47
- package/cjs/app/Panel/index.mdx +0 -16
- package/cjs/app/PhaseBannerHeader/PhaseBannerHeader.stories/index.js +0 -26
- package/cjs/app/PhaseBannerHeader/__stories__/Default/index.js +0 -17
- package/cjs/app/PhaseBannerHeader/index.js +0 -25
- package/cjs/app/PhaseBannerHeader/index.mdx +0 -20
- package/cjs/app/QrCodeScanner/QrCodeScanner.stories/index.js +0 -26
- package/cjs/app/QrCodeScanner/__snapshots__/index.spec.tsx.snap +0 -13
- package/cjs/app/QrCodeScanner/__stories__/Default/index.js +0 -61
- package/cjs/app/QrCodeScanner/index.js +0 -75
- package/cjs/app/QrCodeScanner/index.spec/index.js +0 -21
- package/cjs/app/QrCodeViewer/QRCode.stories/index.js +0 -38
- package/cjs/app/QrCodeViewer/__stories__/Custom/index.js +0 -29
- package/cjs/app/QrCodeViewer/__stories__/Default/index.js +0 -16
- package/cjs/app/QrCodeViewer/index.js +0 -152
- package/cjs/app/QrCodeViewer/index.mdx +0 -30
- package/cjs/app/QrCodeViewer/qrcodegen/index.js +0 -1048
- package/cjs/app/QrCodeViewer/types/index.js +0 -5
- package/cjs/app/QrCodeViewer/utils/index.js +0 -97
- package/cjs/app/ThemeOptions/index.js +0 -245
- package/cjs/app/hooks/useFontSize/index.js +0 -17
- package/cjs/app/hooks/useHighlightLinks/index.js +0 -40
- package/cjs/app/hooks/useLetterSpacing/index.js +0 -17
- package/cjs/app/hooks/useLineHeight/index.js +0 -17
- package/cjs/app/hooks/useTheme/index.js +0 -50
- package/cjs/app/hooks/useVariantVars/index.js +0 -31
- package/cjs/app/index.js +0 -181
- package/cjs/content/Accordion/Accordion.stories/index.js +0 -65
- package/cjs/content/Accordion/Accordion.stories.playwright.json +0 -21
- package/cjs/content/Accordion/__snapshots__/index.spec.tsx.snap +0 -157
- package/cjs/content/Accordion/__stories__/Auto/index.js +0 -46
- package/cjs/content/Accordion/__stories__/Default/index.js +0 -36
- package/cjs/content/Accordion/__stories__/WithHints/index.js +0 -37
- package/cjs/content/Accordion/__stories__/WithHook/index.js +0 -58
- package/cjs/content/Accordion/auto/index.js +0 -76
- package/cjs/content/Accordion/hooks/index.js +0 -158
- package/cjs/content/Accordion/index.js +0 -108
- package/cjs/content/Accordion/index.mdx +0 -41
- package/cjs/content/Accordion/index.spec/index.js +0 -22
- package/cjs/content/Blockquote/Blockquote.stories/index.js +0 -40
- package/cjs/content/Blockquote/__snapshots__/index.spec.tsx.snap +0 -16
- package/cjs/content/Blockquote/__stories__/Default/index.js +0 -14
- package/cjs/content/Blockquote/__stories__/Dense/index.js +0 -16
- package/cjs/content/Blockquote/index.js +0 -23
- package/cjs/content/Blockquote/index.mdx +0 -26
- package/cjs/content/Blockquote/index.spec/index.js +0 -13
- package/cjs/content/Card/Card.stories/index.js +0 -149
- package/cjs/content/Card/Card.stories.playwright.json +0 -21
- package/cjs/content/Card/__stories__/Default/index.js +0 -15
- package/cjs/content/Card/__stories__/Dense/index.js +0 -19
- package/cjs/content/Card/__stories__/WithClickableContent/index.js +0 -19
- package/cjs/content/Card/__stories__/WithClickableLink/index.js +0 -17
- package/cjs/content/Card/__stories__/WithDarkBorder/index.js +0 -18
- package/cjs/content/Card/__stories__/WithDarkTopBorder/index.js +0 -18
- package/cjs/content/Card/__stories__/WithDivider/index.js +0 -17
- package/cjs/content/Card/__stories__/WithGrayBorder/index.js +0 -18
- package/cjs/content/Card/__stories__/WithGrayTopBorder/index.js +0 -18
- package/cjs/content/Card/__stories__/WithGroupButton/index.js +0 -16
- package/cjs/content/Card/__stories__/WithLink/index.js +0 -15
- package/cjs/content/Card/index.js +0 -59
- package/cjs/content/Card/index.mdx +0 -105
- package/cjs/content/Chip/Chip.stories/index.js +0 -74
- package/cjs/content/Chip/__stories__/ClickableChip/index.js +0 -17
- package/cjs/content/Chip/__stories__/ClickableDeletableChip/index.js +0 -20
- package/cjs/content/Chip/__stories__/Default/index.js +0 -14
- package/cjs/content/Chip/__stories__/DeletableChip/index.js +0 -17
- package/cjs/content/Chip/__stories__/GroupOfChips/index.js +0 -17
- package/cjs/content/Chip/index.js +0 -59
- package/cjs/content/Chip/index.mdx +0 -54
- package/cjs/content/Details/Details.stories/index.js +0 -28
- package/cjs/content/Details/Details.stories.playwright.json +0 -27
- package/cjs/content/Details/__snapshots__/index.spec.tsx.snap +0 -81
- package/cjs/content/Details/__stories__/Default/index.js +0 -14
- package/cjs/content/Details/index.js +0 -47
- package/cjs/content/Details/index.mdx +0 -29
- package/cjs/content/Details/index.spec/index.js +0 -18
- package/cjs/content/FillableText/index.js +0 -35
- package/cjs/content/List/List/index.js +0 -23
- package/cjs/content/List/List.stories/index.js +0 -88
- package/cjs/content/List/List.stories.playwright.json +0 -27
- package/cjs/content/List/ListItem/index.js +0 -15
- package/cjs/content/List/__snapshots__/index.spec.tsx.snap +0 -7
- package/cjs/content/List/__stories__/BulletList/index.js +0 -17
- package/cjs/content/List/__stories__/Default/index.js +0 -16
- package/cjs/content/List/__stories__/HorizontalList/index.js +0 -18
- package/cjs/content/List/__stories__/NestedBulletList/index.js +0 -25
- package/cjs/content/List/__stories__/NumberedList/index.js +0 -17
- package/cjs/content/List/__stories__/WithExtraSpace/index.js +0 -17
- package/cjs/content/List/index.js +0 -36
- package/cjs/content/List/index.mdx +0 -42
- package/cjs/content/List/index.spec/index.js +0 -12
- package/cjs/content/Markdown/index.js +0 -18
- package/cjs/content/Markdown/useMarkdownToHTML/index.js +0 -90
- package/cjs/content/SafeHTML/index.js +0 -105
- package/cjs/content/StepNav/StepNav.stories/index.js +0 -75
- package/cjs/content/StepNav/StepNav.stories.playwright.json +0 -33
- package/cjs/content/StepNav/__stories__/Auto/index.js +0 -136
- package/cjs/content/StepNav/__stories__/Default/index.js +0 -176
- package/cjs/content/StepNav/__stories__/Dense/index.js +0 -178
- package/cjs/content/StepNav/__stories__/WithHints/index.js +0 -185
- package/cjs/content/StepNav/__stories__/WithHook/index.js +0 -144
- package/cjs/content/StepNav/auto/index.js +0 -73
- package/cjs/content/StepNav/index.js +0 -133
- package/cjs/content/StepNav/index.mdx +0 -30
- package/cjs/content/SummaryList/SummaryList.stories/index.js +0 -88
- package/cjs/content/SummaryList/SummaryList.stories.playwright.json +0 -27
- package/cjs/content/SummaryList/__snapshots__/index.spec.tsx.snap +0 -97
- package/cjs/content/SummaryList/__stories__/Default/index.js +0 -22
- package/cjs/content/SummaryList/__stories__/RowVariations/index.js +0 -37
- package/cjs/content/SummaryList/__stories__/WithActions/index.js +0 -28
- package/cjs/content/SummaryList/__stories__/WithKeyAndAction/index.js +0 -25
- package/cjs/content/SummaryList/__stories__/WithoutActions/index.js +0 -14
- package/cjs/content/SummaryList/__stories__/WithoutBorders/index.js +0 -24
- package/cjs/content/SummaryList/index.js +0 -68
- package/cjs/content/SummaryList/index.mdx +0 -46
- package/cjs/content/SummaryList/index.spec/index.js +0 -12
- package/cjs/content/Table/Table.stories/index.js +0 -232
- package/cjs/content/Table/Table.stories.playwright.json +0 -37
- package/cjs/content/Table/TableFloatingScroll/index.js +0 -92
- package/cjs/content/Table/__stories__/DarkVariant/index.js +0 -54
- package/cjs/content/Table/__stories__/DarkVariantWithVerticalHeaders/index.js +0 -54
- package/cjs/content/Table/__stories__/Default/index.js +0 -48
- package/cjs/content/Table/__stories__/DefinedWidth/index.js +0 -50
- package/cjs/content/Table/__stories__/Densed/index.js +0 -109
- package/cjs/content/Table/__stories__/Full/index.js +0 -98
- package/cjs/content/Table/__stories__/MultipleProps/index.js +0 -78
- package/cjs/content/Table/__stories__/NoData/index.js +0 -16
- package/cjs/content/Table/__stories__/NumericDataType/index.js +0 -68
- package/cjs/content/Table/__stories__/RowColors/index.js +0 -67
- package/cjs/content/Table/__stories__/Stacked/index.js +0 -50
- package/cjs/content/Table/__stories__/TableCaptions/index.js +0 -22
- package/cjs/content/Table/__stories__/VerticalBorders/index.js +0 -54
- package/cjs/content/Table/__stories__/VerticalHeaders/index.js +0 -48
- package/cjs/content/Table/__stories__/WithFloatingScroll/index.js +0 -79
- package/cjs/content/Table/__stories__/WithLoader/index.js +0 -73
- package/cjs/content/Table/__stories__/WithSortFilters/index.js +0 -107
- package/cjs/content/Table/__stories__/ZebraProp/index.js +0 -54
- package/cjs/content/Table/hooks/useSort/index.js +0 -52
- package/cjs/content/Table/index.js +0 -253
- package/cjs/content/Table/index.mdx +0 -112
- package/cjs/content/TaskList/TaskList.stories/index.js +0 -39
- package/cjs/content/TaskList/__stories__/Default/index.js +0 -76
- package/cjs/content/TaskList/__stories__/Dense/index.js +0 -78
- package/cjs/content/TaskList/index.js +0 -71
- package/cjs/content/TaskList/index.mdx +0 -26
- package/cjs/content/Timeline/Timeline.stories/index.js +0 -39
- package/cjs/content/Timeline/__stories__/Default/index.js +0 -126
- package/cjs/content/Timeline/__stories__/Dense/index.js +0 -128
- package/cjs/content/Timeline/index.js +0 -71
- package/cjs/content/Timeline/index.mdx +0 -28
- package/cjs/content/index.js +0 -137
- package/cjs/custom.d/index.js +0 -1
- package/cjs/feedback/CopyToClipboard/CopyToClipboard.stories/index.js +0 -50
- package/cjs/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +0 -53
- package/cjs/feedback/CopyToClipboard/__stories__/Banner/index.js +0 -21
- package/cjs/feedback/CopyToClipboard/__stories__/Default/index.js +0 -27
- package/cjs/feedback/CopyToClipboard/__stories__/Dense/index.js +0 -25
- package/cjs/feedback/CopyToClipboard/index.js +0 -72
- package/cjs/feedback/CopyToClipboard/index.mdx +0 -30
- package/cjs/feedback/ErrorSummary/ErrorSummary.stories/index.js +0 -88
- package/cjs/feedback/ErrorSummary/ErrorSummary.stories.playwright.json +0 -27
- package/cjs/feedback/ErrorSummary/__snapshots__/index.spec.tsx.snap +0 -7
- package/cjs/feedback/ErrorSummary/__stories__/Default/index.js +0 -18
- package/cjs/feedback/ErrorSummary/__stories__/Dense/index.js +0 -20
- package/cjs/feedback/ErrorSummary/__stories__/LinkedToCheckbox/index.js +0 -35
- package/cjs/feedback/ErrorSummary/__stories__/LinkedToField/index.js +0 -36
- package/cjs/feedback/ErrorSummary/__stories__/LinkedToInput/index.js +0 -34
- package/cjs/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/index.js +0 -40
- package/cjs/feedback/ErrorSummary/index.js +0 -23
- package/cjs/feedback/ErrorSummary/index.mdx +0 -56
- package/cjs/feedback/ErrorSummary/index.spec/index.js +0 -12
- package/cjs/feedback/NotificationBanner/NotificationBanner.stories/index.js +0 -53
- package/cjs/feedback/NotificationBanner/NotificationBanner.stories.playwright.json +0 -49
- package/cjs/feedback/NotificationBanner/__snapshots__/index.spec.tsx.snap +0 -23
- package/cjs/feedback/NotificationBanner/__stories__/Default/index.js +0 -19
- package/cjs/feedback/NotificationBanner/__stories__/Dense/index.js +0 -20
- package/cjs/feedback/NotificationBanner/__stories__/Success/index.js +0 -20
- package/cjs/feedback/NotificationBanner/index.js +0 -63
- package/cjs/feedback/NotificationBanner/index.mdx +0 -38
- package/cjs/feedback/NotificationBanner/index.spec/index.js +0 -23
- package/cjs/feedback/PhaseBanner/PhaseBanner.stories/index.js +0 -40
- package/cjs/feedback/PhaseBanner/PhaseBanner.stories.playwright.json +0 -21
- package/cjs/feedback/PhaseBanner/__stories__/Default/index.js +0 -17
- package/cjs/feedback/PhaseBanner/__stories__/Underlined/index.js +0 -19
- package/cjs/feedback/PhaseBanner/index.js +0 -59
- package/cjs/feedback/PhaseBanner/index.mdx +0 -34
- package/cjs/feedback/WarningText/WarningText.stories/index.js +0 -52
- package/cjs/feedback/WarningText/__snapshots__/index.spec.tsx.snap +0 -7
- package/cjs/feedback/WarningText/__stories__/AssistiveText/index.js +0 -16
- package/cjs/feedback/WarningText/__stories__/Default/index.js +0 -14
- package/cjs/feedback/WarningText/__stories__/Dense/index.js +0 -16
- package/cjs/feedback/WarningText/index.js +0 -23
- package/cjs/feedback/WarningText/index.mdx +0 -25
- package/cjs/feedback/WarningText/index.spec/index.js +0 -12
- package/cjs/feedback/index.js +0 -60
- package/cjs/form/AutoComplete/AutoComplete.stories/index.js +0 -98
- package/cjs/form/AutoComplete/Status/index.js +0 -153
- package/cjs/form/AutoComplete/__stories__/Default/index.js +0 -21
- package/cjs/form/AutoComplete/__stories__/WithAutoSelect/index.js +0 -36
- package/cjs/form/AutoComplete/__stories__/WithDefaultValue/index.js +0 -22
- package/cjs/form/AutoComplete/__stories__/WithInLine/index.js +0 -22
- package/cjs/form/AutoComplete/__stories__/WithMinLength/index.js +0 -23
- package/cjs/form/AutoComplete/__stories__/WithPlaceHolder/index.js +0 -22
- package/cjs/form/AutoComplete/__stories__/WithShowAllValues/index.js +0 -22
- package/cjs/form/AutoComplete/__stories__/utils/index.js +0 -1
- package/cjs/form/AutoComplete/index.js +0 -666
- package/cjs/form/AutoComplete/index.mdx +0 -77
- package/cjs/form/AutoComplete/utils/index.js +0 -42
- package/cjs/form/Button/Button.stories/index.js +0 -160
- package/cjs/form/Button/Button.stories.playwright.json +0 -115
- package/cjs/form/Button/ButtonLink/index.js +0 -23
- package/cjs/form/Button/CallToAction/index.js +0 -23
- package/cjs/form/Button/ThemeToggleButton/index.js +0 -55
- package/cjs/form/Button/__snapshots__/index.spec.tsx.snap +0 -17
- package/cjs/form/Button/__stories__/Back/index.js +0 -18
- package/cjs/form/Button/__stories__/ButtonLinkButton/index.js +0 -22
- package/cjs/form/Button/__stories__/CallToActionButton/index.js +0 -19
- package/cjs/form/Button/__stories__/Dense/index.js +0 -17
- package/cjs/form/Button/__stories__/Disabled/index.js +0 -18
- package/cjs/form/Button/__stories__/GroupingButtons/index.js +0 -16
- package/cjs/form/Button/__stories__/GroupingButtonsAndLinks/index.js +0 -17
- package/cjs/form/Button/__stories__/Primary/index.js +0 -16
- package/cjs/form/Button/__stories__/Secondary/index.js +0 -17
- package/cjs/form/Button/__stories__/ThemeToggle/index.js +0 -14
- package/cjs/form/Button/__stories__/Warning/index.js +0 -17
- package/cjs/form/Button/__stories__/WithVariantLink/index.js +0 -19
- package/cjs/form/Button/index.js +0 -84
- package/cjs/form/Button/index.mdx +0 -113
- package/cjs/form/Button/index.spec/index.js +0 -13
- package/cjs/form/Checkbox/Checkbox.stories/index.js +0 -136
- package/cjs/form/Checkbox/Checkbox.stories.playwright.json +0 -55
- package/cjs/form/Checkbox/__stories__/ConditionalReveal/index.js +0 -31
- package/cjs/form/Checkbox/__stories__/Default/index.js +0 -29
- package/cjs/form/Checkbox/__stories__/Dense/index.js +0 -31
- package/cjs/form/Checkbox/__stories__/Inline/index.js +0 -28
- package/cjs/form/Checkbox/__stories__/InlineWithDivider/index.js +0 -29
- package/cjs/form/Checkbox/__stories__/MultipleQuestions/index.js +0 -31
- package/cjs/form/Checkbox/__stories__/NoneAnswer/index.js +0 -25
- package/cjs/form/Checkbox/__stories__/NoneAnswerWithError/index.js +0 -31
- package/cjs/form/Checkbox/__stories__/WithErrorMessage/index.js +0 -32
- package/cjs/form/Checkbox/__stories__/WithHint/index.js +0 -32
- package/cjs/form/Checkbox/index.js +0 -47
- package/cjs/form/Checkbox/index.mdx +0 -85
- package/cjs/form/DateInputContainer/DateInputContainer.stories/index.js +0 -76
- package/cjs/form/DateInputContainer/DateInputContainer.stories.playwright.json +0 -61
- package/cjs/form/DateInputContainer/__stories__/Default/index.js +0 -29
- package/cjs/form/DateInputContainer/__stories__/Dense/index.js +0 -28
- package/cjs/form/DateInputContainer/__stories__/MultipleQuestions/index.js +0 -29
- package/cjs/form/DateInputContainer/__stories__/WithErrorMessage/index.js +0 -40
- package/cjs/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/index.js +0 -37
- package/cjs/form/DateInputContainer/index.js +0 -35
- package/cjs/form/DateInputContainer/index.mdx +0 -48
- package/cjs/form/ErrorMessage/ErrorMessage.stories/index.js +0 -52
- package/cjs/form/ErrorMessage/__stories__/DateInputError/index.js +0 -29
- package/cjs/form/ErrorMessage/__stories__/Default/index.js +0 -37
- package/cjs/form/ErrorMessage/__stories__/ErrorMessageOnly/index.js +0 -17
- package/cjs/form/ErrorMessage/index.js +0 -23
- package/cjs/form/ErrorMessage/index.mdx +0 -25
- package/cjs/form/FieldContainer/index.js +0 -47
- package/cjs/form/FileUpload/FileUpload.stories/index.js +0 -39
- package/cjs/form/FileUpload/__stories__/Default/index.js +0 -22
- package/cjs/form/FileUpload/__stories__/WithErrorMessage/index.js +0 -26
- package/cjs/form/FileUpload/index.js +0 -35
- package/cjs/form/FileUpload/index.mdx +0 -32
- package/cjs/form/Form/index.js +0 -15
- package/cjs/form/LabelContainer/index.js +0 -35
- package/cjs/form/RadioContainer/RadioContainer.stories/index.js +0 -136
- package/cjs/form/RadioContainer/RadioContainer.stories.playwright.json +0 -49
- package/cjs/form/RadioContainer/__stories__/ConditionalReveal/index.js +0 -31
- package/cjs/form/RadioContainer/__stories__/Default/index.js +0 -27
- package/cjs/form/RadioContainer/__stories__/Dense/index.js +0 -29
- package/cjs/form/RadioContainer/__stories__/Inline/index.js +0 -28
- package/cjs/form/RadioContainer/__stories__/InlineWithDivider/index.js +0 -29
- package/cjs/form/RadioContainer/__stories__/MultipleQuestions/index.js +0 -31
- package/cjs/form/RadioContainer/__stories__/NoneAnswer/index.js +0 -29
- package/cjs/form/RadioContainer/__stories__/WithErrorMessage/index.js +0 -34
- package/cjs/form/RadioContainer/__stories__/WithHints/index.js +0 -34
- package/cjs/form/RadioContainer/__stories__/WithMediumLegend/index.js +0 -29
- package/cjs/form/RadioContainer/index.js +0 -59
- package/cjs/form/RadioContainer/index.mdx +0 -96
- package/cjs/form/SearchContainer/index.js +0 -47
- package/cjs/form/SelectContainer/SelectContainer.stories/index.js +0 -64
- package/cjs/form/SelectContainer/SelectContainer.stories.playwright.json +0 -21
- package/cjs/form/SelectContainer/__stories__/Default/index.js +0 -27
- package/cjs/form/SelectContainer/__stories__/Dense/index.js +0 -28
- package/cjs/form/SelectContainer/__stories__/DisabledInput/index.js +0 -29
- package/cjs/form/SelectContainer/__stories__/WithHint/index.js +0 -31
- package/cjs/form/SelectContainer/index.js +0 -35
- package/cjs/form/SelectContainer/index.mdx +0 -48
- package/cjs/form/SingleCharacterInputs/SingleCharacterInput.stories/index.js +0 -64
- package/cjs/form/SingleCharacterInputs/__stories__/Default/index.js +0 -40
- package/cjs/form/SingleCharacterInputs/__stories__/WithDefaultError/index.js +0 -44
- package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/index.js +0 -54
- package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/index.js +0 -48
- package/cjs/form/SingleCharacterInputs/index.js +0 -35
- package/cjs/form/SingleCharacterInputs/index.mdx +0 -32
- package/cjs/form/TextArea/TextArea.stories/index.js +0 -112
- package/cjs/form/TextArea/TextArea.stories.playwright.json +0 -59
- package/cjs/form/TextArea/__stories__/Default/index.js +0 -20
- package/cjs/form/TextArea/__stories__/Dense/index.js +0 -19
- package/cjs/form/TextArea/__stories__/DisabledInput/index.js +0 -25
- package/cjs/form/TextArea/__stories__/LimitedCharacters/index.js +0 -28
- package/cjs/form/TextArea/__stories__/MultipleQuestions/index.js +0 -22
- package/cjs/form/TextArea/__stories__/WithDeclaredRows/index.js +0 -25
- package/cjs/form/TextArea/__stories__/WithErrorMessage/index.js +0 -31
- package/cjs/form/TextArea/__stories__/WithHint/index.js +0 -24
- package/cjs/form/TextArea/index.js +0 -23
- package/cjs/form/TextArea/index.mdx +0 -76
- package/cjs/form/TextInput/TextInput.stories/index.js +0 -124
- package/cjs/form/TextInput/TextInput.stories.playwright.json +0 -43
- package/cjs/form/TextInput/__stories__/AskingForNumbers/index.js +0 -26
- package/cjs/form/TextInput/__stories__/Default/index.js +0 -20
- package/cjs/form/TextInput/__stories__/Dense/index.js +0 -19
- package/cjs/form/TextInput/__stories__/DisabledInput/index.js +0 -25
- package/cjs/form/TextInput/__stories__/FixedWidths/index.js +0 -46
- package/cjs/form/TextInput/__stories__/FluidWidths/index.js +0 -46
- package/cjs/form/TextInput/__stories__/MultipleQuestions/index.js +0 -18
- package/cjs/form/TextInput/__stories__/WithErrorMessage/index.js +0 -31
- package/cjs/form/TextInput/__stories__/WithHint/index.js +0 -24
- package/cjs/form/TextInput/index.js +0 -23
- package/cjs/form/TextInput/index.mdx +0 -92
- package/cjs/form/index.js +0 -170
- package/cjs/govgr/Footer/Copyright/index.js +0 -50
- package/cjs/govgr/Footer/HellenicRepublicLogo/index.js +0 -15
- package/cjs/govgr/Footer/LicenseCCSA/index.js +0 -22
- package/cjs/govgr/Footer/index.js +0 -26
- package/cjs/govgr/Footer/index.mdx +0 -101
- package/cjs/govgr/Footer/logo/index.js +0 -7
- package/cjs/govgr/Footer/logos/logo-el/index.js +0 -7
- package/cjs/govgr/Footer/logos/logo-en/index.js +0 -7
- package/cjs/govgr/GovGRLogo/govgr-logo.svg +0 -1
- package/cjs/govgr/GovGRLogo/index.js +0 -15
- package/cjs/govgr/GovGRLogo/logo/index.js +0 -7
- package/cjs/govgr/images/govgr-logo-base64/index.js +0 -7
- package/cjs/govgr/images/govgr-logo-blue-base64/index.js +0 -7
- package/cjs/govgr/images/greek-government-base64/index.js +0 -7
- package/cjs/govgr/images/grnet-logo-base64/index.js +0 -7
- package/cjs/govgr/images/index.js +0 -60
- package/cjs/govgr/images/minedu-logo-base64/index.js +0 -7
- package/cjs/govgr/images/minedu-logo-black-base64/index.js +0 -7
- package/cjs/govgr/index.js +0 -60
- package/cjs/i18n/I18nText/index.js +0 -73
- package/cjs/i18n/index.js +0 -59
- package/cjs/i18n/locales/el/index.js +0 -115
- package/cjs/i18n/locales/en/index.js +0 -109
- package/cjs/icons/Icon/index.js +0 -47
- package/cjs/icons/ImageLogo/index.js +0 -23
- package/cjs/icons/ImageLogoSet/index.js +0 -23
- package/cjs/icons/index.js +0 -27
- package/cjs/index.js +0 -126
- package/cjs/introduction.md +0 -11
- package/cjs/layouts/Admin/index.js +0 -95
- package/cjs/layouts/Basic/Aside/index.js +0 -23
- package/cjs/layouts/Basic/Basic.stories/index.js +0 -51
- package/cjs/layouts/Basic/Bottom/index.js +0 -23
- package/cjs/layouts/Basic/Bottom/index.mdx +0 -41
- package/cjs/layouts/Basic/Container/index.js +0 -23
- package/cjs/layouts/Basic/Main/index.js +0 -23
- package/cjs/layouts/Basic/Main/index.mdx +0 -58
- package/cjs/layouts/Basic/Masthead/index.js +0 -47
- package/cjs/layouts/Basic/Masthead/index.mdx +0 -65
- package/cjs/layouts/Basic/Top/index.js +0 -23
- package/cjs/layouts/Basic/Top/index.mdx +0 -68
- package/cjs/layouts/Basic/__snapshots__/index.spec.tsx.snap +0 -109
- package/cjs/layouts/Basic/__stories__/Default/index.js +0 -17
- package/cjs/layouts/Basic/__stories__/MultipleRowsLayout/index.js +0 -20
- package/cjs/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/index.js +0 -20
- package/cjs/layouts/Basic/index.js +0 -95
- package/cjs/layouts/Basic/index.mdx +0 -40
- package/cjs/layouts/Basic/index.spec/index.js +0 -13
- package/cjs/layouts/Grid/Grid.stories/index.js +0 -50
- package/cjs/layouts/Grid/__stories__/Default/index.js +0 -80
- package/cjs/layouts/Grid/__stories__/Inline/index.js +0 -81
- package/cjs/layouts/Grid/__stories__/ResponsiveSpacing/index.js +0 -79
- package/cjs/layouts/Grid/index.js +0 -15
- package/cjs/layouts/Hidden/index.js +0 -16
- package/cjs/layouts/Screen/Screen.stories/index.js +0 -62
- package/cjs/layouts/Screen/__stories__/Default/index.js +0 -25
- package/cjs/layouts/Screen/__stories__/ScreenDown/index.js +0 -16
- package/cjs/layouts/Screen/__stories__/ScreenUp/index.js +0 -16
- package/cjs/layouts/Screen/__stories__/SpecificScreenSize/index.js +0 -16
- package/cjs/layouts/Screen/index.js +0 -34
- package/cjs/layouts/Section/index.js +0 -23
- package/cjs/layouts/SectionBreak/index.js +0 -23
- package/cjs/layouts/Stack/Stack.stories/index.js +0 -86
- package/cjs/layouts/Stack/__stories__/AlignItems/index.js +0 -72
- package/cjs/layouts/Stack/__stories__/Default/index.js +0 -29
- package/cjs/layouts/Stack/__stories__/JustifyContent/index.js +0 -89
- package/cjs/layouts/Stack/__stories__/NoWrap/index.js +0 -31
- package/cjs/layouts/Stack/__stories__/Row/index.js +0 -30
- package/cjs/layouts/Stack/__stories__/Spacing/index.js +0 -60
- package/cjs/layouts/Stack/index.js +0 -9
- package/cjs/layouts/index.js +0 -117
- package/cjs/misc/KitchenSink/index.js +0 -93
- package/cjs/navigation/BackLink/BackLink.stories/index.js +0 -26
- package/cjs/navigation/BackLink/BackLink.stories.playwright.json +0 -21
- package/cjs/navigation/BackLink/__stories__/Default/index.js +0 -17
- package/cjs/navigation/BackLink/index.js +0 -23
- package/cjs/navigation/BackLink/index.mdx +0 -24
- package/cjs/navigation/BackToTopLink/BackToTopLink.stories/index.js +0 -38
- package/cjs/navigation/BackToTopLink/__stories__/Default/index.js +0 -17
- package/cjs/navigation/BackToTopLink/__stories__/InMain/index.js +0 -21
- package/cjs/navigation/BackToTopLink/index.js +0 -99
- package/cjs/navigation/Breadcrumbs/Breadcrumbs.stories/index.js +0 -28
- package/cjs/navigation/Breadcrumbs/Breadcrumbs.stories.playwright.json +0 -33
- package/cjs/navigation/Breadcrumbs/__stories__/Default/index.js +0 -26
- package/cjs/navigation/Breadcrumbs/index.js +0 -47
- package/cjs/navigation/Breadcrumbs/index.mdx +0 -31
- package/cjs/navigation/Drawer/Drawer.stories/index.js +0 -52
- package/cjs/navigation/Drawer/__stories__/Auto/index.js +0 -82
- package/cjs/navigation/Drawer/__stories__/Default/index.js +0 -88
- package/cjs/navigation/Drawer/__stories__/WithHook/index.js +0 -83
- package/cjs/navigation/Drawer/auto/index.js +0 -75
- package/cjs/navigation/Drawer/hooks/index.js +0 -57
- package/cjs/navigation/Drawer/index.js +0 -47
- package/cjs/navigation/Drawer/index.mdx +0 -20
- package/cjs/navigation/Dropdown/Dropdown.stories/index.js +0 -136
- package/cjs/navigation/Dropdown/Dropdown.stories.playwright.json +0 -69
- package/cjs/navigation/Dropdown/__stories__/AlignRight/index.js +0 -60
- package/cjs/navigation/Dropdown/__stories__/ContentPosition/index.js +0 -104
- package/cjs/navigation/Dropdown/__stories__/Default/index.js +0 -46
- package/cjs/navigation/Dropdown/__stories__/Dense/index.js +0 -54
- package/cjs/navigation/Dropdown/__stories__/Disabled/index.js +0 -48
- package/cjs/navigation/Dropdown/__stories__/PlacementTop/index.js +0 -64
- package/cjs/navigation/Dropdown/__stories__/Secondary/index.js +0 -35
- package/cjs/navigation/Dropdown/__stories__/VariantLink/index.js +0 -47
- package/cjs/navigation/Dropdown/__stories__/Warning/index.js +0 -35
- package/cjs/navigation/Dropdown/__stories__/WithIcons/index.js +0 -100
- package/cjs/navigation/Dropdown/index.js +0 -135
- package/cjs/navigation/Dropdown/index.mdx +0 -42
- package/cjs/navigation/Link/Link.stories/index.js +0 -87
- package/cjs/navigation/Link/Link.stories.playwright.json +0 -65
- package/cjs/navigation/Link/__snapshots__/index.spec.tsx.snap +0 -38
- package/cjs/navigation/Link/__stories__/DarkBackground/index.js +0 -24
- package/cjs/navigation/Link/__stories__/DarkBackgroundNoUnderline/index.js +0 -25
- package/cjs/navigation/Link/__stories__/Default/index.js +0 -18
- package/cjs/navigation/Link/__stories__/ExternalLink/index.js +0 -19
- package/cjs/navigation/Link/__stories__/NoUnderline/index.js +0 -19
- package/cjs/navigation/Link/__stories__/OpensInNewTab/index.js +0 -18
- package/cjs/navigation/Link/index.js +0 -42
- package/cjs/navigation/Link/index.mdx +0 -60
- package/cjs/navigation/Link/index.spec/index.js +0 -21
- package/cjs/navigation/NavList/Nav/index.js +0 -23
- package/cjs/navigation/NavList/NavList/index.js +0 -23
- package/cjs/navigation/NavList/NavList.stories/index.js +0 -112
- package/cjs/navigation/NavList/NavList.stories.playwright.json +0 -53
- package/cjs/navigation/NavList/NavListAuto/index.js +0 -52
- package/cjs/navigation/NavList/NavMenuContentList/index.js +0 -76
- package/cjs/navigation/NavList/__snapshots__/index.spec.tsx.snap +0 -7
- package/cjs/navigation/NavList/__stories__/Default/index.js +0 -37
- package/cjs/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +0 -71
- package/cjs/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +0 -48
- package/cjs/navigation/NavList/__stories__/NavLinksOneLevel.json +0 -17
- package/cjs/navigation/NavList/__stories__/NavLinksWithSubmenu.json +0 -36
- package/cjs/navigation/NavList/__stories__/NavListWithoutNav/index.js +0 -24
- package/cjs/navigation/NavList/__stories__/UsingHeaderButton/index.js +0 -73
- package/cjs/navigation/NavList/__stories__/UsingNavListAuto/index.js +0 -41
- package/cjs/navigation/NavList/__stories__/Vertical/index.js +0 -39
- package/cjs/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +0 -48
- package/cjs/navigation/NavList/hooks/useNavList/index.js +0 -44
- package/cjs/navigation/NavList/hooks/useTogglableNav/index.js +0 -272
- package/cjs/navigation/NavList/index.js +0 -191
- package/cjs/navigation/NavList/index.mdx +0 -44
- package/cjs/navigation/NavList/index.spec/index.js +0 -12
- package/cjs/navigation/NavList/types/index.js +0 -5
- package/cjs/navigation/Pagination/Pagination.stories/index.js +0 -100
- package/cjs/navigation/Pagination/Pagination.stories.playwright.json +0 -27
- package/cjs/navigation/Pagination/__stories__/Auto/index.js +0 -52
- package/cjs/navigation/Pagination/__stories__/Default/index.js +0 -70
- package/cjs/navigation/Pagination/__stories__/PaginationSmall/index.js +0 -39
- package/cjs/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +0 -49
- package/cjs/navigation/Pagination/__stories__/WithHook/index.js +0 -60
- package/cjs/navigation/Pagination/__stories__/WithInactiveValues/index.js +0 -72
- package/cjs/navigation/Pagination/__stories__/WithResultsPerPage/index.js +0 -45
- package/cjs/navigation/Pagination/auto/index.js +0 -85
- package/cjs/navigation/Pagination/hooks/index.js +0 -112
- package/cjs/navigation/Pagination/index.js +0 -147
- package/cjs/navigation/Pagination/index.mdx +0 -44
- package/cjs/navigation/SkipLink/SkipLink.stories/index.js +0 -27
- package/cjs/navigation/SkipLink/__stories__/Default/index.js +0 -16
- package/cjs/navigation/SkipLink/index.js +0 -15
- package/cjs/navigation/Tabs/Tabs.stories/index.js +0 -53
- package/cjs/navigation/Tabs/Tabs.stories.playwright.json +0 -27
- package/cjs/navigation/Tabs/__stories__/Auto/index.js +0 -39
- package/cjs/navigation/Tabs/__stories__/Default/index.js +0 -50
- package/cjs/navigation/Tabs/__stories__/Dense/index.js +0 -37
- package/cjs/navigation/Tabs/auto/index.js +0 -58
- package/cjs/navigation/Tabs/hooks/index.js +0 -90
- package/cjs/navigation/Tabs/index.js +0 -95
- package/cjs/navigation/Tabs/index.mdx +0 -27
- package/cjs/navigation/index.js +0 -104
- package/cjs/registry/index.js +0 -517
- package/cjs/test-utils/delay/index.js +0 -35
- package/cjs/typography/Code/index.js +0 -23
- package/cjs/typography/CodeBlock/index.js +0 -23
- package/cjs/typography/Heading/Heading.stories/index.js +0 -26
- package/cjs/typography/Heading/__stories__/Default/index.js +0 -30
- package/cjs/typography/Heading/index.js +0 -23
- package/cjs/typography/Heading/index.mdx +0 -20
- package/cjs/typography/HeadingCaption/HeadingCaption.stories/index.js +0 -38
- package/cjs/typography/HeadingCaption/__stories__/Default/index.js +0 -35
- package/cjs/typography/HeadingCaption/__stories__/NestedToTitle/index.js +0 -20
- package/cjs/typography/HeadingCaption/index.js +0 -23
- package/cjs/typography/HeadingCaption/index.mdx +0 -22
- package/cjs/typography/Hint/Hint.stories/index.js +0 -38
- package/cjs/typography/Hint/__stories__/Default/index.js +0 -14
- package/cjs/typography/Hint/__stories__/FontSizes/index.js +0 -23
- package/cjs/typography/Hint/index.js +0 -23
- package/cjs/typography/Hint/index.mdx +0 -28
- package/cjs/typography/NormalText/NormalText.stories/index.js +0 -62
- package/cjs/typography/NormalText/__stories__/Default/index.js +0 -14
- package/cjs/typography/NormalText/__stories__/FontSizes/index.js +0 -53
- package/cjs/typography/NormalText/__stories__/FontWeight/index.js +0 -23
- package/cjs/typography/NormalText/__stories__/Variants/index.js +0 -23
- package/cjs/typography/NormalText/index.js +0 -23
- package/cjs/typography/NormalText/index.mdx +0 -46
- package/cjs/typography/Paragraph/Paragraph.stories/index.js +0 -74
- package/cjs/typography/Paragraph/__stories__/Default/index.js +0 -14
- package/cjs/typography/Paragraph/__stories__/FontSizes/index.js +0 -34
- package/cjs/typography/Paragraph/__stories__/FontWeight/index.js +0 -19
- package/cjs/typography/Paragraph/__stories__/LeadVariant/index.js +0 -16
- package/cjs/typography/Paragraph/__stories__/SmallVariant/index.js +0 -16
- package/cjs/typography/Paragraph/index.js +0 -23
- package/cjs/typography/Paragraph/index.mdx +0 -53
- package/cjs/typography/index.js +0 -60
- package/cjs/utils/Base/index.js +0 -23
- package/cjs/utils/Kitchensink/AllComponents/index.js +0 -16
- package/cjs/utils/Kitchensink/KitchensinkByCategory/index.js +0 -39
- package/cjs/utils/Kitchensink/KitchensinkByLetter/index.js +0 -26
- package/cjs/utils/Kitchensink/KitchensinkComponent/index.js +0 -55
- package/cjs/utils/Kitchensink/KitchensinkDashboard/index.js +0 -47
- package/cjs/utils/SvgIcon/index.js +0 -35
- package/cjs/utils/Typography/index.js +0 -15
- package/cjs/utils/VisuallyHidden/VisuallyHidden.stories/index.js +0 -26
- package/cjs/utils/VisuallyHidden/__stories__/Default/index.js +0 -20
- package/cjs/utils/VisuallyHidden/index.js +0 -23
- package/cjs/utils/VisuallyHidden/index.mdx +0 -19
- package/cjs/utils/hooks/useDebounce/index.js +0 -50
- package/cjs/utils/hooks/useKeypress/index.js +0 -25
- package/cjs/utils/hooks/useLatest/index.js +0 -20
- package/cjs/utils/hooks/useScreen/index.js +0 -58
- package/cjs/utils/hooks/useSearch/index.js +0 -35
- package/cjs/utils/hooks/useTogglableTab/index.js +0 -96
- package/cjs/utils/index.js +0 -38
- package/cjs/utils/withDeprecation/index.js +0 -85
- package/content/Accordion/Accordion.stories/index.js +0 -13
- package/content/Accordion/Accordion.stories/package.json +0 -6
- package/content/Accordion/Accordion.stories.d.ts +0 -14
- package/content/Accordion/Accordion.stories.playwright.json +0 -21
- package/content/Accordion/__snapshots__/index.spec.tsx.snap +0 -157
- package/content/Accordion/__stories__/Auto/index.js +0 -39
- package/content/Accordion/__stories__/Auto/package.json +0 -6
- package/content/Accordion/__stories__/Auto.d.ts +0 -3
- package/content/Accordion/__stories__/Default/index.js +0 -29
- package/content/Accordion/__stories__/Default/package.json +0 -6
- package/content/Accordion/__stories__/Default.d.ts +0 -3
- package/content/Accordion/__stories__/WithHints/index.js +0 -30
- package/content/Accordion/__stories__/WithHints/package.json +0 -6
- package/content/Accordion/__stories__/WithHints.d.ts +0 -3
- package/content/Accordion/__stories__/WithHook/index.js +0 -51
- package/content/Accordion/__stories__/WithHook/package.json +0 -6
- package/content/Accordion/__stories__/WithHook.d.ts +0 -3
- package/content/Accordion/auto/index.js +0 -66
- package/content/Accordion/auto/package.json +0 -6
- package/content/Accordion/auto.d.ts +0 -18
- package/content/Accordion/hooks/index.js +0 -148
- package/content/Accordion/hooks/package.json +0 -6
- package/content/Accordion/hooks.d.ts +0 -26
- package/content/Accordion/index.d.ts +0 -10
- package/content/Accordion/index.js +0 -11
- package/content/Accordion/index.mdx +0 -41
- package/content/Accordion/index.spec/index.js +0 -17
- package/content/Accordion/index.spec/package.json +0 -6
- package/content/Accordion/index.spec.d.ts +0 -1
- package/content/Accordion/package.json +0 -6
- package/content/Blockquote/Blockquote.stories/index.js +0 -10
- package/content/Blockquote/Blockquote.stories/package.json +0 -6
- package/content/Blockquote/Blockquote.stories.d.ts +0 -11
- package/content/Blockquote/__snapshots__/index.spec.tsx.snap +0 -16
- package/content/Blockquote/__stories__/Default/index.js +0 -7
- package/content/Blockquote/__stories__/Default/package.json +0 -6
- package/content/Blockquote/__stories__/Default.d.ts +0 -3
- package/content/Blockquote/__stories__/Dense/index.js +0 -9
- package/content/Blockquote/__stories__/Dense/package.json +0 -6
- package/content/Blockquote/__stories__/Dense.d.ts +0 -3
- package/content/Blockquote/index.d.ts +0 -3
- package/content/Blockquote/index.js +0 -3
- package/content/Blockquote/index.mdx +0 -26
- package/content/Blockquote/index.spec/index.js +0 -7
- package/content/Blockquote/index.spec/package.json +0 -6
- package/content/Blockquote/index.spec.d.ts +0 -1
- package/content/Blockquote/package.json +0 -6
- package/content/Card/Card.stories/index.js +0 -20
- package/content/Card/Card.stories/package.json +0 -6
- package/content/Card/Card.stories.d.ts +0 -21
- package/content/Card/Card.stories.playwright.json +0 -21
- package/content/Card/__stories__/Default/index.js +0 -8
- package/content/Card/__stories__/Default/package.json +0 -6
- package/content/Card/__stories__/Default.d.ts +0 -3
- package/content/Card/__stories__/Dense/index.js +0 -12
- package/content/Card/__stories__/Dense/package.json +0 -6
- package/content/Card/__stories__/Dense.d.ts +0 -3
- package/content/Card/__stories__/WithClickableContent/index.js +0 -12
- package/content/Card/__stories__/WithClickableContent/package.json +0 -6
- package/content/Card/__stories__/WithClickableContent.d.ts +0 -3
- package/content/Card/__stories__/WithClickableLink/index.js +0 -10
- package/content/Card/__stories__/WithClickableLink/package.json +0 -6
- package/content/Card/__stories__/WithClickableLink.d.ts +0 -3
- package/content/Card/__stories__/WithDarkBorder/index.js +0 -11
- package/content/Card/__stories__/WithDarkBorder/package.json +0 -6
- package/content/Card/__stories__/WithDarkBorder.d.ts +0 -3
- package/content/Card/__stories__/WithDarkTopBorder/index.js +0 -11
- package/content/Card/__stories__/WithDarkTopBorder/package.json +0 -6
- package/content/Card/__stories__/WithDarkTopBorder.d.ts +0 -3
- package/content/Card/__stories__/WithDivider/index.js +0 -10
- package/content/Card/__stories__/WithDivider/package.json +0 -6
- package/content/Card/__stories__/WithDivider.d.ts +0 -3
- package/content/Card/__stories__/WithGrayBorder/index.js +0 -11
- package/content/Card/__stories__/WithGrayBorder/package.json +0 -6
- package/content/Card/__stories__/WithGrayBorder.d.ts +0 -3
- package/content/Card/__stories__/WithGrayTopBorder/index.js +0 -11
- package/content/Card/__stories__/WithGrayTopBorder/package.json +0 -6
- package/content/Card/__stories__/WithGrayTopBorder.d.ts +0 -3
- package/content/Card/__stories__/WithGroupButton/index.js +0 -9
- package/content/Card/__stories__/WithGroupButton/package.json +0 -6
- package/content/Card/__stories__/WithGroupButton.d.ts +0 -3
- package/content/Card/__stories__/WithLink/index.js +0 -8
- package/content/Card/__stories__/WithLink/package.json +0 -6
- package/content/Card/__stories__/WithLink.d.ts +0 -3
- package/content/Card/index.d.ts +0 -6
- package/content/Card/index.js +0 -6
- package/content/Card/index.mdx +0 -105
- package/content/Card/package.json +0 -6
- package/content/Chip/Chip.stories/index.js +0 -11
- package/content/Chip/Chip.stories/package.json +0 -6
- package/content/Chip/Chip.stories.d.ts +0 -12
- package/content/Chip/__stories__/ClickableChip/index.js +0 -10
- package/content/Chip/__stories__/ClickableChip/package.json +0 -6
- package/content/Chip/__stories__/ClickableChip.d.ts +0 -3
- package/content/Chip/__stories__/ClickableDeletableChip/index.js +0 -13
- package/content/Chip/__stories__/ClickableDeletableChip/package.json +0 -6
- package/content/Chip/__stories__/ClickableDeletableChip.d.ts +0 -3
- package/content/Chip/__stories__/Default/index.js +0 -7
- package/content/Chip/__stories__/Default/package.json +0 -6
- package/content/Chip/__stories__/Default.d.ts +0 -3
- package/content/Chip/__stories__/DeletableChip/index.js +0 -10
- package/content/Chip/__stories__/DeletableChip/package.json +0 -6
- package/content/Chip/__stories__/DeletableChip.d.ts +0 -3
- package/content/Chip/__stories__/GroupOfChips/index.js +0 -7
- package/content/Chip/__stories__/GroupOfChips/package.json +0 -6
- package/content/Chip/__stories__/GroupOfChips.d.ts +0 -3
- package/content/Chip/index.d.ts +0 -6
- package/content/Chip/index.js +0 -6
- package/content/Chip/index.mdx +0 -54
- package/content/Chip/package.json +0 -6
- package/content/Details/Details.stories/index.js +0 -9
- package/content/Details/Details.stories/package.json +0 -6
- package/content/Details/Details.stories.d.ts +0 -10
- package/content/Details/Details.stories.playwright.json +0 -27
- package/content/Details/__snapshots__/index.spec.tsx.snap +0 -81
- package/content/Details/__stories__/Default/index.js +0 -7
- package/content/Details/__stories__/Default/package.json +0 -6
- package/content/Details/__stories__/Default.d.ts +0 -3
- package/content/Details/index.d.ts +0 -5
- package/content/Details/index.js +0 -5
- package/content/Details/index.mdx +0 -29
- package/content/Details/index.spec/index.js +0 -13
- package/content/Details/index.spec/package.json +0 -6
- package/content/Details/index.spec.d.ts +0 -1
- package/content/Details/package.json +0 -6
- package/content/FillableText/index.d.ts +0 -4
- package/content/FillableText/index.js +0 -4
- package/content/FillableText/package.json +0 -6
- package/content/List/List/index.js +0 -3
- package/content/List/List/package.json +0 -6
- package/content/List/List.d.ts +0 -3
- package/content/List/List.stories/index.js +0 -14
- package/content/List/List.stories/package.json +0 -6
- package/content/List/List.stories.d.ts +0 -15
- package/content/List/List.stories.playwright.json +0 -27
- package/content/List/ListItem/index.js +0 -3
- package/content/List/ListItem/package.json +0 -6
- package/content/List/ListItem.d.ts +0 -3
- package/content/List/__snapshots__/index.spec.tsx.snap +0 -7
- package/content/List/__stories__/BulletList/index.js +0 -10
- package/content/List/__stories__/BulletList/package.json +0 -6
- package/content/List/__stories__/BulletList.d.ts +0 -3
- package/content/List/__stories__/Default/index.js +0 -9
- package/content/List/__stories__/Default/package.json +0 -6
- package/content/List/__stories__/Default.d.ts +0 -3
- package/content/List/__stories__/HorizontalList/index.js +0 -11
- package/content/List/__stories__/HorizontalList/package.json +0 -6
- package/content/List/__stories__/HorizontalList.d.ts +0 -3
- package/content/List/__stories__/NestedBulletList/index.js +0 -18
- package/content/List/__stories__/NestedBulletList/package.json +0 -6
- package/content/List/__stories__/NestedBulletList.d.ts +0 -3
- package/content/List/__stories__/NumberedList/index.js +0 -10
- package/content/List/__stories__/NumberedList/package.json +0 -6
- package/content/List/__stories__/NumberedList.d.ts +0 -3
- package/content/List/__stories__/WithExtraSpace/index.js +0 -10
- package/content/List/__stories__/WithExtraSpace/package.json +0 -6
- package/content/List/__stories__/WithExtraSpace.d.ts +0 -3
- package/content/List/index.d.ts +0 -3
- package/content/List/index.js +0 -3
- package/content/List/index.mdx +0 -42
- package/content/List/index.spec/index.js +0 -6
- package/content/List/index.spec/package.json +0 -6
- package/content/List/index.spec.d.ts +0 -1
- package/content/List/package.json +0 -6
- package/content/Markdown/index.d.ts +0 -3
- package/content/Markdown/index.js +0 -11
- package/content/Markdown/package.json +0 -6
- package/content/Markdown/useMarkdownToHTML/index.js +0 -86
- package/content/Markdown/useMarkdownToHTML/package.json +0 -6
- package/content/Markdown/useMarkdownToHTML.d.ts +0 -6
- package/content/SafeHTML/index.d.ts +0 -10
- package/content/SafeHTML/index.js +0 -95
- package/content/SafeHTML/package.json +0 -6
- package/content/StepNav/StepNav.stories/index.js +0 -12
- package/content/StepNav/StepNav.stories/package.json +0 -6
- package/content/StepNav/StepNav.stories.d.ts +0 -13
- package/content/StepNav/StepNav.stories.playwright.json +0 -33
- package/content/StepNav/__stories__/Auto/index.js +0 -129
- package/content/StepNav/__stories__/Auto/package.json +0 -6
- package/content/StepNav/__stories__/Auto.d.ts +0 -3
- package/content/StepNav/__stories__/Default/index.js +0 -166
- package/content/StepNav/__stories__/Default/package.json +0 -6
- package/content/StepNav/__stories__/Default.d.ts +0 -3
- package/content/StepNav/__stories__/Dense/index.js +0 -168
- package/content/StepNav/__stories__/Dense/package.json +0 -6
- package/content/StepNav/__stories__/Dense.d.ts +0 -3
- package/content/StepNav/__stories__/WithHints/index.js +0 -175
- package/content/StepNav/__stories__/WithHints/package.json +0 -6
- package/content/StepNav/__stories__/WithHints.d.ts +0 -3
- package/content/StepNav/__stories__/WithHook/index.js +0 -137
- package/content/StepNav/__stories__/WithHook/package.json +0 -6
- package/content/StepNav/__stories__/WithHook.d.ts +0 -3
- package/content/StepNav/auto/index.js +0 -64
- package/content/StepNav/auto/package.json +0 -6
- package/content/StepNav/auto.d.ts +0 -19
- package/content/StepNav/index.d.ts +0 -16
- package/content/StepNav/index.js +0 -16
- package/content/StepNav/index.mdx +0 -30
- package/content/StepNav/package.json +0 -6
- package/content/SummaryList/SummaryList.stories/index.js +0 -14
- package/content/SummaryList/SummaryList.stories/package.json +0 -6
- package/content/SummaryList/SummaryList.stories.d.ts +0 -15
- package/content/SummaryList/SummaryList.stories.playwright.json +0 -27
- package/content/SummaryList/__snapshots__/index.spec.tsx.snap +0 -97
- package/content/SummaryList/__stories__/Default/index.js +0 -15
- package/content/SummaryList/__stories__/Default/package.json +0 -6
- package/content/SummaryList/__stories__/Default.d.ts +0 -3
- package/content/SummaryList/__stories__/RowVariations/index.js +0 -30
- package/content/SummaryList/__stories__/RowVariations/package.json +0 -6
- package/content/SummaryList/__stories__/RowVariations.d.ts +0 -3
- package/content/SummaryList/__stories__/WithActions/index.js +0 -18
- package/content/SummaryList/__stories__/WithActions/package.json +0 -6
- package/content/SummaryList/__stories__/WithActions.d.ts +0 -3
- package/content/SummaryList/__stories__/WithKeyAndAction/index.js +0 -18
- package/content/SummaryList/__stories__/WithKeyAndAction/package.json +0 -6
- package/content/SummaryList/__stories__/WithKeyAndAction.d.ts +0 -3
- package/content/SummaryList/__stories__/WithoutActions/index.js +0 -7
- package/content/SummaryList/__stories__/WithoutActions/package.json +0 -6
- package/content/SummaryList/__stories__/WithoutActions.d.ts +0 -3
- package/content/SummaryList/__stories__/WithoutBorders/index.js +0 -17
- package/content/SummaryList/__stories__/WithoutBorders/package.json +0 -6
- package/content/SummaryList/__stories__/WithoutBorders.d.ts +0 -3
- package/content/SummaryList/index.d.ts +0 -7
- package/content/SummaryList/index.js +0 -7
- package/content/SummaryList/index.mdx +0 -46
- package/content/SummaryList/index.spec/index.js +0 -7
- package/content/SummaryList/index.spec/package.json +0 -6
- package/content/SummaryList/index.spec.d.ts +0 -1
- package/content/SummaryList/package.json +0 -6
- package/content/Table/Table.stories/index.js +0 -26
- package/content/Table/Table.stories/package.json +0 -6
- package/content/Table/Table.stories.d.ts +0 -27
- package/content/Table/Table.stories.playwright.json +0 -37
- package/content/Table/TableFloatingScroll/index.js +0 -81
- package/content/Table/TableFloatingScroll/package.json +0 -6
- package/content/Table/TableFloatingScroll.d.ts +0 -3
- package/content/Table/__stories__/DarkVariant/index.js +0 -47
- package/content/Table/__stories__/DarkVariant/package.json +0 -6
- package/content/Table/__stories__/DarkVariant.d.ts +0 -3
- package/content/Table/__stories__/DarkVariantWithVerticalHeaders/index.js +0 -47
- package/content/Table/__stories__/DarkVariantWithVerticalHeaders/package.json +0 -6
- package/content/Table/__stories__/DarkVariantWithVerticalHeaders.d.ts +0 -3
- package/content/Table/__stories__/Default/index.js +0 -41
- package/content/Table/__stories__/Default/package.json +0 -6
- package/content/Table/__stories__/Default.d.ts +0 -3
- package/content/Table/__stories__/DefinedWidth/index.js +0 -43
- package/content/Table/__stories__/DefinedWidth/package.json +0 -6
- package/content/Table/__stories__/DefinedWidth.d.ts +0 -3
- package/content/Table/__stories__/Densed/index.js +0 -102
- package/content/Table/__stories__/Densed/package.json +0 -6
- package/content/Table/__stories__/Densed.d.ts +0 -3
- package/content/Table/__stories__/Full/index.js +0 -91
- package/content/Table/__stories__/Full/package.json +0 -6
- package/content/Table/__stories__/Full.d.ts +0 -3
- package/content/Table/__stories__/MultipleProps/index.js +0 -71
- package/content/Table/__stories__/MultipleProps/package.json +0 -6
- package/content/Table/__stories__/MultipleProps.d.ts +0 -3
- package/content/Table/__stories__/NoData/index.js +0 -9
- package/content/Table/__stories__/NoData/package.json +0 -6
- package/content/Table/__stories__/NoData.d.ts +0 -3
- package/content/Table/__stories__/NumericDataType/index.js +0 -61
- package/content/Table/__stories__/NumericDataType/package.json +0 -6
- package/content/Table/__stories__/NumericDataType.d.ts +0 -3
- package/content/Table/__stories__/RowColors/index.js +0 -60
- package/content/Table/__stories__/RowColors/package.json +0 -6
- package/content/Table/__stories__/RowColors.d.ts +0 -3
- package/content/Table/__stories__/Stacked/index.js +0 -43
- package/content/Table/__stories__/Stacked/package.json +0 -6
- package/content/Table/__stories__/Stacked.d.ts +0 -3
- package/content/Table/__stories__/TableCaptions/index.js +0 -15
- package/content/Table/__stories__/TableCaptions/package.json +0 -6
- package/content/Table/__stories__/TableCaptions.d.ts +0 -3
- package/content/Table/__stories__/VerticalBorders/index.js +0 -47
- package/content/Table/__stories__/VerticalBorders/package.json +0 -6
- package/content/Table/__stories__/VerticalBorders.d.ts +0 -3
- package/content/Table/__stories__/VerticalHeaders/index.js +0 -41
- package/content/Table/__stories__/VerticalHeaders/package.json +0 -6
- package/content/Table/__stories__/VerticalHeaders.d.ts +0 -3
- package/content/Table/__stories__/WithFloatingScroll/index.js +0 -69
- package/content/Table/__stories__/WithFloatingScroll/package.json +0 -6
- package/content/Table/__stories__/WithFloatingScroll.d.ts +0 -3
- package/content/Table/__stories__/WithLoader/index.js +0 -65
- package/content/Table/__stories__/WithLoader/package.json +0 -6
- package/content/Table/__stories__/WithLoader.d.ts +0 -3
- package/content/Table/__stories__/WithSortFilters/index.js +0 -100
- package/content/Table/__stories__/WithSortFilters/package.json +0 -6
- package/content/Table/__stories__/WithSortFilters.d.ts +0 -3
- package/content/Table/__stories__/ZebraProp/index.js +0 -47
- package/content/Table/__stories__/ZebraProp/package.json +0 -6
- package/content/Table/__stories__/ZebraProp.d.ts +0 -3
- package/content/Table/hooks/useSort/index.js +0 -46
- package/content/Table/hooks/useSort/package.json +0 -6
- package/content/Table/hooks/useSort.d.ts +0 -9
- package/content/Table/index.d.ts +0 -28
- package/content/Table/index.js +0 -99
- package/content/Table/index.mdx +0 -112
- package/content/Table/package.json +0 -6
- package/content/TaskList/TaskList.stories/index.js +0 -9
- package/content/TaskList/TaskList.stories/package.json +0 -6
- package/content/TaskList/TaskList.stories.d.ts +0 -10
- package/content/TaskList/__stories__/Default/index.js +0 -69
- package/content/TaskList/__stories__/Default/package.json +0 -6
- package/content/TaskList/__stories__/Default.d.ts +0 -3
- package/content/TaskList/__stories__/Dense/index.js +0 -71
- package/content/TaskList/__stories__/Dense/package.json +0 -6
- package/content/TaskList/__stories__/Dense.d.ts +0 -3
- package/content/TaskList/index.d.ts +0 -7
- package/content/TaskList/index.js +0 -7
- package/content/TaskList/index.mdx +0 -26
- package/content/TaskList/package.json +0 -6
- package/content/Timeline/Timeline.stories/index.js +0 -9
- package/content/Timeline/Timeline.stories/package.json +0 -6
- package/content/Timeline/Timeline.stories.d.ts +0 -10
- package/content/Timeline/__stories__/Default/index.js +0 -119
- package/content/Timeline/__stories__/Default/package.json +0 -6
- package/content/Timeline/__stories__/Default.d.ts +0 -3
- package/content/Timeline/__stories__/Dense/index.js +0 -121
- package/content/Timeline/__stories__/Dense/package.json +0 -6
- package/content/Timeline/__stories__/Dense.d.ts +0 -3
- package/content/Timeline/index.d.ts +0 -7
- package/content/Timeline/index.js +0 -7
- package/content/Timeline/index.mdx +0 -28
- package/content/Timeline/package.json +0 -6
- package/content/index.d.ts +0 -12
- package/content/index.js +0 -12
- package/content/package.json +0 -6
- package/custom.d/index.js +0 -0
- package/custom.d/package.json +0 -6
- package/feedback/CopyToClipboard/CopyToClipboard.stories/index.js +0 -9
- package/feedback/CopyToClipboard/CopyToClipboard.stories/package.json +0 -6
- package/feedback/CopyToClipboard/CopyToClipboard.stories.d.ts +0 -10
- package/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +0 -53
- package/feedback/CopyToClipboard/__stories__/Banner/index.js +0 -14
- package/feedback/CopyToClipboard/__stories__/Banner/package.json +0 -6
- package/feedback/CopyToClipboard/__stories__/Banner.d.ts +0 -3
- package/feedback/CopyToClipboard/__stories__/Default/index.js +0 -20
- package/feedback/CopyToClipboard/__stories__/Default/package.json +0 -6
- package/feedback/CopyToClipboard/__stories__/Default.d.ts +0 -3
- package/feedback/CopyToClipboard/__stories__/Dense/index.js +0 -18
- package/feedback/CopyToClipboard/__stories__/Dense/package.json +0 -6
- package/feedback/CopyToClipboard/__stories__/Dense.d.ts +0 -3
- package/feedback/CopyToClipboard/index.d.ts +0 -12
- package/feedback/CopyToClipboard/index.js +0 -50
- package/feedback/CopyToClipboard/index.mdx +0 -30
- package/feedback/CopyToClipboard/package.json +0 -6
- package/feedback/ErrorSummary/ErrorSummary.stories/index.js +0 -14
- package/feedback/ErrorSummary/ErrorSummary.stories/package.json +0 -6
- package/feedback/ErrorSummary/ErrorSummary.stories.d.ts +0 -15
- package/feedback/ErrorSummary/ErrorSummary.stories.playwright.json +0 -27
- package/feedback/ErrorSummary/__snapshots__/index.spec.tsx.snap +0 -7
- package/feedback/ErrorSummary/__stories__/Default/index.js +0 -11
- package/feedback/ErrorSummary/__stories__/Default/package.json +0 -6
- package/feedback/ErrorSummary/__stories__/Default.d.ts +0 -3
- package/feedback/ErrorSummary/__stories__/Dense/index.js +0 -13
- package/feedback/ErrorSummary/__stories__/Dense/package.json +0 -6
- package/feedback/ErrorSummary/__stories__/Dense.d.ts +0 -3
- package/feedback/ErrorSummary/__stories__/LinkedToCheckbox/index.js +0 -28
- package/feedback/ErrorSummary/__stories__/LinkedToCheckbox/package.json +0 -6
- package/feedback/ErrorSummary/__stories__/LinkedToCheckbox.d.ts +0 -3
- package/feedback/ErrorSummary/__stories__/LinkedToField/index.js +0 -29
- package/feedback/ErrorSummary/__stories__/LinkedToField/package.json +0 -6
- package/feedback/ErrorSummary/__stories__/LinkedToField.d.ts +0 -3
- package/feedback/ErrorSummary/__stories__/LinkedToInput/index.js +0 -28
- package/feedback/ErrorSummary/__stories__/LinkedToInput/package.json +0 -6
- package/feedback/ErrorSummary/__stories__/LinkedToInput.d.ts +0 -3
- package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/index.js +0 -33
- package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/package.json +0 -6
- package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.d.ts +0 -3
- package/feedback/ErrorSummary/index.d.ts +0 -3
- package/feedback/ErrorSummary/index.js +0 -3
- package/feedback/ErrorSummary/index.mdx +0 -56
- package/feedback/ErrorSummary/index.spec/index.js +0 -6
- package/feedback/ErrorSummary/index.spec/package.json +0 -6
- package/feedback/ErrorSummary/index.spec.d.ts +0 -1
- package/feedback/ErrorSummary/package.json +0 -6
- package/feedback/NotificationBanner/NotificationBanner.stories/index.js +0 -12
- package/feedback/NotificationBanner/NotificationBanner.stories/package.json +0 -6
- package/feedback/NotificationBanner/NotificationBanner.stories.d.ts +0 -13
- package/feedback/NotificationBanner/NotificationBanner.stories.playwright.json +0 -49
- package/feedback/NotificationBanner/__snapshots__/index.spec.tsx.snap +0 -23
- package/feedback/NotificationBanner/__stories__/Default/index.js +0 -12
- package/feedback/NotificationBanner/__stories__/Default/package.json +0 -6
- package/feedback/NotificationBanner/__stories__/Default.d.ts +0 -3
- package/feedback/NotificationBanner/__stories__/Dense/index.js +0 -13
- package/feedback/NotificationBanner/__stories__/Dense/package.json +0 -6
- package/feedback/NotificationBanner/__stories__/Dense.d.ts +0 -3
- package/feedback/NotificationBanner/__stories__/Success/index.js +0 -13
- package/feedback/NotificationBanner/__stories__/Success/package.json +0 -6
- package/feedback/NotificationBanner/__stories__/Success.d.ts +0 -3
- package/feedback/NotificationBanner/index.d.ts +0 -18
- package/feedback/NotificationBanner/index.js +0 -26
- package/feedback/NotificationBanner/index.mdx +0 -38
- package/feedback/NotificationBanner/index.spec/index.js +0 -17
- package/feedback/NotificationBanner/index.spec/package.json +0 -6
- package/feedback/NotificationBanner/index.spec.d.ts +0 -1
- package/feedback/NotificationBanner/package.json +0 -6
- package/feedback/PhaseBanner/PhaseBanner.stories/index.js +0 -10
- package/feedback/PhaseBanner/PhaseBanner.stories/package.json +0 -6
- package/feedback/PhaseBanner/PhaseBanner.stories.d.ts +0 -11
- package/feedback/PhaseBanner/PhaseBanner.stories.playwright.json +0 -21
- package/feedback/PhaseBanner/__stories__/Default/index.js +0 -10
- package/feedback/PhaseBanner/__stories__/Default/package.json +0 -6
- package/feedback/PhaseBanner/__stories__/Default.d.ts +0 -3
- package/feedback/PhaseBanner/__stories__/Underlined/index.js +0 -12
- package/feedback/PhaseBanner/__stories__/Underlined/package.json +0 -6
- package/feedback/PhaseBanner/__stories__/Underlined.d.ts +0 -3
- package/feedback/PhaseBanner/index.d.ts +0 -6
- package/feedback/PhaseBanner/index.js +0 -6
- package/feedback/PhaseBanner/index.mdx +0 -34
- package/feedback/PhaseBanner/package.json +0 -6
- package/feedback/WarningText/WarningText.stories/index.js +0 -11
- package/feedback/WarningText/WarningText.stories/package.json +0 -6
- package/feedback/WarningText/WarningText.stories.d.ts +0 -12
- package/feedback/WarningText/__snapshots__/index.spec.tsx.snap +0 -7
- package/feedback/WarningText/__stories__/AssistiveText/index.js +0 -9
- package/feedback/WarningText/__stories__/AssistiveText/package.json +0 -6
- package/feedback/WarningText/__stories__/AssistiveText.d.ts +0 -3
- package/feedback/WarningText/__stories__/Default/index.js +0 -7
- package/feedback/WarningText/__stories__/Default/package.json +0 -6
- package/feedback/WarningText/__stories__/Default.d.ts +0 -3
- package/feedback/WarningText/__stories__/Dense/index.js +0 -9
- package/feedback/WarningText/__stories__/Dense/package.json +0 -6
- package/feedback/WarningText/__stories__/Dense.d.ts +0 -3
- package/feedback/WarningText/index.d.ts +0 -3
- package/feedback/WarningText/index.js +0 -3
- package/feedback/WarningText/index.mdx +0 -25
- package/feedback/WarningText/index.spec/index.js +0 -6
- package/feedback/WarningText/index.spec/package.json +0 -6
- package/feedback/WarningText/index.spec.d.ts +0 -1
- package/feedback/WarningText/package.json +0 -6
- package/feedback/index.d.ts +0 -5
- package/feedback/index.js +0 -5
- package/feedback/package.json +0 -6
- package/form/AutoComplete/AutoComplete.stories/index.js +0 -13
- package/form/AutoComplete/AutoComplete.stories/package.json +0 -6
- package/form/AutoComplete/AutoComplete.stories.d.ts +0 -14
- package/form/AutoComplete/Status/index.d.ts +0 -40
- package/form/AutoComplete/Status/index.js +0 -133
- package/form/AutoComplete/Status/package.json +0 -6
- package/form/AutoComplete/__stories__/Default/index.js +0 -14
- package/form/AutoComplete/__stories__/Default/package.json +0 -6
- package/form/AutoComplete/__stories__/Default.d.ts +0 -3
- package/form/AutoComplete/__stories__/WithAutoSelect/index.js +0 -29
- package/form/AutoComplete/__stories__/WithAutoSelect/package.json +0 -6
- package/form/AutoComplete/__stories__/WithAutoSelect.d.ts +0 -3
- package/form/AutoComplete/__stories__/WithDefaultValue/index.js +0 -15
- package/form/AutoComplete/__stories__/WithDefaultValue/package.json +0 -6
- package/form/AutoComplete/__stories__/WithDefaultValue.d.ts +0 -3
- package/form/AutoComplete/__stories__/WithInLine/index.js +0 -15
- package/form/AutoComplete/__stories__/WithInLine/package.json +0 -6
- package/form/AutoComplete/__stories__/WithInLine.d.ts +0 -3
- package/form/AutoComplete/__stories__/WithMinLength/index.js +0 -16
- package/form/AutoComplete/__stories__/WithMinLength/package.json +0 -6
- package/form/AutoComplete/__stories__/WithMinLength.d.ts +0 -3
- package/form/AutoComplete/__stories__/WithPlaceHolder/index.js +0 -15
- package/form/AutoComplete/__stories__/WithPlaceHolder/package.json +0 -6
- package/form/AutoComplete/__stories__/WithPlaceHolder.d.ts +0 -3
- package/form/AutoComplete/__stories__/WithShowAllValues/index.js +0 -15
- package/form/AutoComplete/__stories__/WithShowAllValues/package.json +0 -6
- package/form/AutoComplete/__stories__/WithShowAllValues.d.ts +0 -3
- package/form/AutoComplete/__stories__/utils/index.js +0 -0
- package/form/AutoComplete/__stories__/utils/package.json +0 -6
- package/form/AutoComplete/__stories__/utils.d.ts +0 -0
- package/form/AutoComplete/index.d.ts +0 -117
- package/form/AutoComplete/index.js +0 -622
- package/form/AutoComplete/index.mdx +0 -77
- package/form/AutoComplete/package.json +0 -6
- package/form/AutoComplete/utils/index.js +0 -33
- package/form/AutoComplete/utils/package.json +0 -6
- package/form/AutoComplete/utils.d.ts +0 -11
- package/form/Button/Button.stories/index.js +0 -20
- package/form/Button/Button.stories/package.json +0 -6
- package/form/Button/Button.stories.d.ts +0 -21
- package/form/Button/Button.stories.playwright.json +0 -115
- package/form/Button/ButtonLink/index.js +0 -3
- package/form/Button/ButtonLink/package.json +0 -6
- package/form/Button/ButtonLink.d.ts +0 -3
- package/form/Button/CallToAction/index.js +0 -3
- package/form/Button/CallToAction/package.json +0 -6
- package/form/Button/CallToAction.d.ts +0 -3
- package/form/Button/ThemeToggleButton/index.js +0 -45
- package/form/Button/ThemeToggleButton/package.json +0 -6
- package/form/Button/ThemeToggleButton.d.ts +0 -3
- package/form/Button/__snapshots__/index.spec.tsx.snap +0 -17
- package/form/Button/__stories__/Back/index.js +0 -11
- package/form/Button/__stories__/Back/package.json +0 -6
- package/form/Button/__stories__/Back.d.ts +0 -4
- package/form/Button/__stories__/ButtonLinkButton/index.js +0 -16
- package/form/Button/__stories__/ButtonLinkButton/package.json +0 -6
- package/form/Button/__stories__/ButtonLinkButton.d.ts +0 -6
- package/form/Button/__stories__/CallToActionButton/index.js +0 -12
- package/form/Button/__stories__/CallToActionButton/package.json +0 -6
- package/form/Button/__stories__/CallToActionButton.d.ts +0 -3
- package/form/Button/__stories__/Dense/index.js +0 -10
- package/form/Button/__stories__/Dense/package.json +0 -6
- package/form/Button/__stories__/Dense.d.ts +0 -3
- package/form/Button/__stories__/Disabled/index.js +0 -11
- package/form/Button/__stories__/Disabled/package.json +0 -6
- package/form/Button/__stories__/Disabled.d.ts +0 -3
- package/form/Button/__stories__/GroupingButtons/index.js +0 -9
- package/form/Button/__stories__/GroupingButtons/package.json +0 -6
- package/form/Button/__stories__/GroupingButtons.d.ts +0 -3
- package/form/Button/__stories__/GroupingButtonsAndLinks/index.js +0 -10
- package/form/Button/__stories__/GroupingButtonsAndLinks/package.json +0 -6
- package/form/Button/__stories__/GroupingButtonsAndLinks.d.ts +0 -3
- package/form/Button/__stories__/Primary/index.js +0 -9
- package/form/Button/__stories__/Primary/package.json +0 -6
- package/form/Button/__stories__/Primary.d.ts +0 -3
- package/form/Button/__stories__/Secondary/index.js +0 -10
- package/form/Button/__stories__/Secondary/package.json +0 -6
- package/form/Button/__stories__/Secondary.d.ts +0 -3
- package/form/Button/__stories__/ThemeToggle/index.js +0 -7
- package/form/Button/__stories__/ThemeToggle/package.json +0 -6
- package/form/Button/__stories__/ThemeToggle.d.ts +0 -3
- package/form/Button/__stories__/Warning/index.js +0 -10
- package/form/Button/__stories__/Warning/package.json +0 -6
- package/form/Button/__stories__/Warning.d.ts +0 -3
- package/form/Button/__stories__/WithVariantLink/index.js +0 -12
- package/form/Button/__stories__/WithVariantLink/package.json +0 -6
- package/form/Button/__stories__/WithVariantLink.d.ts +0 -3
- package/form/Button/index.d.ts +0 -13
- package/form/Button/index.js +0 -17
- package/form/Button/index.mdx +0 -113
- package/form/Button/index.spec/index.js +0 -7
- package/form/Button/index.spec/package.json +0 -6
- package/form/Button/index.spec.d.ts +0 -1
- package/form/Button/package.json +0 -6
- package/form/Checkbox/Checkbox.stories/index.js +0 -18
- package/form/Checkbox/Checkbox.stories/package.json +0 -6
- package/form/Checkbox/Checkbox.stories.d.ts +0 -19
- package/form/Checkbox/Checkbox.stories.playwright.json +0 -55
- package/form/Checkbox/__stories__/ConditionalReveal/index.js +0 -24
- package/form/Checkbox/__stories__/ConditionalReveal/package.json +0 -6
- package/form/Checkbox/__stories__/ConditionalReveal.d.ts +0 -3
- package/form/Checkbox/__stories__/Default/index.js +0 -22
- package/form/Checkbox/__stories__/Default/package.json +0 -6
- package/form/Checkbox/__stories__/Default.d.ts +0 -3
- package/form/Checkbox/__stories__/Dense/index.js +0 -24
- package/form/Checkbox/__stories__/Dense/package.json +0 -6
- package/form/Checkbox/__stories__/Dense.d.ts +0 -3
- package/form/Checkbox/__stories__/Inline/index.js +0 -21
- package/form/Checkbox/__stories__/Inline/package.json +0 -6
- package/form/Checkbox/__stories__/Inline.d.ts +0 -3
- package/form/Checkbox/__stories__/InlineWithDivider/index.js +0 -22
- package/form/Checkbox/__stories__/InlineWithDivider/package.json +0 -6
- package/form/Checkbox/__stories__/InlineWithDivider.d.ts +0 -3
- package/form/Checkbox/__stories__/MultipleQuestions/index.js +0 -24
- package/form/Checkbox/__stories__/MultipleQuestions/package.json +0 -6
- package/form/Checkbox/__stories__/MultipleQuestions.d.ts +0 -3
- package/form/Checkbox/__stories__/NoneAnswer/index.js +0 -18
- package/form/Checkbox/__stories__/NoneAnswer/package.json +0 -6
- package/form/Checkbox/__stories__/NoneAnswer.d.ts +0 -3
- package/form/Checkbox/__stories__/NoneAnswerWithError/index.js +0 -24
- package/form/Checkbox/__stories__/NoneAnswerWithError/package.json +0 -6
- package/form/Checkbox/__stories__/NoneAnswerWithError.d.ts +0 -3
- package/form/Checkbox/__stories__/WithErrorMessage/index.js +0 -25
- package/form/Checkbox/__stories__/WithErrorMessage/package.json +0 -6
- package/form/Checkbox/__stories__/WithErrorMessage.d.ts +0 -3
- package/form/Checkbox/__stories__/WithHint/index.js +0 -25
- package/form/Checkbox/__stories__/WithHint/package.json +0 -6
- package/form/Checkbox/__stories__/WithHint.d.ts +0 -3
- package/form/Checkbox/index.d.ts +0 -5
- package/form/Checkbox/index.js +0 -5
- package/form/Checkbox/index.mdx +0 -85
- package/form/Checkbox/package.json +0 -6
- package/form/DateInputContainer/DateInputContainer.stories/index.js +0 -13
- package/form/DateInputContainer/DateInputContainer.stories/package.json +0 -6
- package/form/DateInputContainer/DateInputContainer.stories.d.ts +0 -14
- package/form/DateInputContainer/DateInputContainer.stories.playwright.json +0 -61
- package/form/DateInputContainer/__stories__/Default/index.js +0 -22
- package/form/DateInputContainer/__stories__/Default/package.json +0 -6
- package/form/DateInputContainer/__stories__/Default.d.ts +0 -3
- package/form/DateInputContainer/__stories__/Dense/index.js +0 -21
- package/form/DateInputContainer/__stories__/Dense/package.json +0 -6
- package/form/DateInputContainer/__stories__/Dense.d.ts +0 -3
- package/form/DateInputContainer/__stories__/MultipleQuestions/index.js +0 -22
- package/form/DateInputContainer/__stories__/MultipleQuestions/package.json +0 -6
- package/form/DateInputContainer/__stories__/MultipleQuestions.d.ts +0 -3
- package/form/DateInputContainer/__stories__/WithErrorMessage/index.js +0 -33
- package/form/DateInputContainer/__stories__/WithErrorMessage/package.json +0 -6
- package/form/DateInputContainer/__stories__/WithErrorMessage.d.ts +0 -3
- package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/index.js +0 -30
- package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/package.json +0 -6
- package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.d.ts +0 -3
- package/form/DateInputContainer/index.d.ts +0 -4
- package/form/DateInputContainer/index.js +0 -4
- package/form/DateInputContainer/index.mdx +0 -48
- package/form/DateInputContainer/package.json +0 -6
- package/form/ErrorMessage/ErrorMessage.stories/index.js +0 -11
- package/form/ErrorMessage/ErrorMessage.stories/package.json +0 -6
- package/form/ErrorMessage/ErrorMessage.stories.d.ts +0 -12
- package/form/ErrorMessage/__stories__/DateInputError/index.js +0 -22
- package/form/ErrorMessage/__stories__/DateInputError/package.json +0 -6
- package/form/ErrorMessage/__stories__/DateInputError.d.ts +0 -3
- package/form/ErrorMessage/__stories__/Default/index.js +0 -30
- package/form/ErrorMessage/__stories__/Default/package.json +0 -6
- package/form/ErrorMessage/__stories__/Default.d.ts +0 -3
- package/form/ErrorMessage/__stories__/ErrorMessageOnly/index.js +0 -10
- package/form/ErrorMessage/__stories__/ErrorMessageOnly/package.json +0 -6
- package/form/ErrorMessage/__stories__/ErrorMessageOnly.d.ts +0 -3
- package/form/ErrorMessage/index.d.ts +0 -3
- package/form/ErrorMessage/index.js +0 -3
- package/form/ErrorMessage/index.mdx +0 -25
- package/form/ErrorMessage/package.json +0 -6
- package/form/FieldContainer/index.d.ts +0 -5
- package/form/FieldContainer/index.js +0 -5
- package/form/FieldContainer/package.json +0 -6
- package/form/FileUpload/FileUpload.stories/index.js +0 -9
- package/form/FileUpload/FileUpload.stories/package.json +0 -6
- package/form/FileUpload/FileUpload.stories.d.ts +0 -10
- package/form/FileUpload/__stories__/Default/index.js +0 -15
- package/form/FileUpload/__stories__/Default/package.json +0 -6
- package/form/FileUpload/__stories__/Default.d.ts +0 -3
- package/form/FileUpload/__stories__/WithErrorMessage/index.js +0 -19
- package/form/FileUpload/__stories__/WithErrorMessage/package.json +0 -6
- package/form/FileUpload/__stories__/WithErrorMessage.d.ts +0 -3
- package/form/FileUpload/index.d.ts +0 -4
- package/form/FileUpload/index.js +0 -4
- package/form/FileUpload/index.mdx +0 -32
- package/form/FileUpload/package.json +0 -6
- package/form/Form/index.d.ts +0 -3
- package/form/Form/index.js +0 -3
- package/form/Form/package.json +0 -6
- package/form/LabelContainer/index.d.ts +0 -4
- package/form/LabelContainer/index.js +0 -4
- package/form/LabelContainer/package.json +0 -6
- package/form/RadioContainer/RadioContainer.stories/index.js +0 -18
- package/form/RadioContainer/RadioContainer.stories/package.json +0 -6
- package/form/RadioContainer/RadioContainer.stories.d.ts +0 -19
- package/form/RadioContainer/RadioContainer.stories.playwright.json +0 -49
- package/form/RadioContainer/__stories__/ConditionalReveal/index.js +0 -24
- package/form/RadioContainer/__stories__/ConditionalReveal/package.json +0 -6
- package/form/RadioContainer/__stories__/ConditionalReveal.d.ts +0 -3
- package/form/RadioContainer/__stories__/Default/index.js +0 -20
- package/form/RadioContainer/__stories__/Default/package.json +0 -6
- package/form/RadioContainer/__stories__/Default.d.ts +0 -3
- package/form/RadioContainer/__stories__/Dense/index.js +0 -22
- package/form/RadioContainer/__stories__/Dense/package.json +0 -6
- package/form/RadioContainer/__stories__/Dense.d.ts +0 -3
- package/form/RadioContainer/__stories__/Inline/index.js +0 -21
- package/form/RadioContainer/__stories__/Inline/package.json +0 -6
- package/form/RadioContainer/__stories__/Inline.d.ts +0 -3
- package/form/RadioContainer/__stories__/InlineWithDivider/index.js +0 -22
- package/form/RadioContainer/__stories__/InlineWithDivider/package.json +0 -6
- package/form/RadioContainer/__stories__/InlineWithDivider.d.ts +0 -3
- package/form/RadioContainer/__stories__/MultipleQuestions/index.js +0 -24
- package/form/RadioContainer/__stories__/MultipleQuestions/package.json +0 -6
- package/form/RadioContainer/__stories__/MultipleQuestions.d.ts +0 -3
- package/form/RadioContainer/__stories__/NoneAnswer/index.js +0 -22
- package/form/RadioContainer/__stories__/NoneAnswer/package.json +0 -6
- package/form/RadioContainer/__stories__/NoneAnswer.d.ts +0 -3
- package/form/RadioContainer/__stories__/WithErrorMessage/index.js +0 -27
- package/form/RadioContainer/__stories__/WithErrorMessage/package.json +0 -6
- package/form/RadioContainer/__stories__/WithErrorMessage.d.ts +0 -3
- package/form/RadioContainer/__stories__/WithHints/index.js +0 -27
- package/form/RadioContainer/__stories__/WithHints/package.json +0 -6
- package/form/RadioContainer/__stories__/WithHints.d.ts +0 -3
- package/form/RadioContainer/__stories__/WithMediumLegend/index.js +0 -22
- package/form/RadioContainer/__stories__/WithMediumLegend/package.json +0 -6
- package/form/RadioContainer/__stories__/WithMediumLegend.d.ts +0 -3
- package/form/RadioContainer/index.d.ts +0 -6
- package/form/RadioContainer/index.js +0 -6
- package/form/RadioContainer/index.mdx +0 -96
- package/form/RadioContainer/package.json +0 -6
- package/form/SearchContainer/index.d.ts +0 -5
- package/form/SearchContainer/index.js +0 -5
- package/form/SearchContainer/package.json +0 -6
- package/form/SelectContainer/SelectContainer.stories/index.js +0 -12
- package/form/SelectContainer/SelectContainer.stories/package.json +0 -6
- package/form/SelectContainer/SelectContainer.stories.d.ts +0 -13
- package/form/SelectContainer/SelectContainer.stories.playwright.json +0 -21
- package/form/SelectContainer/__stories__/Default/index.js +0 -20
- package/form/SelectContainer/__stories__/Default/package.json +0 -6
- package/form/SelectContainer/__stories__/Default.d.ts +0 -3
- package/form/SelectContainer/__stories__/Dense/index.js +0 -21
- package/form/SelectContainer/__stories__/Dense/package.json +0 -6
- package/form/SelectContainer/__stories__/Dense.d.ts +0 -3
- package/form/SelectContainer/__stories__/DisabledInput/index.js +0 -22
- package/form/SelectContainer/__stories__/DisabledInput/package.json +0 -6
- package/form/SelectContainer/__stories__/DisabledInput.d.ts +0 -3
- package/form/SelectContainer/__stories__/WithHint/index.js +0 -24
- package/form/SelectContainer/__stories__/WithHint/package.json +0 -6
- package/form/SelectContainer/__stories__/WithHint.d.ts +0 -3
- package/form/SelectContainer/index.d.ts +0 -4
- package/form/SelectContainer/index.js +0 -4
- package/form/SelectContainer/index.mdx +0 -48
- package/form/SelectContainer/package.json +0 -6
- package/form/SingleCharacterInputs/SingleCharacterInput.stories/index.js +0 -12
- package/form/SingleCharacterInputs/SingleCharacterInput.stories/package.json +0 -6
- package/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +0 -13
- package/form/SingleCharacterInputs/__stories__/Default/index.js +0 -33
- package/form/SingleCharacterInputs/__stories__/Default/package.json +0 -6
- package/form/SingleCharacterInputs/__stories__/Default.d.ts +0 -3
- package/form/SingleCharacterInputs/__stories__/WithDefaultError/index.js +0 -37
- package/form/SingleCharacterInputs/__stories__/WithDefaultError/package.json +0 -6
- package/form/SingleCharacterInputs/__stories__/WithDefaultError.d.ts +0 -3
- package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/index.js +0 -47
- package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/package.json +0 -6
- package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.d.ts +0 -3
- package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/index.js +0 -41
- package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/package.json +0 -6
- package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.d.ts +0 -3
- package/form/SingleCharacterInputs/index.d.ts +0 -4
- package/form/SingleCharacterInputs/index.js +0 -4
- package/form/SingleCharacterInputs/index.mdx +0 -32
- package/form/SingleCharacterInputs/package.json +0 -6
- package/form/TextArea/TextArea.stories/index.js +0 -16
- package/form/TextArea/TextArea.stories/package.json +0 -6
- package/form/TextArea/TextArea.stories.d.ts +0 -17
- package/form/TextArea/TextArea.stories.playwright.json +0 -59
- package/form/TextArea/__stories__/Default/index.js +0 -14
- package/form/TextArea/__stories__/Default/package.json +0 -6
- package/form/TextArea/__stories__/Default.d.ts +0 -3
- package/form/TextArea/__stories__/Dense/index.js +0 -12
- package/form/TextArea/__stories__/Dense/package.json +0 -6
- package/form/TextArea/__stories__/Dense.d.ts +0 -3
- package/form/TextArea/__stories__/DisabledInput/index.js +0 -19
- package/form/TextArea/__stories__/DisabledInput/package.json +0 -6
- package/form/TextArea/__stories__/DisabledInput.d.ts +0 -3
- package/form/TextArea/__stories__/LimitedCharacters/index.js +0 -22
- package/form/TextArea/__stories__/LimitedCharacters/package.json +0 -6
- package/form/TextArea/__stories__/LimitedCharacters.d.ts +0 -3
- package/form/TextArea/__stories__/MultipleQuestions/index.js +0 -15
- package/form/TextArea/__stories__/MultipleQuestions/package.json +0 -6
- package/form/TextArea/__stories__/MultipleQuestions.d.ts +0 -3
- package/form/TextArea/__stories__/WithDeclaredRows/index.js +0 -19
- package/form/TextArea/__stories__/WithDeclaredRows/package.json +0 -6
- package/form/TextArea/__stories__/WithDeclaredRows.d.ts +0 -3
- package/form/TextArea/__stories__/WithErrorMessage/index.js +0 -25
- package/form/TextArea/__stories__/WithErrorMessage/package.json +0 -6
- package/form/TextArea/__stories__/WithErrorMessage.d.ts +0 -3
- package/form/TextArea/__stories__/WithHint/index.js +0 -18
- package/form/TextArea/__stories__/WithHint/package.json +0 -6
- package/form/TextArea/__stories__/WithHint.d.ts +0 -3
- package/form/TextArea/index.d.ts +0 -3
- package/form/TextArea/index.js +0 -3
- package/form/TextArea/index.mdx +0 -76
- package/form/TextArea/package.json +0 -6
- package/form/TextInput/TextInput.stories/index.js +0 -17
- package/form/TextInput/TextInput.stories/package.json +0 -6
- package/form/TextInput/TextInput.stories.d.ts +0 -18
- package/form/TextInput/TextInput.stories.playwright.json +0 -43
- package/form/TextInput/__stories__/AskingForNumbers/index.js +0 -20
- package/form/TextInput/__stories__/AskingForNumbers/package.json +0 -6
- package/form/TextInput/__stories__/AskingForNumbers.d.ts +0 -3
- package/form/TextInput/__stories__/Default/index.js +0 -14
- package/form/TextInput/__stories__/Default/package.json +0 -6
- package/form/TextInput/__stories__/Default.d.ts +0 -3
- package/form/TextInput/__stories__/Dense/index.js +0 -12
- package/form/TextInput/__stories__/Dense/package.json +0 -6
- package/form/TextInput/__stories__/Dense.d.ts +0 -3
- package/form/TextInput/__stories__/DisabledInput/index.js +0 -19
- package/form/TextInput/__stories__/DisabledInput/package.json +0 -6
- package/form/TextInput/__stories__/DisabledInput.d.ts +0 -3
- package/form/TextInput/__stories__/FixedWidths/index.js +0 -40
- package/form/TextInput/__stories__/FixedWidths/package.json +0 -6
- package/form/TextInput/__stories__/FixedWidths.d.ts +0 -3
- package/form/TextInput/__stories__/FluidWidths/index.js +0 -40
- package/form/TextInput/__stories__/FluidWidths/package.json +0 -6
- package/form/TextInput/__stories__/FluidWidths.d.ts +0 -3
- package/form/TextInput/__stories__/MultipleQuestions/index.js +0 -11
- package/form/TextInput/__stories__/MultipleQuestions/package.json +0 -6
- package/form/TextInput/__stories__/MultipleQuestions.d.ts +0 -3
- package/form/TextInput/__stories__/WithErrorMessage/index.js +0 -25
- package/form/TextInput/__stories__/WithErrorMessage/package.json +0 -6
- package/form/TextInput/__stories__/WithErrorMessage.d.ts +0 -3
- package/form/TextInput/__stories__/WithHint/index.js +0 -18
- package/form/TextInput/__stories__/WithHint/package.json +0 -6
- package/form/TextInput/__stories__/WithHint.d.ts +0 -3
- package/form/TextInput/index.d.ts +0 -3
- package/form/TextInput/index.js +0 -3
- package/form/TextInput/index.mdx +0 -92
- package/form/TextInput/package.json +0 -6
- package/form/index.d.ts +0 -15
- package/form/index.js +0 -15
- package/form/package.json +0 -6
- package/govgr/Footer/Copyright/index.js +0 -37
- package/govgr/Footer/Copyright/package.json +0 -6
- package/govgr/Footer/Copyright.d.ts +0 -11
- package/govgr/Footer/HellenicRepublicLogo/index.js +0 -3
- package/govgr/Footer/HellenicRepublicLogo/package.json +0 -6
- package/govgr/Footer/HellenicRepublicLogo.d.ts +0 -3
- package/govgr/Footer/LicenseCCSA/index.js +0 -15
- package/govgr/Footer/LicenseCCSA/package.json +0 -6
- package/govgr/Footer/LicenseCCSA.d.ts +0 -3
- package/govgr/Footer/index.d.ts +0 -13
- package/govgr/Footer/index.js +0 -19
- package/govgr/Footer/index.mdx +0 -101
- package/govgr/Footer/logo/index.js +0 -1
- package/govgr/Footer/logo/package.json +0 -6
- package/govgr/Footer/logo.d.ts +0 -2
- package/govgr/Footer/logos/logo-el/index.js +0 -1
- package/govgr/Footer/logos/logo-el/package.json +0 -6
- package/govgr/Footer/logos/logo-el.d.ts +0 -2
- package/govgr/Footer/logos/logo-en/index.js +0 -1
- package/govgr/Footer/logos/logo-en/package.json +0 -6
- package/govgr/Footer/logos/logo-en.d.ts +0 -2
- package/govgr/Footer/package.json +0 -6
- package/govgr/GovGRLogo/govgr-logo.svg +0 -1
- package/govgr/GovGRLogo/index.d.ts +0 -3
- package/govgr/GovGRLogo/index.js +0 -3
- package/govgr/GovGRLogo/logo/index.js +0 -1
- package/govgr/GovGRLogo/logo/package.json +0 -6
- package/govgr/GovGRLogo/logo.d.ts +0 -2
- package/govgr/GovGRLogo/package.json +0 -6
- package/govgr/images/govgr-logo-base64/index.js +0 -1
- package/govgr/images/govgr-logo-base64/package.json +0 -6
- package/govgr/images/govgr-logo-base64.d.ts +0 -2
- package/govgr/images/govgr-logo-blue-base64/index.js +0 -1
- package/govgr/images/govgr-logo-blue-base64/package.json +0 -6
- package/govgr/images/govgr-logo-blue-base64.d.ts +0 -2
- package/govgr/images/greek-government-base64/index.js +0 -1
- package/govgr/images/greek-government-base64/package.json +0 -6
- package/govgr/images/greek-government-base64.d.ts +0 -2
- package/govgr/images/grnet-logo-base64/index.js +0 -1
- package/govgr/images/grnet-logo-base64/package.json +0 -6
- package/govgr/images/grnet-logo-base64.d.ts +0 -2
- package/govgr/images/index.d.ts +0 -5
- package/govgr/images/index.js +0 -5
- package/govgr/images/minedu-logo-base64/index.js +0 -1
- package/govgr/images/minedu-logo-base64/package.json +0 -6
- package/govgr/images/minedu-logo-base64.d.ts +0 -2
- package/govgr/images/minedu-logo-black-base64/index.js +0 -1
- package/govgr/images/minedu-logo-black-base64/package.json +0 -6
- package/govgr/images/minedu-logo-black-base64.d.ts +0 -2
- package/govgr/images/package.json +0 -6
- package/govgr/index.d.ts +0 -5
- package/govgr/index.js +0 -5
- package/govgr/package.json +0 -6
- package/i18n/I18nText/index.js +0 -66
- package/i18n/I18nText/package.json +0 -6
- package/i18n/I18nText.d.ts +0 -10
- package/i18n/index.d.ts +0 -12
- package/i18n/index.js +0 -52
- package/i18n/locales/el/index.js +0 -109
- package/i18n/locales/el/package.json +0 -6
- package/i18n/locales/el.d.ts +0 -110
- package/i18n/locales/en/index.js +0 -103
- package/i18n/locales/en/package.json +0 -6
- package/i18n/locales/en.d.ts +0 -104
- package/i18n/package.json +0 -6
- package/icons/Icon/index.d.ts +0 -5
- package/icons/Icon/index.js +0 -5
- package/icons/Icon/package.json +0 -6
- package/icons/ImageLogo/index.d.ts +0 -3
- package/icons/ImageLogo/index.js +0 -3
- package/icons/ImageLogo/package.json +0 -6
- package/icons/ImageLogoSet/index.d.ts +0 -3
- package/icons/ImageLogoSet/index.js +0 -3
- package/icons/ImageLogoSet/package.json +0 -6
- package/icons/index.d.ts +0 -2
- package/icons/index.js +0 -2
- package/icons/package.json +0 -6
- package/index.d.ts +0 -11
- package/index.js +0 -16
- package/introduction.md +0 -11
- package/layouts/Admin/index.d.ts +0 -9
- package/layouts/Admin/index.js +0 -9
- package/layouts/Admin/package.json +0 -6
- package/layouts/Basic/Aside/index.d.ts +0 -3
- package/layouts/Basic/Aside/index.js +0 -3
- package/layouts/Basic/Aside/package.json +0 -6
- package/layouts/Basic/Basic.stories/index.js +0 -10
- package/layouts/Basic/Basic.stories/package.json +0 -6
- package/layouts/Basic/Basic.stories.d.ts +0 -11
- package/layouts/Basic/Bottom/index.d.ts +0 -3
- package/layouts/Basic/Bottom/index.js +0 -3
- package/layouts/Basic/Bottom/index.mdx +0 -41
- package/layouts/Basic/Bottom/package.json +0 -6
- package/layouts/Basic/Container/index.d.ts +0 -3
- package/layouts/Basic/Container/index.js +0 -3
- package/layouts/Basic/Container/package.json +0 -6
- package/layouts/Basic/Main/index.d.ts +0 -3
- package/layouts/Basic/Main/index.js +0 -3
- package/layouts/Basic/Main/index.mdx +0 -58
- package/layouts/Basic/Main/package.json +0 -6
- package/layouts/Basic/Masthead/index.d.ts +0 -5
- package/layouts/Basic/Masthead/index.js +0 -5
- package/layouts/Basic/Masthead/index.mdx +0 -65
- package/layouts/Basic/Masthead/package.json +0 -6
- package/layouts/Basic/Top/index.d.ts +0 -3
- package/layouts/Basic/Top/index.js +0 -3
- package/layouts/Basic/Top/index.mdx +0 -68
- package/layouts/Basic/Top/package.json +0 -6
- package/layouts/Basic/__snapshots__/index.spec.tsx.snap +0 -109
- package/layouts/Basic/__stories__/Default/index.js +0 -10
- package/layouts/Basic/__stories__/Default/package.json +0 -6
- package/layouts/Basic/__stories__/Default.d.ts +0 -3
- package/layouts/Basic/__stories__/MultipleRowsLayout/index.js +0 -13
- package/layouts/Basic/__stories__/MultipleRowsLayout/package.json +0 -6
- package/layouts/Basic/__stories__/MultipleRowsLayout.d.ts +0 -3
- package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/index.js +0 -13
- package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/package.json +0 -6
- package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.d.ts +0 -3
- package/layouts/Basic/index.d.ts +0 -9
- package/layouts/Basic/index.js +0 -9
- package/layouts/Basic/index.mdx +0 -40
- package/layouts/Basic/index.spec/index.js +0 -8
- package/layouts/Basic/index.spec/package.json +0 -6
- package/layouts/Basic/index.spec.d.ts +0 -1
- package/layouts/Basic/package.json +0 -6
- package/layouts/Grid/Grid.stories/index.js +0 -9
- package/layouts/Grid/Grid.stories/package.json +0 -6
- package/layouts/Grid/Grid.stories.d.ts +0 -10
- package/layouts/Grid/__stories__/Default/index.js +0 -73
- package/layouts/Grid/__stories__/Default/package.json +0 -6
- package/layouts/Grid/__stories__/Default.d.ts +0 -3
- package/layouts/Grid/__stories__/Inline/index.js +0 -74
- package/layouts/Grid/__stories__/Inline/package.json +0 -6
- package/layouts/Grid/__stories__/Inline.d.ts +0 -3
- package/layouts/Grid/__stories__/ResponsiveSpacing/index.js +0 -72
- package/layouts/Grid/__stories__/ResponsiveSpacing/package.json +0 -6
- package/layouts/Grid/__stories__/ResponsiveSpacing.d.ts +0 -3
- package/layouts/Grid/index.d.ts +0 -4
- package/layouts/Grid/index.js +0 -3
- package/layouts/Grid/package.json +0 -6
- package/layouts/Hidden/index.d.ts +0 -1
- package/layouts/Hidden/index.js +0 -1
- package/layouts/Hidden/package.json +0 -6
- package/layouts/Screen/Screen.stories/index.js +0 -10
- package/layouts/Screen/Screen.stories/package.json +0 -6
- package/layouts/Screen/Screen.stories.d.ts +0 -11
- package/layouts/Screen/__stories__/Default/index.js +0 -18
- package/layouts/Screen/__stories__/Default/package.json +0 -6
- package/layouts/Screen/__stories__/Default.d.ts +0 -3
- package/layouts/Screen/__stories__/ScreenDown/index.js +0 -9
- package/layouts/Screen/__stories__/ScreenDown/package.json +0 -6
- package/layouts/Screen/__stories__/ScreenDown.d.ts +0 -3
- package/layouts/Screen/__stories__/ScreenUp/index.js +0 -9
- package/layouts/Screen/__stories__/ScreenUp/package.json +0 -6
- package/layouts/Screen/__stories__/ScreenUp.d.ts +0 -3
- package/layouts/Screen/__stories__/SpecificScreenSize/index.js +0 -9
- package/layouts/Screen/__stories__/SpecificScreenSize/package.json +0 -6
- package/layouts/Screen/__stories__/SpecificScreenSize.d.ts +0 -3
- package/layouts/Screen/index.d.ts +0 -6
- package/layouts/Screen/index.js +0 -27
- package/layouts/Screen/package.json +0 -6
- package/layouts/Section/index.d.ts +0 -3
- package/layouts/Section/index.js +0 -3
- package/layouts/Section/package.json +0 -6
- package/layouts/SectionBreak/index.d.ts +0 -3
- package/layouts/SectionBreak/index.js +0 -3
- package/layouts/SectionBreak/package.json +0 -6
- package/layouts/Stack/Stack.stories/index.js +0 -12
- package/layouts/Stack/Stack.stories/package.json +0 -6
- package/layouts/Stack/Stack.stories.d.ts +0 -13
- package/layouts/Stack/__stories__/AlignItems/index.js +0 -65
- package/layouts/Stack/__stories__/AlignItems/package.json +0 -6
- package/layouts/Stack/__stories__/AlignItems.d.ts +0 -3
- package/layouts/Stack/__stories__/Default/index.js +0 -22
- package/layouts/Stack/__stories__/Default/package.json +0 -6
- package/layouts/Stack/__stories__/Default.d.ts +0 -3
- package/layouts/Stack/__stories__/JustifyContent/index.js +0 -82
- package/layouts/Stack/__stories__/JustifyContent/package.json +0 -6
- package/layouts/Stack/__stories__/JustifyContent.d.ts +0 -3
- package/layouts/Stack/__stories__/NoWrap/index.js +0 -24
- package/layouts/Stack/__stories__/NoWrap/package.json +0 -6
- package/layouts/Stack/__stories__/NoWrap.d.ts +0 -3
- package/layouts/Stack/__stories__/Row/index.js +0 -23
- package/layouts/Stack/__stories__/Row/package.json +0 -6
- package/layouts/Stack/__stories__/Row.d.ts +0 -3
- package/layouts/Stack/__stories__/Spacing/index.js +0 -53
- package/layouts/Stack/__stories__/Spacing/package.json +0 -6
- package/layouts/Stack/__stories__/Spacing.d.ts +0 -3
- package/layouts/Stack/index.d.ts +0 -2
- package/layouts/Stack/index.js +0 -2
- package/layouts/Stack/package.json +0 -6
- package/layouts/index.d.ts +0 -11
- package/layouts/index.js +0 -11
- package/layouts/package.json +0 -6
- package/misc/KitchenSink/index.d.ts +0 -8
- package/misc/KitchenSink/index.js +0 -8
- package/misc/KitchenSink/package.json +0 -6
- package/navigation/BackLink/BackLink.stories/index.js +0 -7
- package/navigation/BackLink/BackLink.stories/package.json +0 -6
- package/navigation/BackLink/BackLink.stories.d.ts +0 -8
- package/navigation/BackLink/BackLink.stories.playwright.json +0 -21
- package/navigation/BackLink/__stories__/Default/index.js +0 -10
- package/navigation/BackLink/__stories__/Default/package.json +0 -6
- package/navigation/BackLink/__stories__/Default.d.ts +0 -3
- package/navigation/BackLink/index.d.ts +0 -3
- package/navigation/BackLink/index.js +0 -3
- package/navigation/BackLink/index.mdx +0 -24
- package/navigation/BackLink/package.json +0 -6
- package/navigation/BackToTopLink/BackToTopLink.stories/index.js +0 -8
- package/navigation/BackToTopLink/BackToTopLink.stories/package.json +0 -6
- package/navigation/BackToTopLink/BackToTopLink.stories.d.ts +0 -9
- package/navigation/BackToTopLink/__stories__/Default/index.js +0 -10
- package/navigation/BackToTopLink/__stories__/Default/package.json +0 -6
- package/navigation/BackToTopLink/__stories__/Default.d.ts +0 -3
- package/navigation/BackToTopLink/__stories__/InMain/index.js +0 -11
- package/navigation/BackToTopLink/__stories__/InMain/package.json +0 -6
- package/navigation/BackToTopLink/__stories__/InMain.d.ts +0 -3
- package/navigation/BackToTopLink/index.d.ts +0 -12
- package/navigation/BackToTopLink/index.js +0 -55
- package/navigation/BackToTopLink/package.json +0 -6
- package/navigation/Breadcrumbs/Breadcrumbs.stories/index.js +0 -9
- package/navigation/Breadcrumbs/Breadcrumbs.stories/package.json +0 -6
- package/navigation/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -10
- package/navigation/Breadcrumbs/Breadcrumbs.stories.playwright.json +0 -33
- package/navigation/Breadcrumbs/__stories__/Default/index.js +0 -19
- package/navigation/Breadcrumbs/__stories__/Default/package.json +0 -6
- package/navigation/Breadcrumbs/__stories__/Default.d.ts +0 -3
- package/navigation/Breadcrumbs/index.d.ts +0 -5
- package/navigation/Breadcrumbs/index.js +0 -5
- package/navigation/Breadcrumbs/index.mdx +0 -31
- package/navigation/Breadcrumbs/package.json +0 -6
- package/navigation/Drawer/Drawer.stories/index.js +0 -11
- package/navigation/Drawer/Drawer.stories/package.json +0 -6
- package/navigation/Drawer/Drawer.stories.d.ts +0 -12
- package/navigation/Drawer/__stories__/Auto/index.js +0 -75
- package/navigation/Drawer/__stories__/Auto/package.json +0 -6
- package/navigation/Drawer/__stories__/Auto.d.ts +0 -2
- package/navigation/Drawer/__stories__/Default/index.js +0 -79
- package/navigation/Drawer/__stories__/Default/package.json +0 -6
- package/navigation/Drawer/__stories__/Default.d.ts +0 -3
- package/navigation/Drawer/__stories__/WithHook/index.js +0 -76
- package/navigation/Drawer/__stories__/WithHook/package.json +0 -6
- package/navigation/Drawer/__stories__/WithHook.d.ts +0 -2
- package/navigation/Drawer/auto/index.js +0 -66
- package/navigation/Drawer/auto/package.json +0 -6
- package/navigation/Drawer/auto.d.ts +0 -28
- package/navigation/Drawer/hooks/index.js +0 -47
- package/navigation/Drawer/hooks/package.json +0 -6
- package/navigation/Drawer/hooks.d.ts +0 -20
- package/navigation/Drawer/index.d.ts +0 -5
- package/navigation/Drawer/index.js +0 -5
- package/navigation/Drawer/index.mdx +0 -20
- package/navigation/Drawer/package.json +0 -6
- package/navigation/Dropdown/Dropdown.stories/index.js +0 -18
- package/navigation/Dropdown/Dropdown.stories/package.json +0 -6
- package/navigation/Dropdown/Dropdown.stories.d.ts +0 -19
- package/navigation/Dropdown/Dropdown.stories.playwright.json +0 -69
- package/navigation/Dropdown/__stories__/AlignRight/index.js +0 -54
- package/navigation/Dropdown/__stories__/AlignRight/package.json +0 -6
- package/navigation/Dropdown/__stories__/AlignRight.d.ts +0 -3
- package/navigation/Dropdown/__stories__/ContentPosition/index.js +0 -97
- package/navigation/Dropdown/__stories__/ContentPosition/package.json +0 -6
- package/navigation/Dropdown/__stories__/ContentPosition.d.ts +0 -3
- package/navigation/Dropdown/__stories__/Default/index.js +0 -40
- package/navigation/Dropdown/__stories__/Default/package.json +0 -6
- package/navigation/Dropdown/__stories__/Default.d.ts +0 -3
- package/navigation/Dropdown/__stories__/Dense/index.js +0 -48
- package/navigation/Dropdown/__stories__/Dense/package.json +0 -6
- package/navigation/Dropdown/__stories__/Dense.d.ts +0 -3
- package/navigation/Dropdown/__stories__/Disabled/index.js +0 -42
- package/navigation/Dropdown/__stories__/Disabled/package.json +0 -6
- package/navigation/Dropdown/__stories__/Disabled.d.ts +0 -3
- package/navigation/Dropdown/__stories__/PlacementTop/index.js +0 -58
- package/navigation/Dropdown/__stories__/PlacementTop/package.json +0 -6
- package/navigation/Dropdown/__stories__/PlacementTop.d.ts +0 -3
- package/navigation/Dropdown/__stories__/Secondary/index.js +0 -28
- package/navigation/Dropdown/__stories__/Secondary/package.json +0 -6
- package/navigation/Dropdown/__stories__/Secondary.d.ts +0 -3
- package/navigation/Dropdown/__stories__/VariantLink/index.js +0 -41
- package/navigation/Dropdown/__stories__/VariantLink/package.json +0 -6
- package/navigation/Dropdown/__stories__/VariantLink.d.ts +0 -3
- package/navigation/Dropdown/__stories__/Warning/index.js +0 -28
- package/navigation/Dropdown/__stories__/Warning/package.json +0 -6
- package/navigation/Dropdown/__stories__/Warning.d.ts +0 -3
- package/navigation/Dropdown/__stories__/WithIcons/index.js +0 -93
- package/navigation/Dropdown/__stories__/WithIcons/package.json +0 -6
- package/navigation/Dropdown/__stories__/WithIcons.d.ts +0 -3
- package/navigation/Dropdown/index.d.ts +0 -22
- package/navigation/Dropdown/index.js +0 -93
- package/navigation/Dropdown/index.mdx +0 -42
- package/navigation/Dropdown/package.json +0 -6
- package/navigation/Link/Link.stories/index.js +0 -13
- package/navigation/Link/Link.stories/package.json +0 -6
- package/navigation/Link/Link.stories.d.ts +0 -14
- package/navigation/Link/Link.stories.playwright.json +0 -65
- package/navigation/Link/__snapshots__/index.spec.tsx.snap +0 -38
- package/navigation/Link/__stories__/DarkBackground/index.js +0 -17
- package/navigation/Link/__stories__/DarkBackground/package.json +0 -6
- package/navigation/Link/__stories__/DarkBackground.d.ts +0 -3
- package/navigation/Link/__stories__/DarkBackgroundNoUnderline/index.js +0 -18
- package/navigation/Link/__stories__/DarkBackgroundNoUnderline/package.json +0 -6
- package/navigation/Link/__stories__/DarkBackgroundNoUnderline.d.ts +0 -3
- package/navigation/Link/__stories__/Default/index.js +0 -11
- package/navigation/Link/__stories__/Default/package.json +0 -6
- package/navigation/Link/__stories__/Default.d.ts +0 -3
- package/navigation/Link/__stories__/ExternalLink/index.js +0 -12
- package/navigation/Link/__stories__/ExternalLink/package.json +0 -6
- package/navigation/Link/__stories__/ExternalLink.d.ts +0 -3
- package/navigation/Link/__stories__/NoUnderline/index.js +0 -12
- package/navigation/Link/__stories__/NoUnderline/package.json +0 -6
- package/navigation/Link/__stories__/NoUnderline.d.ts +0 -3
- package/navigation/Link/__stories__/OpensInNewTab/index.js +0 -11
- package/navigation/Link/__stories__/OpensInNewTab/package.json +0 -6
- package/navigation/Link/__stories__/OpensInNewTab.d.ts +0 -3
- package/navigation/Link/index.d.ts +0 -13
- package/navigation/Link/index.js +0 -29
- package/navigation/Link/index.mdx +0 -60
- package/navigation/Link/index.spec/index.js +0 -16
- package/navigation/Link/index.spec/package.json +0 -6
- package/navigation/Link/index.spec.d.ts +0 -1
- package/navigation/Link/package.json +0 -6
- package/navigation/NavList/Nav/index.js +0 -3
- package/navigation/NavList/Nav/package.json +0 -6
- package/navigation/NavList/Nav.d.ts +0 -3
- package/navigation/NavList/NavList/index.js +0 -3
- package/navigation/NavList/NavList/package.json +0 -6
- package/navigation/NavList/NavList.d.ts +0 -3
- package/navigation/NavList/NavList.stories/index.js +0 -16
- package/navigation/NavList/NavList.stories/package.json +0 -6
- package/navigation/NavList/NavList.stories.d.ts +0 -17
- package/navigation/NavList/NavList.stories.playwright.json +0 -53
- package/navigation/NavList/NavListAuto/index.d.ts +0 -4
- package/navigation/NavList/NavListAuto/index.js +0 -45
- package/navigation/NavList/NavListAuto/package.json +0 -6
- package/navigation/NavList/NavMenuContentList/index.js +0 -53
- package/navigation/NavList/NavMenuContentList/package.json +0 -6
- package/navigation/NavList/NavMenuContentList.d.ts +0 -5
- package/navigation/NavList/__snapshots__/index.spec.tsx.snap +0 -7
- package/navigation/NavList/__stories__/Default/index.js +0 -27
- package/navigation/NavList/__stories__/Default/package.json +0 -6
- package/navigation/NavList/__stories__/Default.d.ts +0 -3
- package/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +0 -61
- package/navigation/NavList/__stories__/HorizontalWithDrawer/package.json +0 -6
- package/navigation/NavList/__stories__/HorizontalWithDrawer.d.ts +0 -3
- package/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +0 -38
- package/navigation/NavList/__stories__/HorizontalWithoutDrawer/package.json +0 -6
- package/navigation/NavList/__stories__/HorizontalWithoutDrawer.d.ts +0 -3
- package/navigation/NavList/__stories__/NavLinksOneLevel.json +0 -17
- package/navigation/NavList/__stories__/NavLinksWithSubmenu.json +0 -36
- package/navigation/NavList/__stories__/NavListWithoutNav/index.js +0 -17
- package/navigation/NavList/__stories__/NavListWithoutNav/package.json +0 -6
- package/navigation/NavList/__stories__/NavListWithoutNav.d.ts +0 -3
- package/navigation/NavList/__stories__/UsingHeaderButton/index.js +0 -63
- package/navigation/NavList/__stories__/UsingHeaderButton/package.json +0 -6
- package/navigation/NavList/__stories__/UsingHeaderButton.d.ts +0 -3
- package/navigation/NavList/__stories__/UsingNavListAuto/index.js +0 -34
- package/navigation/NavList/__stories__/UsingNavListAuto/package.json +0 -6
- package/navigation/NavList/__stories__/UsingNavListAuto.d.ts +0 -3
- package/navigation/NavList/__stories__/Vertical/index.js +0 -29
- package/navigation/NavList/__stories__/Vertical/package.json +0 -6
- package/navigation/NavList/__stories__/Vertical.d.ts +0 -3
- package/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +0 -41
- package/navigation/NavList/__stories__/VerticalWithoutDrawer/package.json +0 -6
- package/navigation/NavList/__stories__/VerticalWithoutDrawer.d.ts +0 -3
- package/navigation/NavList/hooks/useNavList/index.js +0 -37
- package/navigation/NavList/hooks/useNavList/package.json +0 -6
- package/navigation/NavList/hooks/useNavList.d.ts +0 -8
- package/navigation/NavList/hooks/useTogglableNav/index.js +0 -264
- package/navigation/NavList/hooks/useTogglableNav/package.json +0 -6
- package/navigation/NavList/hooks/useTogglableNav.d.ts +0 -26
- package/navigation/NavList/index.d.ts +0 -17
- package/navigation/NavList/index.js +0 -17
- package/navigation/NavList/index.mdx +0 -44
- package/navigation/NavList/index.spec/index.js +0 -6
- package/navigation/NavList/index.spec/package.json +0 -6
- package/navigation/NavList/index.spec.d.ts +0 -1
- package/navigation/NavList/package.json +0 -6
- package/navigation/NavList/types/index.js +0 -1
- package/navigation/NavList/types/package.json +0 -6
- package/navigation/NavList/types.d.ts +0 -53
- package/navigation/Pagination/Pagination.stories/index.js +0 -15
- package/navigation/Pagination/Pagination.stories/package.json +0 -6
- package/navigation/Pagination/Pagination.stories.d.ts +0 -16
- package/navigation/Pagination/Pagination.stories.playwright.json +0 -27
- package/navigation/Pagination/__stories__/Auto/index.js +0 -46
- package/navigation/Pagination/__stories__/Auto/package.json +0 -6
- package/navigation/Pagination/__stories__/Auto.d.ts +0 -3
- package/navigation/Pagination/__stories__/Default/index.js +0 -63
- package/navigation/Pagination/__stories__/Default/package.json +0 -6
- package/navigation/Pagination/__stories__/Default.d.ts +0 -3
- package/navigation/Pagination/__stories__/PaginationSmall/index.js +0 -32
- package/navigation/Pagination/__stories__/PaginationSmall/package.json +0 -6
- package/navigation/Pagination/__stories__/PaginationSmall.d.ts +0 -3
- package/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +0 -42
- package/navigation/Pagination/__stories__/PaginationWithSmallFont/package.json +0 -6
- package/navigation/Pagination/__stories__/PaginationWithSmallFont.d.ts +0 -3
- package/navigation/Pagination/__stories__/WithHook/index.js +0 -53
- package/navigation/Pagination/__stories__/WithHook/package.json +0 -6
- package/navigation/Pagination/__stories__/WithHook.d.ts +0 -3
- package/navigation/Pagination/__stories__/WithInactiveValues/index.js +0 -65
- package/navigation/Pagination/__stories__/WithInactiveValues/package.json +0 -6
- package/navigation/Pagination/__stories__/WithInactiveValues.d.ts +0 -3
- package/navigation/Pagination/__stories__/WithResultsPerPage/index.js +0 -38
- package/navigation/Pagination/__stories__/WithResultsPerPage/package.json +0 -6
- package/navigation/Pagination/__stories__/WithResultsPerPage.d.ts +0 -3
- package/navigation/Pagination/auto/index.js +0 -75
- package/navigation/Pagination/auto/package.json +0 -6
- package/navigation/Pagination/auto.d.ts +0 -24
- package/navigation/Pagination/hooks/index.js +0 -105
- package/navigation/Pagination/hooks/package.json +0 -6
- package/navigation/Pagination/hooks.d.ts +0 -30
- package/navigation/Pagination/index.d.ts +0 -45
- package/navigation/Pagination/index.js +0 -72
- package/navigation/Pagination/index.mdx +0 -44
- package/navigation/Pagination/package.json +0 -6
- package/navigation/SkipLink/SkipLink.stories/index.js +0 -8
- package/navigation/SkipLink/SkipLink.stories/package.json +0 -6
- package/navigation/SkipLink/SkipLink.stories.d.ts +0 -9
- package/navigation/SkipLink/__stories__/Default/index.js +0 -9
- package/navigation/SkipLink/__stories__/Default/package.json +0 -6
- package/navigation/SkipLink/__stories__/Default.d.ts +0 -3
- package/navigation/SkipLink/index.d.ts +0 -3
- package/navigation/SkipLink/index.js +0 -3
- package/navigation/SkipLink/package.json +0 -6
- package/navigation/Tabs/Tabs.stories/index.js +0 -12
- package/navigation/Tabs/Tabs.stories/package.json +0 -6
- package/navigation/Tabs/Tabs.stories.d.ts +0 -13
- package/navigation/Tabs/Tabs.stories.playwright.json +0 -27
- package/navigation/Tabs/__stories__/Auto/index.js +0 -31
- package/navigation/Tabs/__stories__/Auto/package.json +0 -6
- package/navigation/Tabs/__stories__/Auto.d.ts +0 -3
- package/navigation/Tabs/__stories__/Default/index.js +0 -42
- package/navigation/Tabs/__stories__/Default/package.json +0 -6
- package/navigation/Tabs/__stories__/Default.d.ts +0 -3
- package/navigation/Tabs/__stories__/Dense/index.js +0 -29
- package/navigation/Tabs/__stories__/Dense/package.json +0 -6
- package/navigation/Tabs/__stories__/Dense.d.ts +0 -3
- package/navigation/Tabs/auto/index.js +0 -48
- package/navigation/Tabs/auto/package.json +0 -6
- package/navigation/Tabs/auto.d.ts +0 -18
- package/navigation/Tabs/hooks/index.js +0 -80
- package/navigation/Tabs/hooks/package.json +0 -6
- package/navigation/Tabs/hooks.d.ts +0 -28
- package/navigation/Tabs/index.d.ts +0 -9
- package/navigation/Tabs/index.js +0 -9
- package/navigation/Tabs/index.mdx +0 -27
- package/navigation/Tabs/package.json +0 -6
- package/navigation/index.d.ts +0 -9
- package/navigation/index.js +0 -9
- package/navigation/package.json +0 -6
- package/registry/index.js +0 -508
- package/registry/package.json +0 -6
- package/registry.d.ts +0 -308
- package/src/misc/KitchenSink/index.tsx +0 -8
- package/src/utils/Kitchensink/AllComponents.tsx +0 -6
- package/src/utils/Kitchensink/KitchensinkByCategory.tsx +0 -56
- package/src/utils/Kitchensink/KitchensinkByLetter.tsx +0 -35
- package/src/utils/Kitchensink/KitchensinkComponent.tsx +0 -70
- package/src/utils/Kitchensink/KitchensinkDashboard.tsx +0 -56
- package/test-utils/delay/index.js +0 -27
- package/test-utils/delay/package.json +0 -6
- package/test-utils/delay.d.ts +0 -2
- package/typography/Code/index.d.ts +0 -3
- package/typography/Code/index.js +0 -3
- package/typography/Code/package.json +0 -6
- package/typography/CodeBlock/index.d.ts +0 -3
- package/typography/CodeBlock/index.js +0 -3
- package/typography/CodeBlock/package.json +0 -6
- package/typography/Heading/Heading.stories/index.js +0 -7
- package/typography/Heading/Heading.stories/package.json +0 -6
- package/typography/Heading/Heading.stories.d.ts +0 -8
- package/typography/Heading/__stories__/Default/index.js +0 -23
- package/typography/Heading/__stories__/Default/package.json +0 -6
- package/typography/Heading/__stories__/Default.d.ts +0 -3
- package/typography/Heading/index.d.ts +0 -3
- package/typography/Heading/index.js +0 -3
- package/typography/Heading/index.mdx +0 -20
- package/typography/Heading/package.json +0 -6
- package/typography/HeadingCaption/HeadingCaption.stories/index.js +0 -8
- package/typography/HeadingCaption/HeadingCaption.stories/package.json +0 -6
- package/typography/HeadingCaption/HeadingCaption.stories.d.ts +0 -9
- package/typography/HeadingCaption/__stories__/Default/index.js +0 -28
- package/typography/HeadingCaption/__stories__/Default/package.json +0 -6
- package/typography/HeadingCaption/__stories__/Default.d.ts +0 -3
- package/typography/HeadingCaption/__stories__/NestedToTitle/index.js +0 -13
- package/typography/HeadingCaption/__stories__/NestedToTitle/package.json +0 -6
- package/typography/HeadingCaption/__stories__/NestedToTitle.d.ts +0 -3
- package/typography/HeadingCaption/index.d.ts +0 -3
- package/typography/HeadingCaption/index.js +0 -3
- package/typography/HeadingCaption/index.mdx +0 -22
- package/typography/HeadingCaption/package.json +0 -6
- package/typography/Hint/Hint.stories/index.js +0 -8
- package/typography/Hint/Hint.stories/package.json +0 -6
- package/typography/Hint/Hint.stories.d.ts +0 -9
- package/typography/Hint/__stories__/Default/index.js +0 -7
- package/typography/Hint/__stories__/Default/package.json +0 -6
- package/typography/Hint/__stories__/Default.d.ts +0 -3
- package/typography/Hint/__stories__/FontSizes/index.js +0 -16
- package/typography/Hint/__stories__/FontSizes/package.json +0 -6
- package/typography/Hint/__stories__/FontSizes.d.ts +0 -3
- package/typography/Hint/index.d.ts +0 -3
- package/typography/Hint/index.js +0 -3
- package/typography/Hint/index.mdx +0 -28
- package/typography/Hint/package.json +0 -6
- package/typography/NormalText/NormalText.stories/index.js +0 -10
- package/typography/NormalText/NormalText.stories/package.json +0 -6
- package/typography/NormalText/NormalText.stories.d.ts +0 -11
- package/typography/NormalText/__stories__/Default/index.js +0 -7
- package/typography/NormalText/__stories__/Default/package.json +0 -6
- package/typography/NormalText/__stories__/Default.d.ts +0 -3
- package/typography/NormalText/__stories__/FontSizes/index.js +0 -46
- package/typography/NormalText/__stories__/FontSizes/package.json +0 -6
- package/typography/NormalText/__stories__/FontSizes.d.ts +0 -3
- package/typography/NormalText/__stories__/FontWeight/index.js +0 -16
- package/typography/NormalText/__stories__/FontWeight/package.json +0 -6
- package/typography/NormalText/__stories__/FontWeight.d.ts +0 -3
- package/typography/NormalText/__stories__/Variants/index.js +0 -16
- package/typography/NormalText/__stories__/Variants/package.json +0 -6
- package/typography/NormalText/__stories__/Variants.d.ts +0 -3
- package/typography/NormalText/index.d.ts +0 -3
- package/typography/NormalText/index.js +0 -3
- package/typography/NormalText/index.mdx +0 -46
- package/typography/NormalText/package.json +0 -6
- package/typography/Paragraph/Paragraph.stories/index.js +0 -11
- package/typography/Paragraph/Paragraph.stories/package.json +0 -6
- package/typography/Paragraph/Paragraph.stories.d.ts +0 -12
- package/typography/Paragraph/__stories__/Default/index.js +0 -7
- package/typography/Paragraph/__stories__/Default/package.json +0 -6
- package/typography/Paragraph/__stories__/Default.d.ts +0 -3
- package/typography/Paragraph/__stories__/FontSizes/index.js +0 -27
- package/typography/Paragraph/__stories__/FontSizes/package.json +0 -6
- package/typography/Paragraph/__stories__/FontSizes.d.ts +0 -3
- package/typography/Paragraph/__stories__/FontWeight/index.js +0 -12
- package/typography/Paragraph/__stories__/FontWeight/package.json +0 -6
- package/typography/Paragraph/__stories__/FontWeight.d.ts +0 -3
- package/typography/Paragraph/__stories__/LeadVariant/index.js +0 -9
- package/typography/Paragraph/__stories__/LeadVariant/package.json +0 -6
- package/typography/Paragraph/__stories__/LeadVariant.d.ts +0 -3
- package/typography/Paragraph/__stories__/SmallVariant/index.js +0 -9
- package/typography/Paragraph/__stories__/SmallVariant/package.json +0 -6
- package/typography/Paragraph/__stories__/SmallVariant.d.ts +0 -3
- package/typography/Paragraph/index.d.ts +0 -3
- package/typography/Paragraph/index.js +0 -3
- package/typography/Paragraph/index.mdx +0 -53
- package/typography/Paragraph/package.json +0 -6
- package/typography/index.d.ts +0 -5
- package/typography/index.js +0 -5
- package/typography/package.json +0 -6
- package/utils/Base/index.d.ts +0 -3
- package/utils/Base/index.js +0 -3
- package/utils/Base/package.json +0 -6
- package/utils/Kitchensink/AllComponents/index.js +0 -9
- package/utils/Kitchensink/AllComponents/package.json +0 -6
- package/utils/Kitchensink/AllComponents.d.ts +0 -2
- package/utils/Kitchensink/KitchensinkByCategory/index.js +0 -32
- package/utils/Kitchensink/KitchensinkByCategory/package.json +0 -6
- package/utils/Kitchensink/KitchensinkByCategory.d.ts +0 -6
- package/utils/Kitchensink/KitchensinkByLetter/index.js +0 -19
- package/utils/Kitchensink/KitchensinkByLetter/package.json +0 -6
- package/utils/Kitchensink/KitchensinkByLetter.d.ts +0 -6
- package/utils/Kitchensink/KitchensinkComponent/index.js +0 -45
- package/utils/Kitchensink/KitchensinkComponent/package.json +0 -6
- package/utils/Kitchensink/KitchensinkComponent.d.ts +0 -10
- package/utils/Kitchensink/KitchensinkDashboard/index.js +0 -40
- package/utils/Kitchensink/KitchensinkDashboard/package.json +0 -6
- package/utils/Kitchensink/KitchensinkDashboard.d.ts +0 -5
- package/utils/SvgIcon/index.d.ts +0 -4
- package/utils/SvgIcon/index.js +0 -4
- package/utils/SvgIcon/package.json +0 -6
- package/utils/Typography/index.d.ts +0 -3
- package/utils/Typography/index.js +0 -3
- package/utils/Typography/package.json +0 -6
- package/utils/VisuallyHidden/VisuallyHidden.stories/index.js +0 -7
- package/utils/VisuallyHidden/VisuallyHidden.stories/package.json +0 -6
- package/utils/VisuallyHidden/VisuallyHidden.stories.d.ts +0 -8
- package/utils/VisuallyHidden/__stories__/Default/index.js +0 -13
- package/utils/VisuallyHidden/__stories__/Default/package.json +0 -6
- package/utils/VisuallyHidden/__stories__/Default.d.ts +0 -3
- package/utils/VisuallyHidden/index.d.ts +0 -3
- package/utils/VisuallyHidden/index.js +0 -3
- package/utils/VisuallyHidden/index.mdx +0 -19
- package/utils/VisuallyHidden/package.json +0 -6
- package/utils/hooks/useDebounce/index.js +0 -40
- package/utils/hooks/useDebounce/package.json +0 -6
- package/utils/hooks/useDebounce.d.ts +0 -3
- package/utils/hooks/useKeypress/index.js +0 -19
- package/utils/hooks/useKeypress/package.json +0 -6
- package/utils/hooks/useKeypress.d.ts +0 -2
- package/utils/hooks/useLatest/index.js +0 -10
- package/utils/hooks/useLatest/package.json +0 -6
- package/utils/hooks/useLatest.d.ts +0 -3
- package/utils/hooks/useScreen/index.js +0 -51
- package/utils/hooks/useScreen/package.json +0 -6
- package/utils/hooks/useScreen.d.ts +0 -7
- package/utils/hooks/useSearch/index.js +0 -25
- package/utils/hooks/useSearch/package.json +0 -6
- package/utils/hooks/useSearch.d.ts +0 -4
- package/utils/hooks/useTogglableTab/index.js +0 -88
- package/utils/hooks/useTogglableTab/package.json +0 -6
- package/utils/hooks/useTogglableTab.d.ts +0 -21
- package/utils/index.d.ts +0 -3
- package/utils/index.js +0 -3
- package/utils/package.json +0 -6
- package/utils/withDeprecation/index.js +0 -78
- package/utils/withDeprecation/package.json +0 -6
- package/utils/withDeprecation.d.ts +0 -16
|
Binary file
|
package/dist-0.1.2.tgz
ADDED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Components
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Create a new service
|
|
3
|
+
parent: docs/ui/introduction
|
|
4
|
+
order: 0
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
### Prerequisites
|
|
8
|
+
|
|
9
|
+
In order to follow the guide, make sure that you have already installed
|
|
10
|
+
[nodejs](https://nodejs.org/) v12.16.0 LTS and the
|
|
11
|
+
[Yarn Package Manager](https://classic.yarnpkg.com/) v1.22.4.
|
|
12
|
+
|
|
13
|
+
## Create Digigov app
|
|
14
|
+
|
|
15
|
+
The fastest way to start a service from scratch using the gov.gr specifications
|
|
16
|
+
is to use our generator tool. You can directly run this command with the
|
|
17
|
+
`yarn create` command, without installing a NPM module. By giving the name of
|
|
18
|
+
the service as the first parameter, it will create a folder that contains
|
|
19
|
+
everything you need. A [Git](https://git-scm.com/) repository with a basic
|
|
20
|
+
scaffold of an app, tools to develop and build your code.
|
|
21
|
+
|
|
22
|
+
Let's assume we want to create a new application called `my-new-service`.
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
$ yarn create digigov-app my-new-service
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
> Keep in mind that the name you give is essentially an identifier for the code
|
|
29
|
+
> repository and should eventually be used in the Github/Gitlab repository, CI/CD
|
|
30
|
+
> pipelines, configurations and as a reference between engineers as well.
|
|
31
|
+
|
|
32
|
+
By running this command, you will be asked to fill in some details, eg. a short
|
|
33
|
+
description of the service, the name of your team etc. Next, the generator tool
|
|
34
|
+
will automatically create an empty codebase and it will install all dependencies
|
|
35
|
+
using Yarn. This may take a few minutes to complete, depending on your network
|
|
36
|
+
connection and computer capabilities.
|
|
37
|
+
|
|
38
|
+
## Running the service for the first time
|
|
39
|
+
|
|
40
|
+
If everything was successful, you should be able to test the service in a
|
|
41
|
+
development environment in no time. Just run the following commands.
|
|
42
|
+
|
|
43
|
+
```bash
|
|
44
|
+
$ cd my-new-service
|
|
45
|
+
$ yarn dev
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
The service is now available on [http://localhost:3000](http://localhost:3000).
|
|
49
|
+
The start page should look like this.
|
|
50
|
+
|
|
51
|
+

|
|
52
|
+
|
|
53
|
+
As you might have guessed, the service is currently empty. For instance, the
|
|
54
|
+
title «My Service» is hardcoded and not descriptive of what our service does.
|
|
55
|
+
|
|
56
|
+
## Change the title
|
|
57
|
+
|
|
58
|
+
In order to change the title, you should change the `app.name` key in the
|
|
59
|
+
`src/locales/el.json` inside the directory. This file may eventually be used
|
|
60
|
+
to translate the service in multiple languages without changing the code.
|
|
61
|
+
|
|
62
|
+
```json
|
|
63
|
+
{
|
|
64
|
+
"app": {
|
|
65
|
+
- "name": "My Service",
|
|
66
|
+
+ "name": "Έκδοση πιστοποιητικού δημόσιας υπηρεσίας",
|
|
67
|
+
"intro_text": "Welcome to My Service"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
Now if you visit [http://localhost:3000](http://localhost:3000), we see the
|
|
73
|
+
new title in our page, both in the `Header` and `Main` sections.
|
|
74
|
+
|
|
75
|
+

|
|
76
|
+
|
|
77
|
+
Coming up next, we're going to see how we can bring the start page in life.
|
|
78
|
+
|
|
79
|
+
[Continue to the next section “Edit start page“](/docs/ui/edit-start-page)
|
|
80
|
+
|
|
81
|
+
#### Helpful content
|
|
82
|
+
|
|
83
|
+
- [Downloading and installing Node.js and NPM - Official Node.js docs](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
|
|
84
|
+
- [Install Yarn - Official Yarn Docs](https://yarnpkg.com/getting-started/install)
|
|
85
|
+
- Get familiar with next.js and learn how to set up new pages for your service
|
|
86
|
+
- [Next.js Tutorial](https://nextjs.org/learn/basics/getting-started)
|
|
87
|
+
- [Next.js Docs](https://nextjs.org/docs/getting-started)
|
|
88
|
+
- Learn how to design your service by following the DigiGOV guidelines
|
|
89
|
+
- [DigiGOV Design System](/docs/site/design)
|
|
90
|
+
- Become familiar with the available components
|
|
91
|
+
- [@digigov/ui components](/docs/ui/components)
|
|
92
|
+
|
|
93
|
+
[Continue in the next section “Edit start page“](/docs/ui/edit-start-page)
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Create common page layout
|
|
3
|
+
parent: docs/ui/introduction
|
|
4
|
+
order: 3
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
Eventually the project that we started will start to take form, expanding into
|
|
8
|
+
multiple pages that most likely share a same design structure and layout. In
|
|
9
|
+
most cases we want to use the [two-thirds page layout](/service-standard/layout),
|
|
10
|
+
adding our main content in the left two-third column, and optional helpful
|
|
11
|
+
information or links in the right one-third column.
|
|
12
|
+
|
|
13
|
+
## What are we going to build
|
|
14
|
+
|
|
15
|
+
Given the specifications above, we need a React component that will act as a
|
|
16
|
+
wrapper for page content. Most of the time, the content will be located in the
|
|
17
|
+
main and will contain a main content, spanning two-thirds of the page width,
|
|
18
|
+
and a side content, spanning the rest of the one-third width. The side content
|
|
19
|
+
might be empty. This layout looks like this:
|
|
20
|
+
|
|
21
|
+

|
|
23
|
+
|
|
24
|
+
On the other hand, it is safe to assume that we will eventually stumble upon a
|
|
25
|
+
page that doesn't use a standard layout. That means that will have to support
|
|
26
|
+
passing down custom children as page content.
|
|
27
|
+
|
|
28
|
+
To recap, we want to build a React component that accepts content for
|
|
29
|
+
|
|
30
|
+
- **Main content**, two-thirds page width
|
|
31
|
+
- **Aside content**, one-third page width
|
|
32
|
+
- or **custom content**, page width not strictly specified, but should be
|
|
33
|
+
flexible for future expansion
|
|
34
|
+
|
|
35
|
+
## Let's start coding
|
|
36
|
+
|
|
37
|
+
Before we start with the actual code, let's start with some basic code for the
|
|
38
|
+
React component. Create a new component file in
|
|
39
|
+
`src/components/pages/common/Layout.js`:
|
|
40
|
+
|
|
41
|
+
```jsx
|
|
42
|
+
import React from 'react';
|
|
43
|
+
import { useTranslation } from 'react-i18next';
|
|
44
|
+
|
|
45
|
+
const CommonLayout = (props) => {
|
|
46
|
+
const { t } = useTranslation();
|
|
47
|
+
return (
|
|
48
|
+
|
|
49
|
+
);
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
export default BasicLayout;
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
Now let's add some JSX to the `render` function. What we need is a `BasicLayout`
|
|
56
|
+
that contains a `Top` section, a `Container` section and finally a `Bottom`
|
|
57
|
+
section. We are going to use the respective components from `@digigov/ui`:
|
|
58
|
+
|
|
59
|
+
```jsx
|
|
60
|
+
import React from 'react';
|
|
61
|
+
import { useTranslation } from 'react-i18next';
|
|
62
|
+
+import BasicLayout, {
|
|
63
|
+
+ Top,
|
|
64
|
+
+ Container,
|
|
65
|
+
+ Bottom
|
|
66
|
+
+} from '@digigov/ui/layouts/Basic';
|
|
67
|
+
|
|
68
|
+
const CommonLayout = (props) => {
|
|
69
|
+
const { t } = useTranslation();
|
|
70
|
+
return (
|
|
71
|
+
+ <BasicLayout>
|
|
72
|
+
+ <Top></Top>
|
|
73
|
+
+ <Container></Container>
|
|
74
|
+
+ <Bottom></Bottom>
|
|
75
|
+
+ </BasicLayout>
|
|
76
|
+
);
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
export default CommonLayout;
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
With this code in place, we can start coding each section of the page.
|
|
83
|
+
|
|
84
|
+
## Adding the GovGr Header and Footer
|
|
85
|
+
|
|
86
|
+
First off, we should start with the official GovGr Header. It is very important
|
|
87
|
+
to maintain the same look and feel of the Header across the whole GovGr
|
|
88
|
+
ecosystem, both in services and static pages.
|
|
89
|
+
|
|
90
|
+
Again, here we import to use the `Header` and `HeaderTitle` components from
|
|
91
|
+
`@digigov/ui` as well as the official GovGr logo and finally the `PhaseBanner`
|
|
92
|
+
component that's going to inform users about the design stage of our service
|
|
93
|
+
(alpha, beta etc.). Then we can use all these components inside the `Top`
|
|
94
|
+
section like so. The same applies to the `GovGrFooter` components.
|
|
95
|
+
|
|
96
|
+
```jsx
|
|
97
|
+
import React from 'react';
|
|
98
|
+
import { useTranslation } from 'react-i18next';
|
|
99
|
+
import BasicLayout, {
|
|
100
|
+
Top,
|
|
101
|
+
Container,
|
|
102
|
+
Bottom,
|
|
103
|
+
} from '@digigov/ui/layouts/Basic';
|
|
104
|
+
+import Header, { HeaderTitle } from '@digigov/ui/app/Header';
|
|
105
|
+
+import PhaseBanner, { PhaseBannerTag } from '@digigov/ui/feedback/PhaseBanner';
|
|
106
|
+
+import GovGRLogo from '@digigov/ui/govgr/GovGRLogo';
|
|
107
|
+
+import GovGrFooter from '@digigov/ui/govgr/Footer';
|
|
108
|
+
|
|
109
|
+
const CommonLayout = (props) => {
|
|
110
|
+
const { t } = useTranslation();
|
|
111
|
+
return (
|
|
112
|
+
<BasicLayout>
|
|
113
|
+
<Top>
|
|
114
|
+
+ <Header>
|
|
115
|
+
+ <GovGRLogo />
|
|
116
|
+
+ <HeaderTitle>
|
|
117
|
+
+ {t('app.name')}
|
|
118
|
+
+ <PhaseBanner>
|
|
119
|
+
+ <PhaseBannerTag>ALPHA</PhaseBannerTag>
|
|
120
|
+
+ </PhaseBanner>
|
|
121
|
+
+ </HeaderTitle>
|
|
122
|
+
+ </Header>
|
|
123
|
+
</Top>
|
|
124
|
+
<Container>
|
|
125
|
+
</Container>
|
|
126
|
+
<Bottom>
|
|
127
|
+
+ <GovGrFooter />
|
|
128
|
+
</Bottom>
|
|
129
|
+
</BasicLayout>
|
|
130
|
+
);
|
|
131
|
+
};
|
|
132
|
+
export default CommonLayout;
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
If we could render the layout right now, it would look like this.
|
|
136
|
+
|
|
137
|
+

|
|
139
|
+
|
|
140
|
+
Now let's use in the start page of our service and remove all the extra code.
|
|
141
|
+
|
|
142
|
+
## Adding the main content
|
|
143
|
+
|
|
144
|
+
It is time to update the code in our start page, which is located in
|
|
145
|
+
`src/pages/index.js`, in order to use the new common layout that we have created.
|
|
146
|
+
|
|
147
|
+
Let's remove some of the old lines and add the new ones:
|
|
148
|
+
|
|
149
|
+
```jsx
|
|
150
|
+
import React from 'react';
|
|
151
|
+
-import Head from 'next/head'
|
|
152
|
+
import { useTranslation } from 'react-i18next';
|
|
153
|
+
|
|
154
|
+
-import BasicLayout, {
|
|
155
|
+
- Top,
|
|
156
|
+
- Container,
|
|
157
|
+
- Main,
|
|
158
|
+
- Aside,
|
|
159
|
+
- Bottom,
|
|
160
|
+
} from '@digigov/ui/layouts/Basic';
|
|
161
|
+
+import { Main } from '@digigov/ui/layouts/Basic';
|
|
162
|
+
-import Header, { HeaderTitle } from '@digigov/ui/app/Header';
|
|
163
|
+
-import PhaseBanner from '@digigov/ui/feedback/PhaseBanner';
|
|
164
|
+
-import GovGRLogo from '@digigov/ui/govgr/GovGRLogo';
|
|
165
|
+
-import GovGRFooter from '@digigov/ui/govgr/Footer';
|
|
166
|
+
import PageTitleContainer, { PageTitleHeading } from '@digigov/ui/app/PageTitleContainer';
|
|
167
|
+
+import CommonLayout from 'my-new-service/components/pages/common/Layout.js'
|
|
168
|
+
|
|
169
|
+
const Home = () => {
|
|
170
|
+
const { t } = useTranslation();
|
|
171
|
+
return (
|
|
172
|
+
- <BasicLayout>
|
|
173
|
+
+ <CommonLayout>
|
|
174
|
+
- <Head>
|
|
175
|
+
- <title>{t('app.name')}</title>
|
|
176
|
+
- </Head>
|
|
177
|
+
- <Top>
|
|
178
|
+
- <Header>
|
|
179
|
+
- <GovGRLogo />
|
|
180
|
+
- <HeaderTitle>
|
|
181
|
+
- {t('app.name')}
|
|
182
|
+
- <PhaseBanner label="ALPHA" />
|
|
183
|
+
- </HeaderTitle>
|
|
184
|
+
- </Header>
|
|
185
|
+
- </Top>
|
|
186
|
+
- <Container>
|
|
187
|
+
<Main>
|
|
188
|
+
<PageTitleContainer>
|
|
189
|
+
<PageTitleHeading>{t('app.name')}</PageTitleHeading>
|
|
190
|
+
</PageTitleContainer>
|
|
191
|
+
<div>{t('app.intro_text')}</div>
|
|
192
|
+
</Main>
|
|
193
|
+
- <Aside></Aside>
|
|
194
|
+
- </Container>
|
|
195
|
+
- <Bottom>
|
|
196
|
+
- <GovGRFooter />
|
|
197
|
+
- </Bottom>
|
|
198
|
+
- </BasicLayout>
|
|
199
|
+
+ </CommonLayout>
|
|
200
|
+
);
|
|
201
|
+
};
|
|
202
|
+
|
|
203
|
+
export default Home;
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
So currently we have the start page with the `CommonLayout` that we set in
|
|
207
|
+
`src/pages/index.js`.
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Create a static page
|
|
3
|
+
parent: docs/ui/introduction
|
|
4
|
+
order: 2
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
Using the same principles with the Start page, we can create multiple other
|
|
8
|
+
static pages that can be used to host useful information for our users that
|
|
9
|
+
don't belong to the start page, eg. FAQ pages.
|
|
10
|
+
|
|
11
|
+
## Create a new source file
|
|
12
|
+
|
|
13
|
+
First of all, let's define the URL in which our users will access our new
|
|
14
|
+
static page. This page will be about frequently asked questions about our
|
|
15
|
+
service for the citizens. Therefore, we can give this page the URL `/faq`.
|
|
16
|
+
The source file that should be created will be located in `src/pages/faq.js`.
|
|
17
|
+
The source code is essentially the same with the start page, so we're can go
|
|
18
|
+
ahead and copy the following in the newly created file.
|
|
19
|
+
|
|
20
|
+
```jsx additions={1,30-35} deletions={5-10} highlight={3}
|
|
21
|
+
import React from 'react';
|
|
22
|
+
import Head from 'next/head';
|
|
23
|
+
import { useTranslation } from 'react-i18next';
|
|
24
|
+
|
|
25
|
+
import BasicLayout, {
|
|
26
|
+
Top,
|
|
27
|
+
Container,
|
|
28
|
+
Main,
|
|
29
|
+
Aside,
|
|
30
|
+
Bottom,
|
|
31
|
+
} from '@digigov/ui/layouts/Basic';
|
|
32
|
+
import Header, { HeaderTitle } from '@digigov/ui/app/Header';
|
|
33
|
+
import PhaseBanner, { PhaseBannerTag } from '@digigov/ui/feedback/PhaseBanner';
|
|
34
|
+
import GovGRLogo from '@digigov/ui/govgr/GovGRLogo';
|
|
35
|
+
import GovGRFooter from '@digigov/ui/govgr/Footer';
|
|
36
|
+
import PageTitleContainer, { PageTitleHeading } from '@digigov/ui/app/PageTitleContainer';
|
|
37
|
+
|
|
38
|
+
const Faq = () => {
|
|
39
|
+
const { t } = useTranslation();
|
|
40
|
+
return (
|
|
41
|
+
<BasicLayout>
|
|
42
|
+
<Head>
|
|
43
|
+
<title>{t('app.name')}</title>
|
|
44
|
+
</Head>
|
|
45
|
+
<Top>
|
|
46
|
+
<Header>
|
|
47
|
+
<GovGRLogo />
|
|
48
|
+
<HeaderTitle>
|
|
49
|
+
{t('app.name')}
|
|
50
|
+
<PhaseBanner>
|
|
51
|
+
<PhaseBannerTag>ALPHA</PhaseBannerTag>
|
|
52
|
+
</PhaseBanner>
|
|
53
|
+
</HeaderTitle>
|
|
54
|
+
</Header>
|
|
55
|
+
</Top>
|
|
56
|
+
<Container>
|
|
57
|
+
<Main>
|
|
58
|
+
<PageTitleContainer>
|
|
59
|
+
<PageTitleHeading></PageTitleHeading>
|
|
60
|
+
</PageTitleContainer>
|
|
61
|
+
</Main>
|
|
62
|
+
<Aside></Aside>
|
|
63
|
+
</Container>
|
|
64
|
+
<Bottom>
|
|
65
|
+
<GovGRFooter />
|
|
66
|
+
</Bottom>
|
|
67
|
+
</BasicLayout>
|
|
68
|
+
);
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
export default Faq;
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
So now we have a `.js` file that simultaneously defines the route URL by each
|
|
75
|
+
filename and specifies the content and layout of the page. The only thing that's
|
|
76
|
+
left to do is to write the texts in the locale file, otherwise this page will
|
|
77
|
+
look totally empty.
|
|
78
|
+
|
|
79
|
+

|
|
80
|
+
|
|
81
|
+
## Adding texts in locale file
|
|
82
|
+
|
|
83
|
+
Let's edit the `src/locales/el.json` file and add the following:
|
|
84
|
+
|
|
85
|
+
```json
|
|
86
|
+
{
|
|
87
|
+
"app": {
|
|
88
|
+
"name": "Έκδοση πιστοποιητικού δημόσιας υπηρεσίας",
|
|
89
|
+
"cta": "Ξεκινήστε εδώ"
|
|
90
|
+
},
|
|
91
|
+
"home": {
|
|
92
|
+
"intro": {
|
|
93
|
+
"paragraph": "Χρησιμοποιήστε την εφαρμογή προκειμένου να:",
|
|
94
|
+
"list1": "εκδώσετε έγγραφα σε ηλεκτρονική μορφή",
|
|
95
|
+
"list2": "ελέγξετε την εγκυρότητα ενός εγγράφου"
|
|
96
|
+
}
|
|
97
|
+
+ },
|
|
98
|
+
+ "faq": {
|
|
99
|
+
+ "title": "Συχνές ερωτήσεις",
|
|
100
|
+
+ "question1": "1. Ποιες ληξιαρχικές πράξεις μπορώ να αναζητήσω ηλεκτρονικά;",
|
|
101
|
+
+ "answer1": "Διαθέσιμες ηλεκτρονικά είναι οι ληξιαρχικές πράξεις που εκδόθηκαν από το 2013 και μετά, ή παλαιότερες, οι οποίες μεταβλήθηκαν ή/και για τις οποίες εκδόθηκε απόσπασμα από το 2018 και μετά.",
|
|
102
|
+
+ "question2": "3. Προσπαθώ να βγάλω απόσπασμα ληξιαρχικής πράξης και μου βγάζει μήνυμα «Δε βρέθηκε Λ.Π. στο Πληροφοριακό Σύστημα του Μητρώου Πολιτών για τα δεδομένα στοιχεία πολίτη.»",
|
|
103
|
+
+ "answer2": "Διαθέσιμες ηλεκτρονικά είναι οι ληξιαρχικες πράξεις που εκδόθηκαν από το 2013 και μετά, ή παλαιότερες, οι οποίες μεταβλήθηκαν ή/και για τις οποίες εκδόθηκε απόσπασμα από το 2018 και μετά. Η ληξιαρχική πράξη που ζητήσατε μπορεί να εκδοθεί μόνο από το Δήμο. Είτε δεν ταυτοποιήθηκαν τα στοιχεία σας στο Μητρώο πολιτών, είτε έχετε λανθασμένα στοιχεία στο φορολογικό μητρώο. Αν μπορείτε να εκδώσετε πιστοποιητικό οικογενειακής κατάστασης από το gov.gr τότε τα στοιχεία του φορολογικού μητρώου είναι σωστά και το πρόβλημα εντοπίζεται στα στοιχεία σας στην ληξιαρχική πράξη. Στην περίπτωση αυτή θα πρέπει να απευθυνθείτε στο Δήμο σας. Αν κάποιο από τα στοιχεία σας στο φορολογικό μητρώο είναι λάθος ή είναι γραμμένο με λατινικούς χαρακτήρες θα πρέπει να το διορθώσετε στη ΔΟΥ σας."
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
## Adding typography components
|
|
109
|
+
|
|
110
|
+
Since we have all of our content saved in the locale file, we can start using
|
|
111
|
+
it in our page. We're going to use the `Title` and `Paragraph` components from
|
|
112
|
+
the `@digigov/ui` module.
|
|
113
|
+
|
|
114
|
+
```jsx
|
|
115
|
+
import React from 'react';
|
|
116
|
+
import Head from 'next/head';
|
|
117
|
+
import { useTranslation } from 'react-i18next';
|
|
118
|
+
|
|
119
|
+
import BasicLayout, {
|
|
120
|
+
Top,
|
|
121
|
+
Container,
|
|
122
|
+
Main,
|
|
123
|
+
Aside,
|
|
124
|
+
Bottom,
|
|
125
|
+
} from '@digigov/ui/layouts/Basic';
|
|
126
|
+
import Header, { HeaderTitle } from '@digigov/ui/app/Header';
|
|
127
|
+
import PhaseBanner from '@digigov/ui/feedback/PhaseBanner';
|
|
128
|
+
import GovGRLogo from '@digigov/ui/govgr/GovGRLogo';
|
|
129
|
+
import GovGRFooter from '@digigov/ui/govgr/Footer';
|
|
130
|
+
import PageTitleContainer, { PageTitleHeading } from '@digigov/ui/app/PageTitleContainer';
|
|
131
|
+
+import Title from '@digigov/ui/typography/Title';
|
|
132
|
+
+import Paragraph from '@digigov/ui/typography/Paragraph';
|
|
133
|
+
|
|
134
|
+
const Faq = () => {
|
|
135
|
+
const { t } = useTranslation();
|
|
136
|
+
const asdf = 123 + 234;
|
|
137
|
+
return (
|
|
138
|
+
<BasicLayout>
|
|
139
|
+
<Head>
|
|
140
|
+
<title>{t('app.name')}</title>
|
|
141
|
+
</Head>
|
|
142
|
+
<Top>
|
|
143
|
+
<Header>
|
|
144
|
+
<GovGRLogo />
|
|
145
|
+
<HeaderTitle>
|
|
146
|
+
{t('app.name')}
|
|
147
|
+
<PhaseBanner label="ALPHA" />
|
|
148
|
+
</HeaderTitle>
|
|
149
|
+
</Header>
|
|
150
|
+
</Top>
|
|
151
|
+
<Container>
|
|
152
|
+
<Main>
|
|
153
|
+
<PageTitleContainer>
|
|
154
|
+
+ <PageTitleHeading>{t('faq.title')}</PageTitleHeading>
|
|
155
|
+
</PageTitleContainer>
|
|
156
|
+
+ <Title>{t('faq.question1')}</Title>
|
|
157
|
+
+ <Paragraph>{t('faq.answer1')}</Paragraph>
|
|
158
|
+
+ <Title>{t('faq.question2')}</Title>
|
|
159
|
+
+ <Paragraph>{t('faq.answer2')}</Paragraph>
|
|
160
|
+
</Main>
|
|
161
|
+
<Aside></Aside>
|
|
162
|
+
</Container>
|
|
163
|
+
<Bottom>
|
|
164
|
+
<GovGRFooter />
|
|
165
|
+
</Bottom>
|
|
166
|
+
</BasicLayout>
|
|
167
|
+
);
|
|
168
|
+
};
|
|
169
|
+
|
|
170
|
+
export default Faq;
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
Now the FAQ page looks like this.
|
|
174
|
+
|
|
175
|
+

|
|
176
|
+
|
|
177
|
+
Most of the code that we're using in this page will be commonly used in more
|
|
178
|
+
than one page. It is wise to create a common page layout that many pages will
|
|
179
|
+
use and extend.
|
|
180
|
+
|
|
181
|
+
[Continue to the next section “Create a common page layout“](/docs/ui/create-common-page-layout)
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Edit start page
|
|
3
|
+
parent: docs/ui/introduction
|
|
4
|
+
order: 1
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
Given that [we have created a new service](/docs/ui/create-a-new-application),
|
|
8
|
+
it is time to start adding content. When we generate a new codebase, the only
|
|
9
|
+
page that exists is the start page. This is the first page that users will be
|
|
10
|
+
seeing when landing in our service and it is accessible in the root URL `/` for
|
|
11
|
+
our domain. The actual code is located in `src/pages/index.js` file and it
|
|
12
|
+
matches the `/` index route.
|
|
13
|
+
|
|
14
|
+
In a fresh service, this file should contain the following code.
|
|
15
|
+
|
|
16
|
+
```jsx
|
|
17
|
+
import React from 'react';
|
|
18
|
+
import Head from 'next/head';
|
|
19
|
+
import { useTranslation } from 'react-i18next';
|
|
20
|
+
|
|
21
|
+
import BasicLayout, {
|
|
22
|
+
Top,
|
|
23
|
+
Container,
|
|
24
|
+
Main,
|
|
25
|
+
Aside,
|
|
26
|
+
Bottom,
|
|
27
|
+
} from '@digigov/ui/layouts/Basic';
|
|
28
|
+
import Header, { HeaderTitle } from '@digigov/ui/app/Header';
|
|
29
|
+
import PhaseBanner, { PhaseBannerTag } from '@digigov/ui/feedback/PhaseBanner';
|
|
30
|
+
import GovGRLogo from '@digigov/ui/govgr/GovGRLogo';
|
|
31
|
+
import GovGRFooter from '@digigov/ui/govgr/Footer';
|
|
32
|
+
import PageTitleContainer, { PageTitleHeading } from '@digigov/ui/app/PageTitleContainer';
|
|
33
|
+
|
|
34
|
+
const Home = () => {
|
|
35
|
+
const { t } = useTranslation();
|
|
36
|
+
return (
|
|
37
|
+
<BasicLayout>
|
|
38
|
+
<Head>
|
|
39
|
+
<title>{t('app.name')}</title>
|
|
40
|
+
</Head>
|
|
41
|
+
<Top>
|
|
42
|
+
<Header>
|
|
43
|
+
<GovGRLogo />
|
|
44
|
+
<HeaderTitle>
|
|
45
|
+
{t('app.name')}
|
|
46
|
+
<PhaseBanner>
|
|
47
|
+
<PhaseBannerTag>ALPHA</PhaseBannerTag>
|
|
48
|
+
</PhaseBanner>
|
|
49
|
+
</HeaderTitle>
|
|
50
|
+
</Header>
|
|
51
|
+
</Top>
|
|
52
|
+
<Container>
|
|
53
|
+
<Main>
|
|
54
|
+
<PageTitleContainer>
|
|
55
|
+
<PageTitleHeading>{t('app.name')}</PageTitleHeading>
|
|
56
|
+
</PageTitleContainer>
|
|
57
|
+
<div>{t('app.intro_text')}</div>
|
|
58
|
+
</Main>
|
|
59
|
+
<Aside></Aside>
|
|
60
|
+
</Container>
|
|
61
|
+
<Bottom>
|
|
62
|
+
<GovGRFooter />
|
|
63
|
+
</Bottom>
|
|
64
|
+
</BasicLayout>
|
|
65
|
+
);
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
export default Home;
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
As discussed in the previous section, the content is in the `src/locales/el.json`
|
|
72
|
+
file, entirely separate from code. Naturally, you can write content inside the
|
|
73
|
+
code, but it's **highly recommended** to keep all texts in the locale file for
|
|
74
|
+
facilitating future translations and avoiding the repetitive task of migrating
|
|
75
|
+
all content later, thus creating a lot of technical debt.
|
|
76
|
+
|
|
77
|
+
Let's take a closer look at what elements we're going to need.
|
|
78
|
+
|
|
79
|
+
- A paragraph with text «Χρησιμοποιήστε την εφαρμογή προκειμένου να:»
|
|
80
|
+
- A list containing two items: «εκδώσετε έγγραφα σε ηλεκτρονική μορφή» and
|
|
81
|
+
«ελέγξετε την εγκυρότητα ενός εγγράφου»
|
|
82
|
+
- A start button with text «Ξεκινήστε εδώ»
|
|
83
|
+
|
|
84
|
+
## Add content to the locale file
|
|
85
|
+
|
|
86
|
+
The first step is to add the texts under a new key `app.home` in the
|
|
87
|
+
`src/locales/el.json` file.
|
|
88
|
+
|
|
89
|
+
```json
|
|
90
|
+
{
|
|
91
|
+
"app": {
|
|
92
|
+
"name": "Έκδοση πιστοποιητικού δημόσιας υπηρεσίας",
|
|
93
|
+
"cta": "Ξεκινήστε εδώ"
|
|
94
|
+
+ },
|
|
95
|
+
+ "home": {
|
|
96
|
+
+ "intro": {
|
|
97
|
+
+ "paragraph": "Χρησιμοποιήστε την εφαρμογή προκειμένου να:",
|
|
98
|
+
+ "list1": "εκδώσετε έγγραφα σε ηλεκτρονική μορφή",
|
|
99
|
+
+ "list2": "ελέγξετε την εγκυρότητα ενός εγγράφου"
|
|
100
|
+
+ }
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
> It's recommended to create a separate key for every page related to the url.
|
|
106
|
+
> This way you will avoid polluting the locale file and keep it clean and tidy.
|
|
107
|
+
|
|
108
|
+
## Render the typography elements
|
|
109
|
+
|
|
110
|
+
Since we added our text, we can go ahead and add the typography elements in
|
|
111
|
+
our page. We import the React components from the `@digigov/ui` module that is
|
|
112
|
+
already installed in our service.
|
|
113
|
+
|
|
114
|
+
Just below line 16 in the `src/pages/index.js` file we add the following code:
|
|
115
|
+
|
|
116
|
+
```jsx
|
|
117
|
+
import CallToAction from '@digigov/ui/form/Button/CallToAction';
|
|
118
|
+
import Paragraph from '@digigov/ui/typography/Paragraph';
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
Then we make the following changes inside the `Main` component in the same file:
|
|
122
|
+
|
|
123
|
+
```jsx
|
|
124
|
+
<Main>
|
|
125
|
+
<PageTitleContainer>
|
|
126
|
+
<PageTitleHeading>{t('app.name')}</PageTitleHeading>
|
|
127
|
+
</PageTitleContainer>
|
|
128
|
+
<Paragraph>{t('home.intro.paragraph')}</Paragraph>
|
|
129
|
+
<Paragraph>
|
|
130
|
+
<ul>
|
|
131
|
+
<li>{t('home.intro.list1')}</li>
|
|
132
|
+
<li>{t('home.intro.list2')}</li>
|
|
133
|
+
</ul>
|
|
134
|
+
</Paragraph>
|
|
135
|
+
<CallToAction href="/start" label={t('app.cta')} />
|
|
136
|
+
</Main>
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
The `ul` and `li` components are plain HTML elements that we wrap in a
|
|
140
|
+
`Paragraph` component, so that we can inherit its styles. The start page now
|
|
141
|
+
looks like this:
|
|
142
|
+
|
|
143
|
+

|