frst-components 0.21.69 → 0.21.70

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.
Files changed (152) hide show
  1. package/dist/index.d.ts +126 -0
  2. package/dist/index.d.ts.map +1 -0
  3. package/dist/index.js +26 -19
  4. package/dist/src/components/DS/dropdown-Multiselect/styles/multiselectStyles.d.ts.map +1 -1
  5. package/dist/src/components/DS/scroll-container-v2/ButtonControl/buttonControlStyles.d.ts.map +1 -1
  6. package/dist/src/components/DS/scroll-container-v2/ButtonControl/index.d.ts.map +1 -1
  7. package/dist/src/components/DS/scroll-container-v2/ButtonControl/useLongPress.d.ts.map +1 -1
  8. package/dist/src/components/DS/select/styles/StylesSelect.d.ts.map +1 -1
  9. package/dist/src/components/FI/ThreadComments/utilitiesComponents/commentaryBoxReply/index.d.ts.map +1 -1
  10. package/dist/src/components/FI/ThreadComments/utilitiesComponents/inputReply/index.d.ts.map +1 -1
  11. package/dist/src/components/FI/ThreadComments/utilitiesComponents/inputReply/inputReply.styles.d.ts.map +1 -1
  12. package/dist/src/components/IJ/learningCycleCard/components/menu/index.d.ts.map +1 -1
  13. package/dist/src/components/IJ/learningCycleCard/components/menu/menuStyle.d.ts.map +1 -1
  14. package/dist/src/components/accordion-tabs/accordionTabsStyles.d.ts +19 -0
  15. package/dist/src/components/accordion-tabs/accordionTabsStyles.d.ts.map +1 -0
  16. package/dist/src/components/accordion-tabs/index.d.ts +5 -0
  17. package/dist/src/components/accordion-tabs/index.d.ts.map +1 -0
  18. package/dist/src/components/avatar/avatarStyles.d.ts +10 -0
  19. package/dist/src/components/avatar/avatarStyles.d.ts.map +1 -0
  20. package/dist/src/components/avatar/index.d.ts +5 -0
  21. package/dist/src/components/avatar/index.d.ts.map +1 -0
  22. package/dist/src/components/buttons/buttonStyle.d.ts +25 -0
  23. package/dist/src/components/buttons/buttonStyle.d.ts.map +1 -0
  24. package/dist/src/components/buttons/index.d.ts +24 -0
  25. package/dist/src/components/buttons/index.d.ts.map +1 -0
  26. package/dist/src/components/calendar/calendarStyle.d.ts +39 -0
  27. package/dist/src/components/calendar/calendarStyle.d.ts.map +1 -0
  28. package/dist/src/components/calendar/index.d.ts +22 -0
  29. package/dist/src/components/calendar/index.d.ts.map +1 -0
  30. package/dist/src/components/cardLT/AvatarWithInfo/index.d.ts +27 -0
  31. package/dist/src/components/cardLT/AvatarWithInfo/index.d.ts.map +1 -0
  32. package/dist/src/components/cardLT/AvatarWithInfo/vector.d.ts +11 -0
  33. package/dist/src/components/cardLT/AvatarWithInfo/vector.d.ts.map +1 -0
  34. package/dist/src/components/cardLT/BannerProblem/index.d.ts +4 -0
  35. package/dist/src/components/cardLT/BannerProblem/index.d.ts.map +1 -0
  36. package/dist/src/components/cardLT/MessageBox/icons/errorIcon.d.ts +7 -0
  37. package/dist/src/components/cardLT/MessageBox/icons/errorIcon.d.ts.map +1 -0
  38. package/dist/src/components/cardLT/MessageBox/icons/successIcon.d.ts +7 -0
  39. package/dist/src/components/cardLT/MessageBox/icons/successIcon.d.ts.map +1 -0
  40. package/dist/src/components/cardLT/MessageBox/icons/warningIcon.d.ts +7 -0
  41. package/dist/src/components/cardLT/MessageBox/icons/warningIcon.d.ts.map +1 -0
  42. package/dist/src/components/cardLT/MessageBox/index.d.ts +30 -0
  43. package/dist/src/components/cardLT/MessageBox/index.d.ts.map +1 -0
  44. package/dist/src/components/cardLT/Rating/index.d.ts +35 -0
  45. package/dist/src/components/cardLT/Rating/index.d.ts.map +1 -0
  46. package/dist/src/components/cardLT/Rating/starIcon.d.ts +11 -0
  47. package/dist/src/components/cardLT/Rating/starIcon.d.ts.map +1 -0
  48. package/dist/src/components/cardLT/RatingCurtidas/index.d.ts +18 -0
  49. package/dist/src/components/cardLT/RatingCurtidas/index.d.ts.map +1 -0
  50. package/dist/src/components/cardLT/RocketButton/RocketButtonIcon.d.ts +18 -0
  51. package/dist/src/components/cardLT/RocketButton/RocketButtonIcon.d.ts.map +1 -0
  52. package/dist/src/components/cardLT/RocketButton/index.d.ts +16 -0
  53. package/dist/src/components/cardLT/RocketButton/index.d.ts.map +1 -0
  54. package/dist/src/components/cardLT/StepsMission/StepMission.d.ts +31 -0
  55. package/dist/src/components/cardLT/StepsMission/StepMission.d.ts.map +1 -0
  56. package/dist/src/components/cardLT/StepsMission/Steps.d.ts +27 -0
  57. package/dist/src/components/cardLT/StepsMission/Steps.d.ts.map +1 -0
  58. package/dist/src/components/cardLT/TextIcon/index.d.ts +26 -0
  59. package/dist/src/components/cardLT/TextIcon/index.d.ts.map +1 -0
  60. package/dist/src/components/cardLT/selectCard/index.d.ts +26 -0
  61. package/dist/src/components/cardLT/selectCard/index.d.ts.map +1 -0
  62. package/dist/src/components/cards/base/index.d.ts +4 -0
  63. package/dist/src/components/cards/base/index.d.ts.map +1 -0
  64. package/dist/src/components/cards/cardProblem/index.d.ts +34 -0
  65. package/dist/src/components/cards/cardProblem/index.d.ts.map +1 -0
  66. package/dist/src/components/cards/cardProblemGestor/index.d.ts +28 -0
  67. package/dist/src/components/cards/cardProblemGestor/index.d.ts.map +1 -0
  68. package/dist/src/components/cards/cardResultConquista/index.d.ts +25 -0
  69. package/dist/src/components/cards/cardResultConquista/index.d.ts.map +1 -0
  70. package/dist/src/components/cards/user/index.d.ts +27 -0
  71. package/dist/src/components/cards/user/index.d.ts.map +1 -0
  72. package/dist/src/components/checkmark/checkmarkStyles.d.ts +7 -0
  73. package/dist/src/components/checkmark/checkmarkStyles.d.ts.map +1 -0
  74. package/dist/src/components/checkmark/index.d.ts +5 -0
  75. package/dist/src/components/checkmark/index.d.ts.map +1 -0
  76. package/dist/src/components/commentary-box/commentaryBox.utils.d.ts +8 -0
  77. package/dist/src/components/commentary-box/commentaryBox.utils.d.ts.map +1 -0
  78. package/dist/src/components/commentary-box/commentaryBoxStyles.d.ts +35 -0
  79. package/dist/src/components/commentary-box/commentaryBoxStyles.d.ts.map +1 -0
  80. package/dist/src/components/commentary-box/index.d.ts +5 -0
  81. package/dist/src/components/commentary-box/index.d.ts.map +1 -0
  82. package/dist/src/components/conquistaCarrossel/index.d.ts +5 -0
  83. package/dist/src/components/conquistaCarrossel/index.d.ts.map +1 -0
  84. package/dist/src/components/emoji-picker/index.d.ts +10 -0
  85. package/dist/src/components/emoji-picker/index.d.ts.map +1 -0
  86. package/dist/src/components/exclusive-class/exclusiveClassStyles.d.ts +5 -0
  87. package/dist/src/components/exclusive-class/exclusiveClassStyles.d.ts.map +1 -0
  88. package/dist/src/components/exclusive-class/index.d.ts +5 -0
  89. package/dist/src/components/exclusive-class/index.d.ts.map +1 -0
  90. package/dist/src/components/filter-accordion-checkbox/filterAccordionCheckbox.utils.d.ts +2 -0
  91. package/dist/src/components/filter-accordion-checkbox/filterAccordionCheckbox.utils.d.ts.map +1 -0
  92. package/dist/src/components/filter-accordion-checkbox/index.d.ts +5 -0
  93. package/dist/src/components/filter-accordion-checkbox/index.d.ts.map +1 -0
  94. package/dist/src/components/form-elements/checkbox/checkboxStyle.d.ts +6 -0
  95. package/dist/src/components/form-elements/checkbox/checkboxStyle.d.ts.map +1 -0
  96. package/dist/src/components/form-elements/checkbox/index.d.ts +9 -0
  97. package/dist/src/components/form-elements/checkbox/index.d.ts.map +1 -0
  98. package/dist/src/components/form-elements/textarea/index.d.ts +4 -0
  99. package/dist/src/components/form-elements/textarea/index.d.ts.map +1 -0
  100. package/dist/src/components/form-elements/textfield/index.d.ts +32 -0
  101. package/dist/src/components/form-elements/textfield/index.d.ts.map +1 -0
  102. package/dist/src/components/form-elements/textfield/textFieldStyle.d.ts +20 -0
  103. package/dist/src/components/form-elements/textfield/textFieldStyle.d.ts.map +1 -0
  104. package/dist/src/components/global-menu/components/customMenu/index.d.ts.map +1 -1
  105. package/dist/src/components/global-menu/globalMenuStyles.d.ts +1 -0
  106. package/dist/src/components/global-menu/globalMenuStyles.d.ts.map +1 -1
  107. package/dist/src/components/global-menu/index.d.ts.map +1 -1
  108. package/dist/src/components/index.d.ts +7 -0
  109. package/dist/src/components/index.d.ts.map +1 -0
  110. package/dist/src/components/input-comment/index.d.ts +5 -0
  111. package/dist/src/components/input-comment/index.d.ts.map +1 -0
  112. package/dist/src/components/input-comment/inputCommentStyles.d.ts +22 -0
  113. package/dist/src/components/input-comment/inputCommentStyles.d.ts.map +1 -0
  114. package/dist/src/components/learning-steps/index.d.ts +5 -0
  115. package/dist/src/components/learning-steps/index.d.ts.map +1 -0
  116. package/dist/src/components/learning-steps/learningStepsStyles.d.ts +8 -0
  117. package/dist/src/components/learning-steps/learningStepsStyles.d.ts.map +1 -0
  118. package/dist/src/components/modal/modalLearningTech/index.d.ts +20 -0
  119. package/dist/src/components/modal/modalLearningTech/index.d.ts.map +1 -0
  120. package/dist/src/components/modal/statusProblema/index.d.ts +13 -0
  121. package/dist/src/components/modal/statusProblema/index.d.ts.map +1 -0
  122. package/dist/src/components/scroll-container/index.d.ts +5 -0
  123. package/dist/src/components/scroll-container/index.d.ts.map +1 -0
  124. package/dist/src/components/scroll-container/scrollContainer.utils.d.ts +2 -0
  125. package/dist/src/components/scroll-container/scrollContainer.utils.d.ts.map +1 -0
  126. package/dist/src/components/scroll-container/scrollContainerStyles.d.ts +16 -0
  127. package/dist/src/components/scroll-container/scrollContainerStyles.d.ts.map +1 -0
  128. package/dist/src/components/search-field/searchFieldStyles.d.ts +12 -0
  129. package/dist/src/components/search-field/searchFieldStyles.d.ts.map +1 -0
  130. package/dist/src/components/speech-bubble/index.d.ts +5 -0
  131. package/dist/src/components/speech-bubble/index.d.ts.map +1 -0
  132. package/dist/src/components/speech-bubble/speechBubbleStyles.d.ts +11 -0
  133. package/dist/src/components/speech-bubble/speechBubbleStyles.d.ts.map +1 -0
  134. package/dist/src/components/step-card/index.d.ts +5 -0
  135. package/dist/src/components/step-card/index.d.ts.map +1 -0
  136. package/dist/src/components/step-card/stepCardStyles.d.ts +20 -0
  137. package/dist/src/components/step-card/stepCardStyles.d.ts.map +1 -0
  138. package/dist/src/components/tag/index.d.ts +19 -0
  139. package/dist/src/components/tag/index.d.ts.map +1 -0
  140. package/dist/src/components/totalizer-card/index.d.ts +5 -0
  141. package/dist/src/components/totalizer-card/index.d.ts.map +1 -0
  142. package/dist/src/components/totalizer-card/totalizerCardStyles.d.ts +18 -0
  143. package/dist/src/components/totalizer-card/totalizerCardStyles.d.ts.map +1 -0
  144. package/dist/src/shared/globalComponentsStyle.d.ts +10 -0
  145. package/dist/src/shared/globalComponentsStyle.d.ts.map +1 -0
  146. package/dist/src/shared/icons.d.ts +173 -0
  147. package/dist/src/shared/icons.d.ts.map +1 -0
  148. package/dist/src/theme/index.d.ts +3 -0
  149. package/dist/src/theme/index.d.ts.map +1 -0
  150. package/dist/src/theme/tokens.d.ts +230 -0
  151. package/dist/src/theme/tokens.d.ts.map +1 -0
  152. package/package.json +1 -1
