@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
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "QR-Code scannen" }, amountDisplay: { amountHiddenAriaLabel: "Betrag ausgeblendet" }, avatar: { defaultAlt: "Benutzer-Avatar", notificationAriaLabel: "Hat Benachrichtigung" }, 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" }, sideBar: { navigationAriaLabel: "Seitennavigation", collapseAriaLabel: "Seitenleiste einklappen", expandAriaLabel: "Seitenleiste ausklappen" } },
|
|
1
|
+
const e = { closeAriaLabel: "Schließen" }, a = { addressInput: { qrCodeAriaLabel: "QR-Code scannen" }, amountDisplay: { amountHiddenAriaLabel: "Betrag ausgeblendet" }, avatar: { defaultAlt: "Benutzer-Avatar", notificationAriaLabel: "Hat Benachrichtigung" }, 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" }, sideBar: { navigationAriaLabel: "Seitennavigation", collapseAriaLabel: "Seitenleiste einklappen", expandAriaLabel: "Seitenleiste ausklappen" } }, n = {
|
|
2
|
+
common: e,
|
|
2
3
|
components: a
|
|
3
4
|
};
|
|
4
5
|
export {
|
|
6
|
+
e as common,
|
|
5
7
|
a as components,
|
|
6
|
-
|
|
8
|
+
n as default
|
|
7
9
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "Scan QR code" }, amountDisplay: { amountHiddenAriaLabel: "Amount hidden" }, avatar: { defaultAlt: "User avatar", notificationAriaLabel: "Has notification" }, 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" }, sideBar: { navigationAriaLabel: "Sidebar navigation", collapseAriaLabel: "Collapse sidebar", expandAriaLabel: "Expand sidebar" }, table: { ascAriaLabel: "Sort ascending", descAriaLabel: "Sort descending" } },
|
|
2
|
-
|
|
1
|
+
const a = { closeAriaLabel: "Close" }, e = { addressInput: { qrCodeAriaLabel: "Scan QR code" }, amountDisplay: { amountHiddenAriaLabel: "Amount hidden" }, avatar: { defaultAlt: "User avatar", notificationAriaLabel: "Has notification" }, 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" }, sideBar: { navigationAriaLabel: "Sidebar navigation", collapseAriaLabel: "Collapse sidebar", expandAriaLabel: "Expand sidebar" }, table: { ascAriaLabel: "Sort ascending", descAriaLabel: "Sort descending" } }, n = {
|
|
2
|
+
common: a,
|
|
3
|
+
components: e
|
|
3
4
|
};
|
|
4
5
|
export {
|
|
5
|
-
a as
|
|
6
|
-
e as
|
|
6
|
+
a as common,
|
|
7
|
+
e as components,
|
|
8
|
+
n as default
|
|
7
9
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "Escanear código QR" }, amountDisplay: { amountHiddenAriaLabel: "Importe oculto" }, avatar: { defaultAlt: "Avatar de usuario", notificationAriaLabel: "Tiene notificación" }, 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" }, sideBar: { navigationAriaLabel: "Navegación lateral", collapseAriaLabel: "Contraer barra lateral", expandAriaLabel: "Expandir barra lateral" } },
|
|
2
|
-
|
|
1
|
+
const a = { closeAriaLabel: "Cerrar" }, e = { addressInput: { qrCodeAriaLabel: "Escanear código QR" }, amountDisplay: { amountHiddenAriaLabel: "Importe oculto" }, avatar: { defaultAlt: "Avatar de usuario", notificationAriaLabel: "Tiene notificación" }, 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" }, sideBar: { navigationAriaLabel: "Navegación lateral", collapseAriaLabel: "Contraer barra lateral", expandAriaLabel: "Expandir barra lateral" } }, r = {
|
|
2
|
+
common: a,
|
|
3
|
+
components: e
|
|
3
4
|
};
|
|
4
5
|
export {
|
|
5
|
-
a as
|
|
6
|
-
e as
|
|
6
|
+
a as common,
|
|
7
|
+
e as components,
|
|
8
|
+
r as default
|
|
7
9
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "Scanner le code QR" }, amountDisplay: { amountHiddenAriaLabel: "Montant masqué" }, avatar: { defaultAlt: "Avatar de l'utilisateur", notificationAriaLabel: "A une notification" }, 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" }, sideBar: { navigationAriaLabel: "Navigation latérale", collapseAriaLabel: "Réduire la barre latérale", expandAriaLabel: "Développer la barre latérale" }, table: { ascAriaLabel: "Trier par ordre croissant", descAriaLabel: "Trier par ordre décroissant" } },
|
|
2
|
-
|
|
1
|
+
const a = { closeAriaLabel: "Fermer" }, e = { addressInput: { qrCodeAriaLabel: "Scanner le code QR" }, amountDisplay: { amountHiddenAriaLabel: "Montant masqué" }, avatar: { defaultAlt: "Avatar de l'utilisateur", notificationAriaLabel: "A une notification" }, 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" }, sideBar: { navigationAriaLabel: "Navigation latérale", collapseAriaLabel: "Réduire la barre latérale", expandAriaLabel: "Développer la barre latérale" }, table: { ascAriaLabel: "Trier par ordre croissant", descAriaLabel: "Trier par ordre décroissant" } }, r = {
|
|
2
|
+
common: a,
|
|
3
|
+
components: e
|
|
3
4
|
};
|
|
4
5
|
export {
|
|
5
|
-
a as
|
|
6
|
-
e as
|
|
6
|
+
a as common,
|
|
7
|
+
e as components,
|
|
8
|
+
r as default
|
|
7
9
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "QRコードをスキャン" }, amountDisplay: { amountHiddenAriaLabel: "金額非表示" }, avatar: { defaultAlt: "ユーザーアバター", notificationAriaLabel: "通知あり" }, baseInput: { clearInputAriaLabel: "インプットを削除" }, spinner: { loadingAriaLabel: "読み込み中" }, dialogHeader: { goBackAriaLabel: "戻る", closeAriaLabel: "閉じる" }, banner: { closeAriaLabel: "閉じる" }, link: { opensInNewTabAriaLabel: "(新しいタブで開く)" }, navBar: { goBackAriaLabel: "戻る" }, sideBar: { navigationAriaLabel: "サイドバーナビゲーション", collapseAriaLabel: "サイドバーを折りたたむ", expandAriaLabel: "サイドバーを展開する" } },
|
|
2
|
-
|
|
1
|
+
const a = { closeAriaLabel: "閉じる" }, e = { addressInput: { qrCodeAriaLabel: "QRコードをスキャン" }, amountDisplay: { amountHiddenAriaLabel: "金額非表示" }, avatar: { defaultAlt: "ユーザーアバター", notificationAriaLabel: "通知あり" }, baseInput: { clearInputAriaLabel: "インプットを削除" }, spinner: { loadingAriaLabel: "読み込み中" }, dialogHeader: { goBackAriaLabel: "戻る", closeAriaLabel: "閉じる" }, banner: { closeAriaLabel: "閉じる" }, link: { opensInNewTabAriaLabel: "(新しいタブで開く)" }, navBar: { goBackAriaLabel: "戻る" }, sideBar: { navigationAriaLabel: "サイドバーナビゲーション", collapseAriaLabel: "サイドバーを折りたたむ", expandAriaLabel: "サイドバーを展開する" } }, l = {
|
|
2
|
+
common: a,
|
|
3
|
+
components: e
|
|
3
4
|
};
|
|
4
5
|
export {
|
|
5
|
-
a as
|
|
6
|
-
e as
|
|
6
|
+
a as common,
|
|
7
|
+
e as components,
|
|
8
|
+
l as default
|
|
7
9
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "QR 코드 스캔" }, amountDisplay: { amountHiddenAriaLabel: "금액 숨김" }, avatar: { defaultAlt: "사용자 아바타", notificationAriaLabel: "알림 있음" }, baseInput: { clearInputAriaLabel: "입력 값 지우기" }, spinner: { loadingAriaLabel: "로딩중" }, dialogHeader: { goBackAriaLabel: "돌아가기", closeAriaLabel: "닫기" }, banner: { closeAriaLabel: "닫기" }, link: { opensInNewTabAriaLabel: "(새 탭에서 열기)" }, navBar: { goBackAriaLabel: "돌아가기" }, sideBar: { navigationAriaLabel: "사이드바 탐색", collapseAriaLabel: "사이드바 접기", expandAriaLabel: "사이드바 펼치기" } },
|
|
2
|
-
|
|
1
|
+
const a = { closeAriaLabel: "닫기" }, e = { addressInput: { qrCodeAriaLabel: "QR 코드 스캔" }, amountDisplay: { amountHiddenAriaLabel: "금액 숨김" }, avatar: { defaultAlt: "사용자 아바타", notificationAriaLabel: "알림 있음" }, baseInput: { clearInputAriaLabel: "입력 값 지우기" }, spinner: { loadingAriaLabel: "로딩중" }, dialogHeader: { goBackAriaLabel: "돌아가기", closeAriaLabel: "닫기" }, banner: { closeAriaLabel: "닫기" }, link: { opensInNewTabAriaLabel: "(새 탭에서 열기)" }, navBar: { goBackAriaLabel: "돌아가기" }, sideBar: { navigationAriaLabel: "사이드바 탐색", collapseAriaLabel: "사이드바 접기", expandAriaLabel: "사이드바 펼치기" } }, l = {
|
|
2
|
+
common: a,
|
|
3
|
+
components: e
|
|
3
4
|
};
|
|
4
5
|
export {
|
|
5
|
-
a as
|
|
6
|
-
e as
|
|
6
|
+
a as common,
|
|
7
|
+
e as components,
|
|
8
|
+
l as default
|
|
7
9
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "Escanear QR Code" }, amountDisplay: { amountHiddenAriaLabel: "Valor oculto" }, avatar: { defaultAlt: "Avatar do usuário", notificationAriaLabel: "Tem notificação" }, 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" }, sideBar: { navigationAriaLabel: "Navegação lateral", collapseAriaLabel: "Recolher barra lateral", expandAriaLabel: "Expandir barra lateral" } },
|
|
2
|
-
|
|
1
|
+
const a = { closeAriaLabel: "Fechar" }, e = { addressInput: { qrCodeAriaLabel: "Escanear QR Code" }, amountDisplay: { amountHiddenAriaLabel: "Valor oculto" }, avatar: { defaultAlt: "Avatar do usuário", notificationAriaLabel: "Tem notificação" }, 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" }, sideBar: { navigationAriaLabel: "Navegação lateral", collapseAriaLabel: "Recolher barra lateral", expandAriaLabel: "Expandir barra lateral" } }, r = {
|
|
2
|
+
common: a,
|
|
3
|
+
components: e
|
|
3
4
|
};
|
|
4
5
|
export {
|
|
5
|
-
a as
|
|
6
|
-
e as
|
|
6
|
+
a as common,
|
|
7
|
+
e as components,
|
|
8
|
+
r as default
|
|
7
9
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "Сканировать QR-код" }, amountDisplay: { amountHiddenAriaLabel: "Сумма скрыта" }, avatar: { defaultAlt: "Аватар пользователя", notificationAriaLabel: "Есть уведомление" }, baseInput: { clearInputAriaLabel: "Очистить поле" }, spinner: { loadingAriaLabel: "Загрузка" }, dialogHeader: { goBackAriaLabel: "Назад", closeAriaLabel: "Закрыть" }, banner: { closeAriaLabel: "Закрыть" }, link: { opensInNewTabAriaLabel: "(открывается в новой вкладке)" }, navBar: { goBackAriaLabel: "Назад" }, sideBar: { navigationAriaLabel: "Боковая навигация", collapseAriaLabel: "Свернуть боковую панель", expandAriaLabel: "Развернуть боковую панель" } },
|
|
2
|
-
|
|
1
|
+
const a = { closeAriaLabel: "Закрыть" }, e = { addressInput: { qrCodeAriaLabel: "Сканировать QR-код" }, amountDisplay: { amountHiddenAriaLabel: "Сумма скрыта" }, avatar: { defaultAlt: "Аватар пользователя", notificationAriaLabel: "Есть уведомление" }, baseInput: { clearInputAriaLabel: "Очистить поле" }, spinner: { loadingAriaLabel: "Загрузка" }, dialogHeader: { goBackAriaLabel: "Назад", closeAriaLabel: "Закрыть" }, banner: { closeAriaLabel: "Закрыть" }, link: { opensInNewTabAriaLabel: "(открывается в новой вкладке)" }, navBar: { goBackAriaLabel: "Назад" }, sideBar: { navigationAriaLabel: "Боковая навигация", collapseAriaLabel: "Свернуть боковую панель", expandAriaLabel: "Развернуть боковую панель" } }, l = {
|
|
2
|
+
common: a,
|
|
3
|
+
components: e
|
|
3
4
|
};
|
|
4
5
|
export {
|
|
5
|
-
a as
|
|
6
|
-
e as
|
|
6
|
+
a as common,
|
|
7
|
+
e as components,
|
|
8
|
+
l as default
|
|
7
9
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "สแกน QR Code" }, amountDisplay: { amountHiddenAriaLabel: "ยอดเงินถูกซ่อน" }, avatar: { defaultAlt: "อวาตาร์ผู้ใช้", notificationAriaLabel: "มีการแจ้งเตือน" }, baseInput: { clearInputAriaLabel: "ล้างอินพุต" }, spinner: { loadingAriaLabel: "กำลังโหลด" }, dialogHeader: { goBackAriaLabel: "ย้อนกลับ", closeAriaLabel: "ปิด" }, banner: { closeAriaLabel: "ปิด" }, link: { opensInNewTabAriaLabel: "(เปิดในแท็บใหม่)" }, navBar: { goBackAriaLabel: "ย้อนกลับ" }, sideBar: { navigationAriaLabel: "การนำทางแถบด้านข้าง", collapseAriaLabel: "ย่อแถบด้านข้าง", expandAriaLabel: "ขยายแถบด้านข้าง" } },
|
|
2
|
-
|
|
1
|
+
const a = { closeAriaLabel: "ปิด" }, e = { addressInput: { qrCodeAriaLabel: "สแกน QR Code" }, amountDisplay: { amountHiddenAriaLabel: "ยอดเงินถูกซ่อน" }, avatar: { defaultAlt: "อวาตาร์ผู้ใช้", notificationAriaLabel: "มีการแจ้งเตือน" }, baseInput: { clearInputAriaLabel: "ล้างอินพุต" }, spinner: { loadingAriaLabel: "กำลังโหลด" }, dialogHeader: { goBackAriaLabel: "ย้อนกลับ", closeAriaLabel: "ปิด" }, banner: { closeAriaLabel: "ปิด" }, link: { opensInNewTabAriaLabel: "(เปิดในแท็บใหม่)" }, navBar: { goBackAriaLabel: "ย้อนกลับ" }, sideBar: { navigationAriaLabel: "การนำทางแถบด้านข้าง", collapseAriaLabel: "ย่อแถบด้านข้าง", expandAriaLabel: "ขยายแถบด้านข้าง" } }, l = {
|
|
2
|
+
common: a,
|
|
3
|
+
components: e
|
|
3
4
|
};
|
|
4
5
|
export {
|
|
5
|
-
a as
|
|
6
|
-
e as
|
|
6
|
+
a as common,
|
|
7
|
+
e as components,
|
|
8
|
+
l as default
|
|
7
9
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "Karekodu okut" }, amountDisplay: { amountHiddenAriaLabel: "Tutar gizlendi" }, avatar: { defaultAlt: "Kullanıcı avatarı", notificationAriaLabel: "Bildirim var" }, 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" }, sideBar: { navigationAriaLabel: "Kenar çubuğu gezintisi", collapseAriaLabel: "Kenar çubuğunu daralt", expandAriaLabel: "Kenar çubuğunu genişlet" } },
|
|
2
|
-
|
|
1
|
+
const a = { closeAriaLabel: "Kapat" }, e = { addressInput: { qrCodeAriaLabel: "Karekodu okut" }, amountDisplay: { amountHiddenAriaLabel: "Tutar gizlendi" }, avatar: { defaultAlt: "Kullanıcı avatarı", notificationAriaLabel: "Bildirim var" }, 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" }, sideBar: { navigationAriaLabel: "Kenar çubuğu gezintisi", collapseAriaLabel: "Kenar çubuğunu daralt", expandAriaLabel: "Kenar çubuğunu genişlet" } }, i = {
|
|
2
|
+
common: a,
|
|
3
|
+
components: e
|
|
3
4
|
};
|
|
4
5
|
export {
|
|
5
|
-
a as
|
|
6
|
-
e as
|
|
6
|
+
a as common,
|
|
7
|
+
e as components,
|
|
8
|
+
i as default
|
|
7
9
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
const a = { addressInput: { qrCodeAriaLabel: "扫描二维码" }, amountDisplay: { amountHiddenAriaLabel: "金额已隐藏" }, avatar: { defaultAlt: "用户头像", notificationAriaLabel: "有通知" }, baseInput: { clearInputAriaLabel: "清空输入框" }, spinner: { loadingAriaLabel: "加载中" }, dialogHeader: { goBackAriaLabel: "返回", closeAriaLabel: "关闭" }, banner: { closeAriaLabel: "关闭" }, link: { opensInNewTabAriaLabel: "(在新选项卡中打开)" }, navBar: { goBackAriaLabel: "返回" }, sideBar: { navigationAriaLabel: "侧边栏导航", collapseAriaLabel: "收起侧边栏", expandAriaLabel: "展开侧边栏" } },
|
|
2
|
-
|
|
1
|
+
const a = { closeAriaLabel: "关闭" }, e = { addressInput: { qrCodeAriaLabel: "扫描二维码" }, amountDisplay: { amountHiddenAriaLabel: "金额已隐藏" }, avatar: { defaultAlt: "用户头像", notificationAriaLabel: "有通知" }, baseInput: { clearInputAriaLabel: "清空输入框" }, spinner: { loadingAriaLabel: "加载中" }, dialogHeader: { goBackAriaLabel: "返回", closeAriaLabel: "关闭" }, banner: { closeAriaLabel: "关闭" }, link: { opensInNewTabAriaLabel: "(在新选项卡中打开)" }, navBar: { goBackAriaLabel: "返回" }, sideBar: { navigationAriaLabel: "侧边栏导航", collapseAriaLabel: "收起侧边栏", expandAriaLabel: "展开侧边栏" } }, l = {
|
|
2
|
+
common: a,
|
|
3
|
+
components: e
|
|
3
4
|
};
|
|
4
5
|
export {
|
|
5
|
-
a as
|
|
6
|
-
e as
|
|
6
|
+
a as common,
|
|
7
|
+
e as components,
|
|
8
|
+
l as default
|
|
7
9
|
};
|
package/dist/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Languages as t } from "./i18n/languages.js";
|
|
2
|
-
import { AddressInput as
|
|
2
|
+
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 p } from "./lib/Components/AmountDisplay/AmountDisplay.js";
|
|
5
5
|
import { Avatar as T } from "./lib/Components/Avatar/Avatar.js";
|
|
6
|
-
import { Banner as
|
|
6
|
+
import { Banner as u } from "./lib/Components/Banner/Banner.js";
|
|
7
7
|
import { BaseInput as f } from "./lib/Components/BaseInput/BaseInput.js";
|
|
8
8
|
import { Button as S } from "./lib/Components/Button/Button.js";
|
|
9
9
|
import { BaseButton as b } from "./lib/Components/Button/BaseButton.js";
|
|
@@ -17,43 +17,43 @@ 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 { IconButton as
|
|
20
|
+
import { IconButton as ne } from "./lib/Components/IconButton/IconButton.js";
|
|
21
21
|
import { InteractiveIcon as le } from "./lib/Components/InteractiveIcon/InteractiveIcon.js";
|
|
22
22
|
import { Link as me } from "./lib/Components/Link/Link.js";
|
|
23
|
-
import { ListItem as
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
23
|
+
import { ListItem as de, ListItemContent as ue, ListItemDescription as xe, ListItemIcon as fe, ListItemLeading as Ce, ListItemSpot as Se, ListItemTitle as ge, ListItemTrailing as be, ListItemTruncate as ce } from "./lib/Components/ListItem/ListItem.js";
|
|
24
|
+
import { MediaCard as Ie, MediaCardTitle as se } from "./lib/Components/MediaCard/MediaCard.js";
|
|
25
|
+
import { Menu as De, MenuCheckboxItem as Me, MenuContent as he, MenuGroup as Re, MenuItem as ve, MenuLabel as Ae, MenuPortal as we, MenuRadioGroup as He, MenuRadioItem as ke, MenuSeparator as ye, MenuSub as Ge, MenuSubContent as Ne, MenuSubTrigger as Pe, MenuTrigger as Fe } from "./lib/Components/Menu/Menu.js";
|
|
26
|
+
import { NavBar as Oe, NavBarBackButton as _e, NavBarCoinCapsule as je, NavBarTitle as qe, NavBarTrailing as ze } from "./lib/Components/NavBar/NavBar.js";
|
|
27
|
+
import { PageIndicator as Ke } from "./lib/Components/PageIndicator/PageIndicator.js";
|
|
28
|
+
import { SearchInput as Ue } from "./lib/Components/SearchInput/SearchInput.js";
|
|
29
|
+
import { SegmentedControl as We, SegmentedControlButton as Xe } from "./lib/Components/SegmentedControl/SegmentedControl.js";
|
|
30
|
+
import { Select as Ze, SelectContent as $e, SelectGroup as eo, SelectItem as oo, SelectItemText as to, SelectLabel as ro, SelectSeparator as ao, SelectTrigger as no, SelectTriggerButton as io } from "./lib/Components/Select/Select.js";
|
|
31
|
+
import { TriggerButton as po } from "./lib/Components/TriggerButton/TriggerButton.js";
|
|
32
|
+
import { SideBar as To, SideBarCollapseToggle as uo, SideBarItem as xo, SideBarLeading as fo, SideBarTrailing as Co } from "./lib/Components/SideBar/SideBar.js";
|
|
33
|
+
import { Skeleton as go } from "./lib/Components/Skeleton/Skeleton.js";
|
|
34
|
+
import { Spinner as co } from "./lib/Components/Spinner/Spinner.js";
|
|
35
|
+
import { Spot as Io } from "./lib/Components/Spot/Spot.js";
|
|
36
|
+
import { Stepper as Lo } from "./lib/Components/Stepper/Stepper.js";
|
|
37
|
+
import { Subheader as Mo, SubheaderCount as ho, SubheaderDescription as Ro, SubheaderInfo as vo, SubheaderRow as Ao, SubheaderShowMore as wo, SubheaderTitle as Ho } from "./lib/Components/Subheader/Subheader.js";
|
|
38
|
+
import { Switch as yo } from "./lib/Components/Switch/Switch.js";
|
|
39
|
+
import { Table as No, TableActionBar as Po, TableActionBarLeading as Fo, TableActionBarTrailing as Eo, TableBody as Oo, TableCell as _o, TableCellContent as jo, TableGroupHeaderRow as qo, TableHeader as zo, TableHeaderCell as Jo, TableHeaderRow as Ko, TableInfoIcon as Qo, TableLoadingRow as Uo, TableRoot as Vo, TableRow as Wo, TableSortButton as Xo } from "./lib/Components/Table/Table.js";
|
|
40
|
+
import { Tag as Zo } from "./lib/Components/Tag/Tag.js";
|
|
41
|
+
import { TextInput as et } from "./lib/Components/TextInput/TextInput.js";
|
|
42
|
+
import { Tile as tt, TileContent as rt, TileDescription as at, TileSecondaryAction as nt, TileTitle as it, TileTrailingContent as lt } from "./lib/Components/Tile/Tile.js";
|
|
43
|
+
import { TileButton as mt } from "./lib/Components/TileButton/TileButton.js";
|
|
44
|
+
import { Tooltip as dt, TooltipContent as ut, TooltipProvider as xt, TooltipTrigger as ft } from "./lib/Components/Tooltip/Tooltip.js";
|
|
45
|
+
import { ThemeProvider as St } from "./lib/Components/ThemeProvider/ThemeProvider.js";
|
|
46
|
+
import { COLOR_SCHEMES as bt } from "./lib/Components/ThemeProvider/ThemeProvider.types.js";
|
|
46
47
|
export {
|
|
47
|
-
|
|
48
|
+
a as AddressInput,
|
|
48
49
|
p as AmountDisplay,
|
|
49
50
|
i as AmountInput,
|
|
50
51
|
T as Avatar,
|
|
51
|
-
|
|
52
|
+
u as Banner,
|
|
52
53
|
b as BaseButton,
|
|
53
54
|
f as BaseInput,
|
|
54
55
|
S as Button,
|
|
55
|
-
|
|
56
|
-
Ct as COLOR_SCHEMES,
|
|
56
|
+
bt as COLOR_SCHEMES,
|
|
57
57
|
B as Card,
|
|
58
58
|
H as CardButton,
|
|
59
59
|
I as CardContent,
|
|
@@ -82,97 +82,100 @@ export {
|
|
|
82
82
|
oe as DialogHeader,
|
|
83
83
|
$ as DialogTrigger,
|
|
84
84
|
re as Divider,
|
|
85
|
-
|
|
85
|
+
ne as IconButton,
|
|
86
86
|
le as InteractiveIcon,
|
|
87
87
|
t as Languages,
|
|
88
88
|
me as Link,
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
89
|
+
de as ListItem,
|
|
90
|
+
ue as ListItemContent,
|
|
91
|
+
xe as ListItemDescription,
|
|
92
92
|
fe as ListItemIcon,
|
|
93
93
|
Ce as ListItemLeading,
|
|
94
94
|
Se as ListItemSpot,
|
|
95
95
|
ge as ListItemTitle,
|
|
96
96
|
be as ListItemTrailing,
|
|
97
97
|
ce as ListItemTruncate,
|
|
98
|
-
Ie as
|
|
99
|
-
se as
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
Pe as
|
|
113
|
-
Fe as
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
qe as
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
Ue as
|
|
121
|
-
We as
|
|
122
|
-
Xe as
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
fo as
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
Lo as
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
wo as
|
|
147
|
-
|
|
148
|
-
yo as
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
Wo as
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
nt as
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
ut as
|
|
98
|
+
Ie as MediaCard,
|
|
99
|
+
se as MediaCardTitle,
|
|
100
|
+
De as Menu,
|
|
101
|
+
Me as MenuCheckboxItem,
|
|
102
|
+
he as MenuContent,
|
|
103
|
+
Re as MenuGroup,
|
|
104
|
+
ve as MenuItem,
|
|
105
|
+
Ae as MenuLabel,
|
|
106
|
+
we as MenuPortal,
|
|
107
|
+
He as MenuRadioGroup,
|
|
108
|
+
ke as MenuRadioItem,
|
|
109
|
+
ye as MenuSeparator,
|
|
110
|
+
Ge as MenuSub,
|
|
111
|
+
Ne as MenuSubContent,
|
|
112
|
+
Pe as MenuSubTrigger,
|
|
113
|
+
Fe as MenuTrigger,
|
|
114
|
+
Oe as NavBar,
|
|
115
|
+
_e as NavBarBackButton,
|
|
116
|
+
je as NavBarCoinCapsule,
|
|
117
|
+
qe as NavBarTitle,
|
|
118
|
+
ze as NavBarTrailing,
|
|
119
|
+
Ke as PageIndicator,
|
|
120
|
+
Ue as SearchInput,
|
|
121
|
+
We as SegmentedControl,
|
|
122
|
+
Xe as SegmentedControlButton,
|
|
123
|
+
Ze as Select,
|
|
124
|
+
$e as SelectContent,
|
|
125
|
+
eo as SelectGroup,
|
|
126
|
+
oo as SelectItem,
|
|
127
|
+
to as SelectItemText,
|
|
128
|
+
ro as SelectLabel,
|
|
129
|
+
ao as SelectSeparator,
|
|
130
|
+
no as SelectTrigger,
|
|
131
|
+
io as SelectTriggerButton,
|
|
132
|
+
To as SideBar,
|
|
133
|
+
uo as SideBarCollapseToggle,
|
|
134
|
+
xo as SideBarItem,
|
|
135
|
+
fo as SideBarLeading,
|
|
136
|
+
Co as SideBarTrailing,
|
|
137
|
+
go as Skeleton,
|
|
138
|
+
co as Spinner,
|
|
139
|
+
Io as Spot,
|
|
140
|
+
Lo as Stepper,
|
|
141
|
+
Mo as Subheader,
|
|
142
|
+
ho as SubheaderCount,
|
|
143
|
+
Ro as SubheaderDescription,
|
|
144
|
+
vo as SubheaderInfo,
|
|
145
|
+
Ao as SubheaderRow,
|
|
146
|
+
wo as SubheaderShowMore,
|
|
147
|
+
Ho as SubheaderTitle,
|
|
148
|
+
yo as Switch,
|
|
149
|
+
No as Table,
|
|
150
|
+
Po as TableActionBar,
|
|
151
|
+
Fo as TableActionBarLeading,
|
|
152
|
+
Eo as TableActionBarTrailing,
|
|
153
|
+
Oo as TableBody,
|
|
154
|
+
_o as TableCell,
|
|
155
|
+
jo as TableCellContent,
|
|
156
|
+
qo as TableGroupHeaderRow,
|
|
157
|
+
zo as TableHeader,
|
|
158
|
+
Jo as TableHeaderCell,
|
|
159
|
+
Ko as TableHeaderRow,
|
|
160
|
+
Qo as TableInfoIcon,
|
|
161
|
+
Uo as TableLoadingRow,
|
|
162
|
+
Vo as TableRoot,
|
|
163
|
+
Wo as TableRow,
|
|
164
|
+
Xo as TableSortButton,
|
|
165
|
+
Zo as Tag,
|
|
166
|
+
et as TextInput,
|
|
167
|
+
St as ThemeProvider,
|
|
168
|
+
tt as Tile,
|
|
169
|
+
mt as TileButton,
|
|
170
|
+
rt as TileContent,
|
|
171
|
+
at as TileDescription,
|
|
172
|
+
nt as TileSecondaryAction,
|
|
173
|
+
it as TileTitle,
|
|
174
|
+
lt as TileTrailingContent,
|
|
175
|
+
dt as Tooltip,
|
|
176
|
+
ut as TooltipContent,
|
|
177
|
+
xt as TooltipProvider,
|
|
178
|
+
ft as TooltipTrigger,
|
|
179
|
+
po as TriggerButton,
|
|
177
180
|
J as useLumenDataTable
|
|
178
181
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AmountDisplay.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/AmountDisplay/AmountDisplay.tsx"],"names":[],"mappings":"AAGA,OAAO,EACL,kBAAkB,EAInB,MAAM,SAAS,CAAC;AA2EjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,eAAO,MAAM,aAAa;0EAQvB,kBAAkB;;
|
|
1
|
+
{"version":3,"file":"AmountDisplay.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/AmountDisplay/AmountDisplay.tsx"],"names":[],"mappings":"AAGA,OAAO,EACL,kBAAkB,EAInB,MAAM,SAAS,CAAC;AA2EjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,eAAO,MAAM,aAAa;0EAQvB,kBAAkB;;CA4DpB,CAAC"}
|