@ledgerhq/lumen-ui-react 0.1.26 → 0.1.27

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.
@@ -80,7 +80,7 @@ const [I, u] = N("Table"), S = s(
80
80
  ...o,
81
81
  children: a
82
82
  }
83
- ), A = s("sticky top-0 z-10", {
83
+ ), A = s("sticky top-0 z-table-header", {
84
84
  variants: {
85
85
  appearance: {
86
86
  "no-background": "bg-canvas",
@@ -316,7 +316,7 @@ const [I, u] = N("Table"), S = s(
316
316
  asc: B,
317
317
  desc: j,
318
318
  idle: R
319
- }, v = {
319
+ }, h = {
320
320
  root: s(
321
321
  [
322
322
  "flex min-w-0 cursor-pointer items-center gap-4",
@@ -349,7 +349,7 @@ const [I, u] = N("Table"), S = s(
349
349
  ref: i,
350
350
  ...d
351
351
  }) => {
352
- const { t: b } = C(), h = L[e || "idle"], x = {
352
+ const { t: b } = C(), v = L[e || "idle"], x = {
353
353
  asc: b("table.ascAriaLabel"),
354
354
  desc: b("table.descAriaLabel")
355
355
  };
@@ -359,7 +359,7 @@ const [I, u] = N("Table"), S = s(
359
359
  ...d,
360
360
  ref: i,
361
361
  type: "button",
362
- className: v.root({ align: t, className: l }),
362
+ className: h.root({ align: t, className: l }),
363
363
  "aria-label": e ? x[e] : void 0,
364
364
  onClick: (g) => {
365
365
  o?.(g), n?.(e === "asc" ? "desc" : "asc");
@@ -367,10 +367,10 @@ const [I, u] = N("Table"), S = s(
367
367
  children: [
368
368
  /* @__PURE__ */ r("span", { className: "min-w-0 truncate", children: a }),
369
369
  /* @__PURE__ */ r(
370
- h,
370
+ v,
371
371
  {
372
372
  size: 20,
373
- className: v.icon({
373
+ className: h.icon({
374
374
  active: !!e
375
375
  })
376
376
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/lumen-ui-react",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "keywords": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/lumen-ui-react",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "keywords": [
@@ -55,7 +55,7 @@
55
55
  "@radix-ui/react-tooltip": "^1.2.8",
56
56
  "class-variance-authority": "^0.7.1",
57
57
  "@tanstack/react-table": "^8.21.3",
58
- "@ledgerhq/lumen-design-core": "0.1.11",
58
+ "@ledgerhq/lumen-design-core": "0.1.12",
59
59
  "clsx": "^2.1.1",
60
60
  "react": "^18.0.0 || ^19.0.0",
61
61
  "react-dom": "^18.0.0 || ^19.0.0",