@digigov/ui 2.0.0-e7d30530 → 2.0.0-eaf330f5
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/app/BannerContainer/BannerContainer.stories/index.js +14 -0
- package/app/BannerContainer/BannerContainer.stories/package.json +6 -0
- package/app/BannerContainer/BannerContainer.stories.js.map +7 -0
- package/app/BannerContainer/__stories__/CookiesBanner/index.js +16 -0
- package/app/BannerContainer/__stories__/CookiesBanner/package.json +6 -0
- package/app/BannerContainer/__stories__/CookiesBanner.d.ts +1 -1
- package/app/BannerContainer/__stories__/CookiesBanner.js.map +7 -0
- package/app/Footer/Footer.stories/index.js +77 -0
- package/app/{hooks/useNotificationArea → Footer/Footer.stories}/package.json +1 -1
- package/app/Footer/Footer.stories.d.ts +0 -2
- package/app/Footer/Footer.stories.js.map +7 -0
- package/app/Footer/__stories__/Default/index.js +9 -0
- package/app/Footer/__stories__/Default/package.json +6 -0
- package/app/Footer/__stories__/Default.d.ts +1 -1
- package/app/Footer/__stories__/Default.js.map +7 -0
- package/app/Footer/__stories__/DefaultCopyright/index.js +23 -0
- package/app/Footer/__stories__/DefaultCopyright/package.json +6 -0
- package/app/Footer/__stories__/DefaultCopyright.d.ts +1 -1
- package/app/Footer/__stories__/DefaultCopyright.js.map +7 -0
- package/app/Footer/__stories__/FooterAllInclusive/index.js +32 -0
- package/app/Footer/__stories__/FooterAllInclusive/package.json +6 -0
- package/app/Footer/__stories__/FooterAllInclusive.d.ts +1 -1
- package/app/Footer/__stories__/FooterAllInclusive.js.map +7 -0
- package/app/Footer/__stories__/FooterWithLink/index.js +24 -0
- package/app/Footer/__stories__/FooterWithLink/package.json +6 -0
- package/app/Footer/__stories__/FooterWithLink.d.ts +1 -1
- package/app/Footer/__stories__/FooterWithLink.js.map +7 -0
- package/app/Footer/__stories__/FooterWithLogo/index.js +25 -0
- package/app/Footer/__stories__/FooterWithLogo/package.json +6 -0
- package/app/Footer/__stories__/FooterWithLogo.d.ts +1 -1
- package/app/Footer/__stories__/FooterWithLogo.js.map +7 -0
- package/app/Footer/__stories__/FooterWithSecondaryNavigation/index.js +28 -0
- package/app/Footer/__stories__/FooterWithSecondaryNavigation/package.json +6 -0
- package/app/Footer/__stories__/FooterWithSecondaryNavigation.d.ts +1 -1
- package/app/Footer/__stories__/FooterWithSecondaryNavigation.js.map +7 -0
- package/app/Footer/__stories__/FooterWithText/index.js +23 -0
- package/app/Footer/__stories__/FooterWithText/package.json +6 -0
- package/app/Footer/__stories__/FooterWithText.d.ts +1 -1
- package/app/Footer/__stories__/FooterWithText.js.map +7 -0
- package/app/Footer/__stories__/YearCopyright/index.js +23 -0
- package/app/Footer/__stories__/YearCopyright/package.json +6 -0
- package/app/Footer/__stories__/YearCopyright.d.ts +1 -1
- package/app/Footer/__stories__/YearCopyright.js.map +7 -0
- package/app/Header/Header.stories/index.js +79 -0
- package/app/Header/Header.stories/package.json +6 -0
- package/app/Header/Header.stories.d.ts +0 -2
- package/app/Header/Header.stories.js.map +7 -0
- package/app/Header/__stories__/Default/index.js +12 -0
- package/app/Header/__stories__/Default/package.json +6 -0
- package/app/Header/__stories__/Default.d.ts +1 -1
- package/app/Header/__stories__/Default.js.map +7 -0
- package/app/Header/__stories__/WithHeaderNavigation/index.js +25 -0
- package/app/Header/__stories__/WithHeaderNavigation/package.json +6 -0
- package/app/Header/__stories__/WithHeaderNavigation.d.ts +1 -1
- package/app/Header/__stories__/WithHeaderNavigation.js.map +7 -0
- package/app/Header/__stories__/WithNavigation/index.js +32 -0
- package/app/Header/__stories__/WithNavigation/package.json +6 -0
- package/app/Header/__stories__/WithNavigation.d.ts +1 -1
- package/app/Header/__stories__/WithNavigation.js.map +7 -0
- package/app/Header/__stories__/WithServiceName/index.js +13 -0
- package/app/Header/__stories__/WithServiceName/package.json +6 -0
- package/app/Header/__stories__/WithServiceName.d.ts +1 -1
- package/app/Header/__stories__/WithServiceName.js.map +7 -0
- package/app/Header/__stories__/WithServiceNameAndLogo/index.js +17 -0
- package/app/Header/__stories__/WithServiceNameAndLogo/package.json +6 -0
- package/app/Header/__stories__/WithServiceNameAndLogo.d.ts +1 -1
- package/app/Header/__stories__/WithServiceNameAndLogo.js.map +7 -0
- package/app/Loader/Loader.stories/index.js +14 -0
- package/app/Loader/Loader.stories/package.json +6 -0
- package/app/Loader/Loader.stories.d.ts +0 -1
- package/app/Loader/Loader.stories.js.map +7 -0
- package/app/Loader/__stories__/Default/index.js +11 -0
- package/app/Loader/__stories__/Default/package.json +6 -0
- package/app/Loader/__stories__/Default.d.ts +1 -1
- package/app/Loader/__stories__/Default.js.map +7 -0
- package/app/Loader/__stories__/FullPageLoader/index.js +13 -0
- package/app/Loader/__stories__/FullPageLoader/package.json +6 -0
- package/app/Loader/__stories__/FullPageLoader.d.ts +1 -1
- package/app/Loader/__stories__/FullPageLoader.js.map +7 -0
- package/app/Loader/index.native.d.ts +2 -2
- package/app/Loader/index.native.js.map +2 -2
- package/app/Loader/index.web/index.js +1 -17
- package/app/Loader/index.web.d.ts +1 -19
- package/app/Loader/index.web.js.map +3 -3
- package/app/Masthead/Masthead.stories/index.js +21 -0
- package/app/Masthead/Masthead.stories/package.json +6 -0
- package/app/Masthead/Masthead.stories.d.ts +0 -2
- package/app/Masthead/Masthead.stories.js.map +7 -0
- package/app/Masthead/__stories__/Default/index.js +13 -0
- package/app/Masthead/__stories__/Default/package.json +6 -0
- package/app/Masthead/__stories__/Default.d.ts +1 -1
- package/app/Masthead/__stories__/Default.js.map +7 -0
- package/app/Masthead/__stories__/Secondary/index.js +13 -0
- package/app/Masthead/__stories__/Secondary/package.json +6 -0
- package/app/Masthead/__stories__/Secondary.d.ts +1 -1
- package/app/Masthead/__stories__/Secondary.js.map +7 -0
- package/app/Masthead/__stories__/WithElements/index.js +16 -0
- package/app/Masthead/__stories__/WithElements/package.json +6 -0
- package/app/Masthead/__stories__/WithElements.d.ts +1 -1
- package/app/Masthead/__stories__/WithElements.js.map +7 -0
- package/app/Masthead/__stories__/WithLogo/index.js +14 -0
- package/app/Masthead/__stories__/WithLogo/package.json +6 -0
- package/app/Masthead/__stories__/WithLogo.d.ts +1 -1
- package/app/Masthead/__stories__/WithLogo.js.map +7 -0
- package/app/Modal/Modal.stories/index.js +24 -0
- package/{stories-registry → app/Modal/Modal.stories}/package.json +1 -1
- package/app/Modal/Modal.stories.d.ts +0 -2
- package/app/Modal/Modal.stories.js.map +7 -0
- package/app/Modal/__stories__/AlertDialog/index.js +48 -0
- package/app/Modal/__stories__/AlertDialog/package.json +6 -0
- package/app/Modal/__stories__/AlertDialog.d.ts +1 -1
- package/app/Modal/__stories__/AlertDialog.js.map +7 -0
- package/app/Modal/__stories__/Auto/index.js +20 -0
- package/app/Modal/__stories__/Auto/package.json +6 -0
- package/app/Modal/__stories__/Auto.d.ts +1 -1
- package/app/Modal/__stories__/Auto.js.map +7 -0
- package/app/Modal/__stories__/Default/index.js +38 -0
- package/app/Modal/__stories__/Default/package.json +6 -0
- package/app/Modal/__stories__/Default.d.ts +1 -1
- package/app/Modal/__stories__/Default.js.map +7 -0
- package/app/Modal/__stories__/Dense/index.js +38 -0
- package/app/Modal/__stories__/Dense/package.json +6 -0
- package/app/Modal/__stories__/Dense.d.ts +1 -1
- package/app/Modal/__stories__/Dense.js.map +7 -0
- package/app/Modal/__stories__/WithHooks/index.js +33 -0
- package/app/Modal/__stories__/WithHooks/package.json +6 -0
- package/app/Modal/__stories__/WithHooks.d.ts +1 -1
- package/app/Modal/__stories__/WithHooks.js.map +7 -0
- package/app/Modal/__stories__/WithoutModalGaps/index.js +38 -0
- package/app/Modal/__stories__/WithoutModalGaps/package.json +6 -0
- package/app/Modal/__stories__/WithoutModalGaps.d.ts +1 -1
- package/app/Modal/__stories__/WithoutModalGaps.js.map +7 -0
- package/app/Modal/hooks/index.js +6 -2
- package/app/Modal/hooks.d.ts +2 -2
- package/app/Modal/hooks.js.map +2 -2
- package/app/Modal/index.web/index.js +5 -5
- package/app/Modal/index.web.js.map +2 -2
- package/app/NotFound/NotFound.stories/index.js +12 -0
- package/app/NotFound/NotFound.stories/package.json +6 -0
- package/app/NotFound/NotFound.stories.d.ts +0 -2
- package/app/NotFound/NotFound.stories.js.map +7 -0
- package/app/NotFound/__stories__/Default/index.js +9 -0
- package/app/NotFound/__stories__/Default/package.json +6 -0
- package/app/NotFound/__stories__/Default.d.ts +1 -1
- package/app/NotFound/__stories__/Default.js.map +7 -0
- package/app/OutdatedBrowserBanner/index.d.ts +0 -1
- package/app/OutdatedBrowserBanner/index.js.map +2 -2
- package/app/Panel/Panel.stories/index.js +14 -0
- package/app/Panel/Panel.stories/package.json +6 -0
- package/app/Panel/Panel.stories.d.ts +0 -2
- package/app/Panel/Panel.stories.js.map +7 -0
- package/app/Panel/__stories__/Default/index.js +9 -0
- package/app/Panel/__stories__/Default/package.json +6 -0
- package/app/Panel/__stories__/Default.d.ts +1 -1
- package/app/Panel/__stories__/Default.js.map +7 -0
- package/app/PhaseBannerHeader/PhaseBannerHeader.stories/index.js +12 -0
- package/app/PhaseBannerHeader/PhaseBannerHeader.stories/package.json +6 -0
- package/app/PhaseBannerHeader/PhaseBannerHeader.stories.d.ts +0 -2
- package/app/PhaseBannerHeader/PhaseBannerHeader.stories.js.map +7 -0
- package/app/PhaseBannerHeader/__stories__/Default/index.js +15 -0
- package/app/PhaseBannerHeader/__stories__/Default/package.json +6 -0
- package/app/PhaseBannerHeader/__stories__/Default.d.ts +1 -1
- package/app/PhaseBannerHeader/__stories__/Default.js.map +7 -0
- package/app/PhaseBannerHeader/index.d.ts +1 -1
- package/app/PhaseBannerHeader/index.js.map +2 -2
- package/app/QrCodeScanner/QrCodeScanner.stories/index.js +12 -0
- package/app/QrCodeScanner/QrCodeScanner.stories/package.json +6 -0
- package/app/QrCodeScanner/QrCodeScanner.stories.js.map +7 -0
- package/app/QrCodeScanner/__stories__/Default/index.js +41 -0
- package/app/QrCodeScanner/__stories__/Default/package.json +6 -0
- package/app/QrCodeScanner/__stories__/Default.d.ts +1 -1
- package/app/QrCodeScanner/__stories__/Default.js.map +7 -0
- package/app/QrCodeViewer/QRCode.stories/index.js +14 -0
- package/app/QrCodeViewer/QRCode.stories/package.json +6 -0
- package/app/QrCodeViewer/QRCode.stories.d.ts +0 -2
- package/app/QrCodeViewer/QRCode.stories.js.map +7 -0
- package/app/QrCodeViewer/__stories__/Custom/index.js +28 -0
- package/app/QrCodeViewer/__stories__/Custom/package.json +6 -0
- package/app/QrCodeViewer/__stories__/Custom.d.ts +1 -1
- package/app/QrCodeViewer/__stories__/Custom.js.map +7 -0
- package/app/QrCodeViewer/__stories__/Default/index.js +9 -0
- package/app/QrCodeViewer/__stories__/Default/package.json +6 -0
- package/app/QrCodeViewer/__stories__/Default.d.ts +1 -1
- package/app/QrCodeViewer/__stories__/Default.js.map +7 -0
- package/app/Skeleton/Skeleton.stories/index.js +57 -0
- package/app/Skeleton/Skeleton.stories/package.json +6 -0
- package/app/Skeleton/Skeleton.stories.d.ts +0 -2
- package/app/Skeleton/Skeleton.stories.js.map +7 -0
- package/app/Skeleton/__stories__/Button/index.js +9 -0
- package/app/Skeleton/__stories__/Button/package.json +6 -0
- package/app/Skeleton/__stories__/Button.d.ts +1 -1
- package/app/Skeleton/__stories__/Button.js.map +7 -0
- package/app/Skeleton/__stories__/Circular/index.js +9 -0
- package/app/Skeleton/__stories__/Circular/package.json +6 -0
- package/app/Skeleton/__stories__/Circular.d.ts +1 -1
- package/app/Skeleton/__stories__/Circular.js.map +7 -0
- package/app/Skeleton/__stories__/Default/index.js +9 -0
- package/app/Skeleton/__stories__/Default/package.json +6 -0
- package/app/Skeleton/__stories__/Default.d.ts +1 -1
- package/app/Skeleton/__stories__/Default.js.map +7 -0
- package/app/Skeleton/__stories__/NoAnimation/index.js +9 -0
- package/app/Skeleton/__stories__/NoAnimation/package.json +6 -0
- package/app/Skeleton/__stories__/NoAnimation.d.ts +1 -1
- package/app/Skeleton/__stories__/NoAnimation.js.map +7 -0
- package/app/Skeleton/__stories__/Rectangular/index.js +9 -0
- package/app/Skeleton/__stories__/Rectangular/package.json +6 -0
- package/app/Skeleton/__stories__/Rectangular.d.ts +1 -1
- package/app/Skeleton/__stories__/Rectangular.js.map +7 -0
- package/app/Skeleton/__stories__/SpecificWidthAndHeight/index.js +9 -0
- package/app/Skeleton/__stories__/SpecificWidthAndHeight/package.json +6 -0
- package/app/Skeleton/__stories__/SpecificWidthAndHeight.d.ts +1 -1
- package/app/Skeleton/__stories__/SpecificWidthAndHeight.js.map +7 -0
- package/app/Skeleton/__stories__/TextSizes/index.js +9 -0
- package/app/Skeleton/__stories__/TextSizes/package.json +6 -0
- package/app/Skeleton/__stories__/TextSizes.d.ts +1 -1
- package/app/Skeleton/__stories__/TextSizes.js.map +7 -0
- package/app/Skeleton/__stories__/UnderTypography/index.js +11 -0
- package/app/Skeleton/__stories__/UnderTypography/package.json +6 -0
- package/app/Skeleton/__stories__/UnderTypography.d.ts +1 -1
- package/app/Skeleton/__stories__/UnderTypography.js.map +7 -0
- package/app/Skeleton/__stories__/WithChildren/index.js +10 -0
- package/app/Skeleton/__stories__/WithChildren/package.json +6 -0
- package/app/Skeleton/__stories__/WithChildren.d.ts +1 -1
- package/app/Skeleton/__stories__/WithChildren.js.map +7 -0
- package/cjs/app/BannerContainer/BannerContainer.stories/index.js +47 -0
- package/cjs/app/BannerContainer/BannerContainer.stories.js.map +7 -0
- package/cjs/app/BannerContainer/__stories__/CookiesBanner/index.js +49 -0
- package/cjs/app/BannerContainer/__stories__/CookiesBanner.js.map +7 -0
- package/cjs/app/Footer/Footer.stories/index.js +104 -0
- package/cjs/app/Footer/Footer.stories.js.map +7 -0
- package/cjs/app/Footer/__stories__/Default/index.js +42 -0
- package/cjs/app/Footer/__stories__/Default.js.map +7 -0
- package/cjs/app/Footer/__stories__/DefaultCopyright/index.js +47 -0
- package/cjs/app/Footer/__stories__/DefaultCopyright.js.map +7 -0
- package/cjs/app/Footer/__stories__/FooterAllInclusive/index.js +51 -0
- package/cjs/app/Footer/__stories__/FooterAllInclusive.js.map +7 -0
- package/cjs/app/Footer/__stories__/FooterWithLink/index.js +48 -0
- package/cjs/app/Footer/__stories__/FooterWithLink.js.map +7 -0
- package/cjs/app/Footer/__stories__/FooterWithLogo/index.js +50 -0
- package/cjs/app/Footer/__stories__/FooterWithLogo.js.map +7 -0
- package/cjs/app/Footer/__stories__/FooterWithSecondaryNavigation/index.js +49 -0
- package/cjs/app/Footer/__stories__/FooterWithSecondaryNavigation.js.map +7 -0
- package/cjs/app/Footer/__stories__/FooterWithText/index.js +48 -0
- package/cjs/app/Footer/__stories__/FooterWithText.js.map +7 -0
- package/cjs/app/Footer/__stories__/YearCopyright/index.js +47 -0
- package/cjs/app/Footer/__stories__/YearCopyright.js.map +7 -0
- package/cjs/app/Header/Header.stories/index.js +113 -0
- package/cjs/app/Header/Header.stories.js.map +7 -0
- package/cjs/app/Header/__stories__/Default/index.js +45 -0
- package/cjs/app/Header/__stories__/Default.js.map +7 -0
- package/cjs/app/Header/__stories__/WithHeaderNavigation/index.js +54 -0
- package/cjs/app/Header/__stories__/WithHeaderNavigation.js.map +7 -0
- package/cjs/app/Header/__stories__/WithNavigation/index.js +65 -0
- package/cjs/app/Header/__stories__/WithNavigation.js.map +7 -0
- package/cjs/app/Header/__stories__/WithServiceName/index.js +46 -0
- package/cjs/app/Header/__stories__/WithServiceName.js.map +7 -0
- package/cjs/app/Header/__stories__/WithServiceNameAndLogo/index.js +50 -0
- package/cjs/app/Header/__stories__/WithServiceNameAndLogo.js.map +7 -0
- package/cjs/app/Loader/Loader.stories/index.js +48 -0
- package/cjs/app/Loader/Loader.stories.js.map +7 -0
- package/cjs/app/Loader/__stories__/Default/index.js +44 -0
- package/cjs/app/Loader/__stories__/Default.js.map +7 -0
- package/cjs/app/Loader/__stories__/FullPageLoader/index.js +42 -0
- package/cjs/app/Loader/__stories__/FullPageLoader.js.map +7 -0
- package/cjs/app/Loader/index.native.js.map +2 -2
- package/cjs/app/Loader/index.web/index.js +2 -33
- package/cjs/app/Loader/index.web.js.map +3 -3
- package/cjs/app/Masthead/Masthead.stories/index.js +57 -0
- package/cjs/app/Masthead/Masthead.stories.js.map +7 -0
- package/cjs/app/Masthead/__stories__/Default/index.js +46 -0
- package/cjs/app/Masthead/__stories__/Default.js.map +7 -0
- package/cjs/app/Masthead/__stories__/Secondary/index.js +46 -0
- package/cjs/app/Masthead/__stories__/Secondary.js.map +7 -0
- package/cjs/app/Masthead/__stories__/WithElements/index.js +49 -0
- package/cjs/app/Masthead/__stories__/WithElements.js.map +7 -0
- package/cjs/app/Masthead/__stories__/WithLogo/index.js +47 -0
- package/cjs/app/Masthead/__stories__/WithLogo.js.map +7 -0
- package/cjs/app/Modal/Modal.stories/index.js +62 -0
- package/cjs/app/Modal/Modal.stories.js.map +7 -0
- package/cjs/app/Modal/__stories__/AlertDialog/index.js +76 -0
- package/cjs/app/Modal/__stories__/AlertDialog.js.map +7 -0
- package/cjs/app/Modal/__stories__/Auto/index.js +49 -0
- package/cjs/app/Modal/__stories__/Auto.js.map +7 -0
- package/cjs/app/Modal/__stories__/Default/index.js +66 -0
- package/cjs/app/Modal/__stories__/Default.js.map +7 -0
- package/cjs/app/Modal/__stories__/Dense/index.js +66 -0
- package/cjs/app/Modal/__stories__/Dense.js.map +7 -0
- package/cjs/app/Modal/__stories__/WithHooks/index.js +61 -0
- package/cjs/app/Modal/__stories__/WithHooks.js.map +7 -0
- package/cjs/app/Modal/__stories__/WithoutModalGaps/index.js +66 -0
- package/cjs/app/Modal/__stories__/WithoutModalGaps.js.map +7 -0
- package/cjs/app/Modal/hooks/index.js +6 -2
- package/cjs/app/Modal/hooks.js.map +2 -2
- package/cjs/app/Modal/index.web/index.js +5 -5
- package/cjs/app/Modal/index.web.js.map +2 -2
- package/cjs/app/NotFound/NotFound.stories/index.js +45 -0
- package/cjs/app/NotFound/NotFound.stories.js.map +7 -0
- package/cjs/app/NotFound/__stories__/Default/index.js +42 -0
- package/cjs/app/NotFound/__stories__/Default.js.map +7 -0
- package/cjs/app/OutdatedBrowserBanner/index.js.map +2 -2
- package/cjs/app/Panel/Panel.stories/index.js +47 -0
- package/cjs/app/Panel/Panel.stories.js.map +7 -0
- package/cjs/app/Panel/__stories__/Default/index.js +42 -0
- package/cjs/app/Panel/__stories__/Default.js.map +7 -0
- package/cjs/app/PhaseBannerHeader/PhaseBannerHeader.stories/index.js +45 -0
- package/cjs/app/PhaseBannerHeader/PhaseBannerHeader.stories.js.map +7 -0
- package/cjs/app/PhaseBannerHeader/__stories__/Default/index.js +48 -0
- package/cjs/app/PhaseBannerHeader/__stories__/Default.js.map +7 -0
- package/cjs/app/PhaseBannerHeader/index.js.map +2 -2
- package/cjs/app/QrCodeScanner/QrCodeScanner.stories/index.js +45 -0
- package/cjs/app/QrCodeScanner/QrCodeScanner.stories.js.map +7 -0
- package/cjs/app/QrCodeScanner/__stories__/Default/index.js +74 -0
- package/cjs/app/QrCodeScanner/__stories__/Default.js.map +7 -0
- package/cjs/app/QrCodeViewer/QRCode.stories/index.js +48 -0
- package/cjs/app/QrCodeViewer/QRCode.stories.js.map +7 -0
- package/cjs/app/QrCodeViewer/__stories__/Custom/index.js +61 -0
- package/cjs/app/QrCodeViewer/__stories__/Custom.js.map +7 -0
- package/cjs/app/QrCodeViewer/__stories__/Default/index.js +42 -0
- package/cjs/app/QrCodeViewer/__stories__/Default.js.map +7 -0
- package/cjs/app/Skeleton/Skeleton.stories/index.js +99 -0
- package/cjs/app/Skeleton/Skeleton.stories.js.map +7 -0
- package/cjs/app/Skeleton/__stories__/Button/index.js +42 -0
- package/cjs/app/Skeleton/__stories__/Button.js.map +7 -0
- package/cjs/app/Skeleton/__stories__/Circular/index.js +42 -0
- package/cjs/app/Skeleton/__stories__/Circular.js.map +7 -0
- package/cjs/app/Skeleton/__stories__/Default/index.js +42 -0
- package/cjs/app/Skeleton/__stories__/Default.js.map +7 -0
- package/cjs/app/Skeleton/__stories__/NoAnimation/index.js +42 -0
- package/cjs/app/Skeleton/__stories__/NoAnimation.js.map +7 -0
- package/cjs/app/Skeleton/__stories__/Rectangular/index.js +42 -0
- package/cjs/app/Skeleton/__stories__/Rectangular.js.map +7 -0
- package/cjs/app/Skeleton/__stories__/SpecificWidthAndHeight/index.js +42 -0
- package/cjs/app/Skeleton/__stories__/SpecificWidthAndHeight.js.map +7 -0
- package/cjs/app/Skeleton/__stories__/TextSizes/index.js +42 -0
- package/cjs/app/Skeleton/__stories__/TextSizes.js.map +7 -0
- package/cjs/app/Skeleton/__stories__/UnderTypography/index.js +44 -0
- package/cjs/app/Skeleton/__stories__/UnderTypography.js.map +7 -0
- package/cjs/app/Skeleton/__stories__/WithChildren/index.js +43 -0
- package/cjs/app/Skeleton/__stories__/WithChildren.js.map +7 -0
- package/cjs/content/Accordion/Accordion.stories/index.js +109 -0
- package/cjs/content/Accordion/Accordion.stories.js.map +7 -0
- package/cjs/content/Accordion/__stories__/Auto/index.js +50 -0
- package/cjs/content/Accordion/__stories__/Auto.js.map +7 -0
- package/cjs/content/Accordion/__stories__/Default/index.js +46 -0
- package/cjs/content/Accordion/__stories__/Default.js.map +7 -0
- package/cjs/content/Accordion/__stories__/WithHints/index.js +47 -0
- package/cjs/content/Accordion/__stories__/WithHints.js.map +7 -0
- package/cjs/content/Accordion/__stories__/WithHook/index.js +55 -0
- package/cjs/content/Accordion/__stories__/WithHook.js.map +7 -0
- package/cjs/content/Accordion/hooks.js.map +1 -1
- package/cjs/content/Blockquote/Blockquote.stories/index.js +69 -0
- package/cjs/content/Blockquote/Blockquote.stories.js.map +7 -0
- package/cjs/content/Blockquote/__stories__/Default/index.js +42 -0
- package/cjs/content/Blockquote/__stories__/Default.js.map +7 -0
- package/cjs/content/Blockquote/__stories__/Dense/index.js +42 -0
- package/cjs/content/Blockquote/__stories__/Dense.js.map +7 -0
- package/cjs/content/Card/Card.stories/index.js +154 -0
- package/cjs/content/Card/Card.stories.js.map +7 -0
- package/cjs/content/Card/__stories__/Default/index.js +43 -0
- package/cjs/content/Card/__stories__/Default.js.map +7 -0
- package/cjs/content/Card/__stories__/Dense/index.js +43 -0
- package/cjs/content/Card/__stories__/Dense.js.map +7 -0
- package/cjs/content/Card/__stories__/WithClickableContent/index.js +43 -0
- package/cjs/content/Card/__stories__/WithClickableContent.js.map +7 -0
- package/cjs/content/Card/__stories__/WithClickableLink/index.js +43 -0
- package/cjs/content/Card/__stories__/WithClickableLink.js.map +7 -0
- package/cjs/content/Card/__stories__/WithDarkBorder/index.js +43 -0
- package/cjs/content/Card/__stories__/WithDarkBorder.js.map +7 -0
- package/cjs/content/Card/__stories__/WithDarkTopBorder/index.js +43 -0
- package/cjs/content/Card/__stories__/WithDarkTopBorder.js.map +7 -0
- package/cjs/content/Card/__stories__/WithDivider/index.js +43 -0
- package/cjs/content/Card/__stories__/WithDivider.js.map +7 -0
- package/cjs/content/Card/__stories__/WithGrayBorder/index.js +43 -0
- package/cjs/content/Card/__stories__/WithGrayBorder.js.map +7 -0
- package/cjs/content/Card/__stories__/WithGrayTopBorder/index.js +43 -0
- package/cjs/content/Card/__stories__/WithGrayTopBorder.js.map +7 -0
- package/cjs/content/Card/__stories__/WithGroupButton/index.js +44 -0
- package/cjs/content/Card/__stories__/WithGroupButton.js.map +7 -0
- package/cjs/content/Card/__stories__/WithLink/index.js +43 -0
- package/cjs/content/Card/__stories__/WithLink.js.map +7 -0
- package/cjs/content/Chip/Chip.stories/index.js +80 -0
- package/cjs/content/Chip/Chip.stories.js.map +7 -0
- package/cjs/content/Chip/__stories__/ClickableChip/index.js +50 -0
- package/cjs/content/Chip/__stories__/ClickableChip.js.map +7 -0
- package/cjs/content/Chip/__stories__/ClickableDeletableChip/index.js +53 -0
- package/cjs/content/Chip/__stories__/ClickableDeletableChip.js.map +7 -0
- package/cjs/content/Chip/__stories__/Default/index.js +42 -0
- package/cjs/content/Chip/__stories__/Default.js.map +7 -0
- package/cjs/content/Chip/__stories__/DeletableChip/index.js +50 -0
- package/cjs/content/Chip/__stories__/DeletableChip.js.map +7 -0
- package/cjs/content/Chip/__stories__/GroupOfChips/index.js +42 -0
- package/cjs/content/Chip/__stories__/GroupOfChips.js.map +7 -0
- package/cjs/content/Details/Details.stories/index.js +47 -0
- package/cjs/content/Details/Details.stories.js.map +7 -0
- package/cjs/content/Details/__stories__/Default/index.js +42 -0
- package/cjs/content/Details/__stories__/Default.js.map +7 -0
- package/cjs/content/List/List.stories/index.js +100 -0
- package/cjs/content/List/List.stories.js.map +7 -0
- package/cjs/content/List/__stories__/BulletList/index.js +43 -0
- package/cjs/content/List/__stories__/BulletList.js.map +7 -0
- package/cjs/content/List/__stories__/Default/index.js +43 -0
- package/cjs/content/List/__stories__/Default.js.map +7 -0
- package/cjs/content/List/__stories__/HorizontalList/index.js +44 -0
- package/cjs/content/List/__stories__/HorizontalList.js.map +7 -0
- package/cjs/content/List/__stories__/NestedBulletList/index.js +43 -0
- package/cjs/content/List/__stories__/NestedBulletList.js.map +7 -0
- package/cjs/content/List/__stories__/NumberedList/index.js +43 -0
- package/cjs/content/List/__stories__/NumberedList.js.map +7 -0
- package/cjs/content/List/__stories__/WithExtraSpace/index.js +43 -0
- package/cjs/content/List/__stories__/WithExtraSpace.js.map +7 -0
- package/cjs/content/Markdown/Markdown.stories/index.js +46 -0
- package/cjs/content/Markdown/Markdown.stories.js.map +7 -0
- package/cjs/content/Markdown/__stories__/Default/index.js +63 -0
- package/cjs/content/Markdown/__stories__/Default.js.map +7 -0
- package/cjs/content/SafeHTML/SafeHTML.stories/index.js +46 -0
- package/cjs/content/SafeHTML/SafeHTML.stories.js.map +7 -0
- package/cjs/content/SafeHTML/__stories__/Default/index.js +61 -0
- package/cjs/content/SafeHTML/__stories__/Default.js.map +7 -0
- package/cjs/content/StepNav/StepNav.stories/index.js +58 -0
- package/cjs/content/StepNav/StepNav.stories.js.map +7 -0
- package/cjs/content/StepNav/__stories__/Auto/index.js +164 -0
- package/cjs/content/StepNav/__stories__/Auto.js.map +7 -0
- package/cjs/content/StepNav/__stories__/Default/index.js +206 -0
- package/cjs/content/StepNav/__stories__/Default.js.map +7 -0
- package/cjs/content/StepNav/__stories__/Dense/index.js +206 -0
- package/cjs/content/StepNav/__stories__/Dense.js.map +7 -0
- package/cjs/content/StepNav/__stories__/WithHints/index.js +207 -0
- package/cjs/content/StepNav/__stories__/WithHints.js.map +7 -0
- package/cjs/content/StepNav/__stories__/WithHook/index.js +167 -0
- package/cjs/content/StepNav/__stories__/WithHook.js.map +7 -0
- package/cjs/content/SummaryList/SummaryList.stories/index.js +49 -0
- package/cjs/content/SummaryList/SummaryList.stories.js.map +7 -0
- package/cjs/content/SummaryList/__stories__/Default/index.js +44 -0
- package/cjs/content/SummaryList/__stories__/Default.js.map +7 -0
- package/cjs/content/SummaryList/__stories__/RowVariations/index.js +44 -0
- package/cjs/content/SummaryList/__stories__/RowVariations.js.map +7 -0
- package/cjs/content/SummaryList/__stories__/SummaryListExample/index.js +70 -0
- package/cjs/content/SummaryList/__stories__/SummaryListExample.js.map +7 -0
- package/cjs/content/SummaryList/__stories__/WithActions/index.js +45 -0
- package/cjs/content/SummaryList/__stories__/WithActions.js.map +7 -0
- package/cjs/content/SummaryList/__stories__/WithKeyAndAction/index.js +47 -0
- package/cjs/content/SummaryList/__stories__/WithKeyAndAction.js.map +7 -0
- package/cjs/content/SummaryList/__stories__/WithNoLastBorder/index.js +44 -0
- package/cjs/content/SummaryList/__stories__/WithNoLastBorder.js.map +7 -0
- package/cjs/content/SummaryList/__stories__/WithoutActions/index.js +42 -0
- package/cjs/content/SummaryList/__stories__/WithoutActions.js.map +7 -0
- package/cjs/content/SummaryList/__stories__/WithoutBorders/index.js +44 -0
- package/cjs/content/SummaryList/__stories__/WithoutBorders.js.map +7 -0
- package/cjs/content/Table/Table.stories/index.js +253 -0
- package/cjs/content/Table/Table.stories.js.map +7 -0
- package/cjs/content/Table/__stories__/DarkVariant/index.js +74 -0
- package/cjs/content/Table/__stories__/DarkVariant.js.map +7 -0
- package/cjs/content/Table/__stories__/DarkVariantWithVerticalHeaders/index.js +74 -0
- package/cjs/content/Table/__stories__/DarkVariantWithVerticalHeaders.js.map +7 -0
- package/cjs/content/Table/__stories__/Default/index.js +69 -0
- package/cjs/content/Table/__stories__/Default.js.map +7 -0
- package/cjs/content/Table/__stories__/DefinedWidth/index.js +69 -0
- package/cjs/content/Table/__stories__/DefinedWidth.js.map +7 -0
- package/cjs/content/Table/__stories__/Dense/index.js +131 -0
- package/cjs/content/Table/__stories__/Dense.js.map +7 -0
- package/cjs/content/Table/__stories__/Full/index.js +143 -0
- package/cjs/content/Table/__stories__/Full.js.map +7 -0
- package/cjs/content/Table/__stories__/MultipleProps/index.js +111 -0
- package/cjs/content/Table/__stories__/MultipleProps.js.map +7 -0
- package/cjs/content/Table/__stories__/NoData/index.js +44 -0
- package/cjs/content/Table/__stories__/NoData.js.map +7 -0
- package/cjs/content/Table/__stories__/NumericDataType/index.js +104 -0
- package/cjs/content/Table/__stories__/NumericDataType.js.map +7 -0
- package/cjs/content/Table/__stories__/RowColors/index.js +94 -0
- package/cjs/content/Table/__stories__/RowColors.js.map +7 -0
- package/cjs/content/Table/__stories__/Stacked/index.js +69 -0
- package/cjs/content/Table/__stories__/Stacked.js.map +7 -0
- package/cjs/content/Table/__stories__/TableCaptions/index.js +44 -0
- package/cjs/content/Table/__stories__/TableCaptions.js.map +7 -0
- package/cjs/content/Table/__stories__/VerticalBorders/index.js +74 -0
- package/cjs/content/Table/__stories__/VerticalBorders.js.map +7 -0
- package/cjs/content/Table/__stories__/VerticalHeaders/index.js +69 -0
- package/cjs/content/Table/__stories__/VerticalHeaders.js.map +7 -0
- package/cjs/content/Table/__stories__/WithFloatingScroll/index.js +83 -0
- package/cjs/content/Table/__stories__/WithFloatingScroll.js.map +7 -0
- package/cjs/content/Table/__stories__/WithLoader/index.js +88 -0
- package/cjs/content/Table/__stories__/WithLoader.js.map +7 -0
- package/cjs/content/Table/__stories__/WithSortFilters/index.js +143 -0
- package/cjs/content/Table/__stories__/WithSortFilters.js.map +7 -0
- package/cjs/content/Table/__stories__/ZebraProp/index.js +74 -0
- package/cjs/content/Table/__stories__/ZebraProp.js.map +7 -0
- package/cjs/content/TaskList/TaskList.stories/index.js +49 -0
- package/cjs/content/TaskList/TaskList.stories.js.map +7 -0
- package/cjs/content/TaskList/__stories__/Default/index.js +112 -0
- package/cjs/content/TaskList/__stories__/Default.js.map +7 -0
- package/cjs/content/TaskList/__stories__/Dense/index.js +112 -0
- package/cjs/content/TaskList/__stories__/Dense.js.map +7 -0
- package/cjs/content/Timeline/Timeline.stories/index.js +49 -0
- package/cjs/content/Timeline/Timeline.stories.js.map +7 -0
- package/cjs/content/Timeline/__stories__/Default/index.js +161 -0
- package/cjs/content/Timeline/__stories__/Default.js.map +7 -0
- package/cjs/content/Timeline/__stories__/Dense/index.js +161 -0
- package/cjs/content/Timeline/__stories__/Dense.js.map +7 -0
- package/cjs/feedback/CopyToClipboard/CopyToClipboard.stories/index.js +109 -0
- package/cjs/feedback/CopyToClipboard/CopyToClipboard.stories.js.map +7 -0
- package/cjs/feedback/CopyToClipboard/__stories__/Banner/index.js +53 -0
- package/cjs/feedback/CopyToClipboard/__stories__/Banner.js.map +7 -0
- package/cjs/feedback/CopyToClipboard/__stories__/Default/index.js +58 -0
- package/cjs/feedback/CopyToClipboard/__stories__/Default.js.map +7 -0
- package/cjs/feedback/CopyToClipboard/__stories__/Dense/index.js +56 -0
- package/cjs/feedback/CopyToClipboard/__stories__/Dense.js.map +7 -0
- package/cjs/feedback/ErrorSummary/ErrorSummary.stories/index.js +104 -0
- package/cjs/feedback/ErrorSummary/ErrorSummary.stories.js.map +7 -0
- package/cjs/feedback/ErrorSummary/__stories__/Default/index.js +44 -0
- package/cjs/feedback/ErrorSummary/__stories__/Default.js.map +7 -0
- package/cjs/feedback/ErrorSummary/__stories__/Dense/index.js +44 -0
- package/cjs/feedback/ErrorSummary/__stories__/Dense.js.map +7 -0
- package/cjs/feedback/ErrorSummary/__stories__/ErrorGroupLinkedToInput/index.js +49 -0
- package/cjs/feedback/ErrorSummary/__stories__/ErrorGroupLinkedToInput.js.map +7 -0
- package/cjs/feedback/ErrorSummary/__stories__/LinkedToCheckbox/index.js +49 -0
- package/cjs/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js.map +7 -0
- package/cjs/feedback/ErrorSummary/__stories__/LinkedToField/index.js +49 -0
- package/cjs/feedback/ErrorSummary/__stories__/LinkedToField.js.map +7 -0
- package/cjs/feedback/ErrorSummary/__stories__/LinkedToInput/index.js +50 -0
- package/cjs/feedback/ErrorSummary/__stories__/LinkedToInput.js.map +7 -0
- package/cjs/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/index.js +51 -0
- package/cjs/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js.map +7 -0
- package/cjs/feedback/NotificationBanner/NotificationBanner.stories/index.js +89 -0
- package/cjs/feedback/NotificationBanner/NotificationBanner.stories.js.map +7 -0
- package/cjs/feedback/NotificationBanner/__stories__/Default/index.js +52 -0
- package/cjs/feedback/NotificationBanner/__stories__/Default.js.map +7 -0
- package/cjs/feedback/NotificationBanner/__stories__/Dense/index.js +53 -0
- package/cjs/feedback/NotificationBanner/__stories__/Dense.js.map +7 -0
- package/cjs/feedback/NotificationBanner/__stories__/Success/index.js +53 -0
- package/cjs/feedback/NotificationBanner/__stories__/Success.js.map +7 -0
- package/cjs/feedback/PhaseBanner/PhaseBanner.stories/index.js +74 -0
- package/cjs/feedback/PhaseBanner/PhaseBanner.stories.js.map +7 -0
- package/cjs/feedback/PhaseBanner/__stories__/Default/index.js +43 -0
- package/cjs/feedback/PhaseBanner/__stories__/Default.js.map +7 -0
- package/cjs/feedback/PhaseBanner/__stories__/Underlined/index.js +43 -0
- package/cjs/feedback/PhaseBanner/__stories__/Underlined.js.map +7 -0
- package/cjs/feedback/WarningText/WarningText.stories/index.js +80 -0
- package/cjs/feedback/WarningText/WarningText.stories.js.map +7 -0
- package/cjs/feedback/WarningText/__stories__/AssistiveText/index.js +42 -0
- package/cjs/feedback/WarningText/__stories__/AssistiveText.js.map +7 -0
- package/cjs/feedback/WarningText/__stories__/Default/index.js +42 -0
- package/cjs/feedback/WarningText/__stories__/Default.js.map +7 -0
- package/cjs/feedback/WarningText/__stories__/Dense/index.js +42 -0
- package/cjs/feedback/WarningText/__stories__/Dense.js.map +7 -0
- package/cjs/form/AutoComplete/AutoComplete.stories/index.js +147 -0
- package/cjs/form/AutoComplete/AutoComplete.stories.js.map +7 -0
- package/cjs/form/AutoComplete/Status/index.js.map +2 -2
- package/cjs/form/AutoComplete/__stories__/Default/index.js +45 -0
- package/cjs/form/AutoComplete/__stories__/Default.js.map +7 -0
- package/cjs/form/AutoComplete/__stories__/Multiple/index.js +53 -0
- package/cjs/form/AutoComplete/__stories__/Multiple.js.map +7 -0
- package/cjs/form/AutoComplete/__stories__/MultipleShowingTwoSelected/index.js +54 -0
- package/cjs/form/AutoComplete/__stories__/MultipleShowingTwoSelected.js.map +7 -0
- package/cjs/form/AutoComplete/__stories__/MultipleWithDefaultValues/index.js +54 -0
- package/cjs/form/AutoComplete/__stories__/MultipleWithDefaultValues.js.map +7 -0
- package/cjs/form/AutoComplete/__stories__/MultipleWithMinLength/index.js +55 -0
- package/cjs/form/AutoComplete/__stories__/MultipleWithMinLength.js.map +7 -0
- package/cjs/form/AutoComplete/__stories__/WithAutoSelect/index.js +61 -0
- package/cjs/form/AutoComplete/__stories__/WithAutoSelect.js.map +7 -0
- package/cjs/form/AutoComplete/__stories__/WithDefaultValue/index.js +53 -0
- package/cjs/form/AutoComplete/__stories__/WithDefaultValue.js.map +7 -0
- package/cjs/form/AutoComplete/__stories__/WithMinLength/index.js +54 -0
- package/cjs/form/AutoComplete/__stories__/WithMinLength.js.map +7 -0
- package/cjs/form/AutoComplete/__stories__/WithPlaceHolder/index.js +53 -0
- package/cjs/form/AutoComplete/__stories__/WithPlaceHolder.js.map +7 -0
- package/cjs/form/AutoComplete/__stories__/WithShowAllValues/index.js +45 -0
- package/cjs/form/AutoComplete/__stories__/WithShowAllValues.js.map +7 -0
- package/cjs/form/AutoComplete/index.js +19 -32
- package/cjs/form/AutoComplete/index.js.map +2 -2
- package/cjs/form/Button/Button.stories/index.js +111 -0
- package/cjs/form/Button/Button.stories.js.map +7 -0
- package/cjs/form/Button/__stories__/Back/index.js +42 -0
- package/cjs/form/Button/__stories__/Back.js.map +7 -0
- package/cjs/form/Button/__stories__/ButtonLinkButton/index.js +51 -0
- package/cjs/form/Button/__stories__/ButtonLinkButton.js.map +7 -0
- package/cjs/form/Button/__stories__/CallToActionButton/index.js +51 -0
- package/cjs/form/Button/__stories__/CallToActionButton.js.map +7 -0
- package/cjs/form/Button/__stories__/Dense/index.js +42 -0
- package/cjs/form/Button/__stories__/Dense.js.map +7 -0
- package/cjs/form/Button/__stories__/Disabled/index.js +42 -0
- package/cjs/form/Button/__stories__/Disabled.js.map +7 -0
- package/cjs/form/Button/__stories__/GroupingButtons/index.js +42 -0
- package/cjs/form/Button/__stories__/GroupingButtons.js.map +7 -0
- package/cjs/form/Button/__stories__/GroupingButtonsAndLinks/index.js +43 -0
- package/cjs/form/Button/__stories__/GroupingButtonsAndLinks.js.map +7 -0
- package/cjs/form/Button/__stories__/Primary/index.js +59 -0
- package/cjs/form/Button/__stories__/Primary.js.map +7 -0
- package/cjs/form/Button/__stories__/Secondary/index.js +42 -0
- package/cjs/form/Button/__stories__/Secondary.js.map +7 -0
- package/cjs/form/Button/__stories__/ThemeToggle/index.js +42 -0
- package/cjs/form/Button/__stories__/ThemeToggle.js.map +7 -0
- package/cjs/form/Button/__stories__/Warning/index.js +44 -0
- package/cjs/form/Button/__stories__/Warning.js.map +7 -0
- package/cjs/form/Button/__stories__/WithVariantLink/index.js +52 -0
- package/cjs/form/Button/__stories__/WithVariantLink.js.map +7 -0
- package/cjs/form/Checkbox/Checkbox.stories/index.js +185 -0
- package/cjs/form/Checkbox/Checkbox.stories.js.map +7 -0
- package/cjs/form/Checkbox/__stories__/ConditionalReveal/index.js +45 -0
- package/cjs/form/Checkbox/__stories__/ConditionalReveal.js.map +7 -0
- package/cjs/form/Checkbox/__stories__/Default/index.js +44 -0
- package/cjs/form/Checkbox/__stories__/Default.js.map +7 -0
- package/cjs/form/Checkbox/__stories__/Dense/index.js +44 -0
- package/cjs/form/Checkbox/__stories__/Dense.js.map +7 -0
- package/cjs/form/Checkbox/__stories__/Inline/index.js +44 -0
- package/cjs/form/Checkbox/__stories__/Inline.js.map +7 -0
- package/cjs/form/Checkbox/__stories__/InlineWithDivider/index.js +44 -0
- package/cjs/form/Checkbox/__stories__/InlineWithDivider.js.map +7 -0
- package/cjs/form/Checkbox/__stories__/MultipleQuestions/index.js +44 -0
- package/cjs/form/Checkbox/__stories__/MultipleQuestions.js.map +7 -0
- package/cjs/form/Checkbox/__stories__/NoneAnswer/index.js +43 -0
- package/cjs/form/Checkbox/__stories__/NoneAnswer.js.map +7 -0
- package/cjs/form/Checkbox/__stories__/NoneAnswerWithError/index.js +45 -0
- package/cjs/form/Checkbox/__stories__/NoneAnswerWithError.js.map +7 -0
- package/cjs/form/Checkbox/__stories__/WithErrorMessage/index.js +46 -0
- package/cjs/form/Checkbox/__stories__/WithErrorMessage.js.map +7 -0
- package/cjs/form/Checkbox/__stories__/WithHint/index.js +44 -0
- package/cjs/form/Checkbox/__stories__/WithHint.js.map +7 -0
- package/cjs/form/DateInputContainer/DateInputContainer.stories/index.js +134 -0
- package/cjs/form/DateInputContainer/DateInputContainer.stories.js.map +7 -0
- package/cjs/form/DateInputContainer/__stories__/Default/index.js +44 -0
- package/cjs/form/DateInputContainer/__stories__/Default.js.map +7 -0
- package/cjs/form/DateInputContainer/__stories__/Dense/index.js +43 -0
- package/cjs/form/DateInputContainer/__stories__/Dense.js.map +7 -0
- package/cjs/form/DateInputContainer/__stories__/MultipleQuestions/index.js +44 -0
- package/cjs/form/DateInputContainer/__stories__/MultipleQuestions.js.map +7 -0
- package/cjs/form/DateInputContainer/__stories__/WithErrorMessage/index.js +46 -0
- package/cjs/form/DateInputContainer/__stories__/WithErrorMessage.js.map +7 -0
- package/cjs/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/index.js +46 -0
- package/cjs/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js.map +7 -0
- package/cjs/form/ErrorMessage/ErrorMessage.stories/index.js +78 -0
- package/cjs/form/ErrorMessage/ErrorMessage.stories.js.map +7 -0
- package/cjs/form/ErrorMessage/__stories__/DateInputError/index.js +46 -0
- package/cjs/form/ErrorMessage/__stories__/DateInputError.js.map +7 -0
- package/cjs/form/ErrorMessage/__stories__/Default/index.js +46 -0
- package/cjs/form/ErrorMessage/__stories__/Default.js.map +7 -0
- package/cjs/form/ErrorMessage/__stories__/ErrorMessageOnly/index.js +43 -0
- package/cjs/form/ErrorMessage/__stories__/ErrorMessageOnly.js.map +7 -0
- package/cjs/form/FileUpload/FileUpload.stories/index.js +52 -0
- package/cjs/form/FileUpload/FileUpload.stories.js.map +7 -0
- package/cjs/form/FileUpload/__stories__/Default/index.js +44 -0
- package/cjs/form/FileUpload/__stories__/Default.js.map +7 -0
- package/cjs/form/FileUpload/__stories__/WithErrorMessage/index.js +46 -0
- package/cjs/form/FileUpload/__stories__/WithErrorMessage.js.map +7 -0
- package/cjs/form/FileUpload/__stories__/WithVariantLink/index.js +44 -0
- package/cjs/form/FileUpload/__stories__/WithVariantLink.js.map +7 -0
- package/cjs/form/RadioContainer/RadioContainer.stories/index.js +187 -0
- package/cjs/form/RadioContainer/RadioContainer.stories.js.map +7 -0
- package/cjs/form/RadioContainer/__stories__/ConditionalReveal/index.js +45 -0
- package/cjs/form/RadioContainer/__stories__/ConditionalReveal.js.map +7 -0
- package/cjs/form/RadioContainer/__stories__/Default/index.js +43 -0
- package/cjs/form/RadioContainer/__stories__/Default.js.map +7 -0
- package/cjs/form/RadioContainer/__stories__/Dense/index.js +43 -0
- package/cjs/form/RadioContainer/__stories__/Dense.js.map +7 -0
- package/cjs/form/RadioContainer/__stories__/Inline/index.js +44 -0
- package/cjs/form/RadioContainer/__stories__/Inline.js.map +7 -0
- package/cjs/form/RadioContainer/__stories__/InlineWithDivider/index.js +44 -0
- package/cjs/form/RadioContainer/__stories__/InlineWithDivider.js.map +7 -0
- package/cjs/form/RadioContainer/__stories__/MultipleQuestions/index.js +44 -0
- package/cjs/form/RadioContainer/__stories__/MultipleQuestions.js.map +7 -0
- package/cjs/form/RadioContainer/__stories__/NoneAnswer/index.js +43 -0
- package/cjs/form/RadioContainer/__stories__/NoneAnswer.js.map +7 -0
- package/cjs/form/RadioContainer/__stories__/WithErrorMessage/index.js +46 -0
- package/cjs/form/RadioContainer/__stories__/WithErrorMessage.js.map +7 -0
- package/cjs/form/RadioContainer/__stories__/WithHints/index.js +53 -0
- package/cjs/form/RadioContainer/__stories__/WithHints.js.map +7 -0
- package/cjs/form/RadioContainer/__stories__/WithMediumLegend/index.js +43 -0
- package/cjs/form/RadioContainer/__stories__/WithMediumLegend.js.map +7 -0
- package/cjs/form/SearchContainer/SearchContainer.stories/index.js +46 -0
- package/cjs/form/SearchContainer/SearchContainer.stories.js.map +7 -0
- package/cjs/form/SearchContainer/__stories__/Default/index.js +43 -0
- package/cjs/form/SearchContainer/__stories__/Default.js.map +7 -0
- package/cjs/form/SelectContainer/SelectContainer.stories/index.js +133 -0
- package/cjs/form/SelectContainer/SelectContainer.stories.js.map +7 -0
- package/cjs/form/SelectContainer/__stories__/Default/index.js +44 -0
- package/cjs/form/SelectContainer/__stories__/Default.js.map +7 -0
- package/cjs/form/SelectContainer/__stories__/Dense/index.js +44 -0
- package/cjs/form/SelectContainer/__stories__/Dense.js.map +7 -0
- package/cjs/form/SelectContainer/__stories__/DisabledInput/index.js +56 -0
- package/cjs/form/SelectContainer/__stories__/DisabledInput.js.map +7 -0
- package/cjs/form/SelectContainer/__stories__/WithHint/index.js +56 -0
- package/cjs/form/SelectContainer/__stories__/WithHint.js.map +7 -0
- package/cjs/form/SingleCharacterInputs/SingleCharacterInput.stories/index.js +147 -0
- package/cjs/form/SingleCharacterInputs/SingleCharacterInput.stories.js.map +7 -0
- package/cjs/form/SingleCharacterInputs/__stories__/Default/index.js +44 -0
- package/cjs/form/SingleCharacterInputs/__stories__/Default.js.map +7 -0
- package/cjs/form/SingleCharacterInputs/__stories__/WithDefaultError/index.js +46 -0
- package/cjs/form/SingleCharacterInputs/__stories__/WithDefaultError.js.map +7 -0
- package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/index.js +46 -0
- package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.js.map +7 -0
- package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/index.js +46 -0
- package/cjs/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.js.map +7 -0
- package/cjs/form/TextArea/TextArea.stories/index.js +154 -0
- package/cjs/form/TextArea/TextArea.stories.js.map +7 -0
- package/cjs/form/TextArea/__stories__/Default/index.js +44 -0
- package/cjs/form/TextArea/__stories__/Default.js.map +7 -0
- package/cjs/form/TextArea/__stories__/Dense/index.js +44 -0
- package/cjs/form/TextArea/__stories__/Dense.js.map +7 -0
- package/cjs/form/TextArea/__stories__/DisabledInput/index.js +52 -0
- package/cjs/form/TextArea/__stories__/DisabledInput.js.map +7 -0
- package/cjs/form/TextArea/__stories__/LimitedCharacters/index.js +45 -0
- package/cjs/form/TextArea/__stories__/LimitedCharacters.js.map +7 -0
- package/cjs/form/TextArea/__stories__/MultipleQuestions/index.js +45 -0
- package/cjs/form/TextArea/__stories__/MultipleQuestions.js.map +7 -0
- package/cjs/form/TextArea/__stories__/WithDeclaredRows/index.js +52 -0
- package/cjs/form/TextArea/__stories__/WithDeclaredRows.js.map +7 -0
- package/cjs/form/TextArea/__stories__/WithErrorMessage/index.js +46 -0
- package/cjs/form/TextArea/__stories__/WithErrorMessage.js.map +7 -0
- package/cjs/form/TextArea/__stories__/WithHint/index.js +45 -0
- package/cjs/form/TextArea/__stories__/WithHint.js.map +7 -0
- package/cjs/form/TextInput/TextInput.stories/index.js +168 -0
- package/cjs/form/TextInput/TextInput.stories.js.map +7 -0
- package/cjs/form/TextInput/__stories__/AskingForNumbers/index.js +53 -0
- package/cjs/form/TextInput/__stories__/AskingForNumbers.js.map +7 -0
- package/cjs/form/TextInput/__stories__/Default/index.js +44 -0
- package/cjs/form/TextInput/__stories__/Default.js.map +7 -0
- package/cjs/form/TextInput/__stories__/Dense/index.js +44 -0
- package/cjs/form/TextInput/__stories__/Dense.js.map +7 -0
- package/cjs/form/TextInput/__stories__/DisabledInput/index.js +52 -0
- package/cjs/form/TextInput/__stories__/DisabledInput.js.map +7 -0
- package/cjs/form/TextInput/__stories__/DisabledInputWithValue/index.js +54 -0
- package/cjs/form/TextInput/__stories__/DisabledInputWithValue.js.map +7 -0
- package/cjs/form/TextInput/__stories__/FixedWidths/index.js +44 -0
- package/cjs/form/TextInput/__stories__/FixedWidths.js.map +7 -0
- package/cjs/form/TextInput/__stories__/FluidWidths/index.js +44 -0
- package/cjs/form/TextInput/__stories__/FluidWidths.js.map +7 -0
- package/cjs/form/TextInput/__stories__/MultipleQuestions/index.js +44 -0
- package/cjs/form/TextInput/__stories__/MultipleQuestions.js.map +7 -0
- package/cjs/form/TextInput/__stories__/WithErrorMessage/index.js +53 -0
- package/cjs/form/TextInput/__stories__/WithErrorMessage.js.map +7 -0
- package/cjs/form/TextInput/__stories__/WithHint/index.js +45 -0
- package/cjs/form/TextInput/__stories__/WithHint.js.map +7 -0
- package/cjs/i18n/locales/el/index.js +18 -45
- package/cjs/i18n/locales/el.js.map +2 -2
- package/cjs/i18n/locales/en/index.js +6 -33
- package/cjs/i18n/locales/en.js.map +2 -2
- package/cjs/layouts/Basic/Basic.stories/index.js +55 -0
- package/cjs/layouts/Basic/Basic.stories.js.map +7 -0
- package/cjs/layouts/Basic/Bottom/__stories__/Default/index.js +52 -0
- package/cjs/layouts/Basic/Bottom/__stories__/Default.js.map +7 -0
- package/cjs/layouts/Basic/Container/__stories__/Default/index.js +50 -0
- package/cjs/layouts/Basic/Container/__stories__/Default.js.map +7 -0
- package/cjs/layouts/Basic/Main/__stories__/Default/index.js +50 -0
- package/cjs/layouts/Basic/Main/__stories__/Default.js.map +7 -0
- package/cjs/layouts/Basic/Top/__stories__/Default/index.js +50 -0
- package/cjs/layouts/Basic/Top/__stories__/Default.js.map +7 -0
- package/cjs/layouts/Basic/__stories__/Default/index.js +45 -0
- package/cjs/layouts/Basic/__stories__/Default.js.map +7 -0
- package/cjs/layouts/Basic/__stories__/MultipleRowsLayout/index.js +46 -0
- package/cjs/layouts/Basic/__stories__/MultipleRowsLayout.js.map +7 -0
- package/cjs/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/index.js +46 -0
- package/cjs/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.js.map +7 -0
- package/cjs/layouts/Basic/__stories__/WithBasicLayout/index.js +47 -0
- package/cjs/layouts/Basic/__stories__/WithBasicLayout.js.map +7 -0
- package/cjs/layouts/Grid/Grid.stories/index.js +51 -0
- package/cjs/layouts/Grid/Grid.stories.js.map +7 -0
- package/cjs/layouts/Grid/__stories__/Default/index.js +45 -0
- package/cjs/layouts/Grid/__stories__/Default.js.map +7 -0
- package/cjs/layouts/Grid/__stories__/Inline/index.js +45 -0
- package/cjs/layouts/Grid/__stories__/Inline.js.map +7 -0
- package/cjs/layouts/Grid/__stories__/ResponsiveSpacing/index.js +59 -0
- package/cjs/layouts/Grid/__stories__/ResponsiveSpacing.js.map +7 -0
- package/cjs/layouts/Screen/Screen.stories/index.js +54 -0
- package/cjs/layouts/Screen/Screen.stories.js.map +7 -0
- package/cjs/layouts/Screen/__stories__/Default/index.js +44 -0
- package/cjs/layouts/Screen/__stories__/Default.js.map +7 -0
- package/cjs/layouts/Screen/__stories__/ScreenDown/index.js +44 -0
- package/cjs/layouts/Screen/__stories__/ScreenDown.js.map +7 -0
- package/cjs/layouts/Screen/__stories__/ScreenUp/index.js +44 -0
- package/cjs/layouts/Screen/__stories__/ScreenUp.js.map +7 -0
- package/cjs/layouts/Screen/__stories__/SpecificScreenSize/index.js +44 -0
- package/cjs/layouts/Screen/__stories__/SpecificScreenSize.js.map +7 -0
- package/cjs/layouts/Stack/Stack.stories/index.js +60 -0
- package/cjs/layouts/Stack/Stack.stories.js.map +7 -0
- package/cjs/layouts/Stack/__stories__/AlignItems/index.js +45 -0
- package/cjs/layouts/Stack/__stories__/AlignItems.js.map +7 -0
- package/cjs/layouts/Stack/__stories__/Default/index.js +45 -0
- package/cjs/layouts/Stack/__stories__/Default.js.map +7 -0
- package/cjs/layouts/Stack/__stories__/JustifyContent/index.js +45 -0
- package/cjs/layouts/Stack/__stories__/JustifyContent.js.map +7 -0
- package/cjs/layouts/Stack/__stories__/NoWrap/index.js +45 -0
- package/cjs/layouts/Stack/__stories__/NoWrap.js.map +7 -0
- package/cjs/layouts/Stack/__stories__/Row/index.js +45 -0
- package/cjs/layouts/Stack/__stories__/Row.js.map +7 -0
- package/cjs/layouts/Stack/__stories__/Spacing/index.js +45 -0
- package/cjs/layouts/Stack/__stories__/Spacing.js.map +7 -0
- package/cjs/{lazy.js → lazy/index.js} +8 -8
- package/cjs/lazy.js.map +2 -2
- package/cjs/navigation/BackLink/BackLink.stories/index.js +45 -0
- package/cjs/navigation/BackLink/BackLink.stories.js.map +7 -0
- package/cjs/navigation/BackLink/__stories__/Default/index.js +42 -0
- package/cjs/navigation/BackLink/__stories__/Default.js.map +7 -0
- package/cjs/navigation/BackToTopLink/BackToTopLink.stories/index.js +48 -0
- package/cjs/navigation/BackToTopLink/BackToTopLink.stories.js.map +7 -0
- package/cjs/navigation/BackToTopLink/__stories__/Default/index.js +42 -0
- package/cjs/navigation/BackToTopLink/__stories__/Default.js.map +7 -0
- package/cjs/navigation/BackToTopLink/__stories__/InMain/index.js +44 -0
- package/cjs/navigation/BackToTopLink/__stories__/InMain.js.map +7 -0
- package/cjs/navigation/Breadcrumbs/Breadcrumbs.stories/index.js +59 -0
- package/cjs/navigation/Breadcrumbs/Breadcrumbs.stories.js.map +7 -0
- package/cjs/navigation/Breadcrumbs/__stories__/Auto/index.js +202 -0
- package/cjs/navigation/Breadcrumbs/__stories__/Auto.js.map +7 -0
- package/cjs/navigation/Breadcrumbs/__stories__/Default/index.js +42 -0
- package/cjs/navigation/Breadcrumbs/__stories__/Default.js.map +7 -0
- package/cjs/navigation/Breadcrumbs/__stories__/WithHook/index.js +208 -0
- package/cjs/navigation/Breadcrumbs/__stories__/WithHook.js.map +7 -0
- package/cjs/navigation/Breadcrumbs/__stories__/WithProvider/index.js +46 -0
- package/cjs/navigation/Breadcrumbs/__stories__/WithProvider.js.map +7 -0
- package/cjs/navigation/Breadcrumbs/__stories__/WithoutCurrentPage/index.js +42 -0
- package/cjs/navigation/Breadcrumbs/__stories__/WithoutCurrentPage.js.map +7 -0
- package/cjs/navigation/Drawer/Drawer.stories/index.js +53 -0
- package/cjs/navigation/Drawer/Drawer.stories.js.map +7 -0
- package/cjs/navigation/Drawer/__stories__/Auto/index.js +108 -0
- package/cjs/navigation/Drawer/__stories__/Auto.js.map +7 -0
- package/cjs/navigation/Drawer/__stories__/Default/index.js +103 -0
- package/cjs/navigation/Drawer/__stories__/Default.js.map +7 -0
- package/cjs/navigation/Drawer/__stories__/WithHook/index.js +118 -0
- package/cjs/navigation/Drawer/__stories__/WithHook.js.map +7 -0
- package/cjs/navigation/Drawer/hooks/index.js +6 -2
- package/cjs/navigation/Drawer/hooks.js.map +2 -2
- package/cjs/navigation/Dropdown/Dropdown.stories/index.js +77 -0
- package/cjs/navigation/Dropdown/Dropdown.stories.js.map +7 -0
- package/cjs/navigation/Dropdown/__stories__/AlignRight/index.js +67 -0
- package/cjs/navigation/Dropdown/__stories__/AlignRight.js.map +7 -0
- package/cjs/navigation/Dropdown/__stories__/ContentPosition/index.js +80 -0
- package/cjs/navigation/Dropdown/__stories__/ContentPosition.js.map +7 -0
- package/cjs/navigation/Dropdown/__stories__/Default/index.js +56 -0
- package/cjs/navigation/Dropdown/__stories__/Default.js.map +7 -0
- package/cjs/navigation/Dropdown/__stories__/Dense/index.js +57 -0
- package/cjs/navigation/Dropdown/__stories__/Dense.js.map +7 -0
- package/cjs/navigation/Dropdown/__stories__/Disabled/index.js +56 -0
- package/cjs/navigation/Dropdown/__stories__/Disabled.js.map +7 -0
- package/cjs/navigation/Dropdown/__stories__/PlacementTop/index.js +67 -0
- package/cjs/navigation/Dropdown/__stories__/PlacementTop.js.map +7 -0
- package/cjs/navigation/Dropdown/__stories__/ScrollableContent/index.js +102 -0
- package/cjs/navigation/Dropdown/__stories__/ScrollableContent.js.map +7 -0
- package/cjs/navigation/Dropdown/__stories__/Secondary/index.js +53 -0
- package/cjs/navigation/Dropdown/__stories__/Secondary.js.map +7 -0
- package/cjs/navigation/Dropdown/__stories__/VariantLink/index.js +57 -0
- package/cjs/navigation/Dropdown/__stories__/VariantLink.js.map +7 -0
- package/cjs/navigation/Dropdown/__stories__/Warning/index.js +53 -0
- package/cjs/navigation/Dropdown/__stories__/Warning.js.map +7 -0
- package/cjs/navigation/Dropdown/__stories__/WithIcons/index.js +82 -0
- package/cjs/navigation/Dropdown/__stories__/WithIcons.js.map +7 -0
- package/cjs/navigation/Link/Link.stories/index.js +64 -0
- package/cjs/navigation/Link/Link.stories.js.map +7 -0
- package/cjs/navigation/Link/__stories__/DarkBackground/index.js +52 -0
- package/cjs/navigation/Link/__stories__/DarkBackground.js.map +7 -0
- package/cjs/navigation/Link/__stories__/DarkBackgroundNoUnderline/index.js +53 -0
- package/cjs/navigation/Link/__stories__/DarkBackgroundNoUnderline.js.map +7 -0
- package/cjs/navigation/Link/__stories__/Default/index.js +42 -0
- package/cjs/navigation/Link/__stories__/Default.js.map +7 -0
- package/cjs/navigation/Link/__stories__/ExternalLink/index.js +51 -0
- package/cjs/navigation/Link/__stories__/ExternalLink.js.map +7 -0
- package/cjs/navigation/Link/__stories__/NoUnderline/index.js +51 -0
- package/cjs/navigation/Link/__stories__/NoUnderline.js.map +7 -0
- package/cjs/navigation/Link/__stories__/OpensInNewTab/index.js +42 -0
- package/cjs/navigation/Link/__stories__/OpensInNewTab.js.map +7 -0
- package/cjs/navigation/Link/__stories__/WithProvider/index.js +53 -0
- package/cjs/navigation/Link/__stories__/WithProvider.js.map +7 -0
- package/cjs/navigation/NavList/NavList.stories/index.js +71 -0
- package/cjs/navigation/NavList/NavList.stories.js.map +7 -0
- package/cjs/navigation/NavList/__stories__/Default/index.js +80 -0
- package/cjs/navigation/NavList/__stories__/Default.js.map +7 -0
- package/cjs/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +125 -0
- package/cjs/navigation/NavList/__stories__/HorizontalWithDrawer.js.map +7 -0
- package/cjs/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +117 -0
- package/cjs/navigation/NavList/__stories__/HorizontalWithoutDrawer.js.map +7 -0
- package/cjs/navigation/NavList/__stories__/NavListWithoutNav/index.js +63 -0
- package/cjs/navigation/NavList/__stories__/NavListWithoutNav.js.map +7 -0
- package/cjs/navigation/NavList/__stories__/UsingHeaderButton/index.js +74 -0
- package/cjs/navigation/NavList/__stories__/UsingHeaderButton.js.map +7 -0
- package/cjs/navigation/NavList/__stories__/UsingNavListAuto/index.js +97 -0
- package/cjs/navigation/NavList/__stories__/UsingNavListAuto.js.map +7 -0
- package/cjs/navigation/NavList/__stories__/Vertical/index.js +81 -0
- package/cjs/navigation/NavList/__stories__/Vertical.js.map +7 -0
- package/cjs/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +120 -0
- package/cjs/navigation/NavList/__stories__/VerticalWithoutDrawer.js.map +7 -0
- package/cjs/navigation/NavList/__stories__/WithBadge/index.js +82 -0
- package/cjs/navigation/NavList/__stories__/WithBadge.js.map +7 -0
- package/cjs/navigation/Pagination/Pagination.stories/index.js +65 -0
- package/cjs/navigation/Pagination/Pagination.stories.js.map +7 -0
- package/cjs/navigation/Pagination/__stories__/Auto/index.js +69 -0
- package/cjs/navigation/Pagination/__stories__/Auto.js.map +7 -0
- package/cjs/navigation/Pagination/__stories__/Default/index.js +46 -0
- package/cjs/navigation/Pagination/__stories__/Default.js.map +7 -0
- package/cjs/navigation/Pagination/__stories__/PaginationSmall/index.js +46 -0
- package/cjs/navigation/Pagination/__stories__/PaginationSmall.js.map +7 -0
- package/cjs/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +47 -0
- package/cjs/navigation/Pagination/__stories__/PaginationWithSmallFont.js.map +7 -0
- package/cjs/navigation/Pagination/__stories__/WithHook/index.js +83 -0
- package/cjs/navigation/Pagination/__stories__/WithHook.js.map +7 -0
- package/cjs/navigation/Pagination/__stories__/WithInactiveValues/index.js +46 -0
- package/cjs/navigation/Pagination/__stories__/WithInactiveValues.js.map +7 -0
- package/cjs/navigation/Pagination/__stories__/WithResultsPerPage/index.js +47 -0
- package/cjs/navigation/Pagination/__stories__/WithResultsPerPage.js.map +7 -0
- package/cjs/navigation/Pagination/hooks/index.js +2 -2
- package/cjs/navigation/Pagination/hooks.js.map +2 -2
- package/cjs/navigation/SkipLink/SkipLink.stories/index.js +46 -0
- package/cjs/navigation/SkipLink/SkipLink.stories.js.map +7 -0
- package/cjs/navigation/SkipLink/__stories__/Default/index.js +43 -0
- package/cjs/navigation/SkipLink/__stories__/Default.js.map +7 -0
- package/cjs/navigation/Tabs/Tabs.stories/index.js +57 -0
- package/cjs/navigation/Tabs/Tabs.stories.js.map +7 -0
- package/cjs/navigation/Tabs/__stories__/Auto/index.js +49 -0
- package/cjs/navigation/Tabs/__stories__/Auto.js.map +7 -0
- package/cjs/navigation/Tabs/__stories__/Default/index.js +50 -0
- package/cjs/navigation/Tabs/__stories__/Default.js.map +7 -0
- package/cjs/navigation/Tabs/__stories__/Dense/index.js +50 -0
- package/cjs/navigation/Tabs/__stories__/Dense.js.map +7 -0
- package/cjs/navigation/Tabs/__stories__/UsingAccordion/index.js +64 -0
- package/cjs/navigation/Tabs/__stories__/UsingAccordion.js.map +7 -0
- package/cjs/navigation/Tabs/hooks.js.map +1 -1
- package/cjs/registry/index.js +1154 -0
- package/cjs/registry.js.map +2 -2
- package/cjs/typography/CodeBlock/CodeBlock.stories/index.js +54 -0
- package/cjs/typography/CodeBlock/CodeBlock.stories.js.map +7 -0
- package/cjs/typography/CodeBlock/__stories__/Default/index.js +57 -0
- package/cjs/typography/CodeBlock/__stories__/Default.js.map +7 -0
- package/cjs/typography/CodeBlock/__stories__/Highlighted/index.js +57 -0
- package/cjs/typography/CodeBlock/__stories__/Highlighted.js.map +7 -0
- package/cjs/typography/CodeBlock/__stories__/WithCopyToClipboard/index.js +57 -0
- package/cjs/typography/CodeBlock/__stories__/WithCopyToClipboard.js.map +7 -0
- package/cjs/typography/CodeBlock/__stories__/WithPhaseBanner/index.js +66 -0
- package/cjs/typography/CodeBlock/__stories__/WithPhaseBanner.js.map +7 -0
- package/cjs/typography/CodeBlock/index.js.map +2 -2
- package/cjs/typography/Heading/Heading.stories/index.js +45 -0
- package/cjs/typography/Heading/Heading.stories.js.map +7 -0
- package/cjs/typography/Heading/__stories__/Default/index.js +42 -0
- package/cjs/typography/Heading/__stories__/Default.js.map +7 -0
- package/cjs/typography/HeadingCaption/HeadingCaption.stories/index.js +48 -0
- package/cjs/typography/HeadingCaption/HeadingCaption.stories.js.map +7 -0
- package/cjs/typography/HeadingCaption/__stories__/Default/index.js +43 -0
- package/cjs/typography/HeadingCaption/__stories__/Default.js.map +7 -0
- package/cjs/typography/HeadingCaption/__stories__/NestedToTitle/index.js +43 -0
- package/cjs/typography/HeadingCaption/__stories__/NestedToTitle.js.map +7 -0
- package/cjs/typography/Hint/Hint.stories/index.js +48 -0
- package/cjs/typography/Hint/Hint.stories.js.map +7 -0
- package/cjs/typography/Hint/__stories__/Default/index.js +42 -0
- package/cjs/typography/Hint/__stories__/Default.js.map +7 -0
- package/cjs/typography/Hint/__stories__/FontSizes/index.js +42 -0
- package/cjs/typography/Hint/__stories__/FontSizes.js.map +7 -0
- package/cjs/typography/NormalText/NormalText.stories/index.js +54 -0
- package/cjs/typography/NormalText/NormalText.stories.js.map +7 -0
- package/cjs/typography/NormalText/__stories__/Default/index.js +42 -0
- package/cjs/typography/NormalText/__stories__/Default.js.map +7 -0
- package/cjs/typography/NormalText/__stories__/FontSizes/index.js +43 -0
- package/cjs/typography/NormalText/__stories__/FontSizes.js.map +7 -0
- package/cjs/typography/NormalText/__stories__/FontWeight/index.js +43 -0
- package/cjs/typography/NormalText/__stories__/FontWeight.js.map +7 -0
- package/cjs/typography/NormalText/__stories__/Variants/index.js +43 -0
- package/cjs/typography/NormalText/__stories__/Variants.js.map +7 -0
- package/cjs/typography/Paragraph/Paragraph.stories/index.js +57 -0
- package/cjs/typography/Paragraph/Paragraph.stories.js.map +7 -0
- package/cjs/typography/Paragraph/__stories__/Default/index.js +42 -0
- package/cjs/typography/Paragraph/__stories__/Default.js.map +7 -0
- package/cjs/typography/Paragraph/__stories__/FontSizes/index.js +42 -0
- package/cjs/typography/Paragraph/__stories__/FontSizes.js.map +7 -0
- package/cjs/typography/Paragraph/__stories__/FontWeight/index.js +42 -0
- package/cjs/typography/Paragraph/__stories__/FontWeight.js.map +7 -0
- package/cjs/typography/Paragraph/__stories__/LeadVariant/index.js +42 -0
- package/cjs/typography/Paragraph/__stories__/LeadVariant.js.map +7 -0
- package/cjs/typography/Paragraph/__stories__/SmallVariant/index.js +42 -0
- package/cjs/typography/Paragraph/__stories__/SmallVariant.js.map +7 -0
- package/cjs/utils/VisuallyHidden/VisuallyHidden.stories/index.js +45 -0
- package/cjs/utils/VisuallyHidden/VisuallyHidden.stories.js.map +7 -0
- package/cjs/utils/VisuallyHidden/__stories__/Default/index.js +45 -0
- package/cjs/utils/VisuallyHidden/__stories__/Default.js.map +7 -0
- package/cjs/utils/hooks/useDebounce/index.js +1 -1
- package/cjs/utils/hooks/useDebounce.js.map +2 -2
- package/content/Accordion/Accordion.stories/index.js +78 -0
- package/content/Accordion/Accordion.stories/package.json +6 -0
- package/content/Accordion/Accordion.stories.d.ts +0 -1
- package/content/Accordion/Accordion.stories.js.map +7 -0
- package/content/Accordion/__stories__/Auto/index.js +27 -0
- package/content/Accordion/__stories__/Auto/package.json +6 -0
- package/content/Accordion/__stories__/Auto.d.ts +1 -1
- package/content/Accordion/__stories__/Auto.js.map +7 -0
- package/content/Accordion/__stories__/Default/index.js +19 -0
- package/content/Accordion/__stories__/Default/package.json +6 -0
- package/content/Accordion/__stories__/Default.d.ts +1 -1
- package/content/Accordion/__stories__/Default.js.map +7 -0
- package/content/Accordion/__stories__/WithHints/index.js +20 -0
- package/content/Accordion/__stories__/WithHints/package.json +6 -0
- package/content/Accordion/__stories__/WithHints.d.ts +1 -1
- package/content/Accordion/__stories__/WithHints.js.map +7 -0
- package/content/Accordion/__stories__/WithHook/index.js +29 -0
- package/content/Accordion/__stories__/WithHook/package.json +6 -0
- package/content/Accordion/__stories__/WithHook.d.ts +1 -1
- package/content/Accordion/__stories__/WithHook.js.map +7 -0
- package/content/Accordion/hooks.js.map +1 -1
- package/content/Blockquote/Blockquote.stories/index.js +34 -0
- package/content/Blockquote/Blockquote.stories/package.json +6 -0
- package/content/Blockquote/Blockquote.stories.d.ts +0 -2
- package/content/Blockquote/Blockquote.stories.js.map +7 -0
- package/content/Blockquote/__stories__/Default/index.js +9 -0
- package/content/Blockquote/__stories__/Default/package.json +6 -0
- package/content/Blockquote/__stories__/Default.d.ts +1 -1
- package/content/Blockquote/__stories__/Default.js.map +7 -0
- package/content/Blockquote/__stories__/Dense/index.js +9 -0
- package/content/Blockquote/__stories__/Dense/package.json +6 -0
- package/content/Blockquote/__stories__/Dense.d.ts +1 -1
- package/content/Blockquote/__stories__/Dense.js.map +7 -0
- package/content/Card/Card.stories/index.js +115 -0
- package/content/Card/Card.stories/package.json +6 -0
- package/content/Card/Card.stories.d.ts +0 -1
- package/content/Card/Card.stories.js.map +7 -0
- package/content/Card/__stories__/Default/index.js +15 -0
- package/content/Card/__stories__/Default/package.json +6 -0
- package/content/Card/__stories__/Default.d.ts +1 -1
- package/content/Card/__stories__/Default.js.map +7 -0
- package/content/Card/__stories__/Dense/index.js +15 -0
- package/content/Card/__stories__/Dense/package.json +6 -0
- package/content/Card/__stories__/Dense.d.ts +1 -1
- package/content/Card/__stories__/Dense.js.map +7 -0
- package/content/Card/__stories__/WithClickableContent/index.js +10 -0
- package/content/Card/__stories__/WithClickableContent/package.json +6 -0
- package/content/Card/__stories__/WithClickableContent.d.ts +1 -1
- package/content/Card/__stories__/WithClickableContent.js.map +7 -0
- package/content/Card/__stories__/WithClickableLink/index.js +10 -0
- package/content/Card/__stories__/WithClickableLink/package.json +6 -0
- package/content/Card/__stories__/WithClickableLink.d.ts +1 -1
- package/content/Card/__stories__/WithClickableLink.js.map +7 -0
- package/content/Card/__stories__/WithDarkBorder/index.js +15 -0
- package/content/Card/__stories__/WithDarkBorder/package.json +6 -0
- package/content/Card/__stories__/WithDarkBorder.d.ts +1 -1
- package/content/Card/__stories__/WithDarkBorder.js.map +7 -0
- package/content/Card/__stories__/WithDarkTopBorder/index.js +15 -0
- package/content/Card/__stories__/WithDarkTopBorder/package.json +6 -0
- package/content/Card/__stories__/WithDarkTopBorder.d.ts +1 -1
- package/content/Card/__stories__/WithDarkTopBorder.js.map +7 -0
- package/content/Card/__stories__/WithDivider/index.js +15 -0
- package/content/Card/__stories__/WithDivider/package.json +6 -0
- package/content/Card/__stories__/WithDivider.d.ts +1 -1
- package/content/Card/__stories__/WithDivider.js.map +7 -0
- package/content/Card/__stories__/WithGrayBorder/index.js +15 -0
- package/content/Card/__stories__/WithGrayBorder/package.json +6 -0
- package/content/Card/__stories__/WithGrayBorder.d.ts +1 -1
- package/content/Card/__stories__/WithGrayBorder.js.map +7 -0
- package/content/Card/__stories__/WithGrayTopBorder/index.js +15 -0
- package/content/Card/__stories__/WithGrayTopBorder/package.json +6 -0
- package/content/Card/__stories__/WithGrayTopBorder.d.ts +1 -1
- package/content/Card/__stories__/WithGrayTopBorder.js.map +7 -0
- package/content/Card/__stories__/WithGroupButton/index.js +16 -0
- package/content/Card/__stories__/WithGroupButton/package.json +6 -0
- package/content/Card/__stories__/WithGroupButton.d.ts +1 -1
- package/content/Card/__stories__/WithGroupButton.js.map +7 -0
- package/content/Card/__stories__/WithLink/index.js +15 -0
- package/content/Card/__stories__/WithLink/package.json +6 -0
- package/content/Card/__stories__/WithLink.d.ts +1 -1
- package/content/Card/__stories__/WithLink.js.map +7 -0
- package/content/Chip/Chip.stories/index.js +42 -0
- package/content/Chip/Chip.stories/package.json +6 -0
- package/content/Chip/Chip.stories.d.ts +0 -2
- package/content/Chip/Chip.stories.js.map +7 -0
- package/content/Chip/__stories__/ClickableChip/index.js +17 -0
- package/content/Chip/__stories__/ClickableChip/package.json +6 -0
- package/content/Chip/__stories__/ClickableChip.d.ts +1 -1
- package/content/Chip/__stories__/ClickableChip.js.map +7 -0
- package/content/Chip/__stories__/ClickableDeletableChip/index.js +20 -0
- package/content/Chip/__stories__/ClickableDeletableChip/package.json +6 -0
- package/content/Chip/__stories__/ClickableDeletableChip.d.ts +1 -1
- package/content/Chip/__stories__/ClickableDeletableChip.js.map +7 -0
- package/content/Chip/__stories__/Default/index.js +9 -0
- package/content/Chip/__stories__/Default/package.json +6 -0
- package/content/Chip/__stories__/Default.d.ts +1 -1
- package/content/Chip/__stories__/Default.js.map +7 -0
- package/content/Chip/__stories__/DeletableChip/index.js +17 -0
- package/content/Chip/__stories__/DeletableChip/package.json +6 -0
- package/content/Chip/__stories__/DeletableChip.d.ts +1 -1
- package/content/Chip/__stories__/DeletableChip.js.map +7 -0
- package/content/Chip/__stories__/GroupOfChips/index.js +9 -0
- package/content/Chip/__stories__/GroupOfChips/package.json +6 -0
- package/content/Chip/__stories__/GroupOfChips.d.ts +1 -1
- package/content/Chip/__stories__/GroupOfChips.js.map +7 -0
- package/content/Details/Details.stories/index.js +14 -0
- package/content/Details/Details.stories/package.json +6 -0
- package/content/Details/Details.stories.d.ts +0 -2
- package/content/Details/Details.stories.js.map +7 -0
- package/content/Details/__stories__/Default/index.js +13 -0
- package/content/Details/__stories__/Default/package.json +6 -0
- package/content/Details/__stories__/Default.d.ts +1 -1
- package/content/Details/__stories__/Default.js.map +7 -0
- package/content/List/List.stories/index.js +61 -0
- package/content/List/List.stories/package.json +6 -0
- package/content/List/List.stories.d.ts +0 -2
- package/content/List/List.stories.js.map +7 -0
- package/content/List/__stories__/BulletList/index.js +10 -0
- package/content/List/__stories__/BulletList/package.json +6 -0
- package/content/List/__stories__/BulletList.d.ts +1 -1
- package/content/List/__stories__/BulletList.js.map +7 -0
- package/content/List/__stories__/Default/index.js +10 -0
- package/content/List/__stories__/Default/package.json +6 -0
- package/content/List/__stories__/Default.d.ts +1 -1
- package/content/List/__stories__/Default.js.map +7 -0
- package/content/List/__stories__/HorizontalList/index.js +11 -0
- package/content/List/__stories__/HorizontalList/package.json +6 -0
- package/content/List/__stories__/HorizontalList.d.ts +1 -1
- package/content/List/__stories__/HorizontalList.js.map +7 -0
- package/content/List/__stories__/NestedBulletList/index.js +10 -0
- package/content/List/__stories__/NestedBulletList/package.json +6 -0
- package/content/List/__stories__/NestedBulletList.d.ts +1 -1
- package/content/List/__stories__/NestedBulletList.js.map +7 -0
- package/content/List/__stories__/NumberedList/index.js +10 -0
- package/content/List/__stories__/NumberedList/package.json +6 -0
- package/content/List/__stories__/NumberedList.d.ts +1 -1
- package/content/List/__stories__/NumberedList.js.map +7 -0
- package/content/List/__stories__/WithExtraSpace/index.js +10 -0
- package/content/List/__stories__/WithExtraSpace/package.json +6 -0
- package/content/List/__stories__/WithExtraSpace.d.ts +1 -1
- package/content/List/__stories__/WithExtraSpace.js.map +7 -0
- package/content/Markdown/Markdown.stories/index.js +13 -0
- package/content/Markdown/Markdown.stories/package.json +6 -0
- package/content/Markdown/Markdown.stories.js.map +7 -0
- package/content/Markdown/__stories__/Default/index.js +30 -0
- package/content/Markdown/__stories__/Default/package.json +6 -0
- package/content/Markdown/__stories__/Default.d.ts +1 -1
- package/content/Markdown/__stories__/Default.js.map +7 -0
- package/content/SafeHTML/SafeHTML.stories/index.js +13 -0
- package/content/SafeHTML/SafeHTML.stories/package.json +6 -0
- package/content/SafeHTML/SafeHTML.stories.js.map +7 -0
- package/content/SafeHTML/__stories__/Default/index.js +28 -0
- package/content/SafeHTML/__stories__/Default/package.json +6 -0
- package/content/SafeHTML/__stories__/Default.d.ts +1 -1
- package/content/SafeHTML/__stories__/Default.js.map +7 -0
- package/content/StepNav/StepNav.stories/index.js +21 -0
- package/content/StepNav/StepNav.stories/package.json +6 -0
- package/content/StepNav/StepNav.stories.d.ts +0 -2
- package/content/StepNav/StepNav.stories.js.map +7 -0
- package/content/StepNav/__stories__/Auto/index.js +152 -0
- package/content/StepNav/__stories__/Auto/package.json +6 -0
- package/content/StepNav/__stories__/Auto.d.ts +1 -1
- package/content/StepNav/__stories__/Auto.js.map +7 -0
- package/content/StepNav/__stories__/Default/index.js +191 -0
- package/content/StepNav/__stories__/Default/package.json +6 -0
- package/content/StepNav/__stories__/Default.d.ts +1 -1
- package/content/StepNav/__stories__/Default.js.map +7 -0
- package/content/StepNav/__stories__/Dense/index.js +191 -0
- package/content/StepNav/__stories__/Dense/package.json +6 -0
- package/content/StepNav/__stories__/Dense.d.ts +1 -1
- package/content/StepNav/__stories__/Dense.js.map +7 -0
- package/content/StepNav/__stories__/WithHints/index.js +192 -0
- package/content/StepNav/__stories__/WithHints/package.json +6 -0
- package/content/StepNav/__stories__/WithHints.d.ts +1 -1
- package/content/StepNav/__stories__/WithHints.js.map +7 -0
- package/content/StepNav/__stories__/WithHook/index.js +153 -0
- package/content/StepNav/__stories__/WithHook/package.json +6 -0
- package/content/StepNav/__stories__/WithHook.d.ts +1 -1
- package/content/StepNav/__stories__/WithHook.js.map +7 -0
- package/content/SummaryList/SummaryList.stories/index.js +26 -0
- package/content/SummaryList/SummaryList.stories/package.json +6 -0
- package/content/SummaryList/SummaryList.stories.d.ts +0 -2
- package/content/SummaryList/SummaryList.stories.js.map +7 -0
- package/content/SummaryList/__stories__/Default/index.js +17 -0
- package/content/SummaryList/__stories__/Default/package.json +6 -0
- package/content/SummaryList/__stories__/Default.d.ts +1 -1
- package/content/SummaryList/__stories__/Default.js.map +7 -0
- package/content/SummaryList/__stories__/RowVariations/index.js +17 -0
- package/content/SummaryList/__stories__/RowVariations/package.json +6 -0
- package/content/SummaryList/__stories__/RowVariations.d.ts +1 -1
- package/content/SummaryList/__stories__/RowVariations.js.map +7 -0
- package/content/SummaryList/__stories__/SummaryListExample/index.js +43 -0
- package/content/SummaryList/__stories__/SummaryListExample/package.json +6 -0
- package/content/SummaryList/__stories__/SummaryListExample.js.map +7 -0
- package/content/SummaryList/__stories__/WithActions/index.js +18 -0
- package/content/SummaryList/__stories__/WithActions/package.json +6 -0
- package/content/SummaryList/__stories__/WithActions.d.ts +1 -1
- package/content/SummaryList/__stories__/WithActions.js.map +7 -0
- package/content/SummaryList/__stories__/WithKeyAndAction/index.js +19 -0
- package/content/SummaryList/__stories__/WithKeyAndAction/package.json +6 -0
- package/content/SummaryList/__stories__/WithKeyAndAction.d.ts +1 -1
- package/content/SummaryList/__stories__/WithKeyAndAction.js.map +7 -0
- package/content/SummaryList/__stories__/WithNoLastBorder/index.js +17 -0
- package/content/SummaryList/__stories__/WithNoLastBorder/package.json +6 -0
- package/content/SummaryList/__stories__/WithNoLastBorder.d.ts +1 -1
- package/content/SummaryList/__stories__/WithNoLastBorder.js.map +7 -0
- package/content/SummaryList/__stories__/WithoutActions/index.js +14 -0
- package/content/SummaryList/__stories__/WithoutActions/package.json +6 -0
- package/content/SummaryList/__stories__/WithoutActions.d.ts +1 -1
- package/content/SummaryList/__stories__/WithoutActions.js.map +7 -0
- package/content/SummaryList/__stories__/WithoutBorders/index.js +17 -0
- package/content/SummaryList/__stories__/WithoutBorders/package.json +6 -0
- package/content/SummaryList/__stories__/WithoutBorders.d.ts +1 -1
- package/content/SummaryList/__stories__/WithoutBorders.js.map +7 -0
- package/content/Table/Table.stories/index.js +211 -0
- package/content/Table/Table.stories/package.json +6 -0
- package/content/Table/Table.stories.d.ts +0 -2
- package/content/Table/Table.stories.js.map +7 -0
- package/content/Table/__stories__/DarkVariant/index.js +50 -0
- package/content/Table/__stories__/DarkVariant/package.json +6 -0
- package/content/Table/__stories__/DarkVariant.d.ts +1 -1
- package/content/Table/__stories__/DarkVariant.js.map +7 -0
- package/content/Table/__stories__/DarkVariantWithVerticalHeaders/index.js +50 -0
- package/content/Table/__stories__/DarkVariantWithVerticalHeaders/package.json +6 -0
- package/content/Table/__stories__/DarkVariantWithVerticalHeaders.d.ts +1 -1
- package/content/Table/__stories__/DarkVariantWithVerticalHeaders.js.map +7 -0
- package/content/Table/__stories__/Default/index.js +45 -0
- package/content/Table/__stories__/Default/package.json +6 -0
- package/content/Table/__stories__/Default.d.ts +1 -1
- package/content/Table/__stories__/Default.js.map +7 -0
- package/content/Table/__stories__/DefinedWidth/index.js +45 -0
- package/content/Table/__stories__/DefinedWidth/package.json +6 -0
- package/content/Table/__stories__/DefinedWidth.d.ts +1 -1
- package/content/Table/__stories__/DefinedWidth.js.map +7 -0
- package/content/Table/__stories__/Dense/index.js +107 -0
- package/content/Table/__stories__/Dense/package.json +6 -0
- package/content/Table/__stories__/Dense.d.ts +1 -1
- package/content/Table/__stories__/Dense.js.map +7 -0
- package/content/Table/__stories__/Full/index.js +119 -0
- package/content/Table/__stories__/Full/package.json +6 -0
- package/content/Table/__stories__/Full.d.ts +1 -1
- package/content/Table/__stories__/Full.js.map +7 -0
- package/content/Table/__stories__/MultipleProps/index.js +87 -0
- package/content/Table/__stories__/MultipleProps/package.json +6 -0
- package/content/Table/__stories__/MultipleProps.d.ts +1 -1
- package/content/Table/__stories__/MultipleProps.js.map +7 -0
- package/content/Table/__stories__/NoData/index.js +20 -0
- package/content/Table/__stories__/NoData/package.json +6 -0
- package/content/Table/__stories__/NoData.d.ts +1 -1
- package/content/Table/__stories__/NoData.js.map +7 -0
- package/content/Table/__stories__/NumericDataType/index.js +80 -0
- package/content/Table/__stories__/NumericDataType/package.json +6 -0
- package/content/Table/__stories__/NumericDataType.d.ts +1 -1
- package/content/Table/__stories__/NumericDataType.js.map +7 -0
- package/content/Table/__stories__/RowColors/index.js +70 -0
- package/content/Table/__stories__/RowColors/package.json +6 -0
- package/content/Table/__stories__/RowColors.d.ts +1 -1
- package/content/Table/__stories__/RowColors.js.map +7 -0
- package/content/Table/__stories__/Stacked/index.js +45 -0
- package/content/Table/__stories__/Stacked/package.json +6 -0
- package/content/Table/__stories__/Stacked.d.ts +1 -1
- package/content/Table/__stories__/Stacked.js.map +7 -0
- package/content/Table/__stories__/TableCaptions/index.js +11 -0
- package/content/Table/__stories__/TableCaptions/package.json +6 -0
- package/content/Table/__stories__/TableCaptions.d.ts +1 -1
- package/content/Table/__stories__/TableCaptions.js.map +7 -0
- package/content/Table/__stories__/VerticalBorders/index.js +50 -0
- package/content/Table/__stories__/VerticalBorders/package.json +6 -0
- package/content/Table/__stories__/VerticalBorders.d.ts +1 -1
- package/content/Table/__stories__/VerticalBorders.js.map +7 -0
- package/content/Table/__stories__/VerticalHeaders/index.js +45 -0
- package/content/Table/__stories__/VerticalHeaders/package.json +6 -0
- package/content/Table/__stories__/VerticalHeaders.d.ts +1 -1
- package/content/Table/__stories__/VerticalHeaders.js.map +7 -0
- package/content/Table/__stories__/WithFloatingScroll/index.js +61 -0
- package/content/Table/__stories__/WithFloatingScroll/package.json +6 -0
- package/content/Table/__stories__/WithFloatingScroll.d.ts +1 -1
- package/content/Table/__stories__/WithFloatingScroll.js.map +7 -0
- package/content/Table/__stories__/WithLoader/index.js +66 -0
- package/content/Table/__stories__/WithLoader/package.json +6 -0
- package/content/Table/__stories__/WithLoader.d.ts +1 -1
- package/content/Table/__stories__/WithLoader.js.map +7 -0
- package/content/Table/__stories__/WithSortFilters/index.js +121 -0
- package/content/Table/__stories__/WithSortFilters/package.json +6 -0
- package/content/Table/__stories__/WithSortFilters.d.ts +1 -1
- package/content/Table/__stories__/WithSortFilters.js.map +7 -0
- package/content/Table/__stories__/ZebraProp/index.js +50 -0
- package/content/Table/__stories__/ZebraProp/package.json +6 -0
- package/content/Table/__stories__/ZebraProp.d.ts +1 -1
- package/content/Table/__stories__/ZebraProp.js.map +7 -0
- package/content/TaskList/TaskList.stories/index.js +15 -0
- package/content/TaskList/TaskList.stories/package.json +6 -0
- package/content/TaskList/TaskList.stories.d.ts +0 -2
- package/content/TaskList/TaskList.stories.js.map +7 -0
- package/content/TaskList/__stories__/Default/index.js +90 -0
- package/content/TaskList/__stories__/Default/package.json +6 -0
- package/content/TaskList/__stories__/Default.d.ts +1 -1
- package/content/TaskList/__stories__/Default.js.map +7 -0
- package/content/TaskList/__stories__/Dense/index.js +90 -0
- package/content/TaskList/__stories__/Dense/package.json +6 -0
- package/content/TaskList/__stories__/Dense.d.ts +1 -1
- package/content/TaskList/__stories__/Dense.js.map +7 -0
- package/content/Timeline/Timeline.stories/index.js +15 -0
- package/content/Timeline/Timeline.stories/package.json +6 -0
- package/content/Timeline/Timeline.stories.d.ts +0 -2
- package/content/Timeline/Timeline.stories.js.map +7 -0
- package/content/Timeline/__stories__/Default/index.js +140 -0
- package/content/Timeline/__stories__/Default/package.json +6 -0
- package/content/Timeline/__stories__/Default.d.ts +1 -1
- package/content/Timeline/__stories__/Default.js.map +7 -0
- package/content/Timeline/__stories__/Dense/index.js +140 -0
- package/content/Timeline/__stories__/Dense/package.json +6 -0
- package/content/Timeline/__stories__/Dense.d.ts +1 -1
- package/content/Timeline/__stories__/Dense.js.map +7 -0
- package/feedback/CopyToClipboard/CopyToClipboard.stories/index.js +73 -0
- package/feedback/CopyToClipboard/CopyToClipboard.stories/package.json +6 -0
- package/feedback/CopyToClipboard/CopyToClipboard.stories.d.ts +0 -2
- package/feedback/CopyToClipboard/CopyToClipboard.stories.js.map +7 -0
- package/feedback/CopyToClipboard/__stories__/Banner/index.js +20 -0
- package/feedback/CopyToClipboard/__stories__/Banner/package.json +6 -0
- package/feedback/CopyToClipboard/__stories__/Banner.d.ts +1 -1
- package/feedback/CopyToClipboard/__stories__/Banner.js.map +7 -0
- package/feedback/CopyToClipboard/__stories__/Default/index.js +25 -0
- package/feedback/CopyToClipboard/__stories__/Default/package.json +6 -0
- package/feedback/CopyToClipboard/__stories__/Default.d.ts +1 -1
- package/feedback/CopyToClipboard/__stories__/Default.js.map +7 -0
- package/feedback/CopyToClipboard/__stories__/Dense/index.js +23 -0
- package/feedback/CopyToClipboard/__stories__/Dense/package.json +6 -0
- package/feedback/CopyToClipboard/__stories__/Dense.d.ts +1 -1
- package/feedback/CopyToClipboard/__stories__/Dense.js.map +7 -0
- package/feedback/ErrorSummary/ErrorSummary.stories/index.js +64 -0
- package/feedback/ErrorSummary/ErrorSummary.stories/package.json +6 -0
- package/feedback/ErrorSummary/ErrorSummary.stories.d.ts +0 -2
- package/feedback/ErrorSummary/ErrorSummary.stories.js.map +7 -0
- package/feedback/ErrorSummary/__stories__/Default/index.js +11 -0
- package/feedback/ErrorSummary/__stories__/Default/package.json +6 -0
- package/feedback/ErrorSummary/__stories__/Default.d.ts +1 -1
- package/feedback/ErrorSummary/__stories__/Default.js.map +7 -0
- package/feedback/ErrorSummary/__stories__/Dense/index.js +11 -0
- package/feedback/ErrorSummary/__stories__/Dense/package.json +6 -0
- package/feedback/ErrorSummary/__stories__/Dense.d.ts +1 -1
- package/feedback/ErrorSummary/__stories__/Dense.js.map +7 -0
- package/feedback/ErrorSummary/__stories__/ErrorGroupLinkedToInput/index.js +16 -0
- package/feedback/ErrorSummary/__stories__/ErrorGroupLinkedToInput/package.json +6 -0
- package/feedback/ErrorSummary/__stories__/ErrorGroupLinkedToInput.d.ts +1 -1
- package/feedback/ErrorSummary/__stories__/ErrorGroupLinkedToInput.js.map +7 -0
- package/feedback/ErrorSummary/__stories__/LinkedToCheckbox/index.js +20 -0
- package/feedback/ErrorSummary/__stories__/LinkedToCheckbox/package.json +6 -0
- package/feedback/ErrorSummary/__stories__/LinkedToCheckbox.d.ts +1 -1
- package/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js.map +7 -0
- package/feedback/ErrorSummary/__stories__/LinkedToField/index.js +23 -0
- package/feedback/ErrorSummary/__stories__/LinkedToField/package.json +6 -0
- package/feedback/ErrorSummary/__stories__/LinkedToField.d.ts +1 -1
- package/feedback/ErrorSummary/__stories__/LinkedToField.js.map +7 -0
- package/feedback/ErrorSummary/__stories__/LinkedToInput/index.js +17 -0
- package/feedback/ErrorSummary/__stories__/LinkedToInput/package.json +6 -0
- package/feedback/ErrorSummary/__stories__/LinkedToInput.d.ts +1 -1
- package/feedback/ErrorSummary/__stories__/LinkedToInput.js.map +7 -0
- package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/index.js +25 -0
- package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton/package.json +6 -0
- package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.d.ts +1 -1
- package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js.map +7 -0
- package/feedback/NotificationBanner/NotificationBanner.stories/index.js +53 -0
- package/feedback/NotificationBanner/NotificationBanner.stories/package.json +6 -0
- package/feedback/NotificationBanner/NotificationBanner.stories.d.ts +0 -2
- package/feedback/NotificationBanner/NotificationBanner.stories.js.map +7 -0
- package/feedback/NotificationBanner/__stories__/Default/index.js +19 -0
- package/feedback/NotificationBanner/__stories__/Default/package.json +6 -0
- package/feedback/NotificationBanner/__stories__/Default.d.ts +1 -1
- package/feedback/NotificationBanner/__stories__/Default.js.map +7 -0
- package/feedback/NotificationBanner/__stories__/Dense/index.js +20 -0
- package/feedback/NotificationBanner/__stories__/Dense/package.json +6 -0
- package/feedback/NotificationBanner/__stories__/Dense.d.ts +1 -1
- package/feedback/NotificationBanner/__stories__/Dense.js.map +7 -0
- package/feedback/NotificationBanner/__stories__/Success/index.js +20 -0
- package/feedback/NotificationBanner/__stories__/Success/package.json +6 -0
- package/feedback/NotificationBanner/__stories__/Success.d.ts +1 -1
- package/feedback/NotificationBanner/__stories__/Success.js.map +7 -0
- package/feedback/PhaseBanner/PhaseBanner.stories/index.js +43 -0
- package/feedback/PhaseBanner/PhaseBanner.stories/package.json +6 -0
- package/feedback/PhaseBanner/PhaseBanner.stories.d.ts +0 -2
- package/feedback/PhaseBanner/PhaseBanner.stories.js.map +7 -0
- package/feedback/PhaseBanner/__stories__/Default/index.js +14 -0
- package/feedback/PhaseBanner/__stories__/Default/package.json +6 -0
- package/feedback/PhaseBanner/__stories__/Default.d.ts +1 -1
- package/feedback/PhaseBanner/__stories__/Default.js.map +7 -0
- package/feedback/PhaseBanner/__stories__/Underlined/index.js +14 -0
- package/feedback/PhaseBanner/__stories__/Underlined/package.json +6 -0
- package/feedback/PhaseBanner/__stories__/Underlined.d.ts +1 -1
- package/feedback/PhaseBanner/__stories__/Underlined.js.map +7 -0
- package/feedback/WarningText/WarningText.stories/index.js +44 -0
- package/feedback/WarningText/WarningText.stories/package.json +6 -0
- package/feedback/WarningText/WarningText.stories.d.ts +0 -2
- package/feedback/WarningText/WarningText.stories.js.map +7 -0
- package/feedback/WarningText/__stories__/AssistiveText/index.js +9 -0
- package/feedback/WarningText/__stories__/AssistiveText/package.json +6 -0
- package/feedback/WarningText/__stories__/AssistiveText.d.ts +1 -1
- package/feedback/WarningText/__stories__/AssistiveText.js.map +7 -0
- package/feedback/WarningText/__stories__/Default/index.js +9 -0
- package/feedback/WarningText/__stories__/Default/package.json +6 -0
- package/feedback/WarningText/__stories__/Default.d.ts +1 -1
- package/feedback/WarningText/__stories__/Default.js.map +7 -0
- package/feedback/WarningText/__stories__/Dense/index.js +9 -0
- package/feedback/WarningText/__stories__/Dense/package.json +6 -0
- package/feedback/WarningText/__stories__/Dense.d.ts +1 -1
- package/feedback/WarningText/__stories__/Dense.js.map +7 -0
- package/form/AutoComplete/AutoComplete.stories/index.js +104 -0
- package/form/AutoComplete/AutoComplete.stories/package.json +6 -0
- package/form/AutoComplete/AutoComplete.stories.d.ts +16 -59
- package/form/AutoComplete/AutoComplete.stories.js.map +7 -0
- package/form/AutoComplete/Status/index.d.ts +1 -1
- package/form/AutoComplete/Status/index.js.map +2 -2
- package/form/AutoComplete/__stories__/Default/index.js +12 -0
- package/form/AutoComplete/__stories__/Default/package.json +6 -0
- package/form/AutoComplete/__stories__/Default.d.ts +1 -1
- package/form/AutoComplete/__stories__/Default.js.map +7 -0
- package/form/AutoComplete/__stories__/Multiple/index.js +20 -0
- package/form/AutoComplete/__stories__/Multiple/package.json +6 -0
- package/form/AutoComplete/__stories__/Multiple.d.ts +1 -1
- package/form/AutoComplete/__stories__/Multiple.js.map +7 -0
- package/form/AutoComplete/__stories__/MultipleShowingTwoSelected/index.js +21 -0
- package/form/AutoComplete/__stories__/MultipleShowingTwoSelected/package.json +6 -0
- package/form/AutoComplete/__stories__/MultipleShowingTwoSelected.d.ts +1 -1
- package/form/AutoComplete/__stories__/MultipleShowingTwoSelected.js.map +7 -0
- package/form/AutoComplete/__stories__/MultipleWithDefaultValues/index.js +21 -0
- package/form/AutoComplete/__stories__/MultipleWithDefaultValues/package.json +6 -0
- package/form/AutoComplete/__stories__/MultipleWithDefaultValues.d.ts +1 -1
- package/form/AutoComplete/__stories__/MultipleWithDefaultValues.js.map +7 -0
- package/form/AutoComplete/__stories__/MultipleWithMinLength/index.js +22 -0
- package/form/AutoComplete/__stories__/MultipleWithMinLength/package.json +6 -0
- package/form/AutoComplete/__stories__/MultipleWithMinLength.d.ts +1 -1
- package/form/AutoComplete/__stories__/MultipleWithMinLength.js.map +7 -0
- package/form/AutoComplete/__stories__/WithAutoSelect/index.js +28 -0
- package/form/AutoComplete/__stories__/WithAutoSelect/package.json +6 -0
- package/form/AutoComplete/__stories__/WithAutoSelect.d.ts +1 -1
- package/form/AutoComplete/__stories__/WithAutoSelect.js.map +7 -0
- package/form/AutoComplete/__stories__/WithDefaultValue/index.js +20 -0
- package/form/AutoComplete/__stories__/WithDefaultValue/package.json +6 -0
- package/form/AutoComplete/__stories__/WithDefaultValue.d.ts +1 -1
- package/form/AutoComplete/__stories__/WithDefaultValue.js.map +7 -0
- package/form/AutoComplete/__stories__/WithMinLength/index.js +21 -0
- package/form/AutoComplete/__stories__/WithMinLength/package.json +6 -0
- package/form/AutoComplete/__stories__/WithMinLength.d.ts +1 -1
- package/form/AutoComplete/__stories__/WithMinLength.js.map +7 -0
- package/form/AutoComplete/__stories__/WithPlaceHolder/index.js +20 -0
- package/form/AutoComplete/__stories__/WithPlaceHolder/package.json +6 -0
- package/form/AutoComplete/__stories__/WithPlaceHolder.d.ts +1 -1
- package/form/AutoComplete/__stories__/WithPlaceHolder.js.map +7 -0
- package/form/AutoComplete/__stories__/WithShowAllValues/index.js +12 -0
- package/form/AutoComplete/__stories__/WithShowAllValues/package.json +6 -0
- package/form/AutoComplete/__stories__/WithShowAllValues.d.ts +1 -1
- package/form/AutoComplete/__stories__/WithShowAllValues.js.map +7 -0
- package/form/AutoComplete/index.d.ts +3 -4
- package/form/AutoComplete/index.js +18 -32
- package/form/AutoComplete/index.js.map +2 -2
- package/form/Button/Button.stories/index.js +76 -0
- package/form/Button/Button.stories/package.json +6 -0
- package/form/Button/Button.stories.d.ts +0 -2
- package/form/Button/Button.stories.js.map +7 -0
- package/form/Button/__stories__/Back/index.js +9 -0
- package/form/Button/__stories__/Back/package.json +6 -0
- package/form/Button/__stories__/Back.d.ts +1 -1
- package/form/Button/__stories__/Back.js.map +7 -0
- package/form/Button/__stories__/ButtonLinkButton/index.js +18 -0
- package/form/Button/__stories__/ButtonLinkButton/package.json +6 -0
- package/form/Button/__stories__/ButtonLinkButton.d.ts +1 -1
- package/form/Button/__stories__/ButtonLinkButton.js.map +7 -0
- package/form/Button/__stories__/CallToActionButton/index.js +18 -0
- package/form/Button/__stories__/CallToActionButton/package.json +6 -0
- package/form/Button/__stories__/CallToActionButton.d.ts +1 -1
- package/form/Button/__stories__/CallToActionButton.js.map +7 -0
- package/form/Button/__stories__/Dense/index.js +9 -0
- package/form/Button/__stories__/Dense/package.json +6 -0
- package/form/Button/__stories__/Dense.d.ts +1 -1
- package/form/Button/__stories__/Dense.js.map +7 -0
- package/form/Button/__stories__/Disabled/index.js +9 -0
- package/form/Button/__stories__/Disabled/package.json +6 -0
- package/form/Button/__stories__/Disabled.d.ts +1 -1
- package/form/Button/__stories__/Disabled.js.map +7 -0
- package/form/Button/__stories__/GroupingButtons/index.js +9 -0
- package/form/Button/__stories__/GroupingButtons/package.json +6 -0
- package/form/Button/__stories__/GroupingButtons.d.ts +1 -1
- package/form/Button/__stories__/GroupingButtons.js.map +7 -0
- package/form/Button/__stories__/GroupingButtonsAndLinks/index.js +10 -0
- package/form/Button/__stories__/GroupingButtonsAndLinks/package.json +6 -0
- package/form/Button/__stories__/GroupingButtonsAndLinks.d.ts +1 -1
- package/form/Button/__stories__/GroupingButtonsAndLinks.js.map +7 -0
- package/form/Button/__stories__/Primary/index.js +26 -0
- package/form/Button/__stories__/Primary/package.json +6 -0
- package/form/Button/__stories__/Primary.js.map +7 -0
- package/form/Button/__stories__/Secondary/index.js +9 -0
- package/form/Button/__stories__/Secondary/package.json +6 -0
- package/form/Button/__stories__/Secondary.d.ts +1 -1
- package/form/Button/__stories__/Secondary.js.map +7 -0
- package/form/Button/__stories__/ThemeToggle/index.js +9 -0
- package/form/Button/__stories__/ThemeToggle/package.json +6 -0
- package/form/Button/__stories__/ThemeToggle.d.ts +1 -1
- package/form/Button/__stories__/ThemeToggle.js.map +7 -0
- package/form/Button/__stories__/Warning/index.js +11 -0
- package/form/Button/__stories__/Warning/package.json +6 -0
- package/form/Button/__stories__/Warning.d.ts +1 -1
- package/form/Button/__stories__/Warning.js.map +7 -0
- package/form/Button/__stories__/WithVariantLink/index.js +19 -0
- package/form/Button/__stories__/WithVariantLink/package.json +6 -0
- package/form/Button/__stories__/WithVariantLink.d.ts +1 -1
- package/form/Button/__stories__/WithVariantLink.js.map +7 -0
- package/form/Checkbox/Checkbox.stories/index.js +146 -0
- package/form/Checkbox/Checkbox.stories/package.json +6 -0
- package/form/Checkbox/Checkbox.stories.d.ts +0 -2
- package/form/Checkbox/Checkbox.stories.js.map +7 -0
- package/form/Checkbox/__stories__/ConditionalReveal/index.js +20 -0
- package/form/Checkbox/__stories__/ConditionalReveal/package.json +6 -0
- package/form/Checkbox/__stories__/ConditionalReveal.d.ts +1 -1
- package/form/Checkbox/__stories__/ConditionalReveal.js.map +7 -0
- package/form/Checkbox/__stories__/Default/index.js +15 -0
- package/form/Checkbox/__stories__/Default/package.json +6 -0
- package/form/Checkbox/__stories__/Default.d.ts +1 -1
- package/form/Checkbox/__stories__/Default.js.map +7 -0
- package/form/Checkbox/__stories__/Dense/index.js +15 -0
- package/form/Checkbox/__stories__/Dense/package.json +6 -0
- package/form/Checkbox/__stories__/Dense.d.ts +1 -1
- package/form/Checkbox/__stories__/Dense.js.map +7 -0
- package/form/Checkbox/__stories__/Inline/index.js +15 -0
- package/form/Checkbox/__stories__/Inline/package.json +6 -0
- package/form/Checkbox/__stories__/Inline.d.ts +1 -1
- package/form/Checkbox/__stories__/Inline.js.map +7 -0
- package/form/Checkbox/__stories__/InlineWithDivider/index.js +15 -0
- package/form/Checkbox/__stories__/InlineWithDivider/package.json +6 -0
- package/form/Checkbox/__stories__/InlineWithDivider.d.ts +1 -1
- package/form/Checkbox/__stories__/InlineWithDivider.js.map +7 -0
- package/form/Checkbox/__stories__/MultipleQuestions/index.js +15 -0
- package/form/Checkbox/__stories__/MultipleQuestions/package.json +6 -0
- package/form/Checkbox/__stories__/MultipleQuestions.d.ts +1 -1
- package/form/Checkbox/__stories__/MultipleQuestions.js.map +7 -0
- package/form/Checkbox/__stories__/NoneAnswer/index.js +14 -0
- package/form/Checkbox/__stories__/NoneAnswer/package.json +6 -0
- package/form/Checkbox/__stories__/NoneAnswer.d.ts +1 -1
- package/form/Checkbox/__stories__/NoneAnswer.js.map +7 -0
- package/form/Checkbox/__stories__/NoneAnswerWithError/index.js +16 -0
- package/form/Checkbox/__stories__/NoneAnswerWithError/package.json +6 -0
- package/form/Checkbox/__stories__/NoneAnswerWithError.d.ts +1 -1
- package/form/Checkbox/__stories__/NoneAnswerWithError.js.map +7 -0
- package/form/Checkbox/__stories__/WithErrorMessage/index.js +17 -0
- package/form/Checkbox/__stories__/WithErrorMessage/package.json +6 -0
- package/form/Checkbox/__stories__/WithErrorMessage.d.ts +1 -1
- package/form/Checkbox/__stories__/WithErrorMessage.js.map +7 -0
- package/form/Checkbox/__stories__/WithHint/index.js +15 -0
- package/form/Checkbox/__stories__/WithHint/package.json +6 -0
- package/form/Checkbox/__stories__/WithHint.d.ts +1 -1
- package/form/Checkbox/__stories__/WithHint.js.map +7 -0
- package/form/DateInputContainer/DateInputContainer.stories/index.js +103 -0
- package/form/DateInputContainer/DateInputContainer.stories/package.json +6 -0
- package/form/DateInputContainer/DateInputContainer.stories.d.ts +0 -2
- package/form/DateInputContainer/DateInputContainer.stories.js.map +7 -0
- package/form/DateInputContainer/__stories__/Default/index.js +18 -0
- package/form/DateInputContainer/__stories__/Default/package.json +6 -0
- package/form/DateInputContainer/__stories__/Default.d.ts +1 -1
- package/form/DateInputContainer/__stories__/Default.js.map +7 -0
- package/form/DateInputContainer/__stories__/Dense/index.js +17 -0
- package/form/DateInputContainer/__stories__/Dense/package.json +6 -0
- package/form/DateInputContainer/__stories__/Dense.d.ts +1 -1
- package/form/DateInputContainer/__stories__/Dense.js.map +7 -0
- package/form/DateInputContainer/__stories__/MultipleQuestions/index.js +18 -0
- package/form/DateInputContainer/__stories__/MultipleQuestions/package.json +6 -0
- package/form/DateInputContainer/__stories__/MultipleQuestions.d.ts +1 -1
- package/form/DateInputContainer/__stories__/MultipleQuestions.js.map +7 -0
- package/form/DateInputContainer/__stories__/WithErrorMessage/index.js +20 -0
- package/form/DateInputContainer/__stories__/WithErrorMessage/package.json +6 -0
- package/form/DateInputContainer/__stories__/WithErrorMessage.d.ts +1 -1
- package/form/DateInputContainer/__stories__/WithErrorMessage.js.map +7 -0
- package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/index.js +20 -0
- package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField/package.json +6 -0
- package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.d.ts +1 -1
- package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js.map +7 -0
- package/form/ErrorMessage/ErrorMessage.stories/index.js +42 -0
- package/form/ErrorMessage/ErrorMessage.stories/package.json +6 -0
- package/form/ErrorMessage/ErrorMessage.stories.d.ts +0 -2
- package/form/ErrorMessage/ErrorMessage.stories.js.map +7 -0
- package/form/ErrorMessage/__stories__/DateInputError/index.js +20 -0
- package/form/ErrorMessage/__stories__/DateInputError/package.json +6 -0
- package/form/ErrorMessage/__stories__/DateInputError.d.ts +1 -1
- package/form/ErrorMessage/__stories__/DateInputError.js.map +7 -0
- package/form/ErrorMessage/__stories__/Default/index.js +17 -0
- package/form/ErrorMessage/__stories__/Default/package.json +6 -0
- package/form/ErrorMessage/__stories__/Default.d.ts +1 -1
- package/form/ErrorMessage/__stories__/Default.js.map +7 -0
- package/form/ErrorMessage/__stories__/ErrorMessageOnly/index.js +10 -0
- package/form/ErrorMessage/__stories__/ErrorMessageOnly/package.json +6 -0
- package/form/ErrorMessage/__stories__/ErrorMessageOnly.d.ts +1 -1
- package/form/ErrorMessage/__stories__/ErrorMessageOnly.js.map +7 -0
- package/form/FileUpload/FileUpload.stories/index.js +17 -0
- package/form/FileUpload/FileUpload.stories/package.json +6 -0
- package/form/FileUpload/FileUpload.stories.d.ts +0 -2
- package/form/FileUpload/FileUpload.stories.js.map +7 -0
- package/form/FileUpload/__stories__/Default/index.js +15 -0
- package/form/FileUpload/__stories__/Default/package.json +6 -0
- package/form/FileUpload/__stories__/Default.d.ts +1 -1
- package/form/FileUpload/__stories__/Default.js.map +7 -0
- package/form/FileUpload/__stories__/WithErrorMessage/index.js +17 -0
- package/form/FileUpload/__stories__/WithErrorMessage/package.json +6 -0
- package/form/FileUpload/__stories__/WithErrorMessage.d.ts +1 -1
- package/form/FileUpload/__stories__/WithErrorMessage.js.map +7 -0
- package/form/FileUpload/__stories__/WithVariantLink/index.js +15 -0
- package/form/FileUpload/__stories__/WithVariantLink/package.json +6 -0
- package/form/FileUpload/__stories__/WithVariantLink.js.map +7 -0
- package/form/RadioContainer/RadioContainer.stories/index.js +148 -0
- package/form/RadioContainer/RadioContainer.stories/package.json +6 -0
- package/form/RadioContainer/RadioContainer.stories.d.ts +0 -2
- package/form/RadioContainer/RadioContainer.stories.js.map +7 -0
- package/form/RadioContainer/__stories__/ConditionalReveal/index.js +20 -0
- package/form/RadioContainer/__stories__/ConditionalReveal/package.json +6 -0
- package/form/RadioContainer/__stories__/ConditionalReveal.d.ts +1 -1
- package/form/RadioContainer/__stories__/ConditionalReveal.js.map +7 -0
- package/form/RadioContainer/__stories__/Default/index.js +14 -0
- package/form/RadioContainer/__stories__/Default/package.json +6 -0
- package/form/RadioContainer/__stories__/Default.d.ts +1 -1
- package/form/RadioContainer/__stories__/Default.js.map +7 -0
- package/form/RadioContainer/__stories__/Dense/index.js +14 -0
- package/form/RadioContainer/__stories__/Dense/package.json +6 -0
- package/form/RadioContainer/__stories__/Dense.d.ts +1 -1
- package/form/RadioContainer/__stories__/Dense.js.map +7 -0
- package/form/RadioContainer/__stories__/Inline/index.js +15 -0
- package/form/RadioContainer/__stories__/Inline/package.json +6 -0
- package/form/RadioContainer/__stories__/Inline.d.ts +1 -1
- package/form/RadioContainer/__stories__/Inline.js.map +7 -0
- package/form/RadioContainer/__stories__/InlineWithDivider/index.js +15 -0
- package/form/RadioContainer/__stories__/InlineWithDivider/package.json +6 -0
- package/form/RadioContainer/__stories__/InlineWithDivider.d.ts +1 -1
- package/form/RadioContainer/__stories__/InlineWithDivider.js.map +7 -0
- package/form/RadioContainer/__stories__/MultipleQuestions/index.js +15 -0
- package/form/RadioContainer/__stories__/MultipleQuestions/package.json +6 -0
- package/form/RadioContainer/__stories__/MultipleQuestions.d.ts +1 -1
- package/form/RadioContainer/__stories__/MultipleQuestions.js.map +7 -0
- package/form/RadioContainer/__stories__/NoneAnswer/index.js +14 -0
- package/form/RadioContainer/__stories__/NoneAnswer/package.json +6 -0
- package/form/RadioContainer/__stories__/NoneAnswer.d.ts +1 -1
- package/form/RadioContainer/__stories__/NoneAnswer.js.map +7 -0
- package/form/RadioContainer/__stories__/WithErrorMessage/index.js +17 -0
- package/form/RadioContainer/__stories__/WithErrorMessage/package.json +6 -0
- package/form/RadioContainer/__stories__/WithErrorMessage.d.ts +1 -1
- package/form/RadioContainer/__stories__/WithErrorMessage.js.map +7 -0
- package/form/RadioContainer/__stories__/WithHints/index.js +24 -0
- package/form/RadioContainer/__stories__/WithHints/package.json +6 -0
- package/form/RadioContainer/__stories__/WithHints.d.ts +1 -1
- package/form/RadioContainer/__stories__/WithHints.js.map +7 -0
- package/form/RadioContainer/__stories__/WithMediumLegend/index.js +14 -0
- package/form/RadioContainer/__stories__/WithMediumLegend/package.json +6 -0
- package/form/RadioContainer/__stories__/WithMediumLegend.d.ts +1 -1
- package/form/RadioContainer/__stories__/WithMediumLegend.js.map +7 -0
- package/form/SearchContainer/SearchContainer.stories/index.js +13 -0
- package/form/SearchContainer/SearchContainer.stories/package.json +6 -0
- package/form/SearchContainer/SearchContainer.stories.d.ts +0 -2
- package/form/SearchContainer/SearchContainer.stories.js.map +7 -0
- package/form/SearchContainer/__stories__/Default/index.js +13 -0
- package/form/SearchContainer/__stories__/Default/package.json +6 -0
- package/form/SearchContainer/__stories__/Default.d.ts +1 -1
- package/form/SearchContainer/__stories__/Default.js.map +7 -0
- package/form/SelectContainer/SelectContainer.stories/index.js +99 -0
- package/form/SelectContainer/SelectContainer.stories/package.json +6 -0
- package/form/SelectContainer/SelectContainer.stories.d.ts +0 -2
- package/form/SelectContainer/SelectContainer.stories.js.map +7 -0
- package/form/SelectContainer/__stories__/Default/index.js +14 -0
- package/form/SelectContainer/__stories__/Default/package.json +6 -0
- package/form/SelectContainer/__stories__/Default.d.ts +1 -1
- package/form/SelectContainer/__stories__/Default.js.map +7 -0
- package/form/SelectContainer/__stories__/Dense/index.js +14 -0
- package/form/SelectContainer/__stories__/Dense/package.json +6 -0
- package/form/SelectContainer/__stories__/Dense.d.ts +1 -1
- package/form/SelectContainer/__stories__/Dense.js.map +7 -0
- package/form/SelectContainer/__stories__/DisabledInput/index.js +26 -0
- package/form/SelectContainer/__stories__/DisabledInput/package.json +6 -0
- package/form/SelectContainer/__stories__/DisabledInput.d.ts +1 -1
- package/form/SelectContainer/__stories__/DisabledInput.js.map +7 -0
- package/form/SelectContainer/__stories__/WithHint/index.js +26 -0
- package/form/SelectContainer/__stories__/WithHint/package.json +6 -0
- package/form/SelectContainer/__stories__/WithHint.d.ts +1 -1
- package/form/SelectContainer/__stories__/WithHint.js.map +7 -0
- package/form/SingleCharacterInputs/SingleCharacterInput.stories/index.js +117 -0
- package/form/SingleCharacterInputs/SingleCharacterInput.stories/package.json +6 -0
- package/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +0 -2
- package/form/SingleCharacterInputs/SingleCharacterInput.stories.js.map +7 -0
- package/form/SingleCharacterInputs/__stories__/Default/index.js +18 -0
- package/form/SingleCharacterInputs/__stories__/Default/package.json +6 -0
- package/form/SingleCharacterInputs/__stories__/Default.d.ts +1 -1
- package/form/SingleCharacterInputs/__stories__/Default.js.map +7 -0
- package/form/SingleCharacterInputs/__stories__/WithDefaultError/index.js +20 -0
- package/form/SingleCharacterInputs/__stories__/WithDefaultError/package.json +6 -0
- package/form/SingleCharacterInputs/__stories__/WithDefaultError.d.ts +1 -1
- package/form/SingleCharacterInputs/__stories__/WithDefaultError.js.map +7 -0
- package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/index.js +20 -0
- package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode/package.json +6 -0
- package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.d.ts +1 -1
- package/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.js.map +7 -0
- package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/index.js +20 -0
- package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit/package.json +6 -0
- package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.d.ts +1 -1
- package/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.js.map +7 -0
- package/form/TextArea/TextArea.stories/index.js +113 -0
- package/form/TextArea/TextArea.stories/package.json +6 -0
- package/form/TextArea/TextArea.stories.d.ts +0 -2
- package/form/TextArea/TextArea.stories.js.map +7 -0
- package/form/TextArea/__stories__/Default/index.js +11 -0
- package/form/TextArea/__stories__/Default/package.json +6 -0
- package/form/TextArea/__stories__/Default.d.ts +1 -1
- package/form/TextArea/__stories__/Default.js.map +7 -0
- package/form/TextArea/__stories__/Dense/index.js +11 -0
- package/form/TextArea/__stories__/Dense/package.json +6 -0
- package/form/TextArea/__stories__/Dense.d.ts +1 -1
- package/form/TextArea/__stories__/Dense.js.map +7 -0
- package/form/TextArea/__stories__/DisabledInput/index.js +19 -0
- package/form/TextArea/__stories__/DisabledInput/package.json +6 -0
- package/form/TextArea/__stories__/DisabledInput.d.ts +1 -1
- package/form/TextArea/__stories__/DisabledInput.js.map +7 -0
- package/form/TextArea/__stories__/LimitedCharacters/index.js +12 -0
- package/form/TextArea/__stories__/LimitedCharacters/package.json +6 -0
- package/form/TextArea/__stories__/LimitedCharacters.d.ts +1 -1
- package/form/TextArea/__stories__/LimitedCharacters.js.map +7 -0
- package/form/TextArea/__stories__/MultipleQuestions/index.js +12 -0
- package/form/TextArea/__stories__/MultipleQuestions/package.json +6 -0
- package/form/TextArea/__stories__/MultipleQuestions.d.ts +1 -1
- package/form/TextArea/__stories__/MultipleQuestions.js.map +7 -0
- package/form/TextArea/__stories__/WithDeclaredRows/index.js +19 -0
- package/form/TextArea/__stories__/WithDeclaredRows/package.json +6 -0
- package/form/TextArea/__stories__/WithDeclaredRows.d.ts +1 -1
- package/form/TextArea/__stories__/WithDeclaredRows.js.map +7 -0
- package/form/TextArea/__stories__/WithErrorMessage/index.js +13 -0
- package/form/TextArea/__stories__/WithErrorMessage/package.json +6 -0
- package/form/TextArea/__stories__/WithErrorMessage.d.ts +1 -1
- package/form/TextArea/__stories__/WithErrorMessage.js.map +7 -0
- package/form/TextArea/__stories__/WithHint/index.js +12 -0
- package/form/TextArea/__stories__/WithHint/package.json +6 -0
- package/form/TextArea/__stories__/WithHint.d.ts +1 -1
- package/form/TextArea/__stories__/WithHint.js.map +7 -0
- package/form/TextInput/TextInput.stories/index.js +125 -0
- package/form/TextInput/TextInput.stories/package.json +6 -0
- package/form/TextInput/TextInput.stories.d.ts +0 -2
- package/form/TextInput/TextInput.stories.js.map +7 -0
- package/form/TextInput/__stories__/AskingForNumbers/index.js +20 -0
- package/form/TextInput/__stories__/AskingForNumbers/package.json +6 -0
- package/form/TextInput/__stories__/AskingForNumbers.d.ts +1 -1
- package/form/TextInput/__stories__/AskingForNumbers.js.map +7 -0
- package/form/TextInput/__stories__/Default/index.js +11 -0
- package/form/TextInput/__stories__/Default/package.json +6 -0
- package/form/TextInput/__stories__/Default.d.ts +1 -1
- package/form/TextInput/__stories__/Default.js.map +7 -0
- package/form/TextInput/__stories__/Dense/index.js +11 -0
- package/form/TextInput/__stories__/Dense/package.json +6 -0
- package/form/TextInput/__stories__/Dense.d.ts +1 -1
- package/form/TextInput/__stories__/Dense.js.map +7 -0
- package/form/TextInput/__stories__/DisabledInput/index.js +19 -0
- package/form/TextInput/__stories__/DisabledInput/package.json +6 -0
- package/form/TextInput/__stories__/DisabledInput.d.ts +1 -1
- package/form/TextInput/__stories__/DisabledInput.js.map +7 -0
- package/form/TextInput/__stories__/DisabledInputWithValue/index.js +21 -0
- package/form/TextInput/__stories__/DisabledInputWithValue/package.json +6 -0
- package/form/TextInput/__stories__/DisabledInputWithValue.d.ts +1 -1
- package/form/TextInput/__stories__/DisabledInputWithValue.js.map +7 -0
- package/form/TextInput/__stories__/FixedWidths/index.js +11 -0
- package/form/TextInput/__stories__/FixedWidths/package.json +6 -0
- package/form/TextInput/__stories__/FixedWidths.d.ts +1 -1
- package/form/TextInput/__stories__/FixedWidths.js.map +7 -0
- package/form/TextInput/__stories__/FluidWidths/index.js +11 -0
- package/form/TextInput/__stories__/FluidWidths/package.json +6 -0
- package/form/TextInput/__stories__/FluidWidths.d.ts +1 -1
- package/form/TextInput/__stories__/FluidWidths.js.map +7 -0
- package/form/TextInput/__stories__/MultipleQuestions/index.js +11 -0
- package/form/TextInput/__stories__/MultipleQuestions/package.json +6 -0
- package/form/TextInput/__stories__/MultipleQuestions.d.ts +1 -1
- package/form/TextInput/__stories__/MultipleQuestions.js.map +7 -0
- package/form/TextInput/__stories__/WithErrorMessage/index.js +20 -0
- package/form/TextInput/__stories__/WithErrorMessage/package.json +6 -0
- package/form/TextInput/__stories__/WithErrorMessage.d.ts +1 -1
- package/form/TextInput/__stories__/WithErrorMessage.js.map +7 -0
- package/form/TextInput/__stories__/WithHint/index.js +12 -0
- package/form/TextInput/__stories__/WithHint/package.json +6 -0
- package/form/TextInput/__stories__/WithHint.d.ts +1 -1
- package/form/TextInput/__stories__/WithHint.js.map +7 -0
- package/i18n/locales/el/index.js +18 -45
- package/i18n/locales/el.d.ts +5 -32
- package/i18n/locales/el.js.map +2 -2
- package/i18n/locales/en/index.js +6 -33
- package/i18n/locales/en.d.ts +4 -31
- package/i18n/locales/en.js.map +2 -2
- package/index.js +1 -1
- package/layouts/Basic/Basic.stories/index.js +19 -0
- package/layouts/Basic/Basic.stories/package.json +6 -0
- package/layouts/Basic/Basic.stories.d.ts +0 -2
- package/layouts/Basic/Basic.stories.js.map +7 -0
- package/layouts/Basic/Bottom/__stories__/Default/index.js +19 -0
- package/layouts/Basic/Bottom/__stories__/Default/package.json +6 -0
- package/layouts/Basic/Bottom/__stories__/Default.d.ts +1 -1
- package/layouts/Basic/Bottom/__stories__/Default.js.map +7 -0
- package/layouts/Basic/Container/__stories__/Default/index.js +17 -0
- package/layouts/Basic/Container/__stories__/Default/package.json +6 -0
- package/layouts/Basic/Container/__stories__/Default.d.ts +1 -1
- package/layouts/Basic/Container/__stories__/Default.js.map +7 -0
- package/layouts/Basic/Main/__stories__/Default/index.js +17 -0
- package/layouts/Basic/Main/__stories__/Default/package.json +6 -0
- package/layouts/Basic/Main/__stories__/Default.d.ts +1 -1
- package/layouts/Basic/Main/__stories__/Default.js.map +7 -0
- package/layouts/Basic/Top/__stories__/Default/index.js +17 -0
- package/layouts/Basic/Top/__stories__/Default/package.json +6 -0
- package/layouts/Basic/Top/__stories__/Default.d.ts +1 -1
- package/layouts/Basic/Top/__stories__/Default.js.map +7 -0
- package/layouts/Basic/__stories__/Default/index.js +12 -0
- package/layouts/Basic/__stories__/Default/package.json +6 -0
- package/layouts/Basic/__stories__/Default.d.ts +1 -1
- package/layouts/Basic/__stories__/Default.js.map +7 -0
- package/layouts/Basic/__stories__/MultipleRowsLayout/index.js +13 -0
- package/layouts/Basic/__stories__/MultipleRowsLayout/package.json +6 -0
- package/layouts/Basic/__stories__/MultipleRowsLayout.d.ts +1 -1
- package/layouts/Basic/__stories__/MultipleRowsLayout.js.map +7 -0
- package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/index.js +13 -0
- package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns/package.json +6 -0
- package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.d.ts +1 -1
- package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.js.map +7 -0
- package/layouts/Basic/__stories__/WithBasicLayout/index.js +14 -0
- package/layouts/Basic/__stories__/WithBasicLayout/package.json +6 -0
- package/layouts/Basic/__stories__/WithBasicLayout.d.ts +1 -1
- package/layouts/Basic/__stories__/WithBasicLayout.js.map +7 -0
- package/layouts/Grid/Grid.stories/index.js +16 -0
- package/layouts/Grid/Grid.stories/package.json +6 -0
- package/layouts/Grid/Grid.stories.d.ts +0 -2
- package/layouts/Grid/Grid.stories.js.map +7 -0
- package/layouts/Grid/__stories__/Default/index.js +12 -0
- package/layouts/Grid/__stories__/Default/package.json +6 -0
- package/layouts/Grid/__stories__/Default.d.ts +1 -1
- package/layouts/Grid/__stories__/Default.js.map +7 -0
- package/layouts/Grid/__stories__/Inline/index.js +12 -0
- package/layouts/Grid/__stories__/Inline/package.json +6 -0
- package/layouts/Grid/__stories__/Inline.d.ts +1 -1
- package/layouts/Grid/__stories__/Inline.js.map +7 -0
- package/layouts/Grid/__stories__/ResponsiveSpacing/index.js +26 -0
- package/layouts/Grid/__stories__/ResponsiveSpacing/package.json +6 -0
- package/layouts/Grid/__stories__/ResponsiveSpacing.d.ts +1 -1
- package/layouts/Grid/__stories__/ResponsiveSpacing.js.map +7 -0
- package/layouts/Screen/Screen.stories/index.js +18 -0
- package/layouts/Screen/Screen.stories/package.json +6 -0
- package/layouts/Screen/Screen.stories.js.map +7 -0
- package/layouts/Screen/__stories__/Default/index.js +11 -0
- package/layouts/Screen/__stories__/Default/package.json +6 -0
- package/layouts/Screen/__stories__/Default.d.ts +1 -1
- package/layouts/Screen/__stories__/Default.js.map +7 -0
- package/layouts/Screen/__stories__/ScreenDown/index.js +11 -0
- package/layouts/Screen/__stories__/ScreenDown/package.json +6 -0
- package/layouts/Screen/__stories__/ScreenDown.d.ts +1 -1
- package/layouts/Screen/__stories__/ScreenDown.js.map +7 -0
- package/layouts/Screen/__stories__/ScreenUp/index.js +11 -0
- package/layouts/Screen/__stories__/ScreenUp/package.json +6 -0
- package/layouts/Screen/__stories__/ScreenUp.d.ts +1 -1
- package/layouts/Screen/__stories__/ScreenUp.js.map +7 -0
- package/layouts/Screen/__stories__/SpecificScreenSize/index.js +11 -0
- package/layouts/Screen/__stories__/SpecificScreenSize/package.json +6 -0
- package/layouts/Screen/__stories__/SpecificScreenSize.d.ts +1 -1
- package/layouts/Screen/__stories__/SpecificScreenSize.js.map +7 -0
- package/layouts/Stack/Stack.stories/index.js +22 -0
- package/layouts/Stack/Stack.stories/package.json +6 -0
- package/layouts/Stack/Stack.stories.d.ts +0 -2
- package/layouts/Stack/Stack.stories.js.map +7 -0
- package/layouts/Stack/__stories__/AlignItems/index.js +12 -0
- package/layouts/Stack/__stories__/AlignItems/package.json +6 -0
- package/layouts/Stack/__stories__/AlignItems.d.ts +1 -1
- package/layouts/Stack/__stories__/AlignItems.js.map +7 -0
- package/layouts/Stack/__stories__/Default/index.js +12 -0
- package/layouts/Stack/__stories__/Default/package.json +6 -0
- package/layouts/Stack/__stories__/Default.d.ts +1 -1
- package/layouts/Stack/__stories__/Default.js.map +7 -0
- package/layouts/Stack/__stories__/JustifyContent/index.js +12 -0
- package/layouts/Stack/__stories__/JustifyContent/package.json +6 -0
- package/layouts/Stack/__stories__/JustifyContent.d.ts +1 -1
- package/layouts/Stack/__stories__/JustifyContent.js.map +7 -0
- package/layouts/Stack/__stories__/NoWrap/index.js +12 -0
- package/layouts/Stack/__stories__/NoWrap/package.json +6 -0
- package/layouts/Stack/__stories__/NoWrap.d.ts +1 -1
- package/layouts/Stack/__stories__/NoWrap.js.map +7 -0
- package/layouts/Stack/__stories__/Row/index.js +12 -0
- package/layouts/Stack/__stories__/Row/package.json +6 -0
- package/layouts/Stack/__stories__/Row.d.ts +1 -1
- package/layouts/Stack/__stories__/Row.js.map +7 -0
- package/layouts/Stack/__stories__/Spacing/index.js +12 -0
- package/layouts/Stack/__stories__/Spacing/package.json +6 -0
- package/layouts/Stack/__stories__/Spacing.d.ts +1 -1
- package/layouts/Stack/__stories__/Spacing.js.map +7 -0
- package/lazy/index.js +8 -8
- package/navigation/BackLink/BackLink.stories/index.js +12 -0
- package/navigation/BackLink/BackLink.stories/package.json +6 -0
- package/navigation/BackLink/BackLink.stories.d.ts +0 -2
- package/navigation/BackLink/BackLink.stories.js.map +7 -0
- package/navigation/BackLink/__stories__/Default/index.js +9 -0
- package/navigation/BackLink/__stories__/Default/package.json +6 -0
- package/navigation/BackLink/__stories__/Default.d.ts +1 -1
- package/navigation/BackLink/__stories__/Default.js.map +7 -0
- package/navigation/BackToTopLink/BackToTopLink.stories/index.js +14 -0
- package/navigation/BackToTopLink/BackToTopLink.stories/package.json +6 -0
- package/navigation/BackToTopLink/BackToTopLink.stories.js.map +7 -0
- package/navigation/BackToTopLink/__stories__/Default/index.js +9 -0
- package/navigation/BackToTopLink/__stories__/Default/package.json +6 -0
- package/navigation/BackToTopLink/__stories__/Default.d.ts +1 -1
- package/navigation/BackToTopLink/__stories__/Default.js.map +7 -0
- package/navigation/BackToTopLink/__stories__/InMain/index.js +13 -0
- package/navigation/BackToTopLink/__stories__/InMain/package.json +6 -0
- package/navigation/BackToTopLink/__stories__/InMain.d.ts +1 -1
- package/navigation/BackToTopLink/__stories__/InMain.js.map +7 -0
- package/navigation/Breadcrumbs/Breadcrumbs.stories/index.js +22 -0
- package/navigation/Breadcrumbs/Breadcrumbs.stories/package.json +6 -0
- package/navigation/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -2
- package/navigation/Breadcrumbs/Breadcrumbs.stories.js.map +7 -0
- package/navigation/Breadcrumbs/__stories__/Auto/index.js +173 -0
- package/navigation/Breadcrumbs/__stories__/Auto/package.json +6 -0
- package/navigation/Breadcrumbs/__stories__/Auto.d.ts +1 -1
- package/navigation/Breadcrumbs/__stories__/Auto.js.map +7 -0
- package/navigation/Breadcrumbs/__stories__/Default/index.js +13 -0
- package/navigation/Breadcrumbs/__stories__/Default/package.json +6 -0
- package/navigation/Breadcrumbs/__stories__/Default.d.ts +1 -1
- package/navigation/Breadcrumbs/__stories__/Default.js.map +7 -0
- package/navigation/Breadcrumbs/__stories__/WithHook/index.js +181 -0
- package/navigation/Breadcrumbs/__stories__/WithHook/package.json +6 -0
- package/navigation/Breadcrumbs/__stories__/WithHook.d.ts +1 -1
- package/navigation/Breadcrumbs/__stories__/WithHook.js.map +7 -0
- package/navigation/Breadcrumbs/__stories__/WithProvider/index.js +17 -0
- package/navigation/Breadcrumbs/__stories__/WithProvider/package.json +6 -0
- package/navigation/Breadcrumbs/__stories__/WithProvider.d.ts +1 -1
- package/navigation/Breadcrumbs/__stories__/WithProvider.js.map +7 -0
- package/navigation/Breadcrumbs/__stories__/WithoutCurrentPage/index.js +13 -0
- package/navigation/Breadcrumbs/__stories__/WithoutCurrentPage/package.json +6 -0
- package/navigation/Breadcrumbs/__stories__/WithoutCurrentPage.d.ts +1 -1
- package/navigation/Breadcrumbs/__stories__/WithoutCurrentPage.js.map +7 -0
- package/navigation/Drawer/Drawer.stories/index.js +18 -0
- package/navigation/Drawer/Drawer.stories/package.json +6 -0
- package/navigation/Drawer/Drawer.stories.d.ts +0 -2
- package/navigation/Drawer/Drawer.stories.js.map +7 -0
- package/navigation/Drawer/__stories__/Auto/index.js +88 -0
- package/navigation/Drawer/__stories__/Auto/package.json +6 -0
- package/navigation/Drawer/__stories__/Auto.d.ts +1 -1
- package/navigation/Drawer/__stories__/Auto.js.map +7 -0
- package/navigation/Drawer/__stories__/Default/index.js +70 -0
- package/navigation/Drawer/__stories__/Default/package.json +6 -0
- package/navigation/Drawer/__stories__/Default.d.ts +1 -1
- package/navigation/Drawer/__stories__/Default.js.map +7 -0
- package/navigation/Drawer/__stories__/WithHook/index.js +93 -0
- package/navigation/Drawer/__stories__/WithHook/package.json +6 -0
- package/navigation/Drawer/__stories__/WithHook.d.ts +1 -1
- package/navigation/Drawer/__stories__/WithHook.js.map +7 -0
- package/navigation/Drawer/hooks/index.js +6 -2
- package/navigation/Drawer/hooks.js.map +2 -2
- package/navigation/Dropdown/Dropdown.stories/index.js +34 -0
- package/navigation/Dropdown/Dropdown.stories/package.json +6 -0
- package/navigation/Dropdown/Dropdown.stories.d.ts +0 -2
- package/navigation/Dropdown/Dropdown.stories.js.map +7 -0
- package/navigation/Dropdown/__stories__/AlignRight/index.js +38 -0
- package/navigation/Dropdown/__stories__/AlignRight/package.json +6 -0
- package/navigation/Dropdown/__stories__/AlignRight.d.ts +1 -1
- package/navigation/Dropdown/__stories__/AlignRight.js.map +7 -0
- package/navigation/Dropdown/__stories__/ContentPosition/index.js +51 -0
- package/navigation/Dropdown/__stories__/ContentPosition/package.json +6 -0
- package/navigation/Dropdown/__stories__/ContentPosition.d.ts +1 -1
- package/navigation/Dropdown/__stories__/ContentPosition.js.map +7 -0
- package/navigation/Dropdown/__stories__/Default/index.js +27 -0
- package/navigation/Dropdown/__stories__/Default/package.json +6 -0
- package/navigation/Dropdown/__stories__/Default.d.ts +1 -1
- package/navigation/Dropdown/__stories__/Default.js.map +7 -0
- package/navigation/Dropdown/__stories__/Dense/index.js +28 -0
- package/navigation/Dropdown/__stories__/Dense/package.json +6 -0
- package/navigation/Dropdown/__stories__/Dense.d.ts +1 -1
- package/navigation/Dropdown/__stories__/Dense.js.map +7 -0
- package/navigation/Dropdown/__stories__/Disabled/index.js +27 -0
- package/navigation/Dropdown/__stories__/Disabled/package.json +6 -0
- package/navigation/Dropdown/__stories__/Disabled.d.ts +1 -1
- package/navigation/Dropdown/__stories__/Disabled.js.map +7 -0
- package/navigation/Dropdown/__stories__/PlacementTop/index.js +38 -0
- package/navigation/Dropdown/__stories__/PlacementTop/package.json +6 -0
- package/navigation/Dropdown/__stories__/PlacementTop.d.ts +1 -1
- package/navigation/Dropdown/__stories__/PlacementTop.js.map +7 -0
- package/navigation/Dropdown/__stories__/ScrollableContent/index.js +73 -0
- package/navigation/Dropdown/__stories__/ScrollableContent/package.json +6 -0
- package/navigation/Dropdown/__stories__/ScrollableContent.d.ts +1 -1
- package/navigation/Dropdown/__stories__/ScrollableContent.js.map +7 -0
- package/navigation/Dropdown/__stories__/Secondary/index.js +24 -0
- package/navigation/Dropdown/__stories__/Secondary/package.json +6 -0
- package/navigation/Dropdown/__stories__/Secondary.d.ts +1 -1
- package/navigation/Dropdown/__stories__/Secondary.js.map +7 -0
- package/navigation/Dropdown/__stories__/VariantLink/index.js +28 -0
- package/navigation/Dropdown/__stories__/VariantLink/package.json +6 -0
- package/navigation/Dropdown/__stories__/VariantLink.d.ts +1 -1
- package/navigation/Dropdown/__stories__/VariantLink.js.map +7 -0
- package/navigation/Dropdown/__stories__/Warning/index.js +24 -0
- package/navigation/Dropdown/__stories__/Warning/package.json +6 -0
- package/navigation/Dropdown/__stories__/Warning.d.ts +1 -1
- package/navigation/Dropdown/__stories__/Warning.js.map +7 -0
- package/navigation/Dropdown/__stories__/WithIcons/index.js +54 -0
- package/navigation/Dropdown/__stories__/WithIcons/package.json +6 -0
- package/navigation/Dropdown/__stories__/WithIcons.d.ts +1 -1
- package/navigation/Dropdown/__stories__/WithIcons.js.map +7 -0
- package/navigation/Link/Link.stories/index.js +25 -0
- package/navigation/Link/Link.stories/package.json +6 -0
- package/navigation/Link/Link.stories.d.ts +0 -2
- package/navigation/Link/Link.stories.js.map +7 -0
- package/navigation/Link/__stories__/DarkBackground/index.js +19 -0
- package/navigation/Link/__stories__/DarkBackground/package.json +6 -0
- package/navigation/Link/__stories__/DarkBackground.d.ts +1 -1
- package/navigation/Link/__stories__/DarkBackground.js.map +7 -0
- package/navigation/Link/__stories__/DarkBackgroundNoUnderline/index.js +20 -0
- package/navigation/Link/__stories__/DarkBackgroundNoUnderline/package.json +6 -0
- package/navigation/Link/__stories__/DarkBackgroundNoUnderline.d.ts +1 -1
- package/navigation/Link/__stories__/DarkBackgroundNoUnderline.js.map +7 -0
- package/navigation/Link/__stories__/Default/index.js +9 -0
- package/navigation/Link/__stories__/Default/package.json +6 -0
- package/navigation/Link/__stories__/Default.d.ts +1 -1
- package/navigation/Link/__stories__/Default.js.map +7 -0
- package/navigation/Link/__stories__/ExternalLink/index.js +18 -0
- package/navigation/Link/__stories__/ExternalLink/package.json +6 -0
- package/navigation/Link/__stories__/ExternalLink.d.ts +1 -1
- package/navigation/Link/__stories__/ExternalLink.js.map +7 -0
- package/navigation/Link/__stories__/NoUnderline/index.js +18 -0
- package/navigation/Link/__stories__/NoUnderline/package.json +6 -0
- package/navigation/Link/__stories__/NoUnderline.d.ts +1 -1
- package/navigation/Link/__stories__/NoUnderline.js.map +7 -0
- package/navigation/Link/__stories__/OpensInNewTab/index.js +9 -0
- package/navigation/Link/__stories__/OpensInNewTab/package.json +6 -0
- package/navigation/Link/__stories__/OpensInNewTab.d.ts +1 -1
- package/navigation/Link/__stories__/OpensInNewTab.js.map +7 -0
- package/navigation/Link/__stories__/WithProvider/index.js +20 -0
- package/navigation/Link/__stories__/WithProvider/package.json +6 -0
- package/navigation/Link/__stories__/WithProvider.d.ts +1 -1
- package/navigation/Link/__stories__/WithProvider.js.map +7 -0
- package/navigation/NavList/NavList.stories/index.js +30 -0
- package/navigation/NavList/NavList.stories/package.json +6 -0
- package/navigation/NavList/NavList.stories.d.ts +0 -2
- package/navigation/NavList/NavList.stories.js.map +7 -0
- package/navigation/NavList/__stories__/Default/index.js +52 -0
- package/navigation/NavList/__stories__/Default/package.json +6 -0
- package/navigation/NavList/__stories__/Default.d.ts +1 -1
- package/navigation/NavList/__stories__/Default.js.map +7 -0
- package/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +102 -0
- package/navigation/NavList/__stories__/HorizontalWithDrawer/package.json +6 -0
- package/navigation/NavList/__stories__/HorizontalWithDrawer.d.ts +1 -1
- package/navigation/NavList/__stories__/HorizontalWithDrawer.js.map +7 -0
- package/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +94 -0
- package/navigation/NavList/__stories__/HorizontalWithoutDrawer/package.json +6 -0
- package/navigation/NavList/__stories__/HorizontalWithoutDrawer.d.ts +1 -1
- package/navigation/NavList/__stories__/HorizontalWithoutDrawer.js.map +7 -0
- package/navigation/NavList/__stories__/NavListWithoutNav/index.js +34 -0
- package/navigation/NavList/__stories__/NavListWithoutNav/package.json +6 -0
- package/navigation/NavList/__stories__/NavListWithoutNav.d.ts +1 -1
- package/navigation/NavList/__stories__/NavListWithoutNav.js.map +7 -0
- package/navigation/NavList/__stories__/UsingHeaderButton/index.js +53 -0
- package/navigation/NavList/__stories__/UsingHeaderButton/package.json +6 -0
- package/navigation/NavList/__stories__/UsingHeaderButton.d.ts +1 -1
- package/navigation/NavList/__stories__/UsingHeaderButton.js.map +7 -0
- package/navigation/NavList/__stories__/UsingNavListAuto/index.js +64 -0
- package/navigation/NavList/__stories__/UsingNavListAuto/package.json +6 -0
- package/navigation/NavList/__stories__/UsingNavListAuto.d.ts +1 -1
- package/navigation/NavList/__stories__/UsingNavListAuto.js.map +7 -0
- package/navigation/NavList/__stories__/Vertical/index.js +53 -0
- package/navigation/NavList/__stories__/Vertical/package.json +6 -0
- package/navigation/NavList/__stories__/Vertical.d.ts +1 -1
- package/navigation/NavList/__stories__/Vertical.js.map +7 -0
- package/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +96 -0
- package/navigation/NavList/__stories__/VerticalWithoutDrawer/package.json +6 -0
- package/navigation/NavList/__stories__/VerticalWithoutDrawer.d.ts +1 -1
- package/navigation/NavList/__stories__/VerticalWithoutDrawer.js.map +7 -0
- package/navigation/NavList/__stories__/WithBadge/index.js +54 -0
- package/navigation/NavList/__stories__/WithBadge/package.json +6 -0
- package/navigation/NavList/__stories__/WithBadge.d.ts +1 -1
- package/navigation/NavList/__stories__/WithBadge.js.map +7 -0
- package/navigation/Pagination/Pagination.stories/index.js +26 -0
- package/navigation/Pagination/Pagination.stories/package.json +6 -0
- package/navigation/Pagination/Pagination.stories.d.ts +0 -2
- package/navigation/Pagination/Pagination.stories.js.map +7 -0
- package/navigation/Pagination/__stories__/Auto/index.js +42 -0
- package/navigation/Pagination/__stories__/Auto/package.json +6 -0
- package/navigation/Pagination/__stories__/Auto.d.ts +1 -1
- package/navigation/Pagination/__stories__/Auto.js.map +7 -0
- package/navigation/Pagination/__stories__/Default/index.js +18 -0
- package/navigation/Pagination/__stories__/Default/package.json +6 -0
- package/navigation/Pagination/__stories__/Default.d.ts +1 -1
- package/navigation/Pagination/__stories__/Default.js.map +7 -0
- package/navigation/Pagination/__stories__/PaginationSmall/index.js +18 -0
- package/navigation/Pagination/__stories__/PaginationSmall/package.json +6 -0
- package/navigation/Pagination/__stories__/PaginationSmall.d.ts +1 -1
- package/navigation/Pagination/__stories__/PaginationSmall.js.map +7 -0
- package/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +22 -0
- package/navigation/Pagination/__stories__/PaginationWithSmallFont/package.json +6 -0
- package/navigation/Pagination/__stories__/PaginationWithSmallFont.d.ts +1 -1
- package/navigation/Pagination/__stories__/PaginationWithSmallFont.js.map +7 -0
- package/navigation/Pagination/__stories__/WithHook/index.js +56 -0
- package/navigation/Pagination/__stories__/WithHook/package.json +6 -0
- package/navigation/Pagination/__stories__/WithHook.d.ts +1 -1
- package/navigation/Pagination/__stories__/WithHook.js.map +7 -0
- package/navigation/Pagination/__stories__/WithInactiveValues/index.js +18 -0
- package/navigation/Pagination/__stories__/WithInactiveValues/package.json +6 -0
- package/navigation/Pagination/__stories__/WithInactiveValues.d.ts +1 -1
- package/navigation/Pagination/__stories__/WithInactiveValues.js.map +7 -0
- package/navigation/Pagination/__stories__/WithResultsPerPage/index.js +22 -0
- package/navigation/Pagination/__stories__/WithResultsPerPage/package.json +6 -0
- package/navigation/Pagination/__stories__/WithResultsPerPage.d.ts +1 -1
- package/navigation/Pagination/__stories__/WithResultsPerPage.js.map +7 -0
- package/navigation/Pagination/hooks/index.js +2 -2
- package/navigation/Pagination/hooks.js.map +2 -2
- package/navigation/SkipLink/SkipLink.stories/index.js +13 -0
- package/navigation/SkipLink/SkipLink.stories/package.json +6 -0
- package/navigation/SkipLink/SkipLink.stories.js.map +7 -0
- package/navigation/SkipLink/__stories__/Default/index.js +10 -0
- package/navigation/SkipLink/__stories__/Default/package.json +6 -0
- package/navigation/SkipLink/__stories__/Default.d.ts +1 -1
- package/navigation/SkipLink/__stories__/Default.js.map +7 -0
- package/navigation/Tabs/Tabs.stories/index.js +21 -0
- package/navigation/Tabs/Tabs.stories/package.json +6 -0
- package/navigation/Tabs/Tabs.stories.d.ts +0 -1
- package/navigation/Tabs/Tabs.stories.js.map +7 -0
- package/navigation/Tabs/__stories__/Auto/index.js +26 -0
- package/navigation/Tabs/__stories__/Auto/package.json +6 -0
- package/navigation/Tabs/__stories__/Auto.d.ts +1 -1
- package/navigation/Tabs/__stories__/Auto.js.map +7 -0
- package/navigation/Tabs/__stories__/Default/index.js +28 -0
- package/navigation/Tabs/__stories__/Default/package.json +6 -0
- package/navigation/Tabs/__stories__/Default.d.ts +1 -1
- package/navigation/Tabs/__stories__/Default.js.map +7 -0
- package/navigation/Tabs/__stories__/Dense/index.js +28 -0
- package/navigation/Tabs/__stories__/Dense/package.json +6 -0
- package/navigation/Tabs/__stories__/Dense.d.ts +1 -1
- package/navigation/Tabs/__stories__/Dense.js.map +7 -0
- package/navigation/Tabs/__stories__/UsingAccordion/index.js +48 -0
- package/navigation/Tabs/__stories__/UsingAccordion/package.json +6 -0
- package/navigation/Tabs/__stories__/UsingAccordion.d.ts +1 -1
- package/navigation/Tabs/__stories__/UsingAccordion.js.map +7 -0
- package/navigation/Tabs/hooks.d.ts +1 -1
- package/navigation/Tabs/hooks.js.map +1 -1
- package/package.json +7 -7
- package/registry/index.js +771 -53
- package/src/app/BannerContainer/__stories__/CookiesBanner.tsx +1 -1
- package/src/app/Footer/Footer.stories.jsx +0 -3
- package/src/app/Footer/__stories__/Default.tsx +1 -1
- package/src/app/Footer/__stories__/DefaultCopyright.tsx +1 -1
- package/src/app/Footer/__stories__/FooterAllInclusive.tsx +1 -1
- package/src/app/Footer/__stories__/FooterWithLink.tsx +1 -1
- package/src/app/Footer/__stories__/FooterWithLogo.tsx +1 -1
- package/src/app/Footer/__stories__/FooterWithSecondaryNavigation.tsx +1 -1
- package/src/app/Footer/__stories__/FooterWithText.tsx +1 -1
- package/src/app/Footer/__stories__/YearCopyright.tsx +1 -1
- package/src/app/Header/Header.stories.jsx +0 -3
- package/src/app/Header/__stories__/Default.tsx +1 -1
- package/src/app/Header/__stories__/WithHeaderNavigation.tsx +1 -1
- package/src/app/Header/__stories__/WithNavigation.tsx +1 -1
- package/src/app/Header/__stories__/WithServiceName.tsx +1 -1
- package/src/app/Header/__stories__/WithServiceNameAndLogo.tsx +1 -1
- package/src/app/Loader/Loader.stories.js +0 -1
- package/src/app/Loader/__stories__/Default.tsx +1 -1
- package/src/app/Loader/__stories__/FullPageLoader.tsx +1 -1
- package/src/app/Loader/index.native.tsx +2 -2
- package/src/app/Loader/index.test.tsx +0 -4
- package/src/app/Loader/index.web.tsx +1 -39
- package/src/app/Masthead/Masthead.stories.js +0 -3
- package/src/app/Masthead/__stories__/Default.tsx +1 -1
- package/src/app/Masthead/__stories__/Secondary.tsx +1 -1
- package/src/app/Masthead/__stories__/WithElements.tsx +1 -1
- package/src/app/Masthead/__stories__/WithLogo.tsx +1 -1
- package/src/app/Modal/Modal.stories.js +0 -3
- package/src/app/Modal/__stories__/AlertDialog.tsx +1 -1
- package/src/app/Modal/__stories__/Auto.tsx +1 -1
- package/src/app/Modal/__stories__/Default.tsx +1 -1
- package/src/app/Modal/__stories__/Dense.tsx +1 -1
- package/src/app/Modal/__stories__/WithHooks.tsx +1 -1
- package/src/app/Modal/__stories__/WithoutModalGaps.tsx +1 -1
- package/src/app/Modal/hooks.ts +8 -8
- package/src/app/Modal/index.web.tsx +7 -5
- package/src/app/NotFound/NotFound.stories.js +0 -3
- package/src/app/NotFound/__stories__/Default.tsx +1 -1
- package/src/app/OutdatedBrowserBanner/index.tsx +1 -1
- package/src/app/Panel/Panel.stories.js +0 -3
- package/src/app/Panel/__stories__/Default.tsx +1 -1
- package/src/app/PhaseBannerHeader/PhaseBannerHeader.stories.js +0 -3
- package/src/app/PhaseBannerHeader/__stories__/Default.tsx +1 -1
- package/src/app/PhaseBannerHeader/index.tsx +1 -1
- package/src/app/QrCodeScanner/__stories__/Default.tsx +1 -1
- package/src/app/QrCodeViewer/QRCode.stories.js +0 -3
- package/src/app/QrCodeViewer/__stories__/Custom.tsx +1 -1
- package/src/app/QrCodeViewer/__stories__/Default.tsx +1 -1
- package/src/app/Skeleton/Skeleton.stories.js +0 -3
- package/src/app/Skeleton/__stories__/Button.tsx +1 -1
- package/src/app/Skeleton/__stories__/Circular.tsx +1 -1
- package/src/app/Skeleton/__stories__/Default.tsx +1 -1
- package/src/app/Skeleton/__stories__/NoAnimation.tsx +1 -1
- package/src/app/Skeleton/__stories__/Rectangular.tsx +1 -1
- package/src/app/Skeleton/__stories__/SpecificWidthAndHeight.tsx +1 -1
- package/src/app/Skeleton/__stories__/TextSizes.tsx +1 -1
- package/src/app/Skeleton/__stories__/UnderTypography.tsx +1 -1
- package/src/app/Skeleton/__stories__/WithChildren.tsx +1 -1
- package/src/content/Accordion/Accordion.stories.jsx +1 -3
- package/src/content/Accordion/__stories__/Auto.tsx +1 -1
- package/src/content/Accordion/__stories__/Default.tsx +1 -1
- package/src/content/Accordion/__stories__/WithHints.tsx +1 -1
- package/src/content/Accordion/__stories__/WithHook.tsx +1 -1
- package/src/content/Accordion/hooks.ts +1 -1
- package/src/content/Blockquote/Blockquote.stories.js +0 -3
- package/src/content/Blockquote/__stories__/Default.tsx +1 -1
- package/src/content/Blockquote/__stories__/Dense.tsx +1 -1
- package/src/content/Card/Card.stories.jsx +1 -3
- package/src/content/Card/__stories__/Default.tsx +1 -1
- package/src/content/Card/__stories__/Dense.tsx +1 -1
- package/src/content/Card/__stories__/WithClickableContent.tsx +1 -1
- package/src/content/Card/__stories__/WithClickableLink.tsx +1 -1
- package/src/content/Card/__stories__/WithDarkBorder.tsx +1 -1
- package/src/content/Card/__stories__/WithDarkTopBorder.tsx +1 -1
- package/src/content/Card/__stories__/WithDivider.tsx +1 -1
- package/src/content/Card/__stories__/WithGrayBorder.tsx +1 -1
- package/src/content/Card/__stories__/WithGrayTopBorder.tsx +1 -1
- package/src/content/Card/__stories__/WithGroupButton.tsx +1 -1
- package/src/content/Card/__stories__/WithLink.tsx +1 -1
- package/src/content/Chip/Chip.stories.js +0 -3
- package/src/content/Chip/__stories__/ClickableChip.tsx +1 -1
- package/src/content/Chip/__stories__/ClickableDeletableChip.tsx +1 -1
- package/src/content/Chip/__stories__/Default.tsx +1 -1
- package/src/content/Chip/__stories__/DeletableChip.tsx +1 -1
- package/src/content/Chip/__stories__/GroupOfChips.tsx +1 -1
- package/src/content/Details/Details.stories.js +0 -3
- package/src/content/Details/__stories__/Default.tsx +1 -1
- package/src/content/List/List.stories.jsx +0 -3
- package/src/content/List/__snapshots__/index.spec.tsx.snap +3 -13
- package/src/content/List/__stories__/BulletList.tsx +1 -1
- package/src/content/List/__stories__/Default.tsx +1 -1
- package/src/content/List/__stories__/HorizontalList.tsx +1 -1
- package/src/content/List/__stories__/NestedBulletList.tsx +1 -1
- package/src/content/List/__stories__/NumberedList.tsx +1 -1
- package/src/content/List/__stories__/WithExtraSpace.tsx +1 -1
- package/src/content/Markdown/__stories__/Default.tsx +1 -1
- package/src/content/SafeHTML/__stories__/Default.tsx +1 -1
- package/src/content/StepNav/StepNav.stories.js +0 -3
- package/src/content/StepNav/__stories__/Auto.tsx +1 -1
- package/src/content/StepNav/__stories__/Default.tsx +1 -1
- package/src/content/StepNav/__stories__/Dense.tsx +1 -1
- package/src/content/StepNav/__stories__/WithHints.tsx +1 -1
- package/src/content/StepNav/__stories__/WithHook.tsx +1 -1
- package/src/content/SummaryList/SummaryList.stories.js +0 -3
- package/src/content/SummaryList/__stories__/Default.tsx +1 -1
- package/src/content/SummaryList/__stories__/RowVariations.tsx +1 -1
- package/src/content/SummaryList/__stories__/WithActions.tsx +1 -1
- package/src/content/SummaryList/__stories__/WithKeyAndAction.tsx +1 -1
- package/src/content/SummaryList/__stories__/WithNoLastBorder.tsx +1 -1
- package/src/content/SummaryList/__stories__/WithoutActions.tsx +1 -1
- package/src/content/SummaryList/__stories__/WithoutBorders.tsx +1 -1
- package/src/content/Table/Table.stories.jsx +0 -3
- package/src/content/Table/__stories__/DarkVariant.tsx +1 -1
- package/src/content/Table/__stories__/DarkVariantWithVerticalHeaders.tsx +1 -1
- package/src/content/Table/__stories__/Default.tsx +1 -1
- package/src/content/Table/__stories__/DefinedWidth.tsx +1 -1
- package/src/content/Table/__stories__/Dense.tsx +1 -1
- package/src/content/Table/__stories__/Full.tsx +1 -1
- package/src/content/Table/__stories__/MultipleProps.tsx +1 -1
- package/src/content/Table/__stories__/NoData.tsx +1 -1
- package/src/content/Table/__stories__/NumericDataType.tsx +1 -1
- package/src/content/Table/__stories__/RowColors.tsx +1 -1
- package/src/content/Table/__stories__/Stacked.tsx +1 -1
- package/src/content/Table/__stories__/TableCaptions.tsx +1 -1
- package/src/content/Table/__stories__/VerticalBorders.tsx +1 -1
- package/src/content/Table/__stories__/VerticalHeaders.tsx +1 -1
- package/src/content/Table/__stories__/WithFloatingScroll.tsx +1 -1
- package/src/content/Table/__stories__/WithLoader.tsx +1 -1
- package/src/content/Table/__stories__/WithSortFilters.tsx +1 -1
- package/src/content/Table/__stories__/ZebraProp.tsx +1 -1
- package/src/content/TaskList/TaskList.stories.js +0 -3
- package/src/content/TaskList/__stories__/Default.tsx +1 -1
- package/src/content/TaskList/__stories__/Dense.tsx +1 -1
- package/src/content/Timeline/Timeline.stories.js +0 -3
- package/src/content/Timeline/__stories__/Default.tsx +1 -1
- package/src/content/Timeline/__stories__/Dense.tsx +1 -1
- package/src/feedback/CopyToClipboard/CopyToClipboard.stories.jsx +0 -3
- package/src/feedback/CopyToClipboard/__stories__/Banner.tsx +1 -1
- package/src/feedback/CopyToClipboard/__stories__/Default.tsx +1 -1
- package/src/feedback/CopyToClipboard/__stories__/Dense.tsx +1 -1
- package/src/feedback/ErrorSummary/ErrorSummary.stories.jsx +0 -3
- package/src/feedback/ErrorSummary/__snapshots__/index.spec.tsx.snap +3 -13
- package/src/feedback/ErrorSummary/__stories__/Default.tsx +1 -1
- package/src/feedback/ErrorSummary/__stories__/Dense.tsx +1 -1
- package/src/feedback/ErrorSummary/__stories__/ErrorGroupLinkedToInput.tsx +1 -1
- package/src/feedback/ErrorSummary/__stories__/LinkedToCheckbox.tsx +1 -1
- package/src/feedback/ErrorSummary/__stories__/LinkedToField.tsx +1 -1
- package/src/feedback/ErrorSummary/__stories__/LinkedToInput.tsx +1 -1
- package/src/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.tsx +1 -1
- package/src/feedback/NotificationBanner/NotificationBanner.stories.js +1 -4
- package/src/feedback/NotificationBanner/__snapshots__/index.spec.tsx.snap +14 -24
- package/src/feedback/NotificationBanner/__stories__/Default.tsx +1 -1
- package/src/feedback/NotificationBanner/__stories__/Dense.tsx +1 -1
- package/src/feedback/NotificationBanner/__stories__/Success.tsx +1 -1
- package/src/feedback/NotificationBanner/doc.mdx +3 -15
- package/src/feedback/NotificationBanner/index.test.tsx +0 -4
- package/src/feedback/PhaseBanner/PhaseBanner.stories.jsx +0 -3
- package/src/feedback/PhaseBanner/__stories__/Default.tsx +1 -1
- package/src/feedback/PhaseBanner/__stories__/Underlined.tsx +1 -1
- package/src/feedback/WarningText/WarningText.stories.js +0 -3
- package/src/feedback/WarningText/__snapshots__/index.spec.tsx.snap +3 -13
- package/src/feedback/WarningText/__stories__/AssistiveText.tsx +1 -1
- package/src/feedback/WarningText/__stories__/Default.tsx +1 -1
- package/src/feedback/WarningText/__stories__/Dense.tsx +1 -1
- package/src/form/AutoComplete/AutoComplete.stories.jsx +4 -22
- package/src/form/AutoComplete/Status/index.tsx +1 -1
- package/src/form/AutoComplete/__stories__/Default.tsx +1 -1
- package/src/form/AutoComplete/__stories__/Multiple.tsx +1 -1
- package/src/form/AutoComplete/__stories__/MultipleShowingTwoSelected.tsx +1 -1
- package/src/form/AutoComplete/__stories__/MultipleWithDefaultValues.tsx +1 -1
- package/src/form/AutoComplete/__stories__/MultipleWithMinLength.tsx +1 -1
- package/src/form/AutoComplete/__stories__/WithAutoSelect.tsx +18 -2
- package/src/form/AutoComplete/__stories__/WithDefaultValue.tsx +7 -2
- package/src/form/AutoComplete/__stories__/WithMinLength.tsx +1 -1
- package/src/form/AutoComplete/__stories__/WithPlaceHolder.tsx +1 -1
- package/src/form/AutoComplete/__stories__/WithShowAllValues.tsx +1 -1
- package/src/form/AutoComplete/doc.mdx +12 -13
- package/src/form/AutoComplete/index.test.tsx +0 -8
- package/src/form/AutoComplete/index.tsx +25 -38
- package/src/form/Button/Button.stories.js +0 -3
- package/src/form/Button/__stories__/Back.tsx +1 -1
- package/src/form/Button/__stories__/ButtonLinkButton.tsx +1 -1
- package/src/form/Button/__stories__/CallToActionButton.tsx +1 -1
- package/src/form/Button/__stories__/Dense.tsx +1 -1
- package/src/form/Button/__stories__/Disabled.tsx +1 -1
- package/src/form/Button/__stories__/GroupingButtons.tsx +1 -1
- package/src/form/Button/__stories__/GroupingButtonsAndLinks.tsx +1 -1
- package/src/form/Button/__stories__/Secondary.tsx +1 -1
- package/src/form/Button/__stories__/ThemeToggle.tsx +1 -1
- package/src/form/Button/__stories__/Warning.tsx +1 -1
- package/src/form/Button/__stories__/WithVariantLink.tsx +1 -1
- package/src/form/Checkbox/Checkbox.stories.jsx +0 -3
- package/src/form/Checkbox/__stories__/ConditionalReveal.tsx +1 -1
- package/src/form/Checkbox/__stories__/Default.tsx +1 -1
- package/src/form/Checkbox/__stories__/Dense.tsx +1 -1
- package/src/form/Checkbox/__stories__/Inline.tsx +1 -1
- package/src/form/Checkbox/__stories__/InlineWithDivider.tsx +1 -1
- package/src/form/Checkbox/__stories__/MultipleQuestions.tsx +1 -1
- package/src/form/Checkbox/__stories__/NoneAnswer.tsx +1 -1
- package/src/form/Checkbox/__stories__/NoneAnswerWithError.tsx +1 -1
- package/src/form/Checkbox/__stories__/WithErrorMessage.tsx +1 -1
- package/src/form/Checkbox/__stories__/WithHint.tsx +1 -1
- package/src/form/DateInputContainer/DateInputContainer.stories.jsx +0 -3
- package/src/form/DateInputContainer/__stories__/Default.tsx +1 -1
- package/src/form/DateInputContainer/__stories__/Dense.tsx +1 -1
- package/src/form/DateInputContainer/__stories__/MultipleQuestions.tsx +1 -1
- package/src/form/DateInputContainer/__stories__/WithErrorMessage.tsx +1 -1
- package/src/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.tsx +1 -1
- package/src/form/ErrorMessage/ErrorMessage.stories.jsx +0 -3
- package/src/form/ErrorMessage/__stories__/DateInputError.tsx +1 -1
- package/src/form/ErrorMessage/__stories__/Default.tsx +1 -1
- package/src/form/ErrorMessage/__stories__/ErrorMessageOnly.tsx +1 -1
- package/src/form/FileUpload/FileUpload.stories.js +0 -3
- package/src/form/FileUpload/__stories__/Default.tsx +1 -1
- package/src/form/FileUpload/__stories__/WithErrorMessage.tsx +1 -1
- package/src/form/RadioContainer/RadioContainer.stories.jsx +0 -3
- package/src/form/RadioContainer/__stories__/ConditionalReveal.tsx +1 -1
- package/src/form/RadioContainer/__stories__/Default.tsx +1 -1
- package/src/form/RadioContainer/__stories__/Dense.tsx +1 -1
- package/src/form/RadioContainer/__stories__/Inline.tsx +1 -1
- package/src/form/RadioContainer/__stories__/InlineWithDivider.tsx +1 -1
- package/src/form/RadioContainer/__stories__/MultipleQuestions.tsx +1 -1
- package/src/form/RadioContainer/__stories__/NoneAnswer.tsx +1 -1
- package/src/form/RadioContainer/__stories__/WithErrorMessage.tsx +1 -1
- package/src/form/RadioContainer/__stories__/WithHints.tsx +1 -1
- package/src/form/RadioContainer/__stories__/WithMediumLegend.tsx +1 -1
- package/src/form/SearchContainer/SearchContainer.stories.js +0 -3
- package/src/form/SearchContainer/__stories__/Default.tsx +1 -1
- package/src/form/SelectContainer/SelectContainer.stories.jsx +0 -3
- package/src/form/SelectContainer/__stories__/Default.tsx +1 -1
- package/src/form/SelectContainer/__stories__/Dense.tsx +1 -1
- package/src/form/SelectContainer/__stories__/DisabledInput.tsx +1 -1
- package/src/form/SelectContainer/__stories__/WithHint.tsx +1 -1
- package/src/form/SingleCharacterInputs/SingleCharacterInput.stories.jsx +0 -3
- package/src/form/SingleCharacterInputs/__stories__/Default.tsx +1 -1
- package/src/form/SingleCharacterInputs/__stories__/WithDefaultError.tsx +1 -1
- package/src/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.tsx +1 -1
- package/src/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.tsx +1 -1
- package/src/form/TextArea/TextArea.stories.jsx +0 -3
- package/src/form/TextArea/__stories__/Default.tsx +1 -1
- package/src/form/TextArea/__stories__/Dense.tsx +1 -1
- package/src/form/TextArea/__stories__/DisabledInput.tsx +1 -1
- package/src/form/TextArea/__stories__/LimitedCharacters.tsx +1 -1
- package/src/form/TextArea/__stories__/MultipleQuestions.tsx +1 -1
- package/src/form/TextArea/__stories__/WithDeclaredRows.tsx +1 -1
- package/src/form/TextArea/__stories__/WithErrorMessage.tsx +1 -1
- package/src/form/TextArea/__stories__/WithHint.tsx +1 -1
- package/src/form/TextInput/TextInput.stories.jsx +0 -3
- package/src/form/TextInput/__stories__/AskingForNumbers.tsx +1 -1
- package/src/form/TextInput/__stories__/Default.tsx +1 -1
- package/src/form/TextInput/__stories__/Dense.tsx +1 -1
- package/src/form/TextInput/__stories__/DisabledInput.tsx +1 -1
- package/src/form/TextInput/__stories__/DisabledInputWithValue.tsx +1 -1
- package/src/form/TextInput/__stories__/FixedWidths.tsx +1 -1
- package/src/form/TextInput/__stories__/FluidWidths.tsx +1 -1
- package/src/form/TextInput/__stories__/MultipleQuestions.tsx +1 -1
- package/src/form/TextInput/__stories__/WithErrorMessage.tsx +1 -1
- package/src/form/TextInput/__stories__/WithHint.tsx +1 -1
- package/src/i18n/locales/el.ts +17 -67
- package/src/i18n/locales/en.ts +5 -40
- package/src/layouts/Basic/Basic.stories.js +0 -3
- package/src/layouts/Basic/Bottom/__stories__/Default.tsx +1 -1
- package/src/layouts/Basic/Container/__stories__/Default.tsx +1 -1
- package/src/layouts/Basic/Main/__stories__/Default.tsx +1 -1
- package/src/layouts/Basic/Top/__stories__/Default.tsx +1 -1
- package/src/layouts/Basic/__stories__/Default.tsx +1 -1
- package/src/layouts/Basic/__stories__/MultipleRowsLayout.tsx +1 -1
- package/src/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.tsx +1 -1
- package/src/layouts/Basic/__stories__/WithBasicLayout.tsx +1 -1
- package/src/layouts/Grid/Grid.stories.js +0 -3
- package/src/layouts/Grid/__stories__/Default.tsx +1 -1
- package/src/layouts/Grid/__stories__/Inline.tsx +1 -1
- package/src/layouts/Grid/__stories__/ResponsiveSpacing.tsx +1 -1
- package/src/layouts/Screen/__stories__/Default.tsx +1 -1
- package/src/layouts/Screen/__stories__/ScreenDown.tsx +1 -1
- package/src/layouts/Screen/__stories__/ScreenUp.tsx +1 -1
- package/src/layouts/Screen/__stories__/SpecificScreenSize.tsx +1 -1
- package/src/layouts/Stack/Stack.stories.js +0 -3
- package/src/layouts/Stack/__stories__/AlignItems.tsx +1 -1
- package/src/layouts/Stack/__stories__/Default.tsx +1 -1
- package/src/layouts/Stack/__stories__/JustifyContent.tsx +1 -1
- package/src/layouts/Stack/__stories__/NoWrap.tsx +1 -1
- package/src/layouts/Stack/__stories__/Row.tsx +1 -1
- package/src/layouts/Stack/__stories__/Spacing.tsx +1 -1
- package/src/lazy.js +8 -8
- package/src/navigation/BackLink/BackLink.stories.js +0 -3
- package/src/navigation/BackLink/__stories__/Default.tsx +1 -1
- package/src/navigation/BackToTopLink/__stories__/Default.tsx +1 -1
- package/src/navigation/BackToTopLink/__stories__/InMain.tsx +1 -1
- package/src/navigation/Breadcrumbs/Breadcrumbs.stories.js +0 -3
- package/src/navigation/Breadcrumbs/__stories__/Auto.tsx +1 -1
- package/src/navigation/Breadcrumbs/__stories__/Default.tsx +1 -1
- package/src/navigation/Breadcrumbs/__stories__/WithHook.tsx +1 -1
- package/src/navigation/Breadcrumbs/__stories__/WithProvider.tsx +1 -1
- package/src/navigation/Breadcrumbs/__stories__/WithoutCurrentPage.tsx +1 -1
- package/src/navigation/Drawer/Drawer.stories.js +0 -3
- package/src/navigation/Drawer/__stories__/Auto.tsx +1 -1
- package/src/navigation/Drawer/__stories__/Default.tsx +1 -1
- package/src/navigation/Drawer/__stories__/WithHook.tsx +1 -1
- package/src/navigation/Drawer/hooks.ts +6 -6
- package/src/navigation/Dropdown/Dropdown.stories.js +0 -3
- package/src/navigation/Dropdown/__stories__/AlignRight.tsx +1 -1
- package/src/navigation/Dropdown/__stories__/ContentPosition.tsx +1 -1
- package/src/navigation/Dropdown/__stories__/Default.tsx +1 -1
- package/src/navigation/Dropdown/__stories__/Dense.tsx +1 -1
- package/src/navigation/Dropdown/__stories__/Disabled.tsx +1 -1
- package/src/navigation/Dropdown/__stories__/PlacementTop.tsx +1 -1
- package/src/navigation/Dropdown/__stories__/ScrollableContent.tsx +1 -1
- package/src/navigation/Dropdown/__stories__/Secondary.tsx +1 -1
- package/src/navigation/Dropdown/__stories__/VariantLink.tsx +1 -1
- package/src/navigation/Dropdown/__stories__/Warning.tsx +1 -1
- package/src/navigation/Dropdown/__stories__/WithIcons.tsx +1 -1
- package/src/navigation/Link/Link.stories.js +0 -3
- package/src/navigation/Link/__stories__/DarkBackground.tsx +1 -1
- package/src/navigation/Link/__stories__/DarkBackgroundNoUnderline.tsx +1 -1
- package/src/navigation/Link/__stories__/Default.tsx +1 -1
- package/src/navigation/Link/__stories__/ExternalLink.tsx +1 -1
- package/src/navigation/Link/__stories__/NoUnderline.tsx +1 -1
- package/src/navigation/Link/__stories__/OpensInNewTab.tsx +1 -1
- package/src/navigation/Link/__stories__/WithProvider.tsx +1 -1
- package/src/navigation/NavList/NavList.stories.js +0 -3
- package/src/navigation/NavList/__snapshots__/index.spec.tsx.snap +3 -13
- package/src/navigation/NavList/__stories__/Default.tsx +1 -1
- package/src/navigation/NavList/__stories__/HorizontalWithDrawer.tsx +1 -1
- package/src/navigation/NavList/__stories__/HorizontalWithoutDrawer.tsx +1 -1
- package/src/navigation/NavList/__stories__/NavListWithoutNav.tsx +1 -1
- package/src/navigation/NavList/__stories__/UsingHeaderButton.tsx +1 -1
- package/src/navigation/NavList/__stories__/UsingNavListAuto.tsx +1 -1
- package/src/navigation/NavList/__stories__/Vertical.tsx +1 -1
- package/src/navigation/NavList/__stories__/VerticalWithoutDrawer.tsx +1 -1
- package/src/navigation/NavList/__stories__/WithBadge.tsx +1 -1
- package/src/navigation/Pagination/Pagination.stories.js +0 -3
- package/src/navigation/Pagination/__stories__/Auto.tsx +1 -1
- package/src/navigation/Pagination/__stories__/Default.tsx +1 -1
- package/src/navigation/Pagination/__stories__/PaginationSmall.tsx +1 -1
- package/src/navigation/Pagination/__stories__/PaginationWithSmallFont.tsx +1 -1
- package/src/navigation/Pagination/__stories__/WithHook.tsx +1 -1
- package/src/navigation/Pagination/__stories__/WithInactiveValues.tsx +1 -1
- package/src/navigation/Pagination/__stories__/WithResultsPerPage.tsx +1 -1
- package/src/navigation/Pagination/hooks.ts +2 -2
- package/src/navigation/SkipLink/__stories__/Default.tsx +1 -1
- package/src/navigation/Tabs/Tabs.stories.js +1 -3
- package/src/navigation/Tabs/__stories__/Auto.tsx +1 -1
- package/src/navigation/Tabs/__stories__/Default.tsx +1 -1
- package/src/navigation/Tabs/__stories__/Dense.tsx +1 -1
- package/src/navigation/Tabs/__stories__/UsingAccordion.tsx +1 -1
- package/src/navigation/Tabs/hooks.ts +2 -2
- package/src/registry.js +771 -53
- package/src/typography/CodeBlock/CodeBlock.stories.js +0 -3
- package/src/typography/CodeBlock/__stories__/Default.tsx +1 -1
- package/src/typography/CodeBlock/__stories__/Highlighted.tsx +1 -1
- package/src/typography/CodeBlock/__stories__/WithCopyToClipboard.tsx +1 -1
- package/src/typography/CodeBlock/__stories__/WithPhaseBanner.tsx +1 -1
- package/src/typography/CodeBlock/index.tsx +1 -1
- package/src/typography/Heading/Heading.stories.js +0 -3
- package/src/typography/Heading/__stories__/Default.tsx +1 -1
- package/src/typography/HeadingCaption/HeadingCaption.stories.js +0 -3
- package/src/typography/HeadingCaption/__stories__/Default.tsx +1 -1
- package/src/typography/HeadingCaption/__stories__/NestedToTitle.tsx +1 -1
- package/src/typography/Hint/Hint.stories.js +0 -3
- package/src/typography/Hint/__stories__/Default.tsx +1 -1
- package/src/typography/Hint/__stories__/FontSizes.tsx +1 -1
- package/src/typography/NormalText/NormalText.stories.js +0 -3
- package/src/typography/NormalText/__stories__/Default.tsx +1 -1
- package/src/typography/NormalText/__stories__/FontSizes.tsx +1 -1
- package/src/typography/NormalText/__stories__/FontWeight.tsx +1 -1
- package/src/typography/NormalText/__stories__/Variants.tsx +1 -1
- package/src/typography/Paragraph/Paragraph.stories.js +0 -3
- package/src/typography/Paragraph/__stories__/Default.tsx +1 -1
- package/src/typography/Paragraph/__stories__/FontSizes.tsx +1 -1
- package/src/typography/Paragraph/__stories__/FontWeight.tsx +1 -1
- package/src/typography/Paragraph/__stories__/LeadVariant.tsx +1 -3
- package/src/typography/Paragraph/__stories__/SmallVariant.tsx +1 -3
- package/src/utils/VisuallyHidden/VisuallyHidden.stories.js +0 -3
- package/src/utils/VisuallyHidden/__stories__/Default.tsx +1 -1
- package/src/utils/hooks/useDebounce.ts +1 -1
- package/typography/CodeBlock/CodeBlock.stories/index.js +18 -0
- package/typography/CodeBlock/CodeBlock.stories/package.json +6 -0
- package/typography/CodeBlock/CodeBlock.stories.d.ts +0 -2
- package/typography/CodeBlock/CodeBlock.stories.js.map +7 -0
- package/typography/CodeBlock/__stories__/Default/index.js +24 -0
- package/typography/CodeBlock/__stories__/Default/package.json +6 -0
- package/typography/CodeBlock/__stories__/Default.d.ts +1 -1
- package/typography/CodeBlock/__stories__/Default.js.map +7 -0
- package/typography/CodeBlock/__stories__/Highlighted/index.js +24 -0
- package/typography/CodeBlock/__stories__/Highlighted/package.json +6 -0
- package/typography/CodeBlock/__stories__/Highlighted.d.ts +1 -1
- package/typography/CodeBlock/__stories__/Highlighted.js.map +7 -0
- package/typography/CodeBlock/__stories__/WithCopyToClipboard/index.js +24 -0
- package/typography/CodeBlock/__stories__/WithCopyToClipboard/package.json +6 -0
- package/typography/CodeBlock/__stories__/WithCopyToClipboard.d.ts +1 -1
- package/typography/CodeBlock/__stories__/WithCopyToClipboard.js.map +7 -0
- package/typography/CodeBlock/__stories__/WithPhaseBanner/index.js +33 -0
- package/typography/CodeBlock/__stories__/WithPhaseBanner/package.json +6 -0
- package/typography/CodeBlock/__stories__/WithPhaseBanner.d.ts +1 -1
- package/typography/CodeBlock/__stories__/WithPhaseBanner.js.map +7 -0
- package/typography/CodeBlock/index.d.ts +1 -1
- package/typography/CodeBlock/index.js.map +2 -2
- package/typography/Heading/Heading.stories/index.js +12 -0
- package/typography/Heading/Heading.stories/package.json +6 -0
- package/typography/Heading/Heading.stories.d.ts +0 -2
- package/typography/Heading/Heading.stories.js.map +7 -0
- package/typography/Heading/__stories__/Default/index.js +9 -0
- package/typography/Heading/__stories__/Default/package.json +6 -0
- package/typography/Heading/__stories__/Default.d.ts +1 -1
- package/typography/Heading/__stories__/Default.js.map +7 -0
- package/typography/HeadingCaption/HeadingCaption.stories/index.js +14 -0
- package/typography/HeadingCaption/HeadingCaption.stories/package.json +6 -0
- package/typography/HeadingCaption/HeadingCaption.stories.d.ts +0 -2
- package/typography/HeadingCaption/HeadingCaption.stories.js.map +7 -0
- package/typography/HeadingCaption/__stories__/Default/index.js +10 -0
- package/typography/HeadingCaption/__stories__/Default/package.json +6 -0
- package/typography/HeadingCaption/__stories__/Default.d.ts +1 -1
- package/typography/HeadingCaption/__stories__/Default.js.map +7 -0
- package/typography/HeadingCaption/__stories__/NestedToTitle/index.js +10 -0
- package/typography/HeadingCaption/__stories__/NestedToTitle/package.json +6 -0
- package/typography/HeadingCaption/__stories__/NestedToTitle.d.ts +1 -1
- package/typography/HeadingCaption/__stories__/NestedToTitle.js.map +7 -0
- package/typography/Hint/Hint.stories/index.js +14 -0
- package/typography/Hint/Hint.stories/package.json +6 -0
- package/typography/Hint/Hint.stories.d.ts +0 -2
- package/typography/Hint/Hint.stories.js.map +7 -0
- package/typography/Hint/__stories__/Default/index.js +9 -0
- package/typography/Hint/__stories__/Default/package.json +6 -0
- package/typography/Hint/__stories__/Default.d.ts +1 -1
- package/typography/Hint/__stories__/Default.js.map +7 -0
- package/typography/Hint/__stories__/FontSizes/index.js +9 -0
- package/typography/Hint/__stories__/FontSizes/package.json +6 -0
- package/typography/Hint/__stories__/FontSizes.d.ts +1 -1
- package/typography/Hint/__stories__/FontSizes.js.map +7 -0
- package/typography/NormalText/NormalText.stories/index.js +18 -0
- package/typography/NormalText/NormalText.stories/package.json +6 -0
- package/typography/NormalText/NormalText.stories.d.ts +0 -2
- package/typography/NormalText/NormalText.stories.js.map +7 -0
- package/typography/NormalText/__stories__/Default/index.js +9 -0
- package/typography/NormalText/__stories__/Default/package.json +6 -0
- package/typography/NormalText/__stories__/Default.d.ts +1 -1
- package/typography/NormalText/__stories__/Default.js.map +7 -0
- package/typography/NormalText/__stories__/FontSizes/index.js +10 -0
- package/typography/NormalText/__stories__/FontSizes/package.json +6 -0
- package/typography/NormalText/__stories__/FontSizes.d.ts +1 -1
- package/typography/NormalText/__stories__/FontSizes.js.map +7 -0
- package/typography/NormalText/__stories__/FontWeight/index.js +10 -0
- package/typography/NormalText/__stories__/FontWeight/package.json +6 -0
- package/typography/NormalText/__stories__/FontWeight.d.ts +1 -1
- package/typography/NormalText/__stories__/FontWeight.js.map +7 -0
- package/typography/NormalText/__stories__/Variants/index.js +10 -0
- package/typography/NormalText/__stories__/Variants/package.json +6 -0
- package/typography/NormalText/__stories__/Variants.d.ts +1 -1
- package/typography/NormalText/__stories__/Variants.js.map +7 -0
- package/typography/Paragraph/Paragraph.stories/index.js +20 -0
- package/typography/Paragraph/Paragraph.stories/package.json +6 -0
- package/typography/Paragraph/Paragraph.stories.d.ts +0 -2
- package/typography/Paragraph/Paragraph.stories.js.map +7 -0
- package/typography/Paragraph/__stories__/Default/index.js +9 -0
- package/typography/Paragraph/__stories__/Default/package.json +6 -0
- package/typography/Paragraph/__stories__/Default.d.ts +1 -1
- package/typography/Paragraph/__stories__/Default.js.map +7 -0
- package/typography/Paragraph/__stories__/FontSizes/index.js +9 -0
- package/typography/Paragraph/__stories__/FontSizes/package.json +6 -0
- package/typography/Paragraph/__stories__/FontSizes.d.ts +1 -1
- package/typography/Paragraph/__stories__/FontSizes.js.map +7 -0
- package/typography/Paragraph/__stories__/FontWeight/index.js +9 -0
- package/typography/Paragraph/__stories__/FontWeight/package.json +6 -0
- package/typography/Paragraph/__stories__/FontWeight.d.ts +1 -1
- package/typography/Paragraph/__stories__/FontWeight.js.map +7 -0
- package/typography/Paragraph/__stories__/LeadVariant/index.js +9 -0
- package/typography/Paragraph/__stories__/LeadVariant/package.json +6 -0
- package/typography/Paragraph/__stories__/LeadVariant.d.ts +1 -1
- package/typography/Paragraph/__stories__/LeadVariant.js.map +7 -0
- package/typography/Paragraph/__stories__/SmallVariant/index.js +9 -0
- package/typography/Paragraph/__stories__/SmallVariant/package.json +6 -0
- package/typography/Paragraph/__stories__/SmallVariant.d.ts +1 -1
- package/typography/Paragraph/__stories__/SmallVariant.js.map +7 -0
- package/utils/VisuallyHidden/VisuallyHidden.stories/index.js +12 -0
- package/utils/VisuallyHidden/VisuallyHidden.stories/package.json +6 -0
- package/utils/VisuallyHidden/VisuallyHidden.stories.d.ts +0 -2
- package/utils/VisuallyHidden/VisuallyHidden.stories.js.map +7 -0
- package/utils/VisuallyHidden/__stories__/Default/index.js +12 -0
- package/utils/VisuallyHidden/__stories__/Default/package.json +6 -0
- package/utils/VisuallyHidden/__stories__/Default.d.ts +1 -1
- package/utils/VisuallyHidden/__stories__/Default.js.map +7 -0
- package/utils/hooks/useDebounce/index.js +1 -1
- package/utils/hooks/useDebounce.js.map +2 -2
- package/utils/hooks/useLatest.d.ts +1 -1
- package/app/Loader/__stories__/AccessibilityLoader.d.ts +0 -3
- package/app/hooks/useNotificationArea/index.js +0 -76
- package/app/hooks/useNotificationArea.d.ts +0 -1
- package/app/hooks/useNotificationArea.js.map +0 -7
- package/cjs/app/hooks/useNotificationArea/index.js +0 -99
- package/cjs/app/hooks/useNotificationArea.js.map +0 -7
- package/cjs/registry.js +0 -433
- package/feedback/NotificationBanner/__stories__/Expanded.d.ts +0 -3
- package/form/AutoComplete/__stories__/WithCustomValue.d.ts +0 -3
- package/form/AutoComplete/__stories__/WithHint.d.ts +0 -3
- package/src/app/Loader/__stories__/AccessibilityLoader.tsx +0 -27
- package/src/app/hooks/useNotificationArea.tsx +0 -105
- package/src/feedback/NotificationBanner/__stories__/Expanded.tsx +0 -27
- package/src/form/AutoComplete/__stories__/WithCustomValue.tsx +0 -28
- package/src/form/AutoComplete/__stories__/WithHint.tsx +0 -16
- package/stories-registry/index.js +0 -745
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/typography/Paragraph/__stories__/FontSizes.tsx"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { Paragraph } from '@digigov/ui/typography/Paragraph';\n\nexport const FontSizes = () => (\n <>\n <Paragraph fontSize={14}> ds-!-font-size-14 </Paragraph>\n <Paragraph fontSize={16}> ds-!-font-size-16 </Paragraph>\n <Paragraph fontSize={19}> ds-!-font-size-19 </Paragraph>\n <Paragraph fontSize={24}> ds-!-font-size-24 </Paragraph>\n <Paragraph fontSize={30}> ds-!-font-size-30 </Paragraph>\n <Paragraph fontSize={48}> ds-!-font-size-48 </Paragraph>\n <Paragraph fontSize={72}> ds-!-font-size-72 </Paragraph>\n </>\n);\n\nexport default FontSizes;\n"],
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAClB,SAAS,iBAAiB;AAEnB,MAAM,YAAY,MACvB,0DACE,oCAAC,aAAU,UAAU,MAAI,qBAAmB,GAC5C,oCAAC,aAAU,UAAU,MAAI,qBAAmB,GAC5C,oCAAC,aAAU,UAAU,MAAI,qBAAmB,GAC5C,oCAAC,aAAU,UAAU,MAAI,qBAAmB,GAC5C,oCAAC,aAAU,UAAU,MAAI,qBAAmB,GAC5C,oCAAC,aAAU,UAAU,MAAI,qBAAmB,GAC5C,oCAAC,aAAU,UAAU,MAAI,qBAAmB,CAC9C;AAGF,IAAO,oBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Paragraph } from "@digigov/ui/typography/Paragraph";
|
|
3
|
+
const FontWeight = () => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Paragraph, { fontWeight: "regular" }, " ds-!-font-weight-regular "), /* @__PURE__ */ React.createElement(Paragraph, { fontWeight: "bold" }, " ds-!-font-weight-bold "));
|
|
4
|
+
var FontWeight_default = FontWeight;
|
|
5
|
+
export {
|
|
6
|
+
FontWeight,
|
|
7
|
+
FontWeight_default as default
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=FontWeight.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/typography/Paragraph/__stories__/FontWeight.tsx"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { Paragraph } from '@digigov/ui/typography/Paragraph';\n\nexport const FontWeight = () => (\n <>\n <Paragraph fontWeight=\"regular\"> ds-!-font-weight-regular </Paragraph>\n <Paragraph fontWeight=\"bold\"> ds-!-font-weight-bold </Paragraph>\n </>\n);\n\nexport default FontWeight;\n"],
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAClB,SAAS,iBAAiB;AAEnB,MAAM,aAAa,MACxB,0DACE,oCAAC,aAAU,YAAW,aAAU,4BAA0B,GAC1D,oCAAC,aAAU,YAAW,UAAO,yBAAuB,CACtD;AAGF,IAAO,qBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Paragraph } from "@digigov/ui/typography/Paragraph";
|
|
3
|
+
const LeadVariant = () => /* @__PURE__ */ React.createElement(Paragraph, { size: "lg" }, "ds-body");
|
|
4
|
+
var LeadVariant_default = LeadVariant;
|
|
5
|
+
export {
|
|
6
|
+
LeadVariant,
|
|
7
|
+
LeadVariant_default as default
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=LeadVariant.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/typography/Paragraph/__stories__/LeadVariant.tsx"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { Paragraph } from '@digigov/ui/typography/Paragraph';\n\nexport const LeadVariant = () => <Paragraph size={'lg'}>ds-body</Paragraph>;\n\nexport default LeadVariant;\n"],
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAClB,SAAS,iBAAiB;AAEnB,MAAM,cAAc,MAAM,oCAAC,aAAU,MAAM,QAAM,SAAO;AAE/D,IAAO,sBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Paragraph } from "@digigov/ui/typography/Paragraph";
|
|
3
|
+
const SmallVariant = () => /* @__PURE__ */ React.createElement(Paragraph, { size: "sm" }, "ds-body");
|
|
4
|
+
var SmallVariant_default = SmallVariant;
|
|
5
|
+
export {
|
|
6
|
+
SmallVariant,
|
|
7
|
+
SmallVariant_default as default
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=SmallVariant.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/typography/Paragraph/__stories__/SmallVariant.tsx"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { Paragraph } from '@digigov/ui/typography/Paragraph';\n\nexport const SmallVariant = () => <Paragraph size={'sm'}>ds-body</Paragraph>;\n\nexport default SmallVariant;\n"],
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAClB,SAAS,iBAAiB;AAEnB,MAAM,eAAe,MAAM,oCAAC,aAAU,MAAM,QAAM,SAAO;AAEhE,IAAO,uBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import VisuallyHidden from "@digigov/ui/utils/VisuallyHidden";
|
|
2
|
+
var VisuallyHidden_stories_default = {
|
|
3
|
+
title: "Digigov UI/utils/VisuallyHidden",
|
|
4
|
+
component: VisuallyHidden,
|
|
5
|
+
displayName: "VisuallyHidden"
|
|
6
|
+
};
|
|
7
|
+
import { Default } from "@digigov/ui/utils/VisuallyHidden/__stories__/Default";
|
|
8
|
+
export {
|
|
9
|
+
Default,
|
|
10
|
+
VisuallyHidden_stories_default as default
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=VisuallyHidden.stories.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/utils/VisuallyHidden/VisuallyHidden.stories.js"],
|
|
4
|
+
"sourcesContent": ["import VisuallyHidden from '@digigov/ui/utils/VisuallyHidden';\nexport default {\n title: 'Digigov UI/utils/VisuallyHidden',\n component: VisuallyHidden,\n displayName: 'VisuallyHidden',\n};\nexport { Default } from '@digigov/ui/utils/VisuallyHidden/__stories__/Default';\n"],
|
|
5
|
+
"mappings": "AAAA,OAAO,oBAAoB;AAC3B,IAAO,iCAAQ;AAAA,EACb,OAAO;AAAA,EACP,WAAW;AAAA,EACX,aAAa;AACf;AACA,SAAS,eAAe;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Button, ButtonGroup } from "@digigov/ui/form/Button";
|
|
3
|
+
import { Link } from "@digigov/ui/navigation/Link";
|
|
4
|
+
import { Paragraph } from "@digigov/ui/typography/Paragraph";
|
|
5
|
+
import { VisuallyHidden } from "@digigov/ui/utils/VisuallyHidden";
|
|
6
|
+
const Default = () => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Paragraph, null, "\u039A\u03AC\u03C0\u03BF\u03B9\u03BF \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF \u03C0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BF\u03C0\u03C4\u03B9\u03BA\u03AC \u03BA\u03C1\u03C5\u03BC\u03BC\u03AD\u03BD\u03BF. \u0395\u03AF\u03BD\u03B1\u03B9 \u03C0\u03C1\u03BF\u03C3\u03B2\u03AC\u03C3\u03B9\u03BC\u03BF \u03BC\u03CC\u03BD\u03BF \u03B3\u03B9\u03B1 \u03C0\u03C1\u03BF\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1 \u03B1\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7\u03C2 \u03BF\u03B8\u03CC\u03BD\u03B7\u03C2 \u03BA\u03B1\u03B9 \u03BF\u03C0\u03BF\u03B9\u03B1\u03B4\u03AE\u03C0\u03BF\u03C4\u03B5 \u03B5\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03B1 \u03B1\u03BD\u03B1\u03BB\u03CD\u03BF\u03C5\u03BD \u03C4\u03BF DOM."), /* @__PURE__ */ React.createElement(ButtonGroup, null, /* @__PURE__ */ React.createElement(Button, null, " \u0394\u03BF\u03BA\u03B9\u03BC\u03AE"), /* @__PURE__ */ React.createElement(Link, { href: "#" }, "\u0391\u03BB\u03BB\u03B1\u03B3\u03AE", /* @__PURE__ */ React.createElement(VisuallyHidden, null, " \u0394\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7\u03C2"))));
|
|
7
|
+
var Default_default = Default;
|
|
8
|
+
export {
|
|
9
|
+
Default,
|
|
10
|
+
Default_default as default
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=Default.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/utils/VisuallyHidden/__stories__/Default.tsx"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\n\nimport { Button, ButtonGroup } from '@digigov/ui/form/Button';\n\nimport { Link } from '@digigov/ui/navigation/Link';\nimport { Paragraph } from '@digigov/ui/typography/Paragraph';\nimport { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';\n\nexport const Default = () => (\n <>\n <Paragraph>\n \u039A\u03AC\u03C0\u03BF\u03B9\u03BF \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF \u03C0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BF\u03C0\u03C4\u03B9\u03BA\u03AC \u03BA\u03C1\u03C5\u03BC\u03BC\u03AD\u03BD\u03BF. \u0395\u03AF\u03BD\u03B1\u03B9 \u03C0\u03C1\u03BF\u03C3\u03B2\u03AC\u03C3\u03B9\u03BC\u03BF \u03BC\u03CC\u03BD\u03BF \u03B3\u03B9\u03B1\n \u03C0\u03C1\u03BF\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1 \u03B1\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7\u03C2 \u03BF\u03B8\u03CC\u03BD\u03B7\u03C2 \u03BA\u03B1\u03B9 \u03BF\u03C0\u03BF\u03B9\u03B1\u03B4\u03AE\u03C0\u03BF\u03C4\u03B5 \u03B5\u03C1\u03B3\u03B1\u03BB\u03B5\u03AF\u03B1 \u03B1\u03BD\u03B1\u03BB\u03CD\u03BF\u03C5\u03BD \u03C4\u03BF DOM.\n </Paragraph>\n <ButtonGroup>\n <Button> \u0394\u03BF\u03BA\u03B9\u03BC\u03AE</Button>\n <Link href=\"#\">\n \u0391\u03BB\u03BB\u03B1\u03B3\u03AE<VisuallyHidden> \u0394\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7\u03C2</VisuallyHidden>\n </Link>\n </ButtonGroup>\n </>\n);\n\nexport default Default;\n"],
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAElB,SAAS,QAAQ,mBAAmB;AAEpC,SAAS,YAAY;AACrB,SAAS,iBAAiB;AAC1B,SAAS,sBAAsB;AAExB,MAAM,UAAU,MACrB,0DACE,oCAAC,iBAAU,+uBAGX,GACA,oCAAC,mBACC,oCAAC,cAAO,uCAAO,GACf,oCAAC,QAAK,MAAK,OAAI,wCACP,oCAAC,sBAAe,+DAAW,CACnC,CACF,CACF;AAGF,IAAO,kBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -2,7 +2,7 @@ import * as React from "react";
|
|
|
2
2
|
import useLatest from "@digigov/ui/utils/hooks/useLatest";
|
|
3
3
|
const useDebounceCallback = (callback, wait = 100, leading = false) => {
|
|
4
4
|
const storedCallback = useLatest(callback);
|
|
5
|
-
const timeout = React.useRef(
|
|
5
|
+
const timeout = React.useRef();
|
|
6
6
|
const deps = [wait, leading, storedCallback];
|
|
7
7
|
React.useEffect(
|
|
8
8
|
() => () => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/utils/hooks/useDebounce.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nimport useLatest from '@digigov/ui/utils/hooks/useLatest';\n\nexport const useDebounceCallback = <CallbackArgs extends any[]>(\n callback: (...args: CallbackArgs) => void,\n wait = 100,\n leading = false\n): ((...args: CallbackArgs) => void) => {\n const storedCallback = useLatest(callback);\n const timeout = React.useRef<ReturnType<typeof setTimeout>>(
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;AACvB,OAAO,eAAe;AAEf,MAAM,sBAAsB,CACjC,UACA,OAAO,KACP,UAAU,UAC4B;AACtC,QAAM,iBAAiB,UAAU,QAAQ;AACzC,QAAM,UAAU,MAAM,OAAsC
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nimport useLatest from '@digigov/ui/utils/hooks/useLatest';\n\nexport const useDebounceCallback = <CallbackArgs extends any[]>(\n callback: (...args: CallbackArgs) => void,\n wait = 100,\n leading = false\n): ((...args: CallbackArgs) => void) => {\n const storedCallback = useLatest(callback);\n const timeout = React.useRef<ReturnType<typeof setTimeout>>();\n const deps = [wait, leading, storedCallback];\n // Cleans up pending timeouts when the deps change\n React.useEffect(\n () => () => {\n if (timeout.current) clearTimeout(timeout.current);\n timeout.current = void 0;\n },\n deps\n );\n\n return React.useCallback(function () {\n // eslint-disable-next-line prefer-rest-params\n const args = arguments;\n const { current } = timeout;\n // Calls on leading edge\n if (current === void 0 && leading) {\n timeout.current = setTimeout(() => {\n timeout.current = void 0;\n }, wait);\n\n return storedCallback.current.apply(null, args as any);\n }\n // Clear the timeout every call and start waiting again\n if (current) clearTimeout(current);\n // Waits for `wait` before invoking the callback\n timeout.current = setTimeout(() => {\n timeout.current = void 0;\n storedCallback.current.apply(null, args as any);\n }, wait);\n }, deps);\n};\n\nexport const useDebounce = <State>(\n initialState: State | (() => State),\n wait?: number,\n leading?: boolean\n): [State, React.Dispatch<React.SetStateAction<State>>] => {\n const state = React.useState(initialState);\n return [state[0], useDebounceCallback(state[1], wait, leading)];\n};\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;AACvB,OAAO,eAAe;AAEf,MAAM,sBAAsB,CACjC,UACA,OAAO,KACP,UAAU,UAC4B;AACtC,QAAM,iBAAiB,UAAU,QAAQ;AACzC,QAAM,UAAU,MAAM,OAAsC;AAC5D,QAAM,OAAO,CAAC,MAAM,SAAS,cAAc;AAE3C,QAAM;AAAA,IACJ,MAAM,MAAM;AACV,UAAI,QAAQ,QAAS,cAAa,QAAQ,OAAO;AACjD,cAAQ,UAAU;AAAA,IACpB;AAAA,IACA;AAAA,EACF;AAEA,SAAO,MAAM,YAAY,WAAY;AAEnC,UAAM,OAAO;AACb,UAAM,EAAE,QAAQ,IAAI;AAEpB,QAAI,YAAY,UAAU,SAAS;AACjC,cAAQ,UAAU,WAAW,MAAM;AACjC,gBAAQ,UAAU;AAAA,MACpB,GAAG,IAAI;AAEP,aAAO,eAAe,QAAQ,MAAM,MAAM,IAAW;AAAA,IACvD;AAEA,QAAI,QAAS,cAAa,OAAO;AAEjC,YAAQ,UAAU,WAAW,MAAM;AACjC,cAAQ,UAAU;AAClB,qBAAe,QAAQ,MAAM,MAAM,IAAW;AAAA,IAChD,GAAG,IAAI;AAAA,EACT,GAAG,IAAI;AACT;AAEO,MAAM,cAAc,CACzB,cACA,MACA,YACyD;AACzD,QAAM,QAAQ,MAAM,SAAS,YAAY;AACzC,SAAO,CAAC,MAAM,CAAC,GAAG,oBAAoB,MAAM,CAAC,GAAG,MAAM,OAAO,CAAC;AAChE;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { useCallback, useEffect, useRef } from "react";
|
|
2
|
-
const notificationAreaId = "loader-notification-area";
|
|
3
|
-
const activeSpinnersAttr = "data-active-spinners";
|
|
4
|
-
function generateUniqueId() {
|
|
5
|
-
return `spinner-${Math.random().toString(36).substring(2, 9)}`;
|
|
6
|
-
}
|
|
7
|
-
const getOrCreateNotificationArea = () => {
|
|
8
|
-
let element = document.getElementById(notificationAreaId);
|
|
9
|
-
if (!element) {
|
|
10
|
-
element = document.createElement("div");
|
|
11
|
-
element.id = notificationAreaId;
|
|
12
|
-
element.setAttribute("role", "status");
|
|
13
|
-
element.setAttribute("aria-live", "polite");
|
|
14
|
-
element.className = "ds-visually-hidden";
|
|
15
|
-
document.body.appendChild(element);
|
|
16
|
-
}
|
|
17
|
-
return element;
|
|
18
|
-
};
|
|
19
|
-
const useNotificationArea = (loadingText = "\u0393\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7...", finishedText = "\u0397 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03BF\u03BB\u03BF\u03BA\u03BB\u03B7\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5.") => {
|
|
20
|
-
const spinnerId = useRef(generateUniqueId());
|
|
21
|
-
const notificationRef = useRef(null);
|
|
22
|
-
const getActiveIds = useCallback(() => {
|
|
23
|
-
const current = notificationRef.current;
|
|
24
|
-
const value = current?.getAttribute(activeSpinnersAttr) || "";
|
|
25
|
-
return value.split(",").filter(Boolean);
|
|
26
|
-
}, [notificationRef]);
|
|
27
|
-
const setActiveSpinnerId = useCallback(() => {
|
|
28
|
-
const current = notificationRef.current;
|
|
29
|
-
if (current) {
|
|
30
|
-
const ids = new Set(getActiveIds());
|
|
31
|
-
ids.add(spinnerId.current);
|
|
32
|
-
current.setAttribute(activeSpinnersAttr, Array.from(ids).join(","));
|
|
33
|
-
}
|
|
34
|
-
}, [notificationRef, getActiveIds, spinnerId]);
|
|
35
|
-
const unsetActiveSpinnerId = useCallback(() => {
|
|
36
|
-
const current = notificationRef.current;
|
|
37
|
-
if (current) {
|
|
38
|
-
const ids = getActiveIds().filter((id) => id !== spinnerId.current);
|
|
39
|
-
current.setAttribute(activeSpinnersAttr, ids.join(","));
|
|
40
|
-
}
|
|
41
|
-
}, [notificationRef, getActiveIds, spinnerId]);
|
|
42
|
-
const setTextContent = (text) => {
|
|
43
|
-
if (notificationRef.current) {
|
|
44
|
-
notificationRef.current.textContent = text;
|
|
45
|
-
}
|
|
46
|
-
};
|
|
47
|
-
useEffect(() => {
|
|
48
|
-
if (typeof document === "undefined") return;
|
|
49
|
-
notificationRef.current = getOrCreateNotificationArea();
|
|
50
|
-
setActiveSpinnerId();
|
|
51
|
-
setTextContent(loadingText);
|
|
52
|
-
return () => {
|
|
53
|
-
unsetActiveSpinnerId();
|
|
54
|
-
if (getActiveIds().length === 0) {
|
|
55
|
-
setTextContent(finishedText);
|
|
56
|
-
setTimeout(() => {
|
|
57
|
-
const el = notificationRef.current;
|
|
58
|
-
if (el && getActiveIds().length === 0) {
|
|
59
|
-
el.removeAttribute(activeSpinnersAttr);
|
|
60
|
-
el.textContent = "";
|
|
61
|
-
}
|
|
62
|
-
}, 1e3);
|
|
63
|
-
}
|
|
64
|
-
};
|
|
65
|
-
}, [
|
|
66
|
-
loadingText,
|
|
67
|
-
finishedText,
|
|
68
|
-
setActiveSpinnerId,
|
|
69
|
-
unsetActiveSpinnerId,
|
|
70
|
-
getActiveIds
|
|
71
|
-
]);
|
|
72
|
-
};
|
|
73
|
-
export {
|
|
74
|
-
useNotificationArea
|
|
75
|
-
};
|
|
76
|
-
//# sourceMappingURL=useNotificationArea.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useNotificationArea: (loadingText?: string, finishedText?: string) => void;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/app/hooks/useNotificationArea.tsx"],
|
|
4
|
-
"sourcesContent": ["import { useCallback, useEffect, useRef } from 'react';\n\n// Unique ID for the aria-live notification area element.\nconst notificationAreaId = 'loader-notification-area';\n// Custom attribute to track active spinners\nconst activeSpinnersAttr = 'data-active-spinners';\n\n// Generates a random unique ID for each spinner instance.\nfunction generateUniqueId() {\n return `spinner-${Math.random().toString(36).substring(2, 9)}`;\n}\n\n// Finds or creates the notification area element in the DOM.\nconst getOrCreateNotificationArea = (): HTMLElement => {\n let element = document.getElementById(notificationAreaId);\n\n // Create and append it to the DOM.\n if (!element) {\n element = document.createElement('div');\n element.id = notificationAreaId;\n element.setAttribute('role', 'status');\n element.setAttribute('aria-live', 'polite');\n element.className = 'ds-visually-hidden';\n document.body.appendChild(element);\n }\n\n return element;\n};\n\nexport const useNotificationArea = (\n loadingText = '\u0393\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7...',\n finishedText = '\u0397 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03BF\u03BB\u03BF\u03BA\u03BB\u03B7\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5.'\n) => {\n // Unique ID for this spinner.\n const spinnerId = useRef(generateUniqueId());\n // Reference to the notification area DOM element.\n const notificationRef = useRef<HTMLElement | null>(null);\n\n // Returns an array of active spinner IDs.\n const getActiveIds = useCallback(() => {\n const current = notificationRef.current;\n const value = current?.getAttribute(activeSpinnersAttr) || '';\n return value.split(',').filter(Boolean);\n }, [notificationRef]);\n\n // Adds this spinner's ID to the active list.\n const setActiveSpinnerId = useCallback(() => {\n const current = notificationRef.current;\n if (current) {\n const ids = new Set(getActiveIds());\n ids.add(spinnerId.current);\n current.setAttribute(activeSpinnersAttr, Array.from(ids).join(','));\n }\n }, [notificationRef, getActiveIds, spinnerId]);\n\n // Removes this spinner's ID from the active list.\n const unsetActiveSpinnerId = useCallback(() => {\n const current = notificationRef.current;\n if (current) {\n const ids = getActiveIds().filter((id) => id !== spinnerId.current);\n current.setAttribute(activeSpinnersAttr, ids.join(','));\n }\n }, [notificationRef, getActiveIds, spinnerId]);\n\n // Updates the text content of the aria-live region.\n const setTextContent = (text: string) => {\n if (notificationRef.current) {\n notificationRef.current.textContent = text;\n }\n };\n\n useEffect(() => {\n if (typeof document === 'undefined') return;\n\n // Set up notification area and mark this spinner as active.\n notificationRef.current = getOrCreateNotificationArea();\n setActiveSpinnerId();\n setTextContent(loadingText);\n\n // Cleanup when component unmounts.\n return () => {\n unsetActiveSpinnerId();\n\n // If no active spinners remain, announce \"finished\" and clear the text.\n if (getActiveIds().length === 0) {\n setTextContent(finishedText);\n\n // Give screen readers a chance to announce \"finished\" before clearing.\n setTimeout(() => {\n const el = notificationRef.current;\n if (el && getActiveIds().length === 0) {\n el.removeAttribute(activeSpinnersAttr);\n el.textContent = '';\n }\n }, 1000);\n }\n };\n }, [\n loadingText,\n finishedText,\n setActiveSpinnerId,\n unsetActiveSpinnerId,\n getActiveIds,\n ]);\n};\n"],
|
|
5
|
-
"mappings": "AAAA,SAAS,aAAa,WAAW,cAAc;AAG/C,MAAM,qBAAqB;AAE3B,MAAM,qBAAqB;AAG3B,SAAS,mBAAmB;AAC1B,SAAO,WAAW,KAAK,OAAO,EAAE,SAAS,EAAE,EAAE,UAAU,GAAG,CAAC,CAAC;AAC9D;AAGA,MAAM,8BAA8B,MAAmB;AACrD,MAAI,UAAU,SAAS,eAAe,kBAAkB;AAGxD,MAAI,CAAC,SAAS;AACZ,cAAU,SAAS,cAAc,KAAK;AACtC,YAAQ,KAAK;AACb,YAAQ,aAAa,QAAQ,QAAQ;AACrC,YAAQ,aAAa,aAAa,QAAQ;AAC1C,YAAQ,YAAY;AACpB,aAAS,KAAK,YAAY,OAAO;AAAA,EACnC;AAEA,SAAO;AACT;AAEO,MAAM,sBAAsB,CACjC,cAAc,4FACd,eAAe,kIACZ;AAEH,QAAM,YAAY,OAAO,iBAAiB,CAAC;AAE3C,QAAM,kBAAkB,OAA2B,IAAI;AAGvD,QAAM,eAAe,YAAY,MAAM;AACrC,UAAM,UAAU,gBAAgB;AAChC,UAAM,QAAQ,SAAS,aAAa,kBAAkB,KAAK;AAC3D,WAAO,MAAM,MAAM,GAAG,EAAE,OAAO,OAAO;AAAA,EACxC,GAAG,CAAC,eAAe,CAAC;AAGpB,QAAM,qBAAqB,YAAY,MAAM;AAC3C,UAAM,UAAU,gBAAgB;AAChC,QAAI,SAAS;AACX,YAAM,MAAM,IAAI,IAAI,aAAa,CAAC;AAClC,UAAI,IAAI,UAAU,OAAO;AACzB,cAAQ,aAAa,oBAAoB,MAAM,KAAK,GAAG,EAAE,KAAK,GAAG,CAAC;AAAA,IACpE;AAAA,EACF,GAAG,CAAC,iBAAiB,cAAc,SAAS,CAAC;AAG7C,QAAM,uBAAuB,YAAY,MAAM;AAC7C,UAAM,UAAU,gBAAgB;AAChC,QAAI,SAAS;AACX,YAAM,MAAM,aAAa,EAAE,OAAO,CAAC,OAAO,OAAO,UAAU,OAAO;AAClE,cAAQ,aAAa,oBAAoB,IAAI,KAAK,GAAG,CAAC;AAAA,IACxD;AAAA,EACF,GAAG,CAAC,iBAAiB,cAAc,SAAS,CAAC;AAG7C,QAAM,iBAAiB,CAAC,SAAiB;AACvC,QAAI,gBAAgB,SAAS;AAC3B,sBAAgB,QAAQ,cAAc;AAAA,IACxC;AAAA,EACF;AAEA,YAAU,MAAM;AACd,QAAI,OAAO,aAAa,YAAa;AAGrC,oBAAgB,UAAU,4BAA4B;AACtD,uBAAmB;AACnB,mBAAe,WAAW;AAG1B,WAAO,MAAM;AACX,2BAAqB;AAGrB,UAAI,aAAa,EAAE,WAAW,GAAG;AAC/B,uBAAe,YAAY;AAG3B,mBAAW,MAAM;AACf,gBAAM,KAAK,gBAAgB;AAC3B,cAAI,MAAM,aAAa,EAAE,WAAW,GAAG;AACrC,eAAG,gBAAgB,kBAAkB;AACrC,eAAG,cAAc;AAAA,UACnB;AAAA,QACF,GAAG,GAAI;AAAA,MACT;AAAA,IACF;AAAA,EACF,GAAG;AAAA,IACD;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF,CAAC;AACH;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
var useNotificationArea_exports = {};
|
|
19
|
-
__export(useNotificationArea_exports, {
|
|
20
|
-
useNotificationArea: () => useNotificationArea
|
|
21
|
-
});
|
|
22
|
-
module.exports = __toCommonJS(useNotificationArea_exports);
|
|
23
|
-
var import_react = require("react");
|
|
24
|
-
const notificationAreaId = "loader-notification-area";
|
|
25
|
-
const activeSpinnersAttr = "data-active-spinners";
|
|
26
|
-
function generateUniqueId() {
|
|
27
|
-
return `spinner-${Math.random().toString(36).substring(2, 9)}`;
|
|
28
|
-
}
|
|
29
|
-
const getOrCreateNotificationArea = () => {
|
|
30
|
-
let element = document.getElementById(notificationAreaId);
|
|
31
|
-
if (!element) {
|
|
32
|
-
element = document.createElement("div");
|
|
33
|
-
element.id = notificationAreaId;
|
|
34
|
-
element.setAttribute("role", "status");
|
|
35
|
-
element.setAttribute("aria-live", "polite");
|
|
36
|
-
element.className = "ds-visually-hidden";
|
|
37
|
-
document.body.appendChild(element);
|
|
38
|
-
}
|
|
39
|
-
return element;
|
|
40
|
-
};
|
|
41
|
-
const useNotificationArea = (loadingText = "\u0393\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7...", finishedText = "\u0397 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03BF\u03BB\u03BF\u03BA\u03BB\u03B7\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5.") => {
|
|
42
|
-
const spinnerId = (0, import_react.useRef)(generateUniqueId());
|
|
43
|
-
const notificationRef = (0, import_react.useRef)(null);
|
|
44
|
-
const getActiveIds = (0, import_react.useCallback)(() => {
|
|
45
|
-
const current = notificationRef.current;
|
|
46
|
-
const value = current?.getAttribute(activeSpinnersAttr) || "";
|
|
47
|
-
return value.split(",").filter(Boolean);
|
|
48
|
-
}, [notificationRef]);
|
|
49
|
-
const setActiveSpinnerId = (0, import_react.useCallback)(() => {
|
|
50
|
-
const current = notificationRef.current;
|
|
51
|
-
if (current) {
|
|
52
|
-
const ids = new Set(getActiveIds());
|
|
53
|
-
ids.add(spinnerId.current);
|
|
54
|
-
current.setAttribute(activeSpinnersAttr, Array.from(ids).join(","));
|
|
55
|
-
}
|
|
56
|
-
}, [notificationRef, getActiveIds, spinnerId]);
|
|
57
|
-
const unsetActiveSpinnerId = (0, import_react.useCallback)(() => {
|
|
58
|
-
const current = notificationRef.current;
|
|
59
|
-
if (current) {
|
|
60
|
-
const ids = getActiveIds().filter((id) => id !== spinnerId.current);
|
|
61
|
-
current.setAttribute(activeSpinnersAttr, ids.join(","));
|
|
62
|
-
}
|
|
63
|
-
}, [notificationRef, getActiveIds, spinnerId]);
|
|
64
|
-
const setTextContent = (text) => {
|
|
65
|
-
if (notificationRef.current) {
|
|
66
|
-
notificationRef.current.textContent = text;
|
|
67
|
-
}
|
|
68
|
-
};
|
|
69
|
-
(0, import_react.useEffect)(() => {
|
|
70
|
-
if (typeof document === "undefined") return;
|
|
71
|
-
notificationRef.current = getOrCreateNotificationArea();
|
|
72
|
-
setActiveSpinnerId();
|
|
73
|
-
setTextContent(loadingText);
|
|
74
|
-
return () => {
|
|
75
|
-
unsetActiveSpinnerId();
|
|
76
|
-
if (getActiveIds().length === 0) {
|
|
77
|
-
setTextContent(finishedText);
|
|
78
|
-
setTimeout(() => {
|
|
79
|
-
const el = notificationRef.current;
|
|
80
|
-
if (el && getActiveIds().length === 0) {
|
|
81
|
-
el.removeAttribute(activeSpinnersAttr);
|
|
82
|
-
el.textContent = "";
|
|
83
|
-
}
|
|
84
|
-
}, 1e3);
|
|
85
|
-
}
|
|
86
|
-
};
|
|
87
|
-
}, [
|
|
88
|
-
loadingText,
|
|
89
|
-
finishedText,
|
|
90
|
-
setActiveSpinnerId,
|
|
91
|
-
unsetActiveSpinnerId,
|
|
92
|
-
getActiveIds
|
|
93
|
-
]);
|
|
94
|
-
};
|
|
95
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
96
|
-
0 && (module.exports = {
|
|
97
|
-
useNotificationArea
|
|
98
|
-
});
|
|
99
|
-
//# sourceMappingURL=useNotificationArea.js.map
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../../src/app/hooks/useNotificationArea.tsx"],
|
|
4
|
-
"sourcesContent": ["import { useCallback, useEffect, useRef } from 'react';\n\n// Unique ID for the aria-live notification area element.\nconst notificationAreaId = 'loader-notification-area';\n// Custom attribute to track active spinners\nconst activeSpinnersAttr = 'data-active-spinners';\n\n// Generates a random unique ID for each spinner instance.\nfunction generateUniqueId() {\n return `spinner-${Math.random().toString(36).substring(2, 9)}`;\n}\n\n// Finds or creates the notification area element in the DOM.\nconst getOrCreateNotificationArea = (): HTMLElement => {\n let element = document.getElementById(notificationAreaId);\n\n // Create and append it to the DOM.\n if (!element) {\n element = document.createElement('div');\n element.id = notificationAreaId;\n element.setAttribute('role', 'status');\n element.setAttribute('aria-live', 'polite');\n element.className = 'ds-visually-hidden';\n document.body.appendChild(element);\n }\n\n return element;\n};\n\nexport const useNotificationArea = (\n loadingText = '\u0393\u03AF\u03BD\u03B5\u03C4\u03B1\u03B9 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7...',\n finishedText = '\u0397 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03BF\u03BB\u03BF\u03BA\u03BB\u03B7\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5.'\n) => {\n // Unique ID for this spinner.\n const spinnerId = useRef(generateUniqueId());\n // Reference to the notification area DOM element.\n const notificationRef = useRef<HTMLElement | null>(null);\n\n // Returns an array of active spinner IDs.\n const getActiveIds = useCallback(() => {\n const current = notificationRef.current;\n const value = current?.getAttribute(activeSpinnersAttr) || '';\n return value.split(',').filter(Boolean);\n }, [notificationRef]);\n\n // Adds this spinner's ID to the active list.\n const setActiveSpinnerId = useCallback(() => {\n const current = notificationRef.current;\n if (current) {\n const ids = new Set(getActiveIds());\n ids.add(spinnerId.current);\n current.setAttribute(activeSpinnersAttr, Array.from(ids).join(','));\n }\n }, [notificationRef, getActiveIds, spinnerId]);\n\n // Removes this spinner's ID from the active list.\n const unsetActiveSpinnerId = useCallback(() => {\n const current = notificationRef.current;\n if (current) {\n const ids = getActiveIds().filter((id) => id !== spinnerId.current);\n current.setAttribute(activeSpinnersAttr, ids.join(','));\n }\n }, [notificationRef, getActiveIds, spinnerId]);\n\n // Updates the text content of the aria-live region.\n const setTextContent = (text: string) => {\n if (notificationRef.current) {\n notificationRef.current.textContent = text;\n }\n };\n\n useEffect(() => {\n if (typeof document === 'undefined') return;\n\n // Set up notification area and mark this spinner as active.\n notificationRef.current = getOrCreateNotificationArea();\n setActiveSpinnerId();\n setTextContent(loadingText);\n\n // Cleanup when component unmounts.\n return () => {\n unsetActiveSpinnerId();\n\n // If no active spinners remain, announce \"finished\" and clear the text.\n if (getActiveIds().length === 0) {\n setTextContent(finishedText);\n\n // Give screen readers a chance to announce \"finished\" before clearing.\n setTimeout(() => {\n const el = notificationRef.current;\n if (el && getActiveIds().length === 0) {\n el.removeAttribute(activeSpinnersAttr);\n el.textContent = '';\n }\n }, 1000);\n }\n };\n }, [\n loadingText,\n finishedText,\n setActiveSpinnerId,\n unsetActiveSpinnerId,\n getActiveIds,\n ]);\n};\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA+C;AAG/C,MAAM,qBAAqB;AAE3B,MAAM,qBAAqB;AAG3B,SAAS,mBAAmB;AAC1B,SAAO,WAAW,KAAK,OAAO,EAAE,SAAS,EAAE,EAAE,UAAU,GAAG,CAAC,CAAC;AAC9D;AAGA,MAAM,8BAA8B,MAAmB;AACrD,MAAI,UAAU,SAAS,eAAe,kBAAkB;AAGxD,MAAI,CAAC,SAAS;AACZ,cAAU,SAAS,cAAc,KAAK;AACtC,YAAQ,KAAK;AACb,YAAQ,aAAa,QAAQ,QAAQ;AACrC,YAAQ,aAAa,aAAa,QAAQ;AAC1C,YAAQ,YAAY;AACpB,aAAS,KAAK,YAAY,OAAO;AAAA,EACnC;AAEA,SAAO;AACT;AAEO,MAAM,sBAAsB,CACjC,cAAc,4FACd,eAAe,kIACZ;AAEH,QAAM,gBAAY,qBAAO,iBAAiB,CAAC;AAE3C,QAAM,sBAAkB,qBAA2B,IAAI;AAGvD,QAAM,mBAAe,0BAAY,MAAM;AACrC,UAAM,UAAU,gBAAgB;AAChC,UAAM,QAAQ,SAAS,aAAa,kBAAkB,KAAK;AAC3D,WAAO,MAAM,MAAM,GAAG,EAAE,OAAO,OAAO;AAAA,EACxC,GAAG,CAAC,eAAe,CAAC;AAGpB,QAAM,yBAAqB,0BAAY,MAAM;AAC3C,UAAM,UAAU,gBAAgB;AAChC,QAAI,SAAS;AACX,YAAM,MAAM,IAAI,IAAI,aAAa,CAAC;AAClC,UAAI,IAAI,UAAU,OAAO;AACzB,cAAQ,aAAa,oBAAoB,MAAM,KAAK,GAAG,EAAE,KAAK,GAAG,CAAC;AAAA,IACpE;AAAA,EACF,GAAG,CAAC,iBAAiB,cAAc,SAAS,CAAC;AAG7C,QAAM,2BAAuB,0BAAY,MAAM;AAC7C,UAAM,UAAU,gBAAgB;AAChC,QAAI,SAAS;AACX,YAAM,MAAM,aAAa,EAAE,OAAO,CAAC,OAAO,OAAO,UAAU,OAAO;AAClE,cAAQ,aAAa,oBAAoB,IAAI,KAAK,GAAG,CAAC;AAAA,IACxD;AAAA,EACF,GAAG,CAAC,iBAAiB,cAAc,SAAS,CAAC;AAG7C,QAAM,iBAAiB,CAAC,SAAiB;AACvC,QAAI,gBAAgB,SAAS;AAC3B,sBAAgB,QAAQ,cAAc;AAAA,IACxC;AAAA,EACF;AAEA,8BAAU,MAAM;AACd,QAAI,OAAO,aAAa,YAAa;AAGrC,oBAAgB,UAAU,4BAA4B;AACtD,uBAAmB;AACnB,mBAAe,WAAW;AAG1B,WAAO,MAAM;AACX,2BAAqB;AAGrB,UAAI,aAAa,EAAE,WAAW,GAAG;AAC/B,uBAAe,YAAY;AAG3B,mBAAW,MAAM;AACf,gBAAM,KAAK,gBAAgB;AAC3B,cAAI,MAAM,aAAa,EAAE,WAAW,GAAG;AACrC,eAAG,gBAAgB,kBAAkB;AACrC,eAAG,cAAc;AAAA,UACnB;AAAA,QACF,GAAG,GAAI;AAAA,MACT;AAAA,IACF;AAAA,EACF,GAAG;AAAA,IACD;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF,CAAC;AACH;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|