@shibui-ui/ui 1.6.0 → 1.7.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/angular/directives.ts +648 -0
- package/dist/architecture/base-components/lib-list.model.d.ts +31 -0
- package/dist/architecture/base-components/lib-list.model.d.ts.map +1 -0
- package/dist/components/atoms/accordion-item/lib-accordion-item.component.d.ts +33 -0
- package/dist/components/atoms/accordion-item/lib-accordion-item.component.d.ts.map +1 -0
- package/dist/components/atoms/accordion-item/lib-accordion-item.component.html.d.ts +16 -0
- package/dist/components/atoms/accordion-item/lib-accordion-item.component.html.d.ts.map +1 -0
- package/dist/components/atoms/accordion-item/lib-accordion-item.stories.d.ts +12 -0
- package/dist/components/atoms/accordion-item/lib-accordion-item.stories.d.ts.map +1 -0
- package/dist/components/atoms/aspect-ratio/lib-aspect-ratio.component.d.ts +11 -0
- package/dist/components/atoms/aspect-ratio/lib-aspect-ratio.component.d.ts.map +1 -0
- package/dist/components/atoms/aspect-ratio/lib-aspect-ratio.html.d.ts +3 -0
- package/dist/components/atoms/aspect-ratio/lib-aspect-ratio.html.d.ts.map +1 -0
- package/dist/components/atoms/aspect-ratio/lib-aspect-ratio.stories.d.ts +5 -0
- package/dist/components/atoms/aspect-ratio/lib-aspect-ratio.stories.d.ts.map +1 -0
- package/dist/components/atoms/avatar/lib-avatar.component.d.ts +39 -0
- package/dist/components/atoms/avatar/lib-avatar.component.d.ts.map +1 -0
- package/dist/components/atoms/avatar/lib-avatar.html.d.ts +27 -0
- package/dist/components/atoms/avatar/lib-avatar.html.d.ts.map +1 -0
- package/dist/components/atoms/avatar/lib-avatar.stories.d.ts +14 -0
- package/dist/components/atoms/avatar/lib-avatar.stories.d.ts.map +1 -0
- package/dist/components/atoms/background/lib-background.component.d.ts +44 -0
- package/dist/components/atoms/background/lib-background.component.d.ts.map +1 -0
- package/dist/components/atoms/background/lib-background.html.d.ts +14 -0
- package/dist/components/atoms/background/lib-background.html.d.ts.map +1 -0
- package/dist/components/atoms/background/lib-background.stories.d.ts +13 -0
- package/dist/components/atoms/background/lib-background.stories.d.ts.map +1 -0
- package/dist/components/atoms/background/lib-background.types.d.ts +22 -0
- package/dist/components/atoms/background/lib-background.types.d.ts.map +1 -0
- package/dist/components/atoms/badge/lib-badge.component.d.ts +33 -0
- package/dist/components/atoms/badge/lib-badge.component.d.ts.map +1 -0
- package/dist/components/atoms/badge/lib-badge.html.d.ts +19 -0
- package/dist/components/atoms/badge/lib-badge.html.d.ts.map +1 -0
- package/dist/components/atoms/badge/lib-badge.stories.d.ts +15 -0
- package/dist/components/atoms/badge/lib-badge.stories.d.ts.map +1 -0
- package/dist/components/atoms/bento-item/lib-bento-item.component.d.ts +34 -0
- package/dist/components/atoms/bento-item/lib-bento-item.component.d.ts.map +1 -0
- package/dist/components/atoms/bento-item/lib-bento-item.html.d.ts +4 -0
- package/dist/components/atoms/bento-item/lib-bento-item.html.d.ts.map +1 -0
- package/dist/components/atoms/bento-item/lib-bento-item.stories.d.ts +6 -0
- package/dist/components/atoms/bento-item/lib-bento-item.stories.d.ts.map +1 -0
- package/dist/components/atoms/burger-button/lib-burger-button.component.d.ts +42 -0
- package/dist/components/atoms/burger-button/lib-burger-button.component.d.ts.map +1 -0
- package/dist/components/atoms/burger-button/lib-burger-button.html.d.ts +4 -0
- package/dist/components/atoms/burger-button/lib-burger-button.html.d.ts.map +1 -0
- package/dist/components/atoms/burger-button/lib-burger-button.stories.d.ts +13 -0
- package/dist/components/atoms/burger-button/lib-burger-button.stories.d.ts.map +1 -0
- package/dist/components/atoms/burger-button/lib-burger-button.types.d.ts +3 -0
- package/dist/components/atoms/burger-button/lib-burger-button.types.d.ts.map +1 -0
- package/dist/components/atoms/button/lib-button.component.d.ts +53 -0
- package/dist/components/atoms/button/lib-button.component.d.ts.map +1 -0
- package/dist/components/atoms/button/lib-button.html.d.ts +19 -0
- package/dist/components/atoms/button/lib-button.html.d.ts.map +1 -0
- package/dist/components/atoms/button/lib-button.stories.d.ts +16 -0
- package/dist/components/atoms/button/lib-button.stories.d.ts.map +1 -0
- package/dist/components/atoms/card/card-grid/lib-card-grid.component.d.ts +34 -0
- package/dist/components/atoms/card/card-grid/lib-card-grid.component.d.ts.map +1 -0
- package/dist/components/atoms/card/lib-card.component.d.ts +41 -0
- package/dist/components/atoms/card/lib-card.component.d.ts.map +1 -0
- package/dist/components/atoms/card/lib-card.html.d.ts +16 -0
- package/dist/components/atoms/card/lib-card.html.d.ts.map +1 -0
- package/dist/components/atoms/card/lib-card.stories.d.ts +16 -0
- package/dist/components/atoms/card/lib-card.stories.d.ts.map +1 -0
- package/dist/components/atoms/card/lib-card.types.d.ts +5 -0
- package/dist/components/atoms/card/lib-card.types.d.ts.map +1 -0
- package/dist/components/atoms/checkbox/lib-checkbox.component.d.ts +51 -0
- package/dist/components/atoms/checkbox/lib-checkbox.component.d.ts.map +1 -0
- package/dist/components/atoms/checkbox/lib-checkbox.html.d.ts +25 -0
- package/dist/components/atoms/checkbox/lib-checkbox.html.d.ts.map +1 -0
- package/dist/components/atoms/checkbox/lib-checkbox.stories.d.ts +13 -0
- package/dist/components/atoms/checkbox/lib-checkbox.stories.d.ts.map +1 -0
- package/dist/components/atoms/close-button/lib-close-button.component.d.ts +39 -0
- package/dist/components/atoms/close-button/lib-close-button.component.d.ts.map +1 -0
- package/dist/components/atoms/close-button/lib-close-button.html.d.ts +20 -0
- package/dist/components/atoms/close-button/lib-close-button.html.d.ts.map +1 -0
- package/dist/components/atoms/close-button/lib-close-button.stories.d.ts +15 -0
- package/dist/components/atoms/close-button/lib-close-button.stories.d.ts.map +1 -0
- package/dist/components/atoms/code-block/lib-code-block.component.d.ts +44 -0
- package/dist/components/atoms/code-block/lib-code-block.component.d.ts.map +1 -0
- package/dist/components/atoms/code-block/lib-code-block.html.d.ts +12 -0
- package/dist/components/atoms/code-block/lib-code-block.html.d.ts.map +1 -0
- package/dist/components/atoms/code-block/lib-code-block.stories.d.ts +13 -0
- package/dist/components/atoms/code-block/lib-code-block.stories.d.ts.map +1 -0
- package/dist/components/atoms/color-scale/lib-color-scale.component.d.ts +29 -0
- package/dist/components/atoms/color-scale/lib-color-scale.component.d.ts.map +1 -0
- package/dist/components/atoms/color-scale/lib-color-scale.html.d.ts +4 -0
- package/dist/components/atoms/color-scale/lib-color-scale.html.d.ts.map +1 -0
- package/dist/components/atoms/color-scale/lib-color-scale.stories.d.ts +9 -0
- package/dist/components/atoms/color-scale/lib-color-scale.stories.d.ts.map +1 -0
- package/dist/components/atoms/color-scale/lib-color-scale.types.d.ts +9 -0
- package/dist/components/atoms/color-scale/lib-color-scale.types.d.ts.map +1 -0
- package/dist/components/atoms/content-pillar/content-pillar.component.d.ts +52 -0
- package/dist/components/atoms/content-pillar/content-pillar.component.d.ts.map +1 -0
- package/dist/components/atoms/content-pillar/content-pillar.html.d.ts +4 -0
- package/dist/components/atoms/content-pillar/content-pillar.html.d.ts.map +1 -0
- package/dist/components/atoms/content-pillar/content-pillar.stories.d.ts +10 -0
- package/dist/components/atoms/content-pillar/content-pillar.stories.d.ts.map +1 -0
- package/dist/components/atoms/copy-button/lib-copy-button.component.d.ts +48 -0
- package/dist/components/atoms/copy-button/lib-copy-button.component.d.ts.map +1 -0
- package/dist/components/atoms/copy-button/lib-copy-button.html.d.ts +27 -0
- package/dist/components/atoms/copy-button/lib-copy-button.html.d.ts.map +1 -0
- package/dist/components/atoms/copy-button/lib-copy-button.stories.d.ts +15 -0
- package/dist/components/atoms/copy-button/lib-copy-button.stories.d.ts.map +1 -0
- package/dist/components/atoms/display-heading/lib-display-heading.component.d.ts +79 -0
- package/dist/components/atoms/display-heading/lib-display-heading.component.d.ts.map +1 -0
- package/dist/components/atoms/display-heading/lib-display-heading.html.d.ts +4 -0
- package/dist/components/atoms/display-heading/lib-display-heading.html.d.ts.map +1 -0
- package/dist/components/atoms/display-heading/lib-display-heading.stories.d.ts +15 -0
- package/dist/components/atoms/display-heading/lib-display-heading.stories.d.ts.map +1 -0
- package/dist/components/atoms/display-heading/lib-display-heading.types.d.ts +4 -0
- package/dist/components/atoms/display-heading/lib-display-heading.types.d.ts.map +1 -0
- package/dist/components/atoms/divider/lib-divider.component.d.ts +61 -0
- package/dist/components/atoms/divider/lib-divider.component.d.ts.map +1 -0
- package/dist/components/atoms/divider/lib-divider.component.html.d.ts +19 -0
- package/dist/components/atoms/divider/lib-divider.component.html.d.ts.map +1 -0
- package/dist/components/atoms/divider/lib-divider.stories.d.ts +19 -0
- package/dist/components/atoms/divider/lib-divider.stories.d.ts.map +1 -0
- package/dist/components/atoms/eyebrow/lib-eyebrow.component.d.ts +64 -0
- package/dist/components/atoms/eyebrow/lib-eyebrow.component.d.ts.map +1 -0
- package/dist/components/atoms/eyebrow/lib-eyebrow.html.d.ts +4 -0
- package/dist/components/atoms/eyebrow/lib-eyebrow.html.d.ts.map +1 -0
- package/dist/components/atoms/eyebrow/lib-eyebrow.stories.d.ts +17 -0
- package/dist/components/atoms/eyebrow/lib-eyebrow.stories.d.ts.map +1 -0
- package/dist/components/atoms/glass-card/lib-glass-card.component.d.ts +47 -0
- package/dist/components/atoms/glass-card/lib-glass-card.component.d.ts.map +1 -0
- package/dist/components/atoms/glass-card/lib-glass-card.html.d.ts +17 -0
- package/dist/components/atoms/glass-card/lib-glass-card.html.d.ts.map +1 -0
- package/dist/components/atoms/glass-card/lib-glass-card.stories.d.ts +13 -0
- package/dist/components/atoms/glass-card/lib-glass-card.stories.d.ts.map +1 -0
- package/dist/components/atoms/icon/lib-icon.component.d.ts +12 -0
- package/dist/components/atoms/icon/lib-icon.component.d.ts.map +1 -0
- package/dist/components/atoms/icon/lib-icon.stories.d.ts +9 -0
- package/dist/components/atoms/icon/lib-icon.stories.d.ts.map +1 -0
- package/dist/components/atoms/index.d.ts +17 -0
- package/dist/components/atoms/index.d.ts.map +1 -0
- package/dist/components/atoms/kbd/lib-kbd.component.d.ts +48 -0
- package/dist/components/atoms/kbd/lib-kbd.component.d.ts.map +1 -0
- package/dist/components/atoms/kbd/lib-kbd.html.d.ts +23 -0
- package/dist/components/atoms/kbd/lib-kbd.html.d.ts.map +1 -0
- package/dist/components/atoms/kbd/lib-kbd.stories.d.ts +15 -0
- package/dist/components/atoms/kbd/lib-kbd.stories.d.ts.map +1 -0
- package/dist/components/atoms/label/lib-label.component.d.ts +10 -0
- package/dist/components/atoms/label/lib-label.component.d.ts.map +1 -0
- package/dist/components/atoms/lib-counter/lib-counter.component.d.ts +84 -0
- package/dist/components/atoms/lib-counter/lib-counter.component.d.ts.map +1 -0
- package/dist/components/atoms/lib-counter/lib-counter.html.d.ts +25 -0
- package/dist/components/atoms/lib-counter/lib-counter.html.d.ts.map +1 -0
- package/dist/components/atoms/lib-counter/lib-counter.stories.d.ts +14 -0
- package/dist/components/atoms/lib-counter/lib-counter.stories.d.ts.map +1 -0
- package/dist/components/atoms/liquid-button/lib-liquid-button.component.d.ts +43 -0
- package/dist/components/atoms/liquid-button/lib-liquid-button.component.d.ts.map +1 -0
- package/dist/components/atoms/liquid-button/lib-liquid-button.html.d.ts +4 -0
- package/dist/components/atoms/liquid-button/lib-liquid-button.html.d.ts.map +1 -0
- package/dist/components/atoms/liquid-button/lib-liquid-button.stories.d.ts +12 -0
- package/dist/components/atoms/liquid-button/lib-liquid-button.stories.d.ts.map +1 -0
- package/dist/components/atoms/liquid-button/lib-liquid-button.types.d.ts +11 -0
- package/dist/components/atoms/liquid-button/lib-liquid-button.types.d.ts.map +1 -0
- package/dist/components/atoms/magnetic/lib-magnetic.component.d.ts +19 -0
- package/dist/components/atoms/magnetic/lib-magnetic.component.d.ts.map +1 -0
- package/dist/components/atoms/magnetic/lib-magnetic.stories.d.ts +5 -0
- package/dist/components/atoms/magnetic/lib-magnetic.stories.d.ts.map +1 -0
- package/dist/components/atoms/progress/lib-progress.component.d.ts +48 -0
- package/dist/components/atoms/progress/lib-progress.component.d.ts.map +1 -0
- package/dist/components/atoms/progress/lib-progress.html.d.ts +9 -0
- package/dist/components/atoms/progress/lib-progress.html.d.ts.map +1 -0
- package/dist/components/atoms/progress/lib-progress.stories.d.ts +25 -0
- package/dist/components/atoms/progress/lib-progress.stories.d.ts.map +1 -0
- package/dist/components/atoms/progress/lib-progress.types.d.ts +30 -0
- package/dist/components/atoms/progress/lib-progress.types.d.ts.map +1 -0
- package/dist/components/atoms/progress-circle/lib-progress-circle.component.d.ts +77 -0
- package/dist/components/atoms/progress-circle/lib-progress-circle.component.d.ts.map +1 -0
- package/dist/components/atoms/progress-circle/lib-progress-circle.component.html.d.ts +30 -0
- package/dist/components/atoms/progress-circle/lib-progress-circle.component.html.d.ts.map +1 -0
- package/dist/components/atoms/progress-circle/lib-progress-circle.stories.d.ts +15 -0
- package/dist/components/atoms/progress-circle/lib-progress-circle.stories.d.ts.map +1 -0
- package/dist/components/atoms/quote/lib-quote.component.d.ts +61 -0
- package/dist/components/atoms/quote/lib-quote.component.d.ts.map +1 -0
- package/dist/components/atoms/quote/lib-quote.html.d.ts +4 -0
- package/dist/components/atoms/quote/lib-quote.html.d.ts.map +1 -0
- package/dist/components/atoms/quote/lib-quote.stories.d.ts +11 -0
- package/dist/components/atoms/quote/lib-quote.stories.d.ts.map +1 -0
- package/dist/components/atoms/radio/lib-radio.component.d.ts +55 -0
- package/dist/components/atoms/radio/lib-radio.component.d.ts.map +1 -0
- package/dist/components/atoms/radio/lib-radio.html.d.ts +26 -0
- package/dist/components/atoms/radio/lib-radio.html.d.ts.map +1 -0
- package/dist/components/atoms/radio/lib-radio.stories.d.ts +14 -0
- package/dist/components/atoms/radio/lib-radio.stories.d.ts.map +1 -0
- package/dist/components/atoms/rating/lib-rating.component.d.ts +45 -0
- package/dist/components/atoms/rating/lib-rating.component.d.ts.map +1 -0
- package/dist/components/atoms/rating/lib-rating.html.d.ts +4 -0
- package/dist/components/atoms/rating/lib-rating.html.d.ts.map +1 -0
- package/dist/components/atoms/rating/lib-rating.stories.d.ts +15 -0
- package/dist/components/atoms/rating/lib-rating.stories.d.ts.map +1 -0
- package/dist/components/atoms/rating/lib-rating.types.d.ts +4 -0
- package/dist/components/atoms/rating/lib-rating.types.d.ts.map +1 -0
- package/dist/components/atoms/reading-progress/lib-reading-progress.component.d.ts +62 -0
- package/dist/components/atoms/reading-progress/lib-reading-progress.component.d.ts.map +1 -0
- package/dist/components/atoms/reading-progress/lib-reading-progress.html.d.ts +10 -0
- package/dist/components/atoms/reading-progress/lib-reading-progress.html.d.ts.map +1 -0
- package/dist/components/atoms/reading-progress/lib-reading-progress.stories.d.ts +15 -0
- package/dist/components/atoms/reading-progress/lib-reading-progress.stories.d.ts.map +1 -0
- package/dist/components/atoms/ripple/lib-ripple.component.d.ts +17 -0
- package/dist/components/atoms/ripple/lib-ripple.component.d.ts.map +1 -0
- package/dist/components/atoms/ripple/lib-ripple.html.d.ts +4 -0
- package/dist/components/atoms/ripple/lib-ripple.html.d.ts.map +1 -0
- package/dist/components/atoms/ripple/lib-ripple.stories.d.ts +6 -0
- package/dist/components/atoms/ripple/lib-ripple.stories.d.ts.map +1 -0
- package/dist/components/atoms/select-option/lib-select-option.component.d.ts +28 -0
- package/dist/components/atoms/select-option/lib-select-option.component.d.ts.map +1 -0
- package/dist/components/atoms/select-option/lib-select-option.html.d.ts +4 -0
- package/dist/components/atoms/select-option/lib-select-option.html.d.ts.map +1 -0
- package/dist/components/atoms/select-option/lib-select-option.stories.d.ts +13 -0
- package/dist/components/atoms/select-option/lib-select-option.stories.d.ts.map +1 -0
- package/dist/components/atoms/select-option/lib-select-option.types.d.ts +7 -0
- package/dist/components/atoms/select-option/lib-select-option.types.d.ts.map +1 -0
- package/dist/components/atoms/skeleton/lib-skeleton.component.d.ts +69 -0
- package/dist/components/atoms/skeleton/lib-skeleton.component.d.ts.map +1 -0
- package/dist/components/atoms/skeleton/lib-skeleton.html.d.ts +19 -0
- package/dist/components/atoms/skeleton/lib-skeleton.html.d.ts.map +1 -0
- package/dist/components/atoms/skeleton/lib-skeleton.stories.d.ts +15 -0
- package/dist/components/atoms/skeleton/lib-skeleton.stories.d.ts.map +1 -0
- package/dist/components/atoms/spacer/lib-spacer.component.d.ts +8 -0
- package/dist/components/atoms/spacer/lib-spacer.component.d.ts.map +1 -0
- package/dist/components/atoms/spacer/lib-spacer.stories.d.ts +6 -0
- package/dist/components/atoms/spacer/lib-spacer.stories.d.ts.map +1 -0
- package/dist/components/atoms/spinner/lib-spinner.component.d.ts +44 -0
- package/dist/components/atoms/spinner/lib-spinner.component.d.ts.map +1 -0
- package/dist/components/atoms/spinner/lib-spinner.html.d.ts +11 -0
- package/dist/components/atoms/spinner/lib-spinner.html.d.ts.map +1 -0
- package/dist/components/atoms/spinner/lib-spinner.stories.d.ts +14 -0
- package/dist/components/atoms/spinner/lib-spinner.stories.d.ts.map +1 -0
- package/dist/components/atoms/spotlight-card/lib-spotlight-card.component.d.ts +49 -0
- package/dist/components/atoms/spotlight-card/lib-spotlight-card.component.d.ts.map +1 -0
- package/dist/components/atoms/spotlight-card/lib-spotlight-card.component.html.d.ts +21 -0
- package/dist/components/atoms/spotlight-card/lib-spotlight-card.component.html.d.ts.map +1 -0
- package/dist/components/atoms/spotlight-card/lib-spotlight-card.stories.d.ts +12 -0
- package/dist/components/atoms/spotlight-card/lib-spotlight-card.stories.d.ts.map +1 -0
- package/dist/components/atoms/status-dot/lib-status-dot.component.d.ts +59 -0
- package/dist/components/atoms/status-dot/lib-status-dot.component.d.ts.map +1 -0
- package/dist/components/atoms/status-dot/lib-status-dot.html.d.ts +19 -0
- package/dist/components/atoms/status-dot/lib-status-dot.html.d.ts.map +1 -0
- package/dist/components/atoms/status-dot/lib-status-dot.stories.d.ts +14 -0
- package/dist/components/atoms/status-dot/lib-status-dot.stories.d.ts.map +1 -0
- package/dist/components/atoms/step/lib-step.component.d.ts +76 -0
- package/dist/components/atoms/step/lib-step.component.d.ts.map +1 -0
- package/dist/components/atoms/step/lib-step.html.d.ts +30 -0
- package/dist/components/atoms/step/lib-step.html.d.ts.map +1 -0
- package/dist/components/atoms/step/lib-step.stories.d.ts +16 -0
- package/dist/components/atoms/step/lib-step.stories.d.ts.map +1 -0
- package/dist/components/atoms/switch/lib-switch.component.d.ts +55 -0
- package/dist/components/atoms/switch/lib-switch.component.d.ts.map +1 -0
- package/dist/components/atoms/switch/lib-switch.html.d.ts +28 -0
- package/dist/components/atoms/switch/lib-switch.html.d.ts.map +1 -0
- package/dist/components/atoms/switch/lib-switch.stories.d.ts +13 -0
- package/dist/components/atoms/switch/lib-switch.stories.d.ts.map +1 -0
- package/dist/components/atoms/text-glich/lib-text-glitch.component.d.ts +60 -0
- package/dist/components/atoms/text-glich/lib-text-glitch.component.d.ts.map +1 -0
- package/dist/components/atoms/text-glich/lib-text-glitch.html.d.ts +18 -0
- package/dist/components/atoms/text-glich/lib-text-glitch.html.d.ts.map +1 -0
- package/dist/components/atoms/text-glich/lib-text-glitch.stories.d.ts +16 -0
- package/dist/components/atoms/text-glich/lib-text-glitch.stories.d.ts.map +1 -0
- package/dist/components/atoms/text-list/lib-text-list.component.d.ts +75 -0
- package/dist/components/atoms/text-list/lib-text-list.component.d.ts.map +1 -0
- package/dist/components/atoms/text-list/lib-text-list.html.d.ts +4 -0
- package/dist/components/atoms/text-list/lib-text-list.html.d.ts.map +1 -0
- package/dist/components/atoms/text-list/lib-text-list.stories.d.ts +17 -0
- package/dist/components/atoms/text-list/lib-text-list.stories.d.ts.map +1 -0
- package/dist/components/atoms/text-list/lib-text-list.types.d.ts +87 -0
- package/dist/components/atoms/text-list/lib-text-list.types.d.ts.map +1 -0
- package/dist/components/atoms/tooltip/lib-tooltip.component.d.ts +79 -0
- package/dist/components/atoms/tooltip/lib-tooltip.component.d.ts.map +1 -0
- package/dist/components/atoms/tooltip/lib-tooltip.html.d.ts +13 -0
- package/dist/components/atoms/tooltip/lib-tooltip.html.d.ts.map +1 -0
- package/dist/components/atoms/tooltip/lib-tooltip.stories.d.ts +16 -0
- package/dist/components/atoms/tooltip/lib-tooltip.stories.d.ts.map +1 -0
- package/dist/components/atoms/visually-hidden/lib-visually-hidden.component.d.ts +6 -0
- package/dist/components/atoms/visually-hidden/lib-visually-hidden.component.d.ts.map +1 -0
- package/dist/components/atoms/visually-hidden/lib-visually-hidden.html.d.ts +3 -0
- package/dist/components/atoms/visually-hidden/lib-visually-hidden.html.d.ts.map +1 -0
- package/dist/components/atoms/visually-hidden/lib-visually-hidden.stories.d.ts +5 -0
- package/dist/components/atoms/visually-hidden/lib-visually-hidden.stories.d.ts.map +1 -0
- package/dist/components/index.d.ts +11 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/molecules/breadcrumb/lib-breadcrumb.component.d.ts +37 -0
- package/dist/components/molecules/breadcrumb/lib-breadcrumb.component.d.ts.map +1 -0
- package/dist/components/molecules/breadcrumb/lib-breadcrumb.html.d.ts +18 -0
- package/dist/components/molecules/breadcrumb/lib-breadcrumb.html.d.ts.map +1 -0
- package/dist/components/molecules/breadcrumb/lib-breadcrumb.stories.d.ts +18 -0
- package/dist/components/molecules/breadcrumb/lib-breadcrumb.stories.d.ts.map +1 -0
- package/dist/components/molecules/breadcrumb/lib-breadcrumb.types.d.ts +13 -0
- package/dist/components/molecules/breadcrumb/lib-breadcrumb.types.d.ts.map +1 -0
- package/dist/components/molecules/button-group/lib-button-group.component.d.ts +60 -0
- package/dist/components/molecules/button-group/lib-button-group.component.d.ts.map +1 -0
- package/dist/components/molecules/button-group/lib-button-group.html.d.ts +17 -0
- package/dist/components/molecules/button-group/lib-button-group.html.d.ts.map +1 -0
- package/dist/components/molecules/button-group/lib-button-group.stories.d.ts +14 -0
- package/dist/components/molecules/button-group/lib-button-group.stories.d.ts.map +1 -0
- package/dist/components/molecules/button-group/lib-button-group.types.d.ts +8 -0
- package/dist/components/molecules/button-group/lib-button-group.types.d.ts.map +1 -0
- package/dist/components/molecules/checkbox-card/lib-checkbox-card.component.d.ts +63 -0
- package/dist/components/molecules/checkbox-card/lib-checkbox-card.component.d.ts.map +1 -0
- package/dist/components/molecules/checkbox-card/lib-checkbox-card.html.d.ts +4 -0
- package/dist/components/molecules/checkbox-card/lib-checkbox-card.html.d.ts.map +1 -0
- package/dist/components/molecules/checkbox-card/lib-checkbox-card.stories.d.ts +14 -0
- package/dist/components/molecules/checkbox-card/lib-checkbox-card.stories.d.ts.map +1 -0
- package/dist/components/molecules/checkbox-card/lib-checkbox-card.types.d.ts +4 -0
- package/dist/components/molecules/checkbox-card/lib-checkbox-card.types.d.ts.map +1 -0
- package/dist/components/molecules/chip/lib-chip.component.d.ts +45 -0
- package/dist/components/molecules/chip/lib-chip.component.d.ts.map +1 -0
- package/dist/components/molecules/chip/lib-chip.html.d.ts +4 -0
- package/dist/components/molecules/chip/lib-chip.html.d.ts.map +1 -0
- package/dist/components/molecules/chip/lib-chip.stories.d.ts +12 -0
- package/dist/components/molecules/chip/lib-chip.stories.d.ts.map +1 -0
- package/dist/components/molecules/chip/lib-chip.types.d.ts +10 -0
- package/dist/components/molecules/chip/lib-chip.types.d.ts.map +1 -0
- package/dist/components/molecules/color-picker/lib-color-picker.component.d.ts +105 -0
- package/dist/components/molecules/color-picker/lib-color-picker.component.d.ts.map +1 -0
- package/dist/components/molecules/color-picker/lib-color-picker.html.d.ts +43 -0
- package/dist/components/molecules/color-picker/lib-color-picker.html.d.ts.map +1 -0
- package/dist/components/molecules/color-picker/lib-color-picker.stories.d.ts +12 -0
- package/dist/components/molecules/color-picker/lib-color-picker.stories.d.ts.map +1 -0
- package/dist/components/molecules/color-picker/lib-color-picker.types.d.ts +23 -0
- package/dist/components/molecules/color-picker/lib-color-picker.types.d.ts.map +1 -0
- package/dist/components/molecules/dropdown/lib-dropdown.component.d.ts +63 -0
- package/dist/components/molecules/dropdown/lib-dropdown.component.d.ts.map +1 -0
- package/dist/components/molecules/dropdown/lib-dropdown.html.d.ts +4 -0
- package/dist/components/molecules/dropdown/lib-dropdown.html.d.ts.map +1 -0
- package/dist/components/molecules/dropdown/lib-dropdown.stories.d.ts +13 -0
- package/dist/components/molecules/dropdown/lib-dropdown.stories.d.ts.map +1 -0
- package/dist/components/molecules/dropdown/lib-dropdown.types.d.ts +3 -0
- package/dist/components/molecules/dropdown/lib-dropdown.types.d.ts.map +1 -0
- package/dist/components/molecules/empty-state/lib-empty-state.component.d.ts +80 -0
- package/dist/components/molecules/empty-state/lib-empty-state.component.d.ts.map +1 -0
- package/dist/components/molecules/empty-state/lib-empty-state.html.d.ts +31 -0
- package/dist/components/molecules/empty-state/lib-empty-state.html.d.ts.map +1 -0
- package/dist/components/molecules/empty-state/lib-empty-state.stories.d.ts +18 -0
- package/dist/components/molecules/empty-state/lib-empty-state.stories.d.ts.map +1 -0
- package/dist/components/molecules/file-uploader/lib-file-uploader.component.d.ts +81 -0
- package/dist/components/molecules/file-uploader/lib-file-uploader.component.d.ts.map +1 -0
- package/dist/components/molecules/file-uploader/lib-file-uploader.html.d.ts +4 -0
- package/dist/components/molecules/file-uploader/lib-file-uploader.html.d.ts.map +1 -0
- package/dist/components/molecules/file-uploader/lib-file-uploader.stories.d.ts +14 -0
- package/dist/components/molecules/file-uploader/lib-file-uploader.stories.d.ts.map +1 -0
- package/dist/components/molecules/file-uploader/lib-file-uploader.types.d.ts +63 -0
- package/dist/components/molecules/file-uploader/lib-file-uploader.types.d.ts.map +1 -0
- package/dist/components/molecules/header/lib-header.component.d.ts +71 -0
- package/dist/components/molecules/header/lib-header.component.d.ts.map +1 -0
- package/dist/components/molecules/header/lib-header.html.d.ts +21 -0
- package/dist/components/molecules/header/lib-header.html.d.ts.map +1 -0
- package/dist/components/molecules/header/lib-header.stories.d.ts +16 -0
- package/dist/components/molecules/header/lib-header.stories.d.ts.map +1 -0
- package/dist/components/molecules/header/lib-header.types.d.ts +27 -0
- package/dist/components/molecules/header/lib-header.types.d.ts.map +1 -0
- package/dist/components/molecules/header/templates/header-app-bar.html.d.ts +10 -0
- package/dist/components/molecules/header/templates/header-app-bar.html.d.ts.map +1 -0
- package/dist/components/molecules/header/templates/header-centered.html.d.ts +9 -0
- package/dist/components/molecules/header/templates/header-centered.html.d.ts.map +1 -0
- package/dist/components/molecules/header/templates/header-classic.html.d.ts +10 -0
- package/dist/components/molecules/header/templates/header-classic.html.d.ts.map +1 -0
- package/dist/components/molecules/header/templates/header-mega.html.d.ts +9 -0
- package/dist/components/molecules/header/templates/header-mega.html.d.ts.map +1 -0
- package/dist/components/molecules/header/templates/header-mobile.html.d.ts +5 -0
- package/dist/components/molecules/header/templates/header-mobile.html.d.ts.map +1 -0
- package/dist/components/molecules/header/templates/header-shared.html.d.ts +13 -0
- package/dist/components/molecules/header/templates/header-shared.html.d.ts.map +1 -0
- package/dist/components/molecules/index.d.ts +2 -0
- package/dist/components/molecules/index.d.ts.map +1 -0
- package/dist/components/molecules/input/lib-input.component.d.ts +32 -0
- package/dist/components/molecules/input/lib-input.component.d.ts.map +1 -0
- package/dist/components/molecules/input/lib-input.html.d.ts +21 -0
- package/dist/components/molecules/input/lib-input.html.d.ts.map +1 -0
- package/dist/components/molecules/input/lib-input.stories.d.ts +20 -0
- package/dist/components/molecules/input/lib-input.stories.d.ts.map +1 -0
- package/dist/components/molecules/lib-alert/lib-alert.component.d.ts +32 -0
- package/dist/components/molecules/lib-alert/lib-alert.component.d.ts.map +1 -0
- package/dist/components/molecules/lib-alert/lib-alert.html.d.ts +8 -0
- package/dist/components/molecules/lib-alert/lib-alert.html.d.ts.map +1 -0
- package/dist/components/molecules/lib-alert/lib-alert.stories.d.ts +18 -0
- package/dist/components/molecules/lib-alert/lib-alert.stories.d.ts.map +1 -0
- package/dist/components/molecules/lib-alert/lib-alert.types.d.ts +12 -0
- package/dist/components/molecules/lib-alert/lib-alert.types.d.ts.map +1 -0
- package/dist/components/molecules/modal/lib-modal.component.d.ts +101 -0
- package/dist/components/molecules/modal/lib-modal.component.d.ts.map +1 -0
- package/dist/components/molecules/modal/lib-modal.html.d.ts +17 -0
- package/dist/components/molecules/modal/lib-modal.html.d.ts.map +1 -0
- package/dist/components/molecules/modal/lib-modal.stories.d.ts +16 -0
- package/dist/components/molecules/modal/lib-modal.stories.d.ts.map +1 -0
- package/dist/components/molecules/modal/lib-modal.types.d.ts +24 -0
- package/dist/components/molecules/modal/lib-modal.types.d.ts.map +1 -0
- package/dist/components/molecules/pagination/lib-pagination.component.d.ts +44 -0
- package/dist/components/molecules/pagination/lib-pagination.component.d.ts.map +1 -0
- package/dist/components/molecules/pagination/lib-pagination.html.d.ts +4 -0
- package/dist/components/molecules/pagination/lib-pagination.html.d.ts.map +1 -0
- package/dist/components/molecules/pagination/lib-pagination.stories.d.ts +13 -0
- package/dist/components/molecules/pagination/lib-pagination.stories.d.ts.map +1 -0
- package/dist/components/molecules/pagination/lib-pagination.types.d.ts +3 -0
- package/dist/components/molecules/pagination/lib-pagination.types.d.ts.map +1 -0
- package/dist/components/molecules/range-slider/lib-range-slider.component.d.ts +83 -0
- package/dist/components/molecules/range-slider/lib-range-slider.component.d.ts.map +1 -0
- package/dist/components/molecules/range-slider/lib-range-slider.html.d.ts +33 -0
- package/dist/components/molecules/range-slider/lib-range-slider.html.d.ts.map +1 -0
- package/dist/components/molecules/range-slider/lib-range-slider.stories.d.ts +15 -0
- package/dist/components/molecules/range-slider/lib-range-slider.stories.d.ts.map +1 -0
- package/dist/components/molecules/segmented-control/lib-segmented-control.component.d.ts +52 -0
- package/dist/components/molecules/segmented-control/lib-segmented-control.component.d.ts.map +1 -0
- package/dist/components/molecules/segmented-control/lib-segmented-control.html.d.ts +11 -0
- package/dist/components/molecules/segmented-control/lib-segmented-control.html.d.ts.map +1 -0
- package/dist/components/molecules/segmented-control/lib-segmented-control.stories.d.ts +21 -0
- package/dist/components/molecules/segmented-control/lib-segmented-control.stories.d.ts.map +1 -0
- package/dist/components/molecules/segmented-control/lib-segmented-control.types.d.ts +40 -0
- package/dist/components/molecules/segmented-control/lib-segmented-control.types.d.ts.map +1 -0
- package/dist/components/molecules/select/lib-select.component.d.ts +73 -0
- package/dist/components/molecules/select/lib-select.component.d.ts.map +1 -0
- package/dist/components/molecules/select/lib-select.html.d.ts +32 -0
- package/dist/components/molecules/select/lib-select.html.d.ts.map +1 -0
- package/dist/components/molecules/select/lib-select.stories.d.ts +30 -0
- package/dist/components/molecules/select/lib-select.stories.d.ts.map +1 -0
- package/dist/components/molecules/select/lib-select.types.d.ts +11 -0
- package/dist/components/molecules/select/lib-select.types.d.ts.map +1 -0
- package/dist/components/molecules/tabs/lib-tabs.component.d.ts +55 -0
- package/dist/components/molecules/tabs/lib-tabs.component.d.ts.map +1 -0
- package/dist/components/molecules/tabs/lib-tabs.html.d.ts +4 -0
- package/dist/components/molecules/tabs/lib-tabs.html.d.ts.map +1 -0
- package/dist/components/molecules/tabs/lib-tabs.stories.d.ts +14 -0
- package/dist/components/molecules/tabs/lib-tabs.stories.d.ts.map +1 -0
- package/dist/components/molecules/tabs/lib-tabs.types.d.ts +18 -0
- package/dist/components/molecules/tabs/lib-tabs.types.d.ts.map +1 -0
- package/dist/components/molecules/tree-select/lib-tree-node.component.d.ts +70 -0
- package/dist/components/molecules/tree-select/lib-tree-node.component.d.ts.map +1 -0
- package/dist/components/molecules/tree-select/lib-tree-node.types.d.ts +56 -0
- package/dist/components/molecules/tree-select/lib-tree-node.types.d.ts.map +1 -0
- package/dist/components/molecules/tree-select/lib-tree-select.component.html.d.ts +4 -0
- package/dist/components/molecules/tree-select/lib-tree-select.component.html.d.ts.map +1 -0
- package/dist/components/molecules/tree-select/lib-tree-select.stories.d.ts +12 -0
- package/dist/components/molecules/tree-select/lib-tree-select.stories.d.ts.map +1 -0
- package/dist/components/organisms/accordion/lib-accordion.component.d.ts +35 -0
- package/dist/components/organisms/accordion/lib-accordion.component.d.ts.map +1 -0
- package/dist/components/organisms/accordion/lib-accordion.component.html.d.ts +12 -0
- package/dist/components/organisms/accordion/lib-accordion.component.html.d.ts.map +1 -0
- package/dist/components/organisms/accordion/lib-accordion.stories.d.ts +14 -0
- package/dist/components/organisms/accordion/lib-accordion.stories.d.ts.map +1 -0
- package/dist/components/organisms/bento-grid/lib-bento-grid.component.d.ts +24 -0
- package/dist/components/organisms/bento-grid/lib-bento-grid.component.d.ts.map +1 -0
- package/dist/components/organisms/bento-grid/lib-bento-grid.html.d.ts +4 -0
- package/dist/components/organisms/bento-grid/lib-bento-grid.html.d.ts.map +1 -0
- package/dist/components/organisms/bento-grid/lib-bento-grid.stories.d.ts +9 -0
- package/dist/components/organisms/bento-grid/lib-bento-grid.stories.d.ts.map +1 -0
- package/dist/components/organisms/bento-grid/lib-bento-grid.types.d.ts +2 -0
- package/dist/components/organisms/bento-grid/lib-bento-grid.types.d.ts.map +1 -0
- package/dist/components/organisms/carousel/lib-carousel.component.d.ts +96 -0
- package/dist/components/organisms/carousel/lib-carousel.component.d.ts.map +1 -0
- package/dist/components/organisms/carousel/lib-carousel.html.d.ts +33 -0
- package/dist/components/organisms/carousel/lib-carousel.html.d.ts.map +1 -0
- package/dist/components/organisms/carousel/lib-carousel.stories.d.ts +13 -0
- package/dist/components/organisms/carousel/lib-carousel.stories.d.ts.map +1 -0
- package/dist/components/organisms/cursor-follower/lib-cursor-follower.component.d.ts +69 -0
- package/dist/components/organisms/cursor-follower/lib-cursor-follower.component.d.ts.map +1 -0
- package/dist/components/organisms/cursor-follower/lib-cursor-follower.stories.d.ts +9 -0
- package/dist/components/organisms/cursor-follower/lib-cursor-follower.stories.d.ts.map +1 -0
- package/dist/components/organisms/cursor-follower/lib-cursor-follower.types.d.ts +16 -0
- package/dist/components/organisms/cursor-follower/lib-cursor-follower.types.d.ts.map +1 -0
- package/dist/components/organisms/data-table/lib-data-table.component.d.ts +72 -0
- package/dist/components/organisms/data-table/lib-data-table.component.d.ts.map +1 -0
- package/dist/components/organisms/data-table/lib-data-table.html.d.ts +37 -0
- package/dist/components/organisms/data-table/lib-data-table.html.d.ts.map +1 -0
- package/dist/components/organisms/data-table/lib-data-table.stories.d.ts +18 -0
- package/dist/components/organisms/data-table/lib-data-table.stories.d.ts.map +1 -0
- package/dist/components/organisms/data-table/lib-data-table.types.d.ts +41 -0
- package/dist/components/organisms/data-table/lib-data-table.types.d.ts.map +1 -0
- package/dist/components/organisms/dialog/lib-dialog.component.d.ts +55 -0
- package/dist/components/organisms/dialog/lib-dialog.component.d.ts.map +1 -0
- package/dist/components/organisms/dialog/lib-dialog.html.d.ts +4 -0
- package/dist/components/organisms/dialog/lib-dialog.html.d.ts.map +1 -0
- package/dist/components/organisms/dialog/lib-dialog.stories.d.ts +16 -0
- package/dist/components/organisms/dialog/lib-dialog.stories.d.ts.map +1 -0
- package/dist/components/organisms/dialog/lib-dialog.types.d.ts +22 -0
- package/dist/components/organisms/dialog/lib-dialog.types.d.ts.map +1 -0
- package/dist/components/organisms/drawer/lib-drawer.component.d.ts +48 -0
- package/dist/components/organisms/drawer/lib-drawer.component.d.ts.map +1 -0
- package/dist/components/organisms/drawer/lib-drawer.html.d.ts +4 -0
- package/dist/components/organisms/drawer/lib-drawer.html.d.ts.map +1 -0
- package/dist/components/organisms/drawer/lib-drawer.stories.d.ts +12 -0
- package/dist/components/organisms/drawer/lib-drawer.stories.d.ts.map +1 -0
- package/dist/components/organisms/drawer/lib-drawer.types.d.ts +4 -0
- package/dist/components/organisms/drawer/lib-drawer.types.d.ts.map +1 -0
- package/dist/components/organisms/footer/lib-footer.component.d.ts +56 -0
- package/dist/components/organisms/footer/lib-footer.component.d.ts.map +1 -0
- package/dist/components/organisms/footer/lib-footer.html.d.ts +8 -0
- package/dist/components/organisms/footer/lib-footer.html.d.ts.map +1 -0
- package/dist/components/organisms/footer/lib-footer.stories.d.ts +11 -0
- package/dist/components/organisms/footer/lib-footer.stories.d.ts.map +1 -0
- package/dist/components/organisms/footer/lib-footer.types.d.ts +25 -0
- package/dist/components/organisms/footer/lib-footer.types.d.ts.map +1 -0
- package/dist/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.component.d.ts +47 -0
- package/dist/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.component.d.ts.map +1 -0
- package/dist/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.html.d.ts +4 -0
- package/dist/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.html.d.ts.map +1 -0
- package/dist/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.stories.d.ts +8 -0
- package/dist/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.stories.d.ts.map +1 -0
- package/dist/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.types.d.ts +8 -0
- package/dist/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.types.d.ts.map +1 -0
- package/dist/components/organisms/index.d.ts +2 -0
- package/dist/components/organisms/index.d.ts.map +1 -0
- package/dist/components/organisms/parallax-container/lib-parallax.component.d.ts +61 -0
- package/dist/components/organisms/parallax-container/lib-parallax.component.d.ts.map +1 -0
- package/dist/components/organisms/parallax-container/lib-parallax.html.d.ts +4 -0
- package/dist/components/organisms/parallax-container/lib-parallax.html.d.ts.map +1 -0
- package/dist/components/organisms/parallax-container/lib-parallax.stories.d.ts +9 -0
- package/dist/components/organisms/parallax-container/lib-parallax.stories.d.ts.map +1 -0
- package/dist/components/organisms/parallax-container/lib-parallax.types.d.ts +8 -0
- package/dist/components/organisms/parallax-container/lib-parallax.types.d.ts.map +1 -0
- package/dist/components/organisms/parallax-text/lib-parallax-text-stack.component.d.ts +47 -0
- package/dist/components/organisms/parallax-text/lib-parallax-text-stack.component.d.ts.map +1 -0
- package/dist/components/organisms/parallax-text/lib-parallax-text-stack.html.d.ts +4 -0
- package/dist/components/organisms/parallax-text/lib-parallax-text-stack.html.d.ts.map +1 -0
- package/dist/components/organisms/parallax-text/lib-parallax-text-stack.stories.d.ts +10 -0
- package/dist/components/organisms/parallax-text/lib-parallax-text-stack.stories.d.ts.map +1 -0
- package/dist/components/organisms/parallax-text/lib-parallax-text-stack.types.d.ts +3 -0
- package/dist/components/organisms/parallax-text/lib-parallax-text-stack.types.d.ts.map +1 -0
- package/dist/components/organisms/sidebar/lib-sidebar.component.d.ts +72 -0
- package/dist/components/organisms/sidebar/lib-sidebar.component.d.ts.map +1 -0
- package/dist/components/organisms/sidebar/lib-sidebar.html.d.ts +25 -0
- package/dist/components/organisms/sidebar/lib-sidebar.html.d.ts.map +1 -0
- package/dist/components/organisms/sidebar/lib-sidebar.stories.d.ts +13 -0
- package/dist/components/organisms/sidebar/lib-sidebar.stories.d.ts.map +1 -0
- package/dist/components/organisms/sidebar/lib-sidebar.types.d.ts +14 -0
- package/dist/components/organisms/sidebar/lib-sidebar.types.d.ts.map +1 -0
- package/dist/components/organisms/stagger/lib-stagger-container.component.d.ts +49 -0
- package/dist/components/organisms/stagger/lib-stagger-container.component.d.ts.map +1 -0
- package/dist/components/organisms/stagger/lib-stagger-container.html.d.ts +3 -0
- package/dist/components/organisms/stagger/lib-stagger-container.html.d.ts.map +1 -0
- package/dist/components/organisms/stagger/lib-stagger-container.types.d.ts +13 -0
- package/dist/components/organisms/stagger/lib-stagger-container.types.d.ts.map +1 -0
- package/dist/components/organisms/stagger/lib-stagger.stories.d.ts +9 -0
- package/dist/components/organisms/stagger/lib-stagger.stories.d.ts.map +1 -0
- package/dist/components/organisms/stepper/lib-stepper.component.d.ts +83 -0
- package/dist/components/organisms/stepper/lib-stepper.component.d.ts.map +1 -0
- package/dist/components/organisms/stepper/lib-stepper.html.d.ts +15 -0
- package/dist/components/organisms/stepper/lib-stepper.html.d.ts.map +1 -0
- package/dist/components/organisms/stepper/lib-stepper.stories.d.ts +14 -0
- package/dist/components/organisms/stepper/lib-stepper.stories.d.ts.map +1 -0
- package/dist/components/organisms/timeline/lib-timeline-item.component.d.ts +53 -0
- package/dist/components/organisms/timeline/lib-timeline-item.component.d.ts.map +1 -0
- package/dist/components/organisms/timeline/lib-timeline-item.html.d.ts +4 -0
- package/dist/components/organisms/timeline/lib-timeline-item.html.d.ts.map +1 -0
- package/dist/components/organisms/timeline/lib-timeline-item.types.d.ts +29 -0
- package/dist/components/organisms/timeline/lib-timeline-item.types.d.ts.map +1 -0
- package/dist/components/organisms/timeline/lib-timeline.component.d.ts +22 -0
- package/dist/components/organisms/timeline/lib-timeline.component.d.ts.map +1 -0
- package/dist/components/organisms/timeline/lib-timeline.stories.d.ts +14 -0
- package/dist/components/organisms/timeline/lib-timeline.stories.d.ts.map +1 -0
- package/dist/components/organisms/toast-manager/lib-toast-manager.component.d.ts +35 -0
- package/dist/components/organisms/toast-manager/lib-toast-manager.component.d.ts.map +1 -0
- package/dist/components/organisms/toast-manager/lib-toast-manager.stories.d.ts +8 -0
- package/dist/components/organisms/toast-manager/lib-toast-manager.stories.d.ts.map +1 -0
- package/dist/core/a11y.d.ts +27 -0
- package/dist/core/a11y.d.ts.map +1 -0
- package/dist/core/index.d.ts +29 -0
- package/dist/core/index.d.ts.map +1 -0
- package/dist/core/state/index.d.ts +10 -0
- package/dist/core/state/index.d.ts.map +1 -0
- package/dist/core/utils/active-items.d.ts +112 -0
- package/dist/core/utils/active-items.d.ts.map +1 -0
- package/dist/core/utils/index.d.ts +11 -0
- package/dist/core/utils/index.d.ts.map +1 -0
- package/dist/core/validators/index.d.ts +10 -0
- package/dist/core/validators/index.d.ts.map +1 -0
- package/dist/custom-elements.json +19518 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +85 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +392 -0
- package/dist/index.js.map +1 -0
- package/dist/index10.js +45 -0
- package/dist/index10.js.map +1 -0
- package/dist/index100.js +5 -0
- package/dist/index100.js.map +1 -0
- package/dist/index101.js +5 -0
- package/dist/index101.js.map +1 -0
- package/dist/index102.js +5 -0
- package/dist/index102.js.map +1 -0
- package/dist/index103.js +5 -0
- package/dist/index103.js.map +1 -0
- package/dist/index104.js +5 -0
- package/dist/index104.js.map +1 -0
- package/dist/index105.js +5 -0
- package/dist/index105.js.map +1 -0
- package/dist/index106.js +5 -0
- package/dist/index106.js.map +1 -0
- package/dist/index107.js +5 -0
- package/dist/index107.js.map +1 -0
- package/dist/index108.js +5 -0
- package/dist/index108.js.map +1 -0
- package/dist/index109.js +5 -0
- package/dist/index109.js.map +1 -0
- package/dist/index11.js +110 -0
- package/dist/index11.js.map +1 -0
- package/dist/index110.js +5 -0
- package/dist/index110.js.map +1 -0
- package/dist/index111.js +5 -0
- package/dist/index111.js.map +1 -0
- package/dist/index112.js +5 -0
- package/dist/index112.js.map +1 -0
- package/dist/index113.js +5 -0
- package/dist/index113.js.map +1 -0
- package/dist/index114.js +5 -0
- package/dist/index114.js.map +1 -0
- package/dist/index115.js +5 -0
- package/dist/index115.js.map +1 -0
- package/dist/index116.js +5 -0
- package/dist/index116.js.map +1 -0
- package/dist/index117.js +5 -0
- package/dist/index117.js.map +1 -0
- package/dist/index118.js +5 -0
- package/dist/index118.js.map +1 -0
- package/dist/index119.js +5 -0
- package/dist/index119.js.map +1 -0
- package/dist/index12.js +56 -0
- package/dist/index12.js.map +1 -0
- package/dist/index120.js +5 -0
- package/dist/index120.js.map +1 -0
- package/dist/index121.js +5 -0
- package/dist/index121.js.map +1 -0
- package/dist/index122.js +5 -0
- package/dist/index122.js.map +1 -0
- package/dist/index123.js +5 -0
- package/dist/index123.js.map +1 -0
- package/dist/index124.js +5 -0
- package/dist/index124.js.map +1 -0
- package/dist/index125.js +5 -0
- package/dist/index125.js.map +1 -0
- package/dist/index126.js +5 -0
- package/dist/index126.js.map +1 -0
- package/dist/index127.js +5 -0
- package/dist/index127.js.map +1 -0
- package/dist/index128.js +5 -0
- package/dist/index128.js.map +1 -0
- package/dist/index129.js +5 -0
- package/dist/index129.js.map +1 -0
- package/dist/index13.js +68 -0
- package/dist/index13.js.map +1 -0
- package/dist/index130.js +5 -0
- package/dist/index130.js.map +1 -0
- package/dist/index131.js +5 -0
- package/dist/index131.js.map +1 -0
- package/dist/index132.js +5 -0
- package/dist/index132.js.map +1 -0
- package/dist/index133.js +5 -0
- package/dist/index133.js.map +1 -0
- package/dist/index134.js +5 -0
- package/dist/index134.js.map +1 -0
- package/dist/index135.js +5 -0
- package/dist/index135.js.map +1 -0
- package/dist/index136.js +5 -0
- package/dist/index136.js.map +1 -0
- package/dist/index137.js +5 -0
- package/dist/index137.js.map +1 -0
- package/dist/index138.js +5 -0
- package/dist/index138.js.map +1 -0
- package/dist/index139.js +5 -0
- package/dist/index139.js.map +1 -0
- package/dist/index14.js +73 -0
- package/dist/index14.js.map +1 -0
- package/dist/index140.js +5 -0
- package/dist/index140.js.map +1 -0
- package/dist/index141.js +5 -0
- package/dist/index141.js.map +1 -0
- package/dist/index142.js +5 -0
- package/dist/index142.js.map +1 -0
- package/dist/index143.js +5 -0
- package/dist/index143.js.map +1 -0
- package/dist/index144.js +5 -0
- package/dist/index144.js.map +1 -0
- package/dist/index145.js +5 -0
- package/dist/index145.js.map +1 -0
- package/dist/index146.js +5 -0
- package/dist/index146.js.map +1 -0
- package/dist/index147.js +5 -0
- package/dist/index147.js.map +1 -0
- package/dist/index148.js +5 -0
- package/dist/index148.js.map +1 -0
- package/dist/index149.js +5 -0
- package/dist/index149.js.map +1 -0
- package/dist/index15.js +133 -0
- package/dist/index15.js.map +1 -0
- package/dist/index150.js +5 -0
- package/dist/index150.js.map +1 -0
- package/dist/index151.js +5 -0
- package/dist/index151.js.map +1 -0
- package/dist/index152.js +5 -0
- package/dist/index152.js.map +1 -0
- package/dist/index153.js +5 -0
- package/dist/index153.js.map +1 -0
- package/dist/index154.js +5 -0
- package/dist/index154.js.map +1 -0
- package/dist/index155.js +5 -0
- package/dist/index155.js.map +1 -0
- package/dist/index156.js +5 -0
- package/dist/index156.js.map +1 -0
- package/dist/index157.js +5 -0
- package/dist/index157.js.map +1 -0
- package/dist/index158.js +5 -0
- package/dist/index158.js.map +1 -0
- package/dist/index159.js +5 -0
- package/dist/index159.js.map +1 -0
- package/dist/index16.js +80 -0
- package/dist/index16.js.map +1 -0
- package/dist/index160.js +5 -0
- package/dist/index160.js.map +1 -0
- package/dist/index161.js +5 -0
- package/dist/index161.js.map +1 -0
- package/dist/index162.js +5 -0
- package/dist/index162.js.map +1 -0
- package/dist/index163.js +5 -0
- package/dist/index163.js.map +1 -0
- package/dist/index164.js +5 -0
- package/dist/index164.js.map +1 -0
- package/dist/index165.js +5 -0
- package/dist/index165.js.map +1 -0
- package/dist/index166.js +5 -0
- package/dist/index166.js.map +1 -0
- package/dist/index167.js +5 -0
- package/dist/index167.js.map +1 -0
- package/dist/index168.js +5 -0
- package/dist/index168.js.map +1 -0
- package/dist/index169.js +5 -0
- package/dist/index169.js.map +1 -0
- package/dist/index17.js +59 -0
- package/dist/index17.js.map +1 -0
- package/dist/index170.js +5 -0
- package/dist/index170.js.map +1 -0
- package/dist/index171.js +5 -0
- package/dist/index171.js.map +1 -0
- package/dist/index172.js +5 -0
- package/dist/index172.js.map +1 -0
- package/dist/index173.js +5 -0
- package/dist/index173.js.map +1 -0
- package/dist/index174.js +5 -0
- package/dist/index174.js.map +1 -0
- package/dist/index175.js +5 -0
- package/dist/index175.js.map +1 -0
- package/dist/index176.js +5 -0
- package/dist/index176.js.map +1 -0
- package/dist/index177.js +5 -0
- package/dist/index177.js.map +1 -0
- package/dist/index178.js +5 -0
- package/dist/index178.js.map +1 -0
- package/dist/index179.js +5 -0
- package/dist/index179.js.map +1 -0
- package/dist/index18.js +78 -0
- package/dist/index18.js.map +1 -0
- package/dist/index180.js +5 -0
- package/dist/index180.js.map +1 -0
- package/dist/index181.js +5 -0
- package/dist/index181.js.map +1 -0
- package/dist/index182.js +5 -0
- package/dist/index182.js.map +1 -0
- package/dist/index183.js +5 -0
- package/dist/index183.js.map +1 -0
- package/dist/index184.js +5 -0
- package/dist/index184.js.map +1 -0
- package/dist/index185.js +5 -0
- package/dist/index185.js.map +1 -0
- package/dist/index186.js +5 -0
- package/dist/index186.js.map +1 -0
- package/dist/index187.js +5 -0
- package/dist/index187.js.map +1 -0
- package/dist/index188.js +5 -0
- package/dist/index188.js.map +1 -0
- package/dist/index189.js +5 -0
- package/dist/index189.js.map +1 -0
- package/dist/index19.js +66 -0
- package/dist/index19.js.map +1 -0
- package/dist/index190.js +5 -0
- package/dist/index190.js.map +1 -0
- package/dist/index191.js +5 -0
- package/dist/index191.js.map +1 -0
- package/dist/index192.js +5 -0
- package/dist/index192.js.map +1 -0
- package/dist/index193.js +5 -0
- package/dist/index193.js.map +1 -0
- package/dist/index194.js +33 -0
- package/dist/index194.js.map +1 -0
- package/dist/index195.js +5 -0
- package/dist/index195.js.map +1 -0
- package/dist/index196.js +5 -0
- package/dist/index196.js.map +1 -0
- package/dist/index197.js +27 -0
- package/dist/index197.js.map +1 -0
- package/dist/index198.js +5 -0
- package/dist/index198.js.map +1 -0
- package/dist/index199.js +48 -0
- package/dist/index199.js.map +1 -0
- package/dist/index20.js +70 -0
- package/dist/index20.js.map +1 -0
- package/dist/index200.js +5 -0
- package/dist/index200.js.map +1 -0
- package/dist/index201.js +19 -0
- package/dist/index201.js.map +1 -0
- package/dist/index202.js +5 -0
- package/dist/index202.js.map +1 -0
- package/dist/index203.js +5 -0
- package/dist/index203.js.map +1 -0
- package/dist/index204.js +179 -0
- package/dist/index204.js.map +1 -0
- package/dist/index205.js +27 -0
- package/dist/index205.js.map +1 -0
- package/dist/index206.js +5 -0
- package/dist/index206.js.map +1 -0
- package/dist/index207.js +14 -0
- package/dist/index207.js.map +1 -0
- package/dist/index208.js +5 -0
- package/dist/index208.js.map +1 -0
- package/dist/index209.js +94 -0
- package/dist/index209.js.map +1 -0
- package/dist/index21.js +50 -0
- package/dist/index21.js.map +1 -0
- package/dist/index210.js +5 -0
- package/dist/index210.js.map +1 -0
- package/dist/index211.js +44 -0
- package/dist/index211.js.map +1 -0
- package/dist/index212.js +5 -0
- package/dist/index212.js.map +1 -0
- package/dist/index213.js +9 -0
- package/dist/index213.js.map +1 -0
- package/dist/index214.js +5 -0
- package/dist/index214.js.map +1 -0
- package/dist/index215.js +38 -0
- package/dist/index215.js.map +1 -0
- package/dist/index216.js +52 -0
- package/dist/index216.js.map +1 -0
- package/dist/index217.js +5 -0
- package/dist/index217.js.map +1 -0
- package/dist/index218.js +88 -0
- package/dist/index218.js.map +1 -0
- package/dist/index219.js +5 -0
- package/dist/index219.js.map +1 -0
- package/dist/index22.js +77 -0
- package/dist/index22.js.map +1 -0
- package/dist/index220.js +76 -0
- package/dist/index220.js.map +1 -0
- package/dist/index221.js +5 -0
- package/dist/index221.js.map +1 -0
- package/dist/index222.js +13 -0
- package/dist/index222.js.map +1 -0
- package/dist/index223.js +5 -0
- package/dist/index223.js.map +1 -0
- package/dist/index224.js +29 -0
- package/dist/index224.js.map +1 -0
- package/dist/index225.js +5 -0
- package/dist/index225.js.map +1 -0
- package/dist/index226.js +21 -0
- package/dist/index226.js.map +1 -0
- package/dist/index227.js +5 -0
- package/dist/index227.js.map +1 -0
- package/dist/index228.js +5 -0
- package/dist/index228.js.map +1 -0
- package/dist/index229.js +36 -0
- package/dist/index229.js.map +1 -0
- package/dist/index23.js +95 -0
- package/dist/index23.js.map +1 -0
- package/dist/index230.js +5 -0
- package/dist/index230.js.map +1 -0
- package/dist/index231.js +5 -0
- package/dist/index231.js.map +1 -0
- package/dist/index232.js +5 -0
- package/dist/index232.js.map +1 -0
- package/dist/index233.js +22 -0
- package/dist/index233.js.map +1 -0
- package/dist/index234.js +5 -0
- package/dist/index234.js.map +1 -0
- package/dist/index235.js +19 -0
- package/dist/index235.js.map +1 -0
- package/dist/index236.js +5 -0
- package/dist/index236.js.map +1 -0
- package/dist/index237.js +45 -0
- package/dist/index237.js.map +1 -0
- package/dist/index238.js +5 -0
- package/dist/index238.js.map +1 -0
- package/dist/index239.js +30 -0
- package/dist/index239.js.map +1 -0
- package/dist/index24.js +55 -0
- package/dist/index24.js.map +1 -0
- package/dist/index240.js +5 -0
- package/dist/index240.js.map +1 -0
- package/dist/index241.js +37 -0
- package/dist/index241.js.map +1 -0
- package/dist/index242.js +17 -0
- package/dist/index242.js.map +1 -0
- package/dist/index243.js +5 -0
- package/dist/index243.js.map +1 -0
- package/dist/index244.js +12 -0
- package/dist/index244.js.map +1 -0
- package/dist/index245.js +5 -0
- package/dist/index245.js.map +1 -0
- package/dist/index246.js +8 -0
- package/dist/index246.js.map +1 -0
- package/dist/index247.js +5 -0
- package/dist/index247.js.map +1 -0
- package/dist/index248.js +39 -0
- package/dist/index248.js.map +1 -0
- package/dist/index249.js +5 -0
- package/dist/index249.js.map +1 -0
- package/dist/index25.js +58 -0
- package/dist/index25.js.map +1 -0
- package/dist/index250.js +34 -0
- package/dist/index250.js.map +1 -0
- package/dist/index251.js +5 -0
- package/dist/index251.js.map +1 -0
- package/dist/index252.js +22 -0
- package/dist/index252.js.map +1 -0
- package/dist/index253.js +5 -0
- package/dist/index253.js.map +1 -0
- package/dist/index254.js +5 -0
- package/dist/index254.js.map +1 -0
- package/dist/index255.js +91 -0
- package/dist/index255.js.map +1 -0
- package/dist/index256.js +14 -0
- package/dist/index256.js.map +1 -0
- package/dist/index257.js +5 -0
- package/dist/index257.js.map +1 -0
- package/dist/index258.js +81 -0
- package/dist/index258.js.map +1 -0
- package/dist/index259.js +5 -0
- package/dist/index259.js.map +1 -0
- package/dist/index26.js +271 -0
- package/dist/index26.js.map +1 -0
- package/dist/index260.js +35 -0
- package/dist/index260.js.map +1 -0
- package/dist/index261.js +5 -0
- package/dist/index261.js.map +1 -0
- package/dist/index262.js +12 -0
- package/dist/index262.js.map +1 -0
- package/dist/index263.js +5 -0
- package/dist/index263.js.map +1 -0
- package/dist/index264.js +19 -0
- package/dist/index264.js.map +1 -0
- package/dist/index265.js +5 -0
- package/dist/index265.js.map +1 -0
- package/dist/index266.js +19 -0
- package/dist/index266.js.map +1 -0
- package/dist/index267.js +12 -0
- package/dist/index267.js.map +1 -0
- package/dist/index268.js +58 -0
- package/dist/index268.js.map +1 -0
- package/dist/index269.js +5 -0
- package/dist/index269.js.map +1 -0
- package/dist/index27.js +81 -0
- package/dist/index27.js.map +1 -0
- package/dist/index270.js +13 -0
- package/dist/index270.js.map +1 -0
- package/dist/index271.js +5 -0
- package/dist/index271.js.map +1 -0
- package/dist/index272.js +37 -0
- package/dist/index272.js.map +1 -0
- package/dist/index273.js +5 -0
- package/dist/index273.js.map +1 -0
- package/dist/index274.js +5 -0
- package/dist/index274.js.map +1 -0
- package/dist/index275.js +20 -0
- package/dist/index275.js.map +1 -0
- package/dist/index276.js +5 -0
- package/dist/index276.js.map +1 -0
- package/dist/index277.js +21 -0
- package/dist/index277.js.map +1 -0
- package/dist/index278.js +5 -0
- package/dist/index278.js.map +1 -0
- package/dist/index279.js +5 -0
- package/dist/index279.js.map +1 -0
- package/dist/index28.js +48 -0
- package/dist/index28.js.map +1 -0
- package/dist/index280.js +45 -0
- package/dist/index280.js.map +1 -0
- package/dist/index281.js +103 -0
- package/dist/index281.js.map +1 -0
- package/dist/index282.js +5 -0
- package/dist/index282.js.map +1 -0
- package/dist/index283.js +100 -0
- package/dist/index283.js.map +1 -0
- package/dist/index284.js +5 -0
- package/dist/index284.js.map +1 -0
- package/dist/index285.js +35 -0
- package/dist/index285.js.map +1 -0
- package/dist/index286.js +5 -0
- package/dist/index286.js.map +1 -0
- package/dist/index287.js +54 -0
- package/dist/index287.js.map +1 -0
- package/dist/index288.js +5 -0
- package/dist/index288.js.map +1 -0
- package/dist/index289.js +36 -0
- package/dist/index289.js.map +1 -0
- package/dist/index29.js +68 -0
- package/dist/index29.js.map +1 -0
- package/dist/index290.js +5 -0
- package/dist/index290.js.map +1 -0
- package/dist/index291.js +60 -0
- package/dist/index291.js.map +1 -0
- package/dist/index292.js +5 -0
- package/dist/index292.js.map +1 -0
- package/dist/index293.js +5 -0
- package/dist/index293.js.map +1 -0
- package/dist/index294.js +263 -0
- package/dist/index294.js.map +1 -0
- package/dist/index295.js +5 -0
- package/dist/index295.js.map +1 -0
- package/dist/index296.js +75 -0
- package/dist/index296.js.map +1 -0
- package/dist/index297.js +5 -0
- package/dist/index297.js.map +1 -0
- package/dist/index298.js +69 -0
- package/dist/index298.js.map +1 -0
- package/dist/index299.js +136 -0
- package/dist/index299.js.map +1 -0
- package/dist/index3.js +376 -0
- package/dist/index3.js.map +1 -0
- package/dist/index30.js +42 -0
- package/dist/index30.js.map +1 -0
- package/dist/index300.js +5 -0
- package/dist/index300.js.map +1 -0
- package/dist/index301.js +15 -0
- package/dist/index301.js.map +1 -0
- package/dist/index302.js +5 -0
- package/dist/index302.js.map +1 -0
- package/dist/index303.js +165 -0
- package/dist/index303.js.map +1 -0
- package/dist/index304.js +46 -0
- package/dist/index304.js.map +1 -0
- package/dist/index305.js +84 -0
- package/dist/index305.js.map +1 -0
- package/dist/index306.js +5 -0
- package/dist/index306.js.map +1 -0
- package/dist/index307.js +74 -0
- package/dist/index307.js.map +1 -0
- package/dist/index308.js +5 -0
- package/dist/index308.js.map +1 -0
- package/dist/index309.js +5 -0
- package/dist/index309.js.map +1 -0
- package/dist/index31.js +25 -0
- package/dist/index31.js.map +1 -0
- package/dist/index310.js +84 -0
- package/dist/index310.js.map +1 -0
- package/dist/index311.js +5 -0
- package/dist/index311.js.map +1 -0
- package/dist/index312.js +5 -0
- package/dist/index312.js.map +1 -0
- package/dist/index313.js +77 -0
- package/dist/index313.js.map +1 -0
- package/dist/index314.js +77 -0
- package/dist/index314.js.map +1 -0
- package/dist/index315.js +5 -0
- package/dist/index315.js.map +1 -0
- package/dist/index316.js +20 -0
- package/dist/index316.js.map +1 -0
- package/dist/index317.js +5 -0
- package/dist/index317.js.map +1 -0
- package/dist/index318.js +42 -0
- package/dist/index318.js.map +1 -0
- package/dist/index319.js +5 -0
- package/dist/index319.js.map +1 -0
- package/dist/index32.js +88 -0
- package/dist/index32.js.map +1 -0
- package/dist/index320.js +85 -0
- package/dist/index320.js.map +1 -0
- package/dist/index321.js +5 -0
- package/dist/index321.js.map +1 -0
- package/dist/index322.js +157 -0
- package/dist/index322.js.map +1 -0
- package/dist/index323.js +5 -0
- package/dist/index323.js.map +1 -0
- package/dist/index324.js +12 -0
- package/dist/index324.js.map +1 -0
- package/dist/index325.js +5 -0
- package/dist/index325.js.map +1 -0
- package/dist/index326.js +97 -0
- package/dist/index326.js.map +1 -0
- package/dist/index327.js +5 -0
- package/dist/index327.js.map +1 -0
- package/dist/index328.js +5 -0
- package/dist/index328.js.map +1 -0
- package/dist/index329.js +240 -0
- package/dist/index329.js.map +1 -0
- package/dist/index33.js +90 -0
- package/dist/index33.js.map +1 -0
- package/dist/index330.js +12 -0
- package/dist/index330.js.map +1 -0
- package/dist/index331.js +5 -0
- package/dist/index331.js.map +1 -0
- package/dist/index332.js +62 -0
- package/dist/index332.js.map +1 -0
- package/dist/index333.js +5 -0
- package/dist/index333.js.map +1 -0
- package/dist/index334.js +12 -0
- package/dist/index334.js.map +1 -0
- package/dist/index335.js +5 -0
- package/dist/index335.js.map +1 -0
- package/dist/index336.js +18 -0
- package/dist/index336.js.map +1 -0
- package/dist/index337.js +5 -0
- package/dist/index337.js.map +1 -0
- package/dist/index338.js +5 -0
- package/dist/index338.js.map +1 -0
- package/dist/index339.js +95 -0
- package/dist/index339.js.map +1 -0
- package/dist/index34.js +66 -0
- package/dist/index34.js.map +1 -0
- package/dist/index340.js +24 -0
- package/dist/index340.js.map +1 -0
- package/dist/index341.js +5 -0
- package/dist/index341.js.map +1 -0
- package/dist/index342.js +87 -0
- package/dist/index342.js.map +1 -0
- package/dist/index343.js +5 -0
- package/dist/index343.js.map +1 -0
- package/dist/index344.js +21 -0
- package/dist/index344.js.map +1 -0
- package/dist/index345.js +5 -0
- package/dist/index345.js.map +1 -0
- package/dist/index346.js +271 -0
- package/dist/index346.js.map +1 -0
- package/dist/index347.js +5 -0
- package/dist/index347.js.map +1 -0
- package/dist/index348.js +5 -0
- package/dist/index348.js.map +1 -0
- package/dist/index349.js +42 -0
- package/dist/index349.js.map +1 -0
- package/dist/index35.js +60 -0
- package/dist/index35.js.map +1 -0
- package/dist/index350.js +8 -0
- package/dist/index350.js.map +1 -0
- package/dist/index351.js +5 -0
- package/dist/index351.js.map +1 -0
- package/dist/index352.js +28 -0
- package/dist/index352.js.map +1 -0
- package/dist/index353.js +17 -0
- package/dist/index353.js.map +1 -0
- package/dist/index354.js +31 -0
- package/dist/index354.js.map +1 -0
- package/dist/index355.js +69 -0
- package/dist/index355.js.map +1 -0
- package/dist/index356.js +67 -0
- package/dist/index356.js.map +1 -0
- package/dist/index357.js +35 -0
- package/dist/index357.js.map +1 -0
- package/dist/index358.js +232 -0
- package/dist/index358.js.map +1 -0
- package/dist/index359.js +28 -0
- package/dist/index359.js.map +1 -0
- package/dist/index36.js +60 -0
- package/dist/index36.js.map +1 -0
- package/dist/index360.js +38 -0
- package/dist/index360.js.map +1 -0
- package/dist/index361.js +149 -0
- package/dist/index361.js.map +1 -0
- package/dist/index362.js +133 -0
- package/dist/index362.js.map +1 -0
- package/dist/index37.js +142 -0
- package/dist/index37.js.map +1 -0
- package/dist/index38.js +278 -0
- package/dist/index38.js.map +1 -0
- package/dist/index39.js +167 -0
- package/dist/index39.js.map +1 -0
- package/dist/index4.js +114 -0
- package/dist/index4.js.map +1 -0
- package/dist/index40.js +422 -0
- package/dist/index40.js.map +1 -0
- package/dist/index41.js +109 -0
- package/dist/index41.js.map +1 -0
- package/dist/index42.js +58 -0
- package/dist/index42.js.map +1 -0
- package/dist/index43.js +70 -0
- package/dist/index43.js.map +1 -0
- package/dist/index44.js +32 -0
- package/dist/index44.js.map +1 -0
- package/dist/index45.js +50 -0
- package/dist/index45.js.map +1 -0
- package/dist/index46.js +54 -0
- package/dist/index46.js.map +1 -0
- package/dist/index47.js +46 -0
- package/dist/index47.js.map +1 -0
- package/dist/index48.js +96 -0
- package/dist/index48.js.map +1 -0
- package/dist/index49.js +319 -0
- package/dist/index49.js.map +1 -0
- package/dist/index5.js +55 -0
- package/dist/index5.js.map +1 -0
- package/dist/index50.js +65 -0
- package/dist/index50.js.map +1 -0
- package/dist/index51.js +139 -0
- package/dist/index51.js.map +1 -0
- package/dist/index52.js +75 -0
- package/dist/index52.js.map +1 -0
- package/dist/index53.js +100 -0
- package/dist/index53.js.map +1 -0
- package/dist/index54.js +299 -0
- package/dist/index54.js.map +1 -0
- package/dist/index55.js +167 -0
- package/dist/index55.js.map +1 -0
- package/dist/index56.js +98 -0
- package/dist/index56.js.map +1 -0
- package/dist/index57.js +167 -0
- package/dist/index57.js.map +1 -0
- package/dist/index58.js +188 -0
- package/dist/index58.js.map +1 -0
- package/dist/index59.js +371 -0
- package/dist/index59.js.map +1 -0
- package/dist/index6.js +75 -0
- package/dist/index6.js.map +1 -0
- package/dist/index60.js +111 -0
- package/dist/index60.js.map +1 -0
- package/dist/index61.js +217 -0
- package/dist/index61.js.map +1 -0
- package/dist/index62.js +147 -0
- package/dist/index62.js.map +1 -0
- package/dist/index63.js +317 -0
- package/dist/index63.js.map +1 -0
- package/dist/index64.js +312 -0
- package/dist/index64.js.map +1 -0
- package/dist/index65.js +119 -0
- package/dist/index65.js.map +1 -0
- package/dist/index66.js +196 -0
- package/dist/index66.js.map +1 -0
- package/dist/index67.js +105 -0
- package/dist/index67.js.map +1 -0
- package/dist/index68.js +118 -0
- package/dist/index68.js.map +1 -0
- package/dist/index69.js +187 -0
- package/dist/index69.js.map +1 -0
- package/dist/index7.js +60 -0
- package/dist/index7.js.map +1 -0
- package/dist/index70.js +85 -0
- package/dist/index70.js.map +1 -0
- package/dist/index71.js +154 -0
- package/dist/index71.js.map +1 -0
- package/dist/index72.js +247 -0
- package/dist/index72.js.map +1 -0
- package/dist/index73.js +57 -0
- package/dist/index73.js.map +1 -0
- package/dist/index74.js +92 -0
- package/dist/index74.js.map +1 -0
- package/dist/index75.js +142 -0
- package/dist/index75.js.map +1 -0
- package/dist/index76.js +112 -0
- package/dist/index76.js.map +1 -0
- package/dist/index77.js +118 -0
- package/dist/index77.js.map +1 -0
- package/dist/index78.js +41 -0
- package/dist/index78.js.map +1 -0
- package/dist/index79.js +115 -0
- package/dist/index79.js.map +1 -0
- package/dist/index8.js +161 -0
- package/dist/index8.js.map +1 -0
- package/dist/index80.js +222 -0
- package/dist/index80.js.map +1 -0
- package/dist/index81.js +46 -0
- package/dist/index81.js.map +1 -0
- package/dist/index82.js +153 -0
- package/dist/index82.js.map +1 -0
- package/dist/index83.js +247 -0
- package/dist/index83.js.map +1 -0
- package/dist/index84.js +140 -0
- package/dist/index84.js.map +1 -0
- package/dist/index85.js +5 -0
- package/dist/index85.js.map +1 -0
- package/dist/index86.js +5 -0
- package/dist/index86.js.map +1 -0
- package/dist/index87.js +5 -0
- package/dist/index87.js.map +1 -0
- package/dist/index88.js +5 -0
- package/dist/index88.js.map +1 -0
- package/dist/index89.js +5 -0
- package/dist/index89.js.map +1 -0
- package/dist/index9.js +75 -0
- package/dist/index9.js.map +1 -0
- package/dist/index90.js +5 -0
- package/dist/index90.js.map +1 -0
- package/dist/index91.js +5 -0
- package/dist/index91.js.map +1 -0
- package/dist/index92.js +5 -0
- package/dist/index92.js.map +1 -0
- package/dist/index93.js +5 -0
- package/dist/index93.js.map +1 -0
- package/dist/index94.js +5 -0
- package/dist/index94.js.map +1 -0
- package/dist/index95.js +5 -0
- package/dist/index95.js.map +1 -0
- package/dist/index96.js +5 -0
- package/dist/index96.js.map +1 -0
- package/dist/index97.js +5 -0
- package/dist/index97.js.map +1 -0
- package/dist/index98.js +5 -0
- package/dist/index98.js.map +1 -0
- package/dist/index99.js +5 -0
- package/dist/index99.js.map +1 -0
- package/dist/models/storybook/index.d.ts +10 -0
- package/dist/models/storybook/index.d.ts.map +1 -0
- package/dist/models/ui/common.d.ts +23 -0
- package/dist/models/ui/common.d.ts.map +1 -0
- package/dist/models/ui/lib-tab/tab-item.d.ts +1 -0
- package/dist/models/ui/lib-tab/tab-item.d.ts.map +1 -0
- package/dist/react/index.ts +83 -0
- package/dist/react/lib-accordion-item.tsx +21 -0
- package/dist/react/lib-accordion.tsx +19 -0
- package/dist/react/lib-alert.tsx +21 -0
- package/dist/react/lib-aspect-ratio.tsx +19 -0
- package/dist/react/lib-avatar.tsx +19 -0
- package/dist/react/lib-background.tsx +19 -0
- package/dist/react/lib-badge.tsx +19 -0
- package/dist/react/lib-bento-grid.tsx +19 -0
- package/dist/react/lib-bento-item.tsx +19 -0
- package/dist/react/lib-breadcrumb.tsx +21 -0
- package/dist/react/lib-burger.tsx +21 -0
- package/dist/react/lib-button-group.tsx +21 -0
- package/dist/react/lib-button-liquid.tsx +21 -0
- package/dist/react/lib-button-sep.tsx +19 -0
- package/dist/react/lib-button-split.tsx +22 -0
- package/dist/react/lib-button.tsx +22 -0
- package/dist/react/lib-card.tsx +21 -0
- package/dist/react/lib-carousel.tsx +21 -0
- package/dist/react/lib-checkbox-card.tsx +21 -0
- package/dist/react/lib-checkbox.tsx +21 -0
- package/dist/react/lib-chip.tsx +22 -0
- package/dist/react/lib-close-button.tsx +21 -0
- package/dist/react/lib-code-block.tsx +19 -0
- package/dist/react/lib-color-picker.tsx +23 -0
- package/dist/react/lib-color-scale.tsx +19 -0
- package/dist/react/lib-color-swatches.tsx +21 -0
- package/dist/react/lib-component-grid.tsx +19 -0
- package/dist/react/lib-content-pillar.tsx +19 -0
- package/dist/react/lib-copy-button.tsx +21 -0
- package/dist/react/lib-counter.tsx +19 -0
- package/dist/react/lib-cursor-follower.tsx +19 -0
- package/dist/react/lib-data-table.tsx +24 -0
- package/dist/react/lib-dialog.tsx +21 -0
- package/dist/react/lib-display-heading.tsx +19 -0
- package/dist/react/lib-divider.tsx +19 -0
- package/dist/react/lib-drawer.tsx +21 -0
- package/dist/react/lib-dropdown.tsx +22 -0
- package/dist/react/lib-empty-state.tsx +19 -0
- package/dist/react/lib-eyebrow.tsx +19 -0
- package/dist/react/lib-file-uploader.tsx +25 -0
- package/dist/react/lib-footer.tsx +21 -0
- package/dist/react/lib-glass-card.tsx +19 -0
- package/dist/react/lib-header.tsx +23 -0
- package/dist/react/lib-horizontal-scroll-section.tsx +21 -0
- package/dist/react/lib-icon.tsx +19 -0
- package/dist/react/lib-input.tsx +21 -0
- package/dist/react/lib-kbd.tsx +19 -0
- package/dist/react/lib-label.tsx +19 -0
- package/dist/react/lib-magnetic.tsx +19 -0
- package/dist/react/lib-modal.tsx +21 -0
- package/dist/react/lib-pagination.tsx +21 -0
- package/dist/react/lib-parallax-container.tsx +19 -0
- package/dist/react/lib-parallax-text-stack.tsx +19 -0
- package/dist/react/lib-progress-circle.tsx +19 -0
- package/dist/react/lib-progress.tsx +19 -0
- package/dist/react/lib-quote.tsx +19 -0
- package/dist/react/lib-radio.tsx +21 -0
- package/dist/react/lib-range-slider.tsx +21 -0
- package/dist/react/lib-rating.tsx +21 -0
- package/dist/react/lib-reading-progress.tsx +19 -0
- package/dist/react/lib-ripple.tsx +19 -0
- package/dist/react/lib-segmented-control.tsx +21 -0
- package/dist/react/lib-select-option.tsx +21 -0
- package/dist/react/lib-select.tsx +24 -0
- package/dist/react/lib-sidebar.tsx +23 -0
- package/dist/react/lib-skeleton.tsx +19 -0
- package/dist/react/lib-spacer.tsx +19 -0
- package/dist/react/lib-spinner.tsx +19 -0
- package/dist/react/lib-spotlight-card.tsx +19 -0
- package/dist/react/lib-stagger-container.tsx +22 -0
- package/dist/react/lib-status-dot.tsx +19 -0
- package/dist/react/lib-step.tsx +19 -0
- package/dist/react/lib-stepper.tsx +21 -0
- package/dist/react/lib-switch.tsx +21 -0
- package/dist/react/lib-tabs.tsx +21 -0
- package/dist/react/lib-text-glitch.tsx +19 -0
- package/dist/react/lib-text-list.tsx +22 -0
- package/dist/react/lib-timeline-item.tsx +19 -0
- package/dist/react/lib-timeline.tsx +19 -0
- package/dist/react/lib-toast-manager.tsx +19 -0
- package/dist/react/lib-tooltip.tsx +19 -0
- package/dist/react/lib-tree-select.tsx +22 -0
- package/dist/react/lib-visually-hidden.tsx +19 -0
- package/dist/shared/icons/icon-registry.d.ts +119 -0
- package/dist/shared/icons/icon-registry.d.ts.map +1 -0
- package/dist/src/components/atoms/accordion-item/lib-accordion-item.component.d.ts +33 -0
- package/dist/src/components/atoms/accordion-item/lib-accordion-item.component.d.ts.map +1 -0
- package/dist/src/components/atoms/accordion-item/lib-accordion-item.component.html.d.ts +16 -0
- package/dist/src/components/atoms/accordion-item/lib-accordion-item.component.html.d.ts.map +1 -0
- package/dist/src/components/atoms/accordion-item/lib-accordion-item.stories.d.ts +13 -0
- package/dist/src/components/atoms/accordion-item/lib-accordion-item.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/aspect-ratio/lib-aspect-ratio.component.d.ts +11 -0
- package/dist/src/components/atoms/aspect-ratio/lib-aspect-ratio.component.d.ts.map +1 -0
- package/dist/src/components/atoms/aspect-ratio/lib-aspect-ratio.html.d.ts +3 -0
- package/dist/src/components/atoms/aspect-ratio/lib-aspect-ratio.html.d.ts.map +1 -0
- package/dist/src/components/atoms/aspect-ratio/lib-aspect-ratio.stories.d.ts +6 -0
- package/dist/src/components/atoms/aspect-ratio/lib-aspect-ratio.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/avatar/lib-avatar.component.d.ts +39 -0
- package/dist/src/components/atoms/avatar/lib-avatar.component.d.ts.map +1 -0
- package/dist/src/components/atoms/avatar/lib-avatar.html.d.ts +27 -0
- package/dist/src/components/atoms/avatar/lib-avatar.html.d.ts.map +1 -0
- package/dist/src/components/atoms/avatar/lib-avatar.stories.d.ts +16 -0
- package/dist/src/components/atoms/avatar/lib-avatar.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/background/lib-background.component.d.ts +44 -0
- package/dist/src/components/atoms/background/lib-background.component.d.ts.map +1 -0
- package/dist/src/components/atoms/background/lib-background.html.d.ts +14 -0
- package/dist/src/components/atoms/background/lib-background.html.d.ts.map +1 -0
- package/dist/src/components/atoms/background/lib-background.stories.d.ts +14 -0
- package/dist/src/components/atoms/background/lib-background.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/background/lib-background.types.d.ts +22 -0
- package/dist/src/components/atoms/background/lib-background.types.d.ts.map +1 -0
- package/dist/src/components/atoms/badge/lib-badge.component.d.ts +33 -0
- package/dist/src/components/atoms/badge/lib-badge.component.d.ts.map +1 -0
- package/dist/src/components/atoms/badge/lib-badge.html.d.ts +19 -0
- package/dist/src/components/atoms/badge/lib-badge.html.d.ts.map +1 -0
- package/dist/src/components/atoms/badge/lib-badge.stories.d.ts +16 -0
- package/dist/src/components/atoms/badge/lib-badge.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/bento-item/lib-bento-item.component.d.ts +34 -0
- package/dist/src/components/atoms/bento-item/lib-bento-item.component.d.ts.map +1 -0
- package/dist/src/components/atoms/bento-item/lib-bento-item.html.d.ts +4 -0
- package/dist/src/components/atoms/bento-item/lib-bento-item.html.d.ts.map +1 -0
- package/dist/src/components/atoms/bento-item/lib-bento-item.stories.d.ts +7 -0
- package/dist/src/components/atoms/bento-item/lib-bento-item.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/burger-button/lib-burger-button.component.d.ts +42 -0
- package/dist/src/components/atoms/burger-button/lib-burger-button.component.d.ts.map +1 -0
- package/dist/src/components/atoms/burger-button/lib-burger-button.html.d.ts +4 -0
- package/dist/src/components/atoms/burger-button/lib-burger-button.html.d.ts.map +1 -0
- package/dist/src/components/atoms/burger-button/lib-burger-button.stories.d.ts +14 -0
- package/dist/src/components/atoms/burger-button/lib-burger-button.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/burger-button/lib-burger-button.types.d.ts +3 -0
- package/dist/src/components/atoms/burger-button/lib-burger-button.types.d.ts.map +1 -0
- package/dist/src/components/atoms/button/lib-button.component.d.ts +53 -0
- package/dist/src/components/atoms/button/lib-button.component.d.ts.map +1 -0
- package/dist/src/components/atoms/button/lib-button.html.d.ts +19 -0
- package/dist/src/components/atoms/button/lib-button.html.d.ts.map +1 -0
- package/dist/src/components/atoms/button/lib-button.stories.d.ts +17 -0
- package/dist/src/components/atoms/button/lib-button.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/card/card-grid/lib-card-grid.component.d.ts +34 -0
- package/dist/src/components/atoms/card/card-grid/lib-card-grid.component.d.ts.map +1 -0
- package/dist/src/components/atoms/card/lib-card.component.d.ts +41 -0
- package/dist/src/components/atoms/card/lib-card.component.d.ts.map +1 -0
- package/dist/src/components/atoms/card/lib-card.html.d.ts +16 -0
- package/dist/src/components/atoms/card/lib-card.html.d.ts.map +1 -0
- package/dist/src/components/atoms/card/lib-card.stories.d.ts +19 -0
- package/dist/src/components/atoms/card/lib-card.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/card/lib-card.types.d.ts +5 -0
- package/dist/src/components/atoms/card/lib-card.types.d.ts.map +1 -0
- package/dist/src/components/atoms/checkbox/lib-checkbox.component.d.ts +51 -0
- package/dist/src/components/atoms/checkbox/lib-checkbox.component.d.ts.map +1 -0
- package/dist/src/components/atoms/checkbox/lib-checkbox.html.d.ts +25 -0
- package/dist/src/components/atoms/checkbox/lib-checkbox.html.d.ts.map +1 -0
- package/dist/src/components/atoms/checkbox/lib-checkbox.stories.d.ts +14 -0
- package/dist/src/components/atoms/checkbox/lib-checkbox.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/close-button/lib-close-button.component.d.ts +40 -0
- package/dist/src/components/atoms/close-button/lib-close-button.component.d.ts.map +1 -0
- package/dist/src/components/atoms/close-button/lib-close-button.html.d.ts +20 -0
- package/dist/src/components/atoms/close-button/lib-close-button.html.d.ts.map +1 -0
- package/dist/src/components/atoms/close-button/lib-close-button.stories.d.ts +16 -0
- package/dist/src/components/atoms/close-button/lib-close-button.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/code-block/lib-code-block.component.d.ts +44 -0
- package/dist/src/components/atoms/code-block/lib-code-block.component.d.ts.map +1 -0
- package/dist/src/components/atoms/code-block/lib-code-block.html.d.ts +12 -0
- package/dist/src/components/atoms/code-block/lib-code-block.html.d.ts.map +1 -0
- package/dist/src/components/atoms/code-block/lib-code-block.stories.d.ts +14 -0
- package/dist/src/components/atoms/code-block/lib-code-block.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/color-scale/lib-color-scale.component.d.ts +29 -0
- package/dist/src/components/atoms/color-scale/lib-color-scale.component.d.ts.map +1 -0
- package/dist/src/components/atoms/color-scale/lib-color-scale.html.d.ts +4 -0
- package/dist/src/components/atoms/color-scale/lib-color-scale.html.d.ts.map +1 -0
- package/dist/src/components/atoms/color-scale/lib-color-scale.stories.d.ts +10 -0
- package/dist/src/components/atoms/color-scale/lib-color-scale.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/color-scale/lib-color-scale.types.d.ts +9 -0
- package/dist/src/components/atoms/color-scale/lib-color-scale.types.d.ts.map +1 -0
- package/dist/src/components/atoms/content-pillar/content-pillar.component.d.ts +52 -0
- package/dist/src/components/atoms/content-pillar/content-pillar.component.d.ts.map +1 -0
- package/dist/src/components/atoms/content-pillar/content-pillar.html.d.ts +4 -0
- package/dist/src/components/atoms/content-pillar/content-pillar.html.d.ts.map +1 -0
- package/dist/src/components/atoms/content-pillar/content-pillar.stories.d.ts +11 -0
- package/dist/src/components/atoms/content-pillar/content-pillar.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/copy-button/lib-copy-button.component.d.ts +49 -0
- package/dist/src/components/atoms/copy-button/lib-copy-button.component.d.ts.map +1 -0
- package/dist/src/components/atoms/copy-button/lib-copy-button.html.d.ts +27 -0
- package/dist/src/components/atoms/copy-button/lib-copy-button.html.d.ts.map +1 -0
- package/dist/src/components/atoms/copy-button/lib-copy-button.stories.d.ts +16 -0
- package/dist/src/components/atoms/copy-button/lib-copy-button.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/display-heading/lib-display-heading.component.d.ts +79 -0
- package/dist/src/components/atoms/display-heading/lib-display-heading.component.d.ts.map +1 -0
- package/dist/src/components/atoms/display-heading/lib-display-heading.html.d.ts +4 -0
- package/dist/src/components/atoms/display-heading/lib-display-heading.html.d.ts.map +1 -0
- package/dist/src/components/atoms/display-heading/lib-display-heading.stories.d.ts +17 -0
- package/dist/src/components/atoms/display-heading/lib-display-heading.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/display-heading/lib-display-heading.types.d.ts +4 -0
- package/dist/src/components/atoms/display-heading/lib-display-heading.types.d.ts.map +1 -0
- package/dist/src/components/atoms/divider/lib-divider.component.d.ts +61 -0
- package/dist/src/components/atoms/divider/lib-divider.component.d.ts.map +1 -0
- package/dist/src/components/atoms/divider/lib-divider.component.html.d.ts +19 -0
- package/dist/src/components/atoms/divider/lib-divider.component.html.d.ts.map +1 -0
- package/dist/src/components/atoms/divider/lib-divider.stories.d.ts +20 -0
- package/dist/src/components/atoms/divider/lib-divider.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/eyebrow/lib-eyebrow.component.d.ts +64 -0
- package/dist/src/components/atoms/eyebrow/lib-eyebrow.component.d.ts.map +1 -0
- package/dist/src/components/atoms/eyebrow/lib-eyebrow.html.d.ts +4 -0
- package/dist/src/components/atoms/eyebrow/lib-eyebrow.html.d.ts.map +1 -0
- package/dist/src/components/atoms/eyebrow/lib-eyebrow.stories.d.ts +18 -0
- package/dist/src/components/atoms/eyebrow/lib-eyebrow.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/glass-card/lib-glass-card.component.d.ts +47 -0
- package/dist/src/components/atoms/glass-card/lib-glass-card.component.d.ts.map +1 -0
- package/dist/src/components/atoms/glass-card/lib-glass-card.html.d.ts +17 -0
- package/dist/src/components/atoms/glass-card/lib-glass-card.html.d.ts.map +1 -0
- package/dist/src/components/atoms/glass-card/lib-glass-card.stories.d.ts +14 -0
- package/dist/src/components/atoms/glass-card/lib-glass-card.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/icon/lib-icon.component.d.ts +12 -0
- package/dist/src/components/atoms/icon/lib-icon.component.d.ts.map +1 -0
- package/dist/src/components/atoms/icon/lib-icon.stories.d.ts +10 -0
- package/dist/src/components/atoms/icon/lib-icon.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/index.d.ts +17 -0
- package/dist/src/components/atoms/index.d.ts.map +1 -0
- package/dist/src/components/atoms/kbd/lib-kbd.component.d.ts +48 -0
- package/dist/src/components/atoms/kbd/lib-kbd.component.d.ts.map +1 -0
- package/dist/src/components/atoms/kbd/lib-kbd.html.d.ts +23 -0
- package/dist/src/components/atoms/kbd/lib-kbd.html.d.ts.map +1 -0
- package/dist/src/components/atoms/kbd/lib-kbd.stories.d.ts +16 -0
- package/dist/src/components/atoms/kbd/lib-kbd.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/label/lib-label.component.d.ts +10 -0
- package/dist/src/components/atoms/label/lib-label.component.d.ts.map +1 -0
- package/dist/src/components/atoms/lib-counter/lib-counter.component.d.ts +84 -0
- package/dist/src/components/atoms/lib-counter/lib-counter.component.d.ts.map +1 -0
- package/dist/src/components/atoms/lib-counter/lib-counter.html.d.ts +25 -0
- package/dist/src/components/atoms/lib-counter/lib-counter.html.d.ts.map +1 -0
- package/dist/src/components/atoms/lib-counter/lib-counter.stories.d.ts +15 -0
- package/dist/src/components/atoms/lib-counter/lib-counter.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/liquid-button/lib-liquid-button.component.d.ts +43 -0
- package/dist/src/components/atoms/liquid-button/lib-liquid-button.component.d.ts.map +1 -0
- package/dist/src/components/atoms/liquid-button/lib-liquid-button.html.d.ts +4 -0
- package/dist/src/components/atoms/liquid-button/lib-liquid-button.html.d.ts.map +1 -0
- package/dist/src/components/atoms/liquid-button/lib-liquid-button.stories.d.ts +13 -0
- package/dist/src/components/atoms/liquid-button/lib-liquid-button.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/liquid-button/lib-liquid-button.types.d.ts +11 -0
- package/dist/src/components/atoms/liquid-button/lib-liquid-button.types.d.ts.map +1 -0
- package/dist/src/components/atoms/magnetic/lib-magnetic.component.d.ts +19 -0
- package/dist/src/components/atoms/magnetic/lib-magnetic.component.d.ts.map +1 -0
- package/dist/src/components/atoms/magnetic/lib-magnetic.stories.d.ts +7 -0
- package/dist/src/components/atoms/magnetic/lib-magnetic.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/progress/lib-progress.component.d.ts +48 -0
- package/dist/src/components/atoms/progress/lib-progress.component.d.ts.map +1 -0
- package/dist/src/components/atoms/progress/lib-progress.html.d.ts +9 -0
- package/dist/src/components/atoms/progress/lib-progress.html.d.ts.map +1 -0
- package/dist/src/components/atoms/progress/lib-progress.stories.d.ts +26 -0
- package/dist/src/components/atoms/progress/lib-progress.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/progress/lib-progress.types.d.ts +30 -0
- package/dist/src/components/atoms/progress/lib-progress.types.d.ts.map +1 -0
- package/dist/src/components/atoms/progress-circle/lib-progress-circle.component.d.ts +77 -0
- package/dist/src/components/atoms/progress-circle/lib-progress-circle.component.d.ts.map +1 -0
- package/dist/src/components/atoms/progress-circle/lib-progress-circle.component.html.d.ts +30 -0
- package/dist/src/components/atoms/progress-circle/lib-progress-circle.component.html.d.ts.map +1 -0
- package/dist/src/components/atoms/progress-circle/lib-progress-circle.stories.d.ts +16 -0
- package/dist/src/components/atoms/progress-circle/lib-progress-circle.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/quote/lib-quote.component.d.ts +61 -0
- package/dist/src/components/atoms/quote/lib-quote.component.d.ts.map +1 -0
- package/dist/src/components/atoms/quote/lib-quote.html.d.ts +4 -0
- package/dist/src/components/atoms/quote/lib-quote.html.d.ts.map +1 -0
- package/dist/src/components/atoms/quote/lib-quote.stories.d.ts +12 -0
- package/dist/src/components/atoms/quote/lib-quote.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/radio/lib-radio.component.d.ts +55 -0
- package/dist/src/components/atoms/radio/lib-radio.component.d.ts.map +1 -0
- package/dist/src/components/atoms/radio/lib-radio.html.d.ts +26 -0
- package/dist/src/components/atoms/radio/lib-radio.html.d.ts.map +1 -0
- package/dist/src/components/atoms/radio/lib-radio.stories.d.ts +15 -0
- package/dist/src/components/atoms/radio/lib-radio.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/rating/lib-rating.component.d.ts +45 -0
- package/dist/src/components/atoms/rating/lib-rating.component.d.ts.map +1 -0
- package/dist/src/components/atoms/rating/lib-rating.html.d.ts +4 -0
- package/dist/src/components/atoms/rating/lib-rating.html.d.ts.map +1 -0
- package/dist/src/components/atoms/rating/lib-rating.stories.d.ts +16 -0
- package/dist/src/components/atoms/rating/lib-rating.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/rating/lib-rating.types.d.ts +4 -0
- package/dist/src/components/atoms/rating/lib-rating.types.d.ts.map +1 -0
- package/dist/src/components/atoms/reading-progress/lib-reading-progress.component.d.ts +62 -0
- package/dist/src/components/atoms/reading-progress/lib-reading-progress.component.d.ts.map +1 -0
- package/dist/src/components/atoms/reading-progress/lib-reading-progress.html.d.ts +10 -0
- package/dist/src/components/atoms/reading-progress/lib-reading-progress.html.d.ts.map +1 -0
- package/dist/src/components/atoms/reading-progress/lib-reading-progress.stories.d.ts +16 -0
- package/dist/src/components/atoms/reading-progress/lib-reading-progress.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/ripple/lib-ripple.component.d.ts +17 -0
- package/dist/src/components/atoms/ripple/lib-ripple.component.d.ts.map +1 -0
- package/dist/src/components/atoms/ripple/lib-ripple.html.d.ts +4 -0
- package/dist/src/components/atoms/ripple/lib-ripple.html.d.ts.map +1 -0
- package/dist/src/components/atoms/ripple/lib-ripple.stories.d.ts +7 -0
- package/dist/src/components/atoms/ripple/lib-ripple.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/select-option/lib-select-option.component.d.ts +28 -0
- package/dist/src/components/atoms/select-option/lib-select-option.component.d.ts.map +1 -0
- package/dist/src/components/atoms/select-option/lib-select-option.html.d.ts +4 -0
- package/dist/src/components/atoms/select-option/lib-select-option.html.d.ts.map +1 -0
- package/dist/src/components/atoms/select-option/lib-select-option.stories.d.ts +14 -0
- package/dist/src/components/atoms/select-option/lib-select-option.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/select-option/lib-select-option.types.d.ts +7 -0
- package/dist/src/components/atoms/select-option/lib-select-option.types.d.ts.map +1 -0
- package/dist/src/components/atoms/skeleton/lib-skeleton.component.d.ts +69 -0
- package/dist/src/components/atoms/skeleton/lib-skeleton.component.d.ts.map +1 -0
- package/dist/src/components/atoms/skeleton/lib-skeleton.html.d.ts +19 -0
- package/dist/src/components/atoms/skeleton/lib-skeleton.html.d.ts.map +1 -0
- package/dist/src/components/atoms/skeleton/lib-skeleton.stories.d.ts +16 -0
- package/dist/src/components/atoms/skeleton/lib-skeleton.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/spacer/lib-spacer.component.d.ts +8 -0
- package/dist/src/components/atoms/spacer/lib-spacer.component.d.ts.map +1 -0
- package/dist/src/components/atoms/spacer/lib-spacer.stories.d.ts +7 -0
- package/dist/src/components/atoms/spacer/lib-spacer.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/spinner/lib-spinner.component.d.ts +44 -0
- package/dist/src/components/atoms/spinner/lib-spinner.component.d.ts.map +1 -0
- package/dist/src/components/atoms/spinner/lib-spinner.html.d.ts +11 -0
- package/dist/src/components/atoms/spinner/lib-spinner.html.d.ts.map +1 -0
- package/dist/src/components/atoms/spinner/lib-spinner.stories.d.ts +15 -0
- package/dist/src/components/atoms/spinner/lib-spinner.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/spotlight-card/lib-spotlight-card.component.d.ts +49 -0
- package/dist/src/components/atoms/spotlight-card/lib-spotlight-card.component.d.ts.map +1 -0
- package/dist/src/components/atoms/spotlight-card/lib-spotlight-card.component.html.d.ts +21 -0
- package/dist/src/components/atoms/spotlight-card/lib-spotlight-card.component.html.d.ts.map +1 -0
- package/dist/src/components/atoms/spotlight-card/lib-spotlight-card.stories.d.ts +13 -0
- package/dist/src/components/atoms/spotlight-card/lib-spotlight-card.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/status-dot/lib-status-dot.component.d.ts +59 -0
- package/dist/src/components/atoms/status-dot/lib-status-dot.component.d.ts.map +1 -0
- package/dist/src/components/atoms/status-dot/lib-status-dot.html.d.ts +19 -0
- package/dist/src/components/atoms/status-dot/lib-status-dot.html.d.ts.map +1 -0
- package/dist/src/components/atoms/status-dot/lib-status-dot.stories.d.ts +15 -0
- package/dist/src/components/atoms/status-dot/lib-status-dot.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/step/lib-step.component.d.ts +76 -0
- package/dist/src/components/atoms/step/lib-step.component.d.ts.map +1 -0
- package/dist/src/components/atoms/step/lib-step.html.d.ts +30 -0
- package/dist/src/components/atoms/step/lib-step.html.d.ts.map +1 -0
- package/dist/src/components/atoms/step/lib-step.stories.d.ts +17 -0
- package/dist/src/components/atoms/step/lib-step.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/switch/lib-switch.component.d.ts +55 -0
- package/dist/src/components/atoms/switch/lib-switch.component.d.ts.map +1 -0
- package/dist/src/components/atoms/switch/lib-switch.html.d.ts +28 -0
- package/dist/src/components/atoms/switch/lib-switch.html.d.ts.map +1 -0
- package/dist/src/components/atoms/switch/lib-switch.stories.d.ts +14 -0
- package/dist/src/components/atoms/switch/lib-switch.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/text-glich/lib-text-glitch.component.d.ts +60 -0
- package/dist/src/components/atoms/text-glich/lib-text-glitch.component.d.ts.map +1 -0
- package/dist/src/components/atoms/text-glich/lib-text-glitch.html.d.ts +18 -0
- package/dist/src/components/atoms/text-glich/lib-text-glitch.html.d.ts.map +1 -0
- package/dist/src/components/atoms/text-glich/lib-text-glitch.stories.d.ts +17 -0
- package/dist/src/components/atoms/text-glich/lib-text-glitch.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/text-list/lib-text-list.component.d.ts +75 -0
- package/dist/src/components/atoms/text-list/lib-text-list.component.d.ts.map +1 -0
- package/dist/src/components/atoms/text-list/lib-text-list.html.d.ts +4 -0
- package/dist/src/components/atoms/text-list/lib-text-list.html.d.ts.map +1 -0
- package/dist/src/components/atoms/text-list/lib-text-list.stories.d.ts +18 -0
- package/dist/src/components/atoms/text-list/lib-text-list.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/text-list/lib-text-list.types.d.ts +87 -0
- package/dist/src/components/atoms/text-list/lib-text-list.types.d.ts.map +1 -0
- package/dist/src/components/atoms/tooltip/lib-tooltip.component.d.ts +79 -0
- package/dist/src/components/atoms/tooltip/lib-tooltip.component.d.ts.map +1 -0
- package/dist/src/components/atoms/tooltip/lib-tooltip.html.d.ts +13 -0
- package/dist/src/components/atoms/tooltip/lib-tooltip.html.d.ts.map +1 -0
- package/dist/src/components/atoms/tooltip/lib-tooltip.stories.d.ts +17 -0
- package/dist/src/components/atoms/tooltip/lib-tooltip.stories.d.ts.map +1 -0
- package/dist/src/components/atoms/visually-hidden/lib-visually-hidden.component.d.ts +6 -0
- package/dist/src/components/atoms/visually-hidden/lib-visually-hidden.component.d.ts.map +1 -0
- package/dist/src/components/atoms/visually-hidden/lib-visually-hidden.html.d.ts +3 -0
- package/dist/src/components/atoms/visually-hidden/lib-visually-hidden.html.d.ts.map +1 -0
- package/dist/src/components/atoms/visually-hidden/lib-visually-hidden.stories.d.ts +6 -0
- package/dist/src/components/atoms/visually-hidden/lib-visually-hidden.stories.d.ts.map +1 -0
- package/dist/src/components/index.d.ts +11 -0
- package/dist/src/components/index.d.ts.map +1 -0
- package/dist/src/components/molecules/breadcrumb/lib-breadcrumb.component.d.ts +38 -0
- package/dist/src/components/molecules/breadcrumb/lib-breadcrumb.component.d.ts.map +1 -0
- package/dist/src/components/molecules/breadcrumb/lib-breadcrumb.html.d.ts +18 -0
- package/dist/src/components/molecules/breadcrumb/lib-breadcrumb.html.d.ts.map +1 -0
- package/dist/src/components/molecules/breadcrumb/lib-breadcrumb.stories.d.ts +19 -0
- package/dist/src/components/molecules/breadcrumb/lib-breadcrumb.stories.d.ts.map +1 -0
- package/dist/src/components/molecules/breadcrumb/lib-breadcrumb.types.d.ts +13 -0
- package/dist/src/components/molecules/breadcrumb/lib-breadcrumb.types.d.ts.map +1 -0
- package/dist/src/components/molecules/button-group/lib-button-group.component.d.ts +61 -0
- package/dist/src/components/molecules/button-group/lib-button-group.component.d.ts.map +1 -0
- package/dist/src/components/molecules/button-group/lib-button-group.html.d.ts +17 -0
- package/dist/src/components/molecules/button-group/lib-button-group.html.d.ts.map +1 -0
- package/dist/src/components/molecules/button-group/lib-button-group.stories.d.ts +16 -0
- package/dist/src/components/molecules/button-group/lib-button-group.stories.d.ts.map +1 -0
- package/dist/src/components/molecules/button-group/lib-button-group.types.d.ts +8 -0
- package/dist/src/components/molecules/button-group/lib-button-group.types.d.ts.map +1 -0
- package/dist/src/components/molecules/checkbox-card/lib-checkbox-card.component.d.ts +63 -0
- package/dist/src/components/molecules/checkbox-card/lib-checkbox-card.component.d.ts.map +1 -0
- package/dist/src/components/molecules/checkbox-card/lib-checkbox-card.html.d.ts +4 -0
- package/dist/src/components/molecules/checkbox-card/lib-checkbox-card.html.d.ts.map +1 -0
- package/dist/src/components/molecules/checkbox-card/lib-checkbox-card.stories.d.ts +15 -0
- package/dist/src/components/molecules/checkbox-card/lib-checkbox-card.stories.d.ts.map +1 -0
- package/dist/src/components/molecules/checkbox-card/lib-checkbox-card.types.d.ts +4 -0
- package/dist/src/components/molecules/checkbox-card/lib-checkbox-card.types.d.ts.map +1 -0
- package/dist/src/components/molecules/chip/lib-chip.component.d.ts +45 -0
- package/dist/src/components/molecules/chip/lib-chip.component.d.ts.map +1 -0
- package/dist/src/components/molecules/chip/lib-chip.html.d.ts +4 -0
- package/dist/src/components/molecules/chip/lib-chip.html.d.ts.map +1 -0
- package/dist/src/components/molecules/chip/lib-chip.stories.d.ts +13 -0
- package/dist/src/components/molecules/chip/lib-chip.stories.d.ts.map +1 -0
- package/dist/src/components/molecules/chip/lib-chip.types.d.ts +10 -0
- package/dist/src/components/molecules/chip/lib-chip.types.d.ts.map +1 -0
- package/dist/src/components/molecules/color-picker/lib-color-picker.component.d.ts +105 -0
- package/dist/src/components/molecules/color-picker/lib-color-picker.component.d.ts.map +1 -0
- package/dist/src/components/molecules/color-picker/lib-color-picker.html.d.ts +43 -0
- package/dist/src/components/molecules/color-picker/lib-color-picker.html.d.ts.map +1 -0
- package/dist/src/components/molecules/color-picker/lib-color-picker.stories.d.ts +13 -0
- package/dist/src/components/molecules/color-picker/lib-color-picker.stories.d.ts.map +1 -0
- package/dist/src/components/molecules/color-picker/lib-color-picker.types.d.ts +23 -0
- package/dist/src/components/molecules/color-picker/lib-color-picker.types.d.ts.map +1 -0
- package/dist/src/components/molecules/dropdown/lib-dropdown.component.d.ts +63 -0
- package/dist/src/components/molecules/dropdown/lib-dropdown.component.d.ts.map +1 -0
- package/dist/src/components/molecules/dropdown/lib-dropdown.html.d.ts +4 -0
- package/dist/src/components/molecules/dropdown/lib-dropdown.html.d.ts.map +1 -0
- package/dist/src/components/molecules/dropdown/lib-dropdown.stories.d.ts +14 -0
- package/dist/src/components/molecules/dropdown/lib-dropdown.stories.d.ts.map +1 -0
- package/dist/src/components/molecules/dropdown/lib-dropdown.types.d.ts +3 -0
- package/dist/src/components/molecules/dropdown/lib-dropdown.types.d.ts.map +1 -0
- package/dist/src/components/molecules/empty-state/lib-empty-state.component.d.ts +80 -0
- package/dist/src/components/molecules/empty-state/lib-empty-state.component.d.ts.map +1 -0
- package/dist/src/components/molecules/empty-state/lib-empty-state.html.d.ts +31 -0
- package/dist/src/components/molecules/empty-state/lib-empty-state.html.d.ts.map +1 -0
- package/dist/src/components/molecules/empty-state/lib-empty-state.stories.d.ts +19 -0
- package/dist/src/components/molecules/empty-state/lib-empty-state.stories.d.ts.map +1 -0
- package/dist/src/components/molecules/file-uploader/lib-file-uploader.component.d.ts +81 -0
- package/dist/src/components/molecules/file-uploader/lib-file-uploader.component.d.ts.map +1 -0
- package/dist/src/components/molecules/file-uploader/lib-file-uploader.html.d.ts +4 -0
- package/dist/src/components/molecules/file-uploader/lib-file-uploader.html.d.ts.map +1 -0
- package/dist/src/components/molecules/file-uploader/lib-file-uploader.stories.d.ts +15 -0
- package/dist/src/components/molecules/file-uploader/lib-file-uploader.stories.d.ts.map +1 -0
- package/dist/src/components/molecules/file-uploader/lib-file-uploader.types.d.ts +63 -0
- package/dist/src/components/molecules/file-uploader/lib-file-uploader.types.d.ts.map +1 -0
- package/dist/src/components/molecules/header/lib-header.component.d.ts +71 -0
- package/dist/src/components/molecules/header/lib-header.component.d.ts.map +1 -0
- package/dist/src/components/molecules/header/lib-header.html.d.ts +21 -0
- package/dist/src/components/molecules/header/lib-header.html.d.ts.map +1 -0
- package/dist/src/components/molecules/header/lib-header.stories.d.ts +17 -0
- package/dist/src/components/molecules/header/lib-header.stories.d.ts.map +1 -0
- package/dist/src/components/molecules/header/lib-header.types.d.ts +27 -0
- package/dist/src/components/molecules/header/lib-header.types.d.ts.map +1 -0
- package/dist/src/components/molecules/header/templates/header-app-bar.html.d.ts +10 -0
- package/dist/src/components/molecules/header/templates/header-app-bar.html.d.ts.map +1 -0
- package/dist/src/components/molecules/header/templates/header-centered.html.d.ts +9 -0
- package/dist/src/components/molecules/header/templates/header-centered.html.d.ts.map +1 -0
- package/dist/src/components/molecules/header/templates/header-classic.html.d.ts +10 -0
- package/dist/src/components/molecules/header/templates/header-classic.html.d.ts.map +1 -0
- package/dist/src/components/molecules/header/templates/header-mega.html.d.ts +9 -0
- package/dist/src/components/molecules/header/templates/header-mega.html.d.ts.map +1 -0
- package/dist/src/components/molecules/header/templates/header-mobile.html.d.ts +5 -0
- package/dist/src/components/molecules/header/templates/header-mobile.html.d.ts.map +1 -0
- package/dist/src/components/molecules/header/templates/header-shared.html.d.ts +13 -0
- package/dist/src/components/molecules/header/templates/header-shared.html.d.ts.map +1 -0
- package/dist/src/components/molecules/index.d.ts +2 -0
- package/dist/src/components/molecules/index.d.ts.map +1 -0
- package/dist/src/components/molecules/input/lib-input.component.d.ts +32 -0
- package/dist/src/components/molecules/input/lib-input.component.d.ts.map +1 -0
- package/dist/src/components/molecules/input/lib-input.html.d.ts +21 -0
- package/dist/src/components/molecules/input/lib-input.html.d.ts.map +1 -0
- package/dist/src/components/molecules/input/lib-input.stories.d.ts +21 -0
- package/dist/src/components/molecules/input/lib-input.stories.d.ts.map +1 -0
- package/dist/src/components/molecules/lib-alert/lib-alert.component.d.ts +32 -0
- package/dist/src/components/molecules/lib-alert/lib-alert.component.d.ts.map +1 -0
- package/dist/src/components/molecules/lib-alert/lib-alert.html.d.ts +8 -0
- package/dist/src/components/molecules/lib-alert/lib-alert.html.d.ts.map +1 -0
- package/dist/src/components/molecules/lib-alert/lib-alert.stories.d.ts +19 -0
- package/dist/src/components/molecules/lib-alert/lib-alert.stories.d.ts.map +1 -0
- package/dist/src/components/molecules/lib-alert/lib-alert.types.d.ts +12 -0
- package/dist/src/components/molecules/lib-alert/lib-alert.types.d.ts.map +1 -0
- package/dist/src/components/molecules/modal/lib-modal.component.d.ts +101 -0
- package/dist/src/components/molecules/modal/lib-modal.component.d.ts.map +1 -0
- package/dist/src/components/molecules/modal/lib-modal.html.d.ts +17 -0
- package/dist/src/components/molecules/modal/lib-modal.html.d.ts.map +1 -0
- package/dist/src/components/molecules/modal/lib-modal.stories.d.ts +17 -0
- package/dist/src/components/molecules/modal/lib-modal.stories.d.ts.map +1 -0
- package/dist/src/components/molecules/modal/lib-modal.types.d.ts +24 -0
- package/dist/src/components/molecules/modal/lib-modal.types.d.ts.map +1 -0
- package/dist/src/components/molecules/pagination/lib-pagination.component.d.ts +44 -0
- package/dist/src/components/molecules/pagination/lib-pagination.component.d.ts.map +1 -0
- package/dist/src/components/molecules/pagination/lib-pagination.html.d.ts +4 -0
- package/dist/src/components/molecules/pagination/lib-pagination.html.d.ts.map +1 -0
- package/dist/src/components/molecules/pagination/lib-pagination.stories.d.ts +14 -0
- package/dist/src/components/molecules/pagination/lib-pagination.stories.d.ts.map +1 -0
- package/dist/src/components/molecules/pagination/lib-pagination.types.d.ts +3 -0
- package/dist/src/components/molecules/pagination/lib-pagination.types.d.ts.map +1 -0
- package/dist/src/components/molecules/range-slider/lib-range-slider.component.d.ts +83 -0
- package/dist/src/components/molecules/range-slider/lib-range-slider.component.d.ts.map +1 -0
- package/dist/src/components/molecules/range-slider/lib-range-slider.html.d.ts +33 -0
- package/dist/src/components/molecules/range-slider/lib-range-slider.html.d.ts.map +1 -0
- package/dist/src/components/molecules/range-slider/lib-range-slider.stories.d.ts +16 -0
- package/dist/src/components/molecules/range-slider/lib-range-slider.stories.d.ts.map +1 -0
- package/dist/src/components/molecules/segmented-control/lib-segmented-control.component.d.ts +52 -0
- package/dist/src/components/molecules/segmented-control/lib-segmented-control.component.d.ts.map +1 -0
- package/dist/src/components/molecules/segmented-control/lib-segmented-control.html.d.ts +11 -0
- package/dist/src/components/molecules/segmented-control/lib-segmented-control.html.d.ts.map +1 -0
- package/dist/src/components/molecules/segmented-control/lib-segmented-control.stories.d.ts +22 -0
- package/dist/src/components/molecules/segmented-control/lib-segmented-control.stories.d.ts.map +1 -0
- package/dist/src/components/molecules/segmented-control/lib-segmented-control.types.d.ts +40 -0
- package/dist/src/components/molecules/segmented-control/lib-segmented-control.types.d.ts.map +1 -0
- package/dist/src/components/molecules/select/lib-select.component.d.ts +73 -0
- package/dist/src/components/molecules/select/lib-select.component.d.ts.map +1 -0
- package/dist/src/components/molecules/select/lib-select.html.d.ts +32 -0
- package/dist/src/components/molecules/select/lib-select.html.d.ts.map +1 -0
- package/dist/src/components/molecules/select/lib-select.stories.d.ts +31 -0
- package/dist/src/components/molecules/select/lib-select.stories.d.ts.map +1 -0
- package/dist/src/components/molecules/select/lib-select.types.d.ts +11 -0
- package/dist/src/components/molecules/select/lib-select.types.d.ts.map +1 -0
- package/dist/src/components/molecules/tabs/lib-tabs.component.d.ts +55 -0
- package/dist/src/components/molecules/tabs/lib-tabs.component.d.ts.map +1 -0
- package/dist/src/components/molecules/tabs/lib-tabs.html.d.ts +4 -0
- package/dist/src/components/molecules/tabs/lib-tabs.html.d.ts.map +1 -0
- package/dist/src/components/molecules/tabs/lib-tabs.stories.d.ts +15 -0
- package/dist/src/components/molecules/tabs/lib-tabs.stories.d.ts.map +1 -0
- package/dist/src/components/molecules/tabs/lib-tabs.types.d.ts +18 -0
- package/dist/src/components/molecules/tabs/lib-tabs.types.d.ts.map +1 -0
- package/dist/src/components/molecules/tree-select/lib-tree-node.component.d.ts +70 -0
- package/dist/src/components/molecules/tree-select/lib-tree-node.component.d.ts.map +1 -0
- package/dist/src/components/molecules/tree-select/lib-tree-node.types.d.ts +56 -0
- package/dist/src/components/molecules/tree-select/lib-tree-node.types.d.ts.map +1 -0
- package/dist/src/components/molecules/tree-select/lib-tree-select.component.html.d.ts +4 -0
- package/dist/src/components/molecules/tree-select/lib-tree-select.component.html.d.ts.map +1 -0
- package/dist/src/components/molecules/tree-select/lib-tree-select.stories.d.ts +13 -0
- package/dist/src/components/molecules/tree-select/lib-tree-select.stories.d.ts.map +1 -0
- package/dist/src/components/organisms/accordion/lib-accordion.component.d.ts +35 -0
- package/dist/src/components/organisms/accordion/lib-accordion.component.d.ts.map +1 -0
- package/dist/src/components/organisms/accordion/lib-accordion.component.html.d.ts +12 -0
- package/dist/src/components/organisms/accordion/lib-accordion.component.html.d.ts.map +1 -0
- package/dist/src/components/organisms/accordion/lib-accordion.stories.d.ts +16 -0
- package/dist/src/components/organisms/accordion/lib-accordion.stories.d.ts.map +1 -0
- package/dist/src/components/organisms/bento-grid/lib-bento-grid.component.d.ts +24 -0
- package/dist/src/components/organisms/bento-grid/lib-bento-grid.component.d.ts.map +1 -0
- package/dist/src/components/organisms/bento-grid/lib-bento-grid.html.d.ts +4 -0
- package/dist/src/components/organisms/bento-grid/lib-bento-grid.html.d.ts.map +1 -0
- package/dist/src/components/organisms/bento-grid/lib-bento-grid.stories.d.ts +11 -0
- package/dist/src/components/organisms/bento-grid/lib-bento-grid.stories.d.ts.map +1 -0
- package/dist/src/components/organisms/bento-grid/lib-bento-grid.types.d.ts +2 -0
- package/dist/src/components/organisms/bento-grid/lib-bento-grid.types.d.ts.map +1 -0
- package/dist/src/components/organisms/carousel/lib-carousel.component.d.ts +96 -0
- package/dist/src/components/organisms/carousel/lib-carousel.component.d.ts.map +1 -0
- package/dist/src/components/organisms/carousel/lib-carousel.html.d.ts +33 -0
- package/dist/src/components/organisms/carousel/lib-carousel.html.d.ts.map +1 -0
- package/dist/src/components/organisms/carousel/lib-carousel.stories.d.ts +14 -0
- package/dist/src/components/organisms/carousel/lib-carousel.stories.d.ts.map +1 -0
- package/dist/src/components/organisms/cursor-follower/lib-cursor-follower.component.d.ts +69 -0
- package/dist/src/components/organisms/cursor-follower/lib-cursor-follower.component.d.ts.map +1 -0
- package/dist/src/components/organisms/cursor-follower/lib-cursor-follower.stories.d.ts +10 -0
- package/dist/src/components/organisms/cursor-follower/lib-cursor-follower.stories.d.ts.map +1 -0
- package/dist/src/components/organisms/cursor-follower/lib-cursor-follower.types.d.ts +16 -0
- package/dist/src/components/organisms/cursor-follower/lib-cursor-follower.types.d.ts.map +1 -0
- package/dist/src/components/organisms/data-table/lib-data-table.component.d.ts +72 -0
- package/dist/src/components/organisms/data-table/lib-data-table.component.d.ts.map +1 -0
- package/dist/src/components/organisms/data-table/lib-data-table.html.d.ts +37 -0
- package/dist/src/components/organisms/data-table/lib-data-table.html.d.ts.map +1 -0
- package/dist/src/components/organisms/data-table/lib-data-table.stories.d.ts +19 -0
- package/dist/src/components/organisms/data-table/lib-data-table.stories.d.ts.map +1 -0
- package/dist/src/components/organisms/data-table/lib-data-table.types.d.ts +41 -0
- package/dist/src/components/organisms/data-table/lib-data-table.types.d.ts.map +1 -0
- package/dist/src/components/organisms/dialog/lib-dialog.component.d.ts +55 -0
- package/dist/src/components/organisms/dialog/lib-dialog.component.d.ts.map +1 -0
- package/dist/src/components/organisms/dialog/lib-dialog.html.d.ts +4 -0
- package/dist/src/components/organisms/dialog/lib-dialog.html.d.ts.map +1 -0
- package/dist/src/components/organisms/dialog/lib-dialog.stories.d.ts +17 -0
- package/dist/src/components/organisms/dialog/lib-dialog.stories.d.ts.map +1 -0
- package/dist/src/components/organisms/dialog/lib-dialog.types.d.ts +22 -0
- package/dist/src/components/organisms/dialog/lib-dialog.types.d.ts.map +1 -0
- package/dist/src/components/organisms/drawer/lib-drawer.component.d.ts +48 -0
- package/dist/src/components/organisms/drawer/lib-drawer.component.d.ts.map +1 -0
- package/dist/src/components/organisms/drawer/lib-drawer.html.d.ts +4 -0
- package/dist/src/components/organisms/drawer/lib-drawer.html.d.ts.map +1 -0
- package/dist/src/components/organisms/drawer/lib-drawer.stories.d.ts +13 -0
- package/dist/src/components/organisms/drawer/lib-drawer.stories.d.ts.map +1 -0
- package/dist/src/components/organisms/drawer/lib-drawer.types.d.ts +4 -0
- package/dist/src/components/organisms/drawer/lib-drawer.types.d.ts.map +1 -0
- package/dist/src/components/organisms/footer/lib-footer.component.d.ts +56 -0
- package/dist/src/components/organisms/footer/lib-footer.component.d.ts.map +1 -0
- package/dist/src/components/organisms/footer/lib-footer.html.d.ts +8 -0
- package/dist/src/components/organisms/footer/lib-footer.html.d.ts.map +1 -0
- package/dist/src/components/organisms/footer/lib-footer.stories.d.ts +12 -0
- package/dist/src/components/organisms/footer/lib-footer.stories.d.ts.map +1 -0
- package/dist/src/components/organisms/footer/lib-footer.types.d.ts +25 -0
- package/dist/src/components/organisms/footer/lib-footer.types.d.ts.map +1 -0
- package/dist/src/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.component.d.ts +47 -0
- package/dist/src/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.component.d.ts.map +1 -0
- package/dist/src/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.html.d.ts +4 -0
- package/dist/src/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.html.d.ts.map +1 -0
- package/dist/src/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.stories.d.ts +9 -0
- package/dist/src/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.stories.d.ts.map +1 -0
- package/dist/src/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.types.d.ts +8 -0
- package/dist/src/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.types.d.ts.map +1 -0
- package/dist/src/components/organisms/index.d.ts +2 -0
- package/dist/src/components/organisms/index.d.ts.map +1 -0
- package/dist/src/components/organisms/parallax-container/lib-parallax.component.d.ts +61 -0
- package/dist/src/components/organisms/parallax-container/lib-parallax.component.d.ts.map +1 -0
- package/dist/src/components/organisms/parallax-container/lib-parallax.html.d.ts +4 -0
- package/dist/src/components/organisms/parallax-container/lib-parallax.html.d.ts.map +1 -0
- package/dist/src/components/organisms/parallax-container/lib-parallax.stories.d.ts +10 -0
- package/dist/src/components/organisms/parallax-container/lib-parallax.stories.d.ts.map +1 -0
- package/dist/src/components/organisms/parallax-container/lib-parallax.types.d.ts +8 -0
- package/dist/src/components/organisms/parallax-container/lib-parallax.types.d.ts.map +1 -0
- package/dist/src/components/organisms/parallax-text/lib-parallax-text-stack.component.d.ts +47 -0
- package/dist/src/components/organisms/parallax-text/lib-parallax-text-stack.component.d.ts.map +1 -0
- package/dist/src/components/organisms/parallax-text/lib-parallax-text-stack.html.d.ts +4 -0
- package/dist/src/components/organisms/parallax-text/lib-parallax-text-stack.html.d.ts.map +1 -0
- package/dist/src/components/organisms/parallax-text/lib-parallax-text-stack.stories.d.ts +11 -0
- package/dist/src/components/organisms/parallax-text/lib-parallax-text-stack.stories.d.ts.map +1 -0
- package/dist/src/components/organisms/parallax-text/lib-parallax-text-stack.types.d.ts +3 -0
- package/dist/src/components/organisms/parallax-text/lib-parallax-text-stack.types.d.ts.map +1 -0
- package/dist/src/components/organisms/sidebar/lib-sidebar.component.d.ts +73 -0
- package/dist/src/components/organisms/sidebar/lib-sidebar.component.d.ts.map +1 -0
- package/dist/src/components/organisms/sidebar/lib-sidebar.html.d.ts +25 -0
- package/dist/src/components/organisms/sidebar/lib-sidebar.html.d.ts.map +1 -0
- package/dist/src/components/organisms/sidebar/lib-sidebar.stories.d.ts +14 -0
- package/dist/src/components/organisms/sidebar/lib-sidebar.stories.d.ts.map +1 -0
- package/dist/src/components/organisms/sidebar/lib-sidebar.types.d.ts +14 -0
- package/dist/src/components/organisms/sidebar/lib-sidebar.types.d.ts.map +1 -0
- package/dist/src/components/organisms/stagger/lib-stagger-container.component.d.ts +49 -0
- package/dist/src/components/organisms/stagger/lib-stagger-container.component.d.ts.map +1 -0
- package/dist/src/components/organisms/stagger/lib-stagger-container.html.d.ts +3 -0
- package/dist/src/components/organisms/stagger/lib-stagger-container.html.d.ts.map +1 -0
- package/dist/src/components/organisms/stagger/lib-stagger-container.types.d.ts +13 -0
- package/dist/src/components/organisms/stagger/lib-stagger-container.types.d.ts.map +1 -0
- package/dist/src/components/organisms/stagger/lib-stagger.stories.d.ts +10 -0
- package/dist/src/components/organisms/stagger/lib-stagger.stories.d.ts.map +1 -0
- package/dist/src/components/organisms/stepper/lib-stepper.component.d.ts +83 -0
- package/dist/src/components/organisms/stepper/lib-stepper.component.d.ts.map +1 -0
- package/dist/src/components/organisms/stepper/lib-stepper.html.d.ts +15 -0
- package/dist/src/components/organisms/stepper/lib-stepper.html.d.ts.map +1 -0
- package/dist/src/components/organisms/stepper/lib-stepper.stories.d.ts +16 -0
- package/dist/src/components/organisms/stepper/lib-stepper.stories.d.ts.map +1 -0
- package/dist/src/components/organisms/timeline/lib-timeline-item.component.d.ts +53 -0
- package/dist/src/components/organisms/timeline/lib-timeline-item.component.d.ts.map +1 -0
- package/dist/src/components/organisms/timeline/lib-timeline-item.html.d.ts +4 -0
- package/dist/src/components/organisms/timeline/lib-timeline-item.html.d.ts.map +1 -0
- package/dist/src/components/organisms/timeline/lib-timeline-item.types.d.ts +29 -0
- package/dist/src/components/organisms/timeline/lib-timeline-item.types.d.ts.map +1 -0
- package/dist/src/components/organisms/timeline/lib-timeline.component.d.ts +22 -0
- package/dist/src/components/organisms/timeline/lib-timeline.component.d.ts.map +1 -0
- package/dist/src/components/organisms/timeline/lib-timeline.stories.d.ts +16 -0
- package/dist/src/components/organisms/timeline/lib-timeline.stories.d.ts.map +1 -0
- package/dist/src/components/organisms/toast-manager/lib-toast-manager.component.d.ts +36 -0
- package/dist/src/components/organisms/toast-manager/lib-toast-manager.component.d.ts.map +1 -0
- package/dist/src/components/organisms/toast-manager/lib-toast-manager.stories.d.ts +9 -0
- package/dist/src/components/organisms/toast-manager/lib-toast-manager.stories.d.ts.map +1 -0
- package/dist/src/core/a11y.d.ts +27 -0
- package/dist/src/core/a11y.d.ts.map +1 -0
- package/dist/src/core/index.d.ts +29 -0
- package/dist/src/core/index.d.ts.map +1 -0
- package/dist/src/core/state/index.d.ts +10 -0
- package/dist/src/core/state/index.d.ts.map +1 -0
- package/dist/src/core/utils/active-items.d.ts +112 -0
- package/dist/src/core/utils/active-items.d.ts.map +1 -0
- package/dist/src/core/utils/index.d.ts +11 -0
- package/dist/src/core/utils/index.d.ts.map +1 -0
- package/dist/src/core/validators/index.d.ts +10 -0
- package/dist/src/core/validators/index.d.ts.map +1 -0
- package/dist/src/index.d.ts +86 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/shared/icons/icon-registry.d.ts +119 -0
- package/dist/src/shared/icons/icon-registry.d.ts.map +1 -0
- package/dist/src/types/index.d.ts +32 -0
- package/dist/src/types/index.d.ts.map +1 -0
- package/dist/src/types/public.d.ts +56 -0
- package/dist/src/types/public.d.ts.map +1 -0
- package/dist/svelte/shibui-elements.d.ts +366 -0
- package/dist/tokens.css +336 -0
- package/dist/types/index.d.ts +32 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/public.d.ts +56 -0
- package/dist/types/public.d.ts.map +1 -0
- package/dist/vite.config.d.ts +4 -0
- package/dist/vite.config.d.ts.map +1 -0
- package/package.json +1 -2
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { createComponent, type EventName } from '@lit/react';
|
|
4
|
+
import { LibTooltip as Element } from '../index.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Wrapper de React para <lib-tooltip>
|
|
8
|
+
* Generado automáticamente - No editar manualmente.
|
|
9
|
+
*/
|
|
10
|
+
export const _LibTooltip = createComponent({
|
|
11
|
+
react: React,
|
|
12
|
+
tagName: 'lib-tooltip',
|
|
13
|
+
elementClass: Element,
|
|
14
|
+
events: {}
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
// Tipado para evitar el error "JSX element class does not support attributes"
|
|
18
|
+
export const LibTooltip = _LibTooltip as unknown as React.FC<any>;
|
|
19
|
+
export type LibTooltipProps = React.ComponentProps<typeof LibTooltip>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { createComponent, type EventName } from '@lit/react';
|
|
4
|
+
import { LibTreeSelect as Element } from '../index.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Wrapper de React para <lib-tree-select>
|
|
8
|
+
* Generado automáticamente - No editar manualmente.
|
|
9
|
+
*/
|
|
10
|
+
export const _LibTreeSelect = createComponent({
|
|
11
|
+
react: React,
|
|
12
|
+
tagName: 'lib-tree-select',
|
|
13
|
+
elementClass: Element,
|
|
14
|
+
events: {
|
|
15
|
+
'onUiLibTreeConfirm': 'ui-lib-tree-confirm',
|
|
16
|
+
'onUiLibTreeChange': 'ui-lib-tree-change'
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
// Tipado para evitar el error "JSX element class does not support attributes"
|
|
21
|
+
export const LibTreeSelect = _LibTreeSelect as unknown as React.FC<any>;
|
|
22
|
+
export type LibTreeSelectProps = React.ComponentProps<typeof LibTreeSelect>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { createComponent, type EventName } from '@lit/react';
|
|
4
|
+
import { LibVisuallyHidden as Element } from '../index.js';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Wrapper de React para <lib-visually-hidden>
|
|
8
|
+
* Generado automáticamente - No editar manualmente.
|
|
9
|
+
*/
|
|
10
|
+
export const _LibVisuallyHidden = createComponent({
|
|
11
|
+
react: React,
|
|
12
|
+
tagName: 'lib-visually-hidden',
|
|
13
|
+
elementClass: Element,
|
|
14
|
+
events: {}
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
// Tipado para evitar el error "JSX element class does not support attributes"
|
|
18
|
+
export const LibVisuallyHidden = _LibVisuallyHidden as unknown as React.FC<any>;
|
|
19
|
+
export type LibVisuallyHiddenProps = React.ComponentProps<typeof LibVisuallyHidden>;
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { default as arrowDown } from '@phosphor-icons/core/assets/regular/arrow-down.svg?raw';
|
|
2
|
+
import { default as arrowLeft } from '@phosphor-icons/core/assets/regular/arrow-left.svg?raw';
|
|
3
|
+
import { default as arrowRight } from '@phosphor-icons/core/assets/regular/arrow-right.svg?raw';
|
|
4
|
+
import { default as arrowUp } from '@phosphor-icons/core/assets/regular/arrow-up.svg?raw';
|
|
5
|
+
import { default as caretCircleDown } from '@phosphor-icons/core/assets/regular/caret-circle-down.svg?raw';
|
|
6
|
+
import { default as caretCircleLeft } from '@phosphor-icons/core/assets/regular/caret-circle-left.svg?raw';
|
|
7
|
+
import { default as caretCircleRight } from '@phosphor-icons/core/assets/regular/caret-circle-right.svg?raw';
|
|
8
|
+
import { default as caretCircleUp } from '@phosphor-icons/core/assets/regular/caret-circle-up.svg?raw';
|
|
9
|
+
import { default as dotsThree } from '@phosphor-icons/core/assets/regular/dots-three.svg?raw';
|
|
10
|
+
import { default as dotsThreeVertical } from '@phosphor-icons/core/assets/regular/dots-three-vertical.svg?raw';
|
|
11
|
+
import { default as list } from '@phosphor-icons/core/assets/regular/list.svg?raw';
|
|
12
|
+
import { default as house } from '@phosphor-icons/core/assets/regular/house.svg?raw';
|
|
13
|
+
import { default as copy } from '@phosphor-icons/core/assets/regular/copy.svg?raw';
|
|
14
|
+
import { default as floppyDisk } from '@phosphor-icons/core/assets/regular/floppy-disk.svg?raw';
|
|
15
|
+
import { default as pencilSimple } from '@phosphor-icons/core/assets/regular/pencil-simple.svg?raw';
|
|
16
|
+
import { default as downloadSimple } from '@phosphor-icons/core/assets/regular/download-simple.svg?raw';
|
|
17
|
+
import { default as uploadSimple } from '@phosphor-icons/core/assets/regular/upload-simple.svg?raw';
|
|
18
|
+
import { default as shareNetwork } from '@phosphor-icons/core/assets/regular/share-network.svg?raw';
|
|
19
|
+
import { default as link } from '@phosphor-icons/core/assets/regular/link.svg?raw';
|
|
20
|
+
import { default as exportIcon } from '@phosphor-icons/core/assets/regular/export.svg?raw';
|
|
21
|
+
import { default as file } from '@phosphor-icons/core/assets/regular/file.svg?raw';
|
|
22
|
+
import { default as folder } from '@phosphor-icons/core/assets/regular/folder.svg?raw';
|
|
23
|
+
import { default as paperclip } from '@phosphor-icons/core/assets/regular/paperclip.svg?raw';
|
|
24
|
+
import { default as bell } from '@phosphor-icons/core/assets/regular/bell.svg?raw';
|
|
25
|
+
import { default as chatCircleText } from '@phosphor-icons/core/assets/regular/chat-circle-text.svg?raw';
|
|
26
|
+
import { default as envelope } from '@phosphor-icons/core/assets/regular/envelope.svg?raw';
|
|
27
|
+
import { default as paperPlaneRight } from '@phosphor-icons/core/assets/regular/paper-plane-right.svg?raw';
|
|
28
|
+
import { default as phone } from '@phosphor-icons/core/assets/regular/phone.svg?raw';
|
|
29
|
+
import { default as megaphone } from '@phosphor-icons/core/assets/regular/megaphone.svg?raw';
|
|
30
|
+
import { default as rsa } from '@phosphor-icons/core/assets/regular/rss.svg?raw';
|
|
31
|
+
import { default as x } from '@phosphor-icons/core/assets/regular/x.svg?raw';
|
|
32
|
+
import { default as xSquare } from '@phosphor-icons/core/assets/regular/x-square.svg?raw';
|
|
33
|
+
import { default as xCircle } from '@phosphor-icons/core/assets/regular/x-circle.svg?raw';
|
|
34
|
+
import { default as camera } from '@phosphor-icons/core/assets/regular/camera.svg?raw';
|
|
35
|
+
import { default as image } from '@phosphor-icons/core/assets/regular/image.svg?raw';
|
|
36
|
+
import { default as play } from '@phosphor-icons/core/assets/regular/play.svg?raw';
|
|
37
|
+
import { default as pause } from '@phosphor-icons/core/assets/regular/pause.svg?raw';
|
|
38
|
+
import { default as monitor } from '@phosphor-icons/core/assets/regular/monitor.svg?raw';
|
|
39
|
+
import { default as deviceMobile } from '@phosphor-icons/core/assets/regular/device-mobile.svg?raw';
|
|
40
|
+
import { default as speakerHigh } from '@phosphor-icons/core/assets/regular/speaker-high.svg?raw';
|
|
41
|
+
import { default as shoppingCart } from '@phosphor-icons/core/assets/regular/shopping-cart.svg?raw';
|
|
42
|
+
import { default as creditCard } from '@phosphor-icons/core/assets/regular/credit-card.svg?raw';
|
|
43
|
+
import { default as bank } from '@phosphor-icons/core/assets/regular/bank.svg?raw';
|
|
44
|
+
import { default as wallet } from '@phosphor-icons/core/assets/regular/wallet.svg?raw';
|
|
45
|
+
import { default as tag } from '@phosphor-icons/core/assets/regular/tag.svg?raw';
|
|
46
|
+
import { default as coins } from '@phosphor-icons/core/assets/regular/coins.svg?raw';
|
|
47
|
+
import { default as chartLineUp } from '@phosphor-icons/core/assets/regular/chart-line-up.svg?raw';
|
|
48
|
+
import { default as chartPieSlice } from '@phosphor-icons/core/assets/regular/chart-pie-slice.svg?raw';
|
|
49
|
+
import { default as briefcase } from '@phosphor-icons/core/assets/regular/briefcase.svg?raw';
|
|
50
|
+
import { default as storeFront } from '@phosphor-icons/core/assets/regular/storefront.svg?raw';
|
|
51
|
+
import { default as mapPin } from '@phosphor-icons/core/assets/regular/map-pin.svg?raw';
|
|
52
|
+
import { default as mapTrifold } from '@phosphor-icons/core/assets/regular/map-trifold.svg?raw';
|
|
53
|
+
import { default as compass } from '@phosphor-icons/core/assets/regular/compass.svg?raw';
|
|
54
|
+
import { default as globe } from '@phosphor-icons/core/assets/regular/globe.svg?raw';
|
|
55
|
+
import { default as navigationArrow } from '@phosphor-icons/core/assets/regular/navigation-arrow.svg?raw';
|
|
56
|
+
import { default as airplane } from '@phosphor-icons/core/assets/regular/airplane.svg?raw';
|
|
57
|
+
import { default as car } from '@phosphor-icons/core/assets/regular/car.svg?raw';
|
|
58
|
+
import { default as lock } from '@phosphor-icons/core/assets/regular/lock.svg?raw';
|
|
59
|
+
import { default as lockKeyOpen } from '@phosphor-icons/core/assets/regular/lock-key-open.svg?raw';
|
|
60
|
+
import { default as shieldCheck } from '@phosphor-icons/core/assets/regular/shield-check.svg?raw';
|
|
61
|
+
import { default as key } from '@phosphor-icons/core/assets/regular/key.svg?raw';
|
|
62
|
+
import { default as fingerprint } from '@phosphor-icons/core/assets/regular/fingerprint.svg?raw';
|
|
63
|
+
import { default as clock } from '@phosphor-icons/core/assets/regular/clock.svg?raw';
|
|
64
|
+
import { default as hourglass } from '@phosphor-icons/core/assets/regular/hourglass.svg?raw';
|
|
65
|
+
import { default as timer } from '@phosphor-icons/core/assets/regular/timer.svg?raw';
|
|
66
|
+
import { default as firstAid } from '@phosphor-icons/core/assets/regular/first-aid.svg?raw';
|
|
67
|
+
import { default as stethoscope } from '@phosphor-icons/core/assets/regular/stethoscope.svg?raw';
|
|
68
|
+
import { default as flask } from '@phosphor-icons/core/assets/regular/flask.svg?raw';
|
|
69
|
+
import { default as atom } from '@phosphor-icons/core/assets/regular/atom.svg?raw';
|
|
70
|
+
import { default as sun } from '@phosphor-icons/core/assets/regular/sun.svg?raw';
|
|
71
|
+
import { default as moon } from '@phosphor-icons/core/assets/regular/moon.svg?raw';
|
|
72
|
+
import { default as cloudRain } from '@phosphor-icons/core/assets/regular/cloud-rain.svg?raw';
|
|
73
|
+
import { default as thermometer } from '@phosphor-icons/core/assets/regular/thermometer.svg?raw';
|
|
74
|
+
import { default as leaf } from '@phosphor-icons/core/assets/regular/leaf.svg?raw';
|
|
75
|
+
import { default as githubLogo } from '@phosphor-icons/core/assets/regular/github-logo.svg?raw';
|
|
76
|
+
import { default as linkedinLogo } from '@phosphor-icons/core/assets/regular/linkedin-logo.svg?raw';
|
|
77
|
+
import { default as twitterLogo } from '@phosphor-icons/core/assets/regular/twitter-logo.svg?raw';
|
|
78
|
+
import { default as instagramLogo } from '@phosphor-icons/core/assets/regular/instagram-logo.svg?raw';
|
|
79
|
+
import { default as facebookLogo } from '@phosphor-icons/core/assets/regular/facebook-logo.svg?raw';
|
|
80
|
+
import { default as youtubeLogo } from '@phosphor-icons/core/assets/regular/youtube-logo.svg?raw';
|
|
81
|
+
import { default as whatsappLogo } from '@phosphor-icons/core/assets/regular/whatsapp-logo.svg?raw';
|
|
82
|
+
import { default as googleLogo } from '@phosphor-icons/core/assets/regular/google-logo.svg?raw';
|
|
83
|
+
import { default as slackLogo } from '@phosphor-icons/core/assets/regular/slack-logo.svg?raw';
|
|
84
|
+
import { default as discordLogo } from '@phosphor-icons/core/assets/regular/discord-logo.svg?raw';
|
|
85
|
+
import { default as book } from '@phosphor-icons/core/assets/regular/book.svg?raw';
|
|
86
|
+
import { default as bookOpen } from '@phosphor-icons/core/assets/regular/book-open.svg?raw';
|
|
87
|
+
import { default as graduationCap } from '@phosphor-icons/core/assets/regular/graduation-cap.svg?raw';
|
|
88
|
+
import { default as chalkboard } from '@phosphor-icons/core/assets/regular/chalkboard.svg?raw';
|
|
89
|
+
import { default as student } from '@phosphor-icons/core/assets/regular/student.svg?raw';
|
|
90
|
+
import { default as certificate } from '@phosphor-icons/core/assets/regular/certificate.svg?raw';
|
|
91
|
+
import { default as pen } from '@phosphor-icons/core/assets/regular/pen.svg?raw';
|
|
92
|
+
import { default as notepad } from '@phosphor-icons/core/assets/regular/notepad.svg?raw';
|
|
93
|
+
import { default as coffee } from '@phosphor-icons/core/assets/regular/coffee.svg?raw';
|
|
94
|
+
import { default as beerBottle } from '@phosphor-icons/core/assets/regular/beer-bottle.svg?raw';
|
|
95
|
+
import { default as pizza } from '@phosphor-icons/core/assets/regular/pizza.svg?raw';
|
|
96
|
+
import { default as gift } from '@phosphor-icons/core/assets/regular/gift.svg?raw';
|
|
97
|
+
import { default as balloon } from '@phosphor-icons/core/assets/regular/balloon.svg?raw';
|
|
98
|
+
import { default as umbrella } from '@phosphor-icons/core/assets/regular/umbrella.svg?raw';
|
|
99
|
+
import { default as lightbulb } from '@phosphor-icons/core/assets/regular/lightbulb.svg?raw';
|
|
100
|
+
import { default as trash } from '@phosphor-icons/core/assets/regular/trash.svg?raw';
|
|
101
|
+
import { default as basketball } from '@phosphor-icons/core/assets/regular/basketball.svg?raw';
|
|
102
|
+
import { default as soccerBall } from '@phosphor-icons/core/assets/regular/soccer-ball.svg?raw';
|
|
103
|
+
import { default as trophy } from '@phosphor-icons/core/assets/regular/trophy.svg?raw';
|
|
104
|
+
import { default as gameController } from '@phosphor-icons/core/assets/regular/game-controller.svg?raw';
|
|
105
|
+
import { default as guitar } from '@phosphor-icons/core/assets/regular/guitar.svg?raw';
|
|
106
|
+
import { default as ticket } from '@phosphor-icons/core/assets/regular/ticket.svg?raw';
|
|
107
|
+
import { default as puzzlePiece } from '@phosphor-icons/core/assets/regular/puzzle-piece.svg?raw';
|
|
108
|
+
import { default as dribbbleLogo } from '@phosphor-icons/core/assets/regular/dribbble-logo.svg?raw';
|
|
109
|
+
import { default as bicycle } from '@phosphor-icons/core/assets/regular/bicycle.svg?raw';
|
|
110
|
+
export declare const ICON_REGISTRY: Record<string, string>;
|
|
111
|
+
export { x, xCircle as xCircle, xSquare as xSquare, arrowDown as arrowDown, arrowLeft as arrowLeft, arrowRight as arrowRight, arrowUp as arrowUp, caretCircleDown as caretCircleDown, caretCircleLeft as caretCircleLeft, caretCircleRight as caretCircleRight, caretCircleUp as caretCircleUp, dotsThree as dots, dotsThreeVertical as more, list as menu, house as home, copy, floppyDisk as save, pencilSimple as edit, downloadSimple as download, uploadSimple as upload, shareNetwork as share, link, dribbbleLogo as dribbbleLogo, exportIcon as export, file, folder, paperclip as attachment, bell, chatCircleText as chat, envelope as mail, paperPlaneRight as send, phone, megaphone as announcement, rsa as rss, camera, image, play, pause, monitor as desktop, deviceMobile as mobile, speakerHigh as volume, shoppingCart as cart, creditCard as card, bank, wallet, tag as priceTag, coins, chartLineUp as chartLine, chartPieSlice as chartPie, briefcase as business, storeFront as shop, mapPin as location, mapTrifold as map, compass, globe as world, navigationArrow as navigation, airplane as plane, car, bicycle as bike, lock, lockKeyOpen as unlock, shieldCheck as shield, key, fingerprint, clock as time, hourglass as wait, timer, firstAid as health, stethoscope as medical, flask as science, atom, sun, moon, cloudRain as rain, thermometer as temp, leaf as nature, githubLogo as github, linkedinLogo as linkedin, twitterLogo as twitter, instagramLogo as instagram, facebookLogo as facebook, youtubeLogo as youtube, whatsappLogo as whatsapp, googleLogo as google, slackLogo as slack, discordLogo as discord, book, bookOpen as read, graduationCap as education, chalkboard as class, student, certificate as verify, pen as write, notepad as notes, coffee, beerBottle as drink, pizza as food, gift, balloon as celebrate, umbrella as weatherSafe, lightbulb as idea, trash as delete, basketball as sports, soccerBall as soccer, trophy as award, gameController as game, guitar as music, ticket as event, puzzlePiece as plugin };
|
|
112
|
+
declare global {
|
|
113
|
+
interface Window {
|
|
114
|
+
__SHIBUI_ICONS__: Record<string, string>;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
export declare const registerIcons: (icons: Record<string, string>) => void;
|
|
118
|
+
export declare const getIcon: (name: string) => string | undefined;
|
|
119
|
+
//# sourceMappingURL=icon-registry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-registry.d.ts","sourceRoot":"","sources":["../../../src/shared/icons/icon-registry.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,wDAAwD,CAAC;AAC/E,OAAO,SAAS,MAAM,wDAAwD,CAAC;AAC/E,OAAO,UAAU,MAAM,yDAAyD,CAAC;AACjF,OAAO,OAAO,MAAM,sDAAsD,CAAC;AAC3E,OAAO,eAAe,MAAM,+DAA+D,CAAC;AAC5F,OAAO,eAAe,MAAM,+DAA+D,CAAC;AAC5F,OAAO,gBAAgB,MAAM,gEAAgE,CAAC;AAC9F,OAAO,aAAa,MAAM,6DAA6D,CAAC;AACxF,OAAO,SAAS,MAAM,wDAAwD,CAAC;AAC/E,OAAO,iBAAiB,MAAM,iEAAiE,CAAC;AAChG,OAAO,IAAI,MAAM,kDAAkD,CAAC;AACpE,OAAO,KAAK,MAAM,mDAAmD,CAAC;AACtE,OAAO,IAAI,MAAM,kDAAkD,CAAC;AACpE,OAAO,UAAU,MAAM,yDAAyD,CAAC;AACjF,OAAO,YAAY,MAAM,2DAA2D,CAAC;AACrF,OAAO,cAAc,MAAM,6DAA6D,CAAC;AACzF,OAAO,YAAY,MAAM,2DAA2D,CAAC;AACrF,OAAO,YAAY,MAAM,2DAA2D,CAAC;AACrF,OAAO,IAAI,MAAM,kDAAkD,CAAC;AACpE,OAAO,UAAU,MAAM,oDAAoD,CAAC;AAC5E,OAAO,IAAI,MAAM,kDAAkD,CAAC;AACpE,OAAO,MAAM,MAAM,oDAAoD,CAAC;AACxE,OAAO,SAAS,MAAM,uDAAuD,CAAC;AAC9E,OAAO,IAAI,MAAM,kDAAkD,CAAC;AACpE,OAAO,cAAc,MAAM,8DAA8D,CAAC;AAC1F,OAAO,QAAQ,MAAM,sDAAsD,CAAC;AAC5E,OAAO,eAAe,MAAM,+DAA+D,CAAC;AAC5F,OAAO,KAAK,MAAM,mDAAmD,CAAC;AACtE,OAAO,SAAS,MAAM,uDAAuD,CAAC;AAC9E,OAAO,GAAG,MAAM,iDAAiD,CAAC;AAClE,OAAO,CAAC,MAAM,+CAA+C,CAAC;AAC9D,OAAO,OAAO,MAAM,sDAAsD,CAAC;AAC3E,OAAO,OAAO,MAAM,sDAAsD,CAAC;AAE3E,OAAO,MAAM,MAAM,oDAAoD,CAAC;AACxE,OAAO,KAAK,MAAM,mDAAmD,CAAC;AACtE,OAAO,IAAI,MAAM,kDAAkD,CAAC;AACpE,OAAO,KAAK,MAAM,mDAAmD,CAAC;AACtE,OAAO,OAAO,MAAM,qDAAqD,CAAC;AAC1E,OAAO,YAAY,MAAM,2DAA2D,CAAC;AACrF,OAAO,WAAW,MAAM,0DAA0D,CAAC;AACnF,OAAO,YAAY,MAAM,2DAA2D,CAAC;AACrF,OAAO,UAAU,MAAM,yDAAyD,CAAC;AACjF,OAAO,IAAI,MAAM,kDAAkD,CAAC;AACpE,OAAO,MAAM,MAAM,oDAAoD,CAAC;AACxE,OAAO,GAAG,MAAM,iDAAiD,CAAC;AAClE,OAAO,KAAK,MAAM,mDAAmD,CAAC;AACtE,OAAO,WAAW,MAAM,2DAA2D,CAAC;AACpF,OAAO,aAAa,MAAM,6DAA6D,CAAC;AACxF,OAAO,SAAS,MAAM,uDAAuD,CAAC;AAC9E,OAAO,UAAU,MAAM,wDAAwD,CAAC;AAEhF,OAAO,MAAM,MAAM,qDAAqD,CAAC;AACzE,OAAO,UAAU,MAAM,yDAAyD,CAAC;AACjF,OAAO,OAAO,MAAM,qDAAqD,CAAC;AAC1E,OAAO,KAAK,MAAM,mDAAmD,CAAC;AACtE,OAAO,eAAe,MAAM,8DAA8D,CAAC;AAC3F,OAAO,QAAQ,MAAM,sDAAsD,CAAC;AAC5E,OAAO,GAAG,MAAM,iDAAiD,CAAC;AAClE,OAAO,IAAI,MAAM,kDAAkD,CAAC;AACpE,OAAO,WAAW,MAAM,2DAA2D,CAAC;AACpF,OAAO,WAAW,MAAM,0DAA0D,CAAC;AACnF,OAAO,GAAG,MAAM,iDAAiD,CAAC;AAClE,OAAO,WAAW,MAAM,yDAAyD,CAAC;AAClF,OAAO,KAAK,MAAM,mDAAmD,CAAC;AACtE,OAAO,SAAS,MAAM,uDAAuD,CAAC;AAC9E,OAAO,KAAK,MAAM,mDAAmD,CAAC;AACtE,OAAO,QAAQ,MAAM,uDAAuD,CAAC;AAC7E,OAAO,WAAW,MAAM,yDAAyD,CAAC;AAClF,OAAO,KAAK,MAAM,mDAAmD,CAAC;AACtE,OAAO,IAAI,MAAM,kDAAkD,CAAC;AACpE,OAAO,GAAG,MAAM,iDAAiD,CAAC;AAClE,OAAO,IAAI,MAAM,kDAAkD,CAAC;AACpE,OAAO,SAAS,MAAM,wDAAwD,CAAC;AAC/E,OAAO,WAAW,MAAM,yDAAyD,CAAC;AAClF,OAAO,IAAI,MAAM,kDAAkD,CAAC;AACpE,OAAO,UAAU,MAAM,yDAAyD,CAAC;AACjF,OAAO,YAAY,MAAM,2DAA2D,CAAC;AACrF,OAAO,WAAW,MAAM,0DAA0D,CAAC;AACnF,OAAO,aAAa,MAAM,4DAA4D,CAAC;AACvF,OAAO,YAAY,MAAM,2DAA2D,CAAC;AACrF,OAAO,WAAW,MAAM,0DAA0D,CAAC;AACnF,OAAO,YAAY,MAAM,2DAA2D,CAAC;AACrF,OAAO,UAAU,MAAM,yDAAyD,CAAC;AACjF,OAAO,SAAS,MAAM,wDAAwD,CAAC;AAC/E,OAAO,WAAW,MAAM,0DAA0D,CAAC;AACnF,OAAO,IAAI,MAAM,kDAAkD,CAAC;AACpE,OAAO,QAAQ,MAAM,uDAAuD,CAAC;AAC7E,OAAO,aAAa,MAAM,4DAA4D,CAAC;AACvF,OAAO,UAAU,MAAM,wDAAwD,CAAC;AAChF,OAAO,OAAO,MAAM,qDAAqD,CAAC;AAC1E,OAAO,WAAW,MAAM,yDAAyD,CAAC;AAClF,OAAO,GAAG,MAAM,iDAAiD,CAAC;AAClE,OAAO,OAAO,MAAM,qDAAqD,CAAC;AAC1E,OAAO,MAAM,MAAM,oDAAoD,CAAC;AACxE,OAAO,UAAU,MAAM,yDAAyD,CAAC;AACjF,OAAO,KAAK,MAAM,mDAAmD,CAAC;AACtE,OAAO,IAAI,MAAM,kDAAkD,CAAC;AACpE,OAAO,OAAO,MAAM,qDAAqD,CAAC;AAC1E,OAAO,QAAQ,MAAM,sDAAsD,CAAC;AAC5E,OAAO,SAAS,MAAM,uDAAuD,CAAC;AAC9E,OAAO,KAAK,MAAM,mDAAmD,CAAC;AACtE,OAAO,UAAU,MAAM,wDAAwD,CAAC;AAChF,OAAO,UAAU,MAAM,yDAAyD,CAAC;AACjF,OAAO,MAAM,MAAM,oDAAoD,CAAC;AACxE,OAAO,cAAc,MAAM,6DAA6D,CAAC;AACzF,OAAO,MAAM,MAAM,oDAAoD,CAAC;AACxE,OAAO,MAAM,MAAM,oDAAoD,CAAC;AACxE,OAAO,WAAW,MAAM,0DAA0D,CAAC;AACnF,OAAO,YAAY,MAAM,2DAA2D,CAAC;AACrF,OAAO,OAAO,MAAM,qDAAqD,CAAC;AAI1E,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAsHhD,CAAC;AAGF,OAAO,EACL,CAAC,EACD,OAAO,IAAI,OAAO,EAClB,OAAO,IAAI,OAAO,EAClB,SAAS,IAAI,SAAS,EACtB,SAAS,IAAI,SAAS,EACtB,UAAU,IAAI,UAAU,EACxB,OAAO,IAAI,OAAO,EAClB,eAAe,IAAI,eAAe,EAClC,eAAe,IAAI,eAAe,EAClC,gBAAgB,IAAI,gBAAgB,EACpC,aAAa,IAAI,aAAa,EAC9B,SAAS,IAAI,IAAI,EACjB,iBAAiB,IAAI,IAAI,EACzB,IAAI,IAAI,IAAI,EACZ,KAAK,IAAI,IAAI,EACb,IAAI,EACJ,UAAU,IAAI,IAAI,EAClB,YAAY,IAAI,IAAI,EACpB,cAAc,IAAI,QAAQ,EAC1B,YAAY,IAAI,MAAM,EACtB,YAAY,IAAI,KAAK,EACrB,IAAI,EACJ,YAAY,IAAI,YAAY,EAC5B,UAAU,IAAI,MAAM,EACpB,IAAI,EACJ,MAAM,EACN,SAAS,IAAI,UAAU,EACvB,IAAI,EACJ,cAAc,IAAI,IAAI,EACtB,QAAQ,IAAI,IAAI,EAChB,eAAe,IAAI,IAAI,EACvB,KAAK,EACL,SAAS,IAAI,YAAY,EACzB,GAAG,IAAI,GAAG,EACV,MAAM,EACN,KAAK,EACL,IAAI,EACJ,KAAK,EACL,OAAO,IAAI,OAAO,EAClB,YAAY,IAAI,MAAM,EACtB,WAAW,IAAI,MAAM,EACrB,YAAY,IAAI,IAAI,EACpB,UAAU,IAAI,IAAI,EAClB,IAAI,EACJ,MAAM,EACN,GAAG,IAAI,QAAQ,EACf,KAAK,EACL,WAAW,IAAI,SAAS,EACxB,aAAa,IAAI,QAAQ,EACzB,SAAS,IAAI,QAAQ,EACrB,UAAU,IAAI,IAAI,EAClB,MAAM,IAAI,QAAQ,EAClB,UAAU,IAAI,GAAG,EACjB,OAAO,EACP,KAAK,IAAI,KAAK,EACd,eAAe,IAAI,UAAU,EAC7B,QAAQ,IAAI,KAAK,EACjB,GAAG,EACH,OAAO,IAAI,IAAI,EACf,IAAI,EACJ,WAAW,IAAI,MAAM,EACrB,WAAW,IAAI,MAAM,EACrB,GAAG,EACH,WAAW,EACX,KAAK,IAAI,IAAI,EACb,SAAS,IAAI,IAAI,EACjB,KAAK,EACL,QAAQ,IAAI,MAAM,EAClB,WAAW,IAAI,OAAO,EACtB,KAAK,IAAI,OAAO,EAChB,IAAI,EACJ,GAAG,EACH,IAAI,EACJ,SAAS,IAAI,IAAI,EACjB,WAAW,IAAI,IAAI,EACnB,IAAI,IAAI,MAAM,EACd,UAAU,IAAI,MAAM,EACpB,YAAY,IAAI,QAAQ,EACxB,WAAW,IAAI,OAAO,EACtB,aAAa,IAAI,SAAS,EAC1B,YAAY,IAAI,QAAQ,EACxB,WAAW,IAAI,OAAO,EACtB,YAAY,IAAI,QAAQ,EACxB,UAAU,IAAI,MAAM,EACpB,SAAS,IAAI,KAAK,EAClB,WAAW,IAAI,OAAO,EACtB,IAAI,EACJ,QAAQ,IAAI,IAAI,EAChB,aAAa,IAAI,SAAS,EAC1B,UAAU,IAAI,KAAK,EACnB,OAAO,EACP,WAAW,IAAI,MAAM,EACrB,GAAG,IAAI,KAAK,EACZ,OAAO,IAAI,KAAK,EAChB,MAAM,EACN,UAAU,IAAI,KAAK,EACnB,KAAK,IAAI,IAAI,EACb,IAAI,EACJ,OAAO,IAAI,SAAS,EACpB,QAAQ,IAAI,WAAW,EACvB,SAAS,IAAI,IAAI,EACjB,KAAK,IAAI,MAAM,EACf,UAAU,IAAI,MAAM,EACpB,UAAU,IAAI,MAAM,EACpB,MAAM,IAAI,KAAK,EACf,cAAc,IAAI,IAAI,EACtB,MAAM,IAAI,KAAK,EACf,MAAM,IAAI,KAAK,EACf,WAAW,IAAI,MAAM,EACtB,CAAC;AAEF,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KAC1C;CACF;AAED,eAAO,MAAM,aAAa,GAAI,OAAO,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,KAAE,IAkC5D,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,MAAM,MAAM,KAAG,MAAM,GAAG,SAc/C,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { LitElement, TemplateResult } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* @element lib-accordion-item
|
|
4
|
+
*
|
|
5
|
+
* Item colapsable individual. Puede usarse standalone o dentro de lib-accordion.
|
|
6
|
+
* El padre lib-accordion orquesta el comportamiento mutually-exclusive y
|
|
7
|
+
* aplica variantes (flush, separated, accent) via CSS custom properties.
|
|
8
|
+
*
|
|
9
|
+
* @slot - Contenido colapsable
|
|
10
|
+
*
|
|
11
|
+
* @fires accordion-toggle - Emitido al hacer clic en el trigger.
|
|
12
|
+
* detail: { open: boolean }
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* <lib-accordion-item label="Pregunta" open>
|
|
16
|
+
* Respuesta detallada aqui.
|
|
17
|
+
* </lib-accordion-item>
|
|
18
|
+
*/
|
|
19
|
+
export declare class LibAccordionItem extends LitElement {
|
|
20
|
+
static styles: import("lit").CSSResult[];
|
|
21
|
+
/** Texto del trigger (cabecera del item) */
|
|
22
|
+
label: string;
|
|
23
|
+
/** Estado abierto/cerrado */
|
|
24
|
+
open: boolean;
|
|
25
|
+
private _handleToggle;
|
|
26
|
+
render(): TemplateResult;
|
|
27
|
+
}
|
|
28
|
+
declare global {
|
|
29
|
+
interface HTMLElementTagNameMap {
|
|
30
|
+
'lib-accordion-item': LibAccordionItem;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=lib-accordion-item.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib-accordion-item.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/accordion-item/lib-accordion-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAkB,cAAc,EAAE,MAAM,KAAK,CAAC;AAMjE;;;;;;;;;;;;;;;;GAgBG;AACH,qBACa,gBAAiB,SAAQ,UAAU;IAC9C,OAAgB,MAAM,4BAGpB;IAEF,4CAA4C;IAE5C,KAAK,SAAM;IAEX,6BAA6B;IAE7B,IAAI,UAAS;IAEb,OAAO,CAAC,aAAa;IAYZ,MAAM,IAAI,cAAc;CAOlC;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,oBAAoB,EAAE,gBAAgB,CAAC;KACxC;CACF"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
export interface AccordionItemTemplateProps {
|
|
3
|
+
label: string;
|
|
4
|
+
open: boolean;
|
|
5
|
+
onToggle: () => void;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Plantilla para lib-accordion-item.
|
|
9
|
+
*
|
|
10
|
+
* La animacion de apertura usa grid-template-rows: 0fr -> 1fr
|
|
11
|
+
* para evitar calcular alturas dinamicas.
|
|
12
|
+
*
|
|
13
|
+
* El slot default recibe el contenido colapsable.
|
|
14
|
+
*/
|
|
15
|
+
export declare function accordionItemTemplate(props: AccordionItemTemplateProps): TemplateResult;
|
|
16
|
+
//# sourceMappingURL=lib-accordion-item.component.html.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib-accordion-item.component.html.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/accordion-item/lib-accordion-item.component.html.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAC;AAE3C,MAAM,WAAW,0BAA0B;IACzC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAkBD;;;;;;;GAOG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,0BAA0B,GAAG,cAAc,CAwBvF"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/web-components-vite';
|
|
2
|
+
import './lib-accordion-item.component';
|
|
3
|
+
interface AccordionItemArgs {
|
|
4
|
+
label: string;
|
|
5
|
+
open: boolean;
|
|
6
|
+
slotContent: string;
|
|
7
|
+
}
|
|
8
|
+
declare const meta: Meta<AccordionItemArgs>;
|
|
9
|
+
export default meta;
|
|
10
|
+
type Story = StoryObj<AccordionItemArgs>;
|
|
11
|
+
export declare const Default: Story;
|
|
12
|
+
export declare const Open: Story;
|
|
13
|
+
//# sourceMappingURL=lib-accordion-item.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib-accordion-item.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/accordion-item/lib-accordion-item.stories.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAChE,OAAO,gCAAgC,CAAC;AAExC,UAAU,iBAAiB;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,OAAO,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,iBAAiB,CAQjC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,iBAAiB,CAAC,CAAC;AAWzC,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAMlB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { LitElement, TemplateResult } from 'lit';
|
|
2
|
+
export declare class LibAspectRatio extends LitElement {
|
|
3
|
+
static styles: import("lit").CSSResult[];
|
|
4
|
+
/**
|
|
5
|
+
* El ratio deseado. Ejemplos: "16/9", "4/3", "1/1", "21/9"
|
|
6
|
+
* @type {string}
|
|
7
|
+
*/
|
|
8
|
+
ratio: string;
|
|
9
|
+
protected render(): TemplateResult;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=lib-aspect-ratio.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib-aspect-ratio.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/aspect-ratio/lib-aspect-ratio.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAwB,MAAM,KAAK,CAAC;AAMvE,qBACa,cAAe,SAAQ,UAAU;IAC5C,OAAgB,MAAM,4BAA+B;IAErD;;;OAGG;IACyB,KAAK,SAAS;cAEvB,MAAM,IAAI,cAAc;CAY5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib-aspect-ratio.html.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/aspect-ratio/lib-aspect-ratio.html.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,cAAc,EAAE,MAAM,KAAK,CAAC;AAE3C,eAAO,MAAM,mBAAmB,QAAO,cAMtC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib-aspect-ratio.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/aspect-ratio/lib-aspect-ratio.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAEhE,OAAO,8BAA8B,CAAC;AAEtC,QAAA,MAAM,IAAI,EAAE,IAIX,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,MAAM,EAAE,QA+BpB,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { LitElement, TemplateResult } from 'lit';
|
|
2
|
+
import type { LibAvatarSize, LibAvatarShape, LibAvatarColor } from './lib-avatar.html';
|
|
3
|
+
/**
|
|
4
|
+
* @element lib-avatar
|
|
5
|
+
*
|
|
6
|
+
* Avatar con tres modos de contenido: imagen, iniciales e icono.
|
|
7
|
+
* Jerarquia: si src falla -> iniciales -> slot default (icono).
|
|
8
|
+
*
|
|
9
|
+
* @slot - Icono de fallback cuando no hay imagen ni iniciales
|
|
10
|
+
* @slot status - Indicador de estado (lib-status-dot)
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* <lib-avatar src="..." name="Ana Bel" size="lg" color="kaki"></lib-avatar>
|
|
14
|
+
* <lib-avatar name="Ana Bel" shape="squircle">
|
|
15
|
+
* <lib-status-dot slot="status" variant="success" pulse></lib-status-dot>
|
|
16
|
+
* </lib-avatar>
|
|
17
|
+
*/
|
|
18
|
+
export declare class LibAvatar extends LitElement {
|
|
19
|
+
static styles: import("lit").CSSResult[];
|
|
20
|
+
/** URL de la imagen */
|
|
21
|
+
src: string;
|
|
22
|
+
/** Nombre completo — genera las iniciales automáticamente */
|
|
23
|
+
name: string;
|
|
24
|
+
/** Escala de tamaño */
|
|
25
|
+
size: LibAvatarSize;
|
|
26
|
+
/** Forma del avatar */
|
|
27
|
+
shape: LibAvatarShape;
|
|
28
|
+
/** Paleta de color para el fondo de iniciales/icono */
|
|
29
|
+
color: LibAvatarColor;
|
|
30
|
+
private _hasError;
|
|
31
|
+
private _getInitials;
|
|
32
|
+
render(): TemplateResult;
|
|
33
|
+
}
|
|
34
|
+
declare global {
|
|
35
|
+
interface HTMLElementTagNameMap {
|
|
36
|
+
'lib-avatar': LibAvatar;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=lib-avatar.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib-avatar.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/avatar/lib-avatar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAkB,cAAc,EAAE,MAAM,KAAK,CAAC;AAEjE,OAAO,KAAK,EAAE,aAAa,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAKvF;;;;;;;;;;;;;;GAcG;AACH,qBACa,SAAU,SAAQ,UAAU;IACvC,OAAgB,MAAM,4BAGpB;IAEF,uBAAuB;IAEvB,GAAG,SAAM;IAET,6DAA6D;IAE7D,IAAI,SAAM;IAEV,uBAAuB;IAEvB,IAAI,EAAE,aAAa,CAAQ;IAE3B,uBAAuB;IAEvB,KAAK,EAAE,cAAc,CAAY;IAEjC,uDAAuD;IAEvD,KAAK,EAAE,cAAc,CAAW;IAEvB,OAAO,CAAC,SAAS,CAAS;IAEnC,OAAO,CAAC,YAAY;IAUX,MAAM,IAAI,cAAc;CAelC;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAC;KACzB;CACF"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
export type LibAvatarSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
3
|
+
export type LibAvatarShape = 'circle' | 'squircle' | 'square';
|
|
4
|
+
export type LibAvatarColor = 'washi' | 'kaki' | 'celadon' | 'dark';
|
|
5
|
+
export interface AvatarTemplateProps {
|
|
6
|
+
src: string;
|
|
7
|
+
name: string;
|
|
8
|
+
size: LibAvatarSize;
|
|
9
|
+
shape: LibAvatarShape;
|
|
10
|
+
color: LibAvatarColor;
|
|
11
|
+
showImage: boolean;
|
|
12
|
+
initials: string;
|
|
13
|
+
onError: () => void;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Plantilla para lib-avatar.
|
|
17
|
+
*
|
|
18
|
+
* Jerarquia de contenido:
|
|
19
|
+
* 1. src + sin error -> imagen
|
|
20
|
+
* 2. name -> iniciales
|
|
21
|
+
* 3. slot default -> icono custom o SVG fallback
|
|
22
|
+
*
|
|
23
|
+
* avatar__status vive fuera del overflow:hidden para que
|
|
24
|
+
* lib-status-dot no quede recortado.
|
|
25
|
+
*/
|
|
26
|
+
export declare function avatarTemplate(props: AvatarTemplateProps): TemplateResult;
|
|
27
|
+
//# sourceMappingURL=lib-avatar.html.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib-avatar.html.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/avatar/lib-avatar.html.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,cAAc,EAAE,MAAM,KAAK,CAAC;AAEpD,MAAM,MAAM,aAAa,GAAI,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;AACtE,MAAM,MAAM,cAAc,GAAG,QAAQ,GAAG,UAAU,GAAG,QAAQ,CAAC;AAC9D,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,CAAC;AAEnE,MAAM,WAAW,mBAAmB;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,aAAa,CAAC;IACpB,KAAK,EAAE,cAAc,CAAC;IACtB,KAAK,EAAE,cAAc,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAmBD;;;;;;;;;;GAUG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,GAAG,cAAc,CAiCzE"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/web-components-vite';
|
|
2
|
+
import './lib-avatar.component';
|
|
3
|
+
import '../status-dot/lib-status-dot.component';
|
|
4
|
+
import type { LibAvatar } from './lib-avatar.component';
|
|
5
|
+
type LibAvatarStoryArgs = Pick<LibAvatar, 'src' | 'name' | 'size' | 'shape' | 'color'>;
|
|
6
|
+
declare const meta: Meta<LibAvatarStoryArgs>;
|
|
7
|
+
export default meta;
|
|
8
|
+
type Story = StoryObj<LibAvatarStoryArgs>;
|
|
9
|
+
export declare const Playground: Story;
|
|
10
|
+
export declare const SizesImage: Story;
|
|
11
|
+
export declare const SizesInitials: Story;
|
|
12
|
+
export declare const Shapes: Story;
|
|
13
|
+
export declare const Colors: Story;
|
|
14
|
+
export declare const WithStatusDot: Story;
|
|
15
|
+
export declare const IconFallback: Story;
|
|
16
|
+
//# sourceMappingURL=lib-avatar.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib-avatar.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/avatar/lib-avatar.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAEhE,OAAO,wBAAwB,CAAC;AAChC,OAAO,wCAAwC,CAAC;AAChD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAExD,KAAK,kBAAkB,GAAG,IAAI,CAAC,SAAS,EAAE,KAAK,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC,CAAC;AAIvF,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,kBAAkB,CAkClC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,kBAAkB,CAAC,CAAC;AAG1C,eAAO,MAAM,UAAU,EAAE,KAQxB,CAAC;AAGF,eAAO,MAAM,UAAU,EAAE,KA8BxB,CAAC;AAGF,eAAO,MAAM,aAAa,EAAE,KA8B3B,CAAC;AAGF,eAAO,MAAM,MAAM,EAAE,KAiBpB,CAAC;AAGF,eAAO,MAAM,MAAM,EAAE,KAqBpB,CAAC;AAIF,eAAO,MAAM,aAAa,EAAE,KAkB3B,CAAC;AAGF,eAAO,MAAM,YAAY,EAAE,KAU1B,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { LitElement, TemplateResult } from 'lit';
|
|
2
|
+
import type { LibBackgroundVariant } from './lib-background.types';
|
|
3
|
+
/**
|
|
4
|
+
* @element lib-background
|
|
5
|
+
*
|
|
6
|
+
* Fondo decorativo con 34 variantes. Úsalo como contenedor raíz
|
|
7
|
+
* de secciones, heroes, cards o paneles. El contenido se coloca
|
|
8
|
+
* en el slot por defecto.
|
|
9
|
+
*
|
|
10
|
+
* @prop {LibBackgroundVariant} variant — Fondo activo (default: 'washi')
|
|
11
|
+
* @prop {boolean} paused — Pausa animaciones CSS (a11y)
|
|
12
|
+
*
|
|
13
|
+
* @csspart base — div de fondo CSS
|
|
14
|
+
* @csspart overlay — div de overlay / grano / animación
|
|
15
|
+
* @csspart canvas — canvas 2D generativo
|
|
16
|
+
* @csspart content — contenedor del slot
|
|
17
|
+
*
|
|
18
|
+
* @slot — Contenido que se renderiza sobre el fondo
|
|
19
|
+
*/
|
|
20
|
+
export declare class LibBackground extends LitElement {
|
|
21
|
+
static styles: import("lit").CSSResult[];
|
|
22
|
+
variant: LibBackgroundVariant;
|
|
23
|
+
paused: boolean;
|
|
24
|
+
private _canvas;
|
|
25
|
+
private _raf;
|
|
26
|
+
private _ro;
|
|
27
|
+
disconnectedCallback(): void;
|
|
28
|
+
protected updated(changed: Map<PropertyKey, unknown>): void;
|
|
29
|
+
private _stopCanvas;
|
|
30
|
+
private _startCanvas;
|
|
31
|
+
private _initParticles;
|
|
32
|
+
private _initFireflies;
|
|
33
|
+
private _initInkWash;
|
|
34
|
+
private _initRain;
|
|
35
|
+
private _initWaveMesh;
|
|
36
|
+
private _initConstellation;
|
|
37
|
+
protected render(): TemplateResult;
|
|
38
|
+
}
|
|
39
|
+
declare global {
|
|
40
|
+
interface HTMLElementTagNameMap {
|
|
41
|
+
'lib-background': LibBackground;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=lib-background.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib-background.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/background/lib-background.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAkB,cAAc,EAAE,MAAM,KAAK,CAAC;AAMjE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAEnE;;;;;;;;;;;;;;;;GAgBG;AACH,qBACa,aAAc,SAAQ,UAAU;IAC3C,OAAgB,MAAM,4BAGpB;IAKF,OAAO,EAAE,oBAAoB,CAAW;IAGxC,MAAM,UAAS;IAIf,QAAqC,OAAO,CAAoB;IAEhE,OAAO,CAAC,IAAI,CAAK;IACjB,OAAO,CAAC,GAAG,CAA+B;IAIjC,oBAAoB,IAAI,IAAI;cAKlB,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,WAAW,EAAE,OAAO,CAAC,GAAG,IAAI;IAYpE,OAAO,CAAC,WAAW;IAKnB,OAAO,CAAC,YAAY;IAgBpB,OAAO,CAAC,cAAc;IAmEtB,OAAO,CAAC,cAAc;IA8EtB,OAAO,CAAC,YAAY;IA0DpB,OAAO,CAAC,SAAS;IAiDjB,OAAO,CAAC,aAAa;IAyDrB,OAAO,CAAC,kBAAkB;cA4EP,MAAM,IAAI,cAAc;CAM5C;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,aAAa,CAAC;KACjC;CACF"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
import type { BackgroundTemplateProps } from './lib-background.types';
|
|
3
|
+
/**
|
|
4
|
+
* Template principal de lib-background.
|
|
5
|
+
*
|
|
6
|
+
* Estructura de capas:
|
|
7
|
+
* .bg-base → recibe background CSS (color/patrón/gradiente)
|
|
8
|
+
* .bg-overlay → grain, shimmer, scan line, ink-drop...
|
|
9
|
+
* .bg-orb-a/b → orbes animados (solo aurora-drift)
|
|
10
|
+
* .bg-canvas → canvas 2D generativo (solo variantes canvas)
|
|
11
|
+
* .bg-content → contenido sloteado — z-index 2
|
|
12
|
+
*/
|
|
13
|
+
export declare function backgroundTemplate(props: BackgroundTemplateProps): TemplateResult;
|
|
14
|
+
//# sourceMappingURL=lib-background.html.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib-background.html.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/background/lib-background.html.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,cAAc,EAAE,MAAM,KAAK,CAAC;AACpD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AAEtE;;;;;;;;;GASG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,uBAAuB,GAAG,cAAc,CAmBjF"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from "@storybook/web-components-vite";
|
|
2
|
+
import "./lib-background.component";
|
|
3
|
+
declare const meta: Meta;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj;
|
|
6
|
+
export declare const Playground: Story;
|
|
7
|
+
export declare const Light: Story;
|
|
8
|
+
export declare const Dark: Story;
|
|
9
|
+
export declare const Gradients: Story;
|
|
10
|
+
export declare const Animated: Story;
|
|
11
|
+
export declare const Canvas: Story;
|
|
12
|
+
export declare const HeroExample: Story;
|
|
13
|
+
export declare const Paused: Story;
|
|
14
|
+
//# sourceMappingURL=lib-background.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib-background.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/background/lib-background.stories.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,4BAA4B,CAAC;AAmEpC,QAAA,MAAM,IAAI,EAAE,IA8FX,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC;AAGtB,eAAO,MAAM,UAAU,EAAE,KAuBxB,CAAC;AAGF,eAAO,MAAM,KAAK,EAAE,KAoBnB,CAAC;AAGF,eAAO,MAAM,IAAI,EAAE,KAoBlB,CAAC;AAGF,eAAO,MAAM,SAAS,EAAE,KAuCvB,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,KA2CtB,CAAC;AAGF,eAAO,MAAM,MAAM,EAAE,KAqCpB,CAAC;AAGF,eAAO,MAAM,WAAW,EAAE,KA8DzB,CAAC;AAGF,eAAO,MAAM,MAAM,EAAE,KA6BpB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/** 15 fondos light inspirados en papel y textil japonés */
|
|
2
|
+
export type LibBackgroundLight = 'washi' | 'washi-grain' | 'washi-weave' | 'seigaiha' | 'tatami' | 'asanoha' | 'sashiko' | 'komon' | 'kasuri' | 'nishiki' | 'kagome' | 'shoji' | 'shibori' | 'ori' | 'chirimen';
|
|
3
|
+
/** 15 fondos dark derivados de la tinta sumi */
|
|
4
|
+
export type LibBackgroundDark = 'sumi' | 'sumi-grain' | 'kintsugi' | 'ash-grid' | 'ink-dot' | 'mokume' | 'kumo' | 'temari' | 'dusk' | 'embers' | 'obsidian' | 'forge' | 'void' | 'yami' | 'midnight';
|
|
5
|
+
/** 8 fondos de gradiente mesh */
|
|
6
|
+
export type LibBackgroundGradient = 'aurora-light' | 'kaki-glow' | 'celadon-mist' | 'noctiluca' | 'horizon' | 'sakura' | 'twilight' | 'jade-deep';
|
|
7
|
+
/** 8 fondos animados en CSS puro */
|
|
8
|
+
export type LibBackgroundAnimated = 'breathing' | 'aurora-drift' | 'scan' | 'ink-drop' | 'shimmer' | 'pulse' | 'fog' | 'static';
|
|
9
|
+
/** 6 fondos generativos en Canvas 2D */
|
|
10
|
+
export type LibBackgroundCanvas = 'particles' | 'rain' | 'wave-mesh' | 'constellation' | 'fireflies' | 'ink-wash';
|
|
11
|
+
/** Unión completa de las 52 variantes */
|
|
12
|
+
export type LibBackgroundVariant = LibBackgroundLight | LibBackgroundDark | LibBackgroundGradient | LibBackgroundAnimated | LibBackgroundCanvas;
|
|
13
|
+
/** Props del template */
|
|
14
|
+
export interface BackgroundTemplateProps {
|
|
15
|
+
variant: LibBackgroundVariant;
|
|
16
|
+
isCanvas: boolean;
|
|
17
|
+
}
|
|
18
|
+
/** Set de variantes canvas (requieren inicialización JS) */
|
|
19
|
+
export declare const BG_CANVAS_VARIANTS: Set<LibBackgroundVariant>;
|
|
20
|
+
/** Set de variantes oscuras (para decidir color de demo content) */
|
|
21
|
+
export declare const BG_DARK_VARIANTS: Set<LibBackgroundVariant>;
|
|
22
|
+
//# sourceMappingURL=lib-background.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib-background.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/background/lib-background.types.ts"],"names":[],"mappings":"AAKA,2DAA2D;AAC3D,MAAM,MAAM,kBAAkB,GAC1B,OAAO,GACP,aAAa,GACb,aAAa,GACb,UAAU,GACV,QAAQ,GACR,SAAS,GACT,SAAS,GACT,OAAO,GACP,QAAQ,GACR,SAAS,GAET,QAAQ,GACR,OAAO,GACP,SAAS,GACT,KAAK,GACL,UAAU,CAAC;AAEf,gDAAgD;AAChD,MAAM,MAAM,iBAAiB,GACzB,MAAM,GACN,YAAY,GACZ,UAAU,GACV,UAAU,GACV,SAAS,GACT,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,MAAM,GACN,QAAQ,GAER,UAAU,GACV,OAAO,GACP,MAAM,GACN,MAAM,GACN,UAAU,CAAC;AAEf,iCAAiC;AACjC,MAAM,MAAM,qBAAqB,GAC7B,cAAc,GACd,WAAW,GACX,cAAc,GACd,WAAW,GACX,SAAS,GAET,QAAQ,GACR,UAAU,GACV,WAAW,CAAC;AAEhB,oCAAoC;AACpC,MAAM,MAAM,qBAAqB,GAC7B,WAAW,GACX,cAAc,GACd,MAAM,GACN,UAAU,GACV,SAAS,GAET,OAAO,GACP,KAAK,GACL,QAAQ,CAAC;AAEb,wCAAwC;AACxC,MAAM,MAAM,mBAAmB,GAC3B,WAAW,GACX,MAAM,GACN,WAAW,GACX,eAAe,GAEf,WAAW,GACX,UAAU,CAAC;AAEf,yCAAyC;AACzC,MAAM,MAAM,oBAAoB,GAC5B,kBAAkB,GAClB,iBAAiB,GACjB,qBAAqB,GACrB,qBAAqB,GACrB,mBAAmB,CAAC;AAExB,yBAAyB;AACzB,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAG,oBAAoB,CAAC;IAC/B,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,4DAA4D;AAC5D,eAAO,MAAM,kBAAkB,2BAG7B,CAAC;AAEH,oEAAoE;AACpE,eAAO,MAAM,gBAAgB,2BAO3B,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { LitElement, TemplateResult } from 'lit';
|
|
2
|
+
import type { LibBadgeVariant, LibBadgeSize } from './lib-badge.html';
|
|
3
|
+
/**
|
|
4
|
+
* @element lib-badge
|
|
5
|
+
*
|
|
6
|
+
* Indicador visual compacto para estado, notificaciones o etiquetas.
|
|
7
|
+
*
|
|
8
|
+
* @slot - Contenido del badge (texto o icono)
|
|
9
|
+
* @csspart badge - El elemento <span> raíz del badge
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* <lib-badge variant="success" dot>Activo</lib-badge>
|
|
13
|
+
* <lib-badge variant="error">Error</lib-badge>
|
|
14
|
+
* <lib-badge variant="accent" pill>Nuevo</lib-badge>
|
|
15
|
+
*/
|
|
16
|
+
export declare class LibBadge extends LitElement {
|
|
17
|
+
static styles: import("lit").CSSResult[];
|
|
18
|
+
/** Variante visual del badge */
|
|
19
|
+
variant: LibBadgeVariant;
|
|
20
|
+
/** Tamaño del badge */
|
|
21
|
+
size: LibBadgeSize;
|
|
22
|
+
/** Muestra un punto indicador de color a la izquierda del texto */
|
|
23
|
+
dot: boolean;
|
|
24
|
+
/** Aplica border-radius completo (estilo píldora) */
|
|
25
|
+
pill: boolean;
|
|
26
|
+
render(): TemplateResult;
|
|
27
|
+
}
|
|
28
|
+
declare global {
|
|
29
|
+
interface HTMLElementTagNameMap {
|
|
30
|
+
'lib-badge': LibBadge;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=lib-badge.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib-badge.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/badge/lib-badge.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAkB,cAAc,EAAE,MAAM,KAAK,CAAC;AAEjE,OAAO,KAAK,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAKtE;;;;;;;;;;;;GAYG;AACH,qBACa,QAAS,SAAQ,UAAU;IACtC,OAAgB,MAAM,4BAOpB;IAEF,gCAAgC;IAEhC,OAAO,EAAE,eAAe,CAAa;IAErC,uBAAuB;IAEvB,IAAI,EAAE,YAAY,CAAQ;IAE1B,mEAAmE;IAEnE,GAAG,UAAS;IAEZ,qDAAqD;IAErD,IAAI,UAAS;IAEJ,MAAM,IAAI,cAAc;CAQlC;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,QAAQ,CAAC;KACvB;CACF"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { TemplateResult } from 'lit';
|
|
2
|
+
/**
|
|
3
|
+
* Variantes visuales del badge.
|
|
4
|
+
* TODO: mover a src/models/ui/ cuando se integre en el monorepo.
|
|
5
|
+
*/
|
|
6
|
+
export type LibBadgeVariant = 'default' | 'accent' | 'celadon' | 'dark' | 'error' | 'success' | 'warning';
|
|
7
|
+
export type LibBadgeSize = 'sm' | 'md';
|
|
8
|
+
export interface BadgeTemplateProps {
|
|
9
|
+
variant: LibBadgeVariant;
|
|
10
|
+
size: LibBadgeSize;
|
|
11
|
+
dot: boolean;
|
|
12
|
+
pill: boolean;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Plantilla para lib-badge.
|
|
16
|
+
* El contenido se proyecta mediante <slot> para máxima flexibilidad.
|
|
17
|
+
*/
|
|
18
|
+
export declare function badgeTemplate(props: BadgeTemplateProps): TemplateResult;
|
|
19
|
+
//# sourceMappingURL=lib-badge.html.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib-badge.html.d.ts","sourceRoot":"","sources":["../../../../../src/components/atoms/badge/lib-badge.html.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,cAAc,EAAE,MAAM,KAAK,CAAC;AAEpD;;;GAGG;AACH,MAAM,MAAM,eAAe,GACvB,SAAS,GACT,QAAQ,GACR,SAAS,GACT,MAAM,GACN,OAAO,GACP,SAAS,GACT,SAAS,CAAC;AAEd,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,CAAC;AAEvC,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,eAAe,CAAC;IACzB,IAAI,EAAE,YAAY,CAAC;IACnB,GAAG,EAAE,OAAO,CAAC;IACb,IAAI,EAAE,OAAO,CAAC;CACf;AAED;;;GAGG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,GAAG,cAAc,CAOvE"}
|