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

@mirohq/design-system-stitches

Package Overview
Dependencies
Maintainers
2
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.3.4-use-press.0 to 2.3.4

2

dist/main.js

@@ -251,3 +251,3 @@ 'use strict';

} = props;
const onlyStyledClasses = typeof className === "string" ? className == null ? void 0 : className.split(" ").filter((x) => x.match(`${prefix}c-.+`)).join(" ") : "";
const onlyStyledClasses = typeof className === "string" ? className == null ? void 0 : className.split(" ").filter((x) => x.match("".concat(prefix, "c-.+"))).join(" ") : "";
const parsedStyle = UNSAFE_style !== void 0 ? styleWithCssVars(UNSAFE_style, config.themeMap) : onlyStyledClasses !== "" ? style : void 0;

@@ -254,0 +254,0 @@ if (className !== void 0 && onlyStyledClasses !== className || typeof style === "object" && style !== null && Object.keys(style).length > 0 && onlyStyledClasses === "") {

@@ -243,3 +243,3 @@ import { createStitches } from '@stitches/react';

} = props;
const onlyStyledClasses = typeof className === "string" ? className == null ? void 0 : className.split(" ").filter((x) => x.match(`${prefix}c-.+`)).join(" ") : "";
const onlyStyledClasses = typeof className === "string" ? className == null ? void 0 : className.split(" ").filter((x) => x.match("".concat(prefix, "c-.+"))).join(" ") : "";
const parsedStyle = UNSAFE_style !== void 0 ? styleWithCssVars(UNSAFE_style, config.themeMap) : onlyStyledClasses !== "" ? style : void 0;

@@ -246,0 +246,0 @@ if (className !== void 0 && onlyStyledClasses !== className || typeof style === "object" && style !== null && Object.keys(style).length > 0 && onlyStyledClasses === "") {

{
"name": "@mirohq/design-system-stitches",
"version": "2.3.4-use-press.0",
"version": "2.3.4",
"description": "",

@@ -29,3 +29,3 @@ "author": "Miro",

"dependencies": {
"@mirohq/design-system-types": "^0.6.0-use-press.0",
"@mirohq/design-system-types": "^0.6.0",
"@mirohq/design-tokens": "^2.7.1"

@@ -32,0 +32,0 @@ },

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