@selfcommunity/react-theme-default 0.1.0-alpha.83 → 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 (100) 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/SCPrivateMessageComponent.d.ts +6 -2
  14. package/lib/cjs/components/SCPrivateMessageComponent.d.ts.map +1 -1
  15. package/lib/cjs/components/SCPrivateMessageComponent.js +4 -11
  16. package/lib/cjs/components/SCPrivateMessageComponent.js.map +1 -1
  17. package/lib/cjs/components/SCPrivateMessageEditor.d.ts +0 -2
  18. package/lib/cjs/components/SCPrivateMessageEditor.d.ts.map +1 -1
  19. package/lib/cjs/components/SCPrivateMessageEditor.js +1 -3
  20. package/lib/cjs/components/SCPrivateMessageEditor.js.map +1 -1
  21. package/lib/cjs/components/SCPrivateMessageSnippets.d.ts +4 -2
  22. package/lib/cjs/components/SCPrivateMessageSnippets.d.ts.map +1 -1
  23. package/lib/cjs/components/SCPrivateMessageSnippets.js +4 -2
  24. package/lib/cjs/components/SCPrivateMessageSnippets.js.map +1 -1
  25. package/lib/cjs/components/SCPrivateMessageThread.d.ts +13 -7
  26. package/lib/cjs/components/SCPrivateMessageThread.d.ts.map +1 -1
  27. package/lib/cjs/components/SCPrivateMessageThread.js +16 -11
  28. package/lib/cjs/components/SCPrivateMessageThread.js.map +1 -1
  29. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.d.ts +21 -0
  30. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.d.ts.map +1 -0
  31. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.js +23 -0
  32. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.js.map +1 -0
  33. package/lib/cjs/components/SCUser.d.ts +20 -0
  34. package/lib/cjs/components/SCUser.d.ts.map +1 -1
  35. package/lib/cjs/components/SCUser.js +20 -0
  36. package/lib/cjs/components/SCUser.js.map +1 -1
  37. package/lib/cjs/components/SCVoteAudienceButton.d.ts +30 -0
  38. package/lib/cjs/components/SCVoteAudienceButton.d.ts.map +1 -0
  39. package/lib/cjs/components/SCVoteAudienceButton.js +32 -0
  40. package/lib/cjs/components/SCVoteAudienceButton.js.map +1 -0
  41. package/lib/cjs/components/SCVoteButton.d.ts +23 -0
  42. package/lib/cjs/components/SCVoteButton.d.ts.map +1 -0
  43. package/lib/cjs/components/SCVoteButton.js +25 -0
  44. package/lib/cjs/components/SCVoteButton.js.map +1 -0
  45. package/lib/cjs/index.d.ts +256 -68
  46. package/lib/cjs/index.d.ts.map +1 -1
  47. package/lib/cjs/index.js +7 -1
  48. package/lib/cjs/index.js.map +1 -1
  49. package/lib/esm/components/SCCommentObject.d.ts +5 -23
  50. package/lib/esm/components/SCCommentObject.d.ts.map +1 -1
  51. package/lib/esm/components/SCCommentObject.js +5 -23
  52. package/lib/esm/components/SCCommentObject.js.map +1 -1
  53. package/lib/esm/components/SCComposer.d.ts +127 -32
  54. package/lib/esm/components/SCComposer.d.ts.map +1 -1
  55. package/lib/esm/components/SCComposer.js +210 -106
  56. package/lib/esm/components/SCComposer.js.map +1 -1
  57. package/lib/esm/components/SCInlineComposer.d.ts +13 -0
  58. package/lib/esm/components/SCInlineComposer.d.ts.map +1 -1
  59. package/lib/esm/components/SCInlineComposer.js +13 -0
  60. package/lib/esm/components/SCInlineComposer.js.map +1 -1
  61. package/lib/esm/components/SCPrivateMessageComponent.d.ts +6 -2
  62. package/lib/esm/components/SCPrivateMessageComponent.d.ts.map +1 -1
  63. package/lib/esm/components/SCPrivateMessageComponent.js +4 -11
  64. package/lib/esm/components/SCPrivateMessageComponent.js.map +1 -1
  65. package/lib/esm/components/SCPrivateMessageEditor.d.ts +0 -2
  66. package/lib/esm/components/SCPrivateMessageEditor.d.ts.map +1 -1
  67. package/lib/esm/components/SCPrivateMessageEditor.js +1 -3
  68. package/lib/esm/components/SCPrivateMessageEditor.js.map +1 -1
  69. package/lib/esm/components/SCPrivateMessageSnippets.d.ts +4 -2
  70. package/lib/esm/components/SCPrivateMessageSnippets.d.ts.map +1 -1
  71. package/lib/esm/components/SCPrivateMessageSnippets.js +4 -2
  72. package/lib/esm/components/SCPrivateMessageSnippets.js.map +1 -1
  73. package/lib/esm/components/SCPrivateMessageThread.d.ts +13 -7
  74. package/lib/esm/components/SCPrivateMessageThread.d.ts.map +1 -1
  75. package/lib/esm/components/SCPrivateMessageThread.js +16 -11
  76. package/lib/esm/components/SCPrivateMessageThread.js.map +1 -1
  77. package/lib/esm/components/SCPrivateMessageThreadSkeleton.d.ts +21 -0
  78. package/lib/esm/components/SCPrivateMessageThreadSkeleton.d.ts.map +1 -0
  79. package/lib/esm/components/SCPrivateMessageThreadSkeleton.js +21 -0
  80. package/lib/esm/components/SCPrivateMessageThreadSkeleton.js.map +1 -0
  81. package/lib/esm/components/SCUser.d.ts +20 -0
  82. package/lib/esm/components/SCUser.d.ts.map +1 -1
  83. package/lib/esm/components/SCUser.js +20 -0
  84. package/lib/esm/components/SCUser.js.map +1 -1
  85. package/lib/esm/components/SCVoteAudienceButton.d.ts +30 -0
  86. package/lib/esm/components/SCVoteAudienceButton.d.ts.map +1 -0
  87. package/lib/esm/components/SCVoteAudienceButton.js +30 -0
  88. package/lib/esm/components/SCVoteAudienceButton.js.map +1 -0
  89. package/lib/esm/components/SCVoteButton.d.ts +23 -0
  90. package/lib/esm/components/SCVoteButton.d.ts.map +1 -0
  91. package/lib/esm/components/SCVoteButton.js +23 -0
  92. package/lib/esm/components/SCVoteButton.js.map +1 -0
  93. package/lib/esm/index.d.ts +256 -68
  94. package/lib/esm/index.d.ts.map +1 -1
  95. package/lib/esm/index.js +7 -1
  96. package/lib/esm/index.js.map +1 -1
  97. package/lib/umd/react-theme-default.js +5 -5
  98. package/lib/umd/react-theme-default.js.LICENSE.txt +1 -1
  99. package/lib/umd/react-theme-default.js.map +1 -1
  100. package/package.json +4 -4
