Socket
Socket
Sign inDemoInstall

@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.5.3 to 0.6.0-alpha.0

11

CHANGELOG.md

@@ -6,13 +6,2 @@ # 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)

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

120

dist/index.d.ts

@@ -97,36 +97,36 @@ declare module '@contentful/forma-36-tokens' {

/**
* 0px 0px 7px #3c80cf
* 0px 0px 7px #1D61AF
*/
"glowPrimary": string,
/**
* 0px 0px 7px #d9453f
* 0px 0px 7px #A03343
*/
"glowNegative": string,
/**
* 0px 0px 7px #0eb87f
* 0px 0px 7px #1D7D58
*/
"glowPositive": string,
/**
* 0px 0px 7px #ea9005
* #174E8C
*/
"glowWarning": string,
/**
* #3072be
*/
"colorBlueDark": string,
/**
* #3c80cf
* #1D61AF
*/
"colorBlueBase": string,
/**
* #4a90e2
* #2C75C9
*/
"colorBlueMid": string,
/**
* #5b9fef
* #84B9F5
*/
"colorBlueLight": string,
/**
* #0c141c
* #EDF4FC
*/
"colorBlueLightest": string,
/**
* #0C141C
*/
"colorContrastDark": string,

@@ -170,18 +170,22 @@ /**

/**
* #0baa75
* #1C583F
*/
"colorGreenDark": string,
/**
* #0eb87f
* #1D7D58
*/
"colorGreenBase": string,
/**
* #19cd91
* #0EB87F
*/
"colorGreenMid": string,
/**
* #14d997
* #8AD6B1
*/
"colorGreenLight": string,
/**
* #D9F2E4
*/
"colorGreenLightest": string,
/**
* #c5d2d8

@@ -203,18 +207,22 @@ */

/**
* #db8500
* #915B08
*/
"colorOrangeDark": string,
/**
* #ea9005
* #D28004
*/
"colorOrangeBase": string,
/**
* #fba012
* #FA9A05
*/
"colorOrangeMid": string,
/**
* #ffb239
* #FCC169
*/
"colorOrangeLight": string,
/**
* #FEE6C3
*/
"colorOrangeLightest": string,
/**
* #d2ac79

@@ -228,38 +236,46 @@ */

/**
* #cd3f39
* #772935
*/
"colorRedDark": string,
/**
* #d9453f
* #A03343
*/
"colorRedBase": string,
/**
* #e34e48
* #CC3C52
*/
"colorRedMid": string,
/**
* #f05751
* #EB8D9B
*/
"colorRedLight": string,
/**
* #3c80cf
* #FBD9DE
*/
"colorRedLightest": string,
/**
* #1D61AF
*/
"colorPrimary": string,
/**
* #0eb87f
* #1D7D58
*/
"colorPositive": string,
/**
* #d9453f
* #A03343
*/
"colorNegative": string,
/**
* #ea9005
* #D28004
*/
"colorWarning": string,
/**
* #2a3039
* #192532
*/
"colorTextDark": string,
/**
* #283848
*/
"colorTextBase": string,
/**
* #536171

@@ -269,7 +285,7 @@ */

/**
* #8091a5
* #606C7C
*/
"colorTextLight": string,
/**
* #a9b9c0
* #6A7889
*/

@@ -282,22 +298,2 @@ "colorTextLightest": 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,
/**
* 16

@@ -361,3 +357,23 @@ */

*/
"lineHeightCondensed": string
"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
}

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

@@ -30,11 +30,11 @@

"boxShadowHeavy": "0 2px 3px rgba(0, 0, 0, 0.35)",
"glowPrimary": "0px 0px 7px #3c80cf",
"glowNegative": "0px 0px 7px #d9453f",
"glowPositive": "0px 0px 7px #0eb87f",
"glowWarning": "0px 0px 7px #ea9005",
"colorBlueDark": "#3072be",
"colorBlueBase": "#3c80cf",
"colorBlueMid": "#4a90e2",
"colorBlueLight": "#5b9fef",
"colorContrastDark": "#0c141c",
"glowPrimary": "0px 0px 7px #1D61AF",
"glowNegative": "0px 0px 7px #A03343",
"glowPositive": "0px 0px 7px #1D7D58",
"colorBlueDark": "#174E8C",
"colorBlueBase": "#1D61AF",
"colorBlueMid": "#2C75C9",
"colorBlueLight": "#84B9F5",
"colorBlueLightest": "#EDF4FC",
"colorContrastDark": "#0C141C",
"colorContrastMid": "#192532",

@@ -49,6 +49,7 @@ "colorContrastLight": "#263545",

"colorElementLightest": "#f7f9fa",
"colorGreenDark": "#0baa75",
"colorGreenBase": "#0eb87f",
"colorGreenMid": "#19cd91",
"colorGreenLight": "#14d997",
"colorGreenDark": "#1C583F",
"colorGreenBase": "#1D7D58",
"colorGreenMid": "#0EB87F",
"colorGreenLight": "#8AD6B1",
"colorGreenLightest": "#D9F2E4",
"colorIceDark": "#c5d2d8",

