@selfcommunity/react-theme-default 0.4.2-courses.174 → 0.4.2-courses.175
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/SCAccordionLessons.d.ts +1 -0
- package/lib/cjs/components/SCAccordionLessons.js +1 -0
- package/lib/cjs/components/SCCourseDashboard.d.ts +3 -0
- package/lib/cjs/components/SCCourseDashboard.js +3 -0
- package/lib/cjs/components/SCCourseForm.d.ts +7 -0
- package/lib/cjs/components/SCCourseForm.js +7 -0
- package/lib/cjs/index.d.ts +11 -0
- package/lib/esm/components/SCAccordionLessons.d.ts +1 -0
- package/lib/esm/components/SCAccordionLessons.js +1 -0
- package/lib/esm/components/SCCourseDashboard.d.ts +3 -0
- package/lib/esm/components/SCCourseDashboard.js +3 -0
- package/lib/esm/components/SCCourseForm.d.ts +7 -0
- package/lib/esm/components/SCCourseForm.js +7 -0
- package/lib/esm/index.d.ts +11 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -141,6 +141,9 @@ declare const Component: {
|
|
|
141
141
|
};
|
|
142
142
|
};
|
|
143
143
|
'&.SCCourseDashboard-student-container': {
|
|
144
|
+
'& .SCCourseDashboard-description': {
|
|
145
|
+
whiteSpace: string;
|
|
146
|
+
};
|
|
144
147
|
'& .SCCourseDashboard-accordion': {
|
|
145
148
|
borderTopLeftRadius: string;
|
|
146
149
|
borderTopRightRadius: string;
|
|
@@ -139,6 +139,9 @@ const Component = {
|
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
'&.SCCourseDashboard-student-container': {
|
|
142
|
+
'& .SCCourseDashboard-description': {
|
|
143
|
+
whiteSpace: 'pre-line'
|
|
144
|
+
},
|
|
142
145
|
'& .SCCourseDashboard-accordion': {
|
|
143
146
|
borderTopLeftRadius: 'unset',
|
|
144
147
|
borderTopRightRadius: 'unset'
|
|
@@ -83,6 +83,13 @@ declare const Component: {
|
|
|
83
83
|
'& .SCCourseForm-edit-privacy-item-info': {
|
|
84
84
|
marginLeft: any;
|
|
85
85
|
};
|
|
86
|
+
'& .SCCourseForm-disabled': {
|
|
87
|
+
opacity: number;
|
|
88
|
+
};
|
|
89
|
+
'& .SCCourseForm-edit-card': {
|
|
90
|
+
alignItems: string;
|
|
91
|
+
margin: any;
|
|
92
|
+
};
|
|
86
93
|
};
|
|
87
94
|
};
|
|
88
95
|
};
|
|
@@ -85,6 +85,13 @@ const Component = {
|
|
|
85
85
|
},
|
|
86
86
|
'& .SCCourseForm-edit-privacy-item-info': {
|
|
87
87
|
marginLeft: theme.spacing(2)
|
|
88
|
+
},
|
|
89
|
+
'& .SCCourseForm-disabled': {
|
|
90
|
+
opacity: 0.5
|
|
91
|
+
},
|
|
92
|
+
'& .SCCourseForm-edit-card': {
|
|
93
|
+
alignItems: 'center',
|
|
94
|
+
margin: theme.spacing(1)
|
|
88
95
|
}
|
|
89
96
|
}
|
|
90
97
|
}
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -273,6 +273,7 @@ declare const theme: {
|
|
|
273
273
|
'& .SCAccordionLessons-link': {
|
|
274
274
|
textDecoration: string;
|
|
275
275
|
padding: number;
|
|
276
|
+
justifyContent: string;
|
|
276
277
|
'&:hover': {
|
|
277
278
|
backgroundColor: string;
|
|
278
279
|
textDecoration: string;
|
|
@@ -2187,6 +2188,9 @@ declare const theme: {
|
|
|
2187
2188
|
};
|
|
2188
2189
|
};
|
|
2189
2190
|
'&.SCCourseDashboard-student-container': {
|
|
2191
|
+
'& .SCCourseDashboard-description': {
|
|
2192
|
+
whiteSpace: string;
|
|
2193
|
+
};
|
|
2190
2194
|
'& .SCCourseDashboard-accordion': {
|
|
2191
2195
|
borderTopLeftRadius: string;
|
|
2192
2196
|
borderTopRightRadius: string;
|
|
@@ -2618,6 +2622,13 @@ declare const theme: {
|
|
|
2618
2622
|
'& .SCCourseForm-edit-privacy-item-info': {
|
|
2619
2623
|
marginLeft: any;
|
|
2620
2624
|
};
|
|
2625
|
+
'& .SCCourseForm-disabled': {
|
|
2626
|
+
opacity: number;
|
|
2627
|
+
};
|
|
2628
|
+
'& .SCCourseForm-edit-card': {
|
|
2629
|
+
alignItems: string;
|
|
2630
|
+
margin: any;
|
|
2631
|
+
};
|
|
2621
2632
|
};
|
|
2622
2633
|
};
|
|
2623
2634
|
};
|
|
@@ -141,6 +141,9 @@ declare const Component: {
|
|
|
141
141
|
};
|
|
142
142
|
};
|
|
143
143
|
'&.SCCourseDashboard-student-container': {
|
|
144
|
+
'& .SCCourseDashboard-description': {
|
|
145
|
+
whiteSpace: string;
|
|
146
|
+
};
|
|
144
147
|
'& .SCCourseDashboard-accordion': {
|
|
145
148
|
borderTopLeftRadius: string;
|
|
146
149
|
borderTopRightRadius: string;
|
|
@@ -137,6 +137,9 @@ const Component = {
|
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
139
|
'&.SCCourseDashboard-student-container': {
|
|
140
|
+
'& .SCCourseDashboard-description': {
|
|
141
|
+
whiteSpace: 'pre-line'
|
|
142
|
+
},
|
|
140
143
|
'& .SCCourseDashboard-accordion': {
|
|
141
144
|
borderTopLeftRadius: 'unset',
|
|
142
145
|
borderTopRightRadius: 'unset'
|
|
@@ -83,6 +83,13 @@ declare const Component: {
|
|
|
83
83
|
'& .SCCourseForm-edit-privacy-item-info': {
|
|
84
84
|
marginLeft: any;
|
|
85
85
|
};
|
|
86
|
+
'& .SCCourseForm-disabled': {
|
|
87
|
+
opacity: number;
|
|
88
|
+
};
|
|
89
|
+
'& .SCCourseForm-edit-card': {
|
|
90
|
+
alignItems: string;
|
|
91
|
+
margin: any;
|
|
92
|
+
};
|
|
86
93
|
};
|
|
87
94
|
};
|
|
88
95
|
};
|
|
@@ -83,6 +83,13 @@ const Component = {
|
|
|
83
83
|
},
|
|
84
84
|
'& .SCCourseForm-edit-privacy-item-info': {
|
|
85
85
|
marginLeft: theme.spacing(2)
|
|
86
|
+
},
|
|
87
|
+
'& .SCCourseForm-disabled': {
|
|
88
|
+
opacity: 0.5
|
|
89
|
+
},
|
|
90
|
+
'& .SCCourseForm-edit-card': {
|
|
91
|
+
alignItems: 'center',
|
|
92
|
+
margin: theme.spacing(1)
|
|
86
93
|
}
|
|
87
94
|
}
|
|
88
95
|
}
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -273,6 +273,7 @@ declare const theme: {
|
|
|
273
273
|
'& .SCAccordionLessons-link': {
|
|
274
274
|
textDecoration: string;
|
|
275
275
|
padding: number;
|
|
276
|
+
justifyContent: string;
|
|
276
277
|
'&:hover': {
|
|
277
278
|
backgroundColor: string;
|
|
278
279
|
textDecoration: string;
|
|
@@ -2187,6 +2188,9 @@ declare const theme: {
|
|
|
2187
2188
|
};
|
|
2188
2189
|
};
|
|
2189
2190
|
'&.SCCourseDashboard-student-container': {
|
|
2191
|
+
'& .SCCourseDashboard-description': {
|
|
2192
|
+
whiteSpace: string;
|
|
2193
|
+
};
|
|
2190
2194
|
'& .SCCourseDashboard-accordion': {
|
|
2191
2195
|
borderTopLeftRadius: string;
|
|
2192
2196
|
borderTopRightRadius: string;
|
|
@@ -2618,6 +2622,13 @@ declare const theme: {
|
|
|
2618
2622
|
'& .SCCourseForm-edit-privacy-item-info': {
|
|
2619
2623
|
marginLeft: any;
|
|
2620
2624
|
};
|
|
2625
|
+
'& .SCCourseForm-disabled': {
|
|
2626
|
+
opacity: number;
|
|
2627
|
+
};
|
|
2628
|
+
'& .SCCourseForm-edit-card': {
|
|
2629
|
+
alignItems: string;
|
|
2630
|
+
margin: any;
|
|
2631
|
+
};
|
|
2621
2632
|
};
|
|
2622
2633
|
};
|
|
2623
2634
|
};
|