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 4.11.0 to 4.12.0

7

CHANGELOG.md

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

# [4.12.0](https://github.com/nulogy/nds-tokens/compare/v4.11.0...v4.12.0) (2020-12-17)
### Features
* adds a zIndex for modal headers and open controls ([69f33ff](https://github.com/nulogy/nds-tokens/commit/69f33ff1c8ad86dfbba7de344cb4c80d98859ac4))
# [4.11.0](https://github.com/nulogy/nds-tokens/compare/v4.10.2...v4.11.0) (2020-11-23)

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

6

dist/exports.js
/**
* Do not edit directly
* Generated on Mon, 23 Nov 2020 19:35:42 GMT
* Generated on Thu, 17 Dec 2020 18:22:27 GMT
*/

@@ -89,2 +89,3 @@

export const weight_font_bold = "600";
export const z_index_modal_header_and_footer = 2;
export const z_index_table_header = 10;

@@ -94,2 +95,3 @@ export const z_index_content = 100;

export const z_index_tabs_bar = 210;
export const z_index_overlay = 1000;
export const z_index_overlay = 1000;
export const z_index_open_control = 1000;
{
"name": "@nulogy/tokens",
"version": "4.11.0",
"version": "4.12.0",
"description": "Design tokens for the Nulogy Design System - http://nulogy.design",

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

{
"zIndex": {
"modalHeaderAndFooter": {
"value": 2
},
"tableHeader": {

@@ -17,4 +20,7 @@ "value": 10

"value": 1000
},
"openControl": {
"value": "{zIndex.overlay.value}"
}
}
}

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