@underverse-ui/underverse 1.0.38 → 1.0.39

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@underverse-ui/underverse",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "sourceEntry": "src/index.ts",
5
5
  "totalExports": 232,
6
6
  "exports": [
package/dist/index.cjs CHANGED
@@ -2808,7 +2808,8 @@ var import_jsx_runtime12 = require("react/jsx-runtime");
2808
2808
  var sizeClasses = {
2809
2809
  sm: "h-8 w-8 text-sm",
2810
2810
  md: "h-10 w-10 text-base",
2811
- lg: "h-14 w-14 text-lg"
2811
+ lg: "h-14 w-14 text-lg",
2812
+ xl: "h-20 w-20 text-xl"
2812
2813
  };
2813
2814
  var statusColors = {
2814
2815
  online: "bg-success",
@@ -2820,7 +2821,8 @@ var statusColors = {
2820
2821
  var statusDotSizes = {
2821
2822
  sm: "w-2 h-2 border",
2822
2823
  md: "w-3 h-3 border-2",
2823
- lg: "w-4 h-4 border-2"
2824
+ lg: "w-4 h-4 border-2",
2825
+ xl: "w-5 h-5 border-[3px]"
2824
2826
  };
2825
2827
  var Avatar = ({
2826
2828
  src,