@tokens-studio/sd-transforms
Advanced tools
Comparing version 1.2.3 to 1.2.4
export function percentageToDecimal(value) { | ||
if (!`${value}`.endsWith('%')) { | ||
return `${value}`; | ||
return value; | ||
} | ||
@@ -5,0 +5,0 @@ const percentValue = `${value}`.slice(0, -1); |
{ | ||
"name": "@tokens-studio/sd-transforms", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Custom transforms for Style-Dictionary, to work with Design Tokens that are exported from Tokens Studio", | ||
@@ -62,3 +62,3 @@ "license": "MIT", | ||
"husky": "^8.0.0", | ||
"lint-staged": "^13.1.0", | ||
"lint-staged": "^15.2.10", | ||
"npm-run-all": "^4.1.5", | ||
@@ -65,0 +65,0 @@ "prettier": "^3.3.2", |
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
79852