@embedreach/components 0.1.39 → 0.1.40
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 +2 -3
- package/dist/index.umd.js +2 -3
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -24265,13 +24265,12 @@ const Button$1 = React.forwardRef(
|
|
|
24265
24265
|
`BUTTON VARIANTS`,
|
|
24266
24266
|
size2,
|
|
24267
24267
|
variant,
|
|
24268
|
-
|
|
24269
|
-
buttonVariants({ variant, size: size2, className: className2 })
|
|
24268
|
+
buttonVariants({ variant, size: size2 })
|
|
24270
24269
|
);
|
|
24271
24270
|
return /* @__PURE__ */ jsx(
|
|
24272
24271
|
Comp,
|
|
24273
24272
|
{
|
|
24274
|
-
className: cn$1(buttonVariants({ variant, size: size2,
|
|
24273
|
+
className: cn$1(buttonVariants({ variant, size: size2 }), className2),
|
|
24275
24274
|
ref,
|
|
24276
24275
|
...props
|
|
24277
24276
|
}
|
package/dist/index.umd.js
CHANGED
|
@@ -24282,13 +24282,12 @@
|
|
|
24282
24282
|
`BUTTON VARIANTS`,
|
|
24283
24283
|
size3,
|
|
24284
24284
|
variant,
|
|
24285
|
-
|
|
24286
|
-
buttonVariants({ variant, size: size3, className: className2 })
|
|
24285
|
+
buttonVariants({ variant, size: size3 })
|
|
24287
24286
|
);
|
|
24288
24287
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
24289
24288
|
Comp,
|
|
24290
24289
|
{
|
|
24291
|
-
className: cn$1(buttonVariants({ variant, size: size3,
|
|
24290
|
+
className: cn$1(buttonVariants({ variant, size: size3 }), className2),
|
|
24292
24291
|
ref,
|
|
24293
24292
|
...props
|
|
24294
24293
|
}
|