@atlaskit/tokens
Advanced tools
Comparing version 1.52.0 to 1.53.0
@@ -15,4 +15,4 @@ export { default as themeConfig } from './theme-config'; | ||
export type { ActiveTokens } from './artifacts/types'; | ||
export type { ThemeColorModes, Themes, ThemeFileNames, ThemeIds, ThemeOptionsSchema, ThemeState, } from './theme-config'; | ||
export type { ThemeColorModes, Themes, ThemeFileNames, ThemeIds, ThemeOptionsSchema, ThemeState, ActiveThemeState, } from './theme-config'; | ||
export type { FontFamilyToken, FontWeightToken, Groups, OpacityToken, PaintToken, RawToken, ShadowToken, SpacingToken, ShapeToken, TypographyToken, } from './types'; | ||
export { CURRENT_SURFACE_CSS_VAR } from './constants'; |
@@ -15,4 +15,4 @@ export { default as themeConfig } from './theme-config'; | ||
export type { ActiveTokens } from './artifacts/types'; | ||
export type { ThemeColorModes, Themes, ThemeFileNames, ThemeIds, ThemeOptionsSchema, ThemeState, } from './theme-config'; | ||
export type { ThemeColorModes, Themes, ThemeFileNames, ThemeIds, ThemeOptionsSchema, ThemeState, ActiveThemeState, } from './theme-config'; | ||
export type { FontFamilyToken, FontWeightToken, Groups, OpacityToken, PaintToken, RawToken, ShadowToken, SpacingToken, ShapeToken, TypographyToken, } from './types'; | ||
export { CURRENT_SURFACE_CSS_VAR } from './constants'; |
{ | ||
"name": "@atlaskit/tokens", | ||
"version": "1.52.0", | ||
"version": "1.53.0", | ||
"description": "Design tokens are the single source of truth to name and store design decisions.", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10641103