@ledgerhq/lumen-ui-react 0.0.60 → 0.0.62
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/i18n/index.d.ts +1 -1
- package/dist/i18n/index.d.ts.map +1 -1
- package/dist/i18n/languages.js +35 -5
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +97 -95
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/dist/i18n/index.d.ts
CHANGED
package/dist/i18n/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/i18n/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/i18n/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC"}
|
package/dist/i18n/languages.js
CHANGED
|
@@ -1,10 +1,40 @@
|
|
|
1
|
-
const
|
|
1
|
+
const d = {
|
|
2
|
+
de: {
|
|
3
|
+
id: "de"
|
|
4
|
+
},
|
|
2
5
|
en: {
|
|
3
6
|
id: "en"
|
|
7
|
+
},
|
|
8
|
+
es: {
|
|
9
|
+
id: "es"
|
|
10
|
+
},
|
|
11
|
+
fr: {
|
|
12
|
+
id: "fr"
|
|
13
|
+
},
|
|
14
|
+
ja: {
|
|
15
|
+
id: "ja"
|
|
16
|
+
},
|
|
17
|
+
ko: {
|
|
18
|
+
id: "ko"
|
|
19
|
+
},
|
|
20
|
+
pt: {
|
|
21
|
+
id: "pt"
|
|
22
|
+
},
|
|
23
|
+
ru: {
|
|
24
|
+
id: "ru"
|
|
25
|
+
},
|
|
26
|
+
th: {
|
|
27
|
+
id: "th"
|
|
28
|
+
},
|
|
29
|
+
tr: {
|
|
30
|
+
id: "tr"
|
|
31
|
+
},
|
|
32
|
+
zh: {
|
|
33
|
+
id: "zh"
|
|
4
34
|
}
|
|
5
|
-
},
|
|
35
|
+
}, i = d.en.id, t = "common";
|
|
6
36
|
export {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
37
|
+
i as DEFAULT_LANGUAGE,
|
|
38
|
+
t as I18N_DEFAULT_NAMESPACE,
|
|
39
|
+
d as Languages
|
|
10
40
|
};
|
package/dist/index.d.ts
CHANGED
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,QAAQ,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,KAAK,eAAe,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,97 +1,99 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
1
|
+
import { Languages as o } from "./i18n/languages.js";
|
|
2
|
+
import { AddressInput as n } from "./lib/Components/AddressInput/AddressInput.js";
|
|
3
|
+
import { AmountInput as p } from "./lib/Components/AmountInput/AmountInput.js";
|
|
4
|
+
import { Banner as u } from "./lib/Components/Banner/Banner.js";
|
|
5
|
+
import { BaseInput as l } from "./lib/Components/BaseInput/BaseInput.js";
|
|
6
|
+
import { Button as f } from "./lib/Components/Button/Button.js";
|
|
7
|
+
import { BaseButton as I } from "./lib/Components/Button/BaseButton.js";
|
|
8
|
+
import { CardButton as g } from "./lib/Components/CardButton/CardButton.js";
|
|
9
|
+
import { Checkbox as s } from "./lib/Components/Checkbox/Checkbox.js";
|
|
10
|
+
import { Dialog as M, DialogBody as d, DialogContent as C, DialogFooter as D, DialogTrigger as b } from "./lib/Components/Dialog/Dialog.js";
|
|
11
|
+
import { DialogHeader as h } from "./lib/Components/Dialog/DialogHeader/DialogHeader.js";
|
|
12
|
+
import { Divider as v } from "./lib/Components/Divider/Divider.js";
|
|
13
|
+
import { IconButton as G } from "./lib/Components/IconButton/IconButton.js";
|
|
14
|
+
import { InteractiveIcon as y } from "./lib/Components/InteractiveIcon/InteractiveIcon.js";
|
|
15
|
+
import { Link as w } from "./lib/Components/Link/Link.js";
|
|
16
|
+
import { ListItem as H, ListItemContent as j, ListItemDescription as q, ListItemIcon as z, ListItemLeading as E, ListItemSpot as J, ListItemTitle as K, ListItemTrailing as N, ListItemTruncate as O } from "./lib/Components/ListItem/ListItem.js";
|
|
17
|
+
import { Menu as U, MenuCheckboxItem as V, MenuContent as W, MenuGroup as X, MenuItem as Y, MenuLabel as Z, MenuPortal as _, MenuRadioGroup as $, MenuRadioItem as ee, MenuSeparator as te, MenuSub as oe, MenuSubContent as re, MenuSubTrigger as ne, MenuTrigger as ie } from "./lib/Components/Menu/Menu.js";
|
|
18
|
+
import { SearchInput as me } from "./lib/Components/SearchInput/SearchInput.js";
|
|
19
|
+
import { Select as xe, SelectContent as le, SelectGroup as ae, SelectItem as fe, SelectItemText as Te, SelectLabel as Ie, SelectSeparator as ce, SelectTrigger as ge } from "./lib/Components/Select/Select.js";
|
|
20
|
+
import { Skeleton as se } from "./lib/Components/Skeleton/Skeleton.js";
|
|
21
|
+
import { Spot as Me } from "./lib/Components/Spot/Spot.js";
|
|
22
|
+
import { Subheader as Ce } from "./lib/Components/Subheader/Subheader.js";
|
|
23
|
+
import { Switch as be } from "./lib/Components/Switch/Switch.js";
|
|
24
|
+
import { Tag as he } from "./lib/Components/Tag/Tag.js";
|
|
25
|
+
import { TextInput as ve } from "./lib/Components/TextInput/TextInput.js";
|
|
26
|
+
import { Tile as Ge, TileContent as Pe, TileDescription as ye, TileSecondaryAction as Re, TileSpot as we, TileTitle as Fe } from "./lib/Components/Tile/Tile.js";
|
|
27
|
+
import { Tooltip as je, TooltipContent as qe, TooltipProvider as ze, TooltipTrigger as Ee } from "./lib/Components/Tooltip/Tooltip.js";
|
|
28
|
+
import { ThemeProvider as Ke, useTheme as Ne } from "./lib/Components/ThemeProvider/ThemeProvider.js";
|
|
28
29
|
export {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
w as
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
O as
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
ie as
|
|
71
|
-
me as
|
|
72
|
-
|
|
73
|
-
le as
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
se as
|
|
81
|
-
|
|
82
|
-
Ce as
|
|
83
|
-
be as
|
|
84
|
-
he as
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
Fe as
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
30
|
+
n as AddressInput,
|
|
31
|
+
p as AmountInput,
|
|
32
|
+
u as Banner,
|
|
33
|
+
I as BaseButton,
|
|
34
|
+
l as BaseInput,
|
|
35
|
+
f as Button,
|
|
36
|
+
g as CardButton,
|
|
37
|
+
s as Checkbox,
|
|
38
|
+
M as Dialog,
|
|
39
|
+
d as DialogBody,
|
|
40
|
+
C as DialogContent,
|
|
41
|
+
D as DialogFooter,
|
|
42
|
+
h as DialogHeader,
|
|
43
|
+
b as DialogTrigger,
|
|
44
|
+
v as Divider,
|
|
45
|
+
G as IconButton,
|
|
46
|
+
y as InteractiveIcon,
|
|
47
|
+
o as Languages,
|
|
48
|
+
w as Link,
|
|
49
|
+
H as ListItem,
|
|
50
|
+
j as ListItemContent,
|
|
51
|
+
q as ListItemDescription,
|
|
52
|
+
z as ListItemIcon,
|
|
53
|
+
E as ListItemLeading,
|
|
54
|
+
J as ListItemSpot,
|
|
55
|
+
K as ListItemTitle,
|
|
56
|
+
N as ListItemTrailing,
|
|
57
|
+
O as ListItemTruncate,
|
|
58
|
+
U as Menu,
|
|
59
|
+
V as MenuCheckboxItem,
|
|
60
|
+
W as MenuContent,
|
|
61
|
+
X as MenuGroup,
|
|
62
|
+
Y as MenuItem,
|
|
63
|
+
Z as MenuLabel,
|
|
64
|
+
_ as MenuPortal,
|
|
65
|
+
$ as MenuRadioGroup,
|
|
66
|
+
ee as MenuRadioItem,
|
|
67
|
+
te as MenuSeparator,
|
|
68
|
+
oe as MenuSub,
|
|
69
|
+
re as MenuSubContent,
|
|
70
|
+
ne as MenuSubTrigger,
|
|
71
|
+
ie as MenuTrigger,
|
|
72
|
+
me as SearchInput,
|
|
73
|
+
xe as Select,
|
|
74
|
+
le as SelectContent,
|
|
75
|
+
ae as SelectGroup,
|
|
76
|
+
fe as SelectItem,
|
|
77
|
+
Te as SelectItemText,
|
|
78
|
+
Ie as SelectLabel,
|
|
79
|
+
ce as SelectSeparator,
|
|
80
|
+
ge as SelectTrigger,
|
|
81
|
+
se as Skeleton,
|
|
82
|
+
Me as Spot,
|
|
83
|
+
Ce as Subheader,
|
|
84
|
+
be as Switch,
|
|
85
|
+
he as Tag,
|
|
86
|
+
ve as TextInput,
|
|
87
|
+
Ke as ThemeProvider,
|
|
88
|
+
Ge as Tile,
|
|
89
|
+
Pe as TileContent,
|
|
90
|
+
ye as TileDescription,
|
|
91
|
+
Re as TileSecondaryAction,
|
|
92
|
+
we as TileSpot,
|
|
93
|
+
Fe as TileTitle,
|
|
94
|
+
je as Tooltip,
|
|
95
|
+
qe as TooltipContent,
|
|
96
|
+
ze as TooltipProvider,
|
|
97
|
+
Ee as TooltipTrigger,
|
|
98
|
+
Ne as useTheme
|
|
97
99
|
};
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/lumen-ui-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.61",
|
|
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.
|
|
44
|
+
"@ledgerhq/lumen-utils-shared": "0.0.15",
|
|
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.
|
|
3
|
+
"version": "0.0.62",
|
|
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.
|
|
44
|
+
"@ledgerhq/lumen-utils-shared": "0.0.15",
|
|
45
45
|
"i18next": "^23.7.0",
|
|
46
46
|
"react-i18next": "^14.0.0"
|
|
47
47
|
},
|