Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nulogy/tokens

Package Overview
Dependencies
Maintainers
7
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nulogy/tokens - npm Package Compare versions

Comparing version 0.2.1 to 0.2.3

src/radius/border.json

9

build/exports.js
/**
* 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc