@ebrains/components 0.0.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/arrow-diagonal-black-0eb8640e.js +5 -0
- package/dist/cjs/arrow-right-3e38e8a9.js +7 -0
- package/dist/cjs/bluesky-eb0d6051.js +16 -0
- package/dist/cjs/chevron-down-27344777.js +14 -0
- package/dist/cjs/chevron-left-6fc9c6ef.js +13 -0
- package/dist/cjs/chevron-right-6d95a117.js +7 -0
- package/dist/cjs/chevron-up-e37d7713.js +14 -0
- package/dist/cjs/close-51284af5.js +7 -0
- package/dist/cjs/color-ac51ccf7.js +342 -0
- package/dist/cjs/color-primary-palette.cjs.entry.js +43 -0
- package/dist/cjs/color-primary-palette_6.cjs.entry.js +327 -0
- package/dist/cjs/color-secondary-palette.cjs.entry.js +68 -0
- package/dist/cjs/color-support-palette.cjs.entry.js +59 -0
- package/dist/cjs/components.cjs.js +52 -0
- package/dist/cjs/copy-53102d0c.js +7 -0
- package/dist/cjs/correct-use-of-colors.cjs.entry.js +68 -0
- package/dist/cjs/eds-accordion.cjs.entry.js +92 -0
- package/dist/cjs/eds-accordion_23.cjs.entry.js +1886 -0
- package/dist/cjs/eds-alert.cjs.entry.js +95 -0
- package/dist/cjs/eds-avatar.cjs.entry.js +73 -0
- package/dist/cjs/eds-block-break.cjs.entry.js +20 -0
- package/dist/cjs/eds-breadcrumb.cjs.entry.js +152 -0
- package/dist/cjs/eds-button.cjs.entry.js +233 -0
- package/dist/cjs/eds-card-desc.cjs.entry.js +26 -0
- package/dist/cjs/eds-card-desc_3.cjs.entry.js +117 -0
- package/dist/cjs/eds-card-generic.cjs.entry.js +93 -0
- package/dist/cjs/eds-card-project.cjs.entry.js +67 -0
- package/dist/cjs/eds-card-section.cjs.entry.js +43 -0
- package/dist/cjs/eds-card-tags.cjs.entry.js +21 -0
- package/dist/cjs/eds-card-title.cjs.entry.js +56 -0
- package/dist/cjs/eds-card-tool.cjs.entry.js +79 -0
- package/dist/cjs/eds-card-wrapper.cjs.entry.js +32 -0
- package/dist/cjs/eds-code-block.cjs.entry.js +2472 -0
- package/dist/cjs/eds-components-section.cjs.entry.js +96 -0
- package/dist/cjs/eds-docs-palettes.cjs.entry.js +27 -0
- package/dist/cjs/eds-docs-tokens.cjs.entry.js +35 -0
- package/dist/cjs/eds-dropdown.cjs.entry.js +129 -0
- package/dist/cjs/eds-footer.cjs.entry.js +49 -0
- package/dist/cjs/eds-form.cjs.entry.js +249 -0
- package/dist/cjs/eds-frame.cjs.entry.js +91 -0
- package/dist/cjs/eds-fullscreen-menu.cjs.entry.js +99 -0
- package/dist/cjs/eds-header.cjs.entry.js +96 -0
- package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-bluesky.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-close.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-copy.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-eu.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-facebook.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-gitlab.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-linkedin.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-loader.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-mastodon.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-menu.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-more.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-search.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-success.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-twitter.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-user.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-wrapper.cjs.entry.js +40 -0
- package/dist/cjs/eds-icon-youtube.cjs.entry.js +18 -0
- package/dist/cjs/eds-img.cjs.entry.js +57 -0
- package/dist/cjs/eds-input-field.cjs.entry.js +72 -0
- package/dist/cjs/eds-input-footer.cjs.entry.js +21 -0
- package/dist/cjs/eds-input-label.cjs.entry.js +20 -0
- package/dist/cjs/eds-input-range.cjs.entry.js +39 -0
- package/dist/cjs/eds-input-search.cjs.entry.js +41 -0
- package/dist/cjs/eds-input-select.cjs.entry.js +30 -0
- package/dist/cjs/eds-input.cjs.entry.js +68 -0
- package/dist/cjs/eds-link.cjs.entry.js +211 -0
- package/dist/cjs/eds-login.cjs.entry.js +72 -0
- package/dist/cjs/eds-logo.cjs.entry.js +76 -0
- package/dist/cjs/eds-matomo-notice.cjs.entry.js +109 -0
- package/dist/cjs/eds-modal.cjs.entry.js +46 -0
- package/dist/cjs/eds-navigator.cjs.entry.js +43 -0
- package/dist/cjs/eds-pagination.cjs.entry.js +211 -0
- package/dist/cjs/eds-progress-bar.cjs.entry.js +28 -0
- package/dist/cjs/eds-rating.cjs.entry.js +57 -0
- package/dist/cjs/eds-section-core.cjs.entry.js +23 -0
- package/dist/cjs/eds-section-core_2.cjs.entry.js +59 -0
- package/dist/cjs/eds-section-heading.cjs.entry.js +41 -0
- package/dist/cjs/eds-social-networks.cjs.entry.js +65 -0
- package/dist/cjs/eds-svg-repository.cjs.entry.js +32 -0
- package/dist/cjs/eds-tab.cjs.entry.js +40 -0
- package/dist/cjs/eds-table.cjs.entry.js +142 -0
- package/dist/cjs/eds-tabs-content.cjs.entry.js +133 -0
- package/dist/cjs/eds-tabs.cjs.entry.js +122 -0
- package/dist/cjs/eds-tag.cjs.entry.js +44 -0
- package/dist/cjs/eds-toast-manager.cjs.entry.js +45 -0
- package/dist/cjs/eds-toast.cjs.entry.js +53 -0
- package/dist/cjs/eds-tooltip.cjs.entry.js +99 -0
- package/dist/cjs/eds-user-modal.cjs.entry.js +47 -0
- package/dist/cjs/eds-user.cjs.entry.js +90 -0
- package/dist/cjs/eu-b9665157.js +32 -0
- package/dist/cjs/facebook-7aa65e57.js +16 -0
- package/dist/cjs/gradient-primary-palette.cjs.entry.js +45 -0
- package/dist/cjs/gradient-secondary-palette.cjs.entry.js +79 -0
- package/dist/cjs/gradient-support-palette.cjs.entry.js +63 -0
- package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +50 -0
- package/dist/cjs/index-1ff5f25c.js +48 -0
- package/dist/cjs/index-2cc3495f.js +2149 -0
- package/dist/cjs/index-383d2951.js +3449 -0
- package/dist/cjs/index-96a4261e.js +405 -0
- package/dist/cjs/index-ab9fbefe.js +48 -0
- package/dist/cjs/index-f62478aa.js +1837 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/keycloak-5aaa21af.js +1900 -0
- package/dist/cjs/keycloak-940b83c1.js +1910 -0
- package/dist/cjs/linkedin-46b0dd56.js +30 -0
- package/dist/cjs/loader-5efe2c21.js +35 -0
- package/dist/cjs/loader.cjs.js +15 -0
- package/dist/cjs/logo-color-6c787ac1.js +117 -0
- package/dist/cjs/logo-color-margins-b49c0f46.js +120 -0
- package/dist/cjs/logo-space.cjs.entry.js +20 -0
- package/dist/cjs/logo-variations-horizontal.cjs.entry.js +30 -0
- package/dist/cjs/logo-variations-vertical.cjs.entry.js +30 -0
- package/dist/cjs/logo-white-no-bg-4a0e0f4b.js +1039 -0
- package/dist/cjs/logo-wrong-usage.cjs.entry.js +20 -0
- package/dist/cjs/mastodon-20c5bb7d.js +16 -0
- package/dist/cjs/menu-7050a6d1.js +13 -0
- package/dist/cjs/mono-2f3cd653.js +13 -0
- package/dist/cjs/more-1d3dd8bc.js +15 -0
- package/dist/cjs/search-5533d877.js +14 -0
- package/dist/cjs/shadow-css-988e4292.js +334 -0
- package/dist/cjs/success-ef661a11.js +20 -0
- package/dist/cjs/toastManager-1fb1a402.js +33 -0
- package/dist/cjs/token-list.cjs.entry.js +253 -0
- package/dist/cjs/token-list_3.cjs.entry.js +300 -0
- package/dist/cjs/token-radii.cjs.entry.js +25 -0
- package/dist/cjs/token-ratios.cjs.entry.js +29 -0
- package/dist/cjs/token-shadows.cjs.entry.js +34 -0
- package/dist/cjs/token-spacing.cjs.entry.js +16 -0
- package/dist/cjs/token-typography.cjs.entry.js +230 -0
- package/dist/cjs/twitter-73956e9a.js +16 -0
- package/dist/cjs/user-a3c2230f.js +18 -0
- package/dist/cjs/youtube-c238a461.js +16 -0
- package/dist/collection/collection-manifest.json +107 -0
- package/dist/collection/components/eds-accordion/eds-accordion.css +258 -0
- package/dist/collection/components/eds-accordion/eds-accordion.js +246 -0
- package/dist/collection/components/eds-accordion/eds-accordion.stories.js +87 -0
- package/dist/collection/components/eds-alert/eds-alert.css +607 -0
- package/dist/collection/components/eds-alert/eds-alert.js +204 -0
- package/dist/collection/components/eds-alert/eds-alert.stories.js +52 -0
- package/dist/collection/components/eds-avatar/eds-avatar.css +149 -0
- package/dist/collection/components/eds-avatar/eds-avatar.js +210 -0
- package/dist/collection/components/eds-avatar/eds-avatar.stories.js +65 -0
- package/dist/collection/components/eds-block-break/eds-block-break.css +49 -0
- package/dist/collection/components/eds-block-break/eds-block-break.js +51 -0
- package/dist/collection/components/eds-breadcrump/eds-breadcrumb.css +111 -0
- package/dist/collection/components/eds-breadcrump/eds-breadcrumb.stories.js +32 -0
- package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +220 -0
- package/dist/collection/components/eds-button/eds-button.css +7140 -0
- package/dist/collection/components/eds-button/eds-button.js +487 -0
- package/dist/collection/components/eds-button/eds-button.stories.js +47 -0
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.css +41 -0
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.js +102 -0
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.stories.js +31 -0
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.css +9 -0
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.js +63 -0
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.css +92 -0
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.js +169 -0
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-wrapper/eds-card-wrapper.js +86 -0
- package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.css +103 -0
- package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +324 -0
- package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.stories.js +124 -0
- package/dist/collection/components/eds-cards/eds-card-project/eds-card-project.js +227 -0
- package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.css +103 -0
- package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.js +314 -0
- package/dist/collection/components/eds-code-block/eds-code-block.css +177 -0
- package/dist/collection/components/eds-code-block/eds-code-block.js +86 -0
- package/dist/collection/components/eds-dropdown/eds-dropdown.css +117 -0
- package/dist/collection/components/eds-dropdown/eds-dropdown.js +356 -0
- package/dist/collection/components/eds-form/eds-form.css +7143 -0
- package/dist/collection/components/eds-form/eds-form.js +482 -0
- package/dist/collection/components/eds-form/eds-form.stories.js +89 -0
- package/dist/collection/components/eds-frame/eds-frame.js +266 -0
- package/dist/collection/components/eds-frame/eds-frame.stories.js +67 -0
- package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.js +92 -0
- package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.js +36 -0
- package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.js +36 -0
- package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.js +36 -0
- package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-close/eds-icon-close.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-copy/eds-icon-copy.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-eu/eds-icon-eu.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-loader/eds-icon-loader.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-menu/eds-icon-menu.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-more/eds-icon-more.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-search/eds-icon-search.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-success/eds-icon-success.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-user/eds-icon-user.js +36 -0
- package/dist/collection/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.js +36 -0
- package/dist/collection/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.js +36 -0
- package/dist/collection/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.js +36 -0
- package/dist/collection/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.js +36 -0
- package/dist/collection/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.js +36 -0
- package/dist/collection/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.js +36 -0
- package/dist/collection/components/eds-img/eds-img.css +83 -0
- package/dist/collection/components/eds-img/eds-img.js +246 -0
- package/dist/collection/components/eds-img/eds-img.stories.js +101 -0
- package/dist/collection/components/eds-input-elements/eds-input/eds-input.js +336 -0
- package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +105 -0
- package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +90 -0
- package/dist/collection/components/eds-input-elements/eds-input-range/eds-input-range.js +197 -0
- package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.js +176 -0
- package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +203 -0
- package/dist/collection/components/eds-input-field/eds-input-field.css +7151 -0
- package/dist/collection/components/eds-input-field/eds-input-field.js +419 -0
- package/dist/collection/components/eds-input-field/eds-input-field.stories.js +205 -0
- package/dist/collection/components/eds-link/eds-link.css +7164 -0
- package/dist/collection/components/eds-link/eds-link.js +482 -0
- package/dist/collection/components/eds-link/eds-link.stories.js +86 -0
- package/dist/collection/components/eds-logo/eds-logo.css +47 -0
- package/dist/collection/components/eds-logo/eds-logo.js +150 -0
- package/dist/collection/components/eds-logo/eds-logo.stories.js +38 -0
- package/dist/collection/components/eds-modal/eds-modal.css +203 -0
- package/dist/collection/components/eds-modal/eds-modal.js +175 -0
- package/dist/collection/components/eds-modal/eds-modal.stories.js +64 -0
- package/dist/collection/components/eds-navigator/eds-navigator.js +147 -0
- package/dist/collection/components/eds-navigator/eds-navigator.stories.js +101 -0
- package/dist/collection/components/eds-pagination/eds-pagination.css +120 -0
- package/dist/collection/components/eds-pagination/eds-pagination.js +414 -0
- package/dist/collection/components/eds-pagination/eds-pagination.stories.js +141 -0
- package/dist/collection/components/eds-progress-bar/eds-progress-bar.css +62 -0
- package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +79 -0
- package/dist/collection/components/eds-progress-bar/eds-progress-bar.stories.js +25 -0
- package/dist/collection/components/eds-rating/eds-rating.css +74 -0
- package/dist/collection/components/eds-rating/eds-rating.js +138 -0
- package/dist/collection/components/eds-rating/eds-rating.stories.js +76 -0
- package/dist/collection/components/eds-section/eds-section-core/eds-section-core.css +0 -0
- package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +91 -0
- package/dist/collection/components/eds-section/eds-section-core/eds-section-core.stories.js +74 -0
- package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +137 -0
- package/dist/collection/components/eds-tab/eds-tab.js +109 -0
- package/dist/collection/components/eds-table/eds-table.css +138 -0
- package/dist/collection/components/eds-table/eds-table.js +281 -0
- package/dist/collection/components/eds-table/eds-table.stories.js +173 -0
- package/dist/collection/components/eds-tag/eds-tag.css +56 -0
- package/dist/collection/components/eds-tag/eds-tag.js +94 -0
- package/dist/collection/components/eds-tag/eds-tag.stories.js +27 -0
- package/dist/collection/components/eds-toast/eds-toast.js +108 -0
- package/dist/collection/components/eds-toast/eds-toast.stories.js +38 -0
- package/dist/collection/components/eds-tooltip/eds-tooltip.css +94 -0
- package/dist/collection/components/eds-tooltip/eds-tooltip.js +170 -0
- package/dist/collection/components/eds-tooltip/eds-tooltip.stories.js +21 -0
- package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +39 -0
- package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +85 -0
- package/dist/collection/eds-docs-ui/colors/color-palette/support.js +55 -0
- package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +41 -0
- package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +75 -0
- package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +59 -0
- package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +66 -0
- package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +48 -0
- package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +98 -0
- package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.stories.js +44 -0
- package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +11 -0
- package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +15 -0
- package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +11 -0
- package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +10 -0
- package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +27 -0
- package/dist/collection/eds-docs-ui/eds-components-section/eds-components-section.js +58 -0
- package/dist/collection/eds-docs-ui/eds-docs-palettes/eds-docs-palettes.js +44 -0
- package/dist/collection/eds-docs-ui/eds-docs-tokens/eds-docs-tokens.js +52 -0
- package/dist/collection/eds-docs-ui/eds-svg-repository/eds-svg-repository.js +27 -0
- package/dist/collection/eds-docs-ui/functional/angular.js +2 -0
- package/dist/collection/eds-docs-ui/functional/installation.js +2 -0
- package/dist/collection/eds-docs-ui/functional/overview.js +2 -0
- package/dist/collection/eds-docs-ui/functional/react.js +2 -0
- package/dist/collection/eds-docs-ui/functional/usage.js +2 -0
- package/dist/collection/eds-docs-ui/functional/vue.js +2 -0
- package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.css +53 -0
- package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +22 -0
- package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.css +60 -0
- package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +73 -0
- package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.css +64 -0
- package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +73 -0
- package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.css +206 -0
- package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +22 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/shared-ui/eds-card-section/eds-card-section.css +153 -0
- package/dist/collection/shared-ui/eds-card-section/eds-card-section.js +93 -0
- package/dist/collection/shared-ui/eds-card-section/eds-card-section.stories.js +74 -0
- package/dist/collection/shared-ui/eds-footer/eds-footer.css +0 -0
- package/dist/collection/shared-ui/eds-footer/eds-footer.js +214 -0
- package/dist/collection/shared-ui/eds-footer/eds-footer.stories.js +50 -0
- package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.css +0 -0
- package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.js +215 -0
- package/dist/collection/shared-ui/eds-header/eds-header.css +0 -0
- package/dist/collection/shared-ui/eds-header/eds-header.js +286 -0
- package/dist/collection/shared-ui/eds-header/eds-header.stories.js +70 -0
- package/dist/collection/shared-ui/eds-login/eds-login.js +154 -0
- package/dist/collection/shared-ui/eds-login/eds-login.stories.js +37 -0
- package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.css +105 -0
- package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +164 -0
- package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.js +34 -0
- package/dist/collection/shared-ui/eds-social-networks/eds-social-network.css +124 -0
- package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.js +92 -0
- package/dist/collection/shared-ui/eds-tabs/eds-tabs.css +0 -0
- package/dist/collection/shared-ui/eds-tabs/eds-tabs.js +213 -0
- package/dist/collection/shared-ui/eds-tabs/eds-tabs.stories.js +49 -0
- package/dist/collection/shared-ui/eds-tabs-content/eds-tabs-content.js +194 -0
- package/dist/collection/shared-ui/eds-tabs-content/eds-tabs-content.stories.js +112 -0
- package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.css +37 -0
- package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.js +50 -0
- package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.stories.js +25 -0
- package/dist/collection/shared-ui/eds-user/eds-user.js +171 -0
- package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.css +0 -0
- package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.js +119 -0
- package/dist/collection/utils/keycloak.js +79 -0
- package/dist/collection/utils/toastManager.js +29 -0
- package/dist/components/analytics.js +43 -0
- package/dist/components/app-globals-0f993ce5.js +3 -0
- package/dist/components/arrow-diagonal-black.js +3 -0
- package/dist/components/arrow-right.js +5 -0
- package/dist/components/bluesky.js +14 -0
- package/dist/components/chevron-down.js +12 -0
- package/dist/components/chevron-left.js +11 -0
- package/dist/components/chevron-right.js +5 -0
- package/dist/components/chevron-up.js +12 -0
- package/dist/components/close.js +5 -0
- package/dist/components/color-primary-palette.d.ts +11 -0
- package/dist/components/color-primary-palette.entry.js +39 -0
- package/dist/components/color-primary-palette.js +6 -0
- package/dist/components/color-secondary-palette.d.ts +11 -0
- package/dist/components/color-secondary-palette.entry.js +64 -0
- package/dist/components/color-secondary-palette.js +6 -0
- package/dist/components/color-support-palette.d.ts +11 -0
- package/dist/components/color-support-palette.entry.js +55 -0
- package/dist/components/color-support-palette.js +6 -0
- package/dist/components/color.js +296 -0
- package/dist/components/components.css +7177 -0
- package/dist/components/components.esm.js +47 -0
- package/dist/components/copy.js +5 -0
- package/dist/components/correct-use-of-colors.d.ts +11 -0
- package/dist/components/correct-use-of-colors.entry.js +64 -0
- package/dist/components/correct-use-of-colors.js +93 -0
- package/dist/components/eds-accordion.d.ts +11 -0
- package/dist/components/eds-accordion.entry.js +88 -0
- package/dist/components/eds-accordion.js +6 -0
- package/dist/components/eds-accordion2.js +125 -0
- package/dist/components/eds-alert.d.ts +11 -0
- package/dist/components/eds-alert.entry.js +91 -0
- package/dist/components/eds-alert.js +6 -0
- package/dist/components/eds-alert2.js +125 -0
- package/dist/components/eds-avatar.d.ts +11 -0
- package/dist/components/eds-avatar.entry.js +69 -0
- package/dist/components/eds-avatar.js +6 -0
- package/dist/components/eds-avatar2.js +97 -0
- package/dist/components/eds-block-break.d.ts +11 -0
- package/dist/components/eds-block-break.entry.js +16 -0
- package/dist/components/eds-block-break.js +6 -0
- package/dist/components/eds-block-break2.js +33 -0
- package/dist/components/eds-breadcrumb.d.ts +11 -0
- package/dist/components/eds-breadcrumb.entry.js +148 -0
- package/dist/components/eds-breadcrumb.js +186 -0
- package/dist/components/eds-button.d.ts +11 -0
- package/dist/components/eds-button.entry.js +229 -0
- package/dist/components/eds-button.js +6 -0
- package/dist/components/eds-button2.js +264 -0
- package/dist/components/eds-card-desc.d.ts +11 -0
- package/dist/components/eds-card-desc.entry.js +22 -0
- package/dist/components/eds-card-desc.js +6 -0
- package/dist/components/eds-card-desc2.js +42 -0
- package/dist/components/eds-card-generic.d.ts +11 -0
- package/dist/components/eds-card-generic.entry.js +89 -0
- package/dist/components/eds-card-generic.js +6 -0
- package/dist/components/eds-card-generic2.js +147 -0
- package/dist/components/eds-card-project.d.ts +11 -0
- package/dist/components/eds-card-project.entry.js +63 -0
- package/dist/components/eds-card-project.js +108 -0
- package/dist/components/eds-card-section.d.ts +11 -0
- package/dist/components/eds-card-section.entry.js +39 -0
- package/dist/components/eds-card-section.js +96 -0
- package/dist/components/eds-card-tags.d.ts +11 -0
- package/dist/components/eds-card-tags.entry.js +17 -0
- package/dist/components/eds-card-tags.js +44 -0
- package/dist/components/eds-card-title.d.ts +11 -0
- package/dist/components/eds-card-title.entry.js +52 -0
- package/dist/components/eds-card-title.js +6 -0
- package/dist/components/eds-card-title2.js +74 -0
- package/dist/components/eds-card-tool.d.ts +11 -0
- package/dist/components/eds-card-tool.entry.js +75 -0
- package/dist/components/eds-card-tool.js +136 -0
- package/dist/components/eds-card-wrapper.d.ts +11 -0
- package/dist/components/eds-card-wrapper.entry.js +28 -0
- package/dist/components/eds-card-wrapper.js +49 -0
- package/dist/components/eds-code-block.d.ts +11 -0
- package/dist/components/eds-code-block.entry.js +2468 -0
- package/dist/components/eds-code-block.js +6 -0
- package/dist/components/eds-code-block2.js +2493 -0
- package/dist/components/eds-components-section.d.ts +11 -0
- package/dist/components/eds-components-section.entry.js +92 -0
- package/dist/components/eds-components-section.js +147 -0
- package/dist/components/eds-docs-palettes.d.ts +11 -0
- package/dist/components/eds-docs-palettes.entry.js +23 -0
- package/dist/components/eds-docs-palettes.js +96 -0
- package/dist/components/eds-docs-tokens.d.ts +11 -0
- package/dist/components/eds-docs-tokens.entry.js +31 -0
- package/dist/components/eds-docs-tokens.js +80 -0
- package/dist/components/eds-dropdown.d.ts +11 -0
- package/dist/components/eds-dropdown.entry.js +125 -0
- package/dist/components/eds-dropdown.js +6 -0
- package/dist/components/eds-dropdown2.js +163 -0
- package/dist/components/eds-footer.d.ts +11 -0
- package/dist/components/eds-footer.entry.js +45 -0
- package/dist/components/eds-footer.js +6 -0
- package/dist/components/eds-footer2.js +97 -0
- package/dist/components/eds-form.d.ts +11 -0
- package/dist/components/eds-form.entry.js +245 -0
- package/dist/components/eds-form.js +346 -0
- package/dist/components/eds-frame.d.ts +11 -0
- package/dist/components/eds-frame.entry.js +87 -0
- package/dist/components/eds-frame.js +127 -0
- package/dist/components/eds-fullscreen-menu.d.ts +11 -0
- package/dist/components/eds-fullscreen-menu.entry.js +95 -0
- package/dist/components/eds-fullscreen-menu.js +166 -0
- package/dist/components/eds-header.d.ts +11 -0
- package/dist/components/eds-header.entry.js +92 -0
- package/dist/components/eds-header.js +175 -0
- package/dist/components/eds-icon-arrow-diagonal.d.ts +11 -0
- package/dist/components/eds-icon-arrow-diagonal.entry.js +14 -0
- package/dist/components/eds-icon-arrow-diagonal.js +33 -0
- package/dist/components/eds-icon-arrow-right.d.ts +11 -0
- package/dist/components/eds-icon-arrow-right.entry.js +14 -0
- package/dist/components/eds-icon-arrow-right.js +33 -0
- package/dist/components/eds-icon-bluesky.d.ts +11 -0
- package/dist/components/eds-icon-bluesky.entry.js +14 -0
- package/dist/components/eds-icon-bluesky.js +33 -0
- package/dist/components/eds-icon-chevron-down.d.ts +11 -0
- package/dist/components/eds-icon-chevron-down.entry.js +14 -0
- package/dist/components/eds-icon-chevron-down.js +33 -0
- package/dist/components/eds-icon-chevron-left.d.ts +11 -0
- package/dist/components/eds-icon-chevron-left.entry.js +14 -0
- package/dist/components/eds-icon-chevron-left.js +33 -0
- package/dist/components/eds-icon-chevron-right.d.ts +11 -0
- package/dist/components/eds-icon-chevron-right.entry.js +14 -0
- package/dist/components/eds-icon-chevron-right.js +33 -0
- package/dist/components/eds-icon-chevron-up.d.ts +11 -0
- package/dist/components/eds-icon-chevron-up.entry.js +14 -0
- package/dist/components/eds-icon-chevron-up.js +33 -0
- package/dist/components/eds-icon-close.d.ts +11 -0
- package/dist/components/eds-icon-close.entry.js +14 -0
- package/dist/components/eds-icon-close.js +33 -0
- package/dist/components/eds-icon-copy.d.ts +11 -0
- package/dist/components/eds-icon-copy.entry.js +14 -0
- package/dist/components/eds-icon-copy.js +33 -0
- package/dist/components/eds-icon-eu.d.ts +11 -0
- package/dist/components/eds-icon-eu.entry.js +14 -0
- package/dist/components/eds-icon-eu.js +33 -0
- package/dist/components/eds-icon-facebook.d.ts +11 -0
- package/dist/components/eds-icon-facebook.entry.js +14 -0
- package/dist/components/eds-icon-facebook.js +33 -0
- package/dist/components/eds-icon-gitlab.d.ts +11 -0
- package/dist/components/eds-icon-gitlab.entry.js +14 -0
- package/dist/components/eds-icon-gitlab.js +33 -0
- package/dist/components/eds-icon-linkedin.d.ts +11 -0
- package/dist/components/eds-icon-linkedin.entry.js +14 -0
- package/dist/components/eds-icon-linkedin.js +33 -0
- package/dist/components/eds-icon-loader.d.ts +11 -0
- package/dist/components/eds-icon-loader.entry.js +14 -0
- package/dist/components/eds-icon-loader.js +33 -0
- package/dist/components/eds-icon-mastodon.d.ts +11 -0
- package/dist/components/eds-icon-mastodon.entry.js +14 -0
- package/dist/components/eds-icon-mastodon.js +33 -0
- package/dist/components/eds-icon-menu.d.ts +11 -0
- package/dist/components/eds-icon-menu.entry.js +14 -0
- package/dist/components/eds-icon-menu.js +33 -0
- package/dist/components/eds-icon-more.d.ts +11 -0
- package/dist/components/eds-icon-more.entry.js +14 -0
- package/dist/components/eds-icon-more.js +33 -0
- package/dist/components/eds-icon-search.d.ts +11 -0
- package/dist/components/eds-icon-search.entry.js +14 -0
- package/dist/components/eds-icon-search.js +33 -0
- package/dist/components/eds-icon-success.d.ts +11 -0
- package/dist/components/eds-icon-success.entry.js +14 -0
- package/dist/components/eds-icon-success.js +33 -0
- package/dist/components/eds-icon-twitter.d.ts +11 -0
- package/dist/components/eds-icon-twitter.entry.js +14 -0
- package/dist/components/eds-icon-twitter.js +33 -0
- package/dist/components/eds-icon-user.d.ts +11 -0
- package/dist/components/eds-icon-user.entry.js +14 -0
- package/dist/components/eds-icon-user.js +33 -0
- package/dist/components/eds-icon-wrapper.d.ts +11 -0
- package/dist/components/eds-icon-wrapper.entry.js +36 -0
- package/dist/components/eds-icon-wrapper.js +6 -0
- package/dist/components/eds-icon-wrapper2.js +56 -0
- package/dist/components/eds-icon-youtube.d.ts +11 -0
- package/dist/components/eds-icon-youtube.entry.js +14 -0
- package/dist/components/eds-icon-youtube.js +33 -0
- package/dist/components/eds-img.d.ts +11 -0
- package/dist/components/eds-img.entry.js +53 -0
- package/dist/components/eds-img.js +6 -0
- package/dist/components/eds-img2.js +80 -0
- package/dist/components/eds-input-field.d.ts +11 -0
- package/dist/components/eds-input-field.entry.js +68 -0
- package/dist/components/eds-input-field.js +6 -0
- package/dist/components/eds-input-field2.js +145 -0
- package/dist/components/eds-input-footer.d.ts +11 -0
- package/dist/components/eds-input-footer.entry.js +17 -0
- package/dist/components/eds-input-footer.js +6 -0
- package/dist/components/eds-input-footer2.js +43 -0
- package/dist/components/eds-input-label.d.ts +11 -0
- package/dist/components/eds-input-label.entry.js +16 -0
- package/dist/components/eds-input-label.js +6 -0
- package/dist/components/eds-input-label2.js +35 -0
- package/dist/components/eds-input-range.d.ts +11 -0
- package/dist/components/eds-input-range.entry.js +35 -0
- package/dist/components/eds-input-range.js +6 -0
- package/dist/components/eds-input-range2.js +59 -0
- package/dist/components/eds-input-search.d.ts +11 -0
- package/dist/components/eds-input-search.entry.js +37 -0
- package/dist/components/eds-input-search.js +6 -0
- package/dist/components/eds-input-search2.js +65 -0
- package/dist/components/eds-input-select.d.ts +11 -0
- package/dist/components/eds-input-select.entry.js +26 -0
- package/dist/components/eds-input-select.js +6 -0
- package/dist/components/eds-input-select2.js +56 -0
- package/dist/components/eds-input.d.ts +11 -0
- package/dist/components/eds-input.entry.js +64 -0
- package/dist/components/eds-input.js +6 -0
- package/dist/components/eds-input2.js +103 -0
- package/dist/components/eds-link.d.ts +11 -0
- package/dist/components/eds-link.entry.js +207 -0
- package/dist/components/eds-link.js +6 -0
- package/dist/components/eds-link2.js +243 -0
- package/dist/components/eds-login.d.ts +11 -0
- package/dist/components/eds-login.entry.js +68 -0
- package/dist/components/eds-login.js +103 -0
- package/dist/components/eds-logo.d.ts +11 -0
- package/dist/components/eds-logo.entry.js +72 -0
- package/dist/components/eds-logo.js +6 -0
- package/dist/components/eds-logo2.js +90 -0
- package/dist/components/eds-matomo-notice.d.ts +11 -0
- package/dist/components/eds-matomo-notice.entry.js +105 -0
- package/dist/components/eds-matomo-notice.js +144 -0
- package/dist/components/eds-modal.d.ts +11 -0
- package/dist/components/eds-modal.entry.js +42 -0
- package/dist/components/eds-modal.js +80 -0
- package/dist/components/eds-navigator.d.ts +11 -0
- package/dist/components/eds-navigator.entry.js +39 -0
- package/dist/components/eds-navigator.js +75 -0
- package/dist/components/eds-pagination.d.ts +11 -0
- package/dist/components/eds-pagination.entry.js +207 -0
- package/dist/components/eds-pagination.js +6 -0
- package/dist/components/eds-pagination2.js +249 -0
- package/dist/components/eds-progress-bar.d.ts +11 -0
- package/dist/components/eds-progress-bar.entry.js +24 -0
- package/dist/components/eds-progress-bar.js +45 -0
- package/dist/components/eds-rating.d.ts +11 -0
- package/dist/components/eds-rating.entry.js +53 -0
- package/dist/components/eds-rating.js +76 -0
- package/dist/components/eds-section-core.d.ts +11 -0
- package/dist/components/eds-section-core.entry.js +19 -0
- package/dist/components/eds-section-core.js +6 -0
- package/dist/components/eds-section-core2.js +43 -0
- package/dist/components/eds-section-heading.d.ts +11 -0
- package/dist/components/eds-section-heading.entry.js +37 -0
- package/dist/components/eds-section-heading.js +6 -0
- package/dist/components/eds-section-heading2.js +57 -0
- package/dist/components/eds-social-networks.d.ts +11 -0
- package/dist/components/eds-social-networks.entry.js +61 -0
- package/dist/components/eds-social-networks.js +6 -0
- package/dist/components/eds-social-networks2.js +90 -0
- package/dist/components/eds-svg-repository.d.ts +11 -0
- package/dist/components/eds-svg-repository.entry.js +28 -0
- package/dist/components/eds-svg-repository.js +112 -0
- package/dist/components/eds-tab.d.ts +11 -0
- package/dist/components/eds-tab.entry.js +36 -0
- package/dist/components/eds-tab.js +6 -0
- package/dist/components/eds-tab2.js +55 -0
- package/dist/components/eds-table.d.ts +11 -0
- package/dist/components/eds-table.entry.js +138 -0
- package/dist/components/eds-table.js +6 -0
- package/dist/components/eds-table2.js +229 -0
- package/dist/components/eds-tabs-content.d.ts +11 -0
- package/dist/components/eds-tabs-content.entry.js +129 -0
- package/dist/components/eds-tabs-content.js +159 -0
- package/dist/components/eds-tabs.d.ts +11 -0
- package/dist/components/eds-tabs.entry.js +118 -0
- package/dist/components/eds-tabs.js +149 -0
- package/dist/components/eds-tag.d.ts +11 -0
- package/dist/components/eds-tag.entry.js +40 -0
- package/dist/components/eds-tag.js +6 -0
- package/dist/components/eds-tag2.js +58 -0
- package/dist/components/eds-toast-manager.d.ts +11 -0
- package/dist/components/eds-toast-manager.entry.js +41 -0
- package/dist/components/eds-toast-manager.js +78 -0
- package/dist/components/eds-toast.d.ts +11 -0
- package/dist/components/eds-toast.entry.js +49 -0
- package/dist/components/eds-toast.js +6 -0
- package/dist/components/eds-toast2.js +80 -0
- package/dist/components/eds-tooltip.d.ts +11 -0
- package/dist/components/eds-tooltip.entry.js +95 -0
- package/dist/components/eds-tooltip.js +119 -0
- package/dist/components/eds-user-modal.d.ts +11 -0
- package/dist/components/eds-user-modal.entry.js +43 -0
- package/dist/components/eds-user-modal.js +6 -0
- package/dist/components/eds-user-modal2.js +90 -0
- package/dist/components/eds-user.d.ts +11 -0
- package/dist/components/eds-user.entry.js +86 -0
- package/dist/components/eds-user.js +6 -0
- package/dist/components/eds-user2.js +150 -0
- package/dist/components/eu.js +30 -0
- package/dist/components/facebook.js +14 -0
- package/dist/components/gradient-primary-palette.d.ts +11 -0
- package/dist/components/gradient-primary-palette.entry.js +41 -0
- package/dist/components/gradient-primary-palette.js +6 -0
- package/dist/components/gradient-secondary-palette.d.ts +11 -0
- package/dist/components/gradient-secondary-palette.entry.js +75 -0
- package/dist/components/gradient-secondary-palette.js +6 -0
- package/dist/components/gradient-support-palette.d.ts +11 -0
- package/dist/components/gradient-support-palette.entry.js +59 -0
- package/dist/components/gradient-support-palette.js +6 -0
- package/dist/components/incorrect-use-of-colors.d.ts +11 -0
- package/dist/components/incorrect-use-of-colors.entry.js +46 -0
- package/dist/components/incorrect-use-of-colors.js +63 -0
- package/dist/components/index-144c9ae8.js +46 -0
- package/dist/components/index-360dc790.js +401 -0
- package/dist/components/index-a9afa43f.js +1802 -0
- package/dist/components/index-b384416e.js +3023 -0
- package/dist/components/index.d.ts +33 -0
- package/dist/components/index.esm.js +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/index2.js +401 -0
- package/dist/components/index3.js +46 -0
- package/dist/components/index4.js +1802 -0
- package/dist/components/keycloak-b647d452.js +1903 -0
- package/dist/components/keycloak.js +1903 -0
- package/dist/components/linkedin.js +28 -0
- package/dist/components/loader.js +33 -0
- package/dist/components/logo-color-margins.js +118 -0
- package/dist/components/logo-color.js +115 -0
- package/dist/components/logo-space.d.ts +11 -0
- package/dist/components/logo-space.entry.js +16 -0
- package/dist/components/logo-space.js +34 -0
- package/dist/components/logo-variations-horizontal.d.ts +11 -0
- package/dist/components/logo-variations-horizontal.entry.js +26 -0
- package/dist/components/logo-variations-horizontal.js +53 -0
- package/dist/components/logo-variations-vertical.d.ts +11 -0
- package/dist/components/logo-variations-vertical.entry.js +26 -0
- package/dist/components/logo-variations-vertical.js +53 -0
- package/dist/components/logo-white-no-bg.js +1029 -0
- package/dist/components/logo-wrong-usage.d.ts +11 -0
- package/dist/components/logo-wrong-usage.entry.js +16 -0
- package/dist/components/logo-wrong-usage.js +34 -0
- package/dist/components/mastodon.js +14 -0
- package/dist/components/menu.js +11 -0
- package/dist/components/mono.js +11 -0
- package/dist/components/more.js +13 -0
- package/dist/components/p-0611bbac.entry.js +1 -0
- package/dist/components/p-0a195bfe.entry.js +1 -0
- package/dist/components/p-0a6262b7.entry.js +1 -0
- package/dist/components/p-0be28996.js +1 -0
- package/dist/components/p-0e6d43c5.js +1 -0
- package/dist/components/p-112122d6.js +1 -0
- package/dist/components/p-11a4ef34.entry.js +1 -0
- package/dist/components/p-145d8e4d.entry.js +1 -0
- package/dist/components/p-1a1b8e28.entry.js +1 -0
- package/dist/components/p-1d94d663.entry.js +1 -0
- package/dist/components/p-1ded61bd.js +1 -0
- package/dist/components/p-200ad980.entry.js +9 -0
- package/dist/components/p-2066b033.js +1 -0
- package/dist/components/p-219d9f68.entry.js +1 -0
- package/dist/components/p-22ee5374.entry.js +1 -0
- package/dist/components/p-25eb1801.entry.js +1 -0
- package/dist/components/p-2692f93d.js +1 -0
- package/dist/components/p-2728a189.entry.js +1 -0
- package/dist/components/p-29041952.js +1 -0
- package/dist/components/p-2b14f03a.entry.js +1 -0
- package/dist/components/p-3048bdec.entry.js +1 -0
- package/dist/components/p-32e6c4df.js +1 -0
- package/dist/components/p-36c0f3ee.entry.js +1 -0
- package/dist/components/p-373119b3.js +1 -0
- package/dist/components/p-378d371f.entry.js +1 -0
- package/dist/components/p-3dbf2ac9.entry.js +1 -0
- package/dist/components/p-42dfb426.entry.js +1 -0
- package/dist/components/p-4541cb5f.entry.js +1 -0
- package/dist/components/p-4587d0ef.js +1 -0
- package/dist/components/p-4687b64c.js +1 -0
- package/dist/components/p-46d0716d.js +1 -0
- package/dist/components/p-49a5eef5.entry.js +1 -0
- package/dist/components/p-50e27321.js +1 -0
- package/dist/components/p-513bf756.entry.js +1 -0
- package/dist/components/p-52a487ee.entry.js +1 -0
- package/dist/components/p-54b8f143.js +1 -0
- package/dist/components/p-55444767.entry.js +1 -0
- package/dist/components/p-5ab1d64a.js +1 -0
- package/dist/components/p-5b900a2c.entry.js +1 -0
- package/dist/components/p-5d046674.js +1 -0
- package/dist/components/p-5edc806a.entry.js +1 -0
- package/dist/components/p-606d8f86.entry.js +1 -0
- package/dist/components/p-64d4a6e0.entry.js +1 -0
- package/dist/components/p-677f60bc.entry.js +1 -0
- package/dist/components/p-6bc00fad.entry.js +1 -0
- package/dist/components/p-6cb8c52d.entry.js +1 -0
- package/dist/components/p-6f601454.entry.js +1 -0
- package/dist/components/p-763cbe2f.entry.js +1 -0
- package/dist/components/p-77a81dfa.entry.js +1 -0
- package/dist/components/p-7a2b35b4.entry.js +1 -0
- package/dist/components/p-81899237.js +1 -0
- package/dist/components/p-81d2a9be.entry.js +1 -0
- package/dist/components/p-82453a66.entry.js +1 -0
- package/dist/components/p-83ff4a95.js +1 -0
- package/dist/components/p-877403df.entry.js +1 -0
- package/dist/components/p-8983de37.js +1 -0
- package/dist/components/p-8c1be2b6.entry.js +1 -0
- package/dist/components/p-923e4d23.entry.js +1 -0
- package/dist/components/p-94b74ae8.entry.js +1 -0
- package/dist/components/p-9c05e349.entry.js +1 -0
- package/dist/components/p-9c5a453b.js +1 -0
- package/dist/components/p-9c74a5dd.entry.js +1 -0
- package/dist/components/p-abcdf35f.js +1 -0
- package/dist/components/p-ac083317.entry.js +1 -0
- package/dist/components/p-ad79cc3c.entry.js +1 -0
- package/dist/components/p-aefcb641.js +1 -0
- package/dist/components/p-b4055691.entry.js +1 -0
- package/dist/components/p-b544f216.entry.js +1 -0
- package/dist/components/p-b822abb7.js +1 -0
- package/dist/components/p-b94318f2.entry.js +1 -0
- package/dist/components/p-bad2a33a.entry.js +1 -0
- package/dist/components/p-bfd2fdf1.entry.js +1 -0
- package/dist/components/p-c0afe524.entry.js +1 -0
- package/dist/components/p-c11d93cf.entry.js +1 -0
- package/dist/components/p-c16b3c0c.entry.js +1 -0
- package/dist/components/p-c3c61db1.entry.js +1 -0
- package/dist/components/p-c8e7c854.js +1 -0
- package/dist/components/p-c9c417de.js +1 -0
- package/dist/components/p-caf2af08.entry.js +1 -0
- package/dist/components/p-d80de13e.entry.js +1 -0
- package/dist/components/p-ddd005a3.entry.js +1 -0
- package/dist/components/p-e04097a2.entry.js +1 -0
- package/dist/components/p-e1255160.js +1 -0
- package/dist/components/p-e2e715a2.entry.js +1 -0
- package/dist/components/p-e639818b.entry.js +1 -0
- package/dist/components/p-e69ff916.entry.js +1 -0
- package/dist/components/p-e80f4f24.js +1 -0
- package/dist/components/p-e9a1fb1e.js +2 -0
- package/dist/components/p-ec95188c.entry.js +1 -0
- package/dist/components/p-ecbb679f.js +1 -0
- package/dist/components/p-ece618b3.js +1 -0
- package/dist/components/p-f04946a5.entry.js +1 -0
- package/dist/components/p-fa1276cc.entry.js +1 -0
- package/dist/components/p-ff6b25a1.entry.js +1 -0
- package/dist/components/primary.js +65 -0
- package/dist/components/primary2.js +67 -0
- package/dist/components/search.js +12 -0
- package/dist/components/secondary.js +92 -0
- package/dist/components/secondary2.js +107 -0
- package/dist/components/shadow-css-423dab2c.js +332 -0
- package/dist/components/success.js +18 -0
- package/dist/components/support.js +81 -0
- package/dist/components/support2.js +85 -0
- package/dist/components/toastManager-b716afd8.js +31 -0
- package/dist/components/toastManager.js +31 -0
- package/dist/components/token-list.d.ts +11 -0
- package/dist/components/token-list.entry.js +249 -0
- package/dist/components/token-list.js +6 -0
- package/dist/components/token-list2.js +277 -0
- package/dist/components/token-radii.d.ts +11 -0
- package/dist/components/token-radii.entry.js +21 -0
- package/dist/components/token-radii.js +6 -0
- package/dist/components/token-radii2.js +47 -0
- package/dist/components/token-ratios.d.ts +11 -0
- package/dist/components/token-ratios.entry.js +25 -0
- package/dist/components/token-ratios.js +54 -0
- package/dist/components/token-shadows.d.ts +11 -0
- package/dist/components/token-shadows.entry.js +30 -0
- package/dist/components/token-shadows.js +6 -0
- package/dist/components/token-shadows2.js +56 -0
- package/dist/components/token-spacing.d.ts +11 -0
- package/dist/components/token-spacing.entry.js +12 -0
- package/dist/components/token-spacing.js +29 -0
- package/dist/components/token-typography.d.ts +11 -0
- package/dist/components/token-typography.entry.js +226 -0
- package/dist/components/token-typography.js +255 -0
- package/dist/components/twitter.js +14 -0
- package/dist/components/user.js +16 -0
- package/dist/components/youtube.js +14 -0
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/arrow-diagonal-black-8f0494c3.js +3 -0
- package/dist/esm/arrow-right-9322ba8a.js +5 -0
- package/dist/esm/bluesky-cc5edd2d.js +14 -0
- package/dist/esm/chevron-down-6144c823.js +12 -0
- package/dist/esm/chevron-left-ca6c66e1.js +11 -0
- package/dist/esm/chevron-right-b88ed2d4.js +5 -0
- package/dist/esm/chevron-up-c66bd477.js +12 -0
- package/dist/esm/close-87fc0d63.js +5 -0
- package/dist/esm/color-49aa977d.js +338 -0
- package/dist/esm/color-primary-palette.entry.js +39 -0
- package/dist/esm/color-primary-palette_6.entry.js +318 -0
- package/dist/esm/color-secondary-palette.entry.js +64 -0
- package/dist/esm/color-support-palette.entry.js +55 -0
- package/dist/esm/components.js +47 -0
- package/dist/esm/copy-03b72cb6.js +5 -0
- package/dist/esm/correct-use-of-colors.entry.js +64 -0
- package/dist/esm/eds-accordion.entry.js +88 -0
- package/dist/esm/eds-accordion_23.entry.js +1860 -0
- package/dist/esm/eds-alert.entry.js +91 -0
- package/dist/esm/eds-avatar.entry.js +69 -0
- package/dist/esm/eds-block-break.entry.js +16 -0
- package/dist/esm/eds-breadcrumb.entry.js +148 -0
- package/dist/esm/eds-button.entry.js +229 -0
- package/dist/esm/eds-card-desc.entry.js +22 -0
- package/dist/esm/eds-card-desc_3.entry.js +111 -0
- package/dist/esm/eds-card-generic.entry.js +89 -0
- package/dist/esm/eds-card-project.entry.js +63 -0
- package/dist/esm/eds-card-section.entry.js +39 -0
- package/dist/esm/eds-card-tags.entry.js +17 -0
- package/dist/esm/eds-card-title.entry.js +52 -0
- package/dist/esm/eds-card-tool.entry.js +75 -0
- package/dist/esm/eds-card-wrapper.entry.js +28 -0
- package/dist/esm/eds-code-block.entry.js +2468 -0
- package/dist/esm/eds-components-section.entry.js +92 -0
- package/dist/esm/eds-docs-palettes.entry.js +23 -0
- package/dist/esm/eds-docs-tokens.entry.js +31 -0
- package/dist/esm/eds-dropdown.entry.js +125 -0
- package/dist/esm/eds-footer.entry.js +45 -0
- package/dist/esm/eds-form.entry.js +245 -0
- package/dist/esm/eds-frame.entry.js +87 -0
- package/dist/esm/eds-fullscreen-menu.entry.js +95 -0
- package/dist/esm/eds-header.entry.js +92 -0
- package/dist/esm/eds-icon-arrow-diagonal.entry.js +14 -0
- package/dist/esm/eds-icon-arrow-right.entry.js +14 -0
- package/dist/esm/eds-icon-bluesky.entry.js +14 -0
- package/dist/esm/eds-icon-chevron-down.entry.js +14 -0
- package/dist/esm/eds-icon-chevron-left.entry.js +14 -0
- package/dist/esm/eds-icon-chevron-right.entry.js +14 -0
- package/dist/esm/eds-icon-chevron-up.entry.js +14 -0
- package/dist/esm/eds-icon-close.entry.js +14 -0
- package/dist/esm/eds-icon-copy.entry.js +14 -0
- package/dist/esm/eds-icon-eu.entry.js +14 -0
- package/dist/esm/eds-icon-facebook.entry.js +14 -0
- package/dist/esm/eds-icon-gitlab.entry.js +14 -0
- package/dist/esm/eds-icon-linkedin.entry.js +14 -0
- package/dist/esm/eds-icon-loader.entry.js +14 -0
- package/dist/esm/eds-icon-mastodon.entry.js +14 -0
- package/dist/esm/eds-icon-menu.entry.js +14 -0
- package/dist/esm/eds-icon-more.entry.js +14 -0
- package/dist/esm/eds-icon-search.entry.js +14 -0
- package/dist/esm/eds-icon-success.entry.js +14 -0
- package/dist/esm/eds-icon-twitter.entry.js +14 -0
- package/dist/esm/eds-icon-user.entry.js +14 -0
- package/dist/esm/eds-icon-wrapper.entry.js +36 -0
- package/dist/esm/eds-icon-youtube.entry.js +14 -0
- package/dist/esm/eds-img.entry.js +53 -0
- package/dist/esm/eds-input-field.entry.js +68 -0
- package/dist/esm/eds-input-footer.entry.js +17 -0
- package/dist/esm/eds-input-label.entry.js +16 -0
- package/dist/esm/eds-input-range.entry.js +35 -0
- package/dist/esm/eds-input-search.entry.js +37 -0
- package/dist/esm/eds-input-select.entry.js +26 -0
- package/dist/esm/eds-input.entry.js +64 -0
- package/dist/esm/eds-link.entry.js +207 -0
- package/dist/esm/eds-login.entry.js +68 -0
- package/dist/esm/eds-logo.entry.js +72 -0
- package/dist/esm/eds-matomo-notice.entry.js +105 -0
- package/dist/esm/eds-modal.entry.js +42 -0
- package/dist/esm/eds-navigator.entry.js +39 -0
- package/dist/esm/eds-pagination.entry.js +207 -0
- package/dist/esm/eds-progress-bar.entry.js +24 -0
- package/dist/esm/eds-rating.entry.js +53 -0
- package/dist/esm/eds-section-core.entry.js +19 -0
- package/dist/esm/eds-section-core_2.entry.js +54 -0
- package/dist/esm/eds-section-heading.entry.js +37 -0
- package/dist/esm/eds-social-networks.entry.js +61 -0
- package/dist/esm/eds-svg-repository.entry.js +28 -0
- package/dist/esm/eds-tab.entry.js +36 -0
- package/dist/esm/eds-table.entry.js +138 -0
- package/dist/esm/eds-tabs-content.entry.js +129 -0
- package/dist/esm/eds-tabs.entry.js +118 -0
- package/dist/esm/eds-tag.entry.js +40 -0
- package/dist/esm/eds-toast-manager.entry.js +41 -0
- package/dist/esm/eds-toast.entry.js +49 -0
- package/dist/esm/eds-tooltip.entry.js +95 -0
- package/dist/esm/eds-user-modal.entry.js +43 -0
- package/dist/esm/eds-user.entry.js +86 -0
- package/dist/esm/eu-9ddde93a.js +30 -0
- package/dist/esm/facebook-9cb5c17f.js +14 -0
- package/dist/esm/gradient-primary-palette.entry.js +41 -0
- package/dist/esm/gradient-secondary-palette.entry.js +75 -0
- package/dist/esm/gradient-support-palette.entry.js +59 -0
- package/dist/esm/incorrect-use-of-colors.entry.js +46 -0
- package/dist/esm/index-144c9ae8.js +46 -0
- package/dist/esm/index-360dc790.js +401 -0
- package/dist/esm/index-39c58238.js +46 -0
- package/dist/esm/index-a9afa43f.js +1802 -0
- package/dist/esm/index-b384416e.js +3416 -0
- package/dist/esm/index-f1426055.js +2121 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/keycloak-13893af6.js +1893 -0
- package/dist/esm/keycloak-b647d452.js +1903 -0
- package/dist/esm/linkedin-e8650abb.js +28 -0
- package/dist/esm/loader-66341740.js +33 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/logo-color-7f1fd803.js +115 -0
- package/dist/esm/logo-color-margins-ff8ce71b.js +118 -0
- package/dist/esm/logo-space.entry.js +16 -0
- package/dist/esm/logo-variations-horizontal.entry.js +26 -0
- package/dist/esm/logo-variations-vertical.entry.js +26 -0
- package/dist/esm/logo-white-no-bg-f382f86f.js +1029 -0
- package/dist/esm/logo-wrong-usage.entry.js +16 -0
- package/dist/esm/mastodon-3703ec61.js +14 -0
- package/dist/esm/menu-340ea948.js +11 -0
- package/dist/esm/mono-53f70232.js +11 -0
- package/dist/esm/more-4449d549.js +13 -0
- package/dist/esm/search-fbcd79c2.js +12 -0
- package/dist/esm/shadow-css-423dab2c.js +332 -0
- package/dist/esm/success-443809da.js +18 -0
- package/dist/esm/toastManager-b716afd8.js +31 -0
- package/dist/esm/token-list.entry.js +249 -0
- package/dist/esm/token-list_3.entry.js +294 -0
- package/dist/esm/token-radii.entry.js +21 -0
- package/dist/esm/token-ratios.entry.js +25 -0
- package/dist/esm/token-shadows.entry.js +30 -0
- package/dist/esm/token-spacing.entry.js +12 -0
- package/dist/esm/token-typography.entry.js +226 -0
- package/dist/esm/twitter-ac21b505.js +14 -0
- package/dist/esm/user-71ebdc15.js +16 -0
- package/dist/esm/youtube-efbfbdc4.js +14 -0
- package/dist/hydrate/index.d.ts +242 -0
- package/dist/hydrate/index.js +31353 -0
- package/dist/hydrate/index.mjs +31345 -0
- package/dist/hydrate/package.json +12 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/stencil.config.js +64 -0
- package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/components/stencil.config.d.ts +2 -0
- package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/index.d.ts +1 -0
- package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +46 -0
- package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/utils/src/index.d.ts +3 -0
- package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/utils/src/lib/analytics.d.ts +23 -0
- package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/utils/src/lib/color.d.ts +8 -0
- package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/utils/src/lib/keycloak.d.ts +30 -0
- package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/utils/src/lib/render.d.ts +8 -0
- package/dist/types/components/eds-accordion/eds-accordion.d.ts +81 -0
- package/dist/types/components/eds-accordion/eds-accordion.stories.d.ts +61 -0
- package/dist/types/components/eds-alert/eds-alert.d.ts +43 -0
- package/dist/types/components/eds-alert/eds-alert.stories.d.ts +46 -0
- package/dist/types/components/eds-avatar/eds-avatar.d.ts +57 -0
- package/dist/types/components/eds-avatar/eds-avatar.stories.d.ts +63 -0
- package/dist/types/components/eds-block-break/eds-block-break.d.ts +15 -0
- package/dist/types/components/eds-breadcrump/eds-breadcrumb.stories.d.ts +29 -0
- package/dist/types/components/eds-breadcrump/eds-breadcrump.d.ts +97 -0
- package/dist/types/components/eds-button/eds-button.d.ts +75 -0
- package/dist/types/components/eds-button/eds-button.stories.d.ts +62 -0
- package/dist/types/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.d.ts +23 -0
- package/dist/types/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.stories.d.ts +32 -0
- package/dist/types/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.d.ts +15 -0
- package/dist/types/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.d.ts +38 -0
- package/dist/types/components/eds-cards/eds-card-composer/eds-card-wrapper/eds-card-wrapper.d.ts +23 -0
- package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.d.ts +87 -0
- package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.stories.d.ts +94 -0
- package/dist/types/components/eds-cards/eds-card-project/eds-card-project.d.ts +54 -0
- package/dist/types/components/eds-cards/eds-card-tool/eds-card-tool.d.ts +79 -0
- package/dist/types/components/eds-code-block/eds-code-block.d.ts +15 -0
- package/dist/types/components/eds-dropdown/eds-dropdown.d.ts +120 -0
- package/dist/types/components/eds-form/eds-form.d.ts +112 -0
- package/dist/types/components/eds-form/eds-form.stories.d.ts +47 -0
- package/dist/types/components/eds-frame/eds-frame.d.ts +42 -0
- package/dist/types/components/eds-frame/eds-frame.stories.d.ts +45 -0
- package/dist/types/components/eds-icon-wrapper/eds-icon-wrapper.d.ts +28 -0
- package/dist/types/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.d.ts +10 -0
- package/dist/types/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.d.ts +10 -0
- package/dist/types/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.d.ts +10 -0
- package/dist/types/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-close/eds-icon-close.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-copy/eds-icon-copy.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-eu/eds-icon-eu.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-loader/eds-icon-loader.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-menu/eds-icon-menu.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-more/eds-icon-more.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-search/eds-icon-search.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-success/eds-icon-success.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-user/eds-icon-user.d.ts +10 -0
- package/dist/types/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.d.ts +10 -0
- package/dist/types/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.d.ts +10 -0
- package/dist/types/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.d.ts +10 -0
- package/dist/types/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.d.ts +10 -0
- package/dist/types/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.d.ts +10 -0
- package/dist/types/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.d.ts +10 -0
- package/dist/types/components/eds-img/eds-img.d.ts +70 -0
- package/dist/types/components/eds-img/eds-img.stories.d.ts +76 -0
- package/dist/types/components/eds-input-elements/eds-input/eds-input.d.ts +35 -0
- package/dist/types/components/eds-input-elements/eds-input-footer/eds-input-footer.d.ts +14 -0
- package/dist/types/components/eds-input-elements/eds-input-label/eds-input-label.d.ts +10 -0
- package/dist/types/components/eds-input-elements/eds-input-range/eds-input-range.d.ts +25 -0
- package/dist/types/components/eds-input-elements/eds-input-search/eds-input-search.d.ts +25 -0
- package/dist/types/components/eds-input-elements/eds-input-select/eds-input-select.d.ts +21 -0
- package/dist/types/components/eds-input-field/eds-input-field.d.ts +98 -0
- package/dist/types/components/eds-input-field/eds-input-field.stories.d.ts +92 -0
- package/dist/types/components/eds-link/eds-link.d.ts +83 -0
- package/dist/types/components/eds-link/eds-link.stories.d.ts +74 -0
- package/dist/types/components/eds-logo/eds-logo.d.ts +54 -0
- package/dist/types/components/eds-logo/eds-logo.stories.d.ts +25 -0
- package/dist/types/components/eds-modal/eds-modal.d.ts +44 -0
- package/dist/types/components/eds-modal/eds-modal.stories.d.ts +14 -0
- package/dist/types/components/eds-navigator/eds-navigator.d.ts +42 -0
- package/dist/types/components/eds-navigator/eds-navigator.stories.d.ts +46 -0
- package/dist/types/components/eds-pagination/eds-pagination.d.ts +98 -0
- package/dist/types/components/eds-pagination/eds-pagination.stories.d.ts +108 -0
- package/dist/types/components/eds-progress-bar/eds-progress-bar.d.ts +12 -0
- package/dist/types/components/eds-progress-bar/eds-progress-bar.stories.d.ts +24 -0
- package/dist/types/components/eds-rating/eds-rating.d.ts +36 -0
- package/dist/types/components/eds-rating/eds-rating.stories.d.ts +51 -0
- package/dist/types/components/eds-section/eds-section-core/eds-section-core.d.ts +28 -0
- package/dist/types/components/eds-section/eds-section-core/eds-section-core.stories.d.ts +26 -0
- package/dist/types/components/eds-section/eds-section-heading/eds-section-heading.d.ts +38 -0
- package/dist/types/components/eds-tab/eds-tab.d.ts +15 -0
- package/dist/types/components/eds-table/eds-table.d.ts +66 -0
- package/dist/types/components/eds-table/eds-table.stories.d.ts +147 -0
- package/dist/types/components/eds-tag/eds-tag.d.ts +34 -0
- package/dist/types/components/eds-tag/eds-tag.stories.d.ts +28 -0
- package/dist/types/components/eds-toast/eds-toast.d.ts +28 -0
- package/dist/types/components/eds-toast/eds-toast.stories.d.ts +33 -0
- package/dist/types/components/eds-tooltip/eds-tooltip.d.ts +47 -0
- package/dist/types/components/eds-tooltip/eds-tooltip.stories.d.ts +19 -0
- package/dist/types/components.d.ts +4918 -0
- package/dist/types/eds-docs-ui/colors/color-palette/primary.d.ts +7 -0
- package/dist/types/eds-docs-ui/colors/color-palette/secondary.d.ts +8 -0
- package/dist/types/eds-docs-ui/colors/color-palette/support.d.ts +7 -0
- package/dist/types/eds-docs-ui/colors/gradient-palette/primary.d.ts +7 -0
- package/dist/types/eds-docs-ui/colors/gradient-palette/secondary.d.ts +7 -0
- package/dist/types/eds-docs-ui/colors/gradient-palette/support.d.ts +7 -0
- package/dist/types/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.d.ts +10 -0
- package/dist/types/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.d.ts +10 -0
- package/dist/types/eds-docs-ui/design-tokens/token-list/token-list.d.ts +11 -0
- package/dist/types/eds-docs-ui/design-tokens/token-list/token-list.stories.d.ts +25 -0
- package/dist/types/eds-docs-ui/design-tokens/token-radii/token-radii.d.ts +6 -0
- package/dist/types/eds-docs-ui/design-tokens/token-ratios/token-ratios.d.ts +6 -0
- package/dist/types/eds-docs-ui/design-tokens/token-shadows/token-shadows.d.ts +6 -0
- package/dist/types/eds-docs-ui/design-tokens/token-spacing/token-spacing.d.ts +6 -0
- package/dist/types/eds-docs-ui/design-tokens/token-typography/token-typography.d.ts +6 -0
- package/dist/types/eds-docs-ui/eds-components-section/eds-components-section.d.ts +9 -0
- package/dist/types/eds-docs-ui/eds-docs-palettes/eds-docs-palettes.d.ts +9 -0
- package/dist/types/eds-docs-ui/eds-docs-tokens/eds-docs-tokens.d.ts +9 -0
- package/dist/types/eds-docs-ui/eds-svg-repository/eds-svg-repository.d.ts +7 -0
- package/dist/types/eds-docs-ui/functional/angular.d.ts +2 -0
- package/dist/types/eds-docs-ui/functional/installation.d.ts +2 -0
- package/dist/types/eds-docs-ui/functional/overview.d.ts +2 -0
- package/dist/types/eds-docs-ui/functional/react.d.ts +2 -0
- package/dist/types/eds-docs-ui/functional/usage.d.ts +2 -0
- package/dist/types/eds-docs-ui/functional/vue.d.ts +2 -0
- package/dist/types/eds-docs-ui/logo/logo-space/logo-space.d.ts +6 -0
- package/dist/types/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.d.ts +12 -0
- package/dist/types/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.d.ts +12 -0
- package/dist/types/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.d.ts +6 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/shared-ui/eds-card-section/eds-card-section.d.ts +43 -0
- package/dist/types/shared-ui/eds-card-section/eds-card-section.stories.d.ts +33 -0
- package/dist/types/shared-ui/eds-footer/eds-footer.d.ts +74 -0
- package/dist/types/shared-ui/eds-footer/eds-footer.stories.d.ts +43 -0
- package/dist/types/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.d.ts +57 -0
- package/dist/types/shared-ui/eds-header/eds-header.d.ts +98 -0
- package/dist/types/shared-ui/eds-header/eds-header.stories.d.ts +53 -0
- package/dist/types/shared-ui/eds-login/eds-login.d.ts +50 -0
- package/dist/types/shared-ui/eds-login/eds-login.stories.d.ts +33 -0
- package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.d.ts +77 -0
- package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.d.ts +30 -0
- package/dist/types/shared-ui/eds-social-networks/eds-social-networks.d.ts +25 -0
- package/dist/types/shared-ui/eds-tabs/eds-tabs.d.ts +43 -0
- package/dist/types/shared-ui/eds-tabs/eds-tabs.stories.d.ts +14 -0
- package/dist/types/shared-ui/eds-tabs-content/eds-tabs-content.d.ts +36 -0
- package/dist/types/shared-ui/eds-tabs-content/eds-tabs-content.stories.d.ts +16 -0
- package/dist/types/shared-ui/eds-toast-manager/eds-toast-manager.d.ts +19 -0
- package/dist/types/shared-ui/eds-toast-manager/eds-toast-manager.stories.d.ts +12 -0
- package/dist/types/shared-ui/eds-user/eds-user.d.ts +81 -0
- package/dist/types/shared-ui/eds-user-modal/eds-user-modal.d.ts +47 -0
- package/dist/types/stencil-public-runtime.d.ts +1678 -0
- package/dist/types/types/global.d.ts +10 -0
- package/dist/types/utils/keycloak.d.ts +31 -0
- package/dist/types/utils/toastManager.d.ts +15 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/loader/package.json +11 -0
- package/package.json +20 -0
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-b384416e.js';
|
|
2
|
+
|
|
3
|
+
const colors = {
|
|
4
|
+
tokens: {
|
|
5
|
+
// grey
|
|
6
|
+
'grey-100': '#f8f8f8',
|
|
7
|
+
'grey-200': '#f2f2f2',
|
|
8
|
+
'grey-300': '#e6e6e6',
|
|
9
|
+
'grey-400': '#d8d8d8',
|
|
10
|
+
'grey-500': '#8c8c8c',
|
|
11
|
+
'grey-600': '#6e6e6e',
|
|
12
|
+
'grey-700': '#666666',
|
|
13
|
+
'grey-800': '#4d4d4d',
|
|
14
|
+
'grey-900': '#242424',
|
|
15
|
+
|
|
16
|
+
// green
|
|
17
|
+
'green-100': '#eaffee',
|
|
18
|
+
'green-200': '#d3ffdc',
|
|
19
|
+
'green-300': '#9dffb4',
|
|
20
|
+
'green-400': '#63fb92',
|
|
21
|
+
'green-500': '#00e766',
|
|
22
|
+
'green-600': '#00c959',
|
|
23
|
+
'green-700': '#009d45',
|
|
24
|
+
'green-800': '#007734',
|
|
25
|
+
'green-900': '#004f23',
|
|
26
|
+
|
|
27
|
+
// yellow
|
|
28
|
+
'yellow-100': '#fefee5',
|
|
29
|
+
'yellow-200': '#ffffcb',
|
|
30
|
+
'yellow-300': '#fdfdaa',
|
|
31
|
+
'yellow-400': '#ffff8b',
|
|
32
|
+
'yellow-500': '#ffff51',
|
|
33
|
+
'yellow-600': '#f3f30a',
|
|
34
|
+
'yellow-700': '#d7d72b',
|
|
35
|
+
'yellow-800': '#9a9a1e',
|
|
36
|
+
'yellow-900': '#636313',
|
|
37
|
+
|
|
38
|
+
// orange
|
|
39
|
+
'orange-100': '#fff4ee',
|
|
40
|
+
'orange-200': '#ffeade',
|
|
41
|
+
'orange-300': '#ffdcc5',
|
|
42
|
+
'orange-400': '#ffcca9',
|
|
43
|
+
'orange-500': '#ffb87e',
|
|
44
|
+
'orange-600': '#ffa543',
|
|
45
|
+
'orange-700': '#cb7f28',
|
|
46
|
+
'orange-800': '#995f1e',
|
|
47
|
+
'orange-900': '#653f14',
|
|
48
|
+
|
|
49
|
+
// red
|
|
50
|
+
'red-100': '#feefef',
|
|
51
|
+
'red-200': '#ffe0e1',
|
|
52
|
+
'red-300': '#ffc7c9',
|
|
53
|
+
'red-400': '#ff9ea2',
|
|
54
|
+
'red-500': '#ff7a7f',
|
|
55
|
+
'red-600': '#ff4d68',
|
|
56
|
+
'red-700': '#d01111',
|
|
57
|
+
'red-800': '#a3001a',
|
|
58
|
+
'red-900': '#6f0011',
|
|
59
|
+
|
|
60
|
+
// purple
|
|
61
|
+
'purple-100': '#f9f3ff',
|
|
62
|
+
'purple-200': '#f4e8ff',
|
|
63
|
+
'purple-300': '#e9ceff',
|
|
64
|
+
'purple-400': '#ddb1ff',
|
|
65
|
+
'purple-500': '#d18fff',
|
|
66
|
+
'purple-600': '#c461ff',
|
|
67
|
+
'purple-700': '#af56e4',
|
|
68
|
+
'purple-800': '#8337b1',
|
|
69
|
+
'purple-900': '#3d1e4f',
|
|
70
|
+
|
|
71
|
+
// blue
|
|
72
|
+
'blue-100': '#eff0ff',
|
|
73
|
+
'blue-200': '#dee0ff',
|
|
74
|
+
'blue-300': '#caceff',
|
|
75
|
+
'blue-400': '#b2b8ff',
|
|
76
|
+
'blue-500': '#7a89f5',
|
|
77
|
+
'blue-600': '#2b69fc',
|
|
78
|
+
'blue-700': '#0034cb',
|
|
79
|
+
'blue-800': '#002799',
|
|
80
|
+
'blue-900': '#001a65',
|
|
81
|
+
|
|
82
|
+
// cyan
|
|
83
|
+
'cyan-100': '#E0EEFF',
|
|
84
|
+
'cyan-200': '#D3E6FF',
|
|
85
|
+
'cyan-300': '#B5D8FF',
|
|
86
|
+
'cyan-400': '#92C8FF',
|
|
87
|
+
'cyan-500': '#6CBFFE',
|
|
88
|
+
'cyan-600': '#3FA9F5',
|
|
89
|
+
'cyan-700': '#267FBE',
|
|
90
|
+
'cyan-800': '#1F689B',
|
|
91
|
+
'cyan-900': '#15496D',
|
|
92
|
+
|
|
93
|
+
// Generics
|
|
94
|
+
black: '#000000',
|
|
95
|
+
white: '#ffffff',
|
|
96
|
+
transparent: 'transparent',
|
|
97
|
+
current: 'currentColor'
|
|
98
|
+
},
|
|
99
|
+
border: {
|
|
100
|
+
default: 'black',
|
|
101
|
+
inverse: 'white',
|
|
102
|
+
'inverse-soft': 'rgba(255, 255, 255, 0.3)',
|
|
103
|
+
'inverse-softer': 'rgba(255, 255, 255, 0.15)',
|
|
104
|
+
soft: 'rgba(0, 0, 0, .15 )',
|
|
105
|
+
softer: 'rgba(0, 0, 0, .1 )',
|
|
106
|
+
softest: 'rgba(0, 0, 0, .05 )',
|
|
107
|
+
accent: 'green-500',
|
|
108
|
+
error: 'red-700',
|
|
109
|
+
current: 'currentColor',
|
|
110
|
+
transparent: 'transparent'
|
|
111
|
+
},
|
|
112
|
+
text: {
|
|
113
|
+
inverse: 'white',
|
|
114
|
+
default: 'black',
|
|
115
|
+
current: 'currentColor',
|
|
116
|
+
transparent: 'transparent',
|
|
117
|
+
light: 'grey-700',
|
|
118
|
+
lighter: 'grey-600',
|
|
119
|
+
lightest: 'grey-500',
|
|
120
|
+
'extra-light': 'grey-300',
|
|
121
|
+
success: 'green-800',
|
|
122
|
+
warning: 'yellow-900',
|
|
123
|
+
error: 'red-700',
|
|
124
|
+
accent: 'green-500',
|
|
125
|
+
'on-gradient': 'rgba(0, 0, 0, 0.55)'
|
|
126
|
+
},
|
|
127
|
+
background: {
|
|
128
|
+
default: 'grey-200',
|
|
129
|
+
inverse: 'white',
|
|
130
|
+
'inverse-soft': 'rgba(255, 255, 255, .2)',
|
|
131
|
+
'inverse-softer': 'rgba(255, 255, 255, .15)',
|
|
132
|
+
dark: 'grey-300',
|
|
133
|
+
darker: 'grey-400',
|
|
134
|
+
strong: 'grey-700',
|
|
135
|
+
'strong-dark': 'grey-800',
|
|
136
|
+
stronger: 'grey-900',
|
|
137
|
+
strongest: 'black',
|
|
138
|
+
'strongest-soft': 'rgba(0, 0, 0, .05)',
|
|
139
|
+
accent: 'green-500',
|
|
140
|
+
'accent-dark': 'green-600',
|
|
141
|
+
'accent-darker': 'green-800',
|
|
142
|
+
success: 'green-200',
|
|
143
|
+
warning: 'yellow-200',
|
|
144
|
+
error: 'red-200',
|
|
145
|
+
current: 'currentColor',
|
|
146
|
+
transparent: 'transparent',
|
|
147
|
+
overlay: 'rgba(0, 0, 0, 0.25)',
|
|
148
|
+
'on-gradient': 'rgba(0, 0, 0, 0.1)',
|
|
149
|
+
'on-dark': 'rgba(255, 255, 255, 0.2)'
|
|
150
|
+
},
|
|
151
|
+
underline: {
|
|
152
|
+
accent: 'green-500',
|
|
153
|
+
light: 'grey-700',
|
|
154
|
+
lighter: 'grey-600',
|
|
155
|
+
lightest: 'grey-500',
|
|
156
|
+
'extra-light': 'grey-300'
|
|
157
|
+
},
|
|
158
|
+
outline: { default: 'black', accent: 'green-500' },
|
|
159
|
+
/**
|
|
160
|
+
* Gradients token are created manually inside gradients.css utility file.
|
|
161
|
+
* This mapping is here to generate gradients view inside storybook
|
|
162
|
+
* @file: ui-components/src/assets/styles/utilities/gradient.css
|
|
163
|
+
*/
|
|
164
|
+
gradients: {
|
|
165
|
+
'gradient-01-top': 'gradient-01-top',
|
|
166
|
+
'gradient-02-top': 'gradient-02-top',
|
|
167
|
+
'gradient-03-top': 'gradient-03-top',
|
|
168
|
+
'gradient-04-top': 'gradient-04-top',
|
|
169
|
+
'gradient-01-bottom': 'gradient-01-bottom',
|
|
170
|
+
'gradient-02-bottom': 'gradient-02-bottom',
|
|
171
|
+
'gradient-03-bottom': 'gradient-03-bottom',
|
|
172
|
+
'gradient-04-bottom': 'gradient-04-bottom'
|
|
173
|
+
}
|
|
174
|
+
};
|
|
175
|
+
|
|
176
|
+
const TokenList = class {
|
|
177
|
+
constructor(hostRef) {
|
|
178
|
+
registerInstance(this, hostRef);
|
|
179
|
+
this.show = undefined;
|
|
180
|
+
}
|
|
181
|
+
getTextColor(value) {
|
|
182
|
+
if (value.startsWith('rgba') || value.startsWith('rgb')) {
|
|
183
|
+
const rgba = value
|
|
184
|
+
.replace(/rgba?\(/, '')
|
|
185
|
+
.replace(')', '')
|
|
186
|
+
.split(',')
|
|
187
|
+
.map((v) => parseFloat(v.trim()));
|
|
188
|
+
const r = rgba[0];
|
|
189
|
+
const g = rgba[1];
|
|
190
|
+
const b = rgba[2];
|
|
191
|
+
const brightness = (0.299 * r + 0.587 * g + 0.114 * b) / 255;
|
|
192
|
+
return brightness > 0.5 ? 'text-default' : 'text-inverse';
|
|
193
|
+
}
|
|
194
|
+
else if (value.startsWith('#')) {
|
|
195
|
+
const color = value.replace('#', '');
|
|
196
|
+
const r = parseInt(color.substring(0, 2), 16);
|
|
197
|
+
const g = parseInt(color.substring(2, 4), 16);
|
|
198
|
+
const b = parseInt(color.substring(4, 6), 16);
|
|
199
|
+
const brightness = (0.299 * r + 0.587 * g + 0.114 * b) / 255;
|
|
200
|
+
return brightness > 0.5 ? 'text-default' : 'text-inverse';
|
|
201
|
+
}
|
|
202
|
+
return 'text-default';
|
|
203
|
+
}
|
|
204
|
+
resolveColor(value) {
|
|
205
|
+
if (colors.tokens[value]) {
|
|
206
|
+
return colors.tokens[value];
|
|
207
|
+
}
|
|
208
|
+
return value;
|
|
209
|
+
}
|
|
210
|
+
renderSection(sectionName, sectionContent) {
|
|
211
|
+
if (sectionName === 'tokens') {
|
|
212
|
+
const groupedTokens = this.groupTokensByCategory(sectionContent);
|
|
213
|
+
return Object.entries(groupedTokens).map(([, tokens]) => (h("ul", { class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, tokens.map((token) => {
|
|
214
|
+
const tokenName = Object.keys(token)[0];
|
|
215
|
+
const tokenValue = this.resolveColor(token[tokenName]);
|
|
216
|
+
const textColorClass = this.getTextColor(tokenValue);
|
|
217
|
+
return (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "effect-height items-center justify-between p-16 hidden lg:flex", style: { backgroundColor: tokenValue } }, h("span", { class: `${textColorClass} f-body-02` }, tokenName), h("div", { class: "inline-flex" }, h("eds-code-block", { code: tokenValue, language: "hex", class: "min-w-[210px] mr-4" }), h("eds-code-block", { language: "css", code: `var(--${tokenName})`, class: "min-w-[210px]" }))), h("div", { class: "effect-height items-center justify-between p-16 block lg:hidden", style: { backgroundColor: tokenValue } }, h("span", { class: `${textColorClass} f-body-02` }, tokenName), h("div", { class: "inline block" }, h("eds-code-block", { code: tokenValue, class: "min-w-[210px] mb-4" }), h("eds-code-block", { code: `var(--${tokenName})`, class: "min-w-[210px]" })))));
|
|
218
|
+
}))));
|
|
219
|
+
}
|
|
220
|
+
return (h("ul", { class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(sectionContent).map(([key, value]) => {
|
|
221
|
+
const resolvedValue = this.resolveColor(value);
|
|
222
|
+
const textColorClass = this.getTextColor(resolvedValue);
|
|
223
|
+
const style = resolvedValue.startsWith('#') || resolvedValue.startsWith('rgb')
|
|
224
|
+
? { backgroundColor: resolvedValue }
|
|
225
|
+
: { border: `2px solid ${resolvedValue}` };
|
|
226
|
+
return (h("li", { class: "grid-col-span-12 md:grid-col-span-4 flex flex-col" }, h("div", { class: "effect-height block lg:flex items-center justify-between p-16", style: style }, h("div", { class: "w-full flex" }, h("span", { class: `${textColorClass} mr-auto font-bold` }, key), h("span", { class: `${textColorClass} ml-auto mr-4 font-bold` }, value)), h("span", { class: `${textColorClass}` }, sectionName === 'background' ? (h("eds-code-block", { code: `bg-${key}`, class: "min-w-[210px] mr-4" })) : (h("eds-code-block", { code: `${sectionName}-${key}`, class: sectionName === 'border' ? 'min-w-[250px] mr-4' : 'min-w-[210px] mr-4' }))))));
|
|
227
|
+
})));
|
|
228
|
+
}
|
|
229
|
+
groupTokensByCategory(tokens) {
|
|
230
|
+
const grouped = {};
|
|
231
|
+
Object.entries(tokens).forEach(([key, value]) => {
|
|
232
|
+
const category = key.split('-')[0];
|
|
233
|
+
if (!grouped[category]) {
|
|
234
|
+
grouped[category] = [];
|
|
235
|
+
}
|
|
236
|
+
grouped[category].push({ [key]: value });
|
|
237
|
+
});
|
|
238
|
+
return grouped;
|
|
239
|
+
}
|
|
240
|
+
render() {
|
|
241
|
+
// Check if `show` prop is provided; if not, display all sections
|
|
242
|
+
const sectionsToDisplay = this.show ? { [this.show]: colors[this.show] } : colors;
|
|
243
|
+
return (h("section", { key: '3e1da1cf339496fb351d4ab2c6238ac389bccc10', class: "w-full mt-28" }, Object.entries(sectionsToDisplay).map(([sectionName, sectionContent]) =>
|
|
244
|
+
// Only render sections that exist in `colors`
|
|
245
|
+
sectionContent ? this.renderSection(sectionName, sectionContent) : null)));
|
|
246
|
+
}
|
|
247
|
+
};
|
|
248
|
+
|
|
249
|
+
export { TokenList as token_list };
|
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-f1426055.js';
|
|
2
|
+
|
|
3
|
+
const colors = {
|
|
4
|
+
tokens: {
|
|
5
|
+
// grey
|
|
6
|
+
'grey-100': '#f8f8f8',
|
|
7
|
+
'grey-200': '#f2f2f2',
|
|
8
|
+
'grey-300': '#e6e6e6',
|
|
9
|
+
'grey-400': '#d8d8d8',
|
|
10
|
+
'grey-500': '#8c8c8c',
|
|
11
|
+
'grey-600': '#6e6e6e',
|
|
12
|
+
'grey-700': '#666666',
|
|
13
|
+
'grey-800': '#4d4d4d',
|
|
14
|
+
'grey-900': '#242424',
|
|
15
|
+
|
|
16
|
+
// green
|
|
17
|
+
'green-100': '#eaffee',
|
|
18
|
+
'green-200': '#d3ffdc',
|
|
19
|
+
'green-300': '#9dffb4',
|
|
20
|
+
'green-400': '#63fb92',
|
|
21
|
+
'green-500': '#00e766',
|
|
22
|
+
'green-600': '#00c959',
|
|
23
|
+
'green-700': '#009d45',
|
|
24
|
+
'green-800': '#007734',
|
|
25
|
+
'green-900': '#004f23',
|
|
26
|
+
|
|
27
|
+
// yellow
|
|
28
|
+
'yellow-100': '#fefee5',
|
|
29
|
+
'yellow-200': '#ffffcb',
|
|
30
|
+
'yellow-300': '#fdfdaa',
|
|
31
|
+
'yellow-400': '#ffff8b',
|
|
32
|
+
'yellow-500': '#ffff51',
|
|
33
|
+
'yellow-600': '#f3f30a',
|
|
34
|
+
'yellow-700': '#d7d72b',
|
|
35
|
+
'yellow-800': '#9a9a1e',
|
|
36
|
+
'yellow-900': '#636313',
|
|
37
|
+
|
|
38
|
+
// orange
|
|
39
|
+
'orange-100': '#fff4ee',
|
|
40
|
+
'orange-200': '#ffeade',
|
|
41
|
+
'orange-300': '#ffdcc5',
|
|
42
|
+
'orange-400': '#ffcca9',
|
|
43
|
+
'orange-500': '#ffb87e',
|
|
44
|
+
'orange-600': '#ffa543',
|
|
45
|
+
'orange-700': '#cb7f28',
|
|
46
|
+
'orange-800': '#995f1e',
|
|
47
|
+
'orange-900': '#653f14',
|
|
48
|
+
|
|
49
|
+
// red
|
|
50
|
+
'red-100': '#feefef',
|
|
51
|
+
'red-200': '#ffe0e1',
|
|
52
|
+
'red-300': '#ffc7c9',
|
|
53
|
+
'red-400': '#ff9ea2',
|
|
54
|
+
'red-500': '#ff7a7f',
|
|
55
|
+
'red-600': '#ff4d68',
|
|
56
|
+
'red-700': '#d01111',
|
|
57
|
+
'red-800': '#a3001a',
|
|
58
|
+
'red-900': '#6f0011',
|
|
59
|
+
|
|
60
|
+
// purple
|
|
61
|
+
'purple-100': '#f9f3ff',
|
|
62
|
+
'purple-200': '#f4e8ff',
|
|
63
|
+
'purple-300': '#e9ceff',
|
|
64
|
+
'purple-400': '#ddb1ff',
|
|
65
|
+
'purple-500': '#d18fff',
|
|
66
|
+
'purple-600': '#c461ff',
|
|
67
|
+
'purple-700': '#af56e4',
|
|
68
|
+
'purple-800': '#8337b1',
|
|
69
|
+
'purple-900': '#3d1e4f',
|
|
70
|
+
|
|
71
|
+
// blue
|
|
72
|
+
'blue-100': '#eff0ff',
|
|
73
|
+
'blue-200': '#dee0ff',
|
|
74
|
+
'blue-300': '#caceff',
|
|
75
|
+
'blue-400': '#b2b8ff',
|
|
76
|
+
'blue-500': '#7a89f5',
|
|
77
|
+
'blue-600': '#2b69fc',
|
|
78
|
+
'blue-700': '#0034cb',
|
|
79
|
+
'blue-800': '#002799',
|
|
80
|
+
'blue-900': '#001a65',
|
|
81
|
+
|
|
82
|
+
// cyan
|
|
83
|
+
'cyan-100': '#E0EEFF',
|
|
84
|
+
'cyan-200': '#D3E6FF',
|
|
85
|
+
'cyan-300': '#B5D8FF',
|
|
86
|
+
'cyan-400': '#92C8FF',
|
|
87
|
+
'cyan-500': '#6CBFFE',
|
|
88
|
+
'cyan-600': '#3FA9F5',
|
|
89
|
+
'cyan-700': '#267FBE',
|
|
90
|
+
'cyan-800': '#1F689B',
|
|
91
|
+
'cyan-900': '#15496D',
|
|
92
|
+
|
|
93
|
+
// Generics
|
|
94
|
+
black: '#000000',
|
|
95
|
+
white: '#ffffff',
|
|
96
|
+
transparent: 'transparent',
|
|
97
|
+
current: 'currentColor'
|
|
98
|
+
},
|
|
99
|
+
border: {
|
|
100
|
+
default: 'black',
|
|
101
|
+
inverse: 'white',
|
|
102
|
+
'inverse-soft': 'rgba(255, 255, 255, 0.3)',
|
|
103
|
+
'inverse-softer': 'rgba(255, 255, 255, 0.15)',
|
|
104
|
+
soft: 'rgba(0, 0, 0, .15 )',
|
|
105
|
+
softer: 'rgba(0, 0, 0, .1 )',
|
|
106
|
+
softest: 'rgba(0, 0, 0, .05 )',
|
|
107
|
+
accent: 'green-500',
|
|
108
|
+
error: 'red-700',
|
|
109
|
+
current: 'currentColor',
|
|
110
|
+
transparent: 'transparent'
|
|
111
|
+
},
|
|
112
|
+
text: {
|
|
113
|
+
inverse: 'white',
|
|
114
|
+
default: 'black',
|
|
115
|
+
current: 'currentColor',
|
|
116
|
+
transparent: 'transparent',
|
|
117
|
+
light: 'grey-700',
|
|
118
|
+
lighter: 'grey-600',
|
|
119
|
+
lightest: 'grey-500',
|
|
120
|
+
'extra-light': 'grey-300',
|
|
121
|
+
success: 'green-800',
|
|
122
|
+
warning: 'yellow-900',
|
|
123
|
+
error: 'red-700',
|
|
124
|
+
accent: 'green-500',
|
|
125
|
+
'on-gradient': 'rgba(0, 0, 0, 0.55)'
|
|
126
|
+
},
|
|
127
|
+
background: {
|
|
128
|
+
default: 'grey-200',
|
|
129
|
+
inverse: 'white',
|
|
130
|
+
'inverse-soft': 'rgba(255, 255, 255, .2)',
|
|
131
|
+
'inverse-softer': 'rgba(255, 255, 255, .15)',
|
|
132
|
+
dark: 'grey-300',
|
|
133
|
+
darker: 'grey-400',
|
|
134
|
+
strong: 'grey-700',
|
|
135
|
+
'strong-dark': 'grey-800',
|
|
136
|
+
stronger: 'grey-900',
|
|
137
|
+
strongest: 'black',
|
|
138
|
+
'strongest-soft': 'rgba(0, 0, 0, .05)',
|
|
139
|
+
accent: 'green-500',
|
|
140
|
+
'accent-dark': 'green-600',
|
|
141
|
+
'accent-darker': 'green-800',
|
|
142
|
+
success: 'green-200',
|
|
143
|
+
warning: 'yellow-200',
|
|
144
|
+
error: 'red-200',
|
|
145
|
+
current: 'currentColor',
|
|
146
|
+
transparent: 'transparent',
|
|
147
|
+
overlay: 'rgba(0, 0, 0, 0.25)',
|
|
148
|
+
'on-gradient': 'rgba(0, 0, 0, 0.1)',
|
|
149
|
+
'on-dark': 'rgba(255, 255, 255, 0.2)'
|
|
150
|
+
},
|
|
151
|
+
underline: {
|
|
152
|
+
accent: 'green-500',
|
|
153
|
+
light: 'grey-700',
|
|
154
|
+
lighter: 'grey-600',
|
|
155
|
+
lightest: 'grey-500',
|
|
156
|
+
'extra-light': 'grey-300'
|
|
157
|
+
},
|
|
158
|
+
outline: { default: 'black', accent: 'green-500' },
|
|
159
|
+
/**
|
|
160
|
+
* Gradients token are created manually inside gradients.css utility file.
|
|
161
|
+
* This mapping is here to generate gradients view inside storybook
|
|
162
|
+
* @file: ui-components/src/assets/styles/utilities/gradient.css
|
|
163
|
+
*/
|
|
164
|
+
gradients: {
|
|
165
|
+
'gradient-01-top': 'gradient-01-top',
|
|
166
|
+
'gradient-02-top': 'gradient-02-top',
|
|
167
|
+
'gradient-03-top': 'gradient-03-top',
|
|
168
|
+
'gradient-04-top': 'gradient-04-top',
|
|
169
|
+
'gradient-01-bottom': 'gradient-01-bottom',
|
|
170
|
+
'gradient-02-bottom': 'gradient-02-bottom',
|
|
171
|
+
'gradient-03-bottom': 'gradient-03-bottom',
|
|
172
|
+
'gradient-04-bottom': 'gradient-04-bottom'
|
|
173
|
+
}
|
|
174
|
+
};
|
|
175
|
+
|
|
176
|
+
const TokenList = class {
|
|
177
|
+
constructor(hostRef) {
|
|
178
|
+
registerInstance(this, hostRef);
|
|
179
|
+
this.show = undefined;
|
|
180
|
+
}
|
|
181
|
+
getTextColor(value) {
|
|
182
|
+
if (value.startsWith('rgba') || value.startsWith('rgb')) {
|
|
183
|
+
const rgba = value
|
|
184
|
+
.replace(/rgba?\(/, '')
|
|
185
|
+
.replace(')', '')
|
|
186
|
+
.split(',')
|
|
187
|
+
.map((v) => parseFloat(v.trim()));
|
|
188
|
+
const r = rgba[0];
|
|
189
|
+
const g = rgba[1];
|
|
190
|
+
const b = rgba[2];
|
|
191
|
+
const brightness = (0.299 * r + 0.587 * g + 0.114 * b) / 255;
|
|
192
|
+
return brightness > 0.5 ? 'text-default' : 'text-inverse';
|
|
193
|
+
}
|
|
194
|
+
else if (value.startsWith('#')) {
|
|
195
|
+
const color = value.replace('#', '');
|
|
196
|
+
const r = parseInt(color.substring(0, 2), 16);
|
|
197
|
+
const g = parseInt(color.substring(2, 4), 16);
|
|
198
|
+
const b = parseInt(color.substring(4, 6), 16);
|
|
199
|
+
const brightness = (0.299 * r + 0.587 * g + 0.114 * b) / 255;
|
|
200
|
+
return brightness > 0.5 ? 'text-default' : 'text-inverse';
|
|
201
|
+
}
|
|
202
|
+
return 'text-default';
|
|
203
|
+
}
|
|
204
|
+
resolveColor(value) {
|
|
205
|
+
if (colors.tokens[value]) {
|
|
206
|
+
return colors.tokens[value];
|
|
207
|
+
}
|
|
208
|
+
return value;
|
|
209
|
+
}
|
|
210
|
+
renderSection(sectionName, sectionContent) {
|
|
211
|
+
if (sectionName === 'tokens') {
|
|
212
|
+
const groupedTokens = this.groupTokensByCategory(sectionContent);
|
|
213
|
+
return Object.entries(groupedTokens).map(([, tokens]) => (h("ul", { class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, tokens.map((token) => {
|
|
214
|
+
const tokenName = Object.keys(token)[0];
|
|
215
|
+
const tokenValue = this.resolveColor(token[tokenName]);
|
|
216
|
+
const textColorClass = this.getTextColor(tokenValue);
|
|
217
|
+
return (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "effect-height items-center justify-between p-16 hidden lg:flex", style: { backgroundColor: tokenValue } }, h("span", { class: `${textColorClass} f-body-02` }, tokenName), h("div", { class: "inline-flex" }, h("eds-code-block", { code: tokenValue, language: "hex", class: "min-w-[210px] mr-4" }), h("eds-code-block", { language: "css", code: `var(--${tokenName})`, class: "min-w-[210px]" }))), h("div", { class: "effect-height items-center justify-between p-16 block lg:hidden", style: { backgroundColor: tokenValue } }, h("span", { class: `${textColorClass} f-body-02` }, tokenName), h("div", { class: "inline block" }, h("eds-code-block", { code: tokenValue, class: "min-w-[210px] mb-4" }), h("eds-code-block", { code: `var(--${tokenName})`, class: "min-w-[210px]" })))));
|
|
218
|
+
}))));
|
|
219
|
+
}
|
|
220
|
+
return (h("ul", { class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(sectionContent).map(([key, value]) => {
|
|
221
|
+
const resolvedValue = this.resolveColor(value);
|
|
222
|
+
const textColorClass = this.getTextColor(resolvedValue);
|
|
223
|
+
const style = resolvedValue.startsWith('#') || resolvedValue.startsWith('rgb')
|
|
224
|
+
? { backgroundColor: resolvedValue }
|
|
225
|
+
: { border: `2px solid ${resolvedValue}` };
|
|
226
|
+
return (h("li", { class: "grid-col-span-12 md:grid-col-span-4 flex flex-col" }, h("div", { class: "effect-height block lg:flex items-center justify-between p-16", style: style }, h("div", { class: "w-full flex" }, h("span", { class: `${textColorClass} mr-auto font-bold` }, key), h("span", { class: `${textColorClass} ml-auto mr-4 font-bold` }, value)), h("span", { class: `${textColorClass}` }, sectionName === 'background' ? (h("eds-code-block", { code: `bg-${key}`, class: "min-w-[210px] mr-4" })) : (h("eds-code-block", { code: `${sectionName}-${key}`, class: sectionName === 'border' ? 'min-w-[250px] mr-4' : 'min-w-[210px] mr-4' }))))));
|
|
227
|
+
})));
|
|
228
|
+
}
|
|
229
|
+
groupTokensByCategory(tokens) {
|
|
230
|
+
const grouped = {};
|
|
231
|
+
Object.entries(tokens).forEach(([key, value]) => {
|
|
232
|
+
const category = key.split('-')[0];
|
|
233
|
+
if (!grouped[category]) {
|
|
234
|
+
grouped[category] = [];
|
|
235
|
+
}
|
|
236
|
+
grouped[category].push({ [key]: value });
|
|
237
|
+
});
|
|
238
|
+
return grouped;
|
|
239
|
+
}
|
|
240
|
+
render() {
|
|
241
|
+
// Check if `show` prop is provided; if not, display all sections
|
|
242
|
+
const sectionsToDisplay = this.show ? { [this.show]: colors[this.show] } : colors;
|
|
243
|
+
return (h("section", { key: '3e1da1cf339496fb351d4ab2c6238ac389bccc10', class: "w-full mt-28" }, Object.entries(sectionsToDisplay).map(([sectionName, sectionContent]) =>
|
|
244
|
+
// Only render sections that exist in `colors`
|
|
245
|
+
sectionContent ? this.renderSection(sectionName, sectionContent) : null)));
|
|
246
|
+
}
|
|
247
|
+
};
|
|
248
|
+
|
|
249
|
+
const radii = {
|
|
250
|
+
xxs: '2px',
|
|
251
|
+
xs: '4px',
|
|
252
|
+
sm: '8px',
|
|
253
|
+
md: '12px',
|
|
254
|
+
lg: '16px',
|
|
255
|
+
pill: '100px'
|
|
256
|
+
};
|
|
257
|
+
|
|
258
|
+
const TokenRadii = class {
|
|
259
|
+
constructor(hostRef) {
|
|
260
|
+
registerInstance(this, hostRef);
|
|
261
|
+
}
|
|
262
|
+
render() {
|
|
263
|
+
return (h("section", { key: '16cab4ed90701a89fe7586cb29e85e01156a2f9a', class: "w-full mt-28" }, h("ul", { key: 'e997b51855eb94a8cda474ce537ab81c88938ca9', class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(radii).map(([key, value]) => (h("li", { class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { class: `w-full p-16 block lg:flex items-center justify-center text-center border-3 border-soft rounded-${key}` }, h("eds-code-block", { language: "Utility Class", code: `rounded-${key}`, class: "mx-auto min-w-[200px] sm:mb-4 sm:max-w-[200px] mr-auto" }), h("eds-code-block", { code: `border-radius:${value}`, language: "css", class: "mx-auto min-w-[200px] sm:max-w-[200px] ml-auto" }))))))));
|
|
264
|
+
}
|
|
265
|
+
};
|
|
266
|
+
|
|
267
|
+
const shadows = {
|
|
268
|
+
small: '0px 1.5px 2px rgba(0, 0, 0, 0.1)',
|
|
269
|
+
hover: '0px 0px 16px rgba(0, 0, 0, 0.2)',
|
|
270
|
+
accent: '0px 0px 12px rgba(0, 201, 89, 0.6)',
|
|
271
|
+
podium: '0px 0px 8px 8px rgb(0 0 0 / 25%);',
|
|
272
|
+
border: '0 10px 10px rgba(0, 0, 0, 0.15);',
|
|
273
|
+
'border-top': '0 -10px 10px rgba(0, 0, 0, 0.15);'
|
|
274
|
+
};
|
|
275
|
+
|
|
276
|
+
const dropShadows = {
|
|
277
|
+
small: '0px 0px 16px rgba(0, 0, 0, 0.3)'
|
|
278
|
+
};
|
|
279
|
+
|
|
280
|
+
const shadowTokens = {
|
|
281
|
+
shadows,
|
|
282
|
+
dropShadows
|
|
283
|
+
};
|
|
284
|
+
|
|
285
|
+
const TokenShadows = class {
|
|
286
|
+
constructor(hostRef) {
|
|
287
|
+
registerInstance(this, hostRef);
|
|
288
|
+
}
|
|
289
|
+
render() {
|
|
290
|
+
return (h("section", { key: '019be87dca82cd1edd392ef0758b8a2e37d09ff6', class: "w-full mt-28" }, h("ul", { key: 'ade136beb8b25087e26c3f2300b463aa3fda1e41', class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(shadowTokens).map(([category, tokens]) => Object.entries(tokens).map(([key, value]) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col items-center mt-16" }, h("div", { class: "w-full p-16 block lg:flex items-center justify-center text-center border-2 border-soft", style: { boxShadow: value } }, h("eds-code-block", { code: `${category}-${key}`, language: "Utility Class", class: "mr-auto sm:mb-4 min-w-[200px]" }), h("eds-code-block", { code: `${value}`, language: "css", class: "ml-auto min-w-[200px]" })))))))));
|
|
291
|
+
}
|
|
292
|
+
};
|
|
293
|
+
|
|
294
|
+
export { TokenList as token_list, TokenRadii as token_radii, TokenShadows as token_shadows };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-b384416e.js';
|
|
2
|
+
|
|
3
|
+
const radii = {
|
|
4
|
+
xxs: '2px',
|
|
5
|
+
xs: '4px',
|
|
6
|
+
sm: '8px',
|
|
7
|
+
md: '12px',
|
|
8
|
+
lg: '16px',
|
|
9
|
+
pill: '100px'
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
const TokenRadii = class {
|
|
13
|
+
constructor(hostRef) {
|
|
14
|
+
registerInstance(this, hostRef);
|
|
15
|
+
}
|
|
16
|
+
render() {
|
|
17
|
+
return (h("section", { key: '16cab4ed90701a89fe7586cb29e85e01156a2f9a', class: "w-full mt-28" }, h("ul", { key: 'e997b51855eb94a8cda474ce537ab81c88938ca9', class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(radii).map(([key, value]) => (h("li", { class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { class: `w-full p-16 block lg:flex items-center justify-center text-center border-3 border-soft rounded-${key}` }, h("eds-code-block", { language: "Utility Class", code: `rounded-${key}`, class: "mx-auto min-w-[200px] sm:mb-4 sm:max-w-[200px] mr-auto" }), h("eds-code-block", { code: `border-radius:${value}`, language: "css", class: "mx-auto min-w-[200px] sm:max-w-[200px] ml-auto" }))))))));
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export { TokenRadii as token_radii };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-b384416e.js';
|
|
2
|
+
|
|
3
|
+
const ratios = {
|
|
4
|
+
'1x1': '1/1',
|
|
5
|
+
'21x9': '21/9',
|
|
6
|
+
'16x9': '16/9',
|
|
7
|
+
'3x2': '3/2',
|
|
8
|
+
'4x3': '4/3',
|
|
9
|
+
'4x5': '4/5'
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
const TokenRatios = class {
|
|
13
|
+
constructor(hostRef) {
|
|
14
|
+
registerInstance(this, hostRef);
|
|
15
|
+
}
|
|
16
|
+
render() {
|
|
17
|
+
return (h("section", { key: '5e6ad389cf71ef5d70b7c4a92314b25ef7272f62', class: "w-full" }, h("eds-section-core", { key: '5dd2339752eddd0826987245e7b80edc64816a32', tag: "div", "section-title": "Aspect Ratios", "heading-level": "h3" }, h("ul", { key: 'd71c41ed6a9d8f6b45c03fb8fa7070810f3fe6ba', class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(ratios).map(([key, value]) => (h("li", { class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { class: "container ratio-box flex items-center justify-center text-center border-2 border-soft", style: {
|
|
18
|
+
aspectRatio: value.replace('/', ':'), // Cast to string to resolve TypeScript error
|
|
19
|
+
width: '100%', // Full width to show the aspect ratio correctly
|
|
20
|
+
maxWidth: '300px'
|
|
21
|
+
} }, h("span", { class: "text-default font-bold mr-auto" }, "aspect-", key), h("span", { class: "mt-2 text-sm ml-auto" }, value)))))))));
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export { TokenRatios as token_ratios };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-b384416e.js';
|
|
2
|
+
|
|
3
|
+
const shadows = {
|
|
4
|
+
small: '0px 1.5px 2px rgba(0, 0, 0, 0.1)',
|
|
5
|
+
hover: '0px 0px 16px rgba(0, 0, 0, 0.2)',
|
|
6
|
+
accent: '0px 0px 12px rgba(0, 201, 89, 0.6)',
|
|
7
|
+
podium: '0px 0px 8px 8px rgb(0 0 0 / 25%);',
|
|
8
|
+
border: '0 10px 10px rgba(0, 0, 0, 0.15);',
|
|
9
|
+
'border-top': '0 -10px 10px rgba(0, 0, 0, 0.15);'
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
const dropShadows = {
|
|
13
|
+
small: '0px 0px 16px rgba(0, 0, 0, 0.3)'
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
const shadowTokens = {
|
|
17
|
+
shadows,
|
|
18
|
+
dropShadows
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
const TokenShadows = class {
|
|
22
|
+
constructor(hostRef) {
|
|
23
|
+
registerInstance(this, hostRef);
|
|
24
|
+
}
|
|
25
|
+
render() {
|
|
26
|
+
return (h("section", { key: '019be87dca82cd1edd392ef0758b8a2e37d09ff6', class: "w-full mt-28" }, h("ul", { key: 'ade136beb8b25087e26c3f2300b463aa3fda1e41', class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(shadowTokens).map(([category, tokens]) => Object.entries(tokens).map(([key, value]) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col items-center mt-16" }, h("div", { class: "w-full p-16 block lg:flex items-center justify-center text-center border-2 border-soft", style: { boxShadow: value } }, h("eds-code-block", { code: `${category}-${key}`, language: "Utility Class", class: "mr-auto sm:mb-4 min-w-[200px]" }), h("eds-code-block", { code: `${value}`, language: "css", class: "ml-auto min-w-[200px]" })))))))));
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { TokenShadows as token_shadows };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-b384416e.js';
|
|
2
|
+
|
|
3
|
+
const TokenSpacing = class {
|
|
4
|
+
constructor(hostRef) {
|
|
5
|
+
registerInstance(this, hostRef);
|
|
6
|
+
}
|
|
7
|
+
render() {
|
|
8
|
+
return (h("div", { key: 'a5ba01206487d07014bfd41fbed4f2f80f7d067e', class: "w-full" }, h("ul", { key: 'be6eb0bbe85f40b123ea04e02d839412401e0e0d', class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '1617719d10e11cc1e36df8cdc368fb3f55536d9a', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '3510583e1adc5029a2562b96f33e9f6453240da5', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'b01170621405035c36efe8e5858201b6d12b23e9', class: "spacing-sample m-32 bg-darker" }, h("span", { key: 'ce9639400a99d478a5e31f95c9482cec914e90af', class: "text-white" }, "Margin: 2rem / m-32")))), h("li", { key: '96dd43d6786acdcb5cf9c911ce39efce00b09a77', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'd8d9178f9f700eb5e752c87333d894a2392d72e9', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'f357493cdad00a69ec48dc3fb7854ba4b25579ab', class: "spacing-sample ml-64 bg-darker" }, h("span", { key: '6e5e8b20be76970dead72ca485fb5cc9a6e7c1f1', class: "text-white" }, "Margin Left: 4rem / ml-64")))), h("li", { key: '22fec87f6102e0577bf912508128c12716b48cb4', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'dee21a637d965b41cbdd9b4131ae7e6fc241d39a', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '43b150abac42ee2e189ec5fe8de64f5b43fba2c8', class: "spacing-sample mt-32 bg-darker" }, h("span", { key: '3789c91cd7db3332af5df28308c4d69ccda4623d', class: "text-white" }, "Margin Top: 2rem / mt-32")))), h("li", { key: '07e7c1b44d09a873df7f4488381b561bd952b65f', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '898be718773fee0d091424178ff4302f2fbc137b', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '60ce8427ee0c6deeda95b385c6342ca1b6215bba', class: "spacing-sample p-32 bg-darker" }, h("span", { key: '97913f64a9c0b15b200811e59214e0d0b3d8837d', class: "text-white" }, "Padding: 2rem / p-32")))), h("li", { key: '01ba17c02dc6fb806a23ce4429091e0417d094c5', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '559de3d223e040d0e1edbff121b99e6218773917', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'a857560b3ad4d7a5a670d5db5baae3fcfbf18d21', class: "spacing-sample pt-32 bg-darker" }, h("span", { key: '5fff31ad7de22d84df6741c0f9a611164bbe5cc9', class: "text-white" }, "Padding Top: 2rem / pt-32")))), h("li", { key: '6ac602257cb50ac1a05d78b477bc84fb25e89b4c', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'a087fa3b78537b2c0e35b7e9c2693e972092d407', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '76265dd76d79f8eb33f20ae85794c70cf41dd38b', class: "spacing-sample pl-32 bg-darker" }, h("span", { key: 'fe6a57a3977218cb6f9ea10560650634080d0931', class: "text-white" }, "Padding Left: 2rem / pl-32")))))));
|
|
9
|
+
}
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export { TokenSpacing as token_spacing };
|