@yuno-payments/dashboard-design-system 0.0.154 → 0.0.155

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.
@@ -1,16 +1,16 @@
1
- import { j as e } from "../../_virtual/jsx-runtime.js";
1
+ import { j as r } from "../../_virtual/jsx-runtime.js";
2
2
  import "react";
3
- import * as r from "@radix-ui/react-avatar";
4
- import { cn as l } from "../../lib/utils.js";
5
- function m({
3
+ import * as e from "@radix-ui/react-avatar";
4
+ import { cn as s } from "../../lib/utils.js";
5
+ function n({
6
6
  className: a,
7
7
  ...t
8
8
  }) {
9
- return /* @__PURE__ */ e.jsx(
10
- r.Root,
9
+ return /* @__PURE__ */ r.jsx(
10
+ e.Root,
11
11
  {
12
12
  "data-slot": "avatar",
13
- className: l(
13
+ className: s(
14
14
  "relative flex size-8 shrink-0 overflow-hidden rounded-full",
15
15
  a
16
16
  ),
@@ -18,29 +18,29 @@ function m({
18
18
  }
19
19
  );
20
20
  }
21
- function n({
21
+ function f({
22
22
  className: a,
23
23
  ...t
24
24
  }) {
25
- return /* @__PURE__ */ e.jsx(
26
- r.Image,
25
+ return /* @__PURE__ */ r.jsx(
26
+ e.Image,
27
27
  {
28
28
  "data-slot": "avatar-image",
29
- className: l("aspect-square size-full", a),
29
+ className: s("aspect-square size-full", a),
30
30
  ...t
31
31
  }
32
32
  );
33
33
  }
34
- function u({
34
+ function m({
35
35
  className: a,
36
36
  ...t
37
37
  }) {
38
- return /* @__PURE__ */ e.jsx(
39
- r.Fallback,
38
+ return /* @__PURE__ */ r.jsx(
39
+ e.Fallback,
40
40
  {
41
41
  "data-slot": "avatar-fallback",
42
- className: l(
43
- "bg-muted flex size-full items-center justify-center rounded-full",
42
+ className: s(
43
+ "bg-surface flex size-full items-center justify-center rounded-full",
44
44
  a
45
45
  ),
46
46
  ...t
@@ -48,7 +48,7 @@ function u({
48
48
  );
49
49
  }
50
50
  export {
51
- m as Avatar,
52
- u as AvatarFallback,
53
- n as AvatarImage
51
+ n as Avatar,
52
+ m as AvatarFallback,
53
+ f as AvatarImage
54
54
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-design-system",
3
- "version": "0.0.154",
3
+ "version": "0.0.155",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",