@clds/themes
Advanced tools
Comparing version 0.53.5 to 0.56.0-beta.1
@@ -1,8 +0,8 @@ | ||
import color from './tokens/color.js'; | ||
import font from './tokens/font.js'; | ||
import { color } from './tokens/color.js'; | ||
import { font } from './tokens/font.js'; | ||
import { globals } from './tokens/globals.js'; | ||
import { dark } from './tokens/palette.js'; | ||
import radius from './tokens/radius.js'; | ||
import shadow from './tokens/shadow.js'; | ||
import spacing from './tokens/spacing.js'; | ||
import { radius } from './tokens/radius.js'; | ||
import { shadow } from './tokens/shadow.js'; | ||
import { spacing } from './tokens/spacing.js'; | ||
export const darkTheme = { | ||
@@ -9,0 +9,0 @@ radius, |
@@ -1,2 +0,3 @@ | ||
export { darkTheme, darkTheme as dark } from './dark.theme.js'; | ||
export { lightTheme, lightTheme as default } from './default.theme.js'; | ||
export type { Theme } from './styled.js'; | ||
export { darkTheme } from './dark.theme.js'; | ||
export { lightTheme } from './light.theme.js'; |
@@ -1,4 +0,3 @@ | ||
/* eslint-disable import/no-default-export */ | ||
export { darkTheme, darkTheme as dark } from './dark.theme.js'; | ||
export { lightTheme, lightTheme as default } from './default.theme.js'; | ||
export { darkTheme } from './dark.theme.js'; | ||
export { lightTheme } from './light.theme.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
declare const _default: { | ||
export declare const color: { | ||
darkBlue: string; | ||
@@ -35,2 +35,1 @@ blue: string; | ||
}; | ||
export default _default; |
@@ -1,4 +0,2 @@ | ||
/* eslint-disable import/no-anonymous-default-export,import/no-default-export */ | ||
// Deprecated! Use only palette branch of the theme. | ||
export default { | ||
export const color = { | ||
darkBlue: '#0e2f5a', | ||
@@ -5,0 +3,0 @@ blue: '#0078ff', |
@@ -1,2 +0,2 @@ | ||
declare const _default: { | ||
export declare const font: { | ||
size: { | ||
@@ -17,2 +17,1 @@ xxl: string; | ||
}; | ||
export default _default; |
@@ -1,4 +0,3 @@ | ||
/* eslint-disable import/no-anonymous-default-export,import/no-default-export */ | ||
import color from './color.js'; | ||
export default { | ||
import { color } from './color.js'; | ||
export const font = { | ||
size: { | ||
@@ -5,0 +4,0 @@ xxl: '3rem', |
@@ -1,2 +0,2 @@ | ||
declare const _default: { | ||
export declare const radius: { | ||
sm: string; | ||
@@ -14,2 +14,1 @@ md: string; | ||
}; | ||
export default _default; |
@@ -1,3 +0,2 @@ | ||
/* eslint-disable import/no-anonymous-default-export,import/no-default-export */ | ||
export default { | ||
export const radius = { | ||
sm: '0px', | ||
@@ -4,0 +3,0 @@ md: '2px', |
@@ -1,2 +0,2 @@ | ||
declare const _default: { | ||
export declare const shadow: { | ||
sm: string; | ||
@@ -6,2 +6,1 @@ md: string; | ||
}; | ||
export default _default; |
@@ -1,3 +0,2 @@ | ||
/* eslint-disable import/no-anonymous-default-export,import/no-default-export */ | ||
export default { | ||
export const shadow = { | ||
sm: '0 2px 4px 0 rgba(0, 0, 0, 0.25)', | ||
@@ -4,0 +3,0 @@ md: '0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14)', |
@@ -1,2 +0,2 @@ | ||
declare const _default: { | ||
export declare const spacing: { | ||
xxs: string; | ||
@@ -10,2 +10,1 @@ xs: string; | ||
}; | ||
export default _default; |
@@ -1,3 +0,2 @@ | ||
/* eslint-disable import/no-anonymous-default-export,import/no-default-export */ | ||
export default { | ||
export const spacing = { | ||
xxs: '0.25rem', | ||
@@ -4,0 +3,0 @@ xs: '0.5rem', |
{ | ||
"name": "@clds/themes", | ||
"description": "Cloudinary themes", | ||
"version": "0.53.5", | ||
"version": "0.56.0-beta.1", | ||
"author": "Cloudinary", | ||
@@ -6,0 +6,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
64047
37
769