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.61 to 1.0.0-alpha.62

20

index.js

@@ -35,13 +35,17 @@ export const attention = {

export const slider = {
wrapper: 'f-slider relative w-full h-44 py-2',
track: 'track absolute bg-blue-200 h-4 top-20 rounded-4 w-full',
trackDisabled: 'pointer-events-none bg-gray-200',
wrapper: 'touch-pan-y relative w-full h-44 py-2',
track:
'absolute i-bg-$color-slider-track-background h-4 top-20 rounded-4 w-full ',
trackDisabled:
'pointer-events-none i-bg-$color-slider-track-background-disabled',
activeTrack:
'larger-active-track absolute bg-blue-600 h-4 top-20 rounded-4',
activeTrackDisabled: 'bg-bluegray-300 pointer-events-none',
'absolute i-bg-$color-slider-track-background-active h-6 top-[19px] rounded-4',
activeTrackDisabled:
'i-bg-$color-slider-track-background-disabled pointer-events-none',
thumb:
'f-thumb absolute w-24 h-24 bottom-10 rounded-4 outline-none',
thumbEnabled: 'shadow bg-blue-600 cursor-pointer',
'absolute i-shadow-$shadow-slider transition-shadow w-24 h-24 bottom-10 rounded-4 hover:i-bg-$color-slider-handle-background-hover active:i-bg-$color-slider-handle-background-active active:slider-handle-shadow-active hover:slider-handle-shadow-hover',
thumbEnabled:
'i-bg-$color-slider-handle-background cursor-pointer',
thumbDisabled:
'bg-bluegray-300 cursor-disabled pointer-events-none',
'i-bg-$color-slider-handle-background-disabled cursor-disabled pointer-events-none',
};

@@ -48,0 +52,0 @@

2

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