@selfcommunity/react-theme-default 0.1.9-alpha.2 → 0.1.9-alpha.21
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/SCCategoryHeader.js +2 -2
- package/lib/cjs/components/SCComposer.d.ts +1 -0
- package/lib/cjs/components/SCComposer.js +5 -4
- package/lib/cjs/components/SCCreateGroupButton.d.ts +5 -2
- package/lib/cjs/components/SCCreateGroupButton.js +5 -2
- package/lib/cjs/components/SCEditGroupButton.d.ts +13 -0
- package/lib/cjs/components/SCEditGroupButton.js +15 -0
- package/lib/cjs/components/SCFeedObject.d.ts +37 -0
- package/lib/cjs/components/SCFeedObject.js +38 -1
- package/lib/cjs/components/SCGroupAutocomplete.d.ts +6 -0
- package/lib/cjs/components/SCGroupAutocomplete.js +8 -0
- package/lib/cjs/components/SCGroupFeedTemplate.d.ts +0 -22
- package/lib/cjs/components/SCGroupFeedTemplate.js +1 -23
- package/lib/cjs/components/{SCCreateGroup.d.ts → SCGroupForm.d.ts} +13 -10
- package/lib/cjs/components/{SCCreateGroup.js → SCGroupForm.js} +13 -10
- package/lib/cjs/components/SCGroupHeader.d.ts +12 -16
- package/lib/cjs/components/SCGroupHeader.js +13 -17
- package/lib/cjs/components/SCGroupInviteButton.d.ts +5 -2
- package/lib/cjs/components/SCGroupInviteButton.js +5 -2
- package/lib/cjs/components/SCGroupMembersWidget.d.ts +5 -1
- package/lib/cjs/components/SCGroupMembersWidget.js +5 -1
- package/lib/cjs/components/SCGroupSettingsIconButton.d.ts +19 -0
- package/lib/cjs/components/SCGroupSettingsIconButton.js +21 -0
- package/lib/cjs/components/SCGroups.d.ts +41 -0
- package/lib/cjs/components/SCGroups.js +43 -0
- package/lib/cjs/components/SCNavigationToolbar.d.ts +2 -2
- package/lib/cjs/components/SCNavigationToolbar.js +2 -2
- package/lib/cjs/components/SCNavigationToolbarMobile.js +1 -1
- package/lib/cjs/components/SCPrivateMessageEditor.d.ts +0 -3
- package/lib/cjs/components/SCPrivateMessageEditor.js +0 -3
- package/lib/cjs/components/SCPrivateMessageThread.d.ts +11 -0
- package/lib/cjs/components/SCPrivateMessageThread.js +13 -2
- package/lib/cjs/components/SCUserProfileHeader.js +2 -2
- package/lib/cjs/fonts/community/icons.eot +0 -0
- package/lib/cjs/fonts/community/icons.svg +5 -1
- package/lib/cjs/fonts/community/icons.ttf +0 -0
- package/lib/cjs/fonts/community/icons.woff +0 -0
- package/lib/cjs/fonts/community/icons.woff2 +0 -0
- package/lib/cjs/fonts/community-icons.css +13 -7
- package/lib/cjs/index.d.ts +167 -59
- package/lib/cjs/index.js +12 -4
- package/lib/esm/components/SCCategoryHeader.js +2 -2
- package/lib/esm/components/SCComposer.d.ts +1 -0
- package/lib/esm/components/SCComposer.js +5 -4
- package/lib/esm/components/SCCreateGroupButton.d.ts +5 -2
- package/lib/esm/components/SCCreateGroupButton.js +5 -2
- package/lib/esm/components/SCEditGroupButton.d.ts +13 -0
- package/lib/esm/components/SCEditGroupButton.js +13 -0
- package/lib/esm/components/SCFeedObject.d.ts +37 -0
- package/lib/esm/components/SCFeedObject.js +38 -1
- package/lib/esm/components/SCGroupAutocomplete.d.ts +6 -0
- package/lib/esm/components/SCGroupAutocomplete.js +6 -0
- package/lib/esm/components/SCGroupFeedTemplate.d.ts +0 -22
- package/lib/esm/components/SCGroupFeedTemplate.js +1 -23
- package/lib/esm/components/{SCCreateGroup.d.ts → SCGroupForm.d.ts} +13 -10
- package/lib/esm/components/{SCCreateGroup.js → SCGroupForm.js} +13 -10
- package/lib/esm/components/SCGroupHeader.d.ts +12 -16
- package/lib/esm/components/SCGroupHeader.js +13 -17
- package/lib/esm/components/SCGroupInviteButton.d.ts +5 -2
- package/lib/esm/components/SCGroupInviteButton.js +5 -2
- package/lib/esm/components/SCGroupMembersWidget.d.ts +5 -1
- package/lib/esm/components/SCGroupMembersWidget.js +5 -1
- package/lib/esm/components/SCGroupSettingsIconButton.d.ts +19 -0
- package/lib/esm/components/SCGroupSettingsIconButton.js +19 -0
- package/lib/esm/components/SCGroups.d.ts +41 -0
- package/lib/esm/components/SCGroups.js +41 -0
- package/lib/esm/components/SCNavigationToolbar.d.ts +2 -2
- package/lib/esm/components/SCNavigationToolbar.js +2 -2
- package/lib/esm/components/SCNavigationToolbarMobile.js +1 -1
- package/lib/esm/components/SCPrivateMessageEditor.d.ts +0 -3
- package/lib/esm/components/SCPrivateMessageEditor.js +0 -3
- package/lib/esm/components/SCPrivateMessageThread.d.ts +11 -0
- package/lib/esm/components/SCPrivateMessageThread.js +13 -2
- package/lib/esm/components/SCUserProfileHeader.js +2 -2
- package/lib/esm/fonts/community/icons.eot +0 -0
- package/lib/esm/fonts/community/icons.svg +5 -1
- package/lib/esm/fonts/community/icons.ttf +0 -0
- package/lib/esm/fonts/community/icons.woff +0 -0
- package/lib/esm/fonts/community/icons.woff2 +0 -0
- package/lib/esm/fonts/community-icons.css +13 -7
- package/lib/esm/index.d.ts +167 -59
- package/lib/esm/index.js +12 -4
- package/lib/umd/community/icons.eot +0 -0
- package/lib/umd/community/icons.svg +5 -1
- package/lib/umd/community/icons.ttf +0 -0
- package/lib/umd/community/icons.woff +0 -0
- package/lib/umd/community/icons.woff2 +0 -0
- package/lib/umd/react-theme-default.js +2 -2
- package/package.json +4 -4
package/lib/cjs/index.d.ts
CHANGED
|
@@ -1231,6 +1231,7 @@ declare const theme: {
|
|
|
1231
1231
|
};
|
|
1232
1232
|
};
|
|
1233
1233
|
layerCategoryRoot: ({ theme }: any) => {};
|
|
1234
|
+
layerGroupRoot: ({ theme }: any) => {};
|
|
1234
1235
|
layerCloseRoot: ({ theme }: any) => {
|
|
1235
1236
|
'& .SCComposer-layer-content': {
|
|
1236
1237
|
'& .MuiTypography-root': {
|
|
@@ -1780,6 +1781,30 @@ declare const theme: {
|
|
|
1780
1781
|
fontWeight: any;
|
|
1781
1782
|
};
|
|
1782
1783
|
};
|
|
1784
|
+
'& .SCFeedObject-group': {
|
|
1785
|
+
[x: number]: {
|
|
1786
|
+
right: string;
|
|
1787
|
+
};
|
|
1788
|
+
position: string;
|
|
1789
|
+
right: string;
|
|
1790
|
+
transform: string;
|
|
1791
|
+
};
|
|
1792
|
+
};
|
|
1793
|
+
'& .SCFeedObject-group': {
|
|
1794
|
+
justifyContent: string;
|
|
1795
|
+
padding: any;
|
|
1796
|
+
'& a': {
|
|
1797
|
+
padding: any;
|
|
1798
|
+
marginBottom: any;
|
|
1799
|
+
color: any;
|
|
1800
|
+
'&:hover': {
|
|
1801
|
+
backgroundColor: any;
|
|
1802
|
+
};
|
|
1803
|
+
'& span': {
|
|
1804
|
+
color: any;
|
|
1805
|
+
textTransform: string;
|
|
1806
|
+
};
|
|
1807
|
+
};
|
|
1783
1808
|
};
|
|
1784
1809
|
'& .SCFeedObject-content': {
|
|
1785
1810
|
padding: any;
|
|
@@ -1841,6 +1866,19 @@ declare const theme: {
|
|
|
1841
1866
|
'& .SCFeedObject-category': {
|
|
1842
1867
|
borderBottom: string;
|
|
1843
1868
|
margin: any;
|
|
1869
|
+
'& .SCFeedObject-group': {
|
|
1870
|
+
borderBottom: string;
|
|
1871
|
+
margin: any;
|
|
1872
|
+
'& .MuiChip-icon': {
|
|
1873
|
+
marginLeft: any;
|
|
1874
|
+
marginRight: any;
|
|
1875
|
+
fontWeight: any;
|
|
1876
|
+
};
|
|
1877
|
+
};
|
|
1878
|
+
};
|
|
1879
|
+
'& .SCFeedObject-group': {
|
|
1880
|
+
borderBottom: string;
|
|
1881
|
+
margin: any;
|
|
1844
1882
|
};
|
|
1845
1883
|
'& .SCFeedObject-header': {
|
|
1846
1884
|
'& .MuiCardHeader-avatar': {
|
|
@@ -3247,14 +3285,14 @@ declare const theme: {
|
|
|
3247
3285
|
marginRight: any;
|
|
3248
3286
|
'& img': {
|
|
3249
3287
|
verticalAlign: string;
|
|
3250
|
-
maxHeight:
|
|
3288
|
+
maxHeight: number;
|
|
3251
3289
|
};
|
|
3252
3290
|
};
|
|
3253
3291
|
'& .SCNavigationToolbar-navigation': {
|
|
3254
3292
|
flexGrow: number;
|
|
3255
3293
|
textAlign: string;
|
|
3256
3294
|
alignSelf: string;
|
|
3257
|
-
'& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore': {
|
|
3295
|
+
'& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups': {
|
|
3258
3296
|
paddingTop: number;
|
|
3259
3297
|
paddingLeft: any;
|
|
3260
3298
|
paddingRight: any;
|
|
@@ -4664,6 +4702,17 @@ declare const theme: {
|
|
|
4664
4702
|
};
|
|
4665
4703
|
};
|
|
4666
4704
|
};
|
|
4705
|
+
'& .SCPrivateMessageThread-item': {
|
|
4706
|
+
display: string;
|
|
4707
|
+
marginBottom: any;
|
|
4708
|
+
'& .SCPrivateMessageThread-avatar': {
|
|
4709
|
+
marginRight: any;
|
|
4710
|
+
'& img': {
|
|
4711
|
+
height: any;
|
|
4712
|
+
width: any;
|
|
4713
|
+
};
|
|
4714
|
+
};
|
|
4715
|
+
};
|
|
4667
4716
|
};
|
|
4668
4717
|
'& .SCPrivateMessageThread-empty-message': {
|
|
4669
4718
|
height: string;
|
|
@@ -4886,9 +4935,6 @@ declare const theme: {
|
|
|
4886
4935
|
styleOverrides: {
|
|
4887
4936
|
root: ({ theme }: any) => {
|
|
4888
4937
|
backgroundColor: string;
|
|
4889
|
-
'& .MuiIcon-root': {
|
|
4890
|
-
fontSize: string;
|
|
4891
|
-
};
|
|
4892
4938
|
'& .SCPrivateMessageEditor-message-input': {
|
|
4893
4939
|
width: string;
|
|
4894
4940
|
};
|
|
@@ -5556,6 +5602,7 @@ declare const theme: {
|
|
|
5556
5602
|
boxShadow: string;
|
|
5557
5603
|
};
|
|
5558
5604
|
'& .SCGroupHeader-info': {
|
|
5605
|
+
marginTop: number;
|
|
5559
5606
|
display: string;
|
|
5560
5607
|
flexDirection: string;
|
|
5561
5608
|
justifyContent: string;
|
|
@@ -5582,6 +5629,13 @@ declare const theme: {
|
|
|
5582
5629
|
gap: any;
|
|
5583
5630
|
};
|
|
5584
5631
|
};
|
|
5632
|
+
'& .SCEditGroupButton-root': {
|
|
5633
|
+
marginLeft: string;
|
|
5634
|
+
marginTop: any;
|
|
5635
|
+
};
|
|
5636
|
+
'& .SCGroupSubscribeButton-root': {
|
|
5637
|
+
marginTop: any;
|
|
5638
|
+
};
|
|
5585
5639
|
};
|
|
5586
5640
|
'& .SCGroupHeader-avatar': {
|
|
5587
5641
|
top: number;
|
|
@@ -5605,7 +5659,6 @@ declare const theme: {
|
|
|
5605
5659
|
display: string;
|
|
5606
5660
|
};
|
|
5607
5661
|
'& .SCGroupHeader-name': {
|
|
5608
|
-
marginTop: number;
|
|
5609
5662
|
marginBottom: any;
|
|
5610
5663
|
fontWeight: any;
|
|
5611
5664
|
fontSize: string;
|
|
@@ -5635,23 +5688,12 @@ declare const theme: {
|
|
|
5635
5688
|
border: string;
|
|
5636
5689
|
};
|
|
5637
5690
|
};
|
|
5638
|
-
'& .SCGroupHeader-
|
|
5691
|
+
'& .SCGroupHeader-info': {
|
|
5639
5692
|
display: string;
|
|
5640
5693
|
justifyContent: string;
|
|
5641
|
-
|
|
5642
|
-
|
|
5643
|
-
|
|
5644
|
-
"& .MuiSkeleton-root": {
|
|
5645
|
-
justifyContent: string;
|
|
5646
|
-
};
|
|
5647
|
-
};
|
|
5648
|
-
'& .SCGroupHeader-actions': {
|
|
5649
|
-
[x: number]: {
|
|
5650
|
-
margin: any;
|
|
5651
|
-
};
|
|
5652
|
-
height: string;
|
|
5653
|
-
marginTop: any;
|
|
5654
|
-
};
|
|
5694
|
+
flexDirection: string;
|
|
5695
|
+
alignItems: string;
|
|
5696
|
+
marginTop: number;
|
|
5655
5697
|
};
|
|
5656
5698
|
};
|
|
5657
5699
|
};
|
|
@@ -5696,20 +5738,23 @@ declare const theme: {
|
|
|
5696
5738
|
SCCreateGroupButton: {
|
|
5697
5739
|
styleOverrides: {
|
|
5698
5740
|
root: ({ theme }: any) => {
|
|
5699
|
-
'& .
|
|
5700
|
-
|
|
5741
|
+
'& .MuiButton-startIcon': {
|
|
5742
|
+
marginRight: any;
|
|
5743
|
+
'& .MuiIcon-root': {
|
|
5744
|
+
fontSize: string;
|
|
5745
|
+
};
|
|
5701
5746
|
};
|
|
5702
5747
|
};
|
|
5703
5748
|
};
|
|
5704
5749
|
};
|
|
5705
|
-
|
|
5750
|
+
SCGroupForm: {
|
|
5706
5751
|
styleOverrides: {
|
|
5707
5752
|
root: ({ theme }: any) => {
|
|
5708
|
-
'& .
|
|
5753
|
+
'& .SCGroupForm-cover': {
|
|
5709
5754
|
position: string;
|
|
5710
5755
|
height: number;
|
|
5711
5756
|
minHeight: number;
|
|
5712
|
-
'& .
|
|
5757
|
+
'& .SCGroupForm-avatar': {
|
|
5713
5758
|
top: number;
|
|
5714
5759
|
display: string;
|
|
5715
5760
|
position: string;
|
|
@@ -5740,11 +5785,14 @@ declare const theme: {
|
|
|
5740
5785
|
bottom: any;
|
|
5741
5786
|
};
|
|
5742
5787
|
};
|
|
5743
|
-
'& .
|
|
5788
|
+
'& .SCGroupForm-header': {
|
|
5744
5789
|
marginTop: any;
|
|
5745
5790
|
color: any;
|
|
5746
5791
|
};
|
|
5747
|
-
'& .
|
|
5792
|
+
'& .SCGroupForm-error': {
|
|
5793
|
+
color: any;
|
|
5794
|
+
};
|
|
5795
|
+
'& .SCGroupForm-switch': {
|
|
5748
5796
|
'& .MuiButtonBase-root': {
|
|
5749
5797
|
'&.Mui-checked': {
|
|
5750
5798
|
color: any;
|
|
@@ -5754,30 +5802,30 @@ declare const theme: {
|
|
|
5754
5802
|
};
|
|
5755
5803
|
};
|
|
5756
5804
|
};
|
|
5757
|
-
'& .
|
|
5805
|
+
'& .SCGroupForm-switch-label': {
|
|
5758
5806
|
fontWeight: any;
|
|
5759
5807
|
display: string;
|
|
5760
5808
|
alignItems: string;
|
|
5761
5809
|
justifyContent: string;
|
|
5762
5810
|
gap: any;
|
|
5763
5811
|
};
|
|
5764
|
-
'& .
|
|
5812
|
+
'& .SCGroupForm-active': {
|
|
5765
5813
|
color: any;
|
|
5766
5814
|
};
|
|
5767
|
-
'& .
|
|
5815
|
+
'& .SCGroupForm-privacy-section': {
|
|
5768
5816
|
marginTop: any;
|
|
5769
|
-
'& .
|
|
5817
|
+
'& .SCGroupForm-privacy-section-info': {
|
|
5770
5818
|
marginBottom: any;
|
|
5771
5819
|
};
|
|
5772
5820
|
};
|
|
5773
|
-
'& .
|
|
5821
|
+
'& .SCGroupForm-visibility-section-info': {
|
|
5774
5822
|
marginTop: any;
|
|
5775
5823
|
};
|
|
5776
5824
|
'& .MuiDivider-root': {
|
|
5777
5825
|
marginTop: any;
|
|
5778
5826
|
border: string;
|
|
5779
5827
|
};
|
|
5780
|
-
'& .
|
|
5828
|
+
'& .SCGroupForm-invite-section': {
|
|
5781
5829
|
marginTop: any;
|
|
5782
5830
|
display: string;
|
|
5783
5831
|
justifyContent: string;
|
|
@@ -5789,8 +5837,11 @@ declare const theme: {
|
|
|
5789
5837
|
SCGroupInviteButton: {
|
|
5790
5838
|
styleOverrides: {
|
|
5791
5839
|
root: ({ theme }: any) => {
|
|
5792
|
-
'& .
|
|
5793
|
-
|
|
5840
|
+
'& .MuiButton-startIcon': {
|
|
5841
|
+
marginRight: any;
|
|
5842
|
+
'& .MuiIcon-root': {
|
|
5843
|
+
fontSize: string;
|
|
5844
|
+
};
|
|
5794
5845
|
};
|
|
5795
5846
|
};
|
|
5796
5847
|
dialogRoot: ({ theme }: any) => {
|
|
@@ -5919,28 +5970,6 @@ declare const theme: {
|
|
|
5919
5970
|
styleOverrides: {
|
|
5920
5971
|
root: ({ theme }: any) => {
|
|
5921
5972
|
marginTop: number;
|
|
5922
|
-
'& .SCGroupFeedTemplate-feed': {
|
|
5923
|
-
marginTop: any;
|
|
5924
|
-
};
|
|
5925
|
-
'& .SCGroupFeedTemplate-tabs': {
|
|
5926
|
-
'& .MuiTabs-flexContainer': {
|
|
5927
|
-
borderBottom: string;
|
|
5928
|
-
};
|
|
5929
|
-
'& .MuiTabs-indicator': {
|
|
5930
|
-
display: string;
|
|
5931
|
-
justifyContent: string;
|
|
5932
|
-
backgroundColor: string;
|
|
5933
|
-
};
|
|
5934
|
-
'& .MuiTabs-indicatorSpan': {
|
|
5935
|
-
maxWidth: string;
|
|
5936
|
-
width: string;
|
|
5937
|
-
backgroundColor: any;
|
|
5938
|
-
};
|
|
5939
|
-
};
|
|
5940
|
-
};
|
|
5941
|
-
tabRoot: ({ theme }: any) => {
|
|
5942
|
-
textTransform: string;
|
|
5943
|
-
fontWeight: any;
|
|
5944
5973
|
};
|
|
5945
5974
|
skeletonRoot: ({ theme }: any) => {
|
|
5946
5975
|
[x: number]: {
|
|
@@ -5952,7 +5981,11 @@ declare const theme: {
|
|
|
5952
5981
|
};
|
|
5953
5982
|
SCGroupMembersWidget: {
|
|
5954
5983
|
styleOverrides: {
|
|
5955
|
-
root: ({ theme }: any) => {
|
|
5984
|
+
root: ({ theme }: any) => {
|
|
5985
|
+
'& .SCGroupMembersWidget-actions': {
|
|
5986
|
+
margin: any;
|
|
5987
|
+
};
|
|
5988
|
+
};
|
|
5956
5989
|
skeletonRoot: ({ theme }: any) => {};
|
|
5957
5990
|
dialogRoot: ({ theme }: any) => {};
|
|
5958
5991
|
};
|
|
@@ -5964,6 +5997,81 @@ declare const theme: {
|
|
|
5964
5997
|
dialogRoot: ({ theme }: any) => {};
|
|
5965
5998
|
};
|
|
5966
5999
|
};
|
|
6000
|
+
SCGroups: {
|
|
6001
|
+
styleOverrides: {
|
|
6002
|
+
root: ({ theme }: any) => {
|
|
6003
|
+
'& .SCGroups-groups': {
|
|
6004
|
+
marginTop: any;
|
|
6005
|
+
'& .SCGroups-item': {
|
|
6006
|
+
padding: any;
|
|
6007
|
+
width: string;
|
|
6008
|
+
'& > div': {
|
|
6009
|
+
cursor: string;
|
|
6010
|
+
padding: any;
|
|
6011
|
+
};
|
|
6012
|
+
};
|
|
6013
|
+
};
|
|
6014
|
+
'& .SCGroups-no-results': {
|
|
6015
|
+
display: string;
|
|
6016
|
+
flexDirection: string;
|
|
6017
|
+
justifyContent: string;
|
|
6018
|
+
alignItems: string;
|
|
6019
|
+
'& h4': {
|
|
6020
|
+
fontWeight: any;
|
|
6021
|
+
fontSize: any;
|
|
6022
|
+
};
|
|
6023
|
+
'& .MuiTypography-body1': {
|
|
6024
|
+
fontWeight: any;
|
|
6025
|
+
fontSize: any;
|
|
6026
|
+
};
|
|
6027
|
+
};
|
|
6028
|
+
};
|
|
6029
|
+
skeletonRoot: ({ theme }: any) => {
|
|
6030
|
+
'& .SCGroups-groups': {
|
|
6031
|
+
marginTop: any;
|
|
6032
|
+
'& .SCGroup-skeleton-root': {
|
|
6033
|
+
padding: any;
|
|
6034
|
+
width: string;
|
|
6035
|
+
};
|
|
6036
|
+
};
|
|
6037
|
+
};
|
|
6038
|
+
};
|
|
6039
|
+
};
|
|
6040
|
+
SCEditGroupButton: {
|
|
6041
|
+
styleOverrides: {
|
|
6042
|
+
root: ({ theme }: any) => {
|
|
6043
|
+
'& .MuiButton-startIcon': {
|
|
6044
|
+
marginRight: any;
|
|
6045
|
+
'& .MuiIcon-root': {
|
|
6046
|
+
fontSize: string;
|
|
6047
|
+
};
|
|
6048
|
+
};
|
|
6049
|
+
};
|
|
6050
|
+
};
|
|
6051
|
+
};
|
|
6052
|
+
SCGroupAutocomplete: {
|
|
6053
|
+
styleOverrides: {
|
|
6054
|
+
root: ({ theme }: any) => {};
|
|
6055
|
+
};
|
|
6056
|
+
};
|
|
6057
|
+
SCGroupSettingsIconButton: {
|
|
6058
|
+
styleOverrides: {
|
|
6059
|
+
root: ({ theme }: any) => {};
|
|
6060
|
+
menuRoot: ({ theme }: any) => {
|
|
6061
|
+
'& .SCGroupSettingsIconButton-paper': {
|
|
6062
|
+
maxWidth: number;
|
|
6063
|
+
padding: any;
|
|
6064
|
+
};
|
|
6065
|
+
};
|
|
6066
|
+
drawerRoot: ({ theme }: any) => {
|
|
6067
|
+
'& .MuiList-root': {
|
|
6068
|
+
'& a': {
|
|
6069
|
+
color: string;
|
|
6070
|
+
};
|
|
6071
|
+
};
|
|
6072
|
+
};
|
|
6073
|
+
};
|
|
6074
|
+
};
|
|
5967
6075
|
};
|
|
5968
6076
|
selfcommunity: {
|
|
5969
6077
|
user: {
|
package/lib/cjs/index.js
CHANGED
|
@@ -124,7 +124,7 @@ const SCChangeGroupCoverButton_1 = tslib_1.__importDefault(require("./components
|
|
|
124
124
|
const SCChangeGroupPictureButton_1 = tslib_1.__importDefault(require("./components/SCChangeGroupPictureButton"));
|
|
125
125
|
const SCGroupMembersButton_1 = tslib_1.__importDefault(require("./components/SCGroupMembersButton"));
|
|
126
126
|
const SCCreateGroupButton_1 = tslib_1.__importDefault(require("./components/SCCreateGroupButton"));
|
|
127
|
-
const
|
|
127
|
+
const SCGroupForm_1 = tslib_1.__importDefault(require("./components/SCGroupForm"));
|
|
128
128
|
const SCGroupInviteButton_1 = tslib_1.__importDefault(require("./components/SCGroupInviteButton"));
|
|
129
129
|
const SCGroupInfoWidget_1 = tslib_1.__importDefault(require("./components/SCGroupInfoWidget"));
|
|
130
130
|
const SCGroup_1 = tslib_1.__importDefault(require("./components/SCGroup"));
|
|
@@ -132,6 +132,10 @@ const SCGroupTemplate_1 = tslib_1.__importDefault(require("./components/SCGroupT
|
|
|
132
132
|
const SCGroupFeedTemplate_1 = tslib_1.__importDefault(require("./components/SCGroupFeedTemplate"));
|
|
133
133
|
const SCGroupMembersWidget_1 = tslib_1.__importDefault(require("./components/SCGroupMembersWidget"));
|
|
134
134
|
const SCGroupRequestsWidget_1 = tslib_1.__importDefault(require("./components/SCGroupRequestsWidget"));
|
|
135
|
+
const SCGroups_1 = tslib_1.__importDefault(require("./components/SCGroups"));
|
|
136
|
+
const SCEditGroupButton_1 = tslib_1.__importDefault(require("./components/SCEditGroupButton"));
|
|
137
|
+
const SCGroupAutocomplete_1 = tslib_1.__importDefault(require("./components/SCGroupAutocomplete"));
|
|
138
|
+
const SCGroupSettingsIconButton_1 = tslib_1.__importDefault(require("./components/SCGroupSettingsIconButton"));
|
|
135
139
|
/**
|
|
136
140
|
* Style fragments - Imports - End
|
|
137
141
|
*/
|
|
@@ -317,14 +321,18 @@ const theme = {
|
|
|
317
321
|
SCChangeGroupPictureButton: SCChangeGroupPictureButton_1.default,
|
|
318
322
|
SCGroupMembersButton: SCGroupMembersButton_1.default,
|
|
319
323
|
SCCreateGroupButton: SCCreateGroupButton_1.default,
|
|
320
|
-
|
|
324
|
+
SCGroupForm: SCGroupForm_1.default,
|
|
321
325
|
SCGroupInviteButton: SCGroupInviteButton_1.default,
|
|
322
326
|
SCGroupInfoWidget: SCGroupInfoWidget_1.default,
|
|
323
327
|
SCGroup: SCGroup_1.default,
|
|
324
328
|
SCGroupTemplate: SCGroupTemplate_1.default,
|
|
325
329
|
SCGroupFeedTemplate: SCGroupFeedTemplate_1.default,
|
|
326
330
|
SCGroupMembersWidget: SCGroupMembersWidget_1.default,
|
|
327
|
-
SCGroupRequestsWidget: SCGroupRequestsWidget_1.default
|
|
331
|
+
SCGroupRequestsWidget: SCGroupRequestsWidget_1.default,
|
|
332
|
+
SCGroups: SCGroups_1.default,
|
|
333
|
+
SCEditGroupButton: SCEditGroupButton_1.default,
|
|
334
|
+
SCGroupAutocomplete: SCGroupAutocomplete_1.default,
|
|
335
|
+
SCGroupSettingsIconButton: SCGroupSettingsIconButton_1.default
|
|
328
336
|
},
|
|
329
337
|
selfcommunity: {
|
|
330
338
|
user: {
|
|
@@ -347,7 +355,7 @@ const theme = {
|
|
|
347
355
|
sizeSmall: 40,
|
|
348
356
|
sizeMedium: 60,
|
|
349
357
|
sizeLarge: 90,
|
|
350
|
-
sizeXLarge:
|
|
358
|
+
sizeXLarge: 205
|
|
351
359
|
}
|
|
352
360
|
}
|
|
353
361
|
}
|
|
@@ -11,10 +11,10 @@ const Component = {
|
|
|
11
11
|
flexDirection: 'column',
|
|
12
12
|
justifyContent: 'center',
|
|
13
13
|
alignItems: 'center',
|
|
14
|
-
minHeight:
|
|
14
|
+
minHeight: 250,
|
|
15
15
|
color: '#FFF',
|
|
16
16
|
background: 'linear-gradient(180deg, rgba(177,177,177,1) 0%, rgba(255,255,255,1) 90%)',
|
|
17
|
-
height:
|
|
17
|
+
height: 250,
|
|
18
18
|
borderRadius: 0
|
|
19
19
|
},
|
|
20
20
|
'& .SCCategoryHeader-info': {
|
|
@@ -53,7 +53,7 @@ const Component = {
|
|
|
53
53
|
left: theme.spacing(0.2),
|
|
54
54
|
marginBottom: 0,
|
|
55
55
|
backgroundColor: theme.palette.background.paper
|
|
56
|
-
}
|
|
56
|
+
}
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
},
|
|
@@ -81,7 +81,7 @@ const Component = {
|
|
|
81
81
|
'& .SCComposer-general-error': {
|
|
82
82
|
marginBottom: theme.spacing(2),
|
|
83
83
|
color: theme.palette.error.main
|
|
84
|
-
}
|
|
84
|
+
}
|
|
85
85
|
},
|
|
86
86
|
[theme.breakpoints.up('md')]: {
|
|
87
87
|
'& .MuiDialog-paper': {
|
|
@@ -96,7 +96,7 @@ const Component = {
|
|
|
96
96
|
'& .MuiDialogActions-root': {
|
|
97
97
|
justifyContent: 'center'
|
|
98
98
|
}
|
|
99
|
-
}
|
|
99
|
+
}
|
|
100
100
|
}
|
|
101
101
|
}),
|
|
102
102
|
attributesRoot: ({ theme }) => ({}),
|
|
@@ -171,6 +171,7 @@ const Component = {
|
|
|
171
171
|
}
|
|
172
172
|
}),
|
|
173
173
|
layerCategoryRoot: ({ theme }) => ({}),
|
|
174
|
+
layerGroupRoot: ({ theme }) => ({}),
|
|
174
175
|
layerCloseRoot: ({ theme }) => ({
|
|
175
176
|
'& .SCComposer-layer-content': {
|
|
176
177
|
'& .MuiTypography-root': {
|
|
@@ -210,7 +211,7 @@ const Component = {
|
|
|
210
211
|
paddingRight: theme.spacing(4)
|
|
211
212
|
}
|
|
212
213
|
}
|
|
213
|
-
})
|
|
214
|
+
})
|
|
214
215
|
}
|
|
215
216
|
};
|
|
216
217
|
export default Component;
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
const Component = {
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }) => ({
|
|
4
|
-
'& .
|
|
5
|
-
|
|
4
|
+
'& .MuiButton-startIcon': {
|
|
5
|
+
marginRight: theme.spacing(0.5),
|
|
6
|
+
'& .MuiIcon-root': {
|
|
7
|
+
fontSize: '0.75rem !important'
|
|
8
|
+
}
|
|
6
9
|
}
|
|
7
10
|
})
|
|
8
11
|
}
|
|
@@ -59,6 +59,30 @@ declare const Component: {
|
|
|
59
59
|
fontWeight: any;
|
|
60
60
|
};
|
|
61
61
|
};
|
|
62
|
+
'& .SCFeedObject-group': {
|
|
63
|
+
[x: number]: {
|
|
64
|
+
right: string;
|
|
65
|
+
};
|
|
66
|
+
position: string;
|
|
67
|
+
right: string;
|
|
68
|
+
transform: string;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
'& .SCFeedObject-group': {
|
|
72
|
+
justifyContent: string;
|
|
73
|
+
padding: any;
|
|
74
|
+
'& a': {
|
|
75
|
+
padding: any;
|
|
76
|
+
marginBottom: any;
|
|
77
|
+
color: any;
|
|
78
|
+
'&:hover': {
|
|
79
|
+
backgroundColor: any;
|
|
80
|
+
};
|
|
81
|
+
'& span': {
|
|
82
|
+
color: any;
|
|
83
|
+
textTransform: string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
62
86
|
};
|
|
63
87
|
'& .SCFeedObject-content': {
|
|
64
88
|
padding: any;
|
|
@@ -120,6 +144,19 @@ declare const Component: {
|
|
|
120
144
|
'& .SCFeedObject-category': {
|
|
121
145
|
borderBottom: string;
|
|
122
146
|
margin: any;
|
|
147
|
+
'& .SCFeedObject-group': {
|
|
148
|
+
borderBottom: string;
|
|
149
|
+
margin: any;
|
|
150
|
+
'& .MuiChip-icon': {
|
|
151
|
+
marginLeft: any;
|
|
152
|
+
marginRight: any;
|
|
153
|
+
fontWeight: any;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
'& .SCFeedObject-group': {
|
|
158
|
+
borderBottom: string;
|
|
159
|
+
margin: any;
|
|
123
160
|
};
|
|
124
161
|
'& .SCFeedObject-header': {
|
|
125
162
|
'& .MuiCardHeader-avatar': {
|
|
@@ -59,6 +59,30 @@ const Component = {
|
|
|
59
59
|
textTransform: 'initial',
|
|
60
60
|
fontWeight: theme.typography.fontWeightBold
|
|
61
61
|
}
|
|
62
|
+
},
|
|
63
|
+
'& .SCFeedObject-group': {
|
|
64
|
+
position: 'relative',
|
|
65
|
+
right: '10%',
|
|
66
|
+
[theme.breakpoints.up('sm')]: {
|
|
67
|
+
right: '30%'
|
|
68
|
+
},
|
|
69
|
+
transform: 'translateX(-50%)'
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
'& .SCFeedObject-group': {
|
|
73
|
+
justifyContent: 'flex-start',
|
|
74
|
+
padding: theme.spacing(0.5),
|
|
75
|
+
'& a': {
|
|
76
|
+
padding: theme.spacing(0.5),
|
|
77
|
+
marginBottom: theme.spacing(0.5),
|
|
78
|
+
color: theme.palette.common.white,
|
|
79
|
+
'&:hover': {
|
|
80
|
+
backgroundColor: theme.palette.common.black
|
|
81
|
+
},
|
|
82
|
+
'& span': {
|
|
83
|
+
color: theme.palette.common.white,
|
|
84
|
+
textTransform: 'initial'
|
|
85
|
+
}
|
|
62
86
|
}
|
|
63
87
|
},
|
|
64
88
|
'& .SCFeedObject-content': {
|
|
@@ -120,7 +144,20 @@ const Component = {
|
|
|
120
144
|
},
|
|
121
145
|
'& .SCFeedObject-category': {
|
|
122
146
|
borderBottom: '1px solid rgba(221, 221, 221, 1)',
|
|
123
|
-
margin: theme.spacing(0, 2)
|
|
147
|
+
margin: theme.spacing(0, 2),
|
|
148
|
+
'& .SCFeedObject-group': {
|
|
149
|
+
borderBottom: 'none',
|
|
150
|
+
margin: theme.spacing(0),
|
|
151
|
+
'& .MuiChip-icon': {
|
|
152
|
+
marginLeft: theme.spacing(1),
|
|
153
|
+
marginRight: theme.spacing(-1),
|
|
154
|
+
fontWeight: theme.typography.fontWeightRegular
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
'& .SCFeedObject-group': {
|
|
159
|
+
borderBottom: '1px solid rgba(221, 221, 221, 1)',
|
|
160
|
+
margin: theme.spacing(1, 2, 0, 2)
|
|
124
161
|
},
|
|
125
162
|
'& .SCFeedObject-header': {
|
|
126
163
|
'& .MuiCardHeader-avatar': {
|