@ledgerhq/native-ui 0.16.0-nightly.0 → 0.16.0-nightly.2

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.
@@ -3,8 +3,9 @@ import { Pressable } from "react-native";
3
3
  import Animated, { useAnimatedStyle, useSharedValue, withTiming } from "react-native-reanimated";
4
4
  import styled from "styled-components/native";
5
5
  import { CheckAloneMedium } from "@ledgerhq/icons-ui/native";
6
- import { Flex } from "../..";
7
- import { Text, ProgressLoader } from "../../..";
6
+ import Flex from "../../Flex";
7
+ import Text from "../../../Text";
8
+ import ProgressLoader from "../../../Loader/ProgressLoader";
8
9
  const Container = styled(Flex) `
9
10
  flex: 1;
10
11
  border-bottom-width: ${(p) => (p.nested ? 0 : 1)}px;
@@ -2,8 +2,9 @@ import React, { useCallback } from "react";
2
2
  import { Pressable } from "react-native";
3
3
  import Animated, { useAnimatedStyle, useSharedValue, withTiming } from "react-native-reanimated";
4
4
  import styled from "styled-components/native";
5
- import { Flex } from "../..";
6
- import { Text, Tag } from "../../..";
5
+ import Flex from "../../Flex";
6
+ import Text from "../../../Text";
7
+ import Tag from "../../../tags/Tag";
7
8
  import TimelineIndicator from "./TimelineIndicator";
8
9
  const getContainerBackground = (theme, status, isLastItem) => {
9
10
  if (isLastItem && status === "completed") {
@@ -11,7 +11,7 @@ var __rest = (this && this.__rest) || function (s, e) {
11
11
  };
12
12
  import React from "react";
13
13
  import TimelineItem from "./TimelineItem";
14
- import { Flex } from "../..";
14
+ import Flex from "../../Flex";
15
15
  import { ItemStatus } from "../types";
16
16
  export default function VerticalTimeline(_a) {
17
17
  var { steps, formatEstimatedTime, setActiveIndex } = _a, props = __rest(_a, ["steps", "formatEstimatedTime", "setActiveIndex"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/native-ui",
3
- "version": "0.16.0-nightly.0",
3
+ "version": "0.16.0-nightly.2",
4
4
  "description": "Ledger Live - Mobile UI",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,7 +43,7 @@
43
43
  "styled-system": "^5.1.5",
44
44
  "victory-native": "^35.5.5",
45
45
  "@ledgerhq/crypto-icons-ui": "^0.2.1",
46
- "@ledgerhq/icons-ui": "^0.3.4",
46
+ "@ledgerhq/icons-ui": "^0.3.5-nightly.0",
47
47
  "@ledgerhq/ui-shared": "^0.1.10"
48
48
  },
49
49
  "peerDependencies": {