@warp-ds/uno
Advanced tools
Comparing version 1.0.0-alpha.19 to 1.0.0-alpha.20
{ | ||
"name": "@warp-ds/uno", | ||
"repository": "git@github.com:warp-ds/drive.git", | ||
"version": "1.0.0-alpha.19", | ||
"version": "1.0.0-alpha.20", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -177,1 +177,14 @@ import { globalKeywords, handler as h, makeGlobalStaticRules, positionMap } from '#utils'; | ||
]; | ||
export const touchAction = [ | ||
['touch-auto', { 'touch-action': 'auto' }], | ||
['touch-none', { 'touch-action': 'none' }], | ||
['touch-pan-x', { 'touch-action': 'pan-x' }], | ||
['touch-pan-y', { 'touch-action': 'pan-y' }], | ||
['touch-pan-left', { 'touch-action': 'pan-left' }], | ||
['touch-pan-right', { 'touch-action': 'pan-right' }], | ||
['touch-pan-up', { 'touch-action': 'pan-up' }], | ||
['touch-pan-down', { 'touch-action': 'pan-down' }], | ||
['touch-pinch-zoom', { 'touch-action': 'pinch-zoom' }], | ||
['touch-manipulation', { 'touch-action': 'manipulation' }], | ||
]; |
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
197385
5526