@ledgerhq/lumen-ui-react 0.1.12 → 0.1.13
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/locales/de.json.d.ts +3 -0
- package/dist/i18n/locales/de.json.js +4 -2
- package/dist/i18n/locales/en.json.d.ts +3 -0
- package/dist/i18n/locales/en.json.js +6 -4
- package/dist/i18n/locales/es.json.d.ts +3 -0
- package/dist/i18n/locales/es.json.js +6 -4
- package/dist/i18n/locales/fr.json.d.ts +3 -0
- package/dist/i18n/locales/fr.json.js +6 -4
- package/dist/i18n/locales/ja.json.d.ts +3 -0
- package/dist/i18n/locales/ja.json.js +6 -4
- package/dist/i18n/locales/ko.json.d.ts +3 -0
- package/dist/i18n/locales/ko.json.js +6 -4
- package/dist/i18n/locales/pt.json.d.ts +3 -0
- package/dist/i18n/locales/pt.json.js +6 -4
- package/dist/i18n/locales/ru.json.d.ts +3 -0
- package/dist/i18n/locales/ru.json.js +6 -4
- package/dist/i18n/locales/th.json.d.ts +3 -0
- package/dist/i18n/locales/th.json.js +6 -4
- package/dist/i18n/locales/tr.json.d.ts +3 -0
- package/dist/i18n/locales/tr.json.js +6 -4
- package/dist/i18n/locales/zh.json.d.ts +3 -0
- package/dist/i18n/locales/zh.json.js +6 -4
- package/dist/index.js +116 -113
- package/dist/lib/Components/AmountDisplay/AmountDisplay.d.ts.map +1 -1
- package/dist/lib/Components/AmountDisplay/AmountDisplay.js +31 -31
- package/dist/lib/Components/Card/Card.d.ts.map +1 -1
- package/dist/lib/Components/Card/Card.js +70 -70
- package/dist/lib/Components/InteractiveIcon/InteractiveIcon.d.ts +1 -1
- package/dist/lib/Components/InteractiveIcon/InteractiveIcon.d.ts.map +1 -1
- package/dist/lib/Components/InteractiveIcon/InteractiveIcon.js +24 -10
- package/dist/lib/Components/InteractiveIcon/types.d.ts +8 -0
- package/dist/lib/Components/InteractiveIcon/types.d.ts.map +1 -1
- package/dist/lib/Components/MediaCard/MediaCard.d.ts +33 -0
- package/dist/lib/Components/MediaCard/MediaCard.d.ts.map +1 -0
- package/dist/lib/Components/MediaCard/MediaCard.js +128 -0
- package/dist/lib/Components/MediaCard/index.d.ts +3 -0
- package/dist/lib/Components/MediaCard/index.d.ts.map +1 -0
- package/dist/lib/Components/MediaCard/types.d.ts +30 -0
- package/dist/lib/Components/MediaCard/types.d.ts.map +1 -0
- package/dist/lib/Components/Select/Select.d.ts +3 -3
- package/dist/lib/Components/Select/Select.js +3 -3
- package/dist/lib/Components/Select/index.d.ts +1 -1
- package/dist/lib/Components/Select/types.d.ts +4 -4
- package/dist/lib/Components/{ButtonTrigger/ButtonTrigger.d.ts → TriggerButton/TriggerButton.d.ts} +10 -10
- package/dist/lib/Components/TriggerButton/TriggerButton.d.ts.map +1 -0
- package/dist/lib/Components/{ButtonTrigger/ButtonTrigger.js → TriggerButton/TriggerButton.js} +3 -3
- package/dist/lib/Components/TriggerButton/index.d.ts +3 -0
- package/dist/lib/Components/{ButtonTrigger → TriggerButton}/index.d.ts.map +1 -1
- package/dist/lib/Components/{ButtonTrigger → TriggerButton}/types.d.ts +1 -1
- package/dist/lib/Components/{ButtonTrigger → TriggerButton}/types.d.ts.map +1 -1
- package/dist/lib/Components/index.d.ts +2 -1
- package/dist/lib/Components/index.d.ts.map +1 -1
- package/dist/lib/Symbols/Icons/NanoGen5.d.ts +29 -0
- package/dist/lib/Symbols/Icons/NanoGen5.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/NanoGen5.js +27 -0
- package/dist/lib/Symbols/index.d.ts +1 -0
- package/dist/lib/Symbols/index.d.ts.map +1 -1
- package/dist/lib/Symbols/index.js +194 -192
- package/dist/package.json +2 -2
- package/package.json +1 -1
- package/dist/lib/Components/ButtonTrigger/ButtonTrigger.d.ts.map +0 -1
- package/dist/lib/Components/ButtonTrigger/index.d.ts +0 -3
|
@@ -164,102 +164,103 @@ import { Moon as tf } from "./Icons/Moon.js";
|
|
|
164
164
|
import { MoreHorizontal as ff } from "./Icons/MoreHorizontal.js";
|
|
165
165
|
import { MoreVertical as xf } from "./Icons/MoreVertical.js";
|
|
166
166
|
import { Nano as nf } from "./Icons/Nano.js";
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
216
|
-
import {
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
import {
|
|
226
|
-
import {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import {
|
|
232
|
-
import {
|
|
233
|
-
import {
|
|
234
|
-
import {
|
|
235
|
-
import {
|
|
236
|
-
import {
|
|
237
|
-
import {
|
|
238
|
-
import {
|
|
239
|
-
import {
|
|
240
|
-
import {
|
|
241
|
-
import {
|
|
242
|
-
import {
|
|
243
|
-
import {
|
|
244
|
-
import {
|
|
245
|
-
import {
|
|
246
|
-
import {
|
|
247
|
-
import {
|
|
248
|
-
import {
|
|
249
|
-
import {
|
|
250
|
-
import {
|
|
251
|
-
import {
|
|
252
|
-
import {
|
|
253
|
-
import {
|
|
254
|
-
import {
|
|
255
|
-
import {
|
|
256
|
-
import {
|
|
257
|
-
import {
|
|
258
|
-
import {
|
|
259
|
-
import {
|
|
260
|
-
import {
|
|
261
|
-
import {
|
|
262
|
-
import {
|
|
167
|
+
import { NanoGen5 as Cf } from "./Icons/NanoGen5.js";
|
|
168
|
+
import { NetworkWarning as cf } from "./Icons/NetworkWarning.js";
|
|
169
|
+
import { Nfc as df } from "./Icons/Nfc.js";
|
|
170
|
+
import { Nft as uf } from "./Icons/Nft.js";
|
|
171
|
+
import { NftHide as Sf } from "./Icons/NftHide.js";
|
|
172
|
+
import { Note as Lf } from "./Icons/Note.js";
|
|
173
|
+
import { P2p as Af } from "./Icons/P2p.js";
|
|
174
|
+
import { Parachute as Pf } from "./Icons/Parachute.js";
|
|
175
|
+
import { Paste as Mf } from "./Icons/Paste.js";
|
|
176
|
+
import { Pause as Uf } from "./Icons/Pause.js";
|
|
177
|
+
import { PenEdit as Ef } from "./Icons/PenEdit.js";
|
|
178
|
+
import { PenEditWriting as bf } from "./Icons/PenEditWriting.js";
|
|
179
|
+
import { Percentage as yf } from "./Icons/Percentage.js";
|
|
180
|
+
import { PictureImage as Wf } from "./Icons/PictureImage.js";
|
|
181
|
+
import { PiggyBank as Gf } from "./Icons/PiggyBank.js";
|
|
182
|
+
import { PinLocation as Vf } from "./Icons/PinLocation.js";
|
|
183
|
+
import { Placeholder as Kf } from "./Icons/Placeholder.js";
|
|
184
|
+
import { PlaceholderCicleFill as Yf } from "./Icons/PlaceholderCicleFill.js";
|
|
185
|
+
import { Planet as qf } from "./Icons/Planet.js";
|
|
186
|
+
import { Plus as Xf } from "./Icons/Plus.js";
|
|
187
|
+
import { PlusCircle as _f } from "./Icons/PlusCircle.js";
|
|
188
|
+
import { PlusCircleFill as rm } from "./Icons/PlusCircleFill.js";
|
|
189
|
+
import { Printer as em } from "./Icons/Printer.js";
|
|
190
|
+
import { QrCode as pm } from "./Icons/QrCode.js";
|
|
191
|
+
import { QrCodeScanner as mm } from "./Icons/QrCodeScanner.js";
|
|
192
|
+
import { Question as im } from "./Icons/Question.js";
|
|
193
|
+
import { Range as nm } from "./Icons/Range.js";
|
|
194
|
+
import { RecoveryKey as Cm } from "./Icons/RecoveryKey.js";
|
|
195
|
+
import { Reddit as cm } from "./Icons/Reddit.js";
|
|
196
|
+
import { Reduce as dm } from "./Icons/Reduce.js";
|
|
197
|
+
import { Refresh as um } from "./Icons/Refresh.js";
|
|
198
|
+
import { RefreshBack as Sm } from "./Icons/RefreshBack.js";
|
|
199
|
+
import { Repair as Lm } from "./Icons/Repair.js";
|
|
200
|
+
import { Screens as Am } from "./Icons/Screens.js";
|
|
201
|
+
import { Search as Pm } from "./Icons/Search.js";
|
|
202
|
+
import { ServerDatabaseFail as Mm } from "./Icons/ServerDatabaseFail.js";
|
|
203
|
+
import { Settings as Um } from "./Icons/Settings.js";
|
|
204
|
+
import { SettingsAlt as Em } from "./Icons/SettingsAlt.js";
|
|
205
|
+
import { SettingsAlt2 as bm } from "./Icons/SettingsAlt2.js";
|
|
206
|
+
import { Shapes as ym } from "./Icons/Shapes.js";
|
|
207
|
+
import { Share as Wm } from "./Icons/Share.js";
|
|
208
|
+
import { Share2 as Gm } from "./Icons/Share2.js";
|
|
209
|
+
import { ShieldCheck as Vm } from "./Icons/ShieldCheck.js";
|
|
210
|
+
import { ShieldCheckNotification as Km } from "./Icons/ShieldCheckNotification.js";
|
|
211
|
+
import { ShieldLock as Ym } from "./Icons/ShieldLock.js";
|
|
212
|
+
import { ShieldMore as qm } from "./Icons/ShieldMore.js";
|
|
213
|
+
import { Signature as Xm } from "./Icons/Signature.js";
|
|
214
|
+
import { Slideshow as _m } from "./Icons/Slideshow.js";
|
|
215
|
+
import { Snow as rx } from "./Icons/Snow.js";
|
|
216
|
+
import { SoftRepair as ex } from "./Icons/SoftRepair.js";
|
|
217
|
+
import { Spacerocket as px } from "./Icons/Spacerocket.js";
|
|
218
|
+
import { SparksFill as mx } from "./Icons/SparksFill.js";
|
|
219
|
+
import { SpeedFast as ix } from "./Icons/SpeedFast.js";
|
|
220
|
+
import { SpeedLow as nx } from "./Icons/SpeedLow.js";
|
|
221
|
+
import { SpeedMedium as Cx } from "./Icons/SpeedMedium.js";
|
|
222
|
+
import { Star as cx } from "./Icons/Star.js";
|
|
223
|
+
import { StarFill as dx } from "./Icons/StarFill.js";
|
|
224
|
+
import { StarHalf as ux } from "./Icons/StarHalf.js";
|
|
225
|
+
import { Stax as Sx } from "./Icons/Stax.js";
|
|
226
|
+
import { Sun as Lx } from "./Icons/Sun.js";
|
|
227
|
+
import { Support as Ax } from "./Icons/Support.js";
|
|
228
|
+
import { Switch as Px } from "./Icons/Switch.js";
|
|
229
|
+
import { Switch2 as Mx } from "./Icons/Switch2.js";
|
|
230
|
+
import { Tablet as Ux } from "./Icons/Tablet.js";
|
|
231
|
+
import { Target as Ex } from "./Icons/Target.js";
|
|
232
|
+
import { Telegram as bx } from "./Icons/Telegram.js";
|
|
233
|
+
import { Theme as yx } from "./Icons/Theme.js";
|
|
234
|
+
import { ThemeFill as Wx } from "./Icons/ThemeFill.js";
|
|
235
|
+
import { Threads as Gx } from "./Icons/Threads.js";
|
|
236
|
+
import { Tiktok as Vx } from "./Icons/Tiktok.js";
|
|
237
|
+
import { Tools as Kx } from "./Icons/Tools.js";
|
|
238
|
+
import { TransferHorizontal as Yx } from "./Icons/TransferHorizontal.js";
|
|
239
|
+
import { TransferVertical as qx } from "./Icons/TransferVertical.js";
|
|
240
|
+
import { Trash as Xx } from "./Icons/Trash.js";
|
|
241
|
+
import { Truck as _x } from "./Icons/Truck.js";
|
|
242
|
+
import { Twitter as ri } from "./Icons/Twitter.js";
|
|
243
|
+
import { Unlink as ei } from "./Icons/Unlink.js";
|
|
244
|
+
import { Unlock as pi } from "./Icons/Unlock.js";
|
|
245
|
+
import { Usb as mi } from "./Icons/Usb.js";
|
|
246
|
+
import { UsbC as ii } from "./Icons/UsbC.js";
|
|
247
|
+
import { User as ni } from "./Icons/User.js";
|
|
248
|
+
import { UserAdd as Ci } from "./Icons/UserAdd.js";
|
|
249
|
+
import { UserArrowRight as ci } from "./Icons/UserArrowRight.js";
|
|
250
|
+
import { UserCheck as di } from "./Icons/UserCheck.js";
|
|
251
|
+
import { UserCircle as ui } from "./Icons/UserCircle.js";
|
|
252
|
+
import { UserDelete as Si } from "./Icons/UserDelete.js";
|
|
253
|
+
import { UserLock as Li } from "./Icons/UserLock.js";
|
|
254
|
+
import { UserShield as Ai } from "./Icons/UserShield.js";
|
|
255
|
+
import { Wallet as Pi } from "./Icons/Wallet.js";
|
|
256
|
+
import { WalletInput as Mi } from "./Icons/WalletInput.js";
|
|
257
|
+
import { WalletSearch as Ui } from "./Icons/WalletSearch.js";
|
|
258
|
+
import { Warning as Ei } from "./Icons/Warning.js";
|
|
259
|
+
import { WarningFill as bi } from "./Icons/WarningFill.js";
|
|
260
|
+
import { Whatsapp as yi } from "./Icons/Whatsapp.js";
|
|
261
|
+
import { Windows as Wi } from "./Icons/Windows.js";
|
|
262
|
+
import { WirelessCharging as Gi } from "./Icons/WirelessCharging.js";
|
|
263
|
+
import { Youtube as Vi } from "./Icons/Youtube.js";
|
|
263
264
|
export {
|
|
264
265
|
e as Airplane,
|
|
265
266
|
p as AlarmClock,
|
|
@@ -427,100 +428,101 @@ export {
|
|
|
427
428
|
ff as MoreHorizontal,
|
|
428
429
|
xf as MoreVertical,
|
|
429
430
|
nf as Nano,
|
|
430
|
-
Cf as
|
|
431
|
-
cf as
|
|
432
|
-
df as
|
|
433
|
-
uf as
|
|
434
|
-
Sf as
|
|
435
|
-
Lf as
|
|
436
|
-
Af as
|
|
437
|
-
Pf as
|
|
438
|
-
Mf as
|
|
439
|
-
Uf as
|
|
440
|
-
Ef as
|
|
441
|
-
bf as
|
|
442
|
-
yf as
|
|
443
|
-
Wf as
|
|
444
|
-
Gf as
|
|
445
|
-
Vf as
|
|
446
|
-
Kf as
|
|
447
|
-
Yf as
|
|
448
|
-
qf as
|
|
449
|
-
Xf as
|
|
450
|
-
_f as
|
|
451
|
-
rm as
|
|
452
|
-
em as
|
|
453
|
-
pm as
|
|
454
|
-
mm as
|
|
455
|
-
im as
|
|
456
|
-
nm as
|
|
457
|
-
Cm as
|
|
458
|
-
cm as
|
|
459
|
-
dm as
|
|
460
|
-
um as
|
|
461
|
-
Sm as
|
|
462
|
-
Lm as
|
|
463
|
-
Am as
|
|
464
|
-
Pm as
|
|
465
|
-
Mm as
|
|
466
|
-
Um as
|
|
467
|
-
Em as
|
|
468
|
-
bm as
|
|
469
|
-
ym as
|
|
470
|
-
Wm as
|
|
471
|
-
Gm as
|
|
472
|
-
Vm as
|
|
473
|
-
Km as
|
|
474
|
-
Ym as
|
|
475
|
-
qm as
|
|
476
|
-
Xm as
|
|
477
|
-
_m as
|
|
478
|
-
rx as
|
|
479
|
-
ex as
|
|
480
|
-
px as
|
|
481
|
-
mx as
|
|
482
|
-
ix as
|
|
483
|
-
nx as
|
|
484
|
-
Cx as
|
|
485
|
-
cx as
|
|
486
|
-
dx as
|
|
487
|
-
ux as
|
|
488
|
-
Sx as
|
|
489
|
-
Lx as
|
|
490
|
-
Ax as
|
|
491
|
-
Px as
|
|
492
|
-
Mx as
|
|
493
|
-
Ux as
|
|
494
|
-
Ex as
|
|
495
|
-
bx as
|
|
496
|
-
yx as
|
|
497
|
-
Wx as
|
|
498
|
-
Gx as
|
|
499
|
-
Vx as
|
|
500
|
-
Kx as
|
|
501
|
-
Yx as
|
|
502
|
-
qx as
|
|
503
|
-
Xx as
|
|
504
|
-
_x as
|
|
505
|
-
ri as
|
|
506
|
-
ei as
|
|
507
|
-
pi as
|
|
508
|
-
mi as
|
|
509
|
-
ii as
|
|
510
|
-
ni as
|
|
511
|
-
Ci as
|
|
512
|
-
ci as
|
|
513
|
-
di as
|
|
514
|
-
ui as
|
|
515
|
-
Si as
|
|
516
|
-
Li as
|
|
517
|
-
Ai as
|
|
518
|
-
Pi as
|
|
519
|
-
Mi as
|
|
520
|
-
Ui as
|
|
521
|
-
Ei as
|
|
522
|
-
bi as
|
|
523
|
-
yi as
|
|
524
|
-
Wi as
|
|
525
|
-
Gi as
|
|
431
|
+
Cf as NanoGen5,
|
|
432
|
+
cf as NetworkWarning,
|
|
433
|
+
df as Nfc,
|
|
434
|
+
uf as Nft,
|
|
435
|
+
Sf as NftHide,
|
|
436
|
+
Lf as Note,
|
|
437
|
+
Af as P2p,
|
|
438
|
+
Pf as Parachute,
|
|
439
|
+
Mf as Paste,
|
|
440
|
+
Uf as Pause,
|
|
441
|
+
Ef as PenEdit,
|
|
442
|
+
bf as PenEditWriting,
|
|
443
|
+
yf as Percentage,
|
|
444
|
+
Wf as PictureImage,
|
|
445
|
+
Gf as PiggyBank,
|
|
446
|
+
Vf as PinLocation,
|
|
447
|
+
Kf as Placeholder,
|
|
448
|
+
Yf as PlaceholderCicleFill,
|
|
449
|
+
qf as Planet,
|
|
450
|
+
Xf as Plus,
|
|
451
|
+
_f as PlusCircle,
|
|
452
|
+
rm as PlusCircleFill,
|
|
453
|
+
em as Printer,
|
|
454
|
+
pm as QrCode,
|
|
455
|
+
mm as QrCodeScanner,
|
|
456
|
+
im as Question,
|
|
457
|
+
nm as Range,
|
|
458
|
+
Cm as RecoveryKey,
|
|
459
|
+
cm as Reddit,
|
|
460
|
+
dm as Reduce,
|
|
461
|
+
um as Refresh,
|
|
462
|
+
Sm as RefreshBack,
|
|
463
|
+
Lm as Repair,
|
|
464
|
+
Am as Screens,
|
|
465
|
+
Pm as Search,
|
|
466
|
+
Mm as ServerDatabaseFail,
|
|
467
|
+
Um as Settings,
|
|
468
|
+
Em as SettingsAlt,
|
|
469
|
+
bm as SettingsAlt2,
|
|
470
|
+
ym as Shapes,
|
|
471
|
+
Wm as Share,
|
|
472
|
+
Gm as Share2,
|
|
473
|
+
Vm as ShieldCheck,
|
|
474
|
+
Km as ShieldCheckNotification,
|
|
475
|
+
Ym as ShieldLock,
|
|
476
|
+
qm as ShieldMore,
|
|
477
|
+
Xm as Signature,
|
|
478
|
+
_m as Slideshow,
|
|
479
|
+
rx as Snow,
|
|
480
|
+
ex as SoftRepair,
|
|
481
|
+
px as Spacerocket,
|
|
482
|
+
mx as SparksFill,
|
|
483
|
+
ix as SpeedFast,
|
|
484
|
+
nx as SpeedLow,
|
|
485
|
+
Cx as SpeedMedium,
|
|
486
|
+
cx as Star,
|
|
487
|
+
dx as StarFill,
|
|
488
|
+
ux as StarHalf,
|
|
489
|
+
Sx as Stax,
|
|
490
|
+
Lx as Sun,
|
|
491
|
+
Ax as Support,
|
|
492
|
+
Px as Switch,
|
|
493
|
+
Mx as Switch2,
|
|
494
|
+
Ux as Tablet,
|
|
495
|
+
Ex as Target,
|
|
496
|
+
bx as Telegram,
|
|
497
|
+
yx as Theme,
|
|
498
|
+
Wx as ThemeFill,
|
|
499
|
+
Gx as Threads,
|
|
500
|
+
Vx as Tiktok,
|
|
501
|
+
Kx as Tools,
|
|
502
|
+
Yx as TransferHorizontal,
|
|
503
|
+
qx as TransferVertical,
|
|
504
|
+
Xx as Trash,
|
|
505
|
+
_x as Truck,
|
|
506
|
+
ri as Twitter,
|
|
507
|
+
ei as Unlink,
|
|
508
|
+
pi as Unlock,
|
|
509
|
+
mi as Usb,
|
|
510
|
+
ii as UsbC,
|
|
511
|
+
ni as User,
|
|
512
|
+
Ci as UserAdd,
|
|
513
|
+
ci as UserArrowRight,
|
|
514
|
+
di as UserCheck,
|
|
515
|
+
ui as UserCircle,
|
|
516
|
+
Si as UserDelete,
|
|
517
|
+
Li as UserLock,
|
|
518
|
+
Ai as UserShield,
|
|
519
|
+
Pi as Wallet,
|
|
520
|
+
Mi as WalletInput,
|
|
521
|
+
Ui as WalletSearch,
|
|
522
|
+
Ei as Warning,
|
|
523
|
+
bi as WarningFill,
|
|
524
|
+
yi as Whatsapp,
|
|
525
|
+
Wi as Windows,
|
|
526
|
+
Gi as WirelessCharging,
|
|
527
|
+
Vi as Youtube
|
|
526
528
|
};
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/lumen-ui-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
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.1.
|
|
44
|
+
"@ledgerhq/lumen-utils-shared": "0.1.2",
|
|
45
45
|
"i18next": "^23.7.0",
|
|
46
46
|
"react-i18next": "^14.0.0"
|
|
47
47
|
},
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonTrigger.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/ButtonTrigger/ButtonTrigger.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AA4BlD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,eAAO,MAAM,aAAa;gHAWvB,kBAAkB;;CAmCpB,CAAC"}
|