myshell-react-lib 0.1.21 → 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.js CHANGED
@@ -5935,27 +5935,27 @@ import { jsx as jsx17 } from "react/jsx-runtime";
5935
5935
  var avatarVariants = cva7("relative flex shrink-0 overflow-hidden bg-Colors-Background-Neutral-Primary-Default", {
5936
5936
  variants: {
5937
5937
  size: {
5938
- xs: "w-5 h-5 rounded",
5938
+ xs: "w-5 h-5 rounded-xs",
5939
5939
  // 20 4
5940
- sm: "w-6 h-6 rounded-sm",
5941
- // 24 6
5942
- md: "w-8 h-8 rounded-md",
5943
- // 32 8
5944
- lg: "w-9 h-9 rounded-md",
5945
- // 36 8
5946
- xl: "w-12 h-12 rounded-xl",
5947
- // 48 10 no
5948
- "2xl": "w-14 h-14 rounded-xl",
5949
- // 56 12
5950
- "3xl": "w-16 h-16 rounded-xl",
5951
- // 64 12
5952
- "4xl": "w-18 h-18 rounded-2xl",
5953
- // 72 14 no
5954
- "5xl": "w-21 h-21 rounded-2xl",
5955
- // 84 16
5956
- "6xl": "w-24 h-24 rounded-3xl",
5957
- // 96 20
5958
- "7xl": "w-30 h-30 rounded-4xl"
5940
+ sm: "w-6 h-6 rounded-xs",
5941
+ // 24 4
5942
+ md: "w-8 h-8 rounded-xs",
5943
+ // 32 4
5944
+ lg: "w-9 h-9 rounded-xs",
5945
+ // 36 4
5946
+ xl: "w-12 h-12 rounded-sm",
5947
+ // 48 6
5948
+ "2xl": "w-14 h-14 rounded-sm",
5949
+ // 56 6
5950
+ "3xl": "w-16 h-16 rounded-sm",
5951
+ // 64 6
5952
+ "4xl": "w-18 h-18 rounded-md",
5953
+ // 72 8
5954
+ "5xl": "w-21 h-21 rounded-md",
5955
+ // 84 8
5956
+ "6xl": "w-24 h-24 rounded-xl",
5957
+ // 96 12
5958
+ "7xl": "w-30 h-30 rounded-xl"
5959
5959
  }
5960
5960
  },
5961
5961
  defaultVariants: {