@nexara/nativeflow 0.1.7 → 0.1.8

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 (453) hide show
  1. package/README.md +1 -1
  2. package/lib/commonjs/components/Avatar/AvatarImage.js +3 -9
  3. package/lib/commonjs/components/Avatar/AvatarImage.js.map +1 -1
  4. package/lib/commonjs/components/Avatar/AvatarText.js +2 -4
  5. package/lib/commonjs/components/Avatar/AvatarText.js.map +1 -1
  6. package/lib/commonjs/components/Button/Button.js +23 -24
  7. package/lib/commonjs/components/Button/Button.js.map +1 -1
  8. package/lib/commonjs/components/Button/utils.js +34 -27
  9. package/lib/commonjs/components/Button/utils.js.map +1 -1
  10. package/lib/commonjs/components/CheckBox/CheckBox.js +41 -38
  11. package/lib/commonjs/components/CheckBox/CheckBox.js.map +1 -1
  12. package/lib/commonjs/components/Chip/Chip.js +21 -25
  13. package/lib/commonjs/components/Chip/Chip.js.map +1 -1
  14. package/lib/commonjs/components/Chip/utils.js +31 -18
  15. package/lib/commonjs/components/Chip/utils.js.map +1 -1
  16. package/lib/commonjs/components/Dialog/Dialog.js +14 -11
  17. package/lib/commonjs/components/Dialog/Dialog.js.map +1 -1
  18. package/lib/commonjs/components/Dialog/DialogBody.js +7 -7
  19. package/lib/commonjs/components/Dialog/DialogBody.js.map +1 -1
  20. package/lib/commonjs/components/Dialog/DialogDescription.js +7 -9
  21. package/lib/commonjs/components/Dialog/DialogDescription.js.map +1 -1
  22. package/lib/commonjs/components/Dialog/DialogFoot.js +13 -19
  23. package/lib/commonjs/components/Dialog/DialogFoot.js.map +1 -1
  24. package/lib/commonjs/components/Dialog/DialogHead.js +20 -27
  25. package/lib/commonjs/components/Dialog/DialogHead.js.map +1 -1
  26. package/lib/commonjs/components/Divider/Divider.js +4 -8
  27. package/lib/commonjs/components/Divider/Divider.js.map +1 -1
  28. package/lib/commonjs/components/Grid/Grid.js +3 -4
  29. package/lib/commonjs/components/Grid/Grid.js.map +1 -1
  30. package/lib/commonjs/components/Icon/Icon.js +2 -3
  31. package/lib/commonjs/components/Icon/Icon.js.map +1 -1
  32. package/lib/commonjs/components/IconButton/IconButton.js +1 -2
  33. package/lib/commonjs/components/IconButton/IconButton.js.map +1 -1
  34. package/lib/commonjs/components/Link/Link.js +13 -17
  35. package/lib/commonjs/components/Link/Link.js.map +1 -1
  36. package/lib/commonjs/components/Menu/Menu.js +12 -8
  37. package/lib/commonjs/components/Menu/Menu.js.map +1 -1
  38. package/lib/commonjs/components/Menu/MenuItem.js +3 -5
  39. package/lib/commonjs/components/Menu/MenuItem.js.map +1 -1
  40. package/lib/commonjs/components/Menu/MenuItemLabel.js +2 -8
  41. package/lib/commonjs/components/Menu/MenuItemLabel.js.map +1 -1
  42. package/lib/commonjs/components/Portal/PortalContext.js +1 -2
  43. package/lib/commonjs/components/Portal/PortalContext.js.map +1 -1
  44. package/lib/commonjs/components/Portal/PortalProvider.js +1 -2
  45. package/lib/commonjs/components/Portal/PortalProvider.js.map +1 -1
  46. package/lib/commonjs/components/Progress/Progress.js +6 -7
  47. package/lib/commonjs/components/Progress/Progress.js.map +1 -1
  48. package/lib/commonjs/components/Provider/NativeProvider.js +1 -2
  49. package/lib/commonjs/components/Provider/NativeProvider.js.map +1 -1
  50. package/lib/commonjs/components/Radio/RadioGroup.js +46 -0
  51. package/lib/commonjs/components/Radio/RadioGroup.js.map +1 -0
  52. package/lib/commonjs/components/Radio/RadioItem.js +77 -0
  53. package/lib/commonjs/components/Radio/RadioItem.js.map +1 -0
  54. package/lib/commonjs/components/Radio/index.js +15 -0
  55. package/lib/commonjs/components/Radio/index.js.map +1 -0
  56. package/lib/commonjs/components/Slider/Slider.js +4 -4
  57. package/lib/commonjs/components/Slider/Slider.js.map +1 -1
  58. package/lib/commonjs/components/Stack/HStack.js +3 -9
  59. package/lib/commonjs/components/Stack/HStack.js.map +1 -1
  60. package/lib/commonjs/components/Stack/VStack.js +4 -10
  61. package/lib/commonjs/components/Stack/VStack.js.map +1 -1
  62. package/lib/commonjs/components/StyledComponents/StyledText.js +20 -9
  63. package/lib/commonjs/components/StyledComponents/StyledText.js.map +1 -1
  64. package/lib/commonjs/components/StyledComponents/StyledView.js +3 -3
  65. package/lib/commonjs/components/StyledComponents/StyledView.js.map +1 -1
  66. package/lib/commonjs/components/Surface/Surface.js +24 -21
  67. package/lib/commonjs/components/Surface/Surface.js.map +1 -1
  68. package/lib/commonjs/components/Switch/Switch.js +13 -10
  69. package/lib/commonjs/components/Switch/Switch.js.map +1 -1
  70. package/lib/commonjs/components/UserInput/UserInput.js +17 -14
  71. package/lib/commonjs/components/UserInput/UserInput.js.map +1 -1
  72. package/lib/commonjs/components/UserInput/generateColors.js +3 -3
  73. package/lib/commonjs/components/UserInput/generateColors.js.map +1 -1
  74. package/lib/commonjs/constants/typographySizes.js +11 -7
  75. package/lib/commonjs/constants/typographySizes.js.map +1 -1
  76. package/lib/commonjs/helpers/ResponsiveCalculations.js +25 -31
  77. package/lib/commonjs/helpers/ResponsiveCalculations.js.map +1 -1
  78. package/lib/commonjs/index.js +23 -42
  79. package/lib/commonjs/index.js.map +1 -1
  80. package/lib/commonjs/themes/DarkTheme.js +185 -25
  81. package/lib/commonjs/themes/DarkTheme.js.map +1 -1
  82. package/lib/commonjs/themes/LightTheme.js +89 -81
  83. package/lib/commonjs/themes/LightTheme.js.map +1 -1
  84. package/lib/commonjs/types/divider.type.js +6 -0
  85. package/lib/commonjs/types/divider.type.js.map +1 -0
  86. package/lib/commonjs/types/index.js +44 -0
  87. package/lib/commonjs/types/index.js.map +1 -1
  88. package/lib/commonjs/types/link.type.js +6 -0
  89. package/lib/commonjs/types/link.type.js.map +1 -0
  90. package/lib/commonjs/types/radio.type.js +6 -0
  91. package/lib/commonjs/types/radio.type.js.map +1 -0
  92. package/lib/commonjs/types/surface.type.js +6 -0
  93. package/lib/commonjs/types/surface.type.js.map +1 -0
  94. package/lib/module/components/Avatar/AvatarImage.js +3 -8
  95. package/lib/module/components/Avatar/AvatarImage.js.map +1 -1
  96. package/lib/module/components/Avatar/AvatarText.js +2 -3
  97. package/lib/module/components/Avatar/AvatarText.js.map +1 -1
  98. package/lib/module/components/Button/Button.js +22 -22
  99. package/lib/module/components/Button/Button.js.map +1 -1
  100. package/lib/module/components/Button/utils.js +34 -27
  101. package/lib/module/components/Button/utils.js.map +1 -1
  102. package/lib/module/components/CheckBox/CheckBox.js +35 -30
  103. package/lib/module/components/CheckBox/CheckBox.js.map +1 -1
  104. package/lib/module/components/Chip/Chip.js +22 -26
  105. package/lib/module/components/Chip/Chip.js.map +1 -1
  106. package/lib/module/components/Chip/utils.js +30 -18
  107. package/lib/module/components/Chip/utils.js.map +1 -1
  108. package/lib/module/components/Dialog/Dialog.js +13 -9
  109. package/lib/module/components/Dialog/Dialog.js.map +1 -1
  110. package/lib/module/components/Dialog/DialogBody.js +9 -8
  111. package/lib/module/components/Dialog/DialogBody.js.map +1 -1
  112. package/lib/module/components/Dialog/DialogDescription.js +8 -9
  113. package/lib/module/components/Dialog/DialogDescription.js.map +1 -1
  114. package/lib/module/components/Dialog/DialogFoot.js +14 -17
  115. package/lib/module/components/Dialog/DialogFoot.js.map +1 -1
  116. package/lib/module/components/Dialog/DialogHead.js +22 -27
  117. package/lib/module/components/Dialog/DialogHead.js.map +1 -1
  118. package/lib/module/components/Divider/Divider.js +5 -8
  119. package/lib/module/components/Divider/Divider.js.map +1 -1
  120. package/lib/module/components/Grid/Grid.js +4 -3
  121. package/lib/module/components/Grid/Grid.js.map +1 -1
  122. package/lib/module/components/Icon/Icon.js +1 -1
  123. package/lib/module/components/Icon/Icon.js.map +1 -1
  124. package/lib/module/components/IconButton/IconButton.js.map +1 -1
  125. package/lib/module/components/Link/Link.js +15 -19
  126. package/lib/module/components/Link/Link.js.map +1 -1
  127. package/lib/module/components/Menu/Menu.js +11 -6
  128. package/lib/module/components/Menu/Menu.js.map +1 -1
  129. package/lib/module/components/Menu/MenuItem.js +4 -5
  130. package/lib/module/components/Menu/MenuItem.js.map +1 -1
  131. package/lib/module/components/Menu/MenuItemLabel.js +2 -7
  132. package/lib/module/components/Menu/MenuItemLabel.js.map +1 -1
  133. package/lib/module/components/Progress/Progress.js +7 -6
  134. package/lib/module/components/Progress/Progress.js.map +1 -1
  135. package/lib/module/components/Radio/RadioGroup.js +41 -0
  136. package/lib/module/components/Radio/RadioGroup.js.map +1 -0
  137. package/lib/module/components/Radio/RadioItem.js +73 -0
  138. package/lib/module/components/Radio/RadioItem.js.map +1 -0
  139. package/lib/module/components/Radio/index.js +10 -0
  140. package/lib/module/components/Radio/index.js.map +1 -0
  141. package/lib/module/components/Slider/Slider.js +5 -5
  142. package/lib/module/components/Slider/Slider.js.map +1 -1
  143. package/lib/module/components/Stack/HStack.js +3 -7
  144. package/lib/module/components/Stack/HStack.js.map +1 -1
  145. package/lib/module/components/Stack/VStack.js +4 -8
  146. package/lib/module/components/Stack/VStack.js.map +1 -1
  147. package/lib/module/components/StyledComponents/StyledText.js +20 -8
  148. package/lib/module/components/StyledComponents/StyledText.js.map +1 -1
  149. package/lib/module/components/StyledComponents/StyledView.js +3 -3
  150. package/lib/module/components/StyledComponents/StyledView.js.map +1 -1
  151. package/lib/module/components/Surface/Surface.js +24 -20
  152. package/lib/module/components/Surface/Surface.js.map +1 -1
  153. package/lib/module/components/Switch/Switch.js +14 -11
  154. package/lib/module/components/Switch/Switch.js.map +1 -1
  155. package/lib/module/components/UserInput/UserInput.js +18 -15
  156. package/lib/module/components/UserInput/UserInput.js.map +1 -1
  157. package/lib/module/components/UserInput/generateColors.js +3 -3
  158. package/lib/module/components/UserInput/generateColors.js.map +1 -1
  159. package/lib/module/constants/typographySizes.js +11 -7
  160. package/lib/module/constants/typographySizes.js.map +1 -1
  161. package/lib/module/helpers/ResponsiveCalculations.js +25 -28
  162. package/lib/module/helpers/ResponsiveCalculations.js.map +1 -1
  163. package/lib/module/index.js +3 -4
  164. package/lib/module/index.js.map +1 -1
  165. package/lib/module/themes/DarkTheme.js +188 -24
  166. package/lib/module/themes/DarkTheme.js.map +1 -1
  167. package/lib/module/themes/LightTheme.js +88 -81
  168. package/lib/module/themes/LightTheme.js.map +1 -1
  169. package/lib/module/themes/index.js +0 -1
  170. package/lib/module/themes/index.js.map +1 -1
  171. package/lib/module/types/divider.type.js +4 -0
  172. package/lib/module/types/divider.type.js.map +1 -0
  173. package/lib/module/types/index.js +4 -0
  174. package/lib/module/types/index.js.map +1 -1
  175. package/lib/module/types/link.type.js +4 -0
  176. package/lib/module/types/link.type.js.map +1 -0
  177. package/lib/module/types/radio.type.js +4 -0
  178. package/lib/module/types/radio.type.js.map +1 -0
  179. package/lib/module/types/surface.type.js +4 -0
  180. package/lib/module/types/surface.type.js.map +1 -0
  181. package/lib/typescript/commonjs/src/components/Avatar/AvatarImage.d.ts +2 -2
  182. package/lib/typescript/commonjs/src/components/Avatar/AvatarImage.d.ts.map +1 -1
  183. package/lib/typescript/commonjs/src/components/Avatar/AvatarText.d.ts +2 -2
  184. package/lib/typescript/commonjs/src/components/Avatar/AvatarText.d.ts.map +1 -1
  185. package/lib/typescript/commonjs/src/components/Button/Button.d.ts +2 -2
  186. package/lib/typescript/commonjs/src/components/Button/Button.d.ts.map +1 -1
  187. package/lib/typescript/commonjs/src/components/Button/utils.d.ts +0 -1
  188. package/lib/typescript/commonjs/src/components/Button/utils.d.ts.map +1 -1
  189. package/lib/typescript/commonjs/src/components/CheckBox/CheckBox.d.ts +2 -2
  190. package/lib/typescript/commonjs/src/components/CheckBox/CheckBox.d.ts.map +1 -1
  191. package/lib/typescript/commonjs/src/components/Chip/Chip.d.ts +2 -2
  192. package/lib/typescript/commonjs/src/components/Chip/Chip.d.ts.map +1 -1
  193. package/lib/typescript/commonjs/src/components/Chip/utils.d.ts +3 -2
  194. package/lib/typescript/commonjs/src/components/Chip/utils.d.ts.map +1 -1
  195. package/lib/typescript/commonjs/src/components/Dialog/Dialog.d.ts.map +1 -1
  196. package/lib/typescript/commonjs/src/components/Dialog/DialogBody.d.ts +4 -4
  197. package/lib/typescript/commonjs/src/components/Dialog/DialogBody.d.ts.map +1 -1
  198. package/lib/typescript/commonjs/src/components/Dialog/DialogDescription.d.ts +2 -2
  199. package/lib/typescript/commonjs/src/components/Dialog/DialogDescription.d.ts.map +1 -1
  200. package/lib/typescript/commonjs/src/components/Dialog/DialogFoot.d.ts +2 -2
  201. package/lib/typescript/commonjs/src/components/Dialog/DialogFoot.d.ts.map +1 -1
  202. package/lib/typescript/commonjs/src/components/Dialog/DialogHead.d.ts +2 -2
  203. package/lib/typescript/commonjs/src/components/Dialog/DialogHead.d.ts.map +1 -1
  204. package/lib/typescript/commonjs/src/components/Divider/Divider.d.ts +3 -8
  205. package/lib/typescript/commonjs/src/components/Divider/Divider.d.ts.map +1 -1
  206. package/lib/typescript/commonjs/src/components/Grid/Grid.d.ts +2 -2
  207. package/lib/typescript/commonjs/src/components/Grid/Grid.d.ts.map +1 -1
  208. package/lib/typescript/commonjs/src/components/Link/Link.d.ts +3 -10
  209. package/lib/typescript/commonjs/src/components/Link/Link.d.ts.map +1 -1
  210. package/lib/typescript/commonjs/src/components/Menu/Menu.d.ts +2 -2
  211. package/lib/typescript/commonjs/src/components/Menu/Menu.d.ts.map +1 -1
  212. package/lib/typescript/commonjs/src/components/Menu/MenuItem.d.ts +2 -2
  213. package/lib/typescript/commonjs/src/components/Menu/MenuItem.d.ts.map +1 -1
  214. package/lib/typescript/commonjs/src/components/Menu/MenuItemLabel.d.ts +2 -2
  215. package/lib/typescript/commonjs/src/components/Menu/MenuItemLabel.d.ts.map +1 -1
  216. package/lib/typescript/commonjs/src/components/Progress/Progress.d.ts +2 -2
  217. package/lib/typescript/commonjs/src/components/Progress/Progress.d.ts.map +1 -1
  218. package/lib/typescript/commonjs/src/components/Radio/RadioGroup.d.ts +5 -0
  219. package/lib/typescript/commonjs/src/components/Radio/RadioGroup.d.ts.map +1 -0
  220. package/lib/typescript/commonjs/src/components/Radio/RadioItem.d.ts +5 -0
  221. package/lib/typescript/commonjs/src/components/Radio/RadioItem.d.ts.map +1 -0
  222. package/lib/typescript/commonjs/src/components/Radio/index.d.ts +6 -0
  223. package/lib/typescript/commonjs/src/components/Radio/index.d.ts.map +1 -0
  224. package/lib/typescript/commonjs/src/components/Stack/HStack.d.ts +2 -2
  225. package/lib/typescript/commonjs/src/components/Stack/HStack.d.ts.map +1 -1
  226. package/lib/typescript/commonjs/src/components/Stack/VStack.d.ts +2 -2
  227. package/lib/typescript/commonjs/src/components/Stack/VStack.d.ts.map +1 -1
  228. package/lib/typescript/commonjs/src/components/StyledComponents/StyledText.d.ts +2 -2
  229. package/lib/typescript/commonjs/src/components/StyledComponents/StyledText.d.ts.map +1 -1
  230. package/lib/typescript/commonjs/src/components/Surface/Surface.d.ts +3 -3
  231. package/lib/typescript/commonjs/src/components/Surface/Surface.d.ts.map +1 -1
  232. package/lib/typescript/commonjs/src/components/Switch/Switch.d.ts +2 -2
  233. package/lib/typescript/commonjs/src/components/Switch/Switch.d.ts.map +1 -1
  234. package/lib/typescript/commonjs/src/components/UserInput/UserInput.d.ts +36 -2
  235. package/lib/typescript/commonjs/src/components/UserInput/UserInput.d.ts.map +1 -1
  236. package/lib/typescript/commonjs/src/constants/typographySizes.d.ts +2 -8
  237. package/lib/typescript/commonjs/src/constants/typographySizes.d.ts.map +1 -1
  238. package/lib/typescript/commonjs/src/helpers/ResponsiveCalculations.d.ts +0 -2
  239. package/lib/typescript/commonjs/src/helpers/ResponsiveCalculations.d.ts.map +1 -1
  240. package/lib/typescript/commonjs/src/index.d.ts +4 -4
  241. package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
  242. package/lib/typescript/commonjs/src/themes/DarkTheme.d.ts.map +1 -1
  243. package/lib/typescript/commonjs/src/themes/LightTheme.d.ts.map +1 -1
  244. package/lib/typescript/commonjs/src/types/avatar.type.d.ts +0 -2
  245. package/lib/typescript/commonjs/src/types/avatar.type.d.ts.map +1 -1
  246. package/lib/typescript/commonjs/src/types/button.type.d.ts +20 -20
  247. package/lib/typescript/commonjs/src/types/button.type.d.ts.map +1 -1
  248. package/lib/typescript/commonjs/src/types/checkbox.type.d.ts +20 -14
  249. package/lib/typescript/commonjs/src/types/checkbox.type.d.ts.map +1 -1
  250. package/lib/typescript/commonjs/src/types/chip.type.d.ts +21 -13
  251. package/lib/typescript/commonjs/src/types/chip.type.d.ts.map +1 -1
  252. package/lib/typescript/commonjs/src/types/common.type.d.ts +71 -22
  253. package/lib/typescript/commonjs/src/types/common.type.d.ts.map +1 -1
  254. package/lib/typescript/commonjs/src/types/dialog.type.d.ts +13 -12
  255. package/lib/typescript/commonjs/src/types/dialog.type.d.ts.map +1 -1
  256. package/lib/typescript/commonjs/src/types/divider.type.d.ts +11 -0
  257. package/lib/typescript/commonjs/src/types/divider.type.d.ts.map +1 -0
  258. package/lib/typescript/commonjs/src/types/grid.type.d.ts +2 -1
  259. package/lib/typescript/commonjs/src/types/grid.type.d.ts.map +1 -1
  260. package/lib/typescript/commonjs/src/types/index.d.ts +4 -0
  261. package/lib/typescript/commonjs/src/types/index.d.ts.map +1 -1
  262. package/lib/typescript/commonjs/src/types/link.type.d.ts +12 -0
  263. package/lib/typescript/commonjs/src/types/link.type.d.ts.map +1 -0
  264. package/lib/typescript/commonjs/src/types/menu.type.d.ts +2 -15
  265. package/lib/typescript/commonjs/src/types/menu.type.d.ts.map +1 -1
  266. package/lib/typescript/commonjs/src/types/radio.type.d.ts +61 -0
  267. package/lib/typescript/commonjs/src/types/radio.type.d.ts.map +1 -0
  268. package/lib/typescript/commonjs/src/types/stack.type.d.ts +6 -14
  269. package/lib/typescript/commonjs/src/types/stack.type.d.ts.map +1 -1
  270. package/lib/typescript/commonjs/src/types/styledComponents.type.d.ts +24 -71
  271. package/lib/typescript/commonjs/src/types/styledComponents.type.d.ts.map +1 -1
  272. package/lib/typescript/commonjs/src/types/surface.type.d.ts +16 -0
  273. package/lib/typescript/commonjs/src/types/surface.type.d.ts.map +1 -0
  274. package/lib/typescript/commonjs/src/types/userInput.type.d.ts +10 -14
  275. package/lib/typescript/commonjs/src/types/userInput.type.d.ts.map +1 -1
  276. package/lib/typescript/module/src/components/Avatar/AvatarImage.d.ts +2 -2
  277. package/lib/typescript/module/src/components/Avatar/AvatarImage.d.ts.map +1 -1
  278. package/lib/typescript/module/src/components/Avatar/AvatarText.d.ts +2 -2
  279. package/lib/typescript/module/src/components/Avatar/AvatarText.d.ts.map +1 -1
  280. package/lib/typescript/module/src/components/Button/Button.d.ts +2 -2
  281. package/lib/typescript/module/src/components/Button/Button.d.ts.map +1 -1
  282. package/lib/typescript/module/src/components/Button/utils.d.ts +0 -1
  283. package/lib/typescript/module/src/components/Button/utils.d.ts.map +1 -1
  284. package/lib/typescript/module/src/components/CheckBox/CheckBox.d.ts +2 -2
  285. package/lib/typescript/module/src/components/CheckBox/CheckBox.d.ts.map +1 -1
  286. package/lib/typescript/module/src/components/Chip/Chip.d.ts +2 -2
  287. package/lib/typescript/module/src/components/Chip/Chip.d.ts.map +1 -1
  288. package/lib/typescript/module/src/components/Chip/utils.d.ts +3 -2
  289. package/lib/typescript/module/src/components/Chip/utils.d.ts.map +1 -1
  290. package/lib/typescript/module/src/components/Dialog/Dialog.d.ts.map +1 -1
  291. package/lib/typescript/module/src/components/Dialog/DialogBody.d.ts +4 -4
  292. package/lib/typescript/module/src/components/Dialog/DialogBody.d.ts.map +1 -1
  293. package/lib/typescript/module/src/components/Dialog/DialogDescription.d.ts +2 -2
  294. package/lib/typescript/module/src/components/Dialog/DialogDescription.d.ts.map +1 -1
  295. package/lib/typescript/module/src/components/Dialog/DialogFoot.d.ts +2 -2
  296. package/lib/typescript/module/src/components/Dialog/DialogFoot.d.ts.map +1 -1
  297. package/lib/typescript/module/src/components/Dialog/DialogHead.d.ts +2 -2
  298. package/lib/typescript/module/src/components/Dialog/DialogHead.d.ts.map +1 -1
  299. package/lib/typescript/module/src/components/Divider/Divider.d.ts +3 -8
  300. package/lib/typescript/module/src/components/Divider/Divider.d.ts.map +1 -1
  301. package/lib/typescript/module/src/components/Grid/Grid.d.ts +2 -2
  302. package/lib/typescript/module/src/components/Grid/Grid.d.ts.map +1 -1
  303. package/lib/typescript/module/src/components/Link/Link.d.ts +3 -10
  304. package/lib/typescript/module/src/components/Link/Link.d.ts.map +1 -1
  305. package/lib/typescript/module/src/components/Menu/Menu.d.ts +2 -2
  306. package/lib/typescript/module/src/components/Menu/Menu.d.ts.map +1 -1
  307. package/lib/typescript/module/src/components/Menu/MenuItem.d.ts +2 -2
  308. package/lib/typescript/module/src/components/Menu/MenuItem.d.ts.map +1 -1
  309. package/lib/typescript/module/src/components/Menu/MenuItemLabel.d.ts +2 -2
  310. package/lib/typescript/module/src/components/Menu/MenuItemLabel.d.ts.map +1 -1
  311. package/lib/typescript/module/src/components/Progress/Progress.d.ts +2 -2
  312. package/lib/typescript/module/src/components/Progress/Progress.d.ts.map +1 -1
  313. package/lib/typescript/module/src/components/Radio/RadioGroup.d.ts +5 -0
  314. package/lib/typescript/module/src/components/Radio/RadioGroup.d.ts.map +1 -0
  315. package/lib/typescript/module/src/components/Radio/RadioItem.d.ts +5 -0
  316. package/lib/typescript/module/src/components/Radio/RadioItem.d.ts.map +1 -0
  317. package/lib/typescript/module/src/components/Radio/index.d.ts +6 -0
  318. package/lib/typescript/module/src/components/Radio/index.d.ts.map +1 -0
  319. package/lib/typescript/module/src/components/Stack/HStack.d.ts +2 -2
  320. package/lib/typescript/module/src/components/Stack/HStack.d.ts.map +1 -1
  321. package/lib/typescript/module/src/components/Stack/VStack.d.ts +2 -2
  322. package/lib/typescript/module/src/components/Stack/VStack.d.ts.map +1 -1
  323. package/lib/typescript/module/src/components/StyledComponents/StyledText.d.ts +2 -2
  324. package/lib/typescript/module/src/components/StyledComponents/StyledText.d.ts.map +1 -1
  325. package/lib/typescript/module/src/components/Surface/Surface.d.ts +3 -3
  326. package/lib/typescript/module/src/components/Surface/Surface.d.ts.map +1 -1
  327. package/lib/typescript/module/src/components/Switch/Switch.d.ts +2 -2
  328. package/lib/typescript/module/src/components/Switch/Switch.d.ts.map +1 -1
  329. package/lib/typescript/module/src/components/UserInput/UserInput.d.ts +36 -2
  330. package/lib/typescript/module/src/components/UserInput/UserInput.d.ts.map +1 -1
  331. package/lib/typescript/module/src/constants/typographySizes.d.ts +2 -8
  332. package/lib/typescript/module/src/constants/typographySizes.d.ts.map +1 -1
  333. package/lib/typescript/module/src/helpers/ResponsiveCalculations.d.ts +0 -2
  334. package/lib/typescript/module/src/helpers/ResponsiveCalculations.d.ts.map +1 -1
  335. package/lib/typescript/module/src/index.d.ts +4 -4
  336. package/lib/typescript/module/src/index.d.ts.map +1 -1
  337. package/lib/typescript/module/src/themes/DarkTheme.d.ts.map +1 -1
  338. package/lib/typescript/module/src/themes/LightTheme.d.ts.map +1 -1
  339. package/lib/typescript/module/src/types/avatar.type.d.ts +0 -2
  340. package/lib/typescript/module/src/types/avatar.type.d.ts.map +1 -1
  341. package/lib/typescript/module/src/types/button.type.d.ts +20 -20
  342. package/lib/typescript/module/src/types/button.type.d.ts.map +1 -1
  343. package/lib/typescript/module/src/types/checkbox.type.d.ts +20 -14
  344. package/lib/typescript/module/src/types/checkbox.type.d.ts.map +1 -1
  345. package/lib/typescript/module/src/types/chip.type.d.ts +21 -13
  346. package/lib/typescript/module/src/types/chip.type.d.ts.map +1 -1
  347. package/lib/typescript/module/src/types/common.type.d.ts +71 -22
  348. package/lib/typescript/module/src/types/common.type.d.ts.map +1 -1
  349. package/lib/typescript/module/src/types/dialog.type.d.ts +13 -12
  350. package/lib/typescript/module/src/types/dialog.type.d.ts.map +1 -1
  351. package/lib/typescript/module/src/types/divider.type.d.ts +11 -0
  352. package/lib/typescript/module/src/types/divider.type.d.ts.map +1 -0
  353. package/lib/typescript/module/src/types/grid.type.d.ts +2 -1
  354. package/lib/typescript/module/src/types/grid.type.d.ts.map +1 -1
  355. package/lib/typescript/module/src/types/index.d.ts +4 -0
  356. package/lib/typescript/module/src/types/index.d.ts.map +1 -1
  357. package/lib/typescript/module/src/types/link.type.d.ts +12 -0
  358. package/lib/typescript/module/src/types/link.type.d.ts.map +1 -0
  359. package/lib/typescript/module/src/types/menu.type.d.ts +2 -15
  360. package/lib/typescript/module/src/types/menu.type.d.ts.map +1 -1
  361. package/lib/typescript/module/src/types/radio.type.d.ts +61 -0
  362. package/lib/typescript/module/src/types/radio.type.d.ts.map +1 -0
  363. package/lib/typescript/module/src/types/stack.type.d.ts +6 -14
  364. package/lib/typescript/module/src/types/stack.type.d.ts.map +1 -1
  365. package/lib/typescript/module/src/types/styledComponents.type.d.ts +24 -71
  366. package/lib/typescript/module/src/types/styledComponents.type.d.ts.map +1 -1
  367. package/lib/typescript/module/src/types/surface.type.d.ts +16 -0
  368. package/lib/typescript/module/src/types/surface.type.d.ts.map +1 -0
  369. package/lib/typescript/module/src/types/userInput.type.d.ts +10 -14
  370. package/lib/typescript/module/src/types/userInput.type.d.ts.map +1 -1
  371. package/package.json +9 -4
  372. package/src/components/Avatar/AvatarImage.tsx +2 -7
  373. package/src/components/Avatar/AvatarText.tsx +4 -4
  374. package/src/components/Button/Button.tsx +32 -26
  375. package/src/components/Button/utils.ts +30 -30
  376. package/src/components/CheckBox/CheckBox.tsx +30 -28
  377. package/src/components/Chip/Chip.tsx +23 -31
  378. package/src/components/Chip/utils.ts +34 -20
  379. package/src/components/Dialog/Dialog.tsx +11 -7
  380. package/src/components/Dialog/DialogBody.tsx +13 -13
  381. package/src/components/Dialog/DialogDescription.tsx +9 -9
  382. package/src/components/Dialog/DialogFoot.tsx +19 -21
  383. package/src/components/Dialog/DialogHead.tsx +15 -20
  384. package/src/components/Divider/Divider.tsx +7 -15
  385. package/src/components/Grid/Grid.tsx +6 -5
  386. package/src/components/Icon/Icon.tsx +1 -1
  387. package/src/components/IconButton/IconButton.tsx +2 -2
  388. package/src/components/Link/Link.tsx +20 -29
  389. package/src/components/Menu/Menu.tsx +9 -6
  390. package/src/components/Menu/MenuItem.tsx +6 -6
  391. package/src/components/Menu/MenuItemLabel.tsx +4 -9
  392. package/src/components/Progress/Progress.tsx +8 -7
  393. package/src/components/Radio/RadioGroup.tsx +40 -0
  394. package/src/components/Radio/RadioItem.tsx +72 -0
  395. package/src/components/Radio/index.ts +9 -0
  396. package/src/components/Slider/Slider.tsx +3 -3
  397. package/src/components/Stack/HStack.tsx +5 -8
  398. package/src/components/Stack/VStack.tsx +6 -11
  399. package/src/components/StyledComponents/StyledText.tsx +17 -8
  400. package/src/components/StyledComponents/StyledView.tsx +4 -4
  401. package/src/components/Surface/Surface.tsx +20 -27
  402. package/src/components/Switch/Switch.tsx +12 -10
  403. package/src/components/UserInput/UserInput.tsx +19 -16
  404. package/src/components/UserInput/generateColors.ts +3 -3
  405. package/src/constants/typographySizes.ts +13 -15
  406. package/src/helpers/ResponsiveCalculations.ts +25 -29
  407. package/src/index.ts +5 -6
  408. package/src/themes/DarkTheme.ts +169 -30
  409. package/src/themes/LightTheme.ts +78 -85
  410. package/src/themes/index.ts +0 -1
  411. package/src/types/avatar.type.ts +0 -3
  412. package/src/types/button.type.ts +20 -20
  413. package/src/types/checkbox.type.ts +22 -15
  414. package/src/types/chip.type.ts +24 -15
  415. package/src/types/common.type.ts +81 -23
  416. package/src/types/dialog.type.ts +15 -14
  417. package/src/types/divider.type.ts +15 -0
  418. package/src/types/grid.type.ts +2 -1
  419. package/src/types/index.ts +5 -1
  420. package/src/types/link.type.ts +15 -0
  421. package/src/types/menu.type.ts +2 -18
  422. package/src/types/radio.type.ts +78 -0
  423. package/src/types/stack.type.ts +7 -17
  424. package/src/types/styledComponents.type.ts +26 -74
  425. package/src/types/surface.type.ts +19 -0
  426. package/src/types/userInput.type.ts +10 -15
  427. package/lib/commonjs/components/Header/Header.js +0 -78
  428. package/lib/commonjs/components/Header/Header.js.map +0 -1
  429. package/lib/commonjs/helpers/LightenColorShades.js +0 -27
  430. package/lib/commonjs/helpers/LightenColorShades.js.map +0 -1
  431. package/lib/commonjs/themes/createTheme.js +0 -25
  432. package/lib/commonjs/themes/createTheme.js.map +0 -1
  433. package/lib/module/components/Header/Header.js +0 -73
  434. package/lib/module/components/Header/Header.js.map +0 -1
  435. package/lib/module/helpers/LightenColorShades.js +0 -23
  436. package/lib/module/helpers/LightenColorShades.js.map +0 -1
  437. package/lib/module/themes/createTheme.js +0 -25
  438. package/lib/module/themes/createTheme.js.map +0 -1
  439. package/lib/typescript/commonjs/src/components/Header/Header.d.ts +0 -16
  440. package/lib/typescript/commonjs/src/components/Header/Header.d.ts.map +0 -1
  441. package/lib/typescript/commonjs/src/helpers/LightenColorShades.d.ts +0 -3
  442. package/lib/typescript/commonjs/src/helpers/LightenColorShades.d.ts.map +0 -1
  443. package/lib/typescript/commonjs/src/themes/createTheme.d.ts +0 -1
  444. package/lib/typescript/commonjs/src/themes/createTheme.d.ts.map +0 -1
  445. package/lib/typescript/module/src/components/Header/Header.d.ts +0 -16
  446. package/lib/typescript/module/src/components/Header/Header.d.ts.map +0 -1
  447. package/lib/typescript/module/src/helpers/LightenColorShades.d.ts +0 -3
  448. package/lib/typescript/module/src/helpers/LightenColorShades.d.ts.map +0 -1
  449. package/lib/typescript/module/src/themes/createTheme.d.ts +0 -1
  450. package/lib/typescript/module/src/themes/createTheme.d.ts.map +0 -1
  451. package/src/components/Header/Header.tsx +0 -82
  452. package/src/helpers/LightenColorShades.ts +0 -27
  453. package/src/themes/createTheme.ts +0 -23
