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

@mirohq/design-system-badge

Package Overview
Dependencies
Maintainers
2
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mirohq/design-system-badge - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

15

dist/main.js

@@ -18,6 +18,6 @@ 'use strict';

alignItems: "center",
backgroundColor: "$blue-600",
borderColor: "$white",
backgroundColor: "$background-primary-prominent",
borderColor: "$border-primary-inverted",
borderRadius: "$half",
color: "$white",
color: "$icon-primary-inverted",
display: "flex",

@@ -31,5 +31,5 @@ justifyContent: "center",

true: {
backgroundColor: "$white",
borderColor: "$blue-600",
color: "$blue-600"
backgroundColor: "$background-neutrals",
borderColor: "$border-primary",
color: "$text-primary"
}

@@ -40,3 +40,4 @@ }

const StyledBadge = designSystemStitches.styled(designSystemPrimitive.Primitive.div, {
border: "2px solid #fff",
borderWidth: 2,
borderStyle: "solid",
boxSizing: "border-box",

@@ -43,0 +44,0 @@ fontFamily: "Formular, sans-serif",

@@ -10,6 +10,6 @@ import React from 'react';

alignItems: "center",
backgroundColor: "$blue-600",
borderColor: "$white",
backgroundColor: "$background-primary-prominent",
borderColor: "$border-primary-inverted",
borderRadius: "$half",
color: "$white",
color: "$icon-primary-inverted",
display: "flex",

@@ -23,5 +23,5 @@ justifyContent: "center",

true: {
backgroundColor: "$white",
borderColor: "$blue-600",
color: "$blue-600"
backgroundColor: "$background-neutrals",
borderColor: "$border-primary",
color: "$text-primary"
}

@@ -32,3 +32,4 @@ }

const StyledBadge = styled(Primitive.div, {
border: "2px solid #fff",
borderWidth: 2,
borderStyle: "solid",
boxSizing: "border-box",

@@ -35,0 +36,0 @@ fontFamily: "Formular, sans-serif",

{
"name": "@mirohq/design-system-badge",
"version": "0.1.2",
"version": "0.1.3",
"description": "",

@@ -5,0 +5,0 @@ "author": "Miro",

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