@situaction/traquiste-mobile 1.0.0 → 1.2.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 (471) hide show
  1. package/README.md +61 -90
  2. package/build/components/AssociationTag/AssociationTag.d.ts +19 -0
  3. package/build/components/AssociationTag/AssociationTag.d.ts.map +1 -0
  4. package/build/components/AssociationTag/AssociationTag.js +29 -0
  5. package/build/components/AssociationTag/AssociationTag.js.map +1 -0
  6. package/build/components/AssociationTag/AssociationTag.styles.d.ts +21 -0
  7. package/build/components/AssociationTag/AssociationTag.styles.d.ts.map +1 -0
  8. package/build/components/AssociationTag/AssociationTag.styles.js +26 -0
  9. package/build/components/AssociationTag/AssociationTag.styles.js.map +1 -0
  10. package/build/components/AssociationTag/index.d.ts +3 -0
  11. package/build/components/AssociationTag/index.d.ts.map +1 -0
  12. package/build/components/AssociationTag/index.js +2 -0
  13. package/build/components/AssociationTag/index.js.map +1 -0
  14. package/build/components/BottomSheet/BottomSheet.d.ts +36 -0
  15. package/build/components/BottomSheet/BottomSheet.d.ts.map +1 -0
  16. package/build/components/BottomSheet/BottomSheet.js +76 -0
  17. package/build/components/BottomSheet/BottomSheet.js.map +1 -0
  18. package/build/components/BottomSheet/BottomSheet.styles.d.ts +32 -0
  19. package/build/components/BottomSheet/BottomSheet.styles.d.ts.map +1 -0
  20. package/build/components/BottomSheet/BottomSheet.styles.js +31 -0
  21. package/build/components/BottomSheet/BottomSheet.styles.js.map +1 -0
  22. package/build/components/BottomSheet/index.d.ts +3 -0
  23. package/build/components/BottomSheet/index.d.ts.map +1 -0
  24. package/build/components/BottomSheet/index.js +2 -0
  25. package/build/components/BottomSheet/index.js.map +1 -0
  26. package/build/components/Button/Button.d.ts +5 -1
  27. package/build/components/Button/Button.d.ts.map +1 -1
  28. package/build/components/Button/Button.js +12 -6
  29. package/build/components/Button/Button.js.map +1 -1
  30. package/build/components/ButtonAction/ButtonAction.d.ts +5 -1
  31. package/build/components/ButtonAction/ButtonAction.d.ts.map +1 -1
  32. package/build/components/ButtonAction/ButtonAction.js +2 -2
  33. package/build/components/ButtonAction/ButtonAction.js.map +1 -1
  34. package/build/components/ButtonMap/ButtonMap.d.ts +5 -1
  35. package/build/components/ButtonMap/ButtonMap.d.ts.map +1 -1
  36. package/build/components/ButtonMap/ButtonMap.js +11 -9
  37. package/build/components/ButtonMap/ButtonMap.js.map +1 -1
  38. package/build/components/ButtonMenu/ButtonMenu.d.ts +5 -1
  39. package/build/components/ButtonMenu/ButtonMenu.d.ts.map +1 -1
  40. package/build/components/ButtonMenu/ButtonMenu.js +17 -17
  41. package/build/components/ButtonMenu/ButtonMenu.js.map +1 -1
  42. package/build/components/Calendar/Calendar.d.ts +4 -0
  43. package/build/components/Calendar/Calendar.d.ts.map +1 -0
  44. package/build/components/Calendar/Calendar.i18n.d.ts +34 -0
  45. package/build/components/Calendar/Calendar.i18n.d.ts.map +1 -0
  46. package/build/components/Calendar/Calendar.i18n.js +34 -0
  47. package/build/components/Calendar/Calendar.i18n.js.map +1 -0
  48. package/build/components/Calendar/Calendar.js +172 -0
  49. package/build/components/Calendar/Calendar.js.map +1 -0
  50. package/build/components/Calendar/Calendar.styles.d.ts +257 -0
  51. package/build/components/Calendar/Calendar.styles.d.ts.map +1 -0
  52. package/build/components/Calendar/Calendar.styles.js +234 -0
  53. package/build/components/Calendar/Calendar.styles.js.map +1 -0
  54. package/build/components/Calendar/Calendar.types.d.ts +62 -0
  55. package/build/components/Calendar/Calendar.types.d.ts.map +1 -0
  56. package/build/components/Calendar/Calendar.types.js +2 -0
  57. package/build/components/Calendar/Calendar.types.js.map +1 -0
  58. package/build/components/Calendar/CalendarDay.d.ts +4 -0
  59. package/build/components/Calendar/CalendarDay.d.ts.map +1 -0
  60. package/build/components/Calendar/CalendarDay.js +52 -0
  61. package/build/components/Calendar/CalendarDay.js.map +1 -0
  62. package/build/components/Calendar/CalendarHeader.d.ts +4 -0
  63. package/build/components/Calendar/CalendarHeader.d.ts.map +1 -0
  64. package/build/components/Calendar/CalendarHeader.js +16 -0
  65. package/build/components/Calendar/CalendarHeader.js.map +1 -0
  66. package/build/components/Calendar/CalendarLegend.d.ts +3 -0
  67. package/build/components/Calendar/CalendarLegend.d.ts.map +1 -0
  68. package/build/components/Calendar/CalendarLegend.js +38 -0
  69. package/build/components/Calendar/CalendarLegend.js.map +1 -0
  70. package/build/components/Calendar/CalendarYearPicker.d.ts +19 -0
  71. package/build/components/Calendar/CalendarYearPicker.d.ts.map +1 -0
  72. package/build/components/Calendar/CalendarYearPicker.js +158 -0
  73. package/build/components/Calendar/CalendarYearPicker.js.map +1 -0
  74. package/build/components/Calendar/index.d.ts +5 -0
  75. package/build/components/Calendar/index.d.ts.map +1 -0
  76. package/build/components/Calendar/index.js +3 -0
  77. package/build/components/Calendar/index.js.map +1 -0
  78. package/build/components/Card/Card.d.ts +25 -0
  79. package/build/components/Card/Card.d.ts.map +1 -0
  80. package/build/components/Card/Card.js +31 -0
  81. package/build/components/Card/Card.js.map +1 -0
  82. package/build/components/Card/Card.styles.d.ts +15 -0
  83. package/build/components/Card/Card.styles.d.ts.map +1 -0
  84. package/build/components/Card/Card.styles.js +18 -0
  85. package/build/components/Card/Card.styles.js.map +1 -0
  86. package/build/components/Card/index.d.ts +3 -0
  87. package/build/components/Card/index.d.ts.map +1 -0
  88. package/build/components/Card/index.js +2 -0
  89. package/build/components/Card/index.js.map +1 -0
  90. package/build/components/CardEquip/CardEquip.d.ts +60 -0
  91. package/build/components/CardEquip/CardEquip.d.ts.map +1 -0
  92. package/build/components/CardEquip/CardEquip.js +106 -0
  93. package/build/components/CardEquip/CardEquip.js.map +1 -0
  94. package/build/components/CardEquip/CardEquip.styles.d.ts +125 -0
  95. package/build/components/CardEquip/CardEquip.styles.d.ts.map +1 -0
  96. package/build/components/CardEquip/CardEquip.styles.js +139 -0
  97. package/build/components/CardEquip/CardEquip.styles.js.map +1 -0
  98. package/build/components/CardEquip/index.d.ts +3 -0
  99. package/build/components/CardEquip/index.d.ts.map +1 -0
  100. package/build/components/CardEquip/index.js +2 -0
  101. package/build/components/CardEquip/index.js.map +1 -0
  102. package/build/components/CardProfile/CardProfile.d.ts +55 -0
  103. package/build/components/CardProfile/CardProfile.d.ts.map +1 -0
  104. package/build/components/CardProfile/CardProfile.js +74 -0
  105. package/build/components/CardProfile/CardProfile.js.map +1 -0
  106. package/build/components/CardProfile/CardProfile.styles.d.ts +62 -0
  107. package/build/components/CardProfile/CardProfile.styles.d.ts.map +1 -0
  108. package/build/components/CardProfile/CardProfile.styles.js +65 -0
  109. package/build/components/CardProfile/CardProfile.styles.js.map +1 -0
  110. package/build/components/CardProfile/index.d.ts +3 -0
  111. package/build/components/CardProfile/index.d.ts.map +1 -0
  112. package/build/components/CardProfile/index.js +2 -0
  113. package/build/components/CardProfile/index.js.map +1 -0
  114. package/build/components/Checkbox/Checkbox.d.ts +28 -0
  115. package/build/components/Checkbox/Checkbox.d.ts.map +1 -0
  116. package/build/components/Checkbox/Checkbox.js +77 -0
  117. package/build/components/Checkbox/Checkbox.js.map +1 -0
  118. package/build/components/Checkbox/Checkbox.styles.d.ts +34 -0
  119. package/build/components/Checkbox/Checkbox.styles.d.ts.map +1 -0
  120. package/build/components/Checkbox/Checkbox.styles.js +39 -0
  121. package/build/components/Checkbox/Checkbox.styles.js.map +1 -0
  122. package/build/components/Checkbox/Checkbox.types.d.ts +25 -0
  123. package/build/components/Checkbox/Checkbox.types.d.ts.map +1 -0
  124. package/build/components/Checkbox/Checkbox.types.js +5 -0
  125. package/build/components/Checkbox/Checkbox.types.js.map +1 -0
  126. package/build/components/Checkbox/index.d.ts +3 -0
  127. package/build/components/Checkbox/index.d.ts.map +1 -0
  128. package/build/components/Checkbox/index.js +2 -0
  129. package/build/components/Checkbox/index.js.map +1 -0
  130. package/build/components/Cluster/Cluster.d.ts +23 -0
  131. package/build/components/Cluster/Cluster.d.ts.map +1 -0
  132. package/build/components/Cluster/Cluster.js +34 -0
  133. package/build/components/Cluster/Cluster.js.map +1 -0
  134. package/build/components/Cluster/Cluster.styles.d.ts +33 -0
  135. package/build/components/Cluster/Cluster.styles.d.ts.map +1 -0
  136. package/build/components/Cluster/Cluster.styles.js +34 -0
  137. package/build/components/Cluster/Cluster.styles.js.map +1 -0
  138. package/build/components/Cluster/index.d.ts +3 -0
  139. package/build/components/Cluster/index.d.ts.map +1 -0
  140. package/build/components/Cluster/index.js +2 -0
  141. package/build/components/Cluster/index.js.map +1 -0
  142. package/build/components/ColorPicker/ColorPicker.d.ts +20 -0
  143. package/build/components/ColorPicker/ColorPicker.d.ts.map +1 -0
  144. package/build/components/ColorPicker/ColorPicker.js +17 -0
  145. package/build/components/ColorPicker/ColorPicker.js.map +1 -0
  146. package/build/components/ColorPicker/ColorPicker.styles.d.ts +10 -0
  147. package/build/components/ColorPicker/ColorPicker.styles.d.ts.map +1 -0
  148. package/build/components/ColorPicker/ColorPicker.styles.js +11 -0
  149. package/build/components/ColorPicker/ColorPicker.styles.js.map +1 -0
  150. package/build/components/ColorPicker/index.d.ts +3 -0
  151. package/build/components/ColorPicker/index.d.ts.map +1 -0
  152. package/build/components/ColorPicker/index.js +2 -0
  153. package/build/components/ColorPicker/index.js.map +1 -0
  154. package/build/components/ColorSwatch/ColorSwatch.d.ts +20 -0
  155. package/build/components/ColorSwatch/ColorSwatch.d.ts.map +1 -0
  156. package/build/components/ColorSwatch/ColorSwatch.js +35 -0
  157. package/build/components/ColorSwatch/ColorSwatch.js.map +1 -0
  158. package/build/components/ColorSwatch/ColorSwatch.styles.d.ts +16 -0
  159. package/build/components/ColorSwatch/ColorSwatch.styles.d.ts.map +1 -0
  160. package/build/components/ColorSwatch/ColorSwatch.styles.js +19 -0
  161. package/build/components/ColorSwatch/ColorSwatch.styles.js.map +1 -0
  162. package/build/components/ColorSwatch/index.d.ts +3 -0
  163. package/build/components/ColorSwatch/index.d.ts.map +1 -0
  164. package/build/components/ColorSwatch/index.js +2 -0
  165. package/build/components/ColorSwatch/index.js.map +1 -0
  166. package/build/components/FileCard/FileCard.d.ts +29 -0
  167. package/build/components/FileCard/FileCard.d.ts.map +1 -0
  168. package/build/components/FileCard/FileCard.js +66 -0
  169. package/build/components/FileCard/FileCard.js.map +1 -0
  170. package/build/components/FileCard/FileCard.styles.d.ts +54 -0
  171. package/build/components/FileCard/FileCard.styles.d.ts.map +1 -0
  172. package/build/components/FileCard/FileCard.styles.js +56 -0
  173. package/build/components/FileCard/FileCard.styles.js.map +1 -0
  174. package/build/components/FileCard/index.d.ts +3 -0
  175. package/build/components/FileCard/index.d.ts.map +1 -0
  176. package/build/components/FileCard/index.js +2 -0
  177. package/build/components/FileCard/index.js.map +1 -0
  178. package/build/components/FilterChip/FilterChip.d.ts +5 -1
  179. package/build/components/FilterChip/FilterChip.d.ts.map +1 -1
  180. package/build/components/FilterChip/FilterChip.js +55 -25
  181. package/build/components/FilterChip/FilterChip.js.map +1 -1
  182. package/build/components/FilterNav/FilterNav.d.ts +53 -0
  183. package/build/components/FilterNav/FilterNav.d.ts.map +1 -0
  184. package/build/components/FilterNav/FilterNav.js +39 -0
  185. package/build/components/FilterNav/FilterNav.js.map +1 -0
  186. package/build/components/FilterNav/FilterNav.styles.d.ts +10 -0
  187. package/build/components/FilterNav/FilterNav.styles.d.ts.map +1 -0
  188. package/build/components/FilterNav/FilterNav.styles.js +11 -0
  189. package/build/components/FilterNav/FilterNav.styles.js.map +1 -0
  190. package/build/components/FilterNav/index.d.ts +3 -0
  191. package/build/components/FilterNav/index.d.ts.map +1 -0
  192. package/build/components/FilterNav/index.js +2 -0
  193. package/build/components/FilterNav/index.js.map +1 -0
  194. package/build/components/ImgPicker/ImgPicker.d.ts +47 -0
  195. package/build/components/ImgPicker/ImgPicker.d.ts.map +1 -0
  196. package/build/components/ImgPicker/ImgPicker.js +49 -0
  197. package/build/components/ImgPicker/ImgPicker.js.map +1 -0
  198. package/build/components/ImgPicker/ImgPicker.styles.d.ts +18 -0
  199. package/build/components/ImgPicker/ImgPicker.styles.d.ts.map +1 -0
  200. package/build/components/ImgPicker/ImgPicker.styles.js +19 -0
  201. package/build/components/ImgPicker/ImgPicker.styles.js.map +1 -0
  202. package/build/components/ImgPicker/index.d.ts +3 -0
  203. package/build/components/ImgPicker/index.d.ts.map +1 -0
  204. package/build/components/ImgPicker/index.js +2 -0
  205. package/build/components/ImgPicker/index.js.map +1 -0
  206. package/build/components/InlineInfo/InlineInfo.d.ts +60 -0
  207. package/build/components/InlineInfo/InlineInfo.d.ts.map +1 -0
  208. package/build/components/InlineInfo/InlineInfo.js +115 -0
  209. package/build/components/InlineInfo/InlineInfo.js.map +1 -0
  210. package/build/components/InlineInfo/InlineInfo.styles.d.ts +42 -0
  211. package/build/components/InlineInfo/InlineInfo.styles.d.ts.map +1 -0
  212. package/build/components/InlineInfo/InlineInfo.styles.js +50 -0
  213. package/build/components/InlineInfo/InlineInfo.styles.js.map +1 -0
  214. package/build/components/InlineInfo/index.d.ts +3 -0
  215. package/build/components/InlineInfo/index.d.ts.map +1 -0
  216. package/build/components/InlineInfo/index.js +2 -0
  217. package/build/components/InlineInfo/index.js.map +1 -0
  218. package/build/components/Input/Input.d.ts +57 -0
  219. package/build/components/Input/Input.d.ts.map +1 -0
  220. package/build/components/Input/Input.js +103 -0
  221. package/build/components/Input/Input.js.map +1 -0
  222. package/build/components/Input/Input.styles.d.ts +39 -0
  223. package/build/components/Input/Input.styles.d.ts.map +1 -0
  224. package/build/components/Input/Input.styles.js +40 -0
  225. package/build/components/Input/Input.styles.js.map +1 -0
  226. package/build/components/Input/index.d.ts +3 -0
  227. package/build/components/Input/index.d.ts.map +1 -0
  228. package/build/components/Input/index.js +2 -0
  229. package/build/components/Input/index.js.map +1 -0
  230. package/build/components/ListGroup/ListGroup.d.ts +24 -0
  231. package/build/components/ListGroup/ListGroup.d.ts.map +1 -0
  232. package/build/components/ListGroup/ListGroup.js +44 -0
  233. package/build/components/ListGroup/ListGroup.js.map +1 -0
  234. package/build/components/ListGroup/index.d.ts +3 -0
  235. package/build/components/ListGroup/index.d.ts.map +1 -0
  236. package/build/components/ListGroup/index.js +2 -0
  237. package/build/components/ListGroup/index.js.map +1 -0
  238. package/build/components/ListItem/ListItem.d.ts +44 -0
  239. package/build/components/ListItem/ListItem.d.ts.map +1 -0
  240. package/build/components/ListItem/ListItem.js +69 -0
  241. package/build/components/ListItem/ListItem.js.map +1 -0
  242. package/build/components/ListItem/ListItem.styles.d.ts +66 -0
  243. package/build/components/ListItem/ListItem.styles.d.ts.map +1 -0
  244. package/build/components/ListItem/ListItem.styles.js +70 -0
  245. package/build/components/ListItem/ListItem.styles.js.map +1 -0
  246. package/build/components/ListItem/index.d.ts +3 -0
  247. package/build/components/ListItem/index.d.ts.map +1 -0
  248. package/build/components/ListItem/index.js +2 -0
  249. package/build/components/ListItem/index.js.map +1 -0
  250. package/build/components/MapPin/MapPin.d.ts +61 -0
  251. package/build/components/MapPin/MapPin.d.ts.map +1 -0
  252. package/build/components/MapPin/MapPin.js +118 -0
  253. package/build/components/MapPin/MapPin.js.map +1 -0
  254. package/build/components/MapPin/MapPin.styles.d.ts +93 -0
  255. package/build/components/MapPin/MapPin.styles.d.ts.map +1 -0
  256. package/build/components/MapPin/MapPin.styles.js +101 -0
  257. package/build/components/MapPin/MapPin.styles.js.map +1 -0
  258. package/build/components/MapPin/index.d.ts +3 -0
  259. package/build/components/MapPin/index.d.ts.map +1 -0
  260. package/build/components/MapPin/index.js +2 -0
  261. package/build/components/MapPin/index.js.map +1 -0
  262. package/build/components/MediaPicker/MediaPicker.d.ts +74 -0
  263. package/build/components/MediaPicker/MediaPicker.d.ts.map +1 -0
  264. package/build/components/MediaPicker/MediaPicker.js +43 -0
  265. package/build/components/MediaPicker/MediaPicker.js.map +1 -0
  266. package/build/components/MediaPicker/MediaPicker.styles.d.ts +30 -0
  267. package/build/components/MediaPicker/MediaPicker.styles.d.ts.map +1 -0
  268. package/build/components/MediaPicker/MediaPicker.styles.js +31 -0
  269. package/build/components/MediaPicker/MediaPicker.styles.js.map +1 -0
  270. package/build/components/MediaPicker/index.d.ts +3 -0
  271. package/build/components/MediaPicker/index.d.ts.map +1 -0
  272. package/build/components/MediaPicker/index.js +2 -0
  273. package/build/components/MediaPicker/index.js.map +1 -0
  274. package/build/components/PhotoCard/PhotoCard.d.ts +28 -0
  275. package/build/components/PhotoCard/PhotoCard.d.ts.map +1 -0
  276. package/build/components/PhotoCard/PhotoCard.js +53 -0
  277. package/build/components/PhotoCard/PhotoCard.js.map +1 -0
  278. package/build/components/PhotoCard/PhotoCard.styles.d.ts +47 -0
  279. package/build/components/PhotoCard/PhotoCard.styles.d.ts.map +1 -0
  280. package/build/components/PhotoCard/PhotoCard.styles.js +45 -0
  281. package/build/components/PhotoCard/PhotoCard.styles.js.map +1 -0
  282. package/build/components/PhotoCard/index.d.ts +3 -0
  283. package/build/components/PhotoCard/index.d.ts.map +1 -0
  284. package/build/components/PhotoCard/index.js +2 -0
  285. package/build/components/PhotoCard/index.js.map +1 -0
  286. package/build/components/ProgressStep/ProgressStep.d.ts +9 -0
  287. package/build/components/ProgressStep/ProgressStep.d.ts.map +1 -0
  288. package/build/components/ProgressStep/ProgressStep.js +23 -0
  289. package/build/components/ProgressStep/ProgressStep.js.map +1 -0
  290. package/build/components/ProgressStep/ProgressStep.styles.d.ts +12 -0
  291. package/build/components/ProgressStep/ProgressStep.styles.d.ts.map +1 -0
  292. package/build/components/ProgressStep/ProgressStep.styles.js +13 -0
  293. package/build/components/ProgressStep/ProgressStep.styles.js.map +1 -0
  294. package/build/components/ProgressStep/index.d.ts +3 -0
  295. package/build/components/ProgressStep/index.d.ts.map +1 -0
  296. package/build/components/ProgressStep/index.js +2 -0
  297. package/build/components/ProgressStep/index.js.map +1 -0
  298. package/build/components/RadioButton/RadioButton.d.ts +29 -0
  299. package/build/components/RadioButton/RadioButton.d.ts.map +1 -0
  300. package/build/components/RadioButton/RadioButton.js +71 -0
  301. package/build/components/RadioButton/RadioButton.js.map +1 -0
  302. package/build/components/RadioButton/RadioButton.styles.d.ts +27 -0
  303. package/build/components/RadioButton/RadioButton.styles.d.ts.map +1 -0
  304. package/build/components/RadioButton/RadioButton.styles.js +30 -0
  305. package/build/components/RadioButton/RadioButton.styles.js.map +1 -0
  306. package/build/components/RadioButton/index.d.ts +3 -0
  307. package/build/components/RadioButton/index.d.ts.map +1 -0
  308. package/build/components/RadioButton/index.js +2 -0
  309. package/build/components/RadioButton/index.js.map +1 -0
  310. package/build/components/SearchBar/SearchBar.d.ts +33 -0
  311. package/build/components/SearchBar/SearchBar.d.ts.map +1 -0
  312. package/build/components/SearchBar/SearchBar.js +83 -0
  313. package/build/components/SearchBar/SearchBar.js.map +1 -0
  314. package/build/components/SearchBar/SearchBar.styles.d.ts +19 -0
  315. package/build/components/SearchBar/SearchBar.styles.d.ts.map +1 -0
  316. package/build/components/SearchBar/SearchBar.styles.js +21 -0
  317. package/build/components/SearchBar/SearchBar.styles.js.map +1 -0
  318. package/build/components/SearchBar/index.d.ts +3 -0
  319. package/build/components/SearchBar/index.d.ts.map +1 -0
  320. package/build/components/SearchBar/index.js +2 -0
  321. package/build/components/SearchBar/index.js.map +1 -0
  322. package/build/components/Spinner/Spinner.d.ts +12 -0
  323. package/build/components/Spinner/Spinner.d.ts.map +1 -0
  324. package/build/components/Spinner/Spinner.js +80 -0
  325. package/build/components/Spinner/Spinner.js.map +1 -0
  326. package/build/components/Spinner/Spinner.styles.d.ts +21 -0
  327. package/build/components/Spinner/Spinner.styles.d.ts.map +1 -0
  328. package/build/components/Spinner/Spinner.styles.js +22 -0
  329. package/build/components/Spinner/Spinner.styles.js.map +1 -0
  330. package/build/components/Spinner/index.d.ts +3 -0
  331. package/build/components/Spinner/index.d.ts.map +1 -0
  332. package/build/components/Spinner/index.js +2 -0
  333. package/build/components/Spinner/index.js.map +1 -0
  334. package/build/components/StepSheet/StepSheet.d.ts +77 -0
  335. package/build/components/StepSheet/StepSheet.d.ts.map +1 -0
  336. package/build/components/StepSheet/StepSheet.js +30 -0
  337. package/build/components/StepSheet/StepSheet.js.map +1 -0
  338. package/build/components/StepSheet/StepSheet.styles.d.ts +6 -0
  339. package/build/components/StepSheet/StepSheet.styles.d.ts.map +1 -0
  340. package/build/components/StepSheet/StepSheet.styles.js +7 -0
  341. package/build/components/StepSheet/StepSheet.styles.js.map +1 -0
  342. package/build/components/StepSheet/index.d.ts +3 -0
  343. package/build/components/StepSheet/index.d.ts.map +1 -0
  344. package/build/components/StepSheet/index.js +2 -0
  345. package/build/components/StepSheet/index.js.map +1 -0
  346. package/build/components/Stepper/Stepper.d.ts +50 -0
  347. package/build/components/Stepper/Stepper.d.ts.map +1 -0
  348. package/build/components/Stepper/Stepper.js +48 -0
  349. package/build/components/Stepper/Stepper.js.map +1 -0
  350. package/build/components/Stepper/Stepper.styles.d.ts +27 -0
  351. package/build/components/Stepper/Stepper.styles.d.ts.map +1 -0
  352. package/build/components/Stepper/Stepper.styles.js +28 -0
  353. package/build/components/Stepper/Stepper.styles.js.map +1 -0
  354. package/build/components/Stepper/index.d.ts +3 -0
  355. package/build/components/Stepper/index.d.ts.map +1 -0
  356. package/build/components/Stepper/index.js +2 -0
  357. package/build/components/Stepper/index.js.map +1 -0
  358. package/build/components/Switch/Switch.d.ts +29 -0
  359. package/build/components/Switch/Switch.d.ts.map +1 -0
  360. package/build/components/Switch/Switch.js +89 -0
  361. package/build/components/Switch/Switch.js.map +1 -0
  362. package/build/components/Switch/Switch.styles.d.ts +29 -0
  363. package/build/components/Switch/Switch.styles.d.ts.map +1 -0
  364. package/build/components/Switch/Switch.styles.js +26 -0
  365. package/build/components/Switch/Switch.styles.js.map +1 -0
  366. package/build/components/Switch/index.d.ts +3 -0
  367. package/build/components/Switch/index.d.ts.map +1 -0
  368. package/build/components/Switch/index.js +2 -0
  369. package/build/components/Switch/index.js.map +1 -0
  370. package/build/components/Tab/Tab.d.ts +52 -0
  371. package/build/components/Tab/Tab.d.ts.map +1 -0
  372. package/build/components/Tab/Tab.js +121 -0
  373. package/build/components/Tab/Tab.js.map +1 -0
  374. package/build/components/Tab/Tab.styles.d.ts +55 -0
  375. package/build/components/Tab/Tab.styles.d.ts.map +1 -0
  376. package/build/components/Tab/Tab.styles.js +60 -0
  377. package/build/components/Tab/Tab.styles.js.map +1 -0
  378. package/build/components/Tab/index.d.ts +3 -0
  379. package/build/components/Tab/index.d.ts.map +1 -0
  380. package/build/components/Tab/index.js +2 -0
  381. package/build/components/Tab/index.js.map +1 -0
  382. package/build/components/Tag/Tag.d.ts +4 -0
  383. package/build/components/Tag/Tag.d.ts.map +1 -0
  384. package/build/components/Tag/Tag.js +40 -0
  385. package/build/components/Tag/Tag.js.map +1 -0
  386. package/build/components/Tag/Tag.styles.d.ts +35 -0
  387. package/build/components/Tag/Tag.styles.d.ts.map +1 -0
  388. package/build/components/Tag/Tag.styles.js +43 -0
  389. package/build/components/Tag/Tag.styles.js.map +1 -0
  390. package/build/components/Tag/Tag.types.d.ts +23 -0
  391. package/build/components/Tag/Tag.types.d.ts.map +1 -0
  392. package/build/components/Tag/Tag.types.js +2 -0
  393. package/build/components/Tag/Tag.types.js.map +1 -0
  394. package/build/components/Tag/index.d.ts +3 -0
  395. package/build/components/Tag/index.d.ts.map +1 -0
  396. package/build/components/Tag/index.js +2 -0
  397. package/build/components/Tag/index.js.map +1 -0
  398. package/build/components/navigation/GeneralNav/GeneralNav.d.ts +21 -0
  399. package/build/components/navigation/GeneralNav/GeneralNav.d.ts.map +1 -0
  400. package/build/components/navigation/GeneralNav/GeneralNav.js +25 -0
  401. package/build/components/navigation/GeneralNav/GeneralNav.js.map +1 -0
  402. package/build/components/navigation/GeneralNav/GeneralNav.styles.d.ts +33 -0
  403. package/build/components/navigation/GeneralNav/GeneralNav.styles.d.ts.map +1 -0
  404. package/build/components/navigation/GeneralNav/GeneralNav.styles.js +35 -0
  405. package/build/components/navigation/GeneralNav/GeneralNav.styles.js.map +1 -0
  406. package/build/components/navigation/GeneralNav/index.d.ts +3 -0
  407. package/build/components/navigation/GeneralNav/index.d.ts.map +1 -0
  408. package/build/components/navigation/GeneralNav/index.js +2 -0
  409. package/build/components/navigation/GeneralNav/index.js.map +1 -0
  410. package/build/components/navigation/MobileCanva/MobileCanva.d.ts +11 -0
  411. package/build/components/navigation/MobileCanva/MobileCanva.d.ts.map +1 -0
  412. package/build/components/navigation/MobileCanva/MobileCanva.js +45 -0
  413. package/build/components/navigation/MobileCanva/MobileCanva.js.map +1 -0
  414. package/build/components/navigation/MobileCanva/MobileCanva.styles.d.ts +93 -0
  415. package/build/components/navigation/MobileCanva/MobileCanva.styles.d.ts.map +1 -0
  416. package/build/components/navigation/MobileCanva/MobileCanva.styles.js +94 -0
  417. package/build/components/navigation/MobileCanva/MobileCanva.styles.js.map +1 -0
  418. package/build/components/navigation/MobileCanva/MobileCanva.types.d.ts +21 -0
  419. package/build/components/navigation/MobileCanva/MobileCanva.types.d.ts.map +1 -0
  420. package/build/components/navigation/MobileCanva/MobileCanva.types.js +2 -0
  421. package/build/components/navigation/MobileCanva/MobileCanva.types.js.map +1 -0
  422. package/build/components/navigation/MobileCanva/index.d.ts +3 -0
  423. package/build/components/navigation/MobileCanva/index.d.ts.map +1 -0
  424. package/build/components/navigation/MobileCanva/index.js +2 -0
  425. package/build/components/navigation/MobileCanva/index.js.map +1 -0
  426. package/build/components/navigation/PageNav/PageNav.d.ts +46 -0
  427. package/build/components/navigation/PageNav/PageNav.d.ts.map +1 -0
  428. package/build/components/navigation/PageNav/PageNav.js +48 -0
  429. package/build/components/navigation/PageNav/PageNav.js.map +1 -0
  430. package/build/components/navigation/PageNav/PageNav.styles.d.ts +60 -0
  431. package/build/components/navigation/PageNav/PageNav.styles.d.ts.map +1 -0
  432. package/build/components/navigation/PageNav/PageNav.styles.js +60 -0
  433. package/build/components/navigation/PageNav/PageNav.styles.js.map +1 -0
  434. package/build/components/navigation/PageNav/index.d.ts +3 -0
  435. package/build/components/navigation/PageNav/index.d.ts.map +1 -0
  436. package/build/components/navigation/PageNav/index.js +2 -0
  437. package/build/components/navigation/PageNav/index.js.map +1 -0
  438. package/build/components/navigation/TabBar/TabBar.d.ts +22 -0
  439. package/build/components/navigation/TabBar/TabBar.d.ts.map +1 -0
  440. package/build/components/navigation/TabBar/TabBar.js +13 -0
  441. package/build/components/navigation/TabBar/TabBar.js.map +1 -0
  442. package/build/components/navigation/TabBar/TabBar.styles.d.ts +14 -0
  443. package/build/components/navigation/TabBar/TabBar.styles.d.ts.map +1 -0
  444. package/build/components/navigation/TabBar/TabBar.styles.js +16 -0
  445. package/build/components/navigation/TabBar/TabBar.styles.js.map +1 -0
  446. package/build/components/navigation/TabBar/index.d.ts +3 -0
  447. package/build/components/navigation/TabBar/index.d.ts.map +1 -0
  448. package/build/components/navigation/TabBar/index.js +2 -0
  449. package/build/components/navigation/TabBar/index.js.map +1 -0
  450. package/build/context/BottomSheetContext.d.ts +42 -0
  451. package/build/context/BottomSheetContext.d.ts.map +1 -0
  452. package/build/context/BottomSheetContext.js +51 -0
  453. package/build/context/BottomSheetContext.js.map +1 -0
  454. package/build/context/ThemeContext.d.ts +5 -1
  455. package/build/context/ThemeContext.d.ts.map +1 -1
  456. package/build/context/ThemeContext.js +4 -2
  457. package/build/context/ThemeContext.js.map +1 -1
  458. package/build/index.d.ts +77 -1
  459. package/build/index.d.ts.map +1 -1
  460. package/build/index.js +38 -0
  461. package/build/index.js.map +1 -1
  462. package/build/theme/tokens/dark.d.ts.map +1 -1
  463. package/build/theme/tokens/dark.js +263 -10
  464. package/build/theme/tokens/dark.js.map +1 -1
  465. package/build/theme/tokens/light.d.ts.map +1 -1
  466. package/build/theme/tokens/light.js +252 -7
  467. package/build/theme/tokens/light.js.map +1 -1
  468. package/build/theme/type.d.ts +398 -0
  469. package/build/theme/type.d.ts.map +1 -1
  470. package/build/theme/type.js.map +1 -1
  471. package/package.json +8 -5
