@warp-ds/component-classes
Advanced tools
Comparing version 1.0.0-alpha.6 to 1.0.0-alpha.7
@@ -0,6 +1,4 @@ | ||
import { button } from './index.js'; | ||
export const buttonSafelist = () => { | ||
const allClasses = Object.values(button).map(v => v.split(/\s/)).flat(); | ||
return [...new Set(allClasses)]; | ||
} | ||
export const buttonSafelist = [...new Set(Object.values(button).map(v => v.split(/\s/)).flat())]; |
{ | ||
"name": "@warp-ds/component-classes", | ||
"repository": "git@github.com:warp-ds/component-classes.git", | ||
"version": "1.0.0-alpha.6", | ||
"version": "1.0.0-alpha.7", | ||
"description": "WARP component classes", | ||
@@ -6,0 +6,0 @@ "type": "module", |
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
27353
242