@selfcommunity/react-theme-default 0.2.0-live.55 → 0.2.0-live.56
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/SCLiveStream.d.ts +217 -0
- package/lib/cjs/components/SCLiveStream.js +219 -0
- package/lib/cjs/components/SCLiveStreamForm.d.ts +3 -0
- package/lib/cjs/components/SCLiveStreamForm.js +3 -0
- package/lib/cjs/components/SCLiveStreamFormSettings.d.ts +15 -0
- package/lib/cjs/components/SCLiveStreamFormSettings.js +17 -0
- package/lib/cjs/components/SCLiveStreamInfoDetails.d.ts +43 -0
- package/lib/cjs/components/SCLiveStreamInfoDetails.js +43 -0
- package/lib/cjs/index.d.ts +233 -0
- package/lib/cjs/index.js +5 -1
- package/lib/esm/components/SCLiveStream.d.ts +217 -0
- package/lib/esm/components/SCLiveStream.js +217 -0
- package/lib/esm/components/SCLiveStreamForm.d.ts +3 -0
- package/lib/esm/components/SCLiveStreamForm.js +3 -0
- package/lib/esm/components/SCLiveStreamFormSettings.d.ts +15 -0
- package/lib/esm/components/SCLiveStreamFormSettings.js +15 -0
- package/lib/esm/components/SCLiveStreamInfoDetails.d.ts +43 -0
- package/lib/esm/components/SCLiveStreamInfoDetails.js +41 -0
- package/lib/esm/index.d.ts +233 -0
- package/lib/esm/index.js +5 -1
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +4 -4
package/lib/cjs/index.d.ts
CHANGED
|
@@ -8373,6 +8373,222 @@ declare const theme: {
|
|
|
8373
8373
|
};
|
|
8374
8374
|
};
|
|
8375
8375
|
};
|
|
8376
|
+
SCLiveStream: {
|
|
8377
|
+
styleOverrides: {
|
|
8378
|
+
root: ({ theme }: any) => {};
|
|
8379
|
+
detailRoot: ({ theme }: any) => {
|
|
8380
|
+
'& .SCLiveStream-detail-image-wrapper': {
|
|
8381
|
+
position: string;
|
|
8382
|
+
'& .SCLiveStream-detail-image': {
|
|
8383
|
+
height: string;
|
|
8384
|
+
};
|
|
8385
|
+
'& .SCLiveStream-detail-in-progress': {
|
|
8386
|
+
backgroundColor: any;
|
|
8387
|
+
position: string;
|
|
8388
|
+
top: number;
|
|
8389
|
+
right: number;
|
|
8390
|
+
color: any;
|
|
8391
|
+
boxShadow: string;
|
|
8392
|
+
};
|
|
8393
|
+
};
|
|
8394
|
+
'& .SCLiveStream-detail-content': {
|
|
8395
|
+
padding: string;
|
|
8396
|
+
'& .SCLiveStream-detail-user': {
|
|
8397
|
+
marginTop: string;
|
|
8398
|
+
'& .SCBaseItemButton-text': {
|
|
8399
|
+
margin: number;
|
|
8400
|
+
};
|
|
8401
|
+
};
|
|
8402
|
+
'& .SCLiveStream-detail-name-wrapper': {
|
|
8403
|
+
textDecoration: string;
|
|
8404
|
+
color: string;
|
|
8405
|
+
'& .SCLiveStream-detail-name': {
|
|
8406
|
+
marginBottom: string;
|
|
8407
|
+
};
|
|
8408
|
+
};
|
|
8409
|
+
'& .SCLiveStream-detail-first-divider': {
|
|
8410
|
+
marginTop: string;
|
|
8411
|
+
marginBottom: any;
|
|
8412
|
+
};
|
|
8413
|
+
'& .SCLiveStream-detail-second-divider': {
|
|
8414
|
+
marginTop: any;
|
|
8415
|
+
marginBottom: string;
|
|
8416
|
+
};
|
|
8417
|
+
};
|
|
8418
|
+
};
|
|
8419
|
+
previewRoot: ({ theme }: any) => {
|
|
8420
|
+
'& .SCLiveStream-preview-image-wrapper': {
|
|
8421
|
+
position: string;
|
|
8422
|
+
'& .SCLiveStream-preview-image': {
|
|
8423
|
+
height: string;
|
|
8424
|
+
};
|
|
8425
|
+
'& .SCLiveStream-preview-in-progress': {
|
|
8426
|
+
height: number;
|
|
8427
|
+
backgroundColor: any;
|
|
8428
|
+
position: string;
|
|
8429
|
+
top: number;
|
|
8430
|
+
right: number;
|
|
8431
|
+
color: any;
|
|
8432
|
+
boxShadow: string;
|
|
8433
|
+
'& span': {
|
|
8434
|
+
fontSize: string;
|
|
8435
|
+
paddingLeft: any;
|
|
8436
|
+
paddingRight: any;
|
|
8437
|
+
};
|
|
8438
|
+
};
|
|
8439
|
+
};
|
|
8440
|
+
'& .SCLiveStream-preview-content': {
|
|
8441
|
+
padding: string;
|
|
8442
|
+
'& .SCLiveStreamInfoDetails-icon-text-wrapper': {
|
|
8443
|
+
'& .MuiTypography-root': {
|
|
8444
|
+
fontSize: string;
|
|
8445
|
+
};
|
|
8446
|
+
};
|
|
8447
|
+
'& .SCLiveStream-detail-user': {
|
|
8448
|
+
marginTop: string;
|
|
8449
|
+
'& .SCBaseItemButton-text': {
|
|
8450
|
+
margin: number;
|
|
8451
|
+
};
|
|
8452
|
+
};
|
|
8453
|
+
'& .SCLiveStream-preview-name-wrapper': {
|
|
8454
|
+
marginTop: number;
|
|
8455
|
+
textDecoration: string;
|
|
8456
|
+
color: string;
|
|
8457
|
+
'& h5': {
|
|
8458
|
+
whiteSpace: string;
|
|
8459
|
+
overflow: string;
|
|
8460
|
+
textOverflow: string;
|
|
8461
|
+
};
|
|
8462
|
+
};
|
|
8463
|
+
};
|
|
8464
|
+
};
|
|
8465
|
+
snippetRoot: ({ theme }: any) => {
|
|
8466
|
+
overflow: string;
|
|
8467
|
+
boxSizing: string;
|
|
8468
|
+
paddingLeft: string;
|
|
8469
|
+
paddingRight: string;
|
|
8470
|
+
'& .SCBaseItem-image': {
|
|
8471
|
+
'& .MuiAvatar-root': {
|
|
8472
|
+
width: number;
|
|
8473
|
+
height: number;
|
|
8474
|
+
'& img': {
|
|
8475
|
+
borderRadius: string;
|
|
8476
|
+
};
|
|
8477
|
+
};
|
|
8478
|
+
};
|
|
8479
|
+
'& .SCLiveStream-snippet-image': {
|
|
8480
|
+
position: string;
|
|
8481
|
+
'& .SCLiveStream-snippet-in-progress': {
|
|
8482
|
+
height: number;
|
|
8483
|
+
backgroundColor: any;
|
|
8484
|
+
position: string;
|
|
8485
|
+
top: number;
|
|
8486
|
+
right: number;
|
|
8487
|
+
color: any;
|
|
8488
|
+
boxShadow: string;
|
|
8489
|
+
'& span': {
|
|
8490
|
+
fontSize: string;
|
|
8491
|
+
paddingLeft: any;
|
|
8492
|
+
paddingRight: any;
|
|
8493
|
+
};
|
|
8494
|
+
};
|
|
8495
|
+
};
|
|
8496
|
+
'& .SCBaseItem-text': {
|
|
8497
|
+
fontSize: any;
|
|
8498
|
+
'& .SCLiveStream-snippet-primary': {
|
|
8499
|
+
color: any;
|
|
8500
|
+
textDecoration: string;
|
|
8501
|
+
'&:hover': {
|
|
8502
|
+
textDecoration: string;
|
|
8503
|
+
};
|
|
8504
|
+
'& p': {
|
|
8505
|
+
fontWeight: any;
|
|
8506
|
+
};
|
|
8507
|
+
};
|
|
8508
|
+
'& .SCLiveStream-snippet-secondary': {
|
|
8509
|
+
color: any;
|
|
8510
|
+
};
|
|
8511
|
+
};
|
|
8512
|
+
};
|
|
8513
|
+
skeletonRoot: ({ theme }: any) => {
|
|
8514
|
+
'& .SCLiveStream-skeleton-detail-root': {
|
|
8515
|
+
'& .SCLiveStream-skeleton-detail-calendar': {
|
|
8516
|
+
position: string;
|
|
8517
|
+
bottom: string;
|
|
8518
|
+
left: string;
|
|
8519
|
+
boxShadow: string;
|
|
8520
|
+
};
|
|
8521
|
+
'& .SCLiveStream-skeleton-detail-content': {
|
|
8522
|
+
padding: string;
|
|
8523
|
+
'& .SCLiveStream-skeleton-detail-user': {
|
|
8524
|
+
marginTop: string;
|
|
8525
|
+
'& .SCBaseItemButton-text': {
|
|
8526
|
+
margin: number;
|
|
8527
|
+
};
|
|
8528
|
+
};
|
|
8529
|
+
'& .SCLiveStream-skeleton-detail-name-wrapper': {
|
|
8530
|
+
textDecoration: string;
|
|
8531
|
+
color: string;
|
|
8532
|
+
'& .SCLiveStream-skeleton-detail-name': {
|
|
8533
|
+
marginBottom: string;
|
|
8534
|
+
};
|
|
8535
|
+
};
|
|
8536
|
+
'& .SCLiveStream-skeleton-detail-first-divider': {
|
|
8537
|
+
marginTop: string;
|
|
8538
|
+
marginBottom: any;
|
|
8539
|
+
};
|
|
8540
|
+
'& .SCLiveStream-skeleton-detail-second-divider': {
|
|
8541
|
+
marginTop: any;
|
|
8542
|
+
marginBottom: string;
|
|
8543
|
+
};
|
|
8544
|
+
};
|
|
8545
|
+
};
|
|
8546
|
+
'& .SCLiveStream-skeleton-preview-root': {
|
|
8547
|
+
'& .SCLiveStream-skeleton-preview-content': {
|
|
8548
|
+
padding: any;
|
|
8549
|
+
};
|
|
8550
|
+
'& .SCLiveStream-skeleton-preview-image': {
|
|
8551
|
+
position: string;
|
|
8552
|
+
'& .MuiSkeleton-root': {
|
|
8553
|
+
borderRadius: string;
|
|
8554
|
+
};
|
|
8555
|
+
'& .MuiIcon-root': {
|
|
8556
|
+
color: any;
|
|
8557
|
+
position: string;
|
|
8558
|
+
top: string;
|
|
8559
|
+
left: string;
|
|
8560
|
+
transform: string;
|
|
8561
|
+
};
|
|
8562
|
+
};
|
|
8563
|
+
'& .SCBaseItem-actions': {
|
|
8564
|
+
maxWidth: string;
|
|
8565
|
+
};
|
|
8566
|
+
};
|
|
8567
|
+
'& .SCLiveStream-skeleton-snippet-root': {
|
|
8568
|
+
overflow: string;
|
|
8569
|
+
boxSizing: string;
|
|
8570
|
+
paddingLeft: string;
|
|
8571
|
+
paddingRight: string;
|
|
8572
|
+
'& .SCLiveStream-skeleton-snippet-image': {
|
|
8573
|
+
position: string;
|
|
8574
|
+
'& .MuiSkeleton-root': {
|
|
8575
|
+
borderRadius: string;
|
|
8576
|
+
};
|
|
8577
|
+
'& .MuiIcon-root': {
|
|
8578
|
+
color: any;
|
|
8579
|
+
position: string;
|
|
8580
|
+
top: string;
|
|
8581
|
+
left: string;
|
|
8582
|
+
transform: string;
|
|
8583
|
+
};
|
|
8584
|
+
};
|
|
8585
|
+
'& .SCBaseItem-actions': {
|
|
8586
|
+
maxWidth: string;
|
|
8587
|
+
};
|
|
8588
|
+
};
|
|
8589
|
+
};
|
|
8590
|
+
};
|
|
8591
|
+
};
|
|
8376
8592
|
SCCreateLiveStreamDialog: {
|
|
8377
8593
|
styleOverrides: {
|
|
8378
8594
|
root: ({ theme }: any) => {
|
|
@@ -8403,6 +8619,9 @@ declare const theme: {
|
|
|
8403
8619
|
minWidth: string;
|
|
8404
8620
|
};
|
|
8405
8621
|
};
|
|
8622
|
+
"& .SCLiveStreamForm-access-view": {
|
|
8623
|
+
margin: any;
|
|
8624
|
+
};
|
|
8406
8625
|
"& .SCLiveStreamForm-actions": {
|
|
8407
8626
|
display: string;
|
|
8408
8627
|
justifyContent: string;
|
|
@@ -8411,6 +8630,20 @@ declare const theme: {
|
|
|
8411
8630
|
};
|
|
8412
8631
|
};
|
|
8413
8632
|
};
|
|
8633
|
+
SCLiveStreamFormSettings: {
|
|
8634
|
+
styleOverrides: {
|
|
8635
|
+
root: ({ theme }: any) => {
|
|
8636
|
+
margin: any;
|
|
8637
|
+
'& .SCLiveStreamFormSettings-access-view': {
|
|
8638
|
+
margin: any;
|
|
8639
|
+
width: string;
|
|
8640
|
+
'& .Mui-checked': {
|
|
8641
|
+
color: any;
|
|
8642
|
+
};
|
|
8643
|
+
};
|
|
8644
|
+
};
|
|
8645
|
+
};
|
|
8646
|
+
};
|
|
8414
8647
|
SCLiveStreamRoom: {
|
|
8415
8648
|
styleOverrides: {
|
|
8416
8649
|
root: ({ theme }: any) => {
|
package/lib/cjs/index.js
CHANGED
|
@@ -142,8 +142,10 @@ const SCScrollContainer_1 = tslib_1.__importDefault(require("./components/SCScro
|
|
|
142
142
|
const SCSearchAutocomplete_1 = tslib_1.__importDefault(require("./components/SCSearchAutocomplete"));
|
|
143
143
|
const SCSnippetNotifications_1 = tslib_1.__importDefault(require("./components/SCSnippetNotifications"));
|
|
144
144
|
const SCSuggestedEventsWidget_1 = tslib_1.__importDefault(require("./components/SCSuggestedEventsWidget"));
|
|
145
|
+
const SCLiveStream_1 = tslib_1.__importDefault(require("./components/SCLiveStream"));
|
|
145
146
|
const SCLiveStreamDialog_1 = tslib_1.__importDefault(require("./components/SCLiveStreamDialog"));
|
|
146
147
|
const SCLiveStreamForm_1 = tslib_1.__importDefault(require("./components/SCLiveStreamForm"));
|
|
148
|
+
const SCLiveStreamFormSettings_1 = tslib_1.__importDefault(require("./components/SCLiveStreamFormSettings"));
|
|
147
149
|
const SCLiveStreamRoom_1 = tslib_1.__importDefault(require("./components/SCLiveStreamRoom"));
|
|
148
150
|
const SCLiveStreamVideoConference_1 = tslib_1.__importDefault(require("./components/SCLiveStreamVideoConference"));
|
|
149
151
|
const SCToastNotifications_1 = tslib_1.__importDefault(require("./components/SCToastNotifications"));
|
|
@@ -396,10 +398,12 @@ const theme = {
|
|
|
396
398
|
SCVoteAudienceButton: SCVoteAudienceButton_1.default,
|
|
397
399
|
SCVoteButton: SCVoteButton_1.default,
|
|
398
400
|
SCWidget: SCWidget_1.default,
|
|
401
|
+
SCLiveStream: SCLiveStream_1.default,
|
|
399
402
|
SCCreateLiveStreamDialog: SCLiveStreamDialog_1.default,
|
|
400
403
|
SCLiveStreamForm: SCLiveStreamForm_1.default,
|
|
404
|
+
SCLiveStreamFormSettings: SCLiveStreamFormSettings_1.default,
|
|
401
405
|
SCLiveStreamRoom: SCLiveStreamRoom_1.default,
|
|
402
|
-
SCLiveStreamVideoConference: SCLiveStreamVideoConference_1.default
|
|
406
|
+
SCLiveStreamVideoConference: SCLiveStreamVideoConference_1.default
|
|
403
407
|
},
|
|
404
408
|
selfcommunity: {
|
|
405
409
|
user: {
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {};
|
|
4
|
+
detailRoot: ({ theme }: any) => {
|
|
5
|
+
'& .SCLiveStream-detail-image-wrapper': {
|
|
6
|
+
position: string;
|
|
7
|
+
'& .SCLiveStream-detail-image': {
|
|
8
|
+
height: string;
|
|
9
|
+
};
|
|
10
|
+
'& .SCLiveStream-detail-in-progress': {
|
|
11
|
+
backgroundColor: any;
|
|
12
|
+
position: string;
|
|
13
|
+
top: number;
|
|
14
|
+
right: number;
|
|
15
|
+
color: any;
|
|
16
|
+
boxShadow: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
'& .SCLiveStream-detail-content': {
|
|
20
|
+
padding: string;
|
|
21
|
+
'& .SCLiveStream-detail-user': {
|
|
22
|
+
marginTop: string;
|
|
23
|
+
'& .SCBaseItemButton-text': {
|
|
24
|
+
margin: number;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
'& .SCLiveStream-detail-name-wrapper': {
|
|
28
|
+
textDecoration: string;
|
|
29
|
+
color: string;
|
|
30
|
+
'& .SCLiveStream-detail-name': {
|
|
31
|
+
marginBottom: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
'& .SCLiveStream-detail-first-divider': {
|
|
35
|
+
marginTop: string;
|
|
36
|
+
marginBottom: any;
|
|
37
|
+
};
|
|
38
|
+
'& .SCLiveStream-detail-second-divider': {
|
|
39
|
+
marginTop: any;
|
|
40
|
+
marginBottom: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
previewRoot: ({ theme }: any) => {
|
|
45
|
+
'& .SCLiveStream-preview-image-wrapper': {
|
|
46
|
+
position: string;
|
|
47
|
+
'& .SCLiveStream-preview-image': {
|
|
48
|
+
height: string;
|
|
49
|
+
};
|
|
50
|
+
'& .SCLiveStream-preview-in-progress': {
|
|
51
|
+
height: number;
|
|
52
|
+
backgroundColor: any;
|
|
53
|
+
position: string;
|
|
54
|
+
top: number;
|
|
55
|
+
right: number;
|
|
56
|
+
color: any;
|
|
57
|
+
boxShadow: string;
|
|
58
|
+
'& span': {
|
|
59
|
+
fontSize: string;
|
|
60
|
+
paddingLeft: any;
|
|
61
|
+
paddingRight: any;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
'& .SCLiveStream-preview-content': {
|
|
66
|
+
padding: string;
|
|
67
|
+
'& .SCLiveStreamInfoDetails-icon-text-wrapper': {
|
|
68
|
+
'& .MuiTypography-root': {
|
|
69
|
+
fontSize: string;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
'& .SCLiveStream-detail-user': {
|
|
73
|
+
marginTop: string;
|
|
74
|
+
'& .SCBaseItemButton-text': {
|
|
75
|
+
margin: number;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
'& .SCLiveStream-preview-name-wrapper': {
|
|
79
|
+
marginTop: number;
|
|
80
|
+
textDecoration: string;
|
|
81
|
+
color: string;
|
|
82
|
+
'& h5': {
|
|
83
|
+
whiteSpace: string;
|
|
84
|
+
overflow: string;
|
|
85
|
+
textOverflow: string;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
snippetRoot: ({ theme }: any) => {
|
|
91
|
+
overflow: string;
|
|
92
|
+
boxSizing: string;
|
|
93
|
+
paddingLeft: string;
|
|
94
|
+
paddingRight: string;
|
|
95
|
+
'& .SCBaseItem-image': {
|
|
96
|
+
'& .MuiAvatar-root': {
|
|
97
|
+
width: number;
|
|
98
|
+
height: number;
|
|
99
|
+
'& img': {
|
|
100
|
+
borderRadius: string;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
'& .SCLiveStream-snippet-image': {
|
|
105
|
+
position: string;
|
|
106
|
+
'& .SCLiveStream-snippet-in-progress': {
|
|
107
|
+
height: number;
|
|
108
|
+
backgroundColor: any;
|
|
109
|
+
position: string;
|
|
110
|
+
top: number;
|
|
111
|
+
right: number;
|
|
112
|
+
color: any;
|
|
113
|
+
boxShadow: string;
|
|
114
|
+
'& span': {
|
|
115
|
+
fontSize: string;
|
|
116
|
+
paddingLeft: any;
|
|
117
|
+
paddingRight: any;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
'& .SCBaseItem-text': {
|
|
122
|
+
fontSize: any;
|
|
123
|
+
'& .SCLiveStream-snippet-primary': {
|
|
124
|
+
color: any;
|
|
125
|
+
textDecoration: string;
|
|
126
|
+
'&:hover': {
|
|
127
|
+
textDecoration: string;
|
|
128
|
+
};
|
|
129
|
+
'& p': {
|
|
130
|
+
fontWeight: any;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
'& .SCLiveStream-snippet-secondary': {
|
|
134
|
+
color: any;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
skeletonRoot: ({ theme }: any) => {
|
|
139
|
+
'& .SCLiveStream-skeleton-detail-root': {
|
|
140
|
+
'& .SCLiveStream-skeleton-detail-calendar': {
|
|
141
|
+
position: string;
|
|
142
|
+
bottom: string;
|
|
143
|
+
left: string;
|
|
144
|
+
boxShadow: string;
|
|
145
|
+
};
|
|
146
|
+
'& .SCLiveStream-skeleton-detail-content': {
|
|
147
|
+
padding: string;
|
|
148
|
+
'& .SCLiveStream-skeleton-detail-user': {
|
|
149
|
+
marginTop: string;
|
|
150
|
+
'& .SCBaseItemButton-text': {
|
|
151
|
+
margin: number;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
'& .SCLiveStream-skeleton-detail-name-wrapper': {
|
|
155
|
+
textDecoration: string;
|
|
156
|
+
color: string;
|
|
157
|
+
'& .SCLiveStream-skeleton-detail-name': {
|
|
158
|
+
marginBottom: string;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
'& .SCLiveStream-skeleton-detail-first-divider': {
|
|
162
|
+
marginTop: string;
|
|
163
|
+
marginBottom: any;
|
|
164
|
+
};
|
|
165
|
+
'& .SCLiveStream-skeleton-detail-second-divider': {
|
|
166
|
+
marginTop: any;
|
|
167
|
+
marginBottom: string;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
'& .SCLiveStream-skeleton-preview-root': {
|
|
172
|
+
'& .SCLiveStream-skeleton-preview-content': {
|
|
173
|
+
padding: any;
|
|
174
|
+
};
|
|
175
|
+
'& .SCLiveStream-skeleton-preview-image': {
|
|
176
|
+
position: string;
|
|
177
|
+
'& .MuiSkeleton-root': {
|
|
178
|
+
borderRadius: string;
|
|
179
|
+
};
|
|
180
|
+
'& .MuiIcon-root': {
|
|
181
|
+
color: any;
|
|
182
|
+
position: string;
|
|
183
|
+
top: string;
|
|
184
|
+
left: string;
|
|
185
|
+
transform: string;
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
'& .SCBaseItem-actions': {
|
|
189
|
+
maxWidth: string;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
'& .SCLiveStream-skeleton-snippet-root': {
|
|
193
|
+
overflow: string;
|
|
194
|
+
boxSizing: string;
|
|
195
|
+
paddingLeft: string;
|
|
196
|
+
paddingRight: string;
|
|
197
|
+
'& .SCLiveStream-skeleton-snippet-image': {
|
|
198
|
+
position: string;
|
|
199
|
+
'& .MuiSkeleton-root': {
|
|
200
|
+
borderRadius: string;
|
|
201
|
+
};
|
|
202
|
+
'& .MuiIcon-root': {
|
|
203
|
+
color: any;
|
|
204
|
+
position: string;
|
|
205
|
+
top: string;
|
|
206
|
+
left: string;
|
|
207
|
+
transform: string;
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
'& .SCBaseItem-actions': {
|
|
211
|
+
maxWidth: string;
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
};
|
|
217
|
+
export default Component;
|