@streamplace/components 0.8.9 → 0.8.13

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 (637) hide show
  1. package/dist/components/chat/chat-box.d.ts +8 -0
  2. package/dist/components/chat/chat-box.d.ts.map +1 -0
  3. package/dist/components/chat/chat-box.js +19 -2
  4. package/dist/components/chat/chat-box.js.map +1 -0
  5. package/dist/components/chat/chat-message.d.ts +8 -0
  6. package/dist/components/chat/chat-message.d.ts.map +1 -0
  7. package/dist/components/chat/chat-message.js +6 -4
  8. package/dist/components/chat/chat-message.js.map +1 -0
  9. package/dist/components/chat/chat.d.ts +7 -0
  10. package/dist/components/chat/chat.d.ts.map +1 -0
  11. package/dist/components/chat/chat.js +1 -0
  12. package/dist/components/chat/chat.js.map +1 -0
  13. package/dist/components/chat/emoji-suggestions.d.ts +38 -0
  14. package/dist/components/chat/emoji-suggestions.d.ts.map +1 -0
  15. package/dist/components/chat/emoji-suggestions.js +1 -0
  16. package/dist/components/chat/emoji-suggestions.js.map +1 -0
  17. package/dist/components/chat/mention-suggestions.d.ts +9 -0
  18. package/dist/components/chat/mention-suggestions.d.ts.map +1 -0
  19. package/dist/components/chat/mention-suggestions.js +1 -0
  20. package/dist/components/chat/mention-suggestions.js.map +1 -0
  21. package/dist/components/chat/mod-view.d.ts +20 -0
  22. package/dist/components/chat/mod-view.d.ts.map +1 -0
  23. package/dist/components/chat/mod-view.js +5 -3
  24. package/dist/components/chat/mod-view.js.map +1 -0
  25. package/dist/components/chat/system-message.d.ts +7 -0
  26. package/dist/components/chat/system-message.d.ts.map +1 -0
  27. package/dist/components/chat/system-message.js +1 -0
  28. package/dist/components/chat/system-message.js.map +1 -0
  29. package/dist/components/content-metadata/content-metadata-form.d.ts +9 -0
  30. package/dist/components/content-metadata/content-metadata-form.d.ts.map +1 -0
  31. package/dist/components/content-metadata/content-metadata-form.js +4 -2
  32. package/dist/components/content-metadata/content-metadata-form.js.map +1 -0
  33. package/dist/components/content-metadata/content-rights.d.ts +14 -0
  34. package/dist/components/content-metadata/content-rights.d.ts.map +1 -0
  35. package/dist/components/content-metadata/content-rights.js +1 -0
  36. package/dist/components/content-metadata/content-rights.js.map +1 -0
  37. package/dist/components/content-metadata/content-warning-badge.d.ts +5 -0
  38. package/dist/components/content-metadata/content-warning-badge.d.ts.map +1 -0
  39. package/dist/components/content-metadata/content-warning-badge.js +1 -0
  40. package/dist/components/content-metadata/content-warning-badge.js.map +1 -0
  41. package/dist/components/content-metadata/content-warnings.d.ts +7 -0
  42. package/dist/components/content-metadata/content-warnings.d.ts.map +1 -0
  43. package/dist/components/content-metadata/content-warnings.js +1 -0
  44. package/dist/components/content-metadata/content-warnings.js.map +1 -0
  45. package/dist/components/content-metadata/index.d.ts +8 -0
  46. package/dist/components/content-metadata/index.d.ts.map +1 -0
  47. package/dist/components/content-metadata/index.js +1 -0
  48. package/dist/components/content-metadata/index.js.map +1 -0
  49. package/dist/components/danmu/danmu-message.d.ts +17 -0
  50. package/dist/components/danmu/danmu-message.d.ts.map +1 -0
  51. package/dist/components/danmu/danmu-message.js +112 -0
  52. package/dist/components/danmu/danmu-message.js.map +1 -0
  53. package/dist/components/danmu/danmu-overlay-obs.d.ts +11 -0
  54. package/dist/components/danmu/danmu-overlay-obs.d.ts.map +1 -0
  55. package/dist/components/danmu/danmu-overlay-obs.js +21 -0
  56. package/dist/components/danmu/danmu-overlay-obs.js.map +1 -0
  57. package/dist/components/danmu/danmu-overlay.d.ts +10 -0
  58. package/dist/components/danmu/danmu-overlay.d.ts.map +1 -0
  59. package/dist/components/danmu/danmu-overlay.js +150 -0
  60. package/dist/components/danmu/danmu-overlay.js.map +1 -0
  61. package/dist/components/danmu/math.d.ts +10 -0
  62. package/dist/components/danmu/math.d.ts.map +1 -0
  63. package/dist/components/danmu/math.js +16 -0
  64. package/dist/components/danmu/math.js.map +1 -0
  65. package/dist/components/danmu/mu.d.ts +9 -0
  66. package/dist/components/danmu/mu.d.ts.map +1 -0
  67. package/dist/components/danmu/mu.js +9 -0
  68. package/dist/components/danmu/mu.js.map +1 -0
  69. package/dist/components/danmu/use-danmu-lanes.d.ts +19 -0
  70. package/dist/components/danmu/use-danmu-lanes.d.ts.map +1 -0
  71. package/dist/components/danmu/use-danmu-lanes.js +77 -0
  72. package/dist/components/danmu/use-danmu-lanes.js.map +1 -0
  73. package/dist/components/dashboard/chat-panel.d.ts +9 -0
  74. package/dist/components/dashboard/chat-panel.d.ts.map +1 -0
  75. package/dist/components/dashboard/chat-panel.js +1 -0
  76. package/dist/components/dashboard/chat-panel.js.map +1 -0
  77. package/dist/components/dashboard/header.d.ts +14 -0
  78. package/dist/components/dashboard/header.d.ts.map +1 -0
  79. package/dist/components/dashboard/header.js +1 -0
  80. package/dist/components/dashboard/header.js.map +1 -0
  81. package/dist/components/dashboard/index.d.ts +6 -0
  82. package/dist/components/dashboard/index.d.ts.map +1 -0
  83. package/dist/components/dashboard/index.js +1 -0
  84. package/dist/components/dashboard/index.js.map +1 -0
  85. package/dist/components/dashboard/information-widget.d.ts +9 -0
  86. package/dist/components/dashboard/information-widget.d.ts.map +1 -0
  87. package/dist/components/dashboard/information-widget.js +1 -0
  88. package/dist/components/dashboard/information-widget.js.map +1 -0
  89. package/dist/components/dashboard/mod-actions.d.ts +15 -0
  90. package/dist/components/dashboard/mod-actions.d.ts.map +1 -0
  91. package/dist/components/dashboard/mod-actions.js +1 -0
  92. package/dist/components/dashboard/mod-actions.js.map +1 -0
  93. package/dist/components/dashboard/problems.d.ts +13 -0
  94. package/dist/components/dashboard/problems.d.ts.map +1 -0
  95. package/dist/components/dashboard/problems.js +1 -0
  96. package/dist/components/dashboard/problems.js.map +1 -0
  97. package/dist/components/icons/bluesky-icon.d.ts +5 -0
  98. package/dist/components/icons/bluesky-icon.d.ts.map +1 -0
  99. package/dist/components/icons/bluesky-icon.js +1 -0
  100. package/dist/components/icons/bluesky-icon.js.map +1 -0
  101. package/dist/components/keep-awake.d.ts +2 -0
  102. package/dist/components/keep-awake.d.ts.map +1 -0
  103. package/dist/components/keep-awake.js +1 -0
  104. package/dist/components/keep-awake.js.map +1 -0
  105. package/dist/components/keep-awake.native.d.ts +2 -0
  106. package/dist/components/keep-awake.native.d.ts.map +1 -0
  107. package/dist/components/keep-awake.native.js +1 -0
  108. package/dist/components/keep-awake.native.js.map +1 -0
  109. package/dist/components/mobile-player/fullscreen.d.ts +7 -0
  110. package/dist/components/mobile-player/fullscreen.d.ts.map +1 -0
  111. package/dist/components/mobile-player/fullscreen.js +7 -1
  112. package/dist/components/mobile-player/fullscreen.js.map +1 -0
  113. package/dist/components/mobile-player/fullscreen.native.d.ts +7 -0
  114. package/dist/components/mobile-player/fullscreen.native.d.ts.map +1 -0
  115. package/dist/components/mobile-player/fullscreen.native.js +8 -2
  116. package/dist/components/mobile-player/fullscreen.native.js.map +1 -0
  117. package/dist/components/mobile-player/player.d.ts +8 -0
  118. package/dist/components/mobile-player/player.d.ts.map +1 -0
  119. package/dist/components/mobile-player/player.js +1 -0
  120. package/dist/components/mobile-player/player.js.map +1 -0
  121. package/dist/components/mobile-player/props.d.ts +19 -0
  122. package/dist/components/mobile-player/props.d.ts.map +1 -0
  123. package/dist/components/mobile-player/props.js +1 -0
  124. package/dist/components/mobile-player/props.js.map +1 -0
  125. package/dist/components/mobile-player/rotation-async.native.d.ts +4 -0
  126. package/dist/components/mobile-player/rotation-async.native.d.ts.map +1 -0
  127. package/dist/components/mobile-player/rotation-async.native.js +1 -0
  128. package/dist/components/mobile-player/rotation-async.native.js.map +1 -0
  129. package/dist/components/mobile-player/rotation-lock.d.ts +18 -0
  130. package/dist/components/mobile-player/rotation-lock.d.ts.map +1 -0
  131. package/dist/components/mobile-player/rotation-lock.js +1 -0
  132. package/dist/components/mobile-player/rotation-lock.js.map +1 -0
  133. package/dist/components/mobile-player/shared.d.ts +9 -0
  134. package/dist/components/mobile-player/shared.d.ts.map +1 -0
  135. package/dist/components/mobile-player/shared.js +1 -0
  136. package/dist/components/mobile-player/shared.js.map +1 -0
  137. package/dist/components/mobile-player/ui/autoplay-button.d.ts +2 -0
  138. package/dist/components/mobile-player/ui/autoplay-button.d.ts.map +1 -0
  139. package/dist/components/mobile-player/ui/autoplay-button.js +1 -0
  140. package/dist/components/mobile-player/ui/autoplay-button.js.map +1 -0
  141. package/dist/components/mobile-player/ui/countdown.d.ts +10 -0
  142. package/dist/components/mobile-player/ui/countdown.d.ts.map +1 -0
  143. package/dist/components/mobile-player/ui/countdown.js +1 -0
  144. package/dist/components/mobile-player/ui/countdown.js.map +1 -0
  145. package/dist/components/mobile-player/ui/index.d.ts +11 -0
  146. package/dist/components/mobile-player/ui/index.d.ts.map +1 -0
  147. package/dist/components/mobile-player/ui/index.js +2 -0
  148. package/dist/components/mobile-player/ui/index.js.map +1 -0
  149. package/dist/components/mobile-player/ui/input.d.ts +9 -0
  150. package/dist/components/mobile-player/ui/input.d.ts.map +1 -0
  151. package/dist/components/mobile-player/ui/input.js +1 -0
  152. package/dist/components/mobile-player/ui/input.js.map +1 -0
  153. package/dist/components/mobile-player/ui/metrics.d.ts +6 -0
  154. package/dist/components/mobile-player/ui/metrics.d.ts.map +1 -0
  155. package/dist/components/mobile-player/ui/metrics.js +1 -0
  156. package/dist/components/mobile-player/ui/metrics.js.map +1 -0
  157. package/dist/components/mobile-player/ui/report-modal.d.ts +13 -0
  158. package/dist/components/mobile-player/ui/report-modal.d.ts.map +1 -0
  159. package/dist/components/mobile-player/ui/report-modal.js +1 -0
  160. package/dist/components/mobile-player/ui/report-modal.js.map +1 -0
  161. package/dist/components/mobile-player/ui/streamer-context-menu.d.ts +2 -0
  162. package/dist/components/mobile-player/ui/streamer-context-menu.d.ts.map +1 -0
  163. package/dist/components/mobile-player/ui/streamer-context-menu.js +1 -0
  164. package/dist/components/mobile-player/ui/streamer-context-menu.js.map +1 -0
  165. package/dist/components/mobile-player/ui/streamer-loading-overlay.d.ts +11 -0
  166. package/dist/components/mobile-player/ui/streamer-loading-overlay.d.ts.map +1 -0
  167. package/dist/components/mobile-player/ui/streamer-loading-overlay.js +1 -0
  168. package/dist/components/mobile-player/ui/streamer-loading-overlay.js.map +1 -0
  169. package/dist/components/mobile-player/ui/viewer-context-menu.d.ts +9 -0
  170. package/dist/components/mobile-player/ui/viewer-context-menu.d.ts.map +1 -0
  171. package/dist/components/mobile-player/ui/viewer-context-menu.js +6 -5
  172. package/dist/components/mobile-player/ui/viewer-context-menu.js.map +1 -0
  173. package/dist/components/mobile-player/ui/viewer-count.d.ts +10 -0
  174. package/dist/components/mobile-player/ui/viewer-count.d.ts.map +1 -0
  175. package/dist/components/mobile-player/ui/viewer-count.js +24 -0
  176. package/dist/components/mobile-player/ui/viewer-count.js.map +1 -0
  177. package/dist/components/mobile-player/ui/viewer-loading-overlay.d.ts +2 -0
  178. package/dist/components/mobile-player/ui/viewer-loading-overlay.d.ts.map +1 -0
  179. package/dist/components/mobile-player/ui/viewer-loading-overlay.js +1 -0
  180. package/dist/components/mobile-player/ui/viewer-loading-overlay.js.map +1 -0
  181. package/dist/components/mobile-player/ui/viewers.d.ts +6 -0
  182. package/dist/components/mobile-player/ui/viewers.d.ts.map +1 -0
  183. package/dist/components/mobile-player/ui/viewers.js +9 -7
  184. package/dist/components/mobile-player/ui/viewers.js.map +1 -0
  185. package/dist/components/mobile-player/use-webrtc.d.ts +19 -0
  186. package/dist/components/mobile-player/use-webrtc.d.ts.map +1 -0
  187. package/dist/components/mobile-player/use-webrtc.js +1 -0
  188. package/dist/components/mobile-player/use-webrtc.js.map +1 -0
  189. package/dist/components/mobile-player/video-async.native.d.ts +16 -0
  190. package/dist/components/mobile-player/video-async.native.d.ts.map +1 -0
  191. package/dist/components/mobile-player/video-async.native.js +1 -0
  192. package/dist/components/mobile-player/video-async.native.js.map +1 -0
  193. package/dist/components/mobile-player/video-retry.d.ts +5 -0
  194. package/dist/components/mobile-player/video-retry.d.ts.map +1 -0
  195. package/dist/components/mobile-player/video-retry.js +1 -0
  196. package/dist/components/mobile-player/video-retry.js.map +1 -0
  197. package/dist/components/mobile-player/video.d.ts +25 -0
  198. package/dist/components/mobile-player/video.d.ts.map +1 -0
  199. package/dist/components/mobile-player/video.js +1 -0
  200. package/dist/components/mobile-player/video.js.map +1 -0
  201. package/dist/components/mobile-player/video.native.d.ts +3 -0
  202. package/dist/components/mobile-player/video.native.d.ts.map +1 -0
  203. package/dist/components/mobile-player/video.native.js +1 -0
  204. package/dist/components/mobile-player/video.native.js.map +1 -0
  205. package/dist/components/mobile-player/webrtc-diagnostics.d.ts +14 -0
  206. package/dist/components/mobile-player/webrtc-diagnostics.d.ts.map +1 -0
  207. package/dist/components/mobile-player/webrtc-diagnostics.js +1 -0
  208. package/dist/components/mobile-player/webrtc-diagnostics.js.map +1 -0
  209. package/dist/components/mobile-player/webrtc-primitives.d.ts +19 -0
  210. package/dist/components/mobile-player/webrtc-primitives.d.ts.map +1 -0
  211. package/dist/components/mobile-player/webrtc-primitives.js +1 -0
  212. package/dist/components/mobile-player/webrtc-primitives.js.map +1 -0
  213. package/dist/components/mobile-player/webrtc-primitives.native.d.ts +2 -0
  214. package/dist/components/mobile-player/webrtc-primitives.native.d.ts.map +1 -0
  215. package/dist/components/mobile-player/webrtc-primitives.native.js +1 -0
  216. package/dist/components/mobile-player/webrtc-primitives.native.js.map +1 -0
  217. package/dist/components/share/sharesheet.d.ts +5 -0
  218. package/dist/components/share/sharesheet.d.ts.map +1 -0
  219. package/dist/components/share/sharesheet.js +6 -14
  220. package/dist/components/share/sharesheet.js.map +1 -0
  221. package/dist/components/ui/button.d.ts +18 -0
  222. package/dist/components/ui/button.d.ts.map +1 -0
  223. package/dist/components/ui/button.js +14 -2
  224. package/dist/components/ui/button.js.map +1 -0
  225. package/dist/components/ui/checkbox.d.ts +11 -0
  226. package/dist/components/ui/checkbox.d.ts.map +1 -0
  227. package/dist/components/ui/checkbox.js +1 -0
  228. package/dist/components/ui/checkbox.js.map +1 -0
  229. package/dist/components/ui/dialog.d.ts +38 -0
  230. package/dist/components/ui/dialog.d.ts.map +1 -0
  231. package/dist/components/ui/dialog.js +1 -0
  232. package/dist/components/ui/dialog.js.map +1 -0
  233. package/dist/components/ui/dropdown.d.ts +132 -0
  234. package/dist/components/ui/dropdown.d.ts.map +1 -0
  235. package/dist/components/ui/dropdown.js +28 -238
  236. package/dist/components/ui/dropdown.js.map +1 -0
  237. package/dist/components/ui/dropdown.native.d.ts +132 -0
  238. package/dist/components/ui/dropdown.native.d.ts.map +1 -0
  239. package/dist/components/ui/dropdown.native.js +319 -0
  240. package/dist/components/ui/dropdown.native.js.map +1 -0
  241. package/dist/components/ui/icons.d.ts +12 -0
  242. package/dist/components/ui/icons.d.ts.map +1 -0
  243. package/dist/components/ui/icons.js +1 -0
  244. package/dist/components/ui/icons.js.map +1 -0
  245. package/dist/components/ui/index.d.ts +33 -0
  246. package/dist/components/ui/index.d.ts.map +1 -0
  247. package/dist/components/ui/index.js +2 -0
  248. package/dist/components/ui/index.js.map +1 -0
  249. package/dist/components/ui/info-box.d.ts +9 -0
  250. package/dist/components/ui/info-box.d.ts.map +1 -0
  251. package/dist/components/ui/info-box.js +1 -0
  252. package/dist/components/ui/info-box.js.map +1 -0
  253. package/dist/components/ui/info-row.d.ts +9 -0
  254. package/dist/components/ui/info-row.d.ts.map +1 -0
  255. package/dist/components/ui/info-row.js +1 -0
  256. package/dist/components/ui/info-row.js.map +1 -0
  257. package/dist/components/ui/input.d.ts +20 -0
  258. package/dist/components/ui/input.d.ts.map +1 -0
  259. package/dist/components/ui/input.js +1 -0
  260. package/dist/components/ui/input.js.map +1 -0
  261. package/dist/components/ui/loader.d.ts +3 -0
  262. package/dist/components/ui/loader.d.ts.map +1 -0
  263. package/dist/components/ui/loader.js +1 -0
  264. package/dist/components/ui/loader.js.map +1 -0
  265. package/dist/components/ui/menu.d.ts +34 -0
  266. package/dist/components/ui/menu.d.ts.map +1 -0
  267. package/dist/components/ui/menu.js +57 -0
  268. package/dist/components/ui/menu.js.map +1 -0
  269. package/dist/components/ui/primitives/button.d.ts +41 -0
  270. package/dist/components/ui/primitives/button.d.ts.map +1 -0
  271. package/dist/components/ui/primitives/button.js +1 -0
  272. package/dist/components/ui/primitives/button.js.map +1 -0
  273. package/dist/components/ui/primitives/input.d.ts +52 -0
  274. package/dist/components/ui/primitives/input.d.ts.map +1 -0
  275. package/dist/components/ui/primitives/input.js +1 -0
  276. package/dist/components/ui/primitives/input.js.map +1 -0
  277. package/dist/components/ui/primitives/modal.d.ts +46 -0
  278. package/dist/components/ui/primitives/modal.d.ts.map +1 -0
  279. package/dist/components/ui/primitives/modal.js +1 -0
  280. package/dist/components/ui/primitives/modal.js.map +1 -0
  281. package/dist/components/ui/primitives/text.d.ts +48 -0
  282. package/dist/components/ui/primitives/text.d.ts.map +1 -0
  283. package/dist/components/ui/primitives/text.js +1 -0
  284. package/dist/components/ui/primitives/text.js.map +1 -0
  285. package/dist/components/ui/resizeable.d.ts +14 -0
  286. package/dist/components/ui/resizeable.d.ts.map +1 -0
  287. package/dist/components/ui/resizeable.js +2 -1
  288. package/dist/components/ui/resizeable.js.map +1 -0
  289. package/dist/components/ui/select.d.ts +16 -0
  290. package/dist/components/ui/select.d.ts.map +1 -0
  291. package/dist/components/ui/select.js +1 -0
  292. package/dist/components/ui/select.js.map +1 -0
  293. package/dist/components/ui/slider.d.ts +2 -0
  294. package/dist/components/ui/slider.d.ts.map +1 -0
  295. package/dist/components/ui/slider.js +1 -0
  296. package/dist/components/ui/slider.js.map +1 -0
  297. package/dist/components/ui/text.d.ts +45 -0
  298. package/dist/components/ui/text.d.ts.map +1 -0
  299. package/dist/components/ui/text.js +1 -0
  300. package/dist/components/ui/text.js.map +1 -0
  301. package/dist/components/ui/textarea.d.ts +5 -0
  302. package/dist/components/ui/textarea.d.ts.map +1 -0
  303. package/dist/components/ui/textarea.js +1 -0
  304. package/dist/components/ui/textarea.js.map +1 -0
  305. package/dist/components/ui/toast.d.ts +92 -0
  306. package/dist/components/ui/toast.d.ts.map +1 -0
  307. package/dist/components/ui/toast.js +2 -1
  308. package/dist/components/ui/toast.js.map +1 -0
  309. package/dist/components/ui/tooltip.d.ts +8 -0
  310. package/dist/components/ui/tooltip.d.ts.map +1 -0
  311. package/dist/components/ui/tooltip.js +1 -0
  312. package/dist/components/ui/tooltip.js.map +1 -0
  313. package/dist/components/ui/view.d.ts +33 -0
  314. package/dist/components/ui/view.d.ts.map +1 -0
  315. package/dist/components/ui/view.js +1 -0
  316. package/dist/components/ui/view.js.map +1 -0
  317. package/dist/crypto-polyfill.d.ts +1 -0
  318. package/dist/crypto-polyfill.d.ts.map +1 -0
  319. package/dist/crypto-polyfill.js +1 -0
  320. package/dist/crypto-polyfill.js.map +1 -0
  321. package/dist/crypto-polyfill.native.d.ts +3 -0
  322. package/dist/crypto-polyfill.native.d.ts.map +1 -0
  323. package/dist/crypto-polyfill.native.js +1 -0
  324. package/dist/crypto-polyfill.native.js.map +1 -0
  325. package/dist/hooks/index.d.ts +11 -0
  326. package/dist/hooks/index.d.ts.map +1 -0
  327. package/dist/hooks/index.js +1 -0
  328. package/dist/hooks/index.js.map +1 -0
  329. package/dist/hooks/useAvatars.d.ts +3 -0
  330. package/dist/hooks/useAvatars.d.ts.map +1 -0
  331. package/dist/hooks/useAvatars.js +1 -0
  332. package/dist/hooks/useAvatars.js.map +1 -0
  333. package/dist/hooks/useCameraToggle.d.ts +5 -0
  334. package/dist/hooks/useCameraToggle.d.ts.map +1 -0
  335. package/dist/hooks/useCameraToggle.js +1 -0
  336. package/dist/hooks/useCameraToggle.js.map +1 -0
  337. package/dist/hooks/useKeyboard.d.ts +5 -0
  338. package/dist/hooks/useKeyboard.d.ts.map +1 -0
  339. package/dist/hooks/useKeyboard.js +1 -0
  340. package/dist/hooks/useKeyboard.js.map +1 -0
  341. package/dist/hooks/useKeyboardSlide.d.ts +5 -0
  342. package/dist/hooks/useKeyboardSlide.d.ts.map +1 -0
  343. package/dist/hooks/useKeyboardSlide.js +1 -0
  344. package/dist/hooks/useKeyboardSlide.js.map +1 -0
  345. package/dist/hooks/useLivestreamInfo.d.ts +15 -0
  346. package/dist/hooks/useLivestreamInfo.d.ts.map +1 -0
  347. package/dist/hooks/useLivestreamInfo.js +1 -0
  348. package/dist/hooks/useLivestreamInfo.js.map +1 -0
  349. package/dist/hooks/useOuterAndInnerDimensions.d.ts +10 -0
  350. package/dist/hooks/useOuterAndInnerDimensions.d.ts.map +1 -0
  351. package/dist/hooks/useOuterAndInnerDimensions.js +1 -0
  352. package/dist/hooks/useOuterAndInnerDimensions.js.map +1 -0
  353. package/dist/hooks/usePlayerDimensions.d.ts +12 -0
  354. package/dist/hooks/usePlayerDimensions.d.ts.map +1 -0
  355. package/dist/hooks/usePlayerDimensions.js +1 -0
  356. package/dist/hooks/usePlayerDimensions.js.map +1 -0
  357. package/dist/hooks/usePointerDevice.d.ts +12 -0
  358. package/dist/hooks/usePointerDevice.d.ts.map +1 -0
  359. package/dist/hooks/usePointerDevice.js +1 -0
  360. package/dist/hooks/usePointerDevice.js.map +1 -0
  361. package/dist/hooks/useSegmentDimensions.d.ts +6 -0
  362. package/dist/hooks/useSegmentDimensions.d.ts.map +1 -0
  363. package/dist/hooks/useSegmentDimensions.js +1 -0
  364. package/dist/hooks/useSegmentDimensions.js.map +1 -0
  365. package/dist/hooks/useSegmentTiming.d.ts +9 -0
  366. package/dist/hooks/useSegmentTiming.d.ts.map +1 -0
  367. package/dist/hooks/useSegmentTiming.js +1 -0
  368. package/dist/hooks/useSegmentTiming.js.map +1 -0
  369. package/dist/i18n/i18n-loader.d.ts +2 -0
  370. package/dist/i18n/i18n-loader.d.ts.map +1 -0
  371. package/dist/i18n/i18n-loader.js +17 -0
  372. package/dist/i18n/i18n-loader.js.map +1 -0
  373. package/dist/i18n/i18n-loader.native.d.ts +2 -0
  374. package/dist/i18n/i18n-loader.native.d.ts.map +1 -0
  375. package/dist/i18n/i18n-loader.native.js +51 -0
  376. package/dist/i18n/i18n-loader.native.js.map +1 -0
  377. package/dist/i18n/i18next-config.d.ts +41 -0
  378. package/dist/i18n/i18next-config.d.ts.map +1 -0
  379. package/dist/i18n/i18next-config.js +220 -0
  380. package/dist/i18n/i18next-config.js.map +1 -0
  381. package/dist/i18n/index.d.ts +11 -0
  382. package/dist/i18n/index.d.ts.map +1 -0
  383. package/dist/i18n/index.js +45 -0
  384. package/dist/i18n/index.js.map +1 -0
  385. package/dist/i18n/provider.d.ts +14 -0
  386. package/dist/i18n/provider.d.ts.map +1 -0
  387. package/dist/i18n/provider.js +58 -0
  388. package/dist/i18n/provider.js.map +1 -0
  389. package/dist/index.d.ts +34 -0
  390. package/dist/index.d.ts.map +1 -0
  391. package/dist/index.js +10 -1
  392. package/dist/index.js.map +1 -0
  393. package/dist/lib/browser.d.ts +2 -0
  394. package/dist/lib/browser.d.ts.map +1 -0
  395. package/dist/lib/browser.js +1 -0
  396. package/dist/lib/browser.js.map +1 -0
  397. package/dist/lib/facet.d.ts +11 -0
  398. package/dist/lib/facet.d.ts.map +1 -0
  399. package/dist/lib/facet.js +1 -0
  400. package/dist/lib/facet.js.map +1 -0
  401. package/dist/lib/metadata-constants.d.ts +13 -0
  402. package/dist/lib/metadata-constants.d.ts.map +1 -0
  403. package/dist/lib/metadata-constants.js +1 -0
  404. package/dist/lib/metadata-constants.js.map +1 -0
  405. package/dist/lib/system-messages.d.ts +49 -0
  406. package/dist/lib/system-messages.d.ts.map +1 -0
  407. package/dist/lib/system-messages.js +1 -0
  408. package/dist/lib/system-messages.js.map +1 -0
  409. package/dist/lib/theme/atoms.d.ts +4226 -0
  410. package/dist/lib/theme/atoms.d.ts.map +1 -0
  411. package/dist/lib/theme/atoms.js +1 -0
  412. package/dist/lib/theme/atoms.js.map +1 -0
  413. package/dist/lib/theme/atoms.types.d.ts +228 -0
  414. package/dist/lib/theme/atoms.types.d.ts.map +1 -0
  415. package/dist/lib/theme/atoms.types.js +1 -0
  416. package/dist/lib/theme/atoms.types.js.map +1 -0
  417. package/dist/lib/theme/index.d.ts +6 -0
  418. package/dist/lib/theme/index.d.ts.map +1 -0
  419. package/dist/lib/theme/index.js +1 -0
  420. package/dist/lib/theme/index.js.map +1 -0
  421. package/dist/lib/theme/theme.d.ts +327 -0
  422. package/dist/lib/theme/theme.d.ts.map +1 -0
  423. package/dist/lib/theme/theme.js +1 -0
  424. package/dist/lib/theme/theme.js.map +1 -0
  425. package/dist/lib/theme/tokens.d.ts +766 -0
  426. package/dist/lib/theme/tokens.d.ts.map +1 -0
  427. package/dist/lib/theme/tokens.js +1 -0
  428. package/dist/lib/theme/tokens.js.map +1 -0
  429. package/dist/lib/utils.d.ts +53 -0
  430. package/dist/lib/utils.d.ts.map +1 -0
  431. package/dist/lib/utils.js +1 -0
  432. package/dist/lib/utils.js.map +1 -0
  433. package/dist/livestream-provider/index.d.ts +13 -0
  434. package/dist/livestream-provider/index.d.ts.map +1 -0
  435. package/dist/livestream-provider/index.js +1 -0
  436. package/dist/livestream-provider/index.js.map +1 -0
  437. package/dist/livestream-provider/websocket.d.ts +2 -0
  438. package/dist/livestream-provider/websocket.d.ts.map +1 -0
  439. package/dist/livestream-provider/websocket.js +1 -0
  440. package/dist/livestream-provider/websocket.js.map +1 -0
  441. package/dist/livestream-store/chat.d.ts +21 -0
  442. package/dist/livestream-store/chat.d.ts.map +1 -0
  443. package/dist/livestream-store/chat.js +1 -0
  444. package/dist/livestream-store/chat.js.map +1 -0
  445. package/dist/livestream-store/context.d.ts +7 -0
  446. package/dist/livestream-store/context.d.ts.map +1 -0
  447. package/dist/livestream-store/context.js +1 -0
  448. package/dist/livestream-store/context.js.map +1 -0
  449. package/dist/livestream-store/index.d.ts +5 -0
  450. package/dist/livestream-store/index.d.ts.map +1 -0
  451. package/dist/livestream-store/index.js +1 -0
  452. package/dist/livestream-store/index.js.map +1 -0
  453. package/dist/livestream-store/livestream-state.d.ts +29 -0
  454. package/dist/livestream-store/livestream-state.d.ts.map +1 -0
  455. package/dist/livestream-store/livestream-state.js +1 -0
  456. package/dist/livestream-store/livestream-state.js.map +1 -0
  457. package/dist/livestream-store/livestream-store.d.ts +14 -0
  458. package/dist/livestream-store/livestream-store.d.ts.map +1 -0
  459. package/dist/livestream-store/livestream-store.js +1 -0
  460. package/dist/livestream-store/livestream-store.js.map +1 -0
  461. package/dist/livestream-store/problems.d.ts +4 -0
  462. package/dist/livestream-store/problems.d.ts.map +1 -0
  463. package/dist/livestream-store/problems.js +1 -0
  464. package/dist/livestream-store/problems.js.map +1 -0
  465. package/dist/livestream-store/stream-key.d.ts +9 -0
  466. package/dist/livestream-store/stream-key.d.ts.map +1 -0
  467. package/dist/livestream-store/stream-key.js +1 -0
  468. package/dist/livestream-store/stream-key.js.map +1 -0
  469. package/dist/livestream-store/websocket-consumer.d.ts +3 -0
  470. package/dist/livestream-store/websocket-consumer.d.ts.map +1 -0
  471. package/dist/livestream-store/websocket-consumer.js +1 -0
  472. package/dist/livestream-store/websocket-consumer.js.map +1 -0
  473. package/dist/player-store/context.d.ts +10 -0
  474. package/dist/player-store/context.d.ts.map +1 -0
  475. package/dist/player-store/context.js +1 -0
  476. package/dist/player-store/context.js.map +1 -0
  477. package/dist/player-store/index.d.ts +6 -0
  478. package/dist/player-store/index.d.ts.map +1 -0
  479. package/dist/player-store/index.js +1 -0
  480. package/dist/player-store/index.js.map +1 -0
  481. package/dist/player-store/player-provider.d.ts +12 -0
  482. package/dist/player-store/player-provider.d.ts.map +1 -0
  483. package/dist/player-store/player-provider.js +1 -0
  484. package/dist/player-store/player-provider.js.map +1 -0
  485. package/dist/player-store/player-state.d.ts +138 -0
  486. package/dist/player-store/player-state.d.ts.map +1 -0
  487. package/dist/player-store/player-state.js +1 -0
  488. package/dist/player-store/player-state.js.map +1 -0
  489. package/dist/player-store/player-store.d.ts +18 -0
  490. package/dist/player-store/player-store.d.ts.map +1 -0
  491. package/dist/player-store/player-store.js +1 -0
  492. package/dist/player-store/player-store.js.map +1 -0
  493. package/dist/player-store/single-player-provider.d.ts +61 -0
  494. package/dist/player-store/single-player-provider.d.ts.map +1 -0
  495. package/dist/player-store/single-player-provider.js +1 -0
  496. package/dist/player-store/single-player-provider.js.map +1 -0
  497. package/dist/storage/index.d.ts +4 -0
  498. package/dist/storage/index.d.ts.map +1 -0
  499. package/dist/storage/index.js +1 -0
  500. package/dist/storage/index.js.map +1 -0
  501. package/dist/storage/lock.d.ts +8 -0
  502. package/dist/storage/lock.d.ts.map +1 -0
  503. package/dist/storage/lock.js +1 -0
  504. package/dist/storage/lock.js.map +1 -0
  505. package/dist/storage/storage.d.ts +7 -0
  506. package/dist/storage/storage.d.ts.map +1 -0
  507. package/dist/storage/storage.js +1 -0
  508. package/dist/storage/storage.js.map +1 -0
  509. package/dist/storage/storage.native.d.ts +7 -0
  510. package/dist/storage/storage.native.d.ts.map +1 -0
  511. package/dist/storage/storage.native.js +1 -0
  512. package/dist/storage/storage.native.js.map +1 -0
  513. package/dist/storage/storage.shared.d.ts +6 -0
  514. package/dist/storage/storage.shared.d.ts.map +1 -0
  515. package/dist/storage/storage.shared.js +1 -0
  516. package/dist/storage/storage.shared.js.map +1 -0
  517. package/dist/streamplace-provider/context.d.ts +7 -0
  518. package/dist/streamplace-provider/context.d.ts.map +1 -0
  519. package/dist/streamplace-provider/context.js +1 -0
  520. package/dist/streamplace-provider/context.js.map +1 -0
  521. package/dist/streamplace-provider/index.d.ts +11 -0
  522. package/dist/streamplace-provider/index.d.ts.map +1 -0
  523. package/dist/streamplace-provider/index.js +1 -0
  524. package/dist/streamplace-provider/index.js.map +1 -0
  525. package/dist/streamplace-provider/poller.d.ts +5 -0
  526. package/dist/streamplace-provider/poller.d.ts.map +1 -0
  527. package/dist/streamplace-provider/poller.js +3 -0
  528. package/dist/streamplace-provider/poller.js.map +1 -0
  529. package/dist/streamplace-provider/xrpc.d.ts +1 -0
  530. package/dist/streamplace-provider/xrpc.d.ts.map +1 -0
  531. package/dist/streamplace-provider/xrpc.js +1 -0
  532. package/dist/streamplace-provider/xrpc.js.map +1 -0
  533. package/dist/streamplace-store/block.d.ts +9 -0
  534. package/dist/streamplace-store/block.d.ts.map +1 -0
  535. package/dist/streamplace-store/block.js +1 -0
  536. package/dist/streamplace-store/block.js.map +1 -0
  537. package/dist/streamplace-store/content-metadata-actions.d.ts +9 -0
  538. package/dist/streamplace-store/content-metadata-actions.d.ts.map +1 -0
  539. package/dist/streamplace-store/content-metadata-actions.js +1 -0
  540. package/dist/streamplace-store/content-metadata-actions.js.map +1 -0
  541. package/dist/streamplace-store/graph.d.ts +22 -0
  542. package/dist/streamplace-store/graph.d.ts.map +1 -0
  543. package/dist/streamplace-store/graph.js +1 -0
  544. package/dist/streamplace-store/graph.js.map +1 -0
  545. package/dist/streamplace-store/index.d.ts +4 -0
  546. package/dist/streamplace-store/index.d.ts.map +1 -0
  547. package/dist/streamplace-store/index.js +1 -0
  548. package/dist/streamplace-store/index.js.map +1 -0
  549. package/dist/streamplace-store/stream.d.ts +11 -0
  550. package/dist/streamplace-store/stream.d.ts.map +1 -0
  551. package/dist/streamplace-store/stream.js +1 -0
  552. package/dist/streamplace-store/stream.js.map +1 -0
  553. package/dist/streamplace-store/streamplace-store.d.ts +92 -0
  554. package/dist/streamplace-store/streamplace-store.d.ts.map +1 -0
  555. package/dist/streamplace-store/streamplace-store.js +158 -3
  556. package/dist/streamplace-store/streamplace-store.js.map +1 -0
  557. package/dist/streamplace-store/user.d.ts +6 -0
  558. package/dist/streamplace-store/user.d.ts.map +1 -0
  559. package/dist/streamplace-store/user.js +1 -0
  560. package/dist/streamplace-store/user.js.map +1 -0
  561. package/dist/streamplace-store/xrpc.d.ts +3 -0
  562. package/dist/streamplace-store/xrpc.d.ts.map +1 -0
  563. package/dist/streamplace-store/xrpc.js +1 -0
  564. package/dist/streamplace-store/xrpc.js.map +1 -0
  565. package/dist/time-sync/index.d.ts +3 -0
  566. package/dist/time-sync/index.d.ts.map +1 -0
  567. package/dist/time-sync/index.js +15 -0
  568. package/dist/time-sync/index.js.map +1 -0
  569. package/dist/time-sync/time-sync.d.ts +13 -0
  570. package/dist/time-sync/time-sync.d.ts.map +1 -0
  571. package/dist/time-sync/time-sync.js +95 -0
  572. package/dist/time-sync/time-sync.js.map +1 -0
  573. package/dist/time-sync/useTimeSync.d.ts +2 -0
  574. package/dist/time-sync/useTimeSync.d.ts.map +1 -0
  575. package/dist/time-sync/useTimeSync.js +49 -0
  576. package/dist/time-sync/useTimeSync.js.map +1 -0
  577. package/dist/ui/index.d.ts +15 -0
  578. package/dist/ui/index.d.ts.map +1 -0
  579. package/dist/ui/index.js +1 -0
  580. package/dist/ui/index.js.map +1 -0
  581. package/dist/utils/format-handle.d.ts +11 -0
  582. package/dist/utils/format-handle.d.ts.map +1 -0
  583. package/dist/utils/format-handle.js +21 -0
  584. package/dist/utils/format-handle.js.map +1 -0
  585. package/locales/en-US/common.ftl +46 -0
  586. package/locales/en-US/settings.ftl +129 -0
  587. package/locales/es-ES/common.ftl +46 -0
  588. package/locales/es-ES/settings.ftl +168 -0
  589. package/locales/fr-FR/common.ftl +46 -0
  590. package/locales/fr-FR/settings.ftl +165 -0
  591. package/locales/manifest.json +36 -0
  592. package/locales/pt-BR/common.ftl +46 -0
  593. package/locales/pt-BR/settings.ftl +166 -0
  594. package/locales/zh-Hant/common.ftl +46 -0
  595. package/locales/zh-Hant/settings.ftl +161 -0
  596. package/node-compile-cache/v22.15.0-x64-efe9a9df-0/37be0eec +0 -0
  597. package/package.json +24 -3
  598. package/scripts/compile-translations.js +254 -0
  599. package/scripts/extract-i18n.js +336 -0
  600. package/src/components/chat/chat-box.tsx +28 -9
  601. package/src/components/chat/chat-message.tsx +3 -2
  602. package/src/components/chat/mod-view.tsx +4 -3
  603. package/src/components/content-metadata/content-metadata-form.tsx +3 -1
  604. package/src/components/danmu/danmu-message.tsx +182 -0
  605. package/src/components/danmu/danmu-overlay-obs.tsx +44 -0
  606. package/src/components/danmu/danmu-overlay.tsx +225 -0
  607. package/src/components/danmu/math.ts +27 -0
  608. package/src/components/danmu/mu.tsx +28 -0
  609. package/src/components/danmu/use-danmu-lanes.ts +114 -0
  610. package/src/components/mobile-player/fullscreen.native.tsx +26 -0
  611. package/src/components/mobile-player/fullscreen.tsx +23 -1
  612. package/src/components/mobile-player/ui/index.ts +1 -0
  613. package/src/components/mobile-player/ui/viewer-context-menu.tsx +9 -7
  614. package/src/components/mobile-player/ui/viewer-count.tsx +39 -0
  615. package/src/components/mobile-player/ui/viewers.tsx +10 -14
  616. package/src/components/share/sharesheet.tsx +11 -27
  617. package/src/components/ui/button.tsx +22 -4
  618. package/src/components/ui/dropdown.native.tsx +696 -0
  619. package/src/components/ui/dropdown.tsx +57 -427
  620. package/src/components/ui/index.ts +1 -0
  621. package/src/components/ui/menu.tsx +171 -0
  622. package/src/components/ui/resizeable.tsx +1 -1
  623. package/src/components/ui/toast.tsx +6 -1
  624. package/src/i18n/i18n-loader.native.ts +56 -0
  625. package/src/i18n/i18n-loader.ts +19 -0
  626. package/src/i18n/i18next-config.ts +250 -0
  627. package/src/i18n/index.ts +50 -0
  628. package/src/i18n/provider.tsx +70 -0
  629. package/src/index.tsx +9 -0
  630. package/src/streamplace-provider/poller.tsx +3 -0
  631. package/src/streamplace-store/streamplace-store.tsx +184 -2
  632. package/src/time-sync/index.ts +12 -0
  633. package/src/time-sync/time-sync.ts +112 -0
  634. package/src/time-sync/useTimeSync.tsx +58 -0
  635. package/src/utils/format-handle.ts +24 -0
  636. package/tsconfig.json +11 -2
  637. package/tsconfig.tsbuildinfo +0 -1
