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

18

index.js
export const attention = {
base: 'border-2 relative',
tooltip:
'bg-gray-700 border-gray-700 text-white rounded-4 py-6 px-8',
callout: 'bg-green-100 border-green-400 py-8 px-16 rounded-8',
'i-bg-$color-tooltip-background i-border-$color-tooltip-background i-shadow-$shadow-tooltip i-text-$color-tooltip-text rounded-4 py-6 px-8',
callout: 'i-bg-$color-callout-background i-border-$color-callout-border i-text-$color-callout-text py-8 px-16 rounded-8',
popover:
'bg-white border-white rounded-8 p-16 filter drop-shadow-20',
'i-bg-$color-popover-background i-border-$color-popover-background i-text-$color-popover-paragraph-text rounded-8 p-16 drop-shadow-m',
arrowBase:
'absolute h-14 w-14 border-2 border-b-0 border-r-0 transform',
arrowTooltip: 'bg-gray-700 border-gray-700',
arrowCallout: 'bg-green-100 border-green-400',
arrowPopover: 'bg-white border-white',
'absolute h-[14px] w-[14px] border-2 border-b-0 border-r-0 transform',
arrowDirectionLeft: '-left-[8px]',
arrowDirectionRight: '-right-[8px]',
arrowDirectionBottom: '-bottom-[8px]',
arrowDirectionRight: '-top-[8px]',
arrowTooltip: 'i-bg-$color-tooltip-background i-border-$color-tooltip-background',
arrowCallout: 'i-bg-$color-callout-background i-border-$color-callout-border',
arrowPopover: 'i-bg-$color-popover-background i-border-$color-popover-background',
};

@@ -14,0 +18,0 @@

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