myshell-react-lib 0.1.20 → 0.1.22

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
@@ -6664,27 +6664,27 @@ var import_jsx_runtime17 = require("react/jsx-runtime");
6664
6664
  var avatarVariants = (0, import_class_variance_authority7.cva)("relative flex shrink-0 overflow-hidden bg-Colors-Background-Neutral-Primary-Default", {
6665
6665
  variants: {
6666
6666
  size: {
6667
- xs: "w-5 h-5 rounded",
6667
+ xs: "w-5 h-5 rounded-xs",
6668
6668
  // 20 4
6669
- sm: "w-6 h-6 rounded-sm",
6670
- // 24 6
6671
- md: "w-8 h-8 rounded-md",
6672
- // 32 8
6673
- lg: "w-9 h-9 rounded-md",
6674
- // 36 8
6675
- xl: "w-12 h-12 rounded-xl",
6676
- // 48 10 no
6677
- "2xl": "w-14 h-14 rounded-xl",
6678
- // 56 12
6679
- "3xl": "w-16 h-16 rounded-xl",
6680
- // 64 12
6681
- "4xl": "w-18 h-18 rounded-2xl",
6682
- // 72 14 no
6683
- "5xl": "w-21 h-21 rounded-2xl",
6684
- // 84 16
6685
- "6xl": "w-24 h-24 rounded-3xl",
6686
- // 96 20
6687
- "7xl": "w-30 h-30 rounded-4xl"
6669
+ sm: "w-6 h-6 rounded-xs",
6670
+ // 24 4
6671
+ md: "w-8 h-8 rounded-xs",
6672
+ // 32 4
6673
+ lg: "w-9 h-9 rounded-xs",
6674
+ // 36 4
6675
+ xl: "w-12 h-12 rounded-sm",
6676
+ // 48 6
6677
+ "2xl": "w-14 h-14 rounded-sm",
6678
+ // 56 6
6679
+ "3xl": "w-16 h-16 rounded-sm",
6680
+ // 64 6
6681
+ "4xl": "w-18 h-18 rounded-md",
6682
+ // 72 8
6683
+ "5xl": "w-21 h-21 rounded-md",
6684
+ // 84 8
6685
+ "6xl": "w-24 h-24 rounded-xl",
6686
+ // 96 12
6687
+ "7xl": "w-30 h-30 rounded-xl"
6688
6688
  }
6689
6689
  },
6690
6690
  defaultVariants: {