tailwind-variants 3.1.0 → 3.1.1

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/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import {TVConfig, TWMConfig, TWMergeConfig} from "./config";
2
- import {CnOptions, CnReturn, TV} from "./types";
1
+ import type {TVConfig, TWMConfig, TWMergeConfig} from "./config.d.ts";
2
+ import type {CnOptions, CnReturn, TV} from "./types.d.ts";
3
3
 
4
- export * from "./types";
4
+ export type * from "./types.d.ts";
5
5
 
6
6
  // util function
7
7
  export declare const cnBase: <T extends CnOptions>(...classes: T) => CnReturn;
package/dist/lite.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import {CnOptions, CnReturn, TVLite} from "./types";
1
+ import type {CnOptions, CnReturn, TVLite} from "./types.d.ts";
2
2
 
3
- export * from "./types";
3
+ export type * from "./types.d.ts";
4
4
 
5
5
  // util function
6
6
  export declare const cnBase: <T extends CnOptions>(...classes: T) => CnReturn;
package/dist/types.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import type {ClassNameValue as ClassValue} from "tailwind-merge";
2
-
3
- import {TVConfig} from "./config";
2
+ import type {TVConfig} from "./config.d.ts";
4
3
 
5
4
  /**
6
5
  * ----------------------------------------
package/dist/utils.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import {TWMConfig} from "./config";
2
- import {CnOptions, CnReturn} from "./types";
1
+ import type {TWMConfig} from "./config.d.ts";
2
+ import type {CnOptions, CnReturn} from "./types.d.ts";
3
3
 
4
4
  export declare const falsyToString: <T>(value: T) => T | string;
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwind-variants",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "🦄 Tailwindcss first-class variant API",
5
5
  "keywords": [
6
6
  "tailwindcss",