decathlon-ui 0.1.2 → 0.1.3

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 (1226) hide show
  1. package/dist/assets/animations/loading-animation.json +1 -0
  2. package/dist/components/Button/button.component.d.ts +4 -0
  3. package/dist/components/Button/button.component.d.ts.map +1 -0
  4. package/dist/components/Button/button.component.js +16 -0
  5. package/dist/components/Button/button.props.d.ts +18 -0
  6. package/dist/components/Button/button.props.d.ts.map +1 -0
  7. package/dist/components/Button/button.props.js +8 -0
  8. package/dist/components/Button/button.styles.d.ts +50 -0
  9. package/dist/components/Button/button.styles.d.ts.map +1 -0
  10. package/dist/components/Button/button.styles.js +130 -0
  11. package/dist/components/Button/button.types.d.ts +23 -0
  12. package/dist/components/Button/button.types.d.ts.map +1 -0
  13. package/dist/components/Button/button.types.js +14 -0
  14. package/dist/components/Button/index.d.ts +2 -2
  15. package/dist/components/Button/index.d.ts.map +1 -1
  16. package/dist/components/Button/index.js +2 -1
  17. package/dist/components/accordion/accordion.component.d.ts +4 -0
  18. package/dist/components/accordion/accordion.component.d.ts.map +1 -0
  19. package/dist/components/accordion/accordion.component.js +48 -0
  20. package/dist/components/accordion/accordion.styles.d.ts +30 -0
  21. package/dist/components/accordion/accordion.styles.d.ts.map +1 -0
  22. package/dist/components/accordion/accordion.styles.js +35 -0
  23. package/dist/components/accordion/accordion.types.d.ts +35 -0
  24. package/dist/components/accordion/accordion.types.d.ts.map +1 -0
  25. package/dist/components/accordion/accordion.types.js +1 -0
  26. package/dist/components/accordion/index.d.ts +3 -0
  27. package/dist/components/accordion/index.d.ts.map +1 -0
  28. package/dist/components/accordion/index.js +1 -0
  29. package/dist/components/action-button/action-button.component.d.ts +4 -0
  30. package/dist/components/action-button/action-button.component.d.ts.map +1 -0
  31. package/dist/components/action-button/action-button.component.js +29 -0
  32. package/dist/components/action-button/action-button.styles.d.ts +34 -0
  33. package/dist/components/action-button/action-button.styles.d.ts.map +1 -0
  34. package/dist/components/action-button/action-button.styles.js +39 -0
  35. package/dist/components/action-button/action-button.types.d.ts +37 -0
  36. package/dist/components/action-button/action-button.types.d.ts.map +1 -0
  37. package/dist/components/action-button/action-button.types.js +1 -0
  38. package/dist/components/action-button/index.d.ts +3 -0
  39. package/dist/components/action-button/index.d.ts.map +1 -0
  40. package/dist/components/action-button/index.js +1 -0
  41. package/dist/components/badge/badge.component.d.ts +7 -0
  42. package/dist/components/badge/badge.component.d.ts.map +1 -0
  43. package/dist/components/badge/badge.component.js +34 -0
  44. package/dist/components/badge/badge.styles.d.ts +54 -0
  45. package/dist/components/badge/badge.styles.d.ts.map +1 -0
  46. package/dist/components/badge/badge.styles.js +63 -0
  47. package/dist/components/badge/badge.types.d.ts +37 -0
  48. package/dist/components/badge/badge.types.d.ts.map +1 -0
  49. package/dist/components/badge/badge.types.js +1 -0
  50. package/dist/components/badge/index.d.ts +3 -0
  51. package/dist/components/badge/index.d.ts.map +1 -0
  52. package/dist/components/badge/index.js +2 -0
  53. package/dist/components/card/card.component.d.ts +4 -0
  54. package/dist/components/card/card.component.d.ts.map +1 -0
  55. package/dist/components/card/card.component.js +49 -0
  56. package/dist/components/card/card.styles.d.ts +42 -0
  57. package/dist/components/card/card.styles.d.ts.map +1 -0
  58. package/dist/components/card/card.styles.js +47 -0
  59. package/dist/components/card/card.types.d.ts +50 -0
  60. package/dist/components/card/card.types.d.ts.map +1 -0
  61. package/dist/components/card/card.types.js +1 -0
  62. package/dist/components/card/index.d.ts +3 -0
  63. package/dist/components/card/index.d.ts.map +1 -0
  64. package/dist/components/card/index.js +1 -0
  65. package/dist/components/cashback-banner/cashback-banner.component.d.ts +4 -0
  66. package/dist/components/cashback-banner/cashback-banner.component.d.ts.map +1 -0
  67. package/dist/components/cashback-banner/cashback-banner.component.js +62 -0
  68. package/dist/components/cashback-banner/cashback-banner.styles.d.ts +168 -0
  69. package/dist/components/cashback-banner/cashback-banner.styles.d.ts.map +1 -0
  70. package/dist/components/cashback-banner/cashback-banner.styles.js +148 -0
  71. package/dist/components/cashback-banner/cashback-banner.types.d.ts +70 -0
  72. package/dist/components/cashback-banner/cashback-banner.types.d.ts.map +1 -0
  73. package/dist/components/cashback-banner/cashback-banner.types.js +1 -0
  74. package/dist/components/cashback-banner/index.d.ts +3 -0
  75. package/dist/components/cashback-banner/index.d.ts.map +1 -0
  76. package/dist/components/cashback-banner/index.js +1 -0
  77. package/dist/components/category-item/category-item.component.d.ts +7 -0
  78. package/dist/components/category-item/category-item.component.d.ts.map +1 -0
  79. package/dist/components/category-item/category-item.component.js +20 -0
  80. package/dist/components/category-item/category-item.styles.d.ts +37 -0
  81. package/dist/components/category-item/category-item.styles.d.ts.map +1 -0
  82. package/dist/components/category-item/category-item.styles.js +44 -0
  83. package/dist/components/category-item/category-item.types.d.ts +32 -0
  84. package/dist/components/category-item/category-item.types.d.ts.map +1 -0
  85. package/dist/components/category-item/category-item.types.js +1 -0
  86. package/dist/components/category-item/index.d.ts +3 -0
  87. package/dist/components/category-item/index.d.ts.map +1 -0
  88. package/dist/components/category-item/index.js +2 -0
  89. package/dist/components/checkbox/checkbox.component.d.ts +4 -0
  90. package/dist/components/checkbox/checkbox.component.d.ts.map +1 -0
  91. package/dist/components/checkbox/checkbox.component.js +33 -0
  92. package/dist/components/checkbox/checkbox.styles.d.ts +55 -0
  93. package/dist/components/checkbox/checkbox.styles.d.ts.map +1 -0
  94. package/dist/components/checkbox/checkbox.styles.js +60 -0
  95. package/dist/components/checkbox/checkbox.types.d.ts +15 -0
  96. package/dist/components/checkbox/checkbox.types.d.ts.map +1 -0
  97. package/dist/components/checkbox/checkbox.types.js +1 -0
  98. package/dist/components/checkbox/index.d.ts +3 -0
  99. package/dist/components/checkbox/index.d.ts.map +1 -0
  100. package/dist/components/checkbox/index.js +1 -0
  101. package/dist/components/filter-chip/filter-chip.component.d.ts +7 -0
  102. package/dist/components/filter-chip/filter-chip.component.d.ts.map +1 -0
  103. package/dist/components/filter-chip/filter-chip.component.js +25 -0
  104. package/dist/components/filter-chip/filter-chip.styles.d.ts +73 -0
  105. package/dist/components/filter-chip/filter-chip.styles.d.ts.map +1 -0
  106. package/dist/components/filter-chip/filter-chip.styles.js +82 -0
  107. package/dist/components/filter-chip/filter-chip.types.d.ts +29 -0
  108. package/dist/components/filter-chip/filter-chip.types.d.ts.map +1 -0
  109. package/dist/components/filter-chip/filter-chip.types.js +1 -0
  110. package/dist/components/filter-chip/index.d.ts +3 -0
  111. package/dist/components/filter-chip/index.d.ts.map +1 -0
  112. package/dist/components/filter-chip/index.js +2 -0
  113. package/dist/components/index.d.ts +23 -0
  114. package/dist/components/index.d.ts.map +1 -0
  115. package/dist/components/index.js +22 -0
  116. package/dist/components/input/error-message/error-message.d.ts +8 -0
  117. package/dist/components/input/error-message/error-message.d.ts.map +1 -0
  118. package/dist/components/input/error-message/error-message.js +30 -0
  119. package/dist/components/input/error-message/index.d.ts +2 -0
  120. package/dist/components/input/error-message/index.d.ts.map +1 -0
  121. package/dist/components/input/error-message/index.js +1 -0
  122. package/dist/components/input/index.d.ts +4 -0
  123. package/dist/components/input/index.d.ts.map +1 -0
  124. package/dist/components/input/index.js +2 -0
  125. package/dist/components/input/input.component.d.ts +18 -0
  126. package/dist/components/input/input.component.d.ts.map +1 -0
  127. package/dist/components/input/input.component.js +103 -0
  128. package/dist/components/input/input.styles.d.ts +58 -0
  129. package/dist/components/input/input.styles.d.ts.map +1 -0
  130. package/dist/components/input/input.styles.js +62 -0
  131. package/dist/components/input/input.types.d.ts +14 -0
  132. package/dist/components/input/input.types.d.ts.map +1 -0
  133. package/dist/components/input/input.types.js +1 -0
  134. package/dist/components/loading/index.d.ts +3 -0
  135. package/dist/components/loading/index.d.ts.map +1 -0
  136. package/dist/components/loading/index.js +2 -0
  137. package/dist/components/loading/loading.component.d.ts +5 -0
  138. package/dist/components/loading/loading.component.d.ts.map +1 -0
  139. package/dist/components/loading/loading.component.js +15 -0
  140. package/dist/components/loading/loading.styles.d.ts +11 -0
  141. package/dist/components/loading/loading.styles.d.ts.map +1 -0
  142. package/dist/components/loading/loading.styles.js +13 -0
  143. package/dist/components/loading/loading.types.d.ts +40 -0
  144. package/dist/components/loading/loading.types.d.ts.map +1 -0
  145. package/dist/components/loading/loading.types.js +1 -0
  146. package/dist/components/order-card/index.d.ts +3 -0
  147. package/dist/components/order-card/index.d.ts.map +1 -0
  148. package/dist/components/order-card/index.js +1 -0
  149. package/dist/components/order-card/order-card.component.d.ts +4 -0
  150. package/dist/components/order-card/order-card.component.d.ts.map +1 -0
  151. package/dist/components/order-card/order-card.component.js +67 -0
  152. package/dist/components/order-card/order-card.styles.d.ts +101 -0
  153. package/dist/components/order-card/order-card.styles.d.ts.map +1 -0
  154. package/dist/components/order-card/order-card.styles.js +107 -0
  155. package/dist/components/order-card/order-card.types.d.ts +54 -0
  156. package/dist/components/order-card/order-card.types.d.ts.map +1 -0
  157. package/dist/components/order-card/order-card.types.js +1 -0
  158. package/dist/components/product-card/index.d.ts +3 -0
  159. package/dist/components/product-card/index.d.ts.map +1 -0
  160. package/dist/components/product-card/index.js +1 -0
  161. package/dist/components/product-card/product-card.component.d.ts +4 -0
  162. package/dist/components/product-card/product-card.component.d.ts.map +1 -0
  163. package/dist/components/product-card/product-card.component.js +33 -0
  164. package/dist/components/product-card/product-card.styles.d.ts +101 -0
  165. package/dist/components/product-card/product-card.styles.d.ts.map +1 -0
  166. package/dist/components/product-card/product-card.styles.js +116 -0
  167. package/dist/components/product-card/product-card.types.d.ts +20 -0
  168. package/dist/components/product-card/product-card.types.d.ts.map +1 -0
  169. package/dist/components/product-card/product-card.types.js +1 -0
  170. package/dist/components/product-highlight/index.d.ts +3 -0
  171. package/dist/components/product-highlight/index.d.ts.map +1 -0
  172. package/dist/components/product-highlight/index.js +1 -0
  173. package/dist/components/product-highlight/product-highlight.component.d.ts +5 -0
  174. package/dist/components/product-highlight/product-highlight.component.d.ts.map +1 -0
  175. package/dist/components/product-highlight/product-highlight.component.js +15 -0
  176. package/dist/components/product-highlight/product-highlight.d.ts +16 -0
  177. package/dist/components/product-highlight/product-highlight.d.ts.map +1 -0
  178. package/dist/components/product-highlight/product-highlight.js +28 -0
  179. package/dist/components/product-highlight/product-highlight.styles.d.ts +27 -0
  180. package/dist/components/product-highlight/product-highlight.styles.d.ts.map +1 -0
  181. package/dist/components/product-highlight/product-highlight.styles.js +32 -0
  182. package/dist/components/product-highlight/product-highlight.types.d.ts +34 -0
  183. package/dist/components/product-highlight/product-highlight.types.d.ts.map +1 -0
  184. package/dist/components/product-highlight/product-highlight.types.js +1 -0
  185. package/dist/components/product-list-item/index.d.ts +3 -0
  186. package/dist/components/product-list-item/index.d.ts.map +1 -0
  187. package/dist/components/product-list-item/index.js +1 -0
  188. package/dist/components/product-list-item/product-list-item.component.d.ts +4 -0
  189. package/dist/components/product-list-item/product-list-item.component.d.ts.map +1 -0
  190. package/dist/components/product-list-item/product-list-item.component.js +19 -0
  191. package/dist/components/product-list-item/product-list-item.styles.d.ts +127 -0
  192. package/dist/components/product-list-item/product-list-item.styles.d.ts.map +1 -0
  193. package/dist/components/product-list-item/product-list-item.styles.js +132 -0
  194. package/dist/components/product-list-item/product-list-item.types.d.ts +68 -0
  195. package/dist/components/product-list-item/product-list-item.types.d.ts.map +1 -0
  196. package/dist/components/product-list-item/product-list-item.types.js +1 -0
  197. package/dist/components/product-review/index.d.ts +3 -0
  198. package/dist/components/product-review/index.d.ts.map +1 -0
  199. package/dist/components/product-review/index.js +1 -0
  200. package/dist/components/product-review/product-review.component.d.ts +4 -0
  201. package/dist/components/product-review/product-review.component.d.ts.map +1 -0
  202. package/dist/components/product-review/product-review.component.js +15 -0
  203. package/dist/components/product-review/product-review.styles.d.ts +46 -0
  204. package/dist/components/product-review/product-review.styles.d.ts.map +1 -0
  205. package/dist/components/product-review/product-review.styles.js +49 -0
  206. package/dist/components/product-review/product-review.types.d.ts +27 -0
  207. package/dist/components/product-review/product-review.types.d.ts.map +1 -0
  208. package/dist/components/product-review/product-review.types.js +1 -0
  209. package/dist/components/quick-add-product-card/index.d.ts +3 -0
  210. package/dist/components/quick-add-product-card/index.d.ts.map +1 -0
  211. package/dist/components/quick-add-product-card/index.js +1 -0
  212. package/dist/components/quick-add-product-card/quick-add-product-card.component.d.ts +4 -0
  213. package/dist/components/quick-add-product-card/quick-add-product-card.component.d.ts.map +1 -0
  214. package/dist/components/quick-add-product-card/quick-add-product-card.component.js +17 -0
  215. package/dist/components/quick-add-product-card/quick-add-product-card.styles.d.ts +50 -0
  216. package/dist/components/quick-add-product-card/quick-add-product-card.styles.d.ts.map +1 -0
  217. package/dist/components/quick-add-product-card/quick-add-product-card.styles.js +55 -0
  218. package/dist/components/quick-add-product-card/quick-add-product-card.types.d.ts +9 -0
  219. package/dist/components/quick-add-product-card/quick-add-product-card.types.d.ts.map +1 -0
  220. package/dist/components/quick-add-product-card/quick-add-product-card.types.js +1 -0
  221. package/dist/components/radio/index.d.ts +3 -0
  222. package/dist/components/radio/index.d.ts.map +1 -0
  223. package/dist/components/radio/index.js +1 -0
  224. package/dist/components/radio/radio.component.d.ts +4 -0
  225. package/dist/components/radio/radio.component.d.ts.map +1 -0
  226. package/dist/components/radio/radio.component.js +25 -0
  227. package/dist/components/radio/radio.styles.d.ts +54 -0
  228. package/dist/components/radio/radio.styles.d.ts.map +1 -0
  229. package/dist/components/radio/radio.styles.js +59 -0
  230. package/dist/components/radio/radio.types.d.ts +14 -0
  231. package/dist/components/radio/radio.types.d.ts.map +1 -0
  232. package/dist/components/radio/radio.types.js +1 -0
  233. package/dist/components/range-slider/index.d.ts +3 -0
  234. package/dist/components/range-slider/index.d.ts.map +1 -0
  235. package/dist/components/range-slider/index.js +2 -0
  236. package/dist/components/range-slider/range-slider.component.d.ts +4 -0
  237. package/dist/components/range-slider/range-slider.component.d.ts.map +1 -0
  238. package/dist/components/range-slider/range-slider.component.js +121 -0
  239. package/dist/components/range-slider/range-slider.styles.d.ts +36 -0
  240. package/dist/components/range-slider/range-slider.styles.d.ts.map +1 -0
  241. package/dist/components/range-slider/range-slider.styles.js +40 -0
  242. package/dist/components/range-slider/range-slider.types.d.ts +11 -0
  243. package/dist/components/range-slider/range-slider.types.d.ts.map +1 -0
  244. package/dist/components/range-slider/range-slider.types.js +1 -0
  245. package/dist/components/search-button/index.d.ts +4 -0
  246. package/dist/components/search-button/index.d.ts.map +1 -0
  247. package/dist/components/search-button/index.js +2 -0
  248. package/dist/components/search-button/search-button.component.d.ts +5 -0
  249. package/dist/components/search-button/search-button.component.d.ts.map +1 -0
  250. package/dist/components/search-button/search-button.component.js +9 -0
  251. package/dist/components/search-button/search-button.props.d.ts +5 -0
  252. package/dist/components/search-button/search-button.props.d.ts.map +1 -0
  253. package/dist/components/search-button/search-button.props.js +1 -0
  254. package/dist/components/search-button/search-button.styles.d.ts +21 -0
  255. package/dist/components/search-button/search-button.styles.d.ts.map +1 -0
  256. package/dist/components/search-button/search-button.styles.js +25 -0
  257. package/dist/components/search-button/search-button.types.d.ts +4 -0
  258. package/dist/components/search-button/search-button.types.d.ts.map +1 -0
  259. package/dist/components/search-button/search-button.types.js +1 -0
  260. package/dist/components/seller-box/index.d.ts +3 -0
  261. package/dist/components/seller-box/index.d.ts.map +1 -0
  262. package/dist/components/seller-box/index.js +1 -0
  263. package/dist/components/seller-box/seller-box.component.d.ts +4 -0
  264. package/dist/components/seller-box/seller-box.component.d.ts.map +1 -0
  265. package/dist/components/seller-box/seller-box.component.js +16 -0
  266. package/dist/components/seller-box/seller-box.styles.d.ts +89 -0
  267. package/dist/components/seller-box/seller-box.styles.d.ts.map +1 -0
  268. package/dist/components/seller-box/seller-box.styles.js +94 -0
  269. package/dist/components/seller-box/seller-box.types.d.ts +67 -0
  270. package/dist/components/seller-box/seller-box.types.d.ts.map +1 -0
  271. package/dist/components/seller-box/seller-box.types.js +1 -0
  272. package/dist/components/toggle-switch/index.d.ts +3 -0
  273. package/dist/components/toggle-switch/index.d.ts.map +1 -0
  274. package/dist/components/toggle-switch/index.js +1 -0
  275. package/dist/components/toggle-switch/toggle-switch.component.d.ts +4 -0
  276. package/dist/components/toggle-switch/toggle-switch.component.d.ts.map +1 -0
  277. package/dist/components/toggle-switch/toggle-switch.component.js +31 -0
  278. package/dist/components/toggle-switch/toggle-switch.styles.d.ts +56 -0
  279. package/dist/components/toggle-switch/toggle-switch.styles.d.ts.map +1 -0
  280. package/dist/components/toggle-switch/toggle-switch.styles.js +58 -0
  281. package/dist/components/toggle-switch/toggle-switch.types.d.ts +27 -0
  282. package/dist/components/toggle-switch/toggle-switch.types.d.ts.map +1 -0
  283. package/dist/components/toggle-switch/toggle-switch.types.js +1 -0
  284. package/dist/components/typography/index.d.ts +3 -0
  285. package/dist/components/typography/index.d.ts.map +1 -0
  286. package/dist/components/typography/index.js +1 -0
  287. package/dist/components/typography/typography.component.d.ts +4 -0
  288. package/dist/components/typography/typography.component.d.ts.map +1 -0
  289. package/dist/components/typography/typography.component.js +18 -0
  290. package/dist/components/typography/typography.styles.d.ts +23 -0
  291. package/dist/components/typography/typography.styles.d.ts.map +1 -0
  292. package/dist/components/typography/typography.styles.js +140 -0
  293. package/dist/components/typography/typography.types.d.ts +60 -0
  294. package/dist/components/typography/typography.types.d.ts.map +1 -0
  295. package/dist/components/typography/typography.types.js +1 -0
  296. package/dist/icons/components/Activity.d.ts +4 -0
  297. package/dist/icons/components/Activity.d.ts.map +1 -0
  298. package/dist/icons/components/Activity.js +17 -0
  299. package/dist/icons/components/AddToBag.d.ts +4 -0
  300. package/dist/icons/components/AddToBag.d.ts.map +1 -0
  301. package/dist/icons/components/AddToBag.js +17 -0
  302. package/dist/icons/components/Airplay.d.ts +4 -0
  303. package/dist/icons/components/Airplay.d.ts.map +1 -0
  304. package/dist/icons/components/Airplay.js +22 -0
  305. package/dist/icons/components/AlertCircle.d.ts +4 -0
  306. package/dist/icons/components/AlertCircle.d.ts.map +1 -0
  307. package/dist/icons/components/AlertCircle.js +27 -0
  308. package/dist/icons/components/AlertOctagon.d.ts +4 -0
  309. package/dist/icons/components/AlertOctagon.d.ts.map +1 -0
  310. package/dist/icons/components/AlertOctagon.js +27 -0
  311. package/dist/icons/components/AlertTriangle.d.ts +4 -0
  312. package/dist/icons/components/AlertTriangle.d.ts.map +1 -0
  313. package/dist/icons/components/AlertTriangle.js +27 -0
  314. package/dist/icons/components/AlignCenter.d.ts +4 -0
  315. package/dist/icons/components/AlignCenter.d.ts.map +1 -0
  316. package/dist/icons/components/AlignCenter.js +32 -0
  317. package/dist/icons/components/AlignJustify.d.ts +4 -0
  318. package/dist/icons/components/AlignJustify.d.ts.map +1 -0
  319. package/dist/icons/components/AlignJustify.js +32 -0
  320. package/dist/icons/components/AlignLeft.d.ts +4 -0
  321. package/dist/icons/components/AlignLeft.d.ts.map +1 -0
  322. package/dist/icons/components/AlignLeft.js +32 -0
  323. package/dist/icons/components/AlignRight.d.ts +4 -0
  324. package/dist/icons/components/AlignRight.d.ts.map +1 -0
  325. package/dist/icons/components/AlignRight.js +32 -0
  326. package/dist/icons/components/Anchor.d.ts +4 -0
  327. package/dist/icons/components/Anchor.d.ts.map +1 -0
  328. package/dist/icons/components/Anchor.js +27 -0
  329. package/dist/icons/components/Aperture.d.ts +4 -0
  330. package/dist/icons/components/Aperture.d.ts.map +1 -0
  331. package/dist/icons/components/Aperture.js +47 -0
  332. package/dist/icons/components/Archive.d.ts +4 -0
  333. package/dist/icons/components/Archive.d.ts.map +1 -0
  334. package/dist/icons/components/Archive.js +27 -0
  335. package/dist/icons/components/ArrowDown.d.ts +4 -0
  336. package/dist/icons/components/ArrowDown.d.ts.map +1 -0
  337. package/dist/icons/components/ArrowDown.js +22 -0
  338. package/dist/icons/components/ArrowDownCircle.d.ts +4 -0
  339. package/dist/icons/components/ArrowDownCircle.d.ts.map +1 -0
  340. package/dist/icons/components/ArrowDownCircle.js +27 -0
  341. package/dist/icons/components/ArrowDownLeft.d.ts +4 -0
  342. package/dist/icons/components/ArrowDownLeft.d.ts.map +1 -0
  343. package/dist/icons/components/ArrowDownLeft.js +22 -0
  344. package/dist/icons/components/ArrowDownRight.d.ts +4 -0
  345. package/dist/icons/components/ArrowDownRight.d.ts.map +1 -0
  346. package/dist/icons/components/ArrowDownRight.js +22 -0
  347. package/dist/icons/components/ArrowLeft.d.ts +4 -0
  348. package/dist/icons/components/ArrowLeft.d.ts.map +1 -0
  349. package/dist/icons/components/ArrowLeft.js +22 -0
  350. package/dist/icons/components/ArrowLeftCircle.d.ts +4 -0
  351. package/dist/icons/components/ArrowLeftCircle.d.ts.map +1 -0
  352. package/dist/icons/components/ArrowLeftCircle.js +27 -0
  353. package/dist/icons/components/ArrowRight.d.ts +4 -0
  354. package/dist/icons/components/ArrowRight.d.ts.map +1 -0
  355. package/dist/icons/components/ArrowRight.js +22 -0
  356. package/dist/icons/components/ArrowRightCircle.d.ts +4 -0
  357. package/dist/icons/components/ArrowRightCircle.d.ts.map +1 -0
  358. package/dist/icons/components/ArrowRightCircle.js +27 -0
  359. package/dist/icons/components/ArrowUp.d.ts +4 -0
  360. package/dist/icons/components/ArrowUp.d.ts.map +1 -0
  361. package/dist/icons/components/ArrowUp.js +22 -0
  362. package/dist/icons/components/ArrowUpCircle.d.ts +4 -0
  363. package/dist/icons/components/ArrowUpCircle.d.ts.map +1 -0
  364. package/dist/icons/components/ArrowUpCircle.js +27 -0
  365. package/dist/icons/components/ArrowUpLeft.d.ts +4 -0
  366. package/dist/icons/components/ArrowUpLeft.d.ts.map +1 -0
  367. package/dist/icons/components/ArrowUpLeft.js +22 -0
  368. package/dist/icons/components/ArrowUpRight.d.ts +4 -0
  369. package/dist/icons/components/ArrowUpRight.d.ts.map +1 -0
  370. package/dist/icons/components/ArrowUpRight.js +22 -0
  371. package/dist/icons/components/AtSign.d.ts +4 -0
  372. package/dist/icons/components/AtSign.d.ts.map +1 -0
  373. package/dist/icons/components/AtSign.js +22 -0
  374. package/dist/icons/components/Award.d.ts +4 -0
  375. package/dist/icons/components/Award.d.ts.map +1 -0
  376. package/dist/icons/components/Award.js +22 -0
  377. package/dist/icons/components/BarChart.d.ts +4 -0
  378. package/dist/icons/components/BarChart.d.ts.map +1 -0
  379. package/dist/icons/components/BarChart.js +27 -0
  380. package/dist/icons/components/BarChart2.d.ts +4 -0
  381. package/dist/icons/components/BarChart2.d.ts.map +1 -0
  382. package/dist/icons/components/BarChart2.js +27 -0
  383. package/dist/icons/components/Battery.d.ts +4 -0
  384. package/dist/icons/components/Battery.d.ts.map +1 -0
  385. package/dist/icons/components/Battery.js +22 -0
  386. package/dist/icons/components/BatteryCharging.d.ts +4 -0
  387. package/dist/icons/components/BatteryCharging.d.ts.map +1 -0
  388. package/dist/icons/components/BatteryCharging.js +27 -0
  389. package/dist/icons/components/Bell.d.ts +4 -0
  390. package/dist/icons/components/Bell.d.ts.map +1 -0
  391. package/dist/icons/components/Bell.js +22 -0
  392. package/dist/icons/components/BellOff.d.ts +4 -0
  393. package/dist/icons/components/BellOff.d.ts.map +1 -0
  394. package/dist/icons/components/BellOff.js +49 -0
  395. package/dist/icons/components/Bluetooth.d.ts +4 -0
  396. package/dist/icons/components/Bluetooth.d.ts.map +1 -0
  397. package/dist/icons/components/Bluetooth.js +17 -0
  398. package/dist/icons/components/Bold.d.ts +4 -0
  399. package/dist/icons/components/Bold.d.ts.map +1 -0
  400. package/dist/icons/components/Bold.js +22 -0
  401. package/dist/icons/components/Book.d.ts +4 -0
  402. package/dist/icons/components/Book.d.ts.map +1 -0
  403. package/dist/icons/components/Book.js +22 -0
  404. package/dist/icons/components/BookOpen.d.ts +4 -0
  405. package/dist/icons/components/BookOpen.d.ts.map +1 -0
  406. package/dist/icons/components/BookOpen.js +22 -0
  407. package/dist/icons/components/Bookmark.d.ts +4 -0
  408. package/dist/icons/components/Bookmark.d.ts.map +1 -0
  409. package/dist/icons/components/Bookmark.js +17 -0
  410. package/dist/icons/components/Box.d.ts +4 -0
  411. package/dist/icons/components/Box.d.ts.map +1 -0
  412. package/dist/icons/components/Box.js +27 -0
  413. package/dist/icons/components/Briefcase.d.ts +4 -0
  414. package/dist/icons/components/Briefcase.d.ts.map +1 -0
  415. package/dist/icons/components/Briefcase.js +22 -0
  416. package/dist/icons/components/Calendar.d.ts +4 -0
  417. package/dist/icons/components/Calendar.d.ts.map +1 -0
  418. package/dist/icons/components/Calendar.js +32 -0
  419. package/dist/icons/components/Camera.d.ts +4 -0
  420. package/dist/icons/components/Camera.d.ts.map +1 -0
  421. package/dist/icons/components/Camera.js +22 -0
  422. package/dist/icons/components/CameraOff.d.ts +4 -0
  423. package/dist/icons/components/CameraOff.d.ts.map +1 -0
  424. package/dist/icons/components/CameraOff.js +34 -0
  425. package/dist/icons/components/Cast.d.ts +4 -0
  426. package/dist/icons/components/Cast.d.ts.map +1 -0
  427. package/dist/icons/components/Cast.js +22 -0
  428. package/dist/icons/components/Check.d.ts +4 -0
  429. package/dist/icons/components/Check.d.ts.map +1 -0
  430. package/dist/icons/components/Check.js +17 -0
  431. package/dist/icons/components/CheckCircle.d.ts +4 -0
  432. package/dist/icons/components/CheckCircle.d.ts.map +1 -0
  433. package/dist/icons/components/CheckCircle.js +22 -0
  434. package/dist/icons/components/CheckSquare.d.ts +4 -0
  435. package/dist/icons/components/CheckSquare.d.ts.map +1 -0
  436. package/dist/icons/components/CheckSquare.js +22 -0
  437. package/dist/icons/components/ChevronDown.d.ts +4 -0
  438. package/dist/icons/components/ChevronDown.d.ts.map +1 -0
  439. package/dist/icons/components/ChevronDown.js +17 -0
  440. package/dist/icons/components/ChevronLeft.d.ts +4 -0
  441. package/dist/icons/components/ChevronLeft.d.ts.map +1 -0
  442. package/dist/icons/components/ChevronLeft.js +17 -0
  443. package/dist/icons/components/ChevronRight.d.ts +4 -0
  444. package/dist/icons/components/ChevronRight.d.ts.map +1 -0
  445. package/dist/icons/components/ChevronRight.js +17 -0
  446. package/dist/icons/components/ChevronUp.d.ts +4 -0
  447. package/dist/icons/components/ChevronUp.d.ts.map +1 -0
  448. package/dist/icons/components/ChevronUp.js +17 -0
  449. package/dist/icons/components/ChevronsDown.d.ts +4 -0
  450. package/dist/icons/components/ChevronsDown.d.ts.map +1 -0
  451. package/dist/icons/components/ChevronsDown.js +22 -0
  452. package/dist/icons/components/ChevronsLeft.d.ts +4 -0
  453. package/dist/icons/components/ChevronsLeft.d.ts.map +1 -0
  454. package/dist/icons/components/ChevronsLeft.js +22 -0
  455. package/dist/icons/components/ChevronsRight.d.ts +4 -0
  456. package/dist/icons/components/ChevronsRight.d.ts.map +1 -0
  457. package/dist/icons/components/ChevronsRight.js +22 -0
  458. package/dist/icons/components/ChevronsUp.d.ts +4 -0
  459. package/dist/icons/components/ChevronsUp.d.ts.map +1 -0
  460. package/dist/icons/components/ChevronsUp.js +22 -0
  461. package/dist/icons/components/Chrome.d.ts +4 -0
  462. package/dist/icons/components/Chrome.d.ts.map +1 -0
  463. package/dist/icons/components/Chrome.js +37 -0
  464. package/dist/icons/components/Circle.d.ts +4 -0
  465. package/dist/icons/components/Circle.d.ts.map +1 -0
  466. package/dist/icons/components/Circle.js +17 -0
  467. package/dist/icons/components/Clipboard.d.ts +4 -0
  468. package/dist/icons/components/Clipboard.d.ts.map +1 -0
  469. package/dist/icons/components/Clipboard.js +22 -0
  470. package/dist/icons/components/Clock.d.ts +4 -0
  471. package/dist/icons/components/Clock.d.ts.map +1 -0
  472. package/dist/icons/components/Clock.js +22 -0
  473. package/dist/icons/components/Cloud.d.ts +4 -0
  474. package/dist/icons/components/Cloud.d.ts.map +1 -0
  475. package/dist/icons/components/Cloud.js +17 -0
  476. package/dist/icons/components/CloudDrizzle.d.ts +4 -0
  477. package/dist/icons/components/CloudDrizzle.d.ts.map +1 -0
  478. package/dist/icons/components/CloudDrizzle.js +59 -0
  479. package/dist/icons/components/CloudLightning.d.ts +4 -0
  480. package/dist/icons/components/CloudLightning.d.ts.map +1 -0
  481. package/dist/icons/components/CloudLightning.js +22 -0
  482. package/dist/icons/components/CloudOff.d.ts +4 -0
  483. package/dist/icons/components/CloudOff.d.ts.map +1 -0
  484. package/dist/icons/components/CloudOff.js +34 -0
  485. package/dist/icons/components/CloudRain.d.ts +4 -0
  486. package/dist/icons/components/CloudRain.d.ts.map +1 -0
  487. package/dist/icons/components/CloudRain.js +44 -0
  488. package/dist/icons/components/CloudSnow.d.ts +4 -0
  489. package/dist/icons/components/CloudSnow.d.ts.map +1 -0
  490. package/dist/icons/components/CloudSnow.js +47 -0
  491. package/dist/icons/components/ClubeDecathlon.d.ts +4 -0
  492. package/dist/icons/components/ClubeDecathlon.d.ts.map +1 -0
  493. package/dist/icons/components/ClubeDecathlon.js +17 -0
  494. package/dist/icons/components/Code.d.ts +4 -0
  495. package/dist/icons/components/Code.d.ts.map +1 -0
  496. package/dist/icons/components/Code.js +22 -0
  497. package/dist/icons/components/Codepen.d.ts +4 -0
  498. package/dist/icons/components/Codepen.d.ts.map +1 -0
  499. package/dist/icons/components/Codepen.js +37 -0
  500. package/dist/icons/components/Codesandbox.d.ts +4 -0
  501. package/dist/icons/components/Codesandbox.d.ts.map +1 -0
  502. package/dist/icons/components/Codesandbox.js +42 -0
  503. package/dist/icons/components/Coffee.d.ts +4 -0
  504. package/dist/icons/components/Coffee.d.ts.map +1 -0
  505. package/dist/icons/components/Coffee.js +37 -0
  506. package/dist/icons/components/Columns.d.ts +4 -0
  507. package/dist/icons/components/Columns.d.ts.map +1 -0
  508. package/dist/icons/components/Columns.js +17 -0
  509. package/dist/icons/components/Command.d.ts +4 -0
  510. package/dist/icons/components/Command.d.ts.map +1 -0
  511. package/dist/icons/components/Command.js +17 -0
  512. package/dist/icons/components/Compass.d.ts +4 -0
  513. package/dist/icons/components/Compass.d.ts.map +1 -0
  514. package/dist/icons/components/Compass.js +22 -0
  515. package/dist/icons/components/Copy.d.ts +4 -0
  516. package/dist/icons/components/Copy.d.ts.map +1 -0
  517. package/dist/icons/components/Copy.js +22 -0
  518. package/dist/icons/components/CornerDownLeft.d.ts +4 -0
  519. package/dist/icons/components/CornerDownLeft.d.ts.map +1 -0
  520. package/dist/icons/components/CornerDownLeft.js +22 -0
  521. package/dist/icons/components/CornerDownRight.d.ts +4 -0
  522. package/dist/icons/components/CornerDownRight.d.ts.map +1 -0
  523. package/dist/icons/components/CornerDownRight.js +22 -0
  524. package/dist/icons/components/CornerLeftDown.d.ts +4 -0
  525. package/dist/icons/components/CornerLeftDown.d.ts.map +1 -0
  526. package/dist/icons/components/CornerLeftDown.js +22 -0
  527. package/dist/icons/components/CornerLeftUp.d.ts +4 -0
  528. package/dist/icons/components/CornerLeftUp.d.ts.map +1 -0
  529. package/dist/icons/components/CornerLeftUp.js +22 -0
  530. package/dist/icons/components/CornerRightDown.d.ts +4 -0
  531. package/dist/icons/components/CornerRightDown.d.ts.map +1 -0
  532. package/dist/icons/components/CornerRightDown.js +22 -0
  533. package/dist/icons/components/CornerRightUp.d.ts +4 -0
  534. package/dist/icons/components/CornerRightUp.d.ts.map +1 -0
  535. package/dist/icons/components/CornerRightUp.js +22 -0
  536. package/dist/icons/components/CornerUpLeft.d.ts +4 -0
  537. package/dist/icons/components/CornerUpLeft.d.ts.map +1 -0
  538. package/dist/icons/components/CornerUpLeft.js +22 -0
  539. package/dist/icons/components/CornerUpRight.d.ts +4 -0
  540. package/dist/icons/components/CornerUpRight.d.ts.map +1 -0
  541. package/dist/icons/components/CornerUpRight.js +22 -0
  542. package/dist/icons/components/Cpu.d.ts +4 -0
  543. package/dist/icons/components/Cpu.d.ts.map +1 -0
  544. package/dist/icons/components/Cpu.js +74 -0
  545. package/dist/icons/components/CreditCard.d.ts +4 -0
  546. package/dist/icons/components/CreditCard.d.ts.map +1 -0
  547. package/dist/icons/components/CreditCard.js +22 -0
  548. package/dist/icons/components/Crop.d.ts +4 -0
  549. package/dist/icons/components/Crop.d.ts.map +1 -0
  550. package/dist/icons/components/Crop.js +34 -0
  551. package/dist/icons/components/Crosshair.d.ts +4 -0
  552. package/dist/icons/components/Crosshair.d.ts.map +1 -0
  553. package/dist/icons/components/Crosshair.js +37 -0
  554. package/dist/icons/components/Database.d.ts +4 -0
  555. package/dist/icons/components/Database.d.ts.map +1 -0
  556. package/dist/icons/components/Database.js +27 -0
  557. package/dist/icons/components/Delete.d.ts +4 -0
  558. package/dist/icons/components/Delete.d.ts.map +1 -0
  559. package/dist/icons/components/Delete.js +27 -0
  560. package/dist/icons/components/Disc.d.ts +4 -0
  561. package/dist/icons/components/Disc.d.ts.map +1 -0
  562. package/dist/icons/components/Disc.js +22 -0
  563. package/dist/icons/components/Divide.d.ts +4 -0
  564. package/dist/icons/components/Divide.d.ts.map +1 -0
  565. package/dist/icons/components/Divide.js +27 -0
  566. package/dist/icons/components/DivideCircle.d.ts +4 -0
  567. package/dist/icons/components/DivideCircle.d.ts.map +1 -0
  568. package/dist/icons/components/DivideCircle.js +22 -0
  569. package/dist/icons/components/DivideSquare.d.ts +4 -0
  570. package/dist/icons/components/DivideSquare.d.ts.map +1 -0
  571. package/dist/icons/components/DivideSquare.js +22 -0
  572. package/dist/icons/components/DollarSign.d.ts +4 -0
  573. package/dist/icons/components/DollarSign.d.ts.map +1 -0
  574. package/dist/icons/components/DollarSign.js +22 -0
  575. package/dist/icons/components/Download.d.ts +4 -0
  576. package/dist/icons/components/Download.d.ts.map +1 -0
  577. package/dist/icons/components/Download.js +27 -0
  578. package/dist/icons/components/DownloadCloud.d.ts +4 -0
  579. package/dist/icons/components/DownloadCloud.d.ts.map +1 -0
  580. package/dist/icons/components/DownloadCloud.js +27 -0
  581. package/dist/icons/components/Dribbble.d.ts +4 -0
  582. package/dist/icons/components/Dribbble.d.ts.map +1 -0
  583. package/dist/icons/components/Dribbble.js +22 -0
  584. package/dist/icons/components/Droplet.d.ts +4 -0
  585. package/dist/icons/components/Droplet.d.ts.map +1 -0
  586. package/dist/icons/components/Droplet.js +17 -0
  587. package/dist/icons/components/Edit.d.ts +4 -0
  588. package/dist/icons/components/Edit.d.ts.map +1 -0
  589. package/dist/icons/components/Edit.js +22 -0
  590. package/dist/icons/components/Edit2.d.ts +4 -0
  591. package/dist/icons/components/Edit2.d.ts.map +1 -0
  592. package/dist/icons/components/Edit2.js +17 -0
  593. package/dist/icons/components/Edit3.d.ts +4 -0
  594. package/dist/icons/components/Edit3.d.ts.map +1 -0
  595. package/dist/icons/components/Edit3.js +22 -0
  596. package/dist/icons/components/ErrorWarning.d.ts +4 -0
  597. package/dist/icons/components/ErrorWarning.d.ts.map +1 -0
  598. package/dist/icons/components/ErrorWarning.js +20 -0
  599. package/dist/icons/components/Explore.d.ts +4 -0
  600. package/dist/icons/components/Explore.d.ts.map +1 -0
  601. package/dist/icons/components/Explore.js +17 -0
  602. package/dist/icons/components/ExternalLink.d.ts +4 -0
  603. package/dist/icons/components/ExternalLink.d.ts.map +1 -0
  604. package/dist/icons/components/ExternalLink.js +27 -0
  605. package/dist/icons/components/Eye.d.ts +4 -0
  606. package/dist/icons/components/Eye.d.ts.map +1 -0
  607. package/dist/icons/components/Eye.js +22 -0
  608. package/dist/icons/components/EyeOff.d.ts +4 -0
  609. package/dist/icons/components/EyeOff.d.ts.map +1 -0
  610. package/dist/icons/components/EyeOff.js +34 -0
  611. package/dist/icons/components/Facebook.d.ts +4 -0
  612. package/dist/icons/components/Facebook.d.ts.map +1 -0
  613. package/dist/icons/components/Facebook.js +17 -0
  614. package/dist/icons/components/FastForward.d.ts +4 -0
  615. package/dist/icons/components/FastForward.d.ts.map +1 -0
  616. package/dist/icons/components/FastForward.js +22 -0
  617. package/dist/icons/components/Feather.d.ts +4 -0
  618. package/dist/icons/components/Feather.d.ts.map +1 -0
  619. package/dist/icons/components/Feather.js +27 -0
  620. package/dist/icons/components/Figma.d.ts +4 -0
  621. package/dist/icons/components/Figma.d.ts.map +1 -0
  622. package/dist/icons/components/Figma.js +37 -0
  623. package/dist/icons/components/File.d.ts +4 -0
  624. package/dist/icons/components/File.d.ts.map +1 -0
  625. package/dist/icons/components/File.js +22 -0
  626. package/dist/icons/components/FileMinus.d.ts +4 -0
  627. package/dist/icons/components/FileMinus.d.ts.map +1 -0
  628. package/dist/icons/components/FileMinus.js +27 -0
  629. package/dist/icons/components/FilePlus.d.ts +4 -0
  630. package/dist/icons/components/FilePlus.d.ts.map +1 -0
  631. package/dist/icons/components/FilePlus.js +32 -0
  632. package/dist/icons/components/FileText.d.ts +4 -0
  633. package/dist/icons/components/FileText.d.ts.map +1 -0
  634. package/dist/icons/components/FileText.js +37 -0
  635. package/dist/icons/components/Film.d.ts +4 -0
  636. package/dist/icons/components/Film.d.ts.map +1 -0
  637. package/dist/icons/components/Film.js +52 -0
  638. package/dist/icons/components/Filter.d.ts +4 -0
  639. package/dist/icons/components/Filter.d.ts.map +1 -0
  640. package/dist/icons/components/Filter.js +17 -0
  641. package/dist/icons/components/Flag.d.ts +4 -0
  642. package/dist/icons/components/Flag.d.ts.map +1 -0
  643. package/dist/icons/components/Flag.js +22 -0
  644. package/dist/icons/components/Folder.d.ts +4 -0
  645. package/dist/icons/components/Folder.d.ts.map +1 -0
  646. package/dist/icons/components/Folder.js +17 -0
  647. package/dist/icons/components/FolderMinus.d.ts +4 -0
  648. package/dist/icons/components/FolderMinus.d.ts.map +1 -0
  649. package/dist/icons/components/FolderMinus.js +22 -0
  650. package/dist/icons/components/FolderPlus.d.ts +4 -0
  651. package/dist/icons/components/FolderPlus.d.ts.map +1 -0
  652. package/dist/icons/components/FolderPlus.js +27 -0
  653. package/dist/icons/components/Framer.d.ts +4 -0
  654. package/dist/icons/components/Framer.d.ts.map +1 -0
  655. package/dist/icons/components/Framer.js +17 -0
  656. package/dist/icons/components/Frown.d.ts +4 -0
  657. package/dist/icons/components/Frown.d.ts.map +1 -0
  658. package/dist/icons/components/Frown.js +32 -0
  659. package/dist/icons/components/Gift.d.ts +4 -0
  660. package/dist/icons/components/Gift.d.ts.map +1 -0
  661. package/dist/icons/components/Gift.js +37 -0
  662. package/dist/icons/components/GitBranch.d.ts +4 -0
  663. package/dist/icons/components/GitBranch.d.ts.map +1 -0
  664. package/dist/icons/components/GitBranch.js +32 -0
  665. package/dist/icons/components/GitCommit.d.ts +4 -0
  666. package/dist/icons/components/GitCommit.d.ts.map +1 -0
  667. package/dist/icons/components/GitCommit.js +27 -0
  668. package/dist/icons/components/GitMerge.d.ts +4 -0
  669. package/dist/icons/components/GitMerge.d.ts.map +1 -0
  670. package/dist/icons/components/GitMerge.js +27 -0
  671. package/dist/icons/components/GitPullRequest.d.ts +4 -0
  672. package/dist/icons/components/GitPullRequest.d.ts.map +1 -0
  673. package/dist/icons/components/GitPullRequest.js +32 -0
  674. package/dist/icons/components/Github.d.ts +4 -0
  675. package/dist/icons/components/Github.d.ts.map +1 -0
  676. package/dist/icons/components/Github.js +17 -0
  677. package/dist/icons/components/Gitlab.d.ts +4 -0
  678. package/dist/icons/components/Gitlab.d.ts.map +1 -0
  679. package/dist/icons/components/Gitlab.js +17 -0
  680. package/dist/icons/components/Globe.d.ts +4 -0
  681. package/dist/icons/components/Globe.d.ts.map +1 -0
  682. package/dist/icons/components/Globe.js +27 -0
  683. package/dist/icons/components/Grid.d.ts +4 -0
  684. package/dist/icons/components/Grid.d.ts.map +1 -0
  685. package/dist/icons/components/Grid.js +32 -0
  686. package/dist/icons/components/HardDrive.d.ts +4 -0
  687. package/dist/icons/components/HardDrive.d.ts.map +1 -0
  688. package/dist/icons/components/HardDrive.js +32 -0
  689. package/dist/icons/components/Hash.d.ts +4 -0
  690. package/dist/icons/components/Hash.d.ts.map +1 -0
  691. package/dist/icons/components/Hash.js +32 -0
  692. package/dist/icons/components/Headphones.d.ts +4 -0
  693. package/dist/icons/components/Headphones.d.ts.map +1 -0
  694. package/dist/icons/components/Headphones.js +22 -0
  695. package/dist/icons/components/Heart.d.ts +4 -0
  696. package/dist/icons/components/Heart.d.ts.map +1 -0
  697. package/dist/icons/components/Heart.js +17 -0
  698. package/dist/icons/components/HeartFill.d.ts +4 -0
  699. package/dist/icons/components/HeartFill.d.ts.map +1 -0
  700. package/dist/icons/components/HeartFill.js +17 -0
  701. package/dist/icons/components/HelpCircle.d.ts +4 -0
  702. package/dist/icons/components/HelpCircle.d.ts.map +1 -0
  703. package/dist/icons/components/HelpCircle.js +27 -0
  704. package/dist/icons/components/Hexagon.d.ts +4 -0
  705. package/dist/icons/components/Hexagon.d.ts.map +1 -0
  706. package/dist/icons/components/Hexagon.js +17 -0
  707. package/dist/icons/components/Home.d.ts +4 -0
  708. package/dist/icons/components/Home.d.ts.map +1 -0
  709. package/dist/icons/components/Home.js +22 -0
  710. package/dist/icons/components/Image.d.ts +4 -0
  711. package/dist/icons/components/Image.d.ts.map +1 -0
  712. package/dist/icons/components/Image.js +27 -0
  713. package/dist/icons/components/Inbox.d.ts +4 -0
  714. package/dist/icons/components/Inbox.d.ts.map +1 -0
  715. package/dist/icons/components/Inbox.js +22 -0
  716. package/dist/icons/components/Info.d.ts +4 -0
  717. package/dist/icons/components/Info.d.ts.map +1 -0
  718. package/dist/icons/components/Info.js +27 -0
  719. package/dist/icons/components/Instagram.d.ts +4 -0
  720. package/dist/icons/components/Instagram.d.ts.map +1 -0
  721. package/dist/icons/components/Instagram.js +27 -0
  722. package/dist/icons/components/Italic.d.ts +4 -0
  723. package/dist/icons/components/Italic.d.ts.map +1 -0
  724. package/dist/icons/components/Italic.js +27 -0
  725. package/dist/icons/components/Key.d.ts +4 -0
  726. package/dist/icons/components/Key.d.ts.map +1 -0
  727. package/dist/icons/components/Key.js +17 -0
  728. package/dist/icons/components/Layers.d.ts +4 -0
  729. package/dist/icons/components/Layers.d.ts.map +1 -0
  730. package/dist/icons/components/Layers.js +27 -0
  731. package/dist/icons/components/Layout.d.ts +4 -0
  732. package/dist/icons/components/Layout.d.ts.map +1 -0
  733. package/dist/icons/components/Layout.js +27 -0
  734. package/dist/icons/components/LifeBuoy.d.ts +4 -0
  735. package/dist/icons/components/LifeBuoy.d.ts.map +1 -0
  736. package/dist/icons/components/LifeBuoy.js +47 -0
  737. package/dist/icons/components/Link.d.ts +4 -0
  738. package/dist/icons/components/Link.d.ts.map +1 -0
  739. package/dist/icons/components/Link.js +22 -0
  740. package/dist/icons/components/Link2.d.ts +4 -0
  741. package/dist/icons/components/Link2.d.ts.map +1 -0
  742. package/dist/icons/components/Link2.js +22 -0
  743. package/dist/icons/components/Linkedin.d.ts +4 -0
  744. package/dist/icons/components/Linkedin.d.ts.map +1 -0
  745. package/dist/icons/components/Linkedin.js +27 -0
  746. package/dist/icons/components/List.d.ts +4 -0
  747. package/dist/icons/components/List.d.ts.map +1 -0
  748. package/dist/icons/components/List.js +42 -0
  749. package/dist/icons/components/Loader.d.ts +4 -0
  750. package/dist/icons/components/Loader.d.ts.map +1 -0
  751. package/dist/icons/components/Loader.js +52 -0
  752. package/dist/icons/components/Lock.d.ts +4 -0
  753. package/dist/icons/components/Lock.d.ts.map +1 -0
  754. package/dist/icons/components/Lock.js +22 -0
  755. package/dist/icons/components/LogIn.d.ts +4 -0
  756. package/dist/icons/components/LogIn.d.ts.map +1 -0
  757. package/dist/icons/components/LogIn.js +27 -0
  758. package/dist/icons/components/LogOut.d.ts +4 -0
  759. package/dist/icons/components/LogOut.d.ts.map +1 -0
  760. package/dist/icons/components/LogOut.js +27 -0
  761. package/dist/icons/components/Mail.d.ts +4 -0
  762. package/dist/icons/components/Mail.d.ts.map +1 -0
  763. package/dist/icons/components/Mail.js +22 -0
  764. package/dist/icons/components/Map.d.ts +4 -0
  765. package/dist/icons/components/Map.d.ts.map +1 -0
  766. package/dist/icons/components/Map.js +27 -0
  767. package/dist/icons/components/MapPin.d.ts +4 -0
  768. package/dist/icons/components/MapPin.d.ts.map +1 -0
  769. package/dist/icons/components/MapPin.js +22 -0
  770. package/dist/icons/components/Maximize.d.ts +4 -0
  771. package/dist/icons/components/Maximize.d.ts.map +1 -0
  772. package/dist/icons/components/Maximize.js +17 -0
  773. package/dist/icons/components/Maximize2.d.ts +4 -0
  774. package/dist/icons/components/Maximize2.d.ts.map +1 -0
  775. package/dist/icons/components/Maximize2.js +32 -0
  776. package/dist/icons/components/Meh.d.ts +4 -0
  777. package/dist/icons/components/Meh.d.ts.map +1 -0
  778. package/dist/icons/components/Meh.js +32 -0
  779. package/dist/icons/components/Menu.d.ts +4 -0
  780. package/dist/icons/components/Menu.d.ts.map +1 -0
  781. package/dist/icons/components/Menu.js +27 -0
  782. package/dist/icons/components/MessageCircle.d.ts +4 -0
  783. package/dist/icons/components/MessageCircle.d.ts.map +1 -0
  784. package/dist/icons/components/MessageCircle.js +17 -0
  785. package/dist/icons/components/MessageSquare.d.ts +4 -0
  786. package/dist/icons/components/MessageSquare.d.ts.map +1 -0
  787. package/dist/icons/components/MessageSquare.js +17 -0
  788. package/dist/icons/components/Mic.d.ts +4 -0
  789. package/dist/icons/components/Mic.d.ts.map +1 -0
  790. package/dist/icons/components/Mic.js +32 -0
  791. package/dist/icons/components/MicOff.d.ts +4 -0
  792. package/dist/icons/components/MicOff.d.ts.map +1 -0
  793. package/dist/icons/components/MicOff.js +49 -0
  794. package/dist/icons/components/Minimize.d.ts +4 -0
  795. package/dist/icons/components/Minimize.d.ts.map +1 -0
  796. package/dist/icons/components/Minimize.js +17 -0
  797. package/dist/icons/components/Minimize2.d.ts +4 -0
  798. package/dist/icons/components/Minimize2.d.ts.map +1 -0
  799. package/dist/icons/components/Minimize2.js +32 -0
  800. package/dist/icons/components/Minus.d.ts +4 -0
  801. package/dist/icons/components/Minus.d.ts.map +1 -0
  802. package/dist/icons/components/Minus.js +17 -0
  803. package/dist/icons/components/MinusCircle.d.ts +4 -0
  804. package/dist/icons/components/MinusCircle.d.ts.map +1 -0
  805. package/dist/icons/components/MinusCircle.js +22 -0
  806. package/dist/icons/components/MinusSquare.d.ts +4 -0
  807. package/dist/icons/components/MinusSquare.d.ts.map +1 -0
  808. package/dist/icons/components/MinusSquare.js +22 -0
  809. package/dist/icons/components/Monitor.d.ts +4 -0
  810. package/dist/icons/components/Monitor.d.ts.map +1 -0
  811. package/dist/icons/components/Monitor.js +27 -0
  812. package/dist/icons/components/Moon.d.ts +4 -0
  813. package/dist/icons/components/Moon.d.ts.map +1 -0
  814. package/dist/icons/components/Moon.js +17 -0
  815. package/dist/icons/components/MoreHorizontal.d.ts +4 -0
  816. package/dist/icons/components/MoreHorizontal.d.ts.map +1 -0
  817. package/dist/icons/components/MoreHorizontal.js +27 -0
  818. package/dist/icons/components/MoreVertical.d.ts +4 -0
  819. package/dist/icons/components/MoreVertical.d.ts.map +1 -0
  820. package/dist/icons/components/MoreVertical.js +27 -0
  821. package/dist/icons/components/MousePointer.d.ts +4 -0
  822. package/dist/icons/components/MousePointer.d.ts.map +1 -0
  823. package/dist/icons/components/MousePointer.js +22 -0
  824. package/dist/icons/components/Move.d.ts +4 -0
  825. package/dist/icons/components/Move.d.ts.map +1 -0
  826. package/dist/icons/components/Move.js +42 -0
  827. package/dist/icons/components/Music.d.ts +4 -0
  828. package/dist/icons/components/Music.d.ts.map +1 -0
  829. package/dist/icons/components/Music.js +27 -0
  830. package/dist/icons/components/Navigation.d.ts +4 -0
  831. package/dist/icons/components/Navigation.d.ts.map +1 -0
  832. package/dist/icons/components/Navigation.js +17 -0
  833. package/dist/icons/components/Navigation2.d.ts +4 -0
  834. package/dist/icons/components/Navigation2.d.ts.map +1 -0
  835. package/dist/icons/components/Navigation2.js +17 -0
  836. package/dist/icons/components/Octagon.d.ts +4 -0
  837. package/dist/icons/components/Octagon.d.ts.map +1 -0
  838. package/dist/icons/components/Octagon.js +17 -0
  839. package/dist/icons/components/Package.d.ts +4 -0
  840. package/dist/icons/components/Package.d.ts.map +1 -0
  841. package/dist/icons/components/Package.js +32 -0
  842. package/dist/icons/components/Paperclip.d.ts +4 -0
  843. package/dist/icons/components/Paperclip.d.ts.map +1 -0
  844. package/dist/icons/components/Paperclip.js +17 -0
  845. package/dist/icons/components/Pause.d.ts +4 -0
  846. package/dist/icons/components/Pause.d.ts.map +1 -0
  847. package/dist/icons/components/Pause.js +22 -0
  848. package/dist/icons/components/PauseCircle.d.ts +4 -0
  849. package/dist/icons/components/PauseCircle.d.ts.map +1 -0
  850. package/dist/icons/components/PauseCircle.js +27 -0
  851. package/dist/icons/components/PenTool.d.ts +4 -0
  852. package/dist/icons/components/PenTool.d.ts.map +1 -0
  853. package/dist/icons/components/PenTool.js +32 -0
  854. package/dist/icons/components/Percent.d.ts +4 -0
  855. package/dist/icons/components/Percent.d.ts.map +1 -0
  856. package/dist/icons/components/Percent.js +27 -0
  857. package/dist/icons/components/Phone.d.ts +4 -0
  858. package/dist/icons/components/Phone.d.ts.map +1 -0
  859. package/dist/icons/components/Phone.js +17 -0
  860. package/dist/icons/components/PhoneCall.d.ts +4 -0
  861. package/dist/icons/components/PhoneCall.d.ts.map +1 -0
  862. package/dist/icons/components/PhoneCall.js +17 -0
  863. package/dist/icons/components/PhoneForwarded.d.ts +4 -0
  864. package/dist/icons/components/PhoneForwarded.d.ts.map +1 -0
  865. package/dist/icons/components/PhoneForwarded.js +27 -0
  866. package/dist/icons/components/PhoneIncoming.d.ts +4 -0
  867. package/dist/icons/components/PhoneIncoming.d.ts.map +1 -0
  868. package/dist/icons/components/PhoneIncoming.js +27 -0
  869. package/dist/icons/components/PhoneMissed.d.ts +4 -0
  870. package/dist/icons/components/PhoneMissed.d.ts.map +1 -0
  871. package/dist/icons/components/PhoneMissed.js +27 -0
  872. package/dist/icons/components/PhoneOff.d.ts +4 -0
  873. package/dist/icons/components/PhoneOff.d.ts.map +1 -0
  874. package/dist/icons/components/PhoneOff.js +34 -0
  875. package/dist/icons/components/PhoneOutgoing.d.ts +4 -0
  876. package/dist/icons/components/PhoneOutgoing.d.ts.map +1 -0
  877. package/dist/icons/components/PhoneOutgoing.js +27 -0
  878. package/dist/icons/components/PieChart.d.ts +4 -0
  879. package/dist/icons/components/PieChart.d.ts.map +1 -0
  880. package/dist/icons/components/PieChart.js +22 -0
  881. package/dist/icons/components/Play.d.ts +4 -0
  882. package/dist/icons/components/Play.d.ts.map +1 -0
  883. package/dist/icons/components/Play.js +17 -0
  884. package/dist/icons/components/PlayCircle.d.ts +4 -0
  885. package/dist/icons/components/PlayCircle.d.ts.map +1 -0
  886. package/dist/icons/components/PlayCircle.js +22 -0
  887. package/dist/icons/components/Plus.d.ts +4 -0
  888. package/dist/icons/components/Plus.d.ts.map +1 -0
  889. package/dist/icons/components/Plus.js +22 -0
  890. package/dist/icons/components/PlusCircle.d.ts +4 -0
  891. package/dist/icons/components/PlusCircle.d.ts.map +1 -0
  892. package/dist/icons/components/PlusCircle.js +27 -0
  893. package/dist/icons/components/PlusSquare.d.ts +4 -0
  894. package/dist/icons/components/PlusSquare.d.ts.map +1 -0
  895. package/dist/icons/components/PlusSquare.js +27 -0
  896. package/dist/icons/components/Pocket.d.ts +4 -0
  897. package/dist/icons/components/Pocket.d.ts.map +1 -0
  898. package/dist/icons/components/Pocket.js +22 -0
  899. package/dist/icons/components/Power.d.ts +4 -0
  900. package/dist/icons/components/Power.d.ts.map +1 -0
  901. package/dist/icons/components/Power.js +22 -0
  902. package/dist/icons/components/Printer.d.ts +4 -0
  903. package/dist/icons/components/Printer.d.ts.map +1 -0
  904. package/dist/icons/components/Printer.js +27 -0
  905. package/dist/icons/components/Radio.d.ts +4 -0
  906. package/dist/icons/components/Radio.d.ts.map +1 -0
  907. package/dist/icons/components/Radio.js +22 -0
  908. package/dist/icons/components/RefreshCcw.d.ts +4 -0
  909. package/dist/icons/components/RefreshCcw.d.ts.map +1 -0
  910. package/dist/icons/components/RefreshCcw.js +27 -0
  911. package/dist/icons/components/RefreshCw.d.ts +4 -0
  912. package/dist/icons/components/RefreshCw.d.ts.map +1 -0
  913. package/dist/icons/components/RefreshCw.js +27 -0
  914. package/dist/icons/components/Repeat.d.ts +4 -0
  915. package/dist/icons/components/Repeat.d.ts.map +1 -0
  916. package/dist/icons/components/Repeat.js +32 -0
  917. package/dist/icons/components/Rewind.d.ts +4 -0
  918. package/dist/icons/components/Rewind.d.ts.map +1 -0
  919. package/dist/icons/components/Rewind.js +22 -0
  920. package/dist/icons/components/RotateCcw.d.ts +4 -0
  921. package/dist/icons/components/RotateCcw.d.ts.map +1 -0
  922. package/dist/icons/components/RotateCcw.js +22 -0
  923. package/dist/icons/components/RotateCw.d.ts +4 -0
  924. package/dist/icons/components/RotateCw.d.ts.map +1 -0
  925. package/dist/icons/components/RotateCw.js +22 -0
  926. package/dist/icons/components/Rss.d.ts +4 -0
  927. package/dist/icons/components/Rss.d.ts.map +1 -0
  928. package/dist/icons/components/Rss.js +27 -0
  929. package/dist/icons/components/Save.d.ts +4 -0
  930. package/dist/icons/components/Save.d.ts.map +1 -0
  931. package/dist/icons/components/Save.js +27 -0
  932. package/dist/icons/components/Scissors.d.ts +4 -0
  933. package/dist/icons/components/Scissors.d.ts.map +1 -0
  934. package/dist/icons/components/Scissors.js +37 -0
  935. package/dist/icons/components/Search.d.ts +4 -0
  936. package/dist/icons/components/Search.d.ts.map +1 -0
  937. package/dist/icons/components/Search.js +22 -0
  938. package/dist/icons/components/Send.d.ts +4 -0
  939. package/dist/icons/components/Send.d.ts.map +1 -0
  940. package/dist/icons/components/Send.js +22 -0
  941. package/dist/icons/components/Server.d.ts +4 -0
  942. package/dist/icons/components/Server.d.ts.map +1 -0
  943. package/dist/icons/components/Server.js +32 -0
  944. package/dist/icons/components/Settings.d.ts +4 -0
  945. package/dist/icons/components/Settings.d.ts.map +1 -0
  946. package/dist/icons/components/Settings.js +34 -0
  947. package/dist/icons/components/Share.d.ts +4 -0
  948. package/dist/icons/components/Share.d.ts.map +1 -0
  949. package/dist/icons/components/Share.js +27 -0
  950. package/dist/icons/components/Share2.d.ts +4 -0
  951. package/dist/icons/components/Share2.d.ts.map +1 -0
  952. package/dist/icons/components/Share2.js +37 -0
  953. package/dist/icons/components/Shield.d.ts +4 -0
  954. package/dist/icons/components/Shield.d.ts.map +1 -0
  955. package/dist/icons/components/Shield.js +17 -0
  956. package/dist/icons/components/ShieldCheck.d.ts +4 -0
  957. package/dist/icons/components/ShieldCheck.d.ts.map +1 -0
  958. package/dist/icons/components/ShieldCheck.js +17 -0
  959. package/dist/icons/components/ShieldOff.d.ts +4 -0
  960. package/dist/icons/components/ShieldOff.d.ts.map +1 -0
  961. package/dist/icons/components/ShieldOff.js +39 -0
  962. package/dist/icons/components/ShoppingBag.d.ts +4 -0
  963. package/dist/icons/components/ShoppingBag.d.ts.map +1 -0
  964. package/dist/icons/components/ShoppingBag.js +27 -0
  965. package/dist/icons/components/ShoppingCart.d.ts +4 -0
  966. package/dist/icons/components/ShoppingCart.d.ts.map +1 -0
  967. package/dist/icons/components/ShoppingCart.js +27 -0
  968. package/dist/icons/components/Shuffle.d.ts +4 -0
  969. package/dist/icons/components/Shuffle.d.ts.map +1 -0
  970. package/dist/icons/components/Shuffle.js +37 -0
  971. package/dist/icons/components/Sidebar.d.ts +4 -0
  972. package/dist/icons/components/Sidebar.d.ts.map +1 -0
  973. package/dist/icons/components/Sidebar.js +22 -0
  974. package/dist/icons/components/SkipBack.d.ts +4 -0
  975. package/dist/icons/components/SkipBack.d.ts.map +1 -0
  976. package/dist/icons/components/SkipBack.js +22 -0
  977. package/dist/icons/components/SkipForward.d.ts +4 -0
  978. package/dist/icons/components/SkipForward.d.ts.map +1 -0
  979. package/dist/icons/components/SkipForward.js +22 -0
  980. package/dist/icons/components/Slack.d.ts +4 -0
  981. package/dist/icons/components/Slack.d.ts.map +1 -0
  982. package/dist/icons/components/Slack.js +52 -0
  983. package/dist/icons/components/Slash.d.ts +4 -0
  984. package/dist/icons/components/Slash.d.ts.map +1 -0
  985. package/dist/icons/components/Slash.js +22 -0
  986. package/dist/icons/components/Sliders.d.ts +4 -0
  987. package/dist/icons/components/Sliders.d.ts.map +1 -0
  988. package/dist/icons/components/Sliders.js +57 -0
  989. package/dist/icons/components/Smartphone.d.ts +4 -0
  990. package/dist/icons/components/Smartphone.d.ts.map +1 -0
  991. package/dist/icons/components/Smartphone.js +22 -0
  992. package/dist/icons/components/Smile.d.ts +4 -0
  993. package/dist/icons/components/Smile.d.ts.map +1 -0
  994. package/dist/icons/components/Smile.js +32 -0
  995. package/dist/icons/components/Speaker.d.ts +4 -0
  996. package/dist/icons/components/Speaker.d.ts.map +1 -0
  997. package/dist/icons/components/Speaker.js +27 -0
  998. package/dist/icons/components/Square.d.ts +4 -0
  999. package/dist/icons/components/Square.d.ts.map +1 -0
  1000. package/dist/icons/components/Square.js +17 -0
  1001. package/dist/icons/components/Star.d.ts +4 -0
  1002. package/dist/icons/components/Star.d.ts.map +1 -0
  1003. package/dist/icons/components/Star.js +17 -0
  1004. package/dist/icons/components/StopCircle.d.ts +4 -0
  1005. package/dist/icons/components/StopCircle.d.ts.map +1 -0
  1006. package/dist/icons/components/StopCircle.js +22 -0
  1007. package/dist/icons/components/Sun.d.ts +4 -0
  1008. package/dist/icons/components/Sun.d.ts.map +1 -0
  1009. package/dist/icons/components/Sun.js +69 -0
  1010. package/dist/icons/components/Sunrise.d.ts +4 -0
  1011. package/dist/icons/components/Sunrise.d.ts.map +1 -0
  1012. package/dist/icons/components/Sunrise.js +52 -0
  1013. package/dist/icons/components/Sunset.d.ts +4 -0
  1014. package/dist/icons/components/Sunset.d.ts.map +1 -0
  1015. package/dist/icons/components/Sunset.js +52 -0
  1016. package/dist/icons/components/Table.d.ts +4 -0
  1017. package/dist/icons/components/Table.d.ts.map +1 -0
  1018. package/dist/icons/components/Table.js +17 -0
  1019. package/dist/icons/components/Tablet.d.ts +4 -0
  1020. package/dist/icons/components/Tablet.d.ts.map +1 -0
  1021. package/dist/icons/components/Tablet.js +22 -0
  1022. package/dist/icons/components/Tag.d.ts +4 -0
  1023. package/dist/icons/components/Tag.d.ts.map +1 -0
  1024. package/dist/icons/components/Tag.js +22 -0
  1025. package/dist/icons/components/Target.d.ts +4 -0
  1026. package/dist/icons/components/Target.d.ts.map +1 -0
  1027. package/dist/icons/components/Target.js +27 -0
  1028. package/dist/icons/components/Terminal.d.ts +4 -0
  1029. package/dist/icons/components/Terminal.d.ts.map +1 -0
  1030. package/dist/icons/components/Terminal.js +22 -0
  1031. package/dist/icons/components/Thermometer.d.ts +4 -0
  1032. package/dist/icons/components/Thermometer.d.ts.map +1 -0
  1033. package/dist/icons/components/Thermometer.js +17 -0
  1034. package/dist/icons/components/ThumbsDown.d.ts +4 -0
  1035. package/dist/icons/components/ThumbsDown.d.ts.map +1 -0
  1036. package/dist/icons/components/ThumbsDown.js +17 -0
  1037. package/dist/icons/components/ThumbsUp.d.ts +4 -0
  1038. package/dist/icons/components/ThumbsUp.d.ts.map +1 -0
  1039. package/dist/icons/components/ThumbsUp.js +17 -0
  1040. package/dist/icons/components/ToggleLeft.d.ts +4 -0
  1041. package/dist/icons/components/ToggleLeft.d.ts.map +1 -0
  1042. package/dist/icons/components/ToggleLeft.js +22 -0
  1043. package/dist/icons/components/ToggleRight.d.ts +4 -0
  1044. package/dist/icons/components/ToggleRight.d.ts.map +1 -0
  1045. package/dist/icons/components/ToggleRight.js +22 -0
  1046. package/dist/icons/components/Tool.d.ts +4 -0
  1047. package/dist/icons/components/Tool.d.ts.map +1 -0
  1048. package/dist/icons/components/Tool.js +17 -0
  1049. package/dist/icons/components/Trash.d.ts +4 -0
  1050. package/dist/icons/components/Trash.d.ts.map +1 -0
  1051. package/dist/icons/components/Trash.js +22 -0
  1052. package/dist/icons/components/Trash2.d.ts +4 -0
  1053. package/dist/icons/components/Trash2.d.ts.map +1 -0
  1054. package/dist/icons/components/Trash2.js +32 -0
  1055. package/dist/icons/components/Trello.d.ts +4 -0
  1056. package/dist/icons/components/Trello.d.ts.map +1 -0
  1057. package/dist/icons/components/Trello.js +27 -0
  1058. package/dist/icons/components/TrendingDown.d.ts +4 -0
  1059. package/dist/icons/components/TrendingDown.d.ts.map +1 -0
  1060. package/dist/icons/components/TrendingDown.js +22 -0
  1061. package/dist/icons/components/TrendingUp.d.ts +4 -0
  1062. package/dist/icons/components/TrendingUp.d.ts.map +1 -0
  1063. package/dist/icons/components/TrendingUp.js +22 -0
  1064. package/dist/icons/components/Triangle.d.ts +4 -0
  1065. package/dist/icons/components/Triangle.d.ts.map +1 -0
  1066. package/dist/icons/components/Triangle.js +17 -0
  1067. package/dist/icons/components/Truck.d.ts +4 -0
  1068. package/dist/icons/components/Truck.d.ts.map +1 -0
  1069. package/dist/icons/components/Truck.js +32 -0
  1070. package/dist/icons/components/Tv.d.ts +4 -0
  1071. package/dist/icons/components/Tv.d.ts.map +1 -0
  1072. package/dist/icons/components/Tv.js +22 -0
  1073. package/dist/icons/components/Twitch.d.ts +4 -0
  1074. package/dist/icons/components/Twitch.d.ts.map +1 -0
  1075. package/dist/icons/components/Twitch.js +17 -0
  1076. package/dist/icons/components/Twitter.d.ts +4 -0
  1077. package/dist/icons/components/Twitter.d.ts.map +1 -0
  1078. package/dist/icons/components/Twitter.js +17 -0
  1079. package/dist/icons/components/Type.d.ts +4 -0
  1080. package/dist/icons/components/Type.d.ts.map +1 -0
  1081. package/dist/icons/components/Type.js +27 -0
  1082. package/dist/icons/components/Umbrella.d.ts +4 -0
  1083. package/dist/icons/components/Umbrella.d.ts.map +1 -0
  1084. package/dist/icons/components/Umbrella.js +17 -0
  1085. package/dist/icons/components/Underline.d.ts +4 -0
  1086. package/dist/icons/components/Underline.d.ts.map +1 -0
  1087. package/dist/icons/components/Underline.js +22 -0
  1088. package/dist/icons/components/Unlock.d.ts +4 -0
  1089. package/dist/icons/components/Unlock.d.ts.map +1 -0
  1090. package/dist/icons/components/Unlock.js +22 -0
  1091. package/dist/icons/components/Upload.d.ts +4 -0
  1092. package/dist/icons/components/Upload.d.ts.map +1 -0
  1093. package/dist/icons/components/Upload.js +27 -0
  1094. package/dist/icons/components/UploadCloud.d.ts +4 -0
  1095. package/dist/icons/components/UploadCloud.d.ts.map +1 -0
  1096. package/dist/icons/components/UploadCloud.js +32 -0
  1097. package/dist/icons/components/User.d.ts +4 -0
  1098. package/dist/icons/components/User.d.ts.map +1 -0
  1099. package/dist/icons/components/User.js +22 -0
  1100. package/dist/icons/components/UserCheck.d.ts +4 -0
  1101. package/dist/icons/components/UserCheck.d.ts.map +1 -0
  1102. package/dist/icons/components/UserCheck.js +27 -0
  1103. package/dist/icons/components/UserMinus.d.ts +4 -0
  1104. package/dist/icons/components/UserMinus.d.ts.map +1 -0
  1105. package/dist/icons/components/UserMinus.js +27 -0
  1106. package/dist/icons/components/UserPlus.d.ts +4 -0
  1107. package/dist/icons/components/UserPlus.d.ts.map +1 -0
  1108. package/dist/icons/components/UserPlus.js +32 -0
  1109. package/dist/icons/components/UserX.d.ts +4 -0
  1110. package/dist/icons/components/UserX.d.ts.map +1 -0
  1111. package/dist/icons/components/UserX.js +32 -0
  1112. package/dist/icons/components/Users.d.ts +4 -0
  1113. package/dist/icons/components/Users.d.ts.map +1 -0
  1114. package/dist/icons/components/Users.js +32 -0
  1115. package/dist/icons/components/Video.d.ts +4 -0
  1116. package/dist/icons/components/Video.d.ts.map +1 -0
  1117. package/dist/icons/components/Video.js +22 -0
  1118. package/dist/icons/components/VideoOff.d.ts +4 -0
  1119. package/dist/icons/components/VideoOff.d.ts.map +1 -0
  1120. package/dist/icons/components/VideoOff.js +34 -0
  1121. package/dist/icons/components/Voicemail.d.ts +4 -0
  1122. package/dist/icons/components/Voicemail.d.ts.map +1 -0
  1123. package/dist/icons/components/Voicemail.js +27 -0
  1124. package/dist/icons/components/Volume.d.ts +4 -0
  1125. package/dist/icons/components/Volume.d.ts.map +1 -0
  1126. package/dist/icons/components/Volume.js +17 -0
  1127. package/dist/icons/components/Volume1.d.ts +4 -0
  1128. package/dist/icons/components/Volume1.d.ts.map +1 -0
  1129. package/dist/icons/components/Volume1.js +22 -0
  1130. package/dist/icons/components/Volume2.d.ts +4 -0
  1131. package/dist/icons/components/Volume2.d.ts.map +1 -0
  1132. package/dist/icons/components/Volume2.js +22 -0
  1133. package/dist/icons/components/VolumeX.d.ts +4 -0
  1134. package/dist/icons/components/VolumeX.d.ts.map +1 -0
  1135. package/dist/icons/components/VolumeX.js +27 -0
  1136. package/dist/icons/components/Watch.d.ts +4 -0
  1137. package/dist/icons/components/Watch.d.ts.map +1 -0
  1138. package/dist/icons/components/Watch.js +27 -0
  1139. package/dist/icons/components/Whatsapp.d.ts +4 -0
  1140. package/dist/icons/components/Whatsapp.d.ts.map +1 -0
  1141. package/dist/icons/components/Whatsapp.js +17 -0
  1142. package/dist/icons/components/Wifi.d.ts +4 -0
  1143. package/dist/icons/components/Wifi.d.ts.map +1 -0
  1144. package/dist/icons/components/Wifi.js +32 -0
  1145. package/dist/icons/components/WifiOff.d.ts +4 -0
  1146. package/dist/icons/components/WifiOff.d.ts.map +1 -0
  1147. package/dist/icons/components/WifiOff.js +59 -0
  1148. package/dist/icons/components/Wind.d.ts +4 -0
  1149. package/dist/icons/components/Wind.d.ts.map +1 -0
  1150. package/dist/icons/components/Wind.js +17 -0
  1151. package/dist/icons/components/X.d.ts +4 -0
  1152. package/dist/icons/components/X.d.ts.map +1 -0
  1153. package/dist/icons/components/X.js +22 -0
  1154. package/dist/icons/components/XCircle.d.ts +4 -0
  1155. package/dist/icons/components/XCircle.d.ts.map +1 -0
  1156. package/dist/icons/components/XCircle.js +27 -0
  1157. package/dist/icons/components/XOctagon.d.ts +4 -0
  1158. package/dist/icons/components/XOctagon.d.ts.map +1 -0
  1159. package/dist/icons/components/XOctagon.js +27 -0
  1160. package/dist/icons/components/XSquare.d.ts +4 -0
  1161. package/dist/icons/components/XSquare.d.ts.map +1 -0
  1162. package/dist/icons/components/XSquare.js +27 -0
  1163. package/dist/icons/components/Youtube.d.ts +4 -0
  1164. package/dist/icons/components/Youtube.d.ts.map +1 -0
  1165. package/dist/icons/components/Youtube.js +22 -0
  1166. package/dist/icons/components/Zap.d.ts +4 -0
  1167. package/dist/icons/components/Zap.d.ts.map +1 -0
  1168. package/dist/icons/components/Zap.js +17 -0
  1169. package/dist/icons/components/ZapOff.d.ts +4 -0
  1170. package/dist/icons/components/ZapOff.d.ts.map +1 -0
  1171. package/dist/icons/components/ZapOff.js +44 -0
  1172. package/dist/icons/components/ZoomIn.d.ts +4 -0
  1173. package/dist/icons/components/ZoomIn.d.ts.map +1 -0
  1174. package/dist/icons/components/ZoomIn.js +32 -0
  1175. package/dist/icons/components/ZoomOut.d.ts +4 -0
  1176. package/dist/icons/components/ZoomOut.d.ts.map +1 -0
  1177. package/dist/icons/components/ZoomOut.js +27 -0
  1178. package/dist/icons/components/index.d.ts +271 -0
  1179. package/dist/icons/components/index.d.ts.map +1 -0
  1180. package/dist/icons/components/index.js +269 -0
  1181. package/dist/icons/index.d.ts +294 -0
  1182. package/dist/icons/index.d.ts.map +1 -0
  1183. package/dist/icons/index.js +292 -0
  1184. package/dist/icons/types.d.ts +8 -0
  1185. package/dist/icons/types.d.ts.map +1 -0
  1186. package/dist/icons/types.js +1 -0
  1187. package/dist/index.d.ts +3 -1
  1188. package/dist/index.d.ts.map +1 -1
  1189. package/dist/index.js +3 -1
  1190. package/dist/themes/colors/blue.d.ts +8 -0
  1191. package/dist/themes/colors/blue.d.ts.map +1 -0
  1192. package/dist/themes/colors/blue.js +7 -0
  1193. package/dist/themes/colors/green.d.ts +8 -0
  1194. package/dist/themes/colors/green.d.ts.map +1 -0
  1195. package/dist/themes/colors/green.js +7 -0
  1196. package/dist/themes/colors/index.d.ts +9 -0
  1197. package/dist/themes/colors/index.d.ts.map +1 -0
  1198. package/dist/themes/colors/index.js +8 -0
  1199. package/dist/themes/colors/mint.d.ts +8 -0
  1200. package/dist/themes/colors/mint.d.ts.map +1 -0
  1201. package/dist/themes/colors/mint.js +7 -0
  1202. package/dist/themes/colors/neutral.d.ts +15 -0
  1203. package/dist/themes/colors/neutral.d.ts.map +1 -0
  1204. package/dist/themes/colors/neutral.js +14 -0
  1205. package/dist/themes/colors/orange.d.ts +8 -0
  1206. package/dist/themes/colors/orange.d.ts.map +1 -0
  1207. package/dist/themes/colors/orange.js +7 -0
  1208. package/dist/themes/colors/purple.d.ts +8 -0
  1209. package/dist/themes/colors/purple.d.ts.map +1 -0
  1210. package/dist/themes/colors/purple.js +7 -0
  1211. package/dist/themes/colors/red.d.ts +8 -0
  1212. package/dist/themes/colors/red.d.ts.map +1 -0
  1213. package/dist/themes/colors/red.js +7 -0
  1214. package/dist/themes/colors/yellow.d.ts +8 -0
  1215. package/dist/themes/colors/yellow.d.ts.map +1 -0
  1216. package/dist/themes/colors/yellow.js +7 -0
  1217. package/dist/themes/dark.d.ts +221 -0
  1218. package/dist/themes/dark.d.ts.map +1 -0
  1219. package/dist/themes/dark.js +183 -0
  1220. package/dist/themes/index.d.ts +229 -0
  1221. package/dist/themes/index.d.ts.map +1 -0
  1222. package/dist/themes/index.js +6 -0
  1223. package/dist/themes/light.d.ts +227 -0
  1224. package/dist/themes/light.d.ts.map +1 -0
  1225. package/dist/themes/light.js +189 -0
  1226. package/package.json +10 -4
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ButtonProps } from "./button.props";
3
+ export declare const Button: React.FC<ButtonProps>;
4
+ //# sourceMappingURL=button.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.component.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,WAAW,EAAiB,MAAM,gBAAgB,CAAC;AAG5D,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAiCxC,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Text, TouchableOpacity } from "react-native";
3
+ import Animation from "../../assets/animations/loading-animation.json";
4
+ import { Loading } from "../loading";
5
+ import { useButtonStyles } from "./button.styles";
6
+ export const Button = ({ label, loading, variant, fullWidth, size, disabled, ...rest }) => {
7
+ const buttonStyle = useButtonStyles({
8
+ variant: variant,
9
+ fullWidth,
10
+ size,
11
+ });
12
+ const { icon: Icon } = rest;
13
+ return (_jsx(TouchableOpacity, { style: [buttonStyle.container, disabled && buttonStyle.disabled], ...rest, children: loading ? (
14
+ // <ActivityIndicator color="#fff" size="small" animating={true} />
15
+ _jsx(Loading, { source: Animation, size: 28, containerStyle: { padding: 0 } })) : (_jsxs(_Fragment, { children: [rest.icon && _jsx(Icon, { stroke: 0.5, color: "#fff" }), _jsx(Text, { style: buttonStyle.buttonText, children: label })] })) }));
16
+ };
@@ -0,0 +1,18 @@
1
+ export type ButtonProps = {
2
+ onPress?: () => void;
3
+ label?: string;
4
+ loading?: boolean;
5
+ variant?: "primary" | "primary-inverted" | "secondary" | "secondary-inverted" | "converted";
6
+ fullWidth?: boolean;
7
+ size?: "small" | "medium" | "large";
8
+ icon?: any;
9
+ disabled?: boolean;
10
+ };
11
+ export declare enum ButtonVariant {
12
+ primary = "primary",
13
+ primaryInverted = "primary-inverted",
14
+ secondary = "secondary",
15
+ secondaryInverted = "secondary-inverted",
16
+ converted = "converted"
17
+ }
18
+ //# sourceMappingURL=button.props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.props.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.props.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EACJ,SAAS,GACT,kBAAkB,GAClB,WAAW,GACX,oBAAoB,GACpB,WAAW,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,eAAe,qBAAqB;IACpC,SAAS,cAAc;IACvB,iBAAiB,uBAAuB;IACxC,SAAS,cAAc;CACxB"}
@@ -0,0 +1,8 @@
1
+ export var ButtonVariant;
2
+ (function (ButtonVariant) {
3
+ ButtonVariant["primary"] = "primary";
4
+ ButtonVariant["primaryInverted"] = "primary-inverted";
5
+ ButtonVariant["secondary"] = "secondary";
6
+ ButtonVariant["secondaryInverted"] = "secondary-inverted";
7
+ ButtonVariant["converted"] = "converted";
8
+ })(ButtonVariant || (ButtonVariant = {}));
@@ -0,0 +1,50 @@
1
+ import { ButtonVariant } from "./button.props";
2
+ export declare const useButtonStyles: ({ variant, fullWidth, size, }: {
3
+ variant?: ButtonVariant | undefined;
4
+ fullWidth?: boolean | undefined;
5
+ size?: string | undefined;
6
+ }) => {
7
+ container: {
8
+ width: "auto" | "100%";
9
+ borderRadius: number;
10
+ justifyContent: "center";
11
+ alignItems: "center";
12
+ flexDirection: "row";
13
+ gap: number;
14
+ backgroundColor: string;
15
+ borderWidth?: undefined;
16
+ borderColor?: undefined;
17
+ paddingHorizontal: number;
18
+ paddingVertical: number;
19
+ } | {
20
+ width: "auto" | "100%";
21
+ borderRadius: number;
22
+ justifyContent: "center";
23
+ alignItems: "center";
24
+ flexDirection: "row";
25
+ gap: number;
26
+ backgroundColor: string;
27
+ borderWidth: number;
28
+ borderColor: string;
29
+ paddingHorizontal: number;
30
+ paddingVertical: number;
31
+ };
32
+ buttonText: {
33
+ fontWeight: "600";
34
+ color: string;
35
+ fontSize: number;
36
+ } | {
37
+ fontWeight: "600";
38
+ color: string;
39
+ fontSize: number;
40
+ };
41
+ icon: {
42
+ color: string;
43
+ } | {
44
+ color: string;
45
+ };
46
+ disabled: {
47
+ opacity: number;
48
+ };
49
+ };
50
+ //# sourceMappingURL=button.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.styles.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.styles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE/C,eAAO,MAAM,eAAe,GAAI;;;;CAI/B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgIA,CAAC"}
@@ -0,0 +1,130 @@
1
+ import { StyleSheet } from "react-native";
2
+ import { useTheme } from "../../themes";
3
+ import { ButtonVariant } from "./button.props";
4
+ export const useButtonStyles = ({ variant = ButtonVariant.primary, // Padrão é ButtonVariant.primary
5
+ fullWidth = true, size = "medium", }) => {
6
+ const theme = useTheme();
7
+ const getSizeStyles = () => {
8
+ switch (size) {
9
+ case "small":
10
+ return {
11
+ container: { paddingHorizontal: 16, paddingVertical: 5.5 },
12
+ buttonText: { fontSize: 14 },
13
+ icon: {
14
+ width: 14,
15
+ height: 14,
16
+ },
17
+ };
18
+ case "medium":
19
+ return {
20
+ container: { paddingHorizontal: 16, paddingVertical: 12 },
21
+ buttonText: { fontSize: 16 },
22
+ icon: {
23
+ width: 16,
24
+ height: 16,
25
+ },
26
+ };
27
+ case "large":
28
+ return {
29
+ container: { paddingHorizontal: 16, paddingVertical: 16 },
30
+ buttonText: { fontSize: 18 },
31
+ icon: {
32
+ width: 16,
33
+ height: 16,
34
+ },
35
+ };
36
+ default:
37
+ return {
38
+ container: { paddingHorizontal: 16, paddingVertical: 12 },
39
+ buttonText: { fontSize: 14 },
40
+ icon: {
41
+ width: 14,
42
+ height: 14,
43
+ },
44
+ };
45
+ }
46
+ };
47
+ const getVariantStyles = () => {
48
+ switch (variant) {
49
+ case ButtonVariant.primary:
50
+ return {
51
+ container: { backgroundColor: theme.colors.black },
52
+ buttonText: { color: "#fff" },
53
+ icon: {
54
+ color: "#fff",
55
+ },
56
+ };
57
+ case ButtonVariant.primaryInverted:
58
+ return {
59
+ container: { backgroundColor: "#fff" },
60
+ buttonText: { color: "#000" },
61
+ icon: {
62
+ color: "#000",
63
+ },
64
+ };
65
+ case ButtonVariant.secondary:
66
+ return {
67
+ container: {
68
+ backgroundColor: "transparent",
69
+ borderWidth: 1,
70
+ borderColor: "#B3BAC3",
71
+ },
72
+ buttonText: { color: "#000" },
73
+ icon: {
74
+ color: "#000",
75
+ },
76
+ };
77
+ case ButtonVariant.secondaryInverted:
78
+ return {
79
+ container: {
80
+ backgroundColor: "transparent",
81
+ borderWidth: 1,
82
+ borderColor: "#B3BAC3",
83
+ },
84
+ buttonText: { color: "#fff" },
85
+ icon: {
86
+ color: "#fff",
87
+ },
88
+ };
89
+ case ButtonVariant.converted:
90
+ return {
91
+ container: { backgroundColor: "#3643BA" },
92
+ buttonText: { color: "#fff" },
93
+ icon: {
94
+ color: "#fff",
95
+ },
96
+ };
97
+ default:
98
+ return {
99
+ container: { backgroundColor: "#101010" },
100
+ buttonText: { color: "#fff" },
101
+ icon: {
102
+ color: "#fff",
103
+ },
104
+ };
105
+ }
106
+ };
107
+ return StyleSheet.create({
108
+ container: {
109
+ ...getSizeStyles().container, // Define altura e padding com base no tamanho
110
+ ...getVariantStyles().container, // Define estilos com base na variante
111
+ width: fullWidth ? "100%" : "auto",
112
+ borderRadius: 180,
113
+ justifyContent: "center",
114
+ alignItems: "center",
115
+ flexDirection: "row", // Alinha ícone + label
116
+ gap: 8, // Espaçamento entre ícone e label
117
+ },
118
+ buttonText: {
119
+ ...getSizeStyles().buttonText,
120
+ ...getVariantStyles().buttonText,
121
+ fontWeight: "600",
122
+ },
123
+ icon: {
124
+ ...getVariantStyles().icon,
125
+ },
126
+ disabled: {
127
+ opacity: 0.5,
128
+ },
129
+ });
130
+ };
@@ -0,0 +1,23 @@
1
+ export declare enum ButtonVariant {
2
+ primary = "primary",
3
+ primaryInverted = "primaryInverted",
4
+ secondary = "secondary",
5
+ secondaryInverted = "secondaryInverted",
6
+ converted = "converted"
7
+ }
8
+ export declare enum ButtonSize {
9
+ small = "small",
10
+ medium = "medium",
11
+ large = "large"
12
+ }
13
+ export interface ButtonProps {
14
+ variant?: ButtonVariant;
15
+ label: string;
16
+ onPress?: () => void;
17
+ disabled?: boolean;
18
+ loading?: boolean;
19
+ icon?: React.ReactNode;
20
+ iconPosition?: "left" | "right";
21
+ testID?: string;
22
+ }
23
+ //# sourceMappingURL=button.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.types.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.types.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,eAAe,oBAAoB;IACnC,SAAS,cAAc;IACvB,iBAAiB,sBAAsB;IACvC,SAAS,cAAc;CACxB;AAED,oBAAY,UAAU;IACpB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,KAAK,UAAU;CAChB;AAED,MAAM,WAAW,WAAW;IAC1B,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -0,0 +1,14 @@
1
+ export var ButtonVariant;
2
+ (function (ButtonVariant) {
3
+ ButtonVariant["primary"] = "primary";
4
+ ButtonVariant["primaryInverted"] = "primaryInverted";
5
+ ButtonVariant["secondary"] = "secondary";
6
+ ButtonVariant["secondaryInverted"] = "secondaryInverted";
7
+ ButtonVariant["converted"] = "converted";
8
+ })(ButtonVariant || (ButtonVariant = {}));
9
+ export var ButtonSize;
10
+ (function (ButtonSize) {
11
+ ButtonSize["small"] = "small";
12
+ ButtonSize["medium"] = "medium";
13
+ ButtonSize["large"] = "large";
14
+ })(ButtonSize || (ButtonSize = {}));
@@ -1,3 +1,3 @@
1
- export { Button } from "./Button";
2
- export type { ButtonProps } from "./Button";
1
+ export * from "./button.component";
2
+ export * from "./button.types";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/button/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC"}
@@ -1 +1,2 @@
1
- export { Button } from "./Button";
1
+ export * from "./button.component";
2
+ export * from "./button.types";
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { AccordionProps } from "./accordion.types";
3
+ export declare const Accordion: React.FC<AccordionProps>;
4
+ //# sourceMappingURL=accordion.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accordion.component.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/accordion.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAoF9C,CAAC"}
@@ -0,0 +1,48 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ // import { ChevronDownIcon, ChevronUpIcon } from "../../icons";
4
+ import { LayoutAnimation, Text, TouchableOpacity, View } from "react-native";
5
+ import { useTheme } from "../../themes";
6
+ import { useAccordionStyles } from "./accordion.styles";
7
+ export const Accordion = ({ items = [], initialExpandedItems = [], allowMultiple = true, testID, }) => {
8
+ const styles = useAccordionStyles();
9
+ const { colors } = useTheme();
10
+ const [expandedItems, setExpandedItems] = React.useState(initialExpandedItems);
11
+ const isExpanded = React.useCallback((id) => expandedItems.includes(id), [expandedItems]);
12
+ const handleToggle = React.useCallback((id) => {
13
+ LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut);
14
+ if (isExpanded(id)) {
15
+ setExpandedItems(expandedItems.filter((itemId) => itemId !== id));
16
+ }
17
+ else {
18
+ if (allowMultiple) {
19
+ setExpandedItems([...expandedItems, id]);
20
+ }
21
+ else {
22
+ setExpandedItems([id]);
23
+ }
24
+ }
25
+ }, [expandedItems, isExpanded, allowMultiple]);
26
+ const renderContent = React.useCallback((content) => {
27
+ if (typeof content === "function") {
28
+ return content();
29
+ }
30
+ return content;
31
+ }, []);
32
+ if (!items || items.length === 0) {
33
+ return null;
34
+ }
35
+ return (_jsx(View, { style: styles.container, testID: testID, children: items.map((item) => (_jsxs(View, { style: styles.item, children: [_jsxs(TouchableOpacity, { style: styles.header, onPress: () => handleToggle(item.id), activeOpacity: 0.7, accessibilityRole: "button", accessibilityState: { expanded: isExpanded(item.id) }, accessibilityHint: "Toque para expandir ou recolher", children: [_jsx(Text, { style: styles.title, children: item.title }), isExpanded(item.id) ? (_jsx(Text, { children: "\u2191" })
36
+ // <ChevronUpIcon
37
+ // size={20}
38
+ // color={colors.textPrimary}
39
+ // style={styles.icon}
40
+ // />
41
+ ) : (_jsx(Text, { children: "\u2193" })
42
+ // <ChevronDownIcon
43
+ // size={20}
44
+ // color={colors.textPrimary}
45
+ // style={styles.icon}
46
+ // />
47
+ )] }), isExpanded(item.id) && (_jsx(View, { style: styles.content, children: renderContent(item.content) }))] }, item.id))) }));
48
+ };
@@ -0,0 +1,30 @@
1
+ export declare const useAccordionStyles: () => {
2
+ container: {
3
+ width: "100%";
4
+ };
5
+ item: {
6
+ borderBottomWidth: number;
7
+ borderBottomColor: "#D9DDE1";
8
+ };
9
+ header: {
10
+ flexDirection: "row";
11
+ justifyContent: "space-between";
12
+ alignItems: "center";
13
+ paddingVertical: 16;
14
+ paddingHorizontal: 16;
15
+ };
16
+ title: {
17
+ fontSize: number;
18
+ lineHeight: number;
19
+ color: "#101010";
20
+ flex: number;
21
+ };
22
+ icon: {
23
+ marginLeft: 12;
24
+ };
25
+ content: {
26
+ paddingHorizontal: 16;
27
+ paddingBottom: 16;
28
+ };
29
+ };
30
+ //# sourceMappingURL=accordion.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accordion.styles.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/accordion.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoC9B,CAAC"}
@@ -0,0 +1,35 @@
1
+ import { useMemo } from "react";
2
+ import { StyleSheet } from "react-native";
3
+ import { useTheme } from "../../themes";
4
+ export const useAccordionStyles = () => {
5
+ const { colors, spacing, radius } = useTheme();
6
+ return useMemo(() => StyleSheet.create({
7
+ container: {
8
+ width: "100%",
9
+ },
10
+ item: {
11
+ borderBottomWidth: 1,
12
+ borderBottomColor: colors.borderSecondary,
13
+ },
14
+ header: {
15
+ flexDirection: "row",
16
+ justifyContent: "space-between",
17
+ alignItems: "center",
18
+ paddingVertical: spacing.md,
19
+ paddingHorizontal: spacing.md,
20
+ },
21
+ title: {
22
+ fontSize: 14,
23
+ lineHeight: 20,
24
+ color: colors.textPrimary,
25
+ flex: 1,
26
+ },
27
+ icon: {
28
+ marginLeft: spacing.sm,
29
+ },
30
+ content: {
31
+ paddingHorizontal: spacing.md,
32
+ paddingBottom: spacing.md,
33
+ },
34
+ }), [colors, spacing]);
35
+ };
@@ -0,0 +1,35 @@
1
+ import { ReactNode } from "react";
2
+ export interface AccordionItem {
3
+ /**
4
+ * Identificador único do item
5
+ */
6
+ id: string;
7
+ /**
8
+ * Título do item do acordeão
9
+ */
10
+ title: string;
11
+ /**
12
+ * Conteúdo a ser exibido quando o acordeão estiver expandido
13
+ */
14
+ content: ReactNode | (() => ReactNode);
15
+ }
16
+ export interface AccordionProps {
17
+ /**
18
+ * Itens do acordeão
19
+ */
20
+ items?: AccordionItem[];
21
+ /**
22
+ * Estado inicial dos itens expandidos
23
+ */
24
+ initialExpandedItems?: string[];
25
+ /**
26
+ * ID para testes
27
+ */
28
+ testID?: string;
29
+ /**
30
+ * Permite que múltiplos itens sejam expandidos simultaneamente
31
+ * @default true
32
+ */
33
+ allowMultiple?: boolean;
34
+ }
35
+ //# sourceMappingURL=accordion.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accordion.types.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/accordion.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,OAAO,EAAE,SAAS,GAAG,CAAC,MAAM,SAAS,CAAC,CAAC;CACxC;AAED,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,KAAK,CAAC,EAAE,aAAa,EAAE,CAAC;IAExB;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,EAAE,CAAC;IAEhC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,3 @@
1
+ export { Accordion } from "./accordion.component";
2
+ export type { AccordionItem, AccordionProps } from "./accordion.types";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC"}
@@ -0,0 +1 @@
1
+ export { Accordion } from "./accordion.component";
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { ActionButtonProps } from "./action-button.types";
3
+ export declare const ActionButton: React.FC<ActionButtonProps>;
4
+ //# sourceMappingURL=action-button.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action-button.component.d.ts","sourceRoot":"","sources":["../../../src/components/action-button/action-button.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE/D,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAsDpD,CAAC"}
@@ -0,0 +1,29 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { Text, TouchableOpacity, View } from "react-native";
4
+ import { ChevronRightIcon, HelpCircleIcon } from "../../icons";
5
+ import { useTheme } from "../../themes";
6
+ import { useActionButtonStyles } from "./action-button.styles";
7
+ export const ActionButton = ({ label = "Preciso de ajuda", icon, iconSize = 24, iconColor, iconBackgroundColor, onPress, disabled = false, testID, }) => {
8
+ const styles = useActionButtonStyles();
9
+ const { colors } = useTheme();
10
+ const renderIcon = () => {
11
+ // Definir a cor do ícone para branco como padrão ou usar a cor personalizada
12
+ const finalIconColor = iconColor || colors.white;
13
+ // Se for fornecido um ícone personalizado
14
+ if (icon) {
15
+ if (React.isValidElement(icon)) {
16
+ return icon;
17
+ }
18
+ else if (typeof icon === "function") {
19
+ return icon({ size: iconSize, color: finalIconColor });
20
+ }
21
+ }
22
+ // Usar o ícone padrão (HelpCircle)
23
+ return _jsx(HelpCircleIcon, { size: iconSize, color: finalIconColor });
24
+ };
25
+ return (_jsxs(TouchableOpacity, { style: [styles.container, disabled && styles.disabled], onPress: onPress, disabled: disabled, testID: testID, accessibilityRole: "button", accessibilityLabel: label, accessibilityState: { disabled }, children: [_jsxs(View, { style: styles.contentContainer, children: [_jsx(View, { style: [
26
+ styles.iconContainer,
27
+ iconBackgroundColor && { backgroundColor: iconBackgroundColor },
28
+ ], children: renderIcon() }), _jsx(Text, { style: styles.label, children: label })] }), _jsx(ChevronRightIcon, { size: 20, color: colors.textTertiary })] }));
29
+ };
@@ -0,0 +1,34 @@
1
+ export declare const useActionButtonStyles: () => {
2
+ container: {
3
+ flexDirection: "row";
4
+ alignItems: "center";
5
+ justifyContent: "space-between";
6
+ paddingVertical: 16;
7
+ paddingHorizontal: 16;
8
+ borderWidth: number;
9
+ borderColor: "#B3BAC3";
10
+ };
11
+ disabled: {
12
+ opacity: number;
13
+ };
14
+ contentContainer: {
15
+ flexDirection: "row";
16
+ alignItems: "center";
17
+ gap: 12;
18
+ };
19
+ iconContainer: {
20
+ width: number;
21
+ height: number;
22
+ justifyContent: "center";
23
+ alignItems: "center";
24
+ };
25
+ label: {
26
+ color: "#101010";
27
+ fontSize: number;
28
+ lineHeight: number;
29
+ };
30
+ chevronIcon: {
31
+ color: "#616161";
32
+ };
33
+ };
34
+ //# sourceMappingURL=action-button.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action-button.styles.d.ts","sourceRoot":"","sources":["../../../src/components/action-button/action-button.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCjC,CAAC"}
@@ -0,0 +1,39 @@
1
+ import { useMemo } from "react";
2
+ import { StyleSheet } from "react-native";
3
+ import { useTheme } from "../../themes";
4
+ export const useActionButtonStyles = () => {
5
+ const { colors, spacing, radius } = useTheme();
6
+ return useMemo(() => StyleSheet.create({
7
+ container: {
8
+ flexDirection: "row",
9
+ alignItems: "center",
10
+ justifyContent: "space-between",
11
+ paddingVertical: spacing.md,
12
+ paddingHorizontal: spacing.md,
13
+ borderWidth: 1,
14
+ borderColor: colors.borderPrimary,
15
+ },
16
+ disabled: {
17
+ opacity: 0.6,
18
+ },
19
+ contentContainer: {
20
+ flexDirection: "row",
21
+ alignItems: "center",
22
+ gap: spacing.sm,
23
+ },
24
+ iconContainer: {
25
+ width: 24,
26
+ height: 24,
27
+ justifyContent: "center",
28
+ alignItems: "center",
29
+ },
30
+ label: {
31
+ color: colors.textPrimary,
32
+ fontSize: 14,
33
+ lineHeight: 20,
34
+ },
35
+ chevronIcon: {
36
+ color: colors.textTertiary,
37
+ },
38
+ }), [colors, spacing, radius]);
39
+ };
@@ -0,0 +1,37 @@
1
+ import { ReactNode } from "react";
2
+ import { IconProps } from "../../icons";
3
+ export interface ActionButtonProps {
4
+ /**
5
+ * Texto que aparece no botão
6
+ */
7
+ label?: string;
8
+ /**
9
+ * Ícone para exibir no botão (Component React ou função que recebe IconProps)
10
+ */
11
+ icon?: ReactNode | ((props: IconProps) => ReactNode);
12
+ /**
13
+ * Tamanho do ícone
14
+ */
15
+ iconSize?: number;
16
+ /**
17
+ * Cor do ícone
18
+ */
19
+ iconColor?: string;
20
+ /**
21
+ * Cor do container do ícone
22
+ */
23
+ iconBackgroundColor?: string;
24
+ /**
25
+ * Função chamada quando o botão é pressionado
26
+ */
27
+ onPress?: () => void;
28
+ /**
29
+ * Indica se o botão está desabilitado
30
+ */
31
+ disabled?: boolean;
32
+ /**
33
+ * ID para testes
34
+ */
35
+ testID?: string;
36
+ }
37
+ //# sourceMappingURL=action-button.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action-button.types.d.ts","sourceRoot":"","sources":["../../../src/components/action-button/action-button.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,GAAG,CAAC,CAAC,KAAK,EAAE,SAAS,KAAK,SAAS,CAAC,CAAC;IACrD;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}