@@ -0,0 +1,766 @@
1
+ /**
2
+ * Design tokens for React Native components
3
+ * Inspired by shadcn/ui but adapted for React Native styling
4
+ */
5
+ export declare const colors: {
6
+ readonly primary: {
7
+ readonly 50: "#eff6ff";
8
+ readonly 100: "#dbeafe";
9
+ readonly 200: "#bfdbfe";
10
+ readonly 300: "#93c5fd";
11
+ readonly 400: "#60a5fa";
12
+ readonly 500: "#3b82f6";
13
+ readonly 600: "#2563eb";
14
+ readonly 700: "#1d4ed8";
15
+ readonly 800: "#1e40af";
16
+ readonly 900: "#1e3a8a";
17
+ readonly 950: "#172554";
18
+ };
19
+ readonly slate: {
20
+ readonly 50: "#f8fafc";
21
+ readonly 100: "#f1f5f9";
22
+ readonly 200: "#e2e8f0";
23
+ readonly 300: "#cbd5e1";
24
+ readonly 400: "#94a3b8";
25
+ readonly 500: "#64748b";
26
+ readonly 600: "#475569";
27
+ readonly 700: "#334155";
28
+ readonly 800: "#1e293b";
29
+ readonly 900: "#0f172a";
30
+ readonly 950: "#020617";
31
+ };
32
+ readonly gray: {
33
+ readonly 50: "#f9fafb";
34
+ readonly 100: "#f3f4f6";
35
+ readonly 200: "#e5e7eb";
36
+ readonly 300: "#d1d5db";
37
+ readonly 400: "#9ca3af";
38
+ readonly 500: "#6b7280";
39
+ readonly 600: "#4b5563";
40
+ readonly 700: "#374151";
41
+ readonly 800: "#1f2937";
42
+ readonly 900: "#111827";
43
+ readonly 950: "#030712";
44
+ };
45
+ readonly zinc: {
46
+ readonly 50: "#fafafa";
47
+ readonly 100: "#f4f4f5";
48
+ readonly 200: "#e4e4e7";
49
+ readonly 300: "#d4d4d8";
50
+ readonly 400: "#a1a1aa";
51
+ readonly 500: "#71717a";
52
+ readonly 600: "#52525b";
53
+ readonly 700: "#3f3f46";
54
+ readonly 800: "#27272a";
55
+ readonly 900: "#18181b";
56
+ readonly 950: "#09090b";
57
+ };
58
+ readonly neutral: {
59
+ readonly 50: "#fafaf9";
60
+ readonly 100: "#f5f5f4";
61
+ readonly 200: "#e7e5e4";
62
+ readonly 300: "#d6d3d1";
63
+ readonly 400: "#a8a29e";
64
+ readonly 500: "#78716c";
65
+ readonly 600: "#57534e";
66
+ readonly 700: "#44403c";
67
+ readonly 800: "#292524";
68
+ readonly 900: "#1c1917";
69
+ readonly 950: "#0c0a09";
70
+ };
71
+ readonly stone: {
72
+ readonly 50: "#fafaf9";
73
+ readonly 100: "#f5f5f4";
74
+ readonly 200: "#e7e5e4";
75
+ readonly 300: "#d6d3d1";
76
+ readonly 400: "#a8a29e";
77
+ readonly 500: "#78716c";
78
+ readonly 600: "#57534e";
79
+ readonly 700: "#44403c";
80
+ readonly 800: "#292524";
81
+ readonly 900: "#1c1917";
82
+ readonly 950: "#0c0a09";
83
+ };
84
+ readonly red: {
85
+ readonly 50: "#fef2f2";
86
+ readonly 100: "#fee2e2";
87
+ readonly 200: "#fecaca";
88
+ readonly 300: "#fca5a5";
89
+ readonly 400: "#f87171";
90
+ readonly 500: "#ef4444";
91
+ readonly 600: "#dc2626";
92
+ readonly 700: "#b91c1c";
93
+ readonly 800: "#991b1b";
94
+ readonly 900: "#7f1d1d";
95
+ readonly 950: "#450a0a";
96
+ };
97
+ readonly orange: {
98
+ readonly 50: "#fff7ed";
99
+ readonly 100: "#ffedd5";
100
+ readonly 200: "#fed7aa";
101
+ readonly 300: "#fdba74";
102
+ readonly 400: "#fb923c";
103
+ readonly 500: "#f97316";
104
+ readonly 600: "#ea580c";
105
+ readonly 700: "#c2410c";
106
+ readonly 800: "#9a3412";
107
+ readonly 900: "#7c2d12";
108
+ readonly 950: "#431407";
109
+ };
110
+ readonly amber: {
111
+ readonly 50: "#fffbeb";
112
+ readonly 100: "#fef3c7";
113
+ readonly 200: "#fde68a";
114
+ readonly 300: "#fcd34d";
115
+ readonly 400: "#fbbf24";
116
+ readonly 500: "#f59e0b";
117
+ readonly 600: "#d97706";
118
+ readonly 700: "#b45309";
119
+ readonly 800: "#92400e";
120
+ readonly 900: "#78350f";
121
+ readonly 950: "#451a03";
122
+ };
123
+ readonly yellow: {
124
+ readonly 50: "#fefce8";
125
+ readonly 100: "#fef9c3";
126
+ readonly 200: "#fef08a";
127
+ readonly 300: "#fde047";
128
+ readonly 400: "#facc15";
129
+ readonly 500: "#eab308";
130
+ readonly 600: "#ca8a04";
131
+ readonly 700: "#a16207";
132
+ readonly 800: "#854d0e";
133
+ readonly 900: "#713f12";
134
+ readonly 950: "#422006";
135
+ };
136
+ readonly lime: {
137
+ readonly 50: "#f7fee7";
138
+ readonly 100: "#ecfccb";
139
+ readonly 200: "#d9f99d";
140
+ readonly 300: "#bef264";
141
+ readonly 400: "#a3e635";
142
+ readonly 500: "#84cc16";
143
+ readonly 600: "#65a30d";
144
+ readonly 700: "#4d7c0f";
145
+ readonly 800: "#3f6212";
146
+ readonly 900: "#365314";
147
+ readonly 950: "#1a2e05";
148
+ };
149
+ readonly green: {
150
+ readonly 50: "#f0fdf4";
151
+ readonly 100: "#dcfce7";
152
+ readonly 200: "#bbf7d0";
153
+ readonly 300: "#86efac";
154
+ readonly 400: "#4ade80";
155
+ readonly 500: "#22c55e";
156
+ readonly 600: "#16a34a";
157
+ readonly 700: "#15803d";
158
+ readonly 800: "#166534";
159
+ readonly 900: "#14532d";
160
+ readonly 950: "#052e16";
161
+ };
162
+ readonly emerald: {
163
+ readonly 50: "#ecfdf5";
164
+ readonly 100: "#d1fae5";
165
+ readonly 200: "#a7f3d0";
166
+ readonly 300: "#6ee7b7";
167
+ readonly 400: "#34d399";
168
+ readonly 500: "#10b981";
169
+ readonly 600: "#059669";
170
+ readonly 700: "#047857";
171
+ readonly 800: "#065f46";
172
+ readonly 900: "#064e3b";
173
+ readonly 950: "#022c22";
174
+ };
175
+ readonly teal: {
176
+ readonly 50: "#f0fdfa";
177
+ readonly 100: "#ccfbf1";
178
+ readonly 200: "#99f6e4";
179
+ readonly 300: "#5eead4";
180
+ readonly 400: "#2dd4bf";
181
+ readonly 500: "#14b8a6";
182
+ readonly 600: "#0d9488";
183
+ readonly 700: "#0f766e";
184
+ readonly 800: "#115e59";
185
+ readonly 900: "#134e4a";
186
+ readonly 950: "#042f2e";
187
+ };
188
+ readonly cyan: {
189
+ readonly 50: "#ecfeff";
190
+ readonly 100: "#cffafe";
191
+ readonly 200: "#a5f3fc";
192
+ readonly 300: "#67e8f9";
193
+ readonly 400: "#22d3ee";
194
+ readonly 500: "#06b6d4";
195
+ readonly 600: "#0891b2";
196
+ readonly 700: "#0e7490";
197
+ readonly 800: "#155e75";
198
+ readonly 900: "#164e63";
199
+ readonly 950: "#083344";
200
+ };
201
+ readonly sky: {
202
+ readonly 50: "#f0f9ff";
203
+ readonly 100: "#e0f2fe";
204
+ readonly 200: "#bae6fd";
205
+ readonly 300: "#7dd3fc";
206
+ readonly 400: "#38bdf8";
207
+ readonly 500: "#0ea5e9";
208
+ readonly 600: "#0284c7";
209
+ readonly 700: "#0369a1";
210
+ readonly 800: "#075985";
211
+ readonly 900: "#0c4a6e";
212
+ readonly 950: "#082f49";
213
+ };
214
+ readonly blue: {
215
+ readonly 50: "#eff6ff";
216
+ readonly 100: "#dbeafe";
217
+ readonly 200: "#bfdbfe";
218
+ readonly 300: "#93c5fd";
219
+ readonly 400: "#60a5fa";
220
+ readonly 500: "#3b82f6";
221
+ readonly 600: "#2563eb";
222
+ readonly 700: "#1d4ed8";
223
+ readonly 800: "#1e40af";
224
+ readonly 900: "#1e3a8a";
225
+ readonly 950: "#172554";
226
+ };
227
+ readonly indigo: {
228
+ readonly 50: "#eef2ff";
229
+ readonly 100: "#e0e7ff";
230
+ readonly 200: "#c7d2fe";
231
+ readonly 300: "#a5b4fc";
232
+ readonly 400: "#818cf8";
233
+ readonly 500: "#6366f1";
234
+ readonly 600: "#4f46e5";
235
+ readonly 700: "#4338ca";
236
+ readonly 800: "#3730a3";
237
+ readonly 900: "#312e81";
238
+ readonly 950: "#1e1b4b";
239
+ };
240
+ readonly violet: {
241
+ readonly 50: "#f5f3ff";
242
+ readonly 100: "#ede9fe";
243
+ readonly 200: "#ddd6fe";
244
+ readonly 300: "#c4b5fd";
245
+ readonly 400: "#a78bfa";
246
+ readonly 500: "#8b5cf6";
247
+ readonly 600: "#7c3aed";
248
+ readonly 700: "#6d28d9";
249
+ readonly 800: "#5b21b6";
250
+ readonly 900: "#4c1d95";
251
+ readonly 950: "#2e1065";
252
+ };
253
+ readonly purple: {
254
+ readonly 50: "#faf5ff";
255
+ readonly 100: "#f3e8ff";
256
+ readonly 200: "#e9d5ff";
257
+ readonly 300: "#d8b4fe";
258
+ readonly 400: "#c084fc";
259
+ readonly 500: "#a855f7";
260
+ readonly 600: "#9333ea";
261
+ readonly 700: "#7e22ce";
262
+ readonly 800: "#6b21a8";
263
+ readonly 900: "#581c87";
264
+ readonly 950: "#3b0764";
265
+ };
266
+ readonly fuchsia: {
267
+ readonly 50: "#fdf4ff";
268
+ readonly 100: "#fae8ff";
269
+ readonly 200: "#f5d0fe";
270
+ readonly 300: "#f0abfc";
271
+ readonly 400: "#e879f9";
272
+ readonly 500: "#d946ef";
273
+ readonly 600: "#c026d3";
274
+ readonly 700: "#a21caf";
275
+ readonly 800: "#86198f";
276
+ readonly 900: "#701a75";
277
+ readonly 950: "#4a044e";
278
+ };
279
+ readonly pink: {
280
+ readonly 50: "#fdf2f8";
281
+ readonly 100: "#fce7f3";
282
+ readonly 200: "#fbcfe8";
283
+ readonly 300: "#f9a8d4";
284
+ readonly 400: "#f472b6";
285
+ readonly 500: "#ec4899";
286
+ readonly 600: "#db2777";
287
+ readonly 700: "#be185d";
288
+ readonly 800: "#9d174d";
289
+ readonly 900: "#831843";
290
+ readonly 950: "#500724";
291
+ };
292
+ readonly rose: {
293
+ readonly 50: "#fff1f2";
294
+ readonly 100: "#ffe4e6";
295
+ readonly 200: "#fecdd3";
296
+ readonly 300: "#fda4af";
297
+ readonly 400: "#fb7185";
298
+ readonly 500: "#f43f5e";
299
+ readonly 600: "#e11d48";
300
+ readonly 700: "#be123c";
301
+ readonly 800: "#9f1239";
302
+ readonly 900: "#881337";
303
+ readonly 950: "#4c0519";
304
+ };
305
+ readonly destructive: {
306
+ readonly 50: "#fef2f2";
307
+ readonly 100: "#fee2e2";
308
+ readonly 200: "#fecaca";
309
+ readonly 300: "#fca5a5";
310
+ readonly 400: "#f87171";
311
+ readonly 500: "#ef4444";
312
+ readonly 600: "#dc2626";
313
+ readonly 700: "#b91c1c";
314
+ readonly 800: "#991b1b";
315
+ readonly 900: "#7f1d1d";
316
+ readonly 950: "#450a0a";
317
+ };
318
+ readonly success: {
319
+ readonly 50: "#f0fdf4";
320
+ readonly 100: "#dcfce7";
321
+ readonly 200: "#bbf7d0";
322
+ readonly 300: "#86efac";
323
+ readonly 400: "#4ade80";
324
+ readonly 500: "#22c55e";
325
+ readonly 600: "#16a34a";
326
+ readonly 700: "#15803d";
327
+ readonly 800: "#166534";
328
+ readonly 900: "#14532d";
329
+ readonly 950: "#052e16";
330
+ };
331
+ readonly warning: {
332
+ readonly 50: "#fffbeb";
333
+ readonly 100: "#fef3c7";
334
+ readonly 200: "#fde68a";
335
+ readonly 300: "#fcd34d";
336
+ readonly 400: "#fbbf24";
337
+ readonly 500: "#f59e0b";
338
+ readonly 600: "#d97706";
339
+ readonly 700: "#b45309";
340
+ readonly 800: "#92400e";
341
+ readonly 900: "#78350f";
342
+ readonly 950: "#451a03";
343
+ };
344
+ readonly ios: {
345
+ readonly systemBlue: "#007AFF";
346
+ readonly systemGreen: "#34C759";
347
+ readonly systemRed: "#FF3B30";
348
+ readonly systemOrange: "#FF9500";
349
+ readonly systemYellow: "#FFCC00";
350
+ readonly systemPurple: "#AF52DE";
351
+ readonly systemPink: "#FF2D92";
352
+ readonly systemTeal: "#5AC8FA";
353
+ readonly systemIndigo: "#5856D6";
354
+ readonly systemGray: "#8E8E93";
355
+ readonly systemGray2: "#AEAEB2";
356
+ readonly systemGray3: "#C7C7CC";
357
+ readonly systemGray4: "#D1D1D6";
358
+ readonly systemGray5: "#E5E5EA";
359
+ readonly systemGray6: "#F2F2F7";
360
+ };
361
+ readonly android: {
362
+ readonly primary: "#6200EE";
363
+ readonly primaryVariant: "#3700B3";
364
+ readonly secondary: "#03DAC6";
365
+ readonly secondaryVariant: "#018786";
366
+ readonly background: "#FFFFFF";
367
+ readonly surface: "#FFFFFF";
368
+ readonly error: "#B00020";
369
+ readonly onPrimary: "#FFFFFF";
370
+ readonly onSecondary: "#000000";
371
+ readonly onBackground: "#000000";
372
+ readonly onSurface: "#000000";
373
+ readonly onError: "#FFFFFF";
374
+ };
375
+ readonly transparent: "transparent";
376
+ readonly black: "#000000";
377
+ readonly white: "#FFFFFF";
378
+ };
379
+ export declare const spacing: {
380
+ readonly 0: 0;
381
+ readonly 1: 4;
382
+ readonly 2: 8;
383
+ readonly 3: 12;
384
+ readonly 4: 16;
385
+ readonly 5: 20;
386
+ readonly 6: 24;
387
+ readonly 7: 28;
388
+ readonly 8: 32;
389
+ readonly 9: 36;
390
+ readonly 10: 40;
391
+ readonly 11: 44;
392
+ readonly 12: 48;
393
+ readonly 14: 56;
394
+ readonly 16: 64;
395
+ readonly 20: 80;
396
+ readonly 24: 96;
397
+ readonly 28: 112;
398
+ readonly 32: 128;
399
+ readonly 36: 144;
400
+ readonly 40: 160;
401
+ readonly 44: 176;
402
+ readonly 48: 192;
403
+ readonly 52: 208;
404
+ readonly 56: 224;
405
+ readonly 60: 240;
406
+ readonly 64: 256;
407
+ readonly 72: 288;
408
+ readonly 80: 320;
409
+ readonly 96: 384;
410
+ readonly auto: "auto";
411
+ };
412
+ export declare const borderRadius: {
413
+ readonly none: 0;
414
+ readonly sm: 3;
415
+ readonly md: 8;
416
+ readonly lg: 12;
417
+ readonly xl: 16;
418
+ readonly "2xl": 20;
419
+ readonly "3xl": 24;
420
+ readonly full: 999;
421
+ };
422
+ export declare const typography: {
423
+ readonly ios: {
424
+ readonly largeTitle: {
425
+ readonly fontSize: 34;
426
+ readonly lineHeight: 41;
427
+ readonly fontWeight: "700";
428
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
429
+ };
430
+ readonly title1: {
431
+ readonly fontSize: 28;
432
+ readonly lineHeight: 34;
433
+ readonly fontWeight: "700";
434
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
435
+ };
436
+ readonly title2: {
437
+ readonly fontSize: 22;
438
+ readonly lineHeight: 28;
439
+ readonly fontWeight: "700";
440
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
441
+ };
442
+ readonly title3: {
443
+ readonly fontSize: 20;
444
+ readonly lineHeight: 25;
445
+ readonly fontWeight: "600";
446
+ readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
447
+ };
448
+ readonly headline: {
449
+ readonly fontSize: 17;
450
+ readonly lineHeight: 22;
451
+ readonly fontWeight: "600";
452
+ readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
453
+ };
454
+ readonly body: {
455
+ readonly fontSize: 17;
456
+ readonly lineHeight: 22;
457
+ readonly fontWeight: "400";
458
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
459
+ };
460
+ readonly callout: {
461
+ readonly fontSize: 16;
462
+ readonly lineHeight: 21;
463
+ readonly fontWeight: "400";
464
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
465
+ };
466
+ readonly subhead: {
467
+ readonly fontSize: 15;
468
+ readonly lineHeight: 20;
469
+ readonly fontWeight: "400";
470
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
471
+ };
472
+ readonly footnote: {
473
+ readonly fontSize: 13;
474
+ readonly lineHeight: 18;
475
+ readonly fontWeight: "400";
476
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
477
+ };
478
+ readonly caption1: {
479
+ readonly fontSize: 12;
480
+ readonly lineHeight: 16;
481
+ readonly fontWeight: "400";
482
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
483
+ };
484
+ readonly caption2: {
485
+ readonly fontSize: 11;
486
+ readonly lineHeight: 13;
487
+ readonly fontWeight: "400";
488
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
489
+ };
490
+ };
491
+ readonly android: {
492
+ readonly headline1: {
493
+ readonly fontSize: 96;
494
+ readonly lineHeight: 112;
495
+ readonly fontWeight: "300";
496
+ readonly fontFamily: "AtkinsonHyperlegibleNext-ExtraLight";
497
+ };
498
+ readonly headline2: {
499
+ readonly fontSize: 60;
500
+ readonly lineHeight: 72;
501
+ readonly fontWeight: "300";
502
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Light";
503
+ };
504
+ readonly headline3: {
505
+ readonly fontSize: 48;
506
+ readonly lineHeight: 56;
507
+ readonly fontWeight: "400";
508
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
509
+ };
510
+ readonly headline4: {
511
+ readonly fontSize: 34;
512
+ readonly lineHeight: 42;
513
+ readonly fontWeight: "400";
514
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
515
+ };
516
+ readonly headline5: {
517
+ readonly fontSize: 24;
518
+ readonly lineHeight: 32;
519
+ readonly fontWeight: "400";
520
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
521
+ };
522
+ readonly headline6: {
523
+ readonly fontSize: 20;
524
+ readonly lineHeight: 28;
525
+ readonly fontWeight: "500";
526
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
527
+ };
528
+ readonly subtitle1: {
529
+ readonly fontSize: 16;
530
+ readonly lineHeight: 24;
531
+ readonly fontWeight: "400";
532
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
533
+ };
534
+ readonly subtitle2: {
535
+ readonly fontSize: 14;
536
+ readonly lineHeight: 22;
537
+ readonly fontWeight: "500";
538
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
539
+ };
540
+ readonly body1: {
541
+ readonly fontSize: 16;
542
+ readonly lineHeight: 24;
543
+ readonly fontWeight: "400";
544
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
545
+ };
546
+ readonly body2: {
547
+ readonly fontSize: 14;
548
+ readonly lineHeight: 20;
549
+ readonly fontWeight: "400";
550
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
551
+ };
552
+ readonly button: {
553
+ readonly fontSize: 14;
554
+ readonly lineHeight: 16;
555
+ readonly fontWeight: "500";
556
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
557
+ };
558
+ readonly caption: {
559
+ readonly fontSize: 12;
560
+ readonly lineHeight: 16;
561
+ readonly fontWeight: "400";
562
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
563
+ };
564
+ readonly overline: {
565
+ readonly fontSize: 10;
566
+ readonly lineHeight: 16;
567
+ readonly fontWeight: "400";
568
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
569
+ };
570
+ };
571
+ readonly universal: {
572
+ readonly xs: {
573
+ readonly fontSize: 12;
574
+ readonly lineHeight: 16;
575
+ readonly marginBottom: -0.7;
576
+ readonly fontWeight: "400";
577
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
578
+ };
579
+ readonly sm: {
580
+ readonly fontSize: 14;
581
+ readonly lineHeight: 20;
582
+ readonly marginBottom: -1;
583
+ readonly fontWeight: "400";
584
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
585
+ };
586
+ readonly base: {
587
+ readonly fontSize: 16;
588
+ readonly lineHeight: 24;
589
+ readonly marginBottom: -1.2;
590
+ readonly fontWeight: "400";
591
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
592
+ };
593
+ readonly lg: {
594
+ readonly fontSize: 18;
595
+ readonly lineHeight: 28;
596
+ readonly marginBottom: -1.5;
597
+ readonly fontWeight: "400";
598
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Regular";
599
+ };
600
+ readonly xl: {
601
+ readonly fontSize: 20;
602
+ readonly lineHeight: 28;
603
+ readonly marginBottom: -1.75;
604
+ readonly fontWeight: "500";
605
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Medium";
606
+ };
607
+ readonly "2xl": {
608
+ readonly fontSize: 24;
609
+ readonly lineHeight: 32;
610
+ readonly marginBottom: -2;
611
+ readonly fontWeight: "600";
612
+ readonly fontFamily: "AtkinsonHyperlegibleNext-SemiBold";
613
+ };
614
+ readonly "3xl": {
615
+ readonly fontSize: 30;
616
+ readonly lineHeight: 36;
617
+ readonly marginBottom: -2.5;
618
+ readonly fontWeight: "700";
619
+ readonly fontFamily: "AtkinsonHyperlegibleNext-Bold";
620
+ };
621
+ readonly "4xl": {
622
+ readonly fontSize: 36;
623
+ readonly lineHeight: 40;
624
+ readonly marginBottom: -3;
625
+ readonly fontWeight: "700";
626
+ readonly fontFamily: "AtkinsonHyperlegibleNext-ExtraBold";
627
+ };
628
+ };
629
+ readonly mono: {
630
+ readonly xs: {
631
+ readonly fontSize: 11;
632
+ readonly lineHeight: 16;
633
+ readonly fontWeight: "400";
634
+ readonly fontFamily: "AtkinsonHyperlegibleMono-Regular";
635
+ };
636
+ readonly sm: {
637
+ readonly fontSize: 13;
638
+ readonly lineHeight: 18;
639
+ readonly fontWeight: "400";
640
+ readonly fontFamily: "AtkinsonHyperlegibleMono-Regular";
641
+ };
642
+ readonly base: {
643
+ readonly fontSize: 14;
644
+ readonly lineHeight: 20;
645
+ readonly fontWeight: "400";
646
+ readonly fontFamily: "AtkinsonHyperlegibleMono-Regular";
647
+ };
648
+ readonly lg: {
649
+ readonly fontSize: 16;
650
+ readonly lineHeight: 24;
651
+ readonly fontWeight: "400";
652
+ readonly fontFamily: "AtkinsonHyperlegibleMono-Regular";
653
+ };
654
+ readonly xl: {
655
+ readonly fontSize: 18;
656
+ readonly lineHeight: 28;
657
+ readonly fontWeight: "500";
658
+ readonly fontFamily: "AtkinsonHyperlegibleMono-Medium";
659
+ };
660
+ readonly "2xl": {
661
+ readonly fontSize: 20;
662
+ readonly lineHeight: 32;
663
+ readonly fontWeight: "600";
664
+ readonly fontFamily: "AtkinsonHyperlegibleMono-SemiBold";
665
+ };
666
+ readonly "3xl": {
667
+ readonly fontSize: 24;
668
+ readonly lineHeight: 36;
669
+ readonly fontWeight: "700";
670
+ readonly fontFamily: "AtkinsonHyperlegibleMono-Bold";
671
+ };
672
+ };
673
+ };
674
+ export declare const fontFamilies: {
675
+ readonly regular: "AtkinsonHyperlegibleNext-Regular";
676
+ readonly light: "AtkinsonHyperlegibleNext-Light";
677
+ readonly extraLight: "AtkinsonHyperlegibleNext-ExtraLight";
678
+ readonly medium: "AtkinsonHyperlegibleNext-Medium";
679
+ readonly semiBold: "AtkinsonHyperlegibleNext-SemiBold";
680
+ readonly bold: "AtkinsonHyperlegibleNext-Bold";
681
+ readonly extraBold: "AtkinsonHyperlegibleNext-ExtraBold";
682
+ readonly monoRegular: "AtkinsonHyperlegibleMono-Regular";
683
+ readonly monoMedium: "AtkinsonHyperlegibleMono-Medium";
684
+ readonly monoSemiBold: "AtkinsonHyperlegibleMono-SemiBold";
685
+ readonly monoBold: "AtkinsonHyperlegibleMono-Bold";
686
+ };
687
+ export declare const shadows: {
688
+ readonly none: {
689
+ readonly shadowColor: "transparent";
690
+ readonly shadowOffset: {
691
+ readonly width: 0;
692
+ readonly height: 0;
693
+ };
694
+ readonly shadowOpacity: 0;
695
+ readonly shadowRadius: 0;
696
+ readonly elevation: 0;
697
+ };
698
+ readonly sm: {
699
+ readonly shadowColor: "#000000";
700
+ readonly shadowOffset: {
701
+ readonly width: 0;
702
+ readonly height: 1;
703
+ };
704
+ readonly shadowOpacity: 0.05;
705
+ readonly shadowRadius: 2;
706
+ readonly elevation: 2;
707
+ };
708
+ readonly md: {
709
+ readonly shadowColor: "#000000";
710
+ readonly shadowOffset: {
711
+ readonly width: 0;
712
+ readonly height: 2;
713
+ };
714
+ readonly shadowOpacity: 0.1;
715
+ readonly shadowRadius: 4;
716
+ readonly elevation: 4;
717
+ };
718
+ readonly lg: {
719
+ readonly shadowColor: "#000000";
720
+ readonly shadowOffset: {
721
+ readonly width: 0;
722
+ readonly height: 4;
723
+ };
724
+ readonly shadowOpacity: 0.15;
725
+ readonly shadowRadius: 8;
726
+ readonly elevation: 8;
727
+ };
728
+ readonly xl: {
729
+ readonly shadowColor: "#000000";
730
+ readonly shadowOffset: {
731
+ readonly width: 0;
732
+ readonly height: 8;
733
+ };
734
+ readonly shadowOpacity: 0.2;
735
+ readonly shadowRadius: 16;
736
+ readonly elevation: 16;
737
+ };
738
+ };
739
+ export declare const touchTargets: {
740
+ readonly minimum: 44;
741
+ readonly comfortable: 48;
742
+ readonly large: 56;
743
+ };
744
+ export declare const animations: {
745
+ readonly fast: 150;
746
+ readonly normal: 200;
747
+ readonly slow: 300;
748
+ readonly slower: 500;
749
+ };
750
+ export declare const breakpoints: {
751
+ readonly sm: 640;
752
+ readonly md: 768;
753
+ readonly lg: 1024;
754
+ readonly xl: 1280;
755
+ readonly "2xl": 1536;
756
+ };
757
+ export type Colors = typeof colors;
758
+ export type Spacing = typeof spacing;
759
+ export type BorderRadius = typeof borderRadius;
760
+ export type Typography = typeof typography;
761
+ export type FontFamilies = typeof fontFamilies;
762
+ export type Shadows = typeof shadows;
763
+ export type TouchTargets = typeof touchTargets;
764
+ export type Animations = typeof animations;
765
+ export type Breakpoints = typeof breakpoints;
766
+ //# sourceMappingURL=tokens.d.ts.map