@ledgerhq/lumen-ui-rnative 0.1.48 → 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 (292) 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.mdx +0 -190
  27. package/dist/module/lib/Components/Avatar/Avatar.figma.js +15 -12
  28. package/dist/module/lib/Components/Avatar/Avatar.figma.js.map +1 -1
  29. package/dist/module/lib/Components/Avatar/Avatar.js +4 -27
  30. package/dist/module/lib/Components/Avatar/Avatar.js.map +1 -1
  31. package/dist/module/lib/Components/Avatar/Avatar.mdx +53 -69
  32. package/dist/module/lib/Components/Avatar/Avatar.stories.js +27 -33
  33. package/dist/module/lib/Components/Avatar/Avatar.stories.js.map +1 -1
  34. package/dist/module/lib/Components/Avatar/Avatar.test.js +21 -39
  35. package/dist/module/lib/Components/Avatar/Avatar.test.js.map +1 -1
  36. package/dist/module/lib/Components/Banner/Banner.figma.js +107 -0
  37. package/dist/module/lib/Components/Banner/Banner.figma.js.map +1 -0
  38. package/dist/module/lib/Components/Banner/Banner.mdx +0 -86
  39. package/dist/module/lib/Components/BottomSheet/BottomSheet.figma.js +49 -0
  40. package/dist/module/lib/Components/BottomSheet/BottomSheet.figma.js.map +1 -0
  41. package/dist/module/lib/Components/BottomSheet/BottomSheet.mdx +0 -119
  42. package/dist/module/lib/Components/Button/Button.figma.js +45 -0
  43. package/dist/module/lib/Components/Button/Button.figma.js.map +1 -0
  44. package/dist/module/lib/Components/Button/Button.mdx +25 -224
  45. package/dist/module/lib/Components/Button/Button.stories.js +4 -36
  46. package/dist/module/lib/Components/Button/Button.stories.js.map +1 -1
  47. package/dist/module/lib/Components/Card/Card.figma.js +143 -0
  48. package/dist/module/lib/Components/Card/Card.figma.js.map +1 -0
  49. package/dist/module/lib/Components/Card/Card.mdx +0 -160
  50. package/dist/module/lib/Components/CardButton/CardButton.figma.js +38 -0
  51. package/dist/module/lib/Components/CardButton/CardButton.figma.js.map +1 -0
  52. package/dist/module/lib/Components/CardButton/CardButton.mdx +0 -48
  53. package/dist/module/lib/Components/Checkbox/Checkbox.figma.js +48 -0
  54. package/dist/module/lib/Components/Checkbox/Checkbox.figma.js.map +1 -0
  55. package/dist/module/lib/Components/Checkbox/Checkbox.mdx +0 -73
  56. package/dist/module/lib/Components/ContentBanner/ContentBanner.figma.js +91 -0
  57. package/dist/module/lib/Components/ContentBanner/ContentBanner.figma.js.map +1 -0
  58. package/dist/module/lib/Components/ContentBanner/ContentBanner.mdx +0 -2
  59. package/dist/module/lib/Components/CryptoIcon/CryptoIcon.figma.js +17 -0
  60. package/dist/module/lib/Components/CryptoIcon/CryptoIcon.figma.js.map +1 -0
  61. package/dist/module/lib/Components/DescriptionItem/DescriptionItem.figma.js +29 -0
  62. package/dist/module/lib/Components/DescriptionItem/DescriptionItem.figma.js.map +1 -0
  63. package/dist/module/lib/Components/Divider/Divider.figma.js +10 -0
  64. package/dist/module/lib/Components/Divider/Divider.figma.js.map +1 -0
  65. package/dist/module/lib/Components/Divider/Divider.mdx +0 -2
  66. package/dist/module/lib/Components/DotCount/DotCount.figma.js +29 -0
  67. package/dist/module/lib/Components/DotCount/DotCount.figma.js.map +1 -0
  68. package/dist/module/lib/Components/DotIndicator/DotIndicator.figma.js +29 -0
  69. package/dist/module/lib/Components/DotIndicator/DotIndicator.figma.js.map +1 -0
  70. package/dist/module/lib/Components/DotIndicator/DotIndicator.stories.js +6 -3
  71. package/dist/module/lib/Components/DotIndicator/DotIndicator.stories.js.map +1 -1
  72. package/dist/module/lib/Components/DotIndicator/getDotIndicatorProps.js +17 -0
  73. package/dist/module/lib/Components/DotIndicator/getDotIndicatorProps.js.map +1 -0
  74. package/dist/module/lib/Components/DotIndicator/getDotIndicatorProps.test.js +17 -0
  75. package/dist/module/lib/Components/DotIndicator/getDotIndicatorProps.test.js.map +1 -0
  76. package/dist/module/lib/Components/DotIndicator/index.js +1 -0
  77. package/dist/module/lib/Components/DotIndicator/index.js.map +1 -1
  78. package/dist/module/lib/Components/Icon/Icon.figma.js +1840 -0
  79. package/dist/module/lib/Components/Icon/Icon.figma.js.map +1 -0
  80. package/dist/module/lib/Components/Icon/Icon.mdx +0 -62
  81. package/dist/module/lib/Components/IconButton/IconButton.figma.js +42 -0
  82. package/dist/module/lib/Components/IconButton/IconButton.figma.js.map +1 -0
  83. package/dist/module/lib/Components/IconButton/IconButton.mdx +0 -68
  84. package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.figma.js +51 -0
  85. package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.figma.js.map +1 -0
  86. package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.mdx +0 -107
  87. package/dist/module/lib/Components/Link/Link.figma.js +41 -0
  88. package/dist/module/lib/Components/Link/Link.figma.js.map +1 -0
  89. package/dist/module/lib/Components/Link/Link.mdx +0 -102
  90. package/dist/module/lib/Components/ListItem/ListItem.figma.js +416 -0
  91. package/dist/module/lib/Components/ListItem/ListItem.figma.js.map +1 -0
  92. package/dist/module/lib/Components/ListItem/ListItem.mdx +0 -129
  93. package/dist/module/lib/Components/MediaBanner/MediaBanner.figma.js +25 -0
  94. package/dist/module/lib/Components/MediaBanner/MediaBanner.figma.js.map +1 -0
  95. package/dist/module/lib/Components/MediaBanner/MediaBanner.mdx +0 -3
  96. package/dist/module/lib/Components/MediaButton/MediaButton.figma.js +72 -0
  97. package/dist/module/lib/Components/MediaButton/MediaButton.figma.js.map +1 -0
  98. package/dist/module/lib/Components/MediaCard/MediaCard.figma.js +28 -0
  99. package/dist/module/lib/Components/MediaCard/MediaCard.figma.js.map +1 -0
  100. package/dist/module/lib/Components/MediaCard/MediaCard.mdx +0 -2
  101. package/dist/module/lib/Components/MediaImage/MediaImage.mdx +0 -1
  102. package/dist/module/lib/Components/MediaTag/MediaTag.figma.js +100 -0
  103. package/dist/module/lib/Components/MediaTag/MediaTag.figma.js.map +1 -0
  104. package/dist/module/lib/Components/MediaTag/MediaTag.mdx +0 -2
  105. package/dist/module/lib/Components/NavBar/NavBar.figma.js +79 -0
  106. package/dist/module/lib/Components/NavBar/NavBar.figma.js.map +1 -0
  107. package/dist/module/lib/Components/NavBar/NavBar.mdx +0 -2
  108. package/dist/module/lib/Components/OptionList/OptionList.mdx +0 -90
  109. package/dist/module/lib/Components/PageIndicator/PageIndicator.figma.js +13 -0
  110. package/dist/module/lib/Components/PageIndicator/PageIndicator.figma.js.map +1 -0
  111. package/dist/module/lib/Components/PageIndicator/PageIndicator.mdx +0 -2
  112. package/dist/module/lib/Components/SearchInput/SearchInput.figma.js +31 -0
  113. package/dist/module/lib/Components/SearchInput/SearchInput.figma.js.map +1 -0
  114. package/dist/module/lib/Components/SearchInput/SearchInput.mdx +0 -199
  115. package/dist/module/lib/Components/SegmentedControl/SegmentedControl.figma.js +35 -0
  116. package/dist/module/lib/Components/SegmentedControl/SegmentedControl.figma.js.map +1 -0
  117. package/dist/module/lib/Components/SegmentedControl/SegmentedControl.mdx +0 -1
  118. package/dist/module/lib/Components/Skeleton/Skeleton.figma.js +18 -0
  119. package/dist/module/lib/Components/Skeleton/Skeleton.figma.js.map +1 -0
  120. package/dist/module/lib/Components/Skeleton/Skeleton.mdx +0 -71
  121. package/dist/module/lib/Components/Spinner/Spinner.figma.js +13 -0
  122. package/dist/module/lib/Components/Spinner/Spinner.figma.js.map +1 -0
  123. package/dist/module/lib/Components/Spinner/Spinner.mdx +0 -100
  124. package/dist/module/lib/Components/Spot/Spot.figma.js +37 -0
  125. package/dist/module/lib/Components/Spot/Spot.figma.js.map +1 -0
  126. package/dist/module/lib/Components/Spot/Spot.mdx +0 -94
  127. package/dist/module/lib/Components/Stepper/Stepper.figma.js +13 -0
  128. package/dist/module/lib/Components/Stepper/Stepper.figma.js.map +1 -0
  129. package/dist/module/lib/Components/Stepper/Stepper.mdx +0 -67
  130. package/dist/module/lib/Components/Subheader/Subheader.figma.js +67 -0
  131. package/dist/module/lib/Components/Subheader/Subheader.figma.js.map +1 -0
  132. package/dist/module/lib/Components/Subheader/Subheader.mdx +0 -116
  133. package/dist/module/lib/Components/Switch/Switch.figma.js +58 -0
  134. package/dist/module/lib/Components/Switch/Switch.figma.js.map +1 -0
  135. package/dist/module/lib/Components/Switch/Switch.mdx +0 -39
  136. package/dist/module/lib/Components/TabBar/TabBar.figma.js +98 -0
  137. package/dist/module/lib/Components/TabBar/TabBar.figma.js.map +1 -0
  138. package/dist/module/lib/Components/TabBar/TabBar.mdx +0 -5
  139. package/dist/module/lib/Components/Tag/Tag.figma.js +41 -0
  140. package/dist/module/lib/Components/Tag/Tag.figma.js.map +1 -0
  141. package/dist/module/lib/Components/Tag/Tag.mdx +0 -2
  142. package/dist/module/lib/Components/TextInput/TextInput.figma.js +37 -0
  143. package/dist/module/lib/Components/TextInput/TextInput.figma.js.map +1 -0
  144. package/dist/module/lib/Components/TextInput/TextInput.mdx +0 -178
  145. package/dist/module/lib/Components/Tile/Tile.figma.js +111 -0
  146. package/dist/module/lib/Components/Tile/Tile.figma.js.map +1 -0
  147. package/dist/module/lib/Components/Tile/Tile.mdx +0 -53
  148. package/dist/module/lib/Components/TileButton/TileButton.figma.js +23 -0
  149. package/dist/module/lib/Components/TileButton/TileButton.figma.js.map +1 -0
  150. package/dist/module/lib/Components/TileButton/TileButton.mdx +0 -40
  151. package/dist/module/lib/Components/Tooltip/Tooltip.figma.js +26 -0
  152. package/dist/module/lib/Components/Tooltip/Tooltip.figma.js.map +1 -0
  153. package/dist/module/lib/Components/Tooltip/Tooltip.mdx +0 -183
  154. package/dist/module/lib/Components/Trend/Trend.figma.js +29 -0
  155. package/dist/module/lib/Components/Trend/Trend.figma.js.map +1 -0
  156. package/dist/module/lib/Components/Trend/Trend.mdx +0 -2
  157. package/dist/module/lib/Components/Utility/Text/Text.mdx +0 -1
  158. package/dist/module/lib/Symbols/Icons/ChevronAscending.js +1 -1
  159. package/dist/module/lib/Symbols/Icons/ChevronDescending.js +1 -1
  160. package/dist/module/lib/Symbols/Icons/Contact.js +50 -0
  161. package/dist/module/lib/Symbols/Icons/Contact.js.map +1 -0
  162. package/dist/module/lib/Symbols/index.js +1 -0
  163. package/dist/module/lib/Symbols/index.js.map +1 -1
  164. package/dist/typescript/src/lib/Animations/Pulse/Pulse.d.ts.map +1 -1
  165. package/dist/typescript/src/lib/Animations/Spin/Spin.d.ts.map +1 -1
  166. package/dist/typescript/src/lib/Components/Avatar/Avatar.d.ts +1 -4
  167. package/dist/typescript/src/lib/Components/Avatar/Avatar.d.ts.map +1 -1
  168. package/dist/typescript/src/lib/Components/Avatar/types.d.ts +0 -6
  169. package/dist/typescript/src/lib/Components/Avatar/types.d.ts.map +1 -1
  170. package/dist/typescript/src/lib/Components/DotIndicator/getDotIndicatorProps.d.ts +24 -0
  171. package/dist/typescript/src/lib/Components/DotIndicator/getDotIndicatorProps.d.ts.map +1 -0
  172. package/dist/typescript/src/lib/Components/DotIndicator/index.d.ts +1 -0
  173. package/dist/typescript/src/lib/Components/DotIndicator/index.d.ts.map +1 -1
  174. package/dist/typescript/src/lib/Symbols/Icons/Contact.d.ts +35 -0
  175. package/dist/typescript/src/lib/Symbols/Icons/Contact.d.ts.map +1 -0
  176. package/dist/typescript/src/lib/Symbols/index.d.ts +1 -0
  177. package/dist/typescript/src/lib/Symbols/index.d.ts.map +1 -1
  178. package/package.json +3 -3
  179. package/src/i18n/locales/de.json +1 -3
  180. package/src/i18n/locales/en.json +1 -3
  181. package/src/i18n/locales/es.json +1 -3
  182. package/src/i18n/locales/fr.json +1 -3
  183. package/src/i18n/locales/ja.json +1 -3
  184. package/src/i18n/locales/ko.json +1 -3
  185. package/src/i18n/locales/pt.json +1 -3
  186. package/src/i18n/locales/ru.json +1 -3
  187. package/src/i18n/locales/th.json +1 -3
  188. package/src/i18n/locales/tr.json +1 -3
  189. package/src/i18n/locales/zh.json +1 -3
  190. package/src/lib/Animations/Pulse/Pulse.mdx +0 -1
  191. package/src/lib/Animations/Pulse/Pulse.tsx +8 -1
  192. package/src/lib/Animations/Spin/Spin.mdx +0 -1
  193. package/src/lib/Animations/Spin/Spin.tsx +8 -1
  194. package/src/lib/Components/AddressInput/AddressInput.figma.tsx +39 -0
  195. package/src/lib/Components/AddressInput/AddressInput.mdx +0 -183
  196. package/src/lib/Components/AmountDisplay/AmountDisplay.figma.tsx +37 -0
  197. package/src/lib/Components/AmountDisplay/AmountDisplay.mdx +0 -90
  198. package/src/lib/Components/AmountInput/AmountInput.figma.tsx +78 -0
  199. package/src/lib/Components/AmountInput/AmountInput.mdx +0 -190
  200. package/src/lib/Components/Avatar/Avatar.figma.tsx +24 -14
  201. package/src/lib/Components/Avatar/Avatar.mdx +53 -69
  202. package/src/lib/Components/Avatar/Avatar.stories.tsx +16 -50
  203. package/src/lib/Components/Avatar/Avatar.test.tsx +12 -32
  204. package/src/lib/Components/Avatar/Avatar.tsx +4 -34
  205. package/src/lib/Components/Avatar/types.ts +0 -6
  206. package/src/lib/Components/Banner/Banner.figma.tsx +115 -0
  207. package/src/lib/Components/Banner/Banner.mdx +0 -86
  208. package/src/lib/Components/BottomSheet/BottomSheet.figma.tsx +52 -0
  209. package/src/lib/Components/BottomSheet/BottomSheet.mdx +0 -119
  210. package/src/lib/Components/Button/Button.figma.tsx +57 -0
  211. package/src/lib/Components/Button/Button.mdx +25 -224
  212. package/src/lib/Components/Button/Button.stories.tsx +3 -35
  213. package/src/lib/Components/Card/Card.figma.tsx +149 -0
  214. package/src/lib/Components/Card/Card.mdx +0 -160
  215. package/src/lib/Components/CardButton/CardButton.figma.tsx +49 -0
  216. package/src/lib/Components/CardButton/CardButton.mdx +0 -48
  217. package/src/lib/Components/Checkbox/Checkbox.figma.tsx +54 -0
  218. package/src/lib/Components/Checkbox/Checkbox.mdx +0 -73
  219. package/src/lib/Components/ContentBanner/ContentBanner.figma.tsx +108 -0
  220. package/src/lib/Components/ContentBanner/ContentBanner.mdx +0 -2
  221. package/src/lib/Components/CryptoIcon/CryptoIcon.figma.tsx +20 -0
  222. package/src/lib/Components/DescriptionItem/DescriptionItem.figma.tsx +36 -0
  223. package/src/lib/Components/Divider/Divider.figma.tsx +11 -0
  224. package/src/lib/Components/Divider/Divider.mdx +0 -2
  225. package/src/lib/Components/DotCount/DotCount.figma.tsx +32 -0
  226. package/src/lib/Components/DotIndicator/DotIndicator.figma.tsx +32 -0
  227. package/src/lib/Components/DotIndicator/DotIndicator.stories.tsx +4 -1
  228. package/src/lib/Components/DotIndicator/getDotIndicatorProps.test.ts +15 -0
  229. package/src/lib/Components/DotIndicator/getDotIndicatorProps.ts +10 -0
  230. package/src/lib/Components/DotIndicator/index.ts +1 -0
  231. package/src/lib/Components/Icon/Icon.figma.tsx +3085 -0
  232. package/src/lib/Components/Icon/Icon.mdx +0 -62
  233. package/src/lib/Components/IconButton/IconButton.figma.tsx +53 -0
  234. package/src/lib/Components/IconButton/IconButton.mdx +0 -68
  235. package/src/lib/Components/InteractiveIcon/InteractiveIcon.figma.tsx +52 -0
  236. package/src/lib/Components/InteractiveIcon/InteractiveIcon.mdx +0 -107
  237. package/src/lib/Components/Link/Link.figma.tsx +53 -0
  238. package/src/lib/Components/Link/Link.mdx +0 -102
  239. package/src/lib/Components/ListItem/ListItem.figma.tsx +431 -0
  240. package/src/lib/Components/ListItem/ListItem.mdx +0 -129
  241. package/src/lib/Components/MediaBanner/MediaBanner.figma.tsx +32 -0
  242. package/src/lib/Components/MediaBanner/MediaBanner.mdx +0 -3
  243. package/src/lib/Components/MediaButton/MediaButton.figma.tsx +60 -0
  244. package/src/lib/Components/MediaCard/MediaCard.figma.tsx +27 -0
  245. package/src/lib/Components/MediaCard/MediaCard.mdx +0 -2
  246. package/src/lib/Components/MediaImage/MediaImage.mdx +0 -1
  247. package/src/lib/Components/MediaTag/MediaTag.figma.tsx +116 -0
  248. package/src/lib/Components/MediaTag/MediaTag.mdx +0 -2
  249. package/src/lib/Components/NavBar/NavBar.figma.tsx +84 -0
  250. package/src/lib/Components/NavBar/NavBar.mdx +0 -2
  251. package/src/lib/Components/OptionList/OptionList.mdx +0 -90
  252. package/src/lib/Components/PageIndicator/PageIndicator.figma.tsx +11 -0
  253. package/src/lib/Components/PageIndicator/PageIndicator.mdx +0 -2
  254. package/src/lib/Components/SearchInput/SearchInput.figma.tsx +34 -0
  255. package/src/lib/Components/SearchInput/SearchInput.mdx +0 -199
  256. package/src/lib/Components/SegmentedControl/SegmentedControl.figma.tsx +34 -0
  257. package/src/lib/Components/SegmentedControl/SegmentedControl.mdx +0 -1
  258. package/src/lib/Components/Skeleton/Skeleton.figma.tsx +17 -0
  259. package/src/lib/Components/Skeleton/Skeleton.mdx +0 -71
  260. package/src/lib/Components/Spinner/Spinner.figma.tsx +12 -0
  261. package/src/lib/Components/Spinner/Spinner.mdx +0 -100
  262. package/src/lib/Components/Spot/Spot.figma.tsx +50 -0
  263. package/src/lib/Components/Spot/Spot.mdx +0 -94
  264. package/src/lib/Components/Stepper/Stepper.figma.tsx +11 -0
  265. package/src/lib/Components/Stepper/Stepper.mdx +0 -67
  266. package/src/lib/Components/Subheader/Subheader.figma.tsx +72 -0
  267. package/src/lib/Components/Subheader/Subheader.mdx +0 -116
  268. package/src/lib/Components/Switch/Switch.figma.tsx +66 -0
  269. package/src/lib/Components/Switch/Switch.mdx +0 -39
  270. package/src/lib/Components/TabBar/TabBar.figma.tsx +70 -0
  271. package/src/lib/Components/TabBar/TabBar.mdx +0 -5
  272. package/src/lib/Components/Tag/Tag.figma.tsx +52 -0
  273. package/src/lib/Components/Tag/Tag.mdx +0 -2
  274. package/src/lib/Components/TextInput/TextInput.figma.tsx +40 -0
  275. package/src/lib/Components/TextInput/TextInput.mdx +0 -178
  276. package/src/lib/Components/Tile/Tile.figma.tsx +113 -0
  277. package/src/lib/Components/Tile/Tile.mdx +0 -53
  278. package/src/lib/Components/TileButton/TileButton.figma.tsx +35 -0
  279. package/src/lib/Components/TileButton/TileButton.mdx +0 -40
  280. package/src/lib/Components/Tooltip/Tooltip.figma.tsx +30 -0
  281. package/src/lib/Components/Tooltip/Tooltip.mdx +0 -183
  282. package/src/lib/Components/Trend/Trend.figma.tsx +28 -0
  283. package/src/lib/Components/Trend/Trend.mdx +0 -2
  284. package/src/lib/Components/Utility/Text/Text.mdx +0 -1
  285. package/src/lib/Symbols/Icons/ChevronAscending.tsx +1 -1
  286. package/src/lib/Symbols/Icons/ChevronDescending.tsx +1 -1
  287. package/src/lib/Symbols/Icons/Contact.tsx +45 -0
  288. package/src/lib/Symbols/index.ts +1 -0
  289. package/dist/typescript/src/lib/Components/Avatar/Avatar.figma.d.ts +0 -2
  290. package/dist/typescript/src/lib/Components/Avatar/Avatar.figma.d.ts.map +0 -1
  291. package/dist/typescript/src/lib/Components/OptionList/OptionList.figma.d.ts +0 -2
  292. package/dist/typescript/src/lib/Components/OptionList/OptionList.figma.d.ts.map +0 -1
