Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@trackunit/css-class-variance-utilities

Package Overview
Dependencies
Maintainers
0
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trackunit/css-class-variance-utilities - npm Package Compare versions

Comparing version 0.0.53 to 0.0.54

2

index.cjs.js

@@ -6,2 +6,4 @@ 'use strict';

// This _is_ the wrapper, so it's the only place we need to import directly from class-variance-authority.
// eslint-disable-next-line no-restricted-imports
/**

@@ -8,0 +10,0 @@ * A wrapper around CVA that uses tailwind-merge to merge the classes.

import { cva } from 'class-variance-authority';
import { twMerge } from 'tailwind-merge';
// This _is_ the wrapper, so it's the only place we need to import directly from class-variance-authority.
// eslint-disable-next-line no-restricted-imports
/**

@@ -5,0 +7,0 @@ * A wrapper around CVA that uses tailwind-merge to merge the classes.

2

package.json
{
"name": "@trackunit/css-class-variance-utilities",
"version": "0.0.53",
"version": "0.0.54",
"repository": "https://github.com/Trackunit/manager",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.txt",

import { cva as OriginalCva, type VariantProps as OriginalVariantProps } from "class-variance-authority";
export type VariantProps<Component extends (...args: any) => any> = OriginalVariantProps<Component> & {
export type VariantProps<TComponent extends (...args: any) => any> = OriginalVariantProps<TComponent> & {
className: string;

@@ -4,0 +4,0 @@ };

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