@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
@@ -10,9 +10,7 @@
10
10
  "amountHiddenAriaLabel": "Betrag ausgeblendet"
11
11
  },
12
12
  "avatar": {
13
- "defaultAlt": "Benutzer-Avatar",
14
- "notificationAriaLabel": "Hat Benachrichtigung",
15
- "fallbackIconAriaLabel": "Fallback-Icon"
13
+ "defaultAriaLabel": "Benutzer-Avatar"
16
14
  },
17
15
  "baseInput": {
18
16
  "clearInputAriaLabel": "Eingabe löschen"
@@ -10,9 +10,7 @@
10
10
  "amountHiddenAriaLabel": "Amount hidden"
11
11
  },
12
12
  "avatar": {
13
- "defaultAlt": "User avatar",
14
- "notificationAriaLabel": "Has notification",
15
- "fallbackIconAriaLabel": "Fallback Icon"
13
+ "defaultAriaLabel": "User avatar"
16
14
  },
17
15
  "baseInput": {
18
16
  "clearInputAriaLabel": "Clear input"
@@ -10,9 +10,7 @@
10
10
  "amountHiddenAriaLabel": "Importe oculto"
11
11
  },
12
12
  "avatar": {
13
- "defaultAlt": "Avatar de usuario",
14
- "notificationAriaLabel": "Tiene notificación",
15
- "fallbackIconAriaLabel": "Ícono alternativo"
13
+ "defaultAriaLabel": "Avatar de usuario"
16
14
  },
17
15
  "baseInput": {
18
16
  "clearInputAriaLabel": "Borrar entrada"
@@ -10,9 +10,7 @@
10
10
  "amountHiddenAriaLabel": "Montant masqué"
11
11
  },
12
12
  "avatar": {
13
- "defaultAlt": "Avatar de l'utilisateur",
14
- "notificationAriaLabel": "A une notification",
15
- "fallbackIconAriaLabel": "Icône par défaut"
13
+ "defaultAriaLabel": "Avatar de l'utilisateur"
16
14
  },
17
15
  "baseInput": {
18
16
  "clearInputAriaLabel": "Effacer la saisie"
@@ -10,9 +10,7 @@
10
10
  "amountHiddenAriaLabel": "金額非表示"
11
11
  },
12
12
  "avatar": {
13
- "defaultAlt": "ユーザーアバター",
14
- "notificationAriaLabel": "通知あり",
15
- "fallbackIconAriaLabel": "フォールバックアイコン"
13
+ "defaultAriaLabel": "ユーザーアバター"
16
14
  },
17
15
  "baseInput": {
18
16
  "clearInputAriaLabel": "インプットを削除"
@@ -10,9 +10,7 @@
10
10
  "amountHiddenAriaLabel": "금액 숨김"
11
11
  },
12
12
  "avatar": {
13
- "defaultAlt": "사용자 아바타",
14
- "notificationAriaLabel": "알림 있음",
15
- "fallbackIconAriaLabel": "대체 아이콘"
13
+ "defaultAriaLabel": "사용자 아바타"
16
14
  },
17
15
  "baseInput": {
18
16
  "clearInputAriaLabel": "입력 값 지우기"
@@ -10,9 +10,7 @@
10
10
  "amountHiddenAriaLabel": "Valor oculto"
11
11
  },
12
12
  "avatar": {
13
- "defaultAlt": "Avatar do usuário",
14
- "notificationAriaLabel": "Tem notificação",
15
- "fallbackIconAriaLabel": "Ícone fallback"
13
+ "defaultAriaLabel": "Avatar do usuário"
16
14
  },
17
15
  "baseInput": {
18
16
  "clearInputAriaLabel": "Limpar input"
@@ -10,9 +10,7 @@
10
10
  "amountHiddenAriaLabel": "Сумма скрыта"
11
11
  },
12
12
  "avatar": {
13
- "defaultAlt": "Аватар пользователя",
14
- "notificationAriaLabel": "Есть уведомление",
15
- "fallbackIconAriaLabel": "Стандартная иконка"
13
+ "defaultAriaLabel": "Аватар пользователя"
16
14
  },
17
15
  "baseInput": {
18
16
  "clearInputAriaLabel": "Очистить поле"
@@ -10,9 +10,7 @@
10
10
  "amountHiddenAriaLabel": "ยอดเงินถูกซ่อน"
11
11
  },
12
12
  "avatar": {
13
- "defaultAlt": "อวาตาร์ผู้ใช้",
14
- "notificationAriaLabel": "มีการแจ้งเตือน",
15
- "fallbackIconAriaLabel": "ไอคอนสำรอง"
13
+ "defaultAriaLabel": "อวาตาร์ผู้ใช้"
16
14
  },
17
15
  "baseInput": {
18
16
  "clearInputAriaLabel": "ล้างอินพุต"
@@ -10,9 +10,7 @@
10
10
  "amountHiddenAriaLabel": "Tutar gizlendi"
11
11
  },
12
12
  "avatar": {
13
- "defaultAlt": "Kullanıcı avatarı",
14
- "notificationAriaLabel": "Bildirim var",
15
- "fallbackIconAriaLabel": "Yedek simge"
13
+ "defaultAriaLabel": "Kullanıcı avatarı"
16
14
  },
17
15
  "baseInput": {
18
16
  "clearInputAriaLabel": "Girdiyi temizle"
@@ -10,9 +10,7 @@
10
10
  "amountHiddenAriaLabel": "金额已隐藏"
11
11
  },
12
12
  "avatar": {
13
- "defaultAlt": "用户头像",
14
- "notificationAriaLabel": "有通知",
15
- "fallbackIconAriaLabel": "备用图标"
13
+ "defaultAriaLabel": "用户头像"
16
14
  },
