@pluralsight/design-tokens
Advanced tools
Comparing version 0.7.1-next-1a8d63 to 0.7.1-next-2130df
/** | ||
* Do not edit directly | ||
* Generated on Tue, 12 Sep 2023 15:22:24 GMT | ||
* Generated on Mon, 16 Oct 2023 16:14:07 GMT | ||
*/ | ||
@@ -60,2 +60,2 @@ | ||
export const psWarningTextWeak : string; | ||
export const psWarningTextMedium : string; | ||
export const psWarningTextMedium : string; |
/** | ||
* Do not edit directly | ||
* Generated on Tue, 12 Sep 2023 15:22:24 GMT | ||
* Generated on Mon, 16 Oct 2023 16:14:07 GMT | ||
*/ | ||
@@ -60,2 +60,2 @@ | ||
export const psWarningTextWeakLight : string; | ||
export const psWarningTextMediumLight : string; | ||
export const psWarningTextMediumLight : string; |
/** | ||
* Do not edit directly | ||
* Generated on Tue, 12 Sep 2023 15:22:24 GMT | ||
* Generated on Mon, 16 Oct 2023 16:14:07 GMT | ||
*/ | ||
@@ -60,2 +60,2 @@ | ||
export const psWarningTextWeak : string; | ||
export const psWarningTextMedium : string; | ||
export const psWarningTextMedium : string; |
191
package.json
{ | ||
"name": "@pluralsight/design-tokens", | ||
"version": "0.7.1-next-1a8d63", | ||
"description": "Design tokens for Pluralsight.", | ||
"type": "module", | ||
"main": "npm/index.cjs", | ||
"module": "npm/wrapper.mjs", | ||
"types": "npm/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./npm/wrapper.mjs", | ||
"require": "./npm/index.cjs", | ||
"types": "./npm/index.d.ts" | ||
}, | ||
"./light": { | ||
"import": "./npm/light/light.mjs", | ||
"require": "./npm/light/light.cjs", | ||
"types": "./npm/light/light.d.ts" | ||
}, | ||
"./meta/cssProperties": { | ||
"import": "./npm/meta/cssProperties.mjs", | ||
"require": "./npm/meta/cssProperties.js", | ||
"types": "./npm/meta/cssProperties.d.ts" | ||
}, | ||
"./meta/normalize.json": "./npm/meta/normalize.json", | ||
"./normalize.css": "./npm/normalize/normalize.css" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"light": [ | ||
"npm/light/light.d.ts" | ||
], | ||
"meta/cssProperties": [ | ||
"npm/meta/cssProperties.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
"npm/**/*", | ||
"fonts.css" | ||
], | ||
"sideEffects": [ | ||
"npm/**/*.css", | ||
"npm/**/*.scss", | ||
"npm/meta/normalize.json" | ||
], | ||
"devDependencies": { | ||
"@types/tinycolor2": "^1", | ||
"@types/yaml": "^1", | ||
"change-case": "^4.1.2", | ||
"fs-extra": "^11.1.0", | ||
"postcss": "^8.4.23", | ||
"sass": "^1.50.0", | ||
"style-dictionary": "^3.7.0", | ||
"stylelint": "^15.10.1", | ||
"stylelint-config-prettier": "^9.0.5", | ||
"stylelint-config-standard": "^34.0.0", | ||
"stylelint-config-standard-scss": "^11.0.0", | ||
"stylelint-order": "^6.0.3", | ||
"stylelint-prettier": "^4.0.0", | ||
"tinycolor2": "^1.4.2", | ||
"yaml": "^2.2.2" | ||
}, | ||
"keywords": [ | ||
"pluralsight", | ||
"pluralsight design", | ||
"pluralsight tokens", | ||
"design system", | ||
"design tokens" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"author": "Design System Team", | ||
"bugs": { | ||
"url": "https://github.com/pluralsight/pando/issues" | ||
}, | ||
"homepage": "https://design.pluralsight.com/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/pluralsight/pando.git", | ||
"directory": "packages/design-tokens" | ||
}, | ||
"license": "Apache 2.0", | ||
"packageManager": "pnpm@8.6.11", | ||
"scripts": { | ||
"build": "node ./build.cjs && pnpm compile:normalize", | ||
"compile:normalize": "sass ./normalize.scss ./npm/normalize/normalize.css", | ||
"fix:css": "stylelint --fix \"./**/*.@(css|scss)\"", | ||
"lint:css": "stylelint \"./**/*.@(css|scss)\" --max-warnings 0", | ||
"lint:js": "eslint --max-warnings 0 \"./**/*.@(cjs|mjs)\"", | ||
"lint:ts": "echo \"Typescript is not used in design-tokens.\"", | ||
"prebuild": "rm -rf npm", | ||
"test": "" | ||
} | ||
} | ||
"name": "@pluralsight/design-tokens", | ||
"version": "0.7.1-next-2130df", | ||
"description": "Design tokens for Pluralsight.", | ||
"type": "module", | ||
"main": "npm/index.cjs", | ||
"module": "npm/wrapper.mjs", | ||
"types": "npm/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./npm/wrapper.mjs", | ||
"require": "./npm/index.cjs", | ||
"types": "./npm/index.d.ts" | ||
}, | ||
"./light": { | ||
"import": "./npm/light/light.mjs", | ||
"require": "./npm/light/light.cjs", | ||
"types": "./npm/light/light.d.ts" | ||
}, | ||
"./meta/cssProperties": { | ||
"import": "./npm/meta/cssProperties.mjs", | ||
"require": "./npm/meta/cssProperties.js", | ||
"types": "./npm/meta/cssProperties.d.ts" | ||
}, | ||
"./meta/normalize.json": "./npm/meta/normalize.json", | ||
"./normalize.css": "./npm/normalize/normalize.css" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"light": [ | ||
"npm/light/light.d.ts" | ||
], | ||
"meta/cssProperties": [ | ||
"npm/meta/cssProperties.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
"npm/**/*", | ||
"fonts.css" | ||
], | ||
"sideEffects": [ | ||
"npm/**/*.css", | ||
"npm/**/*.scss", | ||
"npm/meta/normalize.json" | ||
], | ||
"scripts": { | ||
"build": "bun run ./build.cjs && bun run compile:normalize", | ||
"compile:normalize": "sass ./normalize.scss ./npm/normalize/normalize.css", | ||
"fix:css": "stylelint --fix \"./**/*.@(css|scss)\"", | ||
"lint:css": "stylelint \"./**/*.@(css|scss)\" --max-warnings 0", | ||
"lint:js": "eslint --max-warnings 0 \"./**/*.@(cjs|mjs)\"", | ||
"lint:ts": "echo \"Typescript is not used in design-tokens.\"", | ||
"prebuild": "rm -rf npm", | ||
"prepublishOnly": "bun run build", | ||
"test": "echo \"No tests for design-tokens.\"" | ||
}, | ||
"devDependencies": { | ||
"@types/tinycolor2": "^1", | ||
"@types/yaml": "^1", | ||
"change-case": "^4.1.2", | ||
"fs-extra": "^11.1.0", | ||
"postcss": "^8.4.23", | ||
"sass": "^1.50.0", | ||
"style-dictionary": "^3.7.0", | ||
"stylelint": "^15.10.1", | ||
"stylelint-config-prettier": "^9.0.5", | ||
"stylelint-config-standard": "^34.0.0", | ||
"stylelint-config-standard-scss": "^11.0.0", | ||
"stylelint-order": "^6.0.3", | ||
"stylelint-prettier": "^4.0.0", | ||
"tinycolor2": "^1.4.2", | ||
"yaml": "^2.2.2" | ||
}, | ||
"keywords": [ | ||
"pluralsight", | ||
"pluralsight design", | ||
"pluralsight tokens", | ||
"design system", | ||
"design tokens" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"author": "Design System Team", | ||
"bugs": { | ||
"url": "https://github.com/pluralsight/pando/issues" | ||
}, | ||
"homepage": "https://design.pluralsight.com/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/pluralsight/pando.git", | ||
"directory": "packages/design-tokens" | ||
}, | ||
"license": "Apache 2.0", | ||
"packageManager": "bun@1.0.6" | ||
} |
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
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
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 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
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 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
1571
64843
19