@selfcommunity/react-theme-default 0.1.9-alpha.7 → 0.1.9-alpha.70
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/SCCategoryHeader.d.ts +10 -1
- package/lib/cjs/components/SCCategoryHeader.js +12 -3
- package/lib/cjs/components/SCFeedObject.d.ts +32 -0
- package/lib/cjs/components/SCFeedObject.js +33 -1
- package/lib/cjs/components/SCGroup.d.ts +5 -0
- package/lib/cjs/components/SCGroup.js +6 -1
- package/lib/cjs/components/SCGroupHeader.d.ts +5 -5
- package/lib/cjs/components/SCGroupHeader.js +13 -12
- package/lib/cjs/components/SCGroupInviteButton.d.ts +3 -0
- package/lib/cjs/components/SCGroupInviteButton.js +4 -1
- package/lib/cjs/components/SCGroupInvitedWidget.d.ts +8 -0
- package/lib/cjs/components/SCGroupInvitedWidget.js +10 -0
- package/lib/cjs/components/SCGroupSettingsIconButton.d.ts +19 -0
- package/lib/cjs/components/SCGroupSettingsIconButton.js +21 -0
- package/lib/cjs/components/SCGroupTemplate.d.ts +3 -0
- package/lib/cjs/components/SCGroupTemplate.js +3 -0
- package/lib/cjs/components/SCGroups.d.ts +27 -1
- package/lib/cjs/components/SCGroups.js +29 -3
- package/lib/cjs/components/SCNavigationToolbar.d.ts +1 -1
- package/lib/cjs/components/SCNavigationToolbar.js +1 -1
- package/lib/cjs/components/SCNavigationToolbarMobile.js +1 -1
- package/lib/cjs/components/SCNotification.d.ts +1 -0
- package/lib/cjs/components/SCNotification.js +1 -0
- package/lib/cjs/components/SCPrivateMessageSnippets.d.ts +1 -0
- package/lib/cjs/components/SCPrivateMessageSnippets.js +1 -0
- package/lib/cjs/components/SCPrivateMessageThread.d.ts +11 -0
- package/lib/cjs/components/SCPrivateMessageThread.js +15 -4
- package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts +5 -0
- package/lib/cjs/components/SCPrivateMessageThreadItem.js +5 -0
- package/lib/cjs/components/SCUser.d.ts +5 -0
- package/lib/cjs/components/SCUser.js +5 -0
- package/lib/cjs/components/SCUserProfileHeader.d.ts +2 -2
- package/lib/cjs/components/SCUserProfileHeader.js +8 -8
- package/lib/cjs/components/SCUserSubscribedGroupsWidget.d.ts +8 -0
- package/lib/cjs/components/SCUserSubscribedGroupsWidget.js +10 -0
- package/lib/cjs/fonts/community/icons.eot +0 -0
- package/lib/cjs/fonts/community/icons.svg +5 -1
- package/lib/cjs/fonts/community/icons.ttf +0 -0
- package/lib/cjs/fonts/community/icons.woff +0 -0
- package/lib/cjs/fonts/community/icons.woff2 +0 -0
- package/lib/cjs/fonts/community-icons.css +13 -7
- package/lib/cjs/index.d.ts +143 -10
- package/lib/cjs/index.js +8 -2
- package/lib/esm/components/SCCategoryHeader.d.ts +10 -1
- package/lib/esm/components/SCCategoryHeader.js +12 -3
- package/lib/esm/components/SCFeedObject.d.ts +32 -0
- package/lib/esm/components/SCFeedObject.js +33 -1
- package/lib/esm/components/SCGroup.d.ts +5 -0
- package/lib/esm/components/SCGroup.js +6 -1
- package/lib/esm/components/SCGroupHeader.d.ts +5 -5
- package/lib/esm/components/SCGroupHeader.js +13 -12
- package/lib/esm/components/SCGroupInviteButton.d.ts +3 -0
- package/lib/esm/components/SCGroupInviteButton.js +4 -1
- package/lib/esm/components/SCGroupInvitedWidget.d.ts +8 -0
- package/lib/esm/components/SCGroupInvitedWidget.js +8 -0
- package/lib/esm/components/SCGroupSettingsIconButton.d.ts +19 -0
- package/lib/esm/components/SCGroupSettingsIconButton.js +19 -0
- package/lib/esm/components/SCGroupTemplate.d.ts +3 -0
- package/lib/esm/components/SCGroupTemplate.js +3 -0
- package/lib/esm/components/SCGroups.d.ts +27 -1
- package/lib/esm/components/SCGroups.js +29 -3
- package/lib/esm/components/SCNavigationToolbar.d.ts +1 -1
- package/lib/esm/components/SCNavigationToolbar.js +1 -1
- package/lib/esm/components/SCNavigationToolbarMobile.js +1 -1
- package/lib/esm/components/SCNotification.d.ts +1 -0
- package/lib/esm/components/SCNotification.js +1 -0
- package/lib/esm/components/SCPrivateMessageSnippets.d.ts +1 -0
- package/lib/esm/components/SCPrivateMessageSnippets.js +1 -0
- package/lib/esm/components/SCPrivateMessageThread.d.ts +11 -0
- package/lib/esm/components/SCPrivateMessageThread.js +15 -4
- package/lib/esm/components/SCPrivateMessageThreadItem.d.ts +5 -0
- package/lib/esm/components/SCPrivateMessageThreadItem.js +5 -0
- package/lib/esm/components/SCUser.d.ts +5 -0
- package/lib/esm/components/SCUser.js +5 -0
- package/lib/esm/components/SCUserProfileHeader.d.ts +2 -2
- package/lib/esm/components/SCUserProfileHeader.js +8 -8
- package/lib/esm/components/SCUserSubscribedGroupsWidget.d.ts +8 -0
- package/lib/esm/components/SCUserSubscribedGroupsWidget.js +8 -0
- package/lib/esm/fonts/community/icons.eot +0 -0
- package/lib/esm/fonts/community/icons.svg +5 -1
- package/lib/esm/fonts/community/icons.ttf +0 -0
- package/lib/esm/fonts/community/icons.woff +0 -0
- package/lib/esm/fonts/community/icons.woff2 +0 -0
- package/lib/esm/fonts/community-icons.css +13 -7
- package/lib/esm/index.d.ts +143 -10
- package/lib/esm/index.js +8 -2
- package/lib/umd/community/icons.eot +0 -0
- package/lib/umd/community/icons.svg +5 -1
- package/lib/umd/community/icons.ttf +0 -0
- package/lib/umd/community/icons.woff +0 -0
- package/lib/umd/community/icons.woff2 +0 -0
- package/lib/umd/react-theme-default.js +2 -2
- package/package.json +4 -4
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
declare const Component: {
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
|
+
flexDirection: string;
|
|
4
5
|
borderRadius: any;
|
|
5
6
|
padding: any;
|
|
6
7
|
boxShadow: string;
|
|
@@ -19,6 +20,10 @@ declare const Component: {
|
|
|
19
20
|
right: any;
|
|
20
21
|
padding: any;
|
|
21
22
|
};
|
|
23
|
+
'& .SCPrivateMessageThreadItem-username': {
|
|
24
|
+
marginRight: string;
|
|
25
|
+
marginBottom: any;
|
|
26
|
+
};
|
|
22
27
|
'& .SCPrivateMessageThreadItem-text': {
|
|
23
28
|
display: string;
|
|
24
29
|
alignItems: string;
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const Component = {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
root: ({ theme }) => ({
|
|
6
|
+
flexDirection: 'column',
|
|
6
7
|
borderRadius: theme.shape.borderRadius,
|
|
7
8
|
padding: theme.spacing(2, 4, 4, 2),
|
|
8
9
|
boxShadow: '0px 0px 10px rgba(0, 0, 0, 0.1)',
|
|
@@ -21,6 +22,10 @@ const Component = {
|
|
|
21
22
|
right: theme.spacing(3),
|
|
22
23
|
padding: theme.spacing(0.5, 0, 0.5, 0)
|
|
23
24
|
},
|
|
25
|
+
'& .SCPrivateMessageThreadItem-username': {
|
|
26
|
+
marginRight: 'auto',
|
|
27
|
+
marginBottom: theme.spacing(1)
|
|
28
|
+
},
|
|
24
29
|
'& .SCPrivateMessageThreadItem-text': {
|
|
25
30
|
display: 'flex',
|
|
26
31
|
alignItems: 'center',
|
|
@@ -24,6 +24,11 @@ const Component = {
|
|
|
24
24
|
borderRadius: 0,
|
|
25
25
|
fontSize: '0.5rem'
|
|
26
26
|
},
|
|
27
|
+
'& .SCUser-group-admin-badge-label': {
|
|
28
|
+
marginLeft: theme.spacing(1),
|
|
29
|
+
fontSize: '0.75rem',
|
|
30
|
+
color: theme.palette.secondary.main
|
|
31
|
+
},
|
|
27
32
|
'& .SCBaseItemButton-primary': {
|
|
28
33
|
fontWeight: theme.typography.fontWeightBold
|
|
29
34
|
},
|
|
@@ -3,7 +3,7 @@ declare const Component: {
|
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
4
|
'& .SCUserProfileHeader-cover': {
|
|
5
5
|
[x: number]: {
|
|
6
|
-
|
|
6
|
+
borderRadius: any;
|
|
7
7
|
};
|
|
8
8
|
position: string;
|
|
9
9
|
height: number;
|
|
@@ -71,7 +71,7 @@ declare const Component: {
|
|
|
71
71
|
position: string;
|
|
72
72
|
'& .SCUserProfileHeader-cover': {
|
|
73
73
|
[x: number]: {
|
|
74
|
-
|
|
74
|
+
borderRadius: any;
|
|
75
75
|
};
|
|
76
76
|
height: number;
|
|
77
77
|
};
|
|
@@ -5,13 +5,13 @@ const Component = {
|
|
|
5
5
|
root: ({ theme }) => ({
|
|
6
6
|
'& .SCUserProfileHeader-cover': {
|
|
7
7
|
position: 'relative',
|
|
8
|
-
height:
|
|
8
|
+
height: 230,
|
|
9
9
|
minHeight: 150,
|
|
10
10
|
borderRadius: 0,
|
|
11
11
|
background: 'linear-gradient(180deg, rgba(177,177,177,1) 0%, rgba(255,255,255,1) 90%)',
|
|
12
12
|
boxShadow: 'unset',
|
|
13
|
-
[theme.breakpoints.up('
|
|
14
|
-
|
|
13
|
+
[theme.breakpoints.up('md')]: {
|
|
14
|
+
borderRadius: theme.spacing(0, 0, 2.5, 2.5)
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
'& .SCUserProfileHeader-infops-section': {
|
|
@@ -32,7 +32,7 @@ const Component = {
|
|
|
32
32
|
width: theme.selfcommunity.user.avatar.sizeXLarge,
|
|
33
33
|
borderRadius: '50%',
|
|
34
34
|
border: `#FFF solid ${theme.spacing(0.5)}`,
|
|
35
|
-
objectFit: 'cover'
|
|
35
|
+
objectFit: 'cover'
|
|
36
36
|
},
|
|
37
37
|
'& .MuiBadge-badge .SCUserAvatar-badge-content': {
|
|
38
38
|
width: 32,
|
|
@@ -72,15 +72,15 @@ const Component = {
|
|
|
72
72
|
skeletonRoot: ({ theme }) => ({
|
|
73
73
|
position: 'relative',
|
|
74
74
|
'& .SCUserProfileHeader-cover': {
|
|
75
|
-
[theme.breakpoints.up('
|
|
76
|
-
|
|
75
|
+
[theme.breakpoints.up('md')]: {
|
|
76
|
+
borderRadius: theme.spacing(0, 0, 2.5, 2.5)
|
|
77
77
|
},
|
|
78
|
-
height:
|
|
78
|
+
height: 230
|
|
79
79
|
},
|
|
80
80
|
'& .SCUserProfileHeader-avatar': {
|
|
81
81
|
display: 'block',
|
|
82
82
|
position: 'absolute',
|
|
83
|
-
top:
|
|
83
|
+
top: 230 - 0.5 * theme.selfcommunity.user.avatar.sizeXLarge - 5,
|
|
84
84
|
marginLeft: theme.spacing(4),
|
|
85
85
|
[`& .MuiSkeleton-root`]: {
|
|
86
86
|
border: '#FFF solid 5px'
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({}),
|
|
6
|
+
skeletonRoot: ({ theme }) => ({}),
|
|
7
|
+
dialogRoot: ({ theme }) => ({})
|
|
8
|
+
}
|
|
9
|
+
};
|
|
10
|
+
exports.default = Component;
|
|
Binary file
|
|
@@ -126,7 +126,9 @@
|
|
|
126
126
|
<glyph unicode="" glyph-name="photo_file" data-tags="photo_file" d="M849.067 797.867h-209.067c-4.267 0-8.533 4.267-8.533 4.267l-34.133 51.2c-17.067 21.333-42.667 38.4-68.267 38.4h-145.067c-72.533 0-128-59.733-128-128v-89.6h-64c-76.8 0-145.067-59.733-145.067-132.267v-405.333c0-72.533 64-132.267 145.067-132.267h520.533c76.8 0 145.067 59.733 145.067 132.267v76.8c68.267 4.267 123.733 59.733 123.733 128v324.267c-4.267 72.533-64 132.267-132.267 132.267zM712.533 72.534h-520.533c-38.4 0-64 25.6-64 59.733v409.6c0 34.133 29.867 59.733 64 59.733h64v-260.267c0-72.533 59.733-128 128-128h396.8v-81.067c0-34.133-29.867-59.733-68.267-59.733zM904.533 341.334c0-34.133-25.6-59.733-59.733-59.733h-460.8c-17.067 0-34.133 8.533-42.667 21.333l132.267 145.067c4.267 4.267 8.533 4.267 12.8 0l51.2-55.467c12.8-12.8 29.867-12.8 38.4 0l166.4 187.733c4.267 4.267 8.533 4.267 12.8 0l153.6-166.4v-72.533zM904.533 503.467l-106.667 115.2c-25.6 29.867-68.267 29.867-93.867 0l-149.333-162.133-34.133 38.4c-25.6 29.867-68.267 29.867-93.867 0l-106.667-119.467v388.267c0 34.133 25.6 59.733 59.733 59.733h145.067c4.267 0 8.533 0 8.533-4.267l38.4-55.467c21.333-21.333 46.933-38.4 68.267-38.4h209.067c34.133 0 59.733-25.6 59.733-59.733v-162.133zM512 640c0-23.564-19.103-42.667-42.667-42.667s-42.667 19.103-42.667 42.667c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667z" />
|
|
127
127
|
<glyph unicode="" glyph-name="groups" data-tags="group" d="M686.933 640c0-93.867-76.8-170.667-170.667-170.667s-170.667 76.8-170.667 170.667 76.8 170.667 170.667 170.667 170.667-76.8 170.667-170.667zM516.267 742.4c-59.733 0-102.4-46.933-102.4-102.4s46.933-102.4 102.4-102.4 102.4 46.933 102.4 102.4-46.933 102.4-102.4 102.4zM298.667 520.534c0-68.267-55.467-128-128-128s-128 55.467-128 128 55.467 128 128 128 128-59.733 128-128zM170.667 597.334c-42.667 0-76.8-34.133-76.8-76.8s34.133-76.8 76.8-76.8 76.8 34.133 76.8 76.8-34.133 76.8-76.8 76.8zM981.333 520.534c0-68.267-55.467-128-128-128-68.267 0-128 55.467-128 128s55.467 128 128 128c68.267 0 128-59.733 128-128zM853.333 597.334c-42.667 0-76.8-34.133-76.8-76.8s34.133-76.8 76.8-76.8c42.667 0 76.8 34.133 76.8 76.8s-34.133 76.8-76.8 76.8zM610.133 375.467h-183.467c-93.867 0-174.933-76.8-174.933-174.933v-123.733c0-12.8 8.533-29.867 29.867-29.867 12.8 0 29.867 8.533 29.867 29.867v123.733c0 64 55.467 115.2 115.2 115.2h183.467c64 0 115.2-55.467 115.2-115.2v-123.733c0-12.8 8.533-29.867 29.867-29.867 12.8 0 29.867 8.533 29.867 29.867v123.733c0 93.867-81.067 174.933-174.933 174.933zM998.4 42.667c-17.067 0-34.133 12.8-34.133 34.133v98.133c0 42.667-34.133 76.8-76.8 76.8h-34.133c-17.067 0-34.133 12.8-34.133 34.133s12.8 34.133 34.133 34.133h34.133c76.8 0 140.8-64 140.8-140.8v-110.933c-4.267-12.8-12.8-21.333-29.867-25.6v0zM34.133 42.667c-17.067 0-34.133 12.8-34.133 34.133v98.133c0 76.8 59.733 140.8 140.8 140.8h34.133c21.333 0 34.133-17.067 34.133-34.133s-12.8-34.133-34.133-34.133h-29.867c-42.667 0-76.8-34.133-76.8-72.533v-98.133c0-21.333-17.067-34.133-34.133-34.133v0z" />
|
|
128
128
|
<glyph unicode="" glyph-name="private" data-tags="private" d="M768 42.667v469.333h-512v-469.333h512zM384 686.934v-89.6h256v89.6c0 76.8-59.733 136.533-128 136.533s-128-59.733-128-136.533v0zM768 597.334c46.933 0 85.333-38.4 85.333-89.6v-460.8c0-51.2-38.4-89.6-85.333-89.6h-512c-46.933 0-85.333 42.667-85.333 89.6v460.8c0 46.933 38.4 89.6 85.333 89.6h42.667v89.6c0 123.733 93.867 221.867 213.333 221.867s213.333-98.133 213.333-221.867v-89.6h42.667zM516.267 183.467c-42.667 0-81.067 42.667-81.067 89.6s38.4 89.6 81.067 89.6 81.067-42.667 81.067-89.6-38.4-89.6-81.067-89.6v0z" />
|
|
129
|
-
<glyph unicode="
|
|
129
|
+
<glyph unicode="" glyph-name="my_community" data-tags="my_community" d="M281.6 140.8v0c-76.8 0-140.8 34.133-192 89.6-42.667 46.933-68.267 110.933-68.267 174.933s21.333 123.733 64 174.933c46.933 55.467 115.2 85.333 183.467 85.333s153.6-12.8 217.6-89.6v-21.333l-85.333-102.4h-29.867c-25.6 34.133-64 51.2-106.667 51.2s-85.333-55.467-85.333-98.133 34.133-102.4 98.133-102.4 55.467 8.533 76.8 29.867l17.067 17.067c34.133 34.133 55.467 59.733 81.067 93.867s51.2 68.267 98.133 119.467c8.533 8.533 17.067 21.333 25.6 29.867 46.933 42.667 110.933 72.533 174.933 72.533v0c145.067 0 264.533-119.467 260.267-260.267 0-140.8-119.467-256-260.267-260.267-93.867 0-183.467 64-234.667 128-12.8-17.067-25.6-29.867-34.133-38.4-106.667-102.4-200.533-93.867-200.533-93.867zM546.133 290.134c46.933-64 136.533-115.2 209.067-115.2 128 0 230.4 102.4 230.4 226.133s-102.4 226.133-230.4 230.4c-59.733 0-115.2-21.333-153.6-59.733l-25.6-25.6c-46.933-51.2-72.533-89.6-98.133-119.467s-46.933-59.733-81.067-98.133l-21.333-21.333c-29.867-25.6-64-38.4-98.133-38.4-85.333 0-128 76.8-128 132.267s38.4 128 119.467 128 89.6-21.333 119.467-51.2l68.267 81.067c-51.2 55.467-110.933 68.267-183.467 68.267s-123.733-29.867-157.867-72.533c-38.4-42.667-55.467-98.133-55.467-153.6s21.333-110.933 59.733-153.6c42.667-46.933 102.4-76.8 166.4-76.8v0c72.533 0 136.533 29.867 179.2 81.067 55.467 55.467 157.867 192 166.4 200.533v0c29.867 55.467 72.533 81.067 128 81.067s136.533-59.733 132.267-132.267c0-68.267-59.733-128-132.267-128s-93.867 21.333-123.733 55.467c-8.533 12.8-17.067 34.133-21.333 55.467l-72.533-93.867zM652.8 439.467c-12.8-38.4-8.533-68.267 8.533-93.867 21.333-29.867 64-42.667 93.867-42.667 55.467 0 102.4 42.667 98.133 98.133 0 55.467-42.667 102.4-102.4 102.4s-64-8.533-98.133-59.733v0zM281.6 128c-76.8 0-149.333 34.133-204.8 93.867-46.933 51.2-72.533 119.467-72.533 183.467s25.6 132.267 68.267 183.467c46.933 59.733 119.467 89.6 196.267 89.6s162.133-12.8 230.4-93.867c8.533-8.533 8.533-21.333 0-38.4l-98.133-110.933c-17.067-8.533-29.867-8.533-42.667 0-25.6 29.867-59.733 46.933-93.867 46.933s-72.533-34.133-68.267-81.067 29.867-89.6 81.067-89.6 51.2 8.533 68.267 25.6c0 0 183.467 217.6 217.6 260.267 51.2 46.933 119.467 76.8 187.733 76.8s145.067-29.867 196.267-81.067 81.067-123.733 81.067-196.267c0-145.067-123.733-268.8-277.333-273.067-89.6 0-179.2 59.733-234.667 119.467-8.533-8.533-17.067-17.067-21.333-21.333-98.133-98.133-213.333-93.867-213.333-93.867zM563.2 290.134c46.933-55.467 128-102.4 192-102.4 119.467 0 213.333 93.867 213.333 209.067s-93.867 209.067-217.6 213.333c-55.467 0-106.667-21.333-145.067-55.467l-25.6-25.6c-34.133-38.4-55.467-68.267-76.8-93.867-8.533-8.533-12.8-17.067-21.333-25.6l-12.8-12.8c-21.333-25.6-89.6-106.667-89.6-106.667-34.133-34.133-68.267-42.667-106.667-42.667-98.133 0-140.8 89.6-140.8 149.333s51.2 145.067 132.267 145.067 85.333-17.067 115.2-42.667l46.933 55.467c-46.933 42.667-98.133 64-162.133 64s-115.2-25.6-149.333-76.8c-34.133-38.4-51.2-89.6-51.2-145.067s17.067-102.4 55.467-145.067c38.4-46.933 93.867-72.533 157.867-72.533s123.733 25.6 170.667 76.8c38.4 42.667 128 153.6 166.4 200.533 38.4 51.2 76.8 89.6 140.8 85.333s76.8-17.067 106.667-42.667c29.867-29.867 46.933-59.733 42.667-102.4 0-76.8-72.533-149.333-149.333-149.333s-145.067 85.333-149.333 93.867zM669.867 435.2c-12.8-29.867-4.267-55.467 8.533-76.8s55.467-38.4 81.067-38.4 42.667 8.533 59.733 25.6c12.8 17.067 25.6 42.667 21.333 64-8.533 42.667-29.867 76.8-85.333 76.8s-85.333-51.2-85.333-51.2z" />
|
|
130
|
+
<glyph unicode="" glyph-name="magic_wand" data-tags="magic_wand" d="M964.267 456.534l-102.4 136.533 55.467 162.133c8.533 21.333 0 46.933-12.8 64-17.067 17.067-42.667 21.333-64 12.8l-162.133-55.467-136.533 102.4c-17.067 12.8-42.667 17.067-64 4.267-21.333-8.533-34.133-29.867-34.133-55.467v-170.667c0 0-136.533-98.133-136.533-98.133-17.067-12.8-29.867-34.133-25.6-59.733 0-12.8 8.533-25.6 17.067-34.133s17.067-12.8 25.6-17.067l119.467-38.4-384-366.933c-17.067-17.067-17.067-42.667 0-59.733s21.333-12.8 29.867-12.8 21.333 0 29.867 12.8l375.467 375.467 38.4-102.4c0-8.533 8.533-17.067 17.067-25.6s21.333-17.067 34.133-17.067c0 0 8.533 0 8.533 0 21.333 0 38.4 8.533 51.2 25.6l98.133 123.733h170.667c21.333 0 42.667 8.533 55.467 29.867 8.533 21.333 8.533 46.933-4.267 64zM721.067 448c-12.8 0-25.6-8.533-34.133-17.067l-85.333-119.467-42.667 136.533c0 12.8-12.8 25.6-29.867 29.867l-140.8 42.667 119.467 85.333c12.8 8.533 17.067 21.333 17.067 34.133v145.067s115.2-85.333 115.2-85.333c12.8-8.533 25.6-8.533 38.4-4.267l136.533 46.933-46.933-136.533c-4.267-12.8 0-29.867 4.267-38.4l85.333-115.2h-145.067z" />
|
|
131
|
+
<glyph unicode="" glyph-name="magic_wand" data-tags="magic_wand" d="M964.267 456.534l-102.4 136.533 55.467 162.133c8.533 21.333 0 46.933-12.8 64-17.067 17.067-42.667 21.333-64 12.8l-162.133-55.467-136.533 102.4c-17.067 12.8-42.667 17.067-64 4.267-21.333-8.533-34.133-29.867-34.133-55.467v-170.667c0 0-136.533-98.133-136.533-98.133-17.067-12.8-29.867-34.133-25.6-59.733 0-12.8 8.533-25.6 17.067-34.133s17.067-12.8 25.6-17.067l119.467-38.4-384-366.933c-17.067-17.067-17.067-42.667 0-59.733s21.333-12.8 29.867-12.8 21.333 0 29.867 12.8l375.467 375.467 38.4-102.4c0-8.533 8.533-17.067 17.067-25.6s21.333-17.067 34.133-17.067c0 0 8.533 0 8.533 0 21.333 0 38.4 8.533 51.2 25.6l98.133 123.733h170.667c21.333 0 42.667 8.533 55.467 29.867 8.533 21.333 8.533 46.933-4.267 64zM721.067 448c-12.8 0-25.6-8.533-34.133-17.067l-85.333-119.467-42.667 136.533c0 12.8-12.8 25.6-29.867 29.867l-140.8 42.667 119.467 85.333c12.8 8.533 17.067 21.333 17.067 34.133v145.067s115.2-85.333 115.2-85.333c12.8-8.533 25.6-8.533 38.4-4.267l136.533 46.933-46.933-136.533c-4.267-12.8 0-29.867 4.267-38.4l85.333-115.2h-145.067z" />
|
|
130
132
|
<glyph unicode="zoom_out_map" glyph-name="zoom_out_map" data-tags="zoom_out_map" d="M977.067 874.667c-4.267 8.533-8.533 12.8-17.067 17.067-4.267 0-8.533 4.267-12.8 4.267h-192c-17.067 0-38.4-12.8-38.4-38.4s12.8-38.4 38.4-38.4h106.667l-226.133-226.133c-12.8-12.8-12.8-38.4 0-51.2 4.267-4.267 12.8-8.533 25.6-8.533 8.533 0 17.067 4.267 25.6 8.533l217.6 230.4v-102.4c0-17.067 12.8-38.4 38.4-38.4s38.4 12.8 38.4 38.4v192c0 4.267-4.267 8.533-4.267 12.8zM392.533 307.2c-12.8 12.8-38.4 12.8-51.2 0l-226.133-226.133v106.667c0 17.067-12.8 38.4-38.4 38.4s-34.133-21.333-34.133-42.667v-192c0-4.267 0-8.533 4.267-12.8 4.267-8.533 8.533-12.8 17.067-17.067 4.267 0 8.533-4.267 12.8-4.267h192c17.067 0 38.4 12.8 38.4 38.4s-17.067 34.133-38.4 34.133h-102.4l226.133 226.133c12.8 17.067 12.8 38.4 0 51.2zM128 435.2c-17.067 0-38.4 12.8-38.4 38.4v243.2c0 72.533 55.467 128 128 132.267h238.933c17.067 0 38.4-12.8 38.4-38.4s-12.8-38.4-34.133-38.4h-234.667c-34.133 0-64-25.6-55.467-55.467v-243.2c-4.267-17.067-21.333-38.4-42.667-38.4zM797.867-0h-285.867c-17.067 0-38.4 12.8-38.4 38.4s12.8 38.4 38.4 38.4h285.867c34.133 0 55.467 29.867 55.467 64v243.2c0 17.067 12.8 38.4 38.4 38.4s38.4-12.8 38.4-38.4v-243.2c0-76.8-59.733-136.533-132.267-140.8z" />
|
|
131
133
|
<glyph unicode="zoom_out" glyph-name="zoom_out" data-tags="zoom_out" d="M507.733 580.267h-209.067c-21.333 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h213.333c21.333 0 42.667 17.067 42.667 42.667s-25.6 42.667-46.933 42.667zM968.533 25.6l-285.867 290.133c110.933 136.533 106.667 345.6-25.6 477.867v0c-140.8 136.533-371.2 136.533-507.733 0-68.267-68.267-106.667-157.867-106.667-256s38.4-183.467 106.667-251.733c68.267-68.267 162.133-106.667 256-106.667v0c81.067 0 162.133 25.6 217.6 72.533l290.133-285.867c4.267-4.267 17.067-8.533 25.6-8.533 12.8 0 21.333 4.267 25.6 8.533 21.333 21.333 21.333 42.667 4.267 59.733zM405.333 264.534c-76.8 0-145.067 25.6-196.267 81.067s-81.067 119.467-81.067 192 25.6 145.067 81.067 196.267 128 81.067 196.267 81.067 145.067-25.6 196.267-81.067v0c55.467-51.2 81.067-123.733 81.067-196.267s-25.6-140.8-81.067-196.267c-55.467-55.467-119.467-76.8-196.267-76.8v0z" />
|
|
132
134
|
<glyph unicode="zoom_in" glyph-name="zoom_in" data-tags="zoom_in" d="M968.533 25.6l-285.867 290.133c110.933 136.533 106.667 345.6-25.6 477.867v0c-140.8 136.533-371.2 136.533-507.733 0-68.267-68.267-106.667-157.867-106.667-256s38.4-183.467 106.667-251.733c68.267-68.267 162.133-106.667 256-106.667v0c81.067 0 162.133 25.6 217.6 72.533l290.133-285.867c4.267-4.267 17.067-8.533 25.6-8.533 12.8 0 21.333 4.267 25.6 8.533 21.333 21.333 21.333 42.667 4.267 59.733zM405.333 264.534c-76.8 0-145.067 25.6-196.267 81.067s-81.067 119.467-81.067 192 25.6 145.067 81.067 196.267 128 81.067 196.267 81.067 145.067-25.6 196.267-81.067v0c55.467-51.2 81.067-123.733 81.067-196.267s-25.6-140.8-81.067-196.267c-55.467-55.467-119.467-76.8-196.267-76.8v0zM512 576h-64v68.267c0 21.333-17.067 42.667-42.667 42.667s-42.667-21.333-42.667-42.667v-64h-59.733c-21.333 0-42.667-17.067-42.667-42.667s17.067-42.667 42.667-42.667h64v-64c0-21.333 17.067-42.667 42.667-42.667s42.667 17.067 42.667 42.667v64h59.733c21.333 0 42.667 17.067 42.667 42.667 0 29.867-21.333 38.4-42.667 38.4v0z" />
|
|
@@ -159,10 +161,12 @@
|
|
|
159
161
|
<glyph unicode="outlined_flag" glyph-name="outlined_flag" data-tags="outlined_flag" d="M891.733 810.667c0 8.533 0 17.067-8.533 25.6-4.267 17.067-25.6 17.067-42.667 8.533h-4.267c0 0-38.4-29.867-149.333-29.867-59.733 0-106.667 21.333-162.133 38.4-59.733 17.067-110.933 42.667-187.733 42.667-136.533 0-187.733-42.667-192-46.933v0c-8.533-8.533-12.8-21.333-12.8-29.867v-823.467c0-25.6 17.067-38.4 38.4-38.4s38.4 21.333 38.4 38.4v315.733c21.333 4.267 59.733 21.333 128 21.333 59.733 0 106.667-21.333 153.6-38.4 59.733-21.333 110.933-42.667 183.467-42.667 119.467 0 166.4 25.6 192 42.667 4.267 0 4.267 4.267 8.533 4.267 0 0 4.267 0 4.267 4.267v0c8.533 8.533 12.8 17.067 12.8 25.6v482.133zM524.8 358.4c-59.733 21.333-110.933 42.667-183.467 42.667-64 0-106.667-8.533-136.533-21.333v418.133c17.067 8.533 59.733 25.6 136.533 25.6 55.467 0 102.4-21.333 157.867-38.4 59.733-21.333 115.2-42.667 187.733-42.667 55.467 0 98.133 8.533 128 17.067v-409.6c-12.8-8.533-51.2-29.867-136.533-29.867-51.2 0-98.133 17.067-153.6 38.4z" />
|
|
160
162
|
<glyph unicode="notifications_off" glyph-name="notifications_off" data-tags="notifications_off" d="M576 25.6h-136.533c-21.333 0-34.133-12.8-34.133-34.133s12.8-34.133 34.133-34.133h132.267c21.333 0 34.133 12.8 34.133 34.133 4.267 21.333-8.533 34.133-29.867 34.133zM209.067 354.134c21.333 0 34.133 12.8 34.133 34.133v170.667c0 34.133 8.533 68.267 21.333 102.4 55.467 140.8 213.333 200.533 345.6 149.333 21.333-8.533 34.133 0 46.933 21.333 8.533 21.333 0 34.133-21.333 46.933v0c-162.133 55.467-362.667-21.333-430.933-196.267-21.333-38.4-25.6-81.067-25.6-128v-166.4c0-17.067 12.8-34.133 29.867-34.133zM55.467 17.067c-12.8-12.8-12.8-34.133 0-46.933s34.133-12.8 46.933 0v0l153.6 153.6h686.933c38.4 8.533 38.4 68.267 0 68.267h-21.333c-46.933 12.8-81.067 55.467-81.067 102.4v268.8c0 46.933-12.8 85.333-25.6 128l153.6 153.6c12.8 8.533 12.8 25.6 0 38.4s-34.133 12.8-46.933 0l-691.2-691.2zM763.733 631.467c8.533-25.6 12.8-46.933 12.8-72.533v-268.8c0-38.4 12.8-72.533 34.133-102.4h-486.4l439.467 443.733z" />
|
|
161
163
|
<glyph unicode="notifications_active" glyph-name="notifications_active" data-tags="notifications_active" d="M878.933 226.134c-38.4 0-68.267 34.133-68.267 68.267v226.133c0 166.4-132.267 302.933-302.933 302.933s-298.667-136.533-298.667-302.933v-234.667c0-34.133-34.133-68.267-68.267-68.267-46.933 0-46.933-68.267 0-68.267h738.133c46.933 8.533 46.933 76.8 0 76.8zM277.333 290.134v230.4c0 128 106.667 234.667 234.667 234.667s234.667-106.667 234.667-234.667v-234.667c0-25.6 8.533-46.933 21.333-68.267h-512c12.8 21.333 21.333 46.933 21.333 72.533zM264.533 827.734c12.8 12.8 12.8 34.133 8.533 46.933-17.067 21.333-34.133 21.333-51.2 12.8-110.933-81.067-179.2-213.333-179.2-354.133 0-21.333 12.8-34.133 34.133-34.133 12.8 0 34.133 12.8 34.133 34.133v0c0 119.467 51.2 226.133 153.6 294.4zM802.133 887.467c-17.067 12.8-34.133 8.533-46.933-4.267s-8.533-34.133 8.533-46.933c89.6-68.267 149.333-183.467 149.333-302.933 0-21.333 12.8-34.133 34.133-34.133s34.133 12.8 34.133 34.133v0c0 140.8-68.267 273.067-179.2 354.133zM580.267 25.6h-136.533c-21.333 0-34.133-12.8-34.133-34.133 0-17.067 17.067-34.133 34.133-34.133h132.267c21.333 0 34.133 12.8 34.133 34.133 4.267 21.333-12.8 34.133-29.867 34.133z" />
|
|
164
|
+
<glyph unicode="my_community" glyph-name="my_community" data-tags="my_community" d="M281.6 140.8v0c-76.8 0-140.8 34.133-192 89.6-42.667 46.933-68.267 110.933-68.267 174.933s21.333 123.733 64 174.933c46.933 55.467 115.2 85.333 183.467 85.333s153.6-12.8 217.6-89.6v-21.333l-85.333-102.4h-29.867c-25.6 34.133-64 51.2-106.667 51.2s-85.333-55.467-85.333-98.133 34.133-102.4 98.133-102.4 55.467 8.533 76.8 29.867l17.067 17.067c34.133 34.133 55.467 59.733 81.067 93.867s51.2 68.267 98.133 119.467c8.533 8.533 17.067 21.333 25.6 29.867 46.933 42.667 110.933 72.533 174.933 72.533v0c145.067 0 264.533-119.467 260.267-260.267 0-140.8-119.467-256-260.267-260.267-93.867 0-183.467 64-234.667 128-12.8-17.067-25.6-29.867-34.133-38.4-106.667-102.4-200.533-93.867-200.533-93.867zM546.133 290.134c46.933-64 136.533-115.2 209.067-115.2 128 0 230.4 102.4 230.4 226.133s-102.4 226.133-230.4 230.4c-59.733 0-115.2-21.333-153.6-59.733l-25.6-25.6c-46.933-51.2-72.533-89.6-98.133-119.467s-46.933-59.733-81.067-98.133l-21.333-21.333c-29.867-25.6-64-38.4-98.133-38.4-85.333 0-128 76.8-128 132.267s38.4 128 119.467 128 89.6-21.333 119.467-51.2l68.267 81.067c-51.2 55.467-110.933 68.267-183.467 68.267s-123.733-29.867-157.867-72.533c-38.4-42.667-55.467-98.133-55.467-153.6s21.333-110.933 59.733-153.6c42.667-46.933 102.4-76.8 166.4-76.8v0c72.533 0 136.533 29.867 179.2 81.067 55.467 55.467 157.867 192 166.4 200.533v0c29.867 55.467 72.533 81.067 128 81.067s136.533-59.733 132.267-132.267c0-68.267-59.733-128-132.267-128s-93.867 21.333-123.733 55.467c-8.533 12.8-17.067 34.133-21.333 55.467l-72.533-93.867zM652.8 439.467c-12.8-38.4-8.533-68.267 8.533-93.867 21.333-29.867 64-42.667 93.867-42.667 55.467 0 102.4 42.667 98.133 98.133 0 55.467-42.667 102.4-102.4 102.4s-64-8.533-98.133-59.733v0zM281.6 128c-76.8 0-149.333 34.133-204.8 93.867-46.933 51.2-72.533 119.467-72.533 183.467s25.6 132.267 68.267 183.467c46.933 59.733 119.467 89.6 196.267 89.6s162.133-12.8 230.4-93.867c8.533-8.533 8.533-21.333 0-38.4l-98.133-110.933c-17.067-8.533-29.867-8.533-42.667 0-25.6 29.867-59.733 46.933-93.867 46.933s-72.533-34.133-68.267-81.067 29.867-89.6 81.067-89.6 51.2 8.533 68.267 25.6c0 0 183.467 217.6 217.6 260.267 51.2 46.933 119.467 76.8 187.733 76.8s145.067-29.867 196.267-81.067 81.067-123.733 81.067-196.267c0-145.067-123.733-268.8-277.333-273.067-89.6 0-179.2 59.733-234.667 119.467-8.533-8.533-17.067-17.067-21.333-21.333-98.133-98.133-213.333-93.867-213.333-93.867zM563.2 290.134c46.933-55.467 128-102.4 192-102.4 119.467 0 213.333 93.867 213.333 209.067s-93.867 209.067-217.6 213.333c-55.467 0-106.667-21.333-145.067-55.467l-25.6-25.6c-34.133-38.4-55.467-68.267-76.8-93.867-8.533-8.533-12.8-17.067-21.333-25.6l-12.8-12.8c-21.333-25.6-89.6-106.667-89.6-106.667-34.133-34.133-68.267-42.667-106.667-42.667-98.133 0-140.8 89.6-140.8 149.333s51.2 145.067 132.267 145.067 85.333-17.067 115.2-42.667l46.933 55.467c-46.933 42.667-98.133 64-162.133 64s-115.2-25.6-149.333-76.8c-34.133-38.4-51.2-89.6-51.2-145.067s17.067-102.4 55.467-145.067c38.4-46.933 93.867-72.533 157.867-72.533s123.733 25.6 170.667 76.8c38.4 42.667 128 153.6 166.4 200.533 38.4 51.2 76.8 89.6 140.8 85.333s76.8-17.067 106.667-42.667c29.867-29.867 46.933-59.733 42.667-102.4 0-76.8-72.533-149.333-149.333-149.333s-145.067 85.333-149.333 93.867zM669.867 435.2c-12.8-29.867-4.267-55.467 8.533-76.8s55.467-38.4 81.067-38.4 42.667 8.533 59.733 25.6c12.8 17.067 25.6 42.667 21.333 64-8.533 42.667-29.867 76.8-85.333 76.8s-85.333-51.2-85.333-51.2z" />
|
|
162
165
|
<glyph unicode="movie" glyph-name="movie" data-tags="movie" d="M878.933 896h-733.867c-55.467 0-102.4-46.933-102.4-102.4v-738.133c0-51.2 46.933-98.133 102.4-98.133h738.133c55.467 0 102.4 46.933 102.4 102.4v733.867c-4.267 55.467-51.2 102.4-106.667 102.4zM913.067 793.6v-132.267h-256l72.533 166.4h149.333c21.333 0 34.133-12.8 34.133-34.133zM661.333 827.734l-72.533-166.4h-230.4l72.533 166.4c0 0 230.4 0 230.4 0zM145.067 827.734h213.333l-72.533-166.4h-174.933v132.267c0 21.333 12.8 34.133 34.133 34.133zM913.067 59.734c0-21.333-12.8-34.133-34.133-34.133h-733.867c-21.333 0-34.133 12.8-34.133 34.133v533.333h806.4v-533.333h-4.267zM686.933 366.934l-226.133 128c-8.533 4.267-17.067 4.267-21.333 4.267-34.133 8.533-59.733-21.333-59.733-55.467v-268.8c0-8.533 0-12.8 8.533-21.333 12.8-25.6 46.933-46.933 72.533-34.133l226.133 132.267c8.533 8.533 12.8 12.8 21.333 21.333 12.8 38.4 4.267 81.067-21.333 93.867zM443.733 204.8v221.867l187.733-106.667-187.733-115.2z" />
|
|
163
166
|
<glyph unicode="more_vert" glyph-name="more_vert" data-tags="more_vert" d="M597.333 810.667c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM597.333 426.667c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333zM597.333 42.667c0-47.128-38.205-85.333-85.333-85.333s-85.333 38.205-85.333 85.333c0 47.128 38.205 85.333 85.333 85.333s85.333-38.205 85.333-85.333z" />
|
|
164
167
|
<glyph unicode="more_circle" glyph-name="more_circle" data-tags="more_circle" d="M512-42.666c-119.467 0-243.2 42.667-332.8 136.533-183.467 183.467-183.467 482.133 0 665.6 89.6 89.6 209.067 136.533 332.8 136.533v0c123.733 0 243.2-46.933 332.8-136.533v0c89.6-89.6 136.533-209.067 136.533-328.533s-46.933-243.2-136.533-328.533c-89.6-102.4-213.333-145.067-332.8-145.067zM512 832v0c-106.667 0-209.067-42.667-290.133-119.467-153.6-157.867-153.6-413.867 0-571.733 157.867-157.867 418.133-157.867 571.733 0 76.8 76.8 119.467 174.933 119.467 285.867 0 106.667-38.4 209.067-119.467 285.867v0 0c-72.533 72.533-174.933 119.467-281.6 119.467zM563.2 456.534c17.067-17.067 17.067-46.933 0-64s-46.933-17.067-68.267 0c-17.067 17.067-17.067 46.933 0 64 21.333 17.067 46.933 17.067 68.267 0v0zM738.133 456.534c17.067-17.067 17.067-46.933 0-64s-46.933-17.067-68.267 0-17.067 46.933 0 64c25.6 17.067 51.2 17.067 68.267 0v0zM384 456.534c17.067-17.067 17.067-46.933 0-64s-46.933-17.067-68.267 0c-17.067 17.067-17.067 46.933 0 64 25.6 17.067 51.2 17.067 68.267 0v0z" />
|
|
165
168
|
<glyph unicode="menu" glyph-name="menu" data-tags="menu" d="M896 665.6h-768c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h768c25.6 0 42.667-17.067 42.667-42.667v0c0-21.333-17.067-42.667-42.667-42.667zM896 384h-768c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h768c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM896 102.4h-768c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h768c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667z" />
|
|
169
|
+
<glyph unicode="magic_wand" glyph-name="magic_wand" data-tags="magic_wand" d="M964.267 456.534l-102.4 136.533 55.467 162.133c8.533 21.333 0 46.933-12.8 64-17.067 17.067-42.667 21.333-64 12.8l-162.133-55.467-136.533 102.4c-17.067 12.8-42.667 17.067-64 4.267-21.333-8.533-34.133-29.867-34.133-55.467v-170.667c0 0-136.533-98.133-136.533-98.133-17.067-12.8-29.867-34.133-25.6-59.733 0-12.8 8.533-25.6 17.067-34.133s17.067-12.8 25.6-17.067l119.467-38.4-384-366.933c-17.067-17.067-17.067-42.667 0-59.733s21.333-12.8 29.867-12.8 21.333 0 29.867 12.8l375.467 375.467 38.4-102.4c0-8.533 8.533-17.067 17.067-25.6s21.333-17.067 34.133-17.067c0 0 8.533 0 8.533 0 21.333 0 38.4 8.533 51.2 25.6l98.133 123.733h170.667c21.333 0 42.667 8.533 55.467 29.867 8.533 21.333 8.533 46.933-4.267 64zM721.067 448c-12.8 0-25.6-8.533-34.133-17.067l-85.333-119.467-42.667 136.533c0 12.8-12.8 25.6-29.867 29.867l-140.8 42.667 119.467 85.333c12.8 8.533 17.067 21.333 17.067 34.133v145.067s115.2-85.333 115.2-85.333c12.8-8.533 25.6-8.533 38.4-4.267l136.533 46.933-46.933-136.533c-4.267-12.8 0-29.867 4.267-38.4l85.333-115.2h-145.067z" />
|
|
166
170
|
<glyph unicode="list" glyph-name="list" data-tags="list" d="M934.4 384h-597.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM170.667 384h-85.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h85.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM934.4 682.667h-597.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM170.667 682.667h-85.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h85.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM934.4 85.334h-597.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h597.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667zM170.667 85.334h-85.333c-25.6 0-42.667 17.067-42.667 42.667v0c0 25.6 17.067 42.667 42.667 42.667h85.333c25.6 0 42.667-17.067 42.667-42.667v0c0-25.6-17.067-42.667-42.667-42.667z" />
|
|
167
171
|
<glyph unicode="linkedin" glyph-name="linkedin" data-tags="linkedin" d="M366.72 230.998c-25.6 0-42.667 17.067-42.667 42.667v213.333c0 25.6 17.067 42.667 42.667 42.667s42.667-17.067 42.667-42.667v-213.333c4.267-17.067-17.067-42.667-42.667-42.667zM507.52 230.998c-25.6 0-42.667 17.067-42.667 42.667v128c0 72.533 59.733 132.267 132.267 132.267v0c72.533 0 132.267-59.733 132.267-132.267v-128c0-25.6-17.067-42.667-42.667-42.667s-42.667 17.067-42.667 42.667v128c0 25.6-21.333 42.667-42.667 42.667v0c-25.6 0-42.667-21.333-42.667-42.667v-128c-4.267-17.067-25.6-42.667-51.2-42.667zM366.72 559.531c-29.867 0-55.467 21.333-55.467 51.2 0 17.067 8.533 29.867 17.067 38.4 4.267 8.533 8.533 8.533 12.8 12.8 8.533 4.267 12.8 4.267 21.333 4.267 25.6 0 51.2-21.333 51.2-51.2s-17.067-55.467-46.933-55.467v0zM511.787-42.069c-123.733 0-238.933 42.667-332.8 136.533-183.467 183.467-183.467 482.133 0 665.6s482.133 183.467 665.6 0v0 0c89.6-89.6 136.533-209.067 136.533-332.8s-46.933-243.2-140.8-332.8c-85.333-89.6-209.067-136.533-328.533-136.533zM511.787 832.598c-106.667 0-204.8-38.4-285.867-119.467-153.6-157.867-153.6-413.867 4.267-571.733s413.867-157.867 571.733 0c76.8 72.533 119.467 179.2 119.467 285.867 0 110.933-42.667 209.067-119.467 285.867v0 0c-81.067 81.067-183.467 119.467-290.133 119.467z" />
|
|
168
172
|
<glyph unicode="link" glyph-name="link" data-tags="link" d="M729.6 678.4h-119.467c-128 0-230.4-102.4-230.4-230.4 0-21.333 17.067-34.133 34.133-34.133 21.333 0 34.133 17.067 34.133 34.133 0 85.333 68.267 157.867 157.867 157.867h119.467c98.133 0 179.2-81.067 179.2-179.2s-81.067-179.2-179.2-179.2h-25.6c-21.333 0-34.133-17.067-34.133-34.133 0-21.333 17.067-34.133 34.133-34.133h25.6c140.8 0 251.733 115.2 251.733 251.733 4.267 136.533-110.933 247.467-247.467 247.467zM610.133 439.467c-21.333 0-34.133-17.067-34.133-34.133 0-85.333-68.267-157.867-157.867-157.867h-119.467c-98.133 0-179.2 81.067-179.2 179.2s81.067 179.2 179.2 179.2h25.6c21.333 0 34.133 17.067 34.133 34.133 0 21.333-17.067 34.133-34.133 34.133h-25.6c-140.8 4.267-256-106.667-256-247.467s115.2-251.733 251.733-251.733h119.467c128 0 230.4 102.4 230.4 230.4 0 17.067-17.067 34.133-34.133 34.133z" />
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'community-icons';
|
|
3
|
-
src: url('./community/icons.eot?
|
|
4
|
-
src: url('./community/icons.eot?
|
|
5
|
-
url('./community/icons.woff2?
|
|
6
|
-
url('./community/icons.ttf?
|
|
7
|
-
url('./community/icons.woff?
|
|
8
|
-
url('./community/icons.svg?
|
|
3
|
+
src: url('./community/icons.eot?nahfha');
|
|
4
|
+
src: url('./community/icons.eot?nahfha#iefix') format('embedded-opentype'),
|
|
5
|
+
url('./community/icons.woff2?nahfha') format('woff2'),
|
|
6
|
+
url('./community/icons.ttf?nahfha') format('truetype'),
|
|
7
|
+
url('./community/icons.woff?nahfha') format('woff'),
|
|
8
|
+
url('./community/icons.svg?nahfha#community-icons') format('svg');
|
|
9
9
|
font-weight: normal;
|
|
10
10
|
font-style: normal;
|
|
11
11
|
font-display: block;
|
|
@@ -36,6 +36,12 @@
|
|
|
36
36
|
-moz-osx-font-smoothing: grayscale;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
+
.icon-my_community:before {
|
|
40
|
+
content: "\e967";
|
|
41
|
+
}
|
|
42
|
+
.icon-magic_wand:before {
|
|
43
|
+
content: "\e968";
|
|
44
|
+
}
|
|
39
45
|
.icon-private:before {
|
|
40
46
|
content: "\e966";
|
|
41
47
|
}
|
|
@@ -344,4 +350,4 @@
|
|
|
344
350
|
}
|
|
345
351
|
.icon-zoom_out:before {
|
|
346
352
|
content: "\e961";
|
|
347
|
-
}
|
|
353
|
+
}
|
package/lib/cjs/index.d.ts
CHANGED
|
@@ -695,6 +695,9 @@ declare const theme: {
|
|
|
695
695
|
styleOverrides: {
|
|
696
696
|
root: ({ theme }: any) => {
|
|
697
697
|
'& .SCCategoryHeader-cover': {
|
|
698
|
+
[x: number]: {
|
|
699
|
+
borderRadius: any;
|
|
700
|
+
};
|
|
698
701
|
display: string;
|
|
699
702
|
flexDirection: string;
|
|
700
703
|
justifyContent: string;
|
|
@@ -742,7 +745,13 @@ declare const theme: {
|
|
|
742
745
|
};
|
|
743
746
|
};
|
|
744
747
|
};
|
|
745
|
-
skeletonRoot: ({ theme }: any) => {
|
|
748
|
+
skeletonRoot: ({ theme }: any) => {
|
|
749
|
+
'& .SCCategoryHeader-skeleton-cover': {
|
|
750
|
+
[x: number]: {
|
|
751
|
+
borderRadius: any;
|
|
752
|
+
};
|
|
753
|
+
};
|
|
754
|
+
};
|
|
746
755
|
};
|
|
747
756
|
};
|
|
748
757
|
SCCategoryTemplate: {
|
|
@@ -1781,6 +1790,25 @@ declare const theme: {
|
|
|
1781
1790
|
fontWeight: any;
|
|
1782
1791
|
};
|
|
1783
1792
|
};
|
|
1793
|
+
'& .SCFeedObject-group': {
|
|
1794
|
+
marginRight: string;
|
|
1795
|
+
};
|
|
1796
|
+
};
|
|
1797
|
+
'& .SCFeedObject-group': {
|
|
1798
|
+
justifyContent: string;
|
|
1799
|
+
padding: any;
|
|
1800
|
+
'& a': {
|
|
1801
|
+
padding: any;
|
|
1802
|
+
marginBottom: any;
|
|
1803
|
+
color: any;
|
|
1804
|
+
'&:hover': {
|
|
1805
|
+
backgroundColor: any;
|
|
1806
|
+
};
|
|
1807
|
+
'& span': {
|
|
1808
|
+
color: any;
|
|
1809
|
+
textTransform: string;
|
|
1810
|
+
};
|
|
1811
|
+
};
|
|
1784
1812
|
};
|
|
1785
1813
|
'& .SCFeedObject-content': {
|
|
1786
1814
|
padding: any;
|
|
@@ -1842,6 +1870,19 @@ declare const theme: {
|
|
|
1842
1870
|
'& .SCFeedObject-category': {
|
|
1843
1871
|
borderBottom: string;
|
|
1844
1872
|
margin: any;
|
|
1873
|
+
'& .SCFeedObject-group': {
|
|
1874
|
+
borderBottom: string;
|
|
1875
|
+
margin: any;
|
|
1876
|
+
'& .MuiChip-icon': {
|
|
1877
|
+
marginLeft: any;
|
|
1878
|
+
marginRight: any;
|
|
1879
|
+
fontWeight: any;
|
|
1880
|
+
};
|
|
1881
|
+
};
|
|
1882
|
+
};
|
|
1883
|
+
'& .SCFeedObject-group': {
|
|
1884
|
+
borderBottom: string;
|
|
1885
|
+
margin: any;
|
|
1845
1886
|
};
|
|
1846
1887
|
'& .SCFeedObject-header': {
|
|
1847
1888
|
'& .MuiCardHeader-avatar': {
|
|
@@ -3248,7 +3289,7 @@ declare const theme: {
|
|
|
3248
3289
|
marginRight: any;
|
|
3249
3290
|
'& img': {
|
|
3250
3291
|
verticalAlign: string;
|
|
3251
|
-
maxHeight:
|
|
3292
|
+
maxHeight: number;
|
|
3252
3293
|
};
|
|
3253
3294
|
};
|
|
3254
3295
|
'& .SCNavigationToolbar-navigation': {
|
|
@@ -3642,6 +3683,7 @@ declare const theme: {
|
|
|
3642
3683
|
maxWidth: string;
|
|
3643
3684
|
};
|
|
3644
3685
|
};
|
|
3686
|
+
groupRoot: ({ theme }: any) => {};
|
|
3645
3687
|
undeletedForRoot: ({ theme }: any) => {
|
|
3646
3688
|
'& .SCNotification-undeleted-icon': {
|
|
3647
3689
|
backgroundColor: "#f44336";
|
|
@@ -4055,6 +4097,11 @@ declare const theme: {
|
|
|
4055
4097
|
borderRadius: number;
|
|
4056
4098
|
fontSize: string;
|
|
4057
4099
|
};
|
|
4100
|
+
'& .SCUser-group-admin-badge-label': {
|
|
4101
|
+
marginLeft: any;
|
|
4102
|
+
fontSize: string;
|
|
4103
|
+
color: any;
|
|
4104
|
+
};
|
|
4058
4105
|
'& .SCBaseItemButton-primary': {
|
|
4059
4106
|
fontWeight: any;
|
|
4060
4107
|
};
|
|
@@ -4141,7 +4188,7 @@ declare const theme: {
|
|
|
4141
4188
|
root: ({ theme }: any) => {
|
|
4142
4189
|
'& .SCUserProfileHeader-cover': {
|
|
4143
4190
|
[x: number]: {
|
|
4144
|
-
|
|
4191
|
+
borderRadius: any;
|
|
4145
4192
|
};
|
|
4146
4193
|
position: string;
|
|
4147
4194
|
height: number;
|
|
@@ -4209,7 +4256,7 @@ declare const theme: {
|
|
|
4209
4256
|
position: string;
|
|
4210
4257
|
'& .SCUserProfileHeader-cover': {
|
|
4211
4258
|
[x: number]: {
|
|
4212
|
-
|
|
4259
|
+
borderRadius: any;
|
|
4213
4260
|
};
|
|
4214
4261
|
height: number;
|
|
4215
4262
|
};
|
|
@@ -4546,6 +4593,7 @@ declare const theme: {
|
|
|
4546
4593
|
root: ({ theme }: any) => {
|
|
4547
4594
|
height: string;
|
|
4548
4595
|
width: string;
|
|
4596
|
+
borderRadius: number;
|
|
4549
4597
|
'& .MuiCardContent-root': {
|
|
4550
4598
|
display: string;
|
|
4551
4599
|
flexDirection: string;
|
|
@@ -4665,6 +4713,17 @@ declare const theme: {
|
|
|
4665
4713
|
};
|
|
4666
4714
|
};
|
|
4667
4715
|
};
|
|
4716
|
+
'& .SCPrivateMessageThread-item': {
|
|
4717
|
+
display: string;
|
|
4718
|
+
marginBottom: any;
|
|
4719
|
+
'& .SCPrivateMessageThread-avatar': {
|
|
4720
|
+
marginRight: any;
|
|
4721
|
+
'& img': {
|
|
4722
|
+
height: any;
|
|
4723
|
+
width: any;
|
|
4724
|
+
};
|
|
4725
|
+
};
|
|
4726
|
+
};
|
|
4668
4727
|
};
|
|
4669
4728
|
'& .SCPrivateMessageThread-empty-message': {
|
|
4670
4729
|
height: string;
|
|
@@ -4759,6 +4818,7 @@ declare const theme: {
|
|
|
4759
4818
|
SCPrivateMessageThreadItem: {
|
|
4760
4819
|
styleOverrides: {
|
|
4761
4820
|
root: ({ theme }: any) => {
|
|
4821
|
+
flexDirection: string;
|
|
4762
4822
|
borderRadius: any;
|
|
4763
4823
|
padding: any;
|
|
4764
4824
|
boxShadow: string;
|
|
@@ -4777,6 +4837,10 @@ declare const theme: {
|
|
|
4777
4837
|
right: any;
|
|
4778
4838
|
padding: any;
|
|
4779
4839
|
};
|
|
4840
|
+
'& .SCPrivateMessageThreadItem-username': {
|
|
4841
|
+
marginRight: string;
|
|
4842
|
+
marginBottom: any;
|
|
4843
|
+
};
|
|
4780
4844
|
'& .SCPrivateMessageThreadItem-text': {
|
|
4781
4845
|
display: string;
|
|
4782
4846
|
alignItems: string;
|
|
@@ -5541,10 +5605,6 @@ declare const theme: {
|
|
|
5541
5605
|
'& .SCGroupHeader-cover': {
|
|
5542
5606
|
[x: number]: {
|
|
5543
5607
|
borderRadius: any;
|
|
5544
|
-
margin?: undefined;
|
|
5545
|
-
} | {
|
|
5546
|
-
margin: any;
|
|
5547
|
-
borderRadius?: undefined;
|
|
5548
5608
|
};
|
|
5549
5609
|
position: string;
|
|
5550
5610
|
height: number;
|
|
@@ -5554,6 +5614,7 @@ declare const theme: {
|
|
|
5554
5614
|
boxShadow: string;
|
|
5555
5615
|
};
|
|
5556
5616
|
'& .SCGroupHeader-info': {
|
|
5617
|
+
marginTop: any;
|
|
5557
5618
|
display: string;
|
|
5558
5619
|
flexDirection: string;
|
|
5559
5620
|
justifyContent: string;
|
|
@@ -5584,6 +5645,9 @@ declare const theme: {
|
|
|
5584
5645
|
marginLeft: string;
|
|
5585
5646
|
marginTop: any;
|
|
5586
5647
|
};
|
|
5648
|
+
'& .SCGroupSubscribeButton-root': {
|
|
5649
|
+
marginTop: any;
|
|
5650
|
+
};
|
|
5587
5651
|
};
|
|
5588
5652
|
'& .SCGroupHeader-avatar': {
|
|
5589
5653
|
top: number;
|
|
@@ -5622,7 +5686,7 @@ declare const theme: {
|
|
|
5622
5686
|
position: string;
|
|
5623
5687
|
'& .SCGroupHeader-cover': {
|
|
5624
5688
|
[x: number]: {
|
|
5625
|
-
|
|
5689
|
+
borderRadius: any;
|
|
5626
5690
|
};
|
|
5627
5691
|
height: number;
|
|
5628
5692
|
};
|
|
@@ -5818,6 +5882,9 @@ declare const theme: {
|
|
|
5818
5882
|
'& .SCGroupInviteButton-invited-box': {
|
|
5819
5883
|
marginTop: any;
|
|
5820
5884
|
marginBottom: any;
|
|
5885
|
+
'& .MuiChip-root': {
|
|
5886
|
+
marginBottom: any;
|
|
5887
|
+
};
|
|
5821
5888
|
};
|
|
5822
5889
|
'& .SCGroupInviteButton-suggested': {
|
|
5823
5890
|
'& h4': {
|
|
@@ -5883,7 +5950,12 @@ declare const theme: {
|
|
|
5883
5950
|
};
|
|
5884
5951
|
};
|
|
5885
5952
|
'& .SCBaseItemButton-primary': {
|
|
5953
|
+
display: string;
|
|
5954
|
+
alignItems: string;
|
|
5886
5955
|
fontWeight: any;
|
|
5956
|
+
'& .SCGroup-icon': {
|
|
5957
|
+
marginLeft: any;
|
|
5958
|
+
};
|
|
5887
5959
|
};
|
|
5888
5960
|
'& .SCBaseItemButton-secondary': {
|
|
5889
5961
|
fontSize: string;
|
|
@@ -5905,6 +5977,9 @@ declare const theme: {
|
|
|
5905
5977
|
'& .SCCategoryTemplate-feed': {
|
|
5906
5978
|
marginTop: any;
|
|
5907
5979
|
};
|
|
5980
|
+
'& .SCGroupInfoWidget-root': {
|
|
5981
|
+
marginTop: any;
|
|
5982
|
+
};
|
|
5908
5983
|
};
|
|
5909
5984
|
skeletonRoot: ({ theme }: any) => {
|
|
5910
5985
|
[x: number]: {
|
|
@@ -5948,10 +6023,24 @@ declare const theme: {
|
|
|
5948
6023
|
SCGroups: {
|
|
5949
6024
|
styleOverrides: {
|
|
5950
6025
|
root: ({ theme }: any) => {
|
|
6026
|
+
'& .SCGroups-skeleton-root ': {
|
|
6027
|
+
'& .MuiGrid-item': {
|
|
6028
|
+
paddingTop: number;
|
|
6029
|
+
};
|
|
6030
|
+
};
|
|
6031
|
+
'& .MuiGrid-container': {
|
|
6032
|
+
justifyContent: string;
|
|
6033
|
+
};
|
|
6034
|
+
'& .SCGroups-filters': {
|
|
6035
|
+
marginTop: any;
|
|
6036
|
+
marginBottom: any;
|
|
6037
|
+
};
|
|
5951
6038
|
'& .SCGroups-groups': {
|
|
5952
6039
|
marginTop: any;
|
|
5953
6040
|
'& .SCGroups-item': {
|
|
5954
|
-
|
|
6041
|
+
[x: number]: {
|
|
6042
|
+
padding: any;
|
|
6043
|
+
};
|
|
5955
6044
|
width: string;
|
|
5956
6045
|
'& > div': {
|
|
5957
6046
|
cursor: string;
|
|
@@ -5960,6 +6049,7 @@ declare const theme: {
|
|
|
5960
6049
|
};
|
|
5961
6050
|
};
|
|
5962
6051
|
'& .SCGroups-no-results': {
|
|
6052
|
+
marginTop: any;
|
|
5963
6053
|
display: string;
|
|
5964
6054
|
flexDirection: string;
|
|
5965
6055
|
justifyContent: string;
|
|
@@ -5973,6 +6063,17 @@ declare const theme: {
|
|
|
5973
6063
|
fontSize: any;
|
|
5974
6064
|
};
|
|
5975
6065
|
};
|
|
6066
|
+
'& .SCGroups-end-message': {
|
|
6067
|
+
display: string;
|
|
6068
|
+
alignItems: string;
|
|
6069
|
+
justifyContent: string;
|
|
6070
|
+
'& .MuiButtonBase-root': {
|
|
6071
|
+
paddingLeft: any;
|
|
6072
|
+
'&.Mui-selected, &:hover': {
|
|
6073
|
+
backgroundColor: string;
|
|
6074
|
+
};
|
|
6075
|
+
};
|
|
6076
|
+
};
|
|
5976
6077
|
};
|
|
5977
6078
|
skeletonRoot: ({ theme }: any) => {
|
|
5978
6079
|
'& .SCGroups-groups': {
|
|
@@ -6002,6 +6103,38 @@ declare const theme: {
|
|
|
6002
6103
|
root: ({ theme }: any) => {};
|
|
6003
6104
|
};
|
|
6004
6105
|
};
|
|
6106
|
+
SCGroupSettingsIconButton: {
|
|
6107
|
+
styleOverrides: {
|
|
6108
|
+
root: ({ theme }: any) => {};
|
|
6109
|
+
menuRoot: ({ theme }: any) => {
|
|
6110
|
+
'& .SCGroupSettingsIconButton-paper': {
|
|
6111
|
+
maxWidth: number;
|
|
6112
|
+
padding: any;
|
|
6113
|
+
};
|
|
6114
|
+
};
|
|
6115
|
+
drawerRoot: ({ theme }: any) => {
|
|
6116
|
+
'& .MuiList-root': {
|
|
6117
|
+
'& a': {
|
|
6118
|
+
color: string;
|
|
6119
|
+
};
|
|
6120
|
+
};
|
|
6121
|
+
};
|
|
6122
|
+
};
|
|
6123
|
+
};
|
|
6124
|
+
SCGroupInvitedWidget: {
|
|
6125
|
+
styleOverrides: {
|
|
6126
|
+
root: ({ theme }: any) => {};
|
|
6127
|
+
skeletonRoot: ({ theme }: any) => {};
|
|
6128
|
+
dialogRoot: ({ theme }: any) => {};
|
|
6129
|
+
};
|
|
6130
|
+
};
|
|
6131
|
+
SCUserSubscribedGroupsWidget: {
|
|
6132
|
+
styleOverrides: {
|
|
6133
|
+
root: ({ theme }: any) => {};
|
|
6134
|
+
skeletonRoot: ({ theme }: any) => {};
|
|
6135
|
+
dialogRoot: ({ theme }: any) => {};
|
|
6136
|
+
};
|
|
6137
|
+
};
|
|
6005
6138
|
};
|
|
6006
6139
|
selfcommunity: {
|
|
6007
6140
|
user: {
|
package/lib/cjs/index.js
CHANGED
|
@@ -135,6 +135,9 @@ const SCGroupRequestsWidget_1 = tslib_1.__importDefault(require("./components/SC
|
|
|
135
135
|
const SCGroups_1 = tslib_1.__importDefault(require("./components/SCGroups"));
|
|
136
136
|
const SCEditGroupButton_1 = tslib_1.__importDefault(require("./components/SCEditGroupButton"));
|
|
137
137
|
const SCGroupAutocomplete_1 = tslib_1.__importDefault(require("./components/SCGroupAutocomplete"));
|
|
138
|
+
const SCGroupSettingsIconButton_1 = tslib_1.__importDefault(require("./components/SCGroupSettingsIconButton"));
|
|
139
|
+
const SCGroupInvitedWidget_1 = tslib_1.__importDefault(require("./components/SCGroupInvitedWidget"));
|
|
140
|
+
const SCUserSubscribedGroupsWidget_1 = tslib_1.__importDefault(require("./components/SCUserSubscribedGroupsWidget"));
|
|
138
141
|
/**
|
|
139
142
|
* Style fragments - Imports - End
|
|
140
143
|
*/
|
|
@@ -330,7 +333,10 @@ const theme = {
|
|
|
330
333
|
SCGroupRequestsWidget: SCGroupRequestsWidget_1.default,
|
|
331
334
|
SCGroups: SCGroups_1.default,
|
|
332
335
|
SCEditGroupButton: SCEditGroupButton_1.default,
|
|
333
|
-
SCGroupAutocomplete: SCGroupAutocomplete_1.default
|
|
336
|
+
SCGroupAutocomplete: SCGroupAutocomplete_1.default,
|
|
337
|
+
SCGroupSettingsIconButton: SCGroupSettingsIconButton_1.default,
|
|
338
|
+
SCGroupInvitedWidget: SCGroupInvitedWidget_1.default,
|
|
339
|
+
SCUserSubscribedGroupsWidget: SCUserSubscribedGroupsWidget_1.default
|
|
334
340
|
},
|
|
335
341
|
selfcommunity: {
|
|
336
342
|
user: {
|
|
@@ -353,7 +359,7 @@ const theme = {
|
|
|
353
359
|
sizeSmall: 40,
|
|
354
360
|
sizeMedium: 60,
|
|
355
361
|
sizeLarge: 90,
|
|
356
|
-
sizeXLarge:
|
|
362
|
+
sizeXLarge: 205
|
|
357
363
|
}
|
|
358
364
|
}
|
|
359
365
|
}
|
|
@@ -7,6 +7,9 @@ declare const Component: {
|
|
|
7
7
|
styleOverrides: {
|
|
8
8
|
root: ({ theme }: any) => {
|
|
9
9
|
'& .SCCategoryHeader-cover': {
|
|
10
|
+
[x: number]: {
|
|
11
|
+
borderRadius: any;
|
|
12
|
+
};
|
|
10
13
|
display: string;
|
|
11
14
|
flexDirection: string;
|
|
12
15
|
justifyContent: string;
|
|
@@ -54,7 +57,13 @@ declare const Component: {
|
|
|
54
57
|
};
|
|
55
58
|
};
|
|
56
59
|
};
|
|
57
|
-
skeletonRoot: ({ theme }: any) => {
|
|
60
|
+
skeletonRoot: ({ theme }: any) => {
|
|
61
|
+
'& .SCCategoryHeader-skeleton-cover': {
|
|
62
|
+
[x: number]: {
|
|
63
|
+
borderRadius: any;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
};
|
|
58
67
|
};
|
|
59
68
|
};
|
|
60
69
|
export default Component;
|