@selfcommunity/react-theme-default 0.1.0-alpha.287 → 0.1.0-alpha.288
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/SCBottomNavigation.d.ts +7 -0
- package/lib/cjs/components/SCBottomNavigation.js +8 -1
- package/lib/cjs/components/SCComposer.d.ts +163 -295
- package/lib/cjs/components/SCComposer.js +173 -314
- package/lib/cjs/components/SCFeedObjectMediaPreview.d.ts +11 -0
- package/lib/cjs/components/{SCNavigationToolbarMobileSkeleton.js → SCFeedObjectMediaPreview.js} +4 -4
- package/lib/cjs/components/SCInlineComposerWidget.d.ts +31 -7
- package/lib/cjs/components/SCInlineComposerWidget.js +31 -7
- package/lib/cjs/components/SCLightbox.d.ts +1 -0
- package/lib/cjs/components/SCLightbox.js +2 -1
- package/lib/cjs/components/SCMediaFile.d.ts +158 -0
- package/lib/cjs/components/SCMediaFile.js +160 -0
- package/lib/cjs/components/SCMediaLink.d.ts +65 -0
- package/lib/cjs/components/SCMediaLink.js +68 -0
- package/lib/cjs/components/SCMediaShare.d.ts +6 -0
- package/lib/cjs/components/SCMediaShare.js +8 -0
- package/lib/cjs/components/SCNavigationToolbarMobile.d.ts +6 -0
- package/lib/cjs/components/SCNavigationToolbarMobile.js +6 -0
- package/lib/cjs/fonts/community/icons.eot +0 -0
- package/lib/cjs/fonts/community/icons.svg +30 -27
- 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 +12 -9
- package/lib/cjs/index.d.ts +425 -333
- package/lib/cjs/index.js +5 -5
- package/lib/esm/components/SCBottomNavigation.d.ts +7 -0
- package/lib/esm/components/SCBottomNavigation.js +8 -1
- package/lib/esm/components/SCComposer.d.ts +163 -295
- package/lib/esm/components/SCComposer.js +173 -314
- package/lib/esm/components/SCFeedObjectMediaPreview.d.ts +11 -0
- package/lib/esm/components/SCFeedObjectMediaPreview.js +11 -0
- package/lib/esm/components/SCInlineComposerWidget.d.ts +31 -7
- package/lib/esm/components/SCInlineComposerWidget.js +31 -7
- package/lib/esm/components/SCLightbox.d.ts +1 -0
- package/lib/esm/components/SCLightbox.js +2 -1
- package/lib/esm/components/SCMediaFile.d.ts +158 -0
- package/lib/esm/components/SCMediaFile.js +158 -0
- package/lib/esm/components/SCMediaLink.d.ts +65 -0
- package/lib/esm/components/SCMediaLink.js +66 -0
- package/lib/esm/components/SCMediaShare.d.ts +6 -0
- package/lib/esm/components/SCMediaShare.js +6 -0
- package/lib/esm/components/SCNavigationToolbarMobile.d.ts +6 -0
- package/lib/esm/components/SCNavigationToolbarMobile.js +6 -0
- package/lib/esm/fonts/community/icons.eot +0 -0
- package/lib/esm/fonts/community/icons.svg +30 -27
- 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 +12 -9
- package/lib/esm/index.d.ts +425 -333
- package/lib/esm/index.js +5 -5
- package/lib/umd/community/icons.eot +0 -0
- package/lib/umd/community/icons.svg +30 -27
- 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
- package/lib/cjs/components/SCComposerPoll.d.ts +0 -26
- package/lib/cjs/components/SCComposerPoll.js +0 -28
- package/lib/cjs/components/SCNavigationToolbarMobileSkeleton.d.ts +0 -11
- package/lib/esm/components/SCComposerPoll.d.ts +0 -26
- package/lib/esm/components/SCComposerPoll.js +0 -26
- package/lib/esm/components/SCNavigationToolbarMobileSkeleton.d.ts +0 -11
- package/lib/esm/components/SCNavigationToolbarMobileSkeleton.js +0 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/react-theme-default",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.288",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "./lib/cjs/index.js",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"react-dom": "17 || 18"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@selfcommunity/react-core": "^0.4.0-alpha.
|
|
66
|
-
"@selfcommunity/react-ui": "^0.7.0-alpha.
|
|
65
|
+
"@selfcommunity/react-core": "^0.4.0-alpha.110",
|
|
66
|
+
"@selfcommunity/react-ui": "^0.7.0-alpha.336"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@types/chai": "^4.2.14",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"bugs": {
|
|
113
113
|
"url": "https://github.com/selfcommunity/community-js/issues"
|
|
114
114
|
},
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "b7d110e4cd0c5566f484c3d9d43df9ff394aa52e"
|
|
116
116
|
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
'& .SCComposerPoll-title': {
|
|
5
|
-
marginBottom: any;
|
|
6
|
-
};
|
|
7
|
-
'& .SCComposerPoll-choices': {
|
|
8
|
-
marginBottom: number;
|
|
9
|
-
'& .MuiTextField-root .MuiInputAdornment-positionStart': {
|
|
10
|
-
cursor: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
'& .SCComposerPoll-choice-new': {
|
|
14
|
-
color: any;
|
|
15
|
-
marginLeft: any;
|
|
16
|
-
};
|
|
17
|
-
'& .SCComposerPoll-metadata': {
|
|
18
|
-
margin: any;
|
|
19
|
-
'& .MuiFormControlLabel-root': {
|
|
20
|
-
marginBottom: any;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
export default Component;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const Component = {
|
|
4
|
-
styleOverrides: {
|
|
5
|
-
root: ({ theme }) => ({
|
|
6
|
-
'& .SCComposerPoll-title': {
|
|
7
|
-
marginBottom: theme.spacing(4)
|
|
8
|
-
},
|
|
9
|
-
'& .SCComposerPoll-choices': {
|
|
10
|
-
marginBottom: 0,
|
|
11
|
-
'& .MuiTextField-root .MuiInputAdornment-positionStart': {
|
|
12
|
-
cursor: 'grab'
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
'& .SCComposerPoll-choice-new': {
|
|
16
|
-
color: theme.palette.secondary.main,
|
|
17
|
-
marginLeft: theme.spacing(-3)
|
|
18
|
-
},
|
|
19
|
-
'& .SCComposerPoll-metadata': {
|
|
20
|
-
margin: theme.spacing(2, 0),
|
|
21
|
-
'& .MuiFormControlLabel-root': {
|
|
22
|
-
marginBottom: theme.spacing(2)
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
})
|
|
26
|
-
}
|
|
27
|
-
};
|
|
28
|
-
exports.default = Component;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
declare const Component: {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }: any) => {
|
|
4
|
-
'& .SCComposerPoll-title': {
|
|
5
|
-
marginBottom: any;
|
|
6
|
-
};
|
|
7
|
-
'& .SCComposerPoll-choices': {
|
|
8
|
-
marginBottom: number;
|
|
9
|
-
'& .MuiTextField-root .MuiInputAdornment-positionStart': {
|
|
10
|
-
cursor: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
'& .SCComposerPoll-choice-new': {
|
|
14
|
-
color: any;
|
|
15
|
-
marginLeft: any;
|
|
16
|
-
};
|
|
17
|
-
'& .SCComposerPoll-metadata': {
|
|
18
|
-
margin: any;
|
|
19
|
-
'& .MuiFormControlLabel-root': {
|
|
20
|
-
marginBottom: any;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
export default Component;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
const Component = {
|
|
2
|
-
styleOverrides: {
|
|
3
|
-
root: ({ theme }) => ({
|
|
4
|
-
'& .SCComposerPoll-title': {
|
|
5
|
-
marginBottom: theme.spacing(4)
|
|
6
|
-
},
|
|
7
|
-
'& .SCComposerPoll-choices': {
|
|
8
|
-
marginBottom: 0,
|
|
9
|
-
'& .MuiTextField-root .MuiInputAdornment-positionStart': {
|
|
10
|
-
cursor: 'grab'
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
'& .SCComposerPoll-choice-new': {
|
|
14
|
-
color: theme.palette.secondary.main,
|
|
15
|
-
marginLeft: theme.spacing(-3)
|
|
16
|
-
},
|
|
17
|
-
'& .SCComposerPoll-metadata': {
|
|
18
|
-
margin: theme.spacing(2, 0),
|
|
19
|
-
'& .MuiFormControlLabel-root': {
|
|
20
|
-
marginBottom: theme.spacing(2)
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
})
|
|
24
|
-
}
|
|
25
|
-
};
|
|
26
|
-
export default Component;
|