@sis-cc/dotstatsuite-visions 7.18.4 → 7.18.6
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/es/Dataflow/Dataflow.js
CHANGED
|
@@ -307,18 +307,22 @@ var Dataflow = function Dataflow(_ref2) {
|
|
|
307
307
|
})(categories),
|
|
308
308
|
R.not(R.isEmpty(categories)) && React.createElement(Divider, { className: classes.divider }),
|
|
309
309
|
label && React.createElement(
|
|
310
|
-
|
|
311
|
-
|
|
310
|
+
'div',
|
|
311
|
+
null,
|
|
312
312
|
React.createElement(
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
313
|
+
Typography,
|
|
314
|
+
{ variant: 'body2', color: 'textSecondary' },
|
|
315
|
+
React.createElement(
|
|
316
|
+
'strong',
|
|
317
|
+
null,
|
|
318
|
+
R.prop('source')(labels),
|
|
319
|
+
':\xA0'
|
|
320
|
+
),
|
|
321
|
+
' ',
|
|
322
|
+
label
|
|
317
323
|
),
|
|
318
|
-
|
|
319
|
-
label
|
|
324
|
+
React.createElement(Divider, { className: classes.divider })
|
|
320
325
|
),
|
|
321
|
-
React.createElement(Divider, { className: classes.divider }),
|
|
322
326
|
React.createElement(
|
|
323
327
|
CardActions,
|
|
324
328
|
{ className: classes.footer, disableSpacing: true },
|
|
@@ -66,10 +66,11 @@ export var useStyles = makeStyles(function (theme) {
|
|
|
66
66
|
label: _extends({
|
|
67
67
|
color: theme.palette.grey[700]
|
|
68
68
|
}, R.pathOr({}, ['mixins', 'expansionPanel', 'title'], theme)),
|
|
69
|
-
title:
|
|
70
|
-
padding: 0
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
69
|
+
title: {
|
|
70
|
+
padding: 0,
|
|
71
|
+
fontFamily: 'Roboto Slab, serif',
|
|
72
|
+
fontSize: '17px',
|
|
73
|
+
color: 'Body'
|
|
74
|
+
}
|
|
74
75
|
};
|
|
75
76
|
});
|
package/lib/Dataflow/Dataflow.js
CHANGED
|
@@ -364,18 +364,22 @@ var Dataflow = function Dataflow(_ref2) {
|
|
|
364
364
|
})(categories),
|
|
365
365
|
R.not(R.isEmpty(categories)) && _react2.default.createElement(_Divider2.default, { className: classes.divider }),
|
|
366
366
|
label && _react2.default.createElement(
|
|
367
|
-
|
|
368
|
-
|
|
367
|
+
'div',
|
|
368
|
+
null,
|
|
369
369
|
_react2.default.createElement(
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
370
|
+
_Typography2.default,
|
|
371
|
+
{ variant: 'body2', color: 'textSecondary' },
|
|
372
|
+
_react2.default.createElement(
|
|
373
|
+
'strong',
|
|
374
|
+
null,
|
|
375
|
+
R.prop('source')(labels),
|
|
376
|
+
':\xA0'
|
|
377
|
+
),
|
|
378
|
+
' ',
|
|
379
|
+
label
|
|
374
380
|
),
|
|
375
|
-
|
|
376
|
-
label
|
|
381
|
+
_react2.default.createElement(_Divider2.default, { className: classes.divider })
|
|
377
382
|
),
|
|
378
|
-
_react2.default.createElement(_Divider2.default, { className: classes.divider }),
|
|
379
383
|
_react2.default.createElement(
|
|
380
384
|
_CardActions2.default,
|
|
381
385
|
{ className: classes.footer, disableSpacing: true },
|
|
@@ -76,10 +76,11 @@ var useStyles = exports.useStyles = (0, _styles.makeStyles)(function (theme) {
|
|
|
76
76
|
label: _extends({
|
|
77
77
|
color: theme.palette.grey[700]
|
|
78
78
|
}, R.pathOr({}, ['mixins', 'expansionPanel', 'title'], theme)),
|
|
79
|
-
title:
|
|
80
|
-
padding: 0
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
79
|
+
title: {
|
|
80
|
+
padding: 0,
|
|
81
|
+
fontFamily: 'Roboto Slab, serif',
|
|
82
|
+
fontSize: '17px',
|
|
83
|
+
color: 'Body'
|
|
84
|
+
}
|
|
84
85
|
};
|
|
85
86
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sis-cc/dotstatsuite-visions",
|
|
3
|
-
"version": "7.18.
|
|
3
|
+
"version": "7.18.6",
|
|
4
4
|
"description": "Library of visual components",
|
|
5
5
|
"author": "OECD",
|
|
6
6
|
"homepage": "https://visions-qa.siscc.org/#o",
|
|
@@ -206,4 +206,4 @@
|
|
|
206
206
|
"parser": "babylon",
|
|
207
207
|
"semi": true
|
|
208
208
|
}
|
|
209
|
-
}
|
|
209
|
+
}
|