@ant-design/cssinjs
Advanced tools
Comparing version 0.0.0-alpha.39 to 0.0.0-alpha.40
@@ -1,2 +0,1 @@ | ||
import Theme from './theme/Theme'; | ||
import useStyleRegister, { extractStyle } from './useStyleRegister'; | ||
@@ -7,5 +6,5 @@ import type { CSSObject, CSSInterpolation } from './useStyleRegister'; | ||
import Keyframes from './Keyframes'; | ||
import type { TokenType } from './theme'; | ||
import { createTheme } from './theme'; | ||
import type { TokenType, DerivativeFunc } from './theme'; | ||
import { createTheme, Theme } from './theme'; | ||
export { Theme, createTheme, useStyleRegister, useCacheToken, createCache, StyleProvider, Keyframes, extractStyle, }; | ||
export type { TokenType, CSSObject, CSSInterpolation }; | ||
export type { TokenType, CSSObject, CSSInterpolation, DerivativeFunc }; |
@@ -1,2 +0,1 @@ | ||
import Theme from './theme/Theme'; | ||
import useStyleRegister, { extractStyle } from './useStyleRegister'; | ||
@@ -6,3 +5,3 @@ import useCacheToken from './useCacheToken'; | ||
import Keyframes from './Keyframes'; | ||
import { createTheme } from './theme'; | ||
import { createTheme, Theme } from './theme'; | ||
export { Theme, createTheme, useStyleRegister, useCacheToken, createCache, StyleProvider, Keyframes, extractStyle }; |
export { default as createTheme } from './createTheme'; | ||
export { default as Theme } from './Theme'; | ||
export { default as ThemeCache } from './ThemeCache'; | ||
export type { TokenType, DerivativeFunc } from './interface'; |
export { default as createTheme } from './createTheme'; | ||
export { default as Theme } from './Theme'; | ||
export { default as Theme } from './Theme'; | ||
export { default as ThemeCache } from './ThemeCache'; |
@@ -1,2 +0,1 @@ | ||
import Theme from './theme/Theme'; | ||
import useStyleRegister, { extractStyle } from './useStyleRegister'; | ||
@@ -7,5 +6,5 @@ import type { CSSObject, CSSInterpolation } from './useStyleRegister'; | ||
import Keyframes from './Keyframes'; | ||
import type { TokenType } from './theme'; | ||
import { createTheme } from './theme'; | ||
import type { TokenType, DerivativeFunc } from './theme'; | ||
import { createTheme, Theme } from './theme'; | ||
export { Theme, createTheme, useStyleRegister, useCacheToken, createCache, StyleProvider, Keyframes, extractStyle, }; | ||
export type { TokenType, CSSObject, CSSInterpolation }; | ||
export type { TokenType, CSSObject, CSSInterpolation, DerivativeFunc }; |
@@ -25,3 +25,3 @@ "use strict"; | ||
get: function get() { | ||
return _Theme.default; | ||
return _theme.Theme; | ||
} | ||
@@ -60,4 +60,2 @@ }); | ||
var _Theme = _interopRequireDefault(require("./theme/Theme")); | ||
var _useStyleRegister = _interopRequireWildcard(require("./useStyleRegister")); | ||
@@ -64,0 +62,0 @@ |
export { default as createTheme } from './createTheme'; | ||
export { default as Theme } from './Theme'; | ||
export { default as ThemeCache } from './ThemeCache'; | ||
export type { TokenType, DerivativeFunc } from './interface'; |
@@ -14,2 +14,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "ThemeCache", { | ||
enumerable: true, | ||
get: function get() { | ||
return _ThemeCache.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "createTheme", { | ||
@@ -24,2 +30,4 @@ enumerable: true, | ||
var _Theme = _interopRequireDefault(require("./Theme")); | ||
var _Theme = _interopRequireDefault(require("./Theme")); | ||
var _ThemeCache = _interopRequireDefault(require("./ThemeCache")); |
{ | ||
"name": "@ant-design/cssinjs", | ||
"version": "0.0.0-alpha.39", | ||
"version": "0.0.0-alpha.40", | ||
"description": "Component level cssinjs resolution for antd", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
95551
1983