Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded EUI to v76.0.0 #152506

Merged
merged 25 commits into from
Mar 14, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7a210af
Upgraded EUI to v76.0.0
JasonStoltz Mar 1, 2023
d2322f2
Updated snapshots
JasonStoltz Mar 2, 2023
a6d2dbf
Patched to 76.0.1
JasonStoltz Mar 2, 2023
66da17e
Merge branch 'main' into eui-v76.0.0
JasonStoltz Mar 6, 2023
8614cf5
Fixed snapshot
JasonStoltz Mar 6, 2023
0dd30b1
Merge branch 'main' into eui-v76.0.0
JasonStoltz Mar 6, 2023
41d1ff5
alert → warning, crossInACircleFilled → error
daveyholler Mar 6, 2023
fdbcb18
Convert more instances of `crossInACircleFilled`
cee-chen Mar 7, 2023
29c3495
Convert instances of `alert` usages combined w/ error vars & danger c…
cee-chen Mar 7, 2023
f937d95
Convert remaining instances of `alert` icon types to `warning`
cee-chen Mar 7, 2023
7308657
Update tests, mocks, and snapshots with `alert`->`warning`
cee-chen Mar 7, 2023
d424b0e
Merge branch 'main' into eui-v76.0.0
cee-chen Mar 7, 2023
4c6c01a
Fix more snapshots
cee-chen Mar 7, 2023
a30d04f
Merge branch 'main' into eui-v76.0.0
kibanamachine Mar 8, 2023
ae2ebad
Merge remote-tracking branch 'upstream/main' into eui-v76.0.0
cee-chen Mar 8, 2023
1351cba
[PR feedback] Fix server-side warning icon
cee-chen Mar 8, 2023
9b2eb8f
[PR feedback] Switch `error` icon to `warning`
cee-chen Mar 8, 2023
3e75f2b
Actually fix SSR warning icon
cee-chen Mar 8, 2023
48ca8eb
Merge branch 'main' into eui-v76.0.0
kibanamachine Mar 8, 2023
ca4887c
Merge branch 'main' into eui-v76.0.0
kibanamachine Mar 9, 2023
15a2b70
Update to latest EUI v76.0.2 backport
cee-chen Mar 9, 2023
7edfcf4
Merge remote-tracking branch 'upstream/main' into eui-v76.0.0
cee-chen Mar 9, 2023
e62fc7c
Merge branch 'main' into eui-v76.0.0
jbudz Mar 10, 2023
fb004ab
Merge branch 'main' into eui-v76.0.0
jbudz Mar 14, 2023
c6e73d4
Merge branch 'main' into eui-v76.0.0
kibanamachine Mar 14, 2023
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@elastic/datemath": "5.0.3",
"@elastic/elasticsearch": "npm:@elastic/[email protected]",
"@elastic/ems-client": "8.4.0",
"@elastic/eui": "75.1.2",
"@elastic/eui": "76.0.1",
"@elastic/filesaver": "1.1.2",
"@elastic/node-crypto": "1.2.1",
"@elastic/numeral": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion src/dev/license_checker/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ export const LICENSE_OVERRIDES = {
'[email protected]': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts
'@mapbox/[email protected]': ['MIT'], // license in readme https://github.com/tmcw/jsonlint
'@elastic/[email protected]': ['Elastic License 2.0'],
'@elastic/eui@75.1.2': ['SSPL-1.0 OR Elastic License 2.0'],
'@elastic/eui@76.0.1': ['SSPL-1.0 OR Elastic License 2.0'],
'[email protected]': ['CC-BY-4.0'], // retired ODC‑By license https://github.com/mattcg/language-subtag-registry
};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading