@imj_media/ui 1.0.81 → 1.0.82
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 +35488 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/index.js +20 -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 +12 -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 +13 -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/Avatar/components/IconAvatar.d.ts +19 -0
- package/dist/modules/Avatar/components/IconAvatar.d.ts.map +1 -0
- package/dist/modules/Avatar/components/LetterAvatar.d.ts +29 -0
- package/dist/modules/Avatar/components/LetterAvatar.d.ts.map +1 -0
- package/dist/modules/Avatar/components/PeopleAvatar.d.ts +25 -0
- package/dist/modules/Avatar/components/PeopleAvatar.d.ts.map +1 -0
- package/dist/modules/Avatar/components/index.d.ts +4 -0
- package/dist/modules/Avatar/components/index.d.ts.map +1 -0
- package/dist/modules/Avatar/constants/index.d.ts +120 -0
- package/dist/modules/Avatar/constants/index.d.ts.map +1 -0
- package/dist/modules/Avatar/index.d.ts +86 -0
- package/dist/modules/Avatar/index.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/avatar.stories.d.ts +19 -0
- package/dist/modules/Avatar/stories/avatar.stories.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/icon-pill-stroke.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/icon-pill-stroke.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/icon-pill.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/icon-pill.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/icon-stroke.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/icon-stroke.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/icon.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/icon.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/letter-pill-stroke.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/letter-pill-stroke.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/letter-pill.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/letter-pill.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/letter-stroke.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/letter-stroke.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/letter.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/letter.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/people-pill-stroke.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/people-pill-stroke.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/people-pill.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/people-pill.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/people-stroke.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/people-stroke.story.d.ts.map +1 -0
- package/dist/modules/Avatar/stories/stories/people.story.d.ts +4 -0
- package/dist/modules/Avatar/stories/stories/people.story.d.ts.map +1 -0
- package/dist/modules/Avatar/types/index.d.ts +103 -0
- package/dist/modules/Avatar/types/index.d.ts.map +1 -0
- package/dist/modules/Avatar/utils/index.d.ts +117 -0
- package/dist/modules/Avatar/utils/index.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 +21 -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/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 +13 -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 +23 -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/atoms/DragHandleIcon.d.ts +11 -0
- package/dist/modules/Lists/components/atoms/DragHandleIcon.d.ts.map +1 -0
- package/dist/modules/Lists/components/atoms/index.d.ts +2 -0
- package/dist/modules/Lists/components/atoms/index.d.ts.map +1 -0
- package/dist/modules/Lists/components/index.d.ts +15 -0
- package/dist/modules/Lists/components/index.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListEmpty.d.ts +9 -0
- package/dist/modules/Lists/components/molecules/ListEmpty.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListHeader.d.ts +9 -0
- package/dist/modules/Lists/components/molecules/ListHeader.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListItemCheckbox.d.ts +11 -0
- package/dist/modules/Lists/components/molecules/ListItemCheckbox.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListItemDefault.d.ts +14 -0
- package/dist/modules/Lists/components/molecules/ListItemDefault.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListItemRadio.d.ts +11 -0
- package/dist/modules/Lists/components/molecules/ListItemRadio.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListItemToggle.d.ts +20 -0
- package/dist/modules/Lists/components/molecules/ListItemToggle.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListItemUser.d.ts +13 -0
- package/dist/modules/Lists/components/molecules/ListItemUser.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListSearchInput.d.ts +9 -0
- package/dist/modules/Lists/components/molecules/ListSearchInput.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/ListSeparator.d.ts +6 -0
- package/dist/modules/Lists/components/molecules/ListSeparator.d.ts.map +1 -0
- package/dist/modules/Lists/components/molecules/index.d.ts +10 -0
- package/dist/modules/Lists/components/molecules/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/ListAlphabetic.d.ts +13 -0
- package/dist/modules/Lists/components/organisms/ListAlphabetic.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListBase.d.ts +137 -0
- package/dist/modules/Lists/components/organisms/ListBase.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListDefault.d.ts +18 -0
- package/dist/modules/Lists/components/organisms/ListDefault.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListFilters.d.ts +14 -0
- package/dist/modules/Lists/components/organisms/ListFilters.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListFiltersCheckbox.d.ts +19 -0
- package/dist/modules/Lists/components/organisms/ListFiltersCheckbox.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListUserList.d.ts +17 -0
- package/dist/modules/Lists/components/organisms/ListUserList.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListUserProfile.d.ts +27 -0
- package/dist/modules/Lists/components/organisms/ListUserProfile.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListUsersSelect.d.ts +17 -0
- package/dist/modules/Lists/components/organisms/ListUsersSelect.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListWithCheckbox.d.ts +15 -0
- package/dist/modules/Lists/components/organisms/ListWithCheckbox.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListWithRadio.d.ts +15 -0
- package/dist/modules/Lists/components/organisms/ListWithRadio.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListWithSeparator.d.ts +18 -0
- package/dist/modules/Lists/components/organisms/ListWithSeparator.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/ListWithToggle.d.ts +18 -0
- package/dist/modules/Lists/components/organisms/ListWithToggle.d.ts.map +1 -0
- package/dist/modules/Lists/components/organisms/index.d.ts +14 -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 +17 -0
- package/dist/modules/Lists/stories/list.stories.d.ts.map +1 -0
- package/dist/modules/Lists/stories/listBase.stories.d.ts +18 -0
- package/dist/modules/Lists/stories/listBase.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 +25 -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/Rating/Rating.d.ts +11 -0
- package/dist/modules/Rating/Rating.d.ts.map +1 -0
- package/dist/modules/Rating/index.d.ts +2 -0
- package/dist/modules/Rating/index.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/Skeleton/Skeleton.d.ts +9 -0
- package/dist/modules/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/modules/Skeleton/index.d.ts +2 -0
- package/dist/modules/Skeleton/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/Table/Table.d.ts +3 -0
- package/dist/modules/Table/Table.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/ActionsCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/ActionsCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/AvatarsCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/AvatarsCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/ButtonCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/ButtonCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/CheckboxCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/CheckboxCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/DropdownCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/DropdownCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/IconCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/IconCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/LinkCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/LinkCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/PrimaryCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/PrimaryCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/ProgressBarCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/ProgressBarCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/SkeletonCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/SkeletonCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/StarsCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/StarsCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/StatusCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/StatusCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/TableCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/TableCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/TagsCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/TagsCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/TextFieldCell.d.ts +3 -0
- package/dist/modules/Table/components/atoms/TextFieldCell.d.ts.map +1 -0
- package/dist/modules/Table/components/atoms/index.d.ts +16 -0
- package/dist/modules/Table/components/atoms/index.d.ts.map +1 -0
- package/dist/modules/Table/components/index.d.ts +4 -0
- package/dist/modules/Table/components/index.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/CellRenderer.d.ts +13 -0
- package/dist/modules/Table/components/molecules/CellRenderer.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/FilterCard.d.ts +11 -0
- package/dist/modules/Table/components/molecules/FilterCard.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/FilterForm.d.ts +16 -0
- package/dist/modules/Table/components/molecules/FilterForm.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/FilterList.d.ts +9 -0
- package/dist/modules/Table/components/molecules/FilterList.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/HeaderCell.d.ts +3 -0
- package/dist/modules/Table/components/molecules/HeaderCell.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/LogicOperatorSelector.d.ts +8 -0
- package/dist/modules/Table/components/molecules/LogicOperatorSelector.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/SelectionCheckbox.d.ts +10 -0
- package/dist/modules/Table/components/molecules/SelectionCheckbox.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/TableRow.d.ts +18 -0
- package/dist/modules/Table/components/molecules/TableRow.d.ts.map +1 -0
- package/dist/modules/Table/components/molecules/index.d.ts +8 -0
- package/dist/modules/Table/components/molecules/index.d.ts.map +1 -0
- package/dist/modules/Table/components/organisms/EmptyTableState.d.ts +3 -0
- package/dist/modules/Table/components/organisms/EmptyTableState.d.ts.map +1 -0
- package/dist/modules/Table/components/organisms/FilterPopup.d.ts +16 -0
- package/dist/modules/Table/components/organisms/FilterPopup.d.ts.map +1 -0
- package/dist/modules/Table/components/organisms/SkeletonRow.d.ts +9 -0
- package/dist/modules/Table/components/organisms/SkeletonRow.d.ts.map +1 -0
- package/dist/modules/Table/components/organisms/TableBody.d.ts +29 -0
- package/dist/modules/Table/components/organisms/TableBody.d.ts.map +1 -0
- package/dist/modules/Table/components/organisms/TableContent.d.ts +21 -0
- package/dist/modules/Table/components/organisms/TableContent.d.ts.map +1 -0
- package/dist/modules/Table/components/organisms/TableHeader.d.ts +21 -0
- package/dist/modules/Table/components/organisms/TableHeader.d.ts.map +1 -0
- package/dist/modules/Table/components/organisms/TableToolbar.d.ts +17 -0
- package/dist/modules/Table/components/organisms/TableToolbar.d.ts.map +1 -0
- package/dist/modules/Table/components/organisms/index.d.ts +7 -0
- package/dist/modules/Table/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Table/hooks/index.d.ts +9 -0
- package/dist/modules/Table/hooks/index.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTableColumns.d.ts +12 -0
- package/dist/modules/Table/hooks/useTableColumns.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTableData.d.ts +17 -0
- package/dist/modules/Table/hooks/useTableData.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTableExpand.d.ts +14 -0
- package/dist/modules/Table/hooks/useTableExpand.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTableFilter.d.ts +12 -0
- package/dist/modules/Table/hooks/useTableFilter.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTableFilters.d.ts +16 -0
- package/dist/modules/Table/hooks/useTableFilters.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTableFocus.d.ts +12 -0
- package/dist/modules/Table/hooks/useTableFocus.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTablePagination.d.ts +16 -0
- package/dist/modules/Table/hooks/useTablePagination.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTableSelection.d.ts +13 -0
- package/dist/modules/Table/hooks/useTableSelection.d.ts.map +1 -0
- package/dist/modules/Table/hooks/useTableSort.d.ts +8 -0
- package/dist/modules/Table/hooks/useTableSort.d.ts.map +1 -0
- package/dist/modules/Table/index.d.ts +5 -0
- package/dist/modules/Table/index.d.ts.map +1 -0
- package/dist/modules/Table/stories/Table.stories.d.ts +55 -0
- package/dist/modules/Table/stories/Table.stories.d.ts.map +1 -0
- package/dist/modules/Table/stories/Table.test.d.ts +1 -0
- package/dist/modules/Table/stories/Table.test.d.ts.map +1 -0
- package/dist/modules/Table/types/filter.d.ts +55 -0
- package/dist/modules/Table/types/filter.d.ts.map +1 -0
- package/dist/modules/Table/types/index.d.ts +2 -0
- package/dist/modules/Table/types/index.d.ts.map +1 -0
- package/dist/modules/Table/utils/cellStyles.d.ts +31 -0
- package/dist/modules/Table/utils/cellStyles.d.ts.map +1 -0
- package/dist/modules/Table/utils/columnManagement.d.ts +10 -0
- package/dist/modules/Table/utils/columnManagement.d.ts.map +1 -0
- package/dist/modules/Table/utils/filterUtils.d.ts +23 -0
- package/dist/modules/Table/utils/filterUtils.d.ts.map +1 -0
- package/dist/modules/Table/utils/filtering.d.ts +4 -0
- package/dist/modules/Table/utils/filtering.d.ts.map +1 -0
- package/dist/modules/Table/utils/index.d.ts +5 -0
- package/dist/modules/Table/utils/index.d.ts.map +1 -0
- package/dist/modules/Table/utils/selection.d.ts +7 -0
- package/dist/modules/Table/utils/selection.d.ts.map +1 -0
- package/dist/modules/Table/utils/sorting.d.ts +4 -0
- package/dist/modules/Table/utils/sorting.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 +15 -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/Toggle/components/index.d.ts +2 -0
- package/dist/modules/Toggle/components/index.d.ts.map +1 -0
- package/dist/modules/Toggle/components/organisms/Toggle.d.ts +3 -0
- package/dist/modules/Toggle/components/organisms/Toggle.d.ts.map +1 -0
- package/dist/modules/Toggle/components/organisms/index.d.ts +2 -0
- package/dist/modules/Toggle/components/organisms/index.d.ts.map +1 -0
- package/dist/modules/Toggle/constants/index.d.ts +48 -0
- package/dist/modules/Toggle/constants/index.d.ts.map +1 -0
- package/dist/modules/Toggle/hooks/index.d.ts +2 -0
- package/dist/modules/Toggle/hooks/index.d.ts.map +1 -0
- package/dist/modules/Toggle/hooks/useToggle.d.ts +10 -0
- package/dist/modules/Toggle/hooks/useToggle.d.ts.map +1 -0
- package/dist/modules/Toggle/index.d.ts +4 -0
- package/dist/modules/Toggle/index.d.ts.map +1 -0
- package/dist/modules/Toggle/stories/toggle.stories.d.ts +16 -0
- package/dist/modules/Toggle/stories/toggle.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 +171 -0
- package/dist/modules/Tooltip/hooks/useTooltipArrow.d.ts.map +1 -0
- package/dist/modules/Tooltip/hooks/useTooltipClasses.d.ts +2 -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 +22 -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 +43 -0
- package/dist/modules/index.d.ts.map +1 -0
- package/dist/shared/const/colors.d.ts +123 -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 +10 -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/useDragAndDrop.d.ts +29 -0
- package/dist/shared/hooks/useDragAndDrop.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 +11 -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/badge.d.ts +15 -0
- package/dist/shared/types/badge.d.ts.map +1 -0
- package/dist/shared/types/button.d.ts +53 -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 +58 -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 +26 -0
- package/dist/shared/types/icon.d.ts.map +1 -0
- package/dist/shared/types/index.d.ts +38 -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 +37 -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 +51 -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/table.d.ts +177 -0
- package/dist/shared/types/table.d.ts.map +1 -0
- package/dist/shared/types/tag.d.ts +20 -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/toggle.d.ts +30 -0
- package/dist/shared/types/toggle.d.ts.map +1 -0
- package/dist/shared/types/tooltip.d.ts +21 -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 +4 -0
- package/dist/shared/utils/index.d.ts.map +1 -0
- package/dist/shared/utils/reorder.d.ts +25 -0
- package/dist/shared/utils/reorder.d.ts.map +1 -0
- package/dist/shared/utils/throttle.d.ts +13 -0
- package/dist/shared/utils/throttle.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
export type RadioButtonSize = 'sm' | 'md' | 'lg';
|
|
2
|
+
export type RadioButtonColor = 'blue' | 'green' | 'red' | 'yellow' | 'neutral';
|
|
3
|
+
export type RadioButtonState = 'unchecked' | 'checked' | 'uncheckedHover' | 'checkedHover' | 'uncheckedActive' | 'checkedActive' | 'disabledUnchecked' | 'disabledChecked';
|
|
4
|
+
export interface RadioButtonBaseProps {
|
|
5
|
+
/** Texto del label del radio button */
|
|
6
|
+
label?: string;
|
|
7
|
+
/** Tamaño del radio button */
|
|
8
|
+
size?: RadioButtonSize;
|
|
9
|
+
/** Color del radio button */
|
|
10
|
+
color?: RadioButtonColor;
|
|
11
|
+
/** Si el radio button está deshabilitado */
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
/** Clases CSS adicionales para el contenedor */
|
|
14
|
+
className?: string;
|
|
15
|
+
/** Clases CSS adicionales para el label */
|
|
16
|
+
labelClassName?: string;
|
|
17
|
+
/** ID único del radio button */
|
|
18
|
+
id?: string;
|
|
19
|
+
/** Si el radio button está seleccionado */
|
|
20
|
+
checked?: boolean;
|
|
21
|
+
/** Callback cuando cambia el estado */
|
|
22
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
23
|
+
/** Nombre del grupo de radio buttons */
|
|
24
|
+
name?: string;
|
|
25
|
+
}
|
|
26
|
+
export interface RadioButtonProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size' | 'color'>, RadioButtonBaseProps {
|
|
27
|
+
}
|
|
28
|
+
export interface RadioButtonGroupProps {
|
|
29
|
+
/** Array de opciones para el grupo de radio buttons */
|
|
30
|
+
options: RadioButtonOption[];
|
|
31
|
+
/** Valor seleccionado actualmente */
|
|
32
|
+
value?: string;
|
|
33
|
+
/** Callback cuando cambia la selección */
|
|
34
|
+
onChange?: (value: string) => void;
|
|
35
|
+
/** Tamaño de todos los radio buttons */
|
|
36
|
+
size?: RadioButtonSize;
|
|
37
|
+
/** Color de todos los radio buttons */
|
|
38
|
+
color?: RadioButtonColor;
|
|
39
|
+
/** Si todos los radio buttons están deshabilitados */
|
|
40
|
+
disabled?: boolean;
|
|
41
|
+
/** Orientación del grupo */
|
|
42
|
+
orientation?: 'horizontal' | 'vertical';
|
|
43
|
+
/** Clases CSS adicionales */
|
|
44
|
+
className?: string;
|
|
45
|
+
/** Nombre del grupo */
|
|
46
|
+
name?: string;
|
|
47
|
+
}
|
|
48
|
+
export interface RadioButtonOption {
|
|
49
|
+
/** Valor único de la opción */
|
|
50
|
+
value: string;
|
|
51
|
+
/** Texto a mostrar */
|
|
52
|
+
label: string;
|
|
53
|
+
/** Si esta opción está deshabilitada */
|
|
54
|
+
disabled?: boolean;
|
|
55
|
+
}
|
|
56
|
+
export interface UseRadioButtonReturn {
|
|
57
|
+
/** Estado actual del radio button */
|
|
58
|
+
state: RadioButtonState;
|
|
59
|
+
/** ID único generado */
|
|
60
|
+
radioId: string;
|
|
61
|
+
/** Si está en estado activo (presionado) */
|
|
62
|
+
isActive: boolean;
|
|
63
|
+
/** Si está en estado hover */
|
|
64
|
+
isHovered: boolean;
|
|
65
|
+
/** Handlers para eventos del mouse */
|
|
66
|
+
handlers: {
|
|
67
|
+
handleMouseDown: () => void;
|
|
68
|
+
handleMouseUp: () => void;
|
|
69
|
+
handleMouseEnter: () => void;
|
|
70
|
+
handleMouseLeave: () => void;
|
|
71
|
+
handleClick: (e: React.MouseEvent) => void;
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
export interface UseRadioButtonGroupReturn {
|
|
75
|
+
/** Valor seleccionado actualmente */
|
|
76
|
+
selectedValue: string | undefined;
|
|
77
|
+
/** Handler para cambiar la selección */
|
|
78
|
+
handleChange: (value: string) => void;
|
|
79
|
+
}
|
|
80
|
+
//# sourceMappingURL=radiobutton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radiobutton.d.ts","sourceRoot":"","sources":["../../../src/shared/types/radiobutton.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"separator.d.ts","sourceRoot":"","sources":["../../../src/shared/types/separator.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spinner.d.ts","sourceRoot":"","sources":["../../../src/shared/types/spinner.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Colors, SmallSize, StepStatus } from './types';
|
|
2
|
+
export interface StepperStep {
|
|
3
|
+
title?: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
completed?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface ColorClasses {
|
|
8
|
+
primary: string;
|
|
9
|
+
secondary: string;
|
|
10
|
+
text: string;
|
|
11
|
+
line: string;
|
|
12
|
+
}
|
|
13
|
+
export interface StepperContextType {
|
|
14
|
+
currentStep: number;
|
|
15
|
+
steps: StepperStep[];
|
|
16
|
+
color: Colors;
|
|
17
|
+
onStepClick: (stepIndex: number) => void;
|
|
18
|
+
getStepStatus: (stepIndex: number) => StepStatus;
|
|
19
|
+
getColorClasses: (color: Colors) => ColorClasses;
|
|
20
|
+
}
|
|
21
|
+
export interface StepperProps {
|
|
22
|
+
steps: StepperStep[];
|
|
23
|
+
className?: string;
|
|
24
|
+
classNameStep?: string;
|
|
25
|
+
classNameStepLabel?: string;
|
|
26
|
+
classNameStepIcon?: string;
|
|
27
|
+
classNameStepNumber?: string;
|
|
28
|
+
currentStep?: number;
|
|
29
|
+
color?: Colors;
|
|
30
|
+
size?: SmallSize;
|
|
31
|
+
onClickStep?: (step: number) => void;
|
|
32
|
+
onStepChange?: (step: number) => void;
|
|
33
|
+
withScroll?: boolean;
|
|
34
|
+
vertical?: boolean;
|
|
35
|
+
stepClickable?: boolean;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=stepper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stepper.d.ts","sourceRoot":"","sources":["../../../src/shared/types/stepper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAEvD,MAAM,WAAW,WAAW;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,EAAE,MAAM,CAAA;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,kBAAkB;IACjC,WAAW,EAAE,MAAM,CAAA;IACnB,KAAK,EAAE,WAAW,EAAE,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAA;IACxC,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,UAAU,CAAA;IAChD,eAAe,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,YAAY,CAAA;CACjD;AAED,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,WAAW,EAAE,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IACpC,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IACrC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IconColor, VisualSlotType } from './types';
|
|
2
|
+
export interface SwitchOption {
|
|
3
|
+
label: string;
|
|
4
|
+
value: string;
|
|
5
|
+
slotLeft?: VisualSlotType;
|
|
6
|
+
slotRight?: VisualSlotType;
|
|
7
|
+
}
|
|
8
|
+
export interface SwitchProps {
|
|
9
|
+
fullWidth?: boolean;
|
|
10
|
+
colorIcon?: IconColor;
|
|
11
|
+
size?: 'sm' | 'md' | 'lg';
|
|
12
|
+
options: SwitchOption[];
|
|
13
|
+
defaultValue?: string;
|
|
14
|
+
onChange?: (value: string) => void;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=switch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../src/shared/types/switch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAEnD,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,cAAc,CAAA;IACzB,SAAS,CAAC,EAAE,cAAc,CAAA;CAC3B;AAED,MAAM,WAAW,WAAW;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,OAAO,EAAE,YAAY,EAAE,CAAA;IACvB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;CACnC"}
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { IconType } from './types';
|
|
3
|
+
export type CellType = 'default' | 'primary' | 'status' | 'actions' | 'link' | 'avatars' | 'textfield' | 'dropdown' | 'button' | 'progressbar' | 'skeleton' | 'tags' | 'checkbox' | 'icon' | 'stars' | 'number' | 'numeric' | 'date' | 'boolean' | 'select';
|
|
4
|
+
export type CellState = 'default' | 'hover' | 'selected' | 'disabled' | 'focused';
|
|
5
|
+
/**
|
|
6
|
+
* Configuración de una acción individual en la tabla
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* ```tsx
|
|
10
|
+
* const actions: TableActionConfig[] = [
|
|
11
|
+
* {
|
|
12
|
+
* icon: 'Edit',
|
|
13
|
+
* tooltip: 'Editar usuario',
|
|
14
|
+
* onClick: (row) => console.log('Editar', row)
|
|
15
|
+
* },
|
|
16
|
+
* {
|
|
17
|
+
* icon: 'Trash',
|
|
18
|
+
* tooltip: 'Eliminar usuario',
|
|
19
|
+
* onClick: (row) => console.log('Eliminar', row),
|
|
20
|
+
* disabled: false
|
|
21
|
+
* }
|
|
22
|
+
* ]
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
export interface TableActionConfig {
|
|
26
|
+
/** Nombre del icono. Usa nombres sin sufijo 'Outlined' (ej: 'Edit', 'Trash', 'Eye', 'Share', 'Download') */
|
|
27
|
+
icon: IconType;
|
|
28
|
+
/** Texto del tooltip que aparece al pasar el mouse */
|
|
29
|
+
tooltip: string;
|
|
30
|
+
/** Función que se ejecuta al hacer clic en la acción */
|
|
31
|
+
onClick: (row: any) => void;
|
|
32
|
+
/** Si la acción está deshabilitada (opcional) */
|
|
33
|
+
disabled?: boolean;
|
|
34
|
+
}
|
|
35
|
+
export type SortDirection = 'asc' | 'desc' | null;
|
|
36
|
+
export interface CellProps {
|
|
37
|
+
type?: CellType;
|
|
38
|
+
state?: CellState;
|
|
39
|
+
value?: any;
|
|
40
|
+
onChange?: (value: any) => void;
|
|
41
|
+
render?: (value: any, row: any) => ReactNode;
|
|
42
|
+
className?: string;
|
|
43
|
+
onClick?: (e: React.MouseEvent) => void;
|
|
44
|
+
}
|
|
45
|
+
export interface ColumnConfig<T = any> {
|
|
46
|
+
id: string;
|
|
47
|
+
header: string | ReactNode;
|
|
48
|
+
accessor?: keyof T | ((row: T) => any);
|
|
49
|
+
cell?: CellProps;
|
|
50
|
+
width?: number | string;
|
|
51
|
+
minWidth?: number;
|
|
52
|
+
maxWidth?: number;
|
|
53
|
+
sortable?: boolean;
|
|
54
|
+
filterable?: boolean;
|
|
55
|
+
filterOptions?: Array<{
|
|
56
|
+
value: any;
|
|
57
|
+
label: string;
|
|
58
|
+
}>;
|
|
59
|
+
lockable?: boolean;
|
|
60
|
+
locked?: boolean;
|
|
61
|
+
visible?: boolean;
|
|
62
|
+
resizable?: boolean;
|
|
63
|
+
type?: CellType;
|
|
64
|
+
render?: (value: any, row: T, column: ColumnConfig<T>) => ReactNode | TableActionConfig[];
|
|
65
|
+
className?: string;
|
|
66
|
+
headerClassName?: string;
|
|
67
|
+
cellClassName?: string;
|
|
68
|
+
}
|
|
69
|
+
export interface RowConfig<T = any> {
|
|
70
|
+
id: string | number;
|
|
71
|
+
data: T;
|
|
72
|
+
selected?: boolean;
|
|
73
|
+
disabled?: boolean;
|
|
74
|
+
expanded?: boolean;
|
|
75
|
+
isParent?: boolean;
|
|
76
|
+
children?: RowConfig<T>[];
|
|
77
|
+
className?: string;
|
|
78
|
+
onClick?: (row: RowConfig<T>) => void;
|
|
79
|
+
}
|
|
80
|
+
export interface FilterConfig {
|
|
81
|
+
columnId: string;
|
|
82
|
+
operator: 'equals' | 'notEquals' | 'contains' | 'notContains' | 'startsWith' | 'endsWith' | 'gt' | 'gte' | 'lt' | 'lte' | 'between' | 'isEmpty' | 'isNotEmpty' | 'in';
|
|
83
|
+
value: any;
|
|
84
|
+
value2?: any;
|
|
85
|
+
}
|
|
86
|
+
export interface SortConfig {
|
|
87
|
+
columnId: string;
|
|
88
|
+
direction: SortDirection;
|
|
89
|
+
}
|
|
90
|
+
export interface SelectionConfig {
|
|
91
|
+
enabled: boolean;
|
|
92
|
+
multiple?: boolean;
|
|
93
|
+
selectedIds?: (string | number)[];
|
|
94
|
+
onSelectionChange?: (selectedIds: (string | number)[]) => void;
|
|
95
|
+
}
|
|
96
|
+
export interface PaginationConfig {
|
|
97
|
+
enabled: boolean;
|
|
98
|
+
currentPage?: number;
|
|
99
|
+
pageSize?: number;
|
|
100
|
+
total?: number;
|
|
101
|
+
pageSizes?: number[];
|
|
102
|
+
onPageChange?: (page: number) => void;
|
|
103
|
+
onPageSizeChange?: (pageSize: number) => void;
|
|
104
|
+
}
|
|
105
|
+
export interface TableToolbarConfig {
|
|
106
|
+
showSearch?: boolean;
|
|
107
|
+
searchPlaceholder?: string;
|
|
108
|
+
showExport?: boolean;
|
|
109
|
+
showColumnConfig?: boolean;
|
|
110
|
+
showAddToPlan?: boolean;
|
|
111
|
+
onSearch?: (query: string) => void;
|
|
112
|
+
onFilter?: () => void;
|
|
113
|
+
onExport?: (format: 'csv' | 'pdf' | 'xlsx') => void;
|
|
114
|
+
}
|
|
115
|
+
export interface TableProps<T = any> {
|
|
116
|
+
columns: ColumnConfig<T>[];
|
|
117
|
+
rows: RowConfig<T>[];
|
|
118
|
+
loading?: boolean;
|
|
119
|
+
empty?: EmptyState;
|
|
120
|
+
selection?: SelectionConfig;
|
|
121
|
+
pagination?: PaginationConfig;
|
|
122
|
+
toolbar?: TableToolbarConfig;
|
|
123
|
+
sort?: SortConfig;
|
|
124
|
+
filters?: FilterConfig[];
|
|
125
|
+
expandable?: boolean;
|
|
126
|
+
resizable?: boolean;
|
|
127
|
+
striped?: boolean;
|
|
128
|
+
bordered?: boolean;
|
|
129
|
+
hoverable?: boolean;
|
|
130
|
+
dense?: boolean;
|
|
131
|
+
className?: string;
|
|
132
|
+
onSort?: (sort: SortConfig) => void;
|
|
133
|
+
onFilter?: (filters: FilterConfig[]) => void;
|
|
134
|
+
onColumnResize?: (columnId: string, width: number) => void;
|
|
135
|
+
onColumnReorder?: (columns: ColumnConfig<T>[]) => void;
|
|
136
|
+
onColumnVisibilityChange?: (columnId: string, visible: boolean) => void;
|
|
137
|
+
onRowClick?: (row: RowConfig<T>) => void;
|
|
138
|
+
onRowExpand?: (row: RowConfig<T>) => void;
|
|
139
|
+
onHandleChange?: (rowId: string | number, columnId: string, value: any, row?: T) => void;
|
|
140
|
+
}
|
|
141
|
+
export interface EmptyState {
|
|
142
|
+
type?: 'empty' | 'no-results' | 'no-filters';
|
|
143
|
+
icon?: string;
|
|
144
|
+
title: string;
|
|
145
|
+
description?: string;
|
|
146
|
+
action?: {
|
|
147
|
+
label: string;
|
|
148
|
+
onClick: () => void;
|
|
149
|
+
};
|
|
150
|
+
}
|
|
151
|
+
export interface HeaderCellProps {
|
|
152
|
+
column: ColumnConfig;
|
|
153
|
+
sortable?: boolean;
|
|
154
|
+
filterable?: boolean;
|
|
155
|
+
lockable?: boolean;
|
|
156
|
+
resizable?: boolean;
|
|
157
|
+
sortDirection?: SortDirection;
|
|
158
|
+
filterActive?: boolean;
|
|
159
|
+
locked?: boolean;
|
|
160
|
+
onSort?: () => void;
|
|
161
|
+
onFilter?: () => void;
|
|
162
|
+
onLock?: () => void;
|
|
163
|
+
onResize?: (width: number) => void;
|
|
164
|
+
onResizeDoubleClick?: () => void;
|
|
165
|
+
onResizeHover?: (isHovering: boolean) => void;
|
|
166
|
+
className?: string;
|
|
167
|
+
}
|
|
168
|
+
export interface TableCellComponentProps {
|
|
169
|
+
value: any;
|
|
170
|
+
row: any;
|
|
171
|
+
column: ColumnConfig;
|
|
172
|
+
state?: CellState;
|
|
173
|
+
onChange?: (value: any) => void;
|
|
174
|
+
className?: string;
|
|
175
|
+
onCellFocus?: () => void;
|
|
176
|
+
}
|
|
177
|
+
//# sourceMappingURL=table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/shared/types/table.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAElC,MAAM,MAAM,QAAQ,GAChB,SAAS,GACT,SAAS,GACT,QAAQ,GACR,SAAS,GACT,MAAM,GACN,SAAS,GACT,WAAW,GACX,UAAU,GACV,QAAQ,GACR,aAAa,GACb,UAAU,GACV,MAAM,GACN,UAAU,GACV,MAAM,GACN,OAAO,GACP,QAAQ,GACR,SAAS,GACT,MAAM,GACN,SAAS,GACT,QAAQ,CAAA;AAEZ,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,UAAU,GAAG,UAAU,GAAG,SAAS,CAAA;AAEjF;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,WAAW,iBAAiB;IAChC,4GAA4G;IAC5G,IAAI,EAAE,QAAQ,CAAA;IACd,sDAAsD;IACtD,OAAO,EAAE,MAAM,CAAA;IACf,wDAAwD;IACxD,OAAO,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAA;IAC3B,iDAAiD;IACjD,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,MAAM,MAAM,aAAa,GAAG,KAAK,GAAG,MAAM,GAAG,IAAI,CAAA;AAEjD,MAAM,WAAW,SAAS;IACxB,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,KAAK,CAAC,EAAE,GAAG,CAAA;IACX,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;IAC/B,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,KAAK,SAAS,CAAA;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAA;CACxC;AAED,MAAM,WAAW,YAAY,CAAC,CAAC,GAAG,GAAG;IACnC,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC,KAAK,GAAG,CAAC,CAAA;IACtC,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,aAAa,CAAC,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,GAAG,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;IACpD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,MAAM,EAAE,YAAY,CAAC,CAAC,CAAC,KAAK,SAAS,GAAG,iBAAiB,EAAE,CAAA;IACzF,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB;AAED,MAAM,WAAW,SAAS,CAAC,CAAC,GAAG,GAAG;IAChC,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;IACnB,IAAI,EAAE,CAAC,CAAA;IACP,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;CACtC;AAED,MAAM,WAAW,YAAY;IAC3B,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EACJ,QAAQ,GACR,WAAW,GACX,UAAU,GACV,aAAa,GACb,YAAY,GACZ,UAAU,GACV,IAAI,GACJ,KAAK,GACL,IAAI,GACJ,KAAK,GACL,SAAS,GACT,SAAS,GACT,YAAY,GACZ,IAAI,CAAA;IACR,KAAK,EAAE,GAAG,CAAA;IACV,MAAM,CAAC,EAAE,GAAG,CAAA;CACb;AAED,MAAM,WAAW,UAAU;IACzB,QAAQ,EAAE,MAAM,CAAA;IAChB,SAAS,EAAE,aAAa,CAAA;CACzB;AAED,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,OAAO,CAAA;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAA;IACjC,iBAAiB,CAAC,EAAE,CAAC,WAAW,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,KAAK,IAAI,CAAA;CAC/D;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,OAAO,CAAA;IAChB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,MAAM,EAAE,CAAA;IACpB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IACrC,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;CAC9C;AAED,MAAM,WAAW,kBAAkB;IACjC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAClC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;IACrB,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,KAAK,GAAG,KAAK,GAAG,MAAM,KAAK,IAAI,CAAA;CACpD;AAED,MAAM,WAAW,UAAU,CAAC,CAAC,GAAG,GAAG;IACjC,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,CAAA;IAC1B,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,UAAU,CAAA;IAClB,SAAS,CAAC,EAAE,eAAe,CAAA;IAC3B,UAAU,CAAC,EAAE,gBAAgB,CAAA;IAC7B,OAAO,CAAC,EAAE,kBAAkB,CAAA;IAC5B,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAA;IACxB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAA;IACnC,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,YAAY,EAAE,KAAK,IAAI,CAAA;IAC5C,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAC1D,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,KAAK,IAAI,CAAA;IACtD,wBAAwB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;IACvE,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IACxC,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,CAAC,KAAK,IAAI,CAAA;IACzC,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,CAAC,EAAE,CAAC,KAAK,IAAI,CAAA;CACzF;AAED,MAAM,WAAW,UAAU;IACzB,IAAI,CAAC,EAAE,OAAO,GAAG,YAAY,GAAG,YAAY,CAAA;IAC5C,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,MAAM,CAAC,EAAE;QACP,KAAK,EAAE,MAAM,CAAA;QACb,OAAO,EAAE,MAAM,IAAI,CAAA;KACpB,CAAA;CACF;AAED,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,YAAY,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,aAAa,CAAC,EAAE,aAAa,CAAA;IAC7B,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;IACnB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAClC,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAA;IAChC,aAAa,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAA;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,GAAG,CAAA;IACV,GAAG,EAAE,GAAG,CAAA;IACR,MAAM,EAAE,YAAY,CAAA;IACpB,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAA;CACzB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export type TagColor = 'accent' | 'gray' | 'success' | 'warning' | 'danger' | 'info' | 'disabled';
|
|
2
|
+
export interface ITagProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
/** Texto del tag */
|
|
4
|
+
label?: string;
|
|
5
|
+
/** Avatar a la izquierda (URL de imagen) */
|
|
6
|
+
avatar?: string;
|
|
7
|
+
/** Color del tag */
|
|
8
|
+
color?: TagColor;
|
|
9
|
+
/** Función a ejecutar cuando se hace clic en el X (si se proporciona, se muestra el X) */
|
|
10
|
+
onClose?: (e: React.MouseEvent<HTMLDivElement>) => void;
|
|
11
|
+
/** Clases CSS adicionales */
|
|
12
|
+
className?: string;
|
|
13
|
+
/** Si es true, el tag tiene borde */
|
|
14
|
+
stroke?: boolean;
|
|
15
|
+
/** Si es true, el tag está deshabilitado */
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
/** Si es true, el tag está seleccionado */
|
|
18
|
+
selected?: boolean;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=tag.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["../../../src/shared/types/tag.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,UAAU,CAAA;AAEjG,MAAM,WAAW,SAAU,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACrE,oBAAoB;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,4CAA4C;IAC5C,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,oBAAoB;IACpB,KAAK,CAAC,EAAE,QAAQ,CAAA;IAChB,0FAA0F;IAC1F,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc,CAAC,KAAK,IAAI,CAAA;IACvD,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,qCAAqC;IACrC,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { VisualSlotType } from './types';
|
|
2
|
+
export interface TextareaProps {
|
|
3
|
+
value?: string;
|
|
4
|
+
onChange?: (value: string) => void;
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
className?: string;
|
|
7
|
+
containerClassName?: string;
|
|
8
|
+
leftSlot?: VisualSlotType;
|
|
9
|
+
rightSlot?: VisualSlotType;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
error?: string;
|
|
12
|
+
helperText?: string;
|
|
13
|
+
maxLength?: number;
|
|
14
|
+
label?: string;
|
|
15
|
+
fullWidth?: boolean;
|
|
16
|
+
}
|
|
17
|
+
export interface TextareaHookProps extends Pick<TextareaProps, 'onChange' | 'value' | 'maxLength'> {
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=textarea.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["../../../src/shared/types/textarea.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAExC,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAClC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,QAAQ,CAAC,EAAE,cAAc,CAAA;IACzB,SAAS,CAAC,EAAE,cAAc,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,MAAM,WAAW,iBACf,SAAQ,IAAI,CAAC,aAAa,EAAE,UAAU,GAAG,OAAO,GAAG,WAAW,CAAC;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"title.d.ts","sourceRoot":"","sources":["../../../src/shared/types/title.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAElC,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAA;CAChB,CAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { IAlert, SizeAlert, VariantAlert } from './alert';
|
|
2
|
+
export type ToastPosition = 'top-left' | 'top-center' | 'top-right' | 'center-left' | 'center' | 'center-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
|
|
3
|
+
export interface ToastProps extends Omit<IAlert, 'open'> {
|
|
4
|
+
position?: ToastPosition;
|
|
5
|
+
id: number;
|
|
6
|
+
onClose?: () => void;
|
|
7
|
+
}
|
|
8
|
+
export interface ToastConfig {
|
|
9
|
+
maxToasts: number;
|
|
10
|
+
position: ToastPosition;
|
|
11
|
+
duration: number;
|
|
12
|
+
animationDuration: number;
|
|
13
|
+
variant: VariantAlert;
|
|
14
|
+
primaryButtonText: string;
|
|
15
|
+
secondaryButtonText: string;
|
|
16
|
+
progressBarColor: boolean;
|
|
17
|
+
size: SizeAlert;
|
|
18
|
+
}
|
|
19
|
+
export interface ToastOptions extends Omit<ToastProps, 'id' | 'isLeaving' | 'message'> {
|
|
20
|
+
}
|
|
21
|
+
export type ToastListener = (toast: ToastProps) => void;
|
|
22
|
+
export type ToastsByPosition = Record<ToastPosition, ToastProps[]>;
|
|
23
|
+
//# sourceMappingURL=toast.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../src/shared/types/toast.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAEzD,MAAM,MAAM,aAAa,GACrB,UAAU,GACV,YAAY,GACZ,WAAW,GACX,aAAa,GACb,QAAQ,GACR,cAAc,GACd,aAAa,GACb,eAAe,GACf,cAAc,CAAA;AAElB,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,MAAM,EAAE,MAAM,CAAC;IACtD,QAAQ,CAAC,EAAE,aAAa,CAAA;IACxB,EAAE,EAAE,MAAM,CAAA;IACV,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CACrB;AAED,MAAM,WAAW,WAAW;IAC1B,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,aAAa,CAAA;IACvB,QAAQ,EAAE,MAAM,CAAA;IAChB,iBAAiB,EAAE,MAAM,CAAA;IACzB,OAAO,EAAE,YAAY,CAAA;IACrB,iBAAiB,EAAE,MAAM,CAAA;IACzB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,gBAAgB,EAAE,OAAO,CAAA;IACzB,IAAI,EAAE,SAAS,CAAA;CAChB;AAED,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,UAAU,EAAE,IAAI,GAAG,WAAW,GAAG,SAAS,CAAC;CAAG;AAEzF,MAAM,MAAM,aAAa,GAAG,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAA;AAEvD,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,aAAa,EAAE,UAAU,EAAE,CAAC,CAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { IconColor, IconType } from './types';
|
|
2
|
+
export interface ToggleProps {
|
|
3
|
+
/** Estado checked del toggle (controlado) */
|
|
4
|
+
checked?: boolean;
|
|
5
|
+
/** Valor por defecto para modo no controlado */
|
|
6
|
+
defaultChecked?: boolean;
|
|
7
|
+
/** Callback cuando cambia el estado */
|
|
8
|
+
onChange?: (checked: boolean) => void;
|
|
9
|
+
/** Deshabilita el toggle */
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
/** Label del toggle */
|
|
12
|
+
label?: string;
|
|
13
|
+
/** Posición del label */
|
|
14
|
+
labelPosition?: 'left' | 'right';
|
|
15
|
+
/** Icono opcional para el label */
|
|
16
|
+
icon?: IconType;
|
|
17
|
+
/** Color del icono */
|
|
18
|
+
iconColor?: IconColor;
|
|
19
|
+
/** Mostrar borde (stroke) */
|
|
20
|
+
stroke?: boolean;
|
|
21
|
+
/** Nombre del campo (para forms) */
|
|
22
|
+
name?: string;
|
|
23
|
+
/** ID del elemento */
|
|
24
|
+
id?: string;
|
|
25
|
+
/** Clases CSS adicionales */
|
|
26
|
+
className?: string;
|
|
27
|
+
/** Texto accesible */
|
|
28
|
+
ariaLabel?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=toggle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toggle.d.ts","sourceRoot":"","sources":["../../../src/shared/types/toggle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAE7C,MAAM,WAAW,WAAW;IAC1B,6CAA6C;IAC7C,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,gDAAgD;IAChD,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,uCAAuC;IACvC,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;IACrC,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,yBAAyB;IACzB,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IAChC,mCAAmC;IACnC,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,sBAAsB;IACtB,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,6BAA6B;IAC7B,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,oCAAoC;IACpC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,sBAAsB;IACtB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,6BAA6B;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,sBAAsB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { TooltipAlignment, TooltipPosition } from './types';
|
|
2
|
+
export interface TooltipProps {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
label: React.ReactNode;
|
|
5
|
+
position?: TooltipPosition;
|
|
6
|
+
alignment?: TooltipAlignment;
|
|
7
|
+
id?: string;
|
|
8
|
+
delay?: number;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
className?: string;
|
|
11
|
+
style?: React.CSSProperties;
|
|
12
|
+
arrowClassName?: string;
|
|
13
|
+
fullWidth?: boolean;
|
|
14
|
+
absolute?: boolean;
|
|
15
|
+
autoClose?: boolean;
|
|
16
|
+
}
|
|
17
|
+
export interface PositionCoords {
|
|
18
|
+
top: number;
|
|
19
|
+
left: number;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/shared/types/tooltip.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,gBAAgB,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAEnE,MAAM,WAAW,YAAY;IAC3B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAA;IACtB,QAAQ,CAAC,EAAE,eAAe,CAAA;IAC1B,SAAS,CAAC,EAAE,gBAAgB,CAAA;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,MAAM,WAAW,cAAc;IAC7B,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;CACb"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { OutlineIcons, FillIcons } from '../modules/Icons';
|
|
2
|
+
import { COLORS_CSS_VARS } from '../const/colors';
|
|
3
|
+
import { emojiMap } from '../../modules/Emoji/contants/emojis';
|
|
4
|
+
/**
|
|
5
|
+
* General
|
|
6
|
+
*/
|
|
7
|
+
export type Colors = 'blue' | 'green' | 'orange' | 'red' | 'white' | 'black' | 'neutral' | 'yellow' | 'blue-dark' | 'blue-light' | 'transparent';
|
|
8
|
+
export type BasicColors = 'blue' | 'green' | 'orange' | 'red';
|
|
9
|
+
export type SmallSize = 'xs' | 'sm' | 'md' | 'lg';
|
|
10
|
+
export type MediumSize = 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | '6xl';
|
|
11
|
+
export type DefaultSize = SmallSize | MediumSize;
|
|
12
|
+
export type Positions = 'top' | 'right' | 'bottom' | 'left' | 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' | 'right-top' | 'right-bottom' | 'left-top' | 'left-bottom';
|
|
13
|
+
export type Aligments = 'start' | 'center' | 'end';
|
|
14
|
+
/**
|
|
15
|
+
* Input
|
|
16
|
+
*/
|
|
17
|
+
export type InputSize = 'xs' | 'sm' | 'md' | 'lg';
|
|
18
|
+
/**
|
|
19
|
+
* Button
|
|
20
|
+
*/
|
|
21
|
+
export type ButtonTheme = 'solid' | 'icon' | 'emoji';
|
|
22
|
+
export type ButtonColors = 'primary' | 'secondary' | 'tertiary' | 'destructive';
|
|
23
|
+
/**
|
|
24
|
+
* Emojis
|
|
25
|
+
*/
|
|
26
|
+
export type EmojiName = keyof typeof emojiMap;
|
|
27
|
+
/**
|
|
28
|
+
* Icons
|
|
29
|
+
*/
|
|
30
|
+
export type IconType = keyof typeof OutlineIcons | keyof typeof FillIcons;
|
|
31
|
+
export type IconVariant = 'outline' | 'fill';
|
|
32
|
+
export type IconColor = keyof typeof COLORS_CSS_VARS | 'white';
|
|
33
|
+
export type IconSize = 'xxs' | 'xs' | 'sm' | 'md' | 'lg';
|
|
34
|
+
/**
|
|
35
|
+
* Visual
|
|
36
|
+
*/
|
|
37
|
+
export type VisualSlotType = IconType | EmojiName | (string & {});
|
|
38
|
+
/**
|
|
39
|
+
* Tooltip
|
|
40
|
+
*/
|
|
41
|
+
export type TooltipPosition = Positions;
|
|
42
|
+
export type TooltipAlignment = Aligments;
|
|
43
|
+
export type TooltipColors = Colors;
|
|
44
|
+
/**
|
|
45
|
+
* Tag
|
|
46
|
+
*/
|
|
47
|
+
export type TagColors = Colors;
|
|
48
|
+
export type TagSize = 'xs' | 'sm' | 'md' | 'lg' | 'clear' | 'minimal';
|
|
49
|
+
/**
|
|
50
|
+
* Avatar
|
|
51
|
+
*/
|
|
52
|
+
export type AvatarSize = DefaultSize;
|
|
53
|
+
/**
|
|
54
|
+
* Logo
|
|
55
|
+
*/
|
|
56
|
+
export type LogoSize = 'sm' | 'md' | 'lg';
|
|
57
|
+
/**
|
|
58
|
+
* Stepper
|
|
59
|
+
*/
|
|
60
|
+
export type StepStatus = 'completed' | 'active' | 'pending';
|
|
61
|
+
/**
|
|
62
|
+
* Visual
|
|
63
|
+
*/
|
|
64
|
+
export type VisualSize = 'xxs' | 'xs' | 'sm' | 'md' | 'lg';
|
|
65
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/shared/types/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAA;AAE1D;;GAEG;AACH,MAAM,MAAM,MAAM,GACd,MAAM,GACN,OAAO,GACP,QAAQ,GACR,KAAK,GACL,OAAO,GACP,OAAO,GACP,SAAS,GACT,QAAQ,GACR,WAAW,GACX,YAAY,GACZ,aAAa,CAAA;AACjB,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAA;AAC7D,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;AACjD,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAA;AACrE,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,UAAU,CAAA;AAChD,MAAM,MAAM,SAAS,GACjB,KAAK,GACL,OAAO,GACP,QAAQ,GACR,MAAM,GACN,WAAW,GACX,UAAU,GACV,cAAc,GACd,aAAa,GACb,WAAW,GACX,cAAc,GACd,UAAU,GACV,aAAa,CAAA;AACjB,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAA;AAElD;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;AAEjD;;GAEG;AACH,MAAM,MAAM,WAAW,GAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAA;AACnD,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,aAAa,CAAA;AAE/E;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,QAAQ,CAAA;AAE7C;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,YAAY,GAAG,MAAM,OAAO,SAAS,CAAA;AACzE,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,MAAM,CAAA;AAC5C,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,eAAe,GAAG,OAAO,CAAA;AAC9D,MAAM,MAAM,QAAQ,GAAG,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;AAExD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,QAAQ,GAAG,SAAS,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAA;AAEjE;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,SAAS,CAAA;AACvC,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAA;AACxC,MAAM,MAAM,aAAa,GAAG,MAAM,CAAA;AAElC;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,MAAM,CAAA;AAC9B,MAAM,MAAM,OAAO,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,OAAO,GAAG,SAAS,CAAA;AAErE;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,WAAW,CAAA;AAEpC;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;AAEzC;;GAEG;AAEH,MAAM,MAAM,UAAU,GAAG,WAAW,GAAG,QAAQ,GAAG,SAAS,CAAA;AAE3D;;GAEG;AAEH,MAAM,MAAM,UAAU,GAAG,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { IconColor, VisualSize, VisualSlotType, TooltipPosition, TooltipAlignment, Colors } from './types';
|
|
2
|
+
export interface IVisualProps {
|
|
3
|
+
slot?: VisualSlotType;
|
|
4
|
+
className?: string;
|
|
5
|
+
colorIcon?: IconColor;
|
|
6
|
+
size?: VisualSize;
|
|
7
|
+
defaultSizeIcon?: boolean;
|
|
8
|
+
strokeWidth?: number;
|
|
9
|
+
onClick?: (e: React.MouseEvent<HTMLDivElement>) => void;
|
|
10
|
+
fallback?: string;
|
|
11
|
+
tooltip?: string;
|
|
12
|
+
tooltipPosition?: TooltipPosition;
|
|
13
|
+
tooltipAlignment?: TooltipAlignment;
|
|
14
|
+
tooltipColor?: Colors | 'transparent';
|
|
15
|
+
tooltipDelay?: number;
|
|
16
|
+
tooltipDisabled?: boolean;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=visual.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"visual.d.ts","sourceRoot":"","sources":["../../../src/shared/types/visual.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC/D,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;AAEnE,MAAM,WAAW,YAAY;IAC3B,IAAI,CAAC,EAAE,cAAc,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc,CAAC,KAAK,IAAI,CAAA;IACvD,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,gBAAgB,CAAC,EAAE,gBAAgB,CAAA;IACnC,YAAY,CAAC,EAAE,MAAM,GAAG,aAAa,CAAA;IACrC,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B"}
|