@trackunit/css-class-variance-utilities 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/css-class-variance-utilities",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
package/src/cva.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import { cva as OriginalCva, type VariantProps as OriginalVariantProps } from "class-variance-authority";
2
- export type VariantProps<Component extends (...args: any) => any> = OriginalVariantProps<Component> & {
3
- className: string;
4
- };
5
- /**
6
- * A wrapper around CVA that uses tailwind-merge to merge the classes.
7
- */
8
- export declare const cvaMerge: typeof OriginalCva;
1
+ import { cva as OriginalCva, type VariantProps as OriginalVariantProps } from "class-variance-authority";
2
+ export type VariantProps<Component extends (...args: any) => any> = OriginalVariantProps<Component> & {
3
+ className: string;
4
+ };
5
+ /**
6
+ * A wrapper around CVA that uses tailwind-merge to merge the classes.
7
+ */
8
+ export declare const cvaMerge: typeof OriginalCva;
package/src/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * from "./cva";
1
+ export * from "./cva";