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

@contentful/f36-badge

Package Overview
Dependencies
Maintainers
103
Versions
406
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/f36-badge - npm Package Compare versions

Comparing version 4.0.1-next-v4-5670.2155 to 4.0.1-next-v4-5719.2157

4

dist/types.d.ts

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

import { ComponentVariant, CommonProps, EntityStatus } from "@contentful/f36-core";
import React from "react";
import { CommonProps, EntityStatus } from "@contentful/f36-core";
type BadgeSize = 'default' | 'small';
export type BadgeVariant = ComponentVariant | 'muted' | 'primary-filled' | 'featured';
export type BadgeVariant = 'negative' | 'positive' | 'primary' | 'secondary' | 'warning' | 'muted' | 'primary-filled' | 'featured';
export interface BadgeProps extends CommonProps {

@@ -6,0 +6,0 @@ /**

{
"name": "@contentful/f36-badge",
"version": "4.0.1-next-v4-5670.2155+b44071c6",
"version": "4.0.1-next-v4-5719.2157+cd8b7115",
"description": "Forma 36: Badge React Component",

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

"@babel/runtime": "^7.6.2",
"@contentful/f36-core": "4.0.1-next-v4-5670.2155+b44071c6",
"@contentful/f36-tokens": "4.0.1-next-v4-5670.2155+b44071c6",
"@contentful/f36-core": "4.0.1-next-v4-5719.2157+cd8b7115",
"@contentful/f36-tokens": "4.0.1-next-v4-5719.2157+cd8b7115",
"emotion": "^10.0.17"
},
"devDependencies": {
"@contentful/f36-typography": "4.0.1-next-v4-5670.2155+b44071c6"
"@contentful/f36-typography": "4.0.1-next-v4-5719.2157+cd8b7115"
},

@@ -39,3 +39,3 @@ "peerDependencies": {

},
"gitHead": "b44071c6a86eb5f2085c887bfc03ee0eb6fb0f95"
"gitHead": "cd8b7115fba2be2e4f770c271952c91a75438465"
}

@@ -1,9 +0,11 @@

import type { ComponentVariant } from '@contentful/f36-core';
export type BadgeSize = 'default' | 'small';
export type BadgeVariant =
| ComponentVariant
| 'negative'
| 'positive'
| 'primary'
| 'secondary'
| 'warning'
| 'muted'
| 'primary-filled'
| 'featured';

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