@vincentgraul/react-components 1.0.90 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (353) hide show
  1. package/README.md +2 -1
  2. package/dist/react-components.css +2 -1
  3. package/dist/react-components.js +25 -49423
  4. package/dist/react-components10.js +8 -0
  5. package/dist/react-components11.js +33 -0
  6. package/dist/react-components12.js +10 -0
  7. package/dist/react-components13.js +72 -0
  8. package/dist/react-components14.js +7 -0
  9. package/dist/react-components15.js +51 -0
  10. package/dist/react-components16.js +12 -0
  11. package/dist/react-components17.js +98 -0
  12. package/dist/react-components18.js +10 -0
  13. package/dist/react-components19.js +38 -0
  14. package/dist/react-components2.js +4 -0
  15. package/dist/react-components20.js +8 -0
  16. package/dist/react-components21.js +85 -0
  17. package/dist/react-components22.js +3 -0
  18. package/dist/react-components23.js +22 -0
  19. package/dist/react-components24.js +3 -0
  20. package/dist/react-components25.js +29 -0
  21. package/dist/react-components26.js +11 -0
  22. package/dist/react-components27.js +94 -0
  23. package/dist/react-components28.js +6 -0
  24. package/dist/react-components29.js +31 -0
  25. package/dist/react-components3.js +10 -0
  26. package/dist/react-components30.js +8 -0
  27. package/dist/react-components31.js +31 -0
  28. package/dist/react-components32.js +6 -0
  29. package/dist/react-components33.js +23 -0
  30. package/dist/react-components34.js +3 -0
  31. package/dist/react-components35.js +19 -0
  32. package/dist/react-components36.js +7 -0
  33. package/dist/react-components37.js +31 -0
  34. package/dist/react-components38.js +13 -0
  35. package/dist/react-components39.js +53 -0
  36. package/dist/react-components4.js +42 -0
  37. package/dist/react-components40.js +20 -0
  38. package/dist/react-components41.js +43 -0
  39. package/dist/react-components42.js +6 -0
  40. package/dist/react-components43.js +13 -0
  41. package/dist/react-components44.js +13 -0
  42. package/dist/react-components6.js +3 -0
  43. package/dist/react-components7.js +23 -0
  44. package/dist/react-components8.js +11 -0
  45. package/dist/react-components9.js +63 -0
  46. package/dist/src/components/breadcrumb/breadcrumb.d.ts +13 -0
  47. package/dist/{button → src/components/button}/button.d.ts +5 -4
  48. package/dist/src/components/card/card.d.ts +22 -0
  49. package/dist/{checkbox → src/components/checkbox}/checkbox.d.ts +3 -4
  50. package/dist/src/components/country-selector/country-selector.d.ts +10 -0
  51. package/dist/src/components/drop-zone/drop-zone.d.ts +26 -0
  52. package/dist/{flex → src/components/flex}/flex.d.ts +5 -4
  53. package/dist/{index.d.ts → src/components/index.d.ts} +1 -7
  54. package/dist/src/components/input/input.d.ts +20 -0
  55. package/dist/{list → src/components/list}/list.d.ts +4 -3
  56. package/dist/src/components/loader/loader.d.ts +16 -0
  57. package/dist/src/components/modal/modal.d.ts +34 -0
  58. package/dist/src/components/pagination/index.d.ts +1 -0
  59. package/dist/src/components/pagination/pagination.d.ts +14 -0
  60. package/dist/src/components/radio/index.d.ts +1 -0
  61. package/dist/src/components/radio/radio.d.ts +15 -0
  62. package/dist/{select → src/components/select}/select.d.ts +15 -14
  63. package/dist/{table → src/components/table}/table.d.ts +5 -4
  64. package/dist/src/components/table/table.types.d.ts +8 -0
  65. package/dist/src/components/text/text.d.ts +14 -0
  66. package/dist/src/components/wizard/wizard.d.ts +32 -0
  67. package/dist/{wizard → src/components/wizard}/wizard.types.d.ts +2 -2
  68. package/dist/src/hooks/index.d.ts +7 -0
  69. package/dist/src/hooks/use-breadcrumb/index.d.ts +2 -0
  70. package/dist/src/hooks/use-breadcrumb/use-breadcrumb.d.ts +9 -0
  71. package/dist/src/hooks/use-breadcrumb/use-breadcrumb.types.d.ts +4 -0
  72. package/dist/{use-match-resolution → src/hooks/use-match-resolution}/use-match-resolution.d.ts +1 -1
  73. package/dist/{use-scroll-to → src/hooks/use-scroll-to}/use-scroll-to.d.ts +1 -1
  74. package/dist/src/hooks/use-visible/use-visible.d.ts +2 -0
  75. package/dist/src/index.d.ts +2 -0
  76. package/dist/src/types.d.ts +6 -0
  77. package/dist/src/utils.d.ts +5 -0
  78. package/package.json +59 -69
  79. package/dist/breadcrumb/breadcrumb.d.ts +0 -8
  80. package/dist/breadcrumb/breadcrumb.types.d.ts +0 -11
  81. package/dist/breadcrumb/use-breadcrumb.d.ts +0 -2
  82. package/dist/card/card.d.ts +0 -18
  83. package/dist/country-selector/country-selector.d.ts +0 -11
  84. package/dist/country-selector/icons/Ad.d.ts +0 -3
  85. package/dist/country-selector/icons/Ae.d.ts +0 -3
  86. package/dist/country-selector/icons/Af.d.ts +0 -3
  87. package/dist/country-selector/icons/Ag.d.ts +0 -3
  88. package/dist/country-selector/icons/Ai.d.ts +0 -3
  89. package/dist/country-selector/icons/Al.d.ts +0 -3
  90. package/dist/country-selector/icons/Am.d.ts +0 -3
  91. package/dist/country-selector/icons/Ao.d.ts +0 -3
  92. package/dist/country-selector/icons/Ar.d.ts +0 -3
  93. package/dist/country-selector/icons/As.d.ts +0 -3
  94. package/dist/country-selector/icons/At.d.ts +0 -3
  95. package/dist/country-selector/icons/Au.d.ts +0 -3
  96. package/dist/country-selector/icons/Aw.d.ts +0 -3
  97. package/dist/country-selector/icons/Az.d.ts +0 -3
  98. package/dist/country-selector/icons/Ba.d.ts +0 -3
  99. package/dist/country-selector/icons/Bb.d.ts +0 -3
  100. package/dist/country-selector/icons/Bd.d.ts +0 -3
  101. package/dist/country-selector/icons/Be.d.ts +0 -3
  102. package/dist/country-selector/icons/Bf.d.ts +0 -3
  103. package/dist/country-selector/icons/Bg.d.ts +0 -3
  104. package/dist/country-selector/icons/Bh.d.ts +0 -3
  105. package/dist/country-selector/icons/Bi.d.ts +0 -3
  106. package/dist/country-selector/icons/Bj.d.ts +0 -3
  107. package/dist/country-selector/icons/Bm.d.ts +0 -3
  108. package/dist/country-selector/icons/Bo.d.ts +0 -3
  109. package/dist/country-selector/icons/Br.d.ts +0 -3
  110. package/dist/country-selector/icons/Bs.d.ts +0 -3
  111. package/dist/country-selector/icons/Bt.d.ts +0 -3
  112. package/dist/country-selector/icons/Bw.d.ts +0 -3
  113. package/dist/country-selector/icons/By.d.ts +0 -3
  114. package/dist/country-selector/icons/Bz.d.ts +0 -3
  115. package/dist/country-selector/icons/Ca.d.ts +0 -3
  116. package/dist/country-selector/icons/Cd.d.ts +0 -3
  117. package/dist/country-selector/icons/Cf.d.ts +0 -3
  118. package/dist/country-selector/icons/Cg.d.ts +0 -3
  119. package/dist/country-selector/icons/Ch.d.ts +0 -3
  120. package/dist/country-selector/icons/Ci.d.ts +0 -3
  121. package/dist/country-selector/icons/Ck.d.ts +0 -3
  122. package/dist/country-selector/icons/Cl.d.ts +0 -3
  123. package/dist/country-selector/icons/Cm.d.ts +0 -3
  124. package/dist/country-selector/icons/Cn.d.ts +0 -3
  125. package/dist/country-selector/icons/Co.d.ts +0 -3
  126. package/dist/country-selector/icons/Cr.d.ts +0 -3
  127. package/dist/country-selector/icons/Cu.d.ts +0 -3
  128. package/dist/country-selector/icons/Cv.d.ts +0 -3
  129. package/dist/country-selector/icons/Cw.d.ts +0 -3
  130. package/dist/country-selector/icons/Cy.d.ts +0 -3
  131. package/dist/country-selector/icons/Cz.d.ts +0 -3
  132. package/dist/country-selector/icons/De.d.ts +0 -3
  133. package/dist/country-selector/icons/Dj.d.ts +0 -3
  134. package/dist/country-selector/icons/Dk.d.ts +0 -3
  135. package/dist/country-selector/icons/Dm.d.ts +0 -3
  136. package/dist/country-selector/icons/Do.d.ts +0 -3
  137. package/dist/country-selector/icons/Dz.d.ts +0 -3
  138. package/dist/country-selector/icons/Ec.d.ts +0 -3
  139. package/dist/country-selector/icons/Ee.d.ts +0 -3
  140. package/dist/country-selector/icons/Eg.d.ts +0 -3
  141. package/dist/country-selector/icons/Er.d.ts +0 -3
  142. package/dist/country-selector/icons/Es.d.ts +0 -3
  143. package/dist/country-selector/icons/Et.d.ts +0 -3
  144. package/dist/country-selector/icons/Fi.d.ts +0 -3
  145. package/dist/country-selector/icons/Fj.d.ts +0 -3
  146. package/dist/country-selector/icons/Fk.d.ts +0 -3
  147. package/dist/country-selector/icons/Fm.d.ts +0 -3
  148. package/dist/country-selector/icons/Fo.d.ts +0 -3
  149. package/dist/country-selector/icons/Fr.d.ts +0 -3
  150. package/dist/country-selector/icons/Ga.d.ts +0 -3
  151. package/dist/country-selector/icons/Gb.d.ts +0 -3
  152. package/dist/country-selector/icons/Gd.d.ts +0 -3
  153. package/dist/country-selector/icons/Ge.d.ts +0 -3
  154. package/dist/country-selector/icons/Gg.d.ts +0 -3
  155. package/dist/country-selector/icons/Gh.d.ts +0 -3
  156. package/dist/country-selector/icons/Gi.d.ts +0 -3
  157. package/dist/country-selector/icons/Gl.d.ts +0 -3
  158. package/dist/country-selector/icons/Gm.d.ts +0 -3
  159. package/dist/country-selector/icons/Gn.d.ts +0 -3
  160. package/dist/country-selector/icons/Gq.d.ts +0 -3
  161. package/dist/country-selector/icons/Gr.d.ts +0 -3
  162. package/dist/country-selector/icons/Gt.d.ts +0 -3
  163. package/dist/country-selector/icons/Gu.d.ts +0 -3
  164. package/dist/country-selector/icons/Gw.d.ts +0 -3
  165. package/dist/country-selector/icons/Hk.d.ts +0 -3
  166. package/dist/country-selector/icons/Hn.d.ts +0 -3
  167. package/dist/country-selector/icons/Hr.d.ts +0 -3
  168. package/dist/country-selector/icons/Ht.d.ts +0 -3
  169. package/dist/country-selector/icons/Hu.d.ts +0 -3
  170. package/dist/country-selector/icons/Id.d.ts +0 -3
  171. package/dist/country-selector/icons/Ie.d.ts +0 -3
  172. package/dist/country-selector/icons/Il.d.ts +0 -3
  173. package/dist/country-selector/icons/Im.d.ts +0 -3
  174. package/dist/country-selector/icons/In.d.ts +0 -3
  175. package/dist/country-selector/icons/Io.d.ts +0 -3
  176. package/dist/country-selector/icons/Iq.d.ts +0 -3
  177. package/dist/country-selector/icons/Ir.d.ts +0 -3
  178. package/dist/country-selector/icons/Is.d.ts +0 -3
  179. package/dist/country-selector/icons/It.d.ts +0 -3
  180. package/dist/country-selector/icons/Je.d.ts +0 -3
  181. package/dist/country-selector/icons/Jm.d.ts +0 -3
  182. package/dist/country-selector/icons/Jo.d.ts +0 -3
  183. package/dist/country-selector/icons/Jp.d.ts +0 -3
  184. package/dist/country-selector/icons/Ke.d.ts +0 -3
  185. package/dist/country-selector/icons/Kg.d.ts +0 -3
  186. package/dist/country-selector/icons/Kh.d.ts +0 -3
  187. package/dist/country-selector/icons/Ki.d.ts +0 -3
  188. package/dist/country-selector/icons/Km.d.ts +0 -3
  189. package/dist/country-selector/icons/Kn.d.ts +0 -3
  190. package/dist/country-selector/icons/Kp.d.ts +0 -3
  191. package/dist/country-selector/icons/Kr.d.ts +0 -3
  192. package/dist/country-selector/icons/Kw.d.ts +0 -3
  193. package/dist/country-selector/icons/Ky.d.ts +0 -3
  194. package/dist/country-selector/icons/Kz.d.ts +0 -3
  195. package/dist/country-selector/icons/La.d.ts +0 -3
  196. package/dist/country-selector/icons/Lb.d.ts +0 -3
  197. package/dist/country-selector/icons/Li.d.ts +0 -3
  198. package/dist/country-selector/icons/Lk.d.ts +0 -3
  199. package/dist/country-selector/icons/Lr.d.ts +0 -3
  200. package/dist/country-selector/icons/Ls.d.ts +0 -3
  201. package/dist/country-selector/icons/Lt.d.ts +0 -3
  202. package/dist/country-selector/icons/Lu.d.ts +0 -3
  203. package/dist/country-selector/icons/Lv.d.ts +0 -3
  204. package/dist/country-selector/icons/Ly.d.ts +0 -3
  205. package/dist/country-selector/icons/Ma.d.ts +0 -3
  206. package/dist/country-selector/icons/Mc.d.ts +0 -3
  207. package/dist/country-selector/icons/Md.d.ts +0 -3
  208. package/dist/country-selector/icons/Me.d.ts +0 -3
  209. package/dist/country-selector/icons/Mg.d.ts +0 -3
  210. package/dist/country-selector/icons/Mh.d.ts +0 -3
  211. package/dist/country-selector/icons/Mk.d.ts +0 -3
  212. package/dist/country-selector/icons/Ml.d.ts +0 -3
  213. package/dist/country-selector/icons/Mm.d.ts +0 -3
  214. package/dist/country-selector/icons/Mn.d.ts +0 -3
  215. package/dist/country-selector/icons/Mo.d.ts +0 -3
  216. package/dist/country-selector/icons/Mp.d.ts +0 -3
  217. package/dist/country-selector/icons/Mq.d.ts +0 -3
  218. package/dist/country-selector/icons/Mr.d.ts +0 -3
  219. package/dist/country-selector/icons/Ms.d.ts +0 -3
  220. package/dist/country-selector/icons/Mt.d.ts +0 -3
  221. package/dist/country-selector/icons/Mu.d.ts +0 -3
  222. package/dist/country-selector/icons/Mv.d.ts +0 -3
  223. package/dist/country-selector/icons/Mw.d.ts +0 -3
  224. package/dist/country-selector/icons/Mx.d.ts +0 -3
  225. package/dist/country-selector/icons/My.d.ts +0 -3
  226. package/dist/country-selector/icons/Mz.d.ts +0 -3
  227. package/dist/country-selector/icons/Na.d.ts +0 -3
  228. package/dist/country-selector/icons/Nato.d.ts +0 -3
  229. package/dist/country-selector/icons/Ne.d.ts +0 -3
  230. package/dist/country-selector/icons/Nf.d.ts +0 -3
  231. package/dist/country-selector/icons/Ng.d.ts +0 -3
  232. package/dist/country-selector/icons/Ni.d.ts +0 -3
  233. package/dist/country-selector/icons/Nl.d.ts +0 -3
  234. package/dist/country-selector/icons/No.d.ts +0 -3
  235. package/dist/country-selector/icons/Np.d.ts +0 -3
  236. package/dist/country-selector/icons/Nr.d.ts +0 -3
  237. package/dist/country-selector/icons/Nu.d.ts +0 -3
  238. package/dist/country-selector/icons/Nz.d.ts +0 -3
  239. package/dist/country-selector/icons/Om.d.ts +0 -3
  240. package/dist/country-selector/icons/Pa.d.ts +0 -3
  241. package/dist/country-selector/icons/Pe.d.ts +0 -3
  242. package/dist/country-selector/icons/Pf.d.ts +0 -3
  243. package/dist/country-selector/icons/Pg.d.ts +0 -3
  244. package/dist/country-selector/icons/Ph.d.ts +0 -3
  245. package/dist/country-selector/icons/Pk.d.ts +0 -3
  246. package/dist/country-selector/icons/Pl.d.ts +0 -3
  247. package/dist/country-selector/icons/Pn.d.ts +0 -3
  248. package/dist/country-selector/icons/Pr.d.ts +0 -3
  249. package/dist/country-selector/icons/Ps.d.ts +0 -3
  250. package/dist/country-selector/icons/Pt.d.ts +0 -3
  251. package/dist/country-selector/icons/Pw.d.ts +0 -3
  252. package/dist/country-selector/icons/Py.d.ts +0 -3
  253. package/dist/country-selector/icons/Qa.d.ts +0 -3
  254. package/dist/country-selector/icons/Ro.d.ts +0 -3
  255. package/dist/country-selector/icons/Rs.d.ts +0 -3
  256. package/dist/country-selector/icons/Ru.d.ts +0 -3
  257. package/dist/country-selector/icons/Rw.d.ts +0 -3
  258. package/dist/country-selector/icons/Sa.d.ts +0 -3
  259. package/dist/country-selector/icons/Sb.d.ts +0 -3
  260. package/dist/country-selector/icons/Sc.d.ts +0 -3
  261. package/dist/country-selector/icons/Sd.d.ts +0 -3
  262. package/dist/country-selector/icons/Se.d.ts +0 -3
  263. package/dist/country-selector/icons/Sg.d.ts +0 -3
  264. package/dist/country-selector/icons/Si.d.ts +0 -3
  265. package/dist/country-selector/icons/Sk.d.ts +0 -3
  266. package/dist/country-selector/icons/Sl.d.ts +0 -3
  267. package/dist/country-selector/icons/Sm.d.ts +0 -3
  268. package/dist/country-selector/icons/Sn.d.ts +0 -3
  269. package/dist/country-selector/icons/So.d.ts +0 -3
  270. package/dist/country-selector/icons/Sq.d.ts +0 -3
  271. package/dist/country-selector/icons/Sr.d.ts +0 -3
  272. package/dist/country-selector/icons/Ss.d.ts +0 -3
  273. package/dist/country-selector/icons/St.d.ts +0 -3
  274. package/dist/country-selector/icons/Sv.d.ts +0 -3
  275. package/dist/country-selector/icons/Sx.d.ts +0 -3
  276. package/dist/country-selector/icons/Sy.d.ts +0 -3
  277. package/dist/country-selector/icons/Sz.d.ts +0 -3
  278. package/dist/country-selector/icons/Tc.d.ts +0 -3
  279. package/dist/country-selector/icons/Td.d.ts +0 -3
  280. package/dist/country-selector/icons/Tg.d.ts +0 -3
  281. package/dist/country-selector/icons/Th.d.ts +0 -3
  282. package/dist/country-selector/icons/Tibet.d.ts +0 -3
  283. package/dist/country-selector/icons/Tj.d.ts +0 -3
  284. package/dist/country-selector/icons/Tk.d.ts +0 -3
  285. package/dist/country-selector/icons/Tm.d.ts +0 -3
  286. package/dist/country-selector/icons/Tn.d.ts +0 -3
  287. package/dist/country-selector/icons/To.d.ts +0 -3
  288. package/dist/country-selector/icons/Tr.d.ts +0 -3
  289. package/dist/country-selector/icons/Tt.d.ts +0 -3
  290. package/dist/country-selector/icons/Tv.d.ts +0 -3
  291. package/dist/country-selector/icons/Tw.d.ts +0 -3
  292. package/dist/country-selector/icons/Tz.d.ts +0 -3
  293. package/dist/country-selector/icons/Ua.d.ts +0 -3
  294. package/dist/country-selector/icons/Ug.d.ts +0 -3
  295. package/dist/country-selector/icons/Us.d.ts +0 -3
  296. package/dist/country-selector/icons/Uy.d.ts +0 -3
  297. package/dist/country-selector/icons/Uz.d.ts +0 -3
  298. package/dist/country-selector/icons/Ve.d.ts +0 -3
  299. package/dist/country-selector/icons/Vi.d.ts +0 -3
  300. package/dist/country-selector/icons/Vn.d.ts +0 -3
  301. package/dist/country-selector/icons/Vu.d.ts +0 -3
  302. package/dist/country-selector/icons/Ws.d.ts +0 -3
  303. package/dist/country-selector/icons/Ye.d.ts +0 -3
  304. package/dist/country-selector/icons/Za.d.ts +0 -3
  305. package/dist/country-selector/icons/Zm.d.ts +0 -3
  306. package/dist/country-selector/icons/Zw.d.ts +0 -3
  307. package/dist/country-selector/icons/index.d.ts +0 -223
  308. package/dist/drop-zone/drop-zone.d.ts +0 -24
  309. package/dist/input/input.d.ts +0 -19
  310. package/dist/loader/loader.d.ts +0 -10
  311. package/dist/modal/modal.d.ts +0 -7
  312. package/dist/mount-react-hook/index.d.ts +0 -2
  313. package/dist/mount-react-hook/mount-react-hook.d.ts +0 -3
  314. package/dist/mount-react-hook/mount-react-hook.types.d.ts +0 -5
  315. package/dist/pagination/index.d.ts +0 -2
  316. package/dist/pagination/pagination.d.ts +0 -9
  317. package/dist/pagination/pagination.types.d.ts +0 -10
  318. package/dist/table/table.types.d.ts +0 -4
  319. package/dist/text/text.d.ts +0 -13
  320. package/dist/use-visible/use-visible.d.ts +0 -2
  321. package/dist/wizard/wizard.d.ts +0 -33
  322. /package/dist/{breadcrumb → src/components/breadcrumb}/index.d.ts +0 -0
  323. /package/dist/{button → src/components/button}/index.d.ts +0 -0
  324. /package/dist/{card → src/components/card}/index.d.ts +0 -0
  325. /package/dist/{checkbox → src/components/checkbox}/index.d.ts +0 -0
  326. /package/dist/{country-selector → src/components/country-selector}/country-selector.types.d.ts +0 -0
  327. /package/dist/{country-selector → src/components/country-selector}/index.d.ts +0 -0
  328. /package/dist/{drop-zone → src/components/drop-zone}/index.d.ts +0 -0
  329. /package/dist/{flex → src/components/flex}/index.d.ts +0 -0
  330. /package/dist/{input → src/components/input}/index.d.ts +0 -0
  331. /package/dist/{input → src/components/input}/input.types.d.ts +0 -0
  332. /package/dist/{list → src/components/list}/index.d.ts +0 -0
  333. /package/dist/{loader → src/components/loader}/index.d.ts +0 -0
  334. /package/dist/{modal → src/components/modal}/index.d.ts +0 -0
  335. /package/dist/{select → src/components/select}/index.d.ts +0 -0
  336. /package/dist/{select → src/components/select}/select.types.d.ts +0 -0
  337. /package/dist/{table → src/components/table}/index.d.ts +0 -0
  338. /package/dist/{text → src/components/text}/index.d.ts +0 -0
  339. /package/dist/{wizard → src/components/wizard}/index.d.ts +0 -0
  340. /package/dist/{use-match-device → src/hooks/use-match-device}/index.d.ts +0 -0
  341. /package/dist/{use-match-device → src/hooks/use-match-device}/use-match-device.d.ts +0 -0
  342. /package/dist/{use-match-device → src/hooks/use-match-device}/use-match-device.types.d.ts +0 -0
  343. /package/dist/{use-match-resolution → src/hooks/use-match-resolution}/index.d.ts +0 -0
  344. /package/dist/{use-match-resolution → src/hooks/use-match-resolution}/use-match-resolution.types.d.ts +0 -0
  345. /package/dist/{use-outside-alerter → src/hooks/use-outside-alerter}/index.d.ts +0 -0
  346. /package/dist/{use-outside-alerter → src/hooks/use-outside-alerter}/use-outside-alerter.d.ts +0 -0
  347. /package/dist/{use-outside-alerter → src/hooks/use-outside-alerter}/use-outside-alerter.types.d.ts +0 -0
  348. /package/dist/{use-pagination → src/hooks/use-pagination}/index.d.ts +0 -0
  349. /package/dist/{use-pagination → src/hooks/use-pagination}/use-pagination.d.ts +0 -0
  350. /package/dist/{use-pagination → src/hooks/use-pagination}/use-pagination.types.d.ts +0 -0
  351. /package/dist/{use-scroll-to → src/hooks/use-scroll-to}/index.d.ts +0 -0
  352. /package/dist/{use-scroll-to → src/hooks/use-scroll-to}/use-scroll-to.types.d.ts +0 -0
  353. /package/dist/{use-visible → src/hooks/use-visible}/index.d.ts +0 -0
