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

@nulogy/tokens

Package Overview
Dependencies
Maintainers
8
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.6.0 to 0.7.0

10

dist/exports.js
/**
* 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";

4

package.json
{
"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

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