@selfcommunity/react-theme-default 0.5.0-mui7.29 → 0.5.0-mui7.31
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/SCCourseInfoDetails.d.ts +2 -2
- package/lib/cjs/components/SCCourseInfoDetails.js +2 -2
- package/lib/cjs/components/SCEventInfoDetails.d.ts +2 -2
- package/lib/cjs/components/SCEventInfoDetails.js +2 -2
- package/lib/cjs/components/SCLightbox.d.ts +3 -3
- package/lib/cjs/components/SCLightbox.js +3 -3
- package/lib/cjs/components/SCLiveStreamInfoDetails.d.ts +2 -2
- package/lib/cjs/components/SCLiveStreamInfoDetails.js +2 -2
- package/lib/cjs/components/SCLiveStreamRoom.d.ts +1 -1
- package/lib/cjs/components/SCLiveStreamRoom.js +1 -1
- package/lib/cjs/components/SCMediaFile.d.ts +2 -2
- package/lib/cjs/components/SCMediaFile.js +2 -2
- package/lib/cjs/components/SCOnBoardingWidget.d.ts +3 -3
- package/lib/cjs/components/SCOnBoardingWidget.js +3 -3
- package/lib/cjs/index.d.ts +15 -21
- package/lib/esm/components/SCCourseInfoDetails.d.ts +2 -2
- package/lib/esm/components/SCCourseInfoDetails.js +2 -2
- package/lib/esm/components/SCEventInfoDetails.d.ts +2 -2
- package/lib/esm/components/SCEventInfoDetails.js +2 -2
- package/lib/esm/components/SCLightbox.d.ts +3 -3
- package/lib/esm/components/SCLightbox.js +3 -3
- package/lib/esm/components/SCLiveStreamInfoDetails.d.ts +2 -2
- package/lib/esm/components/SCLiveStreamInfoDetails.js +2 -2
- package/lib/esm/components/SCLiveStreamRoom.d.ts +1 -1
- package/lib/esm/components/SCLiveStreamRoom.js +1 -1
- package/lib/esm/components/SCMediaFile.d.ts +2 -2
- package/lib/esm/components/SCMediaFile.js +2 -2
- package/lib/esm/components/SCOnBoardingWidget.d.ts +3 -3
- package/lib/esm/components/SCOnBoardingWidget.js +3 -3
- package/lib/esm/index.d.ts +15 -21
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
package/lib/esm/index.d.ts
CHANGED
|
@@ -2920,9 +2920,6 @@ declare const theme: {
|
|
|
2920
2920
|
root: ({ theme }: {
|
|
2921
2921
|
theme: any;
|
|
2922
2922
|
}) => {
|
|
2923
|
-
/**
|
|
2924
|
-
* Style fragments - Imports - Start
|
|
2925
|
-
*/
|
|
2926
2923
|
gap: any;
|
|
2927
2924
|
'& .SCCourseInfoDetails-icon-text-wrapper': {
|
|
2928
2925
|
flexDirection: string;
|
|
@@ -2941,8 +2938,8 @@ declare const theme: {
|
|
|
2941
2938
|
overflow: string;
|
|
2942
2939
|
textOverflow: string;
|
|
2943
2940
|
display: string;
|
|
2944
|
-
|
|
2945
|
-
|
|
2941
|
+
WebkitLineClamp: string;
|
|
2942
|
+
WebkitBoxOrient: string;
|
|
2946
2943
|
};
|
|
2947
2944
|
};
|
|
2948
2945
|
'& .SCCourseInfoDetails-in-progress': {
|
|
@@ -6095,11 +6092,11 @@ declare const theme: {
|
|
|
6095
6092
|
width: string;
|
|
6096
6093
|
zIndex: number;
|
|
6097
6094
|
"& .PhotoView__Spinner": {
|
|
6098
|
-
|
|
6095
|
+
WebkitAnimation: string;
|
|
6099
6096
|
animation: string;
|
|
6100
6097
|
};
|
|
6101
6098
|
"& .PhotoView__Spinner svg": {
|
|
6102
|
-
|
|
6099
|
+
WebkitAnimation: string;
|
|
6103
6100
|
animation: string;
|
|
6104
6101
|
};
|
|
6105
6102
|
"& .PhotoView__Photo": {
|
|
@@ -6161,7 +6158,7 @@ declare const theme: {
|
|
|
6161
6158
|
zIndex: number;
|
|
6162
6159
|
};
|
|
6163
6160
|
"& .PhotoView-Slider__fadeIn": {
|
|
6164
|
-
|
|
6161
|
+
WebkitAnimation: string;
|
|
6165
6162
|
animation: string;
|
|
6166
6163
|
opacity: number;
|
|
6167
6164
|
};
|
|
@@ -6700,8 +6697,8 @@ declare const theme: {
|
|
|
6700
6697
|
'& .SCMediaFile-title': {
|
|
6701
6698
|
textAlign: string;
|
|
6702
6699
|
display: string;
|
|
6703
|
-
|
|
6704
|
-
|
|
6700
|
+
WebkitLineClamp: string;
|
|
6701
|
+
WebkitBoxOrient: string;
|
|
6705
6702
|
overflow: string;
|
|
6706
6703
|
};
|
|
6707
6704
|
'& .SCMediaFile-subtitle': {
|
|
@@ -7619,7 +7616,7 @@ declare const theme: {
|
|
|
7619
7616
|
'&::-webkit-scrollbar': {
|
|
7620
7617
|
display: string;
|
|
7621
7618
|
};
|
|
7622
|
-
|
|
7619
|
+
WebkitOverflowScrolling: string;
|
|
7623
7620
|
'& .MuiButtonBase-root, .MuiListItem-root': {
|
|
7624
7621
|
marginRight: any;
|
|
7625
7622
|
padding: number;
|
|
@@ -7649,7 +7646,7 @@ declare const theme: {
|
|
|
7649
7646
|
};
|
|
7650
7647
|
};
|
|
7651
7648
|
};
|
|
7652
|
-
dialogRoot: (
|
|
7649
|
+
dialogRoot: () => {
|
|
7653
7650
|
'& .SCOnBoardingWidget-dialog-content': {
|
|
7654
7651
|
whiteSpace: string;
|
|
7655
7652
|
fontSize: string;
|
|
@@ -7664,7 +7661,7 @@ declare const theme: {
|
|
|
7664
7661
|
};
|
|
7665
7662
|
};
|
|
7666
7663
|
};
|
|
7667
|
-
actionsDrawerRoot: (
|
|
7664
|
+
actionsDrawerRoot: () => {};
|
|
7668
7665
|
accordionRoot: ({ theme, expanded }: any) => {
|
|
7669
7666
|
boxShadow: string;
|
|
7670
7667
|
'& .MuiAccordionDetails-root ': {
|
|
@@ -10281,8 +10278,8 @@ declare const theme: {
|
|
|
10281
10278
|
overflow: string;
|
|
10282
10279
|
textOverflow: string;
|
|
10283
10280
|
display: string;
|
|
10284
|
-
|
|
10285
|
-
|
|
10281
|
+
WebkitLineClamp: string;
|
|
10282
|
+
WebkitBoxOrient: string;
|
|
10286
10283
|
};
|
|
10287
10284
|
};
|
|
10288
10285
|
'& .SCEventInfoDetails-join-live': {
|
|
@@ -11344,9 +11341,6 @@ declare const theme: {
|
|
|
11344
11341
|
root: ({ theme }: {
|
|
11345
11342
|
theme: any;
|
|
11346
11343
|
}) => {
|
|
11347
|
-
/**
|
|
11348
|
-
* Style fragments - Imports - Start
|
|
11349
|
-
*/
|
|
11350
11344
|
gap: any;
|
|
11351
11345
|
'& .SCLiveStreamInfoDetails-icon-text-wrapper': {
|
|
11352
11346
|
flexDirection: string;
|
|
@@ -11365,8 +11359,8 @@ declare const theme: {
|
|
|
11365
11359
|
overflow: string;
|
|
11366
11360
|
textOverflow: string;
|
|
11367
11361
|
display: string;
|
|
11368
|
-
|
|
11369
|
-
|
|
11362
|
+
WebkitLineClamp: string;
|
|
11363
|
+
WebkitBoxOrient: string;
|
|
11370
11364
|
};
|
|
11371
11365
|
};
|
|
11372
11366
|
'& .SCLiveStreamInfoDetails-in-progress': {
|
|
@@ -11694,7 +11688,7 @@ declare const theme: {
|
|
|
11694
11688
|
backgroundColor: any;
|
|
11695
11689
|
'& textarea': {
|
|
11696
11690
|
color: any;
|
|
11697
|
-
|
|
11691
|
+
WebkitTextFillColor: any;
|
|
11698
11692
|
};
|
|
11699
11693
|
};
|
|
11700
11694
|
"& .SCLiveStreamRoom-conference": {
|