@@ -0,0 +1,126 @@
1
+ export { AlertCicle, DoubleCheck, MoreDotsHorizontal, CheckInCicle, TrashIcon, TrashIconNew, HomeLineIcon, HomeFilledIcon, CalendarLineIcon, CalendarFilledIcon, PencilLineIcon, PencilFilledIcon, LampLineIcon, LampFilledIcon, MedalLineIcon, MedalFilledIcon, PlayLineIcon, PlayFilledIcon, IconNotification, InstagramIcon, LinkedinIcon, PodCastIcon, SiteIcon, SpotifyIcon, YoutubeIcon, Content, AddIcon, Channel, ExitArrow, StepCicleOne, StepCheckInCicle, StepCicleTwo, StepCicleThree, StepCicleFour, Books, Diamond, Challenge, EmptyAvatar, ChangeAccount, EyeOff, OpenedEye, StarFavorite, CheckIconSimple, IconContent, EditIcon, Tick } from './src/shared/icons';
2
+ export { default as Tag } from './src/components/tag';
3
+ export { default as BaseCard } from './src/components/cards/base';
4
+ export { default as AudioPlayer } from './src/components/audio-player';
5
+ export { default as QuantidadeDesafios } from './src/components/quantidadeDesafios';
6
+ export { default as UserCard } from './src/components/cards/user';
7
+ export { default as CalendarCard } from './src/components/calendar';
8
+ export { default as BannerProblem } from './src/components/cardLT/BannerProblem';
9
+ export { default as MessageBox } from './src/components/cardLT/MessageBox';
10
+ export { default as Button } from './src/components/buttons';
11
+ export { default as ButtonGroup } from './src/components/EBR/buttons-group';
12
+ export { default as TextField } from './src/components/form-elements/textfield';
13
+ export { default as TextArea } from './src/components/form-elements/textarea';
14
+ export { default as Avatar } from './src/components/avatar';
15
+ export { default as InputComment } from './src/components/input-comment';
16
+ export { default as CommentaryBox } from './src/components/commentary-box';
17
+ export { CommentaryBoxV2 } from './src/components/commentaryBoxV2';
18
+ export { ThreadComments } from './src/components/FI/ThreadComments';
19
+ export { default as Checkmark } from './src/components/checkmark';
20
+ export { default as ScrollContainer } from './src/components/scroll-container';
21
+ export { default as LearningSteps } from './src/components/learning-steps';
22
+ export { default as TotalizerCard } from './src/components/totalizer-card';
23
+ export { default as Tooltip } from './src/components/DS/tooltip';
24
+ export { default as Select } from './src/components/DS/select';
25
+ export { default as Modal } from './src/components/DS/modal';
26
+ export { default as GroupsTable } from './src/components/DS/groups-table';
27
+ export { default as AdmButton } from './src/components/DS/admButton';
28
+ export { default as CardPeople } from './src/components/DS/cardPeople';
29
+ export { default as Loading } from './src/components/DS/loading';
30
+ export { default as OnboardingProgressMenu } from './src/components/DS/onboarding-progress-menu';
31
+ export { default as SearchField } from './src/components/search-field';
32
+ export { default as FilterAccordionCheckbox } from './src/components/filter-accordion-checkbox';
33
+ export { default as ModalStatusProblema } from './src/components/modal/statusProblema';
34
+ export { default as ModalLearningTech } from './src/components/modal/modalLearningTech';
35
+ export { default as ModalVideo } from './src/components/modal/modalVideo';
36
+ export { default as CardProblemGestor } from './src/components/cards/cardProblemGestor';
37
+ export { default as CardProblem } from './src/components/cards/cardProblem';
38
+ export { default as CardDefinicaoFase } from './src/components/cards/cardDefinicaoFase';
39
+ export { default as CardResultConquista } from './src/components/cards/cardResultConquista';
40
+ export { default as ExclusiveClassCard } from './src/components/exclusive-class';
41
+ export { default as ConquistaCarrossel } from './src/components/conquistaCarrossel';
42
+ export { default as Steps } from './src/components/cardLT/StepsMission/Steps';
43
+ export { default as StepsMission } from './src/components/cardLT/StepsMission/StepMission';
44
+ export { default as Rating } from './src/components/EBR/rating';
45
+ export { default as Stepper } from './src/components/EBR/stepper/stepper';
46
+ export { default as StepperItem } from './src/components/EBR/stepper/stepperItem';
47
+ export { default as ObjectiveStep } from './src/components/EBR/objective-step';
48
+ export { default as SpecialistContact } from './src/components/EBR/specialist-contact';
49
+ export { default as GroupStatistics } from './src/components/EBR/group-statistics';
50
+ export { default as TrailList } from './src/components/EBR/trail-list';
51
+ export { default as Favorite } from './src/components/IJ/favorite';
52
+ export { default as ContentCycle } from './src/components/IJ/ContentCycle';
53
+ export { default as ListContentCycle } from './src/components/IJ/ListContentCycle';
54
+ export { default as StepLearningCycle } from './src/components/IJ/StepLearningCycle';
55
+ export { default as DateRangePicker } from './src/components/IJ/StepLearningCycle';
56
+ export { default as AvatarChannel } from './src/components/LXP/avatarChannel';
57
+ export { default as AvatarAssociatedChannel } from './src/components/LXP/avatarAssociatedChannel';
58
+ export { default as BannerLxp } from './src/components/LXP/bannerLxp';
59
+ export { default as ButtonContent } from './src/components/LXP/buttonContent';
60
+ export { default as ColorPicker } from './src/components/LXP/colorpicker';
61
+ export { default as ContentSwitcher } from './src/components/LXP/contentSwitcher';
62
+ export { default as ContentThumbnails } from './src/components/LXP/contentThumbnails';
63
+ export { default as FileUpload } from './src/components/LXP/fileUpload';
64
+ export { default as HeaderContent } from './src/components/LXP/headerContent';
65
+ export { default as PopOver } from './src/components/LXP/popOver';
66
+ export { default as PopOverLXP } from './src/components/LXP/popOverLXP-antigo';
67
+ export { default as ProgressBar } from './src/components/LXP/progressBar';
68
+ export { default as SearchResults } from './src/components/LXP/searchResults';
69
+ export { default as StarMetric } from './src/components/LXP/star-metric';
70
+ export { default as CalendarLxp } from './src/components/LXP/calendarLxp';
71
+ export { default as Video } from './src/components/LXP/video';
72
+ export { default as GlobalMenu } from './src/components/global-menu';
73
+ export { default as LoginLxp } from './src/components/LXP/login';
74
+ export { default as AccordionTrackList } from './src/components/LXP/accordionTrack/accordionTrackList';
75
+ export { default as ManageLearningCicles } from './src/components/LXP/manageLerningCicles';
76
+ export { default as ThumbnailsDraggable } from './src/components/LXP/thumbnails/thumbnailsDraggable';
77
+ export { default as Thumbnails } from './src/components/LXP/thumbnails/thumbnails';
78
+ export { default as SelectLXP } from './src/components/LXP/selectLXP';
79
+ export { default as ParticipantThumbnails } from './src/components/LXP/participantThumbnails';
80
+ export { default as ParticipantThumbnailsList } from './src/components/LXP/participantThumbnailsList';
81
+ export { default as AccordionList } from './src/components/LXP/AccordionList';
82
+ export { default as ModalNewFeatures } from './src/components/LXP/modalNewFeatures';
83
+ export { default as FieldSearch } from './src/components/field-search-dropdown';
84
+ export { default as CardTrail } from './src/components/card-trail';
85
+ export { default as CardsTrailsCarousel } from './src/components/card-trail-carousel';
86
+ export { default as ChallengeCard } from './src/components/challenge-cards';
87
+ export { default as SearchBox } from './src/components/FI/searchBox';
88
+ export { default as BannerSRG } from './src/components/FI/bannerSRG';
89
+ export { default as LateralMenu } from './src/components/lateral-menu';
90
+ export { default as BannerProblemFeed } from './src/components/FI/bannerProblemFeed';
91
+ export { default as FeedInteraction } from './src/components/FI/feedInteraction';
92
+ export { default as SessionFilters } from './src/components/FI/sessionFilters';
93
+ export { default as SmallSRGBanner } from './src/components/FI/smallSRGBanner';
94
+ export { default as PostFeed } from './src/components/FI/postFeed';
95
+ export { default as NotificationCard } from './src/components/FI/notificationCard';
96
+ export { default as NotificationPopOver } from './src/components/FI/notificationPopOver';
97
+ export { default as InteractionsModal } from './src/components/FI/interactionsModal';
98
+ export { default as Pagination } from './src/components/IJ/pagination';
99
+ export { default as ThumbListContent } from './src/components/IJ/thumbListContent';
100
+ export { default as ListSelector } from './src/components/IJ/listSelector';
101
+ export { default as ParticipantCard } from './src/components/IJ/participantCardOld';
102
+ export { default as ParticipantCardNew } from './src/components/IJ/participantCard';
103
+ export { default as LearningCycleCard } from './src/components/IJ/learningCycleCard';
104
+ export { default as HeaderChallenge } from './src/components/headerChallenge';
105
+ export { default as LogoFRST } from './src/components/LogoFRST';
106
+ export { default as StepController } from './src/components/demo/stepController';
107
+ export { default as MenuMore } from './src/components/menu-more';
108
+ export { default as EmojiPicker } from './src/components/emoji-picker';
109
+ export { default as InputCommentV2 } from './src/components/input-comment-v2';
110
+ export { default as MiniButton } from './src/components/mini-button';
111
+ export { default as CounterLike } from './src/components/counter-like';
112
+ export { default as HeaderUser } from './src/components/header-user';
113
+ export { default as InputCommentPostIt } from './src/components/FI/inputCommentPost-it';
114
+ export { default as HeaderImprovementIdea } from './src/components/header-improvement-idea';
115
+ export { default as ShowMore } from './src/components/show-more';
116
+ export { default as IcrementarIdeia } from './src/components/IncrementarIdeia';
117
+ export { default as CommentPost } from './src/components/comment-post';
118
+ export { default as ExpandButton } from './src/components/expand-button';
119
+ export { default as ModalInvite } from './src/components/FI/modal-invite';
120
+ export { default as CriarIdeia } from './src/components/criar-ideia';
121
+ export { default as Votar } from './src/components/brainstorming-votar';
122
+ export { default as StepsProgress } from './src/components/DS/steps-progress';
123
+ export { default as ScrollContainerV2 } from './src/components/DS/scroll-container-v2';
124
+ export { default as FiltroGaleriaDesafios } from './src/components/filtro-galeria-desafio';
125
+ export { default as DropdownMultiselect } from './src/components/DS/dropdown-Multiselect';
126
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.tsx"],"names":[],"mappings":"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"}
package/dist/index.js CHANGED
@@ -9984,12 +9984,19 @@ const WrapperIconNotification = styled__default["default"].div `
9984
9984
  display: flex;
9985
9985
  justify-content: center;
9986
9986
  align-items: center;
9987
- min-width: 150px;
9987
+ min-width: 132px;
9988
9988
  font-size: 16px;
9989
9989
  font-weight: 400;
9990
9990
  color: #fff;
9991
9991
  position: relative;
9992
- left: 17px;
9992
+ left: 23px;
9993
+ `;
9994
+ const WrapperIconNotificationText = styled__default["default"].p `
9995
+
9996
+ text-align: left;
9997
+ left: 5px;
9998
+ position: absolute;
9999
+ width: 108px;
9993
10000
  `;
