@selfcommunity/react-theme-default 0.1.50-events.101 → 0.1.50-events.103
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/SCEventSubscribeButton.d.ts +7 -1
- package/lib/cjs/components/SCEventSubscribeButton.js +5 -1
- package/lib/cjs/components/SCFeedUpdatesWidget.js +1 -1
- package/lib/cjs/components/SCNotification.d.ts +15 -3
- package/lib/cjs/components/SCNotification.js +15 -3
- package/lib/cjs/components/SCOnBoardingWidget.d.ts +23 -1
- package/lib/cjs/components/SCOnBoardingWidget.js +23 -1
- package/lib/cjs/components/SCProgressBar.d.ts +4 -0
- package/lib/cjs/components/SCProgressBar.js +5 -1
- package/lib/cjs/index.d.ts +49 -5
- package/lib/esm/components/SCEventSubscribeButton.d.ts +7 -1
- package/lib/esm/components/SCEventSubscribeButton.js +5 -1
- package/lib/esm/components/SCFeedUpdatesWidget.js +1 -1
- package/lib/esm/components/SCNotification.d.ts +15 -3
- package/lib/esm/components/SCNotification.js +15 -3
- package/lib/esm/components/SCOnBoardingWidget.d.ts +23 -1
- package/lib/esm/components/SCOnBoardingWidget.js +23 -1
- package/lib/esm/components/SCProgressBar.d.ts +4 -0
- package/lib/esm/components/SCProgressBar.js +5 -1
- package/lib/esm/index.d.ts +49 -5
- package/lib/umd/react-theme-default.js +2 -2
- package/package.json +4 -4
package/lib/esm/index.d.ts
CHANGED
|
@@ -4710,9 +4710,18 @@ declare const theme: {
|
|
|
4710
4710
|
'& .SCNotification-username, & a': {
|
|
4711
4711
|
fontWeight: any;
|
|
4712
4712
|
};
|
|
4713
|
-
'& .SCNotificationItem-primary
|
|
4714
|
-
|
|
4715
|
-
|
|
4713
|
+
'& .SCNotificationItem-primary': {
|
|
4714
|
+
'& .MuiIcon-root': {
|
|
4715
|
+
float: string;
|
|
4716
|
+
fontSize: string;
|
|
4717
|
+
marginLeft: any;
|
|
4718
|
+
};
|
|
4719
|
+
'& .SCEvent-root': {
|
|
4720
|
+
width: string;
|
|
4721
|
+
'& .SCEvent-snippet-root': {
|
|
4722
|
+
paddingLeft: string;
|
|
4723
|
+
};
|
|
4724
|
+
};
|
|
4716
4725
|
};
|
|
4717
4726
|
'& .SCNotificationItem-secondary': {
|
|
4718
4727
|
textTransform: string;
|
|
@@ -4720,6 +4729,9 @@ declare const theme: {
|
|
|
4720
4729
|
'& .SCNotification-snippet-time': {
|
|
4721
4730
|
paddingLeft: any;
|
|
4722
4731
|
};
|
|
4732
|
+
'& .SCEvent-snippet-root': {
|
|
4733
|
+
backgroundColor: string;
|
|
4734
|
+
};
|
|
4723
4735
|
};
|
|
4724
4736
|
groupRoot: ({ theme }: any) => {};
|
|
4725
4737
|
undeletedForRoot: ({ theme }: any) => {
|
|
@@ -5043,6 +5055,16 @@ declare const theme: {
|
|
|
5043
5055
|
};
|
|
5044
5056
|
};
|
|
5045
5057
|
contentRoot: ({ theme }: any) => {
|
|
5058
|
+
[x: number]: {
|
|
5059
|
+
'& .SCOnBoardingWidget-content-progress': {
|
|
5060
|
+
display: string;
|
|
5061
|
+
alignItems: string;
|
|
5062
|
+
'& .SCOnBoardingWidget-content-animation-progress': {
|
|
5063
|
+
height: string;
|
|
5064
|
+
width: string;
|
|
5065
|
+
};
|
|
5066
|
+
};
|
|
5067
|
+
};
|
|
5046
5068
|
'& .SCOnBoardingWidget-content-title': {
|
|
5047
5069
|
fontWeight: any;
|
|
5048
5070
|
};
|
|
@@ -5060,6 +5082,16 @@ declare const theme: {
|
|
|
5060
5082
|
};
|
|
5061
5083
|
};
|
|
5062
5084
|
categoryRoot: ({ theme }: any) => {
|
|
5085
|
+
[x: number]: {
|
|
5086
|
+
'& .SCOnBoardingWidget-category-progress': {
|
|
5087
|
+
display: string;
|
|
5088
|
+
alignItems: string;
|
|
5089
|
+
'& .SCOnBoardingWidget-category-animation-progress': {
|
|
5090
|
+
height: string;
|
|
5091
|
+
width: string;
|
|
5092
|
+
};
|
|
5093
|
+
};
|
|
5094
|
+
};
|
|
5063
5095
|
'& .SCOnBoardingWidget-category-title': {
|
|
5064
5096
|
fontWeight: any;
|
|
5065
5097
|
};
|
|
@@ -5069,7 +5101,9 @@ declare const theme: {
|
|
|
5069
5101
|
'& .SCOnBoardingWidget-category-action': {
|
|
5070
5102
|
display: string;
|
|
5071
5103
|
justifyContent: string;
|
|
5072
|
-
|
|
5104
|
+
'& .MuiButton-root': {
|
|
5105
|
+
marginTop: any;
|
|
5106
|
+
};
|
|
5073
5107
|
};
|
|
5074
5108
|
'& .SCProgressBar-message': {
|
|
5075
5109
|
marginBottom: any;
|
|
@@ -6048,6 +6082,10 @@ declare const theme: {
|
|
|
6048
6082
|
};
|
|
6049
6083
|
'& .SCProgressBar-progress': {
|
|
6050
6084
|
marginTop: any;
|
|
6085
|
+
h4: {
|
|
6086
|
+
fontWeight: any;
|
|
6087
|
+
fontSize: string;
|
|
6088
|
+
};
|
|
6051
6089
|
};
|
|
6052
6090
|
};
|
|
6053
6091
|
};
|
|
@@ -7370,7 +7408,9 @@ declare const theme: {
|
|
|
7370
7408
|
};
|
|
7371
7409
|
};
|
|
7372
7410
|
};
|
|
7373
|
-
requestRoot: ({}: {
|
|
7411
|
+
requestRoot: ({ theme }: {
|
|
7412
|
+
theme: any;
|
|
7413
|
+
}) => {};
|
|
7374
7414
|
menuRoot: ({ theme }: {
|
|
7375
7415
|
theme: any;
|
|
7376
7416
|
}) => {
|
|
@@ -7380,6 +7420,10 @@ declare const theme: {
|
|
|
7380
7420
|
'& .MuiList-root .SCEventSubscribeButton-item': {
|
|
7381
7421
|
paddingTop: number;
|
|
7382
7422
|
paddingBottom: number;
|
|
7423
|
+
'&.Mui-disabled': {
|
|
7424
|
+
paddingTop: any;
|
|
7425
|
+
paddingBottom: any;
|
|
7426
|
+
};
|
|
7383
7427
|
'& .Mui-checked .MuiSvgIcon-root': {
|
|
7384
7428
|
color: any;
|
|
7385
7429
|
};
|