@elastic/eui 113.2.0 → 113.2.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.
@@ -72,9 +72,9 @@ export var EuiTableRowCell = function EuiTableRowCell(_ref) {
72
72
  return defaultWidth;
73
73
  };
74
74
  var inlineWidthStyles = resolveWidthPropsAsStyle(_style, {
75
- width: getResponsiveWidth(width, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.minWidth),
75
+ width: getResponsiveWidth(width, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.width),
76
76
  minWidth: getResponsiveWidth(minWidth, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.minWidth),
77
- maxWidth: getResponsiveWidth(maxWidth, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.minWidth)
77
+ maxWidth: getResponsiveWidth(maxWidth, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.maxWidth)
78
78
  });
79
79
  var Element = setScopeRow ? 'th' : 'td';
80
80
  var sharedProps = _objectSpread({
@@ -78,9 +78,9 @@ var EuiTableRowCell = exports.EuiTableRowCell = function EuiTableRowCell(_ref) {
78
78
  return defaultWidth;
79
79
  };
80
80
  var inlineWidthStyles = (0, _utils.resolveWidthPropsAsStyle)(_style, {
81
- width: getResponsiveWidth(width, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.minWidth),
81
+ width: getResponsiveWidth(width, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.width),
82
82
  minWidth: getResponsiveWidth(minWidth, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.minWidth),
83
- maxWidth: getResponsiveWidth(maxWidth, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.minWidth)
83
+ maxWidth: getResponsiveWidth(maxWidth, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.maxWidth)
84
84
  });
85
85
  var Element = setScopeRow ? 'th' : 'td';
86
86
  var sharedProps = _objectSpread({
@@ -62,9 +62,9 @@ export var EuiTableRowCell = function EuiTableRowCell(_ref) {
62
62
  return defaultWidth;
63
63
  };
64
64
  var inlineWidthStyles = resolveWidthPropsAsStyle(_style, {
65
- width: getResponsiveWidth(width, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.minWidth),
65
+ width: getResponsiveWidth(width, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.width),
66
66
  minWidth: getResponsiveWidth(minWidth, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.minWidth),
67
- maxWidth: getResponsiveWidth(maxWidth, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.minWidth)
67
+ maxWidth: getResponsiveWidth(maxWidth, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.maxWidth)
68
68
  });
69
69
  var Element = setScopeRow ? 'th' : 'td';
70
70
  var sharedProps = _objectSpread({
@@ -68,9 +68,9 @@ var EuiTableRowCell = exports.EuiTableRowCell = function EuiTableRowCell(_ref) {
68
68
  return defaultWidth;
69
69
  };
70
70
  var inlineWidthStyles = (0, _utils.resolveWidthPropsAsStyle)(_style, {
71
- width: getResponsiveWidth(width, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.minWidth),
71
+ width: getResponsiveWidth(width, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.width),
72
72
  minWidth: getResponsiveWidth(minWidth, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.minWidth),
73
- maxWidth: getResponsiveWidth(maxWidth, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.minWidth)
73
+ maxWidth: getResponsiveWidth(maxWidth, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.maxWidth)
74
74
  });
75
75
  var Element = setScopeRow ? 'th' : 'td';
76
76
  var sharedProps = _objectSpread({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elastic/eui",
3
3
  "description": "Elastic UI Component Library",
4
- "version": "113.2.0",
4
+ "version": "113.2.1",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "lib",
7
7
  "module": "es",
@@ -69,9 +69,9 @@ var EuiTableRowCell = exports.EuiTableRowCell = function EuiTableRowCell(_ref) {
69
69
  return defaultWidth;
70
70
  };
71
71
  var inlineWidthStyles = (0, _utils.resolveWidthPropsAsStyle)(_style, {
72
- width: getResponsiveWidth(width, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.minWidth),
72
+ width: getResponsiveWidth(width, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.width),
73
73
  minWidth: getResponsiveWidth(minWidth, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.minWidth),
74
- maxWidth: getResponsiveWidth(maxWidth, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.minWidth)
74
+ maxWidth: getResponsiveWidth(maxWidth, mobileOptions === null || mobileOptions === void 0 ? void 0 : mobileOptions.maxWidth)
75
75
  });
76
76
  var Element = setScopeRow ? 'th' : 'td';
77
77
  var sharedProps = _objectSpread({