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

@contentful/f36-core

Package Overview
Dependencies
Maintainers
133
Versions
406
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/f36-core - npm Package Compare versions

Comparing version 4.20.2 to 4.20.3

6

CHANGELOG.md
# Change Log
## 4.20.3
### Patch Changes
- [#2227](https://github.com/contentful/forma-36/pull/2227) [`d3c27ab8`](https://github.com/contentful/forma-36/commit/d3c27ab830ec9c2cc096e8be33da496c2dc284ea) Thanks [@massao](https://github.com/massao)! - fix: add button margin reset on GlobalStyles
## 4.20.2

@@ -4,0 +10,0 @@

4

dist/esm/index.js

@@ -9,2 +9,3 @@ import * as _ from 'react';

/* Remove default margin */
/* Button has default margin in some browsers, like safari */
body,

@@ -19,3 +20,4 @@ h1,

dl,
dd {
dd,
button {
margin: 0;

@@ -22,0 +24,0 @@ }

@@ -36,2 +36,3 @@ 'use strict';

/* Remove default margin */
/* Button has default margin in some browsers, like safari */
body,

@@ -46,3 +47,4 @@ h1,

dl,
dd {
dd,
button {
margin: 0;

@@ -49,0 +51,0 @@ }

{
"name": "@contentful/f36-core",
"version": "4.20.2",
"version": "4.20.3",
"description": "Forma 36 core",

@@ -5,0 +5,0 @@ "license": "MIT",

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