@ledgerhq/lumen-ui-rnative 0.1.47 → 0.1.49

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.
Files changed (362) hide show
  1. package/dist/module/i18n/locales/de.json +1 -3
  2. package/dist/module/i18n/locales/en.json +1 -3
  3. package/dist/module/i18n/locales/es.json +1 -3
  4. package/dist/module/i18n/locales/fr.json +1 -3
  5. package/dist/module/i18n/locales/ja.json +1 -3
  6. package/dist/module/i18n/locales/ko.json +1 -3
  7. package/dist/module/i18n/locales/pt.json +1 -3
  8. package/dist/module/i18n/locales/ru.json +1 -3
  9. package/dist/module/i18n/locales/th.json +1 -3
  10. package/dist/module/i18n/locales/tr.json +1 -3
  11. package/dist/module/i18n/locales/zh.json +1 -3
  12. package/dist/module/lib/Animations/Pulse/Pulse.js +3 -3
  13. package/dist/module/lib/Animations/Pulse/Pulse.js.map +1 -1
  14. package/dist/module/lib/Animations/Pulse/Pulse.mdx +0 -1
  15. package/dist/module/lib/Animations/Spin/Spin.js +3 -3
  16. package/dist/module/lib/Animations/Spin/Spin.js.map +1 -1
  17. package/dist/module/lib/Animations/Spin/Spin.mdx +0 -1
  18. package/dist/module/lib/Components/AddressInput/AddressInput.figma.js +36 -0
  19. package/dist/module/lib/Components/AddressInput/AddressInput.figma.js.map +1 -0
  20. package/dist/module/lib/Components/AddressInput/AddressInput.mdx +0 -183
  21. package/dist/module/lib/Components/AmountDisplay/AmountDisplay.figma.js +31 -0
  22. package/dist/module/lib/Components/AmountDisplay/AmountDisplay.figma.js.map +1 -0
  23. package/dist/module/lib/Components/AmountDisplay/AmountDisplay.mdx +0 -90
  24. package/dist/module/lib/Components/AmountInput/AmountInput.figma.js +70 -0
  25. package/dist/module/lib/Components/AmountInput/AmountInput.figma.js.map +1 -0
  26. package/dist/module/lib/Components/AmountInput/AmountInput.js +3 -1
  27. package/dist/module/lib/Components/AmountInput/AmountInput.js.map +1 -1
  28. package/dist/module/lib/Components/AmountInput/AmountInput.mdx +0 -190
  29. package/dist/module/lib/Components/AmountInput/AmountInput.stories.js +15 -0
  30. package/dist/module/lib/Components/AmountInput/AmountInput.stories.js.map +1 -1
  31. package/dist/module/lib/Components/AmountInput/useAmountInputFormatting/useAmountInputFormatting.js +1 -1
  32. package/dist/module/lib/Components/AmountInput/useAmountInputFormatting/useAmountInputFormatting.js.map +1 -1
  33. package/dist/module/lib/Components/AmountInput/useAmountInputFormatting/useAmountInputFormatting.test.js +20 -1
  34. package/dist/module/lib/Components/AmountInput/useAmountInputFormatting/useAmountInputFormatting.test.js.map +1 -1
  35. package/dist/module/lib/Components/Avatar/Avatar.figma.js +15 -12
  36. package/dist/module/lib/Components/Avatar/Avatar.figma.js.map +1 -1
  37. package/dist/module/lib/Components/Avatar/Avatar.js +4 -27
  38. package/dist/module/lib/Components/Avatar/Avatar.js.map +1 -1
  39. package/dist/module/lib/Components/Avatar/Avatar.mdx +53 -69
  40. package/dist/module/lib/Components/Avatar/Avatar.stories.js +27 -33
  41. package/dist/module/lib/Components/Avatar/Avatar.stories.js.map +1 -1
  42. package/dist/module/lib/Components/Avatar/Avatar.test.js +21 -39
  43. package/dist/module/lib/Components/Avatar/Avatar.test.js.map +1 -1
  44. package/dist/module/lib/Components/Banner/Banner.figma.js +107 -0
  45. package/dist/module/lib/Components/Banner/Banner.figma.js.map +1 -0
  46. package/dist/module/lib/Components/Banner/Banner.mdx +0 -86
  47. package/dist/module/lib/Components/BottomSheet/BottomSheet.figma.js +49 -0
  48. package/dist/module/lib/Components/BottomSheet/BottomSheet.figma.js.map +1 -0
  49. package/dist/module/lib/Components/BottomSheet/BottomSheet.mdx +0 -119
  50. package/dist/module/lib/Components/Button/Button.figma.js +45 -0
  51. package/dist/module/lib/Components/Button/Button.figma.js.map +1 -0
  52. package/dist/module/lib/Components/Button/Button.mdx +25 -224
  53. package/dist/module/lib/Components/Button/Button.stories.js +4 -36
  54. package/dist/module/lib/Components/Button/Button.stories.js.map +1 -1
  55. package/dist/module/lib/Components/Card/Card.figma.js +143 -0
  56. package/dist/module/lib/Components/Card/Card.figma.js.map +1 -0
  57. package/dist/module/lib/Components/Card/Card.mdx +0 -160
  58. package/dist/module/lib/Components/CardButton/CardButton.figma.js +38 -0
  59. package/dist/module/lib/Components/CardButton/CardButton.figma.js.map +1 -0
  60. package/dist/module/lib/Components/CardButton/CardButton.mdx +0 -48
  61. package/dist/module/lib/Components/Checkbox/Checkbox.figma.js +48 -0
  62. package/dist/module/lib/Components/Checkbox/Checkbox.figma.js.map +1 -0
  63. package/dist/module/lib/Components/Checkbox/Checkbox.mdx +0 -73
  64. package/dist/module/lib/Components/ContentBanner/ContentBanner.figma.js +91 -0
  65. package/dist/module/lib/Components/ContentBanner/ContentBanner.figma.js.map +1 -0
  66. package/dist/module/lib/Components/ContentBanner/ContentBanner.mdx +0 -2
  67. package/dist/module/lib/Components/CryptoIcon/CryptoIcon.figma.js +17 -0
  68. package/dist/module/lib/Components/CryptoIcon/CryptoIcon.figma.js.map +1 -0
  69. package/dist/module/lib/Components/DescriptionItem/DescriptionItem.figma.js +29 -0
  70. package/dist/module/lib/Components/DescriptionItem/DescriptionItem.figma.js.map +1 -0
  71. package/dist/module/lib/Components/Divider/Divider.figma.js +10 -0
  72. package/dist/module/lib/Components/Divider/Divider.figma.js.map +1 -0
  73. package/dist/module/lib/Components/Divider/Divider.mdx +0 -2
  74. package/dist/module/lib/Components/DotCount/DotCount.figma.js +29 -0
  75. package/dist/module/lib/Components/DotCount/DotCount.figma.js.map +1 -0
  76. package/dist/module/lib/Components/DotIndicator/DotIndicator.figma.js +29 -0
  77. package/dist/module/lib/Components/DotIndicator/DotIndicator.figma.js.map +1 -0
  78. package/dist/module/lib/Components/DotIndicator/DotIndicator.stories.js +6 -3
  79. package/dist/module/lib/Components/DotIndicator/DotIndicator.stories.js.map +1 -1
  80. package/dist/module/lib/Components/DotIndicator/getDotIndicatorProps.js +17 -0
  81. package/dist/module/lib/Components/DotIndicator/getDotIndicatorProps.js.map +1 -0
  82. package/dist/module/lib/Components/DotIndicator/getDotIndicatorProps.test.js +17 -0
  83. package/dist/module/lib/Components/DotIndicator/getDotIndicatorProps.test.js.map +1 -0
  84. package/dist/module/lib/Components/DotIndicator/index.js +1 -0
  85. package/dist/module/lib/Components/DotIndicator/index.js.map +1 -1
  86. package/dist/module/lib/Components/Icon/Icon.figma.js +1840 -0
  87. package/dist/module/lib/Components/Icon/Icon.figma.js.map +1 -0
  88. package/dist/module/lib/Components/Icon/Icon.mdx +0 -62
  89. package/dist/module/lib/Components/IconButton/IconButton.figma.js +42 -0
  90. package/dist/module/lib/Components/IconButton/IconButton.figma.js.map +1 -0
  91. package/dist/module/lib/Components/IconButton/IconButton.mdx +0 -68
  92. package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.figma.js +51 -0
  93. package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.figma.js.map +1 -0
  94. package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.mdx +0 -107
  95. package/dist/module/lib/Components/Link/Link.figma.js +41 -0
  96. package/dist/module/lib/Components/Link/Link.figma.js.map +1 -0
  97. package/dist/module/lib/Components/Link/Link.mdx +0 -102
  98. package/dist/module/lib/Components/ListItem/ListItem.figma.js +416 -0
  99. package/dist/module/lib/Components/ListItem/ListItem.figma.js.map +1 -0
  100. package/dist/module/lib/Components/ListItem/ListItem.mdx +0 -129
  101. package/dist/module/lib/Components/MediaBanner/MediaBanner.figma.js +25 -0
  102. package/dist/module/lib/Components/MediaBanner/MediaBanner.figma.js.map +1 -0
  103. package/dist/module/lib/Components/MediaBanner/MediaBanner.mdx +0 -3
  104. package/dist/module/lib/Components/MediaButton/MediaButton.figma.js +72 -0
  105. package/dist/module/lib/Components/MediaButton/MediaButton.figma.js.map +1 -0
  106. package/dist/module/lib/Components/MediaCard/MediaCard.figma.js +28 -0
  107. package/dist/module/lib/Components/MediaCard/MediaCard.figma.js.map +1 -0
  108. package/dist/module/lib/Components/MediaCard/MediaCard.mdx +0 -2
  109. package/dist/module/lib/Components/MediaImage/MediaImage.mdx +0 -1
  110. package/dist/module/lib/Components/MediaTag/MediaTag.figma.js +100 -0
  111. package/dist/module/lib/Components/MediaTag/MediaTag.figma.js.map +1 -0
  112. package/dist/module/lib/Components/MediaTag/MediaTag.mdx +0 -2
  113. package/dist/module/lib/Components/NavBar/NavBar.figma.js +79 -0
  114. package/dist/module/lib/Components/NavBar/NavBar.figma.js.map +1 -0
  115. package/dist/module/lib/Components/NavBar/NavBar.mdx +0 -2
  116. package/dist/module/lib/Components/OptionList/OptionList.js +16 -1
  117. package/dist/module/lib/Components/OptionList/OptionList.js.map +1 -1
  118. package/dist/module/lib/Components/OptionList/OptionList.mdx +45 -90
  119. package/dist/module/lib/Components/OptionList/OptionList.stories.js +61 -1
  120. package/dist/module/lib/Components/OptionList/OptionList.stories.js.map +1 -1
  121. package/dist/module/lib/Components/OptionList/OptionList.test.js +43 -1
  122. package/dist/module/lib/Components/OptionList/OptionList.test.js.map +1 -1
  123. package/dist/module/lib/Components/OptionList/useOptionList/useOptionListItems.js.map +1 -1
  124. package/dist/module/lib/Components/PageIndicator/PageIndicator.figma.js +13 -0
  125. package/dist/module/lib/Components/PageIndicator/PageIndicator.figma.js.map +1 -0
  126. package/dist/module/lib/Components/PageIndicator/PageIndicator.mdx +0 -2
  127. package/dist/module/lib/Components/SearchInput/SearchInput.figma.js +31 -0
  128. package/dist/module/lib/Components/SearchInput/SearchInput.figma.js.map +1 -0
  129. package/dist/module/lib/Components/SearchInput/SearchInput.mdx +0 -199
  130. package/dist/module/lib/Components/SegmentedControl/SegmentedControl.figma.js +35 -0
  131. package/dist/module/lib/Components/SegmentedControl/SegmentedControl.figma.js.map +1 -0
  132. package/dist/module/lib/Components/SegmentedControl/SegmentedControl.js +7 -1
  133. package/dist/module/lib/Components/SegmentedControl/SegmentedControl.js.map +1 -1
  134. package/dist/module/lib/Components/SegmentedControl/SegmentedControl.mdx +28 -1
  135. package/dist/module/lib/Components/SegmentedControl/SegmentedControl.stories.js +24 -1
  136. package/dist/module/lib/Components/SegmentedControl/SegmentedControl.stories.js.map +1 -1
  137. package/dist/module/lib/Components/SegmentedControl/SegmentedControl.test.js +28 -1
  138. package/dist/module/lib/Components/SegmentedControl/SegmentedControl.test.js.map +1 -1
  139. package/dist/module/lib/Components/Skeleton/Skeleton.figma.js +18 -0
  140. package/dist/module/lib/Components/Skeleton/Skeleton.figma.js.map +1 -0
  141. package/dist/module/lib/Components/Skeleton/Skeleton.mdx +0 -71
  142. package/dist/module/lib/Components/Spinner/Spinner.figma.js +13 -0
  143. package/dist/module/lib/Components/Spinner/Spinner.figma.js.map +1 -0
  144. package/dist/module/lib/Components/Spinner/Spinner.mdx +0 -100
  145. package/dist/module/lib/Components/Spot/Spot.figma.js +37 -0
  146. package/dist/module/lib/Components/Spot/Spot.figma.js.map +1 -0
  147. package/dist/module/lib/Components/Spot/Spot.mdx +0 -94
  148. package/dist/module/lib/Components/Stepper/Stepper.figma.js +13 -0
  149. package/dist/module/lib/Components/Stepper/Stepper.figma.js.map +1 -0
  150. package/dist/module/lib/Components/Stepper/Stepper.mdx +0 -67
  151. package/dist/module/lib/Components/Subheader/Subheader.figma.js +67 -0
  152. package/dist/module/lib/Components/Subheader/Subheader.figma.js.map +1 -0
  153. package/dist/module/lib/Components/Subheader/Subheader.mdx +0 -116
  154. package/dist/module/lib/Components/Switch/Switch.figma.js +58 -0
  155. package/dist/module/lib/Components/Switch/Switch.figma.js.map +1 -0
  156. package/dist/module/lib/Components/Switch/Switch.mdx +0 -39
  157. package/dist/module/lib/Components/TabBar/TabBar.figma.js +98 -0
  158. package/dist/module/lib/Components/TabBar/TabBar.figma.js.map +1 -0
  159. package/dist/module/lib/Components/TabBar/TabBar.js +7 -4
  160. package/dist/module/lib/Components/TabBar/TabBar.js.map +1 -1
  161. package/dist/module/lib/Components/TabBar/TabBar.mdx +29 -5
  162. package/dist/module/lib/Components/TabBar/TabBar.stories.js +35 -1
  163. package/dist/module/lib/Components/TabBar/TabBar.stories.js.map +1 -1
  164. package/dist/module/lib/Components/TabBar/TabBar.test.js +28 -1
  165. package/dist/module/lib/Components/TabBar/TabBar.test.js.map +1 -1
  166. package/dist/module/lib/Components/TabBar/index.js +2 -1
  167. package/dist/module/lib/Components/TabBar/index.js.map +1 -1
  168. package/dist/module/lib/Components/Tag/Tag.figma.js +41 -0
  169. package/dist/module/lib/Components/Tag/Tag.figma.js.map +1 -0
  170. package/dist/module/lib/Components/Tag/Tag.mdx +0 -2
  171. package/dist/module/lib/Components/TextInput/TextInput.figma.js +37 -0
  172. package/dist/module/lib/Components/TextInput/TextInput.figma.js.map +1 -0
  173. package/dist/module/lib/Components/TextInput/TextInput.mdx +0 -178
  174. package/dist/module/lib/Components/Tile/Tile.figma.js +111 -0
  175. package/dist/module/lib/Components/Tile/Tile.figma.js.map +1 -0
  176. package/dist/module/lib/Components/Tile/Tile.mdx +0 -53
  177. package/dist/module/lib/Components/TileButton/TileButton.figma.js +23 -0
  178. package/dist/module/lib/Components/TileButton/TileButton.figma.js.map +1 -0
  179. package/dist/module/lib/Components/TileButton/TileButton.mdx +0 -40
  180. package/dist/module/lib/Components/Tooltip/Tooltip.figma.js +26 -0
  181. package/dist/module/lib/Components/Tooltip/Tooltip.figma.js.map +1 -0
  182. package/dist/module/lib/Components/Tooltip/Tooltip.mdx +0 -183
  183. package/dist/module/lib/Components/Trend/Trend.figma.js +29 -0
  184. package/dist/module/lib/Components/Trend/Trend.figma.js.map +1 -0
  185. package/dist/module/lib/Components/Trend/Trend.mdx +0 -2
  186. package/dist/module/lib/Components/Utility/Text/Text.mdx +0 -1
  187. package/dist/module/lib/Symbols/Icons/ChevronAscending.js +1 -1
  188. package/dist/module/lib/Symbols/Icons/ChevronDescending.js +1 -1
  189. package/dist/module/lib/Symbols/Icons/Contact.js +50 -0
  190. package/dist/module/lib/Symbols/Icons/Contact.js.map +1 -0
  191. package/dist/module/lib/Symbols/index.js +1 -0
  192. package/dist/module/lib/Symbols/index.js.map +1 -1
  193. package/dist/typescript/src/lib/Animations/Pulse/Pulse.d.ts.map +1 -1
  194. package/dist/typescript/src/lib/Animations/Spin/Spin.d.ts.map +1 -1
  195. package/dist/typescript/src/lib/Components/AmountInput/AmountInput.d.ts +1 -1
  196. package/dist/typescript/src/lib/Components/AmountInput/AmountInput.d.ts.map +1 -1
  197. package/dist/typescript/src/lib/Components/AmountInput/types.d.ts +8 -0
  198. package/dist/typescript/src/lib/Components/AmountInput/types.d.ts.map +1 -1
  199. package/dist/typescript/src/lib/Components/AmountInput/useAmountInputFormatting/useAmountInputFormatting.d.ts +1 -0
  200. package/dist/typescript/src/lib/Components/AmountInput/useAmountInputFormatting/useAmountInputFormatting.d.ts.map +1 -1
  201. package/dist/typescript/src/lib/Components/Avatar/Avatar.d.ts +1 -4
  202. package/dist/typescript/src/lib/Components/Avatar/Avatar.d.ts.map +1 -1
  203. package/dist/typescript/src/lib/Components/Avatar/types.d.ts +0 -6
  204. package/dist/typescript/src/lib/Components/Avatar/types.d.ts.map +1 -1
  205. package/dist/typescript/src/lib/Components/DotIndicator/getDotIndicatorProps.d.ts +24 -0
  206. package/dist/typescript/src/lib/Components/DotIndicator/getDotIndicatorProps.d.ts.map +1 -0
  207. package/dist/typescript/src/lib/Components/DotIndicator/index.d.ts +1 -0
  208. package/dist/typescript/src/lib/Components/DotIndicator/index.d.ts.map +1 -1
  209. package/dist/typescript/src/lib/Components/OptionList/OptionList.d.ts +18 -4
  210. package/dist/typescript/src/lib/Components/OptionList/OptionList.d.ts.map +1 -1
  211. package/dist/typescript/src/lib/Components/OptionList/types.d.ts +16 -15
  212. package/dist/typescript/src/lib/Components/OptionList/types.d.ts.map +1 -1
  213. package/dist/typescript/src/lib/Components/OptionList/useOptionList/useOptionListItems.d.ts +9 -9
  214. package/dist/typescript/src/lib/Components/OptionList/useOptionList/useOptionListItems.d.ts.map +1 -1
  215. package/dist/typescript/src/lib/Components/SegmentedControl/SegmentedControl.d.ts +8 -3
  216. package/dist/typescript/src/lib/Components/SegmentedControl/SegmentedControl.d.ts.map +1 -1
  217. package/dist/typescript/src/lib/Components/SegmentedControl/types.d.ts +6 -5
  218. package/dist/typescript/src/lib/Components/SegmentedControl/types.d.ts.map +1 -1
  219. package/dist/typescript/src/lib/Components/TabBar/TabBar.d.ts +7 -2
  220. package/dist/typescript/src/lib/Components/TabBar/TabBar.d.ts.map +1 -1
  221. package/dist/typescript/src/lib/Components/TabBar/index.d.ts +2 -2
  222. package/dist/typescript/src/lib/Components/TabBar/index.d.ts.map +1 -1
  223. package/dist/typescript/src/lib/Components/TabBar/types.d.ts +17 -16
  224. package/dist/typescript/src/lib/Components/TabBar/types.d.ts.map +1 -1
  225. package/dist/typescript/src/lib/Symbols/Icons/Contact.d.ts +35 -0
  226. package/dist/typescript/src/lib/Symbols/Icons/Contact.d.ts.map +1 -0
  227. package/dist/typescript/src/lib/Symbols/index.d.ts +1 -0
  228. package/dist/typescript/src/lib/Symbols/index.d.ts.map +1 -1
  229. package/package.json +3 -3
  230. package/src/i18n/locales/de.json +1 -3
  231. package/src/i18n/locales/en.json +1 -3
  232. package/src/i18n/locales/es.json +1 -3
  233. package/src/i18n/locales/fr.json +1 -3
  234. package/src/i18n/locales/ja.json +1 -3
  235. package/src/i18n/locales/ko.json +1 -3
  236. package/src/i18n/locales/pt.json +1 -3
  237. package/src/i18n/locales/ru.json +1 -3
  238. package/src/i18n/locales/th.json +1 -3
  239. package/src/i18n/locales/tr.json +1 -3
  240. package/src/i18n/locales/zh.json +1 -3
  241. package/src/lib/Animations/Pulse/Pulse.mdx +0 -1
  242. package/src/lib/Animations/Pulse/Pulse.tsx +8 -1
  243. package/src/lib/Animations/Spin/Spin.mdx +0 -1
  244. package/src/lib/Animations/Spin/Spin.tsx +8 -1
  245. package/src/lib/Components/AddressInput/AddressInput.figma.tsx +39 -0
  246. package/src/lib/Components/AddressInput/AddressInput.mdx +0 -183
  247. package/src/lib/Components/AmountDisplay/AmountDisplay.figma.tsx +37 -0
  248. package/src/lib/Components/AmountDisplay/AmountDisplay.mdx +0 -90
  249. package/src/lib/Components/AmountInput/AmountInput.figma.tsx +78 -0
  250. package/src/lib/Components/AmountInput/AmountInput.mdx +0 -190
  251. package/src/lib/Components/AmountInput/AmountInput.stories.tsx +14 -0
  252. package/src/lib/Components/AmountInput/AmountInput.tsx +2 -0
  253. package/src/lib/Components/AmountInput/types.ts +8 -0
  254. package/src/lib/Components/AmountInput/useAmountInputFormatting/useAmountInputFormatting.test.ts +20 -0
  255. package/src/lib/Components/AmountInput/useAmountInputFormatting/useAmountInputFormatting.ts +2 -0
  256. package/src/lib/Components/Avatar/Avatar.figma.tsx +24 -14
  257. package/src/lib/Components/Avatar/Avatar.mdx +53 -69
  258. package/src/lib/Components/Avatar/Avatar.stories.tsx +16 -50
  259. package/src/lib/Components/Avatar/Avatar.test.tsx +12 -32
  260. package/src/lib/Components/Avatar/Avatar.tsx +4 -34
  261. package/src/lib/Components/Avatar/types.ts +0 -6
  262. package/src/lib/Components/Banner/Banner.figma.tsx +115 -0
  263. package/src/lib/Components/Banner/Banner.mdx +0 -86
  264. package/src/lib/Components/BottomSheet/BottomSheet.figma.tsx +52 -0
  265. package/src/lib/Components/BottomSheet/BottomSheet.mdx +0 -119
  266. package/src/lib/Components/Button/Button.figma.tsx +57 -0
  267. package/src/lib/Components/Button/Button.mdx +25 -224
  268. package/src/lib/Components/Button/Button.stories.tsx +3 -35
  269. package/src/lib/Components/Card/Card.figma.tsx +149 -0
  270. package/src/lib/Components/Card/Card.mdx +0 -160
  271. package/src/lib/Components/CardButton/CardButton.figma.tsx +49 -0
  272. package/src/lib/Components/CardButton/CardButton.mdx +0 -48
  273. package/src/lib/Components/Checkbox/Checkbox.figma.tsx +54 -0
  274. package/src/lib/Components/Checkbox/Checkbox.mdx +0 -73
  275. package/src/lib/Components/ContentBanner/ContentBanner.figma.tsx +108 -0
  276. package/src/lib/Components/ContentBanner/ContentBanner.mdx +0 -2
  277. package/src/lib/Components/CryptoIcon/CryptoIcon.figma.tsx +20 -0
  278. package/src/lib/Components/DescriptionItem/DescriptionItem.figma.tsx +36 -0
  279. package/src/lib/Components/Divider/Divider.figma.tsx +11 -0
  280. package/src/lib/Components/Divider/Divider.mdx +0 -2
  281. package/src/lib/Components/DotCount/DotCount.figma.tsx +32 -0
  282. package/src/lib/Components/DotIndicator/DotIndicator.figma.tsx +32 -0
  283. package/src/lib/Components/DotIndicator/DotIndicator.stories.tsx +4 -1
  284. package/src/lib/Components/DotIndicator/getDotIndicatorProps.test.ts +15 -0
  285. package/src/lib/Components/DotIndicator/getDotIndicatorProps.ts +10 -0
  286. package/src/lib/Components/DotIndicator/index.ts +1 -0
  287. package/src/lib/Components/Icon/Icon.figma.tsx +3085 -0
  288. package/src/lib/Components/Icon/Icon.mdx +0 -62
  289. package/src/lib/Components/IconButton/IconButton.figma.tsx +53 -0
  290. package/src/lib/Components/IconButton/IconButton.mdx +0 -68
  291. package/src/lib/Components/InteractiveIcon/InteractiveIcon.figma.tsx +52 -0
  292. package/src/lib/Components/InteractiveIcon/InteractiveIcon.mdx +0 -107
  293. package/src/lib/Components/Link/Link.figma.tsx +53 -0
  294. package/src/lib/Components/Link/Link.mdx +0 -102
  295. package/src/lib/Components/ListItem/ListItem.figma.tsx +431 -0
  296. package/src/lib/Components/ListItem/ListItem.mdx +0 -129
  297. package/src/lib/Components/MediaBanner/MediaBanner.figma.tsx +32 -0
  298. package/src/lib/Components/MediaBanner/MediaBanner.mdx +0 -3
  299. package/src/lib/Components/MediaButton/MediaButton.figma.tsx +60 -0
  300. package/src/lib/Components/MediaCard/MediaCard.figma.tsx +27 -0
  301. package/src/lib/Components/MediaCard/MediaCard.mdx +0 -2
  302. package/src/lib/Components/MediaImage/MediaImage.mdx +0 -1
  303. package/src/lib/Components/MediaTag/MediaTag.figma.tsx +116 -0
  304. package/src/lib/Components/MediaTag/MediaTag.mdx +0 -2
  305. package/src/lib/Components/NavBar/NavBar.figma.tsx +84 -0
  306. package/src/lib/Components/NavBar/NavBar.mdx +0 -2
  307. package/src/lib/Components/OptionList/OptionList.mdx +45 -90
  308. package/src/lib/Components/OptionList/OptionList.stories.tsx +63 -0
  309. package/src/lib/Components/OptionList/OptionList.test.tsx +40 -0
  310. package/src/lib/Components/OptionList/OptionList.tsx +57 -10
  311. package/src/lib/Components/OptionList/types.ts +34 -15
  312. package/src/lib/Components/OptionList/useOptionList/useOptionListItems.ts +28 -13
  313. package/src/lib/Components/PageIndicator/PageIndicator.figma.tsx +11 -0
  314. package/src/lib/Components/PageIndicator/PageIndicator.mdx +0 -2
  315. package/src/lib/Components/SearchInput/SearchInput.figma.tsx +34 -0
  316. package/src/lib/Components/SearchInput/SearchInput.mdx +0 -199
  317. package/src/lib/Components/SegmentedControl/SegmentedControl.figma.tsx +34 -0
  318. package/src/lib/Components/SegmentedControl/SegmentedControl.mdx +28 -1
  319. package/src/lib/Components/SegmentedControl/SegmentedControl.stories.tsx +34 -1
  320. package/src/lib/Components/SegmentedControl/SegmentedControl.test.tsx +32 -1
  321. package/src/lib/Components/SegmentedControl/SegmentedControl.tsx +22 -5
  322. package/src/lib/Components/SegmentedControl/types.ts +11 -5
  323. package/src/lib/Components/Skeleton/Skeleton.figma.tsx +17 -0
  324. package/src/lib/Components/Skeleton/Skeleton.mdx +0 -71
  325. package/src/lib/Components/Spinner/Spinner.figma.tsx +12 -0
  326. package/src/lib/Components/Spinner/Spinner.mdx +0 -100
  327. package/src/lib/Components/Spot/Spot.figma.tsx +50 -0
  328. package/src/lib/Components/Spot/Spot.mdx +0 -94
  329. package/src/lib/Components/Stepper/Stepper.figma.tsx +11 -0
  330. package/src/lib/Components/Stepper/Stepper.mdx +0 -67
  331. package/src/lib/Components/Subheader/Subheader.figma.tsx +72 -0
  332. package/src/lib/Components/Subheader/Subheader.mdx +0 -116
  333. package/src/lib/Components/Switch/Switch.figma.tsx +66 -0
  334. package/src/lib/Components/Switch/Switch.mdx +0 -39
  335. package/src/lib/Components/TabBar/TabBar.figma.tsx +70 -0
  336. package/src/lib/Components/TabBar/TabBar.mdx +29 -5
  337. package/src/lib/Components/TabBar/TabBar.stories.tsx +34 -1
  338. package/src/lib/Components/TabBar/TabBar.test.tsx +23 -1
  339. package/src/lib/Components/TabBar/TabBar.tsx +17 -9
  340. package/src/lib/Components/TabBar/index.ts +2 -2
  341. package/src/lib/Components/TabBar/types.ts +19 -17
  342. package/src/lib/Components/Tag/Tag.figma.tsx +52 -0
  343. package/src/lib/Components/Tag/Tag.mdx +0 -2
  344. package/src/lib/Components/TextInput/TextInput.figma.tsx +40 -0
  345. package/src/lib/Components/TextInput/TextInput.mdx +0 -178
  346. package/src/lib/Components/Tile/Tile.figma.tsx +113 -0
  347. package/src/lib/Components/Tile/Tile.mdx +0 -53
  348. package/src/lib/Components/TileButton/TileButton.figma.tsx +35 -0
  349. package/src/lib/Components/TileButton/TileButton.mdx +0 -40
  350. package/src/lib/Components/Tooltip/Tooltip.figma.tsx +30 -0
  351. package/src/lib/Components/Tooltip/Tooltip.mdx +0 -183
  352. package/src/lib/Components/Trend/Trend.figma.tsx +28 -0
  353. package/src/lib/Components/Trend/Trend.mdx +0 -2
  354. package/src/lib/Components/Utility/Text/Text.mdx +0 -1
  355. package/src/lib/Symbols/Icons/ChevronAscending.tsx +1 -1
  356. package/src/lib/Symbols/Icons/ChevronDescending.tsx +1 -1
  357. package/src/lib/Symbols/Icons/Contact.tsx +45 -0
  358. package/src/lib/Symbols/index.ts +1 -0
  359. package/dist/typescript/src/lib/Components/Avatar/Avatar.figma.d.ts +0 -2
  360. package/dist/typescript/src/lib/Components/Avatar/Avatar.figma.d.ts.map +0 -1
  361. package/dist/typescript/src/lib/Components/OptionList/OptionList.figma.d.ts +0 -2
  362. package/dist/typescript/src/lib/Components/OptionList/OptionList.figma.d.ts.map +0 -1
