@clds/themes
Advanced tools
Comparing version 0.49.3 to 0.49.4
@@ -1,2 +0,2 @@ | ||
export { darkTheme, darkTheme as dark } from './dark.theme'; | ||
export { lightTheme, lightTheme as default } from './default.theme'; | ||
export { darkTheme, darkTheme as dark } from './dark.theme.js'; | ||
export { lightTheme, lightTheme as default } from './default.theme.js'; |
/* eslint-disable import/no-default-export */ | ||
export { darkTheme, darkTheme as dark } from './dark.theme'; | ||
export { lightTheme, lightTheme as default } from './default.theme'; | ||
export { darkTheme, darkTheme as dark } from './dark.theme.js'; | ||
export { lightTheme, lightTheme as default } from './default.theme.js'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@clds/themes", | ||
"description": "Cloudinary themes", | ||
"version": "0.49.3", | ||
"version": "0.49.4", | ||
"author": "Cloudinary", | ||
@@ -6,0 +6,0 @@ "main": "./dist/index.js", |
/* eslint-disable import/no-default-export */ | ||
export { darkTheme, darkTheme as dark } from './dark.theme'; | ||
export { lightTheme, lightTheme as default } from './default.theme'; | ||
export { darkTheme, darkTheme as dark } from './dark.theme.js'; | ||
export { lightTheme, lightTheme as default } from './default.theme.js'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
70672