@sis-cc/dotstatsuite-visions 7.18.0 → 7.18.1
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.
|
@@ -252,7 +252,7 @@ var ChartConfig = function ChartConfig(_ref) {
|
|
|
252
252
|
{ keys: xKeys, properties: properties },
|
|
253
253
|
React.createElement(
|
|
254
254
|
Grid,
|
|
255
|
-
{ item: true, xs: 12,
|
|
255
|
+
{ item: true, xs: 12, container: true, className: classes.greyVariant },
|
|
256
256
|
React.createElement(
|
|
257
257
|
Grid,
|
|
258
258
|
{ item: true, xs: 12 },
|
|
@@ -305,7 +305,7 @@ var ChartConfig = function ChartConfig(_ref) {
|
|
|
305
305
|
{ keys: yKeys, properties: properties },
|
|
306
306
|
React.createElement(
|
|
307
307
|
Grid,
|
|
308
|
-
{ item: true, xs: 12,
|
|
308
|
+
{ item: true, xs: 12, container: true, className: classes.greyVariant },
|
|
309
309
|
React.createElement(
|
|
310
310
|
Grid,
|
|
311
311
|
{ item: true, xs: 12 },
|
package/es/Select/Select.js
CHANGED
|
@@ -97,6 +97,13 @@ var Select = function Select(_ref) {
|
|
|
97
97
|
return setOpen(false);
|
|
98
98
|
},
|
|
99
99
|
classes: { root: classes.root },
|
|
100
|
+
renderValue: function renderValue() {
|
|
101
|
+
return React.createElement(
|
|
102
|
+
Typography,
|
|
103
|
+
{ variant: 'inherit', className: classes.typo },
|
|
104
|
+
R.join(', ', labels)
|
|
105
|
+
);
|
|
106
|
+
},
|
|
100
107
|
MenuProps: {
|
|
101
108
|
getContentAnchorEl: null,
|
|
102
109
|
anchorOrigin: { vertical: 'bottom', horizontal: 'center' },
|
|
@@ -122,7 +129,7 @@ var Select = function Select(_ref) {
|
|
|
122
129
|
'aria-label': label,
|
|
123
130
|
title: label
|
|
124
131
|
},
|
|
125
|
-
|
|
132
|
+
React.createElement(
|
|
126
133
|
Typography,
|
|
127
134
|
{ variant: 'inherit', className: classes.typo },
|
|
128
135
|
label
|
|
@@ -305,7 +305,7 @@ var ChartConfig = function ChartConfig(_ref) {
|
|
|
305
305
|
{ keys: xKeys, properties: properties },
|
|
306
306
|
_react2.default.createElement(
|
|
307
307
|
_Grid2.default,
|
|
308
|
-
{ item: true, xs: 12,
|
|
308
|
+
{ item: true, xs: 12, container: true, className: classes.greyVariant },
|
|
309
309
|
_react2.default.createElement(
|
|
310
310
|
_Grid2.default,
|
|
311
311
|
{ item: true, xs: 12 },
|
|
@@ -358,7 +358,7 @@ var ChartConfig = function ChartConfig(_ref) {
|
|
|
358
358
|
{ keys: yKeys, properties: properties },
|
|
359
359
|
_react2.default.createElement(
|
|
360
360
|
_Grid2.default,
|
|
361
|
-
{ item: true, xs: 12,
|
|
361
|
+
{ item: true, xs: 12, container: true, className: classes.greyVariant },
|
|
362
362
|
_react2.default.createElement(
|
|
363
363
|
_Grid2.default,
|
|
364
364
|
{ item: true, xs: 12 },
|
package/lib/Select/Select.js
CHANGED
|
@@ -121,6 +121,13 @@ var Select = function Select(_ref) {
|
|
|
121
121
|
return setOpen(false);
|
|
122
122
|
},
|
|
123
123
|
classes: { root: classes.root },
|
|
124
|
+
renderValue: function renderValue() {
|
|
125
|
+
return _react2.default.createElement(
|
|
126
|
+
_core.Typography,
|
|
127
|
+
{ variant: 'inherit', className: classes.typo },
|
|
128
|
+
R.join(', ', labels)
|
|
129
|
+
);
|
|
130
|
+
},
|
|
124
131
|
MenuProps: {
|
|
125
132
|
getContentAnchorEl: null,
|
|
126
133
|
anchorOrigin: { vertical: 'bottom', horizontal: 'center' },
|
|
@@ -146,7 +153,7 @@ var Select = function Select(_ref) {
|
|
|
146
153
|
'aria-label': label,
|
|
147
154
|
title: label
|
|
148
155
|
},
|
|
149
|
-
|
|
156
|
+
_react2.default.createElement(
|
|
150
157
|
_core.Typography,
|
|
151
158
|
{ variant: 'inherit', className: classes.typo },
|
|
152
159
|
label
|