@contentful/f36-tokens
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -353,11 +353,11 @@ declare module '@contentful/f36-tokens' { | ||
/** | ||
* @description #036FE3 | ||
* @description #0059C8 | ||
*/ | ||
"colorPrimary": string, | ||
/** | ||
* @description #008539 | ||
* @description #006D23 | ||
*/ | ||
"colorPositive": string, | ||
/** | ||
* @description #DA294A | ||
* @description #BD002A | ||
*/ | ||
@@ -364,0 +364,0 @@ "colorNegative": string, |
@@ -135,5 +135,5 @@ | ||
"red900": "#72000E", | ||
"colorPrimary": "#036FE3", | ||
"colorPositive": "#008539", | ||
"colorNegative": "#DA294A", | ||
"colorPrimary": "#0059C8", | ||
"colorPositive": "#006D23", | ||
"colorNegative": "#BD002A", | ||
"colorWarning": "#F07F23", | ||
@@ -140,0 +140,0 @@ "colorTextDark": "#111B2B", |
@@ -1,1 +0,1 @@ | ||
{"color-primary":"#036FE3","color-positive":"#008539","color-negative":"#DA294A","color-warning":"#F07F23"} | ||
{"color-primary":"#0059C8","color-positive":"#006D23","color-negative":"#BD002A","color-warning":"#F07F23"} |
{ | ||
"name": "@contentful/f36-tokens", | ||
"description": "Forma 36 Tokens", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"main": "dist/index.js", | ||
@@ -13,3 +13,3 @@ "types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"fs-extra": "^10.0.0", | ||
"fs-extra": "^11.1.0", | ||
"globby": "^10.0.1" | ||
@@ -20,8 +20,8 @@ }, | ||
"build:tokens": "node tools/build.js", | ||
"build": "yarn build:clean && yarn build:tokens" | ||
"build": "npm run-script build:clean && npm run-script build:tokens", | ||
"build:types": "tsc src/**/*.js --declaration --emitDeclarationOnly --declarationDir dist --jsx preserve" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "e3e979f182b1386de7209705403030cdbb92d71b" | ||
} | ||
} |
@@ -43,3 +43,3 @@ # Forma 36 Tokens | ||
For local development run `yarn` from the root of this repo to install all dependencies and run `yarn build` from the root of this repo to build all packages. | ||
For local development run `npm i` from the root of this repo to install all dependencies and run `npm run-script build` from the root of this repo to build all packages. | ||
@@ -86,3 +86,3 @@ All tokens are kept in the `src/tokens` directory and organised as so: | ||
```bash | ||
yarn build | ||
npm run-script build | ||
``` | ||
@@ -89,0 +89,0 @@ |
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
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
57073
159