@trackunit/css-class-variance-utilities
Advanced tools
Comparing version 0.0.53 to 0.0.54
@@ -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. |
{ | ||
"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 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2736
36