@tecsinapse/cortex-react 1.9.20-beta.0 → 1.9.21

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 w-mega h-mega flex items-center justify-center cursor-pointer",
18
+ "rounded-pill bg-secondary-dark h-mega flex items-center justify-center cursor-pointer",
19
19
  className
20
20
  )
21
21
  },
@@ -24,7 +24,7 @@ const Avatar = ({ src, name, className, ...rest }) => {
24
24
  {
25
25
  src,
26
26
  alt: name,
27
- className: "rounded-pill",
27
+ className: "rounded-pill aspect-square h-mega",
28
28
  onError: () => setHasError(true),
29
29
  "data-testid": "avatar-img"
30
30
  }
@@ -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 w-mega h-mega flex items-center justify-center cursor-pointer",
16
+ "rounded-pill bg-secondary-dark h-mega flex items-center justify-center cursor-pointer",
17
17
  className
18
18
  )
19
19
  },
@@ -22,7 +22,7 @@ const Avatar = ({ src, name, className, ...rest }) => {
22
22
  {
23
23
  src,
24
24
  alt: name,
25
- className: "rounded-pill",
25
+ className: "rounded-pill aspect-square h-mega",
26
26
  onError: () => setHasError(true),
27
27
  "data-testid": "avatar-img"
28
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tecsinapse/cortex-react",
3
- "version": "1.9.20-beta.0",
3
+ "version": "1.9.21",
4
4
  "description": "React components based in @tecsinapse/cortex-core",
5
5
  "license": "MIT",
6
6
  "main": "dist/esm/index.js",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@floating-ui/react": "^0.26.18",
22
22
  "@internationalized/date": "*",
23
- "@tecsinapse/cortex-core": "0.4.8-beta.0",
23
+ "@tecsinapse/cortex-core": "0.4.9",
24
24
  "clsx": "*",
25
25
  "currency.js": "~2.0.4",
26
26
  "react-aria": "^3.33.1",
@@ -48,5 +48,5 @@
48
48
  "react-dom": ">=18.0.0",
49
49
  "tailwind": ">=3.3.0"
50
50
  },
51
- "gitHead": "6351ddb5b10a5ef01aa4a92bdc909e6aded110e5"
51
+ "gitHead": "facab9dc92fe7dfaf55579ab593fd81c95bb34c6"
52
52
  }