@invisionag/beacon-tokens
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -145,3 +145,3 @@ export declare const color: { | ||
*/ | ||
readonly primary100: "#107ead"; | ||
readonly primary100: "#007db3"; | ||
/** | ||
@@ -148,0 +148,0 @@ * default hover color, when active radio & checkbox button hover |
@@ -146,3 +146,3 @@ // @flow | ||
*/ | ||
primary100: '#107ead', | ||
primary100: '#007db3', | ||
/** | ||
@@ -149,0 +149,0 @@ * default hover color, when active radio & checkbox button hover |
{ | ||
"name": "@invisionag/beacon-tokens", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Design System for InVision products", | ||
@@ -11,3 +11,4 @@ "main": "index.js", | ||
"scripts": { | ||
"build": "node ./src/build.js && tsc" | ||
"build": "node ./src/build.js && tsc", | ||
"prepublishOnly": "yarn build" | ||
}, | ||
@@ -14,0 +15,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13339