@selfcommunity/react-theme-default 0.4.5-payments.169 → 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/SCEditCourse.d.ts +7 -0
- package/lib/cjs/components/SCEditCourse.js +7 -0
- package/lib/cjs/components/SCGroups.d.ts +8 -0
- package/lib/cjs/components/SCGroups.js +8 -0
- package/lib/cjs/index.d.ts +18 -0
- package/lib/esm/components/SCComposer.d.ts +3 -0
- package/lib/esm/components/SCComposer.js +4 -1
- package/lib/esm/components/SCEditCourse.d.ts +7 -0
- package/lib/esm/components/SCEditCourse.js +7 -0
- package/lib/esm/components/SCGroups.d.ts +8 -0
- package/lib/esm/components/SCGroups.js +8 -0
- package/lib/esm/index.d.ts +18 -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': {
|
|
@@ -219,6 +219,13 @@ declare const Component: {
|
|
|
219
219
|
margin: any;
|
|
220
220
|
};
|
|
221
221
|
};
|
|
222
|
+
'& .SCCourseForm-paywalls-configurator-wrap': {
|
|
223
|
+
marginBottom: any;
|
|
224
|
+
'& .SCPaywallsConfigurator-content-access-type': {
|
|
225
|
+
fontSize: string;
|
|
226
|
+
padding: any;
|
|
227
|
+
};
|
|
228
|
+
};
|
|
222
229
|
};
|
|
223
230
|
};
|
|
224
231
|
skeletonRoot: ({ theme }: {
|
|
@@ -219,6 +219,13 @@ const Component = {
|
|
|
219
219
|
maxWidth: '600px',
|
|
220
220
|
margin: theme.spacing(2, 'auto', 0)
|
|
221
221
|
}
|
|
222
|
+
},
|
|
223
|
+
'& .SCCourseForm-paywalls-configurator-wrap': {
|
|
224
|
+
marginBottom: theme.spacing(3),
|
|
225
|
+
'& .SCPaywallsConfigurator-content-access-type': {
|
|
226
|
+
fontSize: '14px',
|
|
227
|
+
padding: theme.spacing()
|
|
228
|
+
}
|
|
222
229
|
}
|
|
223
230
|
}
|
|
224
231
|
}),
|
|
@@ -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': {
|
|
@@ -3641,6 +3644,13 @@ declare const theme: {
|
|
|
3641
3644
|
margin: any;
|
|
3642
3645
|
};
|
|
3643
3646
|
};
|
|
3647
|
+
'& .SCCourseForm-paywalls-configurator-wrap': {
|
|
3648
|
+
marginBottom: any;
|
|
3649
|
+
'& .SCPaywallsConfigurator-content-access-type': {
|
|
3650
|
+
fontSize: string;
|
|
3651
|
+
padding: any;
|
|
3652
|
+
};
|
|
3653
|
+
};
|
|
3644
3654
|
};
|
|
3645
3655
|
};
|
|
3646
3656
|
skeletonRoot: ({ theme }: {
|
|
@@ -5184,6 +5194,14 @@ declare const theme: {
|
|
|
5184
5194
|
marginTop: any;
|
|
5185
5195
|
marginBottom: any;
|
|
5186
5196
|
};
|
|
5197
|
+
'& .SCGroups-search': {
|
|
5198
|
+
'& .MuiButtonBase-root': {
|
|
5199
|
+
minWidth: string;
|
|
5200
|
+
'& .MuiButton-endIcon': {
|
|
5201
|
+
margin: number;
|
|
5202
|
+
};
|
|
5203
|
+
};
|
|
5204
|
+
};
|
|
5187
5205
|
'& .SCGroups-groups': {
|
|
5188
5206
|
marginTop: any;
|
|
5189
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': {
|
|
@@ -219,6 +219,13 @@ declare const Component: {
|
|
|
219
219
|
margin: any;
|
|
220
220
|
};
|
|
221
221
|
};
|
|
222
|
+
'& .SCCourseForm-paywalls-configurator-wrap': {
|
|
223
|
+
marginBottom: any;
|
|
224
|
+
'& .SCPaywallsConfigurator-content-access-type': {
|
|
225
|
+
fontSize: string;
|
|
226
|
+
padding: any;
|
|
227
|
+
};
|
|
228
|
+
};
|
|
222
229
|
};
|
|
223
230
|
};
|
|
224
231
|
skeletonRoot: ({ theme }: {
|
|
@@ -217,6 +217,13 @@ const Component = {
|
|
|
217
217
|
maxWidth: '600px',
|
|
218
218
|
margin: theme.spacing(2, 'auto', 0)
|
|
219
219
|
}
|
|
220
|
+
},
|
|
221
|
+
'& .SCCourseForm-paywalls-configurator-wrap': {
|
|
222
|
+
marginBottom: theme.spacing(3),
|
|
223
|
+
'& .SCPaywallsConfigurator-content-access-type': {
|
|
224
|
+
fontSize: '14px',
|
|
225
|
+
padding: theme.spacing()
|
|
226
|
+
}
|
|
220
227
|
}
|
|
221
228
|
}
|
|
222
229
|
}),
|
|
@@ -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': {
|
|
@@ -3641,6 +3644,13 @@ declare const theme: {
|
|
|
3641
3644
|
margin: any;
|
|
3642
3645
|
};
|
|
3643
3646
|
};
|
|
3647
|
+
'& .SCCourseForm-paywalls-configurator-wrap': {
|
|
3648
|
+
marginBottom: any;
|
|
3649
|
+
'& .SCPaywallsConfigurator-content-access-type': {
|
|
3650
|
+
fontSize: string;
|
|
3651
|
+
padding: any;
|
|
3652
|
+
};
|
|
3653
|
+
};
|
|
3644
3654
|
};
|
|
3645
3655
|
};
|
|
3646
3656
|
skeletonRoot: ({ theme }: {
|
|
@@ -5184,6 +5194,14 @@ declare const theme: {
|
|
|
5184
5194
|
marginTop: any;
|
|
5185
5195
|
marginBottom: any;
|
|
5186
5196
|
};
|
|
5197
|
+
'& .SCGroups-search': {
|
|
5198
|
+
'& .MuiButtonBase-root': {
|
|
5199
|
+
minWidth: string;
|
|
5200
|
+
'& .MuiButton-endIcon': {
|
|
5201
|
+
margin: number;
|
|
5202
|
+
};
|
|
5203
|
+
};
|
|
5204
|
+
};
|
|
5187
5205
|
'& .SCGroups-groups': {
|
|
5188
5206
|
marginTop: any;
|
|
5189
5207
|
'& .SCGroups-item': {
|