@aesthetic/system
Advanced tools
Comparing version 0.9.4 to 0.9.5
{ | ||
"name": "@aesthetic/system", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "Web based building blocks for the Aesthetic design system.", | ||
@@ -38,4 +38,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@aesthetic/types": "^0.6.3", | ||
"@aesthetic/utils": "^0.8.3" | ||
"@aesthetic/types": "^0.6.4", | ||
"@aesthetic/utils": "^0.8.4" | ||
}, | ||
@@ -49,3 +49,3 @@ "packemon": { | ||
}, | ||
"gitHead": "6b76391658e4963faf8250de699d9bebbc5d1ee7" | ||
"gitHead": "be9b8798efae2466c8a534f091c87b5fd6ac5313" | ||
} |
@@ -73,2 +73,3 @@ import { ColorScheme, ContrastLevel, ThemeName } from '@aesthetic/types'; | ||
} | ||
if (this.defaultTheme) { | ||
@@ -75,0 +76,0 @@ return this.getTheme(this.defaultTheme); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
175859
Updated@aesthetic/types@^0.6.4
Updated@aesthetic/utils@^0.8.4