@warp-ds/uno
Advanced tools
Comparing version 1.0.0-alpha.26 to 1.0.0-alpha.27
{ | ||
"name": "@warp-ds/uno", | ||
"repository": "git@github.com:warp-ds/drive.git", | ||
"version": "1.0.0-alpha.26", | ||
"version": "1.0.0-alpha.27", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -17,1 +17,13 @@ // Hardcoded styling for slider border shadow, will be modified and handled with correct color variables at a later stage | ||
]; | ||
// Solution from Fabric for ouline styling for slider | ||
// TODO: Replace with outline-offset when implemented | ||
export const sliderOutlineNone = [ | ||
[ | ||
/^slider-handle-outline-none$/, | ||
() => ({ | ||
outline: 'rgba(0, 0, 0, 0) solid 2px', | ||
'outline-offset': '2px', | ||
}), | ||
], | ||
]; |
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
195374
5592