@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":"pre-ldls/components/Checkbox/Checkbox.js","sources":["webpack://@ledgerhq/react-ui/./src/pre-ldls/libs/design-tokens.ts","webpack://@ledgerhq/react-ui/./src/pre-ldls/libs/index.ts","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/pre-ldls/components/Checkbox/Checkbox.tsx"],"sourcesContent":["// From https://github.com/LedgerHQ/ldls/blob/main/libs/design-tokens/src/lib/design-tokens.ts :\n\nexport type SpacingScale = {\n \"spacing-xs\": string;\n \"spacing-s\": string;\n \"spacing-m\": string;\n \"spacing-l\": string;\n \"spacing-xl\": string;\n \"spacing-xxs\": string;\n \"spacing-xxxs\": string;\n \"spacing-none\": string;\n \"marging-xs\": string;\n \"marging-s\": string;\n \"marging-m\": string;\n \"marging-l\": string;\n};\n\nexport const spacing: SpacingScale = {\n \"spacing-xs\": \"8px\",\n \"spacing-s\": \"16px\",\n \"spacing-m\": \"24px\",\n \"spacing-l\": \"32px\",\n \"spacing-xl\": \"40px\",\n \"spacing-xxs\": \"12px\",\n \"spacing-xxxs\": \"4px\",\n \"spacing-none\": \"0px\",\n \"marging-xs\": \"8px\",\n \"marging-s\": \"16px\",\n \"marging-m\": \"24px\",\n \"marging-l\": \"32px\",\n};\n\nexport type ModeColors = {\n \"background-default\": string;\n \"background-constant-black\": string;\n \"background-constant-white\": string;\n \"background-backdrop-default\": string;\n \"background-inverted\": string;\n \"background-drawer-default\": string;\n \"surface-brand-primary-default\": string;\n \"surface-brand-primary-hover\": string;\n \"surface-brand-primary-pressed\": string;\n \"surface-default-default\": string;\n \"surface-default-hover\": string;\n \"surface-default-pressed\": string;\n \"surface-default-inverted-default\": string;\n \"surface-default-inverted-hover\": string;\n \"surface-default-inverted-pressed\": string;\n \"surface-constant-white\": string;\n \"surface-constant-black\": string;\n \"surface-status-error-default\": string;\n \"surface-status-error-strong-default\": string;\n \"surface-status-error-strong-hover\": string;\n \"surface-status-error-strong-pressed\": string;\n \"surface-status-warning-default\": string;\n \"surface-status-warning-strong-default\": string;\n \"surface-status-warning-strong-hover\": string;\n \"surface-status-warning-strong-pressed\": string;\n \"surface-status-success-default\": string;\n \"surface-status-success-strong-default\": string;\n \"surface-status-success-strong-hover\": string;\n \"surface-status-success-strong-pressed\": string;\n \"surface-transparent-default\": string;\n \"surface-transparent-hover\": string;\n \"surface-transparent-pressed\": string;\n \"surface-transparent-inverted-default\": string;\n \"surface-transparent-inverted-hover\": string;\n \"surface-transparent-inverted-pressed\": string;\n \"surface-transparent-subdued-default\": string;\n \"surface-transparent-subdued-inverted-default\": string;\n \"surface-transparent-subdued-inverted-hover\": string;\n \"surface-transparent-subdued-inverted-pressed\": string;\n \"surface-transparent-subdued-inverted-disabled\": string;\n \"surface-transparent-subdued-hover\": string;\n \"surface-transparent-subdued-pressed\": string;\n \"surface-transparent-subdued-disabled\": string;\n \"surface-subdued-default\": string;\n \"surface-subdued-hover\": string;\n \"surface-subdued-pressed\": string;\n \"surface-disabled\": string;\n \"surface-interactive-default\": string;\n \"surface-interactive-hover\": string;\n \"surface-interactive-pressed\": string;\n \"surface-interactive-selected-default\": string;\n \"surface-interactive-selected-hover\": string;\n \"surface-interactive-selected-pressed\": string;\n \"surface-_native-default\": string;\n \"surface-dark-default\": string;\n \"surface-dark-hover\": string;\n \"surface-dark-pressed\": string;\n \"surface-active-default\": string;\n \"surface-active-hover\": string;\n \"surface-active-pressed\": string;\n \"content-default-default\": string;\n \"content-default-inverted-default\": string;\n \"content-constant-white\": string;\n \"content-constant-black\": string;\n \"content-constant-grey\": string;\n \"content-status-error-default\": string;\n \"content-status-error-hover\": string;\n \"content-status-error-pressed\": string;\n \"content-status-warning-default\": string;\n \"content-status-success-color\": string;\n \"content-on-primary-default\": string;\n \"content-on-primary-hover\": string;\n \"content-on-primary-pressed\": string;\n \"content-on-primary-disabled\": string;\n \"content-on-secondary-default\": string;\n \"content-on-secondary-hover\": string;\n \"content-on-secondary-pressed\": string;\n \"content-on-secondary-disabled\": string;\n \"content-disabled\": string;\n \"content-interactive-default-default\": string;\n \"content-interactive-default-hover\": string;\n \"content-interactive-default-pressed\": string;\n \"content-interactive-inverted-default\": string;\n \"content-interactive-inverted-hover\": string;\n \"content-interactive-inverted-pressed\": string;\n \"content-subdued-default-default\": string;\n \"content-subdued-inverted-default\": string;\n \"content-_native-default\": string;\n \"content-light-default-default\": string;\n \"content-light-inverted-default\": string;\n \"border-default-default\": string;\n \"border-default-inverted-default\": string;\n \"border-default-inverted-disabled\": string;\n \"border-constant-white\": string;\n \"border-constant-black\": string;\n \"border-status-error-default\": string;\n \"border-status-error-hover\": string;\n \"border-status-error-pressed\": string;\n \"border-status-warning-default\": string;\n \"border-status-success-default\": string;\n \"border-on-primary-default\": string;\n \"border-on-primary-disabled\": string;\n \"border-on-secondary-default\": string;\n \"border-on-secondary-disabled\": string;\n \"border-disabled-default\": string;\n \"border-disabled-inverted\": string;\n \"border-light-default\": string;\n \"border-subdued-default-default\": string;\n \"border-subdued-default-hover\": string;\n \"border-subdued-inverted-default\": string;\n \"border-interactive-default\": string;\n \"border-interactive-hover\": string;\n \"border-interactive-pressed\": string;\n \"border-focus-default\": string;\n \"border-active-default\": string;\n \"border-active-hover\": string;\n \"border-active-pressed\": string;\n \"crypto-bitcoin-sv\": string;\n \"crypto-bitcoin-gold\": string;\n \"crypto-zcash\": string;\n \"crypto-yieldly\": string;\n \"crypto-uni\": string;\n \"crypto-uniswap\": string;\n \"crypto-bitcoin-cash\": string;\n \"crypto-tezos\": string;\n \"crypto-sol\": string;\n \"crypto-xrp\": string;\n \"crypto-tron\": string;\n \"crypto-sats\": string;\n \"crypto-polkadot\": string;\n \"crypto-bitcoin\": string;\n \"crypto-compound\": string;\n \"crypto-peercoin\": string;\n \"crypto-omg-network\": string;\n \"crypto-near\": string;\n \"crypto-stellar\": string;\n \"crypto-nano\": string;\n \"crypto-nimiq\": string;\n \"crypto-multiverse-x\": string;\n \"crypto-ethereum\": string;\n \"crypto-okb\": string;\n \"crypto-tether-usdt\": string;\n \"crypto-avax\": string;\n \"crypto-bgb\": string;\n \"crypto-usdc\": string;\n \"crypto-monero\": string;\n \"crypto-tkx\": string;\n \"crypto-huobi\": string;\n \"crypto-pivx\": string;\n \"crypto-cardano\": string;\n \"crypto-dydx\": string;\n \"crypto-cro\": string;\n \"crypto-hnt\": string;\n \"crypto-hedera\": string;\n \"crypto-ftm\": string;\n \"crypto-flr\": string;\n \"crypto-bat\": string;\n \"crypto-ethereum-classic\": string;\n \"crypto-bincance\": string;\n \"crypto-ethergem\": string;\n \"crypto-iota\": string;\n \"crypto-chainlink\": string;\n \"crypto-dym\": string;\n \"crypto-eos\": string;\n \"crypto-waves\": string;\n \"crypto-polygon\": string;\n \"crypto-celo\": string;\n \"crypto-dogecoin\": string;\n \"crypto-algorand\": string;\n \"crypto-cosmos\": string;\n \"crypto-digibyte\": string;\n \"crypto-pirl\": string;\n \"crypto-eng\": string;\n \"crypto-decred\": string;\n \"crypto-dash\": string;\n \"crypto-xin\": string;\n \"crypto-tusd\": string;\n \"crypto-litecoin\": string;\n \"crypto-komodo\": string;\n \"crypto-elrond\": string;\n \"crypto-osmo\": string;\n \"crypto-leo\": string;\n \"crypto-bytecoin\": string;\n \"crypto-aion\": string;\n \"crypto-dai\": string;\n \"crypto-neo\": string;\n};\n\nexport const light: ModeColors = {\n \"background-default\": \"#ffffff\",\n \"background-constant-black\": \"#000000\",\n \"background-constant-white\": \"#ffffff\",\n \"background-backdrop-default\": \"#0000004d\",\n \"background-inverted\": \"#000000\",\n \"background-drawer-default\": \"#ffffff\",\n \"surface-brand-primary-default\": \"#d4a0ff\",\n \"surface-brand-primary-hover\": \"#b380dd\",\n \"surface-brand-primary-pressed\": \"#7e4ea5\",\n \"surface-default-default\": \"#ffffff\",\n \"surface-default-hover\": \"#fbfbfb\",\n \"surface-default-pressed\": \"#f4f4f4\",\n \"surface-default-inverted-default\": \"#000000\",\n \"surface-default-inverted-hover\": \"#272727\",\n \"surface-default-inverted-pressed\": \"#4d4d4d\",\n \"surface-constant-white\": \"#ffffff\",\n \"surface-constant-black\": \"#000000\",\n \"surface-status-error-default\": \"#c242441a\",\n \"surface-status-error-strong-default\": \"#c24244\",\n \"surface-status-error-strong-hover\": \"#852e2f\",\n \"surface-status-error-strong-pressed\": \"#702e2f\",\n \"surface-status-warning-default\": \"#d38b201a\",\n \"surface-status-warning-strong-default\": \"#d38b20\",\n \"surface-status-warning-strong-hover\": \"#885a14\",\n \"surface-status-warning-strong-pressed\": \"#63420f\",\n \"surface-status-success-default\": \"#47883a1a\",\n \"surface-status-success-strong-default\": \"#47883a\",\n \"surface-status-success-strong-hover\": \"#33572e\",\n \"surface-status-success-strong-pressed\": \"#2c4828\",\n \"surface-transparent-default\": \"#00000000\",\n \"surface-transparent-hover\": \"#0000001a\",\n \"surface-transparent-pressed\": \"#00000033\",\n \"surface-transparent-inverted-default\": \"#ffffff00\",\n \"surface-transparent-inverted-hover\": \"#ffffff1a\",\n \"surface-transparent-inverted-pressed\": \"#ffffff33\",\n \"surface-transparent-subdued-default\": \"#0000000d\",\n \"surface-transparent-subdued-inverted-default\": \"#ffffff1a\",\n \"surface-transparent-subdued-inverted-hover\": \"#ffffff33\",\n \"surface-transparent-subdued-inverted-pressed\": \"#ffffff4d\",\n \"surface-transparent-subdued-inverted-disabled\": \"#ffffff1a\",\n \"surface-transparent-subdued-hover\": \"#0000001a\",\n \"surface-transparent-subdued-pressed\": \"#00000033\",\n \"surface-transparent-subdued-disabled\": \"#0000000d\",\n \"surface-subdued-default\": \"#f4f4f4\",\n \"surface-subdued-hover\": \"#e8e8e8\",\n \"surface-subdued-pressed\": \"#d5d5d5\",\n \"surface-disabled\": \"#f4f4f4\",\n \"surface-interactive-default\": \"#ffffff\",\n \"surface-interactive-hover\": \"#fbfbfb\",\n \"surface-interactive-pressed\": \"#f4f4f4\",\n \"surface-interactive-selected-default\": \"#4d4d4d\",\n \"surface-interactive-selected-hover\": \"#272727\",\n \"surface-interactive-selected-pressed\": \"#000000\",\n \"surface-_native-default\": \"#f7f7f7\",\n \"surface-dark-default\": \"#c1c1c1\",\n \"surface-dark-hover\": \"#767676\",\n \"surface-dark-pressed\": \"#6a6a6a\",\n \"surface-active-default\": \"#d4a0ff\",\n \"surface-active-hover\": \"#b380dd\",\n \"surface-active-pressed\": \"#7e4ea5\",\n \"content-default-default\": \"#000000\",\n \"content-default-inverted-default\": \"#ffffff\",\n \"content-constant-white\": \"#ffffff\",\n \"content-constant-black\": \"#000000\",\n \"content-constant-grey\": \"#e8e8e8\",\n \"content-status-error-default\": \"#c24244\",\n \"content-status-error-hover\": \"#a43234\",\n \"content-status-error-pressed\": \"#852e2f\",\n \"content-status-warning-default\": \"#ae731a\",\n \"content-status-success-color\": \"#47883a\",\n \"content-on-primary-default\": \"#000000\",\n \"content-on-primary-hover\": \"#ffffffcc\",\n \"content-on-primary-pressed\": \"#ffffffb3\",\n \"content-on-primary-disabled\": \"#ffffff99\",\n \"content-on-secondary-default\": \"#ffffff\",\n \"content-on-secondary-hover\": \"#ffffff\",\n \"content-on-secondary-pressed\": \"#ffffff\",\n \"content-on-secondary-disabled\": \"#ffffff\",\n \"content-disabled\": \"#c1c1c1\",\n \"content-interactive-default-default\": \"#000000\",\n \"content-interactive-default-hover\": \"#272727\",\n \"content-interactive-default-pressed\": \"#4d4d4d\",\n \"content-interactive-inverted-default\": \"#ffffff\",\n \"content-interactive-inverted-hover\": \"#fbfbfb\",\n \"content-interactive-inverted-pressed\": \"#f4f4f4\",\n \"content-subdued-default-default\": \"#6a6a6a\",\n \"content-subdued-inverted-default\": \"#d5d5d5\",\n \"content-_native-default\": \"#007aff\",\n \"content-light-default-default\": \"#e8e8e8\",\n \"content-light-inverted-default\": \"#6a6a6a\",\n \"border-default-default\": \"#000000\",\n \"border-default-inverted-default\": \"#ffffff\",\n \"border-default-inverted-disabled\": \"#272727\",\n \"border-constant-white\": \"#ffffff\",\n \"border-constant-black\": \"#000000\",\n \"border-status-error-default\": \"#c24244\",\n \"border-status-error-hover\": \"#a43234\",\n \"border-status-error-pressed\": \"#852e2f\",\n \"border-status-warning-default\": \"#d38b20\",\n \"border-status-success-default\": \"#47883a\",\n \"border-on-primary-default\": \"#ffffff99\",\n \"border-on-primary-disabled\": \"#ffffff99\",\n \"border-on-secondary-default\": \"#ffffff\",\n \"border-on-secondary-disabled\": \"#ffffff\",\n \"border-disabled-default\": \"#e8e8e8\",\n \"border-disabled-inverted\": \"#272727\",\n \"border-light-default\": \"#e8e8e8\",\n \"border-subdued-default-default\": \"#c1c1c1\",\n \"border-subdued-default-hover\": \"#767676\",\n \"border-subdued-inverted-default\": \"#4d4d4d\",\n \"border-interactive-default\": \"#000000\",\n \"border-interactive-hover\": \"#272727\",\n \"border-interactive-pressed\": \"#4d4d4d\",\n \"border-focus-default\": \"#7e4ea5\",\n \"border-active-default\": \"#d4a0ff\",\n \"border-active-hover\": \"#b380dd\",\n \"border-active-pressed\": \"#7e4ea5\",\n \"crypto-bitcoin-sv\": \"#eab300\",\n \"crypto-bitcoin-gold\": \"#152569\",\n \"crypto-zcash\": \"#f4b728\",\n \"crypto-yieldly\": \"#f3b732\",\n \"crypto-uni\": \"#f04086\",\n \"crypto-uniswap\": \"#ff007a\",\n \"crypto-bitcoin-cash\": \"#0ac18e\",\n \"crypto-tezos\": \"#2c7df7\",\n \"crypto-sol\": \"#9945ff\",\n \"crypto-xrp\": \"#333333\",\n \"crypto-tron\": \"#ff060a\",\n \"crypto-sats\": \"#ff8b00\",\n \"crypto-polkadot\": \"#e6007a\",\n \"crypto-bitcoin\": \"#f7931a\",\n \"crypto-compound\": \"#00d395\",\n \"crypto-peercoin\": \"#3cb054\",\n \"crypto-omg-network\": \"#000000\",\n \"crypto-near\": \"#1c1d1f\",\n \"crypto-stellar\": \"#000000\",\n \"crypto-nano\": \"#5d8eb2\",\n \"crypto-nimiq\": \"#f8b425\",\n \"crypto-multiverse-x\": \"#23f7dd\",\n \"crypto-ethereum\": \"#454a75\",\n \"crypto-okb\": \"#2d60e0\",\n \"crypto-tether-usdt\": \"#00a478\",\n \"crypto-avax\": \"#e84142\",\n \"crypto-bgb\": \"#00e0ff\",\n \"crypto-usdc\": \"#f04086\",\n \"crypto-monero\": \"#f26822\",\n \"crypto-tkx\": \"#fd6a1f\",\n \"crypto-huobi\": \"#357ce1\",\n \"crypto-pivx\": \"#5c4c7c\",\n \"crypto-cardano\": \"#0033ad\",\n \"crypto-dydx\": \"#6966ff\",\n \"crypto-cro\": \"#002d74\",\n \"crypto-hnt\": \"#474dff\",\n \"crypto-hedera\": \"#000000\",\n \"crypto-ftm\": \"#1969ff\",\n \"crypto-flr\": \"#e62058\",\n \"crypto-bat\": \"#ff5000\",\n \"crypto-ethereum-classic\": \"#0b8311\",\n \"crypto-bincance\": \"#f5bc00\",\n \"crypto-ethergem\": \"#4a4ab6\",\n \"crypto-iota\": \"#000000\",\n \"crypto-chainlink\": \"#2a5ada\",\n \"crypto-dym\": \"#f1e1d4\",\n \"crypto-eos\": \"#000000\",\n \"crypto-waves\": \"#0055ff\",\n \"crypto-polygon\": \"#8247e5\",\n \"crypto-celo\": \"#fcff52\",\n \"crypto-dogecoin\": \"#c3a634\",\n \"crypto-algorand\": \"#00a478\",\n \"crypto-cosmos\": \"#2e3148\",\n \"crypto-digibyte\": \"#0066cc\",\n \"crypto-pirl\": \"#357ce1\",\n \"crypto-eng\": \"#2f2f2f\",\n \"crypto-decred\": \"#2970ff\",\n \"crypto-dash\": \"#008ce7\",\n \"crypto-xin\": \"#1eb5fa\",\n \"crypto-tusd\": \"#1a5aff\",\n \"crypto-litecoin\": \"#345d9d\",\n \"crypto-komodo\": \"#41ead4\",\n \"crypto-elrond\": \"#000000\",\n \"crypto-osmo\": \"#302dbb\",\n \"crypto-leo\": \"#000000\",\n \"crypto-bytecoin\": \"#f04086\",\n \"crypto-aion\": \"#212529\",\n \"crypto-dai\": \"#f5ac37\",\n \"crypto-neo\": \"#7dd224\",\n};\n\nexport const dark: ModeColors = {\n \"background-default\": \"#000000\",\n \"background-constant-black\": \"#000000\",\n \"background-constant-white\": \"#ffffff\",\n \"background-backdrop-default\": \"#0000004d\",\n \"background-inverted\": \"#ffffff\",\n \"background-drawer-default\": \"#191919\",\n \"surface-brand-primary-default\": \"#d4a0ff\",\n \"surface-brand-primary-hover\": \"#ddb3ff\",\n \"surface-brand-primary-pressed\": \"#e5c6ff\",\n \"surface-default-default\": \"#000000\",\n \"surface-default-hover\": \"#191919\",\n \"surface-default-pressed\": \"#272727\",\n \"surface-default-inverted-default\": \"#ffffff\",\n \"surface-default-inverted-hover\": \"#e1e1e1\",\n \"surface-default-inverted-pressed\": \"#c3c3c3\",\n \"surface-constant-white\": \"#ffffff\",\n \"surface-constant-black\": \"#000000\",\n \"surface-status-error-default\": \"#f872741a\",\n \"surface-status-error-strong-default\": \"#f87274\",\n \"surface-status-error-strong-hover\": \"#fec8c9\",\n \"surface-status-error-strong-pressed\": \"#fee1e2\",\n \"surface-status-warning-default\": \"#ffbd421a\",\n \"surface-status-warning-strong-default\": \"#ffbd42\",\n \"surface-status-warning-strong-hover\": \"#ffe7ac\",\n \"surface-status-warning-strong-pressed\": \"#fff3d5\",\n \"surface-status-success-default\": \"#6ec85c1a\",\n \"surface-status-success-strong-default\": \"#6ec85c\",\n \"surface-status-success-strong-hover\": \"#cbeec4\",\n \"surface-status-success-strong-pressed\": \"#e6f7e1\",\n \"surface-transparent-default\": \"#ffffff00\",\n \"surface-transparent-hover\": \"#ffffff1a\",\n \"surface-transparent-pressed\": \"#ffffff33\",\n \"surface-transparent-inverted-default\": \"#00000000\",\n \"surface-transparent-inverted-hover\": \"#0000001a\",\n \"surface-transparent-inverted-pressed\": \"#00000033\",\n \"surface-transparent-subdued-default\": \"#ffffff1a\",\n \"surface-transparent-subdued-inverted-default\": \"#0000000d\",\n \"surface-transparent-subdued-inverted-hover\": \"#0000001a\",\n \"surface-transparent-subdued-inverted-pressed\": \"#00000033\",\n \"surface-transparent-subdued-inverted-disabled\": \"#0000000d\",\n \"surface-transparent-subdued-hover\": \"#ffffff33\",\n \"surface-transparent-subdued-pressed\": \"#ffffff4d\",\n \"surface-transparent-subdued-disabled\": \"#ffffff1a\",\n \"surface-subdued-default\": \"#272727\",\n \"surface-subdued-hover\": \"#3c3c3c\",\n \"surface-subdued-pressed\": \"#565656\",\n \"surface-disabled\": \"#272727\",\n \"surface-interactive-default\": \"#000000\",\n \"surface-interactive-hover\": \"#191919\",\n \"surface-interactive-pressed\": \"#272727\",\n \"surface-interactive-selected-default\": \"#c3c3c3\",\n \"surface-interactive-selected-hover\": \"#e1e1e1\",\n \"surface-interactive-selected-pressed\": \"#ffffff\",\n \"surface-_native-default\": \"#c3c3c3\",\n \"surface-dark-default\": \"#717070\",\n \"surface-dark-hover\": \"#848484\",\n \"surface-dark-pressed\": \"#9c9c9c\",\n \"surface-active-default\": \"#d4a0ff\",\n \"surface-active-hover\": \"#ddb3ff\",\n \"surface-active-pressed\": \"#e5c6ff\",\n \"content-default-default\": \"#ffffff\",\n \"content-default-inverted-default\": \"#000000\",\n \"content-constant-white\": \"#ffffff\",\n \"content-constant-black\": \"#000000\",\n \"content-constant-grey\": \"#e1e1e1\",\n \"content-status-error-default\": \"#f87274\",\n \"content-status-error-hover\": \"#fca6a7\",\n \"content-status-error-pressed\": \"#fec8c9\",\n \"content-status-warning-default\": \"#ffd373\",\n \"content-status-success-color\": \"#6ec85c\",\n \"content-on-primary-default\": \"#000000\",\n \"content-on-primary-hover\": \"#000000cc\",\n \"content-on-primary-pressed\": \"#000000b3\",\n \"content-on-primary-disabled\": \"#00000099\",\n \"content-on-secondary-default\": \"#ffffff\",\n \"content-on-secondary-hover\": \"#ffffff\",\n \"content-on-secondary-pressed\": \"#ffffff\",\n \"content-on-secondary-disabled\": \"#ffffff\",\n \"content-disabled\": \"#565656\",\n \"content-interactive-default-default\": \"#ffffff\",\n \"content-interactive-default-hover\": \"#e1e1e1\",\n \"content-interactive-default-pressed\": \"#c3c3c3\",\n \"content-interactive-inverted-default\": \"#000000\",\n \"content-interactive-inverted-hover\": \"#191919\",\n \"content-interactive-inverted-pressed\": \"#272727\",\n \"content-subdued-default-default\": \"#9c9c9c\",\n \"content-subdued-inverted-default\": \"#565656\",\n \"content-_native-default\": \"#007aff\",\n \"content-light-default-default\": \"#3c3c3c\",\n \"content-light-inverted-default\": \"#9c9c9c\",\n \"border-default-default\": \"#ffffff\",\n \"border-default-inverted-default\": \"#000000\",\n \"border-default-inverted-disabled\": \"#9c9c9c\",\n \"border-constant-white\": \"#ffffff\",\n \"border-constant-black\": \"#000000\",\n \"border-status-error-default\": \"#f87274\",\n \"border-status-error-hover\": \"#fca6a7\",\n \"border-status-error-pressed\": \"#fec8c9\",\n \"border-status-warning-default\": \"#ffbd42\",\n \"border-status-success-default\": \"#6ec85c\",\n \"border-on-primary-default\": \"#00000099\",\n \"border-on-primary-disabled\": \"#00000099\",\n \"border-on-secondary-default\": \"#ffffff\",\n \"border-on-secondary-disabled\": \"#ffffff\",\n \"border-disabled-default\": \"#191919\",\n \"border-disabled-inverted\": \"#9c9c9c\",\n \"border-light-default\": \"#3c3c3c\",\n \"border-subdued-default-default\": \"#717070\",\n \"border-subdued-default-hover\": \"#848484\",\n \"border-subdued-inverted-default\": \"#c3c3c3\",\n \"border-interactive-default\": \"#ffffff\",\n \"border-interactive-hover\": \"#e1e1e1\",\n \"border-interactive-pressed\": \"#c3c3c3\",\n \"border-focus-default\": \"#f2e2ff\",\n \"border-active-default\": \"#d4a0ff\",\n \"border-active-hover\": \"#ddb3ff\",\n \"border-active-pressed\": \"#e5c6ff\",\n \"crypto-bitcoin-sv\": \"#eab300\",\n \"crypto-bitcoin-gold\": \"#152569\",\n \"crypto-zcash\": \"#f4b728\",\n \"crypto-yieldly\": \"#f3b732\",\n \"crypto-uni\": \"#f04086\",\n \"crypto-uniswap\": \"#ff007a\",\n \"crypto-bitcoin-cash\": \"#0ac18e\",\n \"crypto-tezos\": \"#2c7df7\",\n \"crypto-sol\": \"#9945ff\",\n \"crypto-xrp\": \"#333333\",\n \"crypto-tron\": \"#ff060a\",\n \"crypto-sats\": \"#ff8b00\",\n \"crypto-polkadot\": \"#e6007a\",\n \"crypto-bitcoin\": \"#f7931a\",\n \"crypto-compound\": \"#00d395\",\n \"crypto-peercoin\": \"#3cb054\",\n \"crypto-omg-network\": \"#000000\",\n \"crypto-near\": \"#1c1d1f\",\n \"crypto-stellar\": \"#000000\",\n \"crypto-nano\": \"#5d8eb2\",\n \"crypto-nimiq\": \"#f8b425\",\n \"crypto-multiverse-x\": \"#23f7dd\",\n \"crypto-ethereum\": \"#454a75\",\n \"crypto-okb\": \"#2d60e0\",\n \"crypto-tether-usdt\": \"#00a478\",\n \"crypto-avax\": \"#e84142\",\n \"crypto-bgb\": \"#00e0ff\",\n \"crypto-usdc\": \"#f04086\",\n \"crypto-monero\": \"#f26822\",\n \"crypto-tkx\": \"#fd6a1f\",\n \"crypto-huobi\": \"#357ce1\",\n \"crypto-pivx\": \"#5c4c7c\",\n \"crypto-cardano\": \"#0033ad\",\n \"crypto-dydx\": \"#6966ff\",\n \"crypto-cro\": \"#002d74\",\n \"crypto-hnt\": \"#474dff\",\n \"crypto-hedera\": \"#000000\",\n \"crypto-ftm\": \"#1969ff\",\n \"crypto-flr\": \"#e62058\",\n \"crypto-bat\": \"#ff5000\",\n \"crypto-ethereum-classic\": \"#0b8311\",\n \"crypto-bincance\": \"#f5bc00\",\n \"crypto-ethergem\": \"#4a4ab6\",\n \"crypto-iota\": \"#000000\",\n \"crypto-chainlink\": \"#2a5ada\",\n \"crypto-dym\": \"#f1e1d4\",\n \"crypto-eos\": \"#000000\",\n \"crypto-waves\": \"#0055ff\",\n \"crypto-polygon\": \"#8247e5\",\n \"crypto-celo\": \"#fcff52\",\n \"crypto-dogecoin\": \"#c3a634\",\n \"crypto-algorand\": \"#00a478\",\n \"crypto-cosmos\": \"#2e3148\",\n \"crypto-digibyte\": \"#0066cc\",\n \"crypto-pirl\": \"#357ce1\",\n \"crypto-eng\": \"#2f2f2f\",\n \"crypto-decred\": \"#2970ff\",\n \"crypto-dash\": \"#008ce7\",\n \"crypto-xin\": \"#1eb5fa\",\n \"crypto-tusd\": \"#1a5aff\",\n \"crypto-litecoin\": \"#345d9d\",\n \"crypto-komodo\": \"#41ead4\",\n \"crypto-elrond\": \"#000000\",\n \"crypto-osmo\": \"#302dbb\",\n \"crypto-leo\": \"#000000\",\n \"crypto-bytecoin\": \"#f04086\",\n \"crypto-aion\": \"#212529\",\n \"crypto-dai\": \"#f5ac37\",\n \"crypto-neo\": \"#7dd224\",\n};\n\nexport const tailwindColors = {\n \"background-default\": \"var(--background-default)\",\n \"background-constant-black\": \"var(--background-constant-black)\",\n \"background-constant-white\": \"var(--background-constant-white)\",\n \"background-backdrop-default\": \"var(--background-backdrop-default)\",\n \"background-inverted\": \"var(--background-inverted)\",\n \"background-drawer-default\": \"var(--background-drawer-default)\",\n \"surface-brand-primary-default\": \"var(--surface-brand-primary-default)\",\n \"surface-brand-primary-hover\": \"var(--surface-brand-primary-hover)\",\n \"surface-brand-primary-pressed\": \"var(--surface-brand-primary-pressed)\",\n \"surface-default-default\": \"var(--surface-default-default)\",\n \"surface-default-hover\": \"var(--surface-default-hover)\",\n \"surface-default-pressed\": \"var(--surface-default-pressed)\",\n \"surface-default-inverted-default\": \"var(--surface-default-inverted-default)\",\n \"surface-default-inverted-hover\": \"var(--surface-default-inverted-hover)\",\n \"surface-default-inverted-pressed\": \"var(--surface-default-inverted-pressed)\",\n \"surface-constant-white\": \"var(--surface-constant-white)\",\n \"surface-constant-black\": \"var(--surface-constant-black)\",\n \"surface-status-error-default\": \"var(--surface-status-error-default)\",\n \"surface-status-error-strong-default\": \"var(--surface-status-error-strong-default)\",\n \"surface-status-error-strong-hover\": \"var(--surface-status-error-strong-hover)\",\n \"surface-status-error-strong-pressed\": \"var(--surface-status-error-strong-pressed)\",\n \"surface-status-warning-default\": \"var(--surface-status-warning-default)\",\n \"surface-status-warning-strong-default\": \"var(--surface-status-warning-strong-default)\",\n \"surface-status-warning-strong-hover\": \"var(--surface-status-warning-strong-hover)\",\n \"surface-status-warning-strong-pressed\": \"var(--surface-status-warning-strong-pressed)\",\n \"surface-status-success-default\": \"var(--surface-status-success-default)\",\n \"surface-status-success-strong-default\": \"var(--surface-status-success-strong-default)\",\n \"surface-status-success-strong-hover\": \"var(--surface-status-success-strong-hover)\",\n \"surface-status-success-strong-pressed\": \"var(--surface-status-success-strong-pressed)\",\n \"surface-transparent-default\": \"var(--surface-transparent-default)\",\n \"surface-transparent-hover\": \"var(--surface-transparent-hover)\",\n \"surface-transparent-pressed\": \"var(--surface-transparent-pressed)\",\n \"surface-transparent-inverted-default\": \"var(--surface-transparent-inverted-default)\",\n \"surface-transparent-inverted-hover\": \"var(--surface-transparent-inverted-hover)\",\n \"surface-transparent-inverted-pressed\": \"var(--surface-transparent-inverted-pressed)\",\n \"surface-transparent-subdued-default\": \"var(--surface-transparent-subdued-default)\",\n \"surface-transparent-subdued-inverted-default\":\n \"var(--surface-transparent-subdued-inverted-default)\",\n \"surface-transparent-subdued-inverted-hover\": \"var(--surface-transparent-subdued-inverted-hover)\",\n \"surface-transparent-subdued-inverted-pressed\":\n \"var(--surface-transparent-subdued-inverted-pressed)\",\n \"surface-transparent-subdued-inverted-disabled\":\n \"var(--surface-transparent-subdued-inverted-disabled)\",\n \"surface-transparent-subdued-hover\": \"var(--surface-transparent-subdued-hover)\",\n \"surface-transparent-subdued-pressed\": \"var(--surface-transparent-subdued-pressed)\",\n \"surface-transparent-subdued-disabled\": \"var(--surface-transparent-subdued-disabled)\",\n \"surface-subdued-default\": \"var(--surface-subdued-default)\",\n \"surface-subdued-hover\": \"var(--surface-subdued-hover)\",\n \"surface-subdued-pressed\": \"var(--surface-subdued-pressed)\",\n \"surface-disabled\": \"var(--surface-disabled)\",\n \"surface-interactive-default\": \"var(--surface-interactive-default)\",\n \"surface-interactive-hover\": \"var(--surface-interactive-hover)\",\n \"surface-interactive-pressed\": \"var(--surface-interactive-pressed)\",\n \"surface-interactive-selected-default\": \"var(--surface-interactive-selected-default)\",\n \"surface-interactive-selected-hover\": \"var(--surface-interactive-selected-hover)\",\n \"surface-interactive-selected-pressed\": \"var(--surface-interactive-selected-pressed)\",\n \"surface-_native-default\": \"var(--surface-_native-default)\",\n \"surface-dark-default\": \"var(--surface-dark-default)\",\n \"surface-dark-hover\": \"var(--surface-dark-hover)\",\n \"surface-dark-pressed\": \"var(--surface-dark-pressed)\",\n \"surface-active-default\": \"var(--surface-active-default)\",\n \"surface-active-hover\": \"var(--surface-active-hover)\",\n \"surface-active-pressed\": \"var(--surface-active-pressed)\",\n \"content-default-default\": \"var(--content-default-default)\",\n \"content-default-inverted-default\": \"var(--content-default-inverted-default)\",\n \"content-constant-white\": \"var(--content-constant-white)\",\n \"content-constant-black\": \"var(--content-constant-black)\",\n \"content-constant-grey\": \"var(--content-constant-grey)\",\n \"content-status-error-default\": \"var(--content-status-error-default)\",\n \"content-status-error-hover\": \"var(--content-status-error-hover)\",\n \"content-status-error-pressed\": \"var(--content-status-error-pressed)\",\n \"content-status-warning-default\": \"var(--content-status-warning-default)\",\n \"content-status-success-color\": \"var(--content-status-success-color)\",\n \"content-on-primary-default\": \"var(--content-on-primary-default)\",\n \"content-on-primary-hover\": \"var(--content-on-primary-hover)\",\n \"content-on-primary-pressed\": \"var(--content-on-primary-pressed)\",\n \"content-on-primary-disabled\": \"var(--content-on-primary-disabled)\",\n \"content-on-secondary-default\": \"var(--content-on-secondary-default)\",\n \"content-on-secondary-hover\": \"var(--content-on-secondary-hover)\",\n \"content-on-secondary-pressed\": \"var(--content-on-secondary-pressed)\",\n \"content-on-secondary-disabled\": \"var(--content-on-secondary-disabled)\",\n \"content-disabled\": \"var(--content-disabled)\",\n \"content-interactive-default-default\": \"var(--content-interactive-default-default)\",\n \"content-interactive-default-hover\": \"var(--content-interactive-default-hover)\",\n \"content-interactive-default-pressed\": \"var(--content-interactive-default-pressed)\",\n \"content-interactive-inverted-default\": \"var(--content-interactive-inverted-default)\",\n \"content-interactive-inverted-hover\": \"var(--content-interactive-inverted-hover)\",\n \"content-interactive-inverted-pressed\": \"var(--content-interactive-inverted-pressed)\",\n \"content-subdued-default-default\": \"var(--content-subdued-default-default)\",\n \"content-subdued-inverted-default\": \"var(--content-subdued-inverted-default)\",\n \"content-_native-default\": \"var(--content-_native-default)\",\n \"content-light-default-default\": \"var(--content-light-default-default)\",\n \"content-light-inverted-default\": \"var(--content-light-inverted-default)\",\n \"border-default-default\": \"var(--border-default-default)\",\n \"border-default-inverted-default\": \"var(--border-default-inverted-default)\",\n \"border-default-inverted-disabled\": \"var(--border-default-inverted-disabled)\",\n \"border-constant-white\": \"var(--border-constant-white)\",\n \"border-constant-black\": \"var(--border-constant-black)\",\n \"border-status-error-default\": \"var(--border-status-error-default)\",\n \"border-status-error-hover\": \"var(--border-status-error-hover)\",\n \"border-status-error-pressed\": \"var(--border-status-error-pressed)\",\n \"border-status-warning-default\": \"var(--border-status-warning-default)\",\n \"border-status-success-default\": \"var(--border-status-success-default)\",\n \"border-on-primary-default\": \"var(--border-on-primary-default)\",\n \"border-on-primary-disabled\": \"var(--border-on-primary-disabled)\",\n \"border-on-secondary-default\": \"var(--border-on-secondary-default)\",\n \"border-on-secondary-disabled\": \"var(--border-on-secondary-disabled)\",\n \"border-disabled-default\": \"var(--border-disabled-default)\",\n \"border-disabled-inverted\": \"var(--border-disabled-inverted)\",\n \"border-light-default\": \"var(--border-light-default)\",\n \"border-subdued-default-default\": \"var(--border-subdued-default-default)\",\n \"border-subdued-default-hover\": \"var(--border-subdued-default-hover)\",\n \"border-subdued-inverted-default\": \"var(--border-subdued-inverted-default)\",\n \"border-interactive-default\": \"var(--border-interactive-default)\",\n \"border-interactive-hover\": \"var(--border-interactive-hover)\",\n \"border-interactive-pressed\": \"var(--border-interactive-pressed)\",\n \"border-focus-default\": \"var(--border-focus-default)\",\n \"border-active-default\": \"var(--border-active-default)\",\n \"border-active-hover\": \"var(--border-active-hover)\",\n \"border-active-pressed\": \"var(--border-active-pressed)\",\n \"crypto-bitcoin-sv\": \"var(--crypto-bitcoin-sv)\",\n \"crypto-bitcoin-gold\": \"var(--crypto-bitcoin-gold)\",\n \"crypto-zcash\": \"var(--crypto-zcash)\",\n \"crypto-yieldly\": \"var(--crypto-yieldly)\",\n \"crypto-uni\": \"var(--crypto-uni)\",\n \"crypto-uniswap\": \"var(--crypto-uniswap)\",\n \"crypto-bitcoin-cash\": \"var(--crypto-bitcoin-cash)\",\n \"crypto-tezos\": \"var(--crypto-tezos)\",\n \"crypto-sol\": \"var(--crypto-sol)\",\n \"crypto-xrp\": \"var(--crypto-xrp)\",\n \"crypto-tron\": \"var(--crypto-tron)\",\n \"crypto-sats\": \"var(--crypto-sats)\",\n \"crypto-polkadot\": \"var(--crypto-polkadot)\",\n \"crypto-bitcoin\": \"var(--crypto-bitcoin)\",\n \"crypto-compound\": \"var(--crypto-compound)\",\n \"crypto-peercoin\": \"var(--crypto-peercoin)\",\n \"crypto-omg-network\": \"var(--crypto-omg-network)\",\n \"crypto-near\": \"var(--crypto-near)\",\n \"crypto-stellar\": \"var(--crypto-stellar)\",\n \"crypto-nano\": \"var(--crypto-nano)\",\n \"crypto-nimiq\": \"var(--crypto-nimiq)\",\n \"crypto-multiverse-x\": \"var(--crypto-multiverse-x)\",\n \"crypto-ethereum\": \"var(--crypto-ethereum)\",\n \"crypto-okb\": \"var(--crypto-okb)\",\n \"crypto-tether-usdt\": \"var(--crypto-tether-usdt)\",\n \"crypto-avax\": \"var(--crypto-avax)\",\n \"crypto-bgb\": \"var(--crypto-bgb)\",\n \"crypto-usdc\": \"var(--crypto-usdc)\",\n \"crypto-monero\": \"var(--crypto-monero)\",\n \"crypto-tkx\": \"var(--crypto-tkx)\",\n \"crypto-huobi\": \"var(--crypto-huobi)\",\n \"crypto-pivx\": \"var(--crypto-pivx)\",\n \"crypto-cardano\": \"var(--crypto-cardano)\",\n \"crypto-dydx\": \"var(--crypto-dydx)\",\n \"crypto-cro\": \"var(--crypto-cro)\",\n \"crypto-hnt\": \"var(--crypto-hnt)\",\n \"crypto-hedera\": \"var(--crypto-hedera)\",\n \"crypto-ftm\": \"var(--crypto-ftm)\",\n \"crypto-flr\": \"var(--crypto-flr)\",\n \"crypto-bat\": \"var(--crypto-bat)\",\n \"crypto-ethereum-classic\": \"var(--crypto-ethereum-classic)\",\n \"crypto-bincance\": \"var(--crypto-bincance)\",\n \"crypto-ethergem\": \"var(--crypto-ethergem)\",\n \"crypto-iota\": \"var(--crypto-iota)\",\n \"crypto-chainlink\": \"var(--crypto-chainlink)\",\n \"crypto-dym\": \"var(--crypto-dym)\",\n \"crypto-eos\": \"var(--crypto-eos)\",\n \"crypto-waves\": \"var(--crypto-waves)\",\n \"crypto-polygon\": \"var(--crypto-polygon)\",\n \"crypto-celo\": \"var(--crypto-celo)\",\n \"crypto-dogecoin\": \"var(--crypto-dogecoin)\",\n \"crypto-algorand\": \"var(--crypto-algorand)\",\n \"crypto-cosmos\": \"var(--crypto-cosmos)\",\n \"crypto-digibyte\": \"var(--crypto-digibyte)\",\n \"crypto-pirl\": \"var(--crypto-pirl)\",\n \"crypto-eng\": \"var(--crypto-eng)\",\n \"crypto-decred\": \"var(--crypto-decred)\",\n \"crypto-dash\": \"var(--crypto-dash)\",\n \"crypto-xin\": \"var(--crypto-xin)\",\n \"crypto-tusd\": \"var(--crypto-tusd)\",\n \"crypto-litecoin\": \"var(--crypto-litecoin)\",\n \"crypto-komodo\": \"var(--crypto-komodo)\",\n \"crypto-elrond\": \"var(--crypto-elrond)\",\n \"crypto-osmo\": \"var(--crypto-osmo)\",\n \"crypto-leo\": \"var(--crypto-leo)\",\n \"crypto-bytecoin\": \"var(--crypto-bytecoin)\",\n \"crypto-aion\": \"var(--crypto-aion)\",\n \"crypto-dai\": \"var(--crypto-dai)\",\n \"crypto-neo\": \"var(--crypto-neo)\",\n} as const;\n\nexport const primitiveColors = {\n \"light-constant-400\": \"#d5d5d5\",\n \"light-constant-950\": \"#000000\",\n \"light-constant-050\": \"#ffffff\",\n \"light-green-100\": \"#e6f7e1\",\n \"light-green-200\": \"#cbeec4\",\n \"light-green-300\": \"#a2e095\",\n \"light-green-400\": \"#6ec85c\",\n \"light-green-500\": \"#5ba34d\",\n \"light-green-600\": \"#47883a\",\n \"light-green-700\": \"#3b6c32\",\n \"light-green-800\": \"#33572e\",\n \"light-green-900\": \"#2c4828\",\n \"light-green-950\": \"#142b12\",\n \"light-green-050\": \"#f4fbf2\",\n \"light-green-600---0%\": \"#47883a00\",\n \"light-green-400---0%\": \"#6ec85c00\",\n \"light-green-color\": \"#ffffff\",\n \"light-green-600---10%\": \"#47883a1a\",\n \"light-green-400---10%\": \"#6ec85c1a\",\n \"light-yellow-100\": \"#fff3d5\",\n \"light-yellow-200\": \"#ffe7ac\",\n \"light-yellow-300\": \"#ffd373\",\n \"light-yellow-400\": \"#ffbd42\",\n \"light-yellow-500\": \"#efa22f\",\n \"light-yellow-600\": \"#d38b20\",\n \"light-yellow-700\": \"#ae731a\",\n \"light-yellow-800\": \"#885a14\",\n \"light-yellow-900\": \"#63420f\",\n \"light-yellow-950\": \"#3e2909\",\n \"light-yellow-050\": \"#fff8e6\",\n \"light-yellow-600---0%\": \"#d38b2000\",\n \"light-yellow-600---10%\": \"#d38b201a\",\n \"light-yellow-400---0%\": \"#ffbd4200\",\n \"light-yellow-400---10%\": \"#ffbd421a\",\n \"light-red-100\": \"#fee1e2\",\n \"light-red-200\": \"#fec8c9\",\n \"light-red-300\": \"#fca6a7\",\n \"light-red-400\": \"#f87274\",\n \"light-red-500\": \"#f04f52\",\n \"light-red-600\": \"#c24244\",\n \"light-red-700\": \"#a43234\",\n \"light-red-800\": \"#852e2f\",\n \"light-red-900\": \"#702e2f\",\n \"light-red-950\": \"#3b1212\",\n \"light-red-050\": \"#fef1f1\",\n \"light-red-400---0%\": \"#f8727400\",\n \"light-red-600---0%\": \"#c2424400\",\n \"light-red-600---10%\": \"#c242441a\",\n \"light-red-400---10%\": \"#f872741a\",\n \"light-grey-100\": \"#fbfbfb\",\n \"light-grey-200\": \"#f4f4f4\",\n \"light-grey-300\": \"#e8e8e8\",\n \"light-grey-400\": \"#d5d5d5\",\n \"light-grey-500\": \"#c1c1c1\",\n \"light-grey-600\": \"#767676\",\n \"light-grey-700\": \"#6a6a6a\",\n \"light-grey-800\": \"#4d4d4d\",\n \"light-grey-900\": \"#272727\",\n \"light-grey-950\": \"#000000\",\n \"light-grey-950---30-%\": \"#0000004d\",\n \"light-grey-050\": \"#ffffff\",\n \"light-grey-050---90%\": \"#ffffffe6\",\n \"light-grey-050---80%\": \"#ffffffcc\",\n \"light-grey-050---70%\": \"#ffffffb3\",\n \"light-grey-050---60%\": \"#ffffff99\",\n \"light-grey-050---50%\": \"#ffffff80\",\n \"light-grey-050---40%\": \"#ffffff66\",\n \"light-grey-050--30%\": \"#ffffff4d\",\n \"light-grey-050---20%\": \"#ffffff33\",\n \"light-grey-050---10-%\": \"#ffffff1a\",\n \"light-grey-950---10%\": \"#0000001a\",\n \"light-grey-950---20%\": \"#00000033\",\n \"light-grey-950---40%\": \"#00000066\",\n \"light-grey-950---50%\": \"#00000080\",\n \"light-grey-950---60%\": \"#00000099\",\n \"light-grey-950---70%\": \"#000000b3\",\n \"light-grey-950---80%\": \"#000000cc\",\n \"light-grey-950---90%\": \"#000000e6\",\n \"light-grey-950---0%\": \"#00000000\",\n \"light-grey-050---0%\": \"#ffffff00\",\n \"light-grey-950----30%\": \"#0000004d\",\n \"light-grey-050---30%\": \"#ffffff4d\",\n \"light-grey-050---5%\": \"#ffffff0d\",\n \"light-grey-950---5%\": \"#0000000d\",\n \"light-grey-950---2%\": \"#00000005\",\n \"light-grey-050---2%\": \"#ffffff05\",\n \"light-orange-100\": \"#ffddcc\",\n \"light-orange-200\": \"#ffc2a4\",\n \"light-orange-300\": \"#ffa97f\",\n \"light-orange-400\": \"#ff8c55\",\n \"light-orange-500\": \"#ff702a\",\n \"light-orange-600\": \"#ff5300\",\n \"light-orange-700\": \"#d64400\",\n \"light-orange-800\": \"#b23a00\",\n \"light-orange-900\": \"#9e3300\",\n \"light-orange-950\": \"#662100\",\n \"light-orange-050\": \"#fef0e9\",\n \"light-crypto-colors-algorand\": \"#00a478\",\n \"light-crypto-colors-aion\": \"#212529\",\n \"light-crypto-colors-avax\": \"#e84142\",\n \"light-crypto-colors-bat\": \"#ff5000\",\n \"light-crypto-colors-bgb\": \"#00e0ff\",\n \"light-crypto-colors-bitcoin\": \"#f7931a\",\n \"light-crypto-colors-bitcoin-cash\": \"#0ac18e\",\n \"light-crypto-colors-bitcoin-gold\": \"#152569\",\n \"light-crypto-colors-bitcoin-sv\": \"#eab300\",\n \"light-crypto-colors-bincance\": \"#f5bc00\",\n \"light-crypto-colors-bytecoin\": \"#f04086\",\n \"light-crypto-colors-cardano\": \"#0033ad\",\n \"light-crypto-colors-cosmos\": \"#2e3148\",\n \"light-crypto-colors-compound\": \"#00d395\",\n \"light-crypto-colors-chainlink\": \"#2a5ada\",\n \"light-crypto-colors-dash\": \"#008ce7\",\n \"light-crypto-colors-dai\": \"#f5ac37\",\n \"light-crypto-colors-decred\": \"#2970ff\",\n \"light-crypto-colors-digibyte\": \"#0066cc\",\n \"light-crypto-colors-dogecoin\": \"#c3a634\",\n \"light-crypto-colors-dydx\": \"#6966ff\",\n \"light-crypto-colors-elrond\": \"#000000\",\n \"light-crypto-colors-eos\": \"#000000\",\n \"light-crypto-colors-ethergem\": \"#4a4ab6\",\n \"light-crypto-colors-ethereum\": \"#454a75\",\n \"light-crypto-colors-ethereum-classic\": \"#0b8311\",\n \"light-crypto-colors-huobi\": \"#357ce1\",\n \"light-crypto-colors-hnt\": \"#474dff\",\n \"light-crypto-colors-iota\": \"#000000\",\n \"light-crypto-colors-komodo\": \"#41ead4\",\n \"light-crypto-colors-leo\": \"#000000\",\n \"light-crypto-colors-litecoin\": \"#345d9d\",\n \"light-crypto-colors-monero\": \"#f26822\",\n \"light-crypto-colors-multiverse-x\": \"#23f7dd\",\n \"light-crypto-colors-nano\": \"#5d8eb2\",\n \"light-crypto-colors-near\": \"#1c1d1f\",\n \"light-crypto-colors-neo\": \"#7dd224\",\n \"light-crypto-colors-nimiq\": \"#f8b425\",\n \"light-crypto-colors-osmo\": \"#302dbb\",\n \"light-crypto-colors-okb\": \"#2d60e0\",\n \"light-crypto-colors-peercoin\": \"#3cb054\",\n \"light-crypto-colors-pirl\": \"#357ce1\",\n \"light-crypto-colors-pivx\": \"#5c4c7c\",\n \"light-crypto-colors-polkadot\": \"#e6007a\",\n \"light-crypto-colors-stellar\": \"#000000\",\n \"light-crypto-colors-tether-usdt\": \"#00a478\",\n \"light-crypto-colors-tezos\": \"#2c7df7\",\n \"light-crypto-colors-tkx\": \"#fd6a1f\",\n \"light-crypto-colors-tron\": \"#ff060a\",\n \"light-crypto-colors-tusd\": \"#1a5aff\",\n \"light-crypto-colors-usdc\": \"#f04086\",\n \"light-crypto-colors-uni\": \"#f04086\",\n \"light-crypto-colors-waves\": \"#0055ff\",\n \"light-crypto-colors-xrp\": \"#333333\",\n \"light-crypto-colors-zcash\": \"#f4b728\",\n \"light-crypto-colors-cro\": \"#002d74\",\n \"light-crypto-colors-eng\": \"#2f2f2f\",\n \"light-crypto-colors-hedera\": \"#000000\",\n \"light-crypto-colors-polygon\": \"#8247e5\",\n \"light-crypto-colors-sats\": \"#ff8b00\",\n \"light-crypto-colors-sol\": \"#9945ff\",\n \"light-crypto-colors-uniswap\": \"#ff007a\",\n \"light-crypto-colors-xin\": \"#1eb5fa\",\n \"light-crypto-colors-yieldly\": \"#f3b732\",\n \"light-crypto-colors-omg-network\": \"#000000\",\n \"light-crypto-colors-celo\": \"#fcff52\",\n \"light-crypto-colors-ftm\": \"#1969ff\",\n \"light-crypto-colors-dym\": \"#f1e1d4\",\n \"light-crypto-colors-flr\": \"#e62058\",\n \"light-discover-1inch\": \"#212529\",\n \"light-discover-changelly\": \"#10d078\",\n \"light-discover-compound\": \"#00d395\",\n \"light-discover-deversifi\": \"#6436ff\",\n \"light-discover-lido\": \"#47a1f8\",\n \"light-discover-opensea\": \"#2081e2\",\n \"light-discover-paraswap\": \"#266ef0\",\n \"light-discover-rarible\": \"#feda03\",\n \"light-discover-zerion\": \"#2962ef\",\n \"light-discover-bitrefill\": \"#449bf7\",\n \"light-discover-loopipay-blue\": \"#0050ff\",\n \"light-discover-loopipay-black\": \"#0e0d13\",\n \"light-discover-loopipay-lime\": \"#e1fb61\",\n \"light-discover-simplex\": \"#2ea836\",\n \"light-discover-baanx\": \"#003edd\",\n \"light-discover-mercuryo\": \"#212529\",\n \"light-discover-juno\": \"#4643ee\",\n \"light-discover-sardine\": \"#2d29d7\",\n \"light-purple-100\": \"#f6ecff\",\n \"light-purple-200\": \"#f2e2ff\",\n \"light-purple-300\": \"#eed9ff\",\n \"light-purple-400\": \"#e5c6ff\",\n \"light-purple-500\": \"#ddb3ff\",\n \"light-purple-600\": \"#d4a0ff\",\n \"light-purple-700\": \"#b380dd\",\n \"light-purple-800\": \"#7e4ea5\",\n \"light-purple-900\": \"#6a3794\",\n \"light-purple-950\": \"#3f2058\",\n \"light-purple-050\": \"#fbf5ff\",\n \"dark-constant-400\": \"#c3c3c3\",\n \"dark-constant-950\": \"#000000\",\n \"dark-constant-050\": \"#ffffff\",\n \"dark-green-100\": \"#2c4828\",\n \"dark-green-200\": \"#33572e\",\n \"dark-green-300\": \"#3b6c32\",\n \"dark-green-400\": \"#47883a\",\n \"dark-green-500\": \"#5ba34d\",\n \"dark-green-600\": \"#6ec85c\",\n \"dark-green-700\": \"#a2e095\",\n \"dark-green-800\": \"#cbeec4\",\n \"dark-green-900\": \"#e6f7e1\",\n \"dark-green-950\": \"#f4fbf2\",\n \"dark-green-050\": \"#142b12\",\n \"dark-green-600---0%\": \"#6ec85c00\",\n \"dark-green-600---10%\": \"#6ec85c1a\",\n \"dark-yellow-100\": \"#63420f\",\n \"dark-yellow-200\": \"#885a14\",\n \"dark-yellow-300\": \"#ae731a\",\n \"dark-yellow-400\": \"#d38b20\",\n \"dark-yellow-500\": \"#efa22f\",\n \"dark-yellow-600\": \"#ffbd42\",\n \"dark-yellow-700\": \"#ffd373\",\n \"dark-yellow-800\": \"#ffe7ac\",\n \"dark-yellow-900\": \"#fff3d5\",\n \"dark-yellow-950\": \"#fff8e6\",\n \"dark-yellow-050\": \"#3e2909\",\n \"dark-yellow-600---0%\": \"#ffbd4200\",\n \"dark-yellow-600---10%\": \"#ffbd421a\",\n \"dark-red-100\": \"#702e2f\",\n \"dark-red-200\": \"#852e2f\",\n \"dark-red-300\": \"#a43234\",\n \"dark-red-400\": \"#c24244\",\n \"dark-red-500\": \"#f04f52\",\n \"dark-red-600\": \"#f87274\",\n \"dark-red-700\": \"#fca6a7\",\n \"dark-red-800\": \"#fec8c9\",\n \"dark-red-900\": \"#fee1e2\",\n \"dark-red-1000\": \"#fef1f1\",\n \"dark-red-050\": \"#3b1212\",\n \"dark-red-600---0%\": \"#f8727400\",\n \"dark-red-600---10%\": \"#f872741a\",\n \"dark-grey-100\": \"#191919\",\n \"dark-grey-200\": \"#272727\",\n \"dark-grey-300\": \"#3c3c3c\",\n \"dark-grey-400\": \"#565656\",\n \"dark-grey-500\": \"#717070\",\n \"dark-grey-600\": \"#848484\",\n \"dark-grey-700\": \"#9c9c9c\",\n \"dark-grey-800\": \"#c3c3c3\",\n \"dark-grey-900\": \"#e1e1e1\",\n \"dark-grey-950\": \"#ffffff\",\n \"dark-grey-050---10%\": \"#0000001a\",\n \"dark-grey-050---20%\": \"#00000033\",\n \"dark-grey-050---30%\": \"#0000004d\",\n \"dark-grey-050---40%\": \"#00000066\",\n \"dark-grey-050---50%\": \"#00000080\",\n \"dark-grey-050---60%\": \"#00000099\",\n \"dark-grey-050---70%\": \"#000000b3\",\n \"dark-grey-050---80%\": \"#000000cc\",\n \"dark-grey-050---90%\": \"#000000e6\",\n \"dark-grey-950---10%\": \"#ffffff1a\",\n \"dark-grey-950---20%\": \"#ffffff33\",\n \"dark-grey-950---30%\": \"#ffffff4d\",\n \"dark-grey-950---40%\": \"#ffffff66\",\n \"dark-grey-950---50%\": \"#ffffff80\",\n \"dark-grey-950---60%\": \"#ffffff99\",\n \"dark-grey-950---70%\": \"#ffffffb3\",\n \"dark-grey-950---80%\": \"#ffffffcc\",\n \"dark-grey-950---90%\": \"#ffffffe6\",\n \"dark-grey-050\": \"#000000\",\n \"dark-grey-950---0%\": \"#ffffff00\",\n \"dark-grey-050---0%\": \"#00000000\",\n \"dark-grey-050---5%\": \"#0000000d\",\n \"dark-grey-950---5%\": \"#ffffff0d\",\n \"dark-grey-950---2%\": \"#ffffff05\",\n \"dark-orange-100\": \"#9e3300\",\n \"dark-orange-200\": \"#b23a00\",\n \"dark-orange-300\": \"#d64400\",\n \"dark-orange-400\": \"#ff5300\",\n \"dark-orange-500\": \"#ff702a\",\n \"dark-orange-600\": \"#ff8c55\",\n \"dark-orange-700\": \"#ffa97f\",\n \"dark-orange-800\": \"#ffc2a4\",\n \"dark-orange-900\": \"#ffddcc\",\n \"dark-orange-950\": \"#fef0e9\",\n \"dark-orange-050\": \"#662100\",\n \"dark-crypto-colors-aion\": \"#212529\",\n \"dark-crypto-colors-algorand\": \"#00a478\",\n \"dark-crypto-colors-bytecoin\": \"#f04086\",\n \"dark-crypto-colors-avax\": \"#e84142\",\n \"dark-crypto-colors-bat\": \"#ff5000\",\n \"dark-crypto-colors-bgb\": \"#00e0ff\",\n \"dark-crypto-colors-bitcoin\": \"#f7931a\",\n \"dark-crypto-colors-bitcoin-cash\": \"#0ac18e\",\n \"dark-crypto-colors-bitcoin-gold\": \"#152569\",\n \"dark-crypto-colors-bitcoin-sv\": \"#eab300\",\n \"dark-crypto-colors-bincance\": \"#f5bc00\",\n \"dark-crypto-colors-cardano\": \"#0033ad\",\n \"dark-crypto-colors-cosmos\": \"#2e3148\",\n \"dark-crypto-colors-compound\": \"#00d395\",\n \"dark-crypto-colors-celo\": \"#fcff52\",\n \"dark-crypto-colors-chainlink\": \"#2a5ada\",\n \"dark-crypto-colors-cro\": \"#002d74\",\n \"dark-crypto-colors-dash\": \"#008ce7\",\n \"dark-crypto-colors-dai\": \"#f5ac37\",\n \"dark-crypto-colors-decred\": \"#2970ff\",\n \"dark-crypto-colors-digibyte\": \"#0066cc\",\n \"dark-crypto-colors-dogecoin\": \"#c3a634\",\n \"dark-crypto-colors-dydx\": \"#6966ff\",\n \"dark-crypto-colors-dym\": \"#f1e1d4\",\n \"dark-crypto-colors-elrond\": \"#000000\",\n \"dark-crypto-colors-eng\": \"#2f2f2f\",\n \"dark-crypto-colors-eos\": \"#000000\",\n \"dark-crypto-colors-ethergem\": \"#4a4ab6\",\n \"dark-crypto-colors-ethereum\": \"#454a75\",\n \"dark-crypto-colors-ethereum-classic\": \"#0b8311\",\n \"dark-crypto-colors-flr\": \"#e62058\",\n \"dark-crypto-colors-ftm\": \"#1969ff\",\n \"dark-crypto-colors-hedera\": \"#000000\",\n \"dark-crypto-colors-hnt\": \"#474dff\",\n \"dark-crypto-colors-huobi\": \"#357ce1\",\n \"dark-crypto-colors-iota\": \"#000000\",\n \"dark-crypto-colors-komodo\": \"#41ead4\",\n \"dark-crypto-colors-leo\": \"#000000\",\n \"dark-crypto-colors-litecoin\": \"#345d9d\",\n \"dark-crypto-colors-monero\": \"#f26822\",\n \"dark-crypto-colors-multiverse-x\": \"#23f7dd\",\n \"dark-crypto-colors-nano\": \"#5d8eb2\",\n \"dark-crypto-colors-near\": \"#1c1d1f\",\n \"dark-crypto-colors-neo\": \"#7dd224\",\n \"dark-crypto-colors-nimiq\": \"#f8b425\",\n \"dark-crypto-colors-omg-network\": \"#000000\",\n \"dark-crypto-colors-okb\": \"#2d60e0\",\n \"dark-crypto-colors-osmo\": \"#302dbb\",\n \"dark-crypto-colors-peercoin\": \"#3cb054\",\n \"dark-crypto-colors-pirl\": \"#357ce1\",\n \"dark-crypto-colors-pivx\": \"#5c4c7c\",\n \"dark-crypto-colors-polkadot\": \"#e6007a\",\n \"dark-crypto-colors-polygon\": \"#8247e5\",\n \"dark-crypto-colors-sats\": \"#ff8b00\",\n \"dark-crypto-colors-stellar\": \"#000000\",\n \"dark-crypto-colors-sol\": \"#9945ff\",\n \"dark-crypto-colors-tether-usdt\": \"#00a478\",\n \"dark-crypto-colors-tezos\": \"#2c7df7\",\n \"dark-crypto-colors-tkx\": \"#fd6a1f\",\n \"dark-crypto-colors-tron\": \"#ff060a\",\n \"dark-crypto-colors-uniswap\": \"#ff007a\",\n \"dark-crypto-colors-tusd\": \"#1a5aff\",\n \"dark-crypto-colors-usdc\": \"#f04086\",\n \"dark-crypto-colors-uni\": \"#f04086\",\n \"dark-crypto-colors-waves\": \"#0055ff\",\n \"dark-crypto-colors-xrp\": \"#333333\",\n \"dark-crypto-colors-xin\": \"#1eb5fa\",\n \"dark-crypto-colors-yieldly\": \"#f3b732\",\n \"dark-crypto-colors-zcash\": \"#f4b728\",\n \"dark-discover-1inch\": \"#212529\",\n \"dark-discover-changelly\": \"#10d078\",\n \"dark-discover-loopipay-blue\": \"#0050ff\",\n \"dark-discover-loopipay-black\": \"#0e0d13\",\n \"dark-discover-loopipay-lime-2\": \"#e1fb61\",\n \"dark-discover-simplex\": \"#2ea836\",\n \"dark-discover-baanx\": \"#003edd\",\n \"dark-discover-mercuryo\": \"#212529\",\n \"dark-discover-juno\": \"#4643ee\",\n \"dark-discover-sardine\": \"#2d29d7\",\n \"dark-discover-compound\": \"#00d395\",\n \"dark-discover-deversifi\": \"#6436ff\",\n \"dark-discover-lido\": \"#47a1f8\",\n \"dark-discover-opensea\": \"#2081e2\",\n \"dark-discover-paraswap\": \"#266ef0\",\n \"dark-discover-rarible\": \"#feda03\",\n \"dark-discover-zerion\": \"#2962ef\",\n \"dark-discover-bitrefill\": \"#449bf7\",\n \"dark-purple-100\": \"#6a3794\",\n \"dark-purple-200\": \"#7e4ea5\",\n \"dark-purple-300\": \"#b380dd\",\n \"dark-purple-400\": \"#d4a0ff\",\n \"dark-purple-500\": \"#ddb3ff\",\n \"dark-purple-600\": \"#e5c6ff\",\n \"dark-purple-700\": \"#eed9ff\",\n \"dark-purple-800\": \"#f2e2ff\",\n \"dark-purple-900\": \"#f6ecff\",\n \"dark-purple-950\": \"#fbf5ff\",\n \"dark-purple-050\": \"#3f2058\",\n} as const;\n","import memoize from \"lodash/memoize\";\nimport { css, DefaultTheme } from \"styled-components\";\nimport { dark, light, ModeColors, spacing, SpacingScale } from \"./design-tokens\";\n\n// Add temporarily missing and override incorrect tokens here\nconst overrideOther = {\n \"radius-m\": \"12px\", // missing from tokens\n \"radius-s\": \"8px\", // missing from tokens\n \"radius-xs\": \"4px\", // missing from tokens\n \"border-width-default\": \"1px\", // missing from tokens\n \"border-width-focus\": \"2px\", // missing from tokens\n \"margin-xs\": \"8px\", // redefines marging-xs\n \"margin-s\": \"16px\", // redefines marging-s\n \"margin-m\": \"24px\", // redefines marging-m\n \"margin-l\": \"32px\", // redefines marging-l\n\n \"spacing-xs\": \"12px\", // override from \"spacing-xxs\": \"12px\"\n \"spacing-xxs\": \"8px\", // override from \"spacing-xs\": \"8px\"\n} as const;\n\n// Add temporarily missing and override incorrect colours here\nconst overrideColor = {\n light: {\n \"surface-transparent-hover\": \"#0000000D\", // override from colours\n \"surface-transparent-pressed\": \"#0000001A\", // override from colours\n \"border-subdued-default-hover\": \"#D5D5D5\", // override from colours\n\n \"border-subdued-default-pressed\": \"#C1C1C1\", // missing from colours\n \"background-active\": \"#D4A0FF\",\n },\n dark: {\n \"opacity-default-10\": \"#FFFFFF1A\", // missing from colours\n \"background-active\": \"#D4A0FF\",\n },\n} as const;\n\ntype ColorToken =\n | `colors-${keyof ModeColors}`\n | `colors-${keyof typeof overrideColor.light}`\n | `colors-${keyof typeof overrideColor.dark}`;\ntype OtherToken = keyof (SpacingScale & typeof overrideOther);\n\nexport const withTokens = (...usedTokens: Array<ColorToken | OtherToken>) => {\n const filterTokens = memoize((theme: DefaultTheme[\"theme\"]) => {\n const colors = {\n dark: { ...dark, ...overrideColor.dark },\n light: { ...light, ...overrideColor.light },\n }[theme];\n\n const colorEntries = Object.entries(colors).flatMap(([key, value]) => {\n const color = `colors-${key}` as ColorToken;\n if (!usedTokens.includes(color)) return [];\n return [[`--${color}`, value]];\n });\n const otherEntries = [spacing, overrideOther]\n .flatMap(Object.entries)\n .flatMap(([key, value]) => {\n if (!usedTokens.includes(key as OtherToken)) return [];\n return [[`--${key}`, value]];\n });\n\n return Object.fromEntries([...colorEntries, ...otherEntries]);\n });\n\n return css(({ theme }) => filterTokens(theme.colors.type as DefaultTheme[\"theme\"]));\n};\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};","import React from \"react\";\nimport styled from \"styled-components\";\nimport CheckAloneMedium from \"@ledgerhq/icons-ui/reactLegacy/CheckAloneMedium\";\nimport { renderToStaticMarkup } from \"react-dom/server\";\nimport { withTokens } from \"../../libs\";\n\nconst Icon = () =>\n React.cloneElement(CheckAloneMedium({ size: 13, color: \"currentColor\" }), {\n // the xmlns attribute is required to properly display the checkbox\n xmlns: \"http://www.w3.org/2000/svg\",\n });\nconst CheckMarkIcon = encodeURIComponent(renderToStaticMarkup(<Icon />));\n\nconst Input = styled.input<{ size?: number }>`\n background-color: transparent;\n\n border-radius: ${p => `${p.theme.radii[1]}px`};\n position: relative;\n\n min-width: ${p => (p.size ? `${p.size}px` : `${p.theme.space[7]}px`)};\n height: ${p => (p.size ? `${p.size}px` : `${p.theme.space[7]}px`)};\n appearance: none;\n border: 1px solid ${props => props.theme.colors.opacityDefault.c30};\n box-shadow: none;\n\n &:checked {\n background-color: currentColor;\n border-color: currentColor;\n }\n\n &:checked::after {\n content: \" \";\n width: ${p => (p.size ? `${p.size}px` : `${p.theme.space[7]}px`)};\n height: ${p => (p.size ? `${p.size}px` : `${p.theme.space[7]}px`)};\n display: inline-block;\n color: ${props => props.theme.colors.neutral.c00};\n\n background-image: url(\"data:image/svg+xml,${CheckMarkIcon}\");\n background-position: center;\n background-repeat: no-repeat;\n\n /* Trick to center the check mark by taking into account the border */\n position: absolute;\n top: -1px;\n left: -1px;\n }\n`;\n\nconst Container = styled.div`\n ${withTokens(\"colors-background-active\")}\n\n color: var(--colors-background-active);\n\n display: inline-flex;\n column-gap: ${p => p.theme.space[5]}px;\n align-items: center;\n cursor: pointer;\n`;\n\nexport type CheckboxProps = {\n isDisabled?: boolean;\n isChecked: boolean;\n name: string;\n onChange: (value: boolean) => void;\n size?: number;\n};\n\nexport const Checkbox = ({\n isDisabled = false,\n isChecked,\n name,\n onChange,\n size,\n}: CheckboxProps): JSX.Element => (\n <Container data-disabled={isDisabled}>\n <Input\n type=\"checkbox\"\n name={name}\n id={name}\n checked={isChecked}\n disabled={isDisabled}\n onChange={e => {\n // TODO Checkbox should be an uncontrolled component that exposes the event onChange.\n // (leave stopPropagation to the parent)\n e.stopPropagation();\n onChange(!isChecked);\n }}\n size={size}\n />\n </Container>\n);\n"],"names":["spacing","light","dark","tailwindColors","primitiveColors","memoize","css","overrideOther","overrideColor","withTokens","usedTokens","filterTokens","theme","colors","colorEntries","Object","key","value","color","otherEntries","React","styled","CheckAloneMedium","renderToStaticMarkup","Icon","CheckMarkIcon","encodeURIComponent","Input","p","props","Container","Checkbox","isDisabled","isChecked","name","onChange","size","e"],"mappings":"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"}
1
+ {"version":3,"file":"pre-ldls/components/Checkbox/Checkbox.js","sources":["webpack://@ledgerhq/react-ui/./src/pre-ldls/libs/design-tokens.ts","webpack://@ledgerhq/react-ui/./src/pre-ldls/libs/index.ts","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/pre-ldls/components/Checkbox/Checkbox.tsx"],"sourcesContent":["// From https://github.com/LedgerHQ/ldls/blob/main/libs/design-tokens/src/lib/design-tokens.ts :\n\nexport type SpacingScale = {\n \"spacing-xs\": string;\n \"spacing-s\": string;\n \"spacing-m\": string;\n \"spacing-l\": string;\n \"spacing-xl\": string;\n \"spacing-xxs\": string;\n \"spacing-xxxs\": string;\n \"spacing-none\": string;\n \"marging-xs\": string;\n \"marging-s\": string;\n \"marging-m\": string;\n \"marging-l\": string;\n};\n\nexport const spacing: SpacingScale = {\n \"spacing-xs\": \"8px\",\n \"spacing-s\": \"16px\",\n \"spacing-m\": \"24px\",\n \"spacing-l\": \"32px\",\n \"spacing-xl\": \"40px\",\n \"spacing-xxs\": \"12px\",\n \"spacing-xxxs\": \"4px\",\n \"spacing-none\": \"0px\",\n \"marging-xs\": \"8px\",\n \"marging-s\": \"16px\",\n \"marging-m\": \"24px\",\n \"marging-l\": \"32px\",\n};\n\nexport type ModeColors = {\n \"background-default\": string;\n \"background-constant-black\": string;\n \"background-constant-white\": string;\n \"background-backdrop-default\": string;\n \"background-inverted\": string;\n \"background-drawer-default\": string;\n \"surface-brand-primary-default\": string;\n \"surface-brand-primary-hover\": string;\n \"surface-brand-primary-pressed\": string;\n \"surface-default-default\": string;\n \"surface-default-hover\": string;\n \"surface-default-pressed\": string;\n \"surface-default-inverted-default\": string;\n \"surface-default-inverted-hover\": string;\n \"surface-default-inverted-pressed\": string;\n \"surface-constant-white\": string;\n \"surface-constant-black\": string;\n \"surface-status-error-default\": string;\n \"surface-status-error-strong-default\": string;\n \"surface-status-error-strong-hover\": string;\n \"surface-status-error-strong-pressed\": string;\n \"surface-status-warning-default\": string;\n \"surface-status-warning-strong-default\": string;\n \"surface-status-warning-strong-hover\": string;\n \"surface-status-warning-strong-pressed\": string;\n \"surface-status-success-default\": string;\n \"surface-status-success-strong-default\": string;\n \"surface-status-success-strong-hover\": string;\n \"surface-status-success-strong-pressed\": string;\n \"surface-transparent-default\": string;\n \"surface-transparent-hover\": string;\n \"surface-transparent-pressed\": string;\n \"surface-transparent-inverted-default\": string;\n \"surface-transparent-inverted-hover\": string;\n \"surface-transparent-inverted-pressed\": string;\n \"surface-transparent-subdued-default\": string;\n \"surface-transparent-subdued-inverted-default\": string;\n \"surface-transparent-subdued-inverted-hover\": string;\n \"surface-transparent-subdued-inverted-pressed\": string;\n \"surface-transparent-subdued-inverted-disabled\": string;\n \"surface-transparent-subdued-hover\": string;\n \"surface-transparent-subdued-pressed\": string;\n \"surface-transparent-subdued-disabled\": string;\n \"surface-subdued-default\": string;\n \"surface-subdued-hover\": string;\n \"surface-subdued-pressed\": string;\n \"surface-disabled\": string;\n \"surface-interactive-default\": string;\n \"surface-interactive-hover\": string;\n \"surface-interactive-pressed\": string;\n \"surface-interactive-selected-default\": string;\n \"surface-interactive-selected-hover\": string;\n \"surface-interactive-selected-pressed\": string;\n \"surface-_native-default\": string;\n \"surface-dark-default\": string;\n \"surface-dark-hover\": string;\n \"surface-dark-pressed\": string;\n \"surface-active-default\": string;\n \"surface-active-hover\": string;\n \"surface-active-pressed\": string;\n \"content-default-default\": string;\n \"content-default-inverted-default\": string;\n \"content-constant-white\": string;\n \"content-constant-black\": string;\n \"content-constant-grey\": string;\n \"content-status-error-default\": string;\n \"content-status-error-hover\": string;\n \"content-status-error-pressed\": string;\n \"content-status-warning-default\": string;\n \"content-status-success-color\": string;\n \"content-on-primary-default\": string;\n \"content-on-primary-hover\": string;\n \"content-on-primary-pressed\": string;\n \"content-on-primary-disabled\": string;\n \"content-on-secondary-default\": string;\n \"content-on-secondary-hover\": string;\n \"content-on-secondary-pressed\": string;\n \"content-on-secondary-disabled\": string;\n \"content-disabled\": string;\n \"content-interactive-default-default\": string;\n \"content-interactive-default-hover\": string;\n \"content-interactive-default-pressed\": string;\n \"content-interactive-inverted-default\": string;\n \"content-interactive-inverted-hover\": string;\n \"content-interactive-inverted-pressed\": string;\n \"content-subdued-default-default\": string;\n \"content-subdued-inverted-default\": string;\n \"content-_native-default\": string;\n \"content-light-default-default\": string;\n \"content-light-inverted-default\": string;\n \"border-default-default\": string;\n \"border-default-inverted-default\": string;\n \"border-default-inverted-disabled\": string;\n \"border-constant-white\": string;\n \"border-constant-black\": string;\n \"border-status-error-default\": string;\n \"border-status-error-hover\": string;\n \"border-status-error-pressed\": string;\n \"border-status-warning-default\": string;\n \"border-status-success-default\": string;\n \"border-on-primary-default\": string;\n \"border-on-primary-disabled\": string;\n \"border-on-secondary-default\": string;\n \"border-on-secondary-disabled\": string;\n \"border-disabled-default\": string;\n \"border-disabled-inverted\": string;\n \"border-light-default\": string;\n \"border-subdued-default-default\": string;\n \"border-subdued-default-hover\": string;\n \"border-subdued-inverted-default\": string;\n \"border-interactive-default\": string;\n \"border-interactive-hover\": string;\n \"border-interactive-pressed\": string;\n \"border-focus-default\": string;\n \"border-active-default\": string;\n \"border-active-hover\": string;\n \"border-active-pressed\": string;\n \"crypto-bitcoin-sv\": string;\n \"crypto-bitcoin-gold\": string;\n \"crypto-zcash\": string;\n \"crypto-yieldly\": string;\n \"crypto-uni\": string;\n \"crypto-uniswap\": string;\n \"crypto-bitcoin-cash\": string;\n \"crypto-tezos\": string;\n \"crypto-sol\": string;\n \"crypto-xrp\": string;\n \"crypto-tron\": string;\n \"crypto-sats\": string;\n \"crypto-polkadot\": string;\n \"crypto-bitcoin\": string;\n \"crypto-compound\": string;\n \"crypto-peercoin\": string;\n \"crypto-omg-network\": string;\n \"crypto-near\": string;\n \"crypto-stellar\": string;\n \"crypto-nano\": string;\n \"crypto-nimiq\": string;\n \"crypto-multiverse-x\": string;\n \"crypto-ethereum\": string;\n \"crypto-okb\": string;\n \"crypto-tether-usdt\": string;\n \"crypto-avax\": string;\n \"crypto-bgb\": string;\n \"crypto-usdc\": string;\n \"crypto-monero\": string;\n \"crypto-tkx\": string;\n \"crypto-huobi\": string;\n \"crypto-pivx\": string;\n \"crypto-cardano\": string;\n \"crypto-dydx\": string;\n \"crypto-cro\": string;\n \"crypto-hnt\": string;\n \"crypto-hedera\": string;\n \"crypto-ftm\": string;\n \"crypto-flr\": string;\n \"crypto-bat\": string;\n \"crypto-ethereum-classic\": string;\n \"crypto-bincance\": string;\n \"crypto-ethergem\": string;\n \"crypto-iota\": string;\n \"crypto-chainlink\": string;\n \"crypto-dym\": string;\n \"crypto-eos\": string;\n \"crypto-waves\": string;\n \"crypto-polygon\": string;\n \"crypto-celo\": string;\n \"crypto-dogecoin\": string;\n \"crypto-algorand\": string;\n \"crypto-cosmos\": string;\n \"crypto-digibyte\": string;\n \"crypto-pirl\": string;\n \"crypto-eng\": string;\n \"crypto-decred\": string;\n \"crypto-dash\": string;\n \"crypto-xin\": string;\n \"crypto-tusd\": string;\n \"crypto-litecoin\": string;\n \"crypto-komodo\": string;\n \"crypto-elrond\": string;\n \"crypto-osmo\": string;\n \"crypto-leo\": string;\n \"crypto-bytecoin\": string;\n \"crypto-aion\": string;\n \"crypto-dai\": string;\n \"crypto-neo\": string;\n};\n\nexport const light: ModeColors = {\n \"background-default\": \"#ffffff\",\n \"background-constant-black\": \"#000000\",\n \"background-constant-white\": \"#ffffff\",\n \"background-backdrop-default\": \"#0000004d\",\n \"background-inverted\": \"#000000\",\n \"background-drawer-default\": \"#ffffff\",\n \"surface-brand-primary-default\": \"#d4a0ff\",\n \"surface-brand-primary-hover\": \"#b380dd\",\n \"surface-brand-primary-pressed\": \"#7e4ea5\",\n \"surface-default-default\": \"#ffffff\",\n \"surface-default-hover\": \"#fbfbfb\",\n \"surface-default-pressed\": \"#f4f4f4\",\n \"surface-default-inverted-default\": \"#000000\",\n \"surface-default-inverted-hover\": \"#272727\",\n \"surface-default-inverted-pressed\": \"#4d4d4d\",\n \"surface-constant-white\": \"#ffffff\",\n \"surface-constant-black\": \"#000000\",\n \"surface-status-error-default\": \"#c242441a\",\n \"surface-status-error-strong-default\": \"#c24244\",\n \"surface-status-error-strong-hover\": \"#852e2f\",\n \"surface-status-error-strong-pressed\": \"#702e2f\",\n \"surface-status-warning-default\": \"#d38b201a\",\n \"surface-status-warning-strong-default\": \"#d38b20\",\n \"surface-status-warning-strong-hover\": \"#885a14\",\n \"surface-status-warning-strong-pressed\": \"#63420f\",\n \"surface-status-success-default\": \"#47883a1a\",\n \"surface-status-success-strong-default\": \"#47883a\",\n \"surface-status-success-strong-hover\": \"#33572e\",\n \"surface-status-success-strong-pressed\": \"#2c4828\",\n \"surface-transparent-default\": \"#00000000\",\n \"surface-transparent-hover\": \"#0000001a\",\n \"surface-transparent-pressed\": \"#00000033\",\n \"surface-transparent-inverted-default\": \"#ffffff00\",\n \"surface-transparent-inverted-hover\": \"#ffffff1a\",\n \"surface-transparent-inverted-pressed\": \"#ffffff33\",\n \"surface-transparent-subdued-default\": \"#0000000d\",\n \"surface-transparent-subdued-inverted-default\": \"#ffffff1a\",\n \"surface-transparent-subdued-inverted-hover\": \"#ffffff33\",\n \"surface-transparent-subdued-inverted-pressed\": \"#ffffff4d\",\n \"surface-transparent-subdued-inverted-disabled\": \"#ffffff1a\",\n \"surface-transparent-subdued-hover\": \"#0000001a\",\n \"surface-transparent-subdued-pressed\": \"#00000033\",\n \"surface-transparent-subdued-disabled\": \"#0000000d\",\n \"surface-subdued-default\": \"#f4f4f4\",\n \"surface-subdued-hover\": \"#e8e8e8\",\n \"surface-subdued-pressed\": \"#d5d5d5\",\n \"surface-disabled\": \"#f4f4f4\",\n \"surface-interactive-default\": \"#ffffff\",\n \"surface-interactive-hover\": \"#fbfbfb\",\n \"surface-interactive-pressed\": \"#f4f4f4\",\n \"surface-interactive-selected-default\": \"#4d4d4d\",\n \"surface-interactive-selected-hover\": \"#272727\",\n \"surface-interactive-selected-pressed\": \"#000000\",\n \"surface-_native-default\": \"#f7f7f7\",\n \"surface-dark-default\": \"#c1c1c1\",\n \"surface-dark-hover\": \"#767676\",\n \"surface-dark-pressed\": \"#6a6a6a\",\n \"surface-active-default\": \"#d4a0ff\",\n \"surface-active-hover\": \"#b380dd\",\n \"surface-active-pressed\": \"#7e4ea5\",\n \"content-default-default\": \"#000000\",\n \"content-default-inverted-default\": \"#ffffff\",\n \"content-constant-white\": \"#ffffff\",\n \"content-constant-black\": \"#000000\",\n \"content-constant-grey\": \"#e8e8e8\",\n \"content-status-error-default\": \"#c24244\",\n \"content-status-error-hover\": \"#a43234\",\n \"content-status-error-pressed\": \"#852e2f\",\n \"content-status-warning-default\": \"#ae731a\",\n \"content-status-success-color\": \"#47883a\",\n \"content-on-primary-default\": \"#000000\",\n \"content-on-primary-hover\": \"#ffffffcc\",\n \"content-on-primary-pressed\": \"#ffffffb3\",\n \"content-on-primary-disabled\": \"#ffffff99\",\n \"content-on-secondary-default\": \"#ffffff\",\n \"content-on-secondary-hover\": \"#ffffff\",\n \"content-on-secondary-pressed\": \"#ffffff\",\n \"content-on-secondary-disabled\": \"#ffffff\",\n \"content-disabled\": \"#c1c1c1\",\n \"content-interactive-default-default\": \"#000000\",\n \"content-interactive-default-hover\": \"#272727\",\n \"content-interactive-default-pressed\": \"#4d4d4d\",\n \"content-interactive-inverted-default\": \"#ffffff\",\n \"content-interactive-inverted-hover\": \"#fbfbfb\",\n \"content-interactive-inverted-pressed\": \"#f4f4f4\",\n \"content-subdued-default-default\": \"#6a6a6a\",\n \"content-subdued-inverted-default\": \"#d5d5d5\",\n \"content-_native-default\": \"#007aff\",\n \"content-light-default-default\": \"#e8e8e8\",\n \"content-light-inverted-default\": \"#6a6a6a\",\n \"border-default-default\": \"#000000\",\n \"border-default-inverted-default\": \"#ffffff\",\n \"border-default-inverted-disabled\": \"#272727\",\n \"border-constant-white\": \"#ffffff\",\n \"border-constant-black\": \"#000000\",\n \"border-status-error-default\": \"#c24244\",\n \"border-status-error-hover\": \"#a43234\",\n \"border-status-error-pressed\": \"#852e2f\",\n \"border-status-warning-default\": \"#d38b20\",\n \"border-status-success-default\": \"#47883a\",\n \"border-on-primary-default\": \"#ffffff99\",\n \"border-on-primary-disabled\": \"#ffffff99\",\n \"border-on-secondary-default\": \"#ffffff\",\n \"border-on-secondary-disabled\": \"#ffffff\",\n \"border-disabled-default\": \"#e8e8e8\",\n \"border-disabled-inverted\": \"#272727\",\n \"border-light-default\": \"#e8e8e8\",\n \"border-subdued-default-default\": \"#c1c1c1\",\n \"border-subdued-default-hover\": \"#767676\",\n \"border-subdued-inverted-default\": \"#4d4d4d\",\n \"border-interactive-default\": \"#000000\",\n \"border-interactive-hover\": \"#272727\",\n \"border-interactive-pressed\": \"#4d4d4d\",\n \"border-focus-default\": \"#7e4ea5\",\n \"border-active-default\": \"#d4a0ff\",\n \"border-active-hover\": \"#b380dd\",\n \"border-active-pressed\": \"#7e4ea5\",\n \"crypto-bitcoin-sv\": \"#eab300\",\n \"crypto-bitcoin-gold\": \"#152569\",\n \"crypto-zcash\": \"#f4b728\",\n \"crypto-yieldly\": \"#f3b732\",\n \"crypto-uni\": \"#f04086\",\n \"crypto-uniswap\": \"#ff007a\",\n \"crypto-bitcoin-cash\": \"#0ac18e\",\n \"crypto-tezos\": \"#2c7df7\",\n \"crypto-sol\": \"#9945ff\",\n \"crypto-xrp\": \"#333333\",\n \"crypto-tron\": \"#ff060a\",\n \"crypto-sats\": \"#ff8b00\",\n \"crypto-polkadot\": \"#e6007a\",\n \"crypto-bitcoin\": \"#f7931a\",\n \"crypto-compound\": \"#00d395\",\n \"crypto-peercoin\": \"#3cb054\",\n \"crypto-omg-network\": \"#000000\",\n \"crypto-near\": \"#1c1d1f\",\n \"crypto-stellar\": \"#000000\",\n \"crypto-nano\": \"#5d8eb2\",\n \"crypto-nimiq\": \"#f8b425\",\n \"crypto-multiverse-x\": \"#23f7dd\",\n \"crypto-ethereum\": \"#454a75\",\n \"crypto-okb\": \"#2d60e0\",\n \"crypto-tether-usdt\": \"#00a478\",\n \"crypto-avax\": \"#e84142\",\n \"crypto-bgb\": \"#00e0ff\",\n \"crypto-usdc\": \"#f04086\",\n \"crypto-monero\": \"#f26822\",\n \"crypto-tkx\": \"#fd6a1f\",\n \"crypto-huobi\": \"#357ce1\",\n \"crypto-pivx\": \"#5c4c7c\",\n \"crypto-cardano\": \"#0033ad\",\n \"crypto-dydx\": \"#6966ff\",\n \"crypto-cro\": \"#002d74\",\n \"crypto-hnt\": \"#474dff\",\n \"crypto-hedera\": \"#000000\",\n \"crypto-ftm\": \"#1969ff\",\n \"crypto-flr\": \"#e62058\",\n \"crypto-bat\": \"#ff5000\",\n \"crypto-ethereum-classic\": \"#0b8311\",\n \"crypto-bincance\": \"#f5bc00\",\n \"crypto-ethergem\": \"#4a4ab6\",\n \"crypto-iota\": \"#000000\",\n \"crypto-chainlink\": \"#2a5ada\",\n \"crypto-dym\": \"#f1e1d4\",\n \"crypto-eos\": \"#000000\",\n \"crypto-waves\": \"#0055ff\",\n \"crypto-polygon\": \"#8247e5\",\n \"crypto-celo\": \"#fcff52\",\n \"crypto-dogecoin\": \"#c3a634\",\n \"crypto-algorand\": \"#00a478\",\n \"crypto-cosmos\": \"#2e3148\",\n \"crypto-digibyte\": \"#0066cc\",\n \"crypto-pirl\": \"#357ce1\",\n \"crypto-eng\": \"#2f2f2f\",\n \"crypto-decred\": \"#2970ff\",\n \"crypto-dash\": \"#008ce7\",\n \"crypto-xin\": \"#1eb5fa\",\n \"crypto-tusd\": \"#1a5aff\",\n \"crypto-litecoin\": \"#345d9d\",\n \"crypto-komodo\": \"#41ead4\",\n \"crypto-elrond\": \"#000000\",\n \"crypto-osmo\": \"#302dbb\",\n \"crypto-leo\": \"#000000\",\n \"crypto-bytecoin\": \"#f04086\",\n \"crypto-aion\": \"#212529\",\n \"crypto-dai\": \"#f5ac37\",\n \"crypto-neo\": \"#7dd224\",\n};\n\nexport const dark: ModeColors = {\n \"background-default\": \"#000000\",\n \"background-constant-black\": \"#000000\",\n \"background-constant-white\": \"#ffffff\",\n \"background-backdrop-default\": \"#0000004d\",\n \"background-inverted\": \"#ffffff\",\n \"background-drawer-default\": \"#191919\",\n \"surface-brand-primary-default\": \"#d4a0ff\",\n \"surface-brand-primary-hover\": \"#ddb3ff\",\n \"surface-brand-primary-pressed\": \"#e5c6ff\",\n \"surface-default-default\": \"#000000\",\n \"surface-default-hover\": \"#191919\",\n \"surface-default-pressed\": \"#272727\",\n \"surface-default-inverted-default\": \"#ffffff\",\n \"surface-default-inverted-hover\": \"#e1e1e1\",\n \"surface-default-inverted-pressed\": \"#c3c3c3\",\n \"surface-constant-white\": \"#ffffff\",\n \"surface-constant-black\": \"#000000\",\n \"surface-status-error-default\": \"#f872741a\",\n \"surface-status-error-strong-default\": \"#f87274\",\n \"surface-status-error-strong-hover\": \"#fec8c9\",\n \"surface-status-error-strong-pressed\": \"#fee1e2\",\n \"surface-status-warning-default\": \"#ffbd421a\",\n \"surface-status-warning-strong-default\": \"#ffbd42\",\n \"surface-status-warning-strong-hover\": \"#ffe7ac\",\n \"surface-status-warning-strong-pressed\": \"#fff3d5\",\n \"surface-status-success-default\": \"#6ec85c1a\",\n \"surface-status-success-strong-default\": \"#6ec85c\",\n \"surface-status-success-strong-hover\": \"#cbeec4\",\n \"surface-status-success-strong-pressed\": \"#e6f7e1\",\n \"surface-transparent-default\": \"#ffffff00\",\n \"surface-transparent-hover\": \"#ffffff1a\",\n \"surface-transparent-pressed\": \"#ffffff33\",\n \"surface-transparent-inverted-default\": \"#00000000\",\n \"surface-transparent-inverted-hover\": \"#0000001a\",\n \"surface-transparent-inverted-pressed\": \"#00000033\",\n \"surface-transparent-subdued-default\": \"#ffffff1a\",\n \"surface-transparent-subdued-inverted-default\": \"#0000000d\",\n \"surface-transparent-subdued-inverted-hover\": \"#0000001a\",\n \"surface-transparent-subdued-inverted-pressed\": \"#00000033\",\n \"surface-transparent-subdued-inverted-disabled\": \"#0000000d\",\n \"surface-transparent-subdued-hover\": \"#ffffff33\",\n \"surface-transparent-subdued-pressed\": \"#ffffff4d\",\n \"surface-transparent-subdued-disabled\": \"#ffffff1a\",\n \"surface-subdued-default\": \"#272727\",\n \"surface-subdued-hover\": \"#3c3c3c\",\n \"surface-subdued-pressed\": \"#565656\",\n \"surface-disabled\": \"#272727\",\n \"surface-interactive-default\": \"#000000\",\n \"surface-interactive-hover\": \"#191919\",\n \"surface-interactive-pressed\": \"#272727\",\n \"surface-interactive-selected-default\": \"#c3c3c3\",\n \"surface-interactive-selected-hover\": \"#e1e1e1\",\n \"surface-interactive-selected-pressed\": \"#ffffff\",\n \"surface-_native-default\": \"#c3c3c3\",\n \"surface-dark-default\": \"#717070\",\n \"surface-dark-hover\": \"#848484\",\n \"surface-dark-pressed\": \"#9c9c9c\",\n \"surface-active-default\": \"#d4a0ff\",\n \"surface-active-hover\": \"#ddb3ff\",\n \"surface-active-pressed\": \"#e5c6ff\",\n \"content-default-default\": \"#ffffff\",\n \"content-default-inverted-default\": \"#000000\",\n \"content-constant-white\": \"#ffffff\",\n \"content-constant-black\": \"#000000\",\n \"content-constant-grey\": \"#e1e1e1\",\n \"content-status-error-default\": \"#f87274\",\n \"content-status-error-hover\": \"#fca6a7\",\n \"content-status-error-pressed\": \"#fec8c9\",\n \"content-status-warning-default\": \"#ffd373\",\n \"content-status-success-color\": \"#6ec85c\",\n \"content-on-primary-default\": \"#000000\",\n \"content-on-primary-hover\": \"#000000cc\",\n \"content-on-primary-pressed\": \"#000000b3\",\n \"content-on-primary-disabled\": \"#00000099\",\n \"content-on-secondary-default\": \"#ffffff\",\n \"content-on-secondary-hover\": \"#ffffff\",\n \"content-on-secondary-pressed\": \"#ffffff\",\n \"content-on-secondary-disabled\": \"#ffffff\",\n \"content-disabled\": \"#565656\",\n \"content-interactive-default-default\": \"#ffffff\",\n \"content-interactive-default-hover\": \"#e1e1e1\",\n \"content-interactive-default-pressed\": \"#c3c3c3\",\n \"content-interactive-inverted-default\": \"#000000\",\n \"content-interactive-inverted-hover\": \"#191919\",\n \"content-interactive-inverted-pressed\": \"#272727\",\n \"content-subdued-default-default\": \"#9c9c9c\",\n \"content-subdued-inverted-default\": \"#565656\",\n \"content-_native-default\": \"#007aff\",\n \"content-light-default-default\": \"#3c3c3c\",\n \"content-light-inverted-default\": \"#9c9c9c\",\n \"border-default-default\": \"#ffffff\",\n \"border-default-inverted-default\": \"#000000\",\n \"border-default-inverted-disabled\": \"#9c9c9c\",\n \"border-constant-white\": \"#ffffff\",\n \"border-constant-black\": \"#000000\",\n \"border-status-error-default\": \"#f87274\",\n \"border-status-error-hover\": \"#fca6a7\",\n \"border-status-error-pressed\": \"#fec8c9\",\n \"border-status-warning-default\": \"#ffbd42\",\n \"border-status-success-default\": \"#6ec85c\",\n \"border-on-primary-default\": \"#00000099\",\n \"border-on-primary-disabled\": \"#00000099\",\n \"border-on-secondary-default\": \"#ffffff\",\n \"border-on-secondary-disabled\": \"#ffffff\",\n \"border-disabled-default\": \"#191919\",\n \"border-disabled-inverted\": \"#9c9c9c\",\n \"border-light-default\": \"#3c3c3c\",\n \"border-subdued-default-default\": \"#717070\",\n \"border-subdued-default-hover\": \"#848484\",\n \"border-subdued-inverted-default\": \"#c3c3c3\",\n \"border-interactive-default\": \"#ffffff\",\n \"border-interactive-hover\": \"#e1e1e1\",\n \"border-interactive-pressed\": \"#c3c3c3\",\n \"border-focus-default\": \"#f2e2ff\",\n \"border-active-default\": \"#d4a0ff\",\n \"border-active-hover\": \"#ddb3ff\",\n \"border-active-pressed\": \"#e5c6ff\",\n \"crypto-bitcoin-sv\": \"#eab300\",\n \"crypto-bitcoin-gold\": \"#152569\",\n \"crypto-zcash\": \"#f4b728\",\n \"crypto-yieldly\": \"#f3b732\",\n \"crypto-uni\": \"#f04086\",\n \"crypto-uniswap\": \"#ff007a\",\n \"crypto-bitcoin-cash\": \"#0ac18e\",\n \"crypto-tezos\": \"#2c7df7\",\n \"crypto-sol\": \"#9945ff\",\n \"crypto-xrp\": \"#333333\",\n \"crypto-tron\": \"#ff060a\",\n \"crypto-sats\": \"#ff8b00\",\n \"crypto-polkadot\": \"#e6007a\",\n \"crypto-bitcoin\": \"#f7931a\",\n \"crypto-compound\": \"#00d395\",\n \"crypto-peercoin\": \"#3cb054\",\n \"crypto-omg-network\": \"#000000\",\n \"crypto-near\": \"#1c1d1f\",\n \"crypto-stellar\": \"#000000\",\n \"crypto-nano\": \"#5d8eb2\",\n \"crypto-nimiq\": \"#f8b425\",\n \"crypto-multiverse-x\": \"#23f7dd\",\n \"crypto-ethereum\": \"#454a75\",\n \"crypto-okb\": \"#2d60e0\",\n \"crypto-tether-usdt\": \"#00a478\",\n \"crypto-avax\": \"#e84142\",\n \"crypto-bgb\": \"#00e0ff\",\n \"crypto-usdc\": \"#f04086\",\n \"crypto-monero\": \"#f26822\",\n \"crypto-tkx\": \"#fd6a1f\",\n \"crypto-huobi\": \"#357ce1\",\n \"crypto-pivx\": \"#5c4c7c\",\n \"crypto-cardano\": \"#0033ad\",\n \"crypto-dydx\": \"#6966ff\",\n \"crypto-cro\": \"#002d74\",\n \"crypto-hnt\": \"#474dff\",\n \"crypto-hedera\": \"#000000\",\n \"crypto-ftm\": \"#1969ff\",\n \"crypto-flr\": \"#e62058\",\n \"crypto-bat\": \"#ff5000\",\n \"crypto-ethereum-classic\": \"#0b8311\",\n \"crypto-bincance\": \"#f5bc00\",\n \"crypto-ethergem\": \"#4a4ab6\",\n \"crypto-iota\": \"#000000\",\n \"crypto-chainlink\": \"#2a5ada\",\n \"crypto-dym\": \"#f1e1d4\",\n \"crypto-eos\": \"#000000\",\n \"crypto-waves\": \"#0055ff\",\n \"crypto-polygon\": \"#8247e5\",\n \"crypto-celo\": \"#fcff52\",\n \"crypto-dogecoin\": \"#c3a634\",\n \"crypto-algorand\": \"#00a478\",\n \"crypto-cosmos\": \"#2e3148\",\n \"crypto-digibyte\": \"#0066cc\",\n \"crypto-pirl\": \"#357ce1\",\n \"crypto-eng\": \"#2f2f2f\",\n \"crypto-decred\": \"#2970ff\",\n \"crypto-dash\": \"#008ce7\",\n \"crypto-xin\": \"#1eb5fa\",\n \"crypto-tusd\": \"#1a5aff\",\n \"crypto-litecoin\": \"#345d9d\",\n \"crypto-komodo\": \"#41ead4\",\n \"crypto-elrond\": \"#000000\",\n \"crypto-osmo\": \"#302dbb\",\n \"crypto-leo\": \"#000000\",\n \"crypto-bytecoin\": \"#f04086\",\n \"crypto-aion\": \"#212529\",\n \"crypto-dai\": \"#f5ac37\",\n \"crypto-neo\": \"#7dd224\",\n};\n\nexport const tailwindColors = {\n \"background-default\": \"var(--background-default)\",\n \"background-constant-black\": \"var(--background-constant-black)\",\n \"background-constant-white\": \"var(--background-constant-white)\",\n \"background-backdrop-default\": \"var(--background-backdrop-default)\",\n \"background-inverted\": \"var(--background-inverted)\",\n \"background-drawer-default\": \"var(--background-drawer-default)\",\n \"surface-brand-primary-default\": \"var(--surface-brand-primary-default)\",\n \"surface-brand-primary-hover\": \"var(--surface-brand-primary-hover)\",\n \"surface-brand-primary-pressed\": \"var(--surface-brand-primary-pressed)\",\n \"surface-default-default\": \"var(--surface-default-default)\",\n \"surface-default-hover\": \"var(--surface-default-hover)\",\n \"surface-default-pressed\": \"var(--surface-default-pressed)\",\n \"surface-default-inverted-default\": \"var(--surface-default-inverted-default)\",\n \"surface-default-inverted-hover\": \"var(--surface-default-inverted-hover)\",\n \"surface-default-inverted-pressed\": \"var(--surface-default-inverted-pressed)\",\n \"surface-constant-white\": \"var(--surface-constant-white)\",\n \"surface-constant-black\": \"var(--surface-constant-black)\",\n \"surface-status-error-default\": \"var(--surface-status-error-default)\",\n \"surface-status-error-strong-default\": \"var(--surface-status-error-strong-default)\",\n \"surface-status-error-strong-hover\": \"var(--surface-status-error-strong-hover)\",\n \"surface-status-error-strong-pressed\": \"var(--surface-status-error-strong-pressed)\",\n \"surface-status-warning-default\": \"var(--surface-status-warning-default)\",\n \"surface-status-warning-strong-default\": \"var(--surface-status-warning-strong-default)\",\n \"surface-status-warning-strong-hover\": \"var(--surface-status-warning-strong-hover)\",\n \"surface-status-warning-strong-pressed\": \"var(--surface-status-warning-strong-pressed)\",\n \"surface-status-success-default\": \"var(--surface-status-success-default)\",\n \"surface-status-success-strong-default\": \"var(--surface-status-success-strong-default)\",\n \"surface-status-success-strong-hover\": \"var(--surface-status-success-strong-hover)\",\n \"surface-status-success-strong-pressed\": \"var(--surface-status-success-strong-pressed)\",\n \"surface-transparent-default\": \"var(--surface-transparent-default)\",\n \"surface-transparent-hover\": \"var(--surface-transparent-hover)\",\n \"surface-transparent-pressed\": \"var(--surface-transparent-pressed)\",\n \"surface-transparent-inverted-default\": \"var(--surface-transparent-inverted-default)\",\n \"surface-transparent-inverted-hover\": \"var(--surface-transparent-inverted-hover)\",\n \"surface-transparent-inverted-pressed\": \"var(--surface-transparent-inverted-pressed)\",\n \"surface-transparent-subdued-default\": \"var(--surface-transparent-subdued-default)\",\n \"surface-transparent-subdued-inverted-default\":\n \"var(--surface-transparent-subdued-inverted-default)\",\n \"surface-transparent-subdued-inverted-hover\": \"var(--surface-transparent-subdued-inverted-hover)\",\n \"surface-transparent-subdued-inverted-pressed\":\n \"var(--surface-transparent-subdued-inverted-pressed)\",\n \"surface-transparent-subdued-inverted-disabled\":\n \"var(--surface-transparent-subdued-inverted-disabled)\",\n \"surface-transparent-subdued-hover\": \"var(--surface-transparent-subdued-hover)\",\n \"surface-transparent-subdued-pressed\": \"var(--surface-transparent-subdued-pressed)\",\n \"surface-transparent-subdued-disabled\": \"var(--surface-transparent-subdued-disabled)\",\n \"surface-subdued-default\": \"var(--surface-subdued-default)\",\n \"surface-subdued-hover\": \"var(--surface-subdued-hover)\",\n \"surface-subdued-pressed\": \"var(--surface-subdued-pressed)\",\n \"surface-disabled\": \"var(--surface-disabled)\",\n \"surface-interactive-default\": \"var(--surface-interactive-default)\",\n \"surface-interactive-hover\": \"var(--surface-interactive-hover)\",\n \"surface-interactive-pressed\": \"var(--surface-interactive-pressed)\",\n \"surface-interactive-selected-default\": \"var(--surface-interactive-selected-default)\",\n \"surface-interactive-selected-hover\": \"var(--surface-interactive-selected-hover)\",\n \"surface-interactive-selected-pressed\": \"var(--surface-interactive-selected-pressed)\",\n \"surface-_native-default\": \"var(--surface-_native-default)\",\n \"surface-dark-default\": \"var(--surface-dark-default)\",\n \"surface-dark-hover\": \"var(--surface-dark-hover)\",\n \"surface-dark-pressed\": \"var(--surface-dark-pressed)\",\n \"surface-active-default\": \"var(--surface-active-default)\",\n \"surface-active-hover\": \"var(--surface-active-hover)\",\n \"surface-active-pressed\": \"var(--surface-active-pressed)\",\n \"content-default-default\": \"var(--content-default-default)\",\n \"content-default-inverted-default\": \"var(--content-default-inverted-default)\",\n \"content-constant-white\": \"var(--content-constant-white)\",\n \"content-constant-black\": \"var(--content-constant-black)\",\n \"content-constant-grey\": \"var(--content-constant-grey)\",\n \"content-status-error-default\": \"var(--content-status-error-default)\",\n \"content-status-error-hover\": \"var(--content-status-error-hover)\",\n \"content-status-error-pressed\": \"var(--content-status-error-pressed)\",\n \"content-status-warning-default\": \"var(--content-status-warning-default)\",\n \"content-status-success-color\": \"var(--content-status-success-color)\",\n \"content-on-primary-default\": \"var(--content-on-primary-default)\",\n \"content-on-primary-hover\": \"var(--content-on-primary-hover)\",\n \"content-on-primary-pressed\": \"var(--content-on-primary-pressed)\",\n \"content-on-primary-disabled\": \"var(--content-on-primary-disabled)\",\n \"content-on-secondary-default\": \"var(--content-on-secondary-default)\",\n \"content-on-secondary-hover\": \"var(--content-on-secondary-hover)\",\n \"content-on-secondary-pressed\": \"var(--content-on-secondary-pressed)\",\n \"content-on-secondary-disabled\": \"var(--content-on-secondary-disabled)\",\n \"content-disabled\": \"var(--content-disabled)\",\n \"content-interactive-default-default\": \"var(--content-interactive-default-default)\",\n \"content-interactive-default-hover\": \"var(--content-interactive-default-hover)\",\n \"content-interactive-default-pressed\": \"var(--content-interactive-default-pressed)\",\n \"content-interactive-inverted-default\": \"var(--content-interactive-inverted-default)\",\n \"content-interactive-inverted-hover\": \"var(--content-interactive-inverted-hover)\",\n \"content-interactive-inverted-pressed\": \"var(--content-interactive-inverted-pressed)\",\n \"content-subdued-default-default\": \"var(--content-subdued-default-default)\",\n \"content-subdued-inverted-default\": \"var(--content-subdued-inverted-default)\",\n \"content-_native-default\": \"var(--content-_native-default)\",\n \"content-light-default-default\": \"var(--content-light-default-default)\",\n \"content-light-inverted-default\": \"var(--content-light-inverted-default)\",\n \"border-default-default\": \"var(--border-default-default)\",\n \"border-default-inverted-default\": \"var(--border-default-inverted-default)\",\n \"border-default-inverted-disabled\": \"var(--border-default-inverted-disabled)\",\n \"border-constant-white\": \"var(--border-constant-white)\",\n \"border-constant-black\": \"var(--border-constant-black)\",\n \"border-status-error-default\": \"var(--border-status-error-default)\",\n \"border-status-error-hover\": \"var(--border-status-error-hover)\",\n \"border-status-error-pressed\": \"var(--border-status-error-pressed)\",\n \"border-status-warning-default\": \"var(--border-status-warning-default)\",\n \"border-status-success-default\": \"var(--border-status-success-default)\",\n \"border-on-primary-default\": \"var(--border-on-primary-default)\",\n \"border-on-primary-disabled\": \"var(--border-on-primary-disabled)\",\n \"border-on-secondary-default\": \"var(--border-on-secondary-default)\",\n \"border-on-secondary-disabled\": \"var(--border-on-secondary-disabled)\",\n \"border-disabled-default\": \"var(--border-disabled-default)\",\n \"border-disabled-inverted\": \"var(--border-disabled-inverted)\",\n \"border-light-default\": \"var(--border-light-default)\",\n \"border-subdued-default-default\": \"var(--border-subdued-default-default)\",\n \"border-subdued-default-hover\": \"var(--border-subdued-default-hover)\",\n \"border-subdued-inverted-default\": \"var(--border-subdued-inverted-default)\",\n \"border-interactive-default\": \"var(--border-interactive-default)\",\n \"border-interactive-hover\": \"var(--border-interactive-hover)\",\n \"border-interactive-pressed\": \"var(--border-interactive-pressed)\",\n \"border-focus-default\": \"var(--border-focus-default)\",\n \"border-active-default\": \"var(--border-active-default)\",\n \"border-active-hover\": \"var(--border-active-hover)\",\n \"border-active-pressed\": \"var(--border-active-pressed)\",\n \"crypto-bitcoin-sv\": \"var(--crypto-bitcoin-sv)\",\n \"crypto-bitcoin-gold\": \"var(--crypto-bitcoin-gold)\",\n \"crypto-zcash\": \"var(--crypto-zcash)\",\n \"crypto-yieldly\": \"var(--crypto-yieldly)\",\n \"crypto-uni\": \"var(--crypto-uni)\",\n \"crypto-uniswap\": \"var(--crypto-uniswap)\",\n \"crypto-bitcoin-cash\": \"var(--crypto-bitcoin-cash)\",\n \"crypto-tezos\": \"var(--crypto-tezos)\",\n \"crypto-sol\": \"var(--crypto-sol)\",\n \"crypto-xrp\": \"var(--crypto-xrp)\",\n \"crypto-tron\": \"var(--crypto-tron)\",\n \"crypto-sats\": \"var(--crypto-sats)\",\n \"crypto-polkadot\": \"var(--crypto-polkadot)\",\n \"crypto-bitcoin\": \"var(--crypto-bitcoin)\",\n \"crypto-compound\": \"var(--crypto-compound)\",\n \"crypto-peercoin\": \"var(--crypto-peercoin)\",\n \"crypto-omg-network\": \"var(--crypto-omg-network)\",\n \"crypto-near\": \"var(--crypto-near)\",\n \"crypto-stellar\": \"var(--crypto-stellar)\",\n \"crypto-nano\": \"var(--crypto-nano)\",\n \"crypto-nimiq\": \"var(--crypto-nimiq)\",\n \"crypto-multiverse-x\": \"var(--crypto-multiverse-x)\",\n \"crypto-ethereum\": \"var(--crypto-ethereum)\",\n \"crypto-okb\": \"var(--crypto-okb)\",\n \"crypto-tether-usdt\": \"var(--crypto-tether-usdt)\",\n \"crypto-avax\": \"var(--crypto-avax)\",\n \"crypto-bgb\": \"var(--crypto-bgb)\",\n \"crypto-usdc\": \"var(--crypto-usdc)\",\n \"crypto-monero\": \"var(--crypto-monero)\",\n \"crypto-tkx\": \"var(--crypto-tkx)\",\n \"crypto-huobi\": \"var(--crypto-huobi)\",\n \"crypto-pivx\": \"var(--crypto-pivx)\",\n \"crypto-cardano\": \"var(--crypto-cardano)\",\n \"crypto-dydx\": \"var(--crypto-dydx)\",\n \"crypto-cro\": \"var(--crypto-cro)\",\n \"crypto-hnt\": \"var(--crypto-hnt)\",\n \"crypto-hedera\": \"var(--crypto-hedera)\",\n \"crypto-ftm\": \"var(--crypto-ftm)\",\n \"crypto-flr\": \"var(--crypto-flr)\",\n \"crypto-bat\": \"var(--crypto-bat)\",\n \"crypto-ethereum-classic\": \"var(--crypto-ethereum-classic)\",\n \"crypto-bincance\": \"var(--crypto-bincance)\",\n \"crypto-ethergem\": \"var(--crypto-ethergem)\",\n \"crypto-iota\": \"var(--crypto-iota)\",\n \"crypto-chainlink\": \"var(--crypto-chainlink)\",\n \"crypto-dym\": \"var(--crypto-dym)\",\n \"crypto-eos\": \"var(--crypto-eos)\",\n \"crypto-waves\": \"var(--crypto-waves)\",\n \"crypto-polygon\": \"var(--crypto-polygon)\",\n \"crypto-celo\": \"var(--crypto-celo)\",\n \"crypto-dogecoin\": \"var(--crypto-dogecoin)\",\n \"crypto-algorand\": \"var(--crypto-algorand)\",\n \"crypto-cosmos\": \"var(--crypto-cosmos)\",\n \"crypto-digibyte\": \"var(--crypto-digibyte)\",\n \"crypto-pirl\": \"var(--crypto-pirl)\",\n \"crypto-eng\": \"var(--crypto-eng)\",\n \"crypto-decred\": \"var(--crypto-decred)\",\n \"crypto-dash\": \"var(--crypto-dash)\",\n \"crypto-xin\": \"var(--crypto-xin)\",\n \"crypto-tusd\": \"var(--crypto-tusd)\",\n \"crypto-litecoin\": \"var(--crypto-litecoin)\",\n \"crypto-komodo\": \"var(--crypto-komodo)\",\n \"crypto-elrond\": \"var(--crypto-elrond)\",\n \"crypto-osmo\": \"var(--crypto-osmo)\",\n \"crypto-leo\": \"var(--crypto-leo)\",\n \"crypto-bytecoin\": \"var(--crypto-bytecoin)\",\n \"crypto-aion\": \"var(--crypto-aion)\",\n \"crypto-dai\": \"var(--crypto-dai)\",\n \"crypto-neo\": \"var(--crypto-neo)\",\n} as const;\n\nexport const primitiveColors = {\n \"light-constant-400\": \"#d5d5d5\",\n \"light-constant-950\": \"#000000\",\n \"light-constant-050\": \"#ffffff\",\n \"light-green-100\": \"#e6f7e1\",\n \"light-green-200\": \"#cbeec4\",\n \"light-green-300\": \"#a2e095\",\n \"light-green-400\": \"#6ec85c\",\n \"light-green-500\": \"#5ba34d\",\n \"light-green-600\": \"#47883a\",\n \"light-green-700\": \"#3b6c32\",\n \"light-green-800\": \"#33572e\",\n \"light-green-900\": \"#2c4828\",\n \"light-green-950\": \"#142b12\",\n \"light-green-050\": \"#f4fbf2\",\n \"light-green-600---0%\": \"#47883a00\",\n \"light-green-400---0%\": \"#6ec85c00\",\n \"light-green-color\": \"#ffffff\",\n \"light-green-600---10%\": \"#47883a1a\",\n \"light-green-400---10%\": \"#6ec85c1a\",\n \"light-yellow-100\": \"#fff3d5\",\n \"light-yellow-200\": \"#ffe7ac\",\n \"light-yellow-300\": \"#ffd373\",\n \"light-yellow-400\": \"#ffbd42\",\n \"light-yellow-500\": \"#efa22f\",\n \"light-yellow-600\": \"#d38b20\",\n \"light-yellow-700\": \"#ae731a\",\n \"light-yellow-800\": \"#885a14\",\n \"light-yellow-900\": \"#63420f\",\n \"light-yellow-950\": \"#3e2909\",\n \"light-yellow-050\": \"#fff8e6\",\n \"light-yellow-600---0%\": \"#d38b2000\",\n \"light-yellow-600---10%\": \"#d38b201a\",\n \"light-yellow-400---0%\": \"#ffbd4200\",\n \"light-yellow-400---10%\": \"#ffbd421a\",\n \"light-red-100\": \"#fee1e2\",\n \"light-red-200\": \"#fec8c9\",\n \"light-red-300\": \"#fca6a7\",\n \"light-red-400\": \"#f87274\",\n \"light-red-500\": \"#f04f52\",\n \"light-red-600\": \"#c24244\",\n \"light-red-700\": \"#a43234\",\n \"light-red-800\": \"#852e2f\",\n \"light-red-900\": \"#702e2f\",\n \"light-red-950\": \"#3b1212\",\n \"light-red-050\": \"#fef1f1\",\n \"light-red-400---0%\": \"#f8727400\",\n \"light-red-600---0%\": \"#c2424400\",\n \"light-red-600---10%\": \"#c242441a\",\n \"light-red-400---10%\": \"#f872741a\",\n \"light-grey-100\": \"#fbfbfb\",\n \"light-grey-200\": \"#f4f4f4\",\n \"light-grey-300\": \"#e8e8e8\",\n \"light-grey-400\": \"#d5d5d5\",\n \"light-grey-500\": \"#c1c1c1\",\n \"light-grey-600\": \"#767676\",\n \"light-grey-700\": \"#6a6a6a\",\n \"light-grey-800\": \"#4d4d4d\",\n \"light-grey-900\": \"#272727\",\n \"light-grey-950\": \"#000000\",\n \"light-grey-950---30-%\": \"#0000004d\",\n \"light-grey-050\": \"#ffffff\",\n \"light-grey-050---90%\": \"#ffffffe6\",\n \"light-grey-050---80%\": \"#ffffffcc\",\n \"light-grey-050---70%\": \"#ffffffb3\",\n \"light-grey-050---60%\": \"#ffffff99\",\n \"light-grey-050---50%\": \"#ffffff80\",\n \"light-grey-050---40%\": \"#ffffff66\",\n \"light-grey-050--30%\": \"#ffffff4d\",\n \"light-grey-050---20%\": \"#ffffff33\",\n \"light-grey-050---10-%\": \"#ffffff1a\",\n \"light-grey-950---10%\": \"#0000001a\",\n \"light-grey-950---20%\": \"#00000033\",\n \"light-grey-950---40%\": \"#00000066\",\n \"light-grey-950---50%\": \"#00000080\",\n \"light-grey-950---60%\": \"#00000099\",\n \"light-grey-950---70%\": \"#000000b3\",\n \"light-grey-950---80%\": \"#000000cc\",\n \"light-grey-950---90%\": \"#000000e6\",\n \"light-grey-950---0%\": \"#00000000\",\n \"light-grey-050---0%\": \"#ffffff00\",\n \"light-grey-950----30%\": \"#0000004d\",\n \"light-grey-050---30%\": \"#ffffff4d\",\n \"light-grey-050---5%\": \"#ffffff0d\",\n \"light-grey-950---5%\": \"#0000000d\",\n \"light-grey-950---2%\": \"#00000005\",\n \"light-grey-050---2%\": \"#ffffff05\",\n \"light-orange-100\": \"#ffddcc\",\n \"light-orange-200\": \"#ffc2a4\",\n \"light-orange-300\": \"#ffa97f\",\n \"light-orange-400\": \"#ff8c55\",\n \"light-orange-500\": \"#ff702a\",\n \"light-orange-600\": \"#ff5300\",\n \"light-orange-700\": \"#d64400\",\n \"light-orange-800\": \"#b23a00\",\n \"light-orange-900\": \"#9e3300\",\n \"light-orange-950\": \"#662100\",\n \"light-orange-050\": \"#fef0e9\",\n \"light-crypto-colors-algorand\": \"#00a478\",\n \"light-crypto-colors-aion\": \"#212529\",\n \"light-crypto-colors-avax\": \"#e84142\",\n \"light-crypto-colors-bat\": \"#ff5000\",\n \"light-crypto-colors-bgb\": \"#00e0ff\",\n \"light-crypto-colors-bitcoin\": \"#f7931a\",\n \"light-crypto-colors-bitcoin-cash\": \"#0ac18e\",\n \"light-crypto-colors-bitcoin-gold\": \"#152569\",\n \"light-crypto-colors-bitcoin-sv\": \"#eab300\",\n \"light-crypto-colors-bincance\": \"#f5bc00\",\n \"light-crypto-colors-bytecoin\": \"#f04086\",\n \"light-crypto-colors-cardano\": \"#0033ad\",\n \"light-crypto-colors-cosmos\": \"#2e3148\",\n \"light-crypto-colors-compound\": \"#00d395\",\n \"light-crypto-colors-chainlink\": \"#2a5ada\",\n \"light-crypto-colors-dash\": \"#008ce7\",\n \"light-crypto-colors-dai\": \"#f5ac37\",\n \"light-crypto-colors-decred\": \"#2970ff\",\n \"light-crypto-colors-digibyte\": \"#0066cc\",\n \"light-crypto-colors-dogecoin\": \"#c3a634\",\n \"light-crypto-colors-dydx\": \"#6966ff\",\n \"light-crypto-colors-elrond\": \"#000000\",\n \"light-crypto-colors-eos\": \"#000000\",\n \"light-crypto-colors-ethergem\": \"#4a4ab6\",\n \"light-crypto-colors-ethereum\": \"#454a75\",\n \"light-crypto-colors-ethereum-classic\": \"#0b8311\",\n \"light-crypto-colors-huobi\": \"#357ce1\",\n \"light-crypto-colors-hnt\": \"#474dff\",\n \"light-crypto-colors-iota\": \"#000000\",\n \"light-crypto-colors-komodo\": \"#41ead4\",\n \"light-crypto-colors-leo\": \"#000000\",\n \"light-crypto-colors-litecoin\": \"#345d9d\",\n \"light-crypto-colors-monero\": \"#f26822\",\n \"light-crypto-colors-multiverse-x\": \"#23f7dd\",\n \"light-crypto-colors-nano\": \"#5d8eb2\",\n \"light-crypto-colors-near\": \"#1c1d1f\",\n \"light-crypto-colors-neo\": \"#7dd224\",\n \"light-crypto-colors-nimiq\": \"#f8b425\",\n \"light-crypto-colors-osmo\": \"#302dbb\",\n \"light-crypto-colors-okb\": \"#2d60e0\",\n \"light-crypto-colors-peercoin\": \"#3cb054\",\n \"light-crypto-colors-pirl\": \"#357ce1\",\n \"light-crypto-colors-pivx\": \"#5c4c7c\",\n \"light-crypto-colors-polkadot\": \"#e6007a\",\n \"light-crypto-colors-stellar\": \"#000000\",\n \"light-crypto-colors-tether-usdt\": \"#00a478\",\n \"light-crypto-colors-tezos\": \"#2c7df7\",\n \"light-crypto-colors-tkx\": \"#fd6a1f\",\n \"light-crypto-colors-tron\": \"#ff060a\",\n \"light-crypto-colors-tusd\": \"#1a5aff\",\n \"light-crypto-colors-usdc\": \"#f04086\",\n \"light-crypto-colors-uni\": \"#f04086\",\n \"light-crypto-colors-waves\": \"#0055ff\",\n \"light-crypto-colors-xrp\": \"#333333\",\n \"light-crypto-colors-zcash\": \"#f4b728\",\n \"light-crypto-colors-cro\": \"#002d74\",\n \"light-crypto-colors-eng\": \"#2f2f2f\",\n \"light-crypto-colors-hedera\": \"#000000\",\n \"light-crypto-colors-polygon\": \"#8247e5\",\n \"light-crypto-colors-sats\": \"#ff8b00\",\n \"light-crypto-colors-sol\": \"#9945ff\",\n \"light-crypto-colors-uniswap\": \"#ff007a\",\n \"light-crypto-colors-xin\": \"#1eb5fa\",\n \"light-crypto-colors-yieldly\": \"#f3b732\",\n \"light-crypto-colors-omg-network\": \"#000000\",\n \"light-crypto-colors-celo\": \"#fcff52\",\n \"light-crypto-colors-ftm\": \"#1969ff\",\n \"light-crypto-colors-dym\": \"#f1e1d4\",\n \"light-crypto-colors-flr\": \"#e62058\",\n \"light-discover-1inch\": \"#212529\",\n \"light-discover-changelly\": \"#10d078\",\n \"light-discover-compound\": \"#00d395\",\n \"light-discover-deversifi\": \"#6436ff\",\n \"light-discover-lido\": \"#47a1f8\",\n \"light-discover-opensea\": \"#2081e2\",\n \"light-discover-paraswap\": \"#266ef0\",\n \"light-discover-rarible\": \"#feda03\",\n \"light-discover-zerion\": \"#2962ef\",\n \"light-discover-bitrefill\": \"#449bf7\",\n \"light-discover-loopipay-blue\": \"#0050ff\",\n \"light-discover-loopipay-black\": \"#0e0d13\",\n \"light-discover-loopipay-lime\": \"#e1fb61\",\n \"light-discover-simplex\": \"#2ea836\",\n \"light-discover-baanx\": \"#003edd\",\n \"light-discover-mercuryo\": \"#212529\",\n \"light-discover-juno\": \"#4643ee\",\n \"light-discover-sardine\": \"#2d29d7\",\n \"light-purple-100\": \"#f6ecff\",\n \"light-purple-200\": \"#f2e2ff\",\n \"light-purple-300\": \"#eed9ff\",\n \"light-purple-400\": \"#e5c6ff\",\n \"light-purple-500\": \"#ddb3ff\",\n \"light-purple-600\": \"#d4a0ff\",\n \"light-purple-700\": \"#b380dd\",\n \"light-purple-800\": \"#7e4ea5\",\n \"light-purple-900\": \"#6a3794\",\n \"light-purple-950\": \"#3f2058\",\n \"light-purple-050\": \"#fbf5ff\",\n \"dark-constant-400\": \"#c3c3c3\",\n \"dark-constant-950\": \"#000000\",\n \"dark-constant-050\": \"#ffffff\",\n \"dark-green-100\": \"#2c4828\",\n \"dark-green-200\": \"#33572e\",\n \"dark-green-300\": \"#3b6c32\",\n \"dark-green-400\": \"#47883a\",\n \"dark-green-500\": \"#5ba34d\",\n \"dark-green-600\": \"#6ec85c\",\n \"dark-green-700\": \"#a2e095\",\n \"dark-green-800\": \"#cbeec4\",\n \"dark-green-900\": \"#e6f7e1\",\n \"dark-green-950\": \"#f4fbf2\",\n \"dark-green-050\": \"#142b12\",\n \"dark-green-600---0%\": \"#6ec85c00\",\n \"dark-green-600---10%\": \"#6ec85c1a\",\n \"dark-yellow-100\": \"#63420f\",\n \"dark-yellow-200\": \"#885a14\",\n \"dark-yellow-300\": \"#ae731a\",\n \"dark-yellow-400\": \"#d38b20\",\n \"dark-yellow-500\": \"#efa22f\",\n \"dark-yellow-600\": \"#ffbd42\",\n \"dark-yellow-700\": \"#ffd373\",\n \"dark-yellow-800\": \"#ffe7ac\",\n \"dark-yellow-900\": \"#fff3d5\",\n \"dark-yellow-950\": \"#fff8e6\",\n \"dark-yellow-050\": \"#3e2909\",\n \"dark-yellow-600---0%\": \"#ffbd4200\",\n \"dark-yellow-600---10%\": \"#ffbd421a\",\n \"dark-red-100\": \"#702e2f\",\n \"dark-red-200\": \"#852e2f\",\n \"dark-red-300\": \"#a43234\",\n \"dark-red-400\": \"#c24244\",\n \"dark-red-500\": \"#f04f52\",\n \"dark-red-600\": \"#f87274\",\n \"dark-red-700\": \"#fca6a7\",\n \"dark-red-800\": \"#fec8c9\",\n \"dark-red-900\": \"#fee1e2\",\n \"dark-red-1000\": \"#fef1f1\",\n \"dark-red-050\": \"#3b1212\",\n \"dark-red-600---0%\": \"#f8727400\",\n \"dark-red-600---10%\": \"#f872741a\",\n \"dark-grey-100\": \"#191919\",\n \"dark-grey-200\": \"#272727\",\n \"dark-grey-300\": \"#3c3c3c\",\n \"dark-grey-400\": \"#565656\",\n \"dark-grey-500\": \"#717070\",\n \"dark-grey-600\": \"#848484\",\n \"dark-grey-700\": \"#9c9c9c\",\n \"dark-grey-800\": \"#c3c3c3\",\n \"dark-grey-900\": \"#e1e1e1\",\n \"dark-grey-950\": \"#ffffff\",\n \"dark-grey-050---10%\": \"#0000001a\",\n \"dark-grey-050---20%\": \"#00000033\",\n \"dark-grey-050---30%\": \"#0000004d\",\n \"dark-grey-050---40%\": \"#00000066\",\n \"dark-grey-050---50%\": \"#00000080\",\n \"dark-grey-050---60%\": \"#00000099\",\n \"dark-grey-050---70%\": \"#000000b3\",\n \"dark-grey-050---80%\": \"#000000cc\",\n \"dark-grey-050---90%\": \"#000000e6\",\n \"dark-grey-950---10%\": \"#ffffff1a\",\n \"dark-grey-950---20%\": \"#ffffff33\",\n \"dark-grey-950---30%\": \"#ffffff4d\",\n \"dark-grey-950---40%\": \"#ffffff66\",\n \"dark-grey-950---50%\": \"#ffffff80\",\n \"dark-grey-950---60%\": \"#ffffff99\",\n \"dark-grey-950---70%\": \"#ffffffb3\",\n \"dark-grey-950---80%\": \"#ffffffcc\",\n \"dark-grey-950---90%\": \"#ffffffe6\",\n \"dark-grey-050\": \"#000000\",\n \"dark-grey-950---0%\": \"#ffffff00\",\n \"dark-grey-050---0%\": \"#00000000\",\n \"dark-grey-050---5%\": \"#0000000d\",\n \"dark-grey-950---5%\": \"#ffffff0d\",\n \"dark-grey-950---2%\": \"#ffffff05\",\n \"dark-orange-100\": \"#9e3300\",\n \"dark-orange-200\": \"#b23a00\",\n \"dark-orange-300\": \"#d64400\",\n \"dark-orange-400\": \"#ff5300\",\n \"dark-orange-500\": \"#ff702a\",\n \"dark-orange-600\": \"#ff8c55\",\n \"dark-orange-700\": \"#ffa97f\",\n \"dark-orange-800\": \"#ffc2a4\",\n \"dark-orange-900\": \"#ffddcc\",\n \"dark-orange-950\": \"#fef0e9\",\n \"dark-orange-050\": \"#662100\",\n \"dark-crypto-colors-aion\": \"#212529\",\n \"dark-crypto-colors-algorand\": \"#00a478\",\n \"dark-crypto-colors-bytecoin\": \"#f04086\",\n \"dark-crypto-colors-avax\": \"#e84142\",\n \"dark-crypto-colors-bat\": \"#ff5000\",\n \"dark-crypto-colors-bgb\": \"#00e0ff\",\n \"dark-crypto-colors-bitcoin\": \"#f7931a\",\n \"dark-crypto-colors-bitcoin-cash\": \"#0ac18e\",\n \"dark-crypto-colors-bitcoin-gold\": \"#152569\",\n \"dark-crypto-colors-bitcoin-sv\": \"#eab300\",\n \"dark-crypto-colors-bincance\": \"#f5bc00\",\n \"dark-crypto-colors-cardano\": \"#0033ad\",\n \"dark-crypto-colors-cosmos\": \"#2e3148\",\n \"dark-crypto-colors-compound\": \"#00d395\",\n \"dark-crypto-colors-celo\": \"#fcff52\",\n \"dark-crypto-colors-chainlink\": \"#2a5ada\",\n \"dark-crypto-colors-cro\": \"#002d74\",\n \"dark-crypto-colors-dash\": \"#008ce7\",\n \"dark-crypto-colors-dai\": \"#f5ac37\",\n \"dark-crypto-colors-decred\": \"#2970ff\",\n \"dark-crypto-colors-digibyte\": \"#0066cc\",\n \"dark-crypto-colors-dogecoin\": \"#c3a634\",\n \"dark-crypto-colors-dydx\": \"#6966ff\",\n \"dark-crypto-colors-dym\": \"#f1e1d4\",\n \"dark-crypto-colors-elrond\": \"#000000\",\n \"dark-crypto-colors-eng\": \"#2f2f2f\",\n \"dark-crypto-colors-eos\": \"#000000\",\n \"dark-crypto-colors-ethergem\": \"#4a4ab6\",\n \"dark-crypto-colors-ethereum\": \"#454a75\",\n \"dark-crypto-colors-ethereum-classic\": \"#0b8311\",\n \"dark-crypto-colors-flr\": \"#e62058\",\n \"dark-crypto-colors-ftm\": \"#1969ff\",\n \"dark-crypto-colors-hedera\": \"#000000\",\n \"dark-crypto-colors-hnt\": \"#474dff\",\n \"dark-crypto-colors-huobi\": \"#357ce1\",\n \"dark-crypto-colors-iota\": \"#000000\",\n \"dark-crypto-colors-komodo\": \"#41ead4\",\n \"dark-crypto-colors-leo\": \"#000000\",\n \"dark-crypto-colors-litecoin\": \"#345d9d\",\n \"dark-crypto-colors-monero\": \"#f26822\",\n \"dark-crypto-colors-multiverse-x\": \"#23f7dd\",\n \"dark-crypto-colors-nano\": \"#5d8eb2\",\n \"dark-crypto-colors-near\": \"#1c1d1f\",\n \"dark-crypto-colors-neo\": \"#7dd224\",\n \"dark-crypto-colors-nimiq\": \"#f8b425\",\n \"dark-crypto-colors-omg-network\": \"#000000\",\n \"dark-crypto-colors-okb\": \"#2d60e0\",\n \"dark-crypto-colors-osmo\": \"#302dbb\",\n \"dark-crypto-colors-peercoin\": \"#3cb054\",\n \"dark-crypto-colors-pirl\": \"#357ce1\",\n \"dark-crypto-colors-pivx\": \"#5c4c7c\",\n \"dark-crypto-colors-polkadot\": \"#e6007a\",\n \"dark-crypto-colors-polygon\": \"#8247e5\",\n \"dark-crypto-colors-sats\": \"#ff8b00\",\n \"dark-crypto-colors-stellar\": \"#000000\",\n \"dark-crypto-colors-sol\": \"#9945ff\",\n \"dark-crypto-colors-tether-usdt\": \"#00a478\",\n \"dark-crypto-colors-tezos\": \"#2c7df7\",\n \"dark-crypto-colors-tkx\": \"#fd6a1f\",\n \"dark-crypto-colors-tron\": \"#ff060a\",\n \"dark-crypto-colors-uniswap\": \"#ff007a\",\n \"dark-crypto-colors-tusd\": \"#1a5aff\",\n \"dark-crypto-colors-usdc\": \"#f04086\",\n \"dark-crypto-colors-uni\": \"#f04086\",\n \"dark-crypto-colors-waves\": \"#0055ff\",\n \"dark-crypto-colors-xrp\": \"#333333\",\n \"dark-crypto-colors-xin\": \"#1eb5fa\",\n \"dark-crypto-colors-yieldly\": \"#f3b732\",\n \"dark-crypto-colors-zcash\": \"#f4b728\",\n \"dark-discover-1inch\": \"#212529\",\n \"dark-discover-changelly\": \"#10d078\",\n \"dark-discover-loopipay-blue\": \"#0050ff\",\n \"dark-discover-loopipay-black\": \"#0e0d13\",\n \"dark-discover-loopipay-lime-2\": \"#e1fb61\",\n \"dark-discover-simplex\": \"#2ea836\",\n \"dark-discover-baanx\": \"#003edd\",\n \"dark-discover-mercuryo\": \"#212529\",\n \"dark-discover-juno\": \"#4643ee\",\n \"dark-discover-sardine\": \"#2d29d7\",\n \"dark-discover-compound\": \"#00d395\",\n \"dark-discover-deversifi\": \"#6436ff\",\n \"dark-discover-lido\": \"#47a1f8\",\n \"dark-discover-opensea\": \"#2081e2\",\n \"dark-discover-paraswap\": \"#266ef0\",\n \"dark-discover-rarible\": \"#feda03\",\n \"dark-discover-zerion\": \"#2962ef\",\n \"dark-discover-bitrefill\": \"#449bf7\",\n \"dark-purple-100\": \"#6a3794\",\n \"dark-purple-200\": \"#7e4ea5\",\n \"dark-purple-300\": \"#b380dd\",\n \"dark-purple-400\": \"#d4a0ff\",\n \"dark-purple-500\": \"#ddb3ff\",\n \"dark-purple-600\": \"#e5c6ff\",\n \"dark-purple-700\": \"#eed9ff\",\n \"dark-purple-800\": \"#f2e2ff\",\n \"dark-purple-900\": \"#f6ecff\",\n \"dark-purple-950\": \"#fbf5ff\",\n \"dark-purple-050\": \"#3f2058\",\n} as const;\n","import memoize from \"lodash/memoize\";\nimport { css, DefaultTheme } from \"styled-components\";\nimport { dark, light, ModeColors, spacing, SpacingScale } from \"./design-tokens\";\n\n// Add temporarily missing and override incorrect tokens here\nconst overrideOther = {\n \"radius-m\": \"12px\", // missing from tokens\n \"radius-s\": \"8px\", // missing from tokens\n \"radius-xs\": \"4px\", // missing from tokens\n \"border-width-default\": \"1px\", // missing from tokens\n \"border-width-focus\": \"2px\", // missing from tokens\n \"margin-xs\": \"8px\", // redefines marging-xs\n \"margin-s\": \"16px\", // redefines marging-s\n \"margin-m\": \"24px\", // redefines marging-m\n \"margin-l\": \"32px\", // redefines marging-l\n\n \"spacing-xs\": \"12px\", // override from \"spacing-xxs\": \"12px\"\n \"spacing-xxs\": \"8px\", // override from \"spacing-xs\": \"8px\"\n} as const;\n\n// Add temporarily missing and override incorrect colours here\nconst overrideColor = {\n light: {\n \"surface-transparent-hover\": \"#0000000D\", // override from colours\n \"surface-transparent-pressed\": \"#0000001A\", // override from colours\n \"border-subdued-default-hover\": \"#D5D5D5\", // override from colours\n\n \"border-subdued-default-pressed\": \"#C1C1C1\", // missing from colours\n \"background-active\": \"#D4A0FF\",\n },\n dark: {\n \"opacity-default-10\": \"#FFFFFF1A\", // missing from colours\n \"background-active\": \"#D4A0FF\",\n },\n} as const;\n\ntype ColorToken =\n | `colors-${keyof ModeColors}`\n | `colors-${keyof typeof overrideColor.light}`\n | `colors-${keyof typeof overrideColor.dark}`;\ntype OtherToken = keyof (SpacingScale & typeof overrideOther);\n\nexport const withTokens = (...usedTokens: Array<ColorToken | OtherToken>) => {\n const filterTokens = memoize((theme: DefaultTheme[\"theme\"]) => {\n const colors = {\n dark: { ...dark, ...overrideColor.dark },\n light: { ...light, ...overrideColor.light },\n }[theme];\n\n const colorEntries = Object.entries(colors).flatMap(([key, value]) => {\n const color = `colors-${key}` as ColorToken;\n if (!usedTokens.includes(color)) return [];\n return [[`--${color}`, value]];\n });\n const otherEntries = [spacing, overrideOther]\n .flatMap(Object.entries)\n .flatMap(([key, value]) => {\n if (!usedTokens.includes(key as OtherToken)) return [];\n return [[`--${key}`, value]];\n });\n\n return Object.fromEntries([...colorEntries, ...otherEntries]);\n });\n\n return css(({ theme }) => filterTokens(theme.colors.type as DefaultTheme[\"theme\"]));\n};\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};","import React from \"react\";\nimport styled from \"styled-components\";\nimport CheckAloneMedium from \"@ledgerhq/icons-ui/reactLegacy/CheckAloneMedium\";\nimport { renderToStaticMarkup } from \"react-dom/server\";\nimport { withTokens } from \"../../libs\";\n\nconst Icon = () =>\n React.cloneElement(CheckAloneMedium({ size: 13, color: \"currentColor\" }), {\n // the xmlns attribute is required to properly display the checkbox\n xmlns: \"http://www.w3.org/2000/svg\",\n });\nconst CheckMarkIcon = encodeURIComponent(renderToStaticMarkup(<Icon />));\n\nconst Input = styled.input<{ size?: number }>`\n background-color: transparent;\n\n border-radius: ${p => `${p.theme.radii[1]}px`};\n position: relative;\n\n min-width: ${p => (p.size ? `${p.size}px` : `${p.theme.space[7]}px`)};\n height: ${p => (p.size ? `${p.size}px` : `${p.theme.space[7]}px`)};\n appearance: none;\n border: 1px solid ${props => props.theme.colors.opacityDefault.c30};\n box-shadow: none;\n\n &:checked {\n background-color: currentColor;\n border-color: currentColor;\n }\n\n &:checked::after {\n content: \" \";\n width: ${p => (p.size ? `${p.size}px` : `${p.theme.space[7]}px`)};\n height: ${p => (p.size ? `${p.size}px` : `${p.theme.space[7]}px`)};\n display: inline-block;\n color: ${props => props.theme.colors.neutral.c00};\n\n background-image: url(\"data:image/svg+xml,${CheckMarkIcon}\");\n background-position: center;\n background-repeat: no-repeat;\n\n /* Trick to center the check mark by taking into account the border */\n position: absolute;\n top: -1px;\n left: -1px;\n }\n`;\n\nconst Container = styled.div`\n ${withTokens(\"colors-background-active\")}\n\n color: var(--colors-background-active);\n\n display: inline-flex;\n column-gap: ${p => p.theme.space[5]}px;\n align-items: center;\n cursor: pointer;\n`;\n\nexport type CheckboxProps = {\n isDisabled?: boolean;\n isChecked: boolean;\n name: string;\n onChange: (value: boolean) => void;\n size?: number;\n};\n\nexport const Checkbox = ({\n isDisabled = false,\n isChecked,\n name,\n onChange,\n size,\n}: CheckboxProps): React.JSX.Element => (\n <Container data-disabled={isDisabled}>\n <Input\n type=\"checkbox\"\n name={name}\n id={name}\n checked={isChecked}\n disabled={isDisabled}\n onChange={e => {\n // TODO Checkbox should be an uncontrolled component that exposes the event onChange.\n // (leave stopPropagation to the parent)\n e.stopPropagation();\n onChange(!isChecked);\n }}\n size={size}\n />\n </Container>\n);\n"],"names":["spacing","light","dark","tailwindColors","primitiveColors","memoize","css","overrideOther","overrideColor","withTokens","usedTokens","filterTokens","theme","colors","colorEntries","Object","key","value","color","otherEntries","React","styled","CheckAloneMedium","renderToStaticMarkup","Icon","CheckMarkIcon","encodeURIComponent","Input","p","props","Container","Checkbox","isDisabled","isChecked","name","onChange","size","e"],"mappings":"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"}