@ledgerhq/lumen-ui-react 0.0.87 → 0.0.89

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 (44) hide show
  1. package/ai-rules/RULES.md +5 -1
  2. package/dist/i18n/locales/de.json.d.ts +3 -0
  3. package/dist/i18n/locales/de.json.js +1 -1
  4. package/dist/i18n/locales/en.json.d.ts +3 -0
  5. package/dist/i18n/locales/en.json.js +1 -1
  6. package/dist/i18n/locales/es.json.d.ts +3 -0
  7. package/dist/i18n/locales/es.json.js +1 -1
  8. package/dist/i18n/locales/fr.json.d.ts +3 -0
  9. package/dist/i18n/locales/fr.json.js +1 -1
  10. package/dist/i18n/locales/ja.json.d.ts +3 -0
  11. package/dist/i18n/locales/ja.json.js +1 -1
  12. package/dist/i18n/locales/ko.json.d.ts +3 -0
  13. package/dist/i18n/locales/ko.json.js +1 -1
  14. package/dist/i18n/locales/pt.json.d.ts +3 -0
  15. package/dist/i18n/locales/pt.json.js +1 -1
  16. package/dist/i18n/locales/ru.json.d.ts +3 -0
  17. package/dist/i18n/locales/ru.json.js +1 -1
  18. package/dist/i18n/locales/th.json.d.ts +3 -0
  19. package/dist/i18n/locales/th.json.js +1 -1
  20. package/dist/i18n/locales/tr.json.d.ts +3 -0
  21. package/dist/i18n/locales/tr.json.js +1 -1
  22. package/dist/i18n/locales/zh.json.d.ts +3 -0
  23. package/dist/i18n/locales/zh.json.js +1 -1
  24. package/dist/index.js +130 -128
  25. package/dist/lib/Components/AmountDisplay/AmountDisplay.d.ts +1 -1
  26. package/dist/lib/Components/AmountDisplay/AmountDisplay.d.ts.map +1 -1
  27. package/dist/lib/Components/AmountDisplay/AmountDisplay.js +82 -22
  28. package/dist/lib/Components/AmountDisplay/index.d.ts +1 -1
  29. package/dist/lib/Components/AmountDisplay/index.d.ts.map +1 -1
  30. package/dist/lib/Components/AmountDisplay/types.d.ts +10 -24
  31. package/dist/lib/Components/AmountDisplay/types.d.ts.map +1 -1
  32. package/dist/lib/Components/Dialog/Dialog.d.ts +1 -0
  33. package/dist/lib/Components/Dialog/Dialog.d.ts.map +1 -1
  34. package/dist/lib/Components/Dialog/DialogClose/DialogClose.d.ts +19 -0
  35. package/dist/lib/Components/Dialog/DialogClose/DialogClose.d.ts.map +1 -0
  36. package/dist/lib/Components/Dialog/DialogClose/DialogClose.js +8 -0
  37. package/dist/lib/Components/Dialog/DialogHeader/DialogHeader.d.ts.map +1 -1
  38. package/dist/lib/Components/Dialog/DialogHeader/DialogHeader.js +16 -15
  39. package/dist/lib/Components/Dialog/types.d.ts +22 -3
  40. package/dist/lib/Components/Dialog/types.d.ts.map +1 -1
  41. package/dist/lib/Components/Table/utils/useThrottledScrollBottom.js +4 -4
  42. package/dist/libs/utils-shared/dist/index.js +110 -92
  43. package/dist/package.json +1 -1
  44. package/package.json +1 -1
