frst-components 0.36.7 → 0.36.8

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 (63) hide show
  1. package/README.md +52 -52
  2. package/dist/index.d.ts +1 -0
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +15302 -15043
  5. package/dist/src/components/FI/ThreadComments/index.d.ts +1 -1
  6. package/dist/src/components/FI/ThreadComments/index.d.ts.map +1 -1
  7. package/dist/src/components/FI/ThreadComments/utilitiesComponents/commentaryBoxReply/index.d.ts +1 -1
  8. package/dist/src/components/FI/ThreadComments/utilitiesComponents/commentaryBoxReply/index.d.ts.map +1 -1
  9. package/dist/src/components/FI/ThreadComments/utilitiesComponents/inputReply/index.d.ts +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 +4 -0
  12. package/dist/src/components/FI/ThreadComments/utilitiesComponents/inputReply/inputReply.styles.d.ts.map +1 -1
  13. package/dist/src/components/FI/feedInteractionV3/feedInteractionV3Styles.d.ts +13 -0
  14. package/dist/src/components/FI/feedInteractionV3/feedInteractionV3Styles.d.ts.map +1 -0
  15. package/dist/src/components/FI/feedInteractionV3/index.d.ts +19 -0
  16. package/dist/src/components/FI/feedInteractionV3/index.d.ts.map +1 -0
  17. package/dist/src/components/commentaryBoxV2/CommentaryBoxV2.styles.d.ts +19 -0
  18. package/dist/src/components/commentaryBoxV2/CommentaryBoxV2.styles.d.ts.map +1 -1
  19. package/dist/src/components/commentaryBoxV2/index.d.ts +1 -1
  20. package/dist/src/components/commentaryBoxV2/index.d.ts.map +1 -1
  21. package/dist/src/components/commentaryBoxV2/utilitiesComponents/inputEdit/index.d.ts +1 -1
  22. package/dist/src/components/commentaryBoxV2/utilitiesComponents/inputEdit/index.d.ts.map +1 -1
  23. package/dist/src/components/commentaryBoxV2/utilitiesComponents/inputEdit/inputEdit.styles.d.ts +4 -0
  24. package/dist/src/components/commentaryBoxV2/utilitiesComponents/inputEdit/inputEdit.styles.d.ts.map +1 -1
  25. package/dist/src/components/input-comment/index.d.ts +1 -1
  26. package/dist/src/components/input-comment/index.d.ts.map +1 -1
  27. package/dist/src/components/input-comment/inputCommentStyles.d.ts +1 -0
  28. package/dist/src/components/input-comment/inputCommentStyles.d.ts.map +1 -1
  29. package/dist/src/components/input-comment/useInputHook.d.ts +2 -1
  30. package/dist/src/components/input-comment/useInputHook.d.ts.map +1 -1
  31. package/dist/src/components/modal/modalWelcome/index.d.ts.map +1 -1
  32. package/dist/src/components/users-challenge/index.d.ts +1 -1
  33. package/dist/src/components/users-challenge/index.d.ts.map +1 -1
  34. package/dist/src/components/users-challenge/styles.d.ts +3 -1
  35. package/dist/src/components/users-challenge/styles.d.ts.map +1 -1
  36. package/dist/src/components/users-challenge/variant-feed/index.d.ts +1 -1
  37. package/dist/src/components/users-challenge/variant-feed/index.d.ts.map +1 -1
  38. package/dist/src/components/users-challenge/variant-feed/styles.d.ts +9 -3
  39. package/dist/src/components/users-challenge/variant-feed/styles.d.ts.map +1 -1
  40. package/package.json +116 -115
  41. package/public/customIcons/CheckIcon.tsx +16 -16
  42. package/public/customIcons/CircledAlert.tsx +21 -21
  43. package/public/customIcons/CircledCheck.tsx +20 -20
  44. package/public/customIcons/CloseIcon.tsx +23 -23
  45. package/public/customIcons/DefaultProfile.tsx +15 -15
  46. package/public/customIcons/ExcludeVoteIcon.tsx +40 -40
  47. package/public/customIcons/FrstLogoChallengeIcon.tsx +20 -20
  48. package/public/customIcons/FrstLogoIcon.tsx +8 -8
  49. package/public/customIcons/LanguageIcon.tsx +24 -24
  50. package/public/customIcons/SmallTrash.tsx +20 -20
  51. package/public/customIcons/SwitchVoteIcon.tsx +22 -22
  52. package/public/customIcons/TagAlert.tsx +10 -10
  53. package/public/customIcons/VoteCurrentIcon.tsx +22 -22
  54. package/public/customIcons/VoteIcon.tsx +41 -41
  55. package/public/customIcons/WarningIcon.tsx +21 -21
  56. package/public/customIcons/index.ts +15 -15
  57. package/public/customIcons/newVoteIcon.tsx +36 -36
  58. package/public/index.html +43 -43
  59. package/public/locales/en-US.json +33 -33
  60. package/public/locales/es.json +34 -34
  61. package/public/locales/pt-BR.json +41 -41
  62. package/public/manifest.json +15 -15
  63. package/public/robots.txt +3 -3
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { IThreadComments } from './threadComments.types';
3
- export declare const ThreadComments: ({ mainComment, listReplyComments, placeHolderText, onClickPublishButton, showReplysButtonText, publishButtonText, limitInputs, answerButtonText, loggedInUser, group_uuid, getSearchUsers, showMoreButtonText, showLessButtonText, styles, relationToPhaseText, limitMessageExceeded, size, showMoreReplysButtonText, isGoalOwner, editText, deleteText, onClickDelete, onClickEdit, cancelButtonText, saveButtonText, orText, onClickLike, onClickUnlike, likeButtonText, toViewText, answersText, answerText, darkMode, toHideText, hideRepliesText, showLikeButton, showAnswersButton }: IThreadComments) => import("react").JSX.Element;
3
+ export declare const ThreadComments: ({ mainComment, listReplyComments, placeHolderText, onClickPublishButton, showReplysButtonText, publishButtonText, limitInputs, answerButtonText, loggedInUser, group_uuid, getSearchUsers, showMoreButtonText, showLessButtonText, styles, relationToPhaseText, limitMessageExceeded, size, showMoreReplysButtonText, isGoalOwner, editText, deleteText, onClickDelete, onClickEdit, cancelButtonText, saveButtonText, orText, onClickLike, onClickUnlike, likeButtonText, toViewText, answersText, answerText, darkMode, toHideText, hideRepliesText, showLikeButton, showAnswersButton, versionFeed, primaryColor, unlikedButtonText }: IThreadComments) => import("react").JSX.Element;
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/FI/ThreadComments/index.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAIxD,eAAO,MAAM,cAAc,+jBAsCxB,eAAe,gCA8KjB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/FI/ThreadComments/index.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAIxD,eAAO,MAAM,cAAc,6mBAyCxB,eAAe,gCAqLjB,CAAA"}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { ICommentComentaryBoxReply } from './commentaryBoxReply.types';
3
- export declare const CommentaryBoxReply: ({ commentData, showMoreButtonText, showLessButtonText, answerButtonText, isAuthor, isOwnerPost, deleteText, editText, onClickDelete, onClickEdit, limitInput, cancelButtonText, saveButtonText, orText, limitMessageExceeded, placeHolderText, getSearchUsers, onClickLike, onClickUnlike, likeButtonText, loggedInUser, likes, replies, isGoalOwner, group_uuid, publishButtonText, onClickPublishButton, mainCommentUser, answersText, toViewText, answerText, threadOpenByDefault, darkMode, toHideText }: ICommentComentaryBoxReply) => React.JSX.Element;
3
+ export declare const CommentaryBoxReply: ({ commentData, showMoreButtonText, showLessButtonText, answerButtonText, isAuthor, isOwnerPost, deleteText, editText, onClickDelete, onClickEdit, limitInput, cancelButtonText, saveButtonText, orText, limitMessageExceeded, placeHolderText, getSearchUsers, onClickLike, onClickUnlike, likeButtonText, loggedInUser, likes, replies, isGoalOwner, group_uuid, publishButtonText, onClickPublishButton, mainCommentUser, answersText, toViewText, answerText, threadOpenByDefault, darkMode, toHideText, versionFeed, configColor, unlikedButtonText }: ICommentComentaryBoxReply) => React.JSX.Element;
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/FI/ThreadComments/utilitiesComponents/commentaryBoxReply/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAEvC,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAA;AAKtE,eAAO,MAAM,kBAAkB,ifAmC5B,yBAAyB,sBAwI3B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/FI/ThreadComments/utilitiesComponents/commentaryBoxReply/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAEvC,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAA;AAKtE,eAAO,MAAM,kBAAkB,8hBAsC5B,yBAAyB,sBA+I3B,CAAA"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { IInputReply } from './inputReply.types';
3
- export declare const InputReply: ({ placeHolderText, getSearchUsers, onClickPublishButton, parentId, limitInput, publishButtonText, replyMentionedUser, imgProfile, styles, handleHiddenInput, group_uuid, limitMessageExceeded, darkMode }: IInputReply) => import("react").JSX.Element;
3
+ export declare const InputReply: ({ placeHolderText, getSearchUsers, onClickPublishButton, parentId, limitInput, publishButtonText, replyMentionedUser, imgProfile, styles, handleHiddenInput, group_uuid, limitMessageExceeded, darkMode, configColor }: IInputReply) => import("react").JSX.Element;
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -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,8MAcpB,WAAW,gCAoGb,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/FI/ThreadComments/utilitiesComponents/inputReply/index.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,UAAU,2NAepB,WAAW,gCAsGb,CAAC"}
@@ -1,3 +1,7 @@
1
1
  export declare const InputContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
