@aesthetic/addon-properties
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -33,3 +33,3 @@ import { isObject, objectLoop } from '@aesthetic/utils'; | ||
add(property + "Bottom", value.topBottom); | ||
delete value.topBottom; | ||
value.topBottom = undefined; | ||
} | ||
@@ -40,3 +40,3 @@ | ||
add(property + "Right", value.leftRight); | ||
delete value.leftRight; | ||
value.leftRight = undefined; | ||
} | ||
@@ -62,3 +62,3 @@ | ||
add('lineHeight', value.lineHeight); | ||
delete value.lineHeight; | ||
value.lineHeight = undefined; | ||
} | ||
@@ -65,0 +65,0 @@ |
@@ -40,3 +40,3 @@ 'use strict'; | ||
add(property + "Bottom", value.topBottom); | ||
delete value.topBottom; | ||
value.topBottom = undefined; | ||
} | ||
@@ -47,3 +47,3 @@ | ||
add(property + "Right", value.leftRight); | ||
delete value.leftRight; | ||
value.leftRight = undefined; | ||
} | ||
@@ -69,3 +69,3 @@ | ||
add('lineHeight', value.lineHeight); | ||
delete value.lineHeight; | ||
value.lineHeight = undefined; | ||
} | ||
@@ -72,0 +72,0 @@ |
{ | ||
"name": "@aesthetic/addon-properties", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Custom properties for the Aesthetic CSS-in-JS style sheet.", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@aesthetic/types": "^0.4.1", | ||
"@aesthetic/types": "^0.4.2", | ||
"@aesthetic/utils": "^0.6.1", | ||
@@ -36,3 +36,3 @@ "csstype": "^3.0.5" | ||
"devDependencies": { | ||
"@aesthetic/sss": "^0.6.1" | ||
"@aesthetic/sss": "^0.6.2" | ||
}, | ||
@@ -46,3 +46,3 @@ "funding": { | ||
}, | ||
"gitHead": "7bb66e4727a310474a5412d037e2b1393c57540a" | ||
"gitHead": "ba9b49086e409517e03cd920008934773fd4e6e9" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23604
Updated@aesthetic/types@^0.4.2