@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.
- package/lib/cjs/components/SCCommentObject.d.ts +5 -23
- package/lib/cjs/components/SCCommentObject.d.ts.map +1 -1
- package/lib/cjs/components/SCCommentObject.js +5 -23
- package/lib/cjs/components/SCCommentObject.js.map +1 -1
- package/lib/cjs/components/SCComposer.d.ts +127 -32
- package/lib/cjs/components/SCComposer.d.ts.map +1 -1
- package/lib/cjs/components/SCComposer.js +210 -106
- package/lib/cjs/components/SCComposer.js.map +1 -1
- package/lib/cjs/components/SCInlineComposer.d.ts +13 -0
- package/lib/cjs/components/SCInlineComposer.d.ts.map +1 -1
- package/lib/cjs/components/SCInlineComposer.js +13 -0
- package/lib/cjs/components/SCInlineComposer.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageComponent.d.ts +6 -2
- package/lib/cjs/components/SCPrivateMessageComponent.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageComponent.js +4 -11
- package/lib/cjs/components/SCPrivateMessageComponent.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageEditor.d.ts +0 -2
- package/lib/cjs/components/SCPrivateMessageEditor.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageEditor.js +1 -3
- package/lib/cjs/components/SCPrivateMessageEditor.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageSnippets.d.ts +4 -2
- package/lib/cjs/components/SCPrivateMessageSnippets.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageSnippets.js +4 -2
- package/lib/cjs/components/SCPrivateMessageSnippets.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThread.d.ts +13 -7
- package/lib/cjs/components/SCPrivateMessageThread.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThread.js +16 -11
- package/lib/cjs/components/SCPrivateMessageThread.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThreadSkeleton.d.ts +21 -0
- package/lib/cjs/components/SCPrivateMessageThreadSkeleton.d.ts.map +1 -0
- package/lib/cjs/components/SCPrivateMessageThreadSkeleton.js +23 -0
- package/lib/cjs/components/SCPrivateMessageThreadSkeleton.js.map +1 -0
- package/lib/cjs/components/SCUser.d.ts +20 -0
- package/lib/cjs/components/SCUser.d.ts.map +1 -1
- package/lib/cjs/components/SCUser.js +20 -0
- package/lib/cjs/components/SCUser.js.map +1 -1
- package/lib/cjs/components/SCVoteAudienceButton.d.ts +30 -0
- package/lib/cjs/components/SCVoteAudienceButton.d.ts.map +1 -0
- package/lib/cjs/components/SCVoteAudienceButton.js +32 -0
- package/lib/cjs/components/SCVoteAudienceButton.js.map +1 -0
- package/lib/cjs/components/SCVoteButton.d.ts +23 -0
- package/lib/cjs/components/SCVoteButton.d.ts.map +1 -0
- package/lib/cjs/components/SCVoteButton.js +25 -0
- package/lib/cjs/components/SCVoteButton.js.map +1 -0
- package/lib/cjs/index.d.ts +256 -68
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js +7 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/components/SCCommentObject.d.ts +5 -23
- package/lib/esm/components/SCCommentObject.d.ts.map +1 -1
- package/lib/esm/components/SCCommentObject.js +5 -23
- package/lib/esm/components/SCCommentObject.js.map +1 -1
- package/lib/esm/components/SCComposer.d.ts +127 -32
- package/lib/esm/components/SCComposer.d.ts.map +1 -1
- package/lib/esm/components/SCComposer.js +210 -106
- package/lib/esm/components/SCComposer.js.map +1 -1
- package/lib/esm/components/SCInlineComposer.d.ts +13 -0
- package/lib/esm/components/SCInlineComposer.d.ts.map +1 -1
- package/lib/esm/components/SCInlineComposer.js +13 -0
- package/lib/esm/components/SCInlineComposer.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageComponent.d.ts +6 -2
- package/lib/esm/components/SCPrivateMessageComponent.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageComponent.js +4 -11
- package/lib/esm/components/SCPrivateMessageComponent.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageEditor.d.ts +0 -2
- package/lib/esm/components/SCPrivateMessageEditor.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageEditor.js +1 -3
- package/lib/esm/components/SCPrivateMessageEditor.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageSnippets.d.ts +4 -2
- package/lib/esm/components/SCPrivateMessageSnippets.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageSnippets.js +4 -2
- package/lib/esm/components/SCPrivateMessageSnippets.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageThread.d.ts +13 -7
- package/lib/esm/components/SCPrivateMessageThread.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageThread.js +16 -11
- package/lib/esm/components/SCPrivateMessageThread.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageThreadSkeleton.d.ts +21 -0
- package/lib/esm/components/SCPrivateMessageThreadSkeleton.d.ts.map +1 -0
- package/lib/esm/components/SCPrivateMessageThreadSkeleton.js +21 -0
- package/lib/esm/components/SCPrivateMessageThreadSkeleton.js.map +1 -0
- package/lib/esm/components/SCUser.d.ts +20 -0
- package/lib/esm/components/SCUser.d.ts.map +1 -1
- package/lib/esm/components/SCUser.js +20 -0
- package/lib/esm/components/SCUser.js.map +1 -1
- package/lib/esm/components/SCVoteAudienceButton.d.ts +30 -0
- package/lib/esm/components/SCVoteAudienceButton.d.ts.map +1 -0
- package/lib/esm/components/SCVoteAudienceButton.js +30 -0
- package/lib/esm/components/SCVoteAudienceButton.js.map +1 -0
- package/lib/esm/components/SCVoteButton.d.ts +23 -0
- package/lib/esm/components/SCVoteButton.d.ts.map +1 -0
- package/lib/esm/components/SCVoteButton.js +23 -0
- package/lib/esm/components/SCVoteButton.js.map +1 -0
- package/lib/esm/index.d.ts +256 -68
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js +7 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/umd/react-theme-default.js +5 -5
- package/lib/umd/react-theme-default.js.LICENSE.txt +1 -1
- package/lib/umd/react-theme-default.js.map +1 -1
- package/package.json +4 -4
package/lib/cjs/index.d.ts
CHANGED
|
@@ -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
|
-
'& .
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
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
|
-
|
|
2234
|
-
|
|
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
|
-
|
|
2290
|
-
maxHeight: string;
|
|
2458
|
+
minHeight: string;
|
|
2291
2459
|
'& .MuiCardContent-root': {
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
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: {
|
package/lib/cjs/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,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/cjs/index.js
CHANGED
|
@@ -74,6 +74,7 @@ const SCNotification_1 = __importDefault(require("./components/SCNotification"))
|
|
|
74
74
|
const SCContributionNotification_1 = __importDefault(require("./components/SCContributionNotification"));
|
|
75
75
|
const SCSnippetNotificationsSkeleton_1 = __importDefault(require("./components/SCSnippetNotificationsSkeleton"));
|
|
76
76
|
const SCPrivateMessageComponentSkeleton_1 = __importDefault(require("./components/SCPrivateMessageComponentSkeleton"));
|
|
77
|
+
const SCPrivateMessageThreadSkeleton_1 = __importDefault(require("./components/SCPrivateMessageThreadSkeleton"));
|
|
77
78
|
const SCLightbox_1 = __importDefault(require("./components/SCLightbox"));
|
|
78
79
|
const SCFollowAction_1 = __importDefault(require("./components/SCFollowAction"));
|
|
79
80
|
const SCReactionAction_1 = __importDefault(require("./components/SCReactionAction"));
|
|
@@ -92,6 +93,8 @@ const SCUserInfoDialog_1 = __importDefault(require("./components/SCUserInfoDialo
|
|
|
92
93
|
const SCUserInfo_1 = __importDefault(require("./components/SCUserInfo"));
|
|
93
94
|
const SCUserCounters_1 = __importDefault(require("./components/SCUserCounters"));
|
|
94
95
|
const SCUserProfileEdit_1 = __importDefault(require("./components/SCUserProfileEdit"));
|
|
96
|
+
const SCVoteButton_1 = __importDefault(require("./components/SCVoteButton"));
|
|
97
|
+
const SCVoteAudienceButton_1 = __importDefault(require("./components/SCVoteAudienceButton"));
|
|
95
98
|
/**
|
|
96
99
|
* Style fragments - Imports - End
|
|
97
100
|
*/
|
|
@@ -218,12 +221,15 @@ const theme = {
|
|
|
218
221
|
SCUserProfileEdit: SCUserProfileEdit_1.default,
|
|
219
222
|
SCUserProfileTemplate: SCUserProfileTemplate_1.default,
|
|
220
223
|
SCVoteAction: SCVoteAction_1.default,
|
|
224
|
+
SCVoteButton: SCVoteButton_1.default,
|
|
225
|
+
SCVoteAudienceButton: SCVoteAudienceButton_1.default,
|
|
221
226
|
SCWidget: SCWidget_1.default,
|
|
222
227
|
SCPrivateMessageSnippetItem: SCPrivateMessageSnippetItem_1.default,
|
|
223
228
|
SCPrivateMessageSnippets: SCPrivateMessageSnippets_1.default,
|
|
224
229
|
SCPrivateMessageThread: SCPrivateMessageThread_1.default,
|
|
225
230
|
SCPrivateMessageEditor: SCPrivateMessageEditor_1.default,
|
|
226
|
-
SCPrivateMessageComponentSkeleton: SCPrivateMessageComponentSkeleton_1.default
|
|
231
|
+
SCPrivateMessageComponentSkeleton: SCPrivateMessageComponentSkeleton_1.default,
|
|
232
|
+
SCPrivateMessageThreadSkeleton: SCPrivateMessageThreadSkeleton_1.default
|
|
227
233
|
},
|
|
228
234
|
selfcommunity: {
|
|
229
235
|
user: {
|
package/lib/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;AAAA,8BAA4B;AAC5B,uCAAqC;AAErC;;GAEG;AACH,qEAA6C;AAC7C,6EAAqD;AACrD,qFAA6D;AAC7D,qEAA6C;AAC7C,qFAA6D;AAC7D,6FAAqE;AACrE,yEAAiD;AACjD,2FAAmE;AACnE,iGAAyE;AACzE,uFAA+D;AAC/D,6EAAqD;AACrD,iEAAyC;AACzC,uEAA+C;AAC/C,uEAA+C;AAC/C,qGAA6E;AAC7E,yEAAiD;AACjD,qFAA6D;AAC7D,iGAAyE;AACzE,6FAAqE;AACrE,qFAA6D;AAC7D,2FAAmE;AACnE,yFAAiE;AACjE,+FAAuE;AACvE,yGAAiF;AACjF,mFAA2D;AAC3D,yHAAiG;AACjG,6FAAqE;AACrE,yGAAiF;AACjF,6EAAqD;AACrD,6FAAqE;AACrE,iFAAyD;AACzD,6EAAqD;AACrD,iGAAyE;AACzE,uGAA+E;AAC/E,uEAA+C;AAC/C,6EAAqD;AACrD,mEAA2C;AAC3C,yEAAiD;AACjD,+EAAuD;AACvD,qGAA6E;AAC7E,+EAAuD;AACvD,iEAAyC;AACzC,qFAA6D;AAC7D,qFAA6D;AAC7D,uEAA+C;AAC/C,6FAAqE;AACrE,mFAA2D;AAC3D,iFAAyD;AACzD,iGAAyE;AACzE,mGAA2E;AAC3E,uEAA+C;AAC/C,2FAAmE;AACnE,6FAAqE;AACrE,uGAA+E;AAC/E,yFAAiE;AACjE,uEAA+C;AAC/C,2GAAmF;AACnF,iGAAyE;AACzE,qGAA6E;AAC7E,iGAAyE;AACzE,2FAAmE;AACnE,yFAAiE;AACjE,iFAAyD;AACzD,yGAAiF;AACjF,iHAAyF;AACzF,uHAA+F;AAC/F,yEAAiD;AACjD,iFAAyD;AACzD,qFAA6D;AAC7D,mFAA2D;AAC3D,+EAAuD;AACvD,6EAAqD;AACrD,qGAA6E;AAC7E,6FAAqE;AACrE,qFAA6D;AAC7D,yEAAiD;AACjD,+FAAuE;AACvE,yEAAiD;AACjD,iGAAyE;AACzE,iHAAyF;AACzF,qFAA6D;AAC7D,yEAAiD;AACjD,iFAAyD;AACzD,uFAA+D;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -80,6 +80,7 @@ declare const Component: {
|
|
|
80
80
|
alignItems: string;
|
|
81
81
|
color: any;
|
|
82
82
|
marginTop: number;
|
|
83
|
+
position: string;
|
|
83
84
|
'& .SCCommentObject-activity-at': {
|
|
84
85
|
color: string;
|
|
85
86
|
textDecoration: string;
|
|
@@ -87,24 +88,6 @@ declare const Component: {
|
|
|
87
88
|
textDecoration: string;
|
|
88
89
|
};
|
|
89
90
|
};
|
|
90
|
-
'& .SCCommentObject-vote': {
|
|
91
|
-
color: string;
|
|
92
|
-
padding: any;
|
|
93
|
-
fontSize: string;
|
|
94
|
-
minWidth: number;
|
|
95
|
-
borderRadius: string;
|
|
96
|
-
};
|
|
97
|
-
'& .SCCommentObject-reaction': {
|
|
98
|
-
color: string;
|
|
99
|
-
padding: any;
|
|
100
|
-
fontSize: string;
|
|
101
|
-
minWidth: number;
|
|
102
|
-
borderRadius: string;
|
|
103
|
-
'& img': {
|
|
104
|
-
width: string;
|
|
105
|
-
height: string;
|
|
106
|
-
};
|
|
107
|
-
};
|
|
108
91
|
'& .SCCommentObject-reply': {
|
|
109
92
|
color: string;
|
|
110
93
|
textDecorationStyle: string;
|
|
@@ -112,11 +95,10 @@ declare const Component: {
|
|
|
112
95
|
padding: any;
|
|
113
96
|
textTransform: string;
|
|
114
97
|
};
|
|
115
|
-
'& .
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
fontSize: string;
|
|
98
|
+
'& .SCCommentObject-vote-audience': {
|
|
99
|
+
position: string;
|
|
100
|
+
right: number;
|
|
101
|
+
top: number;
|
|
120
102
|
};
|
|
121
103
|
};
|
|
122
104
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCCommentObject.d.ts","sourceRoot":"","sources":["../../../src/components/SCCommentObject.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCCommentObject.d.ts","sourceRoot":"","sources":["../../../src/components/SCCommentObject.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuGtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -81,6 +81,7 @@ const Component = {
|
|
|
81
81
|
alignItems: 'center',
|
|
82
82
|
color: theme.palette.primary.main,
|
|
83
83
|
marginTop: 0,
|
|
84
|
+
position: 'relative',
|
|
84
85
|
'& .SCCommentObject-activity-at': {
|
|
85
86
|
color: 'inherit',
|
|
86
87
|
textDecoration: 'none',
|
|
@@ -88,24 +89,6 @@ const Component = {
|
|
|
88
89
|
textDecoration: 'underline'
|
|
89
90
|
}
|
|
90
91
|
},
|
|
91
|
-
'& .SCCommentObject-vote': {
|
|
92
|
-
color: 'inherit',
|
|
93
|
-
padding: theme.spacing(1),
|
|
94
|
-
fontSize: '1.571rem',
|
|
95
|
-
minWidth: 0,
|
|
96
|
-
borderRadius: '50%'
|
|
97
|
-
},
|
|
98
|
-
'& .SCCommentObject-reaction': {
|
|
99
|
-
color: 'inherit',
|
|
100
|
-
padding: theme.spacing(1),
|
|
101
|
-
fontSize: '1.571rem',
|
|
102
|
-
minWidth: 0,
|
|
103
|
-
borderRadius: '50%',
|
|
104
|
-
'& img': {
|
|
105
|
-
width: '1em',
|
|
106
|
-
height: '1em'
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
92
|
'& .SCCommentObject-reply': {
|
|
110
93
|
color: 'inherit',
|
|
111
94
|
textDecorationStyle: 'solid',
|
|
@@ -113,11 +96,10 @@ const Component = {
|
|
|
113
96
|
padding: theme.spacing(1),
|
|
114
97
|
textTransform: 'capitalize'
|
|
115
98
|
},
|
|
116
|
-
'& .
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
fontSize: '1.571rem'
|
|
99
|
+
'& .SCCommentObject-vote-audience': {
|
|
100
|
+
position: 'absolute',
|
|
101
|
+
right: 0,
|
|
102
|
+
top: 0
|
|
121
103
|
}
|
|
122
104
|
}
|
|
123
105
|
})
|