2
2
  export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const PublishButton: import("styled-components").StyledComponent<"button", any, {
4
+ $primaryColor: string;
5
+ disabled?: boolean;
6
+ }, never>;
3
7
  //# sourceMappingURL=inputReply.styles.d.ts.map
@@ -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,oEAGrB,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,oEAGrB,CAAA;AAED,eAAO,MAAM,aAAa;mBAAkC,MAAM;eAAa,OAAO;SAyBrF,CAAA"}
@@ -0,0 +1,13 @@
1
+ export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const InteractionRow: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const InteractionButton: import("styled-components").StyledComponent<"button", any, {
4
+ $active?: boolean;
5
+ $primaryColor: string;
6
+ }, never>;
7
+ export declare const InteractionItem: import("styled-components").StyledComponent<"div", any, {}, never>;
8
+ export declare const IconBubble: import("styled-components").StyledComponent<"div", any, {
9
+ $active?: boolean;
10
+ $primaryColor?: string;
11
+ }, never>;
12
+ export declare const InteractionValue: import("styled-components").StyledComponent<"span", any, {}, never>;
13
+ //# sourceMappingURL=feedInteractionV3Styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feedInteractionV3Styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/FI/feedInteractionV3/feedInteractionV3Styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,oEAIrB,CAAA;AAED,eAAO,MAAM,cAAc,oEAI1B,CAAA;AAED,eAAO,MAAM,iBAAiB;cAA6B,OAAO;mBAAiB,MAAM;SAcxF,CAAA;AAED,eAAO,MAAM,eAAe,oEAK3B,CAAA;AAED,eAAO,MAAM,UAAU;cAA0B,OAAO;oBAAkB,MAAM;SAS/E,CAAA;AAED,eAAO,MAAM,gBAAgB,qEAI5B,CAAA"}
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ export interface FeedInteractionV3Props {
3
+ style?: React.CSSProperties;
4
+ primaryColor?: string;
5
+ initialIsLiked?: boolean;
6
+ likeCount?: number;
7
+ viewCount?: number;
8
+ commentCount?: number;
9
+ onLikeToggle?: (nextIsLiked: boolean) => void;
10
+ handleLikeClick?: () => void;
11
+ hiddenViewButton?: boolean;
12
+ hiddenCommentButton?: boolean;
13
+ hiddenLikeButton?: boolean;
14
+ handleViewLikesClick?: () => void;
15
+ handleCommentsClick?: () => void;
16
+ handleViewsClick?: () => void;
17
+ }
18
+ export default function FeedInteractionV3(props: FeedInteractionV3Props): React.JSX.Element;
19
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/FI/feedInteractionV3/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAOlD,MAAM,WAAW,sBAAsB;IACnC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,YAAY,CAAC,EAAE,CAAC,WAAW,EAAE,OAAO,KAAK,IAAI,CAAA;IAC7C,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;IAC5B,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAA;IACjC,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAA;IAChC,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAA;CAChC;AAID,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,qBA4EtE"}
@@ -1,6 +1,7 @@
1
1
  export declare const Container: import("styled-components").StyledComponent<"div", any, {
2
2
  width?: string;
3
3
  height?: string;
4
+ $versionFeed?: boolean;
4
5
  }, never>;
