@imj_media/ui 1.0.81 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.esm.js +31028 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/index.js +13 -0
- package/dist/index.js.map +1 -0
- package/dist/modules/Accordion/components/index.d.ts +2 -0
- package/dist/modules/Accordion/components/index.d.ts.map +1 -0
- package/dist/modules/Accordion/components/molecules/AccordionContent.d.ts +7 -0
- package/dist/modules/Accordion/components/molecules/AccordionContent.d.ts.map +1 -0
- package/dist/modules/Accordion/components/molecules/AccordionHeader.d.ts +10 -0
- package/dist/modules/Accordion/components/molecules/AccordionHeader.d.ts.map +1 -0
- package/dist/modules/Accordion/components/organisms/Accordion.d.ts +3 -0
- package/dist/modules/Accordion/components/organisms/Accordion.d.ts.map +1 -0
- package/dist/modules/Accordion/components/organisms/AccordionContainer.d.ts +3 -0
- package/dist/modules/Accordion/components/organisms/AccordionContainer.d.ts.map +1 -0
- package/dist/modules/Accordion/components/organisms/index.d.ts +2 -0
- package/dist/modules/Accordion/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Accordion/index.d.ts +2 -0
- package/dist/modules/Accordion/index.d.ts.map +1 -0
- package/dist/modules/Accordion/stories/Accordion.stories.d.ts +11 -0
- package/dist/modules/Accordion/stories/Accordion.stories.d.ts.map +1 -0
- package/dist/modules/Alert/components/atoms/AlertFooter.d.ts +3 -0
- package/dist/modules/Alert/components/atoms/AlertFooter.d.ts.map +1 -0
- package/dist/modules/Alert/components/atoms/AlertHeader.d.ts +3 -0
- package/dist/modules/Alert/components/atoms/AlertHeader.d.ts.map +1 -0
- package/dist/modules/Alert/components/atoms/index.d.ts +3 -0
- package/dist/modules/Alert/components/atoms/index.d.ts.map +1 -0
- package/dist/modules/Alert/hooks/index.d.ts +2 -0
- package/dist/modules/Alert/hooks/index.d.ts.map +1 -0
- package/dist/modules/Alert/hooks/useAlert.d.ts +10 -0
- package/dist/modules/Alert/hooks/useAlert.d.ts.map +1 -0
- package/dist/modules/Alert/hooks/useAlertStyles.d.ts +10 -0
- package/dist/modules/Alert/hooks/useAlertStyles.d.ts.map +1 -0
- package/dist/modules/Alert/index.d.ts +3 -0
- package/dist/modules/Alert/index.d.ts.map +1 -0
- package/dist/modules/Alert/stories/alert.stories.d.ts +15 -0
- package/dist/modules/Alert/stories/alert.stories.d.ts.map +1 -0
- package/dist/modules/Alert/utils/alert.d.ts +10 -0
- package/dist/modules/Alert/utils/alert.d.ts.map +1 -0
- package/dist/modules/AlertDialog/components/AlertDialog.d.ts +3 -0
- package/dist/modules/AlertDialog/components/AlertDialog.d.ts.map +1 -0
- package/dist/modules/AlertDialog/components/index.d.ts +2 -0
- package/dist/modules/AlertDialog/components/index.d.ts.map +1 -0
- package/dist/modules/AlertDialog/index.d.ts +2 -0
- package/dist/modules/AlertDialog/index.d.ts.map +1 -0
- package/dist/modules/AlertDialog/stories/alertdialog.stories.d.ts +7 -0
- package/dist/modules/AlertDialog/stories/alertdialog.stories.d.ts.map +1 -0
- package/dist/modules/Badge/index.d.ts +3 -0
- package/dist/modules/Badge/index.d.ts.map +1 -0
- package/dist/modules/Badge/stories/badge.stories.d.ts +10 -0
- package/dist/modules/Badge/stories/badge.stories.d.ts.map +1 -0
- package/dist/modules/Breadcrumbs/components/atoms/Link.d.ts +11 -0
- package/dist/modules/Breadcrumbs/components/atoms/Link.d.ts.map +1 -0
- package/dist/modules/Breadcrumbs/components/index.d.ts +2 -0
- package/dist/modules/Breadcrumbs/components/index.d.ts.map +1 -0
- package/dist/modules/Breadcrumbs/components/organisms/Breadcrumbs.d.ts +11 -0
- package/dist/modules/Breadcrumbs/components/organisms/Breadcrumbs.d.ts.map +1 -0
- package/dist/modules/Breadcrumbs/components/organisms/index.d.ts +2 -0
- package/dist/modules/Breadcrumbs/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Breadcrumbs/index.d.ts +2 -0
- package/dist/modules/Breadcrumbs/index.d.ts.map +1 -0
- package/dist/modules/Breadcrumbs/stories/breadcrumbs.stories.d.ts +8 -0
- package/dist/modules/Breadcrumbs/stories/breadcrumbs.stories.d.ts.map +1 -0
- package/dist/modules/Breadcrumbs/utils/utils.d.ts +5 -0
- package/dist/modules/Breadcrumbs/utils/utils.d.ts.map +1 -0
- package/dist/modules/Button/components/organisms/Button.d.ts +3 -0
- package/dist/modules/Button/components/organisms/Button.d.ts.map +1 -0
- package/dist/modules/Button/components/organisms/index.d.ts +2 -0
- package/dist/modules/Button/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Button/index.d.ts +2 -0
- package/dist/modules/Button/index.d.ts.map +1 -0
- package/dist/modules/Button/stories/Button.stories.d.ts +10 -0
- package/dist/modules/Button/stories/Button.stories.d.ts.map +1 -0
- package/dist/modules/ButtonGroup/components/index.d.ts +2 -0
- package/dist/modules/ButtonGroup/components/index.d.ts.map +1 -0
- package/dist/modules/ButtonGroup/components/organisms/ButtonGroup.d.ts +3 -0
- package/dist/modules/ButtonGroup/components/organisms/ButtonGroup.d.ts.map +1 -0
- package/dist/modules/ButtonGroup/components/organisms/index.d.ts +2 -0
- package/dist/modules/ButtonGroup/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/ButtonGroup/index.d.ts +2 -0
- package/dist/modules/ButtonGroup/index.d.ts.map +1 -0
- package/dist/modules/ButtonGroup/stories/ButtonGroup.stories.d.ts +11 -0
- package/dist/modules/ButtonGroup/stories/ButtonGroup.stories.d.ts.map +1 -0
- package/dist/modules/Cards/components/index.d.ts +2 -0
- package/dist/modules/Cards/components/index.d.ts.map +1 -0
- package/dist/modules/Cards/components/organisms/Card.d.ts +24 -0
- package/dist/modules/Cards/components/organisms/Card.d.ts.map +1 -0
- package/dist/modules/Cards/components/organisms/index.d.ts +2 -0
- package/dist/modules/Cards/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Cards/index.d.ts +2 -0
- package/dist/modules/Cards/index.d.ts.map +1 -0
- package/dist/modules/Cards/stories/Card.stories.d.ts +9 -0
- package/dist/modules/Cards/stories/Card.stories.d.ts.map +1 -0
- package/dist/modules/DatePicker/DatePicker.d.ts +5 -0
- package/dist/modules/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/modules/DatePicker/atoms/Day.d.ts +4 -0
- package/dist/modules/DatePicker/atoms/Day.d.ts.map +1 -0
- package/dist/modules/DatePicker/atoms/Month.d.ts +4 -0
- package/dist/modules/DatePicker/atoms/Month.d.ts.map +1 -0
- package/dist/modules/DatePicker/atoms/NavigationButton.d.ts +11 -0
- package/dist/modules/DatePicker/atoms/NavigationButton.d.ts.map +1 -0
- package/dist/modules/DatePicker/atoms/WeekDay.d.ts +8 -0
- package/dist/modules/DatePicker/atoms/WeekDay.d.ts.map +1 -0
- package/dist/modules/DatePicker/atoms/Year.d.ts +4 -0
- package/dist/modules/DatePicker/atoms/Year.d.ts.map +1 -0
- package/dist/modules/DatePicker/atoms/index.d.ts +6 -0
- package/dist/modules/DatePicker/atoms/index.d.ts.map +1 -0
- package/dist/modules/DatePicker/hooks/index.d.ts +6 -0
- package/dist/modules/DatePicker/hooks/index.d.ts.map +1 -0
- package/dist/modules/DatePicker/hooks/useCalendar.d.ts +16 -0
- package/dist/modules/DatePicker/hooks/useCalendar.d.ts.map +1 -0
- package/dist/modules/DatePicker/hooks/useDateInput.d.ts +13 -0
- package/dist/modules/DatePicker/hooks/useDateInput.d.ts.map +1 -0
- package/dist/modules/DatePicker/hooks/useDatePicker.d.ts +28 -0
- package/dist/modules/DatePicker/hooks/useDatePicker.d.ts.map +1 -0
- package/dist/modules/DatePicker/hooks/useDateRange.d.ts +21 -0
- package/dist/modules/DatePicker/hooks/useDateRange.d.ts.map +1 -0
- package/dist/modules/DatePicker/hooks/usePortal.d.ts +9 -0
- package/dist/modules/DatePicker/hooks/usePortal.d.ts.map +1 -0
- package/dist/modules/DatePicker/index.d.ts +7 -0
- package/dist/modules/DatePicker/index.d.ts.map +1 -0
- package/dist/modules/DatePicker/molecules/CalendarContent.d.ts +36 -0
- package/dist/modules/DatePicker/molecules/CalendarContent.d.ts.map +1 -0
- package/dist/modules/DatePicker/molecules/CalendarGrid.d.ts +4 -0
- package/dist/modules/DatePicker/molecules/CalendarGrid.d.ts.map +1 -0
- package/dist/modules/DatePicker/molecules/CalendarHeader.d.ts +4 -0
- package/dist/modules/DatePicker/molecules/CalendarHeader.d.ts.map +1 -0
- package/dist/modules/DatePicker/molecules/DateInput.d.ts +5 -0
- package/dist/modules/DatePicker/molecules/DateInput.d.ts.map +1 -0
- package/dist/modules/DatePicker/molecules/MonthGrid.d.ts +11 -0
- package/dist/modules/DatePicker/molecules/MonthGrid.d.ts.map +1 -0
- package/dist/modules/DatePicker/molecules/MultipleCalendarsHeader.d.ts +20 -0
- package/dist/modules/DatePicker/molecules/MultipleCalendarsHeader.d.ts.map +1 -0
- package/dist/modules/DatePicker/molecules/YearGrid.d.ts +11 -0
- package/dist/modules/DatePicker/molecules/YearGrid.d.ts.map +1 -0
- package/dist/modules/DatePicker/molecules/index.d.ts +8 -0
- package/dist/modules/DatePicker/molecules/index.d.ts.map +1 -0
- package/dist/modules/DatePicker/organisms/Calendar.d.ts +4 -0
- package/dist/modules/DatePicker/organisms/Calendar.d.ts.map +1 -0
- package/dist/modules/DatePicker/organisms/DatePickerPortal.d.ts +40 -0
- package/dist/modules/DatePicker/organisms/DatePickerPortal.d.ts.map +1 -0
- package/dist/modules/DatePicker/organisms/OldDatepicker.d.ts +60 -0
- package/dist/modules/DatePicker/organisms/OldDatepicker.d.ts.map +1 -0
- package/dist/modules/DatePicker/organisms/index.d.ts +3 -0
- package/dist/modules/DatePicker/organisms/index.d.ts.map +1 -0
- package/dist/modules/DatePicker/stories/DatePicker.stories.d.ts +135 -0
- package/dist/modules/DatePicker/stories/DatePicker.stories.d.ts.map +1 -0
- package/dist/modules/DatePicker/types/Calendar.types.d.ts +105 -0
- package/dist/modules/DatePicker/types/Calendar.types.d.ts.map +1 -0
- package/dist/modules/DatePicker/types/DatePicker.types.d.ts +28 -0
- package/dist/modules/DatePicker/types/DatePicker.types.d.ts.map +1 -0
- package/dist/modules/DatePicker/types/Input.types.d.ts +26 -0
- package/dist/modules/DatePicker/types/Input.types.d.ts.map +1 -0
- package/dist/modules/DatePicker/types/index.d.ts +4 -0
- package/dist/modules/DatePicker/types/index.d.ts.map +1 -0
- package/dist/modules/Drawer/index.d.ts +4 -0
- package/dist/modules/Drawer/index.d.ts.map +1 -0
- package/dist/modules/Drawer/stories/Drawer.stories.d.ts +72 -0
- package/dist/modules/Drawer/stories/Drawer.stories.d.ts.map +1 -0
- package/dist/modules/Dropdown/components/Dropdown.d.ts +3 -0
- package/dist/modules/Dropdown/components/Dropdown.d.ts.map +1 -0
- package/dist/modules/Dropdown/components/index.d.ts +2 -0
- package/dist/modules/Dropdown/components/index.d.ts.map +1 -0
- package/dist/modules/Dropdown/components/organisms/TagsMultiple.d.ts +20 -0
- package/dist/modules/Dropdown/components/organisms/TagsMultiple.d.ts.map +1 -0
- package/dist/modules/Dropdown/hooks/useDropdown.d.ts +47 -0
- package/dist/modules/Dropdown/hooks/useDropdown.d.ts.map +1 -0
- package/dist/modules/Dropdown/index.d.ts +2 -0
- package/dist/modules/Dropdown/index.d.ts.map +1 -0
- package/dist/modules/Dropdown/stories/Dropdown.stories.d.ts +19 -0
- package/dist/modules/Dropdown/stories/Dropdown.stories.d.ts.map +1 -0
- package/dist/modules/Dropdown/stories/MultipleSelection.stories.d.ts +11 -0
- package/dist/modules/Dropdown/stories/MultipleSelection.stories.d.ts.map +1 -0
- package/dist/modules/Emoji/contants/emojis.d.ts +264 -0
- package/dist/modules/Emoji/contants/emojis.d.ts.map +1 -0
- package/dist/modules/Emoji/index.d.ts +4 -0
- package/dist/modules/Emoji/index.d.ts.map +1 -0
- package/dist/modules/Emoji/stories/emoji.stories.d.ts +11 -0
- package/dist/modules/Emoji/stories/emoji.stories.d.ts.map +1 -0
- package/dist/modules/EmojiPicker/components/index.d.ts +2 -0
- package/dist/modules/EmojiPicker/components/index.d.ts.map +1 -0
- package/dist/modules/EmojiPicker/components/organisms/EmojiPicker.d.ts +3 -0
- package/dist/modules/EmojiPicker/components/organisms/EmojiPicker.d.ts.map +1 -0
- package/dist/modules/EmojiPicker/components/organisms/index.d.ts +2 -0
- package/dist/modules/EmojiPicker/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/EmojiPicker/constants/categories.d.ts +3 -0
- package/dist/modules/EmojiPicker/constants/categories.d.ts.map +1 -0
- package/dist/modules/EmojiPicker/constants/emojiKeywords.d.ts +3 -0
- package/dist/modules/EmojiPicker/constants/emojiKeywords.d.ts.map +1 -0
- package/dist/modules/EmojiPicker/constants/index.d.ts +3 -0
- package/dist/modules/EmojiPicker/constants/index.d.ts.map +1 -0
- package/dist/modules/EmojiPicker/index.d.ts +2 -0
- package/dist/modules/EmojiPicker/index.d.ts.map +1 -0
- package/dist/modules/EmojiPicker/stories/emojipicker.stories.d.ts +15 -0
- package/dist/modules/EmojiPicker/stories/emojipicker.stories.d.ts.map +1 -0
- package/dist/modules/Filters/components/index.d.ts +2 -0
- package/dist/modules/Filters/components/index.d.ts.map +1 -0
- package/dist/modules/Filters/components/organisms/Filters.d.ts +3 -0
- package/dist/modules/Filters/components/organisms/Filters.d.ts.map +1 -0
- package/dist/modules/Filters/components/organisms/index.d.ts +2 -0
- package/dist/modules/Filters/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Filters/hooks/useFilters.d.ts +30 -0
- package/dist/modules/Filters/hooks/useFilters.d.ts.map +1 -0
- package/dist/modules/Filters/index.d.ts +2 -0
- package/dist/modules/Filters/index.d.ts.map +1 -0
- package/dist/modules/Header/components/index.d.ts +2 -0
- package/dist/modules/Header/components/index.d.ts.map +1 -0
- package/dist/modules/Header/components/organims/Header.d.ts +26 -0
- package/dist/modules/Header/components/organims/Header.d.ts.map +1 -0
- package/dist/modules/Header/components/organims/index.d.ts +2 -0
- package/dist/modules/Header/components/organims/index.d.ts.map +1 -0
- package/dist/modules/Header/index.d.ts +2 -0
- package/dist/modules/Header/index.d.ts.map +1 -0
- package/dist/modules/Header/stories/header.stories.d.ts +14 -0
- package/dist/modules/Header/stories/header.stories.d.ts.map +1 -0
- package/dist/modules/Icon/Icon.d.ts +3 -0
- package/dist/modules/Icon/Icon.d.ts.map +1 -0
- package/dist/modules/Icon/components/CustomIcon.d.ts +6 -0
- package/dist/modules/Icon/components/CustomIcon.d.ts.map +1 -0
- package/dist/modules/Icon/components/FontAwesomeIcon.d.ts +8 -0
- package/dist/modules/Icon/components/FontAwesomeIcon.d.ts.map +1 -0
- package/dist/modules/Icon/components/LegacyIcon.d.ts +6 -0
- package/dist/modules/Icon/components/LegacyIcon.d.ts.map +1 -0
- package/dist/modules/Icon/components/index.d.ts +4 -0
- package/dist/modules/Icon/components/index.d.ts.map +1 -0
- package/dist/modules/Icon/constants/fontawesome-config.d.ts +8 -0
- package/dist/modules/Icon/constants/fontawesome-config.d.ts.map +1 -0
- package/dist/modules/Icon/constants/size.d.ts +3 -0
- package/dist/modules/Icon/constants/size.d.ts.map +1 -0
- package/dist/modules/Icon/index.d.ts +2 -0
- package/dist/modules/Icon/index.d.ts.map +1 -0
- package/dist/modules/Icon/mappings/custom-icons-mapping.d.ts +8 -0
- package/dist/modules/Icon/mappings/custom-icons-mapping.d.ts.map +1 -0
- package/dist/modules/Icon/mappings/fontawesome-mapping.d.ts +14 -0
- package/dist/modules/Icon/mappings/fontawesome-mapping.d.ts.map +1 -0
- package/dist/modules/Icon/mappings/index.d.ts +4 -0
- package/dist/modules/Icon/mappings/index.d.ts.map +1 -0
- package/dist/modules/Icon/stories/Icon.stories.d.ts +13 -0
- package/dist/modules/Icon/stories/Icon.stories.d.ts.map +1 -0
- package/dist/modules/Icon/stories/IconSearch.stories.d.ts +7 -0
- package/dist/modules/Icon/stories/IconSearch.stories.d.ts.map +1 -0
- package/dist/modules/Icon/stories/const.d.ts +7 -0
- package/dist/modules/Icon/stories/const.d.ts.map +1 -0
- package/dist/modules/Icon/types/icon-types.d.ts +38 -0
- package/dist/modules/Icon/types/icon-types.d.ts.map +1 -0
- package/dist/modules/Icon/utils/getAllIcons.d.ts +55 -0
- package/dist/modules/Icon/utils/getAllIcons.d.ts.map +1 -0
- package/dist/modules/InnerAvatar/index.d.ts +3 -0
- package/dist/modules/InnerAvatar/index.d.ts.map +1 -0
- package/dist/modules/InnerAvatar/stories/inner.stories.d.ts +6 -0
- package/dist/modules/InnerAvatar/stories/inner.stories.d.ts.map +1 -0
- package/dist/modules/InnerButton/index.d.ts +3 -0
- package/dist/modules/InnerButton/index.d.ts.map +1 -0
- package/dist/modules/InnerButton/stories/InnerButton.stories.d.ts +11 -0
- package/dist/modules/InnerButton/stories/InnerButton.stories.d.ts.map +1 -0
- package/dist/modules/InnerProgressBar/components/index.d.ts +2 -0
- package/dist/modules/InnerProgressBar/components/index.d.ts.map +1 -0
- package/dist/modules/InnerProgressBar/components/organisms/Container.d.ts +3 -0
- package/dist/modules/InnerProgressBar/components/organisms/Container.d.ts.map +1 -0
- package/dist/modules/InnerProgressBar/components/organisms/atoms/BarProgress.d.ts +6 -0
- package/dist/modules/InnerProgressBar/components/organisms/atoms/BarProgress.d.ts.map +1 -0
- package/dist/modules/InnerProgressBar/components/organisms/atoms/LabelProgress.d.ts +6 -0
- package/dist/modules/InnerProgressBar/components/organisms/atoms/LabelProgress.d.ts.map +1 -0
- package/dist/modules/InnerProgressBar/components/organisms/index.d.ts +2 -0
- package/dist/modules/InnerProgressBar/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/InnerProgressBar/index.d.ts +2 -0
- package/dist/modules/InnerProgressBar/index.d.ts.map +1 -0
- package/dist/modules/InnerProgressBar/stories/progressbar.stories.d.ts +15 -0
- package/dist/modules/InnerProgressBar/stories/progressbar.stories.d.ts.map +1 -0
- package/dist/modules/Input/components/Input.d.ts +3 -0
- package/dist/modules/Input/components/Input.d.ts.map +1 -0
- package/dist/modules/Input/components/index.d.ts +2 -0
- package/dist/modules/Input/components/index.d.ts.map +1 -0
- package/dist/modules/Input/hooks/index.d.ts +4 -0
- package/dist/modules/Input/hooks/index.d.ts.map +1 -0
- package/dist/modules/Input/hooks/useInputRef.d.ts +17 -0
- package/dist/modules/Input/hooks/useInputRef.d.ts.map +1 -0
- package/dist/modules/Input/hooks/useInputSlots.d.ts +18 -0
- package/dist/modules/Input/hooks/useInputSlots.d.ts.map +1 -0
- package/dist/modules/Input/hooks/useInputStyles.d.ts +22 -0
- package/dist/modules/Input/hooks/useInputStyles.d.ts.map +1 -0
- package/dist/modules/Input/index.d.ts +2 -0
- package/dist/modules/Input/index.d.ts.map +1 -0
- package/dist/modules/Input/stories/Input.stories.d.ts +17 -0
- package/dist/modules/Input/stories/Input.stories.d.ts.map +1 -0
- package/dist/modules/Lightbox/components/index.d.ts +2 -0
- package/dist/modules/Lightbox/components/index.d.ts.map +1 -0
- package/dist/modules/Lightbox/components/organisms/Lightbox.d.ts +3 -0
- package/dist/modules/Lightbox/components/organisms/Lightbox.d.ts.map +1 -0
- package/dist/modules/Lightbox/components/organisms/index.d.ts +2 -0
- package/dist/modules/Lightbox/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Lightbox/hooks/useLightbox.d.ts +17 -0
- package/dist/modules/Lightbox/hooks/useLightbox.d.ts.map +1 -0
- package/dist/modules/Lightbox/index.d.ts +4 -0
- package/dist/modules/Lightbox/index.d.ts.map +1 -0
- package/dist/modules/Lightbox/stories/lightbox.stories.d.ts +13 -0
- package/dist/modules/Lightbox/stories/lightbox.stories.d.ts.map +1 -0
- package/dist/modules/Lightbox/types/lightbox.types.d.ts +20 -0
- package/dist/modules/Lightbox/types/lightbox.types.d.ts.map +1 -0
- package/dist/modules/Lists/components/index.d.ts +2 -0
- package/dist/modules/Lists/components/index.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/List.d.ts +17 -0
- package/dist/modules/Lists/components/organisms/List.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/index.d.ts +2 -0
- package/dist/modules/Lists/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Lists/index.d.ts +2 -0
- package/dist/modules/Lists/index.d.ts.map +1 -0
- package/dist/modules/Lists/stories/list.stories.d.ts +6 -0
- package/dist/modules/Lists/stories/list.stories.d.ts.map +1 -0
- package/dist/modules/Logo/constants/size.d.ts +3 -0
- package/dist/modules/Logo/constants/size.d.ts.map +1 -0
- package/dist/modules/Logo/index.d.ts +3 -0
- package/dist/modules/Logo/index.d.ts.map +1 -0
- package/dist/modules/Logo/stories/logo.stories.d.ts +10 -0
- package/dist/modules/Logo/stories/logo.stories.d.ts.map +1 -0
- package/dist/modules/Modal/Modal.d.ts +8 -0
- package/dist/modules/Modal/Modal.d.ts.map +1 -0
- package/dist/modules/Modal/components/index.d.ts +2 -0
- package/dist/modules/Modal/components/index.d.ts.map +1 -0
- package/dist/modules/Modal/components/molecules/ModalBody.d.ts +3 -0
- package/dist/modules/Modal/components/molecules/ModalBody.d.ts.map +1 -0
- package/dist/modules/Modal/components/molecules/ModalFooter.d.ts +3 -0
- package/dist/modules/Modal/components/molecules/ModalFooter.d.ts.map +1 -0
- package/dist/modules/Modal/components/molecules/ModalHeader.d.ts +6 -0
- package/dist/modules/Modal/components/molecules/ModalHeader.d.ts.map +1 -0
- package/dist/modules/Modal/components/molecules/index.d.ts +4 -0
- package/dist/modules/Modal/components/molecules/index.d.ts.map +1 -0
- package/dist/modules/Modal/const/index.d.ts +2 -0
- package/dist/modules/Modal/const/index.d.ts.map +1 -0
- package/dist/modules/Modal/const/modal.d.ts +10 -0
- package/dist/modules/Modal/const/modal.d.ts.map +1 -0
- package/dist/modules/Modal/context/ModalContext.d.ts +6 -0
- package/dist/modules/Modal/context/ModalContext.d.ts.map +1 -0
- package/dist/modules/Modal/context/index.d.ts +3 -0
- package/dist/modules/Modal/context/index.d.ts.map +1 -0
- package/dist/modules/Modal/hooks/useModal.d.ts +16 -0
- package/dist/modules/Modal/hooks/useModal.d.ts.map +1 -0
- package/dist/modules/Modal/index.d.ts +3 -0
- package/dist/modules/Modal/index.d.ts.map +1 -0
- package/dist/modules/Modal/stories/Modal.stories.d.ts +24 -0
- package/dist/modules/Modal/stories/Modal.stories.d.ts.map +1 -0
- package/dist/modules/Modal/utils/utils.d.ts +10 -0
- package/dist/modules/Modal/utils/utils.d.ts.map +1 -0
- package/dist/modules/Pagination/components/index.d.ts +2 -0
- package/dist/modules/Pagination/components/index.d.ts.map +1 -0
- package/dist/modules/Pagination/components/organisms/Pagination.d.ts +3 -0
- package/dist/modules/Pagination/components/organisms/Pagination.d.ts.map +1 -0
- package/dist/modules/Pagination/components/organisms/index.d.ts +2 -0
- package/dist/modules/Pagination/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Pagination/constants/options.d.ts +5 -0
- package/dist/modules/Pagination/constants/options.d.ts.map +1 -0
- package/dist/modules/Pagination/index.d.ts +2 -0
- package/dist/modules/Pagination/index.d.ts.map +1 -0
- package/dist/modules/Pagination/stories/pagination.stories.d.ts +10 -0
- package/dist/modules/Pagination/stories/pagination.stories.d.ts.map +1 -0
- package/dist/modules/Picture/components/index.d.ts +2 -0
- package/dist/modules/Picture/components/index.d.ts.map +1 -0
- package/dist/modules/Picture/components/organisms/Picture.d.ts +3 -0
- package/dist/modules/Picture/components/organisms/Picture.d.ts.map +1 -0
- package/dist/modules/Picture/components/organisms/index.d.ts +2 -0
- package/dist/modules/Picture/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Picture/index.d.ts +2 -0
- package/dist/modules/Picture/index.d.ts.map +1 -0
- package/dist/modules/Picture/stories/picture.stories.d.ts +14 -0
- package/dist/modules/Picture/stories/picture.stories.d.ts.map +1 -0
- package/dist/modules/Popup/components/index.d.ts +2 -0
- package/dist/modules/Popup/components/index.d.ts.map +1 -0
- package/dist/modules/Popup/components/organims/Popup.d.ts +3 -0
- package/dist/modules/Popup/components/organims/Popup.d.ts.map +1 -0
- package/dist/modules/Popup/components/organims/index.d.ts +2 -0
- package/dist/modules/Popup/components/organims/index.d.ts.map +1 -0
- package/dist/modules/Popup/hooks/usePopup.d.ts +24 -0
- package/dist/modules/Popup/hooks/usePopup.d.ts.map +1 -0
- package/dist/modules/Popup/index.d.ts +2 -0
- package/dist/modules/Popup/index.d.ts.map +1 -0
- package/dist/modules/Popup/stories/popup.stories.d.ts +24 -0
- package/dist/modules/Popup/stories/popup.stories.d.ts.map +1 -0
- package/dist/modules/ProgressBar/components/index.d.ts +2 -0
- package/dist/modules/ProgressBar/components/index.d.ts.map +1 -0
- package/dist/modules/ProgressBar/components/organisms/ProgressBar.d.ts +8 -0
- package/dist/modules/ProgressBar/components/organisms/ProgressBar.d.ts.map +1 -0
- package/dist/modules/ProgressBar/components/organisms/index.d.ts +2 -0
- package/dist/modules/ProgressBar/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/ProgressBar/index.d.ts +2 -0
- package/dist/modules/ProgressBar/index.d.ts.map +1 -0
- package/dist/modules/ProgressBar/stories/progressbar.stories.d.ts +6 -0
- package/dist/modules/ProgressBar/stories/progressbar.stories.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/atoms/RadioButton/index.d.ts +3 -0
- package/dist/modules/RadioButton/components/atoms/RadioButton/index.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/atoms/RadioButton.d.ts +21 -0
- package/dist/modules/RadioButton/components/atoms/RadioButton.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/atoms/index.d.ts +3 -0
- package/dist/modules/RadioButton/components/atoms/index.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/atoms/radioButtonVariants.d.ts +15 -0
- package/dist/modules/RadioButton/components/atoms/radioButtonVariants.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/index.d.ts +3 -0
- package/dist/modules/RadioButton/components/index.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/organisms/RadioButtonGroup/RadioButtonGroup.d.ts +24 -0
- package/dist/modules/RadioButton/components/organisms/RadioButtonGroup/RadioButtonGroup.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/organisms/RadioButtonGroup/index.d.ts +2 -0
- package/dist/modules/RadioButton/components/organisms/RadioButtonGroup/index.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/organisms/RadioButtonGroup.d.ts +24 -0
- package/dist/modules/RadioButton/components/organisms/RadioButtonGroup.d.ts.map +1 -0
- package/dist/modules/RadioButton/components/organisms/index.d.ts +2 -0
- package/dist/modules/RadioButton/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/RadioButton/hooks/index.d.ts +3 -0
- package/dist/modules/RadioButton/hooks/index.d.ts.map +1 -0
- package/dist/modules/RadioButton/hooks/useRadioButton.d.ts +18 -0
- package/dist/modules/RadioButton/hooks/useRadioButton.d.ts.map +1 -0
- package/dist/modules/RadioButton/hooks/useRadioButtonGroup.d.ts +16 -0
- package/dist/modules/RadioButton/hooks/useRadioButtonGroup.d.ts.map +1 -0
- package/dist/modules/RadioButton/index.d.ts +4 -0
- package/dist/modules/RadioButton/index.d.ts.map +1 -0
- package/dist/modules/RadioButton/stories/RadioButton.stories.d.ts +14 -0
- package/dist/modules/RadioButton/stories/RadioButton.stories.d.ts.map +1 -0
- package/dist/modules/RadioButton/stories/RadioButtonGroup.stories.d.ts +14 -0
- package/dist/modules/RadioButton/stories/RadioButtonGroup.stories.d.ts.map +1 -0
- package/dist/modules/Separator/components/Separator.d.ts +3 -0
- package/dist/modules/Separator/components/Separator.d.ts.map +1 -0
- package/dist/modules/Separator/components/index.d.ts +2 -0
- package/dist/modules/Separator/components/index.d.ts.map +1 -0
- package/dist/modules/Separator/index.d.ts +2 -0
- package/dist/modules/Separator/index.d.ts.map +1 -0
- package/dist/modules/Spinner/assets/data.json.d.ts +1137 -0
- package/dist/modules/Spinner/components/index.d.ts +2 -0
- package/dist/modules/Spinner/components/index.d.ts.map +1 -0
- package/dist/modules/Spinner/components/organisms/Spinner.d.ts +4 -0
- package/dist/modules/Spinner/components/organisms/Spinner.d.ts.map +1 -0
- package/dist/modules/Spinner/components/organisms/index.d.ts +2 -0
- package/dist/modules/Spinner/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Spinner/index.d.ts +2 -0
- package/dist/modules/Spinner/index.d.ts.map +1 -0
- package/dist/modules/Spinner/stories/spinner.stories.d.ts +7 -0
- package/dist/modules/Spinner/stories/spinner.stories.d.ts.map +1 -0
- package/dist/modules/Stepper/components/atoms/StepConnector.d.ts +8 -0
- package/dist/modules/Stepper/components/atoms/StepConnector.d.ts.map +1 -0
- package/dist/modules/Stepper/components/atoms/StepIcon.d.ts +12 -0
- package/dist/modules/Stepper/components/atoms/StepIcon.d.ts.map +1 -0
- package/dist/modules/Stepper/components/atoms/StepLabel.d.ts +10 -0
- package/dist/modules/Stepper/components/atoms/StepLabel.d.ts.map +1 -0
- package/dist/modules/Stepper/components/atoms/index.d.ts +4 -0
- package/dist/modules/Stepper/components/atoms/index.d.ts.map +1 -0
- package/dist/modules/Stepper/components/index.d.ts +4 -0
- package/dist/modules/Stepper/components/index.d.ts.map +1 -0
- package/dist/modules/Stepper/components/molecules/StepItem.d.ts +19 -0
- package/dist/modules/Stepper/components/molecules/StepItem.d.ts.map +1 -0
- package/dist/modules/Stepper/components/molecules/index.d.ts +2 -0
- package/dist/modules/Stepper/components/molecules/index.d.ts.map +1 -0
- package/dist/modules/Stepper/components/organisms/Stepper.d.ts +3 -0
- package/dist/modules/Stepper/components/organisms/Stepper.d.ts.map +1 -0
- package/dist/modules/Stepper/components/organisms/index.d.ts +2 -0
- package/dist/modules/Stepper/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Stepper/hooks/index.d.ts +2 -0
- package/dist/modules/Stepper/hooks/index.d.ts.map +1 -0
- package/dist/modules/Stepper/hooks/useStepper.d.ts +16 -0
- package/dist/modules/Stepper/hooks/useStepper.d.ts.map +1 -0
- package/dist/modules/Stepper/index.d.ts +3 -0
- package/dist/modules/Stepper/index.d.ts.map +1 -0
- package/dist/modules/Stepper/stories/Stepper.stories.d.ts +13 -0
- package/dist/modules/Stepper/stories/Stepper.stories.d.ts.map +1 -0
- package/dist/modules/StoryBox/index.d.ts +32 -0
- package/dist/modules/StoryBox/index.d.ts.map +1 -0
- package/dist/modules/StoryBox/stories/StoryBox.stories.d.ts +13 -0
- package/dist/modules/StoryBox/stories/StoryBox.stories.d.ts.map +1 -0
- package/dist/modules/Switch/components/index.d.ts +2 -0
- package/dist/modules/Switch/components/index.d.ts.map +1 -0
- package/dist/modules/Switch/components/organisms/Switch.d.ts +3 -0
- package/dist/modules/Switch/components/organisms/Switch.d.ts.map +1 -0
- package/dist/modules/Switch/components/organisms/index.d.ts +2 -0
- package/dist/modules/Switch/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Switch/index.d.ts +2 -0
- package/dist/modules/Switch/index.d.ts.map +1 -0
- package/dist/modules/Switch/stories/switch.stories.d.ts +8 -0
- package/dist/modules/Switch/stories/switch.stories.d.ts.map +1 -0
- package/dist/modules/Tag/index.d.ts +3 -0
- package/dist/modules/Tag/index.d.ts.map +1 -0
- package/dist/modules/Tag/stories/Tag.stories.d.ts +14 -0
- package/dist/modules/Tag/stories/Tag.stories.d.ts.map +1 -0
- package/dist/modules/Textarea/components/index.d.ts +2 -0
- package/dist/modules/Textarea/components/index.d.ts.map +1 -0
- package/dist/modules/Textarea/components/organisms/Textarea.d.ts +3 -0
- package/dist/modules/Textarea/components/organisms/Textarea.d.ts.map +1 -0
- package/dist/modules/Textarea/components/organisms/index.d.ts +2 -0
- package/dist/modules/Textarea/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Textarea/hooks/useTextarea.d.ts +9 -0
- package/dist/modules/Textarea/hooks/useTextarea.d.ts.map +1 -0
- package/dist/modules/Textarea/index.d.ts +2 -0
- package/dist/modules/Textarea/index.d.ts.map +1 -0
- package/dist/modules/Textarea/stories/textarea.stories.d.ts +17 -0
- package/dist/modules/Textarea/stories/textarea.stories.d.ts.map +1 -0
- package/dist/modules/Title/components/index.d.ts +2 -0
- package/dist/modules/Title/components/index.d.ts.map +1 -0
- package/dist/modules/Title/components/organisms/Title.d.ts +3 -0
- package/dist/modules/Title/components/organisms/Title.d.ts.map +1 -0
- package/dist/modules/Title/components/organisms/index.d.ts +2 -0
- package/dist/modules/Title/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Title/index.d.ts +2 -0
- package/dist/modules/Title/index.d.ts.map +1 -0
- package/dist/modules/Toast/components/index.d.ts +2 -0
- package/dist/modules/Toast/components/index.d.ts.map +1 -0
- package/dist/modules/Toast/components/molecules/ToastItem.d.ts +7 -0
- package/dist/modules/Toast/components/molecules/ToastItem.d.ts.map +1 -0
- package/dist/modules/Toast/components/molecules/ToastPositions.d.ts +7 -0
- package/dist/modules/Toast/components/molecules/ToastPositions.d.ts.map +1 -0
- package/dist/modules/Toast/components/molecules/index.d.ts +3 -0
- package/dist/modules/Toast/components/molecules/index.d.ts.map +1 -0
- package/dist/modules/Toast/config/index.d.ts +2 -0
- package/dist/modules/Toast/config/index.d.ts.map +1 -0
- package/dist/modules/Toast/config/toast.config.d.ts +5 -0
- package/dist/modules/Toast/config/toast.config.d.ts.map +1 -0
- package/dist/modules/Toast/hooks/index.d.ts +4 -0
- package/dist/modules/Toast/hooks/index.d.ts.map +1 -0
- package/dist/modules/Toast/hooks/useToast.d.ts +6 -0
- package/dist/modules/Toast/hooks/useToast.d.ts.map +1 -0
- package/dist/modules/Toast/hooks/useToastService.d.ts +29 -0
- package/dist/modules/Toast/hooks/useToastService.d.ts.map +1 -0
- package/dist/modules/Toast/hooks/useToastStyles.d.ts +5 -0
- package/dist/modules/Toast/hooks/useToastStyles.d.ts.map +1 -0
- package/dist/modules/Toast/index.d.ts +25 -0
- package/dist/modules/Toast/index.d.ts.map +1 -0
- package/dist/modules/Toast/stories/toast.stories.d.ts +17 -0
- package/dist/modules/Toast/stories/toast.stories.d.ts.map +1 -0
- package/dist/modules/Tooltip/components/organisms/Tooltip.d.ts +3 -0
- package/dist/modules/Tooltip/components/organisms/Tooltip.d.ts.map +1 -0
- package/dist/modules/Tooltip/components/organisms/index.d.ts +2 -0
- package/dist/modules/Tooltip/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Tooltip/hooks/index.d.ts +4 -0
- package/dist/modules/Tooltip/hooks/index.d.ts.map +1 -0
- package/dist/modules/Tooltip/hooks/useTooltip.d.ts +17 -0
- package/dist/modules/Tooltip/hooks/useTooltip.d.ts.map +1 -0
- package/dist/modules/Tooltip/hooks/useTooltipArrow.d.ts +172 -0
- package/dist/modules/Tooltip/hooks/useTooltipArrow.d.ts.map +1 -0
- package/dist/modules/Tooltip/hooks/useTooltipClasses.d.ts +3 -0
- package/dist/modules/Tooltip/hooks/useTooltipClasses.d.ts.map +1 -0
- package/dist/modules/Tooltip/index.d.ts +2 -0
- package/dist/modules/Tooltip/index.d.ts.map +1 -0
- package/dist/modules/Tooltip/stories/Tooltip.stories.d.ts +23 -0
- package/dist/modules/Tooltip/stories/Tooltip.stories.d.ts.map +1 -0
- package/dist/modules/Visual/Index.d.ts +3 -0
- package/dist/modules/Visual/Index.d.ts.map +1 -0
- package/dist/modules/Visual/stories/index.stories.d.ts +6 -0
- package/dist/modules/Visual/stories/index.stories.d.ts.map +1 -0
- package/dist/modules/Wysiwyg/components/index.d.ts +2 -0
- package/dist/modules/Wysiwyg/components/index.d.ts.map +1 -0
- package/dist/modules/Wysiwyg/components/organisms/Wysiwyg.d.ts +3 -0
- package/dist/modules/Wysiwyg/components/organisms/Wysiwyg.d.ts.map +1 -0
- package/dist/modules/Wysiwyg/components/organisms/index.d.ts +2 -0
- package/dist/modules/Wysiwyg/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Wysiwyg/hooks/index.d.ts +2 -0
- package/dist/modules/Wysiwyg/hooks/index.d.ts.map +1 -0
- package/dist/modules/Wysiwyg/hooks/useWysiwyg.d.ts +37 -0
- package/dist/modules/Wysiwyg/hooks/useWysiwyg.d.ts.map +1 -0
- package/dist/modules/Wysiwyg/index.d.ts +3 -0
- package/dist/modules/Wysiwyg/index.d.ts.map +1 -0
- package/dist/modules/Wysiwyg/stories/wysiwyg.stories.d.ts +14 -0
- package/dist/modules/Wysiwyg/stories/wysiwyg.stories.d.ts.map +1 -0
- package/dist/modules/index.d.ts +38 -0
- package/dist/modules/index.d.ts.map +1 -0
- package/dist/shared/const/colors.d.ts +107 -0
- package/dist/shared/const/colors.d.ts.map +1 -0
- package/dist/shared/const/index.d.ts +4 -0
- package/dist/shared/const/index.d.ts.map +1 -0
- package/dist/shared/const/rounded.d.ts +10 -0
- package/dist/shared/const/rounded.d.ts.map +1 -0
- package/dist/shared/const/sizes.d.ts +9 -0
- package/dist/shared/const/sizes.d.ts.map +1 -0
- package/dist/shared/hooks/index.d.ts +9 -0
- package/dist/shared/hooks/index.d.ts.map +1 -0
- package/dist/shared/hooks/useAnimationState.d.ts +10 -0
- package/dist/shared/hooks/useAnimationState.d.ts.map +1 -0
- package/dist/shared/hooks/useBodyScrollLock.d.ts +2 -0
- package/dist/shared/hooks/useBodyScrollLock.d.ts.map +1 -0
- package/dist/shared/hooks/useClickOutside.d.ts +19 -0
- package/dist/shared/hooks/useClickOutside.d.ts.map +1 -0
- package/dist/shared/hooks/useControlledState.d.ts +32 -0
- package/dist/shared/hooks/useControlledState.d.ts.map +1 -0
- package/dist/shared/hooks/useEscapeKey.d.ts +2 -0
- package/dist/shared/hooks/useEscapeKey.d.ts.map +1 -0
- package/dist/shared/hooks/useFocusTrap.d.ts +3 -0
- package/dist/shared/hooks/useFocusTrap.d.ts.map +1 -0
- package/dist/shared/hooks/useInitialFocus.d.ts +3 -0
- package/dist/shared/hooks/useInitialFocus.d.ts.map +1 -0
- package/dist/shared/hooks/useMutationObserver.d.ts +17 -0
- package/dist/shared/hooks/useMutationObserver.d.ts.map +1 -0
- package/dist/shared/hooks/usePortal.d.ts +2 -0
- package/dist/shared/hooks/usePortal.d.ts.map +1 -0
- package/dist/shared/hooks/useResizeAndScroll.d.ts +2 -0
- package/dist/shared/hooks/useResizeAndScroll.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/FillFacebookIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/fill/FillFacebookIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/FillInstagramIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/fill/FillInstagramIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/FillLinkedinIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/fill/FillLinkedinIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/FillLogoIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/fill/FillLogoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/FillTelegramIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/fill/FillTelegramIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/FillTwitterIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/fill/FillTwitterIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/FillWhatsappIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/fill/FillWhatsappIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/FillYoutubeIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/fill/FillYoutubeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/fill/index.d.ts +9 -0
- package/dist/shared/modules/Icons/componentes/fill/index.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutilneObpByImjIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/outline/OutilneObpByImjIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAaeeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAaeeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAaeeSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAaeeSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAeropuertosIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAeropuertosIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAjsuteDeCostosIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAjsuteDeCostosIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAlignCenterIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAlignCenterIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAlignJustifyIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAlignJustifyIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAlignLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAlignLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAlignRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAlignRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDoubleDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDoubleDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDoubleLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDoubleLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDoubleRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDoubleRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDoubleUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDoubleUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAngleUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArchivarIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArchivarIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAreaIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineAreaIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowCircleDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowCircleDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowCircleLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowCircleLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowCircleRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowCircleRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowCircleUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowCircleUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowDownLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowDownLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowDownRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowDownRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowHorizontalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowHorizontalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowUpLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowUpLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowUpRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowUpRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowVerticalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineArrowVerticalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBackward1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBackward1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBackward2Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBackward2Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBanIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBanIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBannerIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBannerIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBarsIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBarsIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBellIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBellIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBill1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBill1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBillIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBillIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBrainIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBrainIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBrushIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBrushIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBuildingIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBuildingIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineBusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalculcatorIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalculcatorIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarMinusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarMinusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarPlusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarPlusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarXIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarXIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarclockIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarclockIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarioDeCampanasIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCalendarioDeCampanasIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCampanasUrbanosIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCampanasUrbanosIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCaretDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCaretDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCaretLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCaretLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCaretRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCaretRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCaretUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCaretUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCatalogoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCatalogoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCentrosComercialesIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCentrosComercialesIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCheck2Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCheck2Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCheckIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCheckIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronCircleDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronCircleDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronCircleLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronCircleLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronCircleRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronCircleRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronCircleUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronCircleUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronDown1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronDown1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronHorizontalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronHorizontalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronLeft1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronLeft1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronLeftIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronLeftIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronRight1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronRight1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronRightIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronRightIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronUp1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronUp1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronVerticalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineChevronVerticalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCircleCheckIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCircleCheckIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCircleIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCircleIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCirclePlusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCirclePlusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCircleXIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCircleXIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCityIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCityIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineClockIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineClockIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCloneIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCloneIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCoinIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCoinIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCoinsIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCoinsIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineColorIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineColorIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCommentIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCommentIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCommentsIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCommentsIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCompassIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCompassIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCopyIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCopyIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCostoClienteIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCostoClienteIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCostoImjIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCostoImjIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCotizadorCreativeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCotizadorCreativeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCotizadorIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCotizadorIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCotizadorUrbanosIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCotizadorUrbanosIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCotizadorVallasIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineCotizadorVallasIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDashboardIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDashboardIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDiamanteIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDiamanteIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDisponibilidadIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDisponibilidadIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDocumentIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDocumentIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDownloadIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDownloadIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDummiesIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineDummiesIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEasyIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEasyIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEditIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEditIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineElevatorIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineElevatorIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineElipsisIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineElipsisIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineElipsisVerticalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineElipsisVerticalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEmojiIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEmojiIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEmojiSadIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEmojiSadIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEspectacularIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEspectacularIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEstatusCampanaIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEstatusCampanaIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEstatusProyectoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEstatusProyectoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineExclamationCircleIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineExclamationCircleIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineExclamationTriangleIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineExclamationTriangleIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEyeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEyeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEyeSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineEyeSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFaceSmileIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFaceSmileIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFastBackward1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFastBackward1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFastBackward2Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFastBackward2Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFemaleIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFemaleIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFileIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFileIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFileKmlIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFileKmlIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFileOkIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFileOkIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFilePdfIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFilePdfIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFileXlsIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFileXlsIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFilterIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFilterIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFilterSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFilterSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFlagIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFlagIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFocusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFocusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFolder2Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFolder2Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFolderIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineFolderIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGanttIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGanttIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGaugeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGaugeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGearIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGearIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGestionIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGestionIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGlassIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGlassIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGridIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGridIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGroupFilesIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGroupFilesIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGroupIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineGroupIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineHandIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineHandIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineHardIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineHardIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineHistoryIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineHistoryIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineHomeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineHomeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineIconsboxIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineIconsboxIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineIdIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineIdIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineImageIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineImageIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineImagesIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineImagesIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineImjLogoIcon.d.ts +3 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineImjLogoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineImplementacionIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineImplementacionIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineIndoorIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineIndoorIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInfoCardIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInfoCardIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInfoCircleIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInfoCircleIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInfoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInfoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInstallIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInstallIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInventarioIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineInventarioIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineJoyasIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineJoyasIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineKanbanIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineKanbanIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineKeyIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineKeyIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLatitudeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLatitudeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLegalFileIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLegalFileIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLightbulbIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLightbulbIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLightbulbIndifferentIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLightbulbIndifferentIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLightbulbSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLightbulbSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLikeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLikeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLinkIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLinkIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineListIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineListIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineListaCampanas1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineListaCampanas1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineListaCampanas2Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineListaCampanas2Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineListaCampanasIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineListaCampanasIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLocationpinIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLocationpinIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLockIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLockIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLockOpenIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLockOpenIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLogoutIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLogoutIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLongitudeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLongitudeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLuggageIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineLuggageIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMailIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMailIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMaintenanceIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMaintenanceIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMaleIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMaleIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMallIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMallIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMapIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMapIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMaximizeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMaximizeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMediumIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMediumIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMinimizeIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMinimizeIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMinus1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMinus1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMinus2Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMinus2Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMinusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMinusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMoonIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMoonIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMupisIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMupisIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMuroIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineMuroIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineNumberListIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineNumberListIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineObpByImjIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineObpByImjIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineObpLogoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineObpLogoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineOrientationIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineOrientationIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineOutdoorIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineOutdoorIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePaletteIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePaletteIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePantallaDigitalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePantallaDigitalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePaperclipIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePaperclipIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineParkingIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineParkingIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePauseIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePauseIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePautaInteligenteIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePautaInteligenteIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePautaTradicionalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePautaTradicionalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePencilIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePencilIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePercentageIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePercentageIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePerifoneoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePerifoneoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePerifoneoSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePerifoneoSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePermisionarioIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePermisionarioIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlaningIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlaningIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlanningIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlanningIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlantillaIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlantillaIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlayIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlayIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlus1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlus1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePlusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePostventaIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePostventaIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePowerIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePowerIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePreferenciasDeUbicacionIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePreferenciasDeUbicacionIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePrintIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePrintIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePropuestaComercialIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePropuestaComercialIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineProveedor1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineProveedor1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineProveedorIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineProveedorIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineProyectoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineProyectoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePuentePeatonalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePuentePeatonalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePuntoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePuntoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePuzzleIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlinePuzzleIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineQuestionCircleIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineQuestionCircleIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineQuestionIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineQuestionIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineReceiveIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineReceiveIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRefresh1Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRefresh1Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRefreshIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRefreshIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRegresarVistaCardsIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRegresarVistaCardsIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRouteIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRouteIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRouteSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineRouteSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSackDollarIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSackDollarIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSaveIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSaveIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineScissorsIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineScissorsIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineScreenIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineScreenIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSearchCompanyIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSearchCompanyIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSearchIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSearchIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSearchMinusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSearchMinusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSearchPlusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSearchPlusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSeguimientoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSeguimientoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSelectIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSelectIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSelectSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSelectSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineShapesIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineShapesIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineShareIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineShareIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineShoppingCartIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineShoppingCartIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineShoppingCartSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineShoppingCartSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSignoMoneyIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSignoMoneyIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSlidersHorizontalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSlidersHorizontalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSlidersVerticalIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSlidersVerticalIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAlphaAltDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAlphaAltDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAlphaAltUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAlphaAltUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAlphaDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAlphaDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAlphaUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAlphaUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAltIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAltIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAmountDownAltIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAmountDownAltIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAmountDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAmountDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAmountUpAltIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAmountUpAltIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAmountUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortAmountUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortDownIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortDownIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortUpIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSortUpIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSplitIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSplitIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSquareDashedIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSquareDashedIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSquareMoneyIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSquareMoneyIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSquareTextIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSquareTextIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineStarIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineStarIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineStatusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineStatusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineStopIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineStopIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSunIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineSunIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTableIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTableIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTagIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTagIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTaskIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTaskIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTaskListIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTaskListIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTelegramIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTelegramIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineThumbtackIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineThumbtackIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTimelineIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTimelineIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineToolsIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineToolsIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTraficoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTraficoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTrashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTrashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTrashSlashIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTrashSlashIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTreeDiagramIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineTreeDiagramIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUbicacionesIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUbicacionesIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUndoIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUndoIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUnlockIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUnlockIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUpdateIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUpdateIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUploadIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUploadIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUrbanosIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUrbanosIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUserComercialIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUserComercialIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUserEditIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUserEditIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUserIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUserIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUserPlusIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUserPlusIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUsersIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineUsersIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVallasMovilesIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVallasMovilesIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVistaDerechaIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVistaDerechaIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVistaIndefinidaIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVistaIndefinidaIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVistaIzquierdaIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVistaIzquierdaIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVistaListaIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineVistaListaIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineWorldIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineWorldIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineX2Icon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineX2Icon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineXIcon.d.ts +2 -0
- package/dist/shared/modules/Icons/componentes/outline/OutlineXIcon.d.ts.map +1 -0
- package/dist/shared/modules/Icons/componentes/outline/index.d.ts +299 -0
- package/dist/shared/modules/Icons/componentes/outline/index.d.ts.map +1 -0
- package/dist/shared/modules/Icons/index.d.ts +3 -0
- package/dist/shared/modules/Icons/index.d.ts.map +1 -0
- package/dist/shared/types/accordion.d.ts +10 -0
- package/dist/shared/types/accordion.d.ts.map +1 -0
- package/dist/shared/types/alert.d.ts +29 -0
- package/dist/shared/types/alert.d.ts.map +1 -0
- package/dist/shared/types/alertdialog.d.ts +17 -0
- package/dist/shared/types/alertdialog.d.ts.map +1 -0
- package/dist/shared/types/avatar.d.ts +8 -0
- package/dist/shared/types/avatar.d.ts.map +1 -0
- package/dist/shared/types/badge.d.ts +8 -0
- package/dist/shared/types/badge.d.ts.map +1 -0
- package/dist/shared/types/button.d.ts +51 -0
- package/dist/shared/types/button.d.ts.map +1 -0
- package/dist/shared/types/buttongroup.d.ts +9 -0
- package/dist/shared/types/buttongroup.d.ts.map +1 -0
- package/dist/shared/types/card.d.ts +14 -0
- package/dist/shared/types/card.d.ts.map +1 -0
- package/dist/shared/types/datepicker.d.ts +77 -0
- package/dist/shared/types/datepicker.d.ts.map +1 -0
- package/dist/shared/types/drawer.d.ts +26 -0
- package/dist/shared/types/drawer.d.ts.map +1 -0
- package/dist/shared/types/dropdown.d.ts +57 -0
- package/dist/shared/types/dropdown.d.ts.map +1 -0
- package/dist/shared/types/emoji.d.ts +7 -0
- package/dist/shared/types/emoji.d.ts.map +1 -0
- package/dist/shared/types/emojipicker.d.ts +52 -0
- package/dist/shared/types/emojipicker.d.ts.map +1 -0
- package/dist/shared/types/filters.d.ts +30 -0
- package/dist/shared/types/filters.d.ts.map +1 -0
- package/dist/shared/types/icon.d.ts +25 -0
- package/dist/shared/types/icon.d.ts.map +1 -0
- package/dist/shared/types/index.d.ts +37 -0
- package/dist/shared/types/index.d.ts.map +1 -0
- package/dist/shared/types/input.d.ts +29 -0
- package/dist/shared/types/input.d.ts.map +1 -0
- package/dist/shared/types/list.d.ts +33 -0
- package/dist/shared/types/list.d.ts.map +1 -0
- package/dist/shared/types/logo.d.ts +5 -0
- package/dist/shared/types/logo.d.ts.map +1 -0
- package/dist/shared/types/modal.d.ts +49 -0
- package/dist/shared/types/modal.d.ts.map +1 -0
- package/dist/shared/types/pagination.d.ts +16 -0
- package/dist/shared/types/pagination.d.ts.map +1 -0
- package/dist/shared/types/picture.d.ts +12 -0
- package/dist/shared/types/picture.d.ts.map +1 -0
- package/dist/shared/types/popup.d.ts +29 -0
- package/dist/shared/types/popup.d.ts.map +1 -0
- package/dist/shared/types/progressbar.d.ts +19 -0
- package/dist/shared/types/progressbar.d.ts.map +1 -0
- package/dist/shared/types/radiobutton.d.ts +80 -0
- package/dist/shared/types/radiobutton.d.ts.map +1 -0
- package/dist/shared/types/separator.d.ts +6 -0
- package/dist/shared/types/separator.d.ts.map +1 -0
- package/dist/shared/types/spinner.d.ts +7 -0
- package/dist/shared/types/spinner.d.ts.map +1 -0
- package/dist/shared/types/stepper.d.ts +37 -0
- package/dist/shared/types/stepper.d.ts.map +1 -0
- package/dist/shared/types/switch.d.ts +16 -0
- package/dist/shared/types/switch.d.ts.map +1 -0
- package/dist/shared/types/tag.d.ts +11 -0
- package/dist/shared/types/tag.d.ts.map +1 -0
- package/dist/shared/types/textarea.d.ts +19 -0
- package/dist/shared/types/textarea.d.ts.map +1 -0
- package/dist/shared/types/title.d.ts +7 -0
- package/dist/shared/types/title.d.ts.map +1 -0
- package/dist/shared/types/toast.d.ts +23 -0
- package/dist/shared/types/toast.d.ts.map +1 -0
- package/dist/shared/types/tooltip.d.ts +22 -0
- package/dist/shared/types/tooltip.d.ts.map +1 -0
- package/dist/shared/types/types.d.ts +65 -0
- package/dist/shared/types/types.d.ts.map +1 -0
- package/dist/shared/types/visual.d.ts +18 -0
- package/dist/shared/types/visual.d.ts.map +1 -0
- package/dist/shared/types/wysiwyg.d.ts +41 -0
- package/dist/shared/types/wysiwyg.d.ts.map +1 -0
- package/dist/shared/utils/cn.d.ts +2 -0
- package/dist/shared/utils/cn.d.ts.map +1 -0
- package/dist/shared/utils/index.d.ts +2 -0
- package/dist/shared/utils/index.d.ts.map +1 -0
- package/package.json +2 -3
|
@@ -0,0 +1,1137 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"nm": "Main Scene",
|
|
3
|
+
"ddd": 0,
|
|
4
|
+
"h": 500,
|
|
5
|
+
"w": 500,
|
|
6
|
+
"meta": { "g": "@lottiefiles/creator 1.47.1" },
|
|
7
|
+
"layers": [
|
|
8
|
+
{
|
|
9
|
+
"ty": 0,
|
|
10
|
+
"nm": "logo",
|
|
11
|
+
"sr": 1,
|
|
12
|
+
"st": 0,
|
|
13
|
+
"op": 150,
|
|
14
|
+
"ip": 0,
|
|
15
|
+
"hd": false,
|
|
16
|
+
"ddd": 0,
|
|
17
|
+
"bm": 0,
|
|
18
|
+
"hasMask": false,
|
|
19
|
+
"ao": 0,
|
|
20
|
+
"ks": {
|
|
21
|
+
"a": { "a": 0, "k": [114.99567413289333, 115.01750945812091] },
|
|
22
|
+
"s": {
|
|
23
|
+
"a": 1,
|
|
24
|
+
"k": [
|
|
25
|
+
{
|
|
26
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
27
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
28
|
+
"s": [157.8679, 157.8679],
|
|
29
|
+
"t": 0
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
33
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
34
|
+
"s": [157.8679, 157.8679],
|
|
35
|
+
"t": 127
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
39
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
40
|
+
"s": [204.8103, 204.8103],
|
|
41
|
+
"t": 130
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
45
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
46
|
+
"s": [192.6056, 192.6056],
|
|
47
|
+
"t": 132
|
|
48
|
+
},
|
|
49
|
+
{ "s": [184.5605, 184.5605], "t": 135 }
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"sk": { "a": 0, "k": 0 },
|
|
53
|
+
"p": { "a": 0, "k": [250, 250] },
|
|
54
|
+
"r": { "a": 0, "k": 0 },
|
|
55
|
+
"sa": { "a": 0, "k": 0 },
|
|
56
|
+
"o": { "a": 0, "k": 100 }
|
|
57
|
+
},
|
|
58
|
+
"w": 500,
|
|
59
|
+
"h": 500,
|
|
60
|
+
"refId": "precomp_Shape Layer - SVG_29362cac-4bba-4dc9-85b7-4d7b9600fad1",
|
|
61
|
+
"ind": 1
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"ty": 4,
|
|
65
|
+
"nm": "Shape Layer - SVG",
|
|
66
|
+
"sr": 1,
|
|
67
|
+
"st": 0,
|
|
68
|
+
"op": 500,
|
|
69
|
+
"ip": 0,
|
|
70
|
+
"hd": false,
|
|
71
|
+
"ddd": 0,
|
|
72
|
+
"bm": 0,
|
|
73
|
+
"hasMask": false,
|
|
74
|
+
"ao": 0,
|
|
75
|
+
"ks": {
|
|
76
|
+
"a": { "a": 0, "k": [150, 150] },
|
|
77
|
+
"s": { "a": 0, "k": [157.6023, 157.6023] },
|
|
78
|
+
"sk": { "a": 0, "k": 0 },
|
|
79
|
+
"p": { "a": 0, "k": [250, 250] },
|
|
80
|
+
"r": {
|
|
81
|
+
"a": 1,
|
|
82
|
+
"k": [
|
|
83
|
+
{ "o": { "x": 0.167, "y": 0.167 }, "i": { "x": 0.833, "y": 0.833 }, "s": [0], "t": 0 },
|
|
84
|
+
{ "o": { "x": 0.167, "y": 0.167 }, "i": { "x": 0.833, "y": 0.833 }, "s": [90], "t": 6 },
|
|
85
|
+
{
|
|
86
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
87
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
88
|
+
"s": [180],
|
|
89
|
+
"t": 12
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
93
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
94
|
+
"s": [280],
|
|
95
|
+
"t": 18
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
99
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
100
|
+
"s": [360],
|
|
101
|
+
"t": 24
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
105
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
106
|
+
"s": [450],
|
|
107
|
+
"t": 30
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
111
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
112
|
+
"s": [540],
|
|
113
|
+
"t": 36
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
117
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
118
|
+
"s": [630],
|
|
119
|
+
"t": 42
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
123
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
124
|
+
"s": [720],
|
|
125
|
+
"t": 48
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
129
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
130
|
+
"s": [810],
|
|
131
|
+
"t": 54
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
135
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
136
|
+
"s": [900],
|
|
137
|
+
"t": 59.7
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
141
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
142
|
+
"s": [990],
|
|
143
|
+
"t": 66
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
147
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
148
|
+
"s": [1080],
|
|
149
|
+
"t": 72
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
153
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
154
|
+
"s": [1170],
|
|
155
|
+
"t": 78
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
159
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
160
|
+
"s": [1260],
|
|
161
|
+
"t": 84
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
165
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
166
|
+
"s": [1350],
|
|
167
|
+
"t": 90
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
171
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
172
|
+
"s": [1440],
|
|
173
|
+
"t": 96
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
177
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
178
|
+
"s": [1530],
|
|
179
|
+
"t": 102
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
183
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
184
|
+
"s": [1620],
|
|
185
|
+
"t": 108
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
189
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
190
|
+
"s": [1710],
|
|
191
|
+
"t": 114
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
195
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
196
|
+
"s": [1800],
|
|
197
|
+
"t": 120
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
201
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
202
|
+
"s": [1890],
|
|
203
|
+
"t": 125.7
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
207
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
208
|
+
"s": [1980],
|
|
209
|
+
"t": 132
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
213
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
214
|
+
"s": [2070],
|
|
215
|
+
"t": 138
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
219
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
220
|
+
"s": [2160],
|
|
221
|
+
"t": 144
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
225
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
226
|
+
"s": [2238.9474],
|
|
227
|
+
"t": 149
|
|
228
|
+
},
|
|
229
|
+
{ "s": [2250], "t": 149.7 }
|
|
230
|
+
]
|
|
231
|
+
},
|
|
232
|
+
"sa": { "a": 0, "k": 0 },
|
|
233
|
+
"o": {
|
|
234
|
+
"a": 1,
|
|
235
|
+
"k": [
|
|
236
|
+
{
|
|
237
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
238
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
239
|
+
"s": [100],
|
|
240
|
+
"t": 130
|
|
241
|
+
},
|
|
242
|
+
{ "s": [0], "t": 132 }
|
|
243
|
+
]
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"shapes": [
|
|
247
|
+
{
|
|
248
|
+
"ty": "gr",
|
|
249
|
+
"bm": 0,
|
|
250
|
+
"hd": false,
|
|
251
|
+
"nm": "Group 1",
|
|
252
|
+
"it": [
|
|
253
|
+
{
|
|
254
|
+
"ty": "sh",
|
|
255
|
+
"bm": 0,
|
|
256
|
+
"hd": false,
|
|
257
|
+
"nm": "Path 1",
|
|
258
|
+
"d": 1,
|
|
259
|
+
"ks": {
|
|
260
|
+
"a": 0,
|
|
261
|
+
"k": {
|
|
262
|
+
"c": true,
|
|
263
|
+
"i": [
|
|
264
|
+
[0, 0],
|
|
265
|
+
[0.5729999999999791, -6.873000000000019],
|
|
266
|
+
[5.942000000000007, -14.34699999999998],
|
|
267
|
+
[13.92900000000003, -13.928999999999974],
|
|
268
|
+
[18.199000000000012, -7.538000000000011],
|
|
269
|
+
[15.424999999999983, -1.288000000000011],
|
|
270
|
+
[0, 6.896000000000015],
|
|
271
|
+
[0, 0],
|
|
272
|
+
[-6.862000000000023, 0.6879999999999882],
|
|
273
|
+
[-11.314999999999998, 4.687000000000012],
|
|
274
|
+
[-11.610000000000014, 11.609999999999985],
|
|
275
|
+
[-6.282999999999959, 15.169000000000011],
|
|
276
|
+
[-1.2169999999999845, 12.141999999999996],
|
|
277
|
+
[-6.896999999999991, 0],
|
|
278
|
+
[0, 0]
|
|
279
|
+
],
|
|
280
|
+
"o": [
|
|
281
|
+
[6.896000000000015, 0],
|
|
282
|
+
[-1.288000000000011, 15.424999999999983],
|
|
283
|
+
[-7.538000000000011, 18.198000000000008],
|
|
284
|
+
[-13.928999999999974, 13.92900000000003],
|
|
285
|
+
[-14.345999999999975, 5.942000000000007],
|
|
286
|
+
[-6.873000000000019, 0.5729999999999791],
|
|
287
|
+
[0, 0],
|
|
288
|
+
[0, -6.896999999999991],
|
|
289
|
+
[12.141999999999996, -1.2169999999999845],
|
|
290
|
+
[15.169000000000011, -6.282999999999959],
|
|
291
|
+
[11.609999999999985, -11.610000000000014],
|
|
292
|
+
[4.687000000000012, -11.314999999999998],
|
|
293
|
+
[0.6879999999999882, -6.862000000000023],
|
|
294
|
+
[0, 0],
|
|
295
|
+
[0, 0]
|
|
296
|
+
],
|
|
297
|
+
"v": [
|
|
298
|
+
[287.513, 150],
|
|
299
|
+
[299.481, 162.473],
|
|
300
|
+
[288.582, 207.403],
|
|
301
|
+
[256.066, 256.066],
|
|
302
|
+
[207.402, 288.582],
|
|
303
|
+
[162.473, 299.481],
|
|
304
|
+
[150, 287.513],
|
|
305
|
+
[150, 287.513],
|
|
306
|
+
[162.467, 274.402],
|
|
307
|
+
[197.845, 265.508],
|
|
308
|
+
[238.406, 238.406],
|
|
309
|
+
[265.508, 197.845],
|
|
310
|
+
[274.402, 162.467],
|
|
311
|
+
[287.513, 150],
|
|
312
|
+
[287.513, 150]
|
|
313
|
+
]
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"ty": "fl",
|
|
319
|
+
"bm": 0,
|
|
320
|
+
"hd": false,
|
|
321
|
+
"nm": "Fill",
|
|
322
|
+
"c": { "a": 0, "k": [0.4706, 0.5608, 0.8353] },
|
|
323
|
+
"r": 1,
|
|
324
|
+
"o": { "a": 0, "k": 100 }
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"ty": "tr",
|
|
328
|
+
"a": { "a": 0, "k": [224.74049377441406, 224.74049377441412] },
|
|
329
|
+
"s": { "a": 0, "k": [100, 100] },
|
|
330
|
+
"sk": { "a": 0, "k": 0 },
|
|
331
|
+
"p": { "a": 0, "k": [224.74049377441406, 224.74049377441412] },
|
|
332
|
+
"r": { "a": 0, "k": 0 },
|
|
333
|
+
"sa": { "a": 0, "k": 0 },
|
|
334
|
+
"o": { "a": 0, "k": 100 }
|
|
335
|
+
}
|
|
336
|
+
]
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"ty": "gr",
|
|
340
|
+
"bm": 0,
|
|
341
|
+
"hd": false,
|
|
342
|
+
"nm": "Group 2",
|
|
343
|
+
"it": [
|
|
344
|
+
{
|
|
345
|
+
"ty": "sh",
|
|
346
|
+
"bm": 0,
|
|
347
|
+
"hd": false,
|
|
348
|
+
"nm": "Path 2",
|
|
349
|
+
"d": 1,
|
|
350
|
+
"ks": {
|
|
351
|
+
"a": 0,
|
|
352
|
+
"k": {
|
|
353
|
+
"c": true,
|
|
354
|
+
"i": [
|
|
355
|
+
[0, 0],
|
|
356
|
+
[82.84299999999999, 0],
|
|
357
|
+
[0, 82.84299999999999],
|
|
358
|
+
[-82.8427, 0],
|
|
359
|
+
[0, -82.8427]
|
|
360
|
+
],
|
|
361
|
+
"o": [
|
|
362
|
+
[0, 82.84299999999999],
|
|
363
|
+
[-82.8427, 0],
|
|
364
|
+
[0, -82.8427],
|
|
365
|
+
[82.84299999999999, 0],
|
|
366
|
+
[0, 0]
|
|
367
|
+
],
|
|
368
|
+
"v": [
|
|
369
|
+
[300, 150],
|
|
370
|
+
[150, 300],
|
|
371
|
+
[0, 150],
|
|
372
|
+
[150, 0],
|
|
373
|
+
[300, 150]
|
|
374
|
+
]
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"ty": "sh",
|
|
380
|
+
"bm": 0,
|
|
381
|
+
"hd": false,
|
|
382
|
+
"nm": "Path 3",
|
|
383
|
+
"d": 1,
|
|
384
|
+
"ks": {
|
|
385
|
+
"a": 0,
|
|
386
|
+
"k": {
|
|
387
|
+
"c": true,
|
|
388
|
+
"i": [
|
|
389
|
+
[0, 0],
|
|
390
|
+
[-69.0494, 0],
|
|
391
|
+
[0, 69.049],
|
|
392
|
+
[69.049, 0],
|
|
393
|
+
[0, -69.0494]
|
|
394
|
+
],
|
|
395
|
+
"o": [
|
|
396
|
+
[0, 69.049],
|
|
397
|
+
[69.049, 0],
|
|
398
|
+
[0, -69.0494],
|
|
399
|
+
[-69.0494, 0],
|
|
400
|
+
[0, 0]
|
|
401
|
+
],
|
|
402
|
+
"v": [
|
|
403
|
+
[24.975, 150],
|
|
404
|
+
[150, 275.025],
|
|
405
|
+
[275.025, 150],
|
|
406
|
+
[150, 24.975],
|
|
407
|
+
[24.975, 150]
|
|
408
|
+
]
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"ty": "fl",
|
|
414
|
+
"bm": 0,
|
|
415
|
+
"hd": false,
|
|
416
|
+
"nm": "Fill",
|
|
417
|
+
"c": { "a": 0, "k": [0.9216, 0.9333, 0.9765] },
|
|
418
|
+
"r": 1,
|
|
419
|
+
"o": { "a": 0, "k": 100 }
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"ty": "tr",
|
|
423
|
+
"a": { "a": 0, "k": [150.00000000000009, 150] },
|
|
424
|
+
"s": { "a": 0, "k": [100, 100] },
|
|
425
|
+
"sk": { "a": 0, "k": 0 },
|
|
426
|
+
"p": { "a": 0, "k": [150.00000000000009, 150] },
|
|
427
|
+
"r": { "a": 0, "k": 0 },
|
|
428
|
+
"sa": { "a": 0, "k": 0 },
|
|
429
|
+
"o": { "a": 0, "k": 100 }
|
|
430
|
+
}
|
|
431
|
+
]
|
|
432
|
+
}
|
|
433
|
+
],
|
|
434
|
+
"ind": 2
|
|
435
|
+
}
|
|
436
|
+
],
|
|
437
|
+
"v": "5.7.0",
|
|
438
|
+
"fr": 30,
|
|
439
|
+
"op": 150,
|
|
440
|
+
"ip": 0,
|
|
441
|
+
"assets": [
|
|
442
|
+
{
|
|
443
|
+
"nm": "Nested Scene 2",
|
|
444
|
+
"id": "precomp_Shape Layer - SVG_29362cac-4bba-4dc9-85b7-4d7b9600fad1",
|
|
445
|
+
"layers": [
|
|
446
|
+
{
|
|
447
|
+
"ty": 4,
|
|
448
|
+
"nm": "Shape Layer 1",
|
|
449
|
+
"sr": 1,
|
|
450
|
+
"st": 0,
|
|
451
|
+
"op": 150,
|
|
452
|
+
"ip": 0,
|
|
453
|
+
"hd": false,
|
|
454
|
+
"ddd": 0,
|
|
455
|
+
"bm": 0,
|
|
456
|
+
"hasMask": false,
|
|
457
|
+
"ao": 0,
|
|
458
|
+
"ks": {
|
|
459
|
+
"a": { "a": 0, "k": [0, 0] },
|
|
460
|
+
"s": { "a": 0, "k": [100, 100] },
|
|
461
|
+
"sk": { "a": 0, "k": 0 },
|
|
462
|
+
"p": { "a": 0, "k": [0, 0] },
|
|
463
|
+
"r": { "a": 0, "k": 0 },
|
|
464
|
+
"sa": { "a": 0, "k": 0 },
|
|
465
|
+
"o": { "a": 0, "k": 100 }
|
|
466
|
+
},
|
|
467
|
+
"shapes": [
|
|
468
|
+
{
|
|
469
|
+
"ty": "gr",
|
|
470
|
+
"bm": 0,
|
|
471
|
+
"hd": false,
|
|
472
|
+
"nm": "Group 1",
|
|
473
|
+
"it": [
|
|
474
|
+
{
|
|
475
|
+
"ty": "sh",
|
|
476
|
+
"bm": 0,
|
|
477
|
+
"hd": false,
|
|
478
|
+
"nm": "Path 1",
|
|
479
|
+
"d": 1,
|
|
480
|
+
"ks": {
|
|
481
|
+
"a": 0,
|
|
482
|
+
"k": {
|
|
483
|
+
"c": true,
|
|
484
|
+
"i": [
|
|
485
|
+
[5.426000000000016, 0.08419999999999561],
|
|
486
|
+
[3.875, -3.8752000000000066],
|
|
487
|
+
[0.002999999999985903, -5.480000000000004],
|
|
488
|
+
[0, 0],
|
|
489
|
+
[0, 0],
|
|
490
|
+
[-3.806999999999988, 3.866000000000014],
|
|
491
|
+
[0, 5.425999999999988],
|
|
492
|
+
[3.8060000000000116, 3.8658000000000072]
|
|
493
|
+
],
|
|
494
|
+
"o": [
|
|
495
|
+
[-5.478999999999985, 0.003900000000001569],
|
|
496
|
+
[-3.8740000000000236, 3.8755999999999915],
|
|
497
|
+
[0, 0],
|
|
498
|
+
[0, 0],
|
|
499
|
+
[5.426000000000016, -0.08499999999997954],
|
|
500
|
+
[3.8060000000000116, -3.8669999999999902],
|
|
501
|
+
[0, -5.425000000000011],
|
|
502
|
+
[-3.806999999999988, -3.8662999999999954]
|
|
503
|
+
],
|
|
504
|
+
"v": [
|
|
505
|
+
[191.265, 93.7444],
|
|
506
|
+
[176.657, 99.8024],
|
|
507
|
+
[170.603, 114.412],
|
|
508
|
+
[170.603, 135.075],
|
|
509
|
+
[191.265, 135.075],
|
|
510
|
+
[205.672, 128.91],
|
|
511
|
+
[211.612, 114.409],
|
|
512
|
+
[205.672, 99.9092]
|
|
513
|
+
]
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"ty": "sh",
|
|
519
|
+
"bm": 0,
|
|
520
|
+
"hd": false,
|
|
521
|
+
"nm": "Path 2",
|
|
522
|
+
"d": 1,
|
|
523
|
+
"ks": {
|
|
524
|
+
"a": 0,
|
|
525
|
+
"k": {
|
|
526
|
+
"c": true,
|
|
527
|
+
"i": [
|
|
528
|
+
[0, 0],
|
|
529
|
+
[1.4680000000000177, 0.9789999999999992],
|
|
530
|
+
[0.6759999999999877, 1.6299999999999955],
|
|
531
|
+
[-0.34300000000001774, 1.7309999999999945],
|
|
532
|
+
[-1.2480000000000189, 1.2489999999999952],
|
|
533
|
+
[-1.7309999999999945, 0.3439999999999941],
|
|
534
|
+
[-1.6310000000000002, -0.6760000000000019],
|
|
535
|
+
[-0.9799999999999898, -1.4669999999999987],
|
|
536
|
+
[0, -1.7650000000000006],
|
|
537
|
+
[0.4480000000000075, -1.0819999999999936],
|
|
538
|
+
[0.828000000000003, -0.828000000000003],
|
|
539
|
+
[1.0829999999999984, -0.4490000000000123],
|
|
540
|
+
[1.1720000000000255, 0]
|
|
541
|
+
],
|
|
542
|
+
"o": [
|
|
543
|
+
[-1.7649999999999864, 0.0010000000000047748],
|
|
544
|
+
[-1.4679999999999893, -0.980000000000004],
|
|
545
|
+
[-0.6759999999999877, -1.6299999999999955],
|
|
546
|
+
[0.3439999999999941, -1.7310000000000088],
|
|
547
|
+
[1.2479999999999905, -1.2480000000000047],
|
|
548
|
+
[1.7309999999999945, -0.34499999999999886],
|
|
549
|
+
[1.6310000000000002, 0.6749999999999972],
|
|
550
|
+
[0.9809999999999945, 1.4680000000000035],
|
|
551
|
+
[0, 1.1709999999999923],
|
|
552
|
+
[-0.4480000000000075, 1.0830000000000126],
|
|
553
|
+
[-0.828000000000003, 0.8289999999999935],
|
|
554
|
+
[-1.0819999999999936, 0.4479999999999933],
|
|
555
|
+
[0, 0]
|
|
556
|
+
],
|
|
557
|
+
"v": [
|
|
558
|
+
[191.265, 123.335],
|
|
559
|
+
[186.307, 121.834],
|
|
560
|
+
[183.018, 117.83],
|
|
561
|
+
[182.508, 112.674],
|
|
562
|
+
[184.949, 108.104],
|
|
563
|
+
[189.518, 105.661],
|
|
564
|
+
[194.674, 106.168],
|
|
565
|
+
[198.679, 109.454],
|
|
566
|
+
[200.184, 114.412],
|
|
567
|
+
[199.506, 117.826],
|
|
568
|
+
[197.573, 120.721],
|
|
569
|
+
[194.679, 122.656],
|
|
570
|
+
[191.265, 123.335]
|
|
571
|
+
]
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"ty": "fl",
|
|
577
|
+
"bm": 0,
|
|
578
|
+
"hd": false,
|
|
579
|
+
"nm": "Fill",
|
|
580
|
+
"c": { "a": 0, "k": [1, 0.9137, 0.0275] },
|
|
581
|
+
"r": 1,
|
|
582
|
+
"o": {
|
|
583
|
+
"a": 1,
|
|
584
|
+
"k": [
|
|
585
|
+
{
|
|
586
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
587
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
588
|
+
"s": [0],
|
|
589
|
+
"t": 0
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
593
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
594
|
+
"s": [0],
|
|
595
|
+
"t": 89
|
|
596
|
+
},
|
|
597
|
+
{ "s": [100], "t": 90 }
|
|
598
|
+
]
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"ty": "tr",
|
|
603
|
+
"a": { "a": 0, "k": [191.1074981689453, 114.43174743652344] },
|
|
604
|
+
"s": { "a": 0, "k": [100, 100] },
|
|
605
|
+
"sk": { "a": 0, "k": 0 },
|
|
606
|
+
"p": { "a": 0, "k": [191.1074981689453, 114.43174743652344] },
|
|
607
|
+
"r": { "a": 0, "k": 0 },
|
|
608
|
+
"sa": { "a": 0, "k": 0 },
|
|
609
|
+
"o": { "a": 0, "k": 100 }
|
|
610
|
+
}
|
|
611
|
+
]
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"ty": "gr",
|
|
615
|
+
"bm": 0,
|
|
616
|
+
"hd": false,
|
|
617
|
+
"nm": "Group 3",
|
|
618
|
+
"it": [
|
|
619
|
+
{
|
|
620
|
+
"ty": "sh",
|
|
621
|
+
"bm": 0,
|
|
622
|
+
"hd": false,
|
|
623
|
+
"nm": "Path 5",
|
|
624
|
+
"d": 1,
|
|
625
|
+
"ks": {
|
|
626
|
+
"a": 0,
|
|
627
|
+
"k": {
|
|
628
|
+
"c": true,
|
|
629
|
+
"i": [
|
|
630
|
+
[0, 0],
|
|
631
|
+
[0, 0],
|
|
632
|
+
[0, 0],
|
|
633
|
+
[-5.3489999999999895, 3.5700000000000216],
|
|
634
|
+
[-2.462999999999994, 5.9410000000000025],
|
|
635
|
+
[1.2520000000000095, 6.308000000000007],
|
|
636
|
+
[4.546999999999997, 4.548599999999993],
|
|
637
|
+
[6.306999999999988, 1.2554999999999978],
|
|
638
|
+
[5.942000000000007, -2.4609000000000094],
|
|
639
|
+
[3.5730000000000075, -5.347699999999989],
|
|
640
|
+
[-0.0010000000000047748, -6.430999999999997],
|
|
641
|
+
[0, 0],
|
|
642
|
+
[-4.169000000000011, 2.350999999999999]
|
|
643
|
+
],
|
|
644
|
+
"o": [
|
|
645
|
+
[0, 0],
|
|
646
|
+
[0, 0],
|
|
647
|
+
[6.430999999999983, 0.004000000000019099],
|
|
648
|
+
[5.349999999999994, -3.570999999999998],
|
|
649
|
+
[2.4639999999999986, -5.939999999999998],
|
|
650
|
+
[-1.2530000000000143, -6.3089999999999975],
|
|
651
|
+
[-4.545999999999992, -4.548700000000011],
|
|
652
|
+
[-6.307999999999993, -1.2556000000000012],
|
|
653
|
+
[-5.941999999999979, 2.4609999999999985],
|
|
654
|
+
[-3.5730000000000075, 5.347100000000012],
|
|
655
|
+
[0, 0],
|
|
656
|
+
[4.460000000000008, -1.73599999999999],
|
|
657
|
+
[0, 0]
|
|
658
|
+
],
|
|
659
|
+
"v": [
|
|
660
|
+
[170.608, 215.691],
|
|
661
|
+
[170.608, 147.004],
|
|
662
|
+
[190.139, 147.004],
|
|
663
|
+
[208.207, 141.534],
|
|
664
|
+
[220.19, 126.946],
|
|
665
|
+
[222.048, 108.16],
|
|
666
|
+
[213.153, 91.5079],
|
|
667
|
+
[196.506, 82.6057],
|
|
668
|
+
[177.718, 84.4544],
|
|
669
|
+
[163.125, 96.4309],
|
|
670
|
+
[157.647, 114.497],
|
|
671
|
+
[157.647, 221.828],
|
|
672
|
+
[170.608, 215.691]
|
|
673
|
+
]
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"ty": "sh",
|
|
679
|
+
"bm": 0,
|
|
680
|
+
"hd": false,
|
|
681
|
+
"nm": "Path 6",
|
|
682
|
+
"d": 1,
|
|
683
|
+
"ks": {
|
|
684
|
+
"a": 0,
|
|
685
|
+
"k": {
|
|
686
|
+
"c": true,
|
|
687
|
+
"i": [
|
|
688
|
+
[0, 0],
|
|
689
|
+
[1.4680000000000177, 0.9799999999999898],
|
|
690
|
+
[0.6759999999999877, 1.6310000000000002],
|
|
691
|
+
[-0.3440000000000225, 1.7319999999999993],
|
|
692
|
+
[-1.2480000000000189, 1.2489999999999952],
|
|
693
|
+
[-1.7309999999999945, 0.34499999999999886],
|
|
694
|
+
[-1.6310000000000002, -0.6750000000000114],
|
|
695
|
+
[-0.9799999999999898, -1.4669999999999987],
|
|
696
|
+
[0, -1.7650000000000006],
|
|
697
|
+
[1.671999999999997, -1.6730000000000018],
|
|
698
|
+
[2.366000000000014, -0.000999999999990564]
|
|
699
|
+
],
|
|
700
|
+
"o": [
|
|
701
|
+
[-1.7649999999999864, 0.0010000000000047748],
|
|
702
|
+
[-1.4679999999999893, -0.980000000000004],
|
|
703
|
+
[-0.6759999999999877, -1.6299999999999955],
|
|
704
|
+
[0.3439999999999941, -1.7310000000000088],
|
|
705
|
+
[1.2479999999999905, -1.2480000000000047],
|
|
706
|
+
[1.7309999999999945, -0.34499999999999886],
|
|
707
|
+
[1.6310000000000002, 0.6749999999999972],
|
|
708
|
+
[0.9809999999999945, 1.4680000000000035],
|
|
709
|
+
[0, 2.3659999999999997],
|
|
710
|
+
[-1.6730000000000018, 1.6730000000000018],
|
|
711
|
+
[0, 0]
|
|
712
|
+
],
|
|
713
|
+
"v": [
|
|
714
|
+
[191.265, 123.335],
|
|
715
|
+
[186.307, 121.834],
|
|
716
|
+
[183.018, 117.83],
|
|
717
|
+
[182.508, 112.674],
|
|
718
|
+
[184.949, 108.104],
|
|
719
|
+
[189.518, 105.661],
|
|
720
|
+
[194.674, 106.168],
|
|
721
|
+
[198.679, 109.454],
|
|
722
|
+
[200.183, 114.412],
|
|
723
|
+
[197.572, 120.72],
|
|
724
|
+
[191.265, 123.335]
|
|
725
|
+
]
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"ty": "fl",
|
|
731
|
+
"bm": 0,
|
|
732
|
+
"hd": false,
|
|
733
|
+
"nm": "Fill",
|
|
734
|
+
"c": { "a": 0, "k": [1, 1, 1] },
|
|
735
|
+
"r": 1,
|
|
736
|
+
"o": {
|
|
737
|
+
"a": 1,
|
|
738
|
+
"k": [
|
|
739
|
+
{
|
|
740
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
741
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
742
|
+
"s": [0],
|
|
743
|
+
"t": 0
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
747
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
748
|
+
"s": [0],
|
|
749
|
+
"t": 89
|
|
750
|
+
},
|
|
751
|
+
{ "s": [100], "t": 90 }
|
|
752
|
+
]
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"ty": "tr",
|
|
757
|
+
"a": { "a": 0, "k": [190.15575408935547, 151.90709686279297] },
|
|
758
|
+
"s": { "a": 0, "k": [100, 100] },
|
|
759
|
+
"sk": { "a": 0, "k": 0 },
|
|
760
|
+
"p": { "a": 0, "k": [190.15575408935547, 151.90709686279297] },
|
|
761
|
+
"r": { "a": 0, "k": 0 },
|
|
762
|
+
"sa": { "a": 0, "k": 0 },
|
|
763
|
+
"o": { "a": 0, "k": 100 }
|
|
764
|
+
}
|
|
765
|
+
]
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"ty": "gr",
|
|
769
|
+
"bm": 0,
|
|
770
|
+
"hd": false,
|
|
771
|
+
"nm": "Group 2",
|
|
772
|
+
"it": [
|
|
773
|
+
{
|
|
774
|
+
"ty": "sh",
|
|
775
|
+
"bm": 0,
|
|
776
|
+
"hd": false,
|
|
777
|
+
"nm": "Path 3",
|
|
778
|
+
"d": 1,
|
|
779
|
+
"ks": {
|
|
780
|
+
"a": 0,
|
|
781
|
+
"k": {
|
|
782
|
+
"c": true,
|
|
783
|
+
"i": [
|
|
784
|
+
[0, 0],
|
|
785
|
+
[0, 0],
|
|
786
|
+
[-3.575400000000002, -5.344999999999985],
|
|
787
|
+
[-5.9428999999999945, -2.4569999999999936],
|
|
788
|
+
[-6.304999999999993, 1.259999999999991],
|
|
789
|
+
[-4.543000000000006, 4.550999999999988],
|
|
790
|
+
[-1.2489999999999952, 6.308000000000007],
|
|
791
|
+
[2.4669999999999845, 5.938000000000002],
|
|
792
|
+
[5.350999999999999, 3.5664000000000016],
|
|
793
|
+
[6.429999999999993, -0.007900000000006457],
|
|
794
|
+
[0, 0],
|
|
795
|
+
[0, 0],
|
|
796
|
+
[4.2513000000000005, -1.2714599999999998]
|
|
797
|
+
],
|
|
798
|
+
"o": [
|
|
799
|
+
[0, 0],
|
|
800
|
+
[0.0030000000000001137, 6.430000000000007],
|
|
801
|
+
[3.575499999999991, 5.3440000000000225],
|
|
802
|
+
[5.942000000000007, 2.4560000000000173],
|
|
803
|
+
[6.306000000000012, -1.2590000000000146],
|
|
804
|
+
[4.543000000000006, -4.550000000000011],
|
|
805
|
+
[1.2479999999999905, -6.307999999999993],
|
|
806
|
+
[-2.467000000000013, -5.9380999999999915],
|
|
807
|
+
[-5.350999999999999, -3.566500000000005],
|
|
808
|
+
[0, 0],
|
|
809
|
+
[0, 0],
|
|
810
|
+
[-4.380099999999999, 0.71045],
|
|
811
|
+
[0, 0]
|
|
812
|
+
],
|
|
813
|
+
"v": [
|
|
814
|
+
[82.594, 4.61346],
|
|
815
|
+
[82.594, 114.616],
|
|
816
|
+
[88.0824, 132.676],
|
|
817
|
+
[102.681, 144.642],
|
|
818
|
+
[121.466, 146.478],
|
|
819
|
+
[138.106, 137.567],
|
|
820
|
+
[146.989, 120.913],
|
|
821
|
+
[145.12, 102.13],
|
|
822
|
+
[133.13, 87.5523],
|
|
823
|
+
[115.061, 82.0943],
|
|
824
|
+
[95.5548, 82.0943],
|
|
825
|
+
[95.5548, 1.63745],
|
|
826
|
+
[82.594, 4.61346]
|
|
827
|
+
]
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"ty": "sh",
|
|
833
|
+
"bm": 0,
|
|
834
|
+
"hd": false,
|
|
835
|
+
"nm": "Path 4",
|
|
836
|
+
"d": 1,
|
|
837
|
+
"ks": {
|
|
838
|
+
"a": 0,
|
|
839
|
+
"k": {
|
|
840
|
+
"c": true,
|
|
841
|
+
"i": [
|
|
842
|
+
[0, 0],
|
|
843
|
+
[3.875, 3.8739999999999952],
|
|
844
|
+
[0.0040000000000048885, 5.478999999999999],
|
|
845
|
+
[0, 0],
|
|
846
|
+
[0, 0],
|
|
847
|
+
[-3.875, -3.874600000000001],
|
|
848
|
+
[0, -5.480000000000004],
|
|
849
|
+
[3.875, -3.875],
|
|
850
|
+
[5.480000000000004, 0]
|
|
851
|
+
],
|
|
852
|
+
"o": [
|
|
853
|
+
[-5.478999999999999, -0.003999999999990678],
|
|
854
|
+
[-3.8736999999999995, -3.8740000000000094],
|
|
855
|
+
[0, 0],
|
|
856
|
+
[0, 0],
|
|
857
|
+
[5.480000000000004, 0],
|
|
858
|
+
[3.875, 3.875],
|
|
859
|
+
[0, 5.480000000000004],
|
|
860
|
+
[-3.875, 3.875],
|
|
861
|
+
[0, 0]
|
|
862
|
+
],
|
|
863
|
+
"v": [
|
|
864
|
+
[115.789, 135.279],
|
|
865
|
+
[101.182, 129.222],
|
|
866
|
+
[95.1261, 114.616],
|
|
867
|
+
[95.1261, 93.9535],
|
|
868
|
+
[115.789, 93.9535],
|
|
869
|
+
[130.399, 100.005],
|
|
870
|
+
[136.451, 114.616],
|
|
871
|
+
[130.399, 129.227],
|
|
872
|
+
[115.789, 135.279]
|
|
873
|
+
]
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"ty": "fl",
|
|
879
|
+
"bm": 0,
|
|
880
|
+
"hd": false,
|
|
881
|
+
"nm": "Fill",
|
|
882
|
+
"c": { "a": 0, "k": [1, 1, 1] },
|
|
883
|
+
"r": 1,
|
|
884
|
+
"o": {
|
|
885
|
+
"a": 1,
|
|
886
|
+
"k": [
|
|
887
|
+
{
|
|
888
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
889
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
890
|
+
"s": [0],
|
|
891
|
+
"t": 0
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
895
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
896
|
+
"s": [0],
|
|
897
|
+
"t": 59
|
|
898
|
+
},
|
|
899
|
+
{ "s": [100], "t": 60 }
|
|
900
|
+
]
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"ty": "tr",
|
|
905
|
+
"a": { "a": 0, "k": [115.09796524047852, 74.36936128139496] },
|
|
906
|
+
"s": { "a": 0, "k": [100, 100] },
|
|
907
|
+
"sk": { "a": 0, "k": 0 },
|
|
908
|
+
"p": { "a": 0, "k": [115.09796524047852, 74.36936128139496] },
|
|
909
|
+
"r": { "a": 0, "k": 0 },
|
|
910
|
+
"sa": { "a": 0, "k": 0 },
|
|
911
|
+
"o": { "a": 0, "k": 100 }
|
|
912
|
+
}
|
|
913
|
+
]
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"ty": "gr",
|
|
917
|
+
"bm": 0,
|
|
918
|
+
"hd": false,
|
|
919
|
+
"nm": "Group 4",
|
|
920
|
+
"it": [
|
|
921
|
+
{
|
|
922
|
+
"ty": "sh",
|
|
923
|
+
"bm": 0,
|
|
924
|
+
"hd": false,
|
|
925
|
+
"nm": "Path 7",
|
|
926
|
+
"d": 1,
|
|
927
|
+
"ks": {
|
|
928
|
+
"a": 0,
|
|
929
|
+
"k": {
|
|
930
|
+
"c": true,
|
|
931
|
+
"i": [
|
|
932
|
+
[0, 0],
|
|
933
|
+
[5.3384, -3.566999999999993],
|
|
934
|
+
[2.4569800000000015, -5.9313999999999965],
|
|
935
|
+
[-1.2525399999999998, -6.296999999999997],
|
|
936
|
+
[-4.539899999999999, -4.539999999999992],
|
|
937
|
+
[-6.296999999999997, -1.2530000000000143],
|
|
938
|
+
[-5.931599999999996, 2.4569999999999936],
|
|
939
|
+
[-3.5670000000000073, 5.337999999999994],
|
|
940
|
+
[0, 6.420000000000002],
|
|
941
|
+
[6.087499999999999, 6.087500000000006],
|
|
942
|
+
[8.608999999999995, 0.001300000000000523]
|
|
943
|
+
],
|
|
944
|
+
"o": [
|
|
945
|
+
[-6.420300000000005, 0],
|
|
946
|
+
[-5.3383, 3.5670000000000073],
|
|
947
|
+
[-2.4569599999999987, 5.932000000000002],
|
|
948
|
+
[1.2525500000000003, 6.296999999999997],
|
|
949
|
+
[4.539899999999999, 4.539999999999992],
|
|
950
|
+
[6.297000000000004, 1.252999999999986],
|
|
951
|
+
[5.931699999999999, -2.4569999999999936],
|
|
952
|
+
[3.566999999999993, -5.339000000000013],
|
|
953
|
+
[-0.001300000000000523, -8.609000000000009],
|
|
954
|
+
[-6.087499999999999, -6.0874999999999915],
|
|
955
|
+
[0, 0]
|
|
956
|
+
],
|
|
957
|
+
"v": [
|
|
958
|
+
[39.7882, 82.095],
|
|
959
|
+
[21.7533, 87.5658],
|
|
960
|
+
[9.79732, 102.134],
|
|
961
|
+
[7.95005, 120.89],
|
|
962
|
+
[16.8342, 137.511],
|
|
963
|
+
[33.4552, 146.395],
|
|
964
|
+
[52.2108, 144.548],
|
|
965
|
+
[66.7793, 132.592],
|
|
966
|
+
[72.2501, 114.557],
|
|
967
|
+
[62.7408, 91.6043],
|
|
968
|
+
[39.7882, 82.095]
|
|
969
|
+
]
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"ty": "sh",
|
|
975
|
+
"bm": 0,
|
|
976
|
+
"hd": false,
|
|
977
|
+
"nm": "Path 8",
|
|
978
|
+
"d": 1,
|
|
979
|
+
"ks": {
|
|
980
|
+
"a": 0,
|
|
981
|
+
"k": {
|
|
982
|
+
"c": true,
|
|
983
|
+
"i": [
|
|
984
|
+
[0, 0],
|
|
985
|
+
[3.368400000000001, 2.2510000000000048],
|
|
986
|
+
[1.5503, 3.743000000000009],
|
|
987
|
+
[-0.7903999999999982, 3.972999999999999],
|
|
988
|
+
[-2.8645999999999994, 2.865000000000009],
|
|
989
|
+
[-3.9734000000000016, 0.790300000000002],
|
|
990
|
+
[-3.7428000000000026, -1.5503999999999962],
|
|
991
|
+
[-2.250699999999995, -3.368300000000005],
|
|
992
|
+
[0, -4.051000000000002],
|
|
993
|
+
[3.8408999999999978, -3.838000000000008],
|
|
994
|
+
[5.429899999999996, 0],
|
|
995
|
+
[0, 0]
|
|
996
|
+
],
|
|
997
|
+
"o": [
|
|
998
|
+
[-4.0512000000000015, 0],
|
|
999
|
+
[-3.368400000000001, -2.2510000000000048],
|
|
1000
|
+
[-1.5503, -3.7419999999999902],
|
|
1001
|
+
[0.790300000000002, -3.9740000000000038],
|
|
1002
|
+
[2.8645999999999994, -2.8644999999999925],
|
|
1003
|
+
[3.973300000000002, -0.7903999999999911],
|
|
1004
|
+
[3.7427999999999955, 1.5503000000000071],
|
|
1005
|
+
[2.250700000000002, 3.3689999999999998],
|
|
1006
|
+
[-0.0038999999999944635, 5.429999999999993],
|
|
1007
|
+
[-3.8408999999999978, 3.837999999999994],
|
|
1008
|
+
[0, 0],
|
|
1009
|
+
[0, 0]
|
|
1010
|
+
],
|
|
1011
|
+
"v": [
|
|
1012
|
+
[39.7882, 135.04],
|
|
1013
|
+
[28.4084, 131.588],
|
|
1014
|
+
[20.8643, 122.395],
|
|
1015
|
+
[19.6987, 110.561],
|
|
1016
|
+
[25.3045, 100.073],
|
|
1017
|
+
[35.7922, 94.4674],
|
|
1018
|
+
[47.6268, 95.633],
|
|
1019
|
+
[56.8193, 103.177],
|
|
1020
|
+
[60.2713, 114.557],
|
|
1021
|
+
[54.2667, 129.031],
|
|
1022
|
+
[39.7882, 135.025],
|
|
1023
|
+
[39.7882, 135.04]
|
|
1024
|
+
]
|
|
1025
|
+
}
|
|
1026
|
+
}
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"ty": "fl",
|
|
1030
|
+
"bm": 0,
|
|
1031
|
+
"hd": false,
|
|
1032
|
+
"nm": "Fill",
|
|
1033
|
+
"c": { "a": 0, "k": [1, 1, 1], "sid": "LetraO" },
|
|
1034
|
+
"r": 1,
|
|
1035
|
+
"o": {
|
|
1036
|
+
"a": 1,
|
|
1037
|
+
"k": [
|
|
1038
|
+
{
|
|
1039
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
1040
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
1041
|
+
"s": [0],
|
|
1042
|
+
"t": 0
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"o": { "x": 0.167, "y": 0.167 },
|
|
1046
|
+
"i": { "x": 0.833, "y": 0.833 },
|
|
1047
|
+
"s": [0],
|
|
1048
|
+
"t": 29
|
|
1049
|
+
},
|
|
1050
|
+
{ "s": [100], "t": 30 }
|
|
1051
|
+
]
|
|
1052
|
+
}
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"ty": "tr",
|
|
1056
|
+
"a": { "a": 0, "k": [39.7912118434906, 114.55400085449219] },
|
|
1057
|
+
"s": { "a": 0, "k": [100, 100] },
|
|
1058
|
+
"sk": { "a": 0, "k": 0 },
|
|
1059
|
+
"p": { "a": 0, "k": [39.7912118434906, 114.55400085449219] },
|
|
1060
|
+
"r": { "a": 0, "k": 0 },
|
|
1061
|
+
"sa": { "a": 0, "k": 0 },
|
|
1062
|
+
"o": { "a": 0, "k": 100 }
|
|
1063
|
+
}
|
|
1064
|
+
]
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"ty": "gr",
|
|
1068
|
+
"bm": 0,
|
|
1069
|
+
"hd": false,
|
|
1070
|
+
"nm": "Group 5",
|
|
1071
|
+
"it": [
|
|
1072
|
+
{
|
|
1073
|
+
"ty": "sh",
|
|
1074
|
+
"bm": 0,
|
|
1075
|
+
"hd": false,
|
|
1076
|
+
"nm": "Path 9",
|
|
1077
|
+
"d": 1,
|
|
1078
|
+
"ks": {
|
|
1079
|
+
"a": 0,
|
|
1080
|
+
"k": {
|
|
1081
|
+
"c": true,
|
|
1082
|
+
"i": [
|
|
1083
|
+
[0, 0],
|
|
1084
|
+
[0, 63.512],
|
|
1085
|
+
[63.51100000000001, 0],
|
|
1086
|
+
[0, -63.51090000000001],
|
|
1087
|
+
[-63.5115, 0]
|
|
1088
|
+
],
|
|
1089
|
+
"o": [
|
|
1090
|
+
[63.51100000000001, 0],
|
|
1091
|
+
[0, -63.51090000000001],
|
|
1092
|
+
[-63.5115, 0],
|
|
1093
|
+
[0, 63.512],
|
|
1094
|
+
[0, 0]
|
|
1095
|
+
],
|
|
1096
|
+
"v": [
|
|
1097
|
+
[114.996, 229.993],
|
|
1098
|
+
[229.993, 114.995],
|
|
1099
|
+
[114.996, -0.0020752],
|
|
1100
|
+
[-0.00164795, 114.995],
|
|
1101
|
+
[114.996, 229.993]
|
|
1102
|
+
]
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"ty": "fl",
|
|
1108
|
+
"bm": 0,
|
|
1109
|
+
"hd": false,
|
|
1110
|
+
"nm": "Fill",
|
|
1111
|
+
"c": { "a": 0, "k": [0.2392, 0.349, 0.6471] },
|
|
1112
|
+
"r": 1,
|
|
1113
|
+
"o": { "a": 0, "k": 100 }
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"ty": "tr",
|
|
1117
|
+
"a": { "a": 0, "k": [114.99567413289333, 115.01750945812091] },
|
|
1118
|
+
"s": { "a": 0, "k": [100, 100] },
|
|
1119
|
+
"sk": { "a": 0, "k": 0 },
|
|
1120
|
+
"p": { "a": 0, "k": [114.99567413289333, 115.01750945812091] },
|
|
1121
|
+
"r": { "a": 0, "k": 0 },
|
|
1122
|
+
"sa": { "a": 0, "k": 0 },
|
|
1123
|
+
"o": { "a": 0, "k": 100 }
|
|
1124
|
+
}
|
|
1125
|
+
]
|
|
1126
|
+
}
|
|
1127
|
+
],
|
|
1128
|
+
"ind": 1
|
|
1129
|
+
}
|
|
1130
|
+
]
|
|
1131
|
+
}
|
|
1132
|
+
],
|
|
1133
|
+
"slots": { "LetraO": { "p": { "a": 0, "k": [1, 1, 1] } } }
|
|
1134
|
+
}
|
|
1135
|
+
;
|
|
1136
|
+
|
|
1137
|
+
export default _default;
|