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.82 to 1.0.0-alpha.83

24

index.js

@@ -13,3 +13,3 @@ export const attention = {

arrowDirectionBottom: '-bottom-[8px]',
arrowDirectionRight: '-top-[8px]',
arrowDirectionTop: '-top-[8px]',
arrowTooltip: 'i-bg-$color-tooltip-background i-border-$color-tooltip-background',

@@ -149,3 +149,3 @@ arrowCallout: 'i-bg-$color-callout-background i-border-$color-callout-border',

toaster:
'f-toaster grid f-grid auto-rows-auto justify-items-center justify-center mx-auto pointer-events-none',
'grid f-grid auto-rows-auto justify-items-center justify-center mx-auto pointer-events-none',
};

@@ -156,15 +156,13 @@

toast:
'toast flex group p-8 mt-16 rounded-8 border-2 w-full pointer-events-auto transition-all',
toastPositive: 'bg-green-50 border-green-300 text-green-800',
toastWarning: 'bg-yellow-50 border-yellow-300 text-yellow-800',
toastNegative: 'bg-red-50 border-red-300 text-red-800',
toastNeutral: 'bg-gray-50 border-gray-300 text-gray-800',
toastIcon: 'flex-shrink-0 rounded-full w-16 h-16 m-8',
toastIconPositive: 'bg-green-300',
toastIconWarning: 'bg-yellow-300',
toastIconNegative: 'bg-red-300',
toastIconNeutral: 'bg-gray-300',
'flex group p-8 mt-16 rounded-8 border-2 w-full pointer-events-auto transition-all',
toastPositive: 'i-bg-$color-toast-positive-background i-border-$color-toast-positive-subtle-border i-text-$color-toast-positive-text',
toastWarning: 'i-bg-$color-toast-warning-background i-border-$color-toast-warning-subtle-border i-text-$color-toast-warning-text',
toastNegative: 'i-bg-$color-toast-negative-background i-border-$color-toast-negative-subtle-border i-text-$color-toast-negative-text',
toastIcon: 'flex-shrink-0 rounded-full w-[16px] h-[16px] m-[8px] text-white',
toastIconPositive: 'i-text-$color-toast-positive-icon',
toastIconWarning: 'i-text-$color-toast-warning-icon',
toastIconNegative: 'i-bg-$color-toast-negative-icon',
toastIconLoading: 'animate-bounce',
toastContent: 'self-center mr-8 py-4 last:mb-0',
toastClose: 'ml-auto p-8',
toastClose: 'ml-auto p-[8px]',
};

@@ -171,0 +169,0 @@

{
"name": "@warp-ds/component-classes",
"repository": "git@github.com:warp-ds/component-classes.git",
"version": "1.0.0-alpha.82",
"version": "1.0.0-alpha.83",
"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