frst-components 0.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.dockerignore +7 -0
- package/.env +1 -0
- package/.github/pull_request_template.md +26 -0
- package/.hintrc +41 -0
- package/.prettierrc +7 -0
- package/.storybook/i18n.js +26 -0
- package/.storybook/main.js +41 -0
- package/.storybook/preview.js +23 -0
- package/.vscode/settings.json +2 -0
- package/Dockerfile +22 -0
- package/README.md +52 -0
- package/declarations.d.ts +4 -0
- package/dist/index.d.ts +100 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +14926 -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/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/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 +16 -0
- package/dist/src/components/FI/bannerProblemFeed/bannerProblemFeedStyles.d.ts.map +1 -0
- package/dist/src/components/FI/bannerProblemFeed/index.d.ts +105 -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 +40 -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/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/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 +42 -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 +9 -0
- package/dist/src/components/FI/smallSRGBanner/index.d.ts.map +1 -0
- package/dist/src/components/FI/smallSRGBanner/smallSRGBannerStyles.d.ts +5 -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 +14 -0
- package/dist/src/components/IJ/participantCardOld/participantCardStyle.d.ts.map +1 -0
- package/dist/src/components/IJ/thumbListContent/index.d.ts +20 -0
- package/dist/src/components/IJ/thumbListContent/index.d.ts.map +1 -0
- package/dist/src/components/IJ/thumbListContent/thumbListContentStyles.d.ts +22 -0
- package/dist/src/components/IJ/thumbListContent/thumbListContentStyles.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 +27 -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 +14 -0
- package/dist/src/components/LXP/bannerLxp/bannerLxp.d.ts.map +1 -0
- package/dist/src/components/LXP/bannerLxp/index.d.ts +26 -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 +21 -0
- package/dist/src/components/LXP/headerContent/headerContent.d.ts.map +1 -0
- package/dist/src/components/LXP/headerContent/index.d.ts +21 -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 +11 -0
- package/dist/src/components/LXP/participantThumbnails/index.d.ts.map +1 -0
- package/dist/src/components/LXP/participantThumbnails/participantThumbnails.d.ts +11 -0
- package/dist/src/components/LXP/participantThumbnails/participantThumbnails.d.ts.map +1 -0
- package/dist/src/components/LXP/participantThumbnailsList/index.d.ts +15 -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/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 +24 -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 +21 -0
- package/dist/src/components/audio-player/audioPlayerStyles.d.ts.map +1 -0
- package/dist/src/components/audio-player/index.d.ts +22 -0
- package/dist/src/components/audio-player/index.d.ts.map +1 -0
- package/dist/src/components/avatar/avatarStyles.d.ts +9 -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/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/cardDefinicaoProblema/index.d.ts +38 -0
- package/dist/src/components/cards/cardDefinicaoProblema/index.d.ts.map +1 -0
- package/dist/src/components/cards/cardProblem/index.d.ts +31 -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 +22 -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/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/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/index.d.ts +3 -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/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/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 +8 -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/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/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/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 +20 -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/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 +15 -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/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 +156 -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 +195 -0
- package/dist/src/theme/tokens.d.ts.map +1 -0
- package/images.d.ts +4 -0
- package/index.tsx +178 -0
- package/package.json +92 -0
- package/public/bg1.png +0 -0
- package/public/bg2.png +0 -0
- package/public/favicon.ico +0 -0
- package/public/img/NoUploaded.png +0 -0
- package/public/img/Picture.png +0 -0
- package/public/img/thumbFoto.png +0 -0
- package/public/index.html +43 -0
- package/public/locales/en-US.json +30 -0
- package/public/locales/es.json +31 -0
- package/public/locales/pt-BR.json +38 -0
- package/public/manifest.json +15 -0
- package/public/robots.txt +3 -0
- package/publish.sh +19 -0
- package/rollup.config.js +15 -0
- package/src/components/DS/loading/index.tsx +70 -0
- package/src/components/DS/loading/loading.stories.tsx +31 -0
- package/src/components/DS/loading/loadingStyle.ts +40 -0
- package/src/components/DS/modal/index.stories.tsx +25 -0
- package/src/components/DS/modal/index.tsx +100 -0
- package/src/components/DS/modal/styles.ts +101 -0
- package/src/components/DS/select/Select.tsx +101 -0
- package/src/components/DS/select/SelectContext.tsx +9 -0
- package/src/components/DS/select/SelectItem.tsx +69 -0
- package/src/components/DS/select/index.tsx +18 -0
- package/src/components/DS/select/select.stories.tsx +20 -0
- package/src/components/DS/select/styles/StylesSelect.tsx +100 -0
- package/src/components/DS/tooltip/index.stories.tsx +24 -0
- package/src/components/DS/tooltip/index.tsx +81 -0
- package/src/components/DS/tooltip/styles.ts +155 -0
- package/src/components/DS/tooltip/types.d.ts +21 -0
- package/src/components/EBR/buttons-group/index.d.ts +4 -0
- package/src/components/EBR/buttons-group/index.stories.tsx +23 -0
- package/src/components/EBR/buttons-group/index.tsx +31 -0
- package/src/components/EBR/buttons-group/styles.ts +7 -0
- package/src/components/EBR/group-statistics/groupStatistics.d.ts +6 -0
- package/src/components/EBR/group-statistics/groupStatistics.stories.tsx +89 -0
- package/src/components/EBR/group-statistics/groupStatisticsStyles.ts +63 -0
- package/src/components/EBR/group-statistics/index.tsx +85 -0
- package/src/components/EBR/objective-step/index.tsx +18 -0
- package/src/components/EBR/objective-step/objectiveStep.d.ts +5 -0
- package/src/components/EBR/objective-step/objectiveStep.stories.tsx +24 -0
- package/src/components/EBR/objective-step/objectiveStepStyles.ts +42 -0
- package/src/components/EBR/rating/index.tsx +97 -0
- package/src/components/EBR/rating/rating.d.ts +42 -0
- package/src/components/EBR/rating/rating.stories.tsx +24 -0
- package/src/components/EBR/rating/ratingStyles.ts +25 -0
- package/src/components/EBR/specialist-contact/index.tsx +40 -0
- package/src/components/EBR/specialist-contact/specialistContact.d.ts +13 -0
- package/src/components/EBR/specialist-contact/specialistContact.stories.tsx +26 -0
- package/src/components/EBR/specialist-contact/specialistContactStyles.ts +93 -0
- package/src/components/EBR/stepper/index.d.ts +29 -0
- package/src/components/EBR/stepper/index.stories.tsx +43 -0
- package/src/components/EBR/stepper/index.tsx +7 -0
- package/src/components/EBR/stepper/stepper.tsx +23 -0
- package/src/components/EBR/stepper/stepperItem.tsx +38 -0
- package/src/components/EBR/stepper/styles.ts +140 -0
- package/src/components/EBR/trail-list/index.tsx +82 -0
- package/src/components/EBR/trail-list/trailList.d.ts +6 -0
- package/src/components/EBR/trail-list/trailList.stories.tsx +59 -0
- package/src/components/EBR/trail-list/trailListStyles.ts +54 -0
- package/src/components/FI/bannerProblemFeed/bannerProblemFeed.stories.tsx +355 -0
- package/src/components/FI/bannerProblemFeed/bannerProblemFeedStyles.ts +128 -0
- package/src/components/FI/bannerProblemFeed/index.tsx +388 -0
- package/src/components/FI/bannerSRG/bannerSRG.d.ts +33 -0
- package/src/components/FI/bannerSRG/bannerSRG.stories.tsx +106 -0
- package/src/components/FI/bannerSRG/bannerSRGStyle.ts +226 -0
- package/src/components/FI/bannerSRG/index.tsx +93 -0
- package/src/components/FI/feedInteraction/feedInteraction.stories.tsx +219 -0
- package/src/components/FI/feedInteraction/feedInteractionStyles.ts +142 -0
- package/src/components/FI/feedInteraction/index.tsx +343 -0
- package/src/components/FI/follow/follow.stories.tsx +59 -0
- package/src/components/FI/follow/followStyles.ts +42 -0
- package/src/components/FI/follow/index.tsx +144 -0
- package/src/components/FI/interactionsModal/InteractionsModal.stories.tsx +123 -0
- package/src/components/FI/interactionsModal/InteractionsModalStyles.ts +164 -0
- package/src/components/FI/interactionsModal/index.tsx +106 -0
- package/src/components/FI/interactionsModal/interactionsModal.d.ts +23 -0
- package/src/components/FI/notificationCard/index.tsx +66 -0
- package/src/components/FI/notificationCard/notificationCard.stories.tsx +34 -0
- package/src/components/FI/notificationCard/notificationCardStyles.ts +41 -0
- package/src/components/FI/notificationPopOver/index.tsx +190 -0
- package/src/components/FI/notificationPopOver/notificationPopOver.stories.tsx +117 -0
- package/src/components/FI/notificationPopOver/notificationPopOverStyles.ts +109 -0
- package/src/components/FI/postFeed/index.tsx +188 -0
- package/src/components/FI/postFeed/postFeed.stories.tsx +313 -0
- package/src/components/FI/postFeed/postFeedStyles.ts +188 -0
- package/src/components/FI/searchBox/SearchBox.stories.tsx +34 -0
- package/src/components/FI/searchBox/SearchBoxStyles.ts +21 -0
- package/src/components/FI/searchBox/index.tsx +25 -0
- package/src/components/FI/searchBox/searchBox.d.ts +11 -0
- package/src/components/FI/sessionFilters/index.tsx +160 -0
- package/src/components/FI/sessionFilters/sessionFilters.d.ts +35 -0
- package/src/components/FI/sessionFilters/sessionFilters.stories.tsx +74 -0
- package/src/components/FI/sessionFilters/sessionFiltersStyle.ts +86 -0
- package/src/components/FI/smallSRGBanner/index.tsx +24 -0
- package/src/components/FI/smallSRGBanner/smallSRGBanner.stories.tsx +19 -0
- package/src/components/FI/smallSRGBanner/smallSRGBannerStyles.ts +34 -0
- package/src/components/IJ/ContentCycle/ContentCycle.d.ts +56 -0
- package/src/components/IJ/ContentCycle/ContentCycle.stories.tsx +30 -0
- package/src/components/IJ/ContentCycle/ContentCycleStyles.ts +152 -0
- package/src/components/IJ/ContentCycle/index.tsx +85 -0
- package/src/components/IJ/ListContentCycle/ListContentCycle.d.ts +33 -0
- package/src/components/IJ/ListContentCycle/ListContentCycle.stories.tsx +77 -0
- package/src/components/IJ/ListContentCycle/ListContentCycleStyles.ts +10 -0
- package/src/components/IJ/ListContentCycle/index.tsx +35 -0
- package/src/components/IJ/StepLearningCycle/StepLearningCycle.d.ts +39 -0
- package/src/components/IJ/StepLearningCycle/StepLearningCycle.stories.tsx +24 -0
- package/src/components/IJ/StepLearningCycle/StepLearningCycleStyle.ts +93 -0
- package/src/components/IJ/StepLearningCycle/index.tsx +153 -0
- package/src/components/IJ/favorite/favorite.stories.tsx +19 -0
- package/src/components/IJ/favorite/favoriteStyles.ts +15 -0
- package/src/components/IJ/favorite/index.tsx +44 -0
- package/src/components/IJ/learningCycleCard/components/menu/index.tsx +92 -0
- package/src/components/IJ/learningCycleCard/components/menu/menuStyle.ts +27 -0
- package/src/components/IJ/learningCycleCard/index.tsx +93 -0
- package/src/components/IJ/learningCycleCard/learningCycleCard.d.ts +28 -0
- package/src/components/IJ/learningCycleCard/learningCycleCard.stories.tsx +229 -0
- package/src/components/IJ/learningCycleCard/learningCycleCardStyle.ts +173 -0
- package/src/components/IJ/listSelector/index.tsx +85 -0
- package/src/components/IJ/listSelector/listSelector.stories.tsx +64 -0
- package/src/components/IJ/listSelector/listSelectorStyles.ts +49 -0
- package/src/components/IJ/pagination/index.tsx +155 -0
- package/src/components/IJ/pagination/pagination.stories.tsx +112 -0
- package/src/components/IJ/pagination/paginationStyles.ts +61 -0
- package/src/components/IJ/participantCard/index.tsx +111 -0
- package/src/components/IJ/participantCard/participantCard.d.ts +24 -0
- package/src/components/IJ/participantCard/participantCard.stories.tsx +82 -0
- package/src/components/IJ/participantCard/participantCardStyle.ts +304 -0
- package/src/components/IJ/participantCardOld/index.tsx +108 -0
- package/src/components/IJ/participantCardOld/participantCard.d.ts +23 -0
- package/src/components/IJ/participantCardOld/participantCard.stories.tsx +34 -0
- package/src/components/IJ/participantCardOld/participantCardStyle.ts +218 -0
- package/src/components/IJ/thumbListContent/index.tsx +127 -0
- package/src/components/IJ/thumbListContent/thumbListContent.stories.tsx +130 -0
- package/src/components/IJ/thumbListContent/thumbListContentStyles.ts +196 -0
- package/src/components/LXP/DropdownSelectMultiple/dropdownSelectMultiple.stories.tsx +43 -0
- package/src/components/LXP/DropdownSelectMultiple/index.tsx +77 -0
- package/src/components/LXP/DropdownSelectMultiple/styles/MultiSelectDemo.ts +79 -0
- package/src/components/LXP/DropdownSelectMultiple/styles/MultiSelectItems.css +118 -0
- package/src/components/LXP/DropdownSelectMultiple/styles/icons/DropdownChevron.png +0 -0
- package/src/components/LXP/DropdownSelectMultiple/styles/icons/close.png +0 -0
- package/src/components/LXP/DropdownSelectMultiple/styles/icons/vector.png +0 -0
- package/src/components/LXP/DropdownSelectMultiple/styles/primeflex.css +20970 -0
- package/src/components/LXP/DropdownSelectMultiple/styles/primereact.css +6326 -0
- package/src/components/LXP/DropdownSelectMultiple/styles/theme.css +6515 -0
- package/src/components/LXP/accordionTrack/IAccordionTrack.d.ts +81 -0
- package/src/components/LXP/accordionTrack/accordionTrack.stories.tsx +305 -0
- package/src/components/LXP/accordionTrack/accordionTrack.tsx +402 -0
- package/src/components/LXP/accordionTrack/accordionTrackList.tsx +263 -0
- package/src/components/LXP/accordionTrack/accordionTrackStyle.ts +196 -0
- package/src/components/LXP/accordionTrack/contentCourses.tsx +9 -0
- package/src/components/LXP/accordionTrack/contentCoursesTrails.tsx +304 -0
- package/src/components/LXP/accordionTrack/vectorDown.tsx +26 -0
- package/src/components/LXP/accordionTrack/vectorUp.tsx +26 -0
- package/src/components/LXP/avatarAssociatedChannel/avatarAssociatedChannel.d.ts +10 -0
- package/src/components/LXP/avatarAssociatedChannel/avatarAssociatedChannel.stories.tsx +29 -0
- package/src/components/LXP/avatarAssociatedChannel/avatarAssociatedChannelStyles.ts +92 -0
- package/src/components/LXP/avatarAssociatedChannel/index.tsx +47 -0
- package/src/components/LXP/avatarChannel/avatarChannel.d.ts +13 -0
- package/src/components/LXP/avatarChannel/avatarChannel.stories.tsx +38 -0
- package/src/components/LXP/avatarChannel/avatarChannelStyles.ts +145 -0
- package/src/components/LXP/avatarChannel/index.tsx +112 -0
- package/src/components/LXP/bannerLxp/bannerLxp.stories.tsx +37 -0
- package/src/components/LXP/bannerLxp/bannerLxp.tsx +141 -0
- package/src/components/LXP/bannerLxp/index.tsx +270 -0
- package/src/components/LXP/buttonContent/buttonContent.d.ts +12 -0
- package/src/components/LXP/buttonContent/buttonContent.stories.tsx +23 -0
- package/src/components/LXP/buttonContent/buttonContentStyle.ts +63 -0
- package/src/components/LXP/buttonContent/index.tsx +16 -0
- package/src/components/LXP/calendarLxp/calendar.css +375 -0
- package/src/components/LXP/calendarLxp/calendarLxp.module.css +39 -0
- package/src/components/LXP/calendarLxp/calendarLxp.stories.tsx +19 -0
- package/src/components/LXP/calendarLxp/defaultRanges.tsx +99 -0
- package/src/components/LXP/calendarLxp/index.tsx +72 -0
- package/src/components/LXP/cardLearningCicle/cardLearningCicle.d.ts +16 -0
- package/src/components/LXP/cardLearningCicle/cardLearningCicle.stories.tsx +31 -0
- package/src/components/LXP/cardLearningCicle/cardLearningCicleStyle.ts +118 -0
- package/src/components/LXP/cardLearningCicle/index.tsx +129 -0
- package/src/components/LXP/colorpicker/colorpicker.d.ts +6 -0
- package/src/components/LXP/colorpicker/colorpicker.stories.tsx +18 -0
- package/src/components/LXP/colorpicker/colorpickerStyles.ts +46 -0
- package/src/components/LXP/colorpicker/index.tsx +30 -0
- package/src/components/LXP/contentSwitcher/contentSwitcher.d.ts +12 -0
- package/src/components/LXP/contentSwitcher/contentSwitcher.stories.tsx +26 -0
- package/src/components/LXP/contentSwitcher/contentSwitcherStyle.ts +92 -0
- package/src/components/LXP/contentSwitcher/index.tsx +33 -0
- package/src/components/LXP/contentThumbnails/contentThumbnails.d.ts +21 -0
- package/src/components/LXP/contentThumbnails/contentThumbnails.stories.tsx +106 -0
- package/src/components/LXP/contentThumbnails/contentThumbnailsStyle.ts +170 -0
- package/src/components/LXP/contentThumbnails/index.tsx +208 -0
- package/src/components/LXP/contentThumbnails/vectorDown.tsx +26 -0
- package/src/components/LXP/contentThumbnails/vectorEllipse.tsx +38 -0
- package/src/components/LXP/contentThumbnails/vectorUp.tsx +26 -0
- package/src/components/LXP/extraContent/adminExtraContent.tsx +127 -0
- package/src/components/LXP/extraContent/extraContent.d.ts +42 -0
- package/src/components/LXP/extraContent/extraContent.module.css +24 -0
- package/src/components/LXP/extraContent/extraContent.stories.tsx +96 -0
- package/src/components/LXP/extraContent/index.tsx +27 -0
- package/src/components/LXP/extraContent/richTextEditor/components.tsx +194 -0
- package/src/components/LXP/extraContent/richTextEditor/index.tsx +262 -0
- package/src/components/LXP/extraContent/studentExtraContent.tsx +160 -0
- package/src/components/LXP/fileUpload/FileUpload.d.ts +14 -0
- package/src/components/LXP/fileUpload/FileUpload.stories.tsx +29 -0
- package/src/components/LXP/fileUpload/fileUploadStyles.ts +86 -0
- package/src/components/LXP/fileUpload/index.tsx +51 -0
- package/src/components/LXP/headerContent/headerContent.stories.tsx +94 -0
- package/src/components/LXP/headerContent/headerContent.ts +216 -0
- package/src/components/LXP/headerContent/index.tsx +121 -0
- package/src/components/LXP/headerContent/selectedCountCircle.tsx +14 -0
- package/src/components/LXP/login/index.tsx +410 -0
- package/src/components/LXP/login/login.d.ts +50 -0
- package/src/components/LXP/login/login.stories.tsx +98 -0
- package/src/components/LXP/login/loginStyle.ts +290 -0
- package/src/components/LXP/manageLerningCicles/index.tsx +70 -0
- package/src/components/LXP/manageLerningCicles/manageLearningCicles.Style.ts +88 -0
- package/src/components/LXP/manageLerningCicles/manageLearningCicles.d.ts +12 -0
- package/src/components/LXP/manageLerningCicles/manageLearningCicles.stories.tsx +23 -0
- package/src/components/LXP/participantThumbnails/index.tsx +85 -0
- package/src/components/LXP/participantThumbnails/participantThumbnails.stories.tsx +19 -0
- package/src/components/LXP/participantThumbnails/participantThumbnails.ts +114 -0
- package/src/components/LXP/participantThumbnailsList/index.tsx +64 -0
- package/src/components/LXP/participantThumbnailsList/participantThumbnailsList.stories.tsx +93 -0
- package/src/components/LXP/participantThumbnailsList/participantThumbnailsList.ts +114 -0
- package/src/components/LXP/permission/index.tsx +223 -0
- package/src/components/LXP/permission/permission.d.ts +16 -0
- package/src/components/LXP/permission/permission.stories.tsx +28 -0
- package/src/components/LXP/permission/permissionStyle.ts +52 -0
- package/src/components/LXP/popOver/index.tsx +111 -0
- package/src/components/LXP/popOver/popOver.d.ts +30 -0
- package/src/components/LXP/popOver/popOver.stories.tsx +128 -0
- package/src/components/LXP/popOver/popOverStyle.ts +130 -0
- package/src/components/LXP/popOverLXP-antigo/index.tsx +48 -0
- package/src/components/LXP/popOverLXP-antigo/popOverLXP.d.ts +9 -0
- package/src/components/LXP/popOverLXP-antigo/popOverLXP.stories.tsx +103 -0
- package/src/components/LXP/popOverLXP-antigo/popOverLXPStyles.ts +121 -0
- package/src/components/LXP/progressBar/index.tsx +18 -0
- package/src/components/LXP/progressBar/progressBar.d.ts +8 -0
- package/src/components/LXP/progressBar/progressBar.stories.tsx +18 -0
- package/src/components/LXP/progressBar/progressStyle.ts +28 -0
- package/src/components/LXP/searchResults/index.tsx +36 -0
- package/src/components/LXP/searchResults/searchResults.d.ts +11 -0
- package/src/components/LXP/searchResults/searchResults.stories.tsx +23 -0
- package/src/components/LXP/searchResults/searchResultsStyles.ts +63 -0
- package/src/components/LXP/selectLXP/SelectLXP.tsx +170 -0
- package/src/components/LXP/selectLXP/SelectLXPContext.tsx +9 -0
- package/src/components/LXP/selectLXP/SelectLXPItem.tsx +63 -0
- package/src/components/LXP/selectLXP/index.tsx +16 -0
- package/src/components/LXP/selectLXP/selectLXP.stories.tsx +20 -0
- package/src/components/LXP/star-metric/index.tsx +28 -0
- package/src/components/LXP/star-metric/starMetric.d.ts +6 -0
- package/src/components/LXP/star-metric/starMetric.stories.tsx +18 -0
- package/src/components/LXP/star-metric/starMetricStyles.ts +17 -0
- package/src/components/LXP/thumbnails/thumbnails.d.ts +36 -0
- package/src/components/LXP/thumbnails/thumbnails.stories.tsx +48 -0
- package/src/components/LXP/thumbnails/thumbnails.tsx +217 -0
- package/src/components/LXP/thumbnails/thumbnailsDraggable.tsx +73 -0
- package/src/components/LXP/thumbnails/thumbnailsStyle.ts +183 -0
- package/src/components/LXP/thumbnails/vectorCross.tsx +25 -0
- package/src/components/LXP/thumbnails/vectorEllipse.tsx +38 -0
- package/src/components/LXP/tooltip/index.tsx +15 -0
- package/src/components/LXP/tooltip/tooltip.stories.tsx +19 -0
- package/src/components/LXP/tooltip/tooltipStyle.ts +114 -0
- package/src/components/LXP/urlAddress/index.tsx +30 -0
- package/src/components/LXP/urlAddress/urlAddress.d.ts +10 -0
- package/src/components/LXP/urlAddress/urlAddress.stories.tsx +21 -0
- package/src/components/LXP/urlAddress/urlAddressStyle.ts +61 -0
- package/src/components/LXP/video/Video.d.ts +19 -0
- package/src/components/LXP/video/Video.stories.tsx +95 -0
- package/src/components/LXP/video/index.tsx +22 -0
- package/src/components/LogoFRST/index.tsx +34 -0
- package/src/components/LogoFRST/logoFRST.module.css +27 -0
- package/src/components/LogoFRST/logoFRST.stories.tsx +38 -0
- package/src/components/accordion-tabs/accordionTabs.d.ts +19 -0
- package/src/components/accordion-tabs/accordionTabs.stories.tsx +34 -0
- package/src/components/accordion-tabs/accordionTabsStyles.ts +114 -0
- package/src/components/accordion-tabs/index.tsx +77 -0
- package/src/components/audio-player/Royalty.mp3 +0 -0
- package/src/components/audio-player/audioPlayer.stories.tsx +39 -0
- package/src/components/audio-player/audioPlayerStyles.ts +314 -0
- package/src/components/audio-player/index.tsx +209 -0
- package/src/components/avatar/avatar.d.ts +8 -0
- package/src/components/avatar/avatar.stories.tsx +21 -0
- package/src/components/avatar/avatarStyles.ts +23 -0
- package/src/components/avatar/index.tsx +21 -0
- package/src/components/buttons/buttonStyle.ts +339 -0
- package/src/components/buttons/buttons.stories.tsx +52 -0
- package/src/components/buttons/buttonsWithIcons.stories.tsx +57 -0
- package/src/components/buttons/index.tsx +90 -0
- package/src/components/calendar/calendar.stories.tsx +156 -0
- package/src/components/calendar/calendarStyle.ts +209 -0
- package/src/components/calendar/index.tsx +157 -0
- package/src/components/card-trail/cardTrail.stories.tsx +167 -0
- package/src/components/card-trail/cardTrailStyle.ts +31 -0
- package/src/components/card-trail/index.tsx +160 -0
- package/src/components/card-trail/moduleStyle.ts +98 -0
- package/src/components/card-trail-carousel/cardsTrailsCarousel.d.ts +13 -0
- package/src/components/card-trail-carousel/cardsTrailsCarousel.stories.tsx +152 -0
- package/src/components/card-trail-carousel/index.tsx +47 -0
- package/src/components/cardLT/AvatarWithInfo/avatarWithInfo.module.css +20 -0
- package/src/components/cardLT/AvatarWithInfo/avatarWithInfo.stories.tsx +18 -0
- package/src/components/cardLT/AvatarWithInfo/index.tsx +55 -0
- package/src/components/cardLT/AvatarWithInfo/vector.tsx +25 -0
- package/src/components/cardLT/BannerProblem/BannerProblem.d.ts +98 -0
- package/src/components/cardLT/BannerProblem/BannerProblem.module.css +113 -0
- package/src/components/cardLT/BannerProblem/BannerProblem.stories.tsx +191 -0
- package/src/components/cardLT/BannerProblem/index.tsx +433 -0
- package/src/components/cardLT/BannerProblem/styles.ts +16 -0
- package/src/components/cardLT/MessageBox/MessageBox.module.css +142 -0
- package/src/components/cardLT/MessageBox/icons/errorIcon.tsx +19 -0
- package/src/components/cardLT/MessageBox/icons/successIcon.tsx +18 -0
- package/src/components/cardLT/MessageBox/icons/warningIcon.tsx +20 -0
- package/src/components/cardLT/MessageBox/index.tsx +124 -0
- package/src/components/cardLT/MessageBox/messageBox.stories.tsx +53 -0
- package/src/components/cardLT/Rating/Rating.module.css +50 -0
- package/src/components/cardLT/Rating/index.tsx +92 -0
- package/src/components/cardLT/Rating/rating.stories.tsx +34 -0
- package/src/components/cardLT/Rating/starIcon.tsx +24 -0
- package/src/components/cardLT/RatingCurtidas/RatingCurtidas.module.css +16 -0
- package/src/components/cardLT/RatingCurtidas/index.tsx +80 -0
- package/src/components/cardLT/RatingCurtidas/ratingCurtidas.stories.tsx +21 -0
- package/src/components/cardLT/RocketButton/RocketButton.stories.tsx +28 -0
- package/src/components/cardLT/RocketButton/RocketButtonIcon.tsx +36 -0
- package/src/components/cardLT/RocketButton/index.tsx +57 -0
- package/src/components/cardLT/StepsMission/Planet.module.css +137 -0
- package/src/components/cardLT/StepsMission/StepMission.tsx +220 -0
- package/src/components/cardLT/StepsMission/Steps.tsx +116 -0
- package/src/components/cardLT/StepsMission/planet.stories.tsx +73 -0
- package/src/components/cardLT/StepsMission/planetSteps.d.ts +40 -0
- package/src/components/cardLT/StepsMission/planets/jupter.png +0 -0
- package/src/components/cardLT/StepsMission/planets/lock.png +0 -0
- package/src/components/cardLT/StepsMission/planets/marte.png +0 -0
- package/src/components/cardLT/StepsMission/planets/netuno.png +0 -0
- package/src/components/cardLT/StepsMission/planets/saturno.png +0 -0
- package/src/components/cardLT/StepsMission/planets/urano.png +0 -0
- package/src/components/cardLT/TextIcon/TextIcon.module.css +8 -0
- package/src/components/cardLT/TextIcon/index.tsx +64 -0
- package/src/components/cardLT/TextIcon/starIcon.tsx +27 -0
- package/src/components/cardLT/TextIcon/textIcon.stories.tsx +21 -0
- package/src/components/cardLT/selectCard/avatarWithInfo.module.css +20 -0
- package/src/components/cardLT/selectCard/avatarWithInfo.stories.tsx +19 -0
- package/src/components/cardLT/selectCard/index.tsx +55 -0
- package/src/components/cardLT/selectCard/vector.tsx +25 -0
- package/src/components/cards/base/base.stories.tsx +23 -0
- package/src/components/cards/base/index.tsx +10 -0
- package/src/components/cards/cardDefinicaoProblema/cardDefinicaoProblema.module.css +88 -0
- package/src/components/cards/cardDefinicaoProblema/cardDefinicaoProblema.stories.tsx +95 -0
- package/src/components/cards/cardDefinicaoProblema/index.tsx +98 -0
- package/src/components/cards/cardProblem/cardProblem.module.css +114 -0
- package/src/components/cards/cardProblem/cardProblem.stories.tsx +164 -0
- package/src/components/cards/cardProblem/index.tsx +251 -0
- package/src/components/cards/cardProblemGestor/cardProblemaGestor.module.css +99 -0
- package/src/components/cards/cardProblemGestor/cardProblemaGestor.stories.tsx +78 -0
- package/src/components/cards/cardProblemGestor/index.tsx +105 -0
- package/src/components/cards/cardResultConquista/Icons/Aprendizado.png +0 -0
- package/src/components/cards/cardResultConquista/Icons/AprendizadoPressed.png +0 -0
- package/src/components/cards/cardResultConquista/Icons/Conquista.png +0 -0
- package/src/components/cards/cardResultConquista/Icons/ConquistaPressed.png +0 -0
- package/src/components/cards/cardResultConquista/cardResultConquista.module.css +52 -0
- package/src/components/cards/cardResultConquista/cardResultConquista.stories.tsx +35 -0
- package/src/components/cards/cardResultConquista/index.tsx +76 -0
- package/src/components/cards/user/index.tsx +204 -0
- package/src/components/cards/user/user.stories.tsx +172 -0
- package/src/components/challenge-cards/challengeCard.d.ts +17 -0
- package/src/components/challenge-cards/challengeCard.stories.tsx +43 -0
- package/src/components/challenge-cards/challengeCardStyles.ts +266 -0
- package/src/components/challenge-cards/dropdownMenuStyle.ts +87 -0
- package/src/components/challenge-cards/index.tsx +308 -0
- package/src/components/checkmark/checkmark.d.ts +11 -0
- package/src/components/checkmark/checkmark.stories.tsx +23 -0
- package/src/components/checkmark/checkmarkStyles.ts +27 -0
- package/src/components/checkmark/index.tsx +61 -0
- package/src/components/commentary-box/commentaryBox.d.ts +41 -0
- package/src/components/commentary-box/commentaryBox.stories.tsx +57 -0
- package/src/components/commentary-box/commentaryBox.utils.ts +31 -0
- package/src/components/commentary-box/commentaryBoxStyles.ts +271 -0
- package/src/components/commentary-box/index.tsx +260 -0
- package/src/components/conquistaCarrossel/conquistaCarrossel.d.ts +13 -0
- package/src/components/conquistaCarrossel/conquistaCarrossel.stories.tsx +163 -0
- package/src/components/conquistaCarrossel/index.tsx +56 -0
- package/src/components/demo/stepController/StepControllerStyle.ts +46 -0
- package/src/components/demo/stepController/index.tsx +54 -0
- package/src/components/demo/stepController/stepController.stories.tsx +22 -0
- package/src/components/dropdown-profile-menu/dropdownProfileMenu.d.ts +28 -0
- package/src/components/dropdown-profile-menu/dropdownProfileMenu.stories.tsx +91 -0
- package/src/components/dropdown-profile-menu/dropdownProfileMenuStyle.ts +171 -0
- package/src/components/dropdown-profile-menu/index.tsx +203 -0
- package/src/components/emoji-picker/emojiPicker.stories.tsx +20 -0
- package/src/components/emoji-picker/index.tsx +60 -0
- package/src/components/exclusive-class/exclusiveClass.d.ts +8 -0
- package/src/components/exclusive-class/exclusiveClass.stories.tsx +19 -0
- package/src/components/exclusive-class/exclusiveClassStyles.ts +39 -0
- package/src/components/exclusive-class/index.tsx +33 -0
- package/src/components/field-search-dropdown/fieldSearch.d.ts +36 -0
- package/src/components/field-search-dropdown/fieldSearch.stories.tsx +92 -0
- package/src/components/field-search-dropdown/fieldSearchStyle.ts +150 -0
- package/src/components/field-search-dropdown/index.tsx +233 -0
- package/src/components/filter-accordion-checkbox/filterAccordionCheckbox.d.ts +7 -0
- package/src/components/filter-accordion-checkbox/filterAccordionCheckbox.stories.tsx +101 -0
- package/src/components/filter-accordion-checkbox/filterAccordionCheckbox.utils.ts +7 -0
- package/src/components/filter-accordion-checkbox/filterAccordionCheckboxStyles.ts +2 -0
- package/src/components/filter-accordion-checkbox/index.tsx +188 -0
- package/src/components/form-elements/checkbox/checkbox.d.ts +9 -0
- package/src/components/form-elements/checkbox/checkbox.stories.tsx +20 -0
- package/src/components/form-elements/checkbox/checkboxStyle.ts +40 -0
- package/src/components/form-elements/checkbox/index.tsx +33 -0
- package/src/components/form-elements/textarea/index.tsx +6 -0
- package/src/components/form-elements/textarea/textArea.stories.tsx +27 -0
- package/src/components/form-elements/textfield/index.tsx +104 -0
- package/src/components/form-elements/textfield/textField.stories.tsx +124 -0
- package/src/components/form-elements/textfield/textFieldStyle.ts +213 -0
- package/src/components/global-menu/components/customMenu/index.tsx +1 -0
- package/src/components/global-menu/globalMenu.d.ts +66 -0
- package/src/components/global-menu/globalMenu.stories.tsx +959 -0
- package/src/components/global-menu/globalMenuStyles.ts +197 -0
- package/src/components/global-menu/index.tsx +1336 -0
- package/src/components/headerChallenge/headerChallenge.stories.tsx +20 -0
- package/src/components/headerChallenge/headerChallengeStyle.ts +102 -0
- package/src/components/headerChallenge/index.tsx +17 -0
- package/src/components/index.tsx +46 -0
- package/src/components/input-comment/index.tsx +178 -0
- package/src/components/input-comment/inputComment.d.ts +16 -0
- package/src/components/input-comment/inputComment.stories.tsx +26 -0
- package/src/components/input-comment/inputComment.utils.ts +7 -0
- package/src/components/input-comment/inputCommentStyles.ts +116 -0
- package/src/components/item-lateral-menu/index.tsx +87 -0
- package/src/components/item-lateral-menu/itemLateralMenu.d.ts +30 -0
- package/src/components/item-lateral-menu/itemLateralMenu.stories.tsx +159 -0
- package/src/components/item-lateral-menu/itemLateralMenuStyles.ts +131 -0
- package/src/components/item-menu-global/index.tsx +36 -0
- package/src/components/item-menu-global/itemMenuGlobal.d.ts +16 -0
- package/src/components/item-menu-global/itemMenuGlobal.stories.tsx +40 -0
- package/src/components/item-menu-global/itemMenuGlobalStyles.ts +73 -0
- package/src/components/languages-dropdown/index.tsx +102 -0
- package/src/components/languages-dropdown/languagesDropdown.d.ts +13 -0
- package/src/components/languages-dropdown/languagesDropdown.stories.tsx +38 -0
- package/src/components/languages-dropdown/languagesDropdownStyles.ts +66 -0
- package/src/components/lateral-menu/index.tsx +68 -0
- package/src/components/lateral-menu/lateralMenu.d.ts +17 -0
- package/src/components/lateral-menu/lateralMenu.stories.tsx +429 -0
- package/src/components/lateral-menu/lateralMenuStyles.ts +68 -0
- package/src/components/learning-steps/index.tsx +67 -0
- package/src/components/learning-steps/learningSteps.d.ts +16 -0
- package/src/components/learning-steps/learningSteps.stories.tsx +123 -0
- package/src/components/learning-steps/learningStepsStyles.ts +46 -0
- package/src/components/menu-more/index.tsx +79 -0
- package/src/components/menu-more/menuMore.d.ts +15 -0
- package/src/components/menu-more/menuMore.stories.tsx +76 -0
- package/src/components/menu-more/menuMoreStyles.ts +123 -0
- package/src/components/modal/modalLearningTech/index.tsx +67 -0
- package/src/components/modal/modalLearningTech/modalLearningTech.module.css +79 -0
- package/src/components/modal/modalLearningTech/modalLearningTech.stories.tsx +60 -0
- package/src/components/modal/modalVideo/index.tsx +129 -0
- package/src/components/modal/modalVideo/modalVideo.module.css +27 -0
- package/src/components/modal/modalVideo/modalVideo.stories.tsx +41 -0
- package/src/components/modal/statusProblema/fecharIcon.tsx +18 -0
- package/src/components/modal/statusProblema/index.tsx +124 -0
- package/src/components/modal/statusProblema/problemaFRST.png +0 -0
- package/src/components/modal/statusProblema/statusProblema.module.css +154 -0
- package/src/components/modal/statusProblema/statusProblema.stories.tsx +27 -0
- package/src/components/quantidadeDesafios/imgSetas/setasDesafios.svg +60 -0
- package/src/components/quantidadeDesafios/index.tsx +152 -0
- package/src/components/quantidadeDesafios/quantidadeDesafios.stories.tsx +49 -0
- package/src/components/quantidadeDesafios/quantidadeDesafios.ts +121 -0
- package/src/components/sandbox.stories.tsx +18 -0
- package/src/components/scroll-container/index.tsx +189 -0
- package/src/components/scroll-container/scrollContainer.d.ts +17 -0
- package/src/components/scroll-container/scrollContainer.stories.tsx +45 -0
- package/src/components/scroll-container/scrollContainer.utils.ts +11 -0
- package/src/components/scroll-container/scrollContainerStyles.ts +93 -0
- package/src/components/search-field/index.tsx +48 -0
- package/src/components/search-field/searchField.d.ts +13 -0
- package/src/components/search-field/searchField.stories.tsx +40 -0
- package/src/components/search-field/searchFieldStyles.ts +100 -0
- package/src/components/select/Select.tsx +170 -0
- package/src/components/select/SelectContext.tsx +9 -0
- package/src/components/select/SelectItem.tsx +63 -0
- package/src/components/select/index.tsx +16 -0
- package/src/components/select/select.stories.tsx +20 -0
- package/src/components/speech-bubble/index.tsx +29 -0
- package/src/components/speech-bubble/speechBubble.d.ts +10 -0
- package/src/components/speech-bubble/speechBubble.stories.tsx +20 -0
- package/src/components/speech-bubble/speechBubbleStyles.ts +121 -0
- package/src/components/step-card/index.tsx +48 -0
- package/src/components/step-card/stepCard.d.ts +12 -0
- package/src/components/step-card/stepCard.stories.tsx +26 -0
- package/src/components/step-card/stepCardStyles.ts +109 -0
- package/src/components/tag/base.stories.tsx +52 -0
- package/src/components/tag/index.tsx +59 -0
- package/src/components/totalizer-card/index.tsx +29 -0
- package/src/components/totalizer-card/totalizerCard.d.ts +10 -0
- package/src/components/totalizer-card/totalizerCard.stories.tsx +34 -0
- package/src/components/totalizer-card/totalizerCardStyles.ts +97 -0
- package/src/icons.stories.tsx +321 -0
- package/src/shared/global.css +146 -0
- package/src/shared/globalComponentsStyle.ts +88 -0
- package/src/shared/icons.tsx +3544 -0
- package/src/shared/stories/AlertCicle.stories.tsx +17 -0
- package/src/shared/stories/CheckInCicleIcon.stories.tsx +19 -0
- package/src/shared/stories/CloseInCicleIcon.stories.tsx +19 -0
- package/src/shared/stories/DotIcon.stories.tsx +17 -0
- package/src/shared/stories/MoreDotsHorizontal.stories.tsx +17 -0
- package/src/theme/index.ts +6 -0
- package/src/theme/tokens.ts +196 -0
- package/tsconfig.json +39 -0
|
@@ -0,0 +1,959 @@
|
|
|
1
|
+
import React from 'react'
|
|
2
|
+
|
|
3
|
+
import GlobalMenu from './index'
|
|
4
|
+
import * as Icons from '../../shared/icons'
|
|
5
|
+
|
|
6
|
+
// More on default export: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
7
|
+
export default {
|
|
8
|
+
title: 'Base/Global Menu',
|
|
9
|
+
component: GlobalMenu,
|
|
10
|
+
argTypes: {
|
|
11
|
+
variant: {
|
|
12
|
+
control: 'select',
|
|
13
|
+
options: ['default', 'LXP', 'custom']
|
|
14
|
+
},
|
|
15
|
+
languageSelected: {
|
|
16
|
+
control: 'select',
|
|
17
|
+
options: ['pt', 'es', 'en']
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
// More on component templates: https://storybook.js.org/docs/react/writing-stories/introduction#using-args
|
|
23
|
+
const Template = (args) => <GlobalMenu {...args} />
|
|
24
|
+
|
|
25
|
+
export const normal = Template.bind({})
|
|
26
|
+
normal.args = {
|
|
27
|
+
variant: 'default',
|
|
28
|
+
textNotification: 'Notificações',
|
|
29
|
+
onClickProfileMenuText: () => alert('Clicked Profile'),
|
|
30
|
+
profileMenuText: 'Ver Perfil',
|
|
31
|
+
onClickLogo: () => alert('Redirect to home'),
|
|
32
|
+
|
|
33
|
+
user: {
|
|
34
|
+
name: 'Student name',
|
|
35
|
+
avatar:
|
|
36
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
37
|
+
company: 'Company name',
|
|
38
|
+
textIsMe: 'Eu',
|
|
39
|
+
handleClickProfile: () => alert('Click Profile'),
|
|
40
|
+
menuItems: [
|
|
41
|
+
{
|
|
42
|
+
label: 'Perfil',
|
|
43
|
+
onClick: (e) => alert('Perfil')
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
label: 'Configurações',
|
|
47
|
+
onClick: (e) => alert('Configurações')
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
label: 'Alternar conta',
|
|
51
|
+
iconBegin: <Icons.ChangeAccount />,
|
|
52
|
+
subItens: [
|
|
53
|
+
{ id: '1', label: 'Organizacao 01', onClick: (e) => alert('Organizacao 01') },
|
|
54
|
+
{ id: '2', label: 'Organizacao 01', onClick: (e) => alert('Organizacao 02') },
|
|
55
|
+
{ id: '3', label: 'Organizacao 01', onClick: (e) => alert('Organizacao 03') }
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
label: 'Sair',
|
|
60
|
+
iconBegin: <Icons.ExitArrow />,
|
|
61
|
+
onClick: () => alert('Sair')
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
showSearchField: true,
|
|
66
|
+
search: {
|
|
67
|
+
label: 'O que você busca?',
|
|
68
|
+
loading: false,
|
|
69
|
+
onFilter: (e) => console.log('Valor pesquisado', e),
|
|
70
|
+
hasOptionSeeAll: true,
|
|
71
|
+
seeAll: { label: 'Ver todos os resultados', onClick: () => alert('Ver todos') },
|
|
72
|
+
isLabeledResult: true,
|
|
73
|
+
listEntry: [
|
|
74
|
+
{
|
|
75
|
+
label: 'Conteúdos',
|
|
76
|
+
listResult: [
|
|
77
|
+
{ id: '1', label: 'Conteúdo 1', onClick: (e) => alert(e) },
|
|
78
|
+
{ id: '2', label: 'Conteúdo 2', onClick: (e) => alert(e) },
|
|
79
|
+
{ id: '3', label: 'Conteúdo 3', onClick: (e) => alert(e) },
|
|
80
|
+
{ id: '4', label: 'Conteúdo 4', onClick: (e) => alert(e) }
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
label: 'Desafios',
|
|
85
|
+
listResult: [
|
|
86
|
+
{ id: '1', label: 'Desafio 1', onClick: (e) => alert(e) },
|
|
87
|
+
{ id: '2', label: 'Desafio 2', onClick: (e) => alert(e) },
|
|
88
|
+
{ id: '3', label: 'Desafio 3', onClick: (e) => alert(e) }
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
label: 'Pessoas',
|
|
93
|
+
listResult: [
|
|
94
|
+
{ id: '1', label: 'Pessoa 1', onClick: (e) => alert(e) },
|
|
95
|
+
{ id: '2', label: 'Pessoa 2', onClick: (e) => alert(e) },
|
|
96
|
+
{ id: '3', label: 'Pessoa 3', onClick: (e) => alert(e) }
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
historicResults: [
|
|
101
|
+
{ id: '1', label: 'pesquisa 1', onClick: (e) => alert(e) },
|
|
102
|
+
{ id: '2', label: 'pesquisa 2', onClick: (e) => alert(e) },
|
|
103
|
+
{ id: '3', label: 'pesquisa 3', onClick: (e) => alert(e) }
|
|
104
|
+
]
|
|
105
|
+
},
|
|
106
|
+
menu: [
|
|
107
|
+
{ id: '1', label: 'Início', iconBegin: <Icons.HomeIcon />, onClick: (e) => alert('Início') },
|
|
108
|
+
{ id: '2', label: 'Assessment', iconBegin: <Icons.WriteIcon />, onClick: (e) => alert('Assessment') },
|
|
109
|
+
{ id: '3', label: 'Eventos', iconBegin: <Icons.CalendarIcon />, onClick: (e) => alert('Eventos') },
|
|
110
|
+
{
|
|
111
|
+
id: '4',
|
|
112
|
+
label: 'Hall de projetos',
|
|
113
|
+
iconBegin: <Icons.Certificate fill="white" />,
|
|
114
|
+
onClick: (e) => alert('Hall de projetos')
|
|
115
|
+
}
|
|
116
|
+
],
|
|
117
|
+
notification: {
|
|
118
|
+
textBack: 'Voltar',
|
|
119
|
+
textNotification: 'Notificações',
|
|
120
|
+
textMarkAllAsRead: 'Marcar todas como lidas',
|
|
121
|
+
textEmptyState: 'No momento você não tem notificações.',
|
|
122
|
+
notificationList: [
|
|
123
|
+
{
|
|
124
|
+
notificationAvatar:
|
|
125
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
126
|
+
notificationDescription: `**Edson Corbari** comentou no seu desafio **“Plataforma D2L”.**`,
|
|
127
|
+
isNewNotification: true,
|
|
128
|
+
textNew: 'Nova',
|
|
129
|
+
notificationDate: 'Hoje',
|
|
130
|
+
|
|
131
|
+
handleClick: () => alert('Notificação clicada!')
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
notificationAvatar:
|
|
135
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
136
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
137
|
+
isNewNotification: true,
|
|
138
|
+
textNew: 'Nova',
|
|
139
|
+
notificationDate: 'Hoje',
|
|
140
|
+
|
|
141
|
+
handleClick: () => alert('Notificação clicada!')
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
notificationAvatar:
|
|
145
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
146
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
147
|
+
isNewNotification: true,
|
|
148
|
+
textNew: 'Nova',
|
|
149
|
+
notificationDate: 'Hoje',
|
|
150
|
+
|
|
151
|
+
handleClick: () => alert('Notificação clicada!')
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
notificationAvatar:
|
|
155
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
156
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
157
|
+
isNewNotification: true,
|
|
158
|
+
textNew: 'Nova',
|
|
159
|
+
notificationDate: 'Hoje',
|
|
160
|
+
|
|
161
|
+
handleClick: () => alert('Notificação clicada!')
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
notificationAvatar:
|
|
165
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
166
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
167
|
+
isNewNotification: true,
|
|
168
|
+
textNew: 'Nova',
|
|
169
|
+
notificationDate: 'Hoje',
|
|
170
|
+
|
|
171
|
+
handleClick: () => alert('Notificação clicada!')
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
notificationAvatar:
|
|
175
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
176
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
177
|
+
isNewNotification: true,
|
|
178
|
+
textNew: 'Nova',
|
|
179
|
+
notificationDate: 'Hoje',
|
|
180
|
+
|
|
181
|
+
handleClick: () => alert('Notificação clicada!')
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
notificationAvatar:
|
|
185
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
186
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
187
|
+
isNewNotification: true,
|
|
188
|
+
textNew: 'Nova',
|
|
189
|
+
notificationDate: 'Hoje',
|
|
190
|
+
|
|
191
|
+
handleClick: () => alert('Notificação clicada!')
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
notificationAvatar:
|
|
195
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
196
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
197
|
+
isNewNotification: true,
|
|
198
|
+
textNew: 'Nova',
|
|
199
|
+
notificationDate: 'Hoje',
|
|
200
|
+
|
|
201
|
+
handleClick: () => alert('Notificação clicada!')
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
notificationAvatar:
|
|
205
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
206
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
207
|
+
isNewNotification: true,
|
|
208
|
+
textNew: 'Nova',
|
|
209
|
+
notificationDate: 'Hoje',
|
|
210
|
+
|
|
211
|
+
handleClick: () => alert('Notificação clicada!')
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
notificationAvatar:
|
|
215
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
216
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
217
|
+
isNewNotification: true,
|
|
218
|
+
textNew: 'Nova',
|
|
219
|
+
notificationDate: 'Hoje',
|
|
220
|
+
|
|
221
|
+
handleClick: () => alert('Notificação clicada!')
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
notificationAvatar:
|
|
225
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
226
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
227
|
+
isNewNotification: true,
|
|
228
|
+
textNew: 'Nova',
|
|
229
|
+
notificationDate: 'Hoje',
|
|
230
|
+
|
|
231
|
+
handleClick: () => alert('Notificação clicada!')
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
notificationAvatar:
|
|
235
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
236
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
237
|
+
isNewNotification: true,
|
|
238
|
+
textNew: 'Nova',
|
|
239
|
+
notificationDate: 'Hoje',
|
|
240
|
+
|
|
241
|
+
handleClick: () => alert('Notificação clicada!')
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
notificationAvatar:
|
|
245
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
246
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
247
|
+
isNewNotification: true,
|
|
248
|
+
textNew: 'Nova',
|
|
249
|
+
notificationDate: 'Hoje',
|
|
250
|
+
|
|
251
|
+
handleClick: () => alert('Notificação clicada!')
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
notificationAvatar:
|
|
255
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
256
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
257
|
+
isNewNotification: true,
|
|
258
|
+
textNew: 'Nova',
|
|
259
|
+
notificationDate: 'Hoje',
|
|
260
|
+
|
|
261
|
+
handleClick: () => alert('Notificação clicada!')
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
notificationAvatar:
|
|
265
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
266
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
267
|
+
isNewNotification: true,
|
|
268
|
+
textNew: 'Nova',
|
|
269
|
+
notificationDate: 'Hoje',
|
|
270
|
+
|
|
271
|
+
handleClick: () => alert('Notificação clicada!')
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
notificationAvatar:
|
|
275
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
276
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
277
|
+
isNewNotification: true,
|
|
278
|
+
textNew: 'Nova',
|
|
279
|
+
notificationDate: 'Hoje',
|
|
280
|
+
|
|
281
|
+
handleClick: () => alert('Notificação clicada!')
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
notificationAvatar:
|
|
285
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
286
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
287
|
+
isNewNotification: true,
|
|
288
|
+
textNew: 'Nova',
|
|
289
|
+
notificationDate: 'Hoje',
|
|
290
|
+
|
|
291
|
+
handleClick: () => alert('Notificação clicada!')
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
notificationAvatar:
|
|
295
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
296
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
297
|
+
isNewNotification: false,
|
|
298
|
+
textNew: 'Nova',
|
|
299
|
+
notificationDate: 'Hoje',
|
|
300
|
+
|
|
301
|
+
handleClick: () => alert('Notificação clicada!')
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
notificationAvatar:
|
|
305
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
306
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
307
|
+
isNewNotification: false,
|
|
308
|
+
textNew: 'Nova',
|
|
309
|
+
notificationDate: 'Hoje',
|
|
310
|
+
|
|
311
|
+
handleClick: () => alert('Notificação clicada!')
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
notificationAvatar:
|
|
315
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
316
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
317
|
+
isNewNotification: false,
|
|
318
|
+
textNew: 'Nova',
|
|
319
|
+
notificationDate: 'Hoje',
|
|
320
|
+
|
|
321
|
+
handleClick: () => alert('Notificação clicada!')
|
|
322
|
+
}
|
|
323
|
+
],
|
|
324
|
+
handleClickMarkRead: () => alert('Marcado como lido!'),
|
|
325
|
+
handleClickBack: () => alert('Voltar!')
|
|
326
|
+
},
|
|
327
|
+
|
|
328
|
+
languages: ['pt-BR', 'es', 'en-US', 'pt-PT'],
|
|
329
|
+
languageSelected: 'pt-BR',
|
|
330
|
+
onChangeLanguage: (e) => alert(e),
|
|
331
|
+
onClickExit: () => alert('Click Exit'),
|
|
332
|
+
|
|
333
|
+
onClickSite: () => alert('Click Site'),
|
|
334
|
+
onClickLinkedin: () => alert('Click Linkedin'),
|
|
335
|
+
onClickInstagram: () => alert('Click Instagram'),
|
|
336
|
+
onClickYoutube: () => alert('Click Youtube'),
|
|
337
|
+
onClickSpotify: () => alert('Click Spotify'),
|
|
338
|
+
onClickPodCast: () => alert('Click Podcast'),
|
|
339
|
+
|
|
340
|
+
style: { display: 'flex' }
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
export const customMenu = Template.bind({})
|
|
344
|
+
customMenu.args = {
|
|
345
|
+
variant: 'default',
|
|
346
|
+
textNotification: 'Notificações',
|
|
347
|
+
onClickProfileMenuText: () => alert('Clicked Profile'),
|
|
348
|
+
profileMenuText: 'Ver Perfil',
|
|
349
|
+
onClickLogo: () => alert('Redirect to home'),
|
|
350
|
+
|
|
351
|
+
user: {
|
|
352
|
+
name: 'Student name',
|
|
353
|
+
avatar:
|
|
354
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
355
|
+
company: 'Company name',
|
|
356
|
+
textIsMe: 'Eu',
|
|
357
|
+
handleClickProfile: () => alert('Click Profile'),
|
|
358
|
+
menuItems: [
|
|
359
|
+
{
|
|
360
|
+
label: 'Perfil',
|
|
361
|
+
onClick: (e) => alert('Perfil')
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
label: 'Configurações',
|
|
365
|
+
onClick: (e) => alert('Configurações')
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
label: 'Alternar conta',
|
|
369
|
+
iconBegin: <Icons.ChangeAccount />,
|
|
370
|
+
subItens: [
|
|
371
|
+
{ id: '1', label: 'Organizacao 01', onClick: (e) => alert('Organizacao 01') },
|
|
372
|
+
{ id: '2', label: 'Organizacao 01', onClick: (e) => alert('Organizacao 02') },
|
|
373
|
+
{ id: '3', label: 'Organizacao 01', onClick: (e) => alert('Organizacao 03') }
|
|
374
|
+
]
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
label: 'Sair',
|
|
378
|
+
iconBegin: <Icons.ExitArrow />,
|
|
379
|
+
onClick: () => alert('Sair')
|
|
380
|
+
}
|
|
381
|
+
]
|
|
382
|
+
},
|
|
383
|
+
showSearchField: true,
|
|
384
|
+
search: {
|
|
385
|
+
label: 'O que você busca?',
|
|
386
|
+
loading: false,
|
|
387
|
+
onFilter: (e) => console.log('Valor pesquisado', e),
|
|
388
|
+
hasOptionSeeAll: true,
|
|
389
|
+
seeAll: { label: 'Ver todos os resultados', onClick: () => alert('Ver todos') },
|
|
390
|
+
isLabeledResult: true,
|
|
391
|
+
listEntry: [
|
|
392
|
+
{
|
|
393
|
+
label: 'Conteúdos',
|
|
394
|
+
listResult: [
|
|
395
|
+
{ id: '1', label: 'Conteúdo 1', onClick: (e) => alert(e) },
|
|
396
|
+
{ id: '2', label: 'Conteúdo 2', onClick: (e) => alert(e) },
|
|
397
|
+
{ id: '3', label: 'Conteúdo 3', onClick: (e) => alert(e) },
|
|
398
|
+
{ id: '4', label: 'Conteúdo 4', onClick: (e) => alert(e) }
|
|
399
|
+
]
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
label: 'Desafios',
|
|
403
|
+
listResult: [
|
|
404
|
+
{ id: '1', label: 'Desafio 1', onClick: (e) => alert(e) },
|
|
405
|
+
{ id: '2', label: 'Desafio 2', onClick: (e) => alert(e) },
|
|
406
|
+
{ id: '3', label: 'Desafio 3', onClick: (e) => alert(e) }
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
label: 'Pessoas',
|
|
411
|
+
listResult: [
|
|
412
|
+
{ id: '1', label: 'Pessoa 1', onClick: (e) => alert(e) },
|
|
413
|
+
{ id: '2', label: 'Pessoa 2', onClick: (e) => alert(e) },
|
|
414
|
+
{ id: '3', label: 'Pessoa 3', onClick: (e) => alert(e) }
|
|
415
|
+
]
|
|
416
|
+
}
|
|
417
|
+
],
|
|
418
|
+
historicResults: [
|
|
419
|
+
{ id: '1', label: 'pesquisa 1', onClick: (e) => alert(e) },
|
|
420
|
+
{ id: '2', label: 'pesquisa 2', onClick: (e) => alert(e) },
|
|
421
|
+
{ id: '3', label: 'pesquisa 3', onClick: (e) => alert(e) }
|
|
422
|
+
]
|
|
423
|
+
},
|
|
424
|
+
menu: [
|
|
425
|
+
{ id: '1', label: 'Início', iconBegin: <Icons.HomeIcon />, onClick: (e) => alert('Início') },
|
|
426
|
+
{ id: '2', label: 'Assessment', iconBegin: <Icons.WriteIcon />, onClick: (e) => alert('Assessment') },
|
|
427
|
+
{ id: '3', label: 'Eventos', iconBegin: <Icons.CalendarIcon />, onClick: (e) => alert('Eventos') },
|
|
428
|
+
{
|
|
429
|
+
id: '4',
|
|
430
|
+
label: 'Hall de projetos',
|
|
431
|
+
iconBegin: <Icons.Certificate fill="white" />,
|
|
432
|
+
onClick: (e) => alert('Hall de projetos')
|
|
433
|
+
}
|
|
434
|
+
],
|
|
435
|
+
customMenu: [{ id: '1', label: 'Conteúdos', iconBegin: <Icons.IconContent />, onClick: (e) => alert('Conteúdos') }],
|
|
436
|
+
notification: {
|
|
437
|
+
textBack: 'Voltar',
|
|
438
|
+
textNotification: 'Notificações',
|
|
439
|
+
textMarkAllAsRead: 'Marcar todas como lidas',
|
|
440
|
+
textEmptyState: 'No momento você não tem notificações.',
|
|
441
|
+
notificationList: [
|
|
442
|
+
{
|
|
443
|
+
notificationAvatar:
|
|
444
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
445
|
+
notificationDescription: `**Edson Corbari** comentou no seu desafio **“Plataforma D2L”.**`,
|
|
446
|
+
isNewNotification: true,
|
|
447
|
+
textNew: 'Nova',
|
|
448
|
+
notificationDate: 'Hoje',
|
|
449
|
+
|
|
450
|
+
handleClick: () => alert('Notificação clicada!')
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
notificationAvatar:
|
|
454
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
455
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
456
|
+
isNewNotification: true,
|
|
457
|
+
textNew: 'Nova',
|
|
458
|
+
notificationDate: 'Hoje',
|
|
459
|
+
|
|
460
|
+
handleClick: () => alert('Notificação clicada!')
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
notificationAvatar:
|
|
464
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
465
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
466
|
+
isNewNotification: true,
|
|
467
|
+
textNew: 'Nova',
|
|
468
|
+
notificationDate: 'Hoje',
|
|
469
|
+
|
|
470
|
+
handleClick: () => alert('Notificação clicada!')
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
notificationAvatar:
|
|
474
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
475
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
476
|
+
isNewNotification: true,
|
|
477
|
+
textNew: 'Nova',
|
|
478
|
+
notificationDate: 'Hoje',
|
|
479
|
+
|
|
480
|
+
handleClick: () => alert('Notificação clicada!')
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
notificationAvatar:
|
|
484
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
485
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
486
|
+
isNewNotification: true,
|
|
487
|
+
textNew: 'Nova',
|
|
488
|
+
notificationDate: 'Hoje',
|
|
489
|
+
|
|
490
|
+
handleClick: () => alert('Notificação clicada!')
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
notificationAvatar:
|
|
494
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
495
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
496
|
+
isNewNotification: true,
|
|
497
|
+
textNew: 'Nova',
|
|
498
|
+
notificationDate: 'Hoje',
|
|
499
|
+
|
|
500
|
+
handleClick: () => alert('Notificação clicada!')
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
notificationAvatar:
|
|
504
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
505
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
506
|
+
isNewNotification: true,
|
|
507
|
+
textNew: 'Nova',
|
|
508
|
+
notificationDate: 'Hoje',
|
|
509
|
+
|
|
510
|
+
handleClick: () => alert('Notificação clicada!')
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
notificationAvatar:
|
|
514
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
515
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
516
|
+
isNewNotification: true,
|
|
517
|
+
textNew: 'Nova',
|
|
518
|
+
notificationDate: 'Hoje',
|
|
519
|
+
|
|
520
|
+
handleClick: () => alert('Notificação clicada!')
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
notificationAvatar:
|
|
524
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
525
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
526
|
+
isNewNotification: true,
|
|
527
|
+
textNew: 'Nova',
|
|
528
|
+
notificationDate: 'Hoje',
|
|
529
|
+
|
|
530
|
+
handleClick: () => alert('Notificação clicada!')
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
notificationAvatar:
|
|
534
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
535
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
536
|
+
isNewNotification: true,
|
|
537
|
+
textNew: 'Nova',
|
|
538
|
+
notificationDate: 'Hoje',
|
|
539
|
+
|
|
540
|
+
handleClick: () => alert('Notificação clicada!')
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
notificationAvatar:
|
|
544
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
545
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
546
|
+
isNewNotification: true,
|
|
547
|
+
textNew: 'Nova',
|
|
548
|
+
notificationDate: 'Hoje',
|
|
549
|
+
|
|
550
|
+
handleClick: () => alert('Notificação clicada!')
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
notificationAvatar:
|
|
554
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
555
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
556
|
+
isNewNotification: true,
|
|
557
|
+
textNew: 'Nova',
|
|
558
|
+
notificationDate: 'Hoje',
|
|
559
|
+
|
|
560
|
+
handleClick: () => alert('Notificação clicada!')
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
notificationAvatar:
|
|
564
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
565
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
566
|
+
isNewNotification: true,
|
|
567
|
+
textNew: 'Nova',
|
|
568
|
+
notificationDate: 'Hoje',
|
|
569
|
+
|
|
570
|
+
handleClick: () => alert('Notificação clicada!')
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
notificationAvatar:
|
|
574
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
575
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
576
|
+
isNewNotification: true,
|
|
577
|
+
textNew: 'Nova',
|
|
578
|
+
notificationDate: 'Hoje',
|
|
579
|
+
|
|
580
|
+
handleClick: () => alert('Notificação clicada!')
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
notificationAvatar:
|
|
584
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
585
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
586
|
+
isNewNotification: true,
|
|
587
|
+
textNew: 'Nova',
|
|
588
|
+
notificationDate: 'Hoje',
|
|
589
|
+
|
|
590
|
+
handleClick: () => alert('Notificação clicada!')
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
notificationAvatar:
|
|
594
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
595
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
596
|
+
isNewNotification: true,
|
|
597
|
+
textNew: 'Nova',
|
|
598
|
+
notificationDate: 'Hoje',
|
|
599
|
+
|
|
600
|
+
handleClick: () => alert('Notificação clicada!')
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
notificationAvatar:
|
|
604
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
605
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
606
|
+
isNewNotification: true,
|
|
607
|
+
textNew: 'Nova',
|
|
608
|
+
notificationDate: 'Hoje',
|
|
609
|
+
|
|
610
|
+
handleClick: () => alert('Notificação clicada!')
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
notificationAvatar:
|
|
614
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
615
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
616
|
+
isNewNotification: false,
|
|
617
|
+
textNew: 'Nova',
|
|
618
|
+
notificationDate: 'Hoje',
|
|
619
|
+
|
|
620
|
+
handleClick: () => alert('Notificação clicada!')
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
notificationAvatar:
|
|
624
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
625
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
626
|
+
isNewNotification: false,
|
|
627
|
+
textNew: 'Nova',
|
|
628
|
+
notificationDate: 'Hoje',
|
|
629
|
+
|
|
630
|
+
handleClick: () => alert('Notificação clicada!')
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
notificationAvatar:
|
|
634
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
635
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
636
|
+
isNewNotification: false,
|
|
637
|
+
textNew: 'Nova',
|
|
638
|
+
notificationDate: 'Hoje',
|
|
639
|
+
|
|
640
|
+
handleClick: () => alert('Notificação clicada!')
|
|
641
|
+
}
|
|
642
|
+
],
|
|
643
|
+
handleClickMarkRead: () => alert('Marcado como lido!'),
|
|
644
|
+
handleClickBack: () => alert('Voltar!')
|
|
645
|
+
},
|
|
646
|
+
|
|
647
|
+
languages: ['pt-BR', 'es', 'en-US', 'pt-PT'],
|
|
648
|
+
languageSelected: 'pt-BR',
|
|
649
|
+
onChangeLanguage: (e) => alert(e),
|
|
650
|
+
onClickExit: () => alert('Click Exit'),
|
|
651
|
+
|
|
652
|
+
onClickSite: () => alert('Click Site'),
|
|
653
|
+
onClickLinkedin: () => alert('Click Linkedin'),
|
|
654
|
+
onClickInstagram: () => alert('Click Instagram'),
|
|
655
|
+
onClickYoutube: () => alert('Click Youtube'),
|
|
656
|
+
onClickSpotify: () => alert('Click Spotify'),
|
|
657
|
+
onClickPodCast: () => alert('Click Podcast'),
|
|
658
|
+
|
|
659
|
+
style: { display: 'flex' }
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
export const normalWithSubMenu = Template.bind({})
|
|
663
|
+
normalWithSubMenu.args = {
|
|
664
|
+
variant: 'default',
|
|
665
|
+
textNotification: 'Notificações',
|
|
666
|
+
onClickProfileMenuText: () => alert('Clicked Profile'),
|
|
667
|
+
profileMenuText: 'Ver Perfil',
|
|
668
|
+
onClickLogo: () => alert('Redirect to home'),
|
|
669
|
+
user: {
|
|
670
|
+
name: 'Student name',
|
|
671
|
+
avatar:
|
|
672
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
673
|
+
company: 'Company name',
|
|
674
|
+
textIsMe: 'Eu',
|
|
675
|
+
handleClickProfile: () => alert('Click Profile'),
|
|
676
|
+
menuItems: [
|
|
677
|
+
{
|
|
678
|
+
label: 'Perfil',
|
|
679
|
+
onClick: (e) => alert('Perfil')
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
label: 'Configurações',
|
|
683
|
+
onClick: (e) => alert('Configurações')
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
label: 'Alternar conta',
|
|
687
|
+
iconBegin: <Icons.ChangeAccount />,
|
|
688
|
+
subItens: [
|
|
689
|
+
{ id: '1', label: 'Organizacao 01', onClick: (e) => alert('Organizacao 01') },
|
|
690
|
+
{ id: '2', label: 'Organizacao 01', onClick: (e) => alert('Organizacao 02') },
|
|
691
|
+
{ id: '3', label: 'Organizacao 01', onClick: (e) => alert('Organizacao 03') }
|
|
692
|
+
]
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
label: 'Sair',
|
|
696
|
+
iconBegin: <Icons.ExitArrow />,
|
|
697
|
+
onClick: () => alert('Sair')
|
|
698
|
+
}
|
|
699
|
+
]
|
|
700
|
+
},
|
|
701
|
+
showSearchField: true,
|
|
702
|
+
search: {
|
|
703
|
+
label: 'O que você busca?',
|
|
704
|
+
loading: false,
|
|
705
|
+
onFilter: (term) => console.log('Valor Pesquido', term),
|
|
706
|
+
hasOptionSeeAll: false,
|
|
707
|
+
seeAll: { label: 'Ver todos os resultados', onClick: () => alert('Ver todos') },
|
|
708
|
+
listEntry: [
|
|
709
|
+
{ id: '1', label: 'List Entry 1', onClick: (e) => alert(e) },
|
|
710
|
+
{ id: '2', label: 'List Entry 2', onClick: (e) => alert(e) },
|
|
711
|
+
{ id: '3', label: 'List Entry 3', onClick: (e) => alert(e) },
|
|
712
|
+
{ id: '4', label: 'List Entry 4', onClick: (e) => alert(e) }
|
|
713
|
+
]
|
|
714
|
+
},
|
|
715
|
+
menu: [
|
|
716
|
+
{ id: '1', label: 'Início', iconBegin: <Icons.HomeIcon />, onClick: (e) => alert('Início') },
|
|
717
|
+
{
|
|
718
|
+
id: '2',
|
|
719
|
+
label: 'Assessment',
|
|
720
|
+
iconBegin: <Icons.WriteIcon />,
|
|
721
|
+
onClick: null,
|
|
722
|
+
subItens: [
|
|
723
|
+
{ id: '1', label: 'Ver resultado', onClick: (e) => alert('Ver resultado') },
|
|
724
|
+
{ id: '2', label: 'Reassessment', onClick: (e) => alert('Reassessment') }
|
|
725
|
+
]
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
id: '3',
|
|
729
|
+
label: 'Eventos',
|
|
730
|
+
iconBegin: <Icons.CalendarIcon />,
|
|
731
|
+
onClick: null,
|
|
732
|
+
subItens: [
|
|
733
|
+
{ id: '1', label: 'Crongrama de Eventos', onClick: (e) => alert('Ver crongrama de eventos') },
|
|
734
|
+
{ id: '2', label: 'Entrar', onClick: (e) => alert('Entrar') }
|
|
735
|
+
]
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
id: '4',
|
|
739
|
+
label: 'Hall de projetos',
|
|
740
|
+
iconBegin: <Icons.Certificate fill="white" />,
|
|
741
|
+
onClick: (e) => alert('Hall de projetos')
|
|
742
|
+
}
|
|
743
|
+
],
|
|
744
|
+
notification: true,
|
|
745
|
+
haveNotification: true,
|
|
746
|
+
languages: ['pt-BR', 'es', 'en-US', 'pt-PT'],
|
|
747
|
+
languageSelected: 'pt-BR',
|
|
748
|
+
onChangeLanguage: (e) => alert(e),
|
|
749
|
+
onClickExit: () => alert('Click Exit'),
|
|
750
|
+
onClickSite: () => alert('Click Site'),
|
|
751
|
+
onClickLinkedin: () => alert('Click Linkedin'),
|
|
752
|
+
onClickInstagram: () => alert('Click Instagram'),
|
|
753
|
+
onClickYoutube: () => alert('Click Youtube'),
|
|
754
|
+
onClickSpotify: () => alert('Click Spotify'),
|
|
755
|
+
onClickPodCast: () => alert('Click Podcast'),
|
|
756
|
+
|
|
757
|
+
style: { display: 'flex' }
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
export const LXP = Template.bind({})
|
|
761
|
+
LXP.args = {
|
|
762
|
+
// marginTopSubMenu: true,
|
|
763
|
+
variant: 'LXP',
|
|
764
|
+
textNotification: 'Notificações',
|
|
765
|
+
showSearchField: true,
|
|
766
|
+
menu: [
|
|
767
|
+
{
|
|
768
|
+
id: '1',
|
|
769
|
+
label: 'Início',
|
|
770
|
+
iconBegin: <Icons.HomeLineIcon width="24" height="24" fill="white" />,
|
|
771
|
+
onClick: (e) => alert('Início')
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
id: '2',
|
|
775
|
+
label: 'Desafios',
|
|
776
|
+
iconBegin: <Icons.Challenge width="24" height="24" />,
|
|
777
|
+
onClick: (e) => alert('Comunidade'),
|
|
778
|
+
subMenu: [
|
|
779
|
+
{ id: '1', label: 'Label', onClick: (e) => alert('Label-1') },
|
|
780
|
+
{ id: '2', label: 'Label', onClick: (e) => alert('Label-2') },
|
|
781
|
+
{ id: '3', label: 'Label', onClick: (e) => alert('Label-3') },
|
|
782
|
+
{ id: '4', label: 'Label', onClick: (e) => alert('Label-4') }
|
|
783
|
+
]
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
id: '3',
|
|
787
|
+
label: 'Conteúdo',
|
|
788
|
+
iconBegin: <Icons.Diamond width="24" height="24" />,
|
|
789
|
+
onClick: (e) => alert('Conteúdo'),
|
|
790
|
+
subMenu: [
|
|
791
|
+
{ id: '1', label: 'Label', onClick: (e) => alert('Label-1') },
|
|
792
|
+
{ id: '2', label: 'Label', onClick: (e) => alert('Label-2') }
|
|
793
|
+
]
|
|
794
|
+
}
|
|
795
|
+
],
|
|
796
|
+
|
|
797
|
+
user: {
|
|
798
|
+
name: 'Student name',
|
|
799
|
+
avatar:
|
|
800
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
801
|
+
company: 'Company name',
|
|
802
|
+
textIsMe: 'Eu',
|
|
803
|
+
handleClickProfile: () => alert('Click Profile'),
|
|
804
|
+
menuItems: [
|
|
805
|
+
{
|
|
806
|
+
label: 'Perfil',
|
|
807
|
+
onClick: (e) => alert('Perfil')
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
label: 'Configurações',
|
|
811
|
+
onClick: (e) => alert('Configurações')
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
label: 'Alternar conta',
|
|
815
|
+
iconBegin: <Icons.ChangeAccount />,
|
|
816
|
+
subItens: [
|
|
817
|
+
{ id: '1', label: 'Organizacao 01', onClick: (e) => alert('Organizacao 01') },
|
|
818
|
+
{ id: '2', label: 'Organizacao 01', onClick: (e) => alert('Organizacao 02') },
|
|
819
|
+
{ id: '3', label: 'Organizacao 01', onClick: (e) => alert('Organizacao 03') }
|
|
820
|
+
]
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
label: 'Sair',
|
|
824
|
+
iconBegin: <Icons.ExitArrow />,
|
|
825
|
+
onClick: () => alert('Sair')
|
|
826
|
+
}
|
|
827
|
+
]
|
|
828
|
+
},
|
|
829
|
+
search: {
|
|
830
|
+
value: '',
|
|
831
|
+
label: 'O que você busca?',
|
|
832
|
+
onFilter: (e) => console.log(e),
|
|
833
|
+
loading: false,
|
|
834
|
+
listEntry: [
|
|
835
|
+
{ id: '1', label: 'List Entry', onClick: (e) => alert('List Entry 1') },
|
|
836
|
+
{ id: '2', label: 'List Entry', onClick: (e) => alert('List Entry 2') },
|
|
837
|
+
{ id: '3', label: 'List Entry', onClick: (e) => alert('List Entry 3') },
|
|
838
|
+
{ id: '4', label: 'List Entry', onClick: (e) => alert('List Entry 4') }
|
|
839
|
+
]
|
|
840
|
+
},
|
|
841
|
+
notification: {
|
|
842
|
+
textBack: 'Voltar',
|
|
843
|
+
textNotification: 'Notificações',
|
|
844
|
+
textMarkAllAsRead: 'Marcar todas como lidas',
|
|
845
|
+
textEmptyState: 'No momento você não tem notificações.',
|
|
846
|
+
notificationList: [
|
|
847
|
+
{
|
|
848
|
+
notificationAvatar:
|
|
849
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
850
|
+
notificationDescription: `**Edson Corbari** comentou no seu desafio **“Plataforma D2L”.**`,
|
|
851
|
+
isNewNotification: true,
|
|
852
|
+
textNew: 'Nova',
|
|
853
|
+
notificationDate: 'Hoje',
|
|
854
|
+
|
|
855
|
+
handleClick: () => alert('Notificação clicada!')
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
notificationAvatar:
|
|
859
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
860
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
861
|
+
isNewNotification: true,
|
|
862
|
+
textNew: 'Nova',
|
|
863
|
+
notificationDate: 'Hoje',
|
|
864
|
+
|
|
865
|
+
handleClick: () => alert('Notificação clicada!')
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
notificationAvatar:
|
|
869
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
870
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
871
|
+
isNewNotification: true,
|
|
872
|
+
textNew: 'Nova',
|
|
873
|
+
notificationDate: 'Hoje',
|
|
874
|
+
|
|
875
|
+
handleClick: () => alert('Notificação clicada!')
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
notificationAvatar:
|
|
879
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
880
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
881
|
+
isNewNotification: true,
|
|
882
|
+
textNew: 'Nova',
|
|
883
|
+
notificationDate: 'Hoje',
|
|
884
|
+
|
|
885
|
+
handleClick: () => alert('Notificação clicada!')
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
notificationAvatar:
|
|
889
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
890
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
891
|
+
isNewNotification: true,
|
|
892
|
+
textNew: 'Nova',
|
|
893
|
+
notificationDate: 'Hoje',
|
|
894
|
+
|
|
895
|
+
handleClick: () => alert('Notificação clicada!')
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
notificationAvatar:
|
|
899
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
900
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
901
|
+
isNewNotification: true,
|
|
902
|
+
textNew: 'Nova',
|
|
903
|
+
notificationDate: 'Hoje',
|
|
904
|
+
|
|
905
|
+
handleClick: () => alert('Notificação clicada!')
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
notificationAvatar:
|
|
909
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
910
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
911
|
+
isNewNotification: true,
|
|
912
|
+
textNew: 'Nova',
|
|
913
|
+
notificationDate: 'Hoje',
|
|
914
|
+
|
|
915
|
+
handleClick: () => alert('Notificação clicada!')
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
notificationAvatar:
|
|
919
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
920
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
921
|
+
isNewNotification: false,
|
|
922
|
+
textNew: 'Nova',
|
|
923
|
+
notificationDate: 'Hoje',
|
|
924
|
+
|
|
925
|
+
handleClick: () => alert('Notificação clicada!')
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
notificationAvatar:
|
|
929
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
930
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
931
|
+
isNewNotification: false,
|
|
932
|
+
textNew: 'Nova',
|
|
933
|
+
notificationDate: 'Hoje',
|
|
934
|
+
|
|
935
|
+
handleClick: () => alert('Notificação clicada!')
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
notificationAvatar:
|
|
939
|
+
'https://media.istockphoto.com/photos/rocking-astronaut-3d-render-picture-id621597534?k=20&m=621597534&s=612x612&w=0&h=feOiFpDr7yah5o8dY1yrhkUh-grNKJNCevZn_fV-qz4=',
|
|
940
|
+
notificationDescription: `Edson Corbari comentou no seu desafio “Aumentar o engajamento dos alunos na plataforma D2L”.`,
|
|
941
|
+
isNewNotification: false,
|
|
942
|
+
textNew: 'Nova',
|
|
943
|
+
notificationDate: 'Hoje',
|
|
944
|
+
|
|
945
|
+
handleClick: () => alert('Notificação clicada!')
|
|
946
|
+
}
|
|
947
|
+
],
|
|
948
|
+
handleClickMarkRead: () => alert('Marcado como lido!'),
|
|
949
|
+
handleClickBack: () => alert('Voltar!')
|
|
950
|
+
},
|
|
951
|
+
languages: ['pt-BR', 'es', 'en-US', 'pt-PT'],
|
|
952
|
+
languageSelected: 'pt-BR',
|
|
953
|
+
onChangeLanguage: (e) => alert(e),
|
|
954
|
+
onClickProfileMenuText: () => alert('Clicked Profile'),
|
|
955
|
+
profileMenuText: 'Ver Perfil',
|
|
956
|
+
onClickExit: () => alert('Click Exit'),
|
|
957
|
+
onClickLogo: () => alert('Redirect to home'),
|
|
958
|
+
style: { display: 'flex' }
|
|
959
|
+
}
|