@crave/farmblocks-theme
Advanced tools
Comparing version 1.4.0-alpha.b27e5672 to 1.4.0-alpha.b9d0e445
@@ -6,4 +6,4 @@ # Change Log | ||
<a name="1.4.0-alpha.b27e5672"></a> | ||
# [1.4.0-alpha.b27e5672](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-theme@1.3.0...@crave/farmblocks-theme@1.4.0-alpha.b27e5672) (2017-11-10) | ||
<a name="1.4.0-alpha.b9d0e445"></a> | ||
# [1.4.0-alpha.b9d0e445](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-theme@1.3.1...@crave/farmblocks-theme@1.4.0-alpha.b9d0e445) (2017-11-14) | ||
@@ -13,2 +13,19 @@ | ||
* **theme:** fix colors export ([4f657be](https://github.com/CraveFood/farmblocks/commit/4f657be)) | ||
### Features | ||
* **theme:** add NEUTRAL style to fontTypes theme ([d992cf6](https://github.com/CraveFood/farmblocks/commit/d992cf6)) | ||
* **theme:** export keys and values of font related contants on theme package ([fc60445](https://github.com/CraveFood/farmblocks/commit/fc60445)) | ||
<a name="1.3.1"></a> | ||
## [1.3.1](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-theme@1.3.0...@crave/farmblocks-theme@1.3.1) (2017-11-13) | ||
### Bug Fixes | ||
* **docs:** update theme readme ([b27e567](https://github.com/CraveFood/farmblocks/commit/b27e567)) | ||
@@ -15,0 +32,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = { | ||
module.exports = { | ||
CARBON: "#2f313a", | ||
@@ -8,0 +5,0 @@ OYSTER: "#59636f", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = { | ||
HUGE: "24px", | ||
X_LARGE: "20px", | ||
LARGE: "18px", | ||
MEDIUM: "16px", | ||
SMALL: "14px" | ||
module.exports = { | ||
HUGE: 24, | ||
X_LARGE: 20, | ||
LARGE: 18, | ||
MEDIUM: 16, | ||
SMALL: 14 | ||
}; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
var _colors = require("./colors"); | ||
exports.default = { | ||
module.exports = { | ||
NORMAL: _colors.CARBON, | ||
NEUTRAL: _colors.OYSTER, | ||
POSITIVE: _colors.LETTUCE, | ||
NEGATIVE: _colors.STRAWBERRY, | ||
FOCUSED: _colors.INDIGO_MILK_CAP, | ||
FEATURED: _colors.INDIGO_MILK_CAP, | ||
SUBTLE: _colors.GREY_32, | ||
WHITE: "white" | ||
}; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = { | ||
module.exports = { | ||
SEMIBOLD: "600", | ||
LIGHT: "300" | ||
}; |
{ | ||
"name": "@crave/farmblocks-theme", | ||
"version": "1.4.0-alpha.b27e5672", | ||
"version": "1.4.0-alpha.b9d0e445", | ||
"description": "Farmblocks theme", | ||
@@ -5,0 +5,0 @@ "author": "Crave Food Services and AUTHORS", |
5202
76