@selfcommunity/react-theme-default 0.4.5-payments.175 → 0.4.5-payments.176
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/SCComposer.d.ts +3 -0
- package/lib/cjs/components/SCComposer.js +4 -1
- package/lib/cjs/components/SCGroups.d.ts +8 -0
- package/lib/cjs/components/SCGroups.js +8 -0
- package/lib/cjs/index.d.ts +11 -0
- package/lib/esm/components/SCComposer.d.ts +3 -0
- package/lib/esm/components/SCComposer.js +4 -1
- package/lib/esm/components/SCGroups.d.ts +8 -0
- package/lib/esm/components/SCGroups.js +8 -0
- package/lib/esm/index.d.ts +11 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -184,7 +184,10 @@ const Component = {
|
|
|
184
184
|
marginBottom: theme.spacing(1),
|
|
185
185
|
'& .SCMediaFile-media': {
|
|
186
186
|
height: '60px !important',
|
|
187
|
-
maxWidth: 140
|
|
187
|
+
maxWidth: 140,
|
|
188
|
+
'& .SCMediaFile-title': {
|
|
189
|
+
maxWidth: '50% !important'
|
|
190
|
+
}
|
|
188
191
|
}
|
|
189
192
|
},
|
|
190
193
|
'& .SCMediaLink-preview-root': {
|
|
@@ -13,6 +13,14 @@ declare const Component: {
|
|
|
13
13
|
marginTop: any;
|
|
14
14
|
marginBottom: any;
|
|
15
15
|
};
|
|
16
|
+
'& .SCGroups-search': {
|
|
17
|
+
'& .MuiButtonBase-root': {
|
|
18
|
+
minWidth: string;
|
|
19
|
+
'& .MuiButton-endIcon': {
|
|
20
|
+
margin: number;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
16
24
|
'& .SCGroups-groups': {
|
|
17
25
|
marginTop: any;
|
|
18
26
|
'& .SCGroups-item': {
|
|
@@ -15,6 +15,14 @@ const Component = {
|
|
|
15
15
|
marginTop: theme.spacing(),
|
|
16
16
|
marginBottom: theme.spacing(2)
|
|
17
17
|
},
|
|
18
|
+
'& .SCGroups-search': {
|
|
19
|
+
'& .MuiButtonBase-root': {
|
|
20
|
+
minWidth: '30px',
|
|
21
|
+
'& .MuiButton-endIcon': {
|
|
22
|
+
margin: 0
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
18
26
|
'& .SCGroups-groups': {
|
|
19
27
|
marginTop: theme.spacing(2),
|
|
20
28
|
'& .SCGroups-item': {
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -1499,6 +1499,9 @@ declare const theme: {
|
|
|
1499
1499
|
'& .SCMediaFile-media': {
|
|
1500
1500
|
height: string;
|
|
1501
1501
|
maxWidth: number;
|
|
1502
|
+
'& .SCMediaFile-title': {
|
|
1503
|
+
maxWidth: string;
|
|
1504
|
+
};
|
|
1502
1505
|
};
|
|
1503
1506
|
};
|
|
1504
1507
|
'& .SCMediaLink-preview-root': {
|
|
@@ -5191,6 +5194,14 @@ declare const theme: {
|
|
|
5191
5194
|
marginTop: any;
|
|
5192
5195
|
marginBottom: any;
|
|
5193
5196
|
};
|
|
5197
|
+
'& .SCGroups-search': {
|
|
5198
|
+
'& .MuiButtonBase-root': {
|
|
5199
|
+
minWidth: string;
|
|
5200
|
+
'& .MuiButton-endIcon': {
|
|
5201
|
+
margin: number;
|
|
5202
|
+
};
|
|
5203
|
+
};
|
|
5204
|
+
};
|
|
5194
5205
|
'& .SCGroups-groups': {
|
|
5195
5206
|
marginTop: any;
|
|
5196
5207
|
'& .SCGroups-item': {
|
|
@@ -182,7 +182,10 @@ const Component = {
|
|
|
182
182
|
marginBottom: theme.spacing(1),
|
|
183
183
|
'& .SCMediaFile-media': {
|
|
184
184
|
height: '60px !important',
|
|
185
|
-
maxWidth: 140
|
|
185
|
+
maxWidth: 140,
|
|
186
|
+
'& .SCMediaFile-title': {
|
|
187
|
+
maxWidth: '50% !important'
|
|
188
|
+
}
|
|
186
189
|
}
|
|
187
190
|
},
|
|
188
191
|
'& .SCMediaLink-preview-root': {
|
|
@@ -13,6 +13,14 @@ declare const Component: {
|
|
|
13
13
|
marginTop: any;
|
|
14
14
|
marginBottom: any;
|
|
15
15
|
};
|
|
16
|
+
'& .SCGroups-search': {
|
|
17
|
+
'& .MuiButtonBase-root': {
|
|
18
|
+
minWidth: string;
|
|
19
|
+
'& .MuiButton-endIcon': {
|
|
20
|
+
margin: number;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
16
24
|
'& .SCGroups-groups': {
|
|
17
25
|
marginTop: any;
|
|
18
26
|
'& .SCGroups-item': {
|
|
@@ -13,6 +13,14 @@ const Component = {
|
|
|
13
13
|
marginTop: theme.spacing(),
|
|
14
14
|
marginBottom: theme.spacing(2)
|
|
15
15
|
},
|
|
16
|
+
'& .SCGroups-search': {
|
|
17
|
+
'& .MuiButtonBase-root': {
|
|
18
|
+
minWidth: '30px',
|
|
19
|
+
'& .MuiButton-endIcon': {
|
|
20
|
+
margin: 0
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
16
24
|
'& .SCGroups-groups': {
|
|
17
25
|
marginTop: theme.spacing(2),
|
|
18
26
|
'& .SCGroups-item': {
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -1499,6 +1499,9 @@ declare const theme: {
|
|
|
1499
1499
|
'& .SCMediaFile-media': {
|
|
1500
1500
|
height: string;
|
|
1501
1501
|
maxWidth: number;
|
|
1502
|
+
'& .SCMediaFile-title': {
|
|
1503
|
+
maxWidth: string;
|
|
1504
|
+
};
|
|
1502
1505
|
};
|
|
1503
1506
|
};
|
|
1504
1507
|
'& .SCMediaLink-preview-root': {
|
|
@@ -5191,6 +5194,14 @@ declare const theme: {
|
|
|
5191
5194
|
marginTop: any;
|
|
5192
5195
|
marginBottom: any;
|
|
5193
5196
|
};
|
|
5197
|
+
'& .SCGroups-search': {
|
|
5198
|
+
'& .MuiButtonBase-root': {
|
|
5199
|
+
minWidth: string;
|
|
5200
|
+
'& .MuiButton-endIcon': {
|
|
5201
|
+
margin: number;
|
|
5202
|
+
};
|
|
5203
|
+
};
|
|
5204
|
+
};
|
|
5194
5205
|
'& .SCGroups-groups': {
|
|
5195
5206
|
marginTop: any;
|
|
5196
5207
|
'& .SCGroups-item': {
|