@gridsuite/commons-ui 0.34.0 → 0.34.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.
@@ -196,7 +196,6 @@ var FlatParameters = function FlatParameters(_ref) {
196
196
  switch (param.type) {
197
197
  case 'BOOLEAN':
198
198
  return /*#__PURE__*/_react["default"].createElement(_material.Switch, {
199
- size: 'small',
200
199
  checked: !!fieldValue,
201
200
  onChange: function onChange(e) {
202
201
  return onFieldChange(e.target.checked, param);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gridsuite/commons-ui",
3
- "version": "0.34.0",
3
+ "version": "0.34.1",
4
4
  "description": "common react components for gridsuite applications",
5
5
  "engines": {
6
6
  "npm": "<=6",