@warp-ds/uno
Advanced tools
Comparing version 1.0.0-alpha.22 to 1.0.0-alpha.23
{ | ||
"name": "@warp-ds/uno", | ||
"repository": "git@github.com:warp-ds/drive.git", | ||
"version": "1.0.0-alpha.22", | ||
"version": "1.0.0-alpha.23", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -13,5 +13,5 @@ // Hardcoded styling for slider border shadow, will be modified and handled with correct color variables at a later stage | ||
([, state]) => ({ | ||
'box-shadow': `${sliderStates[state]} ${defaultColor})`, | ||
'box-shadow': `${sliderStates[state]} ${defaultColor}`, | ||
}), | ||
], | ||
]; |
Sorry, the diff of this file is too big to display
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
204330