@ledgerhq/lumen-ui-react 0.0.74 → 0.0.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ import { AmountInput as p } from "./lib/Components/AmountInput/AmountInput.js";
4
4
  import { AmountDisplay as m } from "./lib/Components/AmountDisplay/AmountDisplay.js";
5
5
  import { Banner as l } from "./lib/Components/Banner/Banner.js";
6
6
  import { BaseInput as f } from "./lib/Components/BaseInput/BaseInput.js";
7
- import { Button as S } from "./lib/Components/Button/Button.js";
7
+ import { Button as T } from "./lib/Components/Button/Button.js";
8
8
  import { BaseButton as I } from "./lib/Components/Button/BaseButton.js";
9
9
  import { CardButton as d } from "./lib/Components/CardButton/CardButton.js";
10
10
  import { Checkbox as B } from "./lib/Components/Checkbox/Checkbox.js";
@@ -16,19 +16,20 @@ import { InteractiveIcon as P } from "./lib/Components/InteractiveIcon/Interacti
16
16
  import { Link as F } from "./lib/Components/Link/Link.js";
17
17
  import { ListItem as j, ListItemContent as q, ListItemDescription as z, ListItemIcon as E, ListItemLeading as J, ListItemSpot as K, ListItemTitle as O, ListItemTrailing as Q, ListItemTruncate as U } from "./lib/Components/ListItem/ListItem.js";
18
18
  import { Menu as W, MenuCheckboxItem as X, MenuContent as Y, MenuGroup as Z, MenuItem as _, MenuLabel as $, MenuPortal as ee, MenuRadioGroup as oe, MenuRadioItem as te, MenuSeparator as re, MenuSub as ne, MenuSubContent as ie, MenuSubTrigger as pe, MenuTrigger as ae } from "./lib/Components/Menu/Menu.js";
19
- import { NavBar as ue, NavBarBackButton as le, NavBarCoinCapsule as xe, NavBarTitle as fe, NavBarTrailing as Te } from "./lib/Components/NavBar/NavBar.js";
19
+ import { NavBar as ue, NavBarBackButton as le, NavBarCoinCapsule as xe, NavBarTitle as fe, NavBarTrailing as Se } from "./lib/Components/NavBar/NavBar.js";
20
20
  import { SearchInput as ce } from "./lib/Components/SearchInput/SearchInput.js";
21
21
  import { Select as ge, SelectContent as de, SelectGroup as se, SelectItem as Be, SelectItemText as be, SelectLabel as he, SelectSeparator as Me, SelectTrigger as Ce } from "./lib/Components/Select/Select.js";
22
22
  import { Skeleton as De } from "./lib/Components/Skeleton/Skeleton.js";
