@ledgerhq/lumen-ui-react 0.1.12 → 0.1.14

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 (69) 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 +128 -121
  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/MediaBanner/MediaBanner.d.ts +25 -0
  34. package/dist/lib/Components/MediaBanner/MediaBanner.d.ts.map +1 -0
  35. package/dist/lib/Components/MediaBanner/MediaBanner.js +96 -0
  36. package/dist/lib/Components/MediaBanner/index.d.ts +3 -0
  37. package/dist/lib/Components/MediaBanner/index.d.ts.map +1 -0
  38. package/dist/lib/Components/MediaBanner/types.d.ts +53 -0
  39. package/dist/lib/Components/MediaBanner/types.d.ts.map +1 -0
  40. package/dist/lib/Components/MediaCard/MediaCard.d.ts +33 -0
  41. package/dist/lib/Components/MediaCard/MediaCard.d.ts.map +1 -0
  42. package/dist/lib/Components/MediaCard/MediaCard.js +128 -0
  43. package/dist/lib/Components/MediaCard/index.d.ts +3 -0
  44. package/dist/lib/Components/MediaCard/index.d.ts.map +1 -0
  45. package/dist/lib/Components/MediaCard/types.d.ts +30 -0
  46. package/dist/lib/Components/MediaCard/types.d.ts.map +1 -0
  47. package/dist/lib/Components/Select/Select.d.ts +3 -3
  48. package/dist/lib/Components/Select/Select.js +3 -3
  49. package/dist/lib/Components/Select/index.d.ts +1 -1
  50. package/dist/lib/Components/Select/types.d.ts +4 -4
  51. package/dist/lib/Components/{ButtonTrigger/ButtonTrigger.d.ts → TriggerButton/TriggerButton.d.ts} +10 -10
  52. package/dist/lib/Components/TriggerButton/TriggerButton.d.ts.map +1 -0
  53. package/dist/lib/Components/{ButtonTrigger/ButtonTrigger.js → TriggerButton/TriggerButton.js} +3 -3
  54. package/dist/lib/Components/TriggerButton/index.d.ts +3 -0
  55. package/dist/lib/Components/{ButtonTrigger → TriggerButton}/index.d.ts.map +1 -1
  56. package/dist/lib/Components/{ButtonTrigger → TriggerButton}/types.d.ts +1 -1
  57. package/dist/lib/Components/{ButtonTrigger → TriggerButton}/types.d.ts.map +1 -1
  58. package/dist/lib/Components/index.d.ts +3 -1
  59. package/dist/lib/Components/index.d.ts.map +1 -1
  60. package/dist/lib/Symbols/Icons/NanoGen5.d.ts +29 -0
  61. package/dist/lib/Symbols/Icons/NanoGen5.d.ts.map +1 -0
  62. package/dist/lib/Symbols/Icons/NanoGen5.js +27 -0
  63. package/dist/lib/Symbols/index.d.ts +1 -0
  64. package/dist/lib/Symbols/index.d.ts.map +1 -1
  65. package/dist/lib/Symbols/index.js +194 -192
  66. package/dist/package.json +2 -2
  67. package/package.json +1 -1
  68. package/dist/lib/Components/ButtonTrigger/ButtonTrigger.d.ts.map +0 -1
  69. 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,13 +1,13 @@
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
- import { BaseButton as b } from "./lib/Components/Button/BaseButton.js";
10
- import { Card as B, CardContent as I, CardContentDescription as s, CardContentRow as L, CardContentTitle as D, CardFooter as M, CardFooterActions as h, CardHeader as R, CardLeading as v, CardTrailing as A } from "./lib/Components/Card/Card.js";
9
+ import { BaseButton as B } from "./lib/Components/Button/BaseButton.js";
10
+ import { Card as c, CardContent as I, CardContentDescription as s, CardContentRow as M, CardContentTitle as D, CardFooter as L, CardFooterActions as h, CardHeader as R, CardLeading as v, CardTrailing as A } from "./lib/Components/Card/Card.js";
11
11
  import { CardButton as H } from "./lib/Components/CardButton/CardButton.js";
12
12
  import { ContentBanner as y, ContentBannerContent as G, ContentBannerDescription as N, ContentBannerTitle as P } from "./lib/Components/ContentBanner/ContentBanner.js";
13
13
  import { Checkbox as E } from "./lib/Components/Checkbox/Checkbox.js";