@@ -0,0 +1,27 @@
1
+ import figma from '@figma/code-connect';
2
+ import { Tag } from '../Tag';
3
+ import { MediaCard, MediaCardTitle } from './MediaCard';
4
+
5
+ figma.connect(
6
+ MediaCard,
7
+ 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=15160-2853',
8
+ {
9
+ imports: [
10
+ "import { MediaCard, MediaCardTitle } from '@ledgerhq/lumen-ui-rnative'",
11
+ "import { Tag } from '@ledgerhq/lumen-ui-rnative'",
12
+ ],
13
+ props: {
14
+ title: figma.string('title'),
15
+ tag: figma.boolean('show-tag', {
16
+ true: <Tag label='Label' appearance='base' />,
17
+ false: undefined,
18
+ }),
19
+ },
20
+ example: (props) => (
21
+ <MediaCard imageUrl='/image.jpg' onPress={() => {}} onClose={() => {}}>
22
+ {props.tag}
23
+ <MediaCardTitle>{props.title}</MediaCardTitle>
24
+ </MediaCard>
25
+ ),
26
+ },
27
+ );
@@ -1,7 +1,6 @@
1
1
  import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks';
2
2
  import * as MediaCardStories from './MediaCard.stories';
3
3
  import { CustomTabs, Tab } from '../../../../.storybook/components';
