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

@contentful/forma-36-tokens

Package Overview
Dependencies
Maintainers
84
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/forma-36-tokens - npm Package Compare versions

Comparing version 0.6.0-alpha.0 to 0.6.1-alpha.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.5.3](https://github.com/contentful/forma-36/compare/@contentful/forma-36-tokens@0.5.2...@contentful/forma-36-tokens@0.5.3) (2020-05-20)
### Bug Fixes
* **button:** CSS variable references in Button.css ([0674d24](https://github.com/contentful/forma-36/commit/0674d244ebb7492ddcb670fe602792acfbb23505))
## 0.5.2 (2020-04-03)

@@ -8,0 +19,0 @@

46

dist/index.d.ts

@@ -109,2 +109,6 @@ declare module '@contentful/forma-36-tokens' {

/**
* 0px 0px 7px #D28004
*/
"glowWarning": string,
/**
* #174E8C

@@ -294,2 +298,22 @@ */

/**
* 0.1s
*/
"transitionDurationShort": string,
/**
* 0.2s
*/
"transitionDurationDefault": string,
/**
* 0.3s
*/
"transitionDurationLong": string,
/**
* ease-in-out
*/
"transitionEasingDefault": string,
/**
* cubic-bezier(0.13, 0.62, 0.11, 0.99)
*/
"transitionEasingCubicBezier": string,
/**
* 16

@@ -353,23 +377,3 @@ */

*/
"lineHeightCondensed": string,
/**
* 0.1s
*/
"transitionDurationShort": string,
/**
* 0.2s
*/
"transitionDurationDefault": string,
/**
* 0.3s
*/
"transitionDurationLong": string,
/**
* ease-in-out
*/
"transitionEasingDefault": string,
/**
* cubic-bezier(0.13, 0.62, 0.11, 0.99)
*/
"transitionEasingCubicBezier": string
"lineHeightCondensed": string
}

@@ -376,0 +380,0 @@ const tokens: F36Tokens;

@@ -33,2 +33,3 @@

"glowPositive": "0px 0px 7px #1D7D58",
"glowWarning": "0px 0px 7px #D28004",
"colorBlueDark": "#174E8C",

@@ -80,2 +81,7 @@ "colorBlueBase": "#1D61AF",

"colorWhite": "#ffffff",
"transitionDurationShort": "0.1s",
"transitionDurationDefault": "0.2s",
"transitionDurationLong": "0.3s",
"transitionEasingDefault": "ease-in-out",
"transitionEasingCubicBezier": "cubic-bezier(0.13, 0.62, 0.11, 0.99)",
"fontBaseDefault": "16",

@@ -95,9 +101,4 @@ "fontSize3Xl": "2.1875rem",

"lineHeightDefault": "1.5",
"lineHeightCondensed": "1.25",
"transitionDurationShort": "0.1s",
"transitionDurationDefault": "0.2s",
"transitionDurationLong": "0.3s",
"transitionEasingDefault": "ease-in-out",
"transitionEasingCubicBezier": "cubic-bezier(0.13, 0.62, 0.11, 0.99)"
"lineHeightCondensed": "1.25"
}

@@ -1,1 +0,1 @@

{"glow-primary":"0px 0px 7px #1D61AF","glow-negative":"0px 0px 7px #A03343","glow-positive":"0px 0px 7px #1D7D58"}
{"glow-primary":"0px 0px 7px #1D61AF","glow-negative":"0px 0px 7px #A03343","glow-positive":"0px 0px 7px #1D7D58","glow-warning":"0px 0px 7px #D28004"}
{
"name": "@contentful/forma-36-tokens",
"description": "Forma 36 Tokens",
"version": "0.6.0-alpha.0",
"version": "0.6.1-alpha.0",
"main": "dist/index.js",

@@ -26,3 +26,3 @@ "types": "dist/index.d.ts",

},
"gitHead": "9176390209c9399cb03f76d4ef151d09d39d94e5"
"gitHead": "48fcd79cf2f62a94463b9f41206edaec6e71d67f"
}

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