@ledgerhq/lumen-ui-react 0.0.70 → 0.0.72
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/i18n.d.ts.map +1 -1
- package/dist/i18n/locales/de.json.d.ts +3 -0
- package/dist/i18n/locales/de.json.js +1 -1
- package/dist/i18n/locales/en.json.d.ts +3 -0
- package/dist/i18n/locales/en.json.js +1 -1
- package/dist/i18n/locales/es.json.d.ts +3 -0
- package/dist/i18n/locales/es.json.js +1 -1
- package/dist/i18n/locales/fr.json.d.ts +3 -0
- package/dist/i18n/locales/fr.json.js +1 -1
- package/dist/i18n/locales/ja.json.d.ts +3 -0
- package/dist/i18n/locales/ja.json.js +1 -1
- package/dist/i18n/locales/ko.json.d.ts +3 -0
- package/dist/i18n/locales/ko.json.js +1 -1
- package/dist/i18n/locales/pt.json.d.ts +3 -0
- package/dist/i18n/locales/pt.json.js +1 -1
- package/dist/i18n/locales/ru.json.d.ts +3 -0
- package/dist/i18n/locales/ru.json.js +1 -1
- package/dist/i18n/locales/th.json.d.ts +3 -0
- package/dist/i18n/locales/th.json.js +1 -1
- package/dist/i18n/locales/tr.json.d.ts +3 -0
- package/dist/i18n/locales/tr.json.js +1 -1
- package/dist/i18n/locales/zh.json.d.ts +3 -0
- package/dist/i18n/locales/zh.json.js +1 -1
- package/dist/index.js +106 -97
- package/dist/lib/Components/AddressInput/AddressInput.d.ts +1 -1
- package/dist/lib/Components/AddressInput/AddressInput.d.ts.map +1 -1
- package/dist/lib/Components/AmountDisplay/AmountDisplay.d.ts +40 -0
- package/dist/lib/Components/AmountDisplay/AmountDisplay.d.ts.map +1 -0
- package/dist/lib/Components/AmountDisplay/AmountDisplay.js +19 -0
- package/dist/lib/Components/AmountDisplay/index.d.ts +3 -0
- package/dist/lib/Components/AmountDisplay/index.d.ts.map +1 -0
- package/dist/lib/Components/AmountDisplay/types.d.ts +46 -0
- package/dist/lib/Components/AmountDisplay/types.d.ts.map +1 -0
- package/dist/lib/Components/AmountInput/AmountInput.d.ts.map +1 -1
- package/dist/lib/Components/Banner/Banner.d.ts.map +1 -1
- package/dist/lib/Components/BaseInput/BaseInput.d.ts.map +1 -1
- package/dist/lib/Components/Button/BaseButton.d.ts.map +1 -1
- package/dist/lib/Components/Button/Button.d.ts.map +1 -1
- package/dist/lib/Components/CardButton/CardButton.d.ts.map +1 -1
- package/dist/lib/Components/Design-tokens/shared.d.ts.map +1 -1
- package/dist/lib/Components/Icon/Icon.d.ts.map +1 -1
- package/dist/lib/Components/Icon/Icon.js +8 -7
- package/dist/lib/Components/Icon/createIcon.d.ts.map +1 -1
- package/dist/lib/Components/Icon/types.d.ts +1 -1
- package/dist/lib/Components/Icon/types.d.ts.map +1 -1
- package/dist/lib/Components/IconButton/IconButton.d.ts +2 -2
- package/dist/lib/Components/IconButton/IconButton.d.ts.map +1 -1
- package/dist/lib/Components/InteractiveIcon/InteractiveIcon.d.ts.map +1 -1
- package/dist/lib/Components/Link/Link.d.ts.map +1 -1
- package/dist/lib/Components/ListItem/ListItem.d.ts.map +1 -1
- package/dist/lib/Components/NavBar/CoinCapsule.d.ts +10 -0
- package/dist/lib/Components/NavBar/CoinCapsule.d.ts.map +1 -0
- package/dist/lib/Components/NavBar/CoinCapsule.js +24 -0
- package/dist/lib/Components/NavBar/NavBar.d.ts +80 -0
- package/dist/lib/Components/NavBar/NavBar.d.ts.map +1 -0
- package/dist/lib/Components/NavBar/NavBar.js +72 -0
- package/dist/lib/Components/NavBar/index.d.ts +3 -0
- package/dist/lib/Components/NavBar/index.d.ts.map +1 -0
- package/dist/lib/Components/NavBar/types.d.ts +75 -0
- package/dist/lib/Components/NavBar/types.d.ts.map +1 -0
- package/dist/lib/Components/SearchInput/SearchInput.d.ts +1 -1
- package/dist/lib/Components/Skeleton/Skeleton.js +9 -9
- package/dist/lib/Components/Spot/Spot.d.ts.map +1 -1
- package/dist/lib/Components/Spot/Spot.js +9 -6
- package/dist/lib/Components/Spot/types.d.ts +1 -1
- package/dist/lib/Components/Spot/types.d.ts.map +1 -1
- package/dist/lib/Components/Subheader/Subheader.d.ts +1 -1
- package/dist/lib/Components/Subheader/Subheader.d.ts.map +1 -1
- package/dist/lib/Components/Tag/Tag.d.ts.map +1 -1
- package/dist/lib/Components/ThemeProvider/useRootColorModeSideEffect.d.ts.map +1 -1
- package/dist/lib/Components/Tile/Tile.d.ts +23 -3
- package/dist/lib/Components/Tile/Tile.d.ts.map +1 -1
- package/dist/lib/Components/Tile/Tile.js +50 -36
- package/dist/lib/Components/Tile/index.d.ts +1 -1
- package/dist/lib/Components/Tile/index.d.ts.map +1 -1
- package/dist/lib/Components/Tile/types.d.ts +20 -2
- package/dist/lib/Components/Tile/types.d.ts.map +1 -1
- package/dist/lib/Components/TileButton/TileButton.d.ts.map +1 -1
- package/dist/lib/Components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/lib/Components/index.d.ts +2 -0
- package/dist/lib/Components/index.d.ts.map +1 -1
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/dist/i18n/i18n.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/i18n/i18n.ts"],"names":[],"mappings":"AAAA,OAAgB,EAAE,KAAK,IAAI,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AAE7D,OAAO,EAGL,eAAe,EAChB,MAAM,aAAa,CAAC;AA4BrB,eAAO,MAAM,IAAI,cAAmB,CAAC;AAErC;;GAEG;AACH,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/i18n/i18n.ts"],"names":[],"mappings":"AAAA,OAAgB,EAAE,KAAK,IAAI,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AAE7D,OAAO,EAGL,eAAe,EAChB,MAAM,aAAa,CAAC;AA4BrB,eAAO,MAAM,IAAI,cAAmB,CAAC;AAErC;;GAEG;AACH,eAAO,MAAM,UAAU,WAAkB,eAAe,KAAG,OAAO,CAAC,IAAI,CAoBtE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,WACjB,eAAe,KACtB,OAAO,CAAC,IAAI,CAGd,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = { addressInput: { qrCodeAriaLabel: "QR-Code scannen" }, baseInput: { clearInputAriaLabel: "Eingabe löschen" }, spinner: { loadingAriaLabel: "Wird geladen" }, dialogHeader: { goBackAriaLabel: "Zurück", closeAriaLabel: "Schließen" }, banner: { closeAriaLabel: "Schließen" }, link: { opensInNewTabAriaLabel: "(Öffnet in neuem Tab)" } }, a = {
|
|
1
|
+
const e = { addressInput: { qrCodeAriaLabel: "QR-Code scannen" }, baseInput: { clearInputAriaLabel: "Eingabe löschen" }, spinner: { loadingAriaLabel: "Wird geladen" }, dialogHeader: { goBackAriaLabel: "Zurück", closeAriaLabel: "Schließen" }, banner: { closeAriaLabel: "Schließen" }, link: { opensInNewTabAriaLabel: "(Öffnet in neuem Tab)" }, navBar: { goBackAriaLabel: "Zurück" } }, a = {
|
|
2
2
|
components: e
|
|
3
3
|
};
|
|
4
4
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "Scan QR code" }, baseInput: { clearInputAriaLabel: "Clear input" }, spinner: { loadingAriaLabel: "Loading" }, dialogHeader: { goBackAriaLabel: "Go back", closeAriaLabel: "Close" }, banner: { closeAriaLabel: "Close" }, link: { opensInNewTabAriaLabel: "(opens in a new tab)" } }, e = {
|
|
1
|
+
const a = { addressInput: { qrCodeAriaLabel: "Scan QR code" }, baseInput: { clearInputAriaLabel: "Clear input" }, spinner: { loadingAriaLabel: "Loading" }, dialogHeader: { goBackAriaLabel: "Go back", closeAriaLabel: "Close" }, banner: { closeAriaLabel: "Close" }, link: { opensInNewTabAriaLabel: "(opens in a new tab)" }, navBar: { goBackAriaLabel: "Go back" } }, e = {
|
|
2
2
|
components: a
|
|
3
3
|
};
|
|
4
4
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "Escanear código QR" }, baseInput: { clearInputAriaLabel: "Borrar entrada" }, spinner: { loadingAriaLabel: "Cargando" }, dialogHeader: { goBackAriaLabel: "Volver", closeAriaLabel: "Cerrar" }, banner: { closeAriaLabel: "Cerrar" }, link: { opensInNewTabAriaLabel: "(se abre en una pestaña nueva)" } }, e = {
|
|
1
|
+
const a = { addressInput: { qrCodeAriaLabel: "Escanear código QR" }, baseInput: { clearInputAriaLabel: "Borrar entrada" }, spinner: { loadingAriaLabel: "Cargando" }, dialogHeader: { goBackAriaLabel: "Volver", closeAriaLabel: "Cerrar" }, banner: { closeAriaLabel: "Cerrar" }, link: { opensInNewTabAriaLabel: "(se abre en una pestaña nueva)" }, navBar: { goBackAriaLabel: "Volver" } }, e = {
|
|
2
2
|
components: a
|
|
3
3
|
};
|
|
4
4
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = { addressInput: { qrCodeAriaLabel: "Scanner le code QR" }, baseInput: { clearInputAriaLabel: "Effacer la saisie" }, spinner: { loadingAriaLabel: "Chargement" }, dialogHeader: { goBackAriaLabel: "Retour", closeAriaLabel: "Fermer" }, banner: { closeAriaLabel: "Fermer" }, link: { opensInNewTabAriaLabel: "(s'ouvre dans un nouvel onglet)" } }, a = {
|
|
1
|
+
const e = { addressInput: { qrCodeAriaLabel: "Scanner le code QR" }, baseInput: { clearInputAriaLabel: "Effacer la saisie" }, spinner: { loadingAriaLabel: "Chargement" }, dialogHeader: { goBackAriaLabel: "Retour", closeAriaLabel: "Fermer" }, banner: { closeAriaLabel: "Fermer" }, link: { opensInNewTabAriaLabel: "(s'ouvre dans un nouvel onglet)" }, navBar: { goBackAriaLabel: "Retour" } }, a = {
|
|
2
2
|
components: e
|
|
3
3
|
};
|
|
4
4
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "QRコードをスキャン" }, baseInput: { clearInputAriaLabel: "インプットを削除" }, spinner: { loadingAriaLabel: "読み込み中" }, dialogHeader: { goBackAriaLabel: "戻る", closeAriaLabel: "閉じる" }, banner: { closeAriaLabel: "閉じる" }, link: { opensInNewTabAriaLabel: "(新しいタブで開く)" } }, e = {
|
|
1
|
+
const a = { addressInput: { qrCodeAriaLabel: "QRコードをスキャン" }, baseInput: { clearInputAriaLabel: "インプットを削除" }, spinner: { loadingAriaLabel: "読み込み中" }, dialogHeader: { goBackAriaLabel: "戻る", closeAriaLabel: "閉じる" }, banner: { closeAriaLabel: "閉じる" }, link: { opensInNewTabAriaLabel: "(新しいタブで開く)" }, navBar: { goBackAriaLabel: "戻る" } }, e = {
|
|
2
2
|
components: a
|
|
3
3
|
};
|
|
4
4
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "QR 코드 스캔" }, baseInput: { clearInputAriaLabel: "입력 값 지우기" }, spinner: { loadingAriaLabel: "로딩중" }, dialogHeader: { goBackAriaLabel: "돌아가기", closeAriaLabel: "닫기" }, banner: { closeAriaLabel: "닫기" }, link: { opensInNewTabAriaLabel: "(새 탭에서 열기)" } }, e = {
|
|
1
|
+
const a = { addressInput: { qrCodeAriaLabel: "QR 코드 스캔" }, baseInput: { clearInputAriaLabel: "입력 값 지우기" }, spinner: { loadingAriaLabel: "로딩중" }, dialogHeader: { goBackAriaLabel: "돌아가기", closeAriaLabel: "닫기" }, banner: { closeAriaLabel: "닫기" }, link: { opensInNewTabAriaLabel: "(새 탭에서 열기)" }, navBar: { goBackAriaLabel: "돌아가기" } }, e = {
|
|
2
2
|
components: a
|
|
3
3
|
};
|
|
4
4
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "Escanear QR Code" }, baseInput: { clearInputAriaLabel: "Limpar input" }, spinner: { loadingAriaLabel: "Carregando" }, dialogHeader: { goBackAriaLabel: "Voltar", closeAriaLabel: "Fechar" }, banner: { closeAriaLabel: "Fechar" }, link: { opensInNewTabAriaLabel: "(abre em uma nova aba)" } }, e = {
|
|
1
|
+
const a = { addressInput: { qrCodeAriaLabel: "Escanear QR Code" }, baseInput: { clearInputAriaLabel: "Limpar input" }, spinner: { loadingAriaLabel: "Carregando" }, dialogHeader: { goBackAriaLabel: "Voltar", closeAriaLabel: "Fechar" }, banner: { closeAriaLabel: "Fechar" }, link: { opensInNewTabAriaLabel: "(abre em uma nova aba)" }, navBar: { goBackAriaLabel: "Voltar" } }, e = {
|
|
2
2
|
components: a
|
|
3
3
|
};
|
|
4
4
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "Сканировать QR-код" }, baseInput: { clearInputAriaLabel: "Очистить поле" }, spinner: { loadingAriaLabel: "Загрузка" }, dialogHeader: { goBackAriaLabel: "Назад", closeAriaLabel: "Закрыть" }, banner: { closeAriaLabel: "Закрыть" }, link: { opensInNewTabAriaLabel: "(открывается в новой вкладке)" } }, e = {
|
|
1
|
+
const a = { addressInput: { qrCodeAriaLabel: "Сканировать QR-код" }, baseInput: { clearInputAriaLabel: "Очистить поле" }, spinner: { loadingAriaLabel: "Загрузка" }, dialogHeader: { goBackAriaLabel: "Назад", closeAriaLabel: "Закрыть" }, banner: { closeAriaLabel: "Закрыть" }, link: { opensInNewTabAriaLabel: "(открывается в новой вкладке)" }, navBar: { goBackAriaLabel: "Назад" } }, e = {
|
|
2
2
|
components: a
|
|
3
3
|
};
|
|
4
4
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "สแกน QR Code" }, baseInput: { clearInputAriaLabel: "ล้างอินพุต" }, spinner: { loadingAriaLabel: "กำลังโหลด" }, dialogHeader: { goBackAriaLabel: "ย้อนกลับ", closeAriaLabel: "ปิด" }, banner: { closeAriaLabel: "ปิด" }, link: { opensInNewTabAriaLabel: "(เปิดในแท็บใหม่)" } }, e = {
|
|
1
|
+
const a = { addressInput: { qrCodeAriaLabel: "สแกน QR Code" }, baseInput: { clearInputAriaLabel: "ล้างอินพุต" }, spinner: { loadingAriaLabel: "กำลังโหลด" }, dialogHeader: { goBackAriaLabel: "ย้อนกลับ", closeAriaLabel: "ปิด" }, banner: { closeAriaLabel: "ปิด" }, link: { opensInNewTabAriaLabel: "(เปิดในแท็บใหม่)" }, navBar: { goBackAriaLabel: "ย้อนกลับ" } }, e = {
|
|
2
2
|
components: a
|
|
3
3
|
};
|
|
4
4
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "Karekodu okut" }, baseInput: { clearInputAriaLabel: "Girdiyi temizle" }, spinner: { loadingAriaLabel: "Yükleniyor" }, dialogHeader: { goBackAriaLabel: "Geri dön", closeAriaLabel: "Kapat" }, banner: { closeAriaLabel: "Kapat" }, link: { opensInNewTabAriaLabel: "(yeni sekmede açılır)" } }, e = {
|
|
1
|
+
const a = { addressInput: { qrCodeAriaLabel: "Karekodu okut" }, baseInput: { clearInputAriaLabel: "Girdiyi temizle" }, spinner: { loadingAriaLabel: "Yükleniyor" }, dialogHeader: { goBackAriaLabel: "Geri dön", closeAriaLabel: "Kapat" }, banner: { closeAriaLabel: "Kapat" }, link: { opensInNewTabAriaLabel: "(yeni sekmede açılır)" }, navBar: { goBackAriaLabel: "Geri dön" } }, e = {
|
|
2
2
|
components: a
|
|
3
3
|
};
|
|
4
4
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "扫描二维码" }, baseInput: { clearInputAriaLabel: "清空输入框" }, spinner: { loadingAriaLabel: "加载中" }, dialogHeader: { goBackAriaLabel: "返回", closeAriaLabel: "关闭" }, banner: { closeAriaLabel: "关闭" }, link: { opensInNewTabAriaLabel: "(在新选项卡中打开)" } }, e = {
|
|
1
|
+
const a = { addressInput: { qrCodeAriaLabel: "扫描二维码" }, baseInput: { clearInputAriaLabel: "清空输入框" }, spinner: { loadingAriaLabel: "加载中" }, dialogHeader: { goBackAriaLabel: "返回", closeAriaLabel: "关闭" }, banner: { closeAriaLabel: "关闭" }, link: { opensInNewTabAriaLabel: "(在新选项卡中打开)" }, navBar: { goBackAriaLabel: "返回" } }, e = {
|
|
2
2
|
components: a
|
|
3
3
|
};
|
|
4
4
|
export {
|
package/dist/index.js
CHANGED
|
@@ -1,108 +1,117 @@
|
|
|
1
1
|
import { Languages as t } from "./i18n/languages.js";
|
|
2
2
|
import { AddressInput as n } from "./lib/Components/AddressInput/AddressInput.js";
|
|
3
3
|
import { AmountInput as p } from "./lib/Components/AmountInput/AmountInput.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
4
|
+
import { AmountDisplay as m } from "./lib/Components/AmountDisplay/AmountDisplay.js";
|
|
5
|
+
import { Banner as l } from "./lib/Components/Banner/Banner.js";
|
|
6
|
+
import { BaseInput as f } from "./lib/Components/BaseInput/BaseInput.js";
|
|
7
|
+
import { Button as S } from "./lib/Components/Button/Button.js";
|
|
8
|
+
import { BaseButton as I } from "./lib/Components/Button/BaseButton.js";
|
|
9
|
+
import { CardButton as d } from "./lib/Components/CardButton/CardButton.js";
|
|
10
|
+
import { Checkbox as B } from "./lib/Components/Checkbox/Checkbox.js";
|
|
11
|
+
import { Dialog as h, DialogBody as M, DialogContent as C, DialogFooter as L, DialogTrigger as D } from "./lib/Components/Dialog/Dialog.js";
|
|
12
|
+
import { DialogHeader as k } from "./lib/Components/Dialog/DialogHeader/DialogHeader.js";
|
|
13
|
+
import { Divider as N } from "./lib/Components/Divider/Divider.js";
|
|
14
|
+
import { IconButton as y } from "./lib/Components/IconButton/IconButton.js";
|
|
14
15
|
import { InteractiveIcon as P } from "./lib/Components/InteractiveIcon/InteractiveIcon.js";
|
|
15
|
-
import { Link as
|
|
16
|
-
import { ListItem as
|
|
17
|
-
import { Menu as
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
16
|
+
import { Link as F } from "./lib/Components/Link/Link.js";
|
|
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
|
+
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";
|
|
20
|
+
import { SearchInput as ce } from "./lib/Components/SearchInput/SearchInput.js";
|
|
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
|
+
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";
|
|
30
32
|
export {
|
|
31
33
|
n as AddressInput,
|
|
34
|
+
m as AmountDisplay,
|
|
32
35
|
p as AmountInput,
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
36
|
+
l as Banner,
|
|
37
|
+
I as BaseButton,
|
|
38
|
+
f as BaseInput,
|
|
39
|
+
S as Button,
|
|
40
|
+
d as CardButton,
|
|
41
|
+
B as Checkbox,
|
|
42
|
+
h as Dialog,
|
|
43
|
+
M as DialogBody,
|
|
44
|
+
C as DialogContent,
|
|
42
45
|
L as DialogFooter,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
46
|
+
k as DialogHeader,
|
|
47
|
+
D as DialogTrigger,
|
|
48
|
+
N as Divider,
|
|
49
|
+
y as IconButton,
|
|
47
50
|
P as InteractiveIcon,
|
|
48
51
|
t as Languages,
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
be as
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
Ce as
|
|
87
|
-
De as
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
Ge as
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
Ue as
|
|
104
|
-
Ve as
|
|
105
|
-
We as
|
|
106
|
-
Xe as
|
|
107
|
-
|
|
52
|
+
F as Link,
|
|
53
|
+
j as ListItem,
|
|
54
|
+
q as ListItemContent,
|
|
55
|
+
z as ListItemDescription,
|
|
56
|
+
E as ListItemIcon,
|
|
57
|
+
J as ListItemLeading,
|
|
58
|
+
K as ListItemSpot,
|
|
59
|
+
O as ListItemTitle,
|
|
60
|
+
Q as ListItemTrailing,
|
|
61
|
+
U as ListItemTruncate,
|
|
62
|
+
W as Menu,
|
|
63
|
+
X as MenuCheckboxItem,
|
|
64
|
+
Y as MenuContent,
|
|
65
|
+
Z as MenuGroup,
|
|
66
|
+
_ as MenuItem,
|
|
67
|
+
$ as MenuLabel,
|
|
68
|
+
ee as MenuPortal,
|
|
69
|
+
oe as MenuRadioGroup,
|
|
70
|
+
te as MenuRadioItem,
|
|
71
|
+
re as MenuSeparator,
|
|
72
|
+
ne as MenuSub,
|
|
73
|
+
ie as MenuSubContent,
|
|
74
|
+
pe as MenuSubTrigger,
|
|
75
|
+
ae as MenuTrigger,
|
|
76
|
+
ue as NavBar,
|
|
77
|
+
le as NavBarBackButton,
|
|
78
|
+
xe as NavBarCoinCapsule,
|
|
79
|
+
fe as NavBarTitle,
|
|
80
|
+
Te as NavBarTrailing,
|
|
81
|
+
ce as SearchInput,
|
|
82
|
+
ge as Select,
|
|
83
|
+
de as SelectContent,
|
|
84
|
+
se as SelectGroup,
|
|
85
|
+
Be as SelectItem,
|
|
86
|
+
be as SelectItemText,
|
|
87
|
+
he as SelectLabel,
|
|
88
|
+
Me as SelectSeparator,
|
|
89
|
+
Ce as SelectTrigger,
|
|
90
|
+
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
|
|
108
117
|
};
|
|
@@ -59,5 +59,5 @@ export declare const AddressInput: React.ForwardRefExoticComponent<{
|
|
|
59
59
|
prefix?: string;
|
|
60
60
|
hideClearButton?: boolean;
|
|
61
61
|
onQrCodeClick?: () => void;
|
|
62
|
-
} & Omit<import('
|
|
62
|
+
} & Omit<import('../BaseInput').BaseInputProps, "label" | "prefix" | "inputClassName" | "labelClassName"> & React.RefAttributes<HTMLInputElement>>;
|
|
63
63
|
//# sourceMappingURL=AddressInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddressInput.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/AddressInput/AddressInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsDG;AACH,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"AddressInput.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/AddressInput/AddressInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsDG;AACH,eAAO,MAAM,YAAY;mBAtDiE,SAAS;;;;kJA4FjG,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* AmountDisplay - Renders formatted monetary amounts with flexible currency positioning and decimal formatting.
|
|
4
|
+
*
|
|
5
|
+
* This component uses a formatter function pattern that gives you full control over how amounts are displayed,
|
|
6
|
+
* including currency position, decimal separators, and precision. Use the `hidden` prop for privacy features.
|
|
7
|
+
*
|
|
8
|
+
* @see {@link https://ldls.vercel.app/?path=/docs/communication-amountdisplay-overview--docs Storybook}
|
|
9
|
+
* @see {@link https://ldls.vercel.app/?path=/docs/communication-amountdisplay-implementation--docs#dos-and-donts Guidelines}
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```tsx
|
|
13
|
+
* import { AmountDisplay } from '@ledgerhq/lumen-ui-react';
|
|
14
|
+
* import type { FormattedValue } from '@ledgerhq/lumen-ui-react';
|
|
15
|
+
*
|
|
16
|
+
* // Create a formatter function
|
|
17
|
+
* const usdFormatter = (value: number): FormattedValue => {
|
|
18
|
+
* const [integerPart, decimalPart] = value.toFixed(2).split('.');
|
|
19
|
+
* return {
|
|
20
|
+
* integerPart,
|
|
21
|
+
* decimalPart,
|
|
22
|
+
* currencyText: '$',
|
|
23
|
+
* decimalSeparator: '.',
|
|
24
|
+
* currencyPosition: 'start',
|
|
25
|
+
* };
|
|
26
|
+
* };
|
|
27
|
+
*
|
|
28
|
+
* // Basic usage
|
|
29
|
+
* <AmountDisplay value={1234.56} formatter={usdFormatter} />
|
|
30
|
+
*
|
|
31
|
+
* // With privacy (hidden)
|
|
32
|
+
* <AmountDisplay value={1234.56} formatter={usdFormatter} hidden={true} />
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
export declare const AmountDisplay: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
|
|
36
|
+
value: number;
|
|
37
|
+
formatter: (value: number) => import('./types').FormattedValue;
|
|
38
|
+
hidden?: boolean;
|
|
39
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
40
|
+
//# sourceMappingURL=AmountDisplay.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AmountDisplay.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/AmountDisplay/AmountDisplay.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,eAAO,MAAM,aAAa;;;;wCAyBxB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { jsxs as r, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import l from "react";
|
|
3
|
+
const o = l.forwardRef(({ value: n, formatter: t, hidden: s = !1, ...c }, i) => {
|
|
4
|
+
const e = t(n);
|
|
5
|
+
return /* @__PURE__ */ r("div", { ref: i, ...c, children: [
|
|
6
|
+
/* @__PURE__ */ r("span", { className: "heading-1-semi-bold text-base", children: [
|
|
7
|
+
(e.currencyPosition === void 0 || e.currencyPosition === "start") && /* @__PURE__ */ a("span", { className: "me-4", children: e.currencyText }),
|
|
8
|
+
/* @__PURE__ */ a("span", { children: s ? "••••" : e.integerPart })
|
|
9
|
+
] }),
|
|
10
|
+
/* @__PURE__ */ r("span", { className: "heading-2-semi-bold text-muted", children: [
|
|
11
|
+
e.decimalPart && !s && /* @__PURE__ */ a("span", { children: (e.decimalSeparator || ".") + e.decimalPart }),
|
|
12
|
+
e.currencyPosition === "end" && /* @__PURE__ */ a("span", { className: "ms-4", children: e.currencyText })
|
|
13
|
+
] })
|
|
14
|
+
] });
|
|
15
|
+
});
|
|
16
|
+
o.displayName = "AmountDisplay";
|
|
17
|
+
export {
|
|
18
|
+
o as AmountDisplay
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/AmountDisplay/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
export type FormattedValue = {
|
|
2
|
+
/**
|
|
3
|
+
* The whole number portion of the amount (e.g., "1234" from 1234.56)
|
|
4
|
+
*/
|
|
5
|
+
integerPart: string;
|
|
6
|
+
/**
|
|
7
|
+
* The fractional portion of the amount without the separator (e.g., "56" from 1234.56)
|
|
8
|
+
* @optional
|
|
9
|
+
*/
|
|
10
|
+
decimalPart?: string;
|
|
11
|
+
/**
|
|
12
|
+
* The currency text or symbol (e.g., "$", "USD", "€", "BTC")
|
|
13
|
+
*/
|
|
14
|
+
currencyText: string;
|
|
15
|
+
/**
|
|
16
|
+
* The character which separates integer and fractional parts.
|
|
17
|
+
*/
|
|
18
|
+
decimalSeparator: '.' | ',';
|
|
19
|
+
/**
|
|
20
|
+
* Position of the currency text relative to the amount.
|
|
21
|
+
* @optional
|
|
22
|
+
* @default 'start'
|
|
23
|
+
*/
|
|
24
|
+
currencyPosition?: 'start' | 'end';
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* Props for the AmountDisplay component.
|
|
28
|
+
*/
|
|
29
|
+
export type AmountDisplayProps = React.HTMLAttributes<HTMLDivElement> & {
|
|
30
|
+
/**
|
|
31
|
+
* The numeric value to display.
|
|
32
|
+
* Pass the raw number value (e.g., 1234.56) - the formatter will handle conversion.
|
|
33
|
+
*/
|
|
34
|
+
value: number;
|
|
35
|
+
/**
|
|
36
|
+
* Function that formats the numeric value into a FormattedValue object.
|
|
37
|
+
*/
|
|
38
|
+
formatter: (value: number) => FormattedValue;
|
|
39
|
+
/**
|
|
40
|
+
* When true, displays bullet points (••••) instead of the actual amount.
|
|
41
|
+
* Useful for privacy features where users can toggle amount visibility.
|
|
42
|
+
* @default false
|
|
43
|
+
*/
|
|
44
|
+
hidden?: boolean;
|
|
45
|
+
};
|
|
46
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/AmountDisplay/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,gBAAgB,EAAE,GAAG,GAAG,GAAG,CAAC;IAC5B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;CACpC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IACtE;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,cAAc,CAAC;IAC7C;;;;OAIG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AmountInput.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/AmountInput/AmountInput.tsx"],"names":[],"mappings":"AAEA,OAAO,KAMN,MAAM,OAAO,CAAC;AAiCf;;;;GAIG;AACH,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"AmountInput.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/AmountInput/AmountInput.tsx"],"names":[],"mappings":"AAEA,OAAO,KAMN,MAAM,OAAO,CAAC;AAiCf;;;;GAIG;AACH,eAAO,MAAM,WAAW;;4BAvCtB,WACD;;;;;;;;wIAwKA,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Banner.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Banner/Banner.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgC1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"Banner.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Banner/Banner.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgC1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,eAAO,MAAM,MAAM;;;;0BArDP,SAAS;4BACqB,SAAS;;;wCA2GlD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseInput.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/BaseInput/BaseInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AA+B1B;;;;;;;;;;;;;;;;;;GAkBG;AAEH,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"BaseInput.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/BaseInput/BaseInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AA+B1B;;;;;;;;;;;;;;;;;;GAkBG;AAEH,eAAO,MAAM,SAAS;;;;mBA3CC,SAAQ;mBAE7B,SAAQ;;;;;;;iHAmOT,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseButton.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Button/BaseButton.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AA2EzC,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"BaseButton.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Button/BaseButton.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AA2EzC,eAAO,MAAM,UAAU;;;;;;;;iBA7D8B,aAAa;YAAO,CAAC;iBAAqB,CAAC;;qBAE1C,SAAS;2FAwH9D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Button/Button.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAiB1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Button/Button.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAiB1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,eAAO,MAAM,MAAM;;oBART,SAAS;;0GAwBlB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardButton.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/CardButton/CardButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAoB1B;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"CardButton.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/CardButton/CardButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAoB1B;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,eAAO,MAAM,UAAU;;iBA3CG,aAAa;YAAO,CAAC;iBAAqB,CAAC;;;;;6GAyEpE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Design-tokens/shared.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Design-tokens/shared.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,kDAKrB;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,4BAGvB;IACD,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,4CAKA,CAAC;AAEF,eAAO,MAAM,YAAY,iCAItB;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"}
|