@selfcommunity/react-theme-default 0.2.0-alpha.8 → 0.2.0-embeds.16
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 +0 -5
- package/lib/cjs/components/SCMediaLink.js +6 -7
- package/lib/cjs/index.d.ts +5 -5
- package/lib/esm/components/SCEventForm.d.ts +5 -0
- package/lib/esm/components/SCEventForm.js +6 -1
- package/lib/esm/components/SCMediaLink.d.ts +0 -5
- package/lib/esm/components/SCMediaLink.js +6 -7
- package/lib/esm/index.d.ts +5 -5
- package/lib/umd/react-theme-default.js +2 -2
- package/package.json +4 -4
|
@@ -20,6 +20,10 @@ declare const Component: {
|
|
|
20
20
|
'& .SCEventForm-form': {
|
|
21
21
|
'& .SCEventForm-picker': {
|
|
22
22
|
width: string;
|
|
23
|
+
'& .MuiFormHelperText-root': {
|
|
24
|
+
height: number;
|
|
25
|
+
marginTop: number;
|
|
26
|
+
};
|
|
23
27
|
};
|
|
24
28
|
'& .MuiTextField-root, .SCEventForm-frequency': {
|
|
25
29
|
marginBottom: any;
|
|
@@ -85,6 +89,7 @@ declare const Component: {
|
|
|
85
89
|
};
|
|
86
90
|
};
|
|
87
91
|
'& .SCEventForm-event-address-root': {
|
|
92
|
+
marginTop: any;
|
|
88
93
|
backgroundColor: any;
|
|
89
94
|
borderRadius: number;
|
|
90
95
|
'& .SCEventForm-event-address-tabs': {
|
|
@@ -22,7 +22,11 @@ const Component = {
|
|
|
22
22
|
},
|
|
23
23
|
'& .SCEventForm-form': {
|
|
24
24
|
'& .SCEventForm-picker': {
|
|
25
|
-
width: '50%'
|
|
25
|
+
width: '50%',
|
|
26
|
+
'& .MuiFormHelperText-root': {
|
|
27
|
+
height: 0,
|
|
28
|
+
marginTop: 0
|
|
29
|
+
}
|
|
26
30
|
},
|
|
27
31
|
'& .MuiTextField-root, .SCEventForm-frequency': {
|
|
28
32
|
marginBottom: theme.spacing(2)
|
|
@@ -88,6 +92,7 @@ const Component = {
|
|
|
88
92
|
}
|
|
89
93
|
},
|
|
90
94
|
'& .SCEventForm-event-address-root': {
|
|
95
|
+
marginTop: theme.spacing(2),
|
|
91
96
|
backgroundColor: theme.palette.grey['A200'],
|
|
92
97
|
borderRadius: 5,
|
|
93
98
|
'& .SCEventForm-event-address-tabs': {
|
|
@@ -19,7 +19,6 @@ declare const Component: {
|
|
|
19
19
|
width: string;
|
|
20
20
|
position: string;
|
|
21
21
|
top: number;
|
|
22
|
-
zIndex: number;
|
|
23
22
|
'& iframe': {
|
|
24
23
|
width: string;
|
|
25
24
|
margin: string;
|
|
@@ -29,7 +28,6 @@ declare const Component: {
|
|
|
29
28
|
width: string;
|
|
30
29
|
position: string;
|
|
31
30
|
top: number;
|
|
32
|
-
zIndex: number;
|
|
33
31
|
'& .SCMediaLink-html-loading': {
|
|
34
32
|
position: string;
|
|
35
33
|
display: string;
|
|
@@ -78,12 +76,10 @@ declare const Component: {
|
|
|
78
76
|
previewRoot: ({ theme }: any) => {
|
|
79
77
|
'& .SCMediaLink-media': {
|
|
80
78
|
position: string;
|
|
81
|
-
margin: any;
|
|
82
79
|
'& .SCMediaLink-html-wrap': {
|
|
83
80
|
'& .SCMediaLink-html': {
|
|
84
81
|
width: string;
|
|
85
82
|
position: string;
|
|
86
|
-
zIndex: number;
|
|
87
83
|
'& iframe': {
|
|
88
84
|
width: string;
|
|
89
85
|
margin: string;
|
|
@@ -93,7 +89,6 @@ declare const Component: {
|
|
|
93
89
|
width: string;
|
|
94
90
|
position: string;
|
|
95
91
|
top: number;
|
|
96
|
-
zIndex: number;
|
|
97
92
|
'& .SCMediaLink-html-loading': {
|
|
98
93
|
position: string;
|
|
99
94
|
display: string;
|
|
@@ -22,7 +22,7 @@ const Component = {
|
|
|
22
22
|
width: '100%',
|
|
23
23
|
position: 'absolute',
|
|
24
24
|
top: 0,
|
|
25
|
-
zIndex: 2,
|
|
25
|
+
// zIndex: 2,
|
|
26
26
|
'& iframe': {
|
|
27
27
|
width: '100%',
|
|
28
28
|
margin: '0px auto'
|
|
@@ -32,10 +32,10 @@ const Component = {
|
|
|
32
32
|
width: '100%',
|
|
33
33
|
position: 'relative',
|
|
34
34
|
top: 0,
|
|
35
|
-
zIndex: 1,
|
|
35
|
+
// zIndex: 1,
|
|
36
36
|
'& .SCMediaLink-html-loading': {
|
|
37
37
|
position: 'absolute',
|
|
38
|
-
display: '
|
|
38
|
+
display: 'none',
|
|
39
39
|
top: '38%',
|
|
40
40
|
left: '50%'
|
|
41
41
|
}
|
|
@@ -81,12 +81,11 @@ const Component = {
|
|
|
81
81
|
previewRoot: ({ theme }) => ({
|
|
82
82
|
'& .SCMediaLink-media': {
|
|
83
83
|
position: 'relative',
|
|
84
|
-
margin: theme.spacing(1),
|
|
85
84
|
'& .SCMediaLink-html-wrap': {
|
|
86
85
|
'& .SCMediaLink-html': {
|
|
87
86
|
width: '100%',
|
|
88
87
|
position: 'absolute',
|
|
89
|
-
zIndex: 2,
|
|
88
|
+
// zIndex: 2,
|
|
90
89
|
'& iframe': {
|
|
91
90
|
width: '100%',
|
|
92
91
|
margin: '0px auto'
|
|
@@ -96,10 +95,10 @@ const Component = {
|
|
|
96
95
|
width: '100%',
|
|
97
96
|
position: 'absolute',
|
|
98
97
|
top: 0,
|
|
99
|
-
zIndex: 1,
|
|
98
|
+
// zIndex: 1,
|
|
100
99
|
'& .SCMediaLink-html-loading': {
|
|
101
100
|
position: 'absolute',
|
|
102
|
-
display: '
|
|
101
|
+
display: 'none',
|
|
103
102
|
top: '40%',
|
|
104
103
|
left: '50%'
|
|
105
104
|
}
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -4179,7 +4179,6 @@ declare const theme: {
|
|
|
4179
4179
|
width: string;
|
|
4180
4180
|
position: string;
|
|
4181
4181
|
top: number;
|
|
4182
|
-
zIndex: number;
|
|
4183
4182
|
'& iframe': {
|
|
4184
4183
|
width: string;
|
|
4185
4184
|
margin: string;
|
|
@@ -4189,7 +4188,6 @@ declare const theme: {
|
|
|
4189
4188
|
width: string;
|
|
4190
4189
|
position: string;
|
|
4191
4190
|
top: number;
|
|
4192
|
-
zIndex: number;
|
|
4193
4191
|
'& .SCMediaLink-html-loading': {
|
|
4194
4192
|
position: string;
|
|
4195
4193
|
display: string;
|
|
@@ -4238,12 +4236,10 @@ declare const theme: {
|
|
|
4238
4236
|
previewRoot: ({ theme }: any) => {
|
|
4239
4237
|
'& .SCMediaLink-media': {
|
|
4240
4238
|
position: string;
|
|
4241
|
-
margin: any;
|
|
4242
4239
|
'& .SCMediaLink-html-wrap': {
|
|
4243
4240
|
'& .SCMediaLink-html': {
|
|
4244
4241
|
width: string;
|
|
4245
4242
|
position: string;
|
|
4246
|
-
zIndex: number;
|
|
4247
4243
|
'& iframe': {
|
|
4248
4244
|
width: string;
|
|
4249
4245
|
margin: string;
|
|
@@ -4253,7 +4249,6 @@ declare const theme: {
|
|
|
4253
4249
|
width: string;
|
|
4254
4250
|
position: string;
|
|
4255
4251
|
top: number;
|
|
4256
|
-
zIndex: number;
|
|
4257
4252
|
'& .SCMediaLink-html-loading': {
|
|
4258
4253
|
position: string;
|
|
4259
4254
|
display: string;
|
|
@@ -6757,6 +6752,10 @@ declare const theme: {
|
|
|
6757
6752
|
'& .SCEventForm-form': {
|
|
6758
6753
|
'& .SCEventForm-picker': {
|
|
6759
6754
|
width: string;
|
|
6755
|
+
'& .MuiFormHelperText-root': {
|
|
6756
|
+
height: number;
|
|
6757
|
+
marginTop: number;
|
|
6758
|
+
};
|
|
6760
6759
|
};
|
|
6761
6760
|
'& .MuiTextField-root, .SCEventForm-frequency': {
|
|
6762
6761
|
marginBottom: any;
|
|
@@ -6822,6 +6821,7 @@ declare const theme: {
|
|
|
6822
6821
|
};
|
|
6823
6822
|
};
|
|
6824
6823
|
'& .SCEventForm-event-address-root': {
|
|
6824
|
+
marginTop: any;
|
|
6825
6825
|
backgroundColor: any;
|
|
6826
6826
|
borderRadius: number;
|
|
6827
6827
|
'& .SCEventForm-event-address-tabs': {
|
|
@@ -20,6 +20,10 @@ declare const Component: {
|
|
|
20
20
|
'& .SCEventForm-form': {
|
|
21
21
|
'& .SCEventForm-picker': {
|
|
22
22
|
width: string;
|
|
23
|
+
'& .MuiFormHelperText-root': {
|
|
24
|
+
height: number;
|
|
25
|
+
marginTop: number;
|
|
26
|
+
};
|
|
23
27
|
};
|
|
24
28
|
'& .MuiTextField-root, .SCEventForm-frequency': {
|
|
25
29
|
marginBottom: any;
|
|
@@ -85,6 +89,7 @@ declare const Component: {
|
|
|
85
89
|
};
|
|
86
90
|
};
|
|
87
91
|
'& .SCEventForm-event-address-root': {
|
|
92
|
+
marginTop: any;
|
|
88
93
|
backgroundColor: any;
|
|
89
94
|
borderRadius: number;
|
|
90
95
|
'& .SCEventForm-event-address-tabs': {
|
|
@@ -20,7 +20,11 @@ const Component = {
|
|
|
20
20
|
},
|
|
21
21
|
'& .SCEventForm-form': {
|
|
22
22
|
'& .SCEventForm-picker': {
|
|
23
|
-
width: '50%'
|
|
23
|
+
width: '50%',
|
|
24
|
+
'& .MuiFormHelperText-root': {
|
|
25
|
+
height: 0,
|
|
26
|
+
marginTop: 0
|
|
27
|
+
}
|
|
24
28
|
},
|
|
25
29
|
'& .MuiTextField-root, .SCEventForm-frequency': {
|
|
26
30
|
marginBottom: theme.spacing(2)
|
|
@@ -86,6 +90,7 @@ const Component = {
|
|
|
86
90
|
}
|
|
87
91
|
},
|
|
88
92
|
'& .SCEventForm-event-address-root': {
|
|
93
|
+
marginTop: theme.spacing(2),
|
|
89
94
|
backgroundColor: theme.palette.grey['A200'],
|
|
90
95
|
borderRadius: 5,
|
|
91
96
|
'& .SCEventForm-event-address-tabs': {
|
|
@@ -19,7 +19,6 @@ declare const Component: {
|
|
|
19
19
|
width: string;
|
|
20
20
|
position: string;
|
|
21
21
|
top: number;
|
|
22
|
-
zIndex: number;
|
|
23
22
|
'& iframe': {
|
|
24
23
|
width: string;
|
|
25
24
|
margin: string;
|
|
@@ -29,7 +28,6 @@ declare const Component: {
|
|
|
29
28
|
width: string;
|
|
30
29
|
position: string;
|
|
31
30
|
top: number;
|
|
32
|
-
zIndex: number;
|
|
33
31
|
'& .SCMediaLink-html-loading': {
|
|
34
32
|
position: string;
|
|
35
33
|
display: string;
|
|
@@ -78,12 +76,10 @@ declare const Component: {
|
|
|
78
76
|
previewRoot: ({ theme }: any) => {
|
|
79
77
|
'& .SCMediaLink-media': {
|
|
80
78
|
position: string;
|
|
81
|
-
margin: any;
|
|
82
79
|
'& .SCMediaLink-html-wrap': {
|
|
83
80
|
'& .SCMediaLink-html': {
|
|
84
81
|
width: string;
|
|
85
82
|
position: string;
|
|
86
|
-
zIndex: number;
|
|
87
83
|
'& iframe': {
|
|
88
84
|
width: string;
|
|
89
85
|
margin: string;
|
|
@@ -93,7 +89,6 @@ declare const Component: {
|
|
|
93
89
|
width: string;
|
|
94
90
|
position: string;
|
|
95
91
|
top: number;
|
|
96
|
-
zIndex: number;
|
|
97
92
|
'& .SCMediaLink-html-loading': {
|
|
98
93
|
position: string;
|
|
99
94
|
display: string;
|
|
@@ -20,7 +20,7 @@ const Component = {
|
|
|
20
20
|
width: '100%',
|
|
21
21
|
position: 'absolute',
|
|
22
22
|
top: 0,
|
|
23
|
-
zIndex: 2,
|
|
23
|
+
// zIndex: 2,
|
|
24
24
|
'& iframe': {
|
|
25
25
|
width: '100%',
|
|
26
26
|
margin: '0px auto'
|
|
@@ -30,10 +30,10 @@ const Component = {
|
|
|
30
30
|
width: '100%',
|
|
31
31
|
position: 'relative',
|
|
32
32
|
top: 0,
|
|
33
|
-
zIndex: 1,
|
|
33
|
+
// zIndex: 1,
|
|
34
34
|
'& .SCMediaLink-html-loading': {
|
|
35
35
|
position: 'absolute',
|
|
36
|
-
display: '
|
|
36
|
+
display: 'none',
|
|
37
37
|
top: '38%',
|
|
38
38
|
left: '50%'
|
|
39
39
|
}
|
|
@@ -79,12 +79,11 @@ const Component = {
|
|
|
79
79
|
previewRoot: ({ theme }) => ({
|
|
80
80
|
'& .SCMediaLink-media': {
|
|
81
81
|
position: 'relative',
|
|
82
|
-
margin: theme.spacing(1),
|
|
83
82
|
'& .SCMediaLink-html-wrap': {
|
|
84
83
|
'& .SCMediaLink-html': {
|
|
85
84
|
width: '100%',
|
|
86
85
|
position: 'absolute',
|
|
87
|
-
zIndex: 2,
|
|
86
|
+
// zIndex: 2,
|
|
88
87
|
'& iframe': {
|
|
89
88
|
width: '100%',
|
|
90
89
|
margin: '0px auto'
|
|
@@ -94,10 +93,10 @@ const Component = {
|
|
|
94
93
|
width: '100%',
|
|
95
94
|
position: 'absolute',
|
|
96
95
|
top: 0,
|
|
97
|
-
zIndex: 1,
|
|
96
|
+
// zIndex: 1,
|
|
98
97
|
'& .SCMediaLink-html-loading': {
|
|
99
98
|
position: 'absolute',
|
|
100
|
-
display: '
|
|
99
|
+
display: 'none',
|
|
101
100
|
top: '40%',
|
|
102
101
|
left: '50%'
|
|
103
102
|
}
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -4179,7 +4179,6 @@ declare const theme: {
|
|
|
4179
4179
|
width: string;
|
|
4180
4180
|
position: string;
|
|
4181
4181
|
top: number;
|
|
4182
|
-
zIndex: number;
|
|
4183
4182
|
'& iframe': {
|
|
4184
4183
|
width: string;
|
|
4185
4184
|
margin: string;
|
|
@@ -4189,7 +4188,6 @@ declare const theme: {
|
|
|
4189
4188
|
width: string;
|
|
4190
4189
|
position: string;
|
|
4191
4190
|
top: number;
|
|
4192
|
-
zIndex: number;
|
|
4193
4191
|
'& .SCMediaLink-html-loading': {
|
|
4194
4192
|
position: string;
|
|
4195
4193
|
display: string;
|
|
@@ -4238,12 +4236,10 @@ declare const theme: {
|
|
|
4238
4236
|
previewRoot: ({ theme }: any) => {
|
|
4239
4237
|
'& .SCMediaLink-media': {
|
|
4240
4238
|
position: string;
|
|
4241
|
-
margin: any;
|
|
4242
4239
|
'& .SCMediaLink-html-wrap': {
|
|
4243
4240
|
'& .SCMediaLink-html': {
|
|
4244
4241
|
width: string;
|
|
4245
4242
|
position: string;
|
|
4246
|
-
zIndex: number;
|
|
4247
4243
|
'& iframe': {
|
|
4248
4244
|
width: string;
|
|
4249
4245
|
margin: string;
|
|
@@ -4253,7 +4249,6 @@ declare const theme: {
|
|
|
4253
4249
|
width: string;
|
|
4254
4250
|
position: string;
|
|
4255
4251
|
top: number;
|
|
4256
|
-
zIndex: number;
|
|
4257
4252
|
'& .SCMediaLink-html-loading': {
|
|
4258
4253
|
position: string;
|
|
4259
4254
|
display: string;
|
|
@@ -6757,6 +6752,10 @@ declare const theme: {
|
|
|
6757
6752
|
'& .SCEventForm-form': {
|
|
6758
6753
|
'& .SCEventForm-picker': {
|
|
6759
6754
|
width: string;
|
|
6755
|
+
'& .MuiFormHelperText-root': {
|
|
6756
|
+
height: number;
|
|
6757
|
+
marginTop: number;
|
|
6758
|
+
};
|
|
6760
6759
|
};
|
|
6761
6760
|
'& .MuiTextField-root, .SCEventForm-frequency': {
|
|
6762
6761
|
marginBottom: any;
|
|
@@ -6822,6 +6821,7 @@ declare const theme: {
|
|
|
6822
6821
|
};
|
|
6823
6822
|
};
|
|
6824
6823
|
'& .SCEventForm-event-address-root': {
|
|
6824
|
+
marginTop: any;
|
|
6825
6825
|
backgroundColor: any;
|
|
6826
6826
|
borderRadius: number;
|
|
6827
6827
|
'& .SCEventForm-event-address-tabs': {
|