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 5.2.0 to 5.3.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [5.3.0](https://github.com/nulogy/nds-tokens/compare/v5.2.0...v5.3.0) (2022-06-06)
### Features
* update box shadows ([#49](https://github.com/nulogy/nds-tokens/issues/49)) ([88707c5](https://github.com/nulogy/nds-tokens/commit/88707c5337ed4fee03753bdd6b7173248b4a2a02))
# [5.2.0](https://github.com/nulogy/nds-tokens/compare/v5.1.0...v5.2.0) (2022-02-01)

@@ -2,0 +9,0 @@

8

dist/exports.js
/**
* Do not edit directly
* Generated on Tue, 01 Feb 2022 18:28:25 GMT
* Generated on Mon, 06 Jun 2022 21:26:05 GMT
*/

@@ -52,5 +52,5 @@

export const radius_border_circle = "50%";
export const shadow_box_small = "0px 0px 3px 0px rgba(1, 30, 56, 0.2)";
export const shadow_box_medium = "0px 1px 4px 0px rgba(1, 30, 56, 0.15)";
export const shadow_box_large = "0px 3px 5px 0px rgba(1, 30, 56, 0.1)";
export const shadow_box_small = "0px 1px 2px 0px rgba(1, 30, 56, 0.25)";
export const shadow_box_medium = "0px 3px 8px 0px rgba(1, 30, 56, 0.18)";
export const shadow_box_large = "0px 6px 12px 2px rgba(1, 30, 56, 0.15)";
export const shadow_focus = "0px 0px 5px 0px rgba(33, 107, 235, .9)";

@@ -57,0 +57,0 @@ export const shadow_error = "0px 0px 5px 0px rgba(204, 20, 57, .9)";

{
"name": "@nulogy/tokens",
"version": "5.2.0",
"version": "5.3.0",
"description": "Design tokens for the Nulogy Design System - http://nulogy.design",

@@ -5,0 +5,0 @@ "repository": "https://github.com/nulogy/nds-tokens.git",

{
"shadow": {
"box": {
"small": { "value": "0px 0px 3px 0px rgba(1, 30, 56, 0.2)" },
"medium": { "value": "0px 1px 4px 0px rgba(1, 30, 56, 0.15)" },
"large": { "value": "0px 3px 5px 0px rgba(1, 30, 56, 0.1)" }
"small": { "value": "0px 1px 2px 0px rgba(1, 30, 56, 0.25)" },
"medium": { "value": "0px 3px 8px 0px rgba(1, 30, 56, 0.18)" },
"large": { "value": "0px 6px 12px 2px rgba(1, 30, 56, 0.15)" }
}
}
}

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