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.113 to 1.0.0-alpha.114

5

dist/index.d.ts

@@ -389,6 +389,7 @@ export namespace attention {

export namespace clickable {
export const clickable: string;
export const clickableNotToggle: string;
export const toggle: string;
const label_6: string;
export { label_6 as label };
export const buttonOrLink: string;
export const buttonOrLinkStretch: string;
}

@@ -395,0 +396,0 @@ export namespace combobox {

@@ -389,6 +389,7 @@ export namespace attention {

export namespace clickable {
export const clickable: string;
export const clickableNotToggle: string;
export const toggle: string;
const label_6: string;
export { label_6 as label };
export const buttonOrLink: string;
export const buttonOrLinkStretch: string;
}

@@ -395,0 +396,0 @@ export namespace combobox {

13

index.js

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

export const tab = {
tab: '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',
tab: 'grid items-center font-bold gap-8 focusable antialias p-16 pb-8 border-b-4 bg-transparent 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',

@@ -244,3 +244,3 @@ icon: 'mx-auto hover:i-text-$color-tabs-text-hover',

buttonLink:
'leading-[24] max-w-max focusable ease-in-out inline s-text-link active:underline hover:underline', //.button--link /* Buttons pretending to be links, (Should rather inherit the actual link setup in the future?) */
'leading-[24] max-w-max bg-transparent focusable ease-in-out inline s-text-link active:underline hover:underline', //.button--link /* Buttons pretending to be links, (Should rather inherit the actual link setup in the future?) */
// Sizestuff

@@ -357,3 +357,3 @@ buttonSmall: 'px-16 py-6 text-xs leading-xs', // .button--small

const prefixSuffixWrapperBase =
'absolute top-0 bottom-0 flex justify-center items-center focusable focus:[--w-outline-offset:-2px] ';
'absolute top-0 bottom-0 flex justify-center items-center focusable focus:[--w-outline-offset:-2px] bg-transparent';

@@ -416,5 +416,6 @@ export const suffix = {

export const clickable = {
clickable: 'absolute inset-0 h-full w-full appearance-none cursor-pointer focusable focusable-inset',
clickableNotToggle: 'inset-0 absolute bg-transparent',
label: `px-12 ${label.label} py-8! cursor-pointer focusable focusable-inset`,
toggle: 'absolute inset-0 h-full w-full appearance-none cursor-pointer focusable focusable-inset',
label: `px-12 ${label.label} py-8! cursor-pointer focusable focusable-inset`,
buttonOrLink: 'bg-transparent focusable',
buttonOrLinkStretch: 'inset-0 absolute',
}

@@ -421,0 +422,0 @@

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

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

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