@novalabsxyz/web-theme
Advanced tools
Comparing version 0.2.0 to 1.0.0-alpha.0
import { PaletteMode } from '@mui/material'; | ||
declare const palette: { | ||
primaryBackground: string; | ||
secondaryBackground: string; | ||
cardBackground: string; | ||
primaryText: string; | ||
secondaryText: string; | ||
placeholderText: string; | ||
accentText: string; | ||
inputBackground: string; | ||
activeBackground: string; | ||
inactiveIcon: string; | ||
black: string; | ||
appBackground: string; | ||
cardBackground: string; | ||
codGray: string; | ||
woodSmoke: string; | ||
slate: string; | ||
@@ -11,3 +21,3 @@ mineshaft: string; | ||
doveGrey: string; | ||
bodyGrey: string; | ||
gray: string; | ||
silver: string; | ||
@@ -14,0 +24,0 @@ white: string; |
@@ -7,4 +7,4 @@ "use strict"; | ||
const base_theme_1 = __importDefault(require("@novalabsxyz/base-theme")); | ||
const palette = Object.assign({ mode: 'dark' }, base_theme_1.default.palette); | ||
const palette = Object.assign(Object.assign({ mode: 'dark' }, base_theme_1.default.palette), base_theme_1.default.darkThemeColors); | ||
exports.default = palette; | ||
//# sourceMappingURL=palette.js.map |
@@ -13,4 +13,4 @@ import { | ||
black: string | ||
appBackground: string | ||
cardBackground: string | ||
codGray: string | ||
woodSmoke: string | ||
slate: string | ||
@@ -21,3 +21,3 @@ mineshaft: string | ||
doveGrey: string | ||
bodyGrey: string | ||
gray: string | ||
silver: string | ||
@@ -43,2 +43,13 @@ white: string | ||
darkBlue: string | ||
primaryBackground: string | ||
secondaryBackground: string | ||
cardBackground: string | ||
primaryText: string | ||
secondaryText: string | ||
placeholderText: string | ||
accentText: string | ||
inputBackground: string | ||
activeBackground: string | ||
inactiveIcon: string | ||
} | ||
@@ -45,0 +56,0 @@ } |
{ | ||
"name": "@novalabsxyz/web-theme", | ||
"version": "0.2.0", | ||
"version": "1.0.0-alpha.0", | ||
"description": "Novalabs Web Theme", | ||
@@ -28,3 +28,3 @@ "contributors": [ | ||
"dependencies": { | ||
"@novalabsxyz/base-theme": "^0.2.0", | ||
"@novalabsxyz/base-theme": "^1.0.0-alpha.0", | ||
"react": "18.2.0" | ||
@@ -35,3 +35,3 @@ }, | ||
}, | ||
"gitHead": "04e4c0cd1465b3efd179012e977db21c0b3487fd" | ||
"gitHead": "d22da2f26ebe13c6570160cd9143b0b11aa93fa7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
24519
348
+ Added@novalabsxyz/base-theme@1.0.7(transitive)
- Removed@novalabsxyz/base-theme@0.2.0(transitive)