tailwindcss-primeui
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "tailwindcss-primeui", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Utilities for Tailwind CSS", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -50,2 +50,4 @@ # Tailwind CSS Utilities for Prime UI Libraries | ||
| Color | Description | | ||
| ---------------- | ------------------------------ | | ||
| border-surface | Border color | | ||
@@ -57,3 +59,3 @@ | bg-emphasis | Emphasis background, e.g. hovered element | | ||
| text-color | Text color | | ||
| text-color-emphasşis | Text color with emphasis | | ||
| text-color-emphasis | Text color with emphasis | | ||
| text-muted-color | Secondary text color | | ||
@@ -60,0 +62,0 @@ | text-muted-color-emphasis | Secondary text color with emphasis | |
@@ -22,6 +22,2 @@ const convert = (color) => { | ||
'primary-950': convert('var(--p-primary-950)'), | ||
highlight: convert('var(--p-highlight-background)'), | ||
'highlight-emphasis': convert('var(--p-highlight-focus-background)'), | ||
'highlight-contrast': convert('var(--p-highlight-color)'), | ||
'highlight-emphasis-contrast': convert('var(--p-highlight-focus-color)'), | ||
'surface-0': convert('var(--p-surface-0)'), | ||
@@ -28,0 +24,0 @@ 'surface-50': convert('var(--p-surface-50)'), |
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
217
25187
461