@selfcommunity/react-theme-default 1.2.5-alpha.4 → 1.2.6-alpha.3
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.js +1 -1
- package/lib/cjs/components/SCMediaFile.js +1 -1
- package/lib/cjs/components/SCMediaLink.d.ts +2 -7
- package/lib/cjs/components/SCMediaLink.js +4 -9
- package/lib/cjs/index.d.ts +2 -7
- package/lib/esm/components/SCCourse.js +1 -1
- package/lib/esm/components/SCMediaFile.js +1 -1
- package/lib/esm/components/SCMediaLink.d.ts +2 -7
- package/lib/esm/components/SCMediaLink.js +4 -9
- package/lib/esm/index.d.ts +2 -7
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
|
@@ -137,7 +137,7 @@ const Component = {
|
|
|
137
137
|
whiteSpace: 'nowrap'
|
|
138
138
|
},
|
|
139
139
|
'& .SCMediaFile-delete': {
|
|
140
|
-
background: theme.palette.
|
|
140
|
+
background: theme.palette.background.paper,
|
|
141
141
|
position: 'absolute',
|
|
142
142
|
right: theme.spacing(0.5),
|
|
143
143
|
top: theme.spacing(0.5)
|
|
@@ -106,18 +106,13 @@ declare const Component: {
|
|
|
106
106
|
};
|
|
107
107
|
};
|
|
108
108
|
};
|
|
109
|
-
'
|
|
110
|
-
|
|
109
|
+
'&.SCMediaLink-media-video .SCMediaLink-delete': {
|
|
110
|
+
color: any;
|
|
111
111
|
position: string;
|
|
112
112
|
right: any;
|
|
113
113
|
top: any;
|
|
114
114
|
zIndex: number;
|
|
115
115
|
};
|
|
116
|
-
'&.SCMediaLink-media-video .SCMediaLink-delete': {
|
|
117
|
-
background: any;
|
|
118
|
-
right: any;
|
|
119
|
-
top: any;
|
|
120
|
-
};
|
|
121
116
|
};
|
|
122
117
|
};
|
|
123
118
|
triggerRoot: () => {};
|
|
@@ -109,17 +109,12 @@ const Component = {
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
|
-
'& .SCMediaLink-delete': {
|
|
113
|
-
background: theme.palette.common.white,
|
|
114
|
-
position: 'absolute',
|
|
115
|
-
right: theme.spacing(0.5),
|
|
116
|
-
top: theme.spacing(0.5),
|
|
117
|
-
zIndex: 3
|
|
118
|
-
},
|
|
119
112
|
'&.SCMediaLink-media-video .SCMediaLink-delete': {
|
|
120
|
-
|
|
113
|
+
color: theme.palette.common.white,
|
|
114
|
+
position: 'absolute',
|
|
121
115
|
right: theme.spacing(1),
|
|
122
|
-
top: theme.spacing(1)
|
|
116
|
+
top: theme.spacing(1),
|
|
117
|
+
zIndex: 3
|
|
123
118
|
}
|
|
124
119
|
}
|
|
125
120
|
}),
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -6931,18 +6931,13 @@ declare const theme: {
|
|
|
6931
6931
|
};
|
|
6932
6932
|
};
|
|
6933
6933
|
};
|
|
6934
|
-
'
|
|
6935
|
-
|
|
6934
|
+
'&.SCMediaLink-media-video .SCMediaLink-delete': {
|
|
6935
|
+
color: any;
|
|
6936
6936
|
position: string;
|
|
6937
6937
|
right: any;
|
|
6938
6938
|
top: any;
|
|
6939
6939
|
zIndex: number;
|
|
6940
6940
|
};
|
|
6941
|
-
'&.SCMediaLink-media-video .SCMediaLink-delete': {
|
|
6942
|
-
background: any;
|
|
6943
|
-
right: any;
|
|
6944
|
-
top: any;
|
|
6945
|
-
};
|
|
6946
6941
|
};
|
|
6947
6942
|
};
|
|
6948
6943
|
triggerRoot: () => {};
|
|
@@ -135,7 +135,7 @@ const Component = {
|
|
|
135
135
|
whiteSpace: 'nowrap'
|
|
136
136
|
},
|
|
137
137
|
'& .SCMediaFile-delete': {
|
|
138
|
-
background: theme.palette.
|
|
138
|
+
background: theme.palette.background.paper,
|
|
139
139
|
position: 'absolute',
|
|
140
140
|
right: theme.spacing(0.5),
|
|
141
141
|
top: theme.spacing(0.5)
|
|
@@ -106,18 +106,13 @@ declare const Component: {
|
|
|
106
106
|
};
|
|
107
107
|
};
|
|
108
108
|
};
|
|
109
|
-
'
|
|
110
|
-
|
|
109
|
+
'&.SCMediaLink-media-video .SCMediaLink-delete': {
|
|
110
|
+
color: any;
|
|
111
111
|
position: string;
|
|
112
112
|
right: any;
|
|
113
113
|
top: any;
|
|
114
114
|
zIndex: number;
|
|
115
115
|
};
|
|
116
|
-
'&.SCMediaLink-media-video .SCMediaLink-delete': {
|
|
117
|
-
background: any;
|
|
118
|
-
right: any;
|
|
119
|
-
top: any;
|
|
120
|
-
};
|
|
121
116
|
};
|
|
122
117
|
};
|
|
123
118
|
triggerRoot: () => {};
|
|
@@ -107,17 +107,12 @@ const Component = {
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
'& .SCMediaLink-delete': {
|
|
111
|
-
background: theme.palette.common.white,
|
|
112
|
-
position: 'absolute',
|
|
113
|
-
right: theme.spacing(0.5),
|
|
114
|
-
top: theme.spacing(0.5),
|
|
115
|
-
zIndex: 3
|
|
116
|
-
},
|
|
117
110
|
'&.SCMediaLink-media-video .SCMediaLink-delete': {
|
|
118
|
-
|
|
111
|
+
color: theme.palette.common.white,
|
|
112
|
+
position: 'absolute',
|
|
119
113
|
right: theme.spacing(1),
|
|
120
|
-
top: theme.spacing(1)
|
|
114
|
+
top: theme.spacing(1),
|
|
115
|
+
zIndex: 3
|
|
121
116
|
}
|
|
122
117
|
}
|
|
123
118
|
}),
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -6931,18 +6931,13 @@ declare const theme: {
|
|
|
6931
6931
|
};
|
|
6932
6932
|
};
|
|
6933
6933
|
};
|
|
6934
|
-
'
|
|
6935
|
-
|
|
6934
|
+
'&.SCMediaLink-media-video .SCMediaLink-delete': {
|
|
6935
|
+
color: any;
|
|
6936
6936
|
position: string;
|
|
6937
6937
|
right: any;
|
|
6938
6938
|
top: any;
|
|
6939
6939
|
zIndex: number;
|
|
6940
6940
|
};
|
|
6941
|
-
'&.SCMediaLink-media-video .SCMediaLink-delete': {
|
|
6942
|
-
background: any;
|
|
6943
|
-
right: any;
|
|
6944
|
-
top: any;
|
|
6945
|
-
};
|
|
6946
6941
|
};
|
|
6947
6942
|
};
|
|
6948
6943
|
triggerRoot: () => {};
|