@tecsinapse/cortex-react 1.9.21 → 1.9.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.
|
@@ -15,7 +15,7 @@ const Avatar = ({ src, name, className, ...rest }) => {
|
|
|
15
15
|
{
|
|
16
16
|
...rest,
|
|
17
17
|
className: clsx(
|
|
18
|
-
"rounded-pill bg-secondary-dark h-mega flex items-center justify-center cursor-pointer",
|
|
18
|
+
"rounded-pill bg-secondary-dark h-mega flex items-center justify-center cursor-pointer aspect-square",
|
|
19
19
|
className
|
|
20
20
|
)
|
|
21
21
|
},
|
|
@@ -13,7 +13,7 @@ const Avatar = ({ src, name, className, ...rest }) => {
|
|
|
13
13
|
{
|
|
14
14
|
...rest,
|
|
15
15
|
className: clsx(
|
|
16
|
-
"rounded-pill bg-secondary-dark h-mega flex items-center justify-center cursor-pointer",
|
|
16
|
+
"rounded-pill bg-secondary-dark h-mega flex items-center justify-center cursor-pointer aspect-square",
|
|
17
17
|
className
|
|
18
18
|
)
|
|
19
19
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tecsinapse/cortex-react",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.22",
|
|
4
4
|
"description": "React components based in @tecsinapse/cortex-core",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"react-dom": ">=18.0.0",
|
|
49
49
|
"tailwind": ">=3.3.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "941332d969b026359a280f89fd7bc7ba81f94992"
|
|
52
52
|
}
|