jean-react-utils 0.2.1 → 0.2.2
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.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2884,7 +2884,6 @@ var buttonVariants = cva(
|
|
|
2884
2884
|
);
|
|
2885
2885
|
var Button = React.forwardRef(
|
|
2886
2886
|
({ className, variant, size, ...props }, ref) => {
|
|
2887
|
-
console.log(">>>>> button props >>> ", props);
|
|
2888
2887
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2889
2888
|
"button",
|
|
2890
2889
|
{
|