@selfcommunity/react-theme-default 0.1.9-alpha.0 → 0.1.9-alpha.10

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 (103) hide show
  1. package/lib/cjs/components/SCChangeGroupCoverButton.d.ts +9 -0
  2. package/lib/cjs/components/SCChangeGroupCoverButton.js +11 -0
  3. package/lib/cjs/components/SCChangeGroupPictureButton.d.ts +9 -0
  4. package/lib/cjs/components/SCChangeGroupPictureButton.js +11 -0
  5. package/lib/cjs/components/SCComposer.d.ts +1 -0
  6. package/lib/cjs/components/SCComposer.js +5 -4
  7. package/lib/cjs/components/SCCreateGroupButton.d.ts +13 -0
  8. package/lib/cjs/components/SCCreateGroupButton.js +15 -0
  9. package/lib/cjs/components/SCEditGroupButton.d.ts +13 -0
  10. package/lib/cjs/components/SCEditGroupButton.js +15 -0
  11. package/lib/cjs/components/SCGroup.d.ts +36 -0
  12. package/lib/cjs/components/SCGroup.js +38 -0
  13. package/lib/cjs/components/SCGroupAutocomplete.d.ts +6 -0
  14. package/lib/cjs/components/SCGroupAutocomplete.js +8 -0
  15. package/lib/cjs/components/SCGroupFeedTemplate.d.ts +14 -0
  16. package/lib/cjs/components/SCGroupFeedTemplate.js +16 -0
  17. package/lib/cjs/components/SCGroupForm.d.ts +88 -0
  18. package/lib/cjs/components/SCGroupForm.js +91 -0
  19. package/lib/cjs/components/SCGroupHeader.d.ts +116 -0
  20. package/lib/cjs/components/SCGroupHeader.js +117 -0
  21. package/lib/cjs/components/SCGroupInfoWidget.d.ts +32 -0
  22. package/lib/cjs/components/SCGroupInfoWidget.js +34 -0
  23. package/lib/cjs/components/SCGroupInviteButton.d.ts +51 -0
  24. package/lib/cjs/components/SCGroupInviteButton.js +54 -0
  25. package/lib/cjs/components/SCGroupMembersButton.d.ts +22 -0
  26. package/lib/cjs/components/SCGroupMembersButton.js +24 -0
  27. package/lib/cjs/components/SCGroupMembersWidget.d.ts +12 -0
  28. package/lib/cjs/components/SCGroupMembersWidget.js +14 -0
  29. package/lib/cjs/components/SCGroupRequestsWidget.d.ts +8 -0
  30. package/lib/cjs/components/SCGroupRequestsWidget.js +10 -0
  31. package/lib/cjs/components/SCGroupSettingsIconButton.d.ts +19 -0
  32. package/lib/cjs/components/SCGroupSettingsIconButton.js +21 -0
  33. package/lib/cjs/components/SCGroupTemplate.d.ts +17 -0
  34. package/lib/cjs/components/SCGroupTemplate.js +19 -0
  35. package/lib/cjs/components/SCGroups.d.ts +41 -0
  36. package/lib/cjs/components/SCGroups.js +43 -0
  37. package/lib/cjs/components/SCNavigationToolbar.d.ts +2 -2
  38. package/lib/cjs/components/SCNavigationToolbar.js +2 -2
  39. package/lib/cjs/components/SCPrivateMessageEditor.d.ts +0 -3
  40. package/lib/cjs/components/SCPrivateMessageEditor.js +0 -3
  41. package/lib/cjs/fonts/community/icons.eot +0 -0
  42. package/lib/cjs/fonts/community/icons.svg +11 -3
  43. package/lib/cjs/fonts/community/icons.ttf +0 -0
  44. package/lib/cjs/fonts/community/icons.woff +0 -0
  45. package/lib/cjs/fonts/community/icons.woff2 +0 -0
  46. package/lib/cjs/fonts/community-icons.css +19 -7
  47. package/lib/cjs/index.d.ts +501 -5
  48. package/lib/cjs/index.js +45 -2
  49. package/lib/esm/components/SCChangeGroupCoverButton.d.ts +9 -0
  50. package/lib/esm/components/SCChangeGroupCoverButton.js +9 -0
  51. package/lib/esm/components/SCChangeGroupPictureButton.d.ts +9 -0
  52. package/lib/esm/components/SCChangeGroupPictureButton.js +9 -0
  53. package/lib/esm/components/SCComposer.d.ts +1 -0
  54. package/lib/esm/components/SCComposer.js +5 -4
  55. package/lib/esm/components/SCCreateGroupButton.d.ts +13 -0
  56. package/lib/esm/components/SCCreateGroupButton.js +13 -0
  57. package/lib/esm/components/SCEditGroupButton.d.ts +13 -0
  58. package/lib/esm/components/SCEditGroupButton.js +13 -0
  59. package/lib/esm/components/SCGroup.d.ts +36 -0
  60. package/lib/esm/components/SCGroup.js +36 -0
  61. package/lib/esm/components/SCGroupAutocomplete.d.ts +6 -0
  62. package/lib/esm/components/SCGroupAutocomplete.js +6 -0
  63. package/lib/esm/components/SCGroupFeedTemplate.d.ts +14 -0
  64. package/lib/esm/components/SCGroupFeedTemplate.js +14 -0
  65. package/lib/esm/components/SCGroupForm.d.ts +88 -0
  66. package/lib/esm/components/SCGroupForm.js +89 -0
  67. package/lib/esm/components/SCGroupHeader.d.ts +116 -0
  68. package/lib/esm/components/SCGroupHeader.js +115 -0
  69. package/lib/esm/components/SCGroupInfoWidget.d.ts +32 -0
  70. package/lib/esm/components/SCGroupInfoWidget.js +32 -0
  71. package/lib/esm/components/SCGroupInviteButton.d.ts +51 -0
  72. package/lib/esm/components/SCGroupInviteButton.js +52 -0
  73. package/lib/esm/components/SCGroupMembersButton.d.ts +22 -0
  74. package/lib/esm/components/SCGroupMembersButton.js +22 -0
  75. package/lib/esm/components/SCGroupMembersWidget.d.ts +12 -0
  76. package/lib/esm/components/SCGroupMembersWidget.js +12 -0
  77. package/lib/esm/components/SCGroupRequestsWidget.d.ts +8 -0
  78. package/lib/esm/components/SCGroupRequestsWidget.js +8 -0
  79. package/lib/esm/components/SCGroupSettingsIconButton.d.ts +19 -0
  80. package/lib/esm/components/SCGroupSettingsIconButton.js +19 -0
  81. package/lib/esm/components/SCGroupTemplate.d.ts +17 -0
  82. package/lib/esm/components/SCGroupTemplate.js +17 -0
  83. package/lib/esm/components/SCGroups.d.ts +41 -0
  84. package/lib/esm/components/SCGroups.js +41 -0
  85. package/lib/esm/components/SCNavigationToolbar.d.ts +2 -2
  86. package/lib/esm/components/SCNavigationToolbar.js +2 -2
  87. package/lib/esm/components/SCPrivateMessageEditor.d.ts +0 -3
  88. package/lib/esm/components/SCPrivateMessageEditor.js +0 -3
  89. package/lib/esm/fonts/community/icons.eot +0 -0
  90. package/lib/esm/fonts/community/icons.svg +11 -3
  91. package/lib/esm/fonts/community/icons.ttf +0 -0
  92. package/lib/esm/fonts/community/icons.woff +0 -0
  93. package/lib/esm/fonts/community/icons.woff2 +0 -0
  94. package/lib/esm/fonts/community-icons.css +19 -7
  95. package/lib/esm/index.d.ts +501 -5
  96. package/lib/esm/index.js +45 -2
  97. package/lib/umd/community/icons.eot +0 -0
  98. package/lib/umd/community/icons.svg +11 -3
  99. package/lib/umd/community/icons.ttf +0 -0
  100. package/lib/umd/community/icons.woff +0 -0
  101. package/lib/umd/community/icons.woff2 +0 -0
  102. package/lib/umd/react-theme-default.js +2 -2
  103. package/package.json +4 -4
