@selfcommunity/react-theme-default 0.2.0-alpha.7 → 0.2.0-alpha.9
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/SCEventForm.d.ts +5 -0
- package/lib/cjs/components/SCEventForm.js +6 -1
- package/lib/cjs/components/SCMediaLink.d.ts +51 -0
- package/lib/cjs/components/SCMediaLink.js +52 -1
- package/lib/cjs/components/SCOnBoardingWidget.d.ts +5 -4
- package/lib/cjs/components/SCOnBoardingWidget.js +8 -6
- package/lib/cjs/index.d.ts +61 -4
- package/lib/esm/components/SCEventForm.d.ts +5 -0
- package/lib/esm/components/SCEventForm.js +6 -1
- package/lib/esm/components/SCMediaLink.d.ts +51 -0
- package/lib/esm/components/SCMediaLink.js +52 -1
- package/lib/esm/components/SCOnBoardingWidget.d.ts +5 -4
- package/lib/esm/components/SCOnBoardingWidget.js +8 -6
- package/lib/esm/index.d.ts +61 -4
- package/lib/umd/react-theme-default.js +2 -2
- package/package.json +4 -4
package/lib/esm/index.d.ts
CHANGED
|
@@ -4171,6 +4171,33 @@ declare const theme: {
|
|
|
4171
4171
|
margin: string;
|
|
4172
4172
|
height: number;
|
|
4173
4173
|
};
|
|
4174
|
+
'& .SCMediaLink-html-wrap': {
|
|
4175
|
+
position: string;
|
|
4176
|
+
marginLeft: any;
|
|
4177
|
+
marginRight: any;
|
|
4178
|
+
'& .SCMediaLink-html': {
|
|
4179
|
+
width: string;
|
|
4180
|
+
position: string;
|
|
4181
|
+
top: number;
|
|
4182
|
+
zIndex: number;
|
|
4183
|
+
'& iframe': {
|
|
4184
|
+
width: string;
|
|
4185
|
+
margin: string;
|
|
4186
|
+
};
|
|
4187
|
+
};
|
|
4188
|
+
'& .SCMediaLink-html-placeholder': {
|
|
4189
|
+
width: string;
|
|
4190
|
+
position: string;
|
|
4191
|
+
top: number;
|
|
4192
|
+
zIndex: number;
|
|
4193
|
+
'& .SCMediaLink-html-loading': {
|
|
4194
|
+
position: string;
|
|
4195
|
+
display: string;
|
|
4196
|
+
top: string;
|
|
4197
|
+
left: string;
|
|
4198
|
+
};
|
|
4199
|
+
};
|
|
4200
|
+
};
|
|
4174
4201
|
'& .SCMediaLink-thumbnail': {
|
|
4175
4202
|
[x: number]: {
|
|
4176
4203
|
maxWidth: number;
|
|
@@ -4212,11 +4239,35 @@ declare const theme: {
|
|
|
4212
4239
|
'& .SCMediaLink-media': {
|
|
4213
4240
|
position: string;
|
|
4214
4241
|
margin: any;
|
|
4242
|
+
'& .SCMediaLink-html-wrap': {
|
|
4243
|
+
'& .SCMediaLink-html': {
|
|
4244
|
+
width: string;
|
|
4245
|
+
position: string;
|
|
4246
|
+
zIndex: number;
|
|
4247
|
+
'& iframe': {
|
|
4248
|
+
width: string;
|
|
4249
|
+
margin: string;
|
|
4250
|
+
};
|
|
4251
|
+
};
|
|
4252
|
+
'& .SCMediaLink-html-placeholder': {
|
|
4253
|
+
width: string;
|
|
4254
|
+
position: string;
|
|
4255
|
+
top: number;
|
|
4256
|
+
zIndex: number;
|
|
4257
|
+
'& .SCMediaLink-html-loading': {
|
|
4258
|
+
position: string;
|
|
4259
|
+
display: string;
|
|
4260
|
+
top: string;
|
|
4261
|
+
left: string;
|
|
4262
|
+
};
|
|
4263
|
+
};
|
|
4264
|
+
};
|
|
4215
4265
|
'& .SCMediaLink-delete': {
|
|
4216
4266
|
background: any;
|
|
4217
4267
|
position: string;
|
|
4218
4268
|
right: any;
|
|
4219
4269
|
top: any;
|
|
4270
|
+
zIndex: number;
|
|
4220
4271
|
};
|
|
4221
4272
|
'&.SCMediaLink-media-video .SCMediaLink-delete': {
|
|
4222
4273
|
background: any;
|
|
@@ -5211,17 +5262,16 @@ declare const theme: {
|
|
|
5211
5262
|
borderRadius: number;
|
|
5212
5263
|
background: string;
|
|
5213
5264
|
boxShadow: string;
|
|
5265
|
+
display: string;
|
|
5266
|
+
flexDirection: string;
|
|
5214
5267
|
};
|
|
5215
5268
|
'& .SCOnBoardingWidget-profile-icon': {
|
|
5216
5269
|
alignSelf: string;
|
|
5217
5270
|
};
|
|
5218
5271
|
'& .SCOnBoardingWidget-profile-avatar': {
|
|
5219
|
-
|
|
5220
|
-
top: number;
|
|
5221
|
-
};
|
|
5272
|
+
position: string;
|
|
5222
5273
|
top: number;
|
|
5223
5274
|
display: string;
|
|
5224
|
-
position: string;
|
|
5225
5275
|
marginLeft: any;
|
|
5226
5276
|
'& > .MuiBadge-root > img': {
|
|
5227
5277
|
height: any;
|
|
@@ -5242,9 +5292,11 @@ declare const theme: {
|
|
|
5242
5292
|
'& .SCOnBoardingWidget-profile-change-picture': {
|
|
5243
5293
|
[x: number]: {
|
|
5244
5294
|
top: number;
|
|
5295
|
+
left: number;
|
|
5245
5296
|
};
|
|
5246
5297
|
top: number;
|
|
5247
5298
|
left: number;
|
|
5299
|
+
height: number;
|
|
5248
5300
|
position: string;
|
|
5249
5301
|
display: string;
|
|
5250
5302
|
marginLeft: any;
|
|
@@ -6705,6 +6757,10 @@ declare const theme: {
|
|
|
6705
6757
|
'& .SCEventForm-form': {
|
|
6706
6758
|
'& .SCEventForm-picker': {
|
|
6707
6759
|
width: string;
|
|
6760
|
+
'& .MuiFormHelperText-root': {
|
|
6761
|
+
height: number;
|
|
6762
|
+
marginTop: number;
|
|
6763
|
+
};
|
|
6708
6764
|
};
|
|
6709
6765
|
'& .MuiTextField-root, .SCEventForm-frequency': {
|
|
6710
6766
|
marginBottom: any;
|
|
@@ -6770,6 +6826,7 @@ declare const theme: {
|
|
|
6770
6826
|
};
|
|
6771
6827
|
};
|
|
6772
6828
|
'& .SCEventForm-event-address-root': {
|
|
6829
|
+
marginTop: any;
|
|
6773
6830
|
backgroundColor: any;
|
|
6774
6831
|
borderRadius: number;
|
|
6775
6832
|
'& .SCEventForm-event-address-tabs': {
|