@elastic/eui 76.0.0 → 76.0.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.
@@ -175,7 +175,7 @@ export var EuiFormControlLayoutIcons = /*#__PURE__*/function (_Component) {
175
175
  return ___EmotionJSX(EuiIcon, {
176
176
  size: compressed ? 's' : 'm',
177
177
  color: "danger",
178
- type: "alert"
178
+ type: "warning"
179
179
  });
180
180
  }
181
181
  }]);
@@ -189,7 +189,7 @@ var EuiFormControlLayoutIcons = /*#__PURE__*/function (_Component) {
189
189
  return (0, _react2.jsx)(_icon.EuiIcon, {
190
190
  size: compressed ? 's' : 'm',
191
191
  color: "danger",
192
- type: "alert"
192
+ type: "warning"
193
193
  });
194
194
  }
195
195
  }]);
@@ -157,7 +157,7 @@ export var EuiFormControlLayoutIcons = /*#__PURE__*/function (_Component) {
157
157
  return ___EmotionJSX(EuiIcon, {
158
158
  size: compressed ? 's' : 'm',
159
159
  color: "danger",
160
- type: "alert"
160
+ type: "warning"
161
161
  });
162
162
  }
163
163
  }]);
@@ -176,7 +176,7 @@ var EuiFormControlLayoutIcons = /*#__PURE__*/function (_Component) {
176
176
  return (0, _react2.jsx)(_icon.EuiIcon, {
177
177
  size: compressed ? 's' : 'm',
178
178
  color: "danger",
179
- type: "alert"
179
+ type: "warning"
180
180
  });
181
181
  }
182
182
  }]);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elastic/eui",
3
3
  "description": "Elastic UI Component Library",
4
- "version": "76.0.0",
4
+ "version": "76.0.1",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "lib",
7
7
  "module": "es",
@@ -178,7 +178,7 @@ var EuiFormControlLayoutIcons = /*#__PURE__*/function (_Component) {
178
178
  return (0, _react2.jsx)(_icon.EuiIcon, {
179
179
  size: compressed ? 's' : 'm',
180
180
  color: "danger",
181
- type: "alert"
181
+ type: "warning"
182
182
  });
183
183
  }
184
184
  }]);