@@ -1,17 +1,14 @@
1
- import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks';
1
+ import { Meta, Canvas, Controls, Source } from '@storybook/addon-docs/blocks';
2
2
  import * as ButtonStories from './Button.stories';
3
3
  import { Button } from './Button';
4
- import { CustomTabs, Tab } from '../../../../.storybook/components';
5
- import { DoVsDontRow, DoBlockItem, DontBlockItem } from '../../../../.storybook/components/DoVsDont';
6
- import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
7
- import { Box } from '../Utility';
4
+ import { CustomTabs, Tab, SetupNote } from '../../../../.storybook/components';
8
5
 
9
6
  <Meta title='Core/Button' of={ButtonStories} />
10
7
 
11
8
  # Button
12
9
 
13
10
  <CustomTabs>
14
- <Tab label="Overview ">
11
+ <Tab label="Overview">
15
12
 
16
13
  ## Introduction
17
14
 
@@ -23,9 +20,11 @@ Buttons are key interactive elements that trigger actions and guide users throug
23
20
 
24
21
  <Canvas of={ButtonStories.IconText} />
25
22
 
26
- - **Label**: describes the action that occurs when the button is tapped
23
+ - **Label(required)**: must be present and describe the action that occurs when the button is tapped
27
24
  - **Icon (optional)**: visually communicate the button's action, and helps draw attention
28
25
 
26
+ > Note: For **icon-only buttons**, use the [IconButton](https://ldls-react-native.vercel.app/?path=/docs/rnative-iconbutton--docs) component instead. It's specifically designed for icon-only interactions with proper accessibility support.
27
+
29
28
  ## Properties
30
29
 
31
30
  ### Overview
@@ -53,8 +52,6 @@ Buttons' contents can be of two types:
53
52
  - text (default)
54
53
  - icon-text
55
54
 
56
- > Note: For `icon-only` buttons, use the [IconButton](https://ldls-react-native.vercel.app/?path=/docs/rnative-iconbutton--docs) component instead. It's specifically designed for icon-only interactions with proper accessibility support.
57
-
58
55
  <Canvas of={ButtonStories.ContentTypesShowcase} />
59
56
 
60
57
  ### Size
@@ -69,11 +66,12 @@ Buttons come in four different sizes:
69
66
 
70
67
  <Canvas of={ButtonStories.SizesShowcase} />
71
68
 
72
-
73
69
  ### States
74
70
 
75
71
  <Canvas of={ButtonStories.StatesShowcase} />
76
72
 
73
+ > **Important Note:** The `loading` and `disabled` states are **not coupled**. When `disabled` is set, all event handlers are deactivated. When only `loading` is set (without `disabled`), the button remains pressable. Combine both props if you need to prevent interactions during loading.
74
+
77
75
  ## Responsive Layout
78
76
 
79
77
  Buttons dynamically adapt their width to the size of their content, while keeping the default paddings:
@@ -86,84 +84,23 @@ When a label is too long, it's truncated to 2 lines, with a maximum width of the
86
84
 
87
85
  > The Button must dynamically resize to its container constraints.
88
86
 
89
- ## Accessibility
90
-
91
- To be implemented:
92
-
93
- - Color contrast
94
- - Text zoom
95
- - Touch target sizing (minimum 44px)
96
- - Screen reader compatibility
97
- - Semantic labeling
98
-
99
- ### Interactive States
87
+ ## Interactive States
100
88
 
101
89
  <Canvas of={ButtonStories.InteractiveLoadingStates} />
102
90
 
103
- </Tab> <Tab label="Implementation ">
104
-
105
- ## Setup
91
+ </Tab> <Tab label="Implementation">
106
92
 
107
- Install and set up the library with our [Setup Guide →](?path=/docs/getting-started-setup--docs).
93
+ <SetupNote />
108
94
 
109
95
  ### Basic Usage
110
96
 
111
- ```tsx
112
- import { Button } from '@ledgerhq/lumen-ui-rnative';
113
-
114
- function MyComponent() {
115
- return (
116
- <Button size='md' appearance='base' onPress={() => console.log('Pressed!')}>
117
- Click me
118
- </Button>
119
- );
120
- }
121
- ```
122
-
123
- ### Custom Styling
124
-
125
- While the component comes with predefined styles, you can extend them using the `lx` prop for token-based styling:
126
-
127
- ```tsx
128
- <Button
129
- size='md'
130
- appearance='base'
131
- lx={{ marginTop: 's4' }} // Custom margin top using design tokens
132
- onPress={() => {}}
133
- >
134
- Custom Button
135
- </Button>
136
- ```
137
-
138
- You can also use the `style` prop for escape-hatch styling when needed:
139
-
140
- ```tsx
141
- <Button
142
- size='md'
143
- appearance='base'
144
- style={{ marginTop: 16 }} // Raw style values
145
- onPress={() => {}}
146
- >
147
- Custom Button
148
- </Button>
149
- ```
97
+ <Source of={ButtonStories.Base} />
150
98
 
151
99
  ### With Icons
152
100
 
153
- The Button component supports icons with automatic size adjustment based on the button size:
101
+ The Button supports icons with automatic size adjustment based on the button size.
154
102
 
155
- ```tsx
156
- import { Button } from '@ledgerhq/lumen-ui-rnative';
157
- import { ArrowRight } from '@ledgerhq/lumen-ui-rnative/symbols';
158
-
159
- function MyComponent() {
160
- return (
161
- <Button size='md' appearance='base' icon={ArrowRight} onPress={() => {}}>
162
- Continue
163
- </Button>
164
- );
165
- }
166
- ```
103
+ <Source of={ButtonStories.IconText} />
167
104
 
168
105
  ### Full Width
169
106
 
@@ -175,173 +112,37 @@ Use the `isFull` prop to make the button take the full width of its container:
175
112
  </Button>
176
113
  ```
177
114
 
178
- ### Loading State
115
+ ### States
116
+
117
+ Use the `loading` and `disabled` props to reflect state. `loading` shows a spinner; combine it with `disabled` to block interaction while loading.
118
+
119
+ <Source of={ButtonStories.StatesShowcase} />
179
120
 
180
- Use the `loading` prop to show a spinner and disable interaction:
121
+ ### Custom Styling
122
+
123
+ Extend layout with the token-based `lx` prop, or the `style` prop as an escape hatch:
181
124
 
182
125
  ```tsx
183
- <Button
184
- size='md'
185
- appearance='base'
186
- loading={isLoading}
187
- disabled={isLoading}
188
- onPress={() => {}}
189
- >
190
- {isLoading ? 'Loading...' : 'Submit'}
126
+ <Button size='md' appearance='base' lx={{ marginTop: 's4' }} onPress={() => {}}>
127
+ Custom Button
191
128
  </Button>
192
129
  ```
193
130
 
194
131
  ### Pressable Integration
195
132
 
196
- The Button component is built on React Native's `Pressable` and accepts all its props:
133
+ The Button is built on React Native's `Pressable` and accepts all its props:
197
134
 
198
135
  ```tsx
199
136
  <Button
200
- size='md'
201
137
  appearance='base'
202
138
  onPress={() => console.log('Pressed!')}
203
139
  onPressIn={() => console.log('Press started')}
204
140
  onPressOut={() => console.log('Press ended')}
205
- disabled={false}
206
141
  >
207
142
  Interactive Button
208
143
  </Button>
209
144
  ```
210
145
 
211
- ## Do's and Don'ts
212
-
213
- The following guidelines are based on our [Button Component API Design ADR](https://ledgerhq.atlassian.net/wiki/spaces/DLS/pages/6003949581/ADR-001+Button+Component+API+Design). These decisions were made to ensure consistency, maintainability, and proper implementation of our design system principles.
214
-
215
- <Box lx={{ flexDirection: 'column', gap: 's24' }}>
216
- <DoVsDontRow>
217
- <DoBlockItem
218
- title='Use icon prop'
219
- description='Pass icon as a component reference for proper sizing and alignment'
220
- >
221
-
222
-
223
- {/* prettier-ignore */}
224
- ```tsx
225
- import { Plus } from '@ledgerhq/lumen-ui-rnative/symbols';
226
-
227
- <Button icon={Plus} onPress={() => {}}>
228
- Add Item
229
- </Button>
230
- ```
231
-
232
- </DoBlockItem>
233
- <DontBlockItem
234
- title="Don't include icon in children"
235
- description='Avoid placing icons inside children as this breaks automatic sizing'
236
- >
237
-
238
- {/* prettier-ignore */}
239
- ```tsx
240
- import { Plus } from '@ledgerhq/lumen-ui-rnative/symbols';
241
-
242
- <Button onPress={() => {}}>
243
- <Plus /> Add Item
244
- </Button>
245
- ```
246
-
247
- </DontBlockItem>
248
-
249
- </DoVsDontRow>
250
-
251
- <DoVsDontRow>
252
- <DoBlockItem
253
- title='Let Button handle icon sizing'
254
- description='Icon size adjusts automatically based on button size'
255
- >
256
-
257
- {/* prettier-ignore */}
258
- ```tsx
259
- import { Settings } from '@ledgerhq/lumen-ui-rnative/symbols';
260
-
261
- <Button icon={Settings} size='sm' onPress={() => {}}>
262
- Settings
263
- </Button>
264
- ```
265
-
266
- </DoBlockItem>
267
- <DontBlockItem
268
- title="Don't modify icon size directly"
269
- description='Avoid overriding icon dimensions in children'
270
- >
271
-
272
- {/* prettier-ignore */}
273
- ```tsx
274
- import { Settings } from '@ledgerhq/lumen-ui-rnative/symbols';
275
-
276
- <Button size='sm' onPress={() => {}}>
277
- <Settings size={24} /> Settings
278
- </Button>
279
- ```
280
-
281
- </DontBlockItem>
282
-
283
- </DoVsDontRow>
284
-
285
- <DoVsDontRow>
286
- <DoBlockItem
287
- title='Use isFull for width'
288
- description='Use the isFull prop for full-width buttons'
289
- >
290
-
291
- {/* prettier-ignore */}
292
- ```tsx
293
- <Button isFull onPress={() => {}}>
294
- Full Width
295
- </Button>
296
- ```
297
-
298
- </DoBlockItem>
299
- <DontBlockItem
300
- title="Don't use style for full width"
301
- description='Avoid using style to control button width'
302
- >
303
-
304
- {/* prettier-ignore */}
305
- ```tsx
306
- <Button style={{ width: '100%' }} onPress={() => {}}>
307
- Full Width
308
- </Button>
309
- ```
310
-
311
- </DontBlockItem>
312
-
313
- </DoVsDontRow>
314
-
315
- <DoVsDontRow>
316
- <DoBlockItem
317
- title='Provide proper onPress handlers'
318
- description='Always provide an onPress handler for interactive buttons'
319
- >
320
-
321
- {/* prettier-ignore */}
322
- ```tsx
323
- <Button onPress={() => navigation.navigate('Details')}>
324
- View Details
325
- </Button>
326
- ```
327
-
328
- </DoBlockItem>
329
- <DontBlockItem
330
- title="Don't omit onPress"
331
- description='Avoid creating buttons without onPress handlers'
332
- >
333
-
334
- {/* prettier-ignore */}
335
- ```tsx
336
- <Button>
337
- Clickable Looking Button
338
- </Button>
339
- ```
340
- </DontBlockItem>
341
- </DoVsDontRow>
342
- <CommonRulesDoAndDont />
343
- </Box>
344
-
345
146
  ## Platform Considerations
346
147
 
347
148
  ### iOS Specific
@@ -13,7 +13,7 @@ const meta: Meta<typeof Button> = {
13
13
  source: {
14
14
  language: 'tsx',
15
15
  format: true,
16
- type: 'code',
16
+ type: 'dynamic',
17
17
  },
18
18
  },
19
19
  },
@@ -50,17 +50,6 @@ export const Base: Story = {
50
50
  children: 'Base Button',
51
51
  },
52
52
  render: (args) => <Button {...args} />,
53
- parameters: {
54
- docs: {
55
- source: {
56
- code: `
57
- <Button appearance="base">
58
- Base Button
59
- </Button>
60
- `,
61
- },
62
- },
63
- },
64
53
  };
65
54
 
66
55
  export const IconText: Story = {
@@ -72,14 +61,7 @@ export const IconText: Story = {
72
61
  parameters: {
73
62
  docs: {
74
63
  source: {
75
- code: `
76
- <Button
77
- appearance="base"
78
- icon={Plus}
79
- >
80
- Add Item
81
- </Button>
82
- `,
64
+ code: `<Button appearance="base" icon={Plus}>Add Item</Button>`,
83
65
  },
84
66
  },
85
67
  },
@@ -91,20 +73,6 @@ export const Loading: Story = {
91
73
  children: 'Loading...',
92
74
  loading: true,
93
75
  },
94
- parameters: {
95
- docs: {
96
- source: {
97
- code: `
98
- <Button
99
- appearance="base"
100
- loading
101
- >
102
- Loading...
103
- </Button>
104
- `,
105
- },
106
- },
107
- },
108
76
  };
109
77
 
110
78
  export const AppearanceShowcase: Story = {
@@ -168,7 +136,7 @@ export const StatesShowcase: Story = {
168
136
  Loading
169
137
  </Button>
170
138
  <Button appearance='base' loading disabled>
171
- Loading
139
+ Disabled Loading
172
140
  </Button>
173
141
  </Box>
174
142
  ),
@@ -0,0 +1,149 @@
1
+ import figma from '@figma/code-connect';
2
+ import { CryptoIcon } from '@ledgerhq/crypto-icons';
3
+ import { ChevronRight, Wallet } from '../../Symbols';
4
+ import { Button } from '../Button';
5
+ import { Spot } from '../Spot';
6
+ import { Tag } from '../Tag';
7
+ import {
8
+ Card,
9
+ CardContent,
10
+ CardContentDescription,
11
+ CardContentTitle,
12
+ CardHeader,
13
+ CardLeading,
14
+ CardTrailing,
15
+ } from './Card';
16
+
17
+ // —— Card root ——
18
+ figma.connect(
19
+ Card,
20
+ 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=11025-33000',
21
+ {
22
+ imports: ["import { Card, CardFooter } from '@ledgerhq/lumen-ui-rnative'"],
23
+ props: {
24
+ outlined: figma.boolean('is-selected', {
25
+ true: true,
26
+ false: undefined,
27
+ }),
28
+ disabled: figma.enum('state', {
29
+ disabled: true,
30
+ }),
31
+ header: figma.children('.card-header'),
32
+ footer: figma.boolean('show-footer', {
33
+ true: figma.children('.card-footer'),
34
+ false: undefined,
35
+ }),
36
+ },
37
+ example: (props) => (
38
+ <Card outlined={props.outlined} disabled={props.disabled}>
39
+ {props.header}
40
+ {props.footer}
41
+ </Card>
42
+ ),
43
+ },
44
+ );
45
+
46
+ // —— CardHeader ——
47
+ figma.connect(
48
+ CardHeader,
49
+ 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=10541-743',
50
+ {
51
+ imports: [
52
+ "import { CardHeader, CardLeading, CardContent, CardContentTitle, CardContentDescription, CardTrailing } from '@ledgerhq/lumen-ui-rnative'",
53
+ "import { Spot, Button, Tag } from '@ledgerhq/lumen-ui-rnative'",
54
+ "import { CryptoIcon } from '@ledgerhq/crypto-icons'",
55
+ ],
56
+ props: {
57
+ title: figma.string('title'),
58
+ description: figma.string('description'),
59
+ leading: figma.enum('leading', {
60
+ spot: <Spot appearance='icon' icon={Wallet} />,
61
+ coin: <CryptoIcon ledgerId='bitcoin' ticker='BTC' size={48} />,
62
+ provider: (
63
+ <CryptoIcon
64
+ ledgerId='ethereum'
65
+ ticker='ETH'
66
+ size={48}
67
+ shape='square'
68
+ />
69
+ ),
70
+ 'interface-icon': <Wallet size={20} />,
71
+ none: undefined,
72
+ }),
73
+ trailing: figma.enum('trailing', {
74
+ value: figma.boolean('show-subvalue', {
75
+ true: (
76
+ <CardContent>
77
+ <CardContentTitle>$43,210.00</CardContentTitle>
78
+ <CardContentDescription>0.5 BTC</CardContentDescription>
79
+ </CardContent>
80
+ ),
81
+ false: (
82
+ <CardContent>
83
+ <CardContentTitle>$43,210.00</CardContentTitle>
84
+ </CardContent>
85
+ ),
86
+ }),
87
+ button: (
88
+ <Button appearance='base' size='sm' onPress={() => {}}>
89
+ Action
90
+ </Button>
91
+ ),
92
+ tag: <Tag label='Label' appearance='gray' />,
93
+ 'interface-icon': <Wallet size={20} />,
94
+ none: undefined,
95
+ }),
96
+ },
97
+ example: (props) => (
98
+ <CardHeader>
99
+ <CardLeading>
100
+ {props.leading}
101
+ <CardContent>
102
+ <CardContentTitle>{props.title}</CardContentTitle>
103
+ <CardContentDescription>{props.description}</CardContentDescription>
104
+ </CardContent>
105
+ </CardLeading>
106
+ <CardTrailing>{props.trailing}</CardTrailing>
107
+ </CardHeader>
108
+ ),
109
+ },
110
+ );
111
+
112
+ // —— Card (expandable/info variant) ——
113
+ figma.connect(
114
+ 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=14481-33979',
115
+ {
116
+ imports: [
117
+ "import { Card, CardHeader, CardLeading, CardContent, CardContentTitle, CardContentDescription, CardTrailing } from '@ledgerhq/lumen-ui-rnative'",
118
+ "import { ChevronRight } from '@ledgerhq/lumen-ui-rnative/symbols'",
119
+ ],
120
+ props: {
121
+ title: figma.string('title'),
122
+ description: figma.string('value'),
123
+ type: figma.enum('type', {
124
+ display: 'info',
125
+ interactive: 'interactive',
126
+ }),
127
+ disabled: figma.enum('state', {
128
+ disabled: true,
129
+ }),
130
+ },
131
+ example: (props) => (
132
+ <Card type={props.type} disabled={props.disabled}>
133
+ <CardHeader>
134
+ <CardLeading>
135
+ <CardContent>
136
+ <CardContentDescription>
137
+ {props.description}
138
+ </CardContentDescription>
139
+ <CardContentTitle>{props.title}</CardContentTitle>
140
+ </CardContent>
141
+ </CardLeading>
142
+ <CardTrailing>
143
+ <ChevronRight size={20} />
144
+ </CardTrailing>
145
+ </CardHeader>
146
+ </Card>
147
+ ),
148
+ },
149
+ );