4
- import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
5
4
 
6
5
  <Meta title='Core/MediaCard' of={MediaCardStories} />
7
6
 
@@ -105,7 +104,6 @@ Use the `lx` prop for layout adjustments like margins or positioning:
105
104
  </MediaCard>
106
105
  ```
107
106
 
108
- <CommonRulesDoAndDont />
109
107
 
110
108
  </Tab>
111
109
  </CustomTabs>
@@ -2,7 +2,6 @@ import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks';
2
2
  import * as MediaImageStories from './MediaImage.stories';
3
3
  import { MediaImage } from './MediaImage';
4
4
  import { CustomTabs, Tab } from '../../../../.storybook/components';
5
- import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
6
5
 
7
6
 
8
7
  <Meta title='Core/MediaImage' of={MediaImageStories} />
@@ -0,0 +1,116 @@
1
+ import figma from '@figma/code-connect';
2
+ import CryptoIcon from '@ledgerhq/crypto-icons/native';
3
+ import { MediaTag } from './MediaTag';
4
+
5
+ figma.connect(
6
+ MediaTag,
7
+ 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=16793-36383',
8
+ {
9
+ imports: [
10
+ "import { MediaTag } from '@ledgerhq/lumen-ui-rnative'",
11
+ "import CryptoIcon from '@ledgerhq/crypto-icons/native'",
12
+ ],
13
+ variant: { 'leading-icon': 'coin' },
14
+ props: {
15
+ label: figma.string('label'),
16
+ appearance: figma.enum('appearance', {
17
+ base: 'base',
18
+ gray: 'gray',
19
+ accent: 'accent',
20
+ 'accent-subtle': 'accent-subtle',
21
+ success: 'success',
22
+ error: 'error',
23
+ warning: 'warning',
24
+ white: 'white',
25
+ }),
26
+ size: figma.enum('size', {
27
+ md: 'md',
28
+ sm: 'sm',
29
+ }),
30
+ tagSize: figma.enum('size', {
31
+ md: 16,
32
+ sm: 12,
33
+ }),
34
+ disabled: figma.enum('appearance', {
35
+ disabled: true,
36
+ }),
37
+ coin: figma.nestedProps('coin', {
38
+ asset: figma.enum('asset', {
39
+ btc: 'btc',
40
+ eth: 'eth',
41
+ }),
42
+ }),
43
+ },
44
+ example: (props) => (
45
+ <MediaTag
46
+ disabled={props.disabled}
47
+ label={props.label}
48
+ appearance={props.appearance}
49
+ size={props.size}
50
+ leadingContent={
51
+ <CryptoIcon
52
+ ticker={props.coin.asset}
53
+ ledgerId={props.coin.asset}
54
+ size={props.tagSize}
55
+ />
56
+ }
57
+ />
58
+ ),
59
+ },
60
+ );
61
+
62
+ figma.connect(
63
+ MediaTag,
64
+ 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=16793-36383',
65
+ {
66
+ imports: [
67
+ "import { MediaTag } from '@ledgerhq/lumen-ui-rnative'",
68
+ "import CryptoIcon from '@ledgerhq/crypto-icons/native'",
69
+ ],
70
+ variant: { 'leading-icon': 'network' },
71
+ props: {
72
+ label: figma.string('label'),
73
+ appearance: figma.enum('appearance', {
74
+ base: 'base',
75
+ gray: 'gray',
76
+ accent: 'accent',
77
+ 'accent-subtle': 'accent-subtle',
78
+ success: 'success',
79
+ error: 'error',
80
+ warning: 'warning',
81
+ white: 'white',
82
+ }),
83
+ size: figma.enum('size', {
84
+ md: 'md',
85
+ sm: 'sm',
86
+ }),
87
+ tagSize: figma.enum('size', {
88
+ md: 16,
89
+ sm: 12,
90
+ }),
91
+ disabled: figma.enum('appearance', {
92
+ disabled: true,
93
+ }),
94
+ network: figma.nestedProps('network', {
95
+ ticker: figma.enum('network', {
96
+ eth: 'eth',
97
+ }),
98
+ }),
99
+ },
100
+ example: (props) => (
101
+ <MediaTag
102
+ disabled={props.disabled}
103
+ label={props.label}
104
+ appearance={props.appearance}
105
+ size={props.size}
106
+ leadingContent={
107
+ <CryptoIcon
108
+ ticker={props.network.ticker}
109
+ ledgerId={props.network.ticker}
110
+ size={props.tagSize}
111
+ />
112
+ }
113
+ />
114
+ ),
115
+ },
116
+ );
@@ -1,8 +1,6 @@
1
1
  import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks';
2
2
  import * as MediaTagStories from './MediaTag.stories';
3
3
  import { CustomTabs, Tab } from '../../../../.storybook/components';
4
- import { DoVsDontRow, DoBlockItem, DontBlockItem } from '../../../../.storybook/components/DoVsDont';
5
- import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
6
4
  import { Box } from '../Utility/Box';
7
5
 
8
6
  <Meta title='Core/MediaTag' of={MediaTagStories} />
@@ -0,0 +1,84 @@
1
+ import figma from '@figma/code-connect';
2
+ import CryptoIcon from '@ledgerhq/crypto-icons/native';
3
+ import {
4
+ IconButton,
5
+ NavBarCoinCapsule,
6
+ NavBarTrailing,
7
+ TileDescription,
8
+ } from '@ledgerhq/lumen-ui-rnative';
9
+ import { Settings } from '../../Symbols';
10
+ import { NavBar, NavBarBackButton, NavBarContent, NavBarTitle } from './NavBar';
11
+
12
+ figma.connect(
13
+ NavBar,
14
+ 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=1426-4697',
15
+ {
16
+ imports: [
17
+ "import { NavBar, NavBarBackButton, NavBarContent, NavBarTitle } from '@ledgerhq/lumen-ui-rnative'",
18
+ ],
19
+ props: {
20
+ density: figma.enum('density', {
21
+ compact: 'compact',
22
+ expanded: 'expanded',
23
+ }),
24
+ backButton: figma.boolean('show-back', {
25
+ true: <NavBarBackButton onPress={() => {}} />,
26
+ false: undefined,
27
+ }),
28
+ title: figma.boolean('show-title', {
29
+ true: <NavBarTitle>Title</NavBarTitle>,
30
+ false: undefined,
31
+ }),
32
+ description: figma.boolean('show-description', {
33
+ true: figma.boolean('show-network', {
34
+ true: (
35
+ <TileDescription>
36
+ Description{' '}
37
+ <CryptoIcon ledgerId='ethereum' ticker='ETH' size={20} />
38
+ </TileDescription>
39
+ ),
40
+ false: <TileDescription>Description</TileDescription>,
41
+ }),
42
+ false: undefined,
43
+ }),
44
+ coinCapsule: figma.enum('content', {
45
+ asset: (
46
+ <NavBarCoinCapsule
47
+ ticker='Bitcoin'
48
+ leadingContent={
49
+ <CryptoIcon ledgerId='bitcoin' ticker='BTC' size={24} />
50
+ }
51
+ />
52
+ ),
53
+ }),
54
+ trailing: figma.boolean('show-trailing-icon', {
55
+ true: (
56
+ <NavBarTrailing>
57
+ <IconButton icon={Settings} accessibilityLabel='Settings' />
58
+ </NavBarTrailing>
59
+ ),
60
+ false: undefined,
61
+ }),
62
+ secondaryTrailing: figma.boolean('show-second-trailing-icon', {
63
+ true: (
64
+ <NavBarTrailing>
65
+ <IconButton icon={Settings} accessibilityLabel='Settings' />
66
+ </NavBarTrailing>
67
+ ),
68
+ false: undefined,
69
+ }),
70
+ },
71
+ example: (props) => (
72
+ <NavBar density={props.density}>
73
+ {props.backButton}
74
+ <NavBarContent>
75
+ {props.title}
76
+ {props.description}
77
+ </NavBarContent>
78
+ {props.coinCapsule}
79
+ {props.trailing}
80
+ {props.secondaryTrailing}
81
+ </NavBar>
82
+ ),
83
+ },
84
+ );
@@ -3,7 +3,6 @@ import { Box } from '../Utility';
3
3
  import * as NavBarStories from './NavBar.stories';
4
4
  import { NavBar, NavBarBackButton, NavBarContent } from './NavBar';
5
5
  import { CustomTabs, Tab } from '../../../../.storybook/components';
6
- import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
7
6
 
8
7
  <Meta title='Core/NavBar' of={NavBarStories} />
9
8
 
@@ -253,7 +252,6 @@ export default function DetailsScreen() {
253
252
  }
254
253
  ```
