@ledgerhq/lumen-ui-react 0.0.70 → 0.0.72

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