@selfcommunity/react-theme-default 0.1.0-alpha.82 → 0.1.0-alpha.84

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 (114) hide show
  1. package/lib/cjs/components/SCCommentObject.d.ts +5 -23
  2. package/lib/cjs/components/SCCommentObject.d.ts.map +1 -1
  3. package/lib/cjs/components/SCCommentObject.js +5 -23
  4. package/lib/cjs/components/SCCommentObject.js.map +1 -1
  5. package/lib/cjs/components/SCComposer.d.ts +127 -32
  6. package/lib/cjs/components/SCComposer.d.ts.map +1 -1
  7. package/lib/cjs/components/SCComposer.js +210 -106
  8. package/lib/cjs/components/SCComposer.js.map +1 -1
  9. package/lib/cjs/components/SCInlineComposer.d.ts +13 -0
  10. package/lib/cjs/components/SCInlineComposer.d.ts.map +1 -1
  11. package/lib/cjs/components/SCInlineComposer.js +13 -0
  12. package/lib/cjs/components/SCInlineComposer.js.map +1 -1
  13. package/lib/cjs/components/SCNavigationToolbarMobile.d.ts +3 -0
  14. package/lib/cjs/components/SCNavigationToolbarMobile.d.ts.map +1 -1
  15. package/lib/cjs/components/SCNavigationToolbarMobile.js +4 -1
  16. package/lib/cjs/components/SCNavigationToolbarMobile.js.map +1 -1
  17. package/lib/cjs/components/SCPrivateMessageComponent.d.ts +6 -2
  18. package/lib/cjs/components/SCPrivateMessageComponent.d.ts.map +1 -1
  19. package/lib/cjs/components/SCPrivateMessageComponent.js +4 -11
  20. package/lib/cjs/components/SCPrivateMessageComponent.js.map +1 -1
  21. package/lib/cjs/components/SCPrivateMessageEditor.d.ts +0 -2
  22. package/lib/cjs/components/SCPrivateMessageEditor.d.ts.map +1 -1
  23. package/lib/cjs/components/SCPrivateMessageEditor.js +1 -3
  24. package/lib/cjs/components/SCPrivateMessageEditor.js.map +1 -1
  25. package/lib/cjs/components/SCPrivateMessageSnippets.d.ts +4 -2
  26. package/lib/cjs/components/SCPrivateMessageSnippets.d.ts.map +1 -1
  27. package/lib/cjs/components/SCPrivateMessageSnippets.js +4 -2
  28. package/lib/cjs/components/SCPrivateMessageSnippets.js.map +1 -1
  29. package/lib/cjs/components/SCPrivateMessageThread.d.ts +13 -7
  30. package/lib/cjs/components/SCPrivateMessageThread.d.ts.map +1 -1
  31. package/lib/cjs/components/SCPrivateMessageThread.js +16 -11
  32. package/lib/cjs/components/SCPrivateMessageThread.js.map +1 -1
  33. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.d.ts +21 -0
  34. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.d.ts.map +1 -0
  35. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.js +23 -0
  36. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.js.map +1 -0
  37. package/lib/cjs/components/SCUser.d.ts +20 -0
  38. package/lib/cjs/components/SCUser.d.ts.map +1 -1
  39. package/lib/cjs/components/SCUser.js +20 -0
  40. package/lib/cjs/components/SCUser.js.map +1 -1
  41. package/lib/cjs/components/SCVoteAudienceButton.d.ts +30 -0
  42. package/lib/cjs/components/SCVoteAudienceButton.d.ts.map +1 -0
  43. package/lib/cjs/components/SCVoteAudienceButton.js +32 -0
  44. package/lib/cjs/components/SCVoteAudienceButton.js.map +1 -0
  45. package/lib/cjs/components/SCVoteButton.d.ts +23 -0
  46. package/lib/cjs/components/SCVoteButton.d.ts.map +1 -0
  47. package/lib/cjs/components/SCVoteButton.js +25 -0
  48. package/lib/cjs/components/SCVoteButton.js.map +1 -0
  49. package/lib/cjs/components/SCWidget.d.ts +1 -1
  50. package/lib/cjs/components/SCWidget.js +1 -1
  51. package/lib/cjs/components/SCWidget.js.map +1 -1
  52. package/lib/cjs/index.d.ts +260 -69
  53. package/lib/cjs/index.d.ts.map +1 -1
  54. package/lib/cjs/index.js +7 -1
  55. package/lib/cjs/index.js.map +1 -1
  56. package/lib/esm/components/SCCommentObject.d.ts +5 -23
  57. package/lib/esm/components/SCCommentObject.d.ts.map +1 -1
  58. package/lib/esm/components/SCCommentObject.js +5 -23
  59. package/lib/esm/components/SCCommentObject.js.map +1 -1
  60. package/lib/esm/components/SCComposer.d.ts +127 -32
  61. package/lib/esm/components/SCComposer.d.ts.map +1 -1
  62. package/lib/esm/components/SCComposer.js +210 -106
  63. package/lib/esm/components/SCComposer.js.map +1 -1
  64. package/lib/esm/components/SCInlineComposer.d.ts +13 -0
  65. package/lib/esm/components/SCInlineComposer.d.ts.map +1 -1
  66. package/lib/esm/components/SCInlineComposer.js +13 -0
  67. package/lib/esm/components/SCInlineComposer.js.map +1 -1
  68. package/lib/esm/components/SCNavigationToolbarMobile.d.ts +3 -0
  69. package/lib/esm/components/SCNavigationToolbarMobile.d.ts.map +1 -1
  70. package/lib/esm/components/SCNavigationToolbarMobile.js +4 -1
  71. package/lib/esm/components/SCNavigationToolbarMobile.js.map +1 -1
  72. package/lib/esm/components/SCPrivateMessageComponent.d.ts +6 -2
  73. package/lib/esm/components/SCPrivateMessageComponent.d.ts.map +1 -1
  74. package/lib/esm/components/SCPrivateMessageComponent.js +4 -11
  75. package/lib/esm/components/SCPrivateMessageComponent.js.map +1 -1
  76. package/lib/esm/components/SCPrivateMessageEditor.d.ts +0 -2
  77. package/lib/esm/components/SCPrivateMessageEditor.d.ts.map +1 -1
  78. package/lib/esm/components/SCPrivateMessageEditor.js +1 -3
  79. package/lib/esm/components/SCPrivateMessageEditor.js.map +1 -1
  80. package/lib/esm/components/SCPrivateMessageSnippets.d.ts +4 -2
  81. package/lib/esm/components/SCPrivateMessageSnippets.d.ts.map +1 -1
  82. package/lib/esm/components/SCPrivateMessageSnippets.js +4 -2
  83. package/lib/esm/components/SCPrivateMessageSnippets.js.map +1 -1
  84. package/lib/esm/components/SCPrivateMessageThread.d.ts +13 -7
  85. package/lib/esm/components/SCPrivateMessageThread.d.ts.map +1 -1
  86. package/lib/esm/components/SCPrivateMessageThread.js +16 -11
  87. package/lib/esm/components/SCPrivateMessageThread.js.map +1 -1
  88. package/lib/esm/components/SCPrivateMessageThreadSkeleton.d.ts +21 -0
  89. package/lib/esm/components/SCPrivateMessageThreadSkeleton.d.ts.map +1 -0
  90. package/lib/esm/components/SCPrivateMessageThreadSkeleton.js +21 -0
  91. package/lib/esm/components/SCPrivateMessageThreadSkeleton.js.map +1 -0
  92. package/lib/esm/components/SCUser.d.ts +20 -0
  93. package/lib/esm/components/SCUser.d.ts.map +1 -1
  94. package/lib/esm/components/SCUser.js +20 -0
  95. package/lib/esm/components/SCUser.js.map +1 -1
  96. package/lib/esm/components/SCVoteAudienceButton.d.ts +30 -0
  97. package/lib/esm/components/SCVoteAudienceButton.d.ts.map +1 -0
  98. package/lib/esm/components/SCVoteAudienceButton.js +30 -0
  99. package/lib/esm/components/SCVoteAudienceButton.js.map +1 -0
  100. package/lib/esm/components/SCVoteButton.d.ts +23 -0
  101. package/lib/esm/components/SCVoteButton.d.ts.map +1 -0
  102. package/lib/esm/components/SCVoteButton.js +23 -0
  103. package/lib/esm/components/SCVoteButton.js.map +1 -0
  104. package/lib/esm/components/SCWidget.d.ts +1 -1
  105. package/lib/esm/components/SCWidget.js +1 -1
  106. package/lib/esm/components/SCWidget.js.map +1 -1
  107. package/lib/esm/index.d.ts +260 -69
  108. package/lib/esm/index.d.ts.map +1 -1
  109. package/lib/esm/index.js +7 -1
  110. package/lib/esm/index.js.map +1 -1
  111. package/lib/umd/react-theme-default.js +5 -5
  112. package/lib/umd/react-theme-default.js.LICENSE.txt +1 -1
  113. package/lib/umd/react-theme-default.js.map +1 -1
  114. package/package.json +4 -4
