@ledgerhq/react-ui 0.46.0 → 0.47.0-nightly.20260228025221

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 (563) hide show
  1. package/lib/assets/logos/LedgerLiveAltRegular.d.ts +4 -4
  2. package/lib/assets/logos/LedgerLiveAltRegular.d.ts.map +1 -1
  3. package/lib/assets/logos/LedgerLiveAltRegular.js.map +1 -1
  4. package/lib/assets/logos/LedgerLiveRegular.d.ts +4 -4
  5. package/lib/assets/logos/LedgerLiveRegular.d.ts.map +1 -1
  6. package/lib/assets/logos/LedgerLiveRegular.js.map +1 -1
  7. package/lib/cjs/assets/index.js.map +1 -1
  8. package/lib/cjs/assets/logos/LedgerLiveAltRegular.js.map +1 -1
  9. package/lib/cjs/assets/logos/LedgerLiveRegular.js.map +1 -1
  10. package/lib/cjs/assets/logos/index.js.map +1 -1
  11. package/lib/cjs/components/Table/Columns.js +12 -9
  12. package/lib/cjs/components/Table/Columns.js.map +1 -1
  13. package/lib/cjs/components/Table/Table.stories.js +12 -9
  14. package/lib/cjs/components/Table/Table.stories.js.map +1 -1
  15. package/lib/cjs/components/Table/index.js +12 -9
  16. package/lib/cjs/components/Table/index.js.map +1 -1
  17. package/lib/cjs/components/Table/stories.helper.js +12 -9
  18. package/lib/cjs/components/Table/stories.helper.js.map +1 -1
  19. package/lib/cjs/components/Tag/Tag.stories.js +12 -9
  20. package/lib/cjs/components/Tag/Tag.stories.js.map +1 -1
  21. package/lib/cjs/components/Tag/index.js +12 -9
  22. package/lib/cjs/components/Tag/index.js.map +1 -1
  23. package/lib/cjs/components/animations/GlitchText/GlitchText.stories.js +12 -9
  24. package/lib/cjs/components/animations/GlitchText/GlitchText.stories.js.map +1 -1
  25. package/lib/cjs/components/asorted/Divider/Divider.stories.js +12 -9
  26. package/lib/cjs/components/asorted/Divider/Divider.stories.js.map +1 -1
  27. package/lib/cjs/components/asorted/Divider/index.js +12 -9
  28. package/lib/cjs/components/asorted/Divider/index.js.map +1 -1
  29. package/lib/cjs/components/asorted/Icon/BoxedIcon.js.map +1 -1
  30. package/lib/cjs/components/asorted/Icon/BoxedIcon.stories.js.map +1 -1
  31. package/lib/cjs/components/asorted/Icon/Icon.js.map +1 -1
  32. package/lib/cjs/components/asorted/Icon/Icons.stories.js +19 -12
  33. package/lib/cjs/components/asorted/Icon/Icons.stories.js.map +1 -1
  34. package/lib/cjs/components/asorted/Icon/IconsLegacy.stories.js +31 -28
  35. package/lib/cjs/components/asorted/Icon/IconsLegacy.stories.js.map +1 -1
  36. package/lib/cjs/components/asorted/Icon/NotificationIcon.js.map +1 -1
  37. package/lib/cjs/components/asorted/Icon/NotificationIcon.stories.js.map +1 -1
  38. package/lib/cjs/components/asorted/Icon/index.js.map +1 -1
  39. package/lib/cjs/components/asorted/Text/Text.stories.js +33 -34
  40. package/lib/cjs/components/asorted/Text/Text.stories.js.map +1 -1
  41. package/lib/cjs/components/asorted/Text/index.js +16 -9
  42. package/lib/cjs/components/asorted/Text/index.js.map +1 -1
  43. package/lib/cjs/components/asorted/index.js +12 -9
  44. package/lib/cjs/components/asorted/index.js.map +1 -1
  45. package/lib/cjs/components/cta/Button/Button.stories.js +12 -9
  46. package/lib/cjs/components/cta/Button/Button.stories.js.map +1 -1
  47. package/lib/cjs/components/cta/Button/index.js.map +1 -1
  48. package/lib/cjs/components/cta/Link/Link.stories.js +12 -9
  49. package/lib/cjs/components/cta/Link/Link.stories.js.map +1 -1
  50. package/lib/cjs/components/cta/Link/index.js +12 -9
  51. package/lib/cjs/components/cta/Link/index.js.map +1 -1
  52. package/lib/cjs/components/cta/Toggle/Toggle.stories.js.map +1 -1
  53. package/lib/cjs/components/cta/Toggle/index.js.map +1 -1
  54. package/lib/cjs/components/cta/index.js +12 -9
  55. package/lib/cjs/components/cta/index.js.map +1 -1
  56. package/lib/cjs/components/form/BaseInput/Input.stories.js +31 -28
  57. package/lib/cjs/components/form/BaseInput/Input.stories.js.map +1 -1
  58. package/lib/cjs/components/form/BaseInput/index.js +31 -28
  59. package/lib/cjs/components/form/BaseInput/index.js.map +1 -1
  60. package/lib/cjs/components/form/Checkbox/Checkbox.js +12 -9
  61. package/lib/cjs/components/form/Checkbox/Checkbox.js.map +1 -1
  62. package/lib/cjs/components/form/Checkbox/Checkbox.stories.js +12 -9
  63. package/lib/cjs/components/form/Checkbox/Checkbox.stories.js.map +1 -1
  64. package/lib/cjs/components/form/Checkbox/index.js +12 -9
  65. package/lib/cjs/components/form/Checkbox/index.js.map +1 -1
  66. package/lib/cjs/components/form/Dropdown/Dropdown.stories.js +31 -28
  67. package/lib/cjs/components/form/Dropdown/Dropdown.stories.js.map +1 -1
  68. package/lib/cjs/components/form/Dropdown/index.js +31 -28
  69. package/lib/cjs/components/form/Dropdown/index.js.map +1 -1
  70. package/lib/cjs/components/form/LegendInput/Input.stories.js +31 -28
  71. package/lib/cjs/components/form/LegendInput/Input.stories.js.map +1 -1
  72. package/lib/cjs/components/form/LegendInput/index.js +31 -28
  73. package/lib/cjs/components/form/LegendInput/index.js.map +1 -1
  74. package/lib/cjs/components/form/NumberInput/Input.stories.js +31 -28
  75. package/lib/cjs/components/form/NumberInput/Input.stories.js.map +1 -1
  76. package/lib/cjs/components/form/NumberInput/index.js +31 -28
  77. package/lib/cjs/components/form/NumberInput/index.js.map +1 -1
  78. package/lib/cjs/components/form/QrCodeInput/Input.stories.js +31 -28
  79. package/lib/cjs/components/form/QrCodeInput/Input.stories.js.map +1 -1
  80. package/lib/cjs/components/form/QrCodeInput/index.js +31 -28
  81. package/lib/cjs/components/form/QrCodeInput/index.js.map +1 -1
  82. package/lib/cjs/components/form/QuantityInput/Input.stories.js +31 -28
  83. package/lib/cjs/components/form/QuantityInput/Input.stories.js.map +1 -1
  84. package/lib/cjs/components/form/QuantityInput/index.js +31 -28
  85. package/lib/cjs/components/form/QuantityInput/index.js.map +1 -1
  86. package/lib/cjs/components/form/Radio/Radio.stories.js +12 -9
  87. package/lib/cjs/components/form/Radio/Radio.stories.js.map +1 -1
  88. package/lib/cjs/components/form/Radio/RadioElement.js +12 -9
  89. package/lib/cjs/components/form/Radio/RadioElement.js.map +1 -1
  90. package/lib/cjs/components/form/Radio/RadioElement.stories.js +12 -9
  91. package/lib/cjs/components/form/Radio/RadioElement.stories.js.map +1 -1
  92. package/lib/cjs/components/form/Radio/RadioListElement.js +12 -9
  93. package/lib/cjs/components/form/Radio/RadioListElement.js.map +1 -1
  94. package/lib/cjs/components/form/Radio/RadioListElement.stories.js +12 -9
  95. package/lib/cjs/components/form/Radio/RadioListElement.stories.js.map +1 -1
  96. package/lib/cjs/components/form/Radio/index.js +12 -9
  97. package/lib/cjs/components/form/Radio/index.js.map +1 -1
  98. package/lib/cjs/components/form/SearchInput/Input.stories.js +31 -28
  99. package/lib/cjs/components/form/SearchInput/Input.stories.js.map +1 -1
  100. package/lib/cjs/components/form/SearchInput/index.js +31 -28
  101. package/lib/cjs/components/form/SearchInput/index.js.map +1 -1
  102. package/lib/cjs/components/form/SelectInput/Control.js +31 -28
  103. package/lib/cjs/components/form/SelectInput/Control.js.map +1 -1
  104. package/lib/cjs/components/form/SelectInput/DropdownIndicator.js +12 -9
  105. package/lib/cjs/components/form/SelectInput/DropdownIndicator.js.map +1 -1
  106. package/lib/cjs/components/form/SelectInput/IndicatorsContainer.js.map +1 -1
  107. package/lib/cjs/components/form/SelectInput/MenuList.js.map +1 -1
  108. package/lib/cjs/components/form/SelectInput/Option.js +12 -9
  109. package/lib/cjs/components/form/SelectInput/Option.js.map +1 -1
  110. package/lib/cjs/components/form/SelectInput/Select.stories.js +31 -28
  111. package/lib/cjs/components/form/SelectInput/Select.stories.js.map +1 -1
  112. package/lib/cjs/components/form/SelectInput/ValueContainer.js +12 -9
  113. package/lib/cjs/components/form/SelectInput/ValueContainer.js.map +1 -1
  114. package/lib/cjs/components/form/SelectInput/index.js +31 -28
  115. package/lib/cjs/components/form/SelectInput/index.js.map +1 -1
  116. package/lib/cjs/components/form/SplitInput/SplitInput.stories.js +31 -28
  117. package/lib/cjs/components/form/SplitInput/SplitInput.stories.js.map +1 -1
  118. package/lib/cjs/components/form/SplitInput/index.js +31 -28
  119. package/lib/cjs/components/form/SplitInput/index.js.map +1 -1
  120. package/lib/cjs/components/form/Switch/Switch.js +12 -9
  121. package/lib/cjs/components/form/Switch/Switch.js.map +1 -1
  122. package/lib/cjs/components/form/Switch/Switch.stories.js +12 -9
  123. package/lib/cjs/components/form/Switch/Switch.stories.js.map +1 -1
  124. package/lib/cjs/components/form/Switch/index.js +12 -9
  125. package/lib/cjs/components/form/Switch/index.js.map +1 -1
  126. package/lib/cjs/components/form/TabSelector/TabSelector.stories.js +12 -9
  127. package/lib/cjs/components/form/TabSelector/TabSelector.stories.js.map +1 -1
  128. package/lib/cjs/components/form/TabSelector/index.js +12 -9
  129. package/lib/cjs/components/form/TabSelector/index.js.map +1 -1
  130. package/lib/cjs/components/form/index.js +31 -28
  131. package/lib/cjs/components/form/index.js.map +1 -1
  132. package/lib/cjs/components/index.js +105 -59
  133. package/lib/cjs/components/index.js.map +1 -1
  134. package/lib/cjs/components/layout/Banner/BannerCard/BannerCard.stories.js +12 -9
  135. package/lib/cjs/components/layout/Banner/BannerCard/BannerCard.stories.js.map +1 -1
  136. package/lib/cjs/components/layout/Banner/BannerCard/index.js +12 -9
  137. package/lib/cjs/components/layout/Banner/BannerCard/index.js.map +1 -1
  138. package/lib/cjs/components/layout/Banner/NotificationCard/NotificationCard.stories.js +12 -9
  139. package/lib/cjs/components/layout/Banner/NotificationCard/NotificationCard.stories.js.map +1 -1
  140. package/lib/cjs/components/layout/Banner/NotificationCard/index.js +12 -9
  141. package/lib/cjs/components/layout/Banner/NotificationCard/index.js.map +1 -1
  142. package/lib/cjs/components/layout/Box/Box.stories.js.map +1 -1
  143. package/lib/cjs/components/layout/Box/index.js.map +1 -1
  144. package/lib/cjs/components/layout/Carousel/Carousel.stories.js +15 -11
  145. package/lib/cjs/components/layout/Carousel/Carousel.stories.js.map +1 -1
  146. package/lib/cjs/components/layout/Carousel/Footer/Pagination/bullets.js +3 -2
  147. package/lib/cjs/components/layout/Carousel/Footer/Pagination/bullets.js.map +1 -1
  148. package/lib/cjs/components/layout/Carousel/Footer/Pagination/index.js +3 -2
  149. package/lib/cjs/components/layout/Carousel/Footer/Pagination/index.js.map +1 -1
  150. package/lib/cjs/components/layout/Carousel/Footer/index.js +3 -2
  151. package/lib/cjs/components/layout/Carousel/Footer/index.js.map +1 -1
  152. package/lib/cjs/components/layout/Carousel/Footer/variantContentCard.js +3 -2
  153. package/lib/cjs/components/layout/Carousel/Footer/variantContentCard.js.map +1 -1
  154. package/lib/cjs/components/layout/Carousel/Footer/variantDefault.js +3 -2
  155. package/lib/cjs/components/layout/Carousel/Footer/variantDefault.js.map +1 -1
  156. package/lib/cjs/components/layout/Carousel/index.js +3 -2
  157. package/lib/cjs/components/layout/Carousel/index.js.map +1 -1
  158. package/lib/cjs/components/layout/ContentCard/PortfolioContentCard/PortfolioContentCard.stories.js +12 -9
  159. package/lib/cjs/components/layout/ContentCard/PortfolioContentCard/PortfolioContentCard.stories.js.map +1 -1
  160. package/lib/cjs/components/layout/ContentCard/PortfolioContentCard/index.js +12 -9
  161. package/lib/cjs/components/layout/ContentCard/PortfolioContentCard/index.js.map +1 -1
  162. package/lib/cjs/components/layout/Drawer/Drawer.stories.js +24 -11
  163. package/lib/cjs/components/layout/Drawer/Drawer.stories.js.map +1 -1
  164. package/lib/cjs/components/layout/Drawer/index.js +24 -11
  165. package/lib/cjs/components/layout/Drawer/index.js.map +1 -1
  166. package/lib/cjs/components/layout/Flex/Flex.stories.js.map +1 -1
  167. package/lib/cjs/components/layout/Flex/index.js.map +1 -1
  168. package/lib/cjs/components/layout/Grid/Grid.stories.js +46 -48
  169. package/lib/cjs/components/layout/Grid/Grid.stories.js.map +1 -1
  170. package/lib/cjs/components/layout/Grid/index.js.map +1 -1
  171. package/lib/cjs/components/layout/List/NumberedList/NumberedList.stories.js +12 -9
  172. package/lib/cjs/components/layout/List/NumberedList/NumberedList.stories.js.map +1 -1
  173. package/lib/cjs/components/layout/List/NumberedList/index.js +12 -9
  174. package/lib/cjs/components/layout/List/NumberedList/index.js.map +1 -1
  175. package/lib/cjs/components/layout/List/VerticalTimeline/TimelineIndicator.js.map +1 -1
  176. package/lib/cjs/components/layout/List/VerticalTimeline/TimelineItem.js +12 -9
  177. package/lib/cjs/components/layout/List/VerticalTimeline/TimelineItem.js.map +1 -1
  178. package/lib/cjs/components/layout/List/VerticalTimeline/VerticalTimeline.stories.js +18 -15
  179. package/lib/cjs/components/layout/List/VerticalTimeline/VerticalTimeline.stories.js.map +1 -1
  180. package/lib/cjs/components/layout/List/VerticalTimeline/index.js +18 -14
  181. package/lib/cjs/components/layout/List/VerticalTimeline/index.js.map +1 -1
  182. package/lib/cjs/components/layout/Popin/Popin.stories.js +26 -12
  183. package/lib/cjs/components/layout/Popin/Popin.stories.js.map +1 -1
  184. package/lib/cjs/components/layout/Popin/index.js +14 -3
  185. package/lib/cjs/components/layout/Popin/index.js.map +1 -1
  186. package/lib/cjs/components/layout/Side/Provider.js.map +1 -1
  187. package/lib/cjs/components/layout/Side/Side.stories.js +24 -11
  188. package/lib/cjs/components/layout/Side/Side.stories.js.map +1 -1
  189. package/lib/cjs/components/layout/Side/index.js +24 -11
  190. package/lib/cjs/components/layout/Side/index.js.map +1 -1
  191. package/lib/cjs/components/layout/index.js +41 -20
  192. package/lib/cjs/components/layout/index.js.map +1 -1
  193. package/lib/cjs/components/loaders/InfiniteLoader/InfiniteLoader.stories.js.map +1 -1
  194. package/lib/cjs/components/loaders/InfiniteLoader/index.js.map +1 -1
  195. package/lib/cjs/components/loaders/ProgressLoader/ProgressLoader.stories.js +12 -9
  196. package/lib/cjs/components/loaders/ProgressLoader/ProgressLoader.stories.js.map +1 -1
  197. package/lib/cjs/components/loaders/ProgressLoader/index.js +12 -9
  198. package/lib/cjs/components/loaders/ProgressLoader/index.js.map +1 -1
  199. package/lib/cjs/components/loaders/index.js +12 -9
  200. package/lib/cjs/components/loaders/index.js.map +1 -1
  201. package/lib/cjs/components/message/Alert/Alert.stories.js +12 -9
  202. package/lib/cjs/components/message/Alert/Alert.stories.js.map +1 -1
  203. package/lib/cjs/components/message/Alert/index.js +12 -9
  204. package/lib/cjs/components/message/Alert/index.js.map +1 -1
  205. package/lib/cjs/components/message/ContinueOnDevice/ContinueOnDevice.stories.js +12 -9
  206. package/lib/cjs/components/message/ContinueOnDevice/ContinueOnDevice.stories.js.map +1 -1
  207. package/lib/cjs/components/message/ContinueOnDevice/index.js +12 -9
  208. package/lib/cjs/components/message/ContinueOnDevice/index.js.map +1 -1
  209. package/lib/cjs/components/message/Log/Brackets.js.map +1 -1
  210. package/lib/cjs/components/message/Log/Log.stories.js +12 -9
  211. package/lib/cjs/components/message/Log/Log.stories.js.map +1 -1
  212. package/lib/cjs/components/message/Log/index.js +12 -9
  213. package/lib/cjs/components/message/Log/index.js.map +1 -1
  214. package/lib/cjs/components/message/Notification/Badge.js.map +1 -1
  215. package/lib/cjs/components/message/Notification/Badge.stories.js.map +1 -1
  216. package/lib/cjs/components/message/Notification/Notification.stories.js +12 -9
  217. package/lib/cjs/components/message/Notification/Notification.stories.js.map +1 -1
  218. package/lib/cjs/components/message/Notification/index.js +12 -9
  219. package/lib/cjs/components/message/Notification/index.js.map +1 -1
  220. package/lib/cjs/components/message/StatusNotification/StatusNotification.stories.js +12 -9
  221. package/lib/cjs/components/message/StatusNotification/StatusNotification.stories.js.map +1 -1
  222. package/lib/cjs/components/message/StatusNotification/index.js +12 -9
  223. package/lib/cjs/components/message/StatusNotification/index.js.map +1 -1
  224. package/lib/cjs/components/message/Tip/Tip.stories.js +12 -9
  225. package/lib/cjs/components/message/Tip/Tip.stories.js.map +1 -1
  226. package/lib/cjs/components/message/Tip/index.js +12 -9
  227. package/lib/cjs/components/message/Tip/index.js.map +1 -1
  228. package/lib/cjs/components/message/Tooltip/Tooltip.stories.js +17 -18
  229. package/lib/cjs/components/message/Tooltip/Tooltip.stories.js.map +1 -1
  230. package/lib/cjs/components/message/Tooltip/index.js +15 -16
  231. package/lib/cjs/components/message/Tooltip/index.js.map +1 -1
  232. package/lib/cjs/components/message/index.js +17 -18
  233. package/lib/cjs/components/message/index.js.map +1 -1
  234. package/lib/cjs/components/navigation/Aside/Aside.stories.js +12 -9
  235. package/lib/cjs/components/navigation/Aside/Aside.stories.js.map +1 -1
  236. package/lib/cjs/components/navigation/Aside/index.js.map +1 -1
  237. package/lib/cjs/components/navigation/Breadcrumb/Breadcrumb.stories.js +31 -28
  238. package/lib/cjs/components/navigation/Breadcrumb/Breadcrumb.stories.js.map +1 -1
  239. package/lib/cjs/components/navigation/Breadcrumb/index.js +31 -28
  240. package/lib/cjs/components/navigation/Breadcrumb/index.js.map +1 -1
  241. package/lib/cjs/components/navigation/FlowStepper/FlowStepper.stories.js +47 -22
  242. package/lib/cjs/components/navigation/FlowStepper/FlowStepper.stories.js.map +1 -1
  243. package/lib/cjs/components/navigation/FlowStepper/index.js +47 -22
  244. package/lib/cjs/components/navigation/FlowStepper/index.js.map +1 -1
  245. package/lib/cjs/components/navigation/Header/Header.stories.js +14 -11
  246. package/lib/cjs/components/navigation/Header/Header.stories.js.map +1 -1
  247. package/lib/cjs/components/navigation/Header/index.js +2 -2
  248. package/lib/cjs/components/navigation/Header/index.js.map +1 -1
  249. package/lib/cjs/components/navigation/index.js +77 -44
  250. package/lib/cjs/components/navigation/index.js.map +1 -1
  251. package/lib/cjs/components/navigation/progress/ProgressBar/Onboarding.js +12 -9
  252. package/lib/cjs/components/navigation/progress/ProgressBar/Onboarding.js.map +1 -1
  253. package/lib/cjs/components/navigation/progress/ProgressBar/Onboarding.stories.js +12 -9
  254. package/lib/cjs/components/navigation/progress/ProgressBar/Onboarding.stories.js.map +1 -1
  255. package/lib/cjs/components/navigation/progress/ProgressBar/index.js +12 -9
  256. package/lib/cjs/components/navigation/progress/ProgressBar/index.js.map +1 -1
  257. package/lib/cjs/components/navigation/progress/Stepper/Item.stories.js +12 -9
  258. package/lib/cjs/components/navigation/progress/Stepper/Item.stories.js.map +1 -1
  259. package/lib/cjs/components/navigation/progress/Stepper/ProgressSteps.stories.js +12 -9
  260. package/lib/cjs/components/navigation/progress/Stepper/ProgressSteps.stories.js.map +1 -1
  261. package/lib/cjs/components/navigation/progress/Stepper/index.js +12 -9
  262. package/lib/cjs/components/navigation/progress/Stepper/index.js.map +1 -1
  263. package/lib/cjs/components/navigation/progress/index.js +12 -9
  264. package/lib/cjs/components/navigation/progress/index.js.map +1 -1
  265. package/lib/cjs/components/navigation/sideBar/Item/Item.js +18 -10
  266. package/lib/cjs/components/navigation/sideBar/Item/Item.js.map +1 -1
  267. package/lib/cjs/components/navigation/sideBar/Item/Item.stories.js +18 -10
  268. package/lib/cjs/components/navigation/sideBar/Item/Item.stories.js.map +1 -1
  269. package/lib/cjs/components/navigation/sideBar/Item/index.js +18 -10
  270. package/lib/cjs/components/navigation/sideBar/Item/index.js.map +1 -1
  271. package/lib/cjs/components/navigation/sideBar/Logo/Logo.js +6 -1
  272. package/lib/cjs/components/navigation/sideBar/Logo/Logo.js.map +1 -1
  273. package/lib/cjs/components/navigation/sideBar/Logo/index.js +6 -1
  274. package/lib/cjs/components/navigation/sideBar/Logo/index.js.map +1 -1
  275. package/lib/cjs/components/navigation/sideBar/SideBar/SideBar.js +21 -10
  276. package/lib/cjs/components/navigation/sideBar/SideBar/SideBar.js.map +1 -1
  277. package/lib/cjs/components/navigation/sideBar/SideBar/SideBar.stories.js +21 -10
  278. package/lib/cjs/components/navigation/sideBar/SideBar/SideBar.stories.js.map +1 -1
  279. package/lib/cjs/components/navigation/sideBar/SideBar/index.js +21 -10
  280. package/lib/cjs/components/navigation/sideBar/SideBar/index.js.map +1 -1
  281. package/lib/cjs/components/navigation/sideBar/Toggle/Toggle.js +6 -1
  282. package/lib/cjs/components/navigation/sideBar/Toggle/Toggle.js.map +1 -1
  283. package/lib/cjs/components/navigation/sideBar/Toggle/index.js +6 -1
  284. package/lib/cjs/components/navigation/sideBar/Toggle/index.js.map +1 -1
  285. package/lib/cjs/components/styled.js.map +1 -1
  286. package/lib/cjs/components/styled.stories.js.map +1 -1
  287. package/lib/cjs/components/tabs/Bar/Bar.stories.js +12 -9
  288. package/lib/cjs/components/tabs/Bar/Bar.stories.js.map +1 -1
  289. package/lib/cjs/components/tabs/Bar/index.js.map +1 -1
  290. package/lib/cjs/components/tabs/Chip/Chip.stories.js +12 -9
  291. package/lib/cjs/components/tabs/Chip/Chip.stories.js.map +1 -1
  292. package/lib/cjs/components/tabs/Chip/index.js.map +1 -1
  293. package/lib/cjs/components/tabs/Pill/Pill.stories.js +12 -9
  294. package/lib/cjs/components/tabs/Pill/Pill.stories.js.map +1 -1
  295. package/lib/cjs/components/tabs/Pill/index.js.map +1 -1
  296. package/lib/cjs/components/tabs/Tabs/Tabs.stories.js +12 -9
  297. package/lib/cjs/components/tabs/Tabs/Tabs.stories.js.map +1 -1
  298. package/lib/cjs/components/tabs/Tabs/index.js +12 -9
  299. package/lib/cjs/components/tabs/Tabs/index.js.map +1 -1
  300. package/lib/cjs/components/tabs/index.js +12 -9
  301. package/lib/cjs/components/tabs/index.js.map +1 -1
  302. package/lib/cjs/components/transitions/TransitionInOut.js +6 -1
  303. package/lib/cjs/components/transitions/TransitionInOut.js.map +1 -1
  304. package/lib/cjs/components/transitions/TransitionScale.js +8 -2
  305. package/lib/cjs/components/transitions/TransitionScale.js.map +1 -1
  306. package/lib/cjs/components/transitions/TransitionSlide.js +6 -1
  307. package/lib/cjs/components/transitions/TransitionSlide.js.map +1 -1
  308. package/lib/cjs/components/transitions/index.js +20 -4
  309. package/lib/cjs/components/transitions/index.js.map +1 -1
  310. package/lib/cjs/helpers.js +51 -0
  311. package/lib/cjs/helpers.js.map +1 -0
  312. package/lib/cjs/index.js +114 -65
  313. package/lib/cjs/index.js.map +1 -1
  314. package/lib/cjs/pre-ldls/components/AccountItem/AccountItem.js +12 -9
  315. package/lib/cjs/pre-ldls/components/AccountItem/AccountItem.js.map +1 -1
  316. package/lib/cjs/pre-ldls/components/AccountItem/AccountItem.stories.js +12 -9
  317. package/lib/cjs/pre-ldls/components/AccountItem/AccountItem.stories.js.map +1 -1
  318. package/lib/cjs/pre-ldls/components/AccountList/AccountList.js +12 -9
  319. package/lib/cjs/pre-ldls/components/AccountList/AccountList.js.map +1 -1
  320. package/lib/cjs/pre-ldls/components/AccountList/AccountList.stories.js +12 -9
  321. package/lib/cjs/pre-ldls/components/AccountList/AccountList.stories.js.map +1 -1
  322. package/lib/cjs/pre-ldls/components/Address/Address.js +12 -9
  323. package/lib/cjs/pre-ldls/components/Address/Address.js.map +1 -1
  324. package/lib/cjs/pre-ldls/components/Address/Address.stories.js +12 -9
  325. package/lib/cjs/pre-ldls/components/Address/Address.stories.js.map +1 -1
  326. package/lib/cjs/pre-ldls/components/ApyIndicator/ApyIndicator.js +12 -9
  327. package/lib/cjs/pre-ldls/components/ApyIndicator/ApyIndicator.js.map +1 -1
  328. package/lib/cjs/pre-ldls/components/ApyIndicator/ApyIndicator.stories.js +12 -9
  329. package/lib/cjs/pre-ldls/components/ApyIndicator/ApyIndicator.stories.js.map +1 -1
  330. package/lib/cjs/pre-ldls/components/AssetItem/AssetItem.js +12 -9
  331. package/lib/cjs/pre-ldls/components/AssetItem/AssetItem.js.map +1 -1
  332. package/lib/cjs/pre-ldls/components/AssetItem/AssetItem.stories.js +12 -9
  333. package/lib/cjs/pre-ldls/components/AssetItem/AssetItem.stories.js.map +1 -1
  334. package/lib/cjs/pre-ldls/components/AssetList/AssetList.js +12 -9
  335. package/lib/cjs/pre-ldls/components/AssetList/AssetList.js.map +1 -1
  336. package/lib/cjs/pre-ldls/components/AssetList/AssetList.stories.js +12 -9
  337. package/lib/cjs/pre-ldls/components/AssetList/AssetList.stories.js.map +1 -1
  338. package/lib/cjs/pre-ldls/components/CardButton/CardButton.js.map +1 -1
  339. package/lib/cjs/pre-ldls/components/CardButton/CardButton.stories.js.map +1 -1
  340. package/lib/cjs/pre-ldls/components/Checkbox/Checkbox.js.map +1 -1
  341. package/lib/cjs/pre-ldls/components/Checkbox/Checkbox.stories.js.map +1 -1
  342. package/lib/cjs/pre-ldls/components/MarketPercentIndicator/MarketPercentIndicator.js +12 -9
  343. package/lib/cjs/pre-ldls/components/MarketPercentIndicator/MarketPercentIndicator.js.map +1 -1
  344. package/lib/cjs/pre-ldls/components/MarketPercentIndicator/MarketPercentIndicator.stories.js +12 -9
  345. package/lib/cjs/pre-ldls/components/MarketPercentIndicator/MarketPercentIndicator.stories.js.map +1 -1
  346. package/lib/cjs/pre-ldls/components/MarketPriceIndicator/MarketPriceIndicator.js +12 -9
  347. package/lib/cjs/pre-ldls/components/MarketPriceIndicator/MarketPriceIndicator.js.map +1 -1
  348. package/lib/cjs/pre-ldls/components/MarketPriceIndicator/MarketPriceIndicator.stories.js +12 -9
  349. package/lib/cjs/pre-ldls/components/MarketPriceIndicator/MarketPriceIndicator.stories.js.map +1 -1
  350. package/lib/cjs/pre-ldls/components/NetworkItem/NetworkItem.js +12 -9
  351. package/lib/cjs/pre-ldls/components/NetworkItem/NetworkItem.js.map +1 -1
  352. package/lib/cjs/pre-ldls/components/NetworkItem/NetworkItem.stories.js +12 -9
  353. package/lib/cjs/pre-ldls/components/NetworkItem/NetworkItem.stories.js.map +1 -1
  354. package/lib/cjs/pre-ldls/components/NetworkList/NetworkList.js +12 -9
  355. package/lib/cjs/pre-ldls/components/NetworkList/NetworkList.js.map +1 -1
  356. package/lib/cjs/pre-ldls/components/NetworkList/NetworkList.stories.js +12 -9
  357. package/lib/cjs/pre-ldls/components/NetworkList/NetworkList.stories.js.map +1 -1
  358. package/lib/cjs/pre-ldls/components/Search/Search.js +1 -1
  359. package/lib/cjs/pre-ldls/components/Search/Search.js.map +1 -1
  360. package/lib/cjs/pre-ldls/components/Search/Search.stories.js +1 -1
  361. package/lib/cjs/pre-ldls/components/Search/Search.stories.js.map +1 -1
  362. package/lib/cjs/pre-ldls/components/Tag/Tag.js +12 -9
  363. package/lib/cjs/pre-ldls/components/Tag/Tag.js.map +1 -1
  364. package/lib/cjs/pre-ldls/components/Tag/Tag.stories.js +12 -9
  365. package/lib/cjs/pre-ldls/components/Tag/Tag.stories.js.map +1 -1
  366. package/lib/cjs/pre-ldls/components/TextInput/TextInput.js.map +1 -1
  367. package/lib/cjs/pre-ldls/components/TextInput/TextInput.stories.js.map +1 -1
  368. package/lib/cjs/pre-ldls/components/VirtualList/VirtualList.js.map +1 -1
  369. package/lib/cjs/pre-ldls/components/VirtualList/VirtualList.stories.js.map +1 -1
  370. package/lib/cjs/pre-ldls/components/index.js +13 -10
  371. package/lib/cjs/pre-ldls/components/index.js.map +1 -1
  372. package/lib/cjs/pre-ldls/components/sharedStoryBook.js +12 -9
  373. package/lib/cjs/pre-ldls/components/sharedStoryBook.js.map +1 -1
  374. package/lib/cjs/pre-ldls/hooks/index.js +1 -1
  375. package/lib/cjs/pre-ldls/hooks/index.js.map +1 -1
  376. package/lib/cjs/pre-ldls/hooks/useDebouncedCallback.js +1 -1
  377. package/lib/cjs/pre-ldls/hooks/useDebouncedCallback.js.map +1 -1
  378. package/lib/cjs/pre-ldls/hooks/useDebouncedCallback.stories.js +1 -1
  379. package/lib/cjs/pre-ldls/hooks/useDebouncedCallback.stories.js.map +1 -1
  380. package/lib/cjs/pre-ldls/index.js +13 -10
  381. package/lib/cjs/pre-ldls/index.js.map +1 -1
  382. package/lib/cjs/styles/Spacing.stories.js +32 -34
  383. package/lib/cjs/styles/Spacing.stories.js.map +1 -1
  384. package/lib/cjs/styles/breakpoints.stories.js +30 -31
  385. package/lib/cjs/styles/breakpoints.stories.js.map +1 -1
  386. package/lib/cjs/styles/palettes/colors.stories.js +40 -42
  387. package/lib/cjs/styles/palettes/colors.stories.js.map +1 -1
  388. package/lib/components/Table/index.d.ts +6 -4
  389. package/lib/components/Table/index.d.ts.map +1 -1
  390. package/lib/components/Table/index.js.map +1 -1
  391. package/lib/components/Table/stories.helper.js.map +1 -1
  392. package/lib/components/Tag/index.d.ts +1 -1
  393. package/lib/components/Tag/index.d.ts.map +1 -1
  394. package/lib/components/asorted/Icon/BoxedIcon.d.ts +3 -3
  395. package/lib/components/asorted/Icon/BoxedIcon.d.ts.map +1 -1
  396. package/lib/components/asorted/Icon/Icon.d.ts +2 -2
  397. package/lib/components/asorted/Icon/Icon.d.ts.map +1 -1
  398. package/lib/components/asorted/Icon/Icon.js.map +1 -1
  399. package/lib/components/asorted/Text/index.d.ts +2 -0
  400. package/lib/components/asorted/Text/index.d.ts.map +1 -1
  401. package/lib/components/asorted/Text/index.js.map +1 -1
  402. package/lib/components/form/BaseInput/index.d.ts +10 -7
  403. package/lib/components/form/BaseInput/index.d.ts.map +1 -1
  404. package/lib/components/form/BaseInput/index.js +29 -31
  405. package/lib/components/form/BaseInput/index.js.map +1 -1
  406. package/lib/components/form/Checkbox/Checkbox.d.ts +1 -1
  407. package/lib/components/form/Checkbox/Checkbox.d.ts.map +1 -1
  408. package/lib/components/form/Checkbox/Checkbox.js.map +1 -1
  409. package/lib/components/form/Dropdown/index.d.ts +2 -2
  410. package/lib/components/form/Dropdown/index.d.ts.map +1 -1
  411. package/lib/components/form/LegendInput/index.d.ts +1 -10
  412. package/lib/components/form/LegendInput/index.d.ts.map +1 -1
  413. package/lib/components/form/NumberInput/index.d.ts +1 -10
  414. package/lib/components/form/NumberInput/index.d.ts.map +1 -1
  415. package/lib/components/form/QrCodeInput/index.d.ts +1 -10
  416. package/lib/components/form/QrCodeInput/index.d.ts.map +1 -1
  417. package/lib/components/form/QuantityInput/index.d.ts +1 -10
  418. package/lib/components/form/QuantityInput/index.d.ts.map +1 -1
  419. package/lib/components/form/Radio/RadioElement.d.ts +2 -2
  420. package/lib/components/form/Radio/RadioElement.d.ts.map +1 -1
  421. package/lib/components/form/Radio/RadioElement.js.map +1 -1
  422. package/lib/components/form/Radio/RadioListElement.d.ts +2 -2
  423. package/lib/components/form/Radio/RadioListElement.d.ts.map +1 -1
  424. package/lib/components/form/Radio/RadioListElement.js.map +1 -1
  425. package/lib/components/form/Radio/index.d.ts +3 -3
  426. package/lib/components/form/Radio/index.d.ts.map +1 -1
  427. package/lib/components/form/Radio/index.js.map +1 -1
  428. package/lib/components/form/SearchInput/index.d.ts +1 -10
  429. package/lib/components/form/SearchInput/index.d.ts.map +1 -1
  430. package/lib/components/form/SearchInput/index.js.map +1 -1
  431. package/lib/components/form/SelectInput/Control.d.ts +2 -2
  432. package/lib/components/form/SelectInput/Control.d.ts.map +1 -1
  433. package/lib/components/form/SelectInput/DropdownIndicator.d.ts +2 -2
  434. package/lib/components/form/SelectInput/DropdownIndicator.d.ts.map +1 -1
  435. package/lib/components/form/SelectInput/IndicatorsContainer.d.ts +2 -2
  436. package/lib/components/form/SelectInput/IndicatorsContainer.d.ts.map +1 -1
  437. package/lib/components/form/SelectInput/MenuList.d.ts +2 -2
  438. package/lib/components/form/SelectInput/MenuList.d.ts.map +1 -1
  439. package/lib/components/form/SelectInput/Option.d.ts +1 -1
  440. package/lib/components/form/SelectInput/Option.d.ts.map +1 -1
  441. package/lib/components/form/SelectInput/ValueContainer.d.ts +1 -1
  442. package/lib/components/form/SelectInput/ValueContainer.d.ts.map +1 -1
  443. package/lib/components/form/SelectInput/index.d.ts +1 -1
  444. package/lib/components/form/SelectInput/index.d.ts.map +1 -1
  445. package/lib/components/form/SplitInput/index.d.ts +1 -1
  446. package/lib/components/form/SplitInput/index.d.ts.map +1 -1
  447. package/lib/components/form/Switch/Switch.d.ts +1 -1
  448. package/lib/components/form/Switch/Switch.d.ts.map +1 -1
  449. package/lib/components/form/Switch/Switch.js.map +1 -1
  450. package/lib/components/form/TabSelector/index.d.ts +2 -2
  451. package/lib/components/form/TabSelector/index.d.ts.map +1 -1
  452. package/lib/components/form/TabSelector/index.js.map +1 -1
  453. package/lib/components/layout/Carousel/Footer/Pagination/bullets.d.ts.map +1 -1
  454. package/lib/components/layout/Carousel/Footer/Pagination/bullets.js +4 -1
  455. package/lib/components/layout/Carousel/Footer/Pagination/bullets.js.map +1 -1
  456. package/lib/components/layout/Flex/index.d.ts +2 -1
  457. package/lib/components/layout/Flex/index.d.ts.map +1 -1
  458. package/lib/components/layout/List/VerticalTimeline/index.d.ts +6 -5
  459. package/lib/components/layout/List/VerticalTimeline/index.d.ts.map +1 -1
  460. package/lib/components/layout/List/VerticalTimeline/index.js +5 -4
  461. package/lib/components/layout/List/VerticalTimeline/index.js.map +1 -1
  462. package/lib/components/layout/Popin/index.d.ts +4 -2
  463. package/lib/components/layout/Popin/index.d.ts.map +1 -1
  464. package/lib/components/layout/Side/Provider.d.ts +1 -1
  465. package/lib/components/layout/Side/Provider.d.ts.map +1 -1
  466. package/lib/components/layout/Side/Provider.js.map +1 -1
  467. package/lib/components/layout/Side/index.d.ts +2 -2
  468. package/lib/components/layout/Side/index.d.ts.map +1 -1
  469. package/lib/components/layout/Side/index.js.map +1 -1
  470. package/lib/components/loaders/InfiniteLoader/index.d.ts +1 -1
  471. package/lib/components/loaders/InfiniteLoader/index.d.ts.map +1 -1
  472. package/lib/components/loaders/ProgressLoader/index.d.ts +2 -2
  473. package/lib/components/loaders/ProgressLoader/index.d.ts.map +1 -1
  474. package/lib/components/loaders/ProgressLoader/index.js.map +1 -1
  475. package/lib/components/message/Alert/index.d.ts +3 -3
  476. package/lib/components/message/Alert/index.d.ts.map +1 -1
  477. package/lib/components/message/Alert/index.js.map +1 -1
  478. package/lib/components/message/Log/index.d.ts +1 -1
  479. package/lib/components/message/Log/index.d.ts.map +1 -1
  480. package/lib/components/message/Notification/Badge.d.ts +2 -2
  481. package/lib/components/message/Notification/Badge.d.ts.map +1 -1
  482. package/lib/components/message/Notification/index.d.ts +1 -1
  483. package/lib/components/message/Notification/index.d.ts.map +1 -1
  484. package/lib/components/message/Notification/index.js.map +1 -1
  485. package/lib/components/message/StatusNotification/index.d.ts +1 -1
  486. package/lib/components/message/StatusNotification/index.d.ts.map +1 -1
  487. package/lib/components/message/StatusNotification/index.js.map +1 -1
  488. package/lib/components/message/Tip/index.d.ts +2 -2
  489. package/lib/components/message/Tip/index.d.ts.map +1 -1
  490. package/lib/components/message/Tip/index.js.map +1 -1
  491. package/lib/components/message/Tooltip/index.d.ts +2 -2
  492. package/lib/components/message/Tooltip/index.d.ts.map +1 -1
  493. package/lib/components/message/Tooltip/index.js.map +1 -1
  494. package/lib/components/navigation/Aside/index.d.ts +3 -2
  495. package/lib/components/navigation/Aside/index.d.ts.map +1 -1
  496. package/lib/components/navigation/FlowStepper/index.d.ts.map +1 -1
  497. package/lib/components/navigation/FlowStepper/index.js +10 -8
  498. package/lib/components/navigation/FlowStepper/index.js.map +1 -1
  499. package/lib/components/navigation/Header/index.d.ts +1 -1
  500. package/lib/components/navigation/Header/index.d.ts.map +1 -1
  501. package/lib/components/navigation/Header/index.js +1 -1
  502. package/lib/components/navigation/Header/index.js.map +1 -1
  503. package/lib/components/navigation/progress/ProgressBar/Onboarding.d.ts +2 -2
  504. package/lib/components/navigation/progress/ProgressBar/Onboarding.d.ts.map +1 -1
  505. package/lib/components/navigation/progress/ProgressBar/Onboarding.js.map +1 -1
  506. package/lib/components/navigation/progress/Stepper/index.d.ts +3 -3
  507. package/lib/components/navigation/progress/Stepper/index.d.ts.map +1 -1
  508. package/lib/components/navigation/progress/Stepper/index.js.map +1 -1
  509. package/lib/components/navigation/sideBar/Item/Item.d.ts +4 -4
  510. package/lib/components/navigation/sideBar/Item/Item.d.ts.map +1 -1
  511. package/lib/components/navigation/sideBar/Item/Item.js.map +1 -1
  512. package/lib/components/navigation/sideBar/Logo/Logo.d.ts +2 -2
  513. package/lib/components/navigation/sideBar/Logo/Logo.d.ts.map +1 -1
  514. package/lib/components/navigation/sideBar/Logo/Logo.js.map +1 -1
  515. package/lib/components/navigation/sideBar/SideBar/SideBar.d.ts +4 -4
  516. package/lib/components/navigation/sideBar/SideBar/SideBar.d.ts.map +1 -1
  517. package/lib/components/navigation/sideBar/SideBar/SideBar.js +4 -3
  518. package/lib/components/navigation/sideBar/SideBar/SideBar.js.map +1 -1
  519. package/lib/components/navigation/sideBar/Toggle/Toggle.d.ts +2 -2
  520. package/lib/components/navigation/sideBar/Toggle/Toggle.d.ts.map +1 -1
  521. package/lib/components/navigation/sideBar/Toggle/Toggle.js.map +1 -1
  522. package/lib/components/styled.d.ts +2 -0
  523. package/lib/components/styled.d.ts.map +1 -1
  524. package/lib/components/styled.js.map +1 -1
  525. package/lib/components/tabs/Bar/index.d.ts +1 -1
  526. package/lib/components/tabs/Bar/index.d.ts.map +1 -1
  527. package/lib/components/tabs/Bar/index.js +1 -1
  528. package/lib/components/tabs/Bar/index.js.map +1 -1
  529. package/lib/components/tabs/Chip/index.d.ts +1 -1
  530. package/lib/components/tabs/Chip/index.d.ts.map +1 -1
  531. package/lib/components/tabs/Chip/index.js +1 -1
  532. package/lib/components/tabs/Chip/index.js.map +1 -1
  533. package/lib/components/tabs/Pill/index.d.ts +1 -1
  534. package/lib/components/tabs/Pill/index.d.ts.map +1 -1
  535. package/lib/components/tabs/Tabs/index.d.ts +1 -1
  536. package/lib/components/tabs/Tabs/index.d.ts.map +1 -1
  537. package/lib/components/transitions/TransitionInOut.d.ts +2 -2
  538. package/lib/components/transitions/TransitionInOut.d.ts.map +1 -1
  539. package/lib/components/transitions/TransitionInOut.js +6 -3
  540. package/lib/components/transitions/TransitionInOut.js.map +1 -1
  541. package/lib/components/transitions/TransitionScale.d.ts +1 -1
  542. package/lib/components/transitions/TransitionScale.d.ts.map +1 -1
  543. package/lib/components/transitions/TransitionScale.js +6 -3
  544. package/lib/components/transitions/TransitionScale.js.map +1 -1
  545. package/lib/components/transitions/TransitionSlide.d.ts +1 -1
  546. package/lib/components/transitions/TransitionSlide.d.ts.map +1 -1
  547. package/lib/components/transitions/TransitionSlide.js +6 -3
  548. package/lib/components/transitions/TransitionSlide.js.map +1 -1
  549. package/lib/helpers.d.ts +10 -0
  550. package/lib/helpers.d.ts.map +1 -0
  551. package/lib/helpers.js +18 -0
  552. package/lib/helpers.js.map +1 -0
  553. package/lib/index.d.ts +1 -0
  554. package/lib/index.d.ts.map +1 -1
  555. package/lib/index.js +1 -0
  556. package/lib/index.js.map +1 -1
  557. package/lib/pre-ldls/components/CardButton/CardButton.d.ts +1 -1
  558. package/lib/pre-ldls/components/Checkbox/Checkbox.d.ts +2 -2
  559. package/lib/pre-ldls/components/Checkbox/Checkbox.d.ts.map +1 -1
  560. package/lib/pre-ldls/components/Checkbox/Checkbox.js.map +1 -1
  561. package/lib/pre-ldls/hooks/useDebouncedCallback.js +1 -1
  562. package/lib/pre-ldls/hooks/useDebouncedCallback.js.map +1 -1
  563. package/package.json +6 -6
