@bento-core/about 1.0.1-CDS.11 → 1.0.1-CDS.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aboutBodyView.js +2 -2
- package/package.json +3 -3
- package/src/aboutBodyView.js +2 -2
package/dist/aboutBodyView.js
CHANGED
|
@@ -310,14 +310,14 @@ const styles = () => ({
|
|
|
310
310
|
fontFamily: props => props.data.fontFamily ? props.data.fontFamily : 'Nunito',
|
|
311
311
|
fontSize: '15px',
|
|
312
312
|
lineHeight: '22px',
|
|
313
|
-
maxWidth: '
|
|
313
|
+
maxWidth: '1400px'
|
|
314
314
|
},
|
|
315
315
|
tabbedParag: {
|
|
316
316
|
paddingLeft: '40px'
|
|
317
317
|
},
|
|
318
318
|
maxWidthContainer: {
|
|
319
319
|
margin: '0px auto 0px auto',
|
|
320
|
-
maxWidth: '
|
|
320
|
+
maxWidth: '1400px'
|
|
321
321
|
},
|
|
322
322
|
secondayTitle: {
|
|
323
323
|
display: 'block',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bento-core/about",
|
|
3
|
-
"version": "1.0.1-CDS.
|
|
3
|
+
"version": "1.0.1-CDS.13",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"access": "public"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@bento-core/facet-filter": "^1.0.1-CDS.
|
|
16
|
+
"@bento-core/facet-filter": "^1.0.1-CDS.7",
|
|
17
17
|
"lodash": "^4.17.20",
|
|
18
18
|
"react-zoom-pan-pinch": "*"
|
|
19
19
|
},
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
},
|
|
28
28
|
"author": "CTOS Bento Team",
|
|
29
29
|
"license": "ISC",
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "986086aa2e5ef8dfc70b5bb9473e27793c3a3a79"
|
|
31
31
|
}
|
package/src/aboutBodyView.js
CHANGED
|
@@ -396,14 +396,14 @@ const styles = () => ({
|
|
|
396
396
|
fontFamily: (props) => (props.data.fontFamily ? props.data.fontFamily : 'Nunito'),
|
|
397
397
|
fontSize: '15px',
|
|
398
398
|
lineHeight: '22px',
|
|
399
|
-
maxWidth: '
|
|
399
|
+
maxWidth: '1400px',
|
|
400
400
|
},
|
|
401
401
|
tabbedParag: {
|
|
402
402
|
paddingLeft: '40px',
|
|
403
403
|
},
|
|
404
404
|
maxWidthContainer: {
|
|
405
405
|
margin: '0px auto 0px auto',
|
|
406
|
-
maxWidth: '
|
|
406
|
+
maxWidth: '1400px',
|
|
407
407
|
},
|
|
408
408
|
secondayTitle: {
|
|
409
409
|
display: 'block',
|