23
- import { Spot as ke } from "./lib/Components/Spot/Spot.js";
24
- import { Subheader as Ne, SubheaderAction as we, SubheaderCount as ye, SubheaderDescription as Ge, SubheaderInfo as Pe, SubheaderRow as Re, SubheaderShowMore as Fe, SubheaderTitle as He } from "./lib/Components/Subheader/Subheader.js";
25
- import { Switch as qe } from "./lib/Components/Switch/Switch.js";
26
- import { Tag as Ee } from "./lib/Components/Tag/Tag.js";
27
- import { TextInput as Ke } from "./lib/Components/TextInput/TextInput.js";
28
- import { Tile as Qe, TileContent as Ue, TileDescription as Ve, TileSecondaryAction as We, TileSpot as Xe, TileTitle as Ye, TileTrailingContent as Ze } from "./lib/Components/Tile/Tile.js";
29
- import { TileButton as $e } from "./lib/Components/TileButton/TileButton.js";
30
- import { Tooltip as oo, TooltipContent as to, TooltipProvider as ro, TooltipTrigger as no } from "./lib/Components/Tooltip/Tooltip.js";
31
- import { ThemeProvider as po, useTheme as ao } from "./lib/Components/ThemeProvider/ThemeProvider.js";
23
+ import { Spinner as ke } from "./lib/Components/Spinner/Spinner.js";
24
+ import { Spot as Ne } from "./lib/Components/Spot/Spot.js";
25
+ import { Subheader as ye, SubheaderAction as Ge, SubheaderCount as Pe, SubheaderDescription as Re, SubheaderInfo as Fe, SubheaderRow as He, SubheaderShowMore as je, SubheaderTitle as qe } from "./lib/Components/Subheader/Subheader.js";
26
+ import { Switch as Ee } from "./lib/Components/Switch/Switch.js";
27
+ import { Tag as Ke } from "./lib/Components/Tag/Tag.js";
28
+ import { TextInput as Qe } from "./lib/Components/TextInput/TextInput.js";
29
+ import { Tile as Ve, TileContent as We, TileDescription as Xe, TileSecondaryAction as Ye, TileSpot as Ze, TileTitle as _e, TileTrailingContent as $e } from "./lib/Components/Tile/Tile.js";
30
+ import { TileButton as oo } from "./lib/Components/TileButton/TileButton.js";
31
+ import { Tooltip as ro, TooltipContent as no, TooltipProvider as io, TooltipTrigger as po } from "./lib/Components/Tooltip/Tooltip.js";
32
+ import { ThemeProvider as mo, useTheme as uo } from "./lib/Components/ThemeProvider/ThemeProvider.js";
32
33
  export {
33
34
  n as AddressInput,
34
35
  m as AmountDisplay,
@@ -36,7 +37,7 @@ export {
36
37
  l as Banner,
37
38
  I as BaseButton,
38
39
  f as BaseInput,
39
- S as Button,
40
+ T as Button,
40
41
  d as CardButton,
41
42
  B as Checkbox,
42
43
  h as Dialog,
@@ -77,7 +78,7 @@ export {
77
78
  le as NavBarBackButton,
78
79
  xe as NavBarCoinCapsule,
79
80
  fe as NavBarTitle,
80
- Te as NavBarTrailing,
81
+ Se as NavBarTrailing,
81
82
  ce as SearchInput,
82
83
  ge as Select,
83
84
  de as SelectContent,
@@ -88,30 +89,31 @@ export {
88
89
  Me as SelectSeparator,
89
90
  Ce as SelectTrigger,
90
91
  De as Skeleton,
91
- ke as Spot,
92
- Ne as Subheader,
93
- we as SubheaderAction,
94
- ye as SubheaderCount,
95
- Ge as SubheaderDescription,
96
- Pe as SubheaderInfo,
97
- Re as SubheaderRow,
98
- Fe as SubheaderShowMore,
99
- He as SubheaderTitle,
100
- qe as Switch,
101
- Ee as Tag,
102
- Ke as TextInput,
103
- po as ThemeProvider,
104
- Qe as Tile,
105
- $e as TileButton,
106
- Ue as TileContent,
107
- Ve as TileDescription,
108
- We as TileSecondaryAction,
109
- Xe as TileSpot,
110
- Ye as TileTitle,
111
- Ze as TileTrailingContent,
112
- oo as Tooltip,
113
- to as TooltipContent,
114
- ro as TooltipProvider,
115
- no as TooltipTrigger,
116
- ao as useTheme
92
+ ke as Spinner,
93
+ Ne as Spot,
94
+ ye as Subheader,
95
+ Ge as SubheaderAction,
96
+ Pe as SubheaderCount,
97
+ Re as SubheaderDescription,
98
+ Fe as SubheaderInfo,
99
+ He as SubheaderRow,
100
+ je as SubheaderShowMore,
101
+ qe as SubheaderTitle,
102
+ Ee as Switch,
103
+ Ke as Tag,
104
+ Qe as TextInput,
105
+ mo as ThemeProvider,
106
+ Ve as Tile,
107
+ oo as TileButton,
108
+ We as TileContent,
109
+ Xe as TileDescription,
110
+ Ye as TileSecondaryAction,
111
+ Ze as TileSpot,
112
+ _e as TileTitle,
113
+ $e as TileTrailingContent,
114
+ ro as Tooltip,
115
+ no as TooltipContent,
116
+ io as TooltipProvider,
117
+ po as TooltipTrigger,
118
+ uo as useTheme
117
119
  };
@@ -43,14 +43,14 @@ const v = n.forwardRef(({ children: a, className: r, ...e }, t) => /* @__PURE__
43
43
  "div",
44
44
  {
45
45
  ref: t,
46
- className: s("flex shrink-0 items-center gap-4", r),
46
+ className: s("ml-auto flex shrink-0 items-center gap-4", r),
47
47
  "data-slot": "navbar-trailing",
48
48
  ...e,
49
49
  children: a
50
50
  }
51
51
  ));
52
52
  v.displayName = "NavBarTrailing";
53
- const B = n.forwardRef(
53
+ const u = n.forwardRef(
54
54
  ({ children: a, className: r, ...e }, t) => /* @__PURE__ */ o(
55
55
  "nav",
56
56
  {
@@ -62,9 +62,9 @@ const B = n.forwardRef(
62
62
  }
63
63
  )
64
64
  );
65
- B.displayName = "NavBar";
65
+ u.displayName = "NavBar";
66
66
  export {
67
- B as NavBar,
67
+ u as NavBar,
68
68
  p as NavBarBackButton,
69
69
  d as NavBarCoinCapsule,
70
70
  N as NavBarTitle,
@@ -17,6 +17,7 @@ export * from './NavBar';
17
17
  export * from './SearchInput';
18
18
  export * from './Select';
19
19
  export * from './Skeleton';
20
+ export * from './Spinner';
20
21
  export * from './Spot';
21
22
  export * from './Subheader';
22
23
  export * from './Switch';
@@ -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,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,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,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,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.0.73",
3
+ "version": "0.0.75",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "keywords": [
@@ -41,7 +41,7 @@
41
41
  ]
42
42
  },
43
43
  "dependencies": {
44
- "@ledgerhq/lumen-utils-shared": "0.0.16",
44
+ "@ledgerhq/lumen-utils-shared": "0.0.17",
45
45
  "i18next": "^23.7.0",
46
46
  "react-i18next": "^14.0.0"
47
47
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/lumen-ui-react",
3
- "version": "0.0.74",
3
+ "version": "0.0.76",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "keywords": [