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.13.1 to 4.14.0

7

CHANGELOG.md

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

# [4.14.0](https://github.com/nulogy/nds-tokens/compare/v4.13.1...v4.14.0) (2021-01-08)
### Features
* add navBar z-index token ([83b85d4](https://github.com/nulogy/nds-tokens/commit/83b85d48ac37f93d34c361872375b30633a814ec))
## [4.13.1](https://github.com/nulogy/nds-tokens/compare/v4.13.0...v4.13.1) (2021-01-08)

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

10

dist/exports.js
/**
* Do not edit directly
* Generated on Fri, 08 Jan 2021 17:47:01 GMT
* Generated on Fri, 08 Jan 2021 19:12:45 GMT
*/

@@ -94,5 +94,6 @@

export const z_index_tabs_bar = 210;
export const z_index_side_bar = 800;
export const z_index_nav_bar = 900;
export const z_index_overlay = 1000;
export const z_index_open_control = 1000;
export const z_index_side_bar = 999;
export const z_indices_modal_header_and_footer = 2;

@@ -103,4 +104,5 @@ export const z_indices_table_header = 10;

export const z_indices_tabs_bar = 210;
export const z_indices_side_bar = 800;
export const z_indices_nav_bar = 900;
export const z_indices_overlay = 1000;
export const z_indices_open_control = 1000;
export const z_indices_side_bar = 999;
export const z_indices_open_control = 1000;

2

package.json
{
"name": "@nulogy/tokens",
"version": "4.13.1",
"version": "4.14.0",
"description": "Design tokens for the Nulogy Design System - http://nulogy.design",

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

@@ -18,2 +18,8 @@ {

},
"sideBar": {
"value": 800
},
"navBar": {
"value": 900
},
"overlay": {

@@ -24,7 +30,4 @@ "value": 1000

"value": "{zIndex.overlay.value}"
},
"sideBar": {
"value": 999
}
}
}

@@ -18,2 +18,8 @@ {

},
"sideBar": {
"value": 800
},
"navBar": {
"value": 900
},
"overlay": {

@@ -24,7 +30,4 @@ "value": 1000

"value": "{zIndices.overlay.value}"
},
"sideBar": {
"value": 999
}
}
}

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