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

22

index.js

@@ -130,14 +130,14 @@ export const attention = {

export const switchToggle = {
label: 'block relative h-24 w-44 cursor-pointer f-switch',
switch: 'tap-highlight-transparent',
label: 'block relative h-24 w-44 cursor-pointer group',
labelDisabled: 'pointer-events-none',
switchTrack:
'absolute h-full w-full rounded-full transition-colors',
switchTrackSelected: 'bg-blue-600 f-track-selected',
switchTrackUnselected: 'bg-gray-300 f-track-unselected',
switchTrackDisabled: 'bg-bluegray-200',
switchThumb:
'absolute transition-gpu h-16 w-16 top-4 left-4 rounded-full transition-transform',
switchThumbSelected: 'f-switch-selected',
switchThumbNotDisabled: 'bg-white shadow',
switchThumbDisabled: 'bg-bluegray-300',
track: 'absolute h-full w-full rounded-full transition-colors',
trackActive: 'i-bg-$color-switch-track-background-active group-hover:i-bg-$color-switch-track-background-active-hover',
trackInactive: 'i-bg-$color-switch-track-background group-hover:i-bg-$color-switch-track-background-hover',
trackDisabled: 'i-bg-$color-switch-track-background-disabled',
handle: 'absolute transform-gpu h-16 w-16 top-4 left-4 rounded-full transition-transform',
handleSelected: 'translate-x-20',
handleNotDisabled: 'i-bg-$color-switch-handle-background shadow-small',
handleDisabled: 'i-bg-$color-switch-handle-background-disabled',
a11y: 'sr-only',
};

@@ -144,0 +144,0 @@

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