@embedreach/components 0.1.36 → 0.1.38
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/chunks/index.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -24259,7 +24259,7 @@ const buttonVariants = cva([styles$6.base], {
|
|
|
24259
24259
|
}
|
|
24260
24260
|
});
|
|
24261
24261
|
const Button$1 = React.forwardRef(
|
|
24262
|
-
({ className: className2, variant, size: size2
|
|
24262
|
+
({ className: className2, variant, size: size2, asChild = false, ...props }, ref) => {
|
|
24263
24263
|
const Comp = asChild ? Slot$2 : "button";
|
|
24264
24264
|
return /* @__PURE__ */ jsx(
|
|
24265
24265
|
Comp,
|
package/dist/index.umd.js
CHANGED
|
@@ -24276,7 +24276,7 @@
|
|
|
24276
24276
|
}
|
|
24277
24277
|
});
|
|
24278
24278
|
const Button$2 = React__namespace.forwardRef(
|
|
24279
|
-
({ className: className2, variant, size: size3
|
|
24279
|
+
({ className: className2, variant, size: size3, asChild = false, ...props }, ref) => {
|
|
24280
24280
|
const Comp = asChild ? Slot$2 : "button";
|
|
24281
24281
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
24282
24282
|
Comp,
|