Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pluralsight/design-tokens

Package Overview
Dependencies
Maintainers
1
Versions
1291
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pluralsight/design-tokens - npm Package Compare versions

Comparing version 0.7.1-next-2fd432 to 0.7.1-next-3bc036

4

npm/index.d.ts
/**
* Do not edit directly
* Generated on Mon, 11 Sep 2023 15:06:11 GMT
* Generated on Tue, 17 Oct 2023 14:36:59 GMT
*/

@@ -60,2 +60,2 @@

export const psWarningTextWeak : string;
export const psWarningTextMedium : string;
export const psWarningTextMedium : string;
/**
* Do not edit directly
* Generated on Mon, 11 Sep 2023 15:06:11 GMT
* Generated on Tue, 17 Oct 2023 14:36:59 GMT
*/

@@ -60,2 +60,2 @@

export const psWarningTextWeakLight : string;
export const psWarningTextMediumLight : string;
export const psWarningTextMediumLight : string;
/**
* Do not edit directly
* Generated on Mon, 11 Sep 2023 15:06:11 GMT
* Generated on Tue, 17 Oct 2023 14:36:59 GMT
*/

@@ -60,2 +60,2 @@

export const psWarningTextWeak : string;
export const psWarningTextMedium : string;
export const psWarningTextMedium : string;
{
"name": "@pluralsight/design-tokens",
"version": "0.7.1-next-2fd432",
"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-3bc036",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc