@ledgerhq/lumen-ui-react 0.1.20 → 0.1.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.
Files changed (57) hide show
  1. package/dist/index.js +121 -121
  2. package/dist/lib/Components/Banner/Banner.js +1 -1
  3. package/dist/lib/Components/CardButton/CardButton.js +2 -2
  4. package/dist/lib/Components/Dialog/Dialog.d.ts +1 -1
  5. package/dist/lib/Components/Dialog/Dialog.js +4 -4
  6. package/dist/lib/Components/Dialog/DialogHeader/DialogHeader.d.ts +1 -1
  7. package/dist/lib/Components/Dialog/DialogHeader/DialogHeader.d.ts.map +1 -1
  8. package/dist/lib/Components/Dialog/DialogHeader/DialogHeader.js +31 -31
  9. package/dist/lib/Components/Dialog/types.d.ts +3 -2
  10. package/dist/lib/Components/Dialog/types.d.ts.map +1 -1
  11. package/dist/lib/Components/Icon/Icon.js +1 -1
  12. package/dist/lib/Components/InteractiveIcon/InteractiveIcon.js +2 -2
  13. package/dist/lib/Components/Link/Link.js +2 -2
  14. package/dist/lib/Components/ListItem/ListItem.d.ts +2 -2
  15. package/dist/lib/Components/ListItem/ListItem.d.ts.map +1 -1
  16. package/dist/lib/Components/ListItem/ListItem.js +87 -51
  17. package/dist/lib/Components/ListItem/types.d.ts +9 -9
  18. package/dist/lib/Components/ListItem/types.d.ts.map +1 -1
  19. package/dist/lib/Components/MediaButton/MediaButton.d.ts +30 -0
  20. package/dist/lib/Components/MediaButton/MediaButton.d.ts.map +1 -0
  21. package/dist/lib/Components/{TriggerButton/TriggerButton.js → MediaButton/MediaButton.js} +24 -23
  22. package/dist/lib/Components/MediaButton/index.d.ts +3 -0
  23. package/dist/lib/Components/MediaButton/index.d.ts.map +1 -0
  24. package/dist/lib/Components/{TriggerButton → MediaButton}/types.d.ts +9 -4
  25. package/dist/lib/Components/MediaButton/types.d.ts.map +1 -0
  26. package/dist/lib/Components/Popover/Popover.d.ts +1 -1
  27. package/dist/lib/Components/Popover/Popover.d.ts.map +1 -1
  28. package/dist/lib/Components/Popover/Popover.js +36 -34
  29. package/dist/lib/Components/Popover/types.d.ts +11 -1
  30. package/dist/lib/Components/Popover/types.d.ts.map +1 -1
  31. package/dist/lib/Components/Select/Select.d.ts +2 -3
  32. package/dist/lib/Components/Select/Select.d.ts.map +1 -1
  33. package/dist/lib/Components/Select/Select.js +132 -139
  34. package/dist/lib/Components/Select/index.d.ts +1 -1
  35. package/dist/lib/Components/Select/index.d.ts.map +1 -1
  36. package/dist/lib/Components/Select/types.d.ts +2 -10
  37. package/dist/lib/Components/Select/types.d.ts.map +1 -1
  38. package/dist/lib/Components/Spot/Spot.js +2 -2
  39. package/dist/lib/Components/Switch/Switch.js +1 -1
  40. package/dist/lib/Components/Tag/Tag.js +1 -1
  41. package/dist/lib/Components/ThemeProvider/ThemeProvider.d.ts +7 -0
  42. package/dist/lib/Components/ThemeProvider/ThemeProvider.d.ts.map +1 -1
  43. package/dist/lib/Components/ThemeProvider/ThemeProvider.js +24 -18
  44. package/dist/lib/Components/ThemeProvider/ThemeProvider.types.d.ts +7 -1
  45. package/dist/lib/Components/ThemeProvider/ThemeProvider.types.d.ts.map +1 -1
  46. package/dist/lib/Components/ThemeProvider/useRootColorModeSideEffect.d.ts +10 -5
  47. package/dist/lib/Components/ThemeProvider/useRootColorModeSideEffect.d.ts.map +1 -1
  48. package/dist/lib/Components/ThemeProvider/useRootColorModeSideEffect.js +22 -21
  49. package/dist/lib/Components/index.d.ts +1 -1
  50. package/dist/lib/Components/index.d.ts.map +1 -1
  51. package/dist/package.json +3 -2
  52. package/package.json +2 -1
  53. package/dist/lib/Components/TriggerButton/TriggerButton.d.ts +0 -30
  54. package/dist/lib/Components/TriggerButton/TriggerButton.d.ts.map +0 -1
  55. package/dist/lib/Components/TriggerButton/index.d.ts +0 -3
  56. package/dist/lib/Components/TriggerButton/index.d.ts.map +0 -1
  57. package/dist/lib/Components/TriggerButton/types.d.ts.map +0 -1
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import { Banner as x } from "./lib/Components/Banner/Banner.js";
7
7
  import { BaseInput as u } from "./lib/Components/BaseInput/BaseInput.js";
8
8
  import { Button as S } from "./lib/Components/Button/Button.js";
9
9
  import { BaseButton as c } from "./lib/Components/Button/BaseButton.js";
10
- import { Card as b, CardContent as I, CardContentDescription as s, CardContentRow as D, CardContentTitle as M, CardFooter as L, CardFooterActions as h, CardHeader as v, CardLeading as R, CardTrailing as w } from "./lib/Components/Card/Card.js";
10
+ import { Card as b, CardContent as I, CardContentDescription as s, CardContentRow as M, CardContentTitle as D, CardFooter as L, CardFooterActions as h, CardHeader as v, CardLeading as R, CardTrailing as w } from "./lib/Components/Card/Card.js";
11
11
  import { CardButton as y } from "./lib/Components/CardButton/CardButton.js";
12
12
  import { ContentBanner as P, ContentBannerContent as k, ContentBannerDescription as N, ContentBannerTitle as G } from "./lib/Components/ContentBanner/ContentBanner.js";
13
13
  import { Checkbox as F } from "./lib/Components/Checkbox/Checkbox.js";
@@ -22,31 +22,31 @@ import { IconButton as me } from "./lib/Components/IconButton/IconButton.js";
22
22
  import { InteractiveIcon as Te } from "./lib/Components/InteractiveIcon/InteractiveIcon.js";
23
23
  import { Link as fe } from "./lib/Components/Link/Link.js";
24
24
  import { ListItem as Ce, ListItemContent as Se, ListItemContentRow as ge, ListItemDescription as ce, ListItemLeading as Be, ListItemTitle as be, ListItemTrailing as Ie } from "./lib/Components/ListItem/ListItem.js";
25
- import { MediaBanner as De, MediaBannerDescription as Me, MediaBannerTitle as Le } from "./lib/Components/MediaBanner/MediaBanner.js";
26
- import { MediaCard as ve, MediaCardTitle as Re } from "./lib/Components/MediaCard/MediaCard.js";
27
- import { MediaImage as Ae } from "./lib/Components/MediaImage/MediaImage.js";
28
- import { Menu as He, MenuCheckboxItem as Pe, MenuContent as ke, MenuGroup as Ne, MenuItem as Ge, MenuLabel as Ee, MenuPortal as Fe, MenuRadioGroup as ze, MenuRadioItem as Oe, MenuSeparator as _e, MenuSub as je, MenuSubContent as qe, MenuSubTrigger as Je, MenuTrigger as Ke } from "./lib/Components/Menu/Menu.js";
29
- import { NavBar as Ue, NavBarBackButton as Ve, NavBarCoinCapsule as We, NavBarTitle as Xe, NavBarTrailing as Ye } from "./lib/Components/NavBar/NavBar.js";
30
- import { Popover as $e, PopoverContent as eo, PopoverTrigger as oo, createPopoverHandle as to } from "./lib/Components/Popover/Popover.js";
31
- import { PageIndicator as ao } from "./lib/Components/PageIndicator/PageIndicator.js";
32
- import { SearchInput as io } from "./lib/Components/SearchInput/SearchInput.js";
33
- import { SegmentedControl as lo, SegmentedControlButton as mo } from "./lib/Components/SegmentedControl/SegmentedControl.js";
34
- import { Select as xo, SelectContent as fo, SelectEmptyState as uo, SelectItem as Co, SelectItemContent as So, SelectItemDescription as go, SelectItemText as co, SelectList as Bo, SelectSearch as bo, SelectSeparator as Io, SelectTrigger as so, SelectTriggerButton as Do } from "./lib/Components/Select/Select.js";
35
- import { TriggerButton as Lo } from "./lib/Components/TriggerButton/TriggerButton.js";
36
- import { SideBar as vo, SideBarCollapseToggle as Ro, SideBarItem as wo, SideBarLeading as Ao, SideBarTrailing as yo } from "./lib/Components/SideBar/SideBar.js";
37
- import { Skeleton as Po } from "./lib/Components/Skeleton/Skeleton.js";
38
- import { Spinner as No } from "./lib/Components/Spinner/Spinner.js";
39
- import { Spot as Eo } from "./lib/Components/Spot/Spot.js";
40
- import { Stepper as zo } from "./lib/Components/Stepper/Stepper.js";
41
- import { Subheader as _o, SubheaderCount as jo, SubheaderDescription as qo, SubheaderInfo as Jo, SubheaderRow as Ko, SubheaderShowMore as Qo, SubheaderTitle as Uo } from "./lib/Components/Subheader/Subheader.js";
42
- import { Switch as Wo } from "./lib/Components/Switch/Switch.js";
43
- import { Table as Yo, TableActionBar as Zo, TableActionBarLeading as $o, TableActionBarTrailing as et, TableBody as ot, TableCell as tt, TableCellContent as rt, TableGroupHeaderRow as at, TableHeader as nt, TableHeaderCell as it, TableHeaderRow as pt, TableInfoIcon as lt, TableLoadingRow as mt, TableRoot as dt, TableRow as Tt, TableSortButton as xt } from "./lib/Components/Table/Table.js";
44
- import { Tag as ut } from "./lib/Components/Tag/Tag.js";
45
- import { TextInput as St } from "./lib/Components/TextInput/TextInput.js";
46
- import { Tile as ct, TileContent as Bt, TileDescription as bt, TileSecondaryAction as It, TileTitle as st, TileTrailingContent as Dt } from "./lib/Components/Tile/Tile.js";
47
- import { TileButton as Lt } from "./lib/Components/TileButton/TileButton.js";
48
- import { Tooltip as vt, TooltipContent as Rt, TooltipProvider as wt, TooltipTrigger as At } from "./lib/Components/Tooltip/Tooltip.js";
49
- import { ThemeProvider as Ht } from "./lib/Components/ThemeProvider/ThemeProvider.js";
25
+ import { MediaBanner as Me, MediaBannerDescription as De, MediaBannerTitle as Le } from "./lib/Components/MediaBanner/MediaBanner.js";
26
+ import { MediaButton as ve } from "./lib/Components/MediaButton/MediaButton.js";
27
+ import { MediaCard as we, MediaCardTitle as Ae } from "./lib/Components/MediaCard/MediaCard.js";
28
+ import { MediaImage as He } from "./lib/Components/MediaImage/MediaImage.js";
29
+ import { Menu as ke, MenuCheckboxItem as Ne, MenuContent as Ge, MenuGroup as Ee, MenuItem as Fe, MenuLabel as ze, MenuPortal as Oe, MenuRadioGroup as _e, MenuRadioItem as je, MenuSeparator as qe, MenuSub as Je, MenuSubContent as Ke, MenuSubTrigger as Qe, MenuTrigger as Ue } from "./lib/Components/Menu/Menu.js";
30
+ import { NavBar as We, NavBarBackButton as Xe, NavBarCoinCapsule as Ye, NavBarTitle as Ze, NavBarTrailing as $e } from "./lib/Components/NavBar/NavBar.js";
31
+ import { Popover as oo, PopoverContent as to, PopoverTrigger as ro, createPopoverHandle as ao } from "./lib/Components/Popover/Popover.js";
32
+ import { PageIndicator as io } from "./lib/Components/PageIndicator/PageIndicator.js";
33
+ import { SearchInput as lo } from "./lib/Components/SearchInput/SearchInput.js";
34
+ import { SegmentedControl as To, SegmentedControlButton as xo } from "./lib/Components/SegmentedControl/SegmentedControl.js";
35
+ import { Select as uo, SelectContent as Co, SelectEmptyState as So, SelectItem as go, SelectItemContent as co, SelectItemDescription as Bo, SelectItemText as bo, SelectList as Io, SelectSearch as so, SelectSeparator as Mo, SelectTrigger as Do } from "./lib/Components/Select/Select.js";
36
+ import { SideBar as ho, SideBarCollapseToggle as vo, SideBarItem as Ro, SideBarLeading as wo, SideBarTrailing as Ao } from "./lib/Components/SideBar/SideBar.js";
37
+ import { Skeleton as Ho } from "./lib/Components/Skeleton/Skeleton.js";
38
+ import { Spinner as ko } from "./lib/Components/Spinner/Spinner.js";
39
+ import { Spot as Go } from "./lib/Components/Spot/Spot.js";
40
+ import { Stepper as Fo } from "./lib/Components/Stepper/Stepper.js";
41
+ import { Subheader as Oo, SubheaderCount as _o, SubheaderDescription as jo, SubheaderInfo as qo, SubheaderRow as Jo, SubheaderShowMore as Ko, SubheaderTitle as Qo } from "./lib/Components/Subheader/Subheader.js";
42
+ import { Switch as Vo } from "./lib/Components/Switch/Switch.js";
43
+ import { Table as Xo, TableActionBar as Yo, TableActionBarLeading as Zo, TableActionBarTrailing as $o, TableBody as et, TableCell as ot, TableCellContent as tt, TableGroupHeaderRow as rt, TableHeader as at, TableHeaderCell as nt, TableHeaderRow as it, TableInfoIcon as pt, TableLoadingRow as lt, TableRoot as mt, TableRow as dt, TableSortButton as Tt } from "./lib/Components/Table/Table.js";
44
+ import { Tag as ft } from "./lib/Components/Tag/Tag.js";
45
+ import { TextInput as Ct } from "./lib/Components/TextInput/TextInput.js";
46
+ import { Tile as gt, TileContent as ct, TileDescription as Bt, TileSecondaryAction as bt, TileTitle as It, TileTrailingContent as st } from "./lib/Components/Tile/Tile.js";
47
+ import { TileButton as Dt } from "./lib/Components/TileButton/TileButton.js";
48
+ import { Tooltip as ht, TooltipContent as vt, TooltipProvider as Rt, TooltipTrigger as wt } from "./lib/Components/Tooltip/Tooltip.js";
49
+ import { ThemeProvider as yt, useTheme as Ht } from "./lib/Components/ThemeProvider/ThemeProvider.js";
50
50
  import { COLOR_SCHEMES as kt } from "./lib/Components/ThemeProvider/ThemeProvider.types.js";
