@elastic/eui 41.2.1 → 41.2.2

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  ## [`main`](https://github.com/elastic/eui/tree/main)
2
2
 
3
- No public interface changes since `41.2.1`.
3
+ No public interface changes since `41.2.2`.
4
+
5
+ ## [`41.2.2`](https://github.com/elastic/eui/tree/v41.2.2)
6
+
7
+ **Bug fixes**
8
+
9
+ - Fixed type exports to not include test mocks & specs ([#5412](https://github.com/elastic/eui/pull/5412))
4
10
 
5
11
  ## [`41.2.1`](https://github.com/elastic/eui/tree/v41.2.1)
6
12
 
package/eui.d.ts CHANGED
@@ -17863,13 +17863,6 @@ declare module '@elastic/eui' {
17863
17863
  */
17864
17864
 
17865
17865
  declare module 'html';
17866
- declare module '@elastic/eui/src/components/datagrid/__mocks__/row_height_utils' {
17867
-
17868
- import { RowHeightUtils as ActualRowHeightUtils } from '@elastic/eui/src/components/datagrid/row_height_utils';
17869
- export const mockRowHeightUtils: ActualRowHeightUtils;
17870
- export const RowHeightUtils: jest.Mock<ActualRowHeightUtils, []>;
17871
-
17872
- }
17873
17866
  declare module '@elastic/eui/src/components/icon/assets/videoPlayer' {
17874
17867
  import * as React from 'react';
17875
17868
  interface SVGRProps {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elastic/eui",
3
3
  "description": "Elastic UI Component Library",
4
- "version": "41.2.1",
4
+ "version": "41.2.2",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "lib",
7
7
  "module": "es",