@shibui-ui/ui 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +1085 -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-glitch/lib-text-glitch.component.d.ts +60 -0
- package/dist/components/atoms/text-glitch/lib-text-glitch.component.d.ts.map +1 -0
- package/dist/components/atoms/text-glitch/lib-text-glitch.html.d.ts +18 -0
- package/dist/components/atoms/text-glitch/lib-text-glitch.html.d.ts.map +1 -0
- package/dist/components/atoms/text-glitch/lib-text-glitch.stories.d.ts +16 -0
- package/dist/components/atoms/text-glitch/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 +19521 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +85 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +392 -0
- package/dist/index.js.map +1 -0
- package/dist/index10.js +45 -0
- package/dist/index10.js.map +1 -0
- package/dist/index100.js +5 -0
- package/dist/index100.js.map +1 -0
- package/dist/index101.js +5 -0
- package/dist/index101.js.map +1 -0
- package/dist/index102.js +5 -0
- package/dist/index102.js.map +1 -0
- package/dist/index103.js +5 -0
- package/dist/index103.js.map +1 -0
- package/dist/index104.js +5 -0
- package/dist/index104.js.map +1 -0
- package/dist/index105.js +5 -0
- package/dist/index105.js.map +1 -0
- package/dist/index106.js +5 -0
- package/dist/index106.js.map +1 -0
- package/dist/index107.js +5 -0
- package/dist/index107.js.map +1 -0
- package/dist/index108.js +5 -0
- package/dist/index108.js.map +1 -0
- package/dist/index109.js +5 -0
- package/dist/index109.js.map +1 -0
- package/dist/index11.js +110 -0
- package/dist/index11.js.map +1 -0
- package/dist/index110.js +5 -0
- package/dist/index110.js.map +1 -0
- package/dist/index111.js +5 -0
- package/dist/index111.js.map +1 -0
- package/dist/index112.js +5 -0
- package/dist/index112.js.map +1 -0
- package/dist/index113.js +5 -0
- package/dist/index113.js.map +1 -0
- package/dist/index114.js +5 -0
- package/dist/index114.js.map +1 -0
- package/dist/index115.js +5 -0
- package/dist/index115.js.map +1 -0
- package/dist/index116.js +5 -0
- package/dist/index116.js.map +1 -0
- package/dist/index117.js +5 -0
- package/dist/index117.js.map +1 -0
- package/dist/index118.js +5 -0
- package/dist/index118.js.map +1 -0
- package/dist/index119.js +5 -0
- package/dist/index119.js.map +1 -0
- package/dist/index12.js +56 -0
- package/dist/index12.js.map +1 -0
- package/dist/index120.js +5 -0
- package/dist/index120.js.map +1 -0
- package/dist/index121.js +5 -0
- package/dist/index121.js.map +1 -0
- package/dist/index122.js +5 -0
- package/dist/index122.js.map +1 -0
- package/dist/index123.js +5 -0
- package/dist/index123.js.map +1 -0
- package/dist/index124.js +5 -0
- package/dist/index124.js.map +1 -0
- package/dist/index125.js +5 -0
- package/dist/index125.js.map +1 -0
- package/dist/index126.js +5 -0
- package/dist/index126.js.map +1 -0
- package/dist/index127.js +5 -0
- package/dist/index127.js.map +1 -0
- package/dist/index128.js +5 -0
- package/dist/index128.js.map +1 -0
- package/dist/index129.js +5 -0
- package/dist/index129.js.map +1 -0
- package/dist/index13.js +68 -0
- package/dist/index13.js.map +1 -0
- package/dist/index130.js +5 -0
- package/dist/index130.js.map +1 -0
- package/dist/index131.js +5 -0
- package/dist/index131.js.map +1 -0
- package/dist/index132.js +5 -0
- package/dist/index132.js.map +1 -0
- package/dist/index133.js +5 -0
- package/dist/index133.js.map +1 -0
- package/dist/index134.js +5 -0
- package/dist/index134.js.map +1 -0
- package/dist/index135.js +5 -0
- package/dist/index135.js.map +1 -0
- package/dist/index136.js +5 -0
- package/dist/index136.js.map +1 -0
- package/dist/index137.js +5 -0
- package/dist/index137.js.map +1 -0
- package/dist/index138.js +5 -0
- package/dist/index138.js.map +1 -0
- package/dist/index139.js +5 -0
- package/dist/index139.js.map +1 -0
- package/dist/index14.js +73 -0
- package/dist/index14.js.map +1 -0
- package/dist/index140.js +5 -0
- package/dist/index140.js.map +1 -0
- package/dist/index141.js +5 -0
- package/dist/index141.js.map +1 -0
- package/dist/index142.js +5 -0
- package/dist/index142.js.map +1 -0
- package/dist/index143.js +5 -0
- package/dist/index143.js.map +1 -0
- package/dist/index144.js +5 -0
- package/dist/index144.js.map +1 -0
- package/dist/index145.js +5 -0
- package/dist/index145.js.map +1 -0
- package/dist/index146.js +5 -0
- package/dist/index146.js.map +1 -0
- package/dist/index147.js +5 -0
- package/dist/index147.js.map +1 -0
- package/dist/index148.js +5 -0
- package/dist/index148.js.map +1 -0
- package/dist/index149.js +5 -0
- package/dist/index149.js.map +1 -0
- package/dist/index15.js +133 -0
- package/dist/index15.js.map +1 -0
- package/dist/index150.js +5 -0
- package/dist/index150.js.map +1 -0
- package/dist/index151.js +5 -0
- package/dist/index151.js.map +1 -0
- package/dist/index152.js +5 -0
- package/dist/index152.js.map +1 -0
- package/dist/index153.js +5 -0
- package/dist/index153.js.map +1 -0
- package/dist/index154.js +5 -0
- package/dist/index154.js.map +1 -0
- package/dist/index155.js +5 -0
- package/dist/index155.js.map +1 -0
- package/dist/index156.js +5 -0
- package/dist/index156.js.map +1 -0
- package/dist/index157.js +5 -0
- package/dist/index157.js.map +1 -0
- package/dist/index158.js +5 -0
- package/dist/index158.js.map +1 -0
- package/dist/index159.js +5 -0
- package/dist/index159.js.map +1 -0
- package/dist/index16.js +80 -0
- package/dist/index16.js.map +1 -0
- package/dist/index160.js +5 -0
- package/dist/index160.js.map +1 -0
- package/dist/index161.js +5 -0
- package/dist/index161.js.map +1 -0
- package/dist/index162.js +5 -0
- package/dist/index162.js.map +1 -0
- package/dist/index163.js +5 -0
- package/dist/index163.js.map +1 -0
- package/dist/index164.js +5 -0
- package/dist/index164.js.map +1 -0
- package/dist/index165.js +5 -0
- package/dist/index165.js.map +1 -0
- package/dist/index166.js +5 -0
- package/dist/index166.js.map +1 -0
- package/dist/index167.js +5 -0
- package/dist/index167.js.map +1 -0
- package/dist/index168.js +5 -0
- package/dist/index168.js.map +1 -0
- package/dist/index169.js +5 -0
- package/dist/index169.js.map +1 -0
- package/dist/index17.js +59 -0
- package/dist/index17.js.map +1 -0
- package/dist/index170.js +5 -0
- package/dist/index170.js.map +1 -0
- package/dist/index171.js +5 -0
- package/dist/index171.js.map +1 -0
- package/dist/index172.js +5 -0
- package/dist/index172.js.map +1 -0
- package/dist/index173.js +5 -0
- package/dist/index173.js.map +1 -0
- package/dist/index174.js +5 -0
- package/dist/index174.js.map +1 -0
- package/dist/index175.js +5 -0
- package/dist/index175.js.map +1 -0
- package/dist/index176.js +5 -0
- package/dist/index176.js.map +1 -0
- package/dist/index177.js +5 -0
- package/dist/index177.js.map +1 -0
- package/dist/index178.js +5 -0
- package/dist/index178.js.map +1 -0
- package/dist/index179.js +5 -0
- package/dist/index179.js.map +1 -0
- package/dist/index18.js +78 -0
- package/dist/index18.js.map +1 -0
- package/dist/index180.js +5 -0
- package/dist/index180.js.map +1 -0
- package/dist/index181.js +5 -0
- package/dist/index181.js.map +1 -0
- package/dist/index182.js +5 -0
- package/dist/index182.js.map +1 -0
- package/dist/index183.js +5 -0
- package/dist/index183.js.map +1 -0
- package/dist/index184.js +5 -0
- package/dist/index184.js.map +1 -0
- package/dist/index185.js +5 -0
- package/dist/index185.js.map +1 -0
- package/dist/index186.js +5 -0
- package/dist/index186.js.map +1 -0
- package/dist/index187.js +5 -0
- package/dist/index187.js.map +1 -0
- package/dist/index188.js +5 -0
- package/dist/index188.js.map +1 -0
- package/dist/index189.js +5 -0
- package/dist/index189.js.map +1 -0
- package/dist/index19.js +66 -0
- package/dist/index19.js.map +1 -0
- package/dist/index190.js +5 -0
- package/dist/index190.js.map +1 -0
- package/dist/index191.js +5 -0
- package/dist/index191.js.map +1 -0
- package/dist/index192.js +5 -0
- package/dist/index192.js.map +1 -0
- package/dist/index193.js +5 -0
- package/dist/index193.js.map +1 -0
- package/dist/index194.js +33 -0
- package/dist/index194.js.map +1 -0
- package/dist/index195.js +5 -0
- package/dist/index195.js.map +1 -0
- package/dist/index196.js +5 -0
- package/dist/index196.js.map +1 -0
- package/dist/index197.js +27 -0
- package/dist/index197.js.map +1 -0
- package/dist/index198.js +5 -0
- package/dist/index198.js.map +1 -0
- package/dist/index199.js +48 -0
- package/dist/index199.js.map +1 -0
- package/dist/index20.js +70 -0
- package/dist/index20.js.map +1 -0
- package/dist/index200.js +5 -0
- package/dist/index200.js.map +1 -0
- package/dist/index201.js +19 -0
- package/dist/index201.js.map +1 -0
- package/dist/index202.js +5 -0
- package/dist/index202.js.map +1 -0
- package/dist/index203.js +5 -0
- package/dist/index203.js.map +1 -0
- package/dist/index204.js +179 -0
- package/dist/index204.js.map +1 -0
- package/dist/index205.js +27 -0
- package/dist/index205.js.map +1 -0
- package/dist/index206.js +5 -0
- package/dist/index206.js.map +1 -0
- package/dist/index207.js +14 -0
- package/dist/index207.js.map +1 -0
- package/dist/index208.js +5 -0
- package/dist/index208.js.map +1 -0
- package/dist/index209.js +94 -0
- package/dist/index209.js.map +1 -0
- package/dist/index21.js +50 -0
- package/dist/index21.js.map +1 -0
- package/dist/index210.js +5 -0
- package/dist/index210.js.map +1 -0
- package/dist/index211.js +44 -0
- package/dist/index211.js.map +1 -0
- package/dist/index212.js +5 -0
- package/dist/index212.js.map +1 -0
- package/dist/index213.js +9 -0
- package/dist/index213.js.map +1 -0
- package/dist/index214.js +5 -0
- package/dist/index214.js.map +1 -0
- package/dist/index215.js +38 -0
- package/dist/index215.js.map +1 -0
- package/dist/index216.js +52 -0
- package/dist/index216.js.map +1 -0
- package/dist/index217.js +5 -0
- package/dist/index217.js.map +1 -0
- package/dist/index218.js +88 -0
- package/dist/index218.js.map +1 -0
- package/dist/index219.js +5 -0
- package/dist/index219.js.map +1 -0
- package/dist/index22.js +77 -0
- package/dist/index22.js.map +1 -0
- package/dist/index220.js +76 -0
- package/dist/index220.js.map +1 -0
- package/dist/index221.js +5 -0
- package/dist/index221.js.map +1 -0
- package/dist/index222.js +13 -0
- package/dist/index222.js.map +1 -0
- package/dist/index223.js +5 -0
- package/dist/index223.js.map +1 -0
- package/dist/index224.js +29 -0
- package/dist/index224.js.map +1 -0
- package/dist/index225.js +5 -0
- package/dist/index225.js.map +1 -0
- package/dist/index226.js +21 -0
- package/dist/index226.js.map +1 -0
- package/dist/index227.js +5 -0
- package/dist/index227.js.map +1 -0
- package/dist/index228.js +5 -0
- package/dist/index228.js.map +1 -0
- package/dist/index229.js +36 -0
- package/dist/index229.js.map +1 -0
- package/dist/index23.js +95 -0
- package/dist/index23.js.map +1 -0
- package/dist/index230.js +5 -0
- package/dist/index230.js.map +1 -0
- package/dist/index231.js +5 -0
- package/dist/index231.js.map +1 -0
- package/dist/index232.js +5 -0
- package/dist/index232.js.map +1 -0
- package/dist/index233.js +22 -0
- package/dist/index233.js.map +1 -0
- package/dist/index234.js +5 -0
- package/dist/index234.js.map +1 -0
- package/dist/index235.js +19 -0
- package/dist/index235.js.map +1 -0
- package/dist/index236.js +5 -0
- package/dist/index236.js.map +1 -0
- package/dist/index237.js +45 -0
- package/dist/index237.js.map +1 -0
- package/dist/index238.js +5 -0
- package/dist/index238.js.map +1 -0
- package/dist/index239.js +30 -0
- package/dist/index239.js.map +1 -0
- package/dist/index24.js +55 -0
- package/dist/index24.js.map +1 -0
- package/dist/index240.js +5 -0
- package/dist/index240.js.map +1 -0
- package/dist/index241.js +37 -0
- package/dist/index241.js.map +1 -0
- package/dist/index242.js +17 -0
- package/dist/index242.js.map +1 -0
- package/dist/index243.js +5 -0
- package/dist/index243.js.map +1 -0
- package/dist/index244.js +12 -0
- package/dist/index244.js.map +1 -0
- package/dist/index245.js +5 -0
- package/dist/index245.js.map +1 -0
- package/dist/index246.js +8 -0
- package/dist/index246.js.map +1 -0
- package/dist/index247.js +5 -0
- package/dist/index247.js.map +1 -0
- package/dist/index248.js +39 -0
- package/dist/index248.js.map +1 -0
- package/dist/index249.js +5 -0
- package/dist/index249.js.map +1 -0
- package/dist/index25.js +58 -0
- package/dist/index25.js.map +1 -0
- package/dist/index250.js +34 -0
- package/dist/index250.js.map +1 -0
- package/dist/index251.js +5 -0
- package/dist/index251.js.map +1 -0
- package/dist/index252.js +22 -0
- package/dist/index252.js.map +1 -0
- package/dist/index253.js +5 -0
- package/dist/index253.js.map +1 -0
- package/dist/index254.js +5 -0
- package/dist/index254.js.map +1 -0
- package/dist/index255.js +91 -0
- package/dist/index255.js.map +1 -0
- package/dist/index256.js +14 -0
- package/dist/index256.js.map +1 -0
- package/dist/index257.js +5 -0
- package/dist/index257.js.map +1 -0
- package/dist/index258.js +81 -0
- package/dist/index258.js.map +1 -0
- package/dist/index259.js +5 -0
- package/dist/index259.js.map +1 -0
- package/dist/index26.js +271 -0
- package/dist/index26.js.map +1 -0
- package/dist/index260.js +35 -0
- package/dist/index260.js.map +1 -0
- package/dist/index261.js +5 -0
- package/dist/index261.js.map +1 -0
- package/dist/index262.js +12 -0
- package/dist/index262.js.map +1 -0
- package/dist/index263.js +5 -0
- package/dist/index263.js.map +1 -0
- package/dist/index264.js +19 -0
- package/dist/index264.js.map +1 -0
- package/dist/index265.js +5 -0
- package/dist/index265.js.map +1 -0
- package/dist/index266.js +19 -0
- package/dist/index266.js.map +1 -0
- package/dist/index267.js +12 -0
- package/dist/index267.js.map +1 -0
- package/dist/index268.js +58 -0
- package/dist/index268.js.map +1 -0
- package/dist/index269.js +5 -0
- package/dist/index269.js.map +1 -0
- package/dist/index27.js +81 -0
- package/dist/index27.js.map +1 -0
- package/dist/index270.js +13 -0
- package/dist/index270.js.map +1 -0
- package/dist/index271.js +5 -0
- package/dist/index271.js.map +1 -0
- package/dist/index272.js +37 -0
- package/dist/index272.js.map +1 -0
- package/dist/index273.js +5 -0
- package/dist/index273.js.map +1 -0
- package/dist/index274.js +5 -0
- package/dist/index274.js.map +1 -0
- package/dist/index275.js +20 -0
- package/dist/index275.js.map +1 -0
- package/dist/index276.js +5 -0
- package/dist/index276.js.map +1 -0
- package/dist/index277.js +21 -0
- package/dist/index277.js.map +1 -0
- package/dist/index278.js +5 -0
- package/dist/index278.js.map +1 -0
- package/dist/index279.js +5 -0
- package/dist/index279.js.map +1 -0
- package/dist/index28.js +48 -0
- package/dist/index28.js.map +1 -0
- package/dist/index280.js +45 -0
- package/dist/index280.js.map +1 -0
- package/dist/index281.js +103 -0
- package/dist/index281.js.map +1 -0
- package/dist/index282.js +5 -0
- package/dist/index282.js.map +1 -0
- package/dist/index283.js +100 -0
- package/dist/index283.js.map +1 -0
- package/dist/index284.js +5 -0
- package/dist/index284.js.map +1 -0
- package/dist/index285.js +35 -0
- package/dist/index285.js.map +1 -0
- package/dist/index286.js +5 -0
- package/dist/index286.js.map +1 -0
- package/dist/index287.js +54 -0
- package/dist/index287.js.map +1 -0
- package/dist/index288.js +5 -0
- package/dist/index288.js.map +1 -0
- package/dist/index289.js +36 -0
- package/dist/index289.js.map +1 -0
- package/dist/index29.js +68 -0
- package/dist/index29.js.map +1 -0
- package/dist/index290.js +5 -0
- package/dist/index290.js.map +1 -0
- package/dist/index291.js +60 -0
- package/dist/index291.js.map +1 -0
- package/dist/index292.js +5 -0
- package/dist/index292.js.map +1 -0
- package/dist/index293.js +5 -0
- package/dist/index293.js.map +1 -0
- package/dist/index294.js +263 -0
- package/dist/index294.js.map +1 -0
- package/dist/index295.js +5 -0
- package/dist/index295.js.map +1 -0
- package/dist/index296.js +75 -0
- package/dist/index296.js.map +1 -0
- package/dist/index297.js +5 -0
- package/dist/index297.js.map +1 -0
- package/dist/index298.js +69 -0
- package/dist/index298.js.map +1 -0
- package/dist/index299.js +136 -0
- package/dist/index299.js.map +1 -0
- package/dist/index3.js +376 -0
- package/dist/index3.js.map +1 -0
- package/dist/index30.js +42 -0
- package/dist/index30.js.map +1 -0
- package/dist/index300.js +5 -0
- package/dist/index300.js.map +1 -0
- package/dist/index301.js +15 -0
- package/dist/index301.js.map +1 -0
- package/dist/index302.js +5 -0
- package/dist/index302.js.map +1 -0
- package/dist/index303.js +165 -0
- package/dist/index303.js.map +1 -0
- package/dist/index304.js +46 -0
- package/dist/index304.js.map +1 -0
- package/dist/index305.js +84 -0
- package/dist/index305.js.map +1 -0
- package/dist/index306.js +5 -0
- package/dist/index306.js.map +1 -0
- package/dist/index307.js +74 -0
- package/dist/index307.js.map +1 -0
- package/dist/index308.js +5 -0
- package/dist/index308.js.map +1 -0
- package/dist/index309.js +5 -0
- package/dist/index309.js.map +1 -0
- package/dist/index31.js +25 -0
- package/dist/index31.js.map +1 -0
- package/dist/index310.js +84 -0
- package/dist/index310.js.map +1 -0
- package/dist/index311.js +5 -0
- package/dist/index311.js.map +1 -0
- package/dist/index312.js +5 -0
- package/dist/index312.js.map +1 -0
- package/dist/index313.js +77 -0
- package/dist/index313.js.map +1 -0
- package/dist/index314.js +77 -0
- package/dist/index314.js.map +1 -0
- package/dist/index315.js +5 -0
- package/dist/index315.js.map +1 -0
- package/dist/index316.js +20 -0
- package/dist/index316.js.map +1 -0
- package/dist/index317.js +5 -0
- package/dist/index317.js.map +1 -0
- package/dist/index318.js +42 -0
- package/dist/index318.js.map +1 -0
- package/dist/index319.js +5 -0
- package/dist/index319.js.map +1 -0
- package/dist/index32.js +88 -0
- package/dist/index32.js.map +1 -0
- package/dist/index320.js +85 -0
- package/dist/index320.js.map +1 -0
- package/dist/index321.js +5 -0
- package/dist/index321.js.map +1 -0
- package/dist/index322.js +157 -0
- package/dist/index322.js.map +1 -0
- package/dist/index323.js +5 -0
- package/dist/index323.js.map +1 -0
- package/dist/index324.js +12 -0
- package/dist/index324.js.map +1 -0
- package/dist/index325.js +5 -0
- package/dist/index325.js.map +1 -0
- package/dist/index326.js +97 -0
- package/dist/index326.js.map +1 -0
- package/dist/index327.js +5 -0
- package/dist/index327.js.map +1 -0
- package/dist/index328.js +5 -0
- package/dist/index328.js.map +1 -0
- package/dist/index329.js +240 -0
- package/dist/index329.js.map +1 -0
- package/dist/index33.js +90 -0
- package/dist/index33.js.map +1 -0
- package/dist/index330.js +12 -0
- package/dist/index330.js.map +1 -0
- package/dist/index331.js +5 -0
- package/dist/index331.js.map +1 -0
- package/dist/index332.js +62 -0
- package/dist/index332.js.map +1 -0
- package/dist/index333.js +5 -0
- package/dist/index333.js.map +1 -0
- package/dist/index334.js +12 -0
- package/dist/index334.js.map +1 -0
- package/dist/index335.js +5 -0
- package/dist/index335.js.map +1 -0
- package/dist/index336.js +18 -0
- package/dist/index336.js.map +1 -0
- package/dist/index337.js +5 -0
- package/dist/index337.js.map +1 -0
- package/dist/index338.js +5 -0
- package/dist/index338.js.map +1 -0
- package/dist/index339.js +95 -0
- package/dist/index339.js.map +1 -0
- package/dist/index34.js +66 -0
- package/dist/index34.js.map +1 -0
- package/dist/index340.js +24 -0
- package/dist/index340.js.map +1 -0
- package/dist/index341.js +5 -0
- package/dist/index341.js.map +1 -0
- package/dist/index342.js +87 -0
- package/dist/index342.js.map +1 -0
- package/dist/index343.js +5 -0
- package/dist/index343.js.map +1 -0
- package/dist/index344.js +21 -0
- package/dist/index344.js.map +1 -0
- package/dist/index345.js +5 -0
- package/dist/index345.js.map +1 -0
- package/dist/index346.js +271 -0
- package/dist/index346.js.map +1 -0
- package/dist/index347.js +5 -0
- package/dist/index347.js.map +1 -0
- package/dist/index348.js +5 -0
- package/dist/index348.js.map +1 -0
- package/dist/index349.js +42 -0
- package/dist/index349.js.map +1 -0
- package/dist/index35.js +60 -0
- package/dist/index35.js.map +1 -0
- package/dist/index350.js +8 -0
- package/dist/index350.js.map +1 -0
- package/dist/index351.js +5 -0
- package/dist/index351.js.map +1 -0
- package/dist/index352.js +28 -0
- package/dist/index352.js.map +1 -0
- package/dist/index353.js +17 -0
- package/dist/index353.js.map +1 -0
- package/dist/index354.js +31 -0
- package/dist/index354.js.map +1 -0
- package/dist/index355.js +69 -0
- package/dist/index355.js.map +1 -0
- package/dist/index356.js +67 -0
- package/dist/index356.js.map +1 -0
- package/dist/index357.js +35 -0
- package/dist/index357.js.map +1 -0
- package/dist/index358.js +232 -0
- package/dist/index358.js.map +1 -0
- package/dist/index359.js +28 -0
- package/dist/index359.js.map +1 -0
- package/dist/index36.js +60 -0
- package/dist/index36.js.map +1 -0
- package/dist/index360.js +38 -0
- package/dist/index360.js.map +1 -0
- package/dist/index361.js +149 -0
- package/dist/index361.js.map +1 -0
- package/dist/index362.js +133 -0
- package/dist/index362.js.map +1 -0
- package/dist/index37.js +142 -0
- package/dist/index37.js.map +1 -0
- package/dist/index38.js +278 -0
- package/dist/index38.js.map +1 -0
- package/dist/index39.js +167 -0
- package/dist/index39.js.map +1 -0
- package/dist/index4.js +114 -0
- package/dist/index4.js.map +1 -0
- package/dist/index40.js +422 -0
- package/dist/index40.js.map +1 -0
- package/dist/index41.js +109 -0
- package/dist/index41.js.map +1 -0
- package/dist/index42.js +58 -0
- package/dist/index42.js.map +1 -0
- package/dist/index43.js +70 -0
- package/dist/index43.js.map +1 -0
- package/dist/index44.js +32 -0
- package/dist/index44.js.map +1 -0
- package/dist/index45.js +50 -0
- package/dist/index45.js.map +1 -0
- package/dist/index46.js +54 -0
- package/dist/index46.js.map +1 -0
- package/dist/index47.js +46 -0
- package/dist/index47.js.map +1 -0
- package/dist/index48.js +96 -0
- package/dist/index48.js.map +1 -0
- package/dist/index49.js +319 -0
- package/dist/index49.js.map +1 -0
- package/dist/index5.js +55 -0
- package/dist/index5.js.map +1 -0
- package/dist/index50.js +65 -0
- package/dist/index50.js.map +1 -0
- package/dist/index51.js +139 -0
- package/dist/index51.js.map +1 -0
- package/dist/index52.js +75 -0
- package/dist/index52.js.map +1 -0
- package/dist/index53.js +100 -0
- package/dist/index53.js.map +1 -0
- package/dist/index54.js +299 -0
- package/dist/index54.js.map +1 -0
- package/dist/index55.js +167 -0
- package/dist/index55.js.map +1 -0
- package/dist/index56.js +98 -0
- package/dist/index56.js.map +1 -0
- package/dist/index57.js +167 -0
- package/dist/index57.js.map +1 -0
- package/dist/index58.js +188 -0
- package/dist/index58.js.map +1 -0
- package/dist/index59.js +371 -0
- package/dist/index59.js.map +1 -0
- package/dist/index6.js +75 -0
- package/dist/index6.js.map +1 -0
- package/dist/index60.js +111 -0
- package/dist/index60.js.map +1 -0
- package/dist/index61.js +217 -0
- package/dist/index61.js.map +1 -0
- package/dist/index62.js +147 -0
- package/dist/index62.js.map +1 -0
- package/dist/index63.js +317 -0
- package/dist/index63.js.map +1 -0
- package/dist/index64.js +312 -0
- package/dist/index64.js.map +1 -0
- package/dist/index65.js +119 -0
- package/dist/index65.js.map +1 -0
- package/dist/index66.js +196 -0
- package/dist/index66.js.map +1 -0
- package/dist/index67.js +105 -0
- package/dist/index67.js.map +1 -0
- package/dist/index68.js +118 -0
- package/dist/index68.js.map +1 -0
- package/dist/index69.js +187 -0
- package/dist/index69.js.map +1 -0
- package/dist/index7.js +60 -0
- package/dist/index7.js.map +1 -0
- package/dist/index70.js +85 -0
- package/dist/index70.js.map +1 -0
- package/dist/index71.js +155 -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 +84 -0
- package/dist/react/lib-accordion-item.tsx +27 -0
- package/dist/react/lib-accordion.tsx +25 -0
- package/dist/react/lib-alert.tsx +27 -0
- package/dist/react/lib-aspect-ratio.tsx +25 -0
- package/dist/react/lib-avatar.tsx +25 -0
- package/dist/react/lib-background.tsx +25 -0
- package/dist/react/lib-badge.tsx +25 -0
- package/dist/react/lib-bento-grid.tsx +25 -0
- package/dist/react/lib-bento-item.tsx +25 -0
- package/dist/react/lib-breadcrumb.tsx +27 -0
- package/dist/react/lib-burger.tsx +27 -0
- package/dist/react/lib-button-group.tsx +27 -0
- package/dist/react/lib-button-liquid.tsx +27 -0
- package/dist/react/lib-button-sep.tsx +25 -0
- package/dist/react/lib-button-split.tsx +28 -0
- package/dist/react/lib-button.tsx +28 -0
- package/dist/react/lib-card.tsx +27 -0
- package/dist/react/lib-carousel.tsx +27 -0
- package/dist/react/lib-checkbox-card.tsx +27 -0
- package/dist/react/lib-checkbox.tsx +27 -0
- package/dist/react/lib-chip.tsx +28 -0
- package/dist/react/lib-close-button.tsx +27 -0
- package/dist/react/lib-code-block.tsx +25 -0
- package/dist/react/lib-color-picker.tsx +29 -0
- package/dist/react/lib-color-scale.tsx +25 -0
- package/dist/react/lib-color-swatches.tsx +27 -0
- package/dist/react/lib-component-grid.tsx +25 -0
- package/dist/react/lib-content-pillar.tsx +25 -0
- package/dist/react/lib-copy-button.tsx +27 -0
- package/dist/react/lib-counter.tsx +25 -0
- package/dist/react/lib-cursor-follower.tsx +25 -0
- package/dist/react/lib-data-table.tsx +30 -0
- package/dist/react/lib-dialog.tsx +27 -0
- package/dist/react/lib-display-heading.tsx +25 -0
- package/dist/react/lib-divider.tsx +25 -0
- package/dist/react/lib-drawer.tsx +27 -0
- package/dist/react/lib-dropdown.tsx +28 -0
- package/dist/react/lib-empty-state.tsx +25 -0
- package/dist/react/lib-eyebrow.tsx +25 -0
- package/dist/react/lib-file-uploader.tsx +31 -0
- package/dist/react/lib-footer.tsx +27 -0
- package/dist/react/lib-glass-card.tsx +25 -0
- package/dist/react/lib-header.tsx +29 -0
- package/dist/react/lib-horizontal-scroll-section.tsx +27 -0
- package/dist/react/lib-icon.tsx +25 -0
- package/dist/react/lib-input.tsx +27 -0
- package/dist/react/lib-kbd.tsx +25 -0
- package/dist/react/lib-label.tsx +25 -0
- package/dist/react/lib-magnetic.tsx +25 -0
- package/dist/react/lib-modal.tsx +27 -0
- package/dist/react/lib-pagination.tsx +27 -0
- package/dist/react/lib-parallax-container.tsx +25 -0
- package/dist/react/lib-parallax-text-stack.tsx +25 -0
- package/dist/react/lib-progress-circle.tsx +25 -0
- package/dist/react/lib-progress.tsx +25 -0
- package/dist/react/lib-quote.tsx +25 -0
- package/dist/react/lib-radio.tsx +27 -0
- package/dist/react/lib-range-slider.tsx +27 -0
- package/dist/react/lib-rating.tsx +27 -0
- package/dist/react/lib-reading-progress.tsx +25 -0
- package/dist/react/lib-ripple.tsx +25 -0
- package/dist/react/lib-segmented-control.tsx +27 -0
- package/dist/react/lib-select-option.tsx +27 -0
- package/dist/react/lib-select.tsx +30 -0
- package/dist/react/lib-sidebar.tsx +29 -0
- package/dist/react/lib-skeleton.tsx +25 -0
- package/dist/react/lib-spacer.tsx +25 -0
- package/dist/react/lib-spinner.tsx +25 -0
- package/dist/react/lib-spotlight-card.tsx +25 -0
- package/dist/react/lib-stagger-container.tsx +28 -0
- package/dist/react/lib-status-dot.tsx +25 -0
- package/dist/react/lib-step.tsx +25 -0
- package/dist/react/lib-stepper.tsx +27 -0
- package/dist/react/lib-switch.tsx +27 -0
- package/dist/react/lib-tabs.tsx +27 -0
- package/dist/react/lib-text-glitch.tsx +25 -0
- package/dist/react/lib-text-list.tsx +28 -0
- package/dist/react/lib-timeline-item.tsx +25 -0
- package/dist/react/lib-timeline.tsx +25 -0
- package/dist/react/lib-toast-manager.tsx +25 -0
- package/dist/react/lib-tooltip.tsx +25 -0
- package/dist/react/lib-tree-select.tsx +28 -0
- package/dist/react/lib-visually-hidden.tsx +25 -0
- package/dist/react/types.ts +26 -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-glitch/lib-text-glitch.component.d.ts +60 -0
- package/dist/src/components/atoms/text-glitch/lib-text-glitch.component.d.ts.map +1 -0
- package/dist/src/components/atoms/text-glitch/lib-text-glitch.html.d.ts +18 -0
- package/dist/src/components/atoms/text-glitch/lib-text-glitch.html.d.ts.map +1 -0
- package/dist/src/components/atoms/text-glitch/lib-text-glitch.stories.d.ts +17 -0
- package/dist/src/components/atoms/text-glitch/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/tests/example.spec.d.ts +2 -0
- package/dist/tests/example.spec.d.ts.map +1 -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/dist/vitest.unit.config.d.ts +3 -0
- package/dist/vitest.unit.config.d.ts.map +1 -0
- package/package.json +122 -0
package/README.md
ADDED
|
@@ -0,0 +1,1085 @@
|
|
|
1
|
+
# @shibui/ui 🎌
|
|
2
|
+
|
|
3
|
+
Librería de componentes UI agnóstica construida con **Web Components** y **Lit**.
|
|
4
|
+
Inspirada en el concepto japonés *shibui* (渋い) — belleza simple, sutil y duradera.
|
|
5
|
+
|
|
6
|
+
## 🎯 Visión
|
|
7
|
+
|
|
8
|
+
Arquitectura Senior ejecutada en etapas Junior-friendly.
|
|
9
|
+
|
|
10
|
+
## 🏗️ Pilares Técnicos
|
|
11
|
+
|
|
12
|
+
1. **TypeScript Estricto** — `exactOptionalPropertyTypes`, tipado explícito en todos los métodos.
|
|
13
|
+
2. **CSS Nativo Moderno** — CSS custom properties con `@layer` sin dependencias pesadas.
|
|
14
|
+
3. **Arquitectura Modular** — Tree-shaking real mediante `preserveModules`.
|
|
15
|
+
4. **Agnóstica** — Sin dependencias de framework. Funciona en React, Angular, Svelte y Vanilla JS.
|
|
16
|
+
5. **Accesibilidad (a11y)** — WAI-ARIA desde el inicio.
|
|
17
|
+
|
|
18
|
+
## ✨ Características
|
|
19
|
+
|
|
20
|
+
- **Ligera** — Solo ~5-6 KB (Lit como peer dependency).
|
|
21
|
+
- **Modular** — Importa solo lo que uses.
|
|
22
|
+
- **Tokens** — Sistema de design tokens `--lib-*` con paleta OKLCH y efectos glass/spotlight.
|
|
23
|
+
|
|
24
|
+
## 📦 Instalación
|
|
25
|
+
|
|
26
|
+
`lit` es una **peer dependency** obligatoria.
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
# npm
|
|
30
|
+
npm install @shibui/ui lit
|
|
31
|
+
|
|
32
|
+
# yarn
|
|
33
|
+
yarn add @shibui/ui lit
|
|
34
|
+
|
|
35
|
+
# pnpm
|
|
36
|
+
pnpm add @shibui/ui lit
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
## 🎨 Configuración de estilos
|
|
40
|
+
|
|
41
|
+
Importa los tokens globales en tu punto de entrada:
|
|
42
|
+
|
|
43
|
+
```ts
|
|
44
|
+
import '@shibui/ui/styles';
|
|
45
|
+
// o solo los tokens CSS
|
|
46
|
+
import '@shibui/ui/tokens';
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## 🚀 Uso básico
|
|
50
|
+
|
|
51
|
+
```ts
|
|
52
|
+
// Web Components estándar
|
|
53
|
+
import '@shibui/ui';
|
|
54
|
+
|
|
55
|
+
// Wrappers por framework
|
|
56
|
+
import { LibButton } from '@shibui/ui/react';
|
|
57
|
+
import { LibButton } from '@shibui/ui/angular';
|
|
58
|
+
// Svelte — los tipos se cargan automáticamente desde @shibui/ui/svelte
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
```html
|
|
62
|
+
<lib-button variant="primary">Hola Shibui</lib-button>
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
## 📤 Exports disponibles
|
|
66
|
+
|
|
67
|
+
| Import | Descripción |
|
|
68
|
+
|---|---|
|
|
69
|
+
| `@shibui/ui` | Web Components estándar |
|
|
70
|
+
| `@shibui/ui/react` | Wrappers tipados para React |
|
|
71
|
+
| `@shibui/ui/angular` | Wrappers para Angular |
|
|
72
|
+
| `@shibui/ui/svelte` | Definiciones de tipos para Svelte |
|
|
73
|
+
| `@shibui/ui/tokens` | Solo tokens CSS (`--lib-*`) |
|
|
74
|
+
| `@shibui/ui/styles` | Estilos globales completos |
|
|
75
|
+
|
|
76
|
+
## 📖 Documentación
|
|
77
|
+
|
|
78
|
+
Storybook desplegado en Firebase Hosting — disponible en cada PR vía CI/CD.
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
# Shibui UI — Components Registry
|
|
82
|
+
> Referencia de agente · `@shibui/ui` · Auto-uso en proyectos consumidores
|
|
83
|
+
|
|
84
|
+
Versión del registro: `1.0.0` — Sincronizado con `packages/shibui-ui/src/index.ts`
|
|
85
|
+
|
|
86
|
+
## Cómo usar este fichero
|
|
87
|
+
|
|
88
|
+
Este fichero está pensado para que agentes Claude que trabajen en **proyectos que consumen** `@shibui/ui` (app-react, app-angular, app-svelte, proyectos externos) puedan conocer de un vistazo todos los componentes disponibles, su nombre de importación, tag HTML y variantes principales.
|
|
89
|
+
|
|
90
|
+
### Notación de importación
|
|
91
|
+
|
|
92
|
+
```ts
|
|
93
|
+
// Web Component estándar (Lit, Angular, Svelte, Vanilla)
|
|
94
|
+
import '@shibui/ui';
|
|
95
|
+
// → usa el tag HTML: <lib-button variant="primary">
|
|
96
|
+
|
|
97
|
+
// React wrapper (PascalCase)
|
|
98
|
+
import { LibButton } from '@shibui/ui/react';
|
|
99
|
+
// → usa JSX: <LibButton variant="primary" />
|
|
100
|
+
|
|
101
|
+
// Solo tokens CSS
|
|
102
|
+
import '@shibui/ui/tokens';
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
### Binding de props en React
|
|
106
|
+
|
|
107
|
+
```tsx
|
|
108
|
+
// Props primitivas → attribute binding normal
|
|
109
|
+
<LibButton variant="primary" size="md" disabled />
|
|
110
|
+
|
|
111
|
+
// Props de array/objeto → property binding con punto en Lit nativo
|
|
112
|
+
// En React wrapper esto es automático:
|
|
113
|
+
<LibSidebar links={LINKS} />
|
|
114
|
+
|
|
115
|
+
// Eventos → prefijo onUiLib + PascalCase del nombre del evento
|
|
116
|
+
// ui-lib-click → onUiLibClick
|
|
117
|
+
// ui-lib-tab-change → onUiLibTabChange
|
|
118
|
+
<LibButton onUiLibClick={(e: CustomEvent) => console.log(e.detail)} />
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
---
|
|
122
|
+
|
|
123
|
+
## Tokens de diseño (CSS custom properties)
|
|
124
|
+
|
|
125
|
+
> Importar con `@shibui/ui/tokens` o `import '@shibui/ui/tokens'`
|
|
126
|
+
|
|
127
|
+
### Colores primitivos
|
|
128
|
+
| Token | Valor | Uso |
|
|
129
|
+
|---|---|---|
|
|
130
|
+
| `--color-washi-50` | `#FAF7F4` | Fondo base claro |
|
|
131
|
+
| `--color-washi-900` | `#221C16` | Fondo inverse / texto |
|
|
132
|
+
| `--color-washi-950` | `#120E0A` | Fondo oscuro total |
|
|
133
|
+
| `--color-kaki-400` | `#D97234` | Acento cálido claro |
|
|
134
|
+
| `--color-kaki-500` | `#B85A1E` | Acento principal |
|
|
135
|
+
| `--color-celadon-400` | `#4E9482` | Acento jade / info |
|
|
136
|
+
| `--color-celadon-500` | `#357164` | Acento jade oscuro |
|
|
137
|
+
|
|
138
|
+
### Tokens semánticos
|
|
139
|
+
| Token | Light | Dark |
|
|
140
|
+
|---|---|---|
|
|
141
|
+
| `--bg-base` | washi-50 | washi-950 |
|
|
142
|
+
| `--bg-surface` | washi-100 | washi-900 |
|
|
143
|
+
| `--bg-elevated` | #fff | washi-800 |
|
|
144
|
+
| `--text-primary` | washi-900 | washi-50 |
|
|
145
|
+
| `--text-secondary` | washi-600 | washi-400 |
|
|
146
|
+
| `--text-muted` | washi-400 | washi-600 |
|
|
147
|
+
| `--text-accent` | kaki-500 | kaki-300 |
|
|
148
|
+
| `--border-subtle` | washi-200 | washi-800 |
|
|
149
|
+
| `--border-default` | washi-300 | washi-700 |
|
|
150
|
+
|
|
151
|
+
### Tipografía
|
|
152
|
+
| Token | Valor |
|
|
153
|
+
|---|---|
|
|
154
|
+
| `--lib-font-display` | `"Cormorant Garamond", serif` |
|
|
155
|
+
| `--lib-font-body` | `"Shippori Mincho", serif` |
|
|
156
|
+
| `--lib-font-mono` | `"DM Mono", monospace` |
|
|
157
|
+
|
|
158
|
+
### Espaciado (base 4px)
|
|
159
|
+
| Token | Valor |
|
|
160
|
+
|---|---|
|
|
161
|
+
| `--lib-space-xs` | `0.25rem` (4px) |
|
|
162
|
+
| `--lib-space-sm` | `0.5rem` (8px) |
|
|
163
|
+
| `--lib-space-md` | `1rem` (16px) ★ estándar |
|
|
164
|
+
| `--lib-space-lg` | `1.5rem` (24px) |
|
|
165
|
+
| `--lib-space-xl` | `2rem` (32px) |
|
|
166
|
+
|
|
167
|
+
### Escalas tipográficas
|
|
168
|
+
`--text-xs` (11px) · `--text-sm` (13px) · `--text-base` (15px) · `--text-md` (17px) · `--text-lg` (20px) · `--text-xl` (24px) · `--text-2xl` (32px) · `--text-3xl` (44px) · `--text-4xl` (60px) · `--text-5xl` (80px)
|
|
169
|
+
|
|
170
|
+
---
|
|
171
|
+
|
|
172
|
+
## Átomos
|
|
173
|
+
|
|
174
|
+
Elementos indivisibles, sin estado interno. Reciben datos vía props y emiten eventos custom.
|
|
175
|
+
|
|
176
|
+
### `lib-accordion-item` · `LibAccordionItem`
|
|
177
|
+
Ítem individual colapsable.
|
|
178
|
+
```tsx
|
|
179
|
+
<LibAccordionItem label="Pregunta aquí">
|
|
180
|
+
<p>Contenido del panel</p>
|
|
181
|
+
</LibAccordionItem>
|
|
182
|
+
```
|
|
183
|
+
**Props:** `label: string`
|
|
184
|
+
|
|
185
|
+
---
|
|
186
|
+
|
|
187
|
+
### `lib-aspect-ratio` · `LibAspectRatio`
|
|
188
|
+
Contenedor que mantiene relación de aspecto fija.
|
|
189
|
+
```tsx
|
|
190
|
+
<LibAspectRatio ratio="16/9">
|
|
191
|
+
<img src="..." />
|
|
192
|
+
</LibAspectRatio>
|
|
193
|
+
```
|
|
194
|
+
**Props:** `ratio: string` (ej: `"16/9"`, `"1/1"`, `"4/3"`)
|
|
195
|
+
|
|
196
|
+
---
|
|
197
|
+
|
|
198
|
+
### `lib-avatar` · `LibAvatar`
|
|
199
|
+
Imagen de perfil con fallback a iniciales.
|
|
200
|
+
```tsx
|
|
201
|
+
<LibAvatar name="Alejandro Borbalán" src="/profile.webp" size="md" shape="circle" />
|
|
202
|
+
```
|
|
203
|
+
**Props:** `name?: string` · `src?: string` · `size?: 'sm'|'md'|'lg'|'xl'` · `shape?: 'circle'|'square'|'squircle'`
|
|
204
|
+
|
|
205
|
+
---
|
|
206
|
+
|
|
207
|
+
### `lib-background` · `LibBackground`
|
|
208
|
+
Contenedor con variantes de fondo visual.
|
|
209
|
+
```tsx
|
|
210
|
+
<LibBackground variant="midnight">
|
|
211
|
+
{/* contenido */}
|
|
212
|
+
</LibBackground>
|
|
213
|
+
```
|
|
214
|
+
**Props:** `variant: 'midnight'|'ash-grid'|'paper'|'dark'|...`
|
|
215
|
+
|
|
216
|
+
---
|
|
217
|
+
|
|
218
|
+
### `lib-badge` · `LibBadge`
|
|
219
|
+
Indicador visual pequeño para estado, notificaciones o etiquetas.
|
|
220
|
+
```tsx
|
|
221
|
+
<LibBadge variant="accent" dot>12</LibBadge>
|
|
222
|
+
<LibBadge variant="success" pill>Activo</LibBadge>
|
|
223
|
+
```
|
|
224
|
+
**Props:** `variant: 'default'|'accent'|'celadon'|'dark'|'error'|'success'|'warning'` · `dot?: boolean` · `pill?: boolean`
|
|
225
|
+
|
|
226
|
+
---
|
|
227
|
+
|
|
228
|
+
### `lib-bento-item` · `LibBentoItem`
|
|
229
|
+
Celda para composiciones bento grid.
|
|
230
|
+
**Props:** `span?: number` · `variant?: string`
|
|
231
|
+
|
|
232
|
+
---
|
|
233
|
+
|
|
234
|
+
### `lib-burger-button` · `LibBurger`
|
|
235
|
+
Botón hamburguesa con variantes de animación.
|
|
236
|
+
```tsx
|
|
237
|
+
<LibBurger variant="kintsugi" />
|
|
238
|
+
```
|
|
239
|
+
**Props:** `variant: 'ink'|'kanji'|'washi'|'framed'|'kintsugi'|'glitch'` · `open?: boolean`
|
|
240
|
+
**Eventos:** `onUiLibBurgerToggle`
|
|
241
|
+
|
|
242
|
+
---
|
|
243
|
+
|
|
244
|
+
### `lib-button` · `LibButton`
|
|
245
|
+
Elemento interactivo base.
|
|
246
|
+
```tsx
|
|
247
|
+
<LibButton variant="primary" size="md" disabled={false}>
|
|
248
|
+
Texto del botón
|
|
249
|
+
</LibButton>
|
|
250
|
+
```
|
|
251
|
+
**Props:** `variant: 'default'|'primary'|'secondary'|'ghost'|'accent'|'danger'` · `size: 'sm'|'md'|'lg'|'xl'` · `disabled?: boolean` · `loading?: boolean`
|
|
252
|
+
**Slots:** `prefix` · `suffix`
|
|
253
|
+
**Eventos:** `onUiLibClick`
|
|
254
|
+
|
|
255
|
+
---
|
|
256
|
+
|
|
257
|
+
### `lib-card` · `LibCard`
|
|
258
|
+
Contenedor para agrupar contenido relacionado.
|
|
259
|
+
```tsx
|
|
260
|
+
<LibCard variant="kintsugi" kanji="渋">
|
|
261
|
+
<span slot="tag">01</span>
|
|
262
|
+
<h3 slot="title">Título</h3>
|
|
263
|
+
<p>Descripción del contenido</p>
|
|
264
|
+
<span slot="footer">Categoría</span>
|
|
265
|
+
</LibCard>
|
|
266
|
+
```
|
|
267
|
+
**Props:** `variant: 'default'|'inverse'|'accent'|'featured'|'kintsugi'|'glitch'|'celadon'|'washi'` · `kanji?: string` · `clickable?: boolean`
|
|
268
|
+
**Slots:** `tag` · `title` · `footer` · `default`
|
|
269
|
+
**Eventos:** `onUiLibCardClick` (cuando `clickable`)
|
|
270
|
+
|
|
271
|
+
---
|
|
272
|
+
|
|
273
|
+
### `lib-card-grid` · `LibComponentGrid`
|
|
274
|
+
Grid de cards auto-responsivo.
|
|
275
|
+
```tsx
|
|
276
|
+
<LibComponentGrid style={{ '--cg-cols': 'repeat(3, 1fr)' }}>
|
|
277
|
+
<LibCard>...</LibCard>
|
|
278
|
+
</LibComponentGrid>
|
|
279
|
+
```
|
|
280
|
+
**CSS vars:** `--cg-cols` · `--cg-gap`
|
|
281
|
+
|
|
282
|
+
---
|
|
283
|
+
|
|
284
|
+
### `lib-checkbox` · `LibCheckbox`
|
|
285
|
+
Control de selección binaria.
|
|
286
|
+
```tsx
|
|
287
|
+
<LibCheckbox
|
|
288
|
+
variant="kaki"
|
|
289
|
+
label="Acepto los términos"
|
|
290
|
+
sublabel="Texto secundario"
|
|
291
|
+
checked={value}
|
|
292
|
+
onChange={(e: CustomEvent) => setValue(e.detail.checked)}
|
|
293
|
+
/>
|
|
294
|
+
```
|
|
295
|
+
**Props:** `variant: 'default'|'kaki'|'error'` · `label?: string` · `sublabel?: string` · `checked?: boolean` · `disabled?: boolean` · `indeterminate?: boolean`
|
|
296
|
+
**Eventos:** `onUiLibCheckboxChange` → `detail: { checked: boolean }`
|
|
297
|
+
|
|
298
|
+
---
|
|
299
|
+
|
|
300
|
+
### `lib-close-button` · `LibCloseButton`
|
|
301
|
+
Botón de cierre semántico.
|
|
302
|
+
```tsx
|
|
303
|
+
<LibCloseButton libClose={(e: CustomEvent) => handleClose()} />
|
|
304
|
+
```
|
|
305
|
+
**Eventos:** `onLibClose`
|
|
306
|
+
|
|
307
|
+
---
|
|
308
|
+
|
|
309
|
+
### `lib-code-block` · `LibCodeBlock`
|
|
310
|
+
Bloque de código con clipboard y variante ghost.
|
|
311
|
+
```tsx
|
|
312
|
+
<LibCodeBlock language="typescript" variant="default">
|
|
313
|
+
{`const x = 'shibui';`}
|
|
314
|
+
</LibCodeBlock>
|
|
315
|
+
```
|
|
316
|
+
**Props:** `language?: string` · `variant?: 'default'|'ghost'`
|
|
317
|
+
|
|
318
|
+
---
|
|
319
|
+
|
|
320
|
+
### `lib-color-scale` · `LibColorScale`
|
|
321
|
+
Muestra interactiva de escala de color con hover-expand.
|
|
322
|
+
**Props:** `colors: Array<{token: string, value: string, step: string}>`
|
|
323
|
+
|
|
324
|
+
---
|
|
325
|
+
|
|
326
|
+
### `lib-content-pillar` · `LibContentPillar`
|
|
327
|
+
Bloque de contenido editorial con kanji decorativo.
|
|
328
|
+
**Slots:** `eyebrow` · `title` · `body`
|
|
329
|
+
|
|
330
|
+
---
|
|
331
|
+
|
|
332
|
+
### `lib-copy-button` · `LibCopyButton`
|
|
333
|
+
Botón para copiar al portapapeles.
|
|
334
|
+
```tsx
|
|
335
|
+
<LibCopyButton value="texto a copiar" />
|
|
336
|
+
```
|
|
337
|
+
**Props:** `value: string` · `label?: string`
|
|
338
|
+
**Eventos:** `onUiLibCopy`
|
|
339
|
+
|
|
340
|
+
---
|
|
341
|
+
|
|
342
|
+
### `lib-counter` · `LibCounter`
|
|
343
|
+
Contador animado con efecto digit-flip.
|
|
344
|
+
```tsx
|
|
345
|
+
<LibCounter value={66} suffix="+" prefix="" tone="on-dark" play-on-visible />
|
|
346
|
+
```
|
|
347
|
+
**Props:** `value: number` · `suffix?: string` · `prefix?: string` · `thousands?: string` · `size?: 'sm'|'md'|'lg'` · `tone?: 'default'|'on-dark'` · `play-on-visible?: boolean`
|
|
348
|
+
|
|
349
|
+
---
|
|
350
|
+
|
|
351
|
+
### `lib-display-heading` · `LibDisplayHeading`
|
|
352
|
+
Heading editorial con Cormorant Garamond.
|
|
353
|
+
**Props:** `level?: 1|2|3|4` · `size?: string` · `accent?: string`
|
|
354
|
+
|
|
355
|
+
---
|
|
356
|
+
|
|
357
|
+
### `lib-divider` · `LibDivider`
|
|
358
|
+
Separador visual entre secciones.
|
|
359
|
+
```tsx
|
|
360
|
+
<LibDivider orientation="horizontal" style-variant="hairline">
|
|
361
|
+
texto opcional
|
|
362
|
+
</LibDivider>
|
|
363
|
+
```
|
|
364
|
+
**Props:** `orientation?: 'horizontal'|'vertical'` · `style-variant?: 'default'|'hairline'|'strong'`
|
|
365
|
+
|
|
366
|
+
---
|
|
367
|
+
|
|
368
|
+
### `lib-eyebrow` · `LibEyebrow`
|
|
369
|
+
Etiqueta eyebrow con tracking wide para secciones.
|
|
370
|
+
```tsx
|
|
371
|
+
<LibEyebrow color="kaki" size="sm">Design Tokens · v1.0</LibEyebrow>
|
|
372
|
+
```
|
|
373
|
+
**Props:** `color?: 'default'|'kaki'|'dark'|'celadon'` · `size?: 'sm'|'md'`
|
|
374
|
+
|
|
375
|
+
---
|
|
376
|
+
|
|
377
|
+
### `lib-glass-card` · `LibGlassCard`
|
|
378
|
+
Card con efecto glassmorphism (Efecto Agua).
|
|
379
|
+
```tsx
|
|
380
|
+
<LibGlassCard variant="water">Contenido</LibGlassCard>
|
|
381
|
+
```
|
|
382
|
+
**Props:** `variant?: 'paper'|'water'|'kaki'` · `intensity?: 'low'|'md'|'high'`
|
|
383
|
+
|
|
384
|
+
---
|
|
385
|
+
|
|
386
|
+
### `lib-icon` · `LibIcon`
|
|
387
|
+
Símbolo visual — wrapper de Phosphor Icons.
|
|
388
|
+
```tsx
|
|
389
|
+
<LibIcon name="heart" size="md" variant="primary" />
|
|
390
|
+
```
|
|
391
|
+
**Props:** `name: string` · `size?: 'sm'|'md'|'lg'|'xl'|number` · `variant?: 'default'|'primary'|'success'|'danger'|'warning'`
|
|
392
|
+
|
|
393
|
+
Iconos disponibles (nombres clave): `arrow-down/up/left/right` · `home` · `copy` · `save` · `edit` · `download` · `upload` · `share` · `link` · `bell` · `mail` · `phone` · `lock` · `unlock` · `shield` · `key` · `github` · `linkedin` · `twitter` · `trash` · `book` · `flask` · `chart-line` · `chart-pie` · `business` · `location` · `compass` · `globe` · `time` · `timer` · `health` · `sun` · `moon` · `coffee` · `gift` · `trophy` · `award` · `idea` · `more` · `menu` · `x` · `x-circle` · `play` · `pause` · `camera` · `image` · `folder` · `file`
|
|
394
|
+
|
|
395
|
+
---
|
|
396
|
+
|
|
397
|
+
### `lib-kbd` · `LibKbd`
|
|
398
|
+
Representación de tecla de teclado.
|
|
399
|
+
```tsx
|
|
400
|
+
<LibKbd>⌘K</LibKbd>
|
|
401
|
+
```
|
|
402
|
+
|
|
403
|
+
---
|
|
404
|
+
|
|
405
|
+
### `lib-label` · `LibLabel`
|
|
406
|
+
Etiqueta de texto para inputs.
|
|
407
|
+
```tsx
|
|
408
|
+
<LibLabel required>Email</LibLabel>
|
|
409
|
+
```
|
|
410
|
+
**Props:** `required?: boolean` · `for?: string`
|
|
411
|
+
|
|
412
|
+
---
|
|
413
|
+
|
|
414
|
+
### `lib-liquid-button` · `LibLiquidButton`
|
|
415
|
+
Botón con efecto líquido interactivo.
|
|
416
|
+
**Props:** `variant?: string` · `label?: string`
|
|
417
|
+
|
|
418
|
+
---
|
|
419
|
+
|
|
420
|
+
### `lib-magnetic` · `LibMagnetic`
|
|
421
|
+
Efecto magnético de atracción al cursor sobre su contenido.
|
|
422
|
+
```tsx
|
|
423
|
+
<LibMagnetic strength={0.3}>
|
|
424
|
+
<LibButton>Hover me</LibButton>
|
|
425
|
+
</LibMagnetic>
|
|
426
|
+
```
|
|
427
|
+
**Props:** `strength?: number`
|
|
428
|
+
|
|
429
|
+
---
|
|
430
|
+
|
|
431
|
+
### `lib-progress` · `LibProgress`
|
|
432
|
+
Barra de progreso lineal.
|
|
433
|
+
```tsx
|
|
434
|
+
<LibProgress value={75} max={100} variant="kaki" />
|
|
435
|
+
```
|
|
436
|
+
**Props:** `value: number` · `max?: number` · `variant?: 'default'|'kaki'|'celadon'`
|
|
437
|
+
|
|
438
|
+
---
|
|
439
|
+
|
|
440
|
+
### `lib-progress-circle` · `LibProgressCircle`
|
|
441
|
+
Indicador de progreso circular.
|
|
442
|
+
**Props:** `value: number` · `max?: number` · `size?: 'sm'|'md'|'lg'`
|
|
443
|
+
|
|
444
|
+
---
|
|
445
|
+
|
|
446
|
+
### `lib-quote` · `LibQuote`
|
|
447
|
+
Blockquote editorial.
|
|
448
|
+
**Slots:** `default` · `cite`
|
|
449
|
+
|
|
450
|
+
---
|
|
451
|
+
|
|
452
|
+
### `lib-radio` · `LibRadio`
|
|
453
|
+
Control de selección única para grupos.
|
|
454
|
+
```tsx
|
|
455
|
+
<LibRadio name="group" value="a" checked={selected === 'a'} label="Opción A"
|
|
456
|
+
onChange={(e: CustomEvent) => setSelected(e.detail.value)} />
|
|
457
|
+
```
|
|
458
|
+
**Props:** `name: string` · `value: string` · `checked?: boolean` · `disabled?: boolean` · `label?: string`
|
|
459
|
+
**Eventos:** `onUiLibRadioChange` → `detail: { value: string }`
|
|
460
|
+
|
|
461
|
+
---
|
|
462
|
+
|
|
463
|
+
### `lib-rating` · `LibRating`
|
|
464
|
+
Control de valoración por estrellas.
|
|
465
|
+
**Props:** `value?: number` · `max?: number` · `readonly?: boolean`
|
|
466
|
+
**Eventos:** `onUiLibRatingChange`
|
|
467
|
+
|
|
468
|
+
---
|
|
469
|
+
|
|
470
|
+
### `lib-reading-progress` · `LibReadingProgress`
|
|
471
|
+
Indicador de progreso de lectura.
|
|
472
|
+
**Props:** `variant?: 'bar'|'ring'|'dots'|'vertical'` · `target?: string`
|
|
473
|
+
|
|
474
|
+
---
|
|
475
|
+
|
|
476
|
+
### `lib-ripple` · `LibRipple`
|
|
477
|
+
Efecto ripple sobre elementos interactivos.
|
|
478
|
+
```tsx
|
|
479
|
+
<LibRipple color="oklch(45% 0.05 45 / 0.3)" />
|
|
480
|
+
```
|
|
481
|
+
**Props:** `color?: string`
|
|
482
|
+
|
|
483
|
+
---
|
|
484
|
+
|
|
485
|
+
### `lib-select-option` · `LibSelectOption`
|
|
486
|
+
Opción individual dentro de un select.
|
|
487
|
+
```tsx
|
|
488
|
+
<LibSelectOption value="es" selected>España</LibSelectOption>
|
|
489
|
+
<LibSelectOption value="fr" disabled>Francia</LibSelectOption>
|
|
490
|
+
```
|
|
491
|
+
**Props:** `value: string` · `selected?: boolean` · `disabled?: boolean`
|
|
492
|
+
|
|
493
|
+
---
|
|
494
|
+
|
|
495
|
+
### `lib-skeleton` · `LibSkeleton`
|
|
496
|
+
Placeholder de carga.
|
|
497
|
+
```tsx
|
|
498
|
+
<LibSkeleton variant="text" width="60%" />
|
|
499
|
+
<LibSkeleton variant="avatar" size="md" />
|
|
500
|
+
```
|
|
501
|
+
**Props:** `variant?: 'text'|'title'|'avatar'|'image'|'button'` · `width?: string` · `height?: string` · `size?: string` · `dark?: boolean`
|
|
502
|
+
|
|
503
|
+
---
|
|
504
|
+
|
|
505
|
+
### `lib-spacer` · `LibSpacer`
|
|
506
|
+
Espaciador utilitario para layouts.
|
|
507
|
+
**Props:** `size?: 'xs'|'sm'|'md'|'lg'|'xl'` · `axis?: 'x'|'y'`
|
|
508
|
+
|
|
509
|
+
---
|
|
510
|
+
|
|
511
|
+
### `lib-spinner` · `LibSpinner`
|
|
512
|
+
Indicador de carga.
|
|
513
|
+
```tsx
|
|
514
|
+
<LibSpinner size="md" variant="kaki" />
|
|
515
|
+
```
|
|
516
|
+
**Props:** `size?: 'sm'|'md'|'lg'` · `variant?: 'default'|'kaki'|'celadon'`
|
|
517
|
+
|
|
518
|
+
---
|
|
519
|
+
|
|
520
|
+
### `lib-spotlight-card` · `LibSpotlightCard`
|
|
521
|
+
Card con efecto spotlight reactivo al cursor (Kintsugi Digital).
|
|
522
|
+
**Props:** `variant?: 'kaki'|'water'|'white'`
|
|
523
|
+
|
|
524
|
+
---
|
|
525
|
+
|
|
526
|
+
### `lib-status-dot` · `LibStatusDot`
|
|
527
|
+
Pequeño indicador de color para estados.
|
|
528
|
+
```tsx
|
|
529
|
+
<LibStatusDot status="success" />
|
|
530
|
+
```
|
|
531
|
+
**Props:** `status: 'success'|'error'|'warning'|'info'|'default'` · `pulse?: boolean`
|
|
532
|
+
|
|
533
|
+
---
|
|
534
|
+
|
|
535
|
+
### `lib-step` · `LibStep`
|
|
536
|
+
Paso individual dentro de un stepper.
|
|
537
|
+
**Props:** `label: string` · `state?: 'pending'|'active'|'complete'|'error'`
|
|
538
|
+
|
|
539
|
+
---
|
|
540
|
+
|
|
541
|
+
### `lib-switch` · `LibSwitch`
|
|
542
|
+
Toggle control on/off.
|
|
543
|
+
```tsx
|
|
544
|
+
<LibSwitch checked={value} label="Activar notificaciones"
|
|
545
|
+
onChange={(e: CustomEvent) => setValue(e.detail.checked)} />
|
|
546
|
+
```
|
|
547
|
+
**Props:** `checked?: boolean` · `disabled?: boolean` · `label?: string`
|
|
548
|
+
**Eventos:** `onUiLibSwitchChange` → `detail: { checked: boolean }`
|
|
549
|
+
|
|
550
|
+
---
|
|
551
|
+
|
|
552
|
+
### `lib-text-glitch` · `LibTextGlitch`
|
|
553
|
+
Efecto de glitch tipográfico animado.
|
|
554
|
+
```tsx
|
|
555
|
+
<LibTextGlitch text="shibui" />
|
|
556
|
+
```
|
|
557
|
+
**Props:** `text: string` · `intensity?: 'low'|'md'|'high'`
|
|
558
|
+
|
|
559
|
+
---
|
|
560
|
+
|
|
561
|
+
### `lib-text-list` · `LibTextList`
|
|
562
|
+
Lista estilizada de elementos de texto.
|
|
563
|
+
**Props:** `items: string[]` · `variant?: string`
|
|
564
|
+
|
|
565
|
+
---
|
|
566
|
+
|
|
567
|
+
### `lib-tooltip` · `LibTooltip`
|
|
568
|
+
Información contextual al hover.
|
|
569
|
+
```tsx
|
|
570
|
+
<LibTooltip content="Texto del tooltip" placement="top">
|
|
571
|
+
<LibButton>Hover</LibButton>
|
|
572
|
+
</LibTooltip>
|
|
573
|
+
```
|
|
574
|
+
**Props:** `content: string` · `placement?: 'top'|'bottom'|'left'|'right'`
|
|
575
|
+
|
|
576
|
+
---
|
|
577
|
+
|
|
578
|
+
### `lib-visually-hidden` · `LibVisuallyHidden`
|
|
579
|
+
Elemento accesible oculto visualmente.
|
|
580
|
+
```tsx
|
|
581
|
+
<LibVisuallyHidden>Texto para lectores de pantalla</LibVisuallyHidden>
|
|
582
|
+
```
|
|
583
|
+
|
|
584
|
+
---
|
|
585
|
+
|
|
586
|
+
## Moléculas
|
|
587
|
+
|
|
588
|
+
Grupos funcionales de átomos con estado interno simple.
|
|
589
|
+
|
|
590
|
+
### `lib-alert` · `LibAlert`
|
|
591
|
+
Alerta para mensajes informativos, de aviso, error o éxito.
|
|
592
|
+
```tsx
|
|
593
|
+
<LibAlert variant="success" title="Guardado" dismissible>
|
|
594
|
+
Los cambios se han guardado correctamente.
|
|
595
|
+
</LibAlert>
|
|
596
|
+
```
|
|
597
|
+
**Props:** `variant: 'default'|'info'|'success'|'warning'|'error'` · `title?: string` · `dismissible?: boolean`
|
|
598
|
+
**Eventos:** `onUiLibAlertDismiss`
|
|
599
|
+
|
|
600
|
+
---
|
|
601
|
+
|
|
602
|
+
### `lib-breadcrumb` · `LibBreadcrumb`
|
|
603
|
+
Navegación de migas de pan.
|
|
604
|
+
```tsx
|
|
605
|
+
<LibBreadcrumb items={[
|
|
606
|
+
{ label: 'Inicio', href: '/' },
|
|
607
|
+
{ label: 'Componentes', href: '/componentes' },
|
|
608
|
+
{ label: 'Button' }
|
|
609
|
+
]} />
|
|
610
|
+
```
|
|
611
|
+
**Props:** `items: Array<{ label: string, href?: string }>` · `separator?: string`
|
|
612
|
+
|
|
613
|
+
---
|
|
614
|
+
|
|
615
|
+
### `lib-button-group` · `LibButtonGroup`
|
|
616
|
+
Colección de botones relacionados agrupados.
|
|
617
|
+
```tsx
|
|
618
|
+
<LibButtonGroup dark>
|
|
619
|
+
<LibButton variant="primary">CTA</LibButton>
|
|
620
|
+
<LibButton variant="ghost">Secundario</LibButton>
|
|
621
|
+
</LibButtonGroup>
|
|
622
|
+
```
|
|
623
|
+
**Props:** `dark?: boolean` · `orientation?: 'horizontal'|'vertical'`
|
|
624
|
+
|
|
625
|
+
---
|
|
626
|
+
|
|
627
|
+
### `lib-checkbox-card` · `LibCheckboxCard`
|
|
628
|
+
Checkbox con tarjeta image picker.
|
|
629
|
+
**Props:** `checked?: boolean` · `label?: string` · `value?: string`
|
|
630
|
+
**Eventos:** `onUiLibCheckboxCardChange`
|
|
631
|
+
|
|
632
|
+
---
|
|
633
|
+
|
|
634
|
+
### `lib-chip` · `LibChip`
|
|
635
|
+
Etiqueta interactiva compacta para filtros.
|
|
636
|
+
```tsx
|
|
637
|
+
<LibChip removable onUiLibChipRemove={(e) => handleRemove(e.detail.value)}>
|
|
638
|
+
React
|
|
639
|
+
</LibChip>
|
|
640
|
+
```
|
|
641
|
+
**Props:** `removable?: boolean` · `selected?: boolean` · `disabled?: boolean`
|
|
642
|
+
**Eventos:** `onUiLibChipRemove` · `onUiLibChipClick`
|
|
643
|
+
|
|
644
|
+
---
|
|
645
|
+
|
|
646
|
+
### `lib-color-picker` · `LibColorPicker`
|
|
647
|
+
Selector de color.
|
|
648
|
+
**Props:** `value?: string` · `format?: 'hex'|'oklch'|'rgb'`
|
|
649
|
+
**Eventos:** `onUiLibColorChange`
|
|
650
|
+
|
|
651
|
+
---
|
|
652
|
+
|
|
653
|
+
### `lib-dropdown` · `LibDropdown`
|
|
654
|
+
Menú desplegable con opciones.
|
|
655
|
+
```tsx
|
|
656
|
+
<LibDropdown trigger="click" placement="bottom-start">
|
|
657
|
+
<LibButton slot="trigger">Opciones</LibButton>
|
|
658
|
+
<LibSelectOption value="1">Editar</LibSelectOption>
|
|
659
|
+
<LibSelectOption value="2">Eliminar</LibSelectOption>
|
|
660
|
+
</LibDropdown>
|
|
661
|
+
```
|
|
662
|
+
**Props:** `trigger?: 'click'|'hover'` · `placement?: string`
|
|
663
|
+
**Eventos:** `onUiLibDropdownSelect`
|
|
664
|
+
|
|
665
|
+
---
|
|
666
|
+
|
|
667
|
+
### `lib-empty-state` · `LibEmptyState`
|
|
668
|
+
Estado vacío con mensaje e ilustración.
|
|
669
|
+
```tsx
|
|
670
|
+
<LibEmptyState
|
|
671
|
+
title="Sin resultados"
|
|
672
|
+
description="Prueba con otros términos de búsqueda."
|
|
673
|
+
icon="search"
|
|
674
|
+
/>
|
|
675
|
+
```
|
|
676
|
+
**Props:** `title: string` · `description?: string` · `icon?: string`
|
|
677
|
+
**Slots:** `action`
|
|
678
|
+
|
|
679
|
+
---
|
|
680
|
+
|
|
681
|
+
### `lib-file-uploader` · `LibFileUploader`
|
|
682
|
+
Control para subir ficheros.
|
|
683
|
+
**Props:** `accept?: string` · `multiple?: boolean` · `max-size?: number`
|
|
684
|
+
**Eventos:** `onUiLibFilesChange`
|
|
685
|
+
|
|
686
|
+
---
|
|
687
|
+
|
|
688
|
+
### `lib-header` · `LibHeader`
|
|
689
|
+
Header de navegación con múltiples variantes.
|
|
690
|
+
```tsx
|
|
691
|
+
<LibHeader
|
|
692
|
+
variant="kintsugi"
|
|
693
|
+
logo-mark="渋"
|
|
694
|
+
brand-name="shibui"
|
|
695
|
+
links={NAV_LINKS}
|
|
696
|
+
actions={ACTIONS}
|
|
697
|
+
onUiLibHeaderLink={(e: CustomEvent) => navigate(e.detail.id)}
|
|
698
|
+
/>
|
|
699
|
+
```
|
|
700
|
+
**Props:** `variant: 'classic'|'dark'|'centered'|'transparent'|'kintsugi'|'glitch'|'mega'|'minimal'|'shrink'|'app-bar'` · `logo-mark?: string` · `brand-name?: string` · `brand-tagline?: string` · `logo-href?: string` · `version?: string` · `links?: NavLink[]` · `actions?: HeaderAction[]` · `show-search?: boolean` · `search-placeholder?: string`
|
|
701
|
+
**Eventos:** `onUiLibHeaderLink` → `detail: { id: string }` · `onUiLibHeaderAction`
|
|
702
|
+
|
|
703
|
+
---
|
|
704
|
+
|
|
705
|
+
### `lib-input` · `LibInput`
|
|
706
|
+
Campo de texto con slots prefix/suffix y validación.
|
|
707
|
+
```tsx
|
|
708
|
+
<LibInput
|
|
709
|
+
label="Buscar"
|
|
710
|
+
placeholder="Escribe..."
|
|
711
|
+
required
|
|
712
|
+
error-message="Campo requerido"
|
|
713
|
+
>
|
|
714
|
+
<lib-icon slot="prefix" name="compass" size="sm" />
|
|
715
|
+
</LibInput>
|
|
716
|
+
```
|
|
717
|
+
**Props:** `label?: string` · `placeholder?: string` · `type?: string` · `required?: boolean` · `disabled?: boolean` · `error?: boolean` · `error-message?: string` · `value?: string`
|
|
718
|
+
**Slots:** `prefix` · `suffix`
|
|
719
|
+
**Eventos:** `onUiLibInputChange` · `onUiLibInputInput`
|
|
720
|
+
|
|
721
|
+
---
|
|
722
|
+
|
|
723
|
+
### `lib-modal` · `LibModal`
|
|
724
|
+
Ventana overlay sobre la interfaz principal.
|
|
725
|
+
```tsx
|
|
726
|
+
<LibModal
|
|
727
|
+
open
|
|
728
|
+
heading="Título del modal"
|
|
729
|
+
variant="default"
|
|
730
|
+
_animate="scale"
|
|
731
|
+
onUiLibModalClose={() => setOpen(false)}
|
|
732
|
+
>
|
|
733
|
+
<p>Contenido del modal</p>
|
|
734
|
+
<div slot="footer">
|
|
735
|
+
<LibButton variant="ghost" onUiLibClick={onClose}>Cancelar</LibButton>
|
|
736
|
+
<LibButton variant="primary" onUiLibClick={onConfirm}>Confirmar</LibButton>
|
|
737
|
+
</div>
|
|
738
|
+
</LibModal>
|
|
739
|
+
```
|
|
740
|
+
**Props:** `open?: boolean` · `heading?: string` · `variant?: 'default'|'compact'` · `_animate?: 'scale'|'slide'|'fade'`
|
|
741
|
+
**Slots:** `default` · `footer`
|
|
742
|
+
**Eventos:** `onUiLibModalClose`
|
|
743
|
+
|
|
744
|
+
---
|
|
745
|
+
|
|
746
|
+
### `lib-multiselect` *(disponible como lib-select con multiple)*
|
|
747
|
+
|
|
748
|
+
---
|
|
749
|
+
|
|
750
|
+
### `lib-pagination` · `LibPagination`
|
|
751
|
+
Control de paginación.
|
|
752
|
+
```tsx
|
|
753
|
+
<LibPagination
|
|
754
|
+
current={page}
|
|
755
|
+
total={10}
|
|
756
|
+
onUiLibPageChange={(e: CustomEvent) => setPage(e.detail.page)}
|
|
757
|
+
/>
|
|
758
|
+
```
|
|
759
|
+
**Props:** `current: number` · `total: number` · `siblings?: number`
|
|
760
|
+
**Eventos:** `onUiLibPageChange` → `detail: { page: number }`
|
|
761
|
+
|
|
762
|
+
---
|
|
763
|
+
|
|
764
|
+
### `lib-range-slider` · `LibRangeSlider`
|
|
765
|
+
Control deslizante para rango numérico.
|
|
766
|
+
**Props:** `min?: number` · `max?: number` · `value?: number` · `step?: number`
|
|
767
|
+
**Eventos:** `onUiLibRangeChange`
|
|
768
|
+
|
|
769
|
+
---
|
|
770
|
+
|
|
771
|
+
### `lib-segmented-control` · `LibSegmentedControl`
|
|
772
|
+
Selector de opciones mutuamente excluyentes.
|
|
773
|
+
```tsx
|
|
774
|
+
<LibSegmentedControl
|
|
775
|
+
options={['Día', 'Semana', 'Mes']}
|
|
776
|
+
value={selected}
|
|
777
|
+
onUiLibSegmentChange={(e: CustomEvent) => setSelected(e.detail.value)}
|
|
778
|
+
/>
|
|
779
|
+
```
|
|
780
|
+
**Props:** `options: string[]` · `value?: string`
|
|
781
|
+
**Eventos:** `onUiLibSegmentChange`
|
|
782
|
+
|
|
783
|
+
---
|
|
784
|
+
|
|
785
|
+
### `lib-select` · `LibSelect`
|
|
786
|
+
Dropdown para selección única.
|
|
787
|
+
```tsx
|
|
788
|
+
<LibSelect label="País" placeholder="Elige uno...">
|
|
789
|
+
<lib-select-option value="es">España</lib-select-option>
|
|
790
|
+
<lib-select-option value="fr">Francia</lib-select-option>
|
|
791
|
+
</LibSelect>
|
|
792
|
+
```
|
|
793
|
+
**Props:** `label?: string` · `placeholder?: string` · `disabled?: boolean`
|
|
794
|
+
**Slots:** `lib-select-option`
|
|
795
|
+
**Eventos:** `onUiLibSelectChange` → `detail: { value: string }`
|
|
796
|
+
|
|
797
|
+
---
|
|
798
|
+
|
|
799
|
+
### `lib-tabs` · `LibTabs`
|
|
800
|
+
Navegación por pestañas.
|
|
801
|
+
```tsx
|
|
802
|
+
<LibTabs
|
|
803
|
+
items={[
|
|
804
|
+
{ id: 'tab1', label: 'General' },
|
|
805
|
+
{ id: 'tab2', label: 'Avanzado' },
|
|
806
|
+
]}
|
|
807
|
+
active="tab1"
|
|
808
|
+
variant="underline"
|
|
809
|
+
onUiLibTabChange={(e: CustomEvent) => setActive(e.detail.id)}
|
|
810
|
+
/>
|
|
811
|
+
```
|
|
812
|
+
**Props:** `items: TabItem[]` · `active?: string` · `variant?: 'underline'|'pill'|'card'|'outline'|'vertical'`
|
|
813
|
+
**Eventos:** `onUiLibTabChange` → `detail: { id: string, prev: string }`
|
|
814
|
+
|
|
815
|
+
---
|
|
816
|
+
|
|
817
|
+
### `lib-tree-select` · `LibTreeSelect`
|
|
818
|
+
Selector con estructura de árbol jerárquico.
|
|
819
|
+
**Props:** `items: TreeNode[]` · `value?: string`
|
|
820
|
+
**Eventos:** `onUiLibTreeSelect`
|
|
821
|
+
|
|
822
|
+
---
|
|
823
|
+
|
|
824
|
+
## Organismos
|
|
825
|
+
|
|
826
|
+
Secciones complejas y autónomas con lógica interna.
|
|
827
|
+
|
|
828
|
+
### `lib-accordion` · `LibAccordion`
|
|
829
|
+
Contenido expandible por secciones.
|
|
830
|
+
```tsx
|
|
831
|
+
<LibAccordion variant="default">
|
|
832
|
+
<lib-accordion-item label="Sección 1">Contenido 1</lib-accordion-item>
|
|
833
|
+
<lib-accordion-item label="Sección 2">Contenido 2</lib-accordion-item>
|
|
834
|
+
</LibAccordion>
|
|
835
|
+
```
|
|
836
|
+
**Props:** `variant?: 'default'|'flush'|'separated'` · `allow-multiple?: boolean`
|
|
837
|
+
|
|
838
|
+
---
|
|
839
|
+
|
|
840
|
+
### `lib-bento-grid` · `LibBentoGrid`
|
|
841
|
+
Layout bento grid para composiciones complejas.
|
|
842
|
+
```tsx
|
|
843
|
+
<LibBentoGrid columns={3}>
|
|
844
|
+
<lib-bento-item span={2}>...</lib-bento-item>
|
|
845
|
+
<lib-bento-item>...</lib-bento-item>
|
|
846
|
+
</LibBentoGrid>
|
|
847
|
+
```
|
|
848
|
+
**Props:** `columns?: number` · `gap?: string`
|
|
849
|
+
|
|
850
|
+
---
|
|
851
|
+
|
|
852
|
+
### `lib-carousel` · `LibCarousel`
|
|
853
|
+
Visualización de contenido en formato carrusel.
|
|
854
|
+
**Props:** `autoplay?: boolean` · `interval?: number` · `loop?: boolean`
|
|
855
|
+
**Eventos:** `onUiLibCarouselChange`
|
|
856
|
+
|
|
857
|
+
---
|
|
858
|
+
|
|
859
|
+
### `lib-cursor-follower` · `LibCursorFollower`
|
|
860
|
+
Cursor personalizado que sigue al puntero.
|
|
861
|
+
**Props:** `variant?: string` · `color?: string`
|
|
862
|
+
|
|
863
|
+
---
|
|
864
|
+
|
|
865
|
+
### `lib-data-table` · `LibDataTable`
|
|
866
|
+
Tabla de datos con funcionalidades avanzadas.
|
|
867
|
+
```tsx
|
|
868
|
+
<LibDataTable
|
|
869
|
+
columns={[
|
|
870
|
+
{ key: 'name', label: 'Nombre', sortable: true },
|
|
871
|
+
{ key: 'status', label: 'Estado' },
|
|
872
|
+
]}
|
|
873
|
+
rows={DATA}
|
|
874
|
+
/>
|
|
875
|
+
```
|
|
876
|
+
**Props:** `columns: TableColumn[]` · `rows: Record<string, unknown>[]` · `loading?: boolean` · `sortable?: boolean`
|
|
877
|
+
**Eventos:** `onUiLibTableSort` · `onUiLibTableRowClick`
|
|
878
|
+
|
|
879
|
+
---
|
|
880
|
+
|
|
881
|
+
### `lib-dialog` · `LibDialog`
|
|
882
|
+
Ventana modal que requiere interacción explícita.
|
|
883
|
+
**Props:** `open?: boolean` · `heading?: string`
|
|
884
|
+
**Eventos:** `onUiLibDialogClose`
|
|
885
|
+
|
|
886
|
+
---
|
|
887
|
+
|
|
888
|
+
### `lib-drawer` · `LibDrawer`
|
|
889
|
+
Panel lateral deslizante.
|
|
890
|
+
```tsx
|
|
891
|
+
<LibDrawer open={isOpen} placement="right" onUiLibDrawerClose={() => setOpen(false)}>
|
|
892
|
+
<p>Contenido del drawer</p>
|
|
893
|
+
</LibDrawer>
|
|
894
|
+
```
|
|
895
|
+
**Props:** `open?: boolean` · `placement?: 'left'|'right'|'top'|'bottom'` · `size?: 'sm'|'md'|'lg'|'full'`
|
|
896
|
+
**Eventos:** `onUiLibDrawerClose`
|
|
897
|
+
|
|
898
|
+
---
|
|
899
|
+
|
|
900
|
+
### `lib-footer` · `LibFooter`
|
|
901
|
+
Footer con variantes editoriales.
|
|
902
|
+
```tsx
|
|
903
|
+
<LibFooter
|
|
904
|
+
variant="dark"
|
|
905
|
+
brand-name="shibui"
|
|
906
|
+
brand-kanji="渋い"
|
|
907
|
+
columns={FOOTER_COLUMNS}
|
|
908
|
+
navLinks={NAV_LINKS}
|
|
909
|
+
/>
|
|
910
|
+
```
|
|
911
|
+
**Props:** `variant: 'social'|'accordion'|'kintsugi'|'glitch'|'dark'` · `brand-name?: string` · `brand-kanji?: string` · `brand-sub?: string` · `location?: string` · `version?: string` · `github-href?: string` · `linkedin-href?: string` · `email?: string` · `columns?: FooterColumn[]` · `navLinks?: FooterLink[]` · `legalLinks?: FooterLink[]`
|
|
912
|
+
|
|
913
|
+
---
|
|
914
|
+
|
|
915
|
+
### `lib-horizontal-scroll-section` · `LibHorizontalScrollSection`
|
|
916
|
+
Sección con scroll horizontal controlado.
|
|
917
|
+
**Props:** `speed?: number`
|
|
918
|
+
|
|
919
|
+
---
|
|
920
|
+
|
|
921
|
+
### `lib-parallax` · `LibParallaxContainer`
|
|
922
|
+
Contenedor con efecto parallax.
|
|
923
|
+
**Props:** `speed?: number` · `direction?: 'vertical'|'horizontal'`
|
|
924
|
+
|
|
925
|
+
---
|
|
926
|
+
|
|
927
|
+
### `lib-parallax-text-stack` · `LibParallaxTextStack`
|
|
928
|
+
Stack de texto con efecto parallax escalonado.
|
|
929
|
+
**Props:** `lines: string[]` · `speed?: number`
|
|
930
|
+
|
|
931
|
+
---
|
|
932
|
+
|
|
933
|
+
### `lib-sidebar` · `LibSidebar`
|
|
934
|
+
Panel de navegación lateral colapsable.
|
|
935
|
+
```tsx
|
|
936
|
+
<LibSidebar
|
|
937
|
+
variant="kintsugi"
|
|
938
|
+
brand-name="shibui"
|
|
939
|
+
logo-mark="渋"
|
|
940
|
+
user-name="Alejandro"
|
|
941
|
+
user-role="Senior FE"
|
|
942
|
+
links={SIDEBAR_LINKS}
|
|
943
|
+
active-id="dashboard"
|
|
944
|
+
colapsed="true"
|
|
945
|
+
show-search="true"
|
|
946
|
+
onUiLibSidebarLink={(e: CustomEvent<{ id: string }>) => navigate(e.detail.id)}
|
|
947
|
+
/>
|
|
948
|
+
```
|
|
949
|
+
**Props:** `variant: 'dark'|'light'|'kintsugi'|'glitch'` · `brand-name?: string` · `logo-mark?: string` · `user-name?: string` · `user-role?: string` · `role?: string` · `links: SidebarLink[]` · `active-id?: string` · `colapsed?: string` · `show-search?: string`
|
|
950
|
+
**Eventos:** `onUiLibSidebarLink` → `detail: { id: string }`
|
|
951
|
+
|
|
952
|
+
---
|
|
953
|
+
|
|
954
|
+
### `lib-stagger-container` · `LibStaggerContainer`
|
|
955
|
+
Contenedor de animaciones stagger escalonadas.
|
|
956
|
+
**Props:** `delay?: number` · `stagger?: number`
|
|
957
|
+
|
|
958
|
+
---
|
|
959
|
+
|
|
960
|
+
### `lib-stepper` · `LibStepper`
|
|
961
|
+
Flujo de pasos secuenciales.
|
|
962
|
+
```tsx
|
|
963
|
+
<LibStepper
|
|
964
|
+
steps={[
|
|
965
|
+
{ label: 'Datos básicos', state: 'complete' },
|
|
966
|
+
{ label: 'Configuración', state: 'active' },
|
|
967
|
+
{ label: 'Confirmación', state: 'pending' },
|
|
968
|
+
]}
|
|
969
|
+
current={1}
|
|
970
|
+
/>
|
|
971
|
+
```
|
|
972
|
+
**Props:** `steps: StepItem[]` · `current?: number` · `orientation?: 'horizontal'|'vertical'`
|
|
973
|
+
**Eventos:** `onUiLibStepperChange`
|
|
974
|
+
|
|
975
|
+
---
|
|
976
|
+
|
|
977
|
+
### `lib-timeline` · `LibTimeline`
|
|
978
|
+
Visualización cronológica de eventos.
|
|
979
|
+
```tsx
|
|
980
|
+
<LibTimeline>
|
|
981
|
+
<lib-timeline-item date="2024" title="Inicio del proyecto">
|
|
982
|
+
Descripción del evento.
|
|
983
|
+
</lib-timeline-item>
|
|
984
|
+
</LibTimeline>
|
|
985
|
+
```
|
|
986
|
+
**Props:** `orientation?: 'vertical'|'horizontal'`
|
|
987
|
+
|
|
988
|
+
---
|
|
989
|
+
|
|
990
|
+
### `lib-toast-manager` · `LibToastManager`
|
|
991
|
+
Gestor de notificaciones toast.
|
|
992
|
+
```tsx
|
|
993
|
+
// Instanciar una vez en el root
|
|
994
|
+
<LibToastManager position="bottom-right" />
|
|
995
|
+
|
|
996
|
+
// Emitir desde cualquier punto
|
|
997
|
+
document.dispatchEvent(new CustomEvent('lib-toast', {
|
|
998
|
+
detail: { message: 'Guardado', variant: 'success' },
|
|
999
|
+
bubbles: true
|
|
1000
|
+
}));
|
|
1001
|
+
```
|
|
1002
|
+
**Props:** `position?: 'top-right'|'top-left'|'bottom-right'|'bottom-left'|'top-center'|'bottom-center'` · `duration?: number`
|
|
1003
|
+
|
|
1004
|
+
---
|
|
1005
|
+
|
|
1006
|
+
## Interfaces y tipos exportados
|
|
1007
|
+
|
|
1008
|
+
```ts
|
|
1009
|
+
import type {
|
|
1010
|
+
SidebarLink, // { id, label, icon, group?, badge?, disabled? }
|
|
1011
|
+
SidebarVariant, // 'dark' | 'light' | 'kintsugi' | 'glitch'
|
|
1012
|
+
SidebarSocial, // { href, icon, label }
|
|
1013
|
+
FooterVariant, // 'social' | 'accordion' | 'kintsugi' | 'glitch'
|
|
1014
|
+
FooterLink, // { label, href }
|
|
1015
|
+
FooterColumn, // { heading, links: FooterLink[] }
|
|
1016
|
+
FooterSocial, // { label, href, icon }
|
|
1017
|
+
LibSize, // 'sm' | 'md' | 'lg' | 'xl'
|
|
1018
|
+
LibVariant, // 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'accent'
|
|
1019
|
+
LibSemanticColor, // 'primary' | 'danger' | 'text' | 'inherit'
|
|
1020
|
+
UiClickEventDetail, // { originalEvent: Event, timestamp: number }
|
|
1021
|
+
} from '@shibui/ui';
|
|
1022
|
+
```
|
|
1023
|
+
|
|
1024
|
+
---
|
|
1025
|
+
|
|
1026
|
+
## Patrones frecuentes
|
|
1027
|
+
|
|
1028
|
+
### Array props en React wrapper
|
|
1029
|
+
```tsx
|
|
1030
|
+
// CORRECTO — property binding automático en el wrapper
|
|
1031
|
+
<LibSidebar links={LINKS} />
|
|
1032
|
+
|
|
1033
|
+
// En Lit nativo (sin wrapper) usar punto explícito
|
|
1034
|
+
// <lib-sidebar .links=${LINKS}></lib-sidebar>
|
|
1035
|
+
```
|
|
1036
|
+
|
|
1037
|
+
### Eventos custom
|
|
1038
|
+
```tsx
|
|
1039
|
+
// Todos los eventos siguen el patrón:
|
|
1040
|
+
// nombre-del-evento → onNombreDelEvento (camelCase con prefijo on)
|
|
1041
|
+
// ui-lib-click → onUiLibClick
|
|
1042
|
+
// ui-lib-tab-change → onUiLibTabChange
|
|
1043
|
+
|
|
1044
|
+
<LibTabs onUiLibTabChange={(e: CustomEvent<{ id: string }>) => {
|
|
1045
|
+
console.log(e.detail.id);
|
|
1046
|
+
}} />
|
|
1047
|
+
```
|
|
1048
|
+
|
|
1049
|
+
### Dark mode
|
|
1050
|
+
```tsx
|
|
1051
|
+
// Añadir data-theme="dark" al elemento raíz
|
|
1052
|
+
document.documentElement.dataset.theme = 'dark';
|
|
1053
|
+
|
|
1054
|
+
// Los tokens semánticos se actualizan automáticamente:
|
|
1055
|
+
// --bg-base, --text-primary, --border-subtle, etc.
|
|
1056
|
+
```
|
|
1057
|
+
|
|
1058
|
+
### Tokens CSS en componentes React
|
|
1059
|
+
```tsx
|
|
1060
|
+
// Los tokens NO están en :root por defecto en algunos entornos.
|
|
1061
|
+
// Importar explícitamente:
|
|
1062
|
+
import '@shibui/ui/tokens';
|
|
1063
|
+
|
|
1064
|
+
// O referenciar con fallback:
|
|
1065
|
+
style={{ color: 'var(--text-accent, #B85A1E)' }}
|
|
1066
|
+
```
|
|
1067
|
+
|
|
1068
|
+
---
|
|
1069
|
+
|
|
1070
|
+
## Notas para agentes Claude
|
|
1071
|
+
|
|
1072
|
+
1. **Siempre usar PascalCase** en ficheros `.tsx` (`LibButton`, no `lib-button`).
|
|
1073
|
+
2. **Siempre importar desde `@shibui/ui/react`** en React — nunca el tag HTML directo.
|
|
1074
|
+
3. **Eventos** siempre con tipo `CustomEvent` explícito — nunca `any`.
|
|
1075
|
+
4. **Array props** se pasan directamente sin `.prop=` — el wrapper lo gestiona.
|
|
1076
|
+
5. **Los tokens `--lib-*`** deben estar disponibles. Si no hay estilos, verificar que se importa `@shibui/ui/tokens`.
|
|
1077
|
+
6. **`lib-text-glitch`** tiene un typo en el barrel (`text-glich`). Si hay error de importación, importar directamente desde la ruta del componente.
|
|
1078
|
+
7. **No existe `lib-multiselect` como componente independiente** — usar `lib-select` con la prop `multiple`.
|
|
1079
|
+
8. **`lib-modal`** necesita `open` booleano explícito para mostrarse. No tiene estado interno de visibilidad.
|
|
1080
|
+
9. **`lib-toast-manager`** debe instanciarse una vez en el árbol. Los toasts se disparan vía `CustomEvent` global.
|
|
1081
|
+
10. **El evento de cierre** de modal, drawer y dialog es siempre `onUiLib[Componente]Close`.
|
|
1082
|
+
|
|
1083
|
+
## 📄 Licencia
|
|
1084
|
+
|
|
1085
|
+
MIT
|