mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Upgrade EUI to v43.1.1 (#120935)
* eui to v43.0.0 * update themeprovider types * update sass import location * storyshots * snapshots * jest * jest * timepicker functional test helpers * snapshots * timepicker functional test helpers * invert checked logic * fix i18n token * snapshots * handle new refresh interval operations order * refactor refresh interval logic, test * jest * timepicker popover order * eui to v43.1.0 * jest * jest * jest * euicode selector * jest * functional tests * functional tests * timepicker * bump timeout * conditional click to close * clean up * eui to v43.1.1 * clean up * loading background Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
46a0999f34
commit
604409b3de
57 changed files with 1042 additions and 997 deletions
|
@ -70,8 +70,8 @@ module.exports = (_, argv) => {
|
|||
'@elastic/eui/dist/eui_charts_theme',
|
||||
'@elastic/eui/lib/services',
|
||||
'@elastic/eui/lib/services/format',
|
||||
'@elastic/eui/dist/eui_theme_amsterdam_light.json',
|
||||
'@elastic/eui/dist/eui_theme_amsterdam_dark.json',
|
||||
'@elastic/eui/dist/eui_theme_light.json',
|
||||
'@elastic/eui/dist/eui_theme_dark.json',
|
||||
'@elastic/numeral',
|
||||
'@emotion/react',
|
||||
'classnames',
|
||||
|
@ -96,8 +96,8 @@ module.exports = (_, argv) => {
|
|||
'styled-components',
|
||||
'tslib',
|
||||
],
|
||||
'kbn-ui-shared-deps-npm.v8.dark': ['@elastic/eui/dist/eui_theme_amsterdam_dark.css'],
|
||||
'kbn-ui-shared-deps-npm.v8.light': ['@elastic/eui/dist/eui_theme_amsterdam_light.css'],
|
||||
'kbn-ui-shared-deps-npm.v8.dark': ['@elastic/eui/dist/eui_theme_dark.css'],
|
||||
'kbn-ui-shared-deps-npm.v8.light': ['@elastic/eui/dist/eui_theme_light.css'],
|
||||
},
|
||||
context: __dirname,
|
||||
devtool: 'cheap-source-map',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue