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.95 to 1.0.0-alpha.96

6

index.js

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

export const box = {
box: 'group block relative break-words last:mb-0 p-16 rounded-8', // Relative here enables w-clickable
box: 'group block relative break-words last-child:mb-0 p-16 rounded-8', // Relative here enables w-clickable
bleed: '-mx-16 sm:mx-0 rounded-l-0 rounded-r-0 sm:rounded-8', // We target L and R to override the default rounded-8

@@ -216,6 +216,2 @@ info: 'i-bg-$color-box-info-background i-text-$color-box-info-text',

/*
This is an attempt to rewrite f-button into a component-class structure. Comment after each line shows what classes they were tied to before. The button component itself shows which of these classes were combined to do all the states etc...
There is one kinds of unsupported classes in use here , all the colors that will be using the classes tied to the tokens instead (--i-).
*/
export const button = {

@@ -222,0 +218,0 @@ // Buttontypes

2

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