@milkdown/design-system
Advanced tools
Comparing version 4.10.4 to 4.10.5
export const themeColor = (hex) => { | ||
if (hex.startsWith('rgba')) { | ||
return hex.slice(5, -1); | ||
return hex.slice(5, -1).split(',').slice(0, -1).join(','); | ||
} | ||
@@ -5,0 +5,0 @@ if (hex.startsWith('rgb')) { |
{ | ||
"name": "@milkdown/design-system", | ||
"version": "4.10.4", | ||
"version": "4.10.5", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "module": "lib/index.js", |
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
11084