Socket
Socket
Sign inDemoInstall

@contentful/f36-core

Package Overview
Dependencies
Maintainers
99
Versions
399
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.0.1-next-v4-3683.1923 to 4.0.1-next-v4-3719.1924

3

dist/types.d.ts

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

import { SpacingTokens } from "@contentful/f36-tokens";
import * as React from "react";

@@ -24,3 +25,3 @@ import { CSSProperties } from "react";

export type EntityStatus = 'archived' | 'changed' | 'deleted' | 'draft' | 'new' | 'published';
type Spacing = 'none' | 'spacing2Xs' | 'spacingXs' | 'spacingS' | 'spacingM' | 'spacingL' | 'spacingXl' | 'spacing2Xl' | 'spacing3Xl' | 'spacing4Xl';
type Spacing = SpacingTokens | 'none';
export interface MarginProps {

@@ -27,0 +28,0 @@ /**

{
"name": "@contentful/f36-core",
"version": "4.0.1-next-v4-3683.1923+5d55086d",
"version": "4.0.1-next-v4-3719.1924+f831db64",
"description": "Forma 36 core",

@@ -25,3 +25,3 @@ "license": "MIT",

"@babel/runtime": "^7.6.2",
"@contentful/f36-tokens": "4.0.1-next-v4-3683.1923+5d55086d",
"@contentful/f36-tokens": "4.0.1-next-v4-3719.1924+f831db64",
"@emotion/is-prop-valid": "^1.1.0",

@@ -36,3 +36,3 @@ "emotion": "^10.0.17"

},
"gitHead": "5d55086d3c3b5b40361b6ec7a1e1e1817e4fa4c1"
"gitHead": "f831db64a266b15a292d0d299ce46ceee110ce80"
}

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

import type { SpacingTokens } from '@contentful/f36-tokens';
import type { CSSProperties } from 'react';

@@ -37,13 +38,3 @@

export type Spacing =
| 'none'
| 'spacing2Xs'
| 'spacingXs'
| 'spacingS'
| 'spacingM'
| 'spacingL'
| 'spacingXl'
| 'spacing2Xl'
| 'spacing3Xl'
| 'spacing4Xl';
export type Spacing = SpacingTokens | 'none';

@@ -50,0 +41,0 @@ export interface MarginProps {

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