@ledgerhq/lumen-ui-rnative 0.0.79 → 0.0.80
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.
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.79",
|
|
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.55",
|
|
41
41
|
"react": "^19.0.0",
|
|
42
42
|
"react-native": "~0.79.7",
|
|
43
43
|
"react-native-reanimated": "^3.0.0",
|
|
@@ -77,7 +77,7 @@ export const SubheaderShowMore = ({ lx, style, ...props }) => {
|
|
|
77
77
|
color: t.colors.text.muted,
|
|
78
78
|
},
|
|
79
79
|
}), []);
|
|
80
|
-
return (_jsx(Box, { lx: lx, style: [styles.container, style], ...props, children: _jsx(ChevronRight, { size:
|
|
80
|
+
return (_jsx(Box, { lx: lx, style: [styles.container, style], ...props, children: _jsx(ChevronRight, { size: 20, style: styles.icon }) }));
|
|
81
81
|
};
|
|
82
82
|
/**
|
|
83
83
|
* Description component for the Subheader. Displays descriptive text below the title row.
|
package/package.json
CHANGED