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.66 to 1.0.0-alpha.67

20

index.js

@@ -189,21 +189,21 @@ export const attention = {

wrapperUnderlined:
'border-b border-gray-200 -mx-16 sm:mx-0 px-4 sm:px-0 mb-32',
'border-b i-border-$color-tabs-border -mx-16 sm:mx-0 px-4 sm:px-0 mb-32 ',
wrapperContained: '',
tabContainer: 'mx-auto max-w-screen-md w-full grid f-grid relative',
wunderbar:
'absolute border-blue-600 -bottom-4 border-b-4 transition-all',
'absolute i-border-$color-tabs-border-active -bottom-0 border-b-4 transition-all',
};
export const tab = {
tab: 'grid f-grid items-center gap-8 focusable font-normal antialias p-16 pb-4 hover:underline f-tab',
tabActive: 'active-tab',
tab: 'grid f-grid items-center gap-8 focusable font-normal antialias p-16 pb-8 border-b-4 i-border-$color-tabs-border hover:i-border-$color-tabs-border-hover',
tabActive: 'i-text-$color-tabs-icon-active',
tabContained: 'rounded-t-8',
tabContainedActive: 'bg-aqua-50',
tabContainedActive: 'bg-aqua-50', // missing tokens
icon: 'mx-auto ',
iconUnderlined: 'f-tab-icon',
iconUnderlinedActive: 'text-blue-600',
iconUnderlinedInactive: 'text-gray-300',
iconUnderlined: '',
iconUnderlinedActive: 'i-text-$color-tabs-icon-active',
iconUnderlinedInactive: '', // missing tokens
contentUnderlined: 'font-bold content-underlined', // content-underlined is a no-op that prevents a quirk in how Vue handles class bindings
contentUnderlinedInactive: 'text-gray-500 f-tab-text',
contentUnderlinedActive: 'text-blue-600',
contentUnderlinedInactive: 'i-text-$color-tabs-text-inactive', // missing tokens
contentUnderlinedActive: 'i-text-$color-tabs-text-active',
contentContainedActive: 'font-bold',

@@ -210,0 +210,0 @@ };

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