Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/eui/changelogs/upcoming/8818.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**Bug fixes**

- Fixed a wrong path in the module declaration for the JSON token exports that would trigger typescript errors

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module '@elastic/eui-theme-borealis/lib/eui_theme_borealis_dark.json' {
declare module '@elastic/eui/dist/eui_theme_borealis_dark.json' {
const sassVariables: {
euiZDataGrid: number;
euiZHeaderBelowDataGrid: number;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module '@elastic/eui-theme-borealis/lib/eui_theme_borealis_light.json' {
declare module '@elastic/eui/dist/eui_theme_borealis_light.json' {
const sassVariables: {
euiZDataGrid: number;
euiZHeaderBelowDataGrid: number;
Expand Down