@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.cjs CHANGED
@@ -2889,6 +2889,7 @@ var Aside = ({
2889
2889
  {
2890
2890
  ref,
2891
2891
  className: clsx(
2892
+ "flex flex-col items-stretch gap-6",
2892
2893
  "py-4 sm:py-8 md:py-12 w-full",
2893
2894
  genBgAllColors[backgroundColor],
2894
2895
  asideSize[size],
@@ -4090,7 +4091,7 @@ var Button = ({
4090
4091
  {
4091
4092
  ref,
4092
4093
  className: clsx(
4093
- "inline-flex items-center self-start gap-2 px-4 py-2 outline-none font-bold text-base",
4094
+ "inline-flex justify-center items-center self-start gap-2 px-4 py-2 outline-none font-bold text-base",
4094
4095
  genBorderRadius[borderRadius],
4095
4096
  variant === "plain" && [
4096
4097
  genBgColorHover[color],