@ledgerhq/native-ui 0.12.1-nightly.2 → 0.12.1

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.
@@ -70,7 +70,7 @@ export default function TimelineItem({ item, formatEstimatedTime, isFirstItem, i
70
70
  React.createElement(TimelineIndicator, { status: item.status, isFirstItem: isFirstItem, isLastItem: isLastItem, mr: 4 }),
71
71
  React.createElement(Container, { status: item.status, isLastItem: isLastItem, mb: 4 },
72
72
  React.createElement(Flex, { flexDirection: "row", justifyContent: "space-between" },
73
- React.createElement(Text, { variant: "body", flexShrink: 1, color: item.status === "inactive"
73
+ React.createElement(Text, { variant: "body", color: item.status === "inactive"
74
74
  ? "neutral.c80"
75
75
  : isLastItem
76
76
  ? "success.c100"
@@ -78,6 +78,6 @@ export default function TimelineItem({ item, formatEstimatedTime, isFirstItem, i
78
78
  (item === null || item === void 0 ? void 0 : item.estimatedTime) && item.status === "active" && (React.createElement(Tag, null, formatEstimatedTime
79
79
  ? formatEstimatedTime(item.estimatedTime)
80
80
  : `${item.estimatedTime / 60} min`))),
81
- React.createElement(Animated.ScrollView, { style: animatedStyle, showsVerticalScrollIndicator: false },
81
+ React.createElement(Animated.ScrollView, { style: animatedStyle },
82
82
  React.createElement(Animated.View, { onLayout: handleLayout }, item.renderBody && item.status === "active" ? (React.createElement(Flex, { pt: 6 }, item.renderBody(true))) : null))))));
83
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/native-ui",
3
- "version": "0.12.1-nightly.2",
3
+ "version": "0.12.1",
4
4
  "description": "Ledger Live - Mobile UI",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,9 +32,9 @@
32
32
  "lib/**/*"
33
33
  ],
34
34
  "dependencies": {
35
- "@ledgerhq/crypto-icons-ui": "^0.2.1-nightly.0",
36
- "@ledgerhq/icons-ui": "^0.3.0-nightly.1",
37
- "@ledgerhq/ui-shared": "^0.1.10-nightly.0",
35
+ "@ledgerhq/crypto-icons-ui": "^0.2.1",
36
+ "@ledgerhq/icons-ui": "^0.3.0",
37
+ "@ledgerhq/ui-shared": "^0.1.10",
38
38
  "@types/color": "^3.0.3",
39
39
  "@types/styled-system": "^5.1.13",
40
40
  "color": "^3.1.3",