@selfcommunity/react-theme-default 0.4.5-alpha.11 → 0.4.5-alpha.13
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/SCBaseItemButton.d.ts +26 -35
- package/lib/cjs/components/SCBaseItemButton.js +27 -36
- package/lib/cjs/components/SCCommentObject.d.ts +7 -17
- package/lib/cjs/components/SCCommentObject.js +7 -17
- package/lib/cjs/index.d.ts +33 -52
- package/lib/esm/components/SCBaseItemButton.d.ts +26 -35
- package/lib/esm/components/SCBaseItemButton.js +27 -36
- package/lib/esm/components/SCCommentObject.d.ts +7 -17
- package/lib/esm/components/SCCommentObject.js +7 -17
- package/lib/esm/index.d.ts +33 -52
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +2 -2
package/lib/esm/index.d.ts
CHANGED
|
@@ -441,52 +441,43 @@ declare const theme: {
|
|
|
441
441
|
paddingBottom: number;
|
|
442
442
|
paddingLeft: number;
|
|
443
443
|
paddingRight: number;
|
|
444
|
-
'& .SCBaseItemButton-actions': {
|
|
445
|
-
right: number;
|
|
446
|
-
};
|
|
447
444
|
};
|
|
448
445
|
};
|
|
449
446
|
'& .SCBaseItemButton-content': {
|
|
450
447
|
display: string;
|
|
451
|
-
flexDirection: string;
|
|
452
448
|
justifyContent: string;
|
|
453
449
|
alignItems: string;
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
};
|
|
469
|
-
'& .SCBaseItemButton-secondary': {
|
|
470
|
-
color: any;
|
|
471
|
-
};
|
|
472
|
-
'& .SCBaseItemButton-primary, & .SCBaseItemButton-secondary': {
|
|
473
|
-
whiteSpace: string;
|
|
474
|
-
overflow: string;
|
|
475
|
-
textOverflow: string;
|
|
476
|
-
display: string;
|
|
450
|
+
gap: any;
|
|
451
|
+
'& .SCBaseItemButton-image': {
|
|
452
|
+
flexShrink: number;
|
|
453
|
+
};
|
|
454
|
+
'& .SCBaseItemButton-text': {
|
|
455
|
+
marginTop: any;
|
|
456
|
+
marginBottom: any;
|
|
457
|
+
'& .SCBaseItemButton-primary': {
|
|
458
|
+
color: any;
|
|
459
|
+
};
|
|
460
|
+
'& .SCBaseItemButton-secondary': {
|
|
461
|
+
color: any;
|
|
462
|
+
};
|
|
463
|
+
};
|
|
477
464
|
};
|
|
478
465
|
'&.SCBaseItemButton-with-actions': {
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
466
|
+
display: string;
|
|
467
|
+
alignItems: string;
|
|
468
|
+
justifyContent: string;
|
|
469
|
+
gap: string;
|
|
470
|
+
'& .SCBaseItemButton-content': {
|
|
471
|
+
overflow: string;
|
|
472
|
+
'& .SCBaseItemButton-text': {
|
|
473
|
+
whiteSpace: string;
|
|
474
|
+
overflow: string;
|
|
475
|
+
textOverflow: string;
|
|
476
|
+
flexGrow: number;
|
|
482
477
|
};
|
|
483
|
-
maxWidth: string;
|
|
484
478
|
};
|
|
485
479
|
'& .SCBaseItemButton-actions': {
|
|
486
|
-
|
|
487
|
-
right: any;
|
|
488
|
-
top: string;
|
|
489
|
-
transform: string;
|
|
480
|
+
flexShrink: number;
|
|
490
481
|
maxWidth: any;
|
|
491
482
|
};
|
|
492
483
|
};
|
|
@@ -1032,27 +1023,16 @@ declare const theme: {
|
|
|
1032
1023
|
color: any;
|
|
1033
1024
|
};
|
|
1034
1025
|
'& .SCCommentObject-comment-sub-section': {
|
|
1035
|
-
[x: number]: {
|
|
1036
|
-
'& > *': {
|
|
1037
|
-
marginRight: number;
|
|
1038
|
-
};
|
|
1039
|
-
'& .SCCommentObject-vote-audience': {
|
|
1040
|
-
position: string;
|
|
1041
|
-
right: number;
|
|
1042
|
-
top: number;
|
|
1043
|
-
};
|
|
1044
|
-
'& .SCBullet-root': {
|
|
1045
|
-
display: string;
|
|
1046
|
-
};
|
|
1047
|
-
};
|
|
1048
1026
|
display: string;
|
|
1049
1027
|
flexWrap: string;
|
|
1050
1028
|
alignItems: string;
|
|
1051
1029
|
color: any;
|
|
1052
1030
|
marginTop: number;
|
|
1053
1031
|
position: string;
|
|
1054
|
-
'&
|
|
1055
|
-
|
|
1032
|
+
'& .SCCommentObject-reply': {
|
|
1033
|
+
paddingLeft: number;
|
|
1034
|
+
paddingRight: number;
|
|
1035
|
+
lineHeight: number;
|
|
1056
1036
|
};
|
|
1057
1037
|
'& .SCCommentObject-activity-at': {
|
|
1058
1038
|
color: string;
|
|
@@ -1068,8 +1048,9 @@ declare const theme: {
|
|
|
1068
1048
|
padding: any;
|
|
1069
1049
|
textTransform: string;
|
|
1070
1050
|
};
|
|
1071
|
-
'& .
|
|
1072
|
-
|
|
1051
|
+
'& .SCCommentObject-vote-audience': {
|
|
1052
|
+
position: string;
|
|
1053
|
+
right: number;
|
|
1073
1054
|
};
|
|
1074
1055
|
};
|
|
1075
1056
|
};
|