@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/index283.js
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import { nothing, html } from "lit";
|
|
2
|
+
function selectTemplate(props) {
|
|
3
|
+
const {
|
|
4
|
+
label,
|
|
5
|
+
placeholder,
|
|
6
|
+
hint,
|
|
7
|
+
errorMessage,
|
|
8
|
+
required,
|
|
9
|
+
optional,
|
|
10
|
+
open,
|
|
11
|
+
error,
|
|
12
|
+
selectedLabel,
|
|
13
|
+
hasSelection,
|
|
14
|
+
multi,
|
|
15
|
+
selectedCount,
|
|
16
|
+
searchable,
|
|
17
|
+
searchQuery,
|
|
18
|
+
visibleCount,
|
|
19
|
+
onTriggerClick,
|
|
20
|
+
onSearchInput,
|
|
21
|
+
onConfirm
|
|
22
|
+
} = props;
|
|
23
|
+
const labelTpl = label ? html`
|
|
24
|
+
<label class="sel-label">
|
|
25
|
+
${label}
|
|
26
|
+
${required ? html`<span class="sel-label-req" aria-hidden="true">*</span>` : nothing}
|
|
27
|
+
${optional ? html`<span class="sel-label-opt">(opcional)</span>` : nothing}
|
|
28
|
+
</label>` : nothing;
|
|
29
|
+
const hintTpl = error && errorMessage ? html`<span class="sel-hint is-error">${errorMessage}</span>` : hint ? html`<span class="sel-hint">${hint}</span>` : nothing;
|
|
30
|
+
const triggerValueTpl = multi ? selectedCount > 0 ? html`
|
|
31
|
+
<span class="sel-trigger-value">
|
|
32
|
+
${selectedCount} seleccionada${selectedCount !== 1 ? "s" : ""}
|
|
33
|
+
<span class="sel-trigger-count">${selectedCount}</span>
|
|
34
|
+
</span>` : html`<span class="sel-trigger-value is-placeholder">${placeholder}</span>` : hasSelection ? html`<span class="sel-trigger-value">${selectedLabel}</span>` : html`<span class="sel-trigger-value is-placeholder">${placeholder}</span>`;
|
|
35
|
+
const searchTpl = searchable ? html`
|
|
36
|
+
<div class="sel-panel-search">
|
|
37
|
+
<span class="sel-panel-search-icon" aria-hidden="true"></span>
|
|
38
|
+
<input
|
|
39
|
+
type="text"
|
|
40
|
+
placeholder="Buscar…"
|
|
41
|
+
.value="${searchQuery}"
|
|
42
|
+
@input="${onSearchInput}"
|
|
43
|
+
autocomplete="off"
|
|
44
|
+
aria-label="Buscar opciones"
|
|
45
|
+
>
|
|
46
|
+
</div>` : nothing;
|
|
47
|
+
const footerTpl = multi ? html`
|
|
48
|
+
<div class="sel-panel-footer">
|
|
49
|
+
<span class="sel-panel-footer-text">
|
|
50
|
+
${selectedCount} seleccionada${selectedCount !== 1 ? "s" : ""}
|
|
51
|
+
</span>
|
|
52
|
+
<button
|
|
53
|
+
class="sel-panel-footer-btn"
|
|
54
|
+
type="button"
|
|
55
|
+
@click="${onConfirm}"
|
|
56
|
+
>Confirmar</button>
|
|
57
|
+
</div>` : nothing;
|
|
58
|
+
const emptyTpl = searchable && searchQuery && visibleCount === 0 ? html`<div class="sel-panel-empty">Sin resultados</div>` : nothing;
|
|
59
|
+
return html`
|
|
60
|
+
<div class="sel-field">
|
|
61
|
+
|
|
62
|
+
${labelTpl}
|
|
63
|
+
|
|
64
|
+
<div class="sel-custom">
|
|
65
|
+
<button
|
|
66
|
+
class="sel-trigger"
|
|
67
|
+
type="button"
|
|
68
|
+
aria-haspopup="listbox"
|
|
69
|
+
aria-expanded="${open}"
|
|
70
|
+
@click="${onTriggerClick}"
|
|
71
|
+
>
|
|
72
|
+
${triggerValueTpl}
|
|
73
|
+
<span class="sel-trigger-chevron" aria-hidden="true"></span>
|
|
74
|
+
</button>
|
|
75
|
+
|
|
76
|
+
<div
|
|
77
|
+
class="sel-panel"
|
|
78
|
+
role="listbox"
|
|
79
|
+
aria-multiselectable="${multi}"
|
|
80
|
+
>
|
|
81
|
+
${searchTpl}
|
|
82
|
+
|
|
83
|
+
<div class="sel-panel-list">
|
|
84
|
+
<slot></slot>
|
|
85
|
+
${emptyTpl}
|
|
86
|
+
</div>
|
|
87
|
+
|
|
88
|
+
${footerTpl}
|
|
89
|
+
</div>
|
|
90
|
+
</div>
|
|
91
|
+
|
|
92
|
+
${hintTpl}
|
|
93
|
+
|
|
94
|
+
</div>
|
|
95
|
+
`;
|
|
96
|
+
}
|
|
97
|
+
export {
|
|
98
|
+
selectTemplate
|
|
99
|
+
};
|
|
100
|
+
//# sourceMappingURL=index283.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index283.js","sources":["../src/components/molecules/select/lib-select.html.ts"],"sourcesContent":["import { html, nothing, TemplateResult } from 'lit';\nimport type { SelectSize, SelectVariant } from './lib-select.types';\n\nexport interface SelectTemplateProps {\n /* Field meta */\n label: string;\n placeholder: string;\n hint: string;\n errorMessage: string;\n required: boolean;\n optional: boolean;\n\n /* State */\n open: boolean;\n disabled: boolean;\n error: boolean;\n dark: boolean;\n\n /* Appearance */\n size: SelectSize;\n variant: SelectVariant;\n\n /* Single selection */\n selectedLabel: string;\n hasSelection: boolean;\n\n /* Multi selection */\n multi: boolean;\n selectedCount: number;\n\n /* Searchable */\n searchable: boolean;\n searchQuery: string;\n visibleCount: number;\n\n /* Handlers */\n onTriggerClick: (e: Event) => void;\n onSearchInput: (e: Event) => void;\n onConfirm: () => void;\n}\n\n/**\n * Template para lib-select.\n * Las opciones son elementos slotted — lib-select-option hijos en el light DOM.\n */\nexport function selectTemplate(props: SelectTemplateProps): TemplateResult {\n const {\n label, placeholder, hint, errorMessage,\n required, optional,\n open, error,\n selectedLabel, hasSelection,\n multi, selectedCount,\n searchable, searchQuery, visibleCount,\n onTriggerClick, onSearchInput, onConfirm,\n } = props;\n\n /* ── Label section ── */\n const labelTpl = label\n ? html`\n <label class=\"sel-label\">\n ${label}\n ${required ? html`<span class=\"sel-label-req\" aria-hidden=\"true\">*</span>` : nothing}\n ${optional ? html`<span class=\"sel-label-opt\">(opcional)</span>` : nothing}\n </label>`\n : nothing;\n\n /* ── Hint / error message ── */\n const hintTpl = error && errorMessage\n ? html`<span class=\"sel-hint is-error\">${errorMessage}</span>`\n : hint\n ? html`<span class=\"sel-hint\">${hint}</span>`\n : nothing;\n\n /* ── Trigger value display ── */\n const triggerValueTpl = multi\n ? selectedCount > 0\n ? html`\n <span class=\"sel-trigger-value\">\n ${selectedCount} seleccionada${selectedCount !== 1 ? 's' : ''}\n <span class=\"sel-trigger-count\">${selectedCount}</span>\n </span>`\n : html`<span class=\"sel-trigger-value is-placeholder\">${placeholder}</span>`\n : hasSelection\n ? html`<span class=\"sel-trigger-value\">${selectedLabel}</span>`\n : html`<span class=\"sel-trigger-value is-placeholder\">${placeholder}</span>`;\n\n /* ── Search row ── */\n const searchTpl = searchable\n ? html`\n <div class=\"sel-panel-search\">\n <span class=\"sel-panel-search-icon\" aria-hidden=\"true\"></span>\n <input\n type=\"text\"\n placeholder=\"Buscar…\"\n .value=\"${searchQuery}\"\n @input=\"${onSearchInput}\"\n autocomplete=\"off\"\n aria-label=\"Buscar opciones\"\n >\n </div>`\n : nothing;\n\n /* ── Panel footer for multi ── */\n const footerTpl = multi\n ? html`\n <div class=\"sel-panel-footer\">\n <span class=\"sel-panel-footer-text\">\n ${selectedCount} seleccionada${selectedCount !== 1 ? 's' : ''}\n </span>\n <button\n class=\"sel-panel-footer-btn\"\n type=\"button\"\n @click=\"${onConfirm}\"\n >Confirmar</button>\n </div>`\n : nothing;\n\n /* ── Empty state when search yields 0 results ── */\n const emptyTpl = searchable && searchQuery && visibleCount === 0\n ? html`<div class=\"sel-panel-empty\">Sin resultados</div>`\n : nothing;\n\n return html`\n <div class=\"sel-field\">\n\n ${labelTpl}\n\n <div class=\"sel-custom\">\n <button\n class=\"sel-trigger\"\n type=\"button\"\n aria-haspopup=\"listbox\"\n aria-expanded=\"${open}\"\n @click=\"${onTriggerClick}\"\n >\n ${triggerValueTpl}\n <span class=\"sel-trigger-chevron\" aria-hidden=\"true\"></span>\n </button>\n\n <div\n class=\"sel-panel\"\n role=\"listbox\"\n aria-multiselectable=\"${multi}\"\n >\n ${searchTpl}\n\n <div class=\"sel-panel-list\">\n <slot></slot>\n ${emptyTpl}\n </div>\n\n ${footerTpl}\n </div>\n </div>\n\n ${hintTpl}\n\n </div>\n `;\n}"],"names":[],"mappings":";AA6CO,SAAS,eAAe,OAA4C;AACzE,QAAM;AAAA,IACJ;AAAA,IAAO;AAAA,IAAa;AAAA,IAAM;AAAA,IAC1B;AAAA,IAAU;AAAA,IACV;AAAA,IAAM;AAAA,IACN;AAAA,IAAe;AAAA,IACf;AAAA,IAAO;AAAA,IACP;AAAA,IAAY;AAAA,IAAa;AAAA,IACzB;AAAA,IAAgB;AAAA,IAAe;AAAA,EAAA,IAC7B;AAGJ,QAAM,WAAW,QACb;AAAA;AAAA,YAEM,KAAK;AAAA,YACL,WAAW,gEAAgE,OAAO;AAAA,YAClF,WAAW,sDAAsD,OAAO;AAAA,oBAE9E;AAGJ,QAAM,UAAU,SAAS,eACrB,uCAAuC,YAAY,YACnD,OACE,8BAA8B,IAAI,YAClC;AAGN,QAAM,kBAAkB,QACpB,gBAAgB,IACd;AAAA;AAAA,cAEM,aAAa,gBAAgB,kBAAkB,IAAI,MAAM,EAAE;AAAA,8CAC3B,aAAa;AAAA,qBAEnD,sDAAsD,WAAW,YACnE,eACE,uCAAuC,aAAa,YACpD,sDAAsD,WAAW;AAGvE,QAAM,YAAY,aACd;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,sBAMgB,WAAW;AAAA,sBACX,aAAa;AAAA;AAAA;AAAA;AAAA,kBAK7B;AAGJ,QAAM,YAAY,QACd;AAAA;AAAA;AAAA,cAGQ,aAAa,gBAAgB,kBAAkB,IAAI,MAAM,EAAE;AAAA;AAAA;AAAA;AAAA;AAAA,sBAKnD,SAAS;AAAA;AAAA,kBAGzB;AAGJ,QAAM,WAAW,cAAc,eAAe,iBAAiB,IAC3D,0DACA;AAEJ,SAAO;AAAA;AAAA;AAAA,QAGD,QAAQ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAOW,IAAI;AAAA,oBACX,cAAc;AAAA;AAAA,YAEtB,eAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kCAOO,KAAK;AAAA;AAAA,YAE3B,SAAS;AAAA;AAAA;AAAA;AAAA,cAIP,QAAQ;AAAA;AAAA;AAAA,YAGV,SAAS;AAAA;AAAA;AAAA;AAAA,QAIb,OAAO;AAAA;AAAA;AAAA;AAIf;"}
|
package/dist/index284.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const selectCss = `@layer tokens,reset,components;@layer reset{:host{display:block;position:relative;width:100%}*,*:before,*:after{box-sizing:border-box}}@layer components{.sel-field{display:flex;flex-direction:column;gap:var(--lib-space-xs);width:100%}.sel-label{font-family:var(--lib-font-mono);font-size:var(--text-xs);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--text-secondary);display:flex;align-items:center;gap:var(--lib-space-xs);-webkit-user-select:none;user-select:none}.sel-label-req{color:var(--color-error);font-size:14px;line-height:1}.sel-label-opt{font-size:9px;letter-spacing:var(--tracking-wide);color:var(--text-muted);text-transform:uppercase}.sel-hint{font-family:var(--lib-font-mono);font-size:10px;letter-spacing:var(--tracking-wide);color:var(--text-muted)}.sel-hint.is-error{color:var(--color-error);display:flex;align-items:center;gap:var(--lib-space-xs)}.sel-hint.is-ok{color:var(--color-celadon-500);display:flex;align-items:center;gap:var(--lib-space-xs)}.sel-custom{position:relative;width:100%}.sel-trigger{display:flex;align-items:center;gap:var(--lib-space-sm);width:100%;padding:var(--lib-space-sm) var(--lib-space-md);font-family:var(--lib-font-body);font-size:var(--text-sm);color:var(--text-secondary);background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius-none);cursor:pointer;text-align:left;outline:none;transition:border-color var(--duration-base) var(--ease-default),background var(--duration-base) var(--ease-default),box-shadow var(--duration-base) var(--ease-default);-webkit-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.sel-trigger:hover:not([disabled]){background:var(--bg-surface);border-color:var(--border-strong)}.sel-trigger:focus-visible{border-color:var(--color-washi-800);box-shadow:0 0 0 3px #1a140e14;outline:none}:host([open]) .sel-trigger{border-color:var(--color-washi-800);box-shadow:0 0 0 3px #1a140e14}:host([disabled]) .sel-trigger{opacity:.38;cursor:not-allowed;pointer-events:none;background:var(--bg-surface)}:host([error]) .sel-trigger{border-color:var(--color-error-border, #C44030);background:var(--color-error-light, #F5DDD9);color:var(--color-error)}:host([error][open]) .sel-trigger{box-shadow:0 0 0 3px #8c2a1a1f}.sel-trigger-value{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:var(--lib-space-sm);line-height:var(--leading-snug)}.sel-trigger-value.is-placeholder{color:var(--text-muted)}.sel-trigger-count{font-family:var(--lib-font-mono);font-size:10px;letter-spacing:var(--tracking-wide);background:var(--color-washi-900);color:var(--color-washi-50);padding:1px 6px;border-radius:var(--radius-full);flex-shrink:0}.sel-trigger-chevron{flex-shrink:0;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--text-muted);transition:transform var(--duration-slow) var(--ease-default);pointer-events:none}:host([open]) .sel-trigger-chevron{transform:rotate(180deg);border-top-color:var(--text-primary)}:host([variant="filled"]) .sel-trigger{background:var(--bg-surface);border-color:transparent}:host([variant="filled"]) .sel-trigger:hover:not([disabled]){background:var(--color-washi-200);border-color:transparent}:host([variant="filled"][open]) .sel-trigger{background:var(--bg-elevated);border-color:var(--color-washi-800)}:host([variant="ghost"]) .sel-trigger{background:transparent;border:none;border-bottom:1px solid var(--border-default);border-radius:0;padding-left:0}:host([variant="ghost"]) .sel-trigger:hover:not([disabled]){background:transparent;border-bottom-color:var(--border-strong)}:host([variant="ghost"][open]) .sel-trigger{box-shadow:0 1px 0 0 var(--color-washi-800);border-bottom-color:var(--color-washi-800)}:host([size="sm"]) .sel-trigger{padding:var(--lib-space-xs) var(--lib-space-sm);font-size:var(--text-xs)}:host([size="sm"]) .sel-label{font-size:10px}:host([size="lg"]) .sel-trigger{padding:var(--lib-space-md) var(--lib-space-lg);font-size:var(--text-base)}.sel-panel{position:absolute;top:calc(100% + 4px);left:0;right:0;min-width:100%;z-index:var(--z-toast, 300);background:var(--bg-elevated);border:1px solid var(--border-default);box-shadow:0 8px 24px #1a140e1f,0 2px 6px #1a140e12;opacity:0;transform:translateY(-6px) scaleY(.97);transform-origin:top center;pointer-events:none;transition:opacity .16s var(--ease-default),transform .2s var(--ease-default)}:host([open]) .sel-panel{opacity:1;transform:translateY(0) scaleY(1);pointer-events:auto}.sel-panel-search{display:flex;align-items:center;gap:var(--lib-space-sm);padding:var(--lib-space-sm) var(--lib-space-md);border-bottom:1px solid var(--border-subtle);color:var(--text-muted)}.sel-panel-search-icon{font-size:14px;flex-shrink:0;display:flex;align-items:center;color:var(--text-muted)}.sel-panel-search-icon:before{content:"";display:block;width:14px;height:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 256 256'%3E%3Cpath fill='%239A8878' d='M229.66 218.34l-50.07-50.07a88.19 88.19 0 1 0-11.31 11.31l50.06 50.07a8 8 0 0 0 11.32-11.31ZM40 112a72 72 0 1 1 72 72 72.08 72.08 0 0 1-72-72Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.sel-panel-search input{flex:1;font-family:var(--lib-font-body);font-size:var(--text-sm);color:var(--text-primary);background:transparent;border:none;outline:none}.sel-panel-search input::placeholder{color:var(--text-muted)}.sel-panel-list{max-height:240px;overflow-y:auto;overscroll-behavior:contain}.sel-panel-list::-webkit-scrollbar{width:4px}.sel-panel-list::-webkit-scrollbar-track{background:transparent}.sel-panel-list::-webkit-scrollbar-thumb{background:var(--color-washi-300);border-radius:2px}.sel-group-label{font-family:var(--lib-font-mono);font-size:9px;letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--text-muted);padding:var(--lib-space-sm) var(--lib-space-md) var(--lib-space-xs)}.sel-sep{height:1px;background:var(--border-subtle);margin:var(--lib-space-xs) 0}.sel-option{display:flex;align-items:center;gap:var(--lib-space-sm);padding:var(--lib-space-sm) var(--lib-space-md);cursor:pointer;transition:background var(--duration-fast) var(--ease-default),color var(--duration-fast) var(--ease-default);position:relative}.sel-option:hover{background:var(--bg-surface)}.sel-option.is-selected{background:var(--color-washi-100)}.sel-option.is-focused{background:var(--bg-surface)}.sel-option.is-disabled{opacity:.38;cursor:not-allowed;pointer-events:none}.sel-option.is-hidden{display:none}.sel-option-icon{font-size:16px;color:var(--text-muted);flex-shrink:0;display:flex}.sel-option:hover .sel-option-icon,.sel-option.is-selected .sel-option-icon{color:var(--text-secondary)}.sel-option-body{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.sel-option-label{font-family:var(--lib-font-body);font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-snug)}.sel-option-desc{font-family:var(--lib-font-mono);font-size:10px;letter-spacing:var(--tracking-wide);color:var(--text-muted)}.sel-option:hover .sel-option-label,.sel-option.is-selected .sel-option-label{color:var(--text-primary)}.sel-dot{width:8px;height:8px;border-radius:var(--radius-full);flex-shrink:0}.sel-option-check{margin-left:auto;flex-shrink:0;width:14px;height:14px;opacity:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 256 256'%3E%3Cpath fill='%23221C16' d='M229.66 77.66l-128 128a8 8 0 0 1-11.32 0l-56-56a8 8 0 0 1 11.32-11.32L96 188.69 218.34 66.34a8 8 0 0 1 11.32 11.32Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.sel-option.is-selected .sel-option-check{opacity:1}.sel-panel-footer{padding:var(--lib-space-sm) var(--lib-space-md);border-top:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between;gap:var(--lib-space-sm)}.sel-panel-footer-text{font-family:var(--lib-font-mono);font-size:10px;color:var(--text-muted);letter-spacing:var(--tracking-wide)}.sel-panel-footer-btn{font-family:var(--lib-font-mono);font-size:10px;letter-spacing:var(--tracking-wider);text-transform:uppercase;background:var(--color-washi-900);color:var(--color-washi-50);border:none;padding:var(--lib-space-xs) var(--lib-space-md);cursor:pointer;transition:background var(--duration-base) var(--ease-default)}.sel-panel-footer-btn:hover{background:var(--color-washi-800)}.sel-panel-empty{padding:var(--lib-space-lg) var(--lib-space-md);text-align:center;font-family:var(--lib-font-mono);font-size:10px;letter-spacing:var(--tracking-wider);color:var(--text-muted);text-transform:uppercase}:host([dark]) .sel-label{color:#574a43}:host([dark]) .sel-hint{color:#3c302a}:host([dark]) .sel-trigger{background:#100704;border-color:#231813;color:#998c84}:host([dark]) .sel-trigger:hover:not([disabled]){background:#150a06;border-color:#372b26}:host([dark][open]) .sel-trigger{border-color:#6d6059;box-shadow:0 0 0 3px #ffffff0d}:host([dark]) .sel-trigger-chevron{border-top-color:#433831}:host([dark][open]) .sel-trigger-chevron{border-top-color:#998c84}:host([dark]) .sel-trigger-value.is-placeholder{color:#3c302a}:host([dark]) .sel-panel{background:#0c0402;border-color:#1e130e}:host([dark]) .sel-panel-search{border-color:#190f0a}:host([dark]) .sel-panel-search input{color:#a99b93}:host([dark]) .sel-group-label{color:#312620}:host([dark]) .sel-sep{background:#190f0a}:host([dark]) .sel-option:hover{background:#150a06}:host([dark]) .sel-option.is-selected{background:#190f0a}:host([dark]) .sel-option-label{color:#7b6f67}:host([dark]) .sel-option:hover .sel-option-label{color:#b9aba2}:host([dark]) .sel-option.is-selected .sel-option-label{color:#c8bbb2}:host([dark]) .sel-option-desc{color:#362b25}:host([dark]) .sel-option-check{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 256 256'%3E%3Cpath fill='%23FAF7F4' d='M229.66 77.66l-128 128a8 8 0 0 1-11.32 0l-56-56a8 8 0 0 1 11.32-11.32L96 188.69 218.34 66.34a8 8 0 0 1 11.32 11.32Z'/%3E%3C/svg%3E")}:host([dark]) .sel-panel-footer{border-color:#190f0a}:host([dark]) .sel-panel-footer-text{color:#362b25}}`;
|
|
2
|
+
export {
|
|
3
|
+
selectCss as default
|
|
4
|
+
};
|
|
5
|
+
//# sourceMappingURL=index284.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index284.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
package/dist/index285.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { nothing, html } from "lit";
|
|
2
|
+
const DEFAULT_HEADING = {
|
|
3
|
+
default: "Default",
|
|
4
|
+
info: "Info",
|
|
5
|
+
warning: "Warning",
|
|
6
|
+
error: "Error",
|
|
7
|
+
success: "Success"
|
|
8
|
+
};
|
|
9
|
+
function alertTemplate(props) {
|
|
10
|
+
const displayHeading = props.heading || DEFAULT_HEADING[props.type];
|
|
11
|
+
return html`
|
|
12
|
+
<div class="alert" role="alert" aria-live="polite">
|
|
13
|
+
|
|
14
|
+
<div class="alert-content">
|
|
15
|
+
<p class="alert-title">${displayHeading}</p>
|
|
16
|
+
<div class="alert-body">
|
|
17
|
+
<slot></slot>
|
|
18
|
+
</div>
|
|
19
|
+
</div>
|
|
20
|
+
|
|
21
|
+
${props.closable ? html`
|
|
22
|
+
<button
|
|
23
|
+
class="alert-close"
|
|
24
|
+
type="button"
|
|
25
|
+
aria-label="Cerrar alerta"
|
|
26
|
+
@click="${props.handleClose}"
|
|
27
|
+
>×</button>` : nothing}
|
|
28
|
+
|
|
29
|
+
</div>
|
|
30
|
+
`;
|
|
31
|
+
}
|
|
32
|
+
export {
|
|
33
|
+
alertTemplate
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=index285.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index285.js","sources":["../src/components/molecules/lib-alert/lib-alert.html.ts"],"sourcesContent":["import { html, nothing, TemplateResult } from 'lit';\nimport type { AlertTemplateProps, AlertType } from './lib-alert.types';\n\n/** Auto-generated heading per type if none is provided. */\nconst DEFAULT_HEADING: Record<AlertType, string> = {\n default: 'Default',\n info: 'Info',\n warning: 'Warning',\n error: 'Error',\n success: 'Success',\n};\n\n/**\n * Template para lib-alert.\n * Estructura: borde izquierdo · [heading DM Mono] · slot (cuerpo) · [botón cerrar]\n */\nexport function alertTemplate(props: AlertTemplateProps): TemplateResult {\n const displayHeading = props.heading || DEFAULT_HEADING[props.type];\n\n return html`\n <div class=\"alert\" role=\"alert\" aria-live=\"polite\">\n\n <div class=\"alert-content\">\n <p class=\"alert-title\">${displayHeading}</p>\n <div class=\"alert-body\">\n <slot></slot>\n </div>\n </div>\n\n ${props.closable\n ? html`\n <button\n class=\"alert-close\"\n type=\"button\"\n aria-label=\"Cerrar alerta\"\n @click=\"${props.handleClose}\"\n >×</button>`\n : nothing}\n\n </div>\n `;\n}"],"names":[],"mappings":";AAIA,MAAM,kBAA6C;AAAA,EACjD,SAAS;AAAA,EACT,MAAS;AAAA,EACT,SAAS;AAAA,EACT,OAAS;AAAA,EACT,SAAS;AACX;AAMO,SAAS,cAAc,OAA2C;AACvE,QAAM,iBAAiB,MAAM,WAAW,gBAAgB,MAAM,IAAI;AAElE,SAAO;AAAA;AAAA;AAAA;AAAA,iCAIwB,cAAc;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,QAMvC,MAAM,WACJ;AAAA;AAAA;AAAA;AAAA;AAAA,wBAKc,MAAM,WAAW;AAAA,2BAE/B,OAAO;AAAA;AAAA;AAAA;AAIjB;"}
|
package/dist/index286.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const alertCss = '@layer tokens,reset,components;@layer reset{:host{display:block;width:100%}*,*:before,*:after{box-sizing:border-box}}@layer components{.alert{padding:var(--lib-space-md) var(--lib-space-lg);border-left:2px solid;display:flex;gap:var(--lib-space-md);align-items:flex-start;width:100%;transition:opacity var(--duration-base) var(--ease-default),transform var(--duration-base) var(--ease-default)}.alert-content{flex:1;min-width:0}.alert-title{font-family:var(--lib-font-mono);font-size:var(--text-xs);letter-spacing:var(--tracking-wider);text-transform:uppercase;margin-bottom:var(--lib-space-xs);line-height:var(--leading-snug)}.alert-body{font-family:var(--lib-font-body);font-size:var(--text-sm);line-height:var(--leading-relaxed)}.alert-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;opacity:.5;color:inherit;transition:opacity var(--duration-fast) var(--ease-default);font-size:16px;line-height:1;font-family:var(--lib-font-mono)}.alert-close:hover{opacity:1}:host([type="default"]) .alert,.alert{background:var(--bg-surface);border-color:var(--border-strong)}:host([type="default"]) .alert-title{color:var(--text-secondary)}:host([type="default"]) .alert-body{color:var(--text-secondary)}:host([type="info"]) .alert{background:var(--color-celadon-50);border-color:var(--color-celadon-400)}:host([type="info"]) .alert-title{color:var(--color-celadon-600)}:host([type="info"]) .alert-body{color:var(--color-celadon-500)}:host([type="warning"]) .alert{background:#fffbf0;border-color:var(--color-warning)}:host([type="warning"]) .alert-title{color:var(--color-warning)}:host([type="warning"]) .alert-body{color:#6b5010}:host([type="error"]) .alert{background:#fff8f7;border-color:var(--color-error)}:host([type="error"]) .alert-title{color:var(--color-error)}:host([type="error"]) .alert-body{color:#6b2015}:host([type="success"]) .alert{background:#f5faf6;border-color:var(--color-success)}:host([type="success"]) .alert-title{color:var(--color-success)}:host([type="success"]) .alert-body{color:#1e4a2a}:host([glass]) .alert{background:var(--lib-glass-bg);-webkit-backdrop-filter:var(--lib-glass-filter);backdrop-filter:var(--lib-glass-filter);border:var(--lib-glass-border);border-left-width:2px;box-shadow:var(--lib-glass-shadow);position:relative;overflow:hidden}:host([glass]) .alert:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--lib-glass-shine);pointer-events:none}:host([glass]) .alert-title,:host([glass]) .alert-body{color:var(--lib-glass-text);text-shadow:var(--lib-glass-text-shadow);position:relative;z-index:1}:host([glass]) .alert-close{color:var(--lib-glass-text);position:relative;z-index:1}}';
|
|
2
|
+
export {
|
|
3
|
+
alertCss as default
|
|
4
|
+
};
|
|
5
|
+
//# sourceMappingURL=index286.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index286.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
package/dist/index287.js
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { html } from "lit";
|
|
2
|
+
const chevronSvg = html`
|
|
3
|
+
<svg viewBox="0 0 256 256" fill="currentColor" aria-hidden="true">
|
|
4
|
+
<path d="M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80a8,8,0,0,1,11.32-11.32L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z"/>
|
|
5
|
+
</svg>`;
|
|
6
|
+
function dropdownTemplate(ctx) {
|
|
7
|
+
return html`
|
|
8
|
+
<div class="dd" part="root">
|
|
9
|
+
|
|
10
|
+
<!-- ── Trigger ── -->
|
|
11
|
+
<button
|
|
12
|
+
class="dd-trigger"
|
|
13
|
+
part="trigger"
|
|
14
|
+
aria-haspopup="true"
|
|
15
|
+
aria-expanded="${ctx.open}"
|
|
16
|
+
aria-label="${ctx.ariaLabel || ctx.label}"
|
|
17
|
+
@click="${() => ctx._toggle()}"
|
|
18
|
+
@keydown="${(e) => ctx._handleTriggerKey(e)}"
|
|
19
|
+
>
|
|
20
|
+
<slot name="trigger">${ctx.label}</slot>
|
|
21
|
+
<span class="dd-chevron" part="chevron">${chevronSvg}</span>
|
|
22
|
+
</button>
|
|
23
|
+
|
|
24
|
+
<!-- ── Panel ── -->
|
|
25
|
+
<div
|
|
26
|
+
class="dd-menu"
|
|
27
|
+
part="menu"
|
|
28
|
+
role="menu"
|
|
29
|
+
style="${ctx.minWidth ? `--dd-min-width:${ctx.minWidth}` : ""}"
|
|
30
|
+
@keydown="${(e) => ctx._handleMenuKey(e)}"
|
|
31
|
+
>
|
|
32
|
+
<!-- Header opcional (búsqueda, título) -->
|
|
33
|
+
<div class="dd-header-wrap" part="header-wrap"
|
|
34
|
+
style="${ctx._hasSlot("header") ? "" : "display:none"}">
|
|
35
|
+
<slot name="header"></slot>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
<!-- Contenido: items, separadores, grupos -->
|
|
39
|
+
<slot></slot>
|
|
40
|
+
|
|
41
|
+
<!-- Footer opcional (acciones, confirmación) -->
|
|
42
|
+
<div class="dd-footer-wrap" part="footer-wrap"
|
|
43
|
+
style="${ctx._hasSlot("footer") ? "" : "display:none"}">
|
|
44
|
+
<slot name="footer"></slot>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
</div>
|
|
49
|
+
`;
|
|
50
|
+
}
|
|
51
|
+
export {
|
|
52
|
+
dropdownTemplate
|
|
53
|
+
};
|
|
54
|
+
//# sourceMappingURL=index287.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index287.js","sources":["../src/components/molecules/dropdown/lib-dropdown.html.ts"],"sourcesContent":["import { html, TemplateResult } from 'lit';\nimport type { LibDropdown } from './lib-dropdown.component';\n\n/* Chevron SVG inline — no depende de Phosphor ni ninguna lib */\nconst chevronSvg: TemplateResult = html`\n <svg viewBox=\"0 0 256 256\" fill=\"currentColor\" aria-hidden=\"true\">\n <path d=\"M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80a8,8,0,0,1,11.32-11.32L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z\"/>\n </svg>`;\n\nexport function dropdownTemplate(ctx: LibDropdown): TemplateResult {\n return html`\n <div class=\"dd\" part=\"root\">\n\n <!-- ── Trigger ── -->\n <button\n class=\"dd-trigger\"\n part=\"trigger\"\n aria-haspopup=\"true\"\n aria-expanded=\"${ctx.open}\"\n aria-label=\"${ctx.ariaLabel || ctx.label}\"\n @click=\"${(): void => ctx._toggle()}\"\n @keydown=\"${(e: KeyboardEvent): void => ctx._handleTriggerKey(e)}\"\n >\n <slot name=\"trigger\">${ctx.label}</slot>\n <span class=\"dd-chevron\" part=\"chevron\">${chevronSvg}</span>\n </button>\n\n <!-- ── Panel ── -->\n <div\n class=\"dd-menu\"\n part=\"menu\"\n role=\"menu\"\n style=\"${ctx.minWidth ? `--dd-min-width:${ctx.minWidth}` : ''}\"\n @keydown=\"${(e: KeyboardEvent): void => ctx._handleMenuKey(e)}\"\n >\n <!-- Header opcional (búsqueda, título) -->\n <div class=\"dd-header-wrap\" part=\"header-wrap\"\n style=\"${ctx._hasSlot('header') ? '' : 'display:none'}\">\n <slot name=\"header\"></slot>\n </div>\n\n <!-- Contenido: items, separadores, grupos -->\n <slot></slot>\n\n <!-- Footer opcional (acciones, confirmación) -->\n <div class=\"dd-footer-wrap\" part=\"footer-wrap\"\n style=\"${ctx._hasSlot('footer') ? '' : 'display:none'}\">\n <slot name=\"footer\"></slot>\n </div>\n </div>\n\n </div>\n `;\n}"],"names":[],"mappings":";AAIA,MAAM,aAA6B;AAAA;AAAA;AAAA;AAK5B,SAAS,iBAAiB,KAAkC;AACjE,SAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,yBAQgB,IAAI,IAAI;AAAA,sBACX,IAAI,aAAa,IAAI,KAAK;AAAA,kBAC9B,MAAY,IAAI,SAAS;AAAA,oBACvB,CAAC,MAA2B,IAAI,kBAAkB,CAAC,CAAC;AAAA;AAAA,+BAEzC,IAAI,KAAK;AAAA,kDACU,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBAQ3C,IAAI,WAAW,kBAAkB,IAAI,QAAQ,KAAK,EAAE;AAAA,oBACjD,CAAC,MAA2B,IAAI,eAAe,CAAC,CAAC;AAAA;AAAA;AAAA;AAAA,mBAIlD,IAAI,SAAS,QAAQ,IAAI,KAAK,cAAc;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAS5C,IAAI,SAAS,QAAQ,IAAI,KAAK,cAAc;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAO/D;"}
|
package/dist/index288.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const dropdownCss = '@layer tokens,reset,components;@layer reset{:host{display:inline-block;position:relative}*,*:before,*:after{box-sizing:border-box}button{font:inherit;background:none;border:none;padding:0;margin:0;cursor:pointer}}@layer components{.dd{position:relative;display:inline-block;-webkit-user-select:none;user-select:none}.dd-trigger{display:inline-flex;align-items:center;gap:var(--lib-space-sm);font-family:var(--lib-font-mono);font-size:var(--text-xs);letter-spacing:var(--tracking-wider);text-transform:uppercase;cursor:pointer;background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border-default);padding:calc(var(--lib-space-sm) + var(--lib-space-xs)) var(--lib-space-md);white-space:nowrap;transition:background var(--duration-base) var(--ease-out),border-color var(--duration-base) var(--ease-out),color var(--duration-base) var(--ease-out)}.dd-trigger:hover{background:var(--bg-surface);border-color:var(--border-strong)}:host([open]) .dd-trigger{background:var(--bg-surface);border-color:var(--color-washi-700)}.dd-trigger:focus-visible{outline:2px solid var(--color-kaki-400);outline-offset:2px}.dd-chevron{display:flex;align-items:center;flex-shrink:0;color:var(--text-muted);transition:transform var(--duration-slow) var(--ease-out);line-height:1}.dd-chevron svg{width:12px;height:12px}:host([open]) .dd-chevron{transform:rotate(180deg)}:host([variant="ghost"]) .dd-trigger{background:transparent;border-color:transparent;color:var(--text-secondary)}:host([variant="ghost"]) .dd-trigger:hover{background:var(--bg-surface);border-color:transparent}:host([variant="ghost"][open]) .dd-trigger{background:var(--bg-surface);border-color:transparent}:host([variant="filled"]) .dd-trigger{background:var(--color-washi-900);border-color:var(--color-washi-900);color:var(--color-washi-50)}:host([variant="filled"]) .dd-trigger:hover{background:var(--color-washi-800);border-color:var(--color-washi-800)}:host([variant="filled"]) .dd-chevron{color:var(--color-washi-400)}:host([variant="kaki"]) .dd-trigger{background:var(--color-kaki-500);border-color:var(--color-kaki-500);color:#fff}:host([variant="kaki"]) .dd-trigger:hover{background:var(--color-kaki-600);border-color:var(--color-kaki-600)}:host([variant="kaki"]) .dd-chevron{color:#fff9}.dd-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:300;min-width:var(--dd-min-width, 200px);background:var(--bg-elevated);border:1px solid var(--border-default);box-shadow:var(--shadow-lg);opacity:0;transform:translateY(-6px) scaleY(.97);transform-origin:top center;pointer-events:none;transition:opacity .16s var(--ease-out),transform .2s var(--ease-out)}:host([open]) .dd-menu{opacity:1;transform:translateY(0) scaleY(1);pointer-events:auto}:host([align="right"]) .dd-menu{left:auto;right:0}::slotted(.dd-item){display:flex!important;align-items:center;gap:.75rem;width:100%;padding:.75rem var(--lib-space-md);font-family:var(--lib-font-body);font-size:var(--text-sm);color:var(--text-secondary);background:transparent;border:none;cursor:pointer;text-align:left;text-decoration:none;white-space:nowrap;transition:background var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out)}::slotted(.dd-item:hover){background:var(--bg-surface);color:var(--text-primary)}::slotted(.dd-item.is-active){color:var(--text-primary);background:var(--color-washi-100)}::slotted(.dd-item.is-disabled){opacity:.38;cursor:not-allowed;pointer-events:none}::slotted(.dd-item.is-danger){color:var(--color-error)}::slotted(.dd-item.is-danger:hover){background:var(--color-error-light);color:var(--color-error)}::slotted(.dd-sep){display:block!important;height:1px;background:var(--border-subtle);margin:var(--lib-space-xs) 0;border:none}::slotted(.dd-group-label){display:block!important;font-family:var(--lib-font-mono);font-size:9px;letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--text-muted);padding:.75rem var(--lib-space-md) var(--lib-space-xs)}.dd-header-wrap{border-bottom:1px solid var(--border-subtle)}.dd-footer-wrap{border-top:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:flex-end;gap:var(--lib-space-sm);padding:var(--lib-space-sm) var(--lib-space-md)}.dd-scroll-wrap{max-height:220px;overflow-y:auto;overscroll-behavior:contain}.dd-scroll-wrap::-webkit-scrollbar{width:4px}.dd-scroll-wrap::-webkit-scrollbar-track{background:transparent}.dd-scroll-wrap::-webkit-scrollbar-thumb{background:var(--color-washi-300);border-radius:2px}:host([dark]) .dd-menu{background:var(--color-washi-900);border-color:var(--color-washi-800)}:host([dark]) .dd-header-wrap{border-color:var(--color-washi-800)}:host([dark]) .dd-footer-wrap{border-color:var(--color-washi-800)}:host([dark]) ::slotted(.dd-item){color:var(--color-washi-400)}:host([dark]) ::slotted(.dd-item:hover){background:var(--color-washi-800);color:var(--color-washi-100)}:host([dark]) ::slotted(.dd-item.is-active){background:var(--color-washi-800);color:var(--color-washi-100)}:host([dark]) ::slotted(.dd-item.is-danger){color:#e87a6a}:host([dark]) ::slotted(.dd-item.is-danger:hover){background:#8c2a1a4d;color:#e87a6a}:host([dark]) ::slotted(.dd-sep){background:var(--color-washi-800)}:host([dark]) ::slotted(.dd-group-label){color:var(--color-washi-600)}}';
|
|
2
|
+
export {
|
|
3
|
+
dropdownCss as default
|
|
4
|
+
};
|
|
5
|
+
//# sourceMappingURL=index288.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index288.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
package/dist/index289.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { html, nothing } from "lit";
|
|
2
|
+
function emptyStateTemplate(props) {
|
|
3
|
+
const illustrationZone = props.kanji ? html`
|
|
4
|
+
<div class="es-illustration">
|
|
5
|
+
<span class="es-kanji">${props.kanji}</span>
|
|
6
|
+
</div>
|
|
7
|
+
` : html`
|
|
8
|
+
<div class="es-illustration">
|
|
9
|
+
<div class="es-icon-wrap">
|
|
10
|
+
<slot name="illustration"></slot>
|
|
11
|
+
</div>
|
|
12
|
+
</div>
|
|
13
|
+
`;
|
|
14
|
+
return html`
|
|
15
|
+
<div class="es
|
|
16
|
+
${props.layout === "inline" ? "es-inline" : ""}
|
|
17
|
+
${props.size === "sm" ? "es-sm" : ""}
|
|
18
|
+
${props.tone !== "neutral" ? `es-${props.tone}` : ""}
|
|
19
|
+
${props.bordered ? "es-bordered" : ""}
|
|
20
|
+
${props.ghost ? "es-ghost" : ""}
|
|
21
|
+
">
|
|
22
|
+
${illustrationZone}
|
|
23
|
+
<div class="es-body">
|
|
24
|
+
${props.heading ? html`<h3 class="es-title">${props.heading}</h3>` : nothing}
|
|
25
|
+
${props.description ? html`<p class="es-desc">${props.description}</p>` : nothing}
|
|
26
|
+
<div class="es-actions">
|
|
27
|
+
<slot name="actions"></slot>
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
</div>
|
|
31
|
+
`;
|
|
32
|
+
}
|
|
33
|
+
export {
|
|
34
|
+
emptyStateTemplate
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=index289.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index289.js","sources":["../src/components/molecules/empty-state/lib-empty-state.html.ts"],"sourcesContent":["import { html, nothing, TemplateResult } from 'lit';\n\nexport type LibEmptyStateTone = 'neutral' | 'kaki' | 'celadon' | 'error';\nexport type LibEmptyStateLayout = 'default' | 'inline';\nexport type LibEmptyStateSize = 'sm' | 'md';\n\nexport interface EmptyStateTemplateProps {\n heading: string;\n description: string;\n kanji: string;\n tone: LibEmptyStateTone;\n layout: LibEmptyStateLayout;\n size: LibEmptyStateSize;\n bordered: boolean;\n ghost: boolean;\n}\n\n/**\n * Template para lib-empty-state.\n *\n * Estructura (ambos layouts):\n * div.es\n * div.es-illustration ← kanji | icon-wrap[slot=illustration]\n * div.es-body\n * h3.es-title\n * p.es-desc\n * div.es-actions\n * slot[name=actions]\n *\n * La zona de ilustración se omite si no hay kanji ni slot.\n * El CSS diferencia .es-inline (row) de .es (column).\n */\nexport function emptyStateTemplate(props: EmptyStateTemplateProps): TemplateResult {\n const illustrationZone = props.kanji\n ? html`\n <div class=\"es-illustration\">\n <span class=\"es-kanji\">${props.kanji}</span>\n </div>\n `\n : html`\n <div class=\"es-illustration\">\n <div class=\"es-icon-wrap\">\n <slot name=\"illustration\"></slot>\n </div>\n </div>\n `;\n\n return html`\n <div class=\"es\n ${props.layout === 'inline' ? 'es-inline' : ''}\n ${props.size === 'sm' ? 'es-sm' : ''}\n ${props.tone !== 'neutral' ? `es-${props.tone}` : ''}\n ${props.bordered ? 'es-bordered' : ''}\n ${props.ghost ? 'es-ghost' : ''}\n \">\n ${illustrationZone}\n <div class=\"es-body\">\n ${props.heading\n ? html`<h3 class=\"es-title\">${props.heading}</h3>`\n : nothing}\n ${props.description\n ? html`<p class=\"es-desc\">${props.description}</p>`\n : nothing}\n <div class=\"es-actions\">\n <slot name=\"actions\"></slot>\n </div>\n </div>\n </div>\n `;\n}"],"names":[],"mappings":";AAgCO,SAAS,mBAAmB,OAAgD;AACjF,QAAM,mBAAmB,MAAM,QAC3B;AAAA;AAAA,mCAE6B,MAAM,KAAK;AAAA;AAAA,UAGxC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAQJ,SAAO;AAAA;AAAA,QAED,MAAM,WAAY,WAAY,cAAe,EAAE;AAAA,QAC/C,MAAM,SAAY,OAAY,UAAe,EAAE;AAAA,QAC/C,MAAM,SAAY,YAAY,MAAM,MAAM,IAAI,KAAK,EAAE;AAAA,QACrD,MAAM,WAAwB,gBAAgB,EAAE;AAAA,QAChD,MAAM,QAAwB,aAAe,EAAE;AAAA;AAAA,QAE/C,gBAAgB;AAAA;AAAA,UAEd,MAAM,UACJ,4BAA4B,MAAM,OAAO,UACzC,OAAO;AAAA,UACT,MAAM,cACJ,0BAA0B,MAAM,WAAW,SAC3C,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAOnB;"}
|
package/dist/index29.js
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { unsafeCSS, css, LitElement } from "lit";
|
|
2
|
+
import { state, customElement } from "lit/decorators.js";
|
|
3
|
+
import { rippleTemplate } from "./index242.js";
|
|
4
|
+
import styles from "./index243.js";
|
|
5
|
+
var __defProp = Object.defineProperty;
|
|
6
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
+
var __decorateClass = (decorators, target, key, kind) => {
|
|
8
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
9
|
+
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
10
|
+
if (decorator = decorators[i])
|
|
11
|
+
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
12
|
+
if (kind && result) __defProp(target, key, result);
|
|
13
|
+
return result;
|
|
14
|
+
};
|
|
15
|
+
let LibRipple = class extends LitElement {
|
|
16
|
+
constructor() {
|
|
17
|
+
super(...arguments);
|
|
18
|
+
this.ripples = [];
|
|
19
|
+
this.count = 0;
|
|
20
|
+
this.createRipple = (event) => {
|
|
21
|
+
console.log("LibRipple: Click detectado en coordenadas:", event.clientX, event.clientY);
|
|
22
|
+
if (!this.parentElement) return;
|
|
23
|
+
const rect = this.parentElement.getBoundingClientRect();
|
|
24
|
+
const size = Math.sqrt(rect.width ** 2 + rect.height ** 2) * 2;
|
|
25
|
+
const x = event.clientX - rect.left - size / 2;
|
|
26
|
+
const y = event.clientY - rect.top - size / 2;
|
|
27
|
+
const id = this.count++;
|
|
28
|
+
const newRipple = { id, x, y, size };
|
|
29
|
+
this.ripples = [...this.ripples, newRipple];
|
|
30
|
+
setTimeout(() => {
|
|
31
|
+
this.ripples = this.ripples.filter((r) => r.id !== id);
|
|
32
|
+
}, 600);
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
// 1. Aseguramos la conexión al padre cuando el componente entra al DOM
|
|
36
|
+
firstUpdated() {
|
|
37
|
+
console.log("LibRipple: ¡Estoy vivo y montado!");
|
|
38
|
+
if (this.parentElement) {
|
|
39
|
+
console.log("LibRipple: Padre detectado ->", this.parentElement.tagName);
|
|
40
|
+
const parentStyle = window.getComputedStyle(this.parentElement);
|
|
41
|
+
if (parentStyle.position === "static") {
|
|
42
|
+
this.parentElement.style.position = "relative";
|
|
43
|
+
}
|
|
44
|
+
this.parentElement.addEventListener("mousedown", this.createRipple);
|
|
45
|
+
} else {
|
|
46
|
+
console.error("LibRipple: No se encontró parentElement. ¿Está el componente dentro de un contenedor?");
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
disconnectedCallback() {
|
|
50
|
+
var _a;
|
|
51
|
+
(_a = this.parentElement) == null ? void 0 : _a.removeEventListener("mousedown", this.createRipple);
|
|
52
|
+
super.disconnectedCallback();
|
|
53
|
+
}
|
|
54
|
+
render() {
|
|
55
|
+
return rippleTemplate(this.ripples);
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
LibRipple.styles = [css`${unsafeCSS(styles)}`];
|
|
59
|
+
__decorateClass([
|
|
60
|
+
state()
|
|
61
|
+
], LibRipple.prototype, "ripples", 2);
|
|
62
|
+
LibRipple = __decorateClass([
|
|
63
|
+
customElement("lib-ripple")
|
|
64
|
+
], LibRipple);
|
|
65
|
+
export {
|
|
66
|
+
LibRipple
|
|
67
|
+
};
|
|
68
|
+
//# sourceMappingURL=index29.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index29.js","sources":["../src/components/atoms/ripple/lib-ripple.component.ts"],"sourcesContent":["import { LitElement, TemplateResult, css, unsafeCSS } from 'lit';\nimport { customElement, state } from 'lit/decorators.js';\nimport { rippleTemplate } from './lib-ripple.html';\nimport styles from './lib-ripple.css?inline';\n\nexport interface RippleEffect {\n id: number;\n x: number;\n y: number;\n size: number;\n}\n\n@customElement('lib-ripple')\nexport class LibRipple extends LitElement {\n // Importante: usamos unsafeCSS para el string del CSS inyectado\n static override styles = [css`${unsafeCSS(styles)}`];\n\n @state() private ripples: RippleEffect[] = [];\n private count: number = 0;\n\n // 1. Aseguramos la conexión al padre cuando el componente entra al DOM\n override firstUpdated(): void {\n console.log('LibRipple: ¡Estoy vivo y montado!');\n \n if (this.parentElement) {\n console.log('LibRipple: Padre detectado ->', this.parentElement.tagName);\n \n // Forzamos que el padre sea relativo si no lo es\n const parentStyle = window.getComputedStyle(this.parentElement);\n if (parentStyle.position === 'static') {\n this.parentElement.style.position = 'relative';\n }\n\n this.parentElement.addEventListener('mousedown', this.createRipple);\n } else {\n console.error('LibRipple: No se encontró parentElement. ¿Está el componente dentro de un contenedor?');\n }\n }\n\n override disconnectedCallback(): void {\n this.parentElement?.removeEventListener('mousedown', this.createRipple);\n super.disconnectedCallback();\n }\n\n private createRipple = (event: MouseEvent): void => {\n console.log('LibRipple: Click detectado en coordenadas:', event.clientX, event.clientY);\n \n if (!this.parentElement) return;\n\n const rect: DOMRect = this.parentElement.getBoundingClientRect();\n \n // Calculamos el tamaño para cubrir todo el contenedor (Pitágoras pro)\n const size: number = Math.sqrt(rect.width ** 2 + rect.height ** 2) * 2;\n \n const x: number = event.clientX - rect.left - size / 2;\n const y: number = event.clientY - rect.top - size / 2;\n\n const id: number = this.count++;\n const newRipple: RippleEffect = { id, x, y, size };\n \n this.ripples = [...this.ripples, newRipple];\n\n // Limpiamos después de la animación (600ms según tus tokens)\n setTimeout(() => {\n this.ripples = this.ripples.filter(r => r.id !== id);\n }, 600);\n };\n\n protected override render(): TemplateResult {\n return rippleTemplate(this.ripples);\n }\n}"],"names":[],"mappings":";;;;;;;;;;;;;;AAaO,IAAM,YAAN,cAAwB,WAAW;AAAA,EAAnC,cAAA;AAAA,UAAA,GAAA,SAAA;AAII,SAAQ,UAA0B,CAAA;AAC3C,SAAQ,QAAgB;AA0BxB,SAAQ,eAAe,CAAC,UAA4B;AAClD,cAAQ,IAAI,8CAA8C,MAAM,SAAS,MAAM,OAAO;AAEtF,UAAI,CAAC,KAAK,cAAe;AAEzB,YAAM,OAAgB,KAAK,cAAc,sBAAA;AAGzC,YAAM,OAAe,KAAK,KAAK,KAAK,SAAS,IAAI,KAAK,UAAU,CAAC,IAAI;AAErE,YAAM,IAAY,MAAM,UAAU,KAAK,OAAO,OAAO;AACrD,YAAM,IAAY,MAAM,UAAU,KAAK,MAAM,OAAO;AAEpD,YAAM,KAAa,KAAK;AACxB,YAAM,YAA0B,EAAE,IAAI,GAAG,GAAG,KAAA;AAE5C,WAAK,UAAU,CAAC,GAAG,KAAK,SAAS,SAAS;AAG1C,iBAAW,MAAM;AACf,aAAK,UAAU,KAAK,QAAQ,OAAO,CAAA,MAAK,EAAE,OAAO,EAAE;AAAA,MACrD,GAAG,GAAG;AAAA,IACR;AAAA,EAAA;AAAA;AAAA,EA7CS,eAAqB;AAC5B,YAAQ,IAAI,mCAAmC;AAE/C,QAAI,KAAK,eAAe;AACtB,cAAQ,IAAI,iCAAiC,KAAK,cAAc,OAAO;AAGvE,YAAM,cAAc,OAAO,iBAAiB,KAAK,aAAa;AAC9D,UAAI,YAAY,aAAa,UAAU;AACrC,aAAK,cAAc,MAAM,WAAW;AAAA,MACtC;AAEA,WAAK,cAAc,iBAAiB,aAAa,KAAK,YAAY;AAAA,IACpE,OAAO;AACL,cAAQ,MAAM,uFAAuF;AAAA,IACvG;AAAA,EACF;AAAA,EAES,uBAA6B;;AACpC,eAAK,kBAAL,mBAAoB,oBAAoB,aAAa,KAAK;AAC1D,UAAM,qBAAA;AAAA,EACR;AAAA,EA0BmB,SAAyB;AAC1C,WAAO,eAAe,KAAK,OAAO;AAAA,EACpC;AACF;AA1Da,UAEK,SAAS,CAAC,MAAM,UAAU,MAAM,CAAC,EAAE;AAElC,gBAAA;AAAA,EAAhB,MAAA;AAAM,GAJI,UAIM,WAAA,WAAA,CAAA;AAJN,YAAN,gBAAA;AAAA,EADN,cAAc,YAAY;AAAA,GACd,SAAA;"}
|
package/dist/index290.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const emptyStateCss = '@layer tokens,reset,components;@layer reset{:host{display:flex;width:100%;justify-content:center;align-items:center}*,*:before,*:after{box-sizing:border-box}}@layer components{.es{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--lib-space-xl) var(--lib-space-lg);gap:0;width:100%}.es-illustration{margin-bottom:var(--lib-space-lg);display:flex;align-items:center;justify-content:center;position:relative}.es-icon-wrap{width:72px;height:72px;border-radius:var(--radius-full);background:var(--color-washi-100);border:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:center;color:var(--color-washi-400);font-size:28px;flex-shrink:0}.es-kanji{font-family:var(--lib-font-display);font-size:6rem;line-height:1;color:var(--color-washi-200);-webkit-user-select:none;user-select:none;letter-spacing:var(--tracking-tight)}.es-body{display:flex;flex-direction:column;align-items:center;gap:0}.es-title{font-family:var(--lib-font-display);font-size:var(--text-2xl);font-weight:var(--weight-light);letter-spacing:var(--tracking-tight);color:var(--text-primary);margin-bottom:var(--lib-space-sm);line-height:var(--leading-snug)}.es-title em{font-style:italic;color:var(--text-muted)}.es-desc{font-family:var(--lib-font-body);font-size:var(--text-sm);color:var(--text-muted);line-height:var(--leading-relaxed);max-width:320px;margin:0 auto var(--lib-space-lg)}.es-actions{display:flex;align-items:center;justify-content:center;gap:var(--lib-space-sm);flex-wrap:wrap}::slotted([slot="actions"]){flex-shrink:0}:host([size="sm"]) .es{padding:var(--lib-space-lg) var(--lib-space-md)}:host([size="sm"]) .es-icon-wrap{width:48px;height:48px;font-size:20px}:host([size="sm"]) .es-illustration{margin-bottom:var(--lib-space-md)}:host([size="sm"]) .es-title{font-size:var(--text-xl);margin-bottom:var(--lib-space-xs)}:host([size="sm"]) .es-desc{font-size:var(--text-xs);margin-bottom:var(--lib-space-md)}:host([layout="inline"]) .es{flex-direction:row;text-align:left;padding:var(--lib-space-md) var(--lib-space-lg);gap:var(--lib-space-lg);align-items:center;justify-content:flex-start}:host([layout="inline"]) .es-illustration{margin-bottom:0;flex-shrink:0}:host([layout="inline"]) .es-body{align-items:flex-start;gap:var(--lib-space-xs)}:host([layout="inline"]) .es-title{font-size:var(--text-xl);margin-bottom:0}:host([layout="inline"]) .es-desc{margin:0;max-width:400px}:host([layout="inline"]) .es-actions{justify-content:flex-start;margin-top:var(--lib-space-sm)}:host([bordered]) .es{border:1px dashed var(--border-default);background:var(--bg-surface)}:host([ghost]) .es-icon-wrap{background:transparent;border:none;color:var(--color-washi-300);font-size:40px}:host([tone="kaki"]) .es-icon-wrap{background:var(--color-kaki-50);color:var(--color-kaki-500);border-color:var(--color-kaki-100)}:host([tone="celadon"]) .es-icon-wrap{background:var(--color-celadon-100);color:var(--color-celadon-500);border-color:var(--color-celadon-100)}:host([tone="error"]) .es-icon-wrap{background:#f5ddd9;color:var(--color-error);border-color:#f5ddd9}@media(max-width:640px){:host([layout="inline"]) .es{flex-direction:column;text-align:center}:host([layout="inline"]) .es-body{align-items:center}:host([layout="inline"]) .es-actions{justify-content:center}}}';
|
|
2
|
+
export {
|
|
3
|
+
emptyStateCss as default
|
|
4
|
+
};
|
|
5
|
+
//# sourceMappingURL=index290.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index290.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
package/dist/index291.js
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { html } from "lit";
|
|
2
|
+
const removeSvg = html`
|
|
3
|
+
<svg viewBox="0 0 256 256" fill="currentColor" aria-hidden="true">
|
|
4
|
+
<path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"/>
|
|
5
|
+
</svg>`;
|
|
6
|
+
function staticChip() {
|
|
7
|
+
return html`
|
|
8
|
+
<span class="chip" part="chip" role="note" tabindex="-1">
|
|
9
|
+
<slot name="icon"></slot>
|
|
10
|
+
<slot></slot>
|
|
11
|
+
</span>`;
|
|
12
|
+
}
|
|
13
|
+
function toggleChip(ctx) {
|
|
14
|
+
return html`
|
|
15
|
+
<button
|
|
16
|
+
class="chip-toggle"
|
|
17
|
+
part="chip"
|
|
18
|
+
role="checkbox"
|
|
19
|
+
aria-checked="${ctx.selected}"
|
|
20
|
+
aria-label="${ctx.ariaLabel}"
|
|
21
|
+
@click="${() => ctx._handleToggle()}"
|
|
22
|
+
@keydown="${(e) => {
|
|
23
|
+
if (e.key === "Enter" || e.key === " ") {
|
|
24
|
+
e.preventDefault();
|
|
25
|
+
ctx._handleToggle();
|
|
26
|
+
}
|
|
27
|
+
}}"
|
|
28
|
+
>
|
|
29
|
+
<slot name="icon"></slot>
|
|
30
|
+
<slot></slot>
|
|
31
|
+
</button>`;
|
|
32
|
+
}
|
|
33
|
+
function inputChip(ctx) {
|
|
34
|
+
return html`
|
|
35
|
+
<span class="chip-input" part="chip">
|
|
36
|
+
<slot name="avatar"></slot>
|
|
37
|
+
<slot name="icon"></slot>
|
|
38
|
+
<slot></slot>
|
|
39
|
+
<button
|
|
40
|
+
class="chip-remove"
|
|
41
|
+
part="remove"
|
|
42
|
+
type="button"
|
|
43
|
+
aria-label="Eliminar ${ctx.ariaLabel || ""}"
|
|
44
|
+
@click="${(e) => ctx._handleRemove(e)}"
|
|
45
|
+
>
|
|
46
|
+
${removeSvg}
|
|
47
|
+
</button>
|
|
48
|
+
</span>`;
|
|
49
|
+
}
|
|
50
|
+
function chipTemplate(ctx) {
|
|
51
|
+
if (ctx.kind === "toggle") return toggleChip(ctx);
|
|
52
|
+
if (ctx.kind === "input") return inputChip(ctx);
|
|
53
|
+
return staticChip(
|
|
54
|
+
/*ctx*/
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
export {
|
|
58
|
+
chipTemplate
|
|
59
|
+
};
|
|
60
|
+
//# sourceMappingURL=index291.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index291.js","sources":["../src/components/molecules/chip/lib-chip.html.ts"],"sourcesContent":["import { html, TemplateResult } from 'lit';\nimport type { LibChip } from './lib-chip.component';\n\n/* SVG × para el botón de eliminar */\nconst removeSvg: TemplateResult = html`\n <svg viewBox=\"0 0 256 256\" fill=\"currentColor\" aria-hidden=\"true\">\n <path d=\"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z\"/>\n </svg>`;\n\n/* ── Familia STATIC ── */\nfunction staticChip(/*ctx: LibChip*/): TemplateResult {\n return html`\n <span class=\"chip\" part=\"chip\" role=\"note\" tabindex=\"-1\">\n <slot name=\"icon\"></slot>\n <slot></slot>\n </span>`;\n}\n\n/* ── Familia TOGGLE ── */\nfunction toggleChip(ctx: LibChip): TemplateResult {\n return html`\n <button\n class=\"chip-toggle\"\n part=\"chip\"\n role=\"checkbox\"\n aria-checked=\"${ctx.selected}\"\n aria-label=\"${ctx.ariaLabel}\"\n @click=\"${(): void => ctx._handleToggle()}\"\n @keydown=\"${(e: KeyboardEvent): void => {\n if (e.key === 'Enter' || e.key === ' ') {\n e.preventDefault();\n ctx._handleToggle();\n }\n }}\"\n >\n <slot name=\"icon\"></slot>\n <slot></slot>\n </button>`;\n}\n\n/* ── Familia INPUT (removable) ── */\nfunction inputChip(ctx: LibChip): TemplateResult {\n return html`\n <span class=\"chip-input\" part=\"chip\">\n <slot name=\"avatar\"></slot>\n <slot name=\"icon\"></slot>\n <slot></slot>\n <button\n class=\"chip-remove\"\n part=\"remove\"\n type=\"button\"\n aria-label=\"Eliminar ${ctx.ariaLabel || ''}\"\n @click=\"${(e: MouseEvent): void => ctx._handleRemove(e)}\"\n >\n ${removeSvg}\n </button>\n </span>`;\n}\n\nexport function chipTemplate(ctx: LibChip): TemplateResult {\n if (ctx.kind === 'toggle') return toggleChip(ctx);\n if (ctx.kind === 'input') return inputChip(ctx);\n return staticChip(/*ctx*/);\n}"],"names":[],"mappings":";AAIA,MAAM,YAA4B;AAAA;AAAA;AAAA;AAMlC,SAAS,aAA6C;AACpD,SAAO;AAAA;AAAA;AAAA;AAAA;AAKT;AAGA,SAAS,WAAW,KAA8B;AAChD,SAAO;AAAA;AAAA;AAAA;AAAA;AAAA,sBAKa,IAAI,QAAQ;AAAA,oBACd,IAAI,SAAS;AAAA,gBACjB,MAAY,IAAI,eAAe;AAAA,kBAC7B,CAAC,MAA2B;AACtC,QAAI,EAAE,QAAQ,WAAW,EAAE,QAAQ,KAAK;AACtC,QAAE,eAAA;AACF,UAAI,cAAA;AAAA,IACN;AAAA,EACF,CAAC;AAAA;AAAA;AAAA;AAAA;AAKP;AAGA,SAAS,UAAU,KAA8B;AAC/C,SAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,+BASsB,IAAI,aAAa,EAAE;AAAA,kBAChC,CAAC,MAAwB,IAAI,cAAc,CAAC,CAAC;AAAA;AAAA,UAErD,SAAS;AAAA;AAAA;AAGnB;AAEO,SAAS,aAAa,KAA8B;AACzD,MAAI,IAAI,SAAS,SAAU,QAAO,WAAW,GAAG;AAChD,MAAI,IAAI,SAAS,QAAU,QAAO,UAAU,GAAG;AAC/C,SAAO;AAAA;AAAA,EAAA;AACT;"}
|
package/dist/index292.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const chipCss = '@layer tokens,reset,components;@layer reset{:host{display:inline-flex;vertical-align:middle}*,*:before,*:after{box-sizing:border-box}button{font:inherit;background:none;border:none;padding:0;margin:0;cursor:pointer}}@layer components{.chip,.chip-toggle,.chip-input{display:inline-flex;align-items:center;gap:var(--lib-space-xs);font-family:var(--lib-font-mono);font-size:var(--text-xs);letter-spacing:var(--tracking-wide);line-height:1;white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:9999px;transition:background var(--duration-base) var(--ease-out),border-color var(--duration-base) var(--ease-out),color var(--duration-base) var(--ease-out),box-shadow var(--duration-base) var(--ease-out),transform var(--duration-fast)}.chip{padding:4px var(--lib-space-sm);background:var(--color-washi-100);color:var(--text-secondary);border:1px solid var(--border-subtle);cursor:default}.chip-toggle{padding:5px var(--lib-space-md);background:var(--bg-elevated);color:var(--text-secondary);border:1px solid var(--border-default);cursor:pointer;position:relative;overflow:hidden}.chip-toggle:hover{border-color:var(--border-strong);color:var(--text-primary);background:var(--bg-surface)}.chip-toggle:active{transform:scale(.96)}.chip-toggle:focus-visible{outline:2px solid var(--color-kaki-400);outline-offset:2px}:host([selected]) .chip-toggle{background:var(--color-washi-900);border-color:var(--color-washi-900);color:var(--color-washi-50);box-shadow:var(--shadow-sm)}.chip-input{padding:4px 4px 4px var(--lib-space-sm);background:var(--bg-elevated);color:var(--text-secondary);border:1px solid var(--border-default);gap:var(--lib-space-sm)}.chip-remove{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:9999px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;font-size:12px;padding:0;flex-shrink:0;transition:background var(--duration-fast),color var(--duration-fast)}.chip-remove:hover{background:var(--color-washi-200);color:var(--text-primary)}.chip-remove svg{width:10px;height:10px}.chip-input.is-entering{animation:chip-enter .25s var(--ease-bounce)}@keyframes chip-enter{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.chip-input.is-removing{animation:chip-remove-anim .2s var(--ease-out) forwards}@keyframes chip-remove-anim{to{opacity:0;transform:scale(.8);max-width:0;padding:0;margin:0;border-width:0}}:host([size="xs"]) .chip{font-size:9px;padding:2px var(--lib-space-sm);letter-spacing:.04em}:host([size="xs"]) .chip-toggle{font-size:9px;padding:3px var(--lib-space-sm);letter-spacing:.04em}:host([size="xs"]) .chip-input{font-size:9px;padding:2px 2px 2px var(--lib-space-sm)}:host([size="xs"]) .chip-remove{width:14px;height:14px;font-size:10px}:host([size="xs"]) .chip-avatar{width:14px;height:14px;font-size:7px}:host([size="sm"]) .chip{font-size:10px;padding:3px var(--lib-space-sm)}:host([size="sm"]) .chip-toggle{font-size:10px;padding:4px var(--lib-space-sm)}:host([size="sm"]) .chip-input{font-size:10px;padding:3px 3px 3px var(--lib-space-sm)}:host([size="lg"]) .chip{font-size:var(--text-sm);padding:var(--lib-space-sm) var(--lib-space-md);letter-spacing:var(--tracking-wider)}:host([size="lg"]) .chip-toggle{font-size:var(--text-sm);padding:var(--lib-space-sm) var(--lib-space-md);letter-spacing:var(--tracking-wider)}:host([size="lg"]) .chip-input{font-size:var(--text-sm);padding:var(--lib-space-sm) var(--lib-space-sm) var(--lib-space-sm) var(--lib-space-md)}:host([size="lg"]) .chip-remove{width:22px;height:22px;font-size:14px}:host([size="lg"]) .chip-avatar{width:22px;height:22px;font-size:9px}:host([color="kaki"]) .chip{background:var(--color-kaki-50);color:var(--color-kaki-600);border-color:var(--color-kaki-100)}:host([color="kaki"]) .chip-toggle:not(.chip-toggle-selected){background:var(--color-kaki-50);color:var(--color-kaki-600);border-color:var(--color-kaki-100)}:host([color="kaki"]) .chip-toggle:hover:not([selected]){border-color:var(--color-kaki-400)}:host([color="kaki"][selected]) .chip-toggle{background:var(--color-kaki-500);border-color:var(--color-kaki-500);color:#fff}:host([color="kaki"]) .chip-input{background:var(--color-kaki-50);color:var(--color-kaki-600);border-color:var(--color-kaki-100)}:host([color="kaki"]) .chip-remove:hover{background:var(--color-kaki-100);color:var(--color-kaki-600)}:host([color="celadon"]) .chip{background:var(--color-celadon-100);color:var(--color-celadon-600);border-color:var(--color-celadon-100)}:host([color="celadon"]) .chip-toggle{background:var(--color-celadon-50);color:var(--color-celadon-600);border-color:var(--color-celadon-100)}:host([color="celadon"][selected]) .chip-toggle{background:var(--color-celadon-500);border-color:var(--color-celadon-500);color:#fff}:host([color="celadon"]) .chip-input{background:var(--color-celadon-50);color:var(--color-celadon-600);border-color:var(--color-celadon-100)}:host([color="celadon"]) .chip-remove:hover{background:var(--color-celadon-100);color:var(--color-celadon-600)}:host([color="error"]) .chip,:host([color="error"]) .chip-input{background:var(--color-error-light);color:var(--color-error);border-color:var(--color-error-light)}:host([color="error"]) .chip-remove:hover{background:#ebc5bf;color:var(--color-error)}:host([color="info"]) .chip{background:var(--color-info-light, #D6E8F5);color:var(--color-info, #1A4A6E);border-color:var(--color-info-light, #D6E8F5)}:host([color="dark"]) .chip{background:var(--color-washi-900);color:var(--color-washi-300);border-color:var(--color-washi-800)}:host([color="dark"]) .chip-toggle{background:var(--color-washi-800);color:var(--color-washi-300);border-color:var(--color-washi-700)}:host([color="dark"]) .chip-toggle:hover{border-color:var(--color-washi-500);color:var(--color-washi-100)}:host([color="dark"][selected]) .chip-toggle{background:var(--color-washi-50);border-color:var(--color-washi-50);color:var(--color-washi-950)}:host([color="dark"]) .chip-input{background:var(--color-washi-800);color:var(--color-washi-300);border-color:var(--color-washi-700)}:host([color="dark"]) .chip-remove:hover{background:var(--color-washi-700);color:var(--color-washi-100)}:host([dot]) .chip:before,:host([dot]) .chip-toggle:before,:host([dot]) .chip-input:before{content:"";width:6px;height:6px;border-radius:9999px;background:currentcolor;flex-shrink:0;opacity:.7}.chip-avatar{width:18px;height:18px;border-radius:9999px;object-fit:cover;flex-shrink:0;background:var(--color-washi-200);display:inline-flex;align-items:center;justify-content:center;font-size:8px;font-family:var(--lib-font-mono);color:var(--text-secondary);overflow:hidden}.chip-icon{font-size:13px;display:inline-flex;align-items:center;flex-shrink:0;opacity:.7}.chip-icon svg{width:1em;height:1em}}';
|
|
2
|
+
export {
|
|
3
|
+
chipCss as default
|
|
4
|
+
};
|
|
5
|
+
//# sourceMappingURL=index292.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index292.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
package/dist/index293.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const uploaderCss = "@layer tokens,reset,components;@layer reset{*,*:before,*:after{box-sizing:border-box}:host{display:block}}@layer components{.fu-root{display:flex;flex-direction:column;width:100%}.fu-zone{position:relative;border:1.5px dashed var(--border-default);background:var(--bg-elevated);padding:var(--lib-space-xl) var(--lib-space-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--lib-space-md);text-align:center;cursor:pointer;transition:border-color var(--duration-base) var(--ease-out),background var(--duration-base) var(--ease-out),transform var(--duration-fast);width:100%}.fu-zone input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.fu-zone:hover{border-color:var(--border-strong);background:var(--bg-surface)}.fu-zone.is-dragover{border-color:var(--color-kaki-400);background:var(--color-kaki-50);transform:scale(1.005)}.fu-zone.is-disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.fu-zone-icon{font-size:40px;color:var(--text-muted);line-height:1;display:flex;transition:color var(--duration-base),transform var(--duration-slow) var(--ease-bounce)}.fu-zone:hover .fu-zone-icon,.fu-zone.is-dragover .fu-zone-icon{color:var(--color-kaki-400);transform:translateY(-3px) scale(1.08)}.fu-zone-title{font-family:var(--lib-font-display);font-size:var(--text-xl);font-weight:var(--weight-light);letter-spacing:var(--tracking-tight);color:var(--text-primary)}.fu-zone-sub{font-family:var(--lib-font-mono);font-size:var(--text-xs);letter-spacing:var(--tracking-wider);color:var(--text-muted);text-transform:uppercase}.fu-zone-sub span{color:var(--color-kaki-500);text-decoration:underline;text-underline-offset:2px}.fu-zone-hint{font-family:var(--lib-font-mono);font-size:10px;letter-spacing:var(--tracking-wide);color:var(--text-muted);margin-top:var(--lib-space-xs)}.fu-zone-sm{position:relative;border:1px dashed var(--border-default);background:var(--bg-elevated);padding:var(--lib-space-md) var(--lib-space-md);display:flex;align-items:center;gap:var(--lib-space-md);cursor:pointer;transition:border-color var(--duration-base) var(--ease-out),background var(--duration-base) var(--ease-out);width:100%}.fu-zone-sm input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.fu-zone-sm:hover,.fu-zone-sm.is-dragover{border-color:var(--color-kaki-400);background:var(--color-kaki-50)}.fu-zone-sm.is-disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.fu-zone-sm-icon{font-size:22px;color:var(--text-muted);flex-shrink:0;display:flex;transition:color var(--duration-base)}.fu-zone-sm:hover .fu-zone-sm-icon,.fu-zone-sm.is-dragover .fu-zone-sm-icon{color:var(--color-kaki-400)}.fu-zone-sm-text{display:flex;flex-direction:column;gap:2px}.fu-zone-sm-title{font-family:var(--lib-font-mono);font-size:var(--text-xs);letter-spacing:var(--tracking-wider);color:var(--text-secondary);text-transform:uppercase}.fu-zone-sm-sub{font-family:var(--lib-font-mono);font-size:10px;color:var(--text-muted);letter-spacing:var(--tracking-wide)}.fu-zone-img{position:relative;border:1.5px dashed var(--border-default);background:var(--bg-surface);width:100%;aspect-ratio:16 / 7;overflow:hidden;cursor:pointer;transition:border-color var(--duration-base) var(--ease-out),background var(--duration-base) var(--ease-out);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--lib-space-sm)}.fu-zone-img input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.fu-zone-img:hover{border-color:var(--border-strong)}.fu-zone-img.is-dragover{border-color:var(--color-kaki-400);background:var(--color-kaki-50)}.fu-zone-img.is-disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.fu-zone-img-placeholder{display:flex;flex-direction:column;align-items:center;gap:var(--lib-space-sm);pointer-events:none}.fu-zone-img-preview{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%;display:none}.fu-zone-img.has-preview .fu-zone-img-preview{display:block}.fu-zone-img.has-preview .fu-zone-img-placeholder{display:none}.fu-zone-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#221c1680;display:flex;align-items:center;justify-content:center;gap:var(--lib-space-sm);opacity:0;transition:opacity var(--duration-base);pointer-events:none}.fu-zone-img.has-preview:hover .fu-zone-img-overlay{opacity:1}.fu-zone-img-overlay-text{font-family:var(--lib-font-mono);font-size:var(--text-xs);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--color-white)}.fu-progress-bar{height:2px;background:var(--border-subtle);width:100%;overflow:hidden;margin-top:-1px}.fu-progress-fill{height:100%;background:var(--color-kaki-400);transition:width 80ms linear}.fu-list{display:flex;flex-direction:column;gap:1px;width:100%}.fu-file{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--lib-space-md);padding:var(--lib-space-md) var(--lib-space-md);background:var(--bg-elevated);border:1px solid var(--border-subtle);position:relative;overflow:hidden;transition:background var(--duration-base);animation:fu-slide-in .25s var(--ease-out)}.fu-file:hover{background:var(--bg-surface)}.fu-file-prog-bg{position:absolute;left:0;top:0;bottom:0;background:var(--color-kaki-50);transition:width 80ms linear;pointer-events:none;z-index:0}.fu-file>*{position:relative;z-index:1}.fu-file-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--text-muted);background:var(--bg-surface);border:1px solid var(--border-subtle);flex-shrink:0;transition:color var(--duration-base),background var(--duration-base)}.fu-file.is-done .fu-file-icon{color:var(--color-celadon-500);background:var(--color-celadon-50);border-color:var(--color-celadon-100)}.fu-file.is-error .fu-file-icon{color:var(--color-error);background:#fff8f7;border-color:#f5c4bc}.fu-ext{font-family:var(--lib-font-mono);font-size:8px;letter-spacing:.04em;text-transform:uppercase;font-weight:600}.fu-file-thumb{width:36px;height:36px;object-fit:cover;flex-shrink:0;border:1px solid var(--border-subtle);display:block}.fu-file-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.fu-file-name{font-family:var(--lib-font-mono);font-size:var(--text-xs);letter-spacing:var(--tracking-wide);color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fu-file-info{font-family:var(--lib-font-mono);font-size:10px;letter-spacing:var(--tracking-wide);color:var(--text-muted);display:flex;align-items:center;gap:var(--lib-space-sm)}.fu-file-info-sep{width:3px;height:3px;border-radius:var(--radius-full);background:var(--color-washi-300);flex-shrink:0}.fu-file-actions{display:flex;align-items:center;gap:var(--lib-space-sm);flex-shrink:0}.fu-file-pct{font-family:var(--lib-font-mono);font-size:10px;letter-spacing:var(--tracking-wide);color:var(--color-kaki-500);min-width:28px;text-align:right}.fu-status-done{color:var(--color-celadon-500);font-size:18px;display:flex}.fu-status-error{color:var(--color-error);font-size:18px;display:flex}.fu-file-remove{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text-muted);background:transparent;border:none;cursor:pointer;border-radius:var(--radius-full);transition:background var(--duration-fast),color var(--duration-fast);flex-shrink:0}.fu-file-remove:hover{background:var(--color-washi-200);color:var(--text-primary)}.fu-file.is-error .fu-file-remove:hover{background:#fff8f7;color:var(--color-error)}.fu-summary{display:flex;align-items:center;justify-content:space-between;padding:var(--lib-space-sm) var(--lib-space-md);background:var(--bg-surface);border:1px solid var(--border-subtle);border-top:none}.fu-summary-text{font-family:var(--lib-font-mono);font-size:10px;letter-spacing:var(--tracking-wide);color:var(--text-muted)}.fu-summary-btn{font-family:var(--lib-font-mono);font-size:10px;letter-spacing:var(--tracking-wider);text-transform:uppercase;background:var(--color-washi-900);color:var(--color-washi-50);border:none;padding:var(--lib-space-sm) var(--lib-space-md);cursor:pointer;transition:background var(--duration-base)}.fu-summary-btn:hover{background:var(--color-washi-800)}.fu-summary-btn:disabled{opacity:.38;cursor:not-allowed}.fu-spinner{width:16px;height:16px;border:2px solid var(--color-washi-200);border-top-color:var(--color-kaki-400);border-radius:var(--radius-full);animation:fu-spin .7s linear infinite;flex-shrink:0}@keyframes fu-slide-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes fu-spin{to{transform:rotate(360deg)}}}";
|
|
2
|
+
export {
|
|
3
|
+
uploaderCss as default
|
|
4
|
+
};
|
|
5
|
+
//# sourceMappingURL=index293.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index293.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|