@mirohq/design-system-stitches
Advanced tools
Comparing version 2.3.4-use-press.0 to 2.3.4
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
235220