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:
Tiago Costa 2022-01-20 22:04:19 +00:00 committed by GitHub
parent 94e2e9a85d
commit 356861d23b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
143 changed files with 417 additions and 193 deletions

View file

@ -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';

View file

@ -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';

View file

@ -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

View file

@ -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', () => {

View file

@ -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';

View file

@ -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';