@warp-ds/uno
Advanced tools
Comparing version 1.0.0-alpha.41 to 1.0.0-alpha.42
{ | ||
"name": "@warp-ds/uno", | ||
"repository": "git@github.com:warp-ds/drive.git", | ||
"version": "1.0.0-alpha.41", | ||
"version": "1.0.0-alpha.42", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -20,12 +20,12 @@ import { escapeSelector } from '@unocss/core'; | ||
[/^border$/, handlerBorder], | ||
[/^border-transparent$/, () => ({ 'border-color': 'transparent' })], | ||
[/^border-inherit$/, () => ({ 'border-color': 'inherit' })], | ||
[/^border-current$/, () => ({ 'border-color': 'currentColor' })], | ||
[/^border()-(\d+)$/, handlerBorder, { autocomplete: "(border)-<directions>" }], | ||
[/^border-([xy])$/, handlerBorder], | ||
[/^border-([xy])-(\d+)$/, handlerBorder], | ||
[/^border-([rltb])$/, handlerBorder], | ||
[/^border-([rltb])-(\d+)$/, handlerBorder], | ||
[/^border-([lrtbxy])$/, handlerBorder], | ||
[/^border-([lrtbxy])-(\d+)$/, handlerBorder], | ||
[/^border()-(.+)$/, handlerBorderStyle, { autocomplete: "(border)-style" }], | ||
[/^border-([xy])-(.+)$/, handlerBorderStyle], | ||
[/^border-([rltb])-(.+)$/, handlerBorderStyle], | ||
[/^border-([lrtbxy])-(.+)$/, handlerBorderStyle], | ||
[ | ||
/^border-([rltb])?-?\[(\d+)\]$/, | ||
/^border-([lrtb])?-?\[(\d+)\]$/, | ||
handlerArbitraryBorderSize, | ||
@@ -86,3 +86,3 @@ { | ||
}); | ||
}; | ||
} | ||
} | ||
@@ -98,1 +98,2 @@ | ||
} | ||
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
187740
5001