decentraland-ui2 1.2.2-21406822587.commit-e8f7371 → 1.3.0

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 (1095) hide show
  1. package/README.md +3 -3
  2. package/dist/components/Address/Address.d.ts +1 -1
  3. package/dist/components/Address/Address.js +4 -4
  4. package/dist/components/Address/Address.js.map +1 -1
  5. package/dist/components/Address/Address.stories.d.ts +3 -3
  6. package/dist/components/Address/Address.stories.js +31 -31
  7. package/dist/components/Address/Address.stories.js.map +1 -1
  8. package/dist/components/Address/Address.styled.js +13 -13
  9. package/dist/components/Address/index.d.ts +2 -2
  10. package/dist/components/Address/index.js +2 -2
  11. package/dist/components/AddressField/utils.js +2 -2
  12. package/dist/components/AddressField/utils.spec.js +11 -11
  13. package/dist/components/AddressField/utils.spec.js.map +1 -1
  14. package/dist/components/AssetImage/AssetImage.d.ts +2 -2
  15. package/dist/components/AssetImage/AssetImage.js +2 -2
  16. package/dist/components/AssetImage/AssetImage.stories.d.ts +2 -2
  17. package/dist/components/AssetImage/AssetImage.stories.js +18 -18
  18. package/dist/components/AssetImage/AssetImage.stories.js.map +1 -1
  19. package/dist/components/AssetImage/AssetImage.stories.styled.js +3 -3
  20. package/dist/components/AssetImage/AssetImage.styled.d.ts +1 -1
  21. package/dist/components/AssetImage/AssetImage.styled.js +13 -13
  22. package/dist/components/AssetImage/AssetImage.styled.js.map +1 -1
  23. package/dist/components/AssetImage/AssetImage.types.d.ts +1 -1
  24. package/dist/components/AssetImage/index.d.ts +2 -2
  25. package/dist/components/AssetImage/index.js +2 -2
  26. package/dist/components/Atlas/Atlas.d.ts +2 -2
  27. package/dist/components/Atlas/Atlas.js +14 -14
  28. package/dist/components/Atlas/Atlas.js.map +1 -1
  29. package/dist/components/Atlas/Atlas.stories.d.ts +3 -3
  30. package/dist/components/Atlas/Atlas.stories.js +82 -85
  31. package/dist/components/Atlas/Atlas.stories.js.map +1 -1
  32. package/dist/components/Atlas/Atlas.types.d.ts +3 -3
  33. package/dist/components/Atlas/Atlas.types.js +1 -1
  34. package/dist/components/Atlas/Atlas.types.js.map +1 -1
  35. package/dist/components/Atlas/index.d.ts +3 -3
  36. package/dist/components/Atlas/index.js +2 -2
  37. package/dist/components/Atlas/util.d.ts +1 -1
  38. package/dist/components/Atlas/util.js +3 -3
  39. package/dist/components/Atlas/util.test.js +2 -2
  40. package/dist/components/AvatarFace/AvatarFace.d.ts +2 -2
  41. package/dist/components/AvatarFace/AvatarFace.js +3 -3
  42. package/dist/components/AvatarFace/AvatarFace.stories.d.ts +2 -2
  43. package/dist/components/AvatarFace/AvatarFace.stories.js +19 -19
  44. package/dist/components/AvatarFace/AvatarFace.stories.js.map +1 -1
  45. package/dist/components/AvatarFace/AvatarFace.styled.d.ts +1 -1
  46. package/dist/components/AvatarFace/AvatarFace.styled.js +22 -22
  47. package/dist/components/AvatarFace/AvatarFace.styled.js.map +1 -1
  48. package/dist/components/AvatarFace/AvatarFace.types.d.ts +2 -2
  49. package/dist/components/AvatarFace/index.d.ts +2 -2
  50. package/dist/components/AvatarFace/index.js +2 -2
  51. package/dist/components/Badges/Badges.d.ts +1 -1
  52. package/dist/components/Badges/Badges.js +4 -4
  53. package/dist/components/Badges/Badges.js.map +1 -1
  54. package/dist/components/Badges/Badges.stories.d.ts +1 -1
  55. package/dist/components/Badges/Badges.stories.js +16 -16
  56. package/dist/components/Badges/Badges.styled.d.ts +1 -1
  57. package/dist/components/Badges/Badges.styled.js +23 -23
  58. package/dist/components/Badges/Badges.styled.js.map +1 -1
  59. package/dist/components/Badges/index.d.ts +2 -2
  60. package/dist/components/Badges/index.js +1 -1
  61. package/dist/components/Banner/Banner.d.ts +2 -2
  62. package/dist/components/Banner/Banner.js +20 -32
  63. package/dist/components/Banner/Banner.js.map +1 -1
  64. package/dist/components/Banner/Banner.styled.d.ts +1 -1
  65. package/dist/components/Banner/Banner.styled.js +56 -56
  66. package/dist/components/Banner/Banner.styled.js.map +1 -1
  67. package/dist/components/Banner/Banner.types.d.ts +2 -2
  68. package/dist/components/Banner/ContentfulRichText.d.ts +1 -1
  69. package/dist/components/Banner/ContentfulRichText.js +7 -7
  70. package/dist/components/Banner/ContentfulRichText.js.map +1 -1
  71. package/dist/components/Banner/index.d.ts +2 -2
  72. package/dist/components/Banner/index.js +1 -1
  73. package/dist/components/Blockie/Blockie.d.ts +2 -2
  74. package/dist/components/Blockie/Blockie.js +9 -9
  75. package/dist/components/Blockie/Blockie.js.map +1 -1
  76. package/dist/components/Blockie/Blockie.stories.d.ts +2 -2
  77. package/dist/components/Blockie/Blockie.stories.js +33 -33
  78. package/dist/components/Blockie/Blockie.stories.js.map +1 -1
  79. package/dist/components/Blockie/Blockie.styled.js +8 -8
  80. package/dist/components/Blockie/Blockie.styled.js.map +1 -1
  81. package/dist/components/Blockie/index.d.ts +2 -2
  82. package/dist/components/Blockie/index.js +2 -2
  83. package/dist/components/Button/Button.d.ts +1 -1
  84. package/dist/components/Button/Button.js +6 -6
  85. package/dist/components/Button/Button.js.map +1 -1
  86. package/dist/components/Button/Button.stories.d.ts +2 -2
  87. package/dist/components/Button/Button.stories.js +68 -68
  88. package/dist/components/Button/Button.stories.js.map +1 -1
  89. package/dist/components/Button/Button.types.d.ts +4 -4
  90. package/dist/components/Button/index.d.ts +2 -2
  91. package/dist/components/Button/index.js +1 -1
  92. package/dist/components/CatalogCard/CatalogCard.d.ts +2 -2
  93. package/dist/components/CatalogCard/CatalogCard.js +8 -8
  94. package/dist/components/CatalogCard/CatalogCard.js.map +1 -1
  95. package/dist/components/CatalogCard/CatalogCard.stories.d.ts +2 -2
  96. package/dist/components/CatalogCard/CatalogCard.stories.js +41 -41
  97. package/dist/components/CatalogCard/CatalogCard.stories.js.map +1 -1
  98. package/dist/components/CatalogCard/CatalogCard.styled.d.ts +2 -2
  99. package/dist/components/CatalogCard/CatalogCard.styled.js +54 -54
  100. package/dist/components/CatalogCard/CatalogCard.styled.js.map +1 -1
  101. package/dist/components/CatalogCard/CatalogCard.types.d.ts +3 -3
  102. package/dist/components/CatalogCard/CatalogCardPrice.d.ts +2 -2
  103. package/dist/components/CatalogCard/CatalogCardPrice.js +4 -4
  104. package/dist/components/CatalogCard/CatalogCardPrice.js.map +1 -1
  105. package/dist/components/CatalogCard/index.d.ts +2 -2
  106. package/dist/components/CatalogCard/index.js +2 -2
  107. package/dist/components/ChainSelector/ChainSelector.d.ts +2 -2
  108. package/dist/components/ChainSelector/ChainSelector.js +11 -17
  109. package/dist/components/ChainSelector/ChainSelector.js.map +1 -1
  110. package/dist/components/ChainSelector/ChainSelector.stories.d.ts +2 -2
  111. package/dist/components/ChainSelector/ChainSelector.stories.js +17 -17
  112. package/dist/components/ChainSelector/ChainSelector.stories.js.map +1 -1
  113. package/dist/components/ChainSelector/ChainSelector.styled.d.ts +1 -1
  114. package/dist/components/ChainSelector/ChainSelector.styled.js +97 -101
  115. package/dist/components/ChainSelector/ChainSelector.styled.js.map +1 -1
  116. package/dist/components/ChainSelector/ChainSelector.types.d.ts +1 -1
  117. package/dist/components/ChainSelector/ChainSelector.types.js +11 -11
  118. package/dist/components/ChainSelector/index.d.ts +2 -2
  119. package/dist/components/ChainSelector/index.js +2 -2
  120. package/dist/components/CreditsToggle/CreditsToggle.d.ts +2 -2
  121. package/dist/components/CreditsToggle/CreditsToggle.js +17 -21
  122. package/dist/components/CreditsToggle/CreditsToggle.js.map +1 -1
  123. package/dist/components/CreditsToggle/CreditsToggle.stories.d.ts +3 -3
  124. package/dist/components/CreditsToggle/CreditsToggle.stories.js +56 -56
  125. package/dist/components/CreditsToggle/CreditsToggle.stories.js.map +1 -1
  126. package/dist/components/CreditsToggle/CreditsToggle.styled.d.ts +1 -1
  127. package/dist/components/CreditsToggle/CreditsToggle.styled.js +64 -64
  128. package/dist/components/CreditsToggle/CreditsToggle.styled.js.map +1 -1
  129. package/dist/components/CreditsToggle/index.d.ts +2 -2
  130. package/dist/components/CreditsToggle/index.js +1 -1
  131. package/dist/components/DecentralandFont/FontFaceSelector.stories.d.ts +2 -2
  132. package/dist/components/DecentralandFont/FontFaceSelector.stories.js +10 -23
  133. package/dist/components/DecentralandFont/FontFaceSelector.stories.js.map +1 -1
  134. package/dist/components/DownloadButton/DownloadButton.d.ts +2 -2
  135. package/dist/components/DownloadButton/DownloadButton.js +28 -36
  136. package/dist/components/DownloadButton/DownloadButton.js.map +1 -1
  137. package/dist/components/DownloadButton/DownloadButton.stories.d.ts +2 -2
  138. package/dist/components/DownloadButton/DownloadButton.stories.js +49 -49
  139. package/dist/components/DownloadButton/DownloadButton.stories.js.map +1 -1
  140. package/dist/components/DownloadButton/DownloadButton.styled.d.ts +1 -1
  141. package/dist/components/DownloadButton/DownloadButton.styled.js +50 -50
  142. package/dist/components/DownloadButton/DownloadButton.styled.js.map +1 -1
  143. package/dist/components/DownloadButton/DownloadButton.types.js.map +1 -1
  144. package/dist/components/DownloadButton/index.d.ts +3 -3
  145. package/dist/components/DownloadButton/index.js +2 -2
  146. package/dist/components/Footer/Footer.d.ts +2 -2
  147. package/dist/components/Footer/Footer.i18n.js +35 -35
  148. package/dist/components/Footer/Footer.js +32 -32
  149. package/dist/components/Footer/Footer.js.map +1 -1
  150. package/dist/components/Footer/Footer.stories.d.ts +3 -3
  151. package/dist/components/Footer/Footer.stories.js +29 -29
  152. package/dist/components/Footer/Footer.stories.js.map +1 -1
  153. package/dist/components/Footer/Footer.stories.styled.js +5 -5
  154. package/dist/components/Footer/Footer.styled.d.ts +1 -1
  155. package/dist/components/Footer/Footer.styled.js +44 -44
  156. package/dist/components/Footer/Footer.styled.js.map +1 -1
  157. package/dist/components/Footer/Footer.types.d.ts +1 -1
  158. package/dist/components/Footer/index.d.ts +3 -3
  159. package/dist/components/Footer/index.js +2 -2
  160. package/dist/components/FooterLanding/FooterLanding.d.ts +2 -2
  161. package/dist/components/FooterLanding/FooterLanding.defaults.js +13 -13
  162. package/dist/components/FooterLanding/FooterLanding.js +40 -40
  163. package/dist/components/FooterLanding/FooterLanding.js.map +1 -1
  164. package/dist/components/FooterLanding/FooterLanding.stories.d.ts +3 -3
  165. package/dist/components/FooterLanding/FooterLanding.stories.js +25 -26
  166. package/dist/components/FooterLanding/FooterLanding.stories.js.map +1 -1
  167. package/dist/components/FooterLanding/FooterLanding.styled.d.ts +1 -1
  168. package/dist/components/FooterLanding/FooterLanding.styled.js +87 -87
  169. package/dist/components/FooterLanding/FooterLanding.styled.js.map +1 -1
  170. package/dist/components/FooterLanding/index.d.ts +1 -1
  171. package/dist/components/FooterLanding/index.js +1 -1
  172. package/dist/components/Icon/AppleIcon.d.ts +2 -2
  173. package/dist/components/Icon/AppleIcon.js +2 -2
  174. package/dist/components/Icon/AppleIcon.js.map +1 -1
  175. package/dist/components/Icon/Chains/ArbitrumIcon.d.ts +2 -2
  176. package/dist/components/Icon/Chains/ArbitrumIcon.js +2 -2
  177. package/dist/components/Icon/Chains/ArbitrumIcon.js.map +1 -1
  178. package/dist/components/Icon/Chains/AvalancheIcon.d.ts +2 -2
  179. package/dist/components/Icon/Chains/AvalancheIcon.js +2 -2
  180. package/dist/components/Icon/Chains/AvalancheIcon.js.map +1 -1
  181. package/dist/components/Icon/Chains/BinanceIcon.d.ts +2 -2
  182. package/dist/components/Icon/Chains/BinanceIcon.js +3 -3
  183. package/dist/components/Icon/Chains/BinanceIcon.js.map +1 -1
  184. package/dist/components/Icon/Chains/ChainsIcons.stories.d.ts +3 -3
  185. package/dist/components/Icon/Chains/ChainsIcons.stories.js +20 -20
  186. package/dist/components/Icon/Chains/ChainsIcons.stories.js.map +1 -1
  187. package/dist/components/Icon/Chains/EthereumIcon.d.ts +2 -2
  188. package/dist/components/Icon/Chains/EthereumIcon.js +2 -2
  189. package/dist/components/Icon/Chains/EthereumIcon.js.map +1 -1
  190. package/dist/components/Icon/Chains/FantomIcon.d.ts +2 -2
  191. package/dist/components/Icon/Chains/FantomIcon.js +2 -2
  192. package/dist/components/Icon/Chains/FantomIcon.js.map +1 -1
  193. package/dist/components/Icon/Chains/OptimismIcon.d.ts +2 -2
  194. package/dist/components/Icon/Chains/OptimismIcon.js +2 -2
  195. package/dist/components/Icon/Chains/OptimismIcon.js.map +1 -1
  196. package/dist/components/Icon/Chains/PolygonIcon.d.ts +2 -2
  197. package/dist/components/Icon/Chains/PolygonIcon.js +2 -2
  198. package/dist/components/Icon/Chains/PolygonIcon.js.map +1 -1
  199. package/dist/components/Icon/CreditsIcon.d.ts +2 -2
  200. package/dist/components/Icon/CreditsIcon.js +2 -2
  201. package/dist/components/Icon/CreditsIcon.js.map +1 -1
  202. package/dist/components/Icon/Emotes/EmotesIcons.stories.d.ts +2 -2
  203. package/dist/components/Icon/Emotes/EmotesIcons.stories.js +15 -15
  204. package/dist/components/Icon/Emotes/MuteIcon.d.ts +2 -2
  205. package/dist/components/Icon/Emotes/MuteIcon.js +2 -2
  206. package/dist/components/Icon/Emotes/MuteIcon.js.map +1 -1
  207. package/dist/components/Icon/Emotes/PropsIcon.d.ts +2 -2
  208. package/dist/components/Icon/Emotes/PropsIcon.js +2 -2
  209. package/dist/components/Icon/Emotes/PropsIcon.js.map +1 -1
  210. package/dist/components/Icon/Emotes/SoundIcon.d.ts +2 -2
  211. package/dist/components/Icon/Emotes/SoundIcon.js +2 -2
  212. package/dist/components/Icon/Emotes/SoundIcon.js.map +1 -1
  213. package/dist/components/Icon/Emotes/VolumeIcon.d.ts +2 -2
  214. package/dist/components/Icon/Emotes/VolumeIcon.js +2 -2
  215. package/dist/components/Icon/Emotes/VolumeIcon.js.map +1 -1
  216. package/dist/components/Icon/Icons.stories.d.ts +3 -3
  217. package/dist/components/Icon/Icons.stories.js +28 -28
  218. package/dist/components/Icon/Icons.stories.js.map +1 -1
  219. package/dist/components/Icon/Icons.stories.styled.js +7 -7
  220. package/dist/components/Icon/JumpInIcon.d.ts +2 -2
  221. package/dist/components/Icon/JumpInIcon.js +2 -2
  222. package/dist/components/Icon/JumpInIcon.js.map +1 -1
  223. package/dist/components/Icon/LocationIcon.d.ts +2 -2
  224. package/dist/components/Icon/LocationIcon.js +2 -2
  225. package/dist/components/Icon/LocationIcon.js.map +1 -1
  226. package/dist/components/Icon/ManaEthIcon.d.ts +2 -2
  227. package/dist/components/Icon/ManaEthIcon.js +2 -2
  228. package/dist/components/Icon/ManaEthIcon.js.map +1 -1
  229. package/dist/components/Icon/ManaMaticIcon.d.ts +2 -2
  230. package/dist/components/Icon/ManaMaticIcon.js +2 -2
  231. package/dist/components/Icon/ManaMaticIcon.js.map +1 -1
  232. package/dist/components/Icon/MintIcon.d.ts +2 -2
  233. package/dist/components/Icon/MintIcon.js +2 -2
  234. package/dist/components/Icon/MintIcon.js.map +1 -1
  235. package/dist/components/Icon/Notifications/AccessRestoredIcon.d.ts +2 -2
  236. package/dist/components/Icon/Notifications/AccessRestoredIcon.js +2 -2
  237. package/dist/components/Icon/Notifications/AccessRestoredIcon.js.map +1 -1
  238. package/dist/components/Icon/Notifications/AccessRestrictedIcon.d.ts +2 -2
  239. package/dist/components/Icon/Notifications/AccessRestrictedIcon.js +2 -2
  240. package/dist/components/Icon/Notifications/AccessRestrictedIcon.js.map +1 -1
  241. package/dist/components/Icon/Notifications/BidAcceptedIcon.d.ts +2 -2
  242. package/dist/components/Icon/Notifications/BidAcceptedIcon.js +2 -2
  243. package/dist/components/Icon/Notifications/BidAcceptedIcon.js.map +1 -1
  244. package/dist/components/Icon/Notifications/BidReceivedIcon.d.ts +2 -2
  245. package/dist/components/Icon/Notifications/BidReceivedIcon.js +2 -2
  246. package/dist/components/Icon/Notifications/BidReceivedIcon.js.map +1 -1
  247. package/dist/components/Icon/Notifications/CoauthorIcon.d.ts +2 -2
  248. package/dist/components/Icon/Notifications/CoauthorIcon.js +2 -2
  249. package/dist/components/Icon/Notifications/CoauthorIcon.js.map +1 -1
  250. package/dist/components/Icon/Notifications/CreditsCompleteYourGoalsReminderIcon.d.ts +2 -2
  251. package/dist/components/Icon/Notifications/CreditsCompleteYourGoalsReminderIcon.js +2 -2
  252. package/dist/components/Icon/Notifications/CreditsCompleteYourGoalsReminderIcon.js.map +1 -1
  253. package/dist/components/Icon/Notifications/CreditsExpireSoonReminderIcon.d.ts +2 -2
  254. package/dist/components/Icon/Notifications/CreditsExpireSoonReminderIcon.js +2 -2
  255. package/dist/components/Icon/Notifications/CreditsExpireSoonReminderIcon.js.map +1 -1
  256. package/dist/components/Icon/Notifications/CreditsIcon.d.ts +2 -2
  257. package/dist/components/Icon/Notifications/CreditsIcon.js +2 -2
  258. package/dist/components/Icon/Notifications/CreditsIcon.js.map +1 -1
  259. package/dist/components/Icon/Notifications/EmptyInboxIcon.d.ts +2 -2
  260. package/dist/components/Icon/Notifications/EmptyInboxIcon.js +2 -2
  261. package/dist/components/Icon/Notifications/EventCancelledIcon.d.ts +2 -2
  262. package/dist/components/Icon/Notifications/EventCancelledIcon.js +2 -2
  263. package/dist/components/Icon/Notifications/EventCancelledIcon.js.map +1 -1
  264. package/dist/components/Icon/Notifications/EventStartedIcon.d.ts +2 -2
  265. package/dist/components/Icon/Notifications/EventStartedIcon.js +2 -2
  266. package/dist/components/Icon/Notifications/EventStartedIcon.js.map +1 -1
  267. package/dist/components/Icon/Notifications/EventStartsSoonIcon.d.ts +2 -2
  268. package/dist/components/Icon/Notifications/EventStartsSoonIcon.js +2 -2
  269. package/dist/components/Icon/Notifications/EventStartsSoonIcon.js.map +1 -1
  270. package/dist/components/Icon/Notifications/GiftIcon.d.ts +2 -2
  271. package/dist/components/Icon/Notifications/GiftIcon.js +2 -2
  272. package/dist/components/Icon/Notifications/GiftIcon.js.map +1 -1
  273. package/dist/components/Icon/Notifications/GovernanceIcon.d.ts +2 -2
  274. package/dist/components/Icon/Notifications/GovernanceIcon.js +2 -2
  275. package/dist/components/Icon/Notifications/GovernanceIcon.js.map +1 -1
  276. package/dist/components/Icon/Notifications/HistoryIcon.d.ts +2 -2
  277. package/dist/components/Icon/Notifications/HistoryIcon.js +2 -2
  278. package/dist/components/Icon/Notifications/ItemAirdroppedIcon.d.ts +2 -2
  279. package/dist/components/Icon/Notifications/ItemAirdroppedIcon.js +2 -2
  280. package/dist/components/Icon/Notifications/ItemAirdroppedIcon.js.map +1 -1
  281. package/dist/components/Icon/Notifications/ItemSoldIcon.d.ts +2 -2
  282. package/dist/components/Icon/Notifications/ItemSoldIcon.js +2 -2
  283. package/dist/components/Icon/Notifications/ItemSoldIcon.js.map +1 -1
  284. package/dist/components/Icon/Notifications/LandRentedIcon.d.ts +2 -2
  285. package/dist/components/Icon/Notifications/LandRentedIcon.js +2 -2
  286. package/dist/components/Icon/Notifications/LandRentedIcon.js.map +1 -1
  287. package/dist/components/Icon/Notifications/ManaMainnetIcon.d.ts +2 -2
  288. package/dist/components/Icon/Notifications/ManaMainnetIcon.js +2 -2
  289. package/dist/components/Icon/Notifications/ManaMainnetIcon.js.map +1 -1
  290. package/dist/components/Icon/Notifications/ManaPolygonIcon.d.ts +2 -2
  291. package/dist/components/Icon/Notifications/ManaPolygonIcon.js +2 -2
  292. package/dist/components/Icon/Notifications/ManaPolygonIcon.js.map +1 -1
  293. package/dist/components/Icon/Notifications/MissingResourcesIcon.d.ts +2 -2
  294. package/dist/components/Icon/Notifications/MissingResourcesIcon.js +2 -2
  295. package/dist/components/Icon/Notifications/MissingResourcesIcon.js.map +1 -1
  296. package/dist/components/Icon/Notifications/NewCommentIcon.d.ts +2 -2
  297. package/dist/components/Icon/Notifications/NewCommentIcon.js +2 -2
  298. package/dist/components/Icon/Notifications/NewCommentIcon.js.map +1 -1
  299. package/dist/components/Icon/Notifications/NewNotificationIcon.d.ts +2 -2
  300. package/dist/components/Icon/Notifications/NewNotificationIcon.js +2 -2
  301. package/dist/components/Icon/Notifications/NotificationBellActiveIcon.d.ts +2 -2
  302. package/dist/components/Icon/Notifications/NotificationBellActiveIcon.js +3 -3
  303. package/dist/components/Icon/Notifications/NotificationBellIcon.d.ts +2 -2
  304. package/dist/components/Icon/Notifications/NotificationBellIcon.js +3 -3
  305. package/dist/components/Icon/Notifications/NotificationsIcons.stories.d.ts +3 -3
  306. package/dist/components/Icon/Notifications/NotificationsIcons.stories.js +72 -72
  307. package/dist/components/Icon/Notifications/NotificationsIcons.stories.js.map +1 -1
  308. package/dist/components/Icon/Notifications/PermissionGrantedIcon.d.ts +2 -2
  309. package/dist/components/Icon/Notifications/PermissionGrantedIcon.js +2 -2
  310. package/dist/components/Icon/Notifications/PermissionGrantedIcon.js.map +1 -1
  311. package/dist/components/Icon/Notifications/PermissionRevokedIcon.d.ts +2 -2
  312. package/dist/components/Icon/Notifications/PermissionRevokedIcon.js +2 -2
  313. package/dist/components/Icon/Notifications/PermissionRevokedIcon.js.map +1 -1
  314. package/dist/components/Icon/Notifications/PitchIcon.d.ts +2 -2
  315. package/dist/components/Icon/Notifications/PitchIcon.js +2 -2
  316. package/dist/components/Icon/Notifications/PitchIcon.js.map +1 -1
  317. package/dist/components/Icon/Notifications/ProjectEnactedIcon.d.ts +2 -2
  318. package/dist/components/Icon/Notifications/ProjectEnactedIcon.js +2 -2
  319. package/dist/components/Icon/Notifications/ProjectEnactedIcon.js.map +1 -1
  320. package/dist/components/Icon/Notifications/ProposalFinishedIcon.d.ts +2 -2
  321. package/dist/components/Icon/Notifications/ProposalFinishedIcon.js +2 -2
  322. package/dist/components/Icon/Notifications/ProposalFinishedIcon.js.map +1 -1
  323. package/dist/components/Icon/Notifications/ReferralInviteFriendsIcon.d.ts +2 -2
  324. package/dist/components/Icon/Notifications/ReferralInviteFriendsIcon.js +3 -3
  325. package/dist/components/Icon/Notifications/ReferralInviteFriendsIcon.js.map +1 -1
  326. package/dist/components/Icon/Notifications/ReferralInvitedUserAcceptedIcon.d.ts +2 -2
  327. package/dist/components/Icon/Notifications/ReferralInvitedUserAcceptedIcon.js +3 -3
  328. package/dist/components/Icon/Notifications/ReferralInvitedUserAcceptedIcon.js.map +1 -1
  329. package/dist/components/Icon/Notifications/RentPeriodEndingIcon.d.ts +2 -2
  330. package/dist/components/Icon/Notifications/RentPeriodEndingIcon.js +2 -2
  331. package/dist/components/Icon/Notifications/RentPeriodEndingIcon.js.map +1 -1
  332. package/dist/components/Icon/Notifications/RewardIcon.d.ts +2 -2
  333. package/dist/components/Icon/Notifications/RewardIcon.js +2 -2
  334. package/dist/components/Icon/Notifications/RewardIcon.js.map +1 -1
  335. package/dist/components/Icon/Notifications/StreamingIcon.d.ts +2 -2
  336. package/dist/components/Icon/Notifications/StreamingIcon.js +2 -2
  337. package/dist/components/Icon/Notifications/StreamingIcon.js.map +1 -1
  338. package/dist/components/Icon/Notifications/TenderIcon.d.ts +2 -2
  339. package/dist/components/Icon/Notifications/TenderIcon.js +2 -2
  340. package/dist/components/Icon/Notifications/TenderIcon.js.map +1 -1
  341. package/dist/components/Icon/Notifications/TipIcon.d.ts +2 -2
  342. package/dist/components/Icon/Notifications/TipIcon.js +2 -2
  343. package/dist/components/Icon/Notifications/TipIcon.js.map +1 -1
  344. package/dist/components/Icon/Notifications/VotingEndedIcon.d.ts +2 -2
  345. package/dist/components/Icon/Notifications/VotingEndedIcon.js +2 -2
  346. package/dist/components/Icon/Notifications/VotingEndedIcon.js.map +1 -1
  347. package/dist/components/Icon/PlacesIcon.d.ts +2 -2
  348. package/dist/components/Icon/PlacesIcon.js +2 -2
  349. package/dist/components/Icon/PlacesIcon.js.map +1 -1
  350. package/dist/components/Icon/Social/DiscordIcon.d.ts +2 -2
  351. package/dist/components/Icon/Social/DiscordIcon.js +2 -2
  352. package/dist/components/Icon/Social/GitHubIcon.d.ts +2 -2
  353. package/dist/components/Icon/Social/GitHubIcon.js +2 -2
  354. package/dist/components/Icon/Social/RedditIcon.d.ts +2 -2
  355. package/dist/components/Icon/Social/RedditIcon.js +2 -2
  356. package/dist/components/Icon/Social/SocialIcons.stories.d.ts +2 -2
  357. package/dist/components/Icon/Social/SocialIcons.stories.js +13 -13
  358. package/dist/components/Icon/Social/TiktokIcon.d.ts +2 -2
  359. package/dist/components/Icon/Social/TiktokIcon.js +2 -2
  360. package/dist/components/Icon/Social/TiktokIcon.js.map +1 -1
  361. package/dist/components/Icon/Social/XIcon.d.ts +2 -2
  362. package/dist/components/Icon/Social/XIcon.js +2 -2
  363. package/dist/components/Icon/SparklesIcon.d.ts +2 -2
  364. package/dist/components/Icon/SparklesIcon.js +2 -2
  365. package/dist/components/Icon/SparklesIcon.js.map +1 -1
  366. package/dist/components/Icon/UtilityIcon.d.ts +2 -2
  367. package/dist/components/Icon/UtilityIcon.js +2 -2
  368. package/dist/components/Icon/UtilityIcon.js.map +1 -1
  369. package/dist/components/Icon/Wearables/BaseFemaleIcon.d.ts +2 -2
  370. package/dist/components/Icon/Wearables/BaseFemaleIcon.js +2 -2
  371. package/dist/components/Icon/Wearables/BaseFemaleIcon.js.map +1 -1
  372. package/dist/components/Icon/Wearables/BaseMaleIcon.d.ts +2 -2
  373. package/dist/components/Icon/Wearables/BaseMaleIcon.js +2 -2
  374. package/dist/components/Icon/Wearables/BaseMaleIcon.js.map +1 -1
  375. package/dist/components/Icon/Wearables/BodyShapeIcon.d.ts +2 -2
  376. package/dist/components/Icon/Wearables/BodyShapeIcon.js +2 -2
  377. package/dist/components/Icon/Wearables/BodyShapeIcon.js.map +1 -1
  378. package/dist/components/Icon/Wearables/EarringIcon.d.ts +2 -2
  379. package/dist/components/Icon/Wearables/EarringIcon.js +2 -2
  380. package/dist/components/Icon/Wearables/EarringIcon.js.map +1 -1
  381. package/dist/components/Icon/Wearables/EyebrowsIcon.d.ts +2 -2
  382. package/dist/components/Icon/Wearables/EyebrowsIcon.js +2 -2
  383. package/dist/components/Icon/Wearables/EyebrowsIcon.js.map +1 -1
  384. package/dist/components/Icon/Wearables/EyesIcon.d.ts +2 -2
  385. package/dist/components/Icon/Wearables/EyesIcon.js +2 -2
  386. package/dist/components/Icon/Wearables/EyesIcon.js.map +1 -1
  387. package/dist/components/Icon/Wearables/EyewearIcon.d.ts +2 -2
  388. package/dist/components/Icon/Wearables/EyewearIcon.js +2 -2
  389. package/dist/components/Icon/Wearables/EyewearIcon.js.map +1 -1
  390. package/dist/components/Icon/Wearables/FacialHairIcon.d.ts +2 -2
  391. package/dist/components/Icon/Wearables/FacialHairIcon.js +2 -2
  392. package/dist/components/Icon/Wearables/FacialHairIcon.js.map +1 -1
  393. package/dist/components/Icon/Wearables/FeetIcon.d.ts +2 -2
  394. package/dist/components/Icon/Wearables/FeetIcon.js +2 -2
  395. package/dist/components/Icon/Wearables/FeetIcon.js.map +1 -1
  396. package/dist/components/Icon/Wearables/HairIcon.d.ts +2 -2
  397. package/dist/components/Icon/Wearables/HairIcon.js +2 -2
  398. package/dist/components/Icon/Wearables/HairIcon.js.map +1 -1
  399. package/dist/components/Icon/Wearables/HandsWearIcon.d.ts +2 -2
  400. package/dist/components/Icon/Wearables/HandsWearIcon.js +2 -2
  401. package/dist/components/Icon/Wearables/HandsWearIcon.js.map +1 -1
  402. package/dist/components/Icon/Wearables/HatIcon.d.ts +2 -2
  403. package/dist/components/Icon/Wearables/HatIcon.js +2 -2
  404. package/dist/components/Icon/Wearables/HatIcon.js.map +1 -1
  405. package/dist/components/Icon/Wearables/HelmetIcon.d.ts +2 -2
  406. package/dist/components/Icon/Wearables/HelmetIcon.js +2 -2
  407. package/dist/components/Icon/Wearables/HelmetIcon.js.map +1 -1
  408. package/dist/components/Icon/Wearables/LowerBodyIcon.d.ts +2 -2
  409. package/dist/components/Icon/Wearables/LowerBodyIcon.js +2 -2
  410. package/dist/components/Icon/Wearables/LowerBodyIcon.js.map +1 -1
  411. package/dist/components/Icon/Wearables/MaskIcon.d.ts +2 -2
  412. package/dist/components/Icon/Wearables/MaskIcon.js +2 -2
  413. package/dist/components/Icon/Wearables/MaskIcon.js.map +1 -1
  414. package/dist/components/Icon/Wearables/MouthIcon.d.ts +2 -2
  415. package/dist/components/Icon/Wearables/MouthIcon.js +2 -2
  416. package/dist/components/Icon/Wearables/MouthIcon.js.map +1 -1
  417. package/dist/components/Icon/Wearables/SkinIcon.d.ts +2 -2
  418. package/dist/components/Icon/Wearables/SkinIcon.js +2 -2
  419. package/dist/components/Icon/Wearables/SkinIcon.js.map +1 -1
  420. package/dist/components/Icon/Wearables/SmartWearableIcon.d.ts +2 -2
  421. package/dist/components/Icon/Wearables/SmartWearableIcon.js +2 -2
  422. package/dist/components/Icon/Wearables/SmartWearableIcon.js.map +1 -1
  423. package/dist/components/Icon/Wearables/TiaraIcon.d.ts +2 -2
  424. package/dist/components/Icon/Wearables/TiaraIcon.js +2 -2
  425. package/dist/components/Icon/Wearables/TiaraIcon.js.map +1 -1
  426. package/dist/components/Icon/Wearables/TopHeadIcon.d.ts +2 -2
  427. package/dist/components/Icon/Wearables/TopHeadIcon.js +2 -2
  428. package/dist/components/Icon/Wearables/TopHeadIcon.js.map +1 -1
  429. package/dist/components/Icon/Wearables/UnisexIcon.d.ts +2 -2
  430. package/dist/components/Icon/Wearables/UnisexIcon.js +2 -2
  431. package/dist/components/Icon/Wearables/UnisexIcon.js.map +1 -1
  432. package/dist/components/Icon/Wearables/UpperBodyIcon.d.ts +2 -2
  433. package/dist/components/Icon/Wearables/UpperBodyIcon.js +2 -2
  434. package/dist/components/Icon/Wearables/UpperBodyIcon.js.map +1 -1
  435. package/dist/components/Icon/Wearables/WearablesIcons.stories.d.ts +3 -3
  436. package/dist/components/Icon/Wearables/WearablesIcons.stories.js +52 -52
  437. package/dist/components/Icon/Wearables/WearablesIcons.stories.js.map +1 -1
  438. package/dist/components/Icon/WindowsIcon.d.ts +2 -2
  439. package/dist/components/Icon/WindowsIcon.js +2 -2
  440. package/dist/components/Icon/index.d.ts +75 -75
  441. package/dist/components/Icon/index.js +75 -75
  442. package/dist/components/Icon/index.js.map +1 -1
  443. package/dist/components/IconBadge/IconBadge.d.ts +2 -2
  444. package/dist/components/IconBadge/IconBadge.js +8 -8
  445. package/dist/components/IconBadge/IconBadge.js.map +1 -1
  446. package/dist/components/IconBadge/IconBadge.stories.d.ts +2 -2
  447. package/dist/components/IconBadge/IconBadge.stories.js +24 -24
  448. package/dist/components/IconBadge/IconBadge.stories.js.map +1 -1
  449. package/dist/components/IconBadge/IconBadge.styled.d.ts +2 -2
  450. package/dist/components/IconBadge/IconBadge.styled.js +24 -24
  451. package/dist/components/IconBadge/IconBadge.styled.js.map +1 -1
  452. package/dist/components/IconBadge/IconBadge.types.d.ts +1 -1
  453. package/dist/components/IconBadge/index.d.ts +2 -2
  454. package/dist/components/IconBadge/index.js +2 -2
  455. package/dist/components/IconChain/IconChain.d.ts +2 -2
  456. package/dist/components/IconChain/IconChain.js +11 -11
  457. package/dist/components/IconChain/index.d.ts +2 -2
  458. package/dist/components/IconChain/index.js +1 -1
  459. package/dist/components/JumpIn/JumpIn.d.ts +2 -2
  460. package/dist/components/JumpIn/JumpIn.js +14 -16
  461. package/dist/components/JumpIn/JumpIn.js.map +1 -1
  462. package/dist/components/JumpIn/JumpIn.stories.d.ts +3 -3
  463. package/dist/components/JumpIn/JumpIn.stories.js +91 -91
  464. package/dist/components/JumpIn/JumpIn.stories.js.map +1 -1
  465. package/dist/components/JumpIn/JumpIn.styled.d.ts +1 -1
  466. package/dist/components/JumpIn/JumpIn.styled.js +68 -68
  467. package/dist/components/JumpIn/JumpIn.styled.js.map +1 -1
  468. package/dist/components/JumpIn/JumpIn.types.d.ts +5 -5
  469. package/dist/components/JumpIn/index.d.ts +2 -2
  470. package/dist/components/JumpIn/index.js +2 -2
  471. package/dist/components/LanguageDropdown/LanguageDropdown.d.ts +2 -2
  472. package/dist/components/LanguageDropdown/LanguageDropdown.js +12 -12
  473. package/dist/components/LanguageDropdown/LanguageDropdown.js.map +1 -1
  474. package/dist/components/LanguageDropdown/LanguageDropdown.stories.d.ts +2 -2
  475. package/dist/components/LanguageDropdown/LanguageDropdown.stories.js +20 -20
  476. package/dist/components/LanguageDropdown/LanguageDropdown.stories.js.map +1 -1
  477. package/dist/components/LanguageDropdown/LanguageDropdown.styled.js +14 -14
  478. package/dist/components/LanguageDropdown/index.d.ts +2 -2
  479. package/dist/components/LanguageDropdown/index.js +1 -1
  480. package/dist/components/Logo/Logo.d.ts +2 -2
  481. package/dist/components/Logo/Logo.js +2 -2
  482. package/dist/components/Logo/Logo.js.map +1 -1
  483. package/dist/components/Logo/Logo.stories.d.ts +2 -2
  484. package/dist/components/Logo/Logo.stories.js +6 -6
  485. package/dist/components/Logo/Logo.styled.js +14 -14
  486. package/dist/components/Logo/Logo.styled.js.map +1 -1
  487. package/dist/components/Logo/Logo.types.d.ts +2 -2
  488. package/dist/components/Mana/Mana.d.ts +2 -2
  489. package/dist/components/Mana/Mana.js +7 -7
  490. package/dist/components/Mana/Mana.js.map +1 -1
  491. package/dist/components/Mana/Mana.stories.d.ts +3 -3
  492. package/dist/components/Mana/Mana.stories.js +43 -43
  493. package/dist/components/Mana/Mana.stories.js.map +1 -1
  494. package/dist/components/Mana/Mana.styled.d.ts +2 -2
  495. package/dist/components/Mana/Mana.styled.js +19 -29
  496. package/dist/components/Mana/Mana.styled.js.map +1 -1
  497. package/dist/components/Mana/Mana.types.d.ts +2 -2
  498. package/dist/components/Mana/index.d.ts +2 -2
  499. package/dist/components/Mana/index.js +2 -2
  500. package/dist/components/Media/Media.d.ts +6 -6
  501. package/dist/components/Media/Media.js +14 -14
  502. package/dist/components/Media/Media.js.map +1 -1
  503. package/dist/components/Media/index.d.ts +1 -1
  504. package/dist/components/Media/index.js +1 -1
  505. package/dist/components/Modal/DownloadModal/DownloadModal.d.ts +1 -1
  506. package/dist/components/Modal/DownloadModal/DownloadModal.js +5 -5
  507. package/dist/components/Modal/DownloadModal/DownloadModal.js.map +1 -1
  508. package/dist/components/Modal/DownloadModal/DownloadModal.stories.d.ts +2 -2
  509. package/dist/components/Modal/DownloadModal/DownloadModal.stories.js +64 -64
  510. package/dist/components/Modal/DownloadModal/DownloadModal.stories.js.map +1 -1
  511. package/dist/components/Modal/DownloadModal/DownloadModal.styled.js +30 -30
  512. package/dist/components/Modal/DownloadModal/DownloadModal.types.d.ts +2 -2
  513. package/dist/components/Modal/DownloadModal/ExplorerJumpIn.d.ts +2 -2
  514. package/dist/components/Modal/DownloadModal/ExplorerJumpIn.js +5 -5
  515. package/dist/components/Modal/DownloadModal/ExplorerJumpIn.js.map +1 -1
  516. package/dist/components/Modal/DownloadModal/index.d.ts +2 -2
  517. package/dist/components/Modal/DownloadModal/index.js +1 -1
  518. package/dist/components/Modal/Modal.d.ts +2 -2
  519. package/dist/components/Modal/Modal.js +7 -7
  520. package/dist/components/Modal/Modal.js.map +1 -1
  521. package/dist/components/Modal/Modal.stories.d.ts +3 -3
  522. package/dist/components/Modal/Modal.stories.js +68 -68
  523. package/dist/components/Modal/Modal.stories.js.map +1 -1
  524. package/dist/components/Modal/Modal.styled.d.ts +3 -3
  525. package/dist/components/Modal/Modal.styled.js +34 -34
  526. package/dist/components/Modal/Modal.styled.js.map +1 -1
  527. package/dist/components/Modal/Modal.types.d.ts +5 -5
  528. package/dist/components/Modal/index.d.ts +2 -2
  529. package/dist/components/Modal/index.js +1 -1
  530. package/dist/components/Navbar/MainMenu/MainMenu.d.ts +1 -1
  531. package/dist/components/Navbar/MainMenu/MainMenu.js +8 -8
  532. package/dist/components/Navbar/MainMenu/MainMenu.js.map +1 -1
  533. package/dist/components/Navbar/MainMenu/MainMenu.styled.js +21 -21
  534. package/dist/components/Navbar/MainMenu/MainMenu.styled.js.map +1 -1
  535. package/dist/components/Navbar/MainMenu/MainMenu.types.d.ts +1 -1
  536. package/dist/components/Navbar/MenuItem/MenuItem.d.ts +1 -1
  537. package/dist/components/Navbar/MenuItem/MenuItem.js +7 -7
  538. package/dist/components/Navbar/MenuItem/MenuItem.js.map +1 -1
  539. package/dist/components/Navbar/MenuItem/MenuItem.styled.js +35 -35
  540. package/dist/components/Navbar/MenuItem/MenuItem.styled.js.map +1 -1
  541. package/dist/components/Navbar/MenuItem/MenuItem.types.d.ts +1 -1
  542. package/dist/components/Navbar/Navbar.d.ts +2 -2
  543. package/dist/components/Navbar/Navbar.defaults.d.ts +2 -2
  544. package/dist/components/Navbar/Navbar.defaults.js +144 -144
  545. package/dist/components/Navbar/Navbar.js +11 -16
  546. package/dist/components/Navbar/Navbar.js.map +1 -1
  547. package/dist/components/Navbar/Navbar.stories.d.ts +2 -2
  548. package/dist/components/Navbar/Navbar.stories.js +30 -30
  549. package/dist/components/Navbar/Navbar.stories.js.map +1 -1
  550. package/dist/components/Navbar/Navbar.styled.d.ts +1 -1
  551. package/dist/components/Navbar/Navbar.styled.js +69 -69
  552. package/dist/components/Navbar/Navbar.styled.js.map +1 -1
  553. package/dist/components/Navbar/Navbar.types.d.ts +4 -4
  554. package/dist/components/Navbar/Navbar.types.js.map +1 -1
  555. package/dist/components/Navbar/SubMenu/SubMenu.d.ts +1 -1
  556. package/dist/components/Navbar/SubMenu/SubMenu.js +7 -7
  557. package/dist/components/Navbar/SubMenu/SubMenu.js.map +1 -1
  558. package/dist/components/Navbar/SubMenu/SubMenu.styled.d.ts +1 -1
  559. package/dist/components/Navbar/SubMenu/SubMenu.styled.js +83 -83
  560. package/dist/components/Navbar/SubMenu/SubMenu.styled.js.map +1 -1
  561. package/dist/components/Navbar/SubMenu/SubMenu.types.d.ts +1 -1
  562. package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.d.ts +1 -1
  563. package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.js +2 -2
  564. package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.styled.js +22 -22
  565. package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.styled.js.map +1 -1
  566. package/dist/components/Navbar/SubMenuItem/SubMenuItem.d.ts +1 -1
  567. package/dist/components/Navbar/SubMenuItem/SubMenuItem.js +6 -7
  568. package/dist/components/Navbar/SubMenuItem/SubMenuItem.js.map +1 -1
  569. package/dist/components/Navbar/SubMenuItem/SubMenuItem.styled.d.ts +1 -1
  570. package/dist/components/Navbar/SubMenuItem/SubMenuItem.styled.js +49 -49
  571. package/dist/components/Navbar/SubMenuItem/SubMenuItem.styled.js.map +1 -1
  572. package/dist/components/Navbar/index.d.ts +2 -2
  573. package/dist/components/Navbar/index.js +2 -2
  574. package/dist/components/Navbar/utils.js +7 -7
  575. package/dist/components/Navbar/utils.js.map +1 -1
  576. package/dist/components/Notifications/NotificationItem/NotificationItem.d.ts +2 -2
  577. package/dist/components/Notifications/NotificationItem/NotificationItem.js +8 -8
  578. package/dist/components/Notifications/NotificationItem/NotificationItem.js.map +1 -1
  579. package/dist/components/Notifications/NotificationItem/NotificationItem.styled.d.ts +1 -1
  580. package/dist/components/Notifications/NotificationItem/NotificationItem.styled.js +40 -40
  581. package/dist/components/Notifications/NotificationItem/NotificationItem.styled.js.map +1 -1
  582. package/dist/components/Notifications/NotificationItem/NotificationItem.types.d.ts +2 -2
  583. package/dist/components/Notifications/NotificationItem/NotificationItemText.d.ts +3 -3
  584. package/dist/components/Notifications/NotificationItem/NotificationItemText.js +3 -3
  585. package/dist/components/Notifications/NotificationItem/NotificationItemText.js.map +1 -1
  586. package/dist/components/Notifications/NotificationItem/index.d.ts +4 -4
  587. package/dist/components/Notifications/NotificationItem/index.js +2 -2
  588. package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.d.ts +2 -2
  589. package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.js +5 -5
  590. package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.js.map +1 -1
  591. package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.js +19 -19
  592. package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.js.map +1 -1
  593. package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.types.d.ts +1 -1
  594. package/dist/components/Notifications/NotificationItemImage/index.d.ts +2 -2
  595. package/dist/components/Notifications/NotificationItemImage/index.js +1 -1
  596. package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.d.ts +2 -2
  597. package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.js +2 -2
  598. package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.js.map +1 -1
  599. package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.d.ts +1 -1
  600. package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.js +4 -4
  601. package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.types.d.ts +1 -1
  602. package/dist/components/Notifications/NotificationItemNFTLink/index.d.ts +2 -2
  603. package/dist/components/Notifications/NotificationItemNFTLink/index.js +1 -1
  604. package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.d.ts +1 -1
  605. package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.js +39 -39
  606. package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.js.map +1 -1
  607. package/dist/components/Notifications/NotificationTypes/Credits/Credits.types.d.ts +3 -3
  608. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.d.ts +3 -3
  609. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js +4 -4
  610. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js.map +1 -1
  611. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.d.ts +3 -3
  612. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js +4 -4
  613. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js.map +1 -1
  614. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.d.ts +3 -3
  615. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js +4 -4
  616. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js.map +1 -1
  617. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.d.ts +3 -3
  618. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js +6 -6
  619. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js.map +1 -1
  620. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.d.ts +3 -3
  621. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js +6 -6
  622. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js.map +1 -1
  623. package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.d.ts +3 -3
  624. package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.js +6 -6
  625. package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.js.map +1 -1
  626. package/dist/components/Notifications/NotificationTypes/Credits/index.d.ts +6 -6
  627. package/dist/components/Notifications/NotificationTypes/Credits/index.js +6 -6
  628. package/dist/components/Notifications/NotificationTypes/Events/Countdown.d.ts +1 -1
  629. package/dist/components/Notifications/NotificationTypes/Events/Countdown.js +7 -7
  630. package/dist/components/Notifications/NotificationTypes/Events/Countdown.js.map +1 -1
  631. package/dist/components/Notifications/NotificationTypes/Events/Events.i18n.js +29 -29
  632. package/dist/components/Notifications/NotificationTypes/Events/EventsStartedNotification.d.ts +2 -2
  633. package/dist/components/Notifications/NotificationTypes/Events/EventsStartedNotification.js +6 -6
  634. package/dist/components/Notifications/NotificationTypes/Events/EventsStartedNotification.js.map +1 -1
  635. package/dist/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.d.ts +2 -2
  636. package/dist/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.js +7 -7
  637. package/dist/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.js.map +1 -1
  638. package/dist/components/Notifications/NotificationTypes/Events/index.d.ts +2 -2
  639. package/dist/components/Notifications/NotificationTypes/Events/index.js +2 -2
  640. package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.d.ts +1 -1
  641. package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.js +95 -95
  642. package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.js.map +1 -1
  643. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.d.ts +2 -2
  644. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js +3 -3
  645. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js.map +1 -1
  646. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.d.ts +2 -2
  647. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js +7 -8
  648. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js.map +1 -1
  649. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.d.ts +2 -2
  650. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js +7 -7
  651. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js.map +1 -1
  652. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.d.ts +2 -2
  653. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js +7 -8
  654. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js.map +1 -1
  655. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.d.ts +2 -2
  656. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js +7 -7
  657. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js.map +1 -1
  658. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.d.ts +2 -2
  659. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js +7 -7
  660. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js.map +1 -1
  661. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.d.ts +2 -2
  662. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js +6 -6
  663. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js.map +1 -1
  664. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.d.ts +2 -2
  665. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js +7 -7
  666. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js.map +1 -1
  667. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.d.ts +2 -2
  668. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js +7 -7
  669. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js.map +1 -1
  670. package/dist/components/Notifications/NotificationTypes/Governance/index.d.ts +9 -9
  671. package/dist/components/Notifications/NotificationTypes/Governance/index.js +9 -9
  672. package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.js +20 -20
  673. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.d.ts +2 -2
  674. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js +6 -6
  675. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js.map +1 -1
  676. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.d.ts +2 -2
  677. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js +7 -9
  678. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js.map +1 -1
  679. package/dist/components/Notifications/NotificationTypes/Land/index.d.ts +2 -2
  680. package/dist/components/Notifications/NotificationTypes/Land/index.js +2 -2
  681. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.d.ts +2 -2
  682. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js +10 -12
  683. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js.map +1 -1
  684. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.d.ts +2 -2
  685. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js +10 -12
  686. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js.map +1 -1
  687. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.d.ts +2 -2
  688. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js +7 -7
  689. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js.map +1 -1
  690. package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.js +32 -32
  691. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.d.ts +2 -2
  692. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js +10 -12
  693. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js.map +1 -1
  694. package/dist/components/Notifications/NotificationTypes/Marketplace/index.d.ts +4 -4
  695. package/dist/components/Notifications/NotificationTypes/Marketplace/index.js +4 -4
  696. package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.js +11 -11
  697. package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.js.map +1 -1
  698. package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.d.ts +1 -1
  699. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.d.ts +2 -2
  700. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js +4 -4
  701. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js.map +1 -1
  702. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.d.ts +2 -2
  703. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js +3 -3
  704. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js.map +1 -1
  705. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.d.ts +2 -2
  706. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js +6 -8
  707. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js.map +1 -1
  708. package/dist/components/Notifications/NotificationTypes/Referral/index.d.ts +2 -2
  709. package/dist/components/Notifications/NotificationTypes/Referral/index.js +2 -2
  710. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.d.ts +2 -2
  711. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js +4 -4
  712. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js.map +1 -1
  713. package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.d.ts +2 -2
  714. package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js +3 -3
  715. package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js.map +1 -1
  716. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.d.ts +2 -2
  717. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js +3 -3
  718. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js.map +1 -1
  719. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.d.ts +2 -2
  720. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js +3 -3
  721. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js.map +1 -1
  722. package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.d.ts +1 -1
  723. package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.js +61 -61
  724. package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.js.map +1 -1
  725. package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.d.ts +2 -2
  726. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.d.ts +2 -2
  727. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js +3 -3
  728. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js.map +1 -1
  729. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.d.ts +2 -2
  730. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js +3 -3
  731. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js.map +1 -1
  732. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.d.ts +2 -2
  733. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js +3 -3
  734. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js.map +1 -1
  735. package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.d.ts +2 -2
  736. package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js +7 -7
  737. package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js.map +1 -1
  738. package/dist/components/Notifications/NotificationTypes/Reward/index.d.ts +6 -6
  739. package/dist/components/Notifications/NotificationTypes/Reward/index.js +6 -6
  740. package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.d.ts +1 -1
  741. package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.js +34 -34
  742. package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.js.map +1 -1
  743. package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.d.ts +1 -1
  744. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.d.ts +2 -2
  745. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js +3 -3
  746. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js.map +1 -1
  747. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.d.ts +2 -2
  748. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js +3 -3
  749. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js.map +1 -1
  750. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.d.ts +2 -2
  751. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js +3 -3
  752. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js.map +1 -1
  753. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.d.ts +2 -2
  754. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js +7 -7
  755. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js.map +1 -1
  756. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.d.ts +2 -2
  757. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js +3 -3
  758. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js.map +1 -1
  759. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.d.ts +2 -2
  760. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js +3 -3
  761. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js.map +1 -1
  762. package/dist/components/Notifications/NotificationTypes/Streaming/index.d.ts +5 -5
  763. package/dist/components/Notifications/NotificationTypes/Streaming/index.js +5 -5
  764. package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.d.ts +2 -2
  765. package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.js +7 -7
  766. package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.js.map +1 -1
  767. package/dist/components/Notifications/NotificationTypes/Transfer/TipNotification.d.ts +2 -2
  768. package/dist/components/Notifications/NotificationTypes/Transfer/TipNotification.js +14 -15
  769. package/dist/components/Notifications/NotificationTypes/Transfer/TipNotification.js.map +1 -1
  770. package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.js +14 -14
  771. package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.js.map +1 -1
  772. package/dist/components/Notifications/NotificationTypes/Transfer/index.d.ts +2 -2
  773. package/dist/components/Notifications/NotificationTypes/Transfer/index.js +2 -2
  774. package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.d.ts +1 -1
  775. package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.js +62 -62
  776. package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.js.map +1 -1
  777. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.d.ts +2 -2
  778. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js +4 -4
  779. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js.map +1 -1
  780. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.d.ts +2 -2
  781. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js +6 -6
  782. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js.map +1 -1
  783. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.d.ts +2 -2
  784. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js +6 -6
  785. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js.map +1 -1
  786. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.d.ts +2 -2
  787. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js +13 -19
  788. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js.map +1 -1
  789. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.d.ts +2 -2
  790. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js +9 -13
  791. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js.map +1 -1
  792. package/dist/components/Notifications/NotificationTypes/Worlds/index.d.ts +5 -5
  793. package/dist/components/Notifications/NotificationTypes/Worlds/index.js +5 -5
  794. package/dist/components/Notifications/NotificationTypes/index.d.ts +11 -11
  795. package/dist/components/Notifications/NotificationTypes/index.js +11 -11
  796. package/dist/components/Notifications/NotificationTypes/index.js.map +1 -1
  797. package/dist/components/Notifications/Notifications.stories.d.ts +3 -3
  798. package/dist/components/Notifications/Notifications.stories.js +78 -88
  799. package/dist/components/Notifications/Notifications.stories.js.map +1 -1
  800. package/dist/components/Notifications/Notifications.styled.d.ts +1 -1
  801. package/dist/components/Notifications/Notifications.styled.js +1 -1
  802. package/dist/components/Notifications/Notifications.styled.js.map +1 -1
  803. package/dist/components/Notifications/Notifications.types.d.ts +6 -6
  804. package/dist/components/Notifications/Notifications.types.js.map +1 -1
  805. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.d.ts +2 -2
  806. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.i18n.js +12 -12
  807. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.i18n.js.map +1 -1
  808. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.js +22 -23
  809. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.js.map +1 -1
  810. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.styled.d.ts +1 -1
  811. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.styled.js +56 -56
  812. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.styled.js.map +1 -1
  813. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.types.d.ts +3 -3
  814. package/dist/components/Notifications/NotificationsFeed/index.d.ts +2 -2
  815. package/dist/components/Notifications/NotificationsFeed/index.js +1 -1
  816. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.d.ts +2 -2
  817. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.i18n.js +30 -30
  818. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.i18n.js.map +1 -1
  819. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.js +15 -16
  820. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.js.map +1 -1
  821. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.d.ts +3 -3
  822. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.js +35 -35
  823. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.js.map +1 -1
  824. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.types.d.ts +3 -3
  825. package/dist/components/Notifications/NotificationsFeedTabs/index.d.ts +2 -2
  826. package/dist/components/Notifications/NotificationsFeedTabs/index.js +1 -1
  827. package/dist/components/Notifications/NotificationsToggle/Notifications.d.ts +2 -2
  828. package/dist/components/Notifications/NotificationsToggle/Notifications.js +8 -8
  829. package/dist/components/Notifications/NotificationsToggle/Notifications.js.map +1 -1
  830. package/dist/components/Notifications/NotificationsToggle/Notifications.styled.js +17 -17
  831. package/dist/components/Notifications/NotificationsToggle/Notifications.styled.js.map +1 -1
  832. package/dist/components/Notifications/NotificationsToggle/Notifications.types.d.ts +3 -3
  833. package/dist/components/Notifications/NotificationsToggle/index.d.ts +2 -2
  834. package/dist/components/Notifications/NotificationsToggle/index.js +1 -1
  835. package/dist/components/Notifications/index.d.ts +4 -4
  836. package/dist/components/Notifications/index.js +2 -2
  837. package/dist/components/Notifications/utils.d.ts +4 -4
  838. package/dist/components/Notifications/utils.js +4 -4
  839. package/dist/components/Notifications/utils.js.map +1 -1
  840. package/dist/components/Profile/Profile.d.ts +2 -2
  841. package/dist/components/Profile/Profile.i18n.d.ts +1 -1
  842. package/dist/components/Profile/Profile.i18n.js +1 -1
  843. package/dist/components/Profile/Profile.js +9 -9
  844. package/dist/components/Profile/Profile.js.map +1 -1
  845. package/dist/components/Profile/Profile.stories.d.ts +4 -4
  846. package/dist/components/Profile/Profile.stories.js +88 -88
  847. package/dist/components/Profile/Profile.stories.js.map +1 -1
  848. package/dist/components/Profile/Profile.stories.styled.js +15 -15
  849. package/dist/components/Profile/Profile.styled.d.ts +2 -2
  850. package/dist/components/Profile/Profile.styled.js +24 -24
  851. package/dist/components/Profile/Profile.styled.js.map +1 -1
  852. package/dist/components/Profile/Profile.types.d.ts +7 -7
  853. package/dist/components/Profile/ProfileImage.d.ts +2 -2
  854. package/dist/components/Profile/ProfileImage.js +12 -12
  855. package/dist/components/Profile/ProfileImage.js.map +1 -1
  856. package/dist/components/Profile/index.d.ts +2 -2
  857. package/dist/components/Profile/index.js +2 -2
  858. package/dist/components/RarityBadge/RarityBadge.d.ts +2 -2
  859. package/dist/components/RarityBadge/RarityBadge.i18n.d.ts +1 -1
  860. package/dist/components/RarityBadge/RarityBadge.i18n.js +18 -18
  861. package/dist/components/RarityBadge/RarityBadge.js +6 -6
  862. package/dist/components/RarityBadge/RarityBadge.js.map +1 -1
  863. package/dist/components/RarityBadge/RarityBadge.stories.d.ts +3 -3
  864. package/dist/components/RarityBadge/RarityBadge.stories.js +74 -74
  865. package/dist/components/RarityBadge/RarityBadge.stories.js.map +1 -1
  866. package/dist/components/RarityBadge/RarityBadge.stories.styled.js +5 -5
  867. package/dist/components/RarityBadge/RarityBadge.styled.d.ts +1 -1
  868. package/dist/components/RarityBadge/RarityBadge.styled.js +13 -13
  869. package/dist/components/RarityBadge/RarityBadge.styled.js.map +1 -1
  870. package/dist/components/RarityBadge/RarityBadge.types.d.ts +3 -3
  871. package/dist/components/RarityBadge/index.d.ts +2 -2
  872. package/dist/components/RarityBadge/index.js +2 -2
  873. package/dist/components/SceneCard/SceneCard.d.ts +1 -1
  874. package/dist/components/SceneCard/SceneCard.js +17 -19
  875. package/dist/components/SceneCard/SceneCard.js.map +1 -1
  876. package/dist/components/SceneCard/SceneCard.stories.d.ts +3 -3
  877. package/dist/components/SceneCard/SceneCard.stories.js +116 -128
  878. package/dist/components/SceneCard/SceneCard.stories.js.map +1 -1
  879. package/dist/components/SceneCard/SceneCard.styled.d.ts +1 -1
  880. package/dist/components/SceneCard/SceneCard.styled.js +221 -227
  881. package/dist/components/SceneCard/SceneCard.styled.js.map +1 -1
  882. package/dist/components/SceneCard/SceneCard.types.d.ts +4 -4
  883. package/dist/components/SceneCard/index.d.ts +2 -2
  884. package/dist/components/SceneCard/index.js +1 -1
  885. package/dist/components/ScenesTable/ScenesTable.d.ts +1 -1
  886. package/dist/components/ScenesTable/ScenesTable.js +19 -19
  887. package/dist/components/ScenesTable/ScenesTable.js.map +1 -1
  888. package/dist/components/ScenesTable/ScenesTable.stories.d.ts +2 -2
  889. package/dist/components/ScenesTable/ScenesTable.stories.js +89 -89
  890. package/dist/components/ScenesTable/ScenesTable.stories.js.map +1 -1
  891. package/dist/components/ScenesTable/ScenesTable.types.d.ts +2 -2
  892. package/dist/components/ScenesTable/index.d.ts +2 -2
  893. package/dist/components/ScenesTable/index.js +1 -1
  894. package/dist/components/ScenesTable/rows/ActionRow/ActionRow.d.ts +1 -1
  895. package/dist/components/ScenesTable/rows/ActionRow/ActionRow.js +10 -12
  896. package/dist/components/ScenesTable/rows/ActionRow/ActionRow.js.map +1 -1
  897. package/dist/components/ScenesTable/rows/ActionRow/ActionRow.styled.js +39 -41
  898. package/dist/components/ScenesTable/rows/ActionRow/ActionRow.styled.js.map +1 -1
  899. package/dist/components/ScenesTable/rows/ActionRow/ActionRow.types.d.ts +1 -1
  900. package/dist/components/ScenesTable/rows/ActionRow/index.d.ts +2 -2
  901. package/dist/components/ScenesTable/rows/ActionRow/index.js +1 -1
  902. package/dist/components/ScenesTable/rows/AvatarRow/AvatarRow.d.ts +1 -1
  903. package/dist/components/ScenesTable/rows/AvatarRow/AvatarRow.js +3 -3
  904. package/dist/components/ScenesTable/rows/AvatarRow/AvatarRow.types.d.ts +1 -1
  905. package/dist/components/ScenesTable/rows/AvatarRow/index.d.ts +2 -2
  906. package/dist/components/ScenesTable/rows/AvatarRow/index.js +1 -1
  907. package/dist/components/ScenesTable/rows/LocationRow/LocationRow.d.ts +1 -1
  908. package/dist/components/ScenesTable/rows/LocationRow/LocationRow.js +6 -8
  909. package/dist/components/ScenesTable/rows/LocationRow/LocationRow.js.map +1 -1
  910. package/dist/components/ScenesTable/rows/LocationRow/LocationRow.styled.js +13 -13
  911. package/dist/components/ScenesTable/rows/LocationRow/index.d.ts +2 -2
  912. package/dist/components/ScenesTable/rows/LocationRow/index.js +1 -1
  913. package/dist/components/ScenesTable/rows/SceneRow/SceneRow.d.ts +1 -1
  914. package/dist/components/ScenesTable/rows/SceneRow/SceneRow.js +7 -7
  915. package/dist/components/ScenesTable/rows/SceneRow/SceneRow.js.map +1 -1
  916. package/dist/components/ScenesTable/rows/SceneRow/SceneRow.styled.d.ts +1 -1
  917. package/dist/components/ScenesTable/rows/SceneRow/SceneRow.styled.js +54 -54
  918. package/dist/components/ScenesTable/rows/SceneRow/SceneRow.styled.js.map +1 -1
  919. package/dist/components/ScenesTable/rows/SceneRow/SceneRow.types.d.ts +1 -1
  920. package/dist/components/ScenesTable/rows/SceneRow/index.d.ts +2 -2
  921. package/dist/components/ScenesTable/rows/SceneRow/index.js +1 -1
  922. package/dist/components/ScenesTable/rows/index.d.ts +8 -8
  923. package/dist/components/ScenesTable/rows/index.js +4 -4
  924. package/dist/components/Table/Table.d.ts +1 -1
  925. package/dist/components/Table/Table.js +12 -14
  926. package/dist/components/Table/Table.js.map +1 -1
  927. package/dist/components/Table/Table.stories.d.ts +4 -4
  928. package/dist/components/Table/Table.stories.js +109 -109
  929. package/dist/components/Table/Table.stories.js.map +1 -1
  930. package/dist/components/Table/Table.styled.d.ts +1 -1
  931. package/dist/components/Table/Table.styled.js +84 -88
  932. package/dist/components/Table/Table.styled.js.map +1 -1
  933. package/dist/components/Table/Table.types.d.ts +1 -1
  934. package/dist/components/Table/index.d.ts +2 -2
  935. package/dist/components/Table/index.js +1 -1
  936. package/dist/components/UserLabel/UserLabel.d.ts +1 -1
  937. package/dist/components/UserLabel/UserLabel.js +6 -6
  938. package/dist/components/UserLabel/UserLabel.js.map +1 -1
  939. package/dist/components/UserLabel/UserLabel.stories.d.ts +2 -2
  940. package/dist/components/UserLabel/UserLabel.stories.js +50 -50
  941. package/dist/components/UserLabel/UserLabel.stories.js.map +1 -1
  942. package/dist/components/UserLabel/UserLabel.styled.js +11 -11
  943. package/dist/components/UserLabel/UserLabel.types.d.ts +1 -1
  944. package/dist/components/UserLabel/index.d.ts +2 -2
  945. package/dist/components/UserLabel/index.js +1 -1
  946. package/dist/components/UserMenu/ManaBalances/ManaBalances.d.ts +2 -2
  947. package/dist/components/UserMenu/ManaBalances/ManaBalances.js +11 -14
  948. package/dist/components/UserMenu/ManaBalances/ManaBalances.js.map +1 -1
  949. package/dist/components/UserMenu/ManaBalances/ManaBalances.stories.d.ts +3 -3
  950. package/dist/components/UserMenu/ManaBalances/ManaBalances.stories.js +36 -36
  951. package/dist/components/UserMenu/ManaBalances/ManaBalances.stories.js.map +1 -1
  952. package/dist/components/UserMenu/ManaBalances/ManaBalances.styled.d.ts +1 -1
  953. package/dist/components/UserMenu/ManaBalances/ManaBalances.styled.js +53 -53
  954. package/dist/components/UserMenu/ManaBalances/ManaBalances.styled.js.map +1 -1
  955. package/dist/components/UserMenu/ManaBalances/ManaBalances.types.d.ts +2 -2
  956. package/dist/components/UserMenu/ManaBalances/index.d.ts +2 -2
  957. package/dist/components/UserMenu/ManaBalances/index.js +1 -1
  958. package/dist/components/UserMenu/UserMenu.d.ts +2 -2
  959. package/dist/components/UserMenu/UserMenu.i18n.d.ts +1 -1
  960. package/dist/components/UserMenu/UserMenu.i18n.js +16 -16
  961. package/dist/components/UserMenu/UserMenu.js +14 -16
  962. package/dist/components/UserMenu/UserMenu.js.map +1 -1
  963. package/dist/components/UserMenu/UserMenu.stories.d.ts +3 -3
  964. package/dist/components/UserMenu/UserMenu.stories.js +48 -48
  965. package/dist/components/UserMenu/UserMenu.stories.js.map +1 -1
  966. package/dist/components/UserMenu/UserMenu.styled.js +14 -14
  967. package/dist/components/UserMenu/UserMenu.types.d.ts +5 -5
  968. package/dist/components/UserMenu/UserMenu.types.js.map +1 -1
  969. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuActions.stories.d.ts +2 -2
  970. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuActions.stories.js +14 -14
  971. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuActions.stories.js.map +1 -1
  972. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.d.ts +2 -2
  973. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.js +33 -41
  974. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.js.map +1 -1
  975. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.d.ts +2 -2
  976. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js +27 -27
  977. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js.map +1 -1
  978. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.styled.d.ts +2 -2
  979. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.styled.js +134 -134
  980. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.styled.js.map +1 -1
  981. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.types.d.ts +6 -6
  982. package/dist/components/UserMenu/index.d.ts +6 -6
  983. package/dist/components/UserMenu/index.js +3 -3
  984. package/dist/components/WearablePreview/AnimationControls/AnimationControls.d.ts +2 -2
  985. package/dist/components/WearablePreview/AnimationControls/AnimationControls.js +21 -26
  986. package/dist/components/WearablePreview/AnimationControls/AnimationControls.js.map +1 -1
  987. package/dist/components/WearablePreview/AnimationControls/AnimationControls.styled.js +6 -6
  988. package/dist/components/WearablePreview/AnimationControls/AnimationControls.styled.js.map +1 -1
  989. package/dist/components/WearablePreview/AnimationControls/AnimationControls.types.d.ts +3 -3
  990. package/dist/components/WearablePreview/AnimationControls/index.d.ts +2 -2
  991. package/dist/components/WearablePreview/AnimationControls/index.js +1 -1
  992. package/dist/components/WearablePreview/EmoteControls/EmoteControls.d.ts +2 -2
  993. package/dist/components/WearablePreview/EmoteControls/EmoteControls.js +24 -31
  994. package/dist/components/WearablePreview/EmoteControls/EmoteControls.js.map +1 -1
  995. package/dist/components/WearablePreview/EmoteControls/EmoteControls.styled.d.ts +1 -1
  996. package/dist/components/WearablePreview/EmoteControls/EmoteControls.styled.js +56 -56
  997. package/dist/components/WearablePreview/EmoteControls/EmoteControls.styled.js.map +1 -1
  998. package/dist/components/WearablePreview/EmoteControls/EmoteControls.types.d.ts +2 -2
  999. package/dist/components/WearablePreview/EmoteControls/index.d.ts +2 -2
  1000. package/dist/components/WearablePreview/EmoteControls/index.js +1 -1
  1001. package/dist/components/WearablePreview/TranslationControls/TranslationControls.d.ts +2 -2
  1002. package/dist/components/WearablePreview/TranslationControls/TranslationControls.js +6 -6
  1003. package/dist/components/WearablePreview/TranslationControls/TranslationControls.js.map +1 -1
  1004. package/dist/components/WearablePreview/TranslationControls/TranslationControls.styled.d.ts +2 -2
  1005. package/dist/components/WearablePreview/TranslationControls/TranslationControls.styled.js +39 -41
  1006. package/dist/components/WearablePreview/TranslationControls/TranslationControls.styled.js.map +1 -1
  1007. package/dist/components/WearablePreview/TranslationControls/TranslationControls.types.d.ts +1 -1
  1008. package/dist/components/WearablePreview/TranslationControls/index.d.ts +3 -3
  1009. package/dist/components/WearablePreview/TranslationControls/index.js +2 -2
  1010. package/dist/components/WearablePreview/WearablePreview.controller.d.ts +1 -1
  1011. package/dist/components/WearablePreview/WearablePreview.controller.js +34 -38
  1012. package/dist/components/WearablePreview/WearablePreview.controller.js.map +1 -1
  1013. package/dist/components/WearablePreview/WearablePreview.d.ts +2 -2
  1014. package/dist/components/WearablePreview/WearablePreview.js +75 -81
  1015. package/dist/components/WearablePreview/WearablePreview.js.map +1 -1
  1016. package/dist/components/WearablePreview/WearablePreview.stories.d.ts +2 -2
  1017. package/dist/components/WearablePreview/WearablePreview.stories.js +144 -151
  1018. package/dist/components/WearablePreview/WearablePreview.stories.js.map +1 -1
  1019. package/dist/components/WearablePreview/WearablePreview.stories.styled.js +4 -4
  1020. package/dist/components/WearablePreview/WearablePreview.styled.js +5 -5
  1021. package/dist/components/WearablePreview/WearablePreview.types.d.ts +3 -3
  1022. package/dist/components/WearablePreview/ZoomControls/ZoomControls.d.ts +2 -2
  1023. package/dist/components/WearablePreview/ZoomControls/ZoomControls.js +7 -7
  1024. package/dist/components/WearablePreview/ZoomControls/ZoomControls.js.map +1 -1
  1025. package/dist/components/WearablePreview/ZoomControls/ZoomControls.styled.d.ts +1 -1
  1026. package/dist/components/WearablePreview/ZoomControls/ZoomControls.styled.js +21 -21
  1027. package/dist/components/WearablePreview/ZoomControls/ZoomControls.types.d.ts +1 -1
  1028. package/dist/components/WearablePreview/ZoomControls/index.d.ts +3 -3
  1029. package/dist/components/WearablePreview/ZoomControls/index.js +2 -2
  1030. package/dist/components/WearablePreview/index.d.ts +11 -11
  1031. package/dist/components/WearablePreview/index.js +6 -6
  1032. package/dist/components/WearablePreview/useWearablePreviewController.d.ts +1 -1
  1033. package/dist/components/WearablePreview/useWearablePreviewController.js +6 -7
  1034. package/dist/components/WearablePreview/useWearablePreviewController.js.map +1 -1
  1035. package/dist/config/index.js +5 -5
  1036. package/dist/data/avatar.d.ts +1 -1
  1037. package/dist/data/avatar.js +45 -45
  1038. package/dist/data/avatar.js.map +1 -1
  1039. package/dist/data/item.d.ts +1 -1
  1040. package/dist/data/item.js +15 -15
  1041. package/dist/data/item.js.map +1 -1
  1042. package/dist/data/notifications.d.ts +3 -3
  1043. package/dist/data/notifications.js +312 -312
  1044. package/dist/data/notifications.js.map +1 -1
  1045. package/dist/index.d.ts +46 -46
  1046. package/dist/index.js +44 -44
  1047. package/dist/index.js.map +1 -1
  1048. package/dist/lib/debounce.js.map +1 -1
  1049. package/dist/lib/network.d.ts +2 -2
  1050. package/dist/lib/network.js +9 -9
  1051. package/dist/lib/network.js.map +1 -1
  1052. package/dist/modules/cdnReleases.d.ts +1 -1
  1053. package/dist/modules/cdnReleases.js +18 -18
  1054. package/dist/modules/cdnReleases.js.map +1 -1
  1055. package/dist/modules/contentful.d.ts +1 -1
  1056. package/dist/modules/contentful.js +3 -5
  1057. package/dist/modules/contentful.js.map +1 -1
  1058. package/dist/modules/file.js +3 -3
  1059. package/dist/modules/file.js.map +1 -1
  1060. package/dist/modules/index.d.ts +7 -7
  1061. package/dist/modules/index.js +7 -7
  1062. package/dist/modules/jumpIn.d.ts +1 -1
  1063. package/dist/modules/jumpIn.js +17 -20
  1064. package/dist/modules/jumpIn.js.map +1 -1
  1065. package/dist/modules/url.js.map +1 -1
  1066. package/dist/modules/userAgent.d.ts +2 -2
  1067. package/dist/modules/userAgent.js +3 -3
  1068. package/dist/modules/userAgent.js.map +1 -1
  1069. package/dist/modules/webGpu.js +1 -1
  1070. package/dist/modules/webGpu.js.map +1 -1
  1071. package/dist/theme/colorSchemes.d.ts +1 -1
  1072. package/dist/theme/colorSchemes.js +211 -211
  1073. package/dist/theme/colors.d.ts +2 -2
  1074. package/dist/theme/colors.js +24 -24
  1075. package/dist/theme/colors.js.map +1 -1
  1076. package/dist/theme/components.d.ts +1 -1
  1077. package/dist/theme/components.js +2628 -2630
  1078. package/dist/theme/components.js.map +1 -1
  1079. package/dist/theme/index.d.ts +1 -1
  1080. package/dist/theme/index.js +12 -12
  1081. package/dist/theme/index.js.map +1 -1
  1082. package/dist/theme/provider.d.ts +2 -2
  1083. package/dist/theme/provider.js +3 -3
  1084. package/dist/theme/types.d.ts +1 -1
  1085. package/dist/theme/typography.js +19 -19
  1086. package/dist/utils/colors.js +3 -5
  1087. package/dist/utils/colors.js.map +1 -1
  1088. package/dist/utils/colors.spec.js +84 -84
  1089. package/dist/utils/colors.spec.js.map +1 -1
  1090. package/dist/utils/index.d.ts +2 -2
  1091. package/dist/utils/index.js +2 -2
  1092. package/dist/utils/optionalDependency.d.ts +1 -1
  1093. package/dist/utils/optionalDependency.js +8 -8
  1094. package/dist/utils/optionalDependency.js.map +1 -1
  1095. package/package.json +5 -5