@@ -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
  };
@@ -1758,15 +1848,19 @@ declare const theme: {
1758
1848
  styleOverrides: {
1759
1849
  root: ({ theme }: any) => {
1760
1850
  [x: number]: {
1851
+ maxWidth: any;
1852
+ maxHeight: any;
1853
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root'?: undefined;
1854
+ } | {
1761
1855
  '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root': {
1762
1856
  border: string;
1763
1857
  '& .SCPrivateMessageThread-root': {
1764
1858
  borderRadius: number;
1765
1859
  };
1766
1860
  };
1861
+ maxWidth?: undefined;
1862
+ maxHeight?: undefined;
1767
1863
  };
1768
- maxWidth: any;
1769
- maxHeight: any;
1770
1864
  ' .MuiPaper-root, MuiAppBar-root': {
1771
1865
  boxShadow: string;
1772
1866
  borderRadius: number;
@@ -1937,11 +2031,31 @@ declare const theme: {
1937
2031
  };
1938
2032
  borderRadius: number;
1939
2033
  paddingBottom: number;
2034
+ '& .MuiChip-root': {
2035
+ height: string;
2036
+ };
1940
2037
  '& .SCUser-avatar': {
2038
+ width: any;
2039
+ height: any;
1941
2040
  '& img': {
1942
2041
  borderRadius: number;
1943
2042
  };
1944
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
+ };
1945
2059
  '& .SCBaseItemButton-primary': {
1946
2060
  fontWeight: any;
1947
2061
  };
@@ -2129,6 +2243,55 @@ declare const theme: {
2129
2243
  };
2130
2244
  };
2131
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
+ };
2132
2295
  SCWidget: {
2133
2296
  variants: ({
2134
2297
  props: {
@@ -2230,8 +2393,10 @@ declare const theme: {
2230
2393
  SCPrivateMessageSnippets: {
2231
2394
  styleOverrides: {
2232
2395
  root: ({ theme }: any) => {
2233
- height: any;
2234
- maxHeight: string;
2396
+ [x: number]: {
2397
+ height: any;
2398
+ maxHeight: string;
2399
+ };
2235
2400
  '& .MuiCardContent-root': {
2236
2401
  display: string;
2237
2402
  flexDirection: string;
@@ -2284,15 +2449,20 @@ declare const theme: {
2284
2449
  SCPrivateMessageThread: {
2285
2450
  styleOverrides: {
2286
2451
  root: ({ theme }: any) => {
2452
+ [x: number]: {
2453
+ height: any;
2454
+ maxHeight: string;
2455
+ };
2287
2456
  backgroundColor: string;
2288
2457
  position: string;
2289
- height: any;
2290
- maxHeight: string;
2458
+ minHeight: string;
2291
2459
  '& .MuiCardContent-root': {
2292
- height: string;
2293
- maxHeight: string;
2294
- overflow: string;
2295
- padding: any;
2460
+ [x: number]: {
2461
+ height: string;
2462
+ maxHeight: string;
2463
+ overflow: string;
2464
+ padding: any;
2465
+ };
2296
2466
  '& .MuiAlert-root': {
2297
2467
  position: string;
2298
2468
  bottom: number;
@@ -2352,13 +2522,14 @@ declare const theme: {
2352
2522
  marginRight: any;
2353
2523
  '& .SCPrivateMessageThread-new-message-header-icon': {
2354
2524
  fontSize: string;
2525
+ marginLeft: any;
2355
2526
  };
2356
2527
  '& .MuiIcon-root': {
2357
2528
  color: any;
2358
- padding: any;
2359
2529
  };
2360
2530
  '& .MuiTypography-root': {
2361
2531
  color: any;
2532
+ marginLeft: any;
2362
2533
  };
2363
2534
  '& .SCPrivateMessageThread-autocomplete': {
2364
2535
  minWidth: any;
@@ -2434,8 +2605,6 @@ declare const theme: {
2434
2605
  root: ({ theme }: any) => {
2435
2606
  [x: number]: {
2436
2607
  position: string;
2437
- top: string;
2438
- bottom: number;
2439
2608
  };
2440
2609
  width: string;
2441
2610
  position: string;
@@ -2554,6 +2723,25 @@ declare const theme: {
2554
2723
  };
2555
2724
  };
2556
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
+ };
2557
2745
  };
2558
2746
  selfcommunity: {
2559
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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"}