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.69 to 1.0.0-alpha.70

23

index.js

@@ -188,23 +188,20 @@ export const attention = {

export const tabs = {
wrapperUnderlined:
'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 i-border-$color-tabs-border-active -bottom-0 border-b-4 transition-all',
wrapperUnderlined:
'border-b i-border-$color-tabs-border -mx-16 sm:mx-0 px-4 sm:px-0 mb-32 ',
};
export const 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', // missing tokens
icon: 'mx-auto ',
iconUnderlined: '',
iconUnderlinedActive: 'i-text-$color-tabs-icon-active',
tab: 'grid f-grid items-center font-bold gap-8 focusable antialias p-16 pb-8 border-b-4 i-text-$color-tabs-text i-border-$color-tabs-border hover:i-text-$color-tabs-text-hover hover:i-border-$color-tabs-border-hover',
tabActive: 'i-text-$color-tabs-text-active',
icon: 'mx-auto',
iconUnderlined: 'i-text-$color-tabs-text',
iconUnderlinedActive: 'i-text-$color-tabs-text-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: 'i-text-$color-tabs-text-inactive', // missing tokens
contentUnderlined: 'content-underlined', // content-underlined is a no-op that prevents a quirk in how Vue handles class bindings
contentUnderlinedInactive: '', // missing tokens
contentUnderlinedActive: 'i-text-$color-tabs-text-active',
contentContainedActive: 'font-bold',
contentContainedActive: '',
};

@@ -211,0 +208,0 @@

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