mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
chore(superset-core): move ui to new core (#35308)
This commit is contained in:
committed by
GitHub
parent
728bc2c632
commit
9546ee37e5
@@ -18,10 +18,10 @@
|
||||
*/
|
||||
|
||||
import { FunctionComponent } from 'react';
|
||||
import { t, SupersetTheme } from '@superset-ui/core';
|
||||
import { t } from '@superset-ui/core';
|
||||
import { SupersetTheme, Alert } from '@apache-superset/core/ui';
|
||||
|
||||
import { getDatabaseDocumentationLinks } from 'src/views/CRUD/hooks';
|
||||
import { Alert } from '@superset-ui/core/components';
|
||||
import { antdWarningAlertStyles } from './styles';
|
||||
|
||||
const supersetTextDocs = getDatabaseDocumentationLinks();
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
* under the License.
|
||||
*/
|
||||
import { FunctionComponent, useEffect, useState, ChangeEvent } from 'react';
|
||||
import { styled, t, css } from '@superset-ui/core';
|
||||
import { t } from '@superset-ui/core';
|
||||
import { styled, css } from '@apache-superset/core/ui';
|
||||
import { useImportResource } from 'src/views/CRUD/hooks';
|
||||
import {
|
||||
Upload,
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
import { css, SupersetTheme } from '@superset-ui/core';
|
||||
import { css, SupersetTheme } from '@apache-superset/core/ui';
|
||||
|
||||
export const antdWarningAlertStyles = (theme: SupersetTheme) => css`
|
||||
margin: ${theme.sizeUnit * 4}px 0;
|
||||
|
||||
Reference in New Issue
Block a user