9994
10001
  const WrapperIconNotificationMobile = styled__default["default"].div `
9995
10002
  cursor: pointer;
@@ -10112,25 +10119,24 @@ const itemFrstSocials = styled__default["default"].button `
10112
10119
  cursor: pointer;
10113
10120
  `;
10114
10121
  const help = styled__default["default"].div `
10115
-
10116
- width: 77px;
10117
- color: #fff;
10118
- display: flex;
10119
- left: 14px;
10120
- position: relative;
10121
- cursor: pointer;
10122
-
10122
+ width: 80px;
10123
+ color: #fff;
10124
+ display: flex;
10125
+ justify-content: space-between;
10126
+ align-items: center;
10127
+ position: relative;
10128
+ cursor: pointer;
10129
+ flex-direction: row;
10130
+ left: 4px;
10123
10131
 
10124
10132
  `;
10125
10133
  const helpText = styled__default["default"].p `
10126
10134
 
10127
10135
  color: #fff;
10128
10136
  width: 45px;
10129
- position: relative;
10130
- top: 3px;
10131
- height: 0px;
10132
- position: relative;
10133
- right: 10px;
10137
+ height: 25px;
10138
+ align-items: center;
10139
+ display: flex;
10134
10140
 
10135
10141
 
10136
10142
  `;
@@ -11154,11 +11160,12 @@ function GlobalMenu({ variant, menu, customMenu, user, search, notification, lan
11154
11160
  height: '100%',
11155
11161
  flexDirection: 'inherit'
11156
11162
  } }, item.id ? item.id : index))), jsxRuntime.jsxs(WrapperIconNotification, { onClick: onClickNotification, children: [jsxRuntime.jsxs("span", { style: {
11157
- display: 'inline-flex',
11163
+ display: 'flex',
11158
11164
  justifyContent: 'flex-start',
11159
11165
  alignItems: 'center',
11160
- flexDirection: 'row-reverse'
11161
- }, onClick: handleOpenNotification, children: [jsxRuntime.jsx(IconNotification, { fill: FRSTTheme['colors'].shadeWhite }), hasNewNotification ? (jsxRuntime.jsx("div", { style: { position: 'absolute', top: '0' }, children: jsxRuntime.jsx(HasNotificationIcon, {}) })) : null, ' ', "\u00A0 ", textNotification] }), jsxRuntime.jsx(NotificationPopOver, { handleClickMarkRead: notification.handleClickMarkRead, isOpen: openNotification, anchor: anchorNotification, textEmptyState: notification.textEmptyState, notificationList: updatedNotificationList, textMarkAllAsRead: notification.textMarkAllAsRead, textNotification: notification.textNotification, isMobile: false, setOnAreaPopOver: (e) => setOnAreaPopOver(e), textBack: notification.textBack, handleClickBack: () => handleCloseNotification() })] })] })), isMobileVersion && notification && (jsxRuntime.jsxs(WrapperIconNotificationMobile, { onClick: onClickNotification, style: {
11166
+ flexDirection: 'row-reverse',
11167
+ width: '130px'
11168
+ }, onClick: handleOpenNotification, children: [jsxRuntime.jsx(IconNotification, { fill: FRSTTheme['colors'].shadeWhite }), hasNewNotification ? (jsxRuntime.jsx("div", { style: { position: 'absolute', top: '0' }, children: jsxRuntime.jsx(HasNotificationIcon, {}) })) : null, ' ', jsxRuntime.jsx(WrapperIconNotificationText, { children: textNotification })] }), jsxRuntime.jsx(NotificationPopOver, { handleClickMarkRead: notification.handleClickMarkRead, isOpen: openNotification, anchor: anchorNotification, textEmptyState: notification.textEmptyState, notificationList: updatedNotificationList, textMarkAllAsRead: notification.textMarkAllAsRead, textNotification: notification.textNotification, isMobile: false, setOnAreaPopOver: (e) => setOnAreaPopOver(e), textBack: notification.textBack, handleClickBack: () => handleCloseNotification() })] })] })), isMobileVersion && notification && (jsxRuntime.jsxs(WrapperIconNotificationMobile, { onClick: onClickNotification, style: {
11162
11169
  borderBottom: openNotificationMobile && windowSize[0] <= 650
11163
11170
  ? `4px solid ${FRSTTheme['colors'].primary1}`
11164
11171
  : '',
@@ -11171,7 +11178,7 @@ function GlobalMenu({ variant, menu, customMenu, user, search, notification, lan
11171
11178
  }, children: [jsxRuntime.jsxs("span", { style: { display: 'inline-flex', justifyContent: 'flex-start', alignItems: 'center' }, children: [jsxRuntime.jsx(IconNotification, { fill: FRSTTheme['colors'].shadeWhite }), ' ', hasNewNotification ? (jsxRuntime.jsxs("div", { style: { marginLeft: '-12px' }, children: [' ', jsxRuntime.jsx(HasNotificationIcon, {}), ' '] })) : null] }), windowSize[0] > 700 ? (jsxRuntime.jsx(NotificationPopOver, { handleClickMarkRead: notification.handleClickMarkRead, isOpen: openNotificationMobile, anchor: anchorNotification, textEmptyState: notification.textEmptyState, notificationList: updatedNotificationList, textMarkAllAsRead: notification.textMarkAllAsRead, textNotification: notification.textNotification, isMobile: false, setOnAreaPopOver: (e) => setOnAreaPopOver(e), textBack: notification.textBack, handleClickBack: () => handleCloseNotification() })) : null] })), jsxRuntime.jsx(DropdownProfileMenu, { variant: "LXP", user: user, profileMenuText: profileMenuText, handleProfileMenuClick: onClickProfileMenuText, menuItems: user && user.menuItems, isMobileVersion: isMobileVersion, hiddenProfileMenu: hiddenProfileMenu, showProfile: showProfile, style: {
11172
11179
  marginLeft: isMobileVersion ? '0px' : '5px',
11173
11180
  marginRight: isMobileVersion ? '0px' : '5px'
11174
- } }), showHelp && (jsxRuntime.jsxs(help, { onClick: onClickHelp, children: [jsxRuntime.jsx(helpText, { children: "Ajuda " }), jsxRuntime.jsx(HelpIcon, {})] })), !isMobileVersion && !isTabletVersion && languages && languages.length > 0 && (jsxRuntime.jsx(LanguagesDropdown, { variant: "LXP", languages: [...languages], selected: languageSelected, onSelect: (e) => onChangeLanguage(e), distanceBtnDrop: '57px' }))] })] }) }), openNotificationMobile && windowSize[0] <= 700 ? (jsxRuntime.jsx(NotificationPopOver, { handleClickMarkRead: notification.handleClickMarkRead, isOpen: openNotificationMobile, anchor: anchorNotification, textEmptyState: notification.textEmptyState, notificationList: updatedNotificationList, textMarkAllAsRead: notification.textMarkAllAsRead, textNotification: notification.textNotification, isMobile: true, setOnAreaPopOver: (e) => setOnAreaPopOver(e), textBack: notification.textBack, handleClickBack: () => handleCloseNotification() })) : null] })) : (jsxRuntime.jsx("div", { style: { width: '100%', display: 'flex', flexDirection: 'column', ...style }, children: jsxRuntime.jsxs(MenuContainer, { variant: variant, style: { ...style, display: 'none' }, children: [jsxRuntime.jsx(WrapperLogo, { onClick: () => onClickLogo(), children: jsxRuntime.jsx(FRSTLogo, { height: "28" }) }), jsxRuntime.jsx(WrapperMenu, { children: menu &&
11181
+ } }), showHelp && (jsxRuntime.jsxs(help, { onClick: onClickHelp, children: [jsxRuntime.jsx(helpText, { children: "Ajuda" }), jsxRuntime.jsx(HelpIcon, {})] })), !isMobileVersion && !isTabletVersion && languages && languages.length > 0 && (jsxRuntime.jsx(LanguagesDropdown, { variant: "LXP", languages: [...languages], selected: languageSelected, onSelect: (e) => onChangeLanguage(e), distanceBtnDrop: '57px' }))] })] }) }), openNotificationMobile && windowSize[0] <= 700 ? (jsxRuntime.jsx(NotificationPopOver, { handleClickMarkRead: notification.handleClickMarkRead, isOpen: openNotificationMobile, anchor: anchorNotification, textEmptyState: notification.textEmptyState, notificationList: updatedNotificationList, textMarkAllAsRead: notification.textMarkAllAsRead, textNotification: notification.textNotification, isMobile: true, setOnAreaPopOver: (e) => setOnAreaPopOver(e), textBack: notification.textBack, handleClickBack: () => handleCloseNotification() })) : null] })) : (jsxRuntime.jsx("div", { style: { width: '100%', display: 'flex', flexDirection: 'column', ...style }, children: jsxRuntime.jsxs(MenuContainer, { variant: variant, style: { ...style, display: 'none' }, children: [jsxRuntime.jsx(WrapperLogo, { onClick: () => onClickLogo(), children: jsxRuntime.jsx(FRSTLogo, { height: "28" }) }), jsxRuntime.jsx(WrapperMenu, { children: menu &&
11175
11182
  menu.length > 0 &&
11176
11183
  menu.map((item, index) => {
11177
11184
  return (jsxRuntime.jsx(ItemGlobalMenu, { label: item.label, variant: "default", type: "menu", handleOnClick: () => item.onClick('tes'), style: { paddingRight: '10px', paddingLeft: '10px' } }, item.id ? item.id : index));
@@ -1 +1 @@
1
- {"version":3,"file":"multiselectStyles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/dropdown-Multiselect/styles/multiselectStyles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,oEAiB3B,CAAA;AAED,eAAO,MAAM,YAAY,oEAgBxB,CAAA;AAED,eAAO,MAAM,YAAY,oEA0CxB,CAAA;AAED,eAAO,MAAM,eAAe,oEAI3B,CAAA;AAED,eAAO,MAAM,UAAU,oEAStB,CAAA;AAED,eAAO,MAAM,SAAS,oEAuBrB,CAAA;AAED,eAAO,MAAM,YAAY,oEAmBxB,CAAA;AAED,eAAO,MAAM,cAAc,oEAc1B,CAAA;AAED,eAAO,MAAM,WAAW,oEASvB,CAAA;AAED,eAAO,MAAM,YAAY,oEAkBxB,CAAA;AAED,eAAO,MAAM,UAAU,oEAMtB,CAAA;AAED,eAAO,MAAM,SAAS,oEAMrB,CAAA;AAED,eAAO,MAAM,eAAe,oEAM3B,CAAA;AAED,eAAO,MAAM,UAAU,oEAItB,CAAA"}
1
+ {"version":3,"file":"multiselectStyles.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/dropdown-Multiselect/styles/multiselectStyles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,oEAiB3B,CAAA;AAED,eAAO,MAAM,YAAY,oEAgBxB,CAAA;AAED,eAAO,MAAM,YAAY,oEA0CxB,CAAA;AAED,eAAO,MAAM,eAAe,oEAI3B,CAAA;AAED,eAAO,MAAM,UAAU,oEAStB,CAAA;AAED,eAAO,MAAM,SAAS,oEAuBrB,CAAA;AAED,eAAO,MAAM,YAAY,oEAmBxB,CAAA;AAED,eAAO,MAAM,cAAc,oEAc1B,CAAA;AAED,eAAO,MAAM,WAAW,oEASvB,CAAA;AAED,eAAO,MAAM,YAAY,oEAkBxB,CAAA;AAED,eAAO,MAAM,UAAU,oEAMtB,CAAA;AAED,eAAO,MAAM,SAAS,oEAMrB,CAAA;AAED,eAAO,MAAM,eAAe,oEAM3B,CAAA;AAED,eAAO,MAAM,UAAU,oEAItB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"buttonControlStyles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/scroll-container-v2/ButtonControl/buttonControlStyles.ts"],"names":[],"mappings":"AAEA,UAAU,cAAc;IACtB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAGD,eAAO,MAAM,oBAAoB,gFAmChC,CAAA"}
1
+ {"version":3,"file":"buttonControlStyles.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/scroll-container-v2/ButtonControl/buttonControlStyles.ts"],"names":[],"mappings":"AAEA,UAAU,cAAc;IACtB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAGD,eAAO,MAAM,oBAAoB,gFAmChC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/scroll-container-v2/ButtonControl/index.tsx"],"names":[],"mappings":";AAMA,wBAAgB,cAAc,CAAC,EACvB,OAAO,EACP,gBAAgB,EAChB,SAAS,EACT,SAAS,EACT,WAAW,EACX,UAAU,EACV,MAAM,EACT;;;;;;;;CAAA,eAuBF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/scroll-container-v2/ButtonControl/index.tsx"],"names":[],"mappings":";AAMA,wBAAgB,cAAc,CAAC,EACvB,OAAO,EACP,gBAAgB,EAChB,SAAS,EACT,SAAS,EACT,WAAW,EACX,UAAU,EACV,MAAM,EACT;;;;;;;;CAAA,eAuBF"}
@@ -1 +1 @@
1
- {"version":3,"file":"useLongPress.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/scroll-container-v2/ButtonControl/useLongPress.tsx"],"names":[],"mappings":"AAGA,wBAAgB,YAAY,CAAC,QAAQ,aAAW,EAAE,EAAE,SAAO;;;;;;EAsB1D"}
1
+ {"version":3,"file":"useLongPress.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/scroll-container-v2/ButtonControl/useLongPress.tsx"],"names":[],"mappings":"AAGA,wBAAgB,YAAY,CAAC,QAAQ,aAAW,EAAE,EAAE,SAAO;;;;;;EAsB1D"}
@@ -1 +1 @@
1
- {"version":3,"file":"StylesSelect.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/select/styles/StylesSelect.tsx"],"names":[],"mappings":"AAEA,UAAU,WAAW;IACnB,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB;AAED,eAAO,MAAM,iBAAiB,6EAa7B,CAAA;AACD,eAAO,MAAM,YAAY,oEASxB,CAAA;AACD,eAAO,MAAM,cAAc,6EA4B1B,CAAA;AACD,eAAO,MAAM,qBAAqB,oEAAkB,CAAA;AAEpD,eAAO,MAAM,YAAY,mEAgBxB,CAAA;AACD,eAAO,MAAM,kBAAkB;UAAyB,OAAO;SAa9D,CAAA;AACD,eAAO,MAAM,cAAc,kEAO1B,CAAA"}
1
+ {"version":3,"file":"StylesSelect.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/select/styles/StylesSelect.tsx"],"names":[],"mappings":"AAEA,UAAU,WAAW;IACnB,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB;AAED,eAAO,MAAM,iBAAiB,6EAa7B,CAAA;AACD,eAAO,MAAM,YAAY,oEASxB,CAAA;AACD,eAAO,MAAM,cAAc,6EA4B1B,CAAA;AACD,eAAO,MAAM,qBAAqB,oEAAkB,CAAA;AAEpD,eAAO,MAAM,YAAY,mEAgBxB,CAAA;AACD,eAAO,MAAM,kBAAkB;UAAyB,OAAO;SAa9D,CAAA;AACD,eAAO,MAAM,cAAc,kEAO1B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/FI/ThreadComments/utilitiesComponents/commentaryBoxReply/index.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAC,yBAAyB,EAAC,MAAM,4BAA4B,CAAC;AAGrE,eAAO,MAAM,kBAAkB,mGAC5B,yBAAyB,gBAW3B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/FI/ThreadComments/utilitiesComponents/commentaryBoxReply/index.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAC,yBAAyB,EAAC,MAAM,4BAA4B,CAAC;AAGrE,eAAO,MAAM,kBAAkB,mGAC5B,yBAAyB,gBAW3B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/FI/ThreadComments/utilitiesComponents/inputReply/index.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,UAAU,8KAYpB,WAAW,gBAiGb,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/FI/ThreadComments/utilitiesComponents/inputReply/index.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,UAAU,8KAYpB,WAAW,gBAiGb,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"inputReply.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/FI/ThreadComments/utilitiesComponents/inputReply/inputReply.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,oEAI1B,CAAA;AAED,eAAO,MAAM,SAAS,oEAIrB,CAAA"}
1
+ {"version":3,"file":"inputReply.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/FI/ThreadComments/utilitiesComponents/inputReply/inputReply.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,oEAI1B,CAAA;AAED,eAAO,MAAM,SAAS,oEAIrB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/IJ/learningCycleCard/components/menu/index.tsx"],"names":[],"mappings":";AAUA,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAAE,EAAE,EAAE,WAAW,EAAE;;;CAAA,eAiFnD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/IJ/learningCycleCard/components/menu/index.tsx"],"names":[],"mappings":";AAUA,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAAE,EAAE,EAAE,WAAW,EAAE;;;CAAA,eAiFnD"}
@@ -1 +1 @@
1
- {"version":3,"file":"menuStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/IJ/learningCycleCard/components/menu/menuStyle.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY,oEAuBxB,CAAA"}
1
+ {"version":3,"file":"menuStyle.d.ts","sourceRoot":"","sources":["../../../../../src/components/IJ/learningCycleCard/components/menu/menuStyle.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY,oEAuBxB,CAAA"}
@@ -0,0 +1,19 @@
1
+ export declare const WrapperHeaderTabs: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const TitleAccordion: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const ContainerTitleTabs: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export declare const ContainerCleanAction: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ export declare const TextClean: import("styled-components").StyledComponent<"span", any, {}, never>;
6
+ export declare const TitleTabWrapper: import("styled-components").StyledComponent<"div", any, {
7
+ typeButton: string;
8
+ status: boolean;
9
+ }, never>;
10
+ export declare const TextTotalTab: import("styled-components").StyledComponent<"div", any, {}, never>;
11
+ export declare const TextTitleTab: import("styled-components").StyledComponent<"div", any, {}, never>;
12
+ export declare const WrapperContent: import("styled-components").StyledComponent<"div", any, {
13
+ status: boolean;
14
+ }, never>;
15
+ export declare const DropIcon: import("styled-components").StyledComponent<"div", any, {
16
+ status: boolean;
17
+ }, never>;
18
+ export declare const TitleCurrentTabOpened: import("styled-components").StyledComponent<"p", any, {}, never>;
19
+ //# sourceMappingURL=accordionTabsStyles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accordionTabsStyles.d.ts","sourceRoot":"","sources":["../../../../src/components/accordion-tabs/accordionTabsStyles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,oEAK7B,CAAA;AAED,eAAO,MAAM,cAAc,oEAS1B,CAAA;AAED,eAAO,MAAM,kBAAkB,oEAM9B,CAAA;AAED,eAAO,MAAM,oBAAoB,oEAQhC,CAAA;AAED,eAAO,MAAM,SAAS,qEAUrB,CAAA;AAED,eAAO,MAAM,eAAe;gBAA4B,MAAM;YAAU,OAAO;SAkB9E,CAAA;AAED,eAAO,MAAM,YAAY,oEAIxB,CAAA;AAED,eAAO,MAAM,YAAY,oEAExB,CAAA;AAKD,eAAO,MAAM,cAAc;YAAyB,OAAO;SAU1D,CAAA;AAGD,eAAO,MAAM,QAAQ;YAAwB,OAAO;SAKnD,CAAA;AAGD,eAAO,MAAM,qBAAqB,kEAQjC,CAAA"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import '../../shared/global.css';
3
+ import { IAccordionTabs } from './accordionTabs';
4
+ export default function AccordionTabs({ titleAccordion, typeAccordion, typeButtonTab, titleTabs, handleActiveTab, activeTabID, hasCleanButton, handleActionClean, textCleanButton, hasCounterTab, children, style }: IAccordionTabs): JSX.Element;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/accordion-tabs/index.tsx"],"names":[],"mappings":";AAAA,OAAO,yBAAyB,CAAA;AAGhC,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAShD,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EAClC,cAAc,EAAE,aAAa,EAAE,aAAa,EAAE,SAAS,EACvD,eAAe,EAAE,WAAW,EAAE,cAAc,EAAE,iBAAiB,EAC/D,eAAe,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE,cAAc,eA6DpE"}
@@ -0,0 +1,10 @@
1
+ interface AvatarI {
2
+ size?: string;
3
+ src?: any;
4
+ disabled?: boolean;
5
+ isActiveClick?: boolean;
6
+ }
7
+ export declare const AvatarImg: import("styled-components").StyledComponent<"img", any, AvatarI, never>;
8
+ export declare const AvatarWrapper: import("styled-components").StyledComponent<"div", any, AvatarI, never>;
9
+ export {};
10
+ //# sourceMappingURL=avatarStyles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatarStyles.d.ts","sourceRoot":"","sources":["../../../../src/components/avatar/avatarStyles.ts"],"names":[],"mappings":"AAEA,UAAU,OAAO;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,GAAG,CAAC,EAAE,GAAG,CAAA;IACT,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED,eAAO,MAAM,SAAS,yEAWrB,CAAA;AAED,eAAO,MAAM,aAAa,yEAIzB,CAAA"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import '../../shared/global.css';
3
+ import { IAvatar } from './avatar';
4
+ export default function Avatar({ size, src, alt, className, disabled, onClick, isActiveClick, id, style }: IAvatar): JSX.Element;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/avatar/index.tsx"],"names":[],"mappings":";AAAA,OAAO,yBAAyB,CAAA;AAIhC,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAA;AAElC,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE,aAAa,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,OAAO,eASjH"}
@@ -0,0 +1,25 @@
1
+ export declare const LinkButton: import("styled-components").StyledComponent<"a", any, {
2
+ disabled: boolean;
3
+ }, never>;
4
+ export declare const LinkButtonStartIcon: import("styled-components").StyledComponent<"a", any, {
5
+ disabled: boolean;
6
+ sizeIcon: string;
7
+ }, never>;
8
+ export declare const LinkButtonEndIcon: import("styled-components").StyledComponent<"a", any, {
9
+ disabled: boolean;
10
+ sizeIcon: string;
11
+ }, never>;
12
+ export declare const Button: import("styled-components").StyledComponent<"button", any, {
13
+ variant: string;
14
+ active: boolean;
15
+ length: number;
16
+ }, never>;
17
+ export declare const ButtonStartIcon: import("styled-components").StyledComponent<"button", any, {
18
+ variant: string;
19
+ sizeIcon: string;
20
+ }, never>;
21
+ export declare const ButtonEndIcon: import("styled-components").StyledComponent<"button", any, {
22
+ variant: string;
23
+ sizeIcon: string;
24
+ }, never>;
25
+ //# sourceMappingURL=buttonStyle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"buttonStyle.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/buttonStyle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;cAAwB,OAAO;SAqCrD,CAAA;AACD,eAAO,MAAM,mBAAmB;cAAwB,OAAO;cAAY,MAAM;SAqChF,CAAA;AACD,eAAO,MAAM,iBAAiB;cAAwB,OAAO;cAAY,MAAM;SAqC9E,CAAA;AA+GD,eAAO,MAAM,MAAM;aAA4B,MAAM;YAAU,OAAO;YAAU,MAAM;SAoErF,CAAA;AACD,eAAO,MAAM,eAAe;aAA4B,MAAM;cAAY,MAAM;SA2B/E,CAAA;AACD,eAAO,MAAM,aAAa;aAA4B,MAAM;cAAY,MAAM;SA2B7E,CAAA"}
@@ -0,0 +1,24 @@
1
+ import React from 'react';
2
+ import '../../shared/global.css';
3
+ type enumVariant = 'primary' | 'secondary' | 'link' | 'expandedPrimary' | 'expandedSecondary';
4
+ type enumType = 'group' | null;
5
+ interface buttonProps {
6
+ variant?: enumVariant;
7
+ label?: string;
8
+ disabled?: boolean;
9
+ startIcon?: any;
10
+ endIcon?: any;
11
+ sizeIcon?: string;
12
+ handleClick?: (e: any) => void;
13
+ type?: enumType;
14
+ value?: any;
15
+ active?: boolean;
16
+ style?: React.CSSProperties;
17
+ length?: number;
18
+ id?: string;
19
+ ref?: any;
20
+ handleMount?: (e: any) => void;
21
+ }
22
+ export default function Button({ variant, label, sizeIcon, disabled, startIcon, endIcon, handleClick, type, active, style, value, length, id, ref, handleMount }: buttonProps): JSX.Element;
23
+ export {};
24
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAClD,OAAO,yBAAyB,CAAA;AAKhC,KAAK,WAAW,GAAG,SAAS,GAAG,WAAW,GAAG,MAAM,GAAG,iBAAiB,GAAG,mBAAmB,CAAA;AAC7F,KAAK,QAAQ,GAAG,OAAO,GAAG,IAAI,CAAA;AAE9B,UAAU,WAAW;IACjB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;IAC/B,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,WAAW,CAAC,EAAE,CAAC,CAAC,EAAC,GAAG,KAAK,IAAI,CAAA;CAChC;AAED,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC3B,OAAO,EACP,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,OAAO,EACP,WAAW,EACX,IAAI,EACJ,MAAM,EACN,KAAK,EACL,KAAK,EACL,MAAM,EACN,EAAE,EACF,GAAG,EACH,WAAW,EACd,EAAE,WAAW,eA8Cb"}
@@ -0,0 +1,39 @@
1
+ /// <reference types="react" />
2
+ import CardActions from '@mui/material/CardActions';
3
+ export interface LabelStepperProps {
4
+ $active: boolean;
5
+ }
6
+ export declare const Container: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Card").CardTypeMap<{}, "div">>, any, {}, never>;
7
+ export declare const Title: import("styled-components").StyledComponent<"span", any, {}, never>;
8
+ export declare const TextDescription: import("styled-components").StyledComponent<"span", any, {}, never>;
9
+ export declare const ContainerDescription: import("styled-components").StyledComponent<"div", any, {}, never>;
10
+ export declare const ContainerText: import("styled-components").StyledComponent<"div", any, {}, never>;
11
+ export declare const CheckIconCustom: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
12
+ muiName: string;
13
+ }, any, {}, never>;
14
+ export declare const LoginIconCustom: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
15
+ muiName: string;
16
+ }, any, {}, never>;
17
+ export declare const FormControlSelect: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/FormControl").FormControlTypeMap<{}, "div">>, any, {}, never>;
18
+ export declare const DropDownList: import("styled-components").StyledComponent<(<Value>(props: import("@mui/material/Select").SelectProps<Value>) => JSX.Element) & {
19
+ muiName: string;
20
+ }, any, {}, never>;
21
+ export declare const LabelDateStepper: import("styled-components").StyledComponent<"label", any, {}, never>;
22
+ export declare const LabelTitleStepper: import("styled-components").StyledComponent<"label", any, {}, never>;
23
+ export declare const ContainerStepper: import("styled-components").StyledComponent<"div", any, {}, never>;
24
+ export declare const CustomStepper: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Stepper").StepperTypeMap<{}, "div">>, any, {}, never>;
25
+ export declare const CustomStep: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/Step").StepTypeMap<{}, "div">>, any, {}, never>;
26
+ export declare const BoxStepper: import("styled-components").StyledComponent<import("@mui/types").OverridableComponent<import("@mui/system").BoxTypeMap<{}, "div", import("@mui/material/styles").Theme>>, any, {}, never>;
27
+ export declare const LabelTimeMentoring: import("styled-components").StyledComponent<"label", any, {}, never>;
28
+ export declare const BoxLabelTimeMentoring: import("styled-components").StyledComponent<"div", any, {}, never>;
29
+ export declare const LabelSchedule: import("styled-components").StyledComponent<"span", any, {}, never>;
30
+ export declare const LabelScheduleClick: import("styled-components").StyledComponent<"span", any, {}, never>;
31
+ export declare const ActionContainer: import("styled-components").StyledComponent<typeof CardActions, any, {}, never>;
32
+ export declare const ColorlibConnector: import("@emotion/styled").StyledComponent<import("@mui/material/StepConnector").StepConnectorProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
33
+ export declare const ColorlibStepIconRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
34
+ ownerState: {
35
+ completed?: boolean;
36
+ active?: boolean;
37
+ };
38
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
39
+ //# sourceMappingURL=calendarStyle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendarStyle.d.ts","sourceRoot":"","sources":["../../../../src/components/calendar/calendarStyle.ts"],"names":[],"mappings":";AASA,OAAO,WAAW,MAAM,2BAA2B,CAAA;AAInD,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,OAAO,CAAA;CACjB;AAED,eAAO,MAAM,SAAS,qLAOrB,CAAA;AAED,eAAO,MAAM,KAAK,qEAGjB,CAAA;AAED,eAAO,MAAM,eAAe,qEAG3B,CAAA;AAED,eAAO,MAAM,oBAAoB,oEAEhC,CAAA;AAED,eAAO,MAAM,aAAa,oEAEzB,CAAA;AAED,eAAO,MAAM,eAAe;;kBAG3B,CAAA;AAED,eAAO,MAAM,eAAe;;kBAG3B,CAAA;AAED,eAAO,MAAM,iBAAiB,mMAK7B,CAAA;AACD,eAAO,MAAM,YAAY;;kBAgBxB,CAAA;AAED,eAAO,MAAM,gBAAgB,sEAG5B,CAAA;AAED,eAAO,MAAM,iBAAiB,sEAK7B,CAAA;AAED,eAAO,MAAM,gBAAgB,oEAE5B,CAAA;AAED,eAAO,MAAM,aAAa,2LAOzB,CAAA;AAED,eAAO,MAAM,UAAU,qLAGtB,CAAA;AAED,eAAO,MAAM,UAAU,2LAMtB,CAAA;AAED,eAAO,MAAM,kBAAkB,sEAI9B,CAAA;AAED,eAAO,MAAM,qBAAqB,oEAGjC,CAAA;AAED,eAAO,MAAM,aAAa,qEAEzB,CAAA;AAED,eAAO,MAAM,kBAAkB,qEAK9B,CAAA;AAED,eAAO,MAAM,eAAe,iFAE3B,CAAA;AAED,eAAO,MAAM,iBAAiB,gMA2B3B,CAAA;AAEH,eAAO,MAAM,oBAAoB;gBACnB;QAAE,SAAS,CAAC,EAAE,OAAO,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE;yGAoCpD,CAAA"}
@@ -0,0 +1,22 @@
1
+ /// <reference types="react" />
2
+ import '../../shared/global.css';
3
+ interface Trail {
4
+ id: string;
5
+ moduleID: string;
6
+ name: string;
7
+ events: Array<any>;
8
+ nextEvent?: any;
9
+ joinEventAction?: () => void;
10
+ }
11
+ interface CalendarProps {
12
+ loading: boolean;
13
+ short: boolean;
14
+ trails: Array<Trail>;
15
+ showFullPageAction?: () => void;
16
+ }
17
+ /**
18
+ * @param {CalendarProps} props
19
+ */
20
+ export default function CalendarCard(props: CalendarProps): JSX.Element;
21
+ export {};
22
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/calendar/index.tsx"],"names":[],"mappings":";AAAA,OAAO,yBAAyB,CAAA;AAUhC,UAAU,KAAK;IACb,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,KAAK,CAAC,GAAG,CAAC,CAAA;IAClB,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;CAC9B;AAED,UAAU,aAAa;IACrB,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;IACrB,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAA;CAChC;AA8CD;;GAEG;AACH,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,EAAE,aAAa,eAmFxD"}
@@ -0,0 +1,27 @@
1
+ import React from 'react';
2
+ interface AvatarWithInfoParams {
3
+ /**
4
+ * @prop {string} fotoAvatar: Foto do perfil do usuario
5
+ */
6
+ fotoAvatar?: string;
7
+ /**
8
+ * @prop {string} nomeCompleto: nome completo do usuario
9
+ */
10
+ nomeCompleto: string;
11
+ /**
12
+ * @prop {string} cargo: Cargo do usuario
13
+ */
14
+ cargo: string;
15
+ /**
16
+ * @prop {React.CSSProperties} style: Styles de CSS adicional
17
+ */
18
+ style?: React.CSSProperties;
19
+ onClick?: () => void;
20
+ }
21
+ /**
22
+ *
23
+ * @componente Planet: Componente responsável por gerenciar os controles dos steps das missões
24
+ */
25
+ export default function AvatarWithInfo(props: AvatarWithInfoParams): JSX.Element;
26
+ export {};
27
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/cardLT/AvatarWithInfo/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAQlD,UAAU,oBAAoB;IAC5B;;OAEG;IACF,UAAW,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACF,YAAY,EAAG,MAAM,CAAC;IACvB;;OAEG;IACF,KAAK,EAAG,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAE5B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CAErB;AAOD;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,KAAK,EAAE,oBAAoB,eAgBjE"}
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ interface VectorIconParam {
3
+ color?: string;
4
+ }
5
+ /**
6
+ *
7
+ * @componente
8
+ */
9
+ export default function Vector(props: VectorIconParam): JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=vector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector.d.ts","sourceRoot":"","sources":["../../../../../src/components/cardLT/AvatarWithInfo/vector.tsx"],"names":[],"mappings":";AAGA,UAAU,eAAe;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAKD;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,KAAK,EAAE,eAAe,eAUpD"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IBannerProgressTranslate } from './BannerProblem';
3
+ export default function BannerProblem(props: IBannerProgressTranslate): JSX.Element;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/cardLT/BannerProblem/index.tsx"],"names":[],"mappings":";AAyBA,OAAO,EAAE,wBAAwB,EAAE,MAAM,iBAAiB,CAAA;AAK1D,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EAAE,wBAAwB,eAscpE"}
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ /**
3
+ *
4
+ * @componente
5
+ */
6
+ export default function ErrorIcon(): JSX.Element;
7
+ //# sourceMappingURL=errorIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errorIcon.d.ts","sourceRoot":"","sources":["../../../../../src/components/cardLT/MessageBox/icons/errorIcon.tsx"],"names":[],"mappings":";AAIE;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,SAAS,gBAUhC"}
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ /**
3
+ *
4
+ * @componente
5
+ */
6
+ export default function SuccessIcon(): JSX.Element;
7
+ //# sourceMappingURL=successIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"successIcon.d.ts","sourceRoot":"","sources":["../../../../../src/components/cardLT/MessageBox/icons/successIcon.tsx"],"names":[],"mappings":";AAIE;;;GAGG;AACF,MAAM,CAAC,OAAO,UAAU,WAAW,gBASnC"}
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ /**
3
+ *
4
+ * @componente
5
+ */
6
+ export default function WarningIcon(): JSX.Element;
7
+ //# sourceMappingURL=warningIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"warningIcon.d.ts","sourceRoot":"","sources":["../../../../../src/components/cardLT/MessageBox/icons/warningIcon.tsx"],"names":[],"mappings":";AAIE;;;GAGG;AACF,MAAM,CAAC,OAAO,UAAU,WAAW,gBAWnC"}