package/ai-rules/RULES.md CHANGED
@@ -245,10 +245,13 @@ Below is a complete list of all available Lumen components. Click any component
245
245
  - [AddressInput](https://ldls.vercel.app/?path=/docs/input-addressinput--docs) - Input field for cryptocurrency addresses
246
246
  - [AmountDisplay](https://ldls.vercel.app/?path=/docs/communication-amountdisplay--docs) - Display formatted amounts with currency
247
247
  - [AmountInput](https://ldls.vercel.app/?path=/docs/input-amountinput--docs) - Input field for amount values
248
+ - [Avatar](https://ldls.vercel.app/?path=/docs/communication-avatar--docs) - User avatar with image, initials, or placeholder
248
249
  - [Banner](https://ldls.vercel.app/?path=/docs/communication-banner--docs) - Alert and notification banners
249
250
  - [Button](https://ldls.vercel.app/?path=/docs/action-button--docs) - Primary action button component
250
251
  - [CardButton](https://ldls.vercel.app/?path=/docs/action-cardbutton--docs) - Card-style interactive button
251
252
  - [Checkbox](https://ldls.vercel.app/?path=/docs/selection-checkbox--docs) - Checkbox input for selections
253
+ - [ContentBanner](https://ldls.vercel.app/?path=/docs/communication-contentbanner--docs) - Rich content banner with image support
254
+ - [DataTable](https://ldls.vercel.app/?path=/docs/data-datatable--docs) - Advanced data table with sorting and filtering
252
255
  - [Dialog](https://ldls.vercel.app/?path=/docs/containment-dialog--docs) - Modal dialog and sheet component
253
256
  - [Divider](https://ldls.vercel.app/?path=/docs/layout-divider--docs) - Visual separator line
254
257
  - [Icon](https://ldls.vercel.app/?path=/docs/symbols-interface-icons--docs) - Interface icon components
@@ -258,6 +261,7 @@ Below is a complete list of all available Lumen components. Click any component
258
261
  - [ListItem](https://ldls.vercel.app/?path=/docs/containment-listitem--docs) - List item with flexible composition
259
262
  - [Menu](https://ldls.vercel.app/?path=/docs/selection-menu--docs) - Dropdown menu component
260
263
  - [NavBar](https://ldls.vercel.app/?path=/docs/navigation-navbar--docs) - Top navigation bar
264
+ - [PageIndicator](https://ldls.vercel.app/?path=/docs/communication-pageindicator--docs) - Step and page progress indicator
261
265
  - [SearchInput](https://ldls.vercel.app/?path=/docs/input-searchinput--docs) - Search input field
262
266
  - [Select](https://ldls.vercel.app/?path=/docs/selection-select--docs) - Dropdown select component
263
267
  - [SideBar](https://ldls.vercel.app/?path=/docs/navigation-sidebar--docs) - Side navigation panel
@@ -267,7 +271,7 @@ Below is a complete list of all available Lumen components. Click any component
267
271
  - [Stepper](https://ldls.vercel.app/?path=/docs/feedback-stepper--docs) - Multi-step progress indicator
268
272
  - [Subheader](https://ldls.vercel.app/?path=/docs/communication-subheader--docs) - Section subheader component
269
273
  - [Switch](https://ldls.vercel.app/?path=/docs/selection-switch--docs) - Toggle switch component
270
- - [Table](https://ldls.vercel.app/?path=/docs/communication-tag--docs) - Table component
274
+ - [Table](https://ldls.vercel.app/?path=/docs/data-table--docs) - Static data table component
271
275
  - [Tag](https://ldls.vercel.app/?path=/docs/communication-tag--docs) - Label and tag component
272
276
  - [TextInput](https://ldls.vercel.app/?path=/docs/input-textinput--docs) - Text input field
273
277
  - [Tile](https://ldls.vercel.app/?path=/docs/containment-tile--docs) - Content container tile
@@ -3,6 +3,9 @@ declare const _default: {
3
3
  "addressInput": {
4
4
  "qrCodeAriaLabel": "QR-Code scannen"
5
5
  },
6
+ "amountDisplay": {
7
+ "amountHiddenAriaLabel": "Betrag ausgeblendet"
8
+ },
6
9
  "avatar": {
7
10
  "defaultAlt": "Benutzer-Avatar",
8
11
  "notificationAriaLabel": "Hat Benachrichtigung"
@@ -1,4 +1,4 @@
1
- const a = { addressInput: { qrCodeAriaLabel: "QR-Code scannen" }, 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 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 = {
2
2
  components: a
3
3
  };
4
4
  export {
@@ -3,6 +3,9 @@ declare const _default: {
3
3
  "addressInput": {
4
4
  "qrCodeAriaLabel": "Scan QR code"
5
5
  },
6
+ "amountDisplay": {
7
+ "amountHiddenAriaLabel": "Amount hidden"
8
+ },
6
9
  "avatar": {
7
10
  "defaultAlt": "User avatar",
8
11
  "notificationAriaLabel": "Has notification"
@@ -1,4 +1,4 @@
1
- const a = { addressInput: { qrCodeAriaLabel: "Scan QR code" }, 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 = {
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
2
  components: a
3
3
  };
4
4
  export {
@@ -3,6 +3,9 @@ declare const _default: {
3
3
  "addressInput": {
4
4
  "qrCodeAriaLabel": "Escanear código QR"
5
5
  },
6
+ "amountDisplay": {
7
+ "amountHiddenAriaLabel": "Importe oculto"
8
+ },
6
9
  "avatar": {
7
10
  "defaultAlt": "Avatar de usuario",
8
11
  "notificationAriaLabel": "Tiene notificación"
@@ -1,4 +1,4 @@
1
- const a = { addressInput: { qrCodeAriaLabel: "Escanear código QR" }, 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 = {
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
2
  components: a
3
3
  };
4
4
  export {
@@ -3,6 +3,9 @@ declare const _default: {
3
3
  "addressInput": {
4
4
  "qrCodeAriaLabel": "Scanner le code QR"
5
5
  },
6
+ "amountDisplay": {
7
+ "amountHiddenAriaLabel": "Montant masqué"
8
+ },
6
9
  "avatar": {
7
10
  "defaultAlt": "Avatar de l'utilisateur",
8
11
  "notificationAriaLabel": "A une notification"
@@ -1,4 +1,4 @@
1
- const a = { addressInput: { qrCodeAriaLabel: "Scanner le code QR" }, 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 = {
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
2
  components: a
3
3
  };
4
4
  export {
@@ -3,6 +3,9 @@ declare const _default: {
3
3
  "addressInput": {
4
4
  "qrCodeAriaLabel": "QRコードをスキャン"
5
5
  },
6
+ "amountDisplay": {
7
+ "amountHiddenAriaLabel": "金額非表示"
8
+ },
6
9
  "avatar": {
7
10
  "defaultAlt": "ユーザーアバター",
8
11
  "notificationAriaLabel": "通知あり"
@@ -1,4 +1,4 @@
1
- const a = { addressInput: { qrCodeAriaLabel: "QRコードをスキャン" }, avatar: { defaultAlt: "ユーザーアバター", notificationAriaLabel: "通知あり" }, baseInput: { clearInputAriaLabel: "インプットを削除" }, spinner: { loadingAriaLabel: "読み込み中" }, dialogHeader: { goBackAriaLabel: "戻る", closeAriaLabel: "閉じる" }, banner: { closeAriaLabel: "閉じる" }, link: { opensInNewTabAriaLabel: "(新しいタブで開く)" }, navBar: { goBackAriaLabel: "戻る" }, sideBar: { navigationAriaLabel: "サイドバーナビゲーション", collapseAriaLabel: "サイドバーを折りたたむ", expandAriaLabel: "サイドバーを展開する" } }, e = {
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
2
  components: a
3
3
  };
4
4
  export {
@@ -3,6 +3,9 @@ declare const _default: {
3
3
  "addressInput": {
4
4
  "qrCodeAriaLabel": "QR 코드 스캔"
5
5
  },
6
+ "amountDisplay": {
7
+ "amountHiddenAriaLabel": "금액 숨김"
8
+ },
6
9
  "avatar": {
7
10
  "defaultAlt": "사용자 아바타",
8
11
  "notificationAriaLabel": "알림 있음"
@@ -1,4 +1,4 @@
1
- const a = { addressInput: { qrCodeAriaLabel: "QR 코드 스캔" }, avatar: { defaultAlt: "사용자 아바타", notificationAriaLabel: "알림 있음" }, baseInput: { clearInputAriaLabel: "입력 값 지우기" }, spinner: { loadingAriaLabel: "로딩중" }, dialogHeader: { goBackAriaLabel: "돌아가기", closeAriaLabel: "닫기" }, banner: { closeAriaLabel: "닫기" }, link: { opensInNewTabAriaLabel: "(새 탭에서 열기)" }, navBar: { goBackAriaLabel: "돌아가기" }, sideBar: { navigationAriaLabel: "사이드바 탐색", collapseAriaLabel: "사이드바 접기", expandAriaLabel: "사이드바 펼치기" } }, e = {
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
2
  components: a
3
3
  };
4
4
  export {
@@ -3,6 +3,9 @@ declare const _default: {
3
3
  "addressInput": {
4
4
  "qrCodeAriaLabel": "Escanear QR Code"
5
5
  },
6
+ "amountDisplay": {
7
+ "amountHiddenAriaLabel": "Valor oculto"
8
+ },
6
9
  "avatar": {
7
10
  "defaultAlt": "Avatar do usuário",
8
11
  "notificationAriaLabel": "Tem notificação"
@@ -1,4 +1,4 @@
1
- const a = { addressInput: { qrCodeAriaLabel: "Escanear QR Code" }, 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 = {
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
2
  components: a
3
3
  };
4
4
  export {
@@ -3,6 +3,9 @@ declare const _default: {
3
3
  "addressInput": {
4
4
  "qrCodeAriaLabel": "Сканировать QR-код"
5
5
  },
6
+ "amountDisplay": {
7
+ "amountHiddenAriaLabel": "Сумма скрыта"
8
+ },
6
9
  "avatar": {
7
10
  "defaultAlt": "Аватар пользователя",
8
11
  "notificationAriaLabel": "Есть уведомление"
@@ -1,4 +1,4 @@
1
- const a = { addressInput: { qrCodeAriaLabel: "Сканировать QR-код" }, avatar: { defaultAlt: "Аватар пользователя", notificationAriaLabel: "Есть уведомление" }, baseInput: { clearInputAriaLabel: "Очистить поле" }, spinner: { loadingAriaLabel: "Загрузка" }, dialogHeader: { goBackAriaLabel: "Назад", closeAriaLabel: "Закрыть" }, banner: { closeAriaLabel: "Закрыть" }, link: { opensInNewTabAriaLabel: "(открывается в новой вкладке)" }, navBar: { goBackAriaLabel: "Назад" }, sideBar: { navigationAriaLabel: "Боковая навигация", collapseAriaLabel: "Свернуть боковую панель", expandAriaLabel: "Развернуть боковую панель" } }, e = {
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
2
  components: a
3
3
  };
4
4
  export {
@@ -3,6 +3,9 @@ declare const _default: {
3
3
  "addressInput": {
4
4
  "qrCodeAriaLabel": "สแกน QR Code"
5
5
  },
6
+ "amountDisplay": {
7
+ "amountHiddenAriaLabel": "ยอดเงินถูกซ่อน"
8
+ },
6
9
  "avatar": {
7
10
  "defaultAlt": "อวาตาร์ผู้ใช้",
8
11
  "notificationAriaLabel": "มีการแจ้งเตือน"
@@ -1,4 +1,4 @@
1
- const a = { addressInput: { qrCodeAriaLabel: "สแกน QR Code" }, avatar: { defaultAlt: "อวาตาร์ผู้ใช้", notificationAriaLabel: "มีการแจ้งเตือน" }, baseInput: { clearInputAriaLabel: "ล้างอินพุต" }, spinner: { loadingAriaLabel: "กำลังโหลด" }, dialogHeader: { goBackAriaLabel: "ย้อนกลับ", closeAriaLabel: "ปิด" }, banner: { closeAriaLabel: "ปิด" }, link: { opensInNewTabAriaLabel: "(เปิดในแท็บใหม่)" }, navBar: { goBackAriaLabel: "ย้อนกลับ" }, sideBar: { navigationAriaLabel: "การนำทางแถบด้านข้าง", collapseAriaLabel: "ย่อแถบด้านข้าง", expandAriaLabel: "ขยายแถบด้านข้าง" } }, e = {
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
2
  components: a
3
3
  };
4
4
  export {
@@ -3,6 +3,9 @@ declare const _default: {
3
3
  "addressInput": {
4
4
  "qrCodeAriaLabel": "Karekodu okut"
5
5
  },
6
+ "amountDisplay": {
7
+ "amountHiddenAriaLabel": "Tutar gizlendi"
8
+ },
6
9
  "avatar": {
7
10
  "defaultAlt": "Kullanıcı avatarı",
8
11
  "notificationAriaLabel": "Bildirim var"
@@ -1,4 +1,4 @@
1
- const a = { addressInput: { qrCodeAriaLabel: "Karekodu okut" }, 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 = {
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
2
  components: a
3
3
  };
4
4
  export {
@@ -3,6 +3,9 @@ declare const _default: {
3
3
  "addressInput": {
4
4
  "qrCodeAriaLabel": "扫描二维码"
5
5
  },
6
+ "amountDisplay": {
7
+ "amountHiddenAriaLabel": "金额已隐藏"
8
+ },
6
9
  "avatar": {
7
10
  "defaultAlt": "用户头像",
8
11
  "notificationAriaLabel": "有通知"
@@ -1,4 +1,4 @@
1
- const a = { addressInput: { qrCodeAriaLabel: "扫描二维码" }, avatar: { defaultAlt: "用户头像", notificationAriaLabel: "有通知" }, baseInput: { clearInputAriaLabel: "清空输入框" }, spinner: { loadingAriaLabel: "加载中" }, dialogHeader: { goBackAriaLabel: "返回", closeAriaLabel: "关闭" }, banner: { closeAriaLabel: "关闭" }, link: { opensInNewTabAriaLabel: "(在新选项卡中打开)" }, navBar: { goBackAriaLabel: "返回" }, sideBar: { navigationAriaLabel: "侧边栏导航", collapseAriaLabel: "收起侧边栏", expandAriaLabel: "展开侧边栏" } }, e = {
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
2
  components: a
3
3
  };
4
4
  export {
package/dist/index.js CHANGED
@@ -6,48 +6,49 @@ import { Avatar as T } from "./lib/Components/Avatar/Avatar.js";
6
6
  import { Banner as x } from "./lib/Components/Banner/Banner.js";
7
7
  import { BaseInput as S } from "./lib/Components/BaseInput/BaseInput.js";
8
8
  import { Button as d } from "./lib/Components/Button/Button.js";
9
- import { BaseButton as g } from "./lib/Components/Button/BaseButton.js";
9
+ import { BaseButton as c } from "./lib/Components/Button/BaseButton.js";
10
10
  import { ContentBanner as I, ContentBannerContent as C, ContentBannerDescription as s, ContentBannerTitle as L } from "./lib/Components/ContentBanner/ContentBanner.js";
11
- import { CardButton as D } from "./lib/Components/CardButton/CardButton.js";
11
+ import { CardButton as h } from "./lib/Components/CardButton/CardButton.js";
12
12
  import { Checkbox as v } from "./lib/Components/Checkbox/Checkbox.js";
13
13
  import { DataTable as R, DataTableGlobalSearchInput as w, DataTableRoot as k } from "./lib/Components/DataTable/DataTable.js";
14
14
  import { useLumenDataTable as H } from "./lib/Components/DataTable/useLumenDataTable/useLumenDataTable.js";
15
- import { Dialog as y, DialogBody as P, DialogContent as F, DialogFooter as j, DialogTrigger as q } from "./lib/Components/Dialog/Dialog.js";
16
- import { DialogHeader as E } from "./lib/Components/Dialog/DialogHeader/DialogHeader.js";
17
- import { Divider as K } from "./lib/Components/Divider/Divider.js";
18
- import { IconButton as Q } from "./lib/Components/IconButton/IconButton.js";
19
- import { InteractiveIcon as V } from "./lib/Components/InteractiveIcon/InteractiveIcon.js";
20
- import { Link as X } from "./lib/Components/Link/Link.js";
21
- import { ListItem as Z, ListItemContent as _, ListItemDescription as $, ListItemIcon as ee, ListItemLeading as oe, ListItemSpot as te, ListItemTitle as re, ListItemTrailing as ae, ListItemTruncate as ne } from "./lib/Components/ListItem/ListItem.js";
22
- import { Menu as le, MenuCheckboxItem as pe, MenuContent as me, MenuGroup as Te, MenuItem as ue, MenuLabel as xe, MenuPortal as fe, MenuRadioGroup as Se, MenuRadioItem as be, MenuSeparator as de, MenuSub as ce, MenuSubContent as ge, MenuSubTrigger as Be, MenuTrigger as Ie } from "./lib/Components/Menu/Menu.js";
23
- import { NavBar as se, NavBarBackButton as Le, NavBarCoinCapsule as he, NavBarTitle as De, NavBarTrailing as Me } from "./lib/Components/NavBar/NavBar.js";
24
- import { PageIndicator as Ae } from "./lib/Components/PageIndicator/PageIndicator.js";
25
- import { SearchInput as we } from "./lib/Components/SearchInput/SearchInput.js";
26
- import { Select as Ge, SelectContent as He, SelectGroup as Ne, SelectItem as ye, SelectItemText as Pe, SelectLabel as Fe, SelectSeparator as je, SelectTrigger as qe } from "./lib/Components/Select/Select.js";
27
- import { SideBar as Ee, SideBarCollapseToggle as Je, SideBarItem as Ke, SideBarLeading as Oe, SideBarTrailing as Qe } from "./lib/Components/SideBar/SideBar.js";
28
- import { Skeleton as Ve } from "./lib/Components/Skeleton/Skeleton.js";
29
- import { Spinner as Xe } from "./lib/Components/Spinner/Spinner.js";
30
- import { Spot as Ze } from "./lib/Components/Spot/Spot.js";
31
- import { Stepper as $e } from "./lib/Components/Stepper/Stepper.js";
32
- import { Subheader as oo, SubheaderAction as to, SubheaderCount as ro, SubheaderDescription as ao, SubheaderInfo as no, SubheaderRow as io, SubheaderShowMore as lo, SubheaderTitle as po } from "./lib/Components/Subheader/Subheader.js";
33
- import { Switch as To } from "./lib/Components/Switch/Switch.js";
34
- import { Table as xo, TableActionBar as fo, TableActionBarLeading as So, TableActionBarTrailing as bo, TableBody as co, TableCell as go, TableCellContent as Bo, TableGroupHeaderRow as Io, TableHeader as Co, TableHeaderCell as so, TableHeaderRow as Lo, TableInfoIcon as ho, TableLoadingRow as Do, TableRoot as Mo, TableRow as vo, TableSortButton as Ao } from "./lib/Components/Table/Table.js";
35
- import { Tag as wo } from "./lib/Components/Tag/Tag.js";
36
- import { TextInput as Go } from "./lib/Components/TextInput/TextInput.js";
37
- import { Tile as No, TileContent as yo, TileDescription as Po, TileSecondaryAction as Fo, TileSpot as jo, TileTitle as qo, TileTrailingContent as zo } from "./lib/Components/Tile/Tile.js";
38
- import { TileButton as Jo } from "./lib/Components/TileButton/TileButton.js";
39
- import { Tooltip as Oo, TooltipContent as Qo, TooltipProvider as Uo, TooltipTrigger as Vo } from "./lib/Components/Tooltip/Tooltip.js";
40
- import { ThemeProvider as Xo, useTheme as Yo } from "./lib/Components/ThemeProvider/ThemeProvider.js";
15
+ import { DialogClose as y } from "./lib/Components/Dialog/DialogClose/DialogClose.js";
16
+ import { Dialog as F, DialogBody as j, DialogContent as q, DialogFooter as z, DialogTrigger as E } from "./lib/Components/Dialog/Dialog.js";
17
+ import { DialogHeader as K } from "./lib/Components/Dialog/DialogHeader/DialogHeader.js";
18
+ import { Divider as Q } from "./lib/Components/Divider/Divider.js";
19
+ import { IconButton as V } from "./lib/Components/IconButton/IconButton.js";
20
+ import { InteractiveIcon as X } from "./lib/Components/InteractiveIcon/InteractiveIcon.js";
21
+ import { Link as Z } from "./lib/Components/Link/Link.js";
22
+ import { ListItem as $, ListItemContent as ee, ListItemDescription as oe, ListItemIcon as te, ListItemLeading as re, ListItemSpot as ae, ListItemTitle as ne, ListItemTrailing as ie, ListItemTruncate as le } from "./lib/Components/ListItem/ListItem.js";
23
+ import { Menu as me, MenuCheckboxItem as Te, MenuContent as ue, MenuGroup as xe, MenuItem as fe, MenuLabel as Se, MenuPortal as be, MenuRadioGroup as de, MenuRadioItem as ge, MenuSeparator as ce, MenuSub as Be, MenuSubContent as Ie, MenuSubTrigger as Ce, MenuTrigger as se } from "./lib/Components/Menu/Menu.js";
24
+ import { NavBar as De, NavBarBackButton as he, NavBarCoinCapsule as Me, NavBarTitle as ve, NavBarTrailing as Ae } from "./lib/Components/NavBar/NavBar.js";
25
+ import { PageIndicator as we } from "./lib/Components/PageIndicator/PageIndicator.js";
26
+ import { SearchInput as Ge } from "./lib/Components/SearchInput/SearchInput.js";
27
+ import { Select as Ne, SelectContent as ye, SelectGroup as Pe, SelectItem as Fe, SelectItemText as je, SelectLabel as qe, SelectSeparator as ze, SelectTrigger as Ee } from "./lib/Components/Select/Select.js";
28
+ import { SideBar as Ke, SideBarCollapseToggle as Oe, SideBarItem as Qe, SideBarLeading as Ue, SideBarTrailing as Ve } from "./lib/Components/SideBar/SideBar.js";
29
+ import { Skeleton as Xe } from "./lib/Components/Skeleton/Skeleton.js";
30
+ import { Spinner as Ze } from "./lib/Components/Spinner/Spinner.js";
31
+ import { Spot as $e } from "./lib/Components/Spot/Spot.js";
32
+ import { Stepper as oo } from "./lib/Components/Stepper/Stepper.js";
33
+ import { Subheader as ro, SubheaderAction as ao, SubheaderCount as no, SubheaderDescription as io, SubheaderInfo as lo, SubheaderRow as po, SubheaderShowMore as mo, SubheaderTitle as To } from "./lib/Components/Subheader/Subheader.js";
34
+ import { Switch as xo } from "./lib/Components/Switch/Switch.js";
35
+ import { Table as So, TableActionBar as bo, TableActionBarLeading as go, TableActionBarTrailing as co, TableBody as Bo, TableCell as Io, TableCellContent as Co, TableGroupHeaderRow as so, TableHeader as Lo, TableHeaderCell as Do, TableHeaderRow as ho, TableInfoIcon as Mo, TableLoadingRow as vo, TableRoot as Ao, TableRow as Ro, TableSortButton as wo } from "./lib/Components/Table/Table.js";
36
+ import { Tag as Go } from "./lib/Components/Tag/Tag.js";
37
+ import { TextInput as No } from "./lib/Components/TextInput/TextInput.js";
38
+ import { Tile as Po, TileContent as Fo, TileDescription as jo, TileSecondaryAction as qo, TileSpot as zo, TileTitle as Eo, TileTrailingContent as Jo } from "./lib/Components/Tile/Tile.js";
39
+ import { TileButton as Oo } from "./lib/Components/TileButton/TileButton.js";
40
+ import { Tooltip as Uo, TooltipContent as Vo, TooltipProvider as Wo, TooltipTrigger as Xo } from "./lib/Components/Tooltip/Tooltip.js";
41
+ import { ThemeProvider as Zo, useTheme as _o } from "./lib/Components/ThemeProvider/ThemeProvider.js";
41
42
  export {
42
43
  a as AddressInput,
43
44
  p as AmountDisplay,
44
45
  i as AmountInput,
45
46
  T as Avatar,
46
47
  x as Banner,
47
- g as BaseButton,
48
+ c as BaseButton,
48
49
  S as BaseInput,
49
50
  d as Button,
50
- D as CardButton,
51
+ h as CardButton,
51
52
  v as Checkbox,
52
53
  I as ContentBanner,
53
54
  C as ContentBannerContent,
@@ -56,104 +57,105 @@ export {
56
57
  R as DataTable,
57
58
  w as DataTableGlobalSearchInput,
58
59
  k as DataTableRoot,
59
- y as Dialog,
60
- P as DialogBody,
61
- F as DialogContent,
62
- j as DialogFooter,
63
- E as DialogHeader,
64
- q as DialogTrigger,
65
- K as Divider,
66
- Q as IconButton,
67
- V as InteractiveIcon,
60
+ F as Dialog,
61
+ j as DialogBody,
62
+ y as DialogClose,
63
+ q as DialogContent,
64
+ z as DialogFooter,
65
+ K as DialogHeader,
66
+ E as DialogTrigger,
67
+ Q as Divider,
68
+ V as IconButton,
69
+ X as InteractiveIcon,
68
70
  t as Languages,
69
- X as Link,
70
- Z as ListItem,
71
- _ as ListItemContent,
72
- $ as ListItemDescription,
73
- ee as ListItemIcon,
74
- oe as ListItemLeading,
75
- te as ListItemSpot,
76
- re as ListItemTitle,
77
- ae as ListItemTrailing,
78
- ne as ListItemTruncate,
79
- le as Menu,
80
- pe as MenuCheckboxItem,
81
- me as MenuContent,
82
- Te as MenuGroup,
83
- ue as MenuItem,
84
- xe as MenuLabel,
85
- fe as MenuPortal,
86
- Se as MenuRadioGroup,
87
- be as MenuRadioItem,
88
- de as MenuSeparator,
89
- ce as MenuSub,
90
- ge as MenuSubContent,
91
- Be as MenuSubTrigger,
92
- Ie as MenuTrigger,
93
- se as NavBar,
94
- Le as NavBarBackButton,
95
- he as NavBarCoinCapsule,
96
- De as NavBarTitle,
97
- Me as NavBarTrailing,
98
- Ae as PageIndicator,
99
- we as SearchInput,
100
- Ge as Select,
101
- He as SelectContent,
102
- Ne as SelectGroup,
103
- ye as SelectItem,
104
- Pe as SelectItemText,
105
- Fe as SelectLabel,
106
- je as SelectSeparator,
107
- qe as SelectTrigger,
108
- Ee as SideBar,
109
- Je as SideBarCollapseToggle,
110
- Ke as SideBarItem,
111
- Oe as SideBarLeading,
112
- Qe as SideBarTrailing,
113
- Ve as Skeleton,
114
- Xe as Spinner,
115
- Ze as Spot,
116
- $e as Stepper,
117
- oo as Subheader,
118
- to as SubheaderAction,
119
- ro as SubheaderCount,
120
- ao as SubheaderDescription,
121
- no as SubheaderInfo,
122
- io as SubheaderRow,
123
- lo as SubheaderShowMore,
124
- po as SubheaderTitle,
125
- To as Switch,
126
- xo as Table,
127
- fo as TableActionBar,
128
- So as TableActionBarLeading,
129
- bo as TableActionBarTrailing,
130
- co as TableBody,
131
- go as TableCell,
132
- Bo as TableCellContent,
133
- Io as TableGroupHeaderRow,
134
- Co as TableHeader,
135
- so as TableHeaderCell,
136
- Lo as TableHeaderRow,
137
- ho as TableInfoIcon,
138
- Do as TableLoadingRow,
139
- Mo as TableRoot,
140
- vo as TableRow,
141
- Ao as TableSortButton,
142
- wo as Tag,
143
- Go as TextInput,
144
- Xo as ThemeProvider,
145
- No as Tile,
146
- Jo as TileButton,
147
- yo as TileContent,
148
- Po as TileDescription,
149
- Fo as TileSecondaryAction,
150
- jo as TileSpot,
151
- qo as TileTitle,
152
- zo as TileTrailingContent,
153
- Oo as Tooltip,
154
- Qo as TooltipContent,
155
- Uo as TooltipProvider,
156
- Vo as TooltipTrigger,
71
+ Z as Link,
72
+ $ as ListItem,
73
+ ee as ListItemContent,
74
+ oe as ListItemDescription,
75
+ te as ListItemIcon,
76
+ re as ListItemLeading,
77
+ ae as ListItemSpot,
78
+ ne as ListItemTitle,
79
+ ie as ListItemTrailing,
80
+ le as ListItemTruncate,
81
+ me as Menu,
82
+ Te as MenuCheckboxItem,
83
+ ue as MenuContent,
84
+ xe as MenuGroup,
85
+ fe as MenuItem,
86
+ Se as MenuLabel,
87
+ be as MenuPortal,
88
+ de as MenuRadioGroup,
89
+ ge as MenuRadioItem,
90
+ ce as MenuSeparator,
91
+ Be as MenuSub,
92
+ Ie as MenuSubContent,
93
+ Ce as MenuSubTrigger,
94
+ se as MenuTrigger,
95
+ De as NavBar,
96
+ he as NavBarBackButton,
97
+ Me as NavBarCoinCapsule,
98
+ ve as NavBarTitle,
99
+ Ae as NavBarTrailing,
100
+ we as PageIndicator,
101
+ Ge as SearchInput,
102
+ Ne as Select,
103
+ ye as SelectContent,
104
+ Pe as SelectGroup,
105
+ Fe as SelectItem,
106
+ je as SelectItemText,
107
+ qe as SelectLabel,
108
+ ze as SelectSeparator,
109
+ Ee as SelectTrigger,
110
+ Ke as SideBar,
111
+ Oe as SideBarCollapseToggle,
112
+ Qe as SideBarItem,
113
+ Ue as SideBarLeading,
114
+ Ve as SideBarTrailing,
115
+ Xe as Skeleton,
116
+ Ze as Spinner,
117
+ $e as Spot,
118
+ oo as Stepper,
119
+ ro as Subheader,
120
+ ao as SubheaderAction,
121
+ no as SubheaderCount,
122
+ io as SubheaderDescription,
123
+ lo as SubheaderInfo,
124
+ po as SubheaderRow,
125
+ mo as SubheaderShowMore,
126
+ To as SubheaderTitle,
127
+ xo as Switch,
128
+ So as Table,
129
+ bo as TableActionBar,
130
+ go as TableActionBarLeading,
131
+ co as TableActionBarTrailing,
132
+ Bo as TableBody,
133
+ Io as TableCell,
134
+ Co as TableCellContent,
135
+ so as TableGroupHeaderRow,
136
+ Lo as TableHeader,
137
+ Do as TableHeaderCell,
138
+ ho as TableHeaderRow,
139
+ Mo as TableInfoIcon,
140
+ vo as TableLoadingRow,
141
+ Ao as TableRoot,
142
+ Ro as TableRow,
143
+ wo as TableSortButton,
144
+ Go as Tag,
145
+ No as TextInput,
146
+ Zo as ThemeProvider,
147
+ Po as Tile,
148
+ Oo as TileButton,
149
+ Fo as TileContent,
150
+ jo as TileDescription,
151
+ qo as TileSecondaryAction,
152
+ zo as TileSpot,
153
+ Eo as TileTitle,
154
+ Jo as TileTrailingContent,
155
+ Uo as Tooltip,
156
+ Vo as TooltipContent,
157
+ Wo as TooltipProvider,
158
+ Xo as TooltipTrigger,
157
159
  H as useLumenDataTable,
158
- Yo as useTheme
160
+ _o as useTheme
159
161
  };
@@ -33,7 +33,7 @@ import { AmountDisplayProps } from './types';
33
33
  * ```
34
34
  */
35
35
  export declare const AmountDisplay: {
36
- ({ value, formatter, hidden, loading, className, ...props }: AmountDisplayProps): import("react/jsx-runtime").JSX.Element;
36
+ ({ value, formatter, hidden, loading, animate, className, ...props }: AmountDisplayProps): import("react/jsx-runtime").JSX.Element;
37
37
  displayName: string;
38
38
  };
39
39
  //# sourceMappingURL=AmountDisplay.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AmountDisplay.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/AmountDisplay/AmountDisplay.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,eAAO,MAAM,aAAa;iEAOvB,kBAAkB;;CAsBpB,CAAC"}
1
+ {"version":3,"file":"AmountDisplay.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/AmountDisplay/AmountDisplay.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAA8B,MAAM,SAAS,CAAC;AAyBzE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,eAAO,MAAM,aAAa;0EAQvB,kBAAkB;;CA0DpB,CAAC"}