@@ -17,50 +17,51 @@ 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 be } from "./lib/Components/ListItem/ListItem.js";
24
+ import { MediaBanner as Ie, MediaBannerDescription as se, MediaBannerTitle as Me } from "./lib/Components/MediaBanner/MediaBanner.js";
25
+ import { MediaCard as Le, MediaCardTitle as he } from "./lib/Components/MediaCard/MediaCard.js";
26
+ import { Menu as ve, MenuCheckboxItem as Ae, MenuContent as we, MenuGroup as He, MenuItem as ke, MenuLabel as ye, MenuPortal as Ge, MenuRadioGroup as Ne, MenuRadioItem as Pe, MenuSeparator as Fe, MenuSub as Ee, MenuSubContent as Oe, MenuSubTrigger as _e, MenuTrigger as je } from "./lib/Components/Menu/Menu.js";
27
+ import { NavBar as ze, NavBarBackButton as Je, NavBarCoinCapsule as Ke, NavBarTitle as Qe, NavBarTrailing as Ue } from "./lib/Components/NavBar/NavBar.js";
28
+ import { PageIndicator as We } from "./lib/Components/PageIndicator/PageIndicator.js";
29
+ import { SearchInput as Ye } from "./lib/Components/SearchInput/SearchInput.js";
30
+ import { SegmentedControl as $e, SegmentedControlButton as eo } from "./lib/Components/SegmentedControl/SegmentedControl.js";
31
+ import { Select as to, SelectContent as ro, SelectGroup as ao, SelectItem as no, SelectItemText as io, SelectLabel as lo, SelectSeparator as po, SelectTrigger as mo, SelectTriggerButton as To } from "./lib/Components/Select/Select.js";
32
+ import { TriggerButton as xo } from "./lib/Components/TriggerButton/TriggerButton.js";
33
+ import { SideBar as Co, SideBarCollapseToggle as So, SideBarItem as go, SideBarLeading as Bo, SideBarTrailing as bo } from "./lib/Components/SideBar/SideBar.js";
34
+ import { Skeleton as Io } from "./lib/Components/Skeleton/Skeleton.js";
35
+ import { Spinner as Mo } from "./lib/Components/Spinner/Spinner.js";
36
+ import { Spot as Lo } from "./lib/Components/Spot/Spot.js";
37
+ import { Stepper as Ro } from "./lib/Components/Stepper/Stepper.js";
38
+ import { Subheader as Ao, SubheaderCount as wo, SubheaderDescription as Ho, SubheaderInfo as ko, SubheaderRow as yo, SubheaderShowMore as Go, SubheaderTitle as No } from "./lib/Components/Subheader/Subheader.js";
39
+ import { Switch as Fo } from "./lib/Components/Switch/Switch.js";
40
+ import { Table as Oo, TableActionBar as _o, TableActionBarLeading as jo, TableActionBarTrailing as qo, TableBody as zo, TableCell as Jo, TableCellContent as Ko, TableGroupHeaderRow as Qo, TableHeader as Uo, TableHeaderCell as Vo, TableHeaderRow as Wo, TableInfoIcon as Xo, TableLoadingRow as Yo, TableRoot as Zo, TableRow as $o, TableSortButton as et } from "./lib/Components/Table/Table.js";
41
+ import { Tag as tt } from "./lib/Components/Tag/Tag.js";
42
+ import { TextInput as at } from "./lib/Components/TextInput/TextInput.js";
43
+ import { Tile as it, TileContent as lt, TileDescription as pt, TileSecondaryAction as mt, TileTitle as Tt, TileTrailingContent as dt } from "./lib/Components/Tile/Tile.js";
44
+ import { TileButton as xt } from "./lib/Components/TileButton/TileButton.js";
45
+ import { Tooltip as Ct, TooltipContent as St, TooltipProvider as gt, TooltipTrigger as Bt } from "./lib/Components/Tooltip/Tooltip.js";
46
+ import { ThemeProvider as ct } from "./lib/Components/ThemeProvider/ThemeProvider.js";
47
+ import { COLOR_SCHEMES as st } from "./lib/Components/ThemeProvider/ThemeProvider.types.js";
46
48
  export {
47
- n as AddressInput,
49
+ a as AddressInput,
48
50
  p as AmountDisplay,
49
51
  i as AmountInput,
50
52
  T as Avatar,
51
- x as Banner,
52
- b as BaseButton,
53
+ u as Banner,
54
+ B as BaseButton,
53
55
  f as BaseInput,
54
56
  S as Button,
55
- ao as ButtonTrigger,
56
- Ct as COLOR_SCHEMES,
57
- B as Card,
57
+ st as COLOR_SCHEMES,
58
+ c as Card,
58
59
  H as CardButton,
59
60
  I as CardContent,
60
61
  s as CardContentDescription,
61
- L as CardContentRow,
62
+ M as CardContentRow,
62
63
  D as CardContentTitle,
63
- M as CardFooter,
64
+ L as CardFooter,
64
65
  h as CardFooterActions,
65
66
  R as CardHeader,
66
67
  v as CardLeading,
@@ -82,97 +83,103 @@ export {
82
83
  oe as DialogHeader,
83
84
  $ as DialogTrigger,
84
85
  re as Divider,
85
- ae as IconButton,
86
+ ne as IconButton,
86
87
  le as InteractiveIcon,
87
88
  t as Languages,
88
89
  me as Link,
89
- ue as ListItem,
90
- xe as ListItemContent,
91
- de as ListItemDescription,
90
+ de as ListItem,
91
+ ue as ListItemContent,
92
+ xe as ListItemDescription,
92
93
  fe as ListItemIcon,
93
94
  Ce as ListItemLeading,
94
95
  Se as ListItemSpot,
95
96
  ge as ListItemTitle,
96
- be as ListItemTrailing,
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,
97
+ Be as ListItemTrailing,
98
+ be as ListItemTruncate,
99
+ Ie as MediaBanner,
100
+ se as MediaBannerDescription,
101
+ Me as MediaBannerTitle,
102
+ Le as MediaCard,
103
+ he as MediaCardTitle,
104
+ ve as Menu,
105
+ Ae as MenuCheckboxItem,
106
+ we as MenuContent,
107
+ He as MenuGroup,
108
+ ke as MenuItem,
109
+ ye as MenuLabel,
110
+ Ge as MenuPortal,
111
+ Ne as MenuRadioGroup,
112
+ Pe as MenuRadioItem,
113
+ Fe as MenuSeparator,
114
+ Ee as MenuSub,
115
+ Oe as MenuSubContent,
116
+ _e as MenuSubTrigger,
117
+ je as MenuTrigger,
118
+ ze as NavBar,
119
+ Je as NavBarBackButton,
120
+ Ke as NavBarCoinCapsule,
121
+ Qe as NavBarTitle,
122
+ Ue as NavBarTrailing,
123
+ We as PageIndicator,
124
+ Ye as SearchInput,
125
+ $e as SegmentedControl,
126
+ eo as SegmentedControlButton,
127
+ to as Select,
128
+ ro as SelectContent,
129
+ ao as SelectGroup,
130
+ no as SelectItem,
131
+ io as SelectItemText,
132
+ lo as SelectLabel,
133
+ po as SelectSeparator,
134
+ mo as SelectTrigger,
135
+ To as SelectTriggerButton,
136
+ Co as SideBar,
137
+ So as SideBarCollapseToggle,
138
+ go as SideBarItem,
139
+ Bo as SideBarLeading,
140
+ bo as SideBarTrailing,
141
+ Io as Skeleton,
142
+ Mo as Spinner,
143
+ Lo as Spot,
144
+ Ro as Stepper,
145
+ Ao as Subheader,
146
+ wo as SubheaderCount,
147
+ Ho as SubheaderDescription,
148
+ ko as SubheaderInfo,
149
+ yo as SubheaderRow,
150
+ Go as SubheaderShowMore,
151
+ No as SubheaderTitle,
152
+ Fo as Switch,
153
+ Oo as Table,
154
+ _o as TableActionBar,
155
+ jo as TableActionBarLeading,
156
+ qo as TableActionBarTrailing,
157
+ zo as TableBody,
158
+ Jo as TableCell,
159
+ Ko as TableCellContent,
160
+ Qo as TableGroupHeaderRow,
161
+ Uo as TableHeader,
162
+ Vo as TableHeaderCell,
163
+ Wo as TableHeaderRow,
164
+ Xo as TableInfoIcon,
165
+ Yo as TableLoadingRow,
166
+ Zo as TableRoot,
167
+ $o as TableRow,
168
+ et as TableSortButton,
169
+ tt as Tag,
170
+ at as TextInput,
171
+ ct as ThemeProvider,
172
+ it as Tile,
173
+ xt as TileButton,
174
+ lt as TileContent,
175
+ pt as TileDescription,
176
+ mt as TileSecondaryAction,
177
+ Tt as TileTitle,
178
+ dt as TileTrailingContent,
179
+ Ct as Tooltip,
180
+ St as TooltipContent,
181
+ gt as TooltipProvider,
182
+ Bt as TooltipTrigger,
183
+ xo as TriggerButton,
177
184
  J as useLumenDataTable
178
185
  };
@@ -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"}