@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/index25.js
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { unsafeCSS, css, LitElement } from "lit";
|
|
2
|
+
import { property, customElement } from "lit/decorators.js";
|
|
3
|
+
import { spotlightCardTemplate } from "./index235.js";
|
|
4
|
+
import spotlightCss from "./index236.js";
|
|
5
|
+
import sharedTokens from "./index196.js";
|
|
6
|
+
var __defProp = Object.defineProperty;
|
|
7
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
8
|
+
var __decorateClass = (decorators, target, key, kind) => {
|
|
9
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
10
|
+
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
11
|
+
if (decorator = decorators[i])
|
|
12
|
+
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
13
|
+
if (kind && result) __defProp(target, key, result);
|
|
14
|
+
return result;
|
|
15
|
+
};
|
|
16
|
+
let LibSpotlightCard = class extends LitElement {
|
|
17
|
+
constructor() {
|
|
18
|
+
super(...arguments);
|
|
19
|
+
this.spotlight = "kaki";
|
|
20
|
+
this.kintsugi = false;
|
|
21
|
+
}
|
|
22
|
+
render() {
|
|
23
|
+
return spotlightCardTemplate({
|
|
24
|
+
spotlight: this.spotlight,
|
|
25
|
+
kintsugi: this.kintsugi,
|
|
26
|
+
onMouseMove: this._handleMouseMove.bind(this),
|
|
27
|
+
onMouseLeave: this._handleMouseLeave.bind(this)
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
_handleMouseMove(e) {
|
|
31
|
+
const rect = e.currentTarget.getBoundingClientRect();
|
|
32
|
+
const x = (e.clientX - rect.left) / rect.width * 100;
|
|
33
|
+
const y = (e.clientY - rect.top) / rect.height * 100;
|
|
34
|
+
this.style.setProperty("--lib-spotlight-x", `${x}%`);
|
|
35
|
+
this.style.setProperty("--lib-spotlight-y", `${y}%`);
|
|
36
|
+
}
|
|
37
|
+
_handleMouseLeave() {
|
|
38
|
+
this.style.setProperty("--lib-spotlight-x", "50%");
|
|
39
|
+
this.style.setProperty("--lib-spotlight-y", "50%");
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
LibSpotlightCard.styles = [
|
|
43
|
+
css`${unsafeCSS(sharedTokens)}`,
|
|
44
|
+
css`${unsafeCSS(spotlightCss)}`
|
|
45
|
+
];
|
|
46
|
+
__decorateClass([
|
|
47
|
+
property({ type: String, reflect: true })
|
|
48
|
+
], LibSpotlightCard.prototype, "spotlight", 2);
|
|
49
|
+
__decorateClass([
|
|
50
|
+
property({ type: Boolean, reflect: true })
|
|
51
|
+
], LibSpotlightCard.prototype, "kintsugi", 2);
|
|
52
|
+
LibSpotlightCard = __decorateClass([
|
|
53
|
+
customElement("lib-spotlight-card")
|
|
54
|
+
], LibSpotlightCard);
|
|
55
|
+
export {
|
|
56
|
+
LibSpotlightCard
|
|
57
|
+
};
|
|
58
|
+
//# sourceMappingURL=index25.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index25.js","sources":["../src/components/atoms/spotlight-card/lib-spotlight-card.component.ts"],"sourcesContent":["import { LitElement, css, unsafeCSS, TemplateResult } from 'lit';\nimport { customElement, property } from 'lit/decorators.js';\nimport type { LibSpotlightVariant } from './lib-spotlight-card.component.html';\nimport { spotlightCardTemplate } from './lib-spotlight-card.component.html';\nimport spotlightCss from './lib-spotlight-card.css?inline';\nimport sharedTokens from '../../../styles/shared/tokens.css?inline';\n\n/**\n * @element lib-spotlight-card\n *\n * Contenedor con foco de luz reactivo al cursor (Kintsugi Digital).\n * El gradiente radial sigue al puntero actualizando\n * `--lib-spotlight-x` y `--lib-spotlight-y` en :host.\n *\n * Con `kintsugi` activo añade el hilo de oro en el borde\n * y cambia el fondo a un tono cálido oscuro.\n *\n * @slot - Contenido de la card.\n *\n * @example — spotlight kaki\n * <lib-spotlight-card>...</lib-spotlight-card>\n *\n * @example — spotlight water\n * <lib-spotlight-card spotlight=\"water\">...</lib-spotlight-card>\n *\n * @example — kintsugi border + spotlight kaki\n * <lib-spotlight-card kintsugi>...</lib-spotlight-card>\n */\n@customElement('lib-spotlight-card')\nexport class LibSpotlightCard extends LitElement {\n static override styles = [\n css`${unsafeCSS(sharedTokens)}`,\n css`${unsafeCSS(spotlightCss)}`,\n ];\n\n /**\n * Color del foco de luz.\n * - kaki : orgánico cálido — oklch(45% 0.05 45) [default]\n * - water : azul sereno — oklch(55% 0.06 210)\n * - white : neutro — oklch(100% 0 0)\n *\n * Nota: cuando `kintsugi` está activo el spotlight es siempre kaki.\n */\n @property({ type: String, reflect: true })\n spotlight: LibSpotlightVariant = 'kaki';\n\n /**\n * Activa el hilo de oro en el borde (--lib-kintsugi-border)\n * y cambia el fondo del contenedor a un tono cálido oscuro.\n */\n @property({ type: Boolean, reflect: true })\n kintsugi = false;\n\n override render(): TemplateResult {\n return spotlightCardTemplate({\n spotlight: this.spotlight,\n kintsugi: this.kintsugi,\n onMouseMove: this._handleMouseMove.bind(this),\n onMouseLeave: this._handleMouseLeave.bind(this),\n });\n }\n\n private _handleMouseMove(e: MouseEvent): void {\n const rect = (e.currentTarget as HTMLElement).getBoundingClientRect();\n const x = ((e.clientX - rect.left) / rect.width) * 100;\n const y = ((e.clientY - rect.top) / rect.height) * 100;\n\n // Actualiza las custom properties en :host\n // El radial-gradient del CSS las consume automáticamente\n this.style.setProperty('--lib-spotlight-x', `${x}%`);\n this.style.setProperty('--lib-spotlight-y', `${y}%`);\n }\n\n private _handleMouseLeave(): void {\n // Resetea al centro — la layer se oculta vía CSS opacity: 0\n this.style.setProperty('--lib-spotlight-x', '50%');\n this.style.setProperty('--lib-spotlight-y', '50%');\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'lib-spotlight-card': LibSpotlightCard;\n }\n}"],"names":[],"mappings":";;;;;;;;;;;;;;;AA6BO,IAAM,mBAAN,cAA+B,WAAW;AAAA,EAA1C,cAAA;AAAA,UAAA,GAAA,SAAA;AAeL,SAAA,YAAiC;AAOjC,SAAA,WAAW;AAAA,EAAA;AAAA,EAEF,SAAyB;AAChC,WAAO,sBAAsB;AAAA,MAC3B,WAAc,KAAK;AAAA,MACnB,UAAc,KAAK;AAAA,MACnB,aAAc,KAAK,iBAAiB,KAAK,IAAI;AAAA,MAC7C,cAAc,KAAK,kBAAkB,KAAK,IAAI;AAAA,IAAA,CAC/C;AAAA,EACH;AAAA,EAEQ,iBAAiB,GAAqB;AAC5C,UAAM,OAAQ,EAAE,cAA8B,sBAAA;AAC9C,UAAM,KAAM,EAAE,UAAU,KAAK,QAAQ,KAAK,QAAU;AACpD,UAAM,KAAM,EAAE,UAAU,KAAK,OAAQ,KAAK,SAAU;AAIpD,SAAK,MAAM,YAAY,qBAAqB,GAAG,CAAC,GAAG;AACnD,SAAK,MAAM,YAAY,qBAAqB,GAAG,CAAC,GAAG;AAAA,EACrD;AAAA,EAEQ,oBAA0B;AAEhC,SAAK,MAAM,YAAY,qBAAqB,KAAK;AACjD,SAAK,MAAM,YAAY,qBAAqB,KAAK;AAAA,EACnD;AACF;AAjDa,iBACK,SAAS;AAAA,EACvB,MAAM,UAAU,YAAY,CAAC;AAAA,EAC7B,MAAM,UAAU,YAAY,CAAC;AAC/B;AAWA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,SAAS,MAAM;AAAA,GAd9B,iBAeX,WAAA,aAAA,CAAA;AAOA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,SAAS,SAAS,MAAM;AAAA,GArB/B,iBAsBX,WAAA,YAAA,CAAA;AAtBW,mBAAN,gBAAA;AAAA,EADN,cAAc,oBAAoB;AAAA,GACtB,gBAAA;"}
|
package/dist/index250.js
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { nothing, html } from "lit";
|
|
2
|
+
function radioTemplate(props) {
|
|
3
|
+
return html`
|
|
4
|
+
<label class="radio">
|
|
5
|
+
|
|
6
|
+
<input
|
|
7
|
+
class="radio__input"
|
|
8
|
+
type="radio"
|
|
9
|
+
id="${props.radioId}"
|
|
10
|
+
name="${props.name}"
|
|
11
|
+
value="${props.value}"
|
|
12
|
+
.checked="${props.checked}"
|
|
13
|
+
?disabled="${props.disabled}"
|
|
14
|
+
@change="${props.onChange}"
|
|
15
|
+
/>
|
|
16
|
+
|
|
17
|
+
<span class="radio__circle">
|
|
18
|
+
<span class="radio__dot"></span>
|
|
19
|
+
</span>
|
|
20
|
+
|
|
21
|
+
${props.label || props.sublabel ? html`
|
|
22
|
+
<span class="radio__label">
|
|
23
|
+
${props.label ? html`<span class="radio__label-text">${props.label}</span>` : nothing}
|
|
24
|
+
${props.sublabel ? html`<span class="radio__label-sub">${props.sublabel}</span>` : nothing}
|
|
25
|
+
</span>
|
|
26
|
+
` : html`<slot></slot>`}
|
|
27
|
+
|
|
28
|
+
</label>
|
|
29
|
+
`;
|
|
30
|
+
}
|
|
31
|
+
export {
|
|
32
|
+
radioTemplate
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=index250.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index250.js","sources":["../src/components/atoms/radio/lib-radio.html.ts"],"sourcesContent":["import { html, nothing, TemplateResult } from 'lit';\n\nexport type LibRadioSize = 'sm' | 'md' | 'lg';\nexport type LibRadioVariant = 'default' | 'kaki' | 'error';\n\nexport interface RadioTemplateProps {\n radioId: string;\n name: string;\n value: string;\n checked: boolean;\n disabled: boolean;\n label: string;\n sublabel: string;\n size: LibRadioSize;\n variant: LibRadioVariant;\n onChange: (e: Event) => void;\n}\n\n/**\n * Plantilla para lib-radio.\n *\n * Estructura:\n * label.radio\n * input[type=radio] (invisible, capa de interaccion)\n * span.radio__circle (visual: circulo + dot interior)\n * span.radio__label (label-text + sublabel opcional)\n */\nexport function radioTemplate(props: RadioTemplateProps): TemplateResult {\n return html`\n <label class=\"radio\">\n\n <input\n class=\"radio__input\"\n type=\"radio\"\n id=\"${props.radioId}\"\n name=\"${props.name}\"\n value=\"${props.value}\"\n .checked=\"${props.checked}\"\n ?disabled=\"${props.disabled}\"\n @change=\"${props.onChange}\"\n />\n\n <span class=\"radio__circle\">\n <span class=\"radio__dot\"></span>\n </span>\n\n ${props.label || props.sublabel\n ? html`\n <span class=\"radio__label\">\n ${props.label\n ? html`<span class=\"radio__label-text\">${props.label}</span>`\n : nothing}\n ${props.sublabel\n ? html`<span class=\"radio__label-sub\">${props.sublabel}</span>`\n : nothing}\n </span>\n `\n : html`<slot></slot>`}\n\n </label>\n `;\n}"],"names":[],"mappings":";AA2BO,SAAS,cAAc,OAA2C;AACvE,SAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,cAMK,MAAM,OAAO;AAAA,gBACX,MAAM,IAAI;AAAA,iBACT,MAAM,KAAK;AAAA,oBACR,MAAM,OAAO;AAAA,qBACZ,MAAM,QAAQ;AAAA,mBAChB,MAAM,QAAQ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,QAOzB,MAAM,SAAS,MAAM,WACnB;AAAA;AAAA,gBAEM,MAAM,QACJ,uCAAuC,MAAM,KAAK,YAClD,OAAO;AAAA,gBACT,MAAM,WACJ,sCAAsC,MAAM,QAAQ,YACpD,OAAO;AAAA;AAAA,cAGf,mBAAmB;AAAA;AAAA;AAAA;AAI7B;"}
|
package/dist/index251.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const radioCss = '@layer tokens,reset,components;@layer reset{:host{display:inline-block;vertical-align:middle}*,*:before,*:after{box-sizing:border-box}}@layer components{.radio{display:inline-flex;align-items:flex-start;gap:var(--lib-space-sm);cursor:pointer;-webkit-user-select:none;user-select:none}:host([disabled]) .radio{cursor:not-allowed;opacity:.4;pointer-events:none}.radio__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;width:0;height:0;margin:0;opacity:0;pointer-events:none}.radio__circle{width:18px;height:18px;flex-shrink:0;margin-top:2px;border-radius:var(--radius-full);border:1px solid var(--border-default);background:var(--bg-elevated);display:flex;align-items:center;justify-content:center;transition:background var(--duration-fast) var(--ease-default),border-color var(--duration-base) var(--ease-default),box-shadow var(--duration-base) var(--ease-default)}.radio:hover .radio__circle{border-color:var(--border-strong)}.radio__input:focus-visible~.radio__circle,.radio:focus-within .radio__circle{box-shadow:0 0 0 3px var(--color-ink-20);border-color:var(--color-washi-700)}.radio__dot{width:8px;height:8px;border-radius:var(--radius-full);background:#fff;transform:scale(0);transition:transform var(--duration-base) var(--ease-bounce)}:host([checked]) .radio__circle{background:var(--color-washi-900);border-color:var(--color-washi-900)}:host([checked]) .radio__dot{transform:scale(1)}.radio__label{display:flex;flex-direction:column;gap:var(--lib-space-xs)}.radio__label-text{font-family:var(--lib-font-body);font-size:var(--text-base);color:var(--text-primary);line-height:var(--leading-snug)}.radio__label-sub{font-family:var(--lib-font-mono);font-size:var(--text-xs);letter-spacing:var(--tracking-wide);color:var(--text-muted);line-height:var(--leading-snug)}:host([size="sm"]) .radio__circle{width:14px;height:14px}:host([size="sm"]) .radio__dot{width:6px;height:6px}:host([size="sm"]) .radio__label-text{font-size:var(--text-sm)}:host([size="lg"]) .radio__circle{width:22px;height:22px}:host([size="lg"]) .radio__dot{width:10px;height:10px}:host([size="lg"]) .radio__label-text{font-size:var(--text-md)}:host([variant="kaki"][checked]) .radio__circle{background:var(--color-kaki-500);border-color:var(--color-kaki-500)}:host([variant="kaki"]) .radio:hover .radio__circle{border-color:var(--color-kaki-400)}:host([variant="kaki"]) .radio:focus-within .radio__circle{box-shadow:0 0 0 3px #6d4d3e1f;border-color:var(--color-kaki-500)}:host([variant="error"]) .radio__circle{border-color:var(--color-error)}:host([variant="error"]) .radio:hover .radio__circle{border-color:var(--color-error)}:host([variant="error"]) .radio__label-text{color:var(--color-error)}@media(prefers-reduced-motion:reduce){.radio__circle,.radio__dot{transition:none}}}';
|
|
2
|
+
export {
|
|
3
|
+
radioCss as default
|
|
4
|
+
};
|
|
5
|
+
//# sourceMappingURL=index251.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index251.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
package/dist/index252.js
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { html } from "lit";
|
|
2
|
+
function kbdTemplate(props) {
|
|
3
|
+
const { size, variant, pressed, onDown, onUp, onLeave } = props;
|
|
4
|
+
const variantClass = variant !== "default" ? ` kbd-${variant}` : "";
|
|
5
|
+
const pressedClass = pressed ? " is-pressed" : "";
|
|
6
|
+
const cls = `kbd kbd-${size}${variantClass}${pressedClass}`;
|
|
7
|
+
return html`
|
|
8
|
+
<kbd
|
|
9
|
+
class=${cls}
|
|
10
|
+
role="img"
|
|
11
|
+
@mousedown=${onDown}
|
|
12
|
+
@mouseup=${onUp}
|
|
13
|
+
@mouseleave=${onLeave}
|
|
14
|
+
>
|
|
15
|
+
<slot></slot>
|
|
16
|
+
</kbd>
|
|
17
|
+
`;
|
|
18
|
+
}
|
|
19
|
+
export {
|
|
20
|
+
kbdTemplate
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=index252.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index252.js","sources":["../src/components/atoms/kbd/lib-kbd.html.ts"],"sourcesContent":["import { html, TemplateResult } from 'lit';\nimport type { LibKbdSize, LibKbdVariant } from './lib-kbd.component';\n\nexport interface KbdTemplateProps {\n size: LibKbdSize;\n variant: LibKbdVariant;\n pressed: boolean;\n onDown: () => void;\n onUp: () => void;\n onLeave: () => void;\n}\n\n/**\n * Template de lib-kbd.\n *\n * Estructura:\n * kbd.kbd.kbd-{size}[.kbd-{variant}][.is-pressed]\n * slot\n *\n * El `border-bottom` de 3px simula la pared lateral física.\n * `.is-pressed` reduce ese borde a 1px y añade translateY(1px)\n * — efecto pulsación real.\n */\nexport function kbdTemplate(props: KbdTemplateProps): TemplateResult {\n const { size, variant, pressed, onDown, onUp, onLeave } = props;\n\n const variantClass = variant !== 'default' ? ` kbd-${variant}` : '';\n const pressedClass = pressed ? ' is-pressed' : '';\n const cls = `kbd kbd-${size}${variantClass}${pressedClass}`;\n\n return html`\n <kbd\n class=${cls}\n role=\"img\"\n @mousedown=${onDown}\n @mouseup=${onUp}\n @mouseleave=${onLeave}\n >\n <slot></slot>\n </kbd>\n `;\n}"],"names":[],"mappings":";AAuBO,SAAS,YAAY,OAAyC;AACnE,QAAM,EAAE,MAAM,SAAS,SAAS,QAAQ,MAAM,YAAY;AAE1D,QAAM,eAAe,YAAY,YAAY,QAAQ,OAAO,KAAK;AACjE,QAAM,eAAe,UAAU,gBAAgB;AAC/C,QAAM,MAAe,WAAW,IAAI,GAAG,YAAY,GAAG,YAAY;AAElE,SAAO;AAAA;AAAA,cAEK,GAAG;AAAA;AAAA,mBAEE,MAAM;AAAA,iBACR,IAAI;AAAA,oBACD,OAAO;AAAA;AAAA;AAAA;AAAA;AAK3B;"}
|
package/dist/index253.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const kbdCss = '@layer tokens,reset,components;@layer reset{:host{display:inline-block;vertical-align:baseline}*,*:before,*:after{box-sizing:border-box}}@layer components{.kbd{display:inline-flex;align-items:center;justify-content:center;font-family:var(--lib-font-mono);font-weight:var(--weight-regular);white-space:nowrap;-webkit-user-select:none;user-select:none;cursor:default;vertical-align:baseline;line-height:1;background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border-default);border-bottom-width:3px;border-radius:var(--radius-sm);box-shadow:0 1px 0 0 var(--color-washi-300),inset 0 1px #fffc;transition:transform var(--duration-fast) var(--ease-default),box-shadow var(--duration-fast) var(--ease-default),border-color var(--duration-fast) var(--ease-default),background var(--duration-fast) var(--ease-default)}.kbd.is-pressed,.kbd:active{transform:translateY(1px);border-bottom-width:1px;box-shadow:0 0 0 0 transparent,inset 0 1px 2px var(--color-ink-20);background:var(--bg-surface)}:host([size="lg"]) .kbd.is-pressed,:host([size="lg"]) .kbd:active{transform:translateY(2px);border-bottom-width:2px}:host([size="xs"]) .kbd{font-size:9px;letter-spacing:.04em;padding:1px 5px;min-width:18px;height:18px;border-bottom-width:2px}:host([size="sm"]) .kbd{font-size:var(--text-xs);letter-spacing:var(--tracking-wide);padding:2px var(--lib-space-sm);min-width:22px;height:22px}:host([size="md"]) .kbd{font-size:var(--text-sm);letter-spacing:var(--tracking-wide);padding:3px var(--lib-space-sm);min-width:28px;height:28px}:host([size="lg"]) .kbd{font-size:var(--text-base);letter-spacing:var(--tracking-wide);padding:var(--lib-space-sm) var(--lib-space-md);min-width:36px;height:36px;border-bottom-width:4px}:host([variant="dark"]) .kbd{background:var(--color-washi-800);color:var(--color-washi-100);border-color:var(--color-washi-900);border-bottom-color:var(--color-washi-950);box-shadow:0 1px 0 0 var(--color-washi-950),inset 0 1px #ffffff14}:host([variant="dark"]) .kbd.is-pressed,:host([variant="dark"]) .kbd:active{background:var(--color-washi-900);box-shadow:inset 0 1px 3px #0006}:host([variant="ghost"]) .kbd{background:transparent;color:var(--text-secondary);border-color:var(--border-default);border-bottom-color:var(--border-strong, var(--color-washi-500));box-shadow:none}:host([variant="ghost"]) .kbd.is-pressed,:host([variant="ghost"]) .kbd:active{background:var(--bg-surface)}:host([variant="kaki"]) .kbd{background:var(--color-kaki-50);color:var(--color-kaki-600);border-color:var(--color-kaki-400);border-bottom-color:var(--color-kaki-500);box-shadow:0 1px 0 0 var(--color-kaki-500),inset 0 1px #fff9}:host([variant="celadon"]) .kbd{background:var(--color-celadon-100);color:var(--color-celadon-600);border-color:var(--color-celadon-500);border-bottom-color:var(--color-celadon-600);box-shadow:0 1px 0 0 var(--color-celadon-600),inset 0 1px #ffffff80}@media(prefers-reduced-motion:reduce){.kbd{transition:none}}}';
|
|
2
|
+
export {
|
|
3
|
+
kbdCss as default
|
|
4
|
+
};
|
|
5
|
+
//# sourceMappingURL=index253.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index253.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
package/dist/index254.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const spinnerCss = '@layer tokens,reset,components;@layer reset{*,*:before,*:after{box-sizing:border-box}}@layer components{:host{display:inline-flex;align-items:center;justify-content:center}@keyframes sp-rotate{to{transform:rotate(360deg)}}@keyframes sp-rotate-reverse{to{transform:rotate(-360deg)}}:host([variant="enso"]) svg,:host(:not([variant])) svg{display:block;animation:sp-rotate 2.2s cubic-bezier(.5,.1,.5,.9) infinite}:host([variant="enso"][size="sm"]) svg,:host(:not([variant])[size="sm"]) svg{width:24px;height:24px}:host([variant="enso"][size="md"]) svg,:host(:not([variant])[size="md"]) svg,:host([variant="enso"]:not([size])) svg,:host(:not([variant],[size])) svg{width:48px;height:48px}:host([variant="enso"][size="lg"]) svg,:host(:not([variant])[size="lg"]) svg{width:72px;height:72px}.sp-sumi-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.sp-sumi{border-radius:50%;filter:blur(.6px);animation:sp-rotate 1.6s linear infinite;background:conic-gradient(from 0deg,#2a1f1a00,#2a1f1a14 8.33%,#2a1f1a40 25%,#2a1f1aa6,#2a1f1aeb 75%,#2a1f1a 86.11%,#2a1f1a33 95.83%,#2a1f1a00);mask:radial-gradient(circle at center,transparent 56%,black 57%)}:host([variant="sumi"][tone="celadon"]) .sp-sumi{background:conic-gradient(from 0deg,#487d7300,#487d7314 8.33%,#487d734d 27.78%,#487d73b3,#487d73 83.33%,#487d7326 97.22%,#487d7300);mask:radial-gradient(circle at center,transparent 56%,black 57%)}:host([variant="sumi"][dark]) .sp-sumi{background:conic-gradient(from 0deg,#fef7f200,#fef7f214 8.33%,#fef7f240 25%,#fef7f2a6,#fef7f2eb 75%,#fef7f2 86.11%,#fef7f233 95.83%,#fef7f200);mask:radial-gradient(circle at center,transparent 56%,black 57%)}:host([variant="sumi"][dark][tone="kaki"]) .sp-sumi{background:conic-gradient(from 0deg,#c47c3b00,#c47c3b1a 8.33%,#c47c3b4d 27.78%,#c47c3bbf,#c47c3b 83.33%,#c47c3b26 97.22%,#c47c3b00);filter:blur(.5px) drop-shadow(0 0 4px oklch(65% .12 60deg / .4));mask:radial-gradient(circle at center,transparent 56%,black 57%)}:host([variant="sumi"][size="sm"]) .sp-sumi{width:24px;height:24px;mask:radial-gradient(circle at center,transparent 52%,black 53%)}:host([variant="sumi"]:not([size])) .sp-sumi,:host([variant="sumi"][size="md"]) .sp-sumi{width:48px;height:48px}:host([variant="sumi"][size="lg"]) .sp-sumi{width:72px;height:72px;mask:radial-gradient(circle at center,transparent 58%,black 59%)}.sp-kintsugi{border-radius:50%;background:conic-gradient(from 0deg,#6d4d3e00,#7f594426 11.11%,#a36b4480,#c47c3b 61.11%,#d28425,#ad704099 88.89%,#6d4d3e00);mask:radial-gradient(circle at center,transparent 56%,black 57%);filter:blur(.4px) drop-shadow(0 0 4px oklch(65% .12 60deg / .5));animation:sp-rotate 2s cubic-bezier(.4,0,.6,1) infinite}:host([variant="kintsugi"][dark]) .sp-kintsugi{background:conic-gradient(from 0deg,#6d4d3e00,#97634633 8.33%,#c57b3db3 41.67%,#d98529d9 54.17%,#e1891cec,#e78c08 66.67%,#ea8e00,#ec9100 73.61%,#f19600 80.56%,#ea9100d9,#e18907b3,#ce802b8c,#ae6f4266 94.44%,#6d4d3e00);background:conic-gradient(from 0deg,#6d4d3e00,#97634633 8.33%,#c57b3db3 41.67%,#d98529d9 54.17%,#e1891cec,#e78c08 66.67%,color(xyz 0.438 0.369 0.044),color(xyz 0.452 0.381 0.039) 73.61%,color(xyz 0.481 0.404 0.028) 80.56%,color(xyz 0.447 0.377 0.036 / 0.85),#e18907b3,#ce802b8c,#ae6f4266 94.44%,#6d4d3e00);filter:blur(.3px) drop-shadow(0 0 6px oklch(70% .14 62deg / .6))}:host([variant="kintsugi"][size="sm"]) .sp-kintsugi{width:24px;height:24px;mask:radial-gradient(circle at center,transparent 52%,black 53%)}:host([variant="kintsugi"]:not([size])) .sp-kintsugi,:host([variant="kintsugi"][size="md"]) .sp-kintsugi{width:48px;height:48px}:host([variant="kintsugi"][size="lg"]) .sp-kintsugi{width:72px;height:72px;mask:radial-gradient(circle at center,transparent 58%,black 59%)}.sp-shizuku{position:relative;border-radius:50%;animation:sp-rotate 1.8s linear infinite}.sp-shizuku span{position:absolute;border-radius:50%;background:#2a1f1a;top:50%;left:50%;transform-origin:0 0}:host([variant="shizuku"][tone="kaki"]) .sp-shizuku span,:host([variant="shizuku"][dark]) .sp-shizuku span{background:#c47c3b}.sp-shizuku.sp-shizuku--md{width:48px;height:48px}.sp-shizuku.sp-shizuku--md span{margin:-3px}.sp-shizuku.sp-shizuku--md span:nth-child(1){width:7px;height:7px;transform:rotate(0) translate(18px) translateY(-50%);opacity:1}.sp-shizuku.sp-shizuku--md span:nth-child(2){width:5.5px;height:5.5px;transform:rotate(60deg) translate(18px) translateY(-50%);opacity:.72}.sp-shizuku.sp-shizuku--md span:nth-child(3){width:4px;height:4px;transform:rotate(115deg) translate(18px) translateY(-50%);opacity:.48}.sp-shizuku.sp-shizuku--md span:nth-child(4){width:3px;height:3px;transform:rotate(160deg) translate(18px) translateY(-50%);opacity:.28}.sp-shizuku.sp-shizuku--md span:nth-child(5){width:2px;height:2px;transform:rotate(200deg) translate(18px) translateY(-50%);opacity:.13}.sp-shizuku.sp-shizuku--md span:nth-child(6){width:1.5px;height:1.5px;transform:rotate(235deg) translate(18px) translateY(-50%);opacity:.06}.sp-shizuku.sp-shizuku--sm{width:24px;height:24px}.sp-shizuku.sp-shizuku--sm span{margin:-1.5px}.sp-shizuku.sp-shizuku--sm span:nth-child(1){width:4px;height:4px;transform:rotate(0) translate(9px) translateY(-50%);opacity:1}.sp-shizuku.sp-shizuku--sm span:nth-child(2){width:3px;height:3px;transform:rotate(60deg) translate(9px) translateY(-50%);opacity:.72}.sp-shizuku.sp-shizuku--sm span:nth-child(3){width:2px;height:2px;transform:rotate(115deg) translate(9px) translateY(-50%);opacity:.45}.sp-shizuku.sp-shizuku--sm span:nth-child(4){width:1.5px;height:1.5px;transform:rotate(160deg) translate(9px) translateY(-50%);opacity:.25}.sp-shizuku.sp-shizuku--sm span:nth-child(5){width:1px;height:1px;transform:rotate(200deg) translate(9px) translateY(-50%);opacity:.1}.sp-shizuku.sp-shizuku--sm span:nth-child(6){width:1px;height:1px;transform:rotate(235deg) translate(9px) translateY(-50%);opacity:.05}.sp-shizuku.sp-shizuku--lg{width:72px;height:72px}.sp-shizuku.sp-shizuku--lg span{margin:-4.5px}.sp-shizuku.sp-shizuku--lg span:nth-child(1){width:10px;height:10px;transform:rotate(0) translate(27px) translateY(-50%);opacity:1}.sp-shizuku.sp-shizuku--lg span:nth-child(2){width:8px;height:8px;transform:rotate(55deg) translate(27px) translateY(-50%);opacity:.72}.sp-shizuku.sp-shizuku--lg span:nth-child(3){width:6px;height:6px;transform:rotate(105deg) translate(27px) translateY(-50%);opacity:.5}.sp-shizuku.sp-shizuku--lg span:nth-child(4){width:4.5px;height:4.5px;transform:rotate(148deg) translate(27px) translateY(-50%);opacity:.3}.sp-shizuku.sp-shizuku--lg span:nth-child(5){width:3px;height:3px;transform:rotate(185deg) translate(27px) translateY(-50%);opacity:.15}.sp-shizuku.sp-shizuku--lg span:nth-child(6){width:2px;height:2px;transform:rotate(218deg) translate(27px) translateY(-50%);opacity:.06}}';
|
|
2
|
+
export {
|
|
3
|
+
spinnerCss as default
|
|
4
|
+
};
|
|
5
|
+
//# sourceMappingURL=index254.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index254.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
package/dist/index255.js
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { html, svg } from "lit";
|
|
2
|
+
function ensoStroke(tone, dark) {
|
|
3
|
+
if (dark) {
|
|
4
|
+
if (tone === "kaki") {
|
|
5
|
+
return { blur: "oklch(70% 0.14 60)", main: "oklch(68% 0.13 60)", bopacity: 0.3 };
|
|
6
|
+
}
|
|
7
|
+
return { blur: "oklch(88% 0.01 60)", main: "oklch(88% 0.01 60)", bopacity: 0.2 };
|
|
8
|
+
}
|
|
9
|
+
if (tone === "kaki") return { blur: "oklch(55% 0.08 45)", main: "oklch(50% 0.07 45)", bopacity: 0.25 };
|
|
10
|
+
if (tone === "celadon") return { blur: "oklch(50% 0.06 180)", main: "oklch(48% 0.06 180)", bopacity: 0.25 };
|
|
11
|
+
return { blur: "oklch(25% 0.02 45)", main: "oklch(25% 0.02 45)", bopacity: 0.25 };
|
|
12
|
+
}
|
|
13
|
+
function ensoWidths(size) {
|
|
14
|
+
if (size === "sm") return { blur: 2.5, main: 2, feStd: 1.5 };
|
|
15
|
+
if (size === "lg") return { blur: 3.5, main: 3, feStd: 2 };
|
|
16
|
+
return { blur: 3, main: 2.5, feStd: 1.5 };
|
|
17
|
+
}
|
|
18
|
+
function ensoTemplate(props) {
|
|
19
|
+
const stroke = ensoStroke(props.tone, props.dark);
|
|
20
|
+
const w = ensoWidths(props.size);
|
|
21
|
+
const fid = "sp-enso-blur";
|
|
22
|
+
return html`
|
|
23
|
+
${svg`
|
|
24
|
+
<svg viewBox="0 0 48 48" fill="none" aria-hidden="true" focusable="false">
|
|
25
|
+
<defs>
|
|
26
|
+
<filter id="${fid}">
|
|
27
|
+
<feGaussianBlur stdDeviation="${w.feStd}" result="blur"/>
|
|
28
|
+
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
|
|
29
|
+
</filter>
|
|
30
|
+
</defs>
|
|
31
|
+
<!-- blur halo layer -->
|
|
32
|
+
<circle
|
|
33
|
+
cx="24" cy="24" r="18"
|
|
34
|
+
stroke="${stroke.blur}"
|
|
35
|
+
stroke-width="${w.blur}"
|
|
36
|
+
stroke-linecap="round"
|
|
37
|
+
stroke-dasharray="95 18"
|
|
38
|
+
fill="none"
|
|
39
|
+
opacity="${stroke.bopacity}"
|
|
40
|
+
filter="url(#${fid})"
|
|
41
|
+
/>
|
|
42
|
+
<!-- crisp layer -->
|
|
43
|
+
<circle
|
|
44
|
+
cx="24" cy="24" r="18"
|
|
45
|
+
stroke="${stroke.main}"
|
|
46
|
+
stroke-width="${w.main}"
|
|
47
|
+
stroke-linecap="round"
|
|
48
|
+
stroke-dasharray="95 18"
|
|
49
|
+
fill="none"
|
|
50
|
+
/>
|
|
51
|
+
</svg>
|
|
52
|
+
`}
|
|
53
|
+
`;
|
|
54
|
+
}
|
|
55
|
+
function sumiTemplate() {
|
|
56
|
+
return html`
|
|
57
|
+
<div class="sp-sumi-wrap">
|
|
58
|
+
<div class="sp-sumi"></div>
|
|
59
|
+
</div>
|
|
60
|
+
`;
|
|
61
|
+
}
|
|
62
|
+
function kintsugiTemplate() {
|
|
63
|
+
return html`<div class="sp-kintsugi"></div>`;
|
|
64
|
+
}
|
|
65
|
+
function shizukuTemplate(size) {
|
|
66
|
+
const cls = `sp-shizuku sp-shizuku--${size}`;
|
|
67
|
+
return html`
|
|
68
|
+
<div class="${cls}">
|
|
69
|
+
<span></span><span></span><span></span>
|
|
70
|
+
<span></span><span></span><span></span>
|
|
71
|
+
</div>
|
|
72
|
+
`;
|
|
73
|
+
}
|
|
74
|
+
function spinnerTemplate(props) {
|
|
75
|
+
const inner = props.variant === "sumi" ? sumiTemplate() : props.variant === "kintsugi" ? kintsugiTemplate() : props.variant === "shizuku" ? shizukuTemplate(props.size) : ensoTemplate(props);
|
|
76
|
+
return html`
|
|
77
|
+
<div
|
|
78
|
+
role="status"
|
|
79
|
+
aria-label="${props.label}"
|
|
80
|
+
aria-live="polite"
|
|
81
|
+
>
|
|
82
|
+
${inner}
|
|
83
|
+
<!-- Visually hidden label for screen readers -->
|
|
84
|
+
<span style="position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;">${props.label}</span>
|
|
85
|
+
</div>
|
|
86
|
+
`;
|
|
87
|
+
}
|
|
88
|
+
export {
|
|
89
|
+
spinnerTemplate
|
|
90
|
+
};
|
|
91
|
+
//# sourceMappingURL=index255.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index255.js","sources":["../src/components/atoms/spinner/lib-spinner.html.ts"],"sourcesContent":["import { html, svg, TemplateResult } from 'lit';\nimport type { SpinnerVariant, SpinnerSize, SpinnerTone } from './lib-spinner.component';\n\nexport interface SpinnerTemplateProps {\n variant: SpinnerVariant;\n size: SpinnerSize;\n tone: SpinnerTone;\n dark: boolean;\n label: string;\n}\n\n/* ── Stroke configs per tone+dark ──────────────────────────── */\ntype StrokeConfig = {\n blur: string; /* blur circle stroke color */\n main: string; /* main circle stroke color */\n bopacity: number; /* blur circle opacity */\n};\n\nfunction ensoStroke(tone: SpinnerTone, dark: boolean): StrokeConfig {\n if (dark) {\n if (tone === 'kaki') {\n return { blur: 'oklch(70% 0.14 60)', main: 'oklch(68% 0.13 60)', bopacity: 0.30 };\n }\n /* ink / celadon → paper on dark */\n return { blur: 'oklch(88% 0.01 60)', main: 'oklch(88% 0.01 60)', bopacity: 0.20 };\n }\n if (tone === 'kaki') return { blur: 'oklch(55% 0.08 45)', main: 'oklch(50% 0.07 45)', bopacity: 0.25 };\n if (tone === 'celadon') return { blur: 'oklch(50% 0.06 180)', main: 'oklch(48% 0.06 180)', bopacity: 0.25 };\n /* default: ink */\n return { blur: 'oklch(25% 0.02 45)', main: 'oklch(25% 0.02 45)', bopacity: 0.25 };\n}\n\ntype StrokeWidth = { blur: number; main: number; feStd: number; };\nfunction ensoWidths(size: SpinnerSize): StrokeWidth {\n if (size === 'sm') return { blur: 2.5, main: 2, feStd: 1.5 };\n if (size === 'lg') return { blur: 3.5, main: 3, feStd: 2.0 };\n return { blur: 3, main: 2.5, feStd: 1.5 }; /* md */\n}\n\n/* ── Enso ───────────────────────────────────────────────────── */\nfunction ensoTemplate(props: SpinnerTemplateProps): TemplateResult {\n const stroke = ensoStroke(props.tone, props.dark);\n const w = ensoWidths(props.size);\n /* Each shadow DOM is isolated → filter IDs are collision-free */\n const fid = 'sp-enso-blur';\n\n return html`\n ${svg`\n <svg viewBox=\"0 0 48 48\" fill=\"none\" aria-hidden=\"true\" focusable=\"false\">\n <defs>\n <filter id=\"${fid}\">\n <feGaussianBlur stdDeviation=\"${w.feStd}\" result=\"blur\"/>\n <feMerge><feMergeNode in=\"blur\"/><feMergeNode in=\"SourceGraphic\"/></feMerge>\n </filter>\n </defs>\n <!-- blur halo layer -->\n <circle\n cx=\"24\" cy=\"24\" r=\"18\"\n stroke=\"${stroke.blur}\"\n stroke-width=\"${w.blur}\"\n stroke-linecap=\"round\"\n stroke-dasharray=\"95 18\"\n fill=\"none\"\n opacity=\"${stroke.bopacity}\"\n filter=\"url(#${fid})\"\n />\n <!-- crisp layer -->\n <circle\n cx=\"24\" cy=\"24\" r=\"18\"\n stroke=\"${stroke.main}\"\n stroke-width=\"${w.main}\"\n stroke-linecap=\"round\"\n stroke-dasharray=\"95 18\"\n fill=\"none\"\n />\n </svg>\n `}\n `;\n}\n\n/* ── Sumi ───────────────────────────────────────────────────── */\nfunction sumiTemplate(): TemplateResult {\n return html`\n <div class=\"sp-sumi-wrap\">\n <div class=\"sp-sumi\"></div>\n </div>\n `;\n}\n\n/* ── Kintsugi ───────────────────────────────────────────────── */\nfunction kintsugiTemplate(): TemplateResult {\n return html`<div class=\"sp-kintsugi\"></div>`;\n}\n\n/* ── Shizuku ────────────────────────────────────────────────── */\nfunction shizukuTemplate(size: SpinnerSize): TemplateResult {\n const cls = `sp-shizuku sp-shizuku--${size}`;\n return html`\n <div class=\"${cls}\">\n <span></span><span></span><span></span>\n <span></span><span></span><span></span>\n </div>\n `;\n}\n\n/* ── Root ───────────────────────────────────────────────────── */\nexport function spinnerTemplate(props: SpinnerTemplateProps): TemplateResult {\n const inner: TemplateResult =\n props.variant === 'sumi' ? sumiTemplate() :\n props.variant === 'kintsugi' ? kintsugiTemplate() :\n props.variant === 'shizuku' ? shizukuTemplate(props.size) :\n ensoTemplate(props);\n\n return html`\n <div\n role=\"status\"\n aria-label=\"${props.label}\"\n aria-live=\"polite\"\n >\n ${inner}\n <!-- Visually hidden label for screen readers -->\n <span style=\"position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;\">${props.label}</span>\n </div>\n `;\n}"],"names":[],"mappings":";AAkBA,SAAS,WAAW,MAAmB,MAA6B;AAClE,MAAI,MAAM;AACR,QAAI,SAAS,QAAQ;AACnB,aAAO,EAAE,MAAM,sBAAsB,MAAM,sBAAsB,UAAU,IAAA;AAAA,IAC7E;AAEA,WAAO,EAAE,MAAM,sBAAsB,MAAM,sBAAsB,UAAU,IAAA;AAAA,EAC7E;AACA,MAAI,SAAS,OAAW,QAAO,EAAE,MAAM,sBAAsB,MAAM,sBAAsB,UAAU,KAAA;AACnG,MAAI,SAAS,UAAW,QAAO,EAAE,MAAM,uBAAuB,MAAM,uBAAuB,UAAU,KAAA;AAErG,SAAO,EAAE,MAAM,sBAAsB,MAAM,sBAAsB,UAAU,KAAA;AAC7E;AAGA,SAAS,WAAW,MAAgC;AAClD,MAAI,SAAS,KAAM,QAAO,EAAE,MAAM,KAAK,MAAM,GAAK,OAAO,IAAA;AACzD,MAAI,SAAS,KAAM,QAAO,EAAE,MAAM,KAAK,MAAM,GAAK,OAAO,EAAA;AACzD,SAAoB,EAAE,MAAM,GAAK,MAAM,KAAK,OAAO,IAAA;AACrD;AAGA,SAAS,aAAa,OAA6C;AACjE,QAAM,SAAS,WAAW,MAAM,MAAM,MAAM,IAAI;AAChD,QAAM,IAAS,WAAW,MAAM,IAAI;AAEpC,QAAM,MAAS;AAEf,SAAO;AAAA,MACH;AAAA;AAAA;AAAA,wBAGkB,GAAG;AAAA,4CACiB,EAAE,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAO/B,OAAO,IAAI;AAAA,0BACL,EAAE,IAAI;AAAA;AAAA;AAAA;AAAA,qBAIX,OAAO,QAAQ;AAAA,yBACX,GAAG;AAAA;AAAA;AAAA;AAAA;AAAA,oBAKR,OAAO,IAAI;AAAA,0BACL,EAAE,IAAI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KAM3B;AAAA;AAEL;AAGA,SAAS,eAA+B;AACtC,SAAO;AAAA;AAAA;AAAA;AAAA;AAKT;AAGA,SAAS,mBAAmC;AAC1C,SAAO;AACT;AAGA,SAAS,gBAAgB,MAAmC;AAC1D,QAAM,MAAM,0BAA0B,IAAI;AAC1C,SAAO;AAAA,kBACS,GAAG;AAAA;AAAA;AAAA;AAAA;AAKrB;AAGO,SAAS,gBAAgB,OAA6C;AAC3E,QAAM,QACJ,MAAM,YAAY,SAAa,iBAC/B,MAAM,YAAY,aAAa,qBAC/B,MAAM,YAAY,YAAa,gBAAgB,MAAM,IAAI,IACzD,aAAa,KAAK;AAEpB,SAAO;AAAA;AAAA;AAAA,oBAGW,MAAM,KAAK;AAAA;AAAA;AAAA,QAGvB,KAAK;AAAA;AAAA,oHAEuG,MAAM,KAAK;AAAA;AAAA;AAG/H;"}
|
package/dist/index256.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { html } from "lit";
|
|
2
|
+
function bentoItemTemplate(_ctx) {
|
|
3
|
+
return html`
|
|
4
|
+
<div class="bento-item" part="item">
|
|
5
|
+
<div class="content" part="content">
|
|
6
|
+
<slot></slot>
|
|
7
|
+
</div>
|
|
8
|
+
</div>
|
|
9
|
+
`;
|
|
10
|
+
}
|
|
11
|
+
export {
|
|
12
|
+
bentoItemTemplate
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=index256.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index256.js","sources":["../src/components/atoms/bento-item/lib-bento-item.html.ts"],"sourcesContent":["import { html, TemplateResult } from 'lit';\nimport type { LibBentoItem } from './lib-bento-item.component';\n\nexport function bentoItemTemplate(_ctx: LibBentoItem): TemplateResult {\n return html`\n <div class=\"bento-item\" part=\"item\">\n <div class=\"content\" part=\"content\">\n <slot></slot>\n </div>\n </div>\n `;\n}"],"names":[],"mappings":";AAGO,SAAS,kBAAkB,MAAoC;AACpE,SAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAOT;"}
|
package/dist/index257.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const itemCss = "@layer tokens,reset,components;@layer reset{:host{display:block}*,*:before,*:after{box-sizing:border-box}}@layer components{.bento-item{height:100%;width:100%;display:flex;flex-direction:column;position:relative;background:var(--bg-elevated);border-radius:var(--lib-radius-lg);border:1px solid var(--border-subtle);overflow:hidden}:host([interactive]) .bento-item{cursor:pointer;transition:transform var(--duration-slow) var(--ease-default),border-color var(--duration-base) var(--ease-default),box-shadow var(--duration-slow) var(--ease-default)}:host([interactive]) .bento-item:hover{transform:translateY(-3px);border-color:var(--border-strong);box-shadow:var(--shadow-md)}:host([interactive]) .bento-item:active{transform:translateY(-1px)}.content{padding:var(--lib-space-md);height:100%;display:flex;flex-direction:column}:host([flush]) .content{padding:0}@media(prefers-reduced-motion:reduce){:host([interactive]) .bento-item{transition:border-color var(--duration-base)}:host([interactive]) .bento-item:hover{transform:none}}}";
|
|
2
|
+
export {
|
|
3
|
+
itemCss as default
|
|
4
|
+
};
|
|
5
|
+
//# sourceMappingURL=index257.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index257.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
package/dist/index258.js
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { html, nothing, svg } from "lit";
|
|
2
|
+
function renderDots(p) {
|
|
3
|
+
const current = Math.round(p.progress / 100 * p.dotsCount);
|
|
4
|
+
return html`
|
|
5
|
+
${Array.from({ length: p.dotsCount }, (_, i) => {
|
|
6
|
+
const done = i < current - 1;
|
|
7
|
+
const active = i === current - 1;
|
|
8
|
+
return html`
|
|
9
|
+
<span
|
|
10
|
+
class="rp-dot ${done ? "is-done" : ""} ${active ? "is-current" : ""}"
|
|
11
|
+
aria-hidden="true"
|
|
12
|
+
></span>
|
|
13
|
+
`;
|
|
14
|
+
})}
|
|
15
|
+
`;
|
|
16
|
+
}
|
|
17
|
+
function renderRing(p) {
|
|
18
|
+
const r = p.ringSize / 2 - 3;
|
|
19
|
+
const circumference = 2 * Math.PI * r;
|
|
20
|
+
const offset = circumference * (1 - p.progress / 100);
|
|
21
|
+
return html`
|
|
22
|
+
${svg`
|
|
23
|
+
<svg
|
|
24
|
+
class="rp-ring-svg"
|
|
25
|
+
width="${p.ringSize}"
|
|
26
|
+
height="${p.ringSize}"
|
|
27
|
+
viewBox="0 0 ${p.ringSize} ${p.ringSize}"
|
|
28
|
+
role="img"
|
|
29
|
+
aria-label="Progreso de lectura: ${p.progress}%"
|
|
30
|
+
>
|
|
31
|
+
<circle
|
|
32
|
+
class="rp-ring-track"
|
|
33
|
+
cx="${p.ringSize / 2}"
|
|
34
|
+
cy="${p.ringSize / 2}"
|
|
35
|
+
r="${r}"
|
|
36
|
+
/>
|
|
37
|
+
<circle
|
|
38
|
+
class="rp-ring-fill"
|
|
39
|
+
cx="${p.ringSize / 2}"
|
|
40
|
+
cy="${p.ringSize / 2}"
|
|
41
|
+
r="${r}"
|
|
42
|
+
stroke-dasharray="${circumference}"
|
|
43
|
+
stroke-dashoffset="${offset}"
|
|
44
|
+
/>
|
|
45
|
+
</svg>
|
|
46
|
+
`}
|
|
47
|
+
`;
|
|
48
|
+
}
|
|
49
|
+
function readingProgressTemplate(p) {
|
|
50
|
+
if (p.variant === "bar" || p.variant === "line" || p.variant === "vertical") {
|
|
51
|
+
return html`
|
|
52
|
+
<span
|
|
53
|
+
role="progressbar"
|
|
54
|
+
aria-label="Progreso de lectura"
|
|
55
|
+
aria-valuemin="0"
|
|
56
|
+
aria-valuemax="100"
|
|
57
|
+
aria-valuenow="${p.progress}"
|
|
58
|
+
style="display:none"
|
|
59
|
+
></span>
|
|
60
|
+
`;
|
|
61
|
+
}
|
|
62
|
+
if (p.variant === "dots") {
|
|
63
|
+
return html`
|
|
64
|
+
<span role="progressbar" aria-label="Progreso de lectura" aria-valuenow="${p.progress}" aria-valuemin="0" aria-valuemax="100" style="display:contents">
|
|
65
|
+
${renderDots(p)}
|
|
66
|
+
</span>
|
|
67
|
+
`;
|
|
68
|
+
}
|
|
69
|
+
if (p.variant === "ring") {
|
|
70
|
+
return html`
|
|
71
|
+
<span role="progressbar" aria-label="Progreso de lectura" aria-valuenow="${p.progress}" aria-valuemin="0" aria-valuemax="100" style="display:contents">
|
|
72
|
+
${renderRing(p)}
|
|
73
|
+
</span>
|
|
74
|
+
`;
|
|
75
|
+
}
|
|
76
|
+
return nothing;
|
|
77
|
+
}
|
|
78
|
+
export {
|
|
79
|
+
readingProgressTemplate
|
|
80
|
+
};
|
|
81
|
+
//# sourceMappingURL=index258.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index258.js","sources":["../src/components/atoms/reading-progress/lib-reading-progress.html.ts"],"sourcesContent":["import { html, nothing, svg, TemplateResult } from 'lit';\nimport { ReadingProgressVariant } from './lib-reading-progress.component';\n\nexport interface ReadingProgressTemplateProps {\n variant: ReadingProgressVariant;\n progress: number; /* 0 – 100 */\n dotsCount: number;\n ringSize: number;\n}\n\n/* ── DOTS ──────────────────────────────────────────────── */\nfunction renderDots(p: ReadingProgressTemplateProps): TemplateResult {\n const current = Math.round((p.progress / 100) * p.dotsCount);\n return html`\n ${Array.from({ length: p.dotsCount }, (_, i) => {\n const done = i < current - 1;\n const active = i === current - 1;\n return html`\n <span\n class=\"rp-dot ${done ? 'is-done' : ''} ${active ? 'is-current' : ''}\"\n aria-hidden=\"true\"\n ></span>\n `;\n })}\n `;\n}\n\n/* ── RING ──────────────────────────────────────────────── */\nfunction renderRing(p: ReadingProgressTemplateProps): TemplateResult {\n const r = (p.ringSize / 2) - 3; /* margen para stroke-width:2 */\n const circumference = 2 * Math.PI * r;\n const offset = circumference * (1 - p.progress / 100);\n\n return html`\n ${svg`\n <svg\n class=\"rp-ring-svg\"\n width=\"${p.ringSize}\"\n height=\"${p.ringSize}\"\n viewBox=\"0 0 ${p.ringSize} ${p.ringSize}\"\n role=\"img\"\n aria-label=\"Progreso de lectura: ${p.progress}%\"\n >\n <circle\n class=\"rp-ring-track\"\n cx=\"${p.ringSize / 2}\"\n cy=\"${p.ringSize / 2}\"\n r=\"${r}\"\n />\n <circle\n class=\"rp-ring-fill\"\n cx=\"${p.ringSize / 2}\"\n cy=\"${p.ringSize / 2}\"\n r=\"${r}\"\n stroke-dasharray=\"${circumference}\"\n stroke-dashoffset=\"${offset}\"\n />\n </svg>\n `}\n `;\n}\n\n/* ── Template principal ─────────────────────────────────── */\nexport function readingProgressTemplate(\n p: ReadingProgressTemplateProps,\n): TemplateResult {\n /* bar + line + vertical → el host ES el elemento visual (CSS en :host)\n Solo necesitamos el aria progressbar */\n if (p.variant === 'bar' || p.variant === 'line' || p.variant === 'vertical') {\n return html`\n <span\n role=\"progressbar\"\n aria-label=\"Progreso de lectura\"\n aria-valuemin=\"0\"\n aria-valuemax=\"100\"\n aria-valuenow=\"${p.progress}\"\n style=\"display:none\"\n ></span>\n `;\n }\n\n if (p.variant === 'dots') {\n return html`\n <span role=\"progressbar\" aria-label=\"Progreso de lectura\" aria-valuenow=\"${p.progress}\" aria-valuemin=\"0\" aria-valuemax=\"100\" style=\"display:contents\">\n ${renderDots(p)}\n </span>\n `;\n }\n\n if (p.variant === 'ring') {\n return html`\n <span role=\"progressbar\" aria-label=\"Progreso de lectura\" aria-valuenow=\"${p.progress}\" aria-valuemin=\"0\" aria-valuemax=\"100\" style=\"display:contents\">\n ${renderRing(p)}\n </span>\n `;\n }\n\n return nothing as unknown as TemplateResult;\n}"],"names":[],"mappings":";AAWA,SAAS,WAAW,GAAiD;AACnE,QAAM,UAAU,KAAK,MAAO,EAAE,WAAW,MAAO,EAAE,SAAS;AAC3D,SAAO;AAAA,MACH,MAAM,KAAK,EAAE,QAAQ,EAAE,UAAA,GAAa,CAAC,GAAG,MAAM;AAC9C,UAAM,OAAO,IAAI,UAAU;AAC3B,UAAM,SAAS,MAAM,UAAU;AAC/B,WAAO;AAAA;AAAA,0BAEa,OAAO,YAAY,EAAE,IAAI,SAAS,eAAe,EAAE;AAAA;AAAA;AAAA;AAAA,EAIzE,CAAC,CAAC;AAAA;AAEN;AAGA,SAAS,WAAW,GAAiD;AACnE,QAAM,IAAgB,EAAE,WAAW,IAAK;AACxC,QAAM,gBAAgB,IAAI,KAAK,KAAK;AACpC,QAAM,SAAgB,iBAAiB,IAAI,EAAE,WAAW;AAExD,SAAO;AAAA,MACH;AAAA;AAAA;AAAA,iBAGW,EAAE,QAAQ;AAAA,kBACT,EAAE,QAAQ;AAAA,uBACL,EAAE,QAAQ,IAAI,EAAE,QAAQ;AAAA;AAAA,2CAEJ,EAAE,QAAQ;AAAA;AAAA;AAAA;AAAA,gBAIrC,EAAE,WAAW,CAAC;AAAA,gBACd,EAAE,WAAW,CAAC;AAAA,eACf,CAAC;AAAA;AAAA;AAAA;AAAA,gBAIA,EAAE,WAAW,CAAC;AAAA,gBACd,EAAE,WAAW,CAAC;AAAA,eACf,CAAC;AAAA,8BACc,aAAa;AAAA,+BACZ,MAAM;AAAA;AAAA;AAAA,KAGhC;AAAA;AAEL;AAGO,SAAS,wBACd,GACgB;AAGhB,MAAI,EAAE,YAAY,SAAS,EAAE,YAAY,UAAU,EAAE,YAAY,YAAY;AAC3E,WAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,yBAMc,EAAE,QAAQ;AAAA;AAAA;AAAA;AAAA,EAIjC;AAEA,MAAI,EAAE,YAAY,QAAQ;AACxB,WAAO;AAAA,iFACsE,EAAE,QAAQ;AAAA,UACjF,WAAW,CAAC,CAAC;AAAA;AAAA;AAAA,EAGrB;AAEA,MAAI,EAAE,YAAY,QAAQ;AACxB,WAAO;AAAA,iFACsE,EAAE,QAAQ;AAAA,UACjF,WAAW,CAAC,CAAC;AAAA;AAAA;AAAA,EAGrB;AAEA,SAAO;AACT;"}
|
package/dist/index259.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const componentCss = '@layer tokens,reset,components;@layer reset{*,*:before,*:after{box-sizing:border-box}}@layer components{:host([variant="bar"]),:host(:not([variant])){display:block;position:absolute;bottom:-1px;left:0;width:0%;height:2px;pointer-events:none;z-index:var(--z-raised);transition:width 80ms linear;background:var(--rp-color)}:host([variant="bar"]):after,:host(:not([variant])):after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:16px;height:5px;border-radius:var(--radius-full);background:var(--rp-glow);filter:blur(3px);opacity:0;transition:opacity var(--duration-slow)}:host([variant="bar"][active]):after,:host(:not([variant])[active]):after{opacity:1}:host([variant="line"]){display:block;position:absolute;bottom:0;left:0;width:0%;height:1px;pointer-events:none;z-index:var(--z-raised);transition:width 80ms linear;background:var(--rp-color);opacity:.6}:host([variant="dots"]){display:inline-flex;align-items:center;gap:5px}.rp-dot{width:5px;height:5px;border-radius:var(--radius-full);background:var(--border-default);transition:background var(--duration-slow) var(--ease-out),transform var(--duration-slow) var(--ease-out),opacity var(--duration-slow);flex-shrink:0}.rp-dot.is-done{background:var(--rp-color);transform:scale(1.2)}.rp-dot.is-current{background:var(--rp-color-light);transform:scale(1.4);box-shadow:0 0 0 2px var(--rp-glow)}:host([variant="ring"]){display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.rp-ring-svg{display:block;transform:rotate(-90deg);overflow:visible}.rp-ring-track{fill:none;stroke:var(--border-subtle);stroke-width:2}.rp-ring-fill{fill:none;stroke:var(--rp-color);stroke-width:2;stroke-linecap:round;transition:stroke-dashoffset 80ms linear}:host([variant="vertical"]){display:block;position:fixed;left:0;top:0;width:2px;height:0%;background:linear-gradient(to bottom,var(--rp-color),var(--rp-color-light));z-index:var(--z-modal);pointer-events:none;transition:height 80ms linear}:host([variant="vertical"]):after{content:"";position:absolute;bottom:-6px;left:-3px;width:8px;height:8px;border-radius:var(--radius-full);background:var(--rp-color-light);box-shadow:0 0 6px var(--rp-glow)}:host,:host([tone="kaki"]){--rp-color: var(--color-kaki-500);--rp-color-light: var(--color-kaki-400);--rp-glow: rgb(217, 114, 52, .25)}:host([tone="celadon"]){--rp-color: var(--color-celadon-500);--rp-color-light: var(--color-celadon-400);--rp-glow: rgb(53, 113, 100, .25)}:host([tone="ink"]){--rp-color: var(--color-washi-800);--rp-color-light: var(--color-washi-700);--rp-glow: rgb(61, 51, 42, .2)}:host([tone="kintsugi"]){--rp-color: var(--color-kaki-500);--rp-color-light: var(--color-kaki-300);--rp-glow: oklch(65% .1 50deg / .55)}:host([tone="kintsugi"][variant="bar"]),:host([tone="kintsugi"]:not([variant])){background:linear-gradient(90deg,var(--color-kaki-600) 0%,var(--color-kaki-500) 30%,var(--color-kaki-300) 65%,var(--color-kaki-400) 100%);height:3px}:host([tone="kintsugi"][variant="bar"]):before,:host([tone="kintsugi"]:not([variant])):before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,oklch(92% .04 60deg / .75) 45%,oklch(98% .01 60deg / .9) 50%,oklch(92% .04 60deg / .75) 55%,transparent 100%);animation:rp-kintsugi-shimmer 3s cubic-bezier(.4,0,.6,1) infinite;pointer-events:none}:host([tone="kintsugi"][variant="bar"][active]):after,:host([tone="kintsugi"]:not([variant])[active]):after{width:24px;height:8px;background:#c07c56a6;filter:blur(5px)}:host([tone="kintsugi"][variant="line"]){background:linear-gradient(90deg,var(--color-kaki-600) 0%,var(--color-kaki-300) 60%,var(--color-kaki-500) 100%);opacity:.85;height:1.5px}:host([tone="kintsugi"][variant="vertical"]){background:linear-gradient(to bottom,var(--color-kaki-600) 0%,var(--color-kaki-400) 45%,var(--color-kaki-300) 75%,var(--color-kaki-500) 100%);width:3px}:host([tone="kintsugi"][variant="vertical"]):after{width:10px;height:10px;background:var(--color-kaki-300);box-shadow:0 0 8px #c07c56b3,0 0 16px #c07c5659}@keyframes rp-kintsugi-shimmer{0%{transform:translate(-120%);opacity:0}15%{opacity:1}85%{opacity:1}to{transform:translate(120%);opacity:0}}}';
|
|
2
|
+
export {
|
|
3
|
+
componentCss as default
|
|
4
|
+
};
|
|
5
|
+
//# sourceMappingURL=index259.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index259.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|