@nulogy/tokens
Advanced tools
Comparing version 0.6.0 to 0.7.0
/** | ||
* Do not edit directly | ||
* Generated on Fri, 26 Apr 2019 14:11:57 GMT | ||
* Generated on Tue, 04 Jun 2019 14:45:58 GMT | ||
*/ | ||
@@ -43,5 +43,7 @@ | ||
export const size_base_base = "16px"; | ||
export const size_breakpoint_small = "0px"; | ||
export const size_breakpoint_medium = "768px"; | ||
export const size_breakpoint_large = "1024px"; | ||
export const size_breakpoint_extra_small = "0px"; | ||
export const size_breakpoint_small = "768px"; | ||
export const size_breakpoint_medium = "1024px"; | ||
export const size_breakpoint_large = "1360px"; | ||
export const size_breakpoint_extra_large = "1920px"; | ||
export const size_font_smaller = "12px"; | ||
@@ -48,0 +50,0 @@ export const size_font_small = "14px"; |
{ | ||
"name": "@nulogy/tokens", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Design tokens for the Nulogy Design System - http://nulogy.design", | ||
@@ -19,3 +19,3 @@ "repository": "https://github.com/nulogy/design-system.git", | ||
}, | ||
"gitHead": "016628db4b9a30928480802e92619357e565ae1b" | ||
"gitHead": "336b781a39ee1e6b527421490f59b8b2512a35f6" | ||
} |
@@ -0,1 +1,3 @@ | ||
![npm (scoped)](https://img.shields.io/npm/v/@nulogy/tokens.svg?color=blue) | ||
# @nulogy/tokens | ||
@@ -2,0 +4,0 @@ This is where Nulogy's design tokens are stored and converted using [Style Dictionary](https://amzn.github.io/style-dictionary). Tokens are mostly used in our React components and CSS classes, but tokens can be imported directly into your application if needed. |
{ | ||
"size": { | ||
"breakpoint": { | ||
"small" : { "value": "0" }, | ||
"medium" : { "value": "768" }, | ||
"large": { "value": "1024" } | ||
} | ||
"size": { | ||
"breakpoint": { | ||
"extraSmall": { "value": "0" }, | ||
"small": { "value": "768" }, | ||
"medium": { "value": "1024" }, | ||
"large": { "value": "1360" }, | ||
"extraLarge": { "value": "1920" } | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1181
24
1
39603