@julseb-lib/react 1.0.25 → 1.0.27

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],
@@ -3672,6 +3673,7 @@ var Avatar = ({
3672
3673
  }) => {
3673
3674
  const Element = element;
3674
3675
  const avatarProps = {
3676
+ element,
3675
3677
  className,
3676
3678
  ref,
3677
3679
  children,