@@ -0,0 +1,23 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {
4
+ color: any;
5
+ marginTop: any;
6
+ marginBottom: any;
7
+ borderRadius: string;
8
+ padding: any;
9
+ minWidth: number;
10
+ '& .MuiIcon-root': {
11
+ fontSize: string;
12
+ };
13
+ '&.MuiButton-sizeSmall': {
14
+ padding: any;
15
+ '& .MuiIcon-root': {
16
+ fontSize: string;
17
+ };
18
+ };
19
+ };
20
+ };
21
+ };
22
+ export default Component;
23
+ //# sourceMappingURL=SCVoteButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCVoteButton.d.ts","sourceRoot":"","sources":["../../../src/components/SCVoteButton.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;CAkBtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,23 @@
1
+ const Component = {
2
+ styleOverrides: {
3
+ root: ({ theme }) => ({
4
+ color: theme.palette.primary.main,
5
+ marginTop: theme.spacing(0.5),
6
+ marginBottom: theme.spacing(0.5),
7
+ borderRadius: '50%',
8
+ padding: theme.spacing(1.5),
9
+ minWidth: 0,
10
+ '& .MuiIcon-root': {
11
+ fontSize: '1.571rem'
12
+ },
13
+ '&.MuiButton-sizeSmall': {
14
+ padding: theme.spacing(0.5),
15
+ '& .MuiIcon-root': {
16
+ fontSize: '1rem'
17
+ }
18
+ }
19
+ })
20
+ }
21
+ };
22
+ export default Component;
23
+ //# sourceMappingURL=SCVoteButton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SCVoteButton.js","sourceRoot":"","sources":["../../../src/components/SCVoteButton.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;YACjC,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;YAC7B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;YAChC,YAAY,EAAE,KAAK;YACnB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;YAC3B,QAAQ,EAAE,CAAC;YACX,iBAAiB,EAAE;gBACjB,QAAQ,EAAE,UAAU;aACrB;YACD,uBAAuB,EAAE;gBACvB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;gBAC3B,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,MAAM;iBACjB;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -51,7 +51,7 @@ declare const Component: {
51
51
  };
