ag-common 0.0.770 → 0.0.771

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.
@@ -1,2 +1,4 @@
1
+ import { cx } from 'class-variance-authority';
1
2
  import { type ClassValue } from 'clsx';
2
3
  export declare function cn(...inputs: ClassValue[]): string;
4
+ export { cx };
@@ -1,6 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.cx = void 0;
3
4
  exports.cn = cn;
5
+ const class_variance_authority_1 = require("class-variance-authority");
6
+ Object.defineProperty(exports, "cx", { enumerable: true, get: function () { return class_variance_authority_1.cx; } });
4
7
  const clsx_1 = require("clsx");
5
8
  const tailwind_merge_1 = require("tailwind-merge");
6
9
  function cn(...inputs) {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.770",
2
+ "version": "0.0.771",
3
3
  "name": "ag-common",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",