@aesthetic/system
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -299,3 +299,3 @@ import { deepMerge, deepClone, isObject, toArray, objectLoop, hyphenate } from '@aesthetic/utils'; | ||
this.tokens = tokens; | ||
this.mixins = parentMixins !== null && parentMixins !== void 0 ? parentMixins : createMixins(this.var); | ||
this.mixins = parentMixins != null ? parentMixins : createMixins(this.var); | ||
} | ||
@@ -302,0 +302,0 @@ |
@@ -303,3 +303,3 @@ 'use strict'; | ||
this.tokens = tokens; | ||
this.mixins = parentMixins !== null && parentMixins !== void 0 ? parentMixins : createMixins(this.var); | ||
this.mixins = parentMixins != null ? parentMixins : createMixins(this.var); | ||
} | ||
@@ -306,0 +306,0 @@ |
{ | ||
"name": "@aesthetic/system", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Web based building blocks for the Aesthetic design system.", | ||
@@ -25,6 +25,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@aesthetic/types": "^0.1.1", | ||
"@aesthetic/types": "^0.1.2", | ||
"@aesthetic/utils": "^0.2.1" | ||
}, | ||
"gitHead": "2a33160c4f7aa3eb1fcf6e78f8b2c4b8a8144e01" | ||
"gitHead": "9d6593c7c3986acc0b510037dd7d6aafbb0caf5b" | ||
} |
Sorry, the diff of this file is not supported yet
103150
Updated@aesthetic/types@^0.1.2