@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.78",
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.54",
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: 16, style: styles.icon }) }));
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/lumen-ui-rnative",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "license": "Apache-2.0",
5
5
  "keywords": [
6
6
  "react-native",
@@ -168,7 +168,7 @@ export const SubheaderShowMore = ({
168
168
 
169
169
  return (
170
170
  <Box lx={lx} style={[styles.container, style]} {...props}>
171
- <ChevronRight size={16} style={styles.icon} />
171
+ <ChevronRight size={20} style={styles.icon} />
172
172
  </Box>
173
173
  );
174
174
  };