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

@navikt/ds-tokens

Package Overview
Dependencies
Maintainers
3
Versions
382
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@navikt/ds-tokens - npm Package Compare versions

Comparing version 7.5.3 to 7.6.0

5

dist/darkside/tokens-cjs.js

@@ -212,2 +212,3 @@ /**

"TextIcon": "var(--ax-text-icon)",
"TextLogo": "var(--ax-text-logo)",
"BorderNeutral": "var(--ax-border-neutral)",

@@ -262,2 +263,6 @@ "BorderNeutralSubtle": "var(--ax-border-neutral-subtle)",

"BorderFocus": "var(--ax-border-focus)",
/**
* Used for dialog elements like modals and popovers.
*/
"ShadowDialog": "var(--ax-shadow-dialog)",
"Neutral100": "var(--ax-neutral-100)",

@@ -264,0 +269,0 @@ "Neutral200": "var(--ax-neutral-200)",

@@ -211,2 +211,3 @@ /**

export const TextIcon = "var(--ax-text-icon)";
export const TextLogo = "var(--ax-text-logo)";
export const BorderNeutral = "var(--ax-border-neutral)";

@@ -261,2 +262,6 @@ export const BorderNeutralSubtle = "var(--ax-border-neutral-subtle)";

export const BorderFocus = "var(--ax-border-focus)";
/**
* Used for dialog elements like modals and popovers.
*/
export const ShadowDialog = "var(--ax-shadow-dialog)";
export const Neutral100 = "var(--ax-neutral-100)";

@@ -263,0 +268,0 @@ export const Neutral200 = "var(--ax-neutral-200)";

@@ -211,2 +211,3 @@ /**

export const TextIcon = "var(--ax-text-icon)";
export const TextLogo = "var(--ax-text-logo)";
export const BorderNeutral = "var(--ax-border-neutral)";

@@ -261,2 +262,6 @@ export const BorderNeutralSubtle = "var(--ax-border-neutral-subtle)";

export const BorderFocus = "var(--ax-border-focus)";
/**
* Used for dialog elements like modals and popovers.
*/
export const ShadowDialog = "var(--ax-shadow-dialog)";
export const Neutral100 = "var(--ax-neutral-100)";

@@ -263,0 +268,0 @@ export const Neutral200 = "var(--ax-neutral-200)";

2

package.json
{
"name": "@navikt/ds-tokens",
"version": "7.5.3",
"version": "7.6.0",
"description": "Design-tokens for NAV designsystem",

@@ -5,0 +5,0 @@ "author": "Aksel | NAV designsystem team",

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