@warp-ds/uno
Advanced tools
Comparing version 1.0.0-alpha.45 to 1.0.0-alpha.46
{ | ||
"name": "@warp-ds/uno", | ||
"repository": "git@github.com:warp-ds/drive.git", | ||
"version": "1.0.0-alpha.45", | ||
"version": "1.0.0-alpha.46", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -7,16 +7,13 @@ export const opacity = [ | ||
['caret-inherit', { 'caret-color': 'inherit' }], | ||
['caret-transparent', { 'caret-color': 'transparent' }], | ||
['caret-current', { 'caret-color': 'currentColor' }], | ||
['caret-transparent', { 'caret-color': 'transparent' }], | ||
]; | ||
export const textColors = [ | ||
['text', { color: 'var(--w-color-text)' }], | ||
['text-inverted', { color: 'var(--w-color-text-inverted)' }], | ||
['text-inverted-subtle', { color: 'var(--w-color-text-inverted-subtle)' }], | ||
['text-subtle', { color: 'var(--w-color-text-subtle)' }], | ||
// ['text-inherit', { 'color': 'inherit' }], // This class currently sets "text-align: inherit;" in align.js | ||
['text-transparent', { 'color': 'transparent' }], | ||
['text-current', { 'color': 'currentColor' }], | ||
]; | ||
export const bgColors = [ | ||
['bg', { 'background-color': 'var(--w-color-background)' }], | ||
['bg-subtle', { 'background-color': 'var(--w-color-background-subtle)' }], | ||
['bg-inherit', { 'background-color': 'inherit' }], | ||
@@ -23,0 +20,0 @@ ['bg-transparent', { 'background-color': 'transparent' }], |
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
189672
5046