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

@warp-ds/component-classes

Package Overview
Dependencies
Maintainers
6
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warp-ds/component-classes - npm Package Compare versions

Comparing version 1.0.0-alpha.98 to 1.0.0-alpha.99

19

index.js

@@ -29,11 +29,12 @@ export const attention = {

export const ribbon = {
base: 'py-4 px-8 border rounded-4 inline-flex last-child:mb-0',
info: 'border-aqua-50 bg-aqua-50',
success: 'border-green-100 bg-green-100',
warning: 'border-yellow-100 bg-yellow-100',
error: 'border-red-100 bg-red-100',
disabled: 'border-bluegray-300 bg-bluegray-300',
sponsored: 'border-aqua-200 bg-aqua-200',
neutral: 'border-gray-100 bg-gray-100',
outlined: 'border-bluegray-300 bg-white',
base: 'py-4 px-8 border rounded-4 inline-flex last:mb-0',
info: ' i-bg-$color-badge-info-background i-text-$color-badge-info-text',
success: ' i-bg-$color-badge-positive-background i-text-$color-badge-positive-text',
warning: ' i-bg-$color-badge-warning-background i-text-$color-badge-warning-text',
error: ' i-bg-$color-badge-negative-background i-text-$color-badge-negative-text',
disabled: 'i-border-$color-badge-disabled-background i-bg-$color-badge-disabled-background i-text-$color-badge-disabled-text',
sponsored: 'i-border-$color-badge-price-background i-bg-$color-badge-price-background i-text-$color-badge-price-text',
neutral: 'i-border-$color-badge-neutral-background i-bg-$color-badge-neutral-background i-text-$color-badge-neutral-text',
roundedTopRightBottomLeft: 'rounded-tr-0 rounded-bl-0',
roundedTopLeftBottomRight: 'rounded-tl-0 rounded-br-0',
};

@@ -40,0 +41,0 @@

{
"name": "@warp-ds/component-classes",
"repository": "git@github.com:warp-ds/component-classes.git",
"version": "1.0.0-alpha.98",
"version": "1.0.0-alpha.99",
"description": "WARP component classes",

@@ -6,0 +6,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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