@kivid/native-components 1.0.0-alpha.1

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 (498) hide show
  1. package/README.md +57 -0
  2. package/assets/adaptive-icon.png +0 -0
  3. package/assets/favicon.png +0 -0
  4. package/assets/fonts/Nunito-Bold.ttf +0 -0
  5. package/assets/fonts/Nunito-BoldItalic.ttf +0 -0
  6. package/assets/fonts/Nunito-Italic.ttf +0 -0
  7. package/assets/fonts/Nunito-Medium.ttf +0 -0
  8. package/assets/fonts/Nunito-MediumItalic.ttf +0 -0
  9. package/assets/fonts/Nunito-Regular.ttf +0 -0
  10. package/assets/fonts/Nunito-SemiBold.ttf +0 -0
  11. package/assets/fonts/Nunito-SemiBoldItalic.ttf +0 -0
  12. package/assets/icon.png +0 -0
  13. package/assets/splash.png +0 -0
  14. package/dist/README.md +57 -0
  15. package/dist/commonjs/components/Button/assets/class-variants.js +91 -0
  16. package/dist/commonjs/components/Button/assets/class-variants.js.map +1 -0
  17. package/dist/commonjs/components/Button/assets/design-system-showcase.js +1455 -0
  18. package/dist/commonjs/components/Button/assets/design-system-showcase.js.map +1 -0
  19. package/dist/commonjs/components/Button/index.js +116 -0
  20. package/dist/commonjs/components/Button/index.js.map +1 -0
  21. package/dist/commonjs/components/Button/types.js +6 -0
  22. package/dist/commonjs/components/Button/types.js.map +1 -0
  23. package/dist/commonjs/components/Chip/assets/class-variants.js +63 -0
  24. package/dist/commonjs/components/Chip/assets/class-variants.js.map +1 -0
  25. package/dist/commonjs/components/Chip/enums/chip-size.js +12 -0
  26. package/dist/commonjs/components/Chip/enums/chip-size.js.map +1 -0
  27. package/dist/commonjs/components/Chip/enums/chip-variant.js +13 -0
  28. package/dist/commonjs/components/Chip/enums/chip-variant.js.map +1 -0
  29. package/dist/commonjs/components/Chip/enums/index.js +28 -0
  30. package/dist/commonjs/components/Chip/enums/index.js.map +1 -0
  31. package/dist/commonjs/components/Chip/index.js +38 -0
  32. package/dist/commonjs/components/Chip/index.js.map +1 -0
  33. package/dist/commonjs/components/Chip/types.js +6 -0
  34. package/dist/commonjs/components/Chip/types.js.map +1 -0
  35. package/dist/commonjs/components/HighlightedText/index.js +46 -0
  36. package/dist/commonjs/components/HighlightedText/index.js.map +1 -0
  37. package/dist/commonjs/components/HighlightedText/types.js +6 -0
  38. package/dist/commonjs/components/HighlightedText/types.js.map +1 -0
  39. package/dist/commonjs/components/InformationStatus/components/GradientAdd/index.js +74 -0
  40. package/dist/commonjs/components/InformationStatus/components/GradientAdd/index.js.map +1 -0
  41. package/dist/commonjs/components/InformationStatus/components/GradientAdd/types.js +6 -0
  42. package/dist/commonjs/components/InformationStatus/components/GradientAdd/types.js.map +1 -0
  43. package/dist/commonjs/components/InformationStatus/components/GradientAlert/index.js +79 -0
  44. package/dist/commonjs/components/InformationStatus/components/GradientAlert/index.js.map +1 -0
  45. package/dist/commonjs/components/InformationStatus/components/GradientAlert/types.js +6 -0
  46. package/dist/commonjs/components/InformationStatus/components/GradientAlert/types.js.map +1 -0
  47. package/dist/commonjs/components/InformationStatus/components/GradientCheck/index.js +74 -0
  48. package/dist/commonjs/components/InformationStatus/components/GradientCheck/index.js.map +1 -0
  49. package/dist/commonjs/components/InformationStatus/components/GradientCheck/types.js +6 -0
  50. package/dist/commonjs/components/InformationStatus/components/GradientCheck/types.js.map +1 -0
  51. package/dist/commonjs/components/InformationStatus/components/GradientClose/index.js +72 -0
  52. package/dist/commonjs/components/InformationStatus/components/GradientClose/index.js.map +1 -0
  53. package/dist/commonjs/components/InformationStatus/components/GradientClose/types.js +6 -0
  54. package/dist/commonjs/components/InformationStatus/components/GradientClose/types.js.map +1 -0
  55. package/dist/commonjs/components/InformationStatus/components/index.js +50 -0
  56. package/dist/commonjs/components/InformationStatus/components/index.js.map +1 -0
  57. package/dist/commonjs/components/InformationStatus/enums.js +14 -0
  58. package/dist/commonjs/components/InformationStatus/enums.js.map +1 -0
  59. package/dist/commonjs/components/InformationStatus/index.js +75 -0
  60. package/dist/commonjs/components/InformationStatus/index.js.map +1 -0
  61. package/dist/commonjs/components/InformationStatus/types.js +6 -0
  62. package/dist/commonjs/components/InformationStatus/types.js.map +1 -0
  63. package/dist/commonjs/components/InputCheckbox/assets/class-variants.js +64 -0
  64. package/dist/commonjs/components/InputCheckbox/assets/class-variants.js.map +1 -0
  65. package/dist/commonjs/components/InputCheckbox/enums/checkbox-variant.js +17 -0
  66. package/dist/commonjs/components/InputCheckbox/enums/checkbox-variant.js.map +1 -0
  67. package/dist/commonjs/components/InputCheckbox/enums/index.js +28 -0
  68. package/dist/commonjs/components/InputCheckbox/enums/index.js.map +1 -0
  69. package/dist/commonjs/components/InputCheckbox/enums/select-variant.js +12 -0
  70. package/dist/commonjs/components/InputCheckbox/enums/select-variant.js.map +1 -0
  71. package/dist/commonjs/components/InputCheckbox/icons/CheckIcon/index.js +28 -0
  72. package/dist/commonjs/components/InputCheckbox/icons/CheckIcon/index.js.map +1 -0
  73. package/dist/commonjs/components/InputCheckbox/icons/IndeterminateIcon/index.js +28 -0
  74. package/dist/commonjs/components/InputCheckbox/icons/IndeterminateIcon/index.js.map +1 -0
  75. package/dist/commonjs/components/InputCheckbox/icons/index.js +20 -0
  76. package/dist/commonjs/components/InputCheckbox/icons/index.js.map +1 -0
  77. package/dist/commonjs/components/InputCheckbox/index.js +53 -0
  78. package/dist/commonjs/components/InputCheckbox/index.js.map +1 -0
  79. package/dist/commonjs/components/InputCheckbox/types.js +6 -0
  80. package/dist/commonjs/components/InputCheckbox/types.js.map +1 -0
  81. package/dist/commonjs/components/InputOTP/components/InformationStatus/index.js +93 -0
  82. package/dist/commonjs/components/InputOTP/components/InformationStatus/index.js.map +1 -0
  83. package/dist/commonjs/components/InputOTP/components/InformationStatus/types.js +6 -0
  84. package/dist/commonjs/components/InputOTP/components/InformationStatus/types.js.map +1 -0
  85. package/dist/commonjs/components/InputOTP/components/index.js +17 -0
  86. package/dist/commonjs/components/InputOTP/components/index.js.map +1 -0
  87. package/dist/commonjs/components/InputOTP/enums/index.js +17 -0
  88. package/dist/commonjs/components/InputOTP/enums/index.js.map +1 -0
  89. package/dist/commonjs/components/InputOTP/enums/information-status.js +15 -0
  90. package/dist/commonjs/components/InputOTP/enums/information-status.js.map +1 -0
  91. package/dist/commonjs/components/InputOTP/index.js +135 -0
  92. package/dist/commonjs/components/InputOTP/index.js.map +1 -0
  93. package/dist/commonjs/components/InputOTP/types.js +6 -0
  94. package/dist/commonjs/components/InputOTP/types.js.map +1 -0
  95. package/dist/commonjs/components/LoadingDots/assets/loading-button-dark.json +1 -0
  96. package/dist/commonjs/components/LoadingDots/assets/loading-button-grape.json +1 -0
  97. package/dist/commonjs/components/LoadingDots/assets/loading-button-light.json +1 -0
  98. package/dist/commonjs/components/LoadingDots/index.js +45 -0
  99. package/dist/commonjs/components/LoadingDots/index.js.map +1 -0
  100. package/dist/commonjs/components/LoadingDots/types.js +6 -0
  101. package/dist/commonjs/components/LoadingDots/types.js.map +1 -0
  102. package/dist/commonjs/components/Seal/assets/class-variants.js +64 -0
  103. package/dist/commonjs/components/Seal/assets/class-variants.js.map +1 -0
  104. package/dist/commonjs/components/Seal/components/AddIcon/index.js +32 -0
  105. package/dist/commonjs/components/Seal/components/AddIcon/index.js.map +1 -0
  106. package/dist/commonjs/components/Seal/components/AlertIcon/index.js +32 -0
  107. package/dist/commonjs/components/Seal/components/AlertIcon/index.js.map +1 -0
  108. package/dist/commonjs/components/Seal/components/ErrorIcon/index.js +32 -0
  109. package/dist/commonjs/components/Seal/components/ErrorIcon/index.js.map +1 -0
  110. package/dist/commonjs/components/Seal/components/LeftIcon/index.js +32 -0
  111. package/dist/commonjs/components/Seal/components/LeftIcon/index.js.map +1 -0
  112. package/dist/commonjs/components/Seal/components/MinusIcon/index.js +30 -0
  113. package/dist/commonjs/components/Seal/components/MinusIcon/index.js.map +1 -0
  114. package/dist/commonjs/components/Seal/components/RightIcon/index.js +32 -0
  115. package/dist/commonjs/components/Seal/components/RightIcon/index.js.map +1 -0
  116. package/dist/commonjs/components/Seal/components/SuccessIcon/index.js +32 -0
  117. package/dist/commonjs/components/Seal/components/SuccessIcon/index.js.map +1 -0
  118. package/dist/commonjs/components/Seal/components/index.js +55 -0
  119. package/dist/commonjs/components/Seal/components/index.js.map +1 -0
  120. package/dist/commonjs/components/Seal/enums/index.js +17 -0
  121. package/dist/commonjs/components/Seal/enums/index.js.map +1 -0
  122. package/dist/commonjs/components/Seal/enums/seal-variant.js +17 -0
  123. package/dist/commonjs/components/Seal/enums/seal-variant.js.map +1 -0
  124. package/dist/commonjs/components/Seal/index.js +52 -0
  125. package/dist/commonjs/components/Seal/index.js.map +1 -0
  126. package/dist/commonjs/components/Seal/types.js +6 -0
  127. package/dist/commonjs/components/Seal/types.js.map +1 -0
  128. package/dist/commonjs/components/Title/components/icon/index.js +49 -0
  129. package/dist/commonjs/components/Title/components/icon/index.js.map +1 -0
  130. package/dist/commonjs/components/Title/components/icon/types.js +15 -0
  131. package/dist/commonjs/components/Title/components/icon/types.js.map +1 -0
  132. package/dist/commonjs/components/Title/components/index.js +28 -0
  133. package/dist/commonjs/components/Title/components/index.js.map +1 -0
  134. package/dist/commonjs/components/Title/components/marker/index.js +33 -0
  135. package/dist/commonjs/components/Title/components/marker/index.js.map +1 -0
  136. package/dist/commonjs/components/Title/components/marker/types.js +2 -0
  137. package/dist/commonjs/components/Title/components/marker/types.js.map +1 -0
  138. package/dist/commonjs/components/Title/index.js +44 -0
  139. package/dist/commonjs/components/Title/index.js.map +1 -0
  140. package/dist/commonjs/components/Title/types.js +6 -0
  141. package/dist/commonjs/components/Title/types.js.map +1 -0
  142. package/dist/commonjs/components/Toggle/assets/class-variants.js +37 -0
  143. package/dist/commonjs/components/Toggle/assets/class-variants.js.map +1 -0
  144. package/dist/commonjs/components/Toggle/enums/index.js +17 -0
  145. package/dist/commonjs/components/Toggle/enums/index.js.map +1 -0
  146. package/dist/commonjs/components/Toggle/enums/variant.js +15 -0
  147. package/dist/commonjs/components/Toggle/enums/variant.js.map +1 -0
  148. package/dist/commonjs/components/Toggle/index.js +41 -0
  149. package/dist/commonjs/components/Toggle/index.js.map +1 -0
  150. package/dist/commonjs/components/Toggle/types.js +6 -0
  151. package/dist/commonjs/components/Toggle/types.js.map +1 -0
  152. package/dist/commonjs/components/Typography/index.js +52 -0
  153. package/dist/commonjs/components/Typography/index.js.map +1 -0
  154. package/dist/commonjs/components/Typography/types.js +6 -0
  155. package/dist/commonjs/components/Typography/types.js.map +1 -0
  156. package/dist/commonjs/components/index.js +127 -0
  157. package/dist/commonjs/components/index.js.map +1 -0
  158. package/dist/commonjs/hooks/index.js +17 -0
  159. package/dist/commonjs/hooks/index.js.map +1 -0
  160. package/dist/commonjs/hooks/use-fonts.js +31 -0
  161. package/dist/commonjs/hooks/use-fonts.js.map +1 -0
  162. package/dist/commonjs/iconography/Icons/index.js +97 -0
  163. package/dist/commonjs/iconography/Icons/index.js.map +1 -0
  164. package/dist/commonjs/iconography/Icons/types.js +6 -0
  165. package/dist/commonjs/iconography/Icons/types.js.map +1 -0
  166. package/dist/commonjs/index.js +17 -0
  167. package/dist/commonjs/index.js.map +1 -0
  168. package/dist/commonjs/nativewind-env.d.js +3 -0
  169. package/dist/commonjs/nativewind-env.d.js.map +1 -0
  170. package/dist/commonjs/package.json +1 -0
  171. package/dist/commonjs/welcome.mdx +3 -0
  172. package/dist/module/components/Button/assets/class-variants.js +88 -0
  173. package/dist/module/components/Button/assets/class-variants.js.map +1 -0
  174. package/dist/module/components/Button/assets/design-system-showcase.js +1451 -0
  175. package/dist/module/components/Button/assets/design-system-showcase.js.map +1 -0
  176. package/dist/module/components/Button/index.js +110 -0
  177. package/dist/module/components/Button/index.js.map +1 -0
  178. package/dist/module/components/Button/types.js +4 -0
  179. package/dist/module/components/Button/types.js.map +1 -0
  180. package/dist/module/components/Chip/assets/class-variants.js +59 -0
  181. package/dist/module/components/Chip/assets/class-variants.js.map +1 -0
  182. package/dist/module/components/Chip/enums/chip-size.js +8 -0
  183. package/dist/module/components/Chip/enums/chip-size.js.map +1 -0
  184. package/dist/module/components/Chip/enums/chip-variant.js +9 -0
  185. package/dist/module/components/Chip/enums/chip-variant.js.map +1 -0
  186. package/dist/module/components/Chip/enums/index.js +5 -0
  187. package/dist/module/components/Chip/enums/index.js.map +1 -0
  188. package/dist/module/components/Chip/index.js +34 -0
  189. package/dist/module/components/Chip/index.js.map +1 -0
  190. package/dist/module/components/Chip/types.js +4 -0
  191. package/dist/module/components/Chip/types.js.map +1 -0
  192. package/dist/module/components/HighlightedText/index.js +41 -0
  193. package/dist/module/components/HighlightedText/index.js.map +1 -0
  194. package/dist/module/components/HighlightedText/types.js +4 -0
  195. package/dist/module/components/HighlightedText/types.js.map +1 -0
  196. package/dist/module/components/InformationStatus/components/GradientAdd/index.js +69 -0
  197. package/dist/module/components/InformationStatus/components/GradientAdd/index.js.map +1 -0
  198. package/dist/module/components/InformationStatus/components/GradientAdd/types.js +4 -0
  199. package/dist/module/components/InformationStatus/components/GradientAdd/types.js.map +1 -0
  200. package/dist/module/components/InformationStatus/components/GradientAlert/index.js +74 -0
  201. package/dist/module/components/InformationStatus/components/GradientAlert/index.js.map +1 -0
  202. package/dist/module/components/InformationStatus/components/GradientAlert/types.js +4 -0
  203. package/dist/module/components/InformationStatus/components/GradientAlert/types.js.map +1 -0
  204. package/dist/module/components/InformationStatus/components/GradientCheck/index.js +69 -0
  205. package/dist/module/components/InformationStatus/components/GradientCheck/index.js.map +1 -0
  206. package/dist/module/components/InformationStatus/components/GradientCheck/types.js +4 -0
  207. package/dist/module/components/InformationStatus/components/GradientCheck/types.js.map +1 -0
  208. package/dist/module/components/InformationStatus/components/GradientClose/index.js +67 -0
  209. package/dist/module/components/InformationStatus/components/GradientClose/index.js.map +1 -0
  210. package/dist/module/components/InformationStatus/components/GradientClose/types.js +4 -0
  211. package/dist/module/components/InformationStatus/components/GradientClose/types.js.map +1 -0
  212. package/dist/module/components/InformationStatus/components/index.js +7 -0
  213. package/dist/module/components/InformationStatus/components/index.js.map +1 -0
  214. package/dist/module/components/InformationStatus/enums.js +10 -0
  215. package/dist/module/components/InformationStatus/enums.js.map +1 -0
  216. package/dist/module/components/InformationStatus/index.js +71 -0
  217. package/dist/module/components/InformationStatus/index.js.map +1 -0
  218. package/dist/module/components/InformationStatus/types.js +4 -0
  219. package/dist/module/components/InformationStatus/types.js.map +1 -0
  220. package/dist/module/components/InputCheckbox/assets/class-variants.js +60 -0
  221. package/dist/module/components/InputCheckbox/assets/class-variants.js.map +1 -0
  222. package/dist/module/components/InputCheckbox/enums/checkbox-variant.js +13 -0
  223. package/dist/module/components/InputCheckbox/enums/checkbox-variant.js.map +1 -0
  224. package/dist/module/components/InputCheckbox/enums/index.js +5 -0
  225. package/dist/module/components/InputCheckbox/enums/index.js.map +1 -0
  226. package/dist/module/components/InputCheckbox/enums/select-variant.js +8 -0
  227. package/dist/module/components/InputCheckbox/enums/select-variant.js.map +1 -0
  228. package/dist/module/components/InputCheckbox/icons/CheckIcon/index.js +22 -0
  229. package/dist/module/components/InputCheckbox/icons/CheckIcon/index.js.map +1 -0
  230. package/dist/module/components/InputCheckbox/icons/IndeterminateIcon/index.js +22 -0
  231. package/dist/module/components/InputCheckbox/icons/IndeterminateIcon/index.js.map +1 -0
  232. package/dist/module/components/InputCheckbox/icons/index.js +5 -0
  233. package/dist/module/components/InputCheckbox/icons/index.js.map +1 -0
  234. package/dist/module/components/InputCheckbox/index.js +49 -0
  235. package/dist/module/components/InputCheckbox/index.js.map +1 -0
  236. package/dist/module/components/InputCheckbox/types.js +4 -0
  237. package/dist/module/components/InputCheckbox/types.js.map +1 -0
  238. package/dist/module/components/InputOTP/components/InformationStatus/index.js +87 -0
  239. package/dist/module/components/InputOTP/components/InformationStatus/index.js.map +1 -0
  240. package/dist/module/components/InputOTP/components/InformationStatus/types.js +4 -0
  241. package/dist/module/components/InputOTP/components/InformationStatus/types.js.map +1 -0
  242. package/dist/module/components/InputOTP/components/index.js +4 -0
  243. package/dist/module/components/InputOTP/components/index.js.map +1 -0
  244. package/dist/module/components/InputOTP/enums/index.js +4 -0
  245. package/dist/module/components/InputOTP/enums/index.js.map +1 -0
  246. package/dist/module/components/InputOTP/enums/information-status.js +11 -0
  247. package/dist/module/components/InputOTP/enums/information-status.js.map +1 -0
  248. package/dist/module/components/InputOTP/index.js +130 -0
  249. package/dist/module/components/InputOTP/index.js.map +1 -0
  250. package/dist/module/components/InputOTP/types.js +4 -0
  251. package/dist/module/components/InputOTP/types.js.map +1 -0
  252. package/dist/module/components/LoadingDots/assets/loading-button-dark.json +1 -0
  253. package/dist/module/components/LoadingDots/assets/loading-button-grape.json +1 -0
  254. package/dist/module/components/LoadingDots/assets/loading-button-light.json +1 -0
  255. package/dist/module/components/LoadingDots/index.js +39 -0
  256. package/dist/module/components/LoadingDots/index.js.map +1 -0
  257. package/dist/module/components/LoadingDots/types.js +4 -0
  258. package/dist/module/components/LoadingDots/types.js.map +1 -0
  259. package/dist/module/components/Seal/assets/class-variants.js +60 -0
  260. package/dist/module/components/Seal/assets/class-variants.js.map +1 -0
  261. package/dist/module/components/Seal/components/AddIcon/index.js +27 -0
  262. package/dist/module/components/Seal/components/AddIcon/index.js.map +1 -0
  263. package/dist/module/components/Seal/components/AlertIcon/index.js +27 -0
  264. package/dist/module/components/Seal/components/AlertIcon/index.js.map +1 -0
  265. package/dist/module/components/Seal/components/ErrorIcon/index.js +27 -0
  266. package/dist/module/components/Seal/components/ErrorIcon/index.js.map +1 -0
  267. package/dist/module/components/Seal/components/LeftIcon/index.js +27 -0
  268. package/dist/module/components/Seal/components/LeftIcon/index.js.map +1 -0
  269. package/dist/module/components/Seal/components/MinusIcon/index.js +25 -0
  270. package/dist/module/components/Seal/components/MinusIcon/index.js.map +1 -0
  271. package/dist/module/components/Seal/components/RightIcon/index.js +27 -0
  272. package/dist/module/components/Seal/components/RightIcon/index.js.map +1 -0
  273. package/dist/module/components/Seal/components/SuccessIcon/index.js +27 -0
  274. package/dist/module/components/Seal/components/SuccessIcon/index.js.map +1 -0
  275. package/dist/module/components/Seal/components/index.js +10 -0
  276. package/dist/module/components/Seal/components/index.js.map +1 -0
  277. package/dist/module/components/Seal/enums/index.js +4 -0
  278. package/dist/module/components/Seal/enums/index.js.map +1 -0
  279. package/dist/module/components/Seal/enums/seal-variant.js +13 -0
  280. package/dist/module/components/Seal/enums/seal-variant.js.map +1 -0
  281. package/dist/module/components/Seal/index.js +46 -0
  282. package/dist/module/components/Seal/index.js.map +1 -0
  283. package/dist/module/components/Seal/types.js +4 -0
  284. package/dist/module/components/Seal/types.js.map +1 -0
  285. package/dist/module/components/Title/components/icon/index.js +45 -0
  286. package/dist/module/components/Title/components/icon/index.js.map +1 -0
  287. package/dist/module/components/Title/components/icon/types.js +11 -0
  288. package/dist/module/components/Title/components/icon/types.js.map +1 -0
  289. package/dist/module/components/Title/components/index.js +5 -0
  290. package/dist/module/components/Title/components/index.js.map +1 -0
  291. package/dist/module/components/Title/components/marker/index.js +29 -0
  292. package/dist/module/components/Title/components/marker/index.js.map +1 -0
  293. package/dist/module/components/Title/components/marker/types.js +2 -0
  294. package/dist/module/components/Title/components/marker/types.js.map +1 -0
  295. package/dist/module/components/Title/index.js +41 -0
  296. package/dist/module/components/Title/index.js.map +1 -0
  297. package/dist/module/components/Title/types.js +4 -0
  298. package/dist/module/components/Title/types.js.map +1 -0
  299. package/dist/module/components/Toggle/assets/class-variants.js +34 -0
  300. package/dist/module/components/Toggle/assets/class-variants.js.map +1 -0
  301. package/dist/module/components/Toggle/enums/index.js +4 -0
  302. package/dist/module/components/Toggle/enums/index.js.map +1 -0
  303. package/dist/module/components/Toggle/enums/variant.js +11 -0
  304. package/dist/module/components/Toggle/enums/variant.js.map +1 -0
  305. package/dist/module/components/Toggle/index.js +37 -0
  306. package/dist/module/components/Toggle/index.js.map +1 -0
  307. package/dist/module/components/Toggle/types.js +4 -0
  308. package/dist/module/components/Toggle/types.js.map +1 -0
  309. package/dist/module/components/Typography/index.js +47 -0
  310. package/dist/module/components/Typography/index.js.map +1 -0
  311. package/dist/module/components/Typography/types.js +4 -0
  312. package/dist/module/components/Typography/types.js.map +1 -0
  313. package/dist/module/components/index.js +14 -0
  314. package/dist/module/components/index.js.map +1 -0
  315. package/dist/module/hooks/index.js +4 -0
  316. package/dist/module/hooks/index.js.map +1 -0
  317. package/dist/module/hooks/use-fonts.js +27 -0
  318. package/dist/module/hooks/use-fonts.js.map +1 -0
  319. package/dist/module/iconography/Icons/index.js +92 -0
  320. package/dist/module/iconography/Icons/index.js.map +1 -0
  321. package/dist/module/iconography/Icons/types.js +4 -0
  322. package/dist/module/iconography/Icons/types.js.map +1 -0
  323. package/dist/module/index.js +4 -0
  324. package/dist/module/index.js.map +1 -0
  325. package/dist/module/nativewind-env.d.js +3 -0
  326. package/dist/module/nativewind-env.d.js.map +1 -0
  327. package/dist/module/package.json +1 -0
  328. package/dist/module/welcome.mdx +3 -0
  329. package/dist/package.json +57 -0
  330. package/dist/typescript/components/Button/assets/class-variants.d.ts +16 -0
  331. package/dist/typescript/components/Button/assets/design-system-showcase.d.ts +1448 -0
  332. package/dist/typescript/components/Button/index.d.ts +6 -0
  333. package/dist/typescript/components/Button/types.d.ts +16 -0
  334. package/dist/typescript/components/Chip/assets/class-variants.d.ts +5 -0
  335. package/dist/typescript/components/Chip/enums/chip-size.d.ts +4 -0
  336. package/dist/typescript/components/Chip/enums/chip-variant.d.ts +5 -0
  337. package/dist/typescript/components/Chip/enums/index.d.ts +2 -0
  338. package/dist/typescript/components/Chip/index.d.ts +2 -0
  339. package/dist/typescript/components/Chip/types.d.ts +11 -0
  340. package/dist/typescript/components/HighlightedText/index.d.ts +6 -0
  341. package/dist/typescript/components/HighlightedText/types.d.ts +9 -0
  342. package/dist/typescript/components/InformationStatus/components/GradientAdd/index.d.ts +3 -0
  343. package/dist/typescript/components/InformationStatus/components/GradientAdd/types.d.ts +5 -0
  344. package/dist/typescript/components/InformationStatus/components/GradientAlert/index.d.ts +3 -0
  345. package/dist/typescript/components/InformationStatus/components/GradientAlert/types.d.ts +5 -0
  346. package/dist/typescript/components/InformationStatus/components/GradientCheck/index.d.ts +3 -0
  347. package/dist/typescript/components/InformationStatus/components/GradientCheck/types.d.ts +5 -0
  348. package/dist/typescript/components/InformationStatus/components/GradientClose/index.d.ts +3 -0
  349. package/dist/typescript/components/InformationStatus/components/GradientClose/types.d.ts +5 -0
  350. package/dist/typescript/components/InformationStatus/components/index.d.ts +4 -0
  351. package/dist/typescript/components/InformationStatus/enums.d.ts +6 -0
  352. package/dist/typescript/components/InformationStatus/index.d.ts +2 -0
  353. package/dist/typescript/components/InformationStatus/types.d.ts +14 -0
  354. package/dist/typescript/components/InputCheckbox/assets/class-variants.d.ts +6 -0
  355. package/dist/typescript/components/InputCheckbox/enums/checkbox-variant.d.ts +9 -0
  356. package/dist/typescript/components/InputCheckbox/enums/index.d.ts +2 -0
  357. package/dist/typescript/components/InputCheckbox/enums/select-variant.d.ts +4 -0
  358. package/dist/typescript/components/InputCheckbox/icons/CheckIcon/index.d.ts +2 -0
  359. package/dist/typescript/components/InputCheckbox/icons/IndeterminateIcon/index.d.ts +2 -0
  360. package/dist/typescript/components/InputCheckbox/icons/index.d.ts +2 -0
  361. package/dist/typescript/components/InputCheckbox/index.d.ts +2 -0
  362. package/dist/typescript/components/InputCheckbox/types.d.ts +10 -0
  363. package/dist/typescript/components/InputOTP/components/InformationStatus/index.d.ts +3 -0
  364. package/dist/typescript/components/InputOTP/components/InformationStatus/types.d.ts +6 -0
  365. package/dist/typescript/components/InputOTP/components/index.d.ts +1 -0
  366. package/dist/typescript/components/InputOTP/enums/index.d.ts +1 -0
  367. package/dist/typescript/components/InputOTP/enums/information-status.d.ts +7 -0
  368. package/dist/typescript/components/InputOTP/index.d.ts +3 -0
  369. package/dist/typescript/components/InputOTP/types.d.ts +11 -0
  370. package/dist/typescript/components/LoadingDots/index.d.ts +3 -0
  371. package/dist/typescript/components/LoadingDots/types.d.ts +9 -0
  372. package/dist/typescript/components/Seal/assets/class-variants.d.ts +5 -0
  373. package/dist/typescript/components/Seal/components/AddIcon/index.d.ts +2 -0
  374. package/dist/typescript/components/Seal/components/AlertIcon/index.d.ts +2 -0
  375. package/dist/typescript/components/Seal/components/ErrorIcon/index.d.ts +2 -0
  376. package/dist/typescript/components/Seal/components/LeftIcon/index.d.ts +2 -0
  377. package/dist/typescript/components/Seal/components/MinusIcon/index.d.ts +2 -0
  378. package/dist/typescript/components/Seal/components/RightIcon/index.d.ts +2 -0
  379. package/dist/typescript/components/Seal/components/SuccessIcon/index.d.ts +2 -0
  380. package/dist/typescript/components/Seal/components/index.d.ts +7 -0
  381. package/dist/typescript/components/Seal/enums/index.d.ts +1 -0
  382. package/dist/typescript/components/Seal/enums/seal-variant.d.ts +9 -0
  383. package/dist/typescript/components/Seal/index.d.ts +3 -0
  384. package/dist/typescript/components/Seal/types.d.ts +14 -0
  385. package/dist/typescript/components/Title/components/icon/index.d.ts +2 -0
  386. package/dist/typescript/components/Title/components/icon/types.d.ts +12 -0
  387. package/dist/typescript/components/Title/components/index.d.ts +2 -0
  388. package/dist/typescript/components/Title/components/marker/index.d.ts +2 -0
  389. package/dist/typescript/components/Title/components/marker/types.d.ts +4 -0
  390. package/dist/typescript/components/Title/index.d.ts +7 -0
  391. package/dist/typescript/components/Title/types.d.ts +7 -0
  392. package/dist/typescript/components/Toggle/assets/class-variants.d.ts +6 -0
  393. package/dist/typescript/components/Toggle/enums/index.d.ts +1 -0
  394. package/dist/typescript/components/Toggle/enums/variant.d.ts +7 -0
  395. package/dist/typescript/components/Toggle/index.d.ts +2 -0
  396. package/dist/typescript/components/Toggle/types.d.ts +7 -0
  397. package/dist/typescript/components/Typography/index.d.ts +27 -0
  398. package/dist/typescript/components/Typography/types.d.ts +7 -0
  399. package/dist/typescript/components/index.d.ts +11 -0
  400. package/dist/typescript/hooks/index.d.ts +1 -0
  401. package/dist/typescript/hooks/use-fonts.d.ts +10 -0
  402. package/dist/typescript/iconography/Icons/index.d.ts +2 -0
  403. package/dist/typescript/iconography/Icons/types.d.ts +11 -0
  404. package/dist/typescript/index.d.ts +1 -0
  405. package/index.js +6 -0
  406. package/package.json +128 -0
  407. package/src/components/Button/assets/class-variants.ts +111 -0
  408. package/src/components/Button/assets/design-system-showcase.ts +1745 -0
  409. package/src/components/Button/index.stories.tsx +407 -0
  410. package/src/components/Button/index.tsx +137 -0
  411. package/src/components/Button/types.ts +31 -0
  412. package/src/components/Chip/assets/class-variants.ts +68 -0
  413. package/src/components/Chip/enums/chip-size.ts +4 -0
  414. package/src/components/Chip/enums/chip-variant.ts +5 -0
  415. package/src/components/Chip/enums/index.ts +2 -0
  416. package/src/components/Chip/index.stories.tsx +95 -0
  417. package/src/components/Chip/index.tsx +35 -0
  418. package/src/components/Chip/types.ts +13 -0
  419. package/src/components/HighlightedText/index.stories.tsx +110 -0
  420. package/src/components/HighlightedText/index.tsx +38 -0
  421. package/src/components/HighlightedText/types.ts +10 -0
  422. package/src/components/InformationStatus/components/GradientAdd/index.tsx +74 -0
  423. package/src/components/InformationStatus/components/GradientAdd/types.ts +6 -0
  424. package/src/components/InformationStatus/components/GradientAlert/index.tsx +81 -0
  425. package/src/components/InformationStatus/components/GradientAlert/types.ts +6 -0
  426. package/src/components/InformationStatus/components/GradientCheck/index.tsx +75 -0
  427. package/src/components/InformationStatus/components/GradientCheck/types.ts +6 -0
  428. package/src/components/InformationStatus/components/GradientClose/index.tsx +73 -0
  429. package/src/components/InformationStatus/components/GradientClose/types.ts +6 -0
  430. package/src/components/InformationStatus/components/index.ts +4 -0
  431. package/src/components/InformationStatus/enums.ts +6 -0
  432. package/src/components/InformationStatus/index.stories.tsx +112 -0
  433. package/src/components/InformationStatus/index.tsx +76 -0
  434. package/src/components/InformationStatus/types.ts +16 -0
  435. package/src/components/InputCheckbox/assets/class-variants.ts +90 -0
  436. package/src/components/InputCheckbox/enums/checkbox-variant.ts +9 -0
  437. package/src/components/InputCheckbox/enums/index.ts +2 -0
  438. package/src/components/InputCheckbox/enums/select-variant.ts +4 -0
  439. package/src/components/InputCheckbox/icons/CheckIcon/index.tsx +23 -0
  440. package/src/components/InputCheckbox/icons/IndeterminateIcon/index.tsx +23 -0
  441. package/src/components/InputCheckbox/icons/index.ts +2 -0
  442. package/src/components/InputCheckbox/index.stories.tsx +133 -0
  443. package/src/components/InputCheckbox/index.tsx +53 -0
  444. package/src/components/InputCheckbox/types.ts +13 -0
  445. package/src/components/InputOTP/components/InformationStatus/index.tsx +105 -0
  446. package/src/components/InputOTP/components/InformationStatus/types.ts +6 -0
  447. package/src/components/InputOTP/components/index.ts +1 -0
  448. package/src/components/InputOTP/enums/index.ts +1 -0
  449. package/src/components/InputOTP/enums/information-status.ts +7 -0
  450. package/src/components/InputOTP/index.stories.tsx +247 -0
  451. package/src/components/InputOTP/index.tsx +177 -0
  452. package/src/components/InputOTP/types.ts +12 -0
  453. package/src/components/LoadingDots/assets/loading-button-dark.json +1 -0
  454. package/src/components/LoadingDots/assets/loading-button-grape.json +1 -0
  455. package/src/components/LoadingDots/assets/loading-button-light.json +1 -0
  456. package/src/components/LoadingDots/index.stories.tsx +74 -0
  457. package/src/components/LoadingDots/index.tsx +37 -0
  458. package/src/components/LoadingDots/types.ts +10 -0
  459. package/src/components/Seal/assets/class-variants.ts +70 -0
  460. package/src/components/Seal/components/AddIcon/index.tsx +26 -0
  461. package/src/components/Seal/components/AlertIcon/index.tsx +26 -0
  462. package/src/components/Seal/components/ErrorIcon/index.tsx +26 -0
  463. package/src/components/Seal/components/LeftIcon/index.tsx +26 -0
  464. package/src/components/Seal/components/MinusIcon/index.tsx +24 -0
  465. package/src/components/Seal/components/RightIcon/index.tsx +26 -0
  466. package/src/components/Seal/components/SuccessIcon/index.tsx +26 -0
  467. package/src/components/Seal/components/index.ts +7 -0
  468. package/src/components/Seal/enums/index.ts +1 -0
  469. package/src/components/Seal/enums/seal-variant.ts +9 -0
  470. package/src/components/Seal/index.stories.tsx +124 -0
  471. package/src/components/Seal/index.tsx +53 -0
  472. package/src/components/Seal/types.ts +18 -0
  473. package/src/components/Title/components/icon/index.tsx +51 -0
  474. package/src/components/Title/components/icon/types.ts +12 -0
  475. package/src/components/Title/components/index.ts +2 -0
  476. package/src/components/Title/components/marker/index.tsx +25 -0
  477. package/src/components/Title/components/marker/types.ts +13 -0
  478. package/src/components/Title/index.stories.tsx +619 -0
  479. package/src/components/Title/index.tsx +36 -0
  480. package/src/components/Title/types.ts +7 -0
  481. package/src/components/Toggle/assets/class-variants.ts +40 -0
  482. package/src/components/Toggle/enums/index.ts +1 -0
  483. package/src/components/Toggle/enums/variant.ts +7 -0
  484. package/src/components/Toggle/index.stories.tsx +88 -0
  485. package/src/components/Toggle/index.tsx +42 -0
  486. package/src/components/Toggle/types.ts +8 -0
  487. package/src/components/Typography/index.stories.tsx +260 -0
  488. package/src/components/Typography/index.tsx +46 -0
  489. package/src/components/Typography/types.ts +8 -0
  490. package/src/components/index.ts +11 -0
  491. package/src/hooks/index.ts +1 -0
  492. package/src/hooks/use-fonts.ts +22 -0
  493. package/src/iconography/Icons/index.stories.tsx +23 -0
  494. package/src/iconography/Icons/index.tsx +89 -0
  495. package/src/iconography/Icons/types.ts +12 -0
  496. package/src/index.ts +1 -0
  497. package/src/nativewind-env.d.ts +1 -0
  498. package/src/welcome.mdx +3 -0
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNativeSvg","_interopRequireWildcard","require","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","GradientAlert","props","ref","size","color","jsxs","viewBox","fill","width","height","children","G","filter","jsx","Path","fillRule","clipRule","d","Defs","Filter","id","x","y","filterUnits","FeFlood","floodOpacity","result","FeBlend","mode","in","in2","FeColorMatrix","type","values","FeOffset","dx","dy","FeGaussianBlur","stdDeviation","FeComposite","operator","k2","k3"],"sourceRoot":"../../../../../../src","sources":["components/InformationStatus/components/GradientAlert/index.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/InformationStatus/components/GradientAlert/types.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.GradientCheck = GradientCheck;
7
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
10
+ function GradientCheck(props, ref) {
11
+ const {
12
+ size = 24,
13
+ color = "currentColor"
14
+ } = props;
15
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
16
+ viewBox: "0 0 16 16",
17
+ fill: "none",
18
+ width: size,
19
+ height: size,
20
+ color: color,
21
+ ref: ref,
22
+ ...props,
23
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.G, {
24
+ filter: "url(#filter0_i_3359_12276)",
25
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M12.8985 4.39037C13.4574 4.93089 13.4806 5.83095 12.9504 6.40072L7.97736 11.5567C7.71389 11.8398 7.34787 12.0001 6.96506 12C6.58225 11.9999 6.2163 11.8394 5.95297 11.5562L3.04912 8.40463C2.51919 7.8346 2.54288 6.93454 3.10203 6.3943C3.66118 5.85406 4.54404 5.87821 5.07397 6.44825L6.96589 8.51126L10.9265 4.44334C11.4567 3.87357 12.3396 3.84985 12.8985 4.39037Z",
29
+ fill: "currentColor"
30
+ })
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Defs, {
32
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.Filter, {
33
+ id: "filter0_i_3359_12276",
34
+ x: "2.66667",
35
+ y: "4",
36
+ width: "11.6667",
37
+ height: "9",
38
+ filterUnits: "userSpaceOnUse",
39
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.FeFlood, {
40
+ floodOpacity: "0",
41
+ result: "BackgroundImageFix"
42
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.FeBlend, {
43
+ mode: "normal",
44
+ in: "SourceGraphic",
45
+ in2: "BackgroundImageFix",
46
+ result: "shape"
47
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.FeColorMatrix, {
48
+ in: "SourceAlpha",
49
+ type: "matrix",
50
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
51
+ result: "hardAlpha"
52
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.FeOffset, {
53
+ dx: "1",
54
+ dy: "1"
55
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.FeGaussianBlur, {
56
+ stdDeviation: "1"
57
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.FeComposite, {
58
+ in2: "hardAlpha",
59
+ operator: "arithmetic",
60
+ k2: "-1",
61
+ k3: "1"
62
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.FeColorMatrix, {
63
+ type: "matrix",
64
+ values: "0 0 0 0 0.215686 0 0 0 0 0.886275 0 0 0 0 0.439216 0 0 0 0.4 0"
65
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.FeBlend, {
66
+ mode: "normal",
67
+ in2: "shape",
68
+ result: "effect1_innerShadow_3359_12276"
69
+ })]
70
+ })
71
+ })]
72
+ });
73
+ }
74
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNativeSvg","_interopRequireWildcard","require","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","GradientCheck","props","ref","size","color","jsxs","viewBox","fill","width","height","children","jsx","G","filter","Path","fillRule","clipRule","d","Defs","Filter","id","x","y","filterUnits","FeFlood","floodOpacity","result","FeBlend","mode","in","in2","FeColorMatrix","type","values","FeOffset","dx","dy","FeGaussianBlur","stdDeviation","FeComposite","operator","k2","k3"],"sourceRoot":"../../../../../../src","sources":["components/InformationStatus/components/GradientCheck/index.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/InformationStatus/components/GradientCheck/types.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,72 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.GradientClose = GradientClose;
7
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
10
+ function GradientClose(props, ref) {
11
+ const {
12
+ size = 24,
13
+ color = "currentColor"
14
+ } = props;
15
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
16
+ viewBox: "0 0 16 16",
17
+ fill: "none",
18
+ width: size,
19
+ height: size,
20
+ color: color,
21
+ ref: ref,
22
+ ...props,
23
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.G, {
24
+ filter: "url(#filter0_i_3359_12279)",
25
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
26
+ d: "M12.1996 5.86591C12.7827 5.28288 12.7929 4.3479 12.2226 3.77757C11.6523 3.20721 10.7173 3.2175 10.1342 3.80054L8.02294 5.91184L5.86576 3.75461C5.29541 3.18429 4.36043 3.19454 3.7774 3.77757C3.19439 4.36061 3.18411 5.29559 3.75446 5.86591L5.91166 8.02309L3.80036 10.1344C3.21733 10.7174 3.20705 11.6524 3.7774 12.2228C4.34774 12.7931 5.28272 12.7828 5.86576 12.1998L7.97706 10.0885L10.1342 12.2457C10.7046 12.8161 11.6396 12.8058 12.2226 12.2228C12.8056 11.6397 12.8159 10.7048 12.2455 10.1344L10.0883 7.97721L12.1996 5.86591Z",
27
+ fill: "currentColor"
28
+ })
29
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Defs, {
30
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.Filter, {
31
+ id: "filter0_i_3359_12279",
32
+ x: "3.33333",
33
+ y: "3.3335",
34
+ width: "10.3333",
35
+ height: "10.3335",
36
+ filterUnits: "userSpaceOnUse",
37
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.FeFlood, {
38
+ floodOpacity: "0",
39
+ result: "BackgroundImageFix"
40
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.FeBlend, {
41
+ mode: "normal",
42
+ in: "SourceGraphic",
43
+ in2: "BackgroundImageFix",
44
+ result: "shape"
45
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.FeColorMatrix, {
46
+ in: "SourceAlpha",
47
+ type: "matrix",
48
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
49
+ result: "hardAlpha"
50
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.FeOffset, {
51
+ dx: "1",
52
+ dy: "1"
53
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.FeGaussianBlur, {
54
+ stdDeviation: "1"
55
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.FeComposite, {
56
+ in2: "hardAlpha",
57
+ operator: "arithmetic",
58
+ k2: "-1",
59
+ k3: "1"
60
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.FeColorMatrix, {
61
+ type: "matrix",
62
+ values: "0 0 0 0 0.898039 0 0 0 0 0.270588 0 0 0 0 0.270588 0 0 0 0.4 0"
63
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.FeBlend, {
64
+ mode: "normal",
65
+ in2: "shape",
66
+ result: "effect1_innerShadow_3359_12279"
67
+ })]
68
+ })
69
+ })]
70
+ });
71
+ }
72
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNativeSvg","_interopRequireWildcard","require","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","GradientClose","props","ref","size","color","jsxs","viewBox","fill","width","height","children","jsx","G","filter","Path","d","Defs","Filter","id","x","y","filterUnits","FeFlood","floodOpacity","result","FeBlend","mode","in","in2","FeColorMatrix","type","values","FeOffset","dx","dy","FeGaussianBlur","stdDeviation","FeComposite","operator","k2","k3"],"sourceRoot":"../../../../../../src","sources":["components/InformationStatus/components/GradientClose/index.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/InformationStatus/components/GradientClose/types.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _index = require("./GradientAdd/index.js");
7
+ Object.keys(_index).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _index[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _index[key];
14
+ }
15
+ });
16
+ });
17
+ var _index2 = require("./GradientAlert/index.js");
18
+ Object.keys(_index2).forEach(function (key) {
19
+ if (key === "default" || key === "__esModule") return;
20
+ if (key in exports && exports[key] === _index2[key]) return;
21
+ Object.defineProperty(exports, key, {
22
+ enumerable: true,
23
+ get: function () {
24
+ return _index2[key];
25
+ }
26
+ });
27
+ });
28
+ var _index3 = require("./GradientCheck/index.js");
29
+ Object.keys(_index3).forEach(function (key) {
30
+ if (key === "default" || key === "__esModule") return;
31
+ if (key in exports && exports[key] === _index3[key]) return;
32
+ Object.defineProperty(exports, key, {
33
+ enumerable: true,
34
+ get: function () {
35
+ return _index3[key];
36
+ }
37
+ });
38
+ });
39
+ var _index4 = require("./GradientClose/index.js");
40
+ Object.keys(_index4).forEach(function (key) {
41
+ if (key === "default" || key === "__esModule") return;
42
+ if (key in exports && exports[key] === _index4[key]) return;
43
+ Object.defineProperty(exports, key, {
44
+ enumerable: true,
45
+ get: function () {
46
+ return _index4[key];
47
+ }
48
+ });
49
+ });
50
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_index","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_index2","_index3","_index4"],"sourceRoot":"../../../../../src","sources":["components/InformationStatus/components/index.ts"],"mappings":";;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,MAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,MAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,MAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,OAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,OAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,OAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,OAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,OAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,OAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,OAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,OAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,OAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,OAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,OAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,OAAA,CAAAP,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.InformationStatusOptionsEnum = void 0;
7
+ let InformationStatusOptionsEnum = exports.InformationStatusOptionsEnum = /*#__PURE__*/function (InformationStatusOptionsEnum) {
8
+ InformationStatusOptionsEnum["SUCCESS"] = "success";
9
+ InformationStatusOptionsEnum["ERROR"] = "error";
10
+ InformationStatusOptionsEnum["WARNING"] = "warning";
11
+ InformationStatusOptionsEnum["ADD"] = "add";
12
+ return InformationStatusOptionsEnum;
13
+ }({});
14
+ //# sourceMappingURL=enums.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["InformationStatusOptionsEnum","exports"],"sourceRoot":"../../../../src","sources":["components/InformationStatus/enums.ts"],"mappings":";;;;;;IAAYA,4BAA4B,GAAAC,OAAA,CAAAD,4BAAA,0BAA5BA,4BAA4B;EAA5BA,4BAA4B;EAA5BA,4BAA4B;EAA5BA,4BAA4B;EAA5BA,4BAA4B;EAAA,OAA5BA,4BAA4B;AAAA","ignoreList":[]}
@@ -0,0 +1,75 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.InformationStatus = InformationStatus;
7
+ var _index = require("./components/index.js");
8
+ var _enums = require("./enums.js");
9
+ var _classVarianceAuthority = require("class-variance-authority");
10
+ var _tailwindPreset = require("@butterfly/tailwind-preset");
11
+ var _reactNative = require("react-native");
12
+ var _jsxRuntime = require("react/jsx-runtime");
13
+ function InformationStatus(props) {
14
+ const {
15
+ status,
16
+ size = "medium",
17
+ square = false,
18
+ className,
19
+ style
20
+ } = props;
21
+ const mappedIconSize = {
22
+ small: 16,
23
+ medium: 24,
24
+ large: 32
25
+ }[size];
26
+ const iconMap = {
27
+ [_enums.InformationStatusOptionsEnum.SUCCESS]: () => /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.GradientCheck, {
28
+ size: mappedIconSize,
29
+ color: "#F2F7F7"
30
+ }),
31
+ [_enums.InformationStatusOptionsEnum.ERROR]: () => /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.GradientClose, {
32
+ size: mappedIconSize,
33
+ color: "#F2F7F7"
34
+ }),
35
+ [_enums.InformationStatusOptionsEnum.WARNING]: () => /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.GradientAlert, {
36
+ size: mappedIconSize,
37
+ color: "#F2F7F7"
38
+ }),
39
+ [_enums.InformationStatusOptionsEnum.ADD]: () => /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.GradientAdd, {
40
+ size: mappedIconSize,
41
+ color: "#F2F7F7"
42
+ })
43
+ };
44
+ const selectedVariants = (0, _classVarianceAuthority.cva)(["flex items-center justify-center color-chia-200"], {
45
+ variants: {
46
+ variant: {
47
+ add: "bg-grape-500",
48
+ success: "bg-pear-500",
49
+ error: "bg-blackberry-500",
50
+ warning: "bg-tangerine-500"
51
+ },
52
+ size: {
53
+ small: [`${square ? "w-900 h-900" : "w-1000 h-700"}`],
54
+ medium: [`${square ? "w-1000 h-1000" : "w-1200 h-800"}`],
55
+ large: [`${square ? "w-1100 h-1100" : "w-[80px] h-900"}`]
56
+ },
57
+ square: {
58
+ true: "rounded-700",
59
+ false: "rounded-500"
60
+ }
61
+ }
62
+ });
63
+ const Icon = iconMap[status];
64
+ const informationStatusStyle = (0, _tailwindPreset.merge)(selectedVariants({
65
+ variant: status,
66
+ size: size,
67
+ square: square
68
+ }), className);
69
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
70
+ className: informationStatusStyle,
71
+ style: style,
72
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(Icon, {})
73
+ });
74
+ }
75
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_index","require","_enums","_classVarianceAuthority","_tailwindPreset","_reactNative","_jsxRuntime","InformationStatus","props","status","size","square","className","style","mappedIconSize","small","medium","large","iconMap","InformationStatusOptionsEnum","SUCCESS","jsx","GradientCheck","color","ERROR","GradientClose","WARNING","GradientAlert","ADD","GradientAdd","selectedVariants","cva","variants","variant","add","success","error","warning","true","false","Icon","informationStatusStyle","merge","View","children"],"sourceRoot":"../../../../src","sources":["components/InformationStatus/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAOA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,uBAAA,GAAAF,OAAA;AACA,IAAAG,eAAA,GAAAH,OAAA;AACA,IAAAI,YAAA,GAAAJ,OAAA;AAAoC,IAAAK,WAAA,GAAAL,OAAA;AAE7B,SAASM,iBAAiBA,CAACC,KAA6B,EAAE;EAC/D,MAAM;IAAEC,MAAM;IAAEC,IAAI,GAAG,QAAQ;IAAEC,MAAM,GAAG,KAAK;IAAEC,SAAS;IAAEC;EAAM,CAAC,GAAGL,KAAK;EAE3E,MAAMM,cAAc,GAAG;IACrBC,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVC,KAAK,EAAE;EACT,CAAC,CAACP,IAAI,CAAC;EAEP,MAAMQ,OAAO,GAAG;IACd,CAACC,mCAA4B,CAACC,OAAO,GAAG,mBACtC,IAAAd,WAAA,CAAAe,GAAA,EAACrB,MAAA,CAAAsB,aAAa;MAACZ,IAAI,EAAEI,cAAe;MAACS,KAAK,EAAC;IAAS,CAAE,CACvD;IACD,CAACJ,mCAA4B,CAACK,KAAK,GAAG,mBACpC,IAAAlB,WAAA,CAAAe,GAAA,EAACrB,MAAA,CAAAyB,aAAa;MAACf,IAAI,EAAEI,cAAe;MAACS,KAAK,EAAC;IAAS,CAAE,CACvD;IACD,CAACJ,mCAA4B,CAACO,OAAO,GAAG,mBACtC,IAAApB,WAAA,CAAAe,GAAA,EAACrB,MAAA,CAAA2B,aAAa;MAACjB,IAAI,EAAEI,cAAe;MAACS,KAAK,EAAC;IAAS,CAAE,CACvD;IACD,CAACJ,mCAA4B,CAACS,GAAG,GAAG,mBAClC,IAAAtB,WAAA,CAAAe,GAAA,EAACrB,MAAA,CAAA6B,WAAW;MAACnB,IAAI,EAAEI,cAAe;MAACS,KAAK,EAAC;IAAS,CAAE;EAExD,CAAC;EAED,MAAMO,gBAAgB,GAAG,IAAAC,2BAAG,EAC1B,CAAC,iDAAiD,CAAC,EACnD;IACEC,QAAQ,EAAE;MACRC,OAAO,EAAE;QACPC,GAAG,EAAE,cAAc;QACnBC,OAAO,EAAE,aAAa;QACtBC,KAAK,EAAE,mBAAmB;QAC1BC,OAAO,EAAE;MACX,CAAC;MACD3B,IAAI,EAAE;QACJK,KAAK,EAAE,CAAC,GAAGJ,MAAM,GAAG,aAAa,GAAG,cAAc,EAAE,CAAC;QACrDK,MAAM,EAAE,CAAC,GAAGL,MAAM,GAAG,eAAe,GAAG,cAAc,EAAE,CAAC;QACxDM,KAAK,EAAE,CAAC,GAAGN,MAAM,GAAG,eAAe,GAAG,gBAAgB,EAAE;MAC1D,CAAC;MACDA,MAAM,EAAE;QACN2B,IAAI,EAAE,aAAa;QACnBC,KAAK,EAAE;MACT;IACF;EACF,CACF,CAAC;EAED,MAAMC,IAAI,GAAGtB,OAAO,CAACT,MAAM,CAAC;EAE5B,MAAMgC,sBAAsB,GAAG,IAAAC,qBAAK,EAClCZ,gBAAgB,CAAC;IACfG,OAAO,EAAExB,MAAM;IACfC,IAAI,EAAEA,IAAI;IACVC,MAAM,EAAEA;EACV,CAAC,CAAC,EACFC,SACF,CAAC;EAED,oBACE,IAAAN,WAAA,CAAAe,GAAA,EAAChB,YAAA,CAAAsC,IAAI;IAAC/B,SAAS,EAAE6B,sBAAuB;IAAC5B,KAAK,EAAEA,KAAM;IAAA+B,QAAA,eACpD,IAAAtC,WAAA,CAAAe,GAAA,EAACmB,IAAI,IAAE;EAAC,CACJ,CAAC;AAEX","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/InformationStatus/types.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.inputCheckboxVariants = void 0;
7
+ var _classVarianceAuthority = require("class-variance-authority");
8
+ var _index = require("../enums/index.js");
9
+ const inputCheckboxVariants = exports.inputCheckboxVariants = (0, _classVarianceAuthority.cva)("flex items-center justify-center w-[20px] h-[20px] rounded-500 border transition-all duration-200", {
10
+ variants: {
11
+ variant: {
12
+ [_index.CheckboxVariantEnum.GRAPE]: ["bg-chia-200 border-chia-400", "disabled:bg-grape-300 disabled:border-grape-300"],
13
+ [_index.CheckboxVariantEnum.JAVA]: ["bg-chia-200 border-chia-400", "disabled:bg-java-300 disabled:border-java-300"],
14
+ [_index.CheckboxVariantEnum.PEAR]: ["bg-chia-200 border-chia-400", "disabled:bg-pear-300 disabled:border-pear-300"],
15
+ [_index.CheckboxVariantEnum.TANGERINE]: ["bg-chia-200 border-chia-400", "disabled:bg-tangerine-300 disabled:border-tangerine-300"],
16
+ [_index.CheckboxVariantEnum.CHIA]: ["bg-chia-200 border-chia-400", "disabled:bg-chia-300 disabled:border-chia-300"],
17
+ [_index.CheckboxVariantEnum.PITAYA]: ["bg-chia-200 border-chia-400", "disabled:bg-pitaya-300 disabled:border-pitaya-300"],
18
+ [_index.CheckboxVariantEnum.MANGO]: ["bg-chia-200 border-chia-400", "disabled:bg-mango-300 disabled:border-mango-300"]
19
+ },
20
+ isChecked: {
21
+ true: null,
22
+ false: "border-lychee-300 bg-lychee-200"
23
+ },
24
+ disabled: {
25
+ true: "opacity-50 cursor-not-allowed",
26
+ false: "cursor-pointer"
27
+ }
28
+ },
29
+ compoundVariants: [{
30
+ variant: _index.CheckboxVariantEnum.GRAPE,
31
+ isChecked: true,
32
+ class: "bg-grape-500 border-grape-500"
33
+ }, {
34
+ variant: _index.CheckboxVariantEnum.JAVA,
35
+ isChecked: true,
36
+ class: "bg-java-500 border-java-500"
37
+ }, {
38
+ variant: _index.CheckboxVariantEnum.PEAR,
39
+ isChecked: true,
40
+ class: "bg-pear-500 border-pear-500"
41
+ }, {
42
+ variant: _index.CheckboxVariantEnum.TANGERINE,
43
+ isChecked: true,
44
+ class: "bg-tangerine-500 border-tangerine-500"
45
+ }, {
46
+ variant: _index.CheckboxVariantEnum.CHIA,
47
+ isChecked: true,
48
+ class: "bg-chia-600 border-chia-600"
49
+ }, {
50
+ variant: _index.CheckboxVariantEnum.PITAYA,
51
+ isChecked: true,
52
+ class: "bg-pitaya-500 border-pitaya-500"
53
+ }, {
54
+ variant: _index.CheckboxVariantEnum.MANGO,
55
+ isChecked: true,
56
+ class: "bg-mango-500 border-mango-500"
57
+ }],
58
+ defaultVariants: {
59
+ variant: _index.CheckboxVariantEnum.JAVA,
60
+ isChecked: false,
61
+ disabled: false
62
+ }
63
+ });
64
+ //# sourceMappingURL=class-variants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_classVarianceAuthority","require","_index","inputCheckboxVariants","exports","cva","variants","variant","CheckboxVariantEnum","GRAPE","JAVA","PEAR","TANGERINE","CHIA","PITAYA","MANGO","isChecked","true","false","disabled","compoundVariants","class","defaultVariants"],"sourceRoot":"../../../../../src","sources":["components/InputCheckbox/assets/class-variants.ts"],"mappings":";;;;;;AAAA,IAAAA,uBAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AAEO,MAAME,qBAAqB,GAAAC,OAAA,CAAAD,qBAAA,GAAG,IAAAE,2BAAG,EACtC,mGAAmG,EACnG;EACEC,QAAQ,EAAE;IACRC,OAAO,EAAE;MACP,CAACC,0BAAmB,CAACC,KAAK,GAAG,CAC3B,6BAA6B,EAC7B,iDAAiD,CAClD;MACD,CAACD,0BAAmB,CAACE,IAAI,GAAG,CAC1B,6BAA6B,EAC7B,+CAA+C,CAChD;MACD,CAACF,0BAAmB,CAACG,IAAI,GAAG,CAC1B,6BAA6B,EAC7B,+CAA+C,CAChD;MACD,CAACH,0BAAmB,CAACI,SAAS,GAAG,CAC/B,6BAA6B,EAC7B,yDAAyD,CAC1D;MACD,CAACJ,0BAAmB,CAACK,IAAI,GAAG,CAC1B,6BAA6B,EAC7B,+CAA+C,CAChD;MACD,CAACL,0BAAmB,CAACM,MAAM,GAAG,CAC5B,6BAA6B,EAC7B,mDAAmD,CACpD;MACD,CAACN,0BAAmB,CAACO,KAAK,GAAG,CAC3B,6BAA6B,EAC7B,iDAAiD;IAErD,CAAC;IACDC,SAAS,EAAE;MACTC,IAAI,EAAE,IAAI;MACVC,KAAK,EAAE;IACT,CAAC;IACDC,QAAQ,EAAE;MACRF,IAAI,EAAE,+BAA+B;MACrCC,KAAK,EAAE;IACT;EACF,CAAC;EACDE,gBAAgB,EAAE,CAChB;IACEb,OAAO,EAAEC,0BAAmB,CAACC,KAAK;IAClCO,SAAS,EAAE,IAAI;IACfK,KAAK,EAAE;EACT,CAAC,EACD;IACEd,OAAO,EAAEC,0BAAmB,CAACE,IAAI;IACjCM,SAAS,EAAE,IAAI;IACfK,KAAK,EAAE;EACT,CAAC,EACD;IACEd,OAAO,EAAEC,0BAAmB,CAACG,IAAI;IACjCK,SAAS,EAAE,IAAI;IACfK,KAAK,EAAE;EACT,CAAC,EACD;IACEd,OAAO,EAAEC,0BAAmB,CAACI,SAAS;IACtCI,SAAS,EAAE,IAAI;IACfK,KAAK,EAAE;EACT,CAAC,EACD;IACEd,OAAO,EAAEC,0BAAmB,CAACK,IAAI;IACjCG,SAAS,EAAE,IAAI;IACfK,KAAK,EAAE;EACT,CAAC,EACD;IACEd,OAAO,EAAEC,0BAAmB,CAACM,MAAM;IACnCE,SAAS,EAAE,IAAI;IACfK,KAAK,EAAE;EACT,CAAC,EACD;IACEd,OAAO,EAAEC,0BAAmB,CAACO,KAAK;IAClCC,SAAS,EAAE,IAAI;IACfK,KAAK,EAAE;EACT,CAAC,CACF;EACDC,eAAe,EAAE;IACff,OAAO,EAAEC,0BAAmB,CAACE,IAAI;IACjCM,SAAS,EAAE,KAAK;IAChBG,QAAQ,EAAE;EACZ;AACF,CACF,CAAC","ignoreList":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CheckboxVariantEnum = void 0;
7
+ let CheckboxVariantEnum = exports.CheckboxVariantEnum = /*#__PURE__*/function (CheckboxVariantEnum) {
8
+ CheckboxVariantEnum["GRAPE"] = "grape";
9
+ CheckboxVariantEnum["JAVA"] = "java";
10
+ CheckboxVariantEnum["PEAR"] = "pear";
11
+ CheckboxVariantEnum["TANGERINE"] = "tangerine";
12
+ CheckboxVariantEnum["CHIA"] = "chia";
13
+ CheckboxVariantEnum["PITAYA"] = "pitaya";
14
+ CheckboxVariantEnum["MANGO"] = "mango";
15
+ return CheckboxVariantEnum;
16
+ }({});
17
+ //# sourceMappingURL=checkbox-variant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["CheckboxVariantEnum","exports"],"sourceRoot":"../../../../../src","sources":["components/InputCheckbox/enums/checkbox-variant.ts"],"mappings":";;;;;;IAAYA,mBAAmB,GAAAC,OAAA,CAAAD,mBAAA,0BAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAnBA,mBAAmB;EAAA,OAAnBA,mBAAmB;AAAA","ignoreList":[]}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _checkboxVariant = require("./checkbox-variant.js");
7
+ Object.keys(_checkboxVariant).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _checkboxVariant[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _checkboxVariant[key];
14
+ }
15
+ });
16
+ });
17
+ var _selectVariant = require("./select-variant.js");
18
+ Object.keys(_selectVariant).forEach(function (key) {
19
+ if (key === "default" || key === "__esModule") return;
20
+ if (key in exports && exports[key] === _selectVariant[key]) return;
21
+ Object.defineProperty(exports, key, {
22
+ enumerable: true,
23
+ get: function () {
24
+ return _selectVariant[key];
25
+ }
26
+ });
27
+ });
28
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_checkboxVariant","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_selectVariant"],"sourceRoot":"../../../../../src","sources":["components/InputCheckbox/enums/index.ts"],"mappings":";;;;;AAAA,IAAAA,gBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,gBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,gBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,gBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,cAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,cAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,cAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,cAAA,CAAAL,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.SelectVariantEnum = void 0;
7
+ let SelectVariantEnum = exports.SelectVariantEnum = /*#__PURE__*/function (SelectVariantEnum) {
8
+ SelectVariantEnum["SELECTED"] = "selected";
9
+ SelectVariantEnum["INDETERMINATE"] = "indeterminate";
10
+ return SelectVariantEnum;
11
+ }({});
12
+ //# sourceMappingURL=select-variant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["SelectVariantEnum","exports"],"sourceRoot":"../../../../../src","sources":["components/InputCheckbox/enums/select-variant.ts"],"mappings":";;;;;;IAAYA,iBAAiB,GAAAC,OAAA,CAAAD,iBAAA,0BAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAA,OAAjBA,iBAAiB;AAAA","ignoreList":[]}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CheckIcon = void 0;
7
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
10
+ const CheckIcon = props => {
11
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
12
+ fill: "#F2F7F7",
13
+ viewBox: "0 0 10 2",
14
+ width: 10,
15
+ height: 2,
16
+ color: "#F2F7F7",
17
+ ...props,
18
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
19
+ stroke: "#F2F7F7",
20
+ strokeLinecap: "round",
21
+ strokeLinejoin: "round",
22
+ d: "M0.833344 1.00008C0.833344 0.539844 1.20644 0.166748 1.66668 0.166748H8.33334C8.79358 0.166748 9.16668 0.539844 9.16668 1.00008C9.16668 1.46032 8.79358 1.83341 8.33334 1.83341H1.66668C1.20644 1.83341 0.833344 1.46032 0.833344 1.00008Z"
23
+ })
24
+ });
25
+ };
26
+ exports.CheckIcon = CheckIcon;
27
+ ;
28
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNativeSvg","_interopRequireWildcard","require","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","CheckIcon","props","jsx","fill","viewBox","width","height","color","children","Path","stroke","strokeLinecap","strokeLinejoin","d","exports"],"sourceRoot":"../../../../../../src","sources":["components/InputCheckbox/icons/CheckIcon/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,uBAAA,CAAAC,OAAA;AAA6C,IAAAC,WAAA,GAAAD,OAAA;AAAA,SAAAD,wBAAAG,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAL,uBAAA,YAAAA,CAAAG,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAGtC,MAAMkB,SAAS,GAAIC,KAAe,IAAK;EAC5C,oBACE,IAAArB,WAAA,CAAAsB,GAAA,EAACzB,eAAA,CAAAc,OAAG;IACFY,IAAI,EAAC,SAAS;IACdC,OAAO,EAAC,UAAU;IAClBC,KAAK,EAAE,EAAG;IACVC,MAAM,EAAE,CAAE;IACVC,KAAK,EAAC,SAAS;IAAA,GACXN,KAAK;IAAAO,QAAA,eAET,IAAA5B,WAAA,CAAAsB,GAAA,EAACzB,eAAA,CAAAgC,IAAI;MACHC,MAAM,EAAC,SAAS;MAChBC,aAAa,EAAC,OAAO;MACrBC,cAAc,EAAC,OAAO;MACtBC,CAAC,EAAC;IAA4O,CAC/O;EAAC,CACC,CAAC;AAEV,CAAC;AAACC,OAAA,CAAAd,SAAA,GAAAA,SAAA;AACF","ignoreList":[]}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IndeterminateIcon = void 0;
7
+ var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
8
+ var _jsxRuntime = require("react/jsx-runtime");
9
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
10
+ const IndeterminateIcon = props => {
11
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
12
+ fill: "#F2F7F7",
13
+ viewBox: "0 0 9 6",
14
+ width: 9,
15
+ height: 6,
16
+ color: "#F2F7F7",
17
+ ...props,
18
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
19
+ stroke: "#F2F7F7",
20
+ strokeLinecap: "round",
21
+ strokeLinejoin: "round",
22
+ d: "M8.1025 0.590872C8.42045 0.923619 8.40847 1.45112 8.07572 1.76908L3.88967 5.76908C3.57149 6.07312 3.07174 6.07733 2.74848 5.77869L0.267856 3.48703C-0.0702016 3.17472 -0.0910764 2.6475 0.22123 2.30944C0.533537 1.97138 1.06076 1.95051 1.39882 2.26281L3.30432 4.02317L6.92429 0.564094C7.25704 0.246136 7.78454 0.258125 8.1025 0.590872Z"
23
+ })
24
+ });
25
+ };
26
+ exports.IndeterminateIcon = IndeterminateIcon;
27
+ ;
28
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNativeSvg","_interopRequireWildcard","require","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","IndeterminateIcon","props","jsx","fill","viewBox","width","height","color","children","Path","stroke","strokeLinecap","strokeLinejoin","d","exports"],"sourceRoot":"../../../../../../src","sources":["components/InputCheckbox/icons/IndeterminateIcon/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,uBAAA,CAAAC,OAAA;AAA6C,IAAAC,WAAA,GAAAD,OAAA;AAAA,SAAAD,wBAAAG,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAL,uBAAA,YAAAA,CAAAG,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAGtC,MAAMkB,iBAAiB,GAAIC,KAAe,IAAK;EACpD,oBACE,IAAArB,WAAA,CAAAsB,GAAA,EAACzB,eAAA,CAAAc,OAAG;IACFY,IAAI,EAAC,SAAS;IACdC,OAAO,EAAC,SAAS;IACjBC,KAAK,EAAE,CAAE;IACTC,MAAM,EAAE,CAAE;IACVC,KAAK,EAAC,SAAS;IAAA,GACXN,KAAK;IAAAO,QAAA,eAET,IAAA5B,WAAA,CAAAsB,GAAA,EAACzB,eAAA,CAAAgC,IAAI;MACHC,MAAM,EAAC,SAAS;MAChBC,aAAa,EAAC,OAAO;MACrBC,cAAc,EAAC,OAAO;MACtBC,CAAC,EAAC;IAA8U,CACjV;EAAC,CACC,CAAC;AAEV,CAAC;AAACC,OAAA,CAAAd,iBAAA,GAAAA,iBAAA;AACF","ignoreList":[]}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "CheckIcon", {
7
+ enumerable: true,
8
+ get: function () {
9
+ return _index.CheckIcon;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "IndeterminateIcon", {
13
+ enumerable: true,
14
+ get: function () {
15
+ return _index2.IndeterminateIcon;
16
+ }
17
+ });
18
+ var _index = require("./CheckIcon/index.js");
19
+ var _index2 = require("./IndeterminateIcon/index.js");
20
+ //# sourceMappingURL=index.js.map