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.mjs CHANGED
@@ -2865,7 +2865,6 @@ var buttonVariants = cva(
2865
2865
  );
2866
2866
  var Button = React.forwardRef(
2867
2867
  ({ className, variant, size, ...props }, ref) => {
2868
- console.log(">>>>> button props >>> ", props);
2869
2868
  return /* @__PURE__ */ jsx(
2870
2869
  "button",
2871
2870
  {