@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 +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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],
|
|
@@ -3486,6 +3487,7 @@ var Avatar = ({
|
|
|
3486
3487
|
}) => {
|
|
3487
3488
|
const Element = element;
|
|
3488
3489
|
const avatarProps = {
|
|
3490
|
+
element,
|
|
3489
3491
|
className,
|
|
3490
3492
|
ref,
|
|
3491
3493
|
children,
|