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
42
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 0.1.0-beta.1 to 0.1.0-beta.2

9

dist/tokens.js
/**
* Do not edit directly
* Generated on Fri, 22 Jan 2021 15:06:47 GMT
* Generated on Fri, 12 Feb 2021 14:40:22 GMT
*/

@@ -122,2 +122,9 @@

export const NavdsTextShadow = "0 0 0 2px #254B6D";
export const NavdsContentContainerMaxWidth = "79.5rem";
export const NavdsContentContainerPaddingSmall = "1rem";
export const NavdsContentContainerPaddingMediumAndLarger = "1.5rem";
export const NavdsGridGutterSmall = "1rem";
export const NavdsGridGutterMediumAndLarger = "1.5rem";
export const NavdsLayoutPaddingSmall = "1rem";
export const NavdsLayoutPaddingMediumAndLarger = "2.5rem";
export const NavdsZIndexModalContent = "1010";

@@ -124,0 +131,0 @@ export const NavdsZIndexModalOverlay = "1000";

2

package.json
{
"name": "@navikt/ds-tokens",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"private": false,

@@ -5,0 +5,0 @@ "description": "Auto-generated design-tokens for NAV design-systems framework",

@@ -159,2 +159,21 @@ const Color = require("color");

},
contentContainer: {
maxWidth: { value: "79.5rem" },
padding: {
small: { value: "1rem" },
mediumAndLarger: { value: "1.5rem" },
},
},
grid: {
gutter: {
small: { value: "1rem" },
mediumAndLarger: { value: "1.5rem" },
},
},
layout: {
padding: {
small: { value: "1rem" },
mediumAndLarger: { value: "2.5rem" },
},
},
z: {

@@ -161,0 +180,0 @@ index: {

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