@selfcommunity/react-theme-default 0.4.2-courses.200 → 0.4.2-courses.202
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/SCCourse.d.ts +1 -1
- package/lib/cjs/components/SCCourse.js +1 -1
- package/lib/cjs/components/SCGroupForm.d.ts +3 -0
- package/lib/cjs/components/SCGroupForm.js +3 -0
- package/lib/cjs/index.d.ts +4 -1
- package/lib/esm/components/SCCourse.d.ts +1 -1
- package/lib/esm/components/SCCourse.js +1 -1
- package/lib/esm/components/SCGroupForm.d.ts +3 -0
- package/lib/esm/components/SCGroupForm.js +3 -0
- package/lib/esm/index.d.ts +4 -1
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
package/lib/cjs/index.d.ts
CHANGED
|
@@ -1896,7 +1896,7 @@ declare const theme: {
|
|
|
1896
1896
|
height: any;
|
|
1897
1897
|
};
|
|
1898
1898
|
'& .MuiChip-root': {
|
|
1899
|
-
|
|
1899
|
+
margin: any;
|
|
1900
1900
|
};
|
|
1901
1901
|
};
|
|
1902
1902
|
};
|
|
@@ -4790,6 +4790,9 @@ declare const theme: {
|
|
|
4790
4790
|
height: any;
|
|
4791
4791
|
width: any;
|
|
4792
4792
|
};
|
|
4793
|
+
'& .MuiIcon-root': {
|
|
4794
|
+
color: any;
|
|
4795
|
+
};
|
|
4793
4796
|
};
|
|
4794
4797
|
};
|
|
4795
4798
|
'& .SCChangeGroupPictureButton-root': {
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -1896,7 +1896,7 @@ declare const theme: {
|
|
|
1896
1896
|
height: any;
|
|
1897
1897
|
};
|
|
1898
1898
|
'& .MuiChip-root': {
|
|
1899
|
-
|
|
1899
|
+
margin: any;
|
|
1900
1900
|
};
|
|
1901
1901
|
};
|
|
1902
1902
|
};
|
|
@@ -4790,6 +4790,9 @@ declare const theme: {
|
|
|
4790
4790
|
height: any;
|
|
4791
4791
|
width: any;
|
|
4792
4792
|
};
|
|
4793
|
+
'& .MuiIcon-root': {
|
|
4794
|
+
color: any;
|
|
4795
|
+
};
|
|
4793
4796
|
};
|
|
4794
4797
|
};
|
|
4795
4798
|
'& .SCChangeGroupPictureButton-root': {
|