51
51
  export {
52
52
  a as AddressInput,
@@ -62,8 +62,8 @@ export {
62
62
  y as CardButton,
63
63
  I as CardContent,
64
64
  s as CardContentDescription,
65
- D as CardContentRow,
66
- M as CardContentTitle,
65
+ M as CardContentRow,
66
+ D as CardContentTitle,
67
67
  L as CardFooter,
68
68
  h as CardFooterActions,
69
69
  v as CardHeader,
@@ -98,100 +98,100 @@ export {
98
98
  Be as ListItemLeading,
99
99
  be as ListItemTitle,
100
100
  Ie as ListItemTrailing,
101
- De as MediaBanner,
102
- Me as MediaBannerDescription,
101
+ Me as MediaBanner,
102
+ De as MediaBannerDescription,
103
103
  Le as MediaBannerTitle,
104
- ve as MediaCard,
105
- Re as MediaCardTitle,
106
- Ae as MediaImage,
107
- He as Menu,
108
- Pe as MenuCheckboxItem,
109
- ke as MenuContent,
110
- Ne as MenuGroup,
111
- Ge as MenuItem,
112
- Ee as MenuLabel,
113
- Fe as MenuPortal,
114
- ze as MenuRadioGroup,
115
- Oe as MenuRadioItem,
116
- _e as MenuSeparator,
117
- je as MenuSub,
118
- qe as MenuSubContent,
119
- Je as MenuSubTrigger,
120
- Ke as MenuTrigger,
121
- Ue as NavBar,
122
- Ve as NavBarBackButton,
123
- We as NavBarCoinCapsule,
124
- Xe as NavBarTitle,
125
- Ye as NavBarTrailing,
126
- ao as PageIndicator,
127
- $e as Popover,
128
- eo as PopoverContent,
129
- oo as PopoverTrigger,
130
- io as SearchInput,
131
- lo as SegmentedControl,
132
- mo as SegmentedControlButton,
133
- xo as Select,
134
- fo as SelectContent,
135
- uo as SelectEmptyState,
136
- Co as SelectItem,
137
- So as SelectItemContent,
138
- go as SelectItemDescription,
139
- co as SelectItemText,
140
- Bo as SelectList,
141
- bo as SelectSearch,
142
- Io as SelectSeparator,
143
- so as SelectTrigger,
144
- Do as SelectTriggerButton,
145
- vo as SideBar,
146
- Ro as SideBarCollapseToggle,
147
- wo as SideBarItem,
148
- Ao as SideBarLeading,
149
- yo as SideBarTrailing,
150
- Po as Skeleton,
151
- No as Spinner,
152
- Eo as Spot,
153
- zo as Stepper,
154
- _o as Subheader,
155
- jo as SubheaderCount,
156
- qo as SubheaderDescription,
157
- Jo as SubheaderInfo,
158
- Ko as SubheaderRow,
159
- Qo as SubheaderShowMore,
160
- Uo as SubheaderTitle,
161
- Wo as Switch,
162
- Yo as Table,
163
- Zo as TableActionBar,
164
- $o as TableActionBarLeading,
165
- et as TableActionBarTrailing,
166
- ot as TableBody,
167
- tt as TableCell,
168
- rt as TableCellContent,
169
- at as TableGroupHeaderRow,
170
- nt as TableHeader,
171
- it as TableHeaderCell,
172
- pt as TableHeaderRow,
173
- lt as TableInfoIcon,
174
- mt as TableLoadingRow,
175
- dt as TableRoot,
176
- Tt as TableRow,
177
- xt as TableSortButton,
178
- ut as Tag,
179
- St as TextInput,
180
- Ht as ThemeProvider,
181
- ct as Tile,
182
- Lt as TileButton,
183
- Bt as TileContent,
184
- bt as TileDescription,
185
- It as TileSecondaryAction,
186
- st as TileTitle,
187
- Dt as TileTrailingContent,
188
- vt as Tooltip,
189
- Rt as TooltipContent,
190
- wt as TooltipProvider,
191
- At as TooltipTrigger,
192
- Lo as TriggerButton,
193
- to as createPopoverHandle,
104
+ ve as MediaButton,
105
+ we as MediaCard,
106
+ Ae as MediaCardTitle,
107
+ He as MediaImage,
108
+ ke as Menu,
109
+ Ne as MenuCheckboxItem,
110
+ Ge as MenuContent,
111
+ Ee as MenuGroup,
112
+ Fe as MenuItem,
113
+ ze as MenuLabel,
114
+ Oe as MenuPortal,
115
+ _e as MenuRadioGroup,
116
+ je as MenuRadioItem,
117
+ qe as MenuSeparator,
118
+ Je as MenuSub,
119
+ Ke as MenuSubContent,
120
+ Qe as MenuSubTrigger,
121
+ Ue as MenuTrigger,
122
+ We as NavBar,
123
+ Xe as NavBarBackButton,
124
+ Ye as NavBarCoinCapsule,
125
+ Ze as NavBarTitle,
126
+ $e as NavBarTrailing,
127
+ io as PageIndicator,
128
+ oo as Popover,
129
+ to as PopoverContent,
130
+ ro as PopoverTrigger,
131
+ lo as SearchInput,
132
+ To as SegmentedControl,
133
+ xo as SegmentedControlButton,
134
+ uo as Select,
135
+ Co as SelectContent,
136
+ So as SelectEmptyState,
137
+ go as SelectItem,
138
+ co as SelectItemContent,
139
+ Bo as SelectItemDescription,
140
+ bo as SelectItemText,
141
+ Io as SelectList,
142
+ so as SelectSearch,
143
+ Mo as SelectSeparator,
144
+ Do as SelectTrigger,
145
+ ho as SideBar,
146
+ vo as SideBarCollapseToggle,
147
+ Ro as SideBarItem,
148
+ wo as SideBarLeading,
149
+ Ao as SideBarTrailing,
150
+ Ho as Skeleton,
151
+ ko as Spinner,
152
+ Go as Spot,
153
+ Fo as Stepper,
154
+ Oo as Subheader,
155
+ _o as SubheaderCount,
156
+ jo as SubheaderDescription,
157
+ qo as SubheaderInfo,
158
+ Jo as SubheaderRow,
159
+ Ko as SubheaderShowMore,
160
+ Qo as SubheaderTitle,
161
+ Vo as Switch,
162
+ Xo as Table,
163
+ Yo as TableActionBar,
164
+ Zo as TableActionBarLeading,
165
+ $o as TableActionBarTrailing,
166
+ et as TableBody,
167
+ ot as TableCell,
168
+ tt as TableCellContent,
169
+ rt as TableGroupHeaderRow,
170
+ at as TableHeader,
171
+ nt as TableHeaderCell,
172
+ it as TableHeaderRow,
173
+ pt as TableInfoIcon,
174
+ lt as TableLoadingRow,
175
+ mt as TableRoot,
176
+ dt as TableRow,
177
+ Tt as TableSortButton,
178
+ ft as Tag,
179
+ Ct as TextInput,
180
+ yt as ThemeProvider,
181
+ gt as Tile,
182
+ Dt as TileButton,
183
+ ct as TileContent,
184
+ Bt as TileDescription,
185
+ bt as TileSecondaryAction,
186
+ It as TileTitle,
187
+ st as TileTrailingContent,
188
+ ht as Tooltip,
189
+ vt as TooltipContent,
190
+ Rt as TooltipProvider,
191
+ wt as TooltipTrigger,
192
+ ao as createPopoverHandle,
194
193
  ie as mediaImageDotSizeMap,
195
194
  pe as spotDotSizeMap,
196
- J as useLumenDataTable
195
+ J as useLumenDataTable,
196
+ Ht as useTheme
197
197
  };
@@ -41,7 +41,7 @@ const k = {
41
41
  "div",
42
42
  {
43
43
  ref: m,
44
- className: c(t, F.root({ appearance: s })),
44
+ className: c(F.root({ appearance: s }), t),
45
45
  ...p,
46
46
  children: [
47
47
  /* @__PURE__ */ r("div", { className: "flex shrink-0 items-start py-4", children: x }),
@@ -35,10 +35,10 @@ const h = f(
35
35
  {
36
36
  ref: i,
37
37
  className: p(
38
- o,
39
38
  h({
40
39
  appearance: d
41
- })
40
+ }),
41
+ o
42
42
  ),
43
43
  disabled: c,
44
44
  ...u,
@@ -19,7 +19,7 @@ import { DialogBodyProps, DialogBodyStickyContentProps, DialogContentProps, Dial
19
19
  * </DialogTrigger>
20
20
  * <DialogContent>
21
21
  * <DialogHeader
22
- * appearance='compact'
22
+ * density='compact'
23
23
  * title='Dialog Title'
24
24
  * description='Dialog Description'
25
25
  * onBack={() => {}}
@@ -37,8 +37,8 @@ const p = ({ ref: t, className: a, ...e }) => /* @__PURE__ */ o(
37
37
  ref: t,
38
38
  "data-slot": "dialog-overlay",
39
39
  className: i(
40
- a,
41
- "fixed inset-0 z-dialog-overlay bg-canvas-overlay backdrop-blur-sm data-[state=closed]:animate-fade-out data-[state=open]:animate-fade-in"
40
+ "fixed inset-0 z-dialog-overlay bg-canvas-overlay backdrop-blur-sm data-[state=closed]:animate-fade-out data-[state=open]:animate-fade-in",
41
+ a
42
42
  ),
43
43
  ...e
44
44
  }
@@ -86,8 +86,8 @@ const w = ({
86
86
  className: i(
87
87
  "-mb-24 flex min-h-0 grow flex-col overflow-y-auto px-24 pb-24",
88
88
  c === "fit" ? "basis-auto" : "basis-0",
89
- a,
90
- n === "auto" ? "scrollbar-custom" : "scrollbar-none"
89
+ n === "auto" ? "scrollbar-custom" : "scrollbar-none",
90
+ a
91
91
  ),
92
92
  ...d,
93
93
  children: e
@@ -1,3 +1,3 @@
1
1
  import { DialogHeaderProps } from '../types';
2
- export declare const DialogHeader: ({ ref, title, description, appearance, ...props }: DialogHeaderProps) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const DialogHeader: ({ ref, title, description, density, ...props }: DialogHeaderProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=DialogHeader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DialogHeader.d.ts","sourceRoot":"","sources":["../../../../../src/lib/Components/Dialog/DialogHeader/DialogHeader.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAiJ7C,eAAO,MAAM,YAAY,GAAI,mDAM1B,iBAAiB,4CAqBnB,CAAC"}
1
+ {"version":3,"file":"DialogHeader.d.ts","sourceRoot":"","sources":["../../../../../src/lib/Components/Dialog/DialogHeader/DialogHeader.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAiJ7C,eAAO,MAAM,YAAY,GAAI,gDAM1B,iBAAiB,4CAqBnB,CAAC"}
@@ -1,6 +1,6 @@
1
- import { jsxs as i, Fragment as s, jsx as e } from "react/jsx-runtime";
2
- import { cn as c } from "../../../../libs/utils-shared/dist/index.js";
3
- import * as p from "@radix-ui/react-dialog";
1
+ import { jsxs as n, Fragment as c, jsx as e } from "react/jsx-runtime";
2
+ import { cn as s } from "../../../../libs/utils-shared/dist/index.js";
3
+ import * as h from "@radix-ui/react-dialog";
4
4
  import { cva as u } from "class-variance-authority";
5
5
  import { useCommonTranslation as x } from "../../../../i18n/useCommonTranslation.js";
6
6
  import { IconButton as f } from "../../IconButton/IconButton.js";
@@ -9,7 +9,7 @@ import { DialogClose as b } from "../DialogClose/DialogClose.js";
9
9
  import { Close as v } from "../../../Symbols/Icons/Close.js";
10
10
  const D = u("flex px-24 text-base", {
11
11
  variants: {
12
- appearance: {
12
+ density: {
13
13
  compact: "mb-12 h-64 min-h-64 flex-row items-center gap-12",
14
14
  expanded: "flex-col gap-16 pb-12 pt-10"
15
15
  }
@@ -27,7 +27,7 @@ const D = u("flex px-24 text-base", {
27
27
  "aria-label": a("components.dialogHeader.goBackAriaLabel")
28
28
  }
29
29
  );
30
- }, h = ({ onClose: r }) => {
30
+ }, p = ({ onClose: r }) => {
31
31
  const { t: a } = x();
32
32
  return /* @__PURE__ */ e(b, { asChild: !0, children: /* @__PURE__ */ e(
33
33
  f,
@@ -41,42 +41,42 @@ const D = u("flex px-24 text-base", {
41
41
  }
42
42
  ) });
43
43
  }, C = ({ hidden: r, className: a, ...o }) => /* @__PURE__ */ e(
44
- p.Title,
44
+ h.Title,
45
45
  {
46
46
  "data-slot": "dialog-title",
47
- className: c(r && "sr-only", a),
47
+ className: s(r && "sr-only", a),
48
48
  ...o
49
49
  }
50
- ), y = ({ hidden: r, className: a, ...o }) => /* @__PURE__ */ e(
51
- p.Description,
50
+ ), H = ({ hidden: r, className: a, ...o }) => /* @__PURE__ */ e(
51
+ h.Description,
52
52
  {
53
53
  "data-slot": "dialog-description",
54
- className: c(r && "sr-only", a),
54
+ className: s(r && "sr-only", a),
55
55
  ...o
56
56
  }
57
- ), H = ({
57
+ ), w = ({
58
58
  ref: r,
59
59
  className: a,
60
- appearance: o = "compact",
60
+ density: o = "compact",
61
61
  title: l,
62
62
  description: t,
63
63
  onClose: m,
64
- onBack: n,
64
+ onBack: i,
65
65
  ...g
66
- }) => /* @__PURE__ */ i(
66
+ }) => /* @__PURE__ */ n(
67
67
  "div",
68
68
  {
69
69
  ref: r,
70
- className: D({ appearance: o, className: a }),
70
+ className: D({ density: o, className: a }),
71
71
  ...g,
72
72
  children: [
73
- o === "compact" && /* @__PURE__ */ i(s, { children: [
74
- n && /* @__PURE__ */ e(d, { onBack: n }),
75
- /* @__PURE__ */ i(
73
+ o === "compact" && /* @__PURE__ */ n(c, { children: [
74
+ i && /* @__PURE__ */ e(d, { onBack: i }),
75
+ /* @__PURE__ */ n(
76
76
  "div",
77
77
  {
78
- className: c("flex min-w-0 flex-1 flex-col", {
79
- "pl-40": !n
78
+ className: s("flex min-w-0 flex-1 flex-col", {
79
+ "pl-40": !i
80
80
  }),
81
81
  children: [
82
82
  l && /* @__PURE__ */ e("div", { className: "truncate text-center heading-5-semi-bold", children: l }),
@@ -84,14 +84,14 @@ const D = u("flex px-24 text-base", {
84
84
  ]
85
85
  }
86
86
  ),
87
- /* @__PURE__ */ e(h, { onClose: m })
87
+ /* @__PURE__ */ e(p, { onClose: m })
88
88
  ] }),
89
- o === "expanded" && /* @__PURE__ */ i(s, { children: [
90
- /* @__PURE__ */ i("div", { className: "flex h-40 flex-row items-center", children: [
91
- n && /* @__PURE__ */ e(d, { onBack: n }),
92
- /* @__PURE__ */ e("div", { className: "ml-auto", children: /* @__PURE__ */ e(h, { onClose: m }) })
89
+ o === "expanded" && /* @__PURE__ */ n(c, { children: [
90
+ /* @__PURE__ */ n("div", { className: "flex h-40 flex-row items-center", children: [
91
+ i && /* @__PURE__ */ e(d, { onBack: i }),
92
+ /* @__PURE__ */ e("div", { className: "ml-auto", children: /* @__PURE__ */ e(p, { onClose: m }) })
93
93
  ] }),
94
- (l || t) && /* @__PURE__ */ i("div", { className: "flex flex-col gap-4", children: [
94
+ (l || t) && /* @__PURE__ */ n("div", { className: "flex flex-col gap-4", children: [
95
95
  l && /* @__PURE__ */ e("div", { className: "heading-3-semi-bold", children: l }),
96
96
  t && /* @__PURE__ */ e("div", { className: "body-2 text-muted", children: t })
97
97
  ] })
@@ -102,21 +102,21 @@ const D = u("flex px-24 text-base", {
102
102
  ref: r,
103
103
  title: a = "",
104
104
  description: o,
105
- appearance: l = "compact",
105
+ density: l = "compact",
106
106
  ...t
107
- }) => /* @__PURE__ */ i(s, { children: [
107
+ }) => /* @__PURE__ */ n(c, { children: [
108
108
  /* @__PURE__ */ e(
109
- H,
109
+ w,
110
110
  {
111
111
  ref: r,
112
112
  title: a,
113
113
  description: o,
114
- appearance: l,
114
+ density: l,
115
115
  ...t
116
116
  }
117
117
  ),
118
118
  /* @__PURE__ */ e(C, { hidden: !0, children: a }),
119
- o && /* @__PURE__ */ e(y, { hidden: !0, children: o })
119
+ o && /* @__PURE__ */ e(H, { hidden: !0, children: o })
120
120
  ] });
121
121
  export {
122
122
  F as DialogHeader
@@ -1,3 +1,4 @@
1
+ import { Density } from '@ledgerhq/lumen-utils-shared';
1
2
  import { ComponentPropsWithRef, ReactNode } from 'react';
2
3
  export type DialogHeight = 'fit' | 'fixed';
3
4
  export type DialogProps = {
@@ -95,10 +96,10 @@ export type DialogContentProps = {
95
96
  };
96
97
  export type DialogHeaderProps = {
97
98
  /**
98
- * The appearance variant of the header.
99
+ * The density variant of the header.
99
100
  * @default 'compact'
100
101
  */
101
- appearance?: 'compact' | 'expanded';
102
+ density?: Density;
102
103
  /**
103
104
  * The main title to display in the header.
104
105
  */
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Dialog/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Dialog/types.ts"],"names":[],"mappings":"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"}
@@ -33,7 +33,7 @@ const h = a("inline-block shrink-0", {
33
33
  "aria-hidden": "true",
34
34
  xmlns: e,
35
35
  viewBox: r,
36
- className: s(i, h({ size: n }), "inline-block"),
36
+ className: s(h({ size: n }), "inline-block", i),
37
37
  ...t
38
38
  },
39
39
  c
@@ -46,8 +46,8 @@ const v = u(
46
46
  ref: s,
47
47
  disabled: e,
48
48
  className: b(
49
- i,
50
- v({ disabled: e, iconType: r, appearance: n })
49
+ v({ disabled: e, iconType: r, appearance: n }),
50
+ i
51
51
  ),
52
52
  children: /* @__PURE__ */ t(a, { size: o })
53
53
  }
@@ -58,13 +58,13 @@ const w = k(
58
58
  {
59
59
  ref: d,
60
60
  className: h(
61
- m,
62
61
  w({
63
62
  appearance: f,
64
63
  size: i,
65
64
  underline: p,
66
65
  disabled: s
67
- })
66
+ }),
67
+ m
68
68
  ),
69
69
  "aria-disabled": s || void 0,
70
70
  target: n && !t ? "_blank" : void 0,
@@ -1,4 +1,4 @@
1
- import { ListItemContentProps, ListItemDescriptionProps, ListItemLeadingProps, ListItemProps, ListItemTitleProps, ListItemTrailingProps, ListItemContentRowProps } from './types';
1
+ import { ListItemProps, ListItemContentProps, ListItemLeadingProps, ListItemContentRowProps, ListItemTitleProps, ListItemDescriptionProps, ListItemTrailingProps } from './types';
2
2
  /**
3
3
  * A flexible list item component that provides a composable structure for displaying
4
4
  * interactive list items with leading content, title, description, and trailing content.
@@ -21,7 +21,7 @@ import { ListItemContentProps, ListItemDescriptionProps, ListItemLeadingProps, L
21
21
  * </ListItemTrailing>
22
22
  * </ListItem>
23
23
  */
24
- export declare const ListItem: ({ ref, ...props }: ListItemProps) => import("react/jsx-runtime").JSX.Element;
24
+ export declare const ListItem: ({ onClick, ref, ...props }: ListItemProps) => import("react/jsx-runtime").JSX.Element;
25
25
  /**
26
26
  * Container for the leading (left) part of the list item.
27
27
  * Contains the visual element (Spot, Avatar, Icon) and the content (title + description).
@@ -1 +1 @@
1
- {"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/ListItem/ListItem.tsx"],"names":[],"mappings":"AAMA,OAAO,EACL,oBAAoB,EACpB,wBAAwB,EACxB,oBAAoB,EACpB,aAAa,EACb,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,SAAS,CAAC;AAOjB;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,eAAO,MAAM,QAAQ,GAAI,mBAAmB,aAAa,4CAyBxD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,GAAI,wCAK7B,oBAAoB,4CAUtB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,GAAI,wCAK7B,oBAAoB,4CAUtB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB,GAAI,wCAKhC,uBAAuB,4CAmBzB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,wCAK3B,kBAAkB,4CAwBpB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,GAAI,wCAKjC,wBAAwB,4CAwB1B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,GAAI,wCAK9B,qBAAqB,4CAqBvB,CAAC"}
1
+ {"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/ListItem/ListItem.tsx"],"names":[],"mappings":"AAQA,OAAO,EACL,aAAa,EACb,oBAAoB,EACpB,oBAAoB,EACpB,uBAAuB,EACvB,kBAAkB,EAClB,wBAAwB,EACxB,qBAAqB,EACtB,MAAM,SAAS,CAAC;AAsCjB;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,eAAO,MAAM,QAAQ,GAAI,4BAA4B,aAAa,4CAgCjE,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,GAAI,wCAK7B,oBAAoB,4CAUtB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,GAAI,wCAK7B,oBAAoB,4CAUtB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB,GAAI,wCAKhC,uBAAuB,4CAmBzB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,aAAa,GAAI,wCAK3B,kBAAkB,4CAwBpB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,GAAI,wCAKjC,wBAAwB,4CAwB1B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,GAAI,wCAK9B,qBAAqB,4CAqBvB,CAAC"}