@ledgerhq/lumen-ui-rnative 0.0.69 → 0.0.70
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.
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { View, ViewProps } from 'react-native';
|
|
3
2
|
|
|
4
3
|
/**
|
|
@@ -6,6 +5,6 @@ import { View, ViewProps } from 'react-native';
|
|
|
6
5
|
* @react-native-community/blur doesn't work on web, so we use a simple View
|
|
7
6
|
*/
|
|
8
7
|
export const BlurView = (props: ViewProps & { blurAmount?: number }) => {
|
|
9
|
-
const { blurAmount, ...restProps } = props;
|
|
8
|
+
const { blurAmount: _blurAmount, ...restProps } = props;
|
|
10
9
|
return <View {...restProps} />;
|
|
11
10
|
};
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/lumen-ui-rnative",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.69",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@types/react": "^19.0.0",
|
|
39
39
|
"@gorhom/bottom-sheet": "^5.0.0",
|
|
40
|
-
"@ledgerhq/lumen-design-core": "0.0.
|
|
40
|
+
"@ledgerhq/lumen-design-core": "0.0.50",
|
|
41
41
|
"react": "19.0.0",
|
|
42
42
|
"react-native": "~0.79.7",
|
|
43
43
|
"react-native-reanimated": "^3.0.0",
|
|
@@ -51,7 +51,7 @@ const useStyles = ({ appearance, disabled, pressed, }) => {
|
|
|
51
51
|
gap: t.spacings.s4,
|
|
52
52
|
},
|
|
53
53
|
title: StyleSheet.flatten([
|
|
54
|
-
t.typographies.
|
|
54
|
+
t.typographies.body2SemiBold,
|
|
55
55
|
{
|
|
56
56
|
color: disabled ? t.colors.text.disabled : t.colors.text.base,
|
|
57
57
|
minWidth: 0,
|
|
@@ -59,9 +59,9 @@ const useStyles = ({ appearance, disabled, pressed, }) => {
|
|
|
59
59
|
},
|
|
60
60
|
]),
|
|
61
61
|
description: StyleSheet.flatten([
|
|
62
|
-
t.typographies.
|
|
62
|
+
t.typographies.body3,
|
|
63
63
|
{
|
|
64
|
-
color: disabled ? t.colors.text.disabled : t.colors.text.
|
|
64
|
+
color: disabled ? t.colors.text.disabled : t.colors.text.muted,
|
|
65
65
|
minWidth: 0,
|
|
66
66
|
},
|
|
67
67
|
]),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/lumen-ui-rnative",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.70",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"./styles": "./src/styles/index.ts"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@ledgerhq/lumen-utils-shared": "0.0.
|
|
30
|
+
"@ledgerhq/lumen-utils-shared": "0.0.18",
|
|
31
31
|
"i18next": "^23.7.0",
|
|
32
32
|
"react-i18next": "^14.0.0"
|
|
33
33
|
},
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@types/react": "^19.0.0",
|
|
39
39
|
"@gorhom/bottom-sheet": "^5.0.0",
|
|
40
|
-
"@ledgerhq/lumen-design-core": "0.0.
|
|
40
|
+
"@ledgerhq/lumen-design-core": "0.0.51",
|
|
41
41
|
"react": "19.0.0",
|
|
42
42
|
"react-native": "~0.79.7",
|
|
43
43
|
"react-native-reanimated": "^3.0.0",
|
|
@@ -67,7 +67,7 @@ const useStyles = ({
|
|
|
67
67
|
gap: t.spacings.s4,
|
|
68
68
|
},
|
|
69
69
|
title: StyleSheet.flatten([
|
|
70
|
-
t.typographies.
|
|
70
|
+
t.typographies.body2SemiBold,
|
|
71
71
|
{
|
|
72
72
|
color: disabled ? t.colors.text.disabled : t.colors.text.base,
|
|
73
73
|
minWidth: 0,
|
|
@@ -75,9 +75,9 @@ const useStyles = ({
|
|
|
75
75
|
},
|
|
76
76
|
]),
|
|
77
77
|
description: StyleSheet.flatten([
|
|
78
|
-
t.typographies.
|
|
78
|
+
t.typographies.body3,
|
|
79
79
|
{
|
|
80
|
-
color: disabled ? t.colors.text.disabled : t.colors.text.
|
|
80
|
+
color: disabled ? t.colors.text.disabled : t.colors.text.muted,
|
|
81
81
|
minWidth: 0,
|
|
82
82
|
},
|
|
83
83
|
]),
|