@ledgerhq/lumen-ui-react 0.0.75 → 0.0.76
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.
|
@@ -43,14 +43,14 @@ const v = n.forwardRef(({ children: a, className: r, ...e }, t) => /* @__PURE__
|
|
|
43
43
|
"div",
|
|
44
44
|
{
|
|
45
45
|
ref: t,
|
|
46
|
-
className: s("flex shrink-0 items-center gap-4", r),
|
|
46
|
+
className: s("ml-auto flex shrink-0 items-center gap-4", r),
|
|
47
47
|
"data-slot": "navbar-trailing",
|
|
48
48
|
...e,
|
|
49
49
|
children: a
|
|
50
50
|
}
|
|
51
51
|
));
|
|
52
52
|
v.displayName = "NavBarTrailing";
|
|
53
|
-
const
|
|
53
|
+
const u = n.forwardRef(
|
|
54
54
|
({ children: a, className: r, ...e }, t) => /* @__PURE__ */ o(
|
|
55
55
|
"nav",
|
|
56
56
|
{
|
|
@@ -62,9 +62,9 @@ const B = n.forwardRef(
|
|
|
62
62
|
}
|
|
63
63
|
)
|
|
64
64
|
);
|
|
65
|
-
|
|
65
|
+
u.displayName = "NavBar";
|
|
66
66
|
export {
|
|
67
|
-
|
|
67
|
+
u as NavBar,
|
|
68
68
|
p as NavBarBackButton,
|
|
69
69
|
d as NavBarCoinCapsule,
|
|
70
70
|
N as NavBarTitle,
|
package/dist/package.json
CHANGED