@navikt/ds-tokens
Advanced tools
Comparing version 0.1.0-beta.1 to 0.1.0-beta.2
/** | ||
* 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"; |
{ | ||
"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
26972
450