@ledgerhq/native-ui 0.7.4 → 0.7.5

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.
@@ -11,5 +11,5 @@ export * from "./Tabs";
11
11
  export * from "./Loader";
12
12
  export { default as ProgressBar } from "./ProgressBar";
13
13
  export * as Transitions from "./transitions";
14
- export * from "./chart";
15
- export * from "./ChartCard";
14
+ export { default as Chart } from "./chart";
15
+ export { default as ChartCard } from "./ChartCard";
@@ -12,5 +12,5 @@ export * from "./Loader";
12
12
  export { default as ProgressBar } from "./ProgressBar";
13
13
  import * as Transitions_1 from "./transitions";
14
14
  export { Transitions_1 as Transitions };
15
- export * from "./chart";
16
- export * from "./ChartCard";
15
+ export { default as Chart } from "./chart";
16
+ export { default as ChartCard } from "./ChartCard";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/native-ui",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "description": "Ledger Live - Desktop UI",
5
5
  "repository": "https://github.com/LedgerHQ/ui",
6
6
  "license": "MIT",