52
52
  };
53
53
  };
54
- '& > .MuiTypography-root': {
54
+ '& > .MuiTypography-body2': {
55
55
  paddingTop: any;
56
56
  };
57
57
  '& > .MuiButton-sizeMedium': {
@@ -48,7 +48,7 @@ const Component = {
48
48
  }
49
49
  }
50
50
  },
51
- '& > .MuiTypography-root': {
51
+ '& > .MuiTypography-body2': {
52
52
  paddingTop: theme.spacing(2)
53
53
  },
54
54
  '& > .MuiButton-sizeMedium': {
@@ -1 +1 @@
1
- {"version":3,"file":"SCWidget.js","sourceRoot":"","sources":["../../../src/components/SCWidget.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,QAAQ,EAAE;QACR;YACE,KAAK,EAAE,EAAC,SAAS,EAAE,CAAC,EAAC;YACrB,KAAK,EAAE;gBACL,MAAM,EAAE,CAAC;gBACT,SAAS,EAAE,MAAM;aAClB;SACF;QACD;YACE,KAAK,EAAE,EAAC,OAAO,EAAE,UAAU,EAAC;YAC5B,KAAK,EAAE;gBACL,MAAM,EAAE,+BAA+B;gBACvC,SAAS,EAAE,MAAM;aAClB;SACF;KACF;IACD,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,YAAY,EAAE,CAAC;YACf,SAAS,EAAE,iCAAiC;YAC5C,MAAM,EAAE,QAAQ;YAChB,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;gBAC5B,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;aACvC;YACD,wBAAwB,EAAE;gBACxB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBACzB,MAAM,EAAE;oBACN,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,UAAU;oBACvC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;oBAC3C,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;oBACjC,QAAQ,EAAE,UAAU;iBACrB;gBACD,iBAAiB,EAAE;oBACjB,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBAC5B,aAAa,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBAC/B,qBAAqB,EAAE;wBACrB,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;wBAC5B,aAAa,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;wBAC/B,WAAW,EAAE,CAAC;wBACd,YAAY,EAAE,CAAC;wBACf,0BAA0B,EAAE;4BAC1B,SAAS,EAAE,CAAC;4BACZ,YAAY,EAAE,CAAC;yBAChB;wBACD,kBAAkB,EAAE;4BAClB,YAAY,EAAE,CAAC;yBAChB;qBACF;iBACF;gBACD,yBAAyB,EAAE;oBACzB,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC7B;gBACD,2BAA2B,EAAE;oBAC3B,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;oBAC7B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBAC7B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBAC9B,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI;iBACpC;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"SCWidget.js","sourceRoot":"","sources":["../../../src/components/SCWidget.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,QAAQ,EAAE;QACR;YACE,KAAK,EAAE,EAAC,SAAS,EAAE,CAAC,EAAC;YACrB,KAAK,EAAE;gBACL,MAAM,EAAE,CAAC;gBACT,SAAS,EAAE,MAAM;aAClB;SACF;QACD;YACE,KAAK,EAAE,EAAC,OAAO,EAAE,UAAU,EAAC;YAC5B,KAAK,EAAE;gBACL,MAAM,EAAE,+BAA+B;gBACvC,SAAS,EAAE,MAAM;aAClB;SACF;KACF;IACD,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,YAAY,EAAE,CAAC;YACf,SAAS,EAAE,iCAAiC;YAC5C,MAAM,EAAE,QAAQ;YAChB,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;gBAC5B,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;aACvC;YACD,wBAAwB,EAAE;gBACxB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBACzB,MAAM,EAAE;oBACN,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,UAAU;oBACvC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;oBAC3C,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;oBACjC,QAAQ,EAAE,UAAU;iBACrB;gBACD,iBAAiB,EAAE;oBACjB,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBAC5B,aAAa,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBAC/B,qBAAqB,EAAE;wBACrB,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;wBAC5B,aAAa,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;wBAC/B,WAAW,EAAE,CAAC;wBACd,YAAY,EAAE,CAAC;wBACf,0BAA0B,EAAE;4BAC1B,SAAS,EAAE,CAAC;4BACZ,YAAY,EAAE,CAAC;yBAChB;wBACD,kBAAkB,EAAE;4BAClB,YAAY,EAAE,CAAC;yBAChB;qBACF;iBACF;gBACD,0BAA0B,EAAE;oBAC1B,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC7B;gBACD,2BAA2B,EAAE;oBAC3B,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;oBAC7B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBAC7B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBAC9B,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI;iBACpC;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -629,6 +629,7 @@ declare const theme: {
629
629
  alignItems: string;
630
630
  color: any;
631
631
  marginTop: number;
632
+ position: string;
632
633
  '& .SCCommentObject-activity-at': {
633
634
  color: string;
634
635
  textDecoration: string;
@@ -636,24 +637,6 @@ declare const theme: {
636
637
  textDecoration: string;
637
638
  };
638
639
  };
639
- '& .SCCommentObject-vote': {
640
- color: string;
641
- padding: any;
642
- fontSize: string;
643
- minWidth: number;
644
- borderRadius: string;
645
- };
646
- '& .SCCommentObject-reaction': {
647
- color: string;
648
- padding: any;
649
- fontSize: string;
650
- minWidth: number;
651
- borderRadius: string;
652
- '& img': {
653
- width: string;
654
- height: string;
655
- };
656
- };
657
640
  '& .SCCommentObject-reply': {
658
641
  color: string;
659
642
  textDecorationStyle: string;
@@ -661,11 +644,10 @@ declare const theme: {
661
644
  padding: any;
662
645
  textTransform: string;
663
646
  };
664
- '& .SCCommentObjectVotes-root .SCCommentObjectVotes-btnViewVotes': {
665
- color: string;
666
- padding: any;
667
- marginTop: any;
668
- fontSize: string;
647
+ '& .SCCommentObject-vote-audience': {
648
+ position: string;
649
+ right: number;
650
+ top: number;
669
651
  };
670
652
  };
671
653
  };
@@ -777,21 +759,45 @@ declare const theme: {
777
759
  SCComposer: {
778
760
  styleOverrides: {
779
761
  root: ({ theme }: any) => {
780
- '& .MuiDialog-paper': {
781
- padding: any;
782
- };
783
762
  '& .SCComposer-title': {
784
763
  borderBottom: string;
785
764
  padding: any;
786
765
  lineHeight: number;
787
766
  fontSize: string;
767
+ display: string;
768
+ flexDirection: string;
769
+ flexWrap: string;
770
+ justifyContent: string;
771
+ alignItems: string;
788
772
  '& .SCComposer-types .MuiInputBase-input': {
789
773
  fontWeight: any;
790
774
  fontSize: string;
791
775
  minHeight: string;
792
776
  };
777
+ '& > div': {
778
+ flex: number;
779
+ textAlign: string;
780
+ };
781
+ '& > div:first-of-type': {
782
+ textAlign: string;
783
+ };
784
+ '& > div:last-of-type': {
785
+ textAlign: string;
786
+ display: string;
787
+ };
788
+ };
789
+ '& .SCComposer-types': {
790
+ flexDirection: string;
791
+ alignItems: string;
792
+ };
793
+ '& .SCComposer-avatar': {
794
+ width: any;
795
+ height: any;
796
+ display: string;
793
797
  };
794
798
  '& .SCComposer-content': {
799
+ position: string;
800
+ overflowY: string;
795
801
  padding: any;
796
802
  minHeight: number;
797
803
  display: string;
@@ -807,6 +813,23 @@ declare const theme: {
807
813
  };
808
814
  '& .SCEditor-actions': {
809
815
  bottom: any;
816
+ padding: any;
817
+ '& > p.MuiTypography-alignLeft > .MuiIconButton-root': {
818
+ marginLeft: any;
819
+ marginRight: any;
820
+ '&:first-of-type': {
821
+ marginLeft: number;
822
+ };
823
+ '&:last-child': {
824
+ marginRight: number;
825
+ };
826
+ };
827
+ '& > p.MuiTypography-alignRight > .MuiIconButton-root': {
828
+ marginRight: any;
829
+ };
830
+ '& .MuiIconButton-sizeMedium': {
831
+ fontSize: string;
832
+ };
810
833
  };
811
834
  };
812
835
  '& .SCComposer-medias, & .SCComposer-audience, & .SCComposer-block': {
@@ -825,6 +848,86 @@ declare const theme: {
825
848
  };
826
849
  };
827
850
  };
851
+ '& .SCComposer-mediaContent, & .SCComposer-audienceContent, & .SCComposer-locationContent': {
852
+ minHeight: number;
853
+ };
854
+ '& .SCComposer-block': {
855
+ padding: any;
856
+ };
857
+ '& .SCComposer-editor': {
858
+ minHeight: number;
859
+ '& .SCEditor-placeholder': {
860
+ top: any;
861
+ left: any;
862
+ };
863
+ };
864
+ '& .SCComposer-divider': {
865
+ borderTop: string;
866
+ };
867
+ '& .SCComposer-medias': {
868
+ margin: string;
869
+ };
870
+ '& .SCComposer-location, & .SCComposer-audience': {
871
+ padding: any;
872
+ paddingBottom: number;
873
+ };
874
+ '& .SCComposer-mediasActions': {
875
+ position: string;
876
+ left: number;
877
+ right: number;
878
+ background: any;
879
+ padding: any;
880
+ zIndex: number;
881
+ display: string;
882
+ flexWrap: string;
883
+ justifyContent: string;
884
+ '& .SCComposer-mediasActionsActions': {
885
+ textAlign: string;
886
+ };
887
+ };
888
+ '& .SCComposer-sortableMedia': {
889
+ position: string;
890
+ };
891
+ '& .SCComposer-sortableMediaCover': {
892
+ backgroundSize: string;
893
+ backgroundPosition: string;
894
+ backgroundRepeat: string;
895
+ border: string;
896
+ borderRadius: number;
897
+ height: number;
898
+ };
899
+ '& .SCComposer-links': {
900
+ padding: any;
901
+ };
902
+ '& .SCComposer-actions': {
903
+ [x: number]: {
904
+ display: string;
905
+ flexDirection: string;
906
+ flexWrap: string;
907
+ justifyContent: string;
908
+ alignItems: string;
909
+ '& .MuiTypography-alignLeft, & .MuiTypography-alignRight': {
910
+ float: string;
911
+ };
912
+ };
913
+ margin: number;
914
+ borderTop: string;
915
+ padding: any;
916
+ display: string;
917
+ '& .MuiTypography-alignLeft': {
918
+ float: string;
919
+ };
920
+ '& .MuiTypography-alignRight': {
921
+ float: string;
922
+ };
923
+ };
924
+ '& .SCComposer-actionInput': {
925
+ display: string;
926
+ };
927
+ '& .SCComposer-badgeError .MuiBadge-badge': {
928
+ padding: number;
929
+ };
930
+ '& .MuiDialog-paper': {};
828
931
  '& .SCComposer-mediaContent': {
829
932
  '& .SCMediaActionImage-root': {
830
933
  padding: number;
@@ -861,41 +964,15 @@ declare const theme: {
861
964
  padding: any;
862
965
  minHeight: number;
863
966
  };
864
- '& .SCComposer-actions': {
865
- borderTop: string;
866
- padding: any;
867
- '& > p.MuiTypography-alignLeft > .MuiIconButton-root': {
868
- marginLeft: any;
869
- marginRight: any;
870
- '&:first-of-type': {
871
- marginLeft: number;
872
- };
873
- '&:last-child': {
874
- marginRight: number;
875
- };
876
- };
877
- '& > p.MuiTypography-alignRight > .MuiIconButton-root': {
878
- marginRight: any;
879
- };
880
- '& .MuiIconButton-sizeMedium': {
881
- fontSize: string;
882
- };
883
- };
884
- '& .SCComposer-block': {
885
- padding: any;
886
- };
887
- '& .SCComposer-editor': {
888
- '& .SCEditor-placeholder': {
889
- top: any;
890
- left: any;
891
- };
892
- };
893
967
  '& .MuiDialog-container': {
894
968
  '& .MuiDialog-paper': {
895
969
  [x: number]: {
896
970
  borderRadius: any;
897
971
  };
898
972
  boxShadow: any;
973
+ '&.MuiDialog-paperFullScreen': {
974
+ height: string;
975
+ };
899
976
  };
900
977
  };
901
978
  };
@@ -1377,13 +1454,18 @@ declare const theme: {
1377
1454
  SCInlineComposer: {
1378
1455
  styleOverrides: {
1379
1456
  root: ({ theme }: any) => {
1457
+ marginBottom: any;
1380
1458
  '& .SCInlineComposer-content, & .SCInlineComposer-content:last-child': {
1381
1459
  [x: number]: {
1382
1460
  padding: any;
1383
1461
  };
1384
1462
  padding: any;
1463
+ display: string;
1464
+ flexDirection: string;
1465
+ justifyContent: string;
1385
1466
  '& .SCInlineComposer-input': {
1386
1467
  display: string;
1468
+ flexGrow: number;
1387
1469
  '& .MuiButton-root': {
1388
1470
  fontWeight: any;
1389
1471
  letterSpacing: string;
@@ -1394,6 +1476,10 @@ declare const theme: {
1394
1476
  border: string;
1395
1477
  };
1396
1478
  };
1479
+ "& .MuiButton-text": {
1480
+ justifyContent: string;
1481
+ textTransform: string;
1482
+ };
1397
1483
  };
1398
1484
  '& .SCInlineComposer-actions': {
1399
1485
  display: string;
@@ -1410,6 +1496,10 @@ declare const theme: {
1410
1496
  };
1411
1497
  display: string;
1412
1498
  alignItems: string;
1499
+ '& .MuiAvatar-root': {
1500
+ width: any;
1501
+ height: any;
1502
+ };
1413
1503
  };
1414
1504
  };
1415
1505
  };
@@ -1535,6 +1625,9 @@ declare const theme: {
1535
1625
  };
1536
1626
  '& h4': {
1537
1627
  fontSize: string;
1628
+ overflow: string;
1629
+ textOverflow: string;
1630
+ whiteSpace: string;
1538
1631
  };
1539
1632
  };
1540
1633
  };
@@ -1755,15 +1848,19 @@ declare const theme: {
1755
1848
  styleOverrides: {
1756
1849
  root: ({ theme }: any) => {
1757
1850
  [x: number]: {
1851
+ maxWidth: any;
1852
+ maxHeight: any;
1853
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root'?: undefined;
1854
+ } | {
1758
1855
  '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root': {
1759
1856
  border: string;
1760
1857
  '& .SCPrivateMessageThread-root': {
1761
1858
  borderRadius: number;
1762
1859
  };
1763
1860
  };
1861
+ maxWidth?: undefined;
1862
+ maxHeight?: undefined;
1764
1863
  };
1765
- maxWidth: any;
1766
- maxHeight: any;
1767
1864
  ' .MuiPaper-root, MuiAppBar-root': {
1768
1865
  boxShadow: string;
1769
1866
  borderRadius: number;
@@ -1934,11 +2031,31 @@ declare const theme: {
1934
2031
  };
1935
2032
  borderRadius: number;
1936
2033
  paddingBottom: number;
2034
+ '& .MuiChip-root': {
2035
+ height: string;
2036
+ };
1937
2037
  '& .SCUser-avatar': {
2038
+ width: any;
2039
+ height: any;
1938
2040
  '& img': {
1939
2041
  borderRadius: number;
1940
2042
  };
1941
2043
  };
2044
+ '& .SCUser-staff-badge': {
2045
+ width: any;
2046
+ height: any;
2047
+ backgroundColor: any;
2048
+ border: string;
2049
+ };
2050
+ '& .SCUser-staff-badge-label': {
2051
+ marginLeft: any;
2052
+ borderRadius: number;
2053
+ fontSize: string;
2054
+ };
2055
+ '& .SCUser-staff-badge-icon': {
2056
+ top: string;
2057
+ right: string;
2058
+ };
1942
2059
  '& .SCBaseItemButton-primary': {
1943
2060
  fontWeight: any;
1944
2061
  };
@@ -2126,6 +2243,55 @@ declare const theme: {
2126
2243
  };
2127
2244
  };
2128
2245
  };
2246
+ SCVoteButton: {
2247
+ styleOverrides: {
2248
+ root: ({ theme }: any) => {
2249
+ color: any;
2250
+ marginTop: any;
2251
+ marginBottom: any;
2252
+ borderRadius: string;
2253
+ padding: any;
2254
+ minWidth: number;
2255
+ '& .MuiIcon-root': {
2256
+ fontSize: string;
2257
+ };
2258
+ '&.MuiButton-sizeSmall': {
2259
+ padding: any;
2260
+ '& .MuiIcon-root': {
2261
+ fontSize: string;
2262
+ };
2263
+ };
2264
+ };
2265
+ };
2266
+ };
2267
+ SCVoteAudienceButton: {
2268
+ styleOverrides: {
2269
+ root: ({ theme }: any) => {
2270
+ '& .SCVoteAudienceButton-reaction-list': {
2271
+ '& .MuiIcon-root': {
2272
+ padding: number;
2273
+ borderRadius: string;
2274
+ backgroundColor: any;
2275
+ border: string;
2276
+ };
2277
+ };
2278
+ };
2279
+ dialogRoot: ({ theme }: any) => {
2280
+ '& .SCVoteAudienceButton-dialog-tabs': {
2281
+ '& .MuiTab-root': {
2282
+ flexDirection: string;
2283
+ justifyContent: string;
2284
+ };
2285
+ };
2286
+ '& .SCVoteAudienceButton-dialog-vote-badge': {
2287
+ width: any;
2288
+ height: any;
2289
+ backgroundColor: any;
2290
+ border: string;
2291
+ };
2292
+ };
2293
+ };
2294
+ };
2129
2295
  SCWidget: {
2130
2296
  variants: ({
2131
2297
  props: {
@@ -2179,7 +2345,7 @@ declare const theme: {
2179
2345
  };
2180
2346
  };
2181
2347
  };
2182
- '& > .MuiTypography-root': {
2348
+ '& > .MuiTypography-body2': {
2183
2349
  paddingTop: any;
2184
2350
  };
2185
2351
  '& > .MuiButton-sizeMedium': {
@@ -2227,8 +2393,10 @@ declare const theme: {
2227
2393
  SCPrivateMessageSnippets: {
2228
2394
  styleOverrides: {
2229
2395
  root: ({ theme }: any) => {
2230
- height: any;
2231
- maxHeight: string;
2396
+ [x: number]: {
2397
+ height: any;
2398
+ maxHeight: string;
2399
+ };
2232
2400
  '& .MuiCardContent-root': {
2233
2401
  display: string;
2234
2402
  flexDirection: string;
@@ -2281,15 +2449,20 @@ declare const theme: {
2281
2449
  SCPrivateMessageThread: {
2282
2450
  styleOverrides: {
2283
2451
  root: ({ theme }: any) => {
2452
+ [x: number]: {
2453
+ height: any;
2454
+ maxHeight: string;
2455
+ };
2284
2456
  backgroundColor: string;
2285
2457
  position: string;
2286
- height: any;
2287
- maxHeight: string;
2458
+ minHeight: string;
2288
2459
  '& .MuiCardContent-root': {
2289
- height: string;
2290
- maxHeight: string;
2291
- overflow: string;
2292
- padding: any;
2460
+ [x: number]: {
2461
+ height: string;
2462
+ maxHeight: string;
2463
+ overflow: string;
2464
+ padding: any;
2465
+ };
2293
2466
  '& .MuiAlert-root': {
2294
2467
  position: string;
2295
2468
  bottom: number;
@@ -2349,13 +2522,14 @@ declare const theme: {
2349
2522
  marginRight: any;
2350
2523
  '& .SCPrivateMessageThread-new-message-header-icon': {
2351
2524
  fontSize: string;
2525
+ marginLeft: any;
2352
2526
  };
2353
2527
  '& .MuiIcon-root': {
2354
2528
  color: any;
2355
- padding: any;
2356
2529
  };
2357
2530
  '& .MuiTypography-root': {
2358
2531
  color: any;
2532
+ marginLeft: any;
2359
2533
  };
2360
2534
  '& .SCPrivateMessageThread-autocomplete': {
2361
2535
  minWidth: any;
@@ -2431,8 +2605,6 @@ declare const theme: {
2431
2605
  root: ({ theme }: any) => {
2432
2606
  [x: number]: {
2433
2607
  position: string;
2434
- top: string;
2435
- bottom: number;
2436
2608
  };
2437
2609
  width: string;
2438
2610
  position: string;
@@ -2551,6 +2723,25 @@ declare const theme: {
2551
2723
  };
2552
2724
  };
2553
2725
  };
2726
+ SCPrivateMessageThreadSkeleton: {
2727
+ styleOverrides: {
2728
+ root: ({ theme }: any) => {
2729
+ '& .MuiCardContent-root': {
2730
+ padding: number;
2731
+ '& .MuiList-root .MuiListItem-root': {
2732
+ [x: number]: {
2733
+ width: string;
2734
+ };
2735
+ padding: any;
2736
+ height: any;
2737
+ };
2738
+ '&:last-child': {
2739
+ paddingBottom: number;
2740
+ };
2741
+ };
2742
+ };
2743
+ };
2744
+ };
2554
2745
  };
2555
2746
  selfcommunity: {
2556
2747
  user: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AA0FrC;;GAEG;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiJV,CAAC;AACF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AA6FrC;;GAEG;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoJV,CAAC;AACF,eAAe,KAAK,CAAC"}
package/lib/esm/index.js CHANGED
@@ -69,6 +69,7 @@ import SCNotification from './components/SCNotification';
69
69
  import SCContributionNotification from './components/SCContributionNotification';
70
70
  import SCSnippetNotificationsSkeleton from './components/SCSnippetNotificationsSkeleton';
71
71
  import SCPrivateMessageComponentSkeleton from './components/SCPrivateMessageComponentSkeleton';
72
+ import SCPrivateMessageThreadSkeleton from './components/SCPrivateMessageThreadSkeleton';
72
73
  import SCLightbox from './components/SCLightbox';
73
74
  import SCFollowAction from './components/SCFollowAction';
74
75
  import SCReactionAction from './components/SCReactionAction';
@@ -87,6 +88,8 @@ import SCUserInfoDialog from './components/SCUserInfoDialog';
87
88
  import SCUserInfo from './components/SCUserInfo';
88
89
  import SCUserCounters from './components/SCUserCounters';
89
90
  import SCUserProfileEdit from './components/SCUserProfileEdit';
91
+ import SCVoteButton from './components/SCVoteButton';
92
+ import SCVoteAudienceButton from './components/SCVoteAudienceButton';
90
93
  /**
91
94
  * Style fragments - Imports - End
92
95
  */
@@ -213,12 +216,15 @@ const theme = {
213
216
  SCUserProfileEdit,
214
217
  SCUserProfileTemplate,
215
218
  SCVoteAction,
219
+ SCVoteButton,
220
+ SCVoteAudienceButton,
216
221
  SCWidget,
217
222
  SCPrivateMessageSnippetItem,
218
223
  SCPrivateMessageSnippets,
219
224
  SCPrivateMessageThread,
220
225
  SCPrivateMessageEditor,
221
- SCPrivateMessageComponentSkeleton
226
+ SCPrivateMessageComponentSkeleton,
227
+ SCPrivateMessageThreadSkeleton
222
228
  },
223
229
  selfcommunity: {
224
230
  user: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}