@adiraku/react-native-ui 1.2.9-canary-7 → 2.0.0-canary-2

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 (274) hide show
  1. package/lib/commonjs/components/ActionList/ActionList.component.js +8 -7
  2. package/lib/commonjs/components/ActionList/ActionList.component.js.map +1 -1
  3. package/lib/commonjs/components/ActionList/ActionList.styles.js +13 -10
  4. package/lib/commonjs/components/ActionList/ActionList.styles.js.map +1 -1
  5. package/lib/commonjs/components/Appbar/Appbar.component.js +5 -4
  6. package/lib/commonjs/components/Appbar/Appbar.component.js.map +1 -1
  7. package/lib/commonjs/components/Appbar/Appbar.style.js +15 -12
  8. package/lib/commonjs/components/Appbar/Appbar.style.js.map +1 -1
  9. package/lib/commonjs/components/BottomSheet/BottomSheet.component.js +1 -1
  10. package/lib/commonjs/components/BottomSheet/BottomSheet.component.js.map +1 -1
  11. package/lib/commonjs/components/BottomSheet/BottomSheet.style.js +10 -8
  12. package/lib/commonjs/components/BottomSheet/BottomSheet.style.js.map +1 -1
  13. package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.component.js +16 -16
  14. package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.component.js.map +1 -1
  15. package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.style.js +35 -25
  16. package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.style.js.map +1 -1
  17. package/lib/commonjs/components/Checkbox/Checkbox.component.js +8 -4
  18. package/lib/commonjs/components/Checkbox/Checkbox.component.js.map +1 -1
  19. package/lib/commonjs/components/Checkbox/Checkbox.style.js +16 -17
  20. package/lib/commonjs/components/Checkbox/Checkbox.style.js.map +1 -1
  21. package/lib/commonjs/components/Pagination/pagination.component.js +39 -0
  22. package/lib/commonjs/components/Pagination/pagination.component.js.map +1 -0
  23. package/lib/commonjs/components/Pagination/pagination.style.js +26 -0
  24. package/lib/commonjs/components/Pagination/pagination.style.js.map +1 -0
  25. package/lib/commonjs/components/Pagination/pagination.type.js +2 -0
  26. package/lib/commonjs/components/Pagination/pagination.type.js.map +1 -0
  27. package/lib/commonjs/components/RadioButton/RadioButton.component.js +1 -1
  28. package/lib/commonjs/components/RadioButton/RadioButton.component.js.map +1 -1
  29. package/lib/commonjs/components/RadioButton/RadioButton.style.js +15 -12
  30. package/lib/commonjs/components/RadioButton/RadioButton.style.js.map +1 -1
  31. package/lib/commonjs/components/RadioInput/RadioInput.component.js +17 -19
  32. package/lib/commonjs/components/RadioInput/RadioInput.component.js.map +1 -1
  33. package/lib/commonjs/components/RadioInput/RadioInput.style.js +35 -25
  34. package/lib/commonjs/components/RadioInput/RadioInput.style.js.map +1 -1
  35. package/lib/commonjs/components/StickyBar/StickyBar.component.js +67 -0
  36. package/lib/commonjs/components/StickyBar/StickyBar.component.js.map +1 -0
  37. package/lib/commonjs/components/StickyBar/StickyBar.style.js +64 -0
  38. package/lib/commonjs/components/StickyBar/StickyBar.style.js.map +1 -0
  39. package/lib/commonjs/components/StickyBar/StickyBar.type.js +6 -0
  40. package/lib/commonjs/components/StickyBar/StickyBar.type.js.map +1 -0
  41. package/lib/commonjs/components/TextInput/TextInput.component.js +9 -3
  42. package/lib/commonjs/components/TextInput/TextInput.component.js.map +1 -1
  43. package/lib/commonjs/components/TextInput/TextInput.style.js +30 -25
  44. package/lib/commonjs/components/TextInput/TextInput.style.js.map +1 -1
  45. package/lib/commonjs/components/View/View.component.js +42 -0
  46. package/lib/commonjs/components/View/View.component.js.map +1 -0
  47. package/lib/commonjs/components/View/View.type.js +6 -0
  48. package/lib/commonjs/components/View/View.type.js.map +1 -0
  49. package/lib/commonjs/components/button/button.component.js +7 -4
  50. package/lib/commonjs/components/button/button.component.js.map +1 -1
  51. package/lib/commonjs/components/button/button.styles.js +21 -17
  52. package/lib/commonjs/components/button/button.styles.js.map +1 -1
  53. package/lib/commonjs/components/calendars/calendars.component.js +37 -37
  54. package/lib/commonjs/components/calendars/calendars.component.js.map +1 -1
  55. package/lib/commonjs/components/calendars/calendars.service.js.map +1 -1
  56. package/lib/commonjs/components/calendars/calendars.style.js +73 -51
  57. package/lib/commonjs/components/calendars/calendars.style.js.map +1 -1
  58. package/lib/commonjs/components/index.js +21 -0
  59. package/lib/commonjs/components/index.js.map +1 -1
  60. package/lib/commonjs/components/typography/typography.component.js +12 -2
  61. package/lib/commonjs/components/typography/typography.component.js.map +1 -1
  62. package/lib/commonjs/components/typography/typography.style.js +21 -351
  63. package/lib/commonjs/components/typography/typography.style.js.map +1 -1
  64. package/lib/commonjs/config/index.js +50 -0
  65. package/lib/commonjs/config/index.js.map +1 -0
  66. package/lib/commonjs/config/makeStyles.js +37 -0
  67. package/lib/commonjs/config/makeStyles.js.map +1 -0
  68. package/lib/commonjs/config/theme.default.js +422 -0
  69. package/lib/commonjs/config/theme.default.js.map +1 -0
  70. package/lib/commonjs/config/theme.provider.js +48 -0
  71. package/lib/commonjs/config/theme.provider.js.map +1 -0
  72. package/lib/commonjs/config/theme.type.js +6 -0
  73. package/lib/commonjs/config/theme.type.js.map +1 -0
  74. package/lib/commonjs/index.js +11 -0
  75. package/lib/commonjs/index.js.map +1 -1
  76. package/lib/commonjs/themes/border.js.map +1 -1
  77. package/lib/commonjs/themes/colors.js +1 -1
  78. package/lib/commonjs/themes/shadow.js +1 -0
  79. package/lib/commonjs/themes/shadow.js.map +1 -1
  80. package/lib/module/components/ActionList/ActionList.component.js +8 -7
  81. package/lib/module/components/ActionList/ActionList.component.js.map +1 -1
  82. package/lib/module/components/ActionList/ActionList.styles.js +11 -7
  83. package/lib/module/components/ActionList/ActionList.styles.js.map +1 -1
  84. package/lib/module/components/Appbar/Appbar.component.js +4 -3
  85. package/lib/module/components/Appbar/Appbar.component.js.map +1 -1
  86. package/lib/module/components/Appbar/Appbar.style.js +10 -6
  87. package/lib/module/components/Appbar/Appbar.style.js.map +1 -1
  88. package/lib/module/components/BottomSheet/BottomSheet.component.js +2 -2
  89. package/lib/module/components/BottomSheet/BottomSheet.component.js.map +1 -1
  90. package/lib/module/components/BottomSheet/BottomSheet.style.js +10 -7
  91. package/lib/module/components/BottomSheet/BottomSheet.style.js.map +1 -1
  92. package/lib/module/components/CheckBoxInput/CheckBoxInput.component.js +17 -17
  93. package/lib/module/components/CheckBoxInput/CheckBoxInput.component.js.map +1 -1
  94. package/lib/module/components/CheckBoxInput/CheckBoxInput.style.js +24 -13
  95. package/lib/module/components/CheckBoxInput/CheckBoxInput.style.js.map +1 -1
  96. package/lib/module/components/Checkbox/Checkbox.component.js +9 -5
  97. package/lib/module/components/Checkbox/Checkbox.component.js.map +1 -1
  98. package/lib/module/components/Checkbox/Checkbox.style.js +14 -14
  99. package/lib/module/components/Checkbox/Checkbox.style.js.map +1 -1
  100. package/lib/module/components/Pagination/pagination.component.js +31 -0
  101. package/lib/module/components/Pagination/pagination.component.js.map +1 -0
  102. package/lib/module/components/Pagination/pagination.style.js +20 -0
  103. package/lib/module/components/Pagination/pagination.style.js.map +1 -0
  104. package/lib/module/components/Pagination/pagination.type.js +2 -0
  105. package/lib/module/components/Pagination/pagination.type.js.map +1 -0
  106. package/lib/module/components/RadioButton/RadioButton.component.js +2 -2
  107. package/lib/module/components/RadioButton/RadioButton.component.js.map +1 -1
  108. package/lib/module/components/RadioButton/RadioButton.style.js +12 -8
  109. package/lib/module/components/RadioButton/RadioButton.style.js.map +1 -1
  110. package/lib/module/components/RadioInput/RadioInput.component.js +17 -19
  111. package/lib/module/components/RadioInput/RadioInput.component.js.map +1 -1
  112. package/lib/module/components/RadioInput/RadioInput.style.js +24 -13
  113. package/lib/module/components/RadioInput/RadioInput.style.js.map +1 -1
  114. package/lib/module/components/StickyBar/StickyBar.component.js +60 -0
  115. package/lib/module/components/StickyBar/StickyBar.component.js.map +1 -0
  116. package/lib/module/components/StickyBar/StickyBar.style.js +57 -0
  117. package/lib/module/components/StickyBar/StickyBar.style.js.map +1 -0
  118. package/lib/module/components/StickyBar/StickyBar.type.js +2 -0
  119. package/lib/module/components/StickyBar/StickyBar.type.js.map +1 -0
  120. package/lib/module/components/TextInput/TextInput.component.js +10 -4
  121. package/lib/module/components/TextInput/TextInput.component.js.map +1 -1
  122. package/lib/module/components/TextInput/TextInput.style.js +21 -15
  123. package/lib/module/components/TextInput/TextInput.style.js.map +1 -1
  124. package/lib/module/components/View/View.component.js +35 -0
  125. package/lib/module/components/View/View.component.js.map +1 -0
  126. package/lib/module/components/View/View.type.js +2 -0
  127. package/lib/module/components/View/View.type.js.map +1 -0
  128. package/lib/module/components/button/button.component.js +7 -4
  129. package/lib/module/components/button/button.component.js.map +1 -1
  130. package/lib/module/components/button/button.styles.js +14 -9
  131. package/lib/module/components/button/button.styles.js.map +1 -1
  132. package/lib/module/components/calendars/calendars.component.js +36 -36
  133. package/lib/module/components/calendars/calendars.component.js.map +1 -1
  134. package/lib/module/components/calendars/calendars.service.js.map +1 -1
  135. package/lib/module/components/calendars/calendars.style.js +65 -43
  136. package/lib/module/components/calendars/calendars.style.js.map +1 -1
  137. package/lib/module/components/index.js +3 -0
  138. package/lib/module/components/index.js.map +1 -1
  139. package/lib/module/components/typography/typography.component.js +13 -3
  140. package/lib/module/components/typography/typography.component.js.map +1 -1
  141. package/lib/module/components/typography/typography.style.js +21 -350
  142. package/lib/module/components/typography/typography.style.js.map +1 -1
  143. package/lib/module/config/index.js +5 -0
  144. package/lib/module/config/index.js.map +1 -0
  145. package/lib/module/config/makeStyles.js +30 -0
  146. package/lib/module/config/makeStyles.js.map +1 -0
  147. package/lib/module/config/theme.default.js +416 -0
  148. package/lib/module/config/theme.default.js.map +1 -0
  149. package/lib/module/config/theme.provider.js +35 -0
  150. package/lib/module/config/theme.provider.js.map +1 -0
  151. package/lib/module/config/theme.type.js +2 -0
  152. package/lib/module/config/theme.type.js.map +1 -0
  153. package/lib/module/index.js +1 -0
  154. package/lib/module/index.js.map +1 -1
  155. package/lib/module/themes/border.js.map +1 -1
  156. package/lib/module/themes/colors.js +1 -1
  157. package/lib/module/themes/shadow.js +1 -0
  158. package/lib/module/themes/shadow.js.map +1 -1
  159. package/lib/typescript/components/ActionList/ActionList.component.d.ts.map +1 -1
  160. package/lib/typescript/components/ActionList/ActionList.styles.d.ts +3 -4
  161. package/lib/typescript/components/ActionList/ActionList.styles.d.ts.map +1 -1
  162. package/lib/typescript/components/Appbar/Appbar.component.d.ts.map +1 -1
  163. package/lib/typescript/components/Appbar/Appbar.style.d.ts +2 -3
  164. package/lib/typescript/components/Appbar/Appbar.style.d.ts.map +1 -1
  165. package/lib/typescript/components/BottomSheet/BottomSheet.style.d.ts +1 -1
  166. package/lib/typescript/components/BottomSheet/BottomSheet.style.d.ts.map +1 -1
  167. package/lib/typescript/components/CheckBoxInput/CheckBoxInput.component.d.ts +1 -1
  168. package/lib/typescript/components/CheckBoxInput/CheckBoxInput.component.d.ts.map +1 -1
  169. package/lib/typescript/components/CheckBoxInput/CheckBoxInput.style.d.ts +5 -4
  170. package/lib/typescript/components/CheckBoxInput/CheckBoxInput.style.d.ts.map +1 -1
  171. package/lib/typescript/components/Checkbox/Checkbox.component.d.ts.map +1 -1
  172. package/lib/typescript/components/Checkbox/Checkbox.style.d.ts +3 -2
  173. package/lib/typescript/components/Checkbox/Checkbox.style.d.ts.map +1 -1
  174. package/lib/typescript/components/Pagination/pagination.component.d.ts +5 -0
  175. package/lib/typescript/components/Pagination/pagination.component.d.ts.map +1 -0
  176. package/lib/typescript/components/Pagination/pagination.style.d.ts +19 -0
  177. package/lib/typescript/components/Pagination/pagination.style.d.ts.map +1 -0
  178. package/lib/typescript/components/Pagination/pagination.type.d.ts +15 -0
  179. package/lib/typescript/components/Pagination/pagination.type.d.ts.map +1 -0
  180. package/lib/typescript/components/RadioButton/RadioButton.component.d.ts +1 -1
  181. package/lib/typescript/components/RadioButton/RadioButton.component.d.ts.map +1 -1
  182. package/lib/typescript/components/RadioButton/RadioButton.style.d.ts +2 -2
  183. package/lib/typescript/components/RadioButton/RadioButton.style.d.ts.map +1 -1
  184. package/lib/typescript/components/RadioInput/RadioInput.component.d.ts.map +1 -1
  185. package/lib/typescript/components/RadioInput/RadioInput.style.d.ts +5 -4
  186. package/lib/typescript/components/RadioInput/RadioInput.style.d.ts.map +1 -1
  187. package/lib/typescript/components/StickyBar/StickyBar.component.d.ts +5 -0
  188. package/lib/typescript/components/StickyBar/StickyBar.component.d.ts.map +1 -0
  189. package/lib/typescript/components/StickyBar/StickyBar.style.d.ts +15 -0
  190. package/lib/typescript/components/StickyBar/StickyBar.style.d.ts.map +1 -0
  191. package/lib/typescript/components/StickyBar/StickyBar.type.d.ts +30 -0
  192. package/lib/typescript/components/StickyBar/StickyBar.type.d.ts.map +1 -0
  193. package/lib/typescript/components/TextInput/TextInput.component.d.ts.map +1 -1
  194. package/lib/typescript/components/TextInput/TextInput.style.d.ts +6 -4
  195. package/lib/typescript/components/TextInput/TextInput.style.d.ts.map +1 -1
  196. package/lib/typescript/components/TextInput/TextInput.type.d.ts +1 -1
  197. package/lib/typescript/components/TextInput/TextInput.type.d.ts.map +1 -1
  198. package/lib/typescript/components/View/View.component.d.ts +4 -0
  199. package/lib/typescript/components/View/View.component.d.ts.map +1 -0
  200. package/lib/typescript/components/View/View.type.d.ts +10 -0
  201. package/lib/typescript/components/View/View.type.d.ts.map +1 -0
  202. package/lib/typescript/components/button/button.component.d.ts.map +1 -1
  203. package/lib/typescript/components/button/button.styles.d.ts +3 -4
  204. package/lib/typescript/components/button/button.styles.d.ts.map +1 -1
  205. package/lib/typescript/components/calendars/calendars.component.d.ts.map +1 -1
  206. package/lib/typescript/components/calendars/calendars.service.d.ts.map +1 -1
  207. package/lib/typescript/components/calendars/calendars.style.d.ts +6 -4
  208. package/lib/typescript/components/calendars/calendars.style.d.ts.map +1 -1
  209. package/lib/typescript/components/index.d.ts +7 -0
  210. package/lib/typescript/components/index.d.ts.map +1 -1
  211. package/lib/typescript/components/typography/typography.component.d.ts +1 -1
  212. package/lib/typescript/components/typography/typography.component.d.ts.map +1 -1
  213. package/lib/typescript/components/typography/typography.style.d.ts +5 -60
  214. package/lib/typescript/components/typography/typography.style.d.ts.map +1 -1
  215. package/lib/typescript/components/typography/typography.type.d.ts +7 -0
  216. package/lib/typescript/components/typography/typography.type.d.ts.map +1 -1
  217. package/lib/typescript/config/index.d.ts +5 -0
  218. package/lib/typescript/config/index.d.ts.map +1 -0
  219. package/lib/typescript/config/makeStyles.d.ts +4 -0
  220. package/lib/typescript/config/makeStyles.d.ts.map +1 -0
  221. package/lib/typescript/config/theme.default.d.ts +178 -0
  222. package/lib/typescript/config/theme.default.d.ts.map +1 -0
  223. package/lib/typescript/config/theme.provider.d.ts +8 -0
  224. package/lib/typescript/config/theme.provider.d.ts.map +1 -0
  225. package/lib/typescript/config/theme.type.d.ts +12 -0
  226. package/lib/typescript/config/theme.type.d.ts.map +1 -0
  227. package/lib/typescript/index.d.ts +1 -0
  228. package/lib/typescript/index.d.ts.map +1 -1
  229. package/lib/typescript/themes/shadow.d.ts +2 -3
  230. package/lib/typescript/themes/shadow.d.ts.map +1 -1
  231. package/package.json +5 -1
  232. package/src/components/ActionList/ActionList.component.tsx +20 -17
  233. package/src/components/ActionList/ActionList.styles.tsx +11 -11
  234. package/src/components/Appbar/Appbar.component.tsx +4 -3
  235. package/src/components/Appbar/Appbar.style.tsx +9 -9
  236. package/src/components/BottomSheet/BottomSheet.component.tsx +2 -2
  237. package/src/components/BottomSheet/BottomSheet.style.tsx +9 -7
  238. package/src/components/CheckBoxInput/CheckBoxInput.component.tsx +21 -20
  239. package/src/components/CheckBoxInput/CheckBoxInput.style.tsx +29 -15
  240. package/src/components/Checkbox/Checkbox.component.tsx +13 -13
  241. package/src/components/Checkbox/Checkbox.style.tsx +16 -17
  242. package/src/components/Pagination/pagination.component.tsx +29 -0
  243. package/src/components/Pagination/pagination.style.tsx +20 -0
  244. package/src/components/Pagination/pagination.type.ts +16 -0
  245. package/src/components/RadioButton/RadioButton.component.tsx +3 -4
  246. package/src/components/RadioButton/RadioButton.style.tsx +10 -10
  247. package/src/components/RadioInput/RadioInput.component.tsx +14 -15
  248. package/src/components/RadioInput/RadioInput.style.tsx +29 -15
  249. package/src/components/StickyBar/StickyBar.component.tsx +74 -0
  250. package/src/components/StickyBar/StickyBar.style.tsx +79 -0
  251. package/src/components/StickyBar/StickyBar.type.ts +35 -0
  252. package/src/components/TextInput/TextInput.component.tsx +7 -6
  253. package/src/components/TextInput/TextInput.style.tsx +86 -70
  254. package/src/components/TextInput/TextInput.type.ts +1 -1
  255. package/src/components/View/View.component.tsx +42 -0
  256. package/src/components/View/View.type.ts +14 -0
  257. package/src/components/button/button.component.tsx +9 -4
  258. package/src/components/button/button.styles.ts +15 -15
  259. package/src/components/calendars/calendars.component.tsx +27 -22
  260. package/src/components/calendars/calendars.service.ts +7 -3
  261. package/src/components/calendars/calendars.style.ts +77 -49
  262. package/src/components/index.ts +15 -0
  263. package/src/components/typography/typography.component.tsx +17 -4
  264. package/src/components/typography/typography.style.tsx +17 -472
  265. package/src/components/typography/typography.type.ts +9 -0
  266. package/src/config/index.ts +4 -0
  267. package/src/config/makeStyles.ts +52 -0
  268. package/src/config/theme.default.ts +440 -0
  269. package/src/config/theme.provider.tsx +53 -0
  270. package/src/config/theme.type.ts +17 -0
  271. package/src/index.tsx +1 -0
  272. package/src/themes/border.ts +3 -3
  273. package/src/themes/colors.ts +1 -1
  274. package/src/themes/shadow.tsx +4 -2
