@novalabsxyz/web-theme
Advanced tools
Comparing version 0.1.43-alpha.0 to 0.1.44-alpha.0
declare const typography: { | ||
legalLight: { | ||
fontFamily: string; | ||
color: string; | ||
fontSize: number; | ||
letterSpacing: number; | ||
fontWeight: number; | ||
}; | ||
legalMedium: { | ||
fontFamily: string; | ||
color: string; | ||
fontSize: number; | ||
letterSpacing: number; | ||
fontWeight: number; | ||
}; | ||
legalBold: { | ||
fontFamily: string; | ||
color: string; | ||
fontSize: number; | ||
letterSpacing: number; | ||
fontWeight: number; | ||
}; | ||
h2Light: { | ||
@@ -108,2 +129,9 @@ fontFamily: string; | ||
}; | ||
button: { | ||
color: string; | ||
fontFamily: string; | ||
fontSize: number; | ||
letterSpacing: number; | ||
fontWeight: number; | ||
}; | ||
fontFamily: string; | ||
@@ -110,0 +138,0 @@ }; |
{ | ||
"name": "@novalabsxyz/web-theme", | ||
"version": "0.1.43-alpha.0", | ||
"version": "0.1.44-alpha.0", | ||
"description": "Novalabs Web Theme", | ||
@@ -28,3 +28,3 @@ "contributors": [ | ||
"dependencies": { | ||
"@novalabsxyz/base-theme": "^0.1.43-alpha.0", | ||
"@novalabsxyz/base-theme": "^0.1.44-alpha.0", | ||
"react": "18.2.0" | ||
@@ -35,3 +35,3 @@ }, | ||
}, | ||
"gitHead": "3455b90c3fcf5a4bbc61364170a569595dcea0a4" | ||
"gitHead": "3826efa4da2330b1c3d4ebbe83ce96680a920a62" | ||
} |
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
24174
337
+ Added@novalabsxyz/base-theme@0.1.44-alpha.0(transitive)
- Removed@novalabsxyz/base-theme@0.1.43-alpha.0(transitive)