@@ -1,56 +1,56 @@
1
- import styled from "@emotion/styled";
2
- import { Box, Typography } from "@mui/material";
1
+ import styled from '@emotion/styled';
2
+ import { Box, Typography } from '@mui/material';
3
3
  const NotificationFeedTabsContainer = styled(Box)(({ theme }) => ({
4
- width: "384px",
5
- [theme.breakpoints.down("sm")]: {
6
- width: "100%",
7
- },
4
+ width: '384px',
5
+ [theme.breakpoints.down('sm')]: {
6
+ width: '100%'
7
+ }
8
8
  }));
9
- const NotificationFeedTabsHeader = styled("div")(({ theme }) => ({
10
- display: "flex",
11
- alignItems: "center",
12
- justifyContent: "space-between",
13
- padding: theme.spacing(1, 2),
9
+ const NotificationFeedTabsHeader = styled('div')(({ theme }) => ({
10
+ display: 'flex',
11
+ alignItems: 'center',
12
+ justifyContent: 'space-between',
13
+ padding: theme.spacing(1, 2)
14
14
  }));
15
15
  const NotificationFeedTabsTitle = styled(Typography)(({ theme }) => ({
16
16
  margin: 0,
17
17
  fontSize: theme.typography.pxToRem(18),
18
- fontWeight: 600,
18
+ fontWeight: 600
19
19
  }));
20
- const NotificationFeedTabsContent = styled("div")({
21
- height: "100%",
20
+ const NotificationFeedTabsContent = styled('div')({
21
+ height: '100%'
22
22
  });
23
- const NotificationFeedTabsListContainer = styled("div", {
24
- shouldForwardProp: (prop) => prop !== "isModal",
23
+ const NotificationFeedTabsListContainer = styled('div', {
24
+ shouldForwardProp: prop => prop !== 'isModal'
25
25
  })(({ isModal }) => ({
26
- display: "flex",
27
- maxHeight: "auto",
28
- overflowX: "hidden",
29
- overflowY: "visible",
30
- overscrollBehaviorY: "auto",
31
- width: "100vw",
32
- height: "calc(100vh - 250px)",
26
+ display: 'flex',
27
+ maxHeight: 'auto',
28
+ overflowX: 'hidden',
29
+ overflowY: 'visible',
30
+ overscrollBehaviorY: 'auto',
31
+ width: '100vw',
32
+ height: 'calc(100vh - 250px)',
33
33
  ...(isModal
34
34
  ? {}
35
35
  : {
36
- maxHeight: "290px",
37
- overflowY: "auto",
38
- overscrollBehaviorY: "contain",
39
- width: "auto",
40
- height: "auto",
41
- }),
36
+ maxHeight: '290px',
37
+ overflowY: 'auto',
38
+ overscrollBehaviorY: 'contain',
39
+ width: 'auto',
40
+ height: 'auto'
41
+ })
42
42
  }));
43
- const NotificationFeedTabsListWrapper = styled("div")({
44
- display: "flex",
45
- flexDirection: "column",
46
- width: "100%",
43
+ const NotificationFeedTabsListWrapper = styled('div')({
44
+ display: 'flex',
45
+ flexDirection: 'column',
46
+ width: '100%'
47
47
  });
48
48
  const NotificationFeedPrevious = styled(Typography)(({ theme }) => ({
49
49
  fontSize: theme.typography.pxToRem(16),
50
50
  fontWeight: 600,
51
51
  paddingLeft: theme.spacing(2),
52
52
  marginBottom: 0,
53
- marginTop: theme.spacing(1),
53
+ marginTop: theme.spacing(1)
54
54
  }));
55
- export { NotificationFeedPrevious, NotificationFeedTabsContainer, NotificationFeedTabsContent, NotificationFeedTabsHeader, NotificationFeedTabsListContainer, NotificationFeedTabsListWrapper, NotificationFeedTabsTitle, };
55
+ export { NotificationFeedPrevious, NotificationFeedTabsContainer, NotificationFeedTabsContent, NotificationFeedTabsHeader, NotificationFeedTabsListContainer, NotificationFeedTabsListWrapper, NotificationFeedTabsTitle };
56
56
  //# sourceMappingURL=NotificationsFeedTabs.styled.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationsFeedTabs.styled.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,iBAAiB,CAAA;AACpC,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAG/C,MAAM,6BAA6B,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAChE,KAAK,EAAE,OAAO;IACd,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;QAC9B,KAAK,EAAE,MAAM;KACd;CACF,CAAC,CAAC,CAAA;AAEH,MAAM,0BAA0B,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/D,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,eAAe;IAC/B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;CAC7B,CAAC,CAAC,CAAA;AAEH,MAAM,yBAAyB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IACnE,MAAM,EAAE,CAAC;IACT,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,CAAC;IACtC,UAAU,EAAE,GAAG;CAChB,CAAC,CAAC,CAAA;AAEH,MAAM,2BAA2B,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IAChD,MAAM,EAAE,MAAM;CACf,CAAC,CAAA;AAIF,MAAM,iCAAiC,GAAG,MAAM,CAAC,KAAK,EAAE;IACtD,iBAAiB,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,KAAK,SAAS;CAChD,CAAC,CAAgC,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC;IAClD,OAAO,EAAE,MAAM;IACf,SAAS,EAAE,MAAM;IACjB,SAAS,EAAE,QAAQ;IACnB,SAAS,EAAE,SAAS;IACpB,mBAAmB,EAAE,MAAM;IAC3B,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,qBAAqB;IAC7B,GAAG,CAAC,OAAO;QACT,CAAC,CAAC,EAAE;QACJ,CAAC,CAAC;YACE,SAAS,EAAE,OAAO;YAClB,SAAS,EAAE,MAAM;YACjB,mBAAmB,EAAE,SAAS;YAC9B,KAAK,EAAE,MAAM;YACb,MAAM,EAAE,MAAM;SACf,CAAC;CACP,CAAC,CAAC,CAAA;AAEH,MAAM,+BAA+B,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IACpD,OAAO,EAAE,MAAM;IACf,aAAa,EAAE,QAAQ;IACvB,KAAK,EAAE,MAAM;CACd,CAAC,CAAA;AAEF,MAAM,wBAAwB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAClE,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,CAAC;IACtC,UAAU,EAAE,GAAG;IACf,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;IAC7B,YAAY,EAAE,CAAC;IACf,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;CAC5B,CAAC,CAAC,CAAA;AAEH,OAAO,EACL,wBAAwB,EACxB,6BAA6B,EAC7B,2BAA2B,EAC3B,0BAA0B,EAC1B,iCAAiC,EACjC,+BAA+B,EAC/B,yBAAyB,GAC1B,CAAA"}
1
+ {"version":3,"file":"NotificationsFeedTabs.styled.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,iBAAiB,CAAA;AACpC,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAG/C,MAAM,6BAA6B,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAChE,KAAK,EAAE,OAAO;IACd,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;QAC9B,KAAK,EAAE,MAAM;KACd;CACF,CAAC,CAAC,CAAA;AAEH,MAAM,0BAA0B,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/D,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,eAAe;IAC/B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;CAC7B,CAAC,CAAC,CAAA;AAEH,MAAM,yBAAyB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IACnE,MAAM,EAAE,CAAC;IACT,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,CAAC;IACtC,UAAU,EAAE,GAAG;CAChB,CAAC,CAAC,CAAA;AAEH,MAAM,2BAA2B,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IAChD,MAAM,EAAE,MAAM;CACf,CAAC,CAAA;AAIF,MAAM,iCAAiC,GAAG,MAAM,CAAC,KAAK,EAAE;IACtD,iBAAiB,EAAE,IAAI,CAAC,EAAE,CAAC,IAAI,KAAK,SAAS;CAC9C,CAAC,CAAgC,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC;IAClD,OAAO,EAAE,MAAM;IACf,SAAS,EAAE,MAAM;IACjB,SAAS,EAAE,QAAQ;IACnB,SAAS,EAAE,SAAS;IACpB,mBAAmB,EAAE,MAAM;IAC3B,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,qBAAqB;IAC7B,GAAG,CAAC,OAAO;QACT,CAAC,CAAC,EAAE;QACJ,CAAC,CAAC;YACE,SAAS,EAAE,OAAO;YAClB,SAAS,EAAE,MAAM;YACjB,mBAAmB,EAAE,SAAS;YAC9B,KAAK,EAAE,MAAM;YACb,MAAM,EAAE,MAAM;SACf,CAAC;CACP,CAAC,CAAC,CAAA;AAEH,MAAM,+BAA+B,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IACpD,OAAO,EAAE,MAAM;IACf,aAAa,EAAE,QAAQ;IACvB,KAAK,EAAE,MAAM;CACd,CAAC,CAAA;AAEF,MAAM,wBAAwB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAClE,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,CAAC;IACtC,UAAU,EAAE,GAAG;IACf,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;IAC7B,YAAY,EAAE,CAAC;IACf,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;CAC5B,CAAC,CAAC,CAAA;AAEH,OAAO,EACL,wBAAwB,EACxB,6BAA6B,EAC7B,2BAA2B,EAC3B,0BAA0B,EAC1B,iCAAiC,EACjC,+BAA+B,EAC/B,yBAAyB,EAC1B,CAAA"}
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- import { NotificationActiveTab } from "../Notifications.types";
3
- import type { DCLNotificationProps, NotificationLocale } from "../Notifications.types";
1
+ import React from 'react';
2
+ import { NotificationActiveTab } from '../Notifications.types';
3
+ import type { DCLNotificationProps, NotificationLocale } from '../Notifications.types';
4
4
  type NotificationsFeedTabsProps = {
5
5
  unreadNotifications: DCLNotificationProps[];
6
6
  previousNotifications: DCLNotificationProps[];
@@ -1,2 +1,2 @@
1
- export { NotificationFeedTabs } from "./NotificationsFeedTabs";
2
- export type { NotificationsFeedTabsProps } from "./NotificationsFeedTabs.types";
1
+ export { NotificationFeedTabs } from './NotificationsFeedTabs';
2
+ export type { NotificationsFeedTabsProps } from './NotificationsFeedTabs.types';
@@ -1,2 +1,2 @@
1
- export { NotificationFeedTabs } from "./NotificationsFeedTabs";
1
+ export { NotificationFeedTabs } from './NotificationsFeedTabs';
2
2
  //# sourceMappingURL=index.js.map
@@ -1,4 +1,4 @@
1
- import React from "react";
2
- import { NotificationsProps } from "./Notifications.types";
1
+ import React from 'react';
2
+ import { NotificationsProps } from './Notifications.types';
3
3
  declare const Notifications: React.MemoExoticComponent<(props: NotificationsProps) => import("react/jsx-runtime").JSX.Element>;
4
4
  export { Notifications };
@@ -1,12 +1,12 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React, { useCallback, useMemo, useState } from "react";
3
- import { NotificationBellActiveIcon, NotificationBellIcon } from "../../Icon";
4
- import { NotificationsFeed } from "../NotificationsFeed";
5
- import { NotificationIconContainer, NotificationIconWrapper, } from "./Notifications.styled";
2
+ import React, { useCallback, useMemo, useState } from 'react';
3
+ import { NotificationBellActiveIcon, NotificationBellIcon } from '../../Icon';
4
+ import { NotificationsFeed } from '../NotificationsFeed';
5
+ import { NotificationIconContainer, NotificationIconWrapper } from './Notifications.styled';
6
6
  const Notifications = React.memo((props) => {
7
- const { isOpen, items, isLoading, locale, isOnboarding, activeTab, renderProfile, onClick, onChangeTab, onBegin, onClose, } = props;
7
+ const { isOpen, items, isLoading, locale, isOnboarding, activeTab, renderProfile, onClick, onChangeTab, onBegin, onClose } = props;
8
8
  const newNotificationsCount = useMemo(() => {
9
- return items.filter((notification) => !notification.read).length;
9
+ return items.filter(notification => !notification.read).length;
10
10
  }, [items]);
11
11
  const [anchorEl, setAnchorEl] = useState(null);
12
12
  const handleClick = useCallback((event) => {
@@ -18,8 +18,8 @@ const Notifications = React.memo((props) => {
18
18
  setAnchorEl(null);
19
19
  }, []);
20
20
  return (_jsxs(_Fragment, { children: [_jsx(NotificationIconContainer, { active: newNotificationsCount > 0, onClick: handleClick, badgeContent: newNotificationsCount, color: "primary", anchorOrigin: {
21
- vertical: "top",
22
- horizontal: "right",
21
+ vertical: 'top',
22
+ horizontal: 'right'
23
23
  }, invisible: newNotificationsCount === 0, children: !isOpen ? (_jsx(NotificationIconWrapper, { children: _jsx(NotificationBellIcon, { fontSize: "large", color: "primary" }) })) : (_jsx(NotificationBellActiveIcon, { fontSize: "large", color: "primary" })) }), isOpen && (_jsx(NotificationsFeed, { isOpen: isOpen, items: items, isLoading: isLoading, locale: locale, isOnboarding: isOnboarding, activeTab: activeTab, onChangeTab: onChangeTab, onBegin: onBegin, onClose: handleClose, renderProfile: renderProfile, anchorEl: anchorEl }))] }));
24
24
  });
25
25
  export { Notifications };
@@ -1 +1 @@
1
- {"version":3,"file":"Notifications.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsToggle/Notifications.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAC7D,OAAO,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAA;AAC7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAExD,OAAO,EACL,yBAAyB,EACzB,uBAAuB,GACxB,MAAM,wBAAwB,CAAA;AAE/B,MAAM,aAAa,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,KAAyB,EAAE,EAAE;IAC7D,MAAM,EACJ,MAAM,EACN,KAAK,EACL,SAAS,EACT,MAAM,EACN,YAAY,EACZ,SAAS,EACT,aAAa,EACb,OAAO,EACP,WAAW,EACX,OAAO,EACP,OAAO,GACR,GAAG,KAAK,CAAA;IACT,MAAM,qBAAqB,GAAG,OAAO,CAAC,GAAG,EAAE;QACzC,OAAO,KAAK,CAAC,MAAM,CAAC,CAAC,YAAY,EAAE,EAAE,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,MAAM,CAAA;IAClE,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAA;IAEX,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,QAAQ,CAAqB,IAAI,CAAC,CAAA;IAClE,MAAM,WAAW,GAAG,WAAW,CAC7B,CAAC,KAAsD,EAAE,EAAE;QACzD,OAAO,CAAC,KAAK,CAAC,CAAA;QACd,WAAW,CAAC,KAAK,CAAC,aAAa,CAAC,CAAA;IAClC,CAAC,EACD,EAAE,CACH,CAAA;IAED,MAAM,WAAW,GAAG,WAAW,CAC7B,CAAC,KAAiD,EAAE,EAAE;QACpD,OAAO,CAAC,KAAK,CAAC,CAAA;QACd,WAAW,CAAC,IAAI,CAAC,CAAA;IACnB,CAAC,EACD,EAAE,CACH,CAAA;IAED,OAAO,CACL,8BACE,KAAC,yBAAyB,IACxB,MAAM,EAAE,qBAAqB,GAAG,CAAC,EACjC,OAAO,EAAE,WAAW,EACpB,YAAY,EAAE,qBAAqB,EACnC,KAAK,EAAC,SAAS,EACf,YAAY,EAAE;oBACZ,QAAQ,EAAE,KAAK;oBACf,UAAU,EAAE,OAAO;iBACpB,EACD,SAAS,EAAE,qBAAqB,KAAK,CAAC,YAErC,CAAC,MAAM,CAAC,CAAC,CAAC,CACT,KAAC,uBAAuB,cACtB,KAAC,oBAAoB,IAAC,QAAQ,EAAC,OAAO,EAAC,KAAK,EAAC,SAAS,GAAG,GACjC,CAC3B,CAAC,CAAC,CAAC,CACF,KAAC,0BAA0B,IAAC,QAAQ,EAAC,OAAO,EAAC,KAAK,EAAC,SAAS,GAAG,CAChE,GACyB,EAC3B,MAAM,IAAI,CACT,KAAC,iBAAiB,IAChB,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,KAAK,EACZ,SAAS,EAAE,SAAS,EACpB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,SAAS,EAAE,SAAS,EACpB,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,WAAW,EACpB,aAAa,EAAE,aAAa,EAC5B,QAAQ,EAAE,QAAQ,GAClB,CACH,IACA,CACJ,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,OAAO,EAAE,aAAa,EAAE,CAAA"}
1
+ {"version":3,"file":"Notifications.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsToggle/Notifications.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAC7D,OAAO,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAA;AAC7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAExD,OAAO,EAAE,yBAAyB,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAA;AAE3F,MAAM,aAAa,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,KAAyB,EAAE,EAAE;IAC7D,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,YAAY,EAAE,SAAS,EAAE,aAAa,EAAE,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,KAAK,CAAA;IAClI,MAAM,qBAAqB,GAAG,OAAO,CAAC,GAAG,EAAE;QACzC,OAAO,KAAK,CAAC,MAAM,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,MAAM,CAAA;IAChE,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAA;IAEX,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,QAAQ,CAAqB,IAAI,CAAC,CAAA;IAClE,MAAM,WAAW,GAAG,WAAW,CAAC,CAAC,KAAsD,EAAE,EAAE;QACzF,OAAO,CAAC,KAAK,CAAC,CAAA;QACd,WAAW,CAAC,KAAK,CAAC,aAAa,CAAC,CAAA;IAClC,CAAC,EAAE,EAAE,CAAC,CAAA;IAEN,MAAM,WAAW,GAAG,WAAW,CAAC,CAAC,KAAiD,EAAE,EAAE;QACpF,OAAO,CAAC,KAAK,CAAC,CAAA;QACd,WAAW,CAAC,IAAI,CAAC,CAAA;IACnB,CAAC,EAAE,EAAE,CAAC,CAAA;IAEN,OAAO,CACL,8BACE,KAAC,yBAAyB,IACxB,MAAM,EAAE,qBAAqB,GAAG,CAAC,EACjC,OAAO,EAAE,WAAW,EACpB,YAAY,EAAE,qBAAqB,EACnC,KAAK,EAAC,SAAS,EACf,YAAY,EAAE;oBACZ,QAAQ,EAAE,KAAK;oBACf,UAAU,EAAE,OAAO;iBACpB,EACD,SAAS,EAAE,qBAAqB,KAAK,CAAC,YAErC,CAAC,MAAM,CAAC,CAAC,CAAC,CACT,KAAC,uBAAuB,cACtB,KAAC,oBAAoB,IAAC,QAAQ,EAAC,OAAO,EAAC,KAAK,EAAC,SAAS,GAAG,GACjC,CAC3B,CAAC,CAAC,CAAC,CACF,KAAC,0BAA0B,IAAC,QAAQ,EAAC,OAAO,EAAC,KAAK,EAAC,SAAS,GAAG,CAChE,GACyB,EAC3B,MAAM,IAAI,CACT,KAAC,iBAAiB,IAChB,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,KAAK,EACZ,SAAS,EAAE,SAAS,EACpB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,SAAS,EAAE,SAAS,EACpB,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,WAAW,EACpB,aAAa,EAAE,aAAa,EAC5B,QAAQ,EAAE,QAAQ,GAClB,CACH,IACA,CACJ,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,OAAO,EAAE,aAAa,EAAE,CAAA"}
@@ -1,6 +1,6 @@
1
- import { keyframes } from "@emotion/react";
2
- import styled from "@emotion/styled";
3
- import { Badge, Box } from "@mui/material";
1
+ import { keyframes } from '@emotion/react';
2
+ import styled from '@emotion/styled';
3
+ import { Badge, Box } from '@mui/material';
4
4
  const shake = keyframes `
5
5
  0% {
6
6
  transform: translate(1px, 1px) rotate(0deg);
@@ -36,31 +36,31 @@ const shake = keyframes `
36
36
  transform: translate(1px, -2px) rotate(-1deg);
37
37
  }`;
38
38
  const NotificationIconContainer = styled(Badge, {
39
- shouldForwardProp: (prop) => prop !== "active",
39
+ shouldForwardProp: prop => prop !== 'active'
40
40
  })(({ active, theme }) => ({
41
41
  ...(active
42
42
  ? {
43
43
  animation: `${shake} 0.8s`,
44
- animationIterationCount: 4,
44
+ animationIterationCount: 4
45
45
  }
46
46
  : {}),
47
- "&:hover": {
48
- backgroundColor: "transparent",
47
+ '&:hover': {
48
+ backgroundColor: 'transparent'
49
49
  },
50
- "& .MuiBadge-badge": {
51
- transform: "scale(0.8) translate(40%, 60%)",
52
- },
53
- [theme.breakpoints.down("sm")]: {
54
- marginLeft: theme.spacing(1),
50
+ '& .MuiBadge-badge': {
51
+ transform: 'scale(0.8) translate(40%, 60%)'
55
52
  },
53
+ [theme.breakpoints.down('sm')]: {
54
+ marginLeft: theme.spacing(1)
55
+ }
56
56
  }));
57
57
  const NotificationIconWrapper = styled(Box)(({ theme }) => ({
58
- height: "30.625px",
59
- "&:hover": {
58
+ height: '30.625px',
59
+ '&:hover': {
60
60
  backgroundColor: theme.palette.action.hover,
61
- borderRadius: "50%",
62
- cursor: "pointer",
63
- },
61
+ borderRadius: '50%',
62
+ cursor: 'pointer'
63
+ }
64
64
  }));
65
65
  export { NotificationIconContainer, NotificationIconWrapper };
66
66
  //# sourceMappingURL=Notifications.styled.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Notifications.styled.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsToggle/Notifications.styled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAC1C,OAAO,MAAM,MAAM,iBAAiB,CAAA;AACpC,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,MAAM,eAAe,CAAA;AAE1C,MAAM,KAAK,GAAG,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiCnB,CAAA;AAEJ,MAAM,yBAAyB,GAAG,MAAM,CAAC,KAAK,EAAE;IAC9C,iBAAiB,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,KAAK,QAAQ;CAC/C,CAAC,CAAsB,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9C,GAAG,CAAC,MAAM;QACR,CAAC,CAAC;YACE,SAAS,EAAE,GAAG,KAAK,OAAO;YAC1B,uBAAuB,EAAE,CAAC;SAC3B;QACH,CAAC,CAAC,EAAE,CAAC;IACP,SAAS,EAAE;QACT,eAAe,EAAE,aAAa;KAC/B;IACD,mBAAmB,EAAE;QACnB,SAAS,EAAE,gCAAgC;KAC5C;IACD,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;QAC9B,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;KAC7B;CACF,CAAC,CAAC,CAAA;AAEH,MAAM,uBAAuB,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1D,MAAM,EAAE,UAAU;IAClB,SAAS,EAAE;QACT,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;QAC3C,YAAY,EAAE,KAAK;QACnB,MAAM,EAAE,SAAS;KAClB;CACF,CAAC,CAAC,CAAA;AAEH,OAAO,EAAE,yBAAyB,EAAE,uBAAuB,EAAE,CAAA"}
1
+ {"version":3,"file":"Notifications.styled.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsToggle/Notifications.styled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAC1C,OAAO,MAAM,MAAM,iBAAiB,CAAA;AACpC,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,MAAM,eAAe,CAAA;AAE1C,MAAM,KAAK,GAAG,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiCnB,CAAA;AAEJ,MAAM,yBAAyB,GAAG,MAAM,CAAC,KAAK,EAAE;IAC9C,iBAAiB,EAAE,IAAI,CAAC,EAAE,CAAC,IAAI,KAAK,QAAQ;CAC7C,CAAC,CAAsB,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9C,GAAG,CAAC,MAAM;QACR,CAAC,CAAC;YACE,SAAS,EAAE,GAAG,KAAK,OAAO;YAC1B,uBAAuB,EAAE,CAAC;SAC3B;QACH,CAAC,CAAC,EAAE,CAAC;IACP,SAAS,EAAE;QACT,eAAe,EAAE,aAAa;KAC/B;IACD,mBAAmB,EAAE;QACnB,SAAS,EAAE,gCAAgC;KAC5C;IACD,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;QAC9B,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;KAC7B;CACF,CAAC,CAAC,CAAA;AAEH,MAAM,uBAAuB,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1D,MAAM,EAAE,UAAU;IAClB,SAAS,EAAE;QACT,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;QAC3C,YAAY,EAAE,KAAK;QACnB,MAAM,EAAE,SAAS;KAClB;CACF,CAAC,CAAC,CAAA;AAEH,OAAO,EAAE,yBAAyB,EAAE,uBAAuB,EAAE,CAAA"}
@@ -1,6 +1,6 @@
1
- import { ModalProps } from "@mui/material";
2
- import { NotificationActiveTab } from "../Notifications.types";
3
- import type { DCLNotificationProps, NotificationLocale } from "../Notifications.types";
1
+ import { ModalProps } from '@mui/material';
2
+ import { NotificationActiveTab } from '../Notifications.types';
3
+ import type { DCLNotificationProps, NotificationLocale } from '../Notifications.types';
4
4
  type NotificationsProps = {
5
5
  isOpen: boolean;
6
6
  items: DCLNotificationProps[];
@@ -1,2 +1,2 @@
1
- export { Notifications } from "./Notifications";
2
- export type { NotificationsProps } from "./Notifications.types";
1
+ export { Notifications } from './Notifications';
2
+ export type { NotificationsProps } from './Notifications.types';
@@ -1,2 +1,2 @@
1
- export { Notifications } from "./Notifications";
1
+ export { Notifications } from './Notifications';
2
2
  //# sourceMappingURL=index.js.map
@@ -1,4 +1,4 @@
1
- export { Notifications } from "./NotificationsToggle";
2
- export type { NotificationsProps } from "./NotificationsToggle";
3
- export type { BidAcceptedNotificationProps, BidReceivedNotificationProps, CommonNotificationProps, DCLNotificationProps, EventsStartedNotificationProps, EventsStartsSoonNotificationProps, GovernanceAnnouncementNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps, GovernanceCoauthorRequestedNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps, GovernanceNewCommentOnProposalNotificationProps, GovernancePitchPassedNotificationProps, GovernanceProposalEnactedNotificationProps, GovernanceTenderPassedNotificationProps, GovernanceVotingEndedVoterNotificationProps, ItemSoldNotificationProps, LandRentalEndedNotificationProps, LandRentedNotificationProps, NotificationLocale, RawDecentralandNotification, ReferralInvitedUsersAcceptedNotificationProps, ReferralNewTierReachedNotificationProps, RewardAssignedNotificationProps, RoyalitesEarnedNotificationProps, WorldsAccessRestoredNotificationProps, WorldsAccessRestrictedNotificationProps, WorldsMissingResourcesNotificationProps, WorldsPermissionGrantedNotificationProps, WorldsPermissionRevokedNotificationProps, } from "./Notifications.types";
4
- export { NotificationActiveTab } from "./Notifications.types";
1
+ export { Notifications } from './NotificationsToggle';
2
+ export type { NotificationsProps } from './NotificationsToggle';
3
+ export type { BidAcceptedNotificationProps, BidReceivedNotificationProps, CommonNotificationProps, DCLNotificationProps, EventsStartedNotificationProps, EventsStartsSoonNotificationProps, GovernanceAnnouncementNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps, GovernanceCoauthorRequestedNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps, GovernanceNewCommentOnProposalNotificationProps, GovernancePitchPassedNotificationProps, GovernanceProposalEnactedNotificationProps, GovernanceTenderPassedNotificationProps, GovernanceVotingEndedVoterNotificationProps, ItemSoldNotificationProps, LandRentalEndedNotificationProps, LandRentedNotificationProps, NotificationLocale, RawDecentralandNotification, ReferralInvitedUsersAcceptedNotificationProps, ReferralNewTierReachedNotificationProps, RewardAssignedNotificationProps, RoyalitesEarnedNotificationProps, WorldsAccessRestoredNotificationProps, WorldsAccessRestrictedNotificationProps, WorldsMissingResourcesNotificationProps, WorldsPermissionGrantedNotificationProps, WorldsPermissionRevokedNotificationProps } from './Notifications.types';
4
+ export { NotificationActiveTab } from './Notifications.types';
@@ -1,3 +1,3 @@
1
- export { Notifications } from "./NotificationsToggle";
2
- export { NotificationActiveTab } from "./Notifications.types";
1
+ export { Notifications } from './NotificationsToggle';
2
+ export { NotificationActiveTab } from './Notifications.types';
3
3
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
- import { FunctionComponent } from "react";
2
- import { NotificationType, Rarity } from "@dcl/schemas";
3
- import { CommonNotificationProps, DCLNotificationProps } from "./Notifications.types";
1
+ import { FunctionComponent } from 'react';
2
+ import { NotificationType, Rarity } from '@dcl/schemas';
3
+ import { CommonNotificationProps, DCLNotificationProps } from './Notifications.types';
4
4
  declare const MAXIMUM_FRACTION_DIGITS = 2;
5
5
  declare function formatMana(mana: string, maximumFractionDigits?: number): string;
6
6
  declare function getBGColorByRarity(rarity: Rarity): string;
@@ -11,4 +11,4 @@ type DecentralandNotificationComponentByType<T> = Partial<{
11
11
  declare const NotificationComponentByType: DecentralandNotificationComponentByType<DCLNotificationProps>;
12
12
  declare const CURRENT_AVAILABLE_NOTIFICATIONS: string[];
13
13
  declare const replaceWithValues: (str: string, values: Record<string, string | JSX.Element>) => JSX.Element | string;
14
- export { MAXIMUM_FRACTION_DIGITS, formatMana, getBGColorByRarity, DecentralandNotificationComponentByType, NotificationComponentByType, CURRENT_AVAILABLE_NOTIFICATIONS, replaceWithValues, };
14
+ export { MAXIMUM_FRACTION_DIGITS, formatMana, getBGColorByRarity, DecentralandNotificationComponentByType, NotificationComponentByType, CURRENT_AVAILABLE_NOTIFICATIONS, replaceWithValues };
@@ -1,6 +1,6 @@
1
1
  import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
2
- import { NotificationType, Rarity } from "@dcl/schemas";
3
- import { BidAcceptedNotification, BidReceivedNotification, CampaignGasPriceHigherThanExpectedNotification, CampaignOutOfFundsNotification, CampaignOutOfStockNotification, CreditsClaimReminderNotification, CreditsCompleteYourWeeklyGoalsNotification, CreditsDoNotMissOutNotification, CreditsExpireIn24HrsReminderNotification, CreditsExpireSoonReminderNotification, EventsStartedNotification, EventsStartsSoonNotification, GiftNotification, GovernanceAnnouncementNotification, GovernanceAuthoredProposalFinishedNotification, GovernanceCoauthorRequestedNotification, GovernanceNewCommentOnProjectUpdateNotification, GovernanceNewCommentOnProposalNotification, GovernancePitchPassedNotification, GovernanceProposalEnactedNotification, GovernanceTenderPassedNotification, GovernanceVotingEndedVoterNotification, ItemSoldNotification, LandRentalEndedNotification, LandRentedNotification, ReferralInvitedUserAcceptedNotification, ReferralNewTierReachedNotification, RewardAssignedNotification, RewardDelayedNotification, RewardInProgressNotification, RoyaltiesEarnedNotification, StreamingKeyExpiredNotification, StreamingKeyResetNotification, StreamingKeyRevokeNotification, StreamingPlaceUpdatedNotification, StreamingTimeExceededNotification, TipNotification, WorldsAccessRestoredNotification, WorldsAccessRestrictedNotification, WorldsMissingResourcesNotification, WorldsPermissionGrantedNotification, WorldsPermissionRevokedNotification, } from "./NotificationTypes";
2
+ import { NotificationType, Rarity } from '@dcl/schemas';
3
+ import { BidAcceptedNotification, BidReceivedNotification, CampaignGasPriceHigherThanExpectedNotification, CampaignOutOfFundsNotification, CampaignOutOfStockNotification, CreditsClaimReminderNotification, CreditsCompleteYourWeeklyGoalsNotification, CreditsDoNotMissOutNotification, CreditsExpireIn24HrsReminderNotification, CreditsExpireSoonReminderNotification, EventsStartedNotification, EventsStartsSoonNotification, GiftNotification, GovernanceAnnouncementNotification, GovernanceAuthoredProposalFinishedNotification, GovernanceCoauthorRequestedNotification, GovernanceNewCommentOnProjectUpdateNotification, GovernanceNewCommentOnProposalNotification, GovernancePitchPassedNotification, GovernanceProposalEnactedNotification, GovernanceTenderPassedNotification, GovernanceVotingEndedVoterNotification, ItemSoldNotification, LandRentalEndedNotification, LandRentedNotification, ReferralInvitedUserAcceptedNotification, ReferralNewTierReachedNotification, RewardAssignedNotification, RewardDelayedNotification, RewardInProgressNotification, RoyaltiesEarnedNotification, StreamingKeyExpiredNotification, StreamingKeyResetNotification, StreamingKeyRevokeNotification, StreamingPlaceUpdatedNotification, StreamingTimeExceededNotification, TipNotification, WorldsAccessRestoredNotification, WorldsAccessRestrictedNotification, WorldsMissingResourcesNotification, WorldsPermissionGrantedNotification, WorldsPermissionRevokedNotification } from './NotificationTypes';
4
4
  const MAXIMUM_FRACTION_DIGITS = 2;
5
5
  function formatMana(mana, maximumFractionDigits = MAXIMUM_FRACTION_DIGITS) {
6
6
  return (Number(mana) / 1e18).toFixed(maximumFractionDigits).toString();
@@ -50,7 +50,7 @@ const NotificationComponentByType = {
50
50
  [NotificationType.WORLDS_ACCESS_RESTRICTED]: WorldsAccessRestrictedNotification,
51
51
  [NotificationType.WORLDS_MISSING_RESOURCES]: WorldsMissingResourcesNotification,
52
52
  [NotificationType.WORLDS_PERMISSION_GRANTED]: WorldsPermissionGrantedNotification,
53
- [NotificationType.WORLDS_PERMISSION_REVOKED]: WorldsPermissionRevokedNotification,
53
+ [NotificationType.WORLDS_PERMISSION_REVOKED]: WorldsPermissionRevokedNotification
54
54
  };
55
55
  const CURRENT_AVAILABLE_NOTIFICATIONS = Object.keys(NotificationComponentByType);
56
56
  const replaceWithValues = (str, values) => {
@@ -66,5 +66,5 @@ const replaceWithValues = (str, values) => {
66
66
  });
67
67
  return _jsx(_Fragment, { children: jsxElements });
68
68
  };
69
- export { MAXIMUM_FRACTION_DIGITS, formatMana, getBGColorByRarity, NotificationComponentByType, CURRENT_AVAILABLE_NOTIFICATIONS, replaceWithValues, };
69
+ export { MAXIMUM_FRACTION_DIGITS, formatMana, getBGColorByRarity, NotificationComponentByType, CURRENT_AVAILABLE_NOTIFICATIONS, replaceWithValues };
70
70
  //# sourceMappingURL=utils.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/components/Notifications/utils.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/components/Notifications/utils.tsx"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import React from "react";
2
- import { ProfileProps } from "./Profile.types";
1
+ import React from 'react';
2
+ import { ProfileProps } from './Profile.types';
3
3
  declare const Profile: React.MemoExoticComponent<(<T extends React.ElementType>(props: ProfileProps<T>) => import("react/jsx-runtime").JSX.Element)>;
4
4
  export { Profile };
@@ -1,3 +1,3 @@
1
- import { ProfileI18N } from "./Profile.types";
1
+ import { ProfileI18N } from './Profile.types';
2
2
  declare const i18n: ProfileI18N;
3
3
  export { i18n };
@@ -1,5 +1,5 @@
1
1
  const i18n = {
2
- decentraland: "Decentraland",
2
+ decentraland: 'Decentraland'
3
3
  };
4
4
  export { i18n };
5
5
  //# sourceMappingURL=Profile.i18n.js.map
@@ -1,12 +1,12 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React, { memo, useMemo } from "react";
3
- import Tooltip from "@mui/material/Tooltip";
4
- import { i18n as i18nProfile } from "./Profile.i18n";
5
- import { ProfileImage } from "./ProfileImage";
6
- import { Address } from "../Address";
7
- import { ProfileContainer, ProfileName, ProfileNameWithAddressContainer, } from "./Profile.styled";
2
+ import React, { memo, useMemo } from 'react';
3
+ import Tooltip from '@mui/material/Tooltip';
4
+ import { i18n as i18nProfile } from './Profile.i18n';
5
+ import { ProfileImage } from './ProfileImage';
6
+ import { Address } from '../Address';
7
+ import { ProfileContainer, ProfileName, ProfileNameWithAddressContainer } from './Profile.styled';
8
8
  const Profile = memo((props) => {
9
- const { address, avatar, textOnly, imageOnly, hasPopup, size = "normal", inline = true, sliceAddressBy = 6, shortenAddress = false, showBothNameAndAddress = false, isDecentraland, as = React.Fragment, i18n = i18nProfile, showCopyButton, highlightName = false, ...rest } = props;
9
+ const { address, avatar, textOnly, imageOnly, hasPopup, size = 'normal', inline = true, sliceAddressBy = 6, shortenAddress = false, showBothNameAndAddress = false, isDecentraland, as = React.Fragment, i18n = i18nProfile, showCopyButton, highlightName = false, ...rest } = props;
10
10
  const sliceLimit = Math.max(Math.min(sliceAddressBy, 42), 6);
11
11
  const hasAvatarName = avatar && avatar.name;
12
12
  const shouldUseAddressComponent = !isDecentraland && !hasAvatarName;
@@ -20,11 +20,11 @@ const Profile = memo((props) => {
20
20
  if (avatar.hasClaimedName) {
21
21
  return avatar.name;
22
22
  }
23
- const lastPart = address ? `#${address.slice(-4)}` : "";
23
+ const lastPart = address ? `#${address.slice(-4)}` : '';
24
24
  return avatar.name.endsWith(lastPart) ? avatar.name : avatar.name + lastPart;
25
25
  }, [avatar, address, sliceLimit, shortenAddress, isDecentraland]);
26
26
  const Wrapper = as;
27
- const content = (_jsxs(ProfileContainer, { ...props, size: size, inline: inline, children: [textOnly ? null : (_jsx(Wrapper, { ...rest, children: _jsx(ProfileImage, { ...props }) })), imageOnly ? null : (_jsx(Wrapper, { ...rest, children: showBothNameAndAddress && hasAvatarName ? (_jsxs(ProfileNameWithAddressContainer, { children: [_jsx(ProfileName, { size: size, highlightName: highlightName, children: name }), _jsx(Address, { value: address, shorten: shortenAddress, showCopyButton: showCopyButton })] })) : (_jsx(ProfileName, { size: size, highlightName: highlightName, children: shouldUseAddressComponent ? (_jsx(Address, { value: address, shorten: shortenAddress, showCopyButton: showCopyButton })) : (name) })) }))] }));
27
+ const content = (_jsxs(ProfileContainer, { ...props, size: size, inline: inline, children: [textOnly ? null : (_jsx(Wrapper, { ...rest, children: _jsx(ProfileImage, { ...props }) })), imageOnly ? null : (_jsx(Wrapper, { ...rest, children: showBothNameAndAddress && hasAvatarName ? (_jsxs(ProfileNameWithAddressContainer, { children: [_jsx(ProfileName, { size: size, highlightName: highlightName, children: name }), _jsx(Address, { value: address, shorten: shortenAddress, showCopyButton: showCopyButton })] })) : (_jsx(ProfileName, { size: size, highlightName: highlightName, children: shouldUseAddressComponent ? _jsx(Address, { value: address, shorten: shortenAddress, showCopyButton: showCopyButton }) : name })) }))] }));
28
28
  return hasPopup ? (_jsx(Tooltip, { title: shouldUseAddressComponent ? address : name, placement: "top", arrow: true, children: content })) : (content);
29
29
  });
30
30
  export { Profile };
@@ -1 +1 @@
1
- {"version":3,"file":"Profile.js","sourceRoot":"","sources":["../../../src/components/Profile/Profile.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Profile.js","sourceRoot":"","sources":["../../../src/components/Profile/Profile.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,OAAO,CAAA;AAC5C,OAAO,OAAO,MAAM,uBAAuB,CAAA;AAC3C,OAAO,EAAE,IAAI,IAAI,WAAW,EAAE,MAAM,gBAAgB,CAAA;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AAEpC,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAE,+BAA+B,EAAE,MAAM,kBAAkB,CAAA;AAEjG,MAAM,OAAO,GAAG,IAAI,CAAC,CAA8B,KAAsB,EAAE,EAAE;IAC3E,MAAM,EACJ,OAAO,EACP,MAAM,EACN,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,IAAI,GAAG,QAAQ,EACf,MAAM,GAAG,IAAI,EACb,cAAc,GAAG,CAAC,EAClB,cAAc,GAAG,KAAK,EACtB,sBAAsB,GAAG,KAAK,EAC9B,cAAc,EACd,EAAE,GAAG,KAAK,CAAC,QAAQ,EACnB,IAAI,GAAG,WAAW,EAClB,cAAc,EACd,aAAa,GAAG,KAAK,EACrB,GAAG,IAAI,EACR,GAAG,KAAK,CAAA;IAET,MAAM,UAAU,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,cAAc,EAAE,EAAE,CAAC,EAAE,CAAC,CAAC,CAAA;IAC5D,MAAM,aAAa,GAAG,MAAM,IAAI,MAAM,CAAC,IAAI,CAAA;IAC3C,MAAM,yBAAyB,GAAG,CAAC,cAAc,IAAI,CAAC,aAAa,CAAA;IAEnE,MAAM,IAAI,GAAG,OAAO,CAAC,GAAG,EAAE;QACxB,IAAI,cAAc,EAAE,CAAC;YACnB,OAAO,IAAI,CAAC,YAAY,CAAA;QAC1B,CAAC;QAED,IAAI,CAAC,aAAa,EAAE,CAAC;YACnB,OAAO,cAAc,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,UAAU,CAAC,CAAA;QAChE,CAAC;QAED,IAAI,MAAM,CAAC,cAAc,EAAE,CAAC;YAC1B,OAAO,MAAM,CAAC,IAAI,CAAA;QACpB,CAAC;QAED,MAAM,QAAQ,GAAG,OAAO,CAAC,CAAC,CAAC,IAAI,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAA;QACvD,OAAO,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,GAAG,QAAQ,CAAA;IAC9E,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,cAAc,CAAC,CAAC,CAAA;IAEjE,MAAM,OAAO,GAAG,EAAE,CAAA;IAElB,MAAM,OAAO,GAAG,CACd,MAAC,gBAAgB,OAAK,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,aACpD,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CACjB,KAAC,OAAO,OAAK,IAAI,YACf,KAAC,YAAY,OAAK,KAAK,GAAI,GACnB,CACX,EACA,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAClB,KAAC,OAAO,OAAK,IAAI,YACd,sBAAsB,IAAI,aAAa,CAAC,CAAC,CAAC,CACzC,MAAC,+BAA+B,eAC9B,KAAC,WAAW,IAAC,IAAI,EAAE,IAAI,EAAE,aAAa,EAAE,aAAa,YAClD,IAAI,GACO,EACd,KAAC,OAAO,IAAC,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,cAAc,GAAI,IACpD,CACnC,CAAC,CAAC,CAAC,CACF,KAAC,WAAW,IAAC,IAAI,EAAE,IAAI,EAAE,aAAa,EAAE,aAAa,YAClD,yBAAyB,CAAC,CAAC,CAAC,KAAC,OAAO,IAAC,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,cAAc,GAAI,CAAC,CAAC,CAAC,IAAI,GAC5G,CACf,GACO,CACX,IACgB,CACpB,CAAA;IAED,OAAO,QAAQ,CAAC,CAAC,CAAC,CAChB,KAAC,OAAO,IAAC,KAAK,EAAE,yBAAyB,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,EAAE,SAAS,EAAC,KAAK,EAAC,KAAK,kBAC9E,OAAO,GACA,CACX,CAAC,CAAC,CAAC,CACF,OAAO,CACR,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,OAAO,EAAE,OAAO,EAAE,CAAA"}
@@ -1,6 +1,6 @@
1
- import React from "react";
2
- import { ProfileProps } from "./Profile.types";
3
- import type { Meta, StoryObj } from "@storybook/react";
1
+ import React from 'react';
2
+ import { ProfileProps } from './Profile.types';
3
+ import type { Meta, StoryObj } from '@storybook/react';
4
4
  declare const meta: Meta<ProfileProps<React.ElementType>>;
5
5
  type Story = StoryObj<ProfileProps<React.ElementType>>;
6
6
  declare const NoAvatar: Story;
@@ -21,4 +21,4 @@ declare const LinkedAvatar: Story;
21
21
  declare const LinkedBlockie: Story;
22
22
  declare const WithNameAndShortenedAddress: Story;
23
23
  export default meta;
24
- export { NoAvatar, ShortenedAddress, Rounded, WithAvatar, AvatarWithoutName, AvatarWithShortenedAddress, AvatarUnclaimedName, ImageOnly, TextOnly, WithPopup, Inline, Decentraland, SlicedAddress, Sizes, LinkedAvatar, LinkedBlockie, WithNameAndShortenedAddress, };
24
+ export { NoAvatar, ShortenedAddress, Rounded, WithAvatar, AvatarWithoutName, AvatarWithShortenedAddress, AvatarUnclaimedName, ImageOnly, TextOnly, WithPopup, Inline, Decentraland, SlicedAddress, Sizes, LinkedAvatar, LinkedBlockie, WithNameAndShortenedAddress };