5
6
  export declare const Box: import("styled-components").StyledComponent<"div", any, {
6
7
  width?: string;
@@ -25,6 +26,7 @@ export declare const InteractiveButtonsContainer: import("styled-components").St
25
26
  export declare const FlexButtonContainer: import("styled-components").StyledComponent<"div", any, IButton, never>;
26
27
  export declare const Text: import("styled-components").StyledComponent<"div", any, {
27
28
  darkMode?: boolean;
29
+ $primaryColor?: string;
28
30
  }, never>;
29
31
  export declare const TextContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
30
32
  export declare const ShowMore: import("styled-components").StyledComponent<"span", any, {
@@ -35,5 +37,22 @@ interface IButton {
35
37
  disabled?: boolean;
36
38
  darkMode?: boolean;
37
39
  }
40
+ export declare const FeedBody: import("styled-components").StyledComponent<"div", any, {}, never>;
41
+ export declare const FeedBubble: import("styled-components").StyledComponent<"div", any, {}, never>;
42
+ export declare const FeedHeader: import("styled-components").StyledComponent<"div", any, {}, never>;
43
+ export declare const FeedAuthor: import("styled-components").StyledComponent<"p", any, {}, never>;
44
+ export declare const FeedTime: import("styled-components").StyledComponent<"p", any, {}, never>;
45
+ export declare const FeedRelationText: import("styled-components").StyledComponent<"span", any, {}, never>;
46
+ export declare const LikeBadge: import("styled-components").StyledComponent<"div", any, {
47
+ $primaryColor: string;
48
+ }, never>;
49
+ export declare const FeedText: import("styled-components").StyledComponent<"div", any, {
50
+ $primaryColor?: string;
51
+ }, never>;
52
+ export declare const FeedActions: import("styled-components").StyledComponent<"div", any, {}, never>;
53
+ export declare const FeedAction: import("styled-components").StyledComponent<"button", any, {
54
+ $primaryColor: string;
55
+ $highlight?: boolean;
56
+ }, never>;
38
57
  export {};
39
58
  //# sourceMappingURL=CommentaryBoxV2.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CommentaryBoxV2.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/commentaryBoxV2/CommentaryBoxV2.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;YAAwB,MAAM;aAAW,MAAM;SAIpE,CAAC;AAEF,eAAO,MAAM,GAAG;YAAwB,MAAM;aAAW,MAAM;eAAa,OAAO;SAUlF,CAAC;AAEF,eAAO,MAAM,iBAAiB,oEAM7B,CAAA;AACD,eAAO,MAAM,QAAQ;eAAyB,OAAO;SAQpD,CAAA;AAED,eAAO,MAAM,kBAAkB,oEAG7B,CAAA;AAEF,eAAO,MAAM,iBAAiB;eAA0B,OAAO;SAQ9D,CAAA;AAED,eAAO,MAAM,iBAAiB;eAA0B,OAAO;SAa9D,CAAC;AAEF,eAAO,MAAM,cAAc,oEAU1B,CAAA;AAED,eAAO,MAAM,iBAAiB,oEAQ7B,CAAA;AACD,eAAO,MAAM,iBAAiB,oEAe7B,CAAA;AAGD,eAAO,MAAM,2BAA2B,oEAkBvC,CAAA;AAED,eAAO,MAAM,mBAAmB,yEAqB/B,CAAA;AAED,eAAO,MAAM,IAAI;eAA0B,OAAO;SAajD,CAAA;AAED,eAAO,MAAM,aAAa,oEACzB,CAAA;AACD,eAAO,MAAM,QAAQ;eAA4B,OAAO;eAAa,OAAO;SAS3E,CAAC;AAEF,UAAU,OAAO;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACrB"}
1
+ {"version":3,"file":"CommentaryBoxV2.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/commentaryBoxV2/CommentaryBoxV2.styles.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,SAAS;YAAwB,MAAM;aAAW,MAAM;mBAAiB,OAAO;SAK5F,CAAC;AAEF,eAAO,MAAM,GAAG;YAAwB,MAAM;aAAW,MAAM;eAAa,OAAO;SAUlF,CAAC;AAEF,eAAO,MAAM,iBAAiB,oEAM7B,CAAA;AACD,eAAO,MAAM,QAAQ;eAAyB,OAAO;SAQpD,CAAA;AAED,eAAO,MAAM,kBAAkB,oEAG7B,CAAA;AAEF,eAAO,MAAM,iBAAiB;eAA0B,OAAO;SAQ9D,CAAA;AAED,eAAO,MAAM,iBAAiB;eAA0B,OAAO;SAa9D,CAAC;AAEF,eAAO,MAAM,cAAc,oEAU1B,CAAA;AAED,eAAO,MAAM,iBAAiB,oEAQ7B,CAAA;AACD,eAAO,MAAM,iBAAiB,oEAe7B,CAAA;AAGD,eAAO,MAAM,2BAA2B,oEAkBvC,CAAA;AAED,eAAO,MAAM,mBAAmB,yEAqB/B,CAAA;AAED,eAAO,MAAM,IAAI;eAA2B,OAAO;oBAAkB,MAAM;SAe1E,CAAA;AAED,eAAO,MAAM,aAAa,oEACzB,CAAA;AACD,eAAO,MAAM,QAAQ;eAA4B,OAAO;eAAa,OAAO;SAS3E,CAAC;AAEF,UAAU,OAAO;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,eAAO,MAAM,QAAQ,oEAEpB,CAAA;AAED,eAAO,MAAM,UAAU,oEAWtB,CAAA;AAED,eAAO,MAAM,UAAU,oEAMtB,CAAA;AAED,eAAO,MAAM,UAAU,kEAMtB,CAAA;AAED,eAAO,MAAM,QAAQ,kEAMpB,CAAA;AAED,eAAO,MAAM,gBAAgB,qEAS5B,CAAA;AAED,eAAO,MAAM,SAAS;mBAA+B,MAAM;SAY1D,CAAA;AAED,eAAO,MAAM,QAAQ;oBAAgC,MAAM;SAc1D,CAAA;AAED,eAAO,MAAM,WAAW,oEAWvB,CAAA;AAED,eAAO,MAAM,UAAU;mBAAkC,MAAM;iBAAe,OAAO;SAoBpF,CAAA"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { ICommentaryBoxV2 } from './CommentaryBoxV2.types';
3
- export declare const CommentaryBoxV2: ({ userName, imgProfile, userCompany, userOffice, showMoreText, relationToPhaseText, showLessText, showLikeButton, styles, actionLike, actionUnlike, answerButtonText, likeButtonText, commentTextWithMention, editText, deleteText, isAuthor, isOwnerPost, howLongAgo, commentId, commentUuid, commentText, actionAnswer, onClickUserInfo, actionEditComment, actionDeleteComment, isMainComment, hasActionToClickOnAvatar, showOptions, limitInput, saveButtonText, cancelButtonText, orText, groupUuid, limitMessageExceeded, placeHolderText, getSearchUsers, likes, loggedInUser, showInterconnectionLine, darkMode, isLiked, totalLikes, showAnswersButton }: ICommentaryBoxV2) => import("react").JSX.Element;
3
+ export declare const CommentaryBoxV2: ({ userName, imgProfile, userCompany, userOffice, showMoreText, relationToPhaseText, showLessText, showLikeButton, styles, actionLike, actionUnlike, answerButtonText, likeButtonText, commentTextWithMention, editText, deleteText, isAuthor, isOwnerPost, howLongAgo, commentId, commentUuid, commentText, actionAnswer, onClickUserInfo, actionEditComment, actionDeleteComment, isMainComment, hasActionToClickOnAvatar, showOptions, limitInput, saveButtonText, cancelButtonText, orText, groupUuid, limitMessageExceeded, placeHolderText, getSearchUsers, likes, loggedInUser, showInterconnectionLine, darkMode, isLiked, totalLikes, showAnswersButton, versionFeed, configColor, unlikedButtonText }: ICommentaryBoxV2) => import("react").JSX.Element;
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/commentaryBoxV2/index.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAW1D,eAAO,MAAM,eAAe,soBA6CzB,gBAAgB,gCAgQlB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/commentaryBoxV2/index.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAc1D,eAAO,MAAM,eAAe,mrBAgDzB,gBAAgB,gCA6UlB,CAAA"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { IInputEdit } from './inputEdit.types';
3
- export declare const InputEdit: ({ placeHolderText, commentText, commentTextWithMention, getSearchUsers, onClickEditButton, limitInput, editButtonText, cancelButtonText, orText, limitMessageExceeded, commentId, group_uuid, setIsModeEdit, darkMode }: IInputEdit) => import("react").JSX.Element;
3
+ export declare const InputEdit: ({ placeHolderText, commentText, commentTextWithMention, getSearchUsers, onClickEditButton, limitInput, editButtonText, cancelButtonText, orText, limitMessageExceeded, commentId, group_uuid, setIsModeEdit, darkMode, configColor }: IInputEdit) => import("react").JSX.Element;
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/commentaryBoxV2/utilitiesComponents/inputEdit/index.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAE9C,eAAO,MAAM,SAAS,4NAenB,UAAU,gCA2EZ,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/commentaryBoxV2/utilitiesComponents/inputEdit/index.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAE9C,eAAO,MAAM,SAAS,yOAgBnB,UAAU,gCA6EZ,CAAA"}
@@ -4,4 +4,8 @@ export declare const SpanText: import("styled-components").StyledComponent<"p",
4
4
  darkMode?: boolean;
5
5
  }, never>;
6
6
  export declare const ButtonsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
7
+ export declare const SaveButton: import("styled-components").StyledComponent<"button", any, {
8
+ $primaryColor: string;
9
+ disabled?: boolean;
10
+ }, never>;
7
11
  //# sourceMappingURL=inputEdit.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"inputEdit.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/commentaryBoxV2/utilitiesComponents/inputEdit/inputEdit.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,oEAI1B,CAAA;AAED,eAAO,MAAM,SAAS,oEAKrB,CAAA;AAED,eAAO,MAAM,QAAQ;eAAwB,OAAO;SAOnD,CAAA;AAED,eAAO,MAAM,gBAAgB,oEAM5B,CAAA"}
1
+ {"version":3,"file":"inputEdit.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/commentaryBoxV2/utilitiesComponents/inputEdit/inputEdit.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,oEAI1B,CAAA;AAED,eAAO,MAAM,SAAS,oEAKrB,CAAA;AAED,eAAO,MAAM,QAAQ;eAAwB,OAAO;SAOnD,CAAA;AAED,eAAO,MAAM,gBAAgB,oEAM5B,CAAA;AAED,eAAO,MAAM,UAAU;mBAAkC,MAAM;eAAa,OAAO;SAuBlF,CAAA"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import '../../shared/global.css';
3
3
  import { IInputComment } from './types';
4
- export default function InputComment({ placeholder, onChange, limit, users, showCharacterCounter, styles, onSendMentions, onContentFormat, onContentUnformat, disabled, className, value, replyMentionedUser, group_uuid, limitMessageExceeded, initialText, darkMode, showEmojiPicker }: IInputComment): import("react").JSX.Element;
4
+ export default function InputComment({ placeholder, onChange, limit, users, showCharacterCounter, styles, onSendMentions, onContentFormat, onContentUnformat, disabled, className, value, replyMentionedUser, group_uuid, limitMessageExceeded, initialText, darkMode, showEmojiPicker, configColor }: IInputComment): import("react").JSX.Element;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-comment/index.tsx"],"names":[],"mappings":";AACA,OAAO,yBAAyB,CAAA;AAGhC,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAqBvC,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EACnC,WAAW,EACX,QAAQ,EACR,KAAK,EACL,KAAK,EACL,oBAAoB,EACpB,MAAM,EACN,cAAc,EACd,eAAe,EACf,iBAAiB,EACjB,QAAQ,EACR,SAAS,EACT,KAAK,EACL,kBAAkB,EAClB,UAAU,EACV,oBAAoB,EACpB,WAAW,EACX,QAAQ,EACR,eAAe,EAChB,EAAE,aAAa,+BAsIf"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/input-comment/index.tsx"],"names":[],"mappings":";AACA,OAAO,yBAAyB,CAAA;AAGhC,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAqBvC,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EACnC,WAAW,EACX,QAAQ,EACR,KAAK,EACL,KAAK,EACL,oBAAoB,EACpB,MAAM,EACN,cAAc,EACd,eAAe,EACf,iBAAiB,EACjB,QAAQ,EACR,SAAS,EACT,KAAK,EACL,kBAAkB,EAClB,UAAU,EACV,oBAAoB,EACpB,WAAW,EACX,QAAQ,EACR,eAAe,EACf,WAAW,EACZ,EAAE,aAAa,+BAyIf"}
@@ -12,6 +12,7 @@ interface IEmojiWindow {
12
12
  interface TextArea {
13
13
  height?: string;
14
14
  darkMode?: boolean;
15
+ $primaryColor?: string;
15
16
  }
16
17
  export declare const InputWrapper: import("styled-components").StyledComponent<"div", any, Wrapper, never>;
17
18
  export declare const InputText: import("styled-components").StyledComponent<"div", any, TextArea, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"inputCommentStyles.d.ts","sourceRoot":"","sources":["../../../../src/components/input-comment/inputCommentStyles.ts"],"names":[],"mappings":"AAQA,UAAU,OAAO;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,UAAU,YAAY;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,mBAAmB,CAAC,EAAE,GAAG,CAAA;CAC5B;AACD,UAAU,QAAQ;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,eAAO,MAAM,YAAY,yEAoBxB,CAAA;AAED,eAAO,MAAM,SAAS,0EAmBrB,CAAA;AACD,eAAO,MAAM,gBAAgB,0EAkB5B,CAAA;AACD,eAAO,MAAM,SAAS,oEAiBrB,CAAA;AACD,eAAO,MAAM,eAAe,oEAG3B,CAAA;AACD,eAAO,MAAM,UAAU;mBAA8B,OAAO;eAAa,OAAO;SAkB/E,CAAA;AAED,eAAO,MAAM,YAAY,oEAMxB,CAAA;AAED,eAAO,MAAM,WAAW,8EAWvB,CAAC;AACF,eAAO,MAAM,mBAAmB,oEAK/B,CAAA;AAGD,eAAO,MAAM,yBAAyB,qEAIrC,CAAA"}
1
+ {"version":3,"file":"inputCommentStyles.d.ts","sourceRoot":"","sources":["../../../../src/components/input-comment/inputCommentStyles.ts"],"names":[],"mappings":"AAQA,UAAU,OAAO;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,UAAU,YAAY;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,mBAAmB,CAAC,EAAE,GAAG,CAAA;CAC5B;AACD,UAAU,QAAQ;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,MAAM,CAAA;CACzB;AAED,eAAO,MAAM,YAAY,yEAoBxB,CAAA;AAED,eAAO,MAAM,SAAS,0EAyBrB,CAAA;AACD,eAAO,MAAM,gBAAgB,0EAkB5B,CAAA;AACD,eAAO,MAAM,SAAS,oEAiBrB,CAAA;AACD,eAAO,MAAM,eAAe,oEAG3B,CAAA;AACD,eAAO,MAAM,UAAU;mBAA8B,OAAO;eAAa,OAAO;SAkB/E,CAAA;AAED,eAAO,MAAM,YAAY,oEAMxB,CAAA;AAED,eAAO,MAAM,WAAW,8EAWvB,CAAC;AACF,eAAO,MAAM,mBAAmB,oEAK/B,CAAA;AAGD,eAAO,MAAM,yBAAyB,qEAIrC,CAAA"}
@@ -11,8 +11,9 @@ interface IInputHook {
11
11
  value?: string;
12
12
  replyMentionedUser?: User;
13
13
  initialText?: string;
14
+ configColor?: string;
14
15
  }
15
- export declare const useInputHook: ({ limit, placeholder, onSendMentions, onContentFormat, onContentUnformat, onChange, value, replyMentionedUser, initialText }: IInputHook) => {
16
+ export declare const useInputHook: ({ limit, placeholder, onSendMentions, onContentFormat, onContentUnformat, onChange, value, replyMentionedUser, initialText, configColor }: IInputHook) => {
16
17
  handleInput: (event: React.KeyboardEvent) => void;
17
18
  handlePlaceholderInputText: (isPlaceHolderFocus?: boolean) => void;
18
19
  showMention: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"useInputHook.d.ts","sourceRoot":"","sources":["../../../../src/components/input-comment/useInputHook.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAA;AAE1D,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAC9B,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAEnD,UAAU,UAAU;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IAC5C,eAAe,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAA;IAC1C,iBAAiB,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAA;IAC5C,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,kBAAkB,CAAC,EAAE,IAAI,CAAA;IACzB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED,eAAO,MAAM,YAAY,iIAUtB,UAAU;yBA0HiB,mBAAmB;sDAgGS,OAAO;;;;;;;8BAxK9B,IAAI;;;;;qCAyNG,cAAc,SAAS,UAAU;;;CA8I1E,CAAA"}
1
+ {"version":3,"file":"useInputHook.d.ts","sourceRoot":"","sources":["../../../../src/components/input-comment/useInputHook.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAA;AAE1D,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAC9B,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAEnD,UAAU,UAAU;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IAC5C,eAAe,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAA;IAC1C,iBAAiB,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAA;IAC5C,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,kBAAkB,CAAC,EAAE,IAAI,CAAA;IACzB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED,eAAO,MAAM,YAAY,8IAWtB,UAAU;yBA0HiB,mBAAmB;sDAgGS,OAAO;;;;;;;8BAxK9B,IAAI;;;;;qCAyNG,cAAc,SAAS,UAAU;;;CA8I1E,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/modalWelcome/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,UAAU,oBAAoB;IAC5B,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,GAAG,CAAC;CACpB;AAED,QAAA,MAAM,eAAe,UAAW,oBAAoB,sBAiLnD,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/modalWelcome/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,UAAU,oBAAoB;IAC5B,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,GAAG,CAAC;CACpB;AAED,QAAA,MAAM,eAAe,UAAW,oBAAoB,sBAiLnD,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { UsersChallengeProps } from './types';
3
- export default function UsersChallenge({ goalUsers, hasOnlyAutor, onUserNameClick, onClickAvatar, avatar, name, userId, areaName, companyName, createData, variant, accessLevel }: UsersChallengeProps): import("react").JSX.Element;
3
+ export default function UsersChallenge({ goalUsers, hasOnlyAutor, onUserNameClick, onClickAvatar, avatar, name, userId, areaName, companyName, createData, variant, accessLevel, configColor }: UsersChallengeProps): import("react").JSX.Element;
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/users-challenge/index.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAM7C,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACnC,SAAc,EACd,YAAY,EACZ,eAAe,EACf,aAAa,EACb,MAAM,EACN,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,WAAW,EACX,UAAU,EACV,OAAO,EACP,WAAW,EACd,EAAE,mBAAmB,+BAiErB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/users-challenge/index.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAM7C,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACnC,SAAc,EACd,YAAY,EACZ,eAAe,EACf,aAAa,EACb,MAAM,EACN,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,WAAW,EACX,UAAU,EACV,OAAO,EACP,WAAW,EACX,WAAW,EACd,EAAE,mBAAmB,+BAkErB"}
@@ -1,6 +1,8 @@
1
1
  /// <reference types="react" />
2
2
  export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const AvatarAutor: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const AvatarAutor: import("styled-components").StyledComponent<"div", any, {
4
+ $bgColor: string;
5
+ }, never>;
4
6
  export declare const AvatarInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
5
7
  export declare const GoalInfoCompany: import("styled-components").StyledComponent<"p", any, {}, never>;
6
8
  export declare const AllAvatarUsers: import("styled-components").StyledComponent<({ isCardVersion, ...rest }: any) => import("react").JSX.Element, any, {}, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/users-challenge/styles.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,SAAS,oEAiBrB,CAAA;AAED,eAAO,MAAM,WAAW,oEAgBvB,CAAA;AACD,eAAO,MAAM,UAAU,oEAKtB,CAAA;AAED,eAAO,MAAM,eAAe,kEAO3B,CAAA;AAED,eAAO,MAAM,cAAc,+HAmC1B,CAAA;AACD,eAAO,MAAM,cAAc,oEA2B1B,CAAA;AACD,eAAO,MAAM,gBAAgB,+HAK5B,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/users-challenge/styles.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,SAAS,oEAiBrB,CAAA;AAED,eAAO,MAAM,WAAW;cAA0B,MAAM;SAgBvD,CAAA;AACD,eAAO,MAAM,UAAU,oEAKtB,CAAA;AAED,eAAO,MAAM,eAAe,kEAO3B,CAAA;AAED,eAAO,MAAM,cAAc,+HAmC1B,CAAA;AACD,eAAO,MAAM,cAAc,oEA2B1B,CAAA;AACD,eAAO,MAAM,gBAAgB,+HAK5B,CAAC"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { UsersChallengeProps } from '../types';
3
- export default function UsersChallengeFeed({ goalUsers, hasOnlyAutor, onUserNameClick, onClickAvatar, avatar, name, userId, areaName, companyName, createData, accessLevel }: UsersChallengeProps): import("react").JSX.Element;
3
+ export default function UsersChallengeFeed({ goalUsers, hasOnlyAutor, onUserNameClick, onClickAvatar, avatar, name, userId, areaName, companyName, createData, accessLevel, configColor }: UsersChallengeProps): import("react").JSX.Element;
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/users-challenge/variant-feed/index.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAA;AAI9C,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACvC,SAAc,EACd,YAAY,EACZ,eAAe,EACf,aAAa,EACb,MAAM,EACN,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,WAAW,EACX,UAAU,EACV,WAAW,EACd,EAAE,mBAAmB,+BAoJrB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/users-challenge/variant-feed/index.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAA;AAI9C,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACvC,SAAc,EACd,YAAY,EACZ,eAAe,EACf,aAAa,EACb,MAAM,EACN,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,WAAW,EACX,UAAU,EACV,WAAW,EACX,WAAW,EACd,EAAE,mBAAmB,+BAoJrB"}
@@ -1,8 +1,14 @@
1
- export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const AvatarAutor: import("styled-components").StyledComponent<"div", any, {}, never>;
1
+ export declare const Container: import("styled-components").StyledComponent<"div", any, {
2
+ $borderColor: string;
3
+ }, never>;
4
+ export declare const AvatarAutor: import("styled-components").StyledComponent<"div", any, {
5
+ $bgColor: string;
6
+ }, never>;
3
7
  export declare const AvatarInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
4
8
  export declare const GoalInfoCompany: import("styled-components").StyledComponent<"p", any, {}, never>;
5
- export declare const AllAvatarUsers: import("styled-components").StyledComponent<"div", any, {}, never>;
9
+ export declare const AllAvatarUsers: import("styled-components").StyledComponent<"div", any, {
10
+ $color: string;
11
+ }, never>;
6
12
  export declare const AvatarsSection: import("styled-components").StyledComponent<"div", any, {}, never>;
7
13
  export declare const StyledTypography: import("styled-components").StyledComponent<"p", any, {}, never>;
8
14
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/users-challenge/variant-feed/styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,oEAiBrB,CAAA;AAED,eAAO,MAAM,WAAW,oEAgBvB,CAAA;AACD,eAAO,MAAM,UAAU,oEAKtB,CAAA;AAED,eAAO,MAAM,eAAe,kEAO3B,CAAA;AAED,eAAO,MAAM,cAAc,oEAmC1B,CAAA;AACD,eAAO,MAAM,cAAc,oEA6B1B,CAAA;AACD,eAAO,MAAM,gBAAgB,kEAK5B,CAAA"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/users-challenge/variant-feed/styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;kBAA8B,MAAM;SAiBzD,CAAA;AAED,eAAO,MAAM,WAAW;cAA0B,MAAM;SAgBvD,CAAA;AACD,eAAO,MAAM,UAAU,oEAKtB,CAAA;AAED,eAAO,MAAM,eAAe,kEAO3B,CAAA;AAED,eAAO,MAAM,cAAc;YAAwB,MAAM;SAmCxD,CAAA;AACD,eAAO,MAAM,cAAc,oEA6B1B,CAAA;AACD,eAAO,MAAM,gBAAgB,kEAK5B,CAAA"}
package/package.json CHANGED
@@ -1,115 +1,116 @@
1
- {
2
- "name": "frst-components",
3
- "homepage": "http://FRST-Falconi.github.io/storybook.frstfalconi.com",
4
- "version": "0.36.7",
5
- "private": false,
6
- "main": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "scripts": {
9
- "build": "rimraf dist && mkdirp dist && rollup --config rollup.config.js",
10
- "sb": "start-storybook -p 6006 -s public",
11
- "dev": "start-storybook -p 6006 -s public",
12
- "build-sb": "rimraf storybook-static && build-storybook -s public",
13
- "deploy-sb": "gh-pages -d storybook-static",
14
- "storybook": "storybook dev -p 6006",
15
- "build-storybook": "storybook build"
16
- },
17
- "files": [
18
- "dist",
19
- "public",
20
- "pacakge.json"
21
- ],
22
- "dependencies": {
23
- "@emoji-mart/data": "^1.0.2",
24
- "@emotion/css": "^11.10.0",
25
- "@glidejs/glide": "^3.6.0",
26
- "@hello-pangea/dnd": "^16.2.0",
27
- "@material-ui/core": "^4.12.4",
28
- "@material-ui/icons": "^4.11.3",
29
- "@mui/icons-material": "^5.4.2",
30
- "@mui/material": "^5.4.3",
31
- "@mui/x-date-pickers": "^6.3.1",
32
- "@types/emoji-mart": "^3.0.9",
33
- "date-fns": "^2.29.3",
34
- "drag-react": "^1.1.0",
35
- "emoji-mart": "^5.1.0",
36
- "emoji-picker-react": "^4.12.2",
37
- "i18next": "^21.6.12",
38
- "i18next-browser-languagedetector": "^6.1.3",
39
- "markdown-to-jsx": "^7.1.8",
40
- "moment": "^2.29.4",
41
- "path": "^0.12.7",
42
- "primeflex": "^3.3.0",
43
- "primeicons": "^6.0.1",
44
- "primereact": "^9.2.0",
45
- "react": "^17.0.2",
46
- "react-beautiful-dnd": "^13.1.1",
47
- "react-calendar": "^3.8.0",
48
- "react-color": "^2.19.3",
49
- "react-color-palette": "^6.2.0",
50
- "react-date-range": "^1.4.0",
51
- "react-dom": "^17.0.2",
52
- "react-i18next": "^11.15.5",
53
- "react-input-mask": "^2.0.4",
54
- "react-player": "^2.12.0",
55
- "react-scripts": "^5.0.0",
56
- "react-scrollbars-custom": "^4.1.1",
57
- "react-select": "^5.3.2",
58
- "react-switch": "^7.0.0",
59
- "react-toastify": "^9.1.3",
60
- "rsuite": "^5.74.2",
61
- "slate-history": "^0.66.0",
62
- "slate-react": "^0.83.0",
63
- "styled-components": "^5.3.3",
64
- "use-sound": "^4.0.1",
65
- "usehooks-ts": "^2.9.1",
66
- "web-vitals": "^2.1.4"
67
- },
68
- "devDependencies": {
69
- "@emotion/react": "^11.8.1",
70
- "@emotion/styled": "^11.8.1",
71
- "@storybook/addon-actions": "^6.4.19",
72
- "@storybook/addon-essentials": "^6.4.19",
73
- "@storybook/addon-interactions": "^7.6.7",
74
- "@storybook/addon-links": "^6.4.19",
75
- "@storybook/addon-onboarding": "^1.0.10",
76
- "@storybook/blocks": "^7.6.7",
77
- "@storybook/builder-webpack5": "^6.4.19",
78
- "@storybook/manager-webpack5": "^6.4.19",
79
- "@storybook/node-logger": "^6.4.19",
80
- "@storybook/preset-create-react-app": "^7.6.7",
81
- "@storybook/react": "^6.4.19",
82
- "@storybook/react-webpack5": "^7.6.7",
83
- "@storybook/test": "^7.6.7",
84
- "@testing-library/jest-dom": "^5.16.2",
85
- "@types/glob": "^9.0.0",
86
- "@types/minimatch": "^6.0.0",
87
- "@types/node": "^17.0.21",
88
- "@types/react": "^17.0.39",
89
- "@types/styled-components": "^5.1.23",
90
- "babel-plugin-styled-components": "^2.0.6",
91
- "file-loader": "^6.2.0",
92
- "gh-pages": "^3.2.3",
93
- "prettier": "^2.5.1",
94
- "prop-types": "^15.8.1",
95
- "rimraf": "^3.0.2",
96
- "rollup": "^2.68.0",
97
- "rollup-plugin-img": "^1.1.0",
98
- "rollup-plugin-postcss": "^4.0.2",
99
- "rollup-plugin-typescript2": "^0.31.2",
100
- "storybook": "^8.2.9",
101
- "storybook-react-i18next": "^1.0.17",
102
- "typescript": "^4.5.5",
103
- "webpack": "^5.69.1"
104
- },
105
- "description": "<p align=\"center\"> <a href=\"https://frst-falconi.github.io/storybook.frstfalconi.com\"> <img alt=\"Chromatic\" src=\"https://frstfalconi.com/wp-content/themes/frst-theme/img/logo-frst-completo2x.png\" width=\"320\" /> </a> </p>",
106
- "repository": {
107
- "type": "git",
108
- "url": "git+https://github.com/FRST-Falconi/storybook.frstfalconi.com.git"
109
- },
110
- "author": "",
111
- "license": "ISC",
112
- "bugs": {
113
- "url": "https://github.com/FRST-Falconi/storybook.frstfalconi.com/issues"
114
- }
115
- }
1
+ {
2
+ "name": "frst-components",
3
+ "homepage": "http://FRST-Falconi.github.io/storybook.frstfalconi.com",
4
+ "version": "0.36.8",
5
+ "private": false,
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "scripts": {
9
+ "build": "rimraf dist && mkdirp dist && rollup --config rollup.config.js",
10
+ "sb": "start-storybook -p 6006 -s public",
11
+ "dev": "start-storybook -p 6006 -s public",
12
+ "build-sb": "rimraf storybook-static && build-storybook -s public",
13
+ "deploy-sb": "gh-pages -d storybook-static",
14
+ "storybook": "storybook dev -p 6006",
15
+ "build-storybook": "storybook build"
16
+ },
17
+ "files": [
18
+ "dist",
19
+ "public",
20
+ "pacakge.json"
21
+ ],
22
+ "dependencies": {
23
+ "@emoji-mart/data": "^1.0.2",
24
+ "@emotion/css": "^11.10.0",
25
+ "@glidejs/glide": "^3.6.0",
26
+ "@hello-pangea/dnd": "^16.2.0",
27
+ "@material-ui/core": "^4.12.4",
28
+ "@material-ui/icons": "^4.11.3",
29
+ "@mui/icons-material": "^5.4.2",
30
+ "@mui/material": "^5.4.3",
31
+ "@mui/x-date-pickers": "^6.3.1",
32
+ "@types/emoji-mart": "^3.0.9",
33
+ "date-fns": "^2.29.3",
34
+ "drag-react": "^1.1.0",
35
+ "emoji-mart": "^5.1.0",
36
+ "emoji-picker-react": "^4.12.2",
37
+ "i18next": "^21.6.12",
38
+ "i18next-browser-languagedetector": "^6.1.3",
39
+ "lucide-react": "^1.16.0",
40
+ "markdown-to-jsx": "^7.1.8",
41
+ "moment": "^2.29.4",
42
+ "path": "^0.12.7",
43
+ "primeflex": "^3.3.0",
44
+ "primeicons": "^6.0.1",
45
+ "primereact": "^9.2.0",
46
+ "react": "^17.0.2",
47
+ "react-beautiful-dnd": "^13.1.1",
48
+ "react-calendar": "^3.8.0",
49
+ "react-color": "^2.19.3",
50
+ "react-color-palette": "^6.2.0",
51
+ "react-date-range": "^1.4.0",
52
+ "react-dom": "^17.0.2",
53
+ "react-i18next": "^11.15.5",
54
+ "react-input-mask": "^2.0.4",
55
+ "react-player": "^2.12.0",
56
+ "react-scripts": "^5.0.0",
57
+ "react-scrollbars-custom": "^4.1.1",
58
+ "react-select": "^5.3.2",
59
+ "react-switch": "^7.0.0",
60
+ "react-toastify": "^9.1.3",
61
+ "rsuite": "^5.74.2",
62
+ "slate-history": "^0.66.0",
63
+ "slate-react": "^0.83.0",
64
+ "styled-components": "^5.3.3",
65
+ "use-sound": "^4.0.1",
66
+ "usehooks-ts": "^2.9.1",
67
+ "web-vitals": "^2.1.4"
68
+ },
69
+ "devDependencies": {
70
+ "@emotion/react": "^11.8.1",
71
+ "@emotion/styled": "^11.8.1",
72
+ "@storybook/addon-actions": "^6.4.19",
73
+ "@storybook/addon-essentials": "^6.4.19",
74
+ "@storybook/addon-interactions": "^7.6.7",
75
+ "@storybook/addon-links": "^6.4.19",
76
+ "@storybook/addon-onboarding": "^1.0.10",
77
+ "@storybook/blocks": "^7.6.7",
78
+ "@storybook/builder-webpack5": "^6.4.19",
79
+ "@storybook/manager-webpack5": "^6.4.19",
80
+ "@storybook/node-logger": "^6.4.19",
81
+ "@storybook/preset-create-react-app": "^7.6.7",
82
+ "@storybook/react": "^6.4.19",
83
+ "@storybook/react-webpack5": "^7.6.7",
84
+ "@storybook/test": "^7.6.7",
85
+ "@testing-library/jest-dom": "^5.16.2",
86
+ "@types/glob": "^9.0.0",
87
+ "@types/minimatch": "^6.0.0",
88
+ "@types/node": "^17.0.21",
89
+ "@types/react": "^17.0.39",
90
+ "@types/styled-components": "^5.1.23",
91
+ "babel-plugin-styled-components": "^2.0.6",
92
+ "file-loader": "^6.2.0",
93
+ "gh-pages": "^3.2.3",
94
+ "prettier": "^2.5.1",
95
+ "prop-types": "^15.8.1",
96
+ "rimraf": "^3.0.2",
97
+ "rollup": "^2.68.0",
98
+ "rollup-plugin-img": "^1.1.0",
99
+ "rollup-plugin-postcss": "^4.0.2",
100
+ "rollup-plugin-typescript2": "^0.31.2",
101
+ "storybook": "^8.2.9",
102
+ "storybook-react-i18next": "^1.0.17",
103
+ "typescript": "^4.5.5",
104
+ "webpack": "^5.69.1"
105
+ },
106
+ "description": "<p align=\"center\"> <a href=\"https://frst-falconi.github.io/storybook.frstfalconi.com\"> <img alt=\"Chromatic\" src=\"https://frstfalconi.com/wp-content/themes/frst-theme/img/logo-frst-completo2x.png\" width=\"320\" /> </a> </p>",
107
+ "repository": {
108
+ "type": "git",
109
+ "url": "git+https://github.com/FRST-Falconi/storybook.frstfalconi.com.git"
110
+ },
111
+ "author": "",
112
+ "license": "ISC",
113
+ "bugs": {
114
+ "url": "https://github.com/FRST-Falconi/storybook.frstfalconi.com/issues"
115
+ }
116
+ }
@@ -1,16 +1,16 @@
1
- import React from 'react'
2
-
3
- export function CheckIcon({ stroke = "#1BA853" , fill= '#D1F6D1'}) {
4
- return (
5
- <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
6
- <rect width="32" height="32" rx="16" fill={fill}/>
7
- <path
8
- d="M21.3332 12L13.9998 19.3333L10.6665 16"
9
- stroke={stroke}
10
- strokeWidth="1.5"
11
- strokeLinecap="round"
12
- strokeLinejoin="round"
13
- />
14
- </svg>
15
- )
16
- }
1
+ import React from 'react'
2
+
3
+ export function CheckIcon({ stroke = "#1BA853" , fill= '#D1F6D1'}) {
4
+ return (
5
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
6
+ <rect width="32" height="32" rx="16" fill={fill}/>
7
+ <path
8
+ d="M21.3332 12L13.9998 19.3333L10.6665 16"
9
+ stroke={stroke}
10
+ strokeWidth="1.5"
11
+ strokeLinecap="round"
12
+ strokeLinejoin="round"
13
+ />
14
+ </svg>
15
+ )
16
+ }