@ledgerhq/lumen-ui-react 0.1.24 → 0.1.26

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 (37) hide show
  1. package/dist/index.js +162 -156
  2. package/dist/lib/Components/Design-tokens/shared.d.ts +2 -2
  3. package/dist/lib/Components/Design-tokens/shared.d.ts.map +1 -1
  4. package/dist/lib/Components/DotCount/DotCount.d.ts +6 -0
  5. package/dist/lib/Components/DotCount/DotCount.d.ts.map +1 -0
  6. package/dist/lib/Components/DotCount/DotCount.js +92 -0
  7. package/dist/lib/Components/DotCount/index.d.ts +3 -0
  8. package/dist/lib/Components/DotCount/index.d.ts.map +1 -0
  9. package/dist/lib/Components/DotCount/types.d.ts +39 -0
  10. package/dist/lib/Components/DotCount/types.d.ts.map +1 -0
  11. package/dist/lib/Components/DotIndicator/DotIndicator.d.ts +6 -0
  12. package/dist/lib/Components/DotIndicator/DotIndicator.d.ts.map +1 -0
  13. package/dist/lib/Components/DotIndicator/DotIndicator.js +66 -0
  14. package/dist/lib/Components/DotIndicator/index.d.ts +3 -0
  15. package/dist/lib/Components/DotIndicator/index.d.ts.map +1 -0
  16. package/dist/lib/Components/DotIndicator/types.d.ts +24 -0
  17. package/dist/lib/Components/DotIndicator/types.d.ts.map +1 -0
  18. package/dist/lib/Components/Menu/types.d.ts +1 -1
  19. package/dist/lib/Components/Menu/types.d.ts.map +1 -1
  20. package/dist/lib/Components/NavBar/NavBar.d.ts +17 -1
  21. package/dist/lib/Components/NavBar/NavBar.d.ts.map +1 -1
  22. package/dist/lib/Components/NavBar/NavBar.js +57 -28
  23. package/dist/lib/Components/NavBar/index.d.ts +2 -2
  24. package/dist/lib/Components/NavBar/index.d.ts.map +1 -1
  25. package/dist/lib/Components/NavBar/types.d.ts +20 -0
  26. package/dist/lib/Components/NavBar/types.d.ts.map +1 -1
  27. package/dist/lib/Components/Subheader/Subheader.js +1 -1
  28. package/dist/lib/Components/Table/Table.js +23 -23
  29. package/dist/lib/Components/Table/types.d.ts +1 -1
  30. package/dist/lib/Components/ThemeProvider/ThemeProvider.d.ts.map +1 -1
  31. package/dist/lib/Components/ThemeProvider/ThemeProvider.js +18 -20
  32. package/dist/lib/Components/ThemeProvider/ThemeProvider.types.d.ts +0 -6
  33. package/dist/lib/Components/ThemeProvider/ThemeProvider.types.d.ts.map +1 -1
  34. package/dist/lib/Components/index.d.ts +2 -0
  35. package/dist/lib/Components/index.d.ts.map +1 -1
  36. package/dist/package.json +1 -1
  37. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3,13 +3,13 @@ import { AddressInput as a } from "./lib/Components/AddressInput/AddressInput.js
3
3
  import { AmountInput as i } from "./lib/Components/AmountInput/AmountInput.js";
4
4
  import { AmountDisplay as l } from "./lib/Components/AmountDisplay/AmountDisplay.js";
5
5
  import { Avatar as d } from "./lib/Components/Avatar/Avatar.js";
6
- import { Banner as x } from "./lib/Components/Banner/Banner.js";
7
- import { BaseInput as S } from "./lib/Components/BaseInput/BaseInput.js";
6
+ import { Banner as T } from "./lib/Components/Banner/Banner.js";
7
+ import { BaseInput as u } from "./lib/Components/BaseInput/BaseInput.js";
8
8
  import { Button as C } from "./lib/Components/Button/Button.js";
9
9
  import { BaseButton as g } from "./lib/Components/Button/BaseButton.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";
