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.84 to 1.0.0-alpha.85

12

index.js

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

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

@@ -410,1 +410,11 @@ buttonSmall: 'px-16 py-6 text-12 leading-16', // .button--small

}
export const combobox = {
wrapper: 'relative',
combobox: 'absolute left-0 right-0 pb-8 rounded-8 i-bg-$color-background-interactive shadow-medium',
textMatch: 'font-bold',
listbox: 'm-0 p-0 select-none list-none',
option: 'block cursor-pointer p-8 hover:i-bg-$color-background-interactive-hover',
optionSelected: 'i-bg-$color-background-interactive-selected',
a11y: 'sr-only',
}

2

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