@popgrids/ui 0.0.33 → 0.0.34

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
@@ -116,6 +116,12 @@ function AvatarFallback({ className = "", ...props }) {
116
116
  "data-slot": "avatar-fallback",
117
117
  className: cn(
118
118
  "mask mask-squircle flex size-full items-center justify-center bg-muted text-muted-foreground text-sm group-data-[size=sm]/avatar:text-xs",
119
+ "group-data-[size=xs]/avatar:text-xs",
120
+ "group-data-[size=sm]/avatar:text-sm",
121
+ "group-data-[size=md]/avatar:text-lg",
122
+ "group-data-[size=lg]/avatar:text-2xl",
123
+ "group-data-[size=xl]/avatar:text-4xl",
124
+ "group-data-[size=xxl]/avatar:text-5xl",
119
125
  className
120
126
  ),
121
127
  ...props