255
254
 
256
- <CommonRulesDoAndDont />
257
255
 
258
256
  </Tab>
259
257
  </CustomTabs>
@@ -3,9 +3,6 @@ import * as OptionListStories from './OptionList.stories';
3
3
  import {
4
4
  CustomTabs,
5
5
  Tab,
6
- DoVsDontRow,
7
- DoBlockItem,
8
- DontBlockItem,
9
6
  } from '../../../../.storybook/components';
10
7
 
11
8
  <Meta title='Core/OptionList' of={OptionListStories} />
@@ -276,93 +273,6 @@ const items = [
276
273
  />
277
274
  ```
278
275
 
279
- ## Do's and Don'ts
280
-
281
- <div className='flex flex-col gap-24'>
282
-
283
- <DoVsDontRow>
284
- <DoBlockItem
285
- title='Pass items as a flat array'
286
- description='Use the group field for grouping — the component handles labels and separators automatically.'
287
- >
288
-
289
- {/* prettier-ignore */}
290
- ```tsx
291
- <OptionList
292
- items={[
293
- { value: 'a', label: 'A', group: 'Group 1' },
294
- { value: 'b', label: 'B', group: 'Group 2' },
295
- ]}
296
- value={value}
297
- onValueChange={setValue}
298
- >
299
- <OptionListContent renderItem={...} />
300
- </OptionList>
301
- ```
302
-
303
- </DoBlockItem>
304
- <DontBlockItem
305
- title="Don't manually render group labels or separators"
306
- description='OptionListContent handles group rendering internally based on item data.'
307
- >
308
-
309
- {/* prettier-ignore */}
310
- ```tsx
311
- <OptionList
312
- items={items}
313
- value={value}
314
- onValueChange={setValue}
315
- >
316
- <Text>Group 1</Text>
317
- <OptionListContent renderItem={...} />
318
- <Divider />
319
- <Text>Group 2</Text>
320
- <OptionListContent renderItem={...} />
321
- </OptionList>
322
- ```
323
-
324
- </DontBlockItem>
325
- </DoVsDontRow>
326
-
327
- <DoVsDontRow>
328
- <DoBlockItem
329
- title='Compose OptionList inside your own container'
330
- description='OptionList is display-only — wrap it in a BottomSheet, screen, or any layout.'
331
- >
332
-
333
- {/* prettier-ignore */}
334
- ```tsx
335
- <BottomSheet ref={ref}>
336
- <BottomSheetView>
337
- <OptionList items={items} value={value} onValueChange={setValue}>
338
- <OptionListContent renderItem={...} />
339
- </OptionList>
340
- </BottomSheetView>
341
- </BottomSheet>
342
- ```
343
-
344
- </DoBlockItem>
345
- <DontBlockItem
346
- title="Don't expect OptionList to manage the BottomSheet"
347
- description='Use OptionListTrigger to open the sheet yourself — OptionList only handles selection state, not the container.'
348
- >
349
-
350
- {/* prettier-ignore */}
351
- ```tsx
352
- <OptionList
353
- items={items}
354
- value={value}
355
- onValueChange={setValue}
356
- trigger={<Button>Open</Button>}
357
- >
358
- <OptionListContent renderItem={...} />
359
- </OptionList>
360
- ```
361
-
362
- </DontBlockItem>
363
- </DoVsDontRow>
364
-
365
- </div>
366
276
 
367
277
  </Tab>
368
278
  </CustomTabs>
@@ -0,0 +1,11 @@
1
+ import figma from '@figma/code-connect';
2
+ import { PageIndicator } from './PageIndicator';
3
+
4
+ figma.connect(
5
+ PageIndicator,
6
+ 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=11768-12849',
7
+ {
8
+ imports: ["import { PageIndicator } from '@ledgerhq/lumen-ui-rnative'"],
9
+ example: () => <PageIndicator currentPage={2} totalPages={5} />,
10
+ },
11
+ );
@@ -2,7 +2,6 @@ import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks';
2
2
  import * as PageIndicatorStories from './PageIndicator.stories';
3
3
  import { PageIndicator } from './PageIndicator';
4
4
  import { CustomTabs, Tab } from '../../../../.storybook/components';
5
- import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
6
5
 
7
6
  <Meta title='Core/PageIndicator' of={PageIndicatorStories} />
8
7
 
@@ -118,7 +117,6 @@ function MyComponent() {
118
117
  }
119
118
  ```
120
119
 
121
- <CommonRulesDoAndDont />
122
120
 
123
121
  </Tab>
124
122
  </CustomTabs>
@@ -0,0 +1,34 @@
1
+ import figma from '@figma/code-connect';
2
+ import { SearchInput } from './SearchInput';
3
+
4
+ figma.connect(
5
+ SearchInput,
6
+ 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=2248%3A3468',
7
+ {
8
+ imports: ["import { SearchInput } from '@ledgerhq/lumen-ui-rnative'"],
9
+ props: {
10
+ appearance: figma.enum('appearance', {
11
+ plain: 'plain',
12
+ transparent: 'transparent',
13
+ }),
14
+ placeholder: figma.enum('search-state', {
15
+ placeholder: figma.string('placeholder'),
16
+ }),
17
+ value: figma.enum('search-state', {
18
+ typing: figma.string('value'),
19
+ }),
20
+ disabled: figma.enum('state', {
21
+ disabled: true,
22
+ }),
23
+ },
24
+ example: (props) => (
25
+ <SearchInput
26
+ appearance={props.appearance}
27
+ placeholder={props.placeholder}
28
+ value={props.value}
29
+ disabled={props.disabled}
30
+ onChangeText={() => {}}
31
+ />
32
+ ),
33
+ },
34
+ );
@@ -2,8 +2,6 @@ import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks';
2
2
  import * as SearchInputStories from './SearchInput.stories';
3
3
  import { SearchInput } from './SearchInput';
4
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
5
 
8
6
  <Meta title='Core/SearchInput' of={SearchInputStories} />
9
7
 
@@ -326,203 +324,6 @@ function MyComponent() {
326
324
  }
327
325
  ```
328
326
 
329
- ## Do's and Don'ts
330
-
331
- The following guidelines ensure consistent usage of the SearchInput component and maintain design system principles.
332
-
333
- <div style={{ display: 'flex', flexDirection: 'column', gap: 24 }}>
334
- <DoVsDontRow>
335
- <DoBlockItem
336
- title='Use placeholder text'
337
- description='SearchInput uses placeholder text instead of labels for optimal search UX'
338
- >
339
-
340
- {/* prettier-ignore */}
341
- ```tsx
342
- <SearchInput
343
- placeholder='Search by name or email'
344
- value={query}
345
- onChangeText={setQuery}
346
- />
347
- ```
348
-
349
- </DoBlockItem>
350
- <DontBlockItem
351
- title="Don't use label prop"
352
- description='SearchInput component does not support labels as they are not suitable for search UX patterns'
353
- >
354
-
355
- {/* prettier-ignore */}
356
- ```tsx
357
- <SearchInput
358
- label='Search' // Not supported, will cause error
359
- placeholder='Search by name or email'
360
- value={query}
361
- />
362
- ```
363
-
364
- </DontBlockItem>
365
-
366
- </DoVsDontRow>
367
-
368
- <DoVsDontRow>
369
- <DoBlockItem
370
- title='Use the built-in search icon'
371
- description='The search icon is automatically included and cannot be changed'
372
- >
373
-
374
- {/* prettier-ignore */}
375
- ```tsx
376
- <SearchInput
377
- placeholder='Search products'
378
- value={query}
379
- onChangeText={handleChange}
380
- />
381
- ```
382
-
383
- </DoBlockItem>
384
- <DontBlockItem
385
- title="Don't override the search icon"
386
- description='The prefix prop is not available on SearchInput component'
387
- >
388
-
389
- {/* prettier-ignore */}
390
- ```tsx
391
- <SearchInput
392
- prefix={<CustomIcon />} // Not supported, will cause error
393
- placeholder='Search products'
394
- />
395
- ```
396
-
397
- </DontBlockItem>
398
-
399
- </DoVsDontRow>
400
-
401
- <DoVsDontRow>
402
- <DoBlockItem
403
- title='Use onClear for custom logic only'
404
- description='Let the component handle clearing automatically, add onClear only for additional logic'
405
- >
406
-
407
- {/* prettier-ignore */}
408
- ```tsx
409
- <SearchInput
410
- placeholder='Search'
411
- value={query}
412
- onChangeText={setQuery}
413
- onClear={() => {
414
- // Default clearing happens automatically
415
- analytics.track('search_cleared');
416
- }}
417
- />
418
- ```
419
-
420
- </DoBlockItem>
421
- <DontBlockItem
422
- title="Don't manually clear in onClear"
423
- description='Value clearing happens automatically - no need to call setQuery'
424
- >
425
-
426
- {/* prettier-ignore */}
427
- ```tsx
428
- <SearchInput
429
- placeholder='Search'
430
- value={query}
431
- onChangeText={setQuery}
432
- onClear={() => setQuery('')}
433
- />
434
- ```
435
-
436
- </DontBlockItem>
437
-
438
- </DoVsDontRow>
439
-
440
- <DoVsDontRow>
441
- <DoBlockItem
442
- title='Debounce expensive search operations'
443
- description='Use debouncing for API calls or expensive filtering to improve performance'
444
- >
445
-
446
- {/* prettier-ignore */}
447
- ```tsx
448
- const debouncedSearch = useCallback(
449
- debounce((text: string) => performSearch(text), 500),
450
- []
451
- );
452
-
453
- <SearchInput
454
- placeholder='Search'
455
- value={query}
456
- onChangeText={(text) => {
457
- setQuery(text);
458
- debouncedSearch(text);
459
- }}
460
- />
461
- ```
462
-
463
- </DoBlockItem>
464
- <DontBlockItem
465
- title="Don't perform expensive operations on every keystroke"
466
- description='Avoid running expensive operations on every input change without debouncing'
467
- >
468
-
469
- {/* prettier-ignore */}
470
- ```tsx
471
- const debouncedSearch = useCallback(
472
- debounce((text: string) => performSearch(text), 500),
473
- []
474
- );
475
-
476
- <SearchInput
477
- placeholder='Search'
478
- value={query}
479
- onChangeText={(text) => {
480
- setQuery(text);
481
- performExpensiveAPICall(text); // Should be debounced
482
- }}
483
- />
484
- ```
485
-
486
- </DontBlockItem>
487
-
488
- </DoVsDontRow>
489
-
490
- <DoVsDontRow>
491
- <DoBlockItem
492
- title='Provide descriptive placeholder text'
493
- description='Use clear, specific placeholder text that describes what users can search for'
494
- >
495
-
496
- {/* prettier-ignore */}
497
- ```tsx
498
- <SearchInput
499
- placeholder='Search by name or email'
500
- value={query}
501
- onChangeText={setQuery}
502
- />
503
- ```
504
-
505
- </DoBlockItem>
506
- <DontBlockItem
507
- title="Don't use vague placeholder text"
508
- description='Avoid generic or unclear placeholder text that does not help users'
509
- >
510
-
511
- {/* prettier-ignore */}
512
- ```tsx
513
- <SearchInput
514
- placeholder='Type here'
515
- value={query}
516
- onChangeText={setQuery}
517
- />
518
- ```
519
-
520
- </DontBlockItem>
521
-
522
- </DoVsDontRow>
523
-
524
- <CommonRulesDoAndDont />
525
- </div>
526
327
 
527
328
  ## Platform Considerations
528
329
 
@@ -0,0 +1,34 @@
1
+ import figma from '@figma/code-connect';
2
+ import { SegmentedControl, SegmentedControlButton } from './SegmentedControl';
3
+
4
+ figma.connect(
5
+ SegmentedControl,
6
+ 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=1170-2345',
7
+ {
8
+ imports: [
9
+ "import { SegmentedControl, SegmentedControlButton } from '@ledgerhq/lumen-ui-rnative'",
10
+ ],
11
+ props: {
12
+ appearance: figma.enum('appearance', {
13
+ background: 'background',
14
+ 'no-background': 'no-background',
15
+ }),
16
+ tabLayout: figma.enum('tab-width', {
17
+ fixed: 'fixed',
18
+ hug: 'fit',
19
+ }),
20
+ },
21
+ example: (props) => (
22
+ <SegmentedControl
23
+ selectedValue='tab1'
24
+ onSelectedChange={() => {}}
25
+ appearance={props.appearance}
26
+ tabLayout={props.tabLayout}
27
+ >
28
+ <SegmentedControlButton value='tab1'>Tab 1</SegmentedControlButton>
29
+ <SegmentedControlButton value='tab2'>Tab 2</SegmentedControlButton>
30
+ <SegmentedControlButton value='tab3'>Tab 3</SegmentedControlButton>
31
+ </SegmentedControl>
32
+ ),
33
+ },
34
+ );