@unif/react-native-design 0.1.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 (1158) hide show
  1. package/LICENSE +20 -0
  2. package/README.md +37 -0
  3. package/lib/module/components/business/AvatarWithRing/AvatarWithRing.js +70 -0
  4. package/lib/module/components/business/AvatarWithRing/AvatarWithRing.js.map +1 -0
  5. package/lib/module/components/business/AvatarWithRing/index.js +4 -0
  6. package/lib/module/components/business/AvatarWithRing/index.js.map +1 -0
  7. package/lib/module/components/business/AvatarWithRing/styles.js +64 -0
  8. package/lib/module/components/business/AvatarWithRing/styles.js.map +1 -0
  9. package/lib/module/components/business/AvatarWithRing/types.js +4 -0
  10. package/lib/module/components/business/AvatarWithRing/types.js.map +1 -0
  11. package/lib/module/components/business/Decorations/GradientWash.js +101 -0
  12. package/lib/module/components/business/Decorations/GradientWash.js.map +1 -0
  13. package/lib/module/components/business/Decorations/RadialHalo.js +79 -0
  14. package/lib/module/components/business/Decorations/RadialHalo.js.map +1 -0
  15. package/lib/module/components/business/Decorations/ScreenBackdrop.js +131 -0
  16. package/lib/module/components/business/Decorations/ScreenBackdrop.js.map +1 -0
  17. package/lib/module/components/business/Decorations/index.js +6 -0
  18. package/lib/module/components/business/Decorations/index.js.map +1 -0
  19. package/lib/module/components/business/Decorations/types.js +4 -0
  20. package/lib/module/components/business/Decorations/types.js.map +1 -0
  21. package/lib/module/components/business/GlassStats/GlassStats.js +54 -0
  22. package/lib/module/components/business/GlassStats/GlassStats.js.map +1 -0
  23. package/lib/module/components/business/GlassStats/index.js +4 -0
  24. package/lib/module/components/business/GlassStats/index.js.map +1 -0
  25. package/lib/module/components/business/GlassStats/styles.js +62 -0
  26. package/lib/module/components/business/GlassStats/styles.js.map +1 -0
  27. package/lib/module/components/business/GlassStats/types.js +2 -0
  28. package/lib/module/components/business/GlassStats/types.js.map +1 -0
  29. package/lib/module/components/business/VersionPill/VersionPill.js +38 -0
  30. package/lib/module/components/business/VersionPill/VersionPill.js.map +1 -0
  31. package/lib/module/components/business/VersionPill/index.js +4 -0
  32. package/lib/module/components/business/VersionPill/index.js.map +1 -0
  33. package/lib/module/components/business/VersionPill/styles.js +41 -0
  34. package/lib/module/components/business/VersionPill/styles.js.map +1 -0
  35. package/lib/module/components/business/VersionPill/types.js +4 -0
  36. package/lib/module/components/business/VersionPill/types.js.map +1 -0
  37. package/lib/module/components/business/index.js +12 -0
  38. package/lib/module/components/business/index.js.map +1 -0
  39. package/lib/module/components/index.js +5 -0
  40. package/lib/module/components/index.js.map +1 -0
  41. package/lib/module/components/ui/Avatar/Avatar.js +58 -0
  42. package/lib/module/components/ui/Avatar/Avatar.js.map +1 -0
  43. package/lib/module/components/ui/Avatar/index.js +4 -0
  44. package/lib/module/components/ui/Avatar/index.js.map +1 -0
  45. package/lib/module/components/ui/Avatar/styles.js +79 -0
  46. package/lib/module/components/ui/Avatar/styles.js.map +1 -0
  47. package/lib/module/components/ui/Avatar/types.js +4 -0
  48. package/lib/module/components/ui/Avatar/types.js.map +1 -0
  49. package/lib/module/components/ui/BlurLayer/BlurLayer.js +41 -0
  50. package/lib/module/components/ui/BlurLayer/BlurLayer.js.map +1 -0
  51. package/lib/module/components/ui/BlurLayer/BlurLayer.web.js +40 -0
  52. package/lib/module/components/ui/BlurLayer/BlurLayer.web.js.map +1 -0
  53. package/lib/module/components/ui/BlurLayer/index.js +4 -0
  54. package/lib/module/components/ui/BlurLayer/index.js.map +1 -0
  55. package/lib/module/components/ui/BlurLayer/types.js +4 -0
  56. package/lib/module/components/ui/BlurLayer/types.js.map +1 -0
  57. package/lib/module/components/ui/BottomSheet/BottomSheet.js +104 -0
  58. package/lib/module/components/ui/BottomSheet/BottomSheet.js.map +1 -0
  59. package/lib/module/components/ui/BottomSheet/index.js +4 -0
  60. package/lib/module/components/ui/BottomSheet/index.js.map +1 -0
  61. package/lib/module/components/ui/BottomSheet/styles.js +26 -0
  62. package/lib/module/components/ui/BottomSheet/styles.js.map +1 -0
  63. package/lib/module/components/ui/BottomSheet/types.js +4 -0
  64. package/lib/module/components/ui/BottomSheet/types.js.map +1 -0
  65. package/lib/module/components/ui/Button/Button.js +65 -0
  66. package/lib/module/components/ui/Button/Button.js.map +1 -0
  67. package/lib/module/components/ui/Button/ButtonBase.js +69 -0
  68. package/lib/module/components/ui/Button/ButtonBase.js.map +1 -0
  69. package/lib/module/components/ui/Button/index.js +4 -0
  70. package/lib/module/components/ui/Button/index.js.map +1 -0
  71. package/lib/module/components/ui/Button/styles.js +97 -0
  72. package/lib/module/components/ui/Button/styles.js.map +1 -0
  73. package/lib/module/components/ui/Button/types.js +4 -0
  74. package/lib/module/components/ui/Button/types.js.map +1 -0
  75. package/lib/module/components/ui/Card/Card.js +34 -0
  76. package/lib/module/components/ui/Card/Card.js.map +1 -0
  77. package/lib/module/components/ui/Card/index.js +4 -0
  78. package/lib/module/components/ui/Card/index.js.map +1 -0
  79. package/lib/module/components/ui/Card/styles.js +28 -0
  80. package/lib/module/components/ui/Card/styles.js.map +1 -0
  81. package/lib/module/components/ui/Card/types.js +4 -0
  82. package/lib/module/components/ui/Card/types.js.map +1 -0
  83. package/lib/module/components/ui/Carousel/Carousel.js +90 -0
  84. package/lib/module/components/ui/Carousel/Carousel.js.map +1 -0
  85. package/lib/module/components/ui/Carousel/index.js +4 -0
  86. package/lib/module/components/ui/Carousel/index.js.map +1 -0
  87. package/lib/module/components/ui/Carousel/styles.js +42 -0
  88. package/lib/module/components/ui/Carousel/styles.js.map +1 -0
  89. package/lib/module/components/ui/Carousel/types.js +4 -0
  90. package/lib/module/components/ui/Carousel/types.js.map +1 -0
  91. package/lib/module/components/ui/Cell/Cell.js +94 -0
  92. package/lib/module/components/ui/Cell/Cell.js.map +1 -0
  93. package/lib/module/components/ui/Cell/Leading.js +49 -0
  94. package/lib/module/components/ui/Cell/Leading.js.map +1 -0
  95. package/lib/module/components/ui/Cell/List.js +47 -0
  96. package/lib/module/components/ui/Cell/List.js.map +1 -0
  97. package/lib/module/components/ui/Cell/context.js +11 -0
  98. package/lib/module/components/ui/Cell/context.js.map +1 -0
  99. package/lib/module/components/ui/Cell/index.js +5 -0
  100. package/lib/module/components/ui/Cell/index.js.map +1 -0
  101. package/lib/module/components/ui/Cell/styles.js +85 -0
  102. package/lib/module/components/ui/Cell/styles.js.map +1 -0
  103. package/lib/module/components/ui/Cell/types.js +4 -0
  104. package/lib/module/components/ui/Cell/types.js.map +1 -0
  105. package/lib/module/components/ui/Checkbox/Checkbox.js +62 -0
  106. package/lib/module/components/ui/Checkbox/Checkbox.js.map +1 -0
  107. package/lib/module/components/ui/Checkbox/index.js +4 -0
  108. package/lib/module/components/ui/Checkbox/index.js.map +1 -0
  109. package/lib/module/components/ui/Checkbox/styles.js +26 -0
  110. package/lib/module/components/ui/Checkbox/styles.js.map +1 -0
  111. package/lib/module/components/ui/Checkbox/types.js +2 -0
  112. package/lib/module/components/ui/Checkbox/types.js.map +1 -0
  113. package/lib/module/components/ui/Chip/Chip.js +59 -0
  114. package/lib/module/components/ui/Chip/Chip.js.map +1 -0
  115. package/lib/module/components/ui/Chip/index.js +4 -0
  116. package/lib/module/components/ui/Chip/index.js.map +1 -0
  117. package/lib/module/components/ui/Chip/styles.js +31 -0
  118. package/lib/module/components/ui/Chip/styles.js.map +1 -0
  119. package/lib/module/components/ui/Chip/types.js +4 -0
  120. package/lib/module/components/ui/Chip/types.js.map +1 -0
  121. package/lib/module/components/ui/Confirm/ConfirmHost.js +111 -0
  122. package/lib/module/components/ui/Confirm/ConfirmHost.js.map +1 -0
  123. package/lib/module/components/ui/Confirm/confirm.js +51 -0
  124. package/lib/module/components/ui/Confirm/confirm.js.map +1 -0
  125. package/lib/module/components/ui/Confirm/index.js +5 -0
  126. package/lib/module/components/ui/Confirm/index.js.map +1 -0
  127. package/lib/module/components/ui/Confirm/styles.js +35 -0
  128. package/lib/module/components/ui/Confirm/styles.js.map +1 -0
  129. package/lib/module/components/ui/Confirm/types.js +2 -0
  130. package/lib/module/components/ui/Confirm/types.js.map +1 -0
  131. package/lib/module/components/ui/DrawerHeader/DrawerHeader.js +56 -0
  132. package/lib/module/components/ui/DrawerHeader/DrawerHeader.js.map +1 -0
  133. package/lib/module/components/ui/DrawerHeader/index.js +4 -0
  134. package/lib/module/components/ui/DrawerHeader/index.js.map +1 -0
  135. package/lib/module/components/ui/DrawerHeader/styles.js +44 -0
  136. package/lib/module/components/ui/DrawerHeader/styles.js.map +1 -0
  137. package/lib/module/components/ui/DrawerHeader/types.js +4 -0
  138. package/lib/module/components/ui/DrawerHeader/types.js.map +1 -0
  139. package/lib/module/components/ui/Empty/Empty.js +38 -0
  140. package/lib/module/components/ui/Empty/Empty.js.map +1 -0
  141. package/lib/module/components/ui/Empty/index.js +4 -0
  142. package/lib/module/components/ui/Empty/index.js.map +1 -0
  143. package/lib/module/components/ui/Empty/styles.js +31 -0
  144. package/lib/module/components/ui/Empty/styles.js.map +1 -0
  145. package/lib/module/components/ui/Empty/types.js +2 -0
  146. package/lib/module/components/ui/Empty/types.js.map +1 -0
  147. package/lib/module/components/ui/EntryCard/EntryCard.js +61 -0
  148. package/lib/module/components/ui/EntryCard/EntryCard.js.map +1 -0
  149. package/lib/module/components/ui/EntryCard/index.js +4 -0
  150. package/lib/module/components/ui/EntryCard/index.js.map +1 -0
  151. package/lib/module/components/ui/EntryCard/styles.js +45 -0
  152. package/lib/module/components/ui/EntryCard/styles.js.map +1 -0
  153. package/lib/module/components/ui/EntryCard/types.js +4 -0
  154. package/lib/module/components/ui/EntryCard/types.js.map +1 -0
  155. package/lib/module/components/ui/Form/Form.js +22 -0
  156. package/lib/module/components/ui/Form/Form.js.map +1 -0
  157. package/lib/module/components/ui/Form/FormGroup.js +41 -0
  158. package/lib/module/components/ui/Form/FormGroup.js.map +1 -0
  159. package/lib/module/components/ui/Form/FormRow.js +41 -0
  160. package/lib/module/components/ui/Form/FormRow.js.map +1 -0
  161. package/lib/module/components/ui/Form/index.js +6 -0
  162. package/lib/module/components/ui/Form/index.js.map +1 -0
  163. package/lib/module/components/ui/Form/styles.js +58 -0
  164. package/lib/module/components/ui/Form/styles.js.map +1 -0
  165. package/lib/module/components/ui/Form/types.js +4 -0
  166. package/lib/module/components/ui/Form/types.js.map +1 -0
  167. package/lib/module/components/ui/Grid/Grid.js +75 -0
  168. package/lib/module/components/ui/Grid/Grid.js.map +1 -0
  169. package/lib/module/components/ui/Grid/index.js +4 -0
  170. package/lib/module/components/ui/Grid/index.js.map +1 -0
  171. package/lib/module/components/ui/Grid/styles.js +93 -0
  172. package/lib/module/components/ui/Grid/styles.js.map +1 -0
  173. package/lib/module/components/ui/Grid/types.js +4 -0
  174. package/lib/module/components/ui/Grid/types.js.map +1 -0
  175. package/lib/module/components/ui/Icon/Icon.js +81 -0
  176. package/lib/module/components/ui/Icon/Icon.js.map +1 -0
  177. package/lib/module/components/ui/Icon/index.js +4 -0
  178. package/lib/module/components/ui/Icon/index.js.map +1 -0
  179. package/lib/module/components/ui/Icon/types.js +4 -0
  180. package/lib/module/components/ui/Icon/types.js.map +1 -0
  181. package/lib/module/components/ui/IconButton/IconButton.js +48 -0
  182. package/lib/module/components/ui/IconButton/IconButton.js.map +1 -0
  183. package/lib/module/components/ui/IconButton/index.js +4 -0
  184. package/lib/module/components/ui/IconButton/index.js.map +1 -0
  185. package/lib/module/components/ui/IconButton/types.js +4 -0
  186. package/lib/module/components/ui/IconButton/types.js.map +1 -0
  187. package/lib/module/components/ui/Input/Input.js +24 -0
  188. package/lib/module/components/ui/Input/Input.js.map +1 -0
  189. package/lib/module/components/ui/Input/index.js +4 -0
  190. package/lib/module/components/ui/Input/index.js.map +1 -0
  191. package/lib/module/components/ui/Input/types.js +4 -0
  192. package/lib/module/components/ui/Input/types.js.map +1 -0
  193. package/lib/module/components/ui/Logo/Logo.js +38 -0
  194. package/lib/module/components/ui/Logo/Logo.js.map +1 -0
  195. package/lib/module/components/ui/Logo/index.js +4 -0
  196. package/lib/module/components/ui/Logo/index.js.map +1 -0
  197. package/lib/module/components/ui/Logo/types.js +4 -0
  198. package/lib/module/components/ui/Logo/types.js.map +1 -0
  199. package/lib/module/components/ui/NavBar/NavBar.js +72 -0
  200. package/lib/module/components/ui/NavBar/NavBar.js.map +1 -0
  201. package/lib/module/components/ui/NavBar/index.js +4 -0
  202. package/lib/module/components/ui/NavBar/index.js.map +1 -0
  203. package/lib/module/components/ui/NavBar/isSlot.js +10 -0
  204. package/lib/module/components/ui/NavBar/isSlot.js.map +1 -0
  205. package/lib/module/components/ui/NavBar/styles.js +49 -0
  206. package/lib/module/components/ui/NavBar/styles.js.map +1 -0
  207. package/lib/module/components/ui/NavBar/types.js +4 -0
  208. package/lib/module/components/ui/NavBar/types.js.map +1 -0
  209. package/lib/module/components/ui/PasswordInput/PasswordInput.js +50 -0
  210. package/lib/module/components/ui/PasswordInput/PasswordInput.js.map +1 -0
  211. package/lib/module/components/ui/PasswordInput/index.js +4 -0
  212. package/lib/module/components/ui/PasswordInput/index.js.map +1 -0
  213. package/lib/module/components/ui/PasswordInput/styles.js +12 -0
  214. package/lib/module/components/ui/PasswordInput/styles.js.map +1 -0
  215. package/lib/module/components/ui/PasswordInput/types.js +4 -0
  216. package/lib/module/components/ui/PasswordInput/types.js.map +1 -0
  217. package/lib/module/components/ui/Pulse/Pulse.js +19 -0
  218. package/lib/module/components/ui/Pulse/Pulse.js.map +1 -0
  219. package/lib/module/components/ui/Pulse/PulseDot.js +37 -0
  220. package/lib/module/components/ui/Pulse/PulseDot.js.map +1 -0
  221. package/lib/module/components/ui/Pulse/index.js +6 -0
  222. package/lib/module/components/ui/Pulse/index.js.map +1 -0
  223. package/lib/module/components/ui/Pulse/types.js +2 -0
  224. package/lib/module/components/ui/Pulse/types.js.map +1 -0
  225. package/lib/module/components/ui/Pulse/usePulse.js +31 -0
  226. package/lib/module/components/ui/Pulse/usePulse.js.map +1 -0
  227. package/lib/module/components/ui/Radio/Radio.js +62 -0
  228. package/lib/module/components/ui/Radio/Radio.js.map +1 -0
  229. package/lib/module/components/ui/Radio/RadioContext.js +5 -0
  230. package/lib/module/components/ui/Radio/RadioContext.js.map +1 -0
  231. package/lib/module/components/ui/Radio/RadioGroup.js +37 -0
  232. package/lib/module/components/ui/Radio/RadioGroup.js.map +1 -0
  233. package/lib/module/components/ui/Radio/index.js +4 -0
  234. package/lib/module/components/ui/Radio/index.js.map +1 -0
  235. package/lib/module/components/ui/Radio/styles.js +36 -0
  236. package/lib/module/components/ui/Radio/styles.js.map +1 -0
  237. package/lib/module/components/ui/Radio/types.js +4 -0
  238. package/lib/module/components/ui/Radio/types.js.map +1 -0
  239. package/lib/module/components/ui/Search/Search.js +55 -0
  240. package/lib/module/components/ui/Search/Search.js.map +1 -0
  241. package/lib/module/components/ui/Search/index.js +4 -0
  242. package/lib/module/components/ui/Search/index.js.map +1 -0
  243. package/lib/module/components/ui/Search/types.js +4 -0
  244. package/lib/module/components/ui/Search/types.js.map +1 -0
  245. package/lib/module/components/ui/Segmented/Segmented.js +63 -0
  246. package/lib/module/components/ui/Segmented/Segmented.js.map +1 -0
  247. package/lib/module/components/ui/Segmented/index.js +4 -0
  248. package/lib/module/components/ui/Segmented/index.js.map +1 -0
  249. package/lib/module/components/ui/Segmented/styles.js +24 -0
  250. package/lib/module/components/ui/Segmented/styles.js.map +1 -0
  251. package/lib/module/components/ui/Segmented/types.js +4 -0
  252. package/lib/module/components/ui/Segmented/types.js.map +1 -0
  253. package/lib/module/components/ui/Skeleton/Skeleton.js +65 -0
  254. package/lib/module/components/ui/Skeleton/Skeleton.js.map +1 -0
  255. package/lib/module/components/ui/Skeleton/index.js +4 -0
  256. package/lib/module/components/ui/Skeleton/index.js.map +1 -0
  257. package/lib/module/components/ui/Skeleton/types.js +4 -0
  258. package/lib/module/components/ui/Skeleton/types.js.map +1 -0
  259. package/lib/module/components/ui/Spinner/Spinner.js +53 -0
  260. package/lib/module/components/ui/Spinner/Spinner.js.map +1 -0
  261. package/lib/module/components/ui/Spinner/index.js +4 -0
  262. package/lib/module/components/ui/Spinner/index.js.map +1 -0
  263. package/lib/module/components/ui/Spinner/types.js +4 -0
  264. package/lib/module/components/ui/Spinner/types.js.map +1 -0
  265. package/lib/module/components/ui/StatusDot/StatusDot.js +42 -0
  266. package/lib/module/components/ui/StatusDot/StatusDot.js.map +1 -0
  267. package/lib/module/components/ui/StatusDot/index.js +4 -0
  268. package/lib/module/components/ui/StatusDot/index.js.map +1 -0
  269. package/lib/module/components/ui/StatusDot/styles.js +40 -0
  270. package/lib/module/components/ui/StatusDot/styles.js.map +1 -0
  271. package/lib/module/components/ui/StatusDot/types.js +2 -0
  272. package/lib/module/components/ui/StatusDot/types.js.map +1 -0
  273. package/lib/module/components/ui/Stepper/Stepper.js +112 -0
  274. package/lib/module/components/ui/Stepper/Stepper.js.map +1 -0
  275. package/lib/module/components/ui/Stepper/index.js +4 -0
  276. package/lib/module/components/ui/Stepper/index.js.map +1 -0
  277. package/lib/module/components/ui/Stepper/styles.js +67 -0
  278. package/lib/module/components/ui/Stepper/styles.js.map +1 -0
  279. package/lib/module/components/ui/Stepper/types.js +2 -0
  280. package/lib/module/components/ui/Stepper/types.js.map +1 -0
  281. package/lib/module/components/ui/Switch/Switch.js +66 -0
  282. package/lib/module/components/ui/Switch/Switch.js.map +1 -0
  283. package/lib/module/components/ui/Switch/index.js +4 -0
  284. package/lib/module/components/ui/Switch/index.js.map +1 -0
  285. package/lib/module/components/ui/Switch/styles.js +31 -0
  286. package/lib/module/components/ui/Switch/styles.js.map +1 -0
  287. package/lib/module/components/ui/Switch/types.js +2 -0
  288. package/lib/module/components/ui/Switch/types.js.map +1 -0
  289. package/lib/module/components/ui/TabBar/TabBar.js +67 -0
  290. package/lib/module/components/ui/TabBar/TabBar.js.map +1 -0
  291. package/lib/module/components/ui/TabBar/index.js +4 -0
  292. package/lib/module/components/ui/TabBar/index.js.map +1 -0
  293. package/lib/module/components/ui/TabBar/styles.js +43 -0
  294. package/lib/module/components/ui/TabBar/styles.js.map +1 -0
  295. package/lib/module/components/ui/TabBar/types.js +4 -0
  296. package/lib/module/components/ui/TabBar/types.js.map +1 -0
  297. package/lib/module/components/ui/Tabs/Tabs.js +55 -0
  298. package/lib/module/components/ui/Tabs/Tabs.js.map +1 -0
  299. package/lib/module/components/ui/Tabs/index.js +4 -0
  300. package/lib/module/components/ui/Tabs/index.js.map +1 -0
  301. package/lib/module/components/ui/Tabs/styles.js +30 -0
  302. package/lib/module/components/ui/Tabs/styles.js.map +1 -0
  303. package/lib/module/components/ui/Tabs/types.js +2 -0
  304. package/lib/module/components/ui/Tabs/types.js.map +1 -0
  305. package/lib/module/components/ui/Tag/Tag.js +39 -0
  306. package/lib/module/components/ui/Tag/Tag.js.map +1 -0
  307. package/lib/module/components/ui/Tag/index.js +4 -0
  308. package/lib/module/components/ui/Tag/index.js.map +1 -0
  309. package/lib/module/components/ui/Tag/styles.js +79 -0
  310. package/lib/module/components/ui/Tag/styles.js.map +1 -0
  311. package/lib/module/components/ui/Tag/types.js +4 -0
  312. package/lib/module/components/ui/Tag/types.js.map +1 -0
  313. package/lib/module/components/ui/TextField/TextFieldBase.js +98 -0
  314. package/lib/module/components/ui/TextField/TextFieldBase.js.map +1 -0
  315. package/lib/module/components/ui/TextField/styles.js +61 -0
  316. package/lib/module/components/ui/TextField/styles.js.map +1 -0
  317. package/lib/module/components/ui/TextField/types.js +4 -0
  318. package/lib/module/components/ui/TextField/types.js.map +1 -0
  319. package/lib/module/components/ui/Textarea/Textarea.js +26 -0
  320. package/lib/module/components/ui/Textarea/Textarea.js.map +1 -0
  321. package/lib/module/components/ui/Textarea/index.js +4 -0
  322. package/lib/module/components/ui/Textarea/index.js.map +1 -0
  323. package/lib/module/components/ui/Textarea/types.js +4 -0
  324. package/lib/module/components/ui/Textarea/types.js.map +1 -0
  325. package/lib/module/components/ui/Thumbnail/Thumbnail.js +40 -0
  326. package/lib/module/components/ui/Thumbnail/Thumbnail.js.map +1 -0
  327. package/lib/module/components/ui/Thumbnail/index.js +4 -0
  328. package/lib/module/components/ui/Thumbnail/index.js.map +1 -0
  329. package/lib/module/components/ui/Thumbnail/styles.js +38 -0
  330. package/lib/module/components/ui/Thumbnail/styles.js.map +1 -0
  331. package/lib/module/components/ui/Thumbnail/types.js +4 -0
  332. package/lib/module/components/ui/Thumbnail/types.js.map +1 -0
  333. package/lib/module/components/ui/Toast/ToastHost.js +85 -0
  334. package/lib/module/components/ui/Toast/ToastHost.js.map +1 -0
  335. package/lib/module/components/ui/Toast/index.js +5 -0
  336. package/lib/module/components/ui/Toast/index.js.map +1 -0
  337. package/lib/module/components/ui/Toast/styles.js +53 -0
  338. package/lib/module/components/ui/Toast/styles.js.map +1 -0
  339. package/lib/module/components/ui/Toast/toast.js +39 -0
  340. package/lib/module/components/ui/Toast/toast.js.map +1 -0
  341. package/lib/module/components/ui/Toast/types.js +2 -0
  342. package/lib/module/components/ui/Toast/types.js.map +1 -0
  343. package/lib/module/components/ui/index.js +39 -0
  344. package/lib/module/components/ui/index.js.map +1 -0
  345. package/lib/module/icons/data.js +1614 -0
  346. package/lib/module/icons/data.js.map +1 -0
  347. package/lib/module/icons/index.js +5 -0
  348. package/lib/module/icons/index.js.map +1 -0
  349. package/lib/module/icons/svg/alert.svg +1 -0
  350. package/lib/module/icons/svg/app-fallback.svg +1 -0
  351. package/lib/module/icons/svg/arrow-down.svg +1 -0
  352. package/lib/module/icons/svg/arrow-left.svg +1 -0
  353. package/lib/module/icons/svg/arrow-right.svg +1 -0
  354. package/lib/module/icons/svg/arrow-up.svg +1 -0
  355. package/lib/module/icons/svg/attachment.svg +1 -0
  356. package/lib/module/icons/svg/bag-check.svg +1 -0
  357. package/lib/module/icons/svg/bell.svg +1 -0
  358. package/lib/module/icons/svg/bot.svg +1 -0
  359. package/lib/module/icons/svg/box-list.svg +1 -0
  360. package/lib/module/icons/svg/box-up.svg +1 -0
  361. package/lib/module/icons/svg/building.svg +1 -0
  362. package/lib/module/icons/svg/calculator.svg +1 -0
  363. package/lib/module/icons/svg/calendar-route.svg +1 -0
  364. package/lib/module/icons/svg/calendar.svg +1 -0
  365. package/lib/module/icons/svg/camera.svg +1 -0
  366. package/lib/module/icons/svg/card.svg +1 -0
  367. package/lib/module/icons/svg/chat-star.svg +1 -0
  368. package/lib/module/icons/svg/check.svg +1 -0
  369. package/lib/module/icons/svg/chevron-down.svg +1 -0
  370. package/lib/module/icons/svg/chevron-left.svg +1 -0
  371. package/lib/module/icons/svg/chevron-right.svg +1 -0
  372. package/lib/module/icons/svg/chevron-up.svg +1 -0
  373. package/lib/module/icons/svg/circle-minus.svg +1 -0
  374. package/lib/module/icons/svg/circle-plus.svg +1 -0
  375. package/lib/module/icons/svg/clipboard-search.svg +1 -0
  376. package/lib/module/icons/svg/clipboard-user.svg +1 -0
  377. package/lib/module/icons/svg/clipboard.svg +1 -0
  378. package/lib/module/icons/svg/close.svg +1 -0
  379. package/lib/module/icons/svg/coin.svg +1 -0
  380. package/lib/module/icons/svg/copy.svg +1 -0
  381. package/lib/module/icons/svg/dashboard-megaphone.svg +1 -0
  382. package/lib/module/icons/svg/dashboard-star.svg +1 -0
  383. package/lib/module/icons/svg/download.svg +1 -0
  384. package/lib/module/icons/svg/edit-pencil.svg +1 -0
  385. package/lib/module/icons/svg/edit.svg +1 -0
  386. package/lib/module/icons/svg/error.svg +1 -0
  387. package/lib/module/icons/svg/eye-off.svg +1 -0
  388. package/lib/module/icons/svg/eye.svg +1 -0
  389. package/lib/module/icons/svg/file.svg +1 -0
  390. package/lib/module/icons/svg/filter.svg +1 -0
  391. package/lib/module/icons/svg/flag.svg +1 -0
  392. package/lib/module/icons/svg/grid.svg +1 -0
  393. package/lib/module/icons/svg/heart.svg +1 -0
  394. package/lib/module/icons/svg/home.svg +1 -0
  395. package/lib/module/icons/svg/image.svg +1 -0
  396. package/lib/module/icons/svg/info.svg +1 -0
  397. package/lib/module/icons/svg/keyboard.svg +1 -0
  398. package/lib/module/icons/svg/lightbulb.svg +1 -0
  399. package/lib/module/icons/svg/list.svg +1 -0
  400. package/lib/module/icons/svg/location.svg +1 -0
  401. package/lib/module/icons/svg/lock.svg +1 -0
  402. package/lib/module/icons/svg/logout.svg +1 -0
  403. package/lib/module/icons/svg/mail.svg +1 -0
  404. package/lib/module/icons/svg/menu.svg +1 -0
  405. package/lib/module/icons/svg/mic-on.svg +1 -0
  406. package/lib/module/icons/svg/mic.svg +1 -0
  407. package/lib/module/icons/svg/more-h.svg +1 -0
  408. package/lib/module/icons/svg/more-v.svg +1 -0
  409. package/lib/module/icons/svg/order.svg +1 -0
  410. package/lib/module/icons/svg/package.svg +1 -0
  411. package/lib/module/icons/svg/paperclip.svg +1 -0
  412. package/lib/module/icons/svg/pause.svg +1 -0
  413. package/lib/module/icons/svg/phone.svg +1 -0
  414. package/lib/module/icons/svg/pin-search.svg +1 -0
  415. package/lib/module/icons/svg/play.svg +1 -0
  416. package/lib/module/icons/svg/plus.svg +1 -0
  417. package/lib/module/icons/svg/qr.svg +1 -0
  418. package/lib/module/icons/svg/refresh.svg +1 -0
  419. package/lib/module/icons/svg/retry.svg +1 -0
  420. package/lib/module/icons/svg/route.svg +1 -0
  421. package/lib/module/icons/svg/scan.svg +1 -0
  422. package/lib/module/icons/svg/scanner.svg +1 -0
  423. package/lib/module/icons/svg/search.svg +1 -0
  424. package/lib/module/icons/svg/send.svg +1 -0
  425. package/lib/module/icons/svg/settings.svg +1 -0
  426. package/lib/module/icons/svg/share.svg +1 -0
  427. package/lib/module/icons/svg/shelf-pay.svg +1 -0
  428. package/lib/module/icons/svg/shield-check.svg +1 -0
  429. package/lib/module/icons/svg/sort.svg +1 -0
  430. package/lib/module/icons/svg/sound.svg +1 -0
  431. package/lib/module/icons/svg/spark.svg +1 -0
  432. package/lib/module/icons/svg/star.svg +1 -0
  433. package/lib/module/icons/svg/stop.svg +1 -0
  434. package/lib/module/icons/svg/storefront-ai.svg +1 -0
  435. package/lib/module/icons/svg/storefront-arrow.svg +1 -0
  436. package/lib/module/icons/svg/storefront-check.svg +1 -0
  437. package/lib/module/icons/svg/storefront-tag.svg +1 -0
  438. package/lib/module/icons/svg/storefront.svg +1 -0
  439. package/lib/module/icons/svg/success.svg +1 -0
  440. package/lib/module/icons/svg/tag.svg +1 -0
  441. package/lib/module/icons/svg/thinking.svg +1 -0
  442. package/lib/module/icons/svg/trash.svg +1 -0
  443. package/lib/module/icons/svg/upload.svg +1 -0
  444. package/lib/module/icons/svg/user.svg +1 -0
  445. package/lib/module/icons/svg/users-search.svg +1 -0
  446. package/lib/module/icons/svg/visit.svg +1 -0
  447. package/lib/module/icons/svg/warning.svg +1 -0
  448. package/lib/module/icons/types.js +2 -0
  449. package/lib/module/icons/types.js.map +1 -0
  450. package/lib/module/index.js +9 -0
  451. package/lib/module/index.js.map +1 -0
  452. package/lib/module/package.json +1 -0
  453. package/lib/module/theme/ThemeProvider.js +28 -0
  454. package/lib/module/theme/ThemeProvider.js.map +1 -0
  455. package/lib/module/theme/blur.js +12 -0
  456. package/lib/module/theme/blur.js.map +1 -0
  457. package/lib/module/theme/colors.js +176 -0
  458. package/lib/module/theme/colors.js.map +1 -0
  459. package/lib/module/theme/index.js +12 -0
  460. package/lib/module/theme/index.js.map +1 -0
  461. package/lib/module/theme/palettes.js +26 -0
  462. package/lib/module/theme/palettes.js.map +1 -0
  463. package/lib/module/theme/scale.js +22 -0
  464. package/lib/module/theme/scale.js.map +1 -0
  465. package/lib/module/theme/shadow.js +229 -0
  466. package/lib/module/theme/shadow.js.map +1 -0
  467. package/lib/module/theme/tokens.js +118 -0
  468. package/lib/module/theme/tokens.js.map +1 -0
  469. package/lib/module/theme/useTheme.js +22 -0
  470. package/lib/module/theme/useTheme.js.map +1 -0
  471. package/lib/module/theme/useThemedStyles.js +23 -0
  472. package/lib/module/theme/useThemedStyles.js.map +1 -0
  473. package/lib/module/utils/logger/index.js +5 -0
  474. package/lib/module/utils/logger/index.js.map +1 -0
  475. package/lib/module/utils/logger/logger.js +52 -0
  476. package/lib/module/utils/logger/logger.js.map +1 -0
  477. package/lib/module/utils/logger/transports/console.js +23 -0
  478. package/lib/module/utils/logger/transports/console.js.map +1 -0
  479. package/lib/module/utils/logger/types.js +2 -0
  480. package/lib/module/utils/logger/types.js.map +1 -0
  481. package/lib/module/utils/testID/index.js +4 -0
  482. package/lib/module/utils/testID/index.js.map +1 -0
  483. package/lib/module/utils/testID/testID.js +22 -0
  484. package/lib/module/utils/testID/testID.js.map +1 -0
  485. package/lib/typescript/package.json +1 -0
  486. package/lib/typescript/src/components/business/AvatarWithRing/AvatarWithRing.d.ts +11 -0
  487. package/lib/typescript/src/components/business/AvatarWithRing/AvatarWithRing.d.ts.map +1 -0
  488. package/lib/typescript/src/components/business/AvatarWithRing/index.d.ts +3 -0
  489. package/lib/typescript/src/components/business/AvatarWithRing/index.d.ts.map +1 -0
  490. package/lib/typescript/src/components/business/AvatarWithRing/styles.d.ts +202 -0
  491. package/lib/typescript/src/components/business/AvatarWithRing/styles.d.ts.map +1 -0
  492. package/lib/typescript/src/components/business/AvatarWithRing/types.d.ts +15 -0
  493. package/lib/typescript/src/components/business/AvatarWithRing/types.d.ts.map +1 -0
  494. package/lib/typescript/src/components/business/Decorations/GradientWash.d.ts +4 -0
  495. package/lib/typescript/src/components/business/Decorations/GradientWash.d.ts.map +1 -0
  496. package/lib/typescript/src/components/business/Decorations/RadialHalo.d.ts +12 -0
  497. package/lib/typescript/src/components/business/Decorations/RadialHalo.d.ts.map +1 -0
  498. package/lib/typescript/src/components/business/Decorations/ScreenBackdrop.d.ts +22 -0
  499. package/lib/typescript/src/components/business/Decorations/ScreenBackdrop.d.ts.map +1 -0
  500. package/lib/typescript/src/components/business/Decorations/index.d.ts +5 -0
  501. package/lib/typescript/src/components/business/Decorations/index.d.ts.map +1 -0
  502. package/lib/typescript/src/components/business/Decorations/types.d.ts +100 -0
  503. package/lib/typescript/src/components/business/Decorations/types.d.ts.map +1 -0
  504. package/lib/typescript/src/components/business/GlassStats/GlassStats.d.ts +10 -0
  505. package/lib/typescript/src/components/business/GlassStats/GlassStats.d.ts.map +1 -0
  506. package/lib/typescript/src/components/business/GlassStats/index.d.ts +3 -0
  507. package/lib/typescript/src/components/business/GlassStats/index.d.ts.map +1 -0
  508. package/lib/typescript/src/components/business/GlassStats/styles.d.ts +66 -0
  509. package/lib/typescript/src/components/business/GlassStats/styles.d.ts.map +1 -0
  510. package/lib/typescript/src/components/business/GlassStats/types.d.ts +7 -0
  511. package/lib/typescript/src/components/business/GlassStats/types.d.ts.map +1 -0
  512. package/lib/typescript/src/components/business/VersionPill/VersionPill.d.ts +5 -0
  513. package/lib/typescript/src/components/business/VersionPill/VersionPill.d.ts.map +1 -0
  514. package/lib/typescript/src/components/business/VersionPill/index.d.ts +3 -0
  515. package/lib/typescript/src/components/business/VersionPill/index.d.ts.map +1 -0
  516. package/lib/typescript/src/components/business/VersionPill/styles.d.ts +37 -0
  517. package/lib/typescript/src/components/business/VersionPill/styles.d.ts.map +1 -0
  518. package/lib/typescript/src/components/business/VersionPill/types.d.ts +12 -0
  519. package/lib/typescript/src/components/business/VersionPill/types.d.ts.map +1 -0
  520. package/lib/typescript/src/components/business/index.d.ts +9 -0
  521. package/lib/typescript/src/components/business/index.d.ts.map +1 -0
  522. package/lib/typescript/src/components/index.d.ts +3 -0
  523. package/lib/typescript/src/components/index.d.ts.map +1 -0
  524. package/lib/typescript/src/components/ui/Avatar/Avatar.d.ts +10 -0
  525. package/lib/typescript/src/components/ui/Avatar/Avatar.d.ts.map +1 -0
  526. package/lib/typescript/src/components/ui/Avatar/index.d.ts +3 -0
  527. package/lib/typescript/src/components/ui/Avatar/index.d.ts.map +1 -0
  528. package/lib/typescript/src/components/ui/Avatar/styles.d.ts +30 -0
  529. package/lib/typescript/src/components/ui/Avatar/styles.d.ts.map +1 -0
  530. package/lib/typescript/src/components/ui/Avatar/types.d.ts +30 -0
  531. package/lib/typescript/src/components/ui/Avatar/types.d.ts.map +1 -0
  532. package/lib/typescript/src/components/ui/BlurLayer/BlurLayer.d.ts +10 -0
  533. package/lib/typescript/src/components/ui/BlurLayer/BlurLayer.d.ts.map +1 -0
  534. package/lib/typescript/src/components/ui/BlurLayer/BlurLayer.web.d.ts +12 -0
  535. package/lib/typescript/src/components/ui/BlurLayer/BlurLayer.web.d.ts.map +1 -0
  536. package/lib/typescript/src/components/ui/BlurLayer/index.d.ts +3 -0
  537. package/lib/typescript/src/components/ui/BlurLayer/index.d.ts.map +1 -0
  538. package/lib/typescript/src/components/ui/BlurLayer/types.d.ts +15 -0
  539. package/lib/typescript/src/components/ui/BlurLayer/types.d.ts.map +1 -0
  540. package/lib/typescript/src/components/ui/BottomSheet/BottomSheet.d.ts +4 -0
  541. package/lib/typescript/src/components/ui/BottomSheet/BottomSheet.d.ts.map +1 -0
  542. package/lib/typescript/src/components/ui/BottomSheet/index.d.ts +3 -0
  543. package/lib/typescript/src/components/ui/BottomSheet/index.d.ts.map +1 -0
  544. package/lib/typescript/src/components/ui/BottomSheet/styles.d.ts +23 -0
  545. package/lib/typescript/src/components/ui/BottomSheet/styles.d.ts.map +1 -0
  546. package/lib/typescript/src/components/ui/BottomSheet/types.d.ts +26 -0
  547. package/lib/typescript/src/components/ui/BottomSheet/types.d.ts.map +1 -0
  548. package/lib/typescript/src/components/ui/Button/Button.d.ts +11 -0
  549. package/lib/typescript/src/components/ui/Button/Button.d.ts.map +1 -0
  550. package/lib/typescript/src/components/ui/Button/ButtonBase.d.ts +27 -0
  551. package/lib/typescript/src/components/ui/Button/ButtonBase.d.ts.map +1 -0
  552. package/lib/typescript/src/components/ui/Button/index.d.ts +3 -0
  553. package/lib/typescript/src/components/ui/Button/index.d.ts.map +1 -0
  554. package/lib/typescript/src/components/ui/Button/styles.d.ts +22 -0
  555. package/lib/typescript/src/components/ui/Button/styles.d.ts.map +1 -0
  556. package/lib/typescript/src/components/ui/Button/types.d.ts +67 -0
  557. package/lib/typescript/src/components/ui/Button/types.d.ts.map +1 -0
  558. package/lib/typescript/src/components/ui/Card/Card.d.ts +4 -0
  559. package/lib/typescript/src/components/ui/Card/Card.d.ts.map +1 -0
  560. package/lib/typescript/src/components/ui/Card/index.d.ts +3 -0
  561. package/lib/typescript/src/components/ui/Card/index.d.ts.map +1 -0
  562. package/lib/typescript/src/components/ui/Card/styles.d.ts +18 -0
  563. package/lib/typescript/src/components/ui/Card/styles.d.ts.map +1 -0
  564. package/lib/typescript/src/components/ui/Card/types.d.ts +40 -0
  565. package/lib/typescript/src/components/ui/Card/types.d.ts.map +1 -0
  566. package/lib/typescript/src/components/ui/Carousel/Carousel.d.ts +13 -0
  567. package/lib/typescript/src/components/ui/Carousel/Carousel.d.ts.map +1 -0
  568. package/lib/typescript/src/components/ui/Carousel/index.d.ts +3 -0
  569. package/lib/typescript/src/components/ui/Carousel/index.d.ts.map +1 -0
  570. package/lib/typescript/src/components/ui/Carousel/styles.d.ts +37 -0
  571. package/lib/typescript/src/components/ui/Carousel/styles.d.ts.map +1 -0
  572. package/lib/typescript/src/components/ui/Carousel/types.d.ts +34 -0
  573. package/lib/typescript/src/components/ui/Carousel/types.d.ts.map +1 -0
  574. package/lib/typescript/src/components/ui/Cell/Cell.d.ts +11 -0
  575. package/lib/typescript/src/components/ui/Cell/Cell.d.ts.map +1 -0
  576. package/lib/typescript/src/components/ui/Cell/Leading.d.ts +7 -0
  577. package/lib/typescript/src/components/ui/Cell/Leading.d.ts.map +1 -0
  578. package/lib/typescript/src/components/ui/Cell/List.d.ts +10 -0
  579. package/lib/typescript/src/components/ui/Cell/List.d.ts.map +1 -0
  580. package/lib/typescript/src/components/ui/Cell/context.d.ts +7 -0
  581. package/lib/typescript/src/components/ui/Cell/context.d.ts.map +1 -0
  582. package/lib/typescript/src/components/ui/Cell/index.d.ts +4 -0
  583. package/lib/typescript/src/components/ui/Cell/index.d.ts.map +1 -0
  584. package/lib/typescript/src/components/ui/Cell/styles.d.ts +82 -0
  585. package/lib/typescript/src/components/ui/Cell/styles.d.ts.map +1 -0
  586. package/lib/typescript/src/components/ui/Cell/types.d.ts +52 -0
  587. package/lib/typescript/src/components/ui/Cell/types.d.ts.map +1 -0
  588. package/lib/typescript/src/components/ui/Checkbox/Checkbox.d.ts +11 -0
  589. package/lib/typescript/src/components/ui/Checkbox/Checkbox.d.ts.map +1 -0
  590. package/lib/typescript/src/components/ui/Checkbox/index.d.ts +3 -0
  591. package/lib/typescript/src/components/ui/Checkbox/index.d.ts.map +1 -0
  592. package/lib/typescript/src/components/ui/Checkbox/styles.d.ts +23 -0
  593. package/lib/typescript/src/components/ui/Checkbox/styles.d.ts.map +1 -0
  594. package/lib/typescript/src/components/ui/Checkbox/types.d.ts +15 -0
  595. package/lib/typescript/src/components/ui/Checkbox/types.d.ts.map +1 -0
  596. package/lib/typescript/src/components/ui/Chip/Chip.d.ts +12 -0
  597. package/lib/typescript/src/components/ui/Chip/Chip.d.ts.map +1 -0
  598. package/lib/typescript/src/components/ui/Chip/index.d.ts +3 -0
  599. package/lib/typescript/src/components/ui/Chip/index.d.ts.map +1 -0
  600. package/lib/typescript/src/components/ui/Chip/styles.d.ts +28 -0
  601. package/lib/typescript/src/components/ui/Chip/styles.d.ts.map +1 -0
  602. package/lib/typescript/src/components/ui/Chip/types.d.ts +15 -0
  603. package/lib/typescript/src/components/ui/Chip/types.d.ts.map +1 -0
  604. package/lib/typescript/src/components/ui/Confirm/ConfirmHost.d.ts +9 -0
  605. package/lib/typescript/src/components/ui/Confirm/ConfirmHost.d.ts.map +1 -0
  606. package/lib/typescript/src/components/ui/Confirm/confirm.d.ts +20 -0
  607. package/lib/typescript/src/components/ui/Confirm/confirm.d.ts.map +1 -0
  608. package/lib/typescript/src/components/ui/Confirm/index.d.ts +4 -0
  609. package/lib/typescript/src/components/ui/Confirm/index.d.ts.map +1 -0
  610. package/lib/typescript/src/components/ui/Confirm/styles.d.ts +32 -0
  611. package/lib/typescript/src/components/ui/Confirm/styles.d.ts.map +1 -0
  612. package/lib/typescript/src/components/ui/Confirm/types.d.ts +21 -0
  613. package/lib/typescript/src/components/ui/Confirm/types.d.ts.map +1 -0
  614. package/lib/typescript/src/components/ui/DrawerHeader/DrawerHeader.d.ts +8 -0
  615. package/lib/typescript/src/components/ui/DrawerHeader/DrawerHeader.d.ts.map +1 -0
  616. package/lib/typescript/src/components/ui/DrawerHeader/index.d.ts +3 -0
  617. package/lib/typescript/src/components/ui/DrawerHeader/index.d.ts.map +1 -0
  618. package/lib/typescript/src/components/ui/DrawerHeader/styles.d.ts +41 -0
  619. package/lib/typescript/src/components/ui/DrawerHeader/styles.d.ts.map +1 -0
  620. package/lib/typescript/src/components/ui/DrawerHeader/types.d.ts +12 -0
  621. package/lib/typescript/src/components/ui/DrawerHeader/types.d.ts.map +1 -0
  622. package/lib/typescript/src/components/ui/Empty/Empty.d.ts +7 -0
  623. package/lib/typescript/src/components/ui/Empty/Empty.d.ts.map +1 -0
  624. package/lib/typescript/src/components/ui/Empty/index.d.ts +3 -0
  625. package/lib/typescript/src/components/ui/Empty/index.d.ts.map +1 -0
  626. package/lib/typescript/src/components/ui/Empty/styles.d.ts +28 -0
  627. package/lib/typescript/src/components/ui/Empty/styles.d.ts.map +1 -0
  628. package/lib/typescript/src/components/ui/Empty/types.d.ts +9 -0
  629. package/lib/typescript/src/components/ui/Empty/types.d.ts.map +1 -0
  630. package/lib/typescript/src/components/ui/EntryCard/EntryCard.d.ts +6 -0
  631. package/lib/typescript/src/components/ui/EntryCard/EntryCard.d.ts.map +1 -0
  632. package/lib/typescript/src/components/ui/EntryCard/index.d.ts +3 -0
  633. package/lib/typescript/src/components/ui/EntryCard/index.d.ts.map +1 -0
  634. package/lib/typescript/src/components/ui/EntryCard/styles.d.ts +40 -0
  635. package/lib/typescript/src/components/ui/EntryCard/styles.d.ts.map +1 -0
  636. package/lib/typescript/src/components/ui/EntryCard/types.d.ts +17 -0
  637. package/lib/typescript/src/components/ui/EntryCard/types.d.ts.map +1 -0
  638. package/lib/typescript/src/components/ui/Form/Form.d.ts +7 -0
  639. package/lib/typescript/src/components/ui/Form/Form.d.ts.map +1 -0
  640. package/lib/typescript/src/components/ui/Form/FormGroup.d.ts +11 -0
  641. package/lib/typescript/src/components/ui/Form/FormGroup.d.ts.map +1 -0
  642. package/lib/typescript/src/components/ui/Form/FormRow.d.ts +7 -0
  643. package/lib/typescript/src/components/ui/Form/FormRow.d.ts.map +1 -0
  644. package/lib/typescript/src/components/ui/Form/index.d.ts +5 -0
  645. package/lib/typescript/src/components/ui/Form/index.d.ts.map +1 -0
  646. package/lib/typescript/src/components/ui/Form/styles.d.ts +55 -0
  647. package/lib/typescript/src/components/ui/Form/styles.d.ts.map +1 -0
  648. package/lib/typescript/src/components/ui/Form/types.d.ts +28 -0
  649. package/lib/typescript/src/components/ui/Form/types.d.ts.map +1 -0
  650. package/lib/typescript/src/components/ui/Grid/Grid.d.ts +10 -0
  651. package/lib/typescript/src/components/ui/Grid/Grid.d.ts.map +1 -0
  652. package/lib/typescript/src/components/ui/Grid/index.d.ts +3 -0
  653. package/lib/typescript/src/components/ui/Grid/index.d.ts.map +1 -0
  654. package/lib/typescript/src/components/ui/Grid/styles.d.ts +51 -0
  655. package/lib/typescript/src/components/ui/Grid/styles.d.ts.map +1 -0
  656. package/lib/typescript/src/components/ui/Grid/types.d.ts +24 -0
  657. package/lib/typescript/src/components/ui/Grid/types.d.ts.map +1 -0
  658. package/lib/typescript/src/components/ui/Icon/Icon.d.ts +4 -0
  659. package/lib/typescript/src/components/ui/Icon/Icon.d.ts.map +1 -0
  660. package/lib/typescript/src/components/ui/Icon/index.d.ts +3 -0
  661. package/lib/typescript/src/components/ui/Icon/index.d.ts.map +1 -0
  662. package/lib/typescript/src/components/ui/Icon/types.d.ts +14 -0
  663. package/lib/typescript/src/components/ui/Icon/types.d.ts.map +1 -0
  664. package/lib/typescript/src/components/ui/IconButton/IconButton.d.ts +13 -0
  665. package/lib/typescript/src/components/ui/IconButton/IconButton.d.ts.map +1 -0
  666. package/lib/typescript/src/components/ui/IconButton/index.d.ts +3 -0
  667. package/lib/typescript/src/components/ui/IconButton/index.d.ts.map +1 -0
  668. package/lib/typescript/src/components/ui/IconButton/types.d.ts +28 -0
  669. package/lib/typescript/src/components/ui/IconButton/types.d.ts.map +1 -0
  670. package/lib/typescript/src/components/ui/Input/Input.d.ts +391 -0
  671. package/lib/typescript/src/components/ui/Input/Input.d.ts.map +1 -0
  672. package/lib/typescript/src/components/ui/Input/index.d.ts +3 -0
  673. package/lib/typescript/src/components/ui/Input/index.d.ts.map +1 -0
  674. package/lib/typescript/src/components/ui/Input/types.d.ts +28 -0
  675. package/lib/typescript/src/components/ui/Input/types.d.ts.map +1 -0
  676. package/lib/typescript/src/components/ui/Logo/Logo.d.ts +10 -0
  677. package/lib/typescript/src/components/ui/Logo/Logo.d.ts.map +1 -0
  678. package/lib/typescript/src/components/ui/Logo/index.d.ts +3 -0
  679. package/lib/typescript/src/components/ui/Logo/index.d.ts.map +1 -0
  680. package/lib/typescript/src/components/ui/Logo/types.d.ts +13 -0
  681. package/lib/typescript/src/components/ui/Logo/types.d.ts.map +1 -0
  682. package/lib/typescript/src/components/ui/NavBar/NavBar.d.ts +3 -0
  683. package/lib/typescript/src/components/ui/NavBar/NavBar.d.ts.map +1 -0
  684. package/lib/typescript/src/components/ui/NavBar/index.d.ts +3 -0
  685. package/lib/typescript/src/components/ui/NavBar/index.d.ts.map +1 -0
  686. package/lib/typescript/src/components/ui/NavBar/isSlot.d.ts +7 -0
  687. package/lib/typescript/src/components/ui/NavBar/isSlot.d.ts.map +1 -0
  688. package/lib/typescript/src/components/ui/NavBar/styles.d.ts +44 -0
  689. package/lib/typescript/src/components/ui/NavBar/styles.d.ts.map +1 -0
  690. package/lib/typescript/src/components/ui/NavBar/types.d.ts +30 -0
  691. package/lib/typescript/src/components/ui/NavBar/types.d.ts.map +1 -0
  692. package/lib/typescript/src/components/ui/PasswordInput/PasswordInput.d.ts +8 -0
  693. package/lib/typescript/src/components/ui/PasswordInput/PasswordInput.d.ts.map +1 -0
  694. package/lib/typescript/src/components/ui/PasswordInput/index.d.ts +3 -0
  695. package/lib/typescript/src/components/ui/PasswordInput/index.d.ts.map +1 -0
  696. package/lib/typescript/src/components/ui/PasswordInput/styles.d.ts +7 -0
  697. package/lib/typescript/src/components/ui/PasswordInput/styles.d.ts.map +1 -0
  698. package/lib/typescript/src/components/ui/PasswordInput/types.d.ts +12 -0
  699. package/lib/typescript/src/components/ui/PasswordInput/types.d.ts.map +1 -0
  700. package/lib/typescript/src/components/ui/Pulse/Pulse.d.ts +6 -0
  701. package/lib/typescript/src/components/ui/Pulse/Pulse.d.ts.map +1 -0
  702. package/lib/typescript/src/components/ui/Pulse/PulseDot.d.ts +4 -0
  703. package/lib/typescript/src/components/ui/Pulse/PulseDot.d.ts.map +1 -0
  704. package/lib/typescript/src/components/ui/Pulse/index.d.ts +5 -0
  705. package/lib/typescript/src/components/ui/Pulse/index.d.ts.map +1 -0
  706. package/lib/typescript/src/components/ui/Pulse/types.d.ts +21 -0
  707. package/lib/typescript/src/components/ui/Pulse/types.d.ts.map +1 -0
  708. package/lib/typescript/src/components/ui/Pulse/usePulse.d.ts +9 -0
  709. package/lib/typescript/src/components/ui/Pulse/usePulse.d.ts.map +1 -0
  710. package/lib/typescript/src/components/ui/Radio/Radio.d.ts +11 -0
  711. package/lib/typescript/src/components/ui/Radio/Radio.d.ts.map +1 -0
  712. package/lib/typescript/src/components/ui/Radio/RadioContext.d.ts +3 -0
  713. package/lib/typescript/src/components/ui/Radio/RadioContext.d.ts.map +1 -0
  714. package/lib/typescript/src/components/ui/Radio/RadioGroup.d.ts +12 -0
  715. package/lib/typescript/src/components/ui/Radio/RadioGroup.d.ts.map +1 -0
  716. package/lib/typescript/src/components/ui/Radio/index.d.ts +3 -0
  717. package/lib/typescript/src/components/ui/Radio/index.d.ts.map +1 -0
  718. package/lib/typescript/src/components/ui/Radio/styles.d.ts +33 -0
  719. package/lib/typescript/src/components/ui/Radio/styles.d.ts.map +1 -0
  720. package/lib/typescript/src/components/ui/Radio/types.d.ts +35 -0
  721. package/lib/typescript/src/components/ui/Radio/types.d.ts.map +1 -0
  722. package/lib/typescript/src/components/ui/Search/Search.d.ts +217 -0
  723. package/lib/typescript/src/components/ui/Search/Search.d.ts.map +1 -0
  724. package/lib/typescript/src/components/ui/Search/index.d.ts +3 -0
  725. package/lib/typescript/src/components/ui/Search/index.d.ts.map +1 -0
  726. package/lib/typescript/src/components/ui/Search/types.d.ts +8 -0
  727. package/lib/typescript/src/components/ui/Search/types.d.ts.map +1 -0
  728. package/lib/typescript/src/components/ui/Segmented/Segmented.d.ts +10 -0
  729. package/lib/typescript/src/components/ui/Segmented/Segmented.d.ts.map +1 -0
  730. package/lib/typescript/src/components/ui/Segmented/index.d.ts +3 -0
  731. package/lib/typescript/src/components/ui/Segmented/index.d.ts.map +1 -0
  732. package/lib/typescript/src/components/ui/Segmented/styles.d.ts +21 -0
  733. package/lib/typescript/src/components/ui/Segmented/styles.d.ts.map +1 -0
  734. package/lib/typescript/src/components/ui/Segmented/types.d.ts +10 -0
  735. package/lib/typescript/src/components/ui/Segmented/types.d.ts.map +1 -0
  736. package/lib/typescript/src/components/ui/Skeleton/Skeleton.d.ts +15 -0
  737. package/lib/typescript/src/components/ui/Skeleton/Skeleton.d.ts.map +1 -0
  738. package/lib/typescript/src/components/ui/Skeleton/index.d.ts +3 -0
  739. package/lib/typescript/src/components/ui/Skeleton/index.d.ts.map +1 -0
  740. package/lib/typescript/src/components/ui/Skeleton/types.d.ts +21 -0
  741. package/lib/typescript/src/components/ui/Skeleton/types.d.ts.map +1 -0
  742. package/lib/typescript/src/components/ui/Spinner/Spinner.d.ts +3 -0
  743. package/lib/typescript/src/components/ui/Spinner/Spinner.d.ts.map +1 -0
  744. package/lib/typescript/src/components/ui/Spinner/index.d.ts +3 -0
  745. package/lib/typescript/src/components/ui/Spinner/index.d.ts.map +1 -0
  746. package/lib/typescript/src/components/ui/Spinner/types.d.ts +14 -0
  747. package/lib/typescript/src/components/ui/Spinner/types.d.ts.map +1 -0
  748. package/lib/typescript/src/components/ui/StatusDot/StatusDot.d.ts +8 -0
  749. package/lib/typescript/src/components/ui/StatusDot/StatusDot.d.ts.map +1 -0
  750. package/lib/typescript/src/components/ui/StatusDot/index.d.ts +3 -0
  751. package/lib/typescript/src/components/ui/StatusDot/index.d.ts.map +1 -0
  752. package/lib/typescript/src/components/ui/StatusDot/styles.d.ts +22 -0
  753. package/lib/typescript/src/components/ui/StatusDot/styles.d.ts.map +1 -0
  754. package/lib/typescript/src/components/ui/StatusDot/types.d.ts +14 -0
  755. package/lib/typescript/src/components/ui/StatusDot/types.d.ts.map +1 -0
  756. package/lib/typescript/src/components/ui/Stepper/Stepper.d.ts +11 -0
  757. package/lib/typescript/src/components/ui/Stepper/Stepper.d.ts.map +1 -0
  758. package/lib/typescript/src/components/ui/Stepper/index.d.ts +3 -0
  759. package/lib/typescript/src/components/ui/Stepper/index.d.ts.map +1 -0
  760. package/lib/typescript/src/components/ui/Stepper/styles.d.ts +52 -0
  761. package/lib/typescript/src/components/ui/Stepper/styles.d.ts.map +1 -0
  762. package/lib/typescript/src/components/ui/Stepper/types.d.ts +21 -0
  763. package/lib/typescript/src/components/ui/Stepper/types.d.ts.map +1 -0
  764. package/lib/typescript/src/components/ui/Switch/Switch.d.ts +10 -0
  765. package/lib/typescript/src/components/ui/Switch/Switch.d.ts.map +1 -0
  766. package/lib/typescript/src/components/ui/Switch/index.d.ts +3 -0
  767. package/lib/typescript/src/components/ui/Switch/index.d.ts.map +1 -0
  768. package/lib/typescript/src/components/ui/Switch/styles.d.ts +28 -0
  769. package/lib/typescript/src/components/ui/Switch/styles.d.ts.map +1 -0
  770. package/lib/typescript/src/components/ui/Switch/types.d.ts +9 -0
  771. package/lib/typescript/src/components/ui/Switch/types.d.ts.map +1 -0
  772. package/lib/typescript/src/components/ui/TabBar/TabBar.d.ts +9 -0
  773. package/lib/typescript/src/components/ui/TabBar/TabBar.d.ts.map +1 -0
  774. package/lib/typescript/src/components/ui/TabBar/index.d.ts +3 -0
  775. package/lib/typescript/src/components/ui/TabBar/index.d.ts.map +1 -0
  776. package/lib/typescript/src/components/ui/TabBar/styles.d.ts +40 -0
  777. package/lib/typescript/src/components/ui/TabBar/styles.d.ts.map +1 -0
  778. package/lib/typescript/src/components/ui/TabBar/types.d.ts +18 -0
  779. package/lib/typescript/src/components/ui/TabBar/types.d.ts.map +1 -0
  780. package/lib/typescript/src/components/ui/Tabs/Tabs.d.ts +8 -0
  781. package/lib/typescript/src/components/ui/Tabs/Tabs.d.ts.map +1 -0
  782. package/lib/typescript/src/components/ui/Tabs/index.d.ts +3 -0
  783. package/lib/typescript/src/components/ui/Tabs/index.d.ts.map +1 -0
  784. package/lib/typescript/src/components/ui/Tabs/styles.d.ts +27 -0
  785. package/lib/typescript/src/components/ui/Tabs/styles.d.ts.map +1 -0
  786. package/lib/typescript/src/components/ui/Tabs/types.d.ts +19 -0
  787. package/lib/typescript/src/components/ui/Tabs/types.d.ts.map +1 -0
  788. package/lib/typescript/src/components/ui/Tag/Tag.d.ts +3 -0
  789. package/lib/typescript/src/components/ui/Tag/Tag.d.ts.map +1 -0
  790. package/lib/typescript/src/components/ui/Tag/index.d.ts +3 -0
  791. package/lib/typescript/src/components/ui/Tag/index.d.ts.map +1 -0
  792. package/lib/typescript/src/components/ui/Tag/styles.d.ts +33 -0
  793. package/lib/typescript/src/components/ui/Tag/styles.d.ts.map +1 -0
  794. package/lib/typescript/src/components/ui/Tag/types.d.ts +25 -0
  795. package/lib/typescript/src/components/ui/Tag/types.d.ts.map +1 -0
  796. package/lib/typescript/src/components/ui/TextField/TextFieldBase.d.ts +402 -0
  797. package/lib/typescript/src/components/ui/TextField/TextFieldBase.d.ts.map +1 -0
  798. package/lib/typescript/src/components/ui/TextField/styles.d.ts +57 -0
  799. package/lib/typescript/src/components/ui/TextField/styles.d.ts.map +1 -0
  800. package/lib/typescript/src/components/ui/TextField/types.d.ts +27 -0
  801. package/lib/typescript/src/components/ui/TextField/types.d.ts.map +1 -0
  802. package/lib/typescript/src/components/ui/Textarea/Textarea.d.ts +394 -0
  803. package/lib/typescript/src/components/ui/Textarea/Textarea.d.ts.map +1 -0
  804. package/lib/typescript/src/components/ui/Textarea/index.d.ts +3 -0
  805. package/lib/typescript/src/components/ui/Textarea/index.d.ts.map +1 -0
  806. package/lib/typescript/src/components/ui/Textarea/types.d.ts +25 -0
  807. package/lib/typescript/src/components/ui/Textarea/types.d.ts.map +1 -0
  808. package/lib/typescript/src/components/ui/Thumbnail/Thumbnail.d.ts +13 -0
  809. package/lib/typescript/src/components/ui/Thumbnail/Thumbnail.d.ts.map +1 -0
  810. package/lib/typescript/src/components/ui/Thumbnail/index.d.ts +3 -0
  811. package/lib/typescript/src/components/ui/Thumbnail/index.d.ts.map +1 -0
  812. package/lib/typescript/src/components/ui/Thumbnail/styles.d.ts +16 -0
  813. package/lib/typescript/src/components/ui/Thumbnail/styles.d.ts.map +1 -0
  814. package/lib/typescript/src/components/ui/Thumbnail/types.d.ts +23 -0
  815. package/lib/typescript/src/components/ui/Thumbnail/types.d.ts.map +1 -0
  816. package/lib/typescript/src/components/ui/Toast/ToastHost.d.ts +8 -0
  817. package/lib/typescript/src/components/ui/Toast/ToastHost.d.ts.map +1 -0
  818. package/lib/typescript/src/components/ui/Toast/index.d.ts +4 -0
  819. package/lib/typescript/src/components/ui/Toast/index.d.ts.map +1 -0
  820. package/lib/typescript/src/components/ui/Toast/styles.d.ts +37 -0
  821. package/lib/typescript/src/components/ui/Toast/styles.d.ts.map +1 -0
  822. package/lib/typescript/src/components/ui/Toast/toast.d.ts +21 -0
  823. package/lib/typescript/src/components/ui/Toast/toast.d.ts.map +1 -0
  824. package/lib/typescript/src/components/ui/Toast/types.d.ts +32 -0
  825. package/lib/typescript/src/components/ui/Toast/types.d.ts.map +1 -0
  826. package/lib/typescript/src/components/ui/index.d.ts +73 -0
  827. package/lib/typescript/src/components/ui/index.d.ts.map +1 -0
  828. package/lib/typescript/src/icons/data.d.ts +5 -0
  829. package/lib/typescript/src/icons/data.d.ts.map +1 -0
  830. package/lib/typescript/src/icons/index.d.ts +3 -0
  831. package/lib/typescript/src/icons/index.d.ts.map +1 -0
  832. package/lib/typescript/src/icons/types.d.ts +26 -0
  833. package/lib/typescript/src/icons/types.d.ts.map +1 -0
  834. package/lib/typescript/src/index.d.ts +7 -0
  835. package/lib/typescript/src/index.d.ts.map +1 -0
  836. package/lib/typescript/src/theme/ThemeProvider.d.ts +18 -0
  837. package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -0
  838. package/lib/typescript/src/theme/blur.d.ts +11 -0
  839. package/lib/typescript/src/theme/blur.d.ts.map +1 -0
  840. package/lib/typescript/src/theme/colors.d.ts +91 -0
  841. package/lib/typescript/src/theme/colors.d.ts.map +1 -0
  842. package/lib/typescript/src/theme/index.d.ts +15 -0
  843. package/lib/typescript/src/theme/index.d.ts.map +1 -0
  844. package/lib/typescript/src/theme/palettes.d.ts +23 -0
  845. package/lib/typescript/src/theme/palettes.d.ts.map +1 -0
  846. package/lib/typescript/src/theme/scale.d.ts +6 -0
  847. package/lib/typescript/src/theme/scale.d.ts.map +1 -0
  848. package/lib/typescript/src/theme/shadow.d.ts +149 -0
  849. package/lib/typescript/src/theme/shadow.d.ts.map +1 -0
  850. package/lib/typescript/src/theme/tokens.d.ts +102 -0
  851. package/lib/typescript/src/theme/tokens.d.ts.map +1 -0
  852. package/lib/typescript/src/theme/useTheme.d.ts +5 -0
  853. package/lib/typescript/src/theme/useTheme.d.ts.map +1 -0
  854. package/lib/typescript/src/theme/useThemedStyles.d.ts +19 -0
  855. package/lib/typescript/src/theme/useThemedStyles.d.ts.map +1 -0
  856. package/lib/typescript/src/utils/logger/index.d.ts +4 -0
  857. package/lib/typescript/src/utils/logger/index.d.ts.map +1 -0
  858. package/lib/typescript/src/utils/logger/logger.d.ts +7 -0
  859. package/lib/typescript/src/utils/logger/logger.d.ts.map +1 -0
  860. package/lib/typescript/src/utils/logger/transports/console.d.ts +3 -0
  861. package/lib/typescript/src/utils/logger/transports/console.d.ts.map +1 -0
  862. package/lib/typescript/src/utils/logger/types.d.ts +19 -0
  863. package/lib/typescript/src/utils/logger/types.d.ts.map +1 -0
  864. package/lib/typescript/src/utils/testID/index.d.ts +2 -0
  865. package/lib/typescript/src/utils/testID/index.d.ts.map +1 -0
  866. package/lib/typescript/src/utils/testID/testID.d.ts +17 -0
  867. package/lib/typescript/src/utils/testID/testID.d.ts.map +1 -0
  868. package/package.json +179 -0
  869. package/src/components/business/AvatarWithRing/AvatarWithRing.tsx +59 -0
  870. package/src/components/business/AvatarWithRing/index.ts +2 -0
  871. package/src/components/business/AvatarWithRing/styles.ts +61 -0
  872. package/src/components/business/AvatarWithRing/types.ts +15 -0
  873. package/src/components/business/Decorations/GradientWash.tsx +81 -0
  874. package/src/components/business/Decorations/RadialHalo.tsx +74 -0
  875. package/src/components/business/Decorations/ScreenBackdrop.tsx +122 -0
  876. package/src/components/business/Decorations/index.ts +10 -0
  877. package/src/components/business/Decorations/types.ts +103 -0
  878. package/src/components/business/GlassStats/GlassStats.tsx +39 -0
  879. package/src/components/business/GlassStats/index.ts +2 -0
  880. package/src/components/business/GlassStats/styles.ts +58 -0
  881. package/src/components/business/GlassStats/types.ts +7 -0
  882. package/src/components/business/VersionPill/VersionPill.tsx +29 -0
  883. package/src/components/business/VersionPill/index.ts +2 -0
  884. package/src/components/business/VersionPill/styles.ts +46 -0
  885. package/src/components/business/VersionPill/types.ts +12 -0
  886. package/src/components/business/index.ts +22 -0
  887. package/src/components/index.ts +2 -0
  888. package/src/components/ui/Avatar/Avatar.tsx +69 -0
  889. package/src/components/ui/Avatar/index.ts +2 -0
  890. package/src/components/ui/Avatar/styles.ts +54 -0
  891. package/src/components/ui/Avatar/types.ts +32 -0
  892. package/src/components/ui/BlurLayer/BlurLayer.tsx +44 -0
  893. package/src/components/ui/BlurLayer/BlurLayer.web.tsx +40 -0
  894. package/src/components/ui/BlurLayer/index.ts +2 -0
  895. package/src/components/ui/BlurLayer/types.ts +15 -0
  896. package/src/components/ui/BottomSheet/BottomSheet.tsx +117 -0
  897. package/src/components/ui/BottomSheet/index.ts +2 -0
  898. package/src/components/ui/BottomSheet/styles.ts +20 -0
  899. package/src/components/ui/BottomSheet/types.ts +26 -0
  900. package/src/components/ui/Button/Button.tsx +61 -0
  901. package/src/components/ui/Button/ButtonBase.tsx +100 -0
  902. package/src/components/ui/Button/index.ts +2 -0
  903. package/src/components/ui/Button/styles.ts +89 -0
  904. package/src/components/ui/Button/types.ts +79 -0
  905. package/src/components/ui/Card/Card.tsx +39 -0
  906. package/src/components/ui/Card/index.ts +2 -0
  907. package/src/components/ui/Card/styles.ts +33 -0
  908. package/src/components/ui/Card/types.ts +41 -0
  909. package/src/components/ui/Carousel/Carousel.tsx +95 -0
  910. package/src/components/ui/Carousel/index.ts +2 -0
  911. package/src/components/ui/Carousel/styles.ts +41 -0
  912. package/src/components/ui/Carousel/types.ts +35 -0
  913. package/src/components/ui/Cell/Cell.tsx +109 -0
  914. package/src/components/ui/Cell/Leading.tsx +59 -0
  915. package/src/components/ui/Cell/List.tsx +46 -0
  916. package/src/components/ui/Cell/context.ts +10 -0
  917. package/src/components/ui/Cell/index.ts +3 -0
  918. package/src/components/ui/Cell/styles.ts +91 -0
  919. package/src/components/ui/Cell/types.ts +53 -0
  920. package/src/components/ui/Checkbox/Checkbox.tsx +57 -0
  921. package/src/components/ui/Checkbox/index.ts +2 -0
  922. package/src/components/ui/Checkbox/styles.ts +26 -0
  923. package/src/components/ui/Checkbox/types.ts +14 -0
  924. package/src/components/ui/Chip/Chip.tsx +54 -0
  925. package/src/components/ui/Chip/index.ts +2 -0
  926. package/src/components/ui/Chip/styles.ts +30 -0
  927. package/src/components/ui/Chip/types.ts +15 -0
  928. package/src/components/ui/Confirm/ConfirmHost.tsx +134 -0
  929. package/src/components/ui/Confirm/confirm.ts +53 -0
  930. package/src/components/ui/Confirm/index.ts +3 -0
  931. package/src/components/ui/Confirm/styles.ts +35 -0
  932. package/src/components/ui/Confirm/types.ts +22 -0
  933. package/src/components/ui/DrawerHeader/DrawerHeader.tsx +57 -0
  934. package/src/components/ui/DrawerHeader/index.ts +2 -0
  935. package/src/components/ui/DrawerHeader/styles.ts +44 -0
  936. package/src/components/ui/DrawerHeader/types.ts +12 -0
  937. package/src/components/ui/Empty/Empty.tsx +23 -0
  938. package/src/components/ui/Empty/index.ts +2 -0
  939. package/src/components/ui/Empty/styles.ts +30 -0
  940. package/src/components/ui/Empty/types.ts +8 -0
  941. package/src/components/ui/EntryCard/EntryCard.tsx +58 -0
  942. package/src/components/ui/EntryCard/index.ts +2 -0
  943. package/src/components/ui/EntryCard/styles.ts +44 -0
  944. package/src/components/ui/EntryCard/types.ts +17 -0
  945. package/src/components/ui/Form/Form.tsx +17 -0
  946. package/src/components/ui/Form/FormGroup.tsx +43 -0
  947. package/src/components/ui/Form/FormRow.tsx +30 -0
  948. package/src/components/ui/Form/index.ts +4 -0
  949. package/src/components/ui/Form/styles.ts +64 -0
  950. package/src/components/ui/Form/types.ts +30 -0
  951. package/src/components/ui/Grid/Grid.tsx +68 -0
  952. package/src/components/ui/Grid/index.ts +2 -0
  953. package/src/components/ui/Grid/styles.ts +88 -0
  954. package/src/components/ui/Grid/types.ts +25 -0
  955. package/src/components/ui/Icon/Icon.tsx +82 -0
  956. package/src/components/ui/Icon/index.ts +2 -0
  957. package/src/components/ui/Icon/types.ts +15 -0
  958. package/src/components/ui/IconButton/IconButton.tsx +44 -0
  959. package/src/components/ui/IconButton/index.ts +2 -0
  960. package/src/components/ui/IconButton/types.ts +28 -0
  961. package/src/components/ui/Input/Input.tsx +21 -0
  962. package/src/components/ui/Input/index.ts +2 -0
  963. package/src/components/ui/Input/types.ts +31 -0
  964. package/src/components/ui/Logo/Logo.tsx +40 -0
  965. package/src/components/ui/Logo/index.ts +2 -0
  966. package/src/components/ui/Logo/types.ts +13 -0
  967. package/src/components/ui/NavBar/NavBar.tsx +75 -0
  968. package/src/components/ui/NavBar/index.ts +2 -0
  969. package/src/components/ui/NavBar/isSlot.ts +9 -0
  970. package/src/components/ui/NavBar/styles.ts +49 -0
  971. package/src/components/ui/NavBar/types.ts +31 -0
  972. package/src/components/ui/PasswordInput/PasswordInput.tsx +50 -0
  973. package/src/components/ui/PasswordInput/index.ts +2 -0
  974. package/src/components/ui/PasswordInput/styles.ts +7 -0
  975. package/src/components/ui/PasswordInput/types.ts +12 -0
  976. package/src/components/ui/Pulse/Pulse.tsx +17 -0
  977. package/src/components/ui/Pulse/PulseDot.tsx +35 -0
  978. package/src/components/ui/Pulse/index.ts +4 -0
  979. package/src/components/ui/Pulse/types.ts +22 -0
  980. package/src/components/ui/Pulse/usePulse.ts +41 -0
  981. package/src/components/ui/Radio/Radio.tsx +55 -0
  982. package/src/components/ui/Radio/RadioContext.ts +4 -0
  983. package/src/components/ui/Radio/RadioGroup.tsx +30 -0
  984. package/src/components/ui/Radio/index.ts +2 -0
  985. package/src/components/ui/Radio/styles.ts +36 -0
  986. package/src/components/ui/Radio/types.ts +38 -0
  987. package/src/components/ui/Search/Search.tsx +52 -0
  988. package/src/components/ui/Search/index.ts +2 -0
  989. package/src/components/ui/Search/types.ts +8 -0
  990. package/src/components/ui/Segmented/Segmented.tsx +63 -0
  991. package/src/components/ui/Segmented/index.ts +2 -0
  992. package/src/components/ui/Segmented/styles.ts +24 -0
  993. package/src/components/ui/Segmented/types.ts +10 -0
  994. package/src/components/ui/Skeleton/Skeleton.tsx +61 -0
  995. package/src/components/ui/Skeleton/index.ts +2 -0
  996. package/src/components/ui/Skeleton/types.ts +22 -0
  997. package/src/components/ui/Spinner/Spinner.tsx +68 -0
  998. package/src/components/ui/Spinner/index.ts +2 -0
  999. package/src/components/ui/Spinner/types.ts +14 -0
  1000. package/src/components/ui/StatusDot/StatusDot.tsx +48 -0
  1001. package/src/components/ui/StatusDot/index.ts +2 -0
  1002. package/src/components/ui/StatusDot/styles.ts +40 -0
  1003. package/src/components/ui/StatusDot/types.ts +15 -0
  1004. package/src/components/ui/Stepper/Stepper.tsx +95 -0
  1005. package/src/components/ui/Stepper/index.ts +2 -0
  1006. package/src/components/ui/Stepper/styles.ts +63 -0
  1007. package/src/components/ui/Stepper/types.ts +21 -0
  1008. package/src/components/ui/Switch/Switch.tsx +81 -0
  1009. package/src/components/ui/Switch/index.ts +2 -0
  1010. package/src/components/ui/Switch/styles.ts +32 -0
  1011. package/src/components/ui/Switch/types.ts +8 -0
  1012. package/src/components/ui/TabBar/TabBar.tsx +58 -0
  1013. package/src/components/ui/TabBar/index.ts +2 -0
  1014. package/src/components/ui/TabBar/styles.ts +43 -0
  1015. package/src/components/ui/TabBar/types.ts +19 -0
  1016. package/src/components/ui/Tabs/Tabs.tsx +57 -0
  1017. package/src/components/ui/Tabs/index.ts +2 -0
  1018. package/src/components/ui/Tabs/styles.ts +30 -0
  1019. package/src/components/ui/Tabs/types.ts +19 -0
  1020. package/src/components/ui/Tag/Tag.tsx +37 -0
  1021. package/src/components/ui/Tag/index.ts +2 -0
  1022. package/src/components/ui/Tag/styles.ts +58 -0
  1023. package/src/components/ui/Tag/types.ts +33 -0
  1024. package/src/components/ui/TextField/TextFieldBase.tsx +111 -0
  1025. package/src/components/ui/TextField/styles.ts +61 -0
  1026. package/src/components/ui/TextField/types.ts +27 -0
  1027. package/src/components/ui/Textarea/Textarea.tsx +23 -0
  1028. package/src/components/ui/Textarea/index.ts +2 -0
  1029. package/src/components/ui/Textarea/types.ts +28 -0
  1030. package/src/components/ui/Thumbnail/Thumbnail.tsx +38 -0
  1031. package/src/components/ui/Thumbnail/index.ts +2 -0
  1032. package/src/components/ui/Thumbnail/styles.ts +26 -0
  1033. package/src/components/ui/Thumbnail/types.ts +24 -0
  1034. package/src/components/ui/Toast/ToastHost.tsx +85 -0
  1035. package/src/components/ui/Toast/index.ts +8 -0
  1036. package/src/components/ui/Toast/styles.ts +54 -0
  1037. package/src/components/ui/Toast/toast.ts +36 -0
  1038. package/src/components/ui/Toast/types.ts +37 -0
  1039. package/src/components/ui/index.ts +81 -0
  1040. package/src/icons/data.ts +2218 -0
  1041. package/src/icons/index.ts +2 -0
  1042. package/src/icons/svg/alert.svg +1 -0
  1043. package/src/icons/svg/app-fallback.svg +1 -0
  1044. package/src/icons/svg/arrow-down.svg +1 -0
  1045. package/src/icons/svg/arrow-left.svg +1 -0
  1046. package/src/icons/svg/arrow-right.svg +1 -0
  1047. package/src/icons/svg/arrow-up.svg +1 -0
  1048. package/src/icons/svg/attachment.svg +1 -0
  1049. package/src/icons/svg/bag-check.svg +1 -0
  1050. package/src/icons/svg/bell.svg +1 -0
  1051. package/src/icons/svg/bot.svg +1 -0
  1052. package/src/icons/svg/box-list.svg +1 -0
  1053. package/src/icons/svg/box-up.svg +1 -0
  1054. package/src/icons/svg/building.svg +1 -0
  1055. package/src/icons/svg/calculator.svg +1 -0
  1056. package/src/icons/svg/calendar-route.svg +1 -0
  1057. package/src/icons/svg/calendar.svg +1 -0
  1058. package/src/icons/svg/camera.svg +1 -0
  1059. package/src/icons/svg/card.svg +1 -0
  1060. package/src/icons/svg/chat-star.svg +1 -0
  1061. package/src/icons/svg/check.svg +1 -0
  1062. package/src/icons/svg/chevron-down.svg +1 -0
  1063. package/src/icons/svg/chevron-left.svg +1 -0
  1064. package/src/icons/svg/chevron-right.svg +1 -0
  1065. package/src/icons/svg/chevron-up.svg +1 -0
  1066. package/src/icons/svg/circle-minus.svg +1 -0
  1067. package/src/icons/svg/circle-plus.svg +1 -0
  1068. package/src/icons/svg/clipboard-search.svg +1 -0
  1069. package/src/icons/svg/clipboard-user.svg +1 -0
  1070. package/src/icons/svg/clipboard.svg +1 -0
  1071. package/src/icons/svg/close.svg +1 -0
  1072. package/src/icons/svg/coin.svg +1 -0
  1073. package/src/icons/svg/copy.svg +1 -0
  1074. package/src/icons/svg/dashboard-megaphone.svg +1 -0
  1075. package/src/icons/svg/dashboard-star.svg +1 -0
  1076. package/src/icons/svg/download.svg +1 -0
  1077. package/src/icons/svg/edit-pencil.svg +1 -0
  1078. package/src/icons/svg/edit.svg +1 -0
  1079. package/src/icons/svg/error.svg +1 -0
  1080. package/src/icons/svg/eye-off.svg +1 -0
  1081. package/src/icons/svg/eye.svg +1 -0
  1082. package/src/icons/svg/file.svg +1 -0
  1083. package/src/icons/svg/filter.svg +1 -0
  1084. package/src/icons/svg/flag.svg +1 -0
  1085. package/src/icons/svg/grid.svg +1 -0
  1086. package/src/icons/svg/heart.svg +1 -0
  1087. package/src/icons/svg/home.svg +1 -0
  1088. package/src/icons/svg/image.svg +1 -0
  1089. package/src/icons/svg/info.svg +1 -0
  1090. package/src/icons/svg/keyboard.svg +1 -0
  1091. package/src/icons/svg/lightbulb.svg +1 -0
  1092. package/src/icons/svg/list.svg +1 -0
  1093. package/src/icons/svg/location.svg +1 -0
  1094. package/src/icons/svg/lock.svg +1 -0
  1095. package/src/icons/svg/logout.svg +1 -0
  1096. package/src/icons/svg/mail.svg +1 -0
  1097. package/src/icons/svg/menu.svg +1 -0
  1098. package/src/icons/svg/mic-on.svg +1 -0
  1099. package/src/icons/svg/mic.svg +1 -0
  1100. package/src/icons/svg/more-h.svg +1 -0
  1101. package/src/icons/svg/more-v.svg +1 -0
  1102. package/src/icons/svg/order.svg +1 -0
  1103. package/src/icons/svg/package.svg +1 -0
  1104. package/src/icons/svg/paperclip.svg +1 -0
  1105. package/src/icons/svg/pause.svg +1 -0
  1106. package/src/icons/svg/phone.svg +1 -0
  1107. package/src/icons/svg/pin-search.svg +1 -0
  1108. package/src/icons/svg/play.svg +1 -0
  1109. package/src/icons/svg/plus.svg +1 -0
  1110. package/src/icons/svg/qr.svg +1 -0
  1111. package/src/icons/svg/refresh.svg +1 -0
  1112. package/src/icons/svg/retry.svg +1 -0
  1113. package/src/icons/svg/route.svg +1 -0
  1114. package/src/icons/svg/scan.svg +1 -0
  1115. package/src/icons/svg/scanner.svg +1 -0
  1116. package/src/icons/svg/search.svg +1 -0
  1117. package/src/icons/svg/send.svg +1 -0
  1118. package/src/icons/svg/settings.svg +1 -0
  1119. package/src/icons/svg/share.svg +1 -0
  1120. package/src/icons/svg/shelf-pay.svg +1 -0
  1121. package/src/icons/svg/shield-check.svg +1 -0
  1122. package/src/icons/svg/sort.svg +1 -0
  1123. package/src/icons/svg/sound.svg +1 -0
  1124. package/src/icons/svg/spark.svg +1 -0
  1125. package/src/icons/svg/star.svg +1 -0
  1126. package/src/icons/svg/stop.svg +1 -0
  1127. package/src/icons/svg/storefront-ai.svg +1 -0
  1128. package/src/icons/svg/storefront-arrow.svg +1 -0
  1129. package/src/icons/svg/storefront-check.svg +1 -0
  1130. package/src/icons/svg/storefront-tag.svg +1 -0
  1131. package/src/icons/svg/storefront.svg +1 -0
  1132. package/src/icons/svg/success.svg +1 -0
  1133. package/src/icons/svg/tag.svg +1 -0
  1134. package/src/icons/svg/thinking.svg +1 -0
  1135. package/src/icons/svg/trash.svg +1 -0
  1136. package/src/icons/svg/upload.svg +1 -0
  1137. package/src/icons/svg/user.svg +1 -0
  1138. package/src/icons/svg/users-search.svg +1 -0
  1139. package/src/icons/svg/visit.svg +1 -0
  1140. package/src/icons/svg/warning.svg +1 -0
  1141. package/src/icons/types.ts +19 -0
  1142. package/src/index.tsx +6 -0
  1143. package/src/theme/ThemeProvider.tsx +41 -0
  1144. package/src/theme/blur.ts +11 -0
  1145. package/src/theme/colors.ts +196 -0
  1146. package/src/theme/index.ts +33 -0
  1147. package/src/theme/palettes.ts +23 -0
  1148. package/src/theme/scale.ts +24 -0
  1149. package/src/theme/shadow.ts +164 -0
  1150. package/src/theme/tokens.ts +119 -0
  1151. package/src/theme/useTheme.ts +23 -0
  1152. package/src/theme/useThemedStyles.ts +28 -0
  1153. package/src/utils/logger/index.ts +9 -0
  1154. package/src/utils/logger/logger.ts +69 -0
  1155. package/src/utils/logger/transports/console.ts +23 -0
  1156. package/src/utils/logger/types.ts +21 -0
  1157. package/src/utils/testID/index.ts +1 -0
  1158. package/src/utils/testID/testID.ts +23 -0
