Skip to content

Commit

Permalink
Revert "Delete imports/references to EUI's distributed .css files (#…
Browse files Browse the repository at this point in the history
…194082)"

This reverts commit 9956c9a.
  • Loading branch information
jbudz committed Sep 26, 2024
1 parent dbbbde8 commit b79dee5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/kbn-ui-shared-deps-npm/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ module.exports = (_, argv) => {
'tslib',
'uuid',
],
'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',
Expand Down
1 change: 1 addition & 0 deletions x-pack/plugins/canvas/shareable_runtime/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
export * from './api';
import '@kbn/core-apps-server-internal/assets/legacy_light_theme.css';
import '../public/style/index.scss';
import '@elastic/eui/dist/eui_theme_light.css';
1 change: 1 addition & 0 deletions x-pack/plugins/canvas/storybook/addon/panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import React, { useState } from 'react';
import { EuiResizableContainer } from '@elastic/eui';
import { StateChange } from './components/state_change';

import '@elastic/eui/dist/eui_theme_light.css';
import './panel.css';

import { RecordedAction } from './types';
Expand Down

0 comments on commit b79dee5

Please sign in to comment.