@julseb-lib/react 1.0.26 → 1.0.28

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 CHANGED
@@ -2703,6 +2703,7 @@ var Aside = ({
2703
2703
  {
2704
2704
  ref,
2705
2705
  className: clsx(
2706
+ "flex flex-col items-stretch gap-6",
2706
2707
  "py-4 sm:py-8 md:py-12 w-full",
2707
2708
  genBgAllColors[backgroundColor],
2708
2709
  asideSize[size],
@@ -3904,7 +3905,7 @@ var Button = ({
3904
3905
  {
3905
3906
  ref,
3906
3907
  className: clsx(
3907
- "inline-flex items-center self-start gap-2 px-4 py-2 outline-none font-bold text-base",
3908
+ "inline-flex justify-center items-center self-start gap-2 px-4 py-2 outline-none font-bold text-base",
3908
3909
  genBorderRadius[borderRadius],
3909
3910
  variant === "plain" && [
3910
3911
  genBgColorHover[color],