@@ -0,0 +1,60 @@
1
+ export declare const styles: {
2
+ container: {
3
+ width: "100%";
4
+ flexDirection: "column";
5
+ gap: number;
6
+ paddingBottom: number;
7
+ };
8
+ headerRow: {
9
+ height: number;
10
+ flexDirection: "row";
11
+ alignItems: "center";
12
+ justifyContent: "center";
13
+ paddingHorizontal: number;
14
+ };
15
+ titleGroup: {
16
+ flexDirection: "row";
17
+ alignItems: "center";
18
+ justifyContent: "center";
19
+ gap: number;
20
+ };
21
+ title: {
22
+ fontFamily: string;
23
+ fontWeight: "700";
24
+ includeFontPadding: false;
25
+ textAlignVertical: "center";
26
+ };
27
+ titleS: {
28
+ fontSize: number;
29
+ lineHeight: number;
30
+ };
31
+ titleM: {
32
+ fontSize: number;
33
+ lineHeight: number;
34
+ };
35
+ titleL: {
36
+ fontSize: number;
37
+ lineHeight: number;
38
+ };
39
+ btnLeft: {
40
+ position: "absolute";
41
+ top: number;
42
+ width: number;
43
+ height: number;
44
+ alignItems: "center";
45
+ justifyContent: "center";
46
+ };
47
+ btnRight: {
48
+ position: "absolute";
49
+ top: number;
50
+ width: number;
51
+ height: number;
52
+ alignItems: "center";
53
+ justifyContent: "center";
54
+ };
55
+ slot: {
56
+ height: number;
57
+ width: "100%";
58
+ };
59
+ };
60
+ //# sourceMappingURL=PageNav.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PageNav.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/PageNav/PageNav.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8DjB,CAAC"}
@@ -0,0 +1,60 @@
1
+ /** Static layout styles for PageNav — all colors injected via useTheme() */
2
+ import { StyleSheet } from 'react-native';
3
+ export const styles = StyleSheet.create({
4
+ // Outer container
5
+ container: {
6
+ width: '100%',
7
+ flexDirection: 'column',
8
+ gap: 4,
9
+ paddingBottom: 8,
10
+ },
11
+ // Header row — 40px high, buttons positioned absolute inside
12
+ headerRow: {
13
+ height: 40,
14
+ flexDirection: 'row',
15
+ alignItems: 'center',
16
+ justifyContent: 'center',
17
+ paddingHorizontal: 10,
18
+ },
19
+ // Title + icon group — centered
20
+ titleGroup: {
21
+ flexDirection: 'row',
22
+ alignItems: 'center',
23
+ justifyContent: 'center',
24
+ gap: 6,
25
+ },
26
+ // Title text base
27
+ title: {
28
+ fontFamily: 'Urbanist',
29
+ fontWeight: '700',
30
+ includeFontPadding: false,
31
+ textAlignVertical: 'center',
32
+ },
33
+ titleS: { fontSize: 16, lineHeight: 22 },
34
+ titleM: { fontSize: 18, lineHeight: 24 },
35
+ titleL: { fontSize: 20, lineHeight: 26 },
36
+ // Absolute left button — left offset set inline per index
37
+ btnLeft: {
38
+ position: 'absolute',
39
+ top: 0,
40
+ width: 40,
41
+ height: 40,
42
+ alignItems: 'center',
43
+ justifyContent: 'center',
44
+ },
45
+ // Absolute right button — right offset set inline per index
46
+ btnRight: {
47
+ position: 'absolute',
48
+ top: 0,
49
+ width: 40,
50
+ height: 40,
51
+ alignItems: 'center',
52
+ justifyContent: 'center',
53
+ },
54
+ // Optional slot below header — 34px
55
+ slot: {
56
+ height: 34,
57
+ width: '100%',
58
+ },
59
+ });
60
+ //# sourceMappingURL=PageNav.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PageNav.styles.js","sourceRoot":"","sources":["../../../../src/components/navigation/PageNav/PageNav.styles.ts"],"names":[],"mappings":"AAAA,4EAA4E;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,CAAC,MAAM,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IACtC,kBAAkB;IAClB,SAAS,EAAE;QACT,KAAK,EAAE,MAAM;QACb,aAAa,EAAE,QAAQ;QACvB,GAAG,EAAE,CAAC;QACN,aAAa,EAAE,CAAC;KACjB;IAED,6DAA6D;IAC7D,SAAS,EAAE;QACT,MAAM,EAAE,EAAE;QACV,aAAa,EAAE,KAAK;QACpB,UAAU,EAAE,QAAQ;QACpB,cAAc,EAAE,QAAQ;QACxB,iBAAiB,EAAE,EAAE;KACtB;IAED,gCAAgC;IAChC,UAAU,EAAE;QACV,aAAa,EAAE,KAAK;QACpB,UAAU,EAAE,QAAQ;QACpB,cAAc,EAAE,QAAQ;QACxB,GAAG,EAAE,CAAC;KACP;IAED,kBAAkB;IAClB,KAAK,EAAE;QACL,UAAU,EAAE,UAAU;QACtB,UAAU,EAAE,KAAK;QACjB,kBAAkB,EAAE,KAAK;QACzB,iBAAiB,EAAE,QAAQ;KAC5B;IACD,MAAM,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE;IACxC,MAAM,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE;IACxC,MAAM,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE;IAExC,0DAA0D;IAC1D,OAAO,EAAE;QACP,QAAQ,EAAE,UAAU;QACpB,GAAG,EAAE,CAAC;QACN,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,EAAE;QACV,UAAU,EAAE,QAAQ;QACpB,cAAc,EAAE,QAAQ;KACzB;IAED,4DAA4D;IAC5D,QAAQ,EAAE;QACR,QAAQ,EAAE,UAAU;QACpB,GAAG,EAAE,CAAC;QACN,KAAK,EAAE,EAAE;QACT,MAAM,EAAE,EAAE;QACV,UAAU,EAAE,QAAQ;QACpB,cAAc,EAAE,QAAQ;KACzB;IAED,oCAAoC;IACpC,IAAI,EAAE;QACJ,MAAM,EAAE,EAAE;QACV,KAAK,EAAE,MAAM;KACd;CACF,CAAC,CAAC","sourcesContent":["/** Static layout styles for PageNav — all colors injected via useTheme() */\nimport { StyleSheet } from 'react-native';\n\nexport const styles = StyleSheet.create({\n // Outer container\n container: {\n width: '100%',\n flexDirection: 'column',\n gap: 4,\n paddingBottom: 8,\n },\n\n // Header row — 40px high, buttons positioned absolute inside\n headerRow: {\n height: 40,\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'center',\n paddingHorizontal: 10,\n },\n\n // Title + icon group — centered\n titleGroup: {\n flexDirection: 'row',\n alignItems: 'center',\n justifyContent: 'center',\n gap: 6,\n },\n\n // Title text base\n title: {\n fontFamily: 'Urbanist',\n fontWeight: '700',\n includeFontPadding: false,\n textAlignVertical: 'center',\n },\n titleS: { fontSize: 16, lineHeight: 22 },\n titleM: { fontSize: 18, lineHeight: 24 },\n titleL: { fontSize: 20, lineHeight: 26 },\n\n // Absolute left button — left offset set inline per index\n btnLeft: {\n position: 'absolute',\n top: 0,\n width: 40,\n height: 40,\n alignItems: 'center',\n justifyContent: 'center',\n },\n\n // Absolute right button — right offset set inline per index\n btnRight: {\n position: 'absolute',\n top: 0,\n width: 40,\n height: 40,\n alignItems: 'center',\n justifyContent: 'center',\n },\n\n // Optional slot below header — 34px\n slot: {\n height: 34,\n width: '100%',\n },\n});"]}
@@ -0,0 +1,3 @@
1
+ export { PageNav, default } from './PageNav';
2
+ export type { PageNavProps } from './PageNav';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/PageNav/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAC7C,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { PageNav, default } from './PageNav';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/navigation/PageNav/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC","sourcesContent":["export { PageNav, default } from './PageNav';\nexport type { PageNavProps } from './PageNav';\n"]}
@@ -0,0 +1,22 @@
1
+ /** Tab bar navigation component — 4 fixed tabs built on ButtonMenu */
2
+ import React from 'react';
3
+ export interface TabBarItem {
4
+ /** Phosphor icon element (will have size + color injected) */
5
+ icon: React.ReactElement;
6
+ /** Show notification dot */
7
+ notif?: boolean;
8
+ /** Disable the tab — blocks press and dims the icon */
9
+ disabled?: boolean;
10
+ /** Called when tab is pressed */
11
+ onPress: () => void;
12
+ /** Accessibility label for screen readers */
13
+ accessibilityLabel?: string;
14
+ }
15
+ export interface TabBarProps {
16
+ /** Exactly 4 tab items */
17
+ tabs: [TabBarItem, TabBarItem, TabBarItem, TabBarItem];
18
+ /** Index of the currently active tab (0–3) */
19
+ activeIndex: number;
20
+ }
21
+ export declare function TabBar({ tabs, activeIndex }: TabBarProps): React.JSX.Element;
22
+ //# sourceMappingURL=TabBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabBar.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/TabBar/TabBar.tsx"],"names":[],"mappings":"AAAA,sEAAsE;AACtE,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,MAAM,WAAW,UAAU;IACzB,8DAA8D;IAC9D,IAAI,EAAE,KAAK,CAAC,YAAY,CAAC;IACzB,4BAA4B;IAC5B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,uDAAuD;IACvD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iCAAiC;IACjC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,6CAA6C;IAC7C,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,WAAW;IAC1B,0BAA0B;IAC1B,IAAI,EAAE,CAAC,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,CAAC,CAAC;IACvD,8CAA8C;IAC9C,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,MAAM,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,EAAE,WAAW,qBAkBxD"}
@@ -0,0 +1,13 @@
1
+ /** Tab bar navigation component — 4 fixed tabs built on ButtonMenu */
2
+ import React from 'react';
3
+ import { View } from 'react-native';
4
+ import { ButtonMenu } from '../../ButtonMenu';
5
+ import { styles } from './TabBar.styles';
6
+ export function TabBar({ tabs, activeIndex }) {
7
+ return (<View style={styles.shell}>
8
+ {tabs.map((tab, index) => (<View key={index} style={styles.tabSlot}>
9
+ <ButtonMenu icon={tab.icon} state={tab.disabled ? 'disabled' : index === activeIndex ? 'active' : 'default'} notif={tab.notif} onPress={tab.onPress} accessibilityLabel={tab.accessibilityLabel}/>
10
+ </View>))}
11
+ </View>);
12
+ }
13
+ //# sourceMappingURL=TabBar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabBar.js","sourceRoot":"","sources":["../../../../src/components/navigation/TabBar/TabBar.tsx"],"names":[],"mappings":"AAAA,sEAAsE;AACtE,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAsBzC,MAAM,UAAU,MAAM,CAAC,EAAE,IAAI,EAAE,WAAW,EAAe;IACvD,OAAO,CACL,CAAC,IAAI,CACH,KAAK,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAEpB;MAAA,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,KAAK,EAAE,EAAE,CAAC,CACxB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CACtC;UAAA,CAAC,UAAU,CACT,IAAI,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,CACf,KAAK,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,KAAK,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAChF,KAAK,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CACjB,OAAO,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CACrB,kBAAkB,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,EAE/C;QAAA,EAAE,IAAI,CAAC,CACR,CAAC,CACJ;IAAA,EAAE,IAAI,CAAC,CACR,CAAC;AACJ,CAAC","sourcesContent":["/** Tab bar navigation component — 4 fixed tabs built on ButtonMenu */\nimport React from 'react';\nimport { View } from 'react-native';\nimport { ButtonMenu } from '../../ButtonMenu';\nimport { styles } from './TabBar.styles';\n\nexport interface TabBarItem {\n /** Phosphor icon element (will have size + color injected) */\n icon: React.ReactElement;\n /** Show notification dot */\n notif?: boolean;\n /** Disable the tab — blocks press and dims the icon */\n disabled?: boolean;\n /** Called when tab is pressed */\n onPress: () => void;\n /** Accessibility label for screen readers */\n accessibilityLabel?: string;\n}\n\nexport interface TabBarProps {\n /** Exactly 4 tab items */\n tabs: [TabBarItem, TabBarItem, TabBarItem, TabBarItem];\n /** Index of the currently active tab (0–3) */\n activeIndex: number;\n}\n\nexport function TabBar({ tabs, activeIndex }: TabBarProps) {\n return (\n <View\n style={styles.shell}\n >\n {tabs.map((tab, index) => (\n <View key={index} style={styles.tabSlot}>\n <ButtonMenu\n icon={tab.icon}\n state={tab.disabled ? 'disabled' : index === activeIndex ? 'active' : 'default'}\n notif={tab.notif}\n onPress={tab.onPress}\n accessibilityLabel={tab.accessibilityLabel}\n />\n </View>\n ))}\n </View>\n );\n}"]}
@@ -0,0 +1,14 @@
1
+ export declare const styles: {
2
+ shell: {
3
+ flexDirection: "row";
4
+ alignItems: "center";
5
+ paddingHorizontal: number;
6
+ gap: number;
7
+ width: "100%";
8
+ };
9
+ tabSlot: {
10
+ flex: number;
11
+ alignItems: "center";
12
+ };
13
+ };
14
+ //# sourceMappingURL=TabBar.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabBar.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/TabBar/TabBar.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;;;;;;;;;;;;CAYjB,CAAC"}
@@ -0,0 +1,16 @@
1
+ /** Static layout styles for TabBar shell — tab buttons are rendered by ButtonMenu */
2
+ import { StyleSheet } from 'react-native';
3
+ export const styles = StyleSheet.create({
4
+ shell: {
5
+ flexDirection: 'row',
6
+ alignItems: 'center',
7
+ paddingHorizontal: 16,
8
+ gap: 2,
9
+ width: '100%',
10
+ },
11
+ tabSlot: {
12
+ flex: 1,
13
+ alignItems: 'center',
14
+ },
15
+ });
16
+ //# sourceMappingURL=TabBar.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabBar.styles.js","sourceRoot":"","sources":["../../../../src/components/navigation/TabBar/TabBar.styles.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,CAAC,MAAM,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IACtC,KAAK,EAAE;QACL,aAAa,EAAE,KAAK;QACpB,UAAU,EAAE,QAAQ;QACpB,iBAAiB,EAAE,EAAE;QACrB,GAAG,EAAE,CAAC;QACN,KAAK,EAAE,MAAM;KACd;IACD,OAAO,EAAE;QACP,IAAI,EAAE,CAAC;QACP,UAAU,EAAE,QAAQ;KACrB;CACF,CAAC,CAAC","sourcesContent":["/** Static layout styles for TabBar shell — tab buttons are rendered by ButtonMenu */\nimport { StyleSheet } from 'react-native';\n\nexport const styles = StyleSheet.create({\n shell: {\n flexDirection: 'row',\n alignItems: 'center',\n paddingHorizontal: 16,\n gap: 2,\n width: '100%',\n },\n tabSlot: {\n flex: 1,\n alignItems: 'center',\n },\n});"]}
@@ -0,0 +1,3 @@
1
+ export { TabBar } from './TabBar';
2
+ export type { TabBarProps, TabBarItem } from './TabBar';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/TabBar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { TabBar } from './TabBar';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/navigation/TabBar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC","sourcesContent":["export { TabBar } from './TabBar';\nexport type { TabBarProps, TabBarItem } from './TabBar';"]}
@@ -0,0 +1,42 @@
1
+ /** Provides a stackable global bottom sheet — openSheet pushes, closeSheet pops */
2
+ import React from 'react';
3
+ export type BottomSheetOptions = {
4
+ /** Initial height as a fraction of screen height (0 to 1) */
5
+ size?: number;
6
+ /** Allow sliding up to expand to full screen (default: true) */
7
+ expandable?: boolean;
8
+ /** Allow sliding down to close (default: true) */
9
+ closeable?: boolean;
10
+ /** Show a close button (default: false) */
11
+ showCloseButton?: boolean;
12
+ /** Position of the close button (default: 'right') */
13
+ closeButtonPosition?: 'left' | 'right';
14
+ /** Show dark backdrop behind the sheet (default: true) */
15
+ backdrop?: boolean;
16
+ /** Block interactions with content behind the sheet even without a visible backdrop (default: false) */
17
+ blockBackground?: boolean;
18
+ /** Close the sheet when the backdrop is pressed (default: false) */
19
+ closeOnBackdropPress?: boolean;
20
+ /** Auto-size the sheet based on content height instead of a fixed snap point (default: false) */
21
+ autoSize?: boolean;
22
+ /** How the sheet reacts when the keyboard opens */
23
+ keyboardBehavior?: 'extend' | 'fillParent' | 'interactive';
24
+ /** Whether the sheet restores its position when the keyboard closes */
25
+ keyboardBlurBehavior?: 'none' | 'restore';
26
+ /** Called when the sheet opens */
27
+ onOpen?: () => void;
28
+ /** Called when the sheet closes */
29
+ onClose?: () => void;
30
+ };
31
+ export type BottomSheetContextValue = {
32
+ /** Push a new sheet on top of the stack */
33
+ openSheet: (content: React.ReactNode, options?: BottomSheetOptions) => void;
34
+ /** Close the top-most sheet */
35
+ closeSheet: () => void;
36
+ };
37
+ export declare const BottomSheetProvider: ({ children }: {
38
+ children: React.ReactNode;
39
+ }) => React.JSX.Element;
40
+ /** Hook to open/close the global bottom sheet from anywhere in the app */
41
+ export declare const useBottomSheet: () => BottomSheetContextValue;
42
+ //# sourceMappingURL=BottomSheetContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetContext.d.ts","sourceRoot":"","sources":["../../src/context/BottomSheetContext.tsx"],"names":[],"mappings":"AAAA,mFAAmF;AACnF,OAAO,KAAmE,MAAM,OAAO,CAAC;AAIxF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,6DAA6D;IAC7D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,gEAAgE;IAChE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kDAAkD;IAClD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,2CAA2C;IAC3C,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,sDAAsD;IACtD,mBAAmB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACvC,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,wGAAwG;IACxG,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,oEAAoE;IACpE,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,iGAAiG;IACjG,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mDAAmD;IACnD,gBAAgB,CAAC,EAAE,QAAQ,GAAG,YAAY,GAAG,aAAa,CAAC;IAC3D,uEAAuE;IACvE,oBAAoB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1C,kCAAkC;IAClC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,mCAAmC;IACnC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAUF,MAAM,MAAM,uBAAuB,GAAG;IACpC,2CAA2C;IAC3C,SAAS,EAAE,CAAC,OAAO,EAAE,KAAK,CAAC,SAAS,EAAE,OAAO,CAAC,EAAE,kBAAkB,KAAK,IAAI,CAAC;IAC5E,+BAA+B;IAC/B,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAIF,eAAO,MAAM,mBAAmB,GAAI,cAAc;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,sBA+D9E,CAAC;AAEF,0EAA0E;AAC1E,eAAO,MAAM,cAAc,QAAO,uBAIjC,CAAC"}
@@ -0,0 +1,51 @@
1
+ /** Provides a stackable global bottom sheet — openSheet pushes, closeSheet pops */
2
+ import React, { createContext, useCallback, useContext, useRef, useState } from 'react';
3
+ import { StyleSheet, View } from 'react-native';
4
+ import { BottomSheet } from '../components/BottomSheet';
5
+ const BottomSheetContext = createContext(null);
6
+ export const BottomSheetProvider = ({ children }) => {
7
+ const [stack, setStack] = useState([]);
8
+ const lastOpenTimeRef = useRef(0);
9
+ const openSheet = useCallback((content, options = {}) => {
10
+ // Prevent rapid successive opens (double-tap protection).
11
+ // 300ms matches the gorhom sheet open animation duration — by the time a nested
12
+ // sheet is interactable, the window has already elapsed.
13
+ const now = Date.now();
14
+ if (now - lastOpenTimeRef.current < 300)
15
+ return;
16
+ lastOpenTimeRef.current = now;
17
+ const id = now;
18
+ // Mount directly with isOpen=true — gorhom uses initialIndex prop to start open
19
+ setStack((prev) => [...prev, { id, content, options, isOpen: true }]);
20
+ }, []);
21
+ const closeSheet = useCallback(() => {
22
+ // Trigger close animation on the top sheet — removal happens in onClose callback
23
+ setStack((prev) => {
24
+ if (prev.length === 0)
25
+ return prev;
26
+ return prev.map((entry, i) => i === prev.length - 1 ? { ...entry, isOpen: false } : entry);
27
+ });
28
+ }, []);
29
+ const removeEntry = useCallback((id, onCloseCb) => {
30
+ setStack((prev) => prev.filter((e) => e.id !== id));
31
+ onCloseCb?.();
32
+ }, []);
33
+ return (<BottomSheetContext.Provider value={{ openSheet, closeSheet }}>
34
+ {children}
35
+ {stack.length > 0 && (
36
+ // absoluteFill gives gorhom a full-screen reference frame for snap points
37
+ <View style={StyleSheet.absoluteFill} pointerEvents="box-none">
38
+ {stack.map((entry) => (<BottomSheet key={entry.id} isOpen={entry.isOpen} onOpen={entry.options.onOpen} onClose={() => removeEntry(entry.id, entry.options.onClose)} size={entry.options.size} expandable={entry.options.expandable} closeable={entry.options.closeable} showCloseButton={entry.options.showCloseButton} closeButtonPosition={entry.options.closeButtonPosition} blockBackground={entry.options.blockBackground} closeOnBackdropPress={entry.options.closeOnBackdropPress} backdrop={entry.options.backdrop} autoSize={entry.options.autoSize} keyboardBehavior={entry.options.keyboardBehavior} keyboardBlurBehavior={entry.options.keyboardBlurBehavior}>
39
+ {entry.content}
40
+ </BottomSheet>))}
41
+ </View>)}
42
+ </BottomSheetContext.Provider>);
43
+ };
44
+ /** Hook to open/close the global bottom sheet from anywhere in the app */
45
+ export const useBottomSheet = () => {
46
+ const ctx = useContext(BottomSheetContext);
47
+ if (!ctx)
48
+ throw new Error('useBottomSheet must be used within BottomSheetProvider');
49
+ return ctx;
50
+ };
51
+ //# sourceMappingURL=BottomSheetContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomSheetContext.js","sourceRoot":"","sources":["../../src/context/BottomSheetContext.tsx"],"names":[],"mappings":"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","sourcesContent":["/** Provides a stackable global bottom sheet — openSheet pushes, closeSheet pops */\nimport React, { createContext, useCallback, useContext, useRef, useState } from 'react';\nimport { StyleSheet, View } from 'react-native';\nimport { BottomSheet } from '../components/BottomSheet';\n\nexport type BottomSheetOptions = {\n /** Initial height as a fraction of screen height (0 to 1) */\n size?: number;\n /** Allow sliding up to expand to full screen (default: true) */\n expandable?: boolean;\n /** Allow sliding down to close (default: true) */\n closeable?: boolean;\n /** Show a close button (default: false) */\n showCloseButton?: boolean;\n /** Position of the close button (default: 'right') */\n closeButtonPosition?: 'left' | 'right';\n /** Show dark backdrop behind the sheet (default: true) */\n backdrop?: boolean;\n /** Block interactions with content behind the sheet even without a visible backdrop (default: false) */\n blockBackground?: boolean;\n /** Close the sheet when the backdrop is pressed (default: false) */\n closeOnBackdropPress?: boolean;\n /** Auto-size the sheet based on content height instead of a fixed snap point (default: false) */\n autoSize?: boolean;\n /** How the sheet reacts when the keyboard opens */\n keyboardBehavior?: 'extend' | 'fillParent' | 'interactive';\n /** Whether the sheet restores its position when the keyboard closes */\n keyboardBlurBehavior?: 'none' | 'restore';\n /** Called when the sheet opens */\n onOpen?: () => void;\n /** Called when the sheet closes */\n onClose?: () => void;\n};\n\ntype SheetEntry = {\n id: number;\n content: React.ReactNode;\n options: BottomSheetOptions;\n /** Controls the open/close animation — set to false to trigger close animation before removal */\n isOpen: boolean;\n};\n\nexport type BottomSheetContextValue = {\n /** Push a new sheet on top of the stack */\n openSheet: (content: React.ReactNode, options?: BottomSheetOptions) => void;\n /** Close the top-most sheet */\n closeSheet: () => void;\n};\n\nconst BottomSheetContext = createContext<BottomSheetContextValue | null>(null);\n\nexport const BottomSheetProvider = ({ children }: { children: React.ReactNode }) => {\n const [stack, setStack] = useState<SheetEntry[]>([]);\n const lastOpenTimeRef = useRef(0);\n\n const openSheet = useCallback((content: React.ReactNode, options: BottomSheetOptions = {}) => {\n // Prevent rapid successive opens (double-tap protection).\n // 300ms matches the gorhom sheet open animation duration — by the time a nested\n // sheet is interactable, the window has already elapsed.\n const now = Date.now();\n if (now - lastOpenTimeRef.current < 300) return;\n lastOpenTimeRef.current = now;\n\n const id = now;\n // Mount directly with isOpen=true — gorhom uses initialIndex prop to start open\n setStack((prev) => [...prev, { id, content, options, isOpen: true }]);\n }, []);\n\n const closeSheet = useCallback(() => {\n // Trigger close animation on the top sheet — removal happens in onClose callback\n setStack((prev) => {\n if (prev.length === 0) return prev;\n return prev.map((entry, i) =>\n i === prev.length - 1 ? { ...entry, isOpen: false } : entry,\n );\n });\n }, []);\n\n const removeEntry = useCallback((id: number, onCloseCb?: () => void) => {\n setStack((prev) => prev.filter((e) => e.id !== id));\n onCloseCb?.();\n }, []);\n\n return (\n <BottomSheetContext.Provider value={{ openSheet, closeSheet }}>\n {children}\n {stack.length > 0 && (\n // absoluteFill gives gorhom a full-screen reference frame for snap points\n <View style={StyleSheet.absoluteFill} pointerEvents=\"box-none\">\n {stack.map((entry) => (\n <BottomSheet\n key={entry.id}\n isOpen={entry.isOpen}\n onOpen={entry.options.onOpen}\n onClose={() => removeEntry(entry.id, entry.options.onClose)}\n size={entry.options.size}\n expandable={entry.options.expandable}\n closeable={entry.options.closeable}\n showCloseButton={entry.options.showCloseButton}\n closeButtonPosition={entry.options.closeButtonPosition}\n blockBackground={entry.options.blockBackground}\n closeOnBackdropPress={entry.options.closeOnBackdropPress}\n backdrop={entry.options.backdrop}\n autoSize={entry.options.autoSize}\n keyboardBehavior={entry.options.keyboardBehavior}\n keyboardBlurBehavior={entry.options.keyboardBlurBehavior}\n >\n {entry.content}\n </BottomSheet>\n ))}\n </View>\n )}\n </BottomSheetContext.Provider>\n );\n};\n\n/** Hook to open/close the global bottom sheet from anywhere in the app */\nexport const useBottomSheet = (): BottomSheetContextValue => {\n const ctx = useContext(BottomSheetContext);\n if (!ctx) throw new Error('useBottomSheet must be used within BottomSheetProvider');\n return ctx;\n};"]}
@@ -10,6 +10,8 @@ interface ThemeContextValue {
10
10
  colors: ColorSchemeTokens;
11
11
  /** Active color scheme */
12
12
  colorScheme: 'light' | 'dark';
13
+ /** Font family applied to all text in lib components — defaults to 'Urbanist' */
14
+ fontFamily: string;
13
15
  }
14
16
  interface ThemeProviderProps {
15
17
  /** Light tokens — defaults to GDM light */
@@ -18,9 +20,11 @@ interface ThemeProviderProps {
18
20
  dark?: ColorSchemeTokens;
19
21
  /** Force a color scheme — defaults to system preference */
20
22
  colorScheme?: 'light' | 'dark';
23
+ /** Font family applied to all text in lib components — defaults to 'Urbanist' */
24
+ fontFamily?: string;
21
25
  children: ReactNode;
22
26
  }
23
- export declare function ThemeProvider({ light, dark, colorScheme: forcedScheme, children, }: ThemeProviderProps): import("react").JSX.Element;
27
+ export declare function ThemeProvider({ light, dark, colorScheme: forcedScheme, fontFamily, children, }: ThemeProviderProps): import("react").JSX.Element;
24
28
  /**
25
29
  * Returns resolved color tokens for the active theme and color scheme.
26
30
  * Falls back to light tokens when used outside a ThemeProvider.
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeContext.d.ts","sourceRoot":"","sources":["../../src/context/ThemeContext.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAIL,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAKf,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAMvD,UAAU,iBAAiB;IACzB,kDAAkD;IAClD,MAAM,EAAE,iBAAiB,CAAC;IAC1B,0BAA0B;IAC1B,WAAW,EAAE,OAAO,GAAG,MAAM,CAAC;CAC/B;AAaD,UAAU,kBAAkB;IAC1B,2CAA2C;IAC3C,KAAK,CAAC,EAAE,iBAAiB,CAAC;IAC1B,yCAAyC;IACzC,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,2DAA2D;IAC3D,WAAW,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC/B,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,aAAa,CAAC,EACE,KAAmB,EACnB,IAAiB,EACjB,WAAW,EAAE,YAAY,EACzB,QAAQ,GACT,EAAE,kBAAkB,+BAgBlD;AAMD;;;GAGG;AACH,wBAAgB,QAAQ,IAAI,iBAAiB,CAE5C"}
1
+ {"version":3,"file":"ThemeContext.d.ts","sourceRoot":"","sources":["../../src/context/ThemeContext.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAIL,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AAKf,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAMvD,UAAU,iBAAiB;IACzB,kDAAkD;IAClD,MAAM,EAAE,iBAAiB,CAAC;IAC1B,0BAA0B;IAC1B,WAAW,EAAE,OAAO,GAAG,MAAM,CAAC;IAC9B,iFAAiF;IACjF,UAAU,EAAE,MAAM,CAAC;CACpB;AAcD,UAAU,kBAAkB;IAC1B,2CAA2C;IAC3C,KAAK,CAAC,EAAE,iBAAiB,CAAC;IAC1B,yCAAyC;IACzC,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,2DAA2D;IAC3D,WAAW,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC/B,iFAAiF;IACjF,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,aAAa,CAAC,EACE,KAAmB,EACnB,IAAiB,EACjB,WAAW,EAAE,YAAY,EACzB,UAAuB,EACvB,QAAQ,GACT,EAAE,kBAAkB,+BAiBlD;AAMD;;;GAGG;AACH,wBAAgB,QAAQ,IAAI,iBAAiB,CAE5C"}
@@ -10,15 +10,17 @@ import { darkTokens } from '../theme/tokens/dark';
10
10
  const DEFAULT_VALUE = {
11
11
  colors: lightTokens,
12
12
  colorScheme: 'light',
13
+ fontFamily: 'Urbanist',
13
14
  };
14
15
  const ThemeContext = createContext(DEFAULT_VALUE);
15
- export function ThemeProvider({ light = lightTokens, dark = darkTokens, colorScheme: forcedScheme, children, }) {
16
+ export function ThemeProvider({ light = lightTokens, dark = darkTokens, colorScheme: forcedScheme, fontFamily = 'Urbanist', children, }) {
16
17
  const systemScheme = useColorScheme();
17
18
  const colorScheme = forcedScheme ?? (systemScheme === 'dark' ? 'dark' : 'light');
18
19
  const value = useMemo(() => ({
19
20
  colors: colorScheme === 'dark' ? dark : light,
20
21
  colorScheme,
21
- }), [light, dark, colorScheme]);
22
+ fontFamily,
23
+ }), [light, dark, colorScheme, fontFamily]);
22
24
  return (<ThemeContext.Provider value={value}>{children}</ThemeContext.Provider>);
23
25
  }
24
26
  // ---------------------------------------------------------------------------
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeContext.js","sourceRoot":"","sources":["../../src/context/ThemeContext.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EACL,aAAa,EACb,UAAU,EACV,OAAO,GAER,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9C,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAclD,MAAM,aAAa,GAAsB;IACvC,MAAM,EAAE,WAAW;IACnB,WAAW,EAAE,OAAO;CACrB,CAAC;AAEF,MAAM,YAAY,GAAG,aAAa,CAAoB,aAAa,CAAC,CAAC;AAgBrE,MAAM,UAAU,aAAa,CAAC,EACE,KAAK,GAAG,WAAW,EACnB,IAAI,GAAG,UAAU,EACjB,WAAW,EAAE,YAAY,EACzB,QAAQ,GACW;IACjD,MAAM,YAAY,GAAG,cAAc,EAAE,CAAC;IACtC,MAAM,WAAW,GACf,YAAY,IAAI,CAAC,YAAY,KAAK,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;IAE/D,MAAM,KAAK,GAAG,OAAO,CACnB,GAAG,EAAE,CAAC,CAAC;QACL,MAAM,EAAE,WAAW,KAAK,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK;QAC7C,WAAW;KACZ,CAAC,EACF,CAAC,KAAK,EAAE,IAAI,EAAE,WAAW,CAAC,CAC3B,CAAC;IAEF,OAAO,CACL,CAAC,YAAY,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,YAAY,CAAC,QAAQ,CAAC,CACxE,CAAC;AACJ,CAAC;AAED,8EAA8E;AAC9E,OAAO;AACP,8EAA8E;AAE9E;;;GAGG;AACH,MAAM,UAAU,QAAQ;IACtB,OAAO,UAAU,CAAC,YAAY,CAAC,CAAC;AAClC,CAAC","sourcesContent":["/**\n * Theme system for Traq[UI]ste Mobile.\n * Provides ThemeProvider and useTheme hook.\n * Consumer apps inject their own light/dark tokens via ThemeProvider props.\n */\n\nimport {\n createContext,\n useContext,\n useMemo,\n type ReactNode,\n} from 'react';\nimport { useColorScheme } from 'react-native';\n\nimport { lightTokens } from '../theme/tokens/light';\nimport { darkTokens } from '../theme/tokens/dark';\nimport type { ColorSchemeTokens } from '../theme/type';\n\n// ---------------------------------------------------------------------------\n// Context\n// ---------------------------------------------------------------------------\n\ninterface ThemeContextValue {\n /** Resolved tokens for the active color scheme */\n colors: ColorSchemeTokens;\n /** Active color scheme */\n colorScheme: 'light' | 'dark';\n}\n\nconst DEFAULT_VALUE: ThemeContextValue = {\n colors: lightTokens,\n colorScheme: 'light',\n};\n\nconst ThemeContext = createContext<ThemeContextValue>(DEFAULT_VALUE);\n\n// ---------------------------------------------------------------------------\n// Provider\n// ---------------------------------------------------------------------------\n\ninterface ThemeProviderProps {\n /** Light tokens — defaults to GDM light */\n light?: ColorSchemeTokens;\n /** Dark tokens — defaults to GDM dark */\n dark?: ColorSchemeTokens;\n /** Force a color scheme — defaults to system preference */\n colorScheme?: 'light' | 'dark';\n children: ReactNode;\n}\n\nexport function ThemeProvider({\n light = lightTokens,\n dark = darkTokens,\n colorScheme: forcedScheme,\n children,\n }: ThemeProviderProps) {\n const systemScheme = useColorScheme();\n const colorScheme: 'light' | 'dark' =\n forcedScheme ?? (systemScheme === 'dark' ? 'dark' : 'light');\n\n const value = useMemo<ThemeContextValue>(\n () => ({\n colors: colorScheme === 'dark' ? dark : light,\n colorScheme,\n }),\n [light, dark, colorScheme],\n );\n\n return (\n <ThemeContext.Provider value={value}>{children}</ThemeContext.Provider>\n );\n}\n\n// ---------------------------------------------------------------------------\n// Hook\n// ---------------------------------------------------------------------------\n\n/**\n * Returns resolved color tokens for the active theme and color scheme.\n * Falls back to light tokens when used outside a ThemeProvider.\n */\nexport function useTheme(): ThemeContextValue {\n return useContext(ThemeContext);\n}"]}
1
+ {"version":3,"file":"ThemeContext.js","sourceRoot":"","sources":["../../src/context/ThemeContext.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EACL,aAAa,EACb,UAAU,EACV,OAAO,GAER,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9C,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAgBlD,MAAM,aAAa,GAAsB;IACvC,MAAM,EAAE,WAAW;IACnB,WAAW,EAAE,OAAO;IACpB,UAAU,EAAE,UAAU;CACvB,CAAC;AAEF,MAAM,YAAY,GAAG,aAAa,CAAoB,aAAa,CAAC,CAAC;AAkBrE,MAAM,UAAU,aAAa,CAAC,EACE,KAAK,GAAG,WAAW,EACnB,IAAI,GAAG,UAAU,EACjB,WAAW,EAAE,YAAY,EACzB,UAAU,GAAG,UAAU,EACvB,QAAQ,GACW;IACjD,MAAM,YAAY,GAAG,cAAc,EAAE,CAAC;IACtC,MAAM,WAAW,GACf,YAAY,IAAI,CAAC,YAAY,KAAK,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;IAE/D,MAAM,KAAK,GAAG,OAAO,CACnB,GAAG,EAAE,CAAC,CAAC;QACL,MAAM,EAAE,WAAW,KAAK,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK;QAC7C,WAAW;QACX,UAAU;KACX,CAAC,EACF,CAAC,KAAK,EAAE,IAAI,EAAE,WAAW,EAAE,UAAU,CAAC,CACvC,CAAC;IAEF,OAAO,CACL,CAAC,YAAY,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,YAAY,CAAC,QAAQ,CAAC,CACxE,CAAC;AACJ,CAAC;AAED,8EAA8E;AAC9E,OAAO;AACP,8EAA8E;AAE9E;;;GAGG;AACH,MAAM,UAAU,QAAQ;IACtB,OAAO,UAAU,CAAC,YAAY,CAAC,CAAC;AAClC,CAAC","sourcesContent":["/**\n * Theme system for Traq[UI]ste Mobile.\n * Provides ThemeProvider and useTheme hook.\n * Consumer apps inject their own light/dark tokens via ThemeProvider props.\n */\n\nimport {\n createContext,\n useContext,\n useMemo,\n type ReactNode,\n} from 'react';\nimport { useColorScheme } from 'react-native';\n\nimport { lightTokens } from '../theme/tokens/light';\nimport { darkTokens } from '../theme/tokens/dark';\nimport type { ColorSchemeTokens } from '../theme/type';\n\n// ---------------------------------------------------------------------------\n// Context\n// ---------------------------------------------------------------------------\n\ninterface ThemeContextValue {\n /** Resolved tokens for the active color scheme */\n colors: ColorSchemeTokens;\n /** Active color scheme */\n colorScheme: 'light' | 'dark';\n /** Font family applied to all text in lib components — defaults to 'Urbanist' */\n fontFamily: string;\n}\n\nconst DEFAULT_VALUE: ThemeContextValue = {\n colors: lightTokens,\n colorScheme: 'light',\n fontFamily: 'Urbanist',\n};\n\nconst ThemeContext = createContext<ThemeContextValue>(DEFAULT_VALUE);\n\n// ---------------------------------------------------------------------------\n// Provider\n// ---------------------------------------------------------------------------\n\ninterface ThemeProviderProps {\n /** Light tokens — defaults to GDM light */\n light?: ColorSchemeTokens;\n /** Dark tokens — defaults to GDM dark */\n dark?: ColorSchemeTokens;\n /** Force a color scheme — defaults to system preference */\n colorScheme?: 'light' | 'dark';\n /** Font family applied to all text in lib components — defaults to 'Urbanist' */\n fontFamily?: string;\n children: ReactNode;\n}\n\nexport function ThemeProvider({\n light = lightTokens,\n dark = darkTokens,\n colorScheme: forcedScheme,\n fontFamily = 'Urbanist',\n children,\n }: ThemeProviderProps) {\n const systemScheme = useColorScheme();\n const colorScheme: 'light' | 'dark' =\n forcedScheme ?? (systemScheme === 'dark' ? 'dark' : 'light');\n\n const value = useMemo<ThemeContextValue>(\n () => ({\n colors: colorScheme === 'dark' ? dark : light,\n colorScheme,\n fontFamily,\n }),\n [light, dark, colorScheme, fontFamily],\n );\n\n return (\n <ThemeContext.Provider value={value}>{children}</ThemeContext.Provider>\n );\n}\n\n// ---------------------------------------------------------------------------\n// Hook\n// ---------------------------------------------------------------------------\n\n/**\n * Returns resolved color tokens for the active theme and color scheme.\n * Falls back to light tokens when used outside a ThemeProvider.\n */\nexport function useTheme(): ThemeContextValue {\n return useContext(ThemeContext);\n}"]}
package/build/index.d.ts CHANGED
@@ -1,7 +1,83 @@
1
1
  export { ThemeProvider, useTheme } from './context/ThemeContext';
2
2
  export { lightTokens } from './theme/tokens/light';
3
3
  export { darkTokens } from './theme/tokens/dark';
4
- export type { ColorMode, ColorSchemeTokens, ColorTheme, BackgroundTokens, TextTokens, BorderTokens, ShadowTokens, StatusTokens, ButtonTokens, InteractiveVariantTokens, InteractiveStateTokens, } from './theme/type';
4
+ export type { ColorMode, ColorSchemeTokens, ColorTheme, BackgroundTokens, TextTokens, BorderTokens, ShadowTokens, StatusTokens, ButtonTokens, InteractiveVariantTokens, InteractiveStateTokens, InputTokens, InputStateTokens, FilterChipTokens, FilterChipStateTokens, TabBarTokens, CanvaTokens, GeneralNavTokens, BottomSheetTokens, ProgressStepTokens, CheckboxTokens, CheckboxVariantTokens, CheckboxStateTokens, SwatchTokens, SpinnerTokens, SearchBarTokens, SearchBarStateTokens, ListItemTokens, ListItemStateTokens, MediaPickerTokens, MediaPickerPhotoCardTokens, MediaPickerFileCardTokens, MapPinTokens, MapPinStateTokens, } from './theme/type';
5
+ export { Card } from './components/Card';
6
+ export type { CardProps } from './components/Card';
7
+ export { InlineInfo } from './components/InlineInfo';
8
+ export type { InlineInfoProps, InlineInfoVariant, InlineInfoAction } from './components/InlineInfo';
9
+ export { CardEquip } from './components/CardEquip';
10
+ export type { CardEquipProps, CardEquipTag } from './components/CardEquip';
11
+ export { CardProfile } from './components/CardProfile';
12
+ export type { CardProfileProps, CardProfileLocationType } from './components/CardProfile';
13
+ export { RadioButton } from './components/RadioButton';
14
+ export type { RadioButtonProps, RadioButtonSize } from './components/RadioButton';
15
+ export { AssociationTag } from './components/AssociationTag';
16
+ export type { AssociationTagProps } from './components/AssociationTag';
5
17
  export { Button } from './components/Button';
6
18
  export type { ButtonProps, ButtonVariant, ButtonSize, ButtonContent } from './components/Button';
19
+ export { ButtonAction } from './components/ButtonAction';
20
+ export type { ButtonActionProps, ButtonActionSize } from './components/ButtonAction';
21
+ export { ButtonMap } from './components/ButtonMap';
22
+ export type { ButtonMapProps } from './components/ButtonMap';
23
+ export { ButtonMenu } from './components/ButtonMenu';
24
+ export type { ButtonMenuProps, ButtonMenuState } from './components/ButtonMenu';
25
+ export { FilterChip } from './components/FilterChip';
26
+ export type { FilterChipProps, FilterChipState, FilterChipType } from './components/FilterChip';
27
+ export { Input } from './components/Input';
28
+ export type { InputProps, InputVariant, InputSize, InputState } from './components/Input';
29
+ export { Tag } from './components/Tag';
30
+ export type { TagProps, TagSize, TagShape } from './components/Tag';
31
+ export { Calendar, CALENDAR_FR, CALENDAR_EN } from './components/Calendar';
32
+ export type { CalendarProps, CalendarDayProps, DayState, CalendarI18n } from './components/Calendar';
33
+ export { PageNav } from './components/navigation/PageNav';
34
+ export type { PageNavProps } from './components/navigation/PageNav';
35
+ export { TabBar } from './components/navigation/TabBar';
36
+ export type { TabBarProps, TabBarItem } from './components/navigation/TabBar';
37
+ export { MobileCanva } from './components/navigation/MobileCanva';
38
+ export type { MobileCanvaProps } from './components/navigation/MobileCanva';
39
+ export { GeneralNav } from './components/navigation/GeneralNav';
40
+ export type { GeneralNavProps } from './components/navigation/GeneralNav';
41
+ export { BottomSheet } from './components/BottomSheet';
42
+ export type { BottomSheetProps } from './components/BottomSheet';
43
+ export { ProgressStep } from './components/ProgressStep';
44
+ export type { ProgressStepProps } from './components/ProgressStep';
45
+ export { Stepper } from './components/Stepper';
46
+ export type { StepperProps } from './components/Stepper';
47
+ export { StepSheet } from './components/StepSheet';
48
+ export type { StepSheetProps } from './components/StepSheet';
49
+ export { Checkbox } from './components/Checkbox';
50
+ export type { CheckboxProps, CheckboxSize } from './components/Checkbox';
51
+ export { ColorSwatch } from './components/ColorSwatch';
52
+ export type { ColorSwatchProps } from './components/ColorSwatch';
53
+ export { Spinner } from './components/Spinner';
54
+ export type { SpinnerProps, SpinnerSize } from './components/Spinner';
55
+ export { SearchBar } from './components/SearchBar';
56
+ export type { SearchBarProps } from './components/SearchBar';
57
+ export { Switch } from './components/Switch';
58
+ export type { SwitchProps, SwitchSize } from './components/Switch';
59
+ export { Tab } from './components/Tab';
60
+ export type { TabProps, TabItem } from './components/Tab';
61
+ export { ColorPicker } from './components/ColorPicker';
62
+ export type { ColorPickerProps } from './components/ColorPicker';
63
+ export { ListItem } from './components/ListItem';
64
+ export type { ListItemProps } from './components/ListItem';
65
+ export { ListGroup } from './components/ListGroup';
66
+ export type { ListGroupProps, ListGroupItem } from './components/ListGroup';
67
+ export { FilterNav } from './components/FilterNav';
68
+ export type { FilterNavProps, FilterNavItem } from './components/FilterNav';
69
+ export { ImgPicker } from './components/ImgPicker';
70
+ export type { ImgPickerProps, ImgPickerImageItem } from './components/ImgPicker';
71
+ export { PhotoCard } from './components/PhotoCard';
72
+ export type { PhotoCardProps } from './components/PhotoCard';
73
+ export { FileCard } from './components/FileCard';
74
+ export type { FileCardProps } from './components/FileCard';
75
+ export { MediaPicker } from './components/MediaPicker';
76
+ export type { MediaPickerProps, MediaPickerMode, MediaPickerImageItem, MediaPickerFileItem, } from './components/MediaPicker';
77
+ export { MapPin, MAP_PIN_HEIGHT, MAP_PIN_SIMPLE_WIDTH } from './components/MapPin';
78
+ export type { MapPinProps, MapPinState, MapPinType, MapPinLabelVariant } from './components/MapPin';
79
+ export { Cluster } from './components/Cluster';
80
+ export type { ClusterProps, ClusterSize } from './components/Cluster';
81
+ export { BottomSheetProvider, useBottomSheet } from './context/BottomSheetContext';
82
+ export type { BottomSheetOptions, BottomSheetContextValue } from './context/BottomSheetContext';
7
83
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAChD,YAAY,EACV,SAAS,EACT,iBAAiB,EACjB,UAAU,EACV,gBAAgB,EAChB,UAAU,EACV,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,wBAAwB,EACxB,sBAAsB,GACvB,MAAM,cAAc,CAAA;AAGrB,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAA;AAC5C,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAChD,YAAY,EACV,SAAS,EACT,iBAAiB,EACjB,UAAU,EACV,gBAAgB,EAChB,UAAU,EACV,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,wBAAwB,EACxB,sBAAsB,EACtB,WAAW,EACX,gBAAgB,EAChB,gBAAgB,EAChB,qBAAqB,EACrB,YAAY,EACZ,WAAW,EACX,gBAAgB,EAChB,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EACd,qBAAqB,EACrB,mBAAmB,EACnB,YAAY,EACZ,aAAa,EACb,eAAe,EACf,oBAAoB,EACpB,cAAc,EACd,mBAAmB,EACnB,iBAAiB,EACjB,0BAA0B,EAC1B,yBAAyB,EACzB,YAAY,EACZ,iBAAiB,GAClB,MAAM,cAAc,CAAA;AAGrB,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAA;AACxC,YAAY,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAElD,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAA;AACpD,YAAY,EAAE,eAAe,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAEnG,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAClD,YAAY,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AAE1E,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AACtD,YAAY,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAA;AAEzF,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AACtD,YAAY,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAA;AAEjF,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AAC5D,YAAY,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAA;AAEtE,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAA;AAC5C,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAEhG,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AACxD,YAAY,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;AAEpF,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAClD,YAAY,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAE5D,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAA;AACpD,YAAY,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAE/E,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAA;AACpD,YAAY,EAAE,eAAe,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAA;AAE/F,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAC1C,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAEzF,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAA;AACtC,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAEnE,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAC1E,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEpG,OAAO,EAAE,OAAO,EAAE,MAAM,iCAAiC,CAAA;AACzD,YAAY,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAA;AAEnE,OAAO,EAAE,MAAM,EAAE,MAAM,gCAAgC,CAAA;AACvD,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAA;AAE7E,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAA;AACjE,YAAY,EAAE,gBAAgB,EAAE,MAAM,qCAAqC,CAAA;AAE3E,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAA;AAC/D,YAAY,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAA;AAEzE,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AACtD,YAAY,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAEhE,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AACxD,YAAY,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAElE,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAC9C,YAAY,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAExD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAClD,YAAY,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAE5D,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAChD,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAExE,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AACtD,YAAY,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAEhE,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAC9C,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAErE,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAClD,YAAY,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAA;AAC5C,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAA;AAClE,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAA;AACtC,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAA;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AACtD,YAAY,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAChE,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAChD,YAAY,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAA;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAClD,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAA;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAClD,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAA;AAC3E,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAClD,YAAY,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AAChF,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAA;AAClD,YAAY,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAChD,YAAY,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAA;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AACtD,YAAY,EACV,gBAAgB,EAChB,eAAe,EACf,oBAAoB,EACpB,mBAAmB,GACpB,MAAM,0BAA0B,CAAA;AACjC,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAA;AAClF,YAAY,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAA;AACnG,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAC9C,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAA;AAErE,OAAO,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAClF,YAAY,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAA"}
package/build/index.js CHANGED
@@ -4,5 +4,43 @@ export { ThemeProvider, useTheme } from './context/ThemeContext';
4
4
  export { lightTokens } from './theme/tokens/light';
5
5
  export { darkTokens } from './theme/tokens/dark';
6
6
  // Components
7
+ export { Card } from './components/Card';
8
+ export { InlineInfo } from './components/InlineInfo';
9
+ export { CardEquip } from './components/CardEquip';
10
+ export { CardProfile } from './components/CardProfile';
11
+ export { RadioButton } from './components/RadioButton';
12
+ export { AssociationTag } from './components/AssociationTag';
7
13
  export { Button } from './components/Button';
14
+ export { ButtonAction } from './components/ButtonAction';
15
+ export { ButtonMap } from './components/ButtonMap';
16
+ export { ButtonMenu } from './components/ButtonMenu';
17
+ export { FilterChip } from './components/FilterChip';
18
+ export { Input } from './components/Input';
19
+ export { Tag } from './components/Tag';
20
+ export { Calendar, CALENDAR_FR, CALENDAR_EN } from './components/Calendar';
21
+ export { PageNav } from './components/navigation/PageNav';
22
+ export { TabBar } from './components/navigation/TabBar';
23
+ export { MobileCanva } from './components/navigation/MobileCanva';
24
+ export { GeneralNav } from './components/navigation/GeneralNav';
25
+ export { BottomSheet } from './components/BottomSheet';
26
+ export { ProgressStep } from './components/ProgressStep';
27
+ export { Stepper } from './components/Stepper';
28
+ export { StepSheet } from './components/StepSheet';
29
+ export { Checkbox } from './components/Checkbox';
30
+ export { ColorSwatch } from './components/ColorSwatch';
31
+ export { Spinner } from './components/Spinner';
32
+ export { SearchBar } from './components/SearchBar';
33
+ export { Switch } from './components/Switch';
34
+ export { Tab } from './components/Tab';
35
+ export { ColorPicker } from './components/ColorPicker';
36
+ export { ListItem } from './components/ListItem';
37
+ export { ListGroup } from './components/ListGroup';
38
+ export { FilterNav } from './components/FilterNav';
39
+ export { ImgPicker } from './components/ImgPicker';
40
+ export { PhotoCard } from './components/PhotoCard';
41
+ export { FileCard } from './components/FileCard';
42
+ export { MediaPicker } from './components/MediaPicker';
43
+ export { MapPin, MAP_PIN_HEIGHT, MAP_PIN_SIMPLE_WIDTH } from './components/MapPin';
44
+ export { Cluster } from './components/Cluster';
45
+ export { BottomSheetProvider, useBottomSheet } from './context/BottomSheetContext';
8
46
  //# sourceMappingURL=index.js.map