@selfcommunity/react-theme-default 0.1.0-alpha.107 → 0.1.0-alpha.109
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/SCCommentObjectReply.d.ts +26 -0
- package/lib/cjs/components/SCCommentObjectReply.d.ts.map +1 -0
- package/lib/cjs/components/SCCommentObjectReply.js +28 -0
- package/lib/cjs/components/SCCommentObjectReply.js.map +1 -0
- package/lib/cjs/components/SCCommentsFeedObject.d.ts +2 -2
- package/lib/cjs/components/SCCommentsFeedObject.js +2 -2
- package/lib/cjs/components/SCFeedObject.d.ts +4 -4
- package/lib/cjs/components/SCFeedObject.js +4 -4
- package/lib/cjs/components/SCFooter.d.ts +19 -0
- package/lib/cjs/components/SCFooter.d.ts.map +1 -0
- package/lib/cjs/components/SCFooter.js +21 -0
- package/lib/cjs/components/SCFooter.js.map +1 -0
- package/lib/cjs/components/{SCInlineComposer.d.ts → SCInlineComposerWidget.d.ts} +5 -5
- package/lib/cjs/components/SCInlineComposerWidget.d.ts.map +1 -0
- package/lib/cjs/components/{SCInlineComposer.js → SCInlineComposerWidget.js} +5 -5
- package/lib/cjs/components/SCInlineComposerWidget.js.map +1 -0
- package/lib/cjs/components/SCLoyaltyProgramDetail.d.ts +7 -1
- package/lib/cjs/components/SCLoyaltyProgramDetail.d.ts.map +1 -1
- package/lib/cjs/components/SCLoyaltyProgramDetail.js +7 -1
- package/lib/cjs/components/SCLoyaltyProgramDetail.js.map +1 -1
- package/lib/cjs/components/SCNavigationSettingsIconButton.d.ts +3 -0
- package/lib/cjs/components/SCNavigationSettingsIconButton.d.ts.map +1 -1
- package/lib/cjs/components/SCNavigationSettingsIconButton.js +4 -1
- package/lib/cjs/components/SCNavigationSettingsIconButton.js.map +1 -1
- package/lib/cjs/index.d.ts +57 -29
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js +6 -4
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/components/SCCommentObjectReply.d.ts +26 -0
- package/lib/esm/components/SCCommentObjectReply.d.ts.map +1 -0
- package/lib/esm/components/SCCommentObjectReply.js +26 -0
- package/lib/esm/components/SCCommentObjectReply.js.map +1 -0
- package/lib/esm/components/SCCommentsFeedObject.d.ts +2 -2
- package/lib/esm/components/SCCommentsFeedObject.js +2 -2
- package/lib/esm/components/SCFeedObject.d.ts +4 -4
- package/lib/esm/components/SCFeedObject.js +4 -4
- package/lib/esm/components/SCFooter.d.ts +19 -0
- package/lib/esm/components/SCFooter.d.ts.map +1 -0
- package/lib/esm/components/SCFooter.js +19 -0
- package/lib/esm/components/SCFooter.js.map +1 -0
- package/lib/esm/components/{SCInlineComposer.d.ts → SCInlineComposerWidget.d.ts} +5 -5
- package/lib/esm/components/SCInlineComposerWidget.d.ts.map +1 -0
- package/lib/esm/components/{SCInlineComposer.js → SCInlineComposerWidget.js} +5 -5
- package/lib/esm/components/SCInlineComposerWidget.js.map +1 -0
- package/lib/esm/components/SCLoyaltyProgramDetail.d.ts +7 -1
- package/lib/esm/components/SCLoyaltyProgramDetail.d.ts.map +1 -1
- package/lib/esm/components/SCLoyaltyProgramDetail.js +7 -1
- package/lib/esm/components/SCLoyaltyProgramDetail.js.map +1 -1
- package/lib/esm/components/SCNavigationSettingsIconButton.d.ts +3 -0
- package/lib/esm/components/SCNavigationSettingsIconButton.d.ts.map +1 -1
- package/lib/esm/components/SCNavigationSettingsIconButton.js +4 -1
- package/lib/esm/components/SCNavigationSettingsIconButton.js.map +1 -1
- package/lib/esm/index.d.ts +57 -29
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js +6 -4
- package/lib/esm/index.js.map +1 -1
- package/lib/umd/react-theme-default.js +13 -13
- package/lib/umd/react-theme-default.js.LICENSE.txt +1 -1
- package/lib/umd/react-theme-default.js.map +1 -1
- package/package.json +4 -4
- package/lib/cjs/components/SCCommentObjectReactions.d.ts +0 -27
- package/lib/cjs/components/SCCommentObjectReactions.d.ts.map +0 -1
- package/lib/cjs/components/SCCommentObjectReactions.js +0 -29
- package/lib/cjs/components/SCCommentObjectReactions.js.map +0 -1
- package/lib/cjs/components/SCInlineComposer.d.ts.map +0 -1
- package/lib/cjs/components/SCInlineComposer.js.map +0 -1
- package/lib/esm/components/SCCommentObjectReactions.d.ts +0 -27
- package/lib/esm/components/SCCommentObjectReactions.d.ts.map +0 -1
- package/lib/esm/components/SCCommentObjectReactions.js +0 -27
- package/lib/esm/components/SCCommentObjectReactions.js.map +0 -1
- package/lib/esm/components/SCInlineComposer.d.ts.map +0 -1
- package/lib/esm/components/SCInlineComposer.js.map +0 -1
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
border: string;
|
|
5
|
+
'& .SCBaseItem-content': {
|
|
6
|
+
alignItems: string;
|
|
7
|
+
'& .SCBaseItem-text': {
|
|
8
|
+
marginTop: number;
|
|
9
|
+
marginBottom: number;
|
|
10
|
+
'& .SCBaseItem-secondary': {
|
|
11
|
+
overflow: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
'& .SCCommentObjectReply-comment': {
|
|
16
|
+
overflow: string;
|
|
17
|
+
};
|
|
18
|
+
'& .SCCommentObjectReply-actions': {
|
|
19
|
+
marginLeft: any;
|
|
20
|
+
paddingBottom: any;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export default Component;
|
|
26
|
+
//# sourceMappingURL=SCCommentObjectReply.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCCommentObjectReply.d.ts","sourceRoot":"","sources":["../../../src/components/SCCommentObjectReply.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;CAqBtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
border: '0 none',
|
|
7
|
+
'& .SCBaseItem-content': {
|
|
8
|
+
alignItems: 'flex-start',
|
|
9
|
+
'& .SCBaseItem-text': {
|
|
10
|
+
marginTop: 0,
|
|
11
|
+
marginBottom: 0,
|
|
12
|
+
'& .SCBaseItem-secondary': {
|
|
13
|
+
overflow: 'visible'
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
'& .SCCommentObjectReply-comment': {
|
|
18
|
+
overflow: 'visible'
|
|
19
|
+
},
|
|
20
|
+
'& .SCCommentObjectReply-actions': {
|
|
21
|
+
marginLeft: theme.spacing(),
|
|
22
|
+
paddingBottom: theme.spacing()
|
|
23
|
+
}
|
|
24
|
+
})
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
exports.default = Component;
|
|
28
|
+
//# sourceMappingURL=SCCommentObjectReply.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCCommentObjectReply.js","sourceRoot":"","sources":["../../../src/components/SCCommentObjectReply.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,MAAM,EAAE,QAAQ;YAChB,uBAAuB,EAAE;gBACvB,UAAU,EAAE,YAAY;gBACxB,oBAAoB,EAAE;oBACpB,SAAS,EAAE,CAAC;oBACZ,YAAY,EAAE,CAAC;oBACf,yBAAyB,EAAE;wBACzB,QAAQ,EAAE,SAAS;qBACpB;iBACF;aACF;YACD,iCAAiC,EAAE;gBACjC,QAAQ,EAAE,SAAS;aACpB;YACD,iCAAiC,EAAE;gBACjC,UAAU,EAAE,KAAK,CAAC,OAAO,EAAE;gBAC3B,aAAa,EAAE,KAAK,CAAC,OAAO,EAAE;aAC/B;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -22,8 +22,8 @@ declare const Component: {
|
|
|
22
22
|
'& .SCCommentsObjectSkeleton-root': {
|
|
23
23
|
marginBottom: any;
|
|
24
24
|
};
|
|
25
|
-
'& .
|
|
26
|
-
'& .
|
|
25
|
+
'& .SCCommentObjectReply-root': {
|
|
26
|
+
'& .SCCommentObjectReply-comment': {
|
|
27
27
|
marginBottom: any;
|
|
28
28
|
};
|
|
29
29
|
};
|
|
@@ -24,8 +24,8 @@ const Component = {
|
|
|
24
24
|
'& .SCCommentsObjectSkeleton-root': {
|
|
25
25
|
marginBottom: theme.spacing(0.5)
|
|
26
26
|
},
|
|
27
|
-
'& .
|
|
28
|
-
'& .
|
|
27
|
+
'& .SCCommentObjectReply-root': {
|
|
28
|
+
'& .SCCommentObjectReply-comment': {
|
|
29
29
|
marginBottom: theme.spacing(4)
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -100,9 +100,9 @@ declare const Component: {
|
|
|
100
100
|
'& .SCFeedObject-reply-content': {
|
|
101
101
|
marginLeft: number;
|
|
102
102
|
background: string;
|
|
103
|
-
'& .
|
|
103
|
+
'& .SCCommentObjectReply-root': {
|
|
104
104
|
background: string;
|
|
105
|
-
'& .
|
|
105
|
+
'& .SCCommentObjectReply-comment': {
|
|
106
106
|
background: string;
|
|
107
107
|
border: string;
|
|
108
108
|
'& .SCEditor-root': {
|
|
@@ -150,8 +150,8 @@ declare const Component: {
|
|
|
150
150
|
};
|
|
151
151
|
};
|
|
152
152
|
};
|
|
153
|
-
'& .
|
|
154
|
-
'& .
|
|
153
|
+
'& .SCCommentObjectReply-root': {
|
|
154
|
+
'& .SCCommentObjectReply-comment': {
|
|
155
155
|
marginBottom: string;
|
|
156
156
|
border: string;
|
|
157
157
|
borderRadius: any;
|
|
@@ -103,9 +103,9 @@ const Component = {
|
|
|
103
103
|
'& .SCFeedObject-reply-content': {
|
|
104
104
|
marginLeft: 0,
|
|
105
105
|
background: (0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.hoverOpacity),
|
|
106
|
-
'& .
|
|
106
|
+
'& .SCCommentObjectReply-root': {
|
|
107
107
|
background: 'transparent',
|
|
108
|
-
'& .
|
|
108
|
+
'& .SCCommentObjectReply-comment': {
|
|
109
109
|
background: 'transparent',
|
|
110
110
|
border: '0 none',
|
|
111
111
|
'& .SCEditor-root': {
|
|
@@ -153,8 +153,8 @@ const Component = {
|
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
155
|
},
|
|
156
|
-
'& .
|
|
157
|
-
'& .
|
|
156
|
+
'& .SCCommentObjectReply-root': {
|
|
157
|
+
'& .SCCommentObjectReply-comment': {
|
|
158
158
|
marginBottom: '0 !important',
|
|
159
159
|
border: `1px solid ${theme.palette.grey[300]}`,
|
|
160
160
|
borderRadius: theme.shape.borderRadius,
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
'& .SCFooter-copyright': {
|
|
5
|
+
marginTop: any;
|
|
6
|
+
};
|
|
7
|
+
'& .SCFooter-item-list': {
|
|
8
|
+
display: string;
|
|
9
|
+
justifyContent: string;
|
|
10
|
+
flexDirection: string;
|
|
11
|
+
'& .SCFooter-item': {
|
|
12
|
+
padding: any;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default Component;
|
|
19
|
+
//# sourceMappingURL=SCFooter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCFooter.d.ts","sourceRoot":"","sources":["../../../src/components/SCFooter.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;CActB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
'& .SCFooter-copyright': {
|
|
7
|
+
marginTop: theme.spacing(2)
|
|
8
|
+
},
|
|
9
|
+
'& .SCFooter-item-list': {
|
|
10
|
+
display: 'flex',
|
|
11
|
+
justifyContent: 'center',
|
|
12
|
+
flexDirection: 'row',
|
|
13
|
+
'& .SCFooter-item': {
|
|
14
|
+
padding: theme.spacing(0.5, 1)
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
})
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
exports.default = Component;
|
|
21
|
+
//# sourceMappingURL=SCFooter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCFooter.js","sourceRoot":"","sources":["../../../src/components/SCFooter.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,uBAAuB,EAAE;gBACvB,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;aAC5B;YACD,uBAAuB,EAAE;gBACvB,OAAO,EAAE,MAAM;gBACf,cAAc,EAAE,QAAQ;gBACxB,aAAa,EAAE,KAAK;gBACpB,kBAAkB,EAAE;oBAClB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,CAAC;iBAC/B;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -2,7 +2,7 @@ declare const Component: {
|
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
4
|
marginBottom: any;
|
|
5
|
-
'& .
|
|
5
|
+
'& .SCInlineComposerWidget-content, & .SCInlineComposerWidget-content:last-child': {
|
|
6
6
|
[x: number]: {
|
|
7
7
|
padding: any;
|
|
8
8
|
};
|
|
@@ -10,7 +10,7 @@ declare const Component: {
|
|
|
10
10
|
display: string;
|
|
11
11
|
flexDirection: string;
|
|
12
12
|
justifyContent: string;
|
|
13
|
-
'& .
|
|
13
|
+
'& .SCInlineComposerWidget-input': {
|
|
14
14
|
display: string;
|
|
15
15
|
flexGrow: number;
|
|
16
16
|
'& .MuiButton-root': {
|
|
@@ -28,7 +28,7 @@ declare const Component: {
|
|
|
28
28
|
textTransform: string;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
-
'& .
|
|
31
|
+
'& .SCInlineComposerWidget-actions': {
|
|
32
32
|
display: string;
|
|
33
33
|
'& .MuiIconButton-root': {
|
|
34
34
|
[x: number]: {
|
|
@@ -37,7 +37,7 @@ declare const Component: {
|
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
|
-
'& .
|
|
40
|
+
'& .SCInlineComposerWidget-avatar': {
|
|
41
41
|
[x: number]: {
|
|
42
42
|
marginLeft: any;
|
|
43
43
|
};
|
|
@@ -53,4 +53,4 @@ declare const Component: {
|
|
|
53
53
|
};
|
|
54
54
|
};
|
|
55
55
|
export default Component;
|
|
56
|
-
//# sourceMappingURL=
|
|
56
|
+
//# sourceMappingURL=SCInlineComposerWidget.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCInlineComposerWidget.d.ts","sourceRoot":"","sources":["../../../src/components/SCInlineComposerWidget.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -4,7 +4,7 @@ const Component = {
|
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
root: ({ theme }) => ({
|
|
6
6
|
marginBottom: theme.spacing(2),
|
|
7
|
-
'& .
|
|
7
|
+
'& .SCInlineComposerWidget-content, & .SCInlineComposerWidget-content:last-child': {
|
|
8
8
|
padding: theme.spacing(0.5, 1),
|
|
9
9
|
display: 'flex',
|
|
10
10
|
flexDirection: 'row',
|
|
@@ -12,7 +12,7 @@ const Component = {
|
|
|
12
12
|
[theme.breakpoints.up('sm')]: {
|
|
13
13
|
padding: theme.spacing(0.5, 1, 0.5, 2)
|
|
14
14
|
},
|
|
15
|
-
'& .
|
|
15
|
+
'& .SCInlineComposerWidget-input': {
|
|
16
16
|
display: 'flex',
|
|
17
17
|
flexGrow: 2,
|
|
18
18
|
'& .MuiButton-root': {
|
|
@@ -30,7 +30,7 @@ const Component = {
|
|
|
30
30
|
textTransform: 'none'
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
'& .
|
|
33
|
+
'& .SCInlineComposerWidget-actions': {
|
|
34
34
|
display: 'flex',
|
|
35
35
|
'& .MuiIconButton-root': {
|
|
36
36
|
[theme.breakpoints.up('sm')]: {
|
|
@@ -39,7 +39,7 @@ const Component = {
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
|
-
'& .
|
|
42
|
+
'& .SCInlineComposerWidget-avatar': {
|
|
43
43
|
display: 'flex',
|
|
44
44
|
alignItems: 'center',
|
|
45
45
|
[theme.breakpoints.up('sm')]: {
|
|
@@ -55,4 +55,4 @@ const Component = {
|
|
|
55
55
|
}
|
|
56
56
|
};
|
|
57
57
|
exports.default = Component;
|
|
58
|
-
//# sourceMappingURL=
|
|
58
|
+
//# sourceMappingURL=SCInlineComposerWidget.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCInlineComposerWidget.js","sourceRoot":"","sources":["../../../src/components/SCInlineComposerWidget.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;YAC9B,iFAAiF,EAAE;gBACjF,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,CAAC;gBAC9B,OAAO,EAAE,MAAM;gBACf,aAAa,EAAE,KAAK;gBACpB,cAAc,EAAE,eAAe;gBAC/B,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC5B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC;iBACvC;gBACD,iCAAiC,EAAE;oBACjC,OAAO,EAAE,MAAM;oBACf,QAAQ,EAAE,CAAC;oBACX,mBAAmB,EAAE;wBACnB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,eAAe;wBAC5C,aAAa,EAAE,QAAQ;wBACvB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,CAAC;wBAC9B,SAAS,EAAE;4BACT,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS;4BACnC,UAAU,EAAE,OAAO;4BACnB,MAAM,EAAE,MAAM;yBACf;qBACF;oBACD,CAAC,mBAAmB,CAAC,EAAE;wBACrB,cAAc,EAAE,YAAY;wBAC5B,aAAa,EAAE,MAAM;qBACtB;iBACF;gBACD,mCAAmC,EAAE;oBACnC,OAAO,EAAE,MAAM;oBACf,uBAAuB,EAAE;wBACvB,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;4BAC5B,UAAU,EAAE,CAAC;4BACb,WAAW,EAAE,CAAC;yBACf;qBACF;iBACF;gBACD,kCAAkC,EAAE;oBAClC,OAAO,EAAE,MAAM;oBACf,UAAU,EAAE,QAAQ;oBACpB,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;wBAC5B,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;qBAC7B;oBACD,mBAAmB,EAAE;wBACnB,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;wBACjD,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;qBACnD;iBACF;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -50,13 +50,19 @@ declare const Component: {
|
|
|
50
50
|
justifyContent: string;
|
|
51
51
|
alignItems: string;
|
|
52
52
|
height: any;
|
|
53
|
+
'& .SCLoyaltyProgramDetail-card-title': {
|
|
54
|
+
fontWeight: any;
|
|
55
|
+
fontSize: string;
|
|
56
|
+
};
|
|
53
57
|
'& .MuiCardContent-root': {
|
|
58
|
+
padding: any;
|
|
54
59
|
display: string;
|
|
55
60
|
flexDirection: string;
|
|
56
61
|
justifyContent: string;
|
|
57
62
|
alignItems: string;
|
|
58
63
|
'& .SCLoyaltyProgramDetail-card-content': {
|
|
59
|
-
|
|
64
|
+
padding: any;
|
|
65
|
+
maxHeight: any;
|
|
60
66
|
overflow: string;
|
|
61
67
|
textOverflow: string;
|
|
62
68
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCLoyaltyProgramDetail.d.ts","sourceRoot":"","sources":["../../../src/components/SCLoyaltyProgramDetail.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCLoyaltyProgramDetail.d.ts","sourceRoot":"","sources":["../../../src/components/SCLoyaltyProgramDetail.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiHtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -53,13 +53,19 @@ const Component = {
|
|
|
53
53
|
justifyContent: 'center',
|
|
54
54
|
alignItems: 'center',
|
|
55
55
|
height: theme.spacing(53),
|
|
56
|
+
'& .SCLoyaltyProgramDetail-card-title': {
|
|
57
|
+
fontWeight: theme.typography.fontWeightBold,
|
|
58
|
+
fontSize: '1.143rem'
|
|
59
|
+
},
|
|
56
60
|
'& .MuiCardContent-root': {
|
|
61
|
+
padding: theme.spacing(2),
|
|
57
62
|
display: 'flex',
|
|
58
63
|
flexDirection: 'column',
|
|
59
64
|
justifyContent: 'center',
|
|
60
65
|
alignItems: 'center',
|
|
61
66
|
'& .SCLoyaltyProgramDetail-card-content': {
|
|
62
|
-
|
|
67
|
+
padding: theme.spacing(1, 0, 0, 0),
|
|
68
|
+
maxHeight: theme.spacing(12.5),
|
|
63
69
|
overflow: 'hidden',
|
|
64
70
|
textOverflow: 'ellipsis'
|
|
65
71
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCLoyaltyProgramDetail.js","sourceRoot":"","sources":["../../../src/components/SCLoyaltyProgramDetail.tsx"],"names":[],"mappings":";;AAAA,wCAAkC;AAElC,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,SAAS,EAAE,MAAM;YACjB,YAAY,EAAE,CAAC;YACf,iCAAiC,EAAE;gBACjC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;gBAC3C,QAAQ,EAAE,UAAU;gBACpB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC9B,SAAS,EAAE,QAAQ;iBACpB;aACF;YACD,yCAAyC,EAAE;gBACzC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;gBAC3C,QAAQ,EAAE,UAAU;gBACpB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;aAC/B;YACD,wCAAwC,EAAE;gBACxC,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC9B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC/B;aACF;YACD,uCAAuC,EAAE;gBACvC,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC5B,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI;gBAC7C,kBAAkB,EAAE;oBAClB,QAAQ,EAAE,MAAM;oBAChB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;oBAC3C,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;oBACjC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;iBACnC;aACF;YACD,yCAAyC,EAAE;gBACzC,iBAAiB,EAAE;oBACjB,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;wBAC9B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;qBAC/B;iBACF;aACF;YACD,gCAAgC,EAAE;gBAChC,SAAS,EAAE,gCAAgC;gBAC3C,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC9B,YAAY,EAAE,CAAC;oBACf,MAAM,EAAE,MAAM;iBACf;gBACD,OAAO,EAAE,MAAM;gBACf,aAAa,EAAE,QAAQ;gBACvB,cAAc,EAAE,QAAQ;gBACxB,UAAU,EAAE,QAAQ;gBACpB,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC;gBACzB,wBAAwB,EAAE;oBACxB,OAAO,EAAE,MAAM;oBACf,aAAa,EAAE,QAAQ;oBACvB,cAAc,EAAE,QAAQ;oBACxB,UAAU,EAAE,QAAQ;oBACpB,wCAAwC,EAAE;wBACxC,
|
|
1
|
+
{"version":3,"file":"SCLoyaltyProgramDetail.js","sourceRoot":"","sources":["../../../src/components/SCLoyaltyProgramDetail.tsx"],"names":[],"mappings":";;AAAA,wCAAkC;AAElC,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,SAAS,EAAE,MAAM;YACjB,YAAY,EAAE,CAAC;YACf,iCAAiC,EAAE;gBACjC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;gBAC3C,QAAQ,EAAE,UAAU;gBACpB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC9B,SAAS,EAAE,QAAQ;iBACpB;aACF;YACD,yCAAyC,EAAE;gBACzC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;gBAC3C,QAAQ,EAAE,UAAU;gBACpB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;aAC/B;YACD,wCAAwC,EAAE;gBACxC,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC9B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC/B;aACF;YACD,uCAAuC,EAAE;gBACvC,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC5B,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI;gBAC7C,kBAAkB,EAAE;oBAClB,QAAQ,EAAE,MAAM;oBAChB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;oBAC3C,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;oBACjC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;iBACnC;aACF;YACD,yCAAyC,EAAE;gBACzC,iBAAiB,EAAE;oBACjB,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;wBAC9B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;qBAC/B;iBACF;aACF;YACD,gCAAgC,EAAE;gBAChC,SAAS,EAAE,gCAAgC;gBAC3C,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC9B,YAAY,EAAE,CAAC;oBACf,MAAM,EAAE,MAAM;iBACf;gBACD,OAAO,EAAE,MAAM;gBACf,aAAa,EAAE,QAAQ;gBACvB,cAAc,EAAE,QAAQ;gBACxB,UAAU,EAAE,QAAQ;gBACpB,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC;gBACzB,sCAAsC,EAAE;oBACtC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;oBAC3C,QAAQ,EAAE,UAAU;iBACrB;gBACD,wBAAwB,EAAE;oBACxB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBACzB,OAAO,EAAE,MAAM;oBACf,aAAa,EAAE,QAAQ;oBACvB,cAAc,EAAE,QAAQ;oBACxB,UAAU,EAAE,QAAQ;oBACpB,wCAAwC,EAAE;wBACxC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;wBAClC,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;wBAC9B,QAAQ,EAAE,QAAQ;wBAClB,YAAY,EAAE,UAAU;qBACzB;iBACF;gBACD,wBAAwB,EAAE;oBACxB,SAAS,EAAE,MAAM;oBACjB,uBAAuB,EAAE;wBACvB,mBAAmB,EAAE;4BACnB,eAAe,EAAE,IAAA,cAAK,EAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;yBACtF;qBACF;iBACF;gBACD,sBAAsB,EAAE;oBACtB,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC;iBAC1B;gBACD,wCAAwC,EAAE;oBACxC,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBAC3B,iBAAiB,EAAE;wBACjB,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI;wBAC7C,kBAAkB,EAAE;4BAClB,QAAQ,EAAE,UAAU;4BACpB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;4BAC3C,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;yBAClC;qBACF;oBACD,2CAA2C,EAAE;wBAC3C,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI;qBAC1C;iBACF;aACF;YACD,uCAAuC,EAAE;gBACvC,SAAS,EAAE,MAAM;gBACjB,uBAAuB,EAAE;oBACvB,OAAO,EAAE,CAAC;iBACX;aACF;YACD,0CAA0C,EAAE;gBAC1C,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC3B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,iBAAiB,EAAE;oBACjB,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBAC5B,6CAA6C,EAAE;wBAC7C,OAAO,EAAE,MAAM;wBACf,cAAc,EAAE,eAAe;wBAC/B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;qBAC/B;iBACF;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCNavigationSettingsIconButton.d.ts","sourceRoot":"","sources":["../../../src/components/SCNavigationSettingsIconButton.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;gCAEW,GAAG;;;;;;8BAML,GAAG
|
|
1
|
+
{"version":3,"file":"SCNavigationSettingsIconButton.d.ts","sourceRoot":"","sources":["../../../src/components/SCNavigationSettingsIconButton.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;gCAEW,GAAG;;;;;;8BAML,GAAG;;;;;;;;;;CAU1B,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCNavigationSettingsIconButton.js","sourceRoot":"","sources":["../../../src/components/SCNavigationSettingsIconButton.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,UAAU,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YAC7B,yCAAyC,EAAE;gBACzC,mBAAmB,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;gBAC7C,oBAAoB,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;aAC/C;SACF,CAAC;QACF,QAAQ,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YAC3B,yCAAyC,EAAE;gBACzC,QAAQ,EAAE,GAAG;gBACb,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"SCNavigationSettingsIconButton.js","sourceRoot":"","sources":["../../../src/components/SCNavigationSettingsIconButton.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,UAAU,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YAC7B,yCAAyC,EAAE;gBACzC,mBAAmB,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;gBAC7C,oBAAoB,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;aAC/C;SACF,CAAC;QACF,QAAQ,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YAC3B,yCAAyC,EAAE;gBACzC,QAAQ,EAAE,GAAG;gBACb,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBACzB,iBAAiB,EAAE;oBACjB,OAAO,EAAE,CAAC;iBACX;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -660,28 +660,27 @@ declare const theme: {
|
|
|
660
660
|
};
|
|
661
661
|
};
|
|
662
662
|
};
|
|
663
|
-
|
|
663
|
+
SCCommentObjectReply: {
|
|
664
664
|
styleOverrides: {
|
|
665
665
|
root: ({ theme }: any) => {
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
flexDirection: string;
|
|
669
|
-
'& .SCCommentObjectReactions-btnViewVotes': {
|
|
670
|
-
minWidth: number;
|
|
671
|
-
'& .MuiIcon-root': {
|
|
672
|
-
fontSize: string;
|
|
673
|
-
};
|
|
674
|
-
};
|
|
675
|
-
'& .SCCommentObjectReactions-grouped-reactions': {
|
|
676
|
-
justifyContent: string;
|
|
666
|
+
border: string;
|
|
667
|
+
'& .SCBaseItem-content': {
|
|
677
668
|
alignItems: string;
|
|
678
|
-
'& .
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
669
|
+
'& .SCBaseItem-text': {
|
|
670
|
+
marginTop: number;
|
|
671
|
+
marginBottom: number;
|
|
672
|
+
'& .SCBaseItem-secondary': {
|
|
673
|
+
overflow: string;
|
|
674
|
+
};
|
|
683
675
|
};
|
|
684
676
|
};
|
|
677
|
+
'& .SCCommentObjectReply-comment': {
|
|
678
|
+
overflow: string;
|
|
679
|
+
};
|
|
680
|
+
'& .SCCommentObjectReply-actions': {
|
|
681
|
+
marginLeft: any;
|
|
682
|
+
paddingBottom: any;
|
|
683
|
+
};
|
|
685
684
|
};
|
|
686
685
|
};
|
|
687
686
|
};
|
|
@@ -737,8 +736,8 @@ declare const theme: {
|
|
|
737
736
|
'& .SCCommentsObjectSkeleton-root': {
|
|
738
737
|
marginBottom: any;
|
|
739
738
|
};
|
|
740
|
-
'& .
|
|
741
|
-
'& .
|
|
739
|
+
'& .SCCommentObjectReply-root': {
|
|
740
|
+
'& .SCCommentObjectReply-comment': {
|
|
742
741
|
marginBottom: any;
|
|
743
742
|
};
|
|
744
743
|
};
|
|
@@ -1500,9 +1499,9 @@ declare const theme: {
|
|
|
1500
1499
|
'& .SCFeedObject-reply-content': {
|
|
1501
1500
|
marginLeft: number;
|
|
1502
1501
|
background: string;
|
|
1503
|
-
'& .
|
|
1502
|
+
'& .SCCommentObjectReply-root': {
|
|
1504
1503
|
background: string;
|
|
1505
|
-
'& .
|
|
1504
|
+
'& .SCCommentObjectReply-comment': {
|
|
1506
1505
|
background: string;
|
|
1507
1506
|
border: string;
|
|
1508
1507
|
'& .SCEditor-root': {
|
|
@@ -1550,8 +1549,8 @@ declare const theme: {
|
|
|
1550
1549
|
};
|
|
1551
1550
|
};
|
|
1552
1551
|
};
|
|
1553
|
-
'& .
|
|
1554
|
-
'& .
|
|
1552
|
+
'& .SCCommentObjectReply-root': {
|
|
1553
|
+
'& .SCCommentObjectReply-comment': {
|
|
1555
1554
|
marginBottom: string;
|
|
1556
1555
|
border: string;
|
|
1557
1556
|
borderRadius: any;
|
|
@@ -1578,6 +1577,9 @@ declare const theme: {
|
|
|
1578
1577
|
};
|
|
1579
1578
|
'& .SCFeedObject-snippet-content': {
|
|
1580
1579
|
fontSize: string;
|
|
1580
|
+
/**
|
|
1581
|
+
* Style fragments - Imports - End
|
|
1582
|
+
*/
|
|
1581
1583
|
marginBottom: any;
|
|
1582
1584
|
};
|
|
1583
1585
|
'& .SCFeedObject-activity-at': {
|
|
@@ -1723,11 +1725,28 @@ declare const theme: {
|
|
|
1723
1725
|
};
|
|
1724
1726
|
};
|
|
1725
1727
|
};
|
|
1726
|
-
|
|
1728
|
+
SCFooter: {
|
|
1729
|
+
styleOverrides: {
|
|
1730
|
+
root: ({ theme }: any) => {
|
|
1731
|
+
'& .SCFooter-copyright': {
|
|
1732
|
+
marginTop: any;
|
|
1733
|
+
};
|
|
1734
|
+
'& .SCFooter-item-list': {
|
|
1735
|
+
display: string;
|
|
1736
|
+
justifyContent: string;
|
|
1737
|
+
flexDirection: string;
|
|
1738
|
+
'& .SCFooter-item': {
|
|
1739
|
+
padding: any;
|
|
1740
|
+
};
|
|
1741
|
+
};
|
|
1742
|
+
};
|
|
1743
|
+
};
|
|
1744
|
+
};
|
|
1745
|
+
SCInlineComposerWidget: {
|
|
1727
1746
|
styleOverrides: {
|
|
1728
1747
|
root: ({ theme }: any) => {
|
|
1729
1748
|
marginBottom: any;
|
|
1730
|
-
'& .
|
|
1749
|
+
'& .SCInlineComposerWidget-content, & .SCInlineComposerWidget-content:last-child': {
|
|
1731
1750
|
[x: number]: {
|
|
1732
1751
|
padding: any;
|
|
1733
1752
|
};
|
|
@@ -1735,7 +1754,7 @@ declare const theme: {
|
|
|
1735
1754
|
display: string;
|
|
1736
1755
|
flexDirection: string;
|
|
1737
1756
|
justifyContent: string;
|
|
1738
|
-
'& .
|
|
1757
|
+
'& .SCInlineComposerWidget-input': {
|
|
1739
1758
|
display: string;
|
|
1740
1759
|
flexGrow: number;
|
|
1741
1760
|
'& .MuiButton-root': {
|
|
@@ -1753,7 +1772,7 @@ declare const theme: {
|
|
|
1753
1772
|
textTransform: string;
|
|
1754
1773
|
};
|
|
1755
1774
|
};
|
|
1756
|
-
'& .
|
|
1775
|
+
'& .SCInlineComposerWidget-actions': {
|
|
1757
1776
|
display: string;
|
|
1758
1777
|
'& .MuiIconButton-root': {
|
|
1759
1778
|
[x: number]: {
|
|
@@ -1762,7 +1781,7 @@ declare const theme: {
|
|
|
1762
1781
|
};
|
|
1763
1782
|
};
|
|
1764
1783
|
};
|
|
1765
|
-
'& .
|
|
1784
|
+
'& .SCInlineComposerWidget-avatar': {
|
|
1766
1785
|
[x: number]: {
|
|
1767
1786
|
marginLeft: any;
|
|
1768
1787
|
};
|
|
@@ -1866,13 +1885,19 @@ declare const theme: {
|
|
|
1866
1885
|
justifyContent: string;
|
|
1867
1886
|
alignItems: string;
|
|
1868
1887
|
height: any;
|
|
1888
|
+
'& .SCLoyaltyProgramDetail-card-title': {
|
|
1889
|
+
fontWeight: any;
|
|
1890
|
+
fontSize: string;
|
|
1891
|
+
};
|
|
1869
1892
|
'& .MuiCardContent-root': {
|
|
1893
|
+
padding: any;
|
|
1870
1894
|
display: string;
|
|
1871
1895
|
flexDirection: string;
|
|
1872
1896
|
justifyContent: string;
|
|
1873
1897
|
alignItems: string;
|
|
1874
1898
|
'& .SCLoyaltyProgramDetail-card-content': {
|
|
1875
|
-
|
|
1899
|
+
padding: any;
|
|
1900
|
+
maxHeight: any;
|
|
1876
1901
|
overflow: string;
|
|
1877
1902
|
textOverflow: string;
|
|
1878
1903
|
};
|
|
@@ -2006,6 +2031,9 @@ declare const theme: {
|
|
|
2006
2031
|
'& .SCNavigationSettingsIconButton-paper': {
|
|
2007
2032
|
maxWidth: number;
|
|
2008
2033
|
padding: any;
|
|
2034
|
+
'& .MuiList-root': {
|
|
2035
|
+
padding: number;
|
|
2036
|
+
};
|
|
2009
2037
|
};
|
|
2010
2038
|
};
|
|
2011
2039
|
};
|
package/lib/cjs/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AAoGrC;;GAEG;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAJX;;+BAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6JF,CAAC;AACF,eAAe,KAAK,CAAC"}
|
package/lib/cjs/index.js
CHANGED
|
@@ -10,7 +10,7 @@ require("./fonts/community-icons.css");
|
|
|
10
10
|
*/
|
|
11
11
|
const SCWidget_1 = __importDefault(require("./components/SCWidget"));
|
|
12
12
|
const SCBaseDialog_1 = __importDefault(require("./components/SCBaseDialog"));
|
|
13
|
-
const
|
|
13
|
+
const SCInlineComposerWidget_1 = __importDefault(require("./components/SCInlineComposerWidget"));
|
|
14
14
|
const SCEditor_1 = __importDefault(require("./components/SCEditor"));
|
|
15
15
|
const SCCommentsObject_1 = __importDefault(require("./components/SCCommentsObject"));
|
|
16
16
|
const SCCommentsFeedObject_1 = __importDefault(require("./components/SCCommentsFeedObject"));
|
|
@@ -85,7 +85,6 @@ const SCReactionAction_1 = __importDefault(require("./components/SCReactionActio
|
|
|
85
85
|
const SCCommentAction_1 = __importDefault(require("./components/SCCommentAction"));
|
|
86
86
|
const SCShareAction_1 = __importDefault(require("./components/SCShareAction"));
|
|
87
87
|
const SCVoteAction_1 = __importDefault(require("./components/SCVoteAction"));
|
|
88
|
-
const SCCommentObjectReactions_1 = __importDefault(require("./components/SCCommentObjectReactions"));
|
|
89
88
|
const SCCommentObjectVotes_1 = __importDefault(require("./components/SCCommentObjectVotes"));
|
|
90
89
|
const SCActivitiesMenu_1 = __importDefault(require("./components/SCActivitiesMenu"));
|
|
91
90
|
const MuiTooltip_1 = __importDefault(require("./components/MuiTooltip"));
|
|
@@ -101,6 +100,8 @@ const SCVoteButton_1 = __importDefault(require("./components/SCVoteButton"));
|
|
|
101
100
|
const SCVoteAudienceButton_1 = __importDefault(require("./components/SCVoteAudienceButton"));
|
|
102
101
|
const SCEditorToolbarPlugin_1 = __importDefault(require("./components/SCEditorToolbarPlugin"));
|
|
103
102
|
const SCEditorFloatingLinkPlugin_1 = __importDefault(require("./components/SCEditorFloatingLinkPlugin"));
|
|
103
|
+
const SCCommentObjectReply_1 = __importDefault(require("./components/SCCommentObjectReply"));
|
|
104
|
+
const SCFooter_1 = __importDefault(require("./components/SCFooter"));
|
|
104
105
|
/**
|
|
105
106
|
* Style fragments - Imports - End
|
|
106
107
|
*/
|
|
@@ -178,7 +179,7 @@ const theme = {
|
|
|
178
179
|
SCCommentAction: SCCommentAction_1.default,
|
|
179
180
|
SCCommentNotification: SCCommentNotification_1.default,
|
|
180
181
|
SCCommentObject: SCCommentObject_1.default,
|
|
181
|
-
|
|
182
|
+
SCCommentObjectReply: SCCommentObjectReply_1.default,
|
|
182
183
|
SCCommentObjectSkeleton: SCCommentObjectSkeleton_1.default,
|
|
183
184
|
SCCommentObjectVotes: SCCommentObjectVotes_1.default,
|
|
184
185
|
SCCommentsFeedObject: SCCommentsFeedObject_1.default,
|
|
@@ -201,7 +202,8 @@ const theme = {
|
|
|
201
202
|
SCFeedRelevantActivities: SCFeedRelevantActivities_1.default,
|
|
202
203
|
SCFeedSkeleton: SCFeedSkeleton_1.default,
|
|
203
204
|
SCFollowAction: SCFollowAction_1.default,
|
|
204
|
-
|
|
205
|
+
SCFooter: SCFooter_1.default,
|
|
206
|
+
SCInlineComposerWidget: SCInlineComposerWidget_1.default,
|
|
205
207
|
SCLightbox: SCLightbox_1.default,
|
|
206
208
|
SCLoyaltyProgramWidget: SCLoyaltyProgramWidget_1.default,
|
|
207
209
|
SCLoyaltyProgramDetail: SCLoyaltyProgramDetail_1.default,
|