New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nordhealth/tokens

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nordhealth/tokens - npm Package Compare versions

Comparing version 5.3.0 to 5.4.0

11

lib/tokens.common.js

@@ -91,9 +91,8 @@ module.exports = {

nIndexSticky: "300",
nIndexHeader: "400",
nIndexToast: "500",
nIndexDropdown: "600",
nIndexOverlay: "700",
nIndexSpinner: "800",
nIndexNav: "400",
nIndexOverlay: "500",
nIndexSpinner: "600",
nIndexPopout: "700",
nIndexToast: "800",
nIndexModal: "900",
nIndexPopout: "950",
};

@@ -763,6 +763,6 @@ {

"category": "z-index",
"name": "nIndexHeader",
"name": "nIndexNav",
"value": "400",
"title": "Z-Index: Header",
"description": "Default z-index for header."
"title": "Z-Index: Navigation",
"description": "Default z-index for navigation."
},

@@ -772,6 +772,6 @@ {

"category": "z-index",
"name": "nIndexToast",
"name": "nIndexOverlay",
"value": "500",
"title": "Z-Index: Toast",
"description": "Default z-index for toast messages."
"title": "Z-Index: Overlay",
"description": "Default z-index for modal and popup overlays."
},

@@ -781,6 +781,6 @@ {

"category": "z-index",
"name": "nIndexDropdown",
"name": "nIndexSpinner",
"value": "600",
"title": "Z-Index: Dropdown",
"description": "Default z-index for dropdowns which makes sure the dropdown stacks above toasts and sticky elements."
"title": "Z-Index: Spinner",
"description": "Default z-index for spinners, stacking on top of overlay."
},

@@ -790,6 +790,6 @@ {

"category": "z-index",
"name": "nIndexOverlay",
"name": "nIndexPopout",
"value": "700",
"title": "Z-Index: Overlay",
"description": "Default z-index for modal and popup overlays."
"title": "Z-Index: Popout",
"description": "Default z-index for popouts that stacks on top of all other elements."
},

@@ -799,6 +799,6 @@ {

"category": "z-index",
"name": "nIndexSpinner",
"name": "nIndexToast",
"value": "800",
"title": "Z-Index: Spinner",
"description": "Default z-index for spinners, stacking on top of overlay."
"title": "Z-Index: Toast",
"description": "Default z-index for toast messages."
},

@@ -812,12 +812,4 @@ {

"description": "Default z-index for modals that stacks on top of overlays and other elements, but still allows popups to be visible."
},
{
"type": "number",
"category": "z-index",
"name": "nIndexPopout",
"value": "950",
"title": "Z-Index: Popout",
"description": "Default z-index for popouts that stacks on top of all other elements."
}
]
}

@@ -91,9 +91,8 @@ {

"n_index_sticky": "300",
"n_index_header": "400",
"n_index_toast": "500",
"n_index_dropdown": "600",
"n_index_overlay": "700",
"n_index_spinner": "800",
"n_index_modal": "900",
"n_index_popout": "950"
"n_index_nav": "400",
"n_index_overlay": "500",
"n_index_spinner": "600",
"n_index_popout": "700",
"n_index_toast": "800",
"n_index_modal": "900"
}

@@ -872,45 +872,45 @@ {

},
"n_index_header": {
"n_index_nav": {
"type": "number",
"category": "z-index",
"name": "n_index_header",
"name": "n_index_nav",
"value": "400",
"title": "Z-Index: Header",
"description": "Default z-index for header.",
"title": "Z-Index: Navigation",
"description": "Default z-index for navigation.",
"originalValue": "400"
},
"n_index_toast": {
"n_index_overlay": {
"type": "number",
"category": "z-index",
"name": "n_index_toast",
"name": "n_index_overlay",
"value": "500",
"title": "Z-Index: Toast",
"description": "Default z-index for toast messages.",
"title": "Z-Index: Overlay",
"description": "Default z-index for modal and popup overlays.",
"originalValue": "500"
},
"n_index_dropdown": {
"n_index_spinner": {
"type": "number",
"category": "z-index",
"name": "n_index_dropdown",
"name": "n_index_spinner",
"value": "600",
"title": "Z-Index: Dropdown",
"description": "Default z-index for dropdowns which makes sure the dropdown stacks above toasts and sticky elements.",
"title": "Z-Index: Spinner",
"description": "Default z-index for spinners, stacking on top of overlay.",
"originalValue": "600"
},
"n_index_overlay": {
"n_index_popout": {
"type": "number",
"category": "z-index",
"name": "n_index_overlay",
"name": "n_index_popout",
"value": "700",
"title": "Z-Index: Overlay",
"description": "Default z-index for modal and popup overlays.",
"title": "Z-Index: Popout",
"description": "Default z-index for popouts that stacks on top of all other elements.",
"originalValue": "700"
},
"n_index_spinner": {
"n_index_toast": {
"type": "number",
"category": "z-index",
"name": "n_index_spinner",
"name": "n_index_toast",
"value": "800",
"title": "Z-Index: Spinner",
"description": "Default z-index for spinners, stacking on top of overlay.",
"title": "Z-Index: Toast",
"description": "Default z-index for toast messages.",
"originalValue": "800"

@@ -926,13 +926,4 @@ },

"originalValue": "900"
},
"n_index_popout": {
"type": "number",
"category": "z-index",
"name": "n_index_popout",
"value": "950",
"title": "Z-Index: Popout",
"description": "Default z-index for popouts that stacks on top of all other elements.",
"originalValue": "950"
}
}
}
{
"name": "@nordhealth/tokens",
"version": "5.3.0",
"version": "5.4.0",
"description": "This package includes Nord Design System tokens",

@@ -37,3 +37,3 @@ "author": "Nordhealth <support@nordhealth.design>",

},
"gitHead": "e320552ebcb1fd73fb7051af0ff753444d14bfda"
"gitHead": "dc8867b204d0471b28638910e6d2914030d58da5"
}

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

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