@zezosoft/zezo-ott-react-native-ui-kit 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. package/LICENSE +20 -0
  2. package/README.md +32 -0
  3. package/lib/module/assets/animations/135037-payment-processing-error.json +1 -0
  4. package/lib/module/assets/animations/7227-vui-animation.json +1 -0
  5. package/lib/module/assets/animations/succesfull-payment.json +1 -0
  6. package/lib/module/assets/animations/voice-icon.json +1 -0
  7. package/lib/module/assets/img/back.png +0 -0
  8. package/lib/module/assets/img/bottom-panel.png +0 -0
  9. package/lib/module/assets/img/camera.png +0 -0
  10. package/lib/module/assets/img/camera2.png +0 -0
  11. package/lib/module/assets/img/h.svg +4 -0
  12. package/lib/module/assets/img/home.png +0 -0
  13. package/lib/module/assets/img/lock.png +0 -0
  14. package/lib/module/assets/img/play.png +0 -0
  15. package/lib/module/assets/img/profile.png +0 -0
  16. package/lib/module/assets/img/qr-code.png +0 -0
  17. package/lib/module/assets/img/shadow.png +0 -0
  18. package/lib/module/assets/img/shadow2.png +0 -0
  19. package/lib/module/assets/img/user.png +0 -0
  20. package/lib/module/assets/svg/content-error.svg +28 -0
  21. package/lib/module/assets/svg/download.svg +3 -0
  22. package/lib/module/assets/svg/favorites.svg +3 -0
  23. package/lib/module/assets/svg/home.svg +5 -0
  24. package/lib/module/assets/svg/menu-bar.svg +4 -0
  25. package/lib/module/assets/svg/my-space.svg +14 -0
  26. package/lib/module/assets/svg/play-icon-with-bg.svg +5 -0
  27. package/lib/module/assets/svg/search.svg +5 -0
  28. package/lib/module/assets/svg/server-error.svg +139 -0
  29. package/lib/module/components/Button/Button.js +22 -0
  30. package/lib/module/components/Button/Button.js.map +1 -0
  31. package/lib/module/components/Button/styles.js +23 -0
  32. package/lib/module/components/Button/styles.js.map +1 -0
  33. package/lib/module/components/Headers/One.js +101 -0
  34. package/lib/module/components/Headers/One.js.map +1 -0
  35. package/lib/module/components/Headers/Three.js +62 -0
  36. package/lib/module/components/Headers/Three.js.map +1 -0
  37. package/lib/module/components/Headers/Two.js +77 -0
  38. package/lib/module/components/Headers/Two.js.map +1 -0
  39. package/lib/module/components/Headers/index.js +17 -0
  40. package/lib/module/components/Headers/index.js.map +1 -0
  41. package/lib/module/components/Icons/AlertIcon.js +33 -0
  42. package/lib/module/components/Icons/AlertIcon.js.map +1 -0
  43. package/lib/module/components/Icons/DeviceIcon.js +25 -0
  44. package/lib/module/components/Icons/DeviceIcon.js.map +1 -0
  45. package/lib/module/components/Icons/DoneIcon/DoneIcon.js +23 -0
  46. package/lib/module/components/Icons/DoneIcon/DoneIcon.js.map +1 -0
  47. package/lib/module/components/Icons/ForgotPasswordMessageIcon.js +65 -0
  48. package/lib/module/components/Icons/ForgotPasswordMessageIcon.js.map +1 -0
  49. package/lib/module/components/Icons/ForgotPasswordMessageIconTwo.js +56 -0
  50. package/lib/module/components/Icons/ForgotPasswordMessageIconTwo.js.map +1 -0
  51. package/lib/module/components/Icons/NewIndex.js +24 -0
  52. package/lib/module/components/Icons/NewIndex.js.map +1 -0
  53. package/lib/module/components/Icons/ResendOTP.js +21 -0
  54. package/lib/module/components/Icons/ResendOTP.js.map +1 -0
  55. package/lib/module/components/Loader/Loader.js +35 -0
  56. package/lib/module/components/Loader/Loader.js.map +1 -0
  57. package/lib/module/components/Logo/Logo.js +41 -0
  58. package/lib/module/components/Logo/Logo.js.map +1 -0
  59. package/lib/module/components/Section/Card/Sliders/Styles/One.js +123 -0
  60. package/lib/module/components/Section/Card/Sliders/Styles/One.js.map +1 -0
  61. package/lib/module/components/Section/Card/Sliders/index.js +14 -0
  62. package/lib/module/components/Section/Card/Sliders/index.js.map +1 -0
  63. package/lib/module/components/Section/Card/Styles/One.js +92 -0
  64. package/lib/module/components/Section/Card/Styles/One.js.map +1 -0
  65. package/lib/module/components/Section/Card/index.js +14 -0
  66. package/lib/module/components/Section/Card/index.js.map +1 -0
  67. package/lib/module/components/Section/SectionType.js +98 -0
  68. package/lib/module/components/Section/SectionType.js.map +1 -0
  69. package/lib/module/components/Section/Sections.js +72 -0
  70. package/lib/module/components/Section/Sections.js.map +1 -0
  71. package/lib/module/components/index.js +13 -0
  72. package/lib/module/components/index.js.map +1 -0
  73. package/lib/module/index.js +9 -0
  74. package/lib/module/index.js.map +1 -0
  75. package/lib/module/package.json +1 -0
  76. package/lib/module/sample.test.js +8 -0
  77. package/lib/module/sample.test.js.map +1 -0
  78. package/lib/module/theme/themes.js +118 -0
  79. package/lib/module/theme/themes.js.map +1 -0
  80. package/lib/module/theme/useAppTheme.js +14 -0
  81. package/lib/module/theme/useAppTheme.js.map +1 -0
  82. package/lib/module/types/content.types.js +2 -0
  83. package/lib/module/types/content.types.js.map +1 -0
  84. package/lib/module/types/index.js +5 -0
  85. package/lib/module/types/index.js.map +1 -0
  86. package/lib/module/types/sections.types.js +4 -0
  87. package/lib/module/types/sections.types.js.map +1 -0
  88. package/lib/typescript/package.json +1 -0
  89. package/lib/typescript/src/components/Button/Button.d.ts +9 -0
  90. package/lib/typescript/src/components/Button/Button.d.ts.map +1 -0
  91. package/lib/typescript/src/components/Button/styles.d.ts +20 -0
  92. package/lib/typescript/src/components/Button/styles.d.ts.map +1 -0
  93. package/lib/typescript/src/components/Headers/One.d.ts +25 -0
  94. package/lib/typescript/src/components/Headers/One.d.ts.map +1 -0
  95. package/lib/typescript/src/components/Headers/Three.d.ts +14 -0
  96. package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -0
  97. package/lib/typescript/src/components/Headers/Two.d.ts +19 -0
  98. package/lib/typescript/src/components/Headers/Two.d.ts.map +1 -0
  99. package/lib/typescript/src/components/Headers/index.d.ts +11 -0
  100. package/lib/typescript/src/components/Headers/index.d.ts.map +1 -0
  101. package/lib/typescript/src/components/Icons/AlertIcon.d.ts +7 -0
  102. package/lib/typescript/src/components/Icons/AlertIcon.d.ts.map +1 -0
  103. package/lib/typescript/src/components/Icons/DeviceIcon.d.ts +7 -0
  104. package/lib/typescript/src/components/Icons/DeviceIcon.d.ts.map +1 -0
  105. package/lib/typescript/src/components/Icons/DoneIcon/DoneIcon.d.ts +6 -0
  106. package/lib/typescript/src/components/Icons/DoneIcon/DoneIcon.d.ts.map +1 -0
  107. package/lib/typescript/src/components/Icons/ForgotPasswordMessageIcon.d.ts +3 -0
  108. package/lib/typescript/src/components/Icons/ForgotPasswordMessageIcon.d.ts.map +1 -0
  109. package/lib/typescript/src/components/Icons/ForgotPasswordMessageIconTwo.d.ts +3 -0
  110. package/lib/typescript/src/components/Icons/ForgotPasswordMessageIconTwo.d.ts.map +1 -0
  111. package/lib/typescript/src/components/Icons/NewIndex.d.ts +13 -0
  112. package/lib/typescript/src/components/Icons/NewIndex.d.ts.map +1 -0
  113. package/lib/typescript/src/components/Icons/ResendOTP.d.ts +7 -0
  114. package/lib/typescript/src/components/Icons/ResendOTP.d.ts.map +1 -0
  115. package/lib/typescript/src/components/Loader/Loader.d.ts +11 -0
  116. package/lib/typescript/src/components/Loader/Loader.d.ts.map +1 -0
  117. package/lib/typescript/src/components/Logo/Logo.d.ts +19 -0
  118. package/lib/typescript/src/components/Logo/Logo.d.ts.map +1 -0
  119. package/lib/typescript/src/components/Section/Card/Sliders/Styles/One.d.ts +18 -0
  120. package/lib/typescript/src/components/Section/Card/Sliders/Styles/One.d.ts.map +1 -0
  121. package/lib/typescript/src/components/Section/Card/Sliders/index.d.ts +7 -0
  122. package/lib/typescript/src/components/Section/Card/Sliders/index.d.ts.map +1 -0
  123. package/lib/typescript/src/components/Section/Card/Styles/One.d.ts +19 -0
  124. package/lib/typescript/src/components/Section/Card/Styles/One.d.ts.map +1 -0
  125. package/lib/typescript/src/components/Section/Card/index.d.ts +7 -0
  126. package/lib/typescript/src/components/Section/Card/index.d.ts.map +1 -0
  127. package/lib/typescript/src/components/Section/SectionType.d.ts +26 -0
  128. package/lib/typescript/src/components/Section/SectionType.d.ts.map +1 -0
  129. package/lib/typescript/src/components/Section/Sections.d.ts +27 -0
  130. package/lib/typescript/src/components/Section/Sections.d.ts.map +1 -0
  131. package/lib/typescript/src/components/index.d.ts +10 -0
  132. package/lib/typescript/src/components/index.d.ts.map +1 -0
  133. package/lib/typescript/src/index.d.ts +7 -0
  134. package/lib/typescript/src/index.d.ts.map +1 -0
  135. package/lib/typescript/src/sample.test.d.ts +1 -0
  136. package/lib/typescript/src/sample.test.d.ts.map +1 -0
  137. package/lib/typescript/src/theme/themes.d.ts +57 -0
  138. package/lib/typescript/src/theme/themes.d.ts.map +1 -0
  139. package/lib/typescript/src/theme/useAppTheme.d.ts +46 -0
  140. package/lib/typescript/src/theme/useAppTheme.d.ts.map +1 -0
  141. package/lib/typescript/src/types/content.types.d.ts +154 -0
  142. package/lib/typescript/src/types/content.types.d.ts.map +1 -0
  143. package/lib/typescript/src/types/index.d.ts +3 -0
  144. package/lib/typescript/src/types/index.d.ts.map +1 -0
  145. package/lib/typescript/src/types/sections.types.d.ts +41 -0
  146. package/lib/typescript/src/types/sections.types.d.ts.map +1 -0
  147. package/package.json +168 -0
  148. package/src/assets/animations/135037-payment-processing-error.json +1 -0
  149. package/src/assets/animations/7227-vui-animation.json +1 -0
  150. package/src/assets/animations/succesfull-payment.json +1 -0
  151. package/src/assets/animations/voice-icon.json +1 -0
  152. package/src/assets/img/back.png +0 -0
  153. package/src/assets/img/bottom-panel.png +0 -0
  154. package/src/assets/img/camera.png +0 -0
  155. package/src/assets/img/camera2.png +0 -0
  156. package/src/assets/img/h.svg +4 -0
  157. package/src/assets/img/home.png +0 -0
  158. package/src/assets/img/lock.png +0 -0
  159. package/src/assets/img/play.png +0 -0
  160. package/src/assets/img/profile.png +0 -0
  161. package/src/assets/img/qr-code.png +0 -0
  162. package/src/assets/img/shadow.png +0 -0
  163. package/src/assets/img/shadow2.png +0 -0
  164. package/src/assets/img/user.png +0 -0
  165. package/src/assets/svg/content-error.svg +28 -0
  166. package/src/assets/svg/download.svg +3 -0
  167. package/src/assets/svg/favorites.svg +3 -0
  168. package/src/assets/svg/home.svg +5 -0
  169. package/src/assets/svg/menu-bar.svg +4 -0
  170. package/src/assets/svg/my-space.svg +14 -0
  171. package/src/assets/svg/play-icon-with-bg.svg +5 -0
  172. package/src/assets/svg/search.svg +5 -0
  173. package/src/assets/svg/server-error.svg +139 -0
  174. package/src/components/Button/Button.tsx +32 -0
  175. package/src/components/Button/styles.ts +21 -0
  176. package/src/components/Headers/One.tsx +100 -0
  177. package/src/components/Headers/Three.tsx +63 -0
  178. package/src/components/Headers/Two.tsx +75 -0
  179. package/src/components/Headers/index.ts +16 -0
  180. package/src/components/Icons/AlertIcon.tsx +29 -0
  181. package/src/components/Icons/DeviceIcon.tsx +24 -0
  182. package/src/components/Icons/DoneIcon/DoneIcon.tsx +17 -0
  183. package/src/components/Icons/ForgotPasswordMessageIcon.tsx +55 -0
  184. package/src/components/Icons/ForgotPasswordMessageIconTwo.tsx +46 -0
  185. package/src/components/Icons/NewIndex.ts +23 -0
  186. package/src/components/Icons/ResendOTP.tsx +23 -0
  187. package/src/components/Loader/Loader.tsx +33 -0
  188. package/src/components/Logo/Logo.tsx +60 -0
  189. package/src/components/Section/Card/Sliders/Styles/One.tsx +147 -0
  190. package/src/components/Section/Card/Sliders/index.ts +13 -0
  191. package/src/components/Section/Card/Styles/One.tsx +112 -0
  192. package/src/components/Section/Card/index.ts +13 -0
  193. package/src/components/Section/SectionType.tsx +127 -0
  194. package/src/components/Section/Sections.tsx +120 -0
  195. package/src/components/index.ts +10 -0
  196. package/src/index.ts +6 -0
  197. package/src/sample.test.ts +5 -0
  198. package/src/theme/themes.ts +198 -0
  199. package/src/theme/useAppTheme.ts +13 -0
  200. package/src/types/content.types.ts +167 -0
  201. package/src/types/index.ts +2 -0
  202. package/src/types/sections.types.ts +56 -0
