@crave/farmblocks-theme
Advanced tools
Comparing version 1.4.0-alpha.f927a3cf to 1.4.0
@@ -6,10 +6,19 @@ # Change Log | ||
<a name="1.4.0-alpha.f927a3cf"></a> | ||
# [1.4.0-alpha.f927a3cf](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-theme@1.3.1...@crave/farmblocks-theme@1.4.0-alpha.f927a3cf) (2017-11-14) | ||
<a name="1.4.0"></a> | ||
# [1.4.0](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-theme@1.3.1...@crave/farmblocks-theme@1.4.0) (2017-11-20) | ||
### Bug Fixes | ||
* **theme:** fix colors export ([4f657be](https://github.com/CraveFood/farmblocks/commit/4f657be)) | ||
**Note:** Version bump only for package @crave/farmblocks-theme | ||
### 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> | ||
@@ -16,0 +25,0 @@ ## [1.3.1](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-theme@1.3.0...@crave/farmblocks-theme@1.3.1) (2017-11-13) |
"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.f927a3cf", | ||
"version": "1.4.0", | ||
"description": "Farmblocks theme", | ||
@@ -5,0 +5,0 @@ "author": "Crave Food Services and AUTHORS", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5142
0
76