@shibui-ui/ui 1.5.5
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/LICENSE +21 -0
- package/README.md +82 -0
- 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 +35 -0
- package/dist/index352.js.map +1 -0
- package/dist/index353.js +28 -0
- package/dist/index353.js.map +1 -0
- package/dist/index354.js +17 -0
- package/dist/index354.js.map +1 -0
- package/dist/index355.js +31 -0
- package/dist/index355.js.map +1 -0
- package/dist/index356.js +69 -0
- package/dist/index356.js.map +1 -0
- package/dist/index357.js +67 -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 +120 -0
package/dist/index69.js
ADDED
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
import { unsafeCSS, css, LitElement } from "lit";
|
|
2
|
+
import { property, state, query, customElement } from "lit/decorators.js";
|
|
3
|
+
import "./index22.js";
|
|
4
|
+
import { sidebarTemplate } from "./index322.js";
|
|
5
|
+
import componentCss from "./index323.js";
|
|
6
|
+
import sharedTokens from "./index196.js";
|
|
7
|
+
var __defProp = Object.defineProperty;
|
|
8
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
9
|
+
var __decorateClass = (decorators, target, key, kind) => {
|
|
10
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
11
|
+
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
12
|
+
if (decorator = decorators[i])
|
|
13
|
+
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
14
|
+
if (kind && result) __defProp(target, key, result);
|
|
15
|
+
return result;
|
|
16
|
+
};
|
|
17
|
+
let LibSidebar = class extends LitElement {
|
|
18
|
+
constructor() {
|
|
19
|
+
super(...arguments);
|
|
20
|
+
this.logoMark = "渋";
|
|
21
|
+
this.brandName = "shibui";
|
|
22
|
+
this.showSearch = false;
|
|
23
|
+
this.searchPlaceholder = "Buscar…";
|
|
24
|
+
this.links = [];
|
|
25
|
+
this.active = "";
|
|
26
|
+
this.userName = "";
|
|
27
|
+
this.userRole = "";
|
|
28
|
+
this.userAvatar = "";
|
|
29
|
+
this.userInitials = "";
|
|
30
|
+
this.showUserAction = false;
|
|
31
|
+
this.variant = "dark";
|
|
32
|
+
this.collapsed = false;
|
|
33
|
+
this._mobileOpen = false;
|
|
34
|
+
}
|
|
35
|
+
/* ── Lifecycle ── */
|
|
36
|
+
updated(changed) {
|
|
37
|
+
if (changed.has("active") || changed.has("links")) {
|
|
38
|
+
this._moveIndicator();
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
/* ── Render ── */
|
|
42
|
+
render() {
|
|
43
|
+
return sidebarTemplate({
|
|
44
|
+
logoMark: this.logoMark,
|
|
45
|
+
brandName: this.brandName,
|
|
46
|
+
showSearch: this.showSearch,
|
|
47
|
+
searchPlaceholder: this.searchPlaceholder,
|
|
48
|
+
links: this.links,
|
|
49
|
+
active: this.active,
|
|
50
|
+
userName: this.userName,
|
|
51
|
+
userRole: this.userRole,
|
|
52
|
+
userAvatar: this.userAvatar,
|
|
53
|
+
userInitials: this.userInitials,
|
|
54
|
+
showUserAction: this.showUserAction,
|
|
55
|
+
variant: this.variant,
|
|
56
|
+
collapsed: this.collapsed,
|
|
57
|
+
mobileOpen: this._mobileOpen,
|
|
58
|
+
onLinkClick: this._handleLink.bind(this),
|
|
59
|
+
onUserAction: this._handleUserAction.bind(this),
|
|
60
|
+
onSearchInput: this._handleSearch.bind(this),
|
|
61
|
+
onOverlayClick: () => {
|
|
62
|
+
this._mobileOpen = false;
|
|
63
|
+
},
|
|
64
|
+
onToggleClick: () => {
|
|
65
|
+
this._mobileOpen = !this._mobileOpen;
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
/* ── Sliding indicator ── */
|
|
70
|
+
_moveIndicator() {
|
|
71
|
+
requestAnimationFrame(() => {
|
|
72
|
+
const nav = this._nav;
|
|
73
|
+
const ind = this._indicator;
|
|
74
|
+
if (!nav || !ind) return;
|
|
75
|
+
const btn = nav.querySelector(".sb-link.is-active");
|
|
76
|
+
if (!btn) {
|
|
77
|
+
ind.classList.remove("visible");
|
|
78
|
+
return;
|
|
79
|
+
}
|
|
80
|
+
const navTop = nav.getBoundingClientRect().top;
|
|
81
|
+
const btnRect = btn.getBoundingClientRect();
|
|
82
|
+
ind.style.top = `${btnRect.top - navTop + nav.scrollTop}px`;
|
|
83
|
+
ind.style.height = `${btnRect.height}px`;
|
|
84
|
+
ind.classList.add("visible");
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
/* ── Handlers ── */
|
|
88
|
+
_handleLink(id) {
|
|
89
|
+
const previous = this.active;
|
|
90
|
+
this.active = id;
|
|
91
|
+
this.dispatchEvent(new CustomEvent("ui-lib-navigate", {
|
|
92
|
+
detail: { id, previous },
|
|
93
|
+
bubbles: true,
|
|
94
|
+
composed: true
|
|
95
|
+
}));
|
|
96
|
+
if (this._mobileOpen) this._mobileOpen = false;
|
|
97
|
+
}
|
|
98
|
+
_handleUserAction() {
|
|
99
|
+
this.dispatchEvent(new CustomEvent("ui-lib-user-action", {
|
|
100
|
+
bubbles: true,
|
|
101
|
+
composed: true
|
|
102
|
+
}));
|
|
103
|
+
}
|
|
104
|
+
_handleSearch(query2) {
|
|
105
|
+
this.dispatchEvent(new CustomEvent("ui-lib-search", {
|
|
106
|
+
detail: { query: query2 },
|
|
107
|
+
bubbles: true,
|
|
108
|
+
composed: true
|
|
109
|
+
}));
|
|
110
|
+
}
|
|
111
|
+
/* ── Public API ── */
|
|
112
|
+
/** Alterna collapsed ↔ expanded. Llamar desde el botón hamburger de la topbar. */
|
|
113
|
+
toggle() {
|
|
114
|
+
this.collapsed = !this.collapsed;
|
|
115
|
+
}
|
|
116
|
+
/** Expande el sidebar */
|
|
117
|
+
expand() {
|
|
118
|
+
this.collapsed = false;
|
|
119
|
+
}
|
|
120
|
+
/** Colapsa el sidebar a icon rail */
|
|
121
|
+
collapse() {
|
|
122
|
+
this.collapsed = true;
|
|
123
|
+
}
|
|
124
|
+
/** Navega programáticamente */
|
|
125
|
+
navigateTo(id) {
|
|
126
|
+
this._handleLink(id);
|
|
127
|
+
}
|
|
128
|
+
};
|
|
129
|
+
LibSidebar.styles = [
|
|
130
|
+
css`${unsafeCSS(sharedTokens)}`,
|
|
131
|
+
css`${unsafeCSS(componentCss)}`
|
|
132
|
+
];
|
|
133
|
+
__decorateClass([
|
|
134
|
+
property({ type: String, attribute: "logo-mark" })
|
|
135
|
+
], LibSidebar.prototype, "logoMark", 2);
|
|
136
|
+
__decorateClass([
|
|
137
|
+
property({ type: String, attribute: "brand-name" })
|
|
138
|
+
], LibSidebar.prototype, "brandName", 2);
|
|
139
|
+
__decorateClass([
|
|
140
|
+
property({ type: Boolean, attribute: "show-search", reflect: true })
|
|
141
|
+
], LibSidebar.prototype, "showSearch", 2);
|
|
142
|
+
__decorateClass([
|
|
143
|
+
property({ type: String, attribute: "search-placeholder" })
|
|
144
|
+
], LibSidebar.prototype, "searchPlaceholder", 2);
|
|
145
|
+
__decorateClass([
|
|
146
|
+
property({ type: Array })
|
|
147
|
+
], LibSidebar.prototype, "links", 2);
|
|
148
|
+
__decorateClass([
|
|
149
|
+
property({ type: String, reflect: true })
|
|
150
|
+
], LibSidebar.prototype, "active", 2);
|
|
151
|
+
__decorateClass([
|
|
152
|
+
property({ type: String, attribute: "user-name" })
|
|
153
|
+
], LibSidebar.prototype, "userName", 2);
|
|
154
|
+
__decorateClass([
|
|
155
|
+
property({ type: String, attribute: "user-role" })
|
|
156
|
+
], LibSidebar.prototype, "userRole", 2);
|
|
157
|
+
__decorateClass([
|
|
158
|
+
property({ type: String, attribute: "user-avatar" })
|
|
159
|
+
], LibSidebar.prototype, "userAvatar", 2);
|
|
160
|
+
__decorateClass([
|
|
161
|
+
property({ type: String, attribute: "user-initials" })
|
|
162
|
+
], LibSidebar.prototype, "userInitials", 2);
|
|
163
|
+
__decorateClass([
|
|
164
|
+
property({ type: Boolean, attribute: "show-user-action" })
|
|
165
|
+
], LibSidebar.prototype, "showUserAction", 2);
|
|
166
|
+
__decorateClass([
|
|
167
|
+
property({ type: String, reflect: true })
|
|
168
|
+
], LibSidebar.prototype, "variant", 2);
|
|
169
|
+
__decorateClass([
|
|
170
|
+
property({ type: Boolean, reflect: true })
|
|
171
|
+
], LibSidebar.prototype, "collapsed", 2);
|
|
172
|
+
__decorateClass([
|
|
173
|
+
state()
|
|
174
|
+
], LibSidebar.prototype, "_mobileOpen", 2);
|
|
175
|
+
__decorateClass([
|
|
176
|
+
query(".sb-indicator")
|
|
177
|
+
], LibSidebar.prototype, "_indicator", 2);
|
|
178
|
+
__decorateClass([
|
|
179
|
+
query(".sb-nav")
|
|
180
|
+
], LibSidebar.prototype, "_nav", 2);
|
|
181
|
+
LibSidebar = __decorateClass([
|
|
182
|
+
customElement("lib-sidebar")
|
|
183
|
+
], LibSidebar);
|
|
184
|
+
export {
|
|
185
|
+
LibSidebar
|
|
186
|
+
};
|
|
187
|
+
//# sourceMappingURL=index69.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index69.js","sources":["../src/components/organisms/sidebar/lib-sidebar.component.ts"],"sourcesContent":["import { LitElement, css, unsafeCSS, TemplateResult } from 'lit';\nimport { customElement, property, state, query } from 'lit/decorators.js';\nimport '../../atoms/icon/lib-icon.component';\nimport type { SidebarLink } from '../../../types';\nimport { sidebarTemplate } from './lib-sidebar.html';\nimport componentCss from './lib-sidebar.css?inline';\nimport sharedTokens from '../../../styles/shared/tokens.css?inline';\nimport { SidebarVariant } from './lib-sidebar.types';\n\nexport interface UiSidebarNavigateDetail {\n id: string;\n previous: string;\n}\n\n/**\n * lib-sidebar — Shibui UI · SG-65\n *\n * Estructura: Header(56px logo) · [Search] · Nav · User footer\n *\n * @prop logo-mark — Carácter del logo mark (default '渋')\n * @prop brand-name — Nombre de marca (default 'shibui')\n * @prop show-search — Muestra la barra de búsqueda\n * @prop search-placeholder — Placeholder del input de búsqueda\n * @prop links — Array de SidebarLink[]\n * @prop active — ID del link activo\n * @prop user-name — Nombre del usuario en el footer\n * @prop user-role — Rol/plan del usuario\n * @prop user-avatar — URL de imagen del avatar\n * @prop user-initials — Iniciales de fallback\n * @prop show-user-action — Muestra el botón de acción (logout icon)\n * @prop variant — 'dark'(default) | 'light' | 'kintsugi' | 'glitch'\n * @prop collapsed — Estado inicial colapsado\n *\n * @method toggle() — Alterna collapsed/expanded (llamar desde topbar)\n * @method navigateTo() — Navega programáticamente a un id\n *\n * @fires ui-lib-navigate — { id, previous }\n * @fires ui-lib-user-action — void (clic en botón de acción)\n * @fires ui-lib-search — { query: string }\n */\n@customElement('lib-sidebar')\nexport class LibSidebar extends LitElement {\n static override styles = [\n css`${unsafeCSS(sharedTokens)}`,\n css`${unsafeCSS(componentCss)}`,\n ];\n\n /* ── Header ── */\n @property({ type: String, attribute: 'logo-mark' })\n logoMark = '渋';\n\n @property({ type: String, attribute: 'brand-name' })\n brandName = 'shibui';\n\n /* ── Search ── */\n @property({ type: Boolean, attribute: 'show-search', reflect: true })\n showSearch = false;\n\n @property({ type: String, attribute: 'search-placeholder' })\n searchPlaceholder = 'Buscar…';\n\n /* ── Nav ── */\n @property({ type: Array })\n links: SidebarLink[] = [];\n\n @property({ type: String, reflect: true })\n active = '';\n\n /* ── User footer ── */\n @property({ type: String, attribute: 'user-name' })\n userName = '';\n\n @property({ type: String, attribute: 'user-role' })\n userRole = '';\n\n @property({ type: String, attribute: 'user-avatar' })\n userAvatar = '';\n\n @property({ type: String, attribute: 'user-initials' })\n userInitials = '';\n\n @property({ type: Boolean, attribute: 'show-user-action' })\n showUserAction = false;\n\n /* ── Variant & behavior ── */\n @property({ type: String, reflect: true })\n variant: SidebarVariant = 'dark';\n\n @property({ type: Boolean, reflect: true })\n collapsed = false;\n\n /* ── Internal state ── */\n @state() private _mobileOpen = false;\n\n /* ── Queries ── */\n @query('.sb-indicator') declare private _indicator: HTMLElement;\n @query('.sb-nav') declare private _nav: HTMLElement;\n\n /* ── Lifecycle ── */\n override updated(changed: Map<string, unknown>): void {\n if (changed.has('active') || changed.has('links')) {\n this._moveIndicator();\n }\n }\n\n /* ── Render ── */\n override render(): TemplateResult {\n return sidebarTemplate({\n logoMark: this.logoMark,\n brandName: this.brandName,\n showSearch: this.showSearch,\n searchPlaceholder: this.searchPlaceholder,\n links: this.links,\n active: this.active,\n userName: this.userName,\n userRole: this.userRole,\n userAvatar: this.userAvatar,\n userInitials: this.userInitials,\n showUserAction: this.showUserAction,\n variant: this.variant,\n collapsed: this.collapsed,\n mobileOpen: this._mobileOpen,\n onLinkClick: this._handleLink.bind(this),\n onUserAction: this._handleUserAction.bind(this),\n onSearchInput: this._handleSearch.bind(this),\n onOverlayClick: () => { this._mobileOpen = false; },\n onToggleClick: () => { this._mobileOpen = !this._mobileOpen; },\n });\n }\n\n /* ── Sliding indicator ── */\n private _moveIndicator(): void {\n requestAnimationFrame(() => {\n const nav = this._nav;\n const ind = this._indicator;\n if (!nav || !ind) return;\n\n const btn = nav.querySelector<HTMLElement>('.sb-link.is-active');\n if (!btn) { ind.classList.remove('visible'); return; }\n\n const navTop = nav.getBoundingClientRect().top;\n const btnRect = btn.getBoundingClientRect();\n\n ind.style.top = `${btnRect.top - navTop + nav.scrollTop}px`;\n ind.style.height = `${btnRect.height}px`;\n ind.classList.add('visible');\n });\n }\n\n /* ── Handlers ── */\n private _handleLink(id: string): void {\n const previous = this.active;\n this.active = id;\n this.dispatchEvent(new CustomEvent<UiSidebarNavigateDetail>('ui-lib-navigate', {\n detail: { id, previous },\n bubbles: true, composed: true,\n }));\n if (this._mobileOpen) this._mobileOpen = false;\n }\n\n private _handleUserAction(): void {\n this.dispatchEvent(new CustomEvent('ui-lib-user-action', {\n bubbles: true, composed: true,\n }));\n }\n\n private _handleSearch(query: string): void {\n this.dispatchEvent(new CustomEvent('ui-lib-search', {\n detail: { query },\n bubbles: true, composed: true,\n }));\n }\n\n /* ── Public API ── */\n\n /** Alterna collapsed ↔ expanded. Llamar desde el botón hamburger de la topbar. */\n toggle(): void { this.collapsed = !this.collapsed; }\n\n /** Expande el sidebar */\n expand(): void { this.collapsed = false; }\n\n /** Colapsa el sidebar a icon rail */\n collapse(): void { this.collapsed = true; }\n\n /** Navega programáticamente */\n navigateTo(id: string): void { this._handleLink(id); }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'lib-sidebar': LibSidebar;\n }\n}"],"names":["query"],"mappings":";;;;;;;;;;;;;;;;AAyCO,IAAM,aAAN,cAAyB,WAAW;AAAA,EAApC,cAAA;AAAA,UAAA,GAAA,SAAA;AAQL,SAAA,WAAW;AAGX,SAAA,YAAY;AAIZ,SAAA,aAAa;AAGb,SAAA,oBAAoB;AAIpB,SAAA,QAAuB,CAAA;AAGvB,SAAA,SAAS;AAIT,SAAA,WAAW;AAGX,SAAA,WAAW;AAGX,SAAA,aAAa;AAGb,SAAA,eAAe;AAGf,SAAA,iBAAiB;AAIjB,SAAA,UAA0B;AAG1B,SAAA,YAAY;AAGH,SAAQ,cAAc;AAAA,EAAA;AAAA;AAAA,EAOtB,QAAQ,SAAqC;AACpD,QAAI,QAAQ,IAAI,QAAQ,KAAK,QAAQ,IAAI,OAAO,GAAG;AACjD,WAAK,eAAA;AAAA,IACP;AAAA,EACF;AAAA;AAAA,EAGS,SAAyB;AAChC,WAAO,gBAAgB;AAAA,MACrB,UAAmB,KAAK;AAAA,MACxB,WAAmB,KAAK;AAAA,MACxB,YAAmB,KAAK;AAAA,MACxB,mBAAmB,KAAK;AAAA,MACxB,OAAmB,KAAK;AAAA,MACxB,QAAmB,KAAK;AAAA,MACxB,UAAmB,KAAK;AAAA,MACxB,UAAmB,KAAK;AAAA,MACxB,YAAmB,KAAK;AAAA,MACxB,cAAmB,KAAK;AAAA,MACxB,gBAAmB,KAAK;AAAA,MACxB,SAAmB,KAAK;AAAA,MACxB,WAAmB,KAAK;AAAA,MACxB,YAAmB,KAAK;AAAA,MACxB,aAAmB,KAAK,YAAY,KAAK,IAAI;AAAA,MAC7C,cAAmB,KAAK,kBAAkB,KAAK,IAAI;AAAA,MACnD,eAAmB,KAAK,cAAc,KAAK,IAAI;AAAA,MAC/C,gBAAmB,MAAM;AAAE,aAAK,cAAc;AAAA,MAAO;AAAA,MACrD,eAAmB,MAAM;AAAE,aAAK,cAAc,CAAC,KAAK;AAAA,MAAa;AAAA,IAAA,CAClE;AAAA,EACH;AAAA;AAAA,EAGQ,iBAAuB;AAC7B,0BAAsB,MAAM;AAC1B,YAAM,MAAM,KAAK;AACjB,YAAM,MAAM,KAAK;AACjB,UAAI,CAAC,OAAO,CAAC,IAAK;AAElB,YAAM,MAAM,IAAI,cAA2B,oBAAoB;AAC/D,UAAI,CAAC,KAAK;AAAE,YAAI,UAAU,OAAO,SAAS;AAAG;AAAA,MAAQ;AAErD,YAAM,SAAU,IAAI,sBAAA,EAAwB;AAC5C,YAAM,UAAU,IAAI,sBAAA;AAEpB,UAAI,MAAM,MAAS,GAAG,QAAQ,MAAM,SAAS,IAAI,SAAS;AAC1D,UAAI,MAAM,SAAS,GAAG,QAAQ,MAAM;AACpC,UAAI,UAAU,IAAI,SAAS;AAAA,IAC7B,CAAC;AAAA,EACH;AAAA;AAAA,EAGQ,YAAY,IAAkB;AACpC,UAAM,WAAW,KAAK;AACtB,SAAK,SAAS;AACd,SAAK,cAAc,IAAI,YAAqC,mBAAmB;AAAA,MAC7E,QAAQ,EAAE,IAAI,SAAA;AAAA,MACd,SAAS;AAAA,MAAM,UAAU;AAAA,IAAA,CAC1B,CAAC;AACF,QAAI,KAAK,YAAa,MAAK,cAAc;AAAA,EAC3C;AAAA,EAEQ,oBAA0B;AAChC,SAAK,cAAc,IAAI,YAAY,sBAAsB;AAAA,MACvD,SAAS;AAAA,MAAM,UAAU;AAAA,IAAA,CAC1B,CAAC;AAAA,EACJ;AAAA,EAEQ,cAAcA,QAAqB;AACzC,SAAK,cAAc,IAAI,YAAY,iBAAiB;AAAA,MAClD,QAAQ,EAAE,OAAAA,OAAAA;AAAAA,MACV,SAAS;AAAA,MAAM,UAAU;AAAA,IAAA,CAC1B,CAAC;AAAA,EACJ;AAAA;AAAA;AAAA,EAKA,SAAe;AAAE,SAAK,YAAY,CAAC,KAAK;AAAA,EAAW;AAAA;AAAA,EAGnD,SAAe;AAAE,SAAK,YAAY;AAAA,EAAO;AAAA;AAAA,EAGzC,WAAiB;AAAE,SAAK,YAAY;AAAA,EAAM;AAAA;AAAA,EAG1C,WAAW,IAAkB;AAAE,SAAK,YAAY,EAAE;AAAA,EAAG;AACvD;AAjJa,WACK,SAAS;AAAA,EACvB,MAAM,UAAU,YAAY,CAAC;AAAA,EAC7B,MAAM,UAAU,YAAY,CAAC;AAC/B;AAIA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,WAAW,aAAa;AAAA,GAPvC,WAQX,WAAA,YAAA,CAAA;AAGA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,WAAW,cAAc;AAAA,GAVxC,WAWX,WAAA,aAAA,CAAA;AAIA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,SAAS,WAAW,eAAe,SAAS,MAAM;AAAA,GAdzD,WAeX,WAAA,cAAA,CAAA;AAGA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,WAAW,sBAAsB;AAAA,GAjBhD,WAkBX,WAAA,qBAAA,CAAA;AAIA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,MAAA,CAAO;AAAA,GArBd,WAsBX,WAAA,SAAA,CAAA;AAGA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,SAAS,MAAM;AAAA,GAxB9B,WAyBX,WAAA,UAAA,CAAA;AAIA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,WAAW,aAAa;AAAA,GA5BvC,WA6BX,WAAA,YAAA,CAAA;AAGA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,WAAW,aAAa;AAAA,GA/BvC,WAgCX,WAAA,YAAA,CAAA;AAGA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,WAAW,eAAe;AAAA,GAlCzC,WAmCX,WAAA,cAAA,CAAA;AAGA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,WAAW,iBAAiB;AAAA,GArC3C,WAsCX,WAAA,gBAAA,CAAA;AAGA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,SAAS,WAAW,oBAAoB;AAAA,GAxC/C,WAyCX,WAAA,kBAAA,CAAA;AAIA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,SAAS,MAAM;AAAA,GA5C9B,WA6CX,WAAA,WAAA,CAAA;AAGA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,SAAS,SAAS,MAAM;AAAA,GA/C/B,WAgDX,WAAA,aAAA,CAAA;AAGiB,gBAAA;AAAA,EAAhB,MAAA;AAAM,GAnDI,WAmDM,WAAA,eAAA,CAAA;AAGuB,gBAAA;AAAA,EAAvC,MAAM,eAAe;AAAA,GAtDX,WAsD6B,WAAA,cAAA,CAAA;AACA,gBAAA;AAAA,EAAvC,MAAM,SAAS;AAAA,GAvDL,WAuD6B,WAAA,QAAA,CAAA;AAvD7B,aAAN,gBAAA;AAAA,EADN,cAAc,aAAa;AAAA,GACf,UAAA;"}
|
package/dist/index7.js
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { unsafeCSS, css, LitElement } from "lit";
|
|
2
|
+
import { property, customElement } from "lit/decorators.js";
|
|
3
|
+
import { skeletonTemplate } from "./index201.js";
|
|
4
|
+
import skeletonCss from "./index202.js";
|
|
5
|
+
import sharedTokens from "./index196.js";
|
|
6
|
+
var __defProp = Object.defineProperty;
|
|
7
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
8
|
+
var __decorateClass = (decorators, target, key, kind) => {
|
|
9
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
10
|
+
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
11
|
+
if (decorator = decorators[i])
|
|
12
|
+
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
13
|
+
if (kind && result) __defProp(target, key, result);
|
|
14
|
+
return result;
|
|
15
|
+
};
|
|
16
|
+
let LibSkeleton = class extends LitElement {
|
|
17
|
+
constructor() {
|
|
18
|
+
super(...arguments);
|
|
19
|
+
this.shape = "rect";
|
|
20
|
+
this.animation = "shimmer";
|
|
21
|
+
this.surface = "light";
|
|
22
|
+
this.width = "100%";
|
|
23
|
+
this.height = "";
|
|
24
|
+
}
|
|
25
|
+
render() {
|
|
26
|
+
return skeletonTemplate({
|
|
27
|
+
shape: this.shape,
|
|
28
|
+
animation: this.animation,
|
|
29
|
+
surface: this.surface,
|
|
30
|
+
width: this.width,
|
|
31
|
+
height: this.height
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
LibSkeleton.styles = [
|
|
36
|
+
css`${unsafeCSS(sharedTokens)}`,
|
|
37
|
+
css`${unsafeCSS(skeletonCss)}`
|
|
38
|
+
];
|
|
39
|
+
__decorateClass([
|
|
40
|
+
property({ type: String, reflect: true })
|
|
41
|
+
], LibSkeleton.prototype, "shape", 2);
|
|
42
|
+
__decorateClass([
|
|
43
|
+
property({ type: String, reflect: true })
|
|
44
|
+
], LibSkeleton.prototype, "animation", 2);
|
|
45
|
+
__decorateClass([
|
|
46
|
+
property({ type: String, reflect: true })
|
|
47
|
+
], LibSkeleton.prototype, "surface", 2);
|
|
48
|
+
__decorateClass([
|
|
49
|
+
property({ type: String })
|
|
50
|
+
], LibSkeleton.prototype, "width", 2);
|
|
51
|
+
__decorateClass([
|
|
52
|
+
property({ type: String })
|
|
53
|
+
], LibSkeleton.prototype, "height", 2);
|
|
54
|
+
LibSkeleton = __decorateClass([
|
|
55
|
+
customElement("lib-skeleton")
|
|
56
|
+
], LibSkeleton);
|
|
57
|
+
export {
|
|
58
|
+
LibSkeleton
|
|
59
|
+
};
|
|
60
|
+
//# sourceMappingURL=index7.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index7.js","sources":["../src/components/atoms/skeleton/lib-skeleton.component.ts"],"sourcesContent":["import { LitElement, css, unsafeCSS, TemplateResult } from 'lit';\nimport { customElement, property } from 'lit/decorators.js';\nimport type { LibSkeletonShape, LibSkeletonAnimation, LibSkeletonSurface } from './lib-skeleton.html';\nimport { skeletonTemplate } from './lib-skeleton.html';\nimport skeletonCss from './lib-skeleton.css?inline';\nimport sharedTokens from '../../../styles/shared/tokens.css?inline';\n\n/**\n * @element lib-skeleton\n *\n * Bloque de carga que replica la arquitectura del contenido real.\n * Tres animaciones, tres superficies, diez formas semánticas.\n *\n * @slot — (vacío) El componente es puramente visual, sin contenido.\n *\n * @example — línea de texto\n * <lib-skeleton shape=\"line\" width=\"80%\"></lib-skeleton>\n *\n * @example — avatar 40px\n * <lib-skeleton shape=\"avatar\" width=\"40px\" height=\"40px\"></lib-skeleton>\n *\n * @example — dark + wave\n * <lib-skeleton shape=\"title\" surface=\"dark\" animation=\"wave\" width=\"60%\"></lib-skeleton>\n *\n * @example — kaki + pulse\n * <lib-skeleton shape=\"img\" surface=\"kaki\" animation=\"pulse\"></lib-skeleton>\n */\n@customElement('lib-skeleton')\nexport class LibSkeleton extends LitElement {\n static override styles = [\n css`${unsafeCSS(sharedTokens)}`,\n css`${unsafeCSS(skeletonCss)}`,\n ];\n\n /**\n * Forma semántica del bloque.\n * Cada shape tiene una altura por defecto en CSS:\n * - line : 13px\n * - title : 22px\n * - h1 : 36px\n * - avatar : border-radius full (width/height obligatorio)\n * - icon : border-radius sm (width/height obligatorio)\n * - btn : 36px\n * - badge : 20px\n * - pill : 22px, border-radius full\n * - img : 160px\n * - rect : sin altura — usar `height` prop\n */\n @property({ type: String, reflect: true })\n shape: LibSkeletonShape = 'rect';\n\n /**\n * Tipo de animación.\n * - shimmer : barrido de luz lateral (default)\n * - wave : barrido más lento y orgánico\n * - pulse : opacidad, sin movimiento\n */\n @property({ type: String, reflect: true })\n animation: LibSkeletonAnimation = 'shimmer';\n\n /**\n * Superficie de color.\n * - light : washi-200 → washi-100 (default)\n * - dark : washi-800 → washi-700\n * - kaki : kaki-200 → kaki-100\n */\n @property({ type: String, reflect: true })\n surface: LibSkeletonSurface = 'light';\n\n /** Anchura del bloque. Default: 100% */\n @property({ type: String })\n width = '100%';\n\n /**\n * Altura del bloque.\n * Si no se especifica, el CSS usa la altura propia de cada `shape`.\n * Obligatorio para `avatar`, `icon` y `rect`.\n */\n @property({ type: String })\n height = '';\n\n override render(): TemplateResult {\n return skeletonTemplate({\n shape: this.shape,\n animation: this.animation,\n surface: this.surface,\n width: this.width,\n height: this.height,\n });\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'lib-skeleton': LibSkeleton;\n }\n}"],"names":[],"mappings":";;;;;;;;;;;;;;;AA4BO,IAAM,cAAN,cAA0B,WAAW;AAAA,EAArC,cAAA;AAAA,UAAA,GAAA,SAAA;AAqBL,SAAA,QAA0B;AAS1B,SAAA,YAAkC;AASlC,SAAA,UAA8B;AAI9B,SAAA,QAAQ;AAQR,SAAA,SAAS;AAAA,EAAA;AAAA,EAEA,SAAyB;AAChC,WAAO,iBAAiB;AAAA,MACtB,OAAW,KAAK;AAAA,MAChB,WAAW,KAAK;AAAA,MAChB,SAAW,KAAK;AAAA,MAChB,OAAW,KAAK;AAAA,MAChB,QAAW,KAAK;AAAA,IAAA,CACjB;AAAA,EACH;AACF;AA9Da,YACK,SAAS;AAAA,EACvB,MAAM,UAAU,YAAY,CAAC;AAAA,EAC7B,MAAM,UAAU,WAAW,CAAC;AAC9B;AAiBA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,SAAS,MAAM;AAAA,GApB9B,YAqBX,WAAA,SAAA,CAAA;AASA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,SAAS,MAAM;AAAA,GA7B9B,YA8BX,WAAA,aAAA,CAAA;AASA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,SAAS,MAAM;AAAA,GAtC9B,YAuCX,WAAA,WAAA,CAAA;AAIA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,OAAA,CAAQ;AAAA,GA1Cf,YA2CX,WAAA,SAAA,CAAA;AAQA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,OAAA,CAAQ;AAAA,GAlDf,YAmDX,WAAA,UAAA,CAAA;AAnDW,cAAN,gBAAA;AAAA,EADN,cAAc,cAAc;AAAA,GAChB,WAAA;"}
|
package/dist/index70.js
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { unsafeCSS, css, LitElement } from "lit";
|
|
2
|
+
import { property, queryAssignedElements, customElement } from "lit/decorators.js";
|
|
3
|
+
import { stepperTemplate } from "./index324.js";
|
|
4
|
+
import stepperCss from "./index325.js";
|
|
5
|
+
import sharedTokens from "./index196.js";
|
|
6
|
+
var __defProp = Object.defineProperty;
|
|
7
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
8
|
+
var __decorateClass = (decorators, target, key, kind) => {
|
|
9
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
10
|
+
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
11
|
+
if (decorator = decorators[i])
|
|
12
|
+
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
13
|
+
if (kind && result) __defProp(target, key, result);
|
|
14
|
+
return result;
|
|
15
|
+
};
|
|
16
|
+
let LibStepper = class extends LitElement {
|
|
17
|
+
constructor() {
|
|
18
|
+
super(...arguments);
|
|
19
|
+
this.current = 1;
|
|
20
|
+
this.orientation = "horizontal";
|
|
21
|
+
this.variant = "default";
|
|
22
|
+
this.size = "md";
|
|
23
|
+
}
|
|
24
|
+
updated(changed) {
|
|
25
|
+
if (changed.has("current") || changed.has("orientation") || changed.has("variant") || changed.has("size")) {
|
|
26
|
+
this._syncSteps();
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Propaga index, status, last, orientation, variant y size a cada lib-step hijo.
|
|
31
|
+
* Llamado en slotchange y cada vez que cambian las props relevantes.
|
|
32
|
+
*/
|
|
33
|
+
_syncSteps() {
|
|
34
|
+
const steps = this._steps;
|
|
35
|
+
if (!(steps == null ? void 0 : steps.length)) return;
|
|
36
|
+
steps.forEach((step, i) => {
|
|
37
|
+
const pos = i + 1;
|
|
38
|
+
step.index = pos;
|
|
39
|
+
step.orientation = this.orientation;
|
|
40
|
+
step.variant = this.variant;
|
|
41
|
+
step.size = this.size;
|
|
42
|
+
step.last = pos === steps.length;
|
|
43
|
+
if (step.status !== "error") {
|
|
44
|
+
if (pos < this.current) step.status = "completed";
|
|
45
|
+
else if (pos === this.current) step.status = "active";
|
|
46
|
+
else step.status = "pending";
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
_handleSlotChange() {
|
|
51
|
+
this._syncSteps();
|
|
52
|
+
}
|
|
53
|
+
render() {
|
|
54
|
+
return stepperTemplate({
|
|
55
|
+
orientation: this.orientation,
|
|
56
|
+
handleSlotChange: this._handleSlotChange.bind(this)
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
};
|
|
60
|
+
LibStepper.styles = [
|
|
61
|
+
css`${unsafeCSS(sharedTokens)}`,
|
|
62
|
+
css`${unsafeCSS(stepperCss)}`
|
|
63
|
+
];
|
|
64
|
+
__decorateClass([
|
|
65
|
+
property({ type: Number, reflect: true })
|
|
66
|
+
], LibStepper.prototype, "current", 2);
|
|
67
|
+
__decorateClass([
|
|
68
|
+
property({ type: String, reflect: true })
|
|
69
|
+
], LibStepper.prototype, "orientation", 2);
|
|
70
|
+
__decorateClass([
|
|
71
|
+
property({ type: String, reflect: true })
|
|
72
|
+
], LibStepper.prototype, "variant", 2);
|
|
73
|
+
__decorateClass([
|
|
74
|
+
property({ type: String, reflect: true })
|
|
75
|
+
], LibStepper.prototype, "size", 2);
|
|
76
|
+
__decorateClass([
|
|
77
|
+
queryAssignedElements({ selector: "lib-step" })
|
|
78
|
+
], LibStepper.prototype, "_steps", 2);
|
|
79
|
+
LibStepper = __decorateClass([
|
|
80
|
+
customElement("lib-stepper")
|
|
81
|
+
], LibStepper);
|
|
82
|
+
export {
|
|
83
|
+
LibStepper
|
|
84
|
+
};
|
|
85
|
+
//# sourceMappingURL=index70.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index70.js","sources":["../src/components/organisms/stepper/lib-stepper.component.ts"],"sourcesContent":["import { LitElement, css, unsafeCSS, TemplateResult, PropertyValues } from 'lit';\nimport { customElement, property, queryAssignedElements } from 'lit/decorators.js';\nimport type { LibStepperOrientation, LibStepperVariant, LibStepperSize } from './lib-stepper.html';\nimport { stepperTemplate } from './lib-stepper.html';\nimport stepperCss from './lib-stepper.css?inline';\nimport sharedTokens from '../../../styles/shared/tokens.css?inline';\nimport type { LibStep } from '../../atoms/step/lib-step.component';\n\n/**\n * @element lib-stepper\n *\n * Contenedor que coordina un flujo de pasos `<lib-step>`.\n * Calcula y propaga automáticamente a cada hijo:\n * - index : posición ordinal (1-based)\n * - status : pending | active | completed (derivado de `current`)\n * - last : true en el último paso\n * - orientation : refleja la prop del stepper\n * - variant : refleja la prop del stepper\n * - size : refleja la prop del stepper\n *\n * El estado `error` no se gestiona automáticamente — se asigna desde fuera\n * con `stepEl.status = 'error'` cuando el formulario valida.\n *\n * @fires ui-lib-step-change — Emitido al cambiar `current` con `{ current: number, total: number }`\n *\n * @example — horizontal default\n * <lib-stepper current=\"2\">\n * <lib-step label=\"Información\" sub=\"Datos personales\"></lib-step>\n * <lib-step label=\"Pago\" sub=\"Método de pago\"></lib-step>\n * <lib-step label=\"Confirmación\"></lib-step>\n * </lib-stepper>\n *\n * @example — vertical\n * <lib-stepper orientation=\"vertical\" current=\"1\">\n * <lib-step label=\"Crea tu cuenta\">\n * Registro completado. Tu correo ha sido verificado.\n * </lib-step>\n * <lib-step label=\"Elige un plan\">\n * Selecciona el plan que mejor se adapte a tus necesidades.\n * </lib-step>\n * </lib-stepper>\n *\n * @example — minimal kaki\n * <lib-stepper variant=\"minimal\" current=\"3\">...</lib-stepper>\n *\n * @example — kintsugi oscuro\n * <lib-stepper variant=\"kintsugi\" current=\"2\">...</lib-stepper>\n */\n@customElement('lib-stepper')\nexport class LibStepper extends LitElement {\n static override styles = [\n css`${unsafeCSS(sharedTokens)}`,\n css`${unsafeCSS(stepperCss)}`,\n ];\n\n /**\n * Paso activo actual (1-based).\n * Los pasos anteriores quedan como `completed`, los posteriores como `pending`.\n */\n @property({ type: Number, reflect: true })\n current = 1;\n\n /**\n * Dirección del flujo.\n * - horizontal : barra horizontal con conectores (default)\n * - vertical : lista vertical con contenido expandido por paso\n */\n @property({ type: String, reflect: true })\n orientation: LibStepperOrientation = 'horizontal';\n\n /**\n * Variante visual. Se propaga a todos los lib-step hijos.\n * - default : nodo circular washi\n * - minimal : nodo cuadrado, acento kaki\n * - kintsugi : venas doradas, pensado para superficies oscuras\n */\n @property({ type: String, reflect: true })\n variant: LibStepperVariant = 'default';\n\n /**\n * Tamaño de los nodos. Se propaga a todos los lib-step hijos.\n * - sm : 24px · md : 32px (default) · lg : 40px\n */\n @property({ type: String, reflect: true })\n size: LibStepperSize = 'md';\n\n @queryAssignedElements({ selector: 'lib-step' })\n private _steps!: Array<LibStep>;\n\n override updated(changed: PropertyValues<this>): void {\n if (\n changed.has('current') ||\n changed.has('orientation') ||\n changed.has('variant') ||\n changed.has('size')\n ) {\n this._syncSteps();\n }\n }\n\n /**\n * Propaga index, status, last, orientation, variant y size a cada lib-step hijo.\n * Llamado en slotchange y cada vez que cambian las props relevantes.\n */\n private _syncSteps(): void {\n const steps = this._steps;\n if (!steps?.length) return;\n\n steps.forEach((step, i) => {\n const pos = i + 1;\n step.index = pos;\n step.orientation = this.orientation;\n step.variant = this.variant;\n step.size = this.size;\n step.last = pos === steps.length;\n\n // No sobreescribir 'error' si ya fue asignado externamente\n if (step.status !== 'error') {\n if (pos < this.current) step.status = 'completed';\n else if (pos === this.current) step.status = 'active';\n else step.status = 'pending';\n }\n });\n }\n\n private _handleSlotChange(): void {\n this._syncSteps();\n }\n\n override render(): TemplateResult {\n return stepperTemplate({\n orientation: this.orientation,\n handleSlotChange: this._handleSlotChange.bind(this),\n });\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'lib-stepper': LibStepper;\n }\n}"],"names":[],"mappings":";;;;;;;;;;;;;;;AAiDO,IAAM,aAAN,cAAyB,WAAW;AAAA,EAApC,cAAA;AAAA,UAAA,GAAA,SAAA;AAWL,SAAA,UAAU;AAQV,SAAA,cAAqC;AASrC,SAAA,UAA6B;AAO7B,SAAA,OAAuB;AAAA,EAAA;AAAA,EAKd,QAAQ,SAAqC;AACpD,QACE,QAAQ,IAAI,SAAS,KACrB,QAAQ,IAAI,aAAa,KACzB,QAAQ,IAAI,SAAS,KACrB,QAAQ,IAAI,MAAM,GAClB;AACA,WAAK,WAAA;AAAA,IACP;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA,EAMQ,aAAmB;AACzB,UAAM,QAAQ,KAAK;AACnB,QAAI,EAAC,+BAAO,QAAQ;AAEpB,UAAM,QAAQ,CAAC,MAAM,MAAM;AACzB,YAAM,MAAM,IAAI;AAChB,WAAK,QAAc;AACnB,WAAK,cAAc,KAAK;AACxB,WAAK,UAAc,KAAK;AACxB,WAAK,OAAc,KAAK;AACxB,WAAK,OAAc,QAAQ,MAAM;AAGjC,UAAI,KAAK,WAAW,SAAS;AAC3B,YAAI,MAAM,KAAK,QAAc,MAAK,SAAS;AAAA,iBAClC,QAAQ,KAAK,QAAS,MAAK,SAAS;AAAA,kBACV,SAAS;AAAA,MAC9C;AAAA,IACF,CAAC;AAAA,EACH;AAAA,EAEQ,oBAA0B;AAChC,SAAK,WAAA;AAAA,EACP;AAAA,EAES,SAAyB;AAChC,WAAO,gBAAgB;AAAA,MACrB,aAAiB,KAAK;AAAA,MACtB,kBAAkB,KAAK,kBAAkB,KAAK,IAAI;AAAA,IAAA,CACnD;AAAA,EACH;AACF;AAtFa,WACK,SAAS;AAAA,EACvB,MAAM,UAAU,YAAY,CAAC;AAAA,EAC7B,MAAM,UAAU,UAAU,CAAC;AAC7B;AAOA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,SAAS,MAAM;AAAA,GAV9B,WAWX,WAAA,WAAA,CAAA;AAQA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,SAAS,MAAM;AAAA,GAlB9B,WAmBX,WAAA,eAAA,CAAA;AASA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,SAAS,MAAM;AAAA,GA3B9B,WA4BX,WAAA,WAAA,CAAA;AAOA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,SAAS,MAAM;AAAA,GAlC9B,WAmCX,WAAA,QAAA,CAAA;AAGQ,gBAAA;AAAA,EADP,sBAAsB,EAAE,UAAU,WAAA,CAAY;AAAA,GArCpC,WAsCH,WAAA,UAAA,CAAA;AAtCG,aAAN,gBAAA;AAAA,EADN,cAAc,aAAa;AAAA,GACf,UAAA;"}
|
package/dist/index71.js
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import { unsafeCSS, css, LitElement } from "lit";
|
|
2
|
+
import { property, customElement } from "lit/decorators.js";
|
|
3
|
+
import { drawerTemplate } from "./index326.js";
|
|
4
|
+
import drawerCss from "./index327.js";
|
|
5
|
+
import sharedTokens from "./index196.js";
|
|
6
|
+
var __defProp = Object.defineProperty;
|
|
7
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
8
|
+
var __decorateClass = (decorators, target, key, kind) => {
|
|
9
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
10
|
+
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
11
|
+
if (decorator = decorators[i])
|
|
12
|
+
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
13
|
+
if (kind && result) __defProp(target, key, result);
|
|
14
|
+
return result;
|
|
15
|
+
};
|
|
16
|
+
let LibDrawer = class extends LitElement {
|
|
17
|
+
constructor() {
|
|
18
|
+
super(...arguments);
|
|
19
|
+
this._uid = Math.random().toString(36).slice(2, 7);
|
|
20
|
+
this.open = false;
|
|
21
|
+
this.placement = "right";
|
|
22
|
+
this.size = "md";
|
|
23
|
+
this.variant = "default";
|
|
24
|
+
this.label = "";
|
|
25
|
+
this.eyebrow = "";
|
|
26
|
+
this.subtitle = "";
|
|
27
|
+
this.drawerLabel = "";
|
|
28
|
+
this._onKeyDown = (e) => {
|
|
29
|
+
var _a;
|
|
30
|
+
if (!this.open) return;
|
|
31
|
+
if (e.key === "Escape") {
|
|
32
|
+
e.preventDefault();
|
|
33
|
+
this._close();
|
|
34
|
+
return;
|
|
35
|
+
}
|
|
36
|
+
if (e.key === "Tab") {
|
|
37
|
+
const focusable = this._getFocusable();
|
|
38
|
+
if (!focusable.length) return;
|
|
39
|
+
const first = focusable[0];
|
|
40
|
+
const last = focusable[focusable.length - 1];
|
|
41
|
+
const active = (_a = this.shadowRoot) == null ? void 0 : _a.activeElement;
|
|
42
|
+
if (e.shiftKey) {
|
|
43
|
+
if (active === first) {
|
|
44
|
+
e.preventDefault();
|
|
45
|
+
last == null ? void 0 : last.focus();
|
|
46
|
+
}
|
|
47
|
+
} else {
|
|
48
|
+
if (active === last) {
|
|
49
|
+
e.preventDefault();
|
|
50
|
+
first == null ? void 0 : first.focus();
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
/* ════════════════════════════════════════
|
|
57
|
+
Ciclo de vida
|
|
58
|
+
════════════════════════════════════════ */
|
|
59
|
+
connectedCallback() {
|
|
60
|
+
super.connectedCallback();
|
|
61
|
+
this.addEventListener("keydown", this._onKeyDown);
|
|
62
|
+
}
|
|
63
|
+
disconnectedCallback() {
|
|
64
|
+
super.disconnectedCallback();
|
|
65
|
+
this.removeEventListener("keydown", this._onKeyDown);
|
|
66
|
+
document.body.style.overflow = "";
|
|
67
|
+
}
|
|
68
|
+
updated(changed) {
|
|
69
|
+
if (!changed.has("open")) return;
|
|
70
|
+
if (this.open) {
|
|
71
|
+
document.body.style.overflow = "hidden";
|
|
72
|
+
requestAnimationFrame(() => {
|
|
73
|
+
var _a;
|
|
74
|
+
const panel = (_a = this.shadowRoot) == null ? void 0 : _a.querySelector(".dr");
|
|
75
|
+
panel == null ? void 0 : panel.focus();
|
|
76
|
+
});
|
|
77
|
+
} else {
|
|
78
|
+
document.body.style.overflow = "";
|
|
79
|
+
}
|
|
80
|
+
if (!this.drawerLabel) {
|
|
81
|
+
this.drawerLabel = this.label || "Panel";
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
/* ════════════════════════════════════════
|
|
85
|
+
API pública
|
|
86
|
+
════════════════════════════════════════ */
|
|
87
|
+
/** Cierra el drawer y emite el evento */
|
|
88
|
+
_close() {
|
|
89
|
+
if (!this.open) return;
|
|
90
|
+
this.open = false;
|
|
91
|
+
this.dispatchEvent(new CustomEvent("ui-lib-drawer-close", {
|
|
92
|
+
bubbles: true,
|
|
93
|
+
composed: true
|
|
94
|
+
}));
|
|
95
|
+
}
|
|
96
|
+
/* ════════════════════════════════════════
|
|
97
|
+
Focus trap
|
|
98
|
+
════════════════════════════════════════ */
|
|
99
|
+
_getFocusable() {
|
|
100
|
+
var _a;
|
|
101
|
+
const selector = [
|
|
102
|
+
"a[href]",
|
|
103
|
+
"button:not([disabled])",
|
|
104
|
+
"input:not([disabled])",
|
|
105
|
+
"select:not([disabled])",
|
|
106
|
+
"textarea:not([disabled])",
|
|
107
|
+
'[tabindex]:not([tabindex="-1"])'
|
|
108
|
+
].join(",");
|
|
109
|
+
return Array.from(
|
|
110
|
+
((_a = this.shadowRoot) == null ? void 0 : _a.querySelectorAll(selector)) ?? []
|
|
111
|
+
);
|
|
112
|
+
}
|
|
113
|
+
/* ════════════════════════════════════════
|
|
114
|
+
Render
|
|
115
|
+
════════════════════════════════════════ */
|
|
116
|
+
render() {
|
|
117
|
+
return drawerTemplate(this);
|
|
118
|
+
}
|
|
119
|
+
};
|
|
120
|
+
LibDrawer.styles = [
|
|
121
|
+
css`${unsafeCSS(sharedTokens)}`,
|
|
122
|
+
css`${unsafeCSS(drawerCss)}`
|
|
123
|
+
];
|
|
124
|
+
__decorateClass([
|
|
125
|
+
property({ type: Boolean, reflect: true })
|
|
126
|
+
], LibDrawer.prototype, "open", 2);
|
|
127
|
+
__decorateClass([
|
|
128
|
+
property({ type: String, reflect: true })
|
|
129
|
+
], LibDrawer.prototype, "placement", 2);
|
|
130
|
+
__decorateClass([
|
|
131
|
+
property({ type: String, reflect: true })
|
|
132
|
+
], LibDrawer.prototype, "size", 2);
|
|
133
|
+
__decorateClass([
|
|
134
|
+
property({ type: String, reflect: true })
|
|
135
|
+
], LibDrawer.prototype, "variant", 2);
|
|
136
|
+
__decorateClass([
|
|
137
|
+
property({ type: String })
|
|
138
|
+
], LibDrawer.prototype, "label", 2);
|
|
139
|
+
__decorateClass([
|
|
140
|
+
property({ type: String })
|
|
141
|
+
], LibDrawer.prototype, "eyebrow", 2);
|
|
142
|
+
__decorateClass([
|
|
143
|
+
property({ type: String })
|
|
144
|
+
], LibDrawer.prototype, "subtitle", 2);
|
|
145
|
+
__decorateClass([
|
|
146
|
+
property({ type: String, attribute: "drawer-label" })
|
|
147
|
+
], LibDrawer.prototype, "drawerLabel", 2);
|
|
148
|
+
LibDrawer = __decorateClass([
|
|
149
|
+
customElement("lib-drawer")
|
|
150
|
+
], LibDrawer);
|
|
151
|
+
export {
|
|
152
|
+
LibDrawer
|
|
153
|
+
};
|
|
154
|
+
//# sourceMappingURL=index71.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index71.js","sources":["../src/components/organisms/drawer/lib-drawer.component.ts"],"sourcesContent":["import { LitElement, css, unsafeCSS, TemplateResult } from 'lit';\nimport { customElement, property } from 'lit/decorators.js';\nimport { drawerTemplate } from './lib-drawer.html';\nimport drawerCss from './lib-drawer.css?inline';\nimport sharedTokens from '../../../styles/shared/tokens.css?inline';\nimport type { DrawerPlacement, DrawerSize, DrawerVariant } from './lib-drawer.types';\n\n/**\n * lib-drawer — Shibui UI · SG-59\n *\n * @prop open — Abre / cierra el drawer\n * @prop placement — 'right'(default) | 'left' | 'top' | 'bottom'\n * @prop size — 'sm' | 'md'(default) | 'lg' | 'xl' | 'full'\n * @prop variant — 'default' | 'dark' | 'kintsugi' | 'kintsugi-dark' | 'glitch' | 'glitch-dark'\n * @prop label — Texto del título (también rellenable via slot[name=\"title\"])\n * @prop eyebrow — Texto del eyebrow (también via slot[name=\"eyebrow\"])\n * @prop subtitle — Texto del subtítulo (también via slot[name=\"subtitle\"])\n * @prop drawer-label — Aria-label del dialog (default = label)\n *\n * @slot — Contenido del body\n * @slot title — Reemplaza el título\n * @slot eyebrow — Reemplaza el eyebrow\n * @slot subtitle — Reemplaza el subtítulo\n * @slot footer — Botones de pie (oculto si vacío)\n *\n * @fires ui-lib-drawer-close — Cuando el drawer se cierra (backdrop, Escape, botón X)\n */\n@customElement('lib-drawer')\nexport class LibDrawer extends LitElement {\n static override styles = [\n css`${unsafeCSS(sharedTokens)}`,\n css`${unsafeCSS(drawerCss)}`,\n ];\n\n /* ── Identificador único para aria ── */\n readonly _uid = Math.random().toString(36).slice(2, 7);\n\n @property({ type: Boolean, reflect: true })\n open = false;\n\n @property({ type: String, reflect: true })\n placement: DrawerPlacement = 'right';\n\n @property({ type: String, reflect: true })\n size: DrawerSize = 'md';\n\n @property({ type: String, reflect: true })\n variant: DrawerVariant = 'default';\n\n @property({ type: String })\n label = '';\n\n @property({ type: String })\n eyebrow = '';\n\n @property({ type: String })\n subtitle = '';\n\n @property({ type: String, attribute: 'drawer-label' })\n drawerLabel = '';\n\n /* ════════════════════════════════════════\n Ciclo de vida\n ════════════════════════════════════════ */\n\n override connectedCallback(): void {\n super.connectedCallback();\n this.addEventListener('keydown', this._onKeyDown);\n }\n\n override disconnectedCallback(): void {\n super.disconnectedCallback();\n this.removeEventListener('keydown', this._onKeyDown);\n // Restaurar scroll por si se destruye mientras está abierto\n document.body.style.overflow = '';\n }\n\n override updated(changed: Map<PropertyKey, unknown>): void {\n if (!changed.has('open')) return;\n\n if (this.open) {\n document.body.style.overflow = 'hidden';\n // Dar foco al panel para que los eventos de teclado funcionen\n requestAnimationFrame(() => {\n const panel = this.shadowRoot?.querySelector<HTMLElement>('.dr');\n panel?.focus();\n });\n } else {\n document.body.style.overflow = '';\n }\n\n // Sync aria-label si no se pasó drawer-label explícito\n if (!this.drawerLabel) {\n this.drawerLabel = this.label || 'Panel';\n }\n }\n\n /* ════════════════════════════════════════\n API pública\n ════════════════════════════════════════ */\n\n /** Cierra el drawer y emite el evento */\n _close(): void {\n if (!this.open) return;\n this.open = false;\n this.dispatchEvent(new CustomEvent('ui-lib-drawer-close', {\n bubbles: true,\n composed: true,\n }));\n }\n\n /* ════════════════════════════════════════\n Focus trap\n ════════════════════════════════════════ */\n\n private _getFocusable(): HTMLElement[] {\n const selector = [\n 'a[href]', 'button:not([disabled])', 'input:not([disabled])',\n 'select:not([disabled])', 'textarea:not([disabled])',\n '[tabindex]:not([tabindex=\"-1\"])',\n ].join(',');\n\n return Array.from(\n this.shadowRoot?.querySelectorAll<HTMLElement>(selector) ?? []\n );\n }\n\n private _onKeyDown = (e: KeyboardEvent): void => {\n if (!this.open) return;\n\n if (e.key === 'Escape') {\n e.preventDefault();\n this._close();\n return;\n }\n\n if (e.key === 'Tab') {\n const focusable = this._getFocusable();\n if (!focusable.length) return;\n\n const first = focusable[0];\n const last = focusable[focusable.length - 1];\n const active = this.shadowRoot?.activeElement as HTMLElement;\n\n if (e.shiftKey) {\n if (active === first) { e.preventDefault(); last?.focus(); }\n } else {\n if (active === last) { e.preventDefault(); first?.focus(); }\n }\n }\n };\n\n /* ════════════════════════════════════════\n Render\n ════════════════════════════════════════ */\n protected override render(): TemplateResult {\n return drawerTemplate(this);\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'lib-drawer': LibDrawer;\n }\n}"],"names":[],"mappings":";;;;;;;;;;;;;;;AA4BO,IAAM,YAAN,cAAwB,WAAW;AAAA,EAAnC,cAAA;AAAA,UAAA,GAAA,SAAA;AAOL,SAAS,OAAO,KAAK,OAAA,EAAS,SAAS,EAAE,EAAE,MAAM,GAAG,CAAC;AAGrD,SAAA,OAAO;AAGP,SAAA,YAA6B;AAG7B,SAAA,OAAmB;AAGnB,SAAA,UAAyB;AAGzB,SAAA,QAAQ;AAGR,SAAA,UAAU;AAGV,SAAA,WAAW;AAGX,SAAA,cAAc;AAoEd,SAAQ,aAAa,CAAC,MAA2B;;AAC/C,UAAI,CAAC,KAAK,KAAM;AAEhB,UAAI,EAAE,QAAQ,UAAU;AACtB,UAAE,eAAA;AACF,aAAK,OAAA;AACL;AAAA,MACF;AAEA,UAAI,EAAE,QAAQ,OAAO;AACnB,cAAM,YAAY,KAAK,cAAA;AACvB,YAAI,CAAC,UAAU,OAAQ;AAEvB,cAAM,QAAQ,UAAU,CAAC;AACzB,cAAM,OAAQ,UAAU,UAAU,SAAS,CAAC;AAC5C,cAAM,UAAS,UAAK,eAAL,mBAAiB;AAEhC,YAAI,EAAE,UAAU;AACd,cAAI,WAAW,OAAO;AAAE,cAAE,eAAA;AAAkB,yCAAM;AAAA,UAAS;AAAA,QAC7D,OAAO;AACL,cAAI,WAAW,MAAO;AAAE,cAAE,eAAA;AAAkB,2CAAO;AAAA,UAAS;AAAA,QAC9D;AAAA,MACF;AAAA,IACF;AAAA,EAAA;AAAA;AAAA;AAAA;AAAA,EArFS,oBAA0B;AACjC,UAAM,kBAAA;AACN,SAAK,iBAAiB,WAAW,KAAK,UAAU;AAAA,EAClD;AAAA,EAES,uBAA6B;AACpC,UAAM,qBAAA;AACN,SAAK,oBAAoB,WAAW,KAAK,UAAU;AAEnD,aAAS,KAAK,MAAM,WAAW;AAAA,EACjC;AAAA,EAES,QAAQ,SAA0C;AACzD,QAAI,CAAC,QAAQ,IAAI,MAAM,EAAG;AAE1B,QAAI,KAAK,MAAM;AACb,eAAS,KAAK,MAAM,WAAW;AAE/B,4BAAsB,MAAM;;AAC1B,cAAM,SAAQ,UAAK,eAAL,mBAAiB,cAA2B;AAC1D,uCAAO;AAAA,MACT,CAAC;AAAA,IACH,OAAO;AACL,eAAS,KAAK,MAAM,WAAW;AAAA,IACjC;AAGA,QAAI,CAAC,KAAK,aAAa;AACrB,WAAK,cAAc,KAAK,SAAS;AAAA,IACnC;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,SAAe;AACb,QAAI,CAAC,KAAK,KAAM;AAChB,SAAK,OAAO;AACZ,SAAK,cAAc,IAAI,YAAY,uBAAuB;AAAA,MACxD,SAAS;AAAA,MACT,UAAU;AAAA,IAAA,CACX,CAAC;AAAA,EACJ;AAAA;AAAA;AAAA;AAAA,EAMQ,gBAA+B;;AACrC,UAAM,WAAW;AAAA,MACf;AAAA,MAAW;AAAA,MAA0B;AAAA,MACrC;AAAA,MAA0B;AAAA,MAC1B;AAAA,IAAA,EACA,KAAK,GAAG;AAEV,WAAO,MAAM;AAAA,QACX,UAAK,eAAL,mBAAiB,iBAA8B,cAAa,CAAA;AAAA,IAAC;AAAA,EAEjE;AAAA;AAAA;AAAA;AAAA,EA8BmB,SAAyB;AAC1C,WAAO,eAAe,IAAI;AAAA,EAC5B;AACF;AAlIa,UACK,SAAS;AAAA,EACvB,MAAM,UAAU,YAAY,CAAC;AAAA,EAC7B,MAAM,UAAU,SAAS,CAAC;AAC5B;AAMA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,SAAS,SAAS,MAAM;AAAA,GAT/B,UAUX,WAAA,QAAA,CAAA;AAGA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,SAAS,MAAM;AAAA,GAZ9B,UAaX,WAAA,aAAA,CAAA;AAGA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,SAAS,MAAM;AAAA,GAf9B,UAgBX,WAAA,QAAA,CAAA;AAGA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,SAAS,MAAM;AAAA,GAlB9B,UAmBX,WAAA,WAAA,CAAA;AAGA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,OAAA,CAAQ;AAAA,GArBf,UAsBX,WAAA,SAAA,CAAA;AAGA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,OAAA,CAAQ;AAAA,GAxBf,UAyBX,WAAA,WAAA,CAAA;AAGA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,OAAA,CAAQ;AAAA,GA3Bf,UA4BX,WAAA,YAAA,CAAA;AAGA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,WAAW,gBAAgB;AAAA,GA9B1C,UA+BX,WAAA,eAAA,CAAA;AA/BW,YAAN,gBAAA;AAAA,EADN,cAAc,YAAY;AAAA,GACd,SAAA;"}
|