@@ -0,0 +1,16 @@
1
+ import { ReactNode } from 'react';
2
+ import { FontWeight } from '../../types';
3
+ export type LoaderProps = {
4
+ text?: string;
5
+ fontWeight?: FontWeight;
6
+ color?: string;
7
+ overlayBackgroundColor?: string;
8
+ hasIcon?: boolean;
9
+ icon?: ReactNode;
10
+ iconSize?: number;
11
+ iconColor?: string;
12
+ iconGap?: number;
13
+ iconAnimationDuration?: number;
14
+ className?: string;
15
+ };
16
+ export declare const Loader: ({ className, text, fontWeight, overlayBackgroundColor, color, hasIcon, icon, iconSize, iconColor, iconGap, iconAnimationDuration, }: LoaderProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,34 @@
1
+ import { ElementType, ReactNode } from 'react';
2
+ import { FontWeight, Position, Text } from '../../types';
3
+ export type ModalProps = {
4
+ children: ReactNode;
5
+ title?: string;
6
+ titleAs?: Text;
7
+ titleFontSize?: number;
8
+ titleFontWeight?: FontWeight;
9
+ titleColor?: string;
10
+ titleJustifyContent?: Position;
11
+ titleMarginBottom?: number;
12
+ overlayBackgroundColor?: string;
13
+ hasCloseIcon?: boolean;
14
+ closeIcon?: ReactNode;
15
+ closeIconColor?: string;
16
+ closeIconSize?: number;
17
+ closeIconMarginBottom?: number;
18
+ ConfirmButton?: ElementType;
19
+ confirmButtonText?: string;
20
+ DeclineButton?: ElementType;
21
+ declineButtonText?: string;
22
+ buttonsJustifyContent?: Position;
23
+ buttonsGap?: number;
24
+ buttonsMarginTop?: number;
25
+ backgroundColor?: string;
26
+ padding?: string;
27
+ onClose?: () => void;
28
+ onDecline?: () => void;
29
+ onConfirm?: () => void;
30
+ renderHeader?: () => ReactNode;
31
+ renderFooter?: () => ReactNode;
32
+ className?: string;
33
+ };
34
+ export declare const Modal: ({ title, titleAs: Title, titleFontSize, titleFontWeight, titleColor, titleJustifyContent, titleMarginBottom, overlayBackgroundColor, hasCloseIcon, closeIcon, closeIconColor, closeIconSize, closeIconMarginBottom, backgroundColor, padding, ConfirmButton, confirmButtonText, DeclineButton, declineButtonText, buttonsJustifyContent, buttonsGap, buttonsMarginTop, children, onClose, onDecline, onConfirm, renderHeader, renderFooter, className, }: ModalProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './pagination';
@@ -0,0 +1,14 @@
1
+ import { ReactNode } from 'react';
2
+ import { PaginationData } from '../..';
3
+ export type PaginationProps = PaginationData & {
4
+ itemColor?: string;
5
+ itemBackgroundColor?: string;
6
+ itemHoverColor?: string;
7
+ itemHoverBackgroundColor?: string;
8
+ itemActiveColor?: string;
9
+ itemActiveBackgroundColor?: string;
10
+ renderSingleArrow?: (position: "left" | "right") => ReactNode;
11
+ renderDoubleArrow?: (position: "left" | "right") => ReactNode;
12
+ className?: string;
13
+ };
14
+ export declare const Pagination: ({ className, page, total, items, itemColor, itemBackgroundColor, itemHoverColor, itemHoverBackgroundColor, itemActiveColor, itemActiveBackgroundColor, goToFirst, goToLeft, goToRight, goToLast, goToPage, renderSingleArrow, renderDoubleArrow, }: PaginationProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './radio';
@@ -0,0 +1,15 @@
1
+ import { InputHTMLAttributes } from 'react';
2
+ import { BorderStyle, FontWeight } from '../../types';
3
+ export type RadioProps = Omit<InputHTMLAttributes<HTMLInputElement>, "type"> & {
4
+ label: string;
5
+ labelFontWeight?: FontWeight;
6
+ labelColor?: string;
7
+ size?: number;
8
+ borderStyle?: BorderStyle;
9
+ borderColor?: string;
10
+ checkedBorderColor?: string;
11
+ checkedBackgroundColor?: string;
12
+ checkedLabelColor?: string;
13
+ className?: string;
14
+ };
15
+ export declare const Radio: ({ label, labelFontWeight, labelColor, size, borderStyle, borderColor, checkedBorderColor, checkedBackgroundColor, checkedLabelColor, className, ...rest }: RadioProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,25 +1,26 @@
1
- import { CSSProperties, ReactNode } from 'react';
2
- import { SelectOptionWithoutId, SelectOption } from './select.types';
1
+ import { ReactNode } from 'react';
2
+ import { BorderStyle, FontWeight, Position, Size } from '../../types';
3
+ import { SelectOption, SelectOptionWithoutId } from './select.types';
3
4
  export type SelectProps = {
4
5
  options: SelectOptionWithoutId[];
5
6
  selectedValue?: string;
6
7
  label?: string;
7
- labelFontSize?: CSSProperties["fontSize"];
8
- labelFontWeight?: CSSProperties["fontWeight"];
9
- labelAlignItems?: CSSProperties["alignItems"];
10
- labelMarginBottom?: CSSProperties["marginBottom"];
11
- selectedOptionFontWeight?: CSSProperties["fontWeight"];
12
- optionFontSize?: CSSProperties["fontSize"];
13
- optionFontWeight?: CSSProperties["fontSize"];
14
- width?: CSSProperties["width"];
15
- height?: CSSProperties["height"];
8
+ labelFontSize?: number;
9
+ labelFontWeight?: FontWeight;
10
+ labelAlignItems?: Position;
11
+ labelMarginBottom?: number;
12
+ selectedOptionFontWeight?: FontWeight;
13
+ optionFontSize?: number;
14
+ optionFontWeight?: FontWeight;
15
+ width?: Size;
16
+ height?: Size;
16
17
  color?: string;
17
- borderWidth?: CSSProperties["borderWidth"];
18
- borderStyle?: CSSProperties["borderStyle"];
18
+ borderWidth?: number;
19
+ borderStyle?: BorderStyle;
19
20
  backgroundColor?: string;
20
21
  hoverOptionBackgroundColor?: string;
21
22
  hoverOptionColor?: string;
22
- hoverFontWeight?: CSSProperties["fontWeight"];
23
+ hoverFontWeight?: FontWeight;
23
24
  icon?: ReactNode;
24
25
  onChange?: (option: SelectOption) => void;
25
26
  className?: string;
@@ -1,8 +1,9 @@
1
- import { ReactNode, PropsWithChildren } from 'react';
2
- import { Column } from './table.types';
3
- export type TableProps<T> = {
1
+ import { PropsWithChildren, ReactNode } from 'react';
2
+ import { Column, ObjectLiteral, Primitive } from './table.types';
3
+ export type TableProps<T extends ObjectLiteral> = {
4
4
  columns: Column[];
5
5
  records: T[];
6
+ uniqueKey?: string;
6
7
  renderHeader?: () => ReactNode;
7
8
  renderFooter?: () => ReactNode;
8
9
  renderColumnsRow?: (columns: ReactNode) => ReactNode;
@@ -13,7 +14,7 @@ export type TableProps<T> = {
13
14
  renderNoRecords?: () => ReactNode;
14
15
  className?: string;
15
16
  };
16
- export declare const Table: <T>({ className, columns, records, renderHeader, renderFooter, renderColumnsRow, renderColumnsCell, renderRecordsRow, renderRecordsCell, renderRecordsEmptyCell, renderNoRecords, }: TableProps<T>) => import("react/jsx-runtime").JSX.Element;
17
+ export declare const Table: <T extends ObjectLiteral>({ className, columns, records, uniqueKey, renderHeader, renderFooter, renderColumnsRow, renderColumnsCell, renderRecordsRow, renderRecordsCell, renderRecordsEmptyCell, renderNoRecords, }: TableProps<T>) => import("react/jsx-runtime").JSX.Element;
17
18
  export declare const Th: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
18
19
  export declare const Tr: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
19
20
  export declare const Td: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,8 @@
1
+ export type Column = {
2
+ name: string;
3
+ label: string;
4
+ };
5
+ export type Primitive = string | number | boolean | undefined | null;
6
+ export type ObjectLiteral<T = Primitive> = {
7
+ [field: string]: T;
8
+ };
@@ -0,0 +1,14 @@
1
+ import { ReactNode } from 'react';
2
+ import { FontStyle, FontWeight, Position, Text as TextType } from '../../types';
3
+ export type TextProps = {
4
+ children: ReactNode;
5
+ fontSize?: number;
6
+ as?: TextType;
7
+ fontWeight?: FontWeight;
8
+ textAlign?: Position;
9
+ lineHeight?: number;
10
+ fontStyle?: FontStyle;
11
+ color?: string;
12
+ className?: string;
13
+ };
14
+ export declare const Text: ({ className, children, fontSize, as: TextAs, fontWeight, lineHeight, textAlign, fontStyle, color, }: TextProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,32 @@
1
+ import { ElementType, ReactElement } from 'react';
2
+ import { FontWeight, Position, Text } from '../../types';
3
+ import { StepProps } from './wizard.types';
4
+ type HeaderProps = {
5
+ titles?: string[];
6
+ titleAs?: Text;
7
+ titleFontSize?: number;
8
+ titleFontWeight?: FontWeight;
9
+ stepIndicatorFontWeight?: FontWeight;
10
+ hasStepIndicator?: boolean;
11
+ };
12
+ type FooterProps = {
13
+ Button?: ElementType;
14
+ nextButtonText?: string;
15
+ previousButtonText?: string;
16
+ finalizeButtonText?: string;
17
+ onFinalize?: () => void;
18
+ justifyContent?: Position;
19
+ gap?: number;
20
+ };
21
+ export type WizardProps = {
22
+ className?: string;
23
+ children: ReactElement[];
24
+ step?: number;
25
+ renderHeader?: (props: StepProps) => ReactElement;
26
+ renderFooter?: (props: StepProps) => ReactElement;
27
+ gap?: number;
28
+ header?: HeaderProps;
29
+ footer?: FooterProps;
30
+ };
31
+ export declare const Wizard: ({ className, children, step, renderHeader, renderFooter, gap, header, footer, }: WizardProps) => import("react/jsx-runtime").JSX.Element;
32
+ export {};
@@ -3,6 +3,6 @@ export type StepProps = {
3
3
  totalSteps: number;
4
4
  previousStep: () => void;
5
5
  nextStep: () => void;
6
- isFirstPage: boolean;
7
- isLastPage: boolean;
6
+ isFirstStep: boolean;
7
+ isLastStep: boolean;
8
8
  };
@@ -0,0 +1,7 @@
1
+ export * from './use-match-device';
2
+ export * from './use-match-resolution';
3
+ export * from './use-outside-alerter';
4
+ export * from './use-pagination';
5
+ export * from './use-scroll-to';
6
+ export * from './use-visible';
7
+ export * from './use-breadcrumb';
@@ -0,0 +1,2 @@
1
+ export * from './use-breadcrumb';
2
+ export * from './use-breadcrumb.types';
@@ -0,0 +1,9 @@
1
+ import { BreadcrumbItem } from './use-breadcrumb.types';
2
+ export type useBreadcrumbProps = {
3
+ url?: URL;
4
+ mapping?: {
5
+ path: string;
6
+ label: string;
7
+ }[];
8
+ };
9
+ export declare const useBreadcrumb: ({ url, mapping, }: useBreadcrumbProps) => BreadcrumbItem[];
@@ -0,0 +1,4 @@
1
+ export type BreadcrumbItem = {
2
+ label: string;
3
+ url: string;
4
+ };
@@ -1,3 +1,3 @@
1
1
  import { Breakpoints, MatchResolution } from './use-match-resolution.types';
2
2
  export declare const defaultBreakpoints: Breakpoints;
3
- export declare const useMatchResolution: (breakpoints?: Breakpoints, UA?: string) => MatchResolution;
3
+ export declare const useMatchResolution: (UA: string, breakpoints?: Breakpoints) => MatchResolution;
@@ -1,3 +1,3 @@
1
1
  import { RefObject } from 'react';
2
2
  import { ScrollEvents } from './use-scroll-to.types';
3
- export declare const useScrollTo: (target: RefObject<HTMLElement>) => ScrollEvents;
3
+ export declare const useScrollTo: (target: RefObject<HTMLElement | null>) => ScrollEvents;
@@ -0,0 +1,2 @@
1
+ import { RefObject } from 'react';
2
+ export declare const useVisible: (target: RefObject<HTMLElement | null>) => boolean;
@@ -0,0 +1,2 @@
1
+ export * from './components';
2
+ export * from './hooks';
@@ -0,0 +1,6 @@
1
+ export type FontWeight = 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;
2
+ export type FontStyle = "normal" | "italic" | "oblique";
3
+ export type Position = "start" | "center" | "end";
4
+ export type Size = number | "auto" | "fit-content";
5
+ export type BorderStyle = "none" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "inset" | "outset";
6
+ export type Text = "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "span" | "p";
@@ -0,0 +1,5 @@
1
+ export declare const isNumber: (value: unknown) => value is number;
2
+ export declare const toPercentage: (value: number) => string;
3
+ export declare const toRem: (value: number) => string;
4
+ export declare const toPx: (value: number) => string;
5
+ export declare const toSeconds: (value: number) => string;
package/package.json CHANGED
@@ -1,71 +1,61 @@
1
1
  {
2
- "name": "@vincentgraul/react-components",
3
- "version": "1.0.90",
4
- "type": "module",
5
- "exports": {
6
- ".": {
7
- "types": "./dist/index.d.ts",
8
- "import": "./dist/react-components.js"
9
- },
10
- "./styles": "./dist/react-components.css"
11
- },
12
- "license": "GPL-3.0-only",
13
- "repository": "https://github.com/vincentgraul/react-components.git",
14
- "files": [
15
- "dist"
16
- ],
17
- "author": {
18
- "name": "Vincent Graul",
19
- "email": "vincent.graul@outlook.com",
20
- "url": "https://vincentgraul.com"
21
- },
22
- "scripts": {
23
- "build": "npm run lint && vite build",
24
- "test": "jest",
25
- "doc": "typedoc",
26
- "lint": "eslint src",
27
- "storybook": "storybook dev -p 6006",
28
- "build-storybook": "storybook build"
29
- },
30
- "peerDependencies": {
31
- "react": "^19.2.4",
32
- "react-dom": "^19.2.4"
33
- },
34
- "dependencies": {
35
- "@vincentgraul/types": "^1.0.3",
36
- "@vincentgraul/utils": "^1.0.7",
37
- "clsx": "^2.1.1",
38
- "intersection-observer": "^0.12.2",
39
- "ua-parser-js": "^2.0.9"
40
- },
41
- "devDependencies": {
42
- "@types/react": "^19.2.14",
43
- "@types/react-dom": "^19.2.3",
44
- "@types/ua-parser-js": "^0.7.39",
45
- "@eslint/eslintrc": "^3.3.4",
46
- "@eslint/js": "^9.39.3",
47
- "@storybook/react": "^10.2.13",
48
- "@storybook/react-vite": "^10.2.13",
49
- "@testing-library/react": "^16.3.2",
50
- "@types/jest": "^30.0.0",
51
- "@typescript-eslint/eslint-plugin": "^8.56.1",
52
- "@typescript-eslint/parser": "^8.56.1",
53
- "@vitejs/plugin-react": "^5.1.4",
54
- "react": "^19.2.4",
55
- "react-dom": "^19.2.4",
56
- "eslint": "^9.39.3",
57
- "eslint-config-prettier": "^10.1.8",
58
- "eslint-plugin-prettier": "^5.5.5",
59
- "eslint-plugin-storybook": "^10.2.13",
60
- "jest": "^30.2.0",
61
- "jest-environment-jsdom": "^30.2.0",
62
- "prettier": "^3.8.1",
63
- "storybook": "^10.2.13",
64
- "ts-jest": "^29.4.6",
65
- "typedoc": "^0.28.17",
66
- "typescript": "^5.9.3",
67
- "vite": "^7.3.1",
68
- "vite-plugin-dts": "^4.5.4",
69
- "vite-plugin-svgr": "^4.5.0"
70
- }
2
+ "name": "@vincentgraul/react-components",
3
+ "version": "1.1.0",
4
+ "type": "module",
5
+ "exports": {
6
+ ".": {
7
+ "types": "./dist/index.d.ts",
8
+ "import": "./dist/react-components.js"
9
+ },
10
+ "./styles": "./dist/react-components.css"
11
+ },
12
+ "sideEffects": [
13
+ "**/*.css"
14
+ ],
15
+ "license": "GPL-3.0-only",
16
+ "repository": "https://github.com/vincentgraul/react-components.git",
17
+ "files": [
18
+ "dist"
19
+ ],
20
+ "author": {
21
+ "name": "Vincent Graul",
22
+ "email": "vincent.graul@outlook.com",
23
+ "url": "https://vincentgraul.com"
24
+ },
25
+ "scripts": {
26
+ "build": "bun lint && vite build",
27
+ "test": "jest",
28
+ "lint": "biome lint",
29
+ "storybook": "storybook dev -p 6006",
30
+ "build-storybook": "storybook build"
31
+ },
32
+ "peerDependencies": {
33
+ "react": "^19.2.4",
34
+ "react-dom": "^19.2.4"
35
+ },
36
+ "dependencies": {
37
+ "clsx": "^2.1.1",
38
+ "flag-icons": "^7.5.0",
39
+ "lucide-react": "^1.3.0",
40
+ "ua-parser-js": "^2.0.9"
41
+ },
42
+ "devDependencies": {
43
+ "@biomejs/biome": "2.4.10",
44
+ "@storybook/react": "^10.3.3",
45
+ "@storybook/react-vite": "^10.3.3",
46
+ "@testing-library/react": "^16.3.2",
47
+ "@types/jest": "^30.0.0",
48
+ "@types/react": "^19.2.14",
49
+ "@types/react-dom": "^19.2.3",
50
+ "@vitejs/plugin-react": "^6.0.1",
51
+ "jest": "^30.3.0",
52
+ "jest-environment-jsdom": "^30.3.0",
53
+ "react": "^19.2.4",
54
+ "react-dom": "^19.2.4",
55
+ "storybook": "^10.3.3",
56
+ "ts-jest": "^29.4.6",
57
+ "typescript": "^6.0.2",
58
+ "vite": "^8.0.3",
59
+ "vite-plugin-dts": "^4.5.4"
60
+ }
71
61
  }
@@ -1,8 +0,0 @@
1
- import { BreadcrumbType, BreadcrumbElementType } from './breadcrumb.types';
2
- export type BreadcrumbProps = BreadcrumbType & {
3
- onClick: (element: BreadcrumbElementType) => void;
4
- icon?: string;
5
- iconSize?: number;
6
- className?: string;
7
- };
8
- export declare const Breadcrumb: ({ className, onClick, icon, iconSize, url, mapping, }: BreadcrumbProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,11 +0,0 @@
1
- export type BreadcrumbElementType = {
2
- label: string;
3
- url: string;
4
- };
5
- export type BreadcrumbType = {
6
- url?: URL;
7
- mapping?: {
8
- url: string;
9
- label: string;
10
- }[];
11
- };
@@ -1,2 +0,0 @@
1
- import { BreadcrumbType, BreadcrumbElementType } from './breadcrumb.types';
2
- export declare const useBreadcrumb: ({ url, mapping, }: BreadcrumbType) => BreadcrumbElementType[];
@@ -1,18 +0,0 @@
1
- import { ReactNode } from 'react';
2
- export type CardProps = {
3
- children: ReactNode;
4
- title?: string;
5
- titleAs?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "span" | "p";
6
- titleSize?: number;
7
- titleWeight?: 400 | 500 | 600 | 700 | 800 | 900;
8
- titleColor?: string;
9
- titleAlign?: "start" | "center" | "end";
10
- titleGap?: number;
11
- backgroundColor?: string;
12
- borderRadius?: number;
13
- padding?: string;
14
- width?: number;
15
- height?: number;
16
- className?: string;
17
- };
18
- export declare const Card: ({ className, children, title, titleAs, titleSize, titleWeight, titleColor, titleAlign, titleGap, backgroundColor, borderRadius, width, height, padding, }: CardProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,11 +0,0 @@
1
- import { CSSProperties } from 'react';
2
- import { CountrySelectorOption } from './country-selector.types';
3
- import { SelectProps } from '..';
4
- export type CountrySelectorProps = {
5
- languages: string[];
6
- value?: string;
7
- flagHeight?: CSSProperties["height"];
8
- onChange?: (option: CountrySelectorOption) => void;
9
- className?: string;
10
- };
11
- export declare const CountrySelector: ({ className, value, languages, onChange, flagHeight, ...rest }: CountrySelectorProps & Omit<SelectProps, "options">) => import("react/jsx-runtime").JSX.Element | null;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgAd: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgAd;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgAe: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgAe;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgAf: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgAf;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgAg: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgAg;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgAi: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgAi;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgAl: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgAl;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgAm: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgAm;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgAo: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgAo;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgAr: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgAr;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgAs: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgAs;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgAt: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgAt;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgAu: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgAu;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgAw: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgAw;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgAz: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgAz;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgBa: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgBa;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgBb: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgBb;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgBd: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgBd;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgBe: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgBe;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgBf: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgBf;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgBg: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgBg;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgBh: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgBh;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgBi: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgBi;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgBj: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgBj;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgBm: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgBm;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgBo: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgBo;
@@ -1,3 +0,0 @@
1
- import { SVGProps } from 'react';
2
- declare const SvgBr: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgBr;