@nordnet/design-tokens
Advanced tools
Comparing version 1.4.0 to 1.4.1
/** | ||
* Do not edit directly | ||
* Generated on Fri, 21 Apr 2023 13:26:03 GMT | ||
* Generated on Thu, 04 May 2023 09:07:56 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ export interface AccessibilityTheme { |
"use strict"; | ||
/** | ||
* Do not edit directly | ||
* Generated on Fri, 21 Apr 2023 13:26:03 GMT | ||
* Generated on Thu, 04 May 2023 09:07:56 GMT | ||
*/ | ||
@@ -6,0 +6,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 21 Apr 2023 13:26:03 GMT | ||
* Generated on Thu, 04 May 2023 09:07:55 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ export interface DarkTheme { |
"use strict"; | ||
/** | ||
* Do not edit directly | ||
* Generated on Fri, 21 Apr 2023 13:26:03 GMT | ||
* Generated on Thu, 04 May 2023 09:07:55 GMT | ||
*/ | ||
@@ -6,0 +6,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 21 Apr 2023 13:26:02 GMT | ||
* Generated on Thu, 04 May 2023 09:07:55 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ export interface LightTheme { |
"use strict"; | ||
/** | ||
* Do not edit directly | ||
* Generated on Fri, 21 Apr 2023 13:26:02 GMT | ||
* Generated on Thu, 04 May 2023 09:07:55 GMT | ||
*/ | ||
@@ -6,0 +6,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 21 Apr 2023 13:26:03 GMT | ||
* Generated on Thu, 04 May 2023 09:07:56 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ export interface AccessibilityTheme { |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 21 Apr 2023 13:26:03 GMT | ||
* Generated on Thu, 04 May 2023 09:07:56 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ export const colors = { |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 21 Apr 2023 13:26:03 GMT | ||
* Generated on Thu, 04 May 2023 09:07:55 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ export interface DarkTheme { |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 21 Apr 2023 13:26:03 GMT | ||
* Generated on Thu, 04 May 2023 09:07:55 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ export const colors = { |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 21 Apr 2023 13:26:02 GMT | ||
* Generated on Thu, 04 May 2023 09:07:55 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ export interface LightTheme { |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 21 Apr 2023 13:26:02 GMT | ||
* Generated on Thu, 04 May 2023 09:07:55 GMT | ||
*/ | ||
@@ -5,0 +5,0 @@ export const colors = { |
{ | ||
"name": "@nordnet/design-tokens", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "", | ||
"engines": { | ||
"node": "=v18.13.0" | ||
}, | ||
"scripts": { | ||
"prebuild": "rimraf dist", | ||
"build": "npm run transform-tokens && npm run tsc && npm run copy:css && npm run copy:json", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "npm run transform-tokens && npm run tsc:build && npm run copy:css && npm run copy:json", | ||
"pretransform-tokens": "rimraf src/generated", | ||
"transform-tokens": "node transformTokens.js", | ||
"semantic-release": "semantic-release", | ||
"tsc": "tsc --outDir dist/esm && tsc -m commonjs --outDir dist/cjs", | ||
"tsc": "tsc --noEmit", | ||
"tsc:build": "tsc --outDir dist/esm && tsc -m commonjs --outDir dist/cjs", | ||
"copy:css": "copyfiles -u 1 src/generated/css/*.css dist/esm && copyfiles -u 1 src/generated/css/*.css dist/cjs", | ||
"copy:json": "copyfiles -u 1 src/generated/json/*.json dist/esm && copyfiles -u 1 src/generated/json/*.json dist/cjs" | ||
"copy:json": "copyfiles -u 1 src/generated/json/*.json dist/esm && copyfiles -u 1 src/generated/json/*.json dist/cjs", | ||
"test": "jest" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/nordnet/design-tokens.git" | ||
}, | ||
"repository": "nordnet/design-tokens", | ||
"files": [ | ||
@@ -28,8 +29,6 @@ "dist" | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/nordnet/design-tokens/issues" | ||
}, | ||
"homepage": "https://github.com/nordnet/design-tokens#readme", | ||
"devDependencies": { | ||
"@types/jest": "^29.5.1", | ||
"copyfiles": "^2.4.1", | ||
"jest": "^29.5.0", | ||
"json-to-ts": "^1.7.0", | ||
@@ -36,0 +35,0 @@ "prettier": "^2.8.7", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
1
108844
9
32
1