@@ -36,6 +36,7 @@ declare const theme: {
36
36
  };
37
37
  shape: {
38
38
  borderRadius: number;
39
+ borderRadiusSm: number;
39
40
  };
40
41
  spacing: number;
41
42
  mixins: {
@@ -1230,6 +1231,7 @@ declare const theme: {
1230
1231
  };
1231
1232
  };
1232
1233
  layerCategoryRoot: ({ theme }: any) => {};
1234
+ layerGroupRoot: ({ theme }: any) => {};
1233
1235
  layerCloseRoot: ({ theme }: any) => {
1234
1236
  '& .SCComposer-layer-content': {
1235
1237
  '& .MuiTypography-root': {
@@ -3246,14 +3248,14 @@ declare const theme: {
3246
3248
  marginRight: any;
3247
3249
  '& img': {
3248
3250
  verticalAlign: string;
3249
- maxHeight: any;
3251
+ maxHeight: number;
3250
3252
  };
3251
3253
  };
3252
3254
  '& .SCNavigationToolbar-navigation': {
3253
3255
  flexGrow: number;
3254
3256
  textAlign: string;
3255
3257
  alignSelf: string;
3256
- '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore': {
3258
+ '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore, & .SCNavigationToolbar-groups': {
3257
3259
  paddingTop: number;
3258
3260
  paddingLeft: any;
3259
3261
  paddingRight: any;
@@ -4885,9 +4887,6 @@ declare const theme: {
4885
4887
  styleOverrides: {
4886
4888
  root: ({ theme }: any) => {
4887
4889
  backgroundColor: string;
4888
- '& .MuiIcon-root': {
4889
- fontSize: string;
4890
- };
4891
4890
  '& .SCPrivateMessageEditor-message-input': {
4892
4891
  width: string;
4893
4892
  };
@@ -5536,6 +5535,495 @@ declare const theme: {
5536
5535
  };
5537
5536
  };
5538
5537
  };
5538
+ SCGroupHeader: {
5539
+ styleOverrides: {
5540
+ root: ({ theme }: any) => {
5541
+ '& .SCGroupHeader-cover': {
5542
+ [x: number]: {
5543
+ borderRadius: any;
5544
+ margin?: undefined;
5545
+ } | {
5546
+ margin: any;
5547
+ borderRadius?: undefined;
5548
+ };
5549
+ position: string;
5550
+ height: number;
5551
+ minHeight: number;
5552
+ borderRadius: number;
5553
+ background: string;
5554
+ boxShadow: string;
5555
+ };
5556
+ '& .SCGroupHeader-info': {
5557
+ marginTop: number;
5558
+ display: string;
5559
+ flexDirection: string;
5560
+ justifyContent: string;
5561
+ alignItems: string;
5562
+ '& .SCGroupHeader-members': {
5563
+ marginBottom: string;
5564
+ '& .SCGroupHeader-members-counter': {
5565
+ fontSize: string;
5566
+ fontWeight: any;
5567
+ display: string;
5568
+ };
5569
+ };
5570
+ '& .SCGroupHeader-visibility': {
5571
+ display: string;
5572
+ justifyContent: string;
5573
+ alignItems: string;
5574
+ gap: any;
5575
+ '& .SCGroupHeader-visibility-item': {
5576
+ fontSize: any;
5577
+ fontWeight: any;
5578
+ display: string;
5579
+ justifyContent: string;
5580
+ alignItems: string;
5581
+ gap: any;
5582
+ };
5583
+ };
5584
+ '& .SCEditGroupButton-root': {
5585
+ marginLeft: string;
5586
+ marginTop: any;
5587
+ };
5588
+ '& .SCGroupSubscribeButton-root': {
5589
+ marginTop: any;
5590
+ };
5591
+ };
5592
+ '& .SCGroupHeader-avatar': {
5593
+ top: number;
5594
+ display: string;
5595
+ position: string;
5596
+ transform: string;
5597
+ left: string;
5598
+ '& .MuiAvatar-root': {
5599
+ height: any;
5600
+ width: any;
5601
+ borderRadius: string;
5602
+ border: string;
5603
+ objectFit: string;
5604
+ };
5605
+ };
5606
+ '& .SCGroupHeader-change-picture': {
5607
+ top: number;
5608
+ left: string;
5609
+ transform: string;
5610
+ position: string;
5611
+ display: string;
5612
+ };
5613
+ '& .SCGroupHeader-name': {
5614
+ marginBottom: any;
5615
+ fontWeight: any;
5616
+ fontSize: string;
5617
+ textAlign: string;
5618
+ };
5619
+ '& .SCGroupHeader-change-cover': {
5620
+ position: string;
5621
+ right: any;
5622
+ bottom: any;
5623
+ };
5624
+ };
5625
+ skeletonRoot: ({ theme }: any) => {
5626
+ position: string;
5627
+ '& .SCGroupHeader-cover': {
5628
+ [x: number]: {
5629
+ margin: any;
5630
+ };
5631
+ height: number;
5632
+ };
5633
+ '& .SCGroupHeader-avatar': {
5634
+ top: number;
5635
+ display: string;
5636
+ position: string;
5637
+ transform: string;
5638
+ left: string;
5639
+ "& .MuiSkeleton-root": {
5640
+ border: string;
5641
+ };
5642
+ };
5643
+ '& .SCGroupHeader-info': {
5644
+ display: string;
5645
+ justifyContent: string;
5646
+ flexDirection: string;
5647
+ alignItems: string;
5648
+ marginTop: number;
5649
+ };
5650
+ };
5651
+ };
5652
+ };
5653
+ SCChangeGroupCoverButton: {
5654
+ styleOverrides: {
5655
+ root: ({ theme }: any) => {
5656
+ padding: any;
5657
+ minWidth: string;
5658
+ };
5659
+ };
5660
+ };
5661
+ SCChangeGroupPictureButton: {
5662
+ styleOverrides: {
5663
+ root: ({ theme }: any) => {
5664
+ padding: any;
5665
+ minWidth: string;
5666
+ };
5667
+ };
5668
+ };
5669
+ SCGroupMembersButton: {
5670
+ styleOverrides: {
5671
+ root: ({ theme }: any) => {
5672
+ padding: any;
5673
+ '& .MuiAvatarGroup-root .MuiAvatar-root': {
5674
+ width: any;
5675
+ height: any;
5676
+ border: string;
5677
+ fontSize: string;
5678
+ '&.MuiAvatar-colorDefault': {
5679
+ marginLeft: number;
5680
+ backgroundColor: string;
5681
+ color: any;
5682
+ border: string;
5683
+ borderRadius: number;
5684
+ padding: number;
5685
+ };
5686
+ };
5687
+ };
5688
+ };
5689
+ };
5690
+ SCCreateGroupButton: {
5691
+ styleOverrides: {
5692
+ root: ({ theme }: any) => {
5693
+ '& .MuiButton-startIcon': {
5694
+ marginRight: any;
5695
+ '& .MuiIcon-root': {
5696
+ fontSize: string;
5697
+ };
5698
+ };
5699
+ };
5700
+ };
5701
+ };
5702
+ SCGroupForm: {
5703
+ styleOverrides: {
5704
+ root: ({ theme }: any) => {
5705
+ '& .SCGroupForm-cover': {
5706
+ position: string;
5707
+ height: number;
5708
+ minHeight: number;
5709
+ '& .SCGroupForm-avatar': {
5710
+ top: number;
5711
+ display: string;
5712
+ position: string;
5713
+ transform: string;
5714
+ left: string;
5715
+ '& .MuiAvatar-root': {
5716
+ height: any;
5717
+ width: any;
5718
+ borderRadius: string;
5719
+ border: string;
5720
+ objectFit: string;
5721
+ '& img': {
5722
+ height: any;
5723
+ width: any;
5724
+ };
5725
+ };
5726
+ };
5727
+ '& .SCChangeGroupPictureButton-root': {
5728
+ top: number;
5729
+ left: string;
5730
+ transform: string;
5731
+ position: string;
5732
+ display: string;
5733
+ };
5734
+ '& .SCChangeGroupCoverButton-root': {
5735
+ position: string;
5736
+ right: any;
5737
+ bottom: any;
5738
+ };
5739
+ };
5740
+ '& .SCGroupForm-header': {
5741
+ marginTop: any;
5742
+ color: any;
5743
+ };
5744
+ '& .SCGroupForm-error': {
5745
+ color: any;
5746
+ };
5747
+ '& .SCGroupForm-switch': {
5748
+ '& .MuiButtonBase-root': {
5749
+ '&.Mui-checked': {
5750
+ color: any;
5751
+ '& + .MuiSwitch-track': {
5752
+ backgroundColor: any;
5753
+ };
5754
+ };
5755
+ };
5756
+ };
5757
+ '& .SCGroupForm-switch-label': {
5758
+ fontWeight: any;
5759
+ display: string;
5760
+ alignItems: string;
5761
+ justifyContent: string;
5762
+ gap: any;
5763
+ };
5764
+ '& .SCGroupForm-active': {
5765
+ color: any;
5766
+ };
5767
+ '& .SCGroupForm-privacy-section': {
5768
+ marginTop: any;
5769
+ '& .SCGroupForm-privacy-section-info': {
5770
+ marginBottom: any;
5771
+ };
5772
+ };
5773
+ '& .SCGroupForm-visibility-section-info': {
5774
+ marginTop: any;
5775
+ };
5776
+ '& .MuiDivider-root': {
5777
+ marginTop: any;
5778
+ border: string;
5779
+ };
5780
+ '& .SCGroupForm-invite-section': {
5781
+ marginTop: any;
5782
+ display: string;
5783
+ justifyContent: string;
5784
+ alignItems: string;
5785
+ };
5786
+ };
5787
+ };
5788
+ };
5789
+ SCGroupInviteButton: {
5790
+ styleOverrides: {
5791
+ root: ({ theme }: any) => {
5792
+ '& .MuiButton-startIcon': {
5793
+ marginRight: any;
5794
+ '& .MuiIcon-root': {
5795
+ fontSize: string;
5796
+ };
5797
+ };
5798
+ };
5799
+ dialogRoot: ({ theme }: any) => {
5800
+ '& .SCBaseDialog-title-root span ': {
5801
+ width: string;
5802
+ display: string;
5803
+ alignItems: string;
5804
+ justifyContent: string;
5805
+ '& .SCGroupInviteButton-dialog-title': {
5806
+ fontWeight: any;
5807
+ fontSize: any;
5808
+ };
5809
+ };
5810
+ '& .SCGroupInviteButton-input': {
5811
+ backgroundColor: string;
5812
+ borderRadius: any;
5813
+ height: any;
5814
+ padding: any;
5815
+ '& .SCGroupInviteButton-icon ': {
5816
+ marginLeft: any;
5817
+ };
5818
+ '&.Mui-focused .MuiOutlinedInput-notchedOutline': {
5819
+ border: string;
5820
+ };
5821
+ };
5822
+ '& .SCGroupInviteButton-invited-box': {
5823
+ marginTop: any;
5824
+ marginBottom: any;
5825
+ };
5826
+ '& .SCGroupInviteButton-suggested': {
5827
+ '& h4': {
5828
+ marginBottom: any;
5829
+ };
5830
+ '& .SCUser-root': {
5831
+ '&:hover': {
5832
+ backgroundColor: string;
5833
+ };
5834
+ };
5835
+ };
5836
+ };
5837
+ };
5838
+ };
5839
+ SCGroupInfoWidget: {
5840
+ styleOverrides: {
5841
+ root: ({ theme }: any) => {
5842
+ '& .SCGroupInfoWidget-title': {
5843
+ fontWeight: any;
5844
+ marginBottom: any;
5845
+ };
5846
+ '& .SCGroupInfoWidget-description': {
5847
+ marginBottom: any;
5848
+ };
5849
+ '& .SCGroupInfoWidget-privacy': {
5850
+ marginBottom: any;
5851
+ '& .SCGroupInfoWidget-privacy-title': {
5852
+ color: any;
5853
+ fontWeight: any;
5854
+ display: string;
5855
+ alignItems: string;
5856
+ gap: any;
5857
+ };
5858
+ };
5859
+ '& .SCGroupInfoWidget-visibility-title': {
5860
+ color: any;
5861
+ fontWeight: any;
5862
+ display: string;
5863
+ alignItems: string;
5864
+ gap: any;
5865
+ };
5866
+ };
5867
+ skeletonRoot: ({ theme }: any) => {};
5868
+ };
5869
+ };
5870
+ SCGroup: {
5871
+ styleOverrides: {
5872
+ root: ({ theme }: any) => {
5873
+ [x: number]: {
5874
+ borderRadius: any;
5875
+ };
5876
+ borderRadius: number;
5877
+ paddingBottom: number;
5878
+ overflow: string;
5879
+ '& .SCBaseItemButton-image': {
5880
+ marginRight: any;
5881
+ '& .MuiAvatar-root': {
5882
+ width: any;
5883
+ height: any;
5884
+ '& img': {
5885
+ borderRadius: number;
5886
+ };
5887
+ };
5888
+ };
5889
+ '& .SCBaseItemButton-primary': {
5890
+ fontWeight: any;
5891
+ };
5892
+ '& .SCBaseItemButton-secondary': {
5893
+ fontSize: string;
5894
+ };
5895
+ '& .SCGroup-actions': {
5896
+ '& .MuiIcon-root': {
5897
+ fontSize: string;
5898
+ color: any;
5899
+ };
5900
+ };
5901
+ };
5902
+ skeletonRoot: ({ theme }: any) => {};
5903
+ };
5904
+ };
5905
+ SCGroupTemplate: {
5906
+ styleOverrides: {
5907
+ root: ({ theme }: any) => {
5908
+ marginTop: number;
5909
+ '& .SCCategoryTemplate-feed': {
5910
+ marginTop: any;
5911
+ };
5912
+ };
5913
+ skeletonRoot: ({ theme }: any) => {
5914
+ [x: number]: {
5915
+ marginTop: number;
5916
+ };
5917
+ marginTop: number;
5918
+ };
5919
+ };
5920
+ };
5921
+ SCGroupFeedTemplate: {
5922
+ styleOverrides: {
5923
+ root: ({ theme }: any) => {
5924
+ marginTop: number;
5925
+ };
5926
+ skeletonRoot: ({ theme }: any) => {
5927
+ [x: number]: {
5928
+ marginTop: number;
5929
+ };
5930
+ marginTop: number;
5931
+ };
5932
+ };
5933
+ };
5934
+ SCGroupMembersWidget: {
5935
+ styleOverrides: {
5936
+ root: ({ theme }: any) => {
5937
+ '& .SCGroupMembersWidget-actions': {
5938
+ margin: any;
5939
+ };
5940
+ };
5941
+ skeletonRoot: ({ theme }: any) => {};
5942
+ dialogRoot: ({ theme }: any) => {};
5943
+ };
5944
+ };
5945
+ SCGroupRequestsWidget: {
5946
+ styleOverrides: {
5947
+ root: ({ theme }: any) => {};
5948
+ skeletonRoot: ({ theme }: any) => {};
5949
+ dialogRoot: ({ theme }: any) => {};
5950
+ };
5951
+ };
5952
+ SCGroups: {
5953
+ styleOverrides: {
5954
+ root: ({ theme }: any) => {
5955
+ '& .SCGroups-groups': {
5956
+ marginTop: any;
5957
+ '& .SCGroups-item': {
5958
+ padding: any;
5959
+ width: string;
5960
+ '& > div': {
5961
+ cursor: string;
5962
+ padding: any;
5963
+ };
5964
+ };
5965
+ };
5966
+ '& .SCGroups-no-results': {
5967
+ display: string;
5968
+ flexDirection: string;
5969
+ justifyContent: string;
5970
+ alignItems: string;
5971
+ '& h4': {
5972
+ fontWeight: any;
5973
+ fontSize: any;
5974
+ };
5975
+ '& .MuiTypography-body1': {
5976
+ fontWeight: any;
5977
+ fontSize: any;
5978
+ };
5979
+ };
5980
+ };
5981
+ skeletonRoot: ({ theme }: any) => {
5982
+ '& .SCGroups-groups': {
5983
+ marginTop: any;
5984
+ '& .SCGroup-skeleton-root': {
5985
+ padding: any;
5986
+ width: string;
5987
+ };
5988
+ };
5989
+ };
5990
+ };
5991
+ };
5992
+ SCEditGroupButton: {
5993
+ styleOverrides: {
5994
+ root: ({ theme }: any) => {
5995
+ '& .MuiButton-startIcon': {
5996
+ marginRight: any;
5997
+ '& .MuiIcon-root': {
5998
+ fontSize: string;
5999
+ };
6000
+ };
6001
+ };
6002
+ };
6003
+ };
6004
+ SCGroupAutocomplete: {
6005
+ styleOverrides: {
6006
+ root: ({ theme }: any) => {};
6007
+ };
6008
+ };
6009
+ SCGroupSettingsIconButton: {
6010
+ styleOverrides: {
6011
+ root: ({ theme }: any) => {};
6012
+ menuRoot: ({ theme }: any) => {
6013
+ '& .SCGroupSettingsIconButton-paper': {
6014
+ maxWidth: number;
6015
+ padding: any;
6016
+ };
6017
+ };
6018
+ drawerRoot: ({ theme }: any) => {
6019
+ '& .MuiList-root': {
6020
+ '& a': {
6021
+ color: string;
6022
+ };
6023
+ };
6024
+ };
6025
+ };
6026
+ };
5539
6027
  };
5540
6028
  selfcommunity: {
5541
6029
  user: {
@@ -5553,6 +6041,14 @@ declare const theme: {
5553
6041
  sizeLarge: number;
5554
6042
  };
5555
6043
  };
6044
+ group: {
6045
+ avatar: {
6046
+ sizeSmall: number;
6047
+ sizeMedium: number;
6048
+ sizeLarge: number;
6049
+ sizeXLarge: number;
6050
+ };
6051
+ };
5556
6052
  };
5557
6053
  };
5558
6054
  export default theme;
package/lib/cjs/index.js CHANGED
@@ -119,6 +119,23 @@ const SCUserFeedTemplate_1 = tslib_1.__importDefault(require("./components/SCUse
119
119
  const SCChangeCoverButton_1 = tslib_1.__importDefault(require("./components/SCChangeCoverButton"));
120
120
  const SCPrivateMessageSettingsIconButton_1 = tslib_1.__importDefault(require("./components/SCPrivateMessageSettingsIconButton"));
121
121
  const SCLanguageSwitcher_1 = tslib_1.__importDefault(require("./components/SCLanguageSwitcher"));
122
+ const SCGroupHeader_1 = tslib_1.__importDefault(require("./components/SCGroupHeader"));
123
+ const SCChangeGroupCoverButton_1 = tslib_1.__importDefault(require("./components/SCChangeGroupCoverButton"));
124
+ const SCChangeGroupPictureButton_1 = tslib_1.__importDefault(require("./components/SCChangeGroupPictureButton"));
125
+ const SCGroupMembersButton_1 = tslib_1.__importDefault(require("./components/SCGroupMembersButton"));
126
+ const SCCreateGroupButton_1 = tslib_1.__importDefault(require("./components/SCCreateGroupButton"));
127
+ const SCGroupForm_1 = tslib_1.__importDefault(require("./components/SCGroupForm"));
128
+ const SCGroupInviteButton_1 = tslib_1.__importDefault(require("./components/SCGroupInviteButton"));
129
+ const SCGroupInfoWidget_1 = tslib_1.__importDefault(require("./components/SCGroupInfoWidget"));
130
+ const SCGroup_1 = tslib_1.__importDefault(require("./components/SCGroup"));
131
+ const SCGroupTemplate_1 = tslib_1.__importDefault(require("./components/SCGroupTemplate"));
132
+ const SCGroupFeedTemplate_1 = tslib_1.__importDefault(require("./components/SCGroupFeedTemplate"));
133
+ const SCGroupMembersWidget_1 = tslib_1.__importDefault(require("./components/SCGroupMembersWidget"));
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"));
122
139
  /**
123
140
  * Style fragments - Imports - End
124
141
  */
@@ -168,7 +185,8 @@ const theme = {
168
185
  }
169
186
  },
170
187
  shape: {
171
- borderRadius: 20
188
+ borderRadius: 20,
189
+ borderRadiusSm: 10
172
190
  },
173
191
  spacing: 8,
174
192
  mixins: {
@@ -297,7 +315,24 @@ const theme = {
297
315
  SCNotificationFeedTemplate: SCNotificationFeedTemplate_1.default,
298
316
  SCUserFeedTemplate: SCUserFeedTemplate_1.default,
299
317
  SCChangeCoverButton: SCChangeCoverButton_1.default,
300
- SCPrivateMessageSettingsIconButton: SCPrivateMessageSettingsIconButton_1.default
318
+ SCPrivateMessageSettingsIconButton: SCPrivateMessageSettingsIconButton_1.default,
319
+ SCGroupHeader: SCGroupHeader_1.default,
320
+ SCChangeGroupCoverButton: SCChangeGroupCoverButton_1.default,
321
+ SCChangeGroupPictureButton: SCChangeGroupPictureButton_1.default,
322
+ SCGroupMembersButton: SCGroupMembersButton_1.default,
323
+ SCCreateGroupButton: SCCreateGroupButton_1.default,
324
+ SCGroupForm: SCGroupForm_1.default,
325
+ SCGroupInviteButton: SCGroupInviteButton_1.default,
326
+ SCGroupInfoWidget: SCGroupInfoWidget_1.default,
327
+ SCGroup: SCGroup_1.default,
328
+ SCGroupTemplate: SCGroupTemplate_1.default,
329
+ SCGroupFeedTemplate: SCGroupFeedTemplate_1.default,
330
+ SCGroupMembersWidget: SCGroupMembersWidget_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
301
336
  },
302
337
  selfcommunity: {
303
338
  user: {
@@ -314,6 +349,14 @@ const theme = {
314
349
  sizeMedium: 40,
315
350
  sizeLarge: 50
316
351
  }
352
+ },
353
+ group: {
354
+ avatar: {
355
+ sizeSmall: 40,
356
+ sizeMedium: 60,
357
+ sizeLarge: 90,
358
+ sizeXLarge: 120
359
+ }
317
360
  }
318
361
  }
319
362
  };
@@ -0,0 +1,9 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {
4
+ padding: any;
5
+ minWidth: string;
6
+ };
7
+ };
8
+ };
9
+ export default Component;
@@ -0,0 +1,9 @@
1
+ const Component = {
2
+ styleOverrides: {
3
+ root: ({ theme }) => ({
4
+ padding: theme.spacing(1),
5
+ minWidth: 'auto'
6
+ })
7
+ }
8
+ };
9
+ export default Component;
@@ -0,0 +1,9 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {
4
+ padding: any;
5
+ minWidth: string;
6
+ };
7
+ };
8
+ };
9
+ export default Component;
@@ -0,0 +1,9 @@
1
+ const Component = {
2
+ styleOverrides: {
3
+ root: ({ theme }) => ({
4
+ padding: theme.spacing(1),
5
+ minWidth: 'auto'
6
+ })
7
+ }
8
+ };
9
+ export default Component;
@@ -170,6 +170,7 @@ declare const Component: {
170
170
  };
171
171
  };
172
172
  layerCategoryRoot: ({ theme }: any) => {};
173
+ layerGroupRoot: ({ theme }: any) => {};
173
174
  layerCloseRoot: ({ theme }: any) => {
174
175
  '& .SCComposer-layer-content': {
175
176
  '& .MuiTypography-root': {