@crave/farmblocks-theme
Advanced tools
Comparing version 1.7.0-alpha.d196f55d to 1.7.0-alpha.d20ca3cc
@@ -6,4 +6,4 @@ # Change Log | ||
<a name="1.7.0-alpha.d196f55d"></a> | ||
# [1.7.0-alpha.d196f55d](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-theme@1.6.0...@crave/farmblocks-theme@1.7.0-alpha.d196f55d) (2018-06-18) | ||
<a name="1.7.0-alpha.d20ca3cc"></a> | ||
# [1.7.0-alpha.d20ca3cc](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-theme@1.6.1...@crave/farmblocks-theme@1.7.0-alpha.d20ca3cc) (2019-01-08) | ||
@@ -15,2 +15,10 @@ | ||
<a name="1.6.1"></a> | ||
## 1.6.1 (2019-01-03) | ||
**Note:** Version bump only for package @crave/farmblocks-theme | ||
<a name="1.6.0"></a> | ||
@@ -17,0 +25,0 @@ # 1.6.0 (2018-06-18) |
@@ -1,3 +0,1 @@ | ||
"use strict"; | ||
module.exports = { | ||
@@ -4,0 +2,0 @@ CARBON: "#2f313a", |
@@ -1,3 +0,1 @@ | ||
"use strict"; | ||
module.exports = { | ||
@@ -4,0 +2,0 @@ HUGE: 24, |
@@ -1,3 +0,1 @@ | ||
"use strict"; | ||
module.exports = { | ||
@@ -4,0 +2,0 @@ SEMIBOLD: "600", |
@@ -6,39 +6,35 @@ "use strict"; | ||
}); | ||
var _colors = require("./colors"); | ||
Object.defineProperty(exports, "colors", { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_colors).default; | ||
return _colors.default; | ||
} | ||
}); | ||
var _fontSizes = require("./fontSizes"); | ||
Object.defineProperty(exports, "fontSizes", { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_fontSizes).default; | ||
return _fontSizes.default; | ||
} | ||
}); | ||
var _fontTypes = require("./fontTypes"); | ||
Object.defineProperty(exports, "fontTypes", { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_fontTypes).default; | ||
return _fontTypes.default; | ||
} | ||
}); | ||
var _fontWeights = require("./fontWeights"); | ||
Object.defineProperty(exports, "fontWeights", { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_fontWeights).default; | ||
return _fontWeights.default; | ||
} | ||
}); | ||
var _colors = _interopRequireDefault(require("./colors")); | ||
var _fontSizes = _interopRequireDefault(require("./fontSizes")); | ||
var _fontTypes = _interopRequireDefault(require("./fontTypes")); | ||
var _fontWeights = _interopRequireDefault(require("./fontWeights")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
{ | ||
"name": "@crave/farmblocks-theme", | ||
"version": "1.7.0-alpha.d196f55d", | ||
"version": "1.7.0-alpha.d20ca3cc", | ||
"description": "Farmblocks theme", | ||
@@ -20,3 +20,3 @@ "author": "Crave Food Systems and AUTHORS", | ||
"clean": "rm -rf lib", | ||
"build": "yarn clean && babel src -d lib --ignore '*.test.js,*.story.js'" | ||
"build": "yarn clean && babel --root-mode upward src -d lib --ignore 'src/**/*.test.js','src/**/*.story.js'" | ||
}, | ||
@@ -23,0 +23,0 @@ "repository": { |
7704
75