mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
chore(NA): splits types from code on @kbn/ui-shared-deps-src (#123313)
* chore(NA): splits types from code on @kbn/ui-shared-deps-src * chore(NA): break flot-charts into another package * chore(NA): skip failing tests * chore(NA): remove skip and add correct value * chore(NA): fix new ui-theme import * chore(NA): adding fleet cloned test * chore(NA): remove cloned test * chore(NA): remove added typo
This commit is contained in:
parent
94e2e9a85d
commit
356861d23b
143 changed files with 417 additions and 193 deletions
|
@ -4,7 +4,7 @@
|
|||
* 2.0; you may not use this file except in compliance with the Elastic License
|
||||
* 2.0.
|
||||
*/
|
||||
import { euiThemeVars } from '@kbn/ui-shared-deps-src/theme';
|
||||
import { euiThemeVars } from '@kbn/ui-theme';
|
||||
import { mount } from 'enzyme';
|
||||
import { omit, set } from 'lodash/fp';
|
||||
import React from 'react';
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* 2.0.
|
||||
*/
|
||||
|
||||
import { euiThemeVars } from '@kbn/ui-shared-deps-src/theme';
|
||||
import { euiThemeVars } from '@kbn/ui-theme';
|
||||
import { EuiDataGridColumnActions } from '@elastic/eui';
|
||||
import { keyBy } from 'lodash/fp';
|
||||
import React from 'react';
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* 2.0.
|
||||
*/
|
||||
|
||||
import { euiThemeVars } from '@kbn/ui-shared-deps-src/theme';
|
||||
import { euiThemeVars } from '@kbn/ui-theme';
|
||||
|
||||
/**
|
||||
* This is the effective width in pixels of an action button used with
|
||||
|
|
|
@ -18,7 +18,7 @@ import {
|
|||
addBuildingBlockStyle,
|
||||
} from './helpers';
|
||||
|
||||
import { euiThemeVars } from '@kbn/ui-shared-deps-src/theme';
|
||||
import { euiThemeVars } from '@kbn/ui-theme';
|
||||
import { mockDnsEvent } from '../../../mock';
|
||||
|
||||
describe('helpers', () => {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* 2.0.
|
||||
*/
|
||||
|
||||
import { euiDarkVars } from '@kbn/ui-shared-deps-src/theme';
|
||||
import { euiDarkVars } from '@kbn/ui-theme';
|
||||
import React from 'react';
|
||||
import { render, screen } from '@testing-library/react';
|
||||
import { TGridIntegrated, TGridIntegratedProps } from './index';
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* 2.0.
|
||||
*/
|
||||
|
||||
import { euiDarkVars } from '@kbn/ui-shared-deps-src/theme';
|
||||
import { euiDarkVars } from '@kbn/ui-theme';
|
||||
import { I18nProvider } from '@kbn/i18n-react';
|
||||
|
||||
import React from 'react';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue