mineral-ui-tokens
Advanced tools
Comparing version 0.3.0 to 0.4.0-0
@@ -6,5 +6,6 @@ 'use strict'; | ||
}); | ||
var backgroundColor = exports.backgroundColor = '#ffffff'; | ||
var backgroundColor_active = exports.backgroundColor_active = '#ebeff5'; | ||
var backgroundColor_disabled = exports.backgroundColor_disabled = '#dde3ed'; | ||
var backgroundColor_focus = exports.backgroundColor_focus = '#f5f7fa'; | ||
var backgroundColor_disabled = exports.backgroundColor_disabled = '#ebeff5'; | ||
var backgroundColor_focus = exports.backgroundColor_focus = '#ffffff'; | ||
var backgroundColor_hover = exports.backgroundColor_hover = '#f5f7fa'; | ||
@@ -11,0 +12,0 @@ var backgroundColor_brand_selected = exports.backgroundColor_brand_selected = '#f0f5fc'; |
@@ -0,4 +1,5 @@ | ||
export var backgroundColor = '#ffffff'; | ||
export var backgroundColor_active = '#ebeff5'; | ||
export var backgroundColor_disabled = '#dde3ed'; | ||
export var backgroundColor_focus = '#f5f7fa'; | ||
export var backgroundColor_disabled = '#ebeff5'; | ||
export var backgroundColor_focus = '#ffffff'; | ||
export var backgroundColor_hover = '#f5f7fa'; | ||
@@ -5,0 +6,0 @@ export var backgroundColor_brand_selected = '#f0f5fc'; |
export default { | ||
backgroundColor: '#ffffff', | ||
backgroundColor_active: '#ebeff5', | ||
backgroundColor_disabled: '#dde3ed', | ||
backgroundColor_focus: '#f5f7fa', | ||
backgroundColor_disabled: '#ebeff5', | ||
backgroundColor_focus: '#ffffff', | ||
backgroundColor_hover: '#f5f7fa', | ||
@@ -6,0 +7,0 @@ backgroundColor_brand_selected: '#f0f5fc', |
@@ -5,3 +5,3 @@ { | ||
"description": "Mineral UI Design Tokens", | ||
"version": "0.3.0", | ||
"version": "0.4.0-0", | ||
"license": "Apache-2.0", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -99,3 +99,3 @@ # mineral-ui-tokens | ||
[commitizen]: https://github.com/mineral-ui/mineral-ui/blob/master/CONTRIBUTING.md#developing | ||
[import-syntax]: https://github.com/mineral-ui/mineral-ui/blob/master/docs/import-syntax.md | ||
[import-syntax]: https://mineral-ui.com/import-syntax | ||
[pr]: https://github.com/mineral-ui/mineral-ui/blob/master/CONTRIBUTING.md#submitting-a-pull-request | ||
@@ -102,0 +102,0 @@ [theo]: https://github.com/salesforce-ux/theo |
@@ -7,5 +7,6 @@ 'use strict'; | ||
exports.default = { | ||
backgroundColor: '#ffffff', | ||
backgroundColor_active: '#ebeff5', | ||
backgroundColor_disabled: '#dde3ed', | ||
backgroundColor_focus: '#f5f7fa', | ||
backgroundColor_disabled: '#ebeff5', | ||
backgroundColor_focus: '#ffffff', | ||
backgroundColor_hover: '#f5f7fa', | ||
@@ -12,0 +13,0 @@ backgroundColor_brand_selected: '#f0f5fc', |
Sorry, the diff of this file is not supported yet
96427
1432