@selfcommunity/react-theme-default 0.4.2-courses.201 → 0.4.2-courses.203
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 +4 -1
- package/lib/cjs/components/SCCourse.js +4 -1
- package/lib/cjs/components/SCGroupForm.d.ts +3 -0
- package/lib/cjs/components/SCGroupForm.js +3 -0
- package/lib/cjs/index.d.ts +7 -1
- package/lib/esm/components/SCCourse.d.ts +4 -1
- package/lib/esm/components/SCCourse.js +4 -1
- package/lib/esm/components/SCGroupForm.d.ts +3 -0
- package/lib/esm/components/SCGroupForm.js +3 -0
- package/lib/esm/index.d.ts +7 -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,10 @@ declare const theme: {
|
|
|
1896
1896
|
height: any;
|
|
1897
1897
|
};
|
|
1898
1898
|
'& .MuiChip-root': {
|
|
1899
|
-
|
|
1899
|
+
[x: number]: {
|
|
1900
|
+
maxWidth: any;
|
|
1901
|
+
};
|
|
1902
|
+
margin: any;
|
|
1900
1903
|
};
|
|
1901
1904
|
};
|
|
1902
1905
|
};
|
|
@@ -4790,6 +4793,9 @@ declare const theme: {
|
|
|
4790
4793
|
height: any;
|
|
4791
4794
|
width: any;
|
|
4792
4795
|
};
|
|
4796
|
+
'& .MuiIcon-root': {
|
|
4797
|
+
color: any;
|
|
4798
|
+
};
|
|
4793
4799
|
};
|
|
4794
4800
|
};
|
|
4795
4801
|
'& .SCChangeGroupPictureButton-root': {
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -1896,7 +1896,10 @@ declare const theme: {
|
|
|
1896
1896
|
height: any;
|
|
1897
1897
|
};
|
|
1898
1898
|
'& .MuiChip-root': {
|
|
1899
|
-
|
|
1899
|
+
[x: number]: {
|
|
1900
|
+
maxWidth: any;
|
|
1901
|
+
};
|
|
1902
|
+
margin: any;
|
|
1900
1903
|
};
|
|
1901
1904
|
};
|
|
1902
1905
|
};
|
|
@@ -4790,6 +4793,9 @@ declare const theme: {
|
|
|
4790
4793
|
height: any;
|
|
4791
4794
|
width: any;
|
|
4792
4795
|
};
|
|
4796
|
+
'& .MuiIcon-root': {
|
|
4797
|
+
color: any;
|
|
4798
|
+
};
|
|
4793
4799
|
};
|
|
4794
4800
|
};
|
|
4795
4801
|
'& .SCChangeGroupPictureButton-root': {
|