@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.
Files changed (62) hide show
  1. package/dist/i18n/locales/de.json.d.ts +3 -0
  2. package/dist/i18n/locales/de.json.js +4 -2
  3. package/dist/i18n/locales/en.json.d.ts +3 -0
  4. package/dist/i18n/locales/en.json.js +6 -4
  5. package/dist/i18n/locales/es.json.d.ts +3 -0
  6. package/dist/i18n/locales/es.json.js +6 -4
  7. package/dist/i18n/locales/fr.json.d.ts +3 -0
  8. package/dist/i18n/locales/fr.json.js +6 -4
  9. package/dist/i18n/locales/ja.json.d.ts +3 -0
  10. package/dist/i18n/locales/ja.json.js +6 -4
  11. package/dist/i18n/locales/ko.json.d.ts +3 -0
  12. package/dist/i18n/locales/ko.json.js +6 -4
  13. package/dist/i18n/locales/pt.json.d.ts +3 -0
  14. package/dist/i18n/locales/pt.json.js +6 -4
  15. package/dist/i18n/locales/ru.json.d.ts +3 -0
  16. package/dist/i18n/locales/ru.json.js +6 -4
  17. package/dist/i18n/locales/th.json.d.ts +3 -0
  18. package/dist/i18n/locales/th.json.js +6 -4
  19. package/dist/i18n/locales/tr.json.d.ts +3 -0
  20. package/dist/i18n/locales/tr.json.js +6 -4
  21. package/dist/i18n/locales/zh.json.d.ts +3 -0
  22. package/dist/i18n/locales/zh.json.js +6 -4
  23. package/dist/index.js +116 -113
  24. package/dist/lib/Components/AmountDisplay/AmountDisplay.d.ts.map +1 -1
  25. package/dist/lib/Components/AmountDisplay/AmountDisplay.js +31 -31
  26. package/dist/lib/Components/Card/Card.d.ts.map +1 -1
  27. package/dist/lib/Components/Card/Card.js +70 -70
  28. package/dist/lib/Components/InteractiveIcon/InteractiveIcon.d.ts +1 -1
  29. package/dist/lib/Components/InteractiveIcon/InteractiveIcon.d.ts.map +1 -1
  30. package/dist/lib/Components/InteractiveIcon/InteractiveIcon.js +24 -10
  31. package/dist/lib/Components/InteractiveIcon/types.d.ts +8 -0
  32. package/dist/lib/Components/InteractiveIcon/types.d.ts.map +1 -1
  33. package/dist/lib/Components/MediaCard/MediaCard.d.ts +33 -0
  34. package/dist/lib/Components/MediaCard/MediaCard.d.ts.map +1 -0
  35. package/dist/lib/Components/MediaCard/MediaCard.js +128 -0
  36. package/dist/lib/Components/MediaCard/index.d.ts +3 -0
  37. package/dist/lib/Components/MediaCard/index.d.ts.map +1 -0
  38. package/dist/lib/Components/MediaCard/types.d.ts +30 -0
  39. package/dist/lib/Components/MediaCard/types.d.ts.map +1 -0
  40. package/dist/lib/Components/Select/Select.d.ts +3 -3
  41. package/dist/lib/Components/Select/Select.js +3 -3
  42. package/dist/lib/Components/Select/index.d.ts +1 -1
  43. package/dist/lib/Components/Select/types.d.ts +4 -4
  44. package/dist/lib/Components/{ButtonTrigger/ButtonTrigger.d.ts → TriggerButton/TriggerButton.d.ts} +10 -10
  45. package/dist/lib/Components/TriggerButton/TriggerButton.d.ts.map +1 -0
  46. package/dist/lib/Components/{ButtonTrigger/ButtonTrigger.js → TriggerButton/TriggerButton.js} +3 -3
  47. package/dist/lib/Components/TriggerButton/index.d.ts +3 -0
  48. package/dist/lib/Components/{ButtonTrigger → TriggerButton}/index.d.ts.map +1 -1
  49. package/dist/lib/Components/{ButtonTrigger → TriggerButton}/types.d.ts +1 -1
  50. package/dist/lib/Components/{ButtonTrigger → TriggerButton}/types.d.ts.map +1 -1
  51. package/dist/lib/Components/index.d.ts +2 -1
  52. package/dist/lib/Components/index.d.ts.map +1 -1
  53. package/dist/lib/Symbols/Icons/NanoGen5.d.ts +29 -0
  54. package/dist/lib/Symbols/Icons/NanoGen5.d.ts.map +1 -0
  55. package/dist/lib/Symbols/Icons/NanoGen5.js +27 -0
  56. package/dist/lib/Symbols/index.d.ts +1 -0
  57. package/dist/lib/Symbols/index.d.ts.map +1 -1
  58. package/dist/lib/Symbols/index.js +194 -192
  59. package/dist/package.json +2 -2
  60. package/package.json +1 -1
  61. package/dist/lib/Components/ButtonTrigger/ButtonTrigger.d.ts.map +0 -1
  62. package/dist/lib/Components/ButtonTrigger/index.d.ts +0 -3
@@ -1,4 +1,7 @@
1
1
  declare const _default: {
2
+ "common": {
3
+ "closeAriaLabel": "Schließen"
4
+ },
2
5
  "components": {
3
6
  "addressInput": {
4
7
  "qrCodeAriaLabel": "QR-Code scannen"
@@ -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" } }, e = {
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
- e as default
8
+ n as default
7
9
  };
@@ -1,4 +1,7 @@
1
1
  declare const _default: {
2
+ "common": {
3
+ "closeAriaLabel": "Close"
4
+ },
2
5
  "components": {
3
6
  "addressInput": {
4
7
  "qrCodeAriaLabel": "Scan QR code"
@@ -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" } }, e = {
2
- components: a
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 components,
6
- e as default
6
+ a as common,
7
+ e as components,
8
+ n as default
7
9
  };
@@ -1,4 +1,7 @@
1
1
  declare const _default: {
2
+ "common": {
3
+ "closeAriaLabel": "Cerrar"
4
+ },
2
5
  "components": {
3
6
  "addressInput": {
4
7
  "qrCodeAriaLabel": "Escanear código QR"
@@ -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" } }, e = {
2
- components: a
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 components,
6
- e as default
6
+ a as common,
7
+ e as components,
8
+ r as default
7
9
  };
@@ -1,4 +1,7 @@
1
1
  declare const _default: {
2
+ "common": {
3
+ "closeAriaLabel": "Fermer"
4
+ },
2
5
  "components": {
3
6
  "addressInput": {
4
7
  "qrCodeAriaLabel": "Scanner le code QR"
@@ -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" } }, e = {
2
- components: a
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 components,
6
- e as default
6
+ a as common,
7
+ e as components,
8
+ r as default
7
9
  };
@@ -1,4 +1,7 @@
1
1
  declare const _default: {
2
+ "common": {
3
+ "closeAriaLabel": "閉じる"
4
+ },
2
5
  "components": {
3
6
  "addressInput": {
4
7
  "qrCodeAriaLabel": "QRコードをスキャン"
@@ -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: "サイドバーを展開する" } }, e = {
2
- components: a
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 components,
6
- e as default
6
+ a as common,
7
+ e as components,
8
+ l as default
7
9
  };
@@ -1,4 +1,7 @@
1
1
  declare const _default: {
2
+ "common": {
3
+ "closeAriaLabel": "닫기"
4
+ },
2
5
  "components": {
3
6
  "addressInput": {
4
7
  "qrCodeAriaLabel": "QR 코드 스캔"
@@ -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: "사이드바 펼치기" } }, e = {
2
- components: a
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 components,
6
- e as default
6
+ a as common,
7
+ e as components,
8
+ l as default
7
9
  };
@@ -1,4 +1,7 @@
1
1
  declare const _default: {
2
+ "common": {
3
+ "closeAriaLabel": "Fechar"
4
+ },
2
5
  "components": {
3
6
  "addressInput": {
4
7
  "qrCodeAriaLabel": "Escanear QR Code"
@@ -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" } }, e = {
2
- components: a
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 components,
6
- e as default
6
+ a as common,
7
+ e as components,
8
+ r as default
7
9
  };
@@ -1,4 +1,7 @@
1
1
  declare const _default: {
2
+ "common": {
3
+ "closeAriaLabel": "Закрыть"
4
+ },
2
5
  "components": {
3
6
  "addressInput": {
4
7
  "qrCodeAriaLabel": "Сканировать QR-код"
@@ -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: "Развернуть боковую панель" } }, e = {
2
- components: a
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 components,
6
- e as default
6
+ a as common,
7
+ e as components,
8
+ l as default
7
9
  };
@@ -1,4 +1,7 @@
1
1
  declare const _default: {
2
+ "common": {
3
+ "closeAriaLabel": "ปิด"
4
+ },
2
5
  "components": {
3
6
  "addressInput": {
4
7
  "qrCodeAriaLabel": "สแกน QR Code"
@@ -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: "ขยายแถบด้านข้าง" } }, e = {
2
- components: a
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 components,
6
- e as default
6
+ a as common,
7
+ e as components,
8
+ l as default
7
9
  };
@@ -1,4 +1,7 @@
1
1
  declare const _default: {
2
+ "common": {
3
+ "closeAriaLabel": "Kapat"
4
+ },
2
5
  "components": {
3
6
  "addressInput": {
4
7
  "qrCodeAriaLabel": "Karekodu okut"
@@ -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" } }, e = {
2
- components: a
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 components,
6
- e as default
6
+ a as common,
7
+ e as components,
8
+ i as default
7
9
  };
@@ -1,4 +1,7 @@
1
1
  declare const _default: {
2
+ "common": {
3
+ "closeAriaLabel": "关闭"
4
+ },
2
5
  "components": {
3
6
  "addressInput": {
4
7
  "qrCodeAriaLabel": "扫描二维码"
@@ -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: "展开侧边栏" } }, e = {
2
- components: a
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 components,
6
- e as default
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 n } from "./lib/Components/AddressInput/AddressInput.js";
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 x } from "./lib/Components/Banner/Banner.js";
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 ae } from "./lib/Components/IconButton/IconButton.js";
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 ue, ListItemContent as xe, ListItemDescription as de, 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 { Menu as Ie, MenuCheckboxItem as se, MenuContent as Le, MenuGroup as De, MenuItem as Me, MenuLabel as he, MenuPortal as Re, MenuRadioGroup as ve, MenuRadioItem as Ae, MenuSeparator as we, MenuSub as He, MenuSubContent as ke, MenuSubTrigger as ye, MenuTrigger as Ge } from "./lib/Components/Menu/Menu.js";
25
- import { NavBar as Pe, NavBarBackButton as Fe, NavBarCoinCapsule as Ee, NavBarTitle as Oe, NavBarTrailing as _e } from "./lib/Components/NavBar/NavBar.js";
26
- import { PageIndicator as qe } from "./lib/Components/PageIndicator/PageIndicator.js";
27
- import { SearchInput as Je } from "./lib/Components/SearchInput/SearchInput.js";
28
- import { SegmentedControl as Qe, SegmentedControlButton as Ue } from "./lib/Components/SegmentedControl/SegmentedControl.js";
29
- import { Select as We, SelectButtonTrigger as Xe, SelectContent as Ye, SelectGroup as Ze, SelectItem as $e, SelectItemText as eo, SelectLabel as oo, SelectSeparator as to, SelectTrigger as ro } from "./lib/Components/Select/Select.js";
30
- import { ButtonTrigger as ao } from "./lib/Components/ButtonTrigger/ButtonTrigger.js";
31
- import { SideBar as lo, SideBarCollapseToggle as po, SideBarItem as mo, SideBarLeading as To, SideBarTrailing as uo } from "./lib/Components/SideBar/SideBar.js";
32
- import { Skeleton as fo } from "./lib/Components/Skeleton/Skeleton.js";
33
- import { Spinner as So } from "./lib/Components/Spinner/Spinner.js";
34
- import { Spot as bo } from "./lib/Components/Spot/Spot.js";
35
- import { Stepper as Bo } from "./lib/Components/Stepper/Stepper.js";
36
- import { Subheader as so, SubheaderCount as Lo, SubheaderDescription as Do, SubheaderInfo as Mo, SubheaderRow as ho, SubheaderShowMore as Ro, SubheaderTitle as vo } from "./lib/Components/Subheader/Subheader.js";
37
- import { Switch as wo } from "./lib/Components/Switch/Switch.js";
38
- import { Table as ko, TableActionBar as yo, TableActionBarLeading as Go, TableActionBarTrailing as No, TableBody as Po, TableCell as Fo, TableCellContent as Eo, TableGroupHeaderRow as Oo, TableHeader as _o, TableHeaderCell as jo, TableHeaderRow as qo, TableInfoIcon as zo, TableLoadingRow as Jo, TableRoot as Ko, TableRow as Qo, TableSortButton as Uo } from "./lib/Components/Table/Table.js";
39
- import { Tag as Wo } from "./lib/Components/Tag/Tag.js";
40
- import { TextInput as Yo } from "./lib/Components/TextInput/TextInput.js";
41
- import { Tile as $o, TileContent as et, TileDescription as ot, TileSecondaryAction as tt, TileTitle as rt, TileTrailingContent as nt } from "./lib/Components/Tile/Tile.js";
42
- import { TileButton as it } from "./lib/Components/TileButton/TileButton.js";
43
- import { Tooltip as pt, TooltipContent as mt, TooltipProvider as Tt, TooltipTrigger as ut } from "./lib/Components/Tooltip/Tooltip.js";
44
- import { ThemeProvider as dt } from "./lib/Components/ThemeProvider/ThemeProvider.js";
45
- import { COLOR_SCHEMES as Ct } from "./lib/Components/ThemeProvider/ThemeProvider.types.js";
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
- n as AddressInput,
48
+ a as AddressInput,
48
49
  p as AmountDisplay,
49
50
  i as AmountInput,
50
51
  T as Avatar,
51
- x as Banner,
52
+ u as Banner,
52
53
  b as BaseButton,
53
54
  f as BaseInput,
54
55
  S as Button,
55
- ao as ButtonTrigger,
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
- ae as IconButton,
85
+ ne as IconButton,
86
86
  le as InteractiveIcon,
87
87
  t as Languages,
88
88
  me as Link,
89
- ue as ListItem,
90
- xe as ListItemContent,
91
- de as ListItemDescription,
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 Menu,
99
- se as MenuCheckboxItem,
100
- Le as MenuContent,
101
- De as MenuGroup,
102
- Me as MenuItem,
103
- he as MenuLabel,
104
- Re as MenuPortal,
105
- ve as MenuRadioGroup,
106
- Ae as MenuRadioItem,
107
- we as MenuSeparator,
108
- He as MenuSub,
109
- ke as MenuSubContent,
110
- ye as MenuSubTrigger,
111
- Ge as MenuTrigger,
112
- Pe as NavBar,
113
- Fe as NavBarBackButton,
114
- Ee as NavBarCoinCapsule,
115
- Oe as NavBarTitle,
116
- _e as NavBarTrailing,
117
- qe as PageIndicator,
118
- Je as SearchInput,
119
- Qe as SegmentedControl,
120
- Ue as SegmentedControlButton,
121
- We as Select,
122
- Xe as SelectButtonTrigger,
123
- Ye as SelectContent,
124
- Ze as SelectGroup,
125
- $e as SelectItem,
126
- eo as SelectItemText,
127
- oo as SelectLabel,
128
- to as SelectSeparator,
129
- ro as SelectTrigger,
130
- lo as SideBar,
131
- po as SideBarCollapseToggle,
132
- mo as SideBarItem,
133
- To as SideBarLeading,
134
- uo as SideBarTrailing,
135
- fo as Skeleton,
136
- So as Spinner,
137
- bo as Spot,
138
- Bo as Stepper,
139
- so as Subheader,
140
- Lo as SubheaderCount,
141
- Do as SubheaderDescription,
142
- Mo as SubheaderInfo,
143
- ho as SubheaderRow,
144
- Ro as SubheaderShowMore,
145
- vo as SubheaderTitle,
146
- wo as Switch,
147
- ko as Table,
148
- yo as TableActionBar,
149
- Go as TableActionBarLeading,
150
- No as TableActionBarTrailing,
151
- Po as TableBody,
152
- Fo as TableCell,
153
- Eo as TableCellContent,
154
- Oo as TableGroupHeaderRow,
155
- _o as TableHeader,
156
- jo as TableHeaderCell,
157
- qo as TableHeaderRow,
158
- zo as TableInfoIcon,
159
- Jo as TableLoadingRow,
160
- Ko as TableRoot,
161
- Qo as TableRow,
162
- Uo as TableSortButton,
163
- Wo as Tag,
164
- Yo as TextInput,
165
- dt as ThemeProvider,
166
- $o as Tile,
167
- it as TileButton,
168
- et as TileContent,
169
- ot as TileDescription,
170
- tt as TileSecondaryAction,
171
- rt as TileTitle,
172
- nt as TileTrailingContent,
173
- pt as Tooltip,
174
- mt as TooltipContent,
175
- Tt as TooltipProvider,
176
- ut as TooltipTrigger,
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;;CAwDpB,CAAC"}
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"}