@warp-ds/uno
Advanced tools
Comparing version 1.12.1-next.1 to 1.13.0-next.1
{ | ||
"name": "@warp-ds/uno", | ||
"repository": "git@github.com:warp-ds/drive.git", | ||
"version": "1.12.1-next.1", | ||
"version": "1.13.0-next.1", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -6,2 +6,3 @@ import { textMap, lineHeightMap, resolveArbitraryValues } from '#utils'; | ||
[/^text-(xs|s|m|ml|l|xl|xxl|xxxl)$/, ([, size]) => ({ 'font-size': `var(--w-font-size-${size})`, 'line-height': `var(--w-line-height-${size})` })], | ||
['leading-none', { 'line-height': 1 }], | ||
[/^leading-(16|18|22|26|28|34|41|56)$/, ([, d]) => ({ 'line-height': `var(--w-line-height-${lineHeightMap[d]})` })], | ||
@@ -8,0 +9,0 @@ [/^leading-(xs|s|m|ml|l|xl|xxl|xxxl)$/, ([, size]) => ({ 'line-height': `var(--w-line-height-${size})` })], |
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
214903
5254