@@ -58,26 +59,24 @@ "colorIceMid": "#e8f7ff",

"colorMintMid": "#f4fffb",
"colorOrangeDark": "#db8500",
"colorOrangeBase": "#ea9005",
"colorOrangeMid": "#fba012",
"colorOrangeLight": "#ffb239",
"colorOrangeDark": "#915B08",
"colorOrangeBase": "#D28004",
"colorOrangeMid": "#FA9A05",
"colorOrangeLight": "#FCC169",
"colorOrangeLightest": "#FEE6C3",
"colorPeachDark": "#d2ac79",
"colorPeachMid": "#ffe9cc",
"colorRedDark": "#cd3f39",
"colorRedBase": "#d9453f",
"colorRedMid": "#e34e48",
"colorRedLight": "#f05751",
"colorPrimary": "#3c80cf",
"colorPositive": "#0eb87f",
"colorNegative": "#d9453f",
"colorWarning": "#ea9005",
"colorTextDark": "#2a3039",
"colorRedDark": "#772935",
"colorRedBase": "#A03343",
"colorRedMid": "#CC3C52",
"colorRedLight": "#EB8D9B",
"colorRedLightest": "#FBD9DE",
"colorPrimary": "#1D61AF",
"colorPositive": "#1D7D58",
"colorNegative": "#A03343",
"colorWarning": "#D28004",
"colorTextDark": "#192532",
"colorTextBase": "#283848",
"colorTextMid": "#536171",
"colorTextLight": "#8091a5",
"colorTextLightest": "#a9b9c0",
"colorTextLight": "#606C7C",
"colorTextLightest": "#6A7889",
"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",

@@ -97,4 +96,9 @@ "fontSize3Xl": "2.1875rem",

"lineHeightDefault": "1.5",
"lineHeightCondensed": "1.25"
"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)"
}

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

{"glow-primary":"0px 0px 7px #3c80cf","glow-negative":"0px 0px 7px #d9453f","glow-positive":"0px 0px 7px #0eb87f","glow-warning":"0px 0px 7px #ea9005"}
{"glow-primary":"0px 0px 7px #1D61AF","glow-negative":"0px 0px 7px #A03343","glow-positive":"0px 0px 7px #1D7D58"}

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

{"color-blue-dark":"#3072be","color-blue-base":"#3c80cf","color-blue-mid":"#4a90e2","color-blue-light":"#5b9fef"}
{"color-blue-dark":"#174E8C","color-blue-base":"#1D61AF","color-blue-mid":"#2C75C9","color-blue-light":"#84B9F5","color-blue-lightest":"#EDF4FC"}

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

{"color-contrast-dark":"#0c141c","color-contrast-mid":"#192532","color-contrast-light":"#263545"}
{"color-contrast-dark":"#0C141C","color-contrast-mid":"#192532","color-contrast-light":"#263545"}

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

{"color-green-dark":"#0baa75","color-green-base":"#0eb87f","color-green-mid":"#19cd91","color-green-light":"#14d997"}
{"color-green-dark":"#1C583F","color-green-base":"#1D7D58","color-green-mid":"#0EB87F","color-green-light":"#8AD6B1","color-green-lightest":"#D9F2E4"}

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

{"color-orange-dark":"#db8500","color-orange-base":"#ea9005","color-orange-mid":"#fba012","color-orange-light":"#ffb239"}
{"color-orange-dark":"#915B08","color-orange-base":"#D28004","color-orange-mid":"#FA9A05","color-orange-light":"#FCC169","color-orange-lightest":"#FEE6C3"}

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

{"color-red-dark":"#cd3f39","color-red-base":"#d9453f","color-red-mid":"#e34e48","color-red-light":"#f05751"}
{"color-red-dark":"#772935","color-red-base":"#A03343","color-red-mid":"#CC3C52","color-red-light":"#EB8D9B","color-red-lightest":"#FBD9DE"}

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

{"color-primary":"#3c80cf","color-positive":"#0eb87f","color-negative":"#d9453f","color-warning":"#ea9005"}
{"color-primary":"#1D61AF","color-positive":"#1D7D58","color-negative":"#A03343","color-warning":"#D28004"}

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

{"color-text-dark":"#2a3039","color-text-mid":"#536171","color-text-light":"#8091a5","color-text-lightest":"#a9b9c0"}
{"color-text-dark":"#192532","color-text-base":"#283848","color-text-mid":"#536171","color-text-light":"#606C7C","color-text-lightest":"#6A7889"}
{
"name": "@contentful/forma-36-tokens",
"description": "Forma 36 Tokens",
"version": "0.5.3",
"version": "0.6.0-alpha.0",
"main": "dist/index.js",

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

},
"gitHead": "4d3ae886fea9ef45e508dbc6d806c119592fcfb3"
"gitHead": "9176390209c9399cb03f76d4ef151d09d39d94e5"
}

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

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