10
+ import { Card as I, CardContent as b, 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";
11
11
  import { CardButton as y } from "./lib/Components/CardButton/CardButton.js";
12
- import { ContentBanner as P, ContentBannerContent as k, ContentBannerDescription as z, ContentBannerTitle as N } from "./lib/Components/ContentBanner/ContentBanner.js";
12
+ import { ContentBanner as P, ContentBannerContent as N, ContentBannerDescription as k, ContentBannerTitle as z } from "./lib/Components/ContentBanner/ContentBanner.js";
13
13
  import { Checkbox as E } from "./lib/Components/Checkbox/Checkbox.js";
14
14
  import { DataTable as O, DataTableGlobalSearchInput as _, DataTableRoot as j } from "./lib/Components/DataTable/DataTable.js";
15
15
  import { useLumenDataTable as J } from "./lib/Components/DataTable/useLumenDataTable/useLumenDataTable.js";
@@ -17,54 +17,56 @@ import { DialogClose as Q } from "./lib/Components/Dialog/DialogClose/DialogClos
17
17
  import { Dialog as V, DialogBody as W, DialogBodyStickyContent as X, DialogContent as Y, DialogFooter as Z, DialogTrigger as $ } from "./lib/Components/Dialog/Dialog.js";
18
18
  import { DialogHeader as oe } from "./lib/Components/Dialog/DialogHeader/DialogHeader.js";
19
19
  import { Divider as re } from "./lib/Components/Divider/Divider.js";
20
- import { DotIcon as ne, dotIconSizeMap as ie, mediaImageDotIconSizeMap as pe, spotDotIconSizeMap as le } from "./lib/Components/DotIcon/DotIcon.js";
21
- import { DotSymbol as de, mediaImageDotSizeMap as Te, spotDotSizeMap as xe } from "./lib/Components/DotSymbol/DotSymbol.js";
22
- import { IconButton as Se } from "./lib/Components/IconButton/IconButton.js";
23
- import { InteractiveIcon as Ce } from "./lib/Components/InteractiveIcon/InteractiveIcon.js";
24
- import { Link as ge } from "./lib/Components/Link/Link.js";
25
- import { ListItem as be, ListItemContent as Ie, ListItemContentRow as se, ListItemDescription as Me, ListItemLeading as De, ListItemTitle as Le, ListItemTrailing as he } from "./lib/Components/ListItem/ListItem.js";
26
- import { MediaBanner as Re, MediaBannerDescription as we, MediaBannerTitle as Ae } from "./lib/Components/MediaBanner/MediaBanner.js";
27
- import { MediaButton as He } from "./lib/Components/MediaButton/MediaButton.js";
28
- import { MediaCard as ke, MediaCardTitle as ze } from "./lib/Components/MediaCard/MediaCard.js";
29
- import { MediaImage as Ge } from "./lib/Components/MediaImage/MediaImage.js";
30
- import { Menu as Fe, MenuCheckboxItem as Oe, MenuContent as _e, MenuGroup as je, MenuItem as qe, MenuLabel as Je, MenuPortal as Ke, MenuRadioGroup as Qe, MenuRadioItem as Ue, MenuSeparator as Ve, MenuSub as We, MenuSubContent as Xe, MenuSubTrigger as Ye, MenuTrigger as Ze } from "./lib/Components/Menu/Menu.js";
31
- import { NavBar as eo, NavBarBackButton as oo, NavBarCoinCapsule as to, NavBarTitle as ro, NavBarTrailing as ao } from "./lib/Components/NavBar/NavBar.js";
32
- import { Popover as io, PopoverContent as po, PopoverTrigger as lo, createPopoverHandle as mo } from "./lib/Components/Popover/Popover.js";
33
- import { PageIndicator as xo } from "./lib/Components/PageIndicator/PageIndicator.js";
34
- import { SearchInput as So } from "./lib/Components/SearchInput/SearchInput.js";
35
- import { SegmentedControl as Co, SegmentedControlButton as co } from "./lib/Components/SegmentedControl/SegmentedControl.js";
36
- import { Select as Bo, SelectContent as bo, SelectEmptyState as Io, SelectItem as so, SelectItemContent as Mo, SelectItemDescription as Do, SelectItemText as Lo, SelectList as ho, SelectSearch as vo, SelectSeparator as Ro, SelectTrigger as wo } from "./lib/Components/Select/Select.js";
37
- import { SideBar as yo, SideBarCollapseToggle as Ho, SideBarItem as Po, SideBarLeading as ko, SideBarTrailing as zo } from "./lib/Components/SideBar/SideBar.js";
38
- import { Skeleton as Go } from "./lib/Components/Skeleton/Skeleton.js";
39
- import { Spinner as Fo } from "./lib/Components/Spinner/Spinner.js";
40
- import { Spot as _o } from "./lib/Components/Spot/Spot.js";
41
- import { Stepper as qo } from "./lib/Components/Stepper/Stepper.js";
42
- import { Subheader as Ko, SubheaderCount as Qo, SubheaderDescription as Uo, SubheaderInfo as Vo, SubheaderRow as Wo, SubheaderShowMore as Xo, SubheaderTitle as Yo } from "./lib/Components/Subheader/Subheader.js";
43
- import { Switch as $o } from "./lib/Components/Switch/Switch.js";
44
- import { Table as ot, TableActionBar as tt, TableActionBarLeading as rt, TableActionBarTrailing as at, TableBody as nt, TableCell as it, TableCellContent as pt, TableGroupHeaderRow as lt, TableHeader as mt, TableHeaderCell as dt, TableHeaderRow as Tt, TableInfoIcon as xt, TableLoadingRow as ft, TableRoot as St, TableRow as ut, TableSortButton as Ct } from "./lib/Components/Table/Table.js";
45
- import { Tag as gt } from "./lib/Components/Tag/Tag.js";
46
- import { TextInput as bt } from "./lib/Components/TextInput/TextInput.js";
47
- import { Tile as st, TileContent as Mt, TileDescription as Dt, TileSecondaryAction as Lt, TileTitle as ht, TileTrailingContent as vt } from "./lib/Components/Tile/Tile.js";
48
- import { TileButton as wt } from "./lib/Components/TileButton/TileButton.js";
49
- import { Tooltip as yt, TooltipContent as Ht, TooltipProvider as Pt, TooltipTrigger as kt } from "./lib/Components/Tooltip/Tooltip.js";
50
- import { ThemeProvider as Nt, useTheme as Gt } from "./lib/Components/ThemeProvider/ThemeProvider.js";
51
- import { COLOR_SCHEMES as Ft } from "./lib/Components/ThemeProvider/ThemeProvider.types.js";
20
+ import { DotCount as ne } from "./lib/Components/DotCount/DotCount.js";
21
+ import { DotIcon as pe, dotIconSizeMap as le, mediaImageDotIconSizeMap as me, spotDotIconSizeMap as de } from "./lib/Components/DotIcon/DotIcon.js";
22
+ import { DotIndicator as Te } from "./lib/Components/DotIndicator/DotIndicator.js";
23
+ import { DotSymbol as ue, mediaImageDotSizeMap as Se, spotDotSizeMap as Ce } from "./lib/Components/DotSymbol/DotSymbol.js";
24
+ import { IconButton as ge } from "./lib/Components/IconButton/IconButton.js";
25
+ import { InteractiveIcon as Ie } from "./lib/Components/InteractiveIcon/InteractiveIcon.js";
26
+ import { Link as se } from "./lib/Components/Link/Link.js";
27
+ import { ListItem as Me, ListItemContent as Le, ListItemContentRow as he, ListItemDescription as ve, ListItemLeading as Re, ListItemTitle as we, ListItemTrailing as Ae } from "./lib/Components/ListItem/ListItem.js";
28
+ import { MediaBanner as He, MediaBannerDescription as Pe, MediaBannerTitle as Ne } from "./lib/Components/MediaBanner/MediaBanner.js";
29
+ import { MediaButton as ze } from "./lib/Components/MediaButton/MediaButton.js";
30
+ import { MediaCard as Ee, MediaCardTitle as Fe } from "./lib/Components/MediaCard/MediaCard.js";
31
+ import { MediaImage as _e } from "./lib/Components/MediaImage/MediaImage.js";
32
+ import { Menu as qe, MenuCheckboxItem as Je, MenuContent as Ke, MenuGroup as Qe, MenuItem as Ue, MenuLabel as Ve, MenuPortal as We, MenuRadioGroup as Xe, MenuRadioItem as Ye, MenuSeparator as Ze, MenuSub as $e, MenuSubContent as eo, MenuSubTrigger as oo, MenuTrigger as to } from "./lib/Components/Menu/Menu.js";
33
+ import { NavBar as ao, NavBarBackButton as no, NavBarCoinCapsule as io, NavBarDescription as po, NavBarLeading as lo, NavBarTitle as mo, NavBarTrailing as xo } from "./lib/Components/NavBar/NavBar.js";
34
+ import { Popover as fo, PopoverContent as uo, PopoverTrigger as So, createPopoverHandle as Co } from "./lib/Components/Popover/Popover.js";
35
+ import { PageIndicator as go } from "./lib/Components/PageIndicator/PageIndicator.js";
36
+ import { SearchInput as Io } from "./lib/Components/SearchInput/SearchInput.js";
37
+ import { SegmentedControl as so, SegmentedControlButton as Do } from "./lib/Components/SegmentedControl/SegmentedControl.js";
38
+ import { Select as Lo, SelectContent as ho, SelectEmptyState as vo, SelectItem as Ro, SelectItemContent as wo, SelectItemDescription as Ao, SelectItemText as yo, SelectList as Ho, SelectSearch as Po, SelectSeparator as No, SelectTrigger as ko } from "./lib/Components/Select/Select.js";
39
+ import { SideBar as Go, SideBarCollapseToggle as Eo, SideBarItem as Fo, SideBarLeading as Oo, SideBarTrailing as _o } from "./lib/Components/SideBar/SideBar.js";
40
+ import { Skeleton as qo } from "./lib/Components/Skeleton/Skeleton.js";
41
+ import { Spinner as Ko } from "./lib/Components/Spinner/Spinner.js";
42
+ import { Spot as Uo } from "./lib/Components/Spot/Spot.js";
43
+ import { Stepper as Wo } from "./lib/Components/Stepper/Stepper.js";
44
+ import { Subheader as Yo, SubheaderCount as Zo, SubheaderDescription as $o, SubheaderInfo as et, SubheaderRow as ot, SubheaderShowMore as tt, SubheaderTitle as rt } from "./lib/Components/Subheader/Subheader.js";
45
+ import { Switch as nt } from "./lib/Components/Switch/Switch.js";
46
+ import { Table as pt, TableActionBar as lt, TableActionBarLeading as mt, TableActionBarTrailing as dt, TableBody as xt, TableCell as Tt, TableCellContent as ft, TableGroupHeaderRow as ut, TableHeader as St, TableHeaderCell as Ct, TableHeaderRow as ct, TableInfoIcon as gt, TableLoadingRow as Bt, TableRoot as It, TableRow as bt, TableSortButton as st } from "./lib/Components/Table/Table.js";
47
+ import { Tag as Mt } from "./lib/Components/Tag/Tag.js";
48
+ import { TextInput as ht } from "./lib/Components/TextInput/TextInput.js";
49
+ import { Tile as Rt, TileContent as wt, TileDescription as At, TileSecondaryAction as yt, TileTitle as Ht, TileTrailingContent as Pt } from "./lib/Components/Tile/Tile.js";
50
+ import { TileButton as kt } from "./lib/Components/TileButton/TileButton.js";
51
+ import { Tooltip as Gt, TooltipContent as Et, TooltipProvider as Ft, TooltipTrigger as Ot } from "./lib/Components/Tooltip/Tooltip.js";
52
+ import { ThemeProvider as jt, useTheme as qt } from "./lib/Components/ThemeProvider/ThemeProvider.js";
53
+ import { COLOR_SCHEMES as Kt } from "./lib/Components/ThemeProvider/ThemeProvider.types.js";
52
54
  export {
53
55
  a as AddressInput,
54
56
  l as AmountDisplay,
55
57
  i as AmountInput,
56
58
  d as Avatar,
57
- x as Banner,
59
+ T as Banner,
58
60
  g as BaseButton,
59
- S as BaseInput,
61
+ u as BaseInput,
60
62
  C as Button,
61
- Ft as COLOR_SCHEMES,
62
- b as Card,
63
+ Kt as COLOR_SCHEMES,
64
+ I as Card,
63
65
  y as CardButton,
64
- I as CardContent,
66
+ b as CardContent,
65
67
  s as CardContentDescription,
66
- M as CardContentRow,
67
- D as CardContentTitle,
68
+ D as CardContentRow,
69
+ M as CardContentTitle,
68
70
  L as CardFooter,
69
71
  h as CardFooterActions,
70
72
  v as CardHeader,
@@ -72,9 +74,9 @@ export {
72
74
  w as CardTrailing,
73
75
  E as Checkbox,
74
76
  P as ContentBanner,
75
- k as ContentBannerContent,
76
- z as ContentBannerDescription,
77
- N as ContentBannerTitle,
77
+ N as ContentBannerContent,
78
+ k as ContentBannerDescription,
79
+ z as ContentBannerTitle,
78
80
  O as DataTable,
79
81
  _ as DataTableGlobalSearchInput,
80
82
  j as DataTableRoot,
@@ -87,116 +89,120 @@ export {
87
89
  oe as DialogHeader,
88
90
  $ as DialogTrigger,
89
91
  re as Divider,
90
- ne as DotIcon,
91
- de as DotSymbol,
92
- Se as IconButton,
93
- Ce as InteractiveIcon,
92
+ ne as DotCount,
93
+ pe as DotIcon,
94
+ Te as DotIndicator,
95
+ ue as DotSymbol,
96
+ ge as IconButton,
97
+ Ie as InteractiveIcon,
94
98
  t as Languages,
95
- ge as Link,
96
- be as ListItem,
97
- Ie as ListItemContent,
98
- se as ListItemContentRow,
99
- Me as ListItemDescription,
100
- De as ListItemLeading,
101
- Le as ListItemTitle,
102
- he as ListItemTrailing,
103
- Re as MediaBanner,
104
- we as MediaBannerDescription,
105
- Ae as MediaBannerTitle,
106
- He as MediaButton,
107
- ke as MediaCard,
108
- ze as MediaCardTitle,
109
- Ge as MediaImage,
110
- Fe as Menu,
111
- Oe as MenuCheckboxItem,
112
- _e as MenuContent,
113
- je as MenuGroup,
114
- qe as MenuItem,
115
- Je as MenuLabel,
116
- Ke as MenuPortal,
117
- Qe as MenuRadioGroup,
118
- Ue as MenuRadioItem,
119
- Ve as MenuSeparator,
120
- We as MenuSub,
121
- Xe as MenuSubContent,
122
- Ye as MenuSubTrigger,
123
- Ze as MenuTrigger,
124
- eo as NavBar,
125
- oo as NavBarBackButton,
126
- to as NavBarCoinCapsule,
127
- ro as NavBarTitle,
128
- ao as NavBarTrailing,
129
- xo as PageIndicator,
130
- io as Popover,
131
- po as PopoverContent,
132
- lo as PopoverTrigger,
133
- So as SearchInput,
134
- Co as SegmentedControl,
135
- co as SegmentedControlButton,
136
- Bo as Select,
137
- bo as SelectContent,
138
- Io as SelectEmptyState,
139
- so as SelectItem,
140
- Mo as SelectItemContent,
141
- Do as SelectItemDescription,
142
- Lo as SelectItemText,
143
- ho as SelectList,
144
- vo as SelectSearch,
145
- Ro as SelectSeparator,
146
- wo as SelectTrigger,
147
- yo as SideBar,
148
- Ho as SideBarCollapseToggle,
149
- Po as SideBarItem,
150
- ko as SideBarLeading,
151
- zo as SideBarTrailing,
152
- Go as Skeleton,
153
- Fo as Spinner,
154
- _o as Spot,
155
- qo as Stepper,
156
- Ko as Subheader,
157
- Qo as SubheaderCount,
158
- Uo as SubheaderDescription,
159
- Vo as SubheaderInfo,
160
- Wo as SubheaderRow,
161
- Xo as SubheaderShowMore,
162
- Yo as SubheaderTitle,
163
- $o as Switch,
164
- ot as Table,
165
- tt as TableActionBar,
166
- rt as TableActionBarLeading,
167
- at as TableActionBarTrailing,
168
- nt as TableBody,
169
- it as TableCell,
170
- pt as TableCellContent,
171
- lt as TableGroupHeaderRow,
172
- mt as TableHeader,
173
- dt as TableHeaderCell,
174
- Tt as TableHeaderRow,
175
- xt as TableInfoIcon,
176
- ft as TableLoadingRow,
177
- St as TableRoot,
178
- ut as TableRow,
179
- Ct as TableSortButton,
180
- gt as Tag,
181
- bt as TextInput,
182
- Nt as ThemeProvider,
183
- st as Tile,
184
- wt as TileButton,
185
- Mt as TileContent,
186
- Dt as TileDescription,
187
- Lt as TileSecondaryAction,
188
- ht as TileTitle,
189
- vt as TileTrailingContent,
190
- yt as Tooltip,
191
- Ht as TooltipContent,
192
- Pt as TooltipProvider,
193
- kt as TooltipTrigger,
194
- mo as createPopoverHandle,
195
- ie as dotIconSizeMap,
196
- pe as mediaImageDotIconSizeMap,
197
- Te as mediaImageDotSizeMap,
198
- le as spotDotIconSizeMap,
199
- xe as spotDotSizeMap,
99
+ se as Link,
100
+ Me as ListItem,
101
+ Le as ListItemContent,
102
+ he as ListItemContentRow,
103
+ ve as ListItemDescription,
104
+ Re as ListItemLeading,
105
+ we as ListItemTitle,
106
+ Ae as ListItemTrailing,
107
+ He as MediaBanner,
108
+ Pe as MediaBannerDescription,
109
+ Ne as MediaBannerTitle,
110
+ ze as MediaButton,
111
+ Ee as MediaCard,
112
+ Fe as MediaCardTitle,
113
+ _e as MediaImage,
114
+ qe as Menu,
115
+ Je as MenuCheckboxItem,
116
+ Ke as MenuContent,
117
+ Qe as MenuGroup,
118
+ Ue as MenuItem,
119
+ Ve as MenuLabel,
120
+ We as MenuPortal,
121
+ Xe as MenuRadioGroup,
122
+ Ye as MenuRadioItem,
123
+ Ze as MenuSeparator,
124
+ $e as MenuSub,
125
+ eo as MenuSubContent,
126
+ oo as MenuSubTrigger,
127
+ to as MenuTrigger,
128
+ ao as NavBar,
129
+ no as NavBarBackButton,
130
+ io as NavBarCoinCapsule,
131
+ po as NavBarDescription,
132
+ lo as NavBarLeading,
133
+ mo as NavBarTitle,
134
+ xo as NavBarTrailing,
135
+ go as PageIndicator,
136
+ fo as Popover,
137
+ uo as PopoverContent,
138
+ So as PopoverTrigger,
139
+ Io as SearchInput,
140
+ so as SegmentedControl,
141
+ Do as SegmentedControlButton,
142
+ Lo as Select,
143
+ ho as SelectContent,
144
+ vo as SelectEmptyState,
145
+ Ro as SelectItem,
146
+ wo as SelectItemContent,
147
+ Ao as SelectItemDescription,
148
+ yo as SelectItemText,
149
+ Ho as SelectList,
150
+ Po as SelectSearch,
151
+ No as SelectSeparator,
152
+ ko as SelectTrigger,
153
+ Go as SideBar,
154
+ Eo as SideBarCollapseToggle,
155
+ Fo as SideBarItem,
156
+ Oo as SideBarLeading,
157
+ _o as SideBarTrailing,
158
+ qo as Skeleton,
159
+ Ko as Spinner,
160
+ Uo as Spot,
161
+ Wo as Stepper,
162
+ Yo as Subheader,
163
+ Zo as SubheaderCount,
164
+ $o as SubheaderDescription,
165
+ et as SubheaderInfo,
166
+ ot as SubheaderRow,
167
+ tt as SubheaderShowMore,
168
+ rt as SubheaderTitle,
169
+ nt as Switch,
170
+ pt as Table,
171
+ lt as TableActionBar,
172
+ mt as TableActionBarLeading,
173
+ dt as TableActionBarTrailing,
174
+ xt as TableBody,
175
+ Tt as TableCell,
176
+ ft as TableCellContent,
177
+ ut as TableGroupHeaderRow,
178
+ St as TableHeader,
179
+ Ct as TableHeaderCell,
180
+ ct as TableHeaderRow,
181
+ gt as TableInfoIcon,
182
+ Bt as TableLoadingRow,
183
+ It as TableRoot,
184
+ bt as TableRow,
185
+ st as TableSortButton,
186
+ Mt as Tag,
187
+ ht as TextInput,
188
+ jt as ThemeProvider,
189
+ Rt as Tile,
190
+ kt as TileButton,
191
+ wt as TileContent,
192
+ At as TileDescription,
193
+ yt as TileSecondaryAction,
194
+ Ht as TileTitle,
195
+ Pt as TileTrailingContent,
196
+ Gt as Tooltip,
197
+ Et as TooltipContent,
198
+ Ft as TooltipProvider,
199
+ Ot as TooltipTrigger,
200
+ Co as createPopoverHandle,
201
+ le as dotIconSizeMap,
202
+ me as mediaImageDotIconSizeMap,
203
+ Se as mediaImageDotSizeMap,
204
+ de as spotDotIconSizeMap,
205
+ Ce as spotDotSizeMap,
200
206
  J as useLumenDataTable,
201
- Gt as useTheme
207
+ qt as useTheme
202
208
  };
@@ -10,11 +10,11 @@ export declare const SectionHeader: ({ title, description, }: {
10
10
  }) => import("react/jsx-runtime").JSX.Element;
11
11
  export declare const ColorSection: ({ title, tokens, category, }: {
12
12
  title?: string;
13
- tokens: Array<{
13
+ tokens: {
14
14
  name: string;
15
15
  className: string;
16
16
  textClassName?: string;
17
- }>;
17
+ }[];
18
18
  category?: "background" | "text" | "border";
19
19
  }) => import("react/jsx-runtime").JSX.Element;
20
20
  //# sourceMappingURL=shared.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Design-tokens/shared.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,GAAI,+CAKzB;IACD,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,YAAY,GAAG,MAAM,GAAG,QAAQ,CAAC;CAC7C,4CAsDA,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,yBAG3B;IACD,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,4CAKA,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,8BAI1B;IACD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAC;QAAC,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC3E,QAAQ,CAAC,EAAE,YAAY,GAAG,MAAM,GAAG,QAAQ,CAAC;CAC7C,4CAeA,CAAC"}
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Design-tokens/shared.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,GAAI,+CAKzB;IACD,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,YAAY,GAAG,MAAM,GAAG,QAAQ,CAAC;CAC7C,4CAsDA,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,yBAG3B;IACD,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,4CAKA,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,8BAI1B;IACD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAC;QAAC,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACtE,QAAQ,CAAC,EAAE,YAAY,GAAG,MAAM,GAAG,QAAQ,CAAC;CAC7C,4CAeA,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { DotCountProps } from './types';
2
+ export declare function DotCount({ value, size, max, appearance, disabled: disabledProp, children, className, 'aria-label': ariaLabel, ref, ...props }: DotCountProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace DotCount {
4
+ var displayName: string;
5
+ }
6
+ //# sourceMappingURL=DotCount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DotCount.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/DotCount/DotCount.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAiD7C,wBAAgB,QAAQ,CAAC,EACvB,KAAK,EACL,IAAW,EACX,GAAQ,EACR,UAAmB,EACnB,QAAQ,EAAE,YAAoB,EAC9B,QAAQ,EACR,SAAS,EACT,YAAY,EAAE,SAAS,EACvB,GAAG,EACH,GAAG,KAAK,EACT,EAAE,aAAa,2CAiCf;yBA5Ce,QAAQ"}
@@ -0,0 +1,92 @@
1
+ import { jsxs as x, jsx as l } from "react/jsx-runtime";
2
+ import { useDisabledContext as g, cn as a } from "../../../libs/utils-shared/dist/index.js";
3
+ import { cva as m } from "class-variance-authority";
4
+ const h = m(
5
+ "pointer-events-none flex items-center justify-center rounded-full",
6
+ {
7
+ variants: {
8
+ size: {
9
+ lg: "min-h-24 min-w-24 px-8 py-2",
10
+ md: "min-h-16 min-w-16 px-4"
11
+ },
12
+ appearance: {
13
+ base: "bg-interactive",
14
+ red: "bg-error-strong"
15
+ },
16
+ disabled: {
17
+ true: "bg-disabled",
18
+ false: ""
19
+ }
20
+ },
21
+ defaultVariants: {
22
+ size: "md",
23
+ appearance: "base",
24
+ disabled: !1
25
+ }
26
+ }
27
+ ), v = m("", {
28
+ variants: {
29
+ size: {
30
+ lg: "body-2-semi-bold",
31
+ md: "body-4-semi-bold"
32
+ },
33
+ appearance: {
34
+ base: "text-on-interactive",
35
+ red: "text-on-error-strong"
36
+ },
37
+ disabled: {
38
+ true: "text-disabled",
39
+ false: ""
40
+ }
41
+ },
42
+ defaultVariants: {
43
+ size: "md",
44
+ appearance: "base",
45
+ disabled: !1
46
+ }
47
+ });
48
+ function y({
49
+ value: e,
50
+ size: t = "md",
51
+ max: b = 99,
52
+ appearance: s = "base",
53
+ disabled: c = !1,
54
+ children: i,
55
+ className: p,
56
+ "aria-label": n,
57
+ ref: f,
58
+ ...u
59
+ }) {
60
+ const d = g({
61
+ consumerName: "DotCount",
62
+ mergeWith: { disabled: c }
63
+ }), r = Math.max(1, Math.min(b, 99)), o = !!i;
64
+ return /* @__PURE__ */ x(
65
+ "div",
66
+ {
67
+ ref: f,
68
+ className: a(o && "relative inline-flex w-fit", p),
69
+ ...u,
70
+ children: [
71
+ /* @__PURE__ */ l(
72
+ "div",
73
+ {
74
+ role: "img",
75
+ "aria-label": n,
76
+ "aria-hidden": !n || void 0,
77
+ className: a(
78
+ h({ size: t, appearance: s, disabled: d }),
79
+ o && "absolute top-0 right-0 z-1"
80
+ ),
81
+ children: e > 0 && /* @__PURE__ */ l("span", { className: a(v({ size: t, appearance: s, disabled: d })), children: e <= r ? e : `${r}+` })
82
+ }
83
+ ),
84
+ i
85
+ ]
86
+ }
87
+ );
88
+ }
89
+ y.displayName = "DotCount";
90
+ export {
91
+ y as DotCount
92
+ };
@@ -0,0 +1,3 @@
1
+ export * from './DotCount';
2
+ export * from './types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/DotCount/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC"}
@@ -0,0 +1,39 @@
1
+ import { ComponentPropsWithRef, ReactNode } from 'react';
2
+ export type DotCountProps = {
3
+ /**
4
+ * The size of the dot count.
5
+ * @default 'md'
6
+ */
7
+ size?: 'lg' | 'md';
8
+ /**
9
+ * The amount to be displayed.
10
+ *
11
+ * If higher than `max`, the displayed value will be "[max]+".
12
+ */
13
+ value: number;
14
+ /**
15
+ * The max value shown.
16
+ *
17
+ * If `value` is higher than `max`, the displayed value will be "[max]+".
18
+ *
19
+ * By design, it will ignore values higher than 99.
20
+ * @default 99
21
+ */
22
+ max?: number;
23
+ /**
24
+ * The appearance of the dot count.
25
+ * @default 'base'
26
+ */
27
+ appearance?: 'base' | 'red';
28
+ /**
29
+ * Whether the dot count should show a disabled appearance.
30
+ * @default false
31
+ */
32
+ disabled?: boolean;
33
+ /**
34
+ * Can be used as a wrapper to any component in case you wish to overlay a dot count on top of it.
35
+ * If provided, it'll pin the dot count to the top-right of the child component passed.
36
+ */
37
+ children?: ReactNode;
38
+ } & Omit<ComponentPropsWithRef<'div'>, 'children'>;
39
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/DotCount/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE9D,MAAM,MAAM,aAAa,GAAG;IAC1B;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;;;;OAOG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { DotIndicatorProps } from './types';
2
+ export declare function DotIndicator({ size, appearance, disabled: disabledProp, children, className, 'aria-label': ariaLabel, ref, ...props }: DotIndicatorProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace DotIndicator {
4
+ var displayName: string;
5
+ }
6
+ //# sourceMappingURL=DotIndicator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DotIndicator.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/DotIndicator/DotIndicator.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAyBjD,wBAAgB,YAAY,CAAC,EAC3B,IAAW,EACX,UAAmB,EACnB,QAAQ,EAAE,YAAoB,EAC9B,QAAQ,EACR,SAAS,EACT,YAAY,EAAE,SAAS,EACvB,GAAG,EACH,GAAG,KAAK,EACT,EAAE,iBAAiB,2CAyBnB;yBAlCe,YAAY"}
@@ -0,0 +1,66 @@
1
+ import { jsxs as m, jsx as b } from "react/jsx-runtime";
2
+ import { useDisabledContext as p, cn as i } from "../../../libs/utils-shared/dist/index.js";
3
+ import { cva as f } from "class-variance-authority";
4
+ const u = f("pointer-events-none rounded-full", {
5
+ variants: {
6
+ size: {
7
+ xs: "size-10",
8
+ sm: "size-12",
9
+ md: "size-16"
10
+ },
11
+ appearance: {
12
+ base: "bg-interactive",
13
+ red: "bg-error-strong"
14
+ },
15
+ disabled: {
16
+ true: "bg-disabled",
17
+ false: ""
18
+ }
19
+ },
20
+ defaultVariants: {
21
+ size: "sm",
22
+ appearance: "base",
23
+ disabled: !1
24
+ }
25
+ });
26
+ function v({
27
+ size: t = "sm",
28
+ appearance: r = "base",
29
+ disabled: n = !1,
30
+ children: e,
31
+ className: d,
32
+ "aria-label": a,
33
+ ref: o,
34
+ ...l
35
+ }) {
36
+ const c = p({
37
+ consumerName: "DotIndicator",
38
+ mergeWith: { disabled: n }
39
+ }), s = !!e;
40
+ return /* @__PURE__ */ m(
41
+ "div",
42
+ {
43
+ ref: o,
44
+ className: i(s && "relative inline-flex w-fit", d),
45
+ ...l,
46
+ children: [
47
+ /* @__PURE__ */ b(
48
+ "div",
49
+ {
50
+ "aria-label": a,
51
+ "aria-hidden": !a || void 0,
52
+ className: i(
53
+ u({ size: t, appearance: r, disabled: c }),
54
+ s && "absolute top-0 right-0 z-1"
55
+ )
56
+ }
57
+ ),
58
+ e
59
+ ]
60
+ }
61
+ );
62
+ }
63
+ v.displayName = "DotIndicator";
64
+ export {
65
+ v as DotIndicator
66
+ };
@@ -0,0 +1,3 @@
1
+ export * from './DotIndicator';
2
+ export * from './types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/DotIndicator/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { ComponentPropsWithRef, ReactNode } from 'react';
2
+ export type DotIndicatorProps = {
3
+ /**
4
+ * The size of the dot indicator.
5
+ * @default 'sm'
6
+ */
7
+ size?: 'xs' | 'sm' | 'md';
8
+ /**
9
+ * The appearance of the dot indicator.
10
+ * @default 'base'
11
+ */
12
+ appearance?: 'base' | 'red';
13
+ /**
14
+ * Whether the dot indicator should show a disabled appearance.
15
+ * @default false
16
+ */
17
+ disabled?: boolean;
18
+ /**
19
+ * Can be used as a wrapper to any component in case you wish to overlay a dot indicator on top of it.
20
+ * If provided, it'll pin the dot indicator to the top-right of the child component passed.
21
+ */
22
+ children?: ReactNode;
23
+ } & Omit<ComponentPropsWithRef<'div'>, 'children'>;
24
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/DotIndicator/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE9D,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC"}
@@ -138,7 +138,7 @@ export type MenuContentProps = {
138
138
  *
139
139
  * @default []
140
140
  */
141
- collisionBoundary?: Element | null | Array<Element | null>;
141
+ collisionBoundary?: Element | null | (Element | null)[];
142
142
  /**
143
143
  * The distance in pixels from the boundary edges where collision detection should occur.
144
144
  *
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Menu/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EACrB,wBAAwB,EACxB,SAAS,EACV,MAAM,OAAO,CAAC;AAEf,KAAK,uBAAuB,GAAG,WAAW,CAAC;IAAE,aAAa,EAAE,YAAY,CAAA;CAAE,CAAC,CAAC;AAC5E,KAAK,iBAAiB,GAAG,WAAW,CAAC;IAAE,aAAa,EAAE,UAAU,CAAA;CAAE,CAAC,CAAC;AAEpE;;;;GAIG;AACH,MAAM,MAAM,SAAS,GAAG;IACtB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAEvC;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF;;;;;GAKG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;;;OAKG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,qBAAqB,CAAC,QAAQ,CAAC,CAAC;AAEpC;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;;OAGG;IACH,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IAE1C;;;OAGG;IACH,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IAEjD;;;OAGG;IACH,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,KAAK,IAAI,CAAC;IAEhE;;;OAGG;IACH,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,IAAI,CAAC;IAEpD;;;OAGG;IACH,iBAAiB,CAAC,EAAE,CAClB,KAAK,EAAE,uBAAuB,GAAG,iBAAiB,KAC/C,IAAI,CAAC;IAEV;;;;;OAKG;IACH,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAE3C;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;OAKG;IACH,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;IAEnC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,KAAK,CAAC,OAAO,GAAG,IAAI,CAAC,CAAC;IAE3D;;;;OAIG;IACH,gBAAgB,CAAC,EACb,MAAM,GACN,OAAO,CAAC,MAAM,CAAC,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;IAEjE;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAE9B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;AAEjC;;;;GAIG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IAElC;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;AAEjC;;;;GAIG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,GAAG,eAAe,CAAC;IAEpC;;;;OAIG;IACH,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CAC9C,GAAG,IAAI,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC;AAEpC;;;;;GAKG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,GAAG,IAAI,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC;AAEpC;;;;;GAKG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;AAEjC;;;;GAIG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;AAEjC;;;;GAIG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAEpC;;;;GAIG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAExC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAEpC;;;;GAIG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACxC,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;AAEjC;;;;;GAKG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CACN,gBAAgB,EACd,MAAM,GACN,YAAY,GACZ,OAAO,GACP,kBAAkB,GAClB,iBAAiB,GACjB,sBAAsB,GACtB,gBAAgB,GAChB,mBAAmB,CACtB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Menu/types.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { NavBarBackButtonProps, NavBarCoinCapsuleProps, NavBarProps, NavBarTitleProps, NavBarTrailingProps } from './types';
1
+ import { NavBarBackButtonProps, NavBarCoinCapsuleProps, NavBarDescriptionProps, NavBarLeadingProps, NavBarProps, NavBarTitleProps, NavBarTrailingProps } from './types';
2
2
  /**
3
3
  * A coin capsule component for displaying cryptocurrency information within the NavBar.
4
4
  * Shows an icon and ticker symbol in a pill-shaped container.
@@ -29,6 +29,22 @@ export declare const NavBarBackButton: ({ ref, onClick, "aria-label": ariaLabel,
29
29
  * <NavBarTitle as="h2">Page Title</NavBarTitle>
30
30
  */
31
31
  export declare const NavBarTitle: ({ ref, children, className, as: Component, }: NavBarTitleProps) => import("react/jsx-runtime").JSX.Element;
32
+ /**
33
+ * Description component for the NavBar. Displays descriptive text below the title row.
34
+ * @example
35
+ * <NavBarDescription>Page Description</NavBarDescription
36
+ */
37
+ export declare const NavBarDescription: ({ ref, children, className, ...props }: NavBarDescriptionProps) => import("react/jsx-runtime").JSX.Element;
38
+ /**
39
+ * Leading container for the NavBar. Used to group the title and an optional description
40
+ *
41
+ * @example
42
+ * <NavBarLeading>
43
+ * <NavBarTitle>Page Title</NavBarTitle>
44
+ * <NavBarDescription>Subtitle text</NavBarDescription>
45
+ * </NavBarLeading>
46
+ */
47
+ export declare const NavBarLeading: ({ ref, children, className, ...props }: NavBarLeadingProps) => import("react/jsx-runtime").JSX.Element;
32
48
  /**
33
49
  * Trailing container for the NavBar. Used to place elements on the right side of the navbar.
34
50
  *
@@ -1 +1 @@
1
- {"version":3,"file":"NavBar.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/NavBar/NavBar.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,qBAAqB,EACrB,sBAAsB,EACtB,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,SAAS,CAAC;AAEjB;;;;;;;;;GASG;AACH,eAAO,MAAM,iBAAiB,GAAI,mCAK/B,sBAAsB,4CAIxB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,GAAI,uDAK9B,qBAAqB,4CAevB,CAAC;AAEF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,WAAW,GAAI,8CAKzB,gBAAgB,4CAclB,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc,GAAI,wCAK5B,mBAAmB,GAAG;IACvB,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;CACjC,4CAWA,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,eAAO,MAAM,MAAM,GAAI,wCAAwC,WAAW,4CAWzE,CAAC"}
1
+ {"version":3,"file":"NavBar.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/NavBar/NavBar.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,qBAAqB,EACrB,sBAAsB,EACtB,sBAAsB,EACtB,kBAAkB,EAClB,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACpB,MAAM,SAAS,CAAC;AAEjB;;;;;;;;;GASG;AACH,eAAO,MAAM,iBAAiB,GAAI,mCAK/B,sBAAsB,4CAIxB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,GAAI,uDAK9B,qBAAqB,4CAevB,CAAC;AAEF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,WAAW,GAAI,8CAKzB,gBAAgB,4CAclB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,GAAI,wCAK/B,sBAAsB,4CAUxB,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa,GAAI,wCAK3B,kBAAkB,4CAWpB,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc,GAAI,wCAK5B,mBAAmB,GAAG;IACvB,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;CACjC,4CAWA,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,eAAO,MAAM,MAAM,GAAI,wCAAwC,WAAW,4CAWzE,CAAC"}
@@ -1,22 +1,22 @@
1
- import { jsx as e } from "react/jsx-runtime";
1
+ import { jsx as n } from "react/jsx-runtime";
2
2
  import { cn as o } from "../../../libs/utils-shared/dist/index.js";
3
3
  import { CoinCapsule as i } from "./CoinCapsule.js";
4
4
  import { useCommonTranslation as l } from "../../../i18n/useCommonTranslation.js";
5
5
  import { IconButton as c } from "../IconButton/IconButton.js";
6
6
  import { ArrowLeft as m } from "../../Symbols/Icons/ArrowLeft.js";
7
- const B = ({
7
+ const N = ({
8
8
  ref: a,
9
9
  ticker: t,
10
- icon: r,
11
- className: n
12
- }) => /* @__PURE__ */ e("div", { className: "flex flex-1 items-center", "data-slot": "navbar-coin-capsule", children: /* @__PURE__ */ e(i, { ref: a, ticker: t, icon: r, className: n }) }), N = ({
10
+ icon: e,
11
+ className: r
12
+ }) => /* @__PURE__ */ n("div", { className: "flex flex-1 items-center", "data-slot": "navbar-coin-capsule", children: /* @__PURE__ */ n(i, { ref: a, ticker: t, icon: e, className: r }) }), B = ({
13
13
  ref: a,
14
14
  onClick: t,
15
- "aria-label": r,
16
- className: n
15
+ "aria-label": e,
16
+ className: r
17
17
  }) => {
18
18
  const { t: s } = l();
19
- return /* @__PURE__ */ e(
19
+ return /* @__PURE__ */ n(
20
20
  c,
21
21
  {
22
22
  ref: a,
@@ -24,23 +24,23 @@ const B = ({
24
24
  size: "sm",
25
25
  icon: m,
26
26
  onClick: t,
27
- className: o("shrink-0", n),
28
- "aria-label": r ?? s("components.navBar.goBackAriaLabel"),
27
+ className: o("shrink-0", r),
28
+ "aria-label": e ?? s("components.navBar.goBackAriaLabel"),
29
29
  "data-slot": "navbar-back-button"
30
30
  }
31
31
  );
32
32
  }, x = ({
33
33
  ref: a,
34
34
  children: t,
35
- className: r,
36
- as: n = "h1"
37
- }) => /* @__PURE__ */ e(
38
- n,
35
+ className: e,
36
+ as: r = "h1"
37
+ }) => /* @__PURE__ */ n(
38
+ r,
39
39
  {
40
40
  ref: a,
41
41
  className: o(
42
- "min-w-0 flex-1 truncate heading-4-semi-bold text-base",
43
- r
42
+ "min-w-0 truncate heading-4-semi-bold text-base",
43
+ e
44
44
  ),
45
45
  "data-slot": "navbar-title",
46
46
  children: t
@@ -48,31 +48,60 @@ const B = ({
48
48
  ), g = ({
49
49
  ref: a,
50
50
  children: t,
51
- className: r,
52
- ...n
53
- }) => /* @__PURE__ */ e(
51
+ className: e,
52
+ ...r
53
+ }) => /* @__PURE__ */ n(
54
54
  "div",
55
55
  {
56
56
  ref: a,
57
- className: o("ml-auto flex shrink-0 items-center gap-4", r),
57
+ className: o("min-w-0 flex-1 truncate body-1 text-muted", e),
58
+ ...r,
59
+ children: t
60
+ }
61
+ ), k = ({
62
+ ref: a,
63
+ children: t,
64
+ className: e,
65
+ ...r
66
+ }) => /* @__PURE__ */ n(
67
+ "div",
68
+ {
69
+ ref: a,
70
+ className: o("flex min-w-0 flex-1 items-center gap-16", e),
71
+ "data-slot": "navbar-leading",
72
+ ...r,
73
+ children: t
74
+ }
75
+ ), h = ({
76
+ ref: a,
77
+ children: t,
78
+ className: e,
79
+ ...r
80
+ }) => /* @__PURE__ */ n(
81
+ "div",
82
+ {
83
+ ref: a,
84
+ className: o("ml-auto flex shrink-0 items-center gap-4", e),
58
85
  "data-slot": "navbar-trailing",
59
- ...n,
86
+ ...r,
60
87
  children: t
61
88
  }
62
- ), k = ({ ref: a, children: t, className: r, ...n }) => /* @__PURE__ */ e(
89
+ ), C = ({ ref: a, children: t, className: e, ...r }) => /* @__PURE__ */ n(
63
90
  "nav",
64
91
  {
65
92
  ref: a,
66
- className: o("flex items-center gap-4", r),
93
+ className: o("flex items-center gap-4", e),
67
94
  "data-slot": "navbar",
68
- ...n,
95
+ ...r,
69
96
  children: t
70
97
  }
71
98
  );
72
99
  export {
73
- k as NavBar,
74
- N as NavBarBackButton,
75
- B as NavBarCoinCapsule,
100
+ C as NavBar,
101
+ B as NavBarBackButton,
102
+ N as NavBarCoinCapsule,
103
+ g as NavBarDescription,
104
+ k as NavBarLeading,
76
105
  x as NavBarTitle,
77
- g as NavBarTrailing
106
+ h as NavBarTrailing
78
107
  };
@@ -1,3 +1,3 @@
1
- export { NavBar, NavBarBackButton, NavBarTitle, NavBarTrailing, NavBarCoinCapsule, } from './NavBar';
2
- export type { NavBarProps, NavBarBackButtonProps, NavBarTitleProps, NavBarTrailingProps, NavBarCoinCapsuleProps, } from './types';
1
+ export { NavBar, NavBarBackButton, NavBarTitle, NavBarDescription, NavBarLeading, NavBarTrailing, NavBarCoinCapsule, } from './NavBar';
2
+ export type { NavBarProps, NavBarBackButtonProps, NavBarTitleProps, NavBarDescriptionProps, NavBarLeadingProps, NavBarTrailingProps, NavBarCoinCapsuleProps, } from './types';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/NavBar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,MAAM,EACN,gBAAgB,EAChB,WAAW,EACX,cAAc,EACd,iBAAiB,GAClB,MAAM,UAAU,CAAC;AAClB,YAAY,EACV,WAAW,EACX,qBAAqB,EACrB,gBAAgB,EAChB,mBAAmB,EACnB,sBAAsB,GACvB,MAAM,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/NavBar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,MAAM,EACN,gBAAgB,EAChB,WAAW,EACX,iBAAiB,EACjB,aAAa,EACb,cAAc,EACd,iBAAiB,GAClB,MAAM,UAAU,CAAC;AAClB,YAAY,EACV,WAAW,EACX,qBAAqB,EACrB,gBAAgB,EAChB,sBAAsB,EACtB,kBAAkB,EAClB,mBAAmB,EACnB,sBAAsB,GACvB,MAAM,SAAS,CAAC"}
@@ -24,6 +24,16 @@ export type NavBarBackButtonProps = {
24
24
  */
25
25
  className?: string;
26
26
  } & ComponentPropsWithRef<'button'>;
27
+ export type NavBarDescriptionProps = {
28
+ /**
29
+ * The description text to display.
30
+ */
31
+ children: ReactNode;
32
+ /**
33
+ * Additional custom CSS classes to apply.
34
+ */
35
+ className?: string;
36
+ } & ComponentPropsWithRef<'div'>;
27
37
  export type NavBarTitleProps = {
28
38
  /**
29
39
  * The title text to display.
@@ -40,6 +50,16 @@ export type NavBarTitleProps = {
40
50
  */
41
51
  className?: string;
42
52
  } & ComponentPropsWithRef<'h1'>;
53
+ export type NavBarLeadingProps = {
54
+ /**
55
+ * The leading content, typically NavBarTitle and optionally NavBarDescription.
56
+ */
57
+ children: ReactNode;
58
+ /**
59
+ * Additional custom CSS classes to apply.
60
+ */
61
+ className?: string;
62
+ } & ComponentPropsWithRef<'div'>;
43
63
  export type NavBarTrailingProps = {
44
64
  /**
45
65
  * The trailing content, typically IconButton components.
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/NavBar/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE9D,MAAM,MAAM,WAAW,GAAG;IACxB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,WAAW,CAAC,CAAC;AAEjE,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,qBAAqB,CAAC,QAAQ,CAAC,CAAC;AAEpC,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;;;OAIG;IACH,EAAE,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,MAAM,CAAC;IAC9D;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,qBAAqB,CAAC,IAAI,CAAC,CAAC;AAEhC,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC;IAChB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;AAEjC;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/NavBar/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE9D,MAAM,MAAM,WAAW,GAAG;IACxB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,qBAAqB,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,WAAW,CAAC,CAAC;AAEjE,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,qBAAqB,CAAC,QAAQ,CAAC,CAAC;AAEpC,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;AAEjC,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;;;OAIG;IACH,EAAE,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,MAAM,CAAC;IAC9D;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,qBAAqB,CAAC,IAAI,CAAC,CAAC;AAEhC,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;AAEjC,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC;IAChB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;AAEjC;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC"}
@@ -78,7 +78,7 @@ const b = ({
78
78
  r
79
79
  ),
80
80
  ...e,
81
- children: /* @__PURE__ */ o(m, { size: 20 })
81
+ children: /* @__PURE__ */ o(m, { size: 24 })
82
82
  }
83
83
  ), S = ({
84
84
  children: r,
@@ -1,4 +1,4 @@
1
- import { jsx as r, jsxs as u } from "react/jsx-runtime";
1
+ import { jsx as r, jsxs as m } from "react/jsx-runtime";
2
2
  import { createSafeContext as N, cn as c } from "../../../libs/utils-shared/dist/index.js";
3
3
  import { cva as s } from "class-variance-authority";
4
4
  import { useThrottledScrollBottom as y } from "./utils/useThrottledScrollBottom.js";
@@ -8,8 +8,8 @@ import { useCommonTranslation as C } from "../../../i18n/useCommonTranslation.js
8
8
  import { ChevronUpDown as R } from "../../Symbols/Icons/ChevronUpDown.js";
9
9
  import { ChevronDescending as j } from "../../Symbols/Icons/ChevronDescending.js";
10
10
  import { ChevronAscending as B } from "../../Symbols/Icons/ChevronAscending.js";
11
- import { InteractiveIcon as I } from "../InteractiveIcon/InteractiveIcon.js";
12
- const [S, m] = N("Table"), A = s(
11
+ import { InteractiveIcon as k } from "../InteractiveIcon/InteractiveIcon.js";
12
+ const [I, u] = N("Table"), S = s(
13
13
  "relative scrollbar-none w-full max-w-full border-collapse overflow-x-auto rounded-lg",
14
14
  {
15
15
  variants: {
@@ -32,12 +32,12 @@ const [S, m] = N("Table"), A = s(
32
32
  onScrollBottom: n,
33
33
  loading: l
34
34
  });
35
- return /* @__PURE__ */ r(S, { value: { appearance: e, loading: l }, children: /* @__PURE__ */ r(
35
+ return /* @__PURE__ */ r(I, { value: { appearance: e, loading: l }, children: /* @__PURE__ */ r(
36
36
  "div",
37
37
  {
38
38
  ...i,
39
39
  ref: o,
40
- className: A({ appearance: e, className: t }),
40
+ className: S({ appearance: e, className: t }),
41
41
  onScroll: d,
42
42
  children: a
43
43
  }
@@ -80,7 +80,7 @@ const [S, m] = N("Table"), A = s(
80
80
  ...o,
81
81
  children: a
82
82
  }
83
- ), H = s("sticky top-0", {
83
+ ), A = s("sticky top-0 z-10", {
84
84
  variants: {
85
85
  appearance: {
86
86
  "no-background": "bg-canvas",
@@ -93,7 +93,7 @@ const [S, m] = N("Table"), A = s(
93
93
  ref: t,
94
94
  ...n
95
95
  }) => {
96
- const { appearance: l } = m({
96
+ const { appearance: l } = u({
97
97
  consumerName: "TableHeaderRow",
98
98
  contextRequired: !0
99
99
  });
@@ -101,7 +101,7 @@ const [S, m] = N("Table"), A = s(
101
101
  "tr",
102
102
  {
103
103
  ref: t,
104
- className: H({ appearance: l, className: e }),
104
+ className: A({ appearance: l, className: e }),
105
105
  ...n,
106
106
  children: a
107
107
  }
@@ -113,7 +113,7 @@ const [S, m] = N("Table"), A = s(
113
113
  ref: n,
114
114
  ...l
115
115
  }) => {
116
- const { appearance: o } = m({
116
+ const { appearance: o } = u({
117
117
  consumerName: "TableGroupHeaderRow",
118
118
  contextRequired: !0
119
119
  });
@@ -165,7 +165,7 @@ const [S, m] = N("Table"), A = s(
165
165
  ...o,
166
166
  children: /* @__PURE__ */ r("div", { className: p.inner({ align: n }), children: a })
167
167
  }
168
- ), L = s("flex items-center gap-12 truncate", {
168
+ ), H = s("flex min-w-0 items-center gap-12", {
169
169
  variants: {
170
170
  align: {
171
171
  start: "text-start",
@@ -180,16 +180,16 @@ const [S, m] = N("Table"), A = s(
180
180
  description: l,
181
181
  ref: o,
182
182
  ...i
183
- }) => /* @__PURE__ */ u(
183
+ }) => /* @__PURE__ */ m(
184
184
  "div",
185
185
  {
186
186
  ref: o,
187
- className: L({ align: e, className: a }),
187
+ className: H({ align: e, className: a }),
188
188
  ...i,
189
189
  children: [
190
- /* @__PURE__ */ r("div", { children: t }),
191
- /* @__PURE__ */ u("div", { className: "flex flex-col gap-4 truncate", children: [
192
- /* @__PURE__ */ r("div", { className: "truncate body-2 text-base", children: n }),
190
+ /* @__PURE__ */ r("div", { className: "shrink-0", children: t }),
191
+ /* @__PURE__ */ m("div", { className: "flex min-w-0 flex-col gap-4", children: [
192
+ /* @__PURE__ */ r("div", { className: "shrink-0 body-2 text-base", children: n }),
193
193
  /* @__PURE__ */ r("div", { className: "truncate body-3 text-muted", children: l })
194
194
  ] })
195
195
  ]
@@ -233,7 +233,7 @@ const [S, m] = N("Table"), A = s(
233
233
  scope: t,
234
234
  className: f.root({ hideBelow: n, className: e }),
235
235
  ...d,
236
- children: /* @__PURE__ */ r("div", { className: "min-w-0", children: /* @__PURE__ */ u("div", { className: f.content({ align: l }), children: [
236
+ children: /* @__PURE__ */ r("div", { className: "min-w-0", children: /* @__PURE__ */ m("div", { className: f.content({ align: l }), children: [
237
237
  /* @__PURE__ */ r("span", { className: c("truncate", l === "end" && "order-1"), children: a }),
238
238
  /* @__PURE__ */ r("div", { className: "flex items-center justify-center opacity-0 group-hover:opacity-100", children: o })
239
239
  ] }) })
@@ -282,7 +282,7 @@ const [S, m] = N("Table"), A = s(
282
282
  ref: e,
283
283
  ...t
284
284
  }) => {
285
- const { loading: n } = m({
285
+ const { loading: n } = u({
286
286
  consumerName: "TableLoadingRow",
287
287
  contextRequired: !0
288
288
  });
@@ -303,7 +303,7 @@ const [S, m] = N("Table"), A = s(
303
303
  ref: e,
304
304
  ...t
305
305
  }) => /* @__PURE__ */ r(
306
- I,
306
+ k,
307
307
  {
308
308
  ...t,
309
309
  iconType: "filled",
@@ -312,7 +312,7 @@ const [S, m] = N("Table"), A = s(
312
312
  className: a,
313
313
  ref: e
314
314
  }
315
- ), V = {
315
+ ), L = {
316
316
  asc: B,
317
317
  desc: j,
318
318
  idle: R
@@ -349,25 +349,25 @@ const [S, m] = N("Table"), A = s(
349
349
  ref: i,
350
350
  ...d
351
351
  }) => {
352
- const { t: b } = C(), x = V[e || "idle"], h = {
352
+ const { t: b } = C(), h = L[e || "idle"], x = {
353
353
  asc: b("table.ascAriaLabel"),
354
354
  desc: b("table.descAriaLabel")
355
355
  };
356
- return /* @__PURE__ */ u(
356
+ return /* @__PURE__ */ m(
357
357
  "button",
358
358
  {
359
359
  ...d,
360
360
  ref: i,
361
361
  type: "button",
362
362
  className: v.root({ align: t, className: l }),
363
- "aria-label": e ? h[e] : void 0,
363
+ "aria-label": e ? x[e] : void 0,
364
364
  onClick: (g) => {
365
365
  o?.(g), n?.(e === "asc" ? "desc" : "asc");
366
366
  },
367
367
  children: [
368
368
  /* @__PURE__ */ r("span", { className: "min-w-0 truncate", children: a }),
369
369
  /* @__PURE__ */ r(
370
- x,
370
+ h,
371
371
  {
372
372
  size: 20,
373
373
  className: v.icon({
@@ -110,7 +110,7 @@ export type TableCellContentProps = {
110
110
  */
111
111
  leadingContent?: ReactNode;
112
112
  /**
113
- * The title of the cell
113
+ * The title of the cell.
114
114
  */
115
115
  title?: ReactNode;
116
116
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/ThemeProvider/ThemeProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,oBAAoB,EACrB,MAAM,6BAA6B,CAAC;AAErC,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAOhE,KAAK,kBAAkB,GAAG;IACxB,KAAK,EAAE,mBAAmB,GAAG,oBAAoB,CAAC;IAClD,WAAW,EAAE,OAAO,GAAG,MAAM,CAAC;CAC/B,CAAC;AAKF,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAwBhD,CAAC;AAEF,eAAO,MAAM,QAAQ,0BAOpB,CAAC"}
1
+ {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/ThemeProvider/ThemeProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,oBAAoB,EACrB,MAAM,6BAA6B,CAAC;AAErC,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAOhE,KAAK,kBAAkB,GAAG;IACxB,KAAK,EAAE,mBAAmB,GAAG,oBAAoB,CAAC;IAClD,WAAW,EAAE,OAAO,GAAG,MAAM,CAAC;CAC/B,CAAC;AAKF,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAoBhD,CAAC;AAEF,eAAO,MAAM,QAAQ,0BAOpB,CAAC"}
@@ -1,30 +1,28 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import { createSafeContext as h } from "../../../libs/utils-shared/dist/index.js";
3
- import { useMemo as i } from "react";
4
- import { COLOR_SCHEMES as u } from "./ThemeProvider.types.js";
5
- import { useResolvedColorScheme as d, useRootColorModeSideEffect as f } from "./useRootColorModeSideEffect.js";
6
- import { I18nProvider as l } from "../../../i18n/I18nProvider.js";
7
- const [v, C] = h("ThemeProvider"), R = ({
8
- themes: o,
9
- children: m,
10
- colorScheme: s = u.system,
11
- locale: c
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { createSafeContext as c } from "../../../libs/utils-shared/dist/index.js";
3
+ import { useMemo as n } from "react";
4
+ import { COLOR_SCHEMES as i } from "./ThemeProvider.types.js";
5
+ import { useResolvedColorScheme as h, useRootColorModeSideEffect as u } from "./useRootColorModeSideEffect.js";
6
+ import { I18nProvider as d } from "../../../i18n/I18nProvider.js";
7
+ const [f, l] = c("ThemeProvider"), a = ({
8
+ children: o,
9
+ colorScheme: t = i.system,
10
+ locale: m
12
11
  }) => {
13
- const e = d(s);
14
- f(e);
15
- const r = o?.[e], n = i(
12
+ const e = h(t);
13
+ u(e);
14
+ const s = n(
16
15
  () => ({
17
- theme: r,
18
16
  colorScheme: e
19
17
  }),
20
- [r, e]
18
+ [e]
21
19
  );
22
- return /* @__PURE__ */ t(v, { value: n, children: /* @__PURE__ */ t(l, { locale: c, children: m }) });
23
- }, E = () => C({
20
+ return /* @__PURE__ */ r(f, { value: s, children: /* @__PURE__ */ r(d, { locale: m, children: o }) });
21
+ }, P = () => l({
24
22
  consumerName: "useTheme",
25
23
  contextRequired: !0
26
24
  });
27
25
  export {
28
- R as ThemeProvider,
29
- E as useTheme
26
+ a as ThemeProvider,
27
+ P as useTheme
30
28
  };
@@ -1,4 +1,3 @@
1
- import { LedgerLiveThemes } from '@ledgerhq/lumen-design-core';
2
1
  import { PropsWithChildren } from 'react';
3
2
  import { SupportedLocale } from '../../../i18n';
4
3
  export declare const COLOR_SCHEMES: {
@@ -7,12 +6,7 @@ export declare const COLOR_SCHEMES: {
7
6
  readonly system: "system";
8
7
  };
9
8
  export type ColorSchemeName = keyof typeof COLOR_SCHEMES;
10
- export type LumenThemes = LedgerLiveThemes;
11
9
  export type ThemeProviderProps = PropsWithChildren & {
12
- /**
13
- * Themes containing design-tokens for the app.
14
- */
15
- themes?: LumenThemes;
16
10
  /**
17
11
  * The color scheme of the theme.
18
12
  * system will follow the user's OS preference via `prefers-color-scheme`.
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeProvider.types.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/ThemeProvider/ThemeProvider.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD,eAAO,MAAM,aAAa;;;;CAIhB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,aAAa,CAAC;AAEzD,MAAM,MAAM,WAAW,GAAG,gBAAgB,CAAC;AAE3C,MAAM,MAAM,kBAAkB,GAAG,iBAAiB,GAAG;IACnD;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;CAC1B,CAAC"}
1
+ {"version":3,"file":"ThemeProvider.types.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/ThemeProvider/ThemeProvider.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD,eAAO,MAAM,aAAa;;;;CAIhB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,aAAa,CAAC;AAEzD,MAAM,MAAM,kBAAkB,GAAG,iBAAiB,GAAG;IACnD;;;;OAIG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;CAC1B,CAAC"}
@@ -12,7 +12,9 @@ export * from './Checkbox';
12
12
  export * from './DataTable';
13
13
  export * from './Dialog';
14
14
  export * from './Divider';
15
+ export * from './DotCount';
15
16
  export * from './DotIcon';
17
+ export * from './DotIndicator';
16
18
  export * from './DotSymbol';
17
19
  export * from './IconButton';
18
20
  export * from './InteractiveIcon';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/Components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/Components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/lumen-ui-react",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
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.24",
3
+ "version": "0.1.26",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "keywords": [