@nulogy/tokens
Advanced tools
Comparing version 0.2.1 to 0.2.3
/** | ||
* Do not edit directly | ||
* Generated on Fri, 18 Jan 2019 16:36:32 GMT | ||
* Generated on Tue, 12 Feb 2019 16:24:56 GMT | ||
*/ | ||
@@ -29,5 +29,6 @@ | ||
export const line_height_small_text_compressed = "1.14285714"; | ||
export const radius_background_small = "2px"; | ||
export const radius_background_medium = "4px"; | ||
export const shadow_box_small = "0 1px 1px rgba(27,31,35,0.1)"; | ||
export const radius_border_small = "2px"; | ||
export const radius_border_medium = "4px"; | ||
export const radius_border_circle = "50%"; | ||
export const shadow_box_small = "0px 1px 2px rgba(0,0,0,.25)"; | ||
export const size_base_none = "0px"; | ||
@@ -34,0 +35,0 @@ export const size_base_half = "4px"; |
{ | ||
"name": "@nulogy/tokens", | ||
"version": "0.2.1", | ||
"version": "0.2.3", | ||
"description": "Design tokens for the Nulogy Design System - http://nulogy.design", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/nulogy/design-system.git", |
@@ -15,2 +15,3 @@ # @nulogy/tokens | ||
`import * as tokens from '@nulogy/tokens'` | ||
`Blue is: {tokens.color_base_blue}` | ||
@@ -20,2 +21,3 @@ | ||
`@import '/node_modules/@nulogy/tokens/build/variables.scss';` | ||
`.blue-thing {color: $color_base_blue}` |
{ | ||
"shadow": { | ||
"box": { | ||
"small" : { "value": "0 1px 1px rgba(27,31,35,0.1)" } | ||
"small" : { "value": "0px 1px 2px rgba(0,0,0,.25)" } | ||
} | ||
@@ -9,2 +9,1 @@ } | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12761
251
22