@selfcommunity/react-theme-default 0.1.9-alpha.3 → 0.1.9-alpha.30
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 -29
- package/lib/cjs/components/SCGroupFeedTemplate.js +1 -30
- 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 +2 -2
- package/lib/cjs/components/SCGroupMembersWidget.js +2 -2
- package/lib/cjs/components/SCGroupSettingsIconButton.d.ts +19 -0
- package/lib/cjs/components/SCGroupSettingsIconButton.js +21 -0
- package/lib/cjs/components/SCGroupTemplate.d.ts +3 -0
- package/lib/cjs/components/SCGroupTemplate.js +3 -0
- package/lib/cjs/components/SCGroups.d.ts +36 -2
- package/lib/cjs/components/SCGroups.js +36 -2
- package/lib/cjs/components/SCNavigationToolbar.d.ts +1 -1
- package/lib/cjs/components/SCNavigationToolbar.js +1 -1
- package/lib/cjs/components/SCNavigationToolbarMobile.js +1 -1
- 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 +161 -64
- package/lib/cjs/index.js +10 -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 -29
- package/lib/esm/components/SCGroupFeedTemplate.js +1 -30
- 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 +2 -2
- package/lib/esm/components/SCGroupMembersWidget.js +2 -2
- package/lib/esm/components/SCGroupSettingsIconButton.d.ts +19 -0
- package/lib/esm/components/SCGroupSettingsIconButton.js +19 -0
- package/lib/esm/components/SCGroupTemplate.d.ts +3 -0
- package/lib/esm/components/SCGroupTemplate.js +3 -0
- package/lib/esm/components/SCGroups.d.ts +36 -2
- package/lib/esm/components/SCGroups.js +36 -2
- package/lib/esm/components/SCNavigationToolbar.d.ts +1 -1
- package/lib/esm/components/SCNavigationToolbar.js +1 -1
- package/lib/esm/components/SCNavigationToolbarMobile.js +1 -1
- 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 +161 -64
- package/lib/esm/index.js +10 -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,7 +3285,7 @@ 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': {
|
|
@@ -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;
|
|
@@ -5553,6 +5602,7 @@ declare const theme: {
|
|
|
5553
5602
|
boxShadow: string;
|
|
5554
5603
|
};
|
|
5555
5604
|
'& .SCGroupHeader-info': {
|
|
5605
|
+
marginTop: number;
|
|
5556
5606
|
display: string;
|
|
5557
5607
|
flexDirection: string;
|
|
5558
5608
|
justifyContent: string;
|
|
@@ -5579,6 +5629,13 @@ declare const theme: {
|
|
|
5579
5629
|
gap: any;
|
|
5580
5630
|
};
|
|
5581
5631
|
};
|
|
5632
|
+
'& .SCEditGroupButton-root': {
|
|
5633
|
+
marginLeft: string;
|
|
5634
|
+
marginTop: any;
|
|
5635
|
+
};
|
|
5636
|
+
'& .SCGroupSubscribeButton-root': {
|
|
5637
|
+
marginTop: any;
|
|
5638
|
+
};
|
|
5582
5639
|
};
|
|
5583
5640
|
'& .SCGroupHeader-avatar': {
|
|
5584
5641
|
top: number;
|
|
@@ -5602,7 +5659,6 @@ declare const theme: {
|
|
|
5602
5659
|
display: string;
|
|
5603
5660
|
};
|
|
5604
5661
|
'& .SCGroupHeader-name': {
|
|
5605
|
-
marginTop: number;
|
|
5606
5662
|
marginBottom: any;
|
|
5607
5663
|
fontWeight: any;
|
|
5608
5664
|
fontSize: string;
|
|
@@ -5632,23 +5688,12 @@ declare const theme: {
|
|
|
5632
5688
|
border: string;
|
|
5633
5689
|
};
|
|
5634
5690
|
};
|
|
5635
|
-
'& .SCGroupHeader-
|
|
5691
|
+
'& .SCGroupHeader-info': {
|
|
5636
5692
|
display: string;
|
|
5637
5693
|
justifyContent: string;
|
|
5638
|
-
|
|
5639
|
-
|
|
5640
|
-
|
|
5641
|
-
"& .MuiSkeleton-root": {
|
|
5642
|
-
justifyContent: string;
|
|
5643
|
-
};
|
|
5644
|
-
};
|
|
5645
|
-
'& .SCGroupHeader-actions': {
|
|
5646
|
-
[x: number]: {
|
|
5647
|
-
margin: any;
|
|
5648
|
-
};
|
|
5649
|
-
height: string;
|
|
5650
|
-
marginTop: any;
|
|
5651
|
-
};
|
|
5694
|
+
flexDirection: string;
|
|
5695
|
+
alignItems: string;
|
|
5696
|
+
marginTop: number;
|
|
5652
5697
|
};
|
|
5653
5698
|
};
|
|
5654
5699
|
};
|
|
@@ -5693,20 +5738,23 @@ declare const theme: {
|
|
|
5693
5738
|
SCCreateGroupButton: {
|
|
5694
5739
|
styleOverrides: {
|
|
5695
5740
|
root: ({ theme }: any) => {
|
|
5696
|
-
'& .
|
|
5697
|
-
|
|
5741
|
+
'& .MuiButton-startIcon': {
|
|
5742
|
+
marginRight: any;
|
|
5743
|
+
'& .MuiIcon-root': {
|
|
5744
|
+
fontSize: string;
|
|
5745
|
+
};
|
|
5698
5746
|
};
|
|
5699
5747
|
};
|
|
5700
5748
|
};
|
|
5701
5749
|
};
|
|
5702
|
-
|
|
5750
|
+
SCGroupForm: {
|
|
5703
5751
|
styleOverrides: {
|
|
5704
5752
|
root: ({ theme }: any) => {
|
|
5705
|
-
'& .
|
|
5753
|
+
'& .SCGroupForm-cover': {
|
|
5706
5754
|
position: string;
|
|
5707
5755
|
height: number;
|
|
5708
5756
|
minHeight: number;
|
|
5709
|
-
'& .
|
|
5757
|
+
'& .SCGroupForm-avatar': {
|
|
5710
5758
|
top: number;
|
|
5711
5759
|
display: string;
|
|
5712
5760
|
position: string;
|
|
@@ -5737,11 +5785,14 @@ declare const theme: {
|
|
|
5737
5785
|
bottom: any;
|
|
5738
5786
|
};
|
|
5739
5787
|
};
|
|
5740
|
-
'& .
|
|
5788
|
+
'& .SCGroupForm-header': {
|
|
5741
5789
|
marginTop: any;
|
|
5742
5790
|
color: any;
|
|
5743
5791
|
};
|
|
5744
|
-
'& .
|
|
5792
|
+
'& .SCGroupForm-error': {
|
|
5793
|
+
color: any;
|
|
5794
|
+
};
|
|
5795
|
+
'& .SCGroupForm-switch': {
|
|
5745
5796
|
'& .MuiButtonBase-root': {
|
|
5746
5797
|
'&.Mui-checked': {
|
|
5747
5798
|
color: any;
|
|
@@ -5751,30 +5802,30 @@ declare const theme: {
|
|
|
5751
5802
|
};
|
|
5752
5803
|
};
|
|
5753
5804
|
};
|
|
5754
|
-
'& .
|
|
5805
|
+
'& .SCGroupForm-switch-label': {
|
|
5755
5806
|
fontWeight: any;
|
|
5756
5807
|
display: string;
|
|
5757
5808
|
alignItems: string;
|
|
5758
5809
|
justifyContent: string;
|
|
5759
5810
|
gap: any;
|
|
5760
5811
|
};
|
|
5761
|
-
'& .
|
|
5812
|
+
'& .SCGroupForm-active': {
|
|
5762
5813
|
color: any;
|
|
5763
5814
|
};
|
|
5764
|
-
'& .
|
|
5815
|
+
'& .SCGroupForm-privacy-section': {
|
|
5765
5816
|
marginTop: any;
|
|
5766
|
-
'& .
|
|
5817
|
+
'& .SCGroupForm-privacy-section-info': {
|
|
5767
5818
|
marginBottom: any;
|
|
5768
5819
|
};
|
|
5769
5820
|
};
|
|
5770
|
-
'& .
|
|
5821
|
+
'& .SCGroupForm-visibility-section-info': {
|
|
5771
5822
|
marginTop: any;
|
|
5772
5823
|
};
|
|
5773
5824
|
'& .MuiDivider-root': {
|
|
5774
5825
|
marginTop: any;
|
|
5775
5826
|
border: string;
|
|
5776
5827
|
};
|
|
5777
|
-
'& .
|
|
5828
|
+
'& .SCGroupForm-invite-section': {
|
|
5778
5829
|
marginTop: any;
|
|
5779
5830
|
display: string;
|
|
5780
5831
|
justifyContent: string;
|
|
@@ -5786,8 +5837,11 @@ declare const theme: {
|
|
|
5786
5837
|
SCGroupInviteButton: {
|
|
5787
5838
|
styleOverrides: {
|
|
5788
5839
|
root: ({ theme }: any) => {
|
|
5789
|
-
'& .
|
|
5790
|
-
|
|
5840
|
+
'& .MuiButton-startIcon': {
|
|
5841
|
+
marginRight: any;
|
|
5842
|
+
'& .MuiIcon-root': {
|
|
5843
|
+
fontSize: string;
|
|
5844
|
+
};
|
|
5791
5845
|
};
|
|
5792
5846
|
};
|
|
5793
5847
|
dialogRoot: ({ theme }: any) => {
|
|
@@ -5903,6 +5957,9 @@ declare const theme: {
|
|
|
5903
5957
|
'& .SCCategoryTemplate-feed': {
|
|
5904
5958
|
marginTop: any;
|
|
5905
5959
|
};
|
|
5960
|
+
'& .SCGroupInfoWidget-root': {
|
|
5961
|
+
marginTop: any;
|
|
5962
|
+
};
|
|
5906
5963
|
};
|
|
5907
5964
|
skeletonRoot: ({ theme }: any) => {
|
|
5908
5965
|
[x: number]: {
|
|
@@ -5916,35 +5973,6 @@ declare const theme: {
|
|
|
5916
5973
|
styleOverrides: {
|
|
5917
5974
|
root: ({ theme }: any) => {
|
|
5918
5975
|
marginTop: number;
|
|
5919
|
-
'& .SCGroupFeedTemplate-feed': {
|
|
5920
|
-
marginTop: any;
|
|
5921
|
-
};
|
|
5922
|
-
'& .SCGroupFeedTemplate-tabs': {
|
|
5923
|
-
'& .MuiTabs-flexContainer': {
|
|
5924
|
-
borderBottom: string;
|
|
5925
|
-
};
|
|
5926
|
-
'& .MuiTabs-indicator': {
|
|
5927
|
-
display: string;
|
|
5928
|
-
justifyContent: string;
|
|
5929
|
-
backgroundColor: string;
|
|
5930
|
-
};
|
|
5931
|
-
'& .MuiTabs-indicatorSpan': {
|
|
5932
|
-
maxWidth: string;
|
|
5933
|
-
width: string;
|
|
5934
|
-
backgroundColor: any;
|
|
5935
|
-
};
|
|
5936
|
-
};
|
|
5937
|
-
'& .SCGroupFeedTemplate-tab-content': {
|
|
5938
|
-
'& .SCGroupFeedTemplate-members': {
|
|
5939
|
-
display: string;
|
|
5940
|
-
flexDirection: string;
|
|
5941
|
-
gap: any;
|
|
5942
|
-
};
|
|
5943
|
-
};
|
|
5944
|
-
};
|
|
5945
|
-
tabRoot: ({ theme }: any) => {
|
|
5946
|
-
textTransform: string;
|
|
5947
|
-
fontWeight: any;
|
|
5948
5976
|
};
|
|
5949
5977
|
skeletonRoot: ({ theme }: any) => {
|
|
5950
5978
|
[x: number]: {
|
|
@@ -5957,8 +5985,8 @@ declare const theme: {
|
|
|
5957
5985
|
SCGroupMembersWidget: {
|
|
5958
5986
|
styleOverrides: {
|
|
5959
5987
|
root: ({ theme }: any) => {
|
|
5960
|
-
'& .SCGroupMembersWidget-
|
|
5961
|
-
|
|
5988
|
+
'& .SCGroupMembersWidget-actions': {
|
|
5989
|
+
margin: any;
|
|
5962
5990
|
};
|
|
5963
5991
|
};
|
|
5964
5992
|
skeletonRoot: ({ theme }: any) => {};
|
|
@@ -5973,9 +6001,78 @@ declare const theme: {
|
|
|
5973
6001
|
};
|
|
5974
6002
|
};
|
|
5975
6003
|
SCGroups: {
|
|
6004
|
+
styleOverrides: {
|
|
6005
|
+
root: ({ theme }: any) => {
|
|
6006
|
+
'& .SCGroups-groups': {
|
|
6007
|
+
marginTop: any;
|
|
6008
|
+
'& .SCGroups-item': {
|
|
6009
|
+
padding: any;
|
|
6010
|
+
width: string;
|
|
6011
|
+
'& > div': {
|
|
6012
|
+
cursor: string;
|
|
6013
|
+
padding: any;
|
|
6014
|
+
};
|
|
6015
|
+
};
|
|
6016
|
+
};
|
|
6017
|
+
'& .SCGroups-no-results': {
|
|
6018
|
+
display: string;
|
|
6019
|
+
flexDirection: string;
|
|
6020
|
+
justifyContent: string;
|
|
6021
|
+
alignItems: string;
|
|
6022
|
+
'& h4': {
|
|
6023
|
+
fontWeight: any;
|
|
6024
|
+
fontSize: any;
|
|
6025
|
+
};
|
|
6026
|
+
'& .MuiTypography-body1': {
|
|
6027
|
+
fontWeight: any;
|
|
6028
|
+
fontSize: any;
|
|
6029
|
+
};
|
|
6030
|
+
};
|
|
6031
|
+
};
|
|
6032
|
+
skeletonRoot: ({ theme }: any) => {
|
|
6033
|
+
'& .SCGroups-groups': {
|
|
6034
|
+
marginTop: any;
|
|
6035
|
+
'& .SCGroup-skeleton-root': {
|
|
6036
|
+
padding: any;
|
|
6037
|
+
width: string;
|
|
6038
|
+
};
|
|
6039
|
+
};
|
|
6040
|
+
};
|
|
6041
|
+
};
|
|
6042
|
+
};
|
|
6043
|
+
SCEditGroupButton: {
|
|
6044
|
+
styleOverrides: {
|
|
6045
|
+
root: ({ theme }: any) => {
|
|
6046
|
+
'& .MuiButton-startIcon': {
|
|
6047
|
+
marginRight: any;
|
|
6048
|
+
'& .MuiIcon-root': {
|
|
6049
|
+
fontSize: string;
|
|
6050
|
+
};
|
|
6051
|
+
};
|
|
6052
|
+
};
|
|
6053
|
+
};
|
|
6054
|
+
};
|
|
6055
|
+
SCGroupAutocomplete: {
|
|
5976
6056
|
styleOverrides: {
|
|
5977
6057
|
root: ({ theme }: any) => {};
|
|
5978
|
-
|
|
6058
|
+
};
|
|
6059
|
+
};
|
|
6060
|
+
SCGroupSettingsIconButton: {
|
|
6061
|
+
styleOverrides: {
|
|
6062
|
+
root: ({ theme }: any) => {};
|
|
6063
|
+
menuRoot: ({ theme }: any) => {
|
|
6064
|
+
'& .SCGroupSettingsIconButton-paper': {
|
|
6065
|
+
maxWidth: number;
|
|
6066
|
+
padding: any;
|
|
6067
|
+
};
|
|
6068
|
+
};
|
|
6069
|
+
drawerRoot: ({ theme }: any) => {
|
|
6070
|
+
'& .MuiList-root': {
|
|
6071
|
+
'& a': {
|
|
6072
|
+
color: string;
|
|
6073
|
+
};
|
|
6074
|
+
};
|
|
6075
|
+
};
|
|
5979
6076
|
};
|
|
5980
6077
|
};
|
|
5981
6078
|
};
|
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"));
|
|
@@ -133,6 +133,9 @@ const SCGroupFeedTemplate_1 = tslib_1.__importDefault(require("./components/SCGr
|
|
|
133
133
|
const SCGroupMembersWidget_1 = tslib_1.__importDefault(require("./components/SCGroupMembersWidget"));
|
|
134
134
|
const SCGroupRequestsWidget_1 = tslib_1.__importDefault(require("./components/SCGroupRequestsWidget"));
|
|
135
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"));
|
|
136
139
|
/**
|
|
137
140
|
* Style fragments - Imports - End
|
|
138
141
|
*/
|
|
@@ -318,7 +321,7 @@ const theme = {
|
|
|
318
321
|
SCChangeGroupPictureButton: SCChangeGroupPictureButton_1.default,
|
|
319
322
|
SCGroupMembersButton: SCGroupMembersButton_1.default,
|
|
320
323
|
SCCreateGroupButton: SCCreateGroupButton_1.default,
|
|
321
|
-
|
|
324
|
+
SCGroupForm: SCGroupForm_1.default,
|
|
322
325
|
SCGroupInviteButton: SCGroupInviteButton_1.default,
|
|
323
326
|
SCGroupInfoWidget: SCGroupInfoWidget_1.default,
|
|
324
327
|
SCGroup: SCGroup_1.default,
|
|
@@ -326,7 +329,10 @@ const theme = {
|
|
|
326
329
|
SCGroupFeedTemplate: SCGroupFeedTemplate_1.default,
|
|
327
330
|
SCGroupMembersWidget: SCGroupMembersWidget_1.default,
|
|
328
331
|
SCGroupRequestsWidget: SCGroupRequestsWidget_1.default,
|
|
329
|
-
SCGroups: SCGroups_1.default
|
|
332
|
+
SCGroups: SCGroups_1.default,
|
|
333
|
+
SCEditGroupButton: SCEditGroupButton_1.default,
|
|
334
|
+
SCGroupAutocomplete: SCGroupAutocomplete_1.default,
|
|
335
|
+
SCGroupSettingsIconButton: SCGroupSettingsIconButton_1.default
|
|
330
336
|
},
|
|
331
337
|
selfcommunity: {
|
|
332
338
|
user: {
|
|
@@ -349,7 +355,7 @@ const theme = {
|
|
|
349
355
|
sizeSmall: 40,
|
|
350
356
|
sizeMedium: 60,
|
|
351
357
|
sizeLarge: 90,
|
|
352
|
-
sizeXLarge:
|
|
358
|
+
sizeXLarge: 205
|
|
353
359
|
}
|
|
354
360
|
}
|
|
355
361
|
}
|
|
@@ -11,10 +11,10 @@ const Component = {
|
|
|
11
11
|
flexDirection: 'column',
|
|
12
12
|
justifyContent: 'center',
|
|
13
13
|
alignItems: 'center',
|
|
14
|
-
minHeight:
|
|
14
|
+
minHeight: 230,
|
|
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: 230,
|
|
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': {
|