@ledgerhq/lumen-ui-rnative 0.1.6 → 0.1.7

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.1.5",
3
+ "version": "0.1.6",
4
4
  "license": "Apache-2.0",
5
5
  "keywords": [
6
6
  "react-native",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/lumen-ui-rnative",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
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.1.1",
40
+ "@ledgerhq/lumen-design-core": "0.1.2",
41
41
  "react": "^19.0.0",
42
42
  "react-native": "~0.79.7",
43
43
  "react-native-reanimated": "^3.0.0",
@@ -192,7 +192,7 @@ export const VariantsShowcase: Story = {
192
192
  </ListItemContent>
193
193
  </ListItemLeading>
194
194
  <ListItemTrailing>
195
- <ListItemIcon icon={ChevronRight} />
195
+ <ListItemIcon color='muted' icon={ChevronRight} />
196
196
  </ListItemTrailing>
197
197
  </ListItem>
198
198
 
@@ -205,7 +205,7 @@ export const VariantsShowcase: Story = {
205
205
  </ListItemContent>
206
206
  </ListItemLeading>
207
207
  <ListItemTrailing>
208
- <ListItemIcon icon={ChevronRight} />
208
+ <ListItemIcon color='muted' icon={ChevronRight} />
209
209
  </ListItemTrailing>
210
210
  </ListItem>
211
211
 
@@ -284,7 +284,7 @@ export const DisabledState: Story = {
284
284
  </ListItemContent>
285
285
  </ListItemLeading>
286
286
  <ListItemTrailing>
287
- <ListItemIcon icon={ChevronRight} />
287
+ <ListItemIcon color='muted' icon={ChevronRight} />
288
288
  </ListItemTrailing>
289
289
  </ListItem>
290
290
 
@@ -357,7 +357,7 @@ export const ResponsiveLayout: Story = {
357
357
  </ListItemContent>
358
358
  </ListItemLeading>
359
359
  <ListItemTrailing>
360
- <ListItemIcon icon={ChevronRight} />
360
+ <ListItemIcon color='muted' icon={ChevronRight} />
361
361
  </ListItemTrailing>
362
362
  </ListItem>
363
363
 
@@ -375,7 +375,7 @@ export const ResponsiveLayout: Story = {
375
375
  </ListItemContent>
376
376
  </ListItemLeading>
377
377
  <ListItemTrailing>
378
- <ListItemIcon icon={ChevronRight} />
378
+ <ListItemIcon color='muted' icon={ChevronRight} />
379
379
  </ListItemTrailing>
380
380
  </ListItem>
381
381