@longline/aqua-ui 1.0.252 → 1.0.253

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.
@@ -138,7 +138,7 @@ var Field = function (props) {
138
138
  transparent: transparent,
139
139
  ghost: ghost,
140
140
  // If wrapped, set control to fluid. Otherwise use control's fluid setting:
141
- fluid: props.wrapper ? true : props.control.fluid
141
+ fluid: props.wrapper ? true : props.control.props.fluid
142
142
  });
143
143
  };
144
144
  var getLabel = function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longline/aqua-ui",
3
- "version": "1.0.252",
3
+ "version": "1.0.253",
4
4
  "description": "AquaUI",
5
5
  "author": "Alexander van Oostenrijk / Longline Environment",
6
6
  "license": "Commercial",