@@ -1 +1 @@
1
- {"version":3,"file":"common.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/common.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAExE,MAAM,MAAM,gBAAgB,GAAG,UAAU,GAAG,UAAU,CAAC;AACvD,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,SAAS,CAAC;AAClD,MAAM,MAAM,aAAa,GAAG,UAAU,GAAG,WAAW,CAAC;AACrD,MAAM,MAAM,iBAAiB,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC/E,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,MAAM,CAAC;AAC9C,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,SAAS,CAAC;AAElD,MAAM,MAAM,gBAAgB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,eAAe,GAAG;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACjB,CAAA;AAED,MAAM,MAAM,UAAU,GAAG;IACrB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,eAAe,CAAC;IACxB,UAAU,EAAE;QACR,YAAY,EAAE,mBAAmB,CAAC;KACrC,CAAC;IACF,WAAW,EAAE,gBAAgB,CAAC;CACjC,CAAA;AAED,MAAM,MAAM,KAAK,GAAG;IAChB,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,UAAU,CAAC;CACpB,CAAC"}
1
+ {"version":3,"file":"common.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/common.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAExE,MAAM,MAAM,gBAAgB,GAAG,UAAU,GAAG,UAAU,CAAC;AACvD,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,SAAS,CAAC;AAClD,MAAM,MAAM,aAAa,GAAG,UAAU,GAAG,WAAW,CAAC;AAErD,MAAM,MAAM,eAAe,GAAG,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;AACjH,MAAM,MAAM,iBAAiB,GAAG,MAAM,eAAe,CAAC,YAAY,CAAC,CAAC;AACpE,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,MAAM,CAAC;AAC9C,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,SAAS,CAAC;AAElD,MAAM,MAAM,gBAAgB,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,YAAY,GAAG;IAChB,OAAO,EAAE;QACL,CAAC,EAAE,MAAM,CAAC;QACV,EAAE,EAAE,MAAM,CAAC;QACX,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;QACZ,GAAG,EAAE,MAAM,CAAC;KACf,CAAA;CACJ,CAAA;AACD,KAAK,eAAe,GAAG;IAEnB,OAAO,EAAE,YAAY,CAAC;IAEtB,KAAK,EAAE;QACH,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;QAClB,WAAW,EAAE,MAAM,CAAC;QACpB,QAAQ,EAAE,MAAM,CAAC;QACjB,UAAU,EAAE,MAAM,CAAC;KACtB,CAAC;IAEF,QAAQ,EAAE;QACN,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,EAAE,MAAM,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;KAClB,CAAC;IAEF,UAAU,EAAE;QACR,OAAO,EAAE,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;QAChB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;KACpB,CAAC;IAEF,MAAM,EAAE;QACJ,MAAM,EAAE,MAAM,CAAC;QACf,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;KACjB,CAAC;IAEF,UAAU,EAAE;QACR,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,OAAO,EAAE,MAAM,CAAC;KACnB,CAAC;IAEF,MAAM,EAAE;QACJ,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;KACpB,CAAC;IAEF,SAAS,CAAC,EAAE;QACR,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;KAClB,CAAC;CACL,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACrB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,eAAe,CAAC;IACxB,KAAK,EAAE;QACH,UAAU,EAAE,mBAAmB,CAAC;QAChC,MAAM,EAAE,gBAAgB,CAAC;KAC5B,CAAC;CACL,CAAA;AAED,MAAM,MAAM,KAAK,GAAG;IAChB,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,UAAU,CAAC;CACpB,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import type { ReactNode } from "react";
2
2
  import type { StyleProp, TextStyle, ViewStyle } from "react-native";
3
- import type { DialogVariant, TypographyVariant } from "./common.type";
3
+ import type { DialogVariant, TypographyScale } from "./common.type";
4
+ import type { StyledTextProps, StyledViewProps } from "./styledComponents.type";
4
5
  export type DialogRefProps = {
5
6
  open: () => void;
6
7
  close: () => void;
@@ -29,11 +30,9 @@ export type DialogBodyProps = {
29
30
  /** Content to be rendered inside the dialog body */
30
31
  children?: ReactNode;
31
32
  };
32
- export type DialogDescriptionProps = {
33
+ export type DialogDescriptionProps = StyledTextProps & {
33
34
  /** Variant of the typography to be applied to the text */
34
- textVariant?: TypographyVariant;
35
- /** Font size for the dialog description text */
36
- fs?: number;
35
+ fScale?: TypographyScale;
37
36
  /** Style for the container wrapping the dialog description */
38
37
  containerStyle?: StyleProp<ViewStyle>;
39
38
  /** Style for the text inside the dialog description */
@@ -41,24 +40,26 @@ export type DialogDescriptionProps = {
41
40
  /** Content to be rendered inside the dialog description */
42
41
  children?: ReactNode;
43
42
  };
44
- export type DialogFootProps = {
43
+ export type DialogFootProps = StyledViewProps & {
45
44
  /** Custom styles for the container wrapping the dialog footer */
46
45
  containerStyle?: StyleProp<ViewStyle>;
47
46
  /** Content to be rendered inside the dialog footer */
48
47
  children?: ReactNode;
49
48
  };
50
49
  export type DialogHeadProps = {
51
- /** Title text to be displayed in the dialog header */
50
+ /** Title text to be displayed in the dialog header. If not provided, `children` will be rendered. */
52
51
  title?: string;
53
- /** Typography variant for styling the title text */
54
- textVariant?: TypographyVariant;
55
- /** Font size of the title text */
52
+ /** Typography scale for the title text (e.g., xs, sm, md, lg, xl) */
53
+ fScale?: TypographyScale;
54
+ /** Font size of the title text (overrides fScale if provided) */
56
55
  fs?: number;
56
+ /** Font family for the title text */
57
+ ff?: string;
57
58
  /** Custom styles for the container wrapping the dialog header */
58
59
  containerStyle?: StyleProp<ViewStyle>;
59
60
  /** Custom styles for the title text */
60
- textStyle?: StyleProp<TextStyle>;
61
+ titleStyle?: StyleProp<TextStyle>;
61
62
  /** Additional elements or components to be rendered inside the dialog header */
62
- children?: React.ReactNode;
63
+ children?: ReactNode;
63
64
  };
64
65
  //# sourceMappingURL=dialog.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dialog.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/dialog.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACpE,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAGtE,MAAM,MAAM,cAAc,GAAG;IACzB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,KAAK,EAAE,MAAM,IAAI,CAAC;CACrB,CAAA;AACD,MAAM,MAAM,WAAW,GAAG;IACtB,uCAAuC;IACvC,OAAO,CAAC,EAAE,aAAa,CAAC;IAExB,gDAAgD;IAChD,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IAE1C,qDAAqD;IACrD,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,uCAAuC;IACvC,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,4DAA4D;IAC5D,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErB,6CAA6C;IAC7C,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEtC,gDAAgD;IAChD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAE1B,2DAA2D;IAC3D,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB,kDAAkD;IAClD,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEtC,oDAAoD;IACpD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IAEjC,0DAA0D;IAC1D,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAEhC,gDAAgD;IAChD,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,8DAA8D;IAC9D,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEtC,uDAAuD;IACvD,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEjC,2DAA2D;IAC3D,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC1B,iEAAiE;IACjE,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEtC,sDAAsD;IACtD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC1B,sDAAsD;IACtD,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,oDAAoD;IACpD,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAEhC,kCAAkC;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,iEAAiE;IACjE,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEtC,uCAAuC;IACvC,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEjC,gFAAgF;IAChF,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,CAAC"}
1
+ {"version":3,"file":"dialog.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/dialog.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACpE,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AACpE,OAAO,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAGhF,MAAM,MAAM,cAAc,GAAG;IACzB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,KAAK,EAAE,MAAM,IAAI,CAAC;CACrB,CAAA;AACD,MAAM,MAAM,WAAW,GAAG;IACtB,uCAAuC;IACvC,OAAO,CAAC,EAAE,aAAa,CAAC;IAExB,gDAAgD;IAChD,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IAE1C,qDAAqD;IACrD,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,uCAAuC;IACvC,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,4DAA4D;IAC5D,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErB,6CAA6C;IAC7C,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEtC,gDAAgD;IAChD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAE1B,2DAA2D;IAC3D,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB,kDAAkD;IAClD,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEtC,oDAAoD;IACpD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,eAAe,GAAG;IAEnD,0DAA0D;IAC1D,MAAM,CAAC,EAAE,eAAe,CAAC;IAEzB,8DAA8D;IAC9D,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEtC,uDAAuD;IACvD,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEjC,2DAA2D;IAC3D,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,eAAe,GAAG;IAC5C,iEAAiE;IACjE,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEtC,sDAAsD;IACtD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC1B,qGAAqG;IACrG,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,qEAAqE;IACrE,MAAM,CAAC,EAAE,eAAe,CAAC;IAEzB,iEAAiE;IACjE,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,qCAAqC;IACrC,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,iEAAiE;IACjE,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEtC,uCAAuC;IACvC,UAAU,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAElC,gFAAgF;IAChF,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { StyleProp, ViewStyle } from "react-native";
2
+ /** Props for the Divider component */
3
+ export type DividerProps = {
4
+ /** Thickness of the divider line */
5
+ thickness?: number;
6
+ /** Custom styles to apply to the divider */
7
+ style?: StyleProp<ViewStyle>;
8
+ /** Color of the divider line; defaults to theme's subtle border color if not provided */
9
+ color?: string;
10
+ };
11
+ //# sourceMappingURL=divider.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"divider.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/divider.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEvD,sCAAsC;AAExC,MAAM,MAAM,YAAY,GAAG;IAEvB,oCAAoC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7B,yFAAyF;IACzF,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAA"}
@@ -1,5 +1,6 @@
1
1
  import type { StyleProp, ViewStyle } from "react-native";
2
- export type GridProps = ViewStyle & {
2
+ import type { StyledViewProps } from "./styledComponents.type";
3
+ export type GridProps = StyledViewProps & {
3
4
  /**
4
5
  * If true, the component will act as a grid container.
5
6
  * Similar to CSS flex/grid container.
@@ -1 +1 @@
1
- {"version":3,"file":"grid.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/grid.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzD,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG;IAChC;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;MAEE;IACF,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEtC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,CAAC"}
1
+ {"version":3,"file":"grid.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/grid.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAE/D,MAAM,MAAM,SAAS,GAAG,eAAe,GAAG;IACtC;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;MAEE;IACF,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEtC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,CAAC"}
@@ -11,4 +11,8 @@ export * from './styledComponents.type';
11
11
  export * from './switch.type';
12
12
  export * from './userInput.type';
13
13
  export * from './progress.type';
14
+ export * from './surface.type';
15
+ export * from './radio.type';
16
+ export * from './divider.type';
17
+ export * from './link.type';
14
18
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,aAAa,CAAA"}
@@ -0,0 +1,12 @@
1
+ import type { TextStyle } from "react-native";
2
+ import type { StyledTextProps } from "./styledComponents.type";
3
+ /** Props for the Link component */
4
+ export type LinkProps = StyledTextProps & {
5
+ /** The visible text of the link */
6
+ title: string;
7
+ /** The URL to be opened when the link is pressed */
8
+ href: string;
9
+ /** Optional custom styles for the text */
10
+ style?: TextStyle;
11
+ };
12
+ //# sourceMappingURL=link.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"link.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/link.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAE/D,mCAAmC;AAEnC,MAAM,MAAM,SAAS,GAAG,eAAe,GAAG;IACtC,mCAAmC;IACnC,KAAK,EAAE,MAAM,CAAC;IAEd,oDAAoD;IACpD,IAAI,EAAE,MAAM,CAAC;IAEb,0CAA0C;IAC1C,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import type { JSX, ReactNode } from "react";
2
- import type { StyleProp, TextStyle, TouchableOpacityProps, View, ViewStyle } from "react-native";
3
- import type { TypographyVariant } from "./common.type";
2
+ import type { StyleProp, TouchableOpacityProps, View, ViewStyle } from "react-native";
4
3
  import type { StyledTextProps } from "./styledComponents.type";
5
4
  export type MenuProps = {
6
5
  /**
@@ -69,25 +68,13 @@ export type MenuItemProps = TouchableOpacityProps & {
69
68
  /**
70
69
  * Custom styles for the menu item container.
71
70
  */
72
- style?: StyleProp<ViewStyle>;
71
+ itemStyle?: StyleProp<ViewStyle>;
73
72
  /**
74
73
  * Child components to be rendered inside the menu item.
75
74
  */
76
75
  children?: ReactNode;
77
76
  };
78
77
  export type MenuItemLabelProps = StyledTextProps & {
79
- /**
80
- * Font size of the label text.
81
- */
82
- fs?: number;
83
- /**
84
- * Typography variant for the label text.
85
- */
86
- textVariant?: TypographyVariant;
87
- /**
88
- * Custom styles for the text component.
89
- */
90
- style?: StyleProp<TextStyle>;
91
78
  /**
92
79
  * Text to be displayed inside the label.
93
80
  */
@@ -1 +1 @@
1
- {"version":3,"file":"menu.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/menu.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,qBAAqB,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACjG,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAG/D,MAAM,MAAM,SAAS,GAAG;IACpB;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IAE7B;;OAEG;IACH,MAAM,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAErB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAE3B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAE5B;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI,CAAC;IAE9C;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB;;;OAGG;IACH,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,IAAI,GAAG,IAAI,CAAC,CAAA;CACrC,CAAC;AAGF,MAAM,MAAM,aAAa,GAAG,qBAAqB,GAAG;IAChD;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,eAAe,GAAG;IAC/C;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAEhC;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC"}
1
+ {"version":3,"file":"menu.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/menu.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,SAAS,EAAE,qBAAqB,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACtF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAG/D,MAAM,MAAM,SAAS,GAAG;IACpB;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IAE7B;;OAEG;IACH,MAAM,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAErB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAE3B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAE5B;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI,CAAC;IAE9C;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB;;;OAGG;IACH,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,IAAI,GAAG,IAAI,CAAC,CAAA;CACrC,CAAC;AAGF,MAAM,MAAM,aAAa,GAAG,qBAAqB,GAAG;IAChD;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEjC;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,eAAe,GAAG;IAC/C;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC"}
@@ -0,0 +1,61 @@
1
+ import type { ReactNode } from "react";
2
+ import type { StyledTextProps, StyledViewProps } from "./styledComponents.type";
3
+ import type { TouchableOpacityProps } from "react-native";
4
+ import type { TypographyScale } from "./common.type";
5
+ /**
6
+ * Props for the RadioGroup component
7
+ */
8
+ export type RadioGroupProps = StyledViewProps & {
9
+ /**
10
+ * Unique name for the radio group (useful for forms or multiple groups)
11
+ */
12
+ name?: string;
13
+ /**
14
+ * Default selected value (for uncontrolled usage)
15
+ */
16
+ defaultValue?: string;
17
+ /**
18
+ * Current selected value (for controlled usage)
19
+ */
20
+ value?: string;
21
+ /**
22
+ * Children must be Radio components
23
+ */
24
+ children: ReactNode;
25
+ /**
26
+ * Callback when a radio option is selected
27
+ * @param name - Group name
28
+ * @param value - Selected value
29
+ */
30
+ onSelect?: (name: string, value: string) => void;
31
+ };
32
+ /**
33
+ * Props for the RadioItem component
34
+ */
35
+ export type RadioItemProps = TouchableOpacityProps & {
36
+ /** Size of the radio circle */
37
+ size?: number;
38
+ /** Border stroke width of the outer circle */
39
+ stroke?: number;
40
+ /** Custom color for the radio item (defaults to theme color) */
41
+ color?: string;
42
+ /** Whether this item is selected */
43
+ active?: boolean;
44
+ /** Unique name of the radio item (used in groups) */
45
+ name?: string;
46
+ /** Value associated with this radio item */
47
+ value: string;
48
+ /** If true, the radio item is disabled */
49
+ disabled?: boolean;
50
+ /** Optional label text displayed beside the radio item */
51
+ label?: string;
52
+ /** Font size override for the label */
53
+ fs?: number;
54
+ /** Typography scale for the label */
55
+ fScale?: TypographyScale;
56
+ /** Font family for the label */
57
+ ff?: string;
58
+ /** Additional style props for the label text */
59
+ labelStyle?: StyledTextProps;
60
+ };
61
+ //# sourceMappingURL=radio.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/radio.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAChF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,eAAe,GAAG;IAC9C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IAEpB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAClD,CAAC;AAGF;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,qBAAqB,GAAG;IACnD,+BAA+B;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,8CAA8C;IAC9C,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,gEAAgE;IAChE,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,oCAAoC;IACpC,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB,qDAAqD;IACrD,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,4CAA4C;IAC5C,KAAK,EAAE,MAAM,CAAC;IAEd,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,0DAA0D;IAC1D,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,uCAAuC;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,qCAAqC;IACrC,MAAM,CAAC,EAAE,eAAe,CAAC;IAEzB,gCAAgC;IAChC,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,gDAAgD;IAChD,UAAU,CAAC,EAAE,eAAe,CAAC;CAC9B,CAAC"}
@@ -2,10 +2,6 @@ import React from "react";
2
2
  import type { FlexStyle, StyleProp, ViewStyle } from "react-native";
3
3
  import type { StyledViewProps } from "./styledComponents.type";
4
4
  export type HStackProps = StyledViewProps & {
5
- /**
6
- * Defines the alignment of children along the main axis.
7
- */
8
- justify?: FlexStyle['justifyContent'];
9
5
  /**
10
6
  * Defines the alignment of children along the cross axis.
11
7
  */
@@ -21,28 +17,24 @@ export type HStackProps = StyledViewProps & {
21
17
  /**
22
18
  * Custom styles for the container.
23
19
  */
24
- style?: StyleProp<ViewStyle>;
20
+ containerStyle?: StyleProp<ViewStyle>;
25
21
  /**
26
22
  * Child components to be rendered inside the HStack.
27
23
  */
28
24
  children?: React.ReactNode;
29
25
  };
30
26
  export type VStackProps = StyledViewProps & {
27
+ /**
28
+ * Space between child components.
29
+ */
30
+ gap?: number;
31
31
  /**
32
32
  * Child components to be rendered inside the VStack.
33
33
  */
34
34
  children?: React.ReactNode;
35
- /**
36
- * Defines the alignment of children along the cross axis.
37
- */
38
- align?: FlexStyle['alignItems'];
39
- /**
40
- * Space between child components.
41
- */
42
- gap?: number;
43
35
  /**
44
36
  * Custom styles for the container.
45
37
  */
46
- style?: StyleProp<ViewStyle>;
38
+ containerStyle?: StyleProp<ViewStyle>;
47
39
  };
48
40
  //# sourceMappingURL=stack.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stack.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/stack.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAE/D,MAAM,MAAM,WAAW,GAAG,eAAe,GAAG;IACxC;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAEtC;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAEhC;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAE9B;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7B;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,eAAe,GAAG;IACxC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE3B;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAEhC;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAChC,CAAC"}
1
+ {"version":3,"file":"stack.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/stack.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAE/D,MAAM,MAAM,WAAW,GAAG,eAAe,GAAG;IACxC;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAEhC;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAE9B;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEtC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,eAAe,GAAG;IACxC;;MAEE;IACF,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE3B;;OAEG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CACzC,CAAC"}
@@ -1,97 +1,50 @@
1
1
  import type { ColorValue, DimensionValue, StyleProp, TextProps, TextStyle, View, ViewProps, ViewStyle } from "react-native";
2
- import type { TypographyVariant } from "./common.type";
3
2
  import React from "react";
3
+ import type { TypographyScale, TypographyVariant } from "./common.type";
4
4
  export type StyledViewProps = ViewStyle & ViewProps & {
5
- /**
6
- * Flex value to control the flex growth, shrink, and basis of the view.
7
- */
5
+ /** Flex value to control the flex growth, shrink, and basis of the view */
8
6
  f?: number;
9
- /**
10
- * Defines how children are aligned along the main axis.
11
- */
7
+ /** How children are aligned along the main axis */
12
8
  justify?: ViewStyle['justifyContent'];
13
- /**
14
- * Defines how children are aligned along the cross axis.
15
- */
9
+ /** How children are aligned along the cross axis */
16
10
  align?: ViewStyle['alignItems'];
17
- /**
18
- * Determines whether the children should wrap if they exceed the container size.
19
- */
11
+ /** Whether children should wrap if they exceed the container size */
20
12
  fWrap?: ViewStyle['flexWrap'];
21
- /**
22
- * Background color of the view.
23
- */
13
+ /** Background color of the view */
24
14
  bg?: string;
25
- /**
26
- * Whether the background color should be derived from the theme.
27
- */
15
+ /** Whether the background color should be derived from the theme */
28
16
  themeBg?: boolean;
29
- /**
30
- * Height of the view, can be a number or a percentage string.
31
- */
17
+ /** Height of the view (number = pixels, string = percentage) */
32
18
  h?: DimensionValue;
33
- /**
34
- * Width of the view, can be a number or a percentage string.
35
- */
19
+ /** Width of the view (number = pixels, string = percentage) */
36
20
  w?: DimensionValue;
37
- /**
38
- * Child components to be rendered inside StyledView.
39
- */
21
+ /** Child components to be rendered inside StyledView */
40
22
  children?: React.ReactNode;
41
- /**
42
- * Custom styles for the view component.
43
- */
23
+ /** Custom styles for the view component */
44
24
  style?: StyleProp<ViewStyle>;
45
- /**
46
- * A ref to access the underlying View component.
47
- * This can be used for measuring layout, animations, or imperative interactions.
48
- */
49
- ref?: React.RefObject<View>;
25
+ /** Ref to access the underlying View component */
26
+ ref?: React.Ref<View>;
50
27
  };
51
28
  export type StyledTextProps = TextProps & TextStyle & {
52
- /**
53
- * Defines the typography variant for the text.
54
- */
29
+ /** Typography scale for font size (e.g., xs, sm, md, lg, xl) */
30
+ fScale?: TypographyScale;
31
+ /** Typography variant to determine default text color */
55
32
  variant?: TypographyVariant;
56
- /**
57
- * Text content to be rendered inside StyledText.
58
- */
33
+ /** Text content to be rendered inside StyledText */
59
34
  children?: React.ReactNode;
60
- /**
61
- * Custom styles for the text component.
62
- */
35
+ /** Custom styles for the Text component */
63
36
  style?: StyleProp<TextStyle>;
64
- /**
65
- * Font family for the text.
66
- */
37
+ /** Font family for the text */
67
38
  ff?: string;
68
- /**
69
- * Font size of the text.
70
- */
39
+ /** Font size of the text (overrides fScale if provided) */
71
40
  fs?: number;
72
- /**
73
- * Font weight of the text.
74
- */
41
+ /** Font weight of the text */
75
42
  fw?: TextStyle['fontWeight'];
76
- /**
77
- * Whether the text should be automatically capitalized or adjusted based on the theme.
78
- */
43
+ /** Text align center flag (true = center, false/undefined = auto) */
79
44
  tas?: boolean;
80
- /**
81
- * Color of the text. Accepts standard color values.
82
- */
45
+ /** Color of the text (overrides variant and themeColor if provided) */
83
46
  color?: ColorValue;
84
- /**
85
- * Whether the text color should be derived from the theme.
86
- */
47
+ /** Whether to derive text color from the theme */
87
48
  themeColor?: boolean;
88
- /**
89
- * Whether the text should use the primary theme color.
90
- */
91
- primary?: boolean;
92
- /**
93
- * Whether the text should use the secondary theme color.
94
- */
95
- secondary?: boolean;
96
49
  };
97
50
  //# sourceMappingURL=styledComponents.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styledComponents.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/styledComponents.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC5H,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,SAAS,GAAG;IAClD;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAEtC;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAEhC;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAE9B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,CAAC,CAAC,EAAE,cAAc,CAAC;IAEnB;;OAEG;IACH,CAAC,CAAC,EAAE,cAAc,CAAC;IAEnB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE3B;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7B;;;MAGE;IACF,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,IAAI,CAAC,CAAA;CAC9B,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,SAAS,GAAG;IAClD;;OAEG;IACH,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAE5B;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE3B;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,EAAE,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAE7B;;OAEG;IACH,GAAG,CAAC,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;IAEnB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC"}
1
+ {"version":3,"file":"styledComponents.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/styledComponents.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC5H,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAExE,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,SAAS,GAAG;IAClD,2EAA2E;IAC3E,CAAC,CAAC,EAAE,MAAM,CAAC;IAEX,mDAAmD;IACnD,OAAO,CAAC,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAEtC,oDAAoD;IACpD,KAAK,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAEhC,qEAAqE;IACrE,KAAK,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAE9B,mCAAmC;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,oEAAoE;IACpE,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,gEAAgE;IAChE,CAAC,CAAC,EAAE,cAAc,CAAC;IAEnB,+DAA+D;IAC/D,CAAC,CAAC,EAAE,cAAc,CAAC;IAEnB,wDAAwD;IACxD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE3B,2CAA2C;IAC3C,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7B,kDAAkD;IAClD,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,SAAS,GAAG;IAClD,gEAAgE;IAChE,MAAM,CAAC,EAAE,eAAe,CAAC;IAEzB,yDAAyD;IACzD,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAE5B,oDAAoD;IACpD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE3B,2CAA2C;IAC3C,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7B,+BAA+B;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,2DAA2D;IAC3D,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,8BAA8B;IAC9B,EAAE,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAE7B,qEAAqE;IACrE,GAAG,CAAC,EAAE,OAAO,CAAC;IAEd,uEAAuE;IACvE,KAAK,CAAC,EAAE,UAAU,CAAC;IAEnB,kDAAkD;IAClD,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC"}
@@ -0,0 +1,16 @@
1
+ import type { ReactNode } from "react";
2
+ import type { StyledViewProps } from "./styledComponents.type";
3
+ /**
4
+ * Props for the Surface component
5
+ */
6
+ export type SurfaceProps = StyledViewProps & {
7
+ /** Padding inside the surface container (applied uniformly) */
8
+ padding?: number;
9
+ /** Border radius of the surface container */
10
+ br?: number;
11
+ /** Style variant of the surface: 'elevated' adds shadow, 'outlined' adds border */
12
+ variant?: 'elevated' | 'outlined';
13
+ /** Child components to be rendered inside the surface */
14
+ children?: ReactNode;
15
+ };
16
+ //# sourceMappingURL=surface.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"surface.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/surface.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAE/D;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,eAAe,GAAG;IACzC,+DAA+D;IAC/D,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,6CAA6C;IAC7C,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,mFAAmF;IACnF,OAAO,CAAC,EAAE,UAAU,GAAG,UAAU,CAAC;IAElC,yDAAyD;IACzD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC"}
@@ -1,6 +1,6 @@
1
- import type { StyleProp, TextInput, TextInputProps, TextStyle, ViewStyle } from "react-native";
2
- import type { TypographyVariant, UserInputVariant } from "./common.type";
3
- import type { JSX } from "react";
1
+ import type { ReactNode } from "react";
2
+ import type { StyleProp, TextInputProps, TextStyle, ViewStyle } from "react-native";
3
+ import type { TypographyScale, UserInputVariant } from "./common.type";
4
4
  export type UserInputProps = TextInputProps & {
5
5
  /**
6
6
  * Defines the input style variant.
@@ -23,11 +23,12 @@ export type UserInputProps = TextInputProps & {
23
23
  * Defines typography styles for text elements.
24
24
  * - `label`: Typography variant for the label.
25
25
  * - `helperText`: Typography variant for the helper text.
26
+ * - `inputText`: Typography variant for the input text.
26
27
  */
27
- textVariant?: {
28
- label?: TypographyVariant;
29
- helperText?: TypographyVariant;
30
- inputText?: TypographyVariant;
28
+ textScale?: {
29
+ label?: TypographyScale;
30
+ helperText?: TypographyScale;
31
+ inputText?: TypographyScale;
31
32
  };
32
33
  /** Color of the text inside the input field. */
33
34
  inputTextColor?: string;
@@ -54,9 +55,9 @@ export type UserInputProps = TextInputProps & {
54
55
  /** If `true`, the input field allows multiple lines of text. */
55
56
  multiline?: boolean;
56
57
  /** Renders a custom left icon inside the input field. */
57
- renderLeftIcon?: JSX.Element;
58
+ renderLeftIcon?: ReactNode;
58
59
  /** Renders a custom right icon inside the input field. */
59
- renderRightIcon?: JSX.Element;
60
+ renderRightIcon?: ReactNode;
60
61
  /**
61
62
  * Custom styles for different parts of the component.
62
63
  * - `mainContainer`: Styles for the outermost wrapper.
@@ -72,10 +73,5 @@ export type UserInputProps = TextInputProps & {
72
73
  label?: StyleProp<TextStyle>;
73
74
  helperText?: StyleProp<TextStyle>;
74
75
  };
75
- /**
76
- * A ref to access the underlying View component.
77
- * This can be used for measuring layout, animations, or imperative interactions.
78
- */
79
- ref?: React.RefObject<TextInput>;
80
76
  };
81
77
  //# sourceMappingURL=userInput.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"userInput.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/userInput.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC/F,OAAO,KAAK,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACzE,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEjC,MAAM,MAAM,cAAc,GAAG,cAAc,GAAG;IAC1C;;;;;OAKG;IACH,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAE3B,kDAAkD;IAClD,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,+CAA+C;IAC/C,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,wCAAwC;IACxC,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,uCAAuC;IACvC,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,+BAA+B;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;OAIG;IACH,WAAW,CAAC,EAAE;QACV,KAAK,CAAC,EAAE,iBAAiB,CAAC;QAC1B,UAAU,CAAC,EAAE,iBAAiB,CAAC;QAC/B,SAAS,CAAC,EAAE,iBAAiB,CAAC;KACjC,CAAC;IAEF,gDAAgD;IAChD,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,mDAAmD;IACnD,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,qCAAqC;IACrC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B,mCAAmC;IACnC,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,mCAAmC;IACnC,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,oCAAoC;IACpC,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,sDAAsD;IACtD,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,8EAA8E;IAC9E,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,8EAA8E;IAC9E,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,gEAAgE;IAChE,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,yDAAyD;IACzD,cAAc,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAE7B,0DAA0D;IAC1D,eAAe,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAE9B;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE;QACL,aAAa,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACrC,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACtC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC7B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC7B,UAAU,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;KACrC,CAAC;IAEF;;;MAGE;IACF,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,SAAS,CAAC,CAAA;CACnC,CAAC"}
1
+ {"version":3,"file":"userInput.type.d.ts","sourceRoot":"","sources":["../../../../../src/types/userInput.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACpF,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEvE,MAAM,MAAM,cAAc,GAAG,cAAc,GAAG;IAC1C;;;;;OAKG;IACH,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAE3B,kDAAkD;IAClD,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,+CAA+C;IAC/C,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,wCAAwC;IACxC,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,uCAAuC;IACvC,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,+BAA+B;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;OAKG;IACH,SAAS,CAAC,EAAE;QACR,KAAK,CAAC,EAAE,eAAe,CAAC;QACxB,UAAU,CAAC,EAAE,eAAe,CAAC;QAC7B,SAAS,CAAC,EAAE,eAAe,CAAC;KAC/B,CAAC;IAEF,gDAAgD;IAChD,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,mDAAmD;IACnD,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,qCAAqC;IACrC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B,mCAAmC;IACnC,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,mCAAmC;IACnC,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,oCAAoC;IACpC,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,sDAAsD;IACtD,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,8EAA8E;IAC9E,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,8EAA8E;IAC9E,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,gEAAgE;IAChE,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,yDAAyD;IACzD,cAAc,CAAC,EAAE,SAAS,CAAC;IAE3B,0DAA0D;IAC1D,eAAe,CAAC,EAAE,SAAS,CAAC;IAE5B;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE;QACL,aAAa,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACrC,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACtC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC7B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC7B,UAAU,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;KACrC,CAAC;CACL,CAAC"}
@@ -1,6 +1,6 @@
1
- import React from "react";
1
+ import { type FC } from "react";
2
2
  import type { AvatarImageProps } from "../../types";
3
- declare const AvatarImage: React.FC<AvatarImageProps>;
3
+ declare const AvatarImage: FC<AvatarImageProps>;
4
4
  export default AvatarImage;
5
5
  export type { AvatarImageProps };
6
6
  //# sourceMappingURL=AvatarImage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AvatarImage.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Avatar/AvatarImage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAGpD,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA4B3C,CAAA;AACD,eAAe,WAAW,CAAC;AAC3B,YAAY,EAAE,gBAAgB,EAAE,CAAC"}
1
+ {"version":3,"file":"AvatarImage.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Avatar/AvatarImage.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAIhC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAGpD,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAwBrC,CAAA;AACD,eAAe,WAAW,CAAC;AAC3B,YAAY,EAAE,gBAAgB,EAAE,CAAC"}
@@ -1,6 +1,6 @@
1
- import React from "react";
1
+ import { type FC } from "react";
2
2
  import type { AvatarTextProps } from "../../types";
3
- declare const AvatarText: React.FC<AvatarTextProps>;
3
+ declare const AvatarText: FC<AvatarTextProps>;
4
4
  export default AvatarText;
5
5
  export type { AvatarTextProps };
6
6
  //# sourceMappingURL=AvatarText.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AvatarText.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Avatar/AvatarText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAGnD,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAyBzC,CAAA;AACD,eAAe,UAAU,CAAC;AAC1B,YAAY,EAAE,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"AvatarText.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Avatar/AvatarText.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAIhC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAGnD,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAyBnC,CAAA;AACD,eAAe,UAAU,CAAC;AAC1B,YAAY,EAAE,eAAe,EAAE,CAAC"}
@@ -1,6 +1,6 @@
1
- import React from 'react';
1
+ import type { FC } from 'react';
2
2
  import type { ButtonProps } from '../../types';
3
- declare const Button: React.FC<ButtonProps>;
3
+ declare const Button: FC<ButtonProps>;
4
4
  export default Button;
5
5
  export type { ButtonProps };
6
6
  //# sourceMappingURL=Button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAOvC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA2JjC,CAAC;AAEF,eAAe,MAAM,CAAC;AACtB,YAAY,EAAE,WAAW,EAAE,CAAC"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAO,MAAM,OAAO,CAAC;AAMrC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG/C,QAAA,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CAiK3B,CAAC;AAEF,eAAe,MAAM,CAAC;AACtB,YAAY,EAAE,WAAW,EAAE,CAAC"}
@@ -10,7 +10,6 @@ declare const getButtonColors: ({ theme, variant, bg, titleColor, strokeColor, d
10
10
  backgroundColor: string;
11
11
  buttonTextColor: string;
12
12
  buttonBorderColor: string;
13
- buttonIconColor: string;
14
13
  };
15
14
  export { getButtonColors };
16
15
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Button/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AA2F7D,QAAA,MAAM,eAAe,GAAI,2DAOtB;IACC,KAAK,EAAE,UAAU,CAAC;IAClB,OAAO,EAAE,aAAa,CAAC;IACvB,EAAE,EAAE,MAAM,GAAG,SAAS,CAAC;IACvB,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,QAAQ,EAAE,OAAO,CAAC;CACrB;;;;;CAkCA,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Button/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AA2F7D,QAAA,MAAM,eAAe,GAAI,2DAOtB;IACC,KAAK,EAAE,UAAU,CAAC;IAClB,OAAO,EAAE,aAAa,CAAC;IACvB,EAAE,EAAE,MAAM,GAAG,SAAS,CAAC;IACvB,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,QAAQ,EAAE,OAAO,CAAC;CACrB;;;;CAkCA,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,CAAC"}
@@ -1,6 +1,6 @@
1
- import React from "react";
1
+ import { type FC } from "react";
2
2
  import type { CheckBoxProps } from "../../types";
3
- declare const CheckBox: React.FC<CheckBoxProps>;
3
+ declare const CheckBox: FC<CheckBoxProps>;
4
4
  export default CheckBox;
5
5
  export type { CheckBoxProps };
6
6
  //# sourceMappingURL=CheckBox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CheckBox.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CheckBox/CheckBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAMpE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA0FrC,CAAA;AACD,eAAe,QAAQ,CAAC;AACxB,YAAY,EAAE,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"CheckBox.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CheckBox/CheckBox.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAwC,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAMtE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,QAAA,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CA4F/B,CAAA;AACD,eAAe,QAAQ,CAAC;AACxB,YAAY,EAAE,aAAa,EAAE,CAAC"}
@@ -1,6 +1,6 @@
1
- import React from 'react';
1
+ import { type FC } from 'react';
2
2
  import type { ChipProps } from '../../types';
3
- declare const Chip: React.FC<ChipProps>;
3
+ declare const Chip: FC<ChipProps>;
4
4
  export default Chip;
5
5
  export type { ChipProps };
6
6
  //# sourceMappingURL=Chip.d.ts.map