decathlon-ui 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/animations/loading-animation.json +1 -0
- package/dist/components/Button/button.component.d.ts +4 -0
- package/dist/components/Button/button.component.d.ts.map +1 -0
- package/dist/components/Button/button.component.js +16 -0
- package/dist/components/Button/button.props.d.ts +18 -0
- package/dist/components/Button/button.props.d.ts.map +1 -0
- package/dist/components/Button/button.props.js +8 -0
- package/dist/components/Button/button.styles.d.ts +50 -0
- package/dist/components/Button/button.styles.d.ts.map +1 -0
- package/dist/components/Button/button.styles.js +130 -0
- package/dist/components/Button/button.types.d.ts +23 -0
- package/dist/components/Button/button.types.d.ts.map +1 -0
- package/dist/components/Button/button.types.js +14 -0
- package/dist/components/Button/index.d.ts +2 -2
- package/dist/components/Button/index.d.ts.map +1 -1
- package/dist/components/Button/index.js +2 -1
- package/dist/components/accordion/accordion.component.d.ts +4 -0
- package/dist/components/accordion/accordion.component.d.ts.map +1 -0
- package/dist/components/accordion/accordion.component.js +48 -0
- package/dist/components/accordion/accordion.styles.d.ts +30 -0
- package/dist/components/accordion/accordion.styles.d.ts.map +1 -0
- package/dist/components/accordion/accordion.styles.js +35 -0
- package/dist/components/accordion/accordion.types.d.ts +35 -0
- package/dist/components/accordion/accordion.types.d.ts.map +1 -0
- package/dist/components/accordion/accordion.types.js +1 -0
- package/dist/components/accordion/index.d.ts +3 -0
- package/dist/components/accordion/index.d.ts.map +1 -0
- package/dist/components/accordion/index.js +1 -0
- package/dist/components/action-button/action-button.component.d.ts +4 -0
- package/dist/components/action-button/action-button.component.d.ts.map +1 -0
- package/dist/components/action-button/action-button.component.js +29 -0
- package/dist/components/action-button/action-button.styles.d.ts +34 -0
- package/dist/components/action-button/action-button.styles.d.ts.map +1 -0
- package/dist/components/action-button/action-button.styles.js +39 -0
- package/dist/components/action-button/action-button.types.d.ts +37 -0
- package/dist/components/action-button/action-button.types.d.ts.map +1 -0
- package/dist/components/action-button/action-button.types.js +1 -0
- package/dist/components/action-button/index.d.ts +3 -0
- package/dist/components/action-button/index.d.ts.map +1 -0
- package/dist/components/action-button/index.js +1 -0
- package/dist/components/badge/badge.component.d.ts +7 -0
- package/dist/components/badge/badge.component.d.ts.map +1 -0
- package/dist/components/badge/badge.component.js +34 -0
- package/dist/components/badge/badge.styles.d.ts +54 -0
- package/dist/components/badge/badge.styles.d.ts.map +1 -0
- package/dist/components/badge/badge.styles.js +63 -0
- package/dist/components/badge/badge.types.d.ts +37 -0
- package/dist/components/badge/badge.types.d.ts.map +1 -0
- package/dist/components/badge/badge.types.js +1 -0
- package/dist/components/badge/index.d.ts +3 -0
- package/dist/components/badge/index.d.ts.map +1 -0
- package/dist/components/badge/index.js +2 -0
- package/dist/components/card/card.component.d.ts +4 -0
- package/dist/components/card/card.component.d.ts.map +1 -0
- package/dist/components/card/card.component.js +49 -0
- package/dist/components/card/card.styles.d.ts +42 -0
- package/dist/components/card/card.styles.d.ts.map +1 -0
- package/dist/components/card/card.styles.js +47 -0
- package/dist/components/card/card.types.d.ts +50 -0
- package/dist/components/card/card.types.d.ts.map +1 -0
- package/dist/components/card/card.types.js +1 -0
- package/dist/components/card/index.d.ts +3 -0
- package/dist/components/card/index.d.ts.map +1 -0
- package/dist/components/card/index.js +1 -0
- package/dist/components/cashback-banner/cashback-banner.component.d.ts +4 -0
- package/dist/components/cashback-banner/cashback-banner.component.d.ts.map +1 -0
- package/dist/components/cashback-banner/cashback-banner.component.js +62 -0
- package/dist/components/cashback-banner/cashback-banner.styles.d.ts +168 -0
- package/dist/components/cashback-banner/cashback-banner.styles.d.ts.map +1 -0
- package/dist/components/cashback-banner/cashback-banner.styles.js +148 -0
- package/dist/components/cashback-banner/cashback-banner.types.d.ts +70 -0
- package/dist/components/cashback-banner/cashback-banner.types.d.ts.map +1 -0
- package/dist/components/cashback-banner/cashback-banner.types.js +1 -0
- package/dist/components/cashback-banner/index.d.ts +3 -0
- package/dist/components/cashback-banner/index.d.ts.map +1 -0
- package/dist/components/cashback-banner/index.js +1 -0
- package/dist/components/category-item/category-item.component.d.ts +7 -0
- package/dist/components/category-item/category-item.component.d.ts.map +1 -0
- package/dist/components/category-item/category-item.component.js +20 -0
- package/dist/components/category-item/category-item.styles.d.ts +37 -0
- package/dist/components/category-item/category-item.styles.d.ts.map +1 -0
- package/dist/components/category-item/category-item.styles.js +44 -0
- package/dist/components/category-item/category-item.types.d.ts +32 -0
- package/dist/components/category-item/category-item.types.d.ts.map +1 -0
- package/dist/components/category-item/category-item.types.js +1 -0
- package/dist/components/category-item/index.d.ts +3 -0
- package/dist/components/category-item/index.d.ts.map +1 -0
- package/dist/components/category-item/index.js +2 -0
- package/dist/components/checkbox/checkbox.component.d.ts +4 -0
- package/dist/components/checkbox/checkbox.component.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.component.js +33 -0
- package/dist/components/checkbox/checkbox.styles.d.ts +55 -0
- package/dist/components/checkbox/checkbox.styles.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.styles.js +60 -0
- package/dist/components/checkbox/checkbox.types.d.ts +15 -0
- package/dist/components/checkbox/checkbox.types.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.types.js +1 -0
- package/dist/components/checkbox/index.d.ts +3 -0
- package/dist/components/checkbox/index.d.ts.map +1 -0
- package/dist/components/checkbox/index.js +1 -0
- package/dist/components/filter-chip/filter-chip.component.d.ts +7 -0
- package/dist/components/filter-chip/filter-chip.component.d.ts.map +1 -0
- package/dist/components/filter-chip/filter-chip.component.js +25 -0
- package/dist/components/filter-chip/filter-chip.styles.d.ts +73 -0
- package/dist/components/filter-chip/filter-chip.styles.d.ts.map +1 -0
- package/dist/components/filter-chip/filter-chip.styles.js +82 -0
- package/dist/components/filter-chip/filter-chip.types.d.ts +29 -0
- package/dist/components/filter-chip/filter-chip.types.d.ts.map +1 -0
- package/dist/components/filter-chip/filter-chip.types.js +1 -0
- package/dist/components/filter-chip/index.d.ts +3 -0
- package/dist/components/filter-chip/index.d.ts.map +1 -0
- package/dist/components/filter-chip/index.js +2 -0
- package/dist/components/index.d.ts +23 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +22 -0
- package/dist/components/input/error-message/error-message.d.ts +8 -0
- package/dist/components/input/error-message/error-message.d.ts.map +1 -0
- package/dist/components/input/error-message/error-message.js +30 -0
- package/dist/components/input/error-message/index.d.ts +2 -0
- package/dist/components/input/error-message/index.d.ts.map +1 -0
- package/dist/components/input/error-message/index.js +1 -0
- package/dist/components/input/index.d.ts +4 -0
- package/dist/components/input/index.d.ts.map +1 -0
- package/dist/components/input/index.js +2 -0
- package/dist/components/input/input.component.d.ts +18 -0
- package/dist/components/input/input.component.d.ts.map +1 -0
- package/dist/components/input/input.component.js +103 -0
- package/dist/components/input/input.styles.d.ts +58 -0
- package/dist/components/input/input.styles.d.ts.map +1 -0
- package/dist/components/input/input.styles.js +62 -0
- package/dist/components/input/input.types.d.ts +14 -0
- package/dist/components/input/input.types.d.ts.map +1 -0
- package/dist/components/input/input.types.js +1 -0
- package/dist/components/loading/index.d.ts +3 -0
- package/dist/components/loading/index.d.ts.map +1 -0
- package/dist/components/loading/index.js +2 -0
- package/dist/components/loading/loading.component.d.ts +5 -0
- package/dist/components/loading/loading.component.d.ts.map +1 -0
- package/dist/components/loading/loading.component.js +15 -0
- package/dist/components/loading/loading.styles.d.ts +11 -0
- package/dist/components/loading/loading.styles.d.ts.map +1 -0
- package/dist/components/loading/loading.styles.js +13 -0
- package/dist/components/loading/loading.types.d.ts +40 -0
- package/dist/components/loading/loading.types.d.ts.map +1 -0
- package/dist/components/loading/loading.types.js +1 -0
- package/dist/components/order-card/index.d.ts +3 -0
- package/dist/components/order-card/index.d.ts.map +1 -0
- package/dist/components/order-card/index.js +1 -0
- package/dist/components/order-card/order-card.component.d.ts +4 -0
- package/dist/components/order-card/order-card.component.d.ts.map +1 -0
- package/dist/components/order-card/order-card.component.js +67 -0
- package/dist/components/order-card/order-card.styles.d.ts +101 -0
- package/dist/components/order-card/order-card.styles.d.ts.map +1 -0
- package/dist/components/order-card/order-card.styles.js +107 -0
- package/dist/components/order-card/order-card.types.d.ts +54 -0
- package/dist/components/order-card/order-card.types.d.ts.map +1 -0
- package/dist/components/order-card/order-card.types.js +1 -0
- package/dist/components/product-card/index.d.ts +3 -0
- package/dist/components/product-card/index.d.ts.map +1 -0
- package/dist/components/product-card/index.js +1 -0
- package/dist/components/product-card/product-card.component.d.ts +4 -0
- package/dist/components/product-card/product-card.component.d.ts.map +1 -0
- package/dist/components/product-card/product-card.component.js +33 -0
- package/dist/components/product-card/product-card.styles.d.ts +101 -0
- package/dist/components/product-card/product-card.styles.d.ts.map +1 -0
- package/dist/components/product-card/product-card.styles.js +116 -0
- package/dist/components/product-card/product-card.types.d.ts +20 -0
- package/dist/components/product-card/product-card.types.d.ts.map +1 -0
- package/dist/components/product-card/product-card.types.js +1 -0
- package/dist/components/product-highlight/index.d.ts +3 -0
- package/dist/components/product-highlight/index.d.ts.map +1 -0
- package/dist/components/product-highlight/index.js +1 -0
- package/dist/components/product-highlight/product-highlight.component.d.ts +5 -0
- package/dist/components/product-highlight/product-highlight.component.d.ts.map +1 -0
- package/dist/components/product-highlight/product-highlight.component.js +15 -0
- package/dist/components/product-highlight/product-highlight.d.ts +16 -0
- package/dist/components/product-highlight/product-highlight.d.ts.map +1 -0
- package/dist/components/product-highlight/product-highlight.js +28 -0
- package/dist/components/product-highlight/product-highlight.styles.d.ts +27 -0
- package/dist/components/product-highlight/product-highlight.styles.d.ts.map +1 -0
- package/dist/components/product-highlight/product-highlight.styles.js +32 -0
- package/dist/components/product-highlight/product-highlight.types.d.ts +34 -0
- package/dist/components/product-highlight/product-highlight.types.d.ts.map +1 -0
- package/dist/components/product-highlight/product-highlight.types.js +1 -0
- package/dist/components/product-list-item/index.d.ts +3 -0
- package/dist/components/product-list-item/index.d.ts.map +1 -0
- package/dist/components/product-list-item/index.js +1 -0
- package/dist/components/product-list-item/product-list-item.component.d.ts +4 -0
- package/dist/components/product-list-item/product-list-item.component.d.ts.map +1 -0
- package/dist/components/product-list-item/product-list-item.component.js +19 -0
- package/dist/components/product-list-item/product-list-item.styles.d.ts +127 -0
- package/dist/components/product-list-item/product-list-item.styles.d.ts.map +1 -0
- package/dist/components/product-list-item/product-list-item.styles.js +132 -0
- package/dist/components/product-list-item/product-list-item.types.d.ts +68 -0
- package/dist/components/product-list-item/product-list-item.types.d.ts.map +1 -0
- package/dist/components/product-list-item/product-list-item.types.js +1 -0
- package/dist/components/product-review/index.d.ts +3 -0
- package/dist/components/product-review/index.d.ts.map +1 -0
- package/dist/components/product-review/index.js +1 -0
- package/dist/components/product-review/product-review.component.d.ts +4 -0
- package/dist/components/product-review/product-review.component.d.ts.map +1 -0
- package/dist/components/product-review/product-review.component.js +15 -0
- package/dist/components/product-review/product-review.styles.d.ts +46 -0
- package/dist/components/product-review/product-review.styles.d.ts.map +1 -0
- package/dist/components/product-review/product-review.styles.js +49 -0
- package/dist/components/product-review/product-review.types.d.ts +27 -0
- package/dist/components/product-review/product-review.types.d.ts.map +1 -0
- package/dist/components/product-review/product-review.types.js +1 -0
- package/dist/components/quick-add-product-card/index.d.ts +3 -0
- package/dist/components/quick-add-product-card/index.d.ts.map +1 -0
- package/dist/components/quick-add-product-card/index.js +1 -0
- package/dist/components/quick-add-product-card/quick-add-product-card.component.d.ts +4 -0
- package/dist/components/quick-add-product-card/quick-add-product-card.component.d.ts.map +1 -0
- package/dist/components/quick-add-product-card/quick-add-product-card.component.js +17 -0
- package/dist/components/quick-add-product-card/quick-add-product-card.styles.d.ts +50 -0
- package/dist/components/quick-add-product-card/quick-add-product-card.styles.d.ts.map +1 -0
- package/dist/components/quick-add-product-card/quick-add-product-card.styles.js +55 -0
- package/dist/components/quick-add-product-card/quick-add-product-card.types.d.ts +9 -0
- package/dist/components/quick-add-product-card/quick-add-product-card.types.d.ts.map +1 -0
- package/dist/components/quick-add-product-card/quick-add-product-card.types.js +1 -0
- package/dist/components/radio/index.d.ts +3 -0
- package/dist/components/radio/index.d.ts.map +1 -0
- package/dist/components/radio/index.js +1 -0
- package/dist/components/radio/radio.component.d.ts +4 -0
- package/dist/components/radio/radio.component.d.ts.map +1 -0
- package/dist/components/radio/radio.component.js +25 -0
- package/dist/components/radio/radio.styles.d.ts +54 -0
- package/dist/components/radio/radio.styles.d.ts.map +1 -0
- package/dist/components/radio/radio.styles.js +59 -0
- package/dist/components/radio/radio.types.d.ts +14 -0
- package/dist/components/radio/radio.types.d.ts.map +1 -0
- package/dist/components/radio/radio.types.js +1 -0
- package/dist/components/range-slider/index.d.ts +3 -0
- package/dist/components/range-slider/index.d.ts.map +1 -0
- package/dist/components/range-slider/index.js +2 -0
- package/dist/components/range-slider/range-slider.component.d.ts +4 -0
- package/dist/components/range-slider/range-slider.component.d.ts.map +1 -0
- package/dist/components/range-slider/range-slider.component.js +121 -0
- package/dist/components/range-slider/range-slider.styles.d.ts +36 -0
- package/dist/components/range-slider/range-slider.styles.d.ts.map +1 -0
- package/dist/components/range-slider/range-slider.styles.js +40 -0
- package/dist/components/range-slider/range-slider.types.d.ts +11 -0
- package/dist/components/range-slider/range-slider.types.d.ts.map +1 -0
- package/dist/components/range-slider/range-slider.types.js +1 -0
- package/dist/components/search-button/index.d.ts +4 -0
- package/dist/components/search-button/index.d.ts.map +1 -0
- package/dist/components/search-button/index.js +2 -0
- package/dist/components/search-button/search-button.component.d.ts +5 -0
- package/dist/components/search-button/search-button.component.d.ts.map +1 -0
- package/dist/components/search-button/search-button.component.js +9 -0
- package/dist/components/search-button/search-button.props.d.ts +5 -0
- package/dist/components/search-button/search-button.props.d.ts.map +1 -0
- package/dist/components/search-button/search-button.props.js +1 -0
- package/dist/components/search-button/search-button.styles.d.ts +21 -0
- package/dist/components/search-button/search-button.styles.d.ts.map +1 -0
- package/dist/components/search-button/search-button.styles.js +25 -0
- package/dist/components/search-button/search-button.types.d.ts +4 -0
- package/dist/components/search-button/search-button.types.d.ts.map +1 -0
- package/dist/components/search-button/search-button.types.js +1 -0
- package/dist/components/seller-box/index.d.ts +3 -0
- package/dist/components/seller-box/index.d.ts.map +1 -0
- package/dist/components/seller-box/index.js +1 -0
- package/dist/components/seller-box/seller-box.component.d.ts +4 -0
- package/dist/components/seller-box/seller-box.component.d.ts.map +1 -0
- package/dist/components/seller-box/seller-box.component.js +16 -0
- package/dist/components/seller-box/seller-box.styles.d.ts +89 -0
- package/dist/components/seller-box/seller-box.styles.d.ts.map +1 -0
- package/dist/components/seller-box/seller-box.styles.js +94 -0
- package/dist/components/seller-box/seller-box.types.d.ts +67 -0
- package/dist/components/seller-box/seller-box.types.d.ts.map +1 -0
- package/dist/components/seller-box/seller-box.types.js +1 -0
- package/dist/components/toggle-switch/index.d.ts +3 -0
- package/dist/components/toggle-switch/index.d.ts.map +1 -0
- package/dist/components/toggle-switch/index.js +1 -0
- package/dist/components/toggle-switch/toggle-switch.component.d.ts +4 -0
- package/dist/components/toggle-switch/toggle-switch.component.d.ts.map +1 -0
- package/dist/components/toggle-switch/toggle-switch.component.js +31 -0
- package/dist/components/toggle-switch/toggle-switch.styles.d.ts +56 -0
- package/dist/components/toggle-switch/toggle-switch.styles.d.ts.map +1 -0
- package/dist/components/toggle-switch/toggle-switch.styles.js +58 -0
- package/dist/components/toggle-switch/toggle-switch.types.d.ts +27 -0
- package/dist/components/toggle-switch/toggle-switch.types.d.ts.map +1 -0
- package/dist/components/toggle-switch/toggle-switch.types.js +1 -0
- package/dist/components/typography/index.d.ts +3 -0
- package/dist/components/typography/index.d.ts.map +1 -0
- package/dist/components/typography/index.js +1 -0
- package/dist/components/typography/typography.component.d.ts +4 -0
- package/dist/components/typography/typography.component.d.ts.map +1 -0
- package/dist/components/typography/typography.component.js +18 -0
- package/dist/components/typography/typography.styles.d.ts +23 -0
- package/dist/components/typography/typography.styles.d.ts.map +1 -0
- package/dist/components/typography/typography.styles.js +140 -0
- package/dist/components/typography/typography.types.d.ts +60 -0
- package/dist/components/typography/typography.types.d.ts.map +1 -0
- package/dist/components/typography/typography.types.js +1 -0
- package/dist/icons/components/Activity.d.ts +4 -0
- package/dist/icons/components/Activity.d.ts.map +1 -0
- package/dist/icons/components/Activity.js +17 -0
- package/dist/icons/components/AddToBag.d.ts +4 -0
- package/dist/icons/components/AddToBag.d.ts.map +1 -0
- package/dist/icons/components/AddToBag.js +17 -0
- package/dist/icons/components/Airplay.d.ts +4 -0
- package/dist/icons/components/Airplay.d.ts.map +1 -0
- package/dist/icons/components/Airplay.js +22 -0
- package/dist/icons/components/AlertCircle.d.ts +4 -0
- package/dist/icons/components/AlertCircle.d.ts.map +1 -0
- package/dist/icons/components/AlertCircle.js +27 -0
- package/dist/icons/components/AlertOctagon.d.ts +4 -0
- package/dist/icons/components/AlertOctagon.d.ts.map +1 -0
- package/dist/icons/components/AlertOctagon.js +27 -0
- package/dist/icons/components/AlertTriangle.d.ts +4 -0
- package/dist/icons/components/AlertTriangle.d.ts.map +1 -0
- package/dist/icons/components/AlertTriangle.js +27 -0
- package/dist/icons/components/AlignCenter.d.ts +4 -0
- package/dist/icons/components/AlignCenter.d.ts.map +1 -0
- package/dist/icons/components/AlignCenter.js +32 -0
- package/dist/icons/components/AlignJustify.d.ts +4 -0
- package/dist/icons/components/AlignJustify.d.ts.map +1 -0
- package/dist/icons/components/AlignJustify.js +32 -0
- package/dist/icons/components/AlignLeft.d.ts +4 -0
- package/dist/icons/components/AlignLeft.d.ts.map +1 -0
- package/dist/icons/components/AlignLeft.js +32 -0
- package/dist/icons/components/AlignRight.d.ts +4 -0
- package/dist/icons/components/AlignRight.d.ts.map +1 -0
- package/dist/icons/components/AlignRight.js +32 -0
- package/dist/icons/components/Anchor.d.ts +4 -0
- package/dist/icons/components/Anchor.d.ts.map +1 -0
- package/dist/icons/components/Anchor.js +27 -0
- package/dist/icons/components/Aperture.d.ts +4 -0
- package/dist/icons/components/Aperture.d.ts.map +1 -0
- package/dist/icons/components/Aperture.js +47 -0
- package/dist/icons/components/Archive.d.ts +4 -0
- package/dist/icons/components/Archive.d.ts.map +1 -0
- package/dist/icons/components/Archive.js +27 -0
- package/dist/icons/components/ArrowDown.d.ts +4 -0
- package/dist/icons/components/ArrowDown.d.ts.map +1 -0
- package/dist/icons/components/ArrowDown.js +22 -0
- package/dist/icons/components/ArrowDownCircle.d.ts +4 -0
- package/dist/icons/components/ArrowDownCircle.d.ts.map +1 -0
- package/dist/icons/components/ArrowDownCircle.js +27 -0
- package/dist/icons/components/ArrowDownLeft.d.ts +4 -0
- package/dist/icons/components/ArrowDownLeft.d.ts.map +1 -0
- package/dist/icons/components/ArrowDownLeft.js +22 -0
- package/dist/icons/components/ArrowDownRight.d.ts +4 -0
- package/dist/icons/components/ArrowDownRight.d.ts.map +1 -0
- package/dist/icons/components/ArrowDownRight.js +22 -0
- package/dist/icons/components/ArrowLeft.d.ts +4 -0
- package/dist/icons/components/ArrowLeft.d.ts.map +1 -0
- package/dist/icons/components/ArrowLeft.js +22 -0
- package/dist/icons/components/ArrowLeftCircle.d.ts +4 -0
- package/dist/icons/components/ArrowLeftCircle.d.ts.map +1 -0
- package/dist/icons/components/ArrowLeftCircle.js +27 -0
- package/dist/icons/components/ArrowRight.d.ts +4 -0
- package/dist/icons/components/ArrowRight.d.ts.map +1 -0
- package/dist/icons/components/ArrowRight.js +22 -0
- package/dist/icons/components/ArrowRightCircle.d.ts +4 -0
- package/dist/icons/components/ArrowRightCircle.d.ts.map +1 -0
- package/dist/icons/components/ArrowRightCircle.js +27 -0
- package/dist/icons/components/ArrowUp.d.ts +4 -0
- package/dist/icons/components/ArrowUp.d.ts.map +1 -0
- package/dist/icons/components/ArrowUp.js +22 -0
- package/dist/icons/components/ArrowUpCircle.d.ts +4 -0
- package/dist/icons/components/ArrowUpCircle.d.ts.map +1 -0
- package/dist/icons/components/ArrowUpCircle.js +27 -0
- package/dist/icons/components/ArrowUpLeft.d.ts +4 -0
- package/dist/icons/components/ArrowUpLeft.d.ts.map +1 -0
- package/dist/icons/components/ArrowUpLeft.js +22 -0
- package/dist/icons/components/ArrowUpRight.d.ts +4 -0
- package/dist/icons/components/ArrowUpRight.d.ts.map +1 -0
- package/dist/icons/components/ArrowUpRight.js +22 -0
- package/dist/icons/components/AtSign.d.ts +4 -0
- package/dist/icons/components/AtSign.d.ts.map +1 -0
- package/dist/icons/components/AtSign.js +22 -0
- package/dist/icons/components/Award.d.ts +4 -0
- package/dist/icons/components/Award.d.ts.map +1 -0
- package/dist/icons/components/Award.js +22 -0
- package/dist/icons/components/BarChart.d.ts +4 -0
- package/dist/icons/components/BarChart.d.ts.map +1 -0
- package/dist/icons/components/BarChart.js +27 -0
- package/dist/icons/components/BarChart2.d.ts +4 -0
- package/dist/icons/components/BarChart2.d.ts.map +1 -0
- package/dist/icons/components/BarChart2.js +27 -0
- package/dist/icons/components/Battery.d.ts +4 -0
- package/dist/icons/components/Battery.d.ts.map +1 -0
- package/dist/icons/components/Battery.js +22 -0
- package/dist/icons/components/BatteryCharging.d.ts +4 -0
- package/dist/icons/components/BatteryCharging.d.ts.map +1 -0
- package/dist/icons/components/BatteryCharging.js +27 -0
- package/dist/icons/components/Bell.d.ts +4 -0
- package/dist/icons/components/Bell.d.ts.map +1 -0
- package/dist/icons/components/Bell.js +22 -0
- package/dist/icons/components/BellOff.d.ts +4 -0
- package/dist/icons/components/BellOff.d.ts.map +1 -0
- package/dist/icons/components/BellOff.js +49 -0
- package/dist/icons/components/Bluetooth.d.ts +4 -0
- package/dist/icons/components/Bluetooth.d.ts.map +1 -0
- package/dist/icons/components/Bluetooth.js +17 -0
- package/dist/icons/components/Bold.d.ts +4 -0
- package/dist/icons/components/Bold.d.ts.map +1 -0
- package/dist/icons/components/Bold.js +22 -0
- package/dist/icons/components/Book.d.ts +4 -0
- package/dist/icons/components/Book.d.ts.map +1 -0
- package/dist/icons/components/Book.js +22 -0
- package/dist/icons/components/BookOpen.d.ts +4 -0
- package/dist/icons/components/BookOpen.d.ts.map +1 -0
- package/dist/icons/components/BookOpen.js +22 -0
- package/dist/icons/components/Bookmark.d.ts +4 -0
- package/dist/icons/components/Bookmark.d.ts.map +1 -0
- package/dist/icons/components/Bookmark.js +17 -0
- package/dist/icons/components/Box.d.ts +4 -0
- package/dist/icons/components/Box.d.ts.map +1 -0
- package/dist/icons/components/Box.js +27 -0
- package/dist/icons/components/Briefcase.d.ts +4 -0
- package/dist/icons/components/Briefcase.d.ts.map +1 -0
- package/dist/icons/components/Briefcase.js +22 -0
- package/dist/icons/components/Calendar.d.ts +4 -0
- package/dist/icons/components/Calendar.d.ts.map +1 -0
- package/dist/icons/components/Calendar.js +32 -0
- package/dist/icons/components/Camera.d.ts +4 -0
- package/dist/icons/components/Camera.d.ts.map +1 -0
- package/dist/icons/components/Camera.js +22 -0
- package/dist/icons/components/CameraOff.d.ts +4 -0
- package/dist/icons/components/CameraOff.d.ts.map +1 -0
- package/dist/icons/components/CameraOff.js +34 -0
- package/dist/icons/components/Cast.d.ts +4 -0
- package/dist/icons/components/Cast.d.ts.map +1 -0
- package/dist/icons/components/Cast.js +22 -0
- package/dist/icons/components/Check.d.ts +4 -0
- package/dist/icons/components/Check.d.ts.map +1 -0
- package/dist/icons/components/Check.js +17 -0
- package/dist/icons/components/CheckCircle.d.ts +4 -0
- package/dist/icons/components/CheckCircle.d.ts.map +1 -0
- package/dist/icons/components/CheckCircle.js +22 -0
- package/dist/icons/components/CheckSquare.d.ts +4 -0
- package/dist/icons/components/CheckSquare.d.ts.map +1 -0
- package/dist/icons/components/CheckSquare.js +22 -0
- package/dist/icons/components/ChevronDown.d.ts +4 -0
- package/dist/icons/components/ChevronDown.d.ts.map +1 -0
- package/dist/icons/components/ChevronDown.js +17 -0
- package/dist/icons/components/ChevronLeft.d.ts +4 -0
- package/dist/icons/components/ChevronLeft.d.ts.map +1 -0
- package/dist/icons/components/ChevronLeft.js +17 -0
- package/dist/icons/components/ChevronRight.d.ts +4 -0
- package/dist/icons/components/ChevronRight.d.ts.map +1 -0
- package/dist/icons/components/ChevronRight.js +17 -0
- package/dist/icons/components/ChevronUp.d.ts +4 -0
- package/dist/icons/components/ChevronUp.d.ts.map +1 -0
- package/dist/icons/components/ChevronUp.js +17 -0
- package/dist/icons/components/ChevronsDown.d.ts +4 -0
- package/dist/icons/components/ChevronsDown.d.ts.map +1 -0
- package/dist/icons/components/ChevronsDown.js +22 -0
- package/dist/icons/components/ChevronsLeft.d.ts +4 -0
- package/dist/icons/components/ChevronsLeft.d.ts.map +1 -0
- package/dist/icons/components/ChevronsLeft.js +22 -0
- package/dist/icons/components/ChevronsRight.d.ts +4 -0
- package/dist/icons/components/ChevronsRight.d.ts.map +1 -0
- package/dist/icons/components/ChevronsRight.js +22 -0
- package/dist/icons/components/ChevronsUp.d.ts +4 -0
- package/dist/icons/components/ChevronsUp.d.ts.map +1 -0
- package/dist/icons/components/ChevronsUp.js +22 -0
- package/dist/icons/components/Chrome.d.ts +4 -0
- package/dist/icons/components/Chrome.d.ts.map +1 -0
- package/dist/icons/components/Chrome.js +37 -0
- package/dist/icons/components/Circle.d.ts +4 -0
- package/dist/icons/components/Circle.d.ts.map +1 -0
- package/dist/icons/components/Circle.js +17 -0
- package/dist/icons/components/Clipboard.d.ts +4 -0
- package/dist/icons/components/Clipboard.d.ts.map +1 -0
- package/dist/icons/components/Clipboard.js +22 -0
- package/dist/icons/components/Clock.d.ts +4 -0
- package/dist/icons/components/Clock.d.ts.map +1 -0
- package/dist/icons/components/Clock.js +22 -0
- package/dist/icons/components/Cloud.d.ts +4 -0
- package/dist/icons/components/Cloud.d.ts.map +1 -0
- package/dist/icons/components/Cloud.js +17 -0
- package/dist/icons/components/CloudDrizzle.d.ts +4 -0
- package/dist/icons/components/CloudDrizzle.d.ts.map +1 -0
- package/dist/icons/components/CloudDrizzle.js +59 -0
- package/dist/icons/components/CloudLightning.d.ts +4 -0
- package/dist/icons/components/CloudLightning.d.ts.map +1 -0
- package/dist/icons/components/CloudLightning.js +22 -0
- package/dist/icons/components/CloudOff.d.ts +4 -0
- package/dist/icons/components/CloudOff.d.ts.map +1 -0
- package/dist/icons/components/CloudOff.js +34 -0
- package/dist/icons/components/CloudRain.d.ts +4 -0
- package/dist/icons/components/CloudRain.d.ts.map +1 -0
- package/dist/icons/components/CloudRain.js +44 -0
- package/dist/icons/components/CloudSnow.d.ts +4 -0
- package/dist/icons/components/CloudSnow.d.ts.map +1 -0
- package/dist/icons/components/CloudSnow.js +47 -0
- package/dist/icons/components/ClubeDecathlon.d.ts +4 -0
- package/dist/icons/components/ClubeDecathlon.d.ts.map +1 -0
- package/dist/icons/components/ClubeDecathlon.js +17 -0
- package/dist/icons/components/Code.d.ts +4 -0
- package/dist/icons/components/Code.d.ts.map +1 -0
- package/dist/icons/components/Code.js +22 -0
- package/dist/icons/components/Codepen.d.ts +4 -0
- package/dist/icons/components/Codepen.d.ts.map +1 -0
- package/dist/icons/components/Codepen.js +37 -0
- package/dist/icons/components/Codesandbox.d.ts +4 -0
- package/dist/icons/components/Codesandbox.d.ts.map +1 -0
- package/dist/icons/components/Codesandbox.js +42 -0
- package/dist/icons/components/Coffee.d.ts +4 -0
- package/dist/icons/components/Coffee.d.ts.map +1 -0
- package/dist/icons/components/Coffee.js +37 -0
- package/dist/icons/components/Columns.d.ts +4 -0
- package/dist/icons/components/Columns.d.ts.map +1 -0
- package/dist/icons/components/Columns.js +17 -0
- package/dist/icons/components/Command.d.ts +4 -0
- package/dist/icons/components/Command.d.ts.map +1 -0
- package/dist/icons/components/Command.js +17 -0
- package/dist/icons/components/Compass.d.ts +4 -0
- package/dist/icons/components/Compass.d.ts.map +1 -0
- package/dist/icons/components/Compass.js +22 -0
- package/dist/icons/components/Copy.d.ts +4 -0
- package/dist/icons/components/Copy.d.ts.map +1 -0
- package/dist/icons/components/Copy.js +22 -0
- package/dist/icons/components/CornerDownLeft.d.ts +4 -0
- package/dist/icons/components/CornerDownLeft.d.ts.map +1 -0
- package/dist/icons/components/CornerDownLeft.js +22 -0
- package/dist/icons/components/CornerDownRight.d.ts +4 -0
- package/dist/icons/components/CornerDownRight.d.ts.map +1 -0
- package/dist/icons/components/CornerDownRight.js +22 -0
- package/dist/icons/components/CornerLeftDown.d.ts +4 -0
- package/dist/icons/components/CornerLeftDown.d.ts.map +1 -0
- package/dist/icons/components/CornerLeftDown.js +22 -0
- package/dist/icons/components/CornerLeftUp.d.ts +4 -0
- package/dist/icons/components/CornerLeftUp.d.ts.map +1 -0
- package/dist/icons/components/CornerLeftUp.js +22 -0
- package/dist/icons/components/CornerRightDown.d.ts +4 -0
- package/dist/icons/components/CornerRightDown.d.ts.map +1 -0
- package/dist/icons/components/CornerRightDown.js +22 -0
- package/dist/icons/components/CornerRightUp.d.ts +4 -0
- package/dist/icons/components/CornerRightUp.d.ts.map +1 -0
- package/dist/icons/components/CornerRightUp.js +22 -0
- package/dist/icons/components/CornerUpLeft.d.ts +4 -0
- package/dist/icons/components/CornerUpLeft.d.ts.map +1 -0
- package/dist/icons/components/CornerUpLeft.js +22 -0
- package/dist/icons/components/CornerUpRight.d.ts +4 -0
- package/dist/icons/components/CornerUpRight.d.ts.map +1 -0
- package/dist/icons/components/CornerUpRight.js +22 -0
- package/dist/icons/components/Cpu.d.ts +4 -0
- package/dist/icons/components/Cpu.d.ts.map +1 -0
- package/dist/icons/components/Cpu.js +74 -0
- package/dist/icons/components/CreditCard.d.ts +4 -0
- package/dist/icons/components/CreditCard.d.ts.map +1 -0
- package/dist/icons/components/CreditCard.js +22 -0
- package/dist/icons/components/Crop.d.ts +4 -0
- package/dist/icons/components/Crop.d.ts.map +1 -0
- package/dist/icons/components/Crop.js +34 -0
- package/dist/icons/components/Crosshair.d.ts +4 -0
- package/dist/icons/components/Crosshair.d.ts.map +1 -0
- package/dist/icons/components/Crosshair.js +37 -0
- package/dist/icons/components/Database.d.ts +4 -0
- package/dist/icons/components/Database.d.ts.map +1 -0
- package/dist/icons/components/Database.js +27 -0
- package/dist/icons/components/Delete.d.ts +4 -0
- package/dist/icons/components/Delete.d.ts.map +1 -0
- package/dist/icons/components/Delete.js +27 -0
- package/dist/icons/components/Disc.d.ts +4 -0
- package/dist/icons/components/Disc.d.ts.map +1 -0
- package/dist/icons/components/Disc.js +22 -0
- package/dist/icons/components/Divide.d.ts +4 -0
- package/dist/icons/components/Divide.d.ts.map +1 -0
- package/dist/icons/components/Divide.js +27 -0
- package/dist/icons/components/DivideCircle.d.ts +4 -0
- package/dist/icons/components/DivideCircle.d.ts.map +1 -0
- package/dist/icons/components/DivideCircle.js +22 -0
- package/dist/icons/components/DivideSquare.d.ts +4 -0
- package/dist/icons/components/DivideSquare.d.ts.map +1 -0
- package/dist/icons/components/DivideSquare.js +22 -0
- package/dist/icons/components/DollarSign.d.ts +4 -0
- package/dist/icons/components/DollarSign.d.ts.map +1 -0
- package/dist/icons/components/DollarSign.js +22 -0
- package/dist/icons/components/Download.d.ts +4 -0
- package/dist/icons/components/Download.d.ts.map +1 -0
- package/dist/icons/components/Download.js +27 -0
- package/dist/icons/components/DownloadCloud.d.ts +4 -0
- package/dist/icons/components/DownloadCloud.d.ts.map +1 -0
- package/dist/icons/components/DownloadCloud.js +27 -0
- package/dist/icons/components/Dribbble.d.ts +4 -0
- package/dist/icons/components/Dribbble.d.ts.map +1 -0
- package/dist/icons/components/Dribbble.js +22 -0
- package/dist/icons/components/Droplet.d.ts +4 -0
- package/dist/icons/components/Droplet.d.ts.map +1 -0
- package/dist/icons/components/Droplet.js +17 -0
- package/dist/icons/components/Edit.d.ts +4 -0
- package/dist/icons/components/Edit.d.ts.map +1 -0
- package/dist/icons/components/Edit.js +22 -0
- package/dist/icons/components/Edit2.d.ts +4 -0
- package/dist/icons/components/Edit2.d.ts.map +1 -0
- package/dist/icons/components/Edit2.js +17 -0
- package/dist/icons/components/Edit3.d.ts +4 -0
- package/dist/icons/components/Edit3.d.ts.map +1 -0
- package/dist/icons/components/Edit3.js +22 -0
- package/dist/icons/components/ErrorWarning.d.ts +4 -0
- package/dist/icons/components/ErrorWarning.d.ts.map +1 -0
- package/dist/icons/components/ErrorWarning.js +20 -0
- package/dist/icons/components/Explore.d.ts +4 -0
- package/dist/icons/components/Explore.d.ts.map +1 -0
- package/dist/icons/components/Explore.js +17 -0
- package/dist/icons/components/ExternalLink.d.ts +4 -0
- package/dist/icons/components/ExternalLink.d.ts.map +1 -0
- package/dist/icons/components/ExternalLink.js +27 -0
- package/dist/icons/components/Eye.d.ts +4 -0
- package/dist/icons/components/Eye.d.ts.map +1 -0
- package/dist/icons/components/Eye.js +22 -0
- package/dist/icons/components/EyeOff.d.ts +4 -0
- package/dist/icons/components/EyeOff.d.ts.map +1 -0
- package/dist/icons/components/EyeOff.js +34 -0
- package/dist/icons/components/Facebook.d.ts +4 -0
- package/dist/icons/components/Facebook.d.ts.map +1 -0
- package/dist/icons/components/Facebook.js +17 -0
- package/dist/icons/components/FastForward.d.ts +4 -0
- package/dist/icons/components/FastForward.d.ts.map +1 -0
- package/dist/icons/components/FastForward.js +22 -0
- package/dist/icons/components/Feather.d.ts +4 -0
- package/dist/icons/components/Feather.d.ts.map +1 -0
- package/dist/icons/components/Feather.js +27 -0
- package/dist/icons/components/Figma.d.ts +4 -0
- package/dist/icons/components/Figma.d.ts.map +1 -0
- package/dist/icons/components/Figma.js +37 -0
- package/dist/icons/components/File.d.ts +4 -0
- package/dist/icons/components/File.d.ts.map +1 -0
- package/dist/icons/components/File.js +22 -0
- package/dist/icons/components/FileMinus.d.ts +4 -0
- package/dist/icons/components/FileMinus.d.ts.map +1 -0
- package/dist/icons/components/FileMinus.js +27 -0
- package/dist/icons/components/FilePlus.d.ts +4 -0
- package/dist/icons/components/FilePlus.d.ts.map +1 -0
- package/dist/icons/components/FilePlus.js +32 -0
- package/dist/icons/components/FileText.d.ts +4 -0
- package/dist/icons/components/FileText.d.ts.map +1 -0
- package/dist/icons/components/FileText.js +37 -0
- package/dist/icons/components/Film.d.ts +4 -0
- package/dist/icons/components/Film.d.ts.map +1 -0
- package/dist/icons/components/Film.js +52 -0
- package/dist/icons/components/Filter.d.ts +4 -0
- package/dist/icons/components/Filter.d.ts.map +1 -0
- package/dist/icons/components/Filter.js +17 -0
- package/dist/icons/components/Flag.d.ts +4 -0
- package/dist/icons/components/Flag.d.ts.map +1 -0
- package/dist/icons/components/Flag.js +22 -0
- package/dist/icons/components/Folder.d.ts +4 -0
- package/dist/icons/components/Folder.d.ts.map +1 -0
- package/dist/icons/components/Folder.js +17 -0
- package/dist/icons/components/FolderMinus.d.ts +4 -0
- package/dist/icons/components/FolderMinus.d.ts.map +1 -0
- package/dist/icons/components/FolderMinus.js +22 -0
- package/dist/icons/components/FolderPlus.d.ts +4 -0
- package/dist/icons/components/FolderPlus.d.ts.map +1 -0
- package/dist/icons/components/FolderPlus.js +27 -0
- package/dist/icons/components/Framer.d.ts +4 -0
- package/dist/icons/components/Framer.d.ts.map +1 -0
- package/dist/icons/components/Framer.js +17 -0
- package/dist/icons/components/Frown.d.ts +4 -0
- package/dist/icons/components/Frown.d.ts.map +1 -0
- package/dist/icons/components/Frown.js +32 -0
- package/dist/icons/components/Gift.d.ts +4 -0
- package/dist/icons/components/Gift.d.ts.map +1 -0
- package/dist/icons/components/Gift.js +37 -0
- package/dist/icons/components/GitBranch.d.ts +4 -0
- package/dist/icons/components/GitBranch.d.ts.map +1 -0
- package/dist/icons/components/GitBranch.js +32 -0
- package/dist/icons/components/GitCommit.d.ts +4 -0
- package/dist/icons/components/GitCommit.d.ts.map +1 -0
- package/dist/icons/components/GitCommit.js +27 -0
- package/dist/icons/components/GitMerge.d.ts +4 -0
- package/dist/icons/components/GitMerge.d.ts.map +1 -0
- package/dist/icons/components/GitMerge.js +27 -0
- package/dist/icons/components/GitPullRequest.d.ts +4 -0
- package/dist/icons/components/GitPullRequest.d.ts.map +1 -0
- package/dist/icons/components/GitPullRequest.js +32 -0
- package/dist/icons/components/Github.d.ts +4 -0
- package/dist/icons/components/Github.d.ts.map +1 -0
- package/dist/icons/components/Github.js +17 -0
- package/dist/icons/components/Gitlab.d.ts +4 -0
- package/dist/icons/components/Gitlab.d.ts.map +1 -0
- package/dist/icons/components/Gitlab.js +17 -0
- package/dist/icons/components/Globe.d.ts +4 -0
- package/dist/icons/components/Globe.d.ts.map +1 -0
- package/dist/icons/components/Globe.js +27 -0
- package/dist/icons/components/Grid.d.ts +4 -0
- package/dist/icons/components/Grid.d.ts.map +1 -0
- package/dist/icons/components/Grid.js +32 -0
- package/dist/icons/components/HardDrive.d.ts +4 -0
- package/dist/icons/components/HardDrive.d.ts.map +1 -0
- package/dist/icons/components/HardDrive.js +32 -0
- package/dist/icons/components/Hash.d.ts +4 -0
- package/dist/icons/components/Hash.d.ts.map +1 -0
- package/dist/icons/components/Hash.js +32 -0
- package/dist/icons/components/Headphones.d.ts +4 -0
- package/dist/icons/components/Headphones.d.ts.map +1 -0
- package/dist/icons/components/Headphones.js +22 -0
- package/dist/icons/components/Heart.d.ts +4 -0
- package/dist/icons/components/Heart.d.ts.map +1 -0
- package/dist/icons/components/Heart.js +17 -0
- package/dist/icons/components/HeartFill.d.ts +4 -0
- package/dist/icons/components/HeartFill.d.ts.map +1 -0
- package/dist/icons/components/HeartFill.js +17 -0
- package/dist/icons/components/HelpCircle.d.ts +4 -0
- package/dist/icons/components/HelpCircle.d.ts.map +1 -0
- package/dist/icons/components/HelpCircle.js +27 -0
- package/dist/icons/components/Hexagon.d.ts +4 -0
- package/dist/icons/components/Hexagon.d.ts.map +1 -0
- package/dist/icons/components/Hexagon.js +17 -0
- package/dist/icons/components/Home.d.ts +4 -0
- package/dist/icons/components/Home.d.ts.map +1 -0
- package/dist/icons/components/Home.js +22 -0
- package/dist/icons/components/Image.d.ts +4 -0
- package/dist/icons/components/Image.d.ts.map +1 -0
- package/dist/icons/components/Image.js +27 -0
- package/dist/icons/components/Inbox.d.ts +4 -0
- package/dist/icons/components/Inbox.d.ts.map +1 -0
- package/dist/icons/components/Inbox.js +22 -0
- package/dist/icons/components/Info.d.ts +4 -0
- package/dist/icons/components/Info.d.ts.map +1 -0
- package/dist/icons/components/Info.js +27 -0
- package/dist/icons/components/Instagram.d.ts +4 -0
- package/dist/icons/components/Instagram.d.ts.map +1 -0
- package/dist/icons/components/Instagram.js +27 -0
- package/dist/icons/components/Italic.d.ts +4 -0
- package/dist/icons/components/Italic.d.ts.map +1 -0
- package/dist/icons/components/Italic.js +27 -0
- package/dist/icons/components/Key.d.ts +4 -0
- package/dist/icons/components/Key.d.ts.map +1 -0
- package/dist/icons/components/Key.js +17 -0
- package/dist/icons/components/Layers.d.ts +4 -0
- package/dist/icons/components/Layers.d.ts.map +1 -0
- package/dist/icons/components/Layers.js +27 -0
- package/dist/icons/components/Layout.d.ts +4 -0
- package/dist/icons/components/Layout.d.ts.map +1 -0
- package/dist/icons/components/Layout.js +27 -0
- package/dist/icons/components/LifeBuoy.d.ts +4 -0
- package/dist/icons/components/LifeBuoy.d.ts.map +1 -0
- package/dist/icons/components/LifeBuoy.js +47 -0
- package/dist/icons/components/Link.d.ts +4 -0
- package/dist/icons/components/Link.d.ts.map +1 -0
- package/dist/icons/components/Link.js +22 -0
- package/dist/icons/components/Link2.d.ts +4 -0
- package/dist/icons/components/Link2.d.ts.map +1 -0
- package/dist/icons/components/Link2.js +22 -0
- package/dist/icons/components/Linkedin.d.ts +4 -0
- package/dist/icons/components/Linkedin.d.ts.map +1 -0
- package/dist/icons/components/Linkedin.js +27 -0
- package/dist/icons/components/List.d.ts +4 -0
- package/dist/icons/components/List.d.ts.map +1 -0
- package/dist/icons/components/List.js +42 -0
- package/dist/icons/components/Loader.d.ts +4 -0
- package/dist/icons/components/Loader.d.ts.map +1 -0
- package/dist/icons/components/Loader.js +52 -0
- package/dist/icons/components/Lock.d.ts +4 -0
- package/dist/icons/components/Lock.d.ts.map +1 -0
- package/dist/icons/components/Lock.js +22 -0
- package/dist/icons/components/LogIn.d.ts +4 -0
- package/dist/icons/components/LogIn.d.ts.map +1 -0
- package/dist/icons/components/LogIn.js +27 -0
- package/dist/icons/components/LogOut.d.ts +4 -0
- package/dist/icons/components/LogOut.d.ts.map +1 -0
- package/dist/icons/components/LogOut.js +27 -0
- package/dist/icons/components/Mail.d.ts +4 -0
- package/dist/icons/components/Mail.d.ts.map +1 -0
- package/dist/icons/components/Mail.js +22 -0
- package/dist/icons/components/Map.d.ts +4 -0
- package/dist/icons/components/Map.d.ts.map +1 -0
- package/dist/icons/components/Map.js +27 -0
- package/dist/icons/components/MapPin.d.ts +4 -0
- package/dist/icons/components/MapPin.d.ts.map +1 -0
- package/dist/icons/components/MapPin.js +22 -0
- package/dist/icons/components/Maximize.d.ts +4 -0
- package/dist/icons/components/Maximize.d.ts.map +1 -0
- package/dist/icons/components/Maximize.js +17 -0
- package/dist/icons/components/Maximize2.d.ts +4 -0
- package/dist/icons/components/Maximize2.d.ts.map +1 -0
- package/dist/icons/components/Maximize2.js +32 -0
- package/dist/icons/components/Meh.d.ts +4 -0
- package/dist/icons/components/Meh.d.ts.map +1 -0
- package/dist/icons/components/Meh.js +32 -0
- package/dist/icons/components/Menu.d.ts +4 -0
- package/dist/icons/components/Menu.d.ts.map +1 -0
- package/dist/icons/components/Menu.js +27 -0
- package/dist/icons/components/MessageCircle.d.ts +4 -0
- package/dist/icons/components/MessageCircle.d.ts.map +1 -0
- package/dist/icons/components/MessageCircle.js +17 -0
- package/dist/icons/components/MessageSquare.d.ts +4 -0
- package/dist/icons/components/MessageSquare.d.ts.map +1 -0
- package/dist/icons/components/MessageSquare.js +17 -0
- package/dist/icons/components/Mic.d.ts +4 -0
- package/dist/icons/components/Mic.d.ts.map +1 -0
- package/dist/icons/components/Mic.js +32 -0
- package/dist/icons/components/MicOff.d.ts +4 -0
- package/dist/icons/components/MicOff.d.ts.map +1 -0
- package/dist/icons/components/MicOff.js +49 -0
- package/dist/icons/components/Minimize.d.ts +4 -0
- package/dist/icons/components/Minimize.d.ts.map +1 -0
- package/dist/icons/components/Minimize.js +17 -0
- package/dist/icons/components/Minimize2.d.ts +4 -0
- package/dist/icons/components/Minimize2.d.ts.map +1 -0
- package/dist/icons/components/Minimize2.js +32 -0
- package/dist/icons/components/Minus.d.ts +4 -0
- package/dist/icons/components/Minus.d.ts.map +1 -0
- package/dist/icons/components/Minus.js +17 -0
- package/dist/icons/components/MinusCircle.d.ts +4 -0
- package/dist/icons/components/MinusCircle.d.ts.map +1 -0
- package/dist/icons/components/MinusCircle.js +22 -0
- package/dist/icons/components/MinusSquare.d.ts +4 -0
- package/dist/icons/components/MinusSquare.d.ts.map +1 -0
- package/dist/icons/components/MinusSquare.js +22 -0
- package/dist/icons/components/Monitor.d.ts +4 -0
- package/dist/icons/components/Monitor.d.ts.map +1 -0
- package/dist/icons/components/Monitor.js +27 -0
- package/dist/icons/components/Moon.d.ts +4 -0
- package/dist/icons/components/Moon.d.ts.map +1 -0
- package/dist/icons/components/Moon.js +17 -0
- package/dist/icons/components/MoreHorizontal.d.ts +4 -0
- package/dist/icons/components/MoreHorizontal.d.ts.map +1 -0
- package/dist/icons/components/MoreHorizontal.js +27 -0
- package/dist/icons/components/MoreVertical.d.ts +4 -0
- package/dist/icons/components/MoreVertical.d.ts.map +1 -0
- package/dist/icons/components/MoreVertical.js +27 -0
- package/dist/icons/components/MousePointer.d.ts +4 -0
- package/dist/icons/components/MousePointer.d.ts.map +1 -0
- package/dist/icons/components/MousePointer.js +22 -0
- package/dist/icons/components/Move.d.ts +4 -0
- package/dist/icons/components/Move.d.ts.map +1 -0
- package/dist/icons/components/Move.js +42 -0
- package/dist/icons/components/Music.d.ts +4 -0
- package/dist/icons/components/Music.d.ts.map +1 -0
- package/dist/icons/components/Music.js +27 -0
- package/dist/icons/components/Navigation.d.ts +4 -0
- package/dist/icons/components/Navigation.d.ts.map +1 -0
- package/dist/icons/components/Navigation.js +17 -0
- package/dist/icons/components/Navigation2.d.ts +4 -0
- package/dist/icons/components/Navigation2.d.ts.map +1 -0
- package/dist/icons/components/Navigation2.js +17 -0
- package/dist/icons/components/Octagon.d.ts +4 -0
- package/dist/icons/components/Octagon.d.ts.map +1 -0
- package/dist/icons/components/Octagon.js +17 -0
- package/dist/icons/components/Package.d.ts +4 -0
- package/dist/icons/components/Package.d.ts.map +1 -0
- package/dist/icons/components/Package.js +32 -0
- package/dist/icons/components/Paperclip.d.ts +4 -0
- package/dist/icons/components/Paperclip.d.ts.map +1 -0
- package/dist/icons/components/Paperclip.js +17 -0
- package/dist/icons/components/Pause.d.ts +4 -0
- package/dist/icons/components/Pause.d.ts.map +1 -0
- package/dist/icons/components/Pause.js +22 -0
- package/dist/icons/components/PauseCircle.d.ts +4 -0
- package/dist/icons/components/PauseCircle.d.ts.map +1 -0
- package/dist/icons/components/PauseCircle.js +27 -0
- package/dist/icons/components/PenTool.d.ts +4 -0
- package/dist/icons/components/PenTool.d.ts.map +1 -0
- package/dist/icons/components/PenTool.js +32 -0
- package/dist/icons/components/Percent.d.ts +4 -0
- package/dist/icons/components/Percent.d.ts.map +1 -0
- package/dist/icons/components/Percent.js +27 -0
- package/dist/icons/components/Phone.d.ts +4 -0
- package/dist/icons/components/Phone.d.ts.map +1 -0
- package/dist/icons/components/Phone.js +17 -0
- package/dist/icons/components/PhoneCall.d.ts +4 -0
- package/dist/icons/components/PhoneCall.d.ts.map +1 -0
- package/dist/icons/components/PhoneCall.js +17 -0
- package/dist/icons/components/PhoneForwarded.d.ts +4 -0
- package/dist/icons/components/PhoneForwarded.d.ts.map +1 -0
- package/dist/icons/components/PhoneForwarded.js +27 -0
- package/dist/icons/components/PhoneIncoming.d.ts +4 -0
- package/dist/icons/components/PhoneIncoming.d.ts.map +1 -0
- package/dist/icons/components/PhoneIncoming.js +27 -0
- package/dist/icons/components/PhoneMissed.d.ts +4 -0
- package/dist/icons/components/PhoneMissed.d.ts.map +1 -0
- package/dist/icons/components/PhoneMissed.js +27 -0
- package/dist/icons/components/PhoneOff.d.ts +4 -0
- package/dist/icons/components/PhoneOff.d.ts.map +1 -0
- package/dist/icons/components/PhoneOff.js +34 -0
- package/dist/icons/components/PhoneOutgoing.d.ts +4 -0
- package/dist/icons/components/PhoneOutgoing.d.ts.map +1 -0
- package/dist/icons/components/PhoneOutgoing.js +27 -0
- package/dist/icons/components/PieChart.d.ts +4 -0
- package/dist/icons/components/PieChart.d.ts.map +1 -0
- package/dist/icons/components/PieChart.js +22 -0
- package/dist/icons/components/Play.d.ts +4 -0
- package/dist/icons/components/Play.d.ts.map +1 -0
- package/dist/icons/components/Play.js +17 -0
- package/dist/icons/components/PlayCircle.d.ts +4 -0
- package/dist/icons/components/PlayCircle.d.ts.map +1 -0
- package/dist/icons/components/PlayCircle.js +22 -0
- package/dist/icons/components/Plus.d.ts +4 -0
- package/dist/icons/components/Plus.d.ts.map +1 -0
- package/dist/icons/components/Plus.js +22 -0
- package/dist/icons/components/PlusCircle.d.ts +4 -0
- package/dist/icons/components/PlusCircle.d.ts.map +1 -0
- package/dist/icons/components/PlusCircle.js +27 -0
- package/dist/icons/components/PlusSquare.d.ts +4 -0
- package/dist/icons/components/PlusSquare.d.ts.map +1 -0
- package/dist/icons/components/PlusSquare.js +27 -0
- package/dist/icons/components/Pocket.d.ts +4 -0
- package/dist/icons/components/Pocket.d.ts.map +1 -0
- package/dist/icons/components/Pocket.js +22 -0
- package/dist/icons/components/Power.d.ts +4 -0
- package/dist/icons/components/Power.d.ts.map +1 -0
- package/dist/icons/components/Power.js +22 -0
- package/dist/icons/components/Printer.d.ts +4 -0
- package/dist/icons/components/Printer.d.ts.map +1 -0
- package/dist/icons/components/Printer.js +27 -0
- package/dist/icons/components/Radio.d.ts +4 -0
- package/dist/icons/components/Radio.d.ts.map +1 -0
- package/dist/icons/components/Radio.js +22 -0
- package/dist/icons/components/RefreshCcw.d.ts +4 -0
- package/dist/icons/components/RefreshCcw.d.ts.map +1 -0
- package/dist/icons/components/RefreshCcw.js +27 -0
- package/dist/icons/components/RefreshCw.d.ts +4 -0
- package/dist/icons/components/RefreshCw.d.ts.map +1 -0
- package/dist/icons/components/RefreshCw.js +27 -0
- package/dist/icons/components/Repeat.d.ts +4 -0
- package/dist/icons/components/Repeat.d.ts.map +1 -0
- package/dist/icons/components/Repeat.js +32 -0
- package/dist/icons/components/Rewind.d.ts +4 -0
- package/dist/icons/components/Rewind.d.ts.map +1 -0
- package/dist/icons/components/Rewind.js +22 -0
- package/dist/icons/components/RotateCcw.d.ts +4 -0
- package/dist/icons/components/RotateCcw.d.ts.map +1 -0
- package/dist/icons/components/RotateCcw.js +22 -0
- package/dist/icons/components/RotateCw.d.ts +4 -0
- package/dist/icons/components/RotateCw.d.ts.map +1 -0
- package/dist/icons/components/RotateCw.js +22 -0
- package/dist/icons/components/Rss.d.ts +4 -0
- package/dist/icons/components/Rss.d.ts.map +1 -0
- package/dist/icons/components/Rss.js +27 -0
- package/dist/icons/components/Save.d.ts +4 -0
- package/dist/icons/components/Save.d.ts.map +1 -0
- package/dist/icons/components/Save.js +27 -0
- package/dist/icons/components/Scissors.d.ts +4 -0
- package/dist/icons/components/Scissors.d.ts.map +1 -0
- package/dist/icons/components/Scissors.js +37 -0
- package/dist/icons/components/Search.d.ts +4 -0
- package/dist/icons/components/Search.d.ts.map +1 -0
- package/dist/icons/components/Search.js +22 -0
- package/dist/icons/components/Send.d.ts +4 -0
- package/dist/icons/components/Send.d.ts.map +1 -0
- package/dist/icons/components/Send.js +22 -0
- package/dist/icons/components/Server.d.ts +4 -0
- package/dist/icons/components/Server.d.ts.map +1 -0
- package/dist/icons/components/Server.js +32 -0
- package/dist/icons/components/Settings.d.ts +4 -0
- package/dist/icons/components/Settings.d.ts.map +1 -0
- package/dist/icons/components/Settings.js +34 -0
- package/dist/icons/components/Share.d.ts +4 -0
- package/dist/icons/components/Share.d.ts.map +1 -0
- package/dist/icons/components/Share.js +27 -0
- package/dist/icons/components/Share2.d.ts +4 -0
- package/dist/icons/components/Share2.d.ts.map +1 -0
- package/dist/icons/components/Share2.js +37 -0
- package/dist/icons/components/Shield.d.ts +4 -0
- package/dist/icons/components/Shield.d.ts.map +1 -0
- package/dist/icons/components/Shield.js +17 -0
- package/dist/icons/components/ShieldCheck.d.ts +4 -0
- package/dist/icons/components/ShieldCheck.d.ts.map +1 -0
- package/dist/icons/components/ShieldCheck.js +17 -0
- package/dist/icons/components/ShieldOff.d.ts +4 -0
- package/dist/icons/components/ShieldOff.d.ts.map +1 -0
- package/dist/icons/components/ShieldOff.js +39 -0
- package/dist/icons/components/ShoppingBag.d.ts +4 -0
- package/dist/icons/components/ShoppingBag.d.ts.map +1 -0
- package/dist/icons/components/ShoppingBag.js +27 -0
- package/dist/icons/components/ShoppingCart.d.ts +4 -0
- package/dist/icons/components/ShoppingCart.d.ts.map +1 -0
- package/dist/icons/components/ShoppingCart.js +27 -0
- package/dist/icons/components/Shuffle.d.ts +4 -0
- package/dist/icons/components/Shuffle.d.ts.map +1 -0
- package/dist/icons/components/Shuffle.js +37 -0
- package/dist/icons/components/Sidebar.d.ts +4 -0
- package/dist/icons/components/Sidebar.d.ts.map +1 -0
- package/dist/icons/components/Sidebar.js +22 -0
- package/dist/icons/components/SkipBack.d.ts +4 -0
- package/dist/icons/components/SkipBack.d.ts.map +1 -0
- package/dist/icons/components/SkipBack.js +22 -0
- package/dist/icons/components/SkipForward.d.ts +4 -0
- package/dist/icons/components/SkipForward.d.ts.map +1 -0
- package/dist/icons/components/SkipForward.js +22 -0
- package/dist/icons/components/Slack.d.ts +4 -0
- package/dist/icons/components/Slack.d.ts.map +1 -0
- package/dist/icons/components/Slack.js +52 -0
- package/dist/icons/components/Slash.d.ts +4 -0
- package/dist/icons/components/Slash.d.ts.map +1 -0
- package/dist/icons/components/Slash.js +22 -0
- package/dist/icons/components/Sliders.d.ts +4 -0
- package/dist/icons/components/Sliders.d.ts.map +1 -0
- package/dist/icons/components/Sliders.js +57 -0
- package/dist/icons/components/Smartphone.d.ts +4 -0
- package/dist/icons/components/Smartphone.d.ts.map +1 -0
- package/dist/icons/components/Smartphone.js +22 -0
- package/dist/icons/components/Smile.d.ts +4 -0
- package/dist/icons/components/Smile.d.ts.map +1 -0
- package/dist/icons/components/Smile.js +32 -0
- package/dist/icons/components/Speaker.d.ts +4 -0
- package/dist/icons/components/Speaker.d.ts.map +1 -0
- package/dist/icons/components/Speaker.js +27 -0
- package/dist/icons/components/Square.d.ts +4 -0
- package/dist/icons/components/Square.d.ts.map +1 -0
- package/dist/icons/components/Square.js +17 -0
- package/dist/icons/components/Star.d.ts +4 -0
- package/dist/icons/components/Star.d.ts.map +1 -0
- package/dist/icons/components/Star.js +17 -0
- package/dist/icons/components/StopCircle.d.ts +4 -0
- package/dist/icons/components/StopCircle.d.ts.map +1 -0
- package/dist/icons/components/StopCircle.js +22 -0
- package/dist/icons/components/Sun.d.ts +4 -0
- package/dist/icons/components/Sun.d.ts.map +1 -0
- package/dist/icons/components/Sun.js +69 -0
- package/dist/icons/components/Sunrise.d.ts +4 -0
- package/dist/icons/components/Sunrise.d.ts.map +1 -0
- package/dist/icons/components/Sunrise.js +52 -0
- package/dist/icons/components/Sunset.d.ts +4 -0
- package/dist/icons/components/Sunset.d.ts.map +1 -0
- package/dist/icons/components/Sunset.js +52 -0
- package/dist/icons/components/Table.d.ts +4 -0
- package/dist/icons/components/Table.d.ts.map +1 -0
- package/dist/icons/components/Table.js +17 -0
- package/dist/icons/components/Tablet.d.ts +4 -0
- package/dist/icons/components/Tablet.d.ts.map +1 -0
- package/dist/icons/components/Tablet.js +22 -0
- package/dist/icons/components/Tag.d.ts +4 -0
- package/dist/icons/components/Tag.d.ts.map +1 -0
- package/dist/icons/components/Tag.js +22 -0
- package/dist/icons/components/Target.d.ts +4 -0
- package/dist/icons/components/Target.d.ts.map +1 -0
- package/dist/icons/components/Target.js +27 -0
- package/dist/icons/components/Terminal.d.ts +4 -0
- package/dist/icons/components/Terminal.d.ts.map +1 -0
- package/dist/icons/components/Terminal.js +22 -0
- package/dist/icons/components/Thermometer.d.ts +4 -0
- package/dist/icons/components/Thermometer.d.ts.map +1 -0
- package/dist/icons/components/Thermometer.js +17 -0
- package/dist/icons/components/ThumbsDown.d.ts +4 -0
- package/dist/icons/components/ThumbsDown.d.ts.map +1 -0
- package/dist/icons/components/ThumbsDown.js +17 -0
- package/dist/icons/components/ThumbsUp.d.ts +4 -0
- package/dist/icons/components/ThumbsUp.d.ts.map +1 -0
- package/dist/icons/components/ThumbsUp.js +17 -0
- package/dist/icons/components/ToggleLeft.d.ts +4 -0
- package/dist/icons/components/ToggleLeft.d.ts.map +1 -0
- package/dist/icons/components/ToggleLeft.js +22 -0
- package/dist/icons/components/ToggleRight.d.ts +4 -0
- package/dist/icons/components/ToggleRight.d.ts.map +1 -0
- package/dist/icons/components/ToggleRight.js +22 -0
- package/dist/icons/components/Tool.d.ts +4 -0
- package/dist/icons/components/Tool.d.ts.map +1 -0
- package/dist/icons/components/Tool.js +17 -0
- package/dist/icons/components/Trash.d.ts +4 -0
- package/dist/icons/components/Trash.d.ts.map +1 -0
- package/dist/icons/components/Trash.js +22 -0
- package/dist/icons/components/Trash2.d.ts +4 -0
- package/dist/icons/components/Trash2.d.ts.map +1 -0
- package/dist/icons/components/Trash2.js +32 -0
- package/dist/icons/components/Trello.d.ts +4 -0
- package/dist/icons/components/Trello.d.ts.map +1 -0
- package/dist/icons/components/Trello.js +27 -0
- package/dist/icons/components/TrendingDown.d.ts +4 -0
- package/dist/icons/components/TrendingDown.d.ts.map +1 -0
- package/dist/icons/components/TrendingDown.js +22 -0
- package/dist/icons/components/TrendingUp.d.ts +4 -0
- package/dist/icons/components/TrendingUp.d.ts.map +1 -0
- package/dist/icons/components/TrendingUp.js +22 -0
- package/dist/icons/components/Triangle.d.ts +4 -0
- package/dist/icons/components/Triangle.d.ts.map +1 -0
- package/dist/icons/components/Triangle.js +17 -0
- package/dist/icons/components/Truck.d.ts +4 -0
- package/dist/icons/components/Truck.d.ts.map +1 -0
- package/dist/icons/components/Truck.js +32 -0
- package/dist/icons/components/Tv.d.ts +4 -0
- package/dist/icons/components/Tv.d.ts.map +1 -0
- package/dist/icons/components/Tv.js +22 -0
- package/dist/icons/components/Twitch.d.ts +4 -0
- package/dist/icons/components/Twitch.d.ts.map +1 -0
- package/dist/icons/components/Twitch.js +17 -0
- package/dist/icons/components/Twitter.d.ts +4 -0
- package/dist/icons/components/Twitter.d.ts.map +1 -0
- package/dist/icons/components/Twitter.js +17 -0
- package/dist/icons/components/Type.d.ts +4 -0
- package/dist/icons/components/Type.d.ts.map +1 -0
- package/dist/icons/components/Type.js +27 -0
- package/dist/icons/components/Umbrella.d.ts +4 -0
- package/dist/icons/components/Umbrella.d.ts.map +1 -0
- package/dist/icons/components/Umbrella.js +17 -0
- package/dist/icons/components/Underline.d.ts +4 -0
- package/dist/icons/components/Underline.d.ts.map +1 -0
- package/dist/icons/components/Underline.js +22 -0
- package/dist/icons/components/Unlock.d.ts +4 -0
- package/dist/icons/components/Unlock.d.ts.map +1 -0
- package/dist/icons/components/Unlock.js +22 -0
- package/dist/icons/components/Upload.d.ts +4 -0
- package/dist/icons/components/Upload.d.ts.map +1 -0
- package/dist/icons/components/Upload.js +27 -0
- package/dist/icons/components/UploadCloud.d.ts +4 -0
- package/dist/icons/components/UploadCloud.d.ts.map +1 -0
- package/dist/icons/components/UploadCloud.js +32 -0
- package/dist/icons/components/User.d.ts +4 -0
- package/dist/icons/components/User.d.ts.map +1 -0
- package/dist/icons/components/User.js +22 -0
- package/dist/icons/components/UserCheck.d.ts +4 -0
- package/dist/icons/components/UserCheck.d.ts.map +1 -0
- package/dist/icons/components/UserCheck.js +27 -0
- package/dist/icons/components/UserMinus.d.ts +4 -0
- package/dist/icons/components/UserMinus.d.ts.map +1 -0
- package/dist/icons/components/UserMinus.js +27 -0
- package/dist/icons/components/UserPlus.d.ts +4 -0
- package/dist/icons/components/UserPlus.d.ts.map +1 -0
- package/dist/icons/components/UserPlus.js +32 -0
- package/dist/icons/components/UserX.d.ts +4 -0
- package/dist/icons/components/UserX.d.ts.map +1 -0
- package/dist/icons/components/UserX.js +32 -0
- package/dist/icons/components/Users.d.ts +4 -0
- package/dist/icons/components/Users.d.ts.map +1 -0
- package/dist/icons/components/Users.js +32 -0
- package/dist/icons/components/Video.d.ts +4 -0
- package/dist/icons/components/Video.d.ts.map +1 -0
- package/dist/icons/components/Video.js +22 -0
- package/dist/icons/components/VideoOff.d.ts +4 -0
- package/dist/icons/components/VideoOff.d.ts.map +1 -0
- package/dist/icons/components/VideoOff.js +34 -0
- package/dist/icons/components/Voicemail.d.ts +4 -0
- package/dist/icons/components/Voicemail.d.ts.map +1 -0
- package/dist/icons/components/Voicemail.js +27 -0
- package/dist/icons/components/Volume.d.ts +4 -0
- package/dist/icons/components/Volume.d.ts.map +1 -0
- package/dist/icons/components/Volume.js +17 -0
- package/dist/icons/components/Volume1.d.ts +4 -0
- package/dist/icons/components/Volume1.d.ts.map +1 -0
- package/dist/icons/components/Volume1.js +22 -0
- package/dist/icons/components/Volume2.d.ts +4 -0
- package/dist/icons/components/Volume2.d.ts.map +1 -0
- package/dist/icons/components/Volume2.js +22 -0
- package/dist/icons/components/VolumeX.d.ts +4 -0
- package/dist/icons/components/VolumeX.d.ts.map +1 -0
- package/dist/icons/components/VolumeX.js +27 -0
- package/dist/icons/components/Watch.d.ts +4 -0
- package/dist/icons/components/Watch.d.ts.map +1 -0
- package/dist/icons/components/Watch.js +27 -0
- package/dist/icons/components/Whatsapp.d.ts +4 -0
- package/dist/icons/components/Whatsapp.d.ts.map +1 -0
- package/dist/icons/components/Whatsapp.js +17 -0
- package/dist/icons/components/Wifi.d.ts +4 -0
- package/dist/icons/components/Wifi.d.ts.map +1 -0
- package/dist/icons/components/Wifi.js +32 -0
- package/dist/icons/components/WifiOff.d.ts +4 -0
- package/dist/icons/components/WifiOff.d.ts.map +1 -0
- package/dist/icons/components/WifiOff.js +59 -0
- package/dist/icons/components/Wind.d.ts +4 -0
- package/dist/icons/components/Wind.d.ts.map +1 -0
- package/dist/icons/components/Wind.js +17 -0
- package/dist/icons/components/X.d.ts +4 -0
- package/dist/icons/components/X.d.ts.map +1 -0
- package/dist/icons/components/X.js +22 -0
- package/dist/icons/components/XCircle.d.ts +4 -0
- package/dist/icons/components/XCircle.d.ts.map +1 -0
- package/dist/icons/components/XCircle.js +27 -0
- package/dist/icons/components/XOctagon.d.ts +4 -0
- package/dist/icons/components/XOctagon.d.ts.map +1 -0
- package/dist/icons/components/XOctagon.js +27 -0
- package/dist/icons/components/XSquare.d.ts +4 -0
- package/dist/icons/components/XSquare.d.ts.map +1 -0
- package/dist/icons/components/XSquare.js +27 -0
- package/dist/icons/components/Youtube.d.ts +4 -0
- package/dist/icons/components/Youtube.d.ts.map +1 -0
- package/dist/icons/components/Youtube.js +22 -0
- package/dist/icons/components/Zap.d.ts +4 -0
- package/dist/icons/components/Zap.d.ts.map +1 -0
- package/dist/icons/components/Zap.js +17 -0
- package/dist/icons/components/ZapOff.d.ts +4 -0
- package/dist/icons/components/ZapOff.d.ts.map +1 -0
- package/dist/icons/components/ZapOff.js +44 -0
- package/dist/icons/components/ZoomIn.d.ts +4 -0
- package/dist/icons/components/ZoomIn.d.ts.map +1 -0
- package/dist/icons/components/ZoomIn.js +32 -0
- package/dist/icons/components/ZoomOut.d.ts +4 -0
- package/dist/icons/components/ZoomOut.d.ts.map +1 -0
- package/dist/icons/components/ZoomOut.js +27 -0
- package/dist/icons/components/index.d.ts +271 -0
- package/dist/icons/components/index.d.ts.map +1 -0
- package/dist/icons/components/index.js +269 -0
- package/dist/icons/index.d.ts +294 -0
- package/dist/icons/index.d.ts.map +1 -0
- package/dist/icons/index.js +292 -0
- package/dist/icons/types.d.ts +8 -0
- package/dist/icons/types.d.ts.map +1 -0
- package/dist/icons/types.js +1 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -1
- package/dist/themes/colors/blue.d.ts +8 -0
- package/dist/themes/colors/blue.d.ts.map +1 -0
- package/dist/themes/colors/blue.js +7 -0
- package/dist/themes/colors/green.d.ts +8 -0
- package/dist/themes/colors/green.d.ts.map +1 -0
- package/dist/themes/colors/green.js +7 -0
- package/dist/themes/colors/index.d.ts +9 -0
- package/dist/themes/colors/index.d.ts.map +1 -0
- package/dist/themes/colors/index.js +8 -0
- package/dist/themes/colors/mint.d.ts +8 -0
- package/dist/themes/colors/mint.d.ts.map +1 -0
- package/dist/themes/colors/mint.js +7 -0
- package/dist/themes/colors/neutral.d.ts +15 -0
- package/dist/themes/colors/neutral.d.ts.map +1 -0
- package/dist/themes/colors/neutral.js +14 -0
- package/dist/themes/colors/orange.d.ts +8 -0
- package/dist/themes/colors/orange.d.ts.map +1 -0
- package/dist/themes/colors/orange.js +7 -0
- package/dist/themes/colors/purple.d.ts +8 -0
- package/dist/themes/colors/purple.d.ts.map +1 -0
- package/dist/themes/colors/purple.js +7 -0
- package/dist/themes/colors/red.d.ts +8 -0
- package/dist/themes/colors/red.d.ts.map +1 -0
- package/dist/themes/colors/red.js +7 -0
- package/dist/themes/colors/yellow.d.ts +8 -0
- package/dist/themes/colors/yellow.d.ts.map +1 -0
- package/dist/themes/colors/yellow.js +7 -0
- package/dist/themes/dark.d.ts +221 -0
- package/dist/themes/dark.d.ts.map +1 -0
- package/dist/themes/dark.js +183 -0
- package/dist/themes/index.d.ts +229 -0
- package/dist/themes/index.d.ts.map +1 -0
- package/dist/themes/index.js +6 -0
- package/dist/themes/light.d.ts +227 -0
- package/dist/themes/light.d.ts.map +1 -0
- package/dist/themes/light.js +189 -0
- package/package.json +10 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.component.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,WAAW,EAAiB,MAAM,gBAAgB,CAAC;AAG5D,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAiCxC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Text, TouchableOpacity } from "react-native";
|
|
3
|
+
import Animation from "../../assets/animations/loading-animation.json";
|
|
4
|
+
import { Loading } from "../loading";
|
|
5
|
+
import { useButtonStyles } from "./button.styles";
|
|
6
|
+
export const Button = ({ label, loading, variant, fullWidth, size, disabled, ...rest }) => {
|
|
7
|
+
const buttonStyle = useButtonStyles({
|
|
8
|
+
variant: variant,
|
|
9
|
+
fullWidth,
|
|
10
|
+
size,
|
|
11
|
+
});
|
|
12
|
+
const { icon: Icon } = rest;
|
|
13
|
+
return (_jsx(TouchableOpacity, { style: [buttonStyle.container, disabled && buttonStyle.disabled], ...rest, children: loading ? (
|
|
14
|
+
// <ActivityIndicator color="#fff" size="small" animating={true} />
|
|
15
|
+
_jsx(Loading, { source: Animation, size: 28, containerStyle: { padding: 0 } })) : (_jsxs(_Fragment, { children: [rest.icon && _jsx(Icon, { stroke: 0.5, color: "#fff" }), _jsx(Text, { style: buttonStyle.buttonText, children: label })] })) }));
|
|
16
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export type ButtonProps = {
|
|
2
|
+
onPress?: () => void;
|
|
3
|
+
label?: string;
|
|
4
|
+
loading?: boolean;
|
|
5
|
+
variant?: "primary" | "primary-inverted" | "secondary" | "secondary-inverted" | "converted";
|
|
6
|
+
fullWidth?: boolean;
|
|
7
|
+
size?: "small" | "medium" | "large";
|
|
8
|
+
icon?: any;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
};
|
|
11
|
+
export declare enum ButtonVariant {
|
|
12
|
+
primary = "primary",
|
|
13
|
+
primaryInverted = "primary-inverted",
|
|
14
|
+
secondary = "secondary",
|
|
15
|
+
secondaryInverted = "secondary-inverted",
|
|
16
|
+
converted = "converted"
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=button.props.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.props.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.props.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EACJ,SAAS,GACT,kBAAkB,GAClB,WAAW,GACX,oBAAoB,GACpB,WAAW,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,eAAe,qBAAqB;IACpC,SAAS,cAAc;IACvB,iBAAiB,uBAAuB;IACxC,SAAS,cAAc;CACxB"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export var ButtonVariant;
|
|
2
|
+
(function (ButtonVariant) {
|
|
3
|
+
ButtonVariant["primary"] = "primary";
|
|
4
|
+
ButtonVariant["primaryInverted"] = "primary-inverted";
|
|
5
|
+
ButtonVariant["secondary"] = "secondary";
|
|
6
|
+
ButtonVariant["secondaryInverted"] = "secondary-inverted";
|
|
7
|
+
ButtonVariant["converted"] = "converted";
|
|
8
|
+
})(ButtonVariant || (ButtonVariant = {}));
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { ButtonVariant } from "./button.props";
|
|
2
|
+
export declare const useButtonStyles: ({ variant, fullWidth, size, }: {
|
|
3
|
+
variant?: ButtonVariant | undefined;
|
|
4
|
+
fullWidth?: boolean | undefined;
|
|
5
|
+
size?: string | undefined;
|
|
6
|
+
}) => {
|
|
7
|
+
container: {
|
|
8
|
+
width: "auto" | "100%";
|
|
9
|
+
borderRadius: number;
|
|
10
|
+
justifyContent: "center";
|
|
11
|
+
alignItems: "center";
|
|
12
|
+
flexDirection: "row";
|
|
13
|
+
gap: number;
|
|
14
|
+
backgroundColor: string;
|
|
15
|
+
borderWidth?: undefined;
|
|
16
|
+
borderColor?: undefined;
|
|
17
|
+
paddingHorizontal: number;
|
|
18
|
+
paddingVertical: number;
|
|
19
|
+
} | {
|
|
20
|
+
width: "auto" | "100%";
|
|
21
|
+
borderRadius: number;
|
|
22
|
+
justifyContent: "center";
|
|
23
|
+
alignItems: "center";
|
|
24
|
+
flexDirection: "row";
|
|
25
|
+
gap: number;
|
|
26
|
+
backgroundColor: string;
|
|
27
|
+
borderWidth: number;
|
|
28
|
+
borderColor: string;
|
|
29
|
+
paddingHorizontal: number;
|
|
30
|
+
paddingVertical: number;
|
|
31
|
+
};
|
|
32
|
+
buttonText: {
|
|
33
|
+
fontWeight: "600";
|
|
34
|
+
color: string;
|
|
35
|
+
fontSize: number;
|
|
36
|
+
} | {
|
|
37
|
+
fontWeight: "600";
|
|
38
|
+
color: string;
|
|
39
|
+
fontSize: number;
|
|
40
|
+
};
|
|
41
|
+
icon: {
|
|
42
|
+
color: string;
|
|
43
|
+
} | {
|
|
44
|
+
color: string;
|
|
45
|
+
};
|
|
46
|
+
disabled: {
|
|
47
|
+
opacity: number;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
//# sourceMappingURL=button.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.styles.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.styles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE/C,eAAO,MAAM,eAAe,GAAI;;;;CAI/B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgIA,CAAC"}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import { StyleSheet } from "react-native";
|
|
2
|
+
import { useTheme } from "../../themes";
|
|
3
|
+
import { ButtonVariant } from "./button.props";
|
|
4
|
+
export const useButtonStyles = ({ variant = ButtonVariant.primary, // Padrão é ButtonVariant.primary
|
|
5
|
+
fullWidth = true, size = "medium", }) => {
|
|
6
|
+
const theme = useTheme();
|
|
7
|
+
const getSizeStyles = () => {
|
|
8
|
+
switch (size) {
|
|
9
|
+
case "small":
|
|
10
|
+
return {
|
|
11
|
+
container: { paddingHorizontal: 16, paddingVertical: 5.5 },
|
|
12
|
+
buttonText: { fontSize: 14 },
|
|
13
|
+
icon: {
|
|
14
|
+
width: 14,
|
|
15
|
+
height: 14,
|
|
16
|
+
},
|
|
17
|
+
};
|
|
18
|
+
case "medium":
|
|
19
|
+
return {
|
|
20
|
+
container: { paddingHorizontal: 16, paddingVertical: 12 },
|
|
21
|
+
buttonText: { fontSize: 16 },
|
|
22
|
+
icon: {
|
|
23
|
+
width: 16,
|
|
24
|
+
height: 16,
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
case "large":
|
|
28
|
+
return {
|
|
29
|
+
container: { paddingHorizontal: 16, paddingVertical: 16 },
|
|
30
|
+
buttonText: { fontSize: 18 },
|
|
31
|
+
icon: {
|
|
32
|
+
width: 16,
|
|
33
|
+
height: 16,
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
default:
|
|
37
|
+
return {
|
|
38
|
+
container: { paddingHorizontal: 16, paddingVertical: 12 },
|
|
39
|
+
buttonText: { fontSize: 14 },
|
|
40
|
+
icon: {
|
|
41
|
+
width: 14,
|
|
42
|
+
height: 14,
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
const getVariantStyles = () => {
|
|
48
|
+
switch (variant) {
|
|
49
|
+
case ButtonVariant.primary:
|
|
50
|
+
return {
|
|
51
|
+
container: { backgroundColor: theme.colors.black },
|
|
52
|
+
buttonText: { color: "#fff" },
|
|
53
|
+
icon: {
|
|
54
|
+
color: "#fff",
|
|
55
|
+
},
|
|
56
|
+
};
|
|
57
|
+
case ButtonVariant.primaryInverted:
|
|
58
|
+
return {
|
|
59
|
+
container: { backgroundColor: "#fff" },
|
|
60
|
+
buttonText: { color: "#000" },
|
|
61
|
+
icon: {
|
|
62
|
+
color: "#000",
|
|
63
|
+
},
|
|
64
|
+
};
|
|
65
|
+
case ButtonVariant.secondary:
|
|
66
|
+
return {
|
|
67
|
+
container: {
|
|
68
|
+
backgroundColor: "transparent",
|
|
69
|
+
borderWidth: 1,
|
|
70
|
+
borderColor: "#B3BAC3",
|
|
71
|
+
},
|
|
72
|
+
buttonText: { color: "#000" },
|
|
73
|
+
icon: {
|
|
74
|
+
color: "#000",
|
|
75
|
+
},
|
|
76
|
+
};
|
|
77
|
+
case ButtonVariant.secondaryInverted:
|
|
78
|
+
return {
|
|
79
|
+
container: {
|
|
80
|
+
backgroundColor: "transparent",
|
|
81
|
+
borderWidth: 1,
|
|
82
|
+
borderColor: "#B3BAC3",
|
|
83
|
+
},
|
|
84
|
+
buttonText: { color: "#fff" },
|
|
85
|
+
icon: {
|
|
86
|
+
color: "#fff",
|
|
87
|
+
},
|
|
88
|
+
};
|
|
89
|
+
case ButtonVariant.converted:
|
|
90
|
+
return {
|
|
91
|
+
container: { backgroundColor: "#3643BA" },
|
|
92
|
+
buttonText: { color: "#fff" },
|
|
93
|
+
icon: {
|
|
94
|
+
color: "#fff",
|
|
95
|
+
},
|
|
96
|
+
};
|
|
97
|
+
default:
|
|
98
|
+
return {
|
|
99
|
+
container: { backgroundColor: "#101010" },
|
|
100
|
+
buttonText: { color: "#fff" },
|
|
101
|
+
icon: {
|
|
102
|
+
color: "#fff",
|
|
103
|
+
},
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
};
|
|
107
|
+
return StyleSheet.create({
|
|
108
|
+
container: {
|
|
109
|
+
...getSizeStyles().container, // Define altura e padding com base no tamanho
|
|
110
|
+
...getVariantStyles().container, // Define estilos com base na variante
|
|
111
|
+
width: fullWidth ? "100%" : "auto",
|
|
112
|
+
borderRadius: 180,
|
|
113
|
+
justifyContent: "center",
|
|
114
|
+
alignItems: "center",
|
|
115
|
+
flexDirection: "row", // Alinha ícone + label
|
|
116
|
+
gap: 8, // Espaçamento entre ícone e label
|
|
117
|
+
},
|
|
118
|
+
buttonText: {
|
|
119
|
+
...getSizeStyles().buttonText,
|
|
120
|
+
...getVariantStyles().buttonText,
|
|
121
|
+
fontWeight: "600",
|
|
122
|
+
},
|
|
123
|
+
icon: {
|
|
124
|
+
...getVariantStyles().icon,
|
|
125
|
+
},
|
|
126
|
+
disabled: {
|
|
127
|
+
opacity: 0.5,
|
|
128
|
+
},
|
|
129
|
+
});
|
|
130
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare enum ButtonVariant {
|
|
2
|
+
primary = "primary",
|
|
3
|
+
primaryInverted = "primaryInverted",
|
|
4
|
+
secondary = "secondary",
|
|
5
|
+
secondaryInverted = "secondaryInverted",
|
|
6
|
+
converted = "converted"
|
|
7
|
+
}
|
|
8
|
+
export declare enum ButtonSize {
|
|
9
|
+
small = "small",
|
|
10
|
+
medium = "medium",
|
|
11
|
+
large = "large"
|
|
12
|
+
}
|
|
13
|
+
export interface ButtonProps {
|
|
14
|
+
variant?: ButtonVariant;
|
|
15
|
+
label: string;
|
|
16
|
+
onPress?: () => void;
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
loading?: boolean;
|
|
19
|
+
icon?: React.ReactNode;
|
|
20
|
+
iconPosition?: "left" | "right";
|
|
21
|
+
testID?: string;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=button.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.types.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.types.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,eAAe,oBAAoB;IACnC,SAAS,cAAc;IACvB,iBAAiB,sBAAsB;IACvC,SAAS,cAAc;CACxB;AAED,oBAAY,UAAU;IACpB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,KAAK,UAAU;CAChB;AAED,MAAM,WAAW,WAAW;IAC1B,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export var ButtonVariant;
|
|
2
|
+
(function (ButtonVariant) {
|
|
3
|
+
ButtonVariant["primary"] = "primary";
|
|
4
|
+
ButtonVariant["primaryInverted"] = "primaryInverted";
|
|
5
|
+
ButtonVariant["secondary"] = "secondary";
|
|
6
|
+
ButtonVariant["secondaryInverted"] = "secondaryInverted";
|
|
7
|
+
ButtonVariant["converted"] = "converted";
|
|
8
|
+
})(ButtonVariant || (ButtonVariant = {}));
|
|
9
|
+
export var ButtonSize;
|
|
10
|
+
(function (ButtonSize) {
|
|
11
|
+
ButtonSize["small"] = "small";
|
|
12
|
+
ButtonSize["medium"] = "medium";
|
|
13
|
+
ButtonSize["large"] = "large";
|
|
14
|
+
})(ButtonSize || (ButtonSize = {}));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export * from "./button.component";
|
|
2
|
+
export * from "./button.types";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/button/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC"}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export * from "./button.component";
|
|
2
|
+
export * from "./button.types";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordion.component.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/accordion.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAoF9C,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
// import { ChevronDownIcon, ChevronUpIcon } from "../../icons";
|
|
4
|
+
import { LayoutAnimation, Text, TouchableOpacity, View } from "react-native";
|
|
5
|
+
import { useTheme } from "../../themes";
|
|
6
|
+
import { useAccordionStyles } from "./accordion.styles";
|
|
7
|
+
export const Accordion = ({ items = [], initialExpandedItems = [], allowMultiple = true, testID, }) => {
|
|
8
|
+
const styles = useAccordionStyles();
|
|
9
|
+
const { colors } = useTheme();
|
|
10
|
+
const [expandedItems, setExpandedItems] = React.useState(initialExpandedItems);
|
|
11
|
+
const isExpanded = React.useCallback((id) => expandedItems.includes(id), [expandedItems]);
|
|
12
|
+
const handleToggle = React.useCallback((id) => {
|
|
13
|
+
LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut);
|
|
14
|
+
if (isExpanded(id)) {
|
|
15
|
+
setExpandedItems(expandedItems.filter((itemId) => itemId !== id));
|
|
16
|
+
}
|
|
17
|
+
else {
|
|
18
|
+
if (allowMultiple) {
|
|
19
|
+
setExpandedItems([...expandedItems, id]);
|
|
20
|
+
}
|
|
21
|
+
else {
|
|
22
|
+
setExpandedItems([id]);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}, [expandedItems, isExpanded, allowMultiple]);
|
|
26
|
+
const renderContent = React.useCallback((content) => {
|
|
27
|
+
if (typeof content === "function") {
|
|
28
|
+
return content();
|
|
29
|
+
}
|
|
30
|
+
return content;
|
|
31
|
+
}, []);
|
|
32
|
+
if (!items || items.length === 0) {
|
|
33
|
+
return null;
|
|
34
|
+
}
|
|
35
|
+
return (_jsx(View, { style: styles.container, testID: testID, children: items.map((item) => (_jsxs(View, { style: styles.item, children: [_jsxs(TouchableOpacity, { style: styles.header, onPress: () => handleToggle(item.id), activeOpacity: 0.7, accessibilityRole: "button", accessibilityState: { expanded: isExpanded(item.id) }, accessibilityHint: "Toque para expandir ou recolher", children: [_jsx(Text, { style: styles.title, children: item.title }), isExpanded(item.id) ? (_jsx(Text, { children: "\u2191" })
|
|
36
|
+
// <ChevronUpIcon
|
|
37
|
+
// size={20}
|
|
38
|
+
// color={colors.textPrimary}
|
|
39
|
+
// style={styles.icon}
|
|
40
|
+
// />
|
|
41
|
+
) : (_jsx(Text, { children: "\u2193" })
|
|
42
|
+
// <ChevronDownIcon
|
|
43
|
+
// size={20}
|
|
44
|
+
// color={colors.textPrimary}
|
|
45
|
+
// style={styles.icon}
|
|
46
|
+
// />
|
|
47
|
+
)] }), isExpanded(item.id) && (_jsx(View, { style: styles.content, children: renderContent(item.content) }))] }, item.id))) }));
|
|
48
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export declare const useAccordionStyles: () => {
|
|
2
|
+
container: {
|
|
3
|
+
width: "100%";
|
|
4
|
+
};
|
|
5
|
+
item: {
|
|
6
|
+
borderBottomWidth: number;
|
|
7
|
+
borderBottomColor: "#D9DDE1";
|
|
8
|
+
};
|
|
9
|
+
header: {
|
|
10
|
+
flexDirection: "row";
|
|
11
|
+
justifyContent: "space-between";
|
|
12
|
+
alignItems: "center";
|
|
13
|
+
paddingVertical: 16;
|
|
14
|
+
paddingHorizontal: 16;
|
|
15
|
+
};
|
|
16
|
+
title: {
|
|
17
|
+
fontSize: number;
|
|
18
|
+
lineHeight: number;
|
|
19
|
+
color: "#101010";
|
|
20
|
+
flex: number;
|
|
21
|
+
};
|
|
22
|
+
icon: {
|
|
23
|
+
marginLeft: 12;
|
|
24
|
+
};
|
|
25
|
+
content: {
|
|
26
|
+
paddingHorizontal: 16;
|
|
27
|
+
paddingBottom: 16;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=accordion.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordion.styles.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/accordion.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoC9B,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { useMemo } from "react";
|
|
2
|
+
import { StyleSheet } from "react-native";
|
|
3
|
+
import { useTheme } from "../../themes";
|
|
4
|
+
export const useAccordionStyles = () => {
|
|
5
|
+
const { colors, spacing, radius } = useTheme();
|
|
6
|
+
return useMemo(() => StyleSheet.create({
|
|
7
|
+
container: {
|
|
8
|
+
width: "100%",
|
|
9
|
+
},
|
|
10
|
+
item: {
|
|
11
|
+
borderBottomWidth: 1,
|
|
12
|
+
borderBottomColor: colors.borderSecondary,
|
|
13
|
+
},
|
|
14
|
+
header: {
|
|
15
|
+
flexDirection: "row",
|
|
16
|
+
justifyContent: "space-between",
|
|
17
|
+
alignItems: "center",
|
|
18
|
+
paddingVertical: spacing.md,
|
|
19
|
+
paddingHorizontal: spacing.md,
|
|
20
|
+
},
|
|
21
|
+
title: {
|
|
22
|
+
fontSize: 14,
|
|
23
|
+
lineHeight: 20,
|
|
24
|
+
color: colors.textPrimary,
|
|
25
|
+
flex: 1,
|
|
26
|
+
},
|
|
27
|
+
icon: {
|
|
28
|
+
marginLeft: spacing.sm,
|
|
29
|
+
},
|
|
30
|
+
content: {
|
|
31
|
+
paddingHorizontal: spacing.md,
|
|
32
|
+
paddingBottom: spacing.md,
|
|
33
|
+
},
|
|
34
|
+
}), [colors, spacing]);
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
export interface AccordionItem {
|
|
3
|
+
/**
|
|
4
|
+
* Identificador único do item
|
|
5
|
+
*/
|
|
6
|
+
id: string;
|
|
7
|
+
/**
|
|
8
|
+
* Título do item do acordeão
|
|
9
|
+
*/
|
|
10
|
+
title: string;
|
|
11
|
+
/**
|
|
12
|
+
* Conteúdo a ser exibido quando o acordeão estiver expandido
|
|
13
|
+
*/
|
|
14
|
+
content: ReactNode | (() => ReactNode);
|
|
15
|
+
}
|
|
16
|
+
export interface AccordionProps {
|
|
17
|
+
/**
|
|
18
|
+
* Itens do acordeão
|
|
19
|
+
*/
|
|
20
|
+
items?: AccordionItem[];
|
|
21
|
+
/**
|
|
22
|
+
* Estado inicial dos itens expandidos
|
|
23
|
+
*/
|
|
24
|
+
initialExpandedItems?: string[];
|
|
25
|
+
/**
|
|
26
|
+
* ID para testes
|
|
27
|
+
*/
|
|
28
|
+
testID?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Permite que múltiplos itens sejam expandidos simultaneamente
|
|
31
|
+
* @default true
|
|
32
|
+
*/
|
|
33
|
+
allowMultiple?: boolean;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=accordion.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordion.types.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/accordion.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,OAAO,EAAE,SAAS,GAAG,CAAC,MAAM,SAAS,CAAC,CAAC;CACxC;AAED,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,KAAK,CAAC,EAAE,aAAa,EAAE,CAAC;IAExB;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,EAAE,CAAC;IAEhC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Accordion } from "./accordion.component";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action-button.component.d.ts","sourceRoot":"","sources":["../../../src/components/action-button/action-button.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE/D,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAsDpD,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import { Text, TouchableOpacity, View } from "react-native";
|
|
4
|
+
import { ChevronRightIcon, HelpCircleIcon } from "../../icons";
|
|
5
|
+
import { useTheme } from "../../themes";
|
|
6
|
+
import { useActionButtonStyles } from "./action-button.styles";
|
|
7
|
+
export const ActionButton = ({ label = "Preciso de ajuda", icon, iconSize = 24, iconColor, iconBackgroundColor, onPress, disabled = false, testID, }) => {
|
|
8
|
+
const styles = useActionButtonStyles();
|
|
9
|
+
const { colors } = useTheme();
|
|
10
|
+
const renderIcon = () => {
|
|
11
|
+
// Definir a cor do ícone para branco como padrão ou usar a cor personalizada
|
|
12
|
+
const finalIconColor = iconColor || colors.white;
|
|
13
|
+
// Se for fornecido um ícone personalizado
|
|
14
|
+
if (icon) {
|
|
15
|
+
if (React.isValidElement(icon)) {
|
|
16
|
+
return icon;
|
|
17
|
+
}
|
|
18
|
+
else if (typeof icon === "function") {
|
|
19
|
+
return icon({ size: iconSize, color: finalIconColor });
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
// Usar o ícone padrão (HelpCircle)
|
|
23
|
+
return _jsx(HelpCircleIcon, { size: iconSize, color: finalIconColor });
|
|
24
|
+
};
|
|
25
|
+
return (_jsxs(TouchableOpacity, { style: [styles.container, disabled && styles.disabled], onPress: onPress, disabled: disabled, testID: testID, accessibilityRole: "button", accessibilityLabel: label, accessibilityState: { disabled }, children: [_jsxs(View, { style: styles.contentContainer, children: [_jsx(View, { style: [
|
|
26
|
+
styles.iconContainer,
|
|
27
|
+
iconBackgroundColor && { backgroundColor: iconBackgroundColor },
|
|
28
|
+
], children: renderIcon() }), _jsx(Text, { style: styles.label, children: label })] }), _jsx(ChevronRightIcon, { size: 20, color: colors.textTertiary })] }));
|
|
29
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const useActionButtonStyles: () => {
|
|
2
|
+
container: {
|
|
3
|
+
flexDirection: "row";
|
|
4
|
+
alignItems: "center";
|
|
5
|
+
justifyContent: "space-between";
|
|
6
|
+
paddingVertical: 16;
|
|
7
|
+
paddingHorizontal: 16;
|
|
8
|
+
borderWidth: number;
|
|
9
|
+
borderColor: "#B3BAC3";
|
|
10
|
+
};
|
|
11
|
+
disabled: {
|
|
12
|
+
opacity: number;
|
|
13
|
+
};
|
|
14
|
+
contentContainer: {
|
|
15
|
+
flexDirection: "row";
|
|
16
|
+
alignItems: "center";
|
|
17
|
+
gap: 12;
|
|
18
|
+
};
|
|
19
|
+
iconContainer: {
|
|
20
|
+
width: number;
|
|
21
|
+
height: number;
|
|
22
|
+
justifyContent: "center";
|
|
23
|
+
alignItems: "center";
|
|
24
|
+
};
|
|
25
|
+
label: {
|
|
26
|
+
color: "#101010";
|
|
27
|
+
fontSize: number;
|
|
28
|
+
lineHeight: number;
|
|
29
|
+
};
|
|
30
|
+
chevronIcon: {
|
|
31
|
+
color: "#616161";
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=action-button.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action-button.styles.d.ts","sourceRoot":"","sources":["../../../src/components/action-button/action-button.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCjC,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { useMemo } from "react";
|
|
2
|
+
import { StyleSheet } from "react-native";
|
|
3
|
+
import { useTheme } from "../../themes";
|
|
4
|
+
export const useActionButtonStyles = () => {
|
|
5
|
+
const { colors, spacing, radius } = useTheme();
|
|
6
|
+
return useMemo(() => StyleSheet.create({
|
|
7
|
+
container: {
|
|
8
|
+
flexDirection: "row",
|
|
9
|
+
alignItems: "center",
|
|
10
|
+
justifyContent: "space-between",
|
|
11
|
+
paddingVertical: spacing.md,
|
|
12
|
+
paddingHorizontal: spacing.md,
|
|
13
|
+
borderWidth: 1,
|
|
14
|
+
borderColor: colors.borderPrimary,
|
|
15
|
+
},
|
|
16
|
+
disabled: {
|
|
17
|
+
opacity: 0.6,
|
|
18
|
+
},
|
|
19
|
+
contentContainer: {
|
|
20
|
+
flexDirection: "row",
|
|
21
|
+
alignItems: "center",
|
|
22
|
+
gap: spacing.sm,
|
|
23
|
+
},
|
|
24
|
+
iconContainer: {
|
|
25
|
+
width: 24,
|
|
26
|
+
height: 24,
|
|
27
|
+
justifyContent: "center",
|
|
28
|
+
alignItems: "center",
|
|
29
|
+
},
|
|
30
|
+
label: {
|
|
31
|
+
color: colors.textPrimary,
|
|
32
|
+
fontSize: 14,
|
|
33
|
+
lineHeight: 20,
|
|
34
|
+
},
|
|
35
|
+
chevronIcon: {
|
|
36
|
+
color: colors.textTertiary,
|
|
37
|
+
},
|
|
38
|
+
}), [colors, spacing, radius]);
|
|
39
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ReactNode } from "react";
|
|
2
|
+
import { IconProps } from "../../icons";
|
|
3
|
+
export interface ActionButtonProps {
|
|
4
|
+
/**
|
|
5
|
+
* Texto que aparece no botão
|
|
6
|
+
*/
|
|
7
|
+
label?: string;
|
|
8
|
+
/**
|
|
9
|
+
* Ícone para exibir no botão (Component React ou função que recebe IconProps)
|
|
10
|
+
*/
|
|
11
|
+
icon?: ReactNode | ((props: IconProps) => ReactNode);
|
|
12
|
+
/**
|
|
13
|
+
* Tamanho do ícone
|
|
14
|
+
*/
|
|
15
|
+
iconSize?: number;
|
|
16
|
+
/**
|
|
17
|
+
* Cor do ícone
|
|
18
|
+
*/
|
|
19
|
+
iconColor?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Cor do container do ícone
|
|
22
|
+
*/
|
|
23
|
+
iconBackgroundColor?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Função chamada quando o botão é pressionado
|
|
26
|
+
*/
|
|
27
|
+
onPress?: () => void;
|
|
28
|
+
/**
|
|
29
|
+
* Indica se o botão está desabilitado
|
|
30
|
+
*/
|
|
31
|
+
disabled?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* ID para testes
|
|
34
|
+
*/
|
|
35
|
+
testID?: string;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=action-button.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action-button.types.d.ts","sourceRoot":"","sources":["../../../src/components/action-button/action-button.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,GAAG,CAAC,CAAC,KAAK,EAAE,SAAS,KAAK,SAAS,CAAC,CAAC;IACrD;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|