@warp-ds/uno
Advanced tools
Comparing version 1.0.0-alpha.39 to 1.0.0-alpha.40
{ | ||
"name": "@warp-ds/uno", | ||
"repository": "git@github.com:warp-ds/drive.git", | ||
"version": "1.0.0-alpha.39", | ||
"version": "1.0.0-alpha.40", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -8,7 +8,7 @@ export const typographyAliases = { | ||
t6: 'text-xs', | ||
h5: 'text-s', | ||
h4: 'text-m', | ||
h3: 'text-l', | ||
h2: 'text-xl', | ||
h1: 'text-xxl', | ||
h5: 'text-s font-bold', | ||
h4: 'text-m font-bold', | ||
h3: 'text-l font-bold', | ||
h2: 'text-xl font-bold', | ||
h1: 'text-xxl font-bold', | ||
'text-display': 'text-xxxl', | ||
@@ -15,0 +15,0 @@ 'text-preamble': 'text-ml', |
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
187401