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

@contentful/f36-tokens

Package Overview
Dependencies
Maintainers
164
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/f36-tokens - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

6

dist/index.d.ts

@@ -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

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