frst-components 0.21.13 → 0.21.14
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.d.ts +123 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +18712 -0
- package/dist/src/components/DS/admButton/admButton.styles.d.ts +6 -0
- package/dist/src/components/DS/admButton/admButton.styles.d.ts.map +1 -0
- package/dist/src/components/DS/admButton/index.d.ts +4 -0
- package/dist/src/components/DS/admButton/index.d.ts.map +1 -0
- package/dist/src/components/DS/cardPeople/cardPeople.styles.d.ts +9 -0
- package/dist/src/components/DS/cardPeople/cardPeople.styles.d.ts.map +1 -0
- package/dist/src/components/DS/cardPeople/index.d.ts +4 -0
- package/dist/src/components/DS/cardPeople/index.d.ts.map +1 -0
- package/dist/src/components/DS/dropdown-Multiselect/index.d.ts +21 -0
- package/dist/src/components/DS/dropdown-Multiselect/index.d.ts.map +1 -0
- package/dist/src/components/DS/dropdown-Multiselect/styles/multiselectStyles.d.ts +15 -0
- package/dist/src/components/DS/dropdown-Multiselect/styles/multiselectStyles.d.ts.map +1 -0
- package/dist/src/components/DS/groups-table/groupTableStyles.d.ts +8 -0
- package/dist/src/components/DS/groups-table/groupTableStyles.d.ts.map +1 -0
- package/dist/src/components/DS/groups-table/index.d.ts +4 -0
- package/dist/src/components/DS/groups-table/index.d.ts.map +1 -0
- package/dist/src/components/DS/loading/index.d.ts +20 -0
- package/dist/src/components/DS/loading/index.d.ts.map +1 -0
- package/dist/src/components/DS/loading/loadingStyle.d.ts +6 -0
- package/dist/src/components/DS/loading/loadingStyle.d.ts.map +1 -0
- package/dist/src/components/DS/modal/index.d.ts +19 -0
- package/dist/src/components/DS/modal/index.d.ts.map +1 -0
- package/dist/src/components/DS/modal/styles.d.ts +16 -0
- package/dist/src/components/DS/modal/styles.d.ts.map +1 -0
- package/dist/src/components/DS/onboarding-progress-menu/index.d.ts +4 -0
- package/dist/src/components/DS/onboarding-progress-menu/index.d.ts.map +1 -0
- package/dist/src/components/DS/onboarding-progress-menu/onboardingProgressMenuStyles.d.ts +14 -0
- package/dist/src/components/DS/onboarding-progress-menu/onboardingProgressMenuStyles.d.ts.map +1 -0
- package/dist/src/components/DS/scroll-container-v2/ButtonControl/buttonControlStyles.d.ts +7 -0
- package/dist/src/components/DS/scroll-container-v2/ButtonControl/buttonControlStyles.d.ts.map +1 -0
- package/dist/src/components/DS/scroll-container-v2/ButtonControl/index.d.ts +11 -0
- package/dist/src/components/DS/scroll-container-v2/ButtonControl/index.d.ts.map +1 -0
- package/dist/src/components/DS/scroll-container-v2/ButtonControl/useLongPress.d.ts +8 -0
- package/dist/src/components/DS/scroll-container-v2/ButtonControl/useLongPress.d.ts.map +1 -0
- package/dist/src/components/DS/scroll-container-v2/index.d.ts +4 -0
- package/dist/src/components/DS/scroll-container-v2/index.d.ts.map +1 -0
- package/dist/src/components/DS/scroll-container-v2/scrollContainerStyles.d.ts +10 -0
- package/dist/src/components/DS/scroll-container-v2/scrollContainerStyles.d.ts.map +1 -0
- package/dist/src/components/DS/scroll-container-v2/useScroll.d.ts +10 -0
- package/dist/src/components/DS/scroll-container-v2/useScroll.d.ts.map +1 -0
- package/dist/src/components/DS/select/Select.d.ts +14 -0
- package/dist/src/components/DS/select/Select.d.ts.map +1 -0
- package/dist/src/components/DS/select/SelectContext.d.ts +7 -0
- package/dist/src/components/DS/select/SelectContext.d.ts.map +1 -0
- package/dist/src/components/DS/select/SelectItem.d.ts +12 -0
- package/dist/src/components/DS/select/SelectItem.d.ts.map +1 -0
- package/dist/src/components/DS/select/index.d.ts +10 -0
- package/dist/src/components/DS/select/index.d.ts.map +1 -0
- package/dist/src/components/DS/select/styles/StylesSelect.d.ts +14 -0
- package/dist/src/components/DS/select/styles/StylesSelect.d.ts.map +1 -0
- package/dist/src/components/DS/steps-progress/index.d.ts +8 -0
- package/dist/src/components/DS/steps-progress/index.d.ts.map +1 -0
- package/dist/src/components/DS/steps-progress/stepsProgressStyles.d.ts +15 -0
- package/dist/src/components/DS/steps-progress/stepsProgressStyles.d.ts.map +1 -0
- package/dist/src/components/DS/tooltip/index.d.ts +5 -0
- package/dist/src/components/DS/tooltip/index.d.ts.map +1 -0
- package/dist/src/components/DS/tooltip/styles.d.ts +12 -0
- package/dist/src/components/DS/tooltip/styles.d.ts.map +1 -0
- package/dist/src/components/EBR/buttons-group/index.d.ts +4 -0
- package/dist/src/components/EBR/buttons-group/index.d.ts.map +1 -0
- package/dist/src/components/EBR/buttons-group/styles.d.ts +2 -0
- package/dist/src/components/EBR/buttons-group/styles.d.ts.map +1 -0
- package/dist/src/components/EBR/group-statistics/groupStatisticsStyles.d.ts +19 -0
- package/dist/src/components/EBR/group-statistics/groupStatisticsStyles.d.ts.map +1 -0
- package/dist/src/components/EBR/group-statistics/index.d.ts +5 -0
- package/dist/src/components/EBR/group-statistics/index.d.ts.map +1 -0
- package/dist/src/components/EBR/objective-step/index.d.ts +4 -0
- package/dist/src/components/EBR/objective-step/index.d.ts.map +1 -0
- package/dist/src/components/EBR/objective-step/objectiveStepStyles.d.ts +4 -0
- package/dist/src/components/EBR/objective-step/objectiveStepStyles.d.ts.map +1 -0
- package/dist/src/components/EBR/rating/index.d.ts +7 -0
- package/dist/src/components/EBR/rating/index.d.ts.map +1 -0
- package/dist/src/components/EBR/rating/ratingStyles.d.ts +5 -0
- package/dist/src/components/EBR/rating/ratingStyles.d.ts.map +1 -0
- package/dist/src/components/EBR/specialist-contact/index.d.ts +4 -0
- package/dist/src/components/EBR/specialist-contact/index.d.ts.map +1 -0
- package/dist/src/components/EBR/specialist-contact/specialistContactStyles.d.ts +24 -0
- package/dist/src/components/EBR/specialist-contact/specialistContactStyles.d.ts.map +1 -0
- package/dist/src/components/EBR/stepper/index.d.ts +4 -0
- package/dist/src/components/EBR/stepper/index.d.ts.map +1 -0
- package/dist/src/components/EBR/stepper/stepper.d.ts +4 -0
- package/dist/src/components/EBR/stepper/stepper.d.ts.map +1 -0
- package/dist/src/components/EBR/stepper/stepperItem.d.ts +4 -0
- package/dist/src/components/EBR/stepper/stepperItem.d.ts.map +1 -0
- package/dist/src/components/EBR/stepper/styles.d.ts +13 -0
- package/dist/src/components/EBR/stepper/styles.d.ts.map +1 -0
- package/dist/src/components/EBR/trail-list/index.d.ts +4 -0
- package/dist/src/components/EBR/trail-list/index.d.ts.map +1 -0
- package/dist/src/components/EBR/trail-list/trailListStyles.d.ts +9 -0
- package/dist/src/components/EBR/trail-list/trailListStyles.d.ts.map +1 -0
- package/dist/src/components/FI/bannerProblemFeed/bannerProblemFeedStyles.d.ts +20 -0
- package/dist/src/components/FI/bannerProblemFeed/bannerProblemFeedStyles.d.ts.map +1 -0
- package/dist/src/components/FI/bannerProblemFeed/index.d.ts +101 -0
- package/dist/src/components/FI/bannerProblemFeed/index.d.ts.map +1 -0
- package/dist/src/components/FI/bannerSRG/bannerSRGStyle.d.ts +21 -0
- package/dist/src/components/FI/bannerSRG/bannerSRGStyle.d.ts.map +1 -0
- package/dist/src/components/FI/bannerSRG/index.d.ts +5 -0
- package/dist/src/components/FI/bannerSRG/index.d.ts.map +1 -0
- package/dist/src/components/FI/feedInteraction/feedInteractionStyles.d.ts +15 -0
- package/dist/src/components/FI/feedInteraction/feedInteractionStyles.d.ts.map +1 -0
- package/dist/src/components/FI/feedInteraction/index.d.ts +35 -0
- package/dist/src/components/FI/feedInteraction/index.d.ts.map +1 -0
- package/dist/src/components/FI/follow/index.d.ts +17 -0
- package/dist/src/components/FI/follow/index.d.ts.map +1 -0
- package/dist/src/components/FI/inputCommentPost-it/index.d.ts +5 -0
- package/dist/src/components/FI/inputCommentPost-it/index.d.ts.map +1 -0
- package/dist/src/components/FI/inputCommentPost-it/inputCommentPost-It.utils.d.ts +2 -0
- package/dist/src/components/FI/inputCommentPost-it/inputCommentPost-It.utils.d.ts.map +1 -0
- package/dist/src/components/FI/inputCommentPost-it/inputCommentPost-ItStyles.d.ts +31 -0
- package/dist/src/components/FI/inputCommentPost-it/inputCommentPost-ItStyles.d.ts.map +1 -0
- package/dist/src/components/FI/interactionsModal/InteractionsModalStyles.d.ts +13 -0
- package/dist/src/components/FI/interactionsModal/InteractionsModalStyles.d.ts.map +1 -0
- package/dist/src/components/FI/interactionsModal/index.d.ts +4 -0
- package/dist/src/components/FI/interactionsModal/index.d.ts.map +1 -0
- package/dist/src/components/FI/modal-invite/index.d.ts +5 -0
- package/dist/src/components/FI/modal-invite/index.d.ts.map +1 -0
- package/dist/src/components/FI/modal-invite/modalInviteStyles.d.ts +12 -0
- package/dist/src/components/FI/modal-invite/modalInviteStyles.d.ts.map +1 -0
- package/dist/src/components/FI/notificationCard/index.d.ts +13 -0
- package/dist/src/components/FI/notificationCard/index.d.ts.map +1 -0
- package/dist/src/components/FI/notificationCard/notificationCardStyles.d.ts +5 -0
- package/dist/src/components/FI/notificationCard/notificationCardStyles.d.ts.map +1 -0
- package/dist/src/components/FI/notificationPopOver/index.d.ts +25 -0
- package/dist/src/components/FI/notificationPopOver/index.d.ts.map +1 -0
- package/dist/src/components/FI/notificationPopOver/notificationPopOverStyles.d.ts +13 -0
- package/dist/src/components/FI/notificationPopOver/notificationPopOverStyles.d.ts.map +1 -0
- package/dist/src/components/FI/postFeed/index.d.ts +39 -0
- package/dist/src/components/FI/postFeed/index.d.ts.map +1 -0
- package/dist/src/components/FI/postFeed/postFeedStyles.d.ts +14 -0
- package/dist/src/components/FI/postFeed/postFeedStyles.d.ts.map +1 -0
- package/dist/src/components/FI/searchBox/SearchBoxStyles.d.ts +4 -0
- package/dist/src/components/FI/searchBox/SearchBoxStyles.d.ts.map +1 -0
- package/dist/src/components/FI/searchBox/index.d.ts +4 -0
- package/dist/src/components/FI/searchBox/index.d.ts.map +1 -0
- package/dist/src/components/FI/sessionFilters/index.d.ts +4 -0
- package/dist/src/components/FI/sessionFilters/index.d.ts.map +1 -0
- package/dist/src/components/FI/sessionFilters/sessionFiltersStyle.d.ts +12 -0
- package/dist/src/components/FI/sessionFilters/sessionFiltersStyle.d.ts.map +1 -0
- package/dist/src/components/FI/smallSRGBanner/index.d.ts +12 -0
- package/dist/src/components/FI/smallSRGBanner/index.d.ts.map +1 -0
- package/dist/src/components/FI/smallSRGBanner/smallSRGBannerStyles.d.ts +7 -0
- package/dist/src/components/FI/smallSRGBanner/smallSRGBannerStyles.d.ts.map +1 -0
- package/dist/src/components/IJ/ContentCycle/ContentCycleStyles.d.ts +17 -0
- package/dist/src/components/IJ/ContentCycle/ContentCycleStyles.d.ts.map +1 -0
- package/dist/src/components/IJ/ContentCycle/index.d.ts +4 -0
- package/dist/src/components/IJ/ContentCycle/index.d.ts.map +1 -0
- package/dist/src/components/IJ/ListContentCycle/ListContentCycleStyles.d.ts +2 -0
- package/dist/src/components/IJ/ListContentCycle/ListContentCycleStyles.d.ts.map +1 -0
- package/dist/src/components/IJ/ListContentCycle/index.d.ts +4 -0
- package/dist/src/components/IJ/ListContentCycle/index.d.ts.map +1 -0
- package/dist/src/components/IJ/StepLearningCycle/StepLearningCycleStyle.d.ts +5 -0
- package/dist/src/components/IJ/StepLearningCycle/StepLearningCycleStyle.d.ts.map +1 -0
- package/dist/src/components/IJ/StepLearningCycle/index.d.ts +4 -0
- package/dist/src/components/IJ/StepLearningCycle/index.d.ts.map +1 -0
- package/dist/src/components/IJ/favorite/favoriteStyles.d.ts +2 -0
- package/dist/src/components/IJ/favorite/favoriteStyles.d.ts.map +1 -0
- package/dist/src/components/IJ/favorite/index.d.ts +8 -0
- package/dist/src/components/IJ/favorite/index.d.ts.map +1 -0
- package/dist/src/components/IJ/learningCycleCard/components/menu/index.d.ts +6 -0
- package/dist/src/components/IJ/learningCycleCard/components/menu/index.d.ts.map +1 -0
- package/dist/src/components/IJ/learningCycleCard/components/menu/menuStyle.d.ts +2 -0
- package/dist/src/components/IJ/learningCycleCard/components/menu/menuStyle.d.ts.map +1 -0
- package/dist/src/components/IJ/learningCycleCard/index.d.ts +5 -0
- package/dist/src/components/IJ/learningCycleCard/index.d.ts.map +1 -0
- package/dist/src/components/IJ/learningCycleCard/learningCycleCardStyle.d.ts +23 -0
- package/dist/src/components/IJ/learningCycleCard/learningCycleCardStyle.d.ts.map +1 -0
- package/dist/src/components/IJ/listSelector/index.d.ts +23 -0
- package/dist/src/components/IJ/listSelector/index.d.ts.map +1 -0
- package/dist/src/components/IJ/listSelector/listSelectorStyles.d.ts +6 -0
- package/dist/src/components/IJ/listSelector/listSelectorStyles.d.ts.map +1 -0
- package/dist/src/components/IJ/pagination/index.d.ts +25 -0
- package/dist/src/components/IJ/pagination/index.d.ts.map +1 -0
- package/dist/src/components/IJ/pagination/paginationStyles.d.ts +10 -0
- package/dist/src/components/IJ/pagination/paginationStyles.d.ts.map +1 -0
- package/dist/src/components/IJ/participantCard/index.d.ts +5 -0
- package/dist/src/components/IJ/participantCard/index.d.ts.map +1 -0
- package/dist/src/components/IJ/participantCard/participantCardStyle.d.ts +33 -0
- package/dist/src/components/IJ/participantCard/participantCardStyle.d.ts.map +1 -0
- package/dist/src/components/IJ/participantCardOld/index.d.ts +5 -0
- package/dist/src/components/IJ/participantCardOld/index.d.ts.map +1 -0
- package/dist/src/components/IJ/participantCardOld/participantCardStyle.d.ts +27 -0
- package/dist/src/components/IJ/participantCardOld/participantCardStyle.d.ts.map +1 -0
- package/dist/src/components/IJ/thumbListContent/index.d.ts +21 -0
- package/dist/src/components/IJ/thumbListContent/index.d.ts.map +1 -0
- package/dist/src/components/IJ/thumbListContent/thumbListContentStyles.d.ts +23 -0
- package/dist/src/components/IJ/thumbListContent/thumbListContentStyles.d.ts.map +1 -0
- package/dist/src/components/IncrementarIdeia/icrementarIdeiaStyles.d.ts +14 -0
- package/dist/src/components/IncrementarIdeia/icrementarIdeiaStyles.d.ts.map +1 -0
- package/dist/src/components/IncrementarIdeia/index.d.ts +16 -0
- package/dist/src/components/IncrementarIdeia/index.d.ts.map +1 -0
- package/dist/src/components/IncrementarIdeia/useAutosizeTextArea.d.ts +3 -0
- package/dist/src/components/IncrementarIdeia/useAutosizeTextArea.d.ts.map +1 -0
- package/dist/src/components/LXP/AccordionList/AccordionList.styles.d.ts +6 -0
- package/dist/src/components/LXP/AccordionList/AccordionList.styles.d.ts.map +1 -0
- package/dist/src/components/LXP/AccordionList/index.d.ts +11 -0
- package/dist/src/components/LXP/AccordionList/index.d.ts.map +1 -0
- package/dist/src/components/LXP/DropdownSelectMultiple/index.d.ts +14 -0
- package/dist/src/components/LXP/DropdownSelectMultiple/index.d.ts.map +1 -0
- package/dist/src/components/LXP/accordionTrack/accordionTrack.d.ts +5 -0
- package/dist/src/components/LXP/accordionTrack/accordionTrack.d.ts.map +1 -0
- package/dist/src/components/LXP/accordionTrack/accordionTrackList.d.ts +5 -0
- package/dist/src/components/LXP/accordionTrack/accordionTrackList.d.ts.map +1 -0
- package/dist/src/components/LXP/accordionTrack/accordionTrackStyle.d.ts +25 -0
- package/dist/src/components/LXP/accordionTrack/accordionTrackStyle.d.ts.map +1 -0
- package/dist/src/components/LXP/accordionTrack/contentCourses.d.ts +4 -0
- package/dist/src/components/LXP/accordionTrack/contentCourses.d.ts.map +1 -0
- package/dist/src/components/LXP/accordionTrack/contentCoursesTrails.d.ts +4 -0
- package/dist/src/components/LXP/accordionTrack/contentCoursesTrails.d.ts.map +1 -0
- package/dist/src/components/LXP/accordionTrack/vectorDown.d.ts +11 -0
- package/dist/src/components/LXP/accordionTrack/vectorDown.d.ts.map +1 -0
- package/dist/src/components/LXP/accordionTrack/vectorUp.d.ts +11 -0
- package/dist/src/components/LXP/accordionTrack/vectorUp.d.ts.map +1 -0
- package/dist/src/components/LXP/avatarAssociatedChannel/avatarAssociatedChannelStyles.d.ts +13 -0
- package/dist/src/components/LXP/avatarAssociatedChannel/avatarAssociatedChannelStyles.d.ts.map +1 -0
- package/dist/src/components/LXP/avatarAssociatedChannel/index.d.ts +5 -0
- package/dist/src/components/LXP/avatarAssociatedChannel/index.d.ts.map +1 -0
- package/dist/src/components/LXP/avatarChannel/avatarChannelStyles.d.ts +22 -0
- package/dist/src/components/LXP/avatarChannel/avatarChannelStyles.d.ts.map +1 -0
- package/dist/src/components/LXP/avatarChannel/index.d.ts +5 -0
- package/dist/src/components/LXP/avatarChannel/index.d.ts.map +1 -0
- package/dist/src/components/LXP/bannerLxp/bannerLxp.d.ts +18 -0
- package/dist/src/components/LXP/bannerLxp/bannerLxp.d.ts.map +1 -0
- package/dist/src/components/LXP/bannerLxp/index.d.ts +29 -0
- package/dist/src/components/LXP/bannerLxp/index.d.ts.map +1 -0
- package/dist/src/components/LXP/buttonContent/buttonContentStyle.d.ts +4 -0
- package/dist/src/components/LXP/buttonContent/buttonContentStyle.d.ts.map +1 -0
- package/dist/src/components/LXP/buttonContent/index.d.ts +5 -0
- package/dist/src/components/LXP/buttonContent/index.d.ts.map +1 -0
- package/dist/src/components/LXP/calendarLxp/defaultRanges.d.ts +3 -0
- package/dist/src/components/LXP/calendarLxp/defaultRanges.d.ts.map +1 -0
- package/dist/src/components/LXP/calendarLxp/index.d.ts +11 -0
- package/dist/src/components/LXP/calendarLxp/index.d.ts.map +1 -0
- package/dist/src/components/LXP/cardLearningCicle/index.d.ts +5 -0
- package/dist/src/components/LXP/cardLearningCicle/index.d.ts.map +1 -0
- package/dist/src/components/LXP/colorpicker/colorpickerStyles.d.ts +7 -0
- package/dist/src/components/LXP/colorpicker/colorpickerStyles.d.ts.map +1 -0
- package/dist/src/components/LXP/colorpicker/index.d.ts +5 -0
- package/dist/src/components/LXP/colorpicker/index.d.ts.map +1 -0
- package/dist/src/components/LXP/contentSwitcher/contentSwitcherStyle.d.ts +8 -0
- package/dist/src/components/LXP/contentSwitcher/contentSwitcherStyle.d.ts.map +1 -0
- package/dist/src/components/LXP/contentSwitcher/index.d.ts +4 -0
- package/dist/src/components/LXP/contentSwitcher/index.d.ts.map +1 -0
- package/dist/src/components/LXP/contentThumbnails/contentThumbnailsStyle.d.ts +17 -0
- package/dist/src/components/LXP/contentThumbnails/contentThumbnailsStyle.d.ts.map +1 -0
- package/dist/src/components/LXP/contentThumbnails/index.d.ts +13 -0
- package/dist/src/components/LXP/contentThumbnails/index.d.ts.map +1 -0
- package/dist/src/components/LXP/contentThumbnails/vectorDown.d.ts +11 -0
- package/dist/src/components/LXP/contentThumbnails/vectorDown.d.ts.map +1 -0
- package/dist/src/components/LXP/contentThumbnails/vectorEllipse.d.ts +11 -0
- package/dist/src/components/LXP/contentThumbnails/vectorEllipse.d.ts.map +1 -0
- package/dist/src/components/LXP/contentThumbnails/vectorUp.d.ts +11 -0
- package/dist/src/components/LXP/contentThumbnails/vectorUp.d.ts.map +1 -0
- package/dist/src/components/LXP/extraContent/adminExtraContent.d.ts +4 -0
- package/dist/src/components/LXP/extraContent/adminExtraContent.d.ts.map +1 -0
- package/dist/src/components/LXP/extraContent/index.d.ts +4 -0
- package/dist/src/components/LXP/extraContent/index.d.ts.map +1 -0
- package/dist/src/components/LXP/extraContent/richTextEditor/components.d.ts +21 -0
- package/dist/src/components/LXP/extraContent/richTextEditor/components.d.ts.map +1 -0
- package/dist/src/components/LXP/extraContent/richTextEditor/index.d.ts +4 -0
- package/dist/src/components/LXP/extraContent/richTextEditor/index.d.ts.map +1 -0
- package/dist/src/components/LXP/extraContent/studentExtraContent.d.ts +4 -0
- package/dist/src/components/LXP/extraContent/studentExtraContent.d.ts.map +1 -0
- package/dist/src/components/LXP/fileUpload/fileUploadStyles.d.ts +7 -0
- package/dist/src/components/LXP/fileUpload/fileUploadStyles.d.ts.map +1 -0
- package/dist/src/components/LXP/fileUpload/index.d.ts +5 -0
- package/dist/src/components/LXP/fileUpload/index.d.ts.map +1 -0
- package/dist/src/components/LXP/headerContent/headerContent.d.ts +23 -0
- package/dist/src/components/LXP/headerContent/headerContent.d.ts.map +1 -0
- package/dist/src/components/LXP/headerContent/index.d.ts +23 -0
- package/dist/src/components/LXP/headerContent/index.d.ts.map +1 -0
- package/dist/src/components/LXP/login/index.d.ts +5 -0
- package/dist/src/components/LXP/login/index.d.ts.map +1 -0
- package/dist/src/components/LXP/login/loginStyle.d.ts +33 -0
- package/dist/src/components/LXP/login/loginStyle.d.ts.map +1 -0
- package/dist/src/components/LXP/manageLerningCicles/index.d.ts +5 -0
- package/dist/src/components/LXP/manageLerningCicles/index.d.ts.map +1 -0
- package/dist/src/components/LXP/manageLerningCicles/manageLearningCicles.Style.d.ts +13 -0
- package/dist/src/components/LXP/manageLerningCicles/manageLearningCicles.Style.d.ts.map +1 -0
- package/dist/src/components/LXP/participantThumbnails/index.d.ts +12 -0
- package/dist/src/components/LXP/participantThumbnails/index.d.ts.map +1 -0
- package/dist/src/components/LXP/participantThumbnails/participantThumbnails.d.ts +3 -0
- package/dist/src/components/LXP/participantThumbnails/participantThumbnails.d.ts.map +1 -0
- package/dist/src/components/LXP/participantThumbnailsList/index.d.ts +16 -0
- package/dist/src/components/LXP/participantThumbnailsList/index.d.ts.map +1 -0
- package/dist/src/components/LXP/permission/index.d.ts +5 -0
- package/dist/src/components/LXP/permission/index.d.ts.map +1 -0
- package/dist/src/components/LXP/popOver/index.d.ts +6 -0
- package/dist/src/components/LXP/popOver/index.d.ts.map +1 -0
- package/dist/src/components/LXP/popOver/popOverStyle.d.ts +24 -0
- package/dist/src/components/LXP/popOver/popOverStyle.d.ts.map +1 -0
- package/dist/src/components/LXP/popOverLXP-antigo/index.d.ts +5 -0
- package/dist/src/components/LXP/popOverLXP-antigo/index.d.ts.map +1 -0
- package/dist/src/components/LXP/popOverLXP-antigo/popOverLXPStyles.d.ts +21 -0
- package/dist/src/components/LXP/popOverLXP-antigo/popOverLXPStyles.d.ts.map +1 -0
- package/dist/src/components/LXP/progressBar/index.d.ts +5 -0
- package/dist/src/components/LXP/progressBar/index.d.ts.map +1 -0
- package/dist/src/components/LXP/progressBar/progressStyle.d.ts +5 -0
- package/dist/src/components/LXP/progressBar/progressStyle.d.ts.map +1 -0
- package/dist/src/components/LXP/searchResults/index.d.ts +5 -0
- package/dist/src/components/LXP/searchResults/index.d.ts.map +1 -0
- package/dist/src/components/LXP/searchResults/searchResultsStyles.d.ts +8 -0
- package/dist/src/components/LXP/searchResults/searchResultsStyles.d.ts.map +1 -0
- package/dist/src/components/LXP/selectLXP/SelectLXP.d.ts +12 -0
- package/dist/src/components/LXP/selectLXP/SelectLXP.d.ts.map +1 -0
- package/dist/src/components/LXP/selectLXP/SelectLXPContext.d.ts +7 -0
- package/dist/src/components/LXP/selectLXP/SelectLXPContext.d.ts.map +1 -0
- package/dist/src/components/LXP/selectLXP/SelectLXPItem.d.ts +12 -0
- package/dist/src/components/LXP/selectLXP/SelectLXPItem.d.ts.map +1 -0
- package/dist/src/components/LXP/selectLXP/index.d.ts +8 -0
- package/dist/src/components/LXP/selectLXP/index.d.ts.map +1 -0
- package/dist/src/components/LXP/star-metric/index.d.ts +4 -0
- package/dist/src/components/LXP/star-metric/index.d.ts.map +1 -0
- package/dist/src/components/LXP/star-metric/starMetricStyles.d.ts +2 -0
- package/dist/src/components/LXP/star-metric/starMetricStyles.d.ts.map +1 -0
- package/dist/src/components/LXP/thumbnails/headerVectorElipses.d.ts +6 -0
- package/dist/src/components/LXP/thumbnails/headerVectorElipses.d.ts.map +1 -0
- package/dist/src/components/LXP/thumbnails/loadingThumbnails.d.ts +5 -0
- package/dist/src/components/LXP/thumbnails/loadingThumbnails.d.ts.map +1 -0
- package/dist/src/components/LXP/thumbnails/thumbnails.d.ts +5 -0
- package/dist/src/components/LXP/thumbnails/thumbnails.d.ts.map +1 -0
- package/dist/src/components/LXP/thumbnails/thumbnailsDraggable.d.ts +5 -0
- package/dist/src/components/LXP/thumbnails/thumbnailsDraggable.d.ts.map +1 -0
- package/dist/src/components/LXP/thumbnails/thumbnailsStyle.d.ts +21 -0
- package/dist/src/components/LXP/thumbnails/thumbnailsStyle.d.ts.map +1 -0
- package/dist/src/components/LXP/thumbnails/vectorCross.d.ts +11 -0
- package/dist/src/components/LXP/thumbnails/vectorCross.d.ts.map +1 -0
- package/dist/src/components/LXP/thumbnails/vectorEllipse.d.ts +11 -0
- package/dist/src/components/LXP/thumbnails/vectorEllipse.d.ts.map +1 -0
- package/dist/src/components/LXP/tooltip/index.d.ts +4 -0
- package/dist/src/components/LXP/tooltip/index.d.ts.map +1 -0
- package/dist/src/components/LXP/tooltip/tooltipStyle.d.ts +7 -0
- package/dist/src/components/LXP/tooltip/tooltipStyle.d.ts.map +1 -0
- package/dist/src/components/LXP/urlAddress/index.d.ts +5 -0
- package/dist/src/components/LXP/urlAddress/index.d.ts.map +1 -0
- package/dist/src/components/LXP/video/index.d.ts +5 -0
- package/dist/src/components/LXP/video/index.d.ts.map +1 -0
- package/dist/src/components/LogoFRST/index.d.ts +10 -0
- package/dist/src/components/LogoFRST/index.d.ts.map +1 -0
- package/dist/src/components/accordion-tabs/accordionTabsStyles.d.ts +19 -0
- package/dist/src/components/accordion-tabs/accordionTabsStyles.d.ts.map +1 -0
- package/dist/src/components/accordion-tabs/index.d.ts +5 -0
- package/dist/src/components/accordion-tabs/index.d.ts.map +1 -0
- package/dist/src/components/audio-player/audioPlayerStyles.d.ts +23 -0
- package/dist/src/components/audio-player/audioPlayerStyles.d.ts.map +1 -0
- package/dist/src/components/audio-player/index.d.ts +25 -0
- package/dist/src/components/audio-player/index.d.ts.map +1 -0
- package/dist/src/components/avatar/avatarStyles.d.ts +10 -0
- package/dist/src/components/avatar/avatarStyles.d.ts.map +1 -0
- package/dist/src/components/avatar/index.d.ts +5 -0
- package/dist/src/components/avatar/index.d.ts.map +1 -0
- package/dist/src/components/brainstorming-votar/index.d.ts +11 -0
- package/dist/src/components/brainstorming-votar/index.d.ts.map +1 -0
- package/dist/src/components/brainstorming-votar/votarStyles.d.ts +9 -0
- package/dist/src/components/brainstorming-votar/votarStyles.d.ts.map +1 -0
- package/dist/src/components/buttons/buttonStyle.d.ts +25 -0
- package/dist/src/components/buttons/buttonStyle.d.ts.map +1 -0
- package/dist/src/components/buttons/index.d.ts +24 -0
- package/dist/src/components/buttons/index.d.ts.map +1 -0
- package/dist/src/components/calendar/calendarStyle.d.ts +39 -0
- package/dist/src/components/calendar/calendarStyle.d.ts.map +1 -0
- package/dist/src/components/calendar/index.d.ts +22 -0
- package/dist/src/components/calendar/index.d.ts.map +1 -0
- package/dist/src/components/card-trail/cardTrailStyle.d.ts +13 -0
- package/dist/src/components/card-trail/cardTrailStyle.d.ts.map +1 -0
- package/dist/src/components/card-trail/index.d.ts +21 -0
- package/dist/src/components/card-trail/index.d.ts.map +1 -0
- package/dist/src/components/card-trail/moduleStyle.d.ts +13 -0
- package/dist/src/components/card-trail/moduleStyle.d.ts.map +1 -0
- package/dist/src/components/card-trail-carousel/index.d.ts +5 -0
- package/dist/src/components/card-trail-carousel/index.d.ts.map +1 -0
- package/dist/src/components/cardLT/AvatarWithInfo/index.d.ts +26 -0
- package/dist/src/components/cardLT/AvatarWithInfo/index.d.ts.map +1 -0
- package/dist/src/components/cardLT/AvatarWithInfo/vector.d.ts +11 -0
- package/dist/src/components/cardLT/AvatarWithInfo/vector.d.ts.map +1 -0
- package/dist/src/components/cardLT/BannerProblem/index.d.ts +4 -0
- package/dist/src/components/cardLT/BannerProblem/index.d.ts.map +1 -0
- package/dist/src/components/cardLT/BannerProblem/styles.d.ts +5 -0
- package/dist/src/components/cardLT/BannerProblem/styles.d.ts.map +1 -0
- package/dist/src/components/cardLT/MessageBox/icons/errorIcon.d.ts +7 -0
- package/dist/src/components/cardLT/MessageBox/icons/errorIcon.d.ts.map +1 -0
- package/dist/src/components/cardLT/MessageBox/icons/successIcon.d.ts +7 -0
- package/dist/src/components/cardLT/MessageBox/icons/successIcon.d.ts.map +1 -0
- package/dist/src/components/cardLT/MessageBox/icons/warningIcon.d.ts +7 -0
- package/dist/src/components/cardLT/MessageBox/icons/warningIcon.d.ts.map +1 -0
- package/dist/src/components/cardLT/MessageBox/index.d.ts +30 -0
- package/dist/src/components/cardLT/MessageBox/index.d.ts.map +1 -0
- package/dist/src/components/cardLT/Rating/index.d.ts +35 -0
- package/dist/src/components/cardLT/Rating/index.d.ts.map +1 -0
- package/dist/src/components/cardLT/Rating/starIcon.d.ts +11 -0
- package/dist/src/components/cardLT/Rating/starIcon.d.ts.map +1 -0
- package/dist/src/components/cardLT/RatingCurtidas/index.d.ts +18 -0
- package/dist/src/components/cardLT/RatingCurtidas/index.d.ts.map +1 -0
- package/dist/src/components/cardLT/RocketButton/RocketButtonIcon.d.ts +18 -0
- package/dist/src/components/cardLT/RocketButton/RocketButtonIcon.d.ts.map +1 -0
- package/dist/src/components/cardLT/RocketButton/index.d.ts +16 -0
- package/dist/src/components/cardLT/RocketButton/index.d.ts.map +1 -0
- package/dist/src/components/cardLT/StepsMission/StepMission.d.ts +31 -0
- package/dist/src/components/cardLT/StepsMission/StepMission.d.ts.map +1 -0
- package/dist/src/components/cardLT/StepsMission/Steps.d.ts +27 -0
- package/dist/src/components/cardLT/StepsMission/Steps.d.ts.map +1 -0
- package/dist/src/components/cardLT/TextIcon/index.d.ts +26 -0
- package/dist/src/components/cardLT/TextIcon/index.d.ts.map +1 -0
- package/dist/src/components/cardLT/selectCard/index.d.ts +26 -0
- package/dist/src/components/cardLT/selectCard/index.d.ts.map +1 -0
- package/dist/src/components/cards/base/index.d.ts +4 -0
- package/dist/src/components/cards/base/index.d.ts.map +1 -0
- package/dist/src/components/cards/cardDefinicaoFase/index.d.ts +16 -0
- package/dist/src/components/cards/cardDefinicaoFase/index.d.ts.map +1 -0
- package/dist/src/components/cards/cardProblem/index.d.ts +34 -0
- package/dist/src/components/cards/cardProblem/index.d.ts.map +1 -0
- package/dist/src/components/cards/cardProblemGestor/index.d.ts +26 -0
- package/dist/src/components/cards/cardProblemGestor/index.d.ts.map +1 -0
- package/dist/src/components/cards/cardResultConquista/index.d.ts +24 -0
- package/dist/src/components/cards/cardResultConquista/index.d.ts.map +1 -0
- package/dist/src/components/cards/user/index.d.ts +27 -0
- package/dist/src/components/cards/user/index.d.ts.map +1 -0
- package/dist/src/components/challenge-cards/challengeCardStyles.d.ts +24 -0
- package/dist/src/components/challenge-cards/challengeCardStyles.d.ts.map +1 -0
- package/dist/src/components/challenge-cards/dropdownMenuStyle.d.ts +9 -0
- package/dist/src/components/challenge-cards/dropdownMenuStyle.d.ts.map +1 -0
- package/dist/src/components/challenge-cards/index.d.ts +14 -0
- package/dist/src/components/challenge-cards/index.d.ts.map +1 -0
- package/dist/src/components/checkmark/checkmarkStyles.d.ts +7 -0
- package/dist/src/components/checkmark/checkmarkStyles.d.ts.map +1 -0
- package/dist/src/components/checkmark/index.d.ts +5 -0
- package/dist/src/components/checkmark/index.d.ts.map +1 -0
- package/dist/src/components/comment-post/commentPostStyles.d.ts +3 -0
- package/dist/src/components/comment-post/commentPostStyles.d.ts.map +1 -0
- package/dist/src/components/comment-post/index.d.ts +5 -0
- package/dist/src/components/comment-post/index.d.ts.map +1 -0
- package/dist/src/components/commentary-box/commentaryBox.utils.d.ts +8 -0
- package/dist/src/components/commentary-box/commentaryBox.utils.d.ts.map +1 -0
- package/dist/src/components/commentary-box/commentaryBoxStyles.d.ts +35 -0
- package/dist/src/components/commentary-box/commentaryBoxStyles.d.ts.map +1 -0
- package/dist/src/components/commentary-box/index.d.ts +5 -0
- package/dist/src/components/commentary-box/index.d.ts.map +1 -0
- package/dist/src/components/conquistaCarrossel/index.d.ts +5 -0
- package/dist/src/components/conquistaCarrossel/index.d.ts.map +1 -0
- package/dist/src/components/counter-like/counterLikeStyles.d.ts +8 -0
- package/dist/src/components/counter-like/counterLikeStyles.d.ts.map +1 -0
- package/dist/src/components/counter-like/index.d.ts +5 -0
- package/dist/src/components/counter-like/index.d.ts.map +1 -0
- package/dist/src/components/criar-ideia/criarIdeiaStyles.d.ts +16 -0
- package/dist/src/components/criar-ideia/criarIdeiaStyles.d.ts.map +1 -0
- package/dist/src/components/criar-ideia/index.d.ts +21 -0
- package/dist/src/components/criar-ideia/index.d.ts.map +1 -0
- package/dist/src/components/criar-ideia/useAutosizeTextArea.d.ts +3 -0
- package/dist/src/components/criar-ideia/useAutosizeTextArea.d.ts.map +1 -0
- package/dist/src/components/demo/stepController/StepControllerStyle.d.ts +3 -0
- package/dist/src/components/demo/stepController/StepControllerStyle.d.ts.map +1 -0
- package/dist/src/components/demo/stepController/index.d.ts +13 -0
- package/dist/src/components/demo/stepController/index.d.ts.map +1 -0
- package/dist/src/components/dropdown-profile-menu/dropdownProfileMenuStyle.d.ts +20 -0
- package/dist/src/components/dropdown-profile-menu/dropdownProfileMenuStyle.d.ts.map +1 -0
- package/dist/src/components/dropdown-profile-menu/index.d.ts +4 -0
- package/dist/src/components/dropdown-profile-menu/index.d.ts.map +1 -0
- package/dist/src/components/emoji-picker/emojiPickerStyles.d.ts +9 -0
- package/dist/src/components/emoji-picker/emojiPickerStyles.d.ts.map +1 -0
- package/dist/src/components/emoji-picker/index.d.ts +10 -0
- package/dist/src/components/emoji-picker/index.d.ts.map +1 -0
- package/dist/src/components/exclusive-class/exclusiveClassStyles.d.ts +5 -0
- package/dist/src/components/exclusive-class/exclusiveClassStyles.d.ts.map +1 -0
- package/dist/src/components/exclusive-class/index.d.ts +5 -0
- package/dist/src/components/exclusive-class/index.d.ts.map +1 -0
- package/dist/src/components/expand-button/expandButtonStyle.d.ts +9 -0
- package/dist/src/components/expand-button/expandButtonStyle.d.ts.map +1 -0
- package/dist/src/components/expand-button/index.d.ts +5 -0
- package/dist/src/components/expand-button/index.d.ts.map +1 -0
- package/dist/src/components/field-search-dropdown/fieldSearchStyle.d.ts +20 -0
- package/dist/src/components/field-search-dropdown/fieldSearchStyle.d.ts.map +1 -0
- package/dist/src/components/field-search-dropdown/index.d.ts +5 -0
- package/dist/src/components/field-search-dropdown/index.d.ts.map +1 -0
- package/dist/src/components/filter-accordion-checkbox/filterAccordionCheckbox.utils.d.ts +2 -0
- package/dist/src/components/filter-accordion-checkbox/filterAccordionCheckbox.utils.d.ts.map +1 -0
- package/dist/src/components/filter-accordion-checkbox/index.d.ts +5 -0
- package/dist/src/components/filter-accordion-checkbox/index.d.ts.map +1 -0
- package/dist/src/components/filtro-galeria-desafio/index.d.ts +15 -0
- package/dist/src/components/filtro-galeria-desafio/index.d.ts.map +1 -0
- package/dist/src/components/filtro-galeria-desafio/styles/MultiSelectDemo.d.ts +12 -0
- package/dist/src/components/filtro-galeria-desafio/styles/MultiSelectDemo.d.ts.map +1 -0
- package/dist/src/components/form-elements/checkbox/checkboxStyle.d.ts +6 -0
- package/dist/src/components/form-elements/checkbox/checkboxStyle.d.ts.map +1 -0
- package/dist/src/components/form-elements/checkbox/index.d.ts +9 -0
- package/dist/src/components/form-elements/checkbox/index.d.ts.map +1 -0
- package/dist/src/components/form-elements/textarea/index.d.ts +4 -0
- package/dist/src/components/form-elements/textarea/index.d.ts.map +1 -0
- package/dist/src/components/form-elements/textfield/index.d.ts +30 -0
- package/dist/src/components/form-elements/textfield/index.d.ts.map +1 -0
- package/dist/src/components/form-elements/textfield/textFieldStyle.d.ts +13 -0
- package/dist/src/components/form-elements/textfield/textFieldStyle.d.ts.map +1 -0
- package/dist/src/components/global-menu/components/customMenu/index.d.ts +2 -0
- package/dist/src/components/global-menu/components/customMenu/index.d.ts.map +1 -0
- package/dist/src/components/global-menu/globalMenuStyles.d.ts +27 -0
- package/dist/src/components/global-menu/globalMenuStyles.d.ts.map +1 -0
- package/dist/src/components/global-menu/index.d.ts +52 -0
- package/dist/src/components/global-menu/index.d.ts.map +1 -0
- package/dist/src/components/header-improvement-idea/headerImprovementIdeaStyles.d.ts +3 -0
- package/dist/src/components/header-improvement-idea/headerImprovementIdeaStyles.d.ts.map +1 -0
- package/dist/src/components/header-improvement-idea/index.d.ts +5 -0
- package/dist/src/components/header-improvement-idea/index.d.ts.map +1 -0
- package/dist/src/components/header-user/headerUserStyles.d.ts +12 -0
- package/dist/src/components/header-user/headerUserStyles.d.ts.map +1 -0
- package/dist/src/components/header-user/index.d.ts +5 -0
- package/dist/src/components/header-user/index.d.ts.map +1 -0
- package/dist/src/components/headerChallenge/headerChallengeStyle.d.ts +2 -0
- package/dist/src/components/headerChallenge/headerChallengeStyle.d.ts.map +1 -0
- package/dist/src/components/headerChallenge/index.d.ts +11 -0
- package/dist/src/components/headerChallenge/index.d.ts.map +1 -0
- package/dist/src/components/index.d.ts +7 -0
- package/dist/src/components/index.d.ts.map +1 -0
- package/dist/src/components/input-comment/index.d.ts +5 -0
- package/dist/src/components/input-comment/index.d.ts.map +1 -0
- package/dist/src/components/input-comment/inputComment.utils.d.ts +2 -0
- package/dist/src/components/input-comment/inputComment.utils.d.ts.map +1 -0
- package/dist/src/components/input-comment/inputCommentStyles.d.ts +18 -0
- package/dist/src/components/input-comment/inputCommentStyles.d.ts.map +1 -0
- package/dist/src/components/input-comment-v2/index.d.ts +5 -0
- package/dist/src/components/input-comment-v2/index.d.ts.map +1 -0
- package/dist/src/components/input-comment-v2/inputCommentStyles.d.ts +18 -0
- package/dist/src/components/input-comment-v2/inputCommentStyles.d.ts.map +1 -0
- package/dist/src/components/item-lateral-menu/index.d.ts +5 -0
- package/dist/src/components/item-lateral-menu/index.d.ts.map +1 -0
- package/dist/src/components/item-lateral-menu/itemLateralMenuStyles.d.ts +23 -0
- package/dist/src/components/item-lateral-menu/itemLateralMenuStyles.d.ts.map +1 -0
- package/dist/src/components/item-menu-global/index.d.ts +5 -0
- package/dist/src/components/item-menu-global/index.d.ts.map +1 -0
- package/dist/src/components/item-menu-global/itemMenuGlobalStyles.d.ts +12 -0
- package/dist/src/components/item-menu-global/itemMenuGlobalStyles.d.ts.map +1 -0
- package/dist/src/components/languages-dropdown/index.d.ts +5 -0
- package/dist/src/components/languages-dropdown/index.d.ts.map +1 -0
- package/dist/src/components/languages-dropdown/languagesDropdownStyles.d.ts +13 -0
- package/dist/src/components/languages-dropdown/languagesDropdownStyles.d.ts.map +1 -0
- package/dist/src/components/lateral-menu/index.d.ts +5 -0
- package/dist/src/components/lateral-menu/index.d.ts.map +1 -0
- package/dist/src/components/lateral-menu/lateralMenuStyles.d.ts +7 -0
- package/dist/src/components/lateral-menu/lateralMenuStyles.d.ts.map +1 -0
- package/dist/src/components/learning-steps/index.d.ts +5 -0
- package/dist/src/components/learning-steps/index.d.ts.map +1 -0
- package/dist/src/components/learning-steps/learningStepsStyles.d.ts +8 -0
- package/dist/src/components/learning-steps/learningStepsStyles.d.ts.map +1 -0
- package/dist/src/components/menu-more/index.d.ts +5 -0
- package/dist/src/components/menu-more/index.d.ts.map +1 -0
- package/dist/src/components/menu-more/menuMoreStyles.d.ts +9 -0
- package/dist/src/components/menu-more/menuMoreStyles.d.ts.map +1 -0
- package/dist/src/components/mini-button/index.d.ts +5 -0
- package/dist/src/components/mini-button/index.d.ts.map +1 -0
- package/dist/src/components/mini-button/miniButtonStyle.d.ts +7 -0
- package/dist/src/components/mini-button/miniButtonStyle.d.ts.map +1 -0
- package/dist/src/components/modal/modalLXP/Modal.d.ts +4 -0
- package/dist/src/components/modal/modalLXP/Modal.d.ts.map +1 -0
- package/dist/src/components/modal/modalLearningTech/index.d.ts +20 -0
- package/dist/src/components/modal/modalLearningTech/index.d.ts.map +1 -0
- package/dist/src/components/modal/modalVideo/index.d.ts +19 -0
- package/dist/src/components/modal/modalVideo/index.d.ts.map +1 -0
- package/dist/src/components/modal/statusProblema/index.d.ts +13 -0
- package/dist/src/components/modal/statusProblema/index.d.ts.map +1 -0
- package/dist/src/components/quantidadeDesafios/index.d.ts +19 -0
- package/dist/src/components/quantidadeDesafios/index.d.ts.map +1 -0
- package/dist/src/components/quantidadeDesafios/quantidadeDesafios.d.ts +8 -0
- package/dist/src/components/quantidadeDesafios/quantidadeDesafios.d.ts.map +1 -0
- package/dist/src/components/quantidadeDesafios/stats.d.ts +9 -0
- package/dist/src/components/quantidadeDesafios/stats.d.ts.map +1 -0
- package/dist/src/components/scroll-container/index.d.ts +5 -0
- package/dist/src/components/scroll-container/index.d.ts.map +1 -0
- package/dist/src/components/scroll-container/scrollContainer.utils.d.ts +2 -0
- package/dist/src/components/scroll-container/scrollContainer.utils.d.ts.map +1 -0
- package/dist/src/components/scroll-container/scrollContainerStyles.d.ts +16 -0
- package/dist/src/components/scroll-container/scrollContainerStyles.d.ts.map +1 -0
- package/dist/src/components/search-field/index.d.ts +5 -0
- package/dist/src/components/search-field/index.d.ts.map +1 -0
- package/dist/src/components/search-field/searchFieldStyles.d.ts +12 -0
- package/dist/src/components/search-field/searchFieldStyles.d.ts.map +1 -0
- package/dist/src/components/select/index.d.ts +8 -0
- package/dist/src/components/select/index.d.ts.map +1 -0
- package/dist/src/components/show-more/index.d.ts +5 -0
- package/dist/src/components/show-more/index.d.ts.map +1 -0
- package/dist/src/components/show-more/showMoreStyles.d.ts +7 -0
- package/dist/src/components/show-more/showMoreStyles.d.ts.map +1 -0
- package/dist/src/components/speech-bubble/index.d.ts +5 -0
- package/dist/src/components/speech-bubble/index.d.ts.map +1 -0
- package/dist/src/components/speech-bubble/speechBubbleStyles.d.ts +11 -0
- package/dist/src/components/speech-bubble/speechBubbleStyles.d.ts.map +1 -0
- package/dist/src/components/step-card/index.d.ts +5 -0
- package/dist/src/components/step-card/index.d.ts.map +1 -0
- package/dist/src/components/step-card/stepCardStyles.d.ts +20 -0
- package/dist/src/components/step-card/stepCardStyles.d.ts.map +1 -0
- package/dist/src/components/tag/index.d.ts +19 -0
- package/dist/src/components/tag/index.d.ts.map +1 -0
- package/dist/src/components/totalizer-card/index.d.ts +5 -0
- package/dist/src/components/totalizer-card/index.d.ts.map +1 -0
- package/dist/src/components/totalizer-card/totalizerCardStyles.d.ts +18 -0
- package/dist/src/components/totalizer-card/totalizerCardStyles.d.ts.map +1 -0
- package/dist/src/shared/globalComponentsStyle.d.ts +10 -0
- package/dist/src/shared/globalComponentsStyle.d.ts.map +1 -0
- package/dist/src/shared/icons.d.ts +172 -0
- package/dist/src/shared/icons.d.ts.map +1 -0
- package/dist/src/theme/index.d.ts +3 -0
- package/dist/src/theme/index.d.ts.map +1 -0
- package/dist/src/theme/tokens.d.ts +221 -0
- package/dist/src/theme/tokens.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface IconsProps {
|
|
3
|
+
fill?: string;
|
|
4
|
+
stroke?: string;
|
|
5
|
+
customColor_1?: string;
|
|
6
|
+
customColor_2?: string;
|
|
7
|
+
fillOpacity?: string;
|
|
8
|
+
width?: string;
|
|
9
|
+
height?: string;
|
|
10
|
+
active?: boolean;
|
|
11
|
+
strokeWidth?: string;
|
|
12
|
+
}
|
|
13
|
+
export declare function Lupa({ fill, width, height }: IconsProps): JSX.Element;
|
|
14
|
+
export declare function ArrowIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
15
|
+
export declare function EditIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
16
|
+
export declare function WarningIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
17
|
+
export declare function FRSTLogo({ fill, width, height }: IconsProps): JSX.Element;
|
|
18
|
+
export declare function FRSTLogoBig({ fill, width, height }: IconsProps): JSX.Element;
|
|
19
|
+
export declare function ChangeAccount({ fill, width, height }: IconsProps): JSX.Element;
|
|
20
|
+
export declare function DownloadIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
21
|
+
export declare function DropdownIconWhite({ fill, width, height }: IconsProps): JSX.Element;
|
|
22
|
+
export declare function DropdownIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
23
|
+
export declare function DropdownIconLine({ fill, width, height }: IconsProps): JSX.Element;
|
|
24
|
+
export declare function DropdownSideIconWhite({ fill, width, height }: IconsProps): JSX.Element;
|
|
25
|
+
export declare function ExitArrow({ fill, width, height }: IconsProps): JSX.Element;
|
|
26
|
+
export declare function BackArrow({ fill, width, height }: IconsProps): JSX.Element;
|
|
27
|
+
export declare function EmptyAvatar({ fill, width, height }: IconsProps): JSX.Element;
|
|
28
|
+
export declare function WhiteFilter({ fill, width, height }: IconsProps): JSX.Element;
|
|
29
|
+
export declare function CheckboxChecked({ fill, stroke, width, height }: IconsProps): JSX.Element;
|
|
30
|
+
export declare function CheckboxEmpty({ fill, stroke, width, height, active }: IconsProps): JSX.Element;
|
|
31
|
+
export declare function Trash({ fill, width, height }: IconsProps): JSX.Element;
|
|
32
|
+
export declare function TrashDelete({ fill, width, height }: IconsProps): JSX.Element;
|
|
33
|
+
export declare function AlertCicle({ fill, width, height }: IconsProps): JSX.Element;
|
|
34
|
+
export declare function DoubleCheck({ fill, width, height }: IconsProps): JSX.Element;
|
|
35
|
+
export declare function WithoutTrail({ fill, width, height }: IconsProps): JSX.Element;
|
|
36
|
+
export declare function MoreDotsVertical({ fill, width, height }: IconsProps): JSX.Element;
|
|
37
|
+
export declare function MoreDotsHorizontal({ fill, width, height }: IconsProps): JSX.Element;
|
|
38
|
+
export declare function Mail({ fill, width, height }: IconsProps): JSX.Element;
|
|
39
|
+
export declare function Dot({ fill, width, height }: IconsProps): JSX.Element;
|
|
40
|
+
export declare function Brain({ fill, width, height }: IconsProps): JSX.Element;
|
|
41
|
+
export declare function CompanyIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
42
|
+
export declare function WithTrail({ fill, width, height }: IconsProps): JSX.Element;
|
|
43
|
+
export declare function EyeOff({ fill, width, height }: IconsProps): JSX.Element;
|
|
44
|
+
export declare function SmileOutlined({ fill, width, height }: IconsProps): JSX.Element;
|
|
45
|
+
export declare function SaveIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
46
|
+
export declare function RocketIcon({ fill, width, height, fillOpacity }: IconsProps): JSX.Element;
|
|
47
|
+
export declare function CheckInCicle({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
48
|
+
export declare function CloseInCicle({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
49
|
+
export declare function RocketIconCommentaryBox({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
50
|
+
export declare function ArrowScrollRight({ fill, stroke, customColor_1, width, height, strokeWidth }: IconsProps): JSX.Element;
|
|
51
|
+
export declare function ArrowScrollLeft({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
52
|
+
export declare function Bullseye({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
53
|
+
export declare function TrashIcon({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
54
|
+
export declare function SearchIcon({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
55
|
+
export declare function ErrorInCicleIcon({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
56
|
+
export declare function WarningInCicleIcon({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
57
|
+
export declare function CorrectInCicleIcon({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
58
|
+
export declare function CloseIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
59
|
+
export declare function AddIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
60
|
+
export declare function OpenedEye({ fill, width, height }: IconsProps): JSX.Element;
|
|
61
|
+
export declare function PeopleIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
62
|
+
export declare function CopyPaste({ fill, width, height }: IconsProps): JSX.Element;
|
|
63
|
+
export declare function Channel({ fill, width, height }: IconsProps): JSX.Element;
|
|
64
|
+
export declare function Share({ fill, width, height }: IconsProps): JSX.Element;
|
|
65
|
+
export declare function Cam({ fill, width, height }: IconsProps): JSX.Element;
|
|
66
|
+
export declare function Content({ fill, width, height }: IconsProps): JSX.Element;
|
|
67
|
+
export declare function Certificate({ fill, width, height }: IconsProps): JSX.Element;
|
|
68
|
+
export declare function Quiz({ fill, width, height }: IconsProps): JSX.Element;
|
|
69
|
+
export declare function File({ fill, width, height }: IconsProps): JSX.Element;
|
|
70
|
+
export declare function Link({ fill, width, height }: IconsProps): JSX.Element;
|
|
71
|
+
export declare function Dollar({ fill, width, height }: IconsProps): JSX.Element;
|
|
72
|
+
export declare function PodCast({ fill, width, height }: IconsProps): JSX.Element;
|
|
73
|
+
export declare function WhitePaper({ fill, width, height }: IconsProps): JSX.Element;
|
|
74
|
+
export declare function QuizSucessError({ fill, width, height }: IconsProps): JSX.Element;
|
|
75
|
+
export declare function Code({ fill, width, height }: IconsProps): JSX.Element;
|
|
76
|
+
export declare function BarChart({ fill, width, height }: IconsProps): JSX.Element;
|
|
77
|
+
export declare function Course({ fill, width, height }: IconsProps): JSX.Element;
|
|
78
|
+
export declare function Palette({ fill, width, height }: IconsProps): JSX.Element;
|
|
79
|
+
export declare function MoreVertical({ fill, width, height }: IconsProps): JSX.Element;
|
|
80
|
+
export declare function MoreHorizontal({ fill, width, height }: IconsProps): JSX.Element;
|
|
81
|
+
export declare function UploadIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
82
|
+
export declare function Video({ fill, width, height }: IconsProps): JSX.Element;
|
|
83
|
+
export declare function StarRating({ fill, width, height, fillOpacity }: IconsProps): JSX.Element;
|
|
84
|
+
export declare function Noun({ fill, width, height }: IconsProps): JSX.Element;
|
|
85
|
+
export declare function WhatAppBordered({ fill, width, height }: IconsProps): JSX.Element;
|
|
86
|
+
export declare function MailBordered({ fill, width, height }: IconsProps): JSX.Element;
|
|
87
|
+
export declare function MessageCheckLine({ fill, width, height }: IconsProps): JSX.Element;
|
|
88
|
+
export declare function Viewer({ fill }: IconsProps): JSX.Element;
|
|
89
|
+
export declare function IconNotification({ fill, width, height }: IconsProps): JSX.Element;
|
|
90
|
+
export declare function LinkedinIconMentor(): JSX.Element;
|
|
91
|
+
export declare function Plus({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
92
|
+
export declare function HomeLineIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
93
|
+
export declare function HomeFilledIcon({ fill }: IconsProps): JSX.Element;
|
|
94
|
+
export declare function CalendarLineIcon({ fill }: IconsProps): JSX.Element;
|
|
95
|
+
export declare function CalendarFilledIcon({ customColor_1, customColor_2 }: IconsProps): JSX.Element;
|
|
96
|
+
export declare function PencilLineIcon({ fill }: IconsProps): JSX.Element;
|
|
97
|
+
export declare function PencilFilledIcon({ fill }: IconsProps): JSX.Element;
|
|
98
|
+
export declare function LampLineIcon({ fill }: IconsProps): JSX.Element;
|
|
99
|
+
export declare function LampFilledIcon({ fill }: IconsProps): JSX.Element;
|
|
100
|
+
export declare function MedalLineIcon({ fill }: IconsProps): JSX.Element;
|
|
101
|
+
export declare function MedalFilledIcon({ fill }: IconsProps): JSX.Element;
|
|
102
|
+
export declare function PlayLineIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
103
|
+
export declare function PlayFilledIcon({ customColor_1, customColor_2, width, height }: IconsProps): JSX.Element;
|
|
104
|
+
export declare function SiteIcon({ fill }: IconsProps): JSX.Element;
|
|
105
|
+
export declare function LinkedinIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
106
|
+
export declare function Handshake({ fill }: IconsProps): JSX.Element;
|
|
107
|
+
export declare function Mission({ fill }: IconsProps): JSX.Element;
|
|
108
|
+
export declare function Lamp({ fill }: IconsProps): JSX.Element;
|
|
109
|
+
export declare function InstagramIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
110
|
+
export declare function YoutubeIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
111
|
+
export declare function SpotifyIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
112
|
+
export declare function PodCastIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
113
|
+
export declare function CalendarIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
114
|
+
export declare function WriteIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
115
|
+
export declare function HomeIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
116
|
+
export declare function RocketButton({ customColor_1, customColor_2, width, height }: IconsProps): JSX.Element;
|
|
117
|
+
export declare function StarOutlined({ fill, width, height }: IconsProps): JSX.Element;
|
|
118
|
+
export declare function TalkIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
119
|
+
export declare function ThumbsUpIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
120
|
+
export declare function ThumbsUpCovered({ customColor_1, customColor_2, width, height }: IconsProps): JSX.Element;
|
|
121
|
+
export declare function StepCicleOne({ fill, width, height }: IconsProps): JSX.Element;
|
|
122
|
+
export declare function StepCheckInCicle({ fill, width, height }: IconsProps): JSX.Element;
|
|
123
|
+
export declare function StepCicleTwo({ fill, width, height }: IconsProps): JSX.Element;
|
|
124
|
+
export declare function StepCicleThree({ fill, width, height }: IconsProps): JSX.Element;
|
|
125
|
+
export declare function StepCicleFour({ fill, width, height }: IconsProps): JSX.Element;
|
|
126
|
+
export declare function FowardArrow({ fill, width, height }: IconsProps): JSX.Element;
|
|
127
|
+
export declare function AddPeople({ fill, width, height }: IconsProps): JSX.Element;
|
|
128
|
+
export declare function Books({ fill, width, height }: IconsProps): JSX.Element;
|
|
129
|
+
export declare function Clock({ fill, width, height }: IconsProps): JSX.Element;
|
|
130
|
+
export declare function Load({ fill, width, height }: IconsProps): JSX.Element;
|
|
131
|
+
export declare function Diamond({ fill, width, height }: IconsProps): JSX.Element;
|
|
132
|
+
export declare function Challenge({ fill, width, height }: IconsProps): JSX.Element;
|
|
133
|
+
export declare function SawBadgeIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
134
|
+
export declare function GoalInviteIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
135
|
+
export declare function GoalViewsIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
136
|
+
export declare function StatusProblemaSawBadgeIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
137
|
+
export declare function StatusProblemaSendIcon({ fill, width, height }: IconsProps): JSX.Element;
|
|
138
|
+
export declare function StatusProblemaEdit({ fill, width, height }: IconsProps): JSX.Element;
|
|
139
|
+
export declare function PlayIcon({ width, height, customColor_1, customColor_2 }: IconsProps): JSX.Element;
|
|
140
|
+
export declare function PauseIcon({ customColor_1, customColor_2, width, height }: IconsProps): JSX.Element;
|
|
141
|
+
export declare function Back15({ width, height, fill }: IconsProps): JSX.Element;
|
|
142
|
+
export declare function Foward15({ width, height, fill }: IconsProps): JSX.Element;
|
|
143
|
+
export declare function VolumeIcon({ width, height, fill }: IconsProps): JSX.Element;
|
|
144
|
+
export declare function MuteIcon({ width, height, fill }: IconsProps): JSX.Element;
|
|
145
|
+
export declare function ThumbVideo({ fill, width, height }: IconsProps): JSX.Element;
|
|
146
|
+
export declare function ThumbTexto({ fill, width, height }: IconsProps): JSX.Element;
|
|
147
|
+
export declare function ThumbPodcast({ fill, width, height }: IconsProps): JSX.Element;
|
|
148
|
+
export declare function StarFavorite({ fill, width, stroke, height }: IconsProps): JSX.Element;
|
|
149
|
+
export declare function IconDown({ fill, width, height }: IconsProps): JSX.Element;
|
|
150
|
+
export declare function IconUp({ fill, width, height }: IconsProps): JSX.Element;
|
|
151
|
+
export declare function IconGaps({ fill, width, height }: IconsProps): JSX.Element;
|
|
152
|
+
export declare function IconModules({ fill, width, height }: IconsProps): JSX.Element;
|
|
153
|
+
export declare function CheckIconSimple({ width, height, fill }: IconsProps): JSX.Element;
|
|
154
|
+
export declare function IconContent({ fill, width, height }: IconsProps): JSX.Element;
|
|
155
|
+
export declare function ErrorAlert({ fill, width, height }: IconsProps): JSX.Element;
|
|
156
|
+
export declare function IconLikeLine({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
157
|
+
export declare function IconLikeFilled({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
158
|
+
export declare function TrashIconNew({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
159
|
+
export declare function VotarIcon({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
160
|
+
export declare function VotarIconPressed({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
161
|
+
export declare function ArrowShowMoreLess({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
162
|
+
export declare function IconCriarIdeia({ fill, stroke, customColor_1, width, height }: IconsProps): JSX.Element;
|
|
163
|
+
export declare function FaseUm(): JSX.Element;
|
|
164
|
+
export declare function FaseDois(): JSX.Element;
|
|
165
|
+
export declare function FaseTres(): JSX.Element;
|
|
166
|
+
export declare function FaseQuatro(): JSX.Element;
|
|
167
|
+
export declare function FaseCinco(): JSX.Element;
|
|
168
|
+
export declare function FaseFinalizado(): JSX.Element;
|
|
169
|
+
export declare function CardFinished(): JSX.Element;
|
|
170
|
+
export declare function Tick({ fill, width, height }: IconsProps): JSX.Element;
|
|
171
|
+
export {};
|
|
172
|
+
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/shared/icons.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/theme/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AAGhD,eAAO,MAAM,SAAS,EAAE,YAEvB,CAAA"}
|
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
export declare const DesignTokens: {
|
|
2
|
+
colors: {
|
|
3
|
+
borderPrimary: string;
|
|
4
|
+
borderSecondary1: string;
|
|
5
|
+
borderSecondary2: string;
|
|
6
|
+
borderSecondary3: string;
|
|
7
|
+
borderSecondary4: string;
|
|
8
|
+
borderGray: string;
|
|
9
|
+
linkDisabled: string;
|
|
10
|
+
linkHover: string;
|
|
11
|
+
linkOnfocus: string;
|
|
12
|
+
linkPressed: string;
|
|
13
|
+
linkError: string;
|
|
14
|
+
inputError: string;
|
|
15
|
+
inputSelect: string;
|
|
16
|
+
selectItens: string;
|
|
17
|
+
messageAlert1: string;
|
|
18
|
+
messageAlert2: string;
|
|
19
|
+
messageError1: string;
|
|
20
|
+
messageError2: string;
|
|
21
|
+
messageSuccess1: string;
|
|
22
|
+
messageSuccess2: string;
|
|
23
|
+
neutralsGrey1: string;
|
|
24
|
+
neutralsGrey2: string;
|
|
25
|
+
neutralsGrey3: string;
|
|
26
|
+
neutralsGrey4: string;
|
|
27
|
+
neutralsGrey5: string;
|
|
28
|
+
neutralsGrey6: string;
|
|
29
|
+
neutralsGrey7: string;
|
|
30
|
+
neutralsGrey8: string;
|
|
31
|
+
neutralsGrey9: string;
|
|
32
|
+
neutralGrey10: string;
|
|
33
|
+
incompleteGrey: string;
|
|
34
|
+
disabledLabelGray: string;
|
|
35
|
+
primary1: string;
|
|
36
|
+
primary2: string;
|
|
37
|
+
primary3: string;
|
|
38
|
+
secondary1: string;
|
|
39
|
+
secondary2: string;
|
|
40
|
+
secondary5: string;
|
|
41
|
+
shadeWhite: string;
|
|
42
|
+
shadeBlack: string;
|
|
43
|
+
};
|
|
44
|
+
fonts: {
|
|
45
|
+
header1: {
|
|
46
|
+
fontFamily: string;
|
|
47
|
+
fontSize: string;
|
|
48
|
+
letterSpacing: string;
|
|
49
|
+
lineHeight: string;
|
|
50
|
+
fontWeight: number;
|
|
51
|
+
color: string;
|
|
52
|
+
};
|
|
53
|
+
header2: {
|
|
54
|
+
fontFamily: string;
|
|
55
|
+
fontSize: string;
|
|
56
|
+
letterSpacing: string;
|
|
57
|
+
lineHeight: string;
|
|
58
|
+
fontWeight: number;
|
|
59
|
+
color: string;
|
|
60
|
+
};
|
|
61
|
+
textMessageComponentsBodyBold: {
|
|
62
|
+
fontFamily: string;
|
|
63
|
+
fontSize: string;
|
|
64
|
+
letterSpacing: string;
|
|
65
|
+
lineHeight: string;
|
|
66
|
+
fontWeight: number;
|
|
67
|
+
color: string;
|
|
68
|
+
};
|
|
69
|
+
textMessageComponentsBodyRegular: {
|
|
70
|
+
fontFamily: string;
|
|
71
|
+
fontSize: string;
|
|
72
|
+
letterSpacing: string;
|
|
73
|
+
lineHeight: string;
|
|
74
|
+
fontWeight: number;
|
|
75
|
+
color: string;
|
|
76
|
+
};
|
|
77
|
+
textMessageComponentsBodySmall: {
|
|
78
|
+
fontFamily: string;
|
|
79
|
+
fontSize: string;
|
|
80
|
+
letterSpacing: string;
|
|
81
|
+
lineHeight: string;
|
|
82
|
+
fontWeight: number;
|
|
83
|
+
color: string;
|
|
84
|
+
};
|
|
85
|
+
textMessageComponentsBodyTiny: {
|
|
86
|
+
fontFamily: string;
|
|
87
|
+
fontSize: string;
|
|
88
|
+
letterSpacing: string;
|
|
89
|
+
lineHeight: string;
|
|
90
|
+
fontWeight: number;
|
|
91
|
+
color: string;
|
|
92
|
+
};
|
|
93
|
+
textMessageComponentsRegular: {
|
|
94
|
+
fontFamily: string;
|
|
95
|
+
fontSize: string;
|
|
96
|
+
letterSpacing: string;
|
|
97
|
+
lineHeight: string;
|
|
98
|
+
fontWeight: number;
|
|
99
|
+
color: string;
|
|
100
|
+
};
|
|
101
|
+
textMessageRegular: {
|
|
102
|
+
fontFamily: string;
|
|
103
|
+
fontSize: string;
|
|
104
|
+
letterSpacing: string;
|
|
105
|
+
lineHeight: string;
|
|
106
|
+
fontWeight: number;
|
|
107
|
+
color: string;
|
|
108
|
+
};
|
|
109
|
+
textMessageComponentsBold: {
|
|
110
|
+
fontFamily: string;
|
|
111
|
+
fontSize: string;
|
|
112
|
+
letterSpacing: string;
|
|
113
|
+
lineHeight: string;
|
|
114
|
+
fontWeight: number;
|
|
115
|
+
color: string;
|
|
116
|
+
};
|
|
117
|
+
textMessageComponentsCardTitle: {
|
|
118
|
+
fontFamily: string;
|
|
119
|
+
fontSize: string;
|
|
120
|
+
letterSpacing: string;
|
|
121
|
+
lineHeight: string;
|
|
122
|
+
fontWeight: number;
|
|
123
|
+
color: string;
|
|
124
|
+
};
|
|
125
|
+
textMessageComponentsHero: {
|
|
126
|
+
fontFamily: string;
|
|
127
|
+
fontSize: string;
|
|
128
|
+
letterSpacing: string;
|
|
129
|
+
lineHeight: string;
|
|
130
|
+
fontWeight: number;
|
|
131
|
+
color: string;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
global: {
|
|
135
|
+
shadowLevel_0: {
|
|
136
|
+
value: {
|
|
137
|
+
x: string;
|
|
138
|
+
y: string;
|
|
139
|
+
blur: string;
|
|
140
|
+
spread: string;
|
|
141
|
+
color: string;
|
|
142
|
+
type: string;
|
|
143
|
+
};
|
|
144
|
+
type: string;
|
|
145
|
+
};
|
|
146
|
+
shadowLevel_1: {
|
|
147
|
+
value: {
|
|
148
|
+
x: string;
|
|
149
|
+
y: string;
|
|
150
|
+
blur: string;
|
|
151
|
+
spread: string;
|
|
152
|
+
color: string;
|
|
153
|
+
type: string;
|
|
154
|
+
};
|
|
155
|
+
type: string;
|
|
156
|
+
};
|
|
157
|
+
shadowLevel_2: {
|
|
158
|
+
value: {
|
|
159
|
+
x: string;
|
|
160
|
+
y: string;
|
|
161
|
+
blur: string;
|
|
162
|
+
spread: string;
|
|
163
|
+
color: string;
|
|
164
|
+
type: string;
|
|
165
|
+
};
|
|
166
|
+
type: string;
|
|
167
|
+
};
|
|
168
|
+
shadowLevel_3: {
|
|
169
|
+
value: {
|
|
170
|
+
x: string;
|
|
171
|
+
y: string;
|
|
172
|
+
blur: string;
|
|
173
|
+
spread: string;
|
|
174
|
+
color: string;
|
|
175
|
+
type: string;
|
|
176
|
+
};
|
|
177
|
+
type: string;
|
|
178
|
+
};
|
|
179
|
+
border_width_small: {
|
|
180
|
+
value: string;
|
|
181
|
+
type: string;
|
|
182
|
+
};
|
|
183
|
+
border_width_medium: {
|
|
184
|
+
value: string;
|
|
185
|
+
type: string;
|
|
186
|
+
};
|
|
187
|
+
'border-width-large': {
|
|
188
|
+
value: string;
|
|
189
|
+
type: string;
|
|
190
|
+
};
|
|
191
|
+
'border-radius-small': {
|
|
192
|
+
value: string;
|
|
193
|
+
type: string;
|
|
194
|
+
};
|
|
195
|
+
'border-radius-medium': {
|
|
196
|
+
value: string;
|
|
197
|
+
type: string;
|
|
198
|
+
};
|
|
199
|
+
'border-radius-large': {
|
|
200
|
+
value: string;
|
|
201
|
+
type: string;
|
|
202
|
+
};
|
|
203
|
+
'border-radius-xlarge': {
|
|
204
|
+
value: string;
|
|
205
|
+
type: string;
|
|
206
|
+
};
|
|
207
|
+
button_padding: {
|
|
208
|
+
value: string;
|
|
209
|
+
type: string;
|
|
210
|
+
};
|
|
211
|
+
card_padding_normal: {
|
|
212
|
+
value: string;
|
|
213
|
+
type: string;
|
|
214
|
+
};
|
|
215
|
+
card_padding_large: {
|
|
216
|
+
value: string;
|
|
217
|
+
type: string;
|
|
218
|
+
};
|
|
219
|
+
};
|
|
220
|
+
};
|
|
221
|
+
//# sourceMappingURL=tokens.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/theme/tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6NxB,CAAA"}
|