@@ -0,0 +1,37 @@
1
+ import type { ColorTokens } from '../../../theme';
2
+ import type { ToastKind } from './types';
3
+ export declare const makeStyles: (c: ColorTokens) => Readonly<{
4
+ host: {
5
+ position: "absolute";
6
+ left: number;
7
+ right: number;
8
+ bottom: number;
9
+ alignItems: "center";
10
+ zIndex: number;
11
+ };
12
+ toast: {
13
+ flexDirection: "row";
14
+ alignItems: "center";
15
+ gap: number;
16
+ backgroundColor: string;
17
+ borderRadius: number;
18
+ paddingHorizontal: number;
19
+ paddingVertical: number;
20
+ maxWidth: string;
21
+ };
22
+ dot: {
23
+ width: number;
24
+ height: number;
25
+ borderRadius: number;
26
+ };
27
+ text: {
28
+ color: string;
29
+ fontSize: number;
30
+ fontWeight: "500";
31
+ flexShrink: number;
32
+ };
33
+ }>;
34
+ /** kind → dot 颜色派生(返 style 值,§8 入 styles.ts)。
35
+ * info 无圆点(返 null),success / error 走对应 status token。 */
36
+ export declare function dotColorFor(kind: ToastKind, c: ColorTokens): string | null;
37
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ui/Toast/styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,eAAO,MAAM,UAAU,GAAI,GAAG,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmCrC,CAAC;AAEL;yDACyD;AACzD,wBAAgB,WAAW,CAAC,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,IAAI,CAS1E"}
@@ -0,0 +1,21 @@
1
+ /**
2
+ * 命令式 `toast()` API —— 与 `<ToastHost />` 配对使用。
3
+ *
4
+ * 文件名故意小写 `toast.ts`,host 组件叫 `ToastHost.tsx`,避免 APFS 大小写冲突。
5
+ */
6
+ import type { Subscriber, ToastInput } from './types';
7
+ export declare const _subs: Set<Subscriber>;
8
+ /**
9
+ * 命令式 toast API。在 app 根附近挂一次 `<ToastHost />` 即可。
10
+ *
11
+ * toast('已切换到日报');
12
+ * toast.success('订单提交成功');
13
+ * toast.error('网络异常,请重试');
14
+ * toast({ message: '正在同步…', duration: 5000 });
15
+ */
16
+ export declare const toast: ((input: ToastInput) => void) & {
17
+ info: (input: ToastInput) => void;
18
+ success: (input: ToastInput) => void;
19
+ error: (input: ToastInput) => void;
20
+ };
21
+ //# sourceMappingURL=toast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ui/Toast/toast.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,KAAK,EAAE,UAAU,EAAc,UAAU,EAAa,MAAM,SAAS,CAAC;AAG7E,eAAO,MAAM,KAAK,iBAAwB,CAAC;AAe3C;;;;;;;GAOG;AACH,eAAO,MAAM,KAAK,WAAyB,UAAU;kBACrC,UAAU;qBACP,UAAU;mBACZ,UAAU;CACzB,CAAC"}
@@ -0,0 +1,32 @@
1
+ /** Toast 类型:info=灰点 / success=绿点 / error=红点 */
2
+ export type ToastKind = 'info' | 'success' | 'error';
3
+ /**
4
+ * `toast(...)` 调用入参:
5
+ * - 字符串简写:默认 info kind 跟 2200ms duration
6
+ * - 对象形式:可指定 kind 跟 duration
7
+ */
8
+ export type ToastInput = string | {
9
+ /** 消息文本 */
10
+ message: string;
11
+ /** Toast 类型,默认 'info' */
12
+ kind?: ToastKind;
13
+ /** 自动消失毫秒数,默认 2200 */
14
+ duration?: number;
15
+ };
16
+ export type ToastEntry = {
17
+ /** 唯一 id(自增),用于动画切换识别 */
18
+ id: number;
19
+ /** 消息文本 */
20
+ message: string;
21
+ /** Toast 类型 */
22
+ kind: ToastKind;
23
+ /** 显示毫秒数 */
24
+ duration: number;
25
+ };
26
+ /** Toast 订阅者函数签名(ToastHost 内部用) */
27
+ export type Subscriber = (entry: ToastEntry) => void;
28
+ export type ToastHostProps = {
29
+ /** E2E / 测试定位(业务读 toast 文本时用) */
30
+ testID?: string;
31
+ };
32
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ui/Toast/types.ts"],"names":[],"mappings":"AAAA,+CAA+C;AAC/C,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;AAErD;;;;GAIG;AACH,MAAM,MAAM,UAAU,GAClB,MAAM,GACN;IACE,WAAW;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,yBAAyB;IACzB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEN,MAAM,MAAM,UAAU,GAAG;IACvB,yBAAyB;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,WAAW;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe;IACf,IAAI,EAAE,SAAS,CAAC;IAChB,YAAY;IACZ,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,mCAAmC;AACnC,MAAM,MAAM,UAAU,GAAG,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;AAErD,MAAM,MAAM,cAAc,GAAG;IAC3B,iCAAiC;IACjC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC"}
@@ -0,0 +1,73 @@
1
+ export { Avatar } from './Avatar';
2
+ export type { AvatarProps, AvatarSize, AvatarVariant } from './Avatar';
3
+ export { BottomSheet } from './BottomSheet';
4
+ export type { BottomSheetProps } from './BottomSheet';
5
+ export { BlurLayer } from './BlurLayer';
6
+ export type { BlurLayerProps } from './BlurLayer';
7
+ export { Button } from './Button';
8
+ export type { ButtonProps, ButtonSize, ButtonVariant } from './Button';
9
+ export { Card } from './Card';
10
+ export type { CardProps, CardVariant } from './Card';
11
+ export { Carousel } from './Carousel';
12
+ export type { CarouselProps } from './Carousel';
13
+ export { Cell, List } from './Cell';
14
+ export type { CellProps, ListProps } from './Cell';
15
+ export { Checkbox } from './Checkbox';
16
+ export type { CheckboxProps } from './Checkbox';
17
+ export { Chip } from './Chip';
18
+ export type { ChipProps } from './Chip';
19
+ export { confirm, ConfirmHost } from './Confirm';
20
+ export type { ConfirmOptions } from './Confirm';
21
+ export { DrawerHeader } from './DrawerHeader';
22
+ export type { DrawerHeaderProps } from './DrawerHeader';
23
+ export { Empty } from './Empty';
24
+ export type { EmptyProps } from './Empty';
25
+ export { EntryCard } from './EntryCard';
26
+ export type { EntryCardProps } from './EntryCard';
27
+ export { Form, FormGroup, FormRow } from './Form';
28
+ export type { FormProps, FormGroupProps, FormRowProps } from './Form';
29
+ export { Grid } from './Grid';
30
+ export type { GridItem, GridProps } from './Grid';
31
+ export { Icon } from './Icon';
32
+ export type { IconName, IconProps } from './Icon';
33
+ export { IconButton } from './IconButton';
34
+ export type { IconButtonProps } from './IconButton';
35
+ export { Input } from './Input';
36
+ export type { InputProps } from './Input';
37
+ export { Logo } from './Logo';
38
+ export type { LogoProps } from './Logo';
39
+ export { NavBar } from './NavBar';
40
+ export type { NavBarProps, NavBarSlotConfig } from './NavBar';
41
+ export { PasswordInput } from './PasswordInput';
42
+ export type { PasswordInputProps } from './PasswordInput';
43
+ export { Pulse, PulseDot, usePulse } from './Pulse';
44
+ export type { PulseOptions, PulseProps, PulseDotProps } from './Pulse';
45
+ export { Radio } from './Radio';
46
+ export type { GroupProps as RadioGroupProps, RadioProps } from './Radio';
47
+ export { Search } from './Search';
48
+ export type { SearchProps } from './Search';
49
+ export { Skeleton } from './Skeleton';
50
+ export type { SkeletonProps, SkeletonShape } from './Skeleton';
51
+ export { Segmented } from './Segmented';
52
+ export type { SegmentedProps } from './Segmented';
53
+ export { Spinner } from './Spinner';
54
+ export type { SpinnerProps } from './Spinner';
55
+ export { StatusDot } from './StatusDot';
56
+ export type { StatusDotProps, StatusDotStatus, StatusDotTone, } from './StatusDot';
57
+ export { Stepper } from './Stepper';
58
+ export type { StepperProps, StepperSize } from './Stepper';
59
+ export { Switch } from './Switch';
60
+ export type { SwitchProps } from './Switch';
61
+ export { TabBar } from './TabBar';
62
+ export type { TabBarItem, TabBarProps } from './TabBar';
63
+ export { Tabs } from './Tabs';
64
+ export type { TabItem, TabsProps } from './Tabs';
65
+ export { Tag } from './Tag';
66
+ export type { TagProps, TagSize, TagVariant } from './Tag';
67
+ export { Textarea } from './Textarea';
68
+ export type { TextareaProps } from './Textarea';
69
+ export { Thumbnail } from './Thumbnail';
70
+ export type { ThumbnailProps, ThumbnailSize } from './Thumbnail';
71
+ export { toast, ToastHost } from './Toast';
72
+ export type { ToastEntry, ToastHostProps, ToastInput, ToastKind, } from './Toast';
73
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACvE,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACvE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AACpC,YAAY,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACjD,YAAY,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;AAClD,YAAY,EAAE,SAAS,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AACtE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAClD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,YAAY,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AACpD,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACvE,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,IAAI,eAAe,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACzE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EACV,cAAc,EACd,eAAe,EACf,aAAa,GACd,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC3D,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AACxD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACjD,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACjE,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAC3C,YAAY,EACV,UAAU,EACV,cAAc,EACd,UAAU,EACV,SAAS,GACV,MAAM,SAAS,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { IconDef } from './types';
2
+ export type IconName = 'alert' | 'app-fallback' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'attachment' | 'bag-check' | 'bell' | 'bot' | 'box-list' | 'box-up' | 'building' | 'calculator' | 'calendar-route' | 'calendar' | 'camera' | 'card' | 'chat-star' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle-minus' | 'circle-plus' | 'clipboard-search' | 'clipboard-user' | 'clipboard' | 'close' | 'coin' | 'copy' | 'dashboard-megaphone' | 'dashboard-star' | 'download' | 'edit-pencil' | 'edit' | 'error' | 'eye-off' | 'eye' | 'file' | 'filter' | 'flag' | 'grid' | 'heart' | 'home' | 'image' | 'info' | 'keyboard' | 'lightbulb' | 'list' | 'location' | 'lock' | 'logout' | 'mail' | 'menu' | 'mic-on' | 'mic' | 'more-h' | 'more-v' | 'order' | 'package' | 'paperclip' | 'pause' | 'phone' | 'pin-search' | 'play' | 'plus' | 'qr' | 'refresh' | 'retry' | 'route' | 'scan' | 'scanner' | 'search' | 'send' | 'settings' | 'share' | 'shelf-pay' | 'shield-check' | 'sort' | 'sound' | 'spark' | 'star' | 'stop' | 'storefront-ai' | 'storefront-arrow' | 'storefront-check' | 'storefront-tag' | 'storefront' | 'success' | 'tag' | 'thinking' | 'trash' | 'upload' | 'user' | 'users-search' | 'visit' | 'warning';
3
+ export declare const ICONS: Record<IconName, IconDef>;
4
+ export declare const ICON_NAMES: IconName[];
5
+ //# sourceMappingURL=data.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../src/icons/data.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,MAAM,MAAM,QAAQ,GAChB,OAAO,GACP,cAAc,GACd,YAAY,GACZ,YAAY,GACZ,aAAa,GACb,UAAU,GACV,YAAY,GACZ,WAAW,GACX,MAAM,GACN,KAAK,GACL,UAAU,GACV,QAAQ,GACR,UAAU,GACV,YAAY,GACZ,gBAAgB,GAChB,UAAU,GACV,QAAQ,GACR,MAAM,GACN,WAAW,GACX,OAAO,GACP,cAAc,GACd,cAAc,GACd,eAAe,GACf,YAAY,GACZ,cAAc,GACd,aAAa,GACb,kBAAkB,GAClB,gBAAgB,GAChB,WAAW,GACX,OAAO,GACP,MAAM,GACN,MAAM,GACN,qBAAqB,GACrB,gBAAgB,GAChB,UAAU,GACV,aAAa,GACb,MAAM,GACN,OAAO,GACP,SAAS,GACT,KAAK,GACL,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,GACN,OAAO,GACP,MAAM,GACN,OAAO,GACP,MAAM,GACN,UAAU,GACV,WAAW,GACX,MAAM,GACN,UAAU,GACV,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,GACN,QAAQ,GACR,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,OAAO,GACP,SAAS,GACT,WAAW,GACX,OAAO,GACP,OAAO,GACP,YAAY,GACZ,MAAM,GACN,MAAM,GACN,IAAI,GACJ,SAAS,GACT,OAAO,GACP,OAAO,GACP,MAAM,GACN,SAAS,GACT,QAAQ,GACR,MAAM,GACN,UAAU,GACV,OAAO,GACP,WAAW,GACX,cAAc,GACd,MAAM,GACN,OAAO,GACP,OAAO,GACP,MAAM,GACN,MAAM,GACN,eAAe,GACf,kBAAkB,GAClB,kBAAkB,GAClB,gBAAgB,GAChB,YAAY,GACZ,SAAS,GACT,KAAK,GACL,UAAU,GACV,OAAO,GACP,QAAQ,GACR,MAAM,GACN,cAAc,GACd,OAAO,GACP,SAAS,CAAC;AAEd,eAAO,MAAM,KAAK,EAAE,MAAM,CAAC,QAAQ,EAAE,OAAO,CAw9D3C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,QAAQ,EAoGhC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './types';
2
+ export * from './data';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/icons/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC"}
@@ -0,0 +1,26 @@
1
+ /** 图标清单的稳定类型;path 数据由脚本生成。 */
2
+ export type IconElement = {
3
+ kind: 'path';
4
+ d: string;
5
+ fill?: string;
6
+ } | {
7
+ kind: 'circle';
8
+ cx: number;
9
+ cy: number;
10
+ r: number;
11
+ fill?: string;
12
+ } | {
13
+ kind: 'rect';
14
+ x: number;
15
+ y: number;
16
+ width: number;
17
+ height: number;
18
+ rx?: number;
19
+ ry?: number;
20
+ fill?: string;
21
+ };
22
+ export type IconDef = {
23
+ strokeWidth: number;
24
+ elements: IconElement[];
25
+ };
26
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/icons/types.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,MAAM,MAAM,WAAW,GACnB;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,GAC1C;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,GACpE;IACE,IAAI,EAAE,MAAM,CAAC;IACb,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEN,MAAM,MAAM,OAAO,GAAG;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,WAAW,EAAE,CAAC;CACzB,CAAC"}
@@ -0,0 +1,7 @@
1
+ export * from './theme';
2
+ export * from './icons';
3
+ export * from './utils/testID';
4
+ export * from './utils/logger';
5
+ export * from './components/ui';
6
+ export * from './components/business';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC"}
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { type ColorTokens } from './colors';
3
+ import { type ShadowTokens } from './shadow';
4
+ export type ColorScheme = 'light' | 'dark';
5
+ export type ThemeContextValue = {
6
+ scheme: ColorScheme;
7
+ colors: ColorTokens;
8
+ shadow: ShadowTokens;
9
+ };
10
+ export declare const ThemeContext: React.Context<ThemeContextValue | null>;
11
+ type ThemeProviderProps = {
12
+ children: React.ReactNode;
13
+ /** 强制使用某个 scheme(覆盖 useColorScheme)。用于测试或 settingsStore 接入。 */
14
+ forceScheme?: ColorScheme;
15
+ };
16
+ export declare function ThemeProvider({ children, forceScheme }: ThemeProviderProps): import("react/jsx-runtime").JSX.Element;
17
+ export {};
18
+ //# sourceMappingURL=ThemeProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../../src/theme/ThemeProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiC,MAAM,OAAO,CAAC;AAEtD,OAAO,EAA2B,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AACrE,OAAO,EAA2B,KAAK,YAAY,EAAE,MAAM,UAAU,CAAC;AAEtE,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,MAAM,CAAC;AAE3C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM,EAAE,WAAW,CAAC;IACpB,MAAM,EAAE,WAAW,CAAC;IACpB,MAAM,EAAE,YAAY,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,YAAY,yCAAgD,CAAC;AAE1E,KAAK,kBAAkB,GAAG;IACxB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,+DAA+D;IAC/D,WAAW,CAAC,EAAE,WAAW,CAAC;CAC3B,CAAC;AAEF,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAE,EAAE,kBAAkB,2CAmB1E"}
@@ -0,0 +1,11 @@
1
+ /** Blur intensity tokens —— backdrop-filter 二档语义化封装。
2
+ *
3
+ * 数值是 `@sbaiahmed1/react-native-blur` 的 BlurView `blurAmount` prop(0-100)。 */
4
+ export declare const blur: {
5
+ /** 玻璃数据条 / 小区域玻璃感。 */
6
+ readonly soft: 10;
7
+ /** 焦点引导大面积 backdrop。 */
8
+ readonly strong: 40;
9
+ };
10
+ export type BlurIntensity = keyof typeof blur;
11
+ //# sourceMappingURL=blur.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blur.d.ts","sourceRoot":"","sources":["../../../../src/theme/blur.ts"],"names":[],"mappings":"AAAA;;+EAE+E;AAC/E,eAAO,MAAM,IAAI;IACf,sBAAsB;;IAEtB,wBAAwB;;CAEhB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,IAAI,CAAC"}
@@ -0,0 +1,91 @@
1
+ export declare const lightColors: {
2
+ readonly primary: "#EB6E00";
3
+ readonly primaryPressed: "#D06200";
4
+ readonly primaryContainer: "#FFF5EB";
5
+ readonly primaryContainerSubtle: "#FFF8F0";
6
+ /** 品牌橙 10% alpha 浅底 —— icon tile 等屏内重复浅橙铺色。 */
7
+ readonly brandTint10: "rgba(235,110,0,0.10)";
8
+ /** 品牌橙 14% alpha —— Me 屏角色徽章。 */
9
+ readonly brandTint14: "rgba(235,110,0,0.14)";
10
+ readonly onPrimary: "#FFFFFF";
11
+ readonly onPrimaryMuted: "rgba(255,255,255,0.85)";
12
+ readonly success: "#52C41A";
13
+ readonly successContainer: "#F0FFF0";
14
+ readonly onSuccess: "#FFFFFF";
15
+ readonly error: "#F4511E";
16
+ readonly errorContainer: "#FFF5F5";
17
+ readonly onError: "#FFFFFF";
18
+ readonly info: "#3775F6";
19
+ readonly infoContainer: "#F0F5FF";
20
+ readonly onInfo: "#FFFFFF";
21
+ readonly background: "#F5F5F5";
22
+ readonly surface: "#FFFFFF";
23
+ readonly surfaceContainer: "#F5F5F5";
24
+ readonly surfaceContainerHigh: "#F0F0F0";
25
+ readonly surfaceContainerHighest: "#E0E0E0";
26
+ readonly foreground: "#333333";
27
+ readonly foregroundMuted: "#666666";
28
+ readonly foregroundSubtle: "#999999";
29
+ readonly onSurface: "#333333";
30
+ readonly onSurfaceMuted: "#666666";
31
+ readonly outline: "#EDEDED";
32
+ readonly outlineVariant: "#E8E8E8";
33
+ readonly outlineFaint: "#F5F5F5";
34
+ readonly inverseSurface: "#1C1C1E";
35
+ readonly inverseOnSurface: "#FFFFFF";
36
+ readonly scrim: "rgba(0,0,0,0.5)";
37
+ /** Sheet backdrop —— sheet 之下浅灰 tint,合规态高对比度让 sheet 焦点突出。
38
+ * 跟通用 scrim(黑半透"普通遮挡")区分:这是"焦点引导"。 */
39
+ readonly sheetBackdrop: "rgba(245,245,247,0.72)";
40
+ /** 玻璃感浅色 tint —— BlurView 之上的 0.55 白纱(数据条 / scanBtn)。 */
41
+ readonly glassTintLight: "rgba(255,255,255,0.55)";
42
+ /** 玻璃容器内部分隔线 —— 暗色翻成对应低透白,保证暗底可见。 */
43
+ readonly glassSeparator: "rgba(0,0,0,0.08)";
44
+ /** 浮动玻璃胶囊外区 tint(TabBar 滚动玻璃门)。
45
+ * 数值配合 blurAmount=25 让"玻璃门外区滚动内容透过模糊显示"达成。
46
+ * 跟 glassTintLight 区分:此 token 给"玻璃门外区"语义。 */
47
+ readonly glassSurface: "rgba(255,255,255,0.20)";
48
+ /** TabBar 玻璃门 tint —— 跟 glassSurface 区分,真机实测 0.20 太厚看不清滚动内容,
49
+ * TabBar 场景配合 blurAmount=15 主导,语义不同不可复用同一个 alpha。 */
50
+ readonly tabBarGlassTint: "rgba(255,255,255,0.10)";
51
+ /** 玻璃胶囊边框(亮 0.18 / 暗 0.14 白透)。 */
52
+ readonly glassBorder: "rgba(255,255,255,0.18)";
53
+ /** 玻璃胶囊顶部内高光(亮 0.28 / 暗 0.24 白透)。 */
54
+ readonly glassHighlight: "rgba(255,255,255,0.28)";
55
+ /** GlassStats 顶部 inset 高光线 —— 比 glassHighlight 更强,
56
+ * 弥补 RN BlurView backdrop 比 web 弱 + 让数据条"顶部凸起"。 */
57
+ readonly glassStatsHighlight: "rgba(255,255,255,0.65)";
58
+ /** 玻璃胶囊 active 段文字 / icon 色。亮色同 primary;暗色 #FFB068
59
+ * 更浅一档的橙,在半透深灰玻璃上分量更轻。 */
60
+ readonly glassActiveFg: "#EB6E00";
61
+ /** 品牌橙 active 容器底 —— TabBar active 段比 brandTint10 多 2% 视觉权重。 */
62
+ readonly brandTint12: "rgba(235,110,0,0.12)";
63
+ /** Input leading/trailing icon 默认色(placeholder 风格)。 */
64
+ readonly iconFaint40: "rgba(0,0,0,0.40)";
65
+ /** 列表箭头 / 副 chevron。 */
66
+ readonly iconFaint30: "rgba(0,0,0,0.30)";
67
+ /** 空状态 / placeholder 屏巨型图标。 */
68
+ readonly iconFaint25: "rgba(0,0,0,0.25)";
69
+ /** 头像白色 ring —— Me 屏 avatar 圆环。跟 onPrimaryMuted(品牌底次主文字)区分。 */
70
+ readonly avatarRing: "rgba(255,255,255,0.6)";
71
+ /** Me 屏 QR / 扫码按钮背景 —— scanBtn 要在 hero 上"凸起被看到"。 */
72
+ readonly qrBg: "rgba(255,255,255,0.55)";
73
+ /** Hero 渐变第 1 段:暖橙起色。 */
74
+ readonly heroGradient0: "#FFE3C8";
75
+ /** Hero 渐变第 2 段(0.55 offset):浅黄过渡。 */
76
+ readonly heroGradient1: "#FFF0DD";
77
+ /** Hero 渐变第 3 段:接 background。亮色 = background hex,暗色 = 深暖灰收到 background。 */
78
+ readonly heroGradient2: "#F5F5F5";
79
+ /** 玻璃身份胶囊背景 —— ProfileCard 玻璃 pill 浮在 warmOrange 背景上。
80
+ * 亮色半透浓白(暖橙背景);暗色半透薄白晕(深背景)。 */
81
+ readonly glassPillBg: "rgba(255,255,255,0.72)";
82
+ /** 玻璃身份胶囊边框 —— 高光描边,衬出玻璃质感。 */
83
+ readonly glassPillBorder: "rgba(255,255,255,0.9)";
84
+ };
85
+ export type ColorTokens = {
86
+ [K in keyof typeof lightColors]: string;
87
+ };
88
+ export declare const darkColors: ColorTokens;
89
+ /** 头像品牌渐变 —— 浅橙 → 主品牌橙,135° 对角线渐变。亮 / 暗共用。 */
90
+ export declare const avatarGradient: readonly ["#F49443", "#EB6E00"];
91
+ //# sourceMappingURL=colors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../../src/theme/colors.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;IAMtB,+CAA+C;;IAE/C,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyCjC;2CACuC;;IAEvC,yDAAyD;;IAEzD,qCAAqC;;IAErC;;kDAE8C;;IAE9C;0DACsD;;IAEtD,kCAAkC;;IAElC,qCAAqC;;IAErC;wDACoD;;IAEpD;+BAC2B;;IAE3B,gEAAgE;;IAIhE,uDAAuD;;IAEvD,wBAAwB;;IAExB,+BAA+B;;IAG/B,+DAA+D;;IAE/D,oDAAoD;;IAIpD,yBAAyB;;IAEzB,sCAAsC;;IAEtC,2EAA2E;;IAG3E;qCACiC;;IAEjC,+BAA+B;;CAEvB,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG;KAAG,CAAC,IAAI,MAAM,OAAO,WAAW,GAAG,MAAM;CAAE,CAAC;AAEtE,eAAO,MAAM,UAAU,EAAE,WAoFxB,CAAC;AAEF,8CAA8C;AAC9C,eAAO,MAAM,cAAc,iCAAkC,CAAC"}
@@ -0,0 +1,15 @@
1
+ export { lightColors, darkColors, avatarGradient } from './colors';
2
+ export type { ColorTokens } from './colors';
3
+ export { warmOrangePalette } from './palettes';
4
+ export { lightShadow, darkShadow } from './shadow';
5
+ export type { ShadowTokens } from './shadow';
6
+ export { ThemeProvider, ThemeContext } from './ThemeProvider';
7
+ export type { ColorScheme, ThemeContextValue } from './ThemeProvider';
8
+ export { useTheme, useColors, useShadow } from './useTheme';
9
+ export { useThemedStyles } from './useThemedStyles';
10
+ export type { StylesMaker } from './useThemedStyles';
11
+ export { fontMono, type, fw, space, radius, avatar, icon, control, dim, fixed, motion, } from './tokens';
12
+ export { blur } from './blur';
13
+ export type { BlurIntensity } from './blur';
14
+ export { r, rf } from './scale';
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/theme/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AACnE,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAE/C,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACnD,YAAY,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC9D,YAAY,EAAE,WAAW,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEtE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,OAAO,EACL,QAAQ,EACR,IAAI,EACJ,EAAE,EACF,KAAK,EACL,MAAM,EACN,MAAM,EACN,IAAI,EACJ,OAAO,EACP,GAAG,EACH,KAAK,EACL,MAAM,GACP,MAAM,UAAU,CAAC;AAElB,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;AAE5C,OAAO,EAAE,CAAC,EAAE,EAAE,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,23 @@
1
+ /** Theme palettes —— 不属于 role-based ColorTokens 的"设计调色板序列"。
2
+ *
3
+ * ColorTokens(`c.primary / c.foreground / ...`)给单一 role 命名,
4
+ * 亮暗各一个 hex。某些设计需要"渐变序列"或"亮暗两套相关色组",硬塞 4 个
5
+ * role 进 ColorTokens 语义模糊,改放这里。
6
+ *
7
+ * 用法:
8
+ * ```ts
9
+ * import { useTheme, warmOrangePalette } from './';
10
+ * const { scheme } = useTheme();
11
+ * const stops = scheme === 'dark' ? warmOrangePalette.dark : warmOrangePalette.light;
12
+ * ```
13
+ *
14
+ * 新增 palette 在这里加一项 + theme/index.ts 同步 export。
15
+ */
16
+ /** 全屏沉浸暖橙 4 stop 渐变 —— ScreenBackdrop preset="warmOrange"。
17
+ * - light:4 stop 暖橙序列(QR / 名片 / Splash 屏沉浸亮色背景)
18
+ * - dark:深暖橙到黑(暗 theme 切换后仍保留橙色"温度感",底部收到 background) */
19
+ export declare const warmOrangePalette: {
20
+ readonly light: readonly ["#FFE3C8", "#FFEED7", "#FFE6CA", "#FBD9B6"];
21
+ readonly dark: readonly ["#1F1208", "#170D05", "#110903", "#0A0A0A"];
22
+ };
23
+ //# sourceMappingURL=palettes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"palettes.d.ts","sourceRoot":"","sources":["../../../../src/theme/palettes.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH;;0DAE0D;AAC1D,eAAO,MAAM,iBAAiB;;;CAGpB,CAAC"}
@@ -0,0 +1,6 @@
1
+ /** 尺寸缩放。返回值经 `PixelRatio.roundToNearestPixel` 对齐设备像素栅格,
2
+ * 避免 0.5px 渲染瑕疵(@3x 屏 hairline 尤其明显)。 */
3
+ export declare const r: (n: number) => number;
4
+ /** 字号 moderate 缩放。不做像素对齐 —— 字号小数点对排版有意义。 */
5
+ export declare const rf: (n: number) => number;
6
+ //# sourceMappingURL=scale.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scale.d.ts","sourceRoot":"","sources":["../../../../src/theme/scale.ts"],"names":[],"mappings":"AAiBA;0CAC0C;AAC1C,eAAO,MAAM,CAAC,GAAI,GAAG,MAAM,KAAG,MACa,CAAC;AAE5C,4CAA4C;AAC5C,eAAO,MAAM,EAAE,GAAI,GAAG,MAAM,KAAG,MAA2C,CAAC"}
@@ -0,0 +1,149 @@
1
+ export declare const lightShadow: {
2
+ /** 轻提示浮起 —— Segmented active 段 */
3
+ readonly subtle: {
4
+ readonly shadowColor: "#000";
5
+ readonly shadowOffset: {
6
+ readonly width: 0;
7
+ readonly height: 1;
8
+ };
9
+ readonly shadowOpacity: 0.06;
10
+ readonly shadowRadius: 2;
11
+ readonly elevation: 1;
12
+ };
13
+ /** 标准卡片下沉 —— Card 默认 variant */
14
+ readonly card: {
15
+ readonly shadowColor: "#000";
16
+ readonly shadowOffset: {
17
+ readonly width: 0;
18
+ readonly height: 1;
19
+ };
20
+ readonly shadowOpacity: 0.08;
21
+ readonly shadowRadius: 4;
22
+ readonly elevation: 2;
23
+ };
24
+ /** 中性浮岛 —— TabBar 玻璃胶囊等贴底浮起,大半径柔散。 */
25
+ readonly floating: {
26
+ readonly shadowColor: "#000";
27
+ readonly shadowOffset: {
28
+ readonly width: 0;
29
+ readonly height: 16;
30
+ };
31
+ readonly shadowOpacity: 0.1;
32
+ readonly shadowRadius: 40;
33
+ readonly elevation: 12;
34
+ };
35
+ /** 品牌光晕 - sm —— 品牌橙浮起轻量档。 */
36
+ readonly brandSm: {
37
+ readonly shadowColor: "#EB6E00";
38
+ readonly shadowOffset: {
39
+ readonly width: 0;
40
+ readonly height: 6;
41
+ };
42
+ readonly shadowOpacity: 0.08;
43
+ readonly shadowRadius: 18;
44
+ readonly elevation: 3;
45
+ };
46
+ /** GlassStats 数据条专用 shadow。
47
+ * 顶部 `1px inset` 高光由 GlassStats topHighlight View 节点画,不进 shadow。 */
48
+ readonly glassBar: {
49
+ readonly shadowColor: "#EB6E00";
50
+ readonly shadowOffset: {
51
+ readonly width: 0;
52
+ readonly height: 6;
53
+ };
54
+ readonly shadowOpacity: 0.08;
55
+ readonly shadowRadius: 18;
56
+ readonly elevation: 3;
57
+ };
58
+ /** 品牌光晕 - md —— 主按钮 / Avatar ring 中等强调 */
59
+ readonly brandMd: {
60
+ readonly shadowColor: "#EB6E00";
61
+ readonly shadowOffset: {
62
+ readonly width: 0;
63
+ readonly height: 12;
64
+ };
65
+ readonly shadowOpacity: 0.26;
66
+ readonly shadowRadius: 24;
67
+ readonly elevation: 12;
68
+ };
69
+ /** 品牌光晕 - lg —— Login Logo halo。 */
70
+ readonly brandLg: {
71
+ readonly shadowColor: "#EB6E00";
72
+ readonly shadowOffset: {
73
+ readonly width: 0;
74
+ readonly height: 16;
75
+ };
76
+ readonly shadowOpacity: 0.22;
77
+ readonly shadowRadius: 36;
78
+ readonly elevation: 12;
79
+ };
80
+ /** 品牌光晕 - xl —— Splash Logo 启动屏最重浮起。 */
81
+ readonly brandXl: {
82
+ readonly shadowColor: "#EB6E00";
83
+ readonly shadowOffset: {
84
+ readonly width: 0;
85
+ readonly height: 20;
86
+ };
87
+ readonly shadowOpacity: 0.2;
88
+ readonly shadowRadius: 50;
89
+ readonly elevation: 12;
90
+ };
91
+ /** About icon halo —— 在 brandLg(Login Logo)和 brandXl(Splash)之间。 */
92
+ readonly brandAbout: {
93
+ readonly shadowColor: "#EB6E00";
94
+ readonly shadowOffset: {
95
+ readonly width: 0;
96
+ readonly height: 18;
97
+ };
98
+ readonly shadowOpacity: 0.28;
99
+ readonly shadowRadius: 40;
100
+ readonly elevation: 12;
101
+ };
102
+ /** AssistantCard 42×42 icon tile shadow —— 比 brandSm 重一档,给 hero 区品牌入口加视觉权重。 */
103
+ readonly brandAssistant: {
104
+ readonly shadowColor: "#EB6E00";
105
+ readonly shadowOffset: {
106
+ readonly width: 0;
107
+ readonly height: 8;
108
+ };
109
+ readonly shadowOpacity: 0.3;
110
+ readonly shadowRadius: 18;
111
+ readonly elevation: 12;
112
+ };
113
+ /** Avatar 品牌橙光晕。
114
+ * 数值不用 r() 缩放(shadow 不跟屏宽等比)。 */
115
+ readonly brandAvatar: {
116
+ readonly shadowColor: "#EB6E00";
117
+ readonly shadowOffset: {
118
+ readonly width: 0;
119
+ readonly height: 10;
120
+ };
121
+ readonly shadowOpacity: 0.28;
122
+ readonly shadowRadius: 24;
123
+ readonly elevation: 12;
124
+ };
125
+ readonly none: {
126
+ readonly shadowColor: "transparent";
127
+ readonly shadowOffset: {
128
+ readonly width: 0;
129
+ readonly height: 0;
130
+ };
131
+ readonly shadowOpacity: 0;
132
+ readonly shadowRadius: 0;
133
+ readonly elevation: 0;
134
+ };
135
+ };
136
+ export type ShadowTokens = {
137
+ [K in keyof typeof lightShadow]: {
138
+ shadowColor: string;
139
+ shadowOffset: {
140
+ width: number;
141
+ height: number;
142
+ };
143
+ shadowOpacity: number;
144
+ shadowRadius: number;
145
+ elevation: number;
146
+ };
147
+ };
148
+ export declare const darkShadow: ShadowTokens;
149
+ //# sourceMappingURL=shadow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shadow.d.ts","sourceRoot":"","sources":["../../../../src/theme/shadow.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,WAAW;IACtB,kCAAkC;;;;;;;;;;;IAQlC,gCAAgC;;;;;;;;;;;IAQhC,sCAAsC;;;;;;;;;;;IAQtC,6BAA6B;;;;;;;;;;;IAQ7B;yEACqE;;;;;;;;;;;IAQrE,0CAA0C;;;;;;;;;;;IAQ1C,oCAAoC;;;;;;;;;;;IAQpC,wCAAwC;;;;;;;;;;;IAQxC,mEAAmE;;;;;;;;;;;IAQnE,+EAA+E;;;;;;;;;;;IAQ/E;sCACkC;;;;;;;;;;;;;;;;;;;;;CAe1B,CAAC;AAEX,MAAM,MAAM,YAAY,GAAG;KACxB,CAAC,IAAI,MAAM,OAAO,WAAW,GAAG;QAC/B,WAAW,EAAE,MAAM,CAAC;QACpB,YAAY,EAAE;YAAE,KAAK,EAAE,MAAM,CAAC;YAAC,MAAM,EAAE,MAAM,CAAA;SAAE,CAAC;QAChD,aAAa,EAAE,MAAM,CAAC;QACtB,YAAY,EAAE,MAAM,CAAC;QACrB,SAAS,EAAE,MAAM,CAAC;KACnB;CACF,CAAC;AAUF,eAAO,MAAM,UAAU,EAAE,YAqCxB,CAAC"}