@invisionag/beacon-tokens
Advanced tools
Comparing version 0.0.15 to 0.0.16-pre
@@ -7,2 +7,6 @@ // @flow | ||
const asset = { | ||
fontRoboto: 'assets/fonts/roboto-400.woff', | ||
fontRobotoBold: 'assets/fonts/roboto-700.woff', | ||
}; | ||
const color = { | ||
@@ -178,2 +182,5 @@ /** | ||
}; | ||
const font = { | ||
scaleBase: '0.875rem', | ||
}; | ||
const spacing = { | ||
@@ -191,3 +198,5 @@ component1: '0.25rem', | ||
exports.asset = asset; | ||
exports.color = color; | ||
exports.font = font; | ||
exports.spacing = spacing; |
@@ -0,1 +1,5 @@ | ||
export declare const asset: { | ||
readonly fontRoboto: "assets/fonts/roboto-400.woff"; | ||
readonly fontRobotoBold: "assets/fonts/roboto-700.woff"; | ||
}; | ||
export declare const color: { | ||
@@ -171,2 +175,5 @@ /** | ||
}; | ||
export declare const font: { | ||
readonly scaleBase: "0.875rem"; | ||
}; | ||
export declare const spacing: { | ||
@@ -173,0 +180,0 @@ readonly component1: "0.25rem"; |
@@ -0,1 +1,5 @@ | ||
const asset = { | ||
fontRoboto: 'assets/fonts/roboto-400.woff', | ||
fontRobotoBold: 'assets/fonts/roboto-700.woff', | ||
}; | ||
const color = { | ||
@@ -171,2 +175,5 @@ /** | ||
}; | ||
const font = { | ||
scaleBase: '0.875rem', | ||
}; | ||
const spacing = { | ||
@@ -184,2 +191,2 @@ component1: '0.25rem', | ||
export { color, spacing }; | ||
export { asset, color, font, spacing }; |
{ | ||
"name": "@invisionag/beacon-tokens", | ||
"version": "0.0.15", | ||
"version": "0.0.16-pre", | ||
"description": "Design System for InVision products", | ||
"main": "index.js", | ||
"files": [ | ||
"injixo/**/*", | ||
"ivx/**/*", | ||
"ivx.scss", | ||
"injixo.scss" | ||
"/assets/**/*", | ||
"/injixo/**/*", | ||
"/injixo.scss" | ||
], | ||
@@ -28,3 +27,3 @@ "scripts": { | ||
"@invisionag/prettier-config-ivx": "^1.1.5", | ||
"execa": "^1.0.0", | ||
"execa": "^2.0.2", | ||
"lodash": "^4.17.11", | ||
@@ -31,0 +30,0 @@ "prettier": "^1.18.2", |
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
113247
10
572
2