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.cjs +20 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +20 -20
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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-
|
|
5941
|
-
// 24
|
|
5942
|
-
md: "w-8 h-8 rounded-
|
|
5943
|
-
// 32
|
|
5944
|
-
lg: "w-9 h-9 rounded-
|
|
5945
|
-
// 36
|
|
5946
|
-
xl: "w-12 h-12 rounded-
|
|
5947
|
-
// 48
|
|
5948
|
-
"2xl": "w-14 h-14 rounded-
|
|
5949
|
-
// 56
|
|
5950
|
-
"3xl": "w-16 h-16 rounded-
|
|
5951
|
-
// 64
|
|
5952
|
-
"4xl": "w-18 h-18 rounded-
|
|
5953
|
-
// 72
|
|
5954
|
-
"5xl": "w-21 h-21 rounded-
|
|
5955
|
-
// 84
|
|
5956
|
-
"6xl": "w-24 h-24 rounded-
|
|
5957
|
-
// 96
|
|
5958
|
-
"7xl": "w-30 h-30 rounded-
|
|
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: {
|