@selfcommunity/react-theme-default 0.4.2-alpha.1 → 0.4.2-alpha.2
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/SCCategoryFollowersButton.d.ts +12 -10
- package/lib/cjs/components/SCCategoryFollowersButton.js +12 -10
- package/lib/cjs/components/SCEventParticipantsButton.d.ts +19 -15
- package/lib/cjs/components/SCEventParticipantsButton.js +20 -16
- package/lib/cjs/components/SCGroupMembersButton.d.ts +12 -10
- package/lib/cjs/components/SCGroupMembersButton.js +12 -10
- package/lib/cjs/index.d.ts +43 -35
- package/lib/esm/components/SCCategoryFollowersButton.d.ts +12 -10
- package/lib/esm/components/SCCategoryFollowersButton.js +12 -10
- package/lib/esm/components/SCEventParticipantsButton.d.ts +19 -15
- package/lib/esm/components/SCEventParticipantsButton.js +20 -16
- package/lib/esm/components/SCGroupMembersButton.d.ts +12 -10
- package/lib/esm/components/SCGroupMembersButton.js +12 -10
- package/lib/esm/index.d.ts +43 -35
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +3 -3
package/lib/esm/index.d.ts
CHANGED
|
@@ -711,16 +711,7 @@ declare const theme: {
|
|
|
711
711
|
root: ({ theme, followers }: any) => {
|
|
712
712
|
padding: any;
|
|
713
713
|
'& .MuiAvatarGroup-root': {
|
|
714
|
-
'
|
|
715
|
-
'&:first-of-type': {
|
|
716
|
-
width: any;
|
|
717
|
-
};
|
|
718
|
-
'&:not(:first-of-type)': {
|
|
719
|
-
width: any;
|
|
720
|
-
};
|
|
721
|
-
height: any;
|
|
722
|
-
border: string;
|
|
723
|
-
fontSize: string;
|
|
714
|
+
'&:not(.SCAvatarGroupSkeleton-root) .MuiAvatar-root': {
|
|
724
715
|
'&.MuiAvatar-colorDefault': {
|
|
725
716
|
marginLeft: number;
|
|
726
717
|
backgroundColor: string;
|
|
@@ -730,6 +721,17 @@ declare const theme: {
|
|
|
730
721
|
padding: number;
|
|
731
722
|
};
|
|
732
723
|
};
|
|
724
|
+
'& .MuiAvatar-root': {
|
|
725
|
+
height: any;
|
|
726
|
+
border: string;
|
|
727
|
+
fontSize: string;
|
|
728
|
+
'&:first-of-type': {
|
|
729
|
+
width: any;
|
|
730
|
+
};
|
|
731
|
+
'&:not(:first-of-type)': {
|
|
732
|
+
width: any;
|
|
733
|
+
};
|
|
734
|
+
};
|
|
733
735
|
};
|
|
734
736
|
};
|
|
735
737
|
dialogRoot: () => {};
|
|
@@ -3288,16 +3290,7 @@ declare const theme: {
|
|
|
3288
3290
|
root: ({ theme, subscribers }: any) => {
|
|
3289
3291
|
padding: any;
|
|
3290
3292
|
'& .MuiAvatarGroup-root': {
|
|
3291
|
-
'
|
|
3292
|
-
'&:first-of-type': {
|
|
3293
|
-
width: any;
|
|
3294
|
-
};
|
|
3295
|
-
'&:not(:first-of-type)': {
|
|
3296
|
-
width: any;
|
|
3297
|
-
};
|
|
3298
|
-
height: any;
|
|
3299
|
-
border: string;
|
|
3300
|
-
fontSize: string;
|
|
3293
|
+
'&:not(.SCAvatarGroupSkeleton-root) .MuiAvatar-root': {
|
|
3301
3294
|
'&.MuiAvatar-colorDefault': {
|
|
3302
3295
|
marginLeft: number;
|
|
3303
3296
|
backgroundColor: string;
|
|
@@ -3307,6 +3300,17 @@ declare const theme: {
|
|
|
3307
3300
|
padding: number;
|
|
3308
3301
|
};
|
|
3309
3302
|
};
|
|
3303
|
+
'& .MuiAvatar-root': {
|
|
3304
|
+
height: any;
|
|
3305
|
+
border: string;
|
|
3306
|
+
fontSize: string;
|
|
3307
|
+
'&:first-of-type': {
|
|
3308
|
+
width: any;
|
|
3309
|
+
};
|
|
3310
|
+
'&:not(:first-of-type)': {
|
|
3311
|
+
width: any;
|
|
3312
|
+
};
|
|
3313
|
+
};
|
|
3310
3314
|
};
|
|
3311
3315
|
};
|
|
3312
3316
|
dialogRoot: () => {};
|
|
@@ -7736,23 +7740,27 @@ declare const theme: {
|
|
|
7736
7740
|
'&:hover': {
|
|
7737
7741
|
backgroundColor: string;
|
|
7738
7742
|
};
|
|
7739
|
-
'& .MuiAvatarGroup-
|
|
7740
|
-
'&:
|
|
7741
|
-
|
|
7742
|
-
|
|
7743
|
-
|
|
7744
|
-
|
|
7743
|
+
'& .MuiAvatarGroup-root': {
|
|
7744
|
+
'&:not(.SCAvatarGroupSkeleton-root) .MuiAvatar-root': {
|
|
7745
|
+
'&.MuiAvatar-colorDefault': {
|
|
7746
|
+
marginLeft: number;
|
|
7747
|
+
backgroundColor: string;
|
|
7748
|
+
color: any;
|
|
7749
|
+
border: string;
|
|
7750
|
+
borderRadius: number;
|
|
7751
|
+
padding: number;
|
|
7752
|
+
};
|
|
7745
7753
|
};
|
|
7746
|
-
|
|
7747
|
-
|
|
7748
|
-
fontSize: string;
|
|
7749
|
-
'&.MuiAvatar-colorDefault': {
|
|
7750
|
-
marginLeft: number;
|
|
7751
|
-
backgroundColor: string;
|
|
7752
|
-
color: any;
|
|
7754
|
+
'& .MuiAvatar-root': {
|
|
7755
|
+
height: any;
|
|
7753
7756
|
border: string;
|
|
7754
|
-
|
|
7755
|
-
|
|
7757
|
+
fontSize: string;
|
|
7758
|
+
'&:first-of-type': {
|
|
7759
|
+
width: any;
|
|
7760
|
+
};
|
|
7761
|
+
'&:not(:first-of-type)': {
|
|
7762
|
+
width: any;
|
|
7763
|
+
};
|
|
7756
7764
|
};
|
|
7757
7765
|
};
|
|
7758
7766
|
'& .SCEventParticipantsButton-participants': {
|