Socket
Socket
Sign inDemoInstall

@contentful/forma-36-tokens

Package Overview
Dependencies
Maintainers
89
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.8.0 to 0.8.1

11

CHANGELOG.md

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

## [0.8.1](https://github.com/contentful/forma-36/compare/@contentful/forma-36-tokens@0.8.0...@contentful/forma-36-tokens@0.8.1) (2020-10-01)
### Bug Fixes
* **tooltip:** return children if no content provided and add z-index ([#579](https://github.com/contentful/forma-36/issues/579)) ([5bc8858](https://github.com/contentful/forma-36/commit/5bc8858de8b8132f8845e8e9ed0650de848088e7))
# [0.8.0](https://github.com/contentful/forma-36/compare/@contentful/forma-36-tokens@0.7.3...@contentful/forma-36-tokens@0.8.0) (2020-08-24)

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

18

dist/index.d.ts

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

*/
"zIndexNegative": string,
"zIndexNegative": number,
/**
* 0
*/
"zIndexWorkbench": string,
"zIndexWorkbench": number,
/**
* 1
*/
"zIndexDefault": string,
"zIndexDefault": number,
/**
* 10
*/
"zIndexWorkbenchHeader": string,
"zIndexWorkbenchHeader": number,
/**
* 100
*/
"zIndexModal": string,
"zIndexModal": number,
/**
* 101
*/
"zIndexModalContent": string,
"zIndexModalContent": number,
/**
* 1000
*/
"zIndexDropdown": string,
"zIndexDropdown": number,
/**
* 10000
*/
"zIndexTooltip": string,
"zIndexTooltip": number,
/**
* 100000
*/
"zIndexNotification": string,
"zIndexNotification": number,
/**

@@ -90,0 +90,0 @@ * 0 1px 3px rgba(0, 0, 0, 0.08)

@@ -19,11 +19,11 @@

"spacing4Xl": "5rem",
"zIndexNegative": "-1",
"zIndexWorkbench": "0",
"zIndexDefault": "1",
"zIndexWorkbenchHeader": "10",
"zIndexModal": "100",
"zIndexModalContent": "101",
"zIndexDropdown": "1000",
"zIndexTooltip": "10000",
"zIndexNotification": "100000",
"zIndexNegative": -1,
"zIndexWorkbench": 0,
"zIndexDefault": 1,
"zIndexWorkbenchHeader": 10,
"zIndexModal": 100,
"zIndexModalContent": 101,
"zIndexDropdown": 1000,
"zIndexTooltip": 10000,
"zIndexNotification": 100000,
"boxShadowDefault": "0 1px 3px rgba(0, 0, 0, 0.08)",

@@ -30,0 +30,0 @@ "boxShadowHeavy": "0 2px 3px rgba(0, 0, 0, 0.35)",

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

{"z-index-negative":"-1","z-index-workbench":"0","z-index-default":"1","z-index-workbench-header":"10","z-index-modal":"100","z-index-modal-content":"101","z-index-dropdown":"1000","z-index-tooltip":"10000","z-index-notification":"100000"}
{"z-index-negative":-1,"z-index-workbench":0,"z-index-default":1,"z-index-workbench-header":10,"z-index-modal":100,"z-index-modal-content":101,"z-index-dropdown":1000,"z-index-tooltip":10000,"z-index-notification":100000}
{
"name": "@contentful/forma-36-tokens",
"description": "Forma 36 Tokens",
"version": "0.8.0",
"version": "0.8.1",
"main": "dist/index.js",

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

},
"gitHead": "d195daa9658571ef3f6dc67e53113733ffd29e7c"
"gitHead": "c7a286c78d4b5767efd4121310950073f0a6d2d6"
}
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