@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,16 +1,16 @@
1
- import { jsx as a, jsxs as T } from "react/jsx-runtime";
2
- import { createSafeContext as v, cn as n } from "../../../libs/utils-shared/dist/index.js";
1
+ import { jsx as r, jsxs as T } from "react/jsx-runtime";
2
+ import { createSafeContext as x, cn as s } from "../../../libs/utils-shared/dist/index.js";
3
3
  import { cva as f } from "class-variance-authority";
4
- import { forwardRef as b, useCallback as x } from "react";
4
+ import { forwardRef as b, useCallback as v } from "react";
5
5
  import { Spot as y } from "../Spot/Spot.js";
6
6
  import { InteractiveIcon as N } from "../InteractiveIcon/InteractiveIcon.js";
7
- const [g, l] = v("Tile"), m = {
7
+ const [g, l] = x("Tile"), m = {
8
8
  root: f([
9
9
  "group relative flex flex-col items-center rounded-md text-base transition-colors focus-visible:outline-2 focus-visible:outline-focus"
10
10
  ]),
11
11
  inner: f(
12
12
  [
13
- "flex w-full flex-col items-center gap-8 px-8 py-12",
13
+ "flex w-full flex-1 flex-col items-center gap-8 px-8 py-12",
14
14
  "rounded-md focus-visible:outline-2 focus-visible:outline-focus"
15
15
  ],
16
16
  {
@@ -39,23 +39,23 @@ const [g, l] = v("Tile"), m = {
39
39
  ({
40
40
  className: e,
41
41
  onClick: t,
42
- secondaryAction: r,
42
+ secondaryAction: a,
43
43
  appearance: o = "no-background",
44
44
  disabled: i = !1,
45
45
  centered: c = !1,
46
46
  children: d,
47
47
  style: u,
48
48
  ...p
49
- }, s) => /* @__PURE__ */ a(g, { value: { disabled: i }, children: /* @__PURE__ */ T(
49
+ }, n) => /* @__PURE__ */ r(g, { value: { disabled: i }, children: /* @__PURE__ */ T(
50
50
  "div",
51
51
  {
52
- ref: s,
52
+ ref: n,
53
53
  style: u,
54
54
  className: m.root({
55
55
  className: e
56
56
  }),
57
57
  children: [
58
- /* @__PURE__ */ a(
58
+ /* @__PURE__ */ r(
59
59
  "button",
60
60
  {
61
61
  ...p,
@@ -69,29 +69,29 @@ const [g, l] = v("Tile"), m = {
69
69
  children: d
70
70
  }
71
71
  ),
72
- r
72
+ a
73
73
  ]
74
74
  }
75
75
  ) })
76
76
  );
77
77
  h.displayName = "Tile";
78
- const S = (e) => {
79
- const { disabled: t } = l({
78
+ const S = ({ size: e = 48, ...t }) => {
79
+ const { disabled: a } = l({
80
80
  consumerName: "TileSpot",
81
81
  contextRequired: !0
82
82
  });
83
- return /* @__PURE__ */ a(y, { ...e, size: 48, disabled: t });
83
+ return /* @__PURE__ */ r(y, { ...t, size: e, disabled: a });
84
84
  };
85
85
  S.displayName = "TileSpot";
86
86
  const w = ({
87
87
  children: e,
88
88
  className: t,
89
- ...r
90
- }) => /* @__PURE__ */ a(
89
+ ...a
90
+ }) => /* @__PURE__ */ r(
91
91
  "div",
92
92
  {
93
- className: n("flex w-full flex-col items-center text-center", t),
94
- ...r,
93
+ className: s("flex w-full flex-col items-center text-center", t),
94
+ ...a,
95
95
  children: e
96
96
  }
97
97
  );
@@ -99,21 +99,21 @@ w.displayName = "TileContent";
99
99
  const R = ({
100
100
  children: e,
101
101
  className: t,
102
- ...r
102
+ ...a
103
103
  }) => {
104
104
  const { disabled: o } = l({
105
105
  consumerName: "TileTitle",
106
106
  contextRequired: !0
107
107
  });
108
- return /* @__PURE__ */ a(
108
+ return /* @__PURE__ */ r(
109
109
  "div",
110
110
  {
111
- className: n(
111
+ className: s(
112
112
  "w-full truncate body-2-semi-bold",
113
113
  o && "text-disabled",
114
114
  t
115
115
  ),
116
- ...r,
116
+ ...a,
117
117
  children: e
118
118
  }
119
119
  );
@@ -122,44 +122,57 @@ R.displayName = "TileTitle";
122
122
  const j = ({
123
123
  children: e,
124
124
  className: t,
125
- ...r
125
+ ...a
126
126
  }) => {
127
127
  const { disabled: o } = l({
128
128
  consumerName: "TileDescription",
129
129
  contextRequired: !0
130
130
  });
131
- return /* @__PURE__ */ a(
131
+ return /* @__PURE__ */ r(
132
132
  "div",
133
133
  {
134
- className: n(
134
+ className: s(
135
135
  "w-full truncate body-3",
136
136
  o ? "text-disabled" : "text-muted",
137
137
  t
138
138
  ),
139
- ...r,
139
+ ...a,
140
140
  children: e
141
141
  }
142
142
  );
143
143
  };
144
144
  j.displayName = "TileDescription";
145
- const q = b(({ onClick: e, icon: t, className: r, "aria-label": o, ...i }, c) => {
145
+ const q = ({
146
+ children: e,
147
+ className: t,
148
+ ...a
149
+ }) => /* @__PURE__ */ r(
150
+ "div",
151
+ {
152
+ className: s("mt-4 flex w-full flex-col items-center gap-8", t),
153
+ ...a,
154
+ children: e
155
+ }
156
+ );
157
+ q.displayName = "TileTrailingContent";
158
+ const C = b(({ onClick: e, icon: t, className: a, "aria-label": o, ...i }, c) => {
146
159
  const { disabled: d } = l({
147
160
  consumerName: "TileSecondaryAction",
148
161
  contextRequired: !0
149
- }), u = x(
150
- (s) => {
151
- s.stopPropagation(), s.preventDefault(), e == null || e(s);
162
+ }), u = v(
163
+ (n) => {
164
+ n.stopPropagation(), n.preventDefault(), e == null || e(n);
152
165
  },
153
166
  [e]
154
167
  );
155
168
  if (d) return null;
156
169
  const p = t;
157
- return /* @__PURE__ */ a(
170
+ return /* @__PURE__ */ r(
158
171
  N,
159
172
  {
160
- className: n(
173
+ className: s(
161
174
  "absolute top-8 right-4 opacity-0 transition-opacity duration-200 group-hover:opacity-100 focus-within:opacity-100",
162
- r
175
+ a
163
176
  ),
164
177
  "data-secondary-button-container": !0,
165
178
  iconType: "stroked",
@@ -167,16 +180,17 @@ const q = b(({ onClick: e, icon: t, className: r, "aria-label": o, ...i }, c) =>
167
180
  "aria-label": o,
168
181
  ref: c,
169
182
  ...i,
170
- children: /* @__PURE__ */ a(p, { size: 24 })
183
+ children: /* @__PURE__ */ r(p, { size: 24 })
171
184
  }
172
185
  );
173
186
  });
174
- q.displayName = "TileSecondaryAction";
187
+ C.displayName = "TileSecondaryAction";
175
188
  export {
176
189
  h as Tile,
177
190
  w as TileContent,
178
191
  j as TileDescription,
179
- q as TileSecondaryAction,
192
+ C as TileSecondaryAction,
180
193
  S as TileSpot,
181
- R as TileTitle
194
+ R as TileTitle,
195
+ q as TileTrailingContent
182
196
  };
@@ -1,3 +1,3 @@
1
- export { Tile, TileSpot, TileContent, TileTitle, TileDescription, TileSecondaryAction, } from './Tile';
1
+ export { Tile, TileSpot, TileContent, TileTitle, TileDescription, TileTrailingContent, TileSecondaryAction, } from './Tile';
2
2
  export * from './types';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Tile/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,QAAQ,EACR,WAAW,EACX,SAAS,EACT,eAAe,EACf,mBAAmB,GACpB,MAAM,QAAQ,CAAC;AAChB,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Tile/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,QAAQ,EACR,WAAW,EACX,SAAS,EACT,eAAe,EACf,mBAAmB,EACnB,mBAAmB,GACpB,MAAM,QAAQ,CAAC;AAChB,cAAc,SAAS,CAAC"}
@@ -1,9 +1,10 @@
1
1
  import { HTMLAttributes, MouseEventHandler, ReactNode } from 'react';
2
2
  import { IconProps } from '../Icon';
3
- import { DiscriminatedSpotProps } from '../Spot/types';
3
+ import { DiscriminatedSpotProps, SpotSize } from '../Spot/types';
4
4
  export type TileContextValue = {
5
5
  disabled: boolean;
6
6
  };
7
+ export type TileSpotSize = Extract<SpotSize, 40 | 48>;
7
8
  export type TileProps = {
8
9
  /**
9
10
  * The visual appearance of the tile background.
@@ -48,7 +49,13 @@ export type TileProps = {
48
49
  */
49
50
  secondaryAction?: ReactNode;
50
51
  } & Omit<HTMLAttributes<HTMLButtonElement>, 'onClick'>;
51
- export type TileSpotProps = DiscriminatedSpotProps;
52
+ export type TileSpotProps = {
53
+ /**
54
+ * The size of the spot.
55
+ * @default 48
56
+ */
57
+ size?: 40 | 48;
58
+ } & DiscriminatedSpotProps;
52
59
  export type TileContentProps = {
53
60
  /**
54
61
  * The children to display inside the tile content area.
@@ -80,6 +87,17 @@ export type TileDescriptionProps = {
80
87
  */
81
88
  className?: string;
82
89
  } & HTMLAttributes<HTMLDivElement>;
90
+ export type TileTrailingContentProps = {
91
+ /**
92
+ * The trailing content to display after title and description.
93
+ * Typically contains Tags, custom labels, or other supplementary information.
94
+ */
95
+ children: ReactNode;
96
+ /**
97
+ * Additional CSS classes for the trailing content container.
98
+ */
99
+ className?: string;
100
+ } & HTMLAttributes<HTMLDivElement>;
83
101
  export type TileSecondaryActionProps = {
84
102
  /**
85
103
  * The function to call when the secondary action is clicked.
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Tile/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,OAAO,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAEvD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACtB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,eAAe,GAAG,MAAM,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IAC/C;;;OAGG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;CAC7B,GAAG,IAAI,CAAC,cAAc,CAAC,iBAAiB,CAAC,EAAE,SAAS,CAAC,CAAC;AAEvD,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC;AAEnD,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC,CAAC;IACvD;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,cAAc,CAAC,iBAAiB,CAAC,EAAE,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Tile/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,OAAO,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEjE,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC,QAAQ,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;AAEtD,MAAM,MAAM,SAAS,GAAG;IACtB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,eAAe,GAAG,MAAM,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IAC/C;;;OAGG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;CAC7B,GAAG,IAAI,CAAC,cAAc,CAAC,iBAAiB,CAAC,EAAE,SAAS,CAAC,CAAC;AAEvD,MAAM,MAAM,aAAa,GAAG;IAC1B;;;OAGG;IACH,IAAI,CAAC,EAAE,EAAE,GAAG,EAAE,CAAC;CAChB,GAAG,sBAAsB,CAAC;AAE3B,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,MAAM,MAAM,wBAAwB,GAAG;IACrC;;;OAGG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC,CAAC;IACvD;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,IAAI,CAAC,cAAc,CAAC,iBAAiB,CAAC,EAAE,SAAS,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TileButton.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/TileButton/TileButton.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAsC3C;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,eAAO,MAAM,UAAU;;YAvDlB,CAAC;iBAAqB,CAAC;;;;;;;;;yHAuG3B,CAAC"}
1
+ {"version":3,"file":"TileButton.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/TileButton/TileButton.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAsC3C;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,eAAO,MAAM,UAAU;gBAzDF,aACnB;YACG,CAAC;iBAAqB,CAAC;;;;;;;;;yHAuG3B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAE5D,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,mBAAmB,EACnB,YAAY,EACZ,mBAAmB,EACpB,MAAM,SAAS,CAAC;AAqBjB;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,eAAe,GAAI,6BAO7B,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,QAAQ,CAAC,4CAQxD,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,eAAO,MAAM,OAAO,GAAI,6BAAmC,YAAY,4CAMtE,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,cAAc,GAAI,cAAc,mBAAmB,4CAE/D,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,eAAO,MAAM,cAAc,GAAI,qDAM5B,mBAAmB,4CAerB,CAAC"}
1
+ {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../src/lib/Components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAE5D,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,mBAAmB,EACnB,YAAY,EACZ,mBAAmB,EACpB,MAAM,SAAS,CAAC;AAqBjB;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,eAAe,gCAOzB,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,QAAQ,CAAC,4CAQxD,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,eAAO,MAAM,OAAO,gCAAuC,YAAY,4CAMtE,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,cAAc,iBAAkB,mBAAmB,4CAE/D,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,eAAO,MAAM,cAAc,wDAMxB,mBAAmB,4CAerB,CAAC"}
@@ -1,5 +1,6 @@
1
1
  export * from './AddressInput';
2
2
  export * from './AmountInput';
3
+ export * from './AmountDisplay';
3
4
  export * from './Banner';
4
5
  export * from './BaseInput';
5
6
  export * from './Button';
@@ -12,6 +13,7 @@ export * from './InteractiveIcon';
12
13
  export * from './Link';
13
14
  export * from './ListItem';
14
15
  export * from './Menu';
16
+ export * from './NavBar';
15
17
  export * from './SearchInput';
16
18
  export * from './Select';
17
19
  export * from './Skeleton';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/Components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/Components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/lumen-ui-react",
3
- "version": "0.0.69",
3
+ "version": "0.0.71",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "keywords": [
@@ -41,7 +41,7 @@
41
41
  ]
42
42
  },
43
43
  "dependencies": {
44
- "@ledgerhq/lumen-utils-shared": "0.0.16",
44
+ "@ledgerhq/lumen-utils-shared": "0.0.17-0",
45
45
  "i18next": "^23.7.0",
46
46
  "react-i18next": "^14.0.0"
47
47
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/lumen-ui-react",
3
- "version": "0.0.70",
3
+ "version": "0.0.72",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "keywords": [
@@ -41,7 +41,7 @@
41
41
  ]
42
42
  },
43
43
  "dependencies": {
44
- "@ledgerhq/lumen-utils-shared": "0.0.16",
44
+ "@ledgerhq/lumen-utils-shared": "0.0.17-1",
45
45
  "i18next": "^23.7.0",
46
46
  "react-i18next": "^14.0.0"
47
47
  },