@warp-ds/uno
Advanced tools
Comparing version 1.0.0-alpha.57 to 1.0.0-alpha.58
{ | ||
"name": "@warp-ds/uno", | ||
"repository": "git@github.com:warp-ds/drive.git", | ||
"version": "1.0.0-alpha.57", | ||
"version": "1.0.0-alpha.58", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -21,2 +21,3 @@ import { escapeSelector } from '@unocss/core'; | ||
[/^border-transparent$/, () => ({ 'border-color': 'transparent' })], | ||
[/^border-inverted$/, () => ({ 'border-color': 'var(--w-s-border-inverted)' })], | ||
[/^border-inherit$/, () => ({ 'border-color': 'inherit' })], | ||
@@ -23,0 +24,0 @@ [/^border-current$/, () => ({ 'border-color': 'currentColor' })], |
@@ -13,2 +13,8 @@ import { textMap, lineHeightMap, resolveArbitraryValues } from '#utils'; | ||
[/^leading-\[(.+)(rem|px)?\]/, ([, value, unit], context) => ({ 'line-height': resolveArbitraryValues(value, unit, context) })], | ||
['tabular-nums', { 'font-family': 'ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif', 'font-variant-numeric': 'tabular-nums' }], | ||
['lining-nums', { 'font-variant-numeric': 'lining-nums' }], | ||
['ordinal', { 'font-variant-numeric': 'ordinal' }], | ||
['slashed-zero', { 'font-variant-numeric': 'slashed-zero' }], | ||
['oldstyle-nums', { 'font-variant-numeric': 'oldstyle-nums' }], | ||
['proportional-nums', { 'font-variant-numeric': 'proportional-nums' }], | ||
]; |
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
222886
5538