@@ -1 +1 @@
1
- {"version":3,"file":"components/transitions/TransitionScale.js","sources":["webpack://@ledgerhq/react-ui/webpack/runtime/compat_get_default_export","webpack://@ledgerhq/react-ui/webpack/runtime/define_property_getters","webpack://@ledgerhq/react-ui/webpack/runtime/has_own_property","webpack://@ledgerhq/react-ui/webpack/runtime/make_namespace_object","webpack://@ledgerhq/react-ui/./src/components/transitions/TransitionScale.tsx"],"sourcesContent":["// getDefaultExport function for compatibility with non-ESM modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};\n","__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n }\n }\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from \"react\";\nimport { CSSTransition } from \"react-transition-group\";\nimport { CSSTransitionProps } from \"react-transition-group/CSSTransition\";\nimport styled from \"styled-components\";\nconst duration = 150;\nconst ChildrenWrapper = styled.div`\n transition: transform ${duration}ms;\n\n &.transition-scale-appear {\n transform: scale(0.9);\n }\n\n &.transition-scale-appear-active {\n transform: scale(1);\n }\n\n &.transition-scale-exit {\n transform: scale(1);\n }\n\n &.transition-scale-exit-active {\n transform: scale(0.9);\n }\n`;\ntype TransitionScaleProps = Partial<\n CSSTransitionProps & {\n children: React.ReactNode;\n in: boolean;\n timeout?: number;\n appear?: boolean;\n mountOnEnter?: boolean;\n unmountOnExit?: boolean;\n }\n>;\n\nconst TransitionScale = ({\n children,\n in: inProp,\n timeout = duration,\n ...TransitionProps\n}: TransitionScaleProps) => (\n <CSSTransition {...TransitionProps} in={inProp} timeout={timeout} classNames=\"transition-scale\">\n <ChildrenWrapper>{children}</ChildrenWrapper>\n </CSSTransition>\n);\n\nexport default TransitionScale;\n"],"names":["React","CSSTransition","styled","duration","ChildrenWrapper","TransitionScale","children","inProp","timeout","TransitionProps"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA,iCAAiC,WAAW;AAC5C;AACA;;;;;ACPA;AACA;AACA;AACA,kDAAkD,wCAAwC;AAC1F;AACA;AACA,E;;;;ACNA,wF;;;;ACAA;AACA;AACA;AACA,uDAAuD,iBAAiB;AACxE;AACA,gDAAgD,aAAa;AAC7D,E;;;;;;;;;;;;;;;ACN0B;AAC6B;AAEhB;AACvC,MAAMG,WAAW;AACjB,MAAMC,kBAAkBF,kDAAU,CAAC;wBACX,EAAEC,SAAS;;;;;;;;;;;;;;;;;AAiBnC,CAAC;AAYD,MAAME,kBAAkB,CAAC,EACvBC,QAAQ,EACR,IAAIC,MAAM,EACVC,UAAUL,QAAQ,EAClB,GAAGM,iBACkB,iBACrB,+CAACR,qDAAaA;QAAE,GAAGQ,eAAe;QAAE,IAAIF;QAAQ,SAASC;QAAS,YAAW;qBAC3E,+CAACJ,uBAAiBE;AAItB,sDAAeD,eAAeA,EAAC"}
1
+ {"version":3,"file":"components/transitions/TransitionScale.js","sources":["webpack://@ledgerhq/react-ui/webpack/runtime/compat_get_default_export","webpack://@ledgerhq/react-ui/webpack/runtime/define_property_getters","webpack://@ledgerhq/react-ui/webpack/runtime/has_own_property","webpack://@ledgerhq/react-ui/webpack/runtime/make_namespace_object","webpack://@ledgerhq/react-ui/./src/components/transitions/TransitionScale.tsx"],"sourcesContent":["// getDefaultExport function for compatibility with non-ESM modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};\n","__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n }\n }\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React, { useRef } from \"react\";\nimport { CSSTransition } from \"react-transition-group\";\nimport { CSSTransitionProps } from \"react-transition-group/CSSTransition\";\nimport styled from \"styled-components\";\nconst duration = 150;\nconst ChildrenWrapper = styled.div`\n transition: transform ${duration}ms;\n\n &.transition-scale-appear {\n transform: scale(0.9);\n }\n\n &.transition-scale-appear-active {\n transform: scale(1);\n }\n\n &.transition-scale-exit {\n transform: scale(1);\n }\n\n &.transition-scale-exit-active {\n transform: scale(0.9);\n }\n`;\ntype TransitionScaleProps = Partial<\n CSSTransitionProps<HTMLDivElement> & {\n children: React.ReactNode;\n in: boolean;\n timeout?: number;\n appear?: boolean;\n mountOnEnter?: boolean;\n unmountOnExit?: boolean;\n }\n>;\n\nconst TransitionScale = ({\n children,\n in: inProp,\n timeout = duration,\n ...TransitionProps\n}: TransitionScaleProps) => {\n const nodeRef = useRef<HTMLDivElement>(null);\n return (\n <CSSTransition\n {...TransitionProps}\n nodeRef={nodeRef}\n in={inProp}\n timeout={timeout}\n classNames=\"transition-scale\"\n >\n <ChildrenWrapper ref={nodeRef}>{children}</ChildrenWrapper>\n </CSSTransition>\n );\n};\n\nexport default TransitionScale;\n"],"names":["React","useRef","CSSTransition","styled","duration","ChildrenWrapper","TransitionScale","children","inProp","timeout","TransitionProps","nodeRef"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA,iCAAiC,WAAW;AAC5C;AACA;;;;;ACPA;AACA;AACA;AACA,kDAAkD,wCAAwC;AAC1F;AACA;AACA,E;;;;ACNA,wF;;;;ACAA;AACA;AACA;AACA,uDAAuD,iBAAiB;AACxE;AACA,gDAAgD,aAAa;AAC7D,E;;;;;;;;;;;;;;;ACNsC;AACiB;AAEhB;AACvC,MAAMI,WAAW;AACjB,MAAMC,kBAAkBF,kDAAU,CAAC;wBACX,EAAEC,SAAS;;;;;;;;;;;;;;;;;AAiBnC,CAAC;AAYD,MAAME,kBAAkB,CAAC,EACvBC,QAAQ,EACR,IAAIC,MAAM,EACVC,UAAUL,QAAQ,EAClB,GAAGM,iBACkB;IACrB,MAAMC,UAAUV,iCAAMA,CAAiB;IACvC,qBACE,+CAACC,qDAAaA;QACX,GAAGQ,eAAe;QACnB,SAASC;QACT,IAAIH;QACJ,SAASC;QACT,YAAW;qBAEX,+CAACJ;QAAgB,KAAKM;OAAUJ;AAGtC;AAEA,sDAAeD,eAAeA,EAAC"}
@@ -136,14 +136,19 @@ const ChildrenWrapper = (styled_components__rspack_import_2_default().div)`
136
136
  transform: translateX(${(p)=>p.reverseExit ? -100 : 100}%);
137
137
  }
138
138
  `;
139
- const TransitionSlide = ({ children, fixed, direction = "left", reverseExit, ...props })=>/*#__PURE__*/ react__rspack_import_0_default().createElement(react_transition_group__rspack_import_1.CSSTransition, {
139
+ const TransitionSlide = ({ children, fixed, direction = "left", reverseExit, ...props })=>{
140
+ const nodeRef = (0,react__rspack_import_0.useRef)(null);
141
+ return /*#__PURE__*/ react__rspack_import_0_default().createElement(react_transition_group__rspack_import_1.CSSTransition, {
140
142
  ...props,
143
+ nodeRef: nodeRef,
141
144
  timeout: duration,
142
145
  classNames: `transition-${direction}`
143
146
  }, /*#__PURE__*/ react__rspack_import_0_default().createElement(ChildrenWrapper, {
147
+ ref: nodeRef,
144
148
  fixed: fixed,
145
149
  reverseExit: reverseExit
146
150
  }, children));
151
+ };
147
152
  /* export default */ const __rspack_default_export = (TransitionSlide);
148
153
 
149
154
  })();
@@ -1 +1 @@
1
- {"version":3,"file":"components/transitions/TransitionSlide.js","sources":["webpack://@ledgerhq/react-ui/webpack/runtime/compat_get_default_export","webpack://@ledgerhq/react-ui/webpack/runtime/define_property_getters","webpack://@ledgerhq/react-ui/webpack/runtime/has_own_property","webpack://@ledgerhq/react-ui/webpack/runtime/make_namespace_object","webpack://@ledgerhq/react-ui/./src/components/transitions/TransitionSlide.tsx"],"sourcesContent":["// getDefaultExport function for compatibility with non-ESM modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};\n","__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n }\n }\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from \"react\";\nimport { CSSTransition } from \"react-transition-group\";\nimport { CSSTransitionProps } from \"react-transition-group/CSSTransition\";\nimport styled from \"styled-components\";\nconst duration = 300;\nconst ChildrenWrapper = styled.div<{ fixed?: boolean; reverseExit?: boolean }>`\n transition: all ${duration}ms ease-in-out;\n will-change: transform;\n ${p =>\n !p.fixed\n ? `\n position: absolute;\n width: 100%;\n `\n : \"\"}\n height: 100%;\n\n &.transition-left-appear,\n &.transition-left-enter {\n transform: translateX(100%);\n }\n\n &.transition-left-appear-active,\n &.transition-left-enter-active {\n transform: translateX(0%);\n }\n\n &.transition-left-exit {\n transform: translateX(0%);\n }\n\n &.transition-left-exit-active {\n transform: translateX(${p => (p.reverseExit ? 100 : -100)}%);\n }\n\n &.transition-right-appear,\n &.transition-right-enter {\n transform: translateX(-100%);\n }\n\n &.transition-right-appear-active,\n &.transition-right-enter-active {\n transform: translateX(0%);\n }\n\n &.transition-right-exit {\n transform: translateX(0%);\n }\n\n &.transition-right-exit-active {\n transform: translateX(${p => (p.reverseExit ? -100 : 100)}%);\n }\n`;\ntype TransitionSlideProps = Partial<\n CSSTransitionProps & {\n children: React.ReactNode;\n fixed: boolean;\n reverseExit?: boolean;\n direction?: \"left\" | \"right\" | string;\n }\n>;\n\nconst TransitionSlide = ({\n children,\n fixed,\n direction = \"left\",\n reverseExit,\n ...props\n}: TransitionSlideProps) => (\n <CSSTransition {...props} timeout={duration} classNames={`transition-${direction}`}>\n <ChildrenWrapper fixed={fixed} reverseExit={reverseExit}>\n {children}\n </ChildrenWrapper>\n </CSSTransition>\n);\n\nexport default TransitionSlide;\n"],"names":["React","CSSTransition","styled","duration","ChildrenWrapper","p","TransitionSlide","children","fixed","direction","reverseExit","props"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA,iCAAiC,WAAW;AAC5C;AACA;;;;;ACPA;AACA;AACA;AACA,kDAAkD,wCAAwC;AAC1F;AACA;AACA,E;;;;ACNA,wF;;;;ACAA;AACA;AACA;AACA,uDAAuD,iBAAiB;AACxE;AACA,gDAAgD,aAAa;AAC7D,E;;;;;;;;;;;;;;;ACN0B;AAC6B;AAEhB;AACvC,MAAMG,WAAW;AACjB,MAAMC,kBAAkBF,kDAAsD,CAAC;kBAC7D,EAAEC,SAAS;;EAE3B,EAAEE,CAAAA,IACA,CAACA,EAAE,KAAK,GACJ,CAAC;;;IAGL,CAAC,GACG,GAAG;;;;;;;;;;;;;;;;;;0BAkBe,EAAEA,CAAAA,IAAMA,EAAE,WAAW,GAAG,MAAM,CAAC,IAAK;;;;;;;;;;;;;;;;;;0BAkBpC,EAAEA,CAAAA,IAAMA,EAAE,WAAW,GAAG,CAAC,MAAM,IAAK;;AAE9D,CAAC;AAUD,MAAMC,kBAAkB,CAAC,EACvBC,QAAQ,EACRC,KAAK,EACLC,YAAY,MAAM,EAClBC,WAAW,EACX,GAAGC,OACkB,iBACrB,+CAACV,qDAAaA;QAAE,GAAGU,KAAK;QAAE,SAASR;QAAU,YAAY,CAAC,WAAW,EAAEM,WAAW;qBAChF,+CAACL;QAAgB,OAAOI;QAAO,aAAaE;OACzCH;AAKP,sDAAeD,eAAeA,EAAC"}
1
+ {"version":3,"file":"components/transitions/TransitionSlide.js","sources":["webpack://@ledgerhq/react-ui/webpack/runtime/compat_get_default_export","webpack://@ledgerhq/react-ui/webpack/runtime/define_property_getters","webpack://@ledgerhq/react-ui/webpack/runtime/has_own_property","webpack://@ledgerhq/react-ui/webpack/runtime/make_namespace_object","webpack://@ledgerhq/react-ui/./src/components/transitions/TransitionSlide.tsx"],"sourcesContent":["// getDefaultExport function for compatibility with non-ESM modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};\n","__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n }\n }\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React, { useRef } from \"react\";\nimport { CSSTransition } from \"react-transition-group\";\nimport { CSSTransitionProps } from \"react-transition-group/CSSTransition\";\nimport styled from \"styled-components\";\nconst duration = 300;\nconst ChildrenWrapper = styled.div<{ fixed?: boolean; reverseExit?: boolean }>`\n transition: all ${duration}ms ease-in-out;\n will-change: transform;\n ${p =>\n !p.fixed\n ? `\n position: absolute;\n width: 100%;\n `\n : \"\"}\n height: 100%;\n\n &.transition-left-appear,\n &.transition-left-enter {\n transform: translateX(100%);\n }\n\n &.transition-left-appear-active,\n &.transition-left-enter-active {\n transform: translateX(0%);\n }\n\n &.transition-left-exit {\n transform: translateX(0%);\n }\n\n &.transition-left-exit-active {\n transform: translateX(${p => (p.reverseExit ? 100 : -100)}%);\n }\n\n &.transition-right-appear,\n &.transition-right-enter {\n transform: translateX(-100%);\n }\n\n &.transition-right-appear-active,\n &.transition-right-enter-active {\n transform: translateX(0%);\n }\n\n &.transition-right-exit {\n transform: translateX(0%);\n }\n\n &.transition-right-exit-active {\n transform: translateX(${p => (p.reverseExit ? -100 : 100)}%);\n }\n`;\ntype TransitionSlideProps = Partial<\n CSSTransitionProps<HTMLDivElement> & {\n children: React.ReactNode;\n fixed: boolean;\n reverseExit?: boolean;\n direction?: \"left\" | \"right\" | string;\n }\n>;\n\nconst TransitionSlide = ({\n children,\n fixed,\n direction = \"left\",\n reverseExit,\n ...props\n}: TransitionSlideProps) => {\n const nodeRef = useRef<HTMLDivElement>(null);\n return (\n <CSSTransition\n {...props}\n nodeRef={nodeRef}\n timeout={duration}\n classNames={`transition-${direction}`}\n >\n <ChildrenWrapper ref={nodeRef} fixed={fixed} reverseExit={reverseExit}>\n {children}\n </ChildrenWrapper>\n </CSSTransition>\n );\n};\n\nexport default TransitionSlide;\n"],"names":["React","useRef","CSSTransition","styled","duration","ChildrenWrapper","p","TransitionSlide","children","fixed","direction","reverseExit","props","nodeRef"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA,iCAAiC,WAAW;AAC5C;AACA;;;;;ACPA;AACA;AACA;AACA,kDAAkD,wCAAwC;AAC1F;AACA;AACA,E;;;;ACNA,wF;;;;ACAA;AACA;AACA;AACA,uDAAuD,iBAAiB;AACxE;AACA,gDAAgD,aAAa;AAC7D,E;;;;;;;;;;;;;;;ACNsC;AACiB;AAEhB;AACvC,MAAMI,WAAW;AACjB,MAAMC,kBAAkBF,kDAAsD,CAAC;kBAC7D,EAAEC,SAAS;;EAE3B,EAAEE,CAAAA,IACA,CAACA,EAAE,KAAK,GACJ,CAAC;;;IAGL,CAAC,GACG,GAAG;;;;;;;;;;;;;;;;;;0BAkBe,EAAEA,CAAAA,IAAMA,EAAE,WAAW,GAAG,MAAM,CAAC,IAAK;;;;;;;;;;;;;;;;;;0BAkBpC,EAAEA,CAAAA,IAAMA,EAAE,WAAW,GAAG,CAAC,MAAM,IAAK;;AAE9D,CAAC;AAUD,MAAMC,kBAAkB,CAAC,EACvBC,QAAQ,EACRC,KAAK,EACLC,YAAY,MAAM,EAClBC,WAAW,EACX,GAAGC,OACkB;IACrB,MAAMC,UAAUZ,iCAAMA,CAAiB;IACvC,qBACE,+CAACC,qDAAaA;QACX,GAAGU,KAAK;QACT,SAASC;QACT,SAAST;QACT,YAAY,CAAC,WAAW,EAAEM,WAAW;qBAErC,+CAACL;QAAgB,KAAKQ;QAAS,OAAOJ;QAAO,aAAaE;OACvDH;AAIT;AAEA,sDAAeD,eAAeA,EAAC"}
@@ -34,14 +34,19 @@ const ChildrenWrapper = (styled_components__rspack_import_2_default().div)`
34
34
  opacity: 0;
35
35
  }
36
36
  `;
37
- const TransitionInOut = ({ children, in: inProp, timeout = duration, ...TransitionProps })=>/*#__PURE__*/ react__rspack_import_0_default().createElement(react_transition_group__rspack_import_1.CSSTransition, {
37
+ const TransitionInOut = ({ children, in: inProp, timeout = duration, ...TransitionProps })=>{
38
+ const nodeRef = (0,react__rspack_import_0.useRef)(null);
39
+ return /*#__PURE__*/ react__rspack_import_0_default().createElement(react_transition_group__rspack_import_1.CSSTransition, {
38
40
  ...TransitionProps,
41
+ nodeRef: nodeRef,
39
42
  in: inProp,
40
43
  timeout: timeout,
41
44
  classNames: "transition-inout"
42
45
  }, /*#__PURE__*/ react__rspack_import_0_default().createElement(ChildrenWrapper, {
46
+ ref: nodeRef,
43
47
  timeout: timeout
44
48
  }, children));
49
+ };
45
50
  /* export default */ const __rspack_default_export = (TransitionInOut);
46
51
 
47
52
 
@@ -79,12 +84,18 @@ const ChildrenWrapper = (styled_components__rspack_import_2_default().div)`
79
84
  transform: scale(0.9);
80
85
  }
81
86
  `;
82
- const TransitionScale = ({ children, in: inProp, timeout = duration, ...TransitionProps })=>/*#__PURE__*/ react__rspack_import_0_default().createElement(react_transition_group__rspack_import_1.CSSTransition, {
87
+ const TransitionScale = ({ children, in: inProp, timeout = duration, ...TransitionProps })=>{
88
+ const nodeRef = (0,react__rspack_import_0.useRef)(null);
89
+ return /*#__PURE__*/ react__rspack_import_0_default().createElement(react_transition_group__rspack_import_1.CSSTransition, {
83
90
  ...TransitionProps,
91
+ nodeRef: nodeRef,
84
92
  in: inProp,
85
93
  timeout: timeout,
86
94
  classNames: "transition-scale"
87
- }, /*#__PURE__*/ react__rspack_import_0_default().createElement(ChildrenWrapper, null, children));
95
+ }, /*#__PURE__*/ react__rspack_import_0_default().createElement(ChildrenWrapper, {
96
+ ref: nodeRef
97
+ }, children));
98
+ };
88
99
  /* export default */ const __rspack_default_export = (TransitionScale);
89
100
 
90
101
 
@@ -148,14 +159,19 @@ const ChildrenWrapper = (styled_components__rspack_import_2_default().div)`
148
159
  transform: translateX(${(p)=>p.reverseExit ? -100 : 100}%);
149
160
  }
150
161
  `;
151
- const TransitionSlide = ({ children, fixed, direction = "left", reverseExit, ...props })=>/*#__PURE__*/ react__rspack_import_0_default().createElement(react_transition_group__rspack_import_1.CSSTransition, {
162
+ const TransitionSlide = ({ children, fixed, direction = "left", reverseExit, ...props })=>{
163
+ const nodeRef = (0,react__rspack_import_0.useRef)(null);
164
+ return /*#__PURE__*/ react__rspack_import_0_default().createElement(react_transition_group__rspack_import_1.CSSTransition, {
152
165
  ...props,
166
+ nodeRef: nodeRef,
153
167
  timeout: duration,
154
168
  classNames: `transition-${direction}`
155
169
  }, /*#__PURE__*/ react__rspack_import_0_default().createElement(ChildrenWrapper, {
170
+ ref: nodeRef,
156
171
  fixed: fixed,
157
172
  reverseExit: reverseExit
158
173
  }, children));
174
+ };
159
175
  /* export default */ const __rspack_default_export = (TransitionSlide);
160
176
 
161
177
 
@@ -1 +1 @@
1
- {"version":3,"file":"components/transitions/index.js","sources":["webpack://@ledgerhq/react-ui/./src/components/transitions/TransitionInOut.tsx","webpack://@ledgerhq/react-ui/./src/components/transitions/TransitionScale.tsx","webpack://@ledgerhq/react-ui/./src/components/transitions/TransitionSlide.tsx","webpack://@ledgerhq/react-ui/webpack/runtime/compat_get_default_export","webpack://@ledgerhq/react-ui/webpack/runtime/define_property_getters","webpack://@ledgerhq/react-ui/webpack/runtime/has_own_property","webpack://@ledgerhq/react-ui/webpack/runtime/make_namespace_object","webpack://@ledgerhq/react-ui/./src/components/transitions/index.ts"],"sourcesContent":["import React from \"react\";\nimport { CSSTransition } from \"react-transition-group\";\nimport { CSSTransitionProps } from \"react-transition-group/CSSTransition\";\nimport styled from \"styled-components\";\nconst duration = 150;\nconst ChildrenWrapper = styled.div<{ timeout: number }>`\n transition: ${props => `opacity ${props.timeout}ms ease-in-out`};\n\n &.transition-inout-enter {\n opacity: 0;\n }\n\n &.transition-inout-enter-active {\n opacity: 1;\n }\n\n &.transition-inout-exit {\n opacity: 1;\n }\n\n &.transition-inout-exit-active {\n opacity: 0;\n }\n`;\ntype TransitionInOutProps = Partial<\n CSSTransitionProps & {\n children: React.ReactNode;\n in: boolean;\n timeout?: number;\n appear?: boolean;\n mountOnEnter?: boolean;\n unmountOnExit?: boolean;\n }\n>;\n\nconst TransitionInOut = ({\n children,\n in: inProp,\n timeout = duration,\n ...TransitionProps\n}: TransitionInOutProps): JSX.Element => (\n <CSSTransition {...TransitionProps} in={inProp} timeout={timeout} classNames=\"transition-inout\">\n <ChildrenWrapper timeout={timeout}>{children}</ChildrenWrapper>\n </CSSTransition>\n);\n\nexport default TransitionInOut;\n","import React from \"react\";\nimport { CSSTransition } from \"react-transition-group\";\nimport { CSSTransitionProps } from \"react-transition-group/CSSTransition\";\nimport styled from \"styled-components\";\nconst duration = 150;\nconst ChildrenWrapper = styled.div`\n transition: transform ${duration}ms;\n\n &.transition-scale-appear {\n transform: scale(0.9);\n }\n\n &.transition-scale-appear-active {\n transform: scale(1);\n }\n\n &.transition-scale-exit {\n transform: scale(1);\n }\n\n &.transition-scale-exit-active {\n transform: scale(0.9);\n }\n`;\ntype TransitionScaleProps = Partial<\n CSSTransitionProps & {\n children: React.ReactNode;\n in: boolean;\n timeout?: number;\n appear?: boolean;\n mountOnEnter?: boolean;\n unmountOnExit?: boolean;\n }\n>;\n\nconst TransitionScale = ({\n children,\n in: inProp,\n timeout = duration,\n ...TransitionProps\n}: TransitionScaleProps) => (\n <CSSTransition {...TransitionProps} in={inProp} timeout={timeout} classNames=\"transition-scale\">\n <ChildrenWrapper>{children}</ChildrenWrapper>\n </CSSTransition>\n);\n\nexport default TransitionScale;\n","import React from \"react\";\nimport { CSSTransition } from \"react-transition-group\";\nimport { CSSTransitionProps } from \"react-transition-group/CSSTransition\";\nimport styled from \"styled-components\";\nconst duration = 300;\nconst ChildrenWrapper = styled.div<{ fixed?: boolean; reverseExit?: boolean }>`\n transition: all ${duration}ms ease-in-out;\n will-change: transform;\n ${p =>\n !p.fixed\n ? `\n position: absolute;\n width: 100%;\n `\n : \"\"}\n height: 100%;\n\n &.transition-left-appear,\n &.transition-left-enter {\n transform: translateX(100%);\n }\n\n &.transition-left-appear-active,\n &.transition-left-enter-active {\n transform: translateX(0%);\n }\n\n &.transition-left-exit {\n transform: translateX(0%);\n }\n\n &.transition-left-exit-active {\n transform: translateX(${p => (p.reverseExit ? 100 : -100)}%);\n }\n\n &.transition-right-appear,\n &.transition-right-enter {\n transform: translateX(-100%);\n }\n\n &.transition-right-appear-active,\n &.transition-right-enter-active {\n transform: translateX(0%);\n }\n\n &.transition-right-exit {\n transform: translateX(0%);\n }\n\n &.transition-right-exit-active {\n transform: translateX(${p => (p.reverseExit ? -100 : 100)}%);\n }\n`;\ntype TransitionSlideProps = Partial<\n CSSTransitionProps & {\n children: React.ReactNode;\n fixed: boolean;\n reverseExit?: boolean;\n direction?: \"left\" | \"right\" | string;\n }\n>;\n\nconst TransitionSlide = ({\n children,\n fixed,\n direction = \"left\",\n reverseExit,\n ...props\n}: TransitionSlideProps) => (\n <CSSTransition {...props} timeout={duration} classNames={`transition-${direction}`}>\n <ChildrenWrapper fixed={fixed} reverseExit={reverseExit}>\n {children}\n </ChildrenWrapper>\n </CSSTransition>\n);\n\nexport default TransitionSlide;\n","// getDefaultExport function for compatibility with non-ESM modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};\n","__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n }\n }\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","export { default as TransitionInOut } from \"./TransitionInOut\";\nexport { default as TransitionScale } from \"./TransitionScale\";\nexport { default as TransitionSlide } from \"./TransitionSlide\";\n"],"names":["React","CSSTransition","styled","duration","ChildrenWrapper","props","TransitionInOut","children","inProp","timeout","TransitionProps","TransitionScale","p","TransitionSlide","fixed","direction","reverseExit","default"],"mappings":";;;;;;;;;;;;;AAA0B;AAC6B;AAEhB;AACvC,MAAMG,WAAW;AACjB,MAAMC,kBAAkBF,kDAA+B,CAAC;cAC1C,EAAEG,CAAAA,QAAS,CAAC,QAAQ,EAAEA,MAAM,OAAO,CAAC,cAAc,CAAC,CAAC;;;;;;;;;;;;;;;;;AAiBlE,CAAC;AAYD,MAAMC,kBAAkB,CAAC,EACvBC,QAAQ,EACR,IAAIC,MAAM,EACVC,UAAUN,QAAQ,EAClB,GAAGO,iBACkB,iBACrB,+CAACT,qDAAaA;QAAE,GAAGS,eAAe;QAAE,IAAIF;QAAQ,SAASC;QAAS,YAAW;qBAC3E,+CAACL;QAAgB,SAASK;OAAUF;AAIxC,sDAAeD,eAAeA,EAAC;;;;;;;;;;;;;;AC9CL;AAC6B;AAEhB;AACvC,MAAMH,WAAW;AACjB,MAAMC,kBAAkBF,kDAAU,CAAC;wBACX,EAAEC,SAAS;;;;;;;;;;;;;;;;;AAiBnC,CAAC;AAYD,MAAMQ,kBAAkB,CAAC,EACvBJ,QAAQ,EACR,IAAIC,MAAM,EACVC,UAAUN,QAAQ,EAClB,GAAGO,iBACkB,iBACrB,+CAACT,qDAAaA;QAAE,GAAGS,eAAe;QAAE,IAAIF;QAAQ,SAASC;QAAS,YAAW;qBAC3E,+CAACL,uBAAiBG;AAItB,sDAAeI,eAAeA,EAAC;;;;;;;;;;;;;;AC9CL;AAC6B;AAEhB;AACvC,MAAMR,WAAW;AACjB,MAAMC,kBAAkBF,kDAAsD,CAAC;kBAC7D,EAAEC,SAAS;;EAE3B,EAAES,CAAAA,IACA,CAACA,EAAE,KAAK,GACJ,CAAC;;;IAGL,CAAC,GACG,GAAG;;;;;;;;;;;;;;;;;;0BAkBe,EAAEA,CAAAA,IAAMA,EAAE,WAAW,GAAG,MAAM,CAAC,IAAK;;;;;;;;;;;;;;;;;;0BAkBpC,EAAEA,CAAAA,IAAMA,EAAE,WAAW,GAAG,CAAC,MAAM,IAAK;;AAE9D,CAAC;AAUD,MAAMC,kBAAkB,CAAC,EACvBN,QAAQ,EACRO,KAAK,EACLC,YAAY,MAAM,EAClBC,WAAW,EACX,GAAGX,OACkB,iBACrB,+CAACJ,qDAAaA;QAAE,GAAGI,KAAK;QAAE,SAASF;QAAU,YAAY,CAAC,WAAW,EAAEY,WAAW;qBAChF,+CAACX;QAAgB,OAAOU;QAAO,aAAaE;OACzCT;AAKP,sDAAeM,eAAeA,EAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC5E/B;AACA;AACA;AACA;AACA;AACA,iCAAiC,WAAW;AAC5C;AACA;;;;;ACPA;AACA;AACA;AACA,kDAAkD,wCAAwC;AAC1F;AACA;AACA,E;;;;ACNA,wF;;;;ACAA;AACA;AACA;AACA,uDAAuD,iBAAiB;AACxE;AACA,gDAAgD,aAAa;AAC7D,E;;;;;;;;;;;;;;ACN+D;AACA;AACA"}
1
+ {"version":3,"file":"components/transitions/index.js","sources":["webpack://@ledgerhq/react-ui/./src/components/transitions/TransitionInOut.tsx","webpack://@ledgerhq/react-ui/./src/components/transitions/TransitionScale.tsx","webpack://@ledgerhq/react-ui/./src/components/transitions/TransitionSlide.tsx","webpack://@ledgerhq/react-ui/webpack/runtime/compat_get_default_export","webpack://@ledgerhq/react-ui/webpack/runtime/define_property_getters","webpack://@ledgerhq/react-ui/webpack/runtime/has_own_property","webpack://@ledgerhq/react-ui/webpack/runtime/make_namespace_object","webpack://@ledgerhq/react-ui/./src/components/transitions/index.ts"],"sourcesContent":["import React, { useRef } from \"react\";\nimport { CSSTransition } from \"react-transition-group\";\nimport { CSSTransitionProps } from \"react-transition-group/CSSTransition\";\nimport styled from \"styled-components\";\nconst duration = 150;\nconst ChildrenWrapper = styled.div<{ timeout: number }>`\n transition: ${props => `opacity ${props.timeout}ms ease-in-out`};\n\n &.transition-inout-enter {\n opacity: 0;\n }\n\n &.transition-inout-enter-active {\n opacity: 1;\n }\n\n &.transition-inout-exit {\n opacity: 1;\n }\n\n &.transition-inout-exit-active {\n opacity: 0;\n }\n`;\ntype TransitionInOutProps = Partial<\n CSSTransitionProps<HTMLDivElement> & {\n children: React.ReactNode;\n in: boolean;\n timeout?: number;\n appear?: boolean;\n mountOnEnter?: boolean;\n unmountOnExit?: boolean;\n }\n>;\n\nconst TransitionInOut = ({\n children,\n in: inProp,\n timeout = duration,\n ...TransitionProps\n}: TransitionInOutProps): React.JSX.Element => {\n const nodeRef = useRef<HTMLDivElement>(null);\n return (\n <CSSTransition\n {...TransitionProps}\n nodeRef={nodeRef}\n in={inProp}\n timeout={timeout}\n classNames=\"transition-inout\"\n >\n <ChildrenWrapper ref={nodeRef} timeout={timeout}>\n {children}\n </ChildrenWrapper>\n </CSSTransition>\n );\n};\n\nexport default TransitionInOut;\n","import React, { useRef } from \"react\";\nimport { CSSTransition } from \"react-transition-group\";\nimport { CSSTransitionProps } from \"react-transition-group/CSSTransition\";\nimport styled from \"styled-components\";\nconst duration = 150;\nconst ChildrenWrapper = styled.div`\n transition: transform ${duration}ms;\n\n &.transition-scale-appear {\n transform: scale(0.9);\n }\n\n &.transition-scale-appear-active {\n transform: scale(1);\n }\n\n &.transition-scale-exit {\n transform: scale(1);\n }\n\n &.transition-scale-exit-active {\n transform: scale(0.9);\n }\n`;\ntype TransitionScaleProps = Partial<\n CSSTransitionProps<HTMLDivElement> & {\n children: React.ReactNode;\n in: boolean;\n timeout?: number;\n appear?: boolean;\n mountOnEnter?: boolean;\n unmountOnExit?: boolean;\n }\n>;\n\nconst TransitionScale = ({\n children,\n in: inProp,\n timeout = duration,\n ...TransitionProps\n}: TransitionScaleProps) => {\n const nodeRef = useRef<HTMLDivElement>(null);\n return (\n <CSSTransition\n {...TransitionProps}\n nodeRef={nodeRef}\n in={inProp}\n timeout={timeout}\n classNames=\"transition-scale\"\n >\n <ChildrenWrapper ref={nodeRef}>{children}</ChildrenWrapper>\n </CSSTransition>\n );\n};\n\nexport default TransitionScale;\n","import React, { useRef } from \"react\";\nimport { CSSTransition } from \"react-transition-group\";\nimport { CSSTransitionProps } from \"react-transition-group/CSSTransition\";\nimport styled from \"styled-components\";\nconst duration = 300;\nconst ChildrenWrapper = styled.div<{ fixed?: boolean; reverseExit?: boolean }>`\n transition: all ${duration}ms ease-in-out;\n will-change: transform;\n ${p =>\n !p.fixed\n ? `\n position: absolute;\n width: 100%;\n `\n : \"\"}\n height: 100%;\n\n &.transition-left-appear,\n &.transition-left-enter {\n transform: translateX(100%);\n }\n\n &.transition-left-appear-active,\n &.transition-left-enter-active {\n transform: translateX(0%);\n }\n\n &.transition-left-exit {\n transform: translateX(0%);\n }\n\n &.transition-left-exit-active {\n transform: translateX(${p => (p.reverseExit ? 100 : -100)}%);\n }\n\n &.transition-right-appear,\n &.transition-right-enter {\n transform: translateX(-100%);\n }\n\n &.transition-right-appear-active,\n &.transition-right-enter-active {\n transform: translateX(0%);\n }\n\n &.transition-right-exit {\n transform: translateX(0%);\n }\n\n &.transition-right-exit-active {\n transform: translateX(${p => (p.reverseExit ? -100 : 100)}%);\n }\n`;\ntype TransitionSlideProps = Partial<\n CSSTransitionProps<HTMLDivElement> & {\n children: React.ReactNode;\n fixed: boolean;\n reverseExit?: boolean;\n direction?: \"left\" | \"right\" | string;\n }\n>;\n\nconst TransitionSlide = ({\n children,\n fixed,\n direction = \"left\",\n reverseExit,\n ...props\n}: TransitionSlideProps) => {\n const nodeRef = useRef<HTMLDivElement>(null);\n return (\n <CSSTransition\n {...props}\n nodeRef={nodeRef}\n timeout={duration}\n classNames={`transition-${direction}`}\n >\n <ChildrenWrapper ref={nodeRef} fixed={fixed} reverseExit={reverseExit}>\n {children}\n </ChildrenWrapper>\n </CSSTransition>\n );\n};\n\nexport default TransitionSlide;\n","// getDefaultExport function for compatibility with non-ESM modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};\n","__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n }\n }\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","export { default as TransitionInOut } from \"./TransitionInOut\";\nexport { default as TransitionScale } from \"./TransitionScale\";\nexport { default as TransitionSlide } from \"./TransitionSlide\";\n"],"names":["React","useRef","CSSTransition","styled","duration","ChildrenWrapper","props","TransitionInOut","children","inProp","timeout","TransitionProps","nodeRef","TransitionScale","p","TransitionSlide","fixed","direction","reverseExit","default"],"mappings":";;;;;;;;;;;;;AAAsC;AACiB;AAEhB;AACvC,MAAMI,WAAW;AACjB,MAAMC,kBAAkBF,kDAA+B,CAAC;cAC1C,EAAEG,CAAAA,QAAS,CAAC,QAAQ,EAAEA,MAAM,OAAO,CAAC,cAAc,CAAC,CAAC;;;;;;;;;;;;;;;;;AAiBlE,CAAC;AAYD,MAAMC,kBAAkB,CAAC,EACvBC,QAAQ,EACR,IAAIC,MAAM,EACVC,UAAUN,QAAQ,EAClB,GAAGO,iBACkB;IACrB,MAAMC,UAAUX,iCAAMA,CAAiB;IACvC,qBACE,+CAACC,qDAAaA;QACX,GAAGS,eAAe;QACnB,SAASC;QACT,IAAIH;QACJ,SAASC;QACT,YAAW;qBAEX,+CAACL;QAAgB,KAAKO;QAAS,SAASF;OACrCF;AAIT;AAEA,sDAAeD,eAAeA,EAAC;;;;;;;;;;;;;;ACzDO;AACiB;AAEhB;AACvC,MAAMH,WAAW;AACjB,MAAMC,kBAAkBF,kDAAU,CAAC;wBACX,EAAEC,SAAS;;;;;;;;;;;;;;;;;AAiBnC,CAAC;AAYD,MAAMS,kBAAkB,CAAC,EACvBL,QAAQ,EACR,IAAIC,MAAM,EACVC,UAAUN,QAAQ,EAClB,GAAGO,iBACkB;IACrB,MAAMC,UAAUX,iCAAMA,CAAiB;IACvC,qBACE,+CAACC,qDAAaA;QACX,GAAGS,eAAe;QACnB,SAASC;QACT,IAAIH;QACJ,SAASC;QACT,YAAW;qBAEX,+CAACL;QAAgB,KAAKO;OAAUJ;AAGtC;AAEA,sDAAeK,eAAeA,EAAC;;;;;;;;;;;;;;ACvDO;AACiB;AAEhB;AACvC,MAAMT,WAAW;AACjB,MAAMC,kBAAkBF,kDAAsD,CAAC;kBAC7D,EAAEC,SAAS;;EAE3B,EAAEU,CAAAA,IACA,CAACA,EAAE,KAAK,GACJ,CAAC;;;IAGL,CAAC,GACG,GAAG;;;;;;;;;;;;;;;;;;0BAkBe,EAAEA,CAAAA,IAAMA,EAAE,WAAW,GAAG,MAAM,CAAC,IAAK;;;;;;;;;;;;;;;;;;0BAkBpC,EAAEA,CAAAA,IAAMA,EAAE,WAAW,GAAG,CAAC,MAAM,IAAK;;AAE9D,CAAC;AAUD,MAAMC,kBAAkB,CAAC,EACvBP,QAAQ,EACRQ,KAAK,EACLC,YAAY,MAAM,EAClBC,WAAW,EACX,GAAGZ,OACkB;IACrB,MAAMM,UAAUX,iCAAMA,CAAiB;IACvC,qBACE,+CAACC,qDAAaA;QACX,GAAGI,KAAK;QACT,SAASM;QACT,SAASR;QACT,YAAY,CAAC,WAAW,EAAEa,WAAW;qBAErC,+CAACZ;QAAgB,KAAKO;QAAS,OAAOI;QAAO,aAAaE;OACvDV;AAIT;AAEA,sDAAeO,eAAeA,EAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACpF/B;AACA;AACA;AACA;AACA;AACA,iCAAiC,WAAW;AAC5C;AACA;;;;;ACPA;AACA;AACA;AACA,kDAAkD,wCAAwC;AAC1F;AACA;AACA,E;;;;ACNA,wF;;;;ACAA;AACA;AACA;AACA,uDAAuD,iBAAiB;AACxE;AACA,gDAAgD,aAAa;AAC7D,E;;;;;;;;;;;;;;ACN+D;AACA;AACA"}
@@ -0,0 +1,51 @@
1
+ (() => {
2
+ "use strict";
3
+ // The require scope
4
+ var __webpack_require__ = {};
5
+
6
+ // webpack/runtime/define_property_getters
7
+ (() => {
8
+ __webpack_require__.d = (exports, definition) => {
9
+ for(var key in definition) {
10
+ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
11
+ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12
+ }
13
+ }
14
+ };
15
+ })();
16
+ // webpack/runtime/has_own_property
17
+ (() => {
18
+ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
19
+ })();
20
+ // webpack/runtime/make_namespace_object
21
+ (() => {
22
+ // define __esModule on exports
23
+ __webpack_require__.r = (exports) => {
24
+ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
25
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
26
+ }
27
+ Object.defineProperty(exports, '__esModule', { value: true });
28
+ };
29
+ })();
30
+ var __webpack_exports__ = {};
31
+ __webpack_require__.r(__webpack_exports__);
32
+ __webpack_require__.d(__webpack_exports__, {
33
+ isValidReactElement: () => (isValidReactElement)
34
+ });
35
+ const REACT_ELEMENT_TYPE = Symbol.for("react.element");
36
+ const REACT_TRANSITIONAL_ELEMENT_TYPE = Symbol.for("react.transitional.element");
37
+ /**
38
+ * Checks whether a value is a React element.
39
+ *
40
+ * Handles the React 19 `react.transitional.element` symbol (and the classic
41
+ * `react.element` symbol for compatibility), making it safe to use without
42
+ * relying on the legacy `React.isValidElement` API.
43
+ */ const isValidReactElement = (value)=>!!value && typeof value === "object" && // eslint-disable-next-line @typescript-eslint/consistent-type-assertions
44
+ "$$typeof" in value && // eslint-disable-next-line @typescript-eslint/consistent-type-assertions
45
+ (value.$$typeof === REACT_ELEMENT_TYPE || // eslint-disable-next-line @typescript-eslint/consistent-type-assertions
46
+ value.$$typeof === REACT_TRANSITIONAL_ELEMENT_TYPE);
47
+
48
+ module.exports = __webpack_exports__;
49
+ })()
50
+ ;
51
+ //# sourceMappingURL=helpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helpers.js","sources":["webpack://@ledgerhq/react-ui/webpack/runtime/define_property_getters","webpack://@ledgerhq/react-ui/webpack/runtime/has_own_property","webpack://@ledgerhq/react-ui/webpack/runtime/make_namespace_object","webpack://@ledgerhq/react-ui/./src/helpers.ts"],"sourcesContent":["__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n }\n }\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from \"react\";\n\nconst REACT_ELEMENT_TYPE = Symbol.for(\"react.element\");\nconst REACT_TRANSITIONAL_ELEMENT_TYPE = Symbol.for(\"react.transitional.element\");\n\n/**\n * Checks whether a value is a React element.\n *\n * Handles the React 19 `react.transitional.element` symbol (and the classic\n * `react.element` symbol for compatibility), making it safe to use without\n * relying on the legacy `React.isValidElement` API.\n */\nexport const isValidReactElement = (value: unknown): value is React.ReactElement =>\n !!value &&\n typeof value === \"object\" &&\n // eslint-disable-next-line @typescript-eslint/consistent-type-assertions\n \"$$typeof\" in (value as Record<string, unknown>) &&\n // eslint-disable-next-line @typescript-eslint/consistent-type-assertions\n ((value as { $$typeof?: unknown }).$$typeof === REACT_ELEMENT_TYPE ||\n // eslint-disable-next-line @typescript-eslint/consistent-type-assertions\n (value as { $$typeof?: unknown }).$$typeof === REACT_TRANSITIONAL_ELEMENT_TYPE);\n"],"names":["REACT_ELEMENT_TYPE","Symbol","REACT_TRANSITIONAL_ELEMENT_TYPE","isValidReactElement","value"],"mappings":";;;;;;;AAAA;AACA;AACA;AACA,kDAAkD,wCAAwC;AAC1F;AACA;AACA,E;;;;ACNA,wF;;;;ACAA;AACA;AACA;AACA,uDAAuD,iBAAiB;AACxE;AACA,gDAAgD,aAAa;AAC7D,E;;;;;;;ACJA,MAAMA,qBAAqBC,OAAO,GAAG,CAAC;AACtC,MAAMC,kCAAkCD,OAAO,GAAG,CAAC;AAEnD;;;;;;CAMC,GACM,MAAME,sBAAsB,CAACC,QAClC,CAAC,CAACA,SACF,OAAOA,UAAU,YACjB,yEAAyE;IACzE,cAAeA,SACf,yEAAyE;IACxE,CAACA,MAAiC,QAAQ,KAAKJ,sBAC9C,yEAAyE;IACxEI,MAAiC,QAAQ,KAAKF,+BAA8B,EAAG"}