17
15
  "baseInput": {
18
16
  "clearInputAriaLabel": "清空输入框"
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
 
3
3
  import { useEffect, memo } from 'react';
4
- import Animated, { cancelAnimation, useAnimatedStyle, useSharedValue, withRepeat, withTiming } from 'react-native-reanimated';
4
+ import Animated, { cancelAnimation, ReduceMotion, useAnimatedStyle, useSharedValue, withRepeat, withTiming } from 'react-native-reanimated';
5
5
  import { useResolveViewStyle } from "../../../styles/index.js";
6
6
  import { useTimingConfig } from "../useTimingConfig.js";
7
7
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -13,7 +13,7 @@ const TIMING_DEFAULTS = {
13
13
  const _worklet_14803833854110_init_data = {
14
14
  code: "function PulseTsx1(){const{sv}=this.__closure;return{opacity:sv.value};}",
15
15
  location: "/home/runner/work/lumen/lumen/libs/ui-rnative/src/lib/Animations/Pulse/Pulse.tsx",
16
- sourceMap: "{\"version\":3,\"names\":[\"PulseTsx1\",\"sv\",\"__closure\",\"opacity\",\"value\"],\"sources\":[\"/home/runner/work/lumen/lumen/libs/ui-rnative/src/lib/Animations/Pulse/Pulse.tsx\"],\"mappings\":\"AA4CM,SAAAA,UAAA,QAAAC,EAAA,OAAAC,SAAA,OAAO,CACLC,OAAO,CAAEF,EAAE,CAACG,KACd,CAAC\",\"ignoreList\":[]}"
16
+ sourceMap: "{\"version\":3,\"names\":[\"PulseTsx1\",\"sv\",\"__closure\",\"opacity\",\"value\"],\"sources\":[\"/home/runner/work/lumen/lumen/libs/ui-rnative/src/lib/Animations/Pulse/Pulse.tsx\"],\"mappings\":\"AAmDM,SAAAA,UAAA,QAAAC,EAAA,OAAAC,SAAA,OAAO,CACLC,OAAO,CAAEF,EAAE,CAACG,KACd,CAAC\",\"ignoreList\":[]}"
17
17
  };
18
18
  export const Pulse = /*#__PURE__*/memo(({
19
19
  children,
@@ -31,7 +31,7 @@ export const Pulse = /*#__PURE__*/memo(({
31
31
  });
32
32
  useEffect(() => {
33
33
  if (animate) {
34
- sv.value = withRepeat(withTiming(MIN_OPACITY, timingConfig), -1, true);
34
+ sv.value = withRepeat(withTiming(MIN_OPACITY, timingConfig), -1, true, undefined, ReduceMotion.System);
35
35
  } else {
36
36
  cancelAnimation(sv);
37
37
  sv.value = withTiming(1, timingConfig);
@@ -1 +1 @@
1
- {"version":3,"names":["useEffect","memo","Animated","cancelAnimation","useAnimatedStyle","useSharedValue","withRepeat","withTiming","useResolveViewStyle","useTimingConfig","jsx","_jsx","MIN_OPACITY","TIMING_DEFAULTS","duration","easing","_worklet_14803833854110_init_data","code","location","sourceMap","Pulse","children","timing","animate","style","lx","props","sv","resolvedLxStyle","timingConfig","value","animatedStyle","PulseTsx1Factory","_e","global","Error","PulseTsx1","opacity","__closure","__workletHash","__pluginVersion","__initData","__stackDetails","View","collapsable","displayName"],"sourceRoot":"../../../../../src","sources":["lib/Animations/Pulse/Pulse.tsx"],"mappings":";;AAAA,SAASA,SAAS,EAAEC,IAAI,QAAQ,OAAO;AACvC,OAAOC,QAAQ,IACbC,eAAe,EACfC,gBAAgB,EAChBC,cAAc,EACdC,UAAU,EACVC,UAAU,QACL,yBAAyB;AAChC,SAASC,mBAAmB,QAAQ,0BAAiB;AAErD,SAASC,eAAe,QAAQ,uBAAoB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAGrD,MAAMC,WAAW,GAAG,IAAI;AAExB,MAAMC,eAA6B,GAAG;EACpCC,QAAQ,EAAE,IAAI;EACdC,MAAM,EAAE;AACV,CAAC;AAAC,MAAAC,iCAAA;EAAAC,IAAA;EAAAC,QAAA;EAAAC,SAAA;AAAA;AACF,OAAO,MAAMC,KAAK,gBAAGnB,IAAI,CACvB,CAAC;EAAEoB,QAAQ;EAAEC,MAAM;EAAEC,OAAO;EAAEC,KAAK;EAAEC,EAAE,GAAG,CAAC,CAAC;EAAE,GAAGC;AAAkB,CAAC,KAAK;EACvE,MAAMC,EAAE,GAAGtB,cAAc,CAAS,CAAC,CAAC;EACpC,MAAMuB,eAAe,GAAGpB,mBAAmB,CAACiB,EAAE,EAAED,KAAK,CAAC;EAEtD,MAAMK,YAAY,GAAGpB,eAAe,CAAC;IACnCK,QAAQ,EAAEQ,MAAM,EAAER,QAAQ,IAAID,eAAe,CAACC,QAAQ;IACtDC,MAAM,EAAEO,MAAM,EAAEP,MAAM,IAAIF,eAAe,CAACE;EAC5C,CAAC,CAAC;EAEFf,SAAS,CAAC,MAAM;IACd,IAAIuB,OAAO,EAAE;MACXI,EAAE,CAACG,KAAK,GAAGxB,UAAU,CAACC,UAAU,CAACK,WAAW,EAAEiB,YAAY,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,CAAC;IACxE,CAAC,MAAM;MACL1B,eAAe,CAACwB,EAAE,CAAC;MACnBA,EAAE,CAACG,KAAK,GAAGvB,UAAU,CAAC,CAAC,EAAEsB,YAAY,CAAC;IACxC;IAEA,OAAO,MAAM;MACX1B,eAAe,CAACwB,EAAE,CAAC;MACnBA,EAAE,CAACG,KAAK,GAAG,CAAC;IACd,CAAC;EACH,CAAC,EAAE,CAACH,EAAE,EAAEJ,OAAO,EAAEM,YAAY,CAAC,CAAC;EAE/B,MAAME,aAAa,GAAG3B,gBAAgB,CACpC,SAAA4B,iBAAA;IAAAhB,iCAAA;IACWW;EAAE;IAAA,MAAAM,EAAA,QAAAC,MAAA,CAAAC,KAAA;IAAA,MAAAC,SAAA,GADbA,CAAA,MAAO;MACLC,OAAO,EAAEV,EAAE,CAACG;IACd,CAAC,CAAC;IAAAM,SAAA,CAAAE,SAAA;MADSX;IAAE;IAAAS,SAAA,CAAAG,aAAA;IAAAH,SAAA,CAAAI,eAAA;IAAAJ,SAAA,CAAAK,UAAA,GAAAzB,iCAAA;IAAAoB,SAAA,CAAAM,cAAA,GAAAT,EAAA;IAAA,OAAAG,SAAA;EAAA,CADb;IAAApB,iCAAA;IACWW;EAAE,IAEb,CAACA,EAAE,CACL,CAAC;EAED,oBACEhB,IAAA,CAACT,QAAQ,CAACyC,IAAI;IAAA,GACRjB,KAAK;IACTkB,WAAW,EAAE,KAAM;IACnBpB,KAAK,EAAE,CAACI,eAAe,EAAEG,aAAa,CAAE;IAAAV,QAAA,EAEvCA;EAAQ,CACI,CAAC;AAEpB,CACF,CAAC;AACDD,KAAK,CAACyB,WAAW,GAAG,OAAO","ignoreList":[]}
1
+ {"version":3,"names":["useEffect","memo","Animated","cancelAnimation","ReduceMotion","useAnimatedStyle","useSharedValue","withRepeat","withTiming","useResolveViewStyle","useTimingConfig","jsx","_jsx","MIN_OPACITY","TIMING_DEFAULTS","duration","easing","_worklet_14803833854110_init_data","code","location","sourceMap","Pulse","children","timing","animate","style","lx","props","sv","resolvedLxStyle","timingConfig","value","undefined","System","animatedStyle","PulseTsx1Factory","_e","global","Error","PulseTsx1","opacity","__closure","__workletHash","__pluginVersion","__initData","__stackDetails","View","collapsable","displayName"],"sourceRoot":"../../../../../src","sources":["lib/Animations/Pulse/Pulse.tsx"],"mappings":";;AAAA,SAASA,SAAS,EAAEC,IAAI,QAAQ,OAAO;AACvC,OAAOC,QAAQ,IACbC,eAAe,EACfC,YAAY,EACZC,gBAAgB,EAChBC,cAAc,EACdC,UAAU,EACVC,UAAU,QACL,yBAAyB;AAChC,SAASC,mBAAmB,QAAQ,0BAAiB;AAErD,SAASC,eAAe,QAAQ,uBAAoB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAGrD,MAAMC,WAAW,GAAG,IAAI;AAExB,MAAMC,eAA6B,GAAG;EACpCC,QAAQ,EAAE,IAAI;EACdC,MAAM,EAAE;AACV,CAAC;AAAC,MAAAC,iCAAA;EAAAC,IAAA;EAAAC,QAAA;EAAAC,SAAA;AAAA;AACF,OAAO,MAAMC,KAAK,gBAAGpB,IAAI,CACvB,CAAC;EAAEqB,QAAQ;EAAEC,MAAM;EAAEC,OAAO;EAAEC,KAAK;EAAEC,EAAE,GAAG,CAAC,CAAC;EAAE,GAAGC;AAAkB,CAAC,KAAK;EACvE,MAAMC,EAAE,GAAGtB,cAAc,CAAS,CAAC,CAAC;EACpC,MAAMuB,eAAe,GAAGpB,mBAAmB,CAACiB,EAAE,EAAED,KAAK,CAAC;EAEtD,MAAMK,YAAY,GAAGpB,eAAe,CAAC;IACnCK,QAAQ,EAAEQ,MAAM,EAAER,QAAQ,IAAID,eAAe,CAACC,QAAQ;IACtDC,MAAM,EAAEO,MAAM,EAAEP,MAAM,IAAIF,eAAe,CAACE;EAC5C,CAAC,CAAC;EAEFhB,SAAS,CAAC,MAAM;IACd,IAAIwB,OAAO,EAAE;MACXI,EAAE,CAACG,KAAK,GAAGxB,UAAU,CACnBC,UAAU,CAACK,WAAW,EAAEiB,YAAY,CAAC,EACrC,CAAC,CAAC,EACF,IAAI,EACJE,SAAS,EACT5B,YAAY,CAAC6B,MACf,CAAC;IACH,CAAC,MAAM;MACL9B,eAAe,CAACyB,EAAE,CAAC;MACnBA,EAAE,CAACG,KAAK,GAAGvB,UAAU,CAAC,CAAC,EAAEsB,YAAY,CAAC;IACxC;IAEA,OAAO,MAAM;MACX3B,eAAe,CAACyB,EAAE,CAAC;MACnBA,EAAE,CAACG,KAAK,GAAG,CAAC;IACd,CAAC;EACH,CAAC,EAAE,CAACH,EAAE,EAAEJ,OAAO,EAAEM,YAAY,CAAC,CAAC;EAE/B,MAAMI,aAAa,GAAG7B,gBAAgB,CACpC,SAAA8B,iBAAA;IAAAlB,iCAAA;IACWW;EAAE;IAAA,MAAAQ,EAAA,QAAAC,MAAA,CAAAC,KAAA;IAAA,MAAAC,SAAA,GADbA,CAAA,MAAO;MACLC,OAAO,EAAEZ,EAAE,CAACG;IACd,CAAC,CAAC;IAAAQ,SAAA,CAAAE,SAAA;MADSb;IAAE;IAAAW,SAAA,CAAAG,aAAA;IAAAH,SAAA,CAAAI,eAAA;IAAAJ,SAAA,CAAAK,UAAA,GAAA3B,iCAAA;IAAAsB,SAAA,CAAAM,cAAA,GAAAT,EAAA;IAAA,OAAAG,SAAA;EAAA,CADb;IAAAtB,iCAAA;IACWW;EAAE,IAEb,CAACA,EAAE,CACL,CAAC;EAED,oBACEhB,IAAA,CAACV,QAAQ,CAAC4C,IAAI;IAAA,GACRnB,KAAK;IACToB,WAAW,EAAE,KAAM;IACnBtB,KAAK,EAAE,CAACI,eAAe,EAAEK,aAAa,CAAE;IAAAZ,QAAA,EAEvCA;EAAQ,CACI,CAAC;AAEpB,CACF,CAAC;AACDD,KAAK,CAAC2B,WAAW,GAAG,OAAO","ignoreList":[]}
@@ -5,7 +5,6 @@ import {
5
5
  CustomTabs,
6
6
  Tab,
7
7
  } from '../../../../.storybook/components';
8
- import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
9
8
 
10
9
  <Meta title='Primitives/Pulse' of={PulseStories} />
11
10
 
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
 
3
3
  import { memo, useEffect } from 'react';
4
- import Animated, { cancelAnimation, useAnimatedStyle, useSharedValue, withRepeat, withTiming } from 'react-native-reanimated';
4
+ import Animated, { cancelAnimation, ReduceMotion, useAnimatedStyle, useSharedValue, withRepeat, withTiming } from 'react-native-reanimated';
5
5
  import { useTimingConfig } from "../useTimingConfig.js";
6
6
  import { jsx as _jsx } from "react/jsx-runtime";
7
7
  const TIMING_DEFAULTS = {
@@ -11,7 +11,7 @@ const TIMING_DEFAULTS = {
11
11
  const _worklet_12509649909761_init_data = {
12
12
  code: "function SpinTsx1(){const{sv}=this.__closure;return{transform:[{rotate:sv.value*360+\"deg\"}]};}",
13
13
  location: "/home/runner/work/lumen/lumen/libs/ui-rnative/src/lib/Animations/Spin/Spin.tsx",
14
- sourceMap: "{\"version\":3,\"names\":[\"SpinTsx1\",\"sv\",\"__closure\",\"transform\",\"rotate\",\"value\"],\"sources\":[\"/home/runner/work/lumen/lumen/libs/ui-rnative/src/lib/Animations/Spin/Spin.tsx\"],\"mappings\":\"AA+BI,SAAAA,SAAA,QAAAC,EAAA,OAAAC,SAAA,OAAO,CACLC,SAAS,CAAE,CAAC,CAAEC,MAAM,CAAKH,EAAE,CAACI,KAAK,CAAG,GAAG,MAAM,CAAC,CAChD,CAAC\",\"ignoreList\":[]}"
14
+ sourceMap: "{\"version\":3,\"names\":[\"SpinTsx1\",\"sv\",\"__closure\",\"transform\",\"rotate\",\"value\"],\"sources\":[\"/home/runner/work/lumen/lumen/libs/ui-rnative/src/lib/Animations/Spin/Spin.tsx\"],\"mappings\":\"AAsCI,SAAAA,SAAA,QAAAC,EAAA,OAAAC,SAAA,OAAO,CACLC,SAAS,CAAE,CAAC,CAAEC,MAAM,CAAKH,EAAE,CAACI,KAAK,CAAG,GAAG,MAAM,CAAC,CAChD,CAAC\",\"ignoreList\":[]}"
15
15
  };
16
16
  export const Spin = /*#__PURE__*/memo(({
17
17
  children,
@@ -23,7 +23,7 @@ export const Spin = /*#__PURE__*/memo(({
23
23
  easing: timing?.easing ?? TIMING_DEFAULTS.easing
24
24
  });
25
25
  useEffect(() => {
26
- sv.value = withRepeat(withTiming(1, timingConfig), -1);
26
+ sv.value = withRepeat(withTiming(1, timingConfig), -1, false, undefined, ReduceMotion.System);
27
27
  return () => cancelAnimation(sv);
28
28
  }, [sv, timingConfig]);
29
29
  const animatedStyle = useAnimatedStyle(function SpinTsx1Factory({
@@ -1 +1 @@
1
- {"version":3,"names":["memo","useEffect","Animated","cancelAnimation","useAnimatedStyle","useSharedValue","withRepeat","withTiming","useTimingConfig","jsx","_jsx","TIMING_DEFAULTS","duration","easing","_worklet_12509649909761_init_data","code","location","sourceMap","Spin","children","timing","sv","timingConfig","value","animatedStyle","SpinTsx1Factory","_e","global","Error","SpinTsx1","transform","rotate","__closure","__workletHash","__pluginVersion","__initData","__stackDetails","View","style","alignSelf","displayName"],"sourceRoot":"../../../../../src","sources":["lib/Animations/Spin/Spin.tsx"],"mappings":";;AAAA,SAASA,IAAI,EAAEC,SAAS,QAAQ,OAAO;AACvC,OAAOC,QAAQ,IACbC,eAAe,EACfC,gBAAgB,EAChBC,cAAc,EACdC,UAAU,EACVC,UAAU,QACL,yBAAyB;AAEhC,SAASC,eAAe,QAAQ,uBAAoB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAGrD,MAAMC,eAA6B,GAAG;EACpCC,QAAQ,EAAE,IAAI;EACdC,MAAM,EAAE;AACV,CAAC;AAAC,MAAAC,iCAAA;EAAAC,IAAA;EAAAC,QAAA;EAAAC,SAAA;AAAA;AACF,OAAO,MAAMC,IAAI,gBAAGlB,IAAI,CAAC,CAAC;EAAEmB,QAAQ;EAAEC;AAAkB,CAAC,KAAK;EAC5D,MAAMC,EAAE,GAAGhB,cAAc,CAAS,CAAC,CAAC;EAEpC,MAAMiB,YAAY,GAAGd,eAAe,CAAC;IACnCI,QAAQ,EAAEQ,MAAM,EAAER,QAAQ,IAAID,eAAe,CAACC,QAAQ;IACtDC,MAAM,EAAEO,MAAM,EAAEP,MAAM,IAAIF,eAAe,CAACE;EAC5C,CAAC,CAAC;EAEFZ,SAAS,CAAC,MAAM;IACdoB,EAAE,CAACE,KAAK,GAAGjB,UAAU,CAACC,UAAU,CAAC,CAAC,EAAEe,YAAY,CAAC,EAAE,CAAC,CAAC,CAAC;IAEtD,OAAO,MAAMnB,eAAe,CAACkB,EAAE,CAAC;EAClC,CAAC,EAAE,CAACA,EAAE,EAAEC,YAAY,CAAC,CAAC;EAEtB,MAAME,aAAa,GAAGpB,gBAAgB,CACpC,SAAAqB,gBAAA;IAAAX,iCAAA;IAC2BO;EAAE;IAAA,MAAAK,EAAA,QAAAC,MAAA,CAAAC,KAAA;IAAA,MAAAC,QAAA,GAD7BA,CAAA,MAAO;MACLC,SAAS,EAAE,CAAC;QAAEC,MAAM,EAAE,GAAGV,EAAE,CAACE,KAAK,GAAG,GAAG;MAAM,CAAC;IAChD,CAAC,CAAC;IAAAM,QAAA,CAAAG,SAAA;MADyBX;IAAE;IAAAQ,QAAA,CAAAI,aAAA;IAAAJ,QAAA,CAAAK,eAAA;IAAAL,QAAA,CAAAM,UAAA,GAAArB,iCAAA;IAAAe,QAAA,CAAAO,cAAA,GAAAV,EAAA;IAAA,OAAAG,QAAA;EAAA,CAD7B;IAAAf,iCAAA;IAC2BO;EAAE,IAE7B,CAACA,EAAE,CACL,CAAC;EAED,oBACEX,IAAA,CAACR,QAAQ,CAACmC,IAAI;IAACC,KAAK,EAAE,CAAC;MAAEC,SAAS,EAAE;IAAa,CAAC,EAAEf,aAAa,CAAE;IAAAL,QAAA,EAChEA;EAAQ,CACI,CAAC;AAEpB,CAAC,CAAC;AACFD,IAAI,CAACsB,WAAW,GAAG,MAAM","ignoreList":[]}
1
+ {"version":3,"names":["memo","useEffect","Animated","cancelAnimation","ReduceMotion","useAnimatedStyle","useSharedValue","withRepeat","withTiming","useTimingConfig","jsx","_jsx","TIMING_DEFAULTS","duration","easing","_worklet_12509649909761_init_data","code","location","sourceMap","Spin","children","timing","sv","timingConfig","value","undefined","System","animatedStyle","SpinTsx1Factory","_e","global","Error","SpinTsx1","transform","rotate","__closure","__workletHash","__pluginVersion","__initData","__stackDetails","View","style","alignSelf","displayName"],"sourceRoot":"../../../../../src","sources":["lib/Animations/Spin/Spin.tsx"],"mappings":";;AAAA,SAASA,IAAI,EAAEC,SAAS,QAAQ,OAAO;AACvC,OAAOC,QAAQ,IACbC,eAAe,EACfC,YAAY,EACZC,gBAAgB,EAChBC,cAAc,EACdC,UAAU,EACVC,UAAU,QACL,yBAAyB;AAEhC,SAASC,eAAe,QAAQ,uBAAoB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAGrD,MAAMC,eAA6B,GAAG;EACpCC,QAAQ,EAAE,IAAI;EACdC,MAAM,EAAE;AACV,CAAC;AAAC,MAAAC,iCAAA;EAAAC,IAAA;EAAAC,QAAA;EAAAC,SAAA;AAAA;AACF,OAAO,MAAMC,IAAI,gBAAGnB,IAAI,CAAC,CAAC;EAAEoB,QAAQ;EAAEC;AAAkB,CAAC,KAAK;EAC5D,MAAMC,EAAE,GAAGhB,cAAc,CAAS,CAAC,CAAC;EAEpC,MAAMiB,YAAY,GAAGd,eAAe,CAAC;IACnCI,QAAQ,EAAEQ,MAAM,EAAER,QAAQ,IAAID,eAAe,CAACC,QAAQ;IACtDC,MAAM,EAAEO,MAAM,EAAEP,MAAM,IAAIF,eAAe,CAACE;EAC5C,CAAC,CAAC;EAEFb,SAAS,CAAC,MAAM;IACdqB,EAAE,CAACE,KAAK,GAAGjB,UAAU,CACnBC,UAAU,CAAC,CAAC,EAAEe,YAAY,CAAC,EAC3B,CAAC,CAAC,EACF,KAAK,EACLE,SAAS,EACTrB,YAAY,CAACsB,MACf,CAAC;IAED,OAAO,MAAMvB,eAAe,CAACmB,EAAE,CAAC;EAClC,CAAC,EAAE,CAACA,EAAE,EAAEC,YAAY,CAAC,CAAC;EAEtB,MAAMI,aAAa,GAAGtB,gBAAgB,CACpC,SAAAuB,gBAAA;IAAAb,iCAAA;IAC2BO;EAAE;IAAA,MAAAO,EAAA,QAAAC,MAAA,CAAAC,KAAA;IAAA,MAAAC,QAAA,GAD7BA,CAAA,MAAO;MACLC,SAAS,EAAE,CAAC;QAAEC,MAAM,EAAE,GAAGZ,EAAE,CAACE,KAAK,GAAG,GAAG;MAAM,CAAC;IAChD,CAAC,CAAC;IAAAQ,QAAA,CAAAG,SAAA;MADyBb;IAAE;IAAAU,QAAA,CAAAI,aAAA;IAAAJ,QAAA,CAAAK,eAAA;IAAAL,QAAA,CAAAM,UAAA,GAAAvB,iCAAA;IAAAiB,QAAA,CAAAO,cAAA,GAAAV,EAAA;IAAA,OAAAG,QAAA;EAAA,CAD7B;IAAAjB,iCAAA;IAC2BO;EAAE,IAE7B,CAACA,EAAE,CACL,CAAC;EAED,oBACEX,IAAA,CAACT,QAAQ,CAACsC,IAAI;IAACC,KAAK,EAAE,CAAC;MAAEC,SAAS,EAAE;IAAa,CAAC,EAAEf,aAAa,CAAE;IAAAP,QAAA,EAChEA;EAAQ,CACI,CAAC;AAEpB,CAAC,CAAC;AACFD,IAAI,CAACwB,WAAW,GAAG,MAAM","ignoreList":[]}
@@ -5,7 +5,6 @@ import {
5
5
  CustomTabs,
6
6
  Tab,
7
7
  } from '../../../../.storybook/components';
8
- import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
9
8
 
10
9
  <Meta title='Primitives/Spin' of={SpinStories} />
11
10
 
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+
3
+ import figma from '@figma/code-connect';
4
+ import { AddressInput } from "./AddressInput.js";
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ figma.connect(AddressInput, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=7887-67', {
7
+ imports: ["import { AddressInput } from '@ledgerhq/lumen-ui-rnative'"],
8
+ props: {
9
+ placeholder: figma.enum('input-state', {
10
+ placeholder: figma.string('placeholder')
11
+ }),
12
+ value: figma.enum('input-state', {
13
+ 'input-address': figma.string('value')
14
+ }),
15
+ disabled: figma.enum('state', {
16
+ disabled: true
17
+ }),
18
+ status: figma.enum('state', {
19
+ error: 'error',
20
+ success: 'success'
21
+ }),
22
+ helperText: figma.nestedProps('.status', {
23
+ label: figma.string('label')
24
+ })
25
+ },
26
+ example: props => /*#__PURE__*/_jsx(AddressInput, {
27
+ disabled: props.disabled,
28
+ value: props.value,
29
+ placeholder: props.placeholder,
30
+ onQrCodeClick: () => {},
31
+ helperText: props.helperText.label,
32
+ status: props.status,
33
+ onChangeText: () => {}
34
+ })
35
+ });
36
+ //# sourceMappingURL=AddressInput.figma.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["figma","AddressInput","jsx","_jsx","connect","imports","props","placeholder","enum","string","value","disabled","status","error","success","helperText","nestedProps","label","example","onQrCodeClick","onChangeText"],"sourceRoot":"../../../../../src","sources":["lib/Components/AddressInput/AddressInput.figma.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,qBAAqB;AACvC,SAASC,YAAY,QAAQ,mBAAgB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAE9CH,KAAK,CAACI,OAAO,CACXH,YAAY,EACZ,qEAAqE,EACrE;EACEI,OAAO,EAAE,CAAC,2DAA2D,CAAC;EACtEC,KAAK,EAAE;IACLC,WAAW,EAAEP,KAAK,CAACQ,IAAI,CAAC,aAAa,EAAE;MACrCD,WAAW,EAAEP,KAAK,CAACS,MAAM,CAAC,aAAa;IACzC,CAAC,CAAC;IACFC,KAAK,EAAEV,KAAK,CAACQ,IAAI,CAAC,aAAa,EAAE;MAC/B,eAAe,EAAER,KAAK,CAACS,MAAM,CAAC,OAAO;IACvC,CAAC,CAAC;IACFE,QAAQ,EAAEX,KAAK,CAACQ,IAAI,CAAC,OAAO,EAAE;MAC5BG,QAAQ,EAAE;IACZ,CAAC,CAAC;IACFC,MAAM,EAAEZ,KAAK,CAACQ,IAAI,CAAC,OAAO,EAAE;MAC1BK,KAAK,EAAE,OAAO;MACdC,OAAO,EAAE;IACX,CAAC,CAAC;IACFC,UAAU,EAAEf,KAAK,CAACgB,WAAW,CAAC,SAAS,EAAE;MACvCC,KAAK,EAAEjB,KAAK,CAACS,MAAM,CAAC,OAAO;IAC7B,CAAC;EACH,CAAC;EACDS,OAAO,EAAGZ,KAAK,iBACbH,IAAA,CAACF,YAAY;IACXU,QAAQ,EAAEL,KAAK,CAACK,QAAS;IACzBD,KAAK,EAAEJ,KAAK,CAACI,KAAM;IACnBH,WAAW,EAAED,KAAK,CAACC,WAAY;IAC/BY,aAAa,EAAEA,CAAA,KAAM,CAAC,CAAE;IACxBJ,UAAU,EAAET,KAAK,CAACS,UAAU,CAACE,KAAM;IACnCL,MAAM,EAAEN,KAAK,CAACM,MAAO;IACrBQ,YAAY,EAAEA,CAAA,KAAM,CAAC;EAAE,CACxB;AAEL,CACF,CAAC","ignoreList":[]}
@@ -2,8 +2,6 @@ import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks';
2
2
  import * as AddressInputStories from './AddressInput.stories';
3
3
  import { AddressInput } from './AddressInput';
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/AddressInput' of={AddressInputStories} />
9
7
 
@@ -453,187 +451,6 @@ function AddressForm() {
453
451
  }
454
452
  ```
455
453
 
456
- ## Do's and Don'ts
457
-
458
- <div style={{ display: 'flex', flexDirection: 'column', gap: 24 }}>
459
- <DoVsDontRow>
460
- <DoBlockItem
461
- title='Use controlled input pattern'
462
- description='Use value and onChangeText props for controlled input state management'
463
- >
464
-
465
- {/* prettier-ignore */}
466
- ```tsx
467
- import { AddressInput } from '@ledgerhq/lumen-ui-rnative';
468
- import { useState } from 'react';
469
-
470
- const [address, setAddress] = useState('');
471
-
472
- <AddressInput
473
- placeholder='Enter address or ENS'
474
- value={address}
475
- onChangeText={setAddress}
476
- onQrCodeClick={() => openQrScanner()}
477
- />
478
- ```
479
-
480
- </DoBlockItem>
481
- <DontBlockItem
482
- title="Don't mix controlled and uncontrolled patterns"
483
- description='Avoid using both value and defaultValue props together'
484
- >
485
-
486
- {/* prettier-ignore */}
487
- ```tsx
488
- import { AddressInput } from '@ledgerhq/lumen-ui-rnative';
489
- import { useState } from 'react';
490
-
491
- const [address, setAddress] = useState('');
492
-
493
- <AddressInput
494
- placeholder='Enter address or ENS'
495
- value={address}
496
- defaultValue='initial'
497
- onChangeText={setAddress}
498
- />
499
- ```
500
-
501
- </DontBlockItem>
502
-
503
- </DoVsDontRow>
504
-
505
- <DoVsDontRow>
506
- <DoBlockItem
507
- title='Use onClear for custom logic only'
508
- description='Let the component handle clearing automatically, add onClear only for additional logic'
509
- >
510
-
511
- {/* prettier-ignore */}
512
- ```tsx
513
- import { AddressInput } from '@ledgerhq/lumen-ui-rnative';
514
- import { useState } from 'react';
515
-
516
- const [address, setAddress] = useState('');
517
- const [error, setError] = useState('');
518
-
519
- <AddressInput
520
- placeholder='Enter address or ENS'
521
- value={address}
522
- onChangeText={setAddress}
523
- onClear={() => {
524
- // Default clearing happens automatically
525
- setError(''); // Clear error state
526
- }}
527
- />
528
- ```
529
-
530
- </DoBlockItem>
531
- <DontBlockItem
532
- title="Don't manually clear value in onClear"
533
- description='Value clearing happens automatically - no need to call setAddress'
534
- >
535
-
536
- {/* prettier-ignore */}
537
- ```tsx
538
- import { AddressInput } from '@ledgerhq/lumen-ui-rnative';
539
- import { useState } from 'react';
540
-
541
- const [address, setAddress] = useState('');
542
- const [error, setError] = useState('');
543
-
544
- <AddressInput
545
- placeholder='Enter address or ENS'
546
- value={address}
547
- onChangeText={setAddress}
548
- onClear={() => setAddress('')}
549
- />
550
- ```
551
-
552
- </DontBlockItem>
553
-
554
- </DoVsDontRow>
555
-
556
- <DoVsDontRow>
557
- <DoBlockItem
558
- title='Use short, descriptive prefixes'
559
- description='Keep prefix text concise - typically 1-3 words'
560
- >
561
-
562
- {/* prettier-ignore */}
563
- ```tsx
564
- import { AddressInput } from '@ledgerhq/lumen-ui-rnative';
565
-
566
- <AddressInput
567
- prefix='To:'
568
- placeholder='Enter recipient'
569
- value={address}
570
- onChangeText={setAddress}
571
- />
572
- ```
573
-
574
- </DoBlockItem>
575
- <DontBlockItem
576
- title="Don't use overly long prefixes"
577
- description='Long prefixes take up too much space and reduce usability'
578
- >
579
-
580
- {/* prettier-ignore */}
581
- ```tsx
582
- import { AddressInput } from '@ledgerhq/lumen-ui-rnative';
583
-
584
- <AddressInput
585
- prefix="Please enter the recipient's wallet address:"
586
- placeholder='Enter recipient'
587
- value={address}
588
- onChangeText={setAddress}
589
- />
590
- ```
591
-
592
- </DontBlockItem>
593
-
594
- </DoVsDontRow>
595
-
596
- <DoVsDontRow>
597
- <DoBlockItem
598
- title='Always provide onQrCodeClick for QR scanning'
599
- description='Enable QR code scanning to improve user experience'
600
- >
601
-
602
- {/* prettier-ignore */}
603
- ```tsx
604
- import { AddressInput } from '@ledgerhq/lumen-ui-rnative';
605
-
606
- <AddressInput
607
- placeholder='Enter address or ENS'
608
- value={address}
609
- onChangeText={setAddress}
610
- onQrCodeClick={() => openQrScanner()}
611
- />
612
- ```
613
-
614
- </DoBlockItem>
615
- <DontBlockItem
616
- title="Don't omit QR scanning capability"
617
- description='Users should not have to manually type long addresses'
618
- >
619
-
620
- {/* prettier-ignore */}
621
- ```tsx
622
- import { AddressInput } from '@ledgerhq/lumen-ui-rnative';
623
-
624
- <AddressInput
625
- placeholder='Enter address or ENS'
626
- value={address}
627
- onChangeText={setAddress}
628
- />
629
- ```
630
-
631
- </DontBlockItem>
632
-
633
- </DoVsDontRow>
634
-
635
- <CommonRulesDoAndDont />
636
- </div>
637
454
 
638
455
  ## Platform Considerations
639
456
 
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+
3
+ import figma from '@figma/code-connect';
4
+ import { AmountDisplay } from "./AmountDisplay.js";
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ figma.connect(AmountDisplay, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=11065-2691', {
7
+ imports: ["import { AmountDisplay } from '@ledgerhq/lumen-ui-rnative'", "import type { FormattedValue } from '@ledgerhq/lumen-ui-rnative'"],
8
+ props: {
9
+ hidden: figma.boolean('hide-amount', {
10
+ true: true,
11
+ false: false
12
+ }),
13
+ size: figma.enum('size', {
14
+ md: 'md',
15
+ sm: 'sm'
16
+ })
17
+ },
18
+ example: props => /*#__PURE__*/_jsx(AmountDisplay, {
19
+ value: 2258.93,
20
+ hidden: props.hidden,
21
+ size: props.size,
22
+ formatter: () => ({
23
+ integerPart: '2568',
24
+ decimalPart: '93',
25
+ currencyText: '$',
26
+ decimalSeparator: '.',
27
+ currencyPosition: 'start'
28
+ })
29
+ })
30
+ });
31
+ //# sourceMappingURL=AmountDisplay.figma.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["figma","AmountDisplay","jsx","_jsx","connect","imports","props","hidden","boolean","true","false","size","enum","md","sm","example","value","formatter","integerPart","decimalPart","currencyText","decimalSeparator","currencyPosition"],"sourceRoot":"../../../../../src","sources":["lib/Components/AmountDisplay/AmountDisplay.figma.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,qBAAqB;AACvC,SAASC,aAAa,QAAQ,oBAAiB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAEhDH,KAAK,CAACI,OAAO,CACXH,aAAa,EACb,wEAAwE,EACxE;EACEI,OAAO,EAAE,CACP,4DAA4D,EAC5D,kEAAkE,CACnE;EACDC,KAAK,EAAE;IACLC,MAAM,EAAEP,KAAK,CAACQ,OAAO,CAAC,aAAa,EAAE;MACnCC,IAAI,EAAE,IAAI;MACVC,KAAK,EAAE;IACT,CAAC,CAAC;IACFC,IAAI,EAAEX,KAAK,CAACY,IAAI,CAAC,MAAM,EAAE;MACvBC,EAAE,EAAE,IAAI;MACRC,EAAE,EAAE;IACN,CAAC;EACH,CAAC;EACDC,OAAO,EAAGT,KAAK,iBACbH,IAAA,CAACF,aAAa;IACZe,KAAK,EAAE,OAAQ;IACfT,MAAM,EAAED,KAAK,CAACC,MAAO;IACrBI,IAAI,EAAEL,KAAK,CAACK,IAAK;IACjBM,SAAS,EAAEA,CAAA,MAAO;MAChBC,WAAW,EAAE,MAAM;MACnBC,WAAW,EAAE,IAAI;MACjBC,YAAY,EAAE,GAAG;MACjBC,gBAAgB,EAAE,GAAG;MACrBC,gBAAgB,EAAE;IACpB,CAAC;EAAE,CACJ;AAEL,CACF,CAAC","ignoreList":[]}
@@ -4,11 +4,7 @@ import { AmountDisplay } from './AmountDisplay';
4
4
  import {
5
5
  CustomTabs,
6
6
  Tab,
7
- DoVsDontRow,
8
- DoBlockItem,
9
- DontBlockItem,
10
7
  } from '../../../../.storybook/components';
11
- import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
12
8
 
13
9
  <Meta title='Core/AmountDisplay' of={AmountDisplayStories} />
14
10
 
@@ -199,92 +195,6 @@ function PrivateAmount() {
199
195
  }
200
196
  ```
201
197
 
202
- ## Do's and Don'ts
203
-
204
- <div className='flex flex-col gap-24'>
205
- <DoVsDontRow>
206
- <DoBlockItem
207
- title='Use formatter for all display logic'
208
- description='Keep all formatting logic in the formatter function'
209
- >
210
-
211
- {/* prettier-ignore */}
212
- ```tsx
213
- const formatter = (value: number): FormattedValue => {
214
- const [integerPart, decimalPart] = value.toFixed(2).split('.');
215
- return {
216
- integerPart,
217
- decimalPart,
218
- currencyText: '$',
219
- decimalSeparator: '.',
220
- currencyPosition: 'start',
221
- };
222
- };
223
-
224
- <AmountDisplay value={1234.56} formatter={formatter} />
225
- ```
226
-
227
- </DoBlockItem>
228
- <DontBlockItem
229
- title="Don't format the value outside the component"
230
- description='Pass the raw number value, not a pre-formatted string'
231
- >
232
-
233
- {/* prettier-ignore */}
234
- ```tsx
235
- const formattedValue = `$${value.toFixed(2)}`;
236
-
237
- <AmountDisplay
238
- value={formattedValue}
239
- formatter={(v) => ({ integerPart: v, currencyText: '' })}
240
- />
241
- ```
242
-
243
- </DontBlockItem>
244
- </DoVsDontRow>
245
-
246
- <DoVsDontRow>
247
- <DoBlockItem
248
- title='Use the hidden prop for privacy'
249
- description='Use the built-in hidden prop to toggle amount visibility'
250
- >
251
-
252
- {/* prettier-ignore */}
253
- ```tsx
254
- const [hidden, setHidden] = useState(false);
255
-
256
- <AmountDisplay
257
- value={1234.56}
258
- formatter={usdFormatter}
259
- hidden={hidden}
260
- />
261
- ```
262
-
263
- </DoBlockItem>
264
- <DontBlockItem
265
- title="Don't create separate formatters for hiding"
266
- description='Avoid creating custom formatters just to show bullet points'
267
- >
268
-
269
- {/* prettier-ignore */}
270
- ```tsx
271
- const hiddenFormatter = () => ({
272
- integerPart: '••••',
273
- currencyText: '$',
274
- currencyPosition: 'start',
275
- });
276
-
277
- <AmountDisplay
278
- value={1234.56}
279
- formatter={hidden ? hiddenFormatter : usdFormatter}
280
- />
281
- ```
282
-
283
- </DontBlockItem>
284
- </DoVsDontRow>
285
-
286
- <CommonRulesDoAndDont />
287
- </div>
288
198
 
289
199
  </Tab>
290
200
  </CustomTabs>