@kong/design-tokens
Advanced tools
Comparing version 1.1.4 to 1.1.5-pr.29.a1cedae.0
{ | ||
"name": "@kong/design-tokens", | ||
"version": "1.1.4", | ||
"version": "1.1.5-pr.29.a1cedae.0", | ||
"description": "Kong UI Design Tokens and style dictionary", | ||
@@ -24,3 +24,3 @@ "scripts": { | ||
"main": "dist/tokens/js/cjs/index.cjs", | ||
"module": "dist/tokens/js/index.mjs", | ||
"module": "dist/tokens/js/index.js", | ||
"types": "dist/tokens/js/index.d.ts", | ||
@@ -30,4 +30,4 @@ "exports": { | ||
"import": { | ||
"default": "./dist/tokens/js/index.mjs", | ||
"types": "./dist/tokens/js/index.d.mts" | ||
"default": "./dist/tokens/js/index.js", | ||
"types": "./dist/tokens/js/index.d.ts" | ||
}, | ||
@@ -34,0 +34,0 @@ "require": { |
@@ -15,2 +15,3 @@ # Kong UI Design Tokens | ||
- [Updating Tokens \& Local Development](#updating-tokens--local-development) | ||
- [VS Code extensions](#vs-code-extensions) | ||
- [Development Sandbox](#development-sandbox) | ||
@@ -93,2 +94,21 @@ - [Lint and fix](#lint-and-fix) | ||
### VS Code extensions | ||
> Note: TODO | ||
```json | ||
{ | ||
"cssVariables.lookupFiles": [ | ||
"**/*.css", | ||
"**/*.scss", | ||
"node_modules/@kong/design-tokens/dist/tokens/css/variables.css", | ||
], | ||
"scss.scannerExclude": [ | ||
"**/.git", | ||
"**/bower_components", | ||
"**/node_modules/!(@kong/design-tokens)," | ||
], | ||
} | ||
``` | ||
### Development Sandbox | ||
@@ -95,0 +115,0 @@ |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
73020
698
196
0
1
1