@dropi/ui 0.1.19 → 0.1.21
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/assets/icons/ilustration/bg-warning.svg +3 -0
- package/assets/icons/ilustration/default.svg +4 -0
- package/assets/icons/ilustration/error.svg +10 -0
- package/assets/icons/ilustration/exclusive.svg +9 -0
- package/assets/icons/ilustration/info.svg +10 -0
- package/assets/icons/ilustration/loading.svg +4 -0
- package/assets/icons/ilustration/love.svg +9 -0
- package/assets/icons/ilustration/premium-new.svg +14 -0
- package/assets/icons/ilustration/premium.svg +5 -0
- package/assets/icons/ilustration/sorry.svg +4 -0
- package/assets/icons/ilustration/success.svg +11 -0
- package/assets/icons/ilustration/verified-new.svg +9 -0
- package/assets/icons/ilustration/verified.svg +4 -0
- package/assets/icons/ilustration/warning.svg +9 -0
- package/assets/lottie-files/loading.json +1 -0
- package/dist/cjs/dropi-accordion-item.cjs.entry.js +54 -0
- package/dist/cjs/dropi-accordion.cjs.entry.js +5 -39
- package/dist/cjs/dropi-alert-legacy.cjs.entry.js +39 -0
- package/dist/cjs/dropi-alert-modal.cjs.entry.js +128 -0
- package/dist/cjs/dropi-alert.cjs.entry.js +21 -15
- package/dist/cjs/dropi-avatars.cjs.entry.js +3 -3
- package/dist/cjs/dropi-badge-legacy.cjs.entry.js +30 -0
- package/dist/cjs/dropi-badge.cjs.entry.js +4 -4
- package/dist/cjs/dropi-banner-external.cjs.entry.js +53 -0
- package/dist/cjs/dropi-breadcrumb.cjs.entry.js +48 -0
- package/dist/cjs/dropi-button.cjs.entry.js +13 -7
- package/dist/cjs/dropi-card-checkbox.cjs.entry.js +48 -0
- package/dist/cjs/dropi-card-product.cjs.entry.js +76 -0
- package/dist/cjs/dropi-card-section.cjs.entry.js +17 -17
- package/dist/cjs/dropi-carousel.cjs.entry.js +148 -0
- package/dist/cjs/dropi-checkbox-selection-list.cjs.entry.js +17 -15
- package/dist/cjs/dropi-checkbox.cjs.entry.js +6 -6
- package/dist/cjs/dropi-chips.cjs.entry.js +9 -9
- package/dist/cjs/dropi-city-selector.cjs.entry.js +96 -0
- package/dist/cjs/dropi-color-picker.cjs.entry.js +319 -0
- package/dist/cjs/dropi-country-flags.cjs.entry.js +37 -0
- package/dist/cjs/dropi-country-selector.cjs.entry.js +197 -0
- package/dist/cjs/dropi-date-picker-range.cjs.entry.js +115 -0
- package/dist/cjs/dropi-date-picker.cjs.entry.js +223 -0
- package/dist/cjs/dropi-drawer.cjs.entry.js +76 -0
- package/dist/cjs/dropi-dropdown.cjs.entry.js +22 -15
- package/dist/cjs/dropi-empty-state.cjs.entry.js +16 -15
- package/dist/cjs/dropi-favorite-button.cjs.entry.js +5 -5
- package/dist/cjs/dropi-file-upload-progress-bar.cjs.entry.js +75 -0
- package/dist/cjs/dropi-file-upload.cjs.entry.js +236 -0
- package/dist/cjs/dropi-icon.cjs.entry.js +2 -2
- package/dist/cjs/dropi-ilustration-icon.cjs.entry.js +39 -0
- package/dist/cjs/dropi-image-miniature.cjs.entry.js +3 -3
- package/dist/cjs/dropi-image-overlay.cjs.entry.js +4 -4
- package/dist/cjs/dropi-input_3.cjs.entry.js +390 -0
- package/dist/cjs/dropi-languages-selector.cjs.entry.js +57 -0
- package/dist/cjs/dropi-logo.cjs.entry.js +3 -3
- package/dist/cjs/dropi-lottie-loader.cjs.entry.js +7 -7
- package/dist/cjs/dropi-media-player.cjs.entry.js +189 -0
- package/dist/cjs/dropi-modal.cjs.entry.js +36 -14
- package/dist/cjs/dropi-navbar.cjs.entry.js +54 -0
- package/dist/cjs/dropi-otp-send-code.cjs.entry.js +10 -10
- package/dist/cjs/dropi-phone-input.cjs.entry.js +197 -0
- package/dist/cjs/dropi-radio-button.cjs.entry.js +7 -7
- package/dist/cjs/dropi-radio-selection-list.cjs.entry.js +17 -13
- package/dist/cjs/dropi-read-more.cjs.entry.js +8 -4
- package/dist/cjs/dropi-search.cjs.entry.js +52 -38
- package/dist/cjs/dropi-select.cjs.entry.js +98 -55
- package/dist/cjs/dropi-sidebar.cjs.entry.js +78 -0
- package/dist/cjs/dropi-simple-stepper.cjs.entry.js +8 -6
- package/dist/cjs/dropi-skeleton.cjs.entry.js +16 -6
- package/dist/cjs/dropi-steps.cjs.entry.js +6 -4
- package/dist/cjs/dropi-switch.cjs.entry.js +5 -5
- package/dist/cjs/dropi-table.cjs.entry.js +292 -0
- package/dist/cjs/dropi-tabs.cjs.entry.js +13 -11
- package/dist/cjs/dropi-tag-type-product.cjs.entry.js +19 -0
- package/dist/cjs/dropi-text-area.cjs.entry.js +49 -18
- package/dist/cjs/dropi-time-line.cjs.entry.js +3 -3
- package/dist/cjs/dropi-toast.cjs.entry.js +4 -4
- package/dist/cjs/dropi-tooltip-v2.cjs.entry.js +131 -0
- package/dist/cjs/dropi-tooltip.cjs.entry.js +5 -26
- package/dist/cjs/dropi-ui.cjs.js +2 -2
- package/dist/cjs/dropi-vertical-steps.cjs.entry.js +6 -6
- package/dist/cjs/dropi-youtube-lazy-video.cjs.entry.js +33 -0
- package/dist/cjs/{index-B6R6Ojma.js → index-077kM98l.js} +6 -3
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +30 -2
- package/dist/collection/components/dropi-accordion/dropi-accordion-item.css +45 -0
- package/dist/collection/components/dropi-accordion/dropi-accordion-item.js +172 -0
- package/dist/collection/components/dropi-accordion/dropi-accordion.css +3 -3
- package/dist/collection/components/dropi-accordion/dropi-accordion.js +7 -129
- package/dist/collection/components/dropi-alert/dropi-alert.css +26 -15
- package/dist/collection/components/dropi-alert/dropi-alert.js +87 -21
- package/dist/collection/components/dropi-alert-legacy/dropi-alert-legacy.css +31 -0
- package/dist/collection/components/dropi-alert-legacy/dropi-alert-legacy.js +128 -0
- package/dist/collection/components/dropi-alert-modal/dropi-alert-modal.css +96 -0
- package/dist/collection/components/dropi-alert-modal/dropi-alert-modal.js +526 -0
- package/dist/collection/components/dropi-avatars/dropi-avatars.js +3 -3
- package/dist/collection/components/dropi-badge/dropi-badge.css +1 -1
- package/dist/collection/components/dropi-badge/dropi-badge.js +3 -4
- package/dist/collection/components/dropi-badge-legacy/dropi-badge-legacy.css +17 -0
- package/dist/collection/components/dropi-badge-legacy/dropi-badge-legacy.js +119 -0
- package/dist/collection/components/dropi-banner-external/dropi-banner-external.css +56 -0
- package/dist/collection/components/dropi-banner-external/dropi-banner-external.js +243 -0
- package/dist/collection/components/dropi-breadcrumb/dropi-breadcrumb.css +69 -0
- package/dist/collection/components/dropi-breadcrumb/dropi-breadcrumb.js +171 -0
- package/dist/collection/components/dropi-button/dropi-button.css +21 -19
- package/dist/collection/components/dropi-button/dropi-button.js +53 -7
- package/dist/collection/components/dropi-card-checkbox/dropi-card-checkbox.css +92 -0
- package/dist/collection/components/dropi-card-checkbox/dropi-card-checkbox.js +222 -0
- package/dist/collection/components/dropi-card-product/dropi-card-product.css +235 -0
- package/dist/collection/components/dropi-card-product/dropi-card-product.js +384 -0
- package/dist/collection/components/dropi-card-section/dropi-card-section.css +2 -2
- package/dist/collection/components/dropi-card-section/dropi-card-section.js +25 -25
- package/dist/collection/components/dropi-carousel/dropi-carousel.css +148 -0
- package/dist/collection/components/dropi-carousel/dropi-carousel.js +374 -0
- package/dist/collection/components/dropi-checkbox/dropi-checkbox.js +6 -6
- package/dist/collection/components/dropi-checkbox-selection-list/dropi-checkbox-selection-list.js +42 -20
- package/dist/collection/components/dropi-chips/dropi-chips.css +2 -0
- package/dist/collection/components/dropi-chips/dropi-chips.js +15 -15
- package/dist/collection/components/dropi-city-selector/dropi-city-selector.css +218 -0
- package/dist/collection/components/dropi-city-selector/dropi-city-selector.js +234 -0
- package/dist/collection/components/dropi-color-picker/dropi-color-picker.css +210 -0
- package/dist/collection/components/dropi-color-picker/dropi-color-picker.js +393 -0
- package/dist/collection/components/dropi-country-flags/dropi-country-flags.css +30 -0
- package/dist/collection/components/dropi-country-flags/dropi-country-flags.js +129 -0
- package/dist/collection/components/dropi-country-selector/dropi-country-selector.css +211 -0
- package/dist/collection/components/dropi-country-selector/dropi-country-selector.js +429 -0
- package/dist/collection/components/dropi-date-picker/dropi-date-picker.css +215 -0
- package/dist/collection/components/dropi-date-picker/dropi-date-picker.js +516 -0
- package/dist/collection/components/dropi-date-picker-range/dropi-date-picker-range.css +143 -0
- package/dist/collection/components/dropi-date-picker-range/dropi-date-picker-range.js +327 -0
- package/dist/collection/components/dropi-drawer/dropi-drawer.css +129 -0
- package/dist/collection/components/dropi-drawer/dropi-drawer.js +284 -0
- package/dist/collection/components/dropi-dropdown/dropi-dropdown.css +1 -1
- package/dist/collection/components/dropi-dropdown/dropi-dropdown.js +51 -26
- package/dist/collection/components/dropi-empty-state/dropi-empty-state.css +1 -0
- package/dist/collection/components/dropi-empty-state/dropi-empty-state.js +65 -38
- package/dist/collection/components/dropi-favorite-button/dropi-favorite-button.js +5 -5
- package/dist/collection/components/dropi-file-upload/dropi-file-upload.css +464 -0
- package/dist/collection/components/dropi-file-upload/dropi-file-upload.js +516 -0
- package/dist/collection/components/dropi-file-upload-progress-bar/dropi-file-upload-progress-bar.css +115 -0
- package/dist/collection/components/dropi-file-upload-progress-bar/dropi-file-upload-progress-bar.js +256 -0
- package/dist/collection/components/dropi-icon/dropi-icon.js +1 -1
- package/dist/collection/components/dropi-ilustration-icon/dropi-ilustration-icon.css +91 -0
- package/dist/collection/components/dropi-ilustration-icon/dropi-ilustration-icon.js +150 -0
- package/dist/collection/components/dropi-image-miniature/dropi-image-miniature.js +1 -1
- package/dist/collection/components/dropi-image-overlay/dropi-image-overlay.css +86 -41
- package/dist/collection/components/dropi-image-overlay/dropi-image-overlay.js +1 -1
- package/dist/collection/components/dropi-input/dropi-input.css +1 -1
- package/dist/collection/components/dropi-input/dropi-input.js +158 -87
- package/dist/collection/components/dropi-languages-selector/dropi-languages-selector.css +79 -0
- package/dist/collection/components/dropi-languages-selector/dropi-languages-selector.js +154 -0
- package/dist/collection/components/dropi-logo/dropi-logo.js +2 -2
- package/dist/collection/components/dropi-lottie-loader/dropi-lottie-loader.css +8 -2
- package/dist/collection/components/dropi-lottie-loader/dropi-lottie-loader.js +11 -11
- package/dist/collection/components/dropi-media-player/dropi-media-player.css +320 -0
- package/dist/collection/components/dropi-media-player/dropi-media-player.js +391 -0
- package/dist/collection/components/dropi-modal/dropi-modal.css +20 -4
- package/dist/collection/components/dropi-modal/dropi-modal.js +300 -18
- package/dist/collection/components/dropi-navbar/dropi-navbar.css +166 -0
- package/dist/collection/components/dropi-navbar/dropi-navbar.js +302 -0
- package/dist/collection/components/dropi-otp-send-code/dropi-otp-send-code.css +17 -10
- package/dist/collection/components/dropi-otp-send-code/dropi-otp-send-code.js +9 -9
- package/dist/collection/components/dropi-paginator/dropi-paginator.css +2 -2
- package/dist/collection/components/dropi-paginator/dropi-paginator.js +51 -99
- package/dist/collection/components/dropi-phone-input/dropi-phone-input.css +209 -0
- package/dist/collection/components/dropi-phone-input/dropi-phone-input.js +442 -0
- package/dist/collection/components/dropi-radio-button/dropi-radio-button.js +13 -20
- package/dist/collection/components/dropi-radio-selection-list/dropi-radio-selection-list.css +3 -3
- package/dist/collection/components/dropi-radio-selection-list/dropi-radio-selection-list.js +69 -19
- package/dist/collection/components/dropi-read-more/dropi-read-more.css +5 -8
- package/dist/collection/components/dropi-read-more/dropi-read-more.js +46 -2
- package/dist/collection/components/dropi-search/dropi-search.css +2 -2
- package/dist/collection/components/dropi-search/dropi-search.js +194 -60
- package/dist/collection/components/dropi-select/dropi-select.css +7 -7
- package/dist/collection/components/dropi-select/dropi-select.js +166 -84
- package/dist/collection/components/dropi-sidebar/dropi-sidebar.css +76 -0
- package/dist/collection/components/dropi-sidebar/dropi-sidebar.js +143 -0
- package/dist/collection/components/dropi-simple-stepper/dropi-simple-stepper.css +2 -2
- package/dist/collection/components/dropi-simple-stepper/dropi-simple-stepper.js +29 -7
- package/dist/collection/components/dropi-skeleton/dropi-skeleton.js +40 -10
- package/dist/collection/components/dropi-steps/dropi-steps.css +3 -3
- package/dist/collection/components/dropi-steps/dropi-steps.js +31 -3
- package/dist/collection/components/dropi-switch/dropi-switch.js +5 -5
- package/dist/collection/components/dropi-table/dropi-table.css +540 -0
- package/dist/collection/components/dropi-table/dropi-table.js +966 -0
- package/dist/collection/components/dropi-tabs/dropi-tabs.css +10 -5
- package/dist/collection/components/dropi-tabs/dropi-tabs.js +35 -13
- package/dist/collection/components/dropi-tag/dropi-tag.css +1 -2
- package/dist/collection/components/dropi-tag/dropi-tag.js +1 -1
- package/dist/collection/components/dropi-tag-type-product/dropi-tag-type-product.css +14 -0
- package/dist/collection/components/dropi-tag-type-product/dropi-tag-type-product.js +48 -0
- package/dist/collection/components/dropi-text-area/dropi-text-area.css +6 -2
- package/dist/collection/components/dropi-text-area/dropi-text-area.js +87 -32
- package/dist/collection/components/dropi-time-line/dropi-time-line.css +2 -2
- package/dist/collection/components/dropi-time-line/dropi-time-line.js +1 -1
- package/dist/collection/components/dropi-toast/dropi-toast.css +2 -2
- package/dist/collection/components/dropi-toast/dropi-toast.js +3 -3
- package/dist/collection/components/dropi-tooltip/dropi-tooltip.css +28 -63
- package/dist/collection/components/dropi-tooltip/dropi-tooltip.js +11 -88
- package/dist/collection/components/dropi-tooltip-v2/dropi-tooltip.css +67 -0
- package/dist/collection/components/dropi-tooltip-v2/dropi-tooltip.js +468 -0
- package/dist/collection/components/dropi-vertical-steps/dropi-vertical-steps.css +3 -3
- package/dist/collection/components/dropi-vertical-steps/dropi-vertical-steps.js +5 -5
- package/dist/collection/components/dropi-youtube-lazy-video/dropi-youtube-lazy-video.css +73 -0
- package/dist/collection/components/dropi-youtube-lazy-video/dropi-youtube-lazy-video.js +110 -0
- package/dist/components/dropi-accordion-item.d.ts +11 -0
- package/dist/components/dropi-accordion-item.js +1 -0
- package/dist/components/dropi-accordion.js +1 -1
- package/dist/components/dropi-alert-legacy.d.ts +11 -0
- package/dist/components/dropi-alert-legacy.js +1 -0
- package/dist/components/dropi-alert-modal.d.ts +11 -0
- package/dist/components/dropi-alert-modal.js +1 -0
- package/dist/components/dropi-alert.js +1 -1
- package/dist/components/dropi-avatars.js +1 -1
- package/dist/components/dropi-badge-legacy.d.ts +11 -0
- package/dist/components/dropi-badge-legacy.js +1 -0
- package/dist/components/dropi-badge.js +1 -1
- package/dist/components/dropi-banner-external.d.ts +11 -0
- package/dist/components/dropi-banner-external.js +1 -0
- package/dist/components/dropi-breadcrumb.d.ts +11 -0
- package/dist/components/dropi-breadcrumb.js +1 -0
- package/dist/components/dropi-button.js +1 -1
- package/dist/components/dropi-card-checkbox.d.ts +11 -0
- package/dist/components/dropi-card-checkbox.js +1 -0
- package/dist/components/dropi-card-product.d.ts +11 -0
- package/dist/components/dropi-card-product.js +1 -0
- package/dist/components/dropi-card-section.js +1 -1
- package/dist/components/dropi-carousel.d.ts +11 -0
- package/dist/components/dropi-carousel.js +1 -0
- package/dist/components/dropi-checkbox-selection-list.js +1 -1
- package/dist/components/dropi-checkbox.js +1 -1
- package/dist/components/dropi-chips.js +1 -1
- package/dist/components/dropi-city-selector.d.ts +11 -0
- package/dist/components/dropi-city-selector.js +1 -0
- package/dist/components/dropi-color-picker.d.ts +11 -0
- package/dist/components/dropi-color-picker.js +1 -0
- package/dist/components/dropi-country-flags.d.ts +11 -0
- package/dist/components/dropi-country-flags.js +1 -0
- package/dist/components/dropi-country-selector.d.ts +11 -0
- package/dist/components/dropi-country-selector.js +1 -0
- package/dist/components/dropi-date-picker-range.d.ts +11 -0
- package/dist/components/dropi-date-picker-range.js +1 -0
- package/dist/components/dropi-date-picker.d.ts +11 -0
- package/dist/components/dropi-date-picker.js +1 -0
- package/dist/components/dropi-drawer.d.ts +11 -0
- package/dist/components/dropi-drawer.js +1 -0
- package/dist/components/dropi-dropdown.js +1 -1
- package/dist/components/dropi-empty-state.js +1 -1
- package/dist/components/dropi-favorite-button.js +1 -1
- package/dist/components/dropi-file-upload-progress-bar.d.ts +11 -0
- package/dist/components/dropi-file-upload-progress-bar.js +1 -0
- package/dist/components/dropi-file-upload.d.ts +11 -0
- package/dist/components/dropi-file-upload.js +1 -0
- package/dist/components/dropi-icon.js +1 -1
- package/dist/components/dropi-ilustration-icon.d.ts +11 -0
- package/dist/components/dropi-ilustration-icon.js +1 -0
- package/dist/components/dropi-image-miniature.js +1 -1
- package/dist/components/dropi-image-overlay.js +1 -1
- package/dist/components/dropi-input.js +1 -1
- package/dist/components/dropi-languages-selector.d.ts +11 -0
- package/dist/components/dropi-languages-selector.js +1 -0
- package/dist/components/dropi-logo.js +1 -1
- package/dist/components/dropi-lottie-loader.js +1 -1
- package/dist/components/dropi-media-player.d.ts +11 -0
- package/dist/components/dropi-media-player.js +1 -0
- package/dist/components/dropi-modal.js +1 -1
- package/dist/components/dropi-navbar.d.ts +11 -0
- package/dist/components/dropi-navbar.js +1 -0
- package/dist/components/dropi-otp-send-code.js +1 -1
- package/dist/components/dropi-paginator.js +1 -1
- package/dist/components/dropi-phone-input.d.ts +11 -0
- package/dist/components/dropi-phone-input.js +1 -0
- package/dist/components/dropi-radio-button.js +1 -1
- package/dist/components/dropi-radio-selection-list.js +1 -1
- package/dist/components/dropi-read-more.js +1 -1
- package/dist/components/dropi-search.js +1 -1
- package/dist/components/dropi-select.js +1 -1
- package/dist/components/dropi-sidebar.d.ts +11 -0
- package/dist/components/dropi-sidebar.js +1 -0
- package/dist/components/dropi-simple-stepper.js +1 -1
- package/dist/components/dropi-skeleton.js +1 -1
- package/dist/components/dropi-steps.js +1 -1
- package/dist/components/dropi-switch.js +1 -1
- package/dist/components/dropi-table.d.ts +11 -0
- package/dist/components/dropi-table.js +1 -0
- package/dist/components/dropi-tabs.js +1 -1
- package/dist/components/dropi-tag-type-product.d.ts +11 -0
- package/dist/components/dropi-tag-type-product.js +1 -0
- package/dist/components/dropi-tag.js +1 -1
- package/dist/components/dropi-text-area.js +1 -1
- package/dist/components/dropi-time-line.js +1 -1
- package/dist/components/dropi-toast.js +1 -1
- package/dist/components/dropi-tooltip-v2.d.ts +11 -0
- package/dist/components/dropi-tooltip-v2.js +1 -0
- package/dist/components/dropi-tooltip.js +1 -1
- package/dist/components/dropi-vertical-steps.js +1 -1
- package/dist/components/dropi-youtube-lazy-video.d.ts +11 -0
- package/dist/components/dropi-youtube-lazy-video.js +1 -0
- package/dist/components/index.js +1 -1
- package/dist/components/p-9KLpSviZ.js +1 -0
- package/dist/components/p-BVekazGL.js +1 -0
- package/dist/components/p-BYRcOZS4.js +1 -0
- package/dist/components/p-BuDg1d0S.js +1 -0
- package/dist/components/p-C2paYEIp.js +1 -0
- package/dist/components/p-CDvkvedb.js +1 -0
- package/dist/components/{p-CPs3fHRc.js → p-CnALA9z_.js} +1 -1
- package/dist/components/p-CtzCJQVR.js +1 -0
- package/dist/components/p-CzHupXu8.js +1 -0
- package/dist/components/p-DWzWYR5X.js +1 -0
- package/dist/components/p-D_Y7tuEH.js +1 -0
- package/dist/components/p-DjO9xpVc.js +1 -0
- package/dist/dropi-ui/dropi-ui.esm.js +1 -1
- package/dist/dropi-ui/p-0966c363.entry.js +1 -0
- package/dist/dropi-ui/p-0c541a53.entry.js +1 -0
- package/dist/dropi-ui/p-0cd1fb7a.entry.js +1 -0
- package/dist/dropi-ui/p-0f161461.entry.js +1 -0
- package/dist/dropi-ui/p-10e363a2.entry.js +1 -0
- package/dist/dropi-ui/p-1d4c5364.entry.js +1 -0
- package/dist/dropi-ui/p-2e0623ba.entry.js +1 -0
- package/dist/dropi-ui/p-2e4efb72.entry.js +1 -0
- package/dist/dropi-ui/p-36cdd4fc.entry.js +1 -0
- package/dist/dropi-ui/{p-c2316d4d.entry.js → p-37c86c74.entry.js} +1 -1
- package/dist/dropi-ui/p-392654b7.entry.js +1 -0
- package/dist/dropi-ui/p-39904430.entry.js +1 -0
- package/dist/dropi-ui/p-3a3b778f.entry.js +1 -0
- package/dist/dropi-ui/p-3cbe953f.entry.js +1 -0
- package/dist/dropi-ui/p-40b69ccd.entry.js +1 -0
- package/dist/dropi-ui/p-443ed5bd.entry.js +1 -0
- package/dist/dropi-ui/p-475a16f2.entry.js +1 -0
- package/dist/dropi-ui/p-4967b619.entry.js +1 -0
- package/dist/dropi-ui/p-4de83790.entry.js +1 -0
- package/dist/dropi-ui/p-59188dd5.entry.js +1 -0
- package/dist/dropi-ui/p-6178190b.entry.js +1 -0
- package/dist/dropi-ui/p-623759eb.entry.js +1 -0
- package/dist/dropi-ui/p-645da978.entry.js +1 -0
- package/dist/dropi-ui/p-6e727fb0.entry.js +1 -0
- package/dist/dropi-ui/p-7036c073.entry.js +1 -0
- package/dist/dropi-ui/p-710312bd.entry.js +1 -0
- package/dist/dropi-ui/p-74dfe8d1.entry.js +1 -0
- package/dist/dropi-ui/p-770afae3.entry.js +1 -0
- package/dist/dropi-ui/p-7c0bc6dd.entry.js +1 -0
- package/dist/dropi-ui/p-7f8d3642.entry.js +1 -0
- package/dist/dropi-ui/p-7fc02d98.entry.js +1 -0
- package/dist/dropi-ui/p-8188cca4.entry.js +1 -0
- package/dist/dropi-ui/p-858bedcf.entry.js +1 -0
- package/dist/dropi-ui/p-87e9ba6d.entry.js +1 -0
- package/dist/dropi-ui/p-8b4d4d2d.entry.js +1 -0
- package/dist/dropi-ui/p-9062f0de.entry.js +1 -0
- package/dist/dropi-ui/p-925852b1.entry.js +1 -0
- package/dist/dropi-ui/{p-724a2aea.entry.js → p-99943b7d.entry.js} +1 -1
- package/dist/dropi-ui/p-TXz_09YZ.js +2 -0
- package/dist/dropi-ui/p-a1f2383d.entry.js +1 -0
- package/dist/dropi-ui/p-a6939701.entry.js +1 -0
- package/dist/dropi-ui/p-aa8d2aec.entry.js +1 -0
- package/dist/dropi-ui/p-aafaffa3.entry.js +1 -0
- package/dist/dropi-ui/{p-30fdd316.entry.js → p-ac345a0e.entry.js} +1 -1
- package/dist/dropi-ui/p-acfa17ef.entry.js +1 -0
- package/dist/dropi-ui/p-af3691a0.entry.js +1 -0
- package/dist/dropi-ui/p-b207fc92.entry.js +1 -0
- package/dist/dropi-ui/p-ba3ad28e.entry.js +1 -0
- package/dist/dropi-ui/p-bd0ffb4a.entry.js +1 -0
- package/dist/dropi-ui/p-c2e96728.entry.js +1 -0
- package/dist/dropi-ui/p-c664f99f.entry.js +1 -0
- package/dist/dropi-ui/p-c7e3a5e0.entry.js +1 -0
- package/dist/dropi-ui/{p-061e1ad4.entry.js → p-cfc19ca0.entry.js} +1 -1
- package/dist/dropi-ui/p-d36a0c37.entry.js +1 -0
- package/dist/dropi-ui/p-dd4c6b40.entry.js +1 -0
- package/dist/dropi-ui/p-e0351b61.entry.js +1 -0
- package/dist/dropi-ui/p-e2361547.entry.js +1 -0
- package/dist/dropi-ui/p-e25b2680.entry.js +1 -0
- package/dist/dropi-ui/p-e6943d7c.entry.js +1 -0
- package/dist/dropi-ui/p-e7b59811.entry.js +1 -0
- package/dist/dropi-ui/p-eac7777f.entry.js +1 -0
- package/dist/dropi-ui/p-ed94b5fe.entry.js +1 -0
- package/dist/dropi-ui/p-f0ddf569.entry.js +1 -0
- package/dist/dropi-ui/p-f95c11f8.entry.js +1 -0
- package/dist/esm/dropi-accordion-item.entry.js +52 -0
- package/dist/esm/dropi-accordion.entry.js +5 -39
- package/dist/esm/dropi-alert-legacy.entry.js +37 -0
- package/dist/esm/dropi-alert-modal.entry.js +126 -0
- package/dist/esm/dropi-alert.entry.js +21 -15
- package/dist/esm/dropi-avatars.entry.js +3 -3
- package/dist/esm/dropi-badge-legacy.entry.js +28 -0
- package/dist/esm/dropi-badge.entry.js +4 -4
- package/dist/esm/dropi-banner-external.entry.js +51 -0
- package/dist/esm/dropi-breadcrumb.entry.js +46 -0
- package/dist/esm/dropi-button.entry.js +13 -7
- package/dist/esm/dropi-card-checkbox.entry.js +46 -0
- package/dist/esm/dropi-card-product.entry.js +74 -0
- package/dist/esm/dropi-card-section.entry.js +17 -17
- package/dist/esm/dropi-carousel.entry.js +146 -0
- package/dist/esm/dropi-checkbox-selection-list.entry.js +17 -15
- package/dist/esm/dropi-checkbox.entry.js +6 -6
- package/dist/esm/dropi-chips.entry.js +9 -9
- package/dist/esm/dropi-city-selector.entry.js +94 -0
- package/dist/esm/dropi-color-picker.entry.js +317 -0
- package/dist/esm/dropi-country-flags.entry.js +35 -0
- package/dist/esm/dropi-country-selector.entry.js +195 -0
- package/dist/esm/dropi-date-picker-range.entry.js +113 -0
- package/dist/esm/dropi-date-picker.entry.js +221 -0
- package/dist/esm/dropi-drawer.entry.js +74 -0
- package/dist/esm/dropi-dropdown.entry.js +22 -15
- package/dist/esm/dropi-empty-state.entry.js +16 -15
- package/dist/esm/dropi-favorite-button.entry.js +5 -5
- package/dist/esm/dropi-file-upload-progress-bar.entry.js +73 -0
- package/dist/esm/dropi-file-upload.entry.js +234 -0
- package/dist/esm/dropi-icon.entry.js +2 -2
- package/dist/esm/dropi-ilustration-icon.entry.js +37 -0
- package/dist/esm/dropi-image-miniature.entry.js +3 -3
- package/dist/esm/dropi-image-overlay.entry.js +4 -4
- package/dist/esm/dropi-input_3.entry.js +386 -0
- package/dist/esm/dropi-languages-selector.entry.js +55 -0
- package/dist/esm/dropi-logo.entry.js +3 -3
- package/dist/esm/dropi-lottie-loader.entry.js +7 -7
- package/dist/esm/dropi-media-player.entry.js +187 -0
- package/dist/esm/dropi-modal.entry.js +36 -14
- package/dist/esm/dropi-navbar.entry.js +52 -0
- package/dist/esm/dropi-otp-send-code.entry.js +10 -10
- package/dist/esm/dropi-phone-input.entry.js +195 -0
- package/dist/esm/dropi-radio-button.entry.js +7 -7
- package/dist/esm/dropi-radio-selection-list.entry.js +17 -13
- package/dist/esm/dropi-read-more.entry.js +8 -4
- package/dist/esm/dropi-search.entry.js +52 -38
- package/dist/esm/dropi-select.entry.js +98 -55
- package/dist/esm/dropi-sidebar.entry.js +76 -0
- package/dist/esm/dropi-simple-stepper.entry.js +8 -6
- package/dist/esm/dropi-skeleton.entry.js +16 -6
- package/dist/esm/dropi-steps.entry.js +6 -4
- package/dist/esm/dropi-switch.entry.js +5 -5
- package/dist/esm/dropi-table.entry.js +290 -0
- package/dist/esm/dropi-tabs.entry.js +13 -11
- package/dist/esm/dropi-tag-type-product.entry.js +17 -0
- package/dist/esm/dropi-text-area.entry.js +49 -18
- package/dist/esm/dropi-time-line.entry.js +3 -3
- package/dist/esm/dropi-toast.entry.js +4 -4
- package/dist/esm/dropi-tooltip-v2.entry.js +129 -0
- package/dist/esm/dropi-tooltip.entry.js +5 -26
- package/dist/esm/dropi-ui.js +3 -3
- package/dist/esm/dropi-vertical-steps.entry.js +6 -6
- package/dist/esm/dropi-youtube-lazy-video.entry.js +31 -0
- package/dist/esm/{index-Twbb5MNM.js → index-TXz_09YZ.js} +6 -3
- package/dist/esm/loader.js +3 -3
- package/dist/types/components/dropi-accordion/dropi-accordion-item.d.ts +24 -0
- package/dist/types/components/dropi-accordion/dropi-accordion.d.ts +3 -23
- package/dist/types/components/dropi-alert/dropi-alert.d.ts +9 -3
- package/dist/types/components/dropi-alert-legacy/dropi-alert-legacy.d.ts +18 -0
- package/dist/types/components/dropi-alert-modal/dropi-alert-modal.d.ts +66 -0
- package/dist/types/components/dropi-badge-legacy/dropi-badge-legacy.d.ts +15 -0
- package/dist/types/components/dropi-banner-external/dropi-banner-external.d.ts +36 -0
- package/dist/types/components/dropi-breadcrumb/dropi-breadcrumb.d.ts +31 -0
- package/dist/types/components/dropi-button/dropi-button.d.ts +6 -2
- package/dist/types/components/dropi-card-checkbox/dropi-card-checkbox.d.ts +34 -0
- package/dist/types/components/dropi-card-product/dropi-card-product.d.ts +43 -0
- package/dist/types/components/dropi-card-section/dropi-card-section.d.ts +5 -5
- package/dist/types/components/dropi-carousel/dropi-carousel.d.ts +44 -0
- package/dist/types/components/dropi-checkbox/dropi-checkbox.d.ts +1 -1
- package/dist/types/components/dropi-checkbox-selection-list/dropi-checkbox-selection-list.d.ts +7 -5
- package/dist/types/components/dropi-chips/dropi-chips.d.ts +4 -4
- package/dist/types/components/dropi-city-selector/dropi-city-selector.d.ts +48 -0
- package/dist/types/components/dropi-color-picker/dropi-color-picker.d.ts +56 -0
- package/dist/types/components/dropi-country-flags/dropi-country-flags.d.ts +19 -0
- package/dist/types/components/dropi-country-selector/dropi-country-selector.d.ts +50 -0
- package/dist/types/components/dropi-date-picker/dropi-date-picker.d.ts +55 -0
- package/dist/types/components/dropi-date-picker-range/dropi-date-picker-range.d.ts +50 -0
- package/dist/types/components/dropi-drawer/dropi-drawer.d.ts +31 -0
- package/dist/types/components/dropi-dropdown/dropi-dropdown.d.ts +12 -6
- package/dist/types/components/dropi-empty-state/dropi-empty-state.d.ts +12 -10
- package/dist/types/components/dropi-favorite-button/dropi-favorite-button.d.ts +1 -1
- package/dist/types/components/dropi-file-upload/dropi-file-upload.d.ts +76 -0
- package/dist/types/components/dropi-file-upload-progress-bar/dropi-file-upload-progress-bar.d.ts +33 -0
- package/dist/types/components/dropi-ilustration-icon/dropi-ilustration-icon.d.ts +24 -0
- package/dist/types/components/dropi-input/dropi-input.d.ts +28 -18
- package/dist/types/components/dropi-languages-selector/dropi-languages-selector.d.ts +31 -0
- package/dist/types/components/dropi-lottie-loader/dropi-lottie-loader.d.ts +1 -1
- package/dist/types/components/dropi-media-player/dropi-media-player.d.ts +51 -0
- package/dist/types/components/dropi-modal/dropi-modal.d.ts +22 -3
- package/dist/types/components/dropi-navbar/dropi-navbar.d.ts +42 -0
- package/dist/types/components/dropi-otp-send-code/dropi-otp-send-code.d.ts +1 -1
- package/dist/types/components/dropi-paginator/dropi-paginator.d.ts +10 -20
- package/dist/types/components/dropi-phone-input/dropi-phone-input.d.ts +49 -0
- package/dist/types/components/dropi-radio-button/dropi-radio-button.d.ts +2 -2
- package/dist/types/components/dropi-radio-selection-list/dropi-radio-selection-list.d.ts +11 -4
- package/dist/types/components/dropi-read-more/dropi-read-more.d.ts +4 -0
- package/dist/types/components/dropi-search/dropi-search.d.ts +24 -12
- package/dist/types/components/dropi-select/dropi-select.d.ts +26 -15
- package/dist/types/components/dropi-sidebar/dropi-sidebar.d.ts +41 -0
- package/dist/types/components/dropi-simple-stepper/dropi-simple-stepper.d.ts +2 -0
- package/dist/types/components/dropi-skeleton/dropi-skeleton.d.ts +4 -1
- package/dist/types/components/dropi-steps/dropi-steps.d.ts +3 -0
- package/dist/types/components/dropi-switch/dropi-switch.d.ts +1 -1
- package/dist/types/components/dropi-table/dropi-table.d.ts +131 -0
- package/dist/types/components/dropi-tabs/dropi-tabs.d.ts +5 -3
- package/dist/types/components/dropi-tag-type-product/dropi-tag-type-product.d.ts +9 -0
- package/dist/types/components/dropi-text-area/dropi-text-area.d.ts +27 -6
- package/dist/types/components/dropi-tooltip/dropi-tooltip.d.ts +3 -17
- package/dist/types/components/dropi-tooltip-v2/dropi-tooltip.d.ts +59 -0
- package/dist/types/components/dropi-vertical-steps/dropi-vertical-steps.d.ts +1 -1
- package/dist/types/components/dropi-youtube-lazy-video/dropi-youtube-lazy-video.d.ts +19 -0
- package/dist/types/components.d.ts +4694 -688
- package/dist/types/index.d.ts +1 -0
- package/package.json +25 -3
- package/readme.md +56 -7
- package/scripts/setup.js +121 -23
- package/skills/install-dropi-ui/skill.md +15 -10
- package/dist/cjs/dropi-input.cjs.entry.js +0 -210
- package/dist/cjs/dropi-paginator.cjs.entry.js +0 -91
- package/dist/cjs/dropi-tag.cjs.entry.js +0 -68
- package/dist/components/p-DKXrREI4.js +0 -1
- package/dist/components/p-Ds74ZOlC.js +0 -1
- package/dist/components/p-WZTFyFH2.js +0 -1
- package/dist/dropi-ui/p-0c13dded.entry.js +0 -1
- package/dist/dropi-ui/p-121c8a09.entry.js +0 -1
- package/dist/dropi-ui/p-291a1416.entry.js +0 -1
- package/dist/dropi-ui/p-2cee44f9.entry.js +0 -1
- package/dist/dropi-ui/p-3537ee5a.entry.js +0 -1
- package/dist/dropi-ui/p-3d859657.entry.js +0 -1
- package/dist/dropi-ui/p-433d161d.entry.js +0 -1
- package/dist/dropi-ui/p-4bdfad16.entry.js +0 -1
- package/dist/dropi-ui/p-4ea7d3a7.entry.js +0 -1
- package/dist/dropi-ui/p-51c8ef68.entry.js +0 -1
- package/dist/dropi-ui/p-54780c90.entry.js +0 -1
- package/dist/dropi-ui/p-66deb85e.entry.js +0 -1
- package/dist/dropi-ui/p-68f81080.entry.js +0 -1
- package/dist/dropi-ui/p-74c37688.entry.js +0 -1
- package/dist/dropi-ui/p-7cec1cea.entry.js +0 -1
- package/dist/dropi-ui/p-7daa2677.entry.js +0 -1
- package/dist/dropi-ui/p-8906a68d.entry.js +0 -1
- package/dist/dropi-ui/p-Twbb5MNM.js +0 -2
- package/dist/dropi-ui/p-a4204ece.entry.js +0 -1
- package/dist/dropi-ui/p-a5650d8f.entry.js +0 -1
- package/dist/dropi-ui/p-a9116dbe.entry.js +0 -1
- package/dist/dropi-ui/p-b0d3442e.entry.js +0 -1
- package/dist/dropi-ui/p-b36b819f.entry.js +0 -1
- package/dist/dropi-ui/p-c10cbb8d.entry.js +0 -1
- package/dist/dropi-ui/p-cb5fd7a9.entry.js +0 -1
- package/dist/dropi-ui/p-d1e1b716.entry.js +0 -1
- package/dist/dropi-ui/p-d5ecc394.entry.js +0 -1
- package/dist/dropi-ui/p-db6c9828.entry.js +0 -1
- package/dist/dropi-ui/p-e721127d.entry.js +0 -1
- package/dist/dropi-ui/p-e8557da0.entry.js +0 -1
- package/dist/dropi-ui/p-ebfd4665.entry.js +0 -1
- package/dist/dropi-ui/p-f3cef35a.entry.js +0 -1
- package/dist/dropi-ui/p-f6a69c4e.entry.js +0 -1
- package/dist/dropi-ui/p-ff45e7c8.entry.js +0 -1
- package/dist/esm/dropi-input.entry.js +0 -208
- package/dist/esm/dropi-paginator.entry.js +0 -89
- package/dist/esm/dropi-tag.entry.js +0 -66
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="22" height="22" rx="11" fill="#FEF8F1"/>
|
|
3
|
+
<path d="M8.21818 19L6.66364 16.4095L3.71818 15.7619L4.00455 12.7667L2 10.5L4.00455 8.23333L3.71818 5.2381L6.66364 4.59048L8.21818 2L11 3.17381L13.7818 2L15.3364 4.59048L18.2818 5.2381L17.9955 8.23333L20 10.5L17.9955 12.7667L18.2818 15.7619L15.3364 16.4095L13.7818 19L11 17.8262L8.21818 19ZM8.91364 16.9357L11 16.0452L13.1273 16.9357L14.2727 14.9929L16.5227 14.4667L16.3182 12.2L17.8318 10.5L16.3182 8.75952L16.5227 6.49286L14.2727 6.00714L13.0864 4.06429L11 4.95476L8.87273 4.06429L7.72727 6.00714L5.47727 6.49286L5.68182 8.75952L4.16818 10.5L5.68182 12.2L5.47727 14.5071L7.72727 14.9929L8.91364 16.9357ZM10.1409 13.3738L14.7636 8.8L13.6182 7.62619L10.1409 11.0667L8.38182 9.36667L7.23636 10.5L10.1409 13.3738Z" fill="#F49A3D"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="64" height="60" viewBox="0 0 64 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 36.3463V31.4252C3.26962 29.6939 3.66487 27.9989 4.18573 26.3404C4.49519 25.355 4.64379 24.4741 4.63153 23.6979C4.60089 21.5664 4.59629 19.4242 4.61774 17.2714C4.61766 17.1882 4.59804 17.1064 4.56049 17.0329C4.52294 16.9594 4.46853 16.8961 4.40174 16.8485C1.90159 15.0247 3.84104 11.4089 6.59396 12.6278C8.16115 13.3191 8.46448 15.4613 7.15925 16.5346C6.99074 16.6741 6.90648 16.8515 6.90648 17.0668L6.90188 20.2686C6.90188 20.5658 6.98921 20.5931 7.16385 20.3505C8.11059 19.0225 9.21513 17.7217 10.4775 16.4482C10.6184 16.3057 10.7762 16.2845 10.9508 16.3845L17.6286 20.2277C17.8002 20.3247 17.8232 20.4491 17.6976 20.6007C16.6283 21.8893 15.8301 23.3386 15.3031 24.9487C15.2817 25.0104 15.2808 25.0773 15.3007 25.1395C15.3205 25.2017 15.3601 25.256 15.4134 25.2943C19.6508 28.4553 20.4091 34.5225 17.7297 38.916C15.1239 43.1866 9.59965 43.8279 6.35957 39.8529C5.76517 39.1252 5.68092 39.1782 6.1068 40.0121C9.04355 45.7563 16.0247 45.8018 18.8557 39.9484C18.9354 39.7846 19.0426 39.7634 19.1774 39.8847C22.1709 42.559 25.702 44.2297 29.7709 44.8967C33.5885 45.5214 37.3678 45.3637 41.1089 44.4237C45.8916 43.22 48.6246 40.2425 49.3079 35.4912C49.7123 32.6956 49.4687 29.7106 48.5771 26.536C46.725 19.9412 41.6741 15.8388 34.8539 15.0019C30.9535 14.5259 27.1558 14.9989 23.4608 16.4209C23.3076 16.4816 23.1605 16.471 23.0196 16.3891L16.3877 12.5687C16.3665 12.5571 16.349 12.54 16.3372 12.5191C16.3254 12.4982 16.3196 12.4744 16.3206 12.4501C16.3215 12.4258 16.3291 12.402 16.3426 12.3812C16.356 12.3605 16.3748 12.3435 16.3969 12.3322C30.975 5.11429 48.5404 13.1008 52.0148 28.851C52.7318 32.1044 52.7701 35.3093 52.1297 38.4657C50.3695 47.1117 43.7515 52.5103 35.2905 54.6434C34.8799 54.7465 34.8202 54.6449 35.1113 54.3387C35.7332 53.6928 36.2403 52.8817 36.6325 51.9054C36.7581 51.5931 36.9802 51.3763 37.2989 51.255L39.3211 50.4773C39.3565 50.4642 39.3881 50.4426 39.4131 50.4145C39.4381 50.3864 39.4557 50.3527 39.4643 50.3162C39.473 50.2798 39.4724 50.2418 39.4626 50.2056C39.4529 50.1694 39.4342 50.1362 39.4084 50.1089L35.6995 46.152C35.6833 46.1348 35.6635 46.1211 35.6416 46.1119C35.6196 46.1027 35.596 46.0982 35.5721 46.0986C35.5483 46.099 35.5248 46.1044 35.5032 46.1144C35.4816 46.1244 35.4624 46.1388 35.4468 46.1566C33.7218 48.0486 31.8742 49.6571 29.9042 50.9821C29.8867 50.9948 29.8734 51.0122 29.8659 51.0322C29.8584 51.0523 29.857 51.0741 29.8619 51.0949C29.8668 51.1158 29.8777 51.1347 29.8934 51.1494C29.9091 51.1642 29.9288 51.174 29.9501 51.1777L32.317 51.5416C32.3562 51.5473 32.393 51.5637 32.4234 51.5888C32.4538 51.6139 32.4767 51.6468 32.4895 51.6838C32.5023 51.7209 32.5046 51.7608 32.496 51.7991C32.4875 51.8373 32.4685 51.8726 32.4411 51.9009C30.8325 53.6246 27.5373 55.6667 25.0647 55.4257C18.1709 54.7525 12.6789 52.4087 8.58856 48.3942C5.445 45.3106 3.58214 41.2946 3 36.3463ZM11.0336 39.7756C12.5352 39.7756 13.9754 39.0141 15.0373 37.6588C16.0991 36.3035 16.6957 34.4653 16.6957 32.5486C16.6957 30.6319 16.0991 28.7937 15.0373 27.4383C13.9754 26.083 12.5352 25.3216 11.0336 25.3216C9.53188 25.3216 8.0917 26.083 7.02985 27.4383C5.968 28.7937 5.37146 30.6319 5.37146 32.5486C5.37146 34.4653 5.968 36.3035 7.02985 37.6588C8.0917 39.0141 9.53188 39.7756 11.0336 39.7756Z" fill="#F49A3D"/>
|
|
3
|
+
<ellipse cx="29.004" cy="58.1628" rx="25.2721" ry="1.8372" fill="#F7F8FA"/>
|
|
4
|
+
<path d="M14.2553 13.6243L20.956 17.4857C20.9777 17.4982 20.9959 17.5159 21.0089 17.537C21.022 17.5582 21.0296 17.5823 21.0309 17.6071C21.0323 17.6319 21.0274 17.6566 21.0168 17.6791C21.0061 17.7015 20.99 17.721 20.9698 17.7358L19.398 18.8592C19.3743 18.8765 19.346 18.8865 19.3167 18.8881C19.2873 18.8897 19.2581 18.8828 19.2326 18.8683L12.5134 15.0115C12.4911 14.9988 12.4724 14.9807 12.4591 14.9588C12.4457 14.937 12.4383 14.9122 12.4374 14.8867C12.4364 14.8612 12.4421 14.8359 12.4538 14.8132C12.4655 14.7904 12.4829 14.771 12.5042 14.7568L14.0944 13.6289C14.1181 13.6133 14.1457 13.6045 14.1742 13.6037C14.2026 13.6029 14.2307 13.6101 14.2553 13.6243Z" fill="#F49A3D"/>
|
|
5
|
+
<path d="M17.3938 25.099C19.2904 20.09 22.653 17.3445 27.4818 16.8624C27.6744 16.8416 27.8697 16.873 28.047 16.9533C28.7058 17.2474 29.0244 17.5855 29.003 17.9676C28.9693 18.5436 28.669 18.8969 28.1022 19.0273C26.3328 19.4275 24.4669 19.6504 22.8813 20.4645C20.8499 21.5075 19.1908 23.1175 17.904 25.2946C17.876 25.3417 17.8318 25.3774 17.7795 25.3949C17.7272 25.4124 17.6702 25.4107 17.619 25.3901L17.4995 25.3401C17.4534 25.3206 17.4166 25.2845 17.3968 25.2395C17.3771 25.1946 17.376 25.1441 17.3938 25.099Z" fill="#F49A3D"/>
|
|
6
|
+
<path d="M25.2356 31.9447C25.1959 34.2 26.4289 36.0501 27.9896 36.0771C29.5504 36.104 30.8479 34.2976 30.8877 32.0423C30.9275 29.787 29.6945 27.9369 28.1337 27.9099C26.5729 27.8829 25.2754 29.6894 25.2356 31.9447Z" fill="#F49A3D"/>
|
|
7
|
+
<path d="M41.6052 31.9715C41.5827 34.0914 42.4987 35.8196 43.651 35.8315C44.8032 35.8435 45.7556 34.1346 45.778 32.0147C45.8004 29.8948 44.8845 28.1666 43.7322 28.1547C42.5799 28.1428 41.6276 29.8516 41.6052 31.9715Z" fill="#F49A3D"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.5 1C55.1193 1 54 2.17525 54 3.625V12.025C54 13.4747 55.1193 14.65 56.5 14.65C57.8807 14.65 59 13.4747 59 12.025V3.625C59 2.17525 57.8807 1 56.5 1ZM56.5 22C57.8807 22 59 20.8247 59 19.375C59 17.9253 57.8807 16.75 56.5 16.75C55.1193 16.75 54 17.9253 54 19.375C54 20.8247 55.1193 22 56.5 22Z" fill="#F49A3D"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"v":"5.9.0","fr":60,"ip":0,"op":171,"w":1080,"h":1080,"nm":"Cabeza","ddd":0,"assets":[{"id":"comp_0","nm":"Cara","fr":60,"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Oido","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-1,"ix":10},"p":{"a":0,"k":[109.935,535.516,0],"ix":2,"l":2},"a":{"a":0,"k":[53.714,165.607,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":37,"s":[0,0,100],"e":[45.001,47.999,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":57,"s":[45.001,47.999,100],"e":[45.001,47.999,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":111,"s":[45.001,47.999,100],"e":[0,0,100]},{"t":131}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-22.187,0],[0,28.534],[22.185,0],[0,-28.534]],"o":[[22.185,0],[0,-28.534],[-22.187,0],[0,28.534]],"v":[[0.001,51.667],[40.168,0.003],[0.001,-51.666],[-40.168,0.003]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.999998743394,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[56.608,162.254],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transformar"}],"nm":"Grupo 14","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":10,"op":1734,"st":-66,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Cara","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":27,"s":[27],"e":[-1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":45,"s":[-1],"e":[-1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":121,"s":[-1],"e":[27]},{"t":139}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.626,"y":1},"o":{"x":0.333,"y":0},"t":27,"s":[213.675,679.853,0],"e":[162.482,531.35,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.626,"y":0.626},"o":{"x":0.207,"y":0.207},"t":45,"s":[162.482,531.35,0],"e":[162.482,531.35,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.207,"y":0},"t":121,"s":[162.482,531.35,0],"e":[213.675,679.853,0],"to":[0,0,0],"ti":[0,0,0]},{"t":139}],"ix":2,"l":2},"a":{"a":0,"k":[173.996,162.257,0],"ix":1,"l":2},"s":{"a":0,"k":[45.634,47.333,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[80.27,102.121],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Trazado elíptico 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.999998743394,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[60.448,165.224],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transformar"}],"nm":"Elipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[7.778,-6.667],[0.556,-0.278],[0,0],[8.611,-5.278],[0,0],[0,0],[-4.444,6.944],[0,0],[-3.056,1.389],[0,0]],"o":[[0,0],[-7.778,6.667],[-0.556,0.278],[0,0],[-8.611,5.278],[0,0],[0,0],[4.444,-6.944],[0,0],[3.056,-1.389],[0,0]],"v":[[232.328,260.485],[213.717,278.541],[190.106,297.43],[210.106,300.763],[192.883,316.874],[167.606,327.152],[227.606,324.652],[236.494,312.152],[241.217,298.819],[251.217,296.319],[261.772,291.319]],"c":true},"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.999998743394,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transformar"}],"nm":"Forma 1","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":71,"s":[{"i":[[-30.809,3.373],[5.194,-2.674],[11.483,-2.311],[12.434,-11.8],[3.859,-7.178],[-0.557,1.68]],"o":[[16.031,-1.752],[-2.526,1.304],[-23.244,4.669],[-5.922,5.621],[-0.827,1.551],[10.788,-32.702]],"v":[[-6.041,-84.799],[3.701,-71.605],[-11.936,-67.867],[-55.927,-45.331],[-70.712,-25.755],[-73.229,-26.924]],"c":true}],"e":[{"i":[[-30.809,3.373],[5.194,-2.674],[11.483,-2.311],[12.434,-11.8],[3.859,-7.178],[-0.557,1.68]],"o":[[16.031,-1.752],[-2.526,1.304],[-23.244,4.669],[-5.922,5.621],[-0.827,1.551],[10.788,-32.702]],"v":[[-0.563,-69.651],[9.179,-56.458],[-6.458,-52.719],[-50.449,-30.184],[-65.234,-10.607],[-67.751,-11.777]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":81,"s":[{"i":[[-30.809,3.373],[5.194,-2.674],[11.483,-2.311],[12.434,-11.8],[3.859,-7.178],[-0.557,1.68]],"o":[[16.031,-1.752],[-2.526,1.304],[-23.244,4.669],[-5.922,5.621],[-0.827,1.551],[10.788,-32.702]],"v":[[-0.563,-69.651],[9.179,-56.458],[-6.458,-52.719],[-50.449,-30.184],[-65.234,-10.607],[-67.751,-11.777]],"c":true}],"e":[{"i":[[-30.809,3.373],[5.194,-2.674],[11.483,-2.311],[12.434,-11.8],[3.859,-7.178],[-0.557,1.68]],"o":[[16.031,-1.752],[-2.526,1.304],[-23.244,4.669],[-5.922,5.621],[-0.827,1.551],[10.788,-32.702]],"v":[[-6.041,-84.799],[3.701,-71.605],[-11.936,-67.867],[-55.927,-45.331],[-70.712,-25.755],[-73.229,-26.924]],"c":true}]},{"t":92}],"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":71,"s":[{"i":[[-0.008,-9.329],[0.597,-2.736],[12.058,6.212],[1.444,6.718],[-2.425,7.163],[-6.919,1.695],[-3.446,-2.025]],"o":[[0,3.404],[-2.391,11.029],[-6.336,-3.261],[-1.597,-7.393],[2.279,-6.746],[3.874,-0.95],[8.754,5.148]],"v":[[20.249,22.29],[19.323,31.66],[-5.977,48.358],[-17.395,31.294],[-16.247,8.901],[-2.316,-6.087],[9.225,-4.288]],"c":true}],"e":[{"i":[[-1.008,-0.428],[2.622,-0.42],[6.121,0.128],[2.955,0.386],[-1.958,0.711],[-7.124,0.017],[-3.995,0.134]],"o":[[2.811,1.196],[-4.457,0.714],[-7.124,-0.148],[-4.079,-0.533],[3.057,-1.11],[4.543,-0.011],[4.252,-0.143]],"v":[[19.971,22.846],[15.434,24.716],[1.8,26.414],[-13.09,26.294],[-14.303,24.735],[0.739,22.525],[10.613,22.24]],"c":true}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":81,"s":[{"i":[[-1.008,-0.428],[2.622,-0.42],[6.121,0.128],[2.955,0.386],[-1.958,0.711],[-7.124,0.017],[-3.995,0.134]],"o":[[2.811,1.196],[-4.457,0.714],[-7.124,-0.148],[-4.079,-0.533],[3.057,-1.11],[4.543,-0.011],[4.252,-0.143]],"v":[[19.971,22.846],[15.434,24.716],[1.8,26.414],[-13.09,26.294],[-14.303,24.735],[0.739,22.525],[10.613,22.24]],"c":true}],"e":[{"i":[[-0.008,-9.329],[0.597,-2.736],[12.058,6.212],[1.444,6.718],[-2.425,7.163],[-6.919,1.695],[-3.446,-2.025]],"o":[[0,3.404],[-2.391,11.029],[-6.336,-3.261],[-1.597,-7.393],[2.279,-6.746],[3.874,-0.95],[8.754,5.148]],"v":[[20.249,22.29],[19.323,31.66],[-5.977,48.358],[-17.395,31.294],[-16.247,8.901],[-2.316,-6.087],[9.225,-4.288]],"c":true}]},{"t":92}],"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-1.765,6.749],[-5.049,1.599],[-2.51,-1.904],[-0.008,-8.786],[0.431,-2.575],[8.796,5.849],[1.058,6.325]],"o":[[1.666,-6.353],[2.828,-0.891],[6.39,4.853],[0,3.199],[-1.747,10.384],[-4.624,-3.071],[-1.164,-6.965]],"v":[[98.043,9.652],[108.215,-4.46],[116.639,-2.768],[124.688,22.261],[124.012,31.082],[105.545,46.805],[97.207,30.742]],"c":true},"ix":2},"nm":"Trazado 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[3.828,-12.992],[0,0],[0,-24.995],[29.218,0],[9.418,17.847],[0,0],[-23.146,0],[-1.876,0.24],[-8.184,17.588],[-40.761,0],[-2.002,0.03],[7.527,77.052],[56.327,0],[9.879,-1.761],[9.497,-4.119],[0,0],[4.745,-3.139],[0,0],[3.73,-3.197],[0,0],[3.833,-3.597],[0,0]],"o":[[0,0],[16.967,10.772],[0,35.727],[-18.66,0],[0,0],[7.199,25.265],[1.941,0],[17.266,-2.3],[25.418,24.546],[2.006,0],[68.455,-1.374],[-8.005,-82.162],[-10.963,0],[-11.117,2],[0,0],[-5.05,2.684],[0,0],[-4.299,2.688],[0,0],[-4.144,3.263],[0,0],[-8.389,9.797]],"v":[[-89.584,-26.191],[-89.584,-26.17],[-61.019,31.261],[-113.921,95.948],[-158.396,66.281],[-158.396,66.305],[-108.398,109.73],[-102.666,109.372],[-62.466,77.119],[41.824,116.151],[47.769,116.092],[150.868,11.951],[29.821,-100.342],[-1.563,-97.627],[-32.537,-88.402],[-80.288,-116.152],[-94.988,-107.406],[-48.13,-80.217],[-60.164,-71.407],[-107.092,-98.653],[-119.061,-88.355],[-71.095,-60.506]],"c":true},"ix":2},"nm":"Trazado 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Combinar trazados 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.999998743394,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[175.101,136.583],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transformar"}],"nm":"Grupo 18","np":6,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1734,"st":-66,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Nulo 2","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[167,167,100],"ix":6,"l":2}},"ao":0,"ip":0,"op":171,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":0,"nm":"Cara","parent":6,"refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[2067.444,3.25,0],"ix":2,"l":2},"a":{"a":0,"k":[1235.5,535.5,0],"ix":1,"l":2},"s":{"a":0,"k":[222.222,208.333,100],"ix":6,"l":2}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[43.45,0],[0,-45.418],[-37.006,-0.082],[-3.685,44.687]],"o":[[-43.45,0],[0,45.418],[55.361,0.123],[3.733,-45.264]],"v":[[162.476,455.019],[83.718,534.701],[158.922,610.358],[241.149,537.256]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Máscara 1"}],"w":2471,"h":1071,"ip":17,"op":171,"st":17,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Antena","parent":4,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":1,"ix":10},"p":{"a":0,"k":[-71.987,-62.349,0],"ix":2,"l":2},"a":{"a":0,"k":[-469.25,-132.25,0],"ix":1,"l":2},"s":{"a":0,"k":[45,45,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[33.5,33.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Trazado elíptico 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949019607843,0.607843137255,0.235294117647,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-469.25,-132.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transformar"}],"nm":"Elipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":171,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Palo antena","parent":7,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-1,"ix":10},"p":{"a":0,"k":[-467.03,-134.284,0],"ix":2,"l":2},"a":{"a":0,"k":[-72,-30,0],"ix":1,"l":2},"s":{"a":0,"k":[402.402,402.402,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":44,"s":[{"i":[[0,0],[0,0],[-0.195,-5.38],[0,0],[0,0],[-0.102,4.653]],"o":[[0,0],[0,0],[0.195,5.38],[0,0],[0,0],[0.102,-4.653]],"v":[[-69.25,-62.625],[-75.375,-62.625],[-77.361,-45.794],[-75.75,-30.25],[-69.25,-30.25],[-71.168,-45.914]],"c":true}],"e":[{"i":[[0,0],[0,0],[-0.104,-4.462],[0,0],[0,0],[-0.034,5.578]],"o":[[0,0],[0,0],[0.104,4.462],[0,0],[0,0],[0.034,-5.578]],"v":[[-69.25,-62.625],[-75.375,-62.625],[-74.461,-45.291],[-75.75,-30.25],[-69.25,-30.25],[-67.58,-45.736]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":66,"s":[{"i":[[0,0],[0,0],[-0.104,-4.462],[0,0],[0,0],[-0.034,5.578]],"o":[[0,0],[0,0],[0.104,4.462],[0,0],[0,0],[0.034,-5.578]],"v":[[-69.25,-62.625],[-75.375,-62.625],[-74.461,-45.291],[-75.75,-30.25],[-69.25,-30.25],[-67.58,-45.736]],"c":true}],"e":[{"i":[[0,0],[0,0],[-0.195,-5.38],[0,0],[0,0],[-0.102,4.653]],"o":[[0,0],[0,0],[0.195,5.38],[0,0],[0,0],[0.102,-4.653]],"v":[[-69.25,-62.625],[-75.375,-62.625],[-77.361,-45.794],[-75.75,-30.25],[-69.25,-30.25],[-71.168,-45.914]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":85,"s":[{"i":[[0,0],[0,0],[-0.195,-5.38],[0,0],[0,0],[-0.102,4.653]],"o":[[0,0],[0,0],[0.195,5.38],[0,0],[0,0],[0.102,-4.653]],"v":[[-69.25,-62.625],[-75.375,-62.625],[-77.361,-45.794],[-75.75,-30.25],[-69.25,-30.25],[-71.168,-45.914]],"c":true}],"e":[{"i":[[0,0],[0,0],[-0.195,-5.38],[0,0],[0,0],[-0.102,4.653]],"o":[[0,0],[0,0],[0.195,5.38],[0,0],[0,0],[0.102,-4.653]],"v":[[-69.25,-62.625],[-75.375,-62.625],[-75.861,-45.838],[-75.75,-30.25],[-69.25,-30.25],[-69.543,-45.953]],"c":true}]},{"t":98}],"ix":2},"nm":"Trazado 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949019607843,0.607843137255,0.235294117647,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transformar"}],"nm":"Forma 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":171,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Cabeza 2","parent":6,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-1,"ix":10},"p":{"a":0,"k":[-316.407,-8.321,0],"ix":2,"l":2},"a":{"a":0,"k":[540,675,0],"ix":1,"l":2},"s":{"a":0,"k":[33.543,33.543,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[73.095,-37.857],[31.676,-29.901],[23.329,-36.226],[5.263,-9.538],[8.629,-21.799],[0,-67.098],[-124.943,-78.459],[-106.498,-5.727],[-75.895,14.479],[0,236.16],[291.64,0]],"o":[[0,0],[-31.676,29.901],[-5.812,9.087],[-11.346,20.233],[-23.244,59.011],[0,168.605],[79.545,50.023],[69.931,1.384],[216.734,-50.397],[0,-289.087],[-88.167,0]],"v":[[-244.296,-433.234],[-362.056,-348.258],[-445.488,-250.459],[-462.197,-222.576],[-492.252,-159.389],[-528.2,30.914],[-322.826,407.354],[-39.186,492.517],[153.749,476.446],[528.2,30.914],[0.036,-492.517]],"c":true},"ix":2},"nm":"Trazado 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949019607843,0.607843137255,0.235294117647,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[540,675],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transformar"}],"nm":"Grupo 5","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":-215,"op":3057.5,"st":-170,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Cabeza","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0],"e":[744]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":43,"s":[744],"e":[710]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":63,"s":[710],"e":[727]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":80,"s":[727],"e":[721]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":95,"s":[721],"e":[721]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":126,"s":[721],"e":[715]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":133,"s":[715],"e":[1080]},{"t":203}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.466,"y":1},"o":{"x":0.226,"y":0},"t":0,"s":[-1073,-3,0],"e":[22,-3,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":43,"s":[22,-3,0],"e":[-9,-3,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":63,"s":[-9,-3,0],"e":[-2,-3,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":80,"s":[-2,-3,0],"e":[-4.5,-3,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":95,"s":[-4.5,-3,0],"e":[-4.5,-3,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":1,"y":1},"o":{"x":0.333,"y":0.333},"t":126,"s":[-4.5,-3,0],"e":[-4.5,-3,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.743,"y":1},"o":{"x":0.419,"y":0},"t":133,"s":[-4.5,-3,0],"e":[1073.5,-3,0],"to":[0,0,0],"ti":[0,0,0]},{"t":203}],"ix":2,"l":2},"a":{"a":0,"k":[-317,-3,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":0,"s":[45,48,100],"e":[45,48,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":27,"s":[45,48,100],"e":[45,45,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":43,"s":[45,45,100],"e":[45,45,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":126,"s":[45,45,100],"e":[45,45,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":133,"s":[45,45,100],"e":[45,48,100]},{"t":203}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":3,"ty":"el","s":{"a":0,"k":[342,342],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Trazado elíptico 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949019607843,0.607843137255,0.235294117647,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-317,-3],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[102.326,94.773],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transformar"}],"nm":"Elipse 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":171,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Mov","parent":6,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":46,"s":[45],"e":[-22]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":66,"s":[-22],"e":[2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":83,"s":[2],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":98,"s":[0],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":117,"s":[0],"e":[2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":124,"s":[2],"e":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":135,"s":[0],"e":[45]},{"t":154}],"ix":10},"p":{"a":0,"k":[-469.25,-59.25,0],"ix":2,"l":2},"a":{"a":0,"k":[-469.25,-132.25,0],"ix":1,"l":2},"s":{"a":0,"k":[55.224,55.224,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[33.5,33.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Trazado elíptico 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949019607843,0.607843137255,0.235294117647,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":1,"nm":"Relleno 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-469.25,-132.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transformar"}],"nm":"Elipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":171,"st":0,"bm":0}],"markers":[]}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-077kM98l.js');
|
|
4
|
+
|
|
5
|
+
const dropiAccordionItemCss = () => `:host{display:block;border-bottom:1px solid var(--Gray-Gray-100)}.accordion-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px;background:white;border:none;cursor:pointer;text-align:left}.accordion-header-left{display:flex;align-items:center;gap:8px}.accordion-title{font-size:var(--font-size-m);font-weight:var(--font-weight-semibold);color:var(--Gray-Gray-700)}.accordion-chevron{transition:transform 0.3s ease}.accordion-chevron--open{transform:rotate(180deg)}.accordion-body{overflow:hidden;transition:max-height 0.3s ease-out}.accordion-content{padding:0 16px 16px 16px}`;
|
|
6
|
+
|
|
7
|
+
const DropiAccordionItem = class {
|
|
8
|
+
constructor(hostRef) {
|
|
9
|
+
index.registerInstance(this, hostRef);
|
|
10
|
+
}
|
|
11
|
+
get el() { return index.getElement(this); }
|
|
12
|
+
/** The title of the item — matches Angular `sectionTitle` */
|
|
13
|
+
sectionTitle = '';
|
|
14
|
+
/** Index of the item — matches Angular `index` */
|
|
15
|
+
index;
|
|
16
|
+
/** Whether the section is expanded */
|
|
17
|
+
open = false;
|
|
18
|
+
/** Disable toggling */
|
|
19
|
+
disabled = false;
|
|
20
|
+
/** Icon name before title */
|
|
21
|
+
preIcon = '';
|
|
22
|
+
contentHeight = '0px';
|
|
23
|
+
contentRef;
|
|
24
|
+
openChanged(val) {
|
|
25
|
+
this.updateHeight(val);
|
|
26
|
+
}
|
|
27
|
+
componentDidLoad() {
|
|
28
|
+
this.updateHeight(this.open);
|
|
29
|
+
}
|
|
30
|
+
updateHeight(open) {
|
|
31
|
+
if (!this.contentRef)
|
|
32
|
+
return;
|
|
33
|
+
this.contentHeight = open ? `${this.contentRef.scrollHeight}px` : '0px';
|
|
34
|
+
}
|
|
35
|
+
handleToggle() {
|
|
36
|
+
if (this.disabled)
|
|
37
|
+
return;
|
|
38
|
+
// Notify parent if needed, or just toggle locally
|
|
39
|
+
this.el.closest('dropi-accordion');
|
|
40
|
+
this.open = !this.open;
|
|
41
|
+
setTimeout(() => this.updateHeight(this.open), 0);
|
|
42
|
+
}
|
|
43
|
+
render() {
|
|
44
|
+
return (index.h("div", { key: '33564d4efbb73ae0b3ec0195ebf0afed6b2a6cc0', class: { 'accordion-item': true, 'accordion-item--open': this.open, 'accordion-item--disabled': this.disabled } }, index.h("button", { key: '9a7e7cc044027c4d427a712c5ed352991ef622b7', class: "accordion-header", onClick: () => this.handleToggle(), "aria-expanded": String(this.open), disabled: this.disabled }, index.h("span", { key: '17ffa01872142ab9a959104f884ce5cedada33c2', class: "accordion-header-left" }, this.preIcon && index.h("dropi-icon", { key: '8b02d875239d9ebaa42060e5dc1f4f8c6cfd3081', name: this.preIcon, width: "20px", height: "20px", color: "Gray-Gray-600" }), index.h("span", { key: 'effa37d569bfcbc10774ff2a4a7787868cf83937', class: "accordion-title" }, this.sectionTitle)), index.h("span", { key: '743aa0db06415f8b763099b53d234474c82cb8e6', class: { 'accordion-chevron': true, 'accordion-chevron--open': this.open } }, index.h("dropi-icon", { key: '2d66c4087eddaf3f139a063eadcd8b0fb668045d', name: "Dropdown-down", width: "20px", height: "20px", color: "Gray-Gray-500" }))), index.h("div", { key: '4621aafe6d4592830cdaa32672de357c026a0b14', class: "accordion-body", style: { maxHeight: this.contentHeight }, ref: (el) => this.contentRef = el }, index.h("div", { key: '826b3ad470c9444ae2378e266332959f0f9f3529', class: "accordion-content" }, index.h("slot", { key: '8982c5506ecd1ed3ee44190096848ccbf9638b95' })))));
|
|
45
|
+
}
|
|
46
|
+
static get watchers() { return {
|
|
47
|
+
"open": [{
|
|
48
|
+
"openChanged": 0
|
|
49
|
+
}]
|
|
50
|
+
}; }
|
|
51
|
+
};
|
|
52
|
+
DropiAccordionItem.style = dropiAccordionItemCss();
|
|
53
|
+
|
|
54
|
+
exports.dropi_accordion_item = DropiAccordionItem;
|
|
@@ -1,52 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-077kM98l.js');
|
|
4
4
|
|
|
5
|
-
const dropiAccordionCss = () => `:host{display:block;width:100
|
|
5
|
+
const dropiAccordionCss = () => `:host{display:block;width:100%;margin-bottom:-1px}*,*::before,*::after{box-sizing:border-box}.accordion{border-top:1px solid var(--Gray-Gray-100,#e6eaf2);border-bottom:1px solid var(--Gray-Gray-100,#e6eaf2);overflow:hidden}.accordion-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:var(--Size-4,16px) var(--Size-5,20px);background:transparent;border:none;cursor:pointer;gap:12px;text-align:left}.accordion-header:disabled{cursor:not-allowed;opacity:0.5}.accordion--open .accordion-header{border-bottom:1px solid var(--Gray-Gray-100,#e6eaf2)}.accordion-header-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.accordion-title{font-size:var(--font-size-m, 16px);font-weight:var(--font-weight-bold,700);color:var(--Gray-Gray-600, #475066);line-height:1.4}.accordion-chevron{display:flex;align-items:center;flex-shrink:0;transition:transform 0.22s ease}.accordion-chevron--open{transform:rotate(180deg)}.accordion-body{max-height:0;overflow:hidden;transition:max-height 0.28s ease}.accordion-content{padding:0 var(--Size-5,20px) var(--Size-4,16px);color:var(--Gray-Gray-600,#475066);font-size:var(--font-size-s,12px);line-height:1.6}`;
|
|
6
6
|
|
|
7
7
|
const DropiAccordion = class {
|
|
8
8
|
constructor(hostRef) {
|
|
9
9
|
index.registerInstance(this, hostRef);
|
|
10
|
-
this.dropiToggle = index.createEvent(this, "dropiToggle");
|
|
11
|
-
}
|
|
12
|
-
/** Title shown in the header button */
|
|
13
|
-
header = '';
|
|
14
|
-
/** Whether the section is expanded */
|
|
15
|
-
open = false;
|
|
16
|
-
/** Disable toggling */
|
|
17
|
-
disabled = false;
|
|
18
|
-
/** Icon name from dropi-icon sprite (shown before title) */
|
|
19
|
-
preIcon = '';
|
|
20
|
-
/** Emitted when toggled. e.detail = new open state */
|
|
21
|
-
dropiToggle;
|
|
22
|
-
contentHeight = '0px';
|
|
23
|
-
contentRef;
|
|
24
|
-
openChanged(val) {
|
|
25
|
-
this.updateHeight(val);
|
|
26
|
-
}
|
|
27
|
-
componentDidLoad() {
|
|
28
|
-
this.updateHeight(this.open);
|
|
29
|
-
}
|
|
30
|
-
updateHeight(open) {
|
|
31
|
-
if (!this.contentRef)
|
|
32
|
-
return;
|
|
33
|
-
this.contentHeight = open ? `${this.contentRef.scrollHeight}px` : '0px';
|
|
34
|
-
}
|
|
35
|
-
handleToggle() {
|
|
36
|
-
if (this.disabled)
|
|
37
|
-
return;
|
|
38
|
-
this.open = !this.open;
|
|
39
|
-
this.dropiToggle.emit(this.open);
|
|
40
|
-
setTimeout(() => this.updateHeight(this.open), 0);
|
|
41
10
|
}
|
|
11
|
+
/** Allows multiple sections to be open at the same time. If false, only one section can be open. */
|
|
12
|
+
multiple = false;
|
|
42
13
|
render() {
|
|
43
|
-
return (index.h("div", { key: '
|
|
14
|
+
return (index.h("div", { key: 'b4d44bde9b982a2e11cc074600f9de9424592fde', class: "accordion-container" }, index.h("slot", { key: '631732f3726d81dac4d188542180a1286c69258b' })));
|
|
44
15
|
}
|
|
45
|
-
static get watchers() { return {
|
|
46
|
-
"open": [{
|
|
47
|
-
"openChanged": 0
|
|
48
|
-
}]
|
|
49
|
-
}; }
|
|
50
16
|
};
|
|
51
17
|
DropiAccordion.style = dropiAccordionCss();
|
|
52
18
|
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-077kM98l.js');
|
|
4
|
+
|
|
5
|
+
const dropiAlertLegacyCss = () => `:host{display:block;margin:10px 0}.alert-legacy{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-radius:var(--Border-2);font-size:var(--font-size-s)}.alert-legacy--success{background:var(--Success-Success-50);color:var(--Success-Success-700);border:1px solid var(--Success-Success-200)}.alert-legacy--error{background:var(--Error-Error-50);color:var(--Error-Error-700);border:1px solid var(--Error-Error-200)}.alert-legacy--warning{background:var(--Warning-Warning-50);color:var(--Warning-Warning-700);border:1px solid var(--Warning-Warning-200)}.alert-legacy--info{background:var(--Info-Info-50);color:var(--Info-Info-700);border:1px solid var(--Info-Info-200)}.alert-legacy__close{background:transparent;border:none;font-size:20px;cursor:pointer;color:currentColor;opacity:0.6}.alert-legacy__close:hover{opacity:1}`;
|
|
6
|
+
|
|
7
|
+
const DropiAlertLegacy = class {
|
|
8
|
+
constructor(hostRef) {
|
|
9
|
+
index.registerInstance(this, hostRef);
|
|
10
|
+
}
|
|
11
|
+
/** Visibility toggle */
|
|
12
|
+
visible = false;
|
|
13
|
+
/** Alert message */
|
|
14
|
+
message = '';
|
|
15
|
+
/** Semantic type: success | error | warning | info */
|
|
16
|
+
type = 'success';
|
|
17
|
+
/** Automatically close after timeout */
|
|
18
|
+
autoClose = false;
|
|
19
|
+
timer;
|
|
20
|
+
componentDidLoad() {
|
|
21
|
+
if (this.autoClose && this.visible) {
|
|
22
|
+
this.startTimer();
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
startTimer() {
|
|
26
|
+
clearTimeout(this.timer);
|
|
27
|
+
this.timer = setTimeout(() => {
|
|
28
|
+
this.visible = false;
|
|
29
|
+
}, 7000);
|
|
30
|
+
}
|
|
31
|
+
render() {
|
|
32
|
+
if (!this.visible)
|
|
33
|
+
return null;
|
|
34
|
+
return (index.h("div", { class: { 'alert-legacy': true, [`alert-legacy--${this.type}`]: true } }, index.h("div", { class: "alert-legacy__content" }, index.h("span", { class: "alert-legacy__message" }, this.message)), index.h("button", { class: "alert-legacy__close", onClick: () => this.visible = false }, "\u00D7")));
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
DropiAlertLegacy.style = dropiAlertLegacyCss();
|
|
38
|
+
|
|
39
|
+
exports.dropi_alert_legacy = DropiAlertLegacy;
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-077kM98l.js');
|
|
4
|
+
|
|
5
|
+
const dropiAlertModalCss = () => `:host{display:contents}.body-alert{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--Size-3);width:100%;flex:1;overflow:hidden;padding-bottom:var(--Size-2)}.lottie-img{width:120px;height:120px;overflow:hidden;flex-shrink:0;align-self:center;margin-top:-8px;margin-bottom:var(--Size-2)}.lottie-img lottie-player{display:block;width:120px;height:120px}.lottie-img--loading{width:100%;height:120px;overflow:hidden;display:flex;align-items:center;justify-content:center}.lottie-img--loading lottie-player{width:300px;height:auto;flex-shrink:0}.content-alert{text-align:center;width:100%;display:flex;flex-direction:column;align-items:center}.content-alert h2{color:var(--Gray-Gray-800);font-size:19px;font-weight:var(--font-weight-semibold);margin:0}.content-alert p{color:var(--Gray-Gray-500);font-size:var(--font-size-s);margin-bottom:var(--Size-2);overflow-wrap:anywhere;max-height:100px;overflow:auto}.actions{display:flex;gap:var(--Size-3);width:100%}.actions dropi-button{flex:1;display:flex;justify-content:center}@media (max-width: 768px){.actions{flex-direction:column}.actions dropi-button{width:100%}}`;
|
|
6
|
+
|
|
7
|
+
const DropiAlertModal = class {
|
|
8
|
+
constructor(hostRef) {
|
|
9
|
+
index.registerInstance(this, hostRef);
|
|
10
|
+
this.primaryButtonEvent = index.createEvent(this, "primaryButtonEvent", 7);
|
|
11
|
+
this.secondaryButtonEvent = index.createEvent(this, "secondaryButtonEvent", 7);
|
|
12
|
+
this.modalOpenChange = index.createEvent(this, "modalOpenChange", 7);
|
|
13
|
+
this.onHide = index.createEvent(this, "onHide", 7);
|
|
14
|
+
}
|
|
15
|
+
/** Controls visibility */
|
|
16
|
+
visible = false;
|
|
17
|
+
/** Modal type — determines Lottie animation */
|
|
18
|
+
type = 'question';
|
|
19
|
+
/** Bold title */
|
|
20
|
+
tittle = '';
|
|
21
|
+
/** Body message */
|
|
22
|
+
message = '';
|
|
23
|
+
/** Primary button label */
|
|
24
|
+
primaryButton = 'Accept';
|
|
25
|
+
/** Secondary button label (hidden if empty) */
|
|
26
|
+
secondaryButton = '';
|
|
27
|
+
/** Show loading state with loading.json Lottie */
|
|
28
|
+
loading = false;
|
|
29
|
+
/** Show close icon in header */
|
|
30
|
+
closable = false;
|
|
31
|
+
/** Hide action buttons */
|
|
32
|
+
displayButtons = true;
|
|
33
|
+
/** Loading title */
|
|
34
|
+
loadingTitle = 'Loading';
|
|
35
|
+
/** Loading message */
|
|
36
|
+
loadingMessage = 'Please wait a moment';
|
|
37
|
+
/**
|
|
38
|
+
* When true, primary button does NOT auto-close the modal (matches Angular `isStep`).
|
|
39
|
+
* Useful for step-by-step flows.
|
|
40
|
+
*/
|
|
41
|
+
isStep = false;
|
|
42
|
+
/** Base z-index for the internal modal overlay (matches Angular `baseZIndex`) */
|
|
43
|
+
baseZIndex = 0;
|
|
44
|
+
/**
|
|
45
|
+
* Convenience object prop — matches Angular `params: ModalParams`.
|
|
46
|
+
* Fields: tittle, type, message, primaryButton, secondaryButton, loadingTitle,
|
|
47
|
+
* loadingMessage, closable, displayButtons.
|
|
48
|
+
* When provided, its values override the corresponding individual props.
|
|
49
|
+
*/
|
|
50
|
+
params = null;
|
|
51
|
+
paramsChanged(val) {
|
|
52
|
+
if (!val)
|
|
53
|
+
return;
|
|
54
|
+
if (val.tittle !== undefined)
|
|
55
|
+
this.tittle = val.tittle;
|
|
56
|
+
if (val.type !== undefined)
|
|
57
|
+
this.type = val.type;
|
|
58
|
+
if (val.message !== undefined)
|
|
59
|
+
this.message = val.message;
|
|
60
|
+
if (val.primaryButton !== undefined)
|
|
61
|
+
this.primaryButton = val.primaryButton;
|
|
62
|
+
if (val.secondaryButton !== undefined)
|
|
63
|
+
this.secondaryButton = val.secondaryButton;
|
|
64
|
+
if (val.loadingTitle !== undefined)
|
|
65
|
+
this.loadingTitle = val.loadingTitle;
|
|
66
|
+
if (val.loadingMessage !== undefined)
|
|
67
|
+
this.loadingMessage = val.loadingMessage;
|
|
68
|
+
if (val.closable !== undefined)
|
|
69
|
+
this.closable = val.closable;
|
|
70
|
+
if (val.displayButtons !== undefined)
|
|
71
|
+
this.displayButtons = val.displayButtons;
|
|
72
|
+
}
|
|
73
|
+
/** Emitted when primary button is clicked — matches Angular 'primaryButtonEvent' */
|
|
74
|
+
primaryButtonEvent;
|
|
75
|
+
/** Emitted when secondary button is clicked — matches Angular 'secondaryButtonEvent' */
|
|
76
|
+
secondaryButtonEvent;
|
|
77
|
+
/** Emitted when modal open state changes — matches Angular 'modalOpenChange' */
|
|
78
|
+
modalOpenChange;
|
|
79
|
+
/** Emitted when modal is hidden — matches Angular 'onHide' */
|
|
80
|
+
onHide;
|
|
81
|
+
lottieMap = {
|
|
82
|
+
question: '/assets/lottie-files/question.json',
|
|
83
|
+
warning: '/assets/lottie-files/warning.json',
|
|
84
|
+
success: '/assets/lottie-files/success.json',
|
|
85
|
+
error: '/assets/lottie-files/failure.json',
|
|
86
|
+
loading: '/assets/lottie-files/loading.json',
|
|
87
|
+
};
|
|
88
|
+
componentWillLoad() {
|
|
89
|
+
if (this.params)
|
|
90
|
+
this.paramsChanged(this.params);
|
|
91
|
+
}
|
|
92
|
+
async show() {
|
|
93
|
+
this.visible = true;
|
|
94
|
+
}
|
|
95
|
+
async hide() {
|
|
96
|
+
this.visible = false;
|
|
97
|
+
}
|
|
98
|
+
handlePrimary() {
|
|
99
|
+
this.primaryButtonEvent.emit(true);
|
|
100
|
+
if (!this.isStep) {
|
|
101
|
+
this.visible = false;
|
|
102
|
+
this.modalOpenChange.emit(false);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
handleSecondary() {
|
|
106
|
+
this.secondaryButtonEvent.emit(true);
|
|
107
|
+
this.visible = false;
|
|
108
|
+
this.modalOpenChange.emit(false);
|
|
109
|
+
}
|
|
110
|
+
onModalHide() {
|
|
111
|
+
this.visible = false;
|
|
112
|
+
this.modalOpenChange.emit(false);
|
|
113
|
+
this.onHide.emit();
|
|
114
|
+
}
|
|
115
|
+
render() {
|
|
116
|
+
const lottieKey = this.loading ? 'loading' : this.type;
|
|
117
|
+
const isLottieLoading = lottieKey === 'loading';
|
|
118
|
+
return (index.h("dropi-modal", { key: '42c41a88060c1039af7f85d518d93e9f5e0e8489', visible: this.visible, showHeader: this.closable, showCloseIcon: this.closable, dismissable: false, closeOnEscape: false, showFooter: false, size: "s", onOnHide: () => this.onModalHide() }, index.h("div", { key: 'e62b897c0b6f8c3bee4f3992e003cb88577708f3', class: "body-alert" }, this.lottieMap[lottieKey] && (index.h("div", { key: '0c1551477bcb926dc610f63a08542f3b8fc71a0d', class: `lottie-img${isLottieLoading ? ' lottie-img--loading' : ''}` }, index.h("lottie-player", { key: lottieKey, src: this.lottieMap[lottieKey], background: "transparent", speed: "1", loop: true, autoplay: true }))), index.h("div", { key: 'b03602610b8ff78b4a7d5e0fcaf4e541d9e7ece6', class: "content-alert" }, index.h("h2", { key: 'c50ea63352df03d49ce0811a97ca02f031e654c9' }, this.loading ? this.loadingTitle : this.tittle), index.h("p", { key: '3f699157283cb48eb3948afede7291d965ae7066' }, this.loading ? this.loadingMessage : this.message)), !this.loading && this.displayButtons && (index.h("div", { key: '7d7c4282a726d82117b13ec23db36dd72b1327d5', class: "actions" }, this.secondaryButton && index.h("dropi-button", { key: '1a766fac9daded57f9b8a38ff3f5d43c7217210d', text: this.secondaryButton, severity: "secondary", onClick: () => this.handleSecondary(), fullWidth: true }), index.h("dropi-button", { key: '8c1053db7b35be9c5ceecd9c50a179f99efa9798', text: this.primaryButton, severity: "primary", onClick: () => this.handlePrimary(), fullWidth: true }))))));
|
|
119
|
+
}
|
|
120
|
+
static get watchers() { return {
|
|
121
|
+
"params": [{
|
|
122
|
+
"paramsChanged": 0
|
|
123
|
+
}]
|
|
124
|
+
}; }
|
|
125
|
+
};
|
|
126
|
+
DropiAlertModal.style = dropiAlertModalCss();
|
|
127
|
+
|
|
128
|
+
exports.dropi_alert_modal = DropiAlertModal;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-077kM98l.js');
|
|
4
4
|
|
|
5
|
-
const dropiAlertCss = () => `:host{display:block;width:100%}*,*::before,*::after{box-sizing:border-box}.alert{display:flex;align-items:
|
|
5
|
+
const dropiAlertCss = () => `:host{display:block;width:100%}*,*::before,*::after{box-sizing:border-box}.alert{display:flex;align-items:center;gap:var(--Size-2, 8px);padding:var(--Size-3, 12px);border-radius:var(--Border-2, 8px);border:1px solid transparent;width:100%;animation:fadeIn 0.3s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.alert--success{background:var(--Success-Success-50, #e7f8f3);border-color:var(--Success-Success-500, #0abb87)}.alert--error{background:var(--Error-Error-50, #fef0f0);border-color:var(--Error-Error-500, #f46a6b)}.alert--warning{background:var(--Warning-Warning-50, #fef8ed);border-color:var(--Warning-Warning-500, #f1b44c)}.alert--info{background:var(--Info-Info-50, #eef6fe);border-color:var(--Info-Info-500, #50a5f1)}.alert--flag{padding:var(--Size-1, 4px) var(--Size-2, 8px);border-radius:var(--Border-1, 4px);border:none !important;justify-content:center}.alert--flag .alert__body{justify-content:center;text-align:center}.alert--flag .alert__message{font-size:var(--font-size-xs);font-weight:var(--font-weight-regular)}.alert__icon{display:flex;align-items:center;flex-shrink:0;padding-top:1px}.alert__body{flex:1;display:flex;flex-wrap:wrap;align-items:center;gap:var(--Size-1, 4px)}.alert__message{font-size:var(--font-size-s);color:var(--Gray-600, #475066);font-weight:var(--font-weight-medium);line-height:1.5}.alert__link{font-size:var(--font-size-s, 12px);font-weight:var(--font-weight-bold, 700);color:var(--Primary-Primary-500, #f49a3d);text-decoration:underline;cursor:pointer}.alert__actions{display:flex;align-items:center;gap:var(--Size-2, 8px);flex-shrink:0}.alert__btn{height:28px;padding:0 var(--Size-3, 12px);border-radius:var(--Border-2, 8px);border:1px solid var(--Primary-Primary-500, #f49a3d);background:transparent;color:var(--Primary-Primary-500, #f49a3d);font-size:var(--font-size-xs, 10px);font-family:inherit;font-weight:var(--font-weight-bold, 700);cursor:pointer;transition:background 0.15s, color 0.15s}.alert__btn:hover{background:var(--Primary-Primary-500, #f49a3d);color:var(--Neutral-White, #ffffff)}.alert__close{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;opacity:0.6;transition:opacity 0.15s}.alert__close:hover{opacity:1}`;
|
|
6
6
|
|
|
7
7
|
const STATE_ICONS = {
|
|
8
8
|
success: 'Check-circle',
|
|
9
9
|
error: 'Warning-circle',
|
|
10
10
|
warning: 'Warning-triangle',
|
|
11
|
-
info: 'Info
|
|
11
|
+
info: 'Info',
|
|
12
12
|
};
|
|
13
13
|
const STATE_COLORS = {
|
|
14
14
|
success: 'Success-Success-500',
|
|
@@ -19,38 +19,44 @@ const STATE_COLORS = {
|
|
|
19
19
|
const DropiAlert = class {
|
|
20
20
|
constructor(hostRef) {
|
|
21
21
|
index.registerInstance(this, hostRef);
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
22
|
+
this.onClose = index.createEvent(this, "onClose", 7);
|
|
23
|
+
this.onButtonClick = index.createEvent(this, "onButtonClick", 7);
|
|
24
|
+
this.onClickLink = index.createEvent(this, "onClickLink", 7);
|
|
25
25
|
}
|
|
26
26
|
/** Alert message text (supports plain text) */
|
|
27
27
|
message = '';
|
|
28
28
|
/** Layout type: default (inline) | flag (accented left border) */
|
|
29
29
|
type = 'default';
|
|
30
30
|
/** Semantic state */
|
|
31
|
-
state = '
|
|
31
|
+
state = 'success';
|
|
32
32
|
/** Show the × close button */
|
|
33
|
-
dismissable =
|
|
33
|
+
dismissable = true;
|
|
34
34
|
/** Show action button */
|
|
35
35
|
showButton = false;
|
|
36
36
|
/** Action button label */
|
|
37
|
-
buttonText = '';
|
|
37
|
+
buttonText = 'Close';
|
|
38
38
|
/** Anchor/link label */
|
|
39
|
-
anchorText = '';
|
|
39
|
+
anchorText = 'none';
|
|
40
40
|
/** Anchor href */
|
|
41
|
-
anchorUrl = '';
|
|
41
|
+
anchorUrl = 'none';
|
|
42
42
|
/** Whether the alert is visible */
|
|
43
43
|
showAlert = true;
|
|
44
|
+
/** Link text (alternative to anchorText) */
|
|
45
|
+
textLink = '';
|
|
46
|
+
/** Link URL (alternative to anchorUrl) */
|
|
47
|
+
linkUrl = '';
|
|
48
|
+
/** Clicked text tracking */
|
|
49
|
+
clickedText = '';
|
|
44
50
|
/** Emitted when the alert is dismissed */
|
|
45
|
-
|
|
51
|
+
onClose;
|
|
46
52
|
/** Emitted when the action button is clicked */
|
|
47
|
-
|
|
53
|
+
onButtonClick;
|
|
48
54
|
/** Emitted when the anchor link is clicked */
|
|
49
|
-
|
|
55
|
+
onClickLink;
|
|
50
56
|
render() {
|
|
51
57
|
if (!this.showAlert)
|
|
52
58
|
return null;
|
|
53
|
-
return (index.h("div", { class: { 'alert': true, [`alert--${this.type}`]: true, [`alert--${this.state}`]: true } }, index.h("div", { class: "alert__icon" }, index.h("dropi-icon", { name: STATE_ICONS[this.state], width: "18px", height: "18px", color: STATE_COLORS[this.state] })), index.h("div", { class: "alert__body" }, index.h("span", { class: "alert__message" }, this.message), this.anchorText && (index.h("a", { class: "alert__link", href: this.anchorUrl || '#', onClick: (e) => { e.preventDefault(); this.
|
|
59
|
+
return (index.h("div", { class: { 'alert': true, [`alert--${this.type}`]: true, [`alert--${this.state}`]: true } }, this.type !== 'flag' && (index.h("div", { class: "alert__icon" }, index.h("dropi-icon", { name: STATE_ICONS[this.state], width: "18px", height: "18px", color: STATE_COLORS[this.state] }))), index.h("div", { class: "alert__body" }, index.h("span", { class: "alert__message" }, this.message), this.anchorText && (index.h("a", { class: "alert__link", href: this.anchorUrl || this.linkUrl || '#', onClick: (e) => { e.preventDefault(); this.onClickLink.emit(); } }, this.anchorText))), index.h("div", { class: "alert__actions" }, this.showButton && this.buttonText && this.type !== 'flag' && (index.h("button", { class: "alert__btn", onClick: () => this.onButtonClick.emit() }, this.buttonText)), this.dismissable && (index.h("button", { class: "alert__close", onClick: () => { this.showAlert = false; this.onClose.emit(); }, "aria-label": "Cerrar" }, index.h("dropi-icon", { name: "Close-small", width: "18px", height: "18px", color: "Gray-Gray-500" }))))));
|
|
54
60
|
}
|
|
55
61
|
};
|
|
56
62
|
DropiAlert.style = dropiAlertCss();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-077kM98l.js');
|
|
4
4
|
|
|
5
5
|
const dropiAvatarsCss = () => `:host{display:inline-block}.avatar{margin:0;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;flex-shrink:0}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.avatar--users,.avatar--transport,.avatar--payment{width:35px;height:35px}.avatar--supplier{width:70px;height:70px}.avatar--counter{width:33px;height:33px}.avatar__initials{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background-color:var(--Primary-Primary-100, #fde9d0);color:var(--Primary-Primary-600, #d4872e);font-size:var(--font-size-xs, 10px);font-weight:var(--font-weight-bold, 700);text-transform:uppercase;letter-spacing:0.5px}`;
|
|
6
6
|
|
|
@@ -12,7 +12,7 @@ const DropiAvatars = class {
|
|
|
12
12
|
/** Image URL */
|
|
13
13
|
image = '';
|
|
14
14
|
/** Alt text for the image */
|
|
15
|
-
alt = '
|
|
15
|
+
alt = 'Avatar';
|
|
16
16
|
/** Size/context variant */
|
|
17
17
|
type = 'users';
|
|
18
18
|
/** Initials to show when no image (max 2 chars) */
|
|
@@ -23,7 +23,7 @@ const DropiAvatars = class {
|
|
|
23
23
|
render() {
|
|
24
24
|
const displayInitials = this.initials?.slice(0, 2).toUpperCase();
|
|
25
25
|
const showInitials = !this.image && displayInitials;
|
|
26
|
-
return (index.h("figure", { key: '
|
|
26
|
+
return (index.h("figure", { key: '207390b678faada7a5c276b23246573b04c0416c', class: { 'avatar': true, [`avatar--${this.type}`]: true } }, showInitials ? (index.h("div", { class: "avatar__initials" }, displayInitials)) : (index.h("img", { src: this.image || FALLBACK, alt: this.alt, onError: (e) => this.handleError(e) }))));
|
|
27
27
|
}
|
|
28
28
|
};
|
|
29
29
|
DropiAvatars.style = dropiAvatarsCss();
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-077kM98l.js');
|
|
4
|
+
|
|
5
|
+
const dropiBadgeLegacyCss = () => `:host{display:inline-block}.badge-legacy{display:flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:10px;font-size:11px;font-weight:600}.badge-legacy--primary{background:var(--Primary-Primary-50);color:var(--Primary-Primary-500)}.badge-legacy--secondary{background:var(--Gray-Gray-100);color:var(--Gray-Gray-600)}.badge-legacy--tertiary{background:var(--Success-Success-50);color:var(--Success-Success-500)}`;
|
|
6
|
+
|
|
7
|
+
const DropiBadgeLegacy = class {
|
|
8
|
+
constructor(hostRef) {
|
|
9
|
+
index.registerInstance(this, hostRef);
|
|
10
|
+
}
|
|
11
|
+
/** Type: state | counter */
|
|
12
|
+
type = 'state';
|
|
13
|
+
/** State: check | pending */
|
|
14
|
+
state = 'check';
|
|
15
|
+
/** Variant: primary | secondary | tertiary */
|
|
16
|
+
variant = 'primary';
|
|
17
|
+
/** Count (for type counterpart) */
|
|
18
|
+
count = 0;
|
|
19
|
+
render() {
|
|
20
|
+
const isCounter = this.type === 'counter';
|
|
21
|
+
return (index.h("div", { key: 'a450ec95a77df2cc01184b6eb8d935ba8f802e3d', class: {
|
|
22
|
+
'badge-legacy': true,
|
|
23
|
+
[`badge-legacy--${this.variant}`]: true,
|
|
24
|
+
[`badge-legacy--${this.type}`]: true
|
|
25
|
+
} }, isCounter ? (index.h("span", { class: "badge-count" }, this.count)) : (index.h("span", { class: { 'badge-state-icon': true, [`badge-state--${this.state}`]: true } }, this.state === 'check' ? '✓' : '...'))));
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
DropiBadgeLegacy.style = dropiBadgeLegacyCss();
|
|
29
|
+
|
|
30
|
+
exports.dropi_badge_legacy = DropiBadgeLegacy;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index = require('./index-
|
|
3
|
+
var index = require('./index-077kM98l.js');
|
|
4
4
|
|
|
5
|
-
const dropiBadgeCss = () => `:host{display:inline-flex}*,*::before,*::after{box-sizing:border-box}.tag-state{border-radius:12px;padding:2px 10px;display:flex;align-items:center;gap:4px}.tag-state svg{width:13px}.tag-state p{font-size:13px;font-weight:
|
|
5
|
+
const dropiBadgeCss = () => `:host{display:inline-flex}*,*::before,*::after{box-sizing:border-box}.tag-state{border-radius:12px;padding:2px 10px;display:flex;align-items:center;gap:4px}.tag-state svg{width:13px}.tag-state p{font-size:13px;font-weight:var(--font-weight-medium);line-height:20px;margin:0;padding:0}.tag-state.active{background:var(--Success-Success-50, #e7f8f3);color:var(--Success-Success-500, #0abb87)}.tag-state.pending{color:var(--Orange-orange-500, #f49a3d);background:var(--Orange-orange-50, #fef5ec)}.tag-state.canceled,.tag-state.frozen{color:var(--Gray-Gray-500, #69738c);background:var(--Gray-Gray-50, #f7f8fa)}`;
|
|
6
6
|
|
|
7
7
|
const DropiBadge = class {
|
|
8
8
|
constructor(hostRef) {
|
|
9
9
|
index.registerInstance(this, hostRef);
|
|
10
10
|
}
|
|
11
11
|
/** Badge state: pending | active | canceled | frozen */
|
|
12
|
-
state
|
|
12
|
+
state;
|
|
13
13
|
stateText = {
|
|
14
14
|
pending: 'Pendiente',
|
|
15
15
|
active: 'Activo',
|
|
@@ -29,7 +29,7 @@ const DropiBadge = class {
|
|
|
29
29
|
return null;
|
|
30
30
|
}
|
|
31
31
|
render() {
|
|
32
|
-
return (index.h("div", { key: '
|
|
32
|
+
return (index.h("div", { key: '1b353257990bcb7f0869ef86e5ac1dd945d253d5', class: `tag-state ${this.state}` }, this.renderIcon(), index.h("p", { key: '841b7abd4ff7519874f63b99d0ed8f452e621e63' }, this.stateText[this.state])));
|
|
33
33
|
}
|
|
34
34
|
};
|
|
35
35
|
DropiBadge.style = dropiBadgeCss();
|