@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/.nyc_output/out.json +16998 -14045
- package/CHANGELOG.md +7 -1
- package/eui.d.ts +0 -7
- package/package.json +1 -1
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.
|
|
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 {
|