@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.
@@ -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 = "default", asChild = false, ...props }, ref) => {
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 = "default", asChild = false, ...props }, ref) => {
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedreach/components",
3
- "version": "0.1.36",
3
+ "version": "0.1.38",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",