@charliearlie/ui
Advanced tools
Comparing version 0.0.2 to 0.0.3-rc.1
@@ -72,2 +72,3 @@ "use strict"; | ||
// src/button/button.tsx | ||
var import_clsx = __toESM(require("clsx")); | ||
var import_jsx_runtime = require("react/jsx-runtime"); | ||
@@ -102,3 +103,6 @@ var buttonVariants = (0, import_cva.cva)({ | ||
__spreadValues({ | ||
className: buttonVariants({ variant, size, className }), | ||
className: (0, import_clsx.default)( | ||
buttonVariants({ variant, size, className }), | ||
className | ||
), | ||
ref | ||
@@ -105,0 +109,0 @@ }, props) |
@@ -72,2 +72,3 @@ "use strict"; | ||
// src/button/button.tsx | ||
var import_clsx = __toESM(require("clsx")); | ||
var import_jsx_runtime = require("react/jsx-runtime"); | ||
@@ -102,3 +103,6 @@ var buttonVariants = (0, import_cva.cva)({ | ||
__spreadValues({ | ||
className: buttonVariants({ variant, size, className }), | ||
className: (0, import_clsx.default)( | ||
buttonVariants({ variant, size, className }), | ||
className | ||
), | ||
ref | ||
@@ -105,0 +109,0 @@ }, props) |
{ | ||
"name": "@charliearlie/ui", | ||
"version": "0.0.2", | ||
"version": "0.0.3-rc.1", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.mjs", |
Sorry, the diff of this file is not supported yet
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
20050
490