@navikt/ds-tokens
Advanced tools
Comparing version 7.1.1 to 7.1.2
{ | ||
"name": "@navikt/ds-tokens", | ||
"version": "7.1.1", | ||
"version": "7.1.2", | ||
"description": "Design-tokens for NAV designsystem", | ||
@@ -22,4 +22,6 @@ "author": "Aksel | NAV designsystem team", | ||
"build": "tsx ./config/build.ts > /dev/null && tsx ./config/version-tag.ts && yarn build:darkside", | ||
"build:darkside": "tsx ./darkside && yarn build:figma-config", | ||
"build:darkside": "tsx ./darkside && yarn build:figma-config && yarn build:plugin", | ||
"build:figma-config": "tsx ./darkside/figma", | ||
"build:plugin-dev": "esbuild darkside/figma/plugin/plugin.ts --target=es2016 --bundle --define:process.env.NODE_ENV=\\\"development\\\" --outfile='darkside/figma/plugin/plugin.js'", | ||
"build:plugin": "esbuild darkside/figma/plugin/plugin.ts --target=es2016 --bundle --define:process.env.NODE_ENV=\\\"production\\\" --outfile='darkside/figma/plugin/plugin.js'", | ||
"test": "vitest run", | ||
@@ -34,5 +36,5 @@ "test:watch": "vitest watch" | ||
"devDependencies": { | ||
"@adobe/leonardo-contrast-colors": "^1.0.0", | ||
"@figma/plugin-typings": "^1.100.2", | ||
"color": "4.2.3", | ||
"esbuild": "^0.24.0", | ||
"lightningcss": "^1.27.0", | ||
@@ -39,0 +41,0 @@ "lodash": "^4.17.21", |
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
240891