Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tailwindcss-primeui

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcss-primeui - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"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)'),

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc