Socket
Socket
Sign inDemoInstall

@contentful/forma-36-tokens

Package Overview
Dependencies
Maintainers
116
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.11.1 to 0.11.2

11

CHANGELOG.md

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

## [0.11.2](https://github.com/contentful/forma-36/compare/@contentful/forma-36-tokens@0.11.1...@contentful/forma-36-tokens@0.11.2) (2022-03-03)
### Bug Fixes
* fix erroneous use of rgb with 4 arguments (rgba) ([#1920](https://github.com/contentful/forma-36/issues/1920)) ([2a47676](https://github.com/contentful/forma-36/commit/2a476760e8df1ce15a045a576d81b4ac1fd0a663))
## [0.11.1](https://github.com/contentful/forma-36/compare/@contentful/forma-36-tokens@0.11.0...@contentful/forma-36-tokens@0.11.1) (2021-08-06)

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

18

dist/index.d.ts

@@ -89,4 +89,12 @@ declare module '@contentful/forma-36-tokens' {

/**
* @description 0px 1px 0px rgb(25, 37, 50, 0.1)
* @description 4px
*/
"borderRadiusSmall": string,
/**
* @description 6px
*/
"borderRadiusMedium": string,
/**
* @description 0px 1px 0px rgba(25, 37, 50, 0.1)
*/
"boxShadowPositive": string,

@@ -126,10 +134,2 @@ /**

/**
* @description 4px
*/
"borderRadiusSmall": string,
/**
* @description 6px
*/
"borderRadiusMedium": string,
/**
* @description #0C141C

@@ -136,0 +136,0 @@ */

@@ -28,3 +28,5 @@

"zIndexNotification": 100000,
"boxShadowPositive": "0px 1px 0px rgb(25, 37, 50, 0.1)",
"borderRadiusSmall": "4px",
"borderRadiusMedium": "6px",
"boxShadowPositive": "0px 1px 0px rgba(25, 37, 50, 0.1)",
"boxShadowDefault": "0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px 3px 7px -3px rgba(25, 37, 50, 0.1), 0px 6px 12px -2px rgba(25, 37, 50, 0.1);",

@@ -38,4 +40,2 @@ "boxShadowHeavy": "0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px -6px 16px -6px rgba(25, 37, 50, 0.03), 0px 8px 16px -8px rgba(25, 37, 50, 0.2), 0px 13px 27px -5px rgba(25, 37, 50, 0.15);",

"glowMuted": "0px 0px 0px 3px #E7EBEE",
"borderRadiusSmall": "4px",
"borderRadiusMedium": "6px",
"colorBlack": "#0C141C",

@@ -42,0 +42,0 @@ "colorBlueLightest": "#E8F5FF",

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

{"box-shadow-positive":"0px 1px 0px rgb(25, 37, 50, 0.1)","box-shadow-default":"0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px 3px 7px -3px rgba(25, 37, 50, 0.1), 0px 6px 12px -2px rgba(25, 37, 50, 0.1);","box-shadow-heavy":"0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px -6px 16px -6px rgba(25, 37, 50, 0.03), 0px 8px 16px -8px rgba(25, 37, 50, 0.2), 0px 13px 27px -5px rgba(25, 37, 50, 0.15);","inset-box-shadow-default":"inset 0px 2px 0px rgba(225, 228, 232, 0.2);"}
{"box-shadow-positive":"0px 1px 0px rgba(25, 37, 50, 0.1)","box-shadow-default":"0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px 3px 7px -3px rgba(25, 37, 50, 0.1), 0px 6px 12px -2px rgba(25, 37, 50, 0.1);","box-shadow-heavy":"0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px -6px 16px -6px rgba(25, 37, 50, 0.03), 0px 8px 16px -8px rgba(25, 37, 50, 0.2), 0px 13px 27px -5px rgba(25, 37, 50, 0.15);","inset-box-shadow-default":"inset 0px 2px 0px rgba(225, 228, 232, 0.2);"}
{
"name": "@contentful/forma-36-tokens",
"description": "Forma 36 Tokens",
"version": "0.11.1",
"version": "0.11.2",
"main": "dist/index.js",

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

},
"gitHead": "7902c60dcfff71f08e0a2c5d5bb7ae38a55cadd8"
"gitHead": "8604fe643a440edbd5f35cf59a2d84e977258b8a"
}

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