@@ -0,0 +1,3 @@
1
+ <svg width="22" height="21" viewBox="0 0 22 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.7259 12.9973V16.3774C18.7259 16.8256 18.5469 17.2555 18.2284 17.5724C17.9098 17.8894 17.4778 18.0674 17.0273 18.0674H5.13686C4.68636 18.0674 4.2543 17.8894 3.93575 17.5724C3.61719 17.2555 3.43823 16.8256 3.43823 16.3774V12.9973M6.83549 8.77227L11.0821 12.9973M11.0821 12.9973L15.3286 8.77227M11.0821 12.9973V2.85718" stroke="currentColor" stroke-width="1.69003" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="23" height="21" viewBox="0 0 23 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.8174 3.04263C19.3223 2.54738 18.7346 2.15451 18.0877 1.88647C17.4408 1.61843 16.7474 1.48047 16.0472 1.48047C15.347 1.48047 14.6536 1.61843 14.0067 1.88647C13.3598 2.15451 12.7721 2.54738 12.2771 3.04263L11.2497 4.06997L10.2224 3.04263C9.2225 2.04273 7.86634 1.48099 6.45226 1.48099C5.03819 1.48099 3.68203 2.04273 2.68213 3.04263C1.68222 4.04253 1.12048 5.39869 1.12048 6.81277C1.12048 8.22684 1.68222 9.583 2.68213 10.5829L3.70946 11.6102L11.2497 19.1505L18.79 11.6102L19.8174 10.5829C20.3126 10.0879 20.7055 9.50014 20.9735 8.85325C21.2416 8.20636 21.3795 7.51299 21.3795 6.81277C21.3795 6.11254 21.2416 5.41918 20.9735 4.77228C20.7055 4.12539 20.3126 3.53765 19.8174 3.04263Z" stroke="currentColor" stroke-width="1.93837" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.975334 7.04767C0.492251 7.47674 0.21582 8.092 0.21582 8.73812V16.0407C0.21582 17.2894 1.22809 18.3016 2.4768 18.3016H16.1347C17.3834 18.3016 18.3957 17.2894 18.3957 16.0407V8.73812C18.3957 8.092 18.1193 7.47674 17.6362 7.04767L10.8072 0.982149C9.95079 0.221445 8.66076 0.221445 7.8043 0.982149L0.975334 7.04767ZM9.30516 10.9532C7.73634 10.9532 6.46455 12.225 6.46455 13.7938V18.3014H12.1458V13.7938C12.1458 12.225 10.874 10.9532 9.30516 10.9532Z"
3
+ fill="currentColor"
4
+ />
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.30664 13.2996H18.7378M3.30664 6.68628H23.1467M3.30664 19.913H23.1467" stroke="currentColor"
3
+ stroke-width="2.20445" stroke-linecap="round" stroke-linejoin="round" />
4
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="11" cy="11" r="11" fill="url(#paint0_linear_1151_1061)"/>
3
+ <path d="M16.3853 10.2239C18.9181 10.0433 21.6404 12.2955 16.156 15.1372L8.75576 18.0125C6.48742 18.6192 0.874492 18.3286 5.265 14.1828" stroke="white" stroke-width="1.20355"/>
4
+ <path d="M5.3393 12.1758C5.61011 9.08574 8.33466 6.80026 11.4248 7.07108C14.5148 7.34189 16.8003 10.0664 16.5295 13.1565C16.5004 13.4889 16.4625 13.8963 16.4027 14.2895C16.3597 14.5726 16.3085 14.8253 16.2497 15.0268L8.65038 17.9387C6.37364 16.5821 5.14236 14.4229 5.3393 12.1758Z" stroke="white" stroke-width="1.20355"/>
5
+ <rect x="10.3479" y="10.1719" width="1.22228" height="2.15387" rx="0.611142" transform="rotate(-34.3973 10.3479 10.1719)" fill="white"/>
6
+ <rect x="7.73047" y="12.3577" width="1.22228" height="2.15387" rx="0.611142" transform="rotate(-34.0931 7.73047 12.3577)" fill="white"/>
7
+ <path d="M1.25537 16.1071C3.09517 19.6104 6.76875 21.9999 11.0004 21.9999C14.8742 21.9999 18.2803 19.9975 20.2401 16.9714C18.2032 15.7142 16.165 15.8714 15.4004 16.1071C12.1947 17.2385 10.6076 17.0499 9.50758 16.8142C7.07186 16.2642 4.32186 14.4571 1.25537 16.1071Z" fill="#4767BC" fill-opacity="0.98"/>
8
+ <defs>
9
+ <linearGradient id="paint0_linear_1151_1061" x1="21.9781" y1="11.1072" x2="-1.42046e-07" y2="11.1072" gradientUnits="userSpaceOnUse">
10
+ <stop stop-color="#06327E"/>
11
+ <stop offset="1" stop-color="#0455D2"/>
12
+ </linearGradient>
13
+ </defs>
14
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="23" height="22" viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="11.4264" cy="10.9025" r="10.9025" fill="#4E4E4E" />
3
+ <path d="M7.91333 5.99634L16.3931 10.9025L7.91333 15.8086V5.99634Z" fill="white" stroke="white"
4
+ stroke-width="1.09025" stroke-linecap="round" stroke-linejoin="round" />
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M21.0612 20.642L16.7992 16.38M19.1016 10.8444C19.1016 15.1732 15.5924 18.6825 11.2636 18.6825C6.93475 18.6825 3.42554 15.1732 3.42554 10.8444C3.42554 6.51556 6.93475 3.00635 11.2636 3.00635C15.5924 3.00635 19.1016 6.51556 19.1016 10.8444Z"
4
+ stroke="currentColor" stroke-width="1.95951" stroke-linecap="round" stroke-linejoin="round" />
5
+ </svg>
@@ -0,0 +1,139 @@
1
+ <svg width="287" height="141" viewBox="0 0 287 141" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1303_1160)">
3
+ <path d="M171.643 131.994H129.843C124.045 131.994 119.177 127.247 119.275 121.449C119.373 115.815 123.983 111.264 129.636 111.264H152.974C159.034 111.264 164.136 106.49 164.281 100.43C164.429 94.1864 159.393 89.0607 153.185 89.0607H108.027C107.1 88.2475 107.663 87.2153 108.469 87.2153H152.954C160.199 87.2153 166.255 93.1425 166.13 100.387C166.009 107.425 160.25 113.11 153.185 113.11H129.82C125.187 113.11 121.265 116.738 121.125 121.367C120.98 126.18 124.854 130.141 129.636 130.141H171.588C172.088 130.141 172.538 130.516 172.562 131.016C172.593 131.552 172.167 131.994 171.643 131.994Z" fill="#1C2B6B"/>
4
+ <path d="M174.184 135.579H178.896V126.157H174.184C171.584 126.157 169.473 128.264 169.473 130.868C169.473 133.468 171.584 135.579 174.184 135.579Z" fill="url(#paint0_linear_1303_1160)"/>
5
+ <path d="M183.556 129.593H181.366C180.873 129.593 180.475 129.195 180.475 128.702C180.475 128.209 180.873 127.811 181.366 127.811H183.556C184.048 127.811 184.447 128.209 184.447 128.702C184.447 129.195 184.048 129.593 183.556 129.593Z" fill="#192B59"/>
6
+ <path d="M183.556 133.925H181.366C180.873 133.925 180.475 133.527 180.475 133.034C180.475 132.541 180.873 132.143 181.366 132.143H183.556C184.048 132.143 184.447 132.541 184.447 133.034C184.447 133.523 184.048 133.925 183.556 133.925Z" fill="#192B59"/>
7
+ <path d="M179.431 136.494C178.516 136.494 177.777 135.751 177.777 134.84V126.896C177.777 125.981 178.52 125.242 179.431 125.242C180.346 125.242 181.085 125.985 181.085 126.896V134.84C181.085 135.755 180.346 136.494 179.431 136.494Z" fill="url(#paint1_linear_1303_1160)"/>
8
+ <path d="M104.856 29.8628H6.94375C3.10827 29.8628 0 26.7546 0 22.923V6.94375C0 3.10827 3.10827 0 6.94375 0H104.856C108.692 0 111.8 3.10827 111.8 6.94375V22.923C111.8 26.7546 108.692 29.8628 104.856 29.8628Z" fill="url(#paint2_linear_1303_1160)"/>
9
+ <path d="M64.3273 29.8632H9.9541V27.1224C9.9541 25.1011 11.5923 23.459 13.6176 23.459H60.6677C62.6891 23.459 64.3312 25.0972 64.3312 27.1224V29.8632H64.3273Z" fill="url(#paint3_linear_1303_1160)"/>
10
+ <path d="M12.1441 13.876C13.3511 13.876 14.3296 12.8975 14.3296 11.6904C14.3296 10.4834 13.3511 9.50488 12.1441 9.50488C10.937 9.50488 9.9585 10.4834 9.9585 11.6904C9.9585 12.8975 10.937 13.876 12.1441 13.876Z" fill="#20D357"/>
11
+ <path d="M18.6187 13.876C19.8257 13.876 20.8042 12.8975 20.8042 11.6904C20.8042 10.4834 19.8257 9.50488 18.6187 9.50488C17.4116 9.50488 16.4331 10.4834 16.4331 11.6904C16.4331 12.8975 17.4116 13.876 18.6187 13.876Z" fill="#FFAC00"/>
12
+ <path d="M25.0928 13.876C26.2998 13.876 27.2783 12.8975 27.2783 11.6904C27.2783 10.4834 26.2998 9.50488 25.0928 9.50488C23.8857 9.50488 22.9072 10.4834 22.9072 11.6904C22.9072 12.8975 23.8857 13.876 25.0928 13.876Z" fill="#E64D4E"/>
13
+ <path d="M106.718 12.472C107.15 9.81195 105.343 7.30559 102.683 6.87388C100.023 6.44217 97.5166 8.24859 97.0849 10.9086C96.6532 13.5687 98.4596 16.0751 101.12 16.5068C103.78 16.9385 106.286 15.1321 106.718 12.472Z" fill="#FFAC00"/>
14
+ <path d="M93.8268 13.45H73.6211C73.0268 13.45 72.5381 12.9651 72.5381 12.3669V11.0103C72.5381 10.416 73.0229 9.92725 73.6211 9.92725H93.8268C94.4211 9.92725 94.9098 10.4121 94.9098 11.0103V12.3669C94.9059 12.9651 94.4211 13.45 93.8268 13.45Z" fill="#FFAC00"/>
15
+ <path d="M101.842 29.8633H9.9541V35.1102H101.842V29.8633Z" fill="#1C2B6B"/>
16
+ <path d="M104.856 64.9727H6.94375C3.10827 64.9727 0 61.8644 0 58.0328V42.0536C0 38.2181 3.10827 35.1099 6.94375 35.1099H104.856C108.692 35.1099 111.8 38.2181 111.8 42.0536V58.0328C111.8 61.8644 108.692 64.9727 104.856 64.9727Z" fill="url(#paint4_linear_1303_1160)"/>
17
+ <path d="M64.3273 64.973H9.9541V62.2323C9.9541 60.2109 11.5923 58.5688 13.6176 58.5688H60.6677C62.6891 58.5688 64.3312 60.207 64.3312 62.2323V64.973H64.3273Z" fill="url(#paint5_linear_1303_1160)"/>
18
+ <path d="M14.3296 46.7998C14.3296 48.0079 13.3522 48.9854 12.1441 48.9854C10.9359 48.9854 9.9585 48.0079 9.9585 46.7998C9.9585 45.5917 10.9359 44.6143 12.1441 44.6143C13.3522 44.6143 14.3296 45.5917 14.3296 46.7998Z" fill="#20D357"/>
19
+ <path d="M20.8042 46.7998C20.8042 48.0079 19.8268 48.9854 18.6187 48.9854C17.4105 48.9854 16.4331 48.0079 16.4331 46.7998C16.4331 45.5917 17.4105 44.6143 18.6187 44.6143C19.8268 44.6143 20.8042 45.5917 20.8042 46.7998Z" fill="#FFAC00"/>
20
+ <path d="M27.2823 46.7998C27.2823 48.0079 26.3048 48.9854 25.0967 48.9854C23.8886 48.9854 22.9111 48.0079 22.9111 46.7998C22.9111 45.5917 23.8886 44.6143 25.0967 44.6143C26.3009 44.6143 27.2823 45.5917 27.2823 46.7998Z" fill="#E64D4E"/>
21
+ <path d="M103.77 51.3075C106.26 50.2762 107.442 47.4218 106.411 44.9321C105.38 42.4423 102.525 41.26 100.035 42.2913C97.5457 43.3227 96.3634 46.177 97.3947 48.6668C98.426 51.1565 101.28 52.3388 103.77 51.3075Z" fill="#FFAC00"/>
22
+ <path d="M93.8268 48.5593H73.6211C73.0268 48.5593 72.5381 48.0745 72.5381 47.4763V46.1196C72.5381 45.5253 73.0229 45.0366 73.6211 45.0366H93.8268C94.4211 45.0366 94.9098 45.5214 94.9098 46.1196V47.4763C94.9059 48.0745 94.4211 48.5593 93.8268 48.5593Z" fill="#FFAC00"/>
23
+ <path d="M101.842 64.9727H9.9541V70.2196H101.842V64.9727Z" fill="#1C2B6B"/>
24
+ <path d="M104.856 100.083H6.94375C3.10827 100.083 0 96.9743 0 93.1427V77.1635C0 73.328 3.10827 70.2197 6.94375 70.2197H104.856C108.692 70.2197 111.8 73.328 111.8 77.1635V93.1427C111.8 96.9743 108.692 100.083 104.856 100.083Z" fill="url(#paint6_linear_1303_1160)"/>
25
+ <path d="M64.3273 100.082H9.9541V97.3417C9.9541 95.3203 11.5923 93.6782 13.6176 93.6782H60.6677C62.6891 93.6782 64.3312 95.3164 64.3312 97.3417V100.082H64.3273Z" fill="url(#paint7_linear_1303_1160)"/>
26
+ <path d="M12.1441 84.0957C13.3511 84.0957 14.3296 83.1172 14.3296 81.9102C14.3296 80.7031 13.3511 79.7246 12.1441 79.7246C10.937 79.7246 9.9585 80.7031 9.9585 81.9102C9.9585 83.1172 10.937 84.0957 12.1441 84.0957Z" fill="#20D357"/>
27
+ <path d="M18.6187 84.0957C19.8257 84.0957 20.8042 83.1172 20.8042 81.9102C20.8042 80.7031 19.8257 79.7246 18.6187 79.7246C17.4116 79.7246 16.4331 80.7031 16.4331 81.9102C16.4331 83.1172 17.4116 84.0957 18.6187 84.0957Z" fill="#FFAC00"/>
28
+ <path d="M25.0928 84.0957C26.2998 84.0957 27.2783 83.1172 27.2783 81.9102C27.2783 80.7031 26.2998 79.7246 25.0928 79.7246C23.8857 79.7246 22.9072 80.7031 22.9072 81.9102C22.9072 83.1172 23.8857 84.0957 25.0928 84.0957Z" fill="#E64D4E"/>
29
+ <path d="M101.9 86.7891C104.595 86.7891 106.78 84.6045 106.78 81.9097C106.78 79.2149 104.595 77.0303 101.9 77.0303C99.2056 77.0303 97.021 79.2149 97.021 81.9097C97.021 84.6045 99.2056 86.7891 101.9 86.7891Z" fill="#FFAC00"/>
30
+ <path d="M93.8268 83.6692H73.6211C73.0268 83.6692 72.5381 83.1844 72.5381 82.5862V81.2295C72.5381 80.6352 73.0229 80.1465 73.6211 80.1465H93.8268C94.4211 80.1465 94.9098 80.6313 94.9098 81.2295V82.5862C94.9059 83.1844 94.4211 83.6692 93.8268 83.6692Z" fill="#FFAC00"/>
31
+ <path d="M101.842 100.083H9.9541V105.33H101.842V100.083Z" fill="#1C2B6B"/>
32
+ <path d="M104.856 135.192H6.94375C3.10827 135.192 0 132.084 0 128.252V112.273C0 108.437 3.10827 105.329 6.94375 105.329H104.856C108.692 105.329 111.8 108.437 111.8 112.273V128.252C111.8 132.084 108.692 135.192 104.856 135.192Z" fill="url(#paint8_linear_1303_1160)"/>
33
+ <path d="M64.3273 135.192H9.9541V132.452C9.9541 130.43 11.5923 128.788 13.6176 128.788H60.6677C62.6891 128.788 64.3312 130.426 64.3312 132.452V135.192H64.3273Z" fill="url(#paint9_linear_1303_1160)"/>
34
+ <path d="M14.3296 117.02C14.3296 118.228 13.3522 119.205 12.1441 119.205C10.9359 119.205 9.9585 118.228 9.9585 117.02C9.9585 115.811 10.9359 114.834 12.1441 114.834C13.3522 114.834 14.3296 115.811 14.3296 117.02Z" fill="#20D357"/>
35
+ <path d="M20.8042 117.02C20.8042 118.228 19.8268 119.205 18.6187 119.205C17.4105 119.205 16.4331 118.228 16.4331 117.02C16.4331 115.811 17.4105 114.834 18.6187 114.834C19.8268 114.834 20.8042 115.811 20.8042 117.02Z" fill="#FFAC00"/>
36
+ <path d="M27.2823 117.02C27.2823 118.228 26.3048 119.205 25.0967 119.205C23.8886 119.205 22.9111 118.228 22.9111 117.02C22.9111 115.811 23.8886 114.834 25.0967 114.834C26.3009 114.834 27.2823 115.811 27.2823 117.02Z" fill="#E64D4E"/>
37
+ <path d="M103.772 121.528C106.261 120.497 107.444 117.643 106.412 115.153C105.381 112.663 102.527 111.481 100.037 112.512C97.5471 113.543 96.3648 116.398 97.3961 118.887C98.4275 121.377 101.282 122.559 103.772 121.528Z" fill="#FFAC00"/>
38
+ <path d="M93.8268 118.779H73.6211C73.0268 118.779 72.5381 118.294 72.5381 117.696V116.339C72.5381 115.745 73.0229 115.256 73.6211 115.256H93.8268C94.4211 115.256 94.9098 115.741 94.9098 116.339V117.696C94.9059 118.294 94.4211 118.779 93.8268 118.779Z" fill="#FFAC00"/>
39
+ <path d="M101.842 135.192H9.9541V140.439H101.842V135.192Z" fill="#1C2B6B"/>
40
+ <path d="M174.051 84.8107H160.226C157.872 84.8107 155.96 82.9027 155.96 80.5451V66.7201C155.96 64.3665 157.868 62.4546 160.226 62.4546H174.051C176.405 62.4546 178.317 64.3626 178.317 66.7201V80.5451C178.317 82.9027 176.409 84.8107 174.051 84.8107Z" fill="url(#paint10_linear_1303_1160)"/>
41
+ <path d="M172.937 79.4344C176.14 76.2311 176.14 71.0375 172.937 67.8341C169.733 64.6308 164.54 64.6308 161.336 67.8342C158.133 71.0375 158.133 76.2311 161.336 79.4344C164.54 82.6377 169.733 82.6377 172.937 79.4344Z" fill="#1C2B6B"/>
42
+ <path d="M165.931 73.6322C165.931 74.4415 165.274 75.0983 164.465 75.0983C163.655 75.0983 162.999 74.4415 162.999 73.6322C162.999 72.8229 163.655 72.166 164.465 72.166C165.274 72.166 165.931 72.8229 165.931 73.6322Z" fill="#0B1228"/>
43
+ <path d="M171.283 73.6322C171.283 74.4415 170.627 75.0983 169.817 75.0983C169.008 75.0983 168.351 74.4415 168.351 73.6322C168.351 72.8229 169.008 72.166 169.817 72.166C170.627 72.166 171.283 72.8229 171.283 73.6322Z" fill="#0B1228"/>
44
+ <path d="M259.398 131.678H247.277C244.619 131.678 242.46 129.523 242.46 126.861C242.46 124.198 244.615 122.044 247.277 122.044H259.398C269.192 122.044 277.16 114.076 277.16 104.282V77.6484C277.16 74.9897 279.314 72.8315 281.977 72.8315C284.635 72.8315 286.793 74.9858 286.793 77.6484V104.282C286.789 119.389 274.505 131.678 259.398 131.678Z" fill="url(#paint11_linear_1303_1160)"/>
45
+ <path d="M208.133 137.034H256.18V136.658C256.18 127.658 248.814 120.292 239.814 120.292H224.499C215.499 120.292 208.133 127.658 208.133 136.658V137.034Z" fill="url(#paint12_radial_1303_1160)"/>
46
+ <path d="M213.677 137.034H247.011V120.218C247.011 111.049 239.513 103.55 230.344 103.55C221.176 103.55 213.677 111.049 213.677 120.218V137.034Z" fill="url(#paint13_linear_1303_1160)"/>
47
+ <path d="M260.872 48.8486C262.948 48.8486 264.629 50.5298 264.629 52.6059V84.7638H241.862V67.8619C241.862 57.3602 250.374 48.8486 260.872 48.8486Z" fill="#F2DAD4"/>
48
+ <path d="M205.853 48.8486C203.781 48.8486 202.096 50.5298 202.096 52.6059V84.7638H224.863V67.8619C224.867 57.3602 216.355 48.8486 205.853 48.8486Z" fill="#E64D4E"/>
49
+ <path d="M216.167 73.6325H210.486C209.974 73.6325 209.556 73.2181 209.556 72.702V58.5995C209.556 58.0873 209.97 57.6689 210.486 57.6689C214.134 57.6689 217.094 60.6286 217.094 64.2765V72.6981C217.098 73.2181 216.679 73.6325 216.167 73.6325Z" fill="url(#paint14_linear_1303_1160)"/>
50
+ <path d="M260.872 48.8486C262.948 48.8486 264.629 50.5298 264.629 52.6059V84.7638H241.862V67.8619C241.862 57.3602 250.374 48.8486 260.872 48.8486Z" fill="#E64D4E"/>
51
+ <path d="M250.557 73.6325H256.238C256.751 73.6325 257.169 73.2181 257.169 72.702V58.5995C257.169 58.0873 256.754 57.6689 256.238 57.6689C252.591 57.6689 249.631 60.6286 249.631 64.2765V72.6981C249.631 73.2181 250.045 73.6325 250.557 73.6325Z" fill="url(#paint15_linear_1303_1160)"/>
52
+ <path d="M225.367 109.779H241.358C254.21 109.779 264.629 99.3592 264.629 86.5078C264.629 73.6564 254.21 63.2368 241.358 63.2368H225.367C212.516 63.2368 202.096 73.6564 202.096 86.5078C202.096 99.3592 212.516 109.779 225.367 109.779Z" fill="#E64D4E"/>
53
+ <path d="M226.513 109.779H239.872C244.025 109.779 247.395 106.412 247.395 102.256C247.395 98.1041 244.028 94.7339 239.872 94.7339H226.513C222.36 94.7339 218.99 98.1002 218.99 102.256C218.99 106.408 222.357 109.779 226.513 109.779Z" fill="#E28D91"/>
54
+ <path d="M228.284 102.518C228.831 101.822 229.84 101.697 230.536 102.245C230.985 102.597 231.521 102.827 232.119 102.956V100.798C231.76 100.606 231.439 100.317 231.212 99.9223L230.118 98.026C229.242 96.5051 230.336 94.605 232.092 94.605H234.281C236.037 94.605 237.136 96.5051 236.256 98.026L235.161 99.9223C234.934 100.317 234.614 100.606 234.254 100.798V102.984C234.868 102.866 235.415 102.647 235.877 102.307C236.592 101.779 237.597 101.932 238.121 102.647C238.649 103.363 238.496 104.364 237.781 104.892C236.518 105.822 234.989 106.295 233.245 106.295C231.447 106.295 229.824 105.767 228.55 104.766C227.862 104.227 227.736 103.218 228.284 102.518Z" fill="#192B59"/>
55
+ <path d="M224.44 137.033H235.681C235.681 133.929 233.163 131.411 230.059 131.411C226.954 131.411 224.44 133.929 224.44 137.033Z" fill="#192B59"/>
56
+ <path d="M210.173 137.033H221.414C221.414 133.929 218.896 131.411 215.792 131.411C212.687 131.411 210.173 133.929 210.173 137.033Z" fill="#192B59"/>
57
+ <path d="M246.851 93.0802C248.976 93.0802 250.698 91.3577 250.698 89.233C250.698 87.1082 248.976 85.3857 246.851 85.3857C244.726 85.3857 243.004 87.1082 243.004 89.233C243.004 91.3577 244.726 93.0802 246.851 93.0802Z" fill="#192B59"/>
58
+ <path d="M219.53 93.0802C221.655 93.0802 223.377 91.3577 223.377 89.233C223.377 87.1082 221.655 85.3857 219.53 85.3857C217.405 85.3857 215.683 87.1082 215.683 89.233C215.683 91.3577 217.405 93.0802 219.53 93.0802Z" fill="#192B59"/>
59
+ </g>
60
+ <defs>
61
+ <linearGradient id="paint0_linear_1303_1160" x1="169.475" y1="130.868" x2="178.896" y2="130.868" gradientUnits="userSpaceOnUse">
62
+ <stop stop-color="#4E9CFF"/>
63
+ <stop offset="0.193" stop-color="#4190F5"/>
64
+ <stop offset="0.7095" stop-color="#2274DD"/>
65
+ <stop offset="1" stop-color="#176AD4"/>
66
+ </linearGradient>
67
+ <linearGradient id="paint1_linear_1303_1160" x1="177.776" y1="130.868" x2="183.346" y2="130.868" gradientUnits="userSpaceOnUse">
68
+ <stop stop-color="#4E9CFF"/>
69
+ <stop offset="0.193" stop-color="#4190F5"/>
70
+ <stop offset="0.7095" stop-color="#2274DD"/>
71
+ <stop offset="1" stop-color="#176AD4"/>
72
+ </linearGradient>
73
+ <linearGradient id="paint2_linear_1303_1160" x1="111.688" y1="15.0769" x2="-7.21852e-07" y2="15.0769" gradientUnits="userSpaceOnUse">
74
+ <stop stop-color="#06327E"/>
75
+ <stop offset="1" stop-color="#0455D2"/>
76
+ </linearGradient>
77
+ <linearGradient id="paint3_linear_1303_1160" x1="37.1417" y1="32.058" x2="37.1417" y2="23.2018" gradientUnits="userSpaceOnUse">
78
+ <stop stop-color="#E5E5E5"/>
79
+ <stop offset="0.4764" stop-color="#F4F4F4"/>
80
+ <stop offset="1" stop-color="white"/>
81
+ </linearGradient>
82
+ <linearGradient id="paint4_linear_1303_1160" x1="111.688" y1="50.1868" x2="-7.21852e-07" y2="50.1868" gradientUnits="userSpaceOnUse">
83
+ <stop stop-color="#06327E"/>
84
+ <stop offset="1" stop-color="#0455D2"/>
85
+ </linearGradient>
86
+ <linearGradient id="paint5_linear_1303_1160" x1="37.1417" y1="67.168" x2="37.1417" y2="58.3118" gradientUnits="userSpaceOnUse">
87
+ <stop stop-color="#E5E5E5"/>
88
+ <stop offset="0.4764" stop-color="#F4F4F4"/>
89
+ <stop offset="1" stop-color="white"/>
90
+ </linearGradient>
91
+ <linearGradient id="paint6_linear_1303_1160" x1="111.688" y1="85.2967" x2="-7.21852e-07" y2="85.2966" gradientUnits="userSpaceOnUse">
92
+ <stop stop-color="#06327E"/>
93
+ <stop offset="1" stop-color="#0455D2"/>
94
+ </linearGradient>
95
+ <linearGradient id="paint7_linear_1303_1160" x1="37.1417" y1="102.277" x2="37.1417" y2="93.4214" gradientUnits="userSpaceOnUse">
96
+ <stop stop-color="#E5E5E5"/>
97
+ <stop offset="0.4764" stop-color="#F4F4F4"/>
98
+ <stop offset="1" stop-color="white"/>
99
+ </linearGradient>
100
+ <linearGradient id="paint8_linear_1303_1160" x1="111.688" y1="120.406" x2="-7.21852e-07" y2="120.406" gradientUnits="userSpaceOnUse">
101
+ <stop stop-color="#06327E"/>
102
+ <stop offset="1" stop-color="#0455D2"/>
103
+ </linearGradient>
104
+ <linearGradient id="paint9_linear_1303_1160" x1="37.1417" y1="137.388" x2="37.1417" y2="128.531" gradientUnits="userSpaceOnUse">
105
+ <stop stop-color="#E5E5E5"/>
106
+ <stop offset="0.4764" stop-color="#F4F4F4"/>
107
+ <stop offset="1" stop-color="white"/>
108
+ </linearGradient>
109
+ <linearGradient id="paint10_linear_1303_1160" x1="161.246" y1="68.8774" x2="179.01" y2="83.2133" gradientUnits="userSpaceOnUse">
110
+ <stop stop-color="#4E9CFF"/>
111
+ <stop offset="0.193" stop-color="#4190F5"/>
112
+ <stop offset="0.7095" stop-color="#2274DD"/>
113
+ <stop offset="1" stop-color="#176AD4"/>
114
+ </linearGradient>
115
+ <linearGradient id="paint11_linear_1303_1160" x1="242.465" y1="102.257" x2="286.791" y2="102.257" gradientUnits="userSpaceOnUse">
116
+ <stop stop-color="#A50404"/>
117
+ <stop offset="1" stop-color="#E64D4E"/>
118
+ </linearGradient>
119
+ <radialGradient id="paint12_radial_1303_1160" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(230.026 129.064) rotate(180) scale(25.228 14.4002)">
120
+ <stop offset="0.2058" stop-color="#A50404"/>
121
+ <stop offset="1" stop-color="#E64D4E"/>
122
+ </radialGradient>
123
+ <linearGradient id="paint13_linear_1303_1160" x1="230.799" y1="91.4541" x2="230.288" y2="133.01" gradientUnits="userSpaceOnUse">
124
+ <stop stop-color="#A50404"/>
125
+ <stop offset="0.8177" stop-color="#E64D4E"/>
126
+ </linearGradient>
127
+ <linearGradient id="paint14_linear_1303_1160" x1="216.582" y1="76.9037" x2="208.602" y2="55.0424" gradientUnits="userSpaceOnUse">
128
+ <stop stop-color="#A50404"/>
129
+ <stop offset="1" stop-color="#E64D4E"/>
130
+ </linearGradient>
131
+ <linearGradient id="paint15_linear_1303_1160" x1="252.968" y1="71.2292" x2="255.154" y2="56.2542" gradientUnits="userSpaceOnUse">
132
+ <stop stop-color="#A50404"/>
133
+ <stop offset="1" stop-color="#E64D4E"/>
134
+ </linearGradient>
135
+ <clipPath id="clip0_1303_1160">
136
+ <rect width="286.79" height="140.439" fill="white"/>
137
+ </clipPath>
138
+ </defs>
139
+ </svg>
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import { TouchableOpacity, Text } from 'react-native';
5
+ import { styles } from "./styles.js";
6
+ import { jsx as _jsx } from "react/jsx-runtime";
7
+ export const Button = ({
8
+ title,
9
+ variant = 'primary',
10
+ style,
11
+ ...props
12
+ }) => {
13
+ return /*#__PURE__*/_jsx(TouchableOpacity, {
14
+ style: [styles.button, variant === 'primary' ? styles.primary : styles.secondary, style],
15
+ ...props,
16
+ children: /*#__PURE__*/_jsx(Text, {
17
+ style: styles.text,
18
+ children: title
19
+ })
20
+ });
21
+ };
22
+ //# sourceMappingURL=Button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","TouchableOpacity","Text","styles","jsx","_jsx","Button","title","variant","style","props","button","primary","secondary","children","text"],"sourceRoot":"../../../../src","sources":["components/Button/Button.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SACEC,gBAAgB,EAChBC,IAAI,QAEC,cAAc;AACrB,SAASC,MAAM,QAAQ,aAAU;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAOlC,OAAO,MAAMC,MAA6B,GAAGA,CAAC;EAC5CC,KAAK;EACLC,OAAO,GAAG,SAAS;EACnBC,KAAK;EACL,GAAGC;AACL,CAAC,KAAK;EACJ,oBACEL,IAAA,CAACJ,gBAAgB;IACfQ,KAAK,EAAE,CACLN,MAAM,CAACQ,MAAM,EACbH,OAAO,KAAK,SAAS,GAAGL,MAAM,CAACS,OAAO,GAAGT,MAAM,CAACU,SAAS,EACzDJ,KAAK,CACL;IAAA,GACEC,KAAK;IAAAI,QAAA,eAETT,IAAA,CAACH,IAAI;MAACO,KAAK,EAAEN,MAAM,CAACY,IAAK;MAAAD,QAAA,EAAEP;IAAK,CAAO;EAAC,CACxB,CAAC;AAEvB,CAAC","ignoreList":[]}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+
3
+ import { StyleSheet } from 'react-native';
4
+ export const styles = StyleSheet.create({
5
+ button: {
6
+ padding: 12,
7
+ borderRadius: 8,
8
+ alignItems: 'center',
9
+ justifyContent: 'center'
10
+ },
11
+ primary: {
12
+ backgroundColor: '#007AFF'
13
+ },
14
+ secondary: {
15
+ backgroundColor: '#34C759'
16
+ },
17
+ text: {
18
+ color: 'white',
19
+ fontSize: 16,
20
+ fontWeight: '600'
21
+ }
22
+ });
23
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleSheet","styles","create","button","padding","borderRadius","alignItems","justifyContent","primary","backgroundColor","secondary","text","color","fontSize","fontWeight"],"sourceRoot":"../../../../src","sources":["components/Button/styles.ts"],"mappings":";;AAAA,SAASA,UAAU,QAAQ,cAAc;AAEzC,OAAO,MAAMC,MAAM,GAAGD,UAAU,CAACE,MAAM,CAAC;EACtCC,MAAM,EAAE;IACNC,OAAO,EAAE,EAAE;IACXC,YAAY,EAAE,CAAC;IACfC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EAClB,CAAC;EACDC,OAAO,EAAE;IACPC,eAAe,EAAE;EACnB,CAAC;EACDC,SAAS,EAAE;IACTD,eAAe,EAAE;EACnB,CAAC;EACDE,IAAI,EAAE;IACJC,KAAK,EAAE,OAAO;IACdC,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE;EACd;AACF,CAAC,CAAC","ignoreList":[]}
@@ -0,0 +1,101 @@
1
+ "use strict";
2
+
3
+ /**
4
+ * @author Naresh Dhamu
5
+ * @lastModified Mon 09 Jun 2025 at 03:11 PM
6
+ */
7
+ import React from 'react';
8
+ import { Platform, Pressable, StyleSheet, View } from 'react-native';
9
+ import { scale, verticalScale } from 'react-native-size-matters';
10
+ import { Logo } from "../Logo/Logo.js";
11
+ import DefaultIcons from "../Icons/NewIndex.js";
12
+ import { useAppTheme } from "../../theme/useAppTheme.js"; // यहाँ import करें
13
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
14
+ const HeaderOne = ({
15
+ theme,
16
+ logoUri,
17
+ MenuIcon,
18
+ SearchIcon,
19
+ onMenuPress,
20
+ onSearchPress
21
+ }) => {
22
+ const {
23
+ colors,
24
+ isDarkMode
25
+ } = useAppTheme(theme);
26
+ const Menu = MenuIcon || DefaultIcons.MenuBar;
27
+ const Search = SearchIcon || DefaultIcons.Search;
28
+ const iconColor = colors?.onSurface || (isDarkMode ? '#FFFFFF' : '#000000');
29
+ const rippleColor = colors.surfaceVariant + '33';
30
+ const pressedBackgroundColor = colors.backdrop;
31
+ return /*#__PURE__*/_jsxs(View, {
32
+ style: styles.headerContainer,
33
+ children: [/*#__PURE__*/_jsxs(View, {
34
+ style: styles.leftContainer,
35
+ children: [/*#__PURE__*/_jsx(Pressable, {
36
+ onPress: onMenuPress,
37
+ android_ripple: {
38
+ color: rippleColor,
39
+ borderless: true
40
+ },
41
+ style: ({
42
+ pressed
43
+ }) => [styles.iconPressable, pressed && {
44
+ backgroundColor: pressedBackgroundColor
45
+ }],
46
+ children: /*#__PURE__*/_jsx(Menu, {
47
+ width: scale(28),
48
+ height: scale(28),
49
+ color: iconColor
50
+ })
51
+ }), /*#__PURE__*/_jsx(View, {
52
+ style: styles.logo,
53
+ children: /*#__PURE__*/_jsx(Logo, {
54
+ width: scale(50),
55
+ height: verticalScale(50),
56
+ logoUri: logoUri
57
+ })
58
+ })]
59
+ }), /*#__PURE__*/_jsx(Pressable, {
60
+ onPress: onSearchPress,
61
+ android_ripple: {
62
+ color: rippleColor,
63
+ borderless: true
64
+ },
65
+ style: ({
66
+ pressed
67
+ }) => [styles.iconPressable, pressed && {
68
+ backgroundColor: pressedBackgroundColor
69
+ }],
70
+ children: /*#__PURE__*/_jsx(Search, {
71
+ width: scale(28),
72
+ height: scale(28),
73
+ color: iconColor
74
+ })
75
+ })]
76
+ });
77
+ };
78
+ export default HeaderOne;
79
+ const styles = StyleSheet.create({
80
+ headerContainer: {
81
+ flexDirection: 'row',
82
+ justifyContent: 'space-between',
83
+ alignItems: 'center',
84
+ paddingHorizontal: scale(8),
85
+ height: verticalScale(40)
86
+ },
87
+ leftContainer: {
88
+ flexDirection: 'row',
89
+ alignItems: 'center',
90
+ gap: scale(10)
91
+ },
92
+ logo: {
93
+ alignItems: 'center',
94
+ marginVertical: Platform.OS === 'ios' ? verticalScale(0) : verticalScale(5)
95
+ },
96
+ iconPressable: {
97
+ padding: scale(6),
98
+ borderRadius: scale(20)
99
+ }
100
+ });
101
+ //# sourceMappingURL=One.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Platform","Pressable","StyleSheet","View","scale","verticalScale","Logo","DefaultIcons","useAppTheme","jsx","_jsx","jsxs","_jsxs","HeaderOne","theme","logoUri","MenuIcon","SearchIcon","onMenuPress","onSearchPress","colors","isDarkMode","Menu","MenuBar","Search","iconColor","onSurface","rippleColor","surfaceVariant","pressedBackgroundColor","backdrop","style","styles","headerContainer","children","leftContainer","onPress","android_ripple","color","borderless","pressed","iconPressable","backgroundColor","width","height","logo","create","flexDirection","justifyContent","alignItems","paddingHorizontal","gap","marginVertical","OS","padding","borderRadius"],"sourceRoot":"../../../../src","sources":["components/Headers/One.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+
3
+ /**
4
+ * @author Naresh Dhamu
5
+ * @lastModified Mon 09 Jun 2025 at 03:11 PM
6
+ */
7
+ import React from 'react';
8
+ import { Platform, StyleSheet, View } from 'react-native';
9
+ import { scale, verticalScale } from 'react-native-size-matters';
10
+ import { Logo } from "../Logo/Logo.js";
11
+ import { useAppTheme } from "../../theme/useAppTheme.js"; // import your hook
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ const HeaderThree = ({
14
+ logoUri,
15
+ category,
16
+ theme
17
+ }) => {
18
+ const {
19
+ colors
20
+ } = useAppTheme(theme);
21
+ return /*#__PURE__*/_jsx(View, {
22
+ style: [styles.headerContainer, {
23
+ backgroundColor: colors.background
24
+ }],
25
+ children: /*#__PURE__*/_jsxs(View, {
26
+ style: styles.leftContainer,
27
+ children: [/*#__PURE__*/_jsx(View, {
28
+ style: styles.logo,
29
+ children: /*#__PURE__*/_jsx(Logo, {
30
+ width: scale(55),
31
+ height: scale(50),
32
+ logoUri: logoUri
33
+ })
34
+ }), category || null]
35
+ })
36
+ });
37
+ };
38
+ export default HeaderThree;
39
+ const styles = StyleSheet.create({
40
+ headerContainer: {
41
+ flexDirection: 'row',
42
+ justifyContent: 'space-between',
43
+ alignItems: 'center',
44
+ paddingHorizontal: scale(8),
45
+ height: verticalScale(40),
46
+ position: 'absolute',
47
+ top: 0,
48
+ left: 0,
49
+ right: 0,
50
+ zIndex: 100
51
+ },
52
+ leftContainer: {
53
+ flexDirection: 'row',
54
+ alignItems: 'center',
55
+ gap: scale(10)
56
+ },
57
+ logo: {
58
+ alignItems: 'center',
59
+ marginVertical: Platform.OS === 'ios' ? verticalScale(0) : verticalScale(5)
60
+ }
61
+ });
62
+ //# sourceMappingURL=Three.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Platform","StyleSheet","View","scale","verticalScale","Logo","useAppTheme","jsx","_jsx","jsxs","_jsxs","HeaderThree","logoUri","category","theme","colors","style","styles","headerContainer","backgroundColor","background","children","leftContainer","logo","width","height","create","flexDirection","justifyContent","alignItems","paddingHorizontal","position","top","left","right","zIndex","gap","marginVertical","OS"],"sourceRoot":"../../../../src","sources":["components/Headers/Three.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,QAAQ,EAAEC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AACzD,SAASC,KAAK,EAAEC,aAAa,QAAQ,2BAA2B;AAChE,SAASC,IAAI,QAAQ,iBAAc;AAEnC,SAASC,WAAW,QAAQ,4BAAyB,CAAC,CAAC;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAQvD,MAAMC,WAAuC,GAAGA,CAAC;EAC/CC,OAAO;EACPC,QAAQ;EACRC;AACF,CAAC,KAAK;EACJ,MAAM;IAAEC;EAAO,CAAC,GAAGT,WAAW,CAACQ,KAAK,CAAC;EAErC,oBACEN,IAAA,CAACN,IAAI;IACHc,KAAK,EAAE,CAACC,MAAM,CAACC,eAAe,EAAE;MAAEC,eAAe,EAAEJ,MAAM,CAACK;IAAW,CAAC,CAAE;IAAAC,QAAA,eAExEX,KAAA,CAACR,IAAI;MAACc,KAAK,EAAEC,MAAM,CAACK,aAAc;MAAAD,QAAA,gBAChCb,IAAA,CAACN,IAAI;QAACc,KAAK,EAAEC,MAAM,CAACM,IAAK;QAAAF,QAAA,eACvBb,IAAA,CAACH,IAAI;UAACmB,KAAK,EAAErB,KAAK,CAAC,EAAE,CAAE;UAACsB,MAAM,EAAEtB,KAAK,CAAC,EAAE,CAAE;UAACS,OAAO,EAAEA;QAAQ,CAAE;MAAC,CAC3D,CAAC,EACNC,QAAQ,IAAI,IAAI;IAAA,CACb;EAAC,CACH,CAAC;AAEX,CAAC;AAED,eAAeF,WAAW;AAE1B,MAAMM,MAAM,GAAGhB,UAAU,CAACyB,MAAM,CAAC;EAC/BR,eAAe,EAAE;IACfS,aAAa,EAAE,KAAK;IACpBC,cAAc,EAAE,eAAe;IAC/BC,UAAU,EAAE,QAAQ;IACpBC,iBAAiB,EAAE3B,KAAK,CAAC,CAAC,CAAC;IAC3BsB,MAAM,EAAErB,aAAa,CAAC,EAAE,CAAC;IACzB2B,QAAQ,EAAE,UAAU;IACpBC,GAAG,EAAE,CAAC;IACNC,IAAI,EAAE,CAAC;IACPC,KAAK,EAAE,CAAC;IACRC,MAAM,EAAE;EACV,CAAC;EACDb,aAAa,EAAE;IACbK,aAAa,EAAE,KAAK;IACpBE,UAAU,EAAE,QAAQ;IACpBO,GAAG,EAAEjC,KAAK,CAAC,EAAE;EACf,CAAC;EACDoB,IAAI,EAAE;IACJM,UAAU,EAAE,QAAQ;IACpBQ,cAAc,EAAErC,QAAQ,CAACsC,EAAE,KAAK,KAAK,GAAGlC,aAAa,CAAC,CAAC,CAAC,GAAGA,aAAa,CAAC,CAAC;EAC5E;AACF,CAAC,CAAC","ignoreList":[]}
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+
3
+ /**
4
+ * @author Naresh Dhamu
5
+ * @lastModified Mon 09 Jun 2025 at 03:11 PM
6
+ */
7
+ import React from 'react';
8
+ import { Platform, Pressable, StyleSheet, View } from 'react-native';
9
+ import { scale, verticalScale } from 'react-native-size-matters';
10
+ import { Logo } from "../Logo/Logo.js";
11
+ import DefaultIcons from "../Icons/NewIndex.js";
12
+ import { useAppTheme } from "../../theme/useAppTheme.js";
13
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
14
+ const HeaderTwo = ({
15
+ theme,
16
+ logoUri,
17
+ MenuIcon,
18
+ onMenuPress
19
+ }) => {
20
+ const {
21
+ colors
22
+ } = useAppTheme(theme);
23
+ const Menu = MenuIcon || DefaultIcons.MenuBar;
24
+ const rippleColor = colors.surfaceVariant + '33';
25
+ const pressedBackgroundColor = colors.backdrop;
26
+ return /*#__PURE__*/_jsxs(View, {
27
+ style: styles.headerContainer,
28
+ children: [/*#__PURE__*/_jsx(Pressable, {
29
+ onPress: onMenuPress,
30
+ android_ripple: {
31
+ color: rippleColor,
32
+ borderless: true
33
+ },
34
+ style: ({
35
+ pressed
36
+ }) => [styles.iconPressable, pressed && {
37
+ backgroundColor: pressedBackgroundColor
38
+ }],
39
+ children: /*#__PURE__*/_jsx(Menu, {
40
+ width: scale(28),
41
+ height: scale(28)
42
+ })
43
+ }), /*#__PURE__*/_jsx(View, {
44
+ style: styles.logo,
45
+ children: /*#__PURE__*/_jsx(Logo, {
46
+ width: scale(100),
47
+ height: scale(80),
48
+ logoUri: logoUri
49
+ })
50
+ }), /*#__PURE__*/_jsx(View, {
51
+ style: styles.placeholder
52
+ })]
53
+ });
54
+ };
55
+ export default HeaderTwo;
56
+ const styles = StyleSheet.create({
57
+ headerContainer: {
58
+ flexDirection: 'row',
59
+ justifyContent: 'space-between',
60
+ alignItems: 'center',
61
+ paddingHorizontal: scale(8),
62
+ height: verticalScale(40)
63
+ },
64
+ logo: {
65
+ flex: 1,
66
+ alignItems: 'center',
67
+ marginVertical: Platform.OS === 'ios' ? verticalScale(0) : verticalScale(5)
68
+ },
69
+ iconPressable: {
70
+ padding: scale(6),
71
+ borderRadius: scale(20)
72
+ },
73
+ placeholder: {
74
+ width: scale(28 + 12)
75
+ }
76
+ });
77
+ //# sourceMappingURL=Two.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Platform","Pressable","StyleSheet","View","scale","verticalScale","Logo","DefaultIcons","useAppTheme","jsx","_jsx","jsxs","_jsxs","HeaderTwo","theme","logoUri","MenuIcon","onMenuPress","colors","Menu","MenuBar","rippleColor","surfaceVariant","pressedBackgroundColor","backdrop","style","styles","headerContainer","children","onPress","android_ripple","color","borderless","pressed","iconPressable","backgroundColor","width","height","logo","placeholder","create","flexDirection","justifyContent","alignItems","paddingHorizontal","flex","marginVertical","OS","padding","borderRadius"],"sourceRoot":"../../../../src","sources":["components/Headers/Two.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,QAAQ,EAAEC,SAAS,EAAEC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AACpE,SAASC,KAAK,EAAEC,aAAa,QAAQ,2BAA2B;AAChE,SAASC,IAAI,QAAQ,iBAAc;AACnC,OAAOC,YAAY,MAAM,sBAAmB;AAE5C,SAASC,WAAW,QAAQ,4BAAyB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAStD,MAAMC,SAAmC,GAAGA,CAAC;EAC3CC,KAAK;EACLC,OAAO;EACPC,QAAQ;EACRC;AACF,CAAC,KAAK;EACJ,MAAM;IAAEC;EAAO,CAAC,GAAGV,WAAW,CAACM,KAAK,CAAC;EAErC,MAAMK,IAAI,GAAGH,QAAQ,IAAIT,YAAY,CAACa,OAAO;EAE7C,MAAMC,WAAW,GAAGH,MAAM,CAACI,cAAc,GAAG,IAAI;EAChD,MAAMC,sBAAsB,GAAGL,MAAM,CAACM,QAAQ;EAE9C,oBACEZ,KAAA,CAACT,IAAI;IAACsB,KAAK,EAAEC,MAAM,CAACC,eAAgB;IAAAC,QAAA,gBAClClB,IAAA,CAACT,SAAS;MACR4B,OAAO,EAAEZ,WAAY;MACrBa,cAAc,EAAE;QAAEC,KAAK,EAAEV,WAAW;QAAEW,UAAU,EAAE;MAAK,CAAE;MACzDP,KAAK,EAAEA,CAAC;QAAEQ;MAAQ,CAAC,KAAK,CACtBP,MAAM,CAACQ,aAAa,EACpBD,OAAO,IAAI;QAAEE,eAAe,EAAEZ;MAAuB,CAAC,CACtD;MAAAK,QAAA,eAEFlB,IAAA,CAACS,IAAI;QAACiB,KAAK,EAAEhC,KAAK,CAAC,EAAE,CAAE;QAACiC,MAAM,EAAEjC,KAAK,CAAC,EAAE;MAAE,CAAE;IAAC,CACpC,CAAC,eACZM,IAAA,CAACP,IAAI;MAACsB,KAAK,EAAEC,MAAM,CAACY,IAAK;MAAAV,QAAA,eACvBlB,IAAA,CAACJ,IAAI;QAAC8B,KAAK,EAAEhC,KAAK,CAAC,GAAG,CAAE;QAACiC,MAAM,EAAEjC,KAAK,CAAC,EAAE,CAAE;QAACW,OAAO,EAAEA;MAAQ,CAAE;IAAC,CAC5D,CAAC,eACPL,IAAA,CAACP,IAAI;MAACsB,KAAK,EAAEC,MAAM,CAACa;IAAY,CAAE,CAAC;EAAA,CAC/B,CAAC;AAEX,CAAC;AAED,eAAe1B,SAAS;AAExB,MAAMa,MAAM,GAAGxB,UAAU,CAACsC,MAAM,CAAC;EAC/Bb,eAAe,EAAE;IACfc,aAAa,EAAE,KAAK;IACpBC,cAAc,EAAE,eAAe;IAC/BC,UAAU,EAAE,QAAQ;IACpBC,iBAAiB,EAAExC,KAAK,CAAC,CAAC,CAAC;IAC3BiC,MAAM,EAAEhC,aAAa,CAAC,EAAE;EAC1B,CAAC;EACDiC,IAAI,EAAE;IACJO,IAAI,EAAE,CAAC;IACPF,UAAU,EAAE,QAAQ;IACpBG,cAAc,EAAE9C,QAAQ,CAAC+C,EAAE,KAAK,KAAK,GAAG1C,aAAa,CAAC,CAAC,CAAC,GAAGA,aAAa,CAAC,CAAC;EAC5E,CAAC;EACD6B,aAAa,EAAE;IACbc,OAAO,EAAE5C,KAAK,CAAC,CAAC,CAAC;IACjB6C,YAAY,EAAE7C,KAAK,CAAC,EAAE;EACxB,CAAC;EACDmC,WAAW,EAAE;IACXH,KAAK,EAAEhC,KAAK,CAAC,EAAE,GAAG,EAAE;EACtB;AACF,CAAC,CAAC","ignoreList":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ /**
4
+ * @author Naresh Dhamu
5
+ * @lastModified Sun 08 Jun 2025 at 03:16 PM
6
+ */
7
+
8
+ import HeaderOne from "./One.js";
9
+ import HeaderThree from "./Three.js";
10
+ import HeaderTwo from "./Two.js";
11
+ const Header = {
12
+ One: HeaderOne,
13
+ Two: HeaderTwo,
14
+ Three: HeaderThree
15
+ };
16
+ export { Header };
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["HeaderOne","HeaderThree","HeaderTwo","Header","One","Two","Three"],"sourceRoot":"../../../../src","sources":["components/Headers/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,OAAOA,SAAS,MAAM,UAAO;AAC7B,OAAOC,WAAW,MAAM,YAAS;AACjC,OAAOC,SAAS,MAAM,UAAO;AAE7B,MAAMC,MAAM,GAAG;EACbC,GAAG,EAAEJ,SAAS;EACdK,GAAG,EAAEH,SAAS;EACdI,KAAK,EAAEL;AACT,CAAC;AAED,SAASE,MAAM","ignoreList":[]}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import { scale } from 'react-native-size-matters';
5
+ import Svg, { Path, Circle } from 'react-native-svg';
6
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
7
+ export function AlertIcon({
8
+ size = scale(213),
9
+ strokeColor = '#DF1212',
10
+ bgColor = '#D9D9D9'
11
+ }) {
12
+ return /*#__PURE__*/_jsxs(Svg, {
13
+ width: size,
14
+ height: size,
15
+ viewBox: "0 0 213 214",
16
+ fill: "none",
17
+ children: [/*#__PURE__*/_jsx(Circle, {
18
+ cx: 106.268,
19
+ cy: 106.923,
20
+ r: 103.018,
21
+ fill: bgColor,
22
+ stroke: strokeColor,
23
+ strokeWidth: 6.49971
24
+ }), /*#__PURE__*/_jsx(Path, {
25
+ d: "M99.01 73.857l-33.936 56.655a8.01 8.01 0 002.876 10.913 8.016 8.016 0 003.975 1.107h67.873a8.017 8.017 0 007.926-8.036 8.018 8.018 0 00-1.074-3.984l-33.937-56.655a8.012 8.012 0 00-13.703 0zM106 94.452v16.027M106 126.505h.041",
26
+ stroke: strokeColor,
27
+ strokeWidth: 8.01335,
28
+ strokeLinecap: "round",
29
+ strokeLinejoin: "round"
30
+ })]
31
+ });
32
+ }
33
+ //# sourceMappingURL=AlertIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","scale","Svg","Path","Circle","jsx","_jsx","jsxs","_jsxs","AlertIcon","size","strokeColor","bgColor","width","height","viewBox","fill","children","cx","cy","r","stroke","strokeWidth","d","strokeLinecap","strokeLinejoin"],"sourceRoot":"../../../../src","sources":["components/Icons/AlertIcon.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,KAAK,QAAQ,2BAA2B;AACjD,OAAOC,GAAG,IAAIC,IAAI,EAAEC,MAAM,QAAQ,kBAAkB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAErD,OAAO,SAASC,SAASA,CAAC;EACxBC,IAAI,GAAGT,KAAK,CAAC,GAAG,CAAC;EACjBU,WAAW,GAAG,SAAS;EACvBC,OAAO,GAAG;AACZ,CAAC,EAAE;EACD,oBACEJ,KAAA,CAACN,GAAG;IAACW,KAAK,EAAEH,IAAK;IAACI,MAAM,EAAEJ,IAAK;IAACK,OAAO,EAAC,aAAa;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,gBAC/DX,IAAA,CAACF,MAAM;MACLc,EAAE,EAAE,OAAQ;MACZC,EAAE,EAAE,OAAQ;MACZC,CAAC,EAAE,OAAQ;MACXJ,IAAI,EAAEJ,OAAQ;MACdS,MAAM,EAAEV,WAAY;MACpBW,WAAW,EAAE;IAAQ,CACtB,CAAC,eACFhB,IAAA,CAACH,IAAI;MACHoB,CAAC,EAAC,kOAAkO;MACpOF,MAAM,EAAEV,WAAY;MACpBW,WAAW,EAAE,OAAQ;MACrBE,aAAa,EAAC,OAAO;MACrBC,cAAc,EAAC;IAAO,CACvB,CAAC;EAAA,CACC,CAAC;AAEV","ignoreList":[]}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ import * as React from 'react';
4
+ import Svg, { Path } from 'react-native-svg';
5
+ import { jsx as _jsx } from "react/jsx-runtime";
6
+ function DeviceIcon({
7
+ size = 25,
8
+ color = '#FFF'
9
+ }) {
10
+ return /*#__PURE__*/_jsx(Svg, {
11
+ width: size,
12
+ height: size,
13
+ viewBox: "0 0 18 24",
14
+ fill: "none",
15
+ children: /*#__PURE__*/_jsx(Path, {
16
+ d: "M14.43 1.428H3.803a2.126 2.126 0 00-2.126 2.126v17.004c0 1.174.952 2.126 2.126 2.126H14.43a2.126 2.126 0 002.126-2.126V3.554a2.126 2.126 0 00-2.126-2.126zM9.116 18.433h.01",
17
+ stroke: color,
18
+ strokeWidth: 2.12558,
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round"
21
+ })
22
+ });
23
+ }
24
+ export default DeviceIcon;
25
+ //# sourceMappingURL=DeviceIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Svg","Path","jsx","_jsx","DeviceIcon","size","color","width","height","viewBox","fill","children","d","stroke","strokeWidth","strokeLinecap","strokeLinejoin"],"sourceRoot":"../../../../src","sources":["components/Icons/DeviceIcon.tsx"],"mappings":";;AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAE7C,SAASC,UAAUA,CAAC;EAClBC,IAAI,GAAG,EAAE;EACTC,KAAK,GAAG;AAIV,CAAC,EAAE;EACD,oBACEH,IAAA,CAACH,GAAG;IAACO,KAAK,EAAEF,IAAK;IAACG,MAAM,EAAEH,IAAK;IAACI,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,MAAM;IAAAC,QAAA,eAC7DR,IAAA,CAACF,IAAI;MACHW,CAAC,EAAC,6KAA6K;MAC/KC,MAAM,EAAEP,KAAM;MACdQ,WAAW,EAAE,OAAQ;MACrBC,aAAa,EAAC,OAAO;MACrBC,cAAc,EAAC;IAAO,CACvB;EAAC,CACC,CAAC;AAEV;AAEA,eAAeZ,UAAU","ignoreList":[]}