everkit-ui 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 (703) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +99 -0
  3. package/dist/commonjs/components/ActionSheet.js +67 -0
  4. package/dist/commonjs/components/ActionSheet.js.map +1 -0
  5. package/dist/commonjs/components/AnimatedEllipsis.js +92 -0
  6. package/dist/commonjs/components/AnimatedEllipsis.js.map +1 -0
  7. package/dist/commonjs/components/AnimatedPressable.js +63 -0
  8. package/dist/commonjs/components/AnimatedPressable.js.map +1 -0
  9. package/dist/commonjs/components/AppErrorBoundary.js +94 -0
  10. package/dist/commonjs/components/AppErrorBoundary.js.map +1 -0
  11. package/dist/commonjs/components/AppImage.js +83 -0
  12. package/dist/commonjs/components/AppImage.js.map +1 -0
  13. package/dist/commonjs/components/AuthFormScreen.js +96 -0
  14. package/dist/commonjs/components/AuthFormScreen.js.map +1 -0
  15. package/dist/commonjs/components/Avatar.js +155 -0
  16. package/dist/commonjs/components/Avatar.js.map +1 -0
  17. package/dist/commonjs/components/BotChatBubble.js +129 -0
  18. package/dist/commonjs/components/BotChatBubble.js.map +1 -0
  19. package/dist/commonjs/components/BottomActionSheet.js +90 -0
  20. package/dist/commonjs/components/BottomActionSheet.js.map +1 -0
  21. package/dist/commonjs/components/Button.js +163 -0
  22. package/dist/commonjs/components/Button.js.map +1 -0
  23. package/dist/commonjs/components/Card.js +104 -0
  24. package/dist/commonjs/components/Card.js.map +1 -0
  25. package/dist/commonjs/components/Carousel.js +59 -0
  26. package/dist/commonjs/components/Carousel.js.map +1 -0
  27. package/dist/commonjs/components/ChatInputBar.js +105 -0
  28. package/dist/commonjs/components/ChatInputBar.js.map +1 -0
  29. package/dist/commonjs/components/ChatScreen.js +203 -0
  30. package/dist/commonjs/components/ChatScreen.js.map +1 -0
  31. package/dist/commonjs/components/Chip.js +68 -0
  32. package/dist/commonjs/components/Chip.js.map +1 -0
  33. package/dist/commonjs/components/ChipSelector.js +126 -0
  34. package/dist/commonjs/components/ChipSelector.js.map +1 -0
  35. package/dist/commonjs/components/CircularProgress.js +128 -0
  36. package/dist/commonjs/components/CircularProgress.js.map +1 -0
  37. package/dist/commonjs/components/ConfirmDialog.js +139 -0
  38. package/dist/commonjs/components/ConfirmDialog.js.map +1 -0
  39. package/dist/commonjs/components/DateField.js +144 -0
  40. package/dist/commonjs/components/DateField.js.map +1 -0
  41. package/dist/commonjs/components/DetailHeader.js +32 -0
  42. package/dist/commonjs/components/DetailHeader.js.map +1 -0
  43. package/dist/commonjs/components/DetailScreen.js +88 -0
  44. package/dist/commonjs/components/DetailScreen.js.map +1 -0
  45. package/dist/commonjs/components/EmptyState.js +128 -0
  46. package/dist/commonjs/components/EmptyState.js.map +1 -0
  47. package/dist/commonjs/components/ErrorBoundary.js +87 -0
  48. package/dist/commonjs/components/ErrorBoundary.js.map +1 -0
  49. package/dist/commonjs/components/ErrorState.js +77 -0
  50. package/dist/commonjs/components/ErrorState.js.map +1 -0
  51. package/dist/commonjs/components/Fab.js +73 -0
  52. package/dist/commonjs/components/Fab.js.map +1 -0
  53. package/dist/commonjs/components/FabMenu.js +199 -0
  54. package/dist/commonjs/components/FabMenu.js.map +1 -0
  55. package/dist/commonjs/components/FavoriteButton.js +47 -0
  56. package/dist/commonjs/components/FavoriteButton.js.map +1 -0
  57. package/dist/commonjs/components/FollowStatsRow.js +84 -0
  58. package/dist/commonjs/components/FollowStatsRow.js.map +1 -0
  59. package/dist/commonjs/components/FormScreen.js +102 -0
  60. package/dist/commonjs/components/FormScreen.js.map +1 -0
  61. package/dist/commonjs/components/FormattedText.js +58 -0
  62. package/dist/commonjs/components/FormattedText.js.map +1 -0
  63. package/dist/commonjs/components/GoogleGlyph.js +44 -0
  64. package/dist/commonjs/components/GoogleGlyph.js.map +1 -0
  65. package/dist/commonjs/components/Gradient.js +59 -0
  66. package/dist/commonjs/components/Gradient.js.map +1 -0
  67. package/dist/commonjs/components/HeroStatsRow.js +46 -0
  68. package/dist/commonjs/components/HeroStatsRow.js.map +1 -0
  69. package/dist/commonjs/components/Input.js +163 -0
  70. package/dist/commonjs/components/Input.js.map +1 -0
  71. package/dist/commonjs/components/KeyboardAware.js +41 -0
  72. package/dist/commonjs/components/KeyboardAware.js.map +1 -0
  73. package/dist/commonjs/components/KeyboardScrollView.js +150 -0
  74. package/dist/commonjs/components/KeyboardScrollView.js.map +1 -0
  75. package/dist/commonjs/components/LegalBulletList.js +55 -0
  76. package/dist/commonjs/components/LegalBulletList.js.map +1 -0
  77. package/dist/commonjs/components/LegalSection.js +87 -0
  78. package/dist/commonjs/components/LegalSection.js.map +1 -0
  79. package/dist/commonjs/components/LikeButton.js +103 -0
  80. package/dist/commonjs/components/LikeButton.js.map +1 -0
  81. package/dist/commonjs/components/LoadingScreen.js +38 -0
  82. package/dist/commonjs/components/LoadingScreen.js.map +1 -0
  83. package/dist/commonjs/components/NotesCard.js +48 -0
  84. package/dist/commonjs/components/NotesCard.js.map +1 -0
  85. package/dist/commonjs/components/OnboardingSlide.js +73 -0
  86. package/dist/commonjs/components/OnboardingSlide.js.map +1 -0
  87. package/dist/commonjs/components/PhotoPicker.js +133 -0
  88. package/dist/commonjs/components/PhotoPicker.js.map +1 -0
  89. package/dist/commonjs/components/PhotoStrip.js +66 -0
  90. package/dist/commonjs/components/PhotoStrip.js.map +1 -0
  91. package/dist/commonjs/components/PhotoViewer.js +124 -0
  92. package/dist/commonjs/components/PhotoViewer.js.map +1 -0
  93. package/dist/commonjs/components/ProgressBar.js +108 -0
  94. package/dist/commonjs/components/ProgressBar.js.map +1 -0
  95. package/dist/commonjs/components/ScreenGradient.js +68 -0
  96. package/dist/commonjs/components/ScreenGradient.js.map +1 -0
  97. package/dist/commonjs/components/ScreenHeader.js +98 -0
  98. package/dist/commonjs/components/ScreenHeader.js.map +1 -0
  99. package/dist/commonjs/components/SearchInput.js +122 -0
  100. package/dist/commonjs/components/SearchInput.js.map +1 -0
  101. package/dist/commonjs/components/SelectionSheet.js +243 -0
  102. package/dist/commonjs/components/SelectionSheet.js.map +1 -0
  103. package/dist/commonjs/components/SettingsRow.js +125 -0
  104. package/dist/commonjs/components/SettingsRow.js.map +1 -0
  105. package/dist/commonjs/components/SettingsSection.js +45 -0
  106. package/dist/commonjs/components/SettingsSection.js.map +1 -0
  107. package/dist/commonjs/components/Skeleton.js +131 -0
  108. package/dist/commonjs/components/Skeleton.js.map +1 -0
  109. package/dist/commonjs/components/Spinner.js +41 -0
  110. package/dist/commonjs/components/Spinner.js.map +1 -0
  111. package/dist/commonjs/components/StarRating.js +87 -0
  112. package/dist/commonjs/components/StarRating.js.map +1 -0
  113. package/dist/commonjs/components/StatTile.js +63 -0
  114. package/dist/commonjs/components/StatTile.js.map +1 -0
  115. package/dist/commonjs/components/StepDots.js +121 -0
  116. package/dist/commonjs/components/StepDots.js.map +1 -0
  117. package/dist/commonjs/components/StickyBottomBar.js +44 -0
  118. package/dist/commonjs/components/StickyBottomBar.js.map +1 -0
  119. package/dist/commonjs/components/TabPillGroup.js +88 -0
  120. package/dist/commonjs/components/TabPillGroup.js.map +1 -0
  121. package/dist/commonjs/components/Text.js +175 -0
  122. package/dist/commonjs/components/Text.js.map +1 -0
  123. package/dist/commonjs/components/Toast.js +162 -0
  124. package/dist/commonjs/components/Toast.js.map +1 -0
  125. package/dist/commonjs/components/ToggleRow.js +121 -0
  126. package/dist/commonjs/components/ToggleRow.js.map +1 -0
  127. package/dist/commonjs/components/TypingIndicator.js +96 -0
  128. package/dist/commonjs/components/TypingIndicator.js.map +1 -0
  129. package/dist/commonjs/components/UserChatBubble.js +68 -0
  130. package/dist/commonjs/components/UserChatBubble.js.map +1 -0
  131. package/dist/commonjs/index.js +506 -0
  132. package/dist/commonjs/index.js.map +1 -0
  133. package/dist/commonjs/internal/appImageProps.js +44 -0
  134. package/dist/commonjs/internal/appImageProps.js.map +1 -0
  135. package/dist/commonjs/internal/avatarFallback.js +103 -0
  136. package/dist/commonjs/internal/avatarFallback.js.map +1 -0
  137. package/dist/commonjs/internal/chipStyle.js +89 -0
  138. package/dist/commonjs/internal/chipStyle.js.map +1 -0
  139. package/dist/commonjs/internal/detailScreenState.js +31 -0
  140. package/dist/commonjs/internal/detailScreenState.js.map +1 -0
  141. package/dist/commonjs/internal/haptics.js +50 -0
  142. package/dist/commonjs/internal/haptics.js.map +1 -0
  143. package/dist/commonjs/internal/hexToRgba.js +28 -0
  144. package/dist/commonjs/internal/hexToRgba.js.map +1 -0
  145. package/dist/commonjs/internal/inputStyle.js +52 -0
  146. package/dist/commonjs/internal/inputStyle.js.map +1 -0
  147. package/dist/commonjs/internal/keyboardAwareProps.js +38 -0
  148. package/dist/commonjs/internal/keyboardAwareProps.js.map +1 -0
  149. package/dist/commonjs/internal/keyboardScrollViewProps.js +66 -0
  150. package/dist/commonjs/internal/keyboardScrollViewProps.js.map +1 -0
  151. package/dist/commonjs/internal/overlay.js +36 -0
  152. package/dist/commonjs/internal/overlay.js.map +1 -0
  153. package/dist/commonjs/internal/parseInlineMarkdown.js +118 -0
  154. package/dist/commonjs/internal/parseInlineMarkdown.js.map +1 -0
  155. package/dist/commonjs/internal/refCounter.js +33 -0
  156. package/dist/commonjs/internal/refCounter.js.map +1 -0
  157. package/dist/commonjs/internal/resolveGradient.js +86 -0
  158. package/dist/commonjs/internal/resolveGradient.js.map +1 -0
  159. package/dist/commonjs/internal/spinnerProps.js +41 -0
  160. package/dist/commonjs/internal/spinnerProps.js.map +1 -0
  161. package/dist/commonjs/internal/springs.js +44 -0
  162. package/dist/commonjs/internal/springs.js.map +1 -0
  163. package/dist/commonjs/internal/stickyBottomBarStyle.js +51 -0
  164. package/dist/commonjs/internal/stickyBottomBarStyle.js.map +1 -0
  165. package/dist/commonjs/package.json +1 -0
  166. package/dist/commonjs/preset.js +44 -0
  167. package/dist/commonjs/preset.js.map +1 -0
  168. package/dist/commonjs/theme/ThemeProvider.js +59 -0
  169. package/dist/commonjs/theme/ThemeProvider.js.map +1 -0
  170. package/dist/commonjs/theme/geometry.js +95 -0
  171. package/dist/commonjs/theme/geometry.js.map +1 -0
  172. package/dist/commonjs/theme/index.js +44 -0
  173. package/dist/commonjs/theme/index.js.map +1 -0
  174. package/dist/commonjs/theme/scale.js +45 -0
  175. package/dist/commonjs/theme/scale.js.map +1 -0
  176. package/dist/commonjs/theme/types.js +6 -0
  177. package/dist/commonjs/theme/types.js.map +1 -0
  178. package/dist/module/components/ActionSheet.js +63 -0
  179. package/dist/module/components/ActionSheet.js.map +1 -0
  180. package/dist/module/components/AnimatedEllipsis.js +87 -0
  181. package/dist/module/components/AnimatedEllipsis.js.map +1 -0
  182. package/dist/module/components/AnimatedPressable.js +58 -0
  183. package/dist/module/components/AnimatedPressable.js.map +1 -0
  184. package/dist/module/components/AppErrorBoundary.js +88 -0
  185. package/dist/module/components/AppErrorBoundary.js.map +1 -0
  186. package/dist/module/components/AppImage.js +80 -0
  187. package/dist/module/components/AppImage.js.map +1 -0
  188. package/dist/module/components/AuthFormScreen.js +92 -0
  189. package/dist/module/components/AuthFormScreen.js.map +1 -0
  190. package/dist/module/components/Avatar.js +151 -0
  191. package/dist/module/components/Avatar.js.map +1 -0
  192. package/dist/module/components/BotChatBubble.js +124 -0
  193. package/dist/module/components/BotChatBubble.js.map +1 -0
  194. package/dist/module/components/BottomActionSheet.js +86 -0
  195. package/dist/module/components/BottomActionSheet.js.map +1 -0
  196. package/dist/module/components/Button.js +158 -0
  197. package/dist/module/components/Button.js.map +1 -0
  198. package/dist/module/components/Card.js +98 -0
  199. package/dist/module/components/Card.js.map +1 -0
  200. package/dist/module/components/Carousel.js +55 -0
  201. package/dist/module/components/Carousel.js.map +1 -0
  202. package/dist/module/components/ChatInputBar.js +101 -0
  203. package/dist/module/components/ChatInputBar.js.map +1 -0
  204. package/dist/module/components/ChatScreen.js +198 -0
  205. package/dist/module/components/ChatScreen.js.map +1 -0
  206. package/dist/module/components/Chip.js +63 -0
  207. package/dist/module/components/Chip.js.map +1 -0
  208. package/dist/module/components/ChipSelector.js +122 -0
  209. package/dist/module/components/ChipSelector.js.map +1 -0
  210. package/dist/module/components/CircularProgress.js +123 -0
  211. package/dist/module/components/CircularProgress.js.map +1 -0
  212. package/dist/module/components/ConfirmDialog.js +135 -0
  213. package/dist/module/components/ConfirmDialog.js.map +1 -0
  214. package/dist/module/components/DateField.js +141 -0
  215. package/dist/module/components/DateField.js.map +1 -0
  216. package/dist/module/components/DetailHeader.js +28 -0
  217. package/dist/module/components/DetailHeader.js.map +1 -0
  218. package/dist/module/components/DetailScreen.js +84 -0
  219. package/dist/module/components/DetailScreen.js.map +1 -0
  220. package/dist/module/components/EmptyState.js +125 -0
  221. package/dist/module/components/EmptyState.js.map +1 -0
  222. package/dist/module/components/ErrorBoundary.js +81 -0
  223. package/dist/module/components/ErrorBoundary.js.map +1 -0
  224. package/dist/module/components/ErrorState.js +73 -0
  225. package/dist/module/components/ErrorState.js.map +1 -0
  226. package/dist/module/components/Fab.js +68 -0
  227. package/dist/module/components/Fab.js.map +1 -0
  228. package/dist/module/components/FabMenu.js +194 -0
  229. package/dist/module/components/FabMenu.js.map +1 -0
  230. package/dist/module/components/FavoriteButton.js +42 -0
  231. package/dist/module/components/FavoriteButton.js.map +1 -0
  232. package/dist/module/components/FollowStatsRow.js +80 -0
  233. package/dist/module/components/FollowStatsRow.js.map +1 -0
  234. package/dist/module/components/FormScreen.js +98 -0
  235. package/dist/module/components/FormScreen.js.map +1 -0
  236. package/dist/module/components/FormattedText.js +54 -0
  237. package/dist/module/components/FormattedText.js.map +1 -0
  238. package/dist/module/components/GoogleGlyph.js +39 -0
  239. package/dist/module/components/GoogleGlyph.js.map +1 -0
  240. package/dist/module/components/Gradient.js +55 -0
  241. package/dist/module/components/Gradient.js.map +1 -0
  242. package/dist/module/components/HeroStatsRow.js +42 -0
  243. package/dist/module/components/HeroStatsRow.js.map +1 -0
  244. package/dist/module/components/Input.js +159 -0
  245. package/dist/module/components/Input.js.map +1 -0
  246. package/dist/module/components/KeyboardAware.js +37 -0
  247. package/dist/module/components/KeyboardAware.js.map +1 -0
  248. package/dist/module/components/KeyboardScrollView.js +146 -0
  249. package/dist/module/components/KeyboardScrollView.js.map +1 -0
  250. package/dist/module/components/LegalBulletList.js +51 -0
  251. package/dist/module/components/LegalBulletList.js.map +1 -0
  252. package/dist/module/components/LegalSection.js +83 -0
  253. package/dist/module/components/LegalSection.js.map +1 -0
  254. package/dist/module/components/LikeButton.js +100 -0
  255. package/dist/module/components/LikeButton.js.map +1 -0
  256. package/dist/module/components/LoadingScreen.js +34 -0
  257. package/dist/module/components/LoadingScreen.js.map +1 -0
  258. package/dist/module/components/NotesCard.js +44 -0
  259. package/dist/module/components/NotesCard.js.map +1 -0
  260. package/dist/module/components/OnboardingSlide.js +69 -0
  261. package/dist/module/components/OnboardingSlide.js.map +1 -0
  262. package/dist/module/components/PhotoPicker.js +129 -0
  263. package/dist/module/components/PhotoPicker.js.map +1 -0
  264. package/dist/module/components/PhotoStrip.js +62 -0
  265. package/dist/module/components/PhotoStrip.js.map +1 -0
  266. package/dist/module/components/PhotoViewer.js +121 -0
  267. package/dist/module/components/PhotoViewer.js.map +1 -0
  268. package/dist/module/components/ProgressBar.js +103 -0
  269. package/dist/module/components/ProgressBar.js.map +1 -0
  270. package/dist/module/components/ScreenGradient.js +64 -0
  271. package/dist/module/components/ScreenGradient.js.map +1 -0
  272. package/dist/module/components/ScreenHeader.js +94 -0
  273. package/dist/module/components/ScreenHeader.js.map +1 -0
  274. package/dist/module/components/SearchInput.js +118 -0
  275. package/dist/module/components/SearchInput.js.map +1 -0
  276. package/dist/module/components/SelectionSheet.js +239 -0
  277. package/dist/module/components/SelectionSheet.js.map +1 -0
  278. package/dist/module/components/SettingsRow.js +121 -0
  279. package/dist/module/components/SettingsRow.js.map +1 -0
  280. package/dist/module/components/SettingsSection.js +41 -0
  281. package/dist/module/components/SettingsSection.js.map +1 -0
  282. package/dist/module/components/Skeleton.js +126 -0
  283. package/dist/module/components/Skeleton.js.map +1 -0
  284. package/dist/module/components/Spinner.js +37 -0
  285. package/dist/module/components/Spinner.js.map +1 -0
  286. package/dist/module/components/StarRating.js +83 -0
  287. package/dist/module/components/StarRating.js.map +1 -0
  288. package/dist/module/components/StatTile.js +59 -0
  289. package/dist/module/components/StatTile.js.map +1 -0
  290. package/dist/module/components/StepDots.js +117 -0
  291. package/dist/module/components/StepDots.js.map +1 -0
  292. package/dist/module/components/StickyBottomBar.js +40 -0
  293. package/dist/module/components/StickyBottomBar.js.map +1 -0
  294. package/dist/module/components/TabPillGroup.js +84 -0
  295. package/dist/module/components/TabPillGroup.js.map +1 -0
  296. package/dist/module/components/Text.js +171 -0
  297. package/dist/module/components/Text.js.map +1 -0
  298. package/dist/module/components/Toast.js +157 -0
  299. package/dist/module/components/Toast.js.map +1 -0
  300. package/dist/module/components/ToggleRow.js +117 -0
  301. package/dist/module/components/ToggleRow.js.map +1 -0
  302. package/dist/module/components/TypingIndicator.js +91 -0
  303. package/dist/module/components/TypingIndicator.js.map +1 -0
  304. package/dist/module/components/UserChatBubble.js +63 -0
  305. package/dist/module/components/UserChatBubble.js.map +1 -0
  306. package/dist/module/index.js +112 -0
  307. package/dist/module/index.js.map +1 -0
  308. package/dist/module/internal/appImageProps.js +40 -0
  309. package/dist/module/internal/appImageProps.js.map +1 -0
  310. package/dist/module/internal/avatarFallback.js +97 -0
  311. package/dist/module/internal/avatarFallback.js.map +1 -0
  312. package/dist/module/internal/chipStyle.js +84 -0
  313. package/dist/module/internal/chipStyle.js.map +1 -0
  314. package/dist/module/internal/detailScreenState.js +27 -0
  315. package/dist/module/internal/detailScreenState.js.map +1 -0
  316. package/dist/module/internal/haptics.js +46 -0
  317. package/dist/module/internal/haptics.js.map +1 -0
  318. package/dist/module/internal/hexToRgba.js +24 -0
  319. package/dist/module/internal/hexToRgba.js.map +1 -0
  320. package/dist/module/internal/inputStyle.js +48 -0
  321. package/dist/module/internal/inputStyle.js.map +1 -0
  322. package/dist/module/internal/keyboardAwareProps.js +34 -0
  323. package/dist/module/internal/keyboardAwareProps.js.map +1 -0
  324. package/dist/module/internal/keyboardScrollViewProps.js +60 -0
  325. package/dist/module/internal/keyboardScrollViewProps.js.map +1 -0
  326. package/dist/module/internal/overlay.js +32 -0
  327. package/dist/module/internal/overlay.js.map +1 -0
  328. package/dist/module/internal/parseInlineMarkdown.js +114 -0
  329. package/dist/module/internal/parseInlineMarkdown.js.map +1 -0
  330. package/dist/module/internal/refCounter.js +29 -0
  331. package/dist/module/internal/refCounter.js.map +1 -0
  332. package/dist/module/internal/resolveGradient.js +82 -0
  333. package/dist/module/internal/resolveGradient.js.map +1 -0
  334. package/dist/module/internal/spinnerProps.js +37 -0
  335. package/dist/module/internal/spinnerProps.js.map +1 -0
  336. package/dist/module/internal/springs.js +40 -0
  337. package/dist/module/internal/springs.js.map +1 -0
  338. package/dist/module/internal/stickyBottomBarStyle.js +47 -0
  339. package/dist/module/internal/stickyBottomBarStyle.js.map +1 -0
  340. package/dist/module/package.json +1 -0
  341. package/dist/module/preset.js +44 -0
  342. package/dist/module/preset.js.map +1 -0
  343. package/dist/module/theme/ThemeProvider.js +51 -0
  344. package/dist/module/theme/ThemeProvider.js.map +1 -0
  345. package/dist/module/theme/geometry.js +91 -0
  346. package/dist/module/theme/geometry.js.map +1 -0
  347. package/dist/module/theme/index.js +5 -0
  348. package/dist/module/theme/index.js.map +1 -0
  349. package/dist/module/theme/scale.js +41 -0
  350. package/dist/module/theme/scale.js.map +1 -0
  351. package/dist/module/theme/types.js +4 -0
  352. package/dist/module/theme/types.js.map +1 -0
  353. package/dist/typescript/commonjs/package.json +1 -0
  354. package/dist/typescript/commonjs/src/components/ActionSheet.d.ts +29 -0
  355. package/dist/typescript/commonjs/src/components/ActionSheet.d.ts.map +1 -0
  356. package/dist/typescript/commonjs/src/components/AnimatedEllipsis.d.ts +22 -0
  357. package/dist/typescript/commonjs/src/components/AnimatedEllipsis.d.ts.map +1 -0
  358. package/dist/typescript/commonjs/src/components/AnimatedPressable.d.ts +34 -0
  359. package/dist/typescript/commonjs/src/components/AnimatedPressable.d.ts.map +1 -0
  360. package/dist/typescript/commonjs/src/components/AppErrorBoundary.d.ts +42 -0
  361. package/dist/typescript/commonjs/src/components/AppErrorBoundary.d.ts.map +1 -0
  362. package/dist/typescript/commonjs/src/components/AppImage.d.ts +38 -0
  363. package/dist/typescript/commonjs/src/components/AppImage.d.ts.map +1 -0
  364. package/dist/typescript/commonjs/src/components/AuthFormScreen.d.ts +46 -0
  365. package/dist/typescript/commonjs/src/components/AuthFormScreen.d.ts.map +1 -0
  366. package/dist/typescript/commonjs/src/components/Avatar.d.ts +64 -0
  367. package/dist/typescript/commonjs/src/components/Avatar.d.ts.map +1 -0
  368. package/dist/typescript/commonjs/src/components/BotChatBubble.d.ts +42 -0
  369. package/dist/typescript/commonjs/src/components/BotChatBubble.d.ts.map +1 -0
  370. package/dist/typescript/commonjs/src/components/BottomActionSheet.d.ts +45 -0
  371. package/dist/typescript/commonjs/src/components/BottomActionSheet.d.ts.map +1 -0
  372. package/dist/typescript/commonjs/src/components/Button.d.ts +31 -0
  373. package/dist/typescript/commonjs/src/components/Button.d.ts.map +1 -0
  374. package/dist/typescript/commonjs/src/components/Card.d.ts +49 -0
  375. package/dist/typescript/commonjs/src/components/Card.d.ts.map +1 -0
  376. package/dist/typescript/commonjs/src/components/Carousel.d.ts +45 -0
  377. package/dist/typescript/commonjs/src/components/Carousel.d.ts.map +1 -0
  378. package/dist/typescript/commonjs/src/components/ChatInputBar.d.ts +28 -0
  379. package/dist/typescript/commonjs/src/components/ChatInputBar.d.ts.map +1 -0
  380. package/dist/typescript/commonjs/src/components/ChatScreen.d.ts +79 -0
  381. package/dist/typescript/commonjs/src/components/ChatScreen.d.ts.map +1 -0
  382. package/dist/typescript/commonjs/src/components/Chip.d.ts +36 -0
  383. package/dist/typescript/commonjs/src/components/Chip.d.ts.map +1 -0
  384. package/dist/typescript/commonjs/src/components/ChipSelector.d.ts +51 -0
  385. package/dist/typescript/commonjs/src/components/ChipSelector.d.ts.map +1 -0
  386. package/dist/typescript/commonjs/src/components/CircularProgress.d.ts +47 -0
  387. package/dist/typescript/commonjs/src/components/CircularProgress.d.ts.map +1 -0
  388. package/dist/typescript/commonjs/src/components/ConfirmDialog.d.ts +50 -0
  389. package/dist/typescript/commonjs/src/components/ConfirmDialog.d.ts.map +1 -0
  390. package/dist/typescript/commonjs/src/components/DateField.d.ts +26 -0
  391. package/dist/typescript/commonjs/src/components/DateField.d.ts.map +1 -0
  392. package/dist/typescript/commonjs/src/components/DetailHeader.d.ts +28 -0
  393. package/dist/typescript/commonjs/src/components/DetailHeader.d.ts.map +1 -0
  394. package/dist/typescript/commonjs/src/components/DetailScreen.d.ts +55 -0
  395. package/dist/typescript/commonjs/src/components/DetailScreen.d.ts.map +1 -0
  396. package/dist/typescript/commonjs/src/components/EmptyState.d.ts +33 -0
  397. package/dist/typescript/commonjs/src/components/EmptyState.d.ts.map +1 -0
  398. package/dist/typescript/commonjs/src/components/ErrorBoundary.d.ts +36 -0
  399. package/dist/typescript/commonjs/src/components/ErrorBoundary.d.ts.map +1 -0
  400. package/dist/typescript/commonjs/src/components/ErrorState.d.ts +23 -0
  401. package/dist/typescript/commonjs/src/components/ErrorState.d.ts.map +1 -0
  402. package/dist/typescript/commonjs/src/components/Fab.d.ts +32 -0
  403. package/dist/typescript/commonjs/src/components/Fab.d.ts.map +1 -0
  404. package/dist/typescript/commonjs/src/components/FabMenu.d.ts +48 -0
  405. package/dist/typescript/commonjs/src/components/FabMenu.d.ts.map +1 -0
  406. package/dist/typescript/commonjs/src/components/FavoriteButton.d.ts +27 -0
  407. package/dist/typescript/commonjs/src/components/FavoriteButton.d.ts.map +1 -0
  408. package/dist/typescript/commonjs/src/components/FollowStatsRow.d.ts +30 -0
  409. package/dist/typescript/commonjs/src/components/FollowStatsRow.d.ts.map +1 -0
  410. package/dist/typescript/commonjs/src/components/FormScreen.d.ts +53 -0
  411. package/dist/typescript/commonjs/src/components/FormScreen.d.ts.map +1 -0
  412. package/dist/typescript/commonjs/src/components/FormattedText.d.ts +30 -0
  413. package/dist/typescript/commonjs/src/components/FormattedText.d.ts.map +1 -0
  414. package/dist/typescript/commonjs/src/components/GoogleGlyph.d.ts +18 -0
  415. package/dist/typescript/commonjs/src/components/GoogleGlyph.d.ts.map +1 -0
  416. package/dist/typescript/commonjs/src/components/Gradient.d.ts +36 -0
  417. package/dist/typescript/commonjs/src/components/Gradient.d.ts.map +1 -0
  418. package/dist/typescript/commonjs/src/components/HeroStatsRow.d.ts +23 -0
  419. package/dist/typescript/commonjs/src/components/HeroStatsRow.d.ts.map +1 -0
  420. package/dist/typescript/commonjs/src/components/Input.d.ts +50 -0
  421. package/dist/typescript/commonjs/src/components/Input.d.ts.map +1 -0
  422. package/dist/typescript/commonjs/src/components/KeyboardAware.d.ts +27 -0
  423. package/dist/typescript/commonjs/src/components/KeyboardAware.d.ts.map +1 -0
  424. package/dist/typescript/commonjs/src/components/KeyboardScrollView.d.ts +61 -0
  425. package/dist/typescript/commonjs/src/components/KeyboardScrollView.d.ts.map +1 -0
  426. package/dist/typescript/commonjs/src/components/LegalBulletList.d.ts +24 -0
  427. package/dist/typescript/commonjs/src/components/LegalBulletList.d.ts.map +1 -0
  428. package/dist/typescript/commonjs/src/components/LegalSection.d.ts +34 -0
  429. package/dist/typescript/commonjs/src/components/LegalSection.d.ts.map +1 -0
  430. package/dist/typescript/commonjs/src/components/LikeButton.d.ts +37 -0
  431. package/dist/typescript/commonjs/src/components/LikeButton.d.ts.map +1 -0
  432. package/dist/typescript/commonjs/src/components/LoadingScreen.d.ts +17 -0
  433. package/dist/typescript/commonjs/src/components/LoadingScreen.d.ts.map +1 -0
  434. package/dist/typescript/commonjs/src/components/NotesCard.d.ts +17 -0
  435. package/dist/typescript/commonjs/src/components/NotesCard.d.ts.map +1 -0
  436. package/dist/typescript/commonjs/src/components/OnboardingSlide.d.ts +31 -0
  437. package/dist/typescript/commonjs/src/components/OnboardingSlide.d.ts.map +1 -0
  438. package/dist/typescript/commonjs/src/components/PhotoPicker.d.ts +37 -0
  439. package/dist/typescript/commonjs/src/components/PhotoPicker.d.ts.map +1 -0
  440. package/dist/typescript/commonjs/src/components/PhotoStrip.d.ts +32 -0
  441. package/dist/typescript/commonjs/src/components/PhotoStrip.d.ts.map +1 -0
  442. package/dist/typescript/commonjs/src/components/PhotoViewer.d.ts +35 -0
  443. package/dist/typescript/commonjs/src/components/PhotoViewer.d.ts.map +1 -0
  444. package/dist/typescript/commonjs/src/components/ProgressBar.d.ts +43 -0
  445. package/dist/typescript/commonjs/src/components/ProgressBar.d.ts.map +1 -0
  446. package/dist/typescript/commonjs/src/components/ScreenGradient.d.ts +25 -0
  447. package/dist/typescript/commonjs/src/components/ScreenGradient.d.ts.map +1 -0
  448. package/dist/typescript/commonjs/src/components/ScreenHeader.d.ts +48 -0
  449. package/dist/typescript/commonjs/src/components/ScreenHeader.d.ts.map +1 -0
  450. package/dist/typescript/commonjs/src/components/SearchInput.d.ts +30 -0
  451. package/dist/typescript/commonjs/src/components/SearchInput.d.ts.map +1 -0
  452. package/dist/typescript/commonjs/src/components/SelectionSheet.d.ts +54 -0
  453. package/dist/typescript/commonjs/src/components/SelectionSheet.d.ts.map +1 -0
  454. package/dist/typescript/commonjs/src/components/SettingsRow.d.ts +52 -0
  455. package/dist/typescript/commonjs/src/components/SettingsRow.d.ts.map +1 -0
  456. package/dist/typescript/commonjs/src/components/SettingsSection.d.ts +24 -0
  457. package/dist/typescript/commonjs/src/components/SettingsSection.d.ts.map +1 -0
  458. package/dist/typescript/commonjs/src/components/Skeleton.d.ts +31 -0
  459. package/dist/typescript/commonjs/src/components/Skeleton.d.ts.map +1 -0
  460. package/dist/typescript/commonjs/src/components/Spinner.d.ts +23 -0
  461. package/dist/typescript/commonjs/src/components/Spinner.d.ts.map +1 -0
  462. package/dist/typescript/commonjs/src/components/StarRating.d.ts +30 -0
  463. package/dist/typescript/commonjs/src/components/StarRating.d.ts.map +1 -0
  464. package/dist/typescript/commonjs/src/components/StatTile.d.ts +33 -0
  465. package/dist/typescript/commonjs/src/components/StatTile.d.ts.map +1 -0
  466. package/dist/typescript/commonjs/src/components/StepDots.d.ts +61 -0
  467. package/dist/typescript/commonjs/src/components/StepDots.d.ts.map +1 -0
  468. package/dist/typescript/commonjs/src/components/StickyBottomBar.d.ts +28 -0
  469. package/dist/typescript/commonjs/src/components/StickyBottomBar.d.ts.map +1 -0
  470. package/dist/typescript/commonjs/src/components/TabPillGroup.d.ts +33 -0
  471. package/dist/typescript/commonjs/src/components/TabPillGroup.d.ts.map +1 -0
  472. package/dist/typescript/commonjs/src/components/Text.d.ts +34 -0
  473. package/dist/typescript/commonjs/src/components/Text.d.ts.map +1 -0
  474. package/dist/typescript/commonjs/src/components/Toast.d.ts +33 -0
  475. package/dist/typescript/commonjs/src/components/Toast.d.ts.map +1 -0
  476. package/dist/typescript/commonjs/src/components/ToggleRow.d.ts +37 -0
  477. package/dist/typescript/commonjs/src/components/ToggleRow.d.ts.map +1 -0
  478. package/dist/typescript/commonjs/src/components/TypingIndicator.d.ts +22 -0
  479. package/dist/typescript/commonjs/src/components/TypingIndicator.d.ts.map +1 -0
  480. package/dist/typescript/commonjs/src/components/UserChatBubble.d.ts +34 -0
  481. package/dist/typescript/commonjs/src/components/UserChatBubble.d.ts.map +1 -0
  482. package/dist/typescript/commonjs/src/index.d.ts +69 -0
  483. package/dist/typescript/commonjs/src/index.d.ts.map +1 -0
  484. package/dist/typescript/commonjs/src/internal/appImageProps.d.ts +39 -0
  485. package/dist/typescript/commonjs/src/internal/appImageProps.d.ts.map +1 -0
  486. package/dist/typescript/commonjs/src/internal/avatarFallback.d.ts +45 -0
  487. package/dist/typescript/commonjs/src/internal/avatarFallback.d.ts.map +1 -0
  488. package/dist/typescript/commonjs/src/internal/chipStyle.d.ts +53 -0
  489. package/dist/typescript/commonjs/src/internal/chipStyle.d.ts.map +1 -0
  490. package/dist/typescript/commonjs/src/internal/detailScreenState.d.ts +25 -0
  491. package/dist/typescript/commonjs/src/internal/detailScreenState.d.ts.map +1 -0
  492. package/dist/typescript/commonjs/src/internal/haptics.d.ts +19 -0
  493. package/dist/typescript/commonjs/src/internal/haptics.d.ts.map +1 -0
  494. package/dist/typescript/commonjs/src/internal/hexToRgba.d.ts +17 -0
  495. package/dist/typescript/commonjs/src/internal/hexToRgba.d.ts.map +1 -0
  496. package/dist/typescript/commonjs/src/internal/inputStyle.d.ts +30 -0
  497. package/dist/typescript/commonjs/src/internal/inputStyle.d.ts.map +1 -0
  498. package/dist/typescript/commonjs/src/internal/keyboardAwareProps.d.ts +37 -0
  499. package/dist/typescript/commonjs/src/internal/keyboardAwareProps.d.ts.map +1 -0
  500. package/dist/typescript/commonjs/src/internal/keyboardScrollViewProps.d.ts +67 -0
  501. package/dist/typescript/commonjs/src/internal/keyboardScrollViewProps.d.ts.map +1 -0
  502. package/dist/typescript/commonjs/src/internal/overlay.d.ts +24 -0
  503. package/dist/typescript/commonjs/src/internal/overlay.d.ts.map +1 -0
  504. package/dist/typescript/commonjs/src/internal/parseInlineMarkdown.d.ts +28 -0
  505. package/dist/typescript/commonjs/src/internal/parseInlineMarkdown.d.ts.map +1 -0
  506. package/dist/typescript/commonjs/src/internal/refCounter.d.ts +17 -0
  507. package/dist/typescript/commonjs/src/internal/refCounter.d.ts.map +1 -0
  508. package/dist/typescript/commonjs/src/internal/resolveGradient.d.ts +57 -0
  509. package/dist/typescript/commonjs/src/internal/resolveGradient.d.ts.map +1 -0
  510. package/dist/typescript/commonjs/src/internal/spinnerProps.d.ts +27 -0
  511. package/dist/typescript/commonjs/src/internal/spinnerProps.d.ts.map +1 -0
  512. package/dist/typescript/commonjs/src/internal/springs.d.ts +37 -0
  513. package/dist/typescript/commonjs/src/internal/springs.d.ts.map +1 -0
  514. package/dist/typescript/commonjs/src/internal/stickyBottomBarStyle.d.ts +36 -0
  515. package/dist/typescript/commonjs/src/internal/stickyBottomBarStyle.d.ts.map +1 -0
  516. package/dist/typescript/commonjs/src/preset.d.ts +3 -0
  517. package/dist/typescript/commonjs/src/preset.d.ts.map +1 -0
  518. package/dist/typescript/commonjs/src/theme/ThemeProvider.d.ts +17 -0
  519. package/dist/typescript/commonjs/src/theme/ThemeProvider.d.ts.map +1 -0
  520. package/dist/typescript/commonjs/src/theme/geometry.d.ts +18 -0
  521. package/dist/typescript/commonjs/src/theme/geometry.d.ts.map +1 -0
  522. package/dist/typescript/commonjs/src/theme/index.d.ts +4 -0
  523. package/dist/typescript/commonjs/src/theme/index.d.ts.map +1 -0
  524. package/dist/typescript/commonjs/src/theme/scale.d.ts +41 -0
  525. package/dist/typescript/commonjs/src/theme/scale.d.ts.map +1 -0
  526. package/dist/typescript/commonjs/src/theme/types.d.ts +67 -0
  527. package/dist/typescript/commonjs/src/theme/types.d.ts.map +1 -0
  528. package/dist/typescript/module/package.json +1 -0
  529. package/dist/typescript/module/src/components/ActionSheet.d.ts +29 -0
  530. package/dist/typescript/module/src/components/ActionSheet.d.ts.map +1 -0
  531. package/dist/typescript/module/src/components/AnimatedEllipsis.d.ts +22 -0
  532. package/dist/typescript/module/src/components/AnimatedEllipsis.d.ts.map +1 -0
  533. package/dist/typescript/module/src/components/AnimatedPressable.d.ts +34 -0
  534. package/dist/typescript/module/src/components/AnimatedPressable.d.ts.map +1 -0
  535. package/dist/typescript/module/src/components/AppErrorBoundary.d.ts +42 -0
  536. package/dist/typescript/module/src/components/AppErrorBoundary.d.ts.map +1 -0
  537. package/dist/typescript/module/src/components/AppImage.d.ts +38 -0
  538. package/dist/typescript/module/src/components/AppImage.d.ts.map +1 -0
  539. package/dist/typescript/module/src/components/AuthFormScreen.d.ts +46 -0
  540. package/dist/typescript/module/src/components/AuthFormScreen.d.ts.map +1 -0
  541. package/dist/typescript/module/src/components/Avatar.d.ts +64 -0
  542. package/dist/typescript/module/src/components/Avatar.d.ts.map +1 -0
  543. package/dist/typescript/module/src/components/BotChatBubble.d.ts +42 -0
  544. package/dist/typescript/module/src/components/BotChatBubble.d.ts.map +1 -0
  545. package/dist/typescript/module/src/components/BottomActionSheet.d.ts +45 -0
  546. package/dist/typescript/module/src/components/BottomActionSheet.d.ts.map +1 -0
  547. package/dist/typescript/module/src/components/Button.d.ts +31 -0
  548. package/dist/typescript/module/src/components/Button.d.ts.map +1 -0
  549. package/dist/typescript/module/src/components/Card.d.ts +49 -0
  550. package/dist/typescript/module/src/components/Card.d.ts.map +1 -0
  551. package/dist/typescript/module/src/components/Carousel.d.ts +45 -0
  552. package/dist/typescript/module/src/components/Carousel.d.ts.map +1 -0
  553. package/dist/typescript/module/src/components/ChatInputBar.d.ts +28 -0
  554. package/dist/typescript/module/src/components/ChatInputBar.d.ts.map +1 -0
  555. package/dist/typescript/module/src/components/ChatScreen.d.ts +79 -0
  556. package/dist/typescript/module/src/components/ChatScreen.d.ts.map +1 -0
  557. package/dist/typescript/module/src/components/Chip.d.ts +36 -0
  558. package/dist/typescript/module/src/components/Chip.d.ts.map +1 -0
  559. package/dist/typescript/module/src/components/ChipSelector.d.ts +51 -0
  560. package/dist/typescript/module/src/components/ChipSelector.d.ts.map +1 -0
  561. package/dist/typescript/module/src/components/CircularProgress.d.ts +47 -0
  562. package/dist/typescript/module/src/components/CircularProgress.d.ts.map +1 -0
  563. package/dist/typescript/module/src/components/ConfirmDialog.d.ts +50 -0
  564. package/dist/typescript/module/src/components/ConfirmDialog.d.ts.map +1 -0
  565. package/dist/typescript/module/src/components/DateField.d.ts +26 -0
  566. package/dist/typescript/module/src/components/DateField.d.ts.map +1 -0
  567. package/dist/typescript/module/src/components/DetailHeader.d.ts +28 -0
  568. package/dist/typescript/module/src/components/DetailHeader.d.ts.map +1 -0
  569. package/dist/typescript/module/src/components/DetailScreen.d.ts +55 -0
  570. package/dist/typescript/module/src/components/DetailScreen.d.ts.map +1 -0
  571. package/dist/typescript/module/src/components/EmptyState.d.ts +33 -0
  572. package/dist/typescript/module/src/components/EmptyState.d.ts.map +1 -0
  573. package/dist/typescript/module/src/components/ErrorBoundary.d.ts +36 -0
  574. package/dist/typescript/module/src/components/ErrorBoundary.d.ts.map +1 -0
  575. package/dist/typescript/module/src/components/ErrorState.d.ts +23 -0
  576. package/dist/typescript/module/src/components/ErrorState.d.ts.map +1 -0
  577. package/dist/typescript/module/src/components/Fab.d.ts +32 -0
  578. package/dist/typescript/module/src/components/Fab.d.ts.map +1 -0
  579. package/dist/typescript/module/src/components/FabMenu.d.ts +48 -0
  580. package/dist/typescript/module/src/components/FabMenu.d.ts.map +1 -0
  581. package/dist/typescript/module/src/components/FavoriteButton.d.ts +27 -0
  582. package/dist/typescript/module/src/components/FavoriteButton.d.ts.map +1 -0
  583. package/dist/typescript/module/src/components/FollowStatsRow.d.ts +30 -0
  584. package/dist/typescript/module/src/components/FollowStatsRow.d.ts.map +1 -0
  585. package/dist/typescript/module/src/components/FormScreen.d.ts +53 -0
  586. package/dist/typescript/module/src/components/FormScreen.d.ts.map +1 -0
  587. package/dist/typescript/module/src/components/FormattedText.d.ts +30 -0
  588. package/dist/typescript/module/src/components/FormattedText.d.ts.map +1 -0
  589. package/dist/typescript/module/src/components/GoogleGlyph.d.ts +18 -0
  590. package/dist/typescript/module/src/components/GoogleGlyph.d.ts.map +1 -0
  591. package/dist/typescript/module/src/components/Gradient.d.ts +36 -0
  592. package/dist/typescript/module/src/components/Gradient.d.ts.map +1 -0
  593. package/dist/typescript/module/src/components/HeroStatsRow.d.ts +23 -0
  594. package/dist/typescript/module/src/components/HeroStatsRow.d.ts.map +1 -0
  595. package/dist/typescript/module/src/components/Input.d.ts +50 -0
  596. package/dist/typescript/module/src/components/Input.d.ts.map +1 -0
  597. package/dist/typescript/module/src/components/KeyboardAware.d.ts +27 -0
  598. package/dist/typescript/module/src/components/KeyboardAware.d.ts.map +1 -0
  599. package/dist/typescript/module/src/components/KeyboardScrollView.d.ts +61 -0
  600. package/dist/typescript/module/src/components/KeyboardScrollView.d.ts.map +1 -0
  601. package/dist/typescript/module/src/components/LegalBulletList.d.ts +24 -0
  602. package/dist/typescript/module/src/components/LegalBulletList.d.ts.map +1 -0
  603. package/dist/typescript/module/src/components/LegalSection.d.ts +34 -0
  604. package/dist/typescript/module/src/components/LegalSection.d.ts.map +1 -0
  605. package/dist/typescript/module/src/components/LikeButton.d.ts +37 -0
  606. package/dist/typescript/module/src/components/LikeButton.d.ts.map +1 -0
  607. package/dist/typescript/module/src/components/LoadingScreen.d.ts +17 -0
  608. package/dist/typescript/module/src/components/LoadingScreen.d.ts.map +1 -0
  609. package/dist/typescript/module/src/components/NotesCard.d.ts +17 -0
  610. package/dist/typescript/module/src/components/NotesCard.d.ts.map +1 -0
  611. package/dist/typescript/module/src/components/OnboardingSlide.d.ts +31 -0
  612. package/dist/typescript/module/src/components/OnboardingSlide.d.ts.map +1 -0
  613. package/dist/typescript/module/src/components/PhotoPicker.d.ts +37 -0
  614. package/dist/typescript/module/src/components/PhotoPicker.d.ts.map +1 -0
  615. package/dist/typescript/module/src/components/PhotoStrip.d.ts +32 -0
  616. package/dist/typescript/module/src/components/PhotoStrip.d.ts.map +1 -0
  617. package/dist/typescript/module/src/components/PhotoViewer.d.ts +35 -0
  618. package/dist/typescript/module/src/components/PhotoViewer.d.ts.map +1 -0
  619. package/dist/typescript/module/src/components/ProgressBar.d.ts +43 -0
  620. package/dist/typescript/module/src/components/ProgressBar.d.ts.map +1 -0
  621. package/dist/typescript/module/src/components/ScreenGradient.d.ts +25 -0
  622. package/dist/typescript/module/src/components/ScreenGradient.d.ts.map +1 -0
  623. package/dist/typescript/module/src/components/ScreenHeader.d.ts +48 -0
  624. package/dist/typescript/module/src/components/ScreenHeader.d.ts.map +1 -0
  625. package/dist/typescript/module/src/components/SearchInput.d.ts +30 -0
  626. package/dist/typescript/module/src/components/SearchInput.d.ts.map +1 -0
  627. package/dist/typescript/module/src/components/SelectionSheet.d.ts +54 -0
  628. package/dist/typescript/module/src/components/SelectionSheet.d.ts.map +1 -0
  629. package/dist/typescript/module/src/components/SettingsRow.d.ts +52 -0
  630. package/dist/typescript/module/src/components/SettingsRow.d.ts.map +1 -0
  631. package/dist/typescript/module/src/components/SettingsSection.d.ts +24 -0
  632. package/dist/typescript/module/src/components/SettingsSection.d.ts.map +1 -0
  633. package/dist/typescript/module/src/components/Skeleton.d.ts +31 -0
  634. package/dist/typescript/module/src/components/Skeleton.d.ts.map +1 -0
  635. package/dist/typescript/module/src/components/Spinner.d.ts +23 -0
  636. package/dist/typescript/module/src/components/Spinner.d.ts.map +1 -0
  637. package/dist/typescript/module/src/components/StarRating.d.ts +30 -0
  638. package/dist/typescript/module/src/components/StarRating.d.ts.map +1 -0
  639. package/dist/typescript/module/src/components/StatTile.d.ts +33 -0
  640. package/dist/typescript/module/src/components/StatTile.d.ts.map +1 -0
  641. package/dist/typescript/module/src/components/StepDots.d.ts +61 -0
  642. package/dist/typescript/module/src/components/StepDots.d.ts.map +1 -0
  643. package/dist/typescript/module/src/components/StickyBottomBar.d.ts +28 -0
  644. package/dist/typescript/module/src/components/StickyBottomBar.d.ts.map +1 -0
  645. package/dist/typescript/module/src/components/TabPillGroup.d.ts +33 -0
  646. package/dist/typescript/module/src/components/TabPillGroup.d.ts.map +1 -0
  647. package/dist/typescript/module/src/components/Text.d.ts +34 -0
  648. package/dist/typescript/module/src/components/Text.d.ts.map +1 -0
  649. package/dist/typescript/module/src/components/Toast.d.ts +33 -0
  650. package/dist/typescript/module/src/components/Toast.d.ts.map +1 -0
  651. package/dist/typescript/module/src/components/ToggleRow.d.ts +37 -0
  652. package/dist/typescript/module/src/components/ToggleRow.d.ts.map +1 -0
  653. package/dist/typescript/module/src/components/TypingIndicator.d.ts +22 -0
  654. package/dist/typescript/module/src/components/TypingIndicator.d.ts.map +1 -0
  655. package/dist/typescript/module/src/components/UserChatBubble.d.ts +34 -0
  656. package/dist/typescript/module/src/components/UserChatBubble.d.ts.map +1 -0
  657. package/dist/typescript/module/src/index.d.ts +69 -0
  658. package/dist/typescript/module/src/index.d.ts.map +1 -0
  659. package/dist/typescript/module/src/internal/appImageProps.d.ts +39 -0
  660. package/dist/typescript/module/src/internal/appImageProps.d.ts.map +1 -0
  661. package/dist/typescript/module/src/internal/avatarFallback.d.ts +45 -0
  662. package/dist/typescript/module/src/internal/avatarFallback.d.ts.map +1 -0
  663. package/dist/typescript/module/src/internal/chipStyle.d.ts +53 -0
  664. package/dist/typescript/module/src/internal/chipStyle.d.ts.map +1 -0
  665. package/dist/typescript/module/src/internal/detailScreenState.d.ts +25 -0
  666. package/dist/typescript/module/src/internal/detailScreenState.d.ts.map +1 -0
  667. package/dist/typescript/module/src/internal/haptics.d.ts +19 -0
  668. package/dist/typescript/module/src/internal/haptics.d.ts.map +1 -0
  669. package/dist/typescript/module/src/internal/hexToRgba.d.ts +17 -0
  670. package/dist/typescript/module/src/internal/hexToRgba.d.ts.map +1 -0
  671. package/dist/typescript/module/src/internal/inputStyle.d.ts +30 -0
  672. package/dist/typescript/module/src/internal/inputStyle.d.ts.map +1 -0
  673. package/dist/typescript/module/src/internal/keyboardAwareProps.d.ts +37 -0
  674. package/dist/typescript/module/src/internal/keyboardAwareProps.d.ts.map +1 -0
  675. package/dist/typescript/module/src/internal/keyboardScrollViewProps.d.ts +67 -0
  676. package/dist/typescript/module/src/internal/keyboardScrollViewProps.d.ts.map +1 -0
  677. package/dist/typescript/module/src/internal/overlay.d.ts +24 -0
  678. package/dist/typescript/module/src/internal/overlay.d.ts.map +1 -0
  679. package/dist/typescript/module/src/internal/parseInlineMarkdown.d.ts +28 -0
  680. package/dist/typescript/module/src/internal/parseInlineMarkdown.d.ts.map +1 -0
  681. package/dist/typescript/module/src/internal/refCounter.d.ts +17 -0
  682. package/dist/typescript/module/src/internal/refCounter.d.ts.map +1 -0
  683. package/dist/typescript/module/src/internal/resolveGradient.d.ts +57 -0
  684. package/dist/typescript/module/src/internal/resolveGradient.d.ts.map +1 -0
  685. package/dist/typescript/module/src/internal/spinnerProps.d.ts +27 -0
  686. package/dist/typescript/module/src/internal/spinnerProps.d.ts.map +1 -0
  687. package/dist/typescript/module/src/internal/springs.d.ts +37 -0
  688. package/dist/typescript/module/src/internal/springs.d.ts.map +1 -0
  689. package/dist/typescript/module/src/internal/stickyBottomBarStyle.d.ts +36 -0
  690. package/dist/typescript/module/src/internal/stickyBottomBarStyle.d.ts.map +1 -0
  691. package/dist/typescript/module/src/preset.d.ts +3 -0
  692. package/dist/typescript/module/src/preset.d.ts.map +1 -0
  693. package/dist/typescript/module/src/theme/ThemeProvider.d.ts +17 -0
  694. package/dist/typescript/module/src/theme/ThemeProvider.d.ts.map +1 -0
  695. package/dist/typescript/module/src/theme/geometry.d.ts +18 -0
  696. package/dist/typescript/module/src/theme/geometry.d.ts.map +1 -0
  697. package/dist/typescript/module/src/theme/index.d.ts +4 -0
  698. package/dist/typescript/module/src/theme/index.d.ts.map +1 -0
  699. package/dist/typescript/module/src/theme/scale.d.ts +41 -0
  700. package/dist/typescript/module/src/theme/scale.d.ts.map +1 -0
  701. package/dist/typescript/module/src/theme/types.d.ts +67 -0
  702. package/dist/typescript/module/src/theme/types.d.ts.map +1 -0
  703. package/package.json +180 -0
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Pure prop-resolution for `<Spinner/>` — the size + transform mapping, kept out
3
+ * of the JSX wrapper so it is unit-testable without a React renderer.
4
+ *
5
+ * Lifted verbatim from the pilot consumers (espresso-dialin / tea-companion);
6
+ * the table is byte-identical in both. Pure + theme-free — it carries sizing
7
+ * only, no colors or fonts.
8
+ *
9
+ * sm — small marks, buttons, badges (RN `'small'`, no scale)
10
+ * md — content-area placeholders, list footers (RN `'small'` scaled 1.25×)
11
+ * lg — overlays and "verifying…" style screens (RN `'large'`)
12
+ */
13
+ import type { ViewStyle } from 'react-native';
14
+ export type SpinnerSize = 'sm' | 'md' | 'lg';
15
+ /** What we pass through to RN's `<ActivityIndicator/>`. */
16
+ export type ActivityIndicatorSize = 'small' | 'large';
17
+ export interface ResolvedSpinnerProps {
18
+ /** Value for `ActivityIndicator`'s `size` prop. */
19
+ size: ActivityIndicatorSize;
20
+ /**
21
+ * Optional transform to layer onto the spinner. `md` uses this to scale RN's
22
+ * `'small'` indicator up so it sits between `sm` and `lg`.
23
+ */
24
+ transform?: NonNullable<ViewStyle['transform']>;
25
+ }
26
+ export declare function resolveSpinnerProps(size?: SpinnerSize): ResolvedSpinnerProps;
27
+ //# sourceMappingURL=spinnerProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spinnerProps.d.ts","sourceRoot":"","sources":["../../../../../src/internal/spinnerProps.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAE7C,MAAM,MAAM,WAAW,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;AAE5C,2DAA2D;AAC3D,MAAM,MAAM,qBAAqB,GAAG,OAAO,GAAG,OAAO,CAAA;AAErD,MAAM,WAAW,oBAAoB;IACnC,mDAAmD;IACnD,IAAI,EAAE,qBAAqB,CAAA;IAC3B;;;OAGG;IACH,SAAS,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC,CAAA;CAChD;AAED,wBAAgB,mBAAmB,CAAC,IAAI,GAAE,WAAkB,GAAG,oBAAoB,CASlF"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Centralized motion presets for `react-native-reanimated` — spring configs for
3
+ * `withSpring` ({@link SPRINGS}) and timing configs for `withTiming`
4
+ * ({@link TIMINGS}).
5
+ *
6
+ * pressed.value = withSpring(1, SPRINGS.press)
7
+ * opacity.value = withTiming(0, TIMINGS.toastExit)
8
+ *
9
+ * Lifted verbatim from the pilot consumers (espresso-dialin / tea-companion)
10
+ * so every component's motion is byte-identical. Pure + theme-free — it carries
11
+ * motion physics only, no colors or fonts.
12
+ *
13
+ * Reanimated spring docs:
14
+ * https://docs.swmansion.com/react-native-reanimated/docs/animations/withSpring
15
+ */
16
+ export declare const SPRINGS: {
17
+ /** Snappy press-feedback used by tap scale: Button, Card. `{15, 300, 0.8}`. */
18
+ readonly press: {
19
+ readonly damping: 15;
20
+ readonly stiffness: 300;
21
+ readonly mass: 0.8;
22
+ };
23
+ /** Gentle enter used by the Toast slide+fade. `{20, 150, 1.0}`. */
24
+ readonly toastEnter: {
25
+ readonly damping: 20;
26
+ readonly stiffness: 150;
27
+ readonly mass: 1;
28
+ };
29
+ };
30
+ /** Centralized `withTiming` presets. */
31
+ export declare const TIMINGS: {
32
+ /** Toast exit (slide up + fade out). `200 ms`. */
33
+ readonly toastExit: {
34
+ readonly duration: 200;
35
+ };
36
+ };
37
+ //# sourceMappingURL=springs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"springs.d.ts","sourceRoot":"","sources":["../../../../../src/internal/springs.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,OAAO;IAClB,+EAA+E;;;;;;IAE/E,mEAAmE;;;;;;CAE3D,CAAA;AAEV,wCAAwC;AACxC,eAAO,MAAM,OAAO;IAClB,kDAAkD;;;;CAE1C,CAAA"}
@@ -0,0 +1,36 @@
1
+ import type { ViewStyle } from 'react-native';
2
+ /**
3
+ * Pure resolver that builds the `ViewStyle` for `<StickyBottomBar>` — the
4
+ * "fixed bottom CTA" pattern's safe-area inset + top border + background.
5
+ *
6
+ * Lifted from the pilot consumers (espresso-dialin / tea-companion); this is the
7
+ * superset form. Pure + theme-free (colours come in as plain string inputs from
8
+ * the caller's `useColors()`), so it is unit-testable without booting RN.
9
+ *
10
+ * The rules:
11
+ * - `paddingTop` is always `12` — the bar never hugs the scroll body.
12
+ * - `paddingBottom` is `max(insetBottom, 12)` so non-notched devices still get
13
+ * breathing room and notched devices respect the home-bar inset.
14
+ * - A 1px top border in `borderColor` is painted UNLESS `borderless` is set —
15
+ * for bars that already sit under a separator, or float over scroll content
16
+ * with `position: absolute` where a hairline would look odd. When borderless,
17
+ * the width is zeroed (RN paints a hairline whenever `borderTopWidth > 0`
18
+ * even with a `transparent` colour, so we remove the width, not just hide it).
19
+ * - Background is the supplied `bgColor` (typically `colors.bg.primary`).
20
+ * - Caller `style` is merged LAST so callsites can add row/flex/gap rules or
21
+ * override any computed default as an escape hatch.
22
+ */
23
+ export interface ResolveStickyBottomBarStyleInput {
24
+ /** `insets.bottom` from `useSafeAreaInsets()`. Tests inject a literal. */
25
+ insetBottom: number;
26
+ /** `colors.border.default` from `useColors()`. */
27
+ borderColor: string;
28
+ /** `colors.bg.primary` from `useColors()`. */
29
+ bgColor: string;
30
+ /** When `true`, no top border is painted. */
31
+ borderless?: boolean;
32
+ /** Forwarded caller style — wins over the computed defaults. */
33
+ style?: ViewStyle;
34
+ }
35
+ export declare function resolveStickyBottomBarStyle(input: ResolveStickyBottomBarStyleInput): ViewStyle;
36
+ //# sourceMappingURL=stickyBottomBarStyle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stickyBottomBarStyle.d.ts","sourceRoot":"","sources":["../../../../../src/internal/stickyBottomBarStyle.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAE7C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,WAAW,gCAAgC;IAC/C,0EAA0E;IAC1E,WAAW,EAAE,MAAM,CAAA;IACnB,kDAAkD;IAClD,WAAW,EAAE,MAAM,CAAA;IACnB,8CAA8C;IAC9C,OAAO,EAAE,MAAM,CAAA;IACf,6CAA6C;IAC7C,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,gEAAgE;IAChE,KAAK,CAAC,EAAE,SAAS,CAAA;CAClB;AAKD,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,gCAAgC,GAAG,SAAS,CAiB9F"}
@@ -0,0 +1,3 @@
1
+ declare const _exports: import("tailwindcss").Config;
2
+ export = _exports;
3
+ //# sourceMappingURL=preset.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"preset.d.ts","sourceRoot":"","sources":["../../../../src/preset.js"],"names":[],"mappings":"wBAWU,OAAO,aAAa,EAAE,MAAM"}
@@ -0,0 +1,17 @@
1
+ import { type ReactNode } from 'react';
2
+ import type { ThemeColors, ThemeTokens, ThemeTypography, ThemeShadows } from './types.js';
3
+ export interface ThemeProviderProps {
4
+ /** The active theme tokens. Swap this to switch themes (light/dark/etc.). */
5
+ value: ThemeTokens;
6
+ children: ReactNode;
7
+ }
8
+ export declare function ThemeProvider({ value, children }: ThemeProviderProps): import("react/jsx-runtime").JSX.Element;
9
+ /** Full active theme: `{ colors, typography, shadows }`. */
10
+ export declare function useTheme(): ThemeTokens;
11
+ /** The active color palette only. */
12
+ export declare function useColors(): ThemeColors;
13
+ /** The active typography tokens (per-variant font families + optional mono). */
14
+ export declare function useTypography(): ThemeTypography;
15
+ /** The active shadow presets (themed so dark mode can raise elevation opacity). */
16
+ export declare function useShadows(): ThemeShadows;
17
+ //# 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,EAA6B,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AACjE,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,YAAS,CAAA;AAatF,MAAM,WAAW,kBAAkB;IACjC,6EAA6E;IAC7E,KAAK,EAAE,WAAW,CAAA;IAClB,QAAQ,EAAE,SAAS,CAAA;CACpB;AAED,wBAAgB,aAAa,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,kBAAkB,2CAEpE;AAUD,4DAA4D;AAC5D,wBAAgB,QAAQ,IAAI,WAAW,CAEtC;AAED,qCAAqC;AACrC,wBAAgB,SAAS,IAAI,WAAW,CAEvC;AAED,gFAAgF;AAChF,wBAAgB,aAAa,IAAI,eAAe,CAE/C;AAED,mFAAmF;AACnF,wBAAgB,UAAU,IAAI,YAAY,CAEzC"}
@@ -0,0 +1,18 @@
1
+ import type { TextVariant } from './types.js';
2
+ /**
3
+ * The 14-variant typographic geometry — `fontSize` / `lineHeight` /
4
+ * `letterSpacing`. This table is **byte-identical** across every consumer today
5
+ * (espresso-dialin and tea-companion ship the same numbers; only the per-variant
6
+ * font family differs, and that is injected via `tokens.typography.fontFamily`).
7
+ *
8
+ * It is therefore LIBRARY-OWNED: a constant, not part of the theme. The values
9
+ * are lifted verbatim from each app's `variantClasses` table — e.g.
10
+ * `'display-lg': 'font-* text-[32px] leading-[38px] tracking-[-0.3px]'` becomes
11
+ * `{ fontSize: 32, lineHeight: 38, letterSpacing: -0.3 }`.
12
+ */
13
+ export declare const VARIANT_GEOMETRY: Record<TextVariant, {
14
+ fontSize: number;
15
+ lineHeight: number;
16
+ letterSpacing: number;
17
+ }>;
18
+ //# sourceMappingURL=geometry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"geometry.d.ts","sourceRoot":"","sources":["../../../../../src/theme/geometry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAS,CAAA;AAE1C;;;;;;;;;;GAUG;AACH,eAAO,MAAM,gBAAgB,EAAE,MAAM,CACnC,WAAW,EACX;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,CAAC;IAAC,aAAa,EAAE,MAAM,CAAA;CAAE,CAyBhE,CAAA"}
@@ -0,0 +1,4 @@
1
+ export type { TextVariant, ThemeColors, ThemeTypography, ThemeShadows, ThemeTokens, } from './types.js';
2
+ export { VARIANT_GEOMETRY } from './geometry.js';
3
+ export { ThemeProvider, useTheme, useColors, useTypography, useShadows, type ThemeProviderProps, } from './ThemeProvider.js';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/theme/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,WAAW,EACX,WAAW,EACX,eAAe,EACf,YAAY,EACZ,WAAW,GACZ,MAAM,YAAS,CAAA;AAChB,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAY,CAAA;AAC7C,OAAO,EACL,aAAa,EACb,QAAQ,EACR,SAAS,EACT,aAAa,EACb,UAAU,EACV,KAAK,kBAAkB,GACxB,MAAM,oBAAiB,CAAA"}
@@ -0,0 +1,41 @@
1
+ /**
2
+ * Library-owned LAYOUT scale — the JS twin of the `-ds` Tailwind preset
3
+ * (`src/preset.js`).
4
+ *
5
+ * everkit applies its own spacing + radii as INLINE styles from these constants
6
+ * rather than NativeWind `className`s. That is what makes the library
7
+ * self-contained: it renders correctly with NO Tailwind / NativeWind setup in
8
+ * the consuming app, and it is immune to the New-Architecture (Fabric)
9
+ * className-layout collapse. The values are byte-identical to the `-ds` tokens,
10
+ * so the visual result is unchanged. See ARCHITECTURE.md.
11
+ *
12
+ * Keys mirror the Tailwind step names (`SPACE['4']` == `p-4-ds` == 16px).
13
+ */
14
+ export declare const SPACE: {
15
+ readonly '0.5': 2;
16
+ readonly '1': 4;
17
+ readonly '1.5': 6;
18
+ readonly '2': 8;
19
+ readonly '2.5': 10;
20
+ readonly '3': 12;
21
+ readonly '3.5': 14;
22
+ readonly '4': 16;
23
+ readonly '5': 20;
24
+ readonly '6': 24;
25
+ readonly '7': 28;
26
+ readonly '8': 32;
27
+ readonly '10': 40;
28
+ readonly '12': 48;
29
+ };
30
+ export declare const RADIUS: {
31
+ readonly sm: 10;
32
+ readonly md: 14;
33
+ readonly lg: 16;
34
+ readonly xl: 20;
35
+ readonly '2xl': 28;
36
+ /** Pill / circle. */
37
+ readonly full: 9999;
38
+ };
39
+ export type SpaceKey = keyof typeof SPACE;
40
+ export type RadiusKey = keyof typeof RADIUS;
41
+ //# sourceMappingURL=scale.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scale.d.ts","sourceRoot":"","sources":["../../../../../src/theme/scale.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;CAeR,CAAA;AAEV,eAAO,MAAM,MAAM;;;;;;IAMjB,qBAAqB;;CAEb,CAAA;AAEV,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,KAAK,CAAA;AACzC,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,MAAM,CAAA"}
@@ -0,0 +1,67 @@
1
+ import type { ViewStyle } from 'react-native';
2
+ /**
3
+ * The 14-variant typographic scale. The LIBRARY owns the geometry
4
+ * (size / lineHeight / letterSpacing — see {@link VARIANT_GEOMETRY}); each
5
+ * consuming app supplies the per-variant `fontFamily` through the theme.
6
+ */
7
+ export type TextVariant = 'display-lg' | 'display-md' | 'display-sm' | 'heading-lg' | 'heading-md' | 'heading-sm' | 'body-lg' | 'body-md' | 'body-sm' | 'label-lg' | 'label-md' | 'label-sm' | 'caption' | 'caption-sm';
8
+ export interface ThemeColors {
9
+ bg: {
10
+ primary: string;
11
+ secondary: string;
12
+ tertiary: string;
13
+ card: string;
14
+ };
15
+ text: {
16
+ primary: string;
17
+ secondary: string;
18
+ tertiary: string;
19
+ inverse: string;
20
+ };
21
+ border: {
22
+ default: string;
23
+ strong: string;
24
+ focus: string;
25
+ };
26
+ gradient: {
27
+ screen: readonly [string, string, ...string[]];
28
+ };
29
+ brand: {
30
+ primary: string;
31
+ primaryDark: string;
32
+ primaryLight: string;
33
+ secondary: string;
34
+ secondaryDark: string;
35
+ secondaryLight: string;
36
+ accent: string;
37
+ accentDark: string;
38
+ accentLight: string;
39
+ };
40
+ semantic: {
41
+ success: string;
42
+ error: string;
43
+ warning: string;
44
+ info: string;
45
+ };
46
+ }
47
+ /**
48
+ * App supplies a fontFamily per variant — this absorbs per-app weight choices
49
+ * (e.g. espresso display = bold, tea display = semibold) while the LIBRARY owns
50
+ * the geometry (size / lineHeight / letterSpacing), which is identical today.
51
+ */
52
+ export interface ThemeTypography {
53
+ fontFamily: Record<TextVariant, string>;
54
+ /** Optional tabular-numerals family (espresso = Spline Sans Mono; tea = none). */
55
+ mono?: string;
56
+ }
57
+ export interface ThemeShadows {
58
+ sm: ViewStyle;
59
+ md: ViewStyle;
60
+ lg: ViewStyle;
61
+ }
62
+ export interface ThemeTokens {
63
+ colors: ThemeColors;
64
+ typography: ThemeTypography;
65
+ shadows: ThemeShadows;
66
+ }
67
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/theme/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAE7C;;;;GAIG;AACH,MAAM,MAAM,WAAW,GACnB,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,SAAS,GACT,SAAS,GACT,SAAS,GACT,UAAU,GACV,UAAU,GACV,UAAU,GACV,SAAS,GACT,YAAY,CAAA;AAEhB,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAA;IAC1E,IAAI,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAA;IAC/E,MAAM,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAA;IAG1D,QAAQ,EAAE;QAAE,MAAM,EAAE,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,CAAA;KAAE,CAAA;IAC5D,KAAK,EAAE;QACL,OAAO,EAAE,MAAM,CAAA;QACf,WAAW,EAAE,MAAM,CAAA;QACnB,YAAY,EAAE,MAAM,CAAA;QACpB,SAAS,EAAE,MAAM,CAAA;QACjB,aAAa,EAAE,MAAM,CAAA;QACrB,cAAc,EAAE,MAAM,CAAA;QACtB,MAAM,EAAE,MAAM,CAAA;QACd,UAAU,EAAE,MAAM,CAAA;QAClB,WAAW,EAAE,MAAM,CAAA;KACpB,CAAA;IACD,QAAQ,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAA;CAC5E;AAED;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC9B,UAAU,EAAE,MAAM,CAAC,WAAW,EAAE,MAAM,CAAC,CAAA;IACvC,kFAAkF;IAClF,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,SAAS,CAAA;IACb,EAAE,EAAE,SAAS,CAAA;IACb,EAAE,EAAE,SAAS,CAAA;CACd;AAED,MAAM,WAAW,WAAW;IAC1B,MAAM,EAAE,WAAW,CAAA;IACnB,UAAU,EAAE,eAAe,CAAA;IAC3B,OAAO,EAAE,YAAY,CAAA;CACtB"}
package/package.json ADDED
@@ -0,0 +1,180 @@
1
+ {
2
+ "name": "everkit-ui",
3
+ "version": "0.1.0",
4
+ "description": "A reusable, theme-agnostic React Native / Expo UI component library. Components own structure, behavior, and layout geometry; each consuming app injects its own colors + fonts via a theme.",
5
+ "private": false,
6
+ "license": "MIT",
7
+ "author": "Vladyslav Petrykov",
8
+ "homepage": "https://gitlab.com/petrykovvladyslav/everkit-ui#readme",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://gitlab.com/petrykovvladyslav/everkit-ui.git"
12
+ },
13
+ "bugs": {
14
+ "url": "https://gitlab.com/petrykovvladyslav/everkit-ui/-/issues"
15
+ },
16
+ "keywords": [
17
+ "react-native",
18
+ "expo",
19
+ "ui",
20
+ "design-system",
21
+ "components",
22
+ "themeable",
23
+ "theme-agnostic",
24
+ "nativewind"
25
+ ],
26
+ "source": "./src/index.ts",
27
+ "main": "./dist/commonjs/index.js",
28
+ "module": "./dist/module/index.js",
29
+ "types": "./dist/typescript/commonjs/src/index.d.ts",
30
+ "react-native": "./dist/module/index.js",
31
+ "exports": {
32
+ ".": {
33
+ "source": "./src/index.ts",
34
+ "import": {
35
+ "types": "./dist/typescript/module/src/index.d.ts",
36
+ "default": "./dist/module/index.js"
37
+ },
38
+ "require": {
39
+ "types": "./dist/typescript/commonjs/src/index.d.ts",
40
+ "default": "./dist/commonjs/index.js"
41
+ }
42
+ },
43
+ "./preset": {
44
+ "source": "./src/preset.js",
45
+ "import": {
46
+ "types": "./dist/typescript/module/src/preset.d.ts",
47
+ "default": "./dist/module/preset.js"
48
+ },
49
+ "require": {
50
+ "types": "./dist/typescript/commonjs/src/preset.d.ts",
51
+ "default": "./dist/commonjs/preset.js"
52
+ },
53
+ "default": "./dist/commonjs/preset.js"
54
+ },
55
+ "./package.json": "./package.json"
56
+ },
57
+ "sideEffects": [
58
+ "./dist/commonjs/components/AppImage.js",
59
+ "./dist/module/components/AppImage.js"
60
+ ],
61
+ "files": [
62
+ "dist",
63
+ "README.md",
64
+ "LICENSE",
65
+ "package.json",
66
+ "!**/__tests__",
67
+ "!**/__fixtures__",
68
+ "!**/__mocks__",
69
+ "!**/*.stories.tsx",
70
+ "!**/.*"
71
+ ],
72
+ "scripts": {
73
+ "build": "bob build",
74
+ "prepare": "bob build",
75
+ "typecheck": "tsc --noEmit",
76
+ "clean": "rm -rf dist",
77
+ "storybook": "storybook dev -p 6006",
78
+ "storybook:build": "storybook build -o storybook-static"
79
+ },
80
+ "react-native-builder-bob": {
81
+ "source": "src",
82
+ "output": "dist",
83
+ "exclude": "{**/{__tests__,__fixtures__,__mocks__,stories}/**,**/*.d.ts}",
84
+ "targets": [
85
+ [
86
+ "module",
87
+ {
88
+ "esm": true,
89
+ "configFile": false,
90
+ "babelrc": false
91
+ }
92
+ ],
93
+ [
94
+ "commonjs",
95
+ {
96
+ "esm": true,
97
+ "configFile": false,
98
+ "babelrc": false
99
+ }
100
+ ],
101
+ [
102
+ "typescript",
103
+ {
104
+ "project": "tsconfig.build.json"
105
+ }
106
+ ]
107
+ ]
108
+ },
109
+ "peerDependencies": {
110
+ "@react-native-community/datetimepicker": ">=7.0.0",
111
+ "expo-haptics": ">=12.0.0",
112
+ "expo-image": ">=2.0.0",
113
+ "expo-linear-gradient": ">=14.0.0",
114
+ "lucide-react-native": ">=0.4.0",
115
+ "nativewind": ">=4.1.0",
116
+ "react": ">=19.0.0",
117
+ "react-native": ">=0.81.0",
118
+ "react-native-gesture-handler": ">=2.28.0",
119
+ "react-native-image-viewing": ">=0.2.0",
120
+ "react-native-reanimated": ">=4.0.0",
121
+ "react-native-safe-area-context": ">=5.0.0",
122
+ "react-native-svg": ">=15.0.0"
123
+ },
124
+ "peerDependenciesMeta": {
125
+ "react-native-image-viewing": {
126
+ "optional": true
127
+ },
128
+ "@react-native-community/datetimepicker": {
129
+ "optional": true
130
+ },
131
+ "expo-haptics": {
132
+ "optional": true
133
+ },
134
+ "expo-image": {
135
+ "optional": true
136
+ },
137
+ "expo-linear-gradient": {
138
+ "optional": true
139
+ },
140
+ "lucide-react-native": {
141
+ "optional": true
142
+ },
143
+ "react-native-gesture-handler": {
144
+ "optional": true
145
+ },
146
+ "react-native-reanimated": {
147
+ "optional": true
148
+ },
149
+ "react-native-safe-area-context": {
150
+ "optional": true
151
+ },
152
+ "react-native-svg": {
153
+ "optional": true
154
+ }
155
+ },
156
+ "devDependencies": {
157
+ "@babel/core": "^7.29.0",
158
+ "@react-native-async-storage/async-storage": "2.2.0",
159
+ "@storybook/react-native-web-vite": "^10.4.4",
160
+ "@types/react": "~19.1.0",
161
+ "expo-image": "^3.0.11",
162
+ "expo-linear-gradient": "~15.0.8",
163
+ "lucide-react-native": "^0.564.0",
164
+ "nativewind": "^4.2.5",
165
+ "react": "19.1.0",
166
+ "react-dom": "19.1.0",
167
+ "react-native": "0.81.5",
168
+ "react-native-builder-bob": "^0.42.1",
169
+ "react-native-gesture-handler": "~2.28.0",
170
+ "react-native-image-viewing": "^0.2.2",
171
+ "react-native-reanimated": "~4.1.1",
172
+ "react-native-safe-area-context": "~5.6.0",
173
+ "react-native-svg": "15.12.1",
174
+ "react-native-web": "~0.21.0",
175
+ "react-native-worklets": "0.5.1",
176
+ "storybook": "^10.4.4",
177
+ "typescript": "~5.9.2",
178
+ "vite": "^7.0.0"
179
+ }
180
+ }