@@ -1,4 +1,5 @@
1
- import type { ViewStyle } from 'react-native';
1
+ import { ViewStyle } from 'react-native';
2
+ import { CheckboxProps } from './Checkbox.type';
2
3
  interface ComputedStyleProps {
3
4
  outer?: ViewStyle;
4
5
  inner?: ViewStyle;
@@ -7,6 +8,6 @@ interface ComputedStyleProps {
7
8
  outerDisabled?: ViewStyle;
8
9
  innerDisabled?: ViewStyle;
9
10
  }
10
- export declare const getStyle: () => ComputedStyleProps;
11
+ export declare const useStyles: (props?: CheckboxProps | undefined) => ComputedStyleProps;
11
12
  export {};
12
13
  //# sourceMappingURL=Checkbox.style.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.style.d.ts","sourceRoot":"","sources":["../../../../src/components/Checkbox/Checkbox.style.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,UAAU,kBAAkB;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,QAAQ,0BAwBpB,CAAC"}
1
+ {"version":3,"file":"Checkbox.style.d.ts","sourceRoot":"","sources":["../../../../src/components/Checkbox/Checkbox.style.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,UAAU,kBAAkB;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,SAAS,2DAuBpB,CAAC"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { PaginationProps } from './pagination.type';
3
+ declare const Pagination: ({ totalPages, currentPage }: PaginationProps) => JSX.Element;
4
+ export { Pagination };
5
+ //# sourceMappingURL=pagination.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination.component.d.ts","sourceRoot":"","sources":["../../../../src/components/Pagination/pagination.component.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,QAAA,MAAM,UAAU,gCAAyC,eAAe,gBAsBvE,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -0,0 +1,19 @@
1
+ export declare const styles: {
2
+ paginationContainer: {
3
+ flexDirection: "row";
4
+ justifyContent: "flex-start";
5
+ alignItems: "flex-end";
6
+ };
7
+ dot: {
8
+ width: number;
9
+ height: number;
10
+ borderRadius: number;
11
+ backgroundColor: string;
12
+ marginHorizontal: number;
13
+ };
14
+ activeDot: {
15
+ width: number;
16
+ backgroundColor: string;
17
+ };
18
+ };
19
+ //# sourceMappingURL=pagination.style.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination.style.d.ts","sourceRoot":"","sources":["../../../../src/components/Pagination/pagination.style.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;CAiBjB,CAAC"}
@@ -0,0 +1,15 @@
1
+ export interface PaginationProps {
2
+ /**
3
+ * Total number of pages
4
+ *
5
+ * @default 1
6
+ */
7
+ totalPages?: number;
8
+ /**
9
+ * Current active page
10
+ *
11
+ * @default 1
12
+ */
13
+ currentPage?: number;
14
+ }
15
+ //# sourceMappingURL=pagination.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination.type.d.ts","sourceRoot":"","sources":["../../../../src/components/Pagination/pagination.type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import type { RadioButtonProps } from './RadioButton.type';
2
+ import { RadioButtonProps } from './RadioButton.type';
3
3
  declare const RadioButton: React.FunctionComponent<RadioButtonProps>;
4
4
  export { RadioButton };
5
5
  //# sourceMappingURL=RadioButton.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RadioButton.component.d.ts","sourceRoot":"","sources":["../../../../src/components/RadioButton/RadioButton.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE3D,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAqB1D,CAAC;AAEF,OAAO,EAAE,WAAW,EAAE,CAAC"}
1
+ {"version":3,"file":"RadioButton.component.d.ts","sourceRoot":"","sources":["../../../../src/components/RadioButton/RadioButton.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAqB1D,CAAC;AAEF,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { ViewStyle } from 'react-native';
1
+ import { ViewStyle } from 'react-native';
2
2
  interface ComputedStyleProps {
3
3
  outer?: ViewStyle;
4
4
  inner?: ViewStyle;
@@ -6,6 +6,6 @@ interface ComputedStyleProps {
6
6
  outerDisabled?: ViewStyle;
7
7
  innerDisabled?: ViewStyle;
8
8
  }
9
- export declare const getStyle: () => ComputedStyleProps;
9
+ export declare const useStyles: (props?: unknown) => ComputedStyleProps;
10
10
  export {};
11
11
  //# sourceMappingURL=RadioButton.style.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RadioButton.style.d.ts","sourceRoot":"","sources":["../../../../src/components/RadioButton/RadioButton.style.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,UAAU,kBAAkB;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,QAAQ,0BA+BpB,CAAC"}
1
+ {"version":3,"file":"RadioButton.style.d.ts","sourceRoot":"","sources":["../../../../src/components/RadioButton/RadioButton.style.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,SAAS,EAAE,MAAM,cAAc,CAAC;AAIrD,UAAU,kBAAkB;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,SAAS,yCAgCpB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"RadioInput.component.d.ts","sourceRoot":"","sources":["../../../../src/components/RadioInput/RadioInput.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAmB/B,OAAO,KAAK,EACV,eAAe,EAGhB,MAAM,mBAAmB,CAAC;AAE3B,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,iBAAiB,CAAC,eAAe,CAyMxD,CAAC;AA2CF,OAAO,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"RadioInput.component.d.ts","sourceRoot":"","sources":["../../../../src/components/RadioInput/RadioInput.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAkB/B,OAAO,KAAK,EACV,eAAe,EAGhB,MAAM,mBAAmB,CAAC;AAG3B,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,iBAAiB,CAAC,eAAe,CAuMxD,CAAC;AA4CF,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -1,6 +1,5 @@
1
- import type { TextStyle } from 'react-native';
2
- import type { ViewStyle } from 'react-native';
3
- import type { RadioInputProps } from './RadioInput.type';
1
+ import { TextStyle, ViewStyle } from 'react-native';
2
+ import { RadioInputProps } from './RadioInput.type';
4
3
  interface ComputedStyleProps {
5
4
  fieldWrapper?: ViewStyle;
6
5
  fieldContainer?: ViewStyle;
@@ -12,7 +11,9 @@ interface ComputedStyleProps {
12
11
  counter?: TextStyle;
13
12
  inputIconWrapper?: ViewStyle;
14
13
  radioItemWrapper?: ViewStyle;
14
+ sheetListContentContainer?: ViewStyle;
15
+ sheetBottomContaienr?: ViewStyle;
15
16
  }
16
- export declare const getStyle: (props: RadioInputProps) => ComputedStyleProps;
17
+ export declare const useStyles: (props?: RadioInputProps | undefined) => ComputedStyleProps;
17
18
  export {};
18
19
  //# sourceMappingURL=RadioInput.style.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RadioInput.style.d.ts","sourceRoot":"","sources":["../../../../src/components/RadioInput/RadioInput.style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGzD,UAAU,kBAAkB;IAC1B,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B,gBAAgB,CAAC,EAAE,SAAS,CAAC;CAC9B;AAED,eAAO,MAAM,QAAQ,UAAW,eAAe,uBAsF9C,CAAC"}
1
+ {"version":3,"file":"RadioInput.style.d.ts","sourceRoot":"","sources":["../../../../src/components/RadioInput/RadioInput.style.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9D,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,UAAU,kBAAkB;IAC1B,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B,yBAAyB,CAAC,EAAE,SAAS,CAAC;IACtC,oBAAoB,CAAC,EAAE,SAAS,CAAC;CAClC;AAED,eAAO,MAAM,SAAS,6DAmGpB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ import { StickyBarProps } from './StickyBar.type';
3
+ declare const StickyBar: FC<StickyBarProps>;
4
+ export { StickyBar };
5
+ //# sourceMappingURL=StickyBar.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StickyBar.component.d.ts","sourceRoot":"","sources":["../../../../src/components/StickyBar/StickyBar.component.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAKlC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAMlD,QAAA,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CA4DjC,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { ViewStyle } from 'react-native';
2
+ import { StickyBarProps } from './StickyBar.type';
3
+ interface ComputedStyleProps {
4
+ container?: ViewStyle;
5
+ rowContainer?: ViewStyle;
6
+ linearGradient?: ViewStyle;
7
+ contentWrapper?: ViewStyle;
8
+ imageWrapper?: ViewStyle;
9
+ textWrapper?: ViewStyle;
10
+ buttonWrapper?: ViewStyle;
11
+ closeButtonWrapper?: ViewStyle;
12
+ }
13
+ export declare const getStyle: (props: StickyBarProps) => ComputedStyleProps;
14
+ export {};
15
+ //# sourceMappingURL=StickyBar.style.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StickyBar.style.d.ts","sourceRoot":"","sources":["../../../../src/components/StickyBar/StickyBar.style.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,SAAS,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,kBAAkB,CAAC,EAAE,SAAS,CAAC;CAChC;AAED,eAAO,MAAM,QAAQ,UAAW,cAAc,uBA+D7C,CAAC"}
@@ -0,0 +1,30 @@
1
+ import React from 'react';
2
+ import { type ViewProps } from 'react-native';
3
+ import { GestureResponderEvent } from 'react-native-modal';
4
+ export interface StickyBarProps extends ViewProps {
5
+ /**
6
+ * State to show or hide the component
7
+ */
8
+ show: boolean;
9
+ /**
10
+ * Text to display
11
+ */
12
+ text: string;
13
+ /**
14
+ * Small icon to the left of the displayed text
15
+ */
16
+ iconComponent?: React.ReactNode;
17
+ /**
18
+ * CTA Button to the right of the displayed text
19
+ */
20
+ buttonComponent?: React.ReactNode;
21
+ /**
22
+ * Close button handler
23
+ */
24
+ onClose?: (event: GestureResponderEvent) => void;
25
+ /**
26
+ *test ID
27
+ */
28
+ testID?: string;
29
+ }
30
+ //# sourceMappingURL=StickyBar.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StickyBar.type.d.ts","sourceRoot":"","sources":["../../../../src/components/StickyBar/StickyBar.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAE3D,MAAM,WAAW,cAAe,SAAQ,SAAS;IAC/C;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC;IAEd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEhC;;OAEG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAElC;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAEjD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextInput.component.d.ts","sourceRoot":"","sources":["../../../../src/components/TextInput/TextInput.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAgB/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAgMtD,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"TextInput.component.d.ts","sourceRoot":"","sources":["../../../../src/components/TextInput/TextInput.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAY/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAKvD,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAkMtD,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -1,6 +1,5 @@
1
- import type { TextStyle } from 'react-native';
2
- import type { ViewStyle } from 'react-native';
3
- import type { TextInputProps } from './TextInput.type';
1
+ import { TextStyle, ViewStyle } from 'react-native';
2
+ import { TextInputProps } from './TextInput.type';
4
3
  interface ComputedStyleProps {
5
4
  fieldWrapper?: ViewStyle;
6
5
  fieldContainer?: ViewStyle;
@@ -12,6 +11,9 @@ interface ComputedStyleProps {
12
11
  counter?: TextStyle;
13
12
  inputIconWrapper?: ViewStyle;
14
13
  }
15
- export declare const getStyle: (props: TextInputProps, isFocused: boolean) => ComputedStyleProps;
14
+ declare type TextInputPropsWithFocused = {
15
+ focused?: boolean;
16
+ } & TextInputProps;
17
+ export declare const useStyles: (props?: TextInputPropsWithFocused | undefined) => ComputedStyleProps;
16
18
  export {};
17
19
  //# sourceMappingURL=TextInput.style.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextInput.style.d.ts","sourceRoot":"","sources":["../../../../src/components/TextInput/TextInput.style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGvD,UAAU,kBAAkB;IAC1B,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,gBAAgB,CAAC,EAAE,SAAS,CAAC;CAC9B;AAED,eAAO,MAAM,QAAQ,UAAW,cAAc,aAAa,OAAO,uBA4EjE,CAAC"}
1
+ {"version":3,"file":"TextInput.style.d.ts","sourceRoot":"","sources":["../../../../src/components/TextInput/TextInput.style.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,UAAU,kBAAkB;IAC1B,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,gBAAgB,CAAC,EAAE,SAAS,CAAC;CAC9B;AAED,aAAK,yBAAyB,GAAG;IAC/B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,cAAc,CAAC;AACnB,eAAO,MAAM,SAAS,uEA0FrB,CAAC"}
@@ -6,7 +6,7 @@ export interface TextInputProps extends MaskInputProps {
6
6
  /**
7
7
  * A string that specifies the label text for the input field.
8
8
  */
9
- label: string;
9
+ label?: string;
10
10
  /**
11
11
  * A string that specifies a helper message to be displayed below the input field.
12
12
  * This message can be used to provide additional information or
@@ -1 +1 @@
1
- {"version":3,"file":"TextInput.type.d.ts","sourceRoot":"","sources":["../../../../src/components/TextInput/TextInput.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAEjE,MAAM,WAAW,cAAe,SAAQ,cAAc;IACpD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,eAAe,CAAC;IAErC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAE5B;;;;OAIG;IAEH,YAAY,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,IAAI,KAAK,IAAI,CAAC;IAErC,aAAa,CAAC,EAAE,IAAI,CAAC,kBAAkB,EAAE,WAAW,GAAG,YAAY,CAAC,CAAC;CACtE"}
1
+ {"version":3,"file":"TextInput.type.d.ts","sourceRoot":"","sources":["../../../../src/components/TextInput/TextInput.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAEjE,MAAM,WAAW,cAAe,SAAQ,cAAc;IACpD;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,eAAe,CAAC;IAErC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAE5B;;;;OAIG;IAEH,YAAY,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,IAAI,KAAK,IAAI,CAAC;IAErC,aAAa,CAAC,EAAE,IAAI,CAAC,kBAAkB,EAAE,WAAW,GAAG,YAAY,CAAC,CAAC;CACtE"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { ViewProps } from './View.type';
3
+ export declare function View(props: ViewProps): JSX.Element;
4
+ //# sourceMappingURL=View.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"View.component.d.ts","sourceRoot":"","sources":["../../../../src/components/View/View.component.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAIxC,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,eAUpC"}
@@ -0,0 +1,10 @@
1
+ import { ViewProps as RNViewProps } from 'react-native';
2
+ import { ColorTokenType } from '../../config';
3
+ import { Radius, Shadows } from '../../themes';
4
+ export declare type ViewProps = RNViewProps & {
5
+ backgrounColor?: Extract<keyof ColorTokenType, `surface-${string}` | `fill-${string}`>;
6
+ borderColor?: Extract<keyof ColorTokenType, `border-${string}`>;
7
+ shadow?: Shadows;
8
+ radius?: keyof typeof Radius;
9
+ };
10
+ //# sourceMappingURL=View.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"View.type.d.ts","sourceRoot":"","sources":["../../../../src/components/View/View.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AAExD,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAE/C,oBAAY,SAAS,GAAG,WAAW,GAAG;IACpC,cAAc,CAAC,EAAE,OAAO,CACtB,MAAM,cAAc,EACpB,WAAW,MAAM,EAAE,GAAG,QAAQ,MAAM,EAAE,CACvC,CAAC;IACF,WAAW,CAAC,EAAE,OAAO,CAAC,MAAM,cAAc,EAAE,UAAU,MAAM,EAAE,CAAC,CAAC;IAChE,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,OAAO,MAAM,CAAC;CAC9B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"button.component.d.ts","sourceRoot":"","sources":["../../../../src/components/button/button.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAsCjC,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"button.component.d.ts","sourceRoot":"","sources":["../../../../src/components/button/button.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA0CjC,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -1,10 +1,9 @@
1
- import type { TextStyle } from 'react-native';
2
- import type { ViewStyle } from 'react-native';
3
- import type { ButtonProps } from './button.type';
1
+ import { TextStyle, ViewStyle } from 'react-native';
2
+ import { ButtonProps } from './button.type';
4
3
  interface ComputedStyleProps {
5
4
  container?: ViewStyle;
6
5
  label?: TextStyle;
7
6
  }
8
- export declare const getStyle: (props: ButtonProps) => ComputedStyleProps;
7
+ export declare const useStyles: (props?: ButtonProps | undefined) => ComputedStyleProps;
9
8
  export {};
10
9
  //# sourceMappingURL=button.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/button/button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED,eAAO,MAAM,QAAQ,UAAW,WAAW,uBAgE1C,CAAC"}
1
+ {"version":3,"file":"button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/button/button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEhE,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED,eAAO,MAAM,SAAS,yDAiEpB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"calendars.component.d.ts","sourceRoot":"","sources":["../../../../src/components/calendars/calendars.component.tsx"],"names":[],"mappings":";AAgBA,OAAO,EAAE,kBAAkB,EAAuB,MAAM,kBAAkB,CAAC;AAW3E,oBAAY,aAAa,GAAG,CAAC,IAAI,EAAE;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE,KAAK,IAAI,CAAC;AAE5D,oBAAY,aAAa,GAAG,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;AAElE,wBAAgB,SAAS,CAAC,EACxB,SAAS,EACT,WAAwB,EACxB,SAAoB,EACpB,OAAO,EACP,OAAO,EACP,UAAU,EACV,YAAY,EACZ,GAAG,IAAI,EACR,EAAE,kBAAkB,eAkLpB"}
1
+ {"version":3,"file":"calendars.component.d.ts","sourceRoot":"","sources":["../../../../src/components/calendars/calendars.component.tsx"],"names":[],"mappings":";AAeA,OAAO,EAAE,kBAAkB,EAAuB,MAAM,kBAAkB,CAAC;AAY3E,oBAAY,aAAa,GAAG,CAAC,IAAI,EAAE;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE,KAAK,IAAI,CAAC;AAE5D,oBAAY,aAAa,GAAG,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;AAElE,wBAAgB,SAAS,CAAC,EACxB,SAAS,EACT,WAAwB,EACxB,SAAoB,EACpB,OAAO,EACP,OAAO,EACP,UAAU,EACV,YAAY,EACZ,GAAG,IAAI,EACR,EAAE,kBAAkB,eAqLpB"}
@@ -1 +1 @@
1
- {"version":3,"file":"calendars.service.d.ts","sourceRoot":"","sources":["../../../../src/components/calendars/calendars.service.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,SAAU,IAAI,WAElC,CAAC;AAEF,eAAO,MAAM,OAAO,SAAU,IAAI,WAEjC,CAAC;AAEF,eAAO,MAAM,WAAW,SAAU,IAAI,WAarC,CAAC;AAEF,wBAAgB,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,QAQpD;AAED,aAAK,QAAQ,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAGjC,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,QAAQ,EAAE,CAYlG;AACD,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,EACzB,UAAU,EAAE,MAAM,GACjB,MAAM,CAWR"}
1
+ {"version":3,"file":"calendars.service.d.ts","sourceRoot":"","sources":["../../../../src/components/calendars/calendars.service.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,SAAU,IAAI,WAElC,CAAC;AAEF,eAAO,MAAM,OAAO,SAAU,IAAI,WAEjC,CAAC;AAEF,eAAO,MAAM,WAAW,SAAU,IAAI,WAarC,CAAC;AAEF,wBAAgB,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,QAQpD;AAED,aAAK,QAAQ,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAGjC,wBAAgB,iBAAiB,CAC/B,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,MAAM,GACf,QAAQ,EAAE,CAYZ;AACD,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,EACzB,UAAU,EAAE,MAAM,GACjB,MAAM,CAWR"}
@@ -1,5 +1,5 @@
1
- import { type ViewStyle } from 'react-native';
2
- import { CalendarProps } from 'react-native-calendars';
1
+ import { ViewStyle } from 'react-native';
2
+ import { AppThemeColor } from '../../config';
3
3
  interface ComputedStyleProps {
4
4
  modalContainer?: ViewStyle;
5
5
  container?: ViewStyle;
@@ -9,9 +9,11 @@ interface ComputedStyleProps {
9
9
  headerCenterItem?: ViewStyle;
10
10
  calendarContainer?: ViewStyle;
11
11
  calendarBottomContainer?: ViewStyle;
12
+ calendarStyle?: ViewStyle;
13
+ flex?: ViewStyle;
12
14
  }
13
- export declare const getStyle: () => ComputedStyleProps;
14
- export declare const calendarTheme: CalendarProps['theme'] & {
15
+ export declare const useStyles: (props?: unknown) => ComputedStyleProps;
16
+ export declare const getCalendarTheme: (colors: AppThemeColor['colors'], colorScheme: AppThemeColor['colorScheme']) => import("react-native-calendars/src/types").Theme & {
15
17
  'stylesheet.day.basic'?: any;
16
18
  'stylesheet.calendar.header'?: any;
17
19
  'stylesheet.calendar.main'?: any;
@@ -1 +1 @@
1
- {"version":3,"file":"calendars.style.d.ts","sourceRoot":"","sources":["../../../../src/components/calendars/calendars.style.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG1D,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAEvD,UAAU,kBAAkB;IAC1B,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAE7B,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAC9B,uBAAuB,CAAC,EAAE,SAAS,CAAC;CACrC;AAED,eAAO,MAAM,QAAQ,0BAyDpB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,aAAa,CAAC,OAAO,CAAC,GAAG;IACnD,sBAAsB,CAAC,EAAE,GAAG,CAAC;IAC7B,4BAA4B,CAAC,EAAE,GAAG,CAAC;IACnC,0BAA0B,CAAC,EAAE,GAAG,CAAC;CAuClC,CAAC"}
1
+ {"version":3,"file":"calendars.style.d.ts","sourceRoot":"","sources":["../../../../src/components/calendars/calendars.style.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAGzC,OAAO,EAAE,aAAa,EAAc,MAAM,cAAc,CAAC;AAEzD,UAAU,kBAAkB;IAC1B,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAE7B,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAC9B,uBAAuB,CAAC,EAAE,SAAS,CAAC;IACpC,aAAa,CAAC,EAAE,SAAS,CAAC;IAE1B,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,eAAO,MAAM,SAAS,yCAqEpB,CAAC;AAEH,eAAO,MAAM,gBAAgB,WACnB,aAAa,CAAC,QAAQ,CAAC,eAClB,aAAa,CAAC,aAAa,CAAC;6BAGd,GAAG;mCACG,GAAG;iCACL,GAAG;CAgDnC,CAAC"}
@@ -32,9 +32,12 @@ export { RoundedTab } from './rounded-tab/rounded-tab.component';
32
32
  export { Countdown } from './countdown/countdown.component';
33
33
  export { Loader } from './Loader/loader.component';
34
34
  export { Notification } from './Notification/notification.component';
35
+ export { Pagination } from './Pagination/pagination.component';
35
36
  export { Mask, MaskArray, MaskInputProps, MaskItem, Masks, UseMaskedInputProps, createNumberMask, formatWithMask, useMaskedInputProps, } from 'react-native-mask-input';
36
37
  export { SelectionCard } from './selection-card/SelectionCard.component';
37
38
  export { Ribbon } from './Ribbon/Ribbon.component';
39
+ export { StickyBar } from './StickyBar/StickyBar.component';
40
+ export { View } from './View/View.component';
38
41
  export type { ActionListProps } from './ActionList/ActionList.type';
39
42
  export type { BadgesIconProps, BadgesIlustrationProps, BadgesIlustrationRakuProps, BadgesProps, BadgesImageProps, BadgesInitialProps, BadgesStepProps, BadgesLogoProps, } from './Badge/Badge.type';
40
43
  export type { CategoryCardProps } from './CategoryCard/CategoryCard.type';
@@ -53,4 +56,8 @@ export type { TabsProps } from './Tabs/Tabs.type';
53
56
  export type { SearchInputProps } from './search-input/search-input.type';
54
57
  export type { SelectionCardProps } from './selection-card/SelectionCard.type';
55
58
  export type { RibbonProps } from './Ribbon/Ribbon.type';
59
+ export type { StickyBarProps } from './StickyBar/StickyBar.type';
60
+ export type { ViewProps } from './View/View.type';
61
+ export type { RadioInputProps, RadioItemProps, RadioItemPropsComponent, } from './RadioInput/RadioInput.type';
62
+ export type { CheckboxInputProps, CheckboxItemProps, CheckboxItemPropsComponent, } from './CheckBoxInput/CheckBoxInput.type';
56
63
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { TypographyProps } from './typography.type';
2
+ import { TypographyProps } from './typography.type';
3
3
  declare const Typography: (props: TypographyProps) => JSX.Element;
4
4
  export { Typography };
5
5
  //# sourceMappingURL=typography.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"typography.component.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/typography.component.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,QAAA,MAAM,UAAU,UAAW,eAAe,gBAmBzC,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"typography.component.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/typography.component.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,QAAA,MAAM,UAAU,UAAW,eAAe,gBA8BzC,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -1,62 +1,7 @@
1
- import type { TextStyle } from 'react-native';
2
1
  import type { TypographyProps } from './typography.type';
3
- interface ComputedStyleProps {
4
- 'heading1-semibold'?: TextStyle;
5
- 'heading1-regular'?: TextStyle;
6
- 'heading2-semibold'?: TextStyle;
7
- 'heading2-regular'?: TextStyle;
8
- 'heading3-semibold'?: TextStyle;
9
- 'heading3-regular'?: TextStyle;
10
- 'heading4-semibold'?: TextStyle;
11
- 'heading4-regular'?: TextStyle;
12
- 'heading5-bold'?: TextStyle;
13
- 'heading5-semibold'?: TextStyle;
14
- 'heading5-regular'?: TextStyle;
15
- 'heading6-bold'?: TextStyle;
16
- 'heading6-semibold'?: TextStyle;
17
- 'heading6-regular'?: TextStyle;
18
- 'subheading'?: TextStyle;
19
- 'subtitle1'?: TextStyle;
20
- 'subtitle2'?: TextStyle;
21
- 'subtitle2-extrabold'?: TextStyle;
22
- 'body1'?: TextStyle;
23
- 'body2'?: TextStyle;
24
- 'body3'?: TextStyle;
25
- 'button'?: TextStyle;
26
- 'button-small'?: TextStyle;
27
- 'caption'?: TextStyle;
28
- 'caption2'?: TextStyle;
29
- 'overline'?: TextStyle;
30
- 'overline-small'?: TextStyle;
31
- 'text-heading-h1-semibold'?: TextStyle;
32
- 'text-heading-h1-regular'?: TextStyle;
33
- 'text-heading-h2-semibold'?: TextStyle;
34
- 'text-heading-h2-regular'?: TextStyle;
35
- 'text-heading-h3-bold'?: TextStyle;
36
- 'text-heading-h3-regular'?: TextStyle;
37
- 'text-heading-h4-semibold'?: TextStyle;
38
- 'text-heading-h4-regular'?: TextStyle;
39
- 'text-heading-h5-bold'?: TextStyle;
40
- 'text-heading-h5-semibold'?: TextStyle;
41
- 'text-heading-h5-regular'?: TextStyle;
42
- 'text-heading-h6-bold'?: TextStyle;
43
- 'text-heading-h6-semibold'?: TextStyle;
44
- 'text-heading-h6-regular'?: TextStyle;
45
- 'text-sub-heading-semibold'?: TextStyle;
46
- 'text-subtitle-primary-semibold'?: TextStyle;
47
- 'text-subtitle-secondary-bold'?: TextStyle;
48
- 'text-subtitle-secondary-semibold'?: TextStyle;
49
- 'text-button-default-semibold'?: TextStyle;
50
- 'text-button-small-semibold'?: TextStyle;
51
- 'text-caption-semibold'?: TextStyle;
52
- 'text-caption-regular'?: TextStyle;
53
- 'text-overline-semibold'?: TextStyle;
54
- 'text-overline-regular'?: TextStyle;
55
- 'text-overline-strike'?: TextStyle;
56
- 'text-body-primary-regular'?: TextStyle;
57
- 'text-body-secondary-regular'?: TextStyle;
58
- 'text-body-tertiary-regular'?: TextStyle;
59
- }
60
- export declare const getStyle: (props: TypographyProps) => ComputedStyleProps;
61
- export {};
2
+ export declare const useStyles: (props?: TypographyProps | undefined) => {
3
+ base: import("react-native").TextStyle & {
4
+ fontType?: "regular" | "regularItalic" | "semibold" | "semiboldItalic" | "bold" | "boldItalic" | undefined;
5
+ };
6
+ };
62
7
  //# sourceMappingURL=typography.style.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"typography.style.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/typography.style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,UAAU,kBAAkB;IAC1B,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,qBAAqB,CAAC,EAAE,SAAS,CAAC;IAClC,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAG7B,0BAA0B,CAAC,EAAE,SAAS,CAAC;IACvC,yBAAyB,CAAC,EAAE,SAAS,CAAC;IACtC,0BAA0B,CAAC,EAAE,SAAS,CAAC;IACvC,yBAAyB,CAAC,EAAE,SAAS,CAAC;IACtC,sBAAsB,CAAC,EAAE,SAAS,CAAC;IACnC,yBAAyB,CAAC,EAAE,SAAS,CAAC;IACtC,0BAA0B,CAAC,EAAE,SAAS,CAAC;IACvC,yBAAyB,CAAC,EAAE,SAAS,CAAC;IACtC,sBAAsB,CAAC,EAAE,SAAS,CAAC;IACnC,0BAA0B,CAAC,EAAE,SAAS,CAAC;IACvC,yBAAyB,CAAC,EAAE,SAAS,CAAC;IACtC,sBAAsB,CAAC,EAAE,SAAS,CAAC;IACnC,0BAA0B,CAAC,EAAE,SAAS,CAAC;IACvC,yBAAyB,CAAC,EAAE,SAAS,CAAC;IAEtC,2BAA2B,CAAC,EAAE,SAAS,CAAC;IAExC,gCAAgC,CAAC,EAAE,SAAS,CAAC;IAC7C,8BAA8B,CAAC,EAAE,SAAS,CAAC;IAC3C,kCAAkC,CAAC,EAAE,SAAS,CAAC;IAE/C,8BAA8B,CAAC,EAAE,SAAS,CAAC;IAC3C,4BAA4B,CAAC,EAAE,SAAS,CAAC;IAEzC,uBAAuB,CAAC,EAAE,SAAS,CAAC;IACpC,sBAAsB,CAAC,EAAE,SAAS,CAAC;IAEnC,wBAAwB,CAAC,EAAE,SAAS,CAAC;IACrC,uBAAuB,CAAC,EAAE,SAAS,CAAC;IACpC,sBAAsB,CAAC,EAAE,SAAS,CAAC;IAEnC,2BAA2B,CAAC,EAAE,SAAS,CAAC;IACxC,6BAA6B,CAAC,EAAE,SAAS,CAAC;IAC1C,4BAA4B,CAAC,EAAE,SAAS,CAAC;CAC1C;AAED,eAAO,MAAM,QAAQ,UAAW,eAAe,uBAwZ9C,CAAC"}
1
+ {"version":3,"file":"typography.style.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/typography.style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGzD,eAAO,MAAM,SAAS;;;;CAqBpB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import type { ColorValue, TextStyle, TextProps } from 'react-native';
2
+ import { ColorTokenType } from '../../config';
2
3
  export interface TypographyProps extends TextProps {
3
4
  /**
4
5
  * The variant of the component
@@ -15,11 +16,17 @@ export interface TypographyProps extends TextProps {
15
16
  /**
16
17
  * The color of the Text
17
18
  * @default Palettes.Black.900 | #112639
19
+ * @deprecated Deprecated, please use color props instead
18
20
  */
19
21
  fontColor?: ColorValue;
20
22
  /**
21
23
  * The style of the text, extended from TextStyle
22
24
  */
23
25
  textStyles?: TextStyle;
26
+ /**
27
+ * Color of the Text component, using design token variant
28
+ * @default text-primary
29
+ */
30
+ color?: Extract<keyof ColorTokenType, `text-${string}`>;
24
31
  }
25
32
  //# sourceMappingURL=typography.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"typography.type.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/typography.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAErE,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAEhD;;;OAGG;IACH,OAAO,CAAC,EACJ,0BAA0B,GAC1B,yBAAyB,GACzB,0BAA0B,GAC1B,yBAAyB,GACzB,sBAAsB,GACtB,yBAAyB,GACzB,0BAA0B,GAC1B,yBAAyB,GACzB,sBAAsB,GACtB,0BAA0B,GAC1B,yBAAyB,GACzB,sBAAsB,GACtB,0BAA0B,GAC1B,yBAAyB,GACzB,2BAA2B,GAC3B,gCAAgC,GAChC,8BAA8B,GAC9B,kCAAkC,GAClC,8BAA8B,GAC9B,4BAA4B,GAC5B,uBAAuB,GACvB,sBAAsB,GACtB,wBAAwB,GACxB,uBAAuB,GACvB,sBAAsB,GACtB,2BAA2B,GAC3B,6BAA6B,GAC7B,4BAA4B,GAC5B,mBAAmB,GACnB,kBAAkB,GAClB,mBAAmB,GACnB,kBAAkB,GAClB,mBAAmB,GACnB,kBAAkB,GAClB,mBAAmB,GACnB,kBAAkB,GAClB,eAAe,GACf,mBAAmB,GACnB,kBAAkB,GAClB,eAAe,GACf,mBAAmB,GACnB,kBAAkB,GAClB,YAAY,GACZ,WAAW,GACX,WAAW,GACX,qBAAqB,GACrB,OAAO,GACP,OAAO,GACP,OAAO,GACP,QAAQ,GACR,cAAc,GACd,SAAS,GACT,UAAU,GACV,UAAU,GACV,gBAAgB,CAAC;IAErB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAEhC;;;OAGG;IACH,SAAS,CAAC,EAAE,UAAU,CAAC;IAEvB;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB"}
1
+ {"version":3,"file":"typography.type.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/typography.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAErE,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9C,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAEhD;;;OAGG;IACH,OAAO,CAAC,EACJ,0BAA0B,GAC1B,yBAAyB,GACzB,0BAA0B,GAC1B,yBAAyB,GACzB,sBAAsB,GACtB,yBAAyB,GACzB,0BAA0B,GAC1B,yBAAyB,GACzB,sBAAsB,GACtB,0BAA0B,GAC1B,yBAAyB,GACzB,sBAAsB,GACtB,0BAA0B,GAC1B,yBAAyB,GACzB,2BAA2B,GAC3B,gCAAgC,GAChC,8BAA8B,GAC9B,kCAAkC,GAClC,8BAA8B,GAC9B,4BAA4B,GAC5B,uBAAuB,GACvB,sBAAsB,GACtB,wBAAwB,GACxB,uBAAuB,GACvB,sBAAsB,GACtB,2BAA2B,GAC3B,6BAA6B,GAC7B,4BAA4B,GAC5B,mBAAmB,GACnB,kBAAkB,GAClB,mBAAmB,GACnB,kBAAkB,GAClB,mBAAmB,GACnB,kBAAkB,GAClB,mBAAmB,GACnB,kBAAkB,GAClB,eAAe,GACf,mBAAmB,GACnB,kBAAkB,GAClB,eAAe,GACf,mBAAmB,GACnB,kBAAkB,GAClB,YAAY,GACZ,WAAW,GACX,WAAW,GACX,qBAAqB,GACrB,OAAO,GACP,OAAO,GACP,OAAO,GACP,QAAQ,GACR,cAAc,GACd,SAAS,GACT,UAAU,GACV,UAAU,GACV,gBAAgB,CAAC;IAErB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAEhC;;;;OAIG;IACH,SAAS,CAAC,EAAE,UAAU,CAAC;IAEvB;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;IAEvB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC,MAAM,cAAc,EAAE,QAAQ,MAAM,EAAE,CAAC,CAAC;CACzD"}
@@ -0,0 +1,5 @@
1
+ export * from './theme.default';
2
+ export * from './theme.type';
3
+ export * from './theme.provider';
4
+ export * from './makeStyles';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/config/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { StyleSheet } from 'react-native';
2
+ import { AppThemeColor } from './theme.type';
3
+ export declare const makeStyles: <T extends StyleSheet.NamedStyles<T> | StyleSheet.NamedStyles<any>, V>(styles: T | ((theme: AppThemeColor, props: V) => T)) => (props?: V | undefined) => T;
4
+ //# sourceMappingURL=makeStyles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"makeStyles.d.ts","sourceRoot":"","sources":["../../../src/config/makeStyles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,eAAO,MAAM,UAAU